summaryrefslogtreecommitdiff
path: root/moonlight-theme
diff options
context:
space:
mode:
Diffstat (limited to 'moonlight-theme')
-rw-r--r--moonlight-theme/gnome-wp-list.xml20
-rw-r--r--moonlight-theme/grub/Makefile27
-rw-r--r--moonlight-theme/grub/grub-16x9.svg2190
-rwxr-xr-xmoonlight-theme/grub/grub-4x3.svg2183
-rw-r--r--moonlight-theme/grub/grub_background.sh3
-rw-r--r--moonlight-theme/lockscreen/contents/images/1280x1024.svg2214
-rw-r--r--moonlight-theme/lockscreen/contents/images/1600x1200.svg2221
-rw-r--r--moonlight-theme/lockscreen/contents/images/1920x1080.svg2221
-rw-r--r--moonlight-theme/lockscreen/contents/images/1920x1200.svg2221
-rw-r--r--moonlight-theme/lockscreen/gnome-background.xml12
-rw-r--r--moonlight-theme/lockscreen/metadata.desktop7
-rw-r--r--moonlight-theme/login/background-nologo.svg83
-rwxr-xr-xmoonlight-theme/login/background.svg2221
-rw-r--r--moonlight-theme/plymouth/background.pngbin0 -> 12752 bytes
-rw-r--r--moonlight-theme/plymouth/debian.pngbin0 -> 5621 bytes
-rw-r--r--moonlight-theme/plymouth/glow.pngbin0 -> 19267 bytes
-rw-r--r--moonlight-theme/plymouth/logo_in_circle.pngbin0 -> 15996 bytes
-rw-r--r--moonlight-theme/plymouth/moonlight.plymouth8
-rw-r--r--moonlight-theme/plymouth/moonlight.script1169
-rw-r--r--moonlight-theme/plymouth/password_dot.pngbin0 -> 266 bytes
-rw-r--r--moonlight-theme/plymouth/password_dot16.pngbin0 -> 1075 bytes
-rw-r--r--moonlight-theme/plymouth/password_field.pngbin0 -> 211 bytes
-rw-r--r--moonlight-theme/plymouth/password_field16.pngbin0 -> 230 bytes
-rw-r--r--moonlight-theme/plymouth/star.pngbin0 -> 251 bytes
-rw-r--r--moonlight-theme/plymouth/support.pngbin0 -> 5629 bytes
-rw-r--r--moonlight-theme/publicity/CD.svg4872
-rwxr-xr-xmoonlight-theme/publicity/website-banner.svg2465
-rwxr-xr-xmoonlight-theme/publicity/wiki-banner.svg2193
-rwxr-xr-xmoonlight-theme/sources/installer.svg2117
-rw-r--r--moonlight-theme/sources/plymouth/debian.svg127
-rw-r--r--moonlight-theme/sources/plymouth/glow.svg2282
-rw-r--r--moonlight-theme/sources/plymouth/logo.svg2219
-rw-r--r--moonlight-theme/sources/plymouth/logo_text.svg2268
-rw-r--r--moonlight-theme/sources/plymouth/password_field.svg77
-rwxr-xr-xmoonlight-theme/sources/plymouth/plymouth.svg2208
-rw-r--r--moonlight-theme/sources/plymouth/plymouth_background.svg2224
-rw-r--r--moonlight-theme/sources/plymouth/support.svg2286
-rwxr-xr-xmoonlight-theme/sources/syslinux.svg2010
-rwxr-xr-xmoonlight-theme/wallpaper/contents/images/1280x1024.svg7328
-rwxr-xr-xmoonlight-theme/wallpaper/contents/images/1280x720.svg7320
-rwxr-xr-xmoonlight-theme/wallpaper/contents/images/1920x1080.svg2205
-rwxr-xr-xmoonlight-theme/wallpaper/contents/images/1920x1200.svg7319
-rwxr-xr-xmoonlight-theme/wallpaper/contents/images/2560x1080.svg7321
-rwxr-xr-xmoonlight-theme/wallpaper/contents/images/2560x1440.svg7319
-rwxr-xr-xmoonlight-theme/wallpaper/contents/images/3840x2160.svg7320
-rw-r--r--moonlight-theme/wallpaper/gnome-background.xml15
-rw-r--r--moonlight-theme/wallpaper/metadata.desktop7
47 files changed, 90302 insertions, 0 deletions
diff --git a/moonlight-theme/gnome-wp-list.xml b/moonlight-theme/gnome-wp-list.xml
new file mode 100644
index 0000000..6e7121f
--- /dev/null
+++ b/moonlight-theme/gnome-wp-list.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE wallpapers SYSTEM "gnome-wp-list.dtd">
+<wallpapers>
+ <wallpaper>
+ <!-- don't include words such as "wallpaper" (avoids translations) -->
+ <name>Moonlight</name>
+ <filename>/usr/share/desktop-base/moonlight-theme/wallpaper/gnome-background.xml</filename>
+ <options>zoom</options>
+ <pcolor>#ffffff</pcolor>
+ <scolor>#000000</scolor>
+ </wallpaper>
+ <wallpaper>
+ <!-- don't include words such as "wallpaper" (avoids translations) -->
+ <name>Moonlight Lock Screen</name>
+ <filename>/usr/share/desktop-base/moonlight-theme/lockscreen/gnome-background.xml</filename>
+ <options>zoom</options>
+ <pcolor>#ffffff</pcolor>
+ <scolor>#000000</scolor>
+ </wallpaper>
+</wallpapers>
diff --git a/moonlight-theme/grub/Makefile b/moonlight-theme/grub/Makefile
new file mode 100644
index 0000000..5090e00
--- /dev/null
+++ b/moonlight-theme/grub/Makefile
@@ -0,0 +1,27 @@
+dir = usr/share/desktop-base/moonlight-theme/grub
+
+.PHONY: build clean install
+
+files = \
+ grub-4x3.png \
+ grub-16x9.png
+
+build: $(files)
+
+clean:
+ rm -f grub-4x3.png.raw grub-16x9.png.raw
+ rm -f grub-4x3.png grub-16x9.png
+
+install:
+ install -d $(DESTDIR)/$(dir)
+ $(INSTALL_DATA) $(wildcard *.png *.sh) $(DESTDIR)/$(dir)
+
+grub-4x3.png: grub-4x3.svg
+ rsvg-convert $< -o $@.raw
+ optipng $@.raw -out $@
+
+grub-16x9.png: grub-16x9.svg
+ rsvg-convert $< -o $@.raw
+ optipng $@.raw -out $@
+
+include ../../Makefile.inc
diff --git a/moonlight-theme/grub/grub-16x9.svg b/moonlight-theme/grub/grub-16x9.svg
new file mode 100644
index 0000000..7817ad2
--- /dev/null
+++ b/moonlight-theme/grub/grub-16x9.svg
@@ -0,0 +1,2190 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ width="1920px" height="1080px" viewBox="-961.5 -465.5 1920 1080" enable-background="new -961.5 -465.5 1920 1080"
+ xml:space="preserve">
+<g display="none">
+ <g display="inline">
+ <defs>
+ <rect id="SVGID_1_" x="9.668" y="23.668" width="630.332" height="402.132"/>
+ </defs>
+ <clipPath id="SVGID_2_">
+ <use xlink:href="#SVGID_1_" overflow="visible"/>
+ </clipPath>
+ <g transform="matrix(1 0 0 1 -2.384186e-007 0)" clip-path="url(#SVGID_2_)">
+ </g>
+ </g>
+</g>
+<g>
+ <defs>
+ <rect id="SVGID_3_" x="-1293.535" y="-819.854" width="2611.955" height="1434.354"/>
+ </defs>
+ <clipPath id="SVGID_4_">
+ <use xlink:href="#SVGID_3_" overflow="visible"/>
+ </clipPath>
+ <g clip-path="url(#SVGID_4_)">
+ <g>
+ <rect x="-1293.535" y="-819.854" fill="#23353D" width="2611.955" height="1434.354"/>
+
+ <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="-794.7424" y1="-1401.4683" x2="-794.7426" y2="775.2104" gradientTransform="matrix(1 0 0 1 -0.04 -362.8105)">
+ <stop offset="0" style="stop-color:#F7FCFF"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+
+ <rect x="-901.178" y="-1764.279" opacity="0.1" fill="url(#SVGID_5_)" enable-background="new " width="212.792" height="2176.678"/>
+
+ <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="-692.8396" y1="1046.5361" x2="1011.2815" y2="1046.5361" gradientTransform="matrix(1 0 0 1 -225.9551 -470.8271)">
+ <stop offset="0" style="stop-color:#2B4F5A"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+
+ <rect x="-918.795" y="564.011" opacity="0.2" fill="url(#SVGID_6_)" enable-background="new " width="1704.121" height="23.396"/>
+
+ <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="-411.7644" y1="-488.5498" x2="1292.3518" y2="-488.5498" gradientTransform="matrix(-1 0 0 -1 552.5757 49.1973)">
+ <stop offset="0" style="stop-color:#2B4F5A"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+
+ <rect x="-739.776" y="526.053" opacity="0.2" fill="url(#SVGID_7_)" enable-background="new " width="1704.116" height="23.389"/>
+
+ <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="847.3987" y1="770.123" x2="847.3987" y2="525.7969" gradientTransform="matrix(0 1 -1 0 424.8625 -366.2141)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+
+ <line opacity="0.3" fill="none" stroke="url(#SVGID_8_)" stroke-width="3" stroke-miterlimit="10" enable-background="new " x1="-345.26" y1="481.185" x2="-100.934" y2="481.185"/>
+
+ <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="-830.634" y1="-1463.3799" x2="-830.6342" y2="1043.7222" gradientTransform="matrix(1 0 0 1 -0.04 -362.8105)">
+ <stop offset="0" style="stop-color:#F7FCFF"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+
+ <rect x="-929.86" y="-1826.19" opacity="0.1" fill="url(#SVGID_9_)" enable-background="new " width="198.371" height="2507.102"/>
+
+ <linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="770.552" y1="-1220.7666" x2="770.551" y2="1286.3364" gradientTransform="matrix(1 0 0 1 -0.04 -362.8105)">
+ <stop offset="0" style="stop-color:#F7FCFF"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+
+ <rect x="704.392" y="-1583.577" opacity="0.1" fill="url(#SVGID_10_)" enable-background="new " width="132.238" height="2507.104"/>
+
+ <linearGradient id="SVGID_11_" gradientUnits="userSpaceOnUse" x1="255.6394" y1="-1266.2847" x2="255.6393" y2="1240.812" gradientTransform="matrix(-1 0 0 1 941.3149 -362.8105)">
+ <stop offset="0" style="stop-color:#F7FCFF"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+
+ <rect x="641.303" y="-1629.096" opacity="0.1" fill="url(#SVGID_11_)" enable-background="new " width="88.744" height="2507.098"/>
+
+ <linearGradient id="SVGID_12_" gradientUnits="userSpaceOnUse" x1="9.325" y1="-169.8711" x2="9.3249" y2="518.894" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 842.0176 305.0822)">
+ <stop offset="0" style="stop-color:#F7FCFF"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+ <path opacity="0.2" fill="none" stroke="url(#SVGID_12_)" stroke-miterlimit="10" enable-background="new " d="
+ M1107.547-134.851c171.185,82.127,243.367,287.483,161.23,458.658c-82.145,171.187-287.493,243.373-458.685,161.236
+ C638.924,402.906,566.746,197.555,648.872,26.37C731.013-144.816,936.367-216.988,1107.547-134.851z"/>
+ <path opacity="0.3" fill="#244960" enable-background="new " d="M1026.751,505.428
+ c-120.971,42.526-253.526-21.073-296.034-142.044c-42.53-120.979,21.067-253.531,142.052-296.06
+ c120.969-42.514,253.513,21.085,296.042,142.061C1211.332,330.366,1147.728,462.906,1026.751,505.428z"/>
+
+ <linearGradient id="SVGID_13_" gradientUnits="userSpaceOnUse" x1="826.6008" y1="-1097.6055" x2="826.6004" y2="1409.4995" gradientTransform="matrix(1 0 0 1 -0.04 -362.8105)">
+ <stop offset="0" style="stop-color:#F7FCFF"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+
+ <rect x="798.709" y="-1460.416" opacity="0.1" fill="url(#SVGID_13_)" enable-background="new " width="55.702" height="2507.104"/>
+ <g opacity="0.7">
+ <path fill="none" d="M797.281,339.989l-3.238-9.192l-30.73,10.798c0.912,3.101,1.923,6.198,3.003,9.29l0,0L797.281,339.989z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M796.876,190.356c-0.242-0.663,0.21-1.441,1.021-1.737
+ l20.748-7.297l-10.09-28.689c-16.457,17.412-29.485,37.652-38.545,59.595l30.739-10.819L796.876,190.356z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M827.955,330.603l7.731,22.001l16.203-5.711l-11.393-32.422
+ l-46.449,16.332l3.24,9.192l29.176-10.249C827.043,329.536,827.713,329.931,827.955,330.603z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M915.04,147.46c0.805-0.3,1.659,0.035,1.893,0.708
+ l0.581,1.637c-0.559-1.576-0.035-3.211,1.174-3.623l53.031-18.653L959.27,92.104c-24.431-1.2-49.492,2.226-73.978,10.836
+ c-7.322,2.568-14.376,5.527-21.183,8.868l16.758,47.667L915.04,147.46z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1056.98,124.139c-6.668-4.384-13.6-8.378-20.738-11.921
+ l6.021,17.108L1056.98,124.139z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1126.637,250.319c1.203-0.428,2.539,0.2,2.951,1.407
+ l14.56,41.442c0.851-23.568-2.634-47.692-10.927-71.264c-10.909-31.04-28.91-57.563-51.523-78.43l38.356,109.149
+ L1126.637,250.319z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1080.764,238.853l14.368-5.051
+ c0.947-0.327,1.73-0.562,1.742-0.51l2.408,6.861c0.012,0.055-0.745,0.349-1.687,0.673l-14.362,5.061l6.146,17.516l30.68-10.779
+ l-38.356-109.15c-7.742-7.12-16.005-13.568-24.716-19.333l-14.725,5.193L1080.764,238.853z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1080.764,238.853l14.368-5.051
+ c0.947-0.327,1.73-0.562,1.742-0.51l2.408,6.861c0.012,0.055-0.745,0.349-1.687,0.673l-14.362,5.061l6.146,17.516l30.68-10.779
+ l-38.356-109.15c-7.742-7.12-16.005-13.568-24.716-19.333l-14.725,5.193L1080.764,238.853z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1078.727,431.996c2.006-1.766,3.966-3.575,5.889-5.431
+ l-6.934,2.426L1078.727,431.996z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1078.727,431.996c2.006-1.766,3.966-3.575,5.889-5.431
+ l-6.934,2.426L1078.727,431.996z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="852.296,348.034 851.89,346.889 835.687,352.604
+ 836.081,353.739 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="852.296,348.034 851.89,346.889 835.687,352.604
+ 836.081,353.739 "/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M888.687,359.124l-18.455,6.485
+ c-0.749,0.266-1.363,0.464-1.373,0.428l-1.709-4.865c-0.012-0.024,0.591-0.266,1.34-0.541l18.459-6.478l-4.069-11.556
+ l-45.146,15.845l29.078,82.723c0.24,0.685-0.035,1.409-0.614,1.6l-21.185,7.442c2.529,1.624,5.101,3.191,7.701,4.694
+ l61.973-21.795L888.687,359.124z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M888.687,359.124l-18.455,6.485
+ c-0.749,0.266-1.363,0.464-1.373,0.428l-1.709-4.865c-0.012-0.024,0.591-0.266,1.34-0.541l18.459-6.478l-4.069-11.556
+ l-45.146,15.845l29.078,82.723c0.24,0.685-0.035,1.409-0.614,1.6l-21.185,7.442c2.529,1.624,5.101,3.191,7.701,4.694
+ l61.973-21.795L888.687,359.124z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M999.139,474.479c5.059-1.324,10.095-2.886,15.111-4.644
+ c16.124-5.659,31.027-13.252,44.555-22.382l-61.559,21.639L999.139,474.479z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M999.139,474.479c5.059-1.324,10.095-2.886,15.111-4.644
+ c16.124-5.659,31.027-13.252,44.555-22.382l-61.559,21.639L999.139,474.479z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1024.66,447.643c-1.199,0.424-2.527-0.208-2.97-1.415
+ l-0.853-2.436l-25.007-71.137l-28.925,10.15l30.334,86.299l61.559-21.64c7.036-4.756,13.67-9.919,19.924-15.457l-1.047-3.004
+ L1024.66,447.643z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1024.66,447.643c-1.199,0.424-2.527-0.208-2.97-1.415
+ l-0.853-2.436l-25.007-71.137l-28.925,10.15l30.334,86.299l61.559-21.64c7.036-4.756,13.67-9.919,19.924-15.457l-1.047-3.004
+ L1024.66,447.643z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1024.66,447.643c-1.199,0.424-2.527-0.208-2.97-1.415
+ l-0.853-2.436l-25.007-71.137l-28.925,10.15l30.334,86.299l61.559-21.64c7.036-4.756,13.67-9.919,19.924-15.457l-1.047-3.004
+ L1024.66,447.643z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M761.406,237.982c-8.524,33.089-8.451,68.775,1.906,103.612
+ l30.73-10.798L761.406,237.982z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M840.497,314.471l-39.74-113.062l-30.743,10.815
+ c-3.457,8.358-6.329,16.961-8.608,25.751l32.637,92.816L840.497,314.471z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M840.497,314.471l-39.74-113.062l-30.743,10.815
+ c-3.457,8.358-6.329,16.961-8.608,25.751l32.637,92.816L840.497,314.471z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M880.802,336.721l-5.604-15.973
+ c-0.2-0.565-0.268-1.148-0.2-1.655l-19.084,6.701c-0.955,0.333-1.738,0.571-1.752,0.541l-2.416-6.868
+ c-0.012-0.053,0.741-0.368,1.698-0.693l25.745-9.05l-2.769-7.881l-35.923,12.64l11.393,32.416L880.802,336.721z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M880.802,336.721l-5.604-15.973
+ c-0.2-0.565-0.268-1.148-0.2-1.655l-19.084,6.701c-0.955,0.333-1.738,0.571-1.752,0.541l-2.416-6.868
+ c-0.012-0.053,0.741-0.368,1.698-0.693l25.745-9.05l-2.769-7.881l-35.923,12.64l11.393,32.416L880.802,336.721z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M818.645,181.321l-20.748,7.297
+ c-0.805,0.296-1.263,1.074-1.021,1.737l3.873,11.058l22.209-7.809L818.645,181.321z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M818.645,181.321l-20.748,7.297
+ c-0.805,0.296-1.263,1.074-1.021,1.737l3.873,11.058l22.209-7.809L818.645,181.321z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M918.626,159.978c1.209-0.43,2.384-0.207,2.624,0.464
+ l-3.736-10.643l-0.581-1.637c-0.233-0.673-1.082-1.009-1.893-0.711l-34.181,12.017l4.317,12.271L918.626,159.978z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M918.626,159.978c1.209-0.43,2.384-0.207,2.624,0.464
+ l-3.736-10.643l-0.581-1.637c-0.233-0.673-1.082-1.009-1.893-0.711l-34.181,12.017l4.317,12.271L918.626,159.978z"/>
+
+ <rect x="877.282" y="298.535" transform="matrix(0.9434 -0.3318 0.3318 0.9434 -50.2201 311.2506)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="18.433" height="8.355"/>
+
+ <rect x="877.282" y="298.535" transform="matrix(0.9434 -0.3318 0.3318 0.9434 -50.2201 311.2506)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="18.433" height="8.355"/>
+
+ <rect x="877.282" y="298.535" transform="matrix(0.9434 -0.3318 0.3318 0.9434 -50.2201 311.2506)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="18.433" height="8.355"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="881.219,337.858 880.802,336.721 851.89,346.889
+ 852.296,348.034 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="881.219,337.858 880.802,336.721 851.89,346.889
+ 852.296,348.034 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="881.219,337.858 880.802,336.721 851.89,346.889
+ 852.296,348.034 "/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M924.82,170.604l-3.569-10.161
+ c-0.24-0.674-1.415-0.897-2.624-0.464l-33.449,11.761l3.996,11.386L924.82,170.604z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M924.82,170.604l-3.569-10.161
+ c-0.24-0.674-1.415-0.897-2.624-0.464l-33.449,11.761l3.996,11.386L924.82,170.604z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M924.82,170.604l-3.569-10.161
+ c-0.24-0.674-1.415-0.897-2.624-0.464l-33.449,11.761l3.996,11.386L924.82,170.604z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M875.021,297.856l-11.537,4.048
+ c-1.21,0.434-2.514-0.135-2.906-1.263l-37.619-107.043l-22.201,7.81l39.74,113.062l35.917-12.644L875.021,297.856z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M875.021,297.856l-11.537,4.048
+ c-1.21,0.434-2.514-0.135-2.906-1.263l-37.619-107.043l-22.201,7.81l39.74,113.062l35.917-12.644L875.021,297.856z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M875.021,297.856l-11.537,4.048
+ c-1.21,0.434-2.514-0.135-2.906-1.263l-37.619-107.043l-22.201,7.81l39.74,113.062l35.917-12.644L875.021,297.856z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M922.806,278.781c0.4,1.112-0.264,2.363-1.479,2.779
+ l28.629-10.049l-10.992-31.254c-0.086-0.281,0.012-0.545,0.253-0.642l8.785-3.091l-23.183-65.926l-35.646,12.521
+ L922.806,278.781z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M922.806,278.781c0.4,1.112-0.264,2.363-1.479,2.779
+ l28.629-10.049l-10.992-31.254c-0.086-0.281,0.012-0.545,0.253-0.642l8.785-3.091l-23.183-65.926l-35.646,12.521
+ L922.806,278.781z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M922.806,278.781c0.4,1.112-0.264,2.363-1.479,2.779
+ l28.629-10.049l-10.992-31.254c-0.086-0.281,0.012-0.545,0.253-0.642l8.785-3.091l-23.183-65.926l-35.646,12.521
+ L922.806,278.781z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M922.806,278.781c0.4,1.112-0.264,2.363-1.479,2.779
+ l28.629-10.049l-10.992-31.254c-0.086-0.281,0.012-0.545,0.253-0.642l8.785-3.091l-23.183-65.926l-35.646,12.521
+ L922.806,278.781z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M892.698,292.543c-0.166-0.44,0.135-0.945,0.668-1.128
+ l-18.34,6.438l1.399,3.975l17.385-6.115L892.698,292.543z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M892.698,292.543c-0.166-0.44,0.135-0.945,0.668-1.128
+ l-18.34,6.438l1.399,3.975l17.385-6.115L892.698,292.543z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M892.698,292.543c-0.166-0.44,0.135-0.945,0.668-1.128
+ l-18.34,6.438l1.399,3.975l17.385-6.115L892.698,292.543z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M892.698,292.543c-0.166-0.44,0.135-0.945,0.668-1.128
+ l-18.34,6.438l1.399,3.975l17.385-6.115L892.698,292.543z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1126.637,250.319l-6.577,2.303l11.696,33.301l4.531-1.594
+ c0.769-0.27,1.409-0.483,1.438-0.422l2.404,6.87c0.022,0.039-0.604,0.305-1.389,0.574l-4.518,1.588l7.871,22.381
+ c1.107-7.304,1.789-14.692,2.049-22.151l-14.562-41.448C1129.176,250.52,1127.84,249.892,1126.637,250.319z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M1126.637,250.319l-6.577,2.303l11.696,33.301l4.531-1.594
+ c0.769-0.27,1.409-0.483,1.438-0.422l2.404,6.87c0.022,0.039-0.604,0.305-1.389,0.574l-4.518,1.588l7.871,22.381
+ c1.107-7.304,1.789-14.692,2.049-22.151l-14.562-41.448C1129.176,250.52,1127.84,249.892,1126.637,250.319z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1048.346,323.124l34.729,98.792
+ c0.553,1.587,0.025,3.213-1.184,3.629l-4.822,1.719l0.612,1.728l6.934-2.426c30.88-29.75,51.087-69.013,57.479-111.245
+ l-7.871-22.381L1048.346,323.124z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1048.346,323.124l34.729,98.792
+ c0.553,1.587,0.025,3.213-1.184,3.629l-4.822,1.719l0.612,1.728l6.934-2.426c30.88-29.75,51.087-69.013,57.479-111.245
+ l-7.871-22.381L1048.346,323.124z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M1048.346,323.124l34.729,98.792
+ c0.553,1.587,0.025,3.213-1.184,3.629l-4.822,1.719l0.612,1.728l6.934-2.426c30.88-29.75,51.087-69.013,57.479-111.245
+ l-7.871-22.381L1048.346,323.124z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1092.736,279.945l-53.019,18.648l0.577,1.663l19.335-6.794
+ c0.753-0.277,1.366-0.454,1.392-0.422l1.69,4.865c0.026,0.021-0.574,0.264-1.324,0.514l-19.33,6.797l3.823,10.875l85.876-30.169
+ l-11.696-33.301l-30.68,10.779l4.547,12.908C1094.474,277.897,1093.954,279.524,1092.736,279.945z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1092.736,279.945l-53.019,18.648l0.577,1.663l19.335-6.794
+ c0.753-0.277,1.366-0.454,1.392-0.422l1.69,4.865c0.026,0.021-0.574,0.264-1.324,0.514l-19.33,6.797l3.823,10.875l85.876-30.169
+ l-11.696-33.301l-30.68,10.779l4.547,12.908C1094.474,277.897,1093.954,279.524,1092.736,279.945z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M1092.736,279.945l-53.019,18.648l0.577,1.663l19.335-6.794
+ c0.753-0.277,1.366-0.454,1.392-0.422l1.69,4.865c0.026,0.021-0.574,0.264-1.324,0.514l-19.33,6.797l3.823,10.875l85.876-30.169
+ l-11.696-33.301l-30.68,10.779l4.547,12.908C1094.474,277.897,1093.954,279.524,1092.736,279.945z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1020.838,443.786l0.853,2.436
+ c0.438,1.207,1.771,1.837,2.97,1.413l53.021-18.649l-0.612-1.732l-53.019,18.628
+ C1022.834,446.316,1021.402,445.359,1020.838,443.786z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1020.838,443.786l0.853,2.436
+ c0.438,1.207,1.771,1.837,2.97,1.413l53.021-18.649l-0.612-1.732l-53.019,18.628
+ C1022.834,446.316,1021.402,445.359,1020.838,443.786z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1020.838,443.786l0.853,2.436
+ c0.438,1.207,1.771,1.837,2.97,1.413l53.021-18.649l-0.612-1.732l-53.019,18.628
+ C1022.834,446.316,1021.402,445.359,1020.838,443.786z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M1020.838,443.786l0.853,2.436
+ c0.438,1.207,1.771,1.837,2.97,1.413l53.021-18.649l-0.612-1.732l-53.019,18.628
+ C1022.834,446.316,1021.402,445.359,1020.838,443.786z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M852.719,454.907c23.913,13.755,50.679,22.396,78.459,25.099
+ l-16.48-46.892L852.719,454.907z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M852.719,454.907c23.913,13.755,50.679,22.396,78.459,25.099
+ l-16.48-46.892L852.719,454.907z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M852.719,454.907c23.913,13.755,50.679,22.396,78.459,25.099
+ l-16.48-46.892L852.719,454.907z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M976.537,125.842c1.209-0.43,2.639,0.521,3.199,2.108
+ l7.31,20.766l55.217-19.39l-6.021-17.108c-23.803-11.819-50.004-18.778-76.972-20.122l12.449,35.42L976.537,125.842z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M976.537,125.842c1.209-0.43,2.639,0.521,3.199,2.108
+ l7.31,20.766l55.217-19.39l-6.021-17.108c-23.803-11.819-50.004-18.778-76.972-20.122l12.449,35.42L976.537,125.842z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="1080.764,238.853 1042.256,129.332 987.046,148.716
+ 1025.546,258.27 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="1080.764,238.853 1042.256,129.332 987.046,148.716
+ 1025.546,258.27 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="1080.764,238.853 1042.256,129.332 987.046,148.716
+ 1025.546,258.27 "/>
+
+ <rect x="1029.453" y="255.028" transform="matrix(-0.9433 0.3318 -0.3318 -0.9433 2145.146 162.3707)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="58.517" height="18.568"/>
+
+ <rect x="1029.453" y="255.028" transform="matrix(-0.9433 0.3318 -0.3318 -0.9433 2145.146 162.3707)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="58.517" height="18.568"/>
+
+ <rect x="1029.453" y="255.028" transform="matrix(-0.9433 0.3318 -0.3318 -0.9433 2145.146 162.3707)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="58.517" height="18.568"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1034.573,283.955l13.279-4.672
+ c1.112-0.385,2.02-0.686,2.042-0.662l1.617,4.626c0.018,0.036-0.878,0.373-2.014,0.775l-13.267,4.657l3.479,9.908l53.019-18.652
+ c1.223-0.417,1.746-2.038,1.183-3.626l-4.544-12.908l-55.196,19.412L1034.573,283.955z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1034.573,283.955l13.279-4.672
+ c1.112-0.385,2.02-0.686,2.042-0.662l1.617,4.626c0.018,0.036-0.878,0.373-2.014,0.775l-13.267,4.657l3.479,9.908l53.019-18.652
+ c1.223-0.417,1.746-2.038,1.183-3.626l-4.544-12.908l-55.196,19.412L1034.573,283.955z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M1034.573,283.955l13.279-4.672
+ c1.112-0.385,2.02-0.686,2.042-0.662l1.617,4.626c0.018,0.036-0.878,0.373-2.014,0.775l-13.267,4.657l3.479,9.908l53.019-18.652
+ c1.223-0.417,1.746-2.038,1.183-3.626l-4.544-12.908l-55.196,19.412L1034.573,283.955z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1034.573,283.955l13.279-4.672
+ c1.112-0.385,2.02-0.686,2.042-0.662l1.617,4.626c0.018,0.036-0.878,0.373-2.014,0.775l-13.267,4.657l3.479,9.908l53.019-18.652
+ c1.223-0.417,1.746-2.038,1.183-3.626l-4.544-12.908l-55.196,19.412L1034.573,283.955z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M971.961,377.543c-1.205,0.419-2.529-0.206-2.967-1.405
+ l-4.155-11.834l-3.946,1.383l6.021,17.117l28.921-10.15l-1.082-3.121L971.961,377.543z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M971.961,377.543c-1.205,0.419-2.529-0.206-2.967-1.405
+ l-4.155-11.834l-3.946,1.383l6.021,17.117l28.921-10.15l-1.082-3.121L971.961,377.543z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M971.961,377.543c-1.205,0.419-2.529-0.206-2.967-1.405
+ l-4.155-11.834l-3.946,1.383l6.021,17.117l28.921-10.15l-1.082-3.121L971.961,377.543z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M971.961,377.543c-1.205,0.419-2.529-0.206-2.967-1.405
+ l-4.155-11.834l-3.946,1.383l6.021,17.117l28.921-10.15l-1.082-3.121L971.961,377.543z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M943.031,314.863l14.898-5.257l-6.168-17.504l-15.24,5.338
+ c0.373,0.4,0.686,0.882,0.893,1.443L943.031,314.863z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M943.031,314.863l14.898-5.257l-6.168-17.504l-15.24,5.338
+ c0.373,0.4,0.686,0.882,0.893,1.443L943.031,314.863z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M943.031,314.863l14.898-5.257l-6.168-17.504l-15.24,5.338
+ c0.373,0.4,0.686,0.882,0.893,1.443L943.031,314.863z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M943.031,314.863l14.898-5.257l-6.168-17.504l-15.24,5.338
+ c0.373,0.4,0.686,0.882,0.893,1.443L943.031,314.863z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="954.105,283.478 896.554,303.69 893.784,295.808
+ 951.332,275.597 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="954.105,283.478 896.554,303.69 893.784,295.808
+ 951.332,275.597 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="954.105,283.478 896.554,303.69 893.784,295.808
+ 951.332,275.597 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" enable-background="new " points="954.105,283.478 896.554,303.69 893.784,295.808
+ 951.332,275.597 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="958.326,310.738 943.432,315.995 943.035,314.867
+ 957.934,309.61 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="958.326,310.738 943.432,315.995 943.035,314.867
+ 957.934,309.61 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="958.326,310.738 943.432,315.995 943.035,314.867
+ 957.934,309.61 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="958.326,310.738 943.432,315.995 943.035,314.867
+ 957.934,309.61 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" enable-background="new " points="958.326,310.738 943.432,315.995 943.035,314.867
+ 957.934,309.61 "/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M949.956,271.512l-28.629,10.057l-27.961,9.849
+ c-0.533,0.187-0.83,0.686-0.668,1.132l1.108,3.172l57.551-20.216L949.956,271.512z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M949.956,271.512l-28.629,10.057l-27.961,9.849
+ c-0.533,0.187-0.83,0.686-0.668,1.132l1.108,3.172l57.551-20.216L949.956,271.512z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M949.956,271.512l-28.629,10.057l-27.961,9.849
+ c-0.533,0.187-0.83,0.686-0.668,1.132l1.108,3.172l57.551-20.216L949.956,271.512z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M949.956,271.512l-28.629,10.057l-27.961,9.849
+ c-0.533,0.187-0.83,0.686-0.668,1.132l1.108,3.172l57.551-20.216L949.956,271.512z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M949.956,271.512l-28.629,10.057l-27.961,9.849
+ c-0.533,0.187-0.83,0.686-0.668,1.132l1.108,3.172l57.551-20.216L949.956,271.512z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M971.948,304.677l-1.632-4.644l-8.796,3.088
+ c-0.225,0.083-0.485-0.071-0.587-0.335l-4.341-12.392l-4.83,1.708l6.168,17.51L971.948,304.677z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M971.948,304.677l-1.632-4.644l-8.796,3.088
+ c-0.225,0.083-0.485-0.071-0.587-0.335l-4.341-12.392l-4.83,1.708l6.168,17.51L971.948,304.677z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M971.948,304.677l-1.632-4.644l-8.796,3.088
+ c-0.225,0.083-0.485-0.071-0.587-0.335l-4.341-12.392l-4.83,1.708l6.168,17.51L971.948,304.677z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M971.948,304.677l-1.632-4.644l-8.796,3.088
+ c-0.225,0.083-0.485-0.071-0.587-0.335l-4.341-12.392l-4.83,1.708l6.168,17.51L971.948,304.677z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M971.948,304.677l-1.632-4.644l-8.796,3.088
+ c-0.225,0.083-0.485-0.071-0.587-0.335l-4.341-12.392l-4.83,1.708l6.168,17.51L971.948,304.677z"/>
+
+ <rect x="964.537" y="300.282" transform="matrix(0.3291 0.9443 -0.9443 0.3291 938.0996 -704.932)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="1.205" height="14.863"/>
+
+ <rect x="964.537" y="300.282" transform="matrix(0.3291 0.9443 -0.9443 0.3291 938.0996 -704.932)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="1.205" height="14.863"/>
+
+ <rect x="964.537" y="300.282" transform="matrix(0.3291 0.9443 -0.9443 0.3291 938.0996 -704.932)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="1.205" height="14.863"/>
+
+ <rect x="964.537" y="300.282" transform="matrix(0.3291 0.9443 -0.9443 0.3291 938.0996 -704.932)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="1.205" height="14.863"/>
+
+ <rect x="964.537" y="300.282" transform="matrix(0.3291 0.9443 -0.9443 0.3291 938.0996 -704.932)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="1.205" height="14.863"/>
+
+ <rect x="964.537" y="300.282" transform="matrix(0.3291 0.9443 -0.9443 0.3291 938.0996 -704.932)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="1.205" height="14.863"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M948.002,236.536l-8.785,3.094
+ c-0.241,0.096-0.339,0.358-0.253,0.639l10.992,31.252l9.198-3.239L948.002,236.536z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M948.002,236.536l-8.785,3.094
+ c-0.241,0.096-0.339,0.358-0.253,0.639l10.992,31.252l9.198-3.239L948.002,236.536z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M948.002,236.536l-8.785,3.094
+ c-0.241,0.096-0.339,0.358-0.253,0.639l10.992,31.252l9.198-3.239L948.002,236.536z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M948.002,236.536l-8.785,3.094
+ c-0.241,0.096-0.339,0.358-0.253,0.639l10.992,31.252l9.198-3.239L948.002,236.536z"/>
+ <path opacity="0.4" fill="#FFF6A3" enable-background="new " d="M948.002,236.536l-8.785,3.094
+ c-0.241,0.096-0.339,0.358-0.253,0.639l10.992,31.252l9.198-3.239L948.002,236.536z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M960.116,271.027c0.243,0.698-0.549,1.578-1.758,2.011
+ l-7.007,2.469l2.763,7.867l9.211-3.234L960.116,271.027z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M960.116,271.027c0.243,0.698-0.549,1.578-1.758,2.011
+ l-7.007,2.469l2.763,7.867l9.211-3.234L960.116,271.027z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M960.116,271.027c0.243,0.698-0.549,1.578-1.758,2.011
+ l-7.007,2.469l2.763,7.867l9.211-3.234L960.116,271.027z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M960.116,271.027c0.243,0.698-0.549,1.578-1.758,2.011
+ l-7.007,2.469l2.763,7.867l9.211-3.234L960.116,271.027z"/>
+ <path opacity="0.4" fill="#FFF6A3" enable-background="new " d="M960.116,271.027c0.243,0.698-0.549,1.578-1.758,2.011
+ l-7.007,2.469l2.763,7.867l9.211-3.234L960.116,271.027z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M958.359,273.033c1.209-0.428,2.001-1.308,1.758-2.006
+ l-0.962-2.755l-9.198,3.239l1.401,3.987L958.359,273.033z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M958.359,273.033c1.209-0.428,2.001-1.308,1.758-2.006
+ l-0.962-2.755l-9.198,3.239l1.401,3.987L958.359,273.033z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M958.359,273.033c1.209-0.428,2.001-1.308,1.758-2.006
+ l-0.962-2.755l-9.198,3.239l1.401,3.987L958.359,273.033z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M958.359,273.033c1.209-0.428,2.001-1.308,1.758-2.006
+ l-0.962-2.755l-9.198,3.239l1.401,3.987L958.359,273.033z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M958.359,273.033c1.209-0.428,2.001-1.308,1.758-2.006
+ l-0.962-2.755l-9.198,3.239l1.401,3.987L958.359,273.033z"/>
+ <path opacity="0.4" fill="#FFF6A3" enable-background="new " d="M958.359,273.033c1.209-0.428,2.001-1.308,1.758-2.006
+ l-0.962-2.755l-9.198,3.239l1.401,3.987L958.359,273.033z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M956.598,290.395l4.341,12.384
+ c0.102,0.266,0.36,0.426,0.591,0.333l8.79-3.084l-4.53-12.857L956.598,290.395z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M956.598,290.395l4.341,12.384
+ c0.102,0.266,0.36,0.426,0.591,0.333l8.79-3.084l-4.53-12.857L956.598,290.395z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M956.598,290.395l4.341,12.384
+ c0.102,0.266,0.36,0.426,0.591,0.333l8.79-3.084l-4.53-12.857L956.598,290.395z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M956.598,290.395l4.341,12.384
+ c0.102,0.266,0.36,0.426,0.591,0.333l8.79-3.084l-4.53-12.857L956.598,290.395z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M956.598,290.395l4.341,12.384
+ c0.102,0.266,0.36,0.426,0.591,0.333l8.79-3.084l-4.53-12.857L956.598,290.395z"/>
+ <path opacity="0.4" fill="#FFF6A3" enable-background="new " d="M956.598,290.395l4.341,12.384
+ c0.102,0.266,0.36,0.426,0.591,0.333l8.79-3.084l-4.53-12.857L956.598,290.395z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M797.281,339.989l-30.956,10.896
+ c2.893,8.251,6.298,16.193,10.17,23.797l29.347-10.323L797.281,339.989z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M778.84,379.159c13.62,25.156,32.314,46.403,54.3,62.872
+ l-25.634-72.949L778.84,379.159z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M806.12,364.262c0.135-0.811,0.682-1.53,1.511-1.823
+ l28.056-9.841l-7.726-21.995c-0.242-0.676-0.918-1.066-1.503-0.866l-29.178,10.247l8.561,24.375L806.12,364.262z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M806.12,364.262c0.135-0.811,0.682-1.53,1.511-1.823
+ l28.056-9.841l-7.726-21.995c-0.242-0.676-0.918-1.066-1.503-0.866l-29.178,10.247l8.561,24.375L806.12,364.262z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M835.687,352.604l-28.06,9.841
+ c-0.825,0.299-1.378,1.013-1.515,1.817l29.961-10.517L835.687,352.604z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M835.687,352.604l-28.06,9.841
+ c-0.825,0.299-1.378,1.013-1.515,1.817l29.961-10.517L835.687,352.604z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M835.687,352.604l-28.06,9.841
+ c-0.825,0.299-1.378,1.013-1.515,1.817l29.961-10.517L835.687,352.604z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M866.817,441.176l-29.078-82.722l-30.227,10.628
+ l25.628,72.949c3.855,2.88,7.819,5.611,11.879,8.188l21.184-7.443C866.781,442.58,867.055,441.861,866.817,441.176z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M866.817,441.176l-29.078-82.722l-30.227,10.628
+ l25.628,72.949c3.855,2.88,7.819,5.611,11.879,8.188l21.184-7.443C866.781,442.58,867.055,441.861,866.817,441.176z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M866.817,441.176l-29.078-82.722l-30.227,10.628
+ l25.628,72.949c3.855,2.88,7.819,5.611,11.879,8.188l21.184-7.443C866.781,442.58,867.055,441.861,866.817,441.176z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M964.839,364.302l4.155,11.83
+ c0.432,1.205,1.762,1.83,2.967,1.405l22.792-8.013l-4.941-14.02L964.839,364.302z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M964.839,364.302l4.155,11.83
+ c0.432,1.205,1.762,1.83,2.967,1.405l22.792-8.013l-4.941-14.02L964.839,364.302z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M964.839,364.302l4.155,11.83
+ c0.432,1.205,1.762,1.83,2.967,1.405l22.792-8.013l-4.941-14.02L964.839,364.302z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M964.839,364.302l4.155,11.83
+ c0.432,1.205,1.762,1.83,2.967,1.405l22.792-8.013l-4.941-14.02L964.839,364.302z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M964.839,364.302l4.155,11.83
+ c0.432,1.205,1.762,1.83,2.967,1.405l22.792-8.013l-4.941-14.02L964.839,364.302z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="961.139,353.78 964.839,364.302 960.898,365.685
+ 957.198,355.162 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="961.139,353.78 964.839,364.302 960.898,365.685
+ 957.198,355.162 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="961.139,353.78 964.839,364.302 960.898,365.685
+ 957.198,355.162 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" enable-background="new " points="961.139,353.78 964.839,364.302 960.898,365.685
+ 957.198,355.162 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="961.139,353.78 964.839,364.302 960.898,365.685
+ 957.198,355.162 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="958.606,346.738 954.648,348.12 950.852,337.248
+ 954.802,335.865 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="958.606,346.738 954.648,348.12 950.852,337.248
+ 954.802,335.865 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="958.606,346.738 954.648,348.12 950.852,337.248
+ 954.802,335.865 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" enable-background="new " points="958.606,346.738 954.648,348.12 950.852,337.248
+ 954.802,335.865 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="958.606,346.738 954.648,348.12 950.852,337.248
+ 954.802,335.865 "/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M954.717,328.468l8.755-3.066l-3.475-9.91l-14.909,5.225
+ l4.065,11.56l4.014-1.403C953.076,329.835,953.685,328.826,954.717,328.468z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M954.717,328.468l8.755-3.066l-3.475-9.91l-14.909,5.225
+ l4.065,11.56l4.014-1.403C953.076,329.835,953.685,328.826,954.717,328.468z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M954.717,328.468l8.755-3.066l-3.475-9.91l-14.909,5.225
+ l4.065,11.56l4.014-1.403C953.076,329.835,953.685,328.826,954.717,328.468z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M954.717,328.468l8.755-3.066l-3.475-9.91l-14.909,5.225
+ l4.065,11.56l4.014-1.403C953.076,329.835,953.685,328.826,954.717,328.468z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M954.717,328.468l8.755-3.066l-3.475-9.91l-14.909,5.225
+ l4.065,11.56l4.014-1.403C953.076,329.835,953.685,328.826,954.717,328.468z"/>
+
+ <rect x="961.397" y="312.681" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -50.6093 339.2799)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="14.856" height="10.501"/>
+
+ <rect x="961.397" y="312.681" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -50.6093 339.2799)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="14.856" height="10.501"/>
+
+ <rect x="961.397" y="312.681" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -50.6093 339.2799)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="14.856" height="10.501"/>
+
+ <rect x="961.397" y="312.681" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -50.6093 339.2799)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="14.856" height="10.501"/>
+
+ <rect x="961.397" y="312.681" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -50.6093 339.2799)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="14.856" height="10.501"/>
+
+ <rect x="961.397" y="312.681" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -50.6093 339.2799)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="14.856" height="10.501"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="986.113,344.994 961.147,353.765 964.839,364.302
+ 989.812,355.505 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="986.113,344.994 961.147,353.765 964.839,364.302
+ 989.812,355.505 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="986.113,344.994 961.147,353.765 964.839,364.302
+ 989.812,355.505 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" enable-background="new " points="986.113,344.994 961.147,353.765 964.839,364.302
+ 989.812,355.505 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="986.113,344.994 961.147,353.765 964.839,364.302
+ 989.812,355.505 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="986.113,344.994 961.147,353.765 964.839,364.302
+ 989.812,355.505 "/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M969.983,336.897c-1.223,0.426-2.545-0.216-2.973-1.438
+ l-1.205-3.439l-10.945,3.857l3.817,10.861l24.986-8.755l-1.848-5.266L969.983,336.897z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M969.983,336.897c-1.223,0.426-2.545-0.216-2.973-1.438
+ l-1.205-3.439l-10.945,3.857l3.817,10.861l24.986-8.755l-1.848-5.266L969.983,336.897z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M969.983,336.897c-1.223,0.426-2.545-0.216-2.973-1.438
+ l-1.205-3.439l-10.945,3.857l3.817,10.861l24.986-8.755l-1.848-5.266L969.983,336.897z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M969.983,336.897c-1.223,0.426-2.545-0.216-2.973-1.438
+ l-1.205-3.439l-10.945,3.857l3.817,10.861l24.986-8.755l-1.848-5.266L969.983,336.897z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M969.983,336.897c-1.223,0.426-2.545-0.216-2.973-1.438
+ l-1.205-3.439l-10.945,3.857l3.817,10.861l24.986-8.755l-1.848-5.266L969.983,336.897z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M969.983,336.897c-1.223,0.426-2.545-0.216-2.973-1.438
+ l-1.205-3.439l-10.945,3.857l3.817,10.861l24.986-8.755l-1.848-5.266L969.983,336.897z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M963.472,325.401l-8.755,3.066
+ c-1.032,0.358-1.641,1.367-1.542,2.41l10.882-3.833L963.472,325.401z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M963.472,325.401l-8.755,3.066
+ c-1.032,0.358-1.641,1.367-1.542,2.41l10.882-3.833L963.472,325.401z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M963.472,325.401l-8.755,3.066
+ c-1.032,0.358-1.641,1.367-1.542,2.41l10.882-3.833L963.472,325.401z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M963.472,325.401l-8.755,3.066
+ c-1.032,0.358-1.641,1.367-1.542,2.41l10.882-3.833L963.472,325.401z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M963.472,325.401l-8.755,3.066
+ c-1.032,0.358-1.641,1.367-1.542,2.41l10.882-3.833L963.472,325.401z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M963.472,325.401l-8.755,3.066
+ c-1.032,0.358-1.641,1.367-1.542,2.41l10.882-3.833L963.472,325.401z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M967.01,335.459c0.428,1.223,1.75,1.864,2.973,1.438
+ l11.829-4.18l-1.984-5.636l-14.022,4.938L967.01,335.459z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M967.01,335.459c0.428,1.223,1.75,1.864,2.973,1.438
+ l11.829-4.18l-1.984-5.636l-14.022,4.938L967.01,335.459z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M967.01,335.459c0.428,1.223,1.75,1.864,2.973,1.438
+ l11.829-4.18l-1.984-5.636l-14.022,4.938L967.01,335.459z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M967.01,335.459c0.428,1.223,1.75,1.864,2.973,1.438
+ l11.829-4.18l-1.984-5.636l-14.022,4.938L967.01,335.459z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M967.01,335.459c0.428,1.223,1.75,1.864,2.973,1.438
+ l11.829-4.18l-1.984-5.636l-14.022,4.938L967.01,335.459z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M967.01,335.459c0.428,1.223,1.75,1.864,2.973,1.438
+ l11.829-4.18l-1.984-5.636l-14.022,4.938L967.01,335.459z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M967.01,335.459c0.428,1.223,1.75,1.864,2.973,1.438
+ l11.829-4.18l-1.984-5.636l-14.022,4.938L967.01,335.459z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="964.061,327.013 963.472,325.355 977.489,320.409
+ 978.079,322.069 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="964.061,327.013 963.472,325.355 977.489,320.409
+ 978.079,322.069 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="964.061,327.013 963.472,325.355 977.489,320.409
+ 978.079,322.069 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="964.061,327.013 963.472,325.355 977.489,320.409
+ 978.079,322.069 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" enable-background="new " points="964.061,327.013 963.472,325.355 977.489,320.409
+ 978.079,322.069 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="964.061,327.013 963.472,325.355 977.489,320.409
+ 978.079,322.069 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="964.061,327.013 963.472,325.355 977.489,320.409
+ 978.079,322.069 "/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M924.82,170.604l55.219-19.425l-8.319-23.656l-53.031,18.653
+ c-1.209,0.418-1.738,2.053-1.17,3.624l3.732,10.643L924.82,170.604z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M924.82,170.604l55.219-19.425l-8.319-23.656l-53.031,18.653
+ c-1.209,0.418-1.738,2.053-1.17,3.624l3.732,10.643L924.82,170.604z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M972.556,227.903c0.235-0.076,0.487,0.083,0.585,0.343
+ l15.154,43.116l30.232-10.626l-38.489-109.551l-55.219,19.425l23.183,65.926L972.556,227.903z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M972.556,227.903c0.235-0.076,0.487,0.083,0.585,0.343
+ l15.154,43.116l30.232-10.626l-38.489-109.551l-55.219,19.425l23.183,65.926L972.556,227.903z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M972.556,227.903c0.235-0.076,0.487,0.083,0.585,0.343
+ l15.154,43.116l30.232-10.626l-38.489-109.551l-55.219,19.425l23.183,65.926L972.556,227.903z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1020.486,274.034c0.292-0.108,0.553-0.071,0.606,0.069
+ l4.162,11.846l1.909-0.673l-6.17-17.517l-19.279,6.774l1.91,5.405L1020.486,274.034z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1020.486,274.034c0.292-0.108,0.553-0.071,0.606,0.069
+ l4.162,11.846l1.909-0.673l-6.17-17.517l-19.279,6.774l1.91,5.405L1020.486,274.034z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1020.486,274.034c0.292-0.108,0.553-0.071,0.606,0.069
+ l4.162,11.846l1.909-0.673l-6.17-17.517l-19.279,6.774l1.91,5.405L1020.486,274.034z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1031.693,298.18l1.605,4.543l7.004-2.466l-0.58-1.663
+ l-4.818,1.689C1033.684,300.725,1032.251,299.768,1031.693,298.18z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1031.693,298.18l1.605,4.543l7.004-2.466l-0.58-1.663
+ l-4.818,1.689C1033.684,300.725,1032.251,299.768,1031.693,298.18z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M1031.693,298.18l1.605,4.543l7.004-2.466l-0.58-1.663
+ l-4.818,1.689C1033.684,300.725,1032.251,299.768,1031.693,298.18z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1031.693,298.18l1.605,4.543l7.004-2.466l-0.58-1.663
+ l-4.818,1.689C1033.684,300.725,1032.251,299.768,1031.693,298.18z"/>
+
+ <rect x="1036.737" y="306.126" transform="matrix(-0.943 0.3329 -0.3329 -0.943 2125.396 259.6069)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="7.439" height="11.531"/>
+
+ <rect x="1036.737" y="306.126" transform="matrix(-0.943 0.3329 -0.3329 -0.943 2125.396 259.6069)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="7.439" height="11.531"/>
+
+ <rect x="1036.737" y="306.126" transform="matrix(-0.943 0.3329 -0.3329 -0.943 2125.396 259.6069)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="7.439" height="11.531"/>
+
+ <rect x="1036.737" y="306.126" transform="matrix(-0.943 0.3329 -0.3329 -0.943 2125.396 259.6069)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="7.439" height="11.531"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1025.258,285.984c0.752-0.156,1.481,0.06,2.026,0.543
+ l0.273-0.097l-0.395-1.152l-1.909,0.671L1025.258,285.984z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1025.258,285.984c0.752-0.156,1.481,0.06,2.026,0.543
+ l0.273-0.097l-0.395-1.152l-1.909,0.671L1025.258,285.984z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M1025.258,285.984c0.752-0.156,1.481,0.06,2.026,0.543
+ l0.273-0.097l-0.395-1.152l-1.909,0.671L1025.258,285.984z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1025.258,285.984c0.752-0.156,1.481,0.06,2.026,0.543
+ l0.273-0.097l-0.395-1.152l-1.909,0.671L1025.258,285.984z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1077.07,427.264l4.822-1.719
+ c1.209-0.422,1.736-2.042,1.184-3.629l-34.729-98.792l-7.009,2.472L1077.07,427.264z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1077.07,427.264l4.822-1.719
+ c1.209-0.422,1.736-2.042,1.184-3.629l-34.729-98.792l-7.009,2.472L1077.07,427.264z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M1077.07,427.264l4.822-1.719
+ c1.209-0.422,1.736-2.042,1.184-3.629l-34.729-98.792l-7.009,2.472L1077.07,427.264z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1077.07,427.264l4.822-1.719
+ c1.209-0.422,1.736-2.042,1.184-3.629l-34.729-98.792l-7.009,2.472L1077.07,427.264z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="1031.377,303.391 1033.298,302.723 1031.693,298.18
+ 1029.233,291.138 1027.312,291.827 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="1031.377,303.391 1033.298,302.723 1031.693,298.18
+ 1029.233,291.138 1027.312,291.827 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="1031.377,303.391 1033.298,302.723 1031.693,298.18
+ 1029.233,291.138 1027.312,291.827 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="1031.377,303.391 1033.298,302.723 1031.693,298.18
+ 1029.233,291.138 1027.312,291.827 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="1031.377,303.391 1033.298,302.723 1031.693,298.18
+ 1029.233,291.138 1027.312,291.827 "/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1015.765,314.471l1.203,3.431
+ c0.432,1.215-0.206,2.533-1.418,2.959l-8.765,3.101l1.846,5.236l30.236-10.63l-3.831-10.886L1015.765,314.471z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1015.765,314.471l1.203,3.431
+ c0.432,1.215-0.206,2.533-1.418,2.959l-8.765,3.101l1.846,5.236l30.236-10.63l-3.831-10.886L1015.765,314.471z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1015.765,314.471l1.203,3.431
+ c0.432,1.215-0.206,2.533-1.418,2.959l-8.765,3.101l1.846,5.236l30.236-10.63l-3.831-10.886L1015.765,314.471z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M1015.765,314.471l1.203,3.431
+ c0.432,1.215-0.206,2.533-1.418,2.959l-8.765,3.101l1.846,5.236l30.236-10.63l-3.831-10.886L1015.765,314.471z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1015.765,314.471l1.203,3.431
+ c0.432,1.215-0.206,2.533-1.418,2.959l-8.765,3.101l1.846,5.236l30.236-10.63l-3.831-10.886L1015.765,314.471z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1027.29,286.527c-0.551-0.481-1.28-0.699-2.026-0.543
+ l0.4,1.106L1027.29,286.527z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1027.29,286.527c-0.551-0.481-1.28-0.699-2.026-0.543
+ l0.4,1.106L1027.29,286.527z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1027.29,286.527c-0.551-0.481-1.28-0.699-2.026-0.543
+ l0.4,1.106L1027.29,286.527z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M1027.29,286.527c-0.551-0.481-1.28-0.699-2.026-0.543
+ l0.4,1.106L1027.29,286.527z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1027.29,286.527c-0.551-0.481-1.28-0.699-2.026-0.543
+ l0.4,1.106L1027.29,286.527z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1011.095,336.226l7.862,22.346
+ c0.419,1.201-0.212,2.52-1.423,2.953l-11.841,4.16l0.82,2.315c0.155,0.438-0.145,0.93-0.658,1.109l-10.021,3.54l25.009,71.137
+ c0.558,1.573,1.996,2.524,3.211,2.101l53.019-18.623l-35.729-101.674L1011.095,336.226z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1011.095,336.226l7.862,22.346
+ c0.419,1.201-0.212,2.52-1.423,2.953l-11.841,4.16l0.82,2.315c0.155,0.438-0.145,0.93-0.658,1.109l-10.021,3.54l25.009,71.137
+ c0.558,1.573,1.996,2.524,3.211,2.101l53.019-18.623l-35.729-101.674L1011.095,336.226z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1011.095,336.226l7.862,22.346
+ c0.419,1.201-0.212,2.52-1.423,2.953l-11.841,4.16l0.82,2.315c0.155,0.438-0.145,0.93-0.658,1.109l-10.021,3.54l25.009,71.137
+ c0.558,1.573,1.996,2.524,3.211,2.101l53.019-18.623l-35.729-101.674L1011.095,336.226z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M1011.095,336.226l7.862,22.346
+ c0.419,1.201-0.212,2.52-1.423,2.953l-11.841,4.16l0.82,2.315c0.155,0.438-0.145,0.93-0.658,1.109l-10.021,3.54l25.009,71.137
+ c0.558,1.573,1.996,2.524,3.211,2.101l53.019-18.623l-35.729-101.674L1011.095,336.226z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1011.095,336.226l7.862,22.346
+ c0.419,1.201-0.212,2.52-1.423,2.953l-11.841,4.16l0.82,2.315c0.155,0.438-0.145,0.93-0.658,1.109l-10.021,3.54l25.009,71.137
+ c0.558,1.573,1.996,2.524,3.211,2.101l53.019-18.623l-35.729-101.674L1011.095,336.226z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="992.676,283.782 1003.63,279.945 1001.722,274.538
+ 990.757,278.381 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="992.676,283.782 1003.63,279.945 1001.722,274.538
+ 990.757,278.381 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="992.676,283.782 1003.63,279.945 1001.722,274.538
+ 990.757,278.381 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="992.676,283.782 1003.63,279.945 1001.722,274.538
+ 990.757,278.381 "/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1006.78,323.961l8.765-3.101
+ c1.213-0.426,1.855-1.744,1.419-2.959l-1.205-3.431l-10.966,3.843L1006.78,323.961z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1006.78,323.961l8.765-3.101
+ c1.213-0.426,1.855-1.744,1.419-2.959l-1.205-3.431l-10.966,3.843L1006.78,323.961z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1006.78,323.961l8.765-3.101
+ c1.213-0.426,1.855-1.744,1.419-2.959l-1.205-3.431l-10.966,3.843L1006.78,323.961z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M1006.78,323.961l8.765-3.101
+ c1.213-0.426,1.855-1.744,1.419-2.959l-1.205-3.431l-10.966,3.843L1006.78,323.961z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1006.78,323.961l8.765-3.101
+ c1.213-0.426,1.855-1.744,1.419-2.959l-1.205-3.431l-10.966,3.843L1006.78,323.961z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1006.78,323.961l8.765-3.101
+ c1.213-0.426,1.855-1.744,1.419-2.959l-1.205-3.431l-10.966,3.843L1006.78,323.961z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M987.046,148.716l-7.31-20.766
+ c-0.561-1.586-1.99-2.535-3.199-2.108l-4.818,1.681l8.319,23.654L987.046,148.716z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M987.046,148.716l-7.31-20.766
+ c-0.561-1.586-1.99-2.535-3.199-2.108l-4.818,1.681l8.319,23.654L987.046,148.716z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M987.046,148.716l-7.31-20.766
+ c-0.561-1.586-1.99-2.535-3.199-2.108l-4.818,1.681l8.319,23.654L987.046,148.716z"/>
+
+ <rect x="999.074" y="146.565" transform="matrix(-0.9436 0.3311 -0.3311 -0.9436 2016.7722 65.708)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="7.432" height="116.112"/>
+
+ <rect x="999.074" y="146.565" transform="matrix(-0.9436 0.3311 -0.3311 -0.9436 2016.7722 65.708)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="7.432" height="116.112"/>
+
+ <rect x="999.074" y="146.565" transform="matrix(-0.9436 0.3311 -0.3311 -0.9436 2016.7722 65.708)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="7.432" height="116.112"/>
+
+ <rect x="999.074" y="146.565" transform="matrix(-0.9436 0.3311 -0.3311 -0.9436 2016.7722 65.708)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="7.432" height="116.112"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="1021.009,267.76 1028.022,265.3 1034.176,282.817
+ 1027.163,285.278 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="1021.009,267.76 1028.022,265.3 1034.176,282.817
+ 1027.163,285.278 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="1021.009,267.76 1028.022,265.3 1034.176,282.817
+ 1027.163,285.278 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="1021.009,267.76 1028.022,265.3 1034.176,282.817
+ 1027.163,285.278 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="1027.558,286.431 1034.573,283.955
+ 1034.176,282.813 1027.169,285.278 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="1027.558,286.431 1034.573,283.955
+ 1034.176,282.813 1027.169,285.278 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="1027.558,286.431 1034.573,283.955
+ 1034.176,282.813 1027.169,285.278 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="1027.558,286.431 1034.573,283.955
+ 1034.176,282.813 1027.169,285.278 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="1027.558,286.431 1034.573,283.955
+ 1034.176,282.813 1027.169,285.278 "/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1031.693,298.18c0.559,1.588,1.997,2.545,3.211,2.104
+ l4.818-1.693l-3.48-9.908l-7.009,2.464L1031.693,298.18z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1031.693,298.18c0.559,1.588,1.997,2.545,3.211,2.104
+ l4.818-1.693l-3.48-9.908l-7.009,2.464L1031.693,298.18z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M1031.693,298.18c0.559,1.588,1.997,2.545,3.211,2.104
+ l4.818-1.693l-3.48-9.908l-7.009,2.464L1031.693,298.18z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1031.693,298.18c0.559,1.588,1.997,2.545,3.211,2.104
+ l4.818-1.693l-3.48-9.908l-7.009,2.464L1031.693,298.18z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1031.693,298.18c0.559,1.588,1.997,2.545,3.211,2.104
+ l4.818-1.693l-3.48-9.908l-7.009,2.464L1031.693,298.18z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1006.514,368l-0.82-2.315l-10.94,3.848l1.082,3.123
+ l10.021-3.542C1006.369,368.93,1006.662,368.438,1006.514,368z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1006.514,368l-0.82-2.315l-10.94,3.848l1.082,3.123
+ l10.021-3.542C1006.369,368.93,1006.662,368.438,1006.514,368z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1006.514,368l-0.82-2.315l-10.94,3.848l1.082,3.123
+ l10.021-3.542C1006.369,368.93,1006.662,368.438,1006.514,368z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M1006.514,368l-0.82-2.315l-10.94,3.848l1.082,3.123
+ l10.021-3.542C1006.369,368.93,1006.662,368.438,1006.514,368z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M1006.514,368l-0.82-2.315l-10.94,3.848l1.082,3.123
+ l10.021-3.542C1006.369,368.93,1006.662,368.438,1006.514,368z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1006.514,368l-0.82-2.315l-10.94,3.848l1.082,3.123
+ l10.021-3.542C1006.369,368.93,1006.662,368.438,1006.514,368z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="982.906,300.848 981.279,296.187 970.316,300.027
+ 971.948,304.677 974.139,303.92 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="982.906,300.848 981.279,296.187 970.316,300.027
+ 971.948,304.677 974.139,303.92 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="982.906,300.848 981.279,296.187 970.316,300.027
+ 971.948,304.677 974.139,303.92 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" enable-background="new " points="982.906,300.848 981.279,296.187 970.316,300.027
+ 971.948,304.677 974.139,303.92 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="982.906,300.848 981.279,296.187 970.316,300.027
+ 971.948,304.677 974.139,303.92 "/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M972.631,305.735c0.131-0.816,0.676-1.534,1.508-1.815
+ l-2.191,0.757l0.4,1.145L972.631,305.735z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M972.631,305.735c0.131-0.816,0.676-1.534,1.508-1.815
+ l-2.191,0.757l0.4,1.145L972.631,305.735z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M972.631,305.735c0.131-0.816,0.676-1.534,1.508-1.815
+ l-2.191,0.757l0.4,1.145L972.631,305.735z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M972.631,305.735c0.131-0.816,0.676-1.534,1.508-1.815
+ l-2.191,0.757l0.4,1.145L972.631,305.735z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M972.631,305.735c0.131-0.816,0.676-1.534,1.508-1.815
+ l-2.191,0.757l0.4,1.145L972.631,305.735z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M972.631,305.735c0.131-0.816,0.676-1.534,1.508-1.815
+ l-2.191,0.757l0.4,1.145L972.631,305.735z"/>
+
+ <rect x="977.616" y="307.921" transform="matrix(-0.9435 0.3313 -0.3313 -0.9435 2012.8043 283.2437)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="9.291" height="10.501"/>
+
+ <rect x="977.616" y="307.921" transform="matrix(-0.9435 0.3313 -0.3313 -0.9435 2012.8043 283.2437)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="9.291" height="10.501"/>
+
+ <rect x="977.616" y="307.921" transform="matrix(-0.9435 0.3313 -0.3313 -0.9435 2012.8043 283.2437)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="9.291" height="10.501"/>
+
+ <rect x="977.616" y="307.921" transform="matrix(-0.9435 0.3313 -0.3313 -0.9435 2012.8043 283.2437)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="9.291" height="10.501"/>
+
+ <rect x="977.616" y="307.921" transform="matrix(-0.9435 0.3313 -0.3313 -0.9435 2012.8043 283.2437)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="9.291" height="10.501"/>
+
+ <rect x="977.616" y="307.921" transform="matrix(-0.9435 0.3313 -0.3313 -0.9435 2012.8043 283.2437)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="9.291" height="10.501"/>
+
+ <rect x="977.616" y="307.921" transform="matrix(-0.9435 0.3313 -0.3313 -0.9435 2012.8043 283.2437)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="9.291" height="10.501"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M972.631,305.735l10.671-3.76l-0.402-1.128l-8.761,3.072
+ C973.313,304.201,972.762,304.919,972.631,305.735z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M972.631,305.735l10.671-3.76l-0.402-1.128l-8.761,3.072
+ C973.313,304.201,972.762,304.919,972.631,305.735z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M972.631,305.735l10.671-3.76l-0.402-1.128l-8.761,3.072
+ C973.313,304.201,972.762,304.919,972.631,305.735z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M972.631,305.735l10.671-3.76l-0.402-1.128l-8.761,3.072
+ C973.313,304.201,972.762,304.919,972.631,305.735z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M972.631,305.735l10.671-3.76l-0.402-1.128l-8.761,3.072
+ C973.313,304.201,972.762,304.919,972.631,305.735z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M972.631,305.735l10.671-3.76l-0.402-1.128l-8.761,3.072
+ C973.313,304.201,972.762,304.919,972.631,305.735z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M972.631,305.735l10.671-3.76l-0.402-1.128l-8.761,3.072
+ C973.313,304.201,972.762,304.919,972.631,305.735z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M969.178,264.759c0.506-0.183,1.057,0.025,1.211,0.479
+ l3.883,11.042l14.023-4.919l-15.154-43.116c-0.098-0.26-0.35-0.422-0.585-0.343l-24.554,8.633l11.152,31.739L969.178,264.759z"
+ />
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M969.178,264.759c0.506-0.183,1.057,0.025,1.211,0.479
+ l3.883,11.042l14.023-4.919l-15.154-43.116c-0.098-0.26-0.35-0.422-0.585-0.343l-24.554,8.633l11.152,31.739L969.178,264.759z"
+ />
+ <path opacity="0.4" fill="#FFF6A3" enable-background="new " d="M969.178,264.759c0.506-0.183,1.057,0.025,1.211,0.479
+ l3.883,11.042l14.023-4.919l-15.154-43.116c-0.098-0.26-0.35-0.422-0.585-0.343l-24.554,8.633l11.152,31.739L969.178,264.759z"
+ />
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M969.178,264.759c0.506-0.183,1.057,0.025,1.211,0.479
+ l3.883,11.042l14.023-4.919l-15.154-43.116c-0.098-0.26-0.35-0.422-0.585-0.343l-24.554,8.633l11.152,31.739L969.178,264.759z"
+ />
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M979.156,288.541l13.516-4.759l-1.914-5.401l-14.01,4.922
+ l1.996,5.673C978.692,288.831,978.868,288.648,979.156,288.541z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M979.156,288.541l13.516-4.759l-1.914-5.401l-14.01,4.922
+ l1.996,5.673C978.692,288.831,978.868,288.648,979.156,288.541z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M979.156,288.541l13.516-4.759l-1.914-5.401l-14.01,4.922
+ l1.996,5.673C978.692,288.831,978.868,288.648,979.156,288.541z"/>
+ <path opacity="0.4" fill="#FFF6A3" enable-background="new " d="M979.156,288.541l13.516-4.759l-1.914-5.401l-14.01,4.922
+ l1.996,5.673C978.692,288.831,978.868,288.648,979.156,288.541z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M979.156,288.541l13.516-4.759l-1.914-5.401l-14.01,4.922
+ l1.996,5.673C978.692,288.831,978.868,288.648,979.156,288.541z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M974.272,276.28l-3.883-11.042
+ c-0.154-0.454-0.705-0.662-1.211-0.479l-10.023,3.516l0.962,2.753l3.213,9.112L974.272,276.28z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M974.272,276.28l-3.883-11.042
+ c-0.154-0.454-0.705-0.662-1.211-0.479l-10.023,3.516l0.962,2.753l3.213,9.112L974.272,276.28z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M974.272,276.28l-3.883-11.042
+ c-0.154-0.454-0.705-0.662-1.211-0.479l-10.023,3.516l0.962,2.753l3.213,9.112L974.272,276.28z"/>
+ <path opacity="0.4" fill="#FFF6A3" enable-background="new " d="M974.272,276.28l-3.883-11.042
+ c-0.154-0.454-0.705-0.662-1.211-0.479l-10.023,3.516l0.962,2.753l3.213,9.112L974.272,276.28z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M974.272,276.28l-3.883-11.042
+ c-0.154-0.454-0.705-0.662-1.211-0.479l-10.023,3.516l0.962,2.753l3.213,9.112L974.272,276.28z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="970.316,300.027 981.279,296.187 978.743,288.976
+ 976.747,283.303 965.781,287.176 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="970.316,300.027 981.279,296.187 978.743,288.976
+ 976.747,283.303 965.781,287.176 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="970.316,300.027 981.279,296.187 978.743,288.976
+ 976.747,283.303 965.781,287.176 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" enable-background="new " points="970.316,300.027 981.279,296.187 978.743,288.976
+ 976.747,283.303 965.781,287.176 "/>
+ <polygon opacity="0.4" fill="#FFF6A3" enable-background="new " points="970.316,300.027 981.279,296.187 978.743,288.976
+ 976.747,283.303 965.781,287.176 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="970.316,300.027 981.279,296.187 978.743,288.976
+ 976.747,283.303 965.781,287.176 "/>
+
+ <rect x="993.264" y="326.268" transform="matrix(-0.9434 0.3315 -0.3315 -0.9434 2053.8813 307.7225)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="14.861" height="5.55"/>
+
+ <rect x="993.264" y="326.268" transform="matrix(-0.9434 0.3315 -0.3315 -0.9434 2053.8813 307.7225)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="14.861" height="5.55"/>
+
+ <rect x="993.264" y="326.268" transform="matrix(-0.9434 0.3315 -0.3315 -0.9434 2053.8813 307.7225)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="14.861" height="5.55"/>
+
+ <rect x="993.264" y="326.268" transform="matrix(-0.9434 0.3315 -0.3315 -0.9434 2053.8813 307.7225)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="14.861" height="5.55"/>
+
+ <rect x="993.264" y="326.268" transform="matrix(-0.9434 0.3315 -0.3315 -0.9434 2053.8813 307.7225)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="14.861" height="5.55"/>
+
+ <rect x="993.264" y="326.268" transform="matrix(-0.9434 0.3315 -0.3315 -0.9434 2053.8813 307.7225)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="14.861" height="5.55"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1005.69,365.685l11.841-4.16
+ c1.211-0.428,1.841-1.752,1.423-2.953l-7.864-22.346l-14.014,4.945L1005.69,365.685z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1005.69,365.685l11.841-4.16
+ c1.211-0.428,1.841-1.752,1.423-2.953l-7.864-22.346l-14.014,4.945L1005.69,365.685z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1005.69,365.685l11.841-4.16
+ c1.211-0.428,1.841-1.752,1.423-2.953l-7.864-22.346l-14.014,4.945L1005.69,365.685z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M1005.69,365.685l11.841-4.16
+ c1.211-0.428,1.841-1.752,1.423-2.953l-7.864-22.346l-14.014,4.945L1005.69,365.685z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1005.69,365.685l11.841-4.16
+ c1.211-0.428,1.841-1.752,1.423-2.953l-7.864-22.346l-14.014,4.945L1005.69,365.685z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1005.69,365.685l11.841-4.16
+ c1.211-0.428,1.841-1.752,1.423-2.953l-7.864-22.346l-14.014,4.945L1005.69,365.685z"/>
+
+ <rect x="995.82" y="316.33" transform="matrix(-0.3325 -0.9431 0.9431 -0.3325 1025.6133 1373.3914)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="5.985" height="14.857"/>
+
+ <rect x="995.82" y="316.33" transform="matrix(-0.3325 -0.9431 0.9431 -0.3325 1025.6133 1373.3914)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="5.985" height="14.857"/>
+
+ <rect x="995.82" y="316.33" transform="matrix(-0.3325 -0.9431 0.9431 -0.3325 1025.6133 1373.3914)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="5.985" height="14.857"/>
+
+ <rect x="995.82" y="316.33" transform="matrix(-0.3325 -0.9431 0.9431 -0.3325 1025.6133 1373.3914)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="5.985" height="14.857"/>
+
+ <rect x="995.82" y="316.33" transform="matrix(-0.3325 -0.9431 0.9431 -0.3325 1025.6133 1373.3914)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="5.985" height="14.857"/>
+
+ <rect x="995.82" y="316.33" transform="matrix(-0.3325 -0.9431 0.9431 -0.3325 1025.6133 1373.3914)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="5.985" height="14.857"/>
+
+ <rect x="995.82" y="316.33" transform="matrix(-0.3325 -0.9431 0.9431 -0.3325 1025.6133 1373.3914)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="5.985" height="14.857"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M988.311,344.215l2.92,8.335
+ c0.443,1.215-0.204,2.531-1.419,2.955l4.941,14.02l10.94-3.846l-8.612-24.525L988.311,344.215z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M988.311,344.215l2.92,8.335
+ c0.443,1.215-0.204,2.531-1.419,2.955l4.941,14.02l10.94-3.846l-8.612-24.525L988.311,344.215z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M988.311,344.215l2.92,8.335
+ c0.443,1.215-0.204,2.531-1.419,2.955l4.941,14.02l10.94-3.846l-8.612-24.525L988.311,344.215z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M988.311,344.215l2.92,8.335
+ c0.443,1.215-0.204,2.531-1.419,2.955l4.941,14.02l10.94-3.846l-8.612-24.525L988.311,344.215z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M988.311,344.215l2.92,8.335
+ c0.443,1.215-0.204,2.531-1.419,2.955l4.941,14.02l10.94-3.846l-8.612-24.525L988.311,344.215z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M988.311,344.215l2.92,8.335
+ c0.443,1.215-0.204,2.531-1.419,2.955l4.941,14.02l10.94-3.846l-8.612-24.525L988.311,344.215z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M988.311,344.215l2.92,8.335
+ c0.443,1.215-0.204,2.531-1.419,2.955l4.941,14.02l10.94-3.846l-8.612-24.525L988.311,344.215z"/>
+
+ <rect x="986.528" y="328.405" transform="matrix(-0.3339 -0.9426 0.9426 -0.3339 1005.6542 1376.7761)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="5.549" height="9.282"/>
+
+ <rect x="986.528" y="328.405" transform="matrix(-0.3339 -0.9426 0.9426 -0.3339 1005.6542 1376.7761)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="5.549" height="9.282"/>
+
+ <rect x="986.528" y="328.405" transform="matrix(-0.3339 -0.9426 0.9426 -0.3339 1005.6542 1376.7761)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="5.549" height="9.282"/>
+
+ <rect x="986.528" y="328.405" transform="matrix(-0.3339 -0.9426 0.9426 -0.3339 1005.6542 1376.7761)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="5.549" height="9.282"/>
+
+ <rect x="986.528" y="328.405" transform="matrix(-0.3339 -0.9426 0.9426 -0.3339 1005.6542 1376.7761)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="5.549" height="9.282"/>
+
+ <rect x="986.528" y="328.405" transform="matrix(-0.3339 -0.9426 0.9426 -0.3339 1005.6542 1376.7761)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="5.549" height="9.282"/>
+
+ <rect x="986.528" y="328.405" transform="matrix(-0.3339 -0.9426 0.9426 -0.3339 1005.6542 1376.7761)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="5.549" height="9.282"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="979.689,319.695 980.28,321.342 989.031,318.28
+ 988.451,316.621 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="979.689,319.695 980.28,321.342 989.031,318.28
+ 988.451,316.621 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="979.689,319.695 980.28,321.342 989.031,318.28
+ 988.451,316.621 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="979.689,319.695 980.28,321.342 989.031,318.28
+ 988.451,316.621 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="979.689,319.695 980.28,321.342 989.031,318.28
+ 988.451,316.621 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" enable-background="new " points="979.689,319.695 980.28,321.342 989.031,318.28
+ 988.451,316.621 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="979.689,319.695 980.28,321.342 989.031,318.28
+ 988.451,316.621 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="979.689,319.695 980.28,321.342 989.031,318.28
+ 988.451,316.621 "/>
+
+ <rect x="982.718" y="324.668" transform="matrix(-0.9433 0.332 -0.332 -0.9433 2027.5106 308.9588)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="9.296" height="5.984"/>
+
+ <rect x="982.718" y="324.668" transform="matrix(-0.9433 0.332 -0.332 -0.9433 2027.5106 308.9588)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="9.296" height="5.984"/>
+
+ <rect x="982.718" y="324.668" transform="matrix(-0.9433 0.332 -0.332 -0.9433 2027.5106 308.9588)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="9.296" height="5.984"/>
+
+ <rect x="982.718" y="324.668" transform="matrix(-0.9433 0.332 -0.332 -0.9433 2027.5106 308.9588)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="9.296" height="5.984"/>
+
+ <rect x="982.718" y="324.668" transform="matrix(-0.9433 0.332 -0.332 -0.9433 2027.5106 308.9588)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="9.296" height="5.984"/>
+
+ <rect x="982.718" y="324.668" transform="matrix(-0.9433 0.332 -0.332 -0.9433 2027.5106 308.9588)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="9.296" height="5.984"/>
+
+ <rect x="982.718" y="324.668" transform="matrix(-0.9433 0.332 -0.332 -0.9433 2027.5106 308.9588)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="9.296" height="5.984"/>
+
+ <rect x="982.718" y="324.668" transform="matrix(-0.9433 0.332 -0.332 -0.9433 2027.5106 308.9588)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="9.296" height="5.984"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="979.705,319.672 977.527,320.456 973.983,310.578
+ 976.169,309.795 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="979.705,319.672 977.527,320.456 973.983,310.578
+ 976.169,309.795 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="979.705,319.672 977.527,320.456 973.983,310.578
+ 976.169,309.795 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="979.705,319.672 977.527,320.456 973.983,310.578
+ 976.169,309.795 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="979.705,319.672 977.527,320.456 973.983,310.578
+ 976.169,309.795 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" enable-background="new " points="979.705,319.672 977.527,320.456 973.983,310.578
+ 976.169,309.795 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="979.705,319.672 977.527,320.456 973.983,310.578
+ 976.169,309.795 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="979.705,319.672 977.527,320.456 973.983,310.578
+ 976.169,309.795 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="983.656,337.983 985.849,337.201 984.002,331.974
+ 981.812,332.718 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="983.656,337.983 985.849,337.201 984.002,331.974
+ 981.812,332.718 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="983.656,337.983 985.849,337.201 984.002,331.974
+ 981.812,332.718 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="983.656,337.983 985.849,337.201 984.002,331.974
+ 981.812,332.718 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" enable-background="new " points="983.656,337.983 985.849,337.201 984.002,331.974
+ 981.812,332.718 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="983.656,337.983 985.849,337.201 984.002,331.974
+ 981.812,332.718 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="983.656,337.983 985.849,337.201 984.002,331.974
+ 981.812,332.718 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="983.656,337.983 985.849,337.201 984.002,331.974
+ 981.812,332.718 "/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M989.812,355.505c1.215-0.424,1.867-1.74,1.419-2.955
+ l-2.92-8.335l-2.198,0.779L989.812,355.505z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M989.812,355.505c1.215-0.424,1.867-1.74,1.419-2.955
+ l-2.92-8.335l-2.198,0.779L989.812,355.505z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M989.812,355.505c1.215-0.424,1.867-1.74,1.419-2.955
+ l-2.92-8.335l-2.198,0.779L989.812,355.505z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M989.812,355.505c1.215-0.424,1.867-1.74,1.419-2.955
+ l-2.92-8.335l-2.198,0.779L989.812,355.505z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M989.812,355.505c1.215-0.424,1.867-1.74,1.419-2.955
+ l-2.92-8.335l-2.198,0.779L989.812,355.505z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M989.812,355.505c1.215-0.424,1.867-1.74,1.419-2.955
+ l-2.92-8.335l-2.198,0.779L989.812,355.505z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M989.812,355.505c1.215-0.424,1.867-1.74,1.419-2.955
+ l-2.92-8.335l-2.198,0.779L989.812,355.505z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M989.812,355.505c1.215-0.424,1.867-1.74,1.419-2.955
+ l-2.92-8.335l-2.198,0.779L989.812,355.505z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="979.832,327.082 981.812,332.718 984.002,331.974
+ 982.018,326.329 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="979.832,327.082 981.812,332.718 984.002,331.974
+ 982.018,326.329 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="979.832,327.082 981.812,332.718 984.002,331.974
+ 982.018,326.329 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="979.832,327.082 981.812,332.718 984.002,331.974
+ 982.018,326.329 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="979.832,327.082 981.812,332.718 984.002,331.974
+ 982.018,326.329 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" enable-background="new " points="979.832,327.082 981.812,332.718 984.002,331.974
+ 982.018,326.329 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="979.832,327.082 981.812,332.718 984.002,331.974
+ 982.018,326.329 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="979.832,327.082 981.812,332.718 984.002,331.974
+ 982.018,326.329 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="979.832,327.082 981.812,332.718 984.002,331.974
+ 982.018,326.329 "/>
+
+ <rect x="978.007" y="319.74" transform="matrix(-0.3324 -0.9431 0.9431 -0.3324 1001.5914 1350.7939)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="1.754" height="2.325"/>
+
+ <rect x="978.007" y="319.74" transform="matrix(-0.3324 -0.9431 0.9431 -0.3324 1001.5914 1350.7939)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="1.754" height="2.325"/>
+
+ <rect x="978.007" y="319.74" transform="matrix(-0.3324 -0.9431 0.9431 -0.3324 1001.5914 1350.7939)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="1.754" height="2.325"/>
+
+ <rect x="978.007" y="319.74" transform="matrix(-0.3324 -0.9431 0.9431 -0.3324 1001.5914 1350.7939)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="1.754" height="2.325"/>
+
+ <rect x="978.007" y="319.74" transform="matrix(-0.3324 -0.9431 0.9431 -0.3324 1001.5914 1350.7939)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="1.754" height="2.325"/>
+
+ <rect x="978.007" y="319.74" transform="matrix(-0.3324 -0.9431 0.9431 -0.3324 1001.5914 1350.7939)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="1.754" height="2.325"/>
+
+ <rect x="978.007" y="319.74" transform="matrix(-0.3324 -0.9431 0.9431 -0.3324 1001.5914 1350.7939)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="1.754" height="2.325"/>
+
+ <rect x="978.007" y="319.74" transform="matrix(-0.3324 -0.9431 0.9431 -0.3324 1001.5914 1350.7939)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="1.754" height="2.325"/>
+
+ <rect x="978.007" y="319.74" transform="matrix(-0.3324 -0.9431 0.9431 -0.3324 1001.5914 1350.7939)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="1.754" height="2.325"/>
+
+ <rect x="866.05" y="391.188" transform="matrix(-0.3316 -0.9434 0.9434 -0.3316 832.9203 1379.9048)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="78.434" height="7.435"/>
+
+ <rect x="866.05" y="391.188" transform="matrix(-0.3316 -0.9434 0.9434 -0.3316 832.9203 1379.9048)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="78.434" height="7.435"/>
+
+ <rect x="866.05" y="391.188" transform="matrix(-0.3316 -0.9434 0.9434 -0.3316 832.9203 1379.9048)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="78.434" height="7.435"/>
+
+ <rect x="884.7" y="341.028" transform="matrix(0.9433 -0.332 0.332 0.9433 -64.8615 314.6042)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="7.428" height="12.247"/>
+
+ <rect x="884.7" y="341.028" transform="matrix(0.9433 -0.332 0.332 0.9433 -64.8615 314.6042)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="7.428" height="12.247"/>
+
+ <rect x="884.7" y="341.028" transform="matrix(0.9433 -0.332 0.332 0.9433 -64.8615 314.6042)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="7.428" height="12.247"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M991.995,470.947l1.709,4.887
+ c1.813-0.423,3.631-0.881,5.435-1.354l-1.893-5.387L991.995,470.947z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M991.995,470.947l1.709,4.887
+ c1.813-0.423,3.631-0.881,5.435-1.354l-1.893-5.387L991.995,470.947z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M991.995,470.947l1.709,4.887
+ c1.813-0.423,3.631-0.881,5.435-1.354l-1.893-5.387L991.995,470.947z"/>
+
+ <rect x="891.396" y="336.727" transform="matrix(0.9432 -0.3323 0.3323 0.9432 -62.7509 318.7364)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="18.436" height="12.251"/>
+
+ <rect x="891.396" y="336.727" transform="matrix(0.9432 -0.3323 0.3323 0.9432 -62.7509 318.7364)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="18.436" height="12.251"/>
+
+ <rect x="891.396" y="336.727" transform="matrix(0.9432 -0.3323 0.3323 0.9432 -62.7509 318.7364)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="18.436" height="12.251"/>
+
+ <rect x="891.396" y="336.727" transform="matrix(0.9432 -0.3323 0.3323 0.9432 -62.7509 318.7364)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="18.436" height="12.251"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M928.82,395.324l-15.733-44.767l-17.385,6.101l26.009,73.996
+ l47.756-16.786c1.209-0.424,2.547,0.219,2.963,1.428l19.572,55.651l5.251-1.854l-30.332-86.297l-36.884,12.965
+ C929.52,395.943,928.964,395.738,928.82,395.324z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M928.82,395.324l-15.733-44.767l-17.385,6.101l26.009,73.996
+ l47.756-16.786c1.209-0.424,2.547,0.219,2.963,1.428l19.572,55.651l5.251-1.854l-30.332-86.297l-36.884,12.965
+ C929.52,395.943,928.964,395.738,928.82,395.324z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M928.82,395.324l-15.733-44.767l-17.385,6.101l26.009,73.996
+ l47.756-16.786c1.209-0.424,2.547,0.219,2.963,1.428l19.572,55.651l5.251-1.854l-30.332-86.297l-36.884,12.965
+ C929.52,395.943,928.964,395.738,928.82,395.324z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M928.82,395.324l-15.733-44.767l-17.385,6.101l26.009,73.996
+ l47.756-16.786c1.209-0.424,2.547,0.219,2.963,1.428l19.572,55.651l5.251-1.854l-30.332-86.297l-36.884,12.965
+ C929.52,395.943,928.964,395.738,928.82,395.324z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M881.668,316.74l-6.671,2.349
+ c-0.062,0.511,0,1.088,0.2,1.653l5.604,15.973l7.019-2.462L881.668,316.74z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M881.668,316.74l-6.671,2.349
+ c-0.062,0.511,0,1.088,0.2,1.653l5.604,15.973l7.019-2.462L881.668,316.74z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M881.668,316.74l-6.671,2.349
+ c-0.062,0.511,0,1.088,0.2,1.653l5.604,15.973l7.019-2.462L881.668,316.74z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="899.055,310.623 881.668,316.74 887.821,334.26
+ 905.205,328.164 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="899.055,310.623 881.668,316.74 887.821,334.26
+ 905.205,328.164 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="899.055,310.623 881.668,316.74 887.821,334.26
+ 905.205,328.164 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="899.055,310.623 881.668,316.74 887.821,334.26
+ 905.205,328.164 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="881.25,337.983 880.854,336.848 887.859,334.368
+ 888.263,335.502 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="881.25,337.983 880.854,336.848 887.859,334.368
+ 888.263,335.502 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="881.25,337.983 880.854,336.848 887.859,334.368
+ 888.263,335.502 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="881.25,337.983 880.854,336.848 887.859,334.368
+ 888.263,335.502 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="905.471,329.314 888.078,335.405 887.682,334.266
+ 905.067,328.175 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="905.471,329.314 888.078,335.405 887.682,334.266
+ 905.067,328.175 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="905.471,329.314 888.078,335.405 887.682,334.266
+ 905.067,328.175 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="905.471,329.314 888.078,335.405 887.682,334.266
+ 905.067,328.175 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="905.471,329.314 888.078,335.405 887.682,334.266
+ 905.067,328.175 "/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M914.69,433.12l16.482,46.89
+ c2.684,0.252,5.384,0.45,8.085,0.601l-17.555-49.956L914.69,433.12z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M914.69,433.12l16.482,46.89
+ c2.684,0.252,5.384,0.45,8.085,0.601l-17.555-49.956L914.69,433.12z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M914.69,433.12l16.482,46.89
+ c2.684,0.252,5.384,0.45,8.085,0.601l-17.555-49.956L914.69,433.12z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M914.69,433.12l16.482,46.89
+ c2.684,0.252,5.384,0.45,8.085,0.601l-17.555-49.956L914.69,433.12z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M965.486,480.247c9.392-0.751,18.832-2.233,28.219-4.413
+ l-1.709-4.887L965.486,480.247z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M965.486,480.247c9.392-0.751,18.832-2.233,28.219-4.413
+ l-1.709-4.887L965.486,480.247z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M965.486,480.247c9.392-0.751,18.832-2.233,28.219-4.413
+ l-1.709-4.887L965.486,480.247z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M965.486,480.247c9.392-0.751,18.832-2.233,28.219-4.413
+ l-1.709-4.887L965.486,480.247z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M972.423,415.296c-0.418-1.209-1.756-1.852-2.966-1.428
+ l-47.755,16.786l17.555,49.956c8.674,0.481,17.433,0.364,26.229-0.358l26.51-9.3L972.423,415.296z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M972.423,415.296c-0.418-1.209-1.756-1.852-2.966-1.428
+ l-47.755,16.786l17.555,49.956c8.674,0.481,17.433,0.364,26.229-0.358l26.51-9.3L972.423,415.296z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M972.423,415.296c-0.418-1.209-1.756-1.852-2.966-1.428
+ l-47.755,16.786l17.555,49.956c8.674,0.481,17.433,0.364,26.229-0.358l26.51-9.3L972.423,415.296z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M972.423,415.296c-0.418-1.209-1.756-1.852-2.966-1.428
+ l-47.755,16.786l17.555,49.956c8.674,0.481,17.433,0.364,26.229-0.358l26.51-9.3L972.423,415.296z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M972.423,415.296c-0.418-1.209-1.756-1.852-2.966-1.428
+ l-47.755,16.786l17.555,49.956c8.674,0.481,17.433,0.364,26.229-0.358l26.51-9.3L972.423,415.296z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M944.252,371.542c-1.217,0.416-2.535-0.216-2.97-1.425
+ l-9.22-26.237l-18.98,6.678l15.731,44.763c0.15,0.418,0.693,0.623,1.217,0.44l36.884-12.965l-6.021-17.117L944.252,371.542z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M944.252,371.542c-1.217,0.416-2.535-0.216-2.97-1.425
+ l-9.22-26.237l-18.98,6.678l15.731,44.763c0.15,0.418,0.693,0.623,1.217,0.44l36.884-12.965l-6.021-17.117L944.252,371.542z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M944.252,371.542c-1.217,0.416-2.535-0.216-2.97-1.425
+ l-9.22-26.237l-18.98,6.678l15.731,44.763c0.15,0.418,0.693,0.623,1.217,0.44l36.884-12.965l-6.021-17.117L944.252,371.542z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M944.252,371.542c-1.217,0.416-2.535-0.216-2.97-1.425
+ l-9.22-26.237l-18.98,6.678l15.731,44.763c0.15,0.418,0.693,0.623,1.217,0.44l36.884-12.965l-6.021-17.117L944.252,371.542z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M944.252,371.542c-1.217,0.416-2.535-0.216-2.97-1.425
+ l-9.22-26.237l-18.98,6.678l15.731,44.763c0.15,0.418,0.693,0.623,1.217,0.44l36.884-12.965l-6.021-17.117L944.252,371.542z"/>
+
+ <rect x="912.665" y="326.396" transform="matrix(-0.3316 -0.9434 0.9434 -0.3316 906.0216 1314.8354)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="12.261" height="20.122"/>
+
+ <rect x="912.665" y="326.396" transform="matrix(-0.3316 -0.9434 0.9434 -0.3316 906.0216 1314.8354)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="12.261" height="20.122"/>
+
+ <rect x="912.665" y="326.396" transform="matrix(-0.3316 -0.9434 0.9434 -0.3316 906.0216 1314.8354)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="12.261" height="20.122"/>
+
+ <rect x="912.665" y="326.396" transform="matrix(-0.3316 -0.9434 0.9434 -0.3316 906.0216 1314.8354)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="12.261" height="20.122"/>
+
+ <rect x="912.665" y="326.396" transform="matrix(-0.3316 -0.9434 0.9434 -0.3316 906.0216 1314.8354)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="12.261" height="20.122"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M937.414,298.888c-0.2-0.565-0.52-1.047-0.893-1.441
+ l-37.473,13.177l6.152,17.541l37.83-13.295L937.414,298.888z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M937.414,298.888c-0.2-0.565-0.52-1.047-0.893-1.441
+ l-37.473,13.177l6.152,17.541l37.83-13.295L937.414,298.888z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M937.414,298.888c-0.2-0.565-0.52-1.047-0.893-1.441
+ l-37.473,13.177l6.152,17.541l37.83-13.295L937.414,298.888z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M937.414,298.888c-0.2-0.565-0.52-1.047-0.893-1.441
+ l-37.473,13.177l6.152,17.541l37.83-13.295L937.414,298.888z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M937.414,298.888c-0.2-0.565-0.52-1.047-0.893-1.441
+ l-37.473,13.177l6.152,17.541l37.83-13.295L937.414,298.888z"/>
+
+ <rect x="904.284" y="321.387" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -54.4727 324.7969)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="40.1" height="1.204"/>
+
+ <rect x="904.284" y="321.387" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -54.4727 324.7969)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="40.1" height="1.204"/>
+
+ <rect x="904.284" y="321.387" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -54.4727 324.7969)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="40.1" height="1.204"/>
+
+ <rect x="904.284" y="321.387" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -54.4727 324.7969)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="40.1" height="1.204"/>
+
+ <rect x="904.284" y="321.387" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -54.4727 324.7969)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="40.1" height="1.204"/>
+
+ <rect x="904.284" y="321.387" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -54.4727 324.7969)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="40.1" height="1.204"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M940.1,361.178c-0.779,0.275-1.428,0.458-1.445,0.424
+ l-2.408-6.874c-0.01-0.061,0.603-0.301,1.388-0.561l17.103-6.047l-3.833-10.854l-18.841,6.62l9.22,26.241
+ c0.427,1.213,1.753,1.837,2.97,1.419l16.646-5.855l-3.699-10.522L940.1,361.178z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M940.1,361.178c-0.779,0.275-1.428,0.458-1.445,0.424
+ l-2.408-6.874c-0.01-0.061,0.603-0.301,1.388-0.561l17.103-6.047l-3.833-10.854l-18.841,6.62l9.22,26.241
+ c0.427,1.213,1.753,1.837,2.97,1.419l16.646-5.855l-3.699-10.522L940.1,361.178z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M940.1,361.178c-0.779,0.275-1.428,0.458-1.445,0.424
+ l-2.408-6.874c-0.01-0.061,0.603-0.301,1.388-0.561l17.103-6.047l-3.833-10.854l-18.841,6.62l9.22,26.241
+ c0.427,1.213,1.753,1.837,2.97,1.419l16.646-5.855l-3.699-10.522L940.1,361.178z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M940.1,361.178c-0.779,0.275-1.428,0.458-1.445,0.424
+ l-2.408-6.874c-0.01-0.061,0.603-0.301,1.388-0.561l17.103-6.047l-3.833-10.854l-18.841,6.62l9.22,26.241
+ c0.427,1.213,1.753,1.837,2.97,1.419l16.646-5.855l-3.699-10.522L940.1,361.178z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M940.1,361.178c-0.779,0.275-1.428,0.458-1.445,0.424
+ l-2.408-6.874c-0.01-0.061,0.603-0.301,1.388-0.561l17.103-6.047l-3.833-10.854l-18.841,6.62l9.22,26.241
+ c0.427,1.213,1.753,1.837,2.97,1.419l16.646-5.855l-3.699-10.522L940.1,361.178z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M940.1,361.178c-0.779,0.275-1.428,0.458-1.445,0.424
+ l-2.408-6.874c-0.01-0.061,0.603-0.301,1.388-0.561l17.103-6.047l-3.833-10.854l-18.841,6.62l9.22,26.241
+ c0.427,1.213,1.753,1.837,2.97,1.419l16.646-5.855l-3.699-10.522L940.1,361.178z"/>
+
+ <rect x="931.58" y="319.833" transform="matrix(-0.3319 -0.9433 0.9433 -0.3319 937.8333 1323.8313)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="12.248" height="19.965"/>
+
+ <rect x="931.58" y="319.833" transform="matrix(-0.3319 -0.9433 0.9433 -0.3319 937.8333 1323.8313)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="12.248" height="19.965"/>
+
+ <rect x="931.58" y="319.833" transform="matrix(-0.3319 -0.9433 0.9433 -0.3319 937.8333 1323.8313)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="12.248" height="19.965"/>
+
+ <rect x="931.58" y="319.833" transform="matrix(-0.3319 -0.9433 0.9433 -0.3319 937.8333 1323.8313)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="12.248" height="19.965"/>
+
+ <rect x="931.58" y="319.833" transform="matrix(-0.3319 -0.9433 0.9433 -0.3319 937.8333 1323.8313)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="12.248" height="19.965"/>
+
+ <rect x="931.58" y="319.833" transform="matrix(-0.3319 -0.9433 0.9433 -0.3319 937.8333 1323.8313)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="12.248" height="19.965"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M880.867,159.468l-16.758-47.664
+ c-21.275,10.414-39.95,24.339-55.547,40.828l10.088,28.689L880.867,159.468z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M880.867,159.468l-16.758-47.664
+ c-21.275,10.414-39.95,24.339-55.547,40.828l10.088,28.689L880.867,159.468z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="822.964,193.61 818.651,181.34 880.854,159.449
+ 885.173,171.717 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="822.964,193.61 818.651,181.34 880.854,159.449
+ 885.173,171.717 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="822.964,193.61 818.651,181.34 880.854,159.449
+ 885.173,171.717 "/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M842.876,199.404l46.305-16.279l-3.998-11.386
+ l-62.225,21.859l37.625,107.043c0.395,1.128,1.697,1.696,2.908,1.263l11.535-4.052l-33.566-95.481
+ C841.034,201.174,841.683,199.819,842.876,199.404z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M842.876,199.404l46.305-16.279l-3.998-11.386
+ l-62.225,21.859l37.625,107.043c0.395,1.128,1.697,1.696,2.908,1.263l11.535-4.052l-33.566-95.481
+ C841.034,201.174,841.683,199.819,842.876,199.404z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M842.876,199.404l46.305-16.279l-3.998-11.386
+ l-62.225,21.859l37.625,107.043c0.395,1.128,1.697,1.696,2.908,1.263l11.535-4.052l-33.566-95.481
+ C841.034,201.174,841.683,199.819,842.876,199.404z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M842.876,199.404l46.305-16.279l-3.998-11.386
+ l-62.225,21.859l37.625,107.043c0.395,1.128,1.697,1.696,2.908,1.263l11.535-4.052l-33.566-95.481
+ C841.034,201.174,841.683,199.819,842.876,199.404z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M921.327,281.561c1.215-0.422,1.879-1.667,1.479-2.779
+ l-33.625-95.656l-46.305,16.279c-1.193,0.415-1.842,1.77-1.416,2.967l33.566,95.485l18.34-6.441L921.327,281.561z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M921.327,281.561c1.215-0.422,1.879-1.667,1.479-2.779
+ l-33.625-95.656l-46.305,16.279c-1.193,0.415-1.842,1.77-1.416,2.967l33.566,95.485l18.34-6.441L921.327,281.561z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M921.327,281.561c1.215-0.422,1.879-1.667,1.479-2.779
+ l-33.625-95.656l-46.305,16.279c-1.193,0.415-1.842,1.77-1.416,2.967l33.566,95.485l18.34-6.441L921.327,281.561z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M921.327,281.561c1.215-0.422,1.879-1.667,1.479-2.779
+ l-33.625-95.656l-46.305,16.279c-1.193,0.415-1.842,1.77-1.416,2.967l33.566,95.485l18.34-6.441L921.327,281.561z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M921.327,281.561c1.215-0.422,1.879-1.667,1.479-2.779
+ l-33.625-95.656l-46.305,16.279c-1.193,0.415-1.842,1.77-1.416,2.967l33.566,95.485l18.34-6.441L921.327,281.561z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1024.977,286.046l0.281-0.097l-4.162-11.843
+ c-0.058-0.144-0.314-0.181-0.604-0.067l-16.855,5.912l4.248,12.122L1024.977,286.046z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1024.977,286.046l0.281-0.097l-4.162-11.843
+ c-0.058-0.144-0.314-0.181-0.604-0.067l-16.855,5.912l4.248,12.122L1024.977,286.046z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1024.977,286.046l0.281-0.097l-4.162-11.843
+ c-0.058-0.144-0.314-0.181-0.604-0.067l-16.855,5.912l4.248,12.122L1024.977,286.046z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M1024.977,286.046l0.281-0.097l-4.162-11.843
+ c-0.058-0.144-0.314-0.181-0.604-0.067l-16.855,5.912l4.248,12.122L1024.977,286.046z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1025.258,285.984l-0.004-0.035l-0.281,0.093
+ C1025.067,286.012,1025.173,286.012,1025.258,285.984z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1025.258,285.984l-0.004-0.035l-0.281,0.093
+ C1025.067,286.012,1025.173,286.012,1025.258,285.984z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M1025.258,285.984l-0.004-0.035l-0.281,0.093
+ C1025.067,286.012,1025.173,286.012,1025.258,285.984z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1025.258,285.984l-0.004-0.035l-0.281,0.093
+ C1025.067,286.012,1025.173,286.012,1025.258,285.984z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M1025.258,285.984l-0.004-0.035l-0.281,0.093
+ C1025.067,286.012,1025.173,286.012,1025.258,285.984z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1007.88,292.067l0.395,1.136l17.39-6.108l-0.406-1.11
+ c-0.085,0.032-0.191,0.032-0.285,0.062L1007.88,292.067z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1007.88,292.067l0.395,1.136l17.39-6.108l-0.406-1.11
+ c-0.085,0.032-0.191,0.032-0.285,0.062L1007.88,292.067z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1007.88,292.067l0.395,1.136l17.39-6.108l-0.406-1.11
+ c-0.085,0.032-0.191,0.032-0.285,0.062L1007.88,292.067z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M1007.88,292.067l0.395,1.136l17.39-6.108l-0.406-1.11
+ c-0.085,0.032-0.191,0.032-0.285,0.062L1007.88,292.067z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1007.88,292.067l0.395,1.136l17.39-6.108l-0.406-1.11
+ c-0.085,0.032-0.191,0.032-0.285,0.062L1007.88,292.067z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M1007.88,292.067l0.395,1.136l17.39-6.108l-0.406-1.11
+ c-0.085,0.032-0.191,0.032-0.285,0.062L1007.88,292.067z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="1014.014,309.483 1031.377,303.391
+ 1027.312,291.827 1009.937,297.927 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="1014.014,309.483 1031.377,303.391
+ 1027.312,291.827 1009.937,297.927 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="1014.014,309.483 1031.377,303.391
+ 1027.312,291.827 1009.937,297.927 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="1014.014,309.483 1031.377,303.391
+ 1027.312,291.827 1009.937,297.927 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="1014.014,309.483 1031.377,303.391
+ 1027.312,291.827 1009.937,297.927 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" enable-background="new " points="1014.014,309.483 1031.377,303.391
+ 1027.312,291.827 1009.937,297.927 "/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M994.873,291.38l-13.595,4.807l1.628,4.661l24.978-8.78
+ l-4.248-12.122l-10.952,3.845l2.443,6.983C995.216,291.017,995.104,291.32,994.873,291.38z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M994.873,291.38l-13.595,4.807l1.628,4.661l24.978-8.78
+ l-4.248-12.122l-10.952,3.845l2.443,6.983C995.216,291.017,995.104,291.32,994.873,291.38z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M994.873,291.38l-13.595,4.807l1.628,4.661l24.978-8.78
+ l-4.248-12.122l-10.952,3.845l2.443,6.983C995.216,291.017,995.104,291.32,994.873,291.38z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M994.873,291.38l-13.595,4.807l1.628,4.661l24.978-8.78
+ l-4.248-12.122l-10.952,3.845l2.443,6.983C995.216,291.017,995.104,291.32,994.873,291.38z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M994.873,291.38l-13.595,4.807l1.628,4.661l24.978-8.78
+ l-4.248-12.122l-10.952,3.845l2.443,6.983C995.216,291.017,995.104,291.32,994.873,291.38z"/>
+
+ <rect x="994.989" y="283.791" transform="matrix(0.3281 0.9446 -0.9446 0.3281 949.4755 -740.9022)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="1.202" height="26.474"/>
+
+ <rect x="994.989" y="283.791" transform="matrix(0.3281 0.9446 -0.9446 0.3281 949.4755 -740.9022)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="1.202" height="26.474"/>
+
+ <rect x="994.989" y="283.791" transform="matrix(0.3281 0.9446 -0.9446 0.3281 949.4755 -740.9022)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="1.202" height="26.474"/>
+
+ <rect x="994.989" y="283.791" transform="matrix(0.3281 0.9446 -0.9446 0.3281 949.4755 -740.9022)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="1.202" height="26.474"/>
+
+ <rect x="994.989" y="283.791" transform="matrix(0.3281 0.9446 -0.9446 0.3281 949.4755 -740.9022)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="1.202" height="26.474"/>
+
+ <rect x="994.989" y="283.791" transform="matrix(0.3281 0.9446 -0.9446 0.3281 949.4755 -740.9022)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="1.202" height="26.474"/>
+
+ <rect x="994.989" y="283.791" transform="matrix(0.3281 0.9446 -0.9446 0.3281 949.4755 -740.9022)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="1.202" height="26.474"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M988.451,316.621l11.821-4.16
+ c1.039-0.359,2.143,0.027,2.714,0.92l11.027-3.896l-4.081-11.559l-24.96,8.78L988.451,316.621z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M988.451,316.621l11.821-4.16
+ c1.039-0.359,2.143,0.027,2.714,0.92l11.027-3.896l-4.081-11.559l-24.96,8.78L988.451,316.621z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M988.451,316.621l11.821-4.16
+ c1.039-0.359,2.143,0.027,2.714,0.92l11.027-3.896l-4.081-11.559l-24.96,8.78L988.451,316.621z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M988.451,316.621l11.821-4.16
+ c1.039-0.359,2.143,0.027,2.714,0.92l11.027-3.896l-4.081-11.559l-24.96,8.78L988.451,316.621z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M988.451,316.621l11.821-4.16
+ c1.039-0.359,2.143,0.027,2.714,0.92l11.027-3.896l-4.081-11.559l-24.96,8.78L988.451,316.621z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M988.451,316.621l11.821-4.16
+ c1.039-0.359,2.143,0.027,2.714,0.92l11.027-3.896l-4.081-11.559l-24.96,8.78L988.451,316.621z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M988.451,316.621l11.821-4.16
+ c1.039-0.359,2.143,0.027,2.714,0.92l11.027-3.896l-4.081-11.559l-24.96,8.78L988.451,316.621z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M978.743,288.976l2.535,7.211l13.595-4.807
+ c0.23-0.06,0.343-0.363,0.248-0.612l-2.445-6.985l-13.521,4.759C978.868,288.648,978.692,288.831,978.743,288.976z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M978.743,288.976l2.535,7.211l13.595-4.807
+ c0.23-0.06,0.343-0.363,0.248-0.612l-2.445-6.985l-13.521,4.759C978.868,288.648,978.692,288.831,978.743,288.976z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M978.743,288.976l2.535,7.211l13.595-4.807
+ c0.23-0.06,0.343-0.363,0.248-0.612l-2.445-6.985l-13.521,4.759C978.868,288.648,978.692,288.831,978.743,288.976z"/>
+ <path opacity="0.4" fill="#FFF6A3" enable-background="new " d="M978.743,288.976l2.535,7.211l13.595-4.807
+ c0.23-0.06,0.343-0.363,0.248-0.612l-2.445-6.985l-13.521,4.759C978.868,288.648,978.692,288.831,978.743,288.976z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M978.743,288.976l2.535,7.211l13.595-4.807
+ c0.23-0.06,0.343-0.363,0.248-0.612l-2.445-6.985l-13.521,4.759C978.868,288.648,978.692,288.831,978.743,288.976z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M978.743,288.976l2.535,7.211l13.595-4.807
+ c0.23-0.06,0.343-0.363,0.248-0.612l-2.445-6.985l-13.521,4.759C978.868,288.648,978.692,288.831,978.743,288.976z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1000.273,312.461l-11.821,4.16l0.579,1.659l13.956-4.904
+ C1002.419,312.488,1001.318,312.102,1000.273,312.461z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1000.273,312.461l-11.821,4.16l0.579,1.659l13.956-4.904
+ C1002.419,312.488,1001.318,312.102,1000.273,312.461z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1000.273,312.461l-11.821,4.16l0.579,1.659l13.956-4.904
+ C1002.419,312.488,1001.318,312.102,1000.273,312.461z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M1000.273,312.461l-11.821,4.16l0.579,1.659l13.956-4.904
+ C1002.419,312.488,1001.318,312.102,1000.273,312.461z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1000.273,312.461l-11.821,4.16l0.579,1.659l13.956-4.904
+ C1002.419,312.488,1001.318,312.102,1000.273,312.461z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1000.273,312.461l-11.821,4.16l0.579,1.659l13.956-4.904
+ C1002.419,312.488,1001.318,312.102,1000.273,312.461z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1000.273,312.461l-11.821,4.16l0.579,1.659l13.956-4.904
+ C1002.419,312.488,1001.318,312.102,1000.273,312.461z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M1000.273,312.461l-11.821,4.16l0.579,1.659l13.956-4.904
+ C1002.419,312.488,1001.318,312.102,1000.273,312.461z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1097.59,240.825c0.941-0.324,1.698-0.624,1.687-0.673
+ l-2.406-6.861c-0.017-0.058-0.799,0.184-1.744,0.51l-14.37,5.051l2.47,7.037L1097.59,240.825z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1097.59,240.825c0.941-0.324,1.698-0.624,1.687-0.673
+ l-2.406-6.861c-0.017-0.058-0.799,0.184-1.744,0.51l-14.37,5.051l2.47,7.037L1097.59,240.825z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1097.59,240.825c0.941-0.324,1.698-0.624,1.687-0.673
+ l-2.406-6.861c-0.017-0.058-0.799,0.184-1.744,0.51l-14.37,5.051l2.47,7.037L1097.59,240.825z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M876.374,317.112l4.824-1.69l-2.01-5.706l-25.745,9.044
+ c-0.957,0.333-1.71,0.654-1.698,0.695l2.416,6.874c0.014,0.036,0.793-0.202,1.752-0.541l19.084-6.699
+ C875.114,318.142,875.608,317.378,876.374,317.112z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M876.374,317.112l4.824-1.69l-2.01-5.706l-25.745,9.044
+ c-0.957,0.333-1.71,0.654-1.698,0.695l2.416,6.874c0.014,0.036,0.793-0.202,1.752-0.541l19.084-6.699
+ C875.114,318.142,875.608,317.378,876.374,317.112z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M876.374,317.112l4.824-1.69l-2.01-5.706l-25.745,9.044
+ c-0.957,0.333-1.71,0.654-1.698,0.695l2.416,6.874c0.014,0.036,0.793-0.202,1.752-0.541l19.084-6.699
+ C875.114,318.142,875.608,317.378,876.374,317.112z"/>
+
+ <rect x="885.864" y="300.299" transform="matrix(0.3324 0.9432 -0.9432 0.3324 885.3788 -631.7162)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="6.05" height="18.425"/>
+
+ <rect x="885.864" y="300.299" transform="matrix(0.3324 0.9432 -0.9432 0.3324 885.3788 -631.7162)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="6.05" height="18.425"/>
+
+ <rect x="885.864" y="300.299" transform="matrix(0.3324 0.9432 -0.9432 0.3324 885.3788 -631.7162)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="6.05" height="18.425"/>
+
+ <rect x="885.864" y="300.299" transform="matrix(0.3324 0.9432 -0.9432 0.3324 885.3788 -631.7162)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="6.05" height="18.425"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="1025.546,258.264 1080.756,238.852
+ 1083.234,245.884 1028.016,265.294 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="1025.546,258.264 1080.756,238.852
+ 1083.234,245.884 1028.016,265.294 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="1025.546,258.264 1080.756,238.852
+ 1083.234,245.884 1028.016,265.294 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="1025.546,258.264 1080.756,238.852
+ 1083.234,245.884 1028.016,265.294 "/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M936.528,297.446l15.246-5.344l-0.46-1.319
+ c-0.434-1.213,0.198-2.547,1.411-2.97l2.633-0.936l-1.239-3.504l-57.547,20.232l2.02,5.705l35.624-12.524
+ C934.997,296.521,935.852,296.786,936.528,297.446z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M936.528,297.446l15.246-5.344l-0.46-1.319
+ c-0.434-1.213,0.198-2.547,1.411-2.97l2.633-0.936l-1.239-3.504l-57.547,20.232l2.02,5.705l35.624-12.524
+ C934.997,296.521,935.852,296.786,936.528,297.446z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M936.528,297.446l15.246-5.344l-0.46-1.319
+ c-0.434-1.213,0.198-2.547,1.411-2.97l2.633-0.936l-1.239-3.504l-57.547,20.232l2.02,5.705l35.624-12.524
+ C934.997,296.521,935.852,296.786,936.528,297.446z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M936.528,297.446l15.246-5.344l-0.46-1.319
+ c-0.434-1.213,0.198-2.547,1.411-2.97l2.633-0.936l-1.239-3.504l-57.547,20.232l2.02,5.705l35.624-12.524
+ C934.997,296.521,935.852,296.786,936.528,297.446z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M936.528,297.446l15.246-5.344l-0.46-1.319
+ c-0.434-1.213,0.198-2.547,1.411-2.97l2.633-0.936l-1.239-3.504l-57.547,20.232l2.02,5.705l35.624-12.524
+ C934.997,296.521,935.852,296.786,936.528,297.446z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M955.358,286.872l-2.633,0.941
+ c-1.213,0.417-1.849,1.751-1.411,2.964l0.46,1.325l4.824-1.708L955.358,286.872z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M955.358,286.872l-2.633,0.941
+ c-1.213,0.417-1.849,1.751-1.411,2.964l0.46,1.325l4.824-1.708L955.358,286.872z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M955.358,286.872l-2.633,0.941
+ c-1.213,0.417-1.849,1.751-1.411,2.964l0.46,1.325l4.824-1.708L955.358,286.872z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M955.358,286.872l-2.633,0.941
+ c-1.213,0.417-1.849,1.751-1.411,2.964l0.46,1.325l4.824-1.708L955.358,286.872z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M955.358,286.872l-2.633,0.941
+ c-1.213,0.417-1.849,1.751-1.411,2.964l0.46,1.325l4.824-1.708L955.358,286.872z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M955.358,286.872l-2.633,0.941
+ c-1.213,0.417-1.849,1.751-1.411,2.964l0.46,1.325l4.824-1.708L955.358,286.872z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="964.556,283.644 955.354,286.876 954.118,283.362
+ 963.329,280.134 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="964.556,283.644 955.354,286.876 954.118,283.362
+ 963.329,280.134 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="964.556,283.644 955.354,286.876 954.118,283.362
+ 963.329,280.134 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" enable-background="new " points="964.556,283.644 955.354,286.876 954.118,283.362
+ 963.329,280.134 "/>
+ <polygon opacity="0.4" fill="#FFF6A3" enable-background="new " points="964.556,283.644 955.354,286.876 954.118,283.362
+ 963.329,280.134 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="964.556,283.644 955.354,286.876 954.118,283.362
+ 963.329,280.134 "/>
+
+ <rect x="958.705" y="282.153" transform="matrix(0.3307 0.9437 -0.9437 0.3307 913.7717 -714.4203)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="3.732" height="9.74"/>
+
+ <rect x="958.705" y="282.153" transform="matrix(0.3307 0.9437 -0.9437 0.3307 913.7717 -714.4203)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="3.732" height="9.74"/>
+
+ <rect x="958.705" y="282.153" transform="matrix(0.3307 0.9437 -0.9437 0.3307 913.7717 -714.4203)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="3.732" height="9.74"/>
+
+ <rect x="958.705" y="282.153" transform="matrix(0.3307 0.9437 -0.9437 0.3307 913.7717 -714.4203)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="3.732" height="9.74"/>
+
+ <rect x="958.705" y="282.153" transform="matrix(0.3307 0.9437 -0.9437 0.3307 913.7717 -714.4203)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="3.732" height="9.74"/>
+
+ <rect x="958.705" y="282.153" transform="matrix(0.3307 0.9437 -0.9437 0.3307 913.7717 -714.4203)" opacity="0.4" fill="#FFF6A3" enable-background="new " width="3.732" height="9.74"/>
+
+ <rect x="958.705" y="282.153" transform="matrix(0.3307 0.9437 -0.9437 0.3307 913.7717 -714.4203)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="3.732" height="9.74"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M989.53,274.873l8.763-3.076
+ c1.216-0.436,2.541,0.206,2.956,1.415l0.466,1.32l19.279-6.778l-2.47-7.033l-30.232,10.63L989.53,274.873z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M989.53,274.873l8.763-3.076
+ c1.216-0.436,2.541,0.206,2.956,1.415l0.466,1.32l19.279-6.778l-2.47-7.033l-30.232,10.63L989.53,274.873z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M989.53,274.873l8.763-3.076
+ c1.216-0.436,2.541,0.206,2.956,1.415l0.466,1.32l19.279-6.778l-2.47-7.033l-30.232,10.63L989.53,274.873z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M989.53,274.873l8.763-3.076
+ c1.216-0.436,2.541,0.206,2.956,1.415l0.466,1.32l19.279-6.778l-2.47-7.033l-30.232,10.63L989.53,274.873z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1001.722,274.538l-0.464-1.326
+ c-0.421-1.209-1.746-1.851-2.961-1.409l-8.764,3.076l1.229,3.502L1001.722,274.538z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1001.722,274.538l-0.464-1.326
+ c-0.421-1.209-1.746-1.851-2.961-1.409l-8.764,3.076l1.229,3.502L1001.722,274.538z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1001.722,274.538l-0.464-1.326
+ c-0.421-1.209-1.746-1.851-2.961-1.409l-8.764,3.076l1.229,3.502L1001.722,274.538z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1001.722,274.538l-0.464-1.326
+ c-0.421-1.209-1.746-1.851-2.961-1.409l-8.764,3.076l1.229,3.502L1001.722,274.538z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1001.722,274.538l-0.464-1.326
+ c-0.421-1.209-1.746-1.851-2.961-1.409l-8.764,3.076l1.229,3.502L1001.722,274.538z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="1021.003,267.768 1018.533,260.735
+ 1025.542,258.266 1028.016,265.298 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="1021.003,267.768 1018.533,260.735
+ 1025.542,258.266 1028.016,265.298 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="1021.003,267.768 1018.533,260.735
+ 1025.542,258.266 1028.016,265.298 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="1021.003,267.768 1018.533,260.735
+ 1025.542,258.266 1028.016,265.298 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="1021.003,267.768 1018.533,260.735
+ 1025.542,258.266 1028.016,265.298 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="974.425,276.294 988.446,271.369 989.677,274.885
+ 975.659,279.813 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="974.425,276.294 988.446,271.369 989.677,274.885
+ 975.659,279.813 "/>
+ <polygon opacity="0.4" fill="#FFF6A3" enable-background="new " points="974.425,276.294 988.446,271.369 989.677,274.885
+ 975.659,279.813 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="974.425,276.294 988.446,271.369 989.677,274.885
+ 975.659,279.813 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="974.425,276.294 988.446,271.369 989.677,274.885
+ 975.659,279.813 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="975.515,279.795 989.53,274.875 990.763,278.381
+ 976.747,283.299 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="975.515,279.795 989.53,274.875 990.763,278.381
+ 976.747,283.299 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="975.515,279.795 989.53,274.875 990.763,278.381
+ 976.747,283.299 "/>
+ <polygon opacity="0.4" fill="#FFF6A3" enable-background="new " points="975.515,279.795 989.53,274.875 990.763,278.381
+ 976.747,283.299 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="975.515,279.795 989.53,274.875 990.763,278.381
+ 976.747,283.299 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="975.515,279.795 989.53,274.875 990.763,278.381
+ 976.747,283.299 "/>
+
+ <rect x="963.6" y="278.099" transform="matrix(-0.9432 0.3321 -0.3321 -0.9432 1976.7725 222.0505)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="11.62" height="3.729"/>
+
+ <rect x="963.6" y="278.099" transform="matrix(-0.9432 0.3321 -0.3321 -0.9432 1976.7725 222.0505)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="11.62" height="3.729"/>
+
+ <rect x="963.6" y="278.099" transform="matrix(-0.9432 0.3321 -0.3321 -0.9432 1976.7725 222.0505)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="11.62" height="3.729"/>
+
+ <rect x="963.6" y="278.099" transform="matrix(-0.9432 0.3321 -0.3321 -0.9432 1976.7725 222.0505)" opacity="0.4" fill="#FFF6A3" enable-background="new " width="11.62" height="3.729"/>
+
+ <rect x="963.6" y="278.099" transform="matrix(-0.9432 0.3321 -0.3321 -0.9432 1976.7725 222.0505)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="11.62" height="3.729"/>
+
+ <rect x="963.6" y="278.099" transform="matrix(-0.9432 0.3321 -0.3321 -0.9432 1976.7725 222.0505)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="11.62" height="3.729"/>
+
+ <rect x="964.838" y="281.625" transform="matrix(-0.9429 0.3332 -0.3332 -0.9429 1980.2889 227.3606)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="11.621" height="3.724"/>
+
+ <rect x="964.838" y="281.625" transform="matrix(-0.9429 0.3332 -0.3332 -0.9429 1980.2889 227.3606)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="11.621" height="3.724"/>
+
+ <rect x="964.838" y="281.625" transform="matrix(-0.9429 0.3332 -0.3332 -0.9429 1980.2889 227.3606)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="11.621" height="3.724"/>
+
+ <rect x="964.838" y="281.625" transform="matrix(-0.9429 0.3332 -0.3332 -0.9429 1980.2889 227.3606)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="11.621" height="3.724"/>
+
+ <rect x="964.838" y="281.625" transform="matrix(-0.9429 0.3332 -0.3332 -0.9429 1980.2889 227.3606)" opacity="0.4" fill="#FFF6A3" enable-background="new " width="11.621" height="3.724"/>
+
+ <rect x="964.838" y="281.625" transform="matrix(-0.9429 0.3332 -0.3332 -0.9429 1980.2889 227.3606)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="11.621" height="3.724"/>
+
+ <rect x="964.838" y="281.625" transform="matrix(-0.9429 0.3332 -0.3332 -0.9429 1980.2889 227.3606)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="11.621" height="3.724"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M881.198,315.422l-4.824,1.69
+ c-0.774,0.266-1.267,1.029-1.383,1.977l6.671-2.349L881.198,315.422z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M881.198,315.422l-4.824,1.69
+ c-0.774,0.266-1.267,1.029-1.383,1.977l6.671-2.349L881.198,315.422z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M881.198,315.422l-4.824,1.69
+ c-0.774,0.266-1.267,1.029-1.383,1.977l6.671-2.349L881.198,315.422z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M881.198,315.422l-4.824,1.69
+ c-0.774,0.266-1.267,1.029-1.383,1.977l6.671-2.349L881.198,315.422z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="899.061,310.623 881.668,316.74 881.198,315.42
+ 898.591,309.3 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="899.061,310.623 881.668,316.74 881.198,315.42
+ 898.591,309.3 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="899.061,310.623 881.668,316.74 881.198,315.42
+ 898.591,309.3 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="899.061,310.623 881.668,316.74 881.198,315.42
+ 898.591,309.3 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="899.061,310.623 881.668,316.74 881.198,315.42
+ 898.591,309.3 "/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M936.528,297.446c-0.676-0.66-1.53-0.919-2.313-0.66
+ l-35.624,12.518l0.464,1.319L936.528,297.446z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M936.528,297.446c-0.676-0.66-1.53-0.919-2.313-0.66
+ l-35.624,12.518l0.464,1.319L936.528,297.446z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M936.528,297.446c-0.676-0.66-1.53-0.919-2.313-0.66
+ l-35.624,12.518l0.464,1.319L936.528,297.446z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M936.528,297.446c-0.676-0.66-1.53-0.919-2.313-0.66
+ l-35.624,12.518l0.464,1.319L936.528,297.446z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M936.528,297.446c-0.676-0.66-1.53-0.919-2.313-0.66
+ l-35.624,12.518l0.464,1.319L936.528,297.446z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M936.528,297.446c-0.676-0.66-1.53-0.919-2.313-0.66
+ l-35.624,12.518l0.464,1.319L936.528,297.446z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M854.578,349.886c-0.806,0.275-1.653-0.044-1.892-0.71
+ l-0.395-1.142l-16.219,5.705l1.651,4.709l45.148-15.845l-0.832-2.384L854.578,349.886z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M854.578,349.886c-0.806,0.275-1.653-0.044-1.892-0.71
+ l-0.395-1.142l-16.219,5.705l1.651,4.709l45.148-15.845l-0.832-2.384L854.578,349.886z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M854.578,349.886c-0.806,0.275-1.653-0.044-1.892-0.71
+ l-0.395-1.142l-16.219,5.705l1.651,4.709l45.148-15.845l-0.832-2.384L854.578,349.886z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M852.296,348.034l0.396,1.142
+ c0.232,0.666,1.08,0.985,1.892,0.71l27.463-9.658l-0.828-2.371L852.296,348.034z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M852.296,348.034l0.396,1.142
+ c0.232,0.666,1.08,0.985,1.892,0.71l27.463-9.658l-0.828-2.371L852.296,348.034z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M852.296,348.034l0.396,1.142
+ c0.232,0.666,1.08,0.985,1.892,0.71l27.463-9.658l-0.828-2.371L852.296,348.034z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M852.296,348.034l0.396,1.142
+ c0.232,0.666,1.08,0.985,1.892,0.71l27.463-9.658l-0.828-2.371L852.296,348.034z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1049.503,284.022c1.136-0.402,2.025-0.739,2.016-0.775
+ l-1.619-4.626c-0.019-0.033-0.928,0.277-2.042,0.662l-13.279,4.672l1.663,4.725L1049.503,284.022z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1049.503,284.022c1.136-0.402,2.025-0.739,2.016-0.775
+ l-1.619-4.626c-0.019-0.033-0.928,0.277-2.042,0.662l-13.279,4.672l1.663,4.725L1049.503,284.022z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M1049.503,284.022c1.136-0.402,2.025-0.739,2.016-0.775
+ l-1.619-4.626c-0.019-0.033-0.928,0.277-2.042,0.662l-13.279,4.672l1.663,4.725L1049.503,284.022z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1049.503,284.022c1.136-0.402,2.025-0.739,2.016-0.775
+ l-1.619-4.626c-0.019-0.033-0.928,0.277-2.042,0.662l-13.279,4.672l1.663,4.725L1049.503,284.022z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1049.503,284.022c1.136-0.402,2.025-0.739,2.016-0.775
+ l-1.619-4.626c-0.019-0.033-0.928,0.277-2.042,0.662l-13.279,4.672l1.663,4.725L1049.503,284.022z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="958.326,310.744 943.432,315.995 943.644,316.594
+ 958.548,311.387 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="958.326,310.744 943.432,315.995 943.644,316.594
+ 958.548,311.387 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="958.326,310.744 943.432,315.995 943.644,316.594
+ 958.548,311.387 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="958.326,310.744 943.432,315.995 943.644,316.594
+ 958.548,311.387 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" enable-background="new " points="958.326,310.744 943.432,315.995 943.644,316.594
+ 958.548,311.387 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="958.326,310.744 943.432,315.995 943.644,316.594
+ 958.548,311.387 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="972.348,305.816 958.326,310.744 958.548,311.387
+ 972.56,306.443 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="972.348,305.816 958.326,310.744 958.548,311.387
+ 972.56,306.443 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="972.348,305.816 958.326,310.744 958.548,311.387
+ 972.56,306.443 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="972.348,305.816 958.326,310.744 958.548,311.387
+ 972.56,306.443 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="972.348,305.816 958.326,310.744 958.548,311.387
+ 972.56,306.443 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" enable-background="new " points="972.348,305.816 958.326,310.744 958.548,311.387
+ 972.56,306.443 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="972.348,305.816 958.326,310.744 958.548,311.387
+ 972.56,306.443 "/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M806.216,365.417l-0.375-1.059l-29.347,10.327
+ c0.762,1.516,1.536,3.013,2.346,4.474l28.672-10.077L806.216,365.417z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M806.216,365.417l-0.375-1.059l-29.347,10.327
+ c0.762,1.516,1.536,3.013,2.346,4.474l28.672-10.077L806.216,365.417z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M805.841,364.358l0.375,1.059
+ c-0.149-0.398-0.167-0.776-0.096-1.155L805.841,364.358z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M805.841,364.358l0.375,1.059
+ c-0.149-0.398-0.167-0.776-0.096-1.155L805.841,364.358z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M805.841,364.358l0.375,1.059
+ c-0.149-0.398-0.167-0.776-0.096-1.155L805.841,364.358z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M806.12,364.262c-0.065,0.379-0.054,0.757,0.096,1.155
+ l1.29,3.665l30.227-10.628l-1.651-4.709L806.12,364.262z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M806.12,364.262c-0.065,0.379-0.054,0.757,0.096,1.155
+ l1.29,3.665l30.227-10.628l-1.651-4.709L806.12,364.262z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M806.12,364.262c-0.065,0.379-0.054,0.757,0.096,1.155
+ l1.29,3.665l30.227-10.628l-1.651-4.709L806.12,364.262z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M806.12,364.262c-0.065,0.379-0.054,0.757,0.096,1.155
+ l1.29,3.665l30.227-10.628l-1.651-4.709L806.12,364.262z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="958.979,313.115 959.803,315.468 944.905,320.714
+ 944.073,318.357 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="958.979,313.115 959.803,315.468 944.905,320.714
+ 944.073,318.357 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="958.979,313.115 959.803,315.468 944.905,320.714
+ 944.073,318.357 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" enable-background="new " points="958.979,313.115 959.803,315.468 944.905,320.714
+ 944.073,318.357 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="958.979,313.115 959.803,315.468 944.905,320.714
+ 944.073,318.357 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="958.979,313.115 959.803,315.468 944.905,320.714
+ 944.073,318.357 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="959.171,313.123 958.548,311.387 943.644,316.594
+ 944.256,318.365 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="959.171,313.123 958.548,311.387 943.644,316.594
+ 944.256,318.365 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="959.171,313.123 958.548,311.387 943.644,316.594
+ 944.256,318.365 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="959.171,313.123 958.548,311.387 943.644,316.594
+ 944.256,318.365 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" enable-background="new " points="959.171,313.123 958.548,311.387 943.644,316.594
+ 944.256,318.365 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="959.171,313.123 958.548,311.387 943.644,316.594
+ 944.256,318.365 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="959.171,313.123 958.548,311.387 943.644,316.594
+ 944.256,318.365 "/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M972.758,306.959c0.235,0.699-0.236,1.458-1.039,1.744
+ l-12.552,4.42l0.83,2.374l14.011-4.93L972.758,306.959z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M972.758,306.959c0.235,0.699-0.236,1.458-1.039,1.744
+ l-12.552,4.42l0.83,2.374l14.011-4.93L972.758,306.959z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M972.758,306.959c0.235,0.699-0.236,1.458-1.039,1.744
+ l-12.552,4.42l0.83,2.374l14.011-4.93L972.758,306.959z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M972.758,306.959c0.235,0.699-0.236,1.458-1.039,1.744
+ l-12.552,4.42l0.83,2.374l14.011-4.93L972.758,306.959z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M972.758,306.959c0.235,0.699-0.236,1.458-1.039,1.744
+ l-12.552,4.42l0.83,2.374l14.011-4.93L972.758,306.959z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M972.758,306.959c0.235,0.699-0.236,1.458-1.039,1.744
+ l-12.552,4.42l0.83,2.374l14.011-4.93L972.758,306.959z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M972.758,306.959c0.235,0.699-0.236,1.458-1.039,1.744
+ l-12.552,4.42l0.83,2.374l14.011-4.93L972.758,306.959z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M972.56,306.443l-14.012,4.943l0.623,1.736l12.554-4.42
+ c0.797-0.286,1.272-1.039,1.037-1.744l-0.04-0.08L972.56,306.443z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M972.56,306.443l-14.012,4.943l0.623,1.736l12.554-4.42
+ c0.797-0.286,1.272-1.039,1.037-1.744l-0.04-0.08L972.56,306.443z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M972.56,306.443l-14.012,4.943l0.623,1.736l12.554-4.42
+ c0.797-0.286,1.272-1.039,1.037-1.744l-0.04-0.08L972.56,306.443z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M972.56,306.443l-14.012,4.943l0.623,1.736l12.554-4.42
+ c0.797-0.286,1.272-1.039,1.037-1.744l-0.04-0.08L972.56,306.443z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M972.56,306.443l-14.012,4.943l0.623,1.736l12.554-4.42
+ c0.797-0.286,1.272-1.039,1.037-1.744l-0.04-0.08L972.56,306.443z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M972.56,306.443l-14.012,4.943l0.623,1.736l12.554-4.42
+ c0.797-0.286,1.272-1.039,1.037-1.744l-0.04-0.08L972.56,306.443z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M972.56,306.443l-14.012,4.943l0.623,1.736l12.554-4.42
+ c0.797-0.286,1.272-1.039,1.037-1.744l-0.04-0.08L972.56,306.443z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M972.56,306.443l-14.012,4.943l0.623,1.736l12.554-4.42
+ c0.797-0.286,1.272-1.039,1.037-1.744l-0.04-0.08L972.56,306.443z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1027.932,287.477l-0.374-1.046l-0.273,0.097
+ C1027.558,286.781,1027.801,287.091,1027.932,287.477z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1027.932,287.477l-0.374-1.046l-0.273,0.097
+ C1027.558,286.781,1027.801,287.091,1027.932,287.477z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M1027.932,287.477l-0.374-1.046l-0.273,0.097
+ C1027.558,286.781,1027.801,287.091,1027.932,287.477z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1027.932,287.477l-0.374-1.046l-0.273,0.097
+ C1027.558,286.781,1027.801,287.091,1027.932,287.477z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1027.932,287.477l-0.374-1.046l-0.273,0.097
+ C1027.558,286.781,1027.801,287.091,1027.932,287.477z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1025.664,287.091l1.647,4.732l1.917-0.686l-1.297-3.661
+ c-0.131-0.386-0.374-0.695-0.647-0.949L1025.664,287.091z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1025.664,287.091l1.647,4.732l1.917-0.686l-1.297-3.661
+ c-0.131-0.386-0.374-0.695-0.647-0.949L1025.664,287.091z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1025.664,287.091l1.647,4.732l1.917-0.686l-1.297-3.661
+ c-0.131-0.386-0.374-0.695-0.647-0.949L1025.664,287.091z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M1025.664,287.091l1.647,4.732l1.917-0.686l-1.297-3.661
+ c-0.131-0.386-0.374-0.695-0.647-0.949L1025.664,287.091z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1025.664,287.091l1.647,4.732l1.917-0.686l-1.297-3.661
+ c-0.131-0.386-0.374-0.695-0.647-0.949L1025.664,287.091z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1025.664,287.091l1.647,4.732l1.917-0.686l-1.297-3.661
+ c-0.131-0.386-0.374-0.695-0.647-0.949L1025.664,287.091z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="1027.932,287.477 1029.233,291.138 1036.241,288.68
+ 1034.573,283.955 1027.558,286.431 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="1027.932,287.477 1029.233,291.138 1036.241,288.68
+ 1034.573,283.955 1027.558,286.431 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="1027.932,287.477 1029.233,291.138 1036.241,288.68
+ 1034.573,283.955 1027.558,286.431 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="1027.932,287.477 1029.233,291.138 1036.241,288.68
+ 1034.573,283.955 1027.558,286.431 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="1027.932,287.477 1029.233,291.138 1036.241,288.68
+ 1034.573,283.955 1027.558,286.431 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="1027.932,287.477 1029.233,291.138 1036.241,288.68
+ 1034.573,283.955 1027.558,286.431 "/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M972.619,306.421c-0.042-0.241-0.022-0.457,0.016-0.686
+ l-0.287,0.081l0.212,0.627C972.577,306.421,972.601,306.421,972.619,306.421z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M972.619,306.421c-0.042-0.241-0.022-0.457,0.016-0.686
+ l-0.287,0.081l0.212,0.627C972.577,306.421,972.601,306.421,972.619,306.421z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M972.619,306.421c-0.042-0.241-0.022-0.457,0.016-0.686
+ l-0.287,0.081l0.212,0.627C972.577,306.421,972.601,306.421,972.619,306.421z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M972.619,306.421c-0.042-0.241-0.022-0.457,0.016-0.686
+ l-0.287,0.081l0.212,0.627C972.577,306.421,972.601,306.421,972.619,306.421z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M972.619,306.421c-0.042-0.241-0.022-0.457,0.016-0.686
+ l-0.287,0.081l0.212,0.627C972.577,306.421,972.601,306.421,972.619,306.421z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M972.619,306.421c-0.042-0.241-0.022-0.457,0.016-0.686
+ l-0.287,0.081l0.212,0.627C972.577,306.421,972.601,306.421,972.619,306.421z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M972.619,306.421c-0.042-0.241-0.022-0.457,0.016-0.686
+ l-0.287,0.081l0.212,0.627C972.577,306.421,972.601,306.421,972.619,306.421z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M975.542,307.86l0.66,1.917l8.774-3.072l-1.669-4.729
+ l-10.673,3.754c-0.038,0.229-0.058,0.444-0.016,0.68C973.811,306.035,975.107,306.661,975.542,307.86z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M975.542,307.86l0.66,1.917l8.774-3.072l-1.669-4.729
+ l-10.673,3.754c-0.038,0.229-0.058,0.444-0.016,0.68C973.811,306.035,975.107,306.661,975.542,307.86z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M975.542,307.86l0.66,1.917l8.774-3.072l-1.669-4.729
+ l-10.673,3.754c-0.038,0.229-0.058,0.444-0.016,0.68C973.811,306.035,975.107,306.661,975.542,307.86z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M975.542,307.86l0.66,1.917l8.774-3.072l-1.669-4.729
+ l-10.673,3.754c-0.038,0.229-0.058,0.444-0.016,0.68C973.811,306.035,975.107,306.661,975.542,307.86z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M975.542,307.86l0.66,1.917l8.774-3.072l-1.669-4.729
+ l-10.673,3.754c-0.038,0.229-0.058,0.444-0.016,0.68C973.811,306.035,975.107,306.661,975.542,307.86z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M975.542,307.86l0.66,1.917l8.774-3.072l-1.669-4.729
+ l-10.673,3.754c-0.038,0.229-0.058,0.444-0.016,0.68C973.811,306.035,975.107,306.661,975.542,307.86z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M975.542,307.86l0.66,1.917l8.774-3.072l-1.669-4.729
+ l-10.673,3.754c-0.038,0.229-0.058,0.444-0.016,0.68C973.811,306.035,975.107,306.661,975.542,307.86z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M975.542,307.86l0.66,1.917l8.774-3.072l-1.669-4.729
+ l-10.673,3.754c-0.038,0.229-0.058,0.444-0.016,0.68C973.811,306.035,975.107,306.661,975.542,307.86z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M972.722,306.879c-0.056-0.16-0.087-0.301-0.103-0.453
+ c-0.019,0-0.042,0-0.052,0.021L972.722,306.879z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M972.722,306.879c-0.056-0.16-0.087-0.301-0.103-0.453
+ c-0.019,0-0.042,0-0.052,0.021L972.722,306.879z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M972.722,306.879c-0.056-0.16-0.087-0.301-0.103-0.453
+ c-0.019,0-0.042,0-0.052,0.021L972.722,306.879z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M972.722,306.879c-0.056-0.16-0.087-0.301-0.103-0.453
+ c-0.019,0-0.042,0-0.052,0.021L972.722,306.879z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M972.722,306.879c-0.056-0.16-0.087-0.301-0.103-0.453
+ c-0.019,0-0.042,0-0.052,0.021L972.722,306.879z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M972.722,306.879c-0.056-0.16-0.087-0.301-0.103-0.453
+ c-0.019,0-0.042,0-0.052,0.021L972.722,306.879z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M972.722,306.879c-0.056-0.16-0.087-0.301-0.103-0.453
+ c-0.019,0-0.042,0-0.052,0.021L972.722,306.879z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M972.722,306.879c-0.056-0.16-0.087-0.301-0.103-0.453
+ c-0.019,0-0.042,0-0.052,0.021L972.722,306.879z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M975.542,307.86c-0.43-1.199-1.731-1.825-2.923-1.439
+ c0.016,0.157,0.051,0.298,0.103,0.452l0.04,0.081l1.257,3.607l2.184-0.786L975.542,307.86z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M975.542,307.86c-0.43-1.199-1.731-1.825-2.923-1.439
+ c0.016,0.157,0.051,0.298,0.103,0.452l0.04,0.081l1.257,3.607l2.184-0.786L975.542,307.86z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M975.542,307.86c-0.43-1.199-1.731-1.825-2.923-1.439
+ c0.016,0.157,0.051,0.298,0.103,0.452l0.04,0.081l1.257,3.607l2.184-0.786L975.542,307.86z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M975.542,307.86c-0.43-1.199-1.731-1.825-2.923-1.439
+ c0.016,0.157,0.051,0.298,0.103,0.452l0.04,0.081l1.257,3.607l2.184-0.786L975.542,307.86z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M975.542,307.86c-0.43-1.199-1.731-1.825-2.923-1.439
+ c0.016,0.157,0.051,0.298,0.103,0.452l0.04,0.081l1.257,3.607l2.184-0.786L975.542,307.86z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M975.542,307.86c-0.43-1.199-1.731-1.825-2.923-1.439
+ c0.016,0.157,0.051,0.298,0.103,0.452l0.04,0.081l1.257,3.607l2.184-0.786L975.542,307.86z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M975.542,307.86c-0.43-1.199-1.731-1.825-2.923-1.439
+ c0.016,0.157,0.051,0.298,0.103,0.452l0.04,0.081l1.257,3.607l2.184-0.786L975.542,307.86z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M975.542,307.86c-0.43-1.199-1.731-1.825-2.923-1.439
+ c0.016,0.157,0.051,0.298,0.103,0.452l0.04,0.081l1.257,3.607l2.184-0.786L975.542,307.86z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M975.542,307.86c-0.43-1.199-1.731-1.825-2.923-1.439
+ c0.016,0.157,0.051,0.298,0.103,0.452l0.04,0.081l1.257,3.607l2.184-0.786L975.542,307.86z"/>
+
+ <rect x="882.109" y="338.996" transform="matrix(0.9436 -0.331 0.331 0.9436 -62.6907 312.3532)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="7.436" height="2.523"/>
+
+ <rect x="882.109" y="338.996" transform="matrix(0.9436 -0.331 0.331 0.9436 -62.6907 312.3532)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="7.436" height="2.523"/>
+
+ <rect x="882.109" y="338.996" transform="matrix(0.9436 -0.331 0.331 0.9436 -62.6907 312.3532)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="7.436" height="2.523"/>
+
+ <rect x="882.109" y="338.996" transform="matrix(0.9436 -0.331 0.331 0.9436 -62.6907 312.3532)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="7.436" height="2.523"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="907.273,334.014 889.89,340.143 889.052,337.764
+ 906.434,331.641 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="907.273,334.014 889.89,340.143 889.052,337.764
+ 906.434,331.641 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="907.273,334.014 889.89,340.143 889.052,337.764
+ 906.434,331.641 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="907.273,334.014 889.89,340.143 889.052,337.764
+ 906.434,331.641 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="907.273,334.014 889.89,340.143 889.052,337.764
+ 906.434,331.641 "/>
+
+ <rect x="883.935" y="334.188" transform="matrix(-0.3286 -0.9445 0.9445 -0.3286 856.9174 1284.9708)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="2.505" height="7.431"/>
+
+ <rect x="883.935" y="334.188" transform="matrix(-0.3286 -0.9445 0.9445 -0.3286 856.9174 1284.9708)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="2.505" height="7.431"/>
+
+ <rect x="883.935" y="334.188" transform="matrix(-0.3286 -0.9445 0.9445 -0.3286 856.9174 1284.9708)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="2.505" height="7.431"/>
+
+ <rect x="883.935" y="334.188" transform="matrix(-0.3286 -0.9445 0.9445 -0.3286 856.9174 1284.9708)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="2.505" height="7.431"/>
+
+ <rect x="883.935" y="334.188" transform="matrix(-0.3286 -0.9445 0.9445 -0.3286 856.9174 1284.9708)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="2.505" height="7.431"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="905.596,329.296 888.223,335.396 889.06,337.764
+ 906.439,331.635 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="905.596,329.296 888.223,335.396 889.06,337.764
+ 906.439,331.635 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="905.596,329.296 888.223,335.396 889.06,337.764
+ 906.439,331.635 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="905.596,329.296 888.223,335.396 889.06,337.764
+ 906.439,331.635 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="905.596,329.296 888.223,335.396 889.06,337.764
+ 906.439,331.635 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="905.596,329.296 888.223,335.396 889.06,337.764
+ 906.439,331.635 "/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M925.571,325.424c-0.055-0.138-0.089-0.31-0.116-0.442
+ l-19.021,6.661l0.839,2.383l18.979-6.67L925.571,325.424z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M925.571,325.424c-0.055-0.138-0.089-0.31-0.116-0.442
+ l-19.021,6.661l0.839,2.383l18.979-6.67L925.571,325.424z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M925.571,325.424c-0.055-0.138-0.089-0.31-0.116-0.442
+ l-19.021,6.661l0.839,2.383l18.979-6.67L925.571,325.424z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M925.571,325.424c-0.055-0.138-0.089-0.31-0.116-0.442
+ l-19.021,6.661l0.839,2.383l18.979-6.67L925.571,325.424z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M925.571,325.424c-0.055-0.138-0.089-0.31-0.116-0.442
+ l-19.021,6.661l0.839,2.383l18.979-6.67L925.571,325.424z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M925.571,325.424c-0.055-0.138-0.089-0.31-0.116-0.442
+ l-19.021,6.661l0.839,2.383l18.979-6.67L925.571,325.424z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M926.996,322.46l16.653-5.866l-0.216-0.599l-37.832,13.301
+ l0.837,2.339l19.02-6.653C925.31,323.897,925.932,322.817,926.996,322.46z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M926.996,322.46l16.653-5.866l-0.216-0.599l-37.832,13.301
+ l0.837,2.339l19.02-6.653C925.31,323.897,925.932,322.817,926.996,322.46z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M926.996,322.46l16.653-5.866l-0.216-0.599l-37.832,13.301
+ l0.837,2.339l19.02-6.653C925.31,323.897,925.932,322.817,926.996,322.46z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M926.996,322.46l16.653-5.866l-0.216-0.599l-37.832,13.301
+ l0.837,2.339l19.02-6.653C925.31,323.897,925.932,322.817,926.996,322.46z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M926.996,322.46l16.653-5.866l-0.216-0.599l-37.832,13.301
+ l0.837,2.339l19.02-6.653C925.31,323.897,925.932,322.817,926.996,322.46z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M926.996,322.46l16.653-5.866l-0.216-0.599l-37.832,13.301
+ l0.837,2.339l19.02-6.653C925.31,323.897,925.932,322.817,926.996,322.46z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M926.996,322.46l16.653-5.866l-0.216-0.599l-37.832,13.301
+ l0.837,2.339l19.02-6.653C925.31,323.897,925.932,322.817,926.996,322.46z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M925.454,324.981c0.027,0.133,0.062,0.308,0.116,0.442
+ l0.681,1.924l18.837-6.632l-0.832-2.358L925.454,324.981z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M925.454,324.981c0.027,0.133,0.062,0.308,0.116,0.442
+ l0.681,1.924l18.837-6.632l-0.832-2.358L925.454,324.981z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M925.454,324.981c0.027,0.133,0.062,0.308,0.116,0.442
+ l0.681,1.924l18.837-6.632l-0.832-2.358L925.454,324.981z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M925.454,324.981c0.027,0.133,0.062,0.308,0.116,0.442
+ l0.681,1.924l18.837-6.632l-0.832-2.358L925.454,324.981z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M925.454,324.981c0.027,0.133,0.062,0.308,0.116,0.442
+ l0.681,1.924l18.837-6.632l-0.832-2.358L925.454,324.981z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M925.454,324.981c0.027,0.133,0.062,0.308,0.116,0.442
+ l0.681,1.924l18.837-6.632l-0.832-2.358L925.454,324.981z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M925.454,324.981c0.027,0.133,0.062,0.308,0.116,0.442
+ l0.681,1.924l18.837-6.632l-0.832-2.358L925.454,324.981z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M943.644,316.594l-16.651,5.866
+ c-1.061,0.357-1.683,1.438-1.538,2.521l18.802-6.624L943.644,316.594z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M943.644,316.594l-16.651,5.866
+ c-1.061,0.357-1.683,1.438-1.538,2.521l18.802-6.624L943.644,316.594z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M943.644,316.594l-16.651,5.866
+ c-1.061,0.357-1.683,1.438-1.538,2.521l18.802-6.624L943.644,316.594z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M943.644,316.594l-16.651,5.866
+ c-1.061,0.357-1.683,1.438-1.538,2.521l18.802-6.624L943.644,316.594z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M943.644,316.594l-16.651,5.866
+ c-1.061,0.357-1.683,1.438-1.538,2.521l18.802-6.624L943.644,316.594z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M943.644,316.594l-16.651,5.866
+ c-1.061,0.357-1.683,1.438-1.538,2.521l18.802-6.624L943.644,316.594z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M943.644,316.594l-16.651,5.866
+ c-1.061,0.357-1.683,1.438-1.538,2.521l18.802-6.624L943.644,316.594z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M943.644,316.594l-16.651,5.866
+ c-1.061,0.357-1.683,1.438-1.538,2.521l18.802-6.624L943.644,316.594z"/>
+
+ <rect x="1008.447" y="289.953" transform="matrix(-0.9435 0.3312 -0.3312 -0.9435 2074.7422 231.3344)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="18.424" height="5.018"/>
+
+ <rect x="1008.447" y="289.953" transform="matrix(-0.9435 0.3312 -0.3312 -0.9435 2074.7422 231.3344)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="18.424" height="5.018"/>
+
+ <rect x="1008.447" y="289.953" transform="matrix(-0.9435 0.3312 -0.3312 -0.9435 2074.7422 231.3344)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="18.424" height="5.018"/>
+
+ <rect x="1008.447" y="289.953" transform="matrix(-0.9435 0.3312 -0.3312 -0.9435 2074.7422 231.3344)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="18.424" height="5.018"/>
+
+ <rect x="1008.447" y="289.953" transform="matrix(-0.9435 0.3312 -0.3312 -0.9435 2074.7422 231.3344)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="18.424" height="5.018"/>
+
+ <rect x="1008.447" y="289.953" transform="matrix(-0.9435 0.3312 -0.3312 -0.9435 2074.7422 231.3344)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="18.424" height="5.018"/>
+
+ <rect x="1008.447" y="289.953" transform="matrix(-0.9435 0.3312 -0.3312 -0.9435 2074.7422 231.3344)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="18.424" height="5.018"/>
+
+ <rect x="983.394" y="297.457" transform="matrix(-0.9433 0.3319 -0.3319 -0.9433 2036.3091 252.0796)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="26.462" height="5.003"/>
+
+ <rect x="983.394" y="297.457" transform="matrix(-0.9433 0.3319 -0.3319 -0.9433 2036.3091 252.0796)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="26.462" height="5.003"/>
+
+ <rect x="983.394" y="297.457" transform="matrix(-0.9433 0.3319 -0.3319 -0.9433 2036.3091 252.0796)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="26.462" height="5.003"/>
+
+ <rect x="983.394" y="297.457" transform="matrix(-0.9433 0.3319 -0.3319 -0.9433 2036.3091 252.0796)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="26.462" height="5.003"/>
+
+ <rect x="983.394" y="297.457" transform="matrix(-0.9433 0.3319 -0.3319 -0.9433 2036.3091 252.0796)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="26.462" height="5.003"/>
+
+ <rect x="983.394" y="297.457" transform="matrix(-0.9433 0.3319 -0.3319 -0.9433 2036.3091 252.0796)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="26.462" height="5.003"/>
+
+ <rect x="983.394" y="297.457" transform="matrix(-0.9433 0.3319 -0.3319 -0.9433 2036.3091 252.0796)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="26.462" height="5.003"/>
+
+ <rect x="983.394" y="297.457" transform="matrix(-0.9433 0.3319 -0.3319 -0.9433 2036.3091 252.0796)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="26.462" height="5.003"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M868.49,360.641c-0.749,0.271-1.352,0.514-1.34,0.537
+ l1.709,4.864c0.01,0.039,0.624-0.167,1.373-0.433l18.455-6.485l-1.738-4.957L868.49,360.641z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M868.49,360.641c-0.749,0.271-1.352,0.514-1.34,0.537
+ l1.709,4.864c0.01,0.039,0.624-0.167,1.373-0.433l18.455-6.485l-1.738-4.957L868.49,360.641z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M868.49,360.641c-0.749,0.271-1.352,0.514-1.34,0.537
+ l1.709,4.864c0.01,0.039,0.624-0.167,1.373-0.433l18.455-6.485l-1.738-4.957L868.49,360.641z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1061.387,298.42c0.75-0.25,1.351-0.493,1.324-0.514
+ l-1.69-4.865c-0.025-0.038-0.639,0.145-1.392,0.422l-19.335,6.794l1.763,4.96L1061.387,298.42z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1061.387,298.42c0.75-0.25,1.351-0.493,1.324-0.514
+ l-1.69-4.865c-0.025-0.038-0.639,0.145-1.392,0.422l-19.335,6.794l1.763,4.96L1061.387,298.42z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M1061.387,298.42c0.75-0.25,1.351-0.493,1.324-0.514
+ l-1.69-4.865c-0.025-0.038-0.639,0.145-1.392,0.422l-19.335,6.794l1.763,4.96L1061.387,298.42z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M1061.387,298.42c0.75-0.25,1.351-0.493,1.324-0.514
+ l-1.69-4.865c-0.025-0.038-0.639,0.145-1.392,0.422l-19.335,6.794l1.763,4.96L1061.387,298.42z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M953.292,331.431c-0.065-0.182-0.091-0.358-0.117-0.553
+ l-4.016,1.407l1.75,4.979l3.956-1.387L953.292,331.431z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M953.292,331.431c-0.065-0.182-0.091-0.358-0.117-0.553
+ l-4.016,1.407l1.75,4.979l3.956-1.387L953.292,331.431z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M953.292,331.431c-0.065-0.182-0.091-0.358-0.117-0.553
+ l-4.016,1.407l1.75,4.979l3.956-1.387L953.292,331.431z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M953.292,331.431c-0.065-0.182-0.091-0.358-0.117-0.553
+ l-4.016,1.407l1.75,4.979l3.956-1.387L953.292,331.431z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M953.292,331.431c-0.065-0.182-0.091-0.358-0.117-0.553
+ l-4.016,1.407l1.75,4.979l3.956-1.387L953.292,331.431z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M953.292,331.431c-0.065-0.182-0.091-0.358-0.117-0.553
+ l-4.016,1.407l1.75,4.979l3.956-1.387L953.292,331.431z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M964.057,327.045l-10.882,3.839
+ c0.026,0.188,0.052,0.375,0.117,0.555l1.567,4.448l10.945-3.854L964.057,327.045z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M964.057,327.045l-10.882,3.839
+ c0.026,0.188,0.052,0.375,0.117,0.555l1.567,4.448l10.945-3.854L964.057,327.045z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M964.057,327.045l-10.882,3.839
+ c0.026,0.188,0.052,0.375,0.117,0.555l1.567,4.448l10.945-3.854L964.057,327.045z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M964.057,327.045l-10.882,3.839
+ c0.026,0.188,0.052,0.375,0.117,0.555l1.567,4.448l10.945-3.854L964.057,327.045z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M964.057,327.045l-10.882,3.839
+ c0.026,0.188,0.052,0.375,0.117,0.555l1.567,4.448l10.945-3.854L964.057,327.045z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M964.057,327.045l-10.882,3.839
+ c0.026,0.188,0.052,0.375,0.117,0.555l1.567,4.448l10.945-3.854L964.057,327.045z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M964.057,327.045l-10.882,3.839
+ c0.026,0.188,0.052,0.375,0.117,0.555l1.567,4.448l10.945-3.854L964.057,327.045z"/>
+
+ <rect x="969.303" y="319.628" transform="matrix(-0.3321 -0.9432 0.9432 -0.3321 986.2372 1352.4611)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="5.278" height="14.873"/>
+
+ <rect x="969.303" y="319.628" transform="matrix(-0.3321 -0.9432 0.9432 -0.3321 986.2372 1352.4611)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="5.278" height="14.873"/>
+
+ <rect x="969.303" y="319.628" transform="matrix(-0.3321 -0.9432 0.9432 -0.3321 986.2372 1352.4611)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="5.278" height="14.873"/>
+
+ <rect x="969.303" y="319.628" transform="matrix(-0.3321 -0.9432 0.9432 -0.3321 986.2372 1352.4611)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="5.278" height="14.873"/>
+
+ <rect x="969.303" y="319.628" transform="matrix(-0.3321 -0.9432 0.9432 -0.3321 986.2372 1352.4611)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="5.278" height="14.873"/>
+
+ <rect x="969.303" y="319.628" transform="matrix(-0.3321 -0.9432 0.9432 -0.3321 986.2372 1352.4611)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="5.278" height="14.873"/>
+
+ <rect x="969.303" y="319.628" transform="matrix(-0.3321 -0.9432 0.9432 -0.3321 986.2372 1352.4611)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="5.278" height="14.873"/>
+
+ <rect x="969.303" y="319.628" transform="matrix(-0.3321 -0.9432 0.9432 -0.3321 986.2372 1352.4611)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="5.278" height="14.873"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="1035.03,307.682 1042.057,305.217 1040.294,300.257
+ 1033.298,302.723 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="1035.03,307.682 1042.057,305.217 1040.294,300.257
+ 1033.298,302.723 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="1035.03,307.682 1042.057,305.217 1040.294,300.257
+ 1033.298,302.723 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="1035.03,307.682 1042.057,305.217 1040.294,300.257
+ 1033.298,302.723 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" enable-background="new " points="1035.03,307.682 1042.057,305.217 1040.294,300.257
+ 1033.298,302.723 "/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1033.018,308.043c0.058,0.133-0.133,0.337-0.426,0.42
+ l-16.861,5.948l0.034,0.06l19.265-6.789l-1.735-4.959l-1.917,0.674L1033.018,308.043z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1033.018,308.043c0.058,0.133-0.133,0.337-0.426,0.42
+ l-16.861,5.948l0.034,0.06l19.265-6.789l-1.735-4.959l-1.917,0.674L1033.018,308.043z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1033.018,308.043c0.058,0.133-0.133,0.337-0.426,0.42
+ l-16.861,5.948l0.034,0.06l19.265-6.789l-1.735-4.959l-1.917,0.674L1033.018,308.043z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M1033.018,308.043c0.058,0.133-0.133,0.337-0.426,0.42
+ l-16.861,5.948l0.034,0.06l19.265-6.789l-1.735-4.959l-1.917,0.674L1033.018,308.043z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1033.018,308.043c0.058,0.133-0.133,0.337-0.426,0.42
+ l-16.861,5.948l0.034,0.06l19.265-6.789l-1.735-4.959l-1.917,0.674L1033.018,308.043z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M1033.018,308.043c0.058,0.133-0.133,0.337-0.426,0.42
+ l-16.861,5.948l0.034,0.06l19.265-6.789l-1.735-4.959l-1.917,0.674L1033.018,308.043z"/>
+
+ <rect x="1010.235" y="310.555" transform="matrix(-0.3255 -0.9455 0.9455 -0.3255 1039.9894 1374.5876)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.063" height="11.614"/>
+
+ <rect x="1010.235" y="310.555" transform="matrix(-0.3255 -0.9455 0.9455 -0.3255 1039.9894 1374.5876)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.063" height="11.614"/>
+
+ <rect x="1010.235" y="310.555" transform="matrix(-0.3255 -0.9455 0.9455 -0.3255 1039.9894 1374.5876)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.063" height="11.614"/>
+
+ <rect x="1010.235" y="310.555" transform="matrix(-0.3255 -0.9455 0.9455 -0.3255 1039.9894 1374.5876)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="0.063" height="11.614"/>
+
+ <rect x="1010.235" y="310.555" transform="matrix(-0.3255 -0.9455 0.9455 -0.3255 1039.9894 1374.5876)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.063" height="11.614"/>
+
+ <rect x="1010.235" y="310.555" transform="matrix(-0.3255 -0.9455 0.9455 -0.3255 1039.9894 1374.5876)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.063" height="11.614"/>
+
+ <rect x="1010.235" y="310.555" transform="matrix(-0.3255 -0.9455 0.9455 -0.3255 1039.9894 1374.5876)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="0.063" height="11.614"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M990.663,322.912l0.109,0.321l14.02-4.926l-0.021-0.063
+ l-13.506,4.743C990.996,323.124,990.717,323.057,990.663,322.912z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M990.663,322.912l0.109,0.321l14.02-4.926l-0.021-0.063
+ l-13.506,4.743C990.996,323.124,990.717,323.057,990.663,322.912z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M990.663,322.912l0.109,0.321l14.02-4.926l-0.021-0.063
+ l-13.506,4.743C990.996,323.124,990.717,323.057,990.663,322.912z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M990.663,322.912l0.109,0.321l14.02-4.926l-0.021-0.063
+ l-13.506,4.743C990.996,323.124,990.717,323.057,990.663,322.912z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M990.663,322.912l0.109,0.321l14.02-4.926l-0.021-0.063
+ l-13.506,4.743C990.996,323.124,990.717,323.057,990.663,322.912z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M990.663,322.912l0.109,0.321l14.02-4.926l-0.021-0.063
+ l-13.506,4.743C990.996,323.124,990.717,323.057,990.663,322.912z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M990.663,322.912l0.109,0.321l14.02-4.926l-0.021-0.063
+ l-13.506,4.743C990.996,323.124,990.717,323.057,990.663,322.912z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M990.663,322.912l0.109,0.321l14.02-4.926l-0.021-0.063
+ l-13.506,4.743C990.996,323.124,990.717,323.057,990.663,322.912z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="989.031,318.28 980.28,321.342 982.018,326.329
+ 990.773,323.237 990.663,322.912 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="989.031,318.28 980.28,321.342 982.018,326.329
+ 990.773,323.237 990.663,322.912 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="989.031,318.28 980.28,321.342 982.018,326.329
+ 990.773,323.237 990.663,322.912 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="989.031,318.28 980.28,321.342 982.018,326.329
+ 990.773,323.237 990.663,322.912 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="989.031,318.28 980.28,321.342 982.018,326.329
+ 990.773,323.237 990.663,322.912 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" enable-background="new " points="989.031,318.28 980.28,321.342 982.018,326.329
+ 990.773,323.237 990.663,322.912 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="989.031,318.28 980.28,321.342 982.018,326.329
+ 990.773,323.237 990.663,322.912 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="989.031,318.28 980.28,321.342 982.018,326.329
+ 990.773,323.237 990.663,322.912 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" enable-background="new " points="989.031,318.28 980.28,321.342 982.018,326.329
+ 990.773,323.237 990.663,322.912 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="979.832,327.082 982.018,326.329 980.28,321.342
+ 978.083,322.121 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="979.832,327.082 982.018,326.329 980.28,321.342
+ 978.083,322.121 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="979.832,327.082 982.018,326.329 980.28,321.342
+ 978.083,322.121 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="979.832,327.082 982.018,326.329 980.28,321.342
+ 978.083,322.121 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="979.832,327.082 982.018,326.329 980.28,321.342
+ 978.083,322.121 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" enable-background="new " points="979.832,327.082 982.018,326.329 980.28,321.342
+ 978.083,322.121 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="979.832,327.082 982.018,326.329 980.28,321.342
+ 978.083,322.121 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="979.832,327.082 982.018,326.329 980.28,321.342
+ 978.083,322.121 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="979.832,327.082 982.018,326.329 980.28,321.342
+ 978.083,322.121 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" enable-background="new " points="979.832,327.082 982.018,326.329 980.28,321.342
+ 978.083,322.121 "/>
+
+ <rect x="887.604" y="352.783" transform="matrix(0.9433 -0.332 0.332 0.9433 -67.4388 316.0365)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="7.428" height="5.257"/>
+
+ <rect x="887.604" y="352.783" transform="matrix(0.9433 -0.332 0.332 0.9433 -67.4388 316.0365)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="7.428" height="5.257"/>
+
+ <rect x="887.604" y="352.783" transform="matrix(0.9433 -0.332 0.332 0.9433 -67.4388 316.0365)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="7.428" height="5.257"/>
+
+ <rect x="887.604" y="352.783" transform="matrix(0.9433 -0.332 0.332 0.9433 -67.4388 316.0365)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="7.428" height="5.257"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="911.336,345.595 913.086,350.554 895.701,356.664
+ 893.953,351.703 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="911.336,345.595 913.086,350.554 895.701,356.664
+ 893.953,351.703 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="911.336,345.595 913.086,350.554 895.701,356.664
+ 893.953,351.703 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="911.336,345.595 913.086,350.554 895.701,356.664
+ 893.953,351.703 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" enable-background="new " points="911.336,345.595 913.086,350.554 895.701,356.664
+ 893.953,351.703 "/>
+
+ <rect x="919.009" y="334.709" transform="matrix(-0.3299 -0.944 0.944 -0.3299 900.1967 1328.5547)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="5.27" height="20.122"/>
+
+ <rect x="919.009" y="334.709" transform="matrix(-0.3299 -0.944 0.944 -0.3299 900.1967 1328.5547)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="5.27" height="20.122"/>
+
+ <rect x="919.009" y="334.709" transform="matrix(-0.3299 -0.944 0.944 -0.3299 900.1967 1328.5547)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="5.27" height="20.122"/>
+
+ <rect x="919.009" y="334.709" transform="matrix(-0.3299 -0.944 0.944 -0.3299 900.1967 1328.5547)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="5.27" height="20.122"/>
+
+ <rect x="919.009" y="334.709" transform="matrix(-0.3299 -0.944 0.944 -0.3299 900.1967 1328.5547)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="5.27" height="20.122"/>
+
+ <rect x="919.009" y="334.709" transform="matrix(-0.3299 -0.944 0.944 -0.3299 900.1967 1328.5547)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="5.27" height="20.122"/>
+
+ <rect x="930.573" y="335.339" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -58.8565 331.0328)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="19.969" height="5.274"/>
+
+ <rect x="930.573" y="335.339" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -58.8565 331.0328)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="19.969" height="5.274"/>
+
+ <rect x="930.573" y="335.339" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -58.8565 331.0328)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="19.969" height="5.274"/>
+
+ <rect x="930.573" y="335.339" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -58.8565 331.0328)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="19.969" height="5.274"/>
+
+ <rect x="930.573" y="335.339" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -58.8565 331.0328)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="19.969" height="5.274"/>
+
+ <rect x="930.573" y="335.339" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -58.8565 331.0328)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="19.969" height="5.274"/>
+
+ <rect x="930.573" y="335.339" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -58.8565 331.0328)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="19.969" height="5.274"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1015.731,314.411l16.861-5.948
+ c0.293-0.075,0.478-0.287,0.426-0.42l-1.641-4.652l-17.363,6.093L1015.731,314.411z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1015.731,314.411l16.861-5.948
+ c0.293-0.075,0.478-0.287,0.426-0.42l-1.641-4.652l-17.363,6.093L1015.731,314.411z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1015.731,314.411l16.861-5.948
+ c0.293-0.075,0.478-0.287,0.426-0.42l-1.641-4.652l-17.363,6.093L1015.731,314.411z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M1015.731,314.411l16.861-5.948
+ c0.293-0.075,0.478-0.287,0.426-0.42l-1.641-4.652l-17.363,6.093L1015.731,314.411z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1015.731,314.411l16.861-5.948
+ c0.293-0.075,0.478-0.287,0.426-0.42l-1.641-4.652l-17.363,6.093L1015.731,314.411z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M1015.731,314.411l16.861-5.948
+ c0.293-0.075,0.478-0.287,0.426-0.42l-1.641-4.652l-17.363,6.093L1015.731,314.411z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M1015.731,314.411l16.861-5.948
+ c0.293-0.075,0.478-0.287,0.426-0.42l-1.641-4.652l-17.363,6.093L1015.731,314.411z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1002.987,313.376c0.099,0.147,0.189,0.308,0.259,0.488
+ l1.532,4.386l10.953-3.847l-1.717-4.928L1002.987,313.376z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1002.987,313.376c0.099,0.147,0.189,0.308,0.259,0.488
+ l1.532,4.386l10.953-3.847l-1.717-4.928L1002.987,313.376z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1002.987,313.376c0.099,0.147,0.189,0.308,0.259,0.488
+ l1.532,4.386l10.953-3.847l-1.717-4.928L1002.987,313.376z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M1002.987,313.376c0.099,0.147,0.189,0.308,0.259,0.488
+ l1.532,4.386l10.953-3.847l-1.717-4.928L1002.987,313.376z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1002.987,313.376c0.099,0.147,0.189,0.308,0.259,0.488
+ l1.532,4.386l10.953-3.847l-1.717-4.928L1002.987,313.376z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1002.987,313.376c0.099,0.147,0.189,0.308,0.259,0.488
+ l1.532,4.386l10.953-3.847l-1.717-4.928L1002.987,313.376z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M1002.987,313.376c0.099,0.147,0.189,0.308,0.259,0.488
+ l1.532,4.386l10.953-3.847l-1.717-4.928L1002.987,313.376z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M1002.987,313.376c0.099,0.147,0.189,0.308,0.259,0.488
+ l1.532,4.386l10.953-3.847l-1.717-4.928L1002.987,313.376z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1002.987,313.376l-13.956,4.904l1.633,4.632
+ c0.054,0.145,0.333,0.204,0.608,0.083l13.506-4.745l-1.532-4.386C1003.176,313.689,1003.093,313.523,1002.987,313.376z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1002.987,313.376l-13.956,4.904l1.633,4.632
+ c0.054,0.145,0.333,0.204,0.608,0.083l13.506-4.745l-1.532-4.386C1003.176,313.689,1003.093,313.523,1002.987,313.376z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1002.987,313.376l-13.956,4.904l1.633,4.632
+ c0.054,0.145,0.333,0.204,0.608,0.083l13.506-4.745l-1.532-4.386C1003.176,313.689,1003.093,313.523,1002.987,313.376z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M1002.987,313.376l-13.956,4.904l1.633,4.632
+ c0.054,0.145,0.333,0.204,0.608,0.083l13.506-4.745l-1.532-4.386C1003.176,313.689,1003.093,313.523,1002.987,313.376z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1002.987,313.376l-13.956,4.904l1.633,4.632
+ c0.054,0.145,0.333,0.204,0.608,0.083l13.506-4.745l-1.532-4.386C1003.176,313.689,1003.093,313.523,1002.987,313.376z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1002.987,313.376l-13.956,4.904l1.633,4.632
+ c0.054,0.145,0.333,0.204,0.608,0.083l13.506-4.745l-1.532-4.386C1003.176,313.689,1003.093,313.523,1002.987,313.376z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1002.987,313.376l-13.956,4.904l1.633,4.632
+ c0.054,0.145,0.333,0.204,0.608,0.083l13.506-4.745l-1.532-4.386C1003.176,313.689,1003.093,313.523,1002.987,313.376z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M1002.987,313.376l-13.956,4.904l1.633,4.632
+ c0.054,0.145,0.333,0.204,0.608,0.083l13.506-4.745l-1.532-4.386C1003.176,313.689,1003.093,313.523,1002.987,313.376z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M1002.987,313.376l-13.956,4.904l1.633,4.632
+ c0.054,0.145,0.333,0.204,0.608,0.083l13.506-4.745l-1.532-4.386C1003.176,313.689,1003.093,313.523,1002.987,313.376z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M1138.749,291.352c0.784-0.27,1.403-0.543,1.387-0.574
+ l-2.405-6.87c-0.03-0.063-0.675,0.152-1.439,0.422l-4.527,1.594l2.47,7.022L1138.749,291.352z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M1138.749,291.352c0.784-0.27,1.403-0.543,1.387-0.574
+ l-2.405-6.87c-0.03-0.063-0.675,0.152-1.439,0.422l-4.527,1.594l2.47,7.022L1138.749,291.352z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M1138.749,291.352c0.784-0.27,1.403-0.543,1.387-0.574
+ l-2.405-6.87c-0.03-0.063-0.675,0.152-1.439,0.422l-4.527,1.594l2.47,7.022L1138.749,291.352z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="1045.88,316.074 1131.75,285.899 1134.224,292.922
+ 1048.346,323.095 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="1045.88,316.074 1131.75,285.899 1134.224,292.922
+ 1048.346,323.095 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="1045.88,316.074 1131.75,285.899 1134.224,292.922
+ 1048.346,323.095 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="1045.88,316.074 1131.75,285.899 1134.224,292.922
+ 1048.346,323.095 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="958.686,346.729 961.147,353.772 957.195,355.156
+ 954.727,348.114 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="958.686,346.729 961.147,353.772 957.195,355.156
+ 954.727,348.114 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="958.686,346.729 961.147,353.772 957.195,355.156
+ 954.727,348.114 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" enable-background="new " points="958.686,346.729 961.147,353.772 957.195,355.156
+ 954.727,348.114 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="958.686,346.729 961.147,353.772 957.195,355.156
+ 954.727,348.114 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="958.686,346.729 961.147,353.772 957.195,355.156
+ 954.727,348.114 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="958.677,346.738 961.147,353.765 986.113,344.994
+ 983.656,337.983 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="958.677,346.738 961.147,353.765 986.113,344.994
+ 983.656,337.983 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="958.677,346.738 961.147,353.765 986.113,344.994
+ 983.656,337.983 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" enable-background="new " points="958.677,346.738 961.147,353.765 986.113,344.994
+ 983.656,337.983 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="958.677,346.738 961.147,353.765 986.113,344.994
+ 983.656,337.983 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="958.677,346.738 961.147,353.765 986.113,344.994
+ 983.656,337.983 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="958.677,346.738 961.147,353.765 986.113,344.994
+ 983.656,337.983 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="1038.86,318.567 1041.337,325.596 1048.346,323.124
+ 1045.88,316.092 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="1038.86,318.567 1041.337,325.596 1048.346,323.124
+ 1045.88,316.092 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="1038.86,318.567 1041.337,325.596 1048.346,323.124
+ 1045.88,316.092 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="1038.86,318.567 1041.337,325.596 1048.346,323.124
+ 1045.88,316.092 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="1038.86,318.567 1041.337,325.596 1048.346,323.124
+ 1045.88,316.092 "/>
+
+ <rect x="1008.837" y="323.555" transform="matrix(-0.9433 0.3319 -0.3319 -0.9433 2100.2559 295.8154)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="32.054" height="7.447"/>
+
+ <rect x="1008.837" y="323.555" transform="matrix(-0.9433 0.3319 -0.3319 -0.9433 2100.2559 295.8154)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="32.054" height="7.447"/>
+
+ <rect x="1008.837" y="323.555" transform="matrix(-0.9433 0.3319 -0.3319 -0.9433 2100.2559 295.8154)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="32.054" height="7.447"/>
+
+ <rect x="1008.837" y="323.555" transform="matrix(-0.9433 0.3319 -0.3319 -0.9433 2100.2559 295.8154)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="32.054" height="7.447"/>
+
+ <rect x="1008.837" y="323.555" transform="matrix(-0.9433 0.3319 -0.3319 -0.9433 2100.2559 295.8154)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="32.054" height="7.447"/>
+
+ <rect x="1008.837" y="323.555" transform="matrix(-0.9433 0.3319 -0.3319 -0.9433 2100.2559 295.8154)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="32.054" height="7.447"/>
+
+ <rect x="999.094" y="327.877" transform="matrix(-0.3311 -0.9436 0.9436 -0.3311 1018.4257 1392.5944)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="7.463" height="14.867"/>
+
+ <rect x="999.094" y="327.877" transform="matrix(-0.3311 -0.9436 0.9436 -0.3311 1018.4257 1392.5944)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="7.463" height="14.867"/>
+
+ <rect x="999.094" y="327.877" transform="matrix(-0.3311 -0.9436 0.9436 -0.3311 1018.4257 1392.5944)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="7.463" height="14.867"/>
+
+ <rect x="999.094" y="327.877" transform="matrix(-0.3311 -0.9436 0.9436 -0.3311 1018.4257 1392.5944)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="7.463" height="14.867"/>
+
+ <rect x="999.094" y="327.877" transform="matrix(-0.3311 -0.9436 0.9436 -0.3311 1018.4257 1392.5944)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="7.463" height="14.867"/>
+
+ <rect x="999.094" y="327.877" transform="matrix(-0.3311 -0.9436 0.9436 -0.3311 1018.4257 1392.5944)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="7.463" height="14.867"/>
+
+ <rect x="999.094" y="327.877" transform="matrix(-0.3311 -0.9436 0.9436 -0.3311 1018.4257 1392.5944)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="7.463" height="14.867"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="988.311,344.215 997.081,341.163 994.61,334.125
+ 985.849,337.201 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="988.311,344.215 997.081,341.163 994.61,334.125
+ 985.849,337.201 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="988.311,344.215 997.081,341.163 994.61,334.125
+ 985.849,337.201 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="988.311,344.215 997.081,341.163 994.61,334.125
+ 985.849,337.201 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" enable-background="new " points="988.311,344.215 997.081,341.163 994.61,334.125
+ 985.849,337.201 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="988.311,344.215 997.081,341.163 994.61,334.125
+ 985.849,337.201 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="988.311,344.215 997.081,341.163 994.61,334.125
+ 985.849,337.201 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="988.311,344.215 997.081,341.163 994.61,334.125
+ 985.849,337.201 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="983.656,337.983 986.113,344.994 988.311,344.215
+ 985.849,337.201 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="983.656,337.983 986.113,344.994 988.311,344.215
+ 985.849,337.201 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="983.656,337.983 986.113,344.994 988.311,344.215
+ 985.849,337.201 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="983.656,337.983 986.113,344.994 988.311,344.215
+ 985.849,337.201 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" enable-background="new " points="983.656,337.983 986.113,344.994 988.311,344.215
+ 985.849,337.201 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="983.656,337.983 986.113,344.994 988.311,344.215
+ 985.849,337.201 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="983.656,337.983 986.113,344.994 988.311,344.215
+ 985.849,337.201 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="983.656,337.983 986.113,344.994 988.311,344.215
+ 985.849,337.201 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="983.656,337.983 986.113,344.994 988.311,344.215
+ 985.849,337.201 "/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M937.634,354.161c-0.785,0.266-1.397,0.506-1.388,0.566
+ l2.408,6.868c0.018,0.04,0.672-0.143,1.445-0.424l17.095-6.016l-2.468-7.036L937.634,354.161z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M937.634,354.161c-0.785,0.266-1.397,0.506-1.388,0.566
+ l2.408,6.868c0.018,0.04,0.672-0.143,1.445-0.424l17.095-6.016l-2.468-7.036L937.634,354.161z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M937.634,354.161c-0.785,0.266-1.397,0.506-1.388,0.566
+ l2.408,6.868c0.018,0.04,0.672-0.143,1.445-0.424l17.095-6.016l-2.468-7.036L937.634,354.161z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M937.634,354.161c-0.785,0.266-1.397,0.506-1.388,0.566
+ l2.408,6.868c0.018,0.04,0.672-0.143,1.445-0.424l17.095-6.016l-2.468-7.036L937.634,354.161z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M937.634,354.161c-0.785,0.266-1.397,0.506-1.388,0.566
+ l2.408,6.868c0.018,0.04,0.672-0.143,1.445-0.424l17.095-6.016l-2.468-7.036L937.634,354.161z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M937.634,354.161c-0.785,0.266-1.397,0.506-1.388,0.566
+ l2.408,6.868c0.018,0.04,0.672-0.143,1.445-0.424l17.095-6.016l-2.468-7.036L937.634,354.161z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M937.634,354.161c-0.785,0.266-1.397,0.506-1.388,0.566
+ l2.408,6.868c0.018,0.04,0.672-0.143,1.445-0.424l17.095-6.016l-2.468-7.036L937.634,354.161z"/>
+ </g>
+ </g>
+ </g>
+</g>
+<linearGradient id="SVGID_14_" gradientUnits="userSpaceOnUse" x1="-58.5344" y1="-217.603" x2="-58.5344" y2="-320.0913" gradientTransform="matrix(0 1 -1 0 424.8625 -366.2141)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+</linearGradient>
+<line opacity="0.3" fill="none" stroke="url(#SVGID_14_)" stroke-width="3" stroke-miterlimit="10" enable-background="new " x1="642.465" y1="-424.749" x2="744.953" y2="-424.749"/>
+<linearGradient id="SVGID_15_" gradientUnits="userSpaceOnUse" x1="-15.5281" y1="1156.2334" x2="-15.5281" y2="1052.9033" gradientTransform="matrix(0 1 -1 0 424.8625 -366.2141)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+</linearGradient>
+<line opacity="0.3" fill="none" stroke="url(#SVGID_15_)" stroke-width="3" stroke-miterlimit="10" enable-background="new " x1="-731.371" y1="-381.743" x2="-628.041" y2="-381.743"/>
+</svg>
diff --git a/moonlight-theme/grub/grub-4x3.svg b/moonlight-theme/grub/grub-4x3.svg
new file mode 100755
index 0000000..0642c7a
--- /dev/null
+++ b/moonlight-theme/grub/grub-4x3.svg
@@ -0,0 +1,2183 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ width="640px" height="480px" viewBox="0 0 640 480" enable-background="new 0 0 640 480" xml:space="preserve">
+<path opacity="0.6" fill="#F6F6F6" enable-background="new " d="M6,572.813"/>
+<path opacity="0.6" fill="#F6F6F6" enable-background="new " d="M6,583.182"/>
+<g display="none">
+ <g display="inline">
+ <g>
+ <defs>
+ <rect id="SVGID_1_" x="9.668" y="23.668" width="630.332" height="402.132"/>
+ </defs>
+ <clipPath id="SVGID_2_">
+ <use xlink:href="#SVGID_1_" overflow="visible"/>
+ </clipPath>
+ <g transform="matrix(1 0 0 1 -2.384186e-007 0)" clip-path="url(#SVGID_2_)">
+ </g>
+ </g>
+ </g>
+</g>
+<g>
+ <defs>
+ <rect id="SVGID_3_" x="-124.822" y="-6.333" width="889.644" height="488.548"/>
+ </defs>
+ <clipPath id="SVGID_4_">
+ <use xlink:href="#SVGID_3_" overflow="visible"/>
+ </clipPath>
+ <g clip-path="url(#SVGID_4_)">
+ <g>
+ <rect x="-124.822" y="-6.333" fill="#23353D" width="889.644" height="488.548"/>
+
+ <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="45.0959" y1="34.8018" x2="45.0959" y2="776.189" gradientTransform="matrix(1 0 0 1 -0.04 -362.8105)">
+ <stop offset="0" style="stop-color:#F7FCFF"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+
+ <rect x="8.817" y="-328.009" opacity="0.1" fill="url(#SVGID_5_)" enable-background="new " width="72.479" height="741.387"/>
+
+ <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="228.7717" y1="939.8291" x2="809.2034" y2="939.8291" gradientTransform="matrix(1 0 0 1 -225.9551 -470.8271)">
+ <stop offset="0" style="stop-color:#2B4F5A"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+ <rect x="2.817" y="465.018" opacity="0.2" fill="url(#SVGID_6_)" enable-background="new " width="580.432" height="7.969"/>
+
+ <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="-91.6453" y1="-406.875" x2="488.7844" y2="-406.875" gradientTransform="matrix(-1 0 0 -1 552.5757 49.1973)">
+ <stop offset="0" style="stop-color:#2B4F5A"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+ <rect x="63.791" y="452.089" opacity="0.2" fill="url(#SVGID_7_)" enable-background="new " width="580.43" height="7.967"/>
+
+ <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="803.0208" y1="226.6968" x2="803.0208" y2="143.478" gradientTransform="matrix(0 1 -1 0 424.8625 -366.2141)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+
+ <line opacity="0.3" fill="none" stroke="url(#SVGID_8_)" stroke-width="3" stroke-miterlimit="10" enable-background="new " x1="198.165" y1="436.807" x2="281.384" y2="436.807"/>
+
+ <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="32.8708" y1="13.7139" x2="32.8708" y2="867.646" gradientTransform="matrix(1 0 0 1 -0.04 -362.8105)">
+ <stop offset="0" style="stop-color:#F7FCFF"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+
+ <rect x="-0.952" y="-349.097" opacity="0.1" fill="url(#SVGID_9_)" enable-background="new " width="67.565" height="853.932"/>
+
+ <linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="578.2434" y1="96.3496" x2="578.243" y2="950.2817" gradientTransform="matrix(1 0 0 1 -0.04 -362.8105)">
+ <stop offset="0" style="stop-color:#F7FCFF"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+
+ <rect x="555.682" y="-266.461" opacity="0.1" fill="url(#SVGID_10_)" enable-background="new " width="45.041" height="853.932"/>
+
+ <linearGradient id="SVGID_11_" gradientUnits="userSpaceOnUse" x1="392.0081" y1="80.8462" x2="392.008" y2="934.7749" gradientTransform="matrix(-1 0 0 1 941.3149 -362.8105)">
+ <stop offset="0" style="stop-color:#F7FCFF"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+
+ <rect x="534.194" y="-281.965" opacity="0.1" fill="url(#SVGID_11_)" enable-background="new " width="30.227" height="853.93"/>
+
+ <linearGradient id="SVGID_12_" gradientUnits="userSpaceOnUse" x1="121.7717" y1="-278.2446" x2="121.7717" y2="-42.9888" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 842.0176 305.0822)">
+ <stop offset="0" style="stop-color:#F7FCFF"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+ <path opacity="0.2" fill="none" stroke="url(#SVGID_12_)" stroke-miterlimit="10" enable-background="new " d="
+ M692.998,226.982c58.307,27.973,82.893,97.918,54.916,156.221c-27.979,58.308-97.922,82.895-156.23,54.918
+ c-58.301-27.977-82.885-97.92-54.912-156.227C564.75,223.588,634.694,199.006,692.998,226.982z"/>
+ <path opacity="0.3" fill="#244960" enable-background="new " d="M665.479,445.064c-41.203,14.484-86.352-7.178-100.83-48.381
+ c-14.486-41.207,7.176-86.354,48.383-100.84c41.203-14.48,86.348,7.182,100.834,48.387
+ C728.348,385.438,706.684,430.581,665.479,445.064z"/>
+
+ <linearGradient id="SVGID_13_" gradientUnits="userSpaceOnUse" x1="597.3333" y1="138.2988" x2="597.3331" y2="992.231" gradientTransform="matrix(1 0 0 1 -0.04 -362.8105)">
+ <stop offset="0" style="stop-color:#F7FCFF"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+
+ <rect x="587.807" y="-224.512" opacity="0.1" fill="url(#SVGID_13_)" enable-background="new " width="18.973" height="853.932"/>
+ <g opacity="0.7">
+ <path fill="none" d="M587.321,388.715l-1.104-3.131l-10.467,3.678c0.311,1.057,0.654,2.111,1.023,3.164l0,0L587.321,388.715z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M587.182,337.749c-0.082-0.226,0.072-0.49,0.348-0.592
+ l7.066-2.485l-3.436-9.771c-5.605,5.931-10.043,12.824-13.129,20.298l10.471-3.685L587.182,337.749z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M597.768,385.518l2.633,7.494l5.52-1.945l-3.881-11.043
+ l-15.82,5.563l1.104,3.131l9.938-3.49C597.457,385.154,597.686,385.289,597.768,385.518z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M627.43,323.139c0.273-0.103,0.564,0.012,0.645,0.241
+ l0.197,0.558c-0.189-0.537-0.012-1.094,0.4-1.234l18.063-6.354l-4.24-12.065c-8.32-0.409-16.857,0.758-25.197,3.69
+ c-2.494,0.875-4.896,1.883-7.215,3.021l5.707,16.235L627.43,323.139z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M675.776,315.195c-2.271-1.493-4.633-2.854-7.064-4.061
+ l2.051,5.827L675.776,315.195z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M699.5,358.173c0.41-0.146,0.865,0.068,1.006,0.479
+ l4.959,14.115c0.289-8.027-0.896-16.244-3.723-24.272c-3.715-10.572-9.846-19.606-17.549-26.714l13.064,37.177L699.5,358.173z"
+ />
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M683.875,354.268l4.895-1.721
+ c0.322-0.111,0.59-0.191,0.594-0.174l0.82,2.337c0.004,0.019-0.254,0.119-0.574,0.229l-4.893,1.724l2.094,5.966l10.449-3.672
+ l-13.064-37.177c-2.637-2.425-5.451-4.621-8.418-6.585l-5.016,1.769L683.875,354.268z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M683.875,354.268l4.895-1.721
+ c0.322-0.111,0.59-0.191,0.594-0.174l0.82,2.337c0.004,0.019-0.254,0.119-0.574,0.229l-4.893,1.724l2.094,5.966l10.449-3.672
+ l-13.064-37.177c-2.637-2.425-5.451-4.621-8.418-6.585l-5.016,1.769L683.875,354.268z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M683.182,420.053c0.684-0.602,1.352-1.218,2.006-1.85
+ l-2.361,0.826L683.182,420.053z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M683.182,420.053c0.684-0.602,1.352-1.218,2.006-1.85
+ l-2.361,0.826L683.182,420.053z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="606.059,391.455 605.92,391.064 600.401,393.012
+ 600.535,393.398 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="606.059,391.455 605.92,391.064 600.401,393.012
+ 600.535,393.398 "/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M618.453,395.232l-6.285,2.209
+ c-0.256,0.091-0.465,0.158-0.469,0.146l-0.582-1.657c-0.004-0.008,0.201-0.09,0.457-0.184l6.287-2.206l-1.387-3.937L601.098,395
+ l9.904,28.176c0.082,0.233-0.012,0.479-0.209,0.545l-7.215,2.535c0.861,0.554,1.736,1.087,2.623,1.599l21.107-7.423
+ L618.453,395.232z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M618.453,395.232l-6.285,2.209
+ c-0.256,0.091-0.465,0.158-0.469,0.146l-0.582-1.657c-0.004-0.008,0.201-0.09,0.457-0.184l6.287-2.206l-1.387-3.937L601.098,395
+ l9.904,28.176c0.082,0.233-0.012,0.479-0.209,0.545l-7.215,2.535c0.861,0.554,1.736,1.087,2.623,1.599l21.107-7.423
+ L618.453,395.232z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M656.074,434.522c1.723-0.45,3.438-0.982,5.146-1.581
+ c5.492-1.928,10.568-4.514,15.176-7.623l-20.967,7.37L656.074,434.522z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M656.074,434.522c1.723-0.45,3.438-0.982,5.146-1.581
+ c5.492-1.928,10.568-4.514,15.176-7.623l-20.967,7.37L656.074,434.522z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M664.768,425.382c-0.41,0.145-0.861-0.07-1.012-0.481
+ l-0.291-0.83l-8.518-24.229l-9.852,3.458l10.332,29.394l20.967-7.37c2.396-1.62,4.656-3.379,6.785-5.266l-0.355-1.022
+ L664.768,425.382z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M664.768,425.382c-0.41,0.145-0.861-0.07-1.012-0.481
+ l-0.291-0.83l-8.518-24.229l-9.852,3.458l10.332,29.394l20.967-7.37c2.396-1.62,4.656-3.379,6.785-5.266l-0.355-1.022
+ L664.768,425.382z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M664.768,425.382c-0.41,0.145-0.861-0.07-1.012-0.481
+ l-0.291-0.83l-8.518-24.229l-9.852,3.458l10.332,29.394l20.967-7.37c2.396-1.62,4.656-3.379,6.785-5.266l-0.355-1.022
+ L664.768,425.382z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M575.102,353.971c-2.904,11.271-2.879,23.426,0.648,35.291
+ l10.467-3.678L575.102,353.971z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M602.039,380.023l-13.535-38.51l-10.471,3.684
+ c-1.178,2.847-2.156,5.777-2.932,8.771l11.115,31.614L602.039,380.023z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M602.039,380.023l-13.535-38.51l-10.471,3.684
+ c-1.178,2.847-2.156,5.777-2.932,8.771l11.115,31.614L602.039,380.023z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M615.768,387.602l-1.908-5.44
+ c-0.068-0.192-0.092-0.392-0.068-0.563l-6.5,2.282c-0.326,0.113-0.592,0.195-0.598,0.185l-0.822-2.34
+ c-0.004-0.018,0.252-0.125,0.578-0.236l8.77-3.082l-0.943-2.684l-12.236,4.305l3.881,11.041L615.768,387.602z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M615.768,387.602l-1.908-5.44
+ c-0.068-0.192-0.092-0.392-0.068-0.563l-6.5,2.282c-0.326,0.113-0.592,0.195-0.598,0.185l-0.822-2.34
+ c-0.004-0.018,0.252-0.125,0.578-0.236l8.77-3.082l-0.943-2.684l-12.236,4.305l3.881,11.041L615.768,387.602z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M594.596,334.672l-7.066,2.485
+ c-0.273,0.102-0.43,0.366-0.348,0.592l1.32,3.767l7.564-2.66L594.596,334.672z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M594.596,334.672l-7.066,2.485
+ c-0.273,0.102-0.43,0.366-0.348,0.592l1.32,3.767l7.564-2.66L594.596,334.672z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M628.651,327.402c0.412-0.146,0.813-0.07,0.895,0.158
+ l-1.273-3.625l-0.197-0.558c-0.08-0.229-0.369-0.344-0.645-0.242l-11.643,4.093l1.471,4.18L628.651,327.402z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M628.651,327.402c0.412-0.146,0.813-0.07,0.895,0.158
+ l-1.273-3.625l-0.197-0.558c-0.08-0.229-0.369-0.344-0.645-0.242l-11.643,4.093l1.471,4.18L628.651,327.402z"/>
+
+ <rect x="614.569" y="374.596" transform="matrix(0.9433 -0.3318 0.3318 0.9433 -89.7726 226.2715)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="6.278" height="2.845"/>
+
+ <rect x="614.569" y="374.596" transform="matrix(0.9433 -0.3318 0.3318 0.9433 -89.7726 226.2715)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="6.278" height="2.845"/>
+
+ <rect x="614.569" y="374.596" transform="matrix(0.9433 -0.3318 0.3318 0.9433 -89.7726 226.2715)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="6.278" height="2.845"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="615.91,387.989 615.768,387.602 605.92,391.064
+ 606.059,391.455 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="615.91,387.989 615.768,387.602 605.92,391.064
+ 606.059,391.455 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="615.91,387.989 615.768,387.602 605.92,391.064
+ 606.059,391.455 "/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M630.76,331.021l-1.215-3.461
+ c-0.082-0.229-0.482-0.306-0.895-0.158l-11.393,4.006l1.361,3.878L630.76,331.021z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M630.76,331.021l-1.215-3.461
+ c-0.082-0.229-0.482-0.306-0.895-0.158l-11.393,4.006l1.361,3.878L630.76,331.021z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M630.76,331.021l-1.215-3.461
+ c-0.082-0.229-0.482-0.306-0.895-0.158l-11.393,4.006l1.361,3.878L630.76,331.021z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M613.799,374.364l-3.93,1.379
+ c-0.412,0.147-0.855-0.046-0.99-0.431l-12.813-36.459l-7.563,2.66l13.535,38.51l12.234-4.307L613.799,374.364z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M613.799,374.364l-3.93,1.379
+ c-0.412,0.147-0.855-0.046-0.99-0.431l-12.813-36.459l-7.563,2.66l13.535,38.51l12.234-4.307L613.799,374.364z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M613.799,374.364l-3.93,1.379
+ c-0.412,0.147-0.855-0.046-0.99-0.431l-12.813-36.459l-7.563,2.66l13.535,38.51l12.234-4.307L613.799,374.364z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M630.074,367.867c0.137,0.379-0.09,0.805-0.504,0.947
+ l9.752-3.424l-3.744-10.645c-0.029-0.096,0.004-0.186,0.086-0.219l2.992-1.053l-7.896-22.455l-12.141,4.265L630.074,367.867z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M630.074,367.867c0.137,0.379-0.09,0.805-0.504,0.947
+ l9.752-3.424l-3.744-10.645c-0.029-0.096,0.004-0.186,0.086-0.219l2.992-1.053l-7.896-22.455l-12.141,4.265L630.074,367.867z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M630.074,367.867c0.137,0.379-0.09,0.805-0.504,0.947
+ l9.752-3.424l-3.744-10.645c-0.029-0.096,0.004-0.186,0.086-0.219l2.992-1.053l-7.896-22.455l-12.141,4.265L630.074,367.867z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M630.074,367.867c0.137,0.379-0.09,0.805-0.504,0.947
+ l9.752-3.424l-3.744-10.645c-0.029-0.096,0.004-0.186,0.086-0.219l2.992-1.053l-7.896-22.455l-12.141,4.265L630.074,367.867z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M619.821,372.555c-0.057-0.15,0.045-0.322,0.227-0.385
+ l-6.246,2.193l0.477,1.354l5.922-2.083L619.821,372.555z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M619.821,372.555c-0.057-0.15,0.045-0.322,0.227-0.385
+ l-6.246,2.193l0.477,1.354l5.922-2.083L619.821,372.555z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M619.821,372.555c-0.057-0.15,0.045-0.322,0.227-0.385
+ l-6.246,2.193l0.477,1.354l5.922-2.083L619.821,372.555z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M619.821,372.555c-0.057-0.15,0.045-0.322,0.227-0.385
+ l-6.246,2.193l0.477,1.354l5.922-2.083L619.821,372.555z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M699.5,358.173l-2.24,0.784l3.984,11.343l1.543-0.543
+ c0.262-0.092,0.48-0.164,0.49-0.144l0.818,2.34c0.008,0.013-0.205,0.104-0.473,0.195l-1.539,0.541l2.682,7.623
+ c0.377-2.487,0.609-5.004,0.697-7.545l-4.959-14.117C700.365,358.241,699.91,358.027,699.5,358.173z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M699.5,358.173l-2.24,0.784l3.984,11.343l1.543-0.543
+ c0.262-0.092,0.48-0.164,0.49-0.144l0.818,2.34c0.008,0.013-0.205,0.104-0.473,0.195l-1.539,0.541l2.682,7.623
+ c0.377-2.487,0.609-5.004,0.697-7.545l-4.959-14.117C700.365,358.241,699.91,358.027,699.5,358.173z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M672.834,382.971l11.83,33.649
+ c0.188,0.54,0.008,1.094-0.404,1.235l-1.643,0.586l0.209,0.588l2.361-0.826c10.518-10.133,17.4-23.506,19.578-37.891
+ l-2.682-7.623L672.834,382.971z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M672.834,382.971l11.83,33.649
+ c0.188,0.54,0.008,1.094-0.404,1.235l-1.643,0.586l0.209,0.588l2.361-0.826c10.518-10.133,17.4-23.506,19.578-37.891
+ l-2.682-7.623L672.834,382.971z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M672.834,382.971l11.83,33.649
+ c0.188,0.54,0.008,1.094-0.404,1.235l-1.643,0.586l0.209,0.588l2.361-0.826c10.518-10.133,17.4-23.506,19.578-37.891
+ l-2.682-7.623L672.834,382.971z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M687.953,368.264l-18.059,6.352l0.197,0.566l6.586-2.313
+ c0.256-0.095,0.465-0.155,0.473-0.144l0.576,1.656c0.01,0.008-0.195,0.09-0.451,0.176l-6.584,2.314l1.303,3.704l29.25-10.275
+ l-3.984-11.343l-10.449,3.672l1.549,4.396C688.545,367.566,688.369,368.12,687.953,368.264z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M687.953,368.264l-18.059,6.352l0.197,0.566l6.586-2.313
+ c0.256-0.095,0.465-0.155,0.473-0.144l0.576,1.656c0.01,0.008-0.195,0.09-0.451,0.176l-6.584,2.314l1.303,3.704l29.25-10.275
+ l-3.984-11.343l-10.449,3.672l1.549,4.396C688.545,367.566,688.369,368.12,687.953,368.264z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M687.953,368.264l-18.059,6.352l0.197,0.566l6.586-2.313
+ c0.256-0.095,0.465-0.155,0.473-0.144l0.576,1.656c0.01,0.008-0.195,0.09-0.451,0.176l-6.584,2.314l1.303,3.704l29.25-10.275
+ l-3.984-11.343l-10.449,3.672l1.549,4.396C688.545,367.566,688.369,368.12,687.953,368.264z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M663.465,424.068l0.291,0.83
+ c0.148,0.411,0.602,0.626,1.012,0.481l18.059-6.353l-0.209-0.59l-18.059,6.345C664.145,424.931,663.656,424.604,663.465,424.068
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M663.465,424.068l0.291,0.83
+ c0.148,0.411,0.602,0.626,1.012,0.481l18.059-6.353l-0.209-0.59l-18.059,6.345C664.145,424.931,663.656,424.604,663.465,424.068
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M663.465,424.068l0.291,0.83
+ c0.148,0.411,0.602,0.626,1.012,0.481l18.059-6.353l-0.209-0.59l-18.059,6.345C664.145,424.931,663.656,424.604,663.465,424.068
+ z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M663.465,424.068l0.291,0.83
+ c0.148,0.411,0.602,0.626,1.012,0.481l18.059-6.353l-0.209-0.59l-18.059,6.345C664.145,424.931,663.656,424.604,663.465,424.068
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M606.203,427.856c8.145,4.686,17.262,7.628,26.723,8.549
+ l-5.613-15.972L606.203,427.856z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M606.203,427.856c8.145,4.686,17.262,7.628,26.723,8.549
+ l-5.613-15.972L606.203,427.856z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M606.203,427.856c8.145,4.686,17.262,7.628,26.723,8.549
+ l-5.613-15.972L606.203,427.856z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M648.375,315.775c0.412-0.146,0.9,0.178,1.09,0.718
+ l2.49,7.073l18.807-6.604l-2.051-5.827c-8.107-4.025-17.031-6.396-26.217-6.854l4.24,12.064L648.375,315.775z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M648.375,315.775c0.412-0.146,0.9,0.178,1.09,0.718
+ l2.49,7.073l18.807-6.604l-2.051-5.827c-8.107-4.025-17.031-6.396-26.217-6.854l4.24,12.064L648.375,315.775z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="683.875,354.268 670.76,316.964 651.955,323.566
+ 665.069,360.881 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="683.875,354.268 670.76,316.964 651.955,323.566
+ 665.069,360.881 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="683.875,354.268 670.76,316.964 651.955,323.566
+ 665.069,360.881 "/>
+
+ <rect x="666.399" y="359.777" transform="matrix(-0.9434 0.3318 -0.3318 -0.9434 1434.8352 480.9038)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="19.932" height="6.324"/>
+
+ <rect x="666.399" y="359.777" transform="matrix(-0.9434 0.3318 -0.3318 -0.9434 1434.8352 480.9038)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="19.932" height="6.324"/>
+
+ <rect x="666.399" y="359.777" transform="matrix(-0.9434 0.3318 -0.3318 -0.9434 1434.8352 480.9038)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="19.932" height="6.324"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M668.143,369.63l4.523-1.592
+ c0.379-0.131,0.688-0.233,0.695-0.226l0.551,1.576c0.006,0.012-0.299,0.127-0.686,0.264l-4.52,1.586l1.186,3.375l18.059-6.353
+ c0.416-0.143,0.594-0.694,0.402-1.235l-1.547-4.396l-18.801,6.612L668.143,369.63z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M668.143,369.63l4.523-1.592
+ c0.379-0.131,0.688-0.233,0.695-0.226l0.551,1.576c0.006,0.012-0.299,0.127-0.686,0.264l-4.52,1.586l1.186,3.375l18.059-6.353
+ c0.416-0.143,0.594-0.694,0.402-1.235l-1.547-4.396l-18.801,6.612L668.143,369.63z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M668.143,369.63l4.523-1.592
+ c0.379-0.131,0.688-0.233,0.695-0.226l0.551,1.576c0.006,0.012-0.299,0.127-0.686,0.264l-4.52,1.586l1.186,3.375l18.059-6.353
+ c0.416-0.143,0.594-0.694,0.402-1.235l-1.547-4.396l-18.801,6.612L668.143,369.63z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M668.143,369.63l4.523-1.592
+ c0.379-0.131,0.688-0.233,0.695-0.226l0.551,1.576c0.006,0.012-0.299,0.127-0.686,0.264l-4.52,1.586l1.186,3.375l18.059-6.353
+ c0.416-0.143,0.594-0.694,0.402-1.235l-1.547-4.396l-18.801,6.612L668.143,369.63z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M646.817,401.506c-0.41,0.143-0.861-0.07-1.01-0.479
+ l-1.416-4.03l-1.344,0.471l2.051,5.83l9.852-3.458l-0.369-1.063L646.817,401.506z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M646.817,401.506c-0.41,0.143-0.861-0.07-1.01-0.479
+ l-1.416-4.03l-1.344,0.471l2.051,5.83l9.852-3.458l-0.369-1.063L646.817,401.506z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M646.817,401.506c-0.41,0.143-0.861-0.07-1.01-0.479
+ l-1.416-4.03l-1.344,0.471l2.051,5.83l9.852-3.458l-0.369-1.063L646.817,401.506z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M646.817,401.506c-0.41,0.143-0.861-0.07-1.01-0.479
+ l-1.416-4.03l-1.344,0.471l2.051,5.83l9.852-3.458l-0.369-1.063L646.817,401.506z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M636.963,380.157l5.074-1.791l-2.1-5.962l-5.191,1.818
+ c0.127,0.137,0.232,0.301,0.305,0.491L636.963,380.157z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M636.963,380.157l5.074-1.791l-2.1-5.962l-5.191,1.818
+ c0.127,0.137,0.232,0.301,0.305,0.491L636.963,380.157z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M636.963,380.157l5.074-1.791l-2.1-5.962l-5.191,1.818
+ c0.127,0.137,0.232,0.301,0.305,0.491L636.963,380.157z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M636.963,380.157l5.074-1.791l-2.1-5.962l-5.191,1.818
+ c0.127,0.137,0.232,0.301,0.305,0.491L636.963,380.157z"/>
+
+ <rect x="620.074" y="370.144" transform="matrix(0.9435 -0.3314 0.3314 0.9435 -87.5084 229.9237)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="20.775" height="2.845"/>
+
+ <rect x="620.074" y="370.144" transform="matrix(0.9435 -0.3314 0.3314 0.9435 -87.5084 229.9237)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="20.775" height="2.845"/>
+
+ <rect x="620.074" y="370.144" transform="matrix(0.9435 -0.3314 0.3314 0.9435 -87.5084 229.9237)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="20.775" height="2.845"/>
+
+ <rect x="620.074" y="370.144" transform="matrix(0.9435 -0.3314 0.3314 0.9435 -87.5084 229.9237)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="20.775" height="2.845"/>
+
+ <rect x="636.879" y="379.251" transform="matrix(0.943 -0.3328 0.3328 0.943 -89.8315 234.5089)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="5.381" height="0.408"/>
+
+ <rect x="636.879" y="379.251" transform="matrix(0.943 -0.3328 0.3328 0.943 -89.8315 234.5089)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="5.381" height="0.408"/>
+
+ <rect x="636.879" y="379.251" transform="matrix(0.943 -0.3328 0.3328 0.943 -89.8315 234.5089)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="5.381" height="0.408"/>
+
+ <rect x="636.879" y="379.251" transform="matrix(0.943 -0.3328 0.3328 0.943 -89.8315 234.5089)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="5.381" height="0.408"/>
+
+ <rect x="636.879" y="379.251" transform="matrix(0.943 -0.3328 0.3328 0.943 -89.8315 234.5089)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="5.381" height="0.408"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M639.323,365.391l-9.752,3.426l-9.523,3.354
+ c-0.182,0.063-0.281,0.233-0.227,0.386l0.377,1.08l19.602-6.886L639.323,365.391z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M639.323,365.391l-9.752,3.426l-9.523,3.354
+ c-0.182,0.063-0.281,0.233-0.227,0.386l0.377,1.08l19.602-6.886L639.323,365.391z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M639.323,365.391l-9.752,3.426l-9.523,3.354
+ c-0.182,0.063-0.281,0.233-0.227,0.386l0.377,1.08l19.602-6.886L639.323,365.391z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M639.323,365.391l-9.752,3.426l-9.523,3.354
+ c-0.182,0.063-0.281,0.233-0.227,0.386l0.377,1.08l19.602-6.886L639.323,365.391z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M639.323,365.391l-9.752,3.426l-9.523,3.354
+ c-0.182,0.063-0.281,0.233-0.227,0.386l0.377,1.08l19.602-6.886L639.323,365.391z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M646.813,376.688l-0.557-1.582l-2.994,1.052
+ c-0.078,0.028-0.166-0.024-0.201-0.114l-1.479-4.221l-1.645,0.582l2.1,5.964L646.813,376.688z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M646.813,376.688l-0.557-1.582l-2.994,1.052
+ c-0.078,0.028-0.166-0.024-0.201-0.114l-1.479-4.221l-1.645,0.582l2.1,5.964L646.813,376.688z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M646.813,376.688l-0.557-1.582l-2.994,1.052
+ c-0.078,0.028-0.166-0.024-0.201-0.114l-1.479-4.221l-1.645,0.582l2.1,5.964L646.813,376.688z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M646.813,376.688l-0.557-1.582l-2.994,1.052
+ c-0.078,0.028-0.166-0.024-0.201-0.114l-1.479-4.221l-1.645,0.582l2.1,5.964L646.813,376.688z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M646.813,376.688l-0.557-1.582l-2.994,1.052
+ c-0.078,0.028-0.166-0.024-0.201-0.114l-1.479-4.221l-1.645,0.582l2.1,5.964L646.813,376.688z"/>
+
+ <rect x="644.289" y="375.191" transform="matrix(0.3291 0.9443 -0.9443 0.3291 789.0904 -355.1747)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.41" height="5.062"/>
+
+ <rect x="644.289" y="375.191" transform="matrix(0.3291 0.9443 -0.9443 0.3291 789.0904 -355.1747)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.41" height="5.062"/>
+
+ <rect x="644.289" y="375.191" transform="matrix(0.3291 0.9443 -0.9443 0.3291 789.0904 -355.1747)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.41" height="5.062"/>
+
+ <rect x="644.289" y="375.191" transform="matrix(0.3291 0.9443 -0.9443 0.3291 789.0904 -355.1747)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="0.41" height="5.062"/>
+
+ <rect x="644.289" y="375.191" transform="matrix(0.3291 0.9443 -0.9443 0.3291 789.0904 -355.1747)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.41" height="5.062"/>
+
+ <rect x="644.289" y="375.191" transform="matrix(0.3291 0.9443 -0.9443 0.3291 789.0904 -355.1747)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="0.41" height="5.062"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M638.656,353.479l-2.992,1.054
+ c-0.082,0.032-0.115,0.122-0.086,0.218l3.744,10.645l3.133-1.104L638.656,353.479z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M638.656,353.479l-2.992,1.054
+ c-0.082,0.032-0.115,0.122-0.086,0.218l3.744,10.645l3.133-1.104L638.656,353.479z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M638.656,353.479l-2.992,1.054
+ c-0.082,0.032-0.115,0.122-0.086,0.218l3.744,10.645l3.133-1.104L638.656,353.479z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M638.656,353.479l-2.992,1.054
+ c-0.082,0.032-0.115,0.122-0.086,0.218l3.744,10.645l3.133-1.104L638.656,353.479z"/>
+ <path opacity="0.4" fill="#FFF6A3" enable-background="new " d="M638.656,353.479l-2.992,1.054
+ c-0.082,0.032-0.115,0.122-0.086,0.218l3.744,10.645l3.133-1.104L638.656,353.479z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M642.783,365.227c0.082,0.237-0.188,0.537-0.6,0.685
+ l-2.387,0.841l0.941,2.68l3.137-1.102L642.783,365.227z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M642.783,365.227c0.082,0.237-0.188,0.537-0.6,0.685
+ l-2.387,0.841l0.941,2.68l3.137-1.102L642.783,365.227z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M642.783,365.227c0.082,0.237-0.188,0.537-0.6,0.685
+ l-2.387,0.841l0.941,2.68l3.137-1.102L642.783,365.227z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M642.783,365.227c0.082,0.237-0.188,0.537-0.6,0.685
+ l-2.387,0.841l0.941,2.68l3.137-1.102L642.783,365.227z"/>
+ <path opacity="0.4" fill="#FFF6A3" enable-background="new " d="M642.783,365.227c0.082,0.237-0.188,0.537-0.6,0.685
+ l-2.387,0.841l0.941,2.68l3.137-1.102L642.783,365.227z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M642.184,365.909c0.412-0.146,0.682-0.445,0.6-0.683
+ l-0.328-0.938l-3.133,1.103l0.477,1.358L642.184,365.909z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M642.184,365.909c0.412-0.146,0.682-0.445,0.6-0.683
+ l-0.328-0.938l-3.133,1.103l0.477,1.358L642.184,365.909z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M642.184,365.909c0.412-0.146,0.682-0.445,0.6-0.683
+ l-0.328-0.938l-3.133,1.103l0.477,1.358L642.184,365.909z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M642.184,365.909c0.412-0.146,0.682-0.445,0.6-0.683
+ l-0.328-0.938l-3.133,1.103l0.477,1.358L642.184,365.909z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M642.184,365.909c0.412-0.146,0.682-0.445,0.6-0.683
+ l-0.328-0.938l-3.133,1.103l0.477,1.358L642.184,365.909z"/>
+ <path opacity="0.4" fill="#FFF6A3" enable-background="new " d="M642.184,365.909c0.412-0.146,0.682-0.445,0.6-0.683
+ l-0.328-0.938l-3.133,1.103l0.477,1.358L642.184,365.909z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M641.584,371.822l1.479,4.219
+ c0.035,0.09,0.123,0.145,0.201,0.113l2.994-1.051l-1.543-4.379L641.584,371.822z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M641.584,371.822l1.479,4.219
+ c0.035,0.09,0.123,0.145,0.201,0.113l2.994-1.051l-1.543-4.379L641.584,371.822z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M641.584,371.822l1.479,4.219
+ c0.035,0.09,0.123,0.145,0.201,0.113l2.994-1.051l-1.543-4.379L641.584,371.822z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M641.584,371.822l1.479,4.219
+ c0.035,0.09,0.123,0.145,0.201,0.113l2.994-1.051l-1.543-4.379L641.584,371.822z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M641.584,371.822l1.479,4.219
+ c0.035,0.09,0.123,0.145,0.201,0.113l2.994-1.051l-1.543-4.379L641.584,371.822z"/>
+ <path opacity="0.4" fill="#FFF6A3" enable-background="new " d="M641.584,371.822l1.479,4.219
+ c0.035,0.09,0.123,0.145,0.201,0.113l2.994-1.051l-1.543-4.379L641.584,371.822z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M587.321,388.715l-10.545,3.711
+ c0.986,2.811,2.146,5.516,3.465,8.105l9.996-3.516L587.321,388.715z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M581.039,402.057c4.639,8.568,11.006,15.805,18.494,21.414
+ l-8.73-24.847L581.039,402.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M590.33,396.982c0.047-0.276,0.232-0.521,0.516-0.621
+ l9.555-3.352l-2.631-7.492c-0.082-0.229-0.313-0.363-0.512-0.295l-9.938,3.49l2.916,8.303L590.33,396.982z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M590.33,396.982c0.047-0.276,0.232-0.521,0.516-0.621
+ l9.555-3.352l-2.631-7.492c-0.082-0.229-0.313-0.363-0.512-0.295l-9.938,3.49l2.916,8.303L590.33,396.982z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M600.401,393.012l-9.557,3.352
+ c-0.281,0.102-0.469,0.345-0.516,0.619l10.205-3.582L600.401,393.012z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M600.401,393.012l-9.557,3.352
+ c-0.281,0.102-0.469,0.345-0.516,0.619l10.205-3.582L600.401,393.012z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M600.401,393.012l-9.557,3.352
+ c-0.281,0.102-0.469,0.345-0.516,0.619l10.205-3.582L600.401,393.012z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M611.004,423.18l-9.904-28.176l-10.295,3.62l8.729,24.847
+ c1.314,0.981,2.664,1.911,4.047,2.789l7.215-2.535C610.992,423.658,611.086,423.413,611.004,423.18z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M611.004,423.18l-9.904-28.176l-10.295,3.62l8.729,24.847
+ c1.314,0.981,2.664,1.911,4.047,2.789l7.215-2.535C610.992,423.658,611.086,423.413,611.004,423.18z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M611.004,423.18l-9.904-28.176l-10.295,3.62l8.729,24.847
+ c1.314,0.981,2.664,1.911,4.047,2.789l7.215-2.535C610.992,423.658,611.086,423.413,611.004,423.18z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M644.391,396.996l1.416,4.029
+ c0.146,0.41,0.6,0.623,1.01,0.479l7.764-2.729L652.897,394L644.391,396.996z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M644.391,396.996l1.416,4.029
+ c0.146,0.41,0.6,0.623,1.01,0.479l7.764-2.729L652.897,394L644.391,396.996z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M644.391,396.996l1.416,4.029
+ c0.146,0.41,0.6,0.623,1.01,0.479l7.764-2.729L652.897,394L644.391,396.996z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M644.391,396.996l1.416,4.029
+ c0.146,0.41,0.6,0.623,1.01,0.479l7.764-2.729L652.897,394L644.391,396.996z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M644.391,396.996l1.416,4.029
+ c0.146,0.41,0.6,0.623,1.01,0.479l7.764-2.729L652.897,394L644.391,396.996z"/>
+
+ <rect x="641.191" y="394.728" transform="matrix(-0.3316 -0.9434 0.9434 -0.3316 483.2808 1133.2729)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="3.799" height="1.422"/>
+
+ <rect x="641.191" y="394.728" transform="matrix(-0.3316 -0.9434 0.9434 -0.3316 483.2808 1133.2729)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="3.799" height="1.422"/>
+
+ <rect x="641.191" y="394.728" transform="matrix(-0.3316 -0.9434 0.9434 -0.3316 483.2808 1133.2729)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="3.799" height="1.422"/>
+
+ <rect x="641.191" y="394.728" transform="matrix(-0.3316 -0.9434 0.9434 -0.3316 483.2808 1133.2729)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="3.799" height="1.422"/>
+
+ <rect x="641.191" y="394.728" transform="matrix(-0.3316 -0.9434 0.9434 -0.3316 483.2808 1133.2729)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="3.799" height="1.422"/>
+
+ <rect x="640.234" y="387.436" transform="matrix(0.9441 -0.3297 0.3297 0.9441 -92.553 233.125)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="1.427" height="3.922"/>
+
+ <rect x="640.234" y="387.436" transform="matrix(0.9441 -0.3297 0.3297 0.9441 -92.553 233.125)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="1.427" height="3.922"/>
+
+ <rect x="640.234" y="387.436" transform="matrix(0.9441 -0.3297 0.3297 0.9441 -92.553 233.125)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="1.427" height="3.922"/>
+
+ <rect x="640.234" y="387.436" transform="matrix(0.9441 -0.3297 0.3297 0.9441 -92.553 233.125)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="1.427" height="3.922"/>
+
+ <rect x="640.234" y="387.436" transform="matrix(0.9441 -0.3297 0.3297 0.9441 -92.553 233.125)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="1.427" height="3.922"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M640.944,384.79l2.982-1.044l-1.184-3.375l-5.078,1.779
+ l1.385,3.938l1.367-0.479C640.385,385.256,640.592,384.913,640.944,384.79z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M640.944,384.79l2.982-1.044l-1.184-3.375l-5.078,1.779
+ l1.385,3.938l1.367-0.479C640.385,385.256,640.592,384.913,640.944,384.79z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M640.944,384.79l2.982-1.044l-1.184-3.375l-5.078,1.779
+ l1.385,3.938l1.367-0.479C640.385,385.256,640.592,384.913,640.944,384.79z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M640.944,384.79l2.982-1.044l-1.184-3.375l-5.078,1.779
+ l1.385,3.938l1.367-0.479C640.385,385.256,640.592,384.913,640.944,384.79z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M640.944,384.79l2.982-1.044l-1.184-3.375l-5.078,1.779
+ l1.385,3.938l1.367-0.479C640.385,385.256,640.592,384.913,640.944,384.79z"/>
+
+ <rect x="643.219" y="379.414" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -89.8682 235.6896)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="5.06" height="3.576"/>
+
+ <rect x="643.219" y="379.414" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -89.8682 235.6896)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="5.06" height="3.576"/>
+
+ <rect x="643.219" y="379.414" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -89.8682 235.6896)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="5.06" height="3.576"/>
+
+ <rect x="643.219" y="379.414" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -89.8682 235.6896)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="5.06" height="3.576"/>
+
+ <rect x="643.219" y="379.414" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -89.8682 235.6896)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="5.06" height="3.576"/>
+
+ <rect x="643.219" y="379.414" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -89.8682 235.6896)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="5.06" height="3.576"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="651.637,390.42 643.133,393.407 644.391,396.996
+ 652.897,394 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="651.637,390.42 643.133,393.407 644.391,396.996
+ 652.897,394 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="651.637,390.42 643.133,393.407 644.391,396.996
+ 652.897,394 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" enable-background="new " points="651.637,390.42 643.133,393.407 644.391,396.996
+ 652.897,394 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="651.637,390.42 643.133,393.407 644.391,396.996
+ 652.897,394 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="651.637,390.42 643.133,393.407 644.391,396.996
+ 652.897,394 "/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M646.143,387.662c-0.416,0.145-0.867-0.073-1.012-0.49
+ l-0.41-1.171l-3.729,1.313l1.301,3.699l8.51-2.982l-0.629-1.793L646.143,387.662z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M646.143,387.662c-0.416,0.145-0.867-0.073-1.012-0.49
+ l-0.41-1.171l-3.729,1.313l1.301,3.699l8.51-2.982l-0.629-1.793L646.143,387.662z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M646.143,387.662c-0.416,0.145-0.867-0.073-1.012-0.49
+ l-0.41-1.171l-3.729,1.313l1.301,3.699l8.51-2.982l-0.629-1.793L646.143,387.662z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M646.143,387.662c-0.416,0.145-0.867-0.073-1.012-0.49
+ l-0.41-1.171l-3.729,1.313l1.301,3.699l8.51-2.982l-0.629-1.793L646.143,387.662z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M646.143,387.662c-0.416,0.145-0.867-0.073-1.012-0.49
+ l-0.41-1.171l-3.729,1.313l1.301,3.699l8.51-2.982l-0.629-1.793L646.143,387.662z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M646.143,387.662c-0.416,0.145-0.867-0.073-1.012-0.49
+ l-0.41-1.171l-3.729,1.313l1.301,3.699l8.51-2.982l-0.629-1.793L646.143,387.662z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M643.926,383.746l-2.982,1.044
+ c-0.352,0.123-0.559,0.466-0.525,0.821l3.707-1.305L643.926,383.746z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M643.926,383.746l-2.982,1.044
+ c-0.352,0.123-0.559,0.466-0.525,0.821l3.707-1.305L643.926,383.746z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M643.926,383.746l-2.982,1.044
+ c-0.352,0.123-0.559,0.466-0.525,0.821l3.707-1.305L643.926,383.746z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M643.926,383.746l-2.982,1.044
+ c-0.352,0.123-0.559,0.466-0.525,0.821l3.707-1.305L643.926,383.746z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M643.926,383.746l-2.982,1.044
+ c-0.352,0.123-0.559,0.466-0.525,0.821l3.707-1.305L643.926,383.746z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M643.926,383.746l-2.982,1.044
+ c-0.352,0.123-0.559,0.466-0.525,0.821l3.707-1.305L643.926,383.746z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M645.131,387.172c0.145,0.417,0.596,0.635,1.012,0.49
+ l4.029-1.424l-0.676-1.92l-4.775,1.683L645.131,387.172z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M645.131,387.172c0.145,0.417,0.596,0.635,1.012,0.49
+ l4.029-1.424l-0.676-1.92l-4.775,1.683L645.131,387.172z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M645.131,387.172c0.145,0.417,0.596,0.635,1.012,0.49
+ l4.029-1.424l-0.676-1.92l-4.775,1.683L645.131,387.172z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M645.131,387.172c0.145,0.417,0.596,0.635,1.012,0.49
+ l4.029-1.424l-0.676-1.92l-4.775,1.683L645.131,387.172z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M645.131,387.172c0.145,0.417,0.596,0.635,1.012,0.49
+ l4.029-1.424l-0.676-1.92l-4.775,1.683L645.131,387.172z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M645.131,387.172c0.145,0.417,0.596,0.635,1.012,0.49
+ l4.029-1.424l-0.676-1.92l-4.775,1.683L645.131,387.172z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M645.131,387.172c0.145,0.417,0.596,0.635,1.012,0.49
+ l4.029-1.424l-0.676-1.92l-4.775,1.683L645.131,387.172z"/>
+
+ <rect x="646.114" y="380.639" transform="matrix(0.3357 0.942 -0.942 0.3357 790.3338 -354.3638)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.599" height="5.062"/>
+
+ <rect x="646.114" y="380.639" transform="matrix(0.3357 0.942 -0.942 0.3357 790.3338 -354.3638)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.599" height="5.062"/>
+
+ <rect x="646.114" y="380.639" transform="matrix(0.3357 0.942 -0.942 0.3357 790.3338 -354.3638)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.599" height="5.062"/>
+
+ <rect x="646.114" y="380.639" transform="matrix(0.3357 0.942 -0.942 0.3357 790.3338 -354.3638)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.599" height="5.062"/>
+
+ <rect x="646.114" y="380.639" transform="matrix(0.3357 0.942 -0.942 0.3357 790.3338 -354.3638)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="0.599" height="5.062"/>
+
+ <rect x="646.114" y="380.639" transform="matrix(0.3357 0.942 -0.942 0.3357 790.3338 -354.3638)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.599" height="5.062"/>
+
+ <rect x="646.114" y="380.639" transform="matrix(0.3357 0.942 -0.942 0.3357 790.3338 -354.3638)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.599" height="5.062"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M630.76,331.021l18.809-6.616l-2.834-8.058l-18.063,6.354
+ c-0.412,0.143-0.592,0.699-0.398,1.234l1.271,3.625L630.76,331.021z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M630.76,331.021l18.809-6.616l-2.834-8.058l-18.063,6.354
+ c-0.412,0.143-0.592,0.699-0.398,1.234l1.271,3.625L630.76,331.021z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M647.02,350.538c0.08-0.026,0.166,0.028,0.199,0.116
+ l5.162,14.686l10.297-3.619l-13.109-37.313l-18.809,6.616l7.896,22.455L647.02,350.538z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M647.02,350.538c0.08-0.026,0.166,0.028,0.199,0.116
+ l5.162,14.686l10.297-3.619l-13.109-37.313l-18.809,6.616l7.896,22.455L647.02,350.538z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M647.02,350.538c0.08-0.026,0.166,0.028,0.199,0.116
+ l5.162,14.686l10.297-3.619l-13.109-37.313l-18.809,6.616l7.896,22.455L647.02,350.538z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M663.344,366.25c0.1-0.036,0.189-0.023,0.207,0.023
+ l1.418,4.035l0.65-0.229l-2.102-5.966l-6.566,2.308l0.65,1.841L663.344,366.25z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M663.344,366.25c0.1-0.036,0.189-0.023,0.207,0.023
+ l1.418,4.035l0.65-0.229l-2.102-5.966l-6.566,2.308l0.65,1.841L663.344,366.25z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M663.344,366.25c0.1-0.036,0.189-0.023,0.207,0.023
+ l1.418,4.035l0.65-0.229l-2.102-5.966l-6.566,2.308l0.65,1.841L663.344,366.25z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M667.162,374.475l0.547,1.547l2.385-0.84l-0.197-0.566
+ l-1.641,0.576C667.84,375.341,667.352,375.016,667.162,374.475z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M667.162,374.475l0.547,1.547l2.385-0.84l-0.197-0.566
+ l-1.641,0.576C667.84,375.341,667.352,375.016,667.162,374.475z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M667.162,374.475l0.547,1.547l2.385-0.84l-0.197-0.566
+ l-1.641,0.576C667.84,375.341,667.352,375.016,667.162,374.475z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M667.162,374.475l0.547,1.547l2.385-0.84l-0.197-0.566
+ l-1.641,0.576C667.84,375.341,667.352,375.016,667.162,374.475z"/>
+
+ <rect x="668.881" y="377.181" transform="matrix(-0.9429 0.3331 -0.3331 -0.9429 1428.312 513.441)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="2.533" height="3.928"/>
+
+ <rect x="668.881" y="377.181" transform="matrix(-0.9429 0.3331 -0.3331 -0.9429 1428.312 513.441)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="2.533" height="3.928"/>
+
+ <rect x="668.881" y="377.181" transform="matrix(-0.9429 0.3331 -0.3331 -0.9429 1428.312 513.441)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="2.533" height="3.928"/>
+
+ <rect x="668.881" y="377.181" transform="matrix(-0.9429 0.3331 -0.3331 -0.9429 1428.312 513.441)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="2.533" height="3.928"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M664.971,370.32c0.256-0.053,0.504,0.021,0.689,0.186
+ l0.094-0.033l-0.135-0.393l-0.65,0.229L664.971,370.32z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M664.971,370.32c0.256-0.053,0.504,0.021,0.689,0.186
+ l0.094-0.033l-0.135-0.393l-0.65,0.229L664.971,370.32z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M664.971,370.32c0.256-0.053,0.504,0.021,0.689,0.186
+ l0.094-0.033l-0.135-0.393l-0.65,0.229L664.971,370.32z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M664.971,370.32c0.256-0.053,0.504,0.021,0.689,0.186
+ l0.094-0.033l-0.135-0.393l-0.65,0.229L664.971,370.32z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M682.617,418.441l1.643-0.586
+ c0.412-0.144,0.592-0.695,0.404-1.235l-11.83-33.649l-2.387,0.842L682.617,418.441z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M682.617,418.441l1.643-0.586
+ c0.412-0.144,0.592-0.695,0.404-1.235l-11.83-33.649l-2.387,0.842L682.617,418.441z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M682.617,418.441l1.643-0.586
+ c0.412-0.144,0.592-0.695,0.404-1.235l-11.83-33.649l-2.387,0.842L682.617,418.441z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M682.617,418.441l1.643-0.586
+ c0.412-0.144,0.592-0.695,0.404-1.235l-11.83-33.649l-2.387,0.842L682.617,418.441z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="667.055,376.249 667.709,376.021 667.162,374.475
+ 666.324,372.076 665.67,372.311 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="667.055,376.249 667.709,376.021 667.162,374.475
+ 666.324,372.076 665.67,372.311 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="667.055,376.249 667.709,376.021 667.162,374.475
+ 666.324,372.076 665.67,372.311 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="667.055,376.249 667.709,376.021 667.162,374.475
+ 666.324,372.076 665.67,372.311 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="667.055,376.249 667.709,376.021 667.162,374.475
+ 666.324,372.076 665.67,372.311 "/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M661.737,380.023l0.41,1.168
+ c0.146,0.414-0.07,0.863-0.482,1.008l-2.986,1.057l0.629,1.783l10.299-3.62l-1.305-3.708L661.737,380.023z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M661.737,380.023l0.41,1.168
+ c0.146,0.414-0.07,0.863-0.482,1.008l-2.986,1.057l0.629,1.783l10.299-3.62l-1.305-3.708L661.737,380.023z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M661.737,380.023l0.41,1.168
+ c0.146,0.414-0.07,0.863-0.482,1.008l-2.986,1.057l0.629,1.783l10.299-3.62l-1.305-3.708L661.737,380.023z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M661.737,380.023l0.41,1.168
+ c0.146,0.414-0.07,0.863-0.482,1.008l-2.986,1.057l0.629,1.783l10.299-3.62l-1.305-3.708L661.737,380.023z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M661.737,380.023l0.41,1.168
+ c0.146,0.414-0.07,0.863-0.482,1.008l-2.986,1.057l0.629,1.783l10.299-3.62l-1.305-3.708L661.737,380.023z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M665.662,370.506c-0.188-0.164-0.436-0.238-0.689-0.186
+ l0.135,0.377L665.662,370.506z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M665.662,370.506c-0.188-0.164-0.436-0.238-0.689-0.186
+ l0.135,0.377L665.662,370.506z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M665.662,370.506c-0.188-0.164-0.436-0.238-0.689-0.186
+ l0.135,0.377L665.662,370.506z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M665.662,370.506c-0.188-0.164-0.436-0.238-0.689-0.186
+ l0.135,0.377L665.662,370.506z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M665.662,370.506c-0.188-0.164-0.436-0.238-0.689-0.186
+ l0.135,0.377L665.662,370.506z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M660.147,387.434l2.678,7.61
+ c0.143,0.409-0.072,0.858-0.484,1.006l-4.033,1.417l0.279,0.789c0.053,0.148-0.049,0.316-0.225,0.377l-3.412,1.206l8.518,24.229
+ c0.189,0.536,0.68,0.86,1.094,0.716l18.059-6.343l-12.17-34.631L660.147,387.434z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M660.147,387.434l2.678,7.61
+ c0.143,0.409-0.072,0.858-0.484,1.006l-4.033,1.417l0.279,0.789c0.053,0.148-0.049,0.316-0.225,0.377l-3.412,1.206l8.518,24.229
+ c0.189,0.536,0.68,0.86,1.094,0.716l18.059-6.343l-12.17-34.631L660.147,387.434z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M660.147,387.434l2.678,7.61
+ c0.143,0.409-0.072,0.858-0.484,1.006l-4.033,1.417l0.279,0.789c0.053,0.148-0.049,0.316-0.225,0.377l-3.412,1.206l8.518,24.229
+ c0.189,0.536,0.68,0.86,1.094,0.716l18.059-6.343l-12.17-34.631L660.147,387.434z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M660.147,387.434l2.678,7.61
+ c0.143,0.409-0.072,0.858-0.484,1.006l-4.033,1.417l0.279,0.789c0.053,0.148-0.049,0.316-0.225,0.377l-3.412,1.206l8.518,24.229
+ c0.189,0.536,0.68,0.86,1.094,0.716l18.059-6.343l-12.17-34.631L660.147,387.434z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M660.147,387.434l2.678,7.61
+ c0.143,0.409-0.072,0.858-0.484,1.006l-4.033,1.417l0.279,0.789c0.053,0.148-0.049,0.316-0.225,0.377l-3.412,1.206l8.518,24.229
+ c0.189,0.536,0.68,0.86,1.094,0.716l18.059-6.343l-12.17-34.631L660.147,387.434z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="653.873,369.57 657.604,368.264 656.953,366.422
+ 653.219,367.73 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="653.873,369.57 657.604,368.264 656.953,366.422
+ 653.219,367.73 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="653.873,369.57 657.604,368.264 656.953,366.422
+ 653.219,367.73 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="653.873,369.57 657.604,368.264 656.953,366.422
+ 653.219,367.73 "/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M658.676,383.256l2.986-1.057
+ c0.412-0.145,0.631-0.594,0.482-1.008l-0.41-1.168L658,381.332L658.676,383.256z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M658.676,383.256l2.986-1.057
+ c0.412-0.145,0.631-0.594,0.482-1.008l-0.41-1.168L658,381.332L658.676,383.256z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M658.676,383.256l2.986-1.057
+ c0.412-0.145,0.631-0.594,0.482-1.008l-0.41-1.168L658,381.332L658.676,383.256z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M658.676,383.256l2.986-1.057
+ c0.412-0.145,0.631-0.594,0.482-1.008l-0.41-1.168L658,381.332L658.676,383.256z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M658.676,383.256l2.986-1.057
+ c0.412-0.145,0.631-0.594,0.482-1.008l-0.41-1.168L658,381.332L658.676,383.256z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M658.676,383.256l2.986-1.057
+ c0.412-0.145,0.631-0.594,0.482-1.008l-0.41-1.168L658,381.332L658.676,383.256z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M651.955,323.566l-2.49-7.073
+ c-0.189-0.54-0.678-0.863-1.09-0.718l-1.641,0.572l2.834,8.057L651.955,323.566z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M651.955,323.566l-2.49-7.073
+ c-0.189-0.54-0.678-0.863-1.09-0.718l-1.641,0.572l2.834,8.057L651.955,323.566z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M651.955,323.566l-2.49-7.073
+ c-0.189-0.54-0.678-0.863-1.09-0.718l-1.641,0.572l2.834,8.057L651.955,323.566z"/>
+
+ <rect x="656.052" y="322.834" transform="matrix(-0.9436 0.331 -0.331 -0.9436 1390.9863 448.3285)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="2.531" height="39.548"/>
+
+ <rect x="656.052" y="322.834" transform="matrix(-0.9436 0.331 -0.331 -0.9436 1390.9863 448.3285)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="2.531" height="39.548"/>
+
+ <rect x="656.052" y="322.834" transform="matrix(-0.9436 0.331 -0.331 -0.9436 1390.9863 448.3285)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="2.531" height="39.548"/>
+
+ <rect x="656.052" y="322.834" transform="matrix(-0.9436 0.331 -0.331 -0.9436 1390.9863 448.3285)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="2.531" height="39.548"/>
+
+ <rect x="664.5" y="363.516" transform="matrix(-0.9436 0.331 -0.331 -0.9436 1415.3738 492.3149)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="2.531" height="6.324"/>
+
+ <rect x="664.5" y="363.516" transform="matrix(-0.9436 0.331 -0.331 -0.9436 1415.3738 492.3149)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="2.531" height="6.324"/>
+
+ <rect x="664.5" y="363.516" transform="matrix(-0.9436 0.331 -0.331 -0.9436 1415.3738 492.3149)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="2.531" height="6.324"/>
+
+ <rect x="664.5" y="363.516" transform="matrix(-0.9436 0.331 -0.331 -0.9436 1415.3738 492.3149)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="2.531" height="6.324"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="665.754,370.473 668.143,369.63 668.008,369.241
+ 665.621,370.08 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="665.754,370.473 668.143,369.63 668.008,369.241
+ 665.621,370.08 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="665.754,370.473 668.143,369.63 668.008,369.241
+ 665.621,370.08 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="665.754,370.473 668.143,369.63 668.008,369.241
+ 665.621,370.08 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="665.754,370.473 668.143,369.63 668.008,369.241
+ 665.621,370.08 "/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M667.162,374.475c0.189,0.541,0.68,0.866,1.094,0.717
+ l1.641-0.577l-1.186-3.375l-2.387,0.839L667.162,374.475z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M667.162,374.475c0.189,0.541,0.68,0.866,1.094,0.717
+ l1.641-0.577l-1.186-3.375l-2.387,0.839L667.162,374.475z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M667.162,374.475c0.189,0.541,0.68,0.866,1.094,0.717
+ l1.641-0.577l-1.186-3.375l-2.387,0.839L667.162,374.475z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M667.162,374.475c0.189,0.541,0.68,0.866,1.094,0.717
+ l1.641-0.577l-1.186-3.375l-2.387,0.839L667.162,374.475z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M667.162,374.475c0.189,0.541,0.68,0.866,1.094,0.717
+ l1.641-0.577l-1.186-3.375l-2.387,0.839L667.162,374.475z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M658.586,398.256l-0.279-0.789l-3.727,1.311l0.369,1.063
+ l3.412-1.206C658.537,398.572,658.637,398.404,658.586,398.256z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M658.586,398.256l-0.279-0.789l-3.727,1.311l0.369,1.063
+ l3.412-1.206C658.537,398.572,658.637,398.404,658.586,398.256z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M658.586,398.256l-0.279-0.789l-3.727,1.311l0.369,1.063
+ l3.412-1.206C658.537,398.572,658.637,398.404,658.586,398.256z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M658.586,398.256l-0.279-0.789l-3.727,1.311l0.369,1.063
+ l3.412-1.206C658.537,398.572,658.637,398.404,658.586,398.256z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M658.586,398.256l-0.279-0.789l-3.727,1.311l0.369,1.063
+ l3.412-1.206C658.537,398.572,658.637,398.404,658.586,398.256z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M658.586,398.256l-0.279-0.789l-3.727,1.311l0.369,1.063
+ l3.412-1.206C658.537,398.572,658.637,398.404,658.586,398.256z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="650.545,375.383 649.99,373.796 646.256,375.104
+ 646.813,376.688 647.559,376.43 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="650.545,375.383 649.99,373.796 646.256,375.104
+ 646.813,376.688 647.559,376.43 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="650.545,375.383 649.99,373.796 646.256,375.104
+ 646.813,376.688 647.559,376.43 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" enable-background="new " points="650.545,375.383 649.99,373.796 646.256,375.104
+ 646.813,376.688 647.559,376.43 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="650.545,375.383 649.99,373.796 646.256,375.104
+ 646.813,376.688 647.559,376.43 "/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M647.045,377.048c0.045-0.278,0.23-0.522,0.514-0.618
+ l-0.746,0.258l0.137,0.39L647.045,377.048z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M647.045,377.048c0.045-0.278,0.23-0.522,0.514-0.618
+ l-0.746,0.258l0.137,0.39L647.045,377.048z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M647.045,377.048c0.045-0.278,0.23-0.522,0.514-0.618
+ l-0.746,0.258l0.137,0.39L647.045,377.048z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M647.045,377.048c0.045-0.278,0.23-0.522,0.514-0.618
+ l-0.746,0.258l0.137,0.39L647.045,377.048z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M647.045,377.048c0.045-0.278,0.23-0.522,0.514-0.618
+ l-0.746,0.258l0.137,0.39L647.045,377.048z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M647.045,377.048c0.045-0.278,0.23-0.522,0.514-0.618
+ l-0.746,0.258l0.137,0.39L647.045,377.048z"/>
+
+ <rect x="648.743" y="377.792" transform="matrix(-0.9436 0.3311 -0.3311 -0.9436 1389.6477 522.4343)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="3.165" height="3.577"/>
+
+ <rect x="648.743" y="377.792" transform="matrix(-0.9436 0.3311 -0.3311 -0.9436 1389.6477 522.4343)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="3.165" height="3.577"/>
+
+ <rect x="648.743" y="377.792" transform="matrix(-0.9436 0.3311 -0.3311 -0.9436 1389.6477 522.4343)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="3.165" height="3.577"/>
+
+ <rect x="648.743" y="377.792" transform="matrix(-0.9436 0.3311 -0.3311 -0.9436 1389.6477 522.4343)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="3.165" height="3.577"/>
+
+ <rect x="648.743" y="377.792" transform="matrix(-0.9436 0.3311 -0.3311 -0.9436 1389.6477 522.4343)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="3.165" height="3.577"/>
+
+ <rect x="648.743" y="377.792" transform="matrix(-0.9436 0.3311 -0.3311 -0.9436 1389.6477 522.4343)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="3.165" height="3.577"/>
+
+ <rect x="648.743" y="377.792" transform="matrix(-0.9436 0.3311 -0.3311 -0.9436 1389.6477 522.4343)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="3.165" height="3.577"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M647.045,377.048l3.635-1.28l-0.137-0.385l-2.984,1.047
+ C647.278,376.525,647.09,376.77,647.045,377.048z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M647.045,377.048l3.635-1.28l-0.137-0.385l-2.984,1.047
+ C647.278,376.525,647.09,376.77,647.045,377.048z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M647.045,377.048l3.635-1.28l-0.137-0.385l-2.984,1.047
+ C647.278,376.525,647.09,376.77,647.045,377.048z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M647.045,377.048l3.635-1.28l-0.137-0.385l-2.984,1.047
+ C647.278,376.525,647.09,376.77,647.045,377.048z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M647.045,377.048l3.635-1.28l-0.137-0.385l-2.984,1.047
+ C647.278,376.525,647.09,376.77,647.045,377.048z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M647.045,377.048l3.635-1.28l-0.137-0.385l-2.984,1.047
+ C647.278,376.525,647.09,376.77,647.045,377.048z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M647.045,377.048l3.635-1.28l-0.137-0.385l-2.984,1.047
+ C647.278,376.525,647.09,376.77,647.045,377.048z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M645.869,363.091c0.172-0.062,0.359,0.009,0.412,0.164
+ l1.322,3.761l4.777-1.676l-5.162-14.686c-0.033-0.088-0.119-0.144-0.199-0.116l-8.363,2.94l3.799,10.811L645.869,363.091z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M645.869,363.091c0.172-0.062,0.359,0.009,0.412,0.164
+ l1.322,3.761l4.777-1.676l-5.162-14.686c-0.033-0.088-0.119-0.144-0.199-0.116l-8.363,2.94l3.799,10.811L645.869,363.091z"/>
+ <path opacity="0.4" fill="#FFF6A3" enable-background="new " d="M645.869,363.091c0.172-0.062,0.359,0.009,0.412,0.164
+ l1.322,3.761l4.777-1.676l-5.162-14.686c-0.033-0.088-0.119-0.144-0.199-0.116l-8.363,2.94l3.799,10.811L645.869,363.091z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M645.869,363.091c0.172-0.062,0.359,0.009,0.412,0.164
+ l1.322,3.761l4.777-1.676l-5.162-14.686c-0.033-0.088-0.119-0.144-0.199-0.116l-8.363,2.94l3.799,10.811L645.869,363.091z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M649.268,371.191l4.604-1.621l-0.652-1.84l-4.771,1.677
+ l0.68,1.933C649.11,371.29,649.17,371.229,649.268,371.191z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M649.268,371.191l4.604-1.621l-0.652-1.84l-4.771,1.677
+ l0.68,1.933C649.11,371.29,649.17,371.229,649.268,371.191z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M649.268,371.191l4.604-1.621l-0.652-1.84l-4.771,1.677
+ l0.68,1.933C649.11,371.29,649.17,371.229,649.268,371.191z"/>
+ <path opacity="0.4" fill="#FFF6A3" enable-background="new " d="M649.268,371.191l4.604-1.621l-0.652-1.84l-4.771,1.677
+ l0.68,1.933C649.11,371.29,649.17,371.229,649.268,371.191z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M649.268,371.191l4.604-1.621l-0.652-1.84l-4.771,1.677
+ l0.68,1.933C649.11,371.29,649.17,371.229,649.268,371.191z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M647.604,367.016l-1.322-3.761
+ c-0.053-0.155-0.24-0.226-0.412-0.164l-3.414,1.198l0.328,0.938l1.094,3.104L647.604,367.016z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M647.604,367.016l-1.322-3.761
+ c-0.053-0.155-0.24-0.226-0.412-0.164l-3.414,1.198l0.328,0.938l1.094,3.104L647.604,367.016z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M647.604,367.016l-1.322-3.761
+ c-0.053-0.155-0.24-0.226-0.412-0.164l-3.414,1.198l0.328,0.938l1.094,3.104L647.604,367.016z"/>
+ <path opacity="0.4" fill="#FFF6A3" enable-background="new " d="M647.604,367.016l-1.322-3.761
+ c-0.053-0.155-0.24-0.226-0.412-0.164l-3.414,1.198l0.328,0.938l1.094,3.104L647.604,367.016z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M647.604,367.016l-1.322-3.761
+ c-0.053-0.155-0.24-0.226-0.412-0.164l-3.414,1.198l0.328,0.938l1.094,3.104L647.604,367.016z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="646.256,375.104 649.99,373.796 649.127,371.34
+ 648.448,369.407 644.713,370.727 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="646.256,375.104 649.99,373.796 649.127,371.34
+ 648.448,369.407 644.713,370.727 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="646.256,375.104 649.99,373.796 649.127,371.34
+ 648.448,369.407 644.713,370.727 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" enable-background="new " points="646.256,375.104 649.99,373.796 649.127,371.34
+ 648.448,369.407 644.713,370.727 "/>
+ <polygon opacity="0.4" fill="#FFF6A3" enable-background="new " points="646.256,375.104 649.99,373.796 649.127,371.34
+ 648.448,369.407 644.713,370.727 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="646.256,375.104 649.99,373.796 649.127,371.34
+ 648.448,369.407 644.713,370.727 "/>
+
+ <rect x="654.073" y="384.041" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 1403.698 530.5653)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="5.062" height="1.89"/>
+
+ <rect x="654.073" y="384.041" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 1403.698 530.5653)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="5.062" height="1.89"/>
+
+ <rect x="654.073" y="384.041" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 1403.698 530.5653)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="5.062" height="1.89"/>
+
+ <rect x="654.073" y="384.041" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 1403.698 530.5653)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="5.062" height="1.89"/>
+
+ <rect x="654.073" y="384.041" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 1403.698 530.5653)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="5.062" height="1.89"/>
+
+ <rect x="654.073" y="384.041" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 1403.698 530.5653)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="5.062" height="1.89"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M658.305,397.467l4.033-1.417
+ c0.412-0.146,0.627-0.597,0.484-1.006l-2.678-7.61l-4.773,1.684L658.305,397.467z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M658.305,397.467l4.033-1.417
+ c0.412-0.146,0.627-0.597,0.484-1.006l-2.678-7.61l-4.773,1.684L658.305,397.467z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M658.305,397.467l4.033-1.417
+ c0.412-0.146,0.627-0.597,0.484-1.006l-2.678-7.61l-4.773,1.684L658.305,397.467z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M658.305,397.467l4.033-1.417
+ c0.412-0.146,0.627-0.597,0.484-1.006l-2.678-7.61l-4.773,1.684L658.305,397.467z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M658.305,397.467l4.033-1.417
+ c0.412-0.146,0.627-0.597,0.484-1.006l-2.678-7.61l-4.773,1.684L658.305,397.467z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M658.305,397.467l4.033-1.417
+ c0.412-0.146,0.627-0.597,0.484-1.006l-2.678-7.61l-4.773,1.684L658.305,397.467z"/>
+
+ <rect x="654.944" y="380.657" transform="matrix(-0.3326 -0.9431 0.9431 -0.3326 512.741 1129.2483)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="2.038" height="5.059"/>
+
+ <rect x="654.944" y="380.657" transform="matrix(-0.3326 -0.9431 0.9431 -0.3326 512.741 1129.2483)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="2.038" height="5.059"/>
+
+ <rect x="654.944" y="380.657" transform="matrix(-0.3326 -0.9431 0.9431 -0.3326 512.741 1129.2483)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="2.038" height="5.059"/>
+
+ <rect x="654.944" y="380.657" transform="matrix(-0.3326 -0.9431 0.9431 -0.3326 512.741 1129.2483)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="2.038" height="5.059"/>
+
+ <rect x="654.944" y="380.657" transform="matrix(-0.3326 -0.9431 0.9431 -0.3326 512.741 1129.2483)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="2.038" height="5.059"/>
+
+ <rect x="654.944" y="380.657" transform="matrix(-0.3326 -0.9431 0.9431 -0.3326 512.741 1129.2483)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="2.038" height="5.059"/>
+
+ <rect x="654.944" y="380.657" transform="matrix(-0.3326 -0.9431 0.9431 -0.3326 512.741 1129.2483)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="2.038" height="5.059"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M652.385,390.154l0.996,2.839
+ c0.15,0.414-0.07,0.862-0.484,1.007l1.684,4.775l3.727-1.311l-2.934-8.354L652.385,390.154z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M652.385,390.154l0.996,2.839
+ c0.15,0.414-0.07,0.862-0.484,1.007l1.684,4.775l3.727-1.311l-2.934-8.354L652.385,390.154z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M652.385,390.154l0.996,2.839
+ c0.15,0.414-0.07,0.862-0.484,1.007l1.684,4.775l3.727-1.311l-2.934-8.354L652.385,390.154z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M652.385,390.154l0.996,2.839
+ c0.15,0.414-0.07,0.862-0.484,1.007l1.684,4.775l3.727-1.311l-2.934-8.354L652.385,390.154z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M652.385,390.154l0.996,2.839
+ c0.15,0.414-0.07,0.862-0.484,1.007l1.684,4.775l3.727-1.311l-2.934-8.354L652.385,390.154z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M652.385,390.154l0.996,2.839
+ c0.15,0.414-0.07,0.862-0.484,1.007l1.684,4.775l3.727-1.311l-2.934-8.354L652.385,390.154z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M652.385,390.154l0.996,2.839
+ c0.15,0.414-0.07,0.862-0.484,1.007l1.684,4.775l3.727-1.311l-2.934-8.354L652.385,390.154z"/>
+
+ <rect x="651.779" y="384.769" transform="matrix(-0.3338 -0.9426 0.9426 -0.3338 506.4497 1130.6073)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="1.89" height="3.162"/>
+
+ <rect x="651.779" y="384.769" transform="matrix(-0.3338 -0.9426 0.9426 -0.3338 506.4497 1130.6073)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="1.89" height="3.162"/>
+
+ <rect x="651.779" y="384.769" transform="matrix(-0.3338 -0.9426 0.9426 -0.3338 506.4497 1130.6073)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="1.89" height="3.162"/>
+
+ <rect x="651.779" y="384.769" transform="matrix(-0.3338 -0.9426 0.9426 -0.3338 506.4497 1130.6073)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="1.89" height="3.162"/>
+
+ <rect x="651.779" y="384.769" transform="matrix(-0.3338 -0.9426 0.9426 -0.3338 506.4497 1130.6073)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="1.89" height="3.162"/>
+
+ <rect x="651.779" y="384.769" transform="matrix(-0.3338 -0.9426 0.9426 -0.3338 506.4497 1130.6073)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="1.89" height="3.162"/>
+
+ <rect x="651.779" y="384.769" transform="matrix(-0.3338 -0.9426 0.9426 -0.3338 506.4497 1130.6073)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="1.89" height="3.162"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="649.449,381.803 649.651,382.363 652.631,381.32
+ 652.434,380.755 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="649.449,381.803 649.651,382.363 652.631,381.32
+ 652.434,380.755 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="649.449,381.803 649.651,382.363 652.631,381.32
+ 652.434,380.755 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="649.449,381.803 649.651,382.363 652.631,381.32
+ 652.434,380.755 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="649.449,381.803 649.651,382.363 652.631,381.32
+ 652.434,380.755 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" enable-background="new " points="649.449,381.803 649.651,382.363 652.631,381.32
+ 652.434,380.755 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="649.449,381.803 649.651,382.363 652.631,381.32
+ 652.434,380.755 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="649.449,381.803 649.651,382.363 652.631,381.32
+ 652.434,380.755 "/>
+
+ <rect x="650.481" y="383.497" transform="matrix(-0.9433 0.3319 -0.3319 -0.9433 1394.7882 530.8019)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="3.166" height="2.037"/>
+
+ <rect x="650.481" y="383.497" transform="matrix(-0.9433 0.3319 -0.3319 -0.9433 1394.7882 530.8019)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="3.166" height="2.037"/>
+
+ <rect x="650.481" y="383.497" transform="matrix(-0.9433 0.3319 -0.3319 -0.9433 1394.7882 530.8019)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="3.166" height="2.037"/>
+
+ <rect x="650.481" y="383.497" transform="matrix(-0.9433 0.3319 -0.3319 -0.9433 1394.7882 530.8019)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="3.166" height="2.037"/>
+
+ <rect x="650.481" y="383.497" transform="matrix(-0.9433 0.3319 -0.3319 -0.9433 1394.7882 530.8019)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="3.166" height="2.037"/>
+
+ <rect x="650.481" y="383.497" transform="matrix(-0.9433 0.3319 -0.3319 -0.9433 1394.7882 530.8019)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="3.166" height="2.037"/>
+
+ <rect x="650.481" y="383.497" transform="matrix(-0.9433 0.3319 -0.3319 -0.9433 1394.7882 530.8019)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="3.166" height="2.037"/>
+
+ <rect x="650.481" y="383.497" transform="matrix(-0.9433 0.3319 -0.3319 -0.9433 1394.7882 530.8019)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="3.166" height="2.037"/>
+
+ <rect x="648.086" y="378.459" transform="matrix(0.9411 -0.3381 0.3381 0.9411 -90.3666 241.6138)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.789" height="3.574"/>
+
+ <rect x="648.086" y="378.459" transform="matrix(0.9411 -0.3381 0.3381 0.9411 -90.3666 241.6138)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.789" height="3.574"/>
+
+ <rect x="648.086" y="378.459" transform="matrix(0.9411 -0.3381 0.3381 0.9411 -90.3666 241.6138)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.789" height="3.574"/>
+
+ <rect x="648.086" y="378.459" transform="matrix(0.9411 -0.3381 0.3381 0.9411 -90.3666 241.6138)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="0.789" height="3.574"/>
+
+ <rect x="648.086" y="378.459" transform="matrix(0.9411 -0.3381 0.3381 0.9411 -90.3666 241.6138)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.789" height="3.574"/>
+
+ <rect x="648.086" y="378.459" transform="matrix(0.9411 -0.3381 0.3381 0.9411 -90.3666 241.6138)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="0.789" height="3.574"/>
+
+ <rect x="648.086" y="378.459" transform="matrix(0.9411 -0.3381 0.3381 0.9411 -90.3666 241.6138)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.789" height="3.574"/>
+
+ <rect x="648.086" y="378.459" transform="matrix(0.9411 -0.3381 0.3381 0.9411 -90.3666 241.6138)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.789" height="3.574"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="650.801,388.031 651.547,387.766 650.918,385.984
+ 650.172,386.238 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="650.801,388.031 651.547,387.766 650.918,385.984
+ 650.172,386.238 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="650.801,388.031 651.547,387.766 650.918,385.984
+ 650.172,386.238 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="650.801,388.031 651.547,387.766 650.918,385.984
+ 650.172,386.238 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" enable-background="new " points="650.801,388.031 651.547,387.766 650.918,385.984
+ 650.172,386.238 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="650.801,388.031 651.547,387.766 650.918,385.984
+ 650.172,386.238 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="650.801,388.031 651.547,387.766 650.918,385.984
+ 650.172,386.238 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="650.801,388.031 651.547,387.766 650.918,385.984
+ 650.172,386.238 "/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M652.897,394c0.414-0.145,0.637-0.593,0.484-1.007
+ l-0.996-2.839l-0.748,0.266L652.897,394z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M652.897,394c0.414-0.145,0.637-0.593,0.484-1.007
+ l-0.996-2.839l-0.748,0.266L652.897,394z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M652.897,394c0.414-0.145,0.637-0.593,0.484-1.007
+ l-0.996-2.839l-0.748,0.266L652.897,394z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M652.897,394c0.414-0.145,0.637-0.593,0.484-1.007
+ l-0.996-2.839l-0.748,0.266L652.897,394z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M652.897,394c0.414-0.145,0.637-0.593,0.484-1.007
+ l-0.996-2.839l-0.748,0.266L652.897,394z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M652.897,394c0.414-0.145,0.637-0.593,0.484-1.007
+ l-0.996-2.839l-0.748,0.266L652.897,394z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M652.897,394c0.414-0.145,0.637-0.593,0.484-1.007
+ l-0.996-2.839l-0.748,0.266L652.897,394z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M652.897,394c0.414-0.145,0.637-0.593,0.484-1.007
+ l-0.996-2.839l-0.748,0.266L652.897,394z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="649.498,384.318 650.172,386.238 650.918,385.984
+ 650.242,384.063 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="649.498,384.318 650.172,386.238 650.918,385.984
+ 650.242,384.063 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="649.498,384.318 650.172,386.238 650.918,385.984
+ 650.242,384.063 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="649.498,384.318 650.172,386.238 650.918,385.984
+ 650.242,384.063 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="649.498,384.318 650.172,386.238 650.918,385.984
+ 650.242,384.063 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" enable-background="new " points="649.498,384.318 650.172,386.238 650.918,385.984
+ 650.242,384.063 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="649.498,384.318 650.172,386.238 650.918,385.984
+ 650.242,384.063 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="649.498,384.318 650.172,386.238 650.918,385.984
+ 650.242,384.063 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="649.498,384.318 650.172,386.238 650.918,385.984
+ 650.242,384.063 "/>
+
+ <rect x="648.876" y="381.817" transform="matrix(-0.3333 -0.9428 0.9428 -0.3333 505.2117 1121.6665)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.598" height="0.793"/>
+
+ <rect x="648.876" y="381.817" transform="matrix(-0.3333 -0.9428 0.9428 -0.3333 505.2117 1121.6665)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.598" height="0.793"/>
+
+ <rect x="648.876" y="381.817" transform="matrix(-0.3333 -0.9428 0.9428 -0.3333 505.2117 1121.6665)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.598" height="0.793"/>
+
+ <rect x="648.876" y="381.817" transform="matrix(-0.3333 -0.9428 0.9428 -0.3333 505.2117 1121.6665)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="0.598" height="0.793"/>
+
+ <rect x="648.876" y="381.817" transform="matrix(-0.3333 -0.9428 0.9428 -0.3333 505.2117 1121.6665)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.598" height="0.793"/>
+
+ <rect x="648.876" y="381.817" transform="matrix(-0.3333 -0.9428 0.9428 -0.3333 505.2117 1121.6665)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="0.598" height="0.793"/>
+
+ <rect x="648.876" y="381.817" transform="matrix(-0.3333 -0.9428 0.9428 -0.3333 505.2117 1121.6665)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.598" height="0.793"/>
+
+ <rect x="648.876" y="381.817" transform="matrix(-0.3333 -0.9428 0.9428 -0.3333 505.2117 1121.6665)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.598" height="0.793"/>
+
+ <rect x="648.876" y="381.817" transform="matrix(-0.3333 -0.9428 0.9428 -0.3333 505.2117 1121.6665)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.598" height="0.793"/>
+
+ <rect x="610.744" y="406.153" transform="matrix(-0.3316 -0.9434 0.9434 -0.3316 446.7142 1131.3162)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="26.714" height="2.532"/>
+
+ <rect x="610.744" y="406.153" transform="matrix(-0.3316 -0.9434 0.9434 -0.3316 446.7142 1131.3162)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="26.714" height="2.532"/>
+
+ <rect x="610.744" y="406.153" transform="matrix(-0.3316 -0.9434 0.9434 -0.3316 446.7142 1131.3162)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="26.714" height="2.532"/>
+
+ <rect x="617.096" y="389.068" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -94.7776 227.4305)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="2.53" height="4.172"/>
+
+ <rect x="617.096" y="389.068" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -94.7776 227.4305)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="2.53" height="4.172"/>
+
+ <rect x="617.096" y="389.068" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -94.7776 227.4305)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="2.53" height="4.172"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M653.641,433.319l0.582,1.665
+ c0.617-0.145,1.236-0.3,1.852-0.462l-0.645-1.834L653.641,433.319z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M653.641,433.319l0.582,1.665
+ c0.617-0.145,1.236-0.3,1.852-0.462l-0.645-1.834L653.641,433.319z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M653.641,433.319l0.582,1.665
+ c0.617-0.145,1.236-0.3,1.852-0.462l-0.645-1.834L653.641,433.319z"/>
+
+ <rect x="619.377" y="387.604" transform="matrix(0.9432 -0.3322 0.3322 0.9432 -94.1077 228.9567)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="6.279" height="4.173"/>
+
+ <rect x="619.377" y="387.604" transform="matrix(0.9432 -0.3322 0.3322 0.9432 -94.1077 228.9567)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="6.279" height="4.173"/>
+
+ <rect x="619.377" y="387.604" transform="matrix(0.9432 -0.3322 0.3322 0.9432 -94.1077 228.9567)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="6.279" height="4.173"/>
+
+ <rect x="619.377" y="387.604" transform="matrix(0.9432 -0.3322 0.3322 0.9432 -94.1077 228.9567)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="6.279" height="4.173"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M632.123,407.563l-5.359-15.248l-5.922,2.078l8.859,25.203
+ l16.266-5.718c0.412-0.144,0.867,0.075,1.01,0.487l6.666,18.954l1.789-0.631L645.1,403.295l-12.563,4.416
+ C632.362,407.773,632.172,407.703,632.123,407.563z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M632.123,407.563l-5.359-15.248l-5.922,2.078l8.859,25.203
+ l16.266-5.718c0.412-0.144,0.867,0.075,1.01,0.487l6.666,18.954l1.789-0.631L645.1,403.295l-12.563,4.416
+ C632.362,407.773,632.172,407.703,632.123,407.563z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M632.123,407.563l-5.359-15.248l-5.922,2.078l8.859,25.203
+ l16.266-5.718c0.412-0.144,0.867,0.075,1.01,0.487l6.666,18.954l1.789-0.631L645.1,403.295l-12.563,4.416
+ C632.362,407.773,632.172,407.703,632.123,407.563z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M632.123,407.563l-5.359-15.248l-5.922,2.078l8.859,25.203
+ l16.266-5.718c0.412-0.144,0.867,0.075,1.01,0.487l6.666,18.954l1.789-0.631L645.1,403.295l-12.563,4.416
+ C632.362,407.773,632.172,407.703,632.123,407.563z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M616.063,380.797l-2.271,0.799
+ c-0.021,0.174,0,0.371,0.068,0.563l1.908,5.44l2.391-0.839L616.063,380.797z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M616.063,380.797l-2.271,0.799
+ c-0.021,0.174,0,0.371,0.068,0.563l1.908,5.44l2.391-0.839L616.063,380.797z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M616.063,380.797l-2.271,0.799
+ c-0.021,0.174,0,0.371,0.068,0.563l1.908,5.44l2.391-0.839L616.063,380.797z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="621.985,378.713 616.063,380.797 618.158,386.764
+ 624.08,384.688 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="621.985,378.713 616.063,380.797 618.158,386.764
+ 624.08,384.688 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="621.985,378.713 616.063,380.797 618.158,386.764
+ 624.08,384.688 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="621.985,378.713 616.063,380.797 618.158,386.764
+ 624.08,384.688 "/>
+
+ <rect x="616.841" y="386.15" transform="matrix(0.3291 0.9443 -0.9443 0.3291 779.8297 -322.752)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.41" height="2.531"/>
+
+ <rect x="616.841" y="386.15" transform="matrix(0.3291 0.9443 -0.9443 0.3291 779.8297 -322.752)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.41" height="2.531"/>
+
+ <rect x="616.841" y="386.15" transform="matrix(0.3291 0.9443 -0.9443 0.3291 779.8297 -322.752)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="0.41" height="2.531"/>
+
+ <rect x="616.841" y="386.15" transform="matrix(0.3291 0.9443 -0.9443 0.3291 779.8297 -322.752)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.41" height="2.531"/>
+
+ <rect x="618.002" y="385.717" transform="matrix(0.9438 -0.3306 0.3306 0.9438 -92.6621 227.0596)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="6.277" height="0.411"/>
+
+ <rect x="618.002" y="385.717" transform="matrix(0.9438 -0.3306 0.3306 0.9438 -92.6621 227.0596)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="6.277" height="0.411"/>
+
+ <rect x="618.002" y="385.717" transform="matrix(0.9438 -0.3306 0.3306 0.9438 -92.6621 227.0596)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="6.277" height="0.411"/>
+
+ <rect x="618.002" y="385.717" transform="matrix(0.9438 -0.3306 0.3306 0.9438 -92.6621 227.0596)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="6.277" height="0.411"/>
+
+ <rect x="618.002" y="385.717" transform="matrix(0.9438 -0.3306 0.3306 0.9438 -92.6621 227.0596)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="6.277" height="0.411"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M627.311,420.436l5.613,15.972
+ c0.914,0.085,1.834,0.152,2.754,0.204l-5.979-17.016L627.311,420.436z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M627.311,420.436l5.613,15.972
+ c0.914,0.085,1.834,0.152,2.754,0.204l-5.979-17.016L627.311,420.436z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M627.311,420.436l5.613,15.972
+ c0.914,0.085,1.834,0.152,2.754,0.204l-5.979-17.016L627.311,420.436z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M627.311,420.436l5.613,15.972
+ c0.914,0.085,1.834,0.152,2.754,0.204l-5.979-17.016L627.311,420.436z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M644.612,436.487c3.199-0.256,6.414-0.761,9.611-1.503
+ l-0.582-1.665L644.612,436.487z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M644.612,436.487c3.199-0.256,6.414-0.761,9.611-1.503
+ l-0.582-1.665L644.612,436.487z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M644.612,436.487c3.199-0.256,6.414-0.761,9.611-1.503
+ l-0.582-1.665L644.612,436.487z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M644.612,436.487c3.199-0.256,6.414-0.761,9.611-1.503
+ l-0.582-1.665L644.612,436.487z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M646.975,414.365c-0.143-0.412-0.598-0.631-1.01-0.487
+ l-16.266,5.718l5.979,17.016c2.955,0.164,5.938,0.124,8.934-0.122l9.029-3.168L646.975,414.365z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M646.975,414.365c-0.143-0.412-0.598-0.631-1.01-0.487
+ l-16.266,5.718l5.979,17.016c2.955,0.164,5.938,0.124,8.934-0.122l9.029-3.168L646.975,414.365z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M646.975,414.365c-0.143-0.412-0.598-0.631-1.01-0.487
+ l-16.266,5.718l5.979,17.016c2.955,0.164,5.938,0.124,8.934-0.122l9.029-3.168L646.975,414.365z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M646.975,414.365c-0.143-0.412-0.598-0.631-1.01-0.487
+ l-16.266,5.718l5.979,17.016c2.955,0.164,5.938,0.124,8.934-0.122l9.029-3.168L646.975,414.365z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M646.975,414.365c-0.143-0.412-0.598-0.631-1.01-0.487
+ l-16.266,5.718l5.979,17.016c2.955,0.164,5.938,0.124,8.934-0.122l9.029-3.168L646.975,414.365z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M637.379,399.462c-0.414,0.142-0.863-0.073-1.012-0.485
+ l-3.139-8.937l-6.467,2.274l5.359,15.246c0.051,0.143,0.236,0.213,0.414,0.15l12.563-4.416l-2.051-5.83L637.379,399.462z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M637.379,399.462c-0.414,0.142-0.863-0.073-1.012-0.485
+ l-3.139-8.937l-6.467,2.274l5.359,15.246c0.051,0.143,0.236,0.213,0.414,0.15l12.563-4.416l-2.051-5.83L637.379,399.462z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M637.379,399.462c-0.414,0.142-0.863-0.073-1.012-0.485
+ l-3.139-8.937l-6.467,2.274l5.359,15.246c0.051,0.143,0.236,0.213,0.414,0.15l12.563-4.416l-2.051-5.83L637.379,399.462z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M637.379,399.462c-0.414,0.142-0.863-0.073-1.012-0.485
+ l-3.139-8.937l-6.467,2.274l5.359,15.246c0.051,0.143,0.236,0.213,0.414,0.15l12.563-4.416l-2.051-5.83L637.379,399.462z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M637.379,399.462c-0.414,0.142-0.863-0.073-1.012-0.485
+ l-3.139-8.937l-6.467,2.274l5.359,15.246c0.051,0.143,0.236,0.213,0.414,0.15l12.563-4.416l-2.051-5.83L637.379,399.462z"/>
+
+ <rect x="626.621" y="384.085" transform="matrix(-0.3316 -0.9434 0.9434 -0.3316 471.6185 1109.1516)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="4.176" height="6.854"/>
+
+ <rect x="626.621" y="384.085" transform="matrix(-0.3316 -0.9434 0.9434 -0.3316 471.6185 1109.1516)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="4.176" height="6.854"/>
+
+ <rect x="626.621" y="384.085" transform="matrix(-0.3316 -0.9434 0.9434 -0.3316 471.6185 1109.1516)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="4.176" height="6.854"/>
+
+ <rect x="626.621" y="384.085" transform="matrix(-0.3316 -0.9434 0.9434 -0.3316 471.6185 1109.1516)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="4.176" height="6.854"/>
+
+ <rect x="626.621" y="384.085" transform="matrix(-0.3316 -0.9434 0.9434 -0.3316 471.6185 1109.1516)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="4.176" height="6.854"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M635.051,374.716c-0.068-0.192-0.178-0.356-0.305-0.491
+ l-12.764,4.488l2.096,5.975l12.885-4.528L635.051,374.716z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M635.051,374.716c-0.068-0.192-0.178-0.356-0.305-0.491
+ l-12.764,4.488l2.096,5.975l12.885-4.528L635.051,374.716z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M635.051,374.716c-0.068-0.192-0.178-0.356-0.305-0.491
+ l-12.764,4.488l2.096,5.975l12.885-4.528L635.051,374.716z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M635.051,374.716c-0.068-0.192-0.178-0.356-0.305-0.491
+ l-12.764,4.488l2.096,5.975l12.885-4.528L635.051,374.716z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M635.051,374.716c-0.068-0.192-0.178-0.356-0.305-0.491
+ l-12.764,4.488l2.096,5.975l12.885-4.528L635.051,374.716z"/>
+
+ <rect x="623.766" y="382.379" transform="matrix(0.9434 -0.3318 0.3318 0.9434 -91.2112 230.8726)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="13.658" height="0.41"/>
+
+ <rect x="623.766" y="382.379" transform="matrix(0.9434 -0.3318 0.3318 0.9434 -91.2112 230.8726)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="13.658" height="0.41"/>
+
+ <rect x="623.766" y="382.379" transform="matrix(0.9434 -0.3318 0.3318 0.9434 -91.2112 230.8726)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="13.658" height="0.41"/>
+
+ <rect x="623.766" y="382.379" transform="matrix(0.9434 -0.3318 0.3318 0.9434 -91.2112 230.8726)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="13.658" height="0.41"/>
+
+ <rect x="623.766" y="382.379" transform="matrix(0.9434 -0.3318 0.3318 0.9434 -91.2112 230.8726)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="13.658" height="0.41"/>
+
+ <rect x="623.766" y="382.379" transform="matrix(0.9434 -0.3318 0.3318 0.9434 -91.2112 230.8726)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="13.658" height="0.41"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M635.965,395.932c-0.266,0.094-0.486,0.156-0.492,0.145
+ l-0.82-2.342c-0.004-0.02,0.205-0.102,0.473-0.19l5.824-2.06l-1.305-3.697l-6.416,2.255l3.139,8.938
+ c0.146,0.412,0.598,0.625,1.012,0.483l5.67-1.995l-1.26-3.584L635.965,395.932z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M635.965,395.932c-0.266,0.094-0.486,0.156-0.492,0.145
+ l-0.82-2.342c-0.004-0.02,0.205-0.102,0.473-0.19l5.824-2.06l-1.305-3.697l-6.416,2.255l3.139,8.938
+ c0.146,0.412,0.598,0.625,1.012,0.483l5.67-1.995l-1.26-3.584L635.965,395.932z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M635.965,395.932c-0.266,0.094-0.486,0.156-0.492,0.145
+ l-0.82-2.342c-0.004-0.02,0.205-0.102,0.473-0.19l5.824-2.06l-1.305-3.697l-6.416,2.255l3.139,8.938
+ c0.146,0.412,0.598,0.625,1.012,0.483l5.67-1.995l-1.26-3.584L635.965,395.932z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M635.965,395.932c-0.266,0.094-0.486,0.156-0.492,0.145
+ l-0.82-2.342c-0.004-0.02,0.205-0.102,0.473-0.19l5.824-2.06l-1.305-3.697l-6.416,2.255l3.139,8.938
+ c0.146,0.412,0.598,0.625,1.012,0.483l5.67-1.995l-1.26-3.584L635.965,395.932z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M635.965,395.932c-0.266,0.094-0.486,0.156-0.492,0.145
+ l-0.82-2.342c-0.004-0.02,0.205-0.102,0.473-0.19l5.824-2.06l-1.305-3.697l-6.416,2.255l3.139,8.938
+ c0.146,0.412,0.598,0.625,1.012,0.483l5.67-1.995l-1.26-3.584L635.965,395.932z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M635.965,395.932c-0.266,0.094-0.486,0.156-0.492,0.145
+ l-0.82-2.342c-0.004-0.02,0.205-0.102,0.473-0.19l5.824-2.06l-1.305-3.697l-6.416,2.255l3.139,8.938
+ c0.146,0.412,0.598,0.625,1.012,0.483l5.67-1.995l-1.26-3.584L635.965,395.932z"/>
+
+ <rect x="633.064" y="381.85" transform="matrix(-0.3319 -0.9433 0.9433 -0.3319 482.555 1112.262)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="4.172" height="6.8"/>
+
+ <rect x="633.064" y="381.85" transform="matrix(-0.3319 -0.9433 0.9433 -0.3319 482.555 1112.262)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="4.172" height="6.8"/>
+
+ <rect x="633.064" y="381.85" transform="matrix(-0.3319 -0.9433 0.9433 -0.3319 482.555 1112.262)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="4.172" height="6.8"/>
+
+ <rect x="633.064" y="381.85" transform="matrix(-0.3319 -0.9433 0.9433 -0.3319 482.555 1112.262)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="4.172" height="6.8"/>
+
+ <rect x="633.064" y="381.85" transform="matrix(-0.3319 -0.9433 0.9433 -0.3319 482.555 1112.262)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="4.172" height="6.8"/>
+
+ <rect x="633.064" y="381.85" transform="matrix(-0.3319 -0.9433 0.9433 -0.3319 482.555 1112.262)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="4.172" height="6.8"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M615.789,327.229l-5.707-16.234
+ c-7.246,3.547-13.607,8.29-18.92,13.906l3.436,9.771L615.789,327.229z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M615.789,327.229l-5.707-16.234
+ c-7.246,3.547-13.607,8.29-18.92,13.906l3.436,9.771L615.789,327.229z"/>
+
+ <rect x="603.712" y="321.809" transform="matrix(0.332 0.9433 -0.9433 0.332 718.916 -349.0868)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="4.43" height="22.461"/>
+
+ <rect x="603.712" y="321.809" transform="matrix(0.332 0.9433 -0.9433 0.332 718.916 -349.0868)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="4.43" height="22.461"/>
+
+ <rect x="603.712" y="321.809" transform="matrix(0.332 0.9433 -0.9433 0.332 718.916 -349.0868)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="4.43" height="22.461"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M602.85,340.831l15.771-5.545l-1.361-3.878l-21.193,7.445
+ l12.814,36.459c0.135,0.385,0.578,0.578,0.99,0.431l3.93-1.38l-11.434-32.521C602.223,341.434,602.444,340.973,602.85,340.831z"
+ />
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M602.85,340.831l15.771-5.545l-1.361-3.878l-21.193,7.445
+ l12.814,36.459c0.135,0.385,0.578,0.578,0.99,0.431l3.93-1.38l-11.434-32.521C602.223,341.434,602.444,340.973,602.85,340.831z"
+ />
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M602.85,340.831l15.771-5.545l-1.361-3.878l-21.193,7.445
+ l12.814,36.459c0.135,0.385,0.578,0.578,0.99,0.431l3.93-1.38l-11.434-32.521C602.223,341.434,602.444,340.973,602.85,340.831z"
+ />
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M602.85,340.831l15.771-5.545l-1.361-3.878l-21.193,7.445
+ l12.814,36.459c0.135,0.385,0.578,0.578,0.99,0.431l3.93-1.38l-11.434-32.521C602.223,341.434,602.444,340.973,602.85,340.831z"
+ />
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M629.571,368.814c0.414-0.145,0.641-0.568,0.504-0.947
+ l-11.453-32.581l-15.771,5.545c-0.406,0.142-0.627,0.603-0.482,1.011l11.434,32.522l6.246-2.194L629.571,368.814z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M629.571,368.814c0.414-0.145,0.641-0.568,0.504-0.947
+ l-11.453-32.581l-15.771,5.545c-0.406,0.142-0.627,0.603-0.482,1.011l11.434,32.522l6.246-2.194L629.571,368.814z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M629.571,368.814c0.414-0.145,0.641-0.568,0.504-0.947
+ l-11.453-32.581l-15.771,5.545c-0.406,0.142-0.627,0.603-0.482,1.011l11.434,32.522l6.246-2.194L629.571,368.814z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M629.571,368.814c0.414-0.145,0.641-0.568,0.504-0.947
+ l-11.453-32.581l-15.771,5.545c-0.406,0.142-0.627,0.603-0.482,1.011l11.434,32.522l6.246-2.194L629.571,368.814z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M629.571,368.814c0.414-0.145,0.641-0.568,0.504-0.947
+ l-11.453-32.581l-15.771,5.545c-0.406,0.142-0.627,0.603-0.482,1.011l11.434,32.522l6.246-2.194L629.571,368.814z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M664.875,370.342l0.096-0.033l-1.418-4.033
+ c-0.02-0.049-0.107-0.062-0.207-0.023l-5.74,2.014l1.447,4.129L664.875,370.342z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M664.875,370.342l0.096-0.033l-1.418-4.033
+ c-0.02-0.049-0.107-0.062-0.207-0.023l-5.74,2.014l1.447,4.129L664.875,370.342z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M664.875,370.342l0.096-0.033l-1.418-4.033
+ c-0.02-0.049-0.107-0.062-0.207-0.023l-5.74,2.014l1.447,4.129L664.875,370.342z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M664.875,370.342l0.096-0.033l-1.418-4.033
+ c-0.02-0.049-0.107-0.062-0.207-0.023l-5.74,2.014l1.447,4.129L664.875,370.342z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M664.971,370.32l-0.002-0.012l-0.096,0.031
+ C664.905,370.33,664.942,370.33,664.971,370.32z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M664.971,370.32l-0.002-0.012l-0.096,0.031
+ C664.905,370.33,664.942,370.33,664.971,370.32z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M664.971,370.32l-0.002-0.012l-0.096,0.031
+ C664.905,370.33,664.942,370.33,664.971,370.32z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M664.971,370.32l-0.002-0.012l-0.096,0.031
+ C664.905,370.33,664.942,370.33,664.971,370.32z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M664.971,370.32l-0.002-0.012l-0.096,0.031
+ C664.905,370.33,664.942,370.33,664.971,370.32z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M659.051,372.393l0.135,0.387l5.922-2.08l-0.137-0.379
+ c-0.029,0.012-0.066,0.012-0.098,0.021L659.051,372.393z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M659.051,372.393l0.135,0.387l5.922-2.08l-0.137-0.379
+ c-0.029,0.012-0.066,0.012-0.098,0.021L659.051,372.393z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M659.051,372.393l0.135,0.387l5.922-2.08l-0.137-0.379
+ c-0.029,0.012-0.066,0.012-0.098,0.021L659.051,372.393z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M659.051,372.393l0.135,0.387l5.922-2.08l-0.137-0.379
+ c-0.029,0.012-0.066,0.012-0.098,0.021L659.051,372.393z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M659.051,372.393l0.135,0.387l5.922-2.08l-0.137-0.379
+ c-0.029,0.012-0.066,0.012-0.098,0.021L659.051,372.393z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M659.051,372.393l0.135,0.387l5.922-2.08l-0.137-0.379
+ c-0.029,0.012-0.066,0.012-0.098,0.021L659.051,372.393z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="661.141,378.324 667.055,376.249 665.67,372.311
+ 659.752,374.389 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="661.141,378.324 667.055,376.249 665.67,372.311
+ 659.752,374.389 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="661.141,378.324 667.055,376.249 665.67,372.311
+ 659.752,374.389 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="661.141,378.324 667.055,376.249 665.67,372.311
+ 659.752,374.389 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="661.141,378.324 667.055,376.249 665.67,372.311
+ 659.752,374.389 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" enable-background="new " points="661.141,378.324 667.055,376.249 665.67,372.311
+ 659.752,374.389 "/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M654.621,372.158l-4.631,1.638l0.555,1.587l8.508-2.99
+ l-1.447-4.129l-3.73,1.31l0.832,2.379C654.739,372.035,654.699,372.139,654.621,372.158z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M654.621,372.158l-4.631,1.638l0.555,1.587l8.508-2.99
+ l-1.447-4.129l-3.73,1.31l0.832,2.379C654.739,372.035,654.699,372.139,654.621,372.158z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M654.621,372.158l-4.631,1.638l0.555,1.587l8.508-2.99
+ l-1.447-4.129l-3.73,1.31l0.832,2.379C654.739,372.035,654.699,372.139,654.621,372.158z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M654.621,372.158l-4.631,1.638l0.555,1.587l8.508-2.99
+ l-1.447-4.129l-3.73,1.31l0.832,2.379C654.739,372.035,654.699,372.139,654.621,372.158z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M654.621,372.158l-4.631,1.638l0.555,1.587l8.508-2.99
+ l-1.447-4.129l-3.73,1.31l0.832,2.379C654.739,372.035,654.699,372.139,654.621,372.158z"/>
+
+ <rect x="654.661" y="369.573" transform="matrix(0.3291 0.9443 -0.9443 0.3291 792.6123 -367.411)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.41" height="9.018"/>
+
+ <rect x="654.661" y="369.573" transform="matrix(0.3291 0.9443 -0.9443 0.3291 792.6123 -367.411)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.41" height="9.018"/>
+
+ <rect x="654.661" y="369.573" transform="matrix(0.3291 0.9443 -0.9443 0.3291 792.6123 -367.411)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.41" height="9.018"/>
+
+ <rect x="654.661" y="369.573" transform="matrix(0.3291 0.9443 -0.9443 0.3291 792.6123 -367.411)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="0.41" height="9.018"/>
+
+ <rect x="654.661" y="369.573" transform="matrix(0.3291 0.9443 -0.9443 0.3291 792.6123 -367.411)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.41" height="9.018"/>
+
+ <rect x="654.661" y="369.573" transform="matrix(0.3291 0.9443 -0.9443 0.3291 792.6123 -367.411)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.41" height="9.018"/>
+
+ <rect x="654.661" y="369.573" transform="matrix(0.3291 0.9443 -0.9443 0.3291 792.6123 -367.411)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="0.41" height="9.018"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M652.434,380.755l4.027-1.416
+ c0.354-0.123,0.729,0.009,0.924,0.313l3.756-1.327l-1.391-3.937l-8.502,2.99L652.434,380.755z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M652.434,380.755l4.027-1.416
+ c0.354-0.123,0.729,0.009,0.924,0.313l3.756-1.327l-1.391-3.937l-8.502,2.99L652.434,380.755z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M652.434,380.755l4.027-1.416
+ c0.354-0.123,0.729,0.009,0.924,0.313l3.756-1.327l-1.391-3.937l-8.502,2.99L652.434,380.755z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M652.434,380.755l4.027-1.416
+ c0.354-0.123,0.729,0.009,0.924,0.313l3.756-1.327l-1.391-3.937l-8.502,2.99L652.434,380.755z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M652.434,380.755l4.027-1.416
+ c0.354-0.123,0.729,0.009,0.924,0.313l3.756-1.327l-1.391-3.937l-8.502,2.99L652.434,380.755z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M652.434,380.755l4.027-1.416
+ c0.354-0.123,0.729,0.009,0.924,0.313l3.756-1.327l-1.391-3.937l-8.502,2.99L652.434,380.755z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M652.434,380.755l4.027-1.416
+ c0.354-0.123,0.729,0.009,0.924,0.313l3.756-1.327l-1.391-3.937l-8.502,2.99L652.434,380.755z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M649.127,371.34l0.863,2.456l4.631-1.638
+ c0.078-0.02,0.117-0.123,0.084-0.208l-0.832-2.38l-4.605,1.621C649.17,371.229,649.11,371.29,649.127,371.34z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M649.127,371.34l0.863,2.456l4.631-1.638
+ c0.078-0.02,0.117-0.123,0.084-0.208l-0.832-2.38l-4.605,1.621C649.17,371.229,649.11,371.29,649.127,371.34z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M649.127,371.34l0.863,2.456l4.631-1.638
+ c0.078-0.02,0.117-0.123,0.084-0.208l-0.832-2.38l-4.605,1.621C649.17,371.229,649.11,371.29,649.127,371.34z"/>
+ <path opacity="0.4" fill="#FFF6A3" enable-background="new " d="M649.127,371.34l0.863,2.456l4.631-1.638
+ c0.078-0.02,0.117-0.123,0.084-0.208l-0.832-2.38l-4.605,1.621C649.17,371.229,649.11,371.29,649.127,371.34z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M649.127,371.34l0.863,2.456l4.631-1.638
+ c0.078-0.02,0.117-0.123,0.084-0.208l-0.832-2.38l-4.605,1.621C649.17,371.229,649.11,371.29,649.127,371.34z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M649.127,371.34l0.863,2.456l4.631-1.638
+ c0.078-0.02,0.117-0.123,0.084-0.208l-0.832-2.38l-4.605,1.621C649.17,371.229,649.11,371.29,649.127,371.34z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M656.461,379.339l-4.027,1.416l0.197,0.565l4.754-1.67
+ C657.192,379.348,656.817,379.216,656.461,379.339z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M656.461,379.339l-4.027,1.416l0.197,0.565l4.754-1.67
+ C657.192,379.348,656.817,379.216,656.461,379.339z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M656.461,379.339l-4.027,1.416l0.197,0.565l4.754-1.67
+ C657.192,379.348,656.817,379.216,656.461,379.339z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M656.461,379.339l-4.027,1.416l0.197,0.565l4.754-1.67
+ C657.192,379.348,656.817,379.216,656.461,379.339z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M656.461,379.339l-4.027,1.416l0.197,0.565l4.754-1.67
+ C657.192,379.348,656.817,379.216,656.461,379.339z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M656.461,379.339l-4.027,1.416l0.197,0.565l4.754-1.67
+ C657.192,379.348,656.817,379.216,656.461,379.339z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M656.461,379.339l-4.027,1.416l0.197,0.565l4.754-1.67
+ C657.192,379.348,656.817,379.216,656.461,379.339z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M656.461,379.339l-4.027,1.416l0.197,0.565l4.754-1.67
+ C657.192,379.348,656.817,379.216,656.461,379.339z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M689.608,354.939c0.32-0.11,0.578-0.213,0.574-0.229
+ l-0.82-2.337c-0.006-0.02-0.271,0.063-0.594,0.174l-4.895,1.721l0.842,2.396L689.608,354.939z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M689.608,354.939c0.32-0.11,0.578-0.213,0.574-0.229
+ l-0.82-2.337c-0.006-0.02-0.271,0.063-0.594,0.174l-4.895,1.721l0.842,2.396L689.608,354.939z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M689.608,354.939c0.32-0.11,0.578-0.213,0.574-0.229
+ l-0.82-2.337c-0.006-0.02-0.271,0.063-0.594,0.174l-4.895,1.721l0.842,2.396L689.608,354.939z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M614.26,380.923l1.643-0.575l-0.684-1.943l-8.77,3.08
+ c-0.326,0.113-0.582,0.223-0.578,0.236l0.822,2.342c0.006,0.013,0.27-0.069,0.598-0.185l6.5-2.282
+ C613.83,381.273,613.998,381.014,614.26,380.923z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M614.26,380.923l1.643-0.575l-0.684-1.943l-8.77,3.08
+ c-0.326,0.113-0.582,0.223-0.578,0.236l0.822,2.342c0.006,0.013,0.27-0.069,0.598-0.185l6.5-2.282
+ C613.83,381.273,613.998,381.014,614.26,380.923z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M614.26,380.923l1.643-0.575l-0.684-1.943l-8.77,3.08
+ c-0.326,0.113-0.582,0.223-0.578,0.236l0.822,2.342c0.006,0.013,0.27-0.069,0.598-0.185l6.5-2.282
+ C613.83,381.273,613.998,381.014,614.26,380.923z"/>
+
+ <rect x="617.492" y="375.196" transform="matrix(0.3327 0.943 -0.943 0.3327 769.5431 -330.8203)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="2.061" height="6.275"/>
+
+ <rect x="617.492" y="375.196" transform="matrix(0.3327 0.943 -0.943 0.3327 769.5431 -330.8203)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="2.061" height="6.275"/>
+
+ <rect x="617.492" y="375.196" transform="matrix(0.3327 0.943 -0.943 0.3327 769.5431 -330.8203)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="2.061" height="6.275"/>
+
+ <rect x="617.492" y="375.196" transform="matrix(0.3327 0.943 -0.943 0.3327 769.5431 -330.8203)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="2.061" height="6.275"/>
+
+ <rect x="664.926" y="357.501" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 1430.5833 473.3508)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="19.933" height="2.54"/>
+
+ <rect x="664.926" y="357.501" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 1430.5833 473.3508)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="19.933" height="2.54"/>
+
+ <rect x="664.926" y="357.501" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 1430.5833 473.3508)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="19.933" height="2.54"/>
+
+ <rect x="664.926" y="357.501" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 1430.5833 473.3508)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="19.933" height="2.54"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M634.748,374.225l5.193-1.82l-0.156-0.449
+ c-0.148-0.413,0.066-0.867,0.48-1.012l0.896-0.318l-0.422-1.193l-19.602,6.891l0.688,1.943L633.961,374
+ C634.227,373.91,634.518,373.999,634.748,374.225z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M634.748,374.225l5.193-1.82l-0.156-0.449
+ c-0.148-0.413,0.066-0.867,0.48-1.012l0.896-0.318l-0.422-1.193l-19.602,6.891l0.688,1.943L633.961,374
+ C634.227,373.91,634.518,373.999,634.748,374.225z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M634.748,374.225l5.193-1.82l-0.156-0.449
+ c-0.148-0.413,0.066-0.867,0.48-1.012l0.896-0.318l-0.422-1.193l-19.602,6.891l0.688,1.943L633.961,374
+ C634.227,373.91,634.518,373.999,634.748,374.225z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M634.748,374.225l5.193-1.82l-0.156-0.449
+ c-0.148-0.413,0.066-0.867,0.48-1.012l0.896-0.318l-0.422-1.193l-19.602,6.891l0.688,1.943L633.961,374
+ C634.227,373.91,634.518,373.999,634.748,374.225z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M634.748,374.225l5.193-1.82l-0.156-0.449
+ c-0.148-0.413,0.066-0.867,0.48-1.012l0.896-0.318l-0.422-1.193l-19.602,6.891l0.688,1.943L633.961,374
+ C634.227,373.91,634.518,373.999,634.748,374.225z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M641.162,370.623l-0.896,0.32
+ c-0.414,0.143-0.631,0.597-0.48,1.01l0.156,0.451l1.643-0.582L641.162,370.623z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M641.162,370.623l-0.896,0.32
+ c-0.414,0.143-0.631,0.597-0.48,1.01l0.156,0.451l1.643-0.582L641.162,370.623z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M641.162,370.623l-0.896,0.32
+ c-0.414,0.143-0.631,0.597-0.48,1.01l0.156,0.451l1.643-0.582L641.162,370.623z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M641.162,370.623l-0.896,0.32
+ c-0.414,0.143-0.631,0.597-0.48,1.01l0.156,0.451l1.643-0.582L641.162,370.623z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M641.162,370.623l-0.896,0.32
+ c-0.414,0.143-0.631,0.597-0.48,1.01l0.156,0.451l1.643-0.582L641.162,370.623z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M641.162,370.623l-0.896,0.32
+ c-0.414,0.143-0.631,0.597-0.48,1.01l0.156,0.451l1.643-0.582L641.162,370.623z"/>
+
+ <rect x="640.857" y="368.842" transform="matrix(0.9435 -0.3313 0.3313 0.9435 -86.1166 233.7065)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="3.322" height="1.268"/>
+
+ <rect x="640.857" y="368.842" transform="matrix(0.9435 -0.3313 0.3313 0.9435 -86.1166 233.7065)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="3.322" height="1.268"/>
+
+ <rect x="640.857" y="368.842" transform="matrix(0.9435 -0.3313 0.3313 0.9435 -86.1166 233.7065)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="3.322" height="1.268"/>
+
+ <rect x="640.857" y="368.842" transform="matrix(0.9435 -0.3313 0.3313 0.9435 -86.1166 233.7065)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="3.322" height="1.268"/>
+
+ <rect x="640.857" y="368.842" transform="matrix(0.9435 -0.3313 0.3313 0.9435 -86.1166 233.7065)" opacity="0.4" fill="#FFF6A3" enable-background="new " width="3.322" height="1.268"/>
+
+ <rect x="640.857" y="368.842" transform="matrix(0.9435 -0.3313 0.3313 0.9435 -86.1166 233.7065)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="3.322" height="1.268"/>
+
+ <rect x="642.302" y="369.015" transform="matrix(0.3305 0.9438 -0.9438 0.3305 780.3007 -358.6406)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="1.271" height="3.318"/>
+
+ <rect x="642.302" y="369.015" transform="matrix(0.3305 0.9438 -0.9438 0.3305 780.3007 -358.6406)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="1.271" height="3.318"/>
+
+ <rect x="642.302" y="369.015" transform="matrix(0.3305 0.9438 -0.9438 0.3305 780.3007 -358.6406)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="1.271" height="3.318"/>
+
+ <rect x="642.302" y="369.015" transform="matrix(0.3305 0.9438 -0.9438 0.3305 780.3007 -358.6406)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="1.271" height="3.318"/>
+
+ <rect x="642.302" y="369.015" transform="matrix(0.3305 0.9438 -0.9438 0.3305 780.3007 -358.6406)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="1.271" height="3.318"/>
+
+ <rect x="642.302" y="369.015" transform="matrix(0.3305 0.9438 -0.9438 0.3305 780.3007 -358.6406)" opacity="0.4" fill="#FFF6A3" enable-background="new " width="1.271" height="3.318"/>
+
+ <rect x="642.302" y="369.015" transform="matrix(0.3305 0.9438 -0.9438 0.3305 780.3007 -358.6406)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="1.271" height="3.318"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M652.801,366.536l2.984-1.048
+ c0.414-0.148,0.865,0.07,1.008,0.482l0.158,0.449l6.566-2.309l-0.842-2.396l-10.297,3.62L652.801,366.536z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M652.801,366.536l2.984-1.048
+ c0.414-0.148,0.865,0.07,1.008,0.482l0.158,0.449l6.566-2.309l-0.842-2.396l-10.297,3.62L652.801,366.536z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M652.801,366.536l2.984-1.048
+ c0.414-0.148,0.865,0.07,1.008,0.482l0.158,0.449l6.566-2.309l-0.842-2.396l-10.297,3.62L652.801,366.536z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M652.801,366.536l2.984-1.048
+ c0.414-0.148,0.865,0.07,1.008,0.482l0.158,0.449l6.566-2.309l-0.842-2.396l-10.297,3.62L652.801,366.536z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M656.953,366.422l-0.158-0.451
+ c-0.143-0.412-0.594-0.631-1.008-0.48l-2.984,1.048l0.418,1.192L656.953,366.422z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M656.953,366.422l-0.158-0.451
+ c-0.143-0.412-0.594-0.631-1.008-0.48l-2.984,1.048l0.418,1.192L656.953,366.422z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M656.953,366.422l-0.158-0.451
+ c-0.143-0.412-0.594-0.631-1.008-0.48l-2.984,1.048l0.418,1.192L656.953,366.422z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M656.953,366.422l-0.158-0.451
+ c-0.143-0.412-0.594-0.631-1.008-0.48l-2.984,1.048l0.418,1.192L656.953,366.422z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M656.953,366.422l-0.158-0.451
+ c-0.143-0.412-0.594-0.631-1.008-0.48l-2.984,1.048l0.418,1.192L656.953,366.422z"/>
+
+ <rect x="663.025" y="361.233" transform="matrix(0.3315 0.9434 -0.9434 0.3315 786.0558 -384.406)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="2.539" height="2.53"/>
+
+ <rect x="663.025" y="361.233" transform="matrix(0.3315 0.9434 -0.9434 0.3315 786.0558 -384.406)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="2.539" height="2.53"/>
+
+ <rect x="663.025" y="361.233" transform="matrix(0.3315 0.9434 -0.9434 0.3315 786.0558 -384.406)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="2.539" height="2.53"/>
+
+ <rect x="663.025" y="361.233" transform="matrix(0.3315 0.9434 -0.9434 0.3315 786.0558 -384.406)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="2.539" height="2.53"/>
+
+ <rect x="663.025" y="361.233" transform="matrix(0.3315 0.9434 -0.9434 0.3315 786.0558 -384.406)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="2.539" height="2.53"/>
+
+ <rect x="647.723" y="366.146" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 1385.323 497.2871)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="5.062" height="1.269"/>
+
+ <rect x="647.723" y="366.146" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 1385.323 497.2871)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="5.062" height="1.269"/>
+
+ <rect x="647.723" y="366.146" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 1385.323 497.2871)" opacity="0.4" fill="#FFF6A3" enable-background="new " width="5.062" height="1.269"/>
+
+ <rect x="647.723" y="366.146" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 1385.323 497.2871)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="5.062" height="1.269"/>
+
+ <rect x="647.723" y="366.146" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 1385.323 497.2871)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="5.062" height="1.269"/>
+
+ <rect x="648.095" y="367.339" transform="matrix(-0.9435 0.3312 -0.3312 -0.9435 1386.4061 499.6537)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="5.059" height="1.265"/>
+
+ <rect x="648.095" y="367.339" transform="matrix(-0.9435 0.3312 -0.3312 -0.9435 1386.4061 499.6537)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="5.059" height="1.265"/>
+
+ <rect x="648.095" y="367.339" transform="matrix(-0.9435 0.3312 -0.3312 -0.9435 1386.4061 499.6537)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="5.059" height="1.265"/>
+
+ <rect x="648.095" y="367.339" transform="matrix(-0.9435 0.3312 -0.3312 -0.9435 1386.4061 499.6537)" opacity="0.4" fill="#FFF6A3" enable-background="new " width="5.059" height="1.265"/>
+
+ <rect x="648.095" y="367.339" transform="matrix(-0.9435 0.3312 -0.3312 -0.9435 1386.4061 499.6537)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="5.059" height="1.265"/>
+
+ <rect x="648.095" y="367.339" transform="matrix(-0.9435 0.3312 -0.3312 -0.9435 1386.4061 499.6537)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="5.059" height="1.265"/>
+
+ <rect x="643.97" y="367.635" transform="matrix(-0.9432 0.3322 -0.3322 -0.9432 1377.5486 501.0612)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="3.957" height="1.27"/>
+
+ <rect x="643.97" y="367.635" transform="matrix(-0.9432 0.3322 -0.3322 -0.9432 1377.5486 501.0612)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="3.957" height="1.27"/>
+
+ <rect x="643.97" y="367.635" transform="matrix(-0.9432 0.3322 -0.3322 -0.9432 1377.5486 501.0612)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="3.957" height="1.27"/>
+
+ <rect x="643.97" y="367.635" transform="matrix(-0.9432 0.3322 -0.3322 -0.9432 1377.5486 501.0612)" opacity="0.4" fill="#FFF6A3" enable-background="new " width="3.957" height="1.27"/>
+
+ <rect x="643.97" y="367.635" transform="matrix(-0.9432 0.3322 -0.3322 -0.9432 1377.5486 501.0612)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="3.957" height="1.27"/>
+
+ <rect x="643.97" y="367.635" transform="matrix(-0.9432 0.3322 -0.3322 -0.9432 1377.5486 501.0612)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="3.957" height="1.27"/>
+
+ <rect x="644.391" y="368.836" transform="matrix(-0.9429 0.3331 -0.3331 -0.9429 1378.8911 502.5706)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="3.958" height="1.268"/>
+
+ <rect x="644.391" y="368.836" transform="matrix(-0.9429 0.3331 -0.3331 -0.9429 1378.8911 502.5706)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="3.958" height="1.268"/>
+
+ <rect x="644.391" y="368.836" transform="matrix(-0.9429 0.3331 -0.3331 -0.9429 1378.8911 502.5706)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="3.958" height="1.268"/>
+
+ <rect x="644.391" y="368.836" transform="matrix(-0.9429 0.3331 -0.3331 -0.9429 1378.8911 502.5706)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="3.958" height="1.268"/>
+
+ <rect x="644.391" y="368.836" transform="matrix(-0.9429 0.3331 -0.3331 -0.9429 1378.8911 502.5706)" opacity="0.4" fill="#FFF6A3" enable-background="new " width="3.958" height="1.268"/>
+
+ <rect x="644.391" y="368.836" transform="matrix(-0.9429 0.3331 -0.3331 -0.9429 1378.8911 502.5706)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="3.958" height="1.268"/>
+
+ <rect x="644.391" y="368.836" transform="matrix(-0.9429 0.3331 -0.3331 -0.9429 1378.8911 502.5706)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="3.958" height="1.268"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M615.903,380.348l-1.643,0.575
+ c-0.264,0.091-0.432,0.351-0.471,0.673l2.271-0.799L615.903,380.348z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M615.903,380.348l-1.643,0.575
+ c-0.264,0.091-0.432,0.351-0.471,0.673l2.271-0.799L615.903,380.348z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M615.903,380.348l-1.643,0.575
+ c-0.264,0.091-0.432,0.351-0.471,0.673l2.271-0.799L615.903,380.348z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M615.903,380.348l-1.643,0.575
+ c-0.264,0.091-0.432,0.351-0.471,0.673l2.271-0.799L615.903,380.348z"/>
+
+ <rect x="615.805" y="379.291" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -90.8744 226.9115)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="6.28" height="0.478"/>
+
+ <rect x="615.805" y="379.291" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -90.8744 226.9115)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="6.28" height="0.478"/>
+
+ <rect x="615.805" y="379.291" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -90.8744 226.9115)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="6.28" height="0.478"/>
+
+ <rect x="615.805" y="379.291" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -90.8744 226.9115)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="6.28" height="0.478"/>
+
+ <rect x="615.805" y="379.291" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -90.8744 226.9115)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="6.28" height="0.478"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M634.748,374.225c-0.23-0.226-0.521-0.313-0.787-0.226
+ l-12.135,4.265l0.158,0.449L634.748,374.225z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M634.748,374.225c-0.23-0.226-0.521-0.313-0.787-0.226
+ l-12.135,4.265l0.158,0.449L634.748,374.225z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M634.748,374.225c-0.23-0.226-0.521-0.313-0.787-0.226
+ l-12.135,4.265l0.158,0.449L634.748,374.225z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M634.748,374.225c-0.23-0.226-0.521-0.313-0.787-0.226
+ l-12.135,4.265l0.158,0.449L634.748,374.225z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M634.748,374.225c-0.23-0.226-0.521-0.313-0.787-0.226
+ l-12.135,4.265l0.158,0.449L634.748,374.225z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M634.748,374.225c-0.23-0.226-0.521-0.313-0.787-0.226
+ l-12.135,4.265l0.158,0.449L634.748,374.225z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M606.836,392.086c-0.275,0.094-0.563-0.016-0.645-0.242
+ l-0.135-0.389l-5.523,1.943l0.563,1.604l15.377-5.396l-0.283-0.812L606.836,392.086z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M606.836,392.086c-0.275,0.094-0.563-0.016-0.645-0.242
+ l-0.135-0.389l-5.523,1.943l0.563,1.604l15.377-5.396l-0.283-0.812L606.836,392.086z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M606.836,392.086c-0.275,0.094-0.563-0.016-0.645-0.242
+ l-0.135-0.389l-5.523,1.943l0.563,1.604l15.377-5.396l-0.283-0.812L606.836,392.086z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M606.059,391.455l0.135,0.389
+ c0.08,0.227,0.367,0.336,0.645,0.242l9.354-3.29l-0.281-0.808L606.059,391.455z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M606.059,391.455l0.135,0.389
+ c0.08,0.227,0.367,0.336,0.645,0.242l9.354-3.29l-0.281-0.808L606.059,391.455z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M606.059,391.455l0.135,0.389
+ c0.08,0.227,0.367,0.336,0.645,0.242l9.354-3.29l-0.281-0.808L606.059,391.455z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M606.059,391.455l0.135,0.389
+ c0.08,0.227,0.367,0.336,0.645,0.242l9.354-3.29l-0.281-0.808L606.059,391.455z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M673.229,369.652c0.387-0.137,0.689-0.252,0.686-0.264
+ l-0.551-1.576c-0.006-0.011-0.316,0.095-0.695,0.226l-4.523,1.592l0.566,1.608L673.229,369.652z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M673.229,369.652c0.387-0.137,0.689-0.252,0.686-0.264
+ l-0.551-1.576c-0.006-0.011-0.316,0.095-0.695,0.226l-4.523,1.592l0.566,1.608L673.229,369.652z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M673.229,369.652c0.387-0.137,0.689-0.252,0.686-0.264
+ l-0.551-1.576c-0.006-0.011-0.316,0.095-0.695,0.226l-4.523,1.592l0.566,1.608L673.229,369.652z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M673.229,369.652c0.387-0.137,0.689-0.252,0.686-0.264
+ l-0.551-1.576c-0.006-0.011-0.316,0.095-0.695,0.226l-4.523,1.592l0.566,1.608L673.229,369.652z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M673.229,369.652c0.387-0.137,0.689-0.252,0.686-0.264
+ l-0.551-1.576c-0.006-0.011-0.316,0.095-0.695,0.226l-4.523,1.592l0.566,1.608L673.229,369.652z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="642.174,378.754 637.1,380.543 637.172,380.747
+ 642.248,378.973 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="642.174,378.754 637.1,380.543 637.172,380.747
+ 642.248,378.973 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="642.174,378.754 637.1,380.543 637.172,380.747
+ 642.248,378.973 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="642.174,378.754 637.1,380.543 637.172,380.747
+ 642.248,378.973 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" enable-background="new " points="642.174,378.754 637.1,380.543 637.172,380.747
+ 642.248,378.973 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="642.174,378.754 637.1,380.543 637.172,380.747
+ 642.248,378.973 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="646.949,377.075 642.174,378.754 642.248,378.973
+ 647.022,377.289 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="646.949,377.075 642.174,378.754 642.248,378.973
+ 647.022,377.289 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="646.949,377.075 642.174,378.754 642.248,378.973
+ 647.022,377.289 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="646.949,377.075 642.174,378.754 642.248,378.973
+ 647.022,377.289 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="646.949,377.075 642.174,378.754 642.248,378.973
+ 647.022,377.289 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" enable-background="new " points="646.949,377.075 642.174,378.754 642.248,378.973
+ 647.022,377.289 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="646.949,377.075 642.174,378.754 642.248,378.973
+ 647.022,377.289 "/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M590.364,397.376l-0.127-0.36l-9.996,3.518
+ c0.26,0.516,0.523,1.025,0.799,1.523l9.766-3.433L590.364,397.376z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M590.364,397.376l-0.127-0.36l-9.996,3.518
+ c0.26,0.516,0.523,1.025,0.799,1.523l9.766-3.433L590.364,397.376z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M590.237,397.016l0.127,0.36
+ c-0.051-0.136-0.057-0.265-0.033-0.394L590.237,397.016z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M590.237,397.016l0.127,0.36
+ c-0.051-0.136-0.057-0.265-0.033-0.394L590.237,397.016z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M590.237,397.016l0.127,0.36
+ c-0.051-0.136-0.057-0.265-0.033-0.394L590.237,397.016z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M590.33,396.982c-0.021,0.129-0.018,0.258,0.033,0.394
+ l0.439,1.248l10.295-3.62l-0.563-1.604L590.33,396.982z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M590.33,396.982c-0.021,0.129-0.018,0.258,0.033,0.394
+ l0.439,1.248l10.295-3.62l-0.563-1.604L590.33,396.982z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M590.33,396.982c-0.021,0.129-0.018,0.258,0.033,0.394
+ l0.439,1.248l10.295-3.62l-0.563-1.604L590.33,396.982z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M590.33,396.982c-0.021,0.129-0.018,0.258,0.033,0.394
+ l0.439,1.248l10.295-3.62l-0.563-1.604L590.33,396.982z"/>
+
+ <rect x="639.573" y="378.166" transform="matrix(-0.331 -0.9436 0.9436 -0.331 492.4631 1110.8431)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.85" height="5.379"/>
+
+ <rect x="639.573" y="378.166" transform="matrix(-0.331 -0.9436 0.9436 -0.331 492.4631 1110.8431)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.85" height="5.379"/>
+
+ <rect x="639.573" y="378.166" transform="matrix(-0.331 -0.9436 0.9436 -0.331 492.4631 1110.8431)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.85" height="5.379"/>
+
+ <rect x="639.573" y="378.166" transform="matrix(-0.331 -0.9436 0.9436 -0.331 492.4631 1110.8431)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="0.85" height="5.379"/>
+
+ <rect x="639.573" y="378.166" transform="matrix(-0.331 -0.9436 0.9436 -0.331 492.4631 1110.8431)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.85" height="5.379"/>
+
+ <rect x="639.573" y="378.166" transform="matrix(-0.331 -0.9436 0.9436 -0.331 492.4631 1110.8431)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.85" height="5.379"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="642.461,379.564 642.248,378.973 637.172,380.747
+ 637.381,381.35 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="642.461,379.564 642.248,378.973 637.172,380.747
+ 637.381,381.35 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="642.461,379.564 642.248,378.973 637.172,380.747
+ 637.381,381.35 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="642.461,379.564 642.248,378.973 637.172,380.747
+ 637.381,381.35 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" enable-background="new " points="642.461,379.564 642.248,378.973 637.172,380.747
+ 637.381,381.35 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="642.461,379.564 642.248,378.973 637.172,380.747
+ 637.381,381.35 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="642.461,379.564 642.248,378.973 637.172,380.747
+ 637.381,381.35 "/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M647.088,377.465c0.08,0.238-0.08,0.496-0.354,0.594
+ l-4.275,1.506l0.283,0.809l4.771-1.68L647.088,377.465z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M647.088,377.465c0.08,0.238-0.08,0.496-0.354,0.594
+ l-4.275,1.506l0.283,0.809l4.771-1.68L647.088,377.465z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M647.088,377.465c0.08,0.238-0.08,0.496-0.354,0.594
+ l-4.275,1.506l0.283,0.809l4.771-1.68L647.088,377.465z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M647.088,377.465c0.08,0.238-0.08,0.496-0.354,0.594
+ l-4.275,1.506l0.283,0.809l4.771-1.68L647.088,377.465z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M647.088,377.465c0.08,0.238-0.08,0.496-0.354,0.594
+ l-4.275,1.506l0.283,0.809l4.771-1.68L647.088,377.465z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M647.088,377.465c0.08,0.238-0.08,0.496-0.354,0.594
+ l-4.275,1.506l0.283,0.809l4.771-1.68L647.088,377.465z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M647.088,377.465c0.08,0.238-0.08,0.496-0.354,0.594
+ l-4.275,1.506l0.283,0.809l4.771-1.68L647.088,377.465z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M647.022,377.289l-4.773,1.684l0.213,0.592l4.275-1.506
+ c0.271-0.098,0.434-0.354,0.354-0.594l-0.014-0.027L647.022,377.289z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M647.022,377.289l-4.773,1.684l0.213,0.592l4.275-1.506
+ c0.271-0.098,0.434-0.354,0.354-0.594l-0.014-0.027L647.022,377.289z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M647.022,377.289l-4.773,1.684l0.213,0.592l4.275-1.506
+ c0.271-0.098,0.434-0.354,0.354-0.594l-0.014-0.027L647.022,377.289z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M647.022,377.289l-4.773,1.684l0.213,0.592l4.275-1.506
+ c0.271-0.098,0.434-0.354,0.354-0.594l-0.014-0.027L647.022,377.289z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M647.022,377.289l-4.773,1.684l0.213,0.592l4.275-1.506
+ c0.271-0.098,0.434-0.354,0.354-0.594l-0.014-0.027L647.022,377.289z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M647.022,377.289l-4.773,1.684l0.213,0.592l4.275-1.506
+ c0.271-0.098,0.434-0.354,0.354-0.594l-0.014-0.027L647.022,377.289z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M647.022,377.289l-4.773,1.684l0.213,0.592l4.275-1.506
+ c0.271-0.098,0.434-0.354,0.354-0.594l-0.014-0.027L647.022,377.289z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M647.022,377.289l-4.773,1.684l0.213,0.592l4.275-1.506
+ c0.271-0.098,0.434-0.354,0.354-0.594l-0.014-0.027L647.022,377.289z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M665.881,370.829l-0.127-0.356l-0.094,0.033
+ C665.754,370.592,665.836,370.697,665.881,370.829z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M665.881,370.829l-0.127-0.356l-0.094,0.033
+ C665.754,370.592,665.836,370.697,665.881,370.829z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M665.881,370.829l-0.127-0.356l-0.094,0.033
+ C665.754,370.592,665.836,370.697,665.881,370.829z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M665.881,370.829l-0.127-0.356l-0.094,0.033
+ C665.754,370.592,665.836,370.697,665.881,370.829z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M665.881,370.829l-0.127-0.356l-0.094,0.033
+ C665.754,370.592,665.836,370.697,665.881,370.829z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M665.108,370.697l0.563,1.611l0.652-0.232l-0.441-1.247
+ c-0.045-0.132-0.127-0.237-0.221-0.323L665.108,370.697z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M665.108,370.697l0.563,1.611l0.652-0.232l-0.441-1.247
+ c-0.045-0.132-0.127-0.237-0.221-0.323L665.108,370.697z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M665.108,370.697l0.563,1.611l0.652-0.232l-0.441-1.247
+ c-0.045-0.132-0.127-0.237-0.221-0.323L665.108,370.697z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M665.108,370.697l0.563,1.611l0.652-0.232l-0.441-1.247
+ c-0.045-0.132-0.127-0.237-0.221-0.323L665.108,370.697z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M665.108,370.697l0.563,1.611l0.652-0.232l-0.441-1.247
+ c-0.045-0.132-0.127-0.237-0.221-0.323L665.108,370.697z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M665.108,370.697l0.563,1.611l0.652-0.232l-0.441-1.247
+ c-0.045-0.132-0.127-0.237-0.221-0.323L665.108,370.697z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="665.881,370.829 666.324,372.076 668.711,371.238
+ 668.143,369.63 665.754,370.473 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="665.881,370.829 666.324,372.076 668.711,371.238
+ 668.143,369.63 665.754,370.473 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="665.881,370.829 666.324,372.076 668.711,371.238
+ 668.143,369.63 665.754,370.473 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="665.881,370.829 666.324,372.076 668.711,371.238
+ 668.143,369.63 665.754,370.473 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="665.881,370.829 666.324,372.076 668.711,371.238
+ 668.143,369.63 665.754,370.473 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="665.881,370.829 666.324,372.076 668.711,371.238
+ 668.143,369.63 665.754,370.473 "/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M647.041,377.281c-0.014-0.082-0.008-0.155,0.006-0.233
+ l-0.098,0.027l0.072,0.214C647.028,377.281,647.035,377.281,647.041,377.281z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M647.041,377.281c-0.014-0.082-0.008-0.155,0.006-0.233
+ l-0.098,0.027l0.072,0.214C647.028,377.281,647.035,377.281,647.041,377.281z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M647.041,377.281c-0.014-0.082-0.008-0.155,0.006-0.233
+ l-0.098,0.027l0.072,0.214C647.028,377.281,647.035,377.281,647.041,377.281z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M647.041,377.281c-0.014-0.082-0.008-0.155,0.006-0.233
+ l-0.098,0.027l0.072,0.214C647.028,377.281,647.035,377.281,647.041,377.281z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M647.041,377.281c-0.014-0.082-0.008-0.155,0.006-0.233
+ l-0.098,0.027l0.072,0.214C647.028,377.281,647.035,377.281,647.041,377.281z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M647.041,377.281c-0.014-0.082-0.008-0.155,0.006-0.233
+ l-0.098,0.027l0.072,0.214C647.028,377.281,647.035,377.281,647.041,377.281z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M647.041,377.281c-0.014-0.082-0.008-0.155,0.006-0.233
+ l-0.098,0.027l0.072,0.214C647.028,377.281,647.035,377.281,647.041,377.281z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M648.037,377.771l0.225,0.653l2.988-1.047l-0.568-1.61
+ l-3.635,1.278c-0.014,0.078-0.02,0.151-0.006,0.231C647.448,377.15,647.889,377.363,648.037,377.771z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M648.037,377.771l0.225,0.653l2.988-1.047l-0.568-1.61
+ l-3.635,1.278c-0.014,0.078-0.02,0.151-0.006,0.231C647.448,377.15,647.889,377.363,648.037,377.771z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M648.037,377.771l0.225,0.653l2.988-1.047l-0.568-1.61
+ l-3.635,1.278c-0.014,0.078-0.02,0.151-0.006,0.231C647.448,377.15,647.889,377.363,648.037,377.771z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M648.037,377.771l0.225,0.653l2.988-1.047l-0.568-1.61
+ l-3.635,1.278c-0.014,0.078-0.02,0.151-0.006,0.231C647.448,377.15,647.889,377.363,648.037,377.771z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M648.037,377.771l0.225,0.653l2.988-1.047l-0.568-1.61
+ l-3.635,1.278c-0.014,0.078-0.02,0.151-0.006,0.231C647.448,377.15,647.889,377.363,648.037,377.771z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M648.037,377.771l0.225,0.653l2.988-1.047l-0.568-1.61
+ l-3.635,1.278c-0.014,0.078-0.02,0.151-0.006,0.231C647.448,377.15,647.889,377.363,648.037,377.771z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M648.037,377.771l0.225,0.653l2.988-1.047l-0.568-1.61
+ l-3.635,1.278c-0.014,0.078-0.02,0.151-0.006,0.231C647.448,377.15,647.889,377.363,648.037,377.771z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M648.037,377.771l0.225,0.653l2.988-1.047l-0.568-1.61
+ l-3.635,1.278c-0.014,0.078-0.02,0.151-0.006,0.231C647.448,377.15,647.889,377.363,648.037,377.771z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M647.076,377.438c-0.02-0.055-0.029-0.103-0.035-0.154
+ c-0.006,0-0.014,0-0.018,0.008L647.076,377.438z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M647.076,377.438c-0.02-0.055-0.029-0.103-0.035-0.154
+ c-0.006,0-0.014,0-0.018,0.008L647.076,377.438z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M647.076,377.438c-0.02-0.055-0.029-0.103-0.035-0.154
+ c-0.006,0-0.014,0-0.018,0.008L647.076,377.438z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M647.076,377.438c-0.02-0.055-0.029-0.103-0.035-0.154
+ c-0.006,0-0.014,0-0.018,0.008L647.076,377.438z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M647.076,377.438c-0.02-0.055-0.029-0.103-0.035-0.154
+ c-0.006,0-0.014,0-0.018,0.008L647.076,377.438z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M647.076,377.438c-0.02-0.055-0.029-0.103-0.035-0.154
+ c-0.006,0-0.014,0-0.018,0.008L647.076,377.438z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M647.076,377.438c-0.02-0.055-0.029-0.103-0.035-0.154
+ c-0.006,0-0.014,0-0.018,0.008L647.076,377.438z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M647.076,377.438c-0.02-0.055-0.029-0.103-0.035-0.154
+ c-0.006,0-0.014,0-0.018,0.008L647.076,377.438z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M648.037,377.771c-0.146-0.408-0.59-0.621-0.996-0.49
+ c0.006,0.054,0.018,0.102,0.035,0.154l0.014,0.027l0.428,1.229l0.744-0.268L648.037,377.771z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M648.037,377.771c-0.146-0.408-0.59-0.621-0.996-0.49
+ c0.006,0.054,0.018,0.102,0.035,0.154l0.014,0.027l0.428,1.229l0.744-0.268L648.037,377.771z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M648.037,377.771c-0.146-0.408-0.59-0.621-0.996-0.49
+ c0.006,0.054,0.018,0.102,0.035,0.154l0.014,0.027l0.428,1.229l0.744-0.268L648.037,377.771z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M648.037,377.771c-0.146-0.408-0.59-0.621-0.996-0.49
+ c0.006,0.054,0.018,0.102,0.035,0.154l0.014,0.027l0.428,1.229l0.744-0.268L648.037,377.771z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M648.037,377.771c-0.146-0.408-0.59-0.621-0.996-0.49
+ c0.006,0.054,0.018,0.102,0.035,0.154l0.014,0.027l0.428,1.229l0.744-0.268L648.037,377.771z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M648.037,377.771c-0.146-0.408-0.59-0.621-0.996-0.49
+ c0.006,0.054,0.018,0.102,0.035,0.154l0.014,0.027l0.428,1.229l0.744-0.268L648.037,377.771z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M648.037,377.771c-0.146-0.408-0.59-0.621-0.996-0.49
+ c0.006,0.054,0.018,0.102,0.035,0.154l0.014,0.027l0.428,1.229l0.744-0.268L648.037,377.771z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M648.037,377.771c-0.146-0.408-0.59-0.621-0.996-0.49
+ c0.006,0.054,0.018,0.102,0.035,0.154l0.014,0.027l0.428,1.229l0.744-0.268L648.037,377.771z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M648.037,377.771c-0.146-0.408-0.59-0.621-0.996-0.49
+ c0.006,0.054,0.018,0.102,0.035,0.154l0.014,0.027l0.428,1.229l0.744-0.268L648.037,377.771z"/>
+
+ <rect x="616.213" y="388.377" transform="matrix(0.9437 -0.3308 0.3308 0.9437 -93.8472 226.1235)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="2.533" height="0.859"/>
+
+ <rect x="616.213" y="388.377" transform="matrix(0.9437 -0.3308 0.3308 0.9437 -93.8472 226.1235)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="2.533" height="0.859"/>
+
+ <rect x="616.213" y="388.377" transform="matrix(0.9437 -0.3308 0.3308 0.9437 -93.8472 226.1235)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="2.533" height="0.859"/>
+
+ <rect x="616.213" y="388.377" transform="matrix(0.9437 -0.3308 0.3308 0.9437 -93.8472 226.1235)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="2.533" height="0.859"/>
+
+ <rect x="618.542" y="386.889" transform="matrix(0.9431 -0.3326 0.3326 0.9431 -93.43 228.8283)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="6.277" height="0.859"/>
+
+ <rect x="618.542" y="386.889" transform="matrix(0.9431 -0.3326 0.3326 0.9431 -93.43 228.8283)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="6.277" height="0.859"/>
+
+ <rect x="618.542" y="386.889" transform="matrix(0.9431 -0.3326 0.3326 0.9431 -93.43 228.8283)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="6.277" height="0.859"/>
+
+ <rect x="618.542" y="386.889" transform="matrix(0.9431 -0.3326 0.3326 0.9431 -93.43 228.8283)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="6.277" height="0.859"/>
+
+ <rect x="618.542" y="386.889" transform="matrix(0.9431 -0.3326 0.3326 0.9431 -93.43 228.8283)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="6.277" height="0.859"/>
+
+ <rect x="616.835" y="386.738" transform="matrix(-0.3296 -0.9441 0.9441 -0.3296 454.3778 1098.658)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.853" height="2.532"/>
+
+ <rect x="616.835" y="386.738" transform="matrix(-0.3296 -0.9441 0.9441 -0.3296 454.3778 1098.658)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.853" height="2.532"/>
+
+ <rect x="616.835" y="386.738" transform="matrix(-0.3296 -0.9441 0.9441 -0.3296 454.3778 1098.658)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="0.853" height="2.532"/>
+
+ <rect x="616.835" y="386.738" transform="matrix(-0.3296 -0.9441 0.9441 -0.3296 454.3778 1098.658)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.853" height="2.532"/>
+
+ <rect x="616.835" y="386.738" transform="matrix(-0.3296 -0.9441 0.9441 -0.3296 454.3778 1098.658)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.853" height="2.532"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="624.213,385.072 618.295,387.15 618.58,387.957
+ 624.5,385.87 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="624.213,385.072 618.295,387.15 618.58,387.957
+ 624.5,385.87 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="624.213,385.072 618.295,387.15 618.58,387.957
+ 624.5,385.87 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="624.213,385.072 618.295,387.15 618.58,387.957
+ 624.5,385.87 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="624.213,385.072 618.295,387.15 618.58,387.957
+ 624.5,385.87 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="624.213,385.072 618.295,387.15 618.58,387.957
+ 624.5,385.87 "/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M631.016,383.754c-0.018-0.047-0.029-0.105-0.039-0.15
+ l-6.479,2.269l0.285,0.812l6.465-2.271L631.016,383.754z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M631.016,383.754c-0.018-0.047-0.029-0.105-0.039-0.15
+ l-6.479,2.269l0.285,0.812l6.465-2.271L631.016,383.754z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M631.016,383.754c-0.018-0.047-0.029-0.105-0.039-0.15
+ l-6.479,2.269l0.285,0.812l6.465-2.271L631.016,383.754z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M631.016,383.754c-0.018-0.047-0.029-0.105-0.039-0.15
+ l-6.479,2.269l0.285,0.812l6.465-2.271L631.016,383.754z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M631.016,383.754c-0.018-0.047-0.029-0.105-0.039-0.15
+ l-6.479,2.269l0.285,0.812l6.465-2.271L631.016,383.754z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M631.016,383.754c-0.018-0.047-0.029-0.105-0.039-0.15
+ l-6.479,2.269l0.285,0.812l6.465-2.271L631.016,383.754z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M631.502,382.744l5.672-1.997l-0.072-0.204l-12.887,4.529
+ l0.285,0.798l6.479-2.267C630.928,383.234,631.139,382.866,631.502,382.744z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M631.502,382.744l5.672-1.997l-0.072-0.204l-12.887,4.529
+ l0.285,0.798l6.479-2.267C630.928,383.234,631.139,382.866,631.502,382.744z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M631.502,382.744l5.672-1.997l-0.072-0.204l-12.887,4.529
+ l0.285,0.798l6.479-2.267C630.928,383.234,631.139,382.866,631.502,382.744z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M631.502,382.744l5.672-1.997l-0.072-0.204l-12.887,4.529
+ l0.285,0.798l6.479-2.267C630.928,383.234,631.139,382.866,631.502,382.744z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M631.502,382.744l5.672-1.997l-0.072-0.204l-12.887,4.529
+ l0.285,0.798l6.479-2.267C630.928,383.234,631.139,382.866,631.502,382.744z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M631.502,382.744l5.672-1.997l-0.072-0.204l-12.887,4.529
+ l0.285,0.798l6.479-2.267C630.928,383.234,631.139,382.866,631.502,382.744z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M631.502,382.744l5.672-1.997l-0.072-0.204l-12.887,4.529
+ l0.285,0.798l6.479-2.267C630.928,383.234,631.139,382.866,631.502,382.744z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M630.977,383.604c0.01,0.045,0.021,0.104,0.039,0.15
+ l0.232,0.655l6.416-2.259l-0.283-0.803L630.977,383.604z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M630.977,383.604c0.01,0.045,0.021,0.104,0.039,0.15
+ l0.232,0.655l6.416-2.259l-0.283-0.803L630.977,383.604z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M630.977,383.604c0.01,0.045,0.021,0.104,0.039,0.15
+ l0.232,0.655l6.416-2.259l-0.283-0.803L630.977,383.604z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M630.977,383.604c0.01,0.045,0.021,0.104,0.039,0.15
+ l0.232,0.655l6.416-2.259l-0.283-0.803L630.977,383.604z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M630.977,383.604c0.01,0.045,0.021,0.104,0.039,0.15
+ l0.232,0.655l6.416-2.259l-0.283-0.803L630.977,383.604z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M630.977,383.604c0.01,0.045,0.021,0.104,0.039,0.15
+ l0.232,0.655l6.416-2.259l-0.283-0.803L630.977,383.604z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M630.977,383.604c0.01,0.045,0.021,0.104,0.039,0.15
+ l0.232,0.655l6.416-2.259l-0.283-0.803L630.977,383.604z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M637.172,380.747l-5.672,1.997
+ c-0.361,0.122-0.572,0.49-0.523,0.859l6.404-2.256L637.172,380.747z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M637.172,380.747l-5.672,1.997
+ c-0.361,0.122-0.572,0.49-0.523,0.859l6.404-2.256L637.172,380.747z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M637.172,380.747l-5.672,1.997
+ c-0.361,0.122-0.572,0.49-0.523,0.859l6.404-2.256L637.172,380.747z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M637.172,380.747l-5.672,1.997
+ c-0.361,0.122-0.572,0.49-0.523,0.859l6.404-2.256L637.172,380.747z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M637.172,380.747l-5.672,1.997
+ c-0.361,0.122-0.572,0.49-0.523,0.859l6.404-2.256L637.172,380.747z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M637.172,380.747l-5.672,1.997
+ c-0.361,0.122-0.572,0.49-0.523,0.859l6.404-2.256L637.172,380.747z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M637.172,380.747l-5.672,1.997
+ c-0.361,0.122-0.572,0.49-0.523,0.859l6.404-2.256L637.172,380.747z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M637.172,380.747l-5.672,1.997
+ c-0.361,0.122-0.572,0.49-0.523,0.859l6.404-2.256L637.172,380.747z"/>
+
+ <rect x="659.245" y="371.672" transform="matrix(-0.9436 0.3312 -0.3312 -0.9436 1410.7639 504.6286)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="6.274" height="1.709"/>
+
+ <rect x="659.245" y="371.672" transform="matrix(-0.9436 0.3312 -0.3312 -0.9436 1410.7639 504.6286)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="6.274" height="1.709"/>
+
+ <rect x="659.245" y="371.672" transform="matrix(-0.9436 0.3312 -0.3312 -0.9436 1410.7639 504.6286)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="6.274" height="1.709"/>
+
+ <rect x="659.245" y="371.672" transform="matrix(-0.9436 0.3312 -0.3312 -0.9436 1410.7639 504.6286)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="6.274" height="1.709"/>
+
+ <rect x="659.245" y="371.672" transform="matrix(-0.9436 0.3312 -0.3312 -0.9436 1410.7639 504.6286)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="6.274" height="1.709"/>
+
+ <rect x="659.245" y="371.672" transform="matrix(-0.9436 0.3312 -0.3312 -0.9436 1410.7639 504.6286)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="6.274" height="1.709"/>
+
+ <rect x="659.245" y="371.672" transform="matrix(-0.9436 0.3312 -0.3312 -0.9436 1410.7639 504.6286)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="6.274" height="1.709"/>
+
+ <rect x="650.711" y="374.228" transform="matrix(-0.9433 0.332 -0.332 -0.9433 1397.7955 511.3678)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="9.013" height="1.704"/>
+
+ <rect x="650.711" y="374.228" transform="matrix(-0.9433 0.332 -0.332 -0.9433 1397.7955 511.3678)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="9.013" height="1.704"/>
+
+ <rect x="650.711" y="374.228" transform="matrix(-0.9433 0.332 -0.332 -0.9433 1397.7955 511.3678)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="9.013" height="1.704"/>
+
+ <rect x="650.711" y="374.228" transform="matrix(-0.9433 0.332 -0.332 -0.9433 1397.7955 511.3678)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="9.013" height="1.704"/>
+
+ <rect x="650.711" y="374.228" transform="matrix(-0.9433 0.332 -0.332 -0.9433 1397.7955 511.3678)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="9.013" height="1.704"/>
+
+ <rect x="650.711" y="374.228" transform="matrix(-0.9433 0.332 -0.332 -0.9433 1397.7955 511.3678)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="9.013" height="1.704"/>
+
+ <rect x="650.711" y="374.228" transform="matrix(-0.9433 0.332 -0.332 -0.9433 1397.7955 511.3678)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="9.013" height="1.704"/>
+
+ <rect x="650.711" y="374.228" transform="matrix(-0.9433 0.332 -0.332 -0.9433 1397.7955 511.3678)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="9.013" height="1.704"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M611.574,395.748c-0.256,0.094-0.461,0.176-0.457,0.184
+ l0.582,1.657c0.004,0.013,0.213-0.057,0.469-0.147l6.285-2.209l-0.592-1.688L611.574,395.748z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M611.574,395.748c-0.256,0.094-0.461,0.176-0.457,0.184
+ l0.582,1.657c0.004,0.013,0.213-0.057,0.469-0.147l6.285-2.209l-0.592-1.688L611.574,395.748z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M611.574,395.748c-0.256,0.094-0.461,0.176-0.457,0.184
+ l0.582,1.657c0.004,0.013,0.213-0.057,0.469-0.147l6.285-2.209l-0.592-1.688L611.574,395.748z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M677.276,374.557c0.256-0.086,0.461-0.168,0.451-0.176
+ l-0.576-1.656c-0.008-0.014-0.217,0.049-0.473,0.144l-6.586,2.313l0.6,1.689L677.276,374.557z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M677.276,374.557c0.256-0.086,0.461-0.168,0.451-0.176
+ l-0.576-1.656c-0.008-0.014-0.217,0.049-0.473,0.144l-6.586,2.313l0.6,1.689L677.276,374.557z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M677.276,374.557c0.256-0.086,0.461-0.168,0.451-0.176
+ l-0.576-1.656c-0.008-0.014-0.217,0.049-0.473,0.144l-6.586,2.313l0.6,1.689L677.276,374.557z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M677.276,374.557c0.256-0.086,0.461-0.168,0.451-0.176
+ l-0.576-1.656c-0.008-0.014-0.217,0.049-0.473,0.144l-6.586,2.313l0.6,1.689L677.276,374.557z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M640.459,385.8c-0.023-0.062-0.031-0.122-0.041-0.188
+ l-1.367,0.479l0.596,1.695l1.348-0.472L640.459,385.8z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M640.459,385.8c-0.023-0.062-0.031-0.122-0.041-0.188
+ l-1.367,0.479l0.596,1.695l1.348-0.472L640.459,385.8z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M640.459,385.8c-0.023-0.062-0.031-0.122-0.041-0.188
+ l-1.367,0.479l0.596,1.695l1.348-0.472L640.459,385.8z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M640.459,385.8c-0.023-0.062-0.031-0.122-0.041-0.188
+ l-1.367,0.479l0.596,1.695l1.348-0.472L640.459,385.8z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M640.459,385.8c-0.023-0.062-0.031-0.122-0.041-0.188
+ l-1.367,0.479l0.596,1.695l1.348-0.472L640.459,385.8z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M640.459,385.8c-0.023-0.062-0.031-0.122-0.041-0.188
+ l-1.367,0.479l0.596,1.695l1.348-0.472L640.459,385.8z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M644.125,384.307l-3.707,1.308
+ c0.01,0.063,0.018,0.127,0.041,0.188l0.533,1.517l3.729-1.313L644.125,384.307z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M644.125,384.307l-3.707,1.308
+ c0.01,0.063,0.018,0.127,0.041,0.188l0.533,1.517l3.729-1.313L644.125,384.307z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M644.125,384.307l-3.707,1.308
+ c0.01,0.063,0.018,0.127,0.041,0.188l0.533,1.517l3.729-1.313L644.125,384.307z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M644.125,384.307l-3.707,1.308
+ c0.01,0.063,0.018,0.127,0.041,0.188l0.533,1.517l3.729-1.313L644.125,384.307z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M644.125,384.307l-3.707,1.308
+ c0.01,0.063,0.018,0.127,0.041,0.188l0.533,1.517l3.729-1.313L644.125,384.307z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M644.125,384.307l-3.707,1.308
+ c0.01,0.063,0.018,0.127,0.041,0.188l0.533,1.517l3.729-1.313L644.125,384.307z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M644.125,384.307l-3.707,1.308
+ c0.01,0.063,0.018,0.127,0.041,0.188l0.533,1.517l3.729-1.313L644.125,384.307z"/>
+
+ <rect x="645.912" y="381.78" transform="matrix(-0.3325 -0.9431 0.9431 -0.3325 499.4127 1122.1025)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="1.798" height="5.065"/>
+
+ <rect x="645.912" y="381.78" transform="matrix(-0.3325 -0.9431 0.9431 -0.3325 499.4127 1122.1025)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="1.798" height="5.065"/>
+
+ <rect x="645.912" y="381.78" transform="matrix(-0.3325 -0.9431 0.9431 -0.3325 499.4127 1122.1025)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="1.798" height="5.065"/>
+
+ <rect x="645.912" y="381.78" transform="matrix(-0.3325 -0.9431 0.9431 -0.3325 499.4127 1122.1025)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="1.798" height="5.065"/>
+
+ <rect x="645.912" y="381.78" transform="matrix(-0.3325 -0.9431 0.9431 -0.3325 499.4127 1122.1025)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="1.798" height="5.065"/>
+
+ <rect x="645.912" y="381.78" transform="matrix(-0.3325 -0.9431 0.9431 -0.3325 499.4127 1122.1025)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="1.798" height="5.065"/>
+
+ <rect x="645.912" y="381.78" transform="matrix(-0.3325 -0.9431 0.9431 -0.3325 499.4127 1122.1025)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="1.798" height="5.065"/>
+
+ <rect x="645.912" y="381.78" transform="matrix(-0.3325 -0.9431 0.9431 -0.3325 499.4127 1122.1025)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="1.798" height="5.065"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="668.299,377.711 670.692,376.871 670.092,375.182
+ 667.709,376.021 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="668.299,377.711 670.692,376.871 670.092,375.182
+ 667.709,376.021 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="668.299,377.711 670.692,376.871 670.092,375.182
+ 667.709,376.021 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="668.299,377.711 670.692,376.871 670.092,375.182
+ 667.709,376.021 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" enable-background="new " points="668.299,377.711 670.692,376.871 670.092,375.182
+ 667.709,376.021 "/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M667.614,377.834c0.02,0.045-0.045,0.115-0.145,0.143
+ l-5.744,2.026l0.012,0.021l6.563-2.313l-0.592-1.689l-0.652,0.229L667.614,377.834z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M667.614,377.834c0.02,0.045-0.045,0.115-0.145,0.143
+ l-5.744,2.026l0.012,0.021l6.563-2.313l-0.592-1.689l-0.652,0.229L667.614,377.834z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M667.614,377.834c0.02,0.045-0.045,0.115-0.145,0.143
+ l-5.744,2.026l0.012,0.021l6.563-2.313l-0.592-1.689l-0.652,0.229L667.614,377.834z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M667.614,377.834c0.02,0.045-0.045,0.115-0.145,0.143
+ l-5.744,2.026l0.012,0.021l6.563-2.313l-0.592-1.689l-0.652,0.229L667.614,377.834z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M667.614,377.834c0.02,0.045-0.045,0.115-0.145,0.143
+ l-5.744,2.026l0.012,0.021l6.563-2.313l-0.592-1.689l-0.652,0.229L667.614,377.834z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M667.614,377.834c0.02,0.045-0.045,0.115-0.145,0.143
+ l-5.744,2.026l0.012,0.021l6.563-2.313l-0.592-1.689l-0.652,0.229L667.614,377.834z"/>
+
+ <rect x="659.854" y="378.689" transform="matrix(-0.356 -0.9345 0.9345 -0.356 539.0441 1132.8186)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.022" height="3.956"/>
+
+ <rect x="659.854" y="378.689" transform="matrix(-0.356 -0.9345 0.9345 -0.356 539.0441 1132.8186)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.022" height="3.956"/>
+
+ <rect x="659.854" y="378.689" transform="matrix(-0.356 -0.9345 0.9345 -0.356 539.0441 1132.8186)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.022" height="3.956"/>
+
+ <rect x="659.854" y="378.689" transform="matrix(-0.356 -0.9345 0.9345 -0.356 539.0441 1132.8186)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="0.022" height="3.956"/>
+
+ <rect x="659.854" y="378.689" transform="matrix(-0.356 -0.9345 0.9345 -0.356 539.0441 1132.8186)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.022" height="3.956"/>
+
+ <rect x="659.854" y="378.689" transform="matrix(-0.356 -0.9345 0.9345 -0.356 539.0441 1132.8186)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="0.022" height="3.956"/>
+
+ <rect x="659.854" y="378.689" transform="matrix(-0.356 -0.9345 0.9345 -0.356 539.0441 1132.8186)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="0.022" height="3.956"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M653.188,382.898l0.037,0.109L658,381.33l-0.008-0.021
+ l-4.6,1.615C653.301,382.971,653.205,382.948,653.188,382.898z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M653.188,382.898l0.037,0.109L658,381.33l-0.008-0.021
+ l-4.6,1.615C653.301,382.971,653.205,382.948,653.188,382.898z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M653.188,382.898l0.037,0.109L658,381.33l-0.008-0.021
+ l-4.6,1.615C653.301,382.971,653.205,382.948,653.188,382.898z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M653.188,382.898l0.037,0.109L658,381.33l-0.008-0.021
+ l-4.6,1.615C653.301,382.971,653.205,382.948,653.188,382.898z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M653.188,382.898l0.037,0.109L658,381.33l-0.008-0.021
+ l-4.6,1.615C653.301,382.971,653.205,382.948,653.188,382.898z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M653.188,382.898l0.037,0.109L658,381.33l-0.008-0.021
+ l-4.6,1.615C653.301,382.971,653.205,382.948,653.188,382.898z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M653.188,382.898l0.037,0.109L658,381.33l-0.008-0.021
+ l-4.6,1.615C653.301,382.971,653.205,382.948,653.188,382.898z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M653.188,382.898l0.037,0.109L658,381.33l-0.008-0.021
+ l-4.6,1.615C653.301,382.971,653.205,382.948,653.188,382.898z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="652.631,381.32 649.651,382.363 650.242,384.063
+ 653.225,383.01 653.188,382.898 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="652.631,381.32 649.651,382.363 650.242,384.063
+ 653.225,383.01 653.188,382.898 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="652.631,381.32 649.651,382.363 650.242,384.063
+ 653.225,383.01 653.188,382.898 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="652.631,381.32 649.651,382.363 650.242,384.063
+ 653.225,383.01 653.188,382.898 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="652.631,381.32 649.651,382.363 650.242,384.063
+ 653.225,383.01 653.188,382.898 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" enable-background="new " points="652.631,381.32 649.651,382.363 650.242,384.063
+ 653.225,383.01 653.188,382.898 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="652.631,381.32 649.651,382.363 650.242,384.063
+ 653.225,383.01 653.188,382.898 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="652.631,381.32 649.651,382.363 650.242,384.063
+ 653.225,383.01 653.188,382.898 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" enable-background="new " points="652.631,381.32 649.651,382.363 650.242,384.063
+ 653.225,383.01 653.188,382.898 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="649.498,384.318 650.242,384.063 649.651,382.363
+ 648.903,382.629 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="649.498,384.318 650.242,384.063 649.651,382.363
+ 648.903,382.629 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="649.498,384.318 650.242,384.063 649.651,382.363
+ 648.903,382.629 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="649.498,384.318 650.242,384.063 649.651,382.363
+ 648.903,382.629 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="649.498,384.318 650.242,384.063 649.651,382.363
+ 648.903,382.629 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" enable-background="new " points="649.498,384.318 650.242,384.063 649.651,382.363
+ 648.903,382.629 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="649.498,384.318 650.242,384.063 649.651,382.363
+ 648.903,382.629 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="649.498,384.318 650.242,384.063 649.651,382.363
+ 648.903,382.629 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="649.498,384.318 650.242,384.063 649.651,382.363
+ 648.903,382.629 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" enable-background="new " points="649.498,384.318 650.242,384.063 649.651,382.363
+ 648.903,382.629 "/>
+
+ <rect x="618.085" y="393.072" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -95.6554 227.9184)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="2.53" height="1.791"/>
+
+ <rect x="618.085" y="393.072" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -95.6554 227.9184)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="2.53" height="1.791"/>
+
+ <rect x="618.085" y="393.072" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -95.6554 227.9184)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="2.53" height="1.791"/>
+
+ <rect x="618.085" y="393.072" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -95.6554 227.9184)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="2.53" height="1.791"/>
+
+ <rect x="622.609" y="389.371" transform="matrix(-0.3325 -0.9431 0.9431 -0.3325 460.6705 1111.0544)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="1.791" height="6.277"/>
+
+ <rect x="622.609" y="389.371" transform="matrix(-0.3325 -0.9431 0.9431 -0.3325 460.6705 1111.0544)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="1.791" height="6.277"/>
+
+ <rect x="622.609" y="389.371" transform="matrix(-0.3325 -0.9431 0.9431 -0.3325 460.6705 1111.0544)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="1.791" height="6.277"/>
+
+ <rect x="622.609" y="389.371" transform="matrix(-0.3325 -0.9431 0.9431 -0.3325 460.6705 1111.0544)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="1.791" height="6.277"/>
+
+ <rect x="622.609" y="389.371" transform="matrix(-0.3325 -0.9431 0.9431 -0.3325 460.6705 1111.0544)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="1.791" height="6.277"/>
+
+ <rect x="628.782" y="386.917" transform="matrix(-0.3297 -0.9441 0.9441 -0.3297 468.8006 1113.5179)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="1.795" height="6.853"/>
+
+ <rect x="628.782" y="386.917" transform="matrix(-0.3297 -0.9441 0.9441 -0.3297 468.8006 1113.5179)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="1.795" height="6.853"/>
+
+ <rect x="628.782" y="386.917" transform="matrix(-0.3297 -0.9441 0.9441 -0.3297 468.8006 1113.5179)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="1.795" height="6.853"/>
+
+ <rect x="628.782" y="386.917" transform="matrix(-0.3297 -0.9441 0.9441 -0.3297 468.8006 1113.5179)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="1.795" height="6.853"/>
+
+ <rect x="628.782" y="386.917" transform="matrix(-0.3297 -0.9441 0.9441 -0.3297 468.8006 1113.5179)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="1.795" height="6.853"/>
+
+ <rect x="628.782" y="386.917" transform="matrix(-0.3297 -0.9441 0.9441 -0.3297 468.8006 1113.5179)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="1.795" height="6.853"/>
+
+ <rect x="632.721" y="387.131" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -92.6941 232.9646)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="6.801" height="1.797"/>
+
+ <rect x="632.721" y="387.131" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -92.6941 232.9646)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="6.801" height="1.797"/>
+
+ <rect x="632.721" y="387.131" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -92.6941 232.9646)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="6.801" height="1.797"/>
+
+ <rect x="632.721" y="387.131" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -92.6941 232.9646)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="6.801" height="1.797"/>
+
+ <rect x="632.721" y="387.131" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -92.6941 232.9646)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="6.801" height="1.797"/>
+
+ <rect x="632.721" y="387.131" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -92.6941 232.9646)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="6.801" height="1.797"/>
+
+ <rect x="632.721" y="387.131" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -92.6941 232.9646)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="6.801" height="1.797"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M661.725,380.003l5.744-2.026
+ c0.1-0.025,0.162-0.098,0.145-0.143l-0.559-1.585l-5.914,2.075L661.725,380.003z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M661.725,380.003l5.744-2.026
+ c0.1-0.025,0.162-0.098,0.145-0.143l-0.559-1.585l-5.914,2.075L661.725,380.003z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M661.725,380.003l5.744-2.026
+ c0.1-0.025,0.162-0.098,0.145-0.143l-0.559-1.585l-5.914,2.075L661.725,380.003z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M661.725,380.003l5.744-2.026
+ c0.1-0.025,0.162-0.098,0.145-0.143l-0.559-1.585l-5.914,2.075L661.725,380.003z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M661.725,380.003l5.744-2.026
+ c0.1-0.025,0.162-0.098,0.145-0.143l-0.559-1.585l-5.914,2.075L661.725,380.003z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M661.725,380.003l5.744-2.026
+ c0.1-0.025,0.162-0.098,0.145-0.143l-0.559-1.585l-5.914,2.075L661.725,380.003z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M661.725,380.003l5.744-2.026
+ c0.1-0.025,0.162-0.098,0.145-0.143l-0.559-1.585l-5.914,2.075L661.725,380.003z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M657.385,379.65c0.033,0.05,0.064,0.104,0.088,0.166
+ l0.521,1.494l3.73-1.31l-0.584-1.679L657.385,379.65z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M657.385,379.65c0.033,0.05,0.064,0.104,0.088,0.166
+ l0.521,1.494l3.73-1.31l-0.584-1.679L657.385,379.65z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M657.385,379.65c0.033,0.05,0.064,0.104,0.088,0.166
+ l0.521,1.494l3.73-1.31l-0.584-1.679L657.385,379.65z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M657.385,379.65c0.033,0.05,0.064,0.104,0.088,0.166
+ l0.521,1.494l3.73-1.31l-0.584-1.679L657.385,379.65z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M657.385,379.65c0.033,0.05,0.064,0.104,0.088,0.166
+ l0.521,1.494l3.73-1.31l-0.584-1.679L657.385,379.65z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M657.385,379.65c0.033,0.05,0.064,0.104,0.088,0.166
+ l0.521,1.494l3.73-1.31l-0.584-1.679L657.385,379.65z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M657.385,379.65c0.033,0.05,0.064,0.104,0.088,0.166
+ l0.521,1.494l3.73-1.31l-0.584-1.679L657.385,379.65z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M657.385,379.65c0.033,0.05,0.064,0.104,0.088,0.166
+ l0.521,1.494l3.73-1.31l-0.584-1.679L657.385,379.65z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M657.385,379.65l-4.754,1.67l0.557,1.578
+ c0.018,0.05,0.113,0.069,0.207,0.028l4.6-1.616l-0.521-1.494C657.449,379.757,657.42,379.7,657.385,379.65z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M657.385,379.65l-4.754,1.67l0.557,1.578
+ c0.018,0.05,0.113,0.069,0.207,0.028l4.6-1.616l-0.521-1.494C657.449,379.757,657.42,379.7,657.385,379.65z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M657.385,379.65l-4.754,1.67l0.557,1.578
+ c0.018,0.05,0.113,0.069,0.207,0.028l4.6-1.616l-0.521-1.494C657.449,379.757,657.42,379.7,657.385,379.65z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M657.385,379.65l-4.754,1.67l0.557,1.578
+ c0.018,0.05,0.113,0.069,0.207,0.028l4.6-1.616l-0.521-1.494C657.449,379.757,657.42,379.7,657.385,379.65z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M657.385,379.65l-4.754,1.67l0.557,1.578
+ c0.018,0.05,0.113,0.069,0.207,0.028l4.6-1.616l-0.521-1.494C657.449,379.757,657.42,379.7,657.385,379.65z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M657.385,379.65l-4.754,1.67l0.557,1.578
+ c0.018,0.05,0.113,0.069,0.207,0.028l4.6-1.616l-0.521-1.494C657.449,379.757,657.42,379.7,657.385,379.65z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M657.385,379.65l-4.754,1.67l0.557,1.578
+ c0.018,0.05,0.113,0.069,0.207,0.028l4.6-1.616l-0.521-1.494C657.449,379.757,657.42,379.7,657.385,379.65z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M657.385,379.65l-4.754,1.67l0.557,1.578
+ c0.018,0.05,0.113,0.069,0.207,0.028l4.6-1.616l-0.521-1.494C657.449,379.757,657.42,379.7,657.385,379.65z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M657.385,379.65l-4.754,1.67l0.557,1.578
+ c0.018,0.05,0.113,0.069,0.207,0.028l4.6-1.616l-0.521-1.494C657.449,379.757,657.42,379.7,657.385,379.65z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M703.625,372.148c0.268-0.092,0.479-0.185,0.473-0.195
+ l-0.818-2.34c-0.01-0.021-0.23,0.052-0.49,0.144l-1.543,0.543l0.842,2.392L703.625,372.148z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M703.625,372.148c0.268-0.092,0.479-0.185,0.473-0.195
+ l-0.818-2.34c-0.01-0.021-0.23,0.052-0.49,0.144l-1.543,0.543l0.842,2.392L703.625,372.148z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M703.625,372.148c0.268-0.092,0.479-0.185,0.473-0.195
+ l-0.818-2.34c-0.01-0.021-0.23,0.052-0.49,0.144l-1.543,0.543l0.842,2.392L703.625,372.148z"/>
+
+ <rect x="671.539" y="375.359" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 1460.0837 504.191)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="31.001" height="2.535"/>
+
+ <rect x="671.539" y="375.359" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 1460.0837 504.191)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="31.001" height="2.535"/>
+
+ <rect x="671.539" y="375.359" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 1460.0837 504.191)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="31.001" height="2.535"/>
+
+ <rect x="671.539" y="375.359" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 1460.0837 504.191)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="31.001" height="2.535"/>
+
+ <rect x="640.771" y="391.733" transform="matrix(-0.3298 -0.944 0.944 -0.3298 483.2996 1127.9944)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="2.541" height="1.426"/>
+
+ <rect x="640.771" y="391.733" transform="matrix(-0.3298 -0.944 0.944 -0.3298 483.2996 1127.9944)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="2.541" height="1.426"/>
+
+ <rect x="640.771" y="391.733" transform="matrix(-0.3298 -0.944 0.944 -0.3298 483.2996 1127.9944)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="2.541" height="1.426"/>
+
+ <rect x="640.771" y="391.733" transform="matrix(-0.3298 -0.944 0.944 -0.3298 483.2996 1127.9944)" opacity="0.2" fill="#FFF6A3" enable-background="new " width="2.541" height="1.426"/>
+
+ <rect x="640.771" y="391.733" transform="matrix(-0.3298 -0.944 0.944 -0.3298 483.2996 1127.9944)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="2.541" height="1.426"/>
+
+ <rect x="640.771" y="391.733" transform="matrix(-0.3298 -0.944 0.944 -0.3298 483.2996 1127.9944)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="2.541" height="1.426"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="642.293,391.014 643.133,393.407 651.637,390.42
+ 650.801,388.031 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="642.293,391.014 643.133,393.407 651.637,390.42
+ 650.801,388.031 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="642.293,391.014 643.133,393.407 651.637,390.42
+ 650.801,388.031 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" enable-background="new " points="642.293,391.014 643.133,393.407 651.637,390.42
+ 650.801,388.031 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="642.293,391.014 643.133,393.407 651.637,390.42
+ 650.801,388.031 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="642.293,391.014 643.133,393.407 651.637,390.42
+ 650.801,388.031 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="642.293,391.014 643.133,393.407 651.637,390.42
+ 650.801,388.031 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="669.604,381.419 670.448,383.813 672.834,382.971
+ 671.994,380.575 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="669.604,381.419 670.448,383.813 672.834,382.971
+ 671.994,380.575 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="669.604,381.419 670.448,383.813 672.834,382.971
+ 671.994,380.575 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="669.604,381.419 670.448,383.813 672.834,382.971
+ 671.994,380.575 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="669.604,381.419 670.448,383.813 672.834,382.971
+ 671.994,380.575 "/>
+
+ <rect x="659.377" y="383.117" transform="matrix(-0.9433 0.3319 -0.3319 -0.9433 1419.5687 526.2937)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="10.918" height="2.536"/>
+
+ <rect x="659.377" y="383.117" transform="matrix(-0.9433 0.3319 -0.3319 -0.9433 1419.5687 526.2937)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="10.918" height="2.536"/>
+
+ <rect x="659.377" y="383.117" transform="matrix(-0.9433 0.3319 -0.3319 -0.9433 1419.5687 526.2937)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="10.918" height="2.536"/>
+
+ <rect x="659.377" y="383.117" transform="matrix(-0.9433 0.3319 -0.3319 -0.9433 1419.5687 526.2937)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="10.918" height="2.536"/>
+
+ <rect x="659.377" y="383.117" transform="matrix(-0.9433 0.3319 -0.3319 -0.9433 1419.5687 526.2937)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="10.918" height="2.536"/>
+
+ <rect x="659.377" y="383.117" transform="matrix(-0.9433 0.3319 -0.3319 -0.9433 1419.5687 526.2937)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="10.918" height="2.536"/>
+
+ <rect x="656.058" y="384.59" transform="matrix(-0.3312 -0.9436 0.9436 -0.3312 509.7417 1135.5619)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="2.542" height="5.063"/>
+
+ <rect x="656.058" y="384.59" transform="matrix(-0.3312 -0.9436 0.9436 -0.3312 509.7417 1135.5619)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="2.542" height="5.063"/>
+
+ <rect x="656.058" y="384.59" transform="matrix(-0.3312 -0.9436 0.9436 -0.3312 509.7417 1135.5619)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="2.542" height="5.063"/>
+
+ <rect x="656.058" y="384.59" transform="matrix(-0.3312 -0.9436 0.9436 -0.3312 509.7417 1135.5619)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="2.542" height="5.063"/>
+
+ <rect x="656.058" y="384.59" transform="matrix(-0.3312 -0.9436 0.9436 -0.3312 509.7417 1135.5619)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="2.542" height="5.063"/>
+
+ <rect x="656.058" y="384.59" transform="matrix(-0.3312 -0.9436 0.9436 -0.3312 509.7417 1135.5619)" opacity="0.4" fill="#FFF8B9" enable-background="new " width="2.542" height="5.063"/>
+
+ <rect x="656.058" y="384.59" transform="matrix(-0.3312 -0.9436 0.9436 -0.3312 509.7417 1135.5619)" opacity="0.5" fill="#D1E4B7" enable-background="new " width="2.542" height="5.063"/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="652.385,390.154 655.373,389.115 654.531,386.718
+ 651.547,387.766 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="652.385,390.154 655.373,389.115 654.531,386.718
+ 651.547,387.766 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="652.385,390.154 655.373,389.115 654.531,386.718
+ 651.547,387.766 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="652.385,390.154 655.373,389.115 654.531,386.718
+ 651.547,387.766 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" enable-background="new " points="652.385,390.154 655.373,389.115 654.531,386.718
+ 651.547,387.766 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="652.385,390.154 655.373,389.115 654.531,386.718
+ 651.547,387.766 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="652.385,390.154 655.373,389.115 654.531,386.718
+ 651.547,387.766 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="652.385,390.154 655.373,389.115 654.531,386.718
+ 651.547,387.766 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="650.801,388.031 651.637,390.42 652.385,390.154
+ 651.547,387.766 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="650.801,388.031 651.637,390.42 652.385,390.154
+ 651.547,387.766 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="650.801,388.031 651.637,390.42 652.385,390.154
+ 651.547,387.766 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="650.801,388.031 651.637,390.42 652.385,390.154
+ 651.547,387.766 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" enable-background="new " points="650.801,388.031 651.637,390.42 652.385,390.154
+ 651.547,387.766 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="650.801,388.031 651.637,390.42 652.385,390.154
+ 651.547,387.766 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="650.801,388.031 651.637,390.42 652.385,390.154
+ 651.547,387.766 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" enable-background="new " points="650.801,388.031 651.637,390.42 652.385,390.154
+ 651.547,387.766 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" enable-background="new " points="650.801,388.031 651.637,390.42 652.385,390.154
+ 651.547,387.766 "/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M635.125,393.542c-0.268,0.091-0.477,0.173-0.473,0.192
+ l0.82,2.34c0.006,0.014,0.229-0.049,0.492-0.145l5.822-2.049l-0.84-2.396L635.125,393.542z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M635.125,393.542c-0.268,0.091-0.477,0.173-0.473,0.192
+ l0.82,2.34c0.006,0.014,0.229-0.049,0.492-0.145l5.822-2.049l-0.84-2.396L635.125,393.542z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M635.125,393.542c-0.268,0.091-0.477,0.173-0.473,0.192
+ l0.82,2.34c0.006,0.014,0.229-0.049,0.492-0.145l5.822-2.049l-0.84-2.396L635.125,393.542z"/>
+ <path opacity="0.2" fill="#FFF6A3" enable-background="new " d="M635.125,393.542c-0.268,0.091-0.477,0.173-0.473,0.192
+ l0.82,2.34c0.006,0.014,0.229-0.049,0.492-0.145l5.822-2.049l-0.84-2.396L635.125,393.542z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M635.125,393.542c-0.268,0.091-0.477,0.173-0.473,0.192
+ l0.82,2.34c0.006,0.014,0.229-0.049,0.492-0.145l5.822-2.049l-0.84-2.396L635.125,393.542z"/>
+ <path opacity="0.4" fill="#FFF8B9" enable-background="new " d="M635.125,393.542c-0.268,0.091-0.477,0.173-0.473,0.192
+ l0.82,2.34c0.006,0.014,0.229-0.049,0.492-0.145l5.822-2.049l-0.84-2.396L635.125,393.542z"/>
+ <path opacity="0.5" fill="#D1E4B7" enable-background="new " d="M635.125,393.542c-0.268,0.091-0.477,0.173-0.473,0.192
+ l0.82,2.34c0.006,0.014,0.229-0.049,0.492-0.145l5.822-2.049l-0.84-2.396L635.125,393.542z"/>
+ </g>
+ </g>
+ </g>
+</g>
+<linearGradient id="SVGID_14_" gradientUnits="userSpaceOnUse" x1="384.0813" y1="-111.103" x2="384.0813" y2="-151.8022" gradientTransform="matrix(0 1 -1 0 424.8625 -366.2141)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+</linearGradient>
+<line opacity="0.3" fill="none" stroke="url(#SVGID_14_)" stroke-width="3" stroke-miterlimit="10" enable-background="new " x1="535.965" y1="17.867" x2="576.664" y2="17.867"/>
+<linearGradient id="SVGID_15_" gradientUnits="userSpaceOnUse" x1="408.7581" y1="360.5879" x2="408.7581" y2="319.5547" gradientTransform="matrix(0 1 -1 0 424.8625 -366.2141)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+</linearGradient>
+<line opacity="0.3" fill="none" stroke="url(#SVGID_15_)" stroke-width="3" stroke-miterlimit="10" enable-background="new " x1="64.274" y1="42.544" x2="105.307" y2="42.544"/>
+</svg>
diff --git a/moonlight-theme/grub/grub_background.sh b/moonlight-theme/grub/grub_background.sh
new file mode 100644
index 0000000..c7ba469
--- /dev/null
+++ b/moonlight-theme/grub/grub_background.sh
@@ -0,0 +1,3 @@
+WALLPAPER=/usr/share/images/desktop-base/desktop-grub.png
+COLOR_NORMAL=white/black
+COLOR_HIGHLIGHT=black/white
diff --git a/moonlight-theme/lockscreen/contents/images/1280x1024.svg b/moonlight-theme/lockscreen/contents/images/1280x1024.svg
new file mode 100644
index 0000000..4807382
--- /dev/null
+++ b/moonlight-theme/lockscreen/contents/images/1280x1024.svg
@@ -0,0 +1,2214 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="1280px"
+ height="1024px" viewBox="0 0 1280 1024" enable-background="new 0 0 1280 1024" xml:space="preserve">
+<g id="Layer_2">
+ <rect x="-657" y="-293.988" fill="#23353D" width="2600" height="1708.988"/>
+ <g>
+ <rect x="-657" y="-310.043" fill="#133544" width="2600" height="2042.495"/>
+
+ <radialGradient id="SVGID_1_" cx="-52.5449" cy="1442.0664" r="1100.5116" gradientTransform="matrix(1 0 0 -1.1952 695.5449 2434.7629)" gradientUnits="userSpaceOnUse">
+ <stop offset="0" style="stop-color:#24363E"/>
+ <stop offset="0.1555" style="stop-color:#273943"/>
+ <stop offset="0.3948" style="stop-color:#2B3F49"/>
+ <stop offset="0.6601" style="stop-color:#2E424D"/>
+ <stop offset="1" style="stop-color:#2F434E"/>
+ </radialGradient>
+ <rect x="-657" y="-310.043" fill="none" stroke="url(#SVGID_1_)" stroke-miterlimit="10" width="2600" height="2042.495"/>
+ </g>
+
+ <radialGradient id="SVGID_2_" cx="643" cy="872.042" r="1100.0315" gradientTransform="matrix(1 0 0 1.0431 0 -68.4866)" gradientUnits="userSpaceOnUse">
+ <stop offset="0" style="stop-color:#23516C"/>
+ <stop offset="1" style="stop-color:#133443"/>
+ </radialGradient>
+ <rect x="-657" y="-50.169" opacity="0.5" fill="url(#SVGID_2_)" width="2600" height="1782.619"/>
+</g>
+<g id="Layer_1">
+
+ <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="170.7393" y1="885.5967" x2="1960.29" y2="885.5967" gradientTransform="matrix(1 0 0 1 -225.915 -108.0171)">
+ <stop offset="0" style="stop-color:#2B4F5A"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+ <rect x="-55.175" y="762.627" opacity="0.2" fill="url(#SVGID_3_)" width="1789.55" height="29.904"/>
+ <path opacity="0.3" fill="#244960" stroke="#F6F6F6" stroke-width="3" stroke-miterlimit="10" d="M554.387,708.378
+ c-104.905,104.904-274.99,104.903-379.895-0.002C69.587,603.471,69.587,433.387,174.491,328.481"/>
+ <circle opacity="0.3" fill="#244960" cx="347.455" cy="562.293" r="220.76"/>
+ <circle opacity="0.6" fill="#0F90AF" cx="324.953" cy="659.544" r="105.721"/>
+ <circle opacity="0.2" fill="#31708E" cx="331.386" cy="622.837" r="160.215"/>
+ <g>
+ <path fill="none" d="M269.486,726.467l-3.288-3.287l-10.981,10.98c1.035,1.145,2.103,2.268,3.205,3.371l0,0L269.486,726.467z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M238.459,662.252c-0.242-0.244-0.207-0.672,0.081-0.961l7.413-7.412L235.7,643.625
+ c-3.484,10.873-4.91,22.26-4.28,33.553l10.983-10.982L238.459,662.252z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M280.73,716.107l7.854,7.854l5.793-5.793l-11.585-11.584l-16.595,16.596l3.288,3.287
+ l10.424-10.424C280.119,715.834,280.486,715.863,280.73,716.107z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M280.394,619.438c0.288-0.288,0.718-0.324,0.96-0.081l0.586,0.586
+ c-0.566-0.566-0.675-1.377-0.242-1.809l18.942-18.943l-12.653-12.654c-10.746,4.521-20.813,11.156-29.563,19.907
+ c-2.613,2.613-5.036,5.343-7.271,8.173l17.031,17.031L280.394,619.438z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M336.584,580.154c-3.772-0.516-7.57-0.799-11.371-0.85l6.111,6.11L336.584,580.154z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M392.535,620.013c0.432-0.433,1.134-0.433,1.565,0l14.805,14.805
+ c-4.504-10.299-10.969-19.946-19.396-28.373c-11.092-11.092-24.297-18.784-38.317-23.079l38.995,38.996L392.535,620.013z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M370.459,624.55l5.131-5.132c0.34-0.34,0.627-0.602,0.643-0.587l2.455,2.456
+ c0.016,0.016-0.247,0.303-0.587,0.643l-5.131,5.131l6.259,6.259l10.959-10.958l-38.995-38.996
+ c-4.792-1.466-9.678-2.537-14.608-3.211l-5.26,5.261L370.459,624.55z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M370.459,624.55l5.131-5.132c0.34-0.34,0.627-0.602,0.643-0.587l2.455,2.456
+ c0.016,0.016-0.247,0.303-0.587,0.643l-5.131,5.131l6.259,6.259l10.959-10.958l-38.995-38.996
+ c-4.792-1.466-9.678-2.537-14.608-3.211l-5.26,5.261L370.459,624.55z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M409.416,707.967c0.493-1.172,0.961-2.354,1.403-3.541l-2.472,2.473L409.416,707.967z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M409.416,707.967c0.493-1.172,0.961-2.354,1.403-3.541l-2.472,2.473L409.416,707.967z"/>
+
+ <rect x="291.397" y="717.172" transform="matrix(0.7071 0.7071 -0.7071 0.7071 595.4466 5.0018)" opacity="0.4" fill="#FFF8B9" width="0.577" height="8.192"/>
+
+ <rect x="291.397" y="717.172" transform="matrix(0.7071 0.7071 -0.7071 0.7071 595.4466 5.0018)" opacity="0.4" fill="#FFF8B9" width="0.577" height="8.192"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M312.715,715.84l-6.594,6.594c-0.269,0.27-0.495,0.479-0.506,0.469l-1.736-1.736
+ c-0.01-0.012,0.2-0.238,0.469-0.506l6.593-6.594l-4.133-4.133l-16.126,16.125l29.554,29.553c0.244,0.244,0.273,0.613,0.064,0.82
+ L312.733,764c1.424,0.172,2.851,0.311,4.277,0.418l22.141-22.141L312.715,715.84z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M312.715,715.84l-6.594,6.594c-0.269,0.27-0.495,0.479-0.506,0.469l-1.736-1.736
+ c-0.01-0.012,0.2-0.238,0.469-0.506l6.593-6.594l-4.133-4.133l-16.126,16.125l29.554,29.553c0.244,0.244,0.273,0.613,0.064,0.82
+ L312.733,764c1.424,0.172,2.851,0.311,4.277,0.418l22.141-22.141L312.715,715.84z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M383.973,742.639c1.896-1.615,3.744-3.316,5.537-5.109
+ c5.761-5.76,10.604-12.092,14.531-18.811l-21.995,21.994L383.973,742.639z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M383.973,742.639c1.896-1.615,3.744-3.316,5.537-5.109
+ c5.761-5.76,10.604-12.092,14.531-18.811l-21.995,21.994L383.973,742.639z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M389.404,725.84c-0.432,0.434-1.134,0.434-1.565,0l-0.87-0.869l-25.418-25.418
+ l-10.333,10.332l30.828,30.828l21.995-21.994c2.038-3.488,3.83-7.08,5.375-10.752l-1.068-1.068L389.404,725.84z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M389.404,725.84c-0.432,0.434-1.134,0.434-1.565,0l-0.87-0.869l-25.418-25.418
+ l-10.333,10.332l30.828,30.828l21.995-21.994c2.038-3.488,3.83-7.08,5.375-10.752l-1.068-1.068L389.404,725.84z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M389.404,725.84c-0.432,0.434-1.134,0.434-1.565,0l-0.87-0.869l-25.418-25.418
+ l-10.333,10.332l30.828,30.828l21.995-21.994c2.038-3.488,3.83-7.08,5.375-10.752l-1.068-1.068L389.404,725.84z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M233.034,690.016c3.155,15.986,10.549,31.303,22.183,44.145l10.981-10.98L233.034,690.016z"
+ />
+ <path opacity="0.4" fill="#FFF8B9" d="M282.793,706.584l-40.39-40.389l-10.983,10.982c0.239,4.303,0.777,8.594,1.614,12.838
+ l33.164,33.164L282.793,706.584z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M282.793,706.584l-40.39-40.389l-10.983,10.982c0.239,4.303,0.777,8.594,1.614,12.838
+ l33.164,33.164L282.793,706.584z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M304.71,707.836l-5.706-5.705c-0.203-0.205-0.347-0.439-0.43-0.678l-6.82,6.822
+ c-0.34,0.338-0.627,0.602-0.643,0.586l-2.455-2.455c-0.016-0.016,0.247-0.303,0.587-0.643l9.201-9.203l-2.814-2.814
+ l-12.837,12.838l11.585,11.584L304.71,707.836z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M304.71,707.836l-5.706-5.705c-0.203-0.205-0.347-0.439-0.43-0.678l-6.82,6.822
+ c-0.34,0.338-0.627,0.602-0.643,0.586l-2.455-2.455c-0.016-0.016,0.247-0.303,0.587-0.643l9.201-9.203l-2.814-2.814
+ l-12.837,12.838l11.585,11.584L304.71,707.836z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M245.953,653.879l-7.413,7.412c-0.288,0.289-0.323,0.717-0.081,0.961l3.944,3.943
+ l7.934-7.934L245.953,653.879z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M245.953,653.879l-7.413,7.412c-0.288,0.289-0.323,0.717-0.081,0.961l3.944,3.943
+ l7.934-7.934L245.953,653.879z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M284.515,624.084c0.433-0.433,0.981-0.584,1.226-0.34l-3.801-3.801l-0.586-0.586
+ c-0.242-0.243-0.672-0.207-0.96,0.081l-12.211,12.21l4.384,4.385L284.515,624.084z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M284.515,624.084c0.433-0.433,0.981-0.584,1.226-0.34l-3.801-3.801l-0.586-0.586
+ c-0.242-0.243-0.672-0.207-0.96,0.081l-12.211,12.21l4.384,4.385L284.515,624.084z"/>
+
+ <rect x="295.751" y="690.058" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -401.42 414.8742)" opacity="0.4" fill="#FFF8B9" width="8.784" height="3.98"/>
+
+ <rect x="295.751" y="690.058" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -401.42 414.8742)" opacity="0.4" fill="#FFF8B9" width="8.784" height="3.98"/>
+
+ <rect x="295.751" y="690.058" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -401.42 414.8742)" opacity="0.5" fill="#D1E4B7" width="8.784" height="3.98"/>
+
+ <rect x="299.459" y="705.9" transform="matrix(0.7071 0.7071 -0.7071 0.7071 592.107 -3.0607)" opacity="0.4" fill="#FFF8B9" width="0.577" height="14.612"/>
+
+ <rect x="299.459" y="705.9" transform="matrix(0.7071 0.7071 -0.7071 0.7071 592.107 -3.0607)" opacity="0.4" fill="#FFF8B9" width="0.577" height="14.612"/>
+
+ <rect x="299.459" y="705.9" transform="matrix(0.7071 0.7071 -0.7071 0.7071 592.107 -3.0607)" opacity="0.5" fill="#D1E4B7" width="0.577" height="14.612"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M289.368,627.371l-3.628-3.627c-0.244-0.244-0.793-0.093-1.226,0.34l-11.948,11.949
+ l4.07,4.069L289.368,627.371z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M289.368,627.371l-3.628-3.627c-0.244-0.244-0.793-0.093-1.226,0.34l-11.948,11.949
+ l4.07,4.069L289.368,627.371z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M289.368,627.371l-3.628-3.627c-0.244-0.244-0.793-0.093-1.226,0.34l-11.948,11.949
+ l4.07,4.069L289.368,627.371z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M294.208,692.324l-4.121,4.121c-0.432,0.434-1.107,0.457-1.509,0.057l-38.241-38.24
+ l-7.934,7.934l40.39,40.389l12.837-12.838L294.208,692.324z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M294.208,692.324l-4.121,4.121c-0.432,0.434-1.107,0.457-1.509,0.057l-38.241-38.24
+ l-7.934,7.934l40.39,40.389l12.837-12.838L294.208,692.324z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M294.208,692.324l-4.121,4.121c-0.432,0.434-1.107,0.457-1.509,0.057l-38.241-38.24
+ l-7.934,7.934l40.39,40.389l12.837-12.838L294.208,692.324z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M310.808,674.271c0.401,0.402,0.377,1.076-0.056,1.51l10.227-10.225l-11.168-11.169
+ c-0.096-0.095-0.106-0.239-0.025-0.32l3.14-3.14l-23.557-23.557l-12.731,12.731L310.808,674.271z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M310.808,674.271c0.401,0.402,0.377,1.076-0.056,1.51l10.227-10.225l-11.168-11.169
+ c-0.096-0.095-0.106-0.239-0.025-0.32l3.14-3.14l-23.557-23.557l-12.731,12.731L310.808,674.271z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M310.808,674.271c0.401,0.402,0.377,1.076-0.056,1.51l10.227-10.225l-11.168-11.169
+ c-0.096-0.095-0.106-0.239-0.025-0.32l3.14-3.14l-23.557-23.557l-12.731,12.731L310.808,674.271z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M310.808,674.271c0.401,0.402,0.377,1.076-0.056,1.51l10.227-10.225l-11.168-11.169
+ c-0.096-0.095-0.106-0.239-0.025-0.32l3.14-3.14l-23.557-23.557l-12.731,12.731L310.808,674.271z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M300.704,686.398c-0.156-0.158-0.134-0.436,0.053-0.623l-6.549,6.549l1.422,1.422
+ l6.212-6.211L300.704,686.398z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M300.704,686.398c-0.156-0.158-0.134-0.436,0.053-0.623l-6.549,6.549l1.422,1.422
+ l6.212-6.211L300.704,686.398z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M300.704,686.398c-0.156-0.158-0.134-0.436,0.053-0.623l-6.549,6.549l1.422,1.422
+ l6.212-6.211L300.704,686.398z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M300.704,686.398c-0.156-0.158-0.134-0.436,0.053-0.623l-6.549,6.549l1.422,1.422
+ l6.212-6.211L300.704,686.398z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M392.535,620.013l-2.348,2.349l11.892,11.892l1.615-1.614
+ c0.278-0.279,0.518-0.493,0.532-0.479l2.456,2.456c0.015,0.015-0.199,0.254-0.478,0.533l-1.615,1.614l7.999,7.998
+ c-1.032-3.368-2.261-6.688-3.684-9.944l-14.805-14.805C393.669,619.58,392.967,619.58,392.535,620.013z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M392.535,620.013l-2.348,2.349l11.892,11.892l1.615-1.614
+ c0.278-0.279,0.518-0.493,0.532-0.479l2.456,2.456c0.015,0.015-0.199,0.254-0.478,0.533l-1.615,1.614l7.999,7.998
+ c-1.032-3.368-2.261-6.688-3.684-9.944l-14.805-14.805C393.669,619.58,392.967,619.58,392.535,620.013z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M373.905,667.447l35.294,35.293c0.566,0.566,0.677,1.377,0.244,1.809l-1.723,1.723
+ l0.627,0.627l2.472-2.473c7.141-19.156,7.73-40.195,1.77-59.664l-7.999-7.998L373.905,667.447z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M373.905,667.447l35.294,35.293c0.566,0.566,0.677,1.377,0.244,1.809l-1.723,1.723
+ l0.627,0.627l2.472-2.473c7.141-19.156,7.73-40.195,1.77-59.664l-7.999-7.998L373.905,667.447z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M373.905,667.447l35.294,35.293c0.566,0.566,0.677,1.377,0.244,1.809l-1.723,1.723
+ l0.627,0.627l2.472-2.473c7.141-19.156,7.73-40.195,1.77-59.664l-7.999-7.998L373.905,667.447z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M384.081,639.738l-18.942,18.943l0.595,0.594l6.906-6.906
+ c0.269-0.268,0.494-0.477,0.504-0.467l1.736,1.736c0.011,0.011-0.198,0.236-0.467,0.506l-6.906,6.905l3.888,3.888l30.685-30.685
+ l-11.892-11.892l-10.959,10.958l4.61,4.61C384.405,638.496,384.514,639.307,384.081,639.738z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M384.081,639.738l-18.942,18.943l0.595,0.594l6.906-6.906
+ c0.269-0.268,0.494-0.477,0.504-0.467l1.736,1.736c0.011,0.011-0.198,0.236-0.467,0.506l-6.906,6.905l3.888,3.888l30.685-30.685
+ l-11.892-11.892l-10.959,10.958l4.61,4.61C384.405,638.496,384.514,639.307,384.081,639.738z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M384.081,639.738l-18.942,18.943l0.595,0.594l6.906-6.906
+ c0.269-0.268,0.494-0.477,0.504-0.467l1.736,1.736c0.011,0.011-0.198,0.236-0.467,0.506l-6.906,6.905l3.888,3.888l30.685-30.685
+ l-11.892-11.892l-10.959,10.958l4.61,4.61C384.405,638.496,384.514,639.307,384.081,639.738z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M386.969,724.971l0.87,0.869c0.432,0.434,1.134,0.434,1.565,0l18.943-18.941l-0.627-0.627
+ l-18.942,18.943C388.346,725.646,387.535,725.537,386.969,724.971z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M386.969,724.971l0.87,0.869c0.432,0.434,1.134,0.434,1.565,0l18.943-18.941l-0.627-0.627
+ l-18.942,18.943C388.346,725.646,387.535,725.537,386.969,724.971z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M386.969,724.971l0.87,0.869c0.432,0.434,1.134,0.434,1.565,0l18.943-18.941l-0.627-0.627
+ l-18.942,18.943C388.346,725.646,387.535,725.537,386.969,724.971z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M386.969,724.971l0.87,0.869c0.432,0.434,1.134,0.434,1.565,0l18.943-18.941l-0.627-0.627
+ l-18.942,18.943C388.346,725.646,387.535,725.537,386.969,724.971z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M317.011,764.418c13.113,0.98,26.396-0.816,38.89-5.391l-16.749-16.75L317.011,764.418z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M317.011,764.418c13.113,0.98,26.396-0.816,38.89-5.391l-16.749-16.75L317.011,764.418z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M317.011,764.418c13.113,0.98,26.396-0.816,38.89-5.391l-16.749-16.75L317.011,764.418z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M302.362,597.47c0.433-0.433,1.241-0.323,1.808,0.243l7.428,7.428l19.727-19.726
+ l-6.111-6.11c-12.666-0.17-25.36,2.242-37.227,7.232l12.653,12.654L302.362,597.47z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M302.362,597.47c0.433-0.433,1.241-0.323,1.808,0.243l7.428,7.428l19.727-19.726
+ l-6.111-6.11c-12.666-0.17-25.36,2.242-37.227,7.232l12.653,12.654L302.362,597.47z"/>
+
+ <rect x="313.356" y="600.897" transform="matrix(0.7071 0.7071 -0.7071 0.7071 534.6461 -61.0594)" opacity="0.4" fill="#FFF8B9" width="55.345" height="27.897"/>
+
+ <rect x="313.356" y="600.897" transform="matrix(0.7071 0.7071 -0.7071 0.7071 534.6461 -61.0594)" opacity="0.4" fill="#FFF8B9" width="55.345" height="27.897"/>
+
+ <rect x="313.356" y="600.897" transform="matrix(0.7071 0.7071 -0.7071 0.7071 534.6461 -61.0594)" opacity="0.4" fill="#FFF8B9" width="55.345" height="27.897"/>
+
+ <rect x="352.288" y="635.627" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1077.7902 833.6702)" opacity="0.4" fill="#FFF8B9" width="27.896" height="8.851"/>
+
+ <rect x="352.288" y="635.627" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1077.7902 833.6702)" opacity="0.4" fill="#FFF8B9" width="27.896" height="8.851"/>
+
+ <rect x="352.288" y="635.627" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1077.7902 833.6702)" opacity="0.4" fill="#FFF8B9" width="27.896" height="8.851"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M359.91,653.453l4.742-4.742c0.4-0.4,0.732-0.715,0.742-0.705l1.652,1.652
+ c0.01,0.01-0.305,0.342-0.705,0.742l-4.742,4.742l3.539,3.539l18.942-18.943c0.433-0.432,0.324-1.242-0.242-1.809l-4.61-4.61
+ l-19.726,19.726L359.91,653.453z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M359.91,653.453l4.742-4.742c0.4-0.4,0.732-0.715,0.742-0.705l1.652,1.652
+ c0.01,0.01-0.305,0.342-0.705,0.742l-4.742,4.742l3.539,3.539l18.942-18.943c0.433-0.432,0.324-1.242-0.242-1.809l-4.61-4.61
+ l-19.726,19.726L359.91,653.453z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M359.91,653.453l4.742-4.742c0.4-0.4,0.732-0.715,0.742-0.705l1.652,1.652
+ c0.01,0.01-0.305,0.342-0.705,0.742l-4.742,4.742l3.539,3.539l18.942-18.943c0.433-0.432,0.324-1.242-0.242-1.809l-4.61-4.61
+ l-19.726,19.726L359.91,653.453z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M359.91,653.453l4.742-4.742c0.4-0.4,0.732-0.715,0.742-0.705l1.652,1.652
+ c0.01,0.01-0.305,0.342-0.705,0.742l-4.742,4.742l3.539,3.539l18.942-18.943c0.433-0.432,0.324-1.242-0.242-1.809l-4.61-4.61
+ l-19.726,19.726L359.91,653.453z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M352.301,706.586c-0.432,0.432-1.133,0.43-1.564-0.002l-4.227-4.227l-1.41,1.41l6.118,6.117
+ l10.333-10.332l-1.108-1.109L352.301,706.586z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M352.301,706.586c-0.432,0.432-1.133,0.43-1.564-0.002l-4.227-4.227l-1.41,1.41l6.118,6.117
+ l10.333-10.332l-1.108-1.109L352.301,706.586z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M352.301,706.586c-0.432,0.432-1.133,0.43-1.564-0.002l-4.227-4.227l-1.41,1.41l6.118,6.117
+ l10.333-10.332l-1.108-1.109L352.301,706.586z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M352.301,706.586c-0.432,0.432-1.133,0.43-1.564-0.002l-4.227-4.227l-1.41,1.41l6.118,6.117
+ l10.333-10.332l-1.108-1.109L352.301,706.586z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M326.939,685.605l5.323-5.322l-6.259-6.26l-5.447,5.447c0.238,0.082,0.474,0.225,0.677,0.43
+ L326.939,685.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M326.939,685.605l5.323-5.322l-6.259-6.26l-5.447,5.447c0.238,0.082,0.474,0.225,0.677,0.43
+ L326.939,685.605z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M326.939,685.605l5.323-5.322l-6.259-6.26l-5.447,5.447c0.238,0.082,0.474,0.225,0.677,0.43
+ L326.939,685.605z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M326.939,685.605l5.323-5.322l-6.259-6.26l-5.447,5.447c0.238,0.082,0.474,0.225,0.677,0.43
+ L326.939,685.605z"/>
+
+ <rect x="298.992" y="676.674" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -388.0453 420.4408)" opacity="0.4" fill="#FFF8B9" width="29.073" height="3.98"/>
+
+ <rect x="298.992" y="676.674" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -388.0453 420.4408)" opacity="0.4" fill="#FFF8B9" width="29.073" height="3.98"/>
+
+ <rect x="298.992" y="676.674" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -388.0453 420.4408)" opacity="0.5" fill="#D1E4B7" width="29.073" height="3.98"/>
+
+ <rect x="298.992" y="676.674" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -388.0453 420.4408)" opacity="0.2" fill="#FFF6A3" width="29.073" height="3.98"/>
+
+ <rect x="326.041" y="682.86" transform="matrix(0.7072 -0.707 0.707 0.7072 -386.4383 433.2313)" opacity="0.4" fill="#FFF8B9" width="7.528" height="0.577"/>
+
+ <rect x="326.041" y="682.86" transform="matrix(0.7072 -0.707 0.707 0.7072 -386.4383 433.2313)" opacity="0.4" fill="#FFF8B9" width="7.528" height="0.577"/>
+
+ <rect x="326.041" y="682.86" transform="matrix(0.7072 -0.707 0.707 0.7072 -386.4383 433.2313)" opacity="0.4" fill="#FFF8B9" width="7.528" height="0.577"/>
+
+ <rect x="326.041" y="682.86" transform="matrix(0.7072 -0.707 0.707 0.7072 -386.4383 433.2313)" opacity="0.5" fill="#D1E4B7" width="7.528" height="0.577"/>
+
+ <rect x="326.041" y="682.86" transform="matrix(0.7072 -0.707 0.707 0.7072 -386.4383 433.2313)" opacity="0.2" fill="#FFF6A3" width="7.528" height="0.577"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M320.979,665.557l-10.227,10.225l-9.995,9.994c-0.187,0.188-0.209,0.465-0.053,0.623
+ l1.138,1.137l20.559-20.557L320.979,665.557z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M320.979,665.557l-10.227,10.225l-9.995,9.994c-0.187,0.188-0.209,0.465-0.053,0.623
+ l1.138,1.137l20.559-20.557L320.979,665.557z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M320.979,665.557l-10.227,10.225l-9.995,9.994c-0.187,0.188-0.209,0.465-0.053,0.623
+ l1.138,1.137l20.559-20.557L320.979,665.557z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M320.979,665.557l-10.227,10.225l-9.995,9.994c-0.187,0.188-0.209,0.465-0.053,0.623
+ l1.138,1.137l20.559-20.557L320.979,665.557z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M320.979,665.557l-10.227,10.225l-9.995,9.994c-0.187,0.188-0.209,0.465-0.053,0.623
+ l1.138,1.137l20.559-20.557L320.979,665.557z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M337.272,675.273l-1.664-1.664l-3.14,3.139c-0.081,0.082-0.225,0.07-0.321-0.025
+ l-4.421-4.422l-1.723,1.723l6.259,6.26L337.272,675.273z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M337.272,675.273l-1.664-1.664l-3.14,3.139c-0.081,0.082-0.225,0.07-0.321-0.025
+ l-4.421-4.422l-1.723,1.723l6.259,6.26L337.272,675.273z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M337.272,675.273l-1.664-1.664l-3.14,3.139c-0.081,0.082-0.225,0.07-0.321-0.025
+ l-4.421-4.422l-1.723,1.723l6.259,6.26L337.272,675.273z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M337.272,675.273l-1.664-1.664l-3.14,3.139c-0.081,0.082-0.225,0.07-0.321-0.025
+ l-4.421-4.422l-1.723,1.723l6.259,6.26L337.272,675.273z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M337.272,675.273l-1.664-1.664l-3.14,3.139c-0.081,0.082-0.225,0.07-0.321-0.025
+ l-4.421-4.422l-1.723,1.723l6.259,6.26L337.272,675.273z"/>
+
+ <rect x="334.683" y="674.44" transform="matrix(0.7071 0.7071 -0.7071 0.7071 577.5168 -38.2843)" opacity="0.4" fill="#FFF8B9" width="0.577" height="7.085"/>
+
+ <rect x="334.683" y="674.44" transform="matrix(0.7071 0.7071 -0.7071 0.7071 577.5168 -38.2843)" opacity="0.4" fill="#FFF8B9" width="0.577" height="7.085"/>
+
+ <rect x="334.683" y="674.44" transform="matrix(0.7071 0.7071 -0.7071 0.7071 577.5168 -38.2843)" opacity="0.4" fill="#FFF8B9" width="0.577" height="7.085"/>
+
+ <rect x="334.683" y="674.44" transform="matrix(0.7071 0.7071 -0.7071 0.7071 577.5168 -38.2843)" opacity="0.5" fill="#D1E4B7" width="0.577" height="7.085"/>
+
+ <rect x="334.683" y="674.44" transform="matrix(0.7071 0.7071 -0.7071 0.7071 577.5168 -38.2843)" opacity="0.4" fill="#FFF8B9" width="0.577" height="7.085"/>
+
+ <rect x="334.683" y="674.44" transform="matrix(0.7071 0.7071 -0.7071 0.7071 577.5168 -38.2843)" opacity="0.2" fill="#FFF6A3" width="0.577" height="7.085"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M312.925,650.928l-3.14,3.14c-0.081,0.081-0.07,0.226,0.025,0.32l11.168,11.169l3.287-3.287
+ L312.925,650.928z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M312.925,650.928l-3.14,3.14c-0.081,0.081-0.07,0.226,0.025,0.32l11.168,11.169l3.287-3.287
+ L312.925,650.928z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M312.925,650.928l-3.14,3.14c-0.081,0.081-0.07,0.226,0.025,0.32l11.168,11.169l3.287-3.287
+ L312.925,650.928z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M312.925,650.928l-3.14,3.14c-0.081,0.081-0.07,0.226,0.025,0.32l11.168,11.169l3.287-3.287
+ L312.925,650.928z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M312.925,650.928l-3.14,3.14c-0.081,0.081-0.07,0.226,0.025,0.32l11.168,11.169l3.287-3.287
+ L312.925,650.928z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M325.244,663.248c0.245,0.244,0.094,0.793-0.34,1.227l-2.504,2.504l2.815,2.814l3.286-3.287
+ L325.244,663.248z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M325.244,663.248c0.245,0.244,0.094,0.793-0.34,1.227l-2.504,2.504l2.815,2.814l3.286-3.287
+ L325.244,663.248z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M325.244,663.248c0.245,0.244,0.094,0.793-0.34,1.227l-2.504,2.504l2.815,2.814l3.286-3.287
+ L325.244,663.248z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M325.244,663.248c0.245,0.244,0.094,0.793-0.34,1.227l-2.504,2.504l2.815,2.814l3.286-3.287
+ L325.244,663.248z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M325.244,663.248c0.245,0.244,0.094,0.793-0.34,1.227l-2.504,2.504l2.815,2.814l3.286-3.287
+ L325.244,663.248z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M324.904,664.475c0.434-0.434,0.585-0.982,0.34-1.227l-0.979-0.979l-3.287,3.287
+ l1.422,1.422L324.904,664.475z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M324.904,664.475c0.434-0.434,0.585-0.982,0.34-1.227l-0.979-0.979l-3.287,3.287
+ l1.422,1.422L324.904,664.475z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M324.904,664.475c0.434-0.434,0.585-0.982,0.34-1.227l-0.979-0.979l-3.287,3.287
+ l1.422,1.422L324.904,664.475z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M324.904,664.475c0.434-0.434,0.585-0.982,0.34-1.227l-0.979-0.979l-3.287,3.287
+ l1.422,1.422L324.904,664.475z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M324.904,664.475c0.434-0.434,0.585-0.982,0.34-1.227l-0.979-0.979l-3.287,3.287
+ l1.422,1.422L324.904,664.475z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M324.904,664.475c0.434-0.434,0.585-0.982,0.34-1.227l-0.979-0.979l-3.287,3.287
+ l1.422,1.422L324.904,664.475z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M327.727,672.301l4.421,4.422c0.097,0.096,0.24,0.107,0.321,0.025l3.14-3.139l-4.596-4.594
+ L327.727,672.301z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M327.727,672.301l4.421,4.422c0.097,0.096,0.24,0.107,0.321,0.025l3.14-3.139l-4.596-4.594
+ L327.727,672.301z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M327.727,672.301l4.421,4.422c0.097,0.096,0.24,0.107,0.321,0.025l3.14-3.139l-4.596-4.594
+ L327.727,672.301z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M327.727,672.301l4.421,4.422c0.097,0.096,0.24,0.107,0.321,0.025l3.14-3.139l-4.596-4.594
+ L327.727,672.301z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M327.727,672.301l4.421,4.422c0.097,0.096,0.24,0.107,0.321,0.025l3.14-3.139l-4.596-4.594
+ L327.727,672.301z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M327.727,672.301l4.421,4.422c0.097,0.096,0.24,0.107,0.321,0.025l3.14-3.139l-4.596-4.594
+ L327.727,672.301z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M269.486,726.467l-11.064,11.064c2.951,2.951,6.054,5.66,9.279,8.129l10.489-10.488
+ L269.486,726.467z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M269.638,747.102c11.043,8.01,23.454,13.281,36.3,15.816l-26.058-26.057L269.638,747.102z"
+ />
+ <path opacity="0.4" fill="#FFF8B9" d="M278.29,735.072c-0.107-0.375-0.02-0.797,0.275-1.092l10.02-10.02l-7.854-7.854
+ c-0.244-0.244-0.611-0.273-0.82-0.064l-10.424,10.424l8.704,8.705L278.29,735.072z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M278.29,735.072c-0.107-0.375-0.02-0.797,0.275-1.092l10.02-10.02l-7.854-7.854
+ c-0.244-0.244-0.611-0.273-0.82-0.064l-10.424,10.424l8.704,8.705L278.29,735.072z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M288.585,723.961l-10.02,10.02c-0.295,0.295-0.383,0.717-0.275,1.092l10.703-10.703
+ L288.585,723.961z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M288.585,723.961l-10.02,10.02c-0.295,0.295-0.383,0.717-0.275,1.092l10.703-10.703
+ L288.585,723.961z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M288.585,723.961l-10.02,10.02c-0.295,0.295-0.383,0.717-0.275,1.092l10.703-10.703
+ L288.585,723.961z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M320.235,755.611l-29.554-29.553l-10.802,10.803l26.058,26.057
+ c2.254,0.443,4.521,0.807,6.796,1.082l7.566-7.568C320.509,756.225,320.479,755.855,320.235,755.611z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M320.235,755.611l-29.554-29.553l-10.802,10.803l26.058,26.057
+ c2.254,0.443,4.521,0.807,6.796,1.082l7.566-7.568C320.509,756.225,320.479,755.855,320.235,755.611z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M320.235,755.611l-29.554-29.553l-10.802,10.803l26.058,26.057
+ c2.254,0.443,4.521,0.807,6.796,1.082l7.566-7.568C320.509,756.225,320.479,755.855,320.235,755.611z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M346.51,702.357l4.227,4.227c0.432,0.432,1.133,0.434,1.564,0.002l8.142-8.143l-5.01-5.01
+ L346.51,702.357z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M346.51,702.357l4.227,4.227c0.432,0.432,1.133,0.434,1.564,0.002l8.142-8.143l-5.01-5.01
+ L346.51,702.357z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M346.51,702.357l4.227,4.227c0.432,0.432,1.133,0.434,1.564,0.002l8.142-8.143l-5.01-5.01
+ L346.51,702.357z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M346.51,702.357l4.227,4.227c0.432,0.432,1.133,0.434,1.564,0.002l8.142-8.143l-5.01-5.01
+ L346.51,702.357z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M346.51,702.357l4.227,4.227c0.432,0.432,1.133,0.434,1.564,0.002l8.142-8.143l-5.01-5.01
+ L346.51,702.357z"/>
+
+ <rect x="341.269" y="700.186" transform="matrix(-0.707 -0.7072 0.7072 -0.707 91.2112 1440.155)" opacity="0.4" fill="#FFF8B9" width="5.314" height="1.994"/>
+
+ <rect x="341.269" y="700.186" transform="matrix(-0.707 -0.7072 0.7072 -0.707 91.2112 1440.155)" opacity="0.4" fill="#FFF8B9" width="5.314" height="1.994"/>
+
+ <rect x="341.269" y="700.186" transform="matrix(-0.707 -0.7072 0.7072 -0.707 91.2112 1440.155)" opacity="0.4" fill="#FFF8B9" width="5.314" height="1.994"/>
+
+ <rect x="341.269" y="700.186" transform="matrix(-0.707 -0.7072 0.7072 -0.707 91.2112 1440.155)" opacity="0.2" fill="#FFF6A3" width="5.314" height="1.994"/>
+
+ <rect x="341.269" y="700.186" transform="matrix(-0.707 -0.7072 0.7072 -0.707 91.2112 1440.155)" opacity="0.4" fill="#FFF8B9" width="5.314" height="1.994"/>
+
+ <rect x="336.596" y="692.101" transform="matrix(0.7069 -0.7074 0.7074 0.7069 -392.5417 442.4838)" opacity="0.4" fill="#FFF8B9" width="1.994" height="5.497"/>
+
+ <rect x="336.596" y="692.101" transform="matrix(0.7069 -0.7074 0.7074 0.7069 -392.5417 442.4838)" opacity="0.4" fill="#FFF8B9" width="1.994" height="5.497"/>
+
+ <rect x="336.596" y="692.101" transform="matrix(0.7069 -0.7074 0.7074 0.7069 -392.5417 442.4838)" opacity="0.4" fill="#FFF8B9" width="1.994" height="5.497"/>
+
+ <rect x="336.596" y="692.101" transform="matrix(0.7069 -0.7074 0.7074 0.7069 -392.5417 442.4838)" opacity="0.2" fill="#FFF6A3" width="1.994" height="5.497"/>
+
+ <rect x="336.596" y="692.101" transform="matrix(0.7069 -0.7074 0.7074 0.7069 -392.5417 442.4838)" opacity="0.4" fill="#FFF8B9" width="1.994" height="5.497"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M334.767,689.051l3.133-3.133l-3.539-3.539l-5.323,5.324l4.133,4.133l1.435-1.434
+ C334.349,689.975,334.401,689.416,334.767,689.051z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M334.767,689.051l3.133-3.133l-3.539-3.539l-5.323,5.324l4.133,4.133l1.435-1.434
+ C334.349,689.975,334.401,689.416,334.767,689.051z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M334.767,689.051l3.133-3.133l-3.539-3.539l-5.323,5.324l4.133,4.133l1.435-1.434
+ C334.349,689.975,334.401,689.416,334.767,689.051z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M334.767,689.051l3.133-3.133l-3.539-3.539l-5.323,5.324l4.133,4.133l1.435-1.434
+ C334.349,689.975,334.401,689.416,334.767,689.051z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M334.767,689.051l3.133-3.133l-3.539-3.539l-5.323,5.324l4.133,4.133l1.435-1.434
+ C334.349,689.975,334.401,689.416,334.767,689.051z"/>
+
+ <rect x="335.093" y="679.142" transform="matrix(0.7072 -0.707 0.707 0.7072 -382.7881 439.0293)" opacity="0.4" fill="#FFF8B9" width="7.083" height="5.005"/>
+
+ <rect x="335.093" y="679.142" transform="matrix(0.7072 -0.707 0.707 0.7072 -382.7881 439.0293)" opacity="0.4" fill="#FFF8B9" width="7.083" height="5.005"/>
+
+ <rect x="335.093" y="679.142" transform="matrix(0.7072 -0.707 0.707 0.7072 -382.7881 439.0293)" opacity="0.4" fill="#FFF8B9" width="7.083" height="5.005"/>
+
+ <rect x="335.093" y="679.142" transform="matrix(0.7072 -0.707 0.707 0.7072 -382.7881 439.0293)" opacity="0.4" fill="#FFF8B9" width="7.083" height="5.005"/>
+
+ <rect x="335.093" y="679.142" transform="matrix(0.7072 -0.707 0.707 0.7072 -382.7881 439.0293)" opacity="0.2" fill="#FFF6A3" width="7.083" height="5.005"/>
+
+ <rect x="335.093" y="679.142" transform="matrix(0.7072 -0.707 0.707 0.7072 -382.7881 439.0293)" opacity="0.4" fill="#FFF8B9" width="7.083" height="5.005"/>
+
+ <rect x="342.783" y="693.359" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -389.9247 450.7445)" opacity="0.4" fill="#FFF8B9" width="12.62" height="5.314"/>
+
+ <rect x="342.783" y="693.359" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -389.9247 450.7445)" opacity="0.4" fill="#FFF8B9" width="12.62" height="5.314"/>
+
+ <rect x="342.783" y="693.359" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -389.9247 450.7445)" opacity="0.4" fill="#FFF8B9" width="12.62" height="5.314"/>
+
+ <rect x="342.783" y="693.359" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -389.9247 450.7445)" opacity="0.2" fill="#FFF6A3" width="12.62" height="5.314"/>
+
+ <rect x="342.783" y="693.359" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -389.9247 450.7445)" opacity="0.4" fill="#FFF8B9" width="12.62" height="5.314"/>
+
+ <rect x="342.783" y="693.359" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -389.9247 450.7445)" opacity="0.4" fill="#FFF8B9" width="12.62" height="5.314"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M343.065,689.52c-0.433,0.432-1.134,0.432-1.565,0l-1.232-1.232l-3.914,3.914l3.888,3.887
+ l8.923-8.922l-1.872-1.873L343.065,689.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M343.065,689.52c-0.433,0.432-1.134,0.432-1.565,0l-1.232-1.232l-3.914,3.914l3.888,3.887
+ l8.923-8.922l-1.872-1.873L343.065,689.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M343.065,689.52c-0.433,0.432-1.134,0.432-1.565,0l-1.232-1.232l-3.914,3.914l3.888,3.887
+ l8.923-8.922l-1.872-1.873L343.065,689.52z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M343.065,689.52c-0.433,0.432-1.134,0.432-1.565,0l-1.232-1.232l-3.914,3.914l3.888,3.887
+ l8.923-8.922l-1.872-1.873L343.065,689.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M343.065,689.52c-0.433,0.432-1.134,0.432-1.565,0l-1.232-1.232l-3.914,3.914l3.888,3.887
+ l8.923-8.922l-1.872-1.873L343.065,689.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M343.065,689.52c-0.433,0.432-1.134,0.432-1.565,0l-1.232-1.232l-3.914,3.914l3.888,3.887
+ l8.923-8.922l-1.872-1.873L343.065,689.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M337.899,685.918l-3.133,3.133c-0.365,0.365-0.418,0.924-0.162,1.352l3.89-3.889
+ L337.899,685.918z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M337.899,685.918l-3.133,3.133c-0.365,0.365-0.418,0.924-0.162,1.352l3.89-3.889
+ L337.899,685.918z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M337.899,685.918l-3.133,3.133c-0.365,0.365-0.418,0.924-0.162,1.352l3.89-3.889
+ L337.899,685.918z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M337.899,685.918l-3.133,3.133c-0.365,0.365-0.418,0.924-0.162,1.352l3.89-3.889
+ L337.899,685.918z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M337.899,685.918l-3.133,3.133c-0.365,0.365-0.418,0.924-0.162,1.352l3.89-3.889
+ L337.899,685.918z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M337.899,685.918l-3.133,3.133c-0.365,0.365-0.418,0.924-0.162,1.352l3.89-3.889
+ L337.899,685.918z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M341.5,689.52c0.432,0.432,1.133,0.432,1.565,0l4.227-4.227l-2.016-2.016l-5.009,5.01
+ L341.5,689.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M341.5,689.52c0.432,0.432,1.133,0.432,1.565,0l4.227-4.227l-2.016-2.016l-5.009,5.01
+ L341.5,689.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M341.5,689.52c0.432,0.432,1.133,0.432,1.565,0l4.227-4.227l-2.016-2.016l-5.009,5.01
+ L341.5,689.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M341.5,689.52c0.432,0.432,1.133,0.432,1.565,0l4.227-4.227l-2.016-2.016l-5.009,5.01
+ L341.5,689.52z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M341.5,689.52c0.432,0.432,1.133,0.432,1.565,0l4.227-4.227l-2.016-2.016l-5.009,5.01
+ L341.5,689.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M341.5,689.52c0.432,0.432,1.133,0.432,1.565,0l4.227-4.227l-2.016-2.016l-5.009,5.01
+ L341.5,689.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M341.5,689.52c0.432,0.432,1.133,0.432,1.565,0l4.227-4.227l-2.016-2.016l-5.009,5.01
+ L341.5,689.52z"/>
+
+ <rect x="340.281" y="680.17" transform="matrix(0.7077 0.7065 -0.7065 0.7077 582.6504 -40.8569)" opacity="0.4" fill="#FFF8B9" width="0.84" height="7.083"/>
+
+ <rect x="340.281" y="680.17" transform="matrix(0.7077 0.7065 -0.7065 0.7077 582.6504 -40.8569)" opacity="0.4" fill="#FFF8B9" width="0.84" height="7.083"/>
+
+ <rect x="340.281" y="680.17" transform="matrix(0.7077 0.7065 -0.7065 0.7077 582.6504 -40.8569)" opacity="0.4" fill="#FFF8B9" width="0.84" height="7.083"/>
+
+ <rect x="340.281" y="680.17" transform="matrix(0.7077 0.7065 -0.7065 0.7077 582.6504 -40.8569)" opacity="0.4" fill="#FFF8B9" width="0.84" height="7.083"/>
+
+ <rect x="340.281" y="680.17" transform="matrix(0.7077 0.7065 -0.7065 0.7077 582.6504 -40.8569)" opacity="0.2" fill="#FFF6A3" width="0.84" height="7.083"/>
+
+ <rect x="340.281" y="680.17" transform="matrix(0.7077 0.7065 -0.7065 0.7077 582.6504 -40.8569)" opacity="0.4" fill="#FFF8B9" width="0.84" height="7.083"/>
+
+ <rect x="340.281" y="680.17" transform="matrix(0.7077 0.7065 -0.7065 0.7077 582.6504 -40.8569)" opacity="0.4" fill="#FFF8B9" width="0.84" height="7.083"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M289.368,627.371l19.726-19.726l-8.454-8.454l-18.942,18.943
+ c-0.433,0.432-0.324,1.242,0.242,1.809l3.801,3.801L289.368,627.371z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M289.368,627.371l19.726-19.726l-8.454-8.454l-18.942,18.943
+ c-0.433,0.432-0.324,1.242,0.242,1.809l3.801,3.801L289.368,627.371z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M321.7,642.152c0.081-0.081,0.225-0.07,0.32,0.025l15.405,15.404l10.803-10.803
+ l-39.135-39.134l-19.726,19.726l23.557,23.557L321.7,642.152z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M321.7,642.152c0.081-0.081,0.225-0.07,0.32,0.025l15.405,15.404l10.803-10.803
+ l-39.135-39.134l-19.726,19.726l23.557,23.557L321.7,642.152z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M321.7,642.152c0.081-0.081,0.225-0.07,0.32,0.025l15.405,15.404l10.803-10.803
+ l-39.135-39.134l-19.726,19.726l23.557,23.557L321.7,642.152z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M351.808,652.09c0.101-0.102,0.225-0.143,0.277-0.09l4.231,4.231l0.682-0.682l-6.259-6.259
+ l-6.889,6.889l1.933,1.934L351.808,652.09z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M351.808,652.09c0.101-0.102,0.225-0.143,0.277-0.09l4.231,4.231l0.682-0.682l-6.259-6.259
+ l-6.889,6.889l1.933,1.934L351.808,652.09z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M351.808,652.09c0.101-0.102,0.225-0.143,0.277-0.09l4.231,4.231l0.682-0.682l-6.259-6.259
+ l-6.889,6.889l1.933,1.934L351.808,652.09z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M361.608,660.16l1.62,1.619l2.505-2.504l-0.595-0.594l-1.722,1.721
+ C362.984,660.835,362.175,660.727,361.608,660.16z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M361.608,660.16l1.62,1.619l2.505-2.504l-0.595-0.594l-1.722,1.721
+ C362.984,660.835,362.175,660.727,361.608,660.16z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M361.608,660.16l1.62,1.619l2.505-2.504l-0.595-0.594l-1.722,1.721
+ C362.984,660.835,362.175,660.727,361.608,660.16z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M361.608,660.16l1.62,1.619l2.505-2.504l-0.595-0.594l-1.722,1.721
+ C362.984,660.835,362.175,660.727,361.608,660.16z"/>
+
+ <rect x="366.428" y="661.497" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1098.2471 873.5824)" opacity="0.4" fill="#FFF8B9" width="3.541" height="5.498"/>
+
+ <rect x="366.428" y="661.497" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1098.2471 873.5824)" opacity="0.4" fill="#FFF8B9" width="3.541" height="5.498"/>
+
+ <rect x="366.428" y="661.497" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1098.2471 873.5824)" opacity="0.5" fill="#D1E4B7" width="3.541" height="5.498"/>
+
+ <rect x="366.428" y="661.497" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1098.2471 873.5824)" opacity="0.4" fill="#FFF8B9" width="3.541" height="5.498"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M356.327,656.242c0.285-0.219,0.648-0.281,0.979-0.186l0.1-0.099l-0.408-0.408l-0.682,0.682
+ L356.327,656.242z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M356.327,656.242c0.285-0.219,0.648-0.281,0.979-0.186l0.1-0.099l-0.408-0.408l-0.682,0.682
+ L356.327,656.242z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M356.327,656.242c0.285-0.219,0.648-0.281,0.979-0.186l0.1-0.099l-0.408-0.408l-0.682,0.682
+ L356.327,656.242z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M356.327,656.242c0.285-0.219,0.648-0.281,0.979-0.186l0.1-0.099l-0.408-0.408l-0.682,0.682
+ L356.327,656.242z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M407.721,706.271l1.723-1.723c0.433-0.432,0.322-1.242-0.244-1.809l-35.294-35.293
+ l-2.504,2.506L407.721,706.271z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M407.721,706.271l1.723-1.723c0.433-0.432,0.322-1.242-0.244-1.809l-35.294-35.293
+ l-2.504,2.506L407.721,706.271z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M407.721,706.271l1.723-1.723c0.433-0.432,0.322-1.242-0.244-1.809l-35.294-35.293
+ l-2.504,2.506L407.721,706.271z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M407.721,706.271l1.723-1.723c0.433-0.432,0.322-1.242-0.244-1.809l-35.294-35.293
+ l-2.504,2.506L407.721,706.271z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="362.547,662.461 363.229,661.779 361.608,660.16 359.095,657.646 358.413,658.328
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="362.547,662.461 363.229,661.779 361.608,660.16 359.095,657.646 358.413,658.328
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="362.547,662.461 363.229,661.779 361.608,660.16 359.095,657.646 358.413,658.328
+ "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="362.547,662.461 363.229,661.779 361.608,660.16 359.095,657.646 358.413,658.328
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="362.547,662.461 363.229,661.779 361.608,660.16 359.095,657.646 358.413,658.328
+ "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M358.114,670.442l1.231,1.231c0.433,0.432,0.433,1.133,0,1.564l-3.131,3.131l1.873,1.873
+ l10.803-10.801l-3.888-3.887L358.114,670.442z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M358.114,670.442l1.231,1.231c0.433,0.432,0.433,1.133,0,1.564l-3.131,3.131l1.873,1.873
+ l10.803-10.801l-3.888-3.887L358.114,670.442z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M358.114,670.442l1.231,1.231c0.433,0.432,0.433,1.133,0,1.564l-3.131,3.131l1.873,1.873
+ l10.803-10.801l-3.888-3.887L358.114,670.442z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M358.114,670.442l1.231,1.231c0.433,0.432,0.433,1.133,0,1.564l-3.131,3.131l1.873,1.873
+ l10.803-10.801l-3.888-3.887L358.114,670.442z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M358.114,670.442l1.231,1.231c0.433,0.432,0.433,1.133,0,1.564l-3.131,3.131l1.873,1.873
+ l10.803-10.801l-3.888-3.887L358.114,670.442z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M357.307,656.057c-0.331-0.096-0.694-0.033-0.979,0.186l0.397,0.397L357.307,656.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M357.307,656.057c-0.331-0.096-0.694-0.033-0.979,0.186l0.397,0.397L357.307,656.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M357.307,656.057c-0.331-0.096-0.694-0.033-0.979,0.186l0.397,0.397L357.307,656.057z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M357.307,656.057c-0.331-0.096-0.694-0.033-0.979,0.186l0.397,0.397L357.307,656.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M357.307,656.057c-0.331-0.096-0.694-0.033-0.979,0.186l0.397,0.397L357.307,656.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M360.599,680.754l7.983,7.984c0.433,0.432,0.434,1.133,0.002,1.564l-4.228,4.227
+ l0.823,0.824c0.157,0.156,0.135,0.436-0.052,0.621l-3.577,3.578l25.418,25.418c0.566,0.566,1.377,0.676,1.81,0.244l18.942-18.943
+ l-36.319-36.318L360.599,680.754z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M360.599,680.754l7.983,7.984c0.433,0.432,0.434,1.133,0.002,1.564l-4.228,4.227
+ l0.823,0.824c0.157,0.156,0.135,0.436-0.052,0.621l-3.577,3.578l25.418,25.418c0.566,0.566,1.377,0.676,1.81,0.244l18.942-18.943
+ l-36.319-36.318L360.599,680.754z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M360.599,680.754l7.983,7.984c0.433,0.432,0.434,1.133,0.002,1.564l-4.228,4.227
+ l0.823,0.824c0.157,0.156,0.135,0.436-0.052,0.621l-3.577,3.578l25.418,25.418c0.566,0.566,1.377,0.676,1.81,0.244l18.942-18.943
+ l-36.319-36.318L360.599,680.754z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M360.599,680.754l7.983,7.984c0.433,0.432,0.434,1.133,0.002,1.564l-4.228,4.227
+ l0.823,0.824c0.157,0.156,0.135,0.436-0.052,0.621l-3.577,3.578l25.418,25.418c0.566,0.566,1.377,0.676,1.81,0.244l18.942-18.943
+ l-36.319-36.318L360.599,680.754z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M360.599,680.754l7.983,7.984c0.433,0.432,0.434,1.133,0.002,1.564l-4.228,4.227
+ l0.823,0.824c0.157,0.156,0.135,0.436-0.052,0.621l-3.577,3.578l25.418,25.418c0.566,0.566,1.377,0.676,1.81,0.244l18.942-18.943
+ l-36.319-36.318L360.599,680.754z"/>
+
+ <rect x="340.093" y="657.737" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1051.3837 882.6329)" opacity="0.4" fill="#FFF8B9" width="5.535" height="2.734"/>
+
+ <rect x="340.093" y="657.737" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1051.3837 882.6329)" opacity="0.4" fill="#FFF8B9" width="5.535" height="2.734"/>
+
+ <rect x="340.093" y="657.737" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1051.3837 882.6329)" opacity="0.4" fill="#FFF8B9" width="5.535" height="2.734"/>
+
+ <rect x="340.093" y="657.737" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1051.3837 882.6329)" opacity="0.4" fill="#FFF8B9" width="5.535" height="2.734"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M356.215,676.369l3.131-3.131c0.433-0.432,0.433-1.133,0-1.564l-1.231-1.231l-3.914,3.913
+ L356.215,676.369z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M356.215,676.369l3.131-3.131c0.433-0.432,0.433-1.133,0-1.564l-1.231-1.231l-3.914,3.913
+ L356.215,676.369z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M356.215,676.369l3.131-3.131c0.433-0.432,0.433-1.133,0-1.564l-1.231-1.231l-3.914,3.913
+ L356.215,676.369z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M356.215,676.369l3.131-3.131c0.433-0.432,0.433-1.133,0-1.564l-1.231-1.231l-3.914,3.913
+ L356.215,676.369z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M356.215,676.369l3.131-3.131c0.433-0.432,0.433-1.133,0-1.564l-1.231-1.231l-3.914,3.913
+ L356.215,676.369z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M356.215,676.369l3.131-3.131c0.433-0.432,0.433-1.133,0-1.564l-1.231-1.231l-3.914,3.913
+ L356.215,676.369z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M311.598,605.141l-7.428-7.428c-0.566-0.566-1.375-0.676-1.808-0.243l-1.723,1.722
+ l8.454,8.454L311.598,605.141z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M311.598,605.141l-7.428-7.428c-0.566-0.566-1.375-0.676-1.808-0.243l-1.723,1.722
+ l8.454,8.454L311.598,605.141z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M311.598,605.141l-7.428-7.428c-0.566-0.566-1.375-0.676-1.808-0.243l-1.723,1.722
+ l8.454,8.454L311.598,605.141z"/>
+
+ <rect x="328.143" y="598.287" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1005.8174 835.2967)" opacity="0.4" fill="#FFF8B9" width="3.541" height="55.345"/>
+
+ <rect x="328.143" y="598.287" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1005.8174 835.2967)" opacity="0.4" fill="#FFF8B9" width="3.541" height="55.345"/>
+
+ <rect x="328.143" y="598.287" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1005.8174 835.2967)" opacity="0.4" fill="#FFF8B9" width="3.541" height="55.345"/>
+
+ <rect x="328.143" y="598.287" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1005.8174 835.2967)" opacity="0.4" fill="#FFF8B9" width="3.541" height="55.345"/>
+
+ <rect x="353.349" y="646.742" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1066.6741 860.5051)" opacity="0.4" fill="#FFF8B9" width="3.542" height="8.852"/>
+
+ <rect x="353.349" y="646.742" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1066.6741 860.5051)" opacity="0.4" fill="#FFF8B9" width="3.542" height="8.852"/>
+
+ <rect x="353.349" y="646.742" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1066.6741 860.5051)" opacity="0.4" fill="#FFF8B9" width="3.542" height="8.852"/>
+
+ <rect x="353.349" y="646.742" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1066.6741 860.5051)" opacity="0.4" fill="#FFF8B9" width="3.542" height="8.852"/>
+
+ <rect x="356.684" y="654.213" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1074.7635 863.6985)" opacity="0.4" fill="#FFF8B9" width="3.542" height="0.577"/>
+
+ <rect x="356.684" y="654.213" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1074.7635 863.6985)" opacity="0.4" fill="#FFF8B9" width="3.542" height="0.577"/>
+
+ <rect x="356.684" y="654.213" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1074.7635 863.6985)" opacity="0.5" fill="#D1E4B7" width="3.542" height="0.577"/>
+
+ <rect x="356.684" y="654.213" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1074.7635 863.6985)" opacity="0.4" fill="#FFF8B9" width="3.542" height="0.577"/>
+
+ <rect x="356.684" y="654.213" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1074.7635 863.6985)" opacity="0.4" fill="#FFF8B9" width="3.542" height="0.577"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M361.608,660.16c0.566,0.566,1.376,0.675,1.809,0.242l1.722-1.721l-3.539-3.539
+ l-2.505,2.504L361.608,660.16z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M361.608,660.16c0.566,0.566,1.376,0.675,1.809,0.242l1.722-1.721l-3.539-3.539
+ l-2.505,2.504L361.608,660.16z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M361.608,660.16c0.566,0.566,1.376,0.675,1.809,0.242l1.722-1.721l-3.539-3.539
+ l-2.505,2.504L361.608,660.16z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M361.608,660.16c0.566,0.566,1.376,0.675,1.809,0.242l1.722-1.721l-3.539-3.539
+ l-2.505,2.504L361.608,660.16z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M361.608,660.16c0.566,0.566,1.376,0.675,1.809,0.242l1.722-1.721l-3.539-3.539
+ l-2.505,2.504L361.608,660.16z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M365.18,695.354l-0.823-0.824l-3.914,3.914l1.108,1.109l3.577-3.578
+ C365.314,695.789,365.337,695.51,365.18,695.354z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M365.18,695.354l-0.823-0.824l-3.914,3.914l1.108,1.109l3.577-3.578
+ C365.314,695.789,365.337,695.51,365.18,695.354z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M365.18,695.354l-0.823-0.824l-3.914,3.914l1.108,1.109l3.577-3.578
+ C365.314,695.789,365.337,695.51,365.18,695.354z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M365.18,695.354l-0.823-0.824l-3.914,3.914l1.108,1.109l3.577-3.578
+ C365.314,695.789,365.337,695.51,365.18,695.354z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M365.18,695.354l-0.823-0.824l-3.914,3.914l1.108,1.109l3.577-3.578
+ C365.314,695.789,365.337,695.51,365.18,695.354z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M365.18,695.354l-0.823-0.824l-3.914,3.914l1.108,1.109l3.577-3.578
+ C365.314,695.789,365.337,695.51,365.18,695.354z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="341.187,671.359 339.521,669.697 335.608,673.609 337.272,675.273 338.056,674.49
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="341.187,671.359 339.521,669.697 335.608,673.609 337.272,675.273 338.056,674.49
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="341.187,671.359 339.521,669.697 335.608,673.609 337.272,675.273 338.056,674.49
+ "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="341.187,671.359 339.521,669.697 335.608,673.609 337.272,675.273 338.056,674.49
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="341.187,671.359 339.521,669.697 335.608,673.609 337.272,675.273 338.056,674.49
+ "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M337.779,675.582c-0.108-0.375-0.02-0.797,0.276-1.092l-0.783,0.783l0.408,0.408
+ L337.779,675.582z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M337.779,675.582c-0.108-0.375-0.02-0.797,0.276-1.092l-0.783,0.783l0.408,0.408
+ L337.779,675.582z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M337.779,675.582c-0.108-0.375-0.02-0.797,0.276-1.092l-0.783,0.783l0.408,0.408
+ L337.779,675.582z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M337.779,675.582c-0.108-0.375-0.02-0.797,0.276-1.092l-0.783,0.783l0.408,0.408
+ L337.779,675.582z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M337.779,675.582c-0.108-0.375-0.02-0.797,0.276-1.092l-0.783,0.783l0.408,0.408
+ L337.779,675.582z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M337.779,675.582c-0.108-0.375-0.02-0.797,0.276-1.092l-0.783,0.783l0.408,0.408
+ L337.779,675.582z"/>
+
+ <rect x="341.273" y="674.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1064.9337 912.474)" opacity="0.4" fill="#FFF8B9" width="4.428" height="5.005"/>
+
+ <rect x="341.273" y="674.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1064.9337 912.474)" opacity="0.4" fill="#FFF8B9" width="4.428" height="5.005"/>
+
+ <rect x="341.273" y="674.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1064.9337 912.474)" opacity="0.4" fill="#FFF8B9" width="4.428" height="5.005"/>
+
+ <rect x="341.273" y="674.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1064.9337 912.474)" opacity="0.5" fill="#D1E4B7" width="4.428" height="5.005"/>
+
+ <rect x="341.273" y="674.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1064.9337 912.474)" opacity="0.4" fill="#FFF8B9" width="4.428" height="5.005"/>
+
+ <rect x="341.273" y="674.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1064.9337 912.474)" opacity="0.2" fill="#FFF6A3" width="4.428" height="5.005"/>
+
+ <rect x="341.273" y="674.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1064.9337 912.474)" opacity="0.4" fill="#FFF8B9" width="4.428" height="5.005"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M337.779,675.582l3.814-3.814l-0.407-0.408l-3.131,3.131
+ C337.76,674.785,337.671,675.207,337.779,675.582z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M337.779,675.582l3.814-3.814l-0.407-0.408l-3.131,3.131
+ C337.76,674.785,337.671,675.207,337.779,675.582z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M337.779,675.582l3.814-3.814l-0.407-0.408l-3.131,3.131
+ C337.76,674.785,337.671,675.207,337.779,675.582z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M337.779,675.582l3.814-3.814l-0.407-0.408l-3.131,3.131
+ C337.76,674.785,337.671,675.207,337.779,675.582z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M337.779,675.582l3.814-3.814l-0.407-0.408l-3.131,3.131
+ C337.76,674.785,337.671,675.207,337.779,675.582z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M337.779,675.582l3.814-3.814l-0.407-0.408l-3.131,3.131
+ C337.76,674.785,337.671,675.207,337.779,675.582z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M337.779,675.582l3.814-3.814l-0.407-0.408l-3.131,3.131
+ C337.76,674.785,337.671,675.207,337.779,675.582z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M327.843,658.692c0.187-0.187,0.465-0.21,0.622-0.053l3.951,3.952l5.01-5.01l-15.405-15.404
+ c-0.096-0.096-0.239-0.106-0.32-0.025l-8.775,8.775l11.341,11.342L327.843,658.692z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M327.843,658.692c0.187-0.187,0.465-0.21,0.622-0.053l3.951,3.952l5.01-5.01l-15.405-15.404
+ c-0.096-0.096-0.239-0.106-0.32-0.025l-8.775,8.775l11.341,11.342L327.843,658.692z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M327.843,658.692c0.187-0.187,0.465-0.21,0.622-0.053l3.951,3.952l5.01-5.01l-15.405-15.404
+ c-0.096-0.096-0.239-0.106-0.32-0.025l-8.775,8.775l11.341,11.342L327.843,658.692z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M327.843,658.692c0.187-0.187,0.465-0.21,0.622-0.053l3.951,3.952l5.01-5.01l-15.405-15.404
+ c-0.096-0.096-0.239-0.106-0.32-0.025l-8.775,8.775l11.341,11.342L327.843,658.692z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M337.044,666.852l4.826-4.824l-1.934-1.934l-5.01,5.008l2.027,2.027
+ C336.902,667.078,336.942,666.953,337.044,666.852z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M337.044,666.852l4.826-4.824l-1.934-1.934l-5.01,5.008l2.027,2.027
+ C336.902,667.078,336.942,666.953,337.044,666.852z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M337.044,666.852l4.826-4.824l-1.934-1.934l-5.01,5.008l2.027,2.027
+ C336.902,667.078,336.942,666.953,337.044,666.852z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M337.044,666.852l4.826-4.824l-1.934-1.934l-5.01,5.008l2.027,2.027
+ C336.902,667.078,336.942,666.953,337.044,666.852z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M337.044,666.852l4.826-4.824l-1.934-1.934l-5.01,5.008l2.027,2.027
+ C336.902,667.078,336.942,666.953,337.044,666.852z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M332.416,662.592l-3.951-3.952c-0.157-0.157-0.436-0.134-0.622,0.053l-3.577,3.577
+ l0.979,0.979l3.258,3.258L332.416,662.592z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M332.416,662.592l-3.951-3.952c-0.157-0.157-0.436-0.134-0.622,0.053l-3.577,3.577
+ l0.979,0.979l3.258,3.258L332.416,662.592z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M332.416,662.592l-3.951-3.952c-0.157-0.157-0.436-0.134-0.622,0.053l-3.577,3.577
+ l0.979,0.979l3.258,3.258L332.416,662.592z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M332.416,662.592l-3.951-3.952c-0.157-0.157-0.436-0.134-0.622,0.053l-3.577,3.577
+ l0.979,0.979l3.258,3.258L332.416,662.592z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M332.416,662.592l-3.951-3.952c-0.157-0.157-0.436-0.134-0.622,0.053l-3.577,3.577
+ l0.979,0.979l3.258,3.258L332.416,662.592z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="335.608,673.609 339.521,669.697 336.954,667.129 334.927,665.102 331.013,669.016
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="335.608,673.609 339.521,669.697 336.954,667.129 334.927,665.102 331.013,669.016
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="335.608,673.609 339.521,669.697 336.954,667.129 334.927,665.102 331.013,669.016
+ "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="335.608,673.609 339.521,669.697 336.954,667.129 334.927,665.102 331.013,669.016
+ "/>
+ <polygon opacity="0.4" fill="#FFF6A3" points="335.608,673.609 339.521,669.697 336.954,667.129 334.927,665.102 331.013,669.016
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="335.608,673.609 339.521,669.697 336.954,667.129 334.927,665.102 331.013,669.016
+ "/>
+
+ <rect x="351.104" y="678.486" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1086.118 909.7363)" opacity="0.4" fill="#FFF8B9" width="7.085" height="2.649"/>
+
+ <rect x="351.104" y="678.486" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1086.118 909.7363)" opacity="0.4" fill="#FFF8B9" width="7.085" height="2.649"/>
+
+ <rect x="351.104" y="678.486" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1086.118 909.7363)" opacity="0.4" fill="#FFF8B9" width="7.085" height="2.649"/>
+
+ <rect x="351.104" y="678.486" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1086.118 909.7363)" opacity="0.5" fill="#D1E4B7" width="7.085" height="2.649"/>
+
+ <rect x="351.104" y="678.486" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1086.118 909.7363)" opacity="0.4" fill="#FFF8B9" width="7.085" height="2.649"/>
+
+ <rect x="351.104" y="678.486" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1086.118 909.7363)" opacity="0.4" fill="#FFF8B9" width="7.085" height="2.649"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M364.356,694.529l4.228-4.227c0.432-0.432,0.431-1.133-0.002-1.564l-7.983-7.984
+ l-5.01,5.008L364.356,694.529z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M364.356,694.529l4.228-4.227c0.432-0.432,0.431-1.133-0.002-1.564l-7.983-7.984
+ l-5.01,5.008L364.356,694.529z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M364.356,694.529l4.228-4.227c0.432-0.432,0.431-1.133-0.002-1.564l-7.983-7.984
+ l-5.01,5.008L364.356,694.529z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M364.356,694.529l4.228-4.227c0.432-0.432,0.431-1.133-0.002-1.564l-7.983-7.984
+ l-5.01,5.008L364.356,694.529z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M364.356,694.529l4.228-4.227c0.432-0.432,0.431-1.133-0.002-1.564l-7.983-7.984
+ l-5.01,5.008L364.356,694.529z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M364.356,694.529l4.228-4.227c0.432-0.432,0.431-1.133-0.002-1.564l-7.983-7.984
+ l-5.01,5.008L364.356,694.529z"/>
+
+ <rect x="351.277" y="674.324" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 122.7773 1406.5884)" opacity="0.4" fill="#FFF8B9" width="2.851" height="7.084"/>
+
+ <rect x="351.277" y="674.324" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 122.7773 1406.5884)" opacity="0.4" fill="#FFF8B9" width="2.851" height="7.084"/>
+
+ <rect x="351.277" y="674.324" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 122.7773 1406.5884)" opacity="0.4" fill="#FFF8B9" width="2.851" height="7.084"/>
+
+ <rect x="351.277" y="674.324" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 122.7773 1406.5884)" opacity="0.5" fill="#D1E4B7" width="2.851" height="7.084"/>
+
+ <rect x="351.277" y="674.324" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 122.7773 1406.5884)" opacity="0.4" fill="#FFF8B9" width="2.851" height="7.084"/>
+
+ <rect x="351.277" y="674.324" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 122.7773 1406.5884)" opacity="0.4" fill="#FFF8B9" width="2.851" height="7.084"/>
+
+ <rect x="351.277" y="674.324" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 122.7773 1406.5884)" opacity="0.4" fill="#FFF8B9" width="2.851" height="7.084"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M352.458,688.893l2.975,2.975c0.433,0.434,0.432,1.135,0,1.566l5.01,5.01l3.914-3.914
+ l-8.768-8.768L352.458,688.893z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M352.458,688.893l2.975,2.975c0.433,0.434,0.432,1.135,0,1.566l5.01,5.01l3.914-3.914
+ l-8.768-8.768L352.458,688.893z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M352.458,688.893l2.975,2.975c0.433,0.434,0.432,1.135,0,1.566l5.01,5.01l3.914-3.914
+ l-8.768-8.768L352.458,688.893z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M352.458,688.893l2.975,2.975c0.433,0.434,0.432,1.135,0,1.566l5.01,5.01l3.914-3.914
+ l-8.768-8.768L352.458,688.893z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M352.458,688.893l2.975,2.975c0.433,0.434,0.432,1.135,0,1.566l5.01,5.01l3.914-3.914
+ l-8.768-8.768L352.458,688.893z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M352.458,688.893l2.975,2.975c0.433,0.434,0.432,1.135,0,1.566l5.01,5.01l3.914-3.914
+ l-8.768-8.768L352.458,688.893z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M352.458,688.893l2.975,2.975c0.433,0.434,0.432,1.135,0,1.566l5.01,5.01l3.914-3.914
+ l-8.768-8.768L352.458,688.893z"/>
+
+ <rect x="349.253" y="681.667" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 114.7042 1415.2913)" opacity="0.4" fill="#FFF8B9" width="2.648" height="4.428"/>
+
+ <rect x="349.253" y="681.667" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 114.7042 1415.2913)" opacity="0.4" fill="#FFF8B9" width="2.648" height="4.428"/>
+
+ <rect x="349.253" y="681.667" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 114.7042 1415.2913)" opacity="0.4" fill="#FFF8B9" width="2.648" height="4.428"/>
+
+ <rect x="349.253" y="681.667" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 114.7042 1415.2913)" opacity="0.5" fill="#D1E4B7" width="2.648" height="4.428"/>
+
+ <rect x="349.253" y="681.667" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 114.7042 1415.2913)" opacity="0.2" fill="#FFF6A3" width="2.648" height="4.428"/>
+
+ <rect x="349.253" y="681.667" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 114.7042 1415.2913)" opacity="0.4" fill="#FFF8B9" width="2.648" height="4.428"/>
+
+ <rect x="349.253" y="681.667" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 114.7042 1415.2913)" opacity="0.4" fill="#FFF8B9" width="2.648" height="4.428"/>
+
+ <rect x="345.134" y="676.645" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 110.4678 1403.4209)" opacity="0.4" fill="#FFF8B9" width="0.84" height="4.428"/>
+
+ <rect x="345.134" y="676.645" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 110.4678 1403.4209)" opacity="0.4" fill="#FFF8B9" width="0.84" height="4.428"/>
+
+ <rect x="345.134" y="676.645" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 110.4678 1403.4209)" opacity="0.4" fill="#FFF8B9" width="0.84" height="4.428"/>
+
+ <rect x="345.134" y="676.645" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 110.4678 1403.4209)" opacity="0.5" fill="#D1E4B7" width="0.84" height="4.428"/>
+
+ <rect x="345.134" y="676.645" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 110.4678 1403.4209)" opacity="0.4" fill="#FFF8B9" width="0.84" height="4.428"/>
+
+ <rect x="345.134" y="676.645" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 110.4678 1403.4209)" opacity="0.2" fill="#FFF6A3" width="0.84" height="4.428"/>
+
+ <rect x="345.134" y="676.645" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 110.4678 1403.4209)" opacity="0.4" fill="#FFF8B9" width="0.84" height="4.428"/>
+
+ <rect x="345.134" y="676.645" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 110.4678 1403.4209)" opacity="0.4" fill="#FFF8B9" width="0.84" height="4.428"/>
+
+ <rect x="346.419" y="680.511" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1077.3553 917.6179)" opacity="0.4" fill="#FFF8B9" width="4.428" height="2.851"/>
+
+ <rect x="346.419" y="680.511" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1077.3553 917.6179)" opacity="0.4" fill="#FFF8B9" width="4.428" height="2.851"/>
+
+ <rect x="346.419" y="680.511" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1077.3553 917.6179)" opacity="0.4" fill="#FFF8B9" width="4.428" height="2.851"/>
+
+ <rect x="346.419" y="680.511" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1077.3553 917.6179)" opacity="0.5" fill="#D1E4B7" width="4.428" height="2.851"/>
+
+ <rect x="346.419" y="680.511" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1077.3553 917.6179)" opacity="0.4" fill="#FFF8B9" width="4.428" height="2.851"/>
+
+ <rect x="346.419" y="680.511" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1077.3553 917.6179)" opacity="0.2" fill="#FFF6A3" width="4.428" height="2.851"/>
+
+ <rect x="346.419" y="680.511" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1077.3553 917.6179)" opacity="0.4" fill="#FFF8B9" width="4.428" height="2.851"/>
+
+ <rect x="346.419" y="680.511" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1077.3553 917.6179)" opacity="0.4" fill="#FFF8B9" width="4.428" height="2.851"/>
+
+ <rect x="340.976" y="676.247" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -379.9161 440.2994)" opacity="0.4" fill="#FFF8B9" width="1.108" height="5.005"/>
+
+ <rect x="340.976" y="676.247" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -379.9161 440.2994)" opacity="0.4" fill="#FFF8B9" width="1.108" height="5.005"/>
+
+ <rect x="340.976" y="676.247" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -379.9161 440.2994)" opacity="0.4" fill="#FFF8B9" width="1.108" height="5.005"/>
+
+ <rect x="340.976" y="676.247" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -379.9161 440.2994)" opacity="0.5" fill="#D1E4B7" width="1.108" height="5.005"/>
+
+ <rect x="340.976" y="676.247" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -379.9161 440.2994)" opacity="0.4" fill="#FFF8B9" width="1.108" height="5.005"/>
+
+ <rect x="340.976" y="676.247" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -379.9161 440.2994)" opacity="0.2" fill="#FFF6A3" width="1.108" height="5.005"/>
+
+ <rect x="340.976" y="676.247" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -379.9161 440.2994)" opacity="0.4" fill="#FFF8B9" width="1.108" height="5.005"/>
+
+ <rect x="340.976" y="676.247" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -379.9161 440.2994)" opacity="0.4" fill="#FFF8B9" width="1.108" height="5.005"/>
+
+ <rect x="348.066" y="684.514" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1080.0916 924.2872)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.648"/>
+
+ <rect x="348.066" y="684.514" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1080.0916 924.2872)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.648"/>
+
+ <rect x="348.066" y="684.514" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1080.0916 924.2872)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.648"/>
+
+ <rect x="348.066" y="684.514" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1080.0916 924.2872)" opacity="0.5" fill="#D1E4B7" width="1.108" height="2.648"/>
+
+ <rect x="348.066" y="684.514" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1080.0916 924.2872)" opacity="0.2" fill="#FFF6A3" width="1.108" height="2.648"/>
+
+ <rect x="348.066" y="684.514" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1080.0916 924.2872)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.648"/>
+
+ <rect x="348.066" y="684.514" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1080.0916 924.2872)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.648"/>
+
+ <rect x="348.066" y="684.514" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1080.0916 924.2872)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.648"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M355.433,693.434c0.432-0.432,0.433-1.133,0-1.566l-2.975-2.975l-0.783,0.783
+ L355.433,693.434z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M355.433,693.434c0.432-0.432,0.433-1.133,0-1.566l-2.975-2.975l-0.783,0.783
+ L355.433,693.434z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M355.433,693.434c0.432-0.432,0.433-1.133,0-1.566l-2.975-2.975l-0.783,0.783
+ L355.433,693.434z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M355.433,693.434c0.432-0.432,0.433-1.133,0-1.566l-2.975-2.975l-0.783,0.783
+ L355.433,693.434z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M355.433,693.434c0.432-0.432,0.433-1.133,0-1.566l-2.975-2.975l-0.783,0.783
+ L355.433,693.434z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M355.433,693.434c0.432-0.432,0.433-1.133,0-1.566l-2.975-2.975l-0.783,0.783
+ L355.433,693.434z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M355.433,693.434c0.432-0.432,0.433-1.133,0-1.566l-2.975-2.975l-0.783,0.783
+ L355.433,693.434z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M355.433,693.434c0.432-0.432,0.433-1.133,0-1.566l-2.975-2.975l-0.783,0.783
+ L355.433,693.434z"/>
+
+ <rect x="345.251" y="683.34" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 108.2268 1412.6161)" opacity="0.4" fill="#FFF8B9" width="2.851" height="1.108"/>
+
+ <rect x="345.251" y="683.34" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 108.2268 1412.6161)" opacity="0.4" fill="#FFF8B9" width="2.851" height="1.108"/>
+
+ <rect x="345.251" y="683.34" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 108.2268 1412.6161)" opacity="0.4" fill="#FFF8B9" width="2.851" height="1.108"/>
+
+ <rect x="345.251" y="683.34" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 108.2268 1412.6161)" opacity="0.5" fill="#D1E4B7" width="2.851" height="1.108"/>
+
+ <rect x="345.251" y="683.34" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 108.2268 1412.6161)" opacity="0.4" fill="#FFF8B9" width="2.851" height="1.108"/>
+
+ <rect x="345.251" y="683.34" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 108.2268 1412.6161)" opacity="0.2" fill="#FFF6A3" width="2.851" height="1.108"/>
+
+ <rect x="345.251" y="683.34" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 108.2268 1412.6161)" opacity="0.4" fill="#FFF8B9" width="2.851" height="1.108"/>
+
+ <rect x="345.251" y="683.34" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 108.2268 1412.6161)" opacity="0.4" fill="#FFF8B9" width="2.851" height="1.108"/>
+
+ <rect x="345.251" y="683.34" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 108.2268 1412.6161)" opacity="0.4" fill="#FFF8B9" width="2.851" height="1.108"/>
+
+ <rect x="343.177" y="680.262" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 105.7431 1405.3801)" opacity="0.4" fill="#FFF8B9" width="0.84" height="1.108"/>
+
+ <rect x="343.177" y="680.262" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 105.7431 1405.3801)" opacity="0.4" fill="#FFF8B9" width="0.84" height="1.108"/>
+
+ <rect x="343.177" y="680.262" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 105.7431 1405.3801)" opacity="0.4" fill="#FFF8B9" width="0.84" height="1.108"/>
+
+ <rect x="343.177" y="680.262" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 105.7431 1405.3801)" opacity="0.5" fill="#D1E4B7" width="0.84" height="1.108"/>
+
+ <rect x="343.177" y="680.262" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 105.7431 1405.3801)" opacity="0.4" fill="#FFF8B9" width="0.84" height="1.108"/>
+
+ <rect x="343.177" y="680.262" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 105.7431 1405.3801)" opacity="0.2" fill="#FFF6A3" width="0.84" height="1.108"/>
+
+ <rect x="343.177" y="680.262" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 105.7431 1405.3801)" opacity="0.4" fill="#FFF8B9" width="0.84" height="1.108"/>
+
+ <rect x="343.177" y="680.262" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 105.7431 1405.3801)" opacity="0.4" fill="#FFF8B9" width="0.84" height="1.108"/>
+
+ <rect x="343.177" y="680.262" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 105.7431 1405.3801)" opacity="0.4" fill="#FFF8B9" width="0.84" height="1.108"/>
+
+ <rect x="308.492" y="726.036" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 43.89 1473.7936)" opacity="0.4" fill="#FFF8B9" width="37.388" height="3.542"/>
+
+ <rect x="308.492" y="726.036" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 43.89 1473.7936)" opacity="0.4" fill="#FFF8B9" width="37.388" height="3.542"/>
+
+ <rect x="308.492" y="726.036" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 43.89 1473.7936)" opacity="0.4" fill="#FFF8B9" width="37.388" height="3.542"/>
+
+ <rect x="308.355" y="707.825" transform="matrix(0.7068 -0.7074 0.7074 0.7068 -411.8506 427.7466)" opacity="0.4" fill="#FFF8B9" width="3.542" height="5.845"/>
+
+ <rect x="308.355" y="707.825" transform="matrix(0.7068 -0.7074 0.7074 0.7068 -411.8506 427.7466)" opacity="0.4" fill="#FFF8B9" width="3.542" height="5.845"/>
+
+ <rect x="308.355" y="707.825" transform="matrix(0.7068 -0.7074 0.7074 0.7068 -411.8506 427.7466)" opacity="0.4" fill="#FFF8B9" width="3.542" height="5.845"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M380.167,742.592l1.748,1.748c0.692-0.557,1.378-1.123,2.058-1.701l-1.927-1.926
+ L380.167,742.592z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M380.167,742.592l1.748,1.748c0.692-0.557,1.378-1.123,2.058-1.701l-1.927-1.926
+ L380.167,742.592z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M380.167,742.592l1.748,1.748c0.692-0.557,1.378-1.123,2.058-1.701l-1.927-1.926
+ L380.167,742.592z"/>
+
+ <rect x="310.092" y="703.466" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -407.3608 429.214)" opacity="0.4" fill="#FFF8B9" width="8.784" height="5.847"/>
+
+ <rect x="310.092" y="703.466" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -407.3608 429.214)" opacity="0.4" fill="#FFF8B9" width="8.784" height="5.847"/>
+
+ <rect x="310.092" y="703.466" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -407.3608 429.214)" opacity="0.4" fill="#FFF8B9" width="8.784" height="5.847"/>
+
+ <rect x="310.092" y="703.466" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -407.3608 429.214)" opacity="0.4" fill="#FFF8B9" width="8.784" height="5.847"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M337.42,723.113l-15.989-15.988l-6.211,6.211l26.437,26.438l17.063-17.063
+ c0.434-0.434,1.133-0.434,1.565-0.002l19.882,19.883l1.879-1.879l-30.828-30.828l-13.177,13.178
+ C337.854,723.248,337.577,723.271,337.42,723.113z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M337.42,723.113l-15.989-15.988l-6.211,6.211l26.437,26.438l17.063-17.063
+ c0.434-0.434,1.133-0.434,1.565-0.002l19.882,19.883l1.879-1.879l-30.828-30.828l-13.177,13.178
+ C337.854,723.248,337.577,723.271,337.42,723.113z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M337.42,723.113l-15.989-15.988l-6.211,6.211l26.437,26.438l17.063-17.063
+ c0.434-0.434,1.133-0.434,1.565-0.002l19.882,19.883l1.879-1.879l-30.828-30.828l-13.177,13.178
+ C337.854,723.248,337.577,723.271,337.42,723.113z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M337.42,723.113l-15.989-15.988l-6.211,6.211l26.437,26.438l17.063-17.063
+ c0.434-0.434,1.133-0.434,1.565-0.002l19.882,19.883l1.879-1.879l-30.828-30.828l-13.177,13.178
+ C337.854,723.248,337.577,723.271,337.42,723.113z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M300.956,699.072l-2.382,2.381c0.083,0.238,0.227,0.473,0.43,0.678l5.706,5.705l2.505-2.504
+ L300.956,699.072z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M300.956,699.072l-2.382,2.381c0.083,0.238,0.227,0.473,0.43,0.678l5.706,5.705l2.505-2.504
+ L300.956,699.072z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M300.956,699.072l-2.382,2.381c0.083,0.238,0.227,0.473,0.43,0.678l5.706,5.705l2.505-2.504
+ L300.956,699.072z"/>
+
+ <rect x="302.799" y="694.671" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -404.3619 421.9775)" opacity="0.4" fill="#FFF8B9" width="8.784" height="8.852"/>
+
+ <rect x="302.799" y="694.671" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -404.3619 421.9775)" opacity="0.4" fill="#FFF8B9" width="8.784" height="8.852"/>
+
+ <rect x="302.799" y="694.671" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -404.3619 421.9775)" opacity="0.5" fill="#D1E4B7" width="8.784" height="8.852"/>
+
+ <rect x="302.799" y="694.671" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -404.3619 421.9775)" opacity="0.4" fill="#FFF8B9" width="8.784" height="8.852"/>
+
+ <rect x="305.878" y="705.017" transform="matrix(0.7071 0.7071 -0.7071 0.7071 589.4487 -9.4789)" opacity="0.4" fill="#FFF8B9" width="0.577" height="3.542"/>
+
+ <rect x="305.878" y="705.017" transform="matrix(0.7071 0.7071 -0.7071 0.7071 589.4487 -9.4789)" opacity="0.4" fill="#FFF8B9" width="0.577" height="3.542"/>
+
+ <rect x="305.878" y="705.017" transform="matrix(0.7071 0.7071 -0.7071 0.7071 589.4487 -9.4789)" opacity="0.5" fill="#D1E4B7" width="0.577" height="3.542"/>
+
+ <rect x="305.878" y="705.017" transform="matrix(0.7071 0.7071 -0.7071 0.7071 589.4487 -9.4789)" opacity="0.4" fill="#FFF8B9" width="0.577" height="3.542"/>
+
+ <rect x="306.132" y="702.141" transform="matrix(0.707 -0.7072 0.7072 0.707 -405.7859 425.4234)" opacity="0.4" fill="#FFF8B9" width="8.785" height="0.577"/>
+
+ <rect x="306.132" y="702.141" transform="matrix(0.707 -0.7072 0.7072 0.707 -405.7859 425.4234)" opacity="0.4" fill="#FFF8B9" width="8.785" height="0.577"/>
+
+ <rect x="306.132" y="702.141" transform="matrix(0.707 -0.7072 0.7072 0.707 -405.7859 425.4234)" opacity="0.4" fill="#FFF8B9" width="8.785" height="0.577"/>
+
+ <rect x="306.132" y="702.141" transform="matrix(0.707 -0.7072 0.7072 0.707 -405.7859 425.4234)" opacity="0.5" fill="#D1E4B7" width="8.785" height="0.577"/>
+
+ <rect x="306.132" y="702.141" transform="matrix(0.707 -0.7072 0.7072 0.707 -405.7859 425.4234)" opacity="0.4" fill="#FFF8B9" width="8.785" height="0.577"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M339.151,742.277l16.749,16.75c1.208-0.443,2.409-0.912,3.604-1.406l-17.848-17.848
+ L339.151,742.277z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M339.151,742.277l16.749,16.75c1.208-0.443,2.409-0.912,3.604-1.406l-17.848-17.848
+ L339.151,742.277z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M339.151,742.277l16.749,16.75c1.208-0.443,2.409-0.912,3.604-1.406l-17.848-17.848
+ L339.151,742.277z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M339.151,742.277l16.749,16.75c1.208-0.443,2.409-0.912,3.604-1.406l-17.848-17.848
+ L339.151,742.277z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M370.698,752.061c3.879-2.268,7.631-4.842,11.217-7.721l-1.748-1.748L370.698,752.061z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M370.698,752.061c3.879-2.268,7.631-4.842,11.217-7.721l-1.748-1.748L370.698,752.061z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M370.698,752.061c3.879-2.268,7.631-4.842,11.217-7.721l-1.748-1.748L370.698,752.061z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M370.698,752.061c3.879-2.268,7.631-4.842,11.217-7.721l-1.748-1.748L370.698,752.061z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M360.285,722.709c-0.433-0.432-1.132-0.432-1.565,0.002l-17.063,17.063l17.848,17.848
+ c3.825-1.586,7.566-3.439,11.194-5.561l9.469-9.469L360.285,722.709z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M360.285,722.709c-0.433-0.432-1.132-0.432-1.565,0.002l-17.063,17.063l17.848,17.848
+ c3.825-1.586,7.566-3.439,11.194-5.561l9.469-9.469L360.285,722.709z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M360.285,722.709c-0.433-0.432-1.132-0.432-1.565,0.002l-17.063,17.063l17.848,17.848
+ c3.825-1.586,7.566-3.439,11.194-5.561l9.469-9.469L360.285,722.709z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M360.285,722.709c-0.433-0.432-1.132-0.432-1.565,0.002l-17.063,17.063l17.848,17.848
+ c3.825-1.586,7.566-3.439,11.194-5.561l9.469-9.469L360.285,722.709z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M360.285,722.709c-0.433-0.432-1.132-0.432-1.565,0.002l-17.063,17.063l17.848,17.848
+ c3.825-1.586,7.566-3.439,11.194-5.561l9.469-9.469L360.285,722.709z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M339.151,709.715c-0.433,0.434-1.134,0.434-1.566,0l-9.373-9.371l-6.781,6.781
+ l15.989,15.988c0.157,0.158,0.435,0.135,0.621-0.051l13.177-13.178l-6.118-6.117L339.151,709.715z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M339.151,709.715c-0.433,0.434-1.134,0.434-1.566,0l-9.373-9.371l-6.781,6.781
+ l15.989,15.988c0.157,0.158,0.435,0.135,0.621-0.051l13.177-13.178l-6.118-6.117L339.151,709.715z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M339.151,709.715c-0.433,0.434-1.134,0.434-1.566,0l-9.373-9.371l-6.781,6.781
+ l15.989,15.988c0.157,0.158,0.435,0.135,0.621-0.051l13.177-13.178l-6.118-6.117L339.151,709.715z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M339.151,709.715c-0.433,0.434-1.134,0.434-1.566,0l-9.373-9.371l-6.781,6.781
+ l15.989,15.988c0.157,0.158,0.435,0.135,0.621-0.051l13.177-13.178l-6.118-6.117L339.151,709.715z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M339.151,709.715c-0.433,0.434-1.134,0.434-1.566,0l-9.373-9.371l-6.781,6.781
+ l15.989,15.988c0.157,0.158,0.435,0.135,0.621-0.051l13.177-13.178l-6.118-6.117L339.151,709.715z"/>
+
+ <rect x="318.058" y="695.096" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 52.8794 1421.6958)" opacity="0.4" fill="#FFF8B9" width="5.846" height="9.592"/>
+
+ <rect x="318.058" y="695.096" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 52.8794 1421.6958)" opacity="0.4" fill="#FFF8B9" width="5.846" height="9.592"/>
+
+ <rect x="318.058" y="695.096" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 52.8794 1421.6958)" opacity="0.4" fill="#FFF8B9" width="5.846" height="9.592"/>
+
+ <rect x="318.058" y="695.096" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 52.8794 1421.6958)" opacity="0.2" fill="#FFF6A3" width="5.846" height="9.592"/>
+
+ <rect x="318.058" y="695.096" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 52.8794 1421.6958)" opacity="0.4" fill="#FFF8B9" width="5.846" height="9.592"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M321.233,679.9c-0.203-0.205-0.438-0.348-0.677-0.43l-13.39,13.391l6.259,6.258
+ l13.514-13.514L321.233,679.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M321.233,679.9c-0.203-0.205-0.438-0.348-0.677-0.43l-13.39,13.391l6.259,6.258
+ l13.514-13.514L321.233,679.9z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M321.233,679.9c-0.203-0.205-0.438-0.348-0.677-0.43l-13.39,13.391l6.259,6.258
+ l13.514-13.514L321.233,679.9z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M321.233,679.9c-0.203-0.205-0.438-0.348-0.677-0.43l-13.39,13.391l6.259,6.258
+ l13.514-13.514L321.233,679.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M321.233,679.9c-0.203-0.205-0.438-0.348-0.677-0.43l-13.39,13.391l6.259,6.258
+ l13.514-13.514L321.233,679.9z"/>
+
+ <rect x="310.831" y="692.278" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -395.8793 429.3956)" opacity="0.4" fill="#FFF8B9" width="19.111" height="0.577"/>
+
+ <rect x="310.831" y="692.278" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -395.8793 429.3956)" opacity="0.4" fill="#FFF8B9" width="19.111" height="0.577"/>
+
+ <rect x="310.831" y="692.278" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -395.8793 429.3956)" opacity="0.4" fill="#FFF8B9" width="19.111" height="0.577"/>
+
+ <rect x="310.831" y="692.278" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -395.8793 429.3956)" opacity="0.5" fill="#D1E4B7" width="19.111" height="0.577"/>
+
+ <rect x="310.831" y="692.278" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -395.8793 429.3956)" opacity="0.2" fill="#FFF6A3" width="19.111" height="0.577"/>
+
+ <rect x="310.831" y="692.278" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -395.8793 429.3956)" opacity="0.4" fill="#FFF8B9" width="19.111" height="0.577"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M335.235,706.117c-0.28,0.281-0.519,0.492-0.533,0.479l-2.456-2.457
+ c-0.015-0.014,0.198-0.252,0.479-0.531l6.107-6.109l-3.888-3.887l-6.732,6.732l9.373,9.371c0.433,0.434,1.134,0.434,1.566,0
+ l5.948-5.947l-3.757-3.758L335.235,706.117z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M335.235,706.117c-0.28,0.281-0.519,0.492-0.533,0.479l-2.456-2.457
+ c-0.015-0.014,0.198-0.252,0.479-0.531l6.107-6.109l-3.888-3.887l-6.732,6.732l9.373,9.371c0.433,0.434,1.134,0.434,1.566,0
+ l5.948-5.947l-3.757-3.758L335.235,706.117z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M335.235,706.117c-0.28,0.281-0.519,0.492-0.533,0.479l-2.456-2.457
+ c-0.015-0.014,0.198-0.252,0.479-0.531l6.107-6.109l-3.888-3.887l-6.732,6.732l9.373,9.371c0.433,0.434,1.134,0.434,1.566,0
+ l5.948-5.947l-3.757-3.758L335.235,706.117z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M335.235,706.117c-0.28,0.281-0.519,0.492-0.533,0.479l-2.456-2.457
+ c-0.015-0.014,0.198-0.252,0.479-0.531l6.107-6.109l-3.888-3.887l-6.732,6.732l9.373,9.371c0.433,0.434,1.134,0.434,1.566,0
+ l5.948-5.947l-3.757-3.758L335.235,706.117z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M335.235,706.117c-0.28,0.281-0.519,0.492-0.533,0.479l-2.456-2.457
+ c-0.015-0.014,0.198-0.252,0.479-0.531l6.107-6.109l-3.888-3.887l-6.732,6.732l9.373,9.371c0.433,0.434,1.134,0.434,1.566,0
+ l5.948-5.947l-3.757-3.758L335.235,706.117z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M335.235,706.117c-0.28,0.281-0.519,0.492-0.533,0.479l-2.456-2.457
+ c-0.015-0.014,0.198-0.252,0.479-0.531l6.107-6.109l-3.888-3.887l-6.732,6.732l9.373,9.371c0.433,0.434,1.134,0.434,1.566,0
+ l5.948-5.947l-3.757-3.758L335.235,706.117z"/>
+
+ <rect x="324.815" y="688.376" transform="matrix(-0.7072 -0.707 0.707 -0.7072 69.4468 1415.0325)" opacity="0.4" fill="#FFF8B9" width="5.845" height="9.52"/>
+
+ <rect x="324.815" y="688.376" transform="matrix(-0.7072 -0.707 0.707 -0.7072 69.4468 1415.0325)" opacity="0.4" fill="#FFF8B9" width="5.845" height="9.52"/>
+
+ <rect x="324.815" y="688.376" transform="matrix(-0.7072 -0.707 0.707 -0.7072 69.4468 1415.0325)" opacity="0.4" fill="#FFF8B9" width="5.845" height="9.52"/>
+
+ <rect x="324.815" y="688.376" transform="matrix(-0.7072 -0.707 0.707 -0.7072 69.4468 1415.0325)" opacity="0.2" fill="#FFF6A3" width="5.845" height="9.52"/>
+
+ <rect x="324.815" y="688.376" transform="matrix(-0.7072 -0.707 0.707 -0.7072 69.4468 1415.0325)" opacity="0.4" fill="#FFF8B9" width="5.845" height="9.52"/>
+
+ <rect x="324.815" y="688.376" transform="matrix(-0.7072 -0.707 0.707 -0.7072 69.4468 1415.0325)" opacity="0.4" fill="#FFF8B9" width="5.845" height="9.52"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M268.183,631.648l-17.031-17.031c-6.998,8.861-12.149,18.702-15.451,29.008l10.253,10.254
+ L268.183,631.648z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M268.183,631.648l-17.031-17.031c-6.998,8.861-12.149,18.702-15.451,29.008l10.253,10.254
+ L268.183,631.648z"/>
+
+ <rect x="256.16" y="629.237" transform="matrix(0.707 0.7072 -0.7072 0.707 532.0594 5.6093)" opacity="0.4" fill="#FFF8B9" width="6.2" height="31.438"/>
+
+ <rect x="256.16" y="629.237" transform="matrix(0.707 0.7072 -0.7072 0.707 532.0594 5.6093)" opacity="0.5" fill="#D1E4B7" width="6.2" height="31.438"/>
+
+ <rect x="256.16" y="629.237" transform="matrix(0.707 0.7072 -0.7072 0.707 532.0594 5.6093)" opacity="0.4" fill="#FFF8B9" width="6.2" height="31.438"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M260.093,656.646l16.544-16.544l-4.07-4.069l-22.229,22.229l38.241,38.24
+ c0.401,0.4,1.077,0.377,1.509-0.057l4.121-4.121l-34.115-34.112C259.661,657.779,259.661,657.078,260.093,656.646z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M260.093,656.646l16.544-16.544l-4.07-4.069l-22.229,22.229l38.241,38.24
+ c0.401,0.4,1.077,0.377,1.509-0.057l4.121-4.121l-34.115-34.112C259.661,657.779,259.661,657.078,260.093,656.646z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M260.093,656.646l16.544-16.544l-4.07-4.069l-22.229,22.229l38.241,38.24
+ c0.401,0.4,1.077,0.377,1.509-0.057l4.121-4.121l-34.115-34.112C259.661,657.779,259.661,657.078,260.093,656.646z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M260.093,656.646l16.544-16.544l-4.07-4.069l-22.229,22.229l38.241,38.24
+ c0.401,0.4,1.077,0.377,1.509-0.057l4.121-4.121l-34.115-34.112C259.661,657.779,259.661,657.078,260.093,656.646z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M310.752,675.781c0.433-0.434,0.457-1.107,0.056-1.51l-34.171-34.169l-16.544,16.544
+ c-0.432,0.432-0.432,1.133,0,1.565l34.115,34.112l6.549-6.549L310.752,675.781z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M310.752,675.781c0.433-0.434,0.457-1.107,0.056-1.51l-34.171-34.169l-16.544,16.544
+ c-0.432,0.432-0.432,1.133,0,1.565l34.115,34.112l6.549-6.549L310.752,675.781z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M310.752,675.781c0.433-0.434,0.457-1.107,0.056-1.51l-34.171-34.169l-16.544,16.544
+ c-0.432,0.432-0.432,1.133,0,1.565l34.115,34.112l6.549-6.549L310.752,675.781z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M310.752,675.781c0.433-0.434,0.457-1.107,0.056-1.51l-34.171-34.169l-16.544,16.544
+ c-0.432,0.432-0.432,1.133,0,1.565l34.115,34.112l6.549-6.549L310.752,675.781z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M310.752,675.781c0.433-0.434,0.457-1.107,0.056-1.51l-34.171-34.169l-16.544,16.544
+ c-0.432,0.432-0.432,1.133,0,1.565l34.115,34.112l6.549-6.549L310.752,675.781z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M356.215,656.333l0.102-0.102L352.085,652c-0.053-0.053-0.177-0.012-0.277,0.09
+ l-6.024,6.023l4.326,4.324L356.215,656.333z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M356.215,656.333l0.102-0.102L352.085,652c-0.053-0.053-0.177-0.012-0.277,0.09
+ l-6.024,6.023l4.326,4.324L356.215,656.333z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M356.215,656.333l0.102-0.102L352.085,652c-0.053-0.053-0.177-0.012-0.277,0.09
+ l-6.024,6.023l4.326,4.324L356.215,656.333z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M356.215,656.333l0.102-0.102L352.085,652c-0.053-0.053-0.177-0.012-0.277,0.09
+ l-6.024,6.023l4.326,4.324L356.215,656.333z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M356.327,656.242l-0.011-0.011l-0.102,0.102
+ C356.249,656.299,356.289,656.271,356.327,656.242z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M356.327,656.242l-0.011-0.011l-0.102,0.102
+ C356.249,656.299,356.289,656.271,356.327,656.242z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M356.327,656.242l-0.011-0.011l-0.102,0.102
+ C356.249,656.299,356.289,656.271,356.327,656.242z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M356.327,656.242l-0.011-0.011l-0.102,0.102
+ C356.249,656.299,356.289,656.271,356.327,656.242z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M356.327,656.242l-0.011-0.011l-0.102,0.102
+ C356.249,656.299,356.289,656.271,356.327,656.242z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M350.109,662.438l0.408,0.408l6.207-6.206l-0.397-0.397
+ c-0.038,0.029-0.078,0.057-0.112,0.091L350.109,662.438z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M350.109,662.438l0.408,0.408l6.207-6.206l-0.397-0.397
+ c-0.038,0.029-0.078,0.057-0.112,0.091L350.109,662.438z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M350.109,662.438l0.408,0.408l6.207-6.206l-0.397-0.397
+ c-0.038,0.029-0.078,0.057-0.112,0.091L350.109,662.438z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M350.109,662.438l0.408,0.408l6.207-6.206l-0.397-0.397
+ c-0.038,0.029-0.078,0.057-0.112,0.091L350.109,662.438z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M350.109,662.438l0.408,0.408l6.207-6.206l-0.397-0.397
+ c-0.038,0.029-0.078,0.057-0.112,0.091L350.109,662.438z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M350.109,662.438l0.408,0.408l6.207-6.206l-0.397-0.397
+ c-0.038,0.029-0.078,0.057-0.112,0.091L350.109,662.438z"/>
+
+ <rect x="352.987" y="660.576" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1079.2786 879.8467)" opacity="0.4" fill="#FFF8B9" width="8.779" height="5.845"/>
+
+ <rect x="352.987" y="660.576" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1079.2786 879.8467)" opacity="0.4" fill="#FFF8B9" width="8.779" height="5.845"/>
+
+ <rect x="352.987" y="660.576" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1079.2786 879.8467)" opacity="0.4" fill="#FFF8B9" width="8.779" height="5.845"/>
+
+ <rect x="352.987" y="660.576" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1079.2786 879.8467)" opacity="0.5" fill="#D1E4B7" width="8.779" height="5.845"/>
+
+ <rect x="352.987" y="660.576" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1079.2786 879.8467)" opacity="0.4" fill="#FFF8B9" width="8.779" height="5.845"/>
+
+ <rect x="352.987" y="660.576" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1079.2786 879.8467)" opacity="0.2" fill="#FFF6A3" width="8.779" height="5.845"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M344.383,664.836l-4.861,4.861l1.665,1.662l8.923-8.922l-4.326-4.324l-3.913,3.914
+ l2.487,2.488C344.454,664.611,344.465,664.754,344.383,664.836z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M344.383,664.836l-4.861,4.861l1.665,1.662l8.923-8.922l-4.326-4.324l-3.913,3.914
+ l2.487,2.488C344.454,664.611,344.465,664.754,344.383,664.836z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M344.383,664.836l-4.861,4.861l1.665,1.662l8.923-8.922l-4.326-4.324l-3.913,3.914
+ l2.487,2.488C344.454,664.611,344.465,664.754,344.383,664.836z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M344.383,664.836l-4.861,4.861l1.665,1.662l8.923-8.922l-4.326-4.324l-3.913,3.914
+ l2.487,2.488C344.454,664.611,344.465,664.754,344.383,664.836z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M344.383,664.836l-4.861,4.861l1.665,1.662l8.923-8.922l-4.326-4.324l-3.913,3.914
+ l2.487,2.488C344.454,664.611,344.465,664.754,344.383,664.836z"/>
+
+ <rect x="345.563" y="660.793" transform="matrix(0.7071 0.7071 -0.7071 0.7071 573.0104 -49.1645)" opacity="0.4" fill="#FFF8B9" width="0.577" height="12.618"/>
+
+ <rect x="345.563" y="660.793" transform="matrix(0.7071 0.7071 -0.7071 0.7071 573.0104 -49.1645)" opacity="0.4" fill="#FFF8B9" width="0.577" height="12.618"/>
+
+ <rect x="345.563" y="660.793" transform="matrix(0.7071 0.7071 -0.7071 0.7071 573.0104 -49.1645)" opacity="0.4" fill="#FFF8B9" width="0.577" height="12.618"/>
+
+ <rect x="345.563" y="660.793" transform="matrix(0.7071 0.7071 -0.7071 0.7071 573.0104 -49.1645)" opacity="0.5" fill="#D1E4B7" width="0.577" height="12.618"/>
+
+ <rect x="345.563" y="660.793" transform="matrix(0.7071 0.7071 -0.7071 0.7071 573.0104 -49.1645)" opacity="0.4" fill="#FFF8B9" width="0.577" height="12.618"/>
+
+ <rect x="345.563" y="660.793" transform="matrix(0.7071 0.7071 -0.7071 0.7071 573.0104 -49.1645)" opacity="0.4" fill="#FFF8B9" width="0.577" height="12.618"/>
+
+ <rect x="345.563" y="660.793" transform="matrix(0.7071 0.7071 -0.7071 0.7071 573.0104 -49.1645)" opacity="0.2" fill="#FFF6A3" width="0.577" height="12.618"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M346.822,676.996l4.228-4.229c0.366-0.365,0.925-0.418,1.352-0.162l3.938-3.936
+ l-4.134-4.135l-8.923,8.922L346.822,676.996z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M346.822,676.996l4.228-4.229c0.366-0.365,0.925-0.418,1.352-0.162l3.938-3.936
+ l-4.134-4.135l-8.923,8.922L346.822,676.996z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M346.822,676.996l4.228-4.229c0.366-0.365,0.925-0.418,1.352-0.162l3.938-3.936
+ l-4.134-4.135l-8.923,8.922L346.822,676.996z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M346.822,676.996l4.228-4.229c0.366-0.365,0.925-0.418,1.352-0.162l3.938-3.936
+ l-4.134-4.135l-8.923,8.922L346.822,676.996z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M346.822,676.996l4.228-4.229c0.366-0.365,0.925-0.418,1.352-0.162l3.938-3.936
+ l-4.134-4.135l-8.923,8.922L346.822,676.996z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M346.822,676.996l4.228-4.229c0.366-0.365,0.925-0.418,1.352-0.162l3.938-3.936
+ l-4.134-4.135l-8.923,8.922L346.822,676.996z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M346.822,676.996l4.228-4.229c0.366-0.365,0.925-0.418,1.352-0.162l3.938-3.936
+ l-4.134-4.135l-8.923,8.922L346.822,676.996z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M336.954,667.129l2.567,2.568l4.861-4.861c0.082-0.082,0.071-0.225-0.025-0.32l-2.487-2.488
+ l-4.826,4.824C336.942,666.953,336.902,667.078,336.954,667.129z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M336.954,667.129l2.567,2.568l4.861-4.861c0.082-0.082,0.071-0.225-0.025-0.32l-2.487-2.488
+ l-4.826,4.824C336.942,666.953,336.902,667.078,336.954,667.129z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M336.954,667.129l2.567,2.568l4.861-4.861c0.082-0.082,0.071-0.225-0.025-0.32l-2.487-2.488
+ l-4.826,4.824C336.942,666.953,336.902,667.078,336.954,667.129z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M336.954,667.129l2.567,2.568l4.861-4.861c0.082-0.082,0.071-0.225-0.025-0.32l-2.487-2.488
+ l-4.826,4.824C336.942,666.953,336.902,667.078,336.954,667.129z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M336.954,667.129l2.567,2.568l4.861-4.861c0.082-0.082,0.071-0.225-0.025-0.32l-2.487-2.488
+ l-4.826,4.824C336.942,666.953,336.902,667.078,336.954,667.129z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M336.954,667.129l2.567,2.568l4.861-4.861c0.082-0.082,0.071-0.225-0.025-0.32l-2.487-2.488
+ l-4.826,4.824C336.942,666.953,336.902,667.078,336.954,667.129z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M351.05,672.768l-4.228,4.229l0.595,0.594l4.984-4.984
+ C351.975,672.35,351.416,672.402,351.05,672.768z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M351.05,672.768l-4.228,4.229l0.595,0.594l4.984-4.984
+ C351.975,672.35,351.416,672.402,351.05,672.768z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M351.05,672.768l-4.228,4.229l0.595,0.594l4.984-4.984
+ C351.975,672.35,351.416,672.402,351.05,672.768z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M351.05,672.768l-4.228,4.229l0.595,0.594l4.984-4.984
+ C351.975,672.35,351.416,672.402,351.05,672.768z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M351.05,672.768l-4.228,4.229l0.595,0.594l4.984-4.984
+ C351.975,672.35,351.416,672.402,351.05,672.768z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M351.05,672.768l-4.228,4.229l0.595,0.594l4.984-4.984
+ C351.975,672.35,351.416,672.402,351.05,672.768z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M351.05,672.768l-4.228,4.229l0.595,0.594l4.984-4.984
+ C351.975,672.35,351.416,672.402,351.05,672.768z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M351.05,672.768l-4.228,4.229l0.595,0.594l4.984-4.984
+ C351.975,672.35,351.416,672.402,351.05,672.768z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M378.101,621.93c0.34-0.34,0.603-0.627,0.587-0.643l-2.455-2.456
+ c-0.016-0.015-0.303,0.247-0.643,0.587l-5.131,5.132l2.511,2.511L378.101,621.93z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M378.101,621.93c0.34-0.34,0.603-0.627,0.587-0.643l-2.455-2.456
+ c-0.016-0.015-0.303,0.247-0.643,0.587l-5.131,5.132l2.511,2.511L378.101,621.93z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M378.101,621.93c0.34-0.34,0.603-0.627,0.587-0.643l-2.455-2.456
+ c-0.016-0.015-0.303,0.247-0.643,0.587l-5.131,5.132l2.511,2.511L378.101,621.93z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M298.761,700.322l1.723-1.723l-2.039-2.039l-9.201,9.203
+ c-0.34,0.34-0.603,0.627-0.587,0.643l2.455,2.455c0.016,0.016,0.303-0.248,0.643-0.586l6.82-6.822
+ C298.431,701.029,298.484,700.598,298.761,700.322z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M298.761,700.322l1.723-1.723l-2.039-2.039l-9.201,9.203
+ c-0.34,0.34-0.603,0.627-0.587,0.643l2.455,2.455c0.016,0.016,0.303-0.248,0.643-0.586l6.82-6.822
+ C298.431,701.029,298.484,700.598,298.761,700.322z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M298.761,700.322l1.723-1.723l-2.039-2.039l-9.201,9.203
+ c-0.34,0.34-0.603,0.627-0.587,0.643l2.455,2.455c0.016,0.016,0.303-0.248,0.643-0.586l6.82-6.822
+ C298.431,701.029,298.484,700.598,298.761,700.322z"/>
+
+ <rect x="301.128" y="690.082" transform="matrix(0.7069 0.7073 -0.7073 0.7069 579.8571 -10.4755)" opacity="0.4" fill="#FFF8B9" width="2.883" height="8.784"/>
+
+ <rect x="301.128" y="690.082" transform="matrix(0.7069 0.7073 -0.7073 0.7069 579.8571 -10.4755)" opacity="0.4" fill="#FFF8B9" width="2.883" height="8.784"/>
+
+ <rect x="301.128" y="690.082" transform="matrix(0.7069 0.7073 -0.7073 0.7069 579.8571 -10.4755)" opacity="0.5" fill="#D1E4B7" width="2.883" height="8.784"/>
+
+ <rect x="301.128" y="690.082" transform="matrix(0.7069 0.7073 -0.7073 0.7069 579.8571 -10.4755)" opacity="0.4" fill="#FFF8B9" width="2.883" height="8.784"/>
+
+ <rect x="347.903" y="633.893" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1067.1987 829.3032)" opacity="0.4" fill="#FFF8B9" width="27.897" height="3.551"/>
+
+ <rect x="347.903" y="633.893" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1067.1987 829.3032)" opacity="0.4" fill="#FFF8B9" width="27.897" height="3.551"/>
+
+ <rect x="347.903" y="633.893" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1067.1987 829.3032)" opacity="0.4" fill="#FFF8B9" width="27.897" height="3.551"/>
+
+ <rect x="347.903" y="633.893" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1067.1987 829.3032)" opacity="0.4" fill="#FFF8B9" width="27.897" height="3.551"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M320.557,679.471l5.447-5.447l-0.473-0.473c-0.432-0.432-0.433-1.133,0-1.564l0.939-0.94
+ l-1.255-1.253l-20.56,20.557l2.038,2.039l12.731-12.732C319.702,679.381,320.134,679.326,320.557,679.471z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M320.557,679.471l5.447-5.447l-0.473-0.473c-0.432-0.432-0.433-1.133,0-1.564l0.939-0.94
+ l-1.255-1.253l-20.56,20.557l2.038,2.039l12.731-12.732C319.702,679.381,320.134,679.326,320.557,679.471z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M320.557,679.471l5.447-5.447l-0.473-0.473c-0.432-0.432-0.433-1.133,0-1.564l0.939-0.94
+ l-1.255-1.253l-20.56,20.557l2.038,2.039l12.731-12.732C319.702,679.381,320.134,679.326,320.557,679.471z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M320.557,679.471l5.447-5.447l-0.473-0.473c-0.432-0.432-0.433-1.133,0-1.564l0.939-0.94
+ l-1.255-1.253l-20.56,20.557l2.038,2.039l12.731-12.732C319.702,679.381,320.134,679.326,320.557,679.471z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M320.557,679.471l5.447-5.447l-0.473-0.473c-0.432-0.432-0.433-1.133,0-1.564l0.939-0.94
+ l-1.255-1.253l-20.56,20.557l2.038,2.039l12.731-12.732C319.702,679.381,320.134,679.326,320.557,679.471z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M326.471,671.046l-0.939,0.94c-0.433,0.432-0.432,1.133,0,1.564l0.473,0.473l1.723-1.723
+ L326.471,671.046z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M326.471,671.046l-0.939,0.94c-0.433,0.432-0.432,1.133,0,1.564l0.473,0.473l1.723-1.723
+ L326.471,671.046z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M326.471,671.046l-0.939,0.94c-0.433,0.432-0.432,1.133,0,1.564l0.473,0.473l1.723-1.723
+ L326.471,671.046z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M326.471,671.046l-0.939,0.94c-0.433,0.432-0.432,1.133,0,1.564l0.473,0.473l1.723-1.723
+ L326.471,671.046z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M326.471,671.046l-0.939,0.94c-0.433,0.432-0.432,1.133,0,1.564l0.473,0.473l1.723-1.723
+ L326.471,671.046z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M326.471,671.046l-0.939,0.94c-0.433,0.432-0.432,1.133,0,1.564l0.473,0.473l1.723-1.723
+ L326.471,671.046z"/>
+
+ <rect x="325.162" y="667.889" transform="matrix(0.707 -0.7072 0.7072 0.707 -377.0132 427.5524)" opacity="0.4" fill="#FFF8B9" width="4.648" height="1.773"/>
+
+ <rect x="325.162" y="667.889" transform="matrix(0.707 -0.7072 0.7072 0.707 -377.0132 427.5524)" opacity="0.4" fill="#FFF8B9" width="4.648" height="1.773"/>
+
+ <rect x="325.162" y="667.889" transform="matrix(0.707 -0.7072 0.7072 0.707 -377.0132 427.5524)" opacity="0.5" fill="#D1E4B7" width="4.648" height="1.773"/>
+
+ <rect x="325.162" y="667.889" transform="matrix(0.707 -0.7072 0.7072 0.707 -377.0132 427.5524)" opacity="0.2" fill="#FFF6A3" width="4.648" height="1.773"/>
+
+ <rect x="325.162" y="667.889" transform="matrix(0.707 -0.7072 0.7072 0.707 -377.0132 427.5524)" opacity="0.4" fill="#FFF6A3" width="4.648" height="1.773"/>
+
+ <rect x="325.162" y="667.889" transform="matrix(0.707 -0.7072 0.7072 0.707 -377.0132 427.5524)" opacity="0.4" fill="#FFF8B9" width="4.648" height="1.773"/>
+
+ <rect x="327.855" y="667.707" transform="matrix(0.7074 0.7068 -0.7068 0.7074 569.7946 -36.3019)" opacity="0.4" fill="#FFF8B9" width="1.774" height="4.647"/>
+
+ <rect x="327.855" y="667.707" transform="matrix(0.7074 0.7068 -0.7068 0.7074 569.7946 -36.3019)" opacity="0.4" fill="#FFF8B9" width="1.774" height="4.647"/>
+
+ <rect x="327.855" y="667.707" transform="matrix(0.7074 0.7068 -0.7068 0.7074 569.7946 -36.3019)" opacity="0.5" fill="#D1E4B7" width="1.774" height="4.647"/>
+
+ <rect x="327.855" y="667.707" transform="matrix(0.7074 0.7068 -0.7068 0.7074 569.7946 -36.3019)" opacity="0.4" fill="#FFF8B9" width="1.774" height="4.647"/>
+
+ <rect x="327.855" y="667.707" transform="matrix(0.7074 0.7068 -0.7068 0.7074 569.7946 -36.3019)" opacity="0.2" fill="#FFF6A3" width="1.774" height="4.647"/>
+
+ <rect x="327.855" y="667.707" transform="matrix(0.7074 0.7068 -0.7068 0.7074 569.7946 -36.3019)" opacity="0.4" fill="#FFF6A3" width="1.774" height="4.647"/>
+
+ <rect x="327.855" y="667.707" transform="matrix(0.7074 0.7068 -0.7068 0.7074 569.7946 -36.3019)" opacity="0.4" fill="#FFF8B9" width="1.774" height="4.647"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M338.681,658.838l3.131-3.131c0.434-0.433,1.134-0.432,1.566,0l0.473,0.473l6.889-6.889
+ l-2.511-2.512l-10.803,10.803L338.681,658.838z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M338.681,658.838l3.131-3.131c0.434-0.433,1.134-0.432,1.566,0l0.473,0.473l6.889-6.889
+ l-2.511-2.512l-10.803,10.803L338.681,658.838z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M338.681,658.838l3.131-3.131c0.434-0.433,1.134-0.432,1.566,0l0.473,0.473l6.889-6.889
+ l-2.511-2.512l-10.803,10.803L338.681,658.838z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M338.681,658.838l3.131-3.131c0.434-0.433,1.134-0.432,1.566,0l0.473,0.473l6.889-6.889
+ l-2.511-2.512l-10.803,10.803L338.681,658.838z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M343.851,656.18l-0.473-0.473c-0.433-0.432-1.133-0.433-1.566,0l-3.131,3.131l1.256,1.256
+ L343.851,656.18z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M343.851,656.18l-0.473-0.473c-0.433-0.432-1.133-0.433-1.566,0l-3.131,3.131l1.256,1.256
+ L343.851,656.18z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M343.851,656.18l-0.473-0.473c-0.433-0.432-1.133-0.433-1.566,0l-3.131,3.131l1.256,1.256
+ L343.851,656.18z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M343.851,656.18l-0.473-0.473c-0.433-0.432-1.133-0.433-1.566,0l-3.131,3.131l1.256,1.256
+ L343.851,656.18z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M343.851,656.18l-0.473-0.473c-0.433-0.432-1.133-0.433-1.566,0l-3.131,3.131l1.256,1.256
+ L343.851,656.18z"/>
+
+ <rect x="348.96" y="645.012" transform="matrix(0.7071 0.7071 -0.7071 0.7071 560.0726 -58.5694)" opacity="0.4" fill="#FFF8B9" width="3.551" height="3.541"/>
+
+ <rect x="348.96" y="645.012" transform="matrix(0.7071 0.7071 -0.7071 0.7071 560.0726 -58.5694)" opacity="0.4" fill="#FFF8B9" width="3.551" height="3.541"/>
+
+ <rect x="348.96" y="645.012" transform="matrix(0.7071 0.7071 -0.7071 0.7071 560.0726 -58.5694)" opacity="0.4" fill="#FFF8B9" width="3.551" height="3.541"/>
+
+ <rect x="348.96" y="645.012" transform="matrix(0.7071 0.7071 -0.7071 0.7071 560.0726 -58.5694)" opacity="0.4" fill="#FFF8B9" width="3.551" height="3.541"/>
+
+ <rect x="348.96" y="645.012" transform="matrix(0.7071 0.7071 -0.7071 0.7071 560.0726 -58.5694)" opacity="0.4" fill="#FFF8B9" width="3.551" height="3.541"/>
+
+ <rect x="332.007" y="659.827" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1040.0361 890.5732)" opacity="0.4" fill="#FFF8B9" width="7.084" height="1.775"/>
+
+ <rect x="332.007" y="659.827" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1040.0361 890.5732)" opacity="0.4" fill="#FFF8B9" width="7.084" height="1.775"/>
+
+ <rect x="332.007" y="659.827" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1040.0361 890.5732)" opacity="0.4" fill="#FFF6A3" width="7.084" height="1.775"/>
+
+ <rect x="332.007" y="659.827" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1040.0361 890.5732)" opacity="0.4" fill="#FFF8B9" width="7.084" height="1.775"/>
+
+ <rect x="332.007" y="659.827" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1040.0361 890.5732)" opacity="0.4" fill="#FFF8B9" width="7.084" height="1.775"/>
+
+ <rect x="333.262" y="661.082" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1042.9983 892.0346)" opacity="0.4" fill="#FFF8B9" width="7.083" height="1.776"/>
+
+ <rect x="333.262" y="661.082" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1042.9983 892.0346)" opacity="0.4" fill="#FFF8B9" width="7.083" height="1.776"/>
+
+ <rect x="333.262" y="661.082" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1042.9983 892.0346)" opacity="0.4" fill="#FFF8B9" width="7.083" height="1.776"/>
+
+ <rect x="333.262" y="661.082" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1042.9983 892.0346)" opacity="0.4" fill="#FFF6A3" width="7.083" height="1.776"/>
+
+ <rect x="333.262" y="661.082" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1042.9983 892.0346)" opacity="0.4" fill="#FFF8B9" width="7.083" height="1.776"/>
+
+ <rect x="333.262" y="661.082" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1042.9983 892.0346)" opacity="0.4" fill="#FFF8B9" width="7.083" height="1.776"/>
+
+ <rect x="328.319" y="664.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1035.5518 901.4139)" opacity="0.4" fill="#FFF8B9" width="5.535" height="1.776"/>
+
+ <rect x="328.319" y="664.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1035.5518 901.4139)" opacity="0.4" fill="#FFF8B9" width="5.535" height="1.776"/>
+
+ <rect x="328.319" y="664.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1035.5518 901.4139)" opacity="0.2" fill="#FFF6A3" width="5.535" height="1.776"/>
+
+ <rect x="328.319" y="664.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1035.5518 901.4139)" opacity="0.4" fill="#FFF6A3" width="5.535" height="1.776"/>
+
+ <rect x="328.319" y="664.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1035.5518 901.4139)" opacity="0.4" fill="#FFF8B9" width="5.535" height="1.776"/>
+
+ <rect x="328.319" y="664.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1035.5518 901.4139)" opacity="0.4" fill="#FFF8B9" width="5.535" height="1.776"/>
+
+ <rect x="329.575" y="665.545" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1038.582 902.6685)" opacity="0.4" fill="#FFF8B9" width="5.535" height="1.774"/>
+
+ <rect x="329.575" y="665.545" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1038.582 902.6685)" opacity="0.4" fill="#FFF8B9" width="5.535" height="1.774"/>
+
+ <rect x="329.575" y="665.545" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1038.582 902.6685)" opacity="0.4" fill="#FFF8B9" width="5.535" height="1.774"/>
+
+ <rect x="329.575" y="665.545" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1038.582 902.6685)" opacity="0.2" fill="#FFF6A3" width="5.535" height="1.774"/>
+
+ <rect x="329.575" y="665.545" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1038.582 902.6685)" opacity="0.4" fill="#FFF6A3" width="5.535" height="1.774"/>
+
+ <rect x="329.575" y="665.545" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1038.582 902.6685)" opacity="0.4" fill="#FFF8B9" width="5.535" height="1.774"/>
+
+ <rect x="329.575" y="665.545" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1038.582 902.6685)" opacity="0.4" fill="#FFF8B9" width="5.535" height="1.774"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M300.483,698.6l-1.723,1.723c-0.276,0.275-0.33,0.707-0.187,1.131l2.382-2.381
+ L300.483,698.6z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M300.483,698.6l-1.723,1.723c-0.276,0.275-0.33,0.707-0.187,1.131l2.382-2.381
+ L300.483,698.6z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M300.483,698.6l-1.723,1.723c-0.276,0.275-0.33,0.707-0.187,1.131l2.382-2.381
+ L300.483,698.6z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M300.483,698.6l-1.723,1.723c-0.276,0.275-0.33,0.707-0.187,1.131l2.382-2.381
+ L300.483,698.6z"/>
+
+ <rect x="299.433" y="695.396" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -402.9674 418.6116)" opacity="0.4" fill="#FFF8B9" width="8.784" height="0.668"/>
+
+ <rect x="299.433" y="695.396" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -402.9674 418.6116)" opacity="0.4" fill="#FFF8B9" width="8.784" height="0.668"/>
+
+ <rect x="299.433" y="695.396" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -402.9674 418.6116)" opacity="0.5" fill="#D1E4B7" width="8.784" height="0.668"/>
+
+ <rect x="299.433" y="695.396" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -402.9674 418.6116)" opacity="0.4" fill="#FFF8B9" width="8.784" height="0.668"/>
+
+ <rect x="299.433" y="695.396" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -402.9674 418.6116)" opacity="0.4" fill="#FFF8B9" width="8.784" height="0.668"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M320.557,679.471c-0.423-0.145-0.854-0.09-1.131,0.186l-12.731,12.732l0.473,0.473
+ L320.557,679.471z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M320.557,679.471c-0.423-0.145-0.854-0.09-1.131,0.186l-12.731,12.732l0.473,0.473
+ L320.557,679.471z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M320.557,679.471c-0.423-0.145-0.854-0.09-1.131,0.186l-12.731,12.732l0.473,0.473
+ L320.557,679.471z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M320.557,679.471c-0.423-0.145-0.854-0.09-1.131,0.186l-12.731,12.732l0.473,0.473
+ L320.557,679.471z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M320.557,679.471c-0.423-0.145-0.854-0.09-1.131,0.186l-12.731,12.732l0.473,0.473
+ L320.557,679.471z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M320.557,679.471c-0.423-0.145-0.854-0.09-1.131,0.186l-12.731,12.732l0.473,0.473
+ L320.557,679.471z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M296.15,718.9c-0.287,0.287-0.717,0.324-0.959,0.082l-0.405-0.406l-5.793,5.793l1.688,1.689
+ l16.126-16.125l-0.845-0.846L296.15,718.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M296.15,718.9c-0.287,0.287-0.717,0.324-0.959,0.082l-0.405-0.406l-5.793,5.793l1.688,1.689
+ l16.126-16.125l-0.845-0.846L296.15,718.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M296.15,718.9c-0.287,0.287-0.717,0.324-0.959,0.082l-0.405-0.406l-5.793,5.793l1.688,1.689
+ l16.126-16.125l-0.845-0.846L296.15,718.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M294.786,718.576l0.405,0.406c0.242,0.242,0.672,0.205,0.959-0.082l9.813-9.813
+ l-0.845-0.844L294.786,718.576z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M294.786,718.576l0.405,0.406c0.242,0.242,0.672,0.205,0.959-0.082l9.813-9.813
+ l-0.845-0.844L294.786,718.576z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M294.786,718.576l0.405,0.406c0.242,0.242,0.672,0.205,0.959-0.082l9.813-9.813
+ l-0.845-0.844L294.786,718.576z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M294.786,718.576l0.405,0.406c0.242,0.242,0.672,0.205,0.959-0.082l9.813-9.813
+ l-0.845-0.844L294.786,718.576z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M366.342,650.4c0.4-0.4,0.715-0.732,0.705-0.742l-1.652-1.652
+ c-0.01-0.01-0.342,0.305-0.742,0.705l-4.742,4.742l1.689,1.689L366.342,650.4z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M366.342,650.4c0.4-0.4,0.715-0.732,0.705-0.742l-1.652-1.652
+ c-0.01-0.01-0.342,0.305-0.742,0.705l-4.742,4.742l1.689,1.689L366.342,650.4z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M366.342,650.4c0.4-0.4,0.715-0.732,0.705-0.742l-1.652-1.652
+ c-0.01-0.01-0.342,0.305-0.742,0.705l-4.742,4.742l1.689,1.689L366.342,650.4z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M366.342,650.4c0.4-0.4,0.715-0.732,0.705-0.742l-1.652-1.652
+ c-0.01-0.01-0.342,0.305-0.742,0.705l-4.742,4.742l1.689,1.689L366.342,650.4z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M366.342,650.4c0.4-0.4,0.715-0.732,0.705-0.742l-1.652-1.652
+ c-0.01-0.01-0.342,0.305-0.742,0.705l-4.742,4.742l1.689,1.689L366.342,650.4z"/>
+
+ <rect x="326.355" y="683.307" transform="matrix(0.7072 -0.707 0.707 0.7072 -386.5681 433.5448)" opacity="0.4" fill="#FFF8B9" width="7.528" height="0.309"/>
+
+ <rect x="326.355" y="683.307" transform="matrix(0.7072 -0.707 0.707 0.7072 -386.5681 433.5448)" opacity="0.4" fill="#FFF8B9" width="7.528" height="0.309"/>
+
+ <rect x="326.355" y="683.307" transform="matrix(0.7072 -0.707 0.707 0.7072 -386.5681 433.5448)" opacity="0.4" fill="#FFF8B9" width="7.528" height="0.309"/>
+
+ <rect x="326.355" y="683.307" transform="matrix(0.7072 -0.707 0.707 0.7072 -386.5681 433.5448)" opacity="0.5" fill="#D1E4B7" width="7.528" height="0.309"/>
+
+ <rect x="326.355" y="683.307" transform="matrix(0.7072 -0.707 0.707 0.7072 -386.5681 433.5448)" opacity="0.2" fill="#FFF6A3" width="7.528" height="0.309"/>
+
+ <rect x="326.355" y="683.307" transform="matrix(0.7072 -0.707 0.707 0.7072 -386.5681 433.5448)" opacity="0.4" fill="#FFF8B9" width="7.528" height="0.309"/>
+
+ <rect x="331.743" y="678.141" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -381.4242 435.7504)" opacity="0.4" fill="#FFF8B9" width="7.085" height="0.308"/>
+
+ <rect x="331.743" y="678.141" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -381.4242 435.7504)" opacity="0.4" fill="#FFF8B9" width="7.085" height="0.308"/>
+
+ <rect x="331.743" y="678.141" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -381.4242 435.7504)" opacity="0.4" fill="#FFF8B9" width="7.085" height="0.308"/>
+
+ <rect x="331.743" y="678.141" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -381.4242 435.7504)" opacity="0.5" fill="#D1E4B7" width="7.085" height="0.308"/>
+
+ <rect x="331.743" y="678.141" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -381.4242 435.7504)" opacity="0.4" fill="#FFF8B9" width="7.085" height="0.308"/>
+
+ <rect x="331.743" y="678.141" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -381.4242 435.7504)" opacity="0.2" fill="#FFF6A3" width="7.085" height="0.308"/>
+
+ <rect x="331.743" y="678.141" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -381.4242 435.7504)" opacity="0.4" fill="#FFF8B9" width="7.085" height="0.308"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M278.565,735.547l-0.375-0.375l-10.489,10.488c0.642,0.49,1.287,0.973,1.937,1.441
+ l10.242-10.24L278.565,735.547z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M278.565,735.547l-0.375-0.375l-10.489,10.488c0.642,0.49,1.287,0.973,1.937,1.441
+ l10.242-10.24L278.565,735.547z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M278.19,735.172l0.375,0.375c-0.137-0.137-0.225-0.303-0.275-0.475L278.19,735.172z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M278.19,735.172l0.375,0.375c-0.137-0.137-0.225-0.303-0.275-0.475L278.19,735.172z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M278.19,735.172l0.375,0.375c-0.137-0.137-0.225-0.303-0.275-0.475L278.19,735.172z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M278.29,735.072c0.051,0.172,0.139,0.338,0.275,0.475l1.314,1.314l10.802-10.803
+ l-1.688-1.689L278.29,735.072z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M278.29,735.072c0.051,0.172,0.139,0.338,0.275,0.475l1.314,1.314l10.802-10.803
+ l-1.688-1.689L278.29,735.072z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M278.29,735.072c0.051,0.172,0.139,0.338,0.275,0.475l1.314,1.314l10.802-10.803
+ l-1.688-1.689L278.29,735.072z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M278.29,735.072c0.051,0.172,0.139,0.338,0.275,0.475l1.314,1.314l10.802-10.803
+ l-1.688-1.689L278.29,735.072z"/>
+
+ <rect x="330.679" y="680.855" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 81.8409 1403.1101)" opacity="0.4" fill="#FFF8B9" width="1.194" height="7.529"/>
+
+ <rect x="330.679" y="680.855" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 81.8409 1403.1101)" opacity="0.4" fill="#FFF8B9" width="1.194" height="7.529"/>
+
+ <rect x="330.679" y="680.855" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 81.8409 1403.1101)" opacity="0.4" fill="#FFF8B9" width="1.194" height="7.529"/>
+
+ <rect x="330.679" y="680.855" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 81.8409 1403.1101)" opacity="0.2" fill="#FFF6A3" width="1.194" height="7.529"/>
+
+ <rect x="330.679" y="680.855" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 81.8409 1403.1101)" opacity="0.4" fill="#FFF8B9" width="1.194" height="7.529"/>
+
+ <rect x="330.679" y="680.855" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 81.8409 1403.1101)" opacity="0.4" fill="#FFF8B9" width="1.194" height="7.529"/>
+
+ <rect x="330.098" y="680.119" transform="matrix(0.7066 0.7077 -0.7077 0.7066 580.9511 -33.2279)" opacity="0.4" fill="#FFF8B9" width="0.886" height="7.529"/>
+
+ <rect x="330.098" y="680.119" transform="matrix(0.7066 0.7077 -0.7077 0.7066 580.9511 -33.2279)" opacity="0.4" fill="#FFF8B9" width="0.886" height="7.529"/>
+
+ <rect x="330.098" y="680.119" transform="matrix(0.7066 0.7077 -0.7077 0.7066 580.9511 -33.2279)" opacity="0.4" fill="#FFF8B9" width="0.886" height="7.529"/>
+
+ <rect x="330.098" y="680.119" transform="matrix(0.7066 0.7077 -0.7077 0.7066 580.9511 -33.2279)" opacity="0.5" fill="#D1E4B7" width="0.886" height="7.529"/>
+
+ <rect x="330.098" y="680.119" transform="matrix(0.7066 0.7077 -0.7077 0.7066 580.9511 -33.2279)" opacity="0.2" fill="#FFF6A3" width="0.886" height="7.529"/>
+
+ <rect x="330.098" y="680.119" transform="matrix(0.7066 0.7077 -0.7077 0.7066 580.9511 -33.2279)" opacity="0.4" fill="#FFF8B9" width="0.886" height="7.529"/>
+
+ <rect x="330.098" y="680.119" transform="matrix(0.7066 0.7077 -0.7077 0.7066 580.9511 -33.2279)" opacity="0.4" fill="#FFF8B9" width="0.886" height="7.529"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M338.086,676.086c0.243,0.244,0.206,0.672-0.082,0.961l-4.488,4.488l0.845,0.844
+ l5.009-5.008L338.086,676.086z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M338.086,676.086c0.243,0.244,0.206,0.672-0.082,0.961l-4.488,4.488l0.845,0.844
+ l5.009-5.008L338.086,676.086z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M338.086,676.086c0.243,0.244,0.206,0.672-0.082,0.961l-4.488,4.488l0.845,0.844
+ l5.009-5.008L338.086,676.086z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M338.086,676.086c0.243,0.244,0.206,0.672-0.082,0.961l-4.488,4.488l0.845,0.844
+ l5.009-5.008L338.086,676.086z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M338.086,676.086c0.243,0.244,0.206,0.672-0.082,0.961l-4.488,4.488l0.845,0.844
+ l5.009-5.008L338.086,676.086z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M338.086,676.086c0.243,0.244,0.206,0.672-0.082,0.961l-4.488,4.488l0.845,0.844
+ l5.009-5.008L338.086,676.086z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M338.086,676.086c0.243,0.244,0.206,0.672-0.082,0.961l-4.488,4.488l0.845,0.844
+ l5.009-5.008L338.086,676.086z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M337.898,675.9l-5.009,5.008l0.626,0.627l4.488-4.488c0.288-0.289,0.325-0.717,0.082-0.961
+ l-0.03-0.029L337.898,675.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M337.898,675.9l-5.009,5.008l0.626,0.627l4.488-4.488c0.288-0.289,0.325-0.717,0.082-0.961
+ l-0.03-0.029L337.898,675.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M337.898,675.9l-5.009,5.008l0.626,0.627l4.488-4.488c0.288-0.289,0.325-0.717,0.082-0.961
+ l-0.03-0.029L337.898,675.9z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M337.898,675.9l-5.009,5.008l0.626,0.627l4.488-4.488c0.288-0.289,0.325-0.717,0.082-0.961
+ l-0.03-0.029L337.898,675.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M337.898,675.9l-5.009,5.008l0.626,0.627l4.488-4.488c0.288-0.289,0.325-0.717,0.082-0.961
+ l-0.03-0.029L337.898,675.9z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M337.898,675.9l-5.009,5.008l0.626,0.627l4.488-4.488c0.288-0.289,0.325-0.717,0.082-0.961
+ l-0.03-0.029L337.898,675.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M337.898,675.9l-5.009,5.008l0.626,0.627l4.488-4.488c0.288-0.289,0.325-0.717,0.082-0.961
+ l-0.03-0.029L337.898,675.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M337.898,675.9l-5.009,5.008l0.626,0.627l4.488-4.488c0.288-0.289,0.325-0.717,0.082-0.961
+ l-0.03-0.029L337.898,675.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M357.781,656.333l-0.375-0.375l-0.1,0.099C357.479,656.108,357.645,656.196,357.781,656.333
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M357.781,656.333l-0.375-0.375l-0.1,0.099C357.479,656.108,357.645,656.196,357.781,656.333
+ z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M357.781,656.333l-0.375-0.375l-0.1,0.099C357.479,656.108,357.645,656.196,357.781,656.333
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M357.781,656.333l-0.375-0.375l-0.1,0.099C357.479,656.108,357.645,656.196,357.781,656.333
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M357.781,656.333l-0.375-0.375l-0.1,0.099C357.479,656.108,357.645,656.196,357.781,656.333
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M356.725,656.64l1.688,1.688l0.682-0.682l-1.313-1.313
+ c-0.137-0.137-0.302-0.225-0.475-0.276L356.725,656.64z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M356.725,656.64l1.688,1.688l0.682-0.682l-1.313-1.313
+ c-0.137-0.137-0.302-0.225-0.475-0.276L356.725,656.64z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M356.725,656.64l1.688,1.688l0.682-0.682l-1.313-1.313
+ c-0.137-0.137-0.302-0.225-0.475-0.276L356.725,656.64z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M356.725,656.64l1.688,1.688l0.682-0.682l-1.313-1.313
+ c-0.137-0.137-0.302-0.225-0.475-0.276L356.725,656.64z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M356.725,656.64l1.688,1.688l0.682-0.682l-1.313-1.313
+ c-0.137-0.137-0.302-0.225-0.475-0.276L356.725,656.64z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M356.725,656.64l1.688,1.688l0.682-0.682l-1.313-1.313
+ c-0.137-0.137-0.302-0.225-0.475-0.276L356.725,656.64z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="357.781,656.333 359.095,657.646 361.6,655.143 359.91,653.453 357.406,655.958
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="357.781,656.333 359.095,657.646 361.6,655.143 359.91,653.453 357.406,655.958
+ "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="357.781,656.333 359.095,657.646 361.6,655.143 359.91,653.453 357.406,655.958
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="357.781,656.333 359.095,657.646 361.6,655.143 359.91,653.453 357.406,655.958
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="357.781,656.333 359.095,657.646 361.6,655.143 359.91,653.453 357.406,655.958
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="357.781,656.333 359.095,657.646 361.6,655.143 359.91,653.453 357.406,655.958
+ "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M337.916,675.887c-0.063-0.096-0.105-0.199-0.137-0.305l-0.099,0.1l0.218,0.219
+ C337.904,675.895,337.911,675.891,337.916,675.887z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M337.916,675.887c-0.063-0.096-0.105-0.199-0.137-0.305l-0.099,0.1l0.218,0.219
+ C337.904,675.895,337.911,675.891,337.916,675.887z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M337.916,675.887c-0.063-0.096-0.105-0.199-0.137-0.305l-0.099,0.1l0.218,0.219
+ C337.904,675.895,337.911,675.891,337.916,675.887z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M337.916,675.887c-0.063-0.096-0.105-0.199-0.137-0.305l-0.099,0.1l0.218,0.219
+ C337.904,675.895,337.911,675.891,337.916,675.887z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M337.916,675.887c-0.063-0.096-0.105-0.199-0.137-0.305l-0.099,0.1l0.218,0.219
+ C337.904,675.895,337.911,675.891,337.916,675.887z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M337.916,675.887c-0.063-0.096-0.105-0.199-0.137-0.305l-0.099,0.1l0.218,0.219
+ C337.904,675.895,337.911,675.891,337.916,675.887z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M337.916,675.887c-0.063-0.096-0.105-0.199-0.137-0.305l-0.099,0.1l0.218,0.219
+ C337.904,675.895,337.911,675.891,337.916,675.887z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M339.465,675.9l0.688,0.688l3.131-3.131l-1.689-1.689l-3.814,3.814
+ c0.031,0.105,0.074,0.209,0.137,0.305C338.35,675.469,339.037,675.473,339.465,675.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M339.465,675.9l0.688,0.688l3.131-3.131l-1.689-1.689l-3.814,3.814
+ c0.031,0.105,0.074,0.209,0.137,0.305C338.35,675.469,339.037,675.473,339.465,675.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M339.465,675.9l0.688,0.688l3.131-3.131l-1.689-1.689l-3.814,3.814
+ c0.031,0.105,0.074,0.209,0.137,0.305C338.35,675.469,339.037,675.473,339.465,675.9z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M339.465,675.9l0.688,0.688l3.131-3.131l-1.689-1.689l-3.814,3.814
+ c0.031,0.105,0.074,0.209,0.137,0.305C338.35,675.469,339.037,675.473,339.465,675.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M339.465,675.9l0.688,0.688l3.131-3.131l-1.689-1.689l-3.814,3.814
+ c0.031,0.105,0.074,0.209,0.137,0.305C338.35,675.469,339.037,675.473,339.465,675.9z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M339.465,675.9l0.688,0.688l3.131-3.131l-1.689-1.689l-3.814,3.814
+ c0.031,0.105,0.074,0.209,0.137,0.305C338.35,675.469,339.037,675.473,339.465,675.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M339.465,675.9l0.688,0.688l3.131-3.131l-1.689-1.689l-3.814,3.814
+ c0.031,0.105,0.074,0.209,0.137,0.305C338.35,675.469,339.037,675.473,339.465,675.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M339.465,675.9l0.688,0.688l3.131-3.131l-1.689-1.689l-3.814,3.814
+ c0.031,0.105,0.074,0.209,0.137,0.305C338.35,675.469,339.037,675.473,339.465,675.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M338.056,676.057c-0.054-0.053-0.1-0.111-0.14-0.17c-0.005,0.004-0.012,0.008-0.018,0.014
+ L338.056,676.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M338.056,676.057c-0.054-0.053-0.1-0.111-0.14-0.17c-0.005,0.004-0.012,0.008-0.018,0.014
+ L338.056,676.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M338.056,676.057c-0.054-0.053-0.1-0.111-0.14-0.17c-0.005,0.004-0.012,0.008-0.018,0.014
+ L338.056,676.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M338.056,676.057c-0.054-0.053-0.1-0.111-0.14-0.17c-0.005,0.004-0.012,0.008-0.018,0.014
+ L338.056,676.057z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M338.056,676.057c-0.054-0.053-0.1-0.111-0.14-0.17c-0.005,0.004-0.012,0.008-0.018,0.014
+ L338.056,676.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M338.056,676.057c-0.054-0.053-0.1-0.111-0.14-0.17c-0.005,0.004-0.012,0.008-0.018,0.014
+ L338.056,676.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M338.056,676.057c-0.054-0.053-0.1-0.111-0.14-0.17c-0.005,0.004-0.012,0.008-0.018,0.014
+ L338.056,676.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M338.056,676.057c-0.054-0.053-0.1-0.111-0.14-0.17c-0.005,0.004-0.012,0.008-0.018,0.014
+ L338.056,676.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M339.465,675.9c-0.428-0.428-1.115-0.432-1.549-0.014c0.04,0.059,0.086,0.117,0.14,0.17
+ l0.03,0.029l1.283,1.285l0.783-0.783L339.465,675.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M339.465,675.9c-0.428-0.428-1.115-0.432-1.549-0.014c0.04,0.059,0.086,0.117,0.14,0.17
+ l0.03,0.029l1.283,1.285l0.783-0.783L339.465,675.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M339.465,675.9c-0.428-0.428-1.115-0.432-1.549-0.014c0.04,0.059,0.086,0.117,0.14,0.17
+ l0.03,0.029l1.283,1.285l0.783-0.783L339.465,675.9z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M339.465,675.9c-0.428-0.428-1.115-0.432-1.549-0.014c0.04,0.059,0.086,0.117,0.14,0.17
+ l0.03,0.029l1.283,1.285l0.783-0.783L339.465,675.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M339.465,675.9c-0.428-0.428-1.115-0.432-1.549-0.014c0.04,0.059,0.086,0.117,0.14,0.17
+ l0.03,0.029l1.283,1.285l0.783-0.783L339.465,675.9z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M339.465,675.9c-0.428-0.428-1.115-0.432-1.549-0.014c0.04,0.059,0.086,0.117,0.14,0.17
+ l0.03,0.029l1.283,1.285l0.783-0.783L339.465,675.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M339.465,675.9c-0.428-0.428-1.115-0.432-1.549-0.014c0.04,0.059,0.086,0.117,0.14,0.17
+ l0.03,0.029l1.283,1.285l0.783-0.783L339.465,675.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M339.465,675.9c-0.428-0.428-1.115-0.432-1.549-0.014c0.04,0.059,0.086,0.117,0.14,0.17
+ l0.03,0.029l1.283,1.285l0.783-0.783L339.465,675.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M339.465,675.9c-0.428-0.428-1.115-0.432-1.549-0.014c0.04,0.059,0.086,0.117,0.14,0.17
+ l0.03,0.029l1.283,1.285l0.783-0.783L339.465,675.9z"/>
+
+ <rect x="305.867" y="707.661" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -410.7097 424.9766)" opacity="0.4" fill="#FFF8B9" width="3.541" height="1.195"/>
+
+ <rect x="305.867" y="707.661" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -410.7097 424.9766)" opacity="0.4" fill="#FFF8B9" width="3.541" height="1.195"/>
+
+ <rect x="305.867" y="707.661" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -410.7097 424.9766)" opacity="0.4" fill="#FFF8B9" width="3.541" height="1.195"/>
+
+ <rect x="305.867" y="707.661" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -410.7097 424.9766)" opacity="0.4" fill="#FFF8B9" width="3.541" height="1.195"/>
+
+ <rect x="307.603" y="703.303" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -406.3297 426.725)" opacity="0.4" fill="#FFF8B9" width="8.784" height="1.194"/>
+
+ <rect x="307.603" y="703.303" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -406.3297 426.725)" opacity="0.4" fill="#FFF8B9" width="8.784" height="1.194"/>
+
+ <rect x="307.603" y="703.303" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -406.3297 426.725)" opacity="0.4" fill="#FFF8B9" width="8.784" height="1.194"/>
+
+ <rect x="307.603" y="703.303" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -406.3297 426.725)" opacity="0.4" fill="#FFF8B9" width="8.784" height="1.194"/>
+
+ <rect x="307.603" y="703.303" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -406.3297 426.725)" opacity="0.4" fill="#FFF8B9" width="8.784" height="1.194"/>
+
+ <rect x="306.196" y="705.644" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 23.9251 1424.7301)" opacity="0.4" fill="#FFF8B9" width="1.194" height="3.541"/>
+
+ <rect x="306.196" y="705.644" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 23.9251 1424.7301)" opacity="0.4" fill="#FFF8B9" width="1.194" height="3.541"/>
+
+ <rect x="306.196" y="705.644" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 23.9251 1424.7301)" opacity="0.5" fill="#D1E4B7" width="1.194" height="3.541"/>
+
+ <rect x="306.196" y="705.644" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 23.9251 1424.7301)" opacity="0.4" fill="#FFF8B9" width="1.194" height="3.541"/>
+
+ <rect x="306.196" y="705.644" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 23.9251 1424.7301)" opacity="0.4" fill="#FFF8B9" width="1.194" height="3.541"/>
+
+ <rect x="306.758" y="702.459" transform="matrix(0.707 -0.7072 0.7072 0.707 -406.0452 426.0496)" opacity="0.4" fill="#FFF8B9" width="8.785" height="1.193"/>
+
+ <rect x="306.758" y="702.459" transform="matrix(0.707 -0.7072 0.7072 0.707 -406.0452 426.0496)" opacity="0.4" fill="#FFF8B9" width="8.785" height="1.193"/>
+
+ <rect x="306.758" y="702.459" transform="matrix(0.707 -0.7072 0.7072 0.707 -406.0452 426.0496)" opacity="0.4" fill="#FFF8B9" width="8.785" height="1.193"/>
+
+ <rect x="306.758" y="702.459" transform="matrix(0.707 -0.7072 0.7072 0.707 -406.0452 426.0496)" opacity="0.5" fill="#D1E4B7" width="8.785" height="1.193"/>
+
+ <rect x="306.758" y="702.459" transform="matrix(0.707 -0.7072 0.7072 0.707 -406.0452 426.0496)" opacity="0.4" fill="#FFF8B9" width="8.785" height="1.193"/>
+
+ <rect x="306.758" y="702.459" transform="matrix(0.707 -0.7072 0.7072 0.707 -406.0452 426.0496)" opacity="0.4" fill="#FFF8B9" width="8.785" height="1.193"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M321.617,693.748c-0.054-0.055-0.1-0.113-0.141-0.174l-6.798,6.799l0.845,0.844l6.781-6.781
+ L321.617,693.748z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M321.617,693.748c-0.054-0.055-0.1-0.113-0.141-0.174l-6.798,6.799l0.845,0.844l6.781-6.781
+ L321.617,693.748z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M321.617,693.748c-0.054-0.055-0.1-0.113-0.141-0.174l-6.798,6.799l0.845,0.844l6.781-6.781
+ L321.617,693.748z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M321.617,693.748c-0.054-0.055-0.1-0.113-0.141-0.174l-6.798,6.799l0.845,0.844l6.781-6.781
+ L321.617,693.748z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M321.617,693.748c-0.054-0.055-0.1-0.113-0.141-0.174l-6.798,6.799l0.845,0.844l6.781-6.781
+ L321.617,693.748z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M321.617,693.748c-0.054-0.055-0.1-0.113-0.141-0.174l-6.798,6.799l0.845,0.844l6.781-6.781
+ L321.617,693.748z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M321.617,692.182l5.949-5.949l-0.219-0.219l-13.514,13.514l0.845,0.846l6.798-6.799
+ C321.191,693.145,321.238,692.559,321.617,692.182z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M321.617,692.182l5.949-5.949l-0.219-0.219l-13.514,13.514l0.845,0.846l6.798-6.799
+ C321.191,693.145,321.238,692.559,321.617,692.182z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M321.617,692.182l5.949-5.949l-0.219-0.219l-13.514,13.514l0.845,0.846l6.798-6.799
+ C321.191,693.145,321.238,692.559,321.617,692.182z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M321.617,692.182l5.949-5.949l-0.219-0.219l-13.514,13.514l0.845,0.846l6.798-6.799
+ C321.191,693.145,321.238,692.559,321.617,692.182z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M321.617,692.182l5.949-5.949l-0.219-0.219l-13.514,13.514l0.845,0.846l6.798-6.799
+ C321.191,693.145,321.238,692.559,321.617,692.182z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M321.617,692.182l5.949-5.949l-0.219-0.219l-13.514,13.514l0.845,0.846l6.798-6.799
+ C321.191,693.145,321.238,692.559,321.617,692.182z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M321.617,692.182l5.949-5.949l-0.219-0.219l-13.514,13.514l0.845,0.846l6.798-6.799
+ C321.191,693.145,321.238,692.559,321.617,692.182z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M321.477,693.574c0.041,0.061,0.087,0.119,0.141,0.174l0.688,0.688l6.732-6.732
+ l-0.845-0.844L321.477,693.574z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M321.477,693.574c0.041,0.061,0.087,0.119,0.141,0.174l0.688,0.688l6.732-6.732
+ l-0.845-0.844L321.477,693.574z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M321.477,693.574c0.041,0.061,0.087,0.119,0.141,0.174l0.688,0.688l6.732-6.732
+ l-0.845-0.844L321.477,693.574z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M321.477,693.574c0.041,0.061,0.087,0.119,0.141,0.174l0.688,0.688l6.732-6.732
+ l-0.845-0.844L321.477,693.574z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M321.477,693.574c0.041,0.061,0.087,0.119,0.141,0.174l0.688,0.688l6.732-6.732
+ l-0.845-0.844L321.477,693.574z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M321.477,693.574c0.041,0.061,0.087,0.119,0.141,0.174l0.688,0.688l6.732-6.732
+ l-0.845-0.844L321.477,693.574z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M321.477,693.574c0.041,0.061,0.087,0.119,0.141,0.174l0.688,0.688l6.732-6.732
+ l-0.845-0.844L321.477,693.574z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M327.566,686.232l-5.949,5.949c-0.379,0.377-0.426,0.963-0.141,1.393l6.716-6.715
+ L327.566,686.232z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M327.566,686.232l-5.949,5.949c-0.379,0.377-0.426,0.963-0.141,1.393l6.716-6.715
+ L327.566,686.232z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M327.566,686.232l-5.949,5.949c-0.379,0.377-0.426,0.963-0.141,1.393l6.716-6.715
+ L327.566,686.232z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M327.566,686.232l-5.949,5.949c-0.379,0.377-0.426,0.963-0.141,1.393l6.716-6.715
+ L327.566,686.232z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M327.566,686.232l-5.949,5.949c-0.379,0.377-0.426,0.963-0.141,1.393l6.716-6.715
+ L327.566,686.232z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M327.566,686.232l-5.949,5.949c-0.379,0.377-0.426,0.963-0.141,1.393l6.716-6.715
+ L327.566,686.232z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M327.566,686.232l-5.949,5.949c-0.379,0.377-0.426,0.963-0.141,1.393l6.716-6.715
+ L327.566,686.232z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M327.566,686.232l-5.949,5.949c-0.379,0.377-0.426,0.963-0.141,1.393l6.716-6.715
+ L327.566,686.232z"/>
+
+ <rect x="350.076" y="659.393" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1072.2161 877.0484)" opacity="0.4" fill="#FFF8B9" width="8.778" height="2.388"/>
+
+ <rect x="350.076" y="659.393" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1072.2161 877.0484)" opacity="0.4" fill="#FFF8B9" width="8.778" height="2.388"/>
+
+ <rect x="350.076" y="659.393" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1072.2161 877.0484)" opacity="0.4" fill="#FFF8B9" width="8.778" height="2.388"/>
+
+ <rect x="350.076" y="659.393" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1072.2161 877.0484)" opacity="0.5" fill="#D1E4B7" width="8.778" height="2.388"/>
+
+ <rect x="350.076" y="659.393" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1072.2161 877.0484)" opacity="0.4" fill="#FFF8B9" width="8.778" height="2.388"/>
+
+ <rect x="350.076" y="659.393" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1072.2161 877.0484)" opacity="0.2" fill="#FFF6A3" width="8.778" height="2.388"/>
+
+ <rect x="350.076" y="659.393" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1072.2161 877.0484)" opacity="0.4" fill="#FFF8B9" width="8.778" height="2.388"/>
+
+ <rect x="340.591" y="666.957" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1064.6379 895.3495)" opacity="0.4" fill="#FFF8B9" width="12.618" height="2.389"/>
+
+ <rect x="340.591" y="666.957" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1064.6379 895.3495)" opacity="0.4" fill="#FFF8B9" width="12.618" height="2.389"/>
+
+ <rect x="340.591" y="666.957" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1064.6379 895.3495)" opacity="0.4" fill="#FFF8B9" width="12.618" height="2.389"/>
+
+ <rect x="340.591" y="666.957" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1064.6379 895.3495)" opacity="0.5" fill="#D1E4B7" width="12.618" height="2.389"/>
+
+ <rect x="340.591" y="666.957" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1064.6379 895.3495)" opacity="0.4" fill="#FFF8B9" width="12.618" height="2.389"/>
+
+ <rect x="340.591" y="666.957" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1064.6379 895.3495)" opacity="0.4" fill="#FFF8B9" width="12.618" height="2.389"/>
+
+ <rect x="340.591" y="666.957" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1064.6379 895.3495)" opacity="0.2" fill="#FFF6A3" width="12.618" height="2.389"/>
+
+ <rect x="340.591" y="666.957" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1064.6379 895.3495)" opacity="0.4" fill="#FFF8B9" width="12.618" height="2.389"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M304.348,720.66c-0.269,0.268-0.479,0.494-0.469,0.506l1.736,1.736
+ c0.011,0.01,0.237-0.199,0.506-0.469l6.594-6.594l-1.774-1.773L304.348,720.66z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M304.348,720.66c-0.269,0.268-0.479,0.494-0.469,0.506l1.736,1.736
+ c0.011,0.01,0.237-0.199,0.506-0.469l6.594-6.594l-1.774-1.773L304.348,720.66z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M304.348,720.66c-0.269,0.268-0.479,0.494-0.469,0.506l1.736,1.736
+ c0.011,0.01,0.237-0.199,0.506-0.469l6.594-6.594l-1.774-1.773L304.348,720.66z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M374.413,654.145c0.269-0.27,0.478-0.495,0.467-0.506l-1.736-1.736
+ c-0.01-0.01-0.235,0.199-0.504,0.467l-6.906,6.906l1.773,1.774L374.413,654.145z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M374.413,654.145c0.269-0.27,0.478-0.495,0.467-0.506l-1.736-1.736
+ c-0.01-0.01-0.235,0.199-0.504,0.467l-6.906,6.906l1.773,1.774L374.413,654.145z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M374.413,654.145c0.269-0.27,0.478-0.495,0.467-0.506l-1.736-1.736
+ c-0.01-0.01-0.235,0.199-0.504,0.467l-6.906,6.906l1.773,1.774L374.413,654.145z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M374.413,654.145c0.269-0.27,0.478-0.495,0.467-0.506l-1.736-1.736
+ c-0.01-0.01-0.235,0.199-0.504,0.467l-6.906,6.906l1.773,1.774L374.413,654.145z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M334.769,690.615c-0.065-0.064-0.119-0.137-0.164-0.213l-1.435,1.434l1.774,1.775
+ l1.409-1.41L334.769,690.615z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M334.769,690.615c-0.065-0.064-0.119-0.137-0.164-0.213l-1.435,1.434l1.774,1.775
+ l1.409-1.41L334.769,690.615z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M334.769,690.615c-0.065-0.064-0.119-0.137-0.164-0.213l-1.435,1.434l1.774,1.775
+ l1.409-1.41L334.769,690.615z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M334.769,690.615c-0.065-0.064-0.119-0.137-0.164-0.213l-1.435,1.434l1.774,1.775
+ l1.409-1.41L334.769,690.615z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M334.769,690.615c-0.065-0.064-0.119-0.137-0.164-0.213l-1.435,1.434l1.774,1.775
+ l1.409-1.41L334.769,690.615z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M334.769,690.615c-0.065-0.064-0.119-0.137-0.164-0.213l-1.435,1.434l1.774,1.775
+ l1.409-1.41L334.769,690.615z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M338.494,686.514l-3.89,3.889c0.045,0.076,0.099,0.148,0.164,0.213l1.585,1.586l3.914-3.914
+ L338.494,686.514z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M338.494,686.514l-3.89,3.889c0.045,0.076,0.099,0.148,0.164,0.213l1.585,1.586l3.914-3.914
+ L338.494,686.514z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M338.494,686.514l-3.89,3.889c0.045,0.076,0.099,0.148,0.164,0.213l1.585,1.586l3.914-3.914
+ L338.494,686.514z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M338.494,686.514l-3.89,3.889c0.045,0.076,0.099,0.148,0.164,0.213l1.585,1.586l3.914-3.914
+ L338.494,686.514z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M338.494,686.514l-3.89,3.889c0.045,0.076,0.099,0.148,0.164,0.213l1.585,1.586l3.914-3.914
+ L338.494,686.514z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M338.494,686.514l-3.89,3.889c0.045,0.076,0.099,0.148,0.164,0.213l1.585,1.586l3.914-3.914
+ L338.494,686.514z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M338.494,686.514l-3.89,3.889c0.045,0.076,0.099,0.148,0.164,0.213l1.585,1.586l3.914-3.914
+ L338.494,686.514z"/>
+
+ <rect x="340.631" y="681.353" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 99.3404 1410.9392)" opacity="0.4" fill="#FFF8B9" width="2.508" height="7.084"/>
+
+ <rect x="340.631" y="681.353" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 99.3404 1410.9392)" opacity="0.4" fill="#FFF8B9" width="2.508" height="7.084"/>
+
+ <rect x="340.631" y="681.353" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 99.3404 1410.9392)" opacity="0.4" fill="#FFF8B9" width="2.508" height="7.084"/>
+
+ <rect x="340.631" y="681.353" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 99.3404 1410.9392)" opacity="0.4" fill="#FFF8B9" width="2.508" height="7.084"/>
+
+ <rect x="340.631" y="681.353" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 99.3404 1410.9392)" opacity="0.2" fill="#FFF6A3" width="2.508" height="7.084"/>
+
+ <rect x="340.631" y="681.353" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 99.3404 1410.9392)" opacity="0.4" fill="#FFF8B9" width="2.508" height="7.084"/>
+
+ <rect x="340.631" y="681.353" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 99.3404 1410.9392)" opacity="0.4" fill="#FFF8B9" width="2.508" height="7.084"/>
+
+ <rect x="340.631" y="681.353" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 99.3404 1410.9392)" opacity="0.2" fill="#FFF6A3" width="2.508" height="7.084"/>
+
+ <rect x="363.597" y="660.161" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1091.4543 870.6102)" opacity="0.4" fill="#FFF8B9" width="3.542" height="2.509"/>
+
+ <rect x="363.597" y="660.161" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1091.4543 870.6102)" opacity="0.4" fill="#FFF8B9" width="3.542" height="2.509"/>
+
+ <rect x="363.597" y="660.161" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1091.4543 870.6102)" opacity="0.5" fill="#D1E4B7" width="3.542" height="2.509"/>
+
+ <rect x="363.597" y="660.161" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1091.4543 870.6102)" opacity="0.4" fill="#FFF8B9" width="3.542" height="2.509"/>
+
+ <rect x="363.597" y="660.161" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1091.4543 870.6102)" opacity="0.2" fill="#FFF6A3" width="3.542" height="2.509"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M364.207,664.121c0.052,0.053,0.012,0.178-0.09,0.277l-6.023,6.024l0.021,0.02l6.889-6.888
+ l-1.774-1.775l-0.682,0.682L364.207,664.121z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M364.207,664.121c0.052,0.053,0.012,0.178-0.09,0.277l-6.023,6.024l0.021,0.02l6.889-6.888
+ l-1.774-1.775l-0.682,0.682L364.207,664.121z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M364.207,664.121c0.052,0.053,0.012,0.178-0.09,0.277l-6.023,6.024l0.021,0.02l6.889-6.888
+ l-1.774-1.775l-0.682,0.682L364.207,664.121z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M364.207,664.121c0.052,0.053,0.012,0.178-0.09,0.277l-6.023,6.024l0.021,0.02l6.889-6.888
+ l-1.774-1.775l-0.682,0.682L364.207,664.121z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M364.207,664.121c0.052,0.053,0.012,0.178-0.09,0.277l-6.023,6.024l0.021,0.02l6.889-6.888
+ l-1.774-1.775l-0.682,0.682L364.207,664.121z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M364.207,664.121c0.052,0.053,0.012,0.178-0.09,0.277l-6.023,6.024l0.021,0.02l6.889-6.888
+ l-1.774-1.775l-0.682,0.682L364.207,664.121z"/>
+
+ <rect x="356.132" y="669.621" transform="matrix(-0.6905 -0.7234 0.7234 -0.6905 115.6822 1394.2769)" opacity="0.4" fill="#FFF8B9" width="0.03" height="5.535"/>
+
+ <rect x="356.132" y="669.621" transform="matrix(-0.6905 -0.7234 0.7234 -0.6905 115.6822 1394.2769)" opacity="0.4" fill="#FFF8B9" width="0.03" height="5.535"/>
+
+ <rect x="356.132" y="669.621" transform="matrix(-0.6905 -0.7234 0.7234 -0.6905 115.6822 1394.2769)" opacity="0.4" fill="#FFF8B9" width="0.03" height="5.535"/>
+
+ <rect x="356.132" y="669.621" transform="matrix(-0.6905 -0.7234 0.7234 -0.6905 115.6822 1394.2769)" opacity="0.5" fill="#D1E4B7" width="0.03" height="5.535"/>
+
+ <rect x="356.132" y="669.621" transform="matrix(-0.6905 -0.7234 0.7234 -0.6905 115.6822 1394.2769)" opacity="0.4" fill="#FFF8B9" width="0.03" height="5.535"/>
+
+ <rect x="356.132" y="669.621" transform="matrix(-0.6905 -0.7234 0.7234 -0.6905 115.6822 1394.2769)" opacity="0.4" fill="#FFF8B9" width="0.03" height="5.535"/>
+
+ <rect x="356.132" y="669.621" transform="matrix(-0.6905 -0.7234 0.7234 -0.6905 115.6822 1394.2769)" opacity="0.2" fill="#FFF6A3" width="0.03" height="5.535"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M349.077,679.25l0.113,0.113l5.01-5.008l-0.021-0.021l-4.825,4.826
+ C349.253,679.262,349.129,679.303,349.077,679.25z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M349.077,679.25l0.113,0.113l5.01-5.008l-0.021-0.021l-4.825,4.826
+ C349.253,679.262,349.129,679.303,349.077,679.25z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M349.077,679.25l0.113,0.113l5.01-5.008l-0.021-0.021l-4.825,4.826
+ C349.253,679.262,349.129,679.303,349.077,679.25z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M349.077,679.25l0.113,0.113l5.01-5.008l-0.021-0.021l-4.825,4.826
+ C349.253,679.262,349.129,679.303,349.077,679.25z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M349.077,679.25l0.113,0.113l5.01-5.008l-0.021-0.021l-4.825,4.826
+ C349.253,679.262,349.129,679.303,349.077,679.25z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M349.077,679.25l0.113,0.113l5.01-5.008l-0.021-0.021l-4.825,4.826
+ C349.253,679.262,349.129,679.303,349.077,679.25z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M349.077,679.25l0.113,0.113l5.01-5.008l-0.021-0.021l-4.825,4.826
+ C349.253,679.262,349.129,679.303,349.077,679.25z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M349.077,679.25l0.113,0.113l5.01-5.008l-0.021-0.021l-4.825,4.826
+ C349.253,679.262,349.129,679.303,349.077,679.25z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="347.417,677.59 344.286,680.721 346.06,682.494 349.19,679.363 349.077,679.25
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="347.417,677.59 344.286,680.721 346.06,682.494 349.19,679.363 349.077,679.25
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="347.417,677.59 344.286,680.721 346.06,682.494 349.19,679.363 349.077,679.25
+ "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="347.417,677.59 344.286,680.721 346.06,682.494 349.19,679.363 349.077,679.25
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="347.417,677.59 344.286,680.721 346.06,682.494 349.19,679.363 349.077,679.25
+ "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="347.417,677.59 344.286,680.721 346.06,682.494 349.19,679.363 349.077,679.25
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="347.417,677.59 344.286,680.721 346.06,682.494 349.19,679.363 349.077,679.25
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="347.417,677.59 344.286,680.721 346.06,682.494 349.19,679.363 349.077,679.25
+ "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="347.417,677.59 344.286,680.721 346.06,682.494 349.19,679.363 349.077,679.25
+ "/>
+
+ <rect x="344.227" y="680.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1070.8245 920.448)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.508"/>
+
+ <rect x="344.227" y="680.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1070.8245 920.448)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.508"/>
+
+ <rect x="344.227" y="680.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1070.8245 920.448)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.508"/>
+
+ <rect x="344.227" y="680.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1070.8245 920.448)" opacity="0.5" fill="#D1E4B7" width="1.108" height="2.508"/>
+
+ <rect x="344.227" y="680.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1070.8245 920.448)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.508"/>
+
+ <rect x="344.227" y="680.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1070.8245 920.448)" opacity="0.2" fill="#FFF6A3" width="1.108" height="2.508"/>
+
+ <rect x="344.227" y="680.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1070.8245 920.448)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.508"/>
+
+ <rect x="344.227" y="680.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1070.8245 920.448)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.508"/>
+
+ <rect x="344.227" y="680.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1070.8245 920.448)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.508"/>
+
+ <rect x="344.227" y="680.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1070.8245 920.448)" opacity="0.2" fill="#FFF6A3" width="1.108" height="2.508"/>
+
+ <rect x="311.309" y="712.447" transform="matrix(0.7072 -0.707 0.707 0.7072 -412.9087 430.2777)" opacity="0.4" fill="#FFF8B9" width="3.542" height="2.509"/>
+
+ <rect x="311.309" y="712.447" transform="matrix(0.7072 -0.707 0.707 0.7072 -412.9087 430.2777)" opacity="0.4" fill="#FFF8B9" width="3.542" height="2.509"/>
+
+ <rect x="311.309" y="712.447" transform="matrix(0.7072 -0.707 0.707 0.7072 -412.9087 430.2777)" opacity="0.4" fill="#FFF8B9" width="3.542" height="2.509"/>
+
+ <rect x="311.309" y="712.447" transform="matrix(0.7072 -0.707 0.707 0.7072 -412.9087 430.2777)" opacity="0.2" fill="#FFF6A3" width="3.542" height="2.509"/>
+
+ <rect x="316.184" y="704.952" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 40.5186 1435.4644)" opacity="0.4" fill="#FFF8B9" width="2.509" height="8.784"/>
+
+ <rect x="316.184" y="704.952" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 40.5186 1435.4644)" opacity="0.4" fill="#FFF8B9" width="2.509" height="8.784"/>
+
+ <rect x="316.184" y="704.952" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 40.5186 1435.4644)" opacity="0.4" fill="#FFF8B9" width="2.509" height="8.784"/>
+
+ <rect x="316.184" y="704.952" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 40.5186 1435.4644)" opacity="0.4" fill="#FFF8B9" width="2.509" height="8.784"/>
+
+ <rect x="316.184" y="704.952" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 40.5186 1435.4644)" opacity="0.2" fill="#FFF6A3" width="2.509" height="8.784"/>
+
+ <rect x="322.68" y="698.053" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 56.2015 1428.9657)" opacity="0.4" fill="#FFF8B9" width="2.509" height="9.59"/>
+
+ <rect x="322.68" y="698.053" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 56.2015 1428.9657)" opacity="0.4" fill="#FFF8B9" width="2.509" height="9.59"/>
+
+ <rect x="322.68" y="698.053" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 56.2015 1428.9657)" opacity="0.4" fill="#FFF8B9" width="2.509" height="9.59"/>
+
+ <rect x="322.68" y="698.053" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 56.2015 1428.9657)" opacity="0.2" fill="#FFF6A3" width="2.509" height="9.59"/>
+
+ <rect x="322.68" y="698.053" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 56.2015 1428.9657)" opacity="0.4" fill="#FFF8B9" width="2.509" height="9.59"/>
+
+ <rect x="322.68" y="698.053" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 56.2015 1428.9657)" opacity="0.2" fill="#FFF6A3" width="2.509" height="9.59"/>
+
+ <rect x="325.931" y="694.835" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -395.3715 437.7665)" opacity="0.4" fill="#FFF8B9" width="9.52" height="2.509"/>
+
+ <rect x="325.931" y="694.835" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -395.3715 437.7665)" opacity="0.4" fill="#FFF8B9" width="9.52" height="2.509"/>
+
+ <rect x="325.931" y="694.835" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -395.3715 437.7665)" opacity="0.4" fill="#FFF8B9" width="9.52" height="2.509"/>
+
+ <rect x="325.931" y="694.835" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -395.3715 437.7665)" opacity="0.2" fill="#FFF6A3" width="9.52" height="2.509"/>
+
+ <rect x="325.931" y="694.835" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -395.3715 437.7665)" opacity="0.4" fill="#FFF8B9" width="9.52" height="2.509"/>
+
+ <rect x="325.931" y="694.835" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -395.3715 437.7665)" opacity="0.4" fill="#FFF8B9" width="9.52" height="2.509"/>
+
+ <rect x="325.931" y="694.835" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -395.3715 437.7665)" opacity="0.2" fill="#FFF6A3" width="9.52" height="2.509"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M358.094,670.423l6.023-6.024c0.102-0.1,0.142-0.225,0.09-0.277l-1.66-1.66l-6.207,6.209
+ L358.094,670.423z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M358.094,670.423l6.023-6.024c0.102-0.1,0.142-0.225,0.09-0.277l-1.66-1.66l-6.207,6.209
+ L358.094,670.423z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M358.094,670.423l6.023-6.024c0.102-0.1,0.142-0.225,0.09-0.277l-1.66-1.66l-6.207,6.209
+ L358.094,670.423z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M358.094,670.423l6.023-6.024c0.102-0.1,0.142-0.225,0.09-0.277l-1.66-1.66l-6.207,6.209
+ L358.094,670.423z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M358.094,670.423l6.023-6.024c0.102-0.1,0.142-0.225,0.09-0.277l-1.66-1.66l-6.207,6.209
+ L358.094,670.423z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M358.094,670.423l6.023-6.024c0.102-0.1,0.142-0.225,0.09-0.277l-1.66-1.66l-6.207,6.209
+ L358.094,670.423z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M358.094,670.423l6.023-6.024c0.102-0.1,0.142-0.225,0.09-0.277l-1.66-1.66l-6.207,6.209
+ L358.094,670.423z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M352.401,672.605c0.075,0.045,0.147,0.098,0.213,0.164l1.565,1.564l3.914-3.911
+ l-1.754-1.753L352.401,672.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M352.401,672.605c0.075,0.045,0.147,0.098,0.213,0.164l1.565,1.564l3.914-3.911
+ l-1.754-1.753L352.401,672.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M352.401,672.605c0.075,0.045,0.147,0.098,0.213,0.164l1.565,1.564l3.914-3.911
+ l-1.754-1.753L352.401,672.605z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M352.401,672.605c0.075,0.045,0.147,0.098,0.213,0.164l1.565,1.564l3.914-3.911
+ l-1.754-1.753L352.401,672.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M352.401,672.605c0.075,0.045,0.147,0.098,0.213,0.164l1.565,1.564l3.914-3.911
+ l-1.754-1.753L352.401,672.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M352.401,672.605c0.075,0.045,0.147,0.098,0.213,0.164l1.565,1.564l3.914-3.911
+ l-1.754-1.753L352.401,672.605z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M352.401,672.605c0.075,0.045,0.147,0.098,0.213,0.164l1.565,1.564l3.914-3.911
+ l-1.754-1.753L352.401,672.605z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M352.401,672.605c0.075,0.045,0.147,0.098,0.213,0.164l1.565,1.564l3.914-3.911
+ l-1.754-1.753L352.401,672.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M352.401,672.605l-4.984,4.984l1.66,1.66c0.052,0.053,0.176,0.012,0.277-0.09l4.825-4.826
+ l-1.565-1.564C352.549,672.703,352.477,672.65,352.401,672.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M352.401,672.605l-4.984,4.984l1.66,1.66c0.052,0.053,0.176,0.012,0.277-0.09l4.825-4.826
+ l-1.565-1.564C352.549,672.703,352.477,672.65,352.401,672.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M352.401,672.605l-4.984,4.984l1.66,1.66c0.052,0.053,0.176,0.012,0.277-0.09l4.825-4.826
+ l-1.565-1.564C352.549,672.703,352.477,672.65,352.401,672.605z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M352.401,672.605l-4.984,4.984l1.66,1.66c0.052,0.053,0.176,0.012,0.277-0.09l4.825-4.826
+ l-1.565-1.564C352.549,672.703,352.477,672.65,352.401,672.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M352.401,672.605l-4.984,4.984l1.66,1.66c0.052,0.053,0.176,0.012,0.277-0.09l4.825-4.826
+ l-1.565-1.564C352.549,672.703,352.477,672.65,352.401,672.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M352.401,672.605l-4.984,4.984l1.66,1.66c0.052,0.053,0.176,0.012,0.277-0.09l4.825-4.826
+ l-1.565-1.564C352.549,672.703,352.477,672.65,352.401,672.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M352.401,672.605l-4.984,4.984l1.66,1.66c0.052,0.053,0.176,0.012,0.277-0.09l4.825-4.826
+ l-1.565-1.564C352.549,672.703,352.477,672.65,352.401,672.605z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M352.401,672.605l-4.984,4.984l1.66,1.66c0.052,0.053,0.176,0.012,0.277-0.09l4.825-4.826
+ l-1.565-1.564C352.549,672.703,352.477,672.65,352.401,672.605z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M352.401,672.605l-4.984,4.984l1.66,1.66c0.052,0.053,0.176,0.012,0.277-0.09l4.825-4.826
+ l-1.565-1.564C352.549,672.703,352.477,672.65,352.401,672.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M406.205,635.149c0.278-0.279,0.492-0.519,0.478-0.533l-2.456-2.456
+ c-0.015-0.015-0.254,0.199-0.532,0.479l-1.615,1.614l2.511,2.511L406.205,635.149z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M406.205,635.149c0.278-0.279,0.492-0.519,0.478-0.533l-2.456-2.456
+ c-0.015-0.015-0.254,0.199-0.532,0.479l-1.615,1.614l2.511,2.511L406.205,635.149z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M406.205,635.149c0.278-0.279,0.492-0.519,0.478-0.533l-2.456-2.456
+ c-0.015-0.015-0.254,0.199-0.532,0.479l-1.615,1.614l2.511,2.511L406.205,635.149z"/>
+
+ <rect x="366.295" y="649.075" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1122.5616 836.7305)" opacity="0.4" fill="#FFF8B9" width="43.394" height="3.551"/>
+
+ <rect x="366.295" y="649.075" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1122.5616 836.7305)" opacity="0.4" fill="#FFF8B9" width="43.394" height="3.551"/>
+
+ <rect x="366.295" y="649.075" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1122.5616 836.7305)" opacity="0.5" fill="#D1E4B7" width="43.394" height="3.551"/>
+
+ <rect x="366.295" y="649.075" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1122.5616 836.7305)" opacity="0.5" fill="#D1E4B7" width="43.394" height="3.551"/>
+
+ <rect x="339.016" y="697.052" transform="matrix(-0.707 -0.7072 0.7072 -0.707 88.0304 1432.571)" opacity="0.4" fill="#FFF8B9" width="3.551" height="1.994"/>
+
+ <rect x="339.016" y="697.052" transform="matrix(-0.707 -0.7072 0.7072 -0.707 88.0304 1432.571)" opacity="0.4" fill="#FFF8B9" width="3.551" height="1.994"/>
+
+ <rect x="339.016" y="697.052" transform="matrix(-0.707 -0.7072 0.7072 -0.707 88.0304 1432.571)" opacity="0.4" fill="#FFF8B9" width="3.551" height="1.994"/>
+
+ <rect x="339.016" y="697.052" transform="matrix(-0.707 -0.7072 0.7072 -0.707 88.0304 1432.571)" opacity="0.2" fill="#FFF6A3" width="3.551" height="1.994"/>
+
+ <rect x="339.016" y="697.052" transform="matrix(-0.707 -0.7072 0.7072 -0.707 88.0304 1432.571)" opacity="0.4" fill="#FFF8B9" width="3.551" height="1.994"/>
+
+ <rect x="339.016" y="697.052" transform="matrix(-0.707 -0.7072 0.7072 -0.707 88.0304 1432.571)" opacity="0.5" fill="#D1E4B7" width="3.551" height="1.994"/>
+
+ <rect x="344.182" y="686.572" transform="matrix(-0.707 -0.7072 0.7072 -0.707 100.5029 1427.4048)" opacity="0.4" fill="#FFF8B9" width="3.551" height="12.62"/>
+
+ <rect x="344.182" y="686.572" transform="matrix(-0.707 -0.7072 0.7072 -0.707 100.5029 1427.4048)" opacity="0.4" fill="#FFF8B9" width="3.551" height="12.62"/>
+
+ <rect x="344.182" y="686.572" transform="matrix(-0.707 -0.7072 0.7072 -0.707 100.5029 1427.4048)" opacity="0.4" fill="#FFF8B9" width="3.551" height="12.62"/>
+
+ <rect x="344.182" y="686.572" transform="matrix(-0.707 -0.7072 0.7072 -0.707 100.5029 1427.4048)" opacity="0.2" fill="#FFF6A3" width="3.551" height="12.62"/>
+
+ <rect x="344.182" y="686.572" transform="matrix(-0.707 -0.7072 0.7072 -0.707 100.5029 1427.4048)" opacity="0.4" fill="#FFF8B9" width="3.551" height="12.62"/>
+
+ <rect x="344.182" y="686.572" transform="matrix(-0.707 -0.7072 0.7072 -0.707 100.5029 1427.4048)" opacity="0.4" fill="#FFF8B9" width="3.551" height="12.62"/>
+
+ <rect x="344.182" y="686.572" transform="matrix(-0.707 -0.7072 0.7072 -0.707 100.5029 1427.4048)" opacity="0.5" fill="#D1E4B7" width="3.551" height="12.62"/>
+
+ <rect x="369.622" y="665.673" transform="matrix(-0.707 -0.7072 0.7072 -0.707 161.9186 1401.9761)" opacity="0.4" fill="#FFF8B9" width="3.551" height="3.542"/>
+
+ <rect x="369.622" y="665.673" transform="matrix(-0.707 -0.7072 0.7072 -0.707 161.9186 1401.9761)" opacity="0.4" fill="#FFF8B9" width="3.551" height="3.542"/>
+
+ <rect x="369.622" y="665.673" transform="matrix(-0.707 -0.7072 0.7072 -0.707 161.9186 1401.9761)" opacity="0.5" fill="#D1E4B7" width="3.551" height="3.542"/>
+
+ <rect x="369.622" y="665.673" transform="matrix(-0.707 -0.7072 0.7072 -0.707 161.9186 1401.9761)" opacity="0.4" fill="#FFF8B9" width="3.551" height="3.542"/>
+
+ <rect x="369.622" y="665.673" transform="matrix(-0.707 -0.7072 0.7072 -0.707 161.9186 1401.9761)" opacity="0.5" fill="#D1E4B7" width="3.551" height="3.542"/>
+
+ <rect x="357.107" y="672.322" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1099.2972 892.9097)" opacity="0.4" fill="#FFF8B9" width="15.276" height="3.551"/>
+
+ <rect x="357.107" y="672.322" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1099.2972 892.9097)" opacity="0.4" fill="#FFF8B9" width="15.276" height="3.551"/>
+
+ <rect x="357.107" y="672.322" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1099.2972 892.9097)" opacity="0.4" fill="#FFF8B9" width="15.276" height="3.551"/>
+
+ <rect x="357.107" y="672.322" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1099.2972 892.9097)" opacity="0.5" fill="#D1E4B7" width="15.276" height="3.551"/>
+
+ <rect x="357.107" y="672.322" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1099.2972 892.9097)" opacity="0.4" fill="#FFF8B9" width="15.276" height="3.551"/>
+
+ <rect x="357.107" y="672.322" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1099.2972 892.9097)" opacity="0.5" fill="#D1E4B7" width="15.276" height="3.551"/>
+
+ <rect x="355.063" y="678.461" transform="matrix(-0.7072 -0.707 0.707 -0.7072 127.0552 1416.6194)" opacity="0.4" fill="#FFF8B9" width="3.55" height="7.083"/>
+
+ <rect x="355.063" y="678.461" transform="matrix(-0.7072 -0.707 0.707 -0.7072 127.0552 1416.6194)" opacity="0.4" fill="#FFF8B9" width="3.55" height="7.083"/>
+
+ <rect x="355.063" y="678.461" transform="matrix(-0.7072 -0.707 0.707 -0.7072 127.0552 1416.6194)" opacity="0.4" fill="#FFF8B9" width="3.55" height="7.083"/>
+
+ <rect x="355.063" y="678.461" transform="matrix(-0.7072 -0.707 0.707 -0.7072 127.0552 1416.6194)" opacity="0.5" fill="#D1E4B7" width="3.55" height="7.083"/>
+
+ <rect x="355.063" y="678.461" transform="matrix(-0.7072 -0.707 0.707 -0.7072 127.0552 1416.6194)" opacity="0.4" fill="#FFF8B9" width="3.55" height="7.083"/>
+
+ <rect x="355.063" y="678.461" transform="matrix(-0.7072 -0.707 0.707 -0.7072 127.0552 1416.6194)" opacity="0.4" fill="#FFF8B9" width="3.55" height="7.083"/>
+
+ <rect x="355.063" y="678.461" transform="matrix(-0.7072 -0.707 0.707 -0.7072 127.0552 1416.6194)" opacity="0.5" fill="#D1E4B7" width="3.55" height="7.083"/>
+
+ <rect x="350.554" y="684.297" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1087.3391 921.7539)" opacity="0.4" fill="#FFF8B9" width="4.428" height="3.55"/>
+
+ <rect x="350.554" y="684.297" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1087.3391 921.7539)" opacity="0.4" fill="#FFF8B9" width="4.428" height="3.55"/>
+
+ <rect x="350.554" y="684.297" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1087.3391 921.7539)" opacity="0.4" fill="#FFF8B9" width="4.428" height="3.55"/>
+
+ <rect x="350.554" y="684.297" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1087.3391 921.7539)" opacity="0.5" fill="#D1E4B7" width="4.428" height="3.55"/>
+
+ <rect x="350.554" y="684.297" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1087.3391 921.7539)" opacity="0.2" fill="#FFF6A3" width="4.428" height="3.55"/>
+
+ <rect x="350.554" y="684.297" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1087.3391 921.7539)" opacity="0.4" fill="#FFF8B9" width="4.428" height="3.55"/>
+
+ <rect x="350.554" y="684.297" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1087.3391 921.7539)" opacity="0.4" fill="#FFF8B9" width="4.428" height="3.55"/>
+
+ <rect x="350.554" y="684.297" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1087.3391 921.7539)" opacity="0.5" fill="#D1E4B7" width="4.428" height="3.55"/>
+
+ <rect x="349.036" y="687.475" transform="matrix(-0.7072 -0.707 0.707 -0.7072 112.5046 1422.6467)" opacity="0.4" fill="#FFF8B9" width="3.55" height="1.108"/>
+
+ <rect x="349.036" y="687.475" transform="matrix(-0.7072 -0.707 0.707 -0.7072 112.5046 1422.6467)" opacity="0.4" fill="#FFF8B9" width="3.55" height="1.108"/>
+
+ <rect x="349.036" y="687.475" transform="matrix(-0.7072 -0.707 0.707 -0.7072 112.5046 1422.6467)" opacity="0.4" fill="#FFF8B9" width="3.55" height="1.108"/>
+
+ <rect x="349.036" y="687.475" transform="matrix(-0.7072 -0.707 0.707 -0.7072 112.5046 1422.6467)" opacity="0.5" fill="#D1E4B7" width="3.55" height="1.108"/>
+
+ <rect x="349.036" y="687.475" transform="matrix(-0.7072 -0.707 0.707 -0.7072 112.5046 1422.6467)" opacity="0.2" fill="#FFF6A3" width="3.55" height="1.108"/>
+
+ <rect x="349.036" y="687.475" transform="matrix(-0.7072 -0.707 0.707 -0.7072 112.5046 1422.6467)" opacity="0.4" fill="#FFF8B9" width="3.55" height="1.108"/>
+
+ <rect x="349.036" y="687.475" transform="matrix(-0.7072 -0.707 0.707 -0.7072 112.5046 1422.6467)" opacity="0.4" fill="#FFF8B9" width="3.55" height="1.108"/>
+
+ <rect x="349.036" y="687.475" transform="matrix(-0.7072 -0.707 0.707 -0.7072 112.5046 1422.6467)" opacity="0.4" fill="#FFF8B9" width="3.55" height="1.108"/>
+
+ <rect x="349.036" y="687.475" transform="matrix(-0.7072 -0.707 0.707 -0.7072 112.5046 1422.6467)" opacity="0.5" fill="#D1E4B7" width="3.55" height="1.108"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M332.725,703.607c-0.28,0.279-0.493,0.518-0.479,0.531l2.456,2.457
+ c0.015,0.014,0.253-0.197,0.533-0.479l6.107-6.107l-2.511-2.512L332.725,703.607z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M332.725,703.607c-0.28,0.279-0.493,0.518-0.479,0.531l2.456,2.457
+ c0.015,0.014,0.253-0.197,0.533-0.479l6.107-6.107l-2.511-2.512L332.725,703.607z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M332.725,703.607c-0.28,0.279-0.493,0.518-0.479,0.531l2.456,2.457
+ c0.015,0.014,0.253-0.197,0.533-0.479l6.107-6.107l-2.511-2.512L332.725,703.607z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M332.725,703.607c-0.28,0.279-0.493,0.518-0.479,0.531l2.456,2.457
+ c0.015,0.014,0.253-0.197,0.533-0.479l6.107-6.107l-2.511-2.512L332.725,703.607z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M332.725,703.607c-0.28,0.279-0.493,0.518-0.479,0.531l2.456,2.457
+ c0.015,0.014,0.253-0.197,0.533-0.479l6.107-6.107l-2.511-2.512L332.725,703.607z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M332.725,703.607c-0.28,0.279-0.493,0.518-0.479,0.531l2.456,2.457
+ c0.015,0.014,0.253-0.197,0.533-0.479l6.107-6.107l-2.511-2.512L332.725,703.607z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M332.725,703.607c-0.28,0.279-0.493,0.518-0.479,0.531l2.456,2.457
+ c0.015,0.014,0.253-0.197,0.533-0.479l6.107-6.107l-2.511-2.512L332.725,703.607z"/>
+ </g>
+
+ <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="-819.7529" y1="226.96" x2="969.7949" y2="226.96" gradientTransform="matrix(-1 0 0 -1 1102.6152 956.0078)">
+ <stop offset="0" style="stop-color:#2B4F5A"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+ <rect x="132.82" y="714.096" opacity="0.2" fill="url(#SVGID_4_)" width="1789.548" height="29.904"/>
+ <g id="debian" opacity="0.8">
+ <g>
+ <path fill="#23353D" d="M329.401,682.646c-1.902,0.025,0.362,0.98,2.848,1.363c0.687-0.541,1.31-1.078,1.865-1.607
+ C332.565,682.783,330.99,682.789,329.401,682.646"/>
+ <path fill="#23353D" d="M339.625,680.098c1.134-1.566,1.961-3.279,2.252-5.049c-0.256,1.26-0.94,2.35-1.586,3.502
+ c-3.56,2.242-0.333-1.332-0.002-2.689C336.46,680.682,339.764,678.75,339.625,680.098"/>
+ <path fill="#23353D" d="M343.399,670.283c0.228-3.43-0.674-2.346-0.981-1.037C342.773,669.432,343.053,671.662,343.399,670.283"
+ />
+ <path fill="#23353D" d="M322.178,623.404c1.019,0.184,2.199,0.324,2.034,0.566C325.321,623.727,325.574,623.502,322.178,623.404"
+ />
+ <path fill="#23353D" d="M324.212,623.971l-0.72,0.15l0.668-0.061L324.212,623.971"/>
+ <path fill="#23353D" d="M355.906,671.584c0.113,3.078-0.902,4.568-1.816,7.215l-1.647,0.822c-1.346,2.617,0.13,1.66-0.832,3.74
+ c-2.104,1.873-6.383,5.852-7.753,6.215c-1-0.021,0.676-1.178,0.896-1.631c-2.815,1.93-2.258,2.9-6.563,4.076l-0.128-0.283
+ c-10.617,4.996-25.367-4.9-25.171-18.406c-0.116,0.855-0.324,0.641-0.56,0.988c-0.546-6.947,3.211-13.926,9.547-16.775
+ c6.199-3.068,13.465-1.811,17.906,2.33c-2.441-3.195-7.293-6.582-13.047-6.266c-5.636,0.092-10.908,3.672-12.668,7.561
+ c-2.885,1.814-3.221,7.004-4.48,7.953c-1.69,12.436,3.185,17.811,11.436,24.131c1.297,0.875,0.365,1.008,0.541,1.678
+ c-2.74-1.285-5.251-3.223-7.314-5.596c1.093,1.602,2.274,3.162,3.803,4.387c-2.584-0.875-6.035-6.264-7.046-6.482
+ c4.457,7.975,18.073,13.986,25.207,11.002c-3.3,0.127-7.494,0.072-11.199-1.301c-1.557-0.801-3.677-2.459-3.295-2.771
+ c9.731,3.633,19.785,2.754,28.205-3.996c2.141-1.67,4.482-4.506,5.159-4.547c-1.02,1.531,0.172,0.736-0.61,2.09
+ c2.137-3.443-0.926-1.4,2.207-5.945l1.159,1.594c-0.433-2.855,3.547-6.326,3.145-10.844c0.913-1.381,1.017,1.486,0.049,4.666
+ c1.345-3.527,0.353-4.096,0.7-7.002c0.371,0.979,0.861,2.018,1.111,3.049c-0.874-3.406,0.9-5.738,1.338-7.717
+ c-0.43-0.191-1.35,1.504-1.562-2.52c0.033-1.75,0.487-0.916,0.663-1.348c-0.344-0.197-1.244-1.537-1.792-4.109
+ c0.396-0.605,1.061,1.566,1.603,1.654c-0.349-2.043-0.947-3.602-0.97-5.172c-1.582-3.301-0.56,0.441-1.842-1.416
+ c-1.678-5.244,1.398-1.217,1.604-3.598c2.548,3.689,4.002,9.412,4.667,11.779c-0.509-2.887-1.33-5.686-2.334-8.395
+ c0.772,0.324-1.249-5.943,1.005-1.793c-2.406-8.852-10.297-17.123-17.555-21.004c0.887,0.813,2.01,1.832,1.606,1.992
+ c-3.609-2.15-2.975-2.316-3.492-3.223c-2.942-1.197-3.134,0.096-5.082,0c-5.545-2.939-6.613-2.625-11.715-4.469l0.233,1.084
+ c-3.673-1.223-4.277,0.463-8.249,0.004c-0.242-0.189,1.273-0.684,2.521-0.861c-3.552,0.469-3.386-0.701-6.861,0.127
+ c0.858-0.604,1.76-0.998,2.675-1.51c-2.897,0.178-6.913,1.686-5.672,0.313c-4.723,2.107-13.11,5.066-17.818,9.48l-0.149-0.99
+ c-2.158,2.59-9.406,7.734-9.982,11.086l-0.576,0.135c-1.123,1.902-1.849,4.055-2.74,6.01c-1.467,2.502-2.151,0.963-1.942,1.355
+ c-2.888,5.855-4.32,10.771-5.561,14.807c0.882,1.318,0.022,7.939,0.355,13.238c-1.45,26.186,18.377,51.607,40.048,57.475
+ c3.175,1.139,7.9,1.096,11.916,1.209c-4.739-1.354-5.352-0.717-9.97-2.328c-3.331-1.568-4.062-3.359-6.421-5.406l0.934,1.65
+ c-4.627-1.639-2.69-2.027-6.455-3.221l0.998-1.299c-1.5-0.115-3.973-2.531-4.65-3.867l-1.642,0.064
+ c-1.97-2.432-3.02-4.184-2.943-5.541l-0.531,0.943c-0.6-1.033-7.253-9.121-3.799-7.242c-0.643-0.584-1.496-0.949-2.42-2.629
+ l0.704-0.803c-1.662-2.137-3.059-4.879-2.951-5.791c0.885,1.199,1.499,1.422,2.109,1.627c-4.194-10.408-4.43-0.576-7.605-10.592
+ l0.672-0.057c-0.516-0.773-0.828-1.617-1.243-2.445l0.292-2.914c-3.02-3.492-0.846-14.838-0.407-21.064
+ c0.301-2.533,2.519-5.23,4.207-9.453l-1.029-0.178c1.966-3.428,11.222-13.768,15.506-13.236c2.077-2.607-0.411-0.008-0.817-0.664
+ c4.561-4.721,5.995-3.338,9.072-4.184c3.321-1.971-2.85,0.766-1.274-0.754c5.736-1.465,4.066-3.33,11.553-4.072
+ c0.789,0.447-1.834,0.691-2.492,1.275c4.78-2.34,15.13-1.809,21.853,1.297c7.799,3.646,16.561,14.42,16.91,24.559l0.39,0.105
+ c-0.196,4.031,0.618,8.689-0.796,12.965L355.906,671.584"/>
+ <path fill="#23353D" d="M308.612,685.258l-0.266,1.338c1.251,1.701,2.244,3.543,3.844,4.873
+ C311.041,689.223,310.186,688.295,308.612,685.258"/>
+ <path fill="#23353D" d="M311.574,685.143c-0.666-0.73-1.056-1.613-1.496-2.49c0.42,1.541,1.279,2.867,2.079,4.217
+ L311.574,685.143"/>
+ <path fill="#23353D" d="M363.936,673.764l-0.279,0.703c-0.514,3.641-1.622,7.248-3.319,10.588
+ C362.213,681.529,363.427,677.672,363.936,673.764"/>
+ <path fill="#23353D" d="M322.556,622.496c1.288-0.477,3.167-0.264,4.533-0.57c-1.782,0.146-3.555,0.238-5.304,0.463
+ L322.556,622.496"/>
+ <path fill="#23353D" d="M277.346,646.533c0.297,2.746-2.065,3.813,0.526,2C279.259,645.406,277.326,647.672,277.346,646.533"/>
+ <path fill="#23353D" d="M274.303,659.248c0.595-1.834,0.706-2.932,0.932-3.99C273.587,657.363,274.476,657.813,274.303,659.248"
+ />
+ </g>
+ </g>
+
+ <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="666.2246" y1="-48.3843" x2="666.2246" y2="-360.7769" gradientTransform="matrix(0 1 -1 0 971.9023 -6.4028)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+
+ <line opacity="0.3" fill="#F6F6F6" stroke="url(#SVGID_5_)" stroke-width="3" stroke-miterlimit="10" x1="1020.286" y1="659.822" x2="1332.679" y2="659.822"/>
+ <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="665.2754" y1="659.8223" x2="665.2754" y2="659.8223">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+ <path opacity="0.6" fill="#F6F6F6" stroke="url(#SVGID_6_)" stroke-miterlimit="10" d="M665.275,659.822"/>
+ <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="665.2754" y1="972.2168" x2="665.2754" y2="972.2168">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+ <path opacity="0.6" fill="#F6F6F6" stroke="url(#SVGID_7_)" stroke-miterlimit="10" d="M665.275,972.217"/>
+
+ <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="278.5059" y1="354.1074" x2="278.5059" y2="254.6011" gradientTransform="matrix(0 1 -1 0 971.9023 -6.4028)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+
+ <line opacity="0.3" fill="#F6F6F6" stroke="url(#SVGID_8_)" stroke-width="3" stroke-miterlimit="10" x1="617.794" y1="272.103" x2="717.301" y2="272.103"/>
+
+ <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="107.5146" y1="-22.3911" x2="107.5146" y2="-175.1636" gradientTransform="matrix(0 1 -1 0 971.9023 -6.4028)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+
+ <line opacity="0.3" fill="#F6F6F6" stroke="url(#SVGID_9_)" stroke-width="3" stroke-miterlimit="10" x1="994.293" y1="101.111" x2="1147.065" y2="101.111"/>
+ <g>
+ <g>
+ <path opacity="0.6" fill="#F6F6F6" d="M236.607,863.236c-0.069,0.073-0.069,11.736-0.215,14.784
+ c-0.144,2.465-0.363,7.754-5.58,7.754c-5.362,0-6.666-6.16-7.101-8.841c-0.507-2.974-0.507-5.439-0.507-6.523
+ c0-3.479,0.217-13.19,8.405-13.19c2.464,0,3.84,0.727,4.928,1.304L236.607,863.236z M215.598,871.787
+ c0,20.438,10.869,20.438,12.462,20.438c4.491,0,7.391-2.464,8.622-6.737l0.145,6.447c1.377-0.076,2.755-0.22,5-0.22
+ c0.797,0,1.447,0,2.029,0.073c0.58,0,1.158,0.07,1.811,0.146c-1.159-2.317-2.027-7.534-2.027-18.848
+ c0-11.013,0-29.632,0.941-35.285c-2.607,1.234-4.855,2.031-9.783,2.465c1.956,2.102,1.956,3.188,1.956,12.749
+ c-1.374-0.432-3.115-0.94-6.085-0.94C217.699,852.076,215.598,863.38,215.598,871.787"/>
+ <path opacity="0.6" fill="#F6F6F6" d="M254.891,868.089c0.073-6.015,1.308-11.376,6.45-11.376c5.653,0,6.084,6.229,5.94,11.376
+ H254.891z M274.453,868.815c0-8.478-1.666-16.813-12.389-16.813c-14.779,0-14.779,16.379-14.779,19.854
+ c0,14.712,6.592,20.509,17.678,20.509c4.925,0,7.317-0.721,8.622-1.084c-0.07-2.611,0.29-4.275,0.727-6.523
+ c-1.524,0.946-3.479,2.178-7.827,2.178c-11.304,0-11.448-10.296-11.448-13.849h19.275L274.453,868.815"/>
+ <path opacity="0.6" fill="#F6F6F6" d="M298.026,871.931c0,6.74-1.231,15.802-9.636,15.802c-1.16,0-2.608-0.22-3.549-0.437
+ c-0.146-2.608-0.146-7.101-0.146-12.323c0-6.231,0.65-9.487,1.16-11.086c1.52-5.144,4.927-5.214,5.577-5.214
+ C296.938,858.673,298.026,866.281,298.026,871.931z M277.231,879.835c0,5.362,0,8.404-0.869,10.72
+ c2.97,1.16,6.665,1.811,11.088,1.811c2.825,0,11.013,0,15.432-9.055c2.102-4.201,2.825-9.86,2.825-14.136
+ c0-2.608-0.29-8.332-2.392-11.955c-2.027-3.402-5.289-5.144-8.765-5.144c-6.957,0-8.985,5.797-10.069,8.767
+ c0-3.693,0.07-16.591,0.647-23.185c-4.706,2.175-7.607,2.533-10.721,2.825c2.826,1.157,2.826,5.943,2.826,21.521v17.83"/>
+ <path opacity="0.6" fill="#F6F6F6" d="M319.637,891.935c-1.451-0.22-2.468-0.363-4.569-0.363c-2.314,0-3.912,0.146-5.576,0.363
+ c0.724-1.38,1.014-2.034,1.23-6.74c0.29-6.448,0.363-23.701-0.144-27.322c-0.363-2.757-1.014-3.188-2.027-3.913
+ c5.939-0.58,7.604-1.014,10.358-2.317c-0.577,3.186-0.653,4.784-0.653,9.635C318.112,886.285,318.039,888.963,319.637,891.935"/>
+ <path opacity="0.6" fill="#F6F6F6" d="M342.838,871.421c-0.144,4.568-0.217,7.76-1.451,10.295
+ c-1.523,3.262-4.059,4.202-5.939,4.202c-4.353,0-5.293-3.622-5.293-7.171c0-6.814,6.09-7.326,8.839-7.326H342.838z
+ M322.91,880.342c0,4.565,1.378,9.128,5.437,11.086c1.811,0.797,3.622,0.797,4.202,0.797c6.667,0,8.912-4.929,10.289-7.971
+ c-0.073,3.188,0,5.143,0.217,7.681c1.304-0.076,2.608-0.22,4.785-0.22c1.231,0,2.389,0.144,3.619,0.22
+ c-0.797-1.23-1.23-1.961-1.45-4.785c-0.144-2.752-0.144-5.504-0.144-9.348l0.073-14.784c0-5.51-1.45-10.942-12.32-10.942
+ c-7.171,0-11.373,2.174-13.474,3.262c0.87,1.594,1.597,2.967,2.247,6.087c2.828-2.465,6.523-3.77,10.286-3.77
+ c6.02,0,6.02,3.987,6.02,9.636c-1.377-0.07-2.538-0.214-4.495-0.214C328.997,867.078,322.91,870.624,322.91,880.342"/>
+ <path opacity="0.6" fill="#F6F6F6" d="M384.571,884.761c0.073,2.465,0.073,5.073,1.087,7.174
+ c-1.597-0.144-2.537-0.363-5.506-0.363c-1.741,0-2.682,0.146-4.059,0.363c0.287-0.94,0.437-1.304,0.58-2.538
+ c0.217-1.664,0.363-7.244,0.363-9.201v-7.831c0-3.405,0-8.334-0.223-10.07c-0.145-1.23-0.501-4.563-4.71-4.563
+ c-4.129,0-5.503,3.04-6.013,5.505c-0.578,2.534-0.578,5.289-0.578,16.019c0.07,9.274,0.07,10.142,0.795,12.68
+ c-1.231-0.146-2.752-0.29-4.924-0.29c-1.74,0-2.901,0.07-4.346,0.29c0.507-1.16,0.797-1.74,0.94-5.797
+ c0.146-3.988,0.437-23.557-0.22-28.191c-0.36-2.828-1.087-3.479-1.881-4.204c5.869-0.29,7.751-1.231,9.564-2.171v7.678
+ c0.868-2.249,2.679-7.247,9.926-7.247c9.059,0,9.129,6.594,9.202,10.939V884.761"/>
+ <path opacity="0.6" fill="#F6F6F6" d="M320.247,841.388l-6.001,5.998l-5.998-5.998l5.998-5.998L320.247,841.388"/>
+ </g>
+ <g>
+ <path opacity="0.6" fill="#F6F6F6" d="M408.174,873.669h-2.437v-15.528c-0.587,0.561-1.356,1.119-2.309,1.68
+ c-0.952,0.559-1.807,0.979-2.564,1.258v-2.356c1.362-0.64,2.554-1.415,3.573-2.327c1.021-0.911,1.742-1.795,2.166-2.653h1.57
+ V873.669z"/>
+ <path opacity="0.6" fill="#F6F6F6" d="M414.414,863.88c0-2.345,0.242-4.234,0.725-5.665s1.201-2.533,2.153-3.311
+ c0.951-0.775,2.15-1.163,3.593-1.163c1.064,0,1.999,0.215,2.803,0.643c0.803,0.43,1.466,1.048,1.989,1.855
+ c0.524,0.808,0.935,1.791,1.232,2.951c0.296,1.159,0.446,2.723,0.446,4.689c0,2.329-0.238,4.209-0.717,5.639
+ c-0.479,1.432-1.193,2.537-2.145,3.317c-0.953,0.78-2.156,1.172-3.609,1.172c-1.913,0-3.416-0.688-4.509-2.059
+ C415.068,870.297,414.414,867.607,414.414,863.88z M416.92,863.88c0,3.259,0.38,5.428,1.144,6.506
+ c0.762,1.078,1.702,1.617,2.821,1.617c1.12,0,2.061-0.542,2.822-1.623c0.764-1.085,1.146-3.25,1.146-6.5
+ c0-3.266-0.382-5.438-1.146-6.511c-0.762-1.073-1.712-1.611-2.85-1.611c-1.119,0-2.012,0.474-2.68,1.422
+ C417.338,858.39,416.92,860.623,416.92,863.88z"/>
+ </g>
+ </g>
+</g>
+</svg>
diff --git a/moonlight-theme/lockscreen/contents/images/1600x1200.svg b/moonlight-theme/lockscreen/contents/images/1600x1200.svg
new file mode 100644
index 0000000..68eb180
--- /dev/null
+++ b/moonlight-theme/lockscreen/contents/images/1600x1200.svg
@@ -0,0 +1,2221 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="1600px"
+ height="1200px" viewBox="0 0 1600 1200" enable-background="new 0 0 1600 1200" xml:space="preserve">
+<g id="Layer_2">
+ <rect x="-497" y="-205.988" fill="#23353D" width="2600" height="1708.988"/>
+ <g>
+ <rect x="-497" y="-222.043" fill="#133544" width="2600" height="2042.495"/>
+
+ <radialGradient id="SVGID_1_" cx="107.4551" cy="1530.0664" r="1100.5116" gradientTransform="matrix(1 0 0 -1.1952 695.5449 2627.9404)" gradientUnits="userSpaceOnUse">
+ <stop offset="0" style="stop-color:#24363E"/>
+ <stop offset="0.1555" style="stop-color:#273943"/>
+ <stop offset="0.3948" style="stop-color:#2B3F49"/>
+ <stop offset="0.6601" style="stop-color:#2E424D"/>
+ <stop offset="1" style="stop-color:#2F434E"/>
+ </radialGradient>
+ <rect x="-497" y="-222.043" fill="none" stroke="url(#SVGID_1_)" stroke-miterlimit="10" width="2600" height="2042.495"/>
+ </g>
+
+ <radialGradient id="SVGID_2_" cx="803" cy="960.042" r="1100.0315" gradientTransform="matrix(1 0 0 1.0431 0 -72.2794)" gradientUnits="userSpaceOnUse">
+ <stop offset="0" style="stop-color:#23516C"/>
+ <stop offset="1" style="stop-color:#133443"/>
+ </radialGradient>
+ <rect x="-497" y="37.831" opacity="0.5" fill="url(#SVGID_2_)" width="2600" height="1782.619"/>
+</g>
+<g id="Layer_1">
+
+ <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="330.7393" y1="973.5967" x2="2120.29" y2="973.5967" gradientTransform="matrix(1 0 0 1 -225.915 -108.0171)">
+ <stop offset="0" style="stop-color:#2B4F5A"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+ <rect x="104.825" y="850.627" opacity="0.2" fill="url(#SVGID_3_)" width="1789.55" height="29.904"/>
+ <path opacity="0.3" fill="#244960" stroke="#F6F6F6" stroke-width="3" stroke-miterlimit="10" d="M714.387,796.378
+ c-104.905,104.904-274.99,104.903-379.895-0.002c-104.906-104.905-104.906-274.989-0.001-379.895"/>
+ <circle opacity="0.3" fill="#244960" cx="507.455" cy="650.293" r="220.76"/>
+ <circle opacity="0.6" fill="#0F90AF" cx="484.953" cy="747.544" r="105.721"/>
+ <circle opacity="0.2" fill="#31708E" cx="491.386" cy="710.837" r="160.215"/>
+ <g>
+ <path fill="none" d="M429.486,814.467l-3.288-3.287l-10.981,10.98c1.035,1.145,2.103,2.268,3.205,3.371l0,0L429.486,814.467z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M398.459,750.252c-0.242-0.244-0.207-0.672,0.081-0.961l7.413-7.412L395.7,731.625
+ c-3.484,10.873-4.91,22.26-4.28,33.553l10.983-10.982L398.459,750.252z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M440.73,804.107l7.854,7.854l5.793-5.793l-11.585-11.584l-16.595,16.596l3.288,3.287
+ l10.424-10.424C440.119,803.834,440.486,803.863,440.73,804.107z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M440.394,707.438c0.288-0.288,0.718-0.324,0.96-0.081l0.586,0.586
+ c-0.566-0.566-0.675-1.377-0.242-1.809l18.942-18.943l-12.653-12.654c-10.746,4.521-20.813,11.156-29.563,19.907
+ c-2.613,2.613-5.036,5.343-7.271,8.173l17.031,17.031L440.394,707.438z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M496.584,668.154c-3.772-0.516-7.57-0.799-11.371-0.85l6.111,6.11L496.584,668.154z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M552.535,708.013c0.432-0.433,1.134-0.433,1.565,0l14.805,14.805
+ c-4.504-10.299-10.969-19.946-19.396-28.373c-11.092-11.092-24.297-18.784-38.317-23.079l38.995,38.996L552.535,708.013z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M530.459,712.55l5.131-5.132c0.34-0.34,0.627-0.602,0.643-0.587l2.455,2.456
+ c0.016,0.016-0.247,0.303-0.587,0.643l-5.131,5.131l6.259,6.259l10.959-10.958l-38.995-38.996
+ c-4.792-1.466-9.678-2.537-14.608-3.211l-5.26,5.261L530.459,712.55z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M530.459,712.55l5.131-5.132c0.34-0.34,0.627-0.602,0.643-0.587l2.455,2.456
+ c0.016,0.016-0.247,0.303-0.587,0.643l-5.131,5.131l6.259,6.259l10.959-10.958l-38.995-38.996
+ c-4.792-1.466-9.678-2.537-14.608-3.211l-5.26,5.261L530.459,712.55z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M569.416,795.967c0.493-1.172,0.961-2.354,1.403-3.541l-2.472,2.473L569.416,795.967z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M569.416,795.967c0.493-1.172,0.961-2.354,1.403-3.541l-2.472,2.473L569.416,795.967z"/>
+
+ <rect x="451.397" y="805.172" transform="matrix(0.7071 0.7071 -0.7071 0.7071 704.5349 -82.3606)" opacity="0.4" fill="#FFF8B9" width="0.577" height="8.192"/>
+
+ <rect x="451.397" y="805.172" transform="matrix(0.7071 0.7071 -0.7071 0.7071 704.5349 -82.3606)" opacity="0.4" fill="#FFF8B9" width="0.577" height="8.192"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M472.715,803.84l-6.594,6.594c-0.269,0.27-0.495,0.479-0.506,0.469l-1.736-1.736
+ c-0.01-0.012,0.2-0.238,0.469-0.506l6.593-6.594l-4.133-4.133l-16.126,16.125l29.554,29.553c0.244,0.244,0.273,0.613,0.064,0.82
+ L472.733,852c1.424,0.172,2.851,0.311,4.277,0.418l22.141-22.141L472.715,803.84z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M472.715,803.84l-6.594,6.594c-0.269,0.27-0.495,0.479-0.506,0.469l-1.736-1.736
+ c-0.01-0.012,0.2-0.238,0.469-0.506l6.593-6.594l-4.133-4.133l-16.126,16.125l29.554,29.553c0.244,0.244,0.273,0.613,0.064,0.82
+ L472.733,852c1.424,0.172,2.851,0.311,4.277,0.418l22.141-22.141L472.715,803.84z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M543.973,830.639c1.896-1.615,3.744-3.316,5.537-5.109
+ c5.761-5.76,10.604-12.092,14.531-18.811l-21.995,21.994L543.973,830.639z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M543.973,830.639c1.896-1.615,3.744-3.316,5.537-5.109
+ c5.761-5.76,10.604-12.092,14.531-18.811l-21.995,21.994L543.973,830.639z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M549.404,813.84c-0.432,0.434-1.134,0.434-1.565,0l-0.87-0.869l-25.418-25.418
+ l-10.333,10.332l30.828,30.828l21.995-21.994c2.038-3.488,3.83-7.08,5.375-10.752l-1.068-1.068L549.404,813.84z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M549.404,813.84c-0.432,0.434-1.134,0.434-1.565,0l-0.87-0.869l-25.418-25.418
+ l-10.333,10.332l30.828,30.828l21.995-21.994c2.038-3.488,3.83-7.08,5.375-10.752l-1.068-1.068L549.404,813.84z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M549.404,813.84c-0.432,0.434-1.134,0.434-1.565,0l-0.87-0.869l-25.418-25.418
+ l-10.333,10.332l30.828,30.828l21.995-21.994c2.038-3.488,3.83-7.08,5.375-10.752l-1.068-1.068L549.404,813.84z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M393.034,778.016c3.155,15.986,10.549,31.303,22.183,44.145l10.981-10.98L393.034,778.016z"
+ />
+ <path opacity="0.4" fill="#FFF8B9" d="M442.793,794.584l-40.39-40.389l-10.983,10.982c0.239,4.303,0.777,8.594,1.614,12.838
+ l33.164,33.164L442.793,794.584z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M442.793,794.584l-40.39-40.389l-10.983,10.982c0.239,4.303,0.777,8.594,1.614,12.838
+ l33.164,33.164L442.793,794.584z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M464.71,795.836l-5.706-5.705c-0.203-0.205-0.347-0.439-0.43-0.678l-6.82,6.822
+ c-0.34,0.338-0.627,0.602-0.643,0.586l-2.455-2.455c-0.016-0.016,0.247-0.303,0.587-0.643l9.201-9.203l-2.814-2.814
+ l-12.837,12.838l11.585,11.584L464.71,795.836z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M464.71,795.836l-5.706-5.705c-0.203-0.205-0.347-0.439-0.43-0.678l-6.82,6.822
+ c-0.34,0.338-0.627,0.602-0.643,0.586l-2.455-2.455c-0.016-0.016,0.247-0.303,0.587-0.643l9.201-9.203l-2.814-2.814
+ l-12.837,12.838l11.585,11.584L464.71,795.836z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M405.953,741.879l-7.413,7.412c-0.288,0.289-0.323,0.717-0.081,0.961l3.944,3.943
+ l7.934-7.934L405.953,741.879z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M405.953,741.879l-7.413,7.412c-0.288,0.289-0.323,0.717-0.081,0.961l3.944,3.943
+ l7.934-7.934L405.953,741.879z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M444.515,712.084c0.433-0.433,0.981-0.584,1.226-0.34l-3.801-3.801l-0.586-0.586
+ c-0.242-0.243-0.672-0.207-0.96,0.081l-12.211,12.21l4.384,4.385L444.515,712.084z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M444.515,712.084c0.433-0.433,0.981-0.584,1.226-0.34l-3.801-3.801l-0.586-0.586
+ c-0.242-0.243-0.672-0.207-0.96,0.081l-12.211,12.21l4.384,4.385L444.515,712.084z"/>
+
+ <rect x="455.751" y="778.058" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -416.7866 553.7721)" opacity="0.4" fill="#FFF8B9" width="8.784" height="3.98"/>
+
+ <rect x="455.751" y="778.058" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -416.7866 553.7721)" opacity="0.4" fill="#FFF8B9" width="8.784" height="3.98"/>
+
+ <rect x="455.751" y="778.058" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -416.7866 553.7721)" opacity="0.5" fill="#D1E4B7" width="8.784" height="3.98"/>
+
+ <rect x="459.459" y="793.9" transform="matrix(0.7071 0.7071 -0.7071 0.7071 701.1953 -90.4231)" opacity="0.4" fill="#FFF8B9" width="0.577" height="14.612"/>
+
+ <rect x="459.459" y="793.9" transform="matrix(0.7071 0.7071 -0.7071 0.7071 701.1953 -90.4231)" opacity="0.4" fill="#FFF8B9" width="0.577" height="14.612"/>
+
+ <rect x="459.459" y="793.9" transform="matrix(0.7071 0.7071 -0.7071 0.7071 701.1953 -90.4231)" opacity="0.5" fill="#D1E4B7" width="0.577" height="14.612"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M449.368,715.371l-3.628-3.627c-0.244-0.244-0.793-0.093-1.226,0.34l-11.948,11.949
+ l4.07,4.069L449.368,715.371z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M449.368,715.371l-3.628-3.627c-0.244-0.244-0.793-0.093-1.226,0.34l-11.948,11.949
+ l4.07,4.069L449.368,715.371z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M449.368,715.371l-3.628-3.627c-0.244-0.244-0.793-0.093-1.226,0.34l-11.948,11.949
+ l4.07,4.069L449.368,715.371z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M454.208,780.324l-4.121,4.121c-0.432,0.434-1.107,0.457-1.509,0.057l-38.241-38.24
+ l-7.934,7.934l40.39,40.389l12.837-12.838L454.208,780.324z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M454.208,780.324l-4.121,4.121c-0.432,0.434-1.107,0.457-1.509,0.057l-38.241-38.24
+ l-7.934,7.934l40.39,40.389l12.837-12.838L454.208,780.324z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M454.208,780.324l-4.121,4.121c-0.432,0.434-1.107,0.457-1.509,0.057l-38.241-38.24
+ l-7.934,7.934l40.39,40.389l12.837-12.838L454.208,780.324z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M470.808,762.271c0.401,0.402,0.377,1.076-0.056,1.51l10.227-10.225l-11.168-11.169
+ c-0.096-0.095-0.106-0.239-0.025-0.32l3.14-3.14l-23.557-23.557l-12.731,12.731L470.808,762.271z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M470.808,762.271c0.401,0.402,0.377,1.076-0.056,1.51l10.227-10.225l-11.168-11.169
+ c-0.096-0.095-0.106-0.239-0.025-0.32l3.14-3.14l-23.557-23.557l-12.731,12.731L470.808,762.271z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M470.808,762.271c0.401,0.402,0.377,1.076-0.056,1.51l10.227-10.225l-11.168-11.169
+ c-0.096-0.095-0.106-0.239-0.025-0.32l3.14-3.14l-23.557-23.557l-12.731,12.731L470.808,762.271z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M470.808,762.271c0.401,0.402,0.377,1.076-0.056,1.51l10.227-10.225l-11.168-11.169
+ c-0.096-0.095-0.106-0.239-0.025-0.32l3.14-3.14l-23.557-23.557l-12.731,12.731L470.808,762.271z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M460.704,774.398c-0.156-0.158-0.134-0.436,0.053-0.623l-6.549,6.549l1.422,1.422
+ l6.212-6.211L460.704,774.398z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M460.704,774.398c-0.156-0.158-0.134-0.436,0.053-0.623l-6.549,6.549l1.422,1.422
+ l6.212-6.211L460.704,774.398z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M460.704,774.398c-0.156-0.158-0.134-0.436,0.053-0.623l-6.549,6.549l1.422,1.422
+ l6.212-6.211L460.704,774.398z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M460.704,774.398c-0.156-0.158-0.134-0.436,0.053-0.623l-6.549,6.549l1.422,1.422
+ l6.212-6.211L460.704,774.398z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M552.535,708.013l-2.348,2.349l11.892,11.892l1.615-1.614
+ c0.278-0.279,0.518-0.493,0.532-0.479l2.456,2.456c0.015,0.015-0.199,0.254-0.478,0.533l-1.615,1.614l7.999,7.998
+ c-1.032-3.368-2.261-6.688-3.684-9.944l-14.805-14.805C553.669,707.58,552.967,707.58,552.535,708.013z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M552.535,708.013l-2.348,2.349l11.892,11.892l1.615-1.614
+ c0.278-0.279,0.518-0.493,0.532-0.479l2.456,2.456c0.015,0.015-0.199,0.254-0.478,0.533l-1.615,1.614l7.999,7.998
+ c-1.032-3.368-2.261-6.688-3.684-9.944l-14.805-14.805C553.669,707.58,552.967,707.58,552.535,708.013z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M533.905,755.447l35.294,35.293c0.566,0.566,0.677,1.377,0.244,1.809l-1.723,1.723
+ l0.627,0.627l2.472-2.473c7.141-19.156,7.73-40.195,1.77-59.664l-7.999-7.998L533.905,755.447z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M533.905,755.447l35.294,35.293c0.566,0.566,0.677,1.377,0.244,1.809l-1.723,1.723
+ l0.627,0.627l2.472-2.473c7.141-19.156,7.73-40.195,1.77-59.664l-7.999-7.998L533.905,755.447z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M533.905,755.447l35.294,35.293c0.566,0.566,0.677,1.377,0.244,1.809l-1.723,1.723
+ l0.627,0.627l2.472-2.473c7.141-19.156,7.73-40.195,1.77-59.664l-7.999-7.998L533.905,755.447z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M544.081,727.738l-18.942,18.943l0.595,0.594l6.906-6.906
+ c0.269-0.268,0.494-0.477,0.504-0.467l1.736,1.736c0.011,0.011-0.198,0.236-0.467,0.506l-6.906,6.905l3.888,3.888l30.685-30.685
+ l-11.892-11.892l-10.959,10.958l4.61,4.61C544.405,726.496,544.514,727.307,544.081,727.738z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M544.081,727.738l-18.942,18.943l0.595,0.594l6.906-6.906
+ c0.269-0.268,0.494-0.477,0.504-0.467l1.736,1.736c0.011,0.011-0.198,0.236-0.467,0.506l-6.906,6.905l3.888,3.888l30.685-30.685
+ l-11.892-11.892l-10.959,10.958l4.61,4.61C544.405,726.496,544.514,727.307,544.081,727.738z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M544.081,727.738l-18.942,18.943l0.595,0.594l6.906-6.906
+ c0.269-0.268,0.494-0.477,0.504-0.467l1.736,1.736c0.011,0.011-0.198,0.236-0.467,0.506l-6.906,6.905l3.888,3.888l30.685-30.685
+ l-11.892-11.892l-10.959,10.958l4.61,4.61C544.405,726.496,544.514,727.307,544.081,727.738z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M546.969,812.971l0.87,0.869c0.432,0.434,1.134,0.434,1.565,0l18.943-18.941l-0.627-0.627
+ l-18.942,18.943C548.346,813.646,547.535,813.537,546.969,812.971z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M546.969,812.971l0.87,0.869c0.432,0.434,1.134,0.434,1.565,0l18.943-18.941l-0.627-0.627
+ l-18.942,18.943C548.346,813.646,547.535,813.537,546.969,812.971z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M546.969,812.971l0.87,0.869c0.432,0.434,1.134,0.434,1.565,0l18.943-18.941l-0.627-0.627
+ l-18.942,18.943C548.346,813.646,547.535,813.537,546.969,812.971z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M546.969,812.971l0.87,0.869c0.432,0.434,1.134,0.434,1.565,0l18.943-18.941l-0.627-0.627
+ l-18.942,18.943C548.346,813.646,547.535,813.537,546.969,812.971z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M477.011,852.418c13.113,0.98,26.396-0.816,38.89-5.391l-16.749-16.75L477.011,852.418z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M477.011,852.418c13.113,0.98,26.396-0.816,38.89-5.391l-16.749-16.75L477.011,852.418z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M477.011,852.418c13.113,0.98,26.396-0.816,38.89-5.391l-16.749-16.75L477.011,852.418z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M462.362,685.47c0.433-0.433,1.241-0.323,1.808,0.243l7.428,7.428l19.727-19.726
+ l-6.111-6.11c-12.666-0.17-25.36,2.242-37.227,7.232l12.653,12.654L462.362,685.47z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M462.362,685.47c0.433-0.433,1.241-0.323,1.808,0.243l7.428,7.428l19.727-19.726
+ l-6.111-6.11c-12.666-0.17-25.36,2.242-37.227,7.232l12.653,12.654L462.362,685.47z"/>
+
+ <rect x="473.356" y="688.897" transform="matrix(0.7071 0.7071 -0.7071 0.7071 643.7344 -148.4219)" opacity="0.4" fill="#FFF8B9" width="55.345" height="27.897"/>
+
+ <rect x="473.356" y="688.897" transform="matrix(0.7071 0.7071 -0.7071 0.7071 643.7344 -148.4219)" opacity="0.4" fill="#FFF8B9" width="55.345" height="27.897"/>
+
+ <rect x="473.356" y="688.897" transform="matrix(0.7071 0.7071 -0.7071 0.7071 643.7344 -148.4219)" opacity="0.4" fill="#FFF8B9" width="55.345" height="27.897"/>
+
+ <rect x="512.288" y="723.627" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1413.1526 870.7585)" opacity="0.4" fill="#FFF8B9" width="27.896" height="8.851"/>
+
+ <rect x="512.288" y="723.627" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1413.1526 870.7585)" opacity="0.4" fill="#FFF8B9" width="27.896" height="8.851"/>
+
+ <rect x="512.288" y="723.627" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1413.1526 870.7585)" opacity="0.4" fill="#FFF8B9" width="27.896" height="8.851"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M519.91,741.453l4.742-4.742c0.4-0.4,0.732-0.715,0.742-0.705l1.652,1.652
+ c0.01,0.01-0.305,0.342-0.705,0.742l-4.742,4.742l3.539,3.539l18.942-18.943c0.433-0.432,0.324-1.242-0.242-1.809l-4.61-4.61
+ l-19.726,19.726L519.91,741.453z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M519.91,741.453l4.742-4.742c0.4-0.4,0.732-0.715,0.742-0.705l1.652,1.652
+ c0.01,0.01-0.305,0.342-0.705,0.742l-4.742,4.742l3.539,3.539l18.942-18.943c0.433-0.432,0.324-1.242-0.242-1.809l-4.61-4.61
+ l-19.726,19.726L519.91,741.453z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M519.91,741.453l4.742-4.742c0.4-0.4,0.732-0.715,0.742-0.705l1.652,1.652
+ c0.01,0.01-0.305,0.342-0.705,0.742l-4.742,4.742l3.539,3.539l18.942-18.943c0.433-0.432,0.324-1.242-0.242-1.809l-4.61-4.61
+ l-19.726,19.726L519.91,741.453z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M519.91,741.453l4.742-4.742c0.4-0.4,0.732-0.715,0.742-0.705l1.652,1.652
+ c0.01,0.01-0.305,0.342-0.705,0.742l-4.742,4.742l3.539,3.539l18.942-18.943c0.433-0.432,0.324-1.242-0.242-1.809l-4.61-4.61
+ l-19.726,19.726L519.91,741.453z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M512.301,794.586c-0.432,0.432-1.133,0.43-1.564-0.002l-4.227-4.227l-1.41,1.41l6.118,6.117
+ l10.333-10.332l-1.108-1.109L512.301,794.586z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M512.301,794.586c-0.432,0.432-1.133,0.43-1.564-0.002l-4.227-4.227l-1.41,1.41l6.118,6.117
+ l10.333-10.332l-1.108-1.109L512.301,794.586z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M512.301,794.586c-0.432,0.432-1.133,0.43-1.564-0.002l-4.227-4.227l-1.41,1.41l6.118,6.117
+ l10.333-10.332l-1.108-1.109L512.301,794.586z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M512.301,794.586c-0.432,0.432-1.133,0.43-1.564-0.002l-4.227-4.227l-1.41,1.41l6.118,6.117
+ l10.333-10.332l-1.108-1.109L512.301,794.586z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M486.939,773.605l5.323-5.322l-6.259-6.26l-5.447,5.447c0.238,0.082,0.474,0.225,0.677,0.43
+ L486.939,773.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M486.939,773.605l5.323-5.322l-6.259-6.26l-5.447,5.447c0.238,0.082,0.474,0.225,0.677,0.43
+ L486.939,773.605z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M486.939,773.605l5.323-5.322l-6.259-6.26l-5.447,5.447c0.238,0.082,0.474,0.225,0.677,0.43
+ L486.939,773.605z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M486.939,773.605l5.323-5.322l-6.259-6.26l-5.447,5.447c0.238,0.082,0.474,0.225,0.677,0.43
+ L486.939,773.605z"/>
+
+ <rect x="458.992" y="764.674" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -403.4103 559.3441)" opacity="0.4" fill="#FFF8B9" width="29.073" height="3.98"/>
+
+ <rect x="458.992" y="764.674" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -403.4103 559.3441)" opacity="0.4" fill="#FFF8B9" width="29.073" height="3.98"/>
+
+ <rect x="458.992" y="764.674" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -403.4103 559.3441)" opacity="0.5" fill="#D1E4B7" width="29.073" height="3.98"/>
+
+ <rect x="458.992" y="764.674" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -403.4103 559.3441)" opacity="0.2" fill="#FFF6A3" width="29.073" height="3.98"/>
+
+ <rect x="486.041" y="770.86" transform="matrix(0.7072 -0.707 0.707 0.7072 -401.8054 572.127)" opacity="0.4" fill="#FFF8B9" width="7.528" height="0.577"/>
+
+ <rect x="486.041" y="770.86" transform="matrix(0.7072 -0.707 0.707 0.7072 -401.8054 572.127)" opacity="0.4" fill="#FFF8B9" width="7.528" height="0.577"/>
+
+ <rect x="486.041" y="770.86" transform="matrix(0.7072 -0.707 0.707 0.7072 -401.8054 572.127)" opacity="0.4" fill="#FFF8B9" width="7.528" height="0.577"/>
+
+ <rect x="486.041" y="770.86" transform="matrix(0.7072 -0.707 0.707 0.7072 -401.8054 572.127)" opacity="0.5" fill="#D1E4B7" width="7.528" height="0.577"/>
+
+ <rect x="486.041" y="770.86" transform="matrix(0.7072 -0.707 0.707 0.7072 -401.8054 572.127)" opacity="0.2" fill="#FFF6A3" width="7.528" height="0.577"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M480.979,753.557l-10.227,10.225l-9.995,9.994c-0.187,0.188-0.209,0.465-0.053,0.623
+ l1.138,1.137l20.559-20.557L480.979,753.557z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M480.979,753.557l-10.227,10.225l-9.995,9.994c-0.187,0.188-0.209,0.465-0.053,0.623
+ l1.138,1.137l20.559-20.557L480.979,753.557z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M480.979,753.557l-10.227,10.225l-9.995,9.994c-0.187,0.188-0.209,0.465-0.053,0.623
+ l1.138,1.137l20.559-20.557L480.979,753.557z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M480.979,753.557l-10.227,10.225l-9.995,9.994c-0.187,0.188-0.209,0.465-0.053,0.623
+ l1.138,1.137l20.559-20.557L480.979,753.557z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M480.979,753.557l-10.227,10.225l-9.995,9.994c-0.187,0.188-0.209,0.465-0.053,0.623
+ l1.138,1.137l20.559-20.557L480.979,753.557z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M497.272,763.273l-1.664-1.664l-3.14,3.139c-0.081,0.082-0.225,0.07-0.321-0.025
+ l-4.421-4.422l-1.723,1.723l6.259,6.26L497.272,763.273z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M497.272,763.273l-1.664-1.664l-3.14,3.139c-0.081,0.082-0.225,0.07-0.321-0.025
+ l-4.421-4.422l-1.723,1.723l6.259,6.26L497.272,763.273z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M497.272,763.273l-1.664-1.664l-3.14,3.139c-0.081,0.082-0.225,0.07-0.321-0.025
+ l-4.421-4.422l-1.723,1.723l6.259,6.26L497.272,763.273z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M497.272,763.273l-1.664-1.664l-3.14,3.139c-0.081,0.082-0.225,0.07-0.321-0.025
+ l-4.421-4.422l-1.723,1.723l6.259,6.26L497.272,763.273z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M497.272,763.273l-1.664-1.664l-3.14,3.139c-0.081,0.082-0.225,0.07-0.321-0.025
+ l-4.421-4.422l-1.723,1.723l6.259,6.26L497.272,763.273z"/>
+
+ <rect x="494.683" y="762.44" transform="matrix(0.7071 0.7071 -0.7071 0.7071 686.6052 -125.6467)" opacity="0.4" fill="#FFF8B9" width="0.577" height="7.085"/>
+
+ <rect x="494.683" y="762.44" transform="matrix(0.7071 0.7071 -0.7071 0.7071 686.6052 -125.6467)" opacity="0.4" fill="#FFF8B9" width="0.577" height="7.085"/>
+
+ <rect x="494.683" y="762.44" transform="matrix(0.7071 0.7071 -0.7071 0.7071 686.6052 -125.6467)" opacity="0.4" fill="#FFF8B9" width="0.577" height="7.085"/>
+
+ <rect x="494.683" y="762.44" transform="matrix(0.7071 0.7071 -0.7071 0.7071 686.6052 -125.6467)" opacity="0.5" fill="#D1E4B7" width="0.577" height="7.085"/>
+
+ <rect x="494.683" y="762.44" transform="matrix(0.7071 0.7071 -0.7071 0.7071 686.6052 -125.6467)" opacity="0.4" fill="#FFF8B9" width="0.577" height="7.085"/>
+
+ <rect x="494.683" y="762.44" transform="matrix(0.7071 0.7071 -0.7071 0.7071 686.6052 -125.6467)" opacity="0.2" fill="#FFF6A3" width="0.577" height="7.085"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M472.925,738.928l-3.14,3.14c-0.081,0.081-0.07,0.226,0.025,0.32l11.168,11.169l3.287-3.287
+ L472.925,738.928z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M472.925,738.928l-3.14,3.14c-0.081,0.081-0.07,0.226,0.025,0.32l11.168,11.169l3.287-3.287
+ L472.925,738.928z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M472.925,738.928l-3.14,3.14c-0.081,0.081-0.07,0.226,0.025,0.32l11.168,11.169l3.287-3.287
+ L472.925,738.928z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M472.925,738.928l-3.14,3.14c-0.081,0.081-0.07,0.226,0.025,0.32l11.168,11.169l3.287-3.287
+ L472.925,738.928z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M472.925,738.928l-3.14,3.14c-0.081,0.081-0.07,0.226,0.025,0.32l11.168,11.169l3.287-3.287
+ L472.925,738.928z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M485.244,751.248c0.245,0.244,0.094,0.793-0.34,1.227l-2.504,2.504l2.815,2.814l3.286-3.287
+ L485.244,751.248z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M485.244,751.248c0.245,0.244,0.094,0.793-0.34,1.227l-2.504,2.504l2.815,2.814l3.286-3.287
+ L485.244,751.248z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M485.244,751.248c0.245,0.244,0.094,0.793-0.34,1.227l-2.504,2.504l2.815,2.814l3.286-3.287
+ L485.244,751.248z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M485.244,751.248c0.245,0.244,0.094,0.793-0.34,1.227l-2.504,2.504l2.815,2.814l3.286-3.287
+ L485.244,751.248z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M485.244,751.248c0.245,0.244,0.094,0.793-0.34,1.227l-2.504,2.504l2.815,2.814l3.286-3.287
+ L485.244,751.248z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M484.904,752.475c0.434-0.434,0.585-0.982,0.34-1.227l-0.979-0.979l-3.287,3.287
+ l1.422,1.422L484.904,752.475z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M484.904,752.475c0.434-0.434,0.585-0.982,0.34-1.227l-0.979-0.979l-3.287,3.287
+ l1.422,1.422L484.904,752.475z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M484.904,752.475c0.434-0.434,0.585-0.982,0.34-1.227l-0.979-0.979l-3.287,3.287
+ l1.422,1.422L484.904,752.475z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M484.904,752.475c0.434-0.434,0.585-0.982,0.34-1.227l-0.979-0.979l-3.287,3.287
+ l1.422,1.422L484.904,752.475z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M484.904,752.475c0.434-0.434,0.585-0.982,0.34-1.227l-0.979-0.979l-3.287,3.287
+ l1.422,1.422L484.904,752.475z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M484.904,752.475c0.434-0.434,0.585-0.982,0.34-1.227l-0.979-0.979l-3.287,3.287
+ l1.422,1.422L484.904,752.475z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M487.727,760.301l4.421,4.422c0.097,0.096,0.24,0.107,0.321,0.025l3.14-3.139l-4.596-4.594
+ L487.727,760.301z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M487.727,760.301l4.421,4.422c0.097,0.096,0.24,0.107,0.321,0.025l3.14-3.139l-4.596-4.594
+ L487.727,760.301z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M487.727,760.301l4.421,4.422c0.097,0.096,0.24,0.107,0.321,0.025l3.14-3.139l-4.596-4.594
+ L487.727,760.301z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M487.727,760.301l4.421,4.422c0.097,0.096,0.24,0.107,0.321,0.025l3.14-3.139l-4.596-4.594
+ L487.727,760.301z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M487.727,760.301l4.421,4.422c0.097,0.096,0.24,0.107,0.321,0.025l3.14-3.139l-4.596-4.594
+ L487.727,760.301z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M487.727,760.301l4.421,4.422c0.097,0.096,0.24,0.107,0.321,0.025l3.14-3.139l-4.596-4.594
+ L487.727,760.301z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M429.486,814.467l-11.064,11.064c2.951,2.951,6.054,5.66,9.279,8.129l10.489-10.488
+ L429.486,814.467z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M429.638,835.102c11.043,8.01,23.454,13.281,36.3,15.816l-26.058-26.057L429.638,835.102z"
+ />
+ <path opacity="0.4" fill="#FFF8B9" d="M438.29,823.072c-0.107-0.375-0.02-0.797,0.275-1.092l10.02-10.02l-7.854-7.854
+ c-0.244-0.244-0.611-0.273-0.82-0.064l-10.424,10.424l8.704,8.705L438.29,823.072z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M438.29,823.072c-0.107-0.375-0.02-0.797,0.275-1.092l10.02-10.02l-7.854-7.854
+ c-0.244-0.244-0.611-0.273-0.82-0.064l-10.424,10.424l8.704,8.705L438.29,823.072z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M448.585,811.961l-10.02,10.02c-0.295,0.295-0.383,0.717-0.275,1.092l10.703-10.703
+ L448.585,811.961z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M448.585,811.961l-10.02,10.02c-0.295,0.295-0.383,0.717-0.275,1.092l10.703-10.703
+ L448.585,811.961z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M448.585,811.961l-10.02,10.02c-0.295,0.295-0.383,0.717-0.275,1.092l10.703-10.703
+ L448.585,811.961z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M480.235,843.611l-29.554-29.553l-10.802,10.803l26.058,26.057
+ c2.254,0.443,4.521,0.807,6.796,1.082l7.566-7.568C480.509,844.225,480.479,843.855,480.235,843.611z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M480.235,843.611l-29.554-29.553l-10.802,10.803l26.058,26.057
+ c2.254,0.443,4.521,0.807,6.796,1.082l7.566-7.568C480.509,844.225,480.479,843.855,480.235,843.611z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M480.235,843.611l-29.554-29.553l-10.802,10.803l26.058,26.057
+ c2.254,0.443,4.521,0.807,6.796,1.082l7.566-7.568C480.509,844.225,480.479,843.855,480.235,843.611z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M506.51,790.357l4.227,4.227c0.432,0.432,1.133,0.434,1.564,0.002l8.142-8.143l-5.01-5.01
+ L506.51,790.357z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M506.51,790.357l4.227,4.227c0.432,0.432,1.133,0.434,1.564,0.002l8.142-8.143l-5.01-5.01
+ L506.51,790.357z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M506.51,790.357l4.227,4.227c0.432,0.432,1.133,0.434,1.564,0.002l8.142-8.143l-5.01-5.01
+ L506.51,790.357z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M506.51,790.357l4.227,4.227c0.432,0.432,1.133,0.434,1.564,0.002l8.142-8.143l-5.01-5.01
+ L506.51,790.357z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M506.51,790.357l4.227,4.227c0.432,0.432,1.133,0.434,1.564,0.002l8.142-8.143l-5.01-5.01
+ L506.51,790.357z"/>
+
+ <rect x="501.269" y="788.186" transform="matrix(-0.707 -0.7072 0.7072 -0.707 302.1 1703.5242)" opacity="0.4" fill="#FFF8B9" width="5.314" height="1.994"/>
+
+ <rect x="501.269" y="788.186" transform="matrix(-0.707 -0.7072 0.7072 -0.707 302.1 1703.5242)" opacity="0.4" fill="#FFF8B9" width="5.314" height="1.994"/>
+
+ <rect x="501.269" y="788.186" transform="matrix(-0.707 -0.7072 0.7072 -0.707 302.1 1703.5242)" opacity="0.4" fill="#FFF8B9" width="5.314" height="1.994"/>
+
+ <rect x="501.269" y="788.186" transform="matrix(-0.707 -0.7072 0.7072 -0.707 302.1 1703.5242)" opacity="0.2" fill="#FFF6A3" width="5.314" height="1.994"/>
+
+ <rect x="501.269" y="788.186" transform="matrix(-0.707 -0.7072 0.7072 -0.707 302.1 1703.5242)" opacity="0.4" fill="#FFF8B9" width="5.314" height="1.994"/>
+
+ <rect x="496.596" y="780.101" transform="matrix(0.7069 -0.7074 0.7074 0.7069 -407.8865 581.4562)" opacity="0.4" fill="#FFF8B9" width="1.994" height="5.497"/>
+
+ <rect x="496.596" y="780.101" transform="matrix(0.7069 -0.7074 0.7074 0.7069 -407.8865 581.4562)" opacity="0.4" fill="#FFF8B9" width="1.994" height="5.497"/>
+
+ <rect x="496.596" y="780.101" transform="matrix(0.7069 -0.7074 0.7074 0.7069 -407.8865 581.4562)" opacity="0.4" fill="#FFF8B9" width="1.994" height="5.497"/>
+
+ <rect x="496.596" y="780.101" transform="matrix(0.7069 -0.7074 0.7074 0.7069 -407.8865 581.4562)" opacity="0.2" fill="#FFF6A3" width="1.994" height="5.497"/>
+
+ <rect x="496.596" y="780.101" transform="matrix(0.7069 -0.7074 0.7074 0.7069 -407.8865 581.4562)" opacity="0.4" fill="#FFF8B9" width="1.994" height="5.497"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M494.767,777.051l3.133-3.133l-3.539-3.539l-5.323,5.324l4.133,4.133l1.435-1.434
+ C494.349,777.975,494.401,777.416,494.767,777.051z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M494.767,777.051l3.133-3.133l-3.539-3.539l-5.323,5.324l4.133,4.133l1.435-1.434
+ C494.349,777.975,494.401,777.416,494.767,777.051z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M494.767,777.051l3.133-3.133l-3.539-3.539l-5.323,5.324l4.133,4.133l1.435-1.434
+ C494.349,777.975,494.401,777.416,494.767,777.051z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M494.767,777.051l3.133-3.133l-3.539-3.539l-5.323,5.324l4.133,4.133l1.435-1.434
+ C494.349,777.975,494.401,777.416,494.767,777.051z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M494.767,777.051l3.133-3.133l-3.539-3.539l-5.323,5.324l4.133,4.133l1.435-1.434
+ C494.349,777.975,494.401,777.416,494.767,777.051z"/>
+
+ <rect x="495.093" y="767.142" transform="matrix(0.7072 -0.707 0.707 0.7072 -398.1556 577.924)" opacity="0.4" fill="#FFF8B9" width="7.083" height="5.005"/>
+
+ <rect x="495.093" y="767.142" transform="matrix(0.7072 -0.707 0.707 0.7072 -398.1556 577.924)" opacity="0.4" fill="#FFF8B9" width="7.083" height="5.005"/>
+
+ <rect x="495.093" y="767.142" transform="matrix(0.7072 -0.707 0.707 0.7072 -398.1556 577.924)" opacity="0.4" fill="#FFF8B9" width="7.083" height="5.005"/>
+
+ <rect x="495.093" y="767.142" transform="matrix(0.7072 -0.707 0.707 0.7072 -398.1556 577.924)" opacity="0.4" fill="#FFF8B9" width="7.083" height="5.005"/>
+
+ <rect x="495.093" y="767.142" transform="matrix(0.7072 -0.707 0.707 0.7072 -398.1556 577.924)" opacity="0.2" fill="#FFF6A3" width="7.083" height="5.005"/>
+
+ <rect x="495.093" y="767.142" transform="matrix(0.7072 -0.707 0.707 0.7072 -398.1556 577.924)" opacity="0.4" fill="#FFF8B9" width="7.083" height="5.005"/>
+
+ <rect x="502.783" y="781.359" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -405.2844 589.6658)" opacity="0.4" fill="#FFF8B9" width="12.62" height="5.314"/>
+
+ <rect x="502.783" y="781.359" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -405.2844 589.6658)" opacity="0.4" fill="#FFF8B9" width="12.62" height="5.314"/>
+
+ <rect x="502.783" y="781.359" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -405.2844 589.6658)" opacity="0.4" fill="#FFF8B9" width="12.62" height="5.314"/>
+
+ <rect x="502.783" y="781.359" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -405.2844 589.6658)" opacity="0.2" fill="#FFF6A3" width="12.62" height="5.314"/>
+
+ <rect x="502.783" y="781.359" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -405.2844 589.6658)" opacity="0.4" fill="#FFF8B9" width="12.62" height="5.314"/>
+
+ <rect x="502.783" y="781.359" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -405.2844 589.6658)" opacity="0.4" fill="#FFF8B9" width="12.62" height="5.314"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M503.065,777.52c-0.433,0.432-1.134,0.432-1.565,0l-1.232-1.232l-3.914,3.914l3.888,3.887
+ l8.923-8.922l-1.872-1.873L503.065,777.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M503.065,777.52c-0.433,0.432-1.134,0.432-1.565,0l-1.232-1.232l-3.914,3.914l3.888,3.887
+ l8.923-8.922l-1.872-1.873L503.065,777.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M503.065,777.52c-0.433,0.432-1.134,0.432-1.565,0l-1.232-1.232l-3.914,3.914l3.888,3.887
+ l8.923-8.922l-1.872-1.873L503.065,777.52z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M503.065,777.52c-0.433,0.432-1.134,0.432-1.565,0l-1.232-1.232l-3.914,3.914l3.888,3.887
+ l8.923-8.922l-1.872-1.873L503.065,777.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M503.065,777.52c-0.433,0.432-1.134,0.432-1.565,0l-1.232-1.232l-3.914,3.914l3.888,3.887
+ l8.923-8.922l-1.872-1.873L503.065,777.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M503.065,777.52c-0.433,0.432-1.134,0.432-1.565,0l-1.232-1.232l-3.914,3.914l3.888,3.887
+ l8.923-8.922l-1.872-1.873L503.065,777.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M497.899,773.918l-3.133,3.133c-0.365,0.365-0.418,0.924-0.162,1.352l3.89-3.889
+ L497.899,773.918z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M497.899,773.918l-3.133,3.133c-0.365,0.365-0.418,0.924-0.162,1.352l3.89-3.889
+ L497.899,773.918z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M497.899,773.918l-3.133,3.133c-0.365,0.365-0.418,0.924-0.162,1.352l3.89-3.889
+ L497.899,773.918z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M497.899,773.918l-3.133,3.133c-0.365,0.365-0.418,0.924-0.162,1.352l3.89-3.889
+ L497.899,773.918z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M497.899,773.918l-3.133,3.133c-0.365,0.365-0.418,0.924-0.162,1.352l3.89-3.889
+ L497.899,773.918z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M497.899,773.918l-3.133,3.133c-0.365,0.365-0.418,0.924-0.162,1.352l3.89-3.889
+ L497.899,773.918z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M501.5,777.52c0.432,0.432,1.133,0.432,1.565,0l4.227-4.227l-2.016-2.016l-5.009,5.01
+ L501.5,777.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M501.5,777.52c0.432,0.432,1.133,0.432,1.565,0l4.227-4.227l-2.016-2.016l-5.009,5.01
+ L501.5,777.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M501.5,777.52c0.432,0.432,1.133,0.432,1.565,0l4.227-4.227l-2.016-2.016l-5.009,5.01
+ L501.5,777.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M501.5,777.52c0.432,0.432,1.133,0.432,1.565,0l4.227-4.227l-2.016-2.016l-5.009,5.01
+ L501.5,777.52z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M501.5,777.52c0.432,0.432,1.133,0.432,1.565,0l4.227-4.227l-2.016-2.016l-5.009,5.01
+ L501.5,777.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M501.5,777.52c0.432,0.432,1.133,0.432,1.565,0l4.227-4.227l-2.016-2.016l-5.009,5.01
+ L501.5,777.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M501.5,777.52c0.432,0.432,1.133,0.432,1.565,0l4.227-4.227l-2.016-2.016l-5.009,5.01
+ L501.5,777.52z"/>
+
+ <rect x="500.281" y="768.17" transform="matrix(0.7077 0.7065 -0.7065 0.7077 691.5946 -128.1775)" opacity="0.4" fill="#FFF8B9" width="0.84" height="7.083"/>
+
+ <rect x="500.281" y="768.17" transform="matrix(0.7077 0.7065 -0.7065 0.7077 691.5946 -128.1775)" opacity="0.4" fill="#FFF8B9" width="0.84" height="7.083"/>
+
+ <rect x="500.281" y="768.17" transform="matrix(0.7077 0.7065 -0.7065 0.7077 691.5946 -128.1775)" opacity="0.4" fill="#FFF8B9" width="0.84" height="7.083"/>
+
+ <rect x="500.281" y="768.17" transform="matrix(0.7077 0.7065 -0.7065 0.7077 691.5946 -128.1775)" opacity="0.4" fill="#FFF8B9" width="0.84" height="7.083"/>
+
+ <rect x="500.281" y="768.17" transform="matrix(0.7077 0.7065 -0.7065 0.7077 691.5946 -128.1775)" opacity="0.2" fill="#FFF6A3" width="0.84" height="7.083"/>
+
+ <rect x="500.281" y="768.17" transform="matrix(0.7077 0.7065 -0.7065 0.7077 691.5946 -128.1775)" opacity="0.4" fill="#FFF8B9" width="0.84" height="7.083"/>
+
+ <rect x="500.281" y="768.17" transform="matrix(0.7077 0.7065 -0.7065 0.7077 691.5946 -128.1775)" opacity="0.4" fill="#FFF8B9" width="0.84" height="7.083"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M449.368,715.371l19.726-19.726l-8.454-8.454l-18.942,18.943
+ c-0.433,0.432-0.324,1.242,0.242,1.809l3.801,3.801L449.368,715.371z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M449.368,715.371l19.726-19.726l-8.454-8.454l-18.942,18.943
+ c-0.433,0.432-0.324,1.242,0.242,1.809l3.801,3.801L449.368,715.371z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M481.7,730.152c0.081-0.081,0.225-0.07,0.32,0.025l15.405,15.404l10.803-10.803
+ l-39.135-39.134l-19.726,19.726l23.557,23.557L481.7,730.152z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M481.7,730.152c0.081-0.081,0.225-0.07,0.32,0.025l15.405,15.404l10.803-10.803
+ l-39.135-39.134l-19.726,19.726l23.557,23.557L481.7,730.152z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M481.7,730.152c0.081-0.081,0.225-0.07,0.32,0.025l15.405,15.404l10.803-10.803
+ l-39.135-39.134l-19.726,19.726l23.557,23.557L481.7,730.152z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M511.808,740.09c0.101-0.102,0.225-0.143,0.277-0.09l4.231,4.231l0.682-0.682l-6.259-6.259
+ l-6.889,6.889l1.933,1.934L511.808,740.09z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M511.808,740.09c0.101-0.102,0.225-0.143,0.277-0.09l4.231,4.231l0.682-0.682l-6.259-6.259
+ l-6.889,6.889l1.933,1.934L511.808,740.09z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M511.808,740.09c0.101-0.102,0.225-0.143,0.277-0.09l4.231,4.231l0.682-0.682l-6.259-6.259
+ l-6.889,6.889l1.933,1.934L511.808,740.09z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M521.608,748.16l1.62,1.619l2.505-2.504l-0.595-0.594l-1.722,1.721
+ C522.984,748.835,522.175,748.727,521.608,748.16z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M521.608,748.16l1.62,1.619l2.505-2.504l-0.595-0.594l-1.722,1.721
+ C522.984,748.835,522.175,748.727,521.608,748.16z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M521.608,748.16l1.62,1.619l2.505-2.504l-0.595-0.594l-1.722,1.721
+ C522.984,748.835,522.175,748.727,521.608,748.16z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M521.608,748.16l1.62,1.619l2.505-2.504l-0.595-0.594l-1.722,1.721
+ C522.984,748.835,522.175,748.727,521.608,748.16z"/>
+
+ <rect x="526.428" y="749.497" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1433.6096 910.6707)" opacity="0.4" fill="#FFF8B9" width="3.541" height="5.498"/>
+
+ <rect x="526.428" y="749.497" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1433.6096 910.6707)" opacity="0.4" fill="#FFF8B9" width="3.541" height="5.498"/>
+
+ <rect x="526.428" y="749.497" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1433.6096 910.6707)" opacity="0.5" fill="#D1E4B7" width="3.541" height="5.498"/>
+
+ <rect x="526.428" y="749.497" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1433.6096 910.6707)" opacity="0.4" fill="#FFF8B9" width="3.541" height="5.498"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M516.327,744.242c0.285-0.219,0.648-0.281,0.979-0.186l0.1-0.099l-0.408-0.408l-0.682,0.682
+ L516.327,744.242z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M516.327,744.242c0.285-0.219,0.648-0.281,0.979-0.186l0.1-0.099l-0.408-0.408l-0.682,0.682
+ L516.327,744.242z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M516.327,744.242c0.285-0.219,0.648-0.281,0.979-0.186l0.1-0.099l-0.408-0.408l-0.682,0.682
+ L516.327,744.242z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M516.327,744.242c0.285-0.219,0.648-0.281,0.979-0.186l0.1-0.099l-0.408-0.408l-0.682,0.682
+ L516.327,744.242z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M567.721,794.271l1.723-1.723c0.433-0.432,0.322-1.242-0.244-1.809l-35.294-35.293
+ l-2.504,2.506L567.721,794.271z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M567.721,794.271l1.723-1.723c0.433-0.432,0.322-1.242-0.244-1.809l-35.294-35.293
+ l-2.504,2.506L567.721,794.271z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M567.721,794.271l1.723-1.723c0.433-0.432,0.322-1.242-0.244-1.809l-35.294-35.293
+ l-2.504,2.506L567.721,794.271z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M567.721,794.271l1.723-1.723c0.433-0.432,0.322-1.242-0.244-1.809l-35.294-35.293
+ l-2.504,2.506L567.721,794.271z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="522.547,750.461 523.229,749.779 521.608,748.16 519.095,745.646 518.413,746.328
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="522.547,750.461 523.229,749.779 521.608,748.16 519.095,745.646 518.413,746.328
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="522.547,750.461 523.229,749.779 521.608,748.16 519.095,745.646 518.413,746.328
+ "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="522.547,750.461 523.229,749.779 521.608,748.16 519.095,745.646 518.413,746.328
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="522.547,750.461 523.229,749.779 521.608,748.16 519.095,745.646 518.413,746.328
+ "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M518.114,758.442l1.231,1.231c0.433,0.432,0.433,1.133,0,1.564l-3.131,3.131l1.873,1.873
+ l10.803-10.801l-3.888-3.887L518.114,758.442z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M518.114,758.442l1.231,1.231c0.433,0.432,0.433,1.133,0,1.564l-3.131,3.131l1.873,1.873
+ l10.803-10.801l-3.888-3.887L518.114,758.442z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M518.114,758.442l1.231,1.231c0.433,0.432,0.433,1.133,0,1.564l-3.131,3.131l1.873,1.873
+ l10.803-10.801l-3.888-3.887L518.114,758.442z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M518.114,758.442l1.231,1.231c0.433,0.432,0.433,1.133,0,1.564l-3.131,3.131l1.873,1.873
+ l10.803-10.801l-3.888-3.887L518.114,758.442z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M518.114,758.442l1.231,1.231c0.433,0.432,0.433,1.133,0,1.564l-3.131,3.131l1.873,1.873
+ l10.803-10.801l-3.888-3.887L518.114,758.442z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M517.307,744.057c-0.331-0.096-0.694-0.033-0.979,0.186l0.397,0.397L517.307,744.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M517.307,744.057c-0.331-0.096-0.694-0.033-0.979,0.186l0.397,0.397L517.307,744.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M517.307,744.057c-0.331-0.096-0.694-0.033-0.979,0.186l0.397,0.397L517.307,744.057z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M517.307,744.057c-0.331-0.096-0.694-0.033-0.979,0.186l0.397,0.397L517.307,744.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M517.307,744.057c-0.331-0.096-0.694-0.033-0.979,0.186l0.397,0.397L517.307,744.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M520.599,768.754l7.983,7.984c0.433,0.432,0.434,1.133,0.002,1.564l-4.228,4.227
+ l0.823,0.824c0.157,0.156,0.135,0.436-0.052,0.621l-3.577,3.578l25.418,25.418c0.566,0.566,1.377,0.676,1.81,0.244l18.942-18.943
+ l-36.319-36.318L520.599,768.754z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M520.599,768.754l7.983,7.984c0.433,0.432,0.434,1.133,0.002,1.564l-4.228,4.227
+ l0.823,0.824c0.157,0.156,0.135,0.436-0.052,0.621l-3.577,3.578l25.418,25.418c0.566,0.566,1.377,0.676,1.81,0.244l18.942-18.943
+ l-36.319-36.318L520.599,768.754z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M520.599,768.754l7.983,7.984c0.433,0.432,0.434,1.133,0.002,1.564l-4.228,4.227
+ l0.823,0.824c0.157,0.156,0.135,0.436-0.052,0.621l-3.577,3.578l25.418,25.418c0.566,0.566,1.377,0.676,1.81,0.244l18.942-18.943
+ l-36.319-36.318L520.599,768.754z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M520.599,768.754l7.983,7.984c0.433,0.432,0.434,1.133,0.002,1.564l-4.228,4.227
+ l0.823,0.824c0.157,0.156,0.135,0.436-0.052,0.621l-3.577,3.578l25.418,25.418c0.566,0.566,1.377,0.676,1.81,0.244l18.942-18.943
+ l-36.319-36.318L520.599,768.754z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M520.599,768.754l7.983,7.984c0.433,0.432,0.434,1.133,0.002,1.564l-4.228,4.227
+ l0.823,0.824c0.157,0.156,0.135,0.436-0.052,0.621l-3.577,3.578l25.418,25.418c0.566,0.566,1.377,0.676,1.81,0.244l18.942-18.943
+ l-36.319-36.318L520.599,768.754z"/>
+
+ <rect x="500.093" y="745.737" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1386.7397 919.6993)" opacity="0.4" fill="#FFF8B9" width="5.535" height="2.734"/>
+
+ <rect x="500.093" y="745.737" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1386.7397 919.6993)" opacity="0.4" fill="#FFF8B9" width="5.535" height="2.734"/>
+
+ <rect x="500.093" y="745.737" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1386.7397 919.6993)" opacity="0.4" fill="#FFF8B9" width="5.535" height="2.734"/>
+
+ <rect x="500.093" y="745.737" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1386.7397 919.6993)" opacity="0.4" fill="#FFF8B9" width="5.535" height="2.734"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M516.215,764.369l3.131-3.131c0.433-0.432,0.433-1.133,0-1.564l-1.231-1.231l-3.914,3.913
+ L516.215,764.369z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M516.215,764.369l3.131-3.131c0.433-0.432,0.433-1.133,0-1.564l-1.231-1.231l-3.914,3.913
+ L516.215,764.369z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M516.215,764.369l3.131-3.131c0.433-0.432,0.433-1.133,0-1.564l-1.231-1.231l-3.914,3.913
+ L516.215,764.369z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M516.215,764.369l3.131-3.131c0.433-0.432,0.433-1.133,0-1.564l-1.231-1.231l-3.914,3.913
+ L516.215,764.369z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M516.215,764.369l3.131-3.131c0.433-0.432,0.433-1.133,0-1.564l-1.231-1.231l-3.914,3.913
+ L516.215,764.369z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M516.215,764.369l3.131-3.131c0.433-0.432,0.433-1.133,0-1.564l-1.231-1.231l-3.914,3.913
+ L516.215,764.369z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M471.598,693.141l-7.428-7.428c-0.566-0.566-1.375-0.676-1.808-0.243l-1.723,1.722
+ l8.454,8.454L471.598,693.141z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M471.598,693.141l-7.428-7.428c-0.566-0.566-1.375-0.676-1.808-0.243l-1.723,1.722
+ l8.454,8.454L471.598,693.141z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M471.598,693.141l-7.428-7.428c-0.566-0.566-1.375-0.676-1.808-0.243l-1.723,1.722
+ l8.454,8.454L471.598,693.141z"/>
+
+ <rect x="488.143" y="686.287" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1341.1799 872.385)" opacity="0.4" fill="#FFF8B9" width="3.541" height="55.345"/>
+
+ <rect x="488.143" y="686.287" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1341.1799 872.385)" opacity="0.4" fill="#FFF8B9" width="3.541" height="55.345"/>
+
+ <rect x="488.143" y="686.287" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1341.1799 872.385)" opacity="0.4" fill="#FFF8B9" width="3.541" height="55.345"/>
+
+ <rect x="488.143" y="686.287" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1341.1799 872.385)" opacity="0.4" fill="#FFF8B9" width="3.541" height="55.345"/>
+
+ <rect x="513.349" y="734.742" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1402.0365 897.5934)" opacity="0.4" fill="#FFF8B9" width="3.542" height="8.852"/>
+
+ <rect x="513.349" y="734.742" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1402.0365 897.5934)" opacity="0.4" fill="#FFF8B9" width="3.542" height="8.852"/>
+
+ <rect x="513.349" y="734.742" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1402.0365 897.5934)" opacity="0.4" fill="#FFF8B9" width="3.542" height="8.852"/>
+
+ <rect x="513.349" y="734.742" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1402.0365 897.5934)" opacity="0.4" fill="#FFF8B9" width="3.542" height="8.852"/>
+
+ <rect x="516.684" y="742.213" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1410.1161 900.7526)" opacity="0.4" fill="#FFF8B9" width="3.542" height="0.577"/>
+
+ <rect x="516.684" y="742.213" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1410.1161 900.7526)" opacity="0.4" fill="#FFF8B9" width="3.542" height="0.577"/>
+
+ <rect x="516.684" y="742.213" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1410.1161 900.7526)" opacity="0.5" fill="#D1E4B7" width="3.542" height="0.577"/>
+
+ <rect x="516.684" y="742.213" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1410.1161 900.7526)" opacity="0.4" fill="#FFF8B9" width="3.542" height="0.577"/>
+
+ <rect x="516.684" y="742.213" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1410.1161 900.7526)" opacity="0.4" fill="#FFF8B9" width="3.542" height="0.577"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M521.608,748.16c0.566,0.566,1.376,0.675,1.809,0.242l1.722-1.721l-3.539-3.539
+ l-2.505,2.504L521.608,748.16z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M521.608,748.16c0.566,0.566,1.376,0.675,1.809,0.242l1.722-1.721l-3.539-3.539
+ l-2.505,2.504L521.608,748.16z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M521.608,748.16c0.566,0.566,1.376,0.675,1.809,0.242l1.722-1.721l-3.539-3.539
+ l-2.505,2.504L521.608,748.16z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M521.608,748.16c0.566,0.566,1.376,0.675,1.809,0.242l1.722-1.721l-3.539-3.539
+ l-2.505,2.504L521.608,748.16z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M521.608,748.16c0.566,0.566,1.376,0.675,1.809,0.242l1.722-1.721l-3.539-3.539
+ l-2.505,2.504L521.608,748.16z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M525.18,783.354l-0.823-0.824l-3.914,3.914l1.108,1.109l3.577-3.578
+ C525.314,783.789,525.337,783.51,525.18,783.354z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M525.18,783.354l-0.823-0.824l-3.914,3.914l1.108,1.109l3.577-3.578
+ C525.314,783.789,525.337,783.51,525.18,783.354z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M525.18,783.354l-0.823-0.824l-3.914,3.914l1.108,1.109l3.577-3.578
+ C525.314,783.789,525.337,783.51,525.18,783.354z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M525.18,783.354l-0.823-0.824l-3.914,3.914l1.108,1.109l3.577-3.578
+ C525.314,783.789,525.337,783.51,525.18,783.354z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M525.18,783.354l-0.823-0.824l-3.914,3.914l1.108,1.109l3.577-3.578
+ C525.314,783.789,525.337,783.51,525.18,783.354z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M525.18,783.354l-0.823-0.824l-3.914,3.914l1.108,1.109l3.577-3.578
+ C525.314,783.789,525.337,783.51,525.18,783.354z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="501.187,759.359 499.521,757.697 495.608,761.609 497.272,763.273 498.056,762.49
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="501.187,759.359 499.521,757.697 495.608,761.609 497.272,763.273 498.056,762.49
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="501.187,759.359 499.521,757.697 495.608,761.609 497.272,763.273 498.056,762.49
+ "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="501.187,759.359 499.521,757.697 495.608,761.609 497.272,763.273 498.056,762.49
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="501.187,759.359 499.521,757.697 495.608,761.609 497.272,763.273 498.056,762.49
+ "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M497.779,763.582c-0.108-0.375-0.02-0.797,0.276-1.092l-0.783,0.783l0.408,0.408
+ L497.779,763.582z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M497.779,763.582c-0.108-0.375-0.02-0.797,0.276-1.092l-0.783,0.783l0.408,0.408
+ L497.779,763.582z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M497.779,763.582c-0.108-0.375-0.02-0.797,0.276-1.092l-0.783,0.783l0.408,0.408
+ L497.779,763.582z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M497.779,763.582c-0.108-0.375-0.02-0.797,0.276-1.092l-0.783,0.783l0.408,0.408
+ L497.779,763.582z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M497.779,763.582c-0.108-0.375-0.02-0.797,0.276-1.092l-0.783,0.783l0.408,0.408
+ L497.779,763.582z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M497.779,763.582c-0.108-0.375-0.02-0.797,0.276-1.092l-0.783,0.783l0.408,0.408
+ L497.779,763.582z"/>
+
+ <rect x="501.273" y="762.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1400.2961 949.5623)" opacity="0.4" fill="#FFF8B9" width="4.428" height="5.005"/>
+
+ <rect x="501.273" y="762.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1400.2961 949.5623)" opacity="0.4" fill="#FFF8B9" width="4.428" height="5.005"/>
+
+ <rect x="501.273" y="762.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1400.2961 949.5623)" opacity="0.4" fill="#FFF8B9" width="4.428" height="5.005"/>
+
+ <rect x="501.273" y="762.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1400.2961 949.5623)" opacity="0.5" fill="#D1E4B7" width="4.428" height="5.005"/>
+
+ <rect x="501.273" y="762.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1400.2961 949.5623)" opacity="0.4" fill="#FFF8B9" width="4.428" height="5.005"/>
+
+ <rect x="501.273" y="762.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1400.2961 949.5623)" opacity="0.2" fill="#FFF6A3" width="4.428" height="5.005"/>
+
+ <rect x="501.273" y="762.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1400.2961 949.5623)" opacity="0.4" fill="#FFF8B9" width="4.428" height="5.005"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M497.779,763.582l3.814-3.814l-0.407-0.408l-3.131,3.131
+ C497.76,762.785,497.671,763.207,497.779,763.582z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M497.779,763.582l3.814-3.814l-0.407-0.408l-3.131,3.131
+ C497.76,762.785,497.671,763.207,497.779,763.582z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M497.779,763.582l3.814-3.814l-0.407-0.408l-3.131,3.131
+ C497.76,762.785,497.671,763.207,497.779,763.582z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M497.779,763.582l3.814-3.814l-0.407-0.408l-3.131,3.131
+ C497.76,762.785,497.671,763.207,497.779,763.582z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M497.779,763.582l3.814-3.814l-0.407-0.408l-3.131,3.131
+ C497.76,762.785,497.671,763.207,497.779,763.582z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M497.779,763.582l3.814-3.814l-0.407-0.408l-3.131,3.131
+ C497.76,762.785,497.671,763.207,497.779,763.582z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M497.779,763.582l3.814-3.814l-0.407-0.408l-3.131,3.131
+ C497.76,762.785,497.671,763.207,497.779,763.582z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M487.843,746.692c0.187-0.187,0.465-0.21,0.622-0.053l3.951,3.952l5.01-5.01l-15.405-15.404
+ c-0.096-0.096-0.239-0.106-0.32-0.025l-8.775,8.775l11.341,11.342L487.843,746.692z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M487.843,746.692c0.187-0.187,0.465-0.21,0.622-0.053l3.951,3.952l5.01-5.01l-15.405-15.404
+ c-0.096-0.096-0.239-0.106-0.32-0.025l-8.775,8.775l11.341,11.342L487.843,746.692z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M487.843,746.692c0.187-0.187,0.465-0.21,0.622-0.053l3.951,3.952l5.01-5.01l-15.405-15.404
+ c-0.096-0.096-0.239-0.106-0.32-0.025l-8.775,8.775l11.341,11.342L487.843,746.692z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M487.843,746.692c0.187-0.187,0.465-0.21,0.622-0.053l3.951,3.952l5.01-5.01l-15.405-15.404
+ c-0.096-0.096-0.239-0.106-0.32-0.025l-8.775,8.775l11.341,11.342L487.843,746.692z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M497.044,754.852l4.826-4.824l-1.934-1.934l-5.01,5.008l2.027,2.027
+ C496.902,755.078,496.942,754.953,497.044,754.852z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M497.044,754.852l4.826-4.824l-1.934-1.934l-5.01,5.008l2.027,2.027
+ C496.902,755.078,496.942,754.953,497.044,754.852z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M497.044,754.852l4.826-4.824l-1.934-1.934l-5.01,5.008l2.027,2.027
+ C496.902,755.078,496.942,754.953,497.044,754.852z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M497.044,754.852l4.826-4.824l-1.934-1.934l-5.01,5.008l2.027,2.027
+ C496.902,755.078,496.942,754.953,497.044,754.852z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M497.044,754.852l4.826-4.824l-1.934-1.934l-5.01,5.008l2.027,2.027
+ C496.902,755.078,496.942,754.953,497.044,754.852z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M492.416,750.592l-3.951-3.952c-0.157-0.157-0.436-0.134-0.622,0.053l-3.577,3.577
+ l0.979,0.979l3.258,3.258L492.416,750.592z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M492.416,750.592l-3.951-3.952c-0.157-0.157-0.436-0.134-0.622,0.053l-3.577,3.577
+ l0.979,0.979l3.258,3.258L492.416,750.592z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M492.416,750.592l-3.951-3.952c-0.157-0.157-0.436-0.134-0.622,0.053l-3.577,3.577
+ l0.979,0.979l3.258,3.258L492.416,750.592z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M492.416,750.592l-3.951-3.952c-0.157-0.157-0.436-0.134-0.622,0.053l-3.577,3.577
+ l0.979,0.979l3.258,3.258L492.416,750.592z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M492.416,750.592l-3.951-3.952c-0.157-0.157-0.436-0.134-0.622,0.053l-3.577,3.577
+ l0.979,0.979l3.258,3.258L492.416,750.592z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="495.608,761.609 499.521,757.697 496.954,755.129 494.927,753.102 491.013,757.016
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="495.608,761.609 499.521,757.697 496.954,755.129 494.927,753.102 491.013,757.016
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="495.608,761.609 499.521,757.697 496.954,755.129 494.927,753.102 491.013,757.016
+ "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="495.608,761.609 499.521,757.697 496.954,755.129 494.927,753.102 491.013,757.016
+ "/>
+ <polygon opacity="0.4" fill="#FFF6A3" points="495.608,761.609 499.521,757.697 496.954,755.129 494.927,753.102 491.013,757.016
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="495.608,761.609 499.521,757.697 496.954,755.129 494.927,753.102 491.013,757.016
+ "/>
+
+ <rect x="511.104" y="766.486" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1421.4805 946.8246)" opacity="0.4" fill="#FFF8B9" width="7.085" height="2.649"/>
+
+ <rect x="511.104" y="766.486" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1421.4805 946.8246)" opacity="0.4" fill="#FFF8B9" width="7.085" height="2.649"/>
+
+ <rect x="511.104" y="766.486" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1421.4805 946.8246)" opacity="0.4" fill="#FFF8B9" width="7.085" height="2.649"/>
+
+ <rect x="511.104" y="766.486" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1421.4805 946.8246)" opacity="0.5" fill="#D1E4B7" width="7.085" height="2.649"/>
+
+ <rect x="511.104" y="766.486" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1421.4805 946.8246)" opacity="0.4" fill="#FFF8B9" width="7.085" height="2.649"/>
+
+ <rect x="511.104" y="766.486" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1421.4805 946.8246)" opacity="0.4" fill="#FFF8B9" width="7.085" height="2.649"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M524.356,782.529l4.228-4.227c0.432-0.432,0.431-1.133-0.002-1.564l-7.983-7.984
+ l-5.01,5.008L524.356,782.529z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M524.356,782.529l4.228-4.227c0.432-0.432,0.431-1.133-0.002-1.564l-7.983-7.984
+ l-5.01,5.008L524.356,782.529z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M524.356,782.529l4.228-4.227c0.432-0.432,0.431-1.133-0.002-1.564l-7.983-7.984
+ l-5.01,5.008L524.356,782.529z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M524.356,782.529l4.228-4.227c0.432-0.432,0.431-1.133-0.002-1.564l-7.983-7.984
+ l-5.01,5.008L524.356,782.529z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M524.356,782.529l4.228-4.227c0.432-0.432,0.431-1.133-0.002-1.564l-7.983-7.984
+ l-5.01,5.008L524.356,782.529z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M524.356,782.529l4.228-4.227c0.432-0.432,0.431-1.133-0.002-1.564l-7.983-7.984
+ l-5.01,5.008L524.356,782.529z"/>
+
+ <rect x="511.277" y="762.324" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 333.6889 1669.9509)" opacity="0.4" fill="#FFF8B9" width="2.851" height="7.084"/>
+
+ <rect x="511.277" y="762.324" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 333.6889 1669.9509)" opacity="0.4" fill="#FFF8B9" width="2.851" height="7.084"/>
+
+ <rect x="511.277" y="762.324" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 333.6889 1669.9509)" opacity="0.4" fill="#FFF8B9" width="2.851" height="7.084"/>
+
+ <rect x="511.277" y="762.324" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 333.6889 1669.9509)" opacity="0.5" fill="#D1E4B7" width="2.851" height="7.084"/>
+
+ <rect x="511.277" y="762.324" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 333.6889 1669.9509)" opacity="0.4" fill="#FFF8B9" width="2.851" height="7.084"/>
+
+ <rect x="511.277" y="762.324" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 333.6889 1669.9509)" opacity="0.4" fill="#FFF8B9" width="2.851" height="7.084"/>
+
+ <rect x="511.277" y="762.324" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 333.6889 1669.9509)" opacity="0.4" fill="#FFF8B9" width="2.851" height="7.084"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M512.458,776.893l2.975,2.975c0.433,0.434,0.432,1.135,0,1.566l5.01,5.01l3.914-3.914
+ l-8.768-8.768L512.458,776.893z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M512.458,776.893l2.975,2.975c0.433,0.434,0.432,1.135,0,1.566l5.01,5.01l3.914-3.914
+ l-8.768-8.768L512.458,776.893z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M512.458,776.893l2.975,2.975c0.433,0.434,0.432,1.135,0,1.566l5.01,5.01l3.914-3.914
+ l-8.768-8.768L512.458,776.893z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M512.458,776.893l2.975,2.975c0.433,0.434,0.432,1.135,0,1.566l5.01,5.01l3.914-3.914
+ l-8.768-8.768L512.458,776.893z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M512.458,776.893l2.975,2.975c0.433,0.434,0.432,1.135,0,1.566l5.01,5.01l3.914-3.914
+ l-8.768-8.768L512.458,776.893z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M512.458,776.893l2.975,2.975c0.433,0.434,0.432,1.135,0,1.566l5.01,5.01l3.914-3.914
+ l-8.768-8.768L512.458,776.893z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M512.458,776.893l2.975,2.975c0.433,0.434,0.432,1.135,0,1.566l5.01,5.01l3.914-3.914
+ l-8.768-8.768L512.458,776.893z"/>
+
+ <rect x="509.253" y="769.667" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 325.5702 1678.6671)" opacity="0.4" fill="#FFF8B9" width="2.648" height="4.428"/>
+
+ <rect x="509.253" y="769.667" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 325.5702 1678.6671)" opacity="0.4" fill="#FFF8B9" width="2.648" height="4.428"/>
+
+ <rect x="509.253" y="769.667" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 325.5702 1678.6671)" opacity="0.4" fill="#FFF8B9" width="2.648" height="4.428"/>
+
+ <rect x="509.253" y="769.667" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 325.5702 1678.6671)" opacity="0.5" fill="#D1E4B7" width="2.648" height="4.428"/>
+
+ <rect x="509.253" y="769.667" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 325.5702 1678.6671)" opacity="0.2" fill="#FFF6A3" width="2.648" height="4.428"/>
+
+ <rect x="509.253" y="769.667" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 325.5702 1678.6671)" opacity="0.4" fill="#FFF8B9" width="2.648" height="4.428"/>
+
+ <rect x="509.253" y="769.667" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 325.5702 1678.6671)" opacity="0.4" fill="#FFF8B9" width="2.648" height="4.428"/>
+
+ <rect x="505.134" y="764.645" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 321.5235 1666.7415)" opacity="0.4" fill="#FFF8B9" width="0.84" height="4.428"/>
+
+ <rect x="505.134" y="764.645" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 321.5235 1666.7415)" opacity="0.4" fill="#FFF8B9" width="0.84" height="4.428"/>
+
+ <rect x="505.134" y="764.645" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 321.5235 1666.7415)" opacity="0.4" fill="#FFF8B9" width="0.84" height="4.428"/>
+
+ <rect x="505.134" y="764.645" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 321.5235 1666.7415)" opacity="0.5" fill="#D1E4B7" width="0.84" height="4.428"/>
+
+ <rect x="505.134" y="764.645" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 321.5235 1666.7415)" opacity="0.4" fill="#FFF8B9" width="0.84" height="4.428"/>
+
+ <rect x="505.134" y="764.645" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 321.5235 1666.7415)" opacity="0.2" fill="#FFF6A3" width="0.84" height="4.428"/>
+
+ <rect x="505.134" y="764.645" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 321.5235 1666.7415)" opacity="0.4" fill="#FFF8B9" width="0.84" height="4.428"/>
+
+ <rect x="505.134" y="764.645" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 321.5235 1666.7415)" opacity="0.4" fill="#FFF8B9" width="0.84" height="4.428"/>
+
+ <rect x="506.419" y="768.511" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1412.7178 954.7061)" opacity="0.4" fill="#FFF8B9" width="4.428" height="2.851"/>
+
+ <rect x="506.419" y="768.511" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1412.7178 954.7061)" opacity="0.4" fill="#FFF8B9" width="4.428" height="2.851"/>
+
+ <rect x="506.419" y="768.511" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1412.7178 954.7061)" opacity="0.4" fill="#FFF8B9" width="4.428" height="2.851"/>
+
+ <rect x="506.419" y="768.511" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1412.7178 954.7061)" opacity="0.5" fill="#D1E4B7" width="4.428" height="2.851"/>
+
+ <rect x="506.419" y="768.511" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1412.7178 954.7061)" opacity="0.4" fill="#FFF8B9" width="4.428" height="2.851"/>
+
+ <rect x="506.419" y="768.511" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1412.7178 954.7061)" opacity="0.2" fill="#FFF6A3" width="4.428" height="2.851"/>
+
+ <rect x="506.419" y="768.511" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1412.7178 954.7061)" opacity="0.4" fill="#FFF8B9" width="4.428" height="2.851"/>
+
+ <rect x="506.419" y="768.511" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1412.7178 954.7061)" opacity="0.4" fill="#FFF8B9" width="4.428" height="2.851"/>
+
+ <rect x="500.976" y="764.247" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -395.2786 579.2111)" opacity="0.4" fill="#FFF8B9" width="1.108" height="5.005"/>
+
+ <rect x="500.976" y="764.247" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -395.2786 579.2111)" opacity="0.4" fill="#FFF8B9" width="1.108" height="5.005"/>
+
+ <rect x="500.976" y="764.247" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -395.2786 579.2111)" opacity="0.4" fill="#FFF8B9" width="1.108" height="5.005"/>
+
+ <rect x="500.976" y="764.247" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -395.2786 579.2111)" opacity="0.5" fill="#D1E4B7" width="1.108" height="5.005"/>
+
+ <rect x="500.976" y="764.247" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -395.2786 579.2111)" opacity="0.4" fill="#FFF8B9" width="1.108" height="5.005"/>
+
+ <rect x="500.976" y="764.247" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -395.2786 579.2111)" opacity="0.2" fill="#FFF6A3" width="1.108" height="5.005"/>
+
+ <rect x="500.976" y="764.247" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -395.2786 579.2111)" opacity="0.4" fill="#FFF8B9" width="1.108" height="5.005"/>
+
+ <rect x="500.976" y="764.247" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -395.2786 579.2111)" opacity="0.4" fill="#FFF8B9" width="1.108" height="5.005"/>
+
+ <rect x="508.066" y="772.514" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1415.4541 961.3755)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.648"/>
+
+ <rect x="508.066" y="772.514" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1415.4541 961.3755)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.648"/>
+
+ <rect x="508.066" y="772.514" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1415.4541 961.3755)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.648"/>
+
+ <rect x="508.066" y="772.514" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1415.4541 961.3755)" opacity="0.5" fill="#D1E4B7" width="1.108" height="2.648"/>
+
+ <rect x="508.066" y="772.514" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1415.4541 961.3755)" opacity="0.2" fill="#FFF6A3" width="1.108" height="2.648"/>
+
+ <rect x="508.066" y="772.514" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1415.4541 961.3755)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.648"/>
+
+ <rect x="508.066" y="772.514" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1415.4541 961.3755)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.648"/>
+
+ <rect x="508.066" y="772.514" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1415.4541 961.3755)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.648"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M515.433,781.434c0.432-0.432,0.433-1.133,0-1.566l-2.975-2.975l-0.783,0.783
+ L515.433,781.434z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M515.433,781.434c0.432-0.432,0.433-1.133,0-1.566l-2.975-2.975l-0.783,0.783
+ L515.433,781.434z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M515.433,781.434c0.432-0.432,0.433-1.133,0-1.566l-2.975-2.975l-0.783,0.783
+ L515.433,781.434z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M515.433,781.434c0.432-0.432,0.433-1.133,0-1.566l-2.975-2.975l-0.783,0.783
+ L515.433,781.434z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M515.433,781.434c0.432-0.432,0.433-1.133,0-1.566l-2.975-2.975l-0.783,0.783
+ L515.433,781.434z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M515.433,781.434c0.432-0.432,0.433-1.133,0-1.566l-2.975-2.975l-0.783,0.783
+ L515.433,781.434z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M515.433,781.434c0.432-0.432,0.433-1.133,0-1.566l-2.975-2.975l-0.783,0.783
+ L515.433,781.434z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M515.433,781.434c0.432-0.432,0.433-1.133,0-1.566l-2.975-2.975l-0.783,0.783
+ L515.433,781.434z"/>
+
+ <rect x="505.251" y="771.34" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 319.1385 1675.9785)" opacity="0.4" fill="#FFF8B9" width="2.851" height="1.108"/>
+
+ <rect x="505.251" y="771.34" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 319.1385 1675.9785)" opacity="0.4" fill="#FFF8B9" width="2.851" height="1.108"/>
+
+ <rect x="505.251" y="771.34" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 319.1385 1675.9785)" opacity="0.4" fill="#FFF8B9" width="2.851" height="1.108"/>
+
+ <rect x="505.251" y="771.34" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 319.1385 1675.9785)" opacity="0.5" fill="#D1E4B7" width="2.851" height="1.108"/>
+
+ <rect x="505.251" y="771.34" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 319.1385 1675.9785)" opacity="0.4" fill="#FFF8B9" width="2.851" height="1.108"/>
+
+ <rect x="505.251" y="771.34" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 319.1385 1675.9785)" opacity="0.2" fill="#FFF6A3" width="2.851" height="1.108"/>
+
+ <rect x="505.251" y="771.34" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 319.1385 1675.9785)" opacity="0.4" fill="#FFF8B9" width="2.851" height="1.108"/>
+
+ <rect x="505.251" y="771.34" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 319.1385 1675.9785)" opacity="0.4" fill="#FFF8B9" width="2.851" height="1.108"/>
+
+ <rect x="505.251" y="771.34" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 319.1385 1675.9785)" opacity="0.4" fill="#FFF8B9" width="2.851" height="1.108"/>
+
+ <rect x="503.177" y="768.262" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 316.7988 1668.7007)" opacity="0.4" fill="#FFF8B9" width="0.84" height="1.108"/>
+
+ <rect x="503.177" y="768.262" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 316.7988 1668.7007)" opacity="0.4" fill="#FFF8B9" width="0.84" height="1.108"/>
+
+ <rect x="503.177" y="768.262" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 316.7988 1668.7007)" opacity="0.4" fill="#FFF8B9" width="0.84" height="1.108"/>
+
+ <rect x="503.177" y="768.262" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 316.7988 1668.7007)" opacity="0.5" fill="#D1E4B7" width="0.84" height="1.108"/>
+
+ <rect x="503.177" y="768.262" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 316.7988 1668.7007)" opacity="0.4" fill="#FFF8B9" width="0.84" height="1.108"/>
+
+ <rect x="503.177" y="768.262" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 316.7988 1668.7007)" opacity="0.2" fill="#FFF6A3" width="0.84" height="1.108"/>
+
+ <rect x="503.177" y="768.262" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 316.7988 1668.7007)" opacity="0.4" fill="#FFF8B9" width="0.84" height="1.108"/>
+
+ <rect x="503.177" y="768.262" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 316.7988 1668.7007)" opacity="0.4" fill="#FFF8B9" width="0.84" height="1.108"/>
+
+ <rect x="503.177" y="768.262" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 316.7988 1668.7007)" opacity="0.4" fill="#FFF8B9" width="0.84" height="1.108"/>
+
+ <rect x="468.492" y="814.036" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 254.7985 1737.157)" opacity="0.4" fill="#FFF8B9" width="37.388" height="3.542"/>
+
+ <rect x="468.492" y="814.036" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 254.7985 1737.157)" opacity="0.4" fill="#FFF8B9" width="37.388" height="3.542"/>
+
+ <rect x="468.492" y="814.036" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 254.7985 1737.157)" opacity="0.4" fill="#FFF8B9" width="37.388" height="3.542"/>
+
+ <rect x="468.355" y="795.825" transform="matrix(0.7068 -0.7074 0.7074 0.7068 -427.1932 566.7266)" opacity="0.4" fill="#FFF8B9" width="3.542" height="5.845"/>
+
+ <rect x="468.355" y="795.825" transform="matrix(0.7068 -0.7074 0.7074 0.7068 -427.1932 566.7266)" opacity="0.4" fill="#FFF8B9" width="3.542" height="5.845"/>
+
+ <rect x="468.355" y="795.825" transform="matrix(0.7068 -0.7074 0.7074 0.7068 -427.1932 566.7266)" opacity="0.4" fill="#FFF8B9" width="3.542" height="5.845"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M540.167,830.592l1.748,1.748c0.692-0.557,1.378-1.123,2.058-1.701l-1.927-1.926
+ L540.167,830.592z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M540.167,830.592l1.748,1.748c0.692-0.557,1.378-1.123,2.058-1.701l-1.927-1.926
+ L540.167,830.592z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M540.167,830.592l1.748,1.748c0.692-0.557,1.378-1.123,2.058-1.701l-1.927-1.926
+ L540.167,830.592z"/>
+
+ <rect x="470.092" y="791.466" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -422.7273 568.1119)" opacity="0.4" fill="#FFF8B9" width="8.784" height="5.847"/>
+
+ <rect x="470.092" y="791.466" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -422.7273 568.1119)" opacity="0.4" fill="#FFF8B9" width="8.784" height="5.847"/>
+
+ <rect x="470.092" y="791.466" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -422.7273 568.1119)" opacity="0.4" fill="#FFF8B9" width="8.784" height="5.847"/>
+
+ <rect x="470.092" y="791.466" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -422.7273 568.1119)" opacity="0.4" fill="#FFF8B9" width="8.784" height="5.847"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M497.42,811.113l-15.989-15.988l-6.211,6.211l26.437,26.438l17.063-17.063
+ c0.434-0.434,1.133-0.434,1.565-0.002l19.882,19.883l1.879-1.879l-30.828-30.828l-13.177,13.178
+ C497.854,811.248,497.577,811.271,497.42,811.113z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M497.42,811.113l-15.989-15.988l-6.211,6.211l26.437,26.438l17.063-17.063
+ c0.434-0.434,1.133-0.434,1.565-0.002l19.882,19.883l1.879-1.879l-30.828-30.828l-13.177,13.178
+ C497.854,811.248,497.577,811.271,497.42,811.113z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M497.42,811.113l-15.989-15.988l-6.211,6.211l26.437,26.438l17.063-17.063
+ c0.434-0.434,1.133-0.434,1.565-0.002l19.882,19.883l1.879-1.879l-30.828-30.828l-13.177,13.178
+ C497.854,811.248,497.577,811.271,497.42,811.113z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M497.42,811.113l-15.989-15.988l-6.211,6.211l26.437,26.438l17.063-17.063
+ c0.434-0.434,1.133-0.434,1.565-0.002l19.882,19.883l1.879-1.879l-30.828-30.828l-13.177,13.178
+ C497.854,811.248,497.577,811.271,497.42,811.113z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M460.956,787.072l-2.382,2.381c0.083,0.238,0.227,0.473,0.43,0.678l5.706,5.705l2.505-2.504
+ L460.956,787.072z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M460.956,787.072l-2.382,2.381c0.083,0.238,0.227,0.473,0.43,0.678l5.706,5.705l2.505-2.504
+ L460.956,787.072z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M460.956,787.072l-2.382,2.381c0.083,0.238,0.227,0.473,0.43,0.678l5.706,5.705l2.505-2.504
+ L460.956,787.072z"/>
+
+ <rect x="462.799" y="782.671" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -419.7244 560.8892)" opacity="0.4" fill="#FFF8B9" width="8.784" height="8.852"/>
+
+ <rect x="462.799" y="782.671" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -419.7244 560.8892)" opacity="0.4" fill="#FFF8B9" width="8.784" height="8.852"/>
+
+ <rect x="462.799" y="782.671" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -419.7244 560.8892)" opacity="0.5" fill="#D1E4B7" width="8.784" height="8.852"/>
+
+ <rect x="462.799" y="782.671" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -419.7244 560.8892)" opacity="0.4" fill="#FFF8B9" width="8.784" height="8.852"/>
+
+ <rect x="465.878" y="793.017" transform="matrix(0.7071 0.7071 -0.7071 0.7071 698.5371 -96.8414)" opacity="0.4" fill="#FFF8B9" width="0.577" height="3.542"/>
+
+ <rect x="465.878" y="793.017" transform="matrix(0.7071 0.7071 -0.7071 0.7071 698.5371 -96.8414)" opacity="0.4" fill="#FFF8B9" width="0.577" height="3.542"/>
+
+ <rect x="465.878" y="793.017" transform="matrix(0.7071 0.7071 -0.7071 0.7071 698.5371 -96.8414)" opacity="0.5" fill="#D1E4B7" width="0.577" height="3.542"/>
+
+ <rect x="465.878" y="793.017" transform="matrix(0.7071 0.7071 -0.7071 0.7071 698.5371 -96.8414)" opacity="0.4" fill="#FFF8B9" width="0.577" height="3.542"/>
+
+ <rect x="466.132" y="790.141" transform="matrix(0.707 -0.7072 0.7072 0.707 -421.1403 564.3627)" opacity="0.4" fill="#FFF8B9" width="8.785" height="0.577"/>
+
+ <rect x="466.132" y="790.141" transform="matrix(0.707 -0.7072 0.7072 0.707 -421.1403 564.3627)" opacity="0.4" fill="#FFF8B9" width="8.785" height="0.577"/>
+
+ <rect x="466.132" y="790.141" transform="matrix(0.707 -0.7072 0.7072 0.707 -421.1403 564.3627)" opacity="0.4" fill="#FFF8B9" width="8.785" height="0.577"/>
+
+ <rect x="466.132" y="790.141" transform="matrix(0.707 -0.7072 0.7072 0.707 -421.1403 564.3627)" opacity="0.5" fill="#D1E4B7" width="8.785" height="0.577"/>
+
+ <rect x="466.132" y="790.141" transform="matrix(0.707 -0.7072 0.7072 0.707 -421.1403 564.3627)" opacity="0.4" fill="#FFF8B9" width="8.785" height="0.577"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M499.151,830.277l16.749,16.75c1.208-0.443,2.409-0.912,3.604-1.406l-17.848-17.848
+ L499.151,830.277z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M499.151,830.277l16.749,16.75c1.208-0.443,2.409-0.912,3.604-1.406l-17.848-17.848
+ L499.151,830.277z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M499.151,830.277l16.749,16.75c1.208-0.443,2.409-0.912,3.604-1.406l-17.848-17.848
+ L499.151,830.277z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M499.151,830.277l16.749,16.75c1.208-0.443,2.409-0.912,3.604-1.406l-17.848-17.848
+ L499.151,830.277z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M530.698,840.061c3.879-2.268,7.631-4.842,11.217-7.721l-1.748-1.748L530.698,840.061z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M530.698,840.061c3.879-2.268,7.631-4.842,11.217-7.721l-1.748-1.748L530.698,840.061z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M530.698,840.061c3.879-2.268,7.631-4.842,11.217-7.721l-1.748-1.748L530.698,840.061z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M530.698,840.061c3.879-2.268,7.631-4.842,11.217-7.721l-1.748-1.748L530.698,840.061z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M520.285,810.709c-0.433-0.432-1.132-0.432-1.565,0.002l-17.063,17.063l17.848,17.848
+ c3.825-1.586,7.566-3.439,11.194-5.561l9.469-9.469L520.285,810.709z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M520.285,810.709c-0.433-0.432-1.132-0.432-1.565,0.002l-17.063,17.063l17.848,17.848
+ c3.825-1.586,7.566-3.439,11.194-5.561l9.469-9.469L520.285,810.709z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M520.285,810.709c-0.433-0.432-1.132-0.432-1.565,0.002l-17.063,17.063l17.848,17.848
+ c3.825-1.586,7.566-3.439,11.194-5.561l9.469-9.469L520.285,810.709z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M520.285,810.709c-0.433-0.432-1.132-0.432-1.565,0.002l-17.063,17.063l17.848,17.848
+ c3.825-1.586,7.566-3.439,11.194-5.561l9.469-9.469L520.285,810.709z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M520.285,810.709c-0.433-0.432-1.132-0.432-1.565,0.002l-17.063,17.063l17.848,17.848
+ c3.825-1.586,7.566-3.439,11.194-5.561l9.469-9.469L520.285,810.709z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M499.151,797.715c-0.433,0.434-1.134,0.434-1.566,0l-9.373-9.371l-6.781,6.781
+ l15.989,15.988c0.157,0.158,0.435,0.135,0.621-0.051l13.177-13.178l-6.118-6.117L499.151,797.715z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M499.151,797.715c-0.433,0.434-1.134,0.434-1.566,0l-9.373-9.371l-6.781,6.781
+ l15.989,15.988c0.157,0.158,0.435,0.135,0.621-0.051l13.177-13.178l-6.118-6.117L499.151,797.715z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M499.151,797.715c-0.433,0.434-1.134,0.434-1.566,0l-9.373-9.371l-6.781,6.781
+ l15.989,15.988c0.157,0.158,0.435,0.135,0.621-0.051l13.177-13.178l-6.118-6.117L499.151,797.715z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M499.151,797.715c-0.433,0.434-1.134,0.434-1.566,0l-9.373-9.371l-6.781,6.781
+ l15.989,15.988c0.157,0.158,0.435,0.135,0.621-0.051l13.177-13.178l-6.118-6.117L499.151,797.715z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M499.151,797.715c-0.433,0.434-1.134,0.434-1.566,0l-9.373-9.371l-6.781,6.781
+ l15.989,15.988c0.157,0.158,0.435,0.135,0.621-0.051l13.177-13.178l-6.118-6.117L499.151,797.715z"/>
+
+ <rect x="478.058" y="783.096" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 263.7497 1685.0703)" opacity="0.4" fill="#FFF8B9" width="5.846" height="9.592"/>
+
+ <rect x="478.058" y="783.096" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 263.7497 1685.0703)" opacity="0.4" fill="#FFF8B9" width="5.846" height="9.592"/>
+
+ <rect x="478.058" y="783.096" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 263.7497 1685.0703)" opacity="0.4" fill="#FFF8B9" width="5.846" height="9.592"/>
+
+ <rect x="478.058" y="783.096" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 263.7497 1685.0703)" opacity="0.2" fill="#FFF6A3" width="5.846" height="9.592"/>
+
+ <rect x="478.058" y="783.096" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 263.7497 1685.0703)" opacity="0.4" fill="#FFF8B9" width="5.846" height="9.592"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M481.233,767.9c-0.203-0.205-0.438-0.348-0.677-0.43l-13.39,13.391l6.259,6.258
+ l13.514-13.514L481.233,767.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M481.233,767.9c-0.203-0.205-0.438-0.348-0.677-0.43l-13.39,13.391l6.259,6.258
+ l13.514-13.514L481.233,767.9z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M481.233,767.9c-0.203-0.205-0.438-0.348-0.677-0.43l-13.39,13.391l6.259,6.258
+ l13.514-13.514L481.233,767.9z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M481.233,767.9c-0.203-0.205-0.438-0.348-0.677-0.43l-13.39,13.391l6.259,6.258
+ l13.514-13.514L481.233,767.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M481.233,767.9c-0.203-0.205-0.438-0.348-0.677-0.43l-13.39,13.391l6.259,6.258
+ l13.514-13.514L481.233,767.9z"/>
+
+ <rect x="470.831" y="780.278" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -411.2418 568.3073)" opacity="0.4" fill="#FFF8B9" width="19.111" height="0.577"/>
+
+ <rect x="470.831" y="780.278" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -411.2418 568.3073)" opacity="0.4" fill="#FFF8B9" width="19.111" height="0.577"/>
+
+ <rect x="470.831" y="780.278" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -411.2418 568.3073)" opacity="0.4" fill="#FFF8B9" width="19.111" height="0.577"/>
+
+ <rect x="470.831" y="780.278" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -411.2418 568.3073)" opacity="0.5" fill="#D1E4B7" width="19.111" height="0.577"/>
+
+ <rect x="470.831" y="780.278" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -411.2418 568.3073)" opacity="0.2" fill="#FFF6A3" width="19.111" height="0.577"/>
+
+ <rect x="470.831" y="780.278" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -411.2418 568.3073)" opacity="0.4" fill="#FFF8B9" width="19.111" height="0.577"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M495.235,794.117c-0.28,0.281-0.519,0.492-0.533,0.479l-2.456-2.457
+ c-0.015-0.014,0.198-0.252,0.479-0.531l6.107-6.109l-3.888-3.887l-6.732,6.732l9.373,9.371c0.433,0.434,1.134,0.434,1.566,0
+ l5.948-5.947l-3.757-3.758L495.235,794.117z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M495.235,794.117c-0.28,0.281-0.519,0.492-0.533,0.479l-2.456-2.457
+ c-0.015-0.014,0.198-0.252,0.479-0.531l6.107-6.109l-3.888-3.887l-6.732,6.732l9.373,9.371c0.433,0.434,1.134,0.434,1.566,0
+ l5.948-5.947l-3.757-3.758L495.235,794.117z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M495.235,794.117c-0.28,0.281-0.519,0.492-0.533,0.479l-2.456-2.457
+ c-0.015-0.014,0.198-0.252,0.479-0.531l6.107-6.109l-3.888-3.887l-6.732,6.732l9.373,9.371c0.433,0.434,1.134,0.434,1.566,0
+ l5.948-5.947l-3.757-3.758L495.235,794.117z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M495.235,794.117c-0.28,0.281-0.519,0.492-0.533,0.479l-2.456-2.457
+ c-0.015-0.014,0.198-0.252,0.479-0.531l6.107-6.109l-3.888-3.887l-6.732,6.732l9.373,9.371c0.433,0.434,1.134,0.434,1.566,0
+ l5.948-5.947l-3.757-3.758L495.235,794.117z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M495.235,794.117c-0.28,0.281-0.519,0.492-0.533,0.479l-2.456-2.457
+ c-0.015-0.014,0.198-0.252,0.479-0.531l6.107-6.109l-3.888-3.887l-6.732,6.732l9.373,9.371c0.433,0.434,1.134,0.434,1.566,0
+ l5.948-5.947l-3.757-3.758L495.235,794.117z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M495.235,794.117c-0.28,0.281-0.519,0.492-0.533,0.479l-2.456-2.457
+ c-0.015-0.014,0.198-0.252,0.479-0.531l6.107-6.109l-3.888-3.887l-6.732,6.732l9.373,9.371c0.433,0.434,1.134,0.434,1.566,0
+ l5.948-5.947l-3.757-3.758L495.235,794.117z"/>
+
+ <rect x="484.815" y="776.376" transform="matrix(-0.7072 -0.707 0.707 -0.7072 280.3792 1678.3889)" opacity="0.4" fill="#FFF8B9" width="5.845" height="9.52"/>
+
+ <rect x="484.815" y="776.376" transform="matrix(-0.7072 -0.707 0.707 -0.7072 280.3792 1678.3889)" opacity="0.4" fill="#FFF8B9" width="5.845" height="9.52"/>
+
+ <rect x="484.815" y="776.376" transform="matrix(-0.7072 -0.707 0.707 -0.7072 280.3792 1678.3889)" opacity="0.4" fill="#FFF8B9" width="5.845" height="9.52"/>
+
+ <rect x="484.815" y="776.376" transform="matrix(-0.7072 -0.707 0.707 -0.7072 280.3792 1678.3889)" opacity="0.2" fill="#FFF6A3" width="5.845" height="9.52"/>
+
+ <rect x="484.815" y="776.376" transform="matrix(-0.7072 -0.707 0.707 -0.7072 280.3792 1678.3889)" opacity="0.4" fill="#FFF8B9" width="5.845" height="9.52"/>
+
+ <rect x="484.815" y="776.376" transform="matrix(-0.7072 -0.707 0.707 -0.7072 280.3792 1678.3889)" opacity="0.4" fill="#FFF8B9" width="5.845" height="9.52"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M428.183,719.648l-17.031-17.031c-6.998,8.861-12.149,18.702-15.451,29.008l10.253,10.254
+ L428.183,719.648z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M428.183,719.648l-17.031-17.031c-6.998,8.861-12.149,18.702-15.451,29.008l10.253,10.254
+ L428.183,719.648z"/>
+
+ <rect x="416.16" y="717.237" transform="matrix(0.707 0.7072 -0.7072 0.707 641.1672 -81.7588)" opacity="0.4" fill="#FFF8B9" width="6.2" height="31.438"/>
+
+ <rect x="416.16" y="717.237" transform="matrix(0.707 0.7072 -0.7072 0.707 641.1672 -81.7588)" opacity="0.5" fill="#D1E4B7" width="6.2" height="31.438"/>
+
+ <rect x="416.16" y="717.237" transform="matrix(0.707 0.7072 -0.7072 0.707 641.1672 -81.7588)" opacity="0.4" fill="#FFF8B9" width="6.2" height="31.438"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M420.093,744.646l16.544-16.544l-4.07-4.069l-22.229,22.229l38.241,38.24
+ c0.401,0.4,1.077,0.377,1.509-0.057l4.121-4.121l-34.115-34.112C419.661,745.779,419.661,745.078,420.093,744.646z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M420.093,744.646l16.544-16.544l-4.07-4.069l-22.229,22.229l38.241,38.24
+ c0.401,0.4,1.077,0.377,1.509-0.057l4.121-4.121l-34.115-34.112C419.661,745.779,419.661,745.078,420.093,744.646z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M420.093,744.646l16.544-16.544l-4.07-4.069l-22.229,22.229l38.241,38.24
+ c0.401,0.4,1.077,0.377,1.509-0.057l4.121-4.121l-34.115-34.112C419.661,745.779,419.661,745.078,420.093,744.646z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M420.093,744.646l16.544-16.544l-4.07-4.069l-22.229,22.229l38.241,38.24
+ c0.401,0.4,1.077,0.377,1.509-0.057l4.121-4.121l-34.115-34.112C419.661,745.779,419.661,745.078,420.093,744.646z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M470.752,763.781c0.433-0.434,0.457-1.107,0.056-1.51l-34.171-34.169l-16.544,16.544
+ c-0.432,0.432-0.432,1.133,0,1.565l34.115,34.112l6.549-6.549L470.752,763.781z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M470.752,763.781c0.433-0.434,0.457-1.107,0.056-1.51l-34.171-34.169l-16.544,16.544
+ c-0.432,0.432-0.432,1.133,0,1.565l34.115,34.112l6.549-6.549L470.752,763.781z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M470.752,763.781c0.433-0.434,0.457-1.107,0.056-1.51l-34.171-34.169l-16.544,16.544
+ c-0.432,0.432-0.432,1.133,0,1.565l34.115,34.112l6.549-6.549L470.752,763.781z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M470.752,763.781c0.433-0.434,0.457-1.107,0.056-1.51l-34.171-34.169l-16.544,16.544
+ c-0.432,0.432-0.432,1.133,0,1.565l34.115,34.112l6.549-6.549L470.752,763.781z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M470.752,763.781c0.433-0.434,0.457-1.107,0.056-1.51l-34.171-34.169l-16.544,16.544
+ c-0.432,0.432-0.432,1.133,0,1.565l34.115,34.112l6.549-6.549L470.752,763.781z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M516.215,744.333l0.102-0.102L512.085,740c-0.053-0.053-0.177-0.012-0.277,0.09
+ l-6.024,6.023l4.326,4.324L516.215,744.333z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M516.215,744.333l0.102-0.102L512.085,740c-0.053-0.053-0.177-0.012-0.277,0.09
+ l-6.024,6.023l4.326,4.324L516.215,744.333z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M516.215,744.333l0.102-0.102L512.085,740c-0.053-0.053-0.177-0.012-0.277,0.09
+ l-6.024,6.023l4.326,4.324L516.215,744.333z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M516.215,744.333l0.102-0.102L512.085,740c-0.053-0.053-0.177-0.012-0.277,0.09
+ l-6.024,6.023l4.326,4.324L516.215,744.333z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M516.327,744.242l-0.011-0.011l-0.102,0.102
+ C516.249,744.299,516.289,744.271,516.327,744.242z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M516.327,744.242l-0.011-0.011l-0.102,0.102
+ C516.249,744.299,516.289,744.271,516.327,744.242z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M516.327,744.242l-0.011-0.011l-0.102,0.102
+ C516.249,744.299,516.289,744.271,516.327,744.242z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M516.327,744.242l-0.011-0.011l-0.102,0.102
+ C516.249,744.299,516.289,744.271,516.327,744.242z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M516.327,744.242l-0.011-0.011l-0.102,0.102
+ C516.249,744.299,516.289,744.271,516.327,744.242z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M510.109,750.438l0.408,0.408l6.207-6.206l-0.397-0.397
+ c-0.038,0.029-0.078,0.057-0.112,0.091L510.109,750.438z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M510.109,750.438l0.408,0.408l6.207-6.206l-0.397-0.397
+ c-0.038,0.029-0.078,0.057-0.112,0.091L510.109,750.438z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M510.109,750.438l0.408,0.408l6.207-6.206l-0.397-0.397
+ c-0.038,0.029-0.078,0.057-0.112,0.091L510.109,750.438z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M510.109,750.438l0.408,0.408l6.207-6.206l-0.397-0.397
+ c-0.038,0.029-0.078,0.057-0.112,0.091L510.109,750.438z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M510.109,750.438l0.408,0.408l6.207-6.206l-0.397-0.397
+ c-0.038,0.029-0.078,0.057-0.112,0.091L510.109,750.438z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M510.109,750.438l0.408,0.408l6.207-6.206l-0.397-0.397
+ c-0.038,0.029-0.078,0.057-0.112,0.091L510.109,750.438z"/>
+
+ <rect x="512.987" y="748.576" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1414.6331 916.9075)" opacity="0.4" fill="#FFF8B9" width="8.779" height="5.845"/>
+
+ <rect x="512.987" y="748.576" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1414.6331 916.9075)" opacity="0.4" fill="#FFF8B9" width="8.779" height="5.845"/>
+
+ <rect x="512.987" y="748.576" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1414.6331 916.9075)" opacity="0.4" fill="#FFF8B9" width="8.779" height="5.845"/>
+
+ <rect x="512.987" y="748.576" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1414.6331 916.9075)" opacity="0.5" fill="#D1E4B7" width="8.779" height="5.845"/>
+
+ <rect x="512.987" y="748.576" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1414.6331 916.9075)" opacity="0.4" fill="#FFF8B9" width="8.779" height="5.845"/>
+
+ <rect x="512.987" y="748.576" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1414.6331 916.9075)" opacity="0.2" fill="#FFF6A3" width="8.779" height="5.845"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M504.383,752.836l-4.861,4.861l1.665,1.662l8.923-8.922l-4.326-4.324l-3.913,3.914
+ l2.487,2.488C504.454,752.611,504.465,752.754,504.383,752.836z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M504.383,752.836l-4.861,4.861l1.665,1.662l8.923-8.922l-4.326-4.324l-3.913,3.914
+ l2.487,2.488C504.454,752.611,504.465,752.754,504.383,752.836z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M504.383,752.836l-4.861,4.861l1.665,1.662l8.923-8.922l-4.326-4.324l-3.913,3.914
+ l2.487,2.488C504.454,752.611,504.465,752.754,504.383,752.836z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M504.383,752.836l-4.861,4.861l1.665,1.662l8.923-8.922l-4.326-4.324l-3.913,3.914
+ l2.487,2.488C504.454,752.611,504.465,752.754,504.383,752.836z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M504.383,752.836l-4.861,4.861l1.665,1.662l8.923-8.922l-4.326-4.324l-3.913,3.914
+ l2.487,2.488C504.454,752.611,504.465,752.754,504.383,752.836z"/>
+
+ <rect x="505.563" y="748.793" transform="matrix(0.7071 0.7071 -0.7071 0.7071 682.0988 -136.527)" opacity="0.4" fill="#FFF8B9" width="0.577" height="12.618"/>
+
+ <rect x="505.563" y="748.793" transform="matrix(0.7071 0.7071 -0.7071 0.7071 682.0988 -136.527)" opacity="0.4" fill="#FFF8B9" width="0.577" height="12.618"/>
+
+ <rect x="505.563" y="748.793" transform="matrix(0.7071 0.7071 -0.7071 0.7071 682.0988 -136.527)" opacity="0.4" fill="#FFF8B9" width="0.577" height="12.618"/>
+
+ <rect x="505.563" y="748.793" transform="matrix(0.7071 0.7071 -0.7071 0.7071 682.0988 -136.527)" opacity="0.5" fill="#D1E4B7" width="0.577" height="12.618"/>
+
+ <rect x="505.563" y="748.793" transform="matrix(0.7071 0.7071 -0.7071 0.7071 682.0988 -136.527)" opacity="0.4" fill="#FFF8B9" width="0.577" height="12.618"/>
+
+ <rect x="505.563" y="748.793" transform="matrix(0.7071 0.7071 -0.7071 0.7071 682.0988 -136.527)" opacity="0.4" fill="#FFF8B9" width="0.577" height="12.618"/>
+
+ <rect x="505.563" y="748.793" transform="matrix(0.7071 0.7071 -0.7071 0.7071 682.0988 -136.527)" opacity="0.2" fill="#FFF6A3" width="0.577" height="12.618"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M506.822,764.996l4.228-4.229c0.366-0.365,0.925-0.418,1.352-0.162l3.938-3.936
+ l-4.134-4.135l-8.923,8.922L506.822,764.996z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M506.822,764.996l4.228-4.229c0.366-0.365,0.925-0.418,1.352-0.162l3.938-3.936
+ l-4.134-4.135l-8.923,8.922L506.822,764.996z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M506.822,764.996l4.228-4.229c0.366-0.365,0.925-0.418,1.352-0.162l3.938-3.936
+ l-4.134-4.135l-8.923,8.922L506.822,764.996z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M506.822,764.996l4.228-4.229c0.366-0.365,0.925-0.418,1.352-0.162l3.938-3.936
+ l-4.134-4.135l-8.923,8.922L506.822,764.996z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M506.822,764.996l4.228-4.229c0.366-0.365,0.925-0.418,1.352-0.162l3.938-3.936
+ l-4.134-4.135l-8.923,8.922L506.822,764.996z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M506.822,764.996l4.228-4.229c0.366-0.365,0.925-0.418,1.352-0.162l3.938-3.936
+ l-4.134-4.135l-8.923,8.922L506.822,764.996z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M506.822,764.996l4.228-4.229c0.366-0.365,0.925-0.418,1.352-0.162l3.938-3.936
+ l-4.134-4.135l-8.923,8.922L506.822,764.996z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M496.954,755.129l2.567,2.568l4.861-4.861c0.082-0.082,0.071-0.225-0.025-0.32l-2.487-2.488
+ l-4.826,4.824C496.942,754.953,496.902,755.078,496.954,755.129z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M496.954,755.129l2.567,2.568l4.861-4.861c0.082-0.082,0.071-0.225-0.025-0.32l-2.487-2.488
+ l-4.826,4.824C496.942,754.953,496.902,755.078,496.954,755.129z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M496.954,755.129l2.567,2.568l4.861-4.861c0.082-0.082,0.071-0.225-0.025-0.32l-2.487-2.488
+ l-4.826,4.824C496.942,754.953,496.902,755.078,496.954,755.129z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M496.954,755.129l2.567,2.568l4.861-4.861c0.082-0.082,0.071-0.225-0.025-0.32l-2.487-2.488
+ l-4.826,4.824C496.942,754.953,496.902,755.078,496.954,755.129z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M496.954,755.129l2.567,2.568l4.861-4.861c0.082-0.082,0.071-0.225-0.025-0.32l-2.487-2.488
+ l-4.826,4.824C496.942,754.953,496.902,755.078,496.954,755.129z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M496.954,755.129l2.567,2.568l4.861-4.861c0.082-0.082,0.071-0.225-0.025-0.32l-2.487-2.488
+ l-4.826,4.824C496.942,754.953,496.902,755.078,496.954,755.129z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M511.05,760.768l-4.228,4.229l0.595,0.594l4.984-4.984
+ C511.975,760.35,511.416,760.402,511.05,760.768z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M511.05,760.768l-4.228,4.229l0.595,0.594l4.984-4.984
+ C511.975,760.35,511.416,760.402,511.05,760.768z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M511.05,760.768l-4.228,4.229l0.595,0.594l4.984-4.984
+ C511.975,760.35,511.416,760.402,511.05,760.768z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M511.05,760.768l-4.228,4.229l0.595,0.594l4.984-4.984
+ C511.975,760.35,511.416,760.402,511.05,760.768z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M511.05,760.768l-4.228,4.229l0.595,0.594l4.984-4.984
+ C511.975,760.35,511.416,760.402,511.05,760.768z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M511.05,760.768l-4.228,4.229l0.595,0.594l4.984-4.984
+ C511.975,760.35,511.416,760.402,511.05,760.768z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M511.05,760.768l-4.228,4.229l0.595,0.594l4.984-4.984
+ C511.975,760.35,511.416,760.402,511.05,760.768z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M511.05,760.768l-4.228,4.229l0.595,0.594l4.984-4.984
+ C511.975,760.35,511.416,760.402,511.05,760.768z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M538.101,709.93c0.34-0.34,0.603-0.627,0.587-0.643l-2.455-2.456
+ c-0.016-0.015-0.303,0.247-0.643,0.587l-5.131,5.132l2.511,2.511L538.101,709.93z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M538.101,709.93c0.34-0.34,0.603-0.627,0.587-0.643l-2.455-2.456
+ c-0.016-0.015-0.303,0.247-0.643,0.587l-5.131,5.132l2.511,2.511L538.101,709.93z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M538.101,709.93c0.34-0.34,0.603-0.627,0.587-0.643l-2.455-2.456
+ c-0.016-0.015-0.303,0.247-0.643,0.587l-5.131,5.132l2.511,2.511L538.101,709.93z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M458.761,788.322l1.723-1.723l-2.039-2.039l-9.201,9.203
+ c-0.34,0.34-0.603,0.627-0.587,0.643l2.455,2.455c0.016,0.016,0.303-0.248,0.643-0.586l6.82-6.822
+ C458.431,789.029,458.484,788.598,458.761,788.322z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M458.761,788.322l1.723-1.723l-2.039-2.039l-9.201,9.203
+ c-0.34,0.34-0.603,0.627-0.587,0.643l2.455,2.455c0.016,0.016,0.303-0.248,0.643-0.586l6.82-6.822
+ C458.431,789.029,458.484,788.598,458.761,788.322z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M458.761,788.322l1.723-1.723l-2.039-2.039l-9.201,9.203
+ c-0.34,0.34-0.603,0.627-0.587,0.643l2.455,2.455c0.016,0.016,0.303-0.248,0.643-0.586l6.82-6.822
+ C458.431,789.029,458.484,788.598,458.761,788.322z"/>
+
+ <rect x="461.128" y="778.082" transform="matrix(0.7069 0.7073 -0.7073 0.7069 688.9874 -97.8502)" opacity="0.4" fill="#FFF8B9" width="2.883" height="8.784"/>
+
+ <rect x="461.128" y="778.082" transform="matrix(0.7069 0.7073 -0.7073 0.7069 688.9874 -97.8502)" opacity="0.4" fill="#FFF8B9" width="2.883" height="8.784"/>
+
+ <rect x="461.128" y="778.082" transform="matrix(0.7069 0.7073 -0.7073 0.7069 688.9874 -97.8502)" opacity="0.5" fill="#D1E4B7" width="2.883" height="8.784"/>
+
+ <rect x="461.128" y="778.082" transform="matrix(0.7069 0.7073 -0.7073 0.7069 688.9874 -97.8502)" opacity="0.4" fill="#FFF8B9" width="2.883" height="8.784"/>
+
+ <rect x="507.903" y="721.893" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1402.5625 866.3959)" opacity="0.4" fill="#FFF8B9" width="27.897" height="3.551"/>
+
+ <rect x="507.903" y="721.893" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1402.5625 866.3959)" opacity="0.4" fill="#FFF8B9" width="27.897" height="3.551"/>
+
+ <rect x="507.903" y="721.893" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1402.5625 866.3959)" opacity="0.4" fill="#FFF8B9" width="27.897" height="3.551"/>
+
+ <rect x="507.903" y="721.893" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1402.5625 866.3959)" opacity="0.4" fill="#FFF8B9" width="27.897" height="3.551"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M480.557,767.471l5.447-5.447l-0.473-0.473c-0.432-0.432-0.433-1.133,0-1.564l0.939-0.94
+ l-1.255-1.253l-20.56,20.557l2.038,2.039l12.731-12.732C479.702,767.381,480.134,767.326,480.557,767.471z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M480.557,767.471l5.447-5.447l-0.473-0.473c-0.432-0.432-0.433-1.133,0-1.564l0.939-0.94
+ l-1.255-1.253l-20.56,20.557l2.038,2.039l12.731-12.732C479.702,767.381,480.134,767.326,480.557,767.471z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M480.557,767.471l5.447-5.447l-0.473-0.473c-0.432-0.432-0.433-1.133,0-1.564l0.939-0.94
+ l-1.255-1.253l-20.56,20.557l2.038,2.039l12.731-12.732C479.702,767.381,480.134,767.326,480.557,767.471z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M480.557,767.471l5.447-5.447l-0.473-0.473c-0.432-0.432-0.433-1.133,0-1.564l0.939-0.94
+ l-1.255-1.253l-20.56,20.557l2.038,2.039l12.731-12.732C479.702,767.381,480.134,767.326,480.557,767.471z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M480.557,767.471l5.447-5.447l-0.473-0.473c-0.432-0.432-0.433-1.133,0-1.564l0.939-0.94
+ l-1.255-1.253l-20.56,20.557l2.038,2.039l12.731-12.732C479.702,767.381,480.134,767.326,480.557,767.471z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M486.471,759.046l-0.939,0.94c-0.433,0.432-0.432,1.133,0,1.564l0.473,0.473l1.723-1.723
+ L486.471,759.046z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M486.471,759.046l-0.939,0.94c-0.433,0.432-0.432,1.133,0,1.564l0.473,0.473l1.723-1.723
+ L486.471,759.046z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M486.471,759.046l-0.939,0.94c-0.433,0.432-0.432,1.133,0,1.564l0.473,0.473l1.723-1.723
+ L486.471,759.046z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M486.471,759.046l-0.939,0.94c-0.433,0.432-0.432,1.133,0,1.564l0.473,0.473l1.723-1.723
+ L486.471,759.046z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M486.471,759.046l-0.939,0.94c-0.433,0.432-0.432,1.133,0,1.564l0.473,0.473l1.723-1.723
+ L486.471,759.046z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M486.471,759.046l-0.939,0.94c-0.433,0.432-0.432,1.133,0,1.564l0.473,0.473l1.723-1.723
+ L486.471,759.046z"/>
+
+ <rect x="485.162" y="755.889" transform="matrix(0.707 -0.7072 0.7072 0.707 -392.3682 566.4901)" opacity="0.4" fill="#FFF8B9" width="4.648" height="1.773"/>
+
+ <rect x="485.162" y="755.889" transform="matrix(0.707 -0.7072 0.7072 0.707 -392.3682 566.4901)" opacity="0.4" fill="#FFF8B9" width="4.648" height="1.773"/>
+
+ <rect x="485.162" y="755.889" transform="matrix(0.707 -0.7072 0.7072 0.707 -392.3682 566.4901)" opacity="0.5" fill="#D1E4B7" width="4.648" height="1.773"/>
+
+ <rect x="485.162" y="755.889" transform="matrix(0.707 -0.7072 0.7072 0.707 -392.3682 566.4901)" opacity="0.2" fill="#FFF6A3" width="4.648" height="1.773"/>
+
+ <rect x="485.162" y="755.889" transform="matrix(0.707 -0.7072 0.7072 0.707 -392.3682 566.4901)" opacity="0.4" fill="#FFF6A3" width="4.648" height="1.773"/>
+
+ <rect x="485.162" y="755.889" transform="matrix(0.707 -0.7072 0.7072 0.707 -392.3682 566.4901)" opacity="0.4" fill="#FFF8B9" width="4.648" height="1.773"/>
+
+ <rect x="487.855" y="755.707" transform="matrix(0.7074 0.7068 -0.7068 0.7074 678.8146 -123.6445)" opacity="0.4" fill="#FFF8B9" width="1.774" height="4.647"/>
+
+ <rect x="487.855" y="755.707" transform="matrix(0.7074 0.7068 -0.7068 0.7074 678.8146 -123.6445)" opacity="0.4" fill="#FFF8B9" width="1.774" height="4.647"/>
+
+ <rect x="487.855" y="755.707" transform="matrix(0.7074 0.7068 -0.7068 0.7074 678.8146 -123.6445)" opacity="0.5" fill="#D1E4B7" width="1.774" height="4.647"/>
+
+ <rect x="487.855" y="755.707" transform="matrix(0.7074 0.7068 -0.7068 0.7074 678.8146 -123.6445)" opacity="0.4" fill="#FFF8B9" width="1.774" height="4.647"/>
+
+ <rect x="487.855" y="755.707" transform="matrix(0.7074 0.7068 -0.7068 0.7074 678.8146 -123.6445)" opacity="0.2" fill="#FFF6A3" width="1.774" height="4.647"/>
+
+ <rect x="487.855" y="755.707" transform="matrix(0.7074 0.7068 -0.7068 0.7074 678.8146 -123.6445)" opacity="0.4" fill="#FFF6A3" width="1.774" height="4.647"/>
+
+ <rect x="487.855" y="755.707" transform="matrix(0.7074 0.7068 -0.7068 0.7074 678.8146 -123.6445)" opacity="0.4" fill="#FFF8B9" width="1.774" height="4.647"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M498.681,746.838l3.131-3.131c0.434-0.433,1.134-0.432,1.566,0l0.473,0.473l6.889-6.889
+ l-2.511-2.512l-10.803,10.803L498.681,746.838z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M498.681,746.838l3.131-3.131c0.434-0.433,1.134-0.432,1.566,0l0.473,0.473l6.889-6.889
+ l-2.511-2.512l-10.803,10.803L498.681,746.838z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M498.681,746.838l3.131-3.131c0.434-0.433,1.134-0.432,1.566,0l0.473,0.473l6.889-6.889
+ l-2.511-2.512l-10.803,10.803L498.681,746.838z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M498.681,746.838l3.131-3.131c0.434-0.433,1.134-0.432,1.566,0l0.473,0.473l6.889-6.889
+ l-2.511-2.512l-10.803,10.803L498.681,746.838z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M503.851,744.18l-0.473-0.473c-0.433-0.432-1.133-0.433-1.566,0l-3.131,3.131l1.256,1.256
+ L503.851,744.18z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M503.851,744.18l-0.473-0.473c-0.433-0.432-1.133-0.433-1.566,0l-3.131,3.131l1.256,1.256
+ L503.851,744.18z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M503.851,744.18l-0.473-0.473c-0.433-0.432-1.133-0.433-1.566,0l-3.131,3.131l1.256,1.256
+ L503.851,744.18z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M503.851,744.18l-0.473-0.473c-0.433-0.432-1.133-0.433-1.566,0l-3.131,3.131l1.256,1.256
+ L503.851,744.18z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M503.851,744.18l-0.473-0.473c-0.433-0.432-1.133-0.433-1.566,0l-3.131,3.131l1.256,1.256
+ L503.851,744.18z"/>
+
+ <rect x="508.96" y="733.012" transform="matrix(0.7071 0.7071 -0.7071 0.7071 669.1609 -145.9319)" opacity="0.4" fill="#FFF8B9" width="3.551" height="3.541"/>
+
+ <rect x="508.96" y="733.012" transform="matrix(0.7071 0.7071 -0.7071 0.7071 669.1609 -145.9319)" opacity="0.4" fill="#FFF8B9" width="3.551" height="3.541"/>
+
+ <rect x="508.96" y="733.012" transform="matrix(0.7071 0.7071 -0.7071 0.7071 669.1609 -145.9319)" opacity="0.4" fill="#FFF8B9" width="3.551" height="3.541"/>
+
+ <rect x="508.96" y="733.012" transform="matrix(0.7071 0.7071 -0.7071 0.7071 669.1609 -145.9319)" opacity="0.4" fill="#FFF8B9" width="3.551" height="3.541"/>
+
+ <rect x="508.96" y="733.012" transform="matrix(0.7071 0.7071 -0.7071 0.7071 669.1609 -145.9319)" opacity="0.4" fill="#FFF8B9" width="3.551" height="3.541"/>
+
+ <rect x="492.007" y="747.827" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1375.3936 927.6444)" opacity="0.4" fill="#FFF8B9" width="7.084" height="1.775"/>
+
+ <rect x="492.007" y="747.827" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1375.3936 927.6444)" opacity="0.4" fill="#FFF8B9" width="7.084" height="1.775"/>
+
+ <rect x="492.007" y="747.827" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1375.3936 927.6444)" opacity="0.4" fill="#FFF6A3" width="7.084" height="1.775"/>
+
+ <rect x="492.007" y="747.827" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1375.3936 927.6444)" opacity="0.4" fill="#FFF8B9" width="7.084" height="1.775"/>
+
+ <rect x="492.007" y="747.827" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1375.3936 927.6444)" opacity="0.4" fill="#FFF8B9" width="7.084" height="1.775"/>
+
+ <rect x="493.262" y="749.082" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1378.3707 929.1571)" opacity="0.4" fill="#FFF8B9" width="7.083" height="1.776"/>
+
+ <rect x="493.262" y="749.082" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1378.3707 929.1571)" opacity="0.4" fill="#FFF8B9" width="7.083" height="1.776"/>
+
+ <rect x="493.262" y="749.082" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1378.3707 929.1571)" opacity="0.4" fill="#FFF8B9" width="7.083" height="1.776"/>
+
+ <rect x="493.262" y="749.082" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1378.3707 929.1571)" opacity="0.4" fill="#FFF6A3" width="7.083" height="1.776"/>
+
+ <rect x="493.262" y="749.082" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1378.3707 929.1571)" opacity="0.4" fill="#FFF8B9" width="7.083" height="1.776"/>
+
+ <rect x="493.262" y="749.082" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1378.3707 929.1571)" opacity="0.4" fill="#FFF8B9" width="7.083" height="1.776"/>
+
+ <rect x="488.319" y="752.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1370.9142 938.5022)" opacity="0.4" fill="#FFF8B9" width="5.535" height="1.776"/>
+
+ <rect x="488.319" y="752.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1370.9142 938.5022)" opacity="0.4" fill="#FFF8B9" width="5.535" height="1.776"/>
+
+ <rect x="488.319" y="752.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1370.9142 938.5022)" opacity="0.2" fill="#FFF6A3" width="5.535" height="1.776"/>
+
+ <rect x="488.319" y="752.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1370.9142 938.5022)" opacity="0.4" fill="#FFF6A3" width="5.535" height="1.776"/>
+
+ <rect x="488.319" y="752.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1370.9142 938.5022)" opacity="0.4" fill="#FFF8B9" width="5.535" height="1.776"/>
+
+ <rect x="488.319" y="752.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1370.9142 938.5022)" opacity="0.4" fill="#FFF8B9" width="5.535" height="1.776"/>
+
+ <rect x="489.575" y="753.545" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1373.9446 939.7568)" opacity="0.4" fill="#FFF8B9" width="5.535" height="1.774"/>
+
+ <rect x="489.575" y="753.545" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1373.9446 939.7568)" opacity="0.4" fill="#FFF8B9" width="5.535" height="1.774"/>
+
+ <rect x="489.575" y="753.545" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1373.9446 939.7568)" opacity="0.4" fill="#FFF8B9" width="5.535" height="1.774"/>
+
+ <rect x="489.575" y="753.545" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1373.9446 939.7568)" opacity="0.2" fill="#FFF6A3" width="5.535" height="1.774"/>
+
+ <rect x="489.575" y="753.545" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1373.9446 939.7568)" opacity="0.4" fill="#FFF6A3" width="5.535" height="1.774"/>
+
+ <rect x="489.575" y="753.545" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1373.9446 939.7568)" opacity="0.4" fill="#FFF8B9" width="5.535" height="1.774"/>
+
+ <rect x="489.575" y="753.545" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1373.9446 939.7568)" opacity="0.4" fill="#FFF8B9" width="5.535" height="1.774"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M460.483,786.6l-1.723,1.723c-0.276,0.275-0.33,0.707-0.187,1.131l2.382-2.381
+ L460.483,786.6z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M460.483,786.6l-1.723,1.723c-0.276,0.275-0.33,0.707-0.187,1.131l2.382-2.381
+ L460.483,786.6z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M460.483,786.6l-1.723,1.723c-0.276,0.275-0.33,0.707-0.187,1.131l2.382-2.381
+ L460.483,786.6z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M460.483,786.6l-1.723,1.723c-0.276,0.275-0.33,0.707-0.187,1.131l2.382-2.381
+ L460.483,786.6z"/>
+
+ <rect x="459.433" y="783.396" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -418.3298 557.5233)" opacity="0.4" fill="#FFF8B9" width="8.784" height="0.668"/>
+
+ <rect x="459.433" y="783.396" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -418.3298 557.5233)" opacity="0.4" fill="#FFF8B9" width="8.784" height="0.668"/>
+
+ <rect x="459.433" y="783.396" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -418.3298 557.5233)" opacity="0.5" fill="#D1E4B7" width="8.784" height="0.668"/>
+
+ <rect x="459.433" y="783.396" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -418.3298 557.5233)" opacity="0.4" fill="#FFF8B9" width="8.784" height="0.668"/>
+
+ <rect x="459.433" y="783.396" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -418.3298 557.5233)" opacity="0.4" fill="#FFF8B9" width="8.784" height="0.668"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M480.557,767.471c-0.423-0.145-0.854-0.09-1.131,0.186l-12.731,12.732l0.473,0.473
+ L480.557,767.471z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M480.557,767.471c-0.423-0.145-0.854-0.09-1.131,0.186l-12.731,12.732l0.473,0.473
+ L480.557,767.471z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M480.557,767.471c-0.423-0.145-0.854-0.09-1.131,0.186l-12.731,12.732l0.473,0.473
+ L480.557,767.471z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M480.557,767.471c-0.423-0.145-0.854-0.09-1.131,0.186l-12.731,12.732l0.473,0.473
+ L480.557,767.471z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M480.557,767.471c-0.423-0.145-0.854-0.09-1.131,0.186l-12.731,12.732l0.473,0.473
+ L480.557,767.471z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M480.557,767.471c-0.423-0.145-0.854-0.09-1.131,0.186l-12.731,12.732l0.473,0.473
+ L480.557,767.471z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M456.15,806.9c-0.287,0.287-0.717,0.324-0.959,0.082l-0.405-0.406l-5.793,5.793l1.688,1.689
+ l16.126-16.125l-0.845-0.846L456.15,806.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M456.15,806.9c-0.287,0.287-0.717,0.324-0.959,0.082l-0.405-0.406l-5.793,5.793l1.688,1.689
+ l16.126-16.125l-0.845-0.846L456.15,806.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M456.15,806.9c-0.287,0.287-0.717,0.324-0.959,0.082l-0.405-0.406l-5.793,5.793l1.688,1.689
+ l16.126-16.125l-0.845-0.846L456.15,806.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M454.786,806.576l0.405,0.406c0.242,0.242,0.672,0.205,0.959-0.082l9.813-9.813
+ l-0.845-0.844L454.786,806.576z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M454.786,806.576l0.405,0.406c0.242,0.242,0.672,0.205,0.959-0.082l9.813-9.813
+ l-0.845-0.844L454.786,806.576z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M454.786,806.576l0.405,0.406c0.242,0.242,0.672,0.205,0.959-0.082l9.813-9.813
+ l-0.845-0.844L454.786,806.576z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M454.786,806.576l0.405,0.406c0.242,0.242,0.672,0.205,0.959-0.082l9.813-9.813
+ l-0.845-0.844L454.786,806.576z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M526.342,738.4c0.4-0.4,0.715-0.732,0.705-0.742l-1.652-1.652
+ c-0.01-0.01-0.342,0.305-0.742,0.705l-4.742,4.742l1.689,1.689L526.342,738.4z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M526.342,738.4c0.4-0.4,0.715-0.732,0.705-0.742l-1.652-1.652
+ c-0.01-0.01-0.342,0.305-0.742,0.705l-4.742,4.742l1.689,1.689L526.342,738.4z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M526.342,738.4c0.4-0.4,0.715-0.732,0.705-0.742l-1.652-1.652
+ c-0.01-0.01-0.342,0.305-0.742,0.705l-4.742,4.742l1.689,1.689L526.342,738.4z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M526.342,738.4c0.4-0.4,0.715-0.732,0.705-0.742l-1.652-1.652
+ c-0.01-0.01-0.342,0.305-0.742,0.705l-4.742,4.742l1.689,1.689L526.342,738.4z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M526.342,738.4c0.4-0.4,0.715-0.732,0.705-0.742l-1.652-1.652
+ c-0.01-0.01-0.342,0.305-0.742,0.705l-4.742,4.742l1.689,1.689L526.342,738.4z"/>
+
+ <rect x="486.355" y="771.307" transform="matrix(0.7072 -0.707 0.707 0.7072 -401.9353 572.4404)" opacity="0.4" fill="#FFF8B9" width="7.528" height="0.309"/>
+
+ <rect x="486.355" y="771.307" transform="matrix(0.7072 -0.707 0.707 0.7072 -401.9353 572.4404)" opacity="0.4" fill="#FFF8B9" width="7.528" height="0.309"/>
+
+ <rect x="486.355" y="771.307" transform="matrix(0.7072 -0.707 0.707 0.7072 -401.9353 572.4404)" opacity="0.4" fill="#FFF8B9" width="7.528" height="0.309"/>
+
+ <rect x="486.355" y="771.307" transform="matrix(0.7072 -0.707 0.707 0.7072 -401.9353 572.4404)" opacity="0.5" fill="#D1E4B7" width="7.528" height="0.309"/>
+
+ <rect x="486.355" y="771.307" transform="matrix(0.7072 -0.707 0.707 0.7072 -401.9353 572.4404)" opacity="0.2" fill="#FFF6A3" width="7.528" height="0.309"/>
+
+ <rect x="486.355" y="771.307" transform="matrix(0.7072 -0.707 0.707 0.7072 -401.9353 572.4404)" opacity="0.4" fill="#FFF8B9" width="7.528" height="0.309"/>
+
+ <rect x="491.743" y="766.141" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -396.7867 574.662)" opacity="0.4" fill="#FFF8B9" width="7.085" height="0.308"/>
+
+ <rect x="491.743" y="766.141" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -396.7867 574.662)" opacity="0.4" fill="#FFF8B9" width="7.085" height="0.308"/>
+
+ <rect x="491.743" y="766.141" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -396.7867 574.662)" opacity="0.4" fill="#FFF8B9" width="7.085" height="0.308"/>
+
+ <rect x="491.743" y="766.141" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -396.7867 574.662)" opacity="0.5" fill="#D1E4B7" width="7.085" height="0.308"/>
+
+ <rect x="491.743" y="766.141" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -396.7867 574.662)" opacity="0.4" fill="#FFF8B9" width="7.085" height="0.308"/>
+
+ <rect x="491.743" y="766.141" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -396.7867 574.662)" opacity="0.2" fill="#FFF6A3" width="7.085" height="0.308"/>
+
+ <rect x="491.743" y="766.141" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -396.7867 574.662)" opacity="0.4" fill="#FFF8B9" width="7.085" height="0.308"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M438.565,823.547l-0.375-0.375l-10.489,10.488c0.642,0.49,1.287,0.973,1.937,1.441
+ l10.242-10.24L438.565,823.547z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M438.565,823.547l-0.375-0.375l-10.489,10.488c0.642,0.49,1.287,0.973,1.937,1.441
+ l10.242-10.24L438.565,823.547z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M438.19,823.172l0.375,0.375c-0.137-0.137-0.225-0.303-0.275-0.475L438.19,823.172z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M438.19,823.172l0.375,0.375c-0.137-0.137-0.225-0.303-0.275-0.475L438.19,823.172z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M438.19,823.172l0.375,0.375c-0.137-0.137-0.225-0.303-0.275-0.475L438.19,823.172z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M438.29,823.072c0.051,0.172,0.139,0.338,0.275,0.475l1.314,1.314l10.802-10.803
+ l-1.688-1.689L438.29,823.072z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M438.29,823.072c0.051,0.172,0.139,0.338,0.275,0.475l1.314,1.314l10.802-10.803
+ l-1.688-1.689L438.29,823.072z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M438.29,823.072c0.051,0.172,0.139,0.338,0.275,0.475l1.314,1.314l10.802-10.803
+ l-1.688-1.689L438.29,823.072z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M438.29,823.072c0.051,0.172,0.139,0.338,0.275,0.475l1.314,1.314l10.802-10.803
+ l-1.688-1.689L438.29,823.072z"/>
+
+ <rect x="490.679" y="768.855" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 292.854 1666.4431)" opacity="0.4" fill="#FFF8B9" width="1.194" height="7.529"/>
+
+ <rect x="490.679" y="768.855" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 292.854 1666.4431)" opacity="0.4" fill="#FFF8B9" width="1.194" height="7.529"/>
+
+ <rect x="490.679" y="768.855" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 292.854 1666.4431)" opacity="0.4" fill="#FFF8B9" width="1.194" height="7.529"/>
+
+ <rect x="490.679" y="768.855" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 292.854 1666.4431)" opacity="0.2" fill="#FFF6A3" width="1.194" height="7.529"/>
+
+ <rect x="490.679" y="768.855" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 292.854 1666.4431)" opacity="0.4" fill="#FFF8B9" width="1.194" height="7.529"/>
+
+ <rect x="490.679" y="768.855" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 292.854 1666.4431)" opacity="0.4" fill="#FFF8B9" width="1.194" height="7.529"/>
+
+ <rect x="490.098" y="768.119" transform="matrix(0.7066 0.7077 -0.7077 0.7066 690.1761 -120.63)" opacity="0.4" fill="#FFF8B9" width="0.886" height="7.529"/>
+
+ <rect x="490.098" y="768.119" transform="matrix(0.7066 0.7077 -0.7077 0.7066 690.1761 -120.63)" opacity="0.4" fill="#FFF8B9" width="0.886" height="7.529"/>
+
+ <rect x="490.098" y="768.119" transform="matrix(0.7066 0.7077 -0.7077 0.7066 690.1761 -120.63)" opacity="0.4" fill="#FFF8B9" width="0.886" height="7.529"/>
+
+ <rect x="490.098" y="768.119" transform="matrix(0.7066 0.7077 -0.7077 0.7066 690.1761 -120.63)" opacity="0.5" fill="#D1E4B7" width="0.886" height="7.529"/>
+
+ <rect x="490.098" y="768.119" transform="matrix(0.7066 0.7077 -0.7077 0.7066 690.1761 -120.63)" opacity="0.2" fill="#FFF6A3" width="0.886" height="7.529"/>
+
+ <rect x="490.098" y="768.119" transform="matrix(0.7066 0.7077 -0.7077 0.7066 690.1761 -120.63)" opacity="0.4" fill="#FFF8B9" width="0.886" height="7.529"/>
+
+ <rect x="490.098" y="768.119" transform="matrix(0.7066 0.7077 -0.7077 0.7066 690.1761 -120.63)" opacity="0.4" fill="#FFF8B9" width="0.886" height="7.529"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M498.086,764.086c0.243,0.244,0.206,0.672-0.082,0.961l-4.488,4.488l0.845,0.844
+ l5.009-5.008L498.086,764.086z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M498.086,764.086c0.243,0.244,0.206,0.672-0.082,0.961l-4.488,4.488l0.845,0.844
+ l5.009-5.008L498.086,764.086z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M498.086,764.086c0.243,0.244,0.206,0.672-0.082,0.961l-4.488,4.488l0.845,0.844
+ l5.009-5.008L498.086,764.086z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M498.086,764.086c0.243,0.244,0.206,0.672-0.082,0.961l-4.488,4.488l0.845,0.844
+ l5.009-5.008L498.086,764.086z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M498.086,764.086c0.243,0.244,0.206,0.672-0.082,0.961l-4.488,4.488l0.845,0.844
+ l5.009-5.008L498.086,764.086z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M498.086,764.086c0.243,0.244,0.206,0.672-0.082,0.961l-4.488,4.488l0.845,0.844
+ l5.009-5.008L498.086,764.086z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M498.086,764.086c0.243,0.244,0.206,0.672-0.082,0.961l-4.488,4.488l0.845,0.844
+ l5.009-5.008L498.086,764.086z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M497.898,763.9l-5.009,5.008l0.626,0.627l4.488-4.488c0.288-0.289,0.325-0.717,0.082-0.961
+ l-0.03-0.029L497.898,763.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M497.898,763.9l-5.009,5.008l0.626,0.627l4.488-4.488c0.288-0.289,0.325-0.717,0.082-0.961
+ l-0.03-0.029L497.898,763.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M497.898,763.9l-5.009,5.008l0.626,0.627l4.488-4.488c0.288-0.289,0.325-0.717,0.082-0.961
+ l-0.03-0.029L497.898,763.9z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M497.898,763.9l-5.009,5.008l0.626,0.627l4.488-4.488c0.288-0.289,0.325-0.717,0.082-0.961
+ l-0.03-0.029L497.898,763.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M497.898,763.9l-5.009,5.008l0.626,0.627l4.488-4.488c0.288-0.289,0.325-0.717,0.082-0.961
+ l-0.03-0.029L497.898,763.9z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M497.898,763.9l-5.009,5.008l0.626,0.627l4.488-4.488c0.288-0.289,0.325-0.717,0.082-0.961
+ l-0.03-0.029L497.898,763.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M497.898,763.9l-5.009,5.008l0.626,0.627l4.488-4.488c0.288-0.289,0.325-0.717,0.082-0.961
+ l-0.03-0.029L497.898,763.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M497.898,763.9l-5.009,5.008l0.626,0.627l4.488-4.488c0.288-0.289,0.325-0.717,0.082-0.961
+ l-0.03-0.029L497.898,763.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M517.781,744.333l-0.375-0.375l-0.1,0.099C517.479,744.108,517.645,744.196,517.781,744.333
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M517.781,744.333l-0.375-0.375l-0.1,0.099C517.479,744.108,517.645,744.196,517.781,744.333
+ z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M517.781,744.333l-0.375-0.375l-0.1,0.099C517.479,744.108,517.645,744.196,517.781,744.333
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M517.781,744.333l-0.375-0.375l-0.1,0.099C517.479,744.108,517.645,744.196,517.781,744.333
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M517.781,744.333l-0.375-0.375l-0.1,0.099C517.479,744.108,517.645,744.196,517.781,744.333
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M516.725,744.64l1.688,1.688l0.682-0.682l-1.313-1.313
+ c-0.137-0.137-0.302-0.225-0.475-0.276L516.725,744.64z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M516.725,744.64l1.688,1.688l0.682-0.682l-1.313-1.313
+ c-0.137-0.137-0.302-0.225-0.475-0.276L516.725,744.64z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M516.725,744.64l1.688,1.688l0.682-0.682l-1.313-1.313
+ c-0.137-0.137-0.302-0.225-0.475-0.276L516.725,744.64z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M516.725,744.64l1.688,1.688l0.682-0.682l-1.313-1.313
+ c-0.137-0.137-0.302-0.225-0.475-0.276L516.725,744.64z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M516.725,744.64l1.688,1.688l0.682-0.682l-1.313-1.313
+ c-0.137-0.137-0.302-0.225-0.475-0.276L516.725,744.64z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M516.725,744.64l1.688,1.688l0.682-0.682l-1.313-1.313
+ c-0.137-0.137-0.302-0.225-0.475-0.276L516.725,744.64z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="517.781,744.333 519.095,745.646 521.6,743.143 519.91,741.453 517.406,743.958
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="517.781,744.333 519.095,745.646 521.6,743.143 519.91,741.453 517.406,743.958
+ "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="517.781,744.333 519.095,745.646 521.6,743.143 519.91,741.453 517.406,743.958
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="517.781,744.333 519.095,745.646 521.6,743.143 519.91,741.453 517.406,743.958
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="517.781,744.333 519.095,745.646 521.6,743.143 519.91,741.453 517.406,743.958
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="517.781,744.333 519.095,745.646 521.6,743.143 519.91,741.453 517.406,743.958
+ "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M497.916,763.887c-0.063-0.096-0.105-0.199-0.137-0.305l-0.099,0.1l0.218,0.219
+ C497.904,763.895,497.911,763.891,497.916,763.887z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M497.916,763.887c-0.063-0.096-0.105-0.199-0.137-0.305l-0.099,0.1l0.218,0.219
+ C497.904,763.895,497.911,763.891,497.916,763.887z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M497.916,763.887c-0.063-0.096-0.105-0.199-0.137-0.305l-0.099,0.1l0.218,0.219
+ C497.904,763.895,497.911,763.891,497.916,763.887z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M497.916,763.887c-0.063-0.096-0.105-0.199-0.137-0.305l-0.099,0.1l0.218,0.219
+ C497.904,763.895,497.911,763.891,497.916,763.887z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M497.916,763.887c-0.063-0.096-0.105-0.199-0.137-0.305l-0.099,0.1l0.218,0.219
+ C497.904,763.895,497.911,763.891,497.916,763.887z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M497.916,763.887c-0.063-0.096-0.105-0.199-0.137-0.305l-0.099,0.1l0.218,0.219
+ C497.904,763.895,497.911,763.891,497.916,763.887z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M497.916,763.887c-0.063-0.096-0.105-0.199-0.137-0.305l-0.099,0.1l0.218,0.219
+ C497.904,763.895,497.911,763.891,497.916,763.887z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M499.465,763.9l0.688,0.688l3.131-3.131l-1.689-1.689l-3.814,3.814
+ c0.031,0.105,0.074,0.209,0.137,0.305C498.35,763.469,499.037,763.473,499.465,763.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M499.465,763.9l0.688,0.688l3.131-3.131l-1.689-1.689l-3.814,3.814
+ c0.031,0.105,0.074,0.209,0.137,0.305C498.35,763.469,499.037,763.473,499.465,763.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M499.465,763.9l0.688,0.688l3.131-3.131l-1.689-1.689l-3.814,3.814
+ c0.031,0.105,0.074,0.209,0.137,0.305C498.35,763.469,499.037,763.473,499.465,763.9z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M499.465,763.9l0.688,0.688l3.131-3.131l-1.689-1.689l-3.814,3.814
+ c0.031,0.105,0.074,0.209,0.137,0.305C498.35,763.469,499.037,763.473,499.465,763.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M499.465,763.9l0.688,0.688l3.131-3.131l-1.689-1.689l-3.814,3.814
+ c0.031,0.105,0.074,0.209,0.137,0.305C498.35,763.469,499.037,763.473,499.465,763.9z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M499.465,763.9l0.688,0.688l3.131-3.131l-1.689-1.689l-3.814,3.814
+ c0.031,0.105,0.074,0.209,0.137,0.305C498.35,763.469,499.037,763.473,499.465,763.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M499.465,763.9l0.688,0.688l3.131-3.131l-1.689-1.689l-3.814,3.814
+ c0.031,0.105,0.074,0.209,0.137,0.305C498.35,763.469,499.037,763.473,499.465,763.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M499.465,763.9l0.688,0.688l3.131-3.131l-1.689-1.689l-3.814,3.814
+ c0.031,0.105,0.074,0.209,0.137,0.305C498.35,763.469,499.037,763.473,499.465,763.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M498.056,764.057c-0.054-0.053-0.1-0.111-0.14-0.17c-0.005,0.004-0.012,0.008-0.018,0.014
+ L498.056,764.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M498.056,764.057c-0.054-0.053-0.1-0.111-0.14-0.17c-0.005,0.004-0.012,0.008-0.018,0.014
+ L498.056,764.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M498.056,764.057c-0.054-0.053-0.1-0.111-0.14-0.17c-0.005,0.004-0.012,0.008-0.018,0.014
+ L498.056,764.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M498.056,764.057c-0.054-0.053-0.1-0.111-0.14-0.17c-0.005,0.004-0.012,0.008-0.018,0.014
+ L498.056,764.057z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M498.056,764.057c-0.054-0.053-0.1-0.111-0.14-0.17c-0.005,0.004-0.012,0.008-0.018,0.014
+ L498.056,764.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M498.056,764.057c-0.054-0.053-0.1-0.111-0.14-0.17c-0.005,0.004-0.012,0.008-0.018,0.014
+ L498.056,764.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M498.056,764.057c-0.054-0.053-0.1-0.111-0.14-0.17c-0.005,0.004-0.012,0.008-0.018,0.014
+ L498.056,764.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M498.056,764.057c-0.054-0.053-0.1-0.111-0.14-0.17c-0.005,0.004-0.012,0.008-0.018,0.014
+ L498.056,764.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M499.465,763.9c-0.428-0.428-1.115-0.432-1.549-0.014c0.04,0.059,0.086,0.117,0.14,0.17
+ l0.03,0.029l1.283,1.285l0.783-0.783L499.465,763.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M499.465,763.9c-0.428-0.428-1.115-0.432-1.549-0.014c0.04,0.059,0.086,0.117,0.14,0.17
+ l0.03,0.029l1.283,1.285l0.783-0.783L499.465,763.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M499.465,763.9c-0.428-0.428-1.115-0.432-1.549-0.014c0.04,0.059,0.086,0.117,0.14,0.17
+ l0.03,0.029l1.283,1.285l0.783-0.783L499.465,763.9z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M499.465,763.9c-0.428-0.428-1.115-0.432-1.549-0.014c0.04,0.059,0.086,0.117,0.14,0.17
+ l0.03,0.029l1.283,1.285l0.783-0.783L499.465,763.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M499.465,763.9c-0.428-0.428-1.115-0.432-1.549-0.014c0.04,0.059,0.086,0.117,0.14,0.17
+ l0.03,0.029l1.283,1.285l0.783-0.783L499.465,763.9z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M499.465,763.9c-0.428-0.428-1.115-0.432-1.549-0.014c0.04,0.059,0.086,0.117,0.14,0.17
+ l0.03,0.029l1.283,1.285l0.783-0.783L499.465,763.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M499.465,763.9c-0.428-0.428-1.115-0.432-1.549-0.014c0.04,0.059,0.086,0.117,0.14,0.17
+ l0.03,0.029l1.283,1.285l0.783-0.783L499.465,763.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M499.465,763.9c-0.428-0.428-1.115-0.432-1.549-0.014c0.04,0.059,0.086,0.117,0.14,0.17
+ l0.03,0.029l1.283,1.285l0.783-0.783L499.465,763.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M499.465,763.9c-0.428-0.428-1.115-0.432-1.549-0.014c0.04,0.059,0.086,0.117,0.14,0.17
+ l0.03,0.029l1.283,1.285l0.783-0.783L499.465,763.9z"/>
+
+ <rect x="465.867" y="795.661" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -426.0722 563.8882)" opacity="0.4" fill="#FFF8B9" width="3.541" height="1.195"/>
+
+ <rect x="465.867" y="795.661" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -426.0722 563.8882)" opacity="0.4" fill="#FFF8B9" width="3.541" height="1.195"/>
+
+ <rect x="465.867" y="795.661" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -426.0722 563.8882)" opacity="0.4" fill="#FFF8B9" width="3.541" height="1.195"/>
+
+ <rect x="465.867" y="795.661" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -426.0722 563.8882)" opacity="0.4" fill="#FFF8B9" width="3.541" height="1.195"/>
+
+ <rect x="467.603" y="791.303" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -421.6962 565.623)" opacity="0.4" fill="#FFF8B9" width="8.784" height="1.194"/>
+
+ <rect x="467.603" y="791.303" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -421.6962 565.623)" opacity="0.4" fill="#FFF8B9" width="8.784" height="1.194"/>
+
+ <rect x="467.603" y="791.303" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -421.6962 565.623)" opacity="0.4" fill="#FFF8B9" width="8.784" height="1.194"/>
+
+ <rect x="467.603" y="791.303" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -421.6962 565.623)" opacity="0.4" fill="#FFF8B9" width="8.784" height="1.194"/>
+
+ <rect x="467.603" y="791.303" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -421.6962 565.623)" opacity="0.4" fill="#FFF8B9" width="8.784" height="1.194"/>
+
+ <rect x="466.196" y="793.644" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 234.9382 1688.0631)" opacity="0.4" fill="#FFF8B9" width="1.194" height="3.541"/>
+
+ <rect x="466.196" y="793.644" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 234.9382 1688.0631)" opacity="0.4" fill="#FFF8B9" width="1.194" height="3.541"/>
+
+ <rect x="466.196" y="793.644" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 234.9382 1688.0631)" opacity="0.5" fill="#D1E4B7" width="1.194" height="3.541"/>
+
+ <rect x="466.196" y="793.644" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 234.9382 1688.0631)" opacity="0.4" fill="#FFF8B9" width="1.194" height="3.541"/>
+
+ <rect x="466.196" y="793.644" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 234.9382 1688.0631)" opacity="0.4" fill="#FFF8B9" width="1.194" height="3.541"/>
+
+ <rect x="466.758" y="790.459" transform="matrix(0.707 -0.7072 0.7072 0.707 -421.3996 564.9888)" opacity="0.4" fill="#FFF8B9" width="8.785" height="1.193"/>
+
+ <rect x="466.758" y="790.459" transform="matrix(0.707 -0.7072 0.7072 0.707 -421.3996 564.9888)" opacity="0.4" fill="#FFF8B9" width="8.785" height="1.193"/>
+
+ <rect x="466.758" y="790.459" transform="matrix(0.707 -0.7072 0.7072 0.707 -421.3996 564.9888)" opacity="0.4" fill="#FFF8B9" width="8.785" height="1.193"/>
+
+ <rect x="466.758" y="790.459" transform="matrix(0.707 -0.7072 0.7072 0.707 -421.3996 564.9888)" opacity="0.5" fill="#D1E4B7" width="8.785" height="1.193"/>
+
+ <rect x="466.758" y="790.459" transform="matrix(0.707 -0.7072 0.7072 0.707 -421.3996 564.9888)" opacity="0.4" fill="#FFF8B9" width="8.785" height="1.193"/>
+
+ <rect x="466.758" y="790.459" transform="matrix(0.707 -0.7072 0.7072 0.707 -421.3996 564.9888)" opacity="0.4" fill="#FFF8B9" width="8.785" height="1.193"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M481.617,781.748c-0.054-0.055-0.1-0.113-0.141-0.174l-6.798,6.799l0.845,0.844l6.781-6.781
+ L481.617,781.748z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M481.617,781.748c-0.054-0.055-0.1-0.113-0.141-0.174l-6.798,6.799l0.845,0.844l6.781-6.781
+ L481.617,781.748z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M481.617,781.748c-0.054-0.055-0.1-0.113-0.141-0.174l-6.798,6.799l0.845,0.844l6.781-6.781
+ L481.617,781.748z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M481.617,781.748c-0.054-0.055-0.1-0.113-0.141-0.174l-6.798,6.799l0.845,0.844l6.781-6.781
+ L481.617,781.748z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M481.617,781.748c-0.054-0.055-0.1-0.113-0.141-0.174l-6.798,6.799l0.845,0.844l6.781-6.781
+ L481.617,781.748z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M481.617,781.748c-0.054-0.055-0.1-0.113-0.141-0.174l-6.798,6.799l0.845,0.844l6.781-6.781
+ L481.617,781.748z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M481.617,780.182l5.949-5.949l-0.219-0.219l-13.514,13.514l0.845,0.846l6.798-6.799
+ C481.191,781.145,481.238,780.559,481.617,780.182z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M481.617,780.182l5.949-5.949l-0.219-0.219l-13.514,13.514l0.845,0.846l6.798-6.799
+ C481.191,781.145,481.238,780.559,481.617,780.182z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M481.617,780.182l5.949-5.949l-0.219-0.219l-13.514,13.514l0.845,0.846l6.798-6.799
+ C481.191,781.145,481.238,780.559,481.617,780.182z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M481.617,780.182l5.949-5.949l-0.219-0.219l-13.514,13.514l0.845,0.846l6.798-6.799
+ C481.191,781.145,481.238,780.559,481.617,780.182z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M481.617,780.182l5.949-5.949l-0.219-0.219l-13.514,13.514l0.845,0.846l6.798-6.799
+ C481.191,781.145,481.238,780.559,481.617,780.182z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M481.617,780.182l5.949-5.949l-0.219-0.219l-13.514,13.514l0.845,0.846l6.798-6.799
+ C481.191,781.145,481.238,780.559,481.617,780.182z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M481.617,780.182l5.949-5.949l-0.219-0.219l-13.514,13.514l0.845,0.846l6.798-6.799
+ C481.191,781.145,481.238,780.559,481.617,780.182z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M481.477,781.574c0.041,0.061,0.087,0.119,0.141,0.174l0.688,0.688l6.732-6.732
+ l-0.845-0.844L481.477,781.574z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M481.477,781.574c0.041,0.061,0.087,0.119,0.141,0.174l0.688,0.688l6.732-6.732
+ l-0.845-0.844L481.477,781.574z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M481.477,781.574c0.041,0.061,0.087,0.119,0.141,0.174l0.688,0.688l6.732-6.732
+ l-0.845-0.844L481.477,781.574z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M481.477,781.574c0.041,0.061,0.087,0.119,0.141,0.174l0.688,0.688l6.732-6.732
+ l-0.845-0.844L481.477,781.574z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M481.477,781.574c0.041,0.061,0.087,0.119,0.141,0.174l0.688,0.688l6.732-6.732
+ l-0.845-0.844L481.477,781.574z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M481.477,781.574c0.041,0.061,0.087,0.119,0.141,0.174l0.688,0.688l6.732-6.732
+ l-0.845-0.844L481.477,781.574z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M481.477,781.574c0.041,0.061,0.087,0.119,0.141,0.174l0.688,0.688l6.732-6.732
+ l-0.845-0.844L481.477,781.574z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M487.566,774.232l-5.949,5.949c-0.379,0.377-0.426,0.963-0.141,1.393l6.716-6.715
+ L487.566,774.232z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M487.566,774.232l-5.949,5.949c-0.379,0.377-0.426,0.963-0.141,1.393l6.716-6.715
+ L487.566,774.232z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M487.566,774.232l-5.949,5.949c-0.379,0.377-0.426,0.963-0.141,1.393l6.716-6.715
+ L487.566,774.232z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M487.566,774.232l-5.949,5.949c-0.379,0.377-0.426,0.963-0.141,1.393l6.716-6.715
+ L487.566,774.232z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M487.566,774.232l-5.949,5.949c-0.379,0.377-0.426,0.963-0.141,1.393l6.716-6.715
+ L487.566,774.232z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M487.566,774.232l-5.949,5.949c-0.379,0.377-0.426,0.963-0.141,1.393l6.716-6.715
+ L487.566,774.232z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M487.566,774.232l-5.949,5.949c-0.379,0.377-0.426,0.963-0.141,1.393l6.716-6.715
+ L487.566,774.232z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M487.566,774.232l-5.949,5.949c-0.379,0.377-0.426,0.963-0.141,1.393l6.716-6.715
+ L487.566,774.232z"/>
+
+ <rect x="510.076" y="747.393" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1407.5785 914.1367)" opacity="0.4" fill="#FFF8B9" width="8.778" height="2.388"/>
+
+ <rect x="510.076" y="747.393" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1407.5785 914.1367)" opacity="0.4" fill="#FFF8B9" width="8.778" height="2.388"/>
+
+ <rect x="510.076" y="747.393" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1407.5785 914.1367)" opacity="0.4" fill="#FFF8B9" width="8.778" height="2.388"/>
+
+ <rect x="510.076" y="747.393" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1407.5785 914.1367)" opacity="0.5" fill="#D1E4B7" width="8.778" height="2.388"/>
+
+ <rect x="510.076" y="747.393" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1407.5785 914.1367)" opacity="0.4" fill="#FFF8B9" width="8.778" height="2.388"/>
+
+ <rect x="510.076" y="747.393" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1407.5785 914.1367)" opacity="0.2" fill="#FFF6A3" width="8.778" height="2.388"/>
+
+ <rect x="510.076" y="747.393" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1407.5785 914.1367)" opacity="0.4" fill="#FFF8B9" width="8.778" height="2.388"/>
+
+ <rect x="500.591" y="754.957" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1400.0032 932.4474)" opacity="0.4" fill="#FFF8B9" width="12.618" height="2.389"/>
+
+ <rect x="500.591" y="754.957" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1400.0032 932.4474)" opacity="0.4" fill="#FFF8B9" width="12.618" height="2.389"/>
+
+ <rect x="500.591" y="754.957" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1400.0032 932.4474)" opacity="0.4" fill="#FFF8B9" width="12.618" height="2.389"/>
+
+ <rect x="500.591" y="754.957" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1400.0032 932.4474)" opacity="0.5" fill="#D1E4B7" width="12.618" height="2.389"/>
+
+ <rect x="500.591" y="754.957" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1400.0032 932.4474)" opacity="0.4" fill="#FFF8B9" width="12.618" height="2.389"/>
+
+ <rect x="500.591" y="754.957" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1400.0032 932.4474)" opacity="0.4" fill="#FFF8B9" width="12.618" height="2.389"/>
+
+ <rect x="500.591" y="754.957" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1400.0032 932.4474)" opacity="0.2" fill="#FFF6A3" width="12.618" height="2.389"/>
+
+ <rect x="500.591" y="754.957" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1400.0032 932.4474)" opacity="0.4" fill="#FFF8B9" width="12.618" height="2.389"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M464.348,808.66c-0.269,0.268-0.479,0.494-0.469,0.506l1.736,1.736
+ c0.011,0.01,0.237-0.199,0.506-0.469l6.594-6.594l-1.774-1.773L464.348,808.66z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M464.348,808.66c-0.269,0.268-0.479,0.494-0.469,0.506l1.736,1.736
+ c0.011,0.01,0.237-0.199,0.506-0.469l6.594-6.594l-1.774-1.773L464.348,808.66z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M464.348,808.66c-0.269,0.268-0.479,0.494-0.469,0.506l1.736,1.736
+ c0.011,0.01,0.237-0.199,0.506-0.469l6.594-6.594l-1.774-1.773L464.348,808.66z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M534.413,742.145c0.269-0.27,0.478-0.495,0.467-0.506l-1.736-1.736
+ c-0.01-0.01-0.235,0.199-0.504,0.467l-6.906,6.906l1.773,1.774L534.413,742.145z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M534.413,742.145c0.269-0.27,0.478-0.495,0.467-0.506l-1.736-1.736
+ c-0.01-0.01-0.235,0.199-0.504,0.467l-6.906,6.906l1.773,1.774L534.413,742.145z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M534.413,742.145c0.269-0.27,0.478-0.495,0.467-0.506l-1.736-1.736
+ c-0.01-0.01-0.235,0.199-0.504,0.467l-6.906,6.906l1.773,1.774L534.413,742.145z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M534.413,742.145c0.269-0.27,0.478-0.495,0.467-0.506l-1.736-1.736
+ c-0.01-0.01-0.235,0.199-0.504,0.467l-6.906,6.906l1.773,1.774L534.413,742.145z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M494.769,778.615c-0.065-0.064-0.119-0.137-0.164-0.213l-1.435,1.434l1.774,1.775
+ l1.409-1.41L494.769,778.615z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M494.769,778.615c-0.065-0.064-0.119-0.137-0.164-0.213l-1.435,1.434l1.774,1.775
+ l1.409-1.41L494.769,778.615z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M494.769,778.615c-0.065-0.064-0.119-0.137-0.164-0.213l-1.435,1.434l1.774,1.775
+ l1.409-1.41L494.769,778.615z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M494.769,778.615c-0.065-0.064-0.119-0.137-0.164-0.213l-1.435,1.434l1.774,1.775
+ l1.409-1.41L494.769,778.615z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M494.769,778.615c-0.065-0.064-0.119-0.137-0.164-0.213l-1.435,1.434l1.774,1.775
+ l1.409-1.41L494.769,778.615z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M494.769,778.615c-0.065-0.064-0.119-0.137-0.164-0.213l-1.435,1.434l1.774,1.775
+ l1.409-1.41L494.769,778.615z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M498.494,774.514l-3.89,3.889c0.045,0.076,0.099,0.148,0.164,0.213l1.585,1.586l3.914-3.914
+ L498.494,774.514z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M498.494,774.514l-3.89,3.889c0.045,0.076,0.099,0.148,0.164,0.213l1.585,1.586l3.914-3.914
+ L498.494,774.514z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M498.494,774.514l-3.89,3.889c0.045,0.076,0.099,0.148,0.164,0.213l1.585,1.586l3.914-3.914
+ L498.494,774.514z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M498.494,774.514l-3.89,3.889c0.045,0.076,0.099,0.148,0.164,0.213l1.585,1.586l3.914-3.914
+ L498.494,774.514z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M498.494,774.514l-3.89,3.889c0.045,0.076,0.099,0.148,0.164,0.213l1.585,1.586l3.914-3.914
+ L498.494,774.514z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M498.494,774.514l-3.89,3.889c0.045,0.076,0.099,0.148,0.164,0.213l1.585,1.586l3.914-3.914
+ L498.494,774.514z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M498.494,774.514l-3.89,3.889c0.045,0.076,0.099,0.148,0.164,0.213l1.585,1.586l3.914-3.914
+ L498.494,774.514z"/>
+
+ <rect x="500.631" y="769.353" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 310.2521 1674.3016)" opacity="0.4" fill="#FFF8B9" width="2.508" height="7.084"/>
+
+ <rect x="500.631" y="769.353" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 310.2521 1674.3016)" opacity="0.4" fill="#FFF8B9" width="2.508" height="7.084"/>
+
+ <rect x="500.631" y="769.353" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 310.2521 1674.3016)" opacity="0.4" fill="#FFF8B9" width="2.508" height="7.084"/>
+
+ <rect x="500.631" y="769.353" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 310.2521 1674.3016)" opacity="0.4" fill="#FFF8B9" width="2.508" height="7.084"/>
+
+ <rect x="500.631" y="769.353" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 310.2521 1674.3016)" opacity="0.2" fill="#FFF6A3" width="2.508" height="7.084"/>
+
+ <rect x="500.631" y="769.353" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 310.2521 1674.3016)" opacity="0.4" fill="#FFF8B9" width="2.508" height="7.084"/>
+
+ <rect x="500.631" y="769.353" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 310.2521 1674.3016)" opacity="0.4" fill="#FFF8B9" width="2.508" height="7.084"/>
+
+ <rect x="500.631" y="769.353" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 310.2521 1674.3016)" opacity="0.2" fill="#FFF6A3" width="2.508" height="7.084"/>
+
+ <rect x="523.597" y="748.161" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1426.8069 907.6643)" opacity="0.4" fill="#FFF8B9" width="3.542" height="2.509"/>
+
+ <rect x="523.597" y="748.161" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1426.8069 907.6643)" opacity="0.4" fill="#FFF8B9" width="3.542" height="2.509"/>
+
+ <rect x="523.597" y="748.161" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1426.8069 907.6643)" opacity="0.5" fill="#D1E4B7" width="3.542" height="2.509"/>
+
+ <rect x="523.597" y="748.161" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1426.8069 907.6643)" opacity="0.4" fill="#FFF8B9" width="3.542" height="2.509"/>
+
+ <rect x="523.597" y="748.161" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1426.8069 907.6643)" opacity="0.2" fill="#FFF6A3" width="3.542" height="2.509"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M524.207,752.121c0.052,0.053,0.012,0.178-0.09,0.277l-6.023,6.024l0.021,0.02l6.889-6.888
+ l-1.774-1.775l-0.682,0.682L524.207,752.121z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M524.207,752.121c0.052,0.053,0.012,0.178-0.09,0.277l-6.023,6.024l0.021,0.02l6.889-6.888
+ l-1.774-1.775l-0.682,0.682L524.207,752.121z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M524.207,752.121c0.052,0.053,0.012,0.178-0.09,0.277l-6.023,6.024l0.021,0.02l6.889-6.888
+ l-1.774-1.775l-0.682,0.682L524.207,752.121z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M524.207,752.121c0.052,0.053,0.012,0.178-0.09,0.277l-6.023,6.024l0.021,0.02l6.889-6.888
+ l-1.774-1.775l-0.682,0.682L524.207,752.121z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M524.207,752.121c0.052,0.053,0.012,0.178-0.09,0.277l-6.023,6.024l0.021,0.02l6.889-6.888
+ l-1.774-1.775l-0.682,0.682L524.207,752.121z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M524.207,752.121c0.052,0.053,0.012,0.178-0.09,0.277l-6.023,6.024l0.021,0.02l6.889-6.888
+ l-1.774-1.775l-0.682,0.682L524.207,752.121z"/>
+
+ <rect x="516.132" y="757.621" transform="matrix(-0.6905 -0.7234 0.7234 -0.6905 322.503 1658.7756)" opacity="0.4" fill="#FFF8B9" width="0.03" height="5.535"/>
+
+ <rect x="516.132" y="757.621" transform="matrix(-0.6905 -0.7234 0.7234 -0.6905 322.503 1658.7756)" opacity="0.4" fill="#FFF8B9" width="0.03" height="5.535"/>
+
+ <rect x="516.132" y="757.621" transform="matrix(-0.6905 -0.7234 0.7234 -0.6905 322.503 1658.7756)" opacity="0.4" fill="#FFF8B9" width="0.03" height="5.535"/>
+
+ <rect x="516.132" y="757.621" transform="matrix(-0.6905 -0.7234 0.7234 -0.6905 322.503 1658.7756)" opacity="0.5" fill="#D1E4B7" width="0.03" height="5.535"/>
+
+ <rect x="516.132" y="757.621" transform="matrix(-0.6905 -0.7234 0.7234 -0.6905 322.503 1658.7756)" opacity="0.4" fill="#FFF8B9" width="0.03" height="5.535"/>
+
+ <rect x="516.132" y="757.621" transform="matrix(-0.6905 -0.7234 0.7234 -0.6905 322.503 1658.7756)" opacity="0.4" fill="#FFF8B9" width="0.03" height="5.535"/>
+
+ <rect x="516.132" y="757.621" transform="matrix(-0.6905 -0.7234 0.7234 -0.6905 322.503 1658.7756)" opacity="0.2" fill="#FFF6A3" width="0.03" height="5.535"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M509.077,767.25l0.113,0.113l5.01-5.008l-0.021-0.021l-4.825,4.826
+ C509.253,767.262,509.129,767.303,509.077,767.25z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M509.077,767.25l0.113,0.113l5.01-5.008l-0.021-0.021l-4.825,4.826
+ C509.253,767.262,509.129,767.303,509.077,767.25z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M509.077,767.25l0.113,0.113l5.01-5.008l-0.021-0.021l-4.825,4.826
+ C509.253,767.262,509.129,767.303,509.077,767.25z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M509.077,767.25l0.113,0.113l5.01-5.008l-0.021-0.021l-4.825,4.826
+ C509.253,767.262,509.129,767.303,509.077,767.25z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M509.077,767.25l0.113,0.113l5.01-5.008l-0.021-0.021l-4.825,4.826
+ C509.253,767.262,509.129,767.303,509.077,767.25z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M509.077,767.25l0.113,0.113l5.01-5.008l-0.021-0.021l-4.825,4.826
+ C509.253,767.262,509.129,767.303,509.077,767.25z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M509.077,767.25l0.113,0.113l5.01-5.008l-0.021-0.021l-4.825,4.826
+ C509.253,767.262,509.129,767.303,509.077,767.25z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M509.077,767.25l0.113,0.113l5.01-5.008l-0.021-0.021l-4.825,4.826
+ C509.253,767.262,509.129,767.303,509.077,767.25z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="507.417,765.59 504.286,768.721 506.06,770.494 509.19,767.363 509.077,767.25
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="507.417,765.59 504.286,768.721 506.06,770.494 509.19,767.363 509.077,767.25
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="507.417,765.59 504.286,768.721 506.06,770.494 509.19,767.363 509.077,767.25
+ "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="507.417,765.59 504.286,768.721 506.06,770.494 509.19,767.363 509.077,767.25
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="507.417,765.59 504.286,768.721 506.06,770.494 509.19,767.363 509.077,767.25
+ "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="507.417,765.59 504.286,768.721 506.06,770.494 509.19,767.363 509.077,767.25
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="507.417,765.59 504.286,768.721 506.06,770.494 509.19,767.363 509.077,767.25
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="507.417,765.59 504.286,768.721 506.06,770.494 509.19,767.363 509.077,767.25
+ "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="507.417,765.59 504.286,768.721 506.06,770.494 509.19,767.363 509.077,767.25
+ "/>
+
+ <rect x="504.227" y="768.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1406.187 957.5363)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.508"/>
+
+ <rect x="504.227" y="768.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1406.187 957.5363)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.508"/>
+
+ <rect x="504.227" y="768.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1406.187 957.5363)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.508"/>
+
+ <rect x="504.227" y="768.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1406.187 957.5363)" opacity="0.5" fill="#D1E4B7" width="1.108" height="2.508"/>
+
+ <rect x="504.227" y="768.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1406.187 957.5363)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.508"/>
+
+ <rect x="504.227" y="768.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1406.187 957.5363)" opacity="0.2" fill="#FFF6A3" width="1.108" height="2.508"/>
+
+ <rect x="504.227" y="768.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1406.187 957.5363)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.508"/>
+
+ <rect x="504.227" y="768.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1406.187 957.5363)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.508"/>
+
+ <rect x="504.227" y="768.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1406.187 957.5363)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.508"/>
+
+ <rect x="504.227" y="768.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1406.187 957.5363)" opacity="0.2" fill="#FFF6A3" width="1.108" height="2.508"/>
+
+ <rect x="471.309" y="800.447" transform="matrix(0.7072 -0.707 0.707 0.7072 -428.281 569.1553)" opacity="0.4" fill="#FFF8B9" width="3.542" height="2.509"/>
+
+ <rect x="471.309" y="800.447" transform="matrix(0.7072 -0.707 0.707 0.7072 -428.281 569.1553)" opacity="0.4" fill="#FFF8B9" width="3.542" height="2.509"/>
+
+ <rect x="471.309" y="800.447" transform="matrix(0.7072 -0.707 0.707 0.7072 -428.281 569.1553)" opacity="0.4" fill="#FFF8B9" width="3.542" height="2.509"/>
+
+ <rect x="471.309" y="800.447" transform="matrix(0.7072 -0.707 0.707 0.7072 -428.281 569.1553)" opacity="0.2" fill="#FFF6A3" width="3.542" height="2.509"/>
+
+ <rect x="476.184" y="792.952" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 251.4785 1698.8127)" opacity="0.4" fill="#FFF8B9" width="2.509" height="8.784"/>
+
+ <rect x="476.184" y="792.952" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 251.4785 1698.8127)" opacity="0.4" fill="#FFF8B9" width="2.509" height="8.784"/>
+
+ <rect x="476.184" y="792.952" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 251.4785 1698.8127)" opacity="0.4" fill="#FFF8B9" width="2.509" height="8.784"/>
+
+ <rect x="476.184" y="792.952" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 251.4785 1698.8127)" opacity="0.4" fill="#FFF8B9" width="2.509" height="8.784"/>
+
+ <rect x="476.184" y="792.952" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 251.4785 1698.8127)" opacity="0.2" fill="#FFF6A3" width="2.509" height="8.784"/>
+
+ <rect x="482.68" y="786.053" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 267.1614 1692.3142)" opacity="0.4" fill="#FFF8B9" width="2.509" height="9.59"/>
+
+ <rect x="482.68" y="786.053" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 267.1614 1692.3142)" opacity="0.4" fill="#FFF8B9" width="2.509" height="9.59"/>
+
+ <rect x="482.68" y="786.053" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 267.1614 1692.3142)" opacity="0.4" fill="#FFF8B9" width="2.509" height="9.59"/>
+
+ <rect x="482.68" y="786.053" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 267.1614 1692.3142)" opacity="0.2" fill="#FFF6A3" width="2.509" height="9.59"/>
+
+ <rect x="482.68" y="786.053" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 267.1614 1692.3142)" opacity="0.4" fill="#FFF8B9" width="2.509" height="9.59"/>
+
+ <rect x="482.68" y="786.053" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 267.1614 1692.3142)" opacity="0.2" fill="#FFF6A3" width="2.509" height="9.59"/>
+
+ <rect x="485.931" y="782.835" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -410.7302 576.6909)" opacity="0.4" fill="#FFF8B9" width="9.52" height="2.509"/>
+
+ <rect x="485.931" y="782.835" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -410.7302 576.6909)" opacity="0.4" fill="#FFF8B9" width="9.52" height="2.509"/>
+
+ <rect x="485.931" y="782.835" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -410.7302 576.6909)" opacity="0.4" fill="#FFF8B9" width="9.52" height="2.509"/>
+
+ <rect x="485.931" y="782.835" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -410.7302 576.6909)" opacity="0.2" fill="#FFF6A3" width="9.52" height="2.509"/>
+
+ <rect x="485.931" y="782.835" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -410.7302 576.6909)" opacity="0.4" fill="#FFF8B9" width="9.52" height="2.509"/>
+
+ <rect x="485.931" y="782.835" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -410.7302 576.6909)" opacity="0.4" fill="#FFF8B9" width="9.52" height="2.509"/>
+
+ <rect x="485.931" y="782.835" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -410.7302 576.6909)" opacity="0.2" fill="#FFF6A3" width="9.52" height="2.509"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M518.094,758.423l6.023-6.024c0.102-0.1,0.142-0.225,0.09-0.277l-1.66-1.66l-6.207,6.209
+ L518.094,758.423z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M518.094,758.423l6.023-6.024c0.102-0.1,0.142-0.225,0.09-0.277l-1.66-1.66l-6.207,6.209
+ L518.094,758.423z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M518.094,758.423l6.023-6.024c0.102-0.1,0.142-0.225,0.09-0.277l-1.66-1.66l-6.207,6.209
+ L518.094,758.423z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M518.094,758.423l6.023-6.024c0.102-0.1,0.142-0.225,0.09-0.277l-1.66-1.66l-6.207,6.209
+ L518.094,758.423z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M518.094,758.423l6.023-6.024c0.102-0.1,0.142-0.225,0.09-0.277l-1.66-1.66l-6.207,6.209
+ L518.094,758.423z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M518.094,758.423l6.023-6.024c0.102-0.1,0.142-0.225,0.09-0.277l-1.66-1.66l-6.207,6.209
+ L518.094,758.423z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M518.094,758.423l6.023-6.024c0.102-0.1,0.142-0.225,0.09-0.277l-1.66-1.66l-6.207,6.209
+ L518.094,758.423z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M512.401,760.605c0.075,0.045,0.147,0.098,0.213,0.164l1.565,1.564l3.914-3.911
+ l-1.754-1.753L512.401,760.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M512.401,760.605c0.075,0.045,0.147,0.098,0.213,0.164l1.565,1.564l3.914-3.911
+ l-1.754-1.753L512.401,760.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M512.401,760.605c0.075,0.045,0.147,0.098,0.213,0.164l1.565,1.564l3.914-3.911
+ l-1.754-1.753L512.401,760.605z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M512.401,760.605c0.075,0.045,0.147,0.098,0.213,0.164l1.565,1.564l3.914-3.911
+ l-1.754-1.753L512.401,760.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M512.401,760.605c0.075,0.045,0.147,0.098,0.213,0.164l1.565,1.564l3.914-3.911
+ l-1.754-1.753L512.401,760.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M512.401,760.605c0.075,0.045,0.147,0.098,0.213,0.164l1.565,1.564l3.914-3.911
+ l-1.754-1.753L512.401,760.605z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M512.401,760.605c0.075,0.045,0.147,0.098,0.213,0.164l1.565,1.564l3.914-3.911
+ l-1.754-1.753L512.401,760.605z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M512.401,760.605c0.075,0.045,0.147,0.098,0.213,0.164l1.565,1.564l3.914-3.911
+ l-1.754-1.753L512.401,760.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M512.401,760.605l-4.984,4.984l1.66,1.66c0.052,0.053,0.176,0.012,0.277-0.09l4.825-4.826
+ l-1.565-1.564C512.549,760.703,512.477,760.65,512.401,760.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M512.401,760.605l-4.984,4.984l1.66,1.66c0.052,0.053,0.176,0.012,0.277-0.09l4.825-4.826
+ l-1.565-1.564C512.549,760.703,512.477,760.65,512.401,760.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M512.401,760.605l-4.984,4.984l1.66,1.66c0.052,0.053,0.176,0.012,0.277-0.09l4.825-4.826
+ l-1.565-1.564C512.549,760.703,512.477,760.65,512.401,760.605z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M512.401,760.605l-4.984,4.984l1.66,1.66c0.052,0.053,0.176,0.012,0.277-0.09l4.825-4.826
+ l-1.565-1.564C512.549,760.703,512.477,760.65,512.401,760.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M512.401,760.605l-4.984,4.984l1.66,1.66c0.052,0.053,0.176,0.012,0.277-0.09l4.825-4.826
+ l-1.565-1.564C512.549,760.703,512.477,760.65,512.401,760.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M512.401,760.605l-4.984,4.984l1.66,1.66c0.052,0.053,0.176,0.012,0.277-0.09l4.825-4.826
+ l-1.565-1.564C512.549,760.703,512.477,760.65,512.401,760.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M512.401,760.605l-4.984,4.984l1.66,1.66c0.052,0.053,0.176,0.012,0.277-0.09l4.825-4.826
+ l-1.565-1.564C512.549,760.703,512.477,760.65,512.401,760.605z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M512.401,760.605l-4.984,4.984l1.66,1.66c0.052,0.053,0.176,0.012,0.277-0.09l4.825-4.826
+ l-1.565-1.564C512.549,760.703,512.477,760.65,512.401,760.605z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M512.401,760.605l-4.984,4.984l1.66,1.66c0.052,0.053,0.176,0.012,0.277-0.09l4.825-4.826
+ l-1.565-1.564C512.549,760.703,512.477,760.65,512.401,760.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M566.205,723.149c0.278-0.279,0.492-0.519,0.478-0.533l-2.456-2.456
+ c-0.015-0.015-0.254,0.199-0.532,0.479l-1.615,1.614l2.511,2.511L566.205,723.149z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M566.205,723.149c0.278-0.279,0.492-0.519,0.478-0.533l-2.456-2.456
+ c-0.015-0.015-0.254,0.199-0.532,0.479l-1.615,1.614l2.511,2.511L566.205,723.149z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M566.205,723.149c0.278-0.279,0.492-0.519,0.478-0.533l-2.456-2.456
+ c-0.015-0.015-0.254,0.199-0.532,0.479l-1.615,1.614l2.511,2.511L566.205,723.149z"/>
+
+ <rect x="526.295" y="737.075" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1457.9249 873.8215)" opacity="0.4" fill="#FFF8B9" width="43.394" height="3.551"/>
+
+ <rect x="526.295" y="737.075" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1457.9249 873.8215)" opacity="0.4" fill="#FFF8B9" width="43.394" height="3.551"/>
+
+ <rect x="526.295" y="737.075" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1457.9249 873.8215)" opacity="0.5" fill="#D1E4B7" width="43.394" height="3.551"/>
+
+ <rect x="526.295" y="737.075" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1457.9249 873.8215)" opacity="0.5" fill="#D1E4B7" width="43.394" height="3.551"/>
+
+ <rect x="499.016" y="785.052" transform="matrix(-0.707 -0.7072 0.7072 -0.707 298.9079 1695.9435)" opacity="0.4" fill="#FFF8B9" width="3.551" height="1.994"/>
+
+ <rect x="499.016" y="785.052" transform="matrix(-0.707 -0.7072 0.7072 -0.707 298.9079 1695.9435)" opacity="0.4" fill="#FFF8B9" width="3.551" height="1.994"/>
+
+ <rect x="499.016" y="785.052" transform="matrix(-0.707 -0.7072 0.7072 -0.707 298.9079 1695.9435)" opacity="0.4" fill="#FFF8B9" width="3.551" height="1.994"/>
+
+ <rect x="499.016" y="785.052" transform="matrix(-0.707 -0.7072 0.7072 -0.707 298.9079 1695.9435)" opacity="0.2" fill="#FFF6A3" width="3.551" height="1.994"/>
+
+ <rect x="499.016" y="785.052" transform="matrix(-0.707 -0.7072 0.7072 -0.707 298.9079 1695.9435)" opacity="0.4" fill="#FFF8B9" width="3.551" height="1.994"/>
+
+ <rect x="499.016" y="785.052" transform="matrix(-0.707 -0.7072 0.7072 -0.707 298.9079 1695.9435)" opacity="0.5" fill="#D1E4B7" width="3.551" height="1.994"/>
+
+ <rect x="504.182" y="774.572" transform="matrix(-0.707 -0.7072 0.7072 -0.707 311.3805 1690.7771)" opacity="0.4" fill="#FFF8B9" width="3.551" height="12.62"/>
+
+ <rect x="504.182" y="774.572" transform="matrix(-0.707 -0.7072 0.7072 -0.707 311.3805 1690.7771)" opacity="0.4" fill="#FFF8B9" width="3.551" height="12.62"/>
+
+ <rect x="504.182" y="774.572" transform="matrix(-0.707 -0.7072 0.7072 -0.707 311.3805 1690.7771)" opacity="0.4" fill="#FFF8B9" width="3.551" height="12.62"/>
+
+ <rect x="504.182" y="774.572" transform="matrix(-0.707 -0.7072 0.7072 -0.707 311.3805 1690.7771)" opacity="0.2" fill="#FFF6A3" width="3.551" height="12.62"/>
+
+ <rect x="504.182" y="774.572" transform="matrix(-0.707 -0.7072 0.7072 -0.707 311.3805 1690.7771)" opacity="0.4" fill="#FFF8B9" width="3.551" height="12.62"/>
+
+ <rect x="504.182" y="774.572" transform="matrix(-0.707 -0.7072 0.7072 -0.707 311.3805 1690.7771)" opacity="0.4" fill="#FFF8B9" width="3.551" height="12.62"/>
+
+ <rect x="504.182" y="774.572" transform="matrix(-0.707 -0.7072 0.7072 -0.707 311.3805 1690.7771)" opacity="0.5" fill="#D1E4B7" width="3.551" height="12.62"/>
+
+ <rect x="529.622" y="753.673" transform="matrix(-0.707 -0.7072 0.7072 -0.707 372.7962 1665.3484)" opacity="0.4" fill="#FFF8B9" width="3.551" height="3.542"/>
+
+ <rect x="529.622" y="753.673" transform="matrix(-0.707 -0.7072 0.7072 -0.707 372.7962 1665.3484)" opacity="0.4" fill="#FFF8B9" width="3.551" height="3.542"/>
+
+ <rect x="529.622" y="753.673" transform="matrix(-0.707 -0.7072 0.7072 -0.707 372.7962 1665.3484)" opacity="0.5" fill="#D1E4B7" width="3.551" height="3.542"/>
+
+ <rect x="529.622" y="753.673" transform="matrix(-0.707 -0.7072 0.7072 -0.707 372.7962 1665.3484)" opacity="0.4" fill="#FFF8B9" width="3.551" height="3.542"/>
+
+ <rect x="529.622" y="753.673" transform="matrix(-0.707 -0.7072 0.7072 -0.707 372.7962 1665.3484)" opacity="0.5" fill="#D1E4B7" width="3.551" height="3.542"/>
+
+ <rect x="517.107" y="760.322" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1434.6643 930.0138)" opacity="0.4" fill="#FFF8B9" width="15.276" height="3.551"/>
+
+ <rect x="517.107" y="760.322" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1434.6643 930.0138)" opacity="0.4" fill="#FFF8B9" width="15.276" height="3.551"/>
+
+ <rect x="517.107" y="760.322" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1434.6643 930.0138)" opacity="0.4" fill="#FFF8B9" width="15.276" height="3.551"/>
+
+ <rect x="517.107" y="760.322" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1434.6643 930.0138)" opacity="0.5" fill="#D1E4B7" width="15.276" height="3.551"/>
+
+ <rect x="517.107" y="760.322" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1434.6643 930.0138)" opacity="0.4" fill="#FFF8B9" width="15.276" height="3.551"/>
+
+ <rect x="517.107" y="760.322" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1434.6643 930.0138)" opacity="0.5" fill="#D1E4B7" width="15.276" height="3.551"/>
+
+ <rect x="515.063" y="766.461" transform="matrix(-0.7072 -0.707 0.707 -0.7072 338.001 1679.9719)" opacity="0.4" fill="#FFF8B9" width="3.55" height="7.083"/>
+
+ <rect x="515.063" y="766.461" transform="matrix(-0.7072 -0.707 0.707 -0.7072 338.001 1679.9719)" opacity="0.4" fill="#FFF8B9" width="3.55" height="7.083"/>
+
+ <rect x="515.063" y="766.461" transform="matrix(-0.7072 -0.707 0.707 -0.7072 338.001 1679.9719)" opacity="0.4" fill="#FFF8B9" width="3.55" height="7.083"/>
+
+ <rect x="515.063" y="766.461" transform="matrix(-0.7072 -0.707 0.707 -0.7072 338.001 1679.9719)" opacity="0.5" fill="#D1E4B7" width="3.55" height="7.083"/>
+
+ <rect x="515.063" y="766.461" transform="matrix(-0.7072 -0.707 0.707 -0.7072 338.001 1679.9719)" opacity="0.4" fill="#FFF8B9" width="3.55" height="7.083"/>
+
+ <rect x="515.063" y="766.461" transform="matrix(-0.7072 -0.707 0.707 -0.7072 338.001 1679.9719)" opacity="0.4" fill="#FFF8B9" width="3.55" height="7.083"/>
+
+ <rect x="515.063" y="766.461" transform="matrix(-0.7072 -0.707 0.707 -0.7072 338.001 1679.9719)" opacity="0.5" fill="#D1E4B7" width="3.55" height="7.083"/>
+
+ <rect x="510.554" y="772.297" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1422.7015 958.8423)" opacity="0.4" fill="#FFF8B9" width="4.428" height="3.55"/>
+
+ <rect x="510.554" y="772.297" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1422.7015 958.8423)" opacity="0.4" fill="#FFF8B9" width="4.428" height="3.55"/>
+
+ <rect x="510.554" y="772.297" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1422.7015 958.8423)" opacity="0.4" fill="#FFF8B9" width="4.428" height="3.55"/>
+
+ <rect x="510.554" y="772.297" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1422.7015 958.8423)" opacity="0.5" fill="#D1E4B7" width="4.428" height="3.55"/>
+
+ <rect x="510.554" y="772.297" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1422.7015 958.8423)" opacity="0.2" fill="#FFF6A3" width="4.428" height="3.55"/>
+
+ <rect x="510.554" y="772.297" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1422.7015 958.8423)" opacity="0.4" fill="#FFF8B9" width="4.428" height="3.55"/>
+
+ <rect x="510.554" y="772.297" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1422.7015 958.8423)" opacity="0.4" fill="#FFF8B9" width="4.428" height="3.55"/>
+
+ <rect x="510.554" y="772.297" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1422.7015 958.8423)" opacity="0.5" fill="#D1E4B7" width="4.428" height="3.55"/>
+
+ <rect x="509.036" y="775.475" transform="matrix(-0.7072 -0.707 0.707 -0.7072 323.4505 1685.9993)" opacity="0.4" fill="#FFF8B9" width="3.55" height="1.108"/>
+
+ <rect x="509.036" y="775.475" transform="matrix(-0.7072 -0.707 0.707 -0.7072 323.4505 1685.9993)" opacity="0.4" fill="#FFF8B9" width="3.55" height="1.108"/>
+
+ <rect x="509.036" y="775.475" transform="matrix(-0.7072 -0.707 0.707 -0.7072 323.4505 1685.9993)" opacity="0.4" fill="#FFF8B9" width="3.55" height="1.108"/>
+
+ <rect x="509.036" y="775.475" transform="matrix(-0.7072 -0.707 0.707 -0.7072 323.4505 1685.9993)" opacity="0.5" fill="#D1E4B7" width="3.55" height="1.108"/>
+
+ <rect x="509.036" y="775.475" transform="matrix(-0.7072 -0.707 0.707 -0.7072 323.4505 1685.9993)" opacity="0.2" fill="#FFF6A3" width="3.55" height="1.108"/>
+
+ <rect x="509.036" y="775.475" transform="matrix(-0.7072 -0.707 0.707 -0.7072 323.4505 1685.9993)" opacity="0.4" fill="#FFF8B9" width="3.55" height="1.108"/>
+
+ <rect x="509.036" y="775.475" transform="matrix(-0.7072 -0.707 0.707 -0.7072 323.4505 1685.9993)" opacity="0.4" fill="#FFF8B9" width="3.55" height="1.108"/>
+
+ <rect x="509.036" y="775.475" transform="matrix(-0.7072 -0.707 0.707 -0.7072 323.4505 1685.9993)" opacity="0.4" fill="#FFF8B9" width="3.55" height="1.108"/>
+
+ <rect x="509.036" y="775.475" transform="matrix(-0.7072 -0.707 0.707 -0.7072 323.4505 1685.9993)" opacity="0.5" fill="#D1E4B7" width="3.55" height="1.108"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M492.725,791.607c-0.28,0.279-0.493,0.518-0.479,0.531l2.456,2.457
+ c0.015,0.014,0.253-0.197,0.533-0.479l6.107-6.107l-2.511-2.512L492.725,791.607z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M492.725,791.607c-0.28,0.279-0.493,0.518-0.479,0.531l2.456,2.457
+ c0.015,0.014,0.253-0.197,0.533-0.479l6.107-6.107l-2.511-2.512L492.725,791.607z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M492.725,791.607c-0.28,0.279-0.493,0.518-0.479,0.531l2.456,2.457
+ c0.015,0.014,0.253-0.197,0.533-0.479l6.107-6.107l-2.511-2.512L492.725,791.607z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M492.725,791.607c-0.28,0.279-0.493,0.518-0.479,0.531l2.456,2.457
+ c0.015,0.014,0.253-0.197,0.533-0.479l6.107-6.107l-2.511-2.512L492.725,791.607z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M492.725,791.607c-0.28,0.279-0.493,0.518-0.479,0.531l2.456,2.457
+ c0.015,0.014,0.253-0.197,0.533-0.479l6.107-6.107l-2.511-2.512L492.725,791.607z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M492.725,791.607c-0.28,0.279-0.493,0.518-0.479,0.531l2.456,2.457
+ c0.015,0.014,0.253-0.197,0.533-0.479l6.107-6.107l-2.511-2.512L492.725,791.607z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M492.725,791.607c-0.28,0.279-0.493,0.518-0.479,0.531l2.456,2.457
+ c0.015,0.014,0.253-0.197,0.533-0.479l6.107-6.107l-2.511-2.512L492.725,791.607z"/>
+ </g>
+
+ <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="-659.7529" y1="314.96" x2="1129.7949" y2="314.96" gradientTransform="matrix(-1 0 0 -1 1422.6152 1132.0078)">
+ <stop offset="0" style="stop-color:#2B4F5A"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+ <rect x="292.82" y="802.096" opacity="0.2" fill="url(#SVGID_4_)" width="1789.548" height="29.904"/>
+ <g id="debian" opacity="0.8">
+ <g>
+ <path fill="#23353D" d="M489.401,770.646c-1.902,0.025,0.362,0.98,2.848,1.363c0.687-0.541,1.31-1.078,1.865-1.607
+ C492.565,770.783,490.99,770.789,489.401,770.646"/>
+ <path fill="#23353D" d="M499.625,768.098c1.134-1.566,1.961-3.279,2.252-5.049c-0.256,1.26-0.94,2.35-1.586,3.502
+ c-3.56,2.242-0.333-1.332-0.002-2.689C496.46,768.682,499.764,766.75,499.625,768.098"/>
+ <path fill="#23353D" d="M503.399,758.283c0.228-3.43-0.674-2.346-0.981-1.037C502.773,757.432,503.053,759.662,503.399,758.283"
+ />
+ <path fill="#23353D" d="M482.178,711.404c1.019,0.184,2.199,0.324,2.034,0.566C485.321,711.727,485.574,711.502,482.178,711.404"
+ />
+ <path fill="#23353D" d="M484.212,711.971l-0.72,0.15l0.668-0.061L484.212,711.971"/>
+ <path fill="#23353D" d="M515.906,759.584c0.113,3.078-0.902,4.568-1.816,7.215l-1.647,0.822c-1.346,2.617,0.13,1.66-0.832,3.74
+ c-2.104,1.873-6.383,5.852-7.753,6.215c-1-0.021,0.676-1.178,0.896-1.631c-2.815,1.93-2.258,2.9-6.563,4.076l-0.128-0.283
+ c-10.617,4.996-25.367-4.9-25.171-18.406c-0.116,0.855-0.324,0.641-0.56,0.988c-0.546-6.947,3.211-13.926,9.547-16.775
+ c6.199-3.068,13.465-1.811,17.906,2.33c-2.441-3.195-7.293-6.582-13.047-6.266c-5.636,0.092-10.908,3.672-12.668,7.561
+ c-2.885,1.814-3.221,7.004-4.48,7.953c-1.69,12.436,3.185,17.811,11.436,24.131c1.297,0.875,0.365,1.008,0.541,1.678
+ c-2.74-1.285-5.251-3.223-7.314-5.596c1.093,1.602,2.274,3.162,3.803,4.387c-2.584-0.875-6.035-6.264-7.046-6.482
+ c4.457,7.975,18.073,13.986,25.207,11.002c-3.3,0.127-7.494,0.072-11.199-1.301c-1.557-0.801-3.677-2.459-3.295-2.771
+ c9.731,3.633,19.785,2.754,28.205-3.996c2.141-1.67,4.482-4.506,5.159-4.547c-1.02,1.531,0.172,0.736-0.61,2.09
+ c2.137-3.443-0.926-1.4,2.207-5.945l1.159,1.594c-0.433-2.855,3.547-6.326,3.145-10.844c0.913-1.381,1.017,1.486,0.049,4.666
+ c1.345-3.527,0.353-4.096,0.7-7.002c0.371,0.979,0.861,2.018,1.111,3.049c-0.874-3.406,0.9-5.738,1.338-7.717
+ c-0.43-0.191-1.35,1.504-1.562-2.52c0.033-1.75,0.487-0.916,0.663-1.348c-0.344-0.197-1.244-1.537-1.792-4.109
+ c0.396-0.605,1.061,1.566,1.603,1.654c-0.349-2.043-0.947-3.602-0.97-5.172c-1.582-3.301-0.56,0.441-1.842-1.416
+ c-1.678-5.244,1.398-1.217,1.604-3.598c2.548,3.689,4.002,9.412,4.667,11.779c-0.509-2.887-1.33-5.686-2.334-8.395
+ c0.772,0.324-1.249-5.943,1.005-1.793c-2.406-8.852-10.297-17.123-17.555-21.004c0.887,0.813,2.01,1.832,1.606,1.992
+ c-3.609-2.15-2.975-2.316-3.492-3.223c-2.942-1.197-3.134,0.096-5.082,0c-5.545-2.939-6.613-2.625-11.715-4.469l0.233,1.084
+ c-3.673-1.223-4.277,0.463-8.249,0.004c-0.242-0.189,1.273-0.684,2.521-0.861c-3.552,0.469-3.386-0.701-6.861,0.127
+ c0.858-0.604,1.76-0.998,2.675-1.51c-2.897,0.178-6.913,1.686-5.672,0.313c-4.723,2.107-13.11,5.066-17.818,9.48l-0.149-0.99
+ c-2.158,2.59-9.406,7.734-9.982,11.086l-0.576,0.135c-1.123,1.902-1.849,4.055-2.74,6.01c-1.467,2.502-2.151,0.963-1.942,1.355
+ c-2.888,5.855-4.32,10.771-5.561,14.807c0.882,1.318,0.022,7.939,0.355,13.238c-1.45,26.186,18.377,51.607,40.048,57.475
+ c3.175,1.139,7.9,1.096,11.916,1.209c-4.739-1.354-5.352-0.717-9.97-2.328c-3.331-1.568-4.062-3.359-6.421-5.406l0.934,1.65
+ c-4.627-1.639-2.69-2.027-6.455-3.221l0.998-1.299c-1.5-0.115-3.973-2.531-4.65-3.867l-1.642,0.064
+ c-1.97-2.432-3.02-4.184-2.943-5.541l-0.531,0.943c-0.6-1.033-7.253-9.121-3.799-7.242c-0.643-0.584-1.496-0.949-2.42-2.629
+ l0.704-0.803c-1.662-2.137-3.059-4.879-2.951-5.791c0.885,1.199,1.499,1.422,2.109,1.627c-4.194-10.408-4.43-0.576-7.605-10.592
+ l0.672-0.057c-0.516-0.773-0.828-1.617-1.243-2.445l0.292-2.914c-3.02-3.492-0.846-14.838-0.407-21.064
+ c0.301-2.533,2.519-5.23,4.207-9.453l-1.029-0.178c1.966-3.428,11.222-13.768,15.506-13.236c2.077-2.607-0.411-0.008-0.817-0.664
+ c4.561-4.721,5.995-3.338,9.072-4.184c3.321-1.971-2.85,0.766-1.274-0.754c5.736-1.465,4.066-3.33,11.553-4.072
+ c0.789,0.447-1.834,0.691-2.492,1.275c4.78-2.34,15.13-1.809,21.853,1.297c7.799,3.646,16.561,14.42,16.91,24.559l0.39,0.105
+ c-0.196,4.031,0.618,8.689-0.796,12.965L515.906,759.584"/>
+ <path fill="#23353D" d="M468.612,773.258l-0.266,1.338c1.251,1.701,2.244,3.543,3.844,4.873
+ C471.041,777.223,470.186,776.295,468.612,773.258"/>
+ <path fill="#23353D" d="M471.574,773.143c-0.666-0.73-1.056-1.613-1.496-2.49c0.42,1.541,1.279,2.867,2.079,4.217
+ L471.574,773.143"/>
+ <path fill="#23353D" d="M523.936,761.764l-0.279,0.703c-0.514,3.641-1.622,7.248-3.319,10.588
+ C522.213,769.529,523.427,765.672,523.936,761.764"/>
+ <path fill="#23353D" d="M482.556,710.496c1.288-0.477,3.167-0.264,4.533-0.57c-1.782,0.146-3.555,0.238-5.304,0.463
+ L482.556,710.496"/>
+ <path fill="#23353D" d="M437.346,734.533c0.297,2.746-2.065,3.813,0.526,2C439.259,733.406,437.326,735.672,437.346,734.533"/>
+ <path fill="#23353D" d="M434.303,747.248c0.595-1.834,0.706-2.932,0.932-3.99C433.587,745.363,434.476,745.813,434.303,747.248"
+ />
+ </g>
+ </g>
+
+ <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="826.2246" y1="39.6157" x2="826.2246" y2="-272.7769" gradientTransform="matrix(0 1 -1 0 1219.9023 -78.4028)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+
+ <line opacity="0.3" fill="#F6F6F6" stroke="url(#SVGID_5_)" stroke-width="3" stroke-miterlimit="10" x1="1180.286" y1="747.822" x2="1492.679" y2="747.822"/>
+ <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="825.2754" y1="747.8223" x2="825.2754" y2="747.8223">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+ <path opacity="0.6" fill="#F6F6F6" stroke="url(#SVGID_6_)" stroke-miterlimit="10" d="M825.275,747.822"/>
+ <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="825.2754" y1="1060.2168" x2="825.2754" y2="1060.2168">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+ <path opacity="0.6" fill="#F6F6F6" stroke="url(#SVGID_7_)" stroke-miterlimit="10" d="M825.275,1060.217"/>
+
+ <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="438.5059" y1="442.1074" x2="438.5059" y2="342.6011" gradientTransform="matrix(0 1 -1 0 1219.9023 -78.4028)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+
+ <line opacity="0.3" fill="#F6F6F6" stroke="url(#SVGID_8_)" stroke-width="3" stroke-miterlimit="10" x1="777.794" y1="360.103" x2="877.301" y2="360.103"/>
+
+ <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="267.5146" y1="65.6089" x2="267.5146" y2="-87.1636" gradientTransform="matrix(0 1 -1 0 1219.9023 -78.4028)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+
+ <line opacity="0.3" fill="#F6F6F6" stroke="url(#SVGID_9_)" stroke-width="3" stroke-miterlimit="10" x1="1154.293" y1="189.111" x2="1307.065" y2="189.111"/>
+
+ <linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="1029.4023" y1="-250.1763" x2="1029.4023" y2="-349.6821" gradientTransform="matrix(0 1 -1 0 1219.9023 -78.4028)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+
+ <line opacity="0.3" fill="#F6F6F6" stroke="url(#SVGID_10_)" stroke-width="3" stroke-miterlimit="10" x1="1470.078" y1="951" x2="1569.584" y2="951"/>
+ <g>
+ <g>
+ <path opacity="0.6" fill="#F6F6F6" d="M396.607,951.236c-0.069,0.073-0.069,11.736-0.215,14.784
+ c-0.144,2.465-0.363,7.754-5.58,7.754c-5.362,0-6.666-6.16-7.101-8.841c-0.507-2.974-0.507-5.439-0.507-6.523
+ c0-3.479,0.217-13.19,8.405-13.19c2.464,0,3.84,0.727,4.928,1.304L396.607,951.236z M375.598,959.787
+ c0,20.438,10.869,20.438,12.462,20.438c4.491,0,7.391-2.464,8.622-6.737l0.145,6.447c1.377-0.076,2.755-0.22,5-0.22
+ c0.797,0,1.447,0,2.029,0.073c0.58,0,1.158,0.07,1.811,0.146c-1.159-2.317-2.027-7.534-2.027-18.848
+ c0-11.013,0-29.632,0.941-35.285c-2.607,1.234-4.855,2.031-9.783,2.465c1.956,2.102,1.956,3.188,1.956,12.749
+ c-1.374-0.432-3.115-0.94-6.085-0.94C377.699,940.076,375.598,951.38,375.598,959.787"/>
+ <path opacity="0.6" fill="#F6F6F6" d="M414.891,956.089c0.073-6.015,1.308-11.376,6.45-11.376c5.653,0,6.084,6.229,5.94,11.376
+ H414.891z M434.453,956.815c0-8.478-1.666-16.813-12.389-16.813c-14.779,0-14.779,16.379-14.779,19.854
+ c0,14.712,6.592,20.509,17.678,20.509c4.925,0,7.317-0.721,8.622-1.084c-0.07-2.611,0.29-4.275,0.727-6.523
+ c-1.524,0.946-3.479,2.178-7.827,2.178c-11.304,0-11.448-10.296-11.448-13.849h19.275L434.453,956.815"/>
+ <path opacity="0.6" fill="#F6F6F6" d="M458.026,959.931c0,6.74-1.231,15.802-9.636,15.802c-1.16,0-2.608-0.22-3.549-0.437
+ c-0.146-2.608-0.146-7.101-0.146-12.323c0-6.231,0.65-9.487,1.16-11.086c1.52-5.144,4.927-5.214,5.577-5.214
+ C456.938,946.673,458.026,954.281,458.026,959.931z M437.231,967.835c0,5.362,0,8.404-0.869,10.72
+ c2.97,1.16,6.665,1.811,11.088,1.811c2.825,0,11.013,0,15.432-9.055c2.102-4.201,2.825-9.86,2.825-14.136
+ c0-2.608-0.29-8.332-2.392-11.955c-2.027-3.402-5.289-5.144-8.765-5.144c-6.957,0-8.985,5.797-10.069,8.767
+ c0-3.693,0.07-16.591,0.647-23.185c-4.706,2.175-7.607,2.533-10.721,2.825c2.826,1.157,2.826,5.943,2.826,21.521v17.83"/>
+ <path opacity="0.6" fill="#F6F6F6" d="M479.637,979.935c-1.451-0.22-2.468-0.363-4.569-0.363c-2.314,0-3.912,0.146-5.576,0.363
+ c0.724-1.38,1.014-2.034,1.23-6.74c0.29-6.448,0.363-23.701-0.144-27.322c-0.363-2.757-1.014-3.188-2.027-3.913
+ c5.939-0.58,7.604-1.014,10.358-2.317c-0.577,3.186-0.653,4.784-0.653,9.635C478.112,974.285,478.039,976.963,479.637,979.935"/>
+ <path opacity="0.6" fill="#F6F6F6" d="M502.838,959.421c-0.144,4.568-0.217,7.76-1.451,10.295
+ c-1.523,3.262-4.059,4.202-5.939,4.202c-4.353,0-5.293-3.622-5.293-7.171c0-6.814,6.09-7.326,8.839-7.326H502.838z
+ M482.91,968.342c0,4.565,1.378,9.128,5.437,11.086c1.811,0.797,3.622,0.797,4.202,0.797c6.667,0,8.912-4.929,10.289-7.971
+ c-0.073,3.188,0,5.143,0.217,7.681c1.304-0.076,2.608-0.22,4.785-0.22c1.231,0,2.389,0.144,3.619,0.22
+ c-0.797-1.23-1.23-1.961-1.45-4.785c-0.144-2.752-0.144-5.504-0.144-9.348l0.073-14.784c0-5.51-1.45-10.942-12.32-10.942
+ c-7.171,0-11.373,2.174-13.474,3.262c0.87,1.594,1.597,2.967,2.247,6.087c2.828-2.465,6.523-3.77,10.286-3.77
+ c6.02,0,6.02,3.987,6.02,9.636c-1.377-0.07-2.538-0.214-4.495-0.214C488.997,955.078,482.91,958.624,482.91,968.342"/>
+ <path opacity="0.6" fill="#F6F6F6" d="M544.571,972.761c0.073,2.465,0.073,5.073,1.087,7.174
+ c-1.597-0.144-2.537-0.363-5.506-0.363c-1.741,0-2.682,0.146-4.059,0.363c0.287-0.94,0.437-1.304,0.58-2.538
+ c0.217-1.664,0.363-7.244,0.363-9.201v-7.831c0-3.405,0-8.334-0.223-10.07c-0.145-1.23-0.501-4.563-4.71-4.563
+ c-4.129,0-5.503,3.04-6.013,5.505c-0.578,2.534-0.578,5.289-0.578,16.019c0.07,9.274,0.07,10.142,0.795,12.68
+ c-1.231-0.146-2.752-0.29-4.924-0.29c-1.74,0-2.901,0.07-4.346,0.29c0.507-1.16,0.797-1.74,0.94-5.797
+ c0.146-3.988,0.437-23.557-0.22-28.191c-0.36-2.828-1.087-3.479-1.881-4.204c5.869-0.29,7.751-1.231,9.564-2.171v7.678
+ c0.868-2.249,2.679-7.247,9.926-7.247c9.059,0,9.129,6.594,9.202,10.939V972.761"/>
+ <path opacity="0.6" fill="#F6F6F6" d="M480.247,929.388l-6.001,5.998l-5.998-5.998l5.998-5.998L480.247,929.388"/>
+ </g>
+ <g>
+ <path opacity="0.6" fill="#F6F6F6" d="M568.174,961.669h-2.437v-15.528c-0.587,0.561-1.356,1.119-2.309,1.68
+ c-0.952,0.559-1.807,0.979-2.564,1.258v-2.356c1.362-0.64,2.554-1.415,3.573-2.327c1.021-0.911,1.742-1.795,2.166-2.653h1.57
+ V961.669z"/>
+ <path opacity="0.6" fill="#F6F6F6" d="M574.414,951.88c0-2.345,0.242-4.234,0.725-5.665s1.201-2.533,2.153-3.311
+ c0.951-0.775,2.15-1.163,3.593-1.163c1.064,0,1.999,0.215,2.803,0.643c0.803,0.43,1.466,1.048,1.989,1.855
+ c0.524,0.808,0.935,1.791,1.232,2.951c0.296,1.159,0.446,2.723,0.446,4.689c0,2.329-0.238,4.209-0.717,5.639
+ c-0.479,1.432-1.193,2.537-2.145,3.317c-0.953,0.78-2.156,1.172-3.609,1.172c-1.913,0-3.416-0.688-4.509-2.059
+ C575.068,958.297,574.414,955.607,574.414,951.88z M576.92,951.88c0,3.259,0.38,5.428,1.144,6.506
+ c0.762,1.078,1.702,1.617,2.821,1.617c1.12,0,2.061-0.542,2.822-1.623c0.764-1.085,1.146-3.25,1.146-6.5
+ c0-3.266-0.382-5.438-1.146-6.511c-0.762-1.073-1.712-1.611-2.85-1.611c-1.119,0-2.012,0.474-2.68,1.422
+ C577.338,946.39,576.92,948.623,576.92,951.88z"/>
+ </g>
+ </g>
+</g>
+</svg>
diff --git a/moonlight-theme/lockscreen/contents/images/1920x1080.svg b/moonlight-theme/lockscreen/contents/images/1920x1080.svg
new file mode 100644
index 0000000..90e3b9c
--- /dev/null
+++ b/moonlight-theme/lockscreen/contents/images/1920x1080.svg
@@ -0,0 +1,2221 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="1920px"
+ height="1080px" viewBox="0 0 1920 1080" enable-background="new 0 0 1920 1080" xml:space="preserve">
+<g id="Layer_2">
+ <rect x="-337" y="-265.988" fill="#23353D" width="2600" height="1708.988"/>
+ <g>
+ <rect x="-337" y="-282.043" fill="#133544" width="2600" height="2042.495"/>
+
+ <radialGradient id="SVGID_1_" cx="267.4551" cy="1470.0664" r="1100.5116" gradientTransform="matrix(1 0 0 -1.1952 695.5449 2496.2285)" gradientUnits="userSpaceOnUse">
+ <stop offset="0" style="stop-color:#24363E"/>
+ <stop offset="0.1555" style="stop-color:#273943"/>
+ <stop offset="0.3948" style="stop-color:#2B3F49"/>
+ <stop offset="0.6601" style="stop-color:#2E424D"/>
+ <stop offset="1" style="stop-color:#2F434E"/>
+ </radialGradient>
+ <rect x="-337" y="-282.043" fill="none" stroke="url(#SVGID_1_)" stroke-miterlimit="10" width="2600" height="2042.495"/>
+ </g>
+
+ <radialGradient id="SVGID_2_" cx="963" cy="900.042" r="1100.0315" gradientTransform="matrix(1 0 0 1.0431 0 -69.6934)" gradientUnits="userSpaceOnUse">
+ <stop offset="0" style="stop-color:#23516C"/>
+ <stop offset="1" style="stop-color:#133443"/>
+ </radialGradient>
+ <rect x="-337" y="-22.169" opacity="0.5" fill="url(#SVGID_2_)" width="2600" height="1782.619"/>
+</g>
+<g id="Layer_1">
+
+ <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="490.7393" y1="913.5967" x2="2280.29" y2="913.5967" gradientTransform="matrix(1 0 0 1 -225.915 -108.0171)">
+ <stop offset="0" style="stop-color:#2B4F5A"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+ <rect x="264.825" y="790.627" opacity="0.2" fill="url(#SVGID_3_)" width="1789.55" height="29.904"/>
+ <path opacity="0.3" fill="#244960" stroke="#F6F6F6" stroke-width="3" stroke-miterlimit="10" d="M874.387,736.378
+ c-104.905,104.904-274.99,104.903-379.895-0.002c-104.906-104.905-104.906-274.989-0.001-379.895"/>
+ <circle opacity="0.3" fill="#244960" cx="667.455" cy="590.293" r="220.76"/>
+ <circle opacity="0.6" fill="#0F90AF" cx="644.953" cy="687.544" r="105.721"/>
+ <circle opacity="0.2" fill="#31708E" cx="651.386" cy="650.837" r="160.215"/>
+ <g>
+ <path fill="none" d="M589.486,754.467l-3.288-3.287l-10.981,10.98c1.035,1.145,2.103,2.268,3.205,3.371l0,0L589.486,754.467z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M558.459,690.252c-0.242-0.244-0.207-0.672,0.081-0.961l7.413-7.412L555.7,671.625
+ c-3.484,10.873-4.91,22.26-4.28,33.553l10.983-10.982L558.459,690.252z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M600.73,744.107l7.854,7.854l5.793-5.793l-11.585-11.584l-16.595,16.596l3.288,3.287
+ l10.424-10.424C600.119,743.834,600.486,743.863,600.73,744.107z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M600.394,647.438c0.288-0.288,0.718-0.324,0.96-0.081l0.586,0.586
+ c-0.566-0.566-0.675-1.377-0.242-1.809l18.942-18.943l-12.653-12.654c-10.746,4.521-20.813,11.156-29.563,19.907
+ c-2.613,2.613-5.036,5.343-7.271,8.173l17.031,17.031L600.394,647.438z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M656.584,608.154c-3.772-0.516-7.57-0.799-11.371-0.85l6.111,6.11L656.584,608.154z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M712.535,648.013c0.432-0.433,1.134-0.433,1.565,0l14.805,14.805
+ c-4.504-10.299-10.969-19.946-19.396-28.373c-11.092-11.092-24.297-18.784-38.317-23.079l38.995,38.996L712.535,648.013z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M690.459,652.55l5.131-5.132c0.34-0.34,0.627-0.602,0.643-0.587l2.455,2.456
+ c0.016,0.016-0.247,0.303-0.587,0.643l-5.131,5.131l6.259,6.259l10.959-10.958l-38.995-38.996
+ c-4.792-1.466-9.678-2.537-14.608-3.211l-5.26,5.261L690.459,652.55z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M690.459,652.55l5.131-5.132c0.34-0.34,0.627-0.602,0.643-0.587l2.455,2.456
+ c0.016,0.016-0.247,0.303-0.587,0.643l-5.131,5.131l6.259,6.259l10.959-10.958l-38.995-38.996
+ c-4.792-1.466-9.678-2.537-14.608-3.211l-5.26,5.261L690.459,652.55z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M729.416,735.967c0.493-1.172,0.961-2.354,1.403-3.541l-2.472,2.473L729.416,735.967z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M729.416,735.967c0.493-1.172,0.961-2.354,1.403-3.541l-2.472,2.473L729.416,735.967z"/>
+
+ <rect x="611.397" y="745.172" transform="matrix(0.7071 0.7071 -0.7071 0.7071 708.9714 -213.0713)" opacity="0.4" fill="#FFF8B9" width="0.577" height="8.192"/>
+
+ <rect x="611.397" y="745.172" transform="matrix(0.7071 0.7071 -0.7071 0.7071 708.9714 -213.0713)" opacity="0.4" fill="#FFF8B9" width="0.577" height="8.192"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M632.715,743.84l-6.594,6.594c-0.269,0.27-0.495,0.479-0.506,0.469l-1.736-1.736
+ c-0.01-0.012,0.2-0.238,0.469-0.506l6.593-6.594l-4.133-4.133l-16.126,16.125l29.554,29.553c0.244,0.244,0.273,0.613,0.064,0.82
+ L632.733,792c1.424,0.172,2.851,0.311,4.277,0.418l22.141-22.141L632.715,743.84z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M632.715,743.84l-6.594,6.594c-0.269,0.27-0.495,0.479-0.506,0.469l-1.736-1.736
+ c-0.01-0.012,0.2-0.238,0.469-0.506l6.593-6.594l-4.133-4.133l-16.126,16.125l29.554,29.553c0.244,0.244,0.273,0.613,0.064,0.82
+ L632.733,792c1.424,0.172,2.851,0.311,4.277,0.418l22.141-22.141L632.715,743.84z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M703.973,770.639c1.896-1.615,3.744-3.316,5.537-5.109
+ c5.761-5.76,10.604-12.092,14.531-18.811l-21.995,21.994L703.973,770.639z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M703.973,770.639c1.896-1.615,3.744-3.316,5.537-5.109
+ c5.761-5.76,10.604-12.092,14.531-18.811l-21.995,21.994L703.973,770.639z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M709.404,753.84c-0.432,0.434-1.134,0.434-1.565,0l-0.87-0.869l-25.418-25.418
+ l-10.333,10.332l30.828,30.828l21.995-21.994c2.038-3.488,3.83-7.08,5.375-10.752l-1.068-1.068L709.404,753.84z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M709.404,753.84c-0.432,0.434-1.134,0.434-1.565,0l-0.87-0.869l-25.418-25.418
+ l-10.333,10.332l30.828,30.828l21.995-21.994c2.038-3.488,3.83-7.08,5.375-10.752l-1.068-1.068L709.404,753.84z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M709.404,753.84c-0.432,0.434-1.134,0.434-1.565,0l-0.87-0.869l-25.418-25.418
+ l-10.333,10.332l30.828,30.828l21.995-21.994c2.038-3.488,3.83-7.08,5.375-10.752l-1.068-1.068L709.404,753.84z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M553.034,718.016c3.155,15.986,10.549,31.303,22.183,44.145l10.981-10.98L553.034,718.016z"
+ />
+ <path opacity="0.4" fill="#FFF8B9" d="M602.793,734.584l-40.39-40.389l-10.983,10.982c0.239,4.303,0.777,8.594,1.614,12.838
+ l33.164,33.164L602.793,734.584z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M602.793,734.584l-40.39-40.389l-10.983,10.982c0.239,4.303,0.777,8.594,1.614,12.838
+ l33.164,33.164L602.793,734.584z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M624.71,735.836l-5.706-5.705c-0.203-0.205-0.347-0.439-0.43-0.678l-6.82,6.822
+ c-0.34,0.338-0.627,0.602-0.643,0.586l-2.455-2.455c-0.016-0.016,0.247-0.303,0.587-0.643l9.201-9.203l-2.814-2.814
+ l-12.837,12.838l11.585,11.584L624.71,735.836z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M624.71,735.836l-5.706-5.705c-0.203-0.205-0.347-0.439-0.43-0.678l-6.82,6.822
+ c-0.34,0.338-0.627,0.602-0.643,0.586l-2.455-2.455c-0.016-0.016,0.247-0.303,0.587-0.643l9.201-9.203l-2.814-2.814
+ l-12.837,12.838l11.585,11.584L624.71,735.836z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M565.953,681.879l-7.413,7.412c-0.288,0.289-0.323,0.717-0.081,0.961l3.944,3.943
+ l7.934-7.934L565.953,681.879z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M565.953,681.879l-7.413,7.412c-0.288,0.289-0.323,0.717-0.081,0.961l3.944,3.943
+ l7.934-7.934L565.953,681.879z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M604.515,652.084c0.433-0.433,0.981-0.584,1.226-0.34l-3.801-3.801l-0.586-0.586
+ c-0.242-0.243-0.672-0.207-0.96,0.081l-12.211,12.21l4.384,4.385L604.515,652.084z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M604.515,652.084c0.433-0.433,0.981-0.584,1.226-0.34l-3.801-3.801l-0.586-0.586
+ c-0.242-0.243-0.672-0.207-0.96,0.081l-12.211,12.21l4.384,4.385L604.515,652.084z"/>
+
+ <rect x="615.751" y="718.058" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -327.5095 649.33)" opacity="0.4" fill="#FFF8B9" width="8.784" height="3.98"/>
+
+ <rect x="615.751" y="718.058" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -327.5095 649.33)" opacity="0.4" fill="#FFF8B9" width="8.784" height="3.98"/>
+
+ <rect x="615.751" y="718.058" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -327.5095 649.33)" opacity="0.5" fill="#D1E4B7" width="8.784" height="3.98"/>
+
+ <rect x="619.459" y="733.9" transform="matrix(0.7071 0.7071 -0.7071 0.7071 705.6318 -221.1338)" opacity="0.4" fill="#FFF8B9" width="0.577" height="14.612"/>
+
+ <rect x="619.459" y="733.9" transform="matrix(0.7071 0.7071 -0.7071 0.7071 705.6318 -221.1338)" opacity="0.4" fill="#FFF8B9" width="0.577" height="14.612"/>
+
+ <rect x="619.459" y="733.9" transform="matrix(0.7071 0.7071 -0.7071 0.7071 705.6318 -221.1338)" opacity="0.5" fill="#D1E4B7" width="0.577" height="14.612"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M609.368,655.371l-3.628-3.627c-0.244-0.244-0.793-0.093-1.226,0.34l-11.948,11.949
+ l4.07,4.069L609.368,655.371z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M609.368,655.371l-3.628-3.627c-0.244-0.244-0.793-0.093-1.226,0.34l-11.948,11.949
+ l4.07,4.069L609.368,655.371z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M609.368,655.371l-3.628-3.627c-0.244-0.244-0.793-0.093-1.226,0.34l-11.948,11.949
+ l4.07,4.069L609.368,655.371z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M614.208,720.324l-4.121,4.121c-0.432,0.434-1.107,0.457-1.509,0.057l-38.241-38.24
+ l-7.934,7.934l40.39,40.389l12.837-12.838L614.208,720.324z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M614.208,720.324l-4.121,4.121c-0.432,0.434-1.107,0.457-1.509,0.057l-38.241-38.24
+ l-7.934,7.934l40.39,40.389l12.837-12.838L614.208,720.324z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M614.208,720.324l-4.121,4.121c-0.432,0.434-1.107,0.457-1.509,0.057l-38.241-38.24
+ l-7.934,7.934l40.39,40.389l12.837-12.838L614.208,720.324z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M630.808,702.271c0.401,0.402,0.377,1.076-0.056,1.51l10.227-10.225l-11.168-11.169
+ c-0.096-0.095-0.106-0.239-0.025-0.32l3.14-3.14l-23.557-23.557l-12.731,12.731L630.808,702.271z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M630.808,702.271c0.401,0.402,0.377,1.076-0.056,1.51l10.227-10.225l-11.168-11.169
+ c-0.096-0.095-0.106-0.239-0.025-0.32l3.14-3.14l-23.557-23.557l-12.731,12.731L630.808,702.271z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M630.808,702.271c0.401,0.402,0.377,1.076-0.056,1.51l10.227-10.225l-11.168-11.169
+ c-0.096-0.095-0.106-0.239-0.025-0.32l3.14-3.14l-23.557-23.557l-12.731,12.731L630.808,702.271z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M630.808,702.271c0.401,0.402,0.377,1.076-0.056,1.51l10.227-10.225l-11.168-11.169
+ c-0.096-0.095-0.106-0.239-0.025-0.32l3.14-3.14l-23.557-23.557l-12.731,12.731L630.808,702.271z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M620.704,714.398c-0.156-0.158-0.134-0.436,0.053-0.623l-6.549,6.549l1.422,1.422
+ l6.212-6.211L620.704,714.398z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M620.704,714.398c-0.156-0.158-0.134-0.436,0.053-0.623l-6.549,6.549l1.422,1.422
+ l6.212-6.211L620.704,714.398z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M620.704,714.398c-0.156-0.158-0.134-0.436,0.053-0.623l-6.549,6.549l1.422,1.422
+ l6.212-6.211L620.704,714.398z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M620.704,714.398c-0.156-0.158-0.134-0.436,0.053-0.623l-6.549,6.549l1.422,1.422
+ l6.212-6.211L620.704,714.398z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M712.535,648.013l-2.348,2.349l11.892,11.892l1.615-1.614
+ c0.278-0.279,0.518-0.493,0.532-0.479l2.456,2.456c0.015,0.015-0.199,0.254-0.478,0.533l-1.615,1.614l7.999,7.998
+ c-1.032-3.368-2.261-6.688-3.684-9.944l-14.805-14.805C713.669,647.58,712.967,647.58,712.535,648.013z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M712.535,648.013l-2.348,2.349l11.892,11.892l1.615-1.614
+ c0.278-0.279,0.518-0.493,0.532-0.479l2.456,2.456c0.015,0.015-0.199,0.254-0.478,0.533l-1.615,1.614l7.999,7.998
+ c-1.032-3.368-2.261-6.688-3.684-9.944l-14.805-14.805C713.669,647.58,712.967,647.58,712.535,648.013z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M693.905,695.447l35.294,35.293c0.566,0.566,0.677,1.377,0.244,1.809l-1.723,1.723
+ l0.627,0.627l2.472-2.473c7.141-19.156,7.73-40.195,1.77-59.664l-7.999-7.998L693.905,695.447z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M693.905,695.447l35.294,35.293c0.566,0.566,0.677,1.377,0.244,1.809l-1.723,1.723
+ l0.627,0.627l2.472-2.473c7.141-19.156,7.73-40.195,1.77-59.664l-7.999-7.998L693.905,695.447z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M693.905,695.447l35.294,35.293c0.566,0.566,0.677,1.377,0.244,1.809l-1.723,1.723
+ l0.627,0.627l2.472-2.473c7.141-19.156,7.73-40.195,1.77-59.664l-7.999-7.998L693.905,695.447z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M704.081,667.738l-18.942,18.943l0.595,0.594l6.906-6.906
+ c0.269-0.268,0.494-0.477,0.504-0.467l1.736,1.736c0.011,0.011-0.198,0.236-0.467,0.506l-6.906,6.905l3.888,3.888l30.685-30.685
+ l-11.892-11.892l-10.959,10.958l4.61,4.61C704.405,666.496,704.514,667.307,704.081,667.738z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M704.081,667.738l-18.942,18.943l0.595,0.594l6.906-6.906
+ c0.269-0.268,0.494-0.477,0.504-0.467l1.736,1.736c0.011,0.011-0.198,0.236-0.467,0.506l-6.906,6.905l3.888,3.888l30.685-30.685
+ l-11.892-11.892l-10.959,10.958l4.61,4.61C704.405,666.496,704.514,667.307,704.081,667.738z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M704.081,667.738l-18.942,18.943l0.595,0.594l6.906-6.906
+ c0.269-0.268,0.494-0.477,0.504-0.467l1.736,1.736c0.011,0.011-0.198,0.236-0.467,0.506l-6.906,6.905l3.888,3.888l30.685-30.685
+ l-11.892-11.892l-10.959,10.958l4.61,4.61C704.405,666.496,704.514,667.307,704.081,667.738z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M706.969,752.971l0.87,0.869c0.432,0.434,1.134,0.434,1.565,0l18.943-18.941l-0.627-0.627
+ l-18.942,18.943C708.346,753.646,707.535,753.537,706.969,752.971z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M706.969,752.971l0.87,0.869c0.432,0.434,1.134,0.434,1.565,0l18.943-18.941l-0.627-0.627
+ l-18.942,18.943C708.346,753.646,707.535,753.537,706.969,752.971z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M706.969,752.971l0.87,0.869c0.432,0.434,1.134,0.434,1.565,0l18.943-18.941l-0.627-0.627
+ l-18.942,18.943C708.346,753.646,707.535,753.537,706.969,752.971z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M706.969,752.971l0.87,0.869c0.432,0.434,1.134,0.434,1.565,0l18.943-18.941l-0.627-0.627
+ l-18.942,18.943C708.346,753.646,707.535,753.537,706.969,752.971z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M637.011,792.418c13.113,0.98,26.396-0.816,38.89-5.391l-16.749-16.75L637.011,792.418z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M637.011,792.418c13.113,0.98,26.396-0.816,38.89-5.391l-16.749-16.75L637.011,792.418z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M637.011,792.418c13.113,0.98,26.396-0.816,38.89-5.391l-16.749-16.75L637.011,792.418z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M622.362,625.47c0.433-0.433,1.241-0.323,1.808,0.243l7.428,7.428l19.727-19.726
+ l-6.111-6.11c-12.666-0.17-25.36,2.242-37.227,7.232l12.653,12.654L622.362,625.47z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M622.362,625.47c0.433-0.433,1.241-0.323,1.808,0.243l7.428,7.428l19.727-19.726
+ l-6.111-6.11c-12.666-0.17-25.36,2.242-37.227,7.232l12.653,12.654L622.362,625.47z"/>
+
+ <rect x="633.356" y="628.897" transform="matrix(0.7071 0.7071 -0.7071 0.7071 648.1709 -279.1326)" opacity="0.4" fill="#FFF8B9" width="55.345" height="27.897"/>
+
+ <rect x="633.356" y="628.897" transform="matrix(0.7071 0.7071 -0.7071 0.7071 648.1709 -279.1326)" opacity="0.4" fill="#FFF8B9" width="55.345" height="27.897"/>
+
+ <rect x="633.356" y="628.897" transform="matrix(0.7071 0.7071 -0.7071 0.7071 648.1709 -279.1326)" opacity="0.4" fill="#FFF8B9" width="55.345" height="27.897"/>
+
+ <rect x="672.288" y="663.627" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1643.8633 655.195)" opacity="0.4" fill="#FFF8B9" width="27.896" height="8.851"/>
+
+ <rect x="672.288" y="663.627" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1643.8633 655.195)" opacity="0.4" fill="#FFF8B9" width="27.896" height="8.851"/>
+
+ <rect x="672.288" y="663.627" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1643.8633 655.195)" opacity="0.4" fill="#FFF8B9" width="27.896" height="8.851"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M679.91,681.453l4.742-4.742c0.4-0.4,0.732-0.715,0.742-0.705l1.652,1.652
+ c0.01,0.01-0.305,0.342-0.705,0.742l-4.742,4.742l3.539,3.539l18.942-18.943c0.433-0.432,0.324-1.242-0.242-1.809l-4.61-4.61
+ l-19.726,19.726L679.91,681.453z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M679.91,681.453l4.742-4.742c0.4-0.4,0.732-0.715,0.742-0.705l1.652,1.652
+ c0.01,0.01-0.305,0.342-0.705,0.742l-4.742,4.742l3.539,3.539l18.942-18.943c0.433-0.432,0.324-1.242-0.242-1.809l-4.61-4.61
+ l-19.726,19.726L679.91,681.453z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M679.91,681.453l4.742-4.742c0.4-0.4,0.732-0.715,0.742-0.705l1.652,1.652
+ c0.01,0.01-0.305,0.342-0.705,0.742l-4.742,4.742l3.539,3.539l18.942-18.943c0.433-0.432,0.324-1.242-0.242-1.809l-4.61-4.61
+ l-19.726,19.726L679.91,681.453z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M679.91,681.453l4.742-4.742c0.4-0.4,0.732-0.715,0.742-0.705l1.652,1.652
+ c0.01,0.01-0.305,0.342-0.705,0.742l-4.742,4.742l3.539,3.539l18.942-18.943c0.433-0.432,0.324-1.242-0.242-1.809l-4.61-4.61
+ l-19.726,19.726L679.91,681.453z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.301,734.586c-0.432,0.432-1.133,0.43-1.564-0.002l-4.227-4.227l-1.41,1.41l6.118,6.117
+ l10.333-10.332l-1.108-1.109L672.301,734.586z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.301,734.586c-0.432,0.432-1.133,0.43-1.564-0.002l-4.227-4.227l-1.41,1.41l6.118,6.117
+ l10.333-10.332l-1.108-1.109L672.301,734.586z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.301,734.586c-0.432,0.432-1.133,0.43-1.564-0.002l-4.227-4.227l-1.41,1.41l6.118,6.117
+ l10.333-10.332l-1.108-1.109L672.301,734.586z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M672.301,734.586c-0.432,0.432-1.133,0.43-1.564-0.002l-4.227-4.227l-1.41,1.41l6.118,6.117
+ l10.333-10.332l-1.108-1.109L672.301,734.586z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M646.939,713.605l5.323-5.322l-6.259-6.26l-5.447,5.447c0.238,0.082,0.474,0.225,0.677,0.43
+ L646.939,713.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M646.939,713.605l5.323-5.322l-6.259-6.26l-5.447,5.447c0.238,0.082,0.474,0.225,0.677,0.43
+ L646.939,713.605z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M646.939,713.605l5.323-5.322l-6.259-6.26l-5.447,5.447c0.238,0.082,0.474,0.225,0.677,0.43
+ L646.939,713.605z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M646.939,713.605l5.323-5.322l-6.259-6.26l-5.447,5.447c0.238,0.082,0.474,0.225,0.677,0.43
+ L646.939,713.605z"/>
+
+ <rect x="618.992" y="704.674" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -314.1283 654.9043)" opacity="0.4" fill="#FFF8B9" width="29.073" height="3.98"/>
+
+ <rect x="618.992" y="704.674" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -314.1283 654.9043)" opacity="0.4" fill="#FFF8B9" width="29.073" height="3.98"/>
+
+ <rect x="618.992" y="704.674" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -314.1283 654.9043)" opacity="0.5" fill="#D1E4B7" width="29.073" height="3.98"/>
+
+ <rect x="618.992" y="704.674" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -314.1283 654.9043)" opacity="0.2" fill="#FFF6A3" width="29.073" height="3.98"/>
+
+ <rect x="646.041" y="710.86" transform="matrix(0.7072 -0.707 0.707 0.7072 -312.5304 667.684)" opacity="0.4" fill="#FFF8B9" width="7.528" height="0.577"/>
+
+ <rect x="646.041" y="710.86" transform="matrix(0.7072 -0.707 0.707 0.7072 -312.5304 667.684)" opacity="0.4" fill="#FFF8B9" width="7.528" height="0.577"/>
+
+ <rect x="646.041" y="710.86" transform="matrix(0.7072 -0.707 0.707 0.7072 -312.5304 667.684)" opacity="0.4" fill="#FFF8B9" width="7.528" height="0.577"/>
+
+ <rect x="646.041" y="710.86" transform="matrix(0.7072 -0.707 0.707 0.7072 -312.5304 667.684)" opacity="0.5" fill="#D1E4B7" width="7.528" height="0.577"/>
+
+ <rect x="646.041" y="710.86" transform="matrix(0.7072 -0.707 0.707 0.7072 -312.5304 667.684)" opacity="0.2" fill="#FFF6A3" width="7.528" height="0.577"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M640.979,693.557l-10.227,10.225l-9.995,9.994c-0.187,0.188-0.209,0.465-0.053,0.623
+ l1.138,1.137l20.559-20.557L640.979,693.557z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M640.979,693.557l-10.227,10.225l-9.995,9.994c-0.187,0.188-0.209,0.465-0.053,0.623
+ l1.138,1.137l20.559-20.557L640.979,693.557z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M640.979,693.557l-10.227,10.225l-9.995,9.994c-0.187,0.188-0.209,0.465-0.053,0.623
+ l1.138,1.137l20.559-20.557L640.979,693.557z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M640.979,693.557l-10.227,10.225l-9.995,9.994c-0.187,0.188-0.209,0.465-0.053,0.623
+ l1.138,1.137l20.559-20.557L640.979,693.557z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M640.979,693.557l-10.227,10.225l-9.995,9.994c-0.187,0.188-0.209,0.465-0.053,0.623
+ l1.138,1.137l20.559-20.557L640.979,693.557z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.272,703.273l-1.664-1.664l-3.14,3.139c-0.081,0.082-0.225,0.07-0.321-0.025
+ l-4.421-4.422l-1.723,1.723l6.259,6.26L657.272,703.273z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.272,703.273l-1.664-1.664l-3.14,3.139c-0.081,0.082-0.225,0.07-0.321-0.025
+ l-4.421-4.422l-1.723,1.723l6.259,6.26L657.272,703.273z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M657.272,703.273l-1.664-1.664l-3.14,3.139c-0.081,0.082-0.225,0.07-0.321-0.025
+ l-4.421-4.422l-1.723,1.723l6.259,6.26L657.272,703.273z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.272,703.273l-1.664-1.664l-3.14,3.139c-0.081,0.082-0.225,0.07-0.321-0.025
+ l-4.421-4.422l-1.723,1.723l6.259,6.26L657.272,703.273z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M657.272,703.273l-1.664-1.664l-3.14,3.139c-0.081,0.082-0.225,0.07-0.321-0.025
+ l-4.421-4.422l-1.723,1.723l6.259,6.26L657.272,703.273z"/>
+
+ <rect x="654.683" y="702.44" transform="matrix(0.7071 0.7071 -0.7071 0.7071 691.0417 -256.3574)" opacity="0.4" fill="#FFF8B9" width="0.577" height="7.085"/>
+
+ <rect x="654.683" y="702.44" transform="matrix(0.7071 0.7071 -0.7071 0.7071 691.0417 -256.3574)" opacity="0.4" fill="#FFF8B9" width="0.577" height="7.085"/>
+
+ <rect x="654.683" y="702.44" transform="matrix(0.7071 0.7071 -0.7071 0.7071 691.0417 -256.3574)" opacity="0.4" fill="#FFF8B9" width="0.577" height="7.085"/>
+
+ <rect x="654.683" y="702.44" transform="matrix(0.7071 0.7071 -0.7071 0.7071 691.0417 -256.3574)" opacity="0.5" fill="#D1E4B7" width="0.577" height="7.085"/>
+
+ <rect x="654.683" y="702.44" transform="matrix(0.7071 0.7071 -0.7071 0.7071 691.0417 -256.3574)" opacity="0.4" fill="#FFF8B9" width="0.577" height="7.085"/>
+
+ <rect x="654.683" y="702.44" transform="matrix(0.7071 0.7071 -0.7071 0.7071 691.0417 -256.3574)" opacity="0.2" fill="#FFF6A3" width="0.577" height="7.085"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M632.925,678.928l-3.14,3.14c-0.081,0.081-0.07,0.226,0.025,0.32l11.168,11.169l3.287-3.287
+ L632.925,678.928z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M632.925,678.928l-3.14,3.14c-0.081,0.081-0.07,0.226,0.025,0.32l11.168,11.169l3.287-3.287
+ L632.925,678.928z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M632.925,678.928l-3.14,3.14c-0.081,0.081-0.07,0.226,0.025,0.32l11.168,11.169l3.287-3.287
+ L632.925,678.928z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M632.925,678.928l-3.14,3.14c-0.081,0.081-0.07,0.226,0.025,0.32l11.168,11.169l3.287-3.287
+ L632.925,678.928z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M632.925,678.928l-3.14,3.14c-0.081,0.081-0.07,0.226,0.025,0.32l11.168,11.169l3.287-3.287
+ L632.925,678.928z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M645.244,691.248c0.245,0.244,0.094,0.793-0.34,1.227l-2.504,2.504l2.815,2.814l3.286-3.287
+ L645.244,691.248z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M645.244,691.248c0.245,0.244,0.094,0.793-0.34,1.227l-2.504,2.504l2.815,2.814l3.286-3.287
+ L645.244,691.248z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M645.244,691.248c0.245,0.244,0.094,0.793-0.34,1.227l-2.504,2.504l2.815,2.814l3.286-3.287
+ L645.244,691.248z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M645.244,691.248c0.245,0.244,0.094,0.793-0.34,1.227l-2.504,2.504l2.815,2.814l3.286-3.287
+ L645.244,691.248z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M645.244,691.248c0.245,0.244,0.094,0.793-0.34,1.227l-2.504,2.504l2.815,2.814l3.286-3.287
+ L645.244,691.248z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M644.904,692.475c0.434-0.434,0.585-0.982,0.34-1.227l-0.979-0.979l-3.287,3.287
+ l1.422,1.422L644.904,692.475z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M644.904,692.475c0.434-0.434,0.585-0.982,0.34-1.227l-0.979-0.979l-3.287,3.287
+ l1.422,1.422L644.904,692.475z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M644.904,692.475c0.434-0.434,0.585-0.982,0.34-1.227l-0.979-0.979l-3.287,3.287
+ l1.422,1.422L644.904,692.475z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M644.904,692.475c0.434-0.434,0.585-0.982,0.34-1.227l-0.979-0.979l-3.287,3.287
+ l1.422,1.422L644.904,692.475z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M644.904,692.475c0.434-0.434,0.585-0.982,0.34-1.227l-0.979-0.979l-3.287,3.287
+ l1.422,1.422L644.904,692.475z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M644.904,692.475c0.434-0.434,0.585-0.982,0.34-1.227l-0.979-0.979l-3.287,3.287
+ l1.422,1.422L644.904,692.475z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.727,700.301l4.421,4.422c0.097,0.096,0.24,0.107,0.321,0.025l3.14-3.139l-4.596-4.594
+ L647.727,700.301z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.727,700.301l4.421,4.422c0.097,0.096,0.24,0.107,0.321,0.025l3.14-3.139l-4.596-4.594
+ L647.727,700.301z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M647.727,700.301l4.421,4.422c0.097,0.096,0.24,0.107,0.321,0.025l3.14-3.139l-4.596-4.594
+ L647.727,700.301z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.727,700.301l4.421,4.422c0.097,0.096,0.24,0.107,0.321,0.025l3.14-3.139l-4.596-4.594
+ L647.727,700.301z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M647.727,700.301l4.421,4.422c0.097,0.096,0.24,0.107,0.321,0.025l3.14-3.139l-4.596-4.594
+ L647.727,700.301z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M647.727,700.301l4.421,4.422c0.097,0.096,0.24,0.107,0.321,0.025l3.14-3.139l-4.596-4.594
+ L647.727,700.301z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M589.486,754.467l-11.064,11.064c2.951,2.951,6.054,5.66,9.279,8.129l10.489-10.488
+ L589.486,754.467z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M589.638,775.102c11.043,8.01,23.454,13.281,36.3,15.816l-26.058-26.057L589.638,775.102z"
+ />
+ <path opacity="0.4" fill="#FFF8B9" d="M598.29,763.072c-0.107-0.375-0.02-0.797,0.275-1.092l10.02-10.02l-7.854-7.854
+ c-0.244-0.244-0.611-0.273-0.82-0.064l-10.424,10.424l8.704,8.705L598.29,763.072z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M598.29,763.072c-0.107-0.375-0.02-0.797,0.275-1.092l10.02-10.02l-7.854-7.854
+ c-0.244-0.244-0.611-0.273-0.82-0.064l-10.424,10.424l8.704,8.705L598.29,763.072z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M608.585,751.961l-10.02,10.02c-0.295,0.295-0.383,0.717-0.275,1.092l10.703-10.703
+ L608.585,751.961z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M608.585,751.961l-10.02,10.02c-0.295,0.295-0.383,0.717-0.275,1.092l10.703-10.703
+ L608.585,751.961z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M608.585,751.961l-10.02,10.02c-0.295,0.295-0.383,0.717-0.275,1.092l10.703-10.703
+ L608.585,751.961z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M640.235,783.611l-29.554-29.553l-10.802,10.803l26.058,26.057
+ c2.254,0.443,4.521,0.807,6.796,1.082l7.566-7.568C640.509,784.225,640.479,783.855,640.235,783.611z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M640.235,783.611l-29.554-29.553l-10.802,10.803l26.058,26.057
+ c2.254,0.443,4.521,0.807,6.796,1.082l7.566-7.568C640.509,784.225,640.479,783.855,640.235,783.611z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M640.235,783.611l-29.554-29.553l-10.802,10.803l26.058,26.057
+ c2.254,0.443,4.521,0.807,6.796,1.082l7.566-7.568C640.509,784.225,640.479,783.855,640.235,783.611z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M666.51,730.357l4.227,4.227c0.432,0.432,1.133,0.434,1.564,0.002l8.142-8.143l-5.01-5.01
+ L666.51,730.357z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M666.51,730.357l4.227,4.227c0.432,0.432,1.133,0.434,1.564,0.002l8.142-8.143l-5.01-5.01
+ L666.51,730.357z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M666.51,730.357l4.227,4.227c0.432,0.432,1.133,0.434,1.564,0.002l8.142-8.143l-5.01-5.01
+ L666.51,730.357z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M666.51,730.357l4.227,4.227c0.432,0.432,1.133,0.434,1.564,0.002l8.142-8.143l-5.01-5.01
+ L666.51,730.357z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M666.51,730.357l4.227,4.227c0.432,0.432,1.133,0.434,1.564,0.002l8.142-8.143l-5.01-5.01
+ L666.51,730.357z"/>
+
+ <rect x="661.269" y="728.186" transform="matrix(-0.707 -0.7072 0.7072 -0.707 617.6544 1714.2551)" opacity="0.4" fill="#FFF8B9" width="5.314" height="1.994"/>
+
+ <rect x="661.269" y="728.186" transform="matrix(-0.707 -0.7072 0.7072 -0.707 617.6544 1714.2551)" opacity="0.4" fill="#FFF8B9" width="5.314" height="1.994"/>
+
+ <rect x="661.269" y="728.186" transform="matrix(-0.707 -0.7072 0.7072 -0.707 617.6544 1714.2551)" opacity="0.4" fill="#FFF8B9" width="5.314" height="1.994"/>
+
+ <rect x="661.269" y="728.186" transform="matrix(-0.707 -0.7072 0.7072 -0.707 617.6544 1714.2551)" opacity="0.2" fill="#FFF6A3" width="5.314" height="1.994"/>
+
+ <rect x="661.269" y="728.186" transform="matrix(-0.707 -0.7072 0.7072 -0.707 617.6544 1714.2551)" opacity="0.4" fill="#FFF8B9" width="5.314" height="1.994"/>
+
+ <rect x="656.596" y="720.101" transform="matrix(0.7069 -0.7074 0.7074 0.7069 -318.5433 677.0442)" opacity="0.4" fill="#FFF8B9" width="1.994" height="5.497"/>
+
+ <rect x="656.596" y="720.101" transform="matrix(0.7069 -0.7074 0.7074 0.7069 -318.5433 677.0442)" opacity="0.4" fill="#FFF8B9" width="1.994" height="5.497"/>
+
+ <rect x="656.596" y="720.101" transform="matrix(0.7069 -0.7074 0.7074 0.7069 -318.5433 677.0442)" opacity="0.4" fill="#FFF8B9" width="1.994" height="5.497"/>
+
+ <rect x="656.596" y="720.101" transform="matrix(0.7069 -0.7074 0.7074 0.7069 -318.5433 677.0442)" opacity="0.2" fill="#FFF6A3" width="1.994" height="5.497"/>
+
+ <rect x="656.596" y="720.101" transform="matrix(0.7069 -0.7074 0.7074 0.7069 -318.5433 677.0442)" opacity="0.4" fill="#FFF8B9" width="1.994" height="5.497"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M654.767,717.051l3.133-3.133l-3.539-3.539l-5.323,5.324l4.133,4.133l1.435-1.434
+ C654.349,717.975,654.401,717.416,654.767,717.051z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M654.767,717.051l3.133-3.133l-3.539-3.539l-5.323,5.324l4.133,4.133l1.435-1.434
+ C654.349,717.975,654.401,717.416,654.767,717.051z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M654.767,717.051l3.133-3.133l-3.539-3.539l-5.323,5.324l4.133,4.133l1.435-1.434
+ C654.349,717.975,654.401,717.416,654.767,717.051z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M654.767,717.051l3.133-3.133l-3.539-3.539l-5.323,5.324l4.133,4.133l1.435-1.434
+ C654.349,717.975,654.401,717.416,654.767,717.051z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M654.767,717.051l3.133-3.133l-3.539-3.539l-5.323,5.324l4.133,4.133l1.435-1.434
+ C654.349,717.975,654.401,717.416,654.767,717.051z"/>
+
+ <rect x="655.093" y="707.142" transform="matrix(0.7072 -0.707 0.707 0.7072 -308.8815 673.4805)" opacity="0.4" fill="#FFF8B9" width="7.083" height="5.005"/>
+
+ <rect x="655.093" y="707.142" transform="matrix(0.7072 -0.707 0.707 0.7072 -308.8815 673.4805)" opacity="0.4" fill="#FFF8B9" width="7.083" height="5.005"/>
+
+ <rect x="655.093" y="707.142" transform="matrix(0.7072 -0.707 0.707 0.7072 -308.8815 673.4805)" opacity="0.4" fill="#FFF8B9" width="7.083" height="5.005"/>
+
+ <rect x="655.093" y="707.142" transform="matrix(0.7072 -0.707 0.707 0.7072 -308.8815 673.4805)" opacity="0.4" fill="#FFF8B9" width="7.083" height="5.005"/>
+
+ <rect x="655.093" y="707.142" transform="matrix(0.7072 -0.707 0.707 0.7072 -308.8815 673.4805)" opacity="0.2" fill="#FFF6A3" width="7.083" height="5.005"/>
+
+ <rect x="655.093" y="707.142" transform="matrix(0.7072 -0.707 0.707 0.7072 -308.8815 673.4805)" opacity="0.4" fill="#FFF8B9" width="7.083" height="5.005"/>
+
+ <rect x="662.783" y="721.359" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -315.9866 685.2332)" opacity="0.4" fill="#FFF8B9" width="12.62" height="5.314"/>
+
+ <rect x="662.783" y="721.359" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -315.9866 685.2332)" opacity="0.4" fill="#FFF8B9" width="12.62" height="5.314"/>
+
+ <rect x="662.783" y="721.359" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -315.9866 685.2332)" opacity="0.4" fill="#FFF8B9" width="12.62" height="5.314"/>
+
+ <rect x="662.783" y="721.359" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -315.9866 685.2332)" opacity="0.2" fill="#FFF6A3" width="12.62" height="5.314"/>
+
+ <rect x="662.783" y="721.359" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -315.9866 685.2332)" opacity="0.4" fill="#FFF8B9" width="12.62" height="5.314"/>
+
+ <rect x="662.783" y="721.359" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -315.9866 685.2332)" opacity="0.4" fill="#FFF8B9" width="12.62" height="5.314"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M663.065,717.52c-0.433,0.432-1.134,0.432-1.565,0l-1.232-1.232l-3.914,3.914l3.888,3.887
+ l8.923-8.922l-1.872-1.873L663.065,717.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M663.065,717.52c-0.433,0.432-1.134,0.432-1.565,0l-1.232-1.232l-3.914,3.914l3.888,3.887
+ l8.923-8.922l-1.872-1.873L663.065,717.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M663.065,717.52c-0.433,0.432-1.134,0.432-1.565,0l-1.232-1.232l-3.914,3.914l3.888,3.887
+ l8.923-8.922l-1.872-1.873L663.065,717.52z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M663.065,717.52c-0.433,0.432-1.134,0.432-1.565,0l-1.232-1.232l-3.914,3.914l3.888,3.887
+ l8.923-8.922l-1.872-1.873L663.065,717.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M663.065,717.52c-0.433,0.432-1.134,0.432-1.565,0l-1.232-1.232l-3.914,3.914l3.888,3.887
+ l8.923-8.922l-1.872-1.873L663.065,717.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M663.065,717.52c-0.433,0.432-1.134,0.432-1.565,0l-1.232-1.232l-3.914,3.914l3.888,3.887
+ l8.923-8.922l-1.872-1.873L663.065,717.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.899,713.918l-3.133,3.133c-0.365,0.365-0.418,0.924-0.162,1.352l3.89-3.889
+ L657.899,713.918z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.899,713.918l-3.133,3.133c-0.365,0.365-0.418,0.924-0.162,1.352l3.89-3.889
+ L657.899,713.918z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.899,713.918l-3.133,3.133c-0.365,0.365-0.418,0.924-0.162,1.352l3.89-3.889
+ L657.899,713.918z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M657.899,713.918l-3.133,3.133c-0.365,0.365-0.418,0.924-0.162,1.352l3.89-3.889
+ L657.899,713.918z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.899,713.918l-3.133,3.133c-0.365,0.365-0.418,0.924-0.162,1.352l3.89-3.889
+ L657.899,713.918z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.899,713.918l-3.133,3.133c-0.365,0.365-0.418,0.924-0.162,1.352l3.89-3.889
+ L657.899,713.918z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M661.5,717.52c0.432,0.432,1.133,0.432,1.565,0l4.227-4.227l-2.016-2.016l-5.009,5.01
+ L661.5,717.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M661.5,717.52c0.432,0.432,1.133,0.432,1.565,0l4.227-4.227l-2.016-2.016l-5.009,5.01
+ L661.5,717.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M661.5,717.52c0.432,0.432,1.133,0.432,1.565,0l4.227-4.227l-2.016-2.016l-5.009,5.01
+ L661.5,717.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M661.5,717.52c0.432,0.432,1.133,0.432,1.565,0l4.227-4.227l-2.016-2.016l-5.009,5.01
+ L661.5,717.52z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M661.5,717.52c0.432,0.432,1.133,0.432,1.565,0l4.227-4.227l-2.016-2.016l-5.009,5.01
+ L661.5,717.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M661.5,717.52c0.432,0.432,1.133,0.432,1.565,0l4.227-4.227l-2.016-2.016l-5.009,5.01
+ L661.5,717.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M661.5,717.52c0.432,0.432,1.133,0.432,1.565,0l4.227-4.227l-2.016-2.016l-5.009,5.01
+ L661.5,717.52z"/>
+
+ <rect x="660.281" y="708.17" transform="matrix(0.7077 0.7065 -0.7065 0.7077 695.9731 -258.7603)" opacity="0.4" fill="#FFF8B9" width="0.84" height="7.083"/>
+
+ <rect x="660.281" y="708.17" transform="matrix(0.7077 0.7065 -0.7065 0.7077 695.9731 -258.7603)" opacity="0.4" fill="#FFF8B9" width="0.84" height="7.083"/>
+
+ <rect x="660.281" y="708.17" transform="matrix(0.7077 0.7065 -0.7065 0.7077 695.9731 -258.7603)" opacity="0.4" fill="#FFF8B9" width="0.84" height="7.083"/>
+
+ <rect x="660.281" y="708.17" transform="matrix(0.7077 0.7065 -0.7065 0.7077 695.9731 -258.7603)" opacity="0.4" fill="#FFF8B9" width="0.84" height="7.083"/>
+
+ <rect x="660.281" y="708.17" transform="matrix(0.7077 0.7065 -0.7065 0.7077 695.9731 -258.7603)" opacity="0.2" fill="#FFF6A3" width="0.84" height="7.083"/>
+
+ <rect x="660.281" y="708.17" transform="matrix(0.7077 0.7065 -0.7065 0.7077 695.9731 -258.7603)" opacity="0.4" fill="#FFF8B9" width="0.84" height="7.083"/>
+
+ <rect x="660.281" y="708.17" transform="matrix(0.7077 0.7065 -0.7065 0.7077 695.9731 -258.7603)" opacity="0.4" fill="#FFF8B9" width="0.84" height="7.083"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M609.368,655.371l19.726-19.726l-8.454-8.454l-18.942,18.943
+ c-0.433,0.432-0.324,1.242,0.242,1.809l3.801,3.801L609.368,655.371z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M609.368,655.371l19.726-19.726l-8.454-8.454l-18.942,18.943
+ c-0.433,0.432-0.324,1.242,0.242,1.809l3.801,3.801L609.368,655.371z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.7,670.152c0.081-0.081,0.225-0.07,0.32,0.025l15.405,15.404l10.803-10.803
+ l-39.135-39.134l-19.726,19.726l23.557,23.557L641.7,670.152z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.7,670.152c0.081-0.081,0.225-0.07,0.32,0.025l15.405,15.404l10.803-10.803
+ l-39.135-39.134l-19.726,19.726l23.557,23.557L641.7,670.152z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.7,670.152c0.081-0.081,0.225-0.07,0.32,0.025l15.405,15.404l10.803-10.803
+ l-39.135-39.134l-19.726,19.726l23.557,23.557L641.7,670.152z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M671.808,680.09c0.101-0.102,0.225-0.143,0.277-0.09l4.231,4.231l0.682-0.682l-6.259-6.259
+ l-6.889,6.889l1.933,1.934L671.808,680.09z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M671.808,680.09c0.101-0.102,0.225-0.143,0.277-0.09l4.231,4.231l0.682-0.682l-6.259-6.259
+ l-6.889,6.889l1.933,1.934L671.808,680.09z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M671.808,680.09c0.101-0.102,0.225-0.143,0.277-0.09l4.231,4.231l0.682-0.682l-6.259-6.259
+ l-6.889,6.889l1.933,1.934L671.808,680.09z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M681.608,688.16l1.62,1.619l2.505-2.504l-0.595-0.594l-1.722,1.721
+ C682.984,688.835,682.175,688.727,681.608,688.16z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M681.608,688.16l1.62,1.619l2.505-2.504l-0.595-0.594l-1.722,1.721
+ C682.984,688.835,682.175,688.727,681.608,688.16z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M681.608,688.16l1.62,1.619l2.505-2.504l-0.595-0.594l-1.722,1.721
+ C682.984,688.835,682.175,688.727,681.608,688.16z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M681.608,688.16l1.62,1.619l2.505-2.504l-0.595-0.594l-1.722,1.721
+ C682.984,688.835,682.175,688.727,681.608,688.16z"/>
+
+ <rect x="686.428" y="689.497" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1664.3203 695.1072)" opacity="0.4" fill="#FFF8B9" width="3.541" height="5.498"/>
+
+ <rect x="686.428" y="689.497" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1664.3203 695.1072)" opacity="0.4" fill="#FFF8B9" width="3.541" height="5.498"/>
+
+ <rect x="686.428" y="689.497" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1664.3203 695.1072)" opacity="0.5" fill="#D1E4B7" width="3.541" height="5.498"/>
+
+ <rect x="686.428" y="689.497" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1664.3203 695.1072)" opacity="0.4" fill="#FFF8B9" width="3.541" height="5.498"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.327,684.242c0.285-0.219,0.648-0.281,0.979-0.186l0.1-0.099l-0.408-0.408l-0.682,0.682
+ L676.327,684.242z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.327,684.242c0.285-0.219,0.648-0.281,0.979-0.186l0.1-0.099l-0.408-0.408l-0.682,0.682
+ L676.327,684.242z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M676.327,684.242c0.285-0.219,0.648-0.281,0.979-0.186l0.1-0.099l-0.408-0.408l-0.682,0.682
+ L676.327,684.242z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.327,684.242c0.285-0.219,0.648-0.281,0.979-0.186l0.1-0.099l-0.408-0.408l-0.682,0.682
+ L676.327,684.242z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M727.721,734.271l1.723-1.723c0.433-0.432,0.322-1.242-0.244-1.809l-35.294-35.293
+ l-2.504,2.506L727.721,734.271z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M727.721,734.271l1.723-1.723c0.433-0.432,0.322-1.242-0.244-1.809l-35.294-35.293
+ l-2.504,2.506L727.721,734.271z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M727.721,734.271l1.723-1.723c0.433-0.432,0.322-1.242-0.244-1.809l-35.294-35.293
+ l-2.504,2.506L727.721,734.271z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M727.721,734.271l1.723-1.723c0.433-0.432,0.322-1.242-0.244-1.809l-35.294-35.293
+ l-2.504,2.506L727.721,734.271z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="682.547,690.461 683.229,689.779 681.608,688.16 679.095,685.646 678.413,686.328
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="682.547,690.461 683.229,689.779 681.608,688.16 679.095,685.646 678.413,686.328
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="682.547,690.461 683.229,689.779 681.608,688.16 679.095,685.646 678.413,686.328
+ "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="682.547,690.461 683.229,689.779 681.608,688.16 679.095,685.646 678.413,686.328
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="682.547,690.461 683.229,689.779 681.608,688.16 679.095,685.646 678.413,686.328
+ "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M678.114,698.442l1.231,1.231c0.433,0.432,0.433,1.133,0,1.564l-3.131,3.131l1.873,1.873
+ l10.803-10.801l-3.888-3.887L678.114,698.442z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M678.114,698.442l1.231,1.231c0.433,0.432,0.433,1.133,0,1.564l-3.131,3.131l1.873,1.873
+ l10.803-10.801l-3.888-3.887L678.114,698.442z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M678.114,698.442l1.231,1.231c0.433,0.432,0.433,1.133,0,1.564l-3.131,3.131l1.873,1.873
+ l10.803-10.801l-3.888-3.887L678.114,698.442z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M678.114,698.442l1.231,1.231c0.433,0.432,0.433,1.133,0,1.564l-3.131,3.131l1.873,1.873
+ l10.803-10.801l-3.888-3.887L678.114,698.442z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M678.114,698.442l1.231,1.231c0.433,0.432,0.433,1.133,0,1.564l-3.131,3.131l1.873,1.873
+ l10.803-10.801l-3.888-3.887L678.114,698.442z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M677.307,684.057c-0.331-0.096-0.694-0.033-0.979,0.186l0.397,0.397L677.307,684.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M677.307,684.057c-0.331-0.096-0.694-0.033-0.979,0.186l0.397,0.397L677.307,684.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M677.307,684.057c-0.331-0.096-0.694-0.033-0.979,0.186l0.397,0.397L677.307,684.057z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M677.307,684.057c-0.331-0.096-0.694-0.033-0.979,0.186l0.397,0.397L677.307,684.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M677.307,684.057c-0.331-0.096-0.694-0.033-0.979,0.186l0.397,0.397L677.307,684.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M680.599,708.754l7.983,7.984c0.433,0.432,0.434,1.133,0.002,1.564l-4.228,4.227
+ l0.823,0.824c0.157,0.156,0.135,0.436-0.052,0.621l-3.577,3.578l25.418,25.418c0.566,0.566,1.377,0.676,1.81,0.244l18.942-18.943
+ l-36.319-36.318L680.599,708.754z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M680.599,708.754l7.983,7.984c0.433,0.432,0.434,1.133,0.002,1.564l-4.228,4.227
+ l0.823,0.824c0.157,0.156,0.135,0.436-0.052,0.621l-3.577,3.578l25.418,25.418c0.566,0.566,1.377,0.676,1.81,0.244l18.942-18.943
+ l-36.319-36.318L680.599,708.754z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M680.599,708.754l7.983,7.984c0.433,0.432,0.434,1.133,0.002,1.564l-4.228,4.227
+ l0.823,0.824c0.157,0.156,0.135,0.436-0.052,0.621l-3.577,3.578l25.418,25.418c0.566,0.566,1.377,0.676,1.81,0.244l18.942-18.943
+ l-36.319-36.318L680.599,708.754z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M680.599,708.754l7.983,7.984c0.433,0.432,0.434,1.133,0.002,1.564l-4.228,4.227
+ l0.823,0.824c0.157,0.156,0.135,0.436-0.052,0.621l-3.577,3.578l25.418,25.418c0.566,0.566,1.377,0.676,1.81,0.244l18.942-18.943
+ l-36.319-36.318L680.599,708.754z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M680.599,708.754l7.983,7.984c0.433,0.432,0.434,1.133,0.002,1.564l-4.228,4.227
+ l0.823,0.824c0.157,0.156,0.135,0.436-0.052,0.621l-3.577,3.578l25.418,25.418c0.566,0.566,1.377,0.676,1.81,0.244l18.942-18.943
+ l-36.319-36.318L680.599,708.754z"/>
+
+ <rect x="660.093" y="685.737" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1617.431 704.127)" opacity="0.4" fill="#FFF8B9" width="5.535" height="2.734"/>
+
+ <rect x="660.093" y="685.737" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1617.431 704.127)" opacity="0.4" fill="#FFF8B9" width="5.535" height="2.734"/>
+
+ <rect x="660.093" y="685.737" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1617.431 704.127)" opacity="0.4" fill="#FFF8B9" width="5.535" height="2.734"/>
+
+ <rect x="660.093" y="685.737" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1617.431 704.127)" opacity="0.4" fill="#FFF8B9" width="5.535" height="2.734"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.215,704.369l3.131-3.131c0.433-0.432,0.433-1.133,0-1.564l-1.231-1.231l-3.914,3.913
+ L676.215,704.369z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.215,704.369l3.131-3.131c0.433-0.432,0.433-1.133,0-1.564l-1.231-1.231l-3.914,3.913
+ L676.215,704.369z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.215,704.369l3.131-3.131c0.433-0.432,0.433-1.133,0-1.564l-1.231-1.231l-3.914,3.913
+ L676.215,704.369z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M676.215,704.369l3.131-3.131c0.433-0.432,0.433-1.133,0-1.564l-1.231-1.231l-3.914,3.913
+ L676.215,704.369z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.215,704.369l3.131-3.131c0.433-0.432,0.433-1.133,0-1.564l-1.231-1.231l-3.914,3.913
+ L676.215,704.369z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.215,704.369l3.131-3.131c0.433-0.432,0.433-1.133,0-1.564l-1.231-1.231l-3.914,3.913
+ L676.215,704.369z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M631.598,633.141l-7.428-7.428c-0.566-0.566-1.375-0.676-1.808-0.243l-1.723,1.722
+ l8.454,8.454L631.598,633.141z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M631.598,633.141l-7.428-7.428c-0.566-0.566-1.375-0.676-1.808-0.243l-1.723,1.722
+ l8.454,8.454L631.598,633.141z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M631.598,633.141l-7.428-7.428c-0.566-0.566-1.375-0.676-1.808-0.243l-1.723,1.722
+ l8.454,8.454L631.598,633.141z"/>
+
+ <rect x="648.143" y="626.287" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1571.8906 656.8215)" opacity="0.4" fill="#FFF8B9" width="3.541" height="55.345"/>
+
+ <rect x="648.143" y="626.287" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1571.8906 656.8215)" opacity="0.4" fill="#FFF8B9" width="3.541" height="55.345"/>
+
+ <rect x="648.143" y="626.287" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1571.8906 656.8215)" opacity="0.4" fill="#FFF8B9" width="3.541" height="55.345"/>
+
+ <rect x="648.143" y="626.287" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1571.8906 656.8215)" opacity="0.4" fill="#FFF8B9" width="3.541" height="55.345"/>
+
+ <rect x="673.349" y="674.742" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1632.7472 682.0299)" opacity="0.4" fill="#FFF8B9" width="3.542" height="8.852"/>
+
+ <rect x="673.349" y="674.742" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1632.7472 682.0299)" opacity="0.4" fill="#FFF8B9" width="3.542" height="8.852"/>
+
+ <rect x="673.349" y="674.742" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1632.7472 682.0299)" opacity="0.4" fill="#FFF8B9" width="3.542" height="8.852"/>
+
+ <rect x="673.349" y="674.742" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1632.7472 682.0299)" opacity="0.4" fill="#FFF8B9" width="3.542" height="8.852"/>
+
+ <rect x="676.684" y="682.213" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1640.7964 685.1753)" opacity="0.4" fill="#FFF8B9" width="3.542" height="0.577"/>
+
+ <rect x="676.684" y="682.213" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1640.7964 685.1753)" opacity="0.4" fill="#FFF8B9" width="3.542" height="0.577"/>
+
+ <rect x="676.684" y="682.213" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1640.7964 685.1753)" opacity="0.5" fill="#D1E4B7" width="3.542" height="0.577"/>
+
+ <rect x="676.684" y="682.213" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1640.7964 685.1753)" opacity="0.4" fill="#FFF8B9" width="3.542" height="0.577"/>
+
+ <rect x="676.684" y="682.213" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1640.7964 685.1753)" opacity="0.4" fill="#FFF8B9" width="3.542" height="0.577"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M681.608,688.16c0.566,0.566,1.376,0.675,1.809,0.242l1.722-1.721l-3.539-3.539
+ l-2.505,2.504L681.608,688.16z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M681.608,688.16c0.566,0.566,1.376,0.675,1.809,0.242l1.722-1.721l-3.539-3.539
+ l-2.505,2.504L681.608,688.16z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M681.608,688.16c0.566,0.566,1.376,0.675,1.809,0.242l1.722-1.721l-3.539-3.539
+ l-2.505,2.504L681.608,688.16z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M681.608,688.16c0.566,0.566,1.376,0.675,1.809,0.242l1.722-1.721l-3.539-3.539
+ l-2.505,2.504L681.608,688.16z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M681.608,688.16c0.566,0.566,1.376,0.675,1.809,0.242l1.722-1.721l-3.539-3.539
+ l-2.505,2.504L681.608,688.16z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M685.18,723.354l-0.823-0.824l-3.914,3.914l1.108,1.109l3.577-3.578
+ C685.314,723.789,685.337,723.51,685.18,723.354z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M685.18,723.354l-0.823-0.824l-3.914,3.914l1.108,1.109l3.577-3.578
+ C685.314,723.789,685.337,723.51,685.18,723.354z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M685.18,723.354l-0.823-0.824l-3.914,3.914l1.108,1.109l3.577-3.578
+ C685.314,723.789,685.337,723.51,685.18,723.354z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M685.18,723.354l-0.823-0.824l-3.914,3.914l1.108,1.109l3.577-3.578
+ C685.314,723.789,685.337,723.51,685.18,723.354z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M685.18,723.354l-0.823-0.824l-3.914,3.914l1.108,1.109l3.577-3.578
+ C685.314,723.789,685.337,723.51,685.18,723.354z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M685.18,723.354l-0.823-0.824l-3.914,3.914l1.108,1.109l3.577-3.578
+ C685.314,723.789,685.337,723.51,685.18,723.354z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="661.187,699.359 659.521,697.697 655.608,701.609 657.272,703.273 658.056,702.49
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="661.187,699.359 659.521,697.697 655.608,701.609 657.272,703.273 658.056,702.49
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="661.187,699.359 659.521,697.697 655.608,701.609 657.272,703.273 658.056,702.49
+ "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="661.187,699.359 659.521,697.697 655.608,701.609 657.272,703.273 658.056,702.49
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="661.187,699.359 659.521,697.697 655.608,701.609 657.272,703.273 658.056,702.49
+ "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.779,703.582c-0.108-0.375-0.02-0.797,0.276-1.092l-0.783,0.783l0.408,0.408
+ L657.779,703.582z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.779,703.582c-0.108-0.375-0.02-0.797,0.276-1.092l-0.783,0.783l0.408,0.408
+ L657.779,703.582z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.779,703.582c-0.108-0.375-0.02-0.797,0.276-1.092l-0.783,0.783l0.408,0.408
+ L657.779,703.582z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.779,703.582c-0.108-0.375-0.02-0.797,0.276-1.092l-0.783,0.783l0.408,0.408
+ L657.779,703.582z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M657.779,703.582c-0.108-0.375-0.02-0.797,0.276-1.092l-0.783,0.783l0.408,0.408
+ L657.779,703.582z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.779,703.582c-0.108-0.375-0.02-0.797,0.276-1.092l-0.783,0.783l0.408,0.408
+ L657.779,703.582z"/>
+
+ <rect x="661.273" y="702.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1631.0068 733.9988)" opacity="0.4" fill="#FFF8B9" width="4.428" height="5.005"/>
+
+ <rect x="661.273" y="702.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1631.0068 733.9988)" opacity="0.4" fill="#FFF8B9" width="4.428" height="5.005"/>
+
+ <rect x="661.273" y="702.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1631.0068 733.9988)" opacity="0.4" fill="#FFF8B9" width="4.428" height="5.005"/>
+
+ <rect x="661.273" y="702.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1631.0068 733.9988)" opacity="0.5" fill="#D1E4B7" width="4.428" height="5.005"/>
+
+ <rect x="661.273" y="702.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1631.0068 733.9988)" opacity="0.4" fill="#FFF8B9" width="4.428" height="5.005"/>
+
+ <rect x="661.273" y="702.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1631.0068 733.9988)" opacity="0.2" fill="#FFF6A3" width="4.428" height="5.005"/>
+
+ <rect x="661.273" y="702.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1631.0068 733.9988)" opacity="0.4" fill="#FFF8B9" width="4.428" height="5.005"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.779,703.582l3.814-3.814l-0.407-0.408l-3.131,3.131
+ C657.76,702.785,657.671,703.207,657.779,703.582z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.779,703.582l3.814-3.814l-0.407-0.408l-3.131,3.131
+ C657.76,702.785,657.671,703.207,657.779,703.582z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.779,703.582l3.814-3.814l-0.407-0.408l-3.131,3.131
+ C657.76,702.785,657.671,703.207,657.779,703.582z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M657.779,703.582l3.814-3.814l-0.407-0.408l-3.131,3.131
+ C657.76,702.785,657.671,703.207,657.779,703.582z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.779,703.582l3.814-3.814l-0.407-0.408l-3.131,3.131
+ C657.76,702.785,657.671,703.207,657.779,703.582z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M657.779,703.582l3.814-3.814l-0.407-0.408l-3.131,3.131
+ C657.76,702.785,657.671,703.207,657.779,703.582z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.779,703.582l3.814-3.814l-0.407-0.408l-3.131,3.131
+ C657.76,702.785,657.671,703.207,657.779,703.582z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.843,686.692c0.187-0.187,0.465-0.21,0.622-0.053l3.951,3.952l5.01-5.01l-15.405-15.404
+ c-0.096-0.096-0.239-0.106-0.32-0.025l-8.775,8.775l11.341,11.342L647.843,686.692z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.843,686.692c0.187-0.187,0.465-0.21,0.622-0.053l3.951,3.952l5.01-5.01l-15.405-15.404
+ c-0.096-0.096-0.239-0.106-0.32-0.025l-8.775,8.775l11.341,11.342L647.843,686.692z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M647.843,686.692c0.187-0.187,0.465-0.21,0.622-0.053l3.951,3.952l5.01-5.01l-15.405-15.404
+ c-0.096-0.096-0.239-0.106-0.32-0.025l-8.775,8.775l11.341,11.342L647.843,686.692z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.843,686.692c0.187-0.187,0.465-0.21,0.622-0.053l3.951,3.952l5.01-5.01l-15.405-15.404
+ c-0.096-0.096-0.239-0.106-0.32-0.025l-8.775,8.775l11.341,11.342L647.843,686.692z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.044,694.852l4.826-4.824l-1.934-1.934l-5.01,5.008l2.027,2.027
+ C656.902,695.078,656.942,694.953,657.044,694.852z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.044,694.852l4.826-4.824l-1.934-1.934l-5.01,5.008l2.027,2.027
+ C656.902,695.078,656.942,694.953,657.044,694.852z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.044,694.852l4.826-4.824l-1.934-1.934l-5.01,5.008l2.027,2.027
+ C656.902,695.078,656.942,694.953,657.044,694.852z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M657.044,694.852l4.826-4.824l-1.934-1.934l-5.01,5.008l2.027,2.027
+ C656.902,695.078,656.942,694.953,657.044,694.852z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.044,694.852l4.826-4.824l-1.934-1.934l-5.01,5.008l2.027,2.027
+ C656.902,695.078,656.942,694.953,657.044,694.852z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M652.416,690.592l-3.951-3.952c-0.157-0.157-0.436-0.134-0.622,0.053l-3.577,3.577
+ l0.979,0.979l3.258,3.258L652.416,690.592z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M652.416,690.592l-3.951-3.952c-0.157-0.157-0.436-0.134-0.622,0.053l-3.577,3.577
+ l0.979,0.979l3.258,3.258L652.416,690.592z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M652.416,690.592l-3.951-3.952c-0.157-0.157-0.436-0.134-0.622,0.053l-3.577,3.577
+ l0.979,0.979l3.258,3.258L652.416,690.592z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M652.416,690.592l-3.951-3.952c-0.157-0.157-0.436-0.134-0.622,0.053l-3.577,3.577
+ l0.979,0.979l3.258,3.258L652.416,690.592z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M652.416,690.592l-3.951-3.952c-0.157-0.157-0.436-0.134-0.622,0.053l-3.577,3.577
+ l0.979,0.979l3.258,3.258L652.416,690.592z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="655.608,701.609 659.521,697.697 656.954,695.129 654.927,693.102 651.013,697.016
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="655.608,701.609 659.521,697.697 656.954,695.129 654.927,693.102 651.013,697.016
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="655.608,701.609 659.521,697.697 656.954,695.129 654.927,693.102 651.013,697.016
+ "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="655.608,701.609 659.521,697.697 656.954,695.129 654.927,693.102 651.013,697.016
+ "/>
+ <polygon opacity="0.4" fill="#FFF6A3" points="655.608,701.609 659.521,697.697 656.954,695.129 654.927,693.102 651.013,697.016
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="655.608,701.609 659.521,697.697 656.954,695.129 654.927,693.102 651.013,697.016
+ "/>
+
+ <rect x="671.104" y="706.486" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1652.1912 731.2611)" opacity="0.4" fill="#FFF8B9" width="7.085" height="2.649"/>
+
+ <rect x="671.104" y="706.486" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1652.1912 731.2611)" opacity="0.4" fill="#FFF8B9" width="7.085" height="2.649"/>
+
+ <rect x="671.104" y="706.486" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1652.1912 731.2611)" opacity="0.4" fill="#FFF8B9" width="7.085" height="2.649"/>
+
+ <rect x="671.104" y="706.486" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1652.1912 731.2611)" opacity="0.5" fill="#D1E4B7" width="7.085" height="2.649"/>
+
+ <rect x="671.104" y="706.486" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1652.1912 731.2611)" opacity="0.4" fill="#FFF8B9" width="7.085" height="2.649"/>
+
+ <rect x="671.104" y="706.486" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1652.1912 731.2611)" opacity="0.4" fill="#FFF8B9" width="7.085" height="2.649"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M684.356,722.529l4.228-4.227c0.432-0.432,0.431-1.133-0.002-1.564l-7.983-7.984
+ l-5.01,5.008L684.356,722.529z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M684.356,722.529l4.228-4.227c0.432-0.432,0.431-1.133-0.002-1.564l-7.983-7.984
+ l-5.01,5.008L684.356,722.529z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M684.356,722.529l4.228-4.227c0.432-0.432,0.431-1.133-0.002-1.564l-7.983-7.984
+ l-5.01,5.008L684.356,722.529z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M684.356,722.529l4.228-4.227c0.432-0.432,0.431-1.133-0.002-1.564l-7.983-7.984
+ l-5.01,5.008L684.356,722.529z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M684.356,722.529l4.228-4.227c0.432-0.432,0.431-1.133-0.002-1.564l-7.983-7.984
+ l-5.01,5.008L684.356,722.529z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M684.356,722.529l4.228-4.227c0.432-0.432,0.431-1.133-0.002-1.564l-7.983-7.984
+ l-5.01,5.008L684.356,722.529z"/>
+
+ <rect x="671.277" y="702.324" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 649.2524 1680.6616)" opacity="0.4" fill="#FFF8B9" width="2.851" height="7.084"/>
+
+ <rect x="671.277" y="702.324" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 649.2524 1680.6616)" opacity="0.4" fill="#FFF8B9" width="2.851" height="7.084"/>
+
+ <rect x="671.277" y="702.324" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 649.2524 1680.6616)" opacity="0.4" fill="#FFF8B9" width="2.851" height="7.084"/>
+
+ <rect x="671.277" y="702.324" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 649.2524 1680.6616)" opacity="0.5" fill="#D1E4B7" width="2.851" height="7.084"/>
+
+ <rect x="671.277" y="702.324" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 649.2524 1680.6616)" opacity="0.4" fill="#FFF8B9" width="2.851" height="7.084"/>
+
+ <rect x="671.277" y="702.324" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 649.2524 1680.6616)" opacity="0.4" fill="#FFF8B9" width="2.851" height="7.084"/>
+
+ <rect x="671.277" y="702.324" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 649.2524 1680.6616)" opacity="0.4" fill="#FFF8B9" width="2.851" height="7.084"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.458,716.893l2.975,2.975c0.433,0.434,0.432,1.135,0,1.566l5.01,5.01l3.914-3.914
+ l-8.768-8.768L672.458,716.893z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.458,716.893l2.975,2.975c0.433,0.434,0.432,1.135,0,1.566l5.01,5.01l3.914-3.914
+ l-8.768-8.768L672.458,716.893z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.458,716.893l2.975,2.975c0.433,0.434,0.432,1.135,0,1.566l5.01,5.01l3.914-3.914
+ l-8.768-8.768L672.458,716.893z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M672.458,716.893l2.975,2.975c0.433,0.434,0.432,1.135,0,1.566l5.01,5.01l3.914-3.914
+ l-8.768-8.768L672.458,716.893z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M672.458,716.893l2.975,2.975c0.433,0.434,0.432,1.135,0,1.566l5.01,5.01l3.914-3.914
+ l-8.768-8.768L672.458,716.893z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.458,716.893l2.975,2.975c0.433,0.434,0.432,1.135,0,1.566l5.01,5.01l3.914-3.914
+ l-8.768-8.768L672.458,716.893z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.458,716.893l2.975,2.975c0.433,0.434,0.432,1.135,0,1.566l5.01,5.01l3.914-3.914
+ l-8.768-8.768L672.458,716.893z"/>
+
+ <rect x="669.253" y="709.667" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 641.1152 1689.4183)" opacity="0.4" fill="#FFF8B9" width="2.648" height="4.428"/>
+
+ <rect x="669.253" y="709.667" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 641.1152 1689.4183)" opacity="0.4" fill="#FFF8B9" width="2.648" height="4.428"/>
+
+ <rect x="669.253" y="709.667" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 641.1152 1689.4183)" opacity="0.4" fill="#FFF8B9" width="2.648" height="4.428"/>
+
+ <rect x="669.253" y="709.667" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 641.1152 1689.4183)" opacity="0.5" fill="#D1E4B7" width="2.648" height="4.428"/>
+
+ <rect x="669.253" y="709.667" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 641.1152 1689.4183)" opacity="0.2" fill="#FFF6A3" width="2.648" height="4.428"/>
+
+ <rect x="669.253" y="709.667" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 641.1152 1689.4183)" opacity="0.4" fill="#FFF8B9" width="2.648" height="4.428"/>
+
+ <rect x="669.253" y="709.667" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 641.1152 1689.4183)" opacity="0.4" fill="#FFF8B9" width="2.648" height="4.428"/>
+
+ <rect x="665.134" y="704.645" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 637.145 1677.3243)" opacity="0.4" fill="#FFF8B9" width="0.84" height="4.428"/>
+
+ <rect x="665.134" y="704.645" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 637.145 1677.3243)" opacity="0.4" fill="#FFF8B9" width="0.84" height="4.428"/>
+
+ <rect x="665.134" y="704.645" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 637.145 1677.3243)" opacity="0.4" fill="#FFF8B9" width="0.84" height="4.428"/>
+
+ <rect x="665.134" y="704.645" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 637.145 1677.3243)" opacity="0.5" fill="#D1E4B7" width="0.84" height="4.428"/>
+
+ <rect x="665.134" y="704.645" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 637.145 1677.3243)" opacity="0.4" fill="#FFF8B9" width="0.84" height="4.428"/>
+
+ <rect x="665.134" y="704.645" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 637.145 1677.3243)" opacity="0.2" fill="#FFF6A3" width="0.84" height="4.428"/>
+
+ <rect x="665.134" y="704.645" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 637.145 1677.3243)" opacity="0.4" fill="#FFF8B9" width="0.84" height="4.428"/>
+
+ <rect x="665.134" y="704.645" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 637.145 1677.3243)" opacity="0.4" fill="#FFF8B9" width="0.84" height="4.428"/>
+
+ <rect x="666.419" y="708.511" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1643.4285 739.1426)" opacity="0.4" fill="#FFF8B9" width="4.428" height="2.851"/>
+
+ <rect x="666.419" y="708.511" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1643.4285 739.1426)" opacity="0.4" fill="#FFF8B9" width="4.428" height="2.851"/>
+
+ <rect x="666.419" y="708.511" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1643.4285 739.1426)" opacity="0.4" fill="#FFF8B9" width="4.428" height="2.851"/>
+
+ <rect x="666.419" y="708.511" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1643.4285 739.1426)" opacity="0.5" fill="#D1E4B7" width="4.428" height="2.851"/>
+
+ <rect x="666.419" y="708.511" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1643.4285 739.1426)" opacity="0.4" fill="#FFF8B9" width="4.428" height="2.851"/>
+
+ <rect x="666.419" y="708.511" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1643.4285 739.1426)" opacity="0.2" fill="#FFF6A3" width="4.428" height="2.851"/>
+
+ <rect x="666.419" y="708.511" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1643.4285 739.1426)" opacity="0.4" fill="#FFF8B9" width="4.428" height="2.851"/>
+
+ <rect x="666.419" y="708.511" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1643.4285 739.1426)" opacity="0.4" fill="#FFF8B9" width="4.428" height="2.851"/>
+
+ <rect x="660.976" y="704.247" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -305.9893 674.7745)" opacity="0.4" fill="#FFF8B9" width="1.108" height="5.005"/>
+
+ <rect x="660.976" y="704.247" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -305.9893 674.7745)" opacity="0.4" fill="#FFF8B9" width="1.108" height="5.005"/>
+
+ <rect x="660.976" y="704.247" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -305.9893 674.7745)" opacity="0.4" fill="#FFF8B9" width="1.108" height="5.005"/>
+
+ <rect x="660.976" y="704.247" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -305.9893 674.7745)" opacity="0.5" fill="#D1E4B7" width="1.108" height="5.005"/>
+
+ <rect x="660.976" y="704.247" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -305.9893 674.7745)" opacity="0.4" fill="#FFF8B9" width="1.108" height="5.005"/>
+
+ <rect x="660.976" y="704.247" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -305.9893 674.7745)" opacity="0.2" fill="#FFF6A3" width="1.108" height="5.005"/>
+
+ <rect x="660.976" y="704.247" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -305.9893 674.7745)" opacity="0.4" fill="#FFF8B9" width="1.108" height="5.005"/>
+
+ <rect x="660.976" y="704.247" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -305.9893 674.7745)" opacity="0.4" fill="#FFF8B9" width="1.108" height="5.005"/>
+
+ <rect x="668.066" y="712.514" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1646.1647 745.812)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.648"/>
+
+ <rect x="668.066" y="712.514" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1646.1647 745.812)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.648"/>
+
+ <rect x="668.066" y="712.514" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1646.1647 745.812)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.648"/>
+
+ <rect x="668.066" y="712.514" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1646.1647 745.812)" opacity="0.5" fill="#D1E4B7" width="1.108" height="2.648"/>
+
+ <rect x="668.066" y="712.514" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1646.1647 745.812)" opacity="0.2" fill="#FFF6A3" width="1.108" height="2.648"/>
+
+ <rect x="668.066" y="712.514" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1646.1647 745.812)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.648"/>
+
+ <rect x="668.066" y="712.514" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1646.1647 745.812)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.648"/>
+
+ <rect x="668.066" y="712.514" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1646.1647 745.812)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.648"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M675.433,721.434c0.432-0.432,0.433-1.133,0-1.566l-2.975-2.975l-0.783,0.783
+ L675.433,721.434z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M675.433,721.434c0.432-0.432,0.433-1.133,0-1.566l-2.975-2.975l-0.783,0.783
+ L675.433,721.434z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M675.433,721.434c0.432-0.432,0.433-1.133,0-1.566l-2.975-2.975l-0.783,0.783
+ L675.433,721.434z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M675.433,721.434c0.432-0.432,0.433-1.133,0-1.566l-2.975-2.975l-0.783,0.783
+ L675.433,721.434z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M675.433,721.434c0.432-0.432,0.433-1.133,0-1.566l-2.975-2.975l-0.783,0.783
+ L675.433,721.434z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M675.433,721.434c0.432-0.432,0.433-1.133,0-1.566l-2.975-2.975l-0.783,0.783
+ L675.433,721.434z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M675.433,721.434c0.432-0.432,0.433-1.133,0-1.566l-2.975-2.975l-0.783,0.783
+ L675.433,721.434z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M675.433,721.434c0.432-0.432,0.433-1.133,0-1.566l-2.975-2.975l-0.783,0.783
+ L675.433,721.434z"/>
+
+ <rect x="665.251" y="711.34" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 634.702 1686.6892)" opacity="0.4" fill="#FFF8B9" width="2.851" height="1.108"/>
+
+ <rect x="665.251" y="711.34" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 634.702 1686.6892)" opacity="0.4" fill="#FFF8B9" width="2.851" height="1.108"/>
+
+ <rect x="665.251" y="711.34" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 634.702 1686.6892)" opacity="0.4" fill="#FFF8B9" width="2.851" height="1.108"/>
+
+ <rect x="665.251" y="711.34" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 634.702 1686.6892)" opacity="0.5" fill="#D1E4B7" width="2.851" height="1.108"/>
+
+ <rect x="665.251" y="711.34" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 634.702 1686.6892)" opacity="0.4" fill="#FFF8B9" width="2.851" height="1.108"/>
+
+ <rect x="665.251" y="711.34" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 634.702 1686.6892)" opacity="0.2" fill="#FFF6A3" width="2.851" height="1.108"/>
+
+ <rect x="665.251" y="711.34" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 634.702 1686.6892)" opacity="0.4" fill="#FFF8B9" width="2.851" height="1.108"/>
+
+ <rect x="665.251" y="711.34" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 634.702 1686.6892)" opacity="0.4" fill="#FFF8B9" width="2.851" height="1.108"/>
+
+ <rect x="665.251" y="711.34" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 634.702 1686.6892)" opacity="0.4" fill="#FFF8B9" width="2.851" height="1.108"/>
+
+ <rect x="663.177" y="708.262" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 632.4203 1679.2836)" opacity="0.4" fill="#FFF8B9" width="0.84" height="1.108"/>
+
+ <rect x="663.177" y="708.262" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 632.4203 1679.2836)" opacity="0.4" fill="#FFF8B9" width="0.84" height="1.108"/>
+
+ <rect x="663.177" y="708.262" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 632.4203 1679.2836)" opacity="0.4" fill="#FFF8B9" width="0.84" height="1.108"/>
+
+ <rect x="663.177" y="708.262" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 632.4203 1679.2836)" opacity="0.5" fill="#D1E4B7" width="0.84" height="1.108"/>
+
+ <rect x="663.177" y="708.262" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 632.4203 1679.2836)" opacity="0.4" fill="#FFF8B9" width="0.84" height="1.108"/>
+
+ <rect x="663.177" y="708.262" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 632.4203 1679.2836)" opacity="0.2" fill="#FFF6A3" width="0.84" height="1.108"/>
+
+ <rect x="663.177" y="708.262" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 632.4203 1679.2836)" opacity="0.4" fill="#FFF8B9" width="0.84" height="1.108"/>
+
+ <rect x="663.177" y="708.262" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 632.4203 1679.2836)" opacity="0.4" fill="#FFF8B9" width="0.84" height="1.108"/>
+
+ <rect x="663.177" y="708.262" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 632.4203 1679.2836)" opacity="0.4" fill="#FFF8B9" width="0.84" height="1.108"/>
+
+ <rect x="628.492" y="754.036" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 570.3607 1747.8706)" opacity="0.4" fill="#FFF8B9" width="37.388" height="3.542"/>
+
+ <rect x="628.492" y="754.036" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 570.3607 1747.8706)" opacity="0.4" fill="#FFF8B9" width="37.388" height="3.542"/>
+
+ <rect x="628.492" y="754.036" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 570.3607 1747.8706)" opacity="0.4" fill="#FFF8B9" width="37.388" height="3.542"/>
+
+ <rect x="628.355" y="735.825" transform="matrix(0.7068 -0.7074 0.7074 0.7068 -337.8433 662.3177)" opacity="0.4" fill="#FFF8B9" width="3.542" height="5.845"/>
+
+ <rect x="628.355" y="735.825" transform="matrix(0.7068 -0.7074 0.7074 0.7068 -337.8433 662.3177)" opacity="0.4" fill="#FFF8B9" width="3.542" height="5.845"/>
+
+ <rect x="628.355" y="735.825" transform="matrix(0.7068 -0.7074 0.7074 0.7068 -337.8433 662.3177)" opacity="0.4" fill="#FFF8B9" width="3.542" height="5.845"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M700.167,770.592l1.748,1.748c0.692-0.557,1.378-1.123,2.058-1.701l-1.927-1.926
+ L700.167,770.592z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M700.167,770.592l1.748,1.748c0.692-0.557,1.378-1.123,2.058-1.701l-1.927-1.926
+ L700.167,770.592z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M700.167,770.592l1.748,1.748c0.692-0.557,1.378-1.123,2.058-1.701l-1.927-1.926
+ L700.167,770.592z"/>
+
+ <rect x="630.092" y="731.466" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -333.4502 663.6699)" opacity="0.4" fill="#FFF8B9" width="8.784" height="5.847"/>
+
+ <rect x="630.092" y="731.466" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -333.4502 663.6699)" opacity="0.4" fill="#FFF8B9" width="8.784" height="5.847"/>
+
+ <rect x="630.092" y="731.466" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -333.4502 663.6699)" opacity="0.4" fill="#FFF8B9" width="8.784" height="5.847"/>
+
+ <rect x="630.092" y="731.466" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -333.4502 663.6699)" opacity="0.4" fill="#FFF8B9" width="8.784" height="5.847"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.42,751.113l-15.989-15.988l-6.211,6.211l26.437,26.438l17.063-17.063
+ c0.434-0.434,1.133-0.434,1.565-0.002l19.882,19.883l1.879-1.879l-30.828-30.828l-13.177,13.178
+ C657.854,751.248,657.577,751.271,657.42,751.113z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.42,751.113l-15.989-15.988l-6.211,6.211l26.437,26.438l17.063-17.063
+ c0.434-0.434,1.133-0.434,1.565-0.002l19.882,19.883l1.879-1.879l-30.828-30.828l-13.177,13.178
+ C657.854,751.248,657.577,751.271,657.42,751.113z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.42,751.113l-15.989-15.988l-6.211,6.211l26.437,26.438l17.063-17.063
+ c0.434-0.434,1.133-0.434,1.565-0.002l19.882,19.883l1.879-1.879l-30.828-30.828l-13.177,13.178
+ C657.854,751.248,657.577,751.271,657.42,751.113z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.42,751.113l-15.989-15.988l-6.211,6.211l26.437,26.438l17.063-17.063
+ c0.434-0.434,1.133-0.434,1.565-0.002l19.882,19.883l1.879-1.879l-30.828-30.828l-13.177,13.178
+ C657.854,751.248,657.577,751.271,657.42,751.113z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M620.956,727.072l-2.382,2.381c0.083,0.238,0.227,0.473,0.43,0.678l5.706,5.705l2.505-2.504
+ L620.956,727.072z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M620.956,727.072l-2.382,2.381c0.083,0.238,0.227,0.473,0.43,0.678l5.706,5.705l2.505-2.504
+ L620.956,727.072z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M620.956,727.072l-2.382,2.381c0.083,0.238,0.227,0.473,0.43,0.678l5.706,5.705l2.505-2.504
+ L620.956,727.072z"/>
+
+ <rect x="622.799" y="722.671" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -330.4351 656.4526)" opacity="0.4" fill="#FFF8B9" width="8.784" height="8.852"/>
+
+ <rect x="622.799" y="722.671" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -330.4351 656.4526)" opacity="0.4" fill="#FFF8B9" width="8.784" height="8.852"/>
+
+ <rect x="622.799" y="722.671" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -330.4351 656.4526)" opacity="0.5" fill="#D1E4B7" width="8.784" height="8.852"/>
+
+ <rect x="622.799" y="722.671" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -330.4351 656.4526)" opacity="0.4" fill="#FFF8B9" width="8.784" height="8.852"/>
+
+ <rect x="625.878" y="733.017" transform="matrix(0.7071 0.7071 -0.7071 0.7071 702.9735 -227.5521)" opacity="0.4" fill="#FFF8B9" width="0.577" height="3.542"/>
+
+ <rect x="625.878" y="733.017" transform="matrix(0.7071 0.7071 -0.7071 0.7071 702.9735 -227.5521)" opacity="0.4" fill="#FFF8B9" width="0.577" height="3.542"/>
+
+ <rect x="625.878" y="733.017" transform="matrix(0.7071 0.7071 -0.7071 0.7071 702.9735 -227.5521)" opacity="0.5" fill="#D1E4B7" width="0.577" height="3.542"/>
+
+ <rect x="625.878" y="733.017" transform="matrix(0.7071 0.7071 -0.7071 0.7071 702.9735 -227.5521)" opacity="0.4" fill="#FFF8B9" width="0.577" height="3.542"/>
+
+ <rect x="626.132" y="730.141" transform="matrix(0.707 -0.7072 0.7072 0.707 -331.8265 659.9373)" opacity="0.4" fill="#FFF8B9" width="8.785" height="0.577"/>
+
+ <rect x="626.132" y="730.141" transform="matrix(0.707 -0.7072 0.7072 0.707 -331.8265 659.9373)" opacity="0.4" fill="#FFF8B9" width="8.785" height="0.577"/>
+
+ <rect x="626.132" y="730.141" transform="matrix(0.707 -0.7072 0.7072 0.707 -331.8265 659.9373)" opacity="0.4" fill="#FFF8B9" width="8.785" height="0.577"/>
+
+ <rect x="626.132" y="730.141" transform="matrix(0.707 -0.7072 0.7072 0.707 -331.8265 659.9373)" opacity="0.5" fill="#D1E4B7" width="8.785" height="0.577"/>
+
+ <rect x="626.132" y="730.141" transform="matrix(0.707 -0.7072 0.7072 0.707 -331.8265 659.9373)" opacity="0.4" fill="#FFF8B9" width="8.785" height="0.577"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.151,770.277l16.749,16.75c1.208-0.443,2.409-0.912,3.604-1.406l-17.848-17.848
+ L659.151,770.277z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.151,770.277l16.749,16.75c1.208-0.443,2.409-0.912,3.604-1.406l-17.848-17.848
+ L659.151,770.277z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.151,770.277l16.749,16.75c1.208-0.443,2.409-0.912,3.604-1.406l-17.848-17.848
+ L659.151,770.277z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.151,770.277l16.749,16.75c1.208-0.443,2.409-0.912,3.604-1.406l-17.848-17.848
+ L659.151,770.277z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M690.698,780.061c3.879-2.268,7.631-4.842,11.217-7.721l-1.748-1.748L690.698,780.061z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M690.698,780.061c3.879-2.268,7.631-4.842,11.217-7.721l-1.748-1.748L690.698,780.061z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M690.698,780.061c3.879-2.268,7.631-4.842,11.217-7.721l-1.748-1.748L690.698,780.061z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M690.698,780.061c3.879-2.268,7.631-4.842,11.217-7.721l-1.748-1.748L690.698,780.061z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M680.285,750.709c-0.433-0.432-1.132-0.432-1.565,0.002l-17.063,17.063l17.848,17.848
+ c3.825-1.586,7.566-3.439,11.194-5.561l9.469-9.469L680.285,750.709z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M680.285,750.709c-0.433-0.432-1.132-0.432-1.565,0.002l-17.063,17.063l17.848,17.848
+ c3.825-1.586,7.566-3.439,11.194-5.561l9.469-9.469L680.285,750.709z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M680.285,750.709c-0.433-0.432-1.132-0.432-1.565,0.002l-17.063,17.063l17.848,17.848
+ c3.825-1.586,7.566-3.439,11.194-5.561l9.469-9.469L680.285,750.709z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M680.285,750.709c-0.433-0.432-1.132-0.432-1.565,0.002l-17.063,17.063l17.848,17.848
+ c3.825-1.586,7.566-3.439,11.194-5.561l9.469-9.469L680.285,750.709z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M680.285,750.709c-0.433-0.432-1.132-0.432-1.565,0.002l-17.063,17.063l17.848,17.848
+ c3.825-1.586,7.566-3.439,11.194-5.561l9.469-9.469L680.285,750.709z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.151,737.715c-0.433,0.434-1.134,0.434-1.566,0l-9.373-9.371l-6.781,6.781
+ l15.989,15.988c0.157,0.158,0.435,0.135,0.621-0.051l13.177-13.178l-6.118-6.117L659.151,737.715z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.151,737.715c-0.433,0.434-1.134,0.434-1.566,0l-9.373-9.371l-6.781,6.781
+ l15.989,15.988c0.157,0.158,0.435,0.135,0.621-0.051l13.177-13.178l-6.118-6.117L659.151,737.715z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.151,737.715c-0.433,0.434-1.134,0.434-1.566,0l-9.373-9.371l-6.781,6.781
+ l15.989,15.988c0.157,0.158,0.435,0.135,0.621-0.051l13.177-13.178l-6.118-6.117L659.151,737.715z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M659.151,737.715c-0.433,0.434-1.134,0.434-1.566,0l-9.373-9.371l-6.781,6.781
+ l15.989,15.988c0.157,0.158,0.435,0.135,0.621-0.051l13.177-13.178l-6.118-6.117L659.151,737.715z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.151,737.715c-0.433,0.434-1.134,0.434-1.566,0l-9.373-9.371l-6.781,6.781
+ l15.989,15.988c0.157,0.158,0.435,0.135,0.621-0.051l13.177-13.178l-6.118-6.117L659.151,737.715z"/>
+
+ <rect x="638.058" y="723.096" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 579.2964 1695.8179)" opacity="0.4" fill="#FFF8B9" width="5.846" height="9.592"/>
+
+ <rect x="638.058" y="723.096" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 579.2964 1695.8179)" opacity="0.4" fill="#FFF8B9" width="5.846" height="9.592"/>
+
+ <rect x="638.058" y="723.096" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 579.2964 1695.8179)" opacity="0.4" fill="#FFF8B9" width="5.846" height="9.592"/>
+
+ <rect x="638.058" y="723.096" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 579.2964 1695.8179)" opacity="0.2" fill="#FFF6A3" width="5.846" height="9.592"/>
+
+ <rect x="638.058" y="723.096" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 579.2964 1695.8179)" opacity="0.4" fill="#FFF8B9" width="5.846" height="9.592"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.233,707.9c-0.203-0.205-0.438-0.348-0.677-0.43l-13.39,13.391l6.259,6.258
+ l13.514-13.514L641.233,707.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.233,707.9c-0.203-0.205-0.438-0.348-0.677-0.43l-13.39,13.391l6.259,6.258
+ l13.514-13.514L641.233,707.9z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M641.233,707.9c-0.203-0.205-0.438-0.348-0.677-0.43l-13.39,13.391l6.259,6.258
+ l13.514-13.514L641.233,707.9z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M641.233,707.9c-0.203-0.205-0.438-0.348-0.677-0.43l-13.39,13.391l6.259,6.258
+ l13.514-13.514L641.233,707.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.233,707.9c-0.203-0.205-0.438-0.348-0.677-0.43l-13.39,13.391l6.259,6.258
+ l13.514-13.514L641.233,707.9z"/>
+
+ <rect x="630.831" y="720.278" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -321.9525 663.8708)" opacity="0.4" fill="#FFF8B9" width="19.111" height="0.577"/>
+
+ <rect x="630.831" y="720.278" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -321.9525 663.8708)" opacity="0.4" fill="#FFF8B9" width="19.111" height="0.577"/>
+
+ <rect x="630.831" y="720.278" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -321.9525 663.8708)" opacity="0.4" fill="#FFF8B9" width="19.111" height="0.577"/>
+
+ <rect x="630.831" y="720.278" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -321.9525 663.8708)" opacity="0.5" fill="#D1E4B7" width="19.111" height="0.577"/>
+
+ <rect x="630.831" y="720.278" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -321.9525 663.8708)" opacity="0.2" fill="#FFF6A3" width="19.111" height="0.577"/>
+
+ <rect x="630.831" y="720.278" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -321.9525 663.8708)" opacity="0.4" fill="#FFF8B9" width="19.111" height="0.577"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M655.235,734.117c-0.28,0.281-0.519,0.492-0.533,0.479l-2.456-2.457
+ c-0.015-0.014,0.198-0.252,0.479-0.531l6.107-6.109l-3.888-3.887l-6.732,6.732l9.373,9.371c0.433,0.434,1.134,0.434,1.566,0
+ l5.948-5.947l-3.757-3.758L655.235,734.117z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M655.235,734.117c-0.28,0.281-0.519,0.492-0.533,0.479l-2.456-2.457
+ c-0.015-0.014,0.198-0.252,0.479-0.531l6.107-6.109l-3.888-3.887l-6.732,6.732l9.373,9.371c0.433,0.434,1.134,0.434,1.566,0
+ l5.948-5.947l-3.757-3.758L655.235,734.117z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M655.235,734.117c-0.28,0.281-0.519,0.492-0.533,0.479l-2.456-2.457
+ c-0.015-0.014,0.198-0.252,0.479-0.531l6.107-6.109l-3.888-3.887l-6.732,6.732l9.373,9.371c0.433,0.434,1.134,0.434,1.566,0
+ l5.948-5.947l-3.757-3.758L655.235,734.117z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M655.235,734.117c-0.28,0.281-0.519,0.492-0.533,0.479l-2.456-2.457
+ c-0.015-0.014,0.198-0.252,0.479-0.531l6.107-6.109l-3.888-3.887l-6.732,6.732l9.373,9.371c0.433,0.434,1.134,0.434,1.566,0
+ l5.948-5.947l-3.757-3.758L655.235,734.117z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M655.235,734.117c-0.28,0.281-0.519,0.492-0.533,0.479l-2.456-2.457
+ c-0.015-0.014,0.198-0.252,0.479-0.531l6.107-6.109l-3.888-3.887l-6.732,6.732l9.373,9.371c0.433,0.434,1.134,0.434,1.566,0
+ l5.948-5.947l-3.757-3.758L655.235,734.117z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M655.235,734.117c-0.28,0.281-0.519,0.492-0.533,0.479l-2.456-2.457
+ c-0.015-0.014,0.198-0.252,0.479-0.531l6.107-6.109l-3.888-3.887l-6.732,6.732l9.373,9.371c0.433,0.434,1.134,0.434,1.566,0
+ l5.948-5.947l-3.757-3.758L655.235,734.117z"/>
+
+ <rect x="644.815" y="716.376" transform="matrix(-0.7072 -0.707 0.707 -0.7072 595.951 1689.0813)" opacity="0.4" fill="#FFF8B9" width="5.845" height="9.52"/>
+
+ <rect x="644.815" y="716.376" transform="matrix(-0.7072 -0.707 0.707 -0.7072 595.951 1689.0813)" opacity="0.4" fill="#FFF8B9" width="5.845" height="9.52"/>
+
+ <rect x="644.815" y="716.376" transform="matrix(-0.7072 -0.707 0.707 -0.7072 595.951 1689.0813)" opacity="0.4" fill="#FFF8B9" width="5.845" height="9.52"/>
+
+ <rect x="644.815" y="716.376" transform="matrix(-0.7072 -0.707 0.707 -0.7072 595.951 1689.0813)" opacity="0.2" fill="#FFF6A3" width="5.845" height="9.52"/>
+
+ <rect x="644.815" y="716.376" transform="matrix(-0.7072 -0.707 0.707 -0.7072 595.951 1689.0813)" opacity="0.4" fill="#FFF8B9" width="5.845" height="9.52"/>
+
+ <rect x="644.815" y="716.376" transform="matrix(-0.7072 -0.707 0.707 -0.7072 595.951 1689.0813)" opacity="0.4" fill="#FFF8B9" width="5.845" height="9.52"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M588.183,659.648l-17.031-17.031c-6.998,8.861-12.149,18.702-15.451,29.008l10.253,10.254
+ L588.183,659.648z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M588.183,659.648l-17.031-17.031c-6.998,8.861-12.149,18.702-15.451,29.008l10.253,10.254
+ L588.183,659.648z"/>
+
+ <rect x="576.16" y="657.237" transform="matrix(0.707 0.7072 -0.7072 0.707 645.6116 -212.4868)" opacity="0.4" fill="#FFF8B9" width="6.2" height="31.438"/>
+
+ <rect x="576.16" y="657.237" transform="matrix(0.707 0.7072 -0.7072 0.707 645.6116 -212.4868)" opacity="0.5" fill="#D1E4B7" width="6.2" height="31.438"/>
+
+ <rect x="576.16" y="657.237" transform="matrix(0.707 0.7072 -0.7072 0.707 645.6116 -212.4868)" opacity="0.4" fill="#FFF8B9" width="6.2" height="31.438"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M580.093,684.646l16.544-16.544l-4.07-4.069l-22.229,22.229l38.241,38.24
+ c0.401,0.4,1.077,0.377,1.509-0.057l4.121-4.121l-34.115-34.112C579.661,685.779,579.661,685.078,580.093,684.646z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M580.093,684.646l16.544-16.544l-4.07-4.069l-22.229,22.229l38.241,38.24
+ c0.401,0.4,1.077,0.377,1.509-0.057l4.121-4.121l-34.115-34.112C579.661,685.779,579.661,685.078,580.093,684.646z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M580.093,684.646l16.544-16.544l-4.07-4.069l-22.229,22.229l38.241,38.24
+ c0.401,0.4,1.077,0.377,1.509-0.057l4.121-4.121l-34.115-34.112C579.661,685.779,579.661,685.078,580.093,684.646z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M580.093,684.646l16.544-16.544l-4.07-4.069l-22.229,22.229l38.241,38.24
+ c0.401,0.4,1.077,0.377,1.509-0.057l4.121-4.121l-34.115-34.112C579.661,685.779,579.661,685.078,580.093,684.646z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M630.752,703.781c0.433-0.434,0.457-1.107,0.056-1.51l-34.171-34.169l-16.544,16.544
+ c-0.432,0.432-0.432,1.133,0,1.565l34.115,34.112l6.549-6.549L630.752,703.781z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M630.752,703.781c0.433-0.434,0.457-1.107,0.056-1.51l-34.171-34.169l-16.544,16.544
+ c-0.432,0.432-0.432,1.133,0,1.565l34.115,34.112l6.549-6.549L630.752,703.781z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M630.752,703.781c0.433-0.434,0.457-1.107,0.056-1.51l-34.171-34.169l-16.544,16.544
+ c-0.432,0.432-0.432,1.133,0,1.565l34.115,34.112l6.549-6.549L630.752,703.781z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M630.752,703.781c0.433-0.434,0.457-1.107,0.056-1.51l-34.171-34.169l-16.544,16.544
+ c-0.432,0.432-0.432,1.133,0,1.565l34.115,34.112l6.549-6.549L630.752,703.781z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M630.752,703.781c0.433-0.434,0.457-1.107,0.056-1.51l-34.171-34.169l-16.544,16.544
+ c-0.432,0.432-0.432,1.133,0,1.565l34.115,34.112l6.549-6.549L630.752,703.781z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.215,684.333l0.102-0.102L672.085,680c-0.053-0.053-0.177-0.012-0.277,0.09
+ l-6.024,6.023l4.326,4.324L676.215,684.333z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.215,684.333l0.102-0.102L672.085,680c-0.053-0.053-0.177-0.012-0.277,0.09
+ l-6.024,6.023l4.326,4.324L676.215,684.333z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.215,684.333l0.102-0.102L672.085,680c-0.053-0.053-0.177-0.012-0.277,0.09
+ l-6.024,6.023l4.326,4.324L676.215,684.333z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M676.215,684.333l0.102-0.102L672.085,680c-0.053-0.053-0.177-0.012-0.277,0.09
+ l-6.024,6.023l4.326,4.324L676.215,684.333z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.327,684.242l-0.011-0.011l-0.102,0.102
+ C676.249,684.299,676.289,684.271,676.327,684.242z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.327,684.242l-0.011-0.011l-0.102,0.102
+ C676.249,684.299,676.289,684.271,676.327,684.242z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M676.327,684.242l-0.011-0.011l-0.102,0.102
+ C676.249,684.299,676.289,684.271,676.327,684.242z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.327,684.242l-0.011-0.011l-0.102,0.102
+ C676.249,684.299,676.289,684.271,676.327,684.242z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M676.327,684.242l-0.011-0.011l-0.102,0.102
+ C676.249,684.299,676.289,684.271,676.327,684.242z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M670.109,690.438l0.408,0.408l6.207-6.206l-0.397-0.397
+ c-0.038,0.029-0.078,0.057-0.112,0.091L670.109,690.438z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M670.109,690.438l0.408,0.408l6.207-6.206l-0.397-0.397
+ c-0.038,0.029-0.078,0.057-0.112,0.091L670.109,690.438z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M670.109,690.438l0.408,0.408l6.207-6.206l-0.397-0.397
+ c-0.038,0.029-0.078,0.057-0.112,0.091L670.109,690.438z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M670.109,690.438l0.408,0.408l6.207-6.206l-0.397-0.397
+ c-0.038,0.029-0.078,0.057-0.112,0.091L670.109,690.438z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M670.109,690.438l0.408,0.408l6.207-6.206l-0.397-0.397
+ c-0.038,0.029-0.078,0.057-0.112,0.091L670.109,690.438z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M670.109,690.438l0.408,0.408l6.207-6.206l-0.397-0.397
+ c-0.038,0.029-0.078,0.057-0.112,0.091L670.109,690.438z"/>
+
+ <rect x="672.987" y="688.576" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1645.3191 701.3329)" opacity="0.4" fill="#FFF8B9" width="8.779" height="5.845"/>
+
+ <rect x="672.987" y="688.576" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1645.3191 701.3329)" opacity="0.4" fill="#FFF8B9" width="8.779" height="5.845"/>
+
+ <rect x="672.987" y="688.576" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1645.3191 701.3329)" opacity="0.4" fill="#FFF8B9" width="8.779" height="5.845"/>
+
+ <rect x="672.987" y="688.576" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1645.3191 701.3329)" opacity="0.5" fill="#D1E4B7" width="8.779" height="5.845"/>
+
+ <rect x="672.987" y="688.576" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1645.3191 701.3329)" opacity="0.4" fill="#FFF8B9" width="8.779" height="5.845"/>
+
+ <rect x="672.987" y="688.576" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1645.3191 701.3329)" opacity="0.2" fill="#FFF6A3" width="8.779" height="5.845"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M664.383,692.836l-4.861,4.861l1.665,1.662l8.923-8.922l-4.326-4.324l-3.913,3.914
+ l2.487,2.488C664.454,692.611,664.465,692.754,664.383,692.836z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M664.383,692.836l-4.861,4.861l1.665,1.662l8.923-8.922l-4.326-4.324l-3.913,3.914
+ l2.487,2.488C664.454,692.611,664.465,692.754,664.383,692.836z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M664.383,692.836l-4.861,4.861l1.665,1.662l8.923-8.922l-4.326-4.324l-3.913,3.914
+ l2.487,2.488C664.454,692.611,664.465,692.754,664.383,692.836z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M664.383,692.836l-4.861,4.861l1.665,1.662l8.923-8.922l-4.326-4.324l-3.913,3.914
+ l2.487,2.488C664.454,692.611,664.465,692.754,664.383,692.836z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M664.383,692.836l-4.861,4.861l1.665,1.662l8.923-8.922l-4.326-4.324l-3.913,3.914
+ l2.487,2.488C664.454,692.611,664.465,692.754,664.383,692.836z"/>
+
+ <rect x="665.563" y="688.793" transform="matrix(0.7071 0.7071 -0.7071 0.7071 686.5353 -267.2377)" opacity="0.4" fill="#FFF8B9" width="0.577" height="12.618"/>
+
+ <rect x="665.563" y="688.793" transform="matrix(0.7071 0.7071 -0.7071 0.7071 686.5353 -267.2377)" opacity="0.4" fill="#FFF8B9" width="0.577" height="12.618"/>
+
+ <rect x="665.563" y="688.793" transform="matrix(0.7071 0.7071 -0.7071 0.7071 686.5353 -267.2377)" opacity="0.4" fill="#FFF8B9" width="0.577" height="12.618"/>
+
+ <rect x="665.563" y="688.793" transform="matrix(0.7071 0.7071 -0.7071 0.7071 686.5353 -267.2377)" opacity="0.5" fill="#D1E4B7" width="0.577" height="12.618"/>
+
+ <rect x="665.563" y="688.793" transform="matrix(0.7071 0.7071 -0.7071 0.7071 686.5353 -267.2377)" opacity="0.4" fill="#FFF8B9" width="0.577" height="12.618"/>
+
+ <rect x="665.563" y="688.793" transform="matrix(0.7071 0.7071 -0.7071 0.7071 686.5353 -267.2377)" opacity="0.4" fill="#FFF8B9" width="0.577" height="12.618"/>
+
+ <rect x="665.563" y="688.793" transform="matrix(0.7071 0.7071 -0.7071 0.7071 686.5353 -267.2377)" opacity="0.2" fill="#FFF6A3" width="0.577" height="12.618"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M666.822,704.996l4.228-4.229c0.366-0.365,0.925-0.418,1.352-0.162l3.938-3.936
+ l-4.134-4.135l-8.923,8.922L666.822,704.996z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M666.822,704.996l4.228-4.229c0.366-0.365,0.925-0.418,1.352-0.162l3.938-3.936
+ l-4.134-4.135l-8.923,8.922L666.822,704.996z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M666.822,704.996l4.228-4.229c0.366-0.365,0.925-0.418,1.352-0.162l3.938-3.936
+ l-4.134-4.135l-8.923,8.922L666.822,704.996z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M666.822,704.996l4.228-4.229c0.366-0.365,0.925-0.418,1.352-0.162l3.938-3.936
+ l-4.134-4.135l-8.923,8.922L666.822,704.996z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M666.822,704.996l4.228-4.229c0.366-0.365,0.925-0.418,1.352-0.162l3.938-3.936
+ l-4.134-4.135l-8.923,8.922L666.822,704.996z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M666.822,704.996l4.228-4.229c0.366-0.365,0.925-0.418,1.352-0.162l3.938-3.936
+ l-4.134-4.135l-8.923,8.922L666.822,704.996z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M666.822,704.996l4.228-4.229c0.366-0.365,0.925-0.418,1.352-0.162l3.938-3.936
+ l-4.134-4.135l-8.923,8.922L666.822,704.996z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M656.954,695.129l2.567,2.568l4.861-4.861c0.082-0.082,0.071-0.225-0.025-0.32l-2.487-2.488
+ l-4.826,4.824C656.942,694.953,656.902,695.078,656.954,695.129z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M656.954,695.129l2.567,2.568l4.861-4.861c0.082-0.082,0.071-0.225-0.025-0.32l-2.487-2.488
+ l-4.826,4.824C656.942,694.953,656.902,695.078,656.954,695.129z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M656.954,695.129l2.567,2.568l4.861-4.861c0.082-0.082,0.071-0.225-0.025-0.32l-2.487-2.488
+ l-4.826,4.824C656.942,694.953,656.902,695.078,656.954,695.129z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M656.954,695.129l2.567,2.568l4.861-4.861c0.082-0.082,0.071-0.225-0.025-0.32l-2.487-2.488
+ l-4.826,4.824C656.942,694.953,656.902,695.078,656.954,695.129z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M656.954,695.129l2.567,2.568l4.861-4.861c0.082-0.082,0.071-0.225-0.025-0.32l-2.487-2.488
+ l-4.826,4.824C656.942,694.953,656.902,695.078,656.954,695.129z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M656.954,695.129l2.567,2.568l4.861-4.861c0.082-0.082,0.071-0.225-0.025-0.32l-2.487-2.488
+ l-4.826,4.824C656.942,694.953,656.902,695.078,656.954,695.129z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M671.05,700.768l-4.228,4.229l0.595,0.594l4.984-4.984
+ C671.975,700.35,671.416,700.402,671.05,700.768z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M671.05,700.768l-4.228,4.229l0.595,0.594l4.984-4.984
+ C671.975,700.35,671.416,700.402,671.05,700.768z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M671.05,700.768l-4.228,4.229l0.595,0.594l4.984-4.984
+ C671.975,700.35,671.416,700.402,671.05,700.768z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M671.05,700.768l-4.228,4.229l0.595,0.594l4.984-4.984
+ C671.975,700.35,671.416,700.402,671.05,700.768z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M671.05,700.768l-4.228,4.229l0.595,0.594l4.984-4.984
+ C671.975,700.35,671.416,700.402,671.05,700.768z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M671.05,700.768l-4.228,4.229l0.595,0.594l4.984-4.984
+ C671.975,700.35,671.416,700.402,671.05,700.768z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M671.05,700.768l-4.228,4.229l0.595,0.594l4.984-4.984
+ C671.975,700.35,671.416,700.402,671.05,700.768z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M671.05,700.768l-4.228,4.229l0.595,0.594l4.984-4.984
+ C671.975,700.35,671.416,700.402,671.05,700.768z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M698.101,649.93c0.34-0.34,0.603-0.627,0.587-0.643l-2.455-2.456
+ c-0.016-0.015-0.303,0.247-0.643,0.587l-5.131,5.132l2.511,2.511L698.101,649.93z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M698.101,649.93c0.34-0.34,0.603-0.627,0.587-0.643l-2.455-2.456
+ c-0.016-0.015-0.303,0.247-0.643,0.587l-5.131,5.132l2.511,2.511L698.101,649.93z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M698.101,649.93c0.34-0.34,0.603-0.627,0.587-0.643l-2.455-2.456
+ c-0.016-0.015-0.303,0.247-0.643,0.587l-5.131,5.132l2.511,2.511L698.101,649.93z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M618.761,728.322l1.723-1.723l-2.039-2.039l-9.201,9.203
+ c-0.34,0.34-0.603,0.627-0.587,0.643l2.455,2.455c0.016,0.016,0.303-0.248,0.643-0.586l6.82-6.822
+ C618.431,729.029,618.484,728.598,618.761,728.322z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M618.761,728.322l1.723-1.723l-2.039-2.039l-9.201,9.203
+ c-0.34,0.34-0.603,0.627-0.587,0.643l2.455,2.455c0.016,0.016,0.303-0.248,0.643-0.586l6.82-6.822
+ C618.431,729.029,618.484,728.598,618.761,728.322z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M618.761,728.322l1.723-1.723l-2.039-2.039l-9.201,9.203
+ c-0.34,0.34-0.603,0.627-0.587,0.643l2.455,2.455c0.016,0.016,0.303-0.248,0.643-0.586l6.82-6.822
+ C618.431,729.029,618.484,728.598,618.761,728.322z"/>
+
+ <rect x="621.128" y="718.082" transform="matrix(0.7069 0.7073 -0.7073 0.7069 693.4408 -228.5981)" opacity="0.4" fill="#FFF8B9" width="2.883" height="8.784"/>
+
+ <rect x="621.128" y="718.082" transform="matrix(0.7069 0.7073 -0.7073 0.7069 693.4408 -228.5981)" opacity="0.4" fill="#FFF8B9" width="2.883" height="8.784"/>
+
+ <rect x="621.128" y="718.082" transform="matrix(0.7069 0.7073 -0.7073 0.7069 693.4408 -228.5981)" opacity="0.5" fill="#D1E4B7" width="2.883" height="8.784"/>
+
+ <rect x="621.128" y="718.082" transform="matrix(0.7069 0.7073 -0.7073 0.7069 693.4408 -228.5981)" opacity="0.4" fill="#FFF8B9" width="2.883" height="8.784"/>
+
+ <rect x="667.903" y="661.893" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1633.2771 650.8342)" opacity="0.4" fill="#FFF8B9" width="27.897" height="3.551"/>
+
+ <rect x="667.903" y="661.893" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1633.2771 650.8342)" opacity="0.4" fill="#FFF8B9" width="27.897" height="3.551"/>
+
+ <rect x="667.903" y="661.893" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1633.2771 650.8342)" opacity="0.4" fill="#FFF8B9" width="27.897" height="3.551"/>
+
+ <rect x="667.903" y="661.893" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1633.2771 650.8342)" opacity="0.4" fill="#FFF8B9" width="27.897" height="3.551"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M640.557,707.471l5.447-5.447l-0.473-0.473c-0.432-0.432-0.433-1.133,0-1.564l0.939-0.94
+ l-1.255-1.253l-20.56,20.557l2.038,2.039l12.731-12.732C639.702,707.381,640.134,707.326,640.557,707.471z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M640.557,707.471l5.447-5.447l-0.473-0.473c-0.432-0.432-0.433-1.133,0-1.564l0.939-0.94
+ l-1.255-1.253l-20.56,20.557l2.038,2.039l12.731-12.732C639.702,707.381,640.134,707.326,640.557,707.471z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M640.557,707.471l5.447-5.447l-0.473-0.473c-0.432-0.432-0.433-1.133,0-1.564l0.939-0.94
+ l-1.255-1.253l-20.56,20.557l2.038,2.039l12.731-12.732C639.702,707.381,640.134,707.326,640.557,707.471z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M640.557,707.471l5.447-5.447l-0.473-0.473c-0.432-0.432-0.433-1.133,0-1.564l0.939-0.94
+ l-1.255-1.253l-20.56,20.557l2.038,2.039l12.731-12.732C639.702,707.381,640.134,707.326,640.557,707.471z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M640.557,707.471l5.447-5.447l-0.473-0.473c-0.432-0.432-0.433-1.133,0-1.564l0.939-0.94
+ l-1.255-1.253l-20.56,20.557l2.038,2.039l12.731-12.732C639.702,707.381,640.134,707.326,640.557,707.471z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M646.471,699.046l-0.939,0.94c-0.433,0.432-0.432,1.133,0,1.564l0.473,0.473l1.723-1.723
+ L646.471,699.046z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M646.471,699.046l-0.939,0.94c-0.433,0.432-0.432,1.133,0,1.564l0.473,0.473l1.723-1.723
+ L646.471,699.046z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M646.471,699.046l-0.939,0.94c-0.433,0.432-0.432,1.133,0,1.564l0.473,0.473l1.723-1.723
+ L646.471,699.046z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M646.471,699.046l-0.939,0.94c-0.433,0.432-0.432,1.133,0,1.564l0.473,0.473l1.723-1.723
+ L646.471,699.046z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M646.471,699.046l-0.939,0.94c-0.433,0.432-0.432,1.133,0,1.564l0.473,0.473l1.723-1.723
+ L646.471,699.046z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M646.471,699.046l-0.939,0.94c-0.433,0.432-0.432,1.133,0,1.564l0.473,0.473l1.723-1.723
+ L646.471,699.046z"/>
+
+ <rect x="645.162" y="695.889" transform="matrix(0.707 -0.7072 0.7072 0.707 -303.0558 662.0641)" opacity="0.4" fill="#FFF8B9" width="4.648" height="1.773"/>
+
+ <rect x="645.162" y="695.889" transform="matrix(0.707 -0.7072 0.7072 0.707 -303.0558 662.0641)" opacity="0.4" fill="#FFF8B9" width="4.648" height="1.773"/>
+
+ <rect x="645.162" y="695.889" transform="matrix(0.707 -0.7072 0.7072 0.707 -303.0558 662.0641)" opacity="0.5" fill="#D1E4B7" width="4.648" height="1.773"/>
+
+ <rect x="645.162" y="695.889" transform="matrix(0.707 -0.7072 0.7072 0.707 -303.0558 662.0641)" opacity="0.2" fill="#FFF6A3" width="4.648" height="1.773"/>
+
+ <rect x="645.162" y="695.889" transform="matrix(0.707 -0.7072 0.7072 0.707 -303.0558 662.0641)" opacity="0.4" fill="#FFF6A3" width="4.648" height="1.773"/>
+
+ <rect x="645.162" y="695.889" transform="matrix(0.707 -0.7072 0.7072 0.707 -303.0558 662.0641)" opacity="0.4" fill="#FFF8B9" width="4.648" height="1.773"/>
+
+ <rect x="647.855" y="695.707" transform="matrix(0.7074 0.7068 -0.7068 0.7074 683.2236 -254.2947)" opacity="0.4" fill="#FFF8B9" width="1.774" height="4.647"/>
+
+ <rect x="647.855" y="695.707" transform="matrix(0.7074 0.7068 -0.7068 0.7074 683.2236 -254.2947)" opacity="0.4" fill="#FFF8B9" width="1.774" height="4.647"/>
+
+ <rect x="647.855" y="695.707" transform="matrix(0.7074 0.7068 -0.7068 0.7074 683.2236 -254.2947)" opacity="0.5" fill="#D1E4B7" width="1.774" height="4.647"/>
+
+ <rect x="647.855" y="695.707" transform="matrix(0.7074 0.7068 -0.7068 0.7074 683.2236 -254.2947)" opacity="0.4" fill="#FFF8B9" width="1.774" height="4.647"/>
+
+ <rect x="647.855" y="695.707" transform="matrix(0.7074 0.7068 -0.7068 0.7074 683.2236 -254.2947)" opacity="0.2" fill="#FFF6A3" width="1.774" height="4.647"/>
+
+ <rect x="647.855" y="695.707" transform="matrix(0.7074 0.7068 -0.7068 0.7074 683.2236 -254.2947)" opacity="0.4" fill="#FFF6A3" width="1.774" height="4.647"/>
+
+ <rect x="647.855" y="695.707" transform="matrix(0.7074 0.7068 -0.7068 0.7074 683.2236 -254.2947)" opacity="0.4" fill="#FFF8B9" width="1.774" height="4.647"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.681,686.838l3.131-3.131c0.434-0.433,1.134-0.432,1.566,0l0.473,0.473l6.889-6.889
+ l-2.511-2.512l-10.803,10.803L658.681,686.838z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.681,686.838l3.131-3.131c0.434-0.433,1.134-0.432,1.566,0l0.473,0.473l6.889-6.889
+ l-2.511-2.512l-10.803,10.803L658.681,686.838z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.681,686.838l3.131-3.131c0.434-0.433,1.134-0.432,1.566,0l0.473,0.473l6.889-6.889
+ l-2.511-2.512l-10.803,10.803L658.681,686.838z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.681,686.838l3.131-3.131c0.434-0.433,1.134-0.432,1.566,0l0.473,0.473l6.889-6.889
+ l-2.511-2.512l-10.803,10.803L658.681,686.838z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M663.851,684.18l-0.473-0.473c-0.433-0.432-1.133-0.433-1.566,0l-3.131,3.131l1.256,1.256
+ L663.851,684.18z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M663.851,684.18l-0.473-0.473c-0.433-0.432-1.133-0.433-1.566,0l-3.131,3.131l1.256,1.256
+ L663.851,684.18z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M663.851,684.18l-0.473-0.473c-0.433-0.432-1.133-0.433-1.566,0l-3.131,3.131l1.256,1.256
+ L663.851,684.18z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M663.851,684.18l-0.473-0.473c-0.433-0.432-1.133-0.433-1.566,0l-3.131,3.131l1.256,1.256
+ L663.851,684.18z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M663.851,684.18l-0.473-0.473c-0.433-0.432-1.133-0.433-1.566,0l-3.131,3.131l1.256,1.256
+ L663.851,684.18z"/>
+
+ <rect x="668.96" y="673.012" transform="matrix(0.7071 0.7071 -0.7071 0.7071 673.5974 -276.6426)" opacity="0.4" fill="#FFF8B9" width="3.551" height="3.541"/>
+
+ <rect x="668.96" y="673.012" transform="matrix(0.7071 0.7071 -0.7071 0.7071 673.5974 -276.6426)" opacity="0.4" fill="#FFF8B9" width="3.551" height="3.541"/>
+
+ <rect x="668.96" y="673.012" transform="matrix(0.7071 0.7071 -0.7071 0.7071 673.5974 -276.6426)" opacity="0.4" fill="#FFF8B9" width="3.551" height="3.541"/>
+
+ <rect x="668.96" y="673.012" transform="matrix(0.7071 0.7071 -0.7071 0.7071 673.5974 -276.6426)" opacity="0.4" fill="#FFF8B9" width="3.551" height="3.541"/>
+
+ <rect x="668.96" y="673.012" transform="matrix(0.7071 0.7071 -0.7071 0.7071 673.5974 -276.6426)" opacity="0.4" fill="#FFF8B9" width="3.551" height="3.541"/>
+
+ <rect x="652.007" y="687.827" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1606.0891 712.074)" opacity="0.4" fill="#FFF8B9" width="7.084" height="1.775"/>
+
+ <rect x="652.007" y="687.827" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1606.0891 712.074)" opacity="0.4" fill="#FFF8B9" width="7.084" height="1.775"/>
+
+ <rect x="652.007" y="687.827" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1606.0891 712.074)" opacity="0.4" fill="#FFF6A3" width="7.084" height="1.775"/>
+
+ <rect x="652.007" y="687.827" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1606.0891 712.074)" opacity="0.4" fill="#FFF8B9" width="7.084" height="1.775"/>
+
+ <rect x="652.007" y="687.827" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1606.0891 712.074)" opacity="0.4" fill="#FFF8B9" width="7.084" height="1.775"/>
+
+ <rect x="653.262" y="689.082" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1609.1118 713.6074)" opacity="0.4" fill="#FFF8B9" width="7.083" height="1.776"/>
+
+ <rect x="653.262" y="689.082" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1609.1118 713.6074)" opacity="0.4" fill="#FFF8B9" width="7.083" height="1.776"/>
+
+ <rect x="653.262" y="689.082" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1609.1118 713.6074)" opacity="0.4" fill="#FFF8B9" width="7.083" height="1.776"/>
+
+ <rect x="653.262" y="689.082" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1609.1118 713.6074)" opacity="0.4" fill="#FFF6A3" width="7.083" height="1.776"/>
+
+ <rect x="653.262" y="689.082" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1609.1118 713.6074)" opacity="0.4" fill="#FFF8B9" width="7.083" height="1.776"/>
+
+ <rect x="653.262" y="689.082" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1609.1118 713.6074)" opacity="0.4" fill="#FFF8B9" width="7.083" height="1.776"/>
+
+ <rect x="648.319" y="692.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1601.6249 722.9387)" opacity="0.4" fill="#FFF8B9" width="5.535" height="1.776"/>
+
+ <rect x="648.319" y="692.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1601.6249 722.9387)" opacity="0.4" fill="#FFF8B9" width="5.535" height="1.776"/>
+
+ <rect x="648.319" y="692.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1601.6249 722.9387)" opacity="0.2" fill="#FFF6A3" width="5.535" height="1.776"/>
+
+ <rect x="648.319" y="692.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1601.6249 722.9387)" opacity="0.4" fill="#FFF6A3" width="5.535" height="1.776"/>
+
+ <rect x="648.319" y="692.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1601.6249 722.9387)" opacity="0.4" fill="#FFF8B9" width="5.535" height="1.776"/>
+
+ <rect x="648.319" y="692.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1601.6249 722.9387)" opacity="0.4" fill="#FFF8B9" width="5.535" height="1.776"/>
+
+ <rect x="649.575" y="693.545" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1604.6553 724.1934)" opacity="0.4" fill="#FFF8B9" width="5.535" height="1.774"/>
+
+ <rect x="649.575" y="693.545" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1604.6553 724.1934)" opacity="0.4" fill="#FFF8B9" width="5.535" height="1.774"/>
+
+ <rect x="649.575" y="693.545" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1604.6553 724.1934)" opacity="0.4" fill="#FFF8B9" width="5.535" height="1.774"/>
+
+ <rect x="649.575" y="693.545" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1604.6553 724.1934)" opacity="0.2" fill="#FFF6A3" width="5.535" height="1.774"/>
+
+ <rect x="649.575" y="693.545" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1604.6553 724.1934)" opacity="0.4" fill="#FFF6A3" width="5.535" height="1.774"/>
+
+ <rect x="649.575" y="693.545" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1604.6553 724.1934)" opacity="0.4" fill="#FFF8B9" width="5.535" height="1.774"/>
+
+ <rect x="649.575" y="693.545" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1604.6553 724.1934)" opacity="0.4" fill="#FFF8B9" width="5.535" height="1.774"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M620.483,726.6l-1.723,1.723c-0.276,0.275-0.33,0.707-0.187,1.131l2.382-2.381
+ L620.483,726.6z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M620.483,726.6l-1.723,1.723c-0.276,0.275-0.33,0.707-0.187,1.131l2.382-2.381
+ L620.483,726.6z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M620.483,726.6l-1.723,1.723c-0.276,0.275-0.33,0.707-0.187,1.131l2.382-2.381
+ L620.483,726.6z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M620.483,726.6l-1.723,1.723c-0.276,0.275-0.33,0.707-0.187,1.131l2.382-2.381
+ L620.483,726.6z"/>
+
+ <rect x="619.433" y="723.396" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -329.0405 653.0868)" opacity="0.4" fill="#FFF8B9" width="8.784" height="0.668"/>
+
+ <rect x="619.433" y="723.396" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -329.0405 653.0868)" opacity="0.4" fill="#FFF8B9" width="8.784" height="0.668"/>
+
+ <rect x="619.433" y="723.396" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -329.0405 653.0868)" opacity="0.5" fill="#D1E4B7" width="8.784" height="0.668"/>
+
+ <rect x="619.433" y="723.396" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -329.0405 653.0868)" opacity="0.4" fill="#FFF8B9" width="8.784" height="0.668"/>
+
+ <rect x="619.433" y="723.396" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -329.0405 653.0868)" opacity="0.4" fill="#FFF8B9" width="8.784" height="0.668"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M640.557,707.471c-0.423-0.145-0.854-0.09-1.131,0.186l-12.731,12.732l0.473,0.473
+ L640.557,707.471z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M640.557,707.471c-0.423-0.145-0.854-0.09-1.131,0.186l-12.731,12.732l0.473,0.473
+ L640.557,707.471z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M640.557,707.471c-0.423-0.145-0.854-0.09-1.131,0.186l-12.731,12.732l0.473,0.473
+ L640.557,707.471z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M640.557,707.471c-0.423-0.145-0.854-0.09-1.131,0.186l-12.731,12.732l0.473,0.473
+ L640.557,707.471z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M640.557,707.471c-0.423-0.145-0.854-0.09-1.131,0.186l-12.731,12.732l0.473,0.473
+ L640.557,707.471z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M640.557,707.471c-0.423-0.145-0.854-0.09-1.131,0.186l-12.731,12.732l0.473,0.473
+ L640.557,707.471z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M616.15,746.9c-0.287,0.287-0.717,0.324-0.959,0.082l-0.405-0.406l-5.793,5.793l1.688,1.689
+ l16.126-16.125l-0.845-0.846L616.15,746.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M616.15,746.9c-0.287,0.287-0.717,0.324-0.959,0.082l-0.405-0.406l-5.793,5.793l1.688,1.689
+ l16.126-16.125l-0.845-0.846L616.15,746.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M616.15,746.9c-0.287,0.287-0.717,0.324-0.959,0.082l-0.405-0.406l-5.793,5.793l1.688,1.689
+ l16.126-16.125l-0.845-0.846L616.15,746.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M614.786,746.576l0.405,0.406c0.242,0.242,0.672,0.205,0.959-0.082l9.813-9.813
+ l-0.845-0.844L614.786,746.576z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M614.786,746.576l0.405,0.406c0.242,0.242,0.672,0.205,0.959-0.082l9.813-9.813
+ l-0.845-0.844L614.786,746.576z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M614.786,746.576l0.405,0.406c0.242,0.242,0.672,0.205,0.959-0.082l9.813-9.813
+ l-0.845-0.844L614.786,746.576z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M614.786,746.576l0.405,0.406c0.242,0.242,0.672,0.205,0.959-0.082l9.813-9.813
+ l-0.845-0.844L614.786,746.576z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M686.342,678.4c0.4-0.4,0.715-0.732,0.705-0.742l-1.652-1.652
+ c-0.01-0.01-0.342,0.305-0.742,0.705l-4.742,4.742l1.689,1.689L686.342,678.4z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M686.342,678.4c0.4-0.4,0.715-0.732,0.705-0.742l-1.652-1.652
+ c-0.01-0.01-0.342,0.305-0.742,0.705l-4.742,4.742l1.689,1.689L686.342,678.4z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M686.342,678.4c0.4-0.4,0.715-0.732,0.705-0.742l-1.652-1.652
+ c-0.01-0.01-0.342,0.305-0.742,0.705l-4.742,4.742l1.689,1.689L686.342,678.4z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M686.342,678.4c0.4-0.4,0.715-0.732,0.705-0.742l-1.652-1.652
+ c-0.01-0.01-0.342,0.305-0.742,0.705l-4.742,4.742l1.689,1.689L686.342,678.4z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M686.342,678.4c0.4-0.4,0.715-0.732,0.705-0.742l-1.652-1.652
+ c-0.01-0.01-0.342,0.305-0.742,0.705l-4.742,4.742l1.689,1.689L686.342,678.4z"/>
+
+ <rect x="646.355" y="711.307" transform="matrix(0.7072 -0.707 0.707 0.7072 -312.6602 667.9974)" opacity="0.4" fill="#FFF8B9" width="7.528" height="0.309"/>
+
+ <rect x="646.355" y="711.307" transform="matrix(0.7072 -0.707 0.707 0.7072 -312.6602 667.9974)" opacity="0.4" fill="#FFF8B9" width="7.528" height="0.309"/>
+
+ <rect x="646.355" y="711.307" transform="matrix(0.7072 -0.707 0.707 0.7072 -312.6602 667.9974)" opacity="0.4" fill="#FFF8B9" width="7.528" height="0.309"/>
+
+ <rect x="646.355" y="711.307" transform="matrix(0.7072 -0.707 0.707 0.7072 -312.6602 667.9974)" opacity="0.5" fill="#D1E4B7" width="7.528" height="0.309"/>
+
+ <rect x="646.355" y="711.307" transform="matrix(0.7072 -0.707 0.707 0.7072 -312.6602 667.9974)" opacity="0.2" fill="#FFF6A3" width="7.528" height="0.309"/>
+
+ <rect x="646.355" y="711.307" transform="matrix(0.7072 -0.707 0.707 0.7072 -312.6602 667.9974)" opacity="0.4" fill="#FFF8B9" width="7.528" height="0.309"/>
+
+ <rect x="651.743" y="706.141" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -307.4973 670.2256)" opacity="0.4" fill="#FFF8B9" width="7.085" height="0.308"/>
+
+ <rect x="651.743" y="706.141" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -307.4973 670.2256)" opacity="0.4" fill="#FFF8B9" width="7.085" height="0.308"/>
+
+ <rect x="651.743" y="706.141" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -307.4973 670.2256)" opacity="0.4" fill="#FFF8B9" width="7.085" height="0.308"/>
+
+ <rect x="651.743" y="706.141" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -307.4973 670.2256)" opacity="0.5" fill="#D1E4B7" width="7.085" height="0.308"/>
+
+ <rect x="651.743" y="706.141" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -307.4973 670.2256)" opacity="0.4" fill="#FFF8B9" width="7.085" height="0.308"/>
+
+ <rect x="651.743" y="706.141" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -307.4973 670.2256)" opacity="0.2" fill="#FFF6A3" width="7.085" height="0.308"/>
+
+ <rect x="651.743" y="706.141" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -307.4973 670.2256)" opacity="0.4" fill="#FFF8B9" width="7.085" height="0.308"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M598.565,763.547l-0.375-0.375l-10.489,10.488c0.642,0.49,1.287,0.973,1.937,1.441
+ l10.242-10.24L598.565,763.547z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M598.565,763.547l-0.375-0.375l-10.489,10.488c0.642,0.49,1.287,0.973,1.937,1.441
+ l10.242-10.24L598.565,763.547z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M598.19,763.172l0.375,0.375c-0.137-0.137-0.225-0.303-0.275-0.475L598.19,763.172z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M598.19,763.172l0.375,0.375c-0.137-0.137-0.225-0.303-0.275-0.475L598.19,763.172z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M598.19,763.172l0.375,0.375c-0.137-0.137-0.225-0.303-0.275-0.475L598.19,763.172z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M598.29,763.072c0.051,0.172,0.139,0.338,0.275,0.475l1.314,1.314l10.802-10.803
+ l-1.688-1.689L598.29,763.072z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M598.29,763.072c0.051,0.172,0.139,0.338,0.275,0.475l1.314,1.314l10.802-10.803
+ l-1.688-1.689L598.29,763.072z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M598.29,763.072c0.051,0.172,0.139,0.338,0.275,0.475l1.314,1.314l10.802-10.803
+ l-1.688-1.689L598.29,763.072z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M598.29,763.072c0.051,0.172,0.139,0.338,0.275,0.475l1.314,1.314l10.802-10.803
+ l-1.688-1.689L598.29,763.072z"/>
+
+ <rect x="650.679" y="708.855" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 608.4584 1677.0638)" opacity="0.4" fill="#FFF8B9" width="1.194" height="7.529"/>
+
+ <rect x="650.679" y="708.855" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 608.4584 1677.0638)" opacity="0.4" fill="#FFF8B9" width="1.194" height="7.529"/>
+
+ <rect x="650.679" y="708.855" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 608.4584 1677.0638)" opacity="0.4" fill="#FFF8B9" width="1.194" height="7.529"/>
+
+ <rect x="650.679" y="708.855" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 608.4584 1677.0638)" opacity="0.2" fill="#FFF6A3" width="1.194" height="7.529"/>
+
+ <rect x="650.679" y="708.855" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 608.4584 1677.0638)" opacity="0.4" fill="#FFF8B9" width="1.194" height="7.529"/>
+
+ <rect x="650.679" y="708.855" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 608.4584 1677.0638)" opacity="0.4" fill="#FFF8B9" width="1.194" height="7.529"/>
+
+ <rect x="650.098" y="708.119" transform="matrix(0.7066 0.7077 -0.7077 0.7066 694.6678 -251.4619)" opacity="0.4" fill="#FFF8B9" width="0.886" height="7.529"/>
+
+ <rect x="650.098" y="708.119" transform="matrix(0.7066 0.7077 -0.7077 0.7066 694.6678 -251.4619)" opacity="0.4" fill="#FFF8B9" width="0.886" height="7.529"/>
+
+ <rect x="650.098" y="708.119" transform="matrix(0.7066 0.7077 -0.7077 0.7066 694.6678 -251.4619)" opacity="0.4" fill="#FFF8B9" width="0.886" height="7.529"/>
+
+ <rect x="650.098" y="708.119" transform="matrix(0.7066 0.7077 -0.7077 0.7066 694.6678 -251.4619)" opacity="0.5" fill="#D1E4B7" width="0.886" height="7.529"/>
+
+ <rect x="650.098" y="708.119" transform="matrix(0.7066 0.7077 -0.7077 0.7066 694.6678 -251.4619)" opacity="0.2" fill="#FFF6A3" width="0.886" height="7.529"/>
+
+ <rect x="650.098" y="708.119" transform="matrix(0.7066 0.7077 -0.7077 0.7066 694.6678 -251.4619)" opacity="0.4" fill="#FFF8B9" width="0.886" height="7.529"/>
+
+ <rect x="650.098" y="708.119" transform="matrix(0.7066 0.7077 -0.7077 0.7066 694.6678 -251.4619)" opacity="0.4" fill="#FFF8B9" width="0.886" height="7.529"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.086,704.086c0.243,0.244,0.206,0.672-0.082,0.961l-4.488,4.488l0.845,0.844
+ l5.009-5.008L658.086,704.086z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.086,704.086c0.243,0.244,0.206,0.672-0.082,0.961l-4.488,4.488l0.845,0.844
+ l5.009-5.008L658.086,704.086z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.086,704.086c0.243,0.244,0.206,0.672-0.082,0.961l-4.488,4.488l0.845,0.844
+ l5.009-5.008L658.086,704.086z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.086,704.086c0.243,0.244,0.206,0.672-0.082,0.961l-4.488,4.488l0.845,0.844
+ l5.009-5.008L658.086,704.086z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M658.086,704.086c0.243,0.244,0.206,0.672-0.082,0.961l-4.488,4.488l0.845,0.844
+ l5.009-5.008L658.086,704.086z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.086,704.086c0.243,0.244,0.206,0.672-0.082,0.961l-4.488,4.488l0.845,0.844
+ l5.009-5.008L658.086,704.086z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.086,704.086c0.243,0.244,0.206,0.672-0.082,0.961l-4.488,4.488l0.845,0.844
+ l5.009-5.008L658.086,704.086z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.898,703.9l-5.009,5.008l0.626,0.627l4.488-4.488c0.288-0.289,0.325-0.717,0.082-0.961
+ l-0.03-0.029L657.898,703.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.898,703.9l-5.009,5.008l0.626,0.627l4.488-4.488c0.288-0.289,0.325-0.717,0.082-0.961
+ l-0.03-0.029L657.898,703.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.898,703.9l-5.009,5.008l0.626,0.627l4.488-4.488c0.288-0.289,0.325-0.717,0.082-0.961
+ l-0.03-0.029L657.898,703.9z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M657.898,703.9l-5.009,5.008l0.626,0.627l4.488-4.488c0.288-0.289,0.325-0.717,0.082-0.961
+ l-0.03-0.029L657.898,703.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.898,703.9l-5.009,5.008l0.626,0.627l4.488-4.488c0.288-0.289,0.325-0.717,0.082-0.961
+ l-0.03-0.029L657.898,703.9z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M657.898,703.9l-5.009,5.008l0.626,0.627l4.488-4.488c0.288-0.289,0.325-0.717,0.082-0.961
+ l-0.03-0.029L657.898,703.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.898,703.9l-5.009,5.008l0.626,0.627l4.488-4.488c0.288-0.289,0.325-0.717,0.082-0.961
+ l-0.03-0.029L657.898,703.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.898,703.9l-5.009,5.008l0.626,0.627l4.488-4.488c0.288-0.289,0.325-0.717,0.082-0.961
+ l-0.03-0.029L657.898,703.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M677.781,684.333l-0.375-0.375l-0.1,0.099C677.479,684.108,677.645,684.196,677.781,684.333
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M677.781,684.333l-0.375-0.375l-0.1,0.099C677.479,684.108,677.645,684.196,677.781,684.333
+ z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M677.781,684.333l-0.375-0.375l-0.1,0.099C677.479,684.108,677.645,684.196,677.781,684.333
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M677.781,684.333l-0.375-0.375l-0.1,0.099C677.479,684.108,677.645,684.196,677.781,684.333
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M677.781,684.333l-0.375-0.375l-0.1,0.099C677.479,684.108,677.645,684.196,677.781,684.333
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.725,684.64l1.688,1.688l0.682-0.682l-1.313-1.313
+ c-0.137-0.137-0.302-0.225-0.475-0.276L676.725,684.64z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.725,684.64l1.688,1.688l0.682-0.682l-1.313-1.313
+ c-0.137-0.137-0.302-0.225-0.475-0.276L676.725,684.64z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.725,684.64l1.688,1.688l0.682-0.682l-1.313-1.313
+ c-0.137-0.137-0.302-0.225-0.475-0.276L676.725,684.64z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M676.725,684.64l1.688,1.688l0.682-0.682l-1.313-1.313
+ c-0.137-0.137-0.302-0.225-0.475-0.276L676.725,684.64z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.725,684.64l1.688,1.688l0.682-0.682l-1.313-1.313
+ c-0.137-0.137-0.302-0.225-0.475-0.276L676.725,684.64z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.725,684.64l1.688,1.688l0.682-0.682l-1.313-1.313
+ c-0.137-0.137-0.302-0.225-0.475-0.276L676.725,684.64z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="677.781,684.333 679.095,685.646 681.6,683.143 679.91,681.453 677.406,683.958
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="677.781,684.333 679.095,685.646 681.6,683.143 679.91,681.453 677.406,683.958
+ "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="677.781,684.333 679.095,685.646 681.6,683.143 679.91,681.453 677.406,683.958
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="677.781,684.333 679.095,685.646 681.6,683.143 679.91,681.453 677.406,683.958
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="677.781,684.333 679.095,685.646 681.6,683.143 679.91,681.453 677.406,683.958
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="677.781,684.333 679.095,685.646 681.6,683.143 679.91,681.453 677.406,683.958
+ "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.916,703.887c-0.063-0.096-0.105-0.199-0.137-0.305l-0.099,0.1l0.218,0.219
+ C657.904,703.895,657.911,703.891,657.916,703.887z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.916,703.887c-0.063-0.096-0.105-0.199-0.137-0.305l-0.099,0.1l0.218,0.219
+ C657.904,703.895,657.911,703.891,657.916,703.887z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.916,703.887c-0.063-0.096-0.105-0.199-0.137-0.305l-0.099,0.1l0.218,0.219
+ C657.904,703.895,657.911,703.891,657.916,703.887z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.916,703.887c-0.063-0.096-0.105-0.199-0.137-0.305l-0.099,0.1l0.218,0.219
+ C657.904,703.895,657.911,703.891,657.916,703.887z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M657.916,703.887c-0.063-0.096-0.105-0.199-0.137-0.305l-0.099,0.1l0.218,0.219
+ C657.904,703.895,657.911,703.891,657.916,703.887z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.916,703.887c-0.063-0.096-0.105-0.199-0.137-0.305l-0.099,0.1l0.218,0.219
+ C657.904,703.895,657.911,703.891,657.916,703.887z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.916,703.887c-0.063-0.096-0.105-0.199-0.137-0.305l-0.099,0.1l0.218,0.219
+ C657.904,703.895,657.911,703.891,657.916,703.887z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.465,703.9l0.688,0.688l3.131-3.131l-1.689-1.689l-3.814,3.814
+ c0.031,0.105,0.074,0.209,0.137,0.305C658.35,703.469,659.037,703.473,659.465,703.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.465,703.9l0.688,0.688l3.131-3.131l-1.689-1.689l-3.814,3.814
+ c0.031,0.105,0.074,0.209,0.137,0.305C658.35,703.469,659.037,703.473,659.465,703.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.465,703.9l0.688,0.688l3.131-3.131l-1.689-1.689l-3.814,3.814
+ c0.031,0.105,0.074,0.209,0.137,0.305C658.35,703.469,659.037,703.473,659.465,703.9z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M659.465,703.9l0.688,0.688l3.131-3.131l-1.689-1.689l-3.814,3.814
+ c0.031,0.105,0.074,0.209,0.137,0.305C658.35,703.469,659.037,703.473,659.465,703.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.465,703.9l0.688,0.688l3.131-3.131l-1.689-1.689l-3.814,3.814
+ c0.031,0.105,0.074,0.209,0.137,0.305C658.35,703.469,659.037,703.473,659.465,703.9z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M659.465,703.9l0.688,0.688l3.131-3.131l-1.689-1.689l-3.814,3.814
+ c0.031,0.105,0.074,0.209,0.137,0.305C658.35,703.469,659.037,703.473,659.465,703.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.465,703.9l0.688,0.688l3.131-3.131l-1.689-1.689l-3.814,3.814
+ c0.031,0.105,0.074,0.209,0.137,0.305C658.35,703.469,659.037,703.473,659.465,703.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.465,703.9l0.688,0.688l3.131-3.131l-1.689-1.689l-3.814,3.814
+ c0.031,0.105,0.074,0.209,0.137,0.305C658.35,703.469,659.037,703.473,659.465,703.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.056,704.057c-0.054-0.053-0.1-0.111-0.14-0.17c-0.005,0.004-0.012,0.008-0.018,0.014
+ L658.056,704.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.056,704.057c-0.054-0.053-0.1-0.111-0.14-0.17c-0.005,0.004-0.012,0.008-0.018,0.014
+ L658.056,704.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.056,704.057c-0.054-0.053-0.1-0.111-0.14-0.17c-0.005,0.004-0.012,0.008-0.018,0.014
+ L658.056,704.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.056,704.057c-0.054-0.053-0.1-0.111-0.14-0.17c-0.005,0.004-0.012,0.008-0.018,0.014
+ L658.056,704.057z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M658.056,704.057c-0.054-0.053-0.1-0.111-0.14-0.17c-0.005,0.004-0.012,0.008-0.018,0.014
+ L658.056,704.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.056,704.057c-0.054-0.053-0.1-0.111-0.14-0.17c-0.005,0.004-0.012,0.008-0.018,0.014
+ L658.056,704.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.056,704.057c-0.054-0.053-0.1-0.111-0.14-0.17c-0.005,0.004-0.012,0.008-0.018,0.014
+ L658.056,704.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.056,704.057c-0.054-0.053-0.1-0.111-0.14-0.17c-0.005,0.004-0.012,0.008-0.018,0.014
+ L658.056,704.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.465,703.9c-0.428-0.428-1.115-0.432-1.549-0.014c0.04,0.059,0.086,0.117,0.14,0.17
+ l0.03,0.029l1.283,1.285l0.783-0.783L659.465,703.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.465,703.9c-0.428-0.428-1.115-0.432-1.549-0.014c0.04,0.059,0.086,0.117,0.14,0.17
+ l0.03,0.029l1.283,1.285l0.783-0.783L659.465,703.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.465,703.9c-0.428-0.428-1.115-0.432-1.549-0.014c0.04,0.059,0.086,0.117,0.14,0.17
+ l0.03,0.029l1.283,1.285l0.783-0.783L659.465,703.9z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M659.465,703.9c-0.428-0.428-1.115-0.432-1.549-0.014c0.04,0.059,0.086,0.117,0.14,0.17
+ l0.03,0.029l1.283,1.285l0.783-0.783L659.465,703.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.465,703.9c-0.428-0.428-1.115-0.432-1.549-0.014c0.04,0.059,0.086,0.117,0.14,0.17
+ l0.03,0.029l1.283,1.285l0.783-0.783L659.465,703.9z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M659.465,703.9c-0.428-0.428-1.115-0.432-1.549-0.014c0.04,0.059,0.086,0.117,0.14,0.17
+ l0.03,0.029l1.283,1.285l0.783-0.783L659.465,703.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.465,703.9c-0.428-0.428-1.115-0.432-1.549-0.014c0.04,0.059,0.086,0.117,0.14,0.17
+ l0.03,0.029l1.283,1.285l0.783-0.783L659.465,703.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.465,703.9c-0.428-0.428-1.115-0.432-1.549-0.014c0.04,0.059,0.086,0.117,0.14,0.17
+ l0.03,0.029l1.283,1.285l0.783-0.783L659.465,703.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.465,703.9c-0.428-0.428-1.115-0.432-1.549-0.014c0.04,0.059,0.086,0.117,0.14,0.17
+ l0.03,0.029l1.283,1.285l0.783-0.783L659.465,703.9z"/>
+
+ <rect x="625.867" y="735.661" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -336.7829 659.4517)" opacity="0.4" fill="#FFF8B9" width="3.541" height="1.195"/>
+
+ <rect x="625.867" y="735.661" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -336.7829 659.4517)" opacity="0.4" fill="#FFF8B9" width="3.541" height="1.195"/>
+
+ <rect x="625.867" y="735.661" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -336.7829 659.4517)" opacity="0.4" fill="#FFF8B9" width="3.541" height="1.195"/>
+
+ <rect x="625.867" y="735.661" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -336.7829 659.4517)" opacity="0.4" fill="#FFF8B9" width="3.541" height="1.195"/>
+
+ <rect x="627.603" y="731.303" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -332.4191 661.1808)" opacity="0.4" fill="#FFF8B9" width="8.784" height="1.194"/>
+
+ <rect x="627.603" y="731.303" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -332.4191 661.1808)" opacity="0.4" fill="#FFF8B9" width="8.784" height="1.194"/>
+
+ <rect x="627.603" y="731.303" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -332.4191 661.1808)" opacity="0.4" fill="#FFF8B9" width="8.784" height="1.194"/>
+
+ <rect x="627.603" y="731.303" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -332.4191 661.1808)" opacity="0.4" fill="#FFF8B9" width="8.784" height="1.194"/>
+
+ <rect x="627.603" y="731.303" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -332.4191 661.1808)" opacity="0.4" fill="#FFF8B9" width="8.784" height="1.194"/>
+
+ <rect x="626.195" y="733.644" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 550.5426 1698.6838)" opacity="0.4" fill="#FFF8B9" width="1.194" height="3.541"/>
+
+ <rect x="626.195" y="733.644" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 550.5426 1698.6838)" opacity="0.4" fill="#FFF8B9" width="1.194" height="3.541"/>
+
+ <rect x="626.195" y="733.644" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 550.5426 1698.6838)" opacity="0.5" fill="#D1E4B7" width="1.194" height="3.541"/>
+
+ <rect x="626.195" y="733.644" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 550.5426 1698.6838)" opacity="0.4" fill="#FFF8B9" width="1.194" height="3.541"/>
+
+ <rect x="626.195" y="733.644" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 550.5426 1698.6838)" opacity="0.4" fill="#FFF8B9" width="1.194" height="3.541"/>
+
+ <rect x="626.758" y="730.459" transform="matrix(0.707 -0.7072 0.7072 0.707 -332.0858 660.5634)" opacity="0.4" fill="#FFF8B9" width="8.785" height="1.193"/>
+
+ <rect x="626.758" y="730.459" transform="matrix(0.707 -0.7072 0.7072 0.707 -332.0858 660.5634)" opacity="0.4" fill="#FFF8B9" width="8.785" height="1.193"/>
+
+ <rect x="626.758" y="730.459" transform="matrix(0.707 -0.7072 0.7072 0.707 -332.0858 660.5634)" opacity="0.4" fill="#FFF8B9" width="8.785" height="1.193"/>
+
+ <rect x="626.758" y="730.459" transform="matrix(0.707 -0.7072 0.7072 0.707 -332.0858 660.5634)" opacity="0.5" fill="#D1E4B7" width="8.785" height="1.193"/>
+
+ <rect x="626.758" y="730.459" transform="matrix(0.707 -0.7072 0.7072 0.707 -332.0858 660.5634)" opacity="0.4" fill="#FFF8B9" width="8.785" height="1.193"/>
+
+ <rect x="626.758" y="730.459" transform="matrix(0.707 -0.7072 0.7072 0.707 -332.0858 660.5634)" opacity="0.4" fill="#FFF8B9" width="8.785" height="1.193"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.617,721.748c-0.054-0.055-0.1-0.113-0.141-0.174l-6.798,6.799l0.845,0.844l6.781-6.781
+ L641.617,721.748z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.617,721.748c-0.054-0.055-0.1-0.113-0.141-0.174l-6.798,6.799l0.845,0.844l6.781-6.781
+ L641.617,721.748z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.617,721.748c-0.054-0.055-0.1-0.113-0.141-0.174l-6.798,6.799l0.845,0.844l6.781-6.781
+ L641.617,721.748z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M641.617,721.748c-0.054-0.055-0.1-0.113-0.141-0.174l-6.798,6.799l0.845,0.844l6.781-6.781
+ L641.617,721.748z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.617,721.748c-0.054-0.055-0.1-0.113-0.141-0.174l-6.798,6.799l0.845,0.844l6.781-6.781
+ L641.617,721.748z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.617,721.748c-0.054-0.055-0.1-0.113-0.141-0.174l-6.798,6.799l0.845,0.844l6.781-6.781
+ L641.617,721.748z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.617,720.182l5.949-5.949l-0.219-0.219l-13.514,13.514l0.845,0.846l6.798-6.799
+ C641.191,721.145,641.238,720.559,641.617,720.182z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.617,720.182l5.949-5.949l-0.219-0.219l-13.514,13.514l0.845,0.846l6.798-6.799
+ C641.191,721.145,641.238,720.559,641.617,720.182z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.617,720.182l5.949-5.949l-0.219-0.219l-13.514,13.514l0.845,0.846l6.798-6.799
+ C641.191,721.145,641.238,720.559,641.617,720.182z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M641.617,720.182l5.949-5.949l-0.219-0.219l-13.514,13.514l0.845,0.846l6.798-6.799
+ C641.191,721.145,641.238,720.559,641.617,720.182z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M641.617,720.182l5.949-5.949l-0.219-0.219l-13.514,13.514l0.845,0.846l6.798-6.799
+ C641.191,721.145,641.238,720.559,641.617,720.182z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.617,720.182l5.949-5.949l-0.219-0.219l-13.514,13.514l0.845,0.846l6.798-6.799
+ C641.191,721.145,641.238,720.559,641.617,720.182z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.617,720.182l5.949-5.949l-0.219-0.219l-13.514,13.514l0.845,0.846l6.798-6.799
+ C641.191,721.145,641.238,720.559,641.617,720.182z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.477,721.574c0.041,0.061,0.087,0.119,0.141,0.174l0.688,0.688l6.732-6.732
+ l-0.845-0.844L641.477,721.574z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.477,721.574c0.041,0.061,0.087,0.119,0.141,0.174l0.688,0.688l6.732-6.732
+ l-0.845-0.844L641.477,721.574z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.477,721.574c0.041,0.061,0.087,0.119,0.141,0.174l0.688,0.688l6.732-6.732
+ l-0.845-0.844L641.477,721.574z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M641.477,721.574c0.041,0.061,0.087,0.119,0.141,0.174l0.688,0.688l6.732-6.732
+ l-0.845-0.844L641.477,721.574z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.477,721.574c0.041,0.061,0.087,0.119,0.141,0.174l0.688,0.688l6.732-6.732
+ l-0.845-0.844L641.477,721.574z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.477,721.574c0.041,0.061,0.087,0.119,0.141,0.174l0.688,0.688l6.732-6.732
+ l-0.845-0.844L641.477,721.574z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.477,721.574c0.041,0.061,0.087,0.119,0.141,0.174l0.688,0.688l6.732-6.732
+ l-0.845-0.844L641.477,721.574z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.566,714.232l-5.949,5.949c-0.379,0.377-0.426,0.963-0.141,1.393l6.716-6.715
+ L647.566,714.232z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.566,714.232l-5.949,5.949c-0.379,0.377-0.426,0.963-0.141,1.393l6.716-6.715
+ L647.566,714.232z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.566,714.232l-5.949,5.949c-0.379,0.377-0.426,0.963-0.141,1.393l6.716-6.715
+ L647.566,714.232z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M647.566,714.232l-5.949,5.949c-0.379,0.377-0.426,0.963-0.141,1.393l6.716-6.715
+ L647.566,714.232z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M647.566,714.232l-5.949,5.949c-0.379,0.377-0.426,0.963-0.141,1.393l6.716-6.715
+ L647.566,714.232z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.566,714.232l-5.949,5.949c-0.379,0.377-0.426,0.963-0.141,1.393l6.716-6.715
+ L647.566,714.232z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.566,714.232l-5.949,5.949c-0.379,0.377-0.426,0.963-0.141,1.393l6.716-6.715
+ L647.566,714.232z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.566,714.232l-5.949,5.949c-0.379,0.377-0.426,0.963-0.141,1.393l6.716-6.715
+ L647.566,714.232z"/>
+
+ <rect x="670.076" y="687.393" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1638.2892 698.5732)" opacity="0.4" fill="#FFF8B9" width="8.778" height="2.388"/>
+
+ <rect x="670.076" y="687.393" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1638.2892 698.5732)" opacity="0.4" fill="#FFF8B9" width="8.778" height="2.388"/>
+
+ <rect x="670.076" y="687.393" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1638.2892 698.5732)" opacity="0.4" fill="#FFF8B9" width="8.778" height="2.388"/>
+
+ <rect x="670.076" y="687.393" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1638.2892 698.5732)" opacity="0.5" fill="#D1E4B7" width="8.778" height="2.388"/>
+
+ <rect x="670.076" y="687.393" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1638.2892 698.5732)" opacity="0.4" fill="#FFF8B9" width="8.778" height="2.388"/>
+
+ <rect x="670.076" y="687.393" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1638.2892 698.5732)" opacity="0.2" fill="#FFF6A3" width="8.778" height="2.388"/>
+
+ <rect x="670.076" y="687.393" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1638.2892 698.5732)" opacity="0.4" fill="#FFF8B9" width="8.778" height="2.388"/>
+
+ <rect x="660.591" y="694.957" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1630.7224 716.8878)" opacity="0.4" fill="#FFF8B9" width="12.618" height="2.389"/>
+
+ <rect x="660.591" y="694.957" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1630.7224 716.8878)" opacity="0.4" fill="#FFF8B9" width="12.618" height="2.389"/>
+
+ <rect x="660.591" y="694.957" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1630.7224 716.8878)" opacity="0.4" fill="#FFF8B9" width="12.618" height="2.389"/>
+
+ <rect x="660.591" y="694.957" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1630.7224 716.8878)" opacity="0.5" fill="#D1E4B7" width="12.618" height="2.389"/>
+
+ <rect x="660.591" y="694.957" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1630.7224 716.8878)" opacity="0.4" fill="#FFF8B9" width="12.618" height="2.389"/>
+
+ <rect x="660.591" y="694.957" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1630.7224 716.8878)" opacity="0.4" fill="#FFF8B9" width="12.618" height="2.389"/>
+
+ <rect x="660.591" y="694.957" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1630.7224 716.8878)" opacity="0.2" fill="#FFF6A3" width="12.618" height="2.389"/>
+
+ <rect x="660.591" y="694.957" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1630.7224 716.8878)" opacity="0.4" fill="#FFF8B9" width="12.618" height="2.389"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M624.348,748.66c-0.269,0.268-0.479,0.494-0.469,0.506l1.736,1.736
+ c0.011,0.01,0.237-0.199,0.506-0.469l6.594-6.594l-1.774-1.773L624.348,748.66z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M624.348,748.66c-0.269,0.268-0.479,0.494-0.469,0.506l1.736,1.736
+ c0.011,0.01,0.237-0.199,0.506-0.469l6.594-6.594l-1.774-1.773L624.348,748.66z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M624.348,748.66c-0.269,0.268-0.479,0.494-0.469,0.506l1.736,1.736
+ c0.011,0.01,0.237-0.199,0.506-0.469l6.594-6.594l-1.774-1.773L624.348,748.66z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M694.413,682.145c0.269-0.27,0.478-0.495,0.467-0.506l-1.736-1.736
+ c-0.01-0.01-0.235,0.199-0.504,0.467l-6.906,6.906l1.773,1.774L694.413,682.145z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M694.413,682.145c0.269-0.27,0.478-0.495,0.467-0.506l-1.736-1.736
+ c-0.01-0.01-0.235,0.199-0.504,0.467l-6.906,6.906l1.773,1.774L694.413,682.145z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M694.413,682.145c0.269-0.27,0.478-0.495,0.467-0.506l-1.736-1.736
+ c-0.01-0.01-0.235,0.199-0.504,0.467l-6.906,6.906l1.773,1.774L694.413,682.145z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M694.413,682.145c0.269-0.27,0.478-0.495,0.467-0.506l-1.736-1.736
+ c-0.01-0.01-0.235,0.199-0.504,0.467l-6.906,6.906l1.773,1.774L694.413,682.145z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M654.769,718.615c-0.065-0.064-0.119-0.137-0.164-0.213l-1.435,1.434l1.774,1.775
+ l1.409-1.41L654.769,718.615z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M654.769,718.615c-0.065-0.064-0.119-0.137-0.164-0.213l-1.435,1.434l1.774,1.775
+ l1.409-1.41L654.769,718.615z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M654.769,718.615c-0.065-0.064-0.119-0.137-0.164-0.213l-1.435,1.434l1.774,1.775
+ l1.409-1.41L654.769,718.615z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M654.769,718.615c-0.065-0.064-0.119-0.137-0.164-0.213l-1.435,1.434l1.774,1.775
+ l1.409-1.41L654.769,718.615z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M654.769,718.615c-0.065-0.064-0.119-0.137-0.164-0.213l-1.435,1.434l1.774,1.775
+ l1.409-1.41L654.769,718.615z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M654.769,718.615c-0.065-0.064-0.119-0.137-0.164-0.213l-1.435,1.434l1.774,1.775
+ l1.409-1.41L654.769,718.615z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.494,714.514l-3.89,3.889c0.045,0.076,0.099,0.148,0.164,0.213l1.585,1.586l3.914-3.914
+ L658.494,714.514z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.494,714.514l-3.89,3.889c0.045,0.076,0.099,0.148,0.164,0.213l1.585,1.586l3.914-3.914
+ L658.494,714.514z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.494,714.514l-3.89,3.889c0.045,0.076,0.099,0.148,0.164,0.213l1.585,1.586l3.914-3.914
+ L658.494,714.514z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M658.494,714.514l-3.89,3.889c0.045,0.076,0.099,0.148,0.164,0.213l1.585,1.586l3.914-3.914
+ L658.494,714.514z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.494,714.514l-3.89,3.889c0.045,0.076,0.099,0.148,0.164,0.213l1.585,1.586l3.914-3.914
+ L658.494,714.514z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.494,714.514l-3.89,3.889c0.045,0.076,0.099,0.148,0.164,0.213l1.585,1.586l3.914-3.914
+ L658.494,714.514z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M658.494,714.514l-3.89,3.889c0.045,0.076,0.099,0.148,0.164,0.213l1.585,1.586l3.914-3.914
+ L658.494,714.514z"/>
+
+ <rect x="660.631" y="709.353" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 625.8156 1685.0122)" opacity="0.4" fill="#FFF8B9" width="2.508" height="7.084"/>
+
+ <rect x="660.631" y="709.353" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 625.8156 1685.0122)" opacity="0.4" fill="#FFF8B9" width="2.508" height="7.084"/>
+
+ <rect x="660.631" y="709.353" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 625.8156 1685.0122)" opacity="0.4" fill="#FFF8B9" width="2.508" height="7.084"/>
+
+ <rect x="660.631" y="709.353" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 625.8156 1685.0122)" opacity="0.4" fill="#FFF8B9" width="2.508" height="7.084"/>
+
+ <rect x="660.631" y="709.353" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 625.8156 1685.0122)" opacity="0.2" fill="#FFF6A3" width="2.508" height="7.084"/>
+
+ <rect x="660.631" y="709.353" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 625.8156 1685.0122)" opacity="0.4" fill="#FFF8B9" width="2.508" height="7.084"/>
+
+ <rect x="660.631" y="709.353" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 625.8156 1685.0122)" opacity="0.4" fill="#FFF8B9" width="2.508" height="7.084"/>
+
+ <rect x="660.631" y="709.353" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 625.8156 1685.0122)" opacity="0.2" fill="#FFF6A3" width="2.508" height="7.084"/>
+
+ <rect x="683.597" y="688.161" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1657.4872 692.087)" opacity="0.4" fill="#FFF8B9" width="3.542" height="2.509"/>
+
+ <rect x="683.597" y="688.161" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1657.4872 692.087)" opacity="0.4" fill="#FFF8B9" width="3.542" height="2.509"/>
+
+ <rect x="683.597" y="688.161" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1657.4872 692.087)" opacity="0.5" fill="#D1E4B7" width="3.542" height="2.509"/>
+
+ <rect x="683.597" y="688.161" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1657.4872 692.087)" opacity="0.4" fill="#FFF8B9" width="3.542" height="2.509"/>
+
+ <rect x="683.597" y="688.161" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1657.4872 692.087)" opacity="0.2" fill="#FFF6A3" width="3.542" height="2.509"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M684.207,692.121c0.052,0.053,0.012,0.178-0.09,0.277l-6.023,6.024l0.021,0.02l6.889-6.888
+ l-1.774-1.775l-0.682,0.682L684.207,692.121z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M684.207,692.121c0.052,0.053,0.012,0.178-0.09,0.277l-6.023,6.024l0.021,0.02l6.889-6.888
+ l-1.774-1.775l-0.682,0.682L684.207,692.121z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M684.207,692.121c0.052,0.053,0.012,0.178-0.09,0.277l-6.023,6.024l0.021,0.02l6.889-6.888
+ l-1.774-1.775l-0.682,0.682L684.207,692.121z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M684.207,692.121c0.052,0.053,0.012,0.178-0.09,0.277l-6.023,6.024l0.021,0.02l6.889-6.888
+ l-1.774-1.775l-0.682,0.682L684.207,692.121z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M684.207,692.121c0.052,0.053,0.012,0.178-0.09,0.277l-6.023,6.024l0.021,0.02l6.889-6.888
+ l-1.774-1.775l-0.682,0.682L684.207,692.121z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M684.207,692.121c0.052,0.053,0.012,0.178-0.09,0.277l-6.023,6.024l0.021,0.02l6.889-6.888
+ l-1.774-1.775l-0.682,0.682L684.207,692.121z"/>
+
+ <rect x="676.132" y="697.621" transform="matrix(-0.6905 -0.7234 0.7234 -0.6905 636.3805 1673.0839)" opacity="0.4" fill="#FFF8B9" width="0.03" height="5.535"/>
+
+ <rect x="676.132" y="697.621" transform="matrix(-0.6905 -0.7234 0.7234 -0.6905 636.3805 1673.0839)" opacity="0.4" fill="#FFF8B9" width="0.03" height="5.535"/>
+
+ <rect x="676.132" y="697.621" transform="matrix(-0.6905 -0.7234 0.7234 -0.6905 636.3805 1673.0839)" opacity="0.4" fill="#FFF8B9" width="0.03" height="5.535"/>
+
+ <rect x="676.132" y="697.621" transform="matrix(-0.6905 -0.7234 0.7234 -0.6905 636.3805 1673.0839)" opacity="0.5" fill="#D1E4B7" width="0.03" height="5.535"/>
+
+ <rect x="676.132" y="697.621" transform="matrix(-0.6905 -0.7234 0.7234 -0.6905 636.3805 1673.0839)" opacity="0.4" fill="#FFF8B9" width="0.03" height="5.535"/>
+
+ <rect x="676.132" y="697.621" transform="matrix(-0.6905 -0.7234 0.7234 -0.6905 636.3805 1673.0839)" opacity="0.4" fill="#FFF8B9" width="0.03" height="5.535"/>
+
+ <rect x="676.132" y="697.621" transform="matrix(-0.6905 -0.7234 0.7234 -0.6905 636.3805 1673.0839)" opacity="0.2" fill="#FFF6A3" width="0.03" height="5.535"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M669.077,707.25l0.113,0.113l5.01-5.008l-0.021-0.021l-4.825,4.826
+ C669.253,707.262,669.129,707.303,669.077,707.25z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M669.077,707.25l0.113,0.113l5.01-5.008l-0.021-0.021l-4.825,4.826
+ C669.253,707.262,669.129,707.303,669.077,707.25z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M669.077,707.25l0.113,0.113l5.01-5.008l-0.021-0.021l-4.825,4.826
+ C669.253,707.262,669.129,707.303,669.077,707.25z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M669.077,707.25l0.113,0.113l5.01-5.008l-0.021-0.021l-4.825,4.826
+ C669.253,707.262,669.129,707.303,669.077,707.25z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M669.077,707.25l0.113,0.113l5.01-5.008l-0.021-0.021l-4.825,4.826
+ C669.253,707.262,669.129,707.303,669.077,707.25z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M669.077,707.25l0.113,0.113l5.01-5.008l-0.021-0.021l-4.825,4.826
+ C669.253,707.262,669.129,707.303,669.077,707.25z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M669.077,707.25l0.113,0.113l5.01-5.008l-0.021-0.021l-4.825,4.826
+ C669.253,707.262,669.129,707.303,669.077,707.25z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M669.077,707.25l0.113,0.113l5.01-5.008l-0.021-0.021l-4.825,4.826
+ C669.253,707.262,669.129,707.303,669.077,707.25z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="667.417,705.59 664.286,708.721 666.06,710.494 669.19,707.363 669.077,707.25
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="667.417,705.59 664.286,708.721 666.06,710.494 669.19,707.363 669.077,707.25
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="667.417,705.59 664.286,708.721 666.06,710.494 669.19,707.363 669.077,707.25
+ "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="667.417,705.59 664.286,708.721 666.06,710.494 669.19,707.363 669.077,707.25
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="667.417,705.59 664.286,708.721 666.06,710.494 669.19,707.363 669.077,707.25
+ "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="667.417,705.59 664.286,708.721 666.06,710.494 669.19,707.363 669.077,707.25
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="667.417,705.59 664.286,708.721 666.06,710.494 669.19,707.363 669.077,707.25
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="667.417,705.59 664.286,708.721 666.06,710.494 669.19,707.363 669.077,707.25
+ "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="667.417,705.59 664.286,708.721 666.06,710.494 669.19,707.363 669.077,707.25
+ "/>
+
+ <rect x="664.227" y="708.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1636.8977 741.9728)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.508"/>
+
+ <rect x="664.227" y="708.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1636.8977 741.9728)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.508"/>
+
+ <rect x="664.227" y="708.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1636.8977 741.9728)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.508"/>
+
+ <rect x="664.227" y="708.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1636.8977 741.9728)" opacity="0.5" fill="#D1E4B7" width="1.108" height="2.508"/>
+
+ <rect x="664.227" y="708.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1636.8977 741.9728)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.508"/>
+
+ <rect x="664.227" y="708.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1636.8977 741.9728)" opacity="0.2" fill="#FFF6A3" width="1.108" height="2.508"/>
+
+ <rect x="664.227" y="708.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1636.8977 741.9728)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.508"/>
+
+ <rect x="664.227" y="708.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1636.8977 741.9728)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.508"/>
+
+ <rect x="664.227" y="708.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1636.8977 741.9728)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.508"/>
+
+ <rect x="664.227" y="708.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1636.8977 741.9728)" opacity="0.2" fill="#FFF6A3" width="1.108" height="2.508"/>
+
+ <rect x="631.309" y="740.447" transform="matrix(0.7072 -0.707 0.707 0.7072 -339.0221 664.705)" opacity="0.4" fill="#FFF8B9" width="3.542" height="2.509"/>
+
+ <rect x="631.309" y="740.447" transform="matrix(0.7072 -0.707 0.707 0.7072 -339.0221 664.705)" opacity="0.4" fill="#FFF8B9" width="3.542" height="2.509"/>
+
+ <rect x="631.309" y="740.447" transform="matrix(0.7072 -0.707 0.707 0.7072 -339.0221 664.705)" opacity="0.4" fill="#FFF8B9" width="3.542" height="2.509"/>
+
+ <rect x="631.309" y="740.447" transform="matrix(0.7072 -0.707 0.707 0.7072 -339.0221 664.705)" opacity="0.2" fill="#FFF6A3" width="3.542" height="2.509"/>
+
+ <rect x="636.184" y="732.952" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 567.0614 1709.4807)" opacity="0.4" fill="#FFF8B9" width="2.509" height="8.784"/>
+
+ <rect x="636.184" y="732.952" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 567.0614 1709.4807)" opacity="0.4" fill="#FFF8B9" width="2.509" height="8.784"/>
+
+ <rect x="636.184" y="732.952" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 567.0614 1709.4807)" opacity="0.4" fill="#FFF8B9" width="2.509" height="8.784"/>
+
+ <rect x="636.184" y="732.952" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 567.0614 1709.4807)" opacity="0.4" fill="#FFF8B9" width="2.509" height="8.784"/>
+
+ <rect x="636.184" y="732.952" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 567.0614 1709.4807)" opacity="0.2" fill="#FFF6A3" width="2.509" height="8.784"/>
+
+ <rect x="642.68" y="726.053" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 582.7444 1702.9821)" opacity="0.4" fill="#FFF8B9" width="2.509" height="9.59"/>
+
+ <rect x="642.68" y="726.053" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 582.7444 1702.9821)" opacity="0.4" fill="#FFF8B9" width="2.509" height="9.59"/>
+
+ <rect x="642.68" y="726.053" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 582.7444 1702.9821)" opacity="0.4" fill="#FFF8B9" width="2.509" height="9.59"/>
+
+ <rect x="642.68" y="726.053" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 582.7444 1702.9821)" opacity="0.2" fill="#FFF6A3" width="2.509" height="9.59"/>
+
+ <rect x="642.68" y="726.053" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 582.7444 1702.9821)" opacity="0.4" fill="#FFF8B9" width="2.509" height="9.59"/>
+
+ <rect x="642.68" y="726.053" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 582.7444 1702.9821)" opacity="0.2" fill="#FFF6A3" width="2.509" height="9.59"/>
+
+ <rect x="645.931" y="722.835" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -321.4296 672.2595)" opacity="0.4" fill="#FFF8B9" width="9.52" height="2.509"/>
+
+ <rect x="645.931" y="722.835" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -321.4296 672.2595)" opacity="0.4" fill="#FFF8B9" width="9.52" height="2.509"/>
+
+ <rect x="645.931" y="722.835" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -321.4296 672.2595)" opacity="0.4" fill="#FFF8B9" width="9.52" height="2.509"/>
+
+ <rect x="645.931" y="722.835" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -321.4296 672.2595)" opacity="0.2" fill="#FFF6A3" width="9.52" height="2.509"/>
+
+ <rect x="645.931" y="722.835" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -321.4296 672.2595)" opacity="0.4" fill="#FFF8B9" width="9.52" height="2.509"/>
+
+ <rect x="645.931" y="722.835" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -321.4296 672.2595)" opacity="0.4" fill="#FFF8B9" width="9.52" height="2.509"/>
+
+ <rect x="645.931" y="722.835" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -321.4296 672.2595)" opacity="0.2" fill="#FFF6A3" width="9.52" height="2.509"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M678.094,698.423l6.023-6.024c0.102-0.1,0.142-0.225,0.09-0.277l-1.66-1.66l-6.207,6.209
+ L678.094,698.423z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M678.094,698.423l6.023-6.024c0.102-0.1,0.142-0.225,0.09-0.277l-1.66-1.66l-6.207,6.209
+ L678.094,698.423z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M678.094,698.423l6.023-6.024c0.102-0.1,0.142-0.225,0.09-0.277l-1.66-1.66l-6.207,6.209
+ L678.094,698.423z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M678.094,698.423l6.023-6.024c0.102-0.1,0.142-0.225,0.09-0.277l-1.66-1.66l-6.207,6.209
+ L678.094,698.423z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M678.094,698.423l6.023-6.024c0.102-0.1,0.142-0.225,0.09-0.277l-1.66-1.66l-6.207,6.209
+ L678.094,698.423z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M678.094,698.423l6.023-6.024c0.102-0.1,0.142-0.225,0.09-0.277l-1.66-1.66l-6.207,6.209
+ L678.094,698.423z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M678.094,698.423l6.023-6.024c0.102-0.1,0.142-0.225,0.09-0.277l-1.66-1.66l-6.207,6.209
+ L678.094,698.423z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.401,700.605c0.075,0.045,0.147,0.098,0.213,0.164l1.565,1.564l3.914-3.911
+ l-1.754-1.753L672.401,700.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.401,700.605c0.075,0.045,0.147,0.098,0.213,0.164l1.565,1.564l3.914-3.911
+ l-1.754-1.753L672.401,700.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.401,700.605c0.075,0.045,0.147,0.098,0.213,0.164l1.565,1.564l3.914-3.911
+ l-1.754-1.753L672.401,700.605z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M672.401,700.605c0.075,0.045,0.147,0.098,0.213,0.164l1.565,1.564l3.914-3.911
+ l-1.754-1.753L672.401,700.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.401,700.605c0.075,0.045,0.147,0.098,0.213,0.164l1.565,1.564l3.914-3.911
+ l-1.754-1.753L672.401,700.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.401,700.605c0.075,0.045,0.147,0.098,0.213,0.164l1.565,1.564l3.914-3.911
+ l-1.754-1.753L672.401,700.605z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M672.401,700.605c0.075,0.045,0.147,0.098,0.213,0.164l1.565,1.564l3.914-3.911
+ l-1.754-1.753L672.401,700.605z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M672.401,700.605c0.075,0.045,0.147,0.098,0.213,0.164l1.565,1.564l3.914-3.911
+ l-1.754-1.753L672.401,700.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.401,700.605l-4.984,4.984l1.66,1.66c0.052,0.053,0.176,0.012,0.277-0.09l4.825-4.826
+ l-1.565-1.564C672.549,700.703,672.477,700.65,672.401,700.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.401,700.605l-4.984,4.984l1.66,1.66c0.052,0.053,0.176,0.012,0.277-0.09l4.825-4.826
+ l-1.565-1.564C672.549,700.703,672.477,700.65,672.401,700.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.401,700.605l-4.984,4.984l1.66,1.66c0.052,0.053,0.176,0.012,0.277-0.09l4.825-4.826
+ l-1.565-1.564C672.549,700.703,672.477,700.65,672.401,700.605z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M672.401,700.605l-4.984,4.984l1.66,1.66c0.052,0.053,0.176,0.012,0.277-0.09l4.825-4.826
+ l-1.565-1.564C672.549,700.703,672.477,700.65,672.401,700.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.401,700.605l-4.984,4.984l1.66,1.66c0.052,0.053,0.176,0.012,0.277-0.09l4.825-4.826
+ l-1.565-1.564C672.549,700.703,672.477,700.65,672.401,700.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.401,700.605l-4.984,4.984l1.66,1.66c0.052,0.053,0.176,0.012,0.277-0.09l4.825-4.826
+ l-1.565-1.564C672.549,700.703,672.477,700.65,672.401,700.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.401,700.605l-4.984,4.984l1.66,1.66c0.052,0.053,0.176,0.012,0.277-0.09l4.825-4.826
+ l-1.565-1.564C672.549,700.703,672.477,700.65,672.401,700.605z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M672.401,700.605l-4.984,4.984l1.66,1.66c0.052,0.053,0.176,0.012,0.277-0.09l4.825-4.826
+ l-1.565-1.564C672.549,700.703,672.477,700.65,672.401,700.605z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M672.401,700.605l-4.984,4.984l1.66,1.66c0.052,0.053,0.176,0.012,0.277-0.09l4.825-4.826
+ l-1.565-1.564C672.549,700.703,672.477,700.65,672.401,700.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M726.205,663.149c0.278-0.279,0.492-0.519,0.478-0.533l-2.456-2.456
+ c-0.015-0.015-0.254,0.199-0.532,0.479l-1.615,1.614l2.511,2.511L726.205,663.149z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M726.205,663.149c0.278-0.279,0.492-0.519,0.478-0.533l-2.456-2.456
+ c-0.015-0.015-0.254,0.199-0.532,0.479l-1.615,1.614l2.511,2.511L726.205,663.149z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M726.205,663.149c0.278-0.279,0.492-0.519,0.478-0.533l-2.456-2.456
+ c-0.015-0.015-0.254,0.199-0.532,0.479l-1.615,1.614l2.511,2.511L726.205,663.149z"/>
+
+ <rect x="686.295" y="677.075" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1688.6382 658.2592)" opacity="0.4" fill="#FFF8B9" width="43.394" height="3.551"/>
+
+ <rect x="686.295" y="677.075" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1688.6382 658.2592)" opacity="0.4" fill="#FFF8B9" width="43.394" height="3.551"/>
+
+ <rect x="686.295" y="677.075" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1688.6382 658.2592)" opacity="0.5" fill="#D1E4B7" width="43.394" height="3.551"/>
+
+ <rect x="686.295" y="677.075" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1688.6382 658.2592)" opacity="0.5" fill="#D1E4B7" width="43.394" height="3.551"/>
+
+ <rect x="659.016" y="725.052" transform="matrix(-0.707 -0.7072 0.7072 -0.707 614.4576 1706.6844)" opacity="0.4" fill="#FFF8B9" width="3.551" height="1.994"/>
+
+ <rect x="659.016" y="725.052" transform="matrix(-0.707 -0.7072 0.7072 -0.707 614.4576 1706.6844)" opacity="0.4" fill="#FFF8B9" width="3.551" height="1.994"/>
+
+ <rect x="659.016" y="725.052" transform="matrix(-0.707 -0.7072 0.7072 -0.707 614.4576 1706.6844)" opacity="0.4" fill="#FFF8B9" width="3.551" height="1.994"/>
+
+ <rect x="659.016" y="725.052" transform="matrix(-0.707 -0.7072 0.7072 -0.707 614.4576 1706.6844)" opacity="0.2" fill="#FFF6A3" width="3.551" height="1.994"/>
+
+ <rect x="659.016" y="725.052" transform="matrix(-0.707 -0.7072 0.7072 -0.707 614.4576 1706.6844)" opacity="0.4" fill="#FFF8B9" width="3.551" height="1.994"/>
+
+ <rect x="659.016" y="725.052" transform="matrix(-0.707 -0.7072 0.7072 -0.707 614.4576 1706.6844)" opacity="0.5" fill="#D1E4B7" width="3.551" height="1.994"/>
+
+ <rect x="664.182" y="714.572" transform="matrix(-0.707 -0.7072 0.7072 -0.707 626.9302 1701.5181)" opacity="0.4" fill="#FFF8B9" width="3.551" height="12.62"/>
+
+ <rect x="664.182" y="714.572" transform="matrix(-0.707 -0.7072 0.7072 -0.707 626.9302 1701.5181)" opacity="0.4" fill="#FFF8B9" width="3.551" height="12.62"/>
+
+ <rect x="664.182" y="714.572" transform="matrix(-0.707 -0.7072 0.7072 -0.707 626.9302 1701.5181)" opacity="0.4" fill="#FFF8B9" width="3.551" height="12.62"/>
+
+ <rect x="664.182" y="714.572" transform="matrix(-0.707 -0.7072 0.7072 -0.707 626.9302 1701.5181)" opacity="0.2" fill="#FFF6A3" width="3.551" height="12.62"/>
+
+ <rect x="664.182" y="714.572" transform="matrix(-0.707 -0.7072 0.7072 -0.707 626.9302 1701.5181)" opacity="0.4" fill="#FFF8B9" width="3.551" height="12.62"/>
+
+ <rect x="664.182" y="714.572" transform="matrix(-0.707 -0.7072 0.7072 -0.707 626.9302 1701.5181)" opacity="0.4" fill="#FFF8B9" width="3.551" height="12.62"/>
+
+ <rect x="664.182" y="714.572" transform="matrix(-0.707 -0.7072 0.7072 -0.707 626.9302 1701.5181)" opacity="0.5" fill="#D1E4B7" width="3.551" height="12.62"/>
+
+ <rect x="689.622" y="693.673" transform="matrix(-0.707 -0.7072 0.7072 -0.707 688.3459 1676.0894)" opacity="0.4" fill="#FFF8B9" width="3.551" height="3.542"/>
+
+ <rect x="689.622" y="693.673" transform="matrix(-0.707 -0.7072 0.7072 -0.707 688.3459 1676.0894)" opacity="0.4" fill="#FFF8B9" width="3.551" height="3.542"/>
+
+ <rect x="689.622" y="693.673" transform="matrix(-0.707 -0.7072 0.7072 -0.707 688.3459 1676.0894)" opacity="0.5" fill="#D1E4B7" width="3.551" height="3.542"/>
+
+ <rect x="689.622" y="693.673" transform="matrix(-0.707 -0.7072 0.7072 -0.707 688.3459 1676.0894)" opacity="0.4" fill="#FFF8B9" width="3.551" height="3.542"/>
+
+ <rect x="689.622" y="693.673" transform="matrix(-0.707 -0.7072 0.7072 -0.707 688.3459 1676.0894)" opacity="0.5" fill="#D1E4B7" width="3.551" height="3.542"/>
+
+ <rect x="677.107" y="700.322" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1665.3892 714.4567)" opacity="0.4" fill="#FFF8B9" width="15.276" height="3.551"/>
+
+ <rect x="677.107" y="700.322" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1665.3892 714.4567)" opacity="0.4" fill="#FFF8B9" width="15.276" height="3.551"/>
+
+ <rect x="677.107" y="700.322" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1665.3892 714.4567)" opacity="0.4" fill="#FFF8B9" width="15.276" height="3.551"/>
+
+ <rect x="677.107" y="700.322" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1665.3892 714.4567)" opacity="0.5" fill="#D1E4B7" width="15.276" height="3.551"/>
+
+ <rect x="677.107" y="700.322" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1665.3892 714.4567)" opacity="0.4" fill="#FFF8B9" width="15.276" height="3.551"/>
+
+ <rect x="677.107" y="700.322" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1665.3892 714.4567)" opacity="0.5" fill="#D1E4B7" width="15.276" height="3.551"/>
+
+ <rect x="675.063" y="706.461" transform="matrix(-0.7072 -0.707 0.707 -0.7072 653.5783 1690.6523)" opacity="0.4" fill="#FFF8B9" width="3.55" height="7.083"/>
+
+ <rect x="675.063" y="706.461" transform="matrix(-0.7072 -0.707 0.707 -0.7072 653.5783 1690.6523)" opacity="0.4" fill="#FFF8B9" width="3.55" height="7.083"/>
+
+ <rect x="675.063" y="706.461" transform="matrix(-0.7072 -0.707 0.707 -0.7072 653.5783 1690.6523)" opacity="0.4" fill="#FFF8B9" width="3.55" height="7.083"/>
+
+ <rect x="675.063" y="706.461" transform="matrix(-0.7072 -0.707 0.707 -0.7072 653.5783 1690.6523)" opacity="0.5" fill="#D1E4B7" width="3.55" height="7.083"/>
+
+ <rect x="675.063" y="706.461" transform="matrix(-0.7072 -0.707 0.707 -0.7072 653.5783 1690.6523)" opacity="0.4" fill="#FFF8B9" width="3.55" height="7.083"/>
+
+ <rect x="675.063" y="706.461" transform="matrix(-0.7072 -0.707 0.707 -0.7072 653.5783 1690.6523)" opacity="0.4" fill="#FFF8B9" width="3.55" height="7.083"/>
+
+ <rect x="675.063" y="706.461" transform="matrix(-0.7072 -0.707 0.707 -0.7072 653.5783 1690.6523)" opacity="0.5" fill="#D1E4B7" width="3.55" height="7.083"/>
+
+ <rect x="670.554" y="712.297" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1653.4122 743.2787)" opacity="0.4" fill="#FFF8B9" width="4.428" height="3.55"/>
+
+ <rect x="670.554" y="712.297" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1653.4122 743.2787)" opacity="0.4" fill="#FFF8B9" width="4.428" height="3.55"/>
+
+ <rect x="670.554" y="712.297" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1653.4122 743.2787)" opacity="0.4" fill="#FFF8B9" width="4.428" height="3.55"/>
+
+ <rect x="670.554" y="712.297" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1653.4122 743.2787)" opacity="0.5" fill="#D1E4B7" width="4.428" height="3.55"/>
+
+ <rect x="670.554" y="712.297" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1653.4122 743.2787)" opacity="0.2" fill="#FFF6A3" width="4.428" height="3.55"/>
+
+ <rect x="670.554" y="712.297" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1653.4122 743.2787)" opacity="0.4" fill="#FFF8B9" width="4.428" height="3.55"/>
+
+ <rect x="670.554" y="712.297" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1653.4122 743.2787)" opacity="0.4" fill="#FFF8B9" width="4.428" height="3.55"/>
+
+ <rect x="670.554" y="712.297" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1653.4122 743.2787)" opacity="0.5" fill="#D1E4B7" width="4.428" height="3.55"/>
+
+ <rect x="669.036" y="715.475" transform="matrix(-0.7072 -0.707 0.707 -0.7072 639.0277 1696.6797)" opacity="0.4" fill="#FFF8B9" width="3.55" height="1.108"/>
+
+ <rect x="669.036" y="715.475" transform="matrix(-0.7072 -0.707 0.707 -0.7072 639.0277 1696.6797)" opacity="0.4" fill="#FFF8B9" width="3.55" height="1.108"/>
+
+ <rect x="669.036" y="715.475" transform="matrix(-0.7072 -0.707 0.707 -0.7072 639.0277 1696.6797)" opacity="0.4" fill="#FFF8B9" width="3.55" height="1.108"/>
+
+ <rect x="669.036" y="715.475" transform="matrix(-0.7072 -0.707 0.707 -0.7072 639.0277 1696.6797)" opacity="0.5" fill="#D1E4B7" width="3.55" height="1.108"/>
+
+ <rect x="669.036" y="715.475" transform="matrix(-0.7072 -0.707 0.707 -0.7072 639.0277 1696.6797)" opacity="0.2" fill="#FFF6A3" width="3.55" height="1.108"/>
+
+ <rect x="669.036" y="715.475" transform="matrix(-0.7072 -0.707 0.707 -0.7072 639.0277 1696.6797)" opacity="0.4" fill="#FFF8B9" width="3.55" height="1.108"/>
+
+ <rect x="669.036" y="715.475" transform="matrix(-0.7072 -0.707 0.707 -0.7072 639.0277 1696.6797)" opacity="0.4" fill="#FFF8B9" width="3.55" height="1.108"/>
+
+ <rect x="669.036" y="715.475" transform="matrix(-0.7072 -0.707 0.707 -0.7072 639.0277 1696.6797)" opacity="0.4" fill="#FFF8B9" width="3.55" height="1.108"/>
+
+ <rect x="669.036" y="715.475" transform="matrix(-0.7072 -0.707 0.707 -0.7072 639.0277 1696.6797)" opacity="0.5" fill="#D1E4B7" width="3.55" height="1.108"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M652.725,731.607c-0.28,0.279-0.493,0.518-0.479,0.531l2.456,2.457
+ c0.015,0.014,0.253-0.197,0.533-0.479l6.107-6.107l-2.511-2.512L652.725,731.607z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M652.725,731.607c-0.28,0.279-0.493,0.518-0.479,0.531l2.456,2.457
+ c0.015,0.014,0.253-0.197,0.533-0.479l6.107-6.107l-2.511-2.512L652.725,731.607z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M652.725,731.607c-0.28,0.279-0.493,0.518-0.479,0.531l2.456,2.457
+ c0.015,0.014,0.253-0.197,0.533-0.479l6.107-6.107l-2.511-2.512L652.725,731.607z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M652.725,731.607c-0.28,0.279-0.493,0.518-0.479,0.531l2.456,2.457
+ c0.015,0.014,0.253-0.197,0.533-0.479l6.107-6.107l-2.511-2.512L652.725,731.607z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M652.725,731.607c-0.28,0.279-0.493,0.518-0.479,0.531l2.456,2.457
+ c0.015,0.014,0.253-0.197,0.533-0.479l6.107-6.107l-2.511-2.512L652.725,731.607z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M652.725,731.607c-0.28,0.279-0.493,0.518-0.479,0.531l2.456,2.457
+ c0.015,0.014,0.253-0.197,0.533-0.479l6.107-6.107l-2.511-2.512L652.725,731.607z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M652.725,731.607c-0.28,0.279-0.493,0.518-0.479,0.531l2.456,2.457
+ c0.015,0.014,0.253-0.197,0.533-0.479l6.107-6.107l-2.511-2.512L652.725,731.607z"/>
+ </g>
+
+ <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="-499.7529" y1="254.96" x2="1289.7949" y2="254.96" gradientTransform="matrix(-1 0 0 -1 1742.6152 1012.0078)">
+ <stop offset="0" style="stop-color:#2B4F5A"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+ <rect x="452.82" y="742.096" opacity="0.2" fill="url(#SVGID_4_)" width="1789.548" height="29.904"/>
+ <g id="debian" opacity="0.8">
+ <g>
+ <path fill="#23353D" d="M649.401,710.646c-1.902,0.025,0.362,0.98,2.848,1.363c0.687-0.541,1.31-1.078,1.865-1.607
+ C652.565,710.783,650.99,710.789,649.401,710.646"/>
+ <path fill="#23353D" d="M659.625,708.098c1.134-1.566,1.961-3.279,2.252-5.049c-0.256,1.26-0.94,2.35-1.586,3.502
+ c-3.56,2.242-0.333-1.332-0.002-2.689C656.46,708.682,659.764,706.75,659.625,708.098"/>
+ <path fill="#23353D" d="M663.399,698.283c0.228-3.43-0.674-2.346-0.981-1.037C662.773,697.432,663.053,699.662,663.399,698.283"
+ />
+ <path fill="#23353D" d="M642.178,651.404c1.019,0.184,2.199,0.324,2.034,0.566C645.321,651.727,645.574,651.502,642.178,651.404"
+ />
+ <path fill="#23353D" d="M644.212,651.971l-0.72,0.15l0.668-0.061L644.212,651.971"/>
+ <path fill="#23353D" d="M675.906,699.584c0.113,3.078-0.902,4.568-1.816,7.215l-1.647,0.822c-1.346,2.617,0.13,1.66-0.832,3.74
+ c-2.104,1.873-6.383,5.852-7.753,6.215c-1-0.021,0.676-1.178,0.896-1.631c-2.815,1.93-2.258,2.9-6.563,4.076l-0.128-0.283
+ c-10.617,4.996-25.367-4.9-25.171-18.406c-0.116,0.855-0.324,0.641-0.56,0.988c-0.546-6.947,3.211-13.926,9.547-16.775
+ c6.199-3.068,13.465-1.811,17.906,2.33c-2.441-3.195-7.293-6.582-13.047-6.266c-5.636,0.092-10.908,3.672-12.668,7.561
+ c-2.885,1.814-3.221,7.004-4.48,7.953c-1.69,12.436,3.185,17.811,11.436,24.131c1.297,0.875,0.365,1.008,0.541,1.678
+ c-2.74-1.285-5.251-3.223-7.314-5.596c1.093,1.602,2.274,3.162,3.803,4.387c-2.584-0.875-6.035-6.264-7.046-6.482
+ c4.457,7.975,18.073,13.986,25.207,11.002c-3.3,0.127-7.494,0.072-11.199-1.301c-1.557-0.801-3.677-2.459-3.295-2.771
+ c9.731,3.633,19.785,2.754,28.205-3.996c2.141-1.67,4.482-4.506,5.159-4.547c-1.02,1.531,0.172,0.736-0.61,2.09
+ c2.137-3.443-0.926-1.4,2.207-5.945l1.159,1.594c-0.433-2.855,3.547-6.326,3.145-10.844c0.913-1.381,1.017,1.486,0.049,4.666
+ c1.345-3.527,0.353-4.096,0.7-7.002c0.371,0.979,0.861,2.018,1.111,3.049c-0.874-3.406,0.9-5.738,1.338-7.717
+ c-0.43-0.191-1.35,1.504-1.562-2.52c0.033-1.75,0.487-0.916,0.663-1.348c-0.344-0.197-1.244-1.537-1.792-4.109
+ c0.396-0.605,1.061,1.566,1.603,1.654c-0.349-2.043-0.947-3.602-0.97-5.172c-1.582-3.301-0.56,0.441-1.842-1.416
+ c-1.678-5.244,1.398-1.217,1.604-3.598c2.548,3.689,4.002,9.412,4.667,11.779c-0.509-2.887-1.33-5.686-2.334-8.395
+ c0.772,0.324-1.249-5.943,1.005-1.793c-2.406-8.852-10.297-17.123-17.555-21.004c0.887,0.813,2.01,1.832,1.606,1.992
+ c-3.609-2.15-2.975-2.316-3.492-3.223c-2.942-1.197-3.134,0.096-5.082,0c-5.545-2.939-6.613-2.625-11.715-4.469l0.233,1.084
+ c-3.673-1.223-4.277,0.463-8.249,0.004c-0.242-0.189,1.273-0.684,2.521-0.861c-3.552,0.469-3.386-0.701-6.861,0.127
+ c0.858-0.604,1.76-0.998,2.675-1.51c-2.897,0.178-6.913,1.686-5.672,0.313c-4.723,2.107-13.11,5.066-17.818,9.48l-0.149-0.99
+ c-2.158,2.59-9.406,7.734-9.982,11.086l-0.576,0.135c-1.123,1.902-1.849,4.055-2.74,6.01c-1.467,2.502-2.151,0.963-1.942,1.355
+ c-2.888,5.855-4.32,10.771-5.561,14.807c0.882,1.318,0.022,7.939,0.355,13.238c-1.45,26.186,18.377,51.607,40.048,57.475
+ c3.175,1.139,7.9,1.096,11.916,1.209c-4.739-1.354-5.352-0.717-9.97-2.328c-3.331-1.568-4.062-3.359-6.421-5.406l0.934,1.65
+ c-4.627-1.639-2.69-2.027-6.455-3.221l0.998-1.299c-1.5-0.115-3.973-2.531-4.65-3.867l-1.642,0.064
+ c-1.97-2.432-3.02-4.184-2.943-5.541l-0.531,0.943c-0.6-1.033-7.253-9.121-3.799-7.242c-0.643-0.584-1.496-0.949-2.42-2.629
+ l0.704-0.803c-1.662-2.137-3.059-4.879-2.951-5.791c0.885,1.199,1.499,1.422,2.109,1.627c-4.194-10.408-4.43-0.576-7.605-10.592
+ l0.672-0.057c-0.516-0.773-0.828-1.617-1.243-2.445l0.292-2.914c-3.02-3.492-0.846-14.838-0.407-21.064
+ c0.301-2.533,2.519-5.23,4.207-9.453l-1.029-0.178c1.966-3.428,11.222-13.768,15.506-13.236c2.077-2.607-0.411-0.008-0.817-0.664
+ c4.561-4.721,5.995-3.338,9.072-4.184c3.321-1.971-2.85,0.766-1.274-0.754c5.736-1.465,4.066-3.33,11.553-4.072
+ c0.789,0.447-1.834,0.691-2.492,1.275c4.78-2.34,15.13-1.809,21.853,1.297c7.799,3.646,16.561,14.42,16.91,24.559l0.39,0.105
+ c-0.196,4.031,0.618,8.689-0.796,12.965L675.906,699.584"/>
+ <path fill="#23353D" d="M628.612,713.258l-0.266,1.338c1.251,1.701,2.244,3.543,3.844,4.873
+ C631.041,717.223,630.186,716.295,628.612,713.258"/>
+ <path fill="#23353D" d="M631.574,713.143c-0.666-0.73-1.056-1.613-1.496-2.49c0.42,1.541,1.279,2.867,2.079,4.217
+ L631.574,713.143"/>
+ <path fill="#23353D" d="M683.936,701.764l-0.279,0.703c-0.514,3.641-1.622,7.248-3.319,10.588
+ C682.213,709.529,683.427,705.672,683.936,701.764"/>
+ <path fill="#23353D" d="M642.556,650.496c1.288-0.477,3.167-0.264,4.533-0.57c-1.782,0.146-3.555,0.238-5.304,0.463
+ L642.556,650.496"/>
+ <path fill="#23353D" d="M597.346,674.533c0.297,2.746-2.065,3.813,0.526,2C599.259,673.406,597.326,675.672,597.346,674.533"/>
+ <path fill="#23353D" d="M594.303,687.248c0.595-1.834,0.706-2.932,0.932-3.99C593.587,685.363,594.476,685.813,594.303,687.248"
+ />
+ </g>
+ </g>
+
+ <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="986.2246" y1="-20.3843" x2="986.2246" y2="-332.7769" gradientTransform="matrix(0 1 -1 0 1319.9023 -298.4028)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+
+ <line opacity="0.3" fill="#F6F6F6" stroke="url(#SVGID_5_)" stroke-width="3" stroke-miterlimit="10" x1="1340.286" y1="687.822" x2="1652.679" y2="687.822"/>
+ <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="985.2754" y1="687.8223" x2="985.2754" y2="687.8223">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+ <path opacity="0.6" fill="#F6F6F6" stroke="url(#SVGID_6_)" stroke-miterlimit="10" d="M985.275,687.822"/>
+ <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="985.2754" y1="1000.2168" x2="985.2754" y2="1000.2168">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+ <path opacity="0.6" fill="#F6F6F6" stroke="url(#SVGID_7_)" stroke-miterlimit="10" d="M985.275,1000.217"/>
+
+ <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="598.5059" y1="382.1074" x2="598.5059" y2="282.6011" gradientTransform="matrix(0 1 -1 0 1319.9023 -298.4028)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+
+ <line opacity="0.3" fill="#F6F6F6" stroke="url(#SVGID_8_)" stroke-width="3" stroke-miterlimit="10" x1="937.794" y1="300.103" x2="1037.301" y2="300.103"/>
+
+ <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="427.5146" y1="5.6089" x2="427.5146" y2="-147.1636" gradientTransform="matrix(0 1 -1 0 1319.9023 -298.4028)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+
+ <line opacity="0.3" fill="#F6F6F6" stroke="url(#SVGID_9_)" stroke-width="3" stroke-miterlimit="10" x1="1314.293" y1="129.111" x2="1467.065" y2="129.111"/>
+
+ <linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="1189.4023" y1="-310.1763" x2="1189.4023" y2="-409.6821" gradientTransform="matrix(0 1 -1 0 1319.9023 -298.4028)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+
+ <line opacity="0.3" fill="#F6F6F6" stroke="url(#SVGID_10_)" stroke-width="3" stroke-miterlimit="10" x1="1630.078" y1="891" x2="1729.584" y2="891"/>
+ <g>
+ <g>
+ <path opacity="0.6" fill="#F6F6F6" d="M556.607,891.236c-0.069,0.073-0.069,11.736-0.215,14.784
+ c-0.144,2.465-0.363,7.754-5.58,7.754c-5.362,0-6.666-6.16-7.101-8.841c-0.507-2.974-0.507-5.439-0.507-6.523
+ c0-3.479,0.217-13.19,8.405-13.19c2.464,0,3.84,0.727,4.928,1.304L556.607,891.236z M535.598,899.787
+ c0,20.438,10.869,20.438,12.462,20.438c4.491,0,7.391-2.464,8.622-6.737l0.145,6.447c1.377-0.076,2.755-0.22,5-0.22
+ c0.797,0,1.447,0,2.029,0.073c0.58,0,1.158,0.07,1.811,0.146c-1.159-2.317-2.027-7.534-2.027-18.848
+ c0-11.013,0-29.632,0.941-35.285c-2.607,1.234-4.855,2.031-9.783,2.465c1.956,2.102,1.956,3.188,1.956,12.749
+ c-1.374-0.432-3.115-0.94-6.085-0.94C537.699,880.076,535.598,891.38,535.598,899.787"/>
+ <path opacity="0.6" fill="#F6F6F6" d="M574.891,896.089c0.073-6.015,1.308-11.376,6.45-11.376c5.653,0,6.084,6.229,5.94,11.376
+ H574.891z M594.453,896.815c0-8.478-1.666-16.813-12.389-16.813c-14.779,0-14.779,16.379-14.779,19.854
+ c0,14.712,6.592,20.509,17.678,20.509c4.925,0,7.317-0.721,8.622-1.084c-0.07-2.611,0.29-4.275,0.727-6.523
+ c-1.524,0.946-3.479,2.178-7.827,2.178c-11.304,0-11.448-10.296-11.448-13.849h19.275L594.453,896.815"/>
+ <path opacity="0.6" fill="#F6F6F6" d="M618.026,899.931c0,6.74-1.231,15.802-9.636,15.802c-1.16,0-2.608-0.22-3.549-0.437
+ c-0.146-2.608-0.146-7.101-0.146-12.323c0-6.231,0.65-9.487,1.16-11.086c1.52-5.144,4.927-5.214,5.577-5.214
+ C616.938,886.673,618.026,894.281,618.026,899.931z M597.231,907.835c0,5.362,0,8.404-0.869,10.72
+ c2.97,1.16,6.665,1.811,11.088,1.811c2.825,0,11.013,0,15.432-9.055c2.102-4.201,2.825-9.86,2.825-14.136
+ c0-2.608-0.29-8.332-2.392-11.955c-2.027-3.402-5.289-5.144-8.765-5.144c-6.957,0-8.985,5.797-10.069,8.767
+ c0-3.693,0.07-16.591,0.647-23.185c-4.706,2.175-7.607,2.533-10.721,2.825c2.826,1.157,2.826,5.943,2.826,21.521v17.83"/>
+ <path opacity="0.6" fill="#F6F6F6" d="M639.637,919.935c-1.451-0.22-2.468-0.363-4.569-0.363c-2.314,0-3.912,0.146-5.576,0.363
+ c0.724-1.38,1.014-2.034,1.23-6.74c0.29-6.448,0.363-23.701-0.144-27.322c-0.363-2.757-1.014-3.188-2.027-3.913
+ c5.939-0.58,7.604-1.014,10.358-2.317c-0.577,3.186-0.653,4.784-0.653,9.635C638.112,914.285,638.039,916.963,639.637,919.935"/>
+ <path opacity="0.6" fill="#F6F6F6" d="M662.838,899.421c-0.144,4.568-0.217,7.76-1.451,10.295
+ c-1.523,3.262-4.059,4.202-5.939,4.202c-4.353,0-5.293-3.622-5.293-7.171c0-6.814,6.09-7.326,8.839-7.326H662.838z
+ M642.91,908.342c0,4.565,1.378,9.128,5.437,11.086c1.811,0.797,3.622,0.797,4.202,0.797c6.667,0,8.912-4.929,10.289-7.971
+ c-0.073,3.188,0,5.143,0.217,7.681c1.304-0.076,2.608-0.22,4.785-0.22c1.231,0,2.389,0.144,3.619,0.22
+ c-0.797-1.23-1.23-1.961-1.45-4.785c-0.144-2.752-0.144-5.504-0.144-9.348l0.073-14.784c0-5.51-1.45-10.942-12.32-10.942
+ c-7.171,0-11.373,2.174-13.474,3.262c0.87,1.594,1.597,2.967,2.247,6.087c2.828-2.465,6.523-3.77,10.286-3.77
+ c6.02,0,6.02,3.987,6.02,9.636c-1.377-0.07-2.538-0.214-4.495-0.214C648.997,895.078,642.91,898.624,642.91,908.342"/>
+ <path opacity="0.6" fill="#F6F6F6" d="M704.571,912.761c0.073,2.465,0.073,5.073,1.087,7.174
+ c-1.597-0.144-2.537-0.363-5.506-0.363c-1.741,0-2.682,0.146-4.059,0.363c0.287-0.94,0.437-1.304,0.58-2.538
+ c0.217-1.664,0.363-7.244,0.363-9.201v-7.831c0-3.405,0-8.334-0.223-10.07c-0.145-1.23-0.501-4.563-4.71-4.563
+ c-4.129,0-5.503,3.04-6.013,5.505c-0.578,2.534-0.578,5.289-0.578,16.019c0.07,9.274,0.07,10.142,0.795,12.68
+ c-1.231-0.146-2.752-0.29-4.924-0.29c-1.74,0-2.901,0.07-4.346,0.29c0.507-1.16,0.797-1.74,0.94-5.797
+ c0.146-3.988,0.437-23.557-0.22-28.191c-0.36-2.828-1.087-3.479-1.881-4.204c5.869-0.29,7.751-1.231,9.564-2.171v7.678
+ c0.868-2.249,2.679-7.247,9.926-7.247c9.059,0,9.129,6.594,9.202,10.939V912.761"/>
+ <path opacity="0.6" fill="#F6F6F6" d="M640.247,869.388l-6.001,5.998l-5.998-5.998l5.998-5.998L640.247,869.388"/>
+ </g>
+ <g>
+ <path opacity="0.6" fill="#F6F6F6" d="M728.174,901.669h-2.437v-15.528c-0.587,0.561-1.356,1.119-2.309,1.68
+ c-0.952,0.559-1.807,0.979-2.564,1.258v-2.356c1.362-0.64,2.554-1.415,3.573-2.327c1.021-0.911,1.742-1.795,2.166-2.653h1.57
+ V901.669z"/>
+ <path opacity="0.6" fill="#F6F6F6" d="M734.414,891.88c0-2.345,0.242-4.234,0.725-5.665s1.201-2.533,2.153-3.311
+ c0.951-0.775,2.15-1.163,3.593-1.163c1.064,0,1.999,0.215,2.803,0.643c0.803,0.43,1.466,1.048,1.989,1.855
+ c0.524,0.808,0.935,1.791,1.232,2.951c0.296,1.159,0.446,2.723,0.446,4.689c0,2.329-0.238,4.209-0.717,5.639
+ c-0.479,1.432-1.193,2.537-2.145,3.317c-0.953,0.78-2.156,1.172-3.609,1.172c-1.913,0-3.416-0.688-4.509-2.059
+ C735.068,898.297,734.414,895.607,734.414,891.88z M736.92,891.88c0,3.259,0.38,5.428,1.144,6.506
+ c0.762,1.078,1.702,1.617,2.821,1.617c1.12,0,2.061-0.542,2.822-1.623c0.764-1.085,1.146-3.25,1.146-6.5
+ c0-3.266-0.382-5.438-1.146-6.511c-0.762-1.073-1.712-1.611-2.85-1.611c-1.119,0-2.012,0.474-2.68,1.422
+ C737.338,886.39,736.92,888.623,736.92,891.88z"/>
+ </g>
+ </g>
+</g>
+</svg>
diff --git a/moonlight-theme/lockscreen/contents/images/1920x1200.svg b/moonlight-theme/lockscreen/contents/images/1920x1200.svg
new file mode 100644
index 0000000..1046a36
--- /dev/null
+++ b/moonlight-theme/lockscreen/contents/images/1920x1200.svg
@@ -0,0 +1,2221 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="1920px"
+ height="1200px" viewBox="0 0 1920 1200" enable-background="new 0 0 1920 1200" xml:space="preserve">
+<g id="Layer_2">
+ <rect x="-337" y="-205.988" fill="#23353D" width="2600" height="1708.988"/>
+ <g>
+ <rect x="-337" y="-222.043" fill="#133544" width="2600" height="2042.495"/>
+
+ <radialGradient id="SVGID_1_" cx="267.4551" cy="1530.0664" r="1100.5116" gradientTransform="matrix(1 0 0 -1.1952 695.5449 2627.9404)" gradientUnits="userSpaceOnUse">
+ <stop offset="0" style="stop-color:#24363E"/>
+ <stop offset="0.1555" style="stop-color:#273943"/>
+ <stop offset="0.3948" style="stop-color:#2B3F49"/>
+ <stop offset="0.6601" style="stop-color:#2E424D"/>
+ <stop offset="1" style="stop-color:#2F434E"/>
+ </radialGradient>
+ <rect x="-337" y="-222.043" fill="none" stroke="url(#SVGID_1_)" stroke-miterlimit="10" width="2600" height="2042.495"/>
+ </g>
+
+ <radialGradient id="SVGID_2_" cx="963" cy="960.042" r="1100.0315" gradientTransform="matrix(1 0 0 1.0431 0 -72.2794)" gradientUnits="userSpaceOnUse">
+ <stop offset="0" style="stop-color:#23516C"/>
+ <stop offset="1" style="stop-color:#133443"/>
+ </radialGradient>
+ <rect x="-337" y="37.831" opacity="0.5" fill="url(#SVGID_2_)" width="2600" height="1782.619"/>
+</g>
+<g id="Layer_1">
+
+ <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="490.7393" y1="973.5967" x2="2280.29" y2="973.5967" gradientTransform="matrix(1 0 0 1 -225.915 -108.0171)">
+ <stop offset="0" style="stop-color:#2B4F5A"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+ <rect x="264.825" y="850.627" opacity="0.2" fill="url(#SVGID_3_)" width="1789.55" height="29.904"/>
+ <path opacity="0.3" fill="#244960" stroke="#F6F6F6" stroke-width="3" stroke-miterlimit="10" d="M874.387,796.378
+ c-104.905,104.904-274.99,104.903-379.895-0.002c-104.906-104.905-104.906-274.989-0.001-379.895"/>
+ <circle opacity="0.3" fill="#244960" cx="667.455" cy="650.293" r="220.76"/>
+ <circle opacity="0.6" fill="#0F90AF" cx="644.953" cy="747.544" r="105.721"/>
+ <circle opacity="0.2" fill="#31708E" cx="651.386" cy="710.837" r="160.215"/>
+ <g>
+ <path fill="none" d="M589.486,814.467l-3.288-3.287l-10.981,10.98c1.035,1.145,2.103,2.268,3.205,3.371l0,0L589.486,814.467z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M558.459,750.252c-0.242-0.244-0.207-0.672,0.081-0.961l7.413-7.412L555.7,731.625
+ c-3.484,10.873-4.91,22.26-4.28,33.553l10.983-10.982L558.459,750.252z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M600.73,804.107l7.854,7.854l5.793-5.793l-11.585-11.584l-16.595,16.596l3.288,3.287
+ l10.424-10.424C600.119,803.834,600.486,803.863,600.73,804.107z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M600.394,707.438c0.288-0.288,0.718-0.324,0.96-0.081l0.586,0.586
+ c-0.566-0.566-0.675-1.377-0.242-1.809l18.942-18.943l-12.653-12.654c-10.746,4.521-20.813,11.156-29.563,19.907
+ c-2.613,2.613-5.036,5.343-7.271,8.173l17.031,17.031L600.394,707.438z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M656.584,668.154c-3.772-0.516-7.57-0.799-11.371-0.85l6.111,6.11L656.584,668.154z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M712.535,708.013c0.432-0.433,1.134-0.433,1.565,0l14.805,14.805
+ c-4.504-10.299-10.969-19.946-19.396-28.373c-11.092-11.092-24.297-18.784-38.317-23.079l38.995,38.996L712.535,708.013z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M690.459,712.55l5.131-5.132c0.34-0.34,0.627-0.602,0.643-0.587l2.455,2.456
+ c0.016,0.016-0.247,0.303-0.587,0.643l-5.131,5.131l6.259,6.259l10.959-10.958l-38.995-38.996
+ c-4.792-1.466-9.678-2.537-14.608-3.211l-5.26,5.261L690.459,712.55z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M690.459,712.55l5.131-5.132c0.34-0.34,0.627-0.602,0.643-0.587l2.455,2.456
+ c0.016,0.016-0.247,0.303-0.587,0.643l-5.131,5.131l6.259,6.259l10.959-10.958l-38.995-38.996
+ c-4.792-1.466-9.678-2.537-14.608-3.211l-5.26,5.261L690.459,712.55z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M729.416,795.967c0.493-1.172,0.961-2.354,1.403-3.541l-2.472,2.473L729.416,795.967z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M729.416,795.967c0.493-1.172,0.961-2.354,1.403-3.541l-2.472,2.473L729.416,795.967z"/>
+
+ <rect x="611.397" y="805.172" transform="matrix(0.7071 0.7071 -0.7071 0.7071 751.3978 -195.4977)" opacity="0.4" fill="#FFF8B9" width="0.577" height="8.192"/>
+
+ <rect x="611.397" y="805.172" transform="matrix(0.7071 0.7071 -0.7071 0.7071 751.3978 -195.4977)" opacity="0.4" fill="#FFF8B9" width="0.577" height="8.192"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M632.715,803.84l-6.594,6.594c-0.269,0.27-0.495,0.479-0.506,0.469l-1.736-1.736
+ c-0.01-0.012,0.2-0.238,0.469-0.506l6.593-6.594l-4.133-4.133l-16.126,16.125l29.554,29.553c0.244,0.244,0.273,0.613,0.064,0.82
+ L632.733,852c1.424,0.172,2.851,0.311,4.277,0.418l22.141-22.141L632.715,803.84z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M632.715,803.84l-6.594,6.594c-0.269,0.27-0.495,0.479-0.506,0.469l-1.736-1.736
+ c-0.01-0.012,0.2-0.238,0.469-0.506l6.593-6.594l-4.133-4.133l-16.126,16.125l29.554,29.553c0.244,0.244,0.273,0.613,0.064,0.82
+ L632.733,852c1.424,0.172,2.851,0.311,4.277,0.418l22.141-22.141L632.715,803.84z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M703.973,830.639c1.896-1.615,3.744-3.316,5.537-5.109
+ c5.761-5.76,10.604-12.092,14.531-18.811l-21.995,21.994L703.973,830.639z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M703.973,830.639c1.896-1.615,3.744-3.316,5.537-5.109
+ c5.761-5.76,10.604-12.092,14.531-18.811l-21.995,21.994L703.973,830.639z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M709.404,813.84c-0.432,0.434-1.134,0.434-1.565,0l-0.87-0.869l-25.418-25.418
+ l-10.333,10.332l30.828,30.828l21.995-21.994c2.038-3.488,3.83-7.08,5.375-10.752l-1.068-1.068L709.404,813.84z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M709.404,813.84c-0.432,0.434-1.134,0.434-1.565,0l-0.87-0.869l-25.418-25.418
+ l-10.333,10.332l30.828,30.828l21.995-21.994c2.038-3.488,3.83-7.08,5.375-10.752l-1.068-1.068L709.404,813.84z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M709.404,813.84c-0.432,0.434-1.134,0.434-1.565,0l-0.87-0.869l-25.418-25.418
+ l-10.333,10.332l30.828,30.828l21.995-21.994c2.038-3.488,3.83-7.08,5.375-10.752l-1.068-1.068L709.404,813.84z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M553.034,778.016c3.155,15.986,10.549,31.303,22.183,44.145l10.981-10.98L553.034,778.016z"
+ />
+ <path opacity="0.4" fill="#FFF8B9" d="M602.793,794.584l-40.39-40.389l-10.983,10.982c0.239,4.303,0.777,8.594,1.614,12.838
+ l33.164,33.164L602.793,794.584z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M602.793,794.584l-40.39-40.389l-10.983,10.982c0.239,4.303,0.777,8.594,1.614,12.838
+ l33.164,33.164L602.793,794.584z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M624.71,795.836l-5.706-5.705c-0.203-0.205-0.347-0.439-0.43-0.678l-6.82,6.822
+ c-0.34,0.338-0.627,0.602-0.643,0.586l-2.455-2.455c-0.016-0.016,0.247-0.303,0.587-0.643l9.201-9.203l-2.814-2.814
+ l-12.837,12.838l11.585,11.584L624.71,795.836z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M624.71,795.836l-5.706-5.705c-0.203-0.205-0.347-0.439-0.43-0.678l-6.82,6.822
+ c-0.34,0.338-0.627,0.602-0.643,0.586l-2.455-2.455c-0.016-0.016,0.247-0.303,0.587-0.643l9.201-9.203l-2.814-2.814
+ l-12.837,12.838l11.585,11.584L624.71,795.836z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M565.953,741.879l-7.413,7.412c-0.288,0.289-0.323,0.717-0.081,0.961l3.944,3.943
+ l7.934-7.934L565.953,741.879z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M565.953,741.879l-7.413,7.412c-0.288,0.289-0.323,0.717-0.081,0.961l3.944,3.943
+ l7.934-7.934L565.953,741.879z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M604.515,712.084c0.433-0.433,0.981-0.584,1.226-0.34l-3.801-3.801l-0.586-0.586
+ c-0.242-0.243-0.672-0.207-0.96,0.081l-12.211,12.21l4.384,4.385L604.515,712.084z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M604.515,712.084c0.433-0.433,0.981-0.584,1.226-0.34l-3.801-3.801l-0.586-0.586
+ c-0.242-0.243-0.672-0.207-0.96,0.081l-12.211,12.21l4.384,4.385L604.515,712.084z"/>
+
+ <rect x="615.751" y="778.058" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -369.9326 666.9003)" opacity="0.4" fill="#FFF8B9" width="8.784" height="3.98"/>
+
+ <rect x="615.751" y="778.058" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -369.9326 666.9003)" opacity="0.4" fill="#FFF8B9" width="8.784" height="3.98"/>
+
+ <rect x="615.751" y="778.058" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -369.9326 666.9003)" opacity="0.5" fill="#D1E4B7" width="8.784" height="3.98"/>
+
+ <rect x="619.459" y="793.9" transform="matrix(0.7071 0.7071 -0.7071 0.7071 748.0582 -203.5602)" opacity="0.4" fill="#FFF8B9" width="0.577" height="14.612"/>
+
+ <rect x="619.459" y="793.9" transform="matrix(0.7071 0.7071 -0.7071 0.7071 748.0582 -203.5602)" opacity="0.4" fill="#FFF8B9" width="0.577" height="14.612"/>
+
+ <rect x="619.459" y="793.9" transform="matrix(0.7071 0.7071 -0.7071 0.7071 748.0582 -203.5602)" opacity="0.5" fill="#D1E4B7" width="0.577" height="14.612"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M609.368,715.371l-3.628-3.627c-0.244-0.244-0.793-0.093-1.226,0.34l-11.948,11.949
+ l4.07,4.069L609.368,715.371z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M609.368,715.371l-3.628-3.627c-0.244-0.244-0.793-0.093-1.226,0.34l-11.948,11.949
+ l4.07,4.069L609.368,715.371z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M609.368,715.371l-3.628-3.627c-0.244-0.244-0.793-0.093-1.226,0.34l-11.948,11.949
+ l4.07,4.069L609.368,715.371z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M614.208,780.324l-4.121,4.121c-0.432,0.434-1.107,0.457-1.509,0.057l-38.241-38.24
+ l-7.934,7.934l40.39,40.389l12.837-12.838L614.208,780.324z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M614.208,780.324l-4.121,4.121c-0.432,0.434-1.107,0.457-1.509,0.057l-38.241-38.24
+ l-7.934,7.934l40.39,40.389l12.837-12.838L614.208,780.324z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M614.208,780.324l-4.121,4.121c-0.432,0.434-1.107,0.457-1.509,0.057l-38.241-38.24
+ l-7.934,7.934l40.39,40.389l12.837-12.838L614.208,780.324z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M630.808,762.271c0.401,0.402,0.377,1.076-0.056,1.51l10.227-10.225l-11.168-11.169
+ c-0.096-0.095-0.106-0.239-0.025-0.32l3.14-3.14l-23.557-23.557l-12.731,12.731L630.808,762.271z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M630.808,762.271c0.401,0.402,0.377,1.076-0.056,1.51l10.227-10.225l-11.168-11.169
+ c-0.096-0.095-0.106-0.239-0.025-0.32l3.14-3.14l-23.557-23.557l-12.731,12.731L630.808,762.271z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M630.808,762.271c0.401,0.402,0.377,1.076-0.056,1.51l10.227-10.225l-11.168-11.169
+ c-0.096-0.095-0.106-0.239-0.025-0.32l3.14-3.14l-23.557-23.557l-12.731,12.731L630.808,762.271z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M630.808,762.271c0.401,0.402,0.377,1.076-0.056,1.51l10.227-10.225l-11.168-11.169
+ c-0.096-0.095-0.106-0.239-0.025-0.32l3.14-3.14l-23.557-23.557l-12.731,12.731L630.808,762.271z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M620.704,774.398c-0.156-0.158-0.134-0.436,0.053-0.623l-6.549,6.549l1.422,1.422
+ l6.212-6.211L620.704,774.398z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M620.704,774.398c-0.156-0.158-0.134-0.436,0.053-0.623l-6.549,6.549l1.422,1.422
+ l6.212-6.211L620.704,774.398z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M620.704,774.398c-0.156-0.158-0.134-0.436,0.053-0.623l-6.549,6.549l1.422,1.422
+ l6.212-6.211L620.704,774.398z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M620.704,774.398c-0.156-0.158-0.134-0.436,0.053-0.623l-6.549,6.549l1.422,1.422
+ l6.212-6.211L620.704,774.398z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M712.535,708.013l-2.348,2.349l11.892,11.892l1.615-1.614
+ c0.278-0.279,0.518-0.493,0.532-0.479l2.456,2.456c0.015,0.015-0.199,0.254-0.478,0.533l-1.615,1.614l7.999,7.998
+ c-1.032-3.368-2.261-6.688-3.684-9.944l-14.805-14.805C713.669,707.58,712.967,707.58,712.535,708.013z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M712.535,708.013l-2.348,2.349l11.892,11.892l1.615-1.614
+ c0.278-0.279,0.518-0.493,0.532-0.479l2.456,2.456c0.015,0.015-0.199,0.254-0.478,0.533l-1.615,1.614l7.999,7.998
+ c-1.032-3.368-2.261-6.688-3.684-9.944l-14.805-14.805C713.669,707.58,712.967,707.58,712.535,708.013z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M693.905,755.447l35.294,35.293c0.566,0.566,0.677,1.377,0.244,1.809l-1.723,1.723
+ l0.627,0.627l2.472-2.473c7.141-19.156,7.73-40.195,1.77-59.664l-7.999-7.998L693.905,755.447z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M693.905,755.447l35.294,35.293c0.566,0.566,0.677,1.377,0.244,1.809l-1.723,1.723
+ l0.627,0.627l2.472-2.473c7.141-19.156,7.73-40.195,1.77-59.664l-7.999-7.998L693.905,755.447z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M693.905,755.447l35.294,35.293c0.566,0.566,0.677,1.377,0.244,1.809l-1.723,1.723
+ l0.627,0.627l2.472-2.473c7.141-19.156,7.73-40.195,1.77-59.664l-7.999-7.998L693.905,755.447z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M704.081,727.738l-18.942,18.943l0.595,0.594l6.906-6.906
+ c0.269-0.268,0.494-0.477,0.504-0.467l1.736,1.736c0.011,0.011-0.198,0.236-0.467,0.506l-6.906,6.905l3.888,3.888l30.685-30.685
+ l-11.892-11.892l-10.959,10.958l4.61,4.61C704.405,726.496,704.514,727.307,704.081,727.738z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M704.081,727.738l-18.942,18.943l0.595,0.594l6.906-6.906
+ c0.269-0.268,0.494-0.477,0.504-0.467l1.736,1.736c0.011,0.011-0.198,0.236-0.467,0.506l-6.906,6.905l3.888,3.888l30.685-30.685
+ l-11.892-11.892l-10.959,10.958l4.61,4.61C704.405,726.496,704.514,727.307,704.081,727.738z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M704.081,727.738l-18.942,18.943l0.595,0.594l6.906-6.906
+ c0.269-0.268,0.494-0.477,0.504-0.467l1.736,1.736c0.011,0.011-0.198,0.236-0.467,0.506l-6.906,6.905l3.888,3.888l30.685-30.685
+ l-11.892-11.892l-10.959,10.958l4.61,4.61C704.405,726.496,704.514,727.307,704.081,727.738z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M706.969,812.971l0.87,0.869c0.432,0.434,1.134,0.434,1.565,0l18.943-18.941l-0.627-0.627
+ l-18.942,18.943C708.346,813.646,707.535,813.537,706.969,812.971z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M706.969,812.971l0.87,0.869c0.432,0.434,1.134,0.434,1.565,0l18.943-18.941l-0.627-0.627
+ l-18.942,18.943C708.346,813.646,707.535,813.537,706.969,812.971z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M706.969,812.971l0.87,0.869c0.432,0.434,1.134,0.434,1.565,0l18.943-18.941l-0.627-0.627
+ l-18.942,18.943C708.346,813.646,707.535,813.537,706.969,812.971z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M706.969,812.971l0.87,0.869c0.432,0.434,1.134,0.434,1.565,0l18.943-18.941l-0.627-0.627
+ l-18.942,18.943C708.346,813.646,707.535,813.537,706.969,812.971z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M637.011,852.418c13.113,0.98,26.396-0.816,38.89-5.391l-16.749-16.75L637.011,852.418z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M637.011,852.418c13.113,0.98,26.396-0.816,38.89-5.391l-16.749-16.75L637.011,852.418z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M637.011,852.418c13.113,0.98,26.396-0.816,38.89-5.391l-16.749-16.75L637.011,852.418z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M622.362,685.47c0.433-0.433,1.241-0.323,1.808,0.243l7.428,7.428l19.727-19.726
+ l-6.111-6.11c-12.666-0.17-25.36,2.242-37.227,7.232l12.653,12.654L622.362,685.47z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M622.362,685.47c0.433-0.433,1.241-0.323,1.808,0.243l7.428,7.428l19.727-19.726
+ l-6.111-6.11c-12.666-0.17-25.36,2.242-37.227,7.232l12.653,12.654L622.362,685.47z"/>
+
+ <rect x="633.356" y="688.897" transform="matrix(0.7071 0.7071 -0.7071 0.7071 690.5973 -261.559)" opacity="0.4" fill="#FFF8B9" width="55.345" height="27.897"/>
+
+ <rect x="633.356" y="688.897" transform="matrix(0.7071 0.7071 -0.7071 0.7071 690.5973 -261.559)" opacity="0.4" fill="#FFF8B9" width="55.345" height="27.897"/>
+
+ <rect x="633.356" y="688.897" transform="matrix(0.7071 0.7071 -0.7071 0.7071 690.5973 -261.559)" opacity="0.4" fill="#FFF8B9" width="55.345" height="27.897"/>
+
+ <rect x="672.288" y="723.627" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1686.2897 757.6215)" opacity="0.4" fill="#FFF8B9" width="27.896" height="8.851"/>
+
+ <rect x="672.288" y="723.627" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1686.2897 757.6215)" opacity="0.4" fill="#FFF8B9" width="27.896" height="8.851"/>
+
+ <rect x="672.288" y="723.627" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1686.2897 757.6215)" opacity="0.4" fill="#FFF8B9" width="27.896" height="8.851"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M679.91,741.453l4.742-4.742c0.4-0.4,0.732-0.715,0.742-0.705l1.652,1.652
+ c0.01,0.01-0.305,0.342-0.705,0.742l-4.742,4.742l3.539,3.539l18.942-18.943c0.433-0.432,0.324-1.242-0.242-1.809l-4.61-4.61
+ l-19.726,19.726L679.91,741.453z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M679.91,741.453l4.742-4.742c0.4-0.4,0.732-0.715,0.742-0.705l1.652,1.652
+ c0.01,0.01-0.305,0.342-0.705,0.742l-4.742,4.742l3.539,3.539l18.942-18.943c0.433-0.432,0.324-1.242-0.242-1.809l-4.61-4.61
+ l-19.726,19.726L679.91,741.453z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M679.91,741.453l4.742-4.742c0.4-0.4,0.732-0.715,0.742-0.705l1.652,1.652
+ c0.01,0.01-0.305,0.342-0.705,0.742l-4.742,4.742l3.539,3.539l18.942-18.943c0.433-0.432,0.324-1.242-0.242-1.809l-4.61-4.61
+ l-19.726,19.726L679.91,741.453z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M679.91,741.453l4.742-4.742c0.4-0.4,0.732-0.715,0.742-0.705l1.652,1.652
+ c0.01,0.01-0.305,0.342-0.705,0.742l-4.742,4.742l3.539,3.539l18.942-18.943c0.433-0.432,0.324-1.242-0.242-1.809l-4.61-4.61
+ l-19.726,19.726L679.91,741.453z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.301,794.586c-0.432,0.432-1.133,0.43-1.564-0.002l-4.227-4.227l-1.41,1.41l6.118,6.117
+ l10.333-10.332l-1.108-1.109L672.301,794.586z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.301,794.586c-0.432,0.432-1.133,0.43-1.564-0.002l-4.227-4.227l-1.41,1.41l6.118,6.117
+ l10.333-10.332l-1.108-1.109L672.301,794.586z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.301,794.586c-0.432,0.432-1.133,0.43-1.564-0.002l-4.227-4.227l-1.41,1.41l6.118,6.117
+ l10.333-10.332l-1.108-1.109L672.301,794.586z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M672.301,794.586c-0.432,0.432-1.133,0.43-1.564-0.002l-4.227-4.227l-1.41,1.41l6.118,6.117
+ l10.333-10.332l-1.108-1.109L672.301,794.586z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M646.939,773.605l5.323-5.322l-6.259-6.26l-5.447,5.447c0.238,0.082,0.474,0.225,0.677,0.43
+ L646.939,773.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M646.939,773.605l5.323-5.322l-6.259-6.26l-5.447,5.447c0.238,0.082,0.474,0.225,0.677,0.43
+ L646.939,773.605z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M646.939,773.605l5.323-5.322l-6.259-6.26l-5.447,5.447c0.238,0.082,0.474,0.225,0.677,0.43
+ L646.939,773.605z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M646.939,773.605l5.323-5.322l-6.259-6.26l-5.447,5.447c0.238,0.082,0.474,0.225,0.677,0.43
+ L646.939,773.605z"/>
+
+ <rect x="618.992" y="764.674" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -356.5527 672.4758)" opacity="0.4" fill="#FFF8B9" width="29.073" height="3.98"/>
+
+ <rect x="618.992" y="764.674" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -356.5527 672.4758)" opacity="0.4" fill="#FFF8B9" width="29.073" height="3.98"/>
+
+ <rect x="618.992" y="764.674" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -356.5527 672.4758)" opacity="0.5" fill="#D1E4B7" width="29.073" height="3.98"/>
+
+ <rect x="618.992" y="764.674" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -356.5527 672.4758)" opacity="0.2" fill="#FFF6A3" width="29.073" height="3.98"/>
+
+ <rect x="646.041" y="770.86" transform="matrix(0.7072 -0.707 0.707 0.7072 -354.9529 685.2537)" opacity="0.4" fill="#FFF8B9" width="7.528" height="0.577"/>
+
+ <rect x="646.041" y="770.86" transform="matrix(0.7072 -0.707 0.707 0.7072 -354.9529 685.2537)" opacity="0.4" fill="#FFF8B9" width="7.528" height="0.577"/>
+
+ <rect x="646.041" y="770.86" transform="matrix(0.7072 -0.707 0.707 0.7072 -354.9529 685.2537)" opacity="0.4" fill="#FFF8B9" width="7.528" height="0.577"/>
+
+ <rect x="646.041" y="770.86" transform="matrix(0.7072 -0.707 0.707 0.7072 -354.9529 685.2537)" opacity="0.5" fill="#D1E4B7" width="7.528" height="0.577"/>
+
+ <rect x="646.041" y="770.86" transform="matrix(0.7072 -0.707 0.707 0.7072 -354.9529 685.2537)" opacity="0.2" fill="#FFF6A3" width="7.528" height="0.577"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M640.979,753.557l-10.227,10.225l-9.995,9.994c-0.187,0.188-0.209,0.465-0.053,0.623
+ l1.138,1.137l20.559-20.557L640.979,753.557z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M640.979,753.557l-10.227,10.225l-9.995,9.994c-0.187,0.188-0.209,0.465-0.053,0.623
+ l1.138,1.137l20.559-20.557L640.979,753.557z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M640.979,753.557l-10.227,10.225l-9.995,9.994c-0.187,0.188-0.209,0.465-0.053,0.623
+ l1.138,1.137l20.559-20.557L640.979,753.557z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M640.979,753.557l-10.227,10.225l-9.995,9.994c-0.187,0.188-0.209,0.465-0.053,0.623
+ l1.138,1.137l20.559-20.557L640.979,753.557z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M640.979,753.557l-10.227,10.225l-9.995,9.994c-0.187,0.188-0.209,0.465-0.053,0.623
+ l1.138,1.137l20.559-20.557L640.979,753.557z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.272,763.273l-1.664-1.664l-3.14,3.139c-0.081,0.082-0.225,0.07-0.321-0.025
+ l-4.421-4.422l-1.723,1.723l6.259,6.26L657.272,763.273z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.272,763.273l-1.664-1.664l-3.14,3.139c-0.081,0.082-0.225,0.07-0.321-0.025
+ l-4.421-4.422l-1.723,1.723l6.259,6.26L657.272,763.273z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M657.272,763.273l-1.664-1.664l-3.14,3.139c-0.081,0.082-0.225,0.07-0.321-0.025
+ l-4.421-4.422l-1.723,1.723l6.259,6.26L657.272,763.273z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.272,763.273l-1.664-1.664l-3.14,3.139c-0.081,0.082-0.225,0.07-0.321-0.025
+ l-4.421-4.422l-1.723,1.723l6.259,6.26L657.272,763.273z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M657.272,763.273l-1.664-1.664l-3.14,3.139c-0.081,0.082-0.225,0.07-0.321-0.025
+ l-4.421-4.422l-1.723,1.723l6.259,6.26L657.272,763.273z"/>
+
+ <rect x="654.683" y="762.44" transform="matrix(0.7071 0.7071 -0.7071 0.7071 733.4681 -238.7838)" opacity="0.4" fill="#FFF8B9" width="0.577" height="7.085"/>
+
+ <rect x="654.683" y="762.44" transform="matrix(0.7071 0.7071 -0.7071 0.7071 733.4681 -238.7838)" opacity="0.4" fill="#FFF8B9" width="0.577" height="7.085"/>
+
+ <rect x="654.683" y="762.44" transform="matrix(0.7071 0.7071 -0.7071 0.7071 733.4681 -238.7838)" opacity="0.4" fill="#FFF8B9" width="0.577" height="7.085"/>
+
+ <rect x="654.683" y="762.44" transform="matrix(0.7071 0.7071 -0.7071 0.7071 733.4681 -238.7838)" opacity="0.5" fill="#D1E4B7" width="0.577" height="7.085"/>
+
+ <rect x="654.683" y="762.44" transform="matrix(0.7071 0.7071 -0.7071 0.7071 733.4681 -238.7838)" opacity="0.4" fill="#FFF8B9" width="0.577" height="7.085"/>
+
+ <rect x="654.683" y="762.44" transform="matrix(0.7071 0.7071 -0.7071 0.7071 733.4681 -238.7838)" opacity="0.2" fill="#FFF6A3" width="0.577" height="7.085"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M632.925,738.928l-3.14,3.14c-0.081,0.081-0.07,0.226,0.025,0.32l11.168,11.169l3.287-3.287
+ L632.925,738.928z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M632.925,738.928l-3.14,3.14c-0.081,0.081-0.07,0.226,0.025,0.32l11.168,11.169l3.287-3.287
+ L632.925,738.928z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M632.925,738.928l-3.14,3.14c-0.081,0.081-0.07,0.226,0.025,0.32l11.168,11.169l3.287-3.287
+ L632.925,738.928z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M632.925,738.928l-3.14,3.14c-0.081,0.081-0.07,0.226,0.025,0.32l11.168,11.169l3.287-3.287
+ L632.925,738.928z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M632.925,738.928l-3.14,3.14c-0.081,0.081-0.07,0.226,0.025,0.32l11.168,11.169l3.287-3.287
+ L632.925,738.928z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M645.244,751.248c0.245,0.244,0.094,0.793-0.34,1.227l-2.504,2.504l2.815,2.814l3.286-3.287
+ L645.244,751.248z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M645.244,751.248c0.245,0.244,0.094,0.793-0.34,1.227l-2.504,2.504l2.815,2.814l3.286-3.287
+ L645.244,751.248z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M645.244,751.248c0.245,0.244,0.094,0.793-0.34,1.227l-2.504,2.504l2.815,2.814l3.286-3.287
+ L645.244,751.248z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M645.244,751.248c0.245,0.244,0.094,0.793-0.34,1.227l-2.504,2.504l2.815,2.814l3.286-3.287
+ L645.244,751.248z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M645.244,751.248c0.245,0.244,0.094,0.793-0.34,1.227l-2.504,2.504l2.815,2.814l3.286-3.287
+ L645.244,751.248z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M644.904,752.475c0.434-0.434,0.585-0.982,0.34-1.227l-0.979-0.979l-3.287,3.287
+ l1.422,1.422L644.904,752.475z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M644.904,752.475c0.434-0.434,0.585-0.982,0.34-1.227l-0.979-0.979l-3.287,3.287
+ l1.422,1.422L644.904,752.475z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M644.904,752.475c0.434-0.434,0.585-0.982,0.34-1.227l-0.979-0.979l-3.287,3.287
+ l1.422,1.422L644.904,752.475z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M644.904,752.475c0.434-0.434,0.585-0.982,0.34-1.227l-0.979-0.979l-3.287,3.287
+ l1.422,1.422L644.904,752.475z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M644.904,752.475c0.434-0.434,0.585-0.982,0.34-1.227l-0.979-0.979l-3.287,3.287
+ l1.422,1.422L644.904,752.475z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M644.904,752.475c0.434-0.434,0.585-0.982,0.34-1.227l-0.979-0.979l-3.287,3.287
+ l1.422,1.422L644.904,752.475z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.727,760.301l4.421,4.422c0.097,0.096,0.24,0.107,0.321,0.025l3.14-3.139l-4.596-4.594
+ L647.727,760.301z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.727,760.301l4.421,4.422c0.097,0.096,0.24,0.107,0.321,0.025l3.14-3.139l-4.596-4.594
+ L647.727,760.301z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M647.727,760.301l4.421,4.422c0.097,0.096,0.24,0.107,0.321,0.025l3.14-3.139l-4.596-4.594
+ L647.727,760.301z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.727,760.301l4.421,4.422c0.097,0.096,0.24,0.107,0.321,0.025l3.14-3.139l-4.596-4.594
+ L647.727,760.301z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M647.727,760.301l4.421,4.422c0.097,0.096,0.24,0.107,0.321,0.025l3.14-3.139l-4.596-4.594
+ L647.727,760.301z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M647.727,760.301l4.421,4.422c0.097,0.096,0.24,0.107,0.321,0.025l3.14-3.139l-4.596-4.594
+ L647.727,760.301z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M589.486,814.467l-11.064,11.064c2.951,2.951,6.054,5.66,9.279,8.129l10.489-10.488
+ L589.486,814.467z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M589.638,835.102c11.043,8.01,23.454,13.281,36.3,15.816l-26.058-26.057L589.638,835.102z"
+ />
+ <path opacity="0.4" fill="#FFF8B9" d="M598.29,823.072c-0.107-0.375-0.02-0.797,0.275-1.092l10.02-10.02l-7.854-7.854
+ c-0.244-0.244-0.611-0.273-0.82-0.064l-10.424,10.424l8.704,8.705L598.29,823.072z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M598.29,823.072c-0.107-0.375-0.02-0.797,0.275-1.092l10.02-10.02l-7.854-7.854
+ c-0.244-0.244-0.611-0.273-0.82-0.064l-10.424,10.424l8.704,8.705L598.29,823.072z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M608.585,811.961l-10.02,10.02c-0.295,0.295-0.383,0.717-0.275,1.092l10.703-10.703
+ L608.585,811.961z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M608.585,811.961l-10.02,10.02c-0.295,0.295-0.383,0.717-0.275,1.092l10.703-10.703
+ L608.585,811.961z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M608.585,811.961l-10.02,10.02c-0.295,0.295-0.383,0.717-0.275,1.092l10.703-10.703
+ L608.585,811.961z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M640.235,843.611l-29.554-29.553l-10.802,10.803l26.058,26.057
+ c2.254,0.443,4.521,0.807,6.796,1.082l7.566-7.568C640.509,844.225,640.479,843.855,640.235,843.611z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M640.235,843.611l-29.554-29.553l-10.802,10.803l26.058,26.057
+ c2.254,0.443,4.521,0.807,6.796,1.082l7.566-7.568C640.509,844.225,640.479,843.855,640.235,843.611z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M640.235,843.611l-29.554-29.553l-10.802,10.803l26.058,26.057
+ c2.254,0.443,4.521,0.807,6.796,1.082l7.566-7.568C640.509,844.225,640.479,843.855,640.235,843.611z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M666.51,790.357l4.227,4.227c0.432,0.432,1.133,0.434,1.564,0.002l8.142-8.143l-5.01-5.01
+ L666.51,790.357z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M666.51,790.357l4.227,4.227c0.432,0.432,1.133,0.434,1.564,0.002l8.142-8.143l-5.01-5.01
+ L666.51,790.357z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M666.51,790.357l4.227,4.227c0.432,0.432,1.133,0.434,1.564,0.002l8.142-8.143l-5.01-5.01
+ L666.51,790.357z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M666.51,790.357l4.227,4.227c0.432,0.432,1.133,0.434,1.564,0.002l8.142-8.143l-5.01-5.01
+ L666.51,790.357z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M666.51,790.357l4.227,4.227c0.432,0.432,1.133,0.434,1.564,0.002l8.142-8.143l-5.01-5.01
+ L666.51,790.357z"/>
+
+ <rect x="661.269" y="788.186" transform="matrix(-0.707 -0.7072 0.7072 -0.707 575.2224 1816.676)" opacity="0.4" fill="#FFF8B9" width="5.314" height="1.994"/>
+
+ <rect x="661.269" y="788.186" transform="matrix(-0.707 -0.7072 0.7072 -0.707 575.2224 1816.676)" opacity="0.4" fill="#FFF8B9" width="5.314" height="1.994"/>
+
+ <rect x="661.269" y="788.186" transform="matrix(-0.707 -0.7072 0.7072 -0.707 575.2224 1816.676)" opacity="0.4" fill="#FFF8B9" width="5.314" height="1.994"/>
+
+ <rect x="661.269" y="788.186" transform="matrix(-0.707 -0.7072 0.7072 -0.707 575.2224 1816.676)" opacity="0.2" fill="#FFF6A3" width="5.314" height="1.994"/>
+
+ <rect x="661.269" y="788.186" transform="matrix(-0.707 -0.7072 0.7072 -0.707 575.2224 1816.676)" opacity="0.4" fill="#FFF8B9" width="5.314" height="1.994"/>
+
+ <rect x="656.596" y="780.101" transform="matrix(0.7069 -0.7074 0.7074 0.7069 -360.9844 694.6325)" opacity="0.4" fill="#FFF8B9" width="1.994" height="5.497"/>
+
+ <rect x="656.596" y="780.101" transform="matrix(0.7069 -0.7074 0.7074 0.7069 -360.9844 694.6325)" opacity="0.4" fill="#FFF8B9" width="1.994" height="5.497"/>
+
+ <rect x="656.596" y="780.101" transform="matrix(0.7069 -0.7074 0.7074 0.7069 -360.9844 694.6325)" opacity="0.4" fill="#FFF8B9" width="1.994" height="5.497"/>
+
+ <rect x="656.596" y="780.101" transform="matrix(0.7069 -0.7074 0.7074 0.7069 -360.9844 694.6325)" opacity="0.2" fill="#FFF6A3" width="1.994" height="5.497"/>
+
+ <rect x="656.596" y="780.101" transform="matrix(0.7069 -0.7074 0.7074 0.7069 -360.9844 694.6325)" opacity="0.4" fill="#FFF8B9" width="1.994" height="5.497"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M654.767,777.051l3.133-3.133l-3.539-3.539l-5.323,5.324l4.133,4.133l1.435-1.434
+ C654.349,777.975,654.401,777.416,654.767,777.051z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M654.767,777.051l3.133-3.133l-3.539-3.539l-5.323,5.324l4.133,4.133l1.435-1.434
+ C654.349,777.975,654.401,777.416,654.767,777.051z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M654.767,777.051l3.133-3.133l-3.539-3.539l-5.323,5.324l4.133,4.133l1.435-1.434
+ C654.349,777.975,654.401,777.416,654.767,777.051z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M654.767,777.051l3.133-3.133l-3.539-3.539l-5.323,5.324l4.133,4.133l1.435-1.434
+ C654.349,777.975,654.401,777.416,654.767,777.051z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M654.767,777.051l3.133-3.133l-3.539-3.539l-5.323,5.324l4.133,4.133l1.435-1.434
+ C654.349,777.975,654.401,777.416,654.767,777.051z"/>
+
+ <rect x="655.093" y="767.142" transform="matrix(0.7072 -0.707 0.707 0.7072 -351.3037 691.05)" opacity="0.4" fill="#FFF8B9" width="7.083" height="5.005"/>
+
+ <rect x="655.093" y="767.142" transform="matrix(0.7072 -0.707 0.707 0.7072 -351.3037 691.05)" opacity="0.4" fill="#FFF8B9" width="7.083" height="5.005"/>
+
+ <rect x="655.093" y="767.142" transform="matrix(0.7072 -0.707 0.707 0.7072 -351.3037 691.05)" opacity="0.4" fill="#FFF8B9" width="7.083" height="5.005"/>
+
+ <rect x="655.093" y="767.142" transform="matrix(0.7072 -0.707 0.707 0.7072 -351.3037 691.05)" opacity="0.4" fill="#FFF8B9" width="7.083" height="5.005"/>
+
+ <rect x="655.093" y="767.142" transform="matrix(0.7072 -0.707 0.707 0.7072 -351.3037 691.05)" opacity="0.2" fill="#FFF6A3" width="7.083" height="5.005"/>
+
+ <rect x="655.093" y="767.142" transform="matrix(0.7072 -0.707 0.707 0.7072 -351.3037 691.05)" opacity="0.4" fill="#FFF8B9" width="7.083" height="5.005"/>
+
+ <rect x="662.783" y="781.359" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -358.4153 702.8091)" opacity="0.4" fill="#FFF8B9" width="12.62" height="5.314"/>
+
+ <rect x="662.783" y="781.359" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -358.4153 702.8091)" opacity="0.4" fill="#FFF8B9" width="12.62" height="5.314"/>
+
+ <rect x="662.783" y="781.359" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -358.4153 702.8091)" opacity="0.4" fill="#FFF8B9" width="12.62" height="5.314"/>
+
+ <rect x="662.783" y="781.359" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -358.4153 702.8091)" opacity="0.2" fill="#FFF6A3" width="12.62" height="5.314"/>
+
+ <rect x="662.783" y="781.359" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -358.4153 702.8091)" opacity="0.4" fill="#FFF8B9" width="12.62" height="5.314"/>
+
+ <rect x="662.783" y="781.359" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -358.4153 702.8091)" opacity="0.4" fill="#FFF8B9" width="12.62" height="5.314"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M663.065,777.52c-0.433,0.432-1.134,0.432-1.565,0l-1.232-1.232l-3.914,3.914l3.888,3.887
+ l8.923-8.922l-1.872-1.873L663.065,777.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M663.065,777.52c-0.433,0.432-1.134,0.432-1.565,0l-1.232-1.232l-3.914,3.914l3.888,3.887
+ l8.923-8.922l-1.872-1.873L663.065,777.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M663.065,777.52c-0.433,0.432-1.134,0.432-1.565,0l-1.232-1.232l-3.914,3.914l3.888,3.887
+ l8.923-8.922l-1.872-1.873L663.065,777.52z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M663.065,777.52c-0.433,0.432-1.134,0.432-1.565,0l-1.232-1.232l-3.914,3.914l3.888,3.887
+ l8.923-8.922l-1.872-1.873L663.065,777.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M663.065,777.52c-0.433,0.432-1.134,0.432-1.565,0l-1.232-1.232l-3.914,3.914l3.888,3.887
+ l8.923-8.922l-1.872-1.873L663.065,777.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M663.065,777.52c-0.433,0.432-1.134,0.432-1.565,0l-1.232-1.232l-3.914,3.914l3.888,3.887
+ l8.923-8.922l-1.872-1.873L663.065,777.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.899,773.918l-3.133,3.133c-0.365,0.365-0.418,0.924-0.162,1.352l3.89-3.889
+ L657.899,773.918z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.899,773.918l-3.133,3.133c-0.365,0.365-0.418,0.924-0.162,1.352l3.89-3.889
+ L657.899,773.918z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.899,773.918l-3.133,3.133c-0.365,0.365-0.418,0.924-0.162,1.352l3.89-3.889
+ L657.899,773.918z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M657.899,773.918l-3.133,3.133c-0.365,0.365-0.418,0.924-0.162,1.352l3.89-3.889
+ L657.899,773.918z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.899,773.918l-3.133,3.133c-0.365,0.365-0.418,0.924-0.162,1.352l3.89-3.889
+ L657.899,773.918z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.899,773.918l-3.133,3.133c-0.365,0.365-0.418,0.924-0.162,1.352l3.89-3.889
+ L657.899,773.918z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M661.5,777.52c0.432,0.432,1.133,0.432,1.565,0l4.227-4.227l-2.016-2.016l-5.009,5.01
+ L661.5,777.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M661.5,777.52c0.432,0.432,1.133,0.432,1.565,0l4.227-4.227l-2.016-2.016l-5.009,5.01
+ L661.5,777.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M661.5,777.52c0.432,0.432,1.133,0.432,1.565,0l4.227-4.227l-2.016-2.016l-5.009,5.01
+ L661.5,777.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M661.5,777.52c0.432,0.432,1.133,0.432,1.565,0l4.227-4.227l-2.016-2.016l-5.009,5.01
+ L661.5,777.52z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M661.5,777.52c0.432,0.432,1.133,0.432,1.565,0l4.227-4.227l-2.016-2.016l-5.009,5.01
+ L661.5,777.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M661.5,777.52c0.432,0.432,1.133,0.432,1.565,0l4.227-4.227l-2.016-2.016l-5.009,5.01
+ L661.5,777.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M661.5,777.52c0.432,0.432,1.133,0.432,1.565,0l4.227-4.227l-2.016-2.016l-5.009,5.01
+ L661.5,777.52z"/>
+
+ <rect x="660.281" y="768.17" transform="matrix(0.7077 0.7065 -0.7065 0.7077 738.3646 -241.2216)" opacity="0.4" fill="#FFF8B9" width="0.84" height="7.083"/>
+
+ <rect x="660.281" y="768.17" transform="matrix(0.7077 0.7065 -0.7065 0.7077 738.3646 -241.2216)" opacity="0.4" fill="#FFF8B9" width="0.84" height="7.083"/>
+
+ <rect x="660.281" y="768.17" transform="matrix(0.7077 0.7065 -0.7065 0.7077 738.3646 -241.2216)" opacity="0.4" fill="#FFF8B9" width="0.84" height="7.083"/>
+
+ <rect x="660.281" y="768.17" transform="matrix(0.7077 0.7065 -0.7065 0.7077 738.3646 -241.2216)" opacity="0.4" fill="#FFF8B9" width="0.84" height="7.083"/>
+
+ <rect x="660.281" y="768.17" transform="matrix(0.7077 0.7065 -0.7065 0.7077 738.3646 -241.2216)" opacity="0.2" fill="#FFF6A3" width="0.84" height="7.083"/>
+
+ <rect x="660.281" y="768.17" transform="matrix(0.7077 0.7065 -0.7065 0.7077 738.3646 -241.2216)" opacity="0.4" fill="#FFF8B9" width="0.84" height="7.083"/>
+
+ <rect x="660.281" y="768.17" transform="matrix(0.7077 0.7065 -0.7065 0.7077 738.3646 -241.2216)" opacity="0.4" fill="#FFF8B9" width="0.84" height="7.083"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M609.368,715.371l19.726-19.726l-8.454-8.454l-18.942,18.943
+ c-0.433,0.432-0.324,1.242,0.242,1.809l3.801,3.801L609.368,715.371z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M609.368,715.371l19.726-19.726l-8.454-8.454l-18.942,18.943
+ c-0.433,0.432-0.324,1.242,0.242,1.809l3.801,3.801L609.368,715.371z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.7,730.152c0.081-0.081,0.225-0.07,0.32,0.025l15.405,15.404l10.803-10.803
+ l-39.135-39.134l-19.726,19.726l23.557,23.557L641.7,730.152z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.7,730.152c0.081-0.081,0.225-0.07,0.32,0.025l15.405,15.404l10.803-10.803
+ l-39.135-39.134l-19.726,19.726l23.557,23.557L641.7,730.152z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.7,730.152c0.081-0.081,0.225-0.07,0.32,0.025l15.405,15.404l10.803-10.803
+ l-39.135-39.134l-19.726,19.726l23.557,23.557L641.7,730.152z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M671.808,740.09c0.101-0.102,0.225-0.143,0.277-0.09l4.231,4.231l0.682-0.682l-6.259-6.259
+ l-6.889,6.889l1.933,1.934L671.808,740.09z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M671.808,740.09c0.101-0.102,0.225-0.143,0.277-0.09l4.231,4.231l0.682-0.682l-6.259-6.259
+ l-6.889,6.889l1.933,1.934L671.808,740.09z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M671.808,740.09c0.101-0.102,0.225-0.143,0.277-0.09l4.231,4.231l0.682-0.682l-6.259-6.259
+ l-6.889,6.889l1.933,1.934L671.808,740.09z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M681.608,748.16l1.62,1.619l2.505-2.504l-0.595-0.594l-1.722,1.721
+ C682.984,748.835,682.175,748.727,681.608,748.16z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M681.608,748.16l1.62,1.619l2.505-2.504l-0.595-0.594l-1.722,1.721
+ C682.984,748.835,682.175,748.727,681.608,748.16z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M681.608,748.16l1.62,1.619l2.505-2.504l-0.595-0.594l-1.722,1.721
+ C682.984,748.835,682.175,748.727,681.608,748.16z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M681.608,748.16l1.62,1.619l2.505-2.504l-0.595-0.594l-1.722,1.721
+ C682.984,748.835,682.175,748.727,681.608,748.16z"/>
+
+ <rect x="686.428" y="749.497" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1706.7467 797.5336)" opacity="0.4" fill="#FFF8B9" width="3.541" height="5.498"/>
+
+ <rect x="686.428" y="749.497" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1706.7467 797.5336)" opacity="0.4" fill="#FFF8B9" width="3.541" height="5.498"/>
+
+ <rect x="686.428" y="749.497" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1706.7467 797.5336)" opacity="0.5" fill="#D1E4B7" width="3.541" height="5.498"/>
+
+ <rect x="686.428" y="749.497" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1706.7467 797.5336)" opacity="0.4" fill="#FFF8B9" width="3.541" height="5.498"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.327,744.242c0.285-0.219,0.648-0.281,0.979-0.186l0.1-0.099l-0.408-0.408l-0.682,0.682
+ L676.327,744.242z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.327,744.242c0.285-0.219,0.648-0.281,0.979-0.186l0.1-0.099l-0.408-0.408l-0.682,0.682
+ L676.327,744.242z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M676.327,744.242c0.285-0.219,0.648-0.281,0.979-0.186l0.1-0.099l-0.408-0.408l-0.682,0.682
+ L676.327,744.242z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.327,744.242c0.285-0.219,0.648-0.281,0.979-0.186l0.1-0.099l-0.408-0.408l-0.682,0.682
+ L676.327,744.242z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M727.721,794.271l1.723-1.723c0.433-0.432,0.322-1.242-0.244-1.809l-35.294-35.293
+ l-2.504,2.506L727.721,794.271z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M727.721,794.271l1.723-1.723c0.433-0.432,0.322-1.242-0.244-1.809l-35.294-35.293
+ l-2.504,2.506L727.721,794.271z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M727.721,794.271l1.723-1.723c0.433-0.432,0.322-1.242-0.244-1.809l-35.294-35.293
+ l-2.504,2.506L727.721,794.271z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M727.721,794.271l1.723-1.723c0.433-0.432,0.322-1.242-0.244-1.809l-35.294-35.293
+ l-2.504,2.506L727.721,794.271z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="682.547,750.461 683.229,749.779 681.608,748.16 679.095,745.646 678.413,746.328
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="682.547,750.461 683.229,749.779 681.608,748.16 679.095,745.646 678.413,746.328
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="682.547,750.461 683.229,749.779 681.608,748.16 679.095,745.646 678.413,746.328
+ "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="682.547,750.461 683.229,749.779 681.608,748.16 679.095,745.646 678.413,746.328
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="682.547,750.461 683.229,749.779 681.608,748.16 679.095,745.646 678.413,746.328
+ "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M678.114,758.442l1.231,1.231c0.433,0.432,0.433,1.133,0,1.564l-3.131,3.131l1.873,1.873
+ l10.803-10.801l-3.888-3.887L678.114,758.442z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M678.114,758.442l1.231,1.231c0.433,0.432,0.433,1.133,0,1.564l-3.131,3.131l1.873,1.873
+ l10.803-10.801l-3.888-3.887L678.114,758.442z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M678.114,758.442l1.231,1.231c0.433,0.432,0.433,1.133,0,1.564l-3.131,3.131l1.873,1.873
+ l10.803-10.801l-3.888-3.887L678.114,758.442z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M678.114,758.442l1.231,1.231c0.433,0.432,0.433,1.133,0,1.564l-3.131,3.131l1.873,1.873
+ l10.803-10.801l-3.888-3.887L678.114,758.442z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M678.114,758.442l1.231,1.231c0.433,0.432,0.433,1.133,0,1.564l-3.131,3.131l1.873,1.873
+ l10.803-10.801l-3.888-3.887L678.114,758.442z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M677.307,744.057c-0.331-0.096-0.694-0.033-0.979,0.186l0.397,0.397L677.307,744.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M677.307,744.057c-0.331-0.096-0.694-0.033-0.979,0.186l0.397,0.397L677.307,744.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M677.307,744.057c-0.331-0.096-0.694-0.033-0.979,0.186l0.397,0.397L677.307,744.057z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M677.307,744.057c-0.331-0.096-0.694-0.033-0.979,0.186l0.397,0.397L677.307,744.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M677.307,744.057c-0.331-0.096-0.694-0.033-0.979,0.186l0.397,0.397L677.307,744.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M680.599,768.754l7.983,7.984c0.433,0.432,0.434,1.133,0.002,1.564l-4.228,4.227
+ l0.823,0.824c0.157,0.156,0.135,0.436-0.052,0.621l-3.577,3.578l25.418,25.418c0.566,0.566,1.377,0.676,1.81,0.244l18.942-18.943
+ l-36.319-36.318L680.599,768.754z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M680.599,768.754l7.983,7.984c0.433,0.432,0.434,1.133,0.002,1.564l-4.228,4.227
+ l0.823,0.824c0.157,0.156,0.135,0.436-0.052,0.621l-3.577,3.578l25.418,25.418c0.566,0.566,1.377,0.676,1.81,0.244l18.942-18.943
+ l-36.319-36.318L680.599,768.754z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M680.599,768.754l7.983,7.984c0.433,0.432,0.434,1.133,0.002,1.564l-4.228,4.227
+ l0.823,0.824c0.157,0.156,0.135,0.436-0.052,0.621l-3.577,3.578l25.418,25.418c0.566,0.566,1.377,0.676,1.81,0.244l18.942-18.943
+ l-36.319-36.318L680.599,768.754z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M680.599,768.754l7.983,7.984c0.433,0.432,0.434,1.133,0.002,1.564l-4.228,4.227
+ l0.823,0.824c0.157,0.156,0.135,0.436-0.052,0.621l-3.577,3.578l25.418,25.418c0.566,0.566,1.377,0.676,1.81,0.244l18.942-18.943
+ l-36.319-36.318L680.599,768.754z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M680.599,768.754l7.983,7.984c0.433,0.432,0.434,1.133,0.002,1.564l-4.228,4.227
+ l0.823,0.824c0.157,0.156,0.135,0.436-0.052,0.621l-3.577,3.578l25.418,25.418c0.566,0.566,1.377,0.676,1.81,0.244l18.942-18.943
+ l-36.319-36.318L680.599,768.754z"/>
+
+ <rect x="660.093" y="745.737" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1659.8628 806.5481)" opacity="0.4" fill="#FFF8B9" width="5.535" height="2.734"/>
+
+ <rect x="660.093" y="745.737" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1659.8628 806.5481)" opacity="0.4" fill="#FFF8B9" width="5.535" height="2.734"/>
+
+ <rect x="660.093" y="745.737" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1659.8628 806.5481)" opacity="0.4" fill="#FFF8B9" width="5.535" height="2.734"/>
+
+ <rect x="660.093" y="745.737" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1659.8628 806.5481)" opacity="0.4" fill="#FFF8B9" width="5.535" height="2.734"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.215,764.369l3.131-3.131c0.433-0.432,0.433-1.133,0-1.564l-1.231-1.231l-3.914,3.913
+ L676.215,764.369z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.215,764.369l3.131-3.131c0.433-0.432,0.433-1.133,0-1.564l-1.231-1.231l-3.914,3.913
+ L676.215,764.369z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.215,764.369l3.131-3.131c0.433-0.432,0.433-1.133,0-1.564l-1.231-1.231l-3.914,3.913
+ L676.215,764.369z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M676.215,764.369l3.131-3.131c0.433-0.432,0.433-1.133,0-1.564l-1.231-1.231l-3.914,3.913
+ L676.215,764.369z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.215,764.369l3.131-3.131c0.433-0.432,0.433-1.133,0-1.564l-1.231-1.231l-3.914,3.913
+ L676.215,764.369z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.215,764.369l3.131-3.131c0.433-0.432,0.433-1.133,0-1.564l-1.231-1.231l-3.914,3.913
+ L676.215,764.369z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M631.598,693.141l-7.428-7.428c-0.566-0.566-1.375-0.676-1.808-0.243l-1.723,1.722
+ l8.454,8.454L631.598,693.141z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M631.598,693.141l-7.428-7.428c-0.566-0.566-1.375-0.676-1.808-0.243l-1.723,1.722
+ l8.454,8.454L631.598,693.141z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M631.598,693.141l-7.428-7.428c-0.566-0.566-1.375-0.676-1.808-0.243l-1.723,1.722
+ l8.454,8.454L631.598,693.141z"/>
+
+ <rect x="648.143" y="686.287" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1614.3169 759.2479)" opacity="0.4" fill="#FFF8B9" width="3.541" height="55.345"/>
+
+ <rect x="648.143" y="686.287" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1614.3169 759.2479)" opacity="0.4" fill="#FFF8B9" width="3.541" height="55.345"/>
+
+ <rect x="648.143" y="686.287" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1614.3169 759.2479)" opacity="0.4" fill="#FFF8B9" width="3.541" height="55.345"/>
+
+ <rect x="648.143" y="686.287" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1614.3169 759.2479)" opacity="0.4" fill="#FFF8B9" width="3.541" height="55.345"/>
+
+ <rect x="673.349" y="734.742" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1675.1736 784.4563)" opacity="0.4" fill="#FFF8B9" width="3.542" height="8.852"/>
+
+ <rect x="673.349" y="734.742" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1675.1736 784.4563)" opacity="0.4" fill="#FFF8B9" width="3.542" height="8.852"/>
+
+ <rect x="673.349" y="734.742" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1675.1736 784.4563)" opacity="0.4" fill="#FFF8B9" width="3.542" height="8.852"/>
+
+ <rect x="673.349" y="734.742" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1675.1736 784.4563)" opacity="0.4" fill="#FFF8B9" width="3.542" height="8.852"/>
+
+ <rect x="676.684" y="742.213" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1683.2311 787.5935)" opacity="0.4" fill="#FFF8B9" width="3.542" height="0.577"/>
+
+ <rect x="676.684" y="742.213" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1683.2311 787.5935)" opacity="0.4" fill="#FFF8B9" width="3.542" height="0.577"/>
+
+ <rect x="676.684" y="742.213" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1683.2311 787.5935)" opacity="0.5" fill="#D1E4B7" width="3.542" height="0.577"/>
+
+ <rect x="676.684" y="742.213" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1683.2311 787.5935)" opacity="0.4" fill="#FFF8B9" width="3.542" height="0.577"/>
+
+ <rect x="676.684" y="742.213" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1683.2311 787.5935)" opacity="0.4" fill="#FFF8B9" width="3.542" height="0.577"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M681.608,748.16c0.566,0.566,1.376,0.675,1.809,0.242l1.722-1.721l-3.539-3.539
+ l-2.505,2.504L681.608,748.16z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M681.608,748.16c0.566,0.566,1.376,0.675,1.809,0.242l1.722-1.721l-3.539-3.539
+ l-2.505,2.504L681.608,748.16z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M681.608,748.16c0.566,0.566,1.376,0.675,1.809,0.242l1.722-1.721l-3.539-3.539
+ l-2.505,2.504L681.608,748.16z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M681.608,748.16c0.566,0.566,1.376,0.675,1.809,0.242l1.722-1.721l-3.539-3.539
+ l-2.505,2.504L681.608,748.16z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M681.608,748.16c0.566,0.566,1.376,0.675,1.809,0.242l1.722-1.721l-3.539-3.539
+ l-2.505,2.504L681.608,748.16z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M685.18,783.354l-0.823-0.824l-3.914,3.914l1.108,1.109l3.577-3.578
+ C685.314,783.789,685.337,783.51,685.18,783.354z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M685.18,783.354l-0.823-0.824l-3.914,3.914l1.108,1.109l3.577-3.578
+ C685.314,783.789,685.337,783.51,685.18,783.354z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M685.18,783.354l-0.823-0.824l-3.914,3.914l1.108,1.109l3.577-3.578
+ C685.314,783.789,685.337,783.51,685.18,783.354z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M685.18,783.354l-0.823-0.824l-3.914,3.914l1.108,1.109l3.577-3.578
+ C685.314,783.789,685.337,783.51,685.18,783.354z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M685.18,783.354l-0.823-0.824l-3.914,3.914l1.108,1.109l3.577-3.578
+ C685.314,783.789,685.337,783.51,685.18,783.354z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M685.18,783.354l-0.823-0.824l-3.914,3.914l1.108,1.109l3.577-3.578
+ C685.314,783.789,685.337,783.51,685.18,783.354z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="661.187,759.359 659.521,757.697 655.608,761.609 657.272,763.273 658.056,762.49
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="661.187,759.359 659.521,757.697 655.608,761.609 657.272,763.273 658.056,762.49
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="661.187,759.359 659.521,757.697 655.608,761.609 657.272,763.273 658.056,762.49
+ "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="661.187,759.359 659.521,757.697 655.608,761.609 657.272,763.273 658.056,762.49
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="661.187,759.359 659.521,757.697 655.608,761.609 657.272,763.273 658.056,762.49
+ "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.779,763.582c-0.108-0.375-0.02-0.797,0.276-1.092l-0.783,0.783l0.408,0.408
+ L657.779,763.582z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.779,763.582c-0.108-0.375-0.02-0.797,0.276-1.092l-0.783,0.783l0.408,0.408
+ L657.779,763.582z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.779,763.582c-0.108-0.375-0.02-0.797,0.276-1.092l-0.783,0.783l0.408,0.408
+ L657.779,763.582z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.779,763.582c-0.108-0.375-0.02-0.797,0.276-1.092l-0.783,0.783l0.408,0.408
+ L657.779,763.582z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M657.779,763.582c-0.108-0.375-0.02-0.797,0.276-1.092l-0.783,0.783l0.408,0.408
+ L657.779,763.582z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.779,763.582c-0.108-0.375-0.02-0.797,0.276-1.092l-0.783,0.783l0.408,0.408
+ L657.779,763.582z"/>
+
+ <rect x="661.273" y="762.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1673.4333 836.4252)" opacity="0.4" fill="#FFF8B9" width="4.428" height="5.005"/>
+
+ <rect x="661.273" y="762.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1673.4333 836.4252)" opacity="0.4" fill="#FFF8B9" width="4.428" height="5.005"/>
+
+ <rect x="661.273" y="762.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1673.4333 836.4252)" opacity="0.4" fill="#FFF8B9" width="4.428" height="5.005"/>
+
+ <rect x="661.273" y="762.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1673.4333 836.4252)" opacity="0.5" fill="#D1E4B7" width="4.428" height="5.005"/>
+
+ <rect x="661.273" y="762.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1673.4333 836.4252)" opacity="0.4" fill="#FFF8B9" width="4.428" height="5.005"/>
+
+ <rect x="661.273" y="762.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1673.4333 836.4252)" opacity="0.2" fill="#FFF6A3" width="4.428" height="5.005"/>
+
+ <rect x="661.273" y="762.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1673.4333 836.4252)" opacity="0.4" fill="#FFF8B9" width="4.428" height="5.005"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.779,763.582l3.814-3.814l-0.407-0.408l-3.131,3.131
+ C657.76,762.785,657.671,763.207,657.779,763.582z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.779,763.582l3.814-3.814l-0.407-0.408l-3.131,3.131
+ C657.76,762.785,657.671,763.207,657.779,763.582z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.779,763.582l3.814-3.814l-0.407-0.408l-3.131,3.131
+ C657.76,762.785,657.671,763.207,657.779,763.582z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M657.779,763.582l3.814-3.814l-0.407-0.408l-3.131,3.131
+ C657.76,762.785,657.671,763.207,657.779,763.582z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.779,763.582l3.814-3.814l-0.407-0.408l-3.131,3.131
+ C657.76,762.785,657.671,763.207,657.779,763.582z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M657.779,763.582l3.814-3.814l-0.407-0.408l-3.131,3.131
+ C657.76,762.785,657.671,763.207,657.779,763.582z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.779,763.582l3.814-3.814l-0.407-0.408l-3.131,3.131
+ C657.76,762.785,657.671,763.207,657.779,763.582z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.843,746.692c0.187-0.187,0.465-0.21,0.622-0.053l3.951,3.952l5.01-5.01l-15.405-15.404
+ c-0.096-0.096-0.239-0.106-0.32-0.025l-8.775,8.775l11.341,11.342L647.843,746.692z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.843,746.692c0.187-0.187,0.465-0.21,0.622-0.053l3.951,3.952l5.01-5.01l-15.405-15.404
+ c-0.096-0.096-0.239-0.106-0.32-0.025l-8.775,8.775l11.341,11.342L647.843,746.692z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M647.843,746.692c0.187-0.187,0.465-0.21,0.622-0.053l3.951,3.952l5.01-5.01l-15.405-15.404
+ c-0.096-0.096-0.239-0.106-0.32-0.025l-8.775,8.775l11.341,11.342L647.843,746.692z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.843,746.692c0.187-0.187,0.465-0.21,0.622-0.053l3.951,3.952l5.01-5.01l-15.405-15.404
+ c-0.096-0.096-0.239-0.106-0.32-0.025l-8.775,8.775l11.341,11.342L647.843,746.692z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.044,754.852l4.826-4.824l-1.934-1.934l-5.01,5.008l2.027,2.027
+ C656.902,755.078,656.942,754.953,657.044,754.852z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.044,754.852l4.826-4.824l-1.934-1.934l-5.01,5.008l2.027,2.027
+ C656.902,755.078,656.942,754.953,657.044,754.852z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.044,754.852l4.826-4.824l-1.934-1.934l-5.01,5.008l2.027,2.027
+ C656.902,755.078,656.942,754.953,657.044,754.852z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M657.044,754.852l4.826-4.824l-1.934-1.934l-5.01,5.008l2.027,2.027
+ C656.902,755.078,656.942,754.953,657.044,754.852z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.044,754.852l4.826-4.824l-1.934-1.934l-5.01,5.008l2.027,2.027
+ C656.902,755.078,656.942,754.953,657.044,754.852z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M652.416,750.592l-3.951-3.952c-0.157-0.157-0.436-0.134-0.622,0.053l-3.577,3.577
+ l0.979,0.979l3.258,3.258L652.416,750.592z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M652.416,750.592l-3.951-3.952c-0.157-0.157-0.436-0.134-0.622,0.053l-3.577,3.577
+ l0.979,0.979l3.258,3.258L652.416,750.592z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M652.416,750.592l-3.951-3.952c-0.157-0.157-0.436-0.134-0.622,0.053l-3.577,3.577
+ l0.979,0.979l3.258,3.258L652.416,750.592z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M652.416,750.592l-3.951-3.952c-0.157-0.157-0.436-0.134-0.622,0.053l-3.577,3.577
+ l0.979,0.979l3.258,3.258L652.416,750.592z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M652.416,750.592l-3.951-3.952c-0.157-0.157-0.436-0.134-0.622,0.053l-3.577,3.577
+ l0.979,0.979l3.258,3.258L652.416,750.592z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="655.608,761.609 659.521,757.697 656.954,755.129 654.927,753.102 651.013,757.016
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="655.608,761.609 659.521,757.697 656.954,755.129 654.927,753.102 651.013,757.016
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="655.608,761.609 659.521,757.697 656.954,755.129 654.927,753.102 651.013,757.016
+ "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="655.608,761.609 659.521,757.697 656.954,755.129 654.927,753.102 651.013,757.016
+ "/>
+ <polygon opacity="0.4" fill="#FFF6A3" points="655.608,761.609 659.521,757.697 656.954,755.129 654.927,753.102 651.013,757.016
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="655.608,761.609 659.521,757.697 656.954,755.129 654.927,753.102 651.013,757.016
+ "/>
+
+ <rect x="671.104" y="766.486" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1694.6176 833.6875)" opacity="0.4" fill="#FFF8B9" width="7.085" height="2.649"/>
+
+ <rect x="671.104" y="766.486" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1694.6176 833.6875)" opacity="0.4" fill="#FFF8B9" width="7.085" height="2.649"/>
+
+ <rect x="671.104" y="766.486" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1694.6176 833.6875)" opacity="0.4" fill="#FFF8B9" width="7.085" height="2.649"/>
+
+ <rect x="671.104" y="766.486" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1694.6176 833.6875)" opacity="0.5" fill="#D1E4B7" width="7.085" height="2.649"/>
+
+ <rect x="671.104" y="766.486" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1694.6176 833.6875)" opacity="0.4" fill="#FFF8B9" width="7.085" height="2.649"/>
+
+ <rect x="671.104" y="766.486" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1694.6176 833.6875)" opacity="0.4" fill="#FFF8B9" width="7.085" height="2.649"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M684.356,782.529l4.228-4.227c0.432-0.432,0.431-1.133-0.002-1.564l-7.983-7.984
+ l-5.01,5.008L684.356,782.529z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M684.356,782.529l4.228-4.227c0.432-0.432,0.431-1.133-0.002-1.564l-7.983-7.984
+ l-5.01,5.008L684.356,782.529z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M684.356,782.529l4.228-4.227c0.432-0.432,0.431-1.133-0.002-1.564l-7.983-7.984
+ l-5.01,5.008L684.356,782.529z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M684.356,782.529l4.228-4.227c0.432-0.432,0.431-1.133-0.002-1.564l-7.983-7.984
+ l-5.01,5.008L684.356,782.529z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M684.356,782.529l4.228-4.227c0.432-0.432,0.431-1.133-0.002-1.564l-7.983-7.984
+ l-5.01,5.008L684.356,782.529z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M684.356,782.529l4.228-4.227c0.432-0.432,0.431-1.133-0.002-1.564l-7.983-7.984
+ l-5.01,5.008L684.356,782.529z"/>
+
+ <rect x="671.277" y="762.324" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 606.826 1783.088)" opacity="0.4" fill="#FFF8B9" width="2.851" height="7.084"/>
+
+ <rect x="671.277" y="762.324" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 606.826 1783.088)" opacity="0.4" fill="#FFF8B9" width="2.851" height="7.084"/>
+
+ <rect x="671.277" y="762.324" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 606.826 1783.088)" opacity="0.4" fill="#FFF8B9" width="2.851" height="7.084"/>
+
+ <rect x="671.277" y="762.324" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 606.826 1783.088)" opacity="0.5" fill="#D1E4B7" width="2.851" height="7.084"/>
+
+ <rect x="671.277" y="762.324" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 606.826 1783.088)" opacity="0.4" fill="#FFF8B9" width="2.851" height="7.084"/>
+
+ <rect x="671.277" y="762.324" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 606.826 1783.088)" opacity="0.4" fill="#FFF8B9" width="2.851" height="7.084"/>
+
+ <rect x="671.277" y="762.324" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 606.826 1783.088)" opacity="0.4" fill="#FFF8B9" width="2.851" height="7.084"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.458,776.893l2.975,2.975c0.433,0.434,0.432,1.135,0,1.566l5.01,5.01l3.914-3.914
+ l-8.768-8.768L672.458,776.893z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.458,776.893l2.975,2.975c0.433,0.434,0.432,1.135,0,1.566l5.01,5.01l3.914-3.914
+ l-8.768-8.768L672.458,776.893z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.458,776.893l2.975,2.975c0.433,0.434,0.432,1.135,0,1.566l5.01,5.01l3.914-3.914
+ l-8.768-8.768L672.458,776.893z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M672.458,776.893l2.975,2.975c0.433,0.434,0.432,1.135,0,1.566l5.01,5.01l3.914-3.914
+ l-8.768-8.768L672.458,776.893z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M672.458,776.893l2.975,2.975c0.433,0.434,0.432,1.135,0,1.566l5.01,5.01l3.914-3.914
+ l-8.768-8.768L672.458,776.893z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.458,776.893l2.975,2.975c0.433,0.434,0.432,1.135,0,1.566l5.01,5.01l3.914-3.914
+ l-8.768-8.768L672.458,776.893z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.458,776.893l2.975,2.975c0.433,0.434,0.432,1.135,0,1.566l5.01,5.01l3.914-3.914
+ l-8.768-8.768L672.458,776.893z"/>
+
+ <rect x="669.253" y="769.667" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 598.6777 1791.8337)" opacity="0.4" fill="#FFF8B9" width="2.648" height="4.428"/>
+
+ <rect x="669.253" y="769.667" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 598.6777 1791.8337)" opacity="0.4" fill="#FFF8B9" width="2.648" height="4.428"/>
+
+ <rect x="669.253" y="769.667" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 598.6777 1791.8337)" opacity="0.4" fill="#FFF8B9" width="2.648" height="4.428"/>
+
+ <rect x="669.253" y="769.667" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 598.6777 1791.8337)" opacity="0.5" fill="#D1E4B7" width="2.648" height="4.428"/>
+
+ <rect x="669.253" y="769.667" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 598.6777 1791.8337)" opacity="0.2" fill="#FFF6A3" width="2.648" height="4.428"/>
+
+ <rect x="669.253" y="769.667" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 598.6777 1791.8337)" opacity="0.4" fill="#FFF8B9" width="2.648" height="4.428"/>
+
+ <rect x="669.253" y="769.667" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 598.6777 1791.8337)" opacity="0.4" fill="#FFF8B9" width="2.648" height="4.428"/>
+
+ <rect x="665.134" y="764.645" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 594.7535 1779.7855)" opacity="0.4" fill="#FFF8B9" width="0.84" height="4.428"/>
+
+ <rect x="665.134" y="764.645" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 594.7535 1779.7855)" opacity="0.4" fill="#FFF8B9" width="0.84" height="4.428"/>
+
+ <rect x="665.134" y="764.645" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 594.7535 1779.7855)" opacity="0.4" fill="#FFF8B9" width="0.84" height="4.428"/>
+
+ <rect x="665.134" y="764.645" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 594.7535 1779.7855)" opacity="0.5" fill="#D1E4B7" width="0.84" height="4.428"/>
+
+ <rect x="665.134" y="764.645" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 594.7535 1779.7855)" opacity="0.4" fill="#FFF8B9" width="0.84" height="4.428"/>
+
+ <rect x="665.134" y="764.645" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 594.7535 1779.7855)" opacity="0.2" fill="#FFF6A3" width="0.84" height="4.428"/>
+
+ <rect x="665.134" y="764.645" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 594.7535 1779.7855)" opacity="0.4" fill="#FFF8B9" width="0.84" height="4.428"/>
+
+ <rect x="665.134" y="764.645" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 594.7535 1779.7855)" opacity="0.4" fill="#FFF8B9" width="0.84" height="4.428"/>
+
+ <rect x="666.419" y="768.511" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1685.855 841.569)" opacity="0.4" fill="#FFF8B9" width="4.428" height="2.851"/>
+
+ <rect x="666.419" y="768.511" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1685.855 841.569)" opacity="0.4" fill="#FFF8B9" width="4.428" height="2.851"/>
+
+ <rect x="666.419" y="768.511" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1685.855 841.569)" opacity="0.4" fill="#FFF8B9" width="4.428" height="2.851"/>
+
+ <rect x="666.419" y="768.511" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1685.855 841.569)" opacity="0.5" fill="#D1E4B7" width="4.428" height="2.851"/>
+
+ <rect x="666.419" y="768.511" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1685.855 841.569)" opacity="0.4" fill="#FFF8B9" width="4.428" height="2.851"/>
+
+ <rect x="666.419" y="768.511" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1685.855 841.569)" opacity="0.2" fill="#FFF6A3" width="4.428" height="2.851"/>
+
+ <rect x="666.419" y="768.511" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1685.855 841.569)" opacity="0.4" fill="#FFF8B9" width="4.428" height="2.851"/>
+
+ <rect x="666.419" y="768.511" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1685.855 841.569)" opacity="0.4" fill="#FFF8B9" width="4.428" height="2.851"/>
+
+ <rect x="660.976" y="764.247" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -348.4156 692.3481)" opacity="0.4" fill="#FFF8B9" width="1.108" height="5.005"/>
+
+ <rect x="660.976" y="764.247" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -348.4156 692.3481)" opacity="0.4" fill="#FFF8B9" width="1.108" height="5.005"/>
+
+ <rect x="660.976" y="764.247" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -348.4156 692.3481)" opacity="0.4" fill="#FFF8B9" width="1.108" height="5.005"/>
+
+ <rect x="660.976" y="764.247" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -348.4156 692.3481)" opacity="0.5" fill="#D1E4B7" width="1.108" height="5.005"/>
+
+ <rect x="660.976" y="764.247" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -348.4156 692.3481)" opacity="0.4" fill="#FFF8B9" width="1.108" height="5.005"/>
+
+ <rect x="660.976" y="764.247" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -348.4156 692.3481)" opacity="0.2" fill="#FFF6A3" width="1.108" height="5.005"/>
+
+ <rect x="660.976" y="764.247" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -348.4156 692.3481)" opacity="0.4" fill="#FFF8B9" width="1.108" height="5.005"/>
+
+ <rect x="660.976" y="764.247" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -348.4156 692.3481)" opacity="0.4" fill="#FFF8B9" width="1.108" height="5.005"/>
+
+ <rect x="668.066" y="772.514" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1688.5911 848.2385)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.648"/>
+
+ <rect x="668.066" y="772.514" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1688.5911 848.2385)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.648"/>
+
+ <rect x="668.066" y="772.514" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1688.5911 848.2385)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.648"/>
+
+ <rect x="668.066" y="772.514" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1688.5911 848.2385)" opacity="0.5" fill="#D1E4B7" width="1.108" height="2.648"/>
+
+ <rect x="668.066" y="772.514" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1688.5911 848.2385)" opacity="0.2" fill="#FFF6A3" width="1.108" height="2.648"/>
+
+ <rect x="668.066" y="772.514" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1688.5911 848.2385)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.648"/>
+
+ <rect x="668.066" y="772.514" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1688.5911 848.2385)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.648"/>
+
+ <rect x="668.066" y="772.514" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1688.5911 848.2385)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.648"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M675.433,781.434c0.432-0.432,0.433-1.133,0-1.566l-2.975-2.975l-0.783,0.783
+ L675.433,781.434z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M675.433,781.434c0.432-0.432,0.433-1.133,0-1.566l-2.975-2.975l-0.783,0.783
+ L675.433,781.434z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M675.433,781.434c0.432-0.432,0.433-1.133,0-1.566l-2.975-2.975l-0.783,0.783
+ L675.433,781.434z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M675.433,781.434c0.432-0.432,0.433-1.133,0-1.566l-2.975-2.975l-0.783,0.783
+ L675.433,781.434z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M675.433,781.434c0.432-0.432,0.433-1.133,0-1.566l-2.975-2.975l-0.783,0.783
+ L675.433,781.434z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M675.433,781.434c0.432-0.432,0.433-1.133,0-1.566l-2.975-2.975l-0.783,0.783
+ L675.433,781.434z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M675.433,781.434c0.432-0.432,0.433-1.133,0-1.566l-2.975-2.975l-0.783,0.783
+ L675.433,781.434z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M675.433,781.434c0.432-0.432,0.433-1.133,0-1.566l-2.975-2.975l-0.783,0.783
+ L675.433,781.434z"/>
+
+ <rect x="665.251" y="771.34" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 592.2756 1789.1157)" opacity="0.4" fill="#FFF8B9" width="2.851" height="1.108"/>
+
+ <rect x="665.251" y="771.34" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 592.2756 1789.1157)" opacity="0.4" fill="#FFF8B9" width="2.851" height="1.108"/>
+
+ <rect x="665.251" y="771.34" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 592.2756 1789.1157)" opacity="0.4" fill="#FFF8B9" width="2.851" height="1.108"/>
+
+ <rect x="665.251" y="771.34" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 592.2756 1789.1157)" opacity="0.5" fill="#D1E4B7" width="2.851" height="1.108"/>
+
+ <rect x="665.251" y="771.34" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 592.2756 1789.1157)" opacity="0.4" fill="#FFF8B9" width="2.851" height="1.108"/>
+
+ <rect x="665.251" y="771.34" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 592.2756 1789.1157)" opacity="0.2" fill="#FFF6A3" width="2.851" height="1.108"/>
+
+ <rect x="665.251" y="771.34" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 592.2756 1789.1157)" opacity="0.4" fill="#FFF8B9" width="2.851" height="1.108"/>
+
+ <rect x="665.251" y="771.34" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 592.2756 1789.1157)" opacity="0.4" fill="#FFF8B9" width="2.851" height="1.108"/>
+
+ <rect x="665.251" y="771.34" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 592.2756 1789.1157)" opacity="0.4" fill="#FFF8B9" width="2.851" height="1.108"/>
+
+ <rect x="663.177" y="768.262" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 590.0288 1781.7449)" opacity="0.4" fill="#FFF8B9" width="0.84" height="1.108"/>
+
+ <rect x="663.177" y="768.262" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 590.0288 1781.7449)" opacity="0.4" fill="#FFF8B9" width="0.84" height="1.108"/>
+
+ <rect x="663.177" y="768.262" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 590.0288 1781.7449)" opacity="0.4" fill="#FFF8B9" width="0.84" height="1.108"/>
+
+ <rect x="663.177" y="768.262" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 590.0288 1781.7449)" opacity="0.5" fill="#D1E4B7" width="0.84" height="1.108"/>
+
+ <rect x="663.177" y="768.262" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 590.0288 1781.7449)" opacity="0.4" fill="#FFF8B9" width="0.84" height="1.108"/>
+
+ <rect x="663.177" y="768.262" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 590.0288 1781.7449)" opacity="0.2" fill="#FFF6A3" width="0.84" height="1.108"/>
+
+ <rect x="663.177" y="768.262" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 590.0288 1781.7449)" opacity="0.4" fill="#FFF8B9" width="0.84" height="1.108"/>
+
+ <rect x="663.177" y="768.262" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 590.0288 1781.7449)" opacity="0.4" fill="#FFF8B9" width="0.84" height="1.108"/>
+
+ <rect x="663.177" y="768.262" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 590.0288 1781.7449)" opacity="0.4" fill="#FFF8B9" width="0.84" height="1.108"/>
+
+ <rect x="628.492" y="814.036" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 527.9335 1850.2961)" opacity="0.4" fill="#FFF8B9" width="37.388" height="3.542"/>
+
+ <rect x="628.492" y="814.036" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 527.9335 1850.2961)" opacity="0.4" fill="#FFF8B9" width="37.388" height="3.542"/>
+
+ <rect x="628.492" y="814.036" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 527.9335 1850.2961)" opacity="0.4" fill="#FFF8B9" width="37.388" height="3.542"/>
+
+ <rect x="628.355" y="795.825" transform="matrix(0.7068 -0.7074 0.7074 0.7068 -380.2863 679.9078)" opacity="0.4" fill="#FFF8B9" width="3.542" height="5.845"/>
+
+ <rect x="628.355" y="795.825" transform="matrix(0.7068 -0.7074 0.7074 0.7068 -380.2863 679.9078)" opacity="0.4" fill="#FFF8B9" width="3.542" height="5.845"/>
+
+ <rect x="628.355" y="795.825" transform="matrix(0.7068 -0.7074 0.7074 0.7068 -380.2863 679.9078)" opacity="0.4" fill="#FFF8B9" width="3.542" height="5.845"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M700.167,830.592l1.748,1.748c0.692-0.557,1.378-1.123,2.058-1.701l-1.927-1.926
+ L700.167,830.592z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M700.167,830.592l1.748,1.748c0.692-0.557,1.378-1.123,2.058-1.701l-1.927-1.926
+ L700.167,830.592z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M700.167,830.592l1.748,1.748c0.692-0.557,1.378-1.123,2.058-1.701l-1.927-1.926
+ L700.167,830.592z"/>
+
+ <rect x="630.092" y="791.466" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -375.8733 681.2401)" opacity="0.4" fill="#FFF8B9" width="8.784" height="5.847"/>
+
+ <rect x="630.092" y="791.466" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -375.8733 681.2401)" opacity="0.4" fill="#FFF8B9" width="8.784" height="5.847"/>
+
+ <rect x="630.092" y="791.466" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -375.8733 681.2401)" opacity="0.4" fill="#FFF8B9" width="8.784" height="5.847"/>
+
+ <rect x="630.092" y="791.466" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -375.8733 681.2401)" opacity="0.4" fill="#FFF8B9" width="8.784" height="5.847"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.42,811.113l-15.989-15.988l-6.211,6.211l26.437,26.438l17.063-17.063
+ c0.434-0.434,1.133-0.434,1.565-0.002l19.882,19.883l1.879-1.879l-30.828-30.828l-13.177,13.178
+ C657.854,811.248,657.577,811.271,657.42,811.113z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.42,811.113l-15.989-15.988l-6.211,6.211l26.437,26.438l17.063-17.063
+ c0.434-0.434,1.133-0.434,1.565-0.002l19.882,19.883l1.879-1.879l-30.828-30.828l-13.177,13.178
+ C657.854,811.248,657.577,811.271,657.42,811.113z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.42,811.113l-15.989-15.988l-6.211,6.211l26.437,26.438l17.063-17.063
+ c0.434-0.434,1.133-0.434,1.565-0.002l19.882,19.883l1.879-1.879l-30.828-30.828l-13.177,13.178
+ C657.854,811.248,657.577,811.271,657.42,811.113z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.42,811.113l-15.989-15.988l-6.211,6.211l26.437,26.438l17.063-17.063
+ c0.434-0.434,1.133-0.434,1.565-0.002l19.882,19.883l1.879-1.879l-30.828-30.828l-13.177,13.178
+ C657.854,811.248,657.577,811.271,657.42,811.113z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M620.956,787.072l-2.382,2.381c0.083,0.238,0.227,0.473,0.43,0.678l5.706,5.705l2.505-2.504
+ L620.956,787.072z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M620.956,787.072l-2.382,2.381c0.083,0.238,0.227,0.473,0.43,0.678l5.706,5.705l2.505-2.504
+ L620.956,787.072z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M620.956,787.072l-2.382,2.381c0.083,0.238,0.227,0.473,0.43,0.678l5.706,5.705l2.505-2.504
+ L620.956,787.072z"/>
+
+ <rect x="622.799" y="782.671" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -372.8615 674.0262)" opacity="0.4" fill="#FFF8B9" width="8.784" height="8.852"/>
+
+ <rect x="622.799" y="782.671" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -372.8615 674.0262)" opacity="0.4" fill="#FFF8B9" width="8.784" height="8.852"/>
+
+ <rect x="622.799" y="782.671" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -372.8615 674.0262)" opacity="0.5" fill="#D1E4B7" width="8.784" height="8.852"/>
+
+ <rect x="622.799" y="782.671" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -372.8615 674.0262)" opacity="0.4" fill="#FFF8B9" width="8.784" height="8.852"/>
+
+ <rect x="625.878" y="793.017" transform="matrix(0.7071 0.7071 -0.7071 0.7071 745.4 -209.9785)" opacity="0.4" fill="#FFF8B9" width="0.577" height="3.542"/>
+
+ <rect x="625.878" y="793.017" transform="matrix(0.7071 0.7071 -0.7071 0.7071 745.4 -209.9785)" opacity="0.4" fill="#FFF8B9" width="0.577" height="3.542"/>
+
+ <rect x="625.878" y="793.017" transform="matrix(0.7071 0.7071 -0.7071 0.7071 745.4 -209.9785)" opacity="0.5" fill="#D1E4B7" width="0.577" height="3.542"/>
+
+ <rect x="625.878" y="793.017" transform="matrix(0.7071 0.7071 -0.7071 0.7071 745.4 -209.9785)" opacity="0.4" fill="#FFF8B9" width="0.577" height="3.542"/>
+
+ <rect x="626.132" y="790.141" transform="matrix(0.707 -0.7072 0.7072 0.707 -374.2596 677.5176)" opacity="0.4" fill="#FFF8B9" width="8.785" height="0.577"/>
+
+ <rect x="626.132" y="790.141" transform="matrix(0.707 -0.7072 0.7072 0.707 -374.2596 677.5176)" opacity="0.4" fill="#FFF8B9" width="8.785" height="0.577"/>
+
+ <rect x="626.132" y="790.141" transform="matrix(0.707 -0.7072 0.7072 0.707 -374.2596 677.5176)" opacity="0.4" fill="#FFF8B9" width="8.785" height="0.577"/>
+
+ <rect x="626.132" y="790.141" transform="matrix(0.707 -0.7072 0.7072 0.707 -374.2596 677.5176)" opacity="0.5" fill="#D1E4B7" width="8.785" height="0.577"/>
+
+ <rect x="626.132" y="790.141" transform="matrix(0.707 -0.7072 0.7072 0.707 -374.2596 677.5176)" opacity="0.4" fill="#FFF8B9" width="8.785" height="0.577"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.151,830.277l16.749,16.75c1.208-0.443,2.409-0.912,3.604-1.406l-17.848-17.848
+ L659.151,830.277z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.151,830.277l16.749,16.75c1.208-0.443,2.409-0.912,3.604-1.406l-17.848-17.848
+ L659.151,830.277z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.151,830.277l16.749,16.75c1.208-0.443,2.409-0.912,3.604-1.406l-17.848-17.848
+ L659.151,830.277z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.151,830.277l16.749,16.75c1.208-0.443,2.409-0.912,3.604-1.406l-17.848-17.848
+ L659.151,830.277z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M690.698,840.061c3.879-2.268,7.631-4.842,11.217-7.721l-1.748-1.748L690.698,840.061z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M690.698,840.061c3.879-2.268,7.631-4.842,11.217-7.721l-1.748-1.748L690.698,840.061z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M690.698,840.061c3.879-2.268,7.631-4.842,11.217-7.721l-1.748-1.748L690.698,840.061z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M690.698,840.061c3.879-2.268,7.631-4.842,11.217-7.721l-1.748-1.748L690.698,840.061z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M680.285,810.709c-0.433-0.432-1.132-0.432-1.565,0.002l-17.063,17.063l17.848,17.848
+ c3.825-1.586,7.566-3.439,11.194-5.561l9.469-9.469L680.285,810.709z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M680.285,810.709c-0.433-0.432-1.132-0.432-1.565,0.002l-17.063,17.063l17.848,17.848
+ c3.825-1.586,7.566-3.439,11.194-5.561l9.469-9.469L680.285,810.709z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M680.285,810.709c-0.433-0.432-1.132-0.432-1.565,0.002l-17.063,17.063l17.848,17.848
+ c3.825-1.586,7.566-3.439,11.194-5.561l9.469-9.469L680.285,810.709z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M680.285,810.709c-0.433-0.432-1.132-0.432-1.565,0.002l-17.063,17.063l17.848,17.848
+ c3.825-1.586,7.566-3.439,11.194-5.561l9.469-9.469L680.285,810.709z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M680.285,810.709c-0.433-0.432-1.132-0.432-1.565,0.002l-17.063,17.063l17.848,17.848
+ c3.825-1.586,7.566-3.439,11.194-5.561l9.469-9.469L680.285,810.709z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.151,797.715c-0.433,0.434-1.134,0.434-1.566,0l-9.373-9.371l-6.781,6.781
+ l15.989,15.988c0.157,0.158,0.435,0.135,0.621-0.051l13.177-13.178l-6.118-6.117L659.151,797.715z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.151,797.715c-0.433,0.434-1.134,0.434-1.566,0l-9.373-9.371l-6.781,6.781
+ l15.989,15.988c0.157,0.158,0.435,0.135,0.621-0.051l13.177-13.178l-6.118-6.117L659.151,797.715z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.151,797.715c-0.433,0.434-1.134,0.434-1.566,0l-9.373-9.371l-6.781,6.781
+ l15.989,15.988c0.157,0.158,0.435,0.135,0.621-0.051l13.177-13.178l-6.118-6.117L659.151,797.715z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M659.151,797.715c-0.433,0.434-1.134,0.434-1.566,0l-9.373-9.371l-6.781,6.781
+ l15.989,15.988c0.157,0.158,0.435,0.135,0.621-0.051l13.177-13.178l-6.118-6.117L659.151,797.715z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.151,797.715c-0.433,0.434-1.134,0.434-1.566,0l-9.373-9.371l-6.781,6.781
+ l15.989,15.988c0.157,0.158,0.435,0.135,0.621-0.051l13.177-13.178l-6.118-6.117L659.151,797.715z"/>
+
+ <rect x="638.058" y="783.096" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 536.86 1798.2341)" opacity="0.4" fill="#FFF8B9" width="5.846" height="9.592"/>
+
+ <rect x="638.058" y="783.096" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 536.86 1798.2341)" opacity="0.4" fill="#FFF8B9" width="5.846" height="9.592"/>
+
+ <rect x="638.058" y="783.096" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 536.86 1798.2341)" opacity="0.4" fill="#FFF8B9" width="5.846" height="9.592"/>
+
+ <rect x="638.058" y="783.096" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 536.86 1798.2341)" opacity="0.2" fill="#FFF6A3" width="5.846" height="9.592"/>
+
+ <rect x="638.058" y="783.096" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 536.86 1798.2341)" opacity="0.4" fill="#FFF8B9" width="5.846" height="9.592"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.233,767.9c-0.203-0.205-0.438-0.348-0.677-0.43l-13.39,13.391l6.259,6.258
+ l13.514-13.514L641.233,767.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.233,767.9c-0.203-0.205-0.438-0.348-0.677-0.43l-13.39,13.391l6.259,6.258
+ l13.514-13.514L641.233,767.9z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M641.233,767.9c-0.203-0.205-0.438-0.348-0.677-0.43l-13.39,13.391l6.259,6.258
+ l13.514-13.514L641.233,767.9z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M641.233,767.9c-0.203-0.205-0.438-0.348-0.677-0.43l-13.39,13.391l6.259,6.258
+ l13.514-13.514L641.233,767.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.233,767.9c-0.203-0.205-0.438-0.348-0.677-0.43l-13.39,13.391l6.259,6.258
+ l13.514-13.514L641.233,767.9z"/>
+
+ <rect x="630.831" y="780.278" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -364.3788 681.4444)" opacity="0.4" fill="#FFF8B9" width="19.111" height="0.577"/>
+
+ <rect x="630.831" y="780.278" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -364.3788 681.4444)" opacity="0.4" fill="#FFF8B9" width="19.111" height="0.577"/>
+
+ <rect x="630.831" y="780.278" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -364.3788 681.4444)" opacity="0.4" fill="#FFF8B9" width="19.111" height="0.577"/>
+
+ <rect x="630.831" y="780.278" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -364.3788 681.4444)" opacity="0.5" fill="#D1E4B7" width="19.111" height="0.577"/>
+
+ <rect x="630.831" y="780.278" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -364.3788 681.4444)" opacity="0.2" fill="#FFF6A3" width="19.111" height="0.577"/>
+
+ <rect x="630.831" y="780.278" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -364.3788 681.4444)" opacity="0.4" fill="#FFF8B9" width="19.111" height="0.577"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M655.235,794.117c-0.28,0.281-0.519,0.492-0.533,0.479l-2.456-2.457
+ c-0.015-0.014,0.198-0.252,0.479-0.531l6.107-6.109l-3.888-3.887l-6.732,6.732l9.373,9.371c0.433,0.434,1.134,0.434,1.566,0
+ l5.948-5.947l-3.757-3.758L655.235,794.117z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M655.235,794.117c-0.28,0.281-0.519,0.492-0.533,0.479l-2.456-2.457
+ c-0.015-0.014,0.198-0.252,0.479-0.531l6.107-6.109l-3.888-3.887l-6.732,6.732l9.373,9.371c0.433,0.434,1.134,0.434,1.566,0
+ l5.948-5.947l-3.757-3.758L655.235,794.117z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M655.235,794.117c-0.28,0.281-0.519,0.492-0.533,0.479l-2.456-2.457
+ c-0.015-0.014,0.198-0.252,0.479-0.531l6.107-6.109l-3.888-3.887l-6.732,6.732l9.373,9.371c0.433,0.434,1.134,0.434,1.566,0
+ l5.948-5.947l-3.757-3.758L655.235,794.117z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M655.235,794.117c-0.28,0.281-0.519,0.492-0.533,0.479l-2.456-2.457
+ c-0.015-0.014,0.198-0.252,0.479-0.531l6.107-6.109l-3.888-3.887l-6.732,6.732l9.373,9.371c0.433,0.434,1.134,0.434,1.566,0
+ l5.948-5.947l-3.757-3.758L655.235,794.117z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M655.235,794.117c-0.28,0.281-0.519,0.492-0.533,0.479l-2.456-2.457
+ c-0.015-0.014,0.198-0.252,0.479-0.531l6.107-6.109l-3.888-3.887l-6.732,6.732l9.373,9.371c0.433,0.434,1.134,0.434,1.566,0
+ l5.948-5.947l-3.757-3.758L655.235,794.117z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M655.235,794.117c-0.28,0.281-0.519,0.492-0.533,0.479l-2.456-2.457
+ c-0.015-0.014,0.198-0.252,0.479-0.531l6.107-6.109l-3.888-3.887l-6.732,6.732l9.373,9.371c0.433,0.434,1.134,0.434,1.566,0
+ l5.948-5.947l-3.757-3.758L655.235,794.117z"/>
+
+ <rect x="644.815" y="776.376" transform="matrix(-0.7072 -0.707 0.707 -0.7072 553.5296 1791.5127)" opacity="0.4" fill="#FFF8B9" width="5.845" height="9.52"/>
+
+ <rect x="644.815" y="776.376" transform="matrix(-0.7072 -0.707 0.707 -0.7072 553.5296 1791.5127)" opacity="0.4" fill="#FFF8B9" width="5.845" height="9.52"/>
+
+ <rect x="644.815" y="776.376" transform="matrix(-0.7072 -0.707 0.707 -0.7072 553.5296 1791.5127)" opacity="0.4" fill="#FFF8B9" width="5.845" height="9.52"/>
+
+ <rect x="644.815" y="776.376" transform="matrix(-0.7072 -0.707 0.707 -0.7072 553.5296 1791.5127)" opacity="0.2" fill="#FFF6A3" width="5.845" height="9.52"/>
+
+ <rect x="644.815" y="776.376" transform="matrix(-0.7072 -0.707 0.707 -0.7072 553.5296 1791.5127)" opacity="0.4" fill="#FFF8B9" width="5.845" height="9.52"/>
+
+ <rect x="644.815" y="776.376" transform="matrix(-0.7072 -0.707 0.707 -0.7072 553.5296 1791.5127)" opacity="0.4" fill="#FFF8B9" width="5.845" height="9.52"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M588.183,719.648l-17.031-17.031c-6.998,8.861-12.149,18.702-15.451,29.008l10.253,10.254
+ L588.183,719.648z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M588.183,719.648l-17.031-17.031c-6.998,8.861-12.149,18.702-15.451,29.008l10.253,10.254
+ L588.183,719.648z"/>
+
+ <rect x="576.16" y="717.237" transform="matrix(0.707 0.7072 -0.7072 0.707 688.0427 -194.9085)" opacity="0.4" fill="#FFF8B9" width="6.2" height="31.438"/>
+
+ <rect x="576.16" y="717.237" transform="matrix(0.707 0.7072 -0.7072 0.707 688.0427 -194.9085)" opacity="0.5" fill="#D1E4B7" width="6.2" height="31.438"/>
+
+ <rect x="576.16" y="717.237" transform="matrix(0.707 0.7072 -0.7072 0.707 688.0427 -194.9085)" opacity="0.4" fill="#FFF8B9" width="6.2" height="31.438"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M580.093,744.646l16.544-16.544l-4.07-4.069l-22.229,22.229l38.241,38.24
+ c0.401,0.4,1.077,0.377,1.509-0.057l4.121-4.121l-34.115-34.112C579.661,745.779,579.661,745.078,580.093,744.646z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M580.093,744.646l16.544-16.544l-4.07-4.069l-22.229,22.229l38.241,38.24
+ c0.401,0.4,1.077,0.377,1.509-0.057l4.121-4.121l-34.115-34.112C579.661,745.779,579.661,745.078,580.093,744.646z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M580.093,744.646l16.544-16.544l-4.07-4.069l-22.229,22.229l38.241,38.24
+ c0.401,0.4,1.077,0.377,1.509-0.057l4.121-4.121l-34.115-34.112C579.661,745.779,579.661,745.078,580.093,744.646z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M580.093,744.646l16.544-16.544l-4.07-4.069l-22.229,22.229l38.241,38.24
+ c0.401,0.4,1.077,0.377,1.509-0.057l4.121-4.121l-34.115-34.112C579.661,745.779,579.661,745.078,580.093,744.646z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M630.752,763.781c0.433-0.434,0.457-1.107,0.056-1.51l-34.171-34.169l-16.544,16.544
+ c-0.432,0.432-0.432,1.133,0,1.565l34.115,34.112l6.549-6.549L630.752,763.781z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M630.752,763.781c0.433-0.434,0.457-1.107,0.056-1.51l-34.171-34.169l-16.544,16.544
+ c-0.432,0.432-0.432,1.133,0,1.565l34.115,34.112l6.549-6.549L630.752,763.781z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M630.752,763.781c0.433-0.434,0.457-1.107,0.056-1.51l-34.171-34.169l-16.544,16.544
+ c-0.432,0.432-0.432,1.133,0,1.565l34.115,34.112l6.549-6.549L630.752,763.781z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M630.752,763.781c0.433-0.434,0.457-1.107,0.056-1.51l-34.171-34.169l-16.544,16.544
+ c-0.432,0.432-0.432,1.133,0,1.565l34.115,34.112l6.549-6.549L630.752,763.781z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M630.752,763.781c0.433-0.434,0.457-1.107,0.056-1.51l-34.171-34.169l-16.544,16.544
+ c-0.432,0.432-0.432,1.133,0,1.565l34.115,34.112l6.549-6.549L630.752,763.781z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.215,744.333l0.102-0.102L672.085,740c-0.053-0.053-0.177-0.012-0.277,0.09
+ l-6.024,6.023l4.326,4.324L676.215,744.333z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.215,744.333l0.102-0.102L672.085,740c-0.053-0.053-0.177-0.012-0.277,0.09
+ l-6.024,6.023l4.326,4.324L676.215,744.333z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.215,744.333l0.102-0.102L672.085,740c-0.053-0.053-0.177-0.012-0.277,0.09
+ l-6.024,6.023l4.326,4.324L676.215,744.333z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M676.215,744.333l0.102-0.102L672.085,740c-0.053-0.053-0.177-0.012-0.277,0.09
+ l-6.024,6.023l4.326,4.324L676.215,744.333z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.327,744.242l-0.011-0.011l-0.102,0.102
+ C676.249,744.299,676.289,744.271,676.327,744.242z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.327,744.242l-0.011-0.011l-0.102,0.102
+ C676.249,744.299,676.289,744.271,676.327,744.242z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M676.327,744.242l-0.011-0.011l-0.102,0.102
+ C676.249,744.299,676.289,744.271,676.327,744.242z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.327,744.242l-0.011-0.011l-0.102,0.102
+ C676.249,744.299,676.289,744.271,676.327,744.242z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M676.327,744.242l-0.011-0.011l-0.102,0.102
+ C676.249,744.299,676.289,744.271,676.327,744.242z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M670.109,750.438l0.408,0.408l6.207-6.206l-0.397-0.397
+ c-0.038,0.029-0.078,0.057-0.112,0.091L670.109,750.438z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M670.109,750.438l0.408,0.408l6.207-6.206l-0.397-0.397
+ c-0.038,0.029-0.078,0.057-0.112,0.091L670.109,750.438z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M670.109,750.438l0.408,0.408l6.207-6.206l-0.397-0.397
+ c-0.038,0.029-0.078,0.057-0.112,0.091L670.109,750.438z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M670.109,750.438l0.408,0.408l6.207-6.206l-0.397-0.397
+ c-0.038,0.029-0.078,0.057-0.112,0.091L670.109,750.438z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M670.109,750.438l0.408,0.408l6.207-6.206l-0.397-0.397
+ c-0.038,0.029-0.078,0.057-0.112,0.091L670.109,750.438z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M670.109,750.438l0.408,0.408l6.207-6.206l-0.397-0.397
+ c-0.038,0.029-0.078,0.057-0.112,0.091L670.109,750.438z"/>
+
+ <rect x="672.987" y="748.576" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1687.7522 803.7526)" opacity="0.4" fill="#FFF8B9" width="8.779" height="5.845"/>
+
+ <rect x="672.987" y="748.576" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1687.7522 803.7526)" opacity="0.4" fill="#FFF8B9" width="8.779" height="5.845"/>
+
+ <rect x="672.987" y="748.576" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1687.7522 803.7526)" opacity="0.4" fill="#FFF8B9" width="8.779" height="5.845"/>
+
+ <rect x="672.987" y="748.576" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1687.7522 803.7526)" opacity="0.5" fill="#D1E4B7" width="8.779" height="5.845"/>
+
+ <rect x="672.987" y="748.576" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1687.7522 803.7526)" opacity="0.4" fill="#FFF8B9" width="8.779" height="5.845"/>
+
+ <rect x="672.987" y="748.576" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1687.7522 803.7526)" opacity="0.2" fill="#FFF6A3" width="8.779" height="5.845"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M664.383,752.836l-4.861,4.861l1.665,1.662l8.923-8.922l-4.326-4.324l-3.913,3.914
+ l2.487,2.488C664.454,752.611,664.465,752.754,664.383,752.836z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M664.383,752.836l-4.861,4.861l1.665,1.662l8.923-8.922l-4.326-4.324l-3.913,3.914
+ l2.487,2.488C664.454,752.611,664.465,752.754,664.383,752.836z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M664.383,752.836l-4.861,4.861l1.665,1.662l8.923-8.922l-4.326-4.324l-3.913,3.914
+ l2.487,2.488C664.454,752.611,664.465,752.754,664.383,752.836z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M664.383,752.836l-4.861,4.861l1.665,1.662l8.923-8.922l-4.326-4.324l-3.913,3.914
+ l2.487,2.488C664.454,752.611,664.465,752.754,664.383,752.836z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M664.383,752.836l-4.861,4.861l1.665,1.662l8.923-8.922l-4.326-4.324l-3.913,3.914
+ l2.487,2.488C664.454,752.611,664.465,752.754,664.383,752.836z"/>
+
+ <rect x="665.563" y="748.793" transform="matrix(0.7071 0.7071 -0.7071 0.7071 728.9617 -249.6641)" opacity="0.4" fill="#FFF8B9" width="0.577" height="12.618"/>
+
+ <rect x="665.563" y="748.793" transform="matrix(0.7071 0.7071 -0.7071 0.7071 728.9617 -249.6641)" opacity="0.4" fill="#FFF8B9" width="0.577" height="12.618"/>
+
+ <rect x="665.563" y="748.793" transform="matrix(0.7071 0.7071 -0.7071 0.7071 728.9617 -249.6641)" opacity="0.4" fill="#FFF8B9" width="0.577" height="12.618"/>
+
+ <rect x="665.563" y="748.793" transform="matrix(0.7071 0.7071 -0.7071 0.7071 728.9617 -249.6641)" opacity="0.5" fill="#D1E4B7" width="0.577" height="12.618"/>
+
+ <rect x="665.563" y="748.793" transform="matrix(0.7071 0.7071 -0.7071 0.7071 728.9617 -249.6641)" opacity="0.4" fill="#FFF8B9" width="0.577" height="12.618"/>
+
+ <rect x="665.563" y="748.793" transform="matrix(0.7071 0.7071 -0.7071 0.7071 728.9617 -249.6641)" opacity="0.4" fill="#FFF8B9" width="0.577" height="12.618"/>
+
+ <rect x="665.563" y="748.793" transform="matrix(0.7071 0.7071 -0.7071 0.7071 728.9617 -249.6641)" opacity="0.2" fill="#FFF6A3" width="0.577" height="12.618"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M666.822,764.996l4.228-4.229c0.366-0.365,0.925-0.418,1.352-0.162l3.938-3.936
+ l-4.134-4.135l-8.923,8.922L666.822,764.996z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M666.822,764.996l4.228-4.229c0.366-0.365,0.925-0.418,1.352-0.162l3.938-3.936
+ l-4.134-4.135l-8.923,8.922L666.822,764.996z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M666.822,764.996l4.228-4.229c0.366-0.365,0.925-0.418,1.352-0.162l3.938-3.936
+ l-4.134-4.135l-8.923,8.922L666.822,764.996z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M666.822,764.996l4.228-4.229c0.366-0.365,0.925-0.418,1.352-0.162l3.938-3.936
+ l-4.134-4.135l-8.923,8.922L666.822,764.996z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M666.822,764.996l4.228-4.229c0.366-0.365,0.925-0.418,1.352-0.162l3.938-3.936
+ l-4.134-4.135l-8.923,8.922L666.822,764.996z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M666.822,764.996l4.228-4.229c0.366-0.365,0.925-0.418,1.352-0.162l3.938-3.936
+ l-4.134-4.135l-8.923,8.922L666.822,764.996z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M666.822,764.996l4.228-4.229c0.366-0.365,0.925-0.418,1.352-0.162l3.938-3.936
+ l-4.134-4.135l-8.923,8.922L666.822,764.996z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M656.954,755.129l2.567,2.568l4.861-4.861c0.082-0.082,0.071-0.225-0.025-0.32l-2.487-2.488
+ l-4.826,4.824C656.942,754.953,656.902,755.078,656.954,755.129z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M656.954,755.129l2.567,2.568l4.861-4.861c0.082-0.082,0.071-0.225-0.025-0.32l-2.487-2.488
+ l-4.826,4.824C656.942,754.953,656.902,755.078,656.954,755.129z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M656.954,755.129l2.567,2.568l4.861-4.861c0.082-0.082,0.071-0.225-0.025-0.32l-2.487-2.488
+ l-4.826,4.824C656.942,754.953,656.902,755.078,656.954,755.129z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M656.954,755.129l2.567,2.568l4.861-4.861c0.082-0.082,0.071-0.225-0.025-0.32l-2.487-2.488
+ l-4.826,4.824C656.942,754.953,656.902,755.078,656.954,755.129z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M656.954,755.129l2.567,2.568l4.861-4.861c0.082-0.082,0.071-0.225-0.025-0.32l-2.487-2.488
+ l-4.826,4.824C656.942,754.953,656.902,755.078,656.954,755.129z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M656.954,755.129l2.567,2.568l4.861-4.861c0.082-0.082,0.071-0.225-0.025-0.32l-2.487-2.488
+ l-4.826,4.824C656.942,754.953,656.902,755.078,656.954,755.129z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M671.05,760.768l-4.228,4.229l0.595,0.594l4.984-4.984
+ C671.975,760.35,671.416,760.402,671.05,760.768z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M671.05,760.768l-4.228,4.229l0.595,0.594l4.984-4.984
+ C671.975,760.35,671.416,760.402,671.05,760.768z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M671.05,760.768l-4.228,4.229l0.595,0.594l4.984-4.984
+ C671.975,760.35,671.416,760.402,671.05,760.768z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M671.05,760.768l-4.228,4.229l0.595,0.594l4.984-4.984
+ C671.975,760.35,671.416,760.402,671.05,760.768z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M671.05,760.768l-4.228,4.229l0.595,0.594l4.984-4.984
+ C671.975,760.35,671.416,760.402,671.05,760.768z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M671.05,760.768l-4.228,4.229l0.595,0.594l4.984-4.984
+ C671.975,760.35,671.416,760.402,671.05,760.768z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M671.05,760.768l-4.228,4.229l0.595,0.594l4.984-4.984
+ C671.975,760.35,671.416,760.402,671.05,760.768z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M671.05,760.768l-4.228,4.229l0.595,0.594l4.984-4.984
+ C671.975,760.35,671.416,760.402,671.05,760.768z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M698.101,709.93c0.34-0.34,0.603-0.627,0.587-0.643l-2.455-2.456
+ c-0.016-0.015-0.303,0.247-0.643,0.587l-5.131,5.132l2.511,2.511L698.101,709.93z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M698.101,709.93c0.34-0.34,0.603-0.627,0.587-0.643l-2.455-2.456
+ c-0.016-0.015-0.303,0.247-0.643,0.587l-5.131,5.132l2.511,2.511L698.101,709.93z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M698.101,709.93c0.34-0.34,0.603-0.627,0.587-0.643l-2.455-2.456
+ c-0.016-0.015-0.303,0.247-0.643,0.587l-5.131,5.132l2.511,2.511L698.101,709.93z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M618.761,788.322l1.723-1.723l-2.039-2.039l-9.201,9.203
+ c-0.34,0.34-0.603,0.627-0.587,0.643l2.455,2.455c0.016,0.016,0.303-0.248,0.643-0.586l6.82-6.822
+ C618.431,789.029,618.484,788.598,618.761,788.322z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M618.761,788.322l1.723-1.723l-2.039-2.039l-9.201,9.203
+ c-0.34,0.34-0.603,0.627-0.587,0.643l2.455,2.455c0.016,0.016,0.303-0.248,0.643-0.586l6.82-6.822
+ C618.431,789.029,618.484,788.598,618.761,788.322z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M618.761,788.322l1.723-1.723l-2.039-2.039l-9.201,9.203
+ c-0.34,0.34-0.603,0.627-0.587,0.643l2.455,2.455c0.016,0.016,0.303-0.248,0.643-0.586l6.82-6.822
+ C618.431,789.029,618.484,788.598,618.761,788.322z"/>
+
+ <rect x="621.128" y="778.082" transform="matrix(0.7069 0.7073 -0.7073 0.7069 735.8774 -211.0143)" opacity="0.4" fill="#FFF8B9" width="2.883" height="8.784"/>
+
+ <rect x="621.128" y="778.082" transform="matrix(0.7069 0.7073 -0.7073 0.7069 735.8774 -211.0143)" opacity="0.4" fill="#FFF8B9" width="2.883" height="8.784"/>
+
+ <rect x="621.128" y="778.082" transform="matrix(0.7069 0.7073 -0.7073 0.7069 735.8774 -211.0143)" opacity="0.5" fill="#D1E4B7" width="2.883" height="8.784"/>
+
+ <rect x="621.128" y="778.082" transform="matrix(0.7069 0.7073 -0.7073 0.7069 735.8774 -211.0143)" opacity="0.4" fill="#FFF8B9" width="2.883" height="8.784"/>
+
+ <rect x="667.903" y="721.893" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1675.7024 753.2616)" opacity="0.4" fill="#FFF8B9" width="27.897" height="3.551"/>
+
+ <rect x="667.903" y="721.893" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1675.7024 753.2616)" opacity="0.4" fill="#FFF8B9" width="27.897" height="3.551"/>
+
+ <rect x="667.903" y="721.893" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1675.7024 753.2616)" opacity="0.4" fill="#FFF8B9" width="27.897" height="3.551"/>
+
+ <rect x="667.903" y="721.893" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1675.7024 753.2616)" opacity="0.4" fill="#FFF8B9" width="27.897" height="3.551"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M640.557,767.471l5.447-5.447l-0.473-0.473c-0.432-0.432-0.433-1.133,0-1.564l0.939-0.94
+ l-1.255-1.253l-20.56,20.557l2.038,2.039l12.731-12.732C639.702,767.381,640.134,767.326,640.557,767.471z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M640.557,767.471l5.447-5.447l-0.473-0.473c-0.432-0.432-0.433-1.133,0-1.564l0.939-0.94
+ l-1.255-1.253l-20.56,20.557l2.038,2.039l12.731-12.732C639.702,767.381,640.134,767.326,640.557,767.471z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M640.557,767.471l5.447-5.447l-0.473-0.473c-0.432-0.432-0.433-1.133,0-1.564l0.939-0.94
+ l-1.255-1.253l-20.56,20.557l2.038,2.039l12.731-12.732C639.702,767.381,640.134,767.326,640.557,767.471z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M640.557,767.471l5.447-5.447l-0.473-0.473c-0.432-0.432-0.433-1.133,0-1.564l0.939-0.94
+ l-1.255-1.253l-20.56,20.557l2.038,2.039l12.731-12.732C639.702,767.381,640.134,767.326,640.557,767.471z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M640.557,767.471l5.447-5.447l-0.473-0.473c-0.432-0.432-0.433-1.133,0-1.564l0.939-0.94
+ l-1.255-1.253l-20.56,20.557l2.038,2.039l12.731-12.732C639.702,767.381,640.134,767.326,640.557,767.471z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M646.471,759.046l-0.939,0.94c-0.433,0.432-0.432,1.133,0,1.564l0.473,0.473l1.723-1.723
+ L646.471,759.046z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M646.471,759.046l-0.939,0.94c-0.433,0.432-0.432,1.133,0,1.564l0.473,0.473l1.723-1.723
+ L646.471,759.046z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M646.471,759.046l-0.939,0.94c-0.433,0.432-0.432,1.133,0,1.564l0.473,0.473l1.723-1.723
+ L646.471,759.046z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M646.471,759.046l-0.939,0.94c-0.433,0.432-0.432,1.133,0,1.564l0.473,0.473l1.723-1.723
+ L646.471,759.046z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M646.471,759.046l-0.939,0.94c-0.433,0.432-0.432,1.133,0,1.564l0.473,0.473l1.723-1.723
+ L646.471,759.046z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M646.471,759.046l-0.939,0.94c-0.433,0.432-0.432,1.133,0,1.564l0.473,0.473l1.723-1.723
+ L646.471,759.046z"/>
+
+ <rect x="645.162" y="755.889" transform="matrix(0.707 -0.7072 0.7072 0.707 -345.4884 679.644)" opacity="0.4" fill="#FFF8B9" width="4.648" height="1.773"/>
+
+ <rect x="645.162" y="755.889" transform="matrix(0.707 -0.7072 0.7072 0.707 -345.4884 679.644)" opacity="0.4" fill="#FFF8B9" width="4.648" height="1.773"/>
+
+ <rect x="645.162" y="755.889" transform="matrix(0.707 -0.7072 0.7072 0.707 -345.4884 679.644)" opacity="0.5" fill="#D1E4B7" width="4.648" height="1.773"/>
+
+ <rect x="645.162" y="755.889" transform="matrix(0.707 -0.7072 0.7072 0.707 -345.4884 679.644)" opacity="0.2" fill="#FFF6A3" width="4.648" height="1.773"/>
+
+ <rect x="645.162" y="755.889" transform="matrix(0.707 -0.7072 0.7072 0.707 -345.4884 679.644)" opacity="0.4" fill="#FFF6A3" width="4.648" height="1.773"/>
+
+ <rect x="645.162" y="755.889" transform="matrix(0.707 -0.7072 0.7072 0.707 -345.4884 679.644)" opacity="0.4" fill="#FFF8B9" width="4.648" height="1.773"/>
+
+ <rect x="647.855" y="755.707" transform="matrix(0.7074 0.7068 -0.7068 0.7074 725.6335 -236.7375)" opacity="0.4" fill="#FFF8B9" width="1.774" height="4.647"/>
+
+ <rect x="647.855" y="755.707" transform="matrix(0.7074 0.7068 -0.7068 0.7074 725.6335 -236.7375)" opacity="0.4" fill="#FFF8B9" width="1.774" height="4.647"/>
+
+ <rect x="647.855" y="755.707" transform="matrix(0.7074 0.7068 -0.7068 0.7074 725.6335 -236.7375)" opacity="0.5" fill="#D1E4B7" width="1.774" height="4.647"/>
+
+ <rect x="647.855" y="755.707" transform="matrix(0.7074 0.7068 -0.7068 0.7074 725.6335 -236.7375)" opacity="0.4" fill="#FFF8B9" width="1.774" height="4.647"/>
+
+ <rect x="647.855" y="755.707" transform="matrix(0.7074 0.7068 -0.7068 0.7074 725.6335 -236.7375)" opacity="0.2" fill="#FFF6A3" width="1.774" height="4.647"/>
+
+ <rect x="647.855" y="755.707" transform="matrix(0.7074 0.7068 -0.7068 0.7074 725.6335 -236.7375)" opacity="0.4" fill="#FFF6A3" width="1.774" height="4.647"/>
+
+ <rect x="647.855" y="755.707" transform="matrix(0.7074 0.7068 -0.7068 0.7074 725.6335 -236.7375)" opacity="0.4" fill="#FFF8B9" width="1.774" height="4.647"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.681,746.838l3.131-3.131c0.434-0.433,1.134-0.432,1.566,0l0.473,0.473l6.889-6.889
+ l-2.511-2.512l-10.803,10.803L658.681,746.838z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.681,746.838l3.131-3.131c0.434-0.433,1.134-0.432,1.566,0l0.473,0.473l6.889-6.889
+ l-2.511-2.512l-10.803,10.803L658.681,746.838z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.681,746.838l3.131-3.131c0.434-0.433,1.134-0.432,1.566,0l0.473,0.473l6.889-6.889
+ l-2.511-2.512l-10.803,10.803L658.681,746.838z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.681,746.838l3.131-3.131c0.434-0.433,1.134-0.432,1.566,0l0.473,0.473l6.889-6.889
+ l-2.511-2.512l-10.803,10.803L658.681,746.838z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M663.851,744.18l-0.473-0.473c-0.433-0.432-1.133-0.433-1.566,0l-3.131,3.131l1.256,1.256
+ L663.851,744.18z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M663.851,744.18l-0.473-0.473c-0.433-0.432-1.133-0.433-1.566,0l-3.131,3.131l1.256,1.256
+ L663.851,744.18z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M663.851,744.18l-0.473-0.473c-0.433-0.432-1.133-0.433-1.566,0l-3.131,3.131l1.256,1.256
+ L663.851,744.18z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M663.851,744.18l-0.473-0.473c-0.433-0.432-1.133-0.433-1.566,0l-3.131,3.131l1.256,1.256
+ L663.851,744.18z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M663.851,744.18l-0.473-0.473c-0.433-0.432-1.133-0.433-1.566,0l-3.131,3.131l1.256,1.256
+ L663.851,744.18z"/>
+
+ <rect x="668.96" y="733.012" transform="matrix(0.7071 0.7071 -0.7071 0.7071 716.0238 -259.069)" opacity="0.4" fill="#FFF8B9" width="3.551" height="3.541"/>
+
+ <rect x="668.96" y="733.012" transform="matrix(0.7071 0.7071 -0.7071 0.7071 716.0238 -259.069)" opacity="0.4" fill="#FFF8B9" width="3.551" height="3.541"/>
+
+ <rect x="668.96" y="733.012" transform="matrix(0.7071 0.7071 -0.7071 0.7071 716.0238 -259.069)" opacity="0.4" fill="#FFF8B9" width="3.551" height="3.541"/>
+
+ <rect x="668.96" y="733.012" transform="matrix(0.7071 0.7071 -0.7071 0.7071 716.0238 -259.069)" opacity="0.4" fill="#FFF8B9" width="3.551" height="3.541"/>
+
+ <rect x="668.96" y="733.012" transform="matrix(0.7071 0.7071 -0.7071 0.7071 716.0238 -259.069)" opacity="0.4" fill="#FFF8B9" width="3.551" height="3.541"/>
+
+ <rect x="652.007" y="747.827" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1648.5195 814.4963)" opacity="0.4" fill="#FFF8B9" width="7.084" height="1.775"/>
+
+ <rect x="652.007" y="747.827" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1648.5195 814.4963)" opacity="0.4" fill="#FFF8B9" width="7.084" height="1.775"/>
+
+ <rect x="652.007" y="747.827" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1648.5195 814.4963)" opacity="0.4" fill="#FFF6A3" width="7.084" height="1.775"/>
+
+ <rect x="652.007" y="747.827" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1648.5195 814.4963)" opacity="0.4" fill="#FFF8B9" width="7.084" height="1.775"/>
+
+ <rect x="652.007" y="747.827" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1648.5195 814.4963)" opacity="0.4" fill="#FFF8B9" width="7.084" height="1.775"/>
+
+ <rect x="653.262" y="749.082" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1651.5298 816.0421)" opacity="0.4" fill="#FFF8B9" width="7.083" height="1.776"/>
+
+ <rect x="653.262" y="749.082" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1651.5298 816.0421)" opacity="0.4" fill="#FFF8B9" width="7.083" height="1.776"/>
+
+ <rect x="653.262" y="749.082" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1651.5298 816.0421)" opacity="0.4" fill="#FFF8B9" width="7.083" height="1.776"/>
+
+ <rect x="653.262" y="749.082" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1651.5298 816.0421)" opacity="0.4" fill="#FFF6A3" width="7.083" height="1.776"/>
+
+ <rect x="653.262" y="749.082" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1651.5298 816.0421)" opacity="0.4" fill="#FFF8B9" width="7.083" height="1.776"/>
+
+ <rect x="653.262" y="749.082" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1651.5298 816.0421)" opacity="0.4" fill="#FFF8B9" width="7.083" height="1.776"/>
+
+ <rect x="648.319" y="752.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1644.0513 825.3651)" opacity="0.4" fill="#FFF8B9" width="5.535" height="1.776"/>
+
+ <rect x="648.319" y="752.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1644.0513 825.3651)" opacity="0.4" fill="#FFF8B9" width="5.535" height="1.776"/>
+
+ <rect x="648.319" y="752.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1644.0513 825.3651)" opacity="0.2" fill="#FFF6A3" width="5.535" height="1.776"/>
+
+ <rect x="648.319" y="752.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1644.0513 825.3651)" opacity="0.4" fill="#FFF6A3" width="5.535" height="1.776"/>
+
+ <rect x="648.319" y="752.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1644.0513 825.3651)" opacity="0.4" fill="#FFF8B9" width="5.535" height="1.776"/>
+
+ <rect x="648.319" y="752.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1644.0513 825.3651)" opacity="0.4" fill="#FFF8B9" width="5.535" height="1.776"/>
+
+ <rect x="649.575" y="753.545" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1647.0817 826.6198)" opacity="0.4" fill="#FFF8B9" width="5.535" height="1.774"/>
+
+ <rect x="649.575" y="753.545" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1647.0817 826.6198)" opacity="0.4" fill="#FFF8B9" width="5.535" height="1.774"/>
+
+ <rect x="649.575" y="753.545" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1647.0817 826.6198)" opacity="0.4" fill="#FFF8B9" width="5.535" height="1.774"/>
+
+ <rect x="649.575" y="753.545" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1647.0817 826.6198)" opacity="0.2" fill="#FFF6A3" width="5.535" height="1.774"/>
+
+ <rect x="649.575" y="753.545" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1647.0817 826.6198)" opacity="0.4" fill="#FFF6A3" width="5.535" height="1.774"/>
+
+ <rect x="649.575" y="753.545" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1647.0817 826.6198)" opacity="0.4" fill="#FFF8B9" width="5.535" height="1.774"/>
+
+ <rect x="649.575" y="753.545" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1647.0817 826.6198)" opacity="0.4" fill="#FFF8B9" width="5.535" height="1.774"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M620.483,786.6l-1.723,1.723c-0.276,0.275-0.33,0.707-0.187,1.131l2.382-2.381
+ L620.483,786.6z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M620.483,786.6l-1.723,1.723c-0.276,0.275-0.33,0.707-0.187,1.131l2.382-2.381
+ L620.483,786.6z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M620.483,786.6l-1.723,1.723c-0.276,0.275-0.33,0.707-0.187,1.131l2.382-2.381
+ L620.483,786.6z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M620.483,786.6l-1.723,1.723c-0.276,0.275-0.33,0.707-0.187,1.131l2.382-2.381
+ L620.483,786.6z"/>
+
+ <rect x="619.433" y="783.396" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -371.4669 670.6604)" opacity="0.4" fill="#FFF8B9" width="8.784" height="0.668"/>
+
+ <rect x="619.433" y="783.396" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -371.4669 670.6604)" opacity="0.4" fill="#FFF8B9" width="8.784" height="0.668"/>
+
+ <rect x="619.433" y="783.396" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -371.4669 670.6604)" opacity="0.5" fill="#D1E4B7" width="8.784" height="0.668"/>
+
+ <rect x="619.433" y="783.396" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -371.4669 670.6604)" opacity="0.4" fill="#FFF8B9" width="8.784" height="0.668"/>
+
+ <rect x="619.433" y="783.396" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -371.4669 670.6604)" opacity="0.4" fill="#FFF8B9" width="8.784" height="0.668"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M640.557,767.471c-0.423-0.145-0.854-0.09-1.131,0.186l-12.731,12.732l0.473,0.473
+ L640.557,767.471z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M640.557,767.471c-0.423-0.145-0.854-0.09-1.131,0.186l-12.731,12.732l0.473,0.473
+ L640.557,767.471z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M640.557,767.471c-0.423-0.145-0.854-0.09-1.131,0.186l-12.731,12.732l0.473,0.473
+ L640.557,767.471z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M640.557,767.471c-0.423-0.145-0.854-0.09-1.131,0.186l-12.731,12.732l0.473,0.473
+ L640.557,767.471z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M640.557,767.471c-0.423-0.145-0.854-0.09-1.131,0.186l-12.731,12.732l0.473,0.473
+ L640.557,767.471z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M640.557,767.471c-0.423-0.145-0.854-0.09-1.131,0.186l-12.731,12.732l0.473,0.473
+ L640.557,767.471z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M616.15,806.9c-0.287,0.287-0.717,0.324-0.959,0.082l-0.405-0.406l-5.793,5.793l1.688,1.689
+ l16.126-16.125l-0.845-0.846L616.15,806.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M616.15,806.9c-0.287,0.287-0.717,0.324-0.959,0.082l-0.405-0.406l-5.793,5.793l1.688,1.689
+ l16.126-16.125l-0.845-0.846L616.15,806.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M616.15,806.9c-0.287,0.287-0.717,0.324-0.959,0.082l-0.405-0.406l-5.793,5.793l1.688,1.689
+ l16.126-16.125l-0.845-0.846L616.15,806.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M614.786,806.576l0.405,0.406c0.242,0.242,0.672,0.205,0.959-0.082l9.813-9.813
+ l-0.845-0.844L614.786,806.576z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M614.786,806.576l0.405,0.406c0.242,0.242,0.672,0.205,0.959-0.082l9.813-9.813
+ l-0.845-0.844L614.786,806.576z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M614.786,806.576l0.405,0.406c0.242,0.242,0.672,0.205,0.959-0.082l9.813-9.813
+ l-0.845-0.844L614.786,806.576z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M614.786,806.576l0.405,0.406c0.242,0.242,0.672,0.205,0.959-0.082l9.813-9.813
+ l-0.845-0.844L614.786,806.576z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M686.342,738.4c0.4-0.4,0.715-0.732,0.705-0.742l-1.652-1.652
+ c-0.01-0.01-0.342,0.305-0.742,0.705l-4.742,4.742l1.689,1.689L686.342,738.4z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M686.342,738.4c0.4-0.4,0.715-0.732,0.705-0.742l-1.652-1.652
+ c-0.01-0.01-0.342,0.305-0.742,0.705l-4.742,4.742l1.689,1.689L686.342,738.4z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M686.342,738.4c0.4-0.4,0.715-0.732,0.705-0.742l-1.652-1.652
+ c-0.01-0.01-0.342,0.305-0.742,0.705l-4.742,4.742l1.689,1.689L686.342,738.4z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M686.342,738.4c0.4-0.4,0.715-0.732,0.705-0.742l-1.652-1.652
+ c-0.01-0.01-0.342,0.305-0.742,0.705l-4.742,4.742l1.689,1.689L686.342,738.4z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M686.342,738.4c0.4-0.4,0.715-0.732,0.705-0.742l-1.652-1.652
+ c-0.01-0.01-0.342,0.305-0.742,0.705l-4.742,4.742l1.689,1.689L686.342,738.4z"/>
+
+ <rect x="646.355" y="771.307" transform="matrix(0.7072 -0.707 0.707 0.7072 -355.0828 685.5671)" opacity="0.4" fill="#FFF8B9" width="7.528" height="0.309"/>
+
+ <rect x="646.355" y="771.307" transform="matrix(0.7072 -0.707 0.707 0.7072 -355.0828 685.5671)" opacity="0.4" fill="#FFF8B9" width="7.528" height="0.309"/>
+
+ <rect x="646.355" y="771.307" transform="matrix(0.7072 -0.707 0.707 0.7072 -355.0828 685.5671)" opacity="0.4" fill="#FFF8B9" width="7.528" height="0.309"/>
+
+ <rect x="646.355" y="771.307" transform="matrix(0.7072 -0.707 0.707 0.7072 -355.0828 685.5671)" opacity="0.5" fill="#D1E4B7" width="7.528" height="0.309"/>
+
+ <rect x="646.355" y="771.307" transform="matrix(0.7072 -0.707 0.707 0.7072 -355.0828 685.5671)" opacity="0.2" fill="#FFF6A3" width="7.528" height="0.309"/>
+
+ <rect x="646.355" y="771.307" transform="matrix(0.7072 -0.707 0.707 0.7072 -355.0828 685.5671)" opacity="0.4" fill="#FFF8B9" width="7.528" height="0.309"/>
+
+ <rect x="651.743" y="766.141" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -349.9238 687.7991)" opacity="0.4" fill="#FFF8B9" width="7.085" height="0.308"/>
+
+ <rect x="651.743" y="766.141" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -349.9238 687.7991)" opacity="0.4" fill="#FFF8B9" width="7.085" height="0.308"/>
+
+ <rect x="651.743" y="766.141" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -349.9238 687.7991)" opacity="0.4" fill="#FFF8B9" width="7.085" height="0.308"/>
+
+ <rect x="651.743" y="766.141" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -349.9238 687.7991)" opacity="0.5" fill="#D1E4B7" width="7.085" height="0.308"/>
+
+ <rect x="651.743" y="766.141" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -349.9238 687.7991)" opacity="0.4" fill="#FFF8B9" width="7.085" height="0.308"/>
+
+ <rect x="651.743" y="766.141" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -349.9238 687.7991)" opacity="0.2" fill="#FFF6A3" width="7.085" height="0.308"/>
+
+ <rect x="651.743" y="766.141" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -349.9238 687.7991)" opacity="0.4" fill="#FFF8B9" width="7.085" height="0.308"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M598.565,823.547l-0.375-0.375l-10.489,10.488c0.642,0.49,1.287,0.973,1.937,1.441
+ l10.242-10.24L598.565,823.547z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M598.565,823.547l-0.375-0.375l-10.489,10.488c0.642,0.49,1.287,0.973,1.937,1.441
+ l10.242-10.24L598.565,823.547z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M598.19,823.172l0.375,0.375c-0.137-0.137-0.225-0.303-0.275-0.475L598.19,823.172z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M598.19,823.172l0.375,0.375c-0.137-0.137-0.225-0.303-0.275-0.475L598.19,823.172z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M598.19,823.172l0.375,0.375c-0.137-0.137-0.225-0.303-0.275-0.475L598.19,823.172z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M598.29,823.072c0.051,0.172,0.139,0.338,0.275,0.475l1.314,1.314l10.802-10.803
+ l-1.688-1.689L598.29,823.072z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M598.29,823.072c0.051,0.172,0.139,0.338,0.275,0.475l1.314,1.314l10.802-10.803
+ l-1.688-1.689L598.29,823.072z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M598.29,823.072c0.051,0.172,0.139,0.338,0.275,0.475l1.314,1.314l10.802-10.803
+ l-1.688-1.689L598.29,823.072z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M598.29,823.072c0.051,0.172,0.139,0.338,0.275,0.475l1.314,1.314l10.802-10.803
+ l-1.688-1.689L598.29,823.072z"/>
+
+ <rect x="650.679" y="768.855" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 566.0565 1779.5148)" opacity="0.4" fill="#FFF8B9" width="1.194" height="7.529"/>
+
+ <rect x="650.679" y="768.855" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 566.0565 1779.5148)" opacity="0.4" fill="#FFF8B9" width="1.194" height="7.529"/>
+
+ <rect x="650.679" y="768.855" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 566.0565 1779.5148)" opacity="0.4" fill="#FFF8B9" width="1.194" height="7.529"/>
+
+ <rect x="650.679" y="768.855" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 566.0565 1779.5148)" opacity="0.2" fill="#FFF6A3" width="1.194" height="7.529"/>
+
+ <rect x="650.679" y="768.855" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 566.0565 1779.5148)" opacity="0.4" fill="#FFF8B9" width="1.194" height="7.529"/>
+
+ <rect x="650.679" y="768.855" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 566.0565 1779.5148)" opacity="0.4" fill="#FFF8B9" width="1.194" height="7.529"/>
+
+ <rect x="650.098" y="768.119" transform="matrix(0.7066 0.7077 -0.7077 0.7066 737.1272 -233.8552)" opacity="0.4" fill="#FFF8B9" width="0.886" height="7.529"/>
+
+ <rect x="650.098" y="768.119" transform="matrix(0.7066 0.7077 -0.7077 0.7066 737.1272 -233.8552)" opacity="0.4" fill="#FFF8B9" width="0.886" height="7.529"/>
+
+ <rect x="650.098" y="768.119" transform="matrix(0.7066 0.7077 -0.7077 0.7066 737.1272 -233.8552)" opacity="0.4" fill="#FFF8B9" width="0.886" height="7.529"/>
+
+ <rect x="650.098" y="768.119" transform="matrix(0.7066 0.7077 -0.7077 0.7066 737.1272 -233.8552)" opacity="0.5" fill="#D1E4B7" width="0.886" height="7.529"/>
+
+ <rect x="650.098" y="768.119" transform="matrix(0.7066 0.7077 -0.7077 0.7066 737.1272 -233.8552)" opacity="0.2" fill="#FFF6A3" width="0.886" height="7.529"/>
+
+ <rect x="650.098" y="768.119" transform="matrix(0.7066 0.7077 -0.7077 0.7066 737.1272 -233.8552)" opacity="0.4" fill="#FFF8B9" width="0.886" height="7.529"/>
+
+ <rect x="650.098" y="768.119" transform="matrix(0.7066 0.7077 -0.7077 0.7066 737.1272 -233.8552)" opacity="0.4" fill="#FFF8B9" width="0.886" height="7.529"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.086,764.086c0.243,0.244,0.206,0.672-0.082,0.961l-4.488,4.488l0.845,0.844
+ l5.009-5.008L658.086,764.086z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.086,764.086c0.243,0.244,0.206,0.672-0.082,0.961l-4.488,4.488l0.845,0.844
+ l5.009-5.008L658.086,764.086z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.086,764.086c0.243,0.244,0.206,0.672-0.082,0.961l-4.488,4.488l0.845,0.844
+ l5.009-5.008L658.086,764.086z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.086,764.086c0.243,0.244,0.206,0.672-0.082,0.961l-4.488,4.488l0.845,0.844
+ l5.009-5.008L658.086,764.086z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M658.086,764.086c0.243,0.244,0.206,0.672-0.082,0.961l-4.488,4.488l0.845,0.844
+ l5.009-5.008L658.086,764.086z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.086,764.086c0.243,0.244,0.206,0.672-0.082,0.961l-4.488,4.488l0.845,0.844
+ l5.009-5.008L658.086,764.086z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.086,764.086c0.243,0.244,0.206,0.672-0.082,0.961l-4.488,4.488l0.845,0.844
+ l5.009-5.008L658.086,764.086z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.898,763.9l-5.009,5.008l0.626,0.627l4.488-4.488c0.288-0.289,0.325-0.717,0.082-0.961
+ l-0.03-0.029L657.898,763.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.898,763.9l-5.009,5.008l0.626,0.627l4.488-4.488c0.288-0.289,0.325-0.717,0.082-0.961
+ l-0.03-0.029L657.898,763.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.898,763.9l-5.009,5.008l0.626,0.627l4.488-4.488c0.288-0.289,0.325-0.717,0.082-0.961
+ l-0.03-0.029L657.898,763.9z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M657.898,763.9l-5.009,5.008l0.626,0.627l4.488-4.488c0.288-0.289,0.325-0.717,0.082-0.961
+ l-0.03-0.029L657.898,763.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.898,763.9l-5.009,5.008l0.626,0.627l4.488-4.488c0.288-0.289,0.325-0.717,0.082-0.961
+ l-0.03-0.029L657.898,763.9z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M657.898,763.9l-5.009,5.008l0.626,0.627l4.488-4.488c0.288-0.289,0.325-0.717,0.082-0.961
+ l-0.03-0.029L657.898,763.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.898,763.9l-5.009,5.008l0.626,0.627l4.488-4.488c0.288-0.289,0.325-0.717,0.082-0.961
+ l-0.03-0.029L657.898,763.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.898,763.9l-5.009,5.008l0.626,0.627l4.488-4.488c0.288-0.289,0.325-0.717,0.082-0.961
+ l-0.03-0.029L657.898,763.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M677.781,744.333l-0.375-0.375l-0.1,0.099C677.479,744.108,677.645,744.196,677.781,744.333
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M677.781,744.333l-0.375-0.375l-0.1,0.099C677.479,744.108,677.645,744.196,677.781,744.333
+ z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M677.781,744.333l-0.375-0.375l-0.1,0.099C677.479,744.108,677.645,744.196,677.781,744.333
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M677.781,744.333l-0.375-0.375l-0.1,0.099C677.479,744.108,677.645,744.196,677.781,744.333
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M677.781,744.333l-0.375-0.375l-0.1,0.099C677.479,744.108,677.645,744.196,677.781,744.333
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.725,744.64l1.688,1.688l0.682-0.682l-1.313-1.313
+ c-0.137-0.137-0.302-0.225-0.475-0.276L676.725,744.64z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.725,744.64l1.688,1.688l0.682-0.682l-1.313-1.313
+ c-0.137-0.137-0.302-0.225-0.475-0.276L676.725,744.64z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.725,744.64l1.688,1.688l0.682-0.682l-1.313-1.313
+ c-0.137-0.137-0.302-0.225-0.475-0.276L676.725,744.64z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M676.725,744.64l1.688,1.688l0.682-0.682l-1.313-1.313
+ c-0.137-0.137-0.302-0.225-0.475-0.276L676.725,744.64z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.725,744.64l1.688,1.688l0.682-0.682l-1.313-1.313
+ c-0.137-0.137-0.302-0.225-0.475-0.276L676.725,744.64z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.725,744.64l1.688,1.688l0.682-0.682l-1.313-1.313
+ c-0.137-0.137-0.302-0.225-0.475-0.276L676.725,744.64z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="677.781,744.333 679.095,745.646 681.6,743.143 679.91,741.453 677.406,743.958
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="677.781,744.333 679.095,745.646 681.6,743.143 679.91,741.453 677.406,743.958
+ "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="677.781,744.333 679.095,745.646 681.6,743.143 679.91,741.453 677.406,743.958
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="677.781,744.333 679.095,745.646 681.6,743.143 679.91,741.453 677.406,743.958
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="677.781,744.333 679.095,745.646 681.6,743.143 679.91,741.453 677.406,743.958
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="677.781,744.333 679.095,745.646 681.6,743.143 679.91,741.453 677.406,743.958
+ "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.916,763.887c-0.063-0.096-0.105-0.199-0.137-0.305l-0.099,0.1l0.218,0.219
+ C657.904,763.895,657.911,763.891,657.916,763.887z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.916,763.887c-0.063-0.096-0.105-0.199-0.137-0.305l-0.099,0.1l0.218,0.219
+ C657.904,763.895,657.911,763.891,657.916,763.887z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.916,763.887c-0.063-0.096-0.105-0.199-0.137-0.305l-0.099,0.1l0.218,0.219
+ C657.904,763.895,657.911,763.891,657.916,763.887z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.916,763.887c-0.063-0.096-0.105-0.199-0.137-0.305l-0.099,0.1l0.218,0.219
+ C657.904,763.895,657.911,763.891,657.916,763.887z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M657.916,763.887c-0.063-0.096-0.105-0.199-0.137-0.305l-0.099,0.1l0.218,0.219
+ C657.904,763.895,657.911,763.891,657.916,763.887z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.916,763.887c-0.063-0.096-0.105-0.199-0.137-0.305l-0.099,0.1l0.218,0.219
+ C657.904,763.895,657.911,763.891,657.916,763.887z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.916,763.887c-0.063-0.096-0.105-0.199-0.137-0.305l-0.099,0.1l0.218,0.219
+ C657.904,763.895,657.911,763.891,657.916,763.887z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.465,763.9l0.688,0.688l3.131-3.131l-1.689-1.689l-3.814,3.814
+ c0.031,0.105,0.074,0.209,0.137,0.305C658.35,763.469,659.037,763.473,659.465,763.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.465,763.9l0.688,0.688l3.131-3.131l-1.689-1.689l-3.814,3.814
+ c0.031,0.105,0.074,0.209,0.137,0.305C658.35,763.469,659.037,763.473,659.465,763.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.465,763.9l0.688,0.688l3.131-3.131l-1.689-1.689l-3.814,3.814
+ c0.031,0.105,0.074,0.209,0.137,0.305C658.35,763.469,659.037,763.473,659.465,763.9z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M659.465,763.9l0.688,0.688l3.131-3.131l-1.689-1.689l-3.814,3.814
+ c0.031,0.105,0.074,0.209,0.137,0.305C658.35,763.469,659.037,763.473,659.465,763.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.465,763.9l0.688,0.688l3.131-3.131l-1.689-1.689l-3.814,3.814
+ c0.031,0.105,0.074,0.209,0.137,0.305C658.35,763.469,659.037,763.473,659.465,763.9z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M659.465,763.9l0.688,0.688l3.131-3.131l-1.689-1.689l-3.814,3.814
+ c0.031,0.105,0.074,0.209,0.137,0.305C658.35,763.469,659.037,763.473,659.465,763.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.465,763.9l0.688,0.688l3.131-3.131l-1.689-1.689l-3.814,3.814
+ c0.031,0.105,0.074,0.209,0.137,0.305C658.35,763.469,659.037,763.473,659.465,763.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.465,763.9l0.688,0.688l3.131-3.131l-1.689-1.689l-3.814,3.814
+ c0.031,0.105,0.074,0.209,0.137,0.305C658.35,763.469,659.037,763.473,659.465,763.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.056,764.057c-0.054-0.053-0.1-0.111-0.14-0.17c-0.005,0.004-0.012,0.008-0.018,0.014
+ L658.056,764.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.056,764.057c-0.054-0.053-0.1-0.111-0.14-0.17c-0.005,0.004-0.012,0.008-0.018,0.014
+ L658.056,764.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.056,764.057c-0.054-0.053-0.1-0.111-0.14-0.17c-0.005,0.004-0.012,0.008-0.018,0.014
+ L658.056,764.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.056,764.057c-0.054-0.053-0.1-0.111-0.14-0.17c-0.005,0.004-0.012,0.008-0.018,0.014
+ L658.056,764.057z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M658.056,764.057c-0.054-0.053-0.1-0.111-0.14-0.17c-0.005,0.004-0.012,0.008-0.018,0.014
+ L658.056,764.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.056,764.057c-0.054-0.053-0.1-0.111-0.14-0.17c-0.005,0.004-0.012,0.008-0.018,0.014
+ L658.056,764.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.056,764.057c-0.054-0.053-0.1-0.111-0.14-0.17c-0.005,0.004-0.012,0.008-0.018,0.014
+ L658.056,764.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.056,764.057c-0.054-0.053-0.1-0.111-0.14-0.17c-0.005,0.004-0.012,0.008-0.018,0.014
+ L658.056,764.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.465,763.9c-0.428-0.428-1.115-0.432-1.549-0.014c0.04,0.059,0.086,0.117,0.14,0.17
+ l0.03,0.029l1.283,1.285l0.783-0.783L659.465,763.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.465,763.9c-0.428-0.428-1.115-0.432-1.549-0.014c0.04,0.059,0.086,0.117,0.14,0.17
+ l0.03,0.029l1.283,1.285l0.783-0.783L659.465,763.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.465,763.9c-0.428-0.428-1.115-0.432-1.549-0.014c0.04,0.059,0.086,0.117,0.14,0.17
+ l0.03,0.029l1.283,1.285l0.783-0.783L659.465,763.9z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M659.465,763.9c-0.428-0.428-1.115-0.432-1.549-0.014c0.04,0.059,0.086,0.117,0.14,0.17
+ l0.03,0.029l1.283,1.285l0.783-0.783L659.465,763.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.465,763.9c-0.428-0.428-1.115-0.432-1.549-0.014c0.04,0.059,0.086,0.117,0.14,0.17
+ l0.03,0.029l1.283,1.285l0.783-0.783L659.465,763.9z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M659.465,763.9c-0.428-0.428-1.115-0.432-1.549-0.014c0.04,0.059,0.086,0.117,0.14,0.17
+ l0.03,0.029l1.283,1.285l0.783-0.783L659.465,763.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.465,763.9c-0.428-0.428-1.115-0.432-1.549-0.014c0.04,0.059,0.086,0.117,0.14,0.17
+ l0.03,0.029l1.283,1.285l0.783-0.783L659.465,763.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.465,763.9c-0.428-0.428-1.115-0.432-1.549-0.014c0.04,0.059,0.086,0.117,0.14,0.17
+ l0.03,0.029l1.283,1.285l0.783-0.783L659.465,763.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.465,763.9c-0.428-0.428-1.115-0.432-1.549-0.014c0.04,0.059,0.086,0.117,0.14,0.17
+ l0.03,0.029l1.283,1.285l0.783-0.783L659.465,763.9z"/>
+
+ <rect x="625.867" y="795.661" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -379.2093 677.0253)" opacity="0.4" fill="#FFF8B9" width="3.541" height="1.195"/>
+
+ <rect x="625.867" y="795.661" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -379.2093 677.0253)" opacity="0.4" fill="#FFF8B9" width="3.541" height="1.195"/>
+
+ <rect x="625.867" y="795.661" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -379.2093 677.0253)" opacity="0.4" fill="#FFF8B9" width="3.541" height="1.195"/>
+
+ <rect x="625.867" y="795.661" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -379.2093 677.0253)" opacity="0.4" fill="#FFF8B9" width="3.541" height="1.195"/>
+
+ <rect x="627.603" y="791.303" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -374.8422 678.7512)" opacity="0.4" fill="#FFF8B9" width="8.784" height="1.194"/>
+
+ <rect x="627.603" y="791.303" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -374.8422 678.7512)" opacity="0.4" fill="#FFF8B9" width="8.784" height="1.194"/>
+
+ <rect x="627.603" y="791.303" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -374.8422 678.7512)" opacity="0.4" fill="#FFF8B9" width="8.784" height="1.194"/>
+
+ <rect x="627.603" y="791.303" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -374.8422 678.7512)" opacity="0.4" fill="#FFF8B9" width="8.784" height="1.194"/>
+
+ <rect x="627.603" y="791.303" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -374.8422 678.7512)" opacity="0.4" fill="#FFF8B9" width="8.784" height="1.194"/>
+
+ <rect x="626.195" y="793.644" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 508.1407 1801.1348)" opacity="0.4" fill="#FFF8B9" width="1.194" height="3.541"/>
+
+ <rect x="626.195" y="793.644" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 508.1407 1801.1348)" opacity="0.4" fill="#FFF8B9" width="1.194" height="3.541"/>
+
+ <rect x="626.195" y="793.644" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 508.1407 1801.1348)" opacity="0.5" fill="#D1E4B7" width="1.194" height="3.541"/>
+
+ <rect x="626.195" y="793.644" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 508.1407 1801.1348)" opacity="0.4" fill="#FFF8B9" width="1.194" height="3.541"/>
+
+ <rect x="626.195" y="793.644" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 508.1407 1801.1348)" opacity="0.4" fill="#FFF8B9" width="1.194" height="3.541"/>
+
+ <rect x="626.758" y="790.459" transform="matrix(0.707 -0.7072 0.7072 0.707 -374.5189 678.1437)" opacity="0.4" fill="#FFF8B9" width="8.785" height="1.193"/>
+
+ <rect x="626.758" y="790.459" transform="matrix(0.707 -0.7072 0.7072 0.707 -374.5189 678.1437)" opacity="0.4" fill="#FFF8B9" width="8.785" height="1.193"/>
+
+ <rect x="626.758" y="790.459" transform="matrix(0.707 -0.7072 0.7072 0.707 -374.5189 678.1437)" opacity="0.4" fill="#FFF8B9" width="8.785" height="1.193"/>
+
+ <rect x="626.758" y="790.459" transform="matrix(0.707 -0.7072 0.7072 0.707 -374.5189 678.1437)" opacity="0.5" fill="#D1E4B7" width="8.785" height="1.193"/>
+
+ <rect x="626.758" y="790.459" transform="matrix(0.707 -0.7072 0.7072 0.707 -374.5189 678.1437)" opacity="0.4" fill="#FFF8B9" width="8.785" height="1.193"/>
+
+ <rect x="626.758" y="790.459" transform="matrix(0.707 -0.7072 0.7072 0.707 -374.5189 678.1437)" opacity="0.4" fill="#FFF8B9" width="8.785" height="1.193"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.617,781.748c-0.054-0.055-0.1-0.113-0.141-0.174l-6.798,6.799l0.845,0.844l6.781-6.781
+ L641.617,781.748z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.617,781.748c-0.054-0.055-0.1-0.113-0.141-0.174l-6.798,6.799l0.845,0.844l6.781-6.781
+ L641.617,781.748z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.617,781.748c-0.054-0.055-0.1-0.113-0.141-0.174l-6.798,6.799l0.845,0.844l6.781-6.781
+ L641.617,781.748z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M641.617,781.748c-0.054-0.055-0.1-0.113-0.141-0.174l-6.798,6.799l0.845,0.844l6.781-6.781
+ L641.617,781.748z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.617,781.748c-0.054-0.055-0.1-0.113-0.141-0.174l-6.798,6.799l0.845,0.844l6.781-6.781
+ L641.617,781.748z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.617,781.748c-0.054-0.055-0.1-0.113-0.141-0.174l-6.798,6.799l0.845,0.844l6.781-6.781
+ L641.617,781.748z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.617,780.182l5.949-5.949l-0.219-0.219l-13.514,13.514l0.845,0.846l6.798-6.799
+ C641.191,781.145,641.238,780.559,641.617,780.182z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.617,780.182l5.949-5.949l-0.219-0.219l-13.514,13.514l0.845,0.846l6.798-6.799
+ C641.191,781.145,641.238,780.559,641.617,780.182z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.617,780.182l5.949-5.949l-0.219-0.219l-13.514,13.514l0.845,0.846l6.798-6.799
+ C641.191,781.145,641.238,780.559,641.617,780.182z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M641.617,780.182l5.949-5.949l-0.219-0.219l-13.514,13.514l0.845,0.846l6.798-6.799
+ C641.191,781.145,641.238,780.559,641.617,780.182z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M641.617,780.182l5.949-5.949l-0.219-0.219l-13.514,13.514l0.845,0.846l6.798-6.799
+ C641.191,781.145,641.238,780.559,641.617,780.182z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.617,780.182l5.949-5.949l-0.219-0.219l-13.514,13.514l0.845,0.846l6.798-6.799
+ C641.191,781.145,641.238,780.559,641.617,780.182z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.617,780.182l5.949-5.949l-0.219-0.219l-13.514,13.514l0.845,0.846l6.798-6.799
+ C641.191,781.145,641.238,780.559,641.617,780.182z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.477,781.574c0.041,0.061,0.087,0.119,0.141,0.174l0.688,0.688l6.732-6.732
+ l-0.845-0.844L641.477,781.574z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.477,781.574c0.041,0.061,0.087,0.119,0.141,0.174l0.688,0.688l6.732-6.732
+ l-0.845-0.844L641.477,781.574z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.477,781.574c0.041,0.061,0.087,0.119,0.141,0.174l0.688,0.688l6.732-6.732
+ l-0.845-0.844L641.477,781.574z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M641.477,781.574c0.041,0.061,0.087,0.119,0.141,0.174l0.688,0.688l6.732-6.732
+ l-0.845-0.844L641.477,781.574z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.477,781.574c0.041,0.061,0.087,0.119,0.141,0.174l0.688,0.688l6.732-6.732
+ l-0.845-0.844L641.477,781.574z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.477,781.574c0.041,0.061,0.087,0.119,0.141,0.174l0.688,0.688l6.732-6.732
+ l-0.845-0.844L641.477,781.574z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.477,781.574c0.041,0.061,0.087,0.119,0.141,0.174l0.688,0.688l6.732-6.732
+ l-0.845-0.844L641.477,781.574z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.566,774.232l-5.949,5.949c-0.379,0.377-0.426,0.963-0.141,1.393l6.716-6.715
+ L647.566,774.232z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.566,774.232l-5.949,5.949c-0.379,0.377-0.426,0.963-0.141,1.393l6.716-6.715
+ L647.566,774.232z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.566,774.232l-5.949,5.949c-0.379,0.377-0.426,0.963-0.141,1.393l6.716-6.715
+ L647.566,774.232z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M647.566,774.232l-5.949,5.949c-0.379,0.377-0.426,0.963-0.141,1.393l6.716-6.715
+ L647.566,774.232z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M647.566,774.232l-5.949,5.949c-0.379,0.377-0.426,0.963-0.141,1.393l6.716-6.715
+ L647.566,774.232z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.566,774.232l-5.949,5.949c-0.379,0.377-0.426,0.963-0.141,1.393l6.716-6.715
+ L647.566,774.232z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.566,774.232l-5.949,5.949c-0.379,0.377-0.426,0.963-0.141,1.393l6.716-6.715
+ L647.566,774.232z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.566,774.232l-5.949,5.949c-0.379,0.377-0.426,0.963-0.141,1.393l6.716-6.715
+ L647.566,774.232z"/>
+
+ <rect x="670.076" y="747.393" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1680.7156 800.9996)" opacity="0.4" fill="#FFF8B9" width="8.778" height="2.388"/>
+
+ <rect x="670.076" y="747.393" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1680.7156 800.9996)" opacity="0.4" fill="#FFF8B9" width="8.778" height="2.388"/>
+
+ <rect x="670.076" y="747.393" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1680.7156 800.9996)" opacity="0.4" fill="#FFF8B9" width="8.778" height="2.388"/>
+
+ <rect x="670.076" y="747.393" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1680.7156 800.9996)" opacity="0.5" fill="#D1E4B7" width="8.778" height="2.388"/>
+
+ <rect x="670.076" y="747.393" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1680.7156 800.9996)" opacity="0.4" fill="#FFF8B9" width="8.778" height="2.388"/>
+
+ <rect x="670.076" y="747.393" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1680.7156 800.9996)" opacity="0.2" fill="#FFF6A3" width="8.778" height="2.388"/>
+
+ <rect x="670.076" y="747.393" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1680.7156 800.9996)" opacity="0.4" fill="#FFF8B9" width="8.778" height="2.388"/>
+
+ <rect x="660.591" y="754.957" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1673.1465 819.3165)" opacity="0.4" fill="#FFF8B9" width="12.618" height="2.389"/>
+
+ <rect x="660.591" y="754.957" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1673.1465 819.3165)" opacity="0.4" fill="#FFF8B9" width="12.618" height="2.389"/>
+
+ <rect x="660.591" y="754.957" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1673.1465 819.3165)" opacity="0.4" fill="#FFF8B9" width="12.618" height="2.389"/>
+
+ <rect x="660.591" y="754.957" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1673.1465 819.3165)" opacity="0.5" fill="#D1E4B7" width="12.618" height="2.389"/>
+
+ <rect x="660.591" y="754.957" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1673.1465 819.3165)" opacity="0.4" fill="#FFF8B9" width="12.618" height="2.389"/>
+
+ <rect x="660.591" y="754.957" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1673.1465 819.3165)" opacity="0.4" fill="#FFF8B9" width="12.618" height="2.389"/>
+
+ <rect x="660.591" y="754.957" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1673.1465 819.3165)" opacity="0.2" fill="#FFF6A3" width="12.618" height="2.389"/>
+
+ <rect x="660.591" y="754.957" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1673.1465 819.3165)" opacity="0.4" fill="#FFF8B9" width="12.618" height="2.389"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M624.348,808.66c-0.269,0.268-0.479,0.494-0.469,0.506l1.736,1.736
+ c0.011,0.01,0.237-0.199,0.506-0.469l6.594-6.594l-1.774-1.773L624.348,808.66z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M624.348,808.66c-0.269,0.268-0.479,0.494-0.469,0.506l1.736,1.736
+ c0.011,0.01,0.237-0.199,0.506-0.469l6.594-6.594l-1.774-1.773L624.348,808.66z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M624.348,808.66c-0.269,0.268-0.479,0.494-0.469,0.506l1.736,1.736
+ c0.011,0.01,0.237-0.199,0.506-0.469l6.594-6.594l-1.774-1.773L624.348,808.66z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M694.413,742.145c0.269-0.27,0.478-0.495,0.467-0.506l-1.736-1.736
+ c-0.01-0.01-0.235,0.199-0.504,0.467l-6.906,6.906l1.773,1.774L694.413,742.145z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M694.413,742.145c0.269-0.27,0.478-0.495,0.467-0.506l-1.736-1.736
+ c-0.01-0.01-0.235,0.199-0.504,0.467l-6.906,6.906l1.773,1.774L694.413,742.145z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M694.413,742.145c0.269-0.27,0.478-0.495,0.467-0.506l-1.736-1.736
+ c-0.01-0.01-0.235,0.199-0.504,0.467l-6.906,6.906l1.773,1.774L694.413,742.145z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M694.413,742.145c0.269-0.27,0.478-0.495,0.467-0.506l-1.736-1.736
+ c-0.01-0.01-0.235,0.199-0.504,0.467l-6.906,6.906l1.773,1.774L694.413,742.145z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M654.769,778.615c-0.065-0.064-0.119-0.137-0.164-0.213l-1.435,1.434l1.774,1.775
+ l1.409-1.41L654.769,778.615z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M654.769,778.615c-0.065-0.064-0.119-0.137-0.164-0.213l-1.435,1.434l1.774,1.775
+ l1.409-1.41L654.769,778.615z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M654.769,778.615c-0.065-0.064-0.119-0.137-0.164-0.213l-1.435,1.434l1.774,1.775
+ l1.409-1.41L654.769,778.615z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M654.769,778.615c-0.065-0.064-0.119-0.137-0.164-0.213l-1.435,1.434l1.774,1.775
+ l1.409-1.41L654.769,778.615z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M654.769,778.615c-0.065-0.064-0.119-0.137-0.164-0.213l-1.435,1.434l1.774,1.775
+ l1.409-1.41L654.769,778.615z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M654.769,778.615c-0.065-0.064-0.119-0.137-0.164-0.213l-1.435,1.434l1.774,1.775
+ l1.409-1.41L654.769,778.615z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.494,774.514l-3.89,3.889c0.045,0.076,0.099,0.148,0.164,0.213l1.585,1.586l3.914-3.914
+ L658.494,774.514z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.494,774.514l-3.89,3.889c0.045,0.076,0.099,0.148,0.164,0.213l1.585,1.586l3.914-3.914
+ L658.494,774.514z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.494,774.514l-3.89,3.889c0.045,0.076,0.099,0.148,0.164,0.213l1.585,1.586l3.914-3.914
+ L658.494,774.514z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M658.494,774.514l-3.89,3.889c0.045,0.076,0.099,0.148,0.164,0.213l1.585,1.586l3.914-3.914
+ L658.494,774.514z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.494,774.514l-3.89,3.889c0.045,0.076,0.099,0.148,0.164,0.213l1.585,1.586l3.914-3.914
+ L658.494,774.514z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.494,774.514l-3.89,3.889c0.045,0.076,0.099,0.148,0.164,0.213l1.585,1.586l3.914-3.914
+ L658.494,774.514z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M658.494,774.514l-3.89,3.889c0.045,0.076,0.099,0.148,0.164,0.213l1.585,1.586l3.914-3.914
+ L658.494,774.514z"/>
+
+ <rect x="660.631" y="769.353" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 583.3892 1787.4387)" opacity="0.4" fill="#FFF8B9" width="2.508" height="7.084"/>
+
+ <rect x="660.631" y="769.353" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 583.3892 1787.4387)" opacity="0.4" fill="#FFF8B9" width="2.508" height="7.084"/>
+
+ <rect x="660.631" y="769.353" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 583.3892 1787.4387)" opacity="0.4" fill="#FFF8B9" width="2.508" height="7.084"/>
+
+ <rect x="660.631" y="769.353" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 583.3892 1787.4387)" opacity="0.4" fill="#FFF8B9" width="2.508" height="7.084"/>
+
+ <rect x="660.631" y="769.353" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 583.3892 1787.4387)" opacity="0.2" fill="#FFF6A3" width="2.508" height="7.084"/>
+
+ <rect x="660.631" y="769.353" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 583.3892 1787.4387)" opacity="0.4" fill="#FFF8B9" width="2.508" height="7.084"/>
+
+ <rect x="660.631" y="769.353" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 583.3892 1787.4387)" opacity="0.4" fill="#FFF8B9" width="2.508" height="7.084"/>
+
+ <rect x="660.631" y="769.353" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 583.3892 1787.4387)" opacity="0.2" fill="#FFF6A3" width="2.508" height="7.084"/>
+
+ <rect x="683.597" y="748.161" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1699.9219 794.5051)" opacity="0.4" fill="#FFF8B9" width="3.542" height="2.509"/>
+
+ <rect x="683.597" y="748.161" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1699.9219 794.5051)" opacity="0.4" fill="#FFF8B9" width="3.542" height="2.509"/>
+
+ <rect x="683.597" y="748.161" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1699.9219 794.5051)" opacity="0.5" fill="#D1E4B7" width="3.542" height="2.509"/>
+
+ <rect x="683.597" y="748.161" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1699.9219 794.5051)" opacity="0.4" fill="#FFF8B9" width="3.542" height="2.509"/>
+
+ <rect x="683.597" y="748.161" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1699.9219 794.5051)" opacity="0.2" fill="#FFF6A3" width="3.542" height="2.509"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M684.207,752.121c0.052,0.053,0.012,0.178-0.09,0.277l-6.023,6.024l0.021,0.02l6.889-6.888
+ l-1.774-1.775l-0.682,0.682L684.207,752.121z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M684.207,752.121c0.052,0.053,0.012,0.178-0.09,0.277l-6.023,6.024l0.021,0.02l6.889-6.888
+ l-1.774-1.775l-0.682,0.682L684.207,752.121z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M684.207,752.121c0.052,0.053,0.012,0.178-0.09,0.277l-6.023,6.024l0.021,0.02l6.889-6.888
+ l-1.774-1.775l-0.682,0.682L684.207,752.121z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M684.207,752.121c0.052,0.053,0.012,0.178-0.09,0.277l-6.023,6.024l0.021,0.02l6.889-6.888
+ l-1.774-1.775l-0.682,0.682L684.207,752.121z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M684.207,752.121c0.052,0.053,0.012,0.178-0.09,0.277l-6.023,6.024l0.021,0.02l6.889-6.888
+ l-1.774-1.775l-0.682,0.682L684.207,752.121z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M684.207,752.121c0.052,0.053,0.012,0.178-0.09,0.277l-6.023,6.024l0.021,0.02l6.889-6.888
+ l-1.774-1.775l-0.682,0.682L684.207,752.121z"/>
+
+ <rect x="676.132" y="757.621" transform="matrix(-0.6905 -0.7234 0.7234 -0.6905 592.9791 1774.5125)" opacity="0.4" fill="#FFF8B9" width="0.03" height="5.535"/>
+
+ <rect x="676.132" y="757.621" transform="matrix(-0.6905 -0.7234 0.7234 -0.6905 592.9791 1774.5125)" opacity="0.4" fill="#FFF8B9" width="0.03" height="5.535"/>
+
+ <rect x="676.132" y="757.621" transform="matrix(-0.6905 -0.7234 0.7234 -0.6905 592.9791 1774.5125)" opacity="0.4" fill="#FFF8B9" width="0.03" height="5.535"/>
+
+ <rect x="676.132" y="757.621" transform="matrix(-0.6905 -0.7234 0.7234 -0.6905 592.9791 1774.5125)" opacity="0.5" fill="#D1E4B7" width="0.03" height="5.535"/>
+
+ <rect x="676.132" y="757.621" transform="matrix(-0.6905 -0.7234 0.7234 -0.6905 592.9791 1774.5125)" opacity="0.4" fill="#FFF8B9" width="0.03" height="5.535"/>
+
+ <rect x="676.132" y="757.621" transform="matrix(-0.6905 -0.7234 0.7234 -0.6905 592.9791 1774.5125)" opacity="0.4" fill="#FFF8B9" width="0.03" height="5.535"/>
+
+ <rect x="676.132" y="757.621" transform="matrix(-0.6905 -0.7234 0.7234 -0.6905 592.9791 1774.5125)" opacity="0.2" fill="#FFF6A3" width="0.03" height="5.535"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M669.077,767.25l0.113,0.113l5.01-5.008l-0.021-0.021l-4.825,4.826
+ C669.253,767.262,669.129,767.303,669.077,767.25z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M669.077,767.25l0.113,0.113l5.01-5.008l-0.021-0.021l-4.825,4.826
+ C669.253,767.262,669.129,767.303,669.077,767.25z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M669.077,767.25l0.113,0.113l5.01-5.008l-0.021-0.021l-4.825,4.826
+ C669.253,767.262,669.129,767.303,669.077,767.25z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M669.077,767.25l0.113,0.113l5.01-5.008l-0.021-0.021l-4.825,4.826
+ C669.253,767.262,669.129,767.303,669.077,767.25z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M669.077,767.25l0.113,0.113l5.01-5.008l-0.021-0.021l-4.825,4.826
+ C669.253,767.262,669.129,767.303,669.077,767.25z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M669.077,767.25l0.113,0.113l5.01-5.008l-0.021-0.021l-4.825,4.826
+ C669.253,767.262,669.129,767.303,669.077,767.25z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M669.077,767.25l0.113,0.113l5.01-5.008l-0.021-0.021l-4.825,4.826
+ C669.253,767.262,669.129,767.303,669.077,767.25z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M669.077,767.25l0.113,0.113l5.01-5.008l-0.021-0.021l-4.825,4.826
+ C669.253,767.262,669.129,767.303,669.077,767.25z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="667.417,765.59 664.286,768.721 666.06,770.494 669.19,767.363 669.077,767.25
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="667.417,765.59 664.286,768.721 666.06,770.494 669.19,767.363 669.077,767.25
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="667.417,765.59 664.286,768.721 666.06,770.494 669.19,767.363 669.077,767.25
+ "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="667.417,765.59 664.286,768.721 666.06,770.494 669.19,767.363 669.077,767.25
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="667.417,765.59 664.286,768.721 666.06,770.494 669.19,767.363 669.077,767.25
+ "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="667.417,765.59 664.286,768.721 666.06,770.494 669.19,767.363 669.077,767.25
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="667.417,765.59 664.286,768.721 666.06,770.494 669.19,767.363 669.077,767.25
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="667.417,765.59 664.286,768.721 666.06,770.494 669.19,767.363 669.077,767.25
+ "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="667.417,765.59 664.286,768.721 666.06,770.494 669.19,767.363 669.077,767.25
+ "/>
+
+ <rect x="664.227" y="768.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1679.3241 844.3992)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.508"/>
+
+ <rect x="664.227" y="768.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1679.3241 844.3992)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.508"/>
+
+ <rect x="664.227" y="768.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1679.3241 844.3992)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.508"/>
+
+ <rect x="664.227" y="768.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1679.3241 844.3992)" opacity="0.5" fill="#D1E4B7" width="1.108" height="2.508"/>
+
+ <rect x="664.227" y="768.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1679.3241 844.3992)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.508"/>
+
+ <rect x="664.227" y="768.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1679.3241 844.3992)" opacity="0.2" fill="#FFF6A3" width="1.108" height="2.508"/>
+
+ <rect x="664.227" y="768.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1679.3241 844.3992)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.508"/>
+
+ <rect x="664.227" y="768.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1679.3241 844.3992)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.508"/>
+
+ <rect x="664.227" y="768.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1679.3241 844.3992)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.508"/>
+
+ <rect x="664.227" y="768.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1679.3241 844.3992)" opacity="0.2" fill="#FFF6A3" width="1.108" height="2.508"/>
+
+ <rect x="631.309" y="800.447" transform="matrix(0.7072 -0.707 0.707 0.7072 -381.4402 682.2703)" opacity="0.4" fill="#FFF8B9" width="3.542" height="2.509"/>
+
+ <rect x="631.309" y="800.447" transform="matrix(0.7072 -0.707 0.707 0.7072 -381.4402 682.2703)" opacity="0.4" fill="#FFF8B9" width="3.542" height="2.509"/>
+
+ <rect x="631.309" y="800.447" transform="matrix(0.7072 -0.707 0.707 0.7072 -381.4402 682.2703)" opacity="0.4" fill="#FFF8B9" width="3.542" height="2.509"/>
+
+ <rect x="631.309" y="800.447" transform="matrix(0.7072 -0.707 0.707 0.7072 -381.4402 682.2703)" opacity="0.2" fill="#FFF6A3" width="3.542" height="2.509"/>
+
+ <rect x="636.184" y="792.952" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 524.6467 1811.9187)" opacity="0.4" fill="#FFF8B9" width="2.509" height="8.784"/>
+
+ <rect x="636.184" y="792.952" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 524.6467 1811.9187)" opacity="0.4" fill="#FFF8B9" width="2.509" height="8.784"/>
+
+ <rect x="636.184" y="792.952" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 524.6467 1811.9187)" opacity="0.4" fill="#FFF8B9" width="2.509" height="8.784"/>
+
+ <rect x="636.184" y="792.952" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 524.6467 1811.9187)" opacity="0.4" fill="#FFF8B9" width="2.509" height="8.784"/>
+
+ <rect x="636.184" y="792.952" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 524.6467 1811.9187)" opacity="0.2" fill="#FFF6A3" width="2.509" height="8.784"/>
+
+ <rect x="642.68" y="786.053" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 540.3296 1805.4202)" opacity="0.4" fill="#FFF8B9" width="2.509" height="9.59"/>
+
+ <rect x="642.68" y="786.053" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 540.3296 1805.4202)" opacity="0.4" fill="#FFF8B9" width="2.509" height="9.59"/>
+
+ <rect x="642.68" y="786.053" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 540.3296 1805.4202)" opacity="0.4" fill="#FFF8B9" width="2.509" height="9.59"/>
+
+ <rect x="642.68" y="786.053" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 540.3296 1805.4202)" opacity="0.2" fill="#FFF6A3" width="2.509" height="9.59"/>
+
+ <rect x="642.68" y="786.053" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 540.3296 1805.4202)" opacity="0.4" fill="#FFF8B9" width="2.509" height="9.59"/>
+
+ <rect x="642.68" y="786.053" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 540.3296 1805.4202)" opacity="0.2" fill="#FFF6A3" width="2.509" height="9.59"/>
+
+ <rect x="645.931" y="782.835" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -363.8591 689.8362)" opacity="0.4" fill="#FFF8B9" width="9.52" height="2.509"/>
+
+ <rect x="645.931" y="782.835" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -363.8591 689.8362)" opacity="0.4" fill="#FFF8B9" width="9.52" height="2.509"/>
+
+ <rect x="645.931" y="782.835" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -363.8591 689.8362)" opacity="0.4" fill="#FFF8B9" width="9.52" height="2.509"/>
+
+ <rect x="645.931" y="782.835" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -363.8591 689.8362)" opacity="0.2" fill="#FFF6A3" width="9.52" height="2.509"/>
+
+ <rect x="645.931" y="782.835" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -363.8591 689.8362)" opacity="0.4" fill="#FFF8B9" width="9.52" height="2.509"/>
+
+ <rect x="645.931" y="782.835" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -363.8591 689.8362)" opacity="0.4" fill="#FFF8B9" width="9.52" height="2.509"/>
+
+ <rect x="645.931" y="782.835" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -363.8591 689.8362)" opacity="0.2" fill="#FFF6A3" width="9.52" height="2.509"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M678.094,758.423l6.023-6.024c0.102-0.1,0.142-0.225,0.09-0.277l-1.66-1.66l-6.207,6.209
+ L678.094,758.423z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M678.094,758.423l6.023-6.024c0.102-0.1,0.142-0.225,0.09-0.277l-1.66-1.66l-6.207,6.209
+ L678.094,758.423z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M678.094,758.423l6.023-6.024c0.102-0.1,0.142-0.225,0.09-0.277l-1.66-1.66l-6.207,6.209
+ L678.094,758.423z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M678.094,758.423l6.023-6.024c0.102-0.1,0.142-0.225,0.09-0.277l-1.66-1.66l-6.207,6.209
+ L678.094,758.423z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M678.094,758.423l6.023-6.024c0.102-0.1,0.142-0.225,0.09-0.277l-1.66-1.66l-6.207,6.209
+ L678.094,758.423z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M678.094,758.423l6.023-6.024c0.102-0.1,0.142-0.225,0.09-0.277l-1.66-1.66l-6.207,6.209
+ L678.094,758.423z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M678.094,758.423l6.023-6.024c0.102-0.1,0.142-0.225,0.09-0.277l-1.66-1.66l-6.207,6.209
+ L678.094,758.423z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.401,760.605c0.075,0.045,0.147,0.098,0.213,0.164l1.565,1.564l3.914-3.911
+ l-1.754-1.753L672.401,760.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.401,760.605c0.075,0.045,0.147,0.098,0.213,0.164l1.565,1.564l3.914-3.911
+ l-1.754-1.753L672.401,760.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.401,760.605c0.075,0.045,0.147,0.098,0.213,0.164l1.565,1.564l3.914-3.911
+ l-1.754-1.753L672.401,760.605z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M672.401,760.605c0.075,0.045,0.147,0.098,0.213,0.164l1.565,1.564l3.914-3.911
+ l-1.754-1.753L672.401,760.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.401,760.605c0.075,0.045,0.147,0.098,0.213,0.164l1.565,1.564l3.914-3.911
+ l-1.754-1.753L672.401,760.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.401,760.605c0.075,0.045,0.147,0.098,0.213,0.164l1.565,1.564l3.914-3.911
+ l-1.754-1.753L672.401,760.605z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M672.401,760.605c0.075,0.045,0.147,0.098,0.213,0.164l1.565,1.564l3.914-3.911
+ l-1.754-1.753L672.401,760.605z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M672.401,760.605c0.075,0.045,0.147,0.098,0.213,0.164l1.565,1.564l3.914-3.911
+ l-1.754-1.753L672.401,760.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.401,760.605l-4.984,4.984l1.66,1.66c0.052,0.053,0.176,0.012,0.277-0.09l4.825-4.826
+ l-1.565-1.564C672.549,760.703,672.477,760.65,672.401,760.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.401,760.605l-4.984,4.984l1.66,1.66c0.052,0.053,0.176,0.012,0.277-0.09l4.825-4.826
+ l-1.565-1.564C672.549,760.703,672.477,760.65,672.401,760.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.401,760.605l-4.984,4.984l1.66,1.66c0.052,0.053,0.176,0.012,0.277-0.09l4.825-4.826
+ l-1.565-1.564C672.549,760.703,672.477,760.65,672.401,760.605z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M672.401,760.605l-4.984,4.984l1.66,1.66c0.052,0.053,0.176,0.012,0.277-0.09l4.825-4.826
+ l-1.565-1.564C672.549,760.703,672.477,760.65,672.401,760.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.401,760.605l-4.984,4.984l1.66,1.66c0.052,0.053,0.176,0.012,0.277-0.09l4.825-4.826
+ l-1.565-1.564C672.549,760.703,672.477,760.65,672.401,760.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.401,760.605l-4.984,4.984l1.66,1.66c0.052,0.053,0.176,0.012,0.277-0.09l4.825-4.826
+ l-1.565-1.564C672.549,760.703,672.477,760.65,672.401,760.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.401,760.605l-4.984,4.984l1.66,1.66c0.052,0.053,0.176,0.012,0.277-0.09l4.825-4.826
+ l-1.565-1.564C672.549,760.703,672.477,760.65,672.401,760.605z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M672.401,760.605l-4.984,4.984l1.66,1.66c0.052,0.053,0.176,0.012,0.277-0.09l4.825-4.826
+ l-1.565-1.564C672.549,760.703,672.477,760.65,672.401,760.605z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M672.401,760.605l-4.984,4.984l1.66,1.66c0.052,0.053,0.176,0.012,0.277-0.09l4.825-4.826
+ l-1.565-1.564C672.549,760.703,672.477,760.65,672.401,760.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M726.205,723.149c0.278-0.279,0.492-0.519,0.478-0.533l-2.456-2.456
+ c-0.015-0.015-0.254,0.199-0.532,0.479l-1.615,1.614l2.511,2.511L726.205,723.149z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M726.205,723.149c0.278-0.279,0.492-0.519,0.478-0.533l-2.456-2.456
+ c-0.015-0.015-0.254,0.199-0.532,0.479l-1.615,1.614l2.511,2.511L726.205,723.149z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M726.205,723.149c0.278-0.279,0.492-0.519,0.478-0.533l-2.456-2.456
+ c-0.015-0.015-0.254,0.199-0.532,0.479l-1.615,1.614l2.511,2.511L726.205,723.149z"/>
+
+ <rect x="686.295" y="737.075" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1731.0638 760.6863)" opacity="0.4" fill="#FFF8B9" width="43.394" height="3.551"/>
+
+ <rect x="686.295" y="737.075" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1731.0638 760.6863)" opacity="0.4" fill="#FFF8B9" width="43.394" height="3.551"/>
+
+ <rect x="686.295" y="737.075" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1731.0638 760.6863)" opacity="0.5" fill="#D1E4B7" width="43.394" height="3.551"/>
+
+ <rect x="686.295" y="737.075" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1731.0638 760.6863)" opacity="0.5" fill="#D1E4B7" width="43.394" height="3.551"/>
+
+ <rect x="659.016" y="785.052" transform="matrix(-0.707 -0.7072 0.7072 -0.707 572.0229 1809.1025)" opacity="0.4" fill="#FFF8B9" width="3.551" height="1.994"/>
+
+ <rect x="659.016" y="785.052" transform="matrix(-0.707 -0.7072 0.7072 -0.707 572.0229 1809.1025)" opacity="0.4" fill="#FFF8B9" width="3.551" height="1.994"/>
+
+ <rect x="659.016" y="785.052" transform="matrix(-0.707 -0.7072 0.7072 -0.707 572.0229 1809.1025)" opacity="0.4" fill="#FFF8B9" width="3.551" height="1.994"/>
+
+ <rect x="659.016" y="785.052" transform="matrix(-0.707 -0.7072 0.7072 -0.707 572.0229 1809.1025)" opacity="0.2" fill="#FFF6A3" width="3.551" height="1.994"/>
+
+ <rect x="659.016" y="785.052" transform="matrix(-0.707 -0.7072 0.7072 -0.707 572.0229 1809.1025)" opacity="0.4" fill="#FFF8B9" width="3.551" height="1.994"/>
+
+ <rect x="659.016" y="785.052" transform="matrix(-0.707 -0.7072 0.7072 -0.707 572.0229 1809.1025)" opacity="0.5" fill="#D1E4B7" width="3.551" height="1.994"/>
+
+ <rect x="664.182" y="774.572" transform="matrix(-0.707 -0.7072 0.7072 -0.707 584.4956 1803.9363)" opacity="0.4" fill="#FFF8B9" width="3.551" height="12.62"/>
+
+ <rect x="664.182" y="774.572" transform="matrix(-0.707 -0.7072 0.7072 -0.707 584.4956 1803.9363)" opacity="0.4" fill="#FFF8B9" width="3.551" height="12.62"/>
+
+ <rect x="664.182" y="774.572" transform="matrix(-0.707 -0.7072 0.7072 -0.707 584.4956 1803.9363)" opacity="0.4" fill="#FFF8B9" width="3.551" height="12.62"/>
+
+ <rect x="664.182" y="774.572" transform="matrix(-0.707 -0.7072 0.7072 -0.707 584.4956 1803.9363)" opacity="0.2" fill="#FFF6A3" width="3.551" height="12.62"/>
+
+ <rect x="664.182" y="774.572" transform="matrix(-0.707 -0.7072 0.7072 -0.707 584.4956 1803.9363)" opacity="0.4" fill="#FFF8B9" width="3.551" height="12.62"/>
+
+ <rect x="664.182" y="774.572" transform="matrix(-0.707 -0.7072 0.7072 -0.707 584.4956 1803.9363)" opacity="0.4" fill="#FFF8B9" width="3.551" height="12.62"/>
+
+ <rect x="664.182" y="774.572" transform="matrix(-0.707 -0.7072 0.7072 -0.707 584.4956 1803.9363)" opacity="0.5" fill="#D1E4B7" width="3.551" height="12.62"/>
+
+ <rect x="689.622" y="753.673" transform="matrix(-0.707 -0.7072 0.7072 -0.707 645.9113 1778.5074)" opacity="0.4" fill="#FFF8B9" width="3.551" height="3.542"/>
+
+ <rect x="689.622" y="753.673" transform="matrix(-0.707 -0.7072 0.7072 -0.707 645.9113 1778.5074)" opacity="0.4" fill="#FFF8B9" width="3.551" height="3.542"/>
+
+ <rect x="689.622" y="753.673" transform="matrix(-0.707 -0.7072 0.7072 -0.707 645.9113 1778.5074)" opacity="0.5" fill="#D1E4B7" width="3.551" height="3.542"/>
+
+ <rect x="689.622" y="753.673" transform="matrix(-0.707 -0.7072 0.7072 -0.707 645.9113 1778.5074)" opacity="0.4" fill="#FFF8B9" width="3.551" height="3.542"/>
+
+ <rect x="689.622" y="753.673" transform="matrix(-0.707 -0.7072 0.7072 -0.707 645.9113 1778.5074)" opacity="0.5" fill="#D1E4B7" width="3.551" height="3.542"/>
+
+ <rect x="677.107" y="760.322" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1707.8116 816.887)" opacity="0.4" fill="#FFF8B9" width="15.276" height="3.551"/>
+
+ <rect x="677.107" y="760.322" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1707.8116 816.887)" opacity="0.4" fill="#FFF8B9" width="15.276" height="3.551"/>
+
+ <rect x="677.107" y="760.322" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1707.8116 816.887)" opacity="0.4" fill="#FFF8B9" width="15.276" height="3.551"/>
+
+ <rect x="677.107" y="760.322" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1707.8116 816.887)" opacity="0.5" fill="#D1E4B7" width="15.276" height="3.551"/>
+
+ <rect x="677.107" y="760.322" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1707.8116 816.887)" opacity="0.4" fill="#FFF8B9" width="15.276" height="3.551"/>
+
+ <rect x="677.107" y="760.322" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1707.8116 816.887)" opacity="0.5" fill="#D1E4B7" width="15.276" height="3.551"/>
+
+ <rect x="675.063" y="766.461" transform="matrix(-0.7072 -0.707 0.707 -0.7072 611.1602 1793.087)" opacity="0.4" fill="#FFF8B9" width="3.55" height="7.083"/>
+
+ <rect x="675.063" y="766.461" transform="matrix(-0.7072 -0.707 0.707 -0.7072 611.1602 1793.087)" opacity="0.4" fill="#FFF8B9" width="3.55" height="7.083"/>
+
+ <rect x="675.063" y="766.461" transform="matrix(-0.7072 -0.707 0.707 -0.7072 611.1602 1793.087)" opacity="0.4" fill="#FFF8B9" width="3.55" height="7.083"/>
+
+ <rect x="675.063" y="766.461" transform="matrix(-0.7072 -0.707 0.707 -0.7072 611.1602 1793.087)" opacity="0.5" fill="#D1E4B7" width="3.55" height="7.083"/>
+
+ <rect x="675.063" y="766.461" transform="matrix(-0.7072 -0.707 0.707 -0.7072 611.1602 1793.087)" opacity="0.4" fill="#FFF8B9" width="3.55" height="7.083"/>
+
+ <rect x="675.063" y="766.461" transform="matrix(-0.7072 -0.707 0.707 -0.7072 611.1602 1793.087)" opacity="0.4" fill="#FFF8B9" width="3.55" height="7.083"/>
+
+ <rect x="675.063" y="766.461" transform="matrix(-0.7072 -0.707 0.707 -0.7072 611.1602 1793.087)" opacity="0.5" fill="#D1E4B7" width="3.55" height="7.083"/>
+
+ <rect x="670.554" y="772.297" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1695.8386 845.7052)" opacity="0.4" fill="#FFF8B9" width="4.428" height="3.55"/>
+
+ <rect x="670.554" y="772.297" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1695.8386 845.7052)" opacity="0.4" fill="#FFF8B9" width="4.428" height="3.55"/>
+
+ <rect x="670.554" y="772.297" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1695.8386 845.7052)" opacity="0.4" fill="#FFF8B9" width="4.428" height="3.55"/>
+
+ <rect x="670.554" y="772.297" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1695.8386 845.7052)" opacity="0.5" fill="#D1E4B7" width="4.428" height="3.55"/>
+
+ <rect x="670.554" y="772.297" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1695.8386 845.7052)" opacity="0.2" fill="#FFF6A3" width="4.428" height="3.55"/>
+
+ <rect x="670.554" y="772.297" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1695.8386 845.7052)" opacity="0.4" fill="#FFF8B9" width="4.428" height="3.55"/>
+
+ <rect x="670.554" y="772.297" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1695.8386 845.7052)" opacity="0.4" fill="#FFF8B9" width="4.428" height="3.55"/>
+
+ <rect x="670.554" y="772.297" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1695.8386 845.7052)" opacity="0.5" fill="#D1E4B7" width="4.428" height="3.55"/>
+
+ <rect x="669.036" y="775.475" transform="matrix(-0.7072 -0.707 0.707 -0.7072 596.6096 1799.1144)" opacity="0.4" fill="#FFF8B9" width="3.55" height="1.108"/>
+
+ <rect x="669.036" y="775.475" transform="matrix(-0.7072 -0.707 0.707 -0.7072 596.6096 1799.1144)" opacity="0.4" fill="#FFF8B9" width="3.55" height="1.108"/>
+
+ <rect x="669.036" y="775.475" transform="matrix(-0.7072 -0.707 0.707 -0.7072 596.6096 1799.1144)" opacity="0.4" fill="#FFF8B9" width="3.55" height="1.108"/>
+
+ <rect x="669.036" y="775.475" transform="matrix(-0.7072 -0.707 0.707 -0.7072 596.6096 1799.1144)" opacity="0.5" fill="#D1E4B7" width="3.55" height="1.108"/>
+
+ <rect x="669.036" y="775.475" transform="matrix(-0.7072 -0.707 0.707 -0.7072 596.6096 1799.1144)" opacity="0.2" fill="#FFF6A3" width="3.55" height="1.108"/>
+
+ <rect x="669.036" y="775.475" transform="matrix(-0.7072 -0.707 0.707 -0.7072 596.6096 1799.1144)" opacity="0.4" fill="#FFF8B9" width="3.55" height="1.108"/>
+
+ <rect x="669.036" y="775.475" transform="matrix(-0.7072 -0.707 0.707 -0.7072 596.6096 1799.1144)" opacity="0.4" fill="#FFF8B9" width="3.55" height="1.108"/>
+
+ <rect x="669.036" y="775.475" transform="matrix(-0.7072 -0.707 0.707 -0.7072 596.6096 1799.1144)" opacity="0.4" fill="#FFF8B9" width="3.55" height="1.108"/>
+
+ <rect x="669.036" y="775.475" transform="matrix(-0.7072 -0.707 0.707 -0.7072 596.6096 1799.1144)" opacity="0.5" fill="#D1E4B7" width="3.55" height="1.108"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M652.725,791.607c-0.28,0.279-0.493,0.518-0.479,0.531l2.456,2.457
+ c0.015,0.014,0.253-0.197,0.533-0.479l6.107-6.107l-2.511-2.512L652.725,791.607z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M652.725,791.607c-0.28,0.279-0.493,0.518-0.479,0.531l2.456,2.457
+ c0.015,0.014,0.253-0.197,0.533-0.479l6.107-6.107l-2.511-2.512L652.725,791.607z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M652.725,791.607c-0.28,0.279-0.493,0.518-0.479,0.531l2.456,2.457
+ c0.015,0.014,0.253-0.197,0.533-0.479l6.107-6.107l-2.511-2.512L652.725,791.607z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M652.725,791.607c-0.28,0.279-0.493,0.518-0.479,0.531l2.456,2.457
+ c0.015,0.014,0.253-0.197,0.533-0.479l6.107-6.107l-2.511-2.512L652.725,791.607z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M652.725,791.607c-0.28,0.279-0.493,0.518-0.479,0.531l2.456,2.457
+ c0.015,0.014,0.253-0.197,0.533-0.479l6.107-6.107l-2.511-2.512L652.725,791.607z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M652.725,791.607c-0.28,0.279-0.493,0.518-0.479,0.531l2.456,2.457
+ c0.015,0.014,0.253-0.197,0.533-0.479l6.107-6.107l-2.511-2.512L652.725,791.607z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M652.725,791.607c-0.28,0.279-0.493,0.518-0.479,0.531l2.456,2.457
+ c0.015,0.014,0.253-0.197,0.533-0.479l6.107-6.107l-2.511-2.512L652.725,791.607z"/>
+ </g>
+
+ <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="-499.7529" y1="314.96" x2="1289.7949" y2="314.96" gradientTransform="matrix(-1 0 0 -1 1742.6152 1132.0078)">
+ <stop offset="0" style="stop-color:#2B4F5A"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+ <rect x="452.82" y="802.096" opacity="0.2" fill="url(#SVGID_4_)" width="1789.548" height="29.904"/>
+ <g id="debian" opacity="0.8">
+ <g>
+ <path fill="#23353D" d="M649.401,770.646c-1.902,0.025,0.362,0.98,2.848,1.363c0.687-0.541,1.31-1.078,1.865-1.607
+ C652.565,770.783,650.99,770.789,649.401,770.646"/>
+ <path fill="#23353D" d="M659.625,768.098c1.134-1.566,1.961-3.279,2.252-5.049c-0.256,1.26-0.94,2.35-1.586,3.502
+ c-3.56,2.242-0.333-1.332-0.002-2.689C656.46,768.682,659.764,766.75,659.625,768.098"/>
+ <path fill="#23353D" d="M663.399,758.283c0.228-3.43-0.674-2.346-0.981-1.037C662.773,757.432,663.053,759.662,663.399,758.283"
+ />
+ <path fill="#23353D" d="M642.178,711.404c1.019,0.184,2.199,0.324,2.034,0.566C645.321,711.727,645.574,711.502,642.178,711.404"
+ />
+ <path fill="#23353D" d="M644.212,711.971l-0.72,0.15l0.668-0.061L644.212,711.971"/>
+ <path fill="#23353D" d="M675.906,759.584c0.113,3.078-0.902,4.568-1.816,7.215l-1.647,0.822c-1.346,2.617,0.13,1.66-0.832,3.74
+ c-2.104,1.873-6.383,5.852-7.753,6.215c-1-0.021,0.676-1.178,0.896-1.631c-2.815,1.93-2.258,2.9-6.563,4.076l-0.128-0.283
+ c-10.617,4.996-25.367-4.9-25.171-18.406c-0.116,0.855-0.324,0.641-0.56,0.988c-0.546-6.947,3.211-13.926,9.547-16.775
+ c6.199-3.068,13.465-1.811,17.906,2.33c-2.441-3.195-7.293-6.582-13.047-6.266c-5.636,0.092-10.908,3.672-12.668,7.561
+ c-2.885,1.814-3.221,7.004-4.48,7.953c-1.69,12.436,3.185,17.811,11.436,24.131c1.297,0.875,0.365,1.008,0.541,1.678
+ c-2.74-1.285-5.251-3.223-7.314-5.596c1.093,1.602,2.274,3.162,3.803,4.387c-2.584-0.875-6.035-6.264-7.046-6.482
+ c4.457,7.975,18.073,13.986,25.207,11.002c-3.3,0.127-7.494,0.072-11.199-1.301c-1.557-0.801-3.677-2.459-3.295-2.771
+ c9.731,3.633,19.785,2.754,28.205-3.996c2.141-1.67,4.482-4.506,5.159-4.547c-1.02,1.531,0.172,0.736-0.61,2.09
+ c2.137-3.443-0.926-1.4,2.207-5.945l1.159,1.594c-0.433-2.855,3.547-6.326,3.145-10.844c0.913-1.381,1.017,1.486,0.049,4.666
+ c1.345-3.527,0.353-4.096,0.7-7.002c0.371,0.979,0.861,2.018,1.111,3.049c-0.874-3.406,0.9-5.738,1.338-7.717
+ c-0.43-0.191-1.35,1.504-1.562-2.52c0.033-1.75,0.487-0.916,0.663-1.348c-0.344-0.197-1.244-1.537-1.792-4.109
+ c0.396-0.605,1.061,1.566,1.603,1.654c-0.349-2.043-0.947-3.602-0.97-5.172c-1.582-3.301-0.56,0.441-1.842-1.416
+ c-1.678-5.244,1.398-1.217,1.604-3.598c2.548,3.689,4.002,9.412,4.667,11.779c-0.509-2.887-1.33-5.686-2.334-8.395
+ c0.772,0.324-1.249-5.943,1.005-1.793c-2.406-8.852-10.297-17.123-17.555-21.004c0.887,0.813,2.01,1.832,1.606,1.992
+ c-3.609-2.15-2.975-2.316-3.492-3.223c-2.942-1.197-3.134,0.096-5.082,0c-5.545-2.939-6.613-2.625-11.715-4.469l0.233,1.084
+ c-3.673-1.223-4.277,0.463-8.249,0.004c-0.242-0.189,1.273-0.684,2.521-0.861c-3.552,0.469-3.386-0.701-6.861,0.127
+ c0.858-0.604,1.76-0.998,2.675-1.51c-2.897,0.178-6.913,1.686-5.672,0.313c-4.723,2.107-13.11,5.066-17.818,9.48l-0.149-0.99
+ c-2.158,2.59-9.406,7.734-9.982,11.086l-0.576,0.135c-1.123,1.902-1.849,4.055-2.74,6.01c-1.467,2.502-2.151,0.963-1.942,1.355
+ c-2.888,5.855-4.32,10.771-5.561,14.807c0.882,1.318,0.022,7.939,0.355,13.238c-1.45,26.186,18.377,51.607,40.048,57.475
+ c3.175,1.139,7.9,1.096,11.916,1.209c-4.739-1.354-5.352-0.717-9.97-2.328c-3.331-1.568-4.062-3.359-6.421-5.406l0.934,1.65
+ c-4.627-1.639-2.69-2.027-6.455-3.221l0.998-1.299c-1.5-0.115-3.973-2.531-4.65-3.867l-1.642,0.064
+ c-1.97-2.432-3.02-4.184-2.943-5.541l-0.531,0.943c-0.6-1.033-7.253-9.121-3.799-7.242c-0.643-0.584-1.496-0.949-2.42-2.629
+ l0.704-0.803c-1.662-2.137-3.059-4.879-2.951-5.791c0.885,1.199,1.499,1.422,2.109,1.627c-4.194-10.408-4.43-0.576-7.605-10.592
+ l0.672-0.057c-0.516-0.773-0.828-1.617-1.243-2.445l0.292-2.914c-3.02-3.492-0.846-14.838-0.407-21.064
+ c0.301-2.533,2.519-5.23,4.207-9.453l-1.029-0.178c1.966-3.428,11.222-13.768,15.506-13.236c2.077-2.607-0.411-0.008-0.817-0.664
+ c4.561-4.721,5.995-3.338,9.072-4.184c3.321-1.971-2.85,0.766-1.274-0.754c5.736-1.465,4.066-3.33,11.553-4.072
+ c0.789,0.447-1.834,0.691-2.492,1.275c4.78-2.34,15.13-1.809,21.853,1.297c7.799,3.646,16.561,14.42,16.91,24.559l0.39,0.105
+ c-0.196,4.031,0.618,8.689-0.796,12.965L675.906,759.584"/>
+ <path fill="#23353D" d="M628.612,773.258l-0.266,1.338c1.251,1.701,2.244,3.543,3.844,4.873
+ C631.041,777.223,630.186,776.295,628.612,773.258"/>
+ <path fill="#23353D" d="M631.574,773.143c-0.666-0.73-1.056-1.613-1.496-2.49c0.42,1.541,1.279,2.867,2.079,4.217
+ L631.574,773.143"/>
+ <path fill="#23353D" d="M683.936,761.764l-0.279,0.703c-0.514,3.641-1.622,7.248-3.319,10.588
+ C682.213,769.529,683.427,765.672,683.936,761.764"/>
+ <path fill="#23353D" d="M642.556,710.496c1.288-0.477,3.167-0.264,4.533-0.57c-1.782,0.146-3.555,0.238-5.304,0.463
+ L642.556,710.496"/>
+ <path fill="#23353D" d="M597.346,734.533c0.297,2.746-2.065,3.813,0.526,2C599.259,733.406,597.326,735.672,597.346,734.533"/>
+ <path fill="#23353D" d="M594.303,747.248c0.595-1.834,0.706-2.932,0.932-3.99C593.587,745.363,594.476,745.813,594.303,747.248"
+ />
+ </g>
+ </g>
+
+ <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="986.2246" y1="39.6157" x2="986.2246" y2="-272.7769" gradientTransform="matrix(0 1 -1 0 1379.9023 -238.4028)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+
+ <line opacity="0.3" fill="#F6F6F6" stroke="url(#SVGID_5_)" stroke-width="3" stroke-miterlimit="10" x1="1340.286" y1="747.822" x2="1652.679" y2="747.822"/>
+ <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="985.2754" y1="747.8223" x2="985.2754" y2="747.8223">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+ <path opacity="0.6" fill="#F6F6F6" stroke="url(#SVGID_6_)" stroke-miterlimit="10" d="M985.275,747.822"/>
+ <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="985.2754" y1="1060.2168" x2="985.2754" y2="1060.2168">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+ <path opacity="0.6" fill="#F6F6F6" stroke="url(#SVGID_7_)" stroke-miterlimit="10" d="M985.275,1060.217"/>
+
+ <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="598.5059" y1="442.1074" x2="598.5059" y2="342.6011" gradientTransform="matrix(0 1 -1 0 1379.9023 -238.4028)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+
+ <line opacity="0.3" fill="#F6F6F6" stroke="url(#SVGID_8_)" stroke-width="3" stroke-miterlimit="10" x1="937.794" y1="360.103" x2="1037.301" y2="360.103"/>
+
+ <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="427.5146" y1="65.6089" x2="427.5146" y2="-87.1636" gradientTransform="matrix(0 1 -1 0 1379.9023 -238.4028)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+
+ <line opacity="0.3" fill="#F6F6F6" stroke="url(#SVGID_9_)" stroke-width="3" stroke-miterlimit="10" x1="1314.293" y1="189.111" x2="1467.065" y2="189.111"/>
+
+ <linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="1189.4023" y1="-250.1763" x2="1189.4023" y2="-349.6821" gradientTransform="matrix(0 1 -1 0 1379.9023 -238.4028)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+
+ <line opacity="0.3" fill="#F6F6F6" stroke="url(#SVGID_10_)" stroke-width="3" stroke-miterlimit="10" x1="1630.078" y1="951" x2="1729.584" y2="951"/>
+ <g>
+ <g>
+ <path opacity="0.6" fill="#F6F6F6" d="M556.607,951.236c-0.069,0.073-0.069,11.736-0.215,14.784
+ c-0.144,2.465-0.363,7.754-5.58,7.754c-5.362,0-6.666-6.16-7.101-8.841c-0.507-2.974-0.507-5.439-0.507-6.523
+ c0-3.479,0.217-13.19,8.405-13.19c2.464,0,3.84,0.727,4.928,1.304L556.607,951.236z M535.598,959.787
+ c0,20.438,10.869,20.438,12.462,20.438c4.491,0,7.391-2.464,8.622-6.737l0.145,6.447c1.377-0.076,2.755-0.22,5-0.22
+ c0.797,0,1.447,0,2.029,0.073c0.58,0,1.158,0.07,1.811,0.146c-1.159-2.317-2.027-7.534-2.027-18.848
+ c0-11.013,0-29.632,0.941-35.285c-2.607,1.234-4.855,2.031-9.783,2.465c1.956,2.102,1.956,3.188,1.956,12.749
+ c-1.374-0.432-3.115-0.94-6.085-0.94C537.699,940.076,535.598,951.38,535.598,959.787"/>
+ <path opacity="0.6" fill="#F6F6F6" d="M574.891,956.089c0.073-6.015,1.308-11.376,6.45-11.376c5.653,0,6.084,6.229,5.94,11.376
+ H574.891z M594.453,956.815c0-8.478-1.666-16.813-12.389-16.813c-14.779,0-14.779,16.379-14.779,19.854
+ c0,14.712,6.592,20.509,17.678,20.509c4.925,0,7.317-0.721,8.622-1.084c-0.07-2.611,0.29-4.275,0.727-6.523
+ c-1.524,0.946-3.479,2.178-7.827,2.178c-11.304,0-11.448-10.296-11.448-13.849h19.275L594.453,956.815"/>
+ <path opacity="0.6" fill="#F6F6F6" d="M618.026,959.931c0,6.74-1.231,15.802-9.636,15.802c-1.16,0-2.608-0.22-3.549-0.437
+ c-0.146-2.608-0.146-7.101-0.146-12.323c0-6.231,0.65-9.487,1.16-11.086c1.52-5.144,4.927-5.214,5.577-5.214
+ C616.938,946.673,618.026,954.281,618.026,959.931z M597.231,967.835c0,5.362,0,8.404-0.869,10.72
+ c2.97,1.16,6.665,1.811,11.088,1.811c2.825,0,11.013,0,15.432-9.055c2.102-4.201,2.825-9.86,2.825-14.136
+ c0-2.608-0.29-8.332-2.392-11.955c-2.027-3.402-5.289-5.144-8.765-5.144c-6.957,0-8.985,5.797-10.069,8.767
+ c0-3.693,0.07-16.591,0.647-23.185c-4.706,2.175-7.607,2.533-10.721,2.825c2.826,1.157,2.826,5.943,2.826,21.521v17.83"/>
+ <path opacity="0.6" fill="#F6F6F6" d="M639.637,979.935c-1.451-0.22-2.468-0.363-4.569-0.363c-2.314,0-3.912,0.146-5.576,0.363
+ c0.724-1.38,1.014-2.034,1.23-6.74c0.29-6.448,0.363-23.701-0.144-27.322c-0.363-2.757-1.014-3.188-2.027-3.913
+ c5.939-0.58,7.604-1.014,10.358-2.317c-0.577,3.186-0.653,4.784-0.653,9.635C638.112,974.285,638.039,976.963,639.637,979.935"/>
+ <path opacity="0.6" fill="#F6F6F6" d="M662.838,959.421c-0.144,4.568-0.217,7.76-1.451,10.295
+ c-1.523,3.262-4.059,4.202-5.939,4.202c-4.353,0-5.293-3.622-5.293-7.171c0-6.814,6.09-7.326,8.839-7.326H662.838z
+ M642.91,968.342c0,4.565,1.378,9.128,5.437,11.086c1.811,0.797,3.622,0.797,4.202,0.797c6.667,0,8.912-4.929,10.289-7.971
+ c-0.073,3.188,0,5.143,0.217,7.681c1.304-0.076,2.608-0.22,4.785-0.22c1.231,0,2.389,0.144,3.619,0.22
+ c-0.797-1.23-1.23-1.961-1.45-4.785c-0.144-2.752-0.144-5.504-0.144-9.348l0.073-14.784c0-5.51-1.45-10.942-12.32-10.942
+ c-7.171,0-11.373,2.174-13.474,3.262c0.87,1.594,1.597,2.967,2.247,6.087c2.828-2.465,6.523-3.77,10.286-3.77
+ c6.02,0,6.02,3.987,6.02,9.636c-1.377-0.07-2.538-0.214-4.495-0.214C648.997,955.078,642.91,958.624,642.91,968.342"/>
+ <path opacity="0.6" fill="#F6F6F6" d="M704.571,972.761c0.073,2.465,0.073,5.073,1.087,7.174
+ c-1.597-0.144-2.537-0.363-5.506-0.363c-1.741,0-2.682,0.146-4.059,0.363c0.287-0.94,0.437-1.304,0.58-2.538
+ c0.217-1.664,0.363-7.244,0.363-9.201v-7.831c0-3.405,0-8.334-0.223-10.07c-0.145-1.23-0.501-4.563-4.71-4.563
+ c-4.129,0-5.503,3.04-6.013,5.505c-0.578,2.534-0.578,5.289-0.578,16.019c0.07,9.274,0.07,10.142,0.795,12.68
+ c-1.231-0.146-2.752-0.29-4.924-0.29c-1.74,0-2.901,0.07-4.346,0.29c0.507-1.16,0.797-1.74,0.94-5.797
+ c0.146-3.988,0.437-23.557-0.22-28.191c-0.36-2.828-1.087-3.479-1.881-4.204c5.869-0.29,7.751-1.231,9.564-2.171v7.678
+ c0.868-2.249,2.679-7.247,9.926-7.247c9.059,0,9.129,6.594,9.202,10.939V972.761"/>
+ <path opacity="0.6" fill="#F6F6F6" d="M640.247,929.388l-6.001,5.998l-5.998-5.998l5.998-5.998L640.247,929.388"/>
+ </g>
+ <g>
+ <path opacity="0.6" fill="#F6F6F6" d="M728.174,961.669h-2.437v-15.528c-0.587,0.561-1.356,1.119-2.309,1.68
+ c-0.952,0.559-1.807,0.979-2.564,1.258v-2.356c1.362-0.64,2.554-1.415,3.573-2.327c1.021-0.911,1.742-1.795,2.166-2.653h1.57
+ V961.669z"/>
+ <path opacity="0.6" fill="#F6F6F6" d="M734.414,951.88c0-2.345,0.242-4.234,0.725-5.665s1.201-2.533,2.153-3.311
+ c0.951-0.775,2.15-1.163,3.593-1.163c1.064,0,1.999,0.215,2.803,0.643c0.803,0.43,1.466,1.048,1.989,1.855
+ c0.524,0.808,0.935,1.791,1.232,2.951c0.296,1.159,0.446,2.723,0.446,4.689c0,2.329-0.238,4.209-0.717,5.639
+ c-0.479,1.432-1.193,2.537-2.145,3.317c-0.953,0.78-2.156,1.172-3.609,1.172c-1.913,0-3.416-0.688-4.509-2.059
+ C735.068,958.297,734.414,955.607,734.414,951.88z M736.92,951.88c0,3.259,0.38,5.428,1.144,6.506
+ c0.762,1.078,1.702,1.617,2.821,1.617c1.12,0,2.061-0.542,2.822-1.623c0.764-1.085,1.146-3.25,1.146-6.5
+ c0-3.266-0.382-5.438-1.146-6.511c-0.762-1.073-1.712-1.611-2.85-1.611c-1.119,0-2.012,0.474-2.68,1.422
+ C737.338,946.39,736.92,948.623,736.92,951.88z"/>
+ </g>
+ </g>
+</g>
+</svg>
diff --git a/moonlight-theme/lockscreen/gnome-background.xml b/moonlight-theme/lockscreen/gnome-background.xml
new file mode 100644
index 0000000..51573d7
--- /dev/null
+++ b/moonlight-theme/lockscreen/gnome-background.xml
@@ -0,0 +1,12 @@
+<background>
+ <static>
+ <duration>8640000.0</duration>
+ <file>
+ <size width="1280" height="1024">/usr/share/desktop-base/moonlight-theme/lockscreen/contents/images/1280x1024.svg</size>
+ <size width="1600" height="1200">/usr/share/desktop-base/moonlight-theme/lockscreen/contents/images/1600x1200.svg</size>
+ <size width="1920" height="1080">/usr/share/desktop-base/moonlight-theme/lockscreen/contents/images/1920x1080.svg</size>
+ <size width="1920" height="1200">/usr/share/desktop-base/moonlight-theme/lockscreen/contents/images/1920x1200.svg</size>
+ </file>
+ </static>
+</background>
+
diff --git a/moonlight-theme/lockscreen/metadata.desktop b/moonlight-theme/lockscreen/metadata.desktop
new file mode 100644
index 0000000..0c96c98
--- /dev/null
+++ b/moonlight-theme/lockscreen/metadata.desktop
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Name=Moonlight Lock Screen
+Name[fr]=Écran de verrouillage pour Clair de Lune
+X-KDE-PluginInfo-Name=MoonlightLockScreen
+X-KDE-PluginInfo-Author=Juliette Taka Belin
+X-KDE-PluginInfo-Email=juliettetaka.belin@gmail.com
+X-KDE-PluginInfo-License=GPLv2+
diff --git a/moonlight-theme/login/background-nologo.svg b/moonlight-theme/login/background-nologo.svg
new file mode 100644
index 0000000..9a09631
--- /dev/null
+++ b/moonlight-theme/login/background-nologo.svg
@@ -0,0 +1,83 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ width="1920px" height="1080px" viewBox="0 0 1920 1080" enable-background="new 0 0 1920 1080" xml:space="preserve">
+<g id="Layer_2">
+ <rect x="-337" y="-265.988" fill="#23353D" width="2600" height="1708.988"/>
+ <g>
+ <rect x="-337" y="-282.043" fill="#133544" width="2600" height="2042.495"/>
+
+ <radialGradient id="SVGID_1_" cx="267.4749" cy="-608.793" r="1100.5118" gradientTransform="matrix(1 0 0 1.1952 695.5254 1466.8336)" gradientUnits="userSpaceOnUse">
+ <stop offset="0" style="stop-color:#24363E"/>
+ <stop offset="0.1555" style="stop-color:#273943"/>
+ <stop offset="0.3948" style="stop-color:#2B3F49"/>
+ <stop offset="0.6601" style="stop-color:#2E424D"/>
+ <stop offset="1" style="stop-color:#2F434E"/>
+ </radialGradient>
+ <rect x="-337" y="-282.043" fill="none" stroke="url(#SVGID_1_)" stroke-miterlimit="10" width="2600" height="2042.495"/>
+ </g>
+
+ <radialGradient id="SVGID_2_" cx="963.0198" cy="174.1523" r="1100.0315" gradientTransform="matrix(1 0 0 -1.0431 -0.02 1050.7988)" gradientUnits="userSpaceOnUse">
+ <stop offset="0" style="stop-color:#23516C"/>
+ <stop offset="1" style="stop-color:#133443"/>
+ </radialGradient>
+ <rect x="-337" y="-22.169" opacity="0.5" fill="url(#SVGID_2_)" enable-background="new " width="2600" height="1782.619"/>
+</g>
+<g id="Layer_1_1_">
+
+ <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="490.7605" y1="165.499" x2="2280.3108" y2="165.499" gradientTransform="matrix(1 0 0 -1 -225.9351 971.0781)">
+ <stop offset="0" style="stop-color:#2B4F5A"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+ <rect x="264.825" y="790.627" opacity="0.2" fill="url(#SVGID_3_)" enable-background="new " width="1789.55" height="29.904"/>
+
+ <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="825.2288" y1="586.9453" x2="2614.7766" y2="586.9453" gradientTransform="matrix(-1 0 0 1 3067.5962 170.1025)">
+ <stop offset="0" style="stop-color:#2B4F5A"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+ <rect x="452.82" y="742.096" opacity="0.2" fill="url(#SVGID_4_)" enable-background="new " width="1789.548" height="29.904"/>
+
+ <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="1530.1311" y1="318.4028" x2="1530.1311" y2="630.7964" gradientTransform="matrix(0 1 1 0 1021.8831 -842.3088)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+
+ <line opacity="0.3" fill="none" stroke="url(#SVGID_5_)" stroke-width="3" stroke-miterlimit="10" enable-background="new " x1="1340.285" y1="687.822" x2="1652.679" y2="687.822"/>
+
+ <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="985.2952" y1="391.2725" x2="985.2952" y2="391.2725" gradientTransform="matrix(1 0 0 -1 -0.02 1079.0947)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+ <path opacity="0.6" fill="#F6F6F6" stroke="url(#SVGID_6_)" stroke-miterlimit="10" enable-background="new " d="
+ M985.275,687.822"/>
+
+ <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="985.2952" y1="78.8779" x2="985.2952" y2="78.8779" gradientTransform="matrix(1 0 0 -1 -0.02 1079.0947)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+ <path opacity="0.6" fill="#F6F6F6" stroke="url(#SVGID_7_)" stroke-miterlimit="10" enable-background="new " d="
+ M985.275,1000.217"/>
+
+ <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="1142.4114" y1="-84.0884" x2="1142.4114" y2="15.4185" gradientTransform="matrix(0 1 1 0 1021.8831 -842.3088)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+
+ <line opacity="0.3" fill="none" stroke="url(#SVGID_8_)" stroke-width="3" stroke-miterlimit="10" enable-background="new " x1="937.794" y1="300.103" x2="1037.301" y2="300.103"/>
+
+ <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="971.4192" y1="292.4106" x2="971.4192" y2="445.1821" gradientTransform="matrix(0 1 1 0 1021.8831 -842.3088)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+
+ <line opacity="0.3" fill="none" stroke="url(#SVGID_9_)" stroke-width="3" stroke-miterlimit="10" enable-background="new " x1="1314.293" y1="129.111" x2="1467.065" y2="129.111"/>
+
+ <linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="1733.3088" y1="608.1943" x2="1733.3088" y2="707.7012" gradientTransform="matrix(0 1 1 0 1021.8831 -842.3088)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+
+ <line opacity="0.3" fill="none" stroke="url(#SVGID_10_)" stroke-width="3" stroke-miterlimit="10" enable-background="new " x1="1630.077" y1="891" x2="1729.584" y2="891"/>
+</g>
+</svg>
diff --git a/moonlight-theme/login/background.svg b/moonlight-theme/login/background.svg
new file mode 100755
index 0000000..90e3b9c
--- /dev/null
+++ b/moonlight-theme/login/background.svg
@@ -0,0 +1,2221 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="1920px"
+ height="1080px" viewBox="0 0 1920 1080" enable-background="new 0 0 1920 1080" xml:space="preserve">
+<g id="Layer_2">
+ <rect x="-337" y="-265.988" fill="#23353D" width="2600" height="1708.988"/>
+ <g>
+ <rect x="-337" y="-282.043" fill="#133544" width="2600" height="2042.495"/>
+
+ <radialGradient id="SVGID_1_" cx="267.4551" cy="1470.0664" r="1100.5116" gradientTransform="matrix(1 0 0 -1.1952 695.5449 2496.2285)" gradientUnits="userSpaceOnUse">
+ <stop offset="0" style="stop-color:#24363E"/>
+ <stop offset="0.1555" style="stop-color:#273943"/>
+ <stop offset="0.3948" style="stop-color:#2B3F49"/>
+ <stop offset="0.6601" style="stop-color:#2E424D"/>
+ <stop offset="1" style="stop-color:#2F434E"/>
+ </radialGradient>
+ <rect x="-337" y="-282.043" fill="none" stroke="url(#SVGID_1_)" stroke-miterlimit="10" width="2600" height="2042.495"/>
+ </g>
+
+ <radialGradient id="SVGID_2_" cx="963" cy="900.042" r="1100.0315" gradientTransform="matrix(1 0 0 1.0431 0 -69.6934)" gradientUnits="userSpaceOnUse">
+ <stop offset="0" style="stop-color:#23516C"/>
+ <stop offset="1" style="stop-color:#133443"/>
+ </radialGradient>
+ <rect x="-337" y="-22.169" opacity="0.5" fill="url(#SVGID_2_)" width="2600" height="1782.619"/>
+</g>
+<g id="Layer_1">
+
+ <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="490.7393" y1="913.5967" x2="2280.29" y2="913.5967" gradientTransform="matrix(1 0 0 1 -225.915 -108.0171)">
+ <stop offset="0" style="stop-color:#2B4F5A"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+ <rect x="264.825" y="790.627" opacity="0.2" fill="url(#SVGID_3_)" width="1789.55" height="29.904"/>
+ <path opacity="0.3" fill="#244960" stroke="#F6F6F6" stroke-width="3" stroke-miterlimit="10" d="M874.387,736.378
+ c-104.905,104.904-274.99,104.903-379.895-0.002c-104.906-104.905-104.906-274.989-0.001-379.895"/>
+ <circle opacity="0.3" fill="#244960" cx="667.455" cy="590.293" r="220.76"/>
+ <circle opacity="0.6" fill="#0F90AF" cx="644.953" cy="687.544" r="105.721"/>
+ <circle opacity="0.2" fill="#31708E" cx="651.386" cy="650.837" r="160.215"/>
+ <g>
+ <path fill="none" d="M589.486,754.467l-3.288-3.287l-10.981,10.98c1.035,1.145,2.103,2.268,3.205,3.371l0,0L589.486,754.467z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M558.459,690.252c-0.242-0.244-0.207-0.672,0.081-0.961l7.413-7.412L555.7,671.625
+ c-3.484,10.873-4.91,22.26-4.28,33.553l10.983-10.982L558.459,690.252z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M600.73,744.107l7.854,7.854l5.793-5.793l-11.585-11.584l-16.595,16.596l3.288,3.287
+ l10.424-10.424C600.119,743.834,600.486,743.863,600.73,744.107z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M600.394,647.438c0.288-0.288,0.718-0.324,0.96-0.081l0.586,0.586
+ c-0.566-0.566-0.675-1.377-0.242-1.809l18.942-18.943l-12.653-12.654c-10.746,4.521-20.813,11.156-29.563,19.907
+ c-2.613,2.613-5.036,5.343-7.271,8.173l17.031,17.031L600.394,647.438z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M656.584,608.154c-3.772-0.516-7.57-0.799-11.371-0.85l6.111,6.11L656.584,608.154z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M712.535,648.013c0.432-0.433,1.134-0.433,1.565,0l14.805,14.805
+ c-4.504-10.299-10.969-19.946-19.396-28.373c-11.092-11.092-24.297-18.784-38.317-23.079l38.995,38.996L712.535,648.013z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M690.459,652.55l5.131-5.132c0.34-0.34,0.627-0.602,0.643-0.587l2.455,2.456
+ c0.016,0.016-0.247,0.303-0.587,0.643l-5.131,5.131l6.259,6.259l10.959-10.958l-38.995-38.996
+ c-4.792-1.466-9.678-2.537-14.608-3.211l-5.26,5.261L690.459,652.55z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M690.459,652.55l5.131-5.132c0.34-0.34,0.627-0.602,0.643-0.587l2.455,2.456
+ c0.016,0.016-0.247,0.303-0.587,0.643l-5.131,5.131l6.259,6.259l10.959-10.958l-38.995-38.996
+ c-4.792-1.466-9.678-2.537-14.608-3.211l-5.26,5.261L690.459,652.55z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M729.416,735.967c0.493-1.172,0.961-2.354,1.403-3.541l-2.472,2.473L729.416,735.967z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M729.416,735.967c0.493-1.172,0.961-2.354,1.403-3.541l-2.472,2.473L729.416,735.967z"/>
+
+ <rect x="611.397" y="745.172" transform="matrix(0.7071 0.7071 -0.7071 0.7071 708.9714 -213.0713)" opacity="0.4" fill="#FFF8B9" width="0.577" height="8.192"/>
+
+ <rect x="611.397" y="745.172" transform="matrix(0.7071 0.7071 -0.7071 0.7071 708.9714 -213.0713)" opacity="0.4" fill="#FFF8B9" width="0.577" height="8.192"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M632.715,743.84l-6.594,6.594c-0.269,0.27-0.495,0.479-0.506,0.469l-1.736-1.736
+ c-0.01-0.012,0.2-0.238,0.469-0.506l6.593-6.594l-4.133-4.133l-16.126,16.125l29.554,29.553c0.244,0.244,0.273,0.613,0.064,0.82
+ L632.733,792c1.424,0.172,2.851,0.311,4.277,0.418l22.141-22.141L632.715,743.84z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M632.715,743.84l-6.594,6.594c-0.269,0.27-0.495,0.479-0.506,0.469l-1.736-1.736
+ c-0.01-0.012,0.2-0.238,0.469-0.506l6.593-6.594l-4.133-4.133l-16.126,16.125l29.554,29.553c0.244,0.244,0.273,0.613,0.064,0.82
+ L632.733,792c1.424,0.172,2.851,0.311,4.277,0.418l22.141-22.141L632.715,743.84z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M703.973,770.639c1.896-1.615,3.744-3.316,5.537-5.109
+ c5.761-5.76,10.604-12.092,14.531-18.811l-21.995,21.994L703.973,770.639z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M703.973,770.639c1.896-1.615,3.744-3.316,5.537-5.109
+ c5.761-5.76,10.604-12.092,14.531-18.811l-21.995,21.994L703.973,770.639z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M709.404,753.84c-0.432,0.434-1.134,0.434-1.565,0l-0.87-0.869l-25.418-25.418
+ l-10.333,10.332l30.828,30.828l21.995-21.994c2.038-3.488,3.83-7.08,5.375-10.752l-1.068-1.068L709.404,753.84z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M709.404,753.84c-0.432,0.434-1.134,0.434-1.565,0l-0.87-0.869l-25.418-25.418
+ l-10.333,10.332l30.828,30.828l21.995-21.994c2.038-3.488,3.83-7.08,5.375-10.752l-1.068-1.068L709.404,753.84z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M709.404,753.84c-0.432,0.434-1.134,0.434-1.565,0l-0.87-0.869l-25.418-25.418
+ l-10.333,10.332l30.828,30.828l21.995-21.994c2.038-3.488,3.83-7.08,5.375-10.752l-1.068-1.068L709.404,753.84z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M553.034,718.016c3.155,15.986,10.549,31.303,22.183,44.145l10.981-10.98L553.034,718.016z"
+ />
+ <path opacity="0.4" fill="#FFF8B9" d="M602.793,734.584l-40.39-40.389l-10.983,10.982c0.239,4.303,0.777,8.594,1.614,12.838
+ l33.164,33.164L602.793,734.584z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M602.793,734.584l-40.39-40.389l-10.983,10.982c0.239,4.303,0.777,8.594,1.614,12.838
+ l33.164,33.164L602.793,734.584z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M624.71,735.836l-5.706-5.705c-0.203-0.205-0.347-0.439-0.43-0.678l-6.82,6.822
+ c-0.34,0.338-0.627,0.602-0.643,0.586l-2.455-2.455c-0.016-0.016,0.247-0.303,0.587-0.643l9.201-9.203l-2.814-2.814
+ l-12.837,12.838l11.585,11.584L624.71,735.836z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M624.71,735.836l-5.706-5.705c-0.203-0.205-0.347-0.439-0.43-0.678l-6.82,6.822
+ c-0.34,0.338-0.627,0.602-0.643,0.586l-2.455-2.455c-0.016-0.016,0.247-0.303,0.587-0.643l9.201-9.203l-2.814-2.814
+ l-12.837,12.838l11.585,11.584L624.71,735.836z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M565.953,681.879l-7.413,7.412c-0.288,0.289-0.323,0.717-0.081,0.961l3.944,3.943
+ l7.934-7.934L565.953,681.879z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M565.953,681.879l-7.413,7.412c-0.288,0.289-0.323,0.717-0.081,0.961l3.944,3.943
+ l7.934-7.934L565.953,681.879z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M604.515,652.084c0.433-0.433,0.981-0.584,1.226-0.34l-3.801-3.801l-0.586-0.586
+ c-0.242-0.243-0.672-0.207-0.96,0.081l-12.211,12.21l4.384,4.385L604.515,652.084z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M604.515,652.084c0.433-0.433,0.981-0.584,1.226-0.34l-3.801-3.801l-0.586-0.586
+ c-0.242-0.243-0.672-0.207-0.96,0.081l-12.211,12.21l4.384,4.385L604.515,652.084z"/>
+
+ <rect x="615.751" y="718.058" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -327.5095 649.33)" opacity="0.4" fill="#FFF8B9" width="8.784" height="3.98"/>
+
+ <rect x="615.751" y="718.058" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -327.5095 649.33)" opacity="0.4" fill="#FFF8B9" width="8.784" height="3.98"/>
+
+ <rect x="615.751" y="718.058" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -327.5095 649.33)" opacity="0.5" fill="#D1E4B7" width="8.784" height="3.98"/>
+
+ <rect x="619.459" y="733.9" transform="matrix(0.7071 0.7071 -0.7071 0.7071 705.6318 -221.1338)" opacity="0.4" fill="#FFF8B9" width="0.577" height="14.612"/>
+
+ <rect x="619.459" y="733.9" transform="matrix(0.7071 0.7071 -0.7071 0.7071 705.6318 -221.1338)" opacity="0.4" fill="#FFF8B9" width="0.577" height="14.612"/>
+
+ <rect x="619.459" y="733.9" transform="matrix(0.7071 0.7071 -0.7071 0.7071 705.6318 -221.1338)" opacity="0.5" fill="#D1E4B7" width="0.577" height="14.612"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M609.368,655.371l-3.628-3.627c-0.244-0.244-0.793-0.093-1.226,0.34l-11.948,11.949
+ l4.07,4.069L609.368,655.371z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M609.368,655.371l-3.628-3.627c-0.244-0.244-0.793-0.093-1.226,0.34l-11.948,11.949
+ l4.07,4.069L609.368,655.371z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M609.368,655.371l-3.628-3.627c-0.244-0.244-0.793-0.093-1.226,0.34l-11.948,11.949
+ l4.07,4.069L609.368,655.371z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M614.208,720.324l-4.121,4.121c-0.432,0.434-1.107,0.457-1.509,0.057l-38.241-38.24
+ l-7.934,7.934l40.39,40.389l12.837-12.838L614.208,720.324z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M614.208,720.324l-4.121,4.121c-0.432,0.434-1.107,0.457-1.509,0.057l-38.241-38.24
+ l-7.934,7.934l40.39,40.389l12.837-12.838L614.208,720.324z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M614.208,720.324l-4.121,4.121c-0.432,0.434-1.107,0.457-1.509,0.057l-38.241-38.24
+ l-7.934,7.934l40.39,40.389l12.837-12.838L614.208,720.324z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M630.808,702.271c0.401,0.402,0.377,1.076-0.056,1.51l10.227-10.225l-11.168-11.169
+ c-0.096-0.095-0.106-0.239-0.025-0.32l3.14-3.14l-23.557-23.557l-12.731,12.731L630.808,702.271z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M630.808,702.271c0.401,0.402,0.377,1.076-0.056,1.51l10.227-10.225l-11.168-11.169
+ c-0.096-0.095-0.106-0.239-0.025-0.32l3.14-3.14l-23.557-23.557l-12.731,12.731L630.808,702.271z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M630.808,702.271c0.401,0.402,0.377,1.076-0.056,1.51l10.227-10.225l-11.168-11.169
+ c-0.096-0.095-0.106-0.239-0.025-0.32l3.14-3.14l-23.557-23.557l-12.731,12.731L630.808,702.271z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M630.808,702.271c0.401,0.402,0.377,1.076-0.056,1.51l10.227-10.225l-11.168-11.169
+ c-0.096-0.095-0.106-0.239-0.025-0.32l3.14-3.14l-23.557-23.557l-12.731,12.731L630.808,702.271z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M620.704,714.398c-0.156-0.158-0.134-0.436,0.053-0.623l-6.549,6.549l1.422,1.422
+ l6.212-6.211L620.704,714.398z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M620.704,714.398c-0.156-0.158-0.134-0.436,0.053-0.623l-6.549,6.549l1.422,1.422
+ l6.212-6.211L620.704,714.398z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M620.704,714.398c-0.156-0.158-0.134-0.436,0.053-0.623l-6.549,6.549l1.422,1.422
+ l6.212-6.211L620.704,714.398z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M620.704,714.398c-0.156-0.158-0.134-0.436,0.053-0.623l-6.549,6.549l1.422,1.422
+ l6.212-6.211L620.704,714.398z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M712.535,648.013l-2.348,2.349l11.892,11.892l1.615-1.614
+ c0.278-0.279,0.518-0.493,0.532-0.479l2.456,2.456c0.015,0.015-0.199,0.254-0.478,0.533l-1.615,1.614l7.999,7.998
+ c-1.032-3.368-2.261-6.688-3.684-9.944l-14.805-14.805C713.669,647.58,712.967,647.58,712.535,648.013z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M712.535,648.013l-2.348,2.349l11.892,11.892l1.615-1.614
+ c0.278-0.279,0.518-0.493,0.532-0.479l2.456,2.456c0.015,0.015-0.199,0.254-0.478,0.533l-1.615,1.614l7.999,7.998
+ c-1.032-3.368-2.261-6.688-3.684-9.944l-14.805-14.805C713.669,647.58,712.967,647.58,712.535,648.013z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M693.905,695.447l35.294,35.293c0.566,0.566,0.677,1.377,0.244,1.809l-1.723,1.723
+ l0.627,0.627l2.472-2.473c7.141-19.156,7.73-40.195,1.77-59.664l-7.999-7.998L693.905,695.447z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M693.905,695.447l35.294,35.293c0.566,0.566,0.677,1.377,0.244,1.809l-1.723,1.723
+ l0.627,0.627l2.472-2.473c7.141-19.156,7.73-40.195,1.77-59.664l-7.999-7.998L693.905,695.447z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M693.905,695.447l35.294,35.293c0.566,0.566,0.677,1.377,0.244,1.809l-1.723,1.723
+ l0.627,0.627l2.472-2.473c7.141-19.156,7.73-40.195,1.77-59.664l-7.999-7.998L693.905,695.447z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M704.081,667.738l-18.942,18.943l0.595,0.594l6.906-6.906
+ c0.269-0.268,0.494-0.477,0.504-0.467l1.736,1.736c0.011,0.011-0.198,0.236-0.467,0.506l-6.906,6.905l3.888,3.888l30.685-30.685
+ l-11.892-11.892l-10.959,10.958l4.61,4.61C704.405,666.496,704.514,667.307,704.081,667.738z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M704.081,667.738l-18.942,18.943l0.595,0.594l6.906-6.906
+ c0.269-0.268,0.494-0.477,0.504-0.467l1.736,1.736c0.011,0.011-0.198,0.236-0.467,0.506l-6.906,6.905l3.888,3.888l30.685-30.685
+ l-11.892-11.892l-10.959,10.958l4.61,4.61C704.405,666.496,704.514,667.307,704.081,667.738z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M704.081,667.738l-18.942,18.943l0.595,0.594l6.906-6.906
+ c0.269-0.268,0.494-0.477,0.504-0.467l1.736,1.736c0.011,0.011-0.198,0.236-0.467,0.506l-6.906,6.905l3.888,3.888l30.685-30.685
+ l-11.892-11.892l-10.959,10.958l4.61,4.61C704.405,666.496,704.514,667.307,704.081,667.738z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M706.969,752.971l0.87,0.869c0.432,0.434,1.134,0.434,1.565,0l18.943-18.941l-0.627-0.627
+ l-18.942,18.943C708.346,753.646,707.535,753.537,706.969,752.971z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M706.969,752.971l0.87,0.869c0.432,0.434,1.134,0.434,1.565,0l18.943-18.941l-0.627-0.627
+ l-18.942,18.943C708.346,753.646,707.535,753.537,706.969,752.971z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M706.969,752.971l0.87,0.869c0.432,0.434,1.134,0.434,1.565,0l18.943-18.941l-0.627-0.627
+ l-18.942,18.943C708.346,753.646,707.535,753.537,706.969,752.971z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M706.969,752.971l0.87,0.869c0.432,0.434,1.134,0.434,1.565,0l18.943-18.941l-0.627-0.627
+ l-18.942,18.943C708.346,753.646,707.535,753.537,706.969,752.971z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M637.011,792.418c13.113,0.98,26.396-0.816,38.89-5.391l-16.749-16.75L637.011,792.418z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M637.011,792.418c13.113,0.98,26.396-0.816,38.89-5.391l-16.749-16.75L637.011,792.418z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M637.011,792.418c13.113,0.98,26.396-0.816,38.89-5.391l-16.749-16.75L637.011,792.418z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M622.362,625.47c0.433-0.433,1.241-0.323,1.808,0.243l7.428,7.428l19.727-19.726
+ l-6.111-6.11c-12.666-0.17-25.36,2.242-37.227,7.232l12.653,12.654L622.362,625.47z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M622.362,625.47c0.433-0.433,1.241-0.323,1.808,0.243l7.428,7.428l19.727-19.726
+ l-6.111-6.11c-12.666-0.17-25.36,2.242-37.227,7.232l12.653,12.654L622.362,625.47z"/>
+
+ <rect x="633.356" y="628.897" transform="matrix(0.7071 0.7071 -0.7071 0.7071 648.1709 -279.1326)" opacity="0.4" fill="#FFF8B9" width="55.345" height="27.897"/>
+
+ <rect x="633.356" y="628.897" transform="matrix(0.7071 0.7071 -0.7071 0.7071 648.1709 -279.1326)" opacity="0.4" fill="#FFF8B9" width="55.345" height="27.897"/>
+
+ <rect x="633.356" y="628.897" transform="matrix(0.7071 0.7071 -0.7071 0.7071 648.1709 -279.1326)" opacity="0.4" fill="#FFF8B9" width="55.345" height="27.897"/>
+
+ <rect x="672.288" y="663.627" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1643.8633 655.195)" opacity="0.4" fill="#FFF8B9" width="27.896" height="8.851"/>
+
+ <rect x="672.288" y="663.627" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1643.8633 655.195)" opacity="0.4" fill="#FFF8B9" width="27.896" height="8.851"/>
+
+ <rect x="672.288" y="663.627" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1643.8633 655.195)" opacity="0.4" fill="#FFF8B9" width="27.896" height="8.851"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M679.91,681.453l4.742-4.742c0.4-0.4,0.732-0.715,0.742-0.705l1.652,1.652
+ c0.01,0.01-0.305,0.342-0.705,0.742l-4.742,4.742l3.539,3.539l18.942-18.943c0.433-0.432,0.324-1.242-0.242-1.809l-4.61-4.61
+ l-19.726,19.726L679.91,681.453z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M679.91,681.453l4.742-4.742c0.4-0.4,0.732-0.715,0.742-0.705l1.652,1.652
+ c0.01,0.01-0.305,0.342-0.705,0.742l-4.742,4.742l3.539,3.539l18.942-18.943c0.433-0.432,0.324-1.242-0.242-1.809l-4.61-4.61
+ l-19.726,19.726L679.91,681.453z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M679.91,681.453l4.742-4.742c0.4-0.4,0.732-0.715,0.742-0.705l1.652,1.652
+ c0.01,0.01-0.305,0.342-0.705,0.742l-4.742,4.742l3.539,3.539l18.942-18.943c0.433-0.432,0.324-1.242-0.242-1.809l-4.61-4.61
+ l-19.726,19.726L679.91,681.453z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M679.91,681.453l4.742-4.742c0.4-0.4,0.732-0.715,0.742-0.705l1.652,1.652
+ c0.01,0.01-0.305,0.342-0.705,0.742l-4.742,4.742l3.539,3.539l18.942-18.943c0.433-0.432,0.324-1.242-0.242-1.809l-4.61-4.61
+ l-19.726,19.726L679.91,681.453z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.301,734.586c-0.432,0.432-1.133,0.43-1.564-0.002l-4.227-4.227l-1.41,1.41l6.118,6.117
+ l10.333-10.332l-1.108-1.109L672.301,734.586z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.301,734.586c-0.432,0.432-1.133,0.43-1.564-0.002l-4.227-4.227l-1.41,1.41l6.118,6.117
+ l10.333-10.332l-1.108-1.109L672.301,734.586z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.301,734.586c-0.432,0.432-1.133,0.43-1.564-0.002l-4.227-4.227l-1.41,1.41l6.118,6.117
+ l10.333-10.332l-1.108-1.109L672.301,734.586z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M672.301,734.586c-0.432,0.432-1.133,0.43-1.564-0.002l-4.227-4.227l-1.41,1.41l6.118,6.117
+ l10.333-10.332l-1.108-1.109L672.301,734.586z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M646.939,713.605l5.323-5.322l-6.259-6.26l-5.447,5.447c0.238,0.082,0.474,0.225,0.677,0.43
+ L646.939,713.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M646.939,713.605l5.323-5.322l-6.259-6.26l-5.447,5.447c0.238,0.082,0.474,0.225,0.677,0.43
+ L646.939,713.605z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M646.939,713.605l5.323-5.322l-6.259-6.26l-5.447,5.447c0.238,0.082,0.474,0.225,0.677,0.43
+ L646.939,713.605z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M646.939,713.605l5.323-5.322l-6.259-6.26l-5.447,5.447c0.238,0.082,0.474,0.225,0.677,0.43
+ L646.939,713.605z"/>
+
+ <rect x="618.992" y="704.674" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -314.1283 654.9043)" opacity="0.4" fill="#FFF8B9" width="29.073" height="3.98"/>
+
+ <rect x="618.992" y="704.674" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -314.1283 654.9043)" opacity="0.4" fill="#FFF8B9" width="29.073" height="3.98"/>
+
+ <rect x="618.992" y="704.674" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -314.1283 654.9043)" opacity="0.5" fill="#D1E4B7" width="29.073" height="3.98"/>
+
+ <rect x="618.992" y="704.674" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -314.1283 654.9043)" opacity="0.2" fill="#FFF6A3" width="29.073" height="3.98"/>
+
+ <rect x="646.041" y="710.86" transform="matrix(0.7072 -0.707 0.707 0.7072 -312.5304 667.684)" opacity="0.4" fill="#FFF8B9" width="7.528" height="0.577"/>
+
+ <rect x="646.041" y="710.86" transform="matrix(0.7072 -0.707 0.707 0.7072 -312.5304 667.684)" opacity="0.4" fill="#FFF8B9" width="7.528" height="0.577"/>
+
+ <rect x="646.041" y="710.86" transform="matrix(0.7072 -0.707 0.707 0.7072 -312.5304 667.684)" opacity="0.4" fill="#FFF8B9" width="7.528" height="0.577"/>
+
+ <rect x="646.041" y="710.86" transform="matrix(0.7072 -0.707 0.707 0.7072 -312.5304 667.684)" opacity="0.5" fill="#D1E4B7" width="7.528" height="0.577"/>
+
+ <rect x="646.041" y="710.86" transform="matrix(0.7072 -0.707 0.707 0.7072 -312.5304 667.684)" opacity="0.2" fill="#FFF6A3" width="7.528" height="0.577"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M640.979,693.557l-10.227,10.225l-9.995,9.994c-0.187,0.188-0.209,0.465-0.053,0.623
+ l1.138,1.137l20.559-20.557L640.979,693.557z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M640.979,693.557l-10.227,10.225l-9.995,9.994c-0.187,0.188-0.209,0.465-0.053,0.623
+ l1.138,1.137l20.559-20.557L640.979,693.557z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M640.979,693.557l-10.227,10.225l-9.995,9.994c-0.187,0.188-0.209,0.465-0.053,0.623
+ l1.138,1.137l20.559-20.557L640.979,693.557z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M640.979,693.557l-10.227,10.225l-9.995,9.994c-0.187,0.188-0.209,0.465-0.053,0.623
+ l1.138,1.137l20.559-20.557L640.979,693.557z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M640.979,693.557l-10.227,10.225l-9.995,9.994c-0.187,0.188-0.209,0.465-0.053,0.623
+ l1.138,1.137l20.559-20.557L640.979,693.557z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.272,703.273l-1.664-1.664l-3.14,3.139c-0.081,0.082-0.225,0.07-0.321-0.025
+ l-4.421-4.422l-1.723,1.723l6.259,6.26L657.272,703.273z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.272,703.273l-1.664-1.664l-3.14,3.139c-0.081,0.082-0.225,0.07-0.321-0.025
+ l-4.421-4.422l-1.723,1.723l6.259,6.26L657.272,703.273z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M657.272,703.273l-1.664-1.664l-3.14,3.139c-0.081,0.082-0.225,0.07-0.321-0.025
+ l-4.421-4.422l-1.723,1.723l6.259,6.26L657.272,703.273z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.272,703.273l-1.664-1.664l-3.14,3.139c-0.081,0.082-0.225,0.07-0.321-0.025
+ l-4.421-4.422l-1.723,1.723l6.259,6.26L657.272,703.273z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M657.272,703.273l-1.664-1.664l-3.14,3.139c-0.081,0.082-0.225,0.07-0.321-0.025
+ l-4.421-4.422l-1.723,1.723l6.259,6.26L657.272,703.273z"/>
+
+ <rect x="654.683" y="702.44" transform="matrix(0.7071 0.7071 -0.7071 0.7071 691.0417 -256.3574)" opacity="0.4" fill="#FFF8B9" width="0.577" height="7.085"/>
+
+ <rect x="654.683" y="702.44" transform="matrix(0.7071 0.7071 -0.7071 0.7071 691.0417 -256.3574)" opacity="0.4" fill="#FFF8B9" width="0.577" height="7.085"/>
+
+ <rect x="654.683" y="702.44" transform="matrix(0.7071 0.7071 -0.7071 0.7071 691.0417 -256.3574)" opacity="0.4" fill="#FFF8B9" width="0.577" height="7.085"/>
+
+ <rect x="654.683" y="702.44" transform="matrix(0.7071 0.7071 -0.7071 0.7071 691.0417 -256.3574)" opacity="0.5" fill="#D1E4B7" width="0.577" height="7.085"/>
+
+ <rect x="654.683" y="702.44" transform="matrix(0.7071 0.7071 -0.7071 0.7071 691.0417 -256.3574)" opacity="0.4" fill="#FFF8B9" width="0.577" height="7.085"/>
+
+ <rect x="654.683" y="702.44" transform="matrix(0.7071 0.7071 -0.7071 0.7071 691.0417 -256.3574)" opacity="0.2" fill="#FFF6A3" width="0.577" height="7.085"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M632.925,678.928l-3.14,3.14c-0.081,0.081-0.07,0.226,0.025,0.32l11.168,11.169l3.287-3.287
+ L632.925,678.928z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M632.925,678.928l-3.14,3.14c-0.081,0.081-0.07,0.226,0.025,0.32l11.168,11.169l3.287-3.287
+ L632.925,678.928z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M632.925,678.928l-3.14,3.14c-0.081,0.081-0.07,0.226,0.025,0.32l11.168,11.169l3.287-3.287
+ L632.925,678.928z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M632.925,678.928l-3.14,3.14c-0.081,0.081-0.07,0.226,0.025,0.32l11.168,11.169l3.287-3.287
+ L632.925,678.928z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M632.925,678.928l-3.14,3.14c-0.081,0.081-0.07,0.226,0.025,0.32l11.168,11.169l3.287-3.287
+ L632.925,678.928z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M645.244,691.248c0.245,0.244,0.094,0.793-0.34,1.227l-2.504,2.504l2.815,2.814l3.286-3.287
+ L645.244,691.248z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M645.244,691.248c0.245,0.244,0.094,0.793-0.34,1.227l-2.504,2.504l2.815,2.814l3.286-3.287
+ L645.244,691.248z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M645.244,691.248c0.245,0.244,0.094,0.793-0.34,1.227l-2.504,2.504l2.815,2.814l3.286-3.287
+ L645.244,691.248z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M645.244,691.248c0.245,0.244,0.094,0.793-0.34,1.227l-2.504,2.504l2.815,2.814l3.286-3.287
+ L645.244,691.248z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M645.244,691.248c0.245,0.244,0.094,0.793-0.34,1.227l-2.504,2.504l2.815,2.814l3.286-3.287
+ L645.244,691.248z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M644.904,692.475c0.434-0.434,0.585-0.982,0.34-1.227l-0.979-0.979l-3.287,3.287
+ l1.422,1.422L644.904,692.475z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M644.904,692.475c0.434-0.434,0.585-0.982,0.34-1.227l-0.979-0.979l-3.287,3.287
+ l1.422,1.422L644.904,692.475z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M644.904,692.475c0.434-0.434,0.585-0.982,0.34-1.227l-0.979-0.979l-3.287,3.287
+ l1.422,1.422L644.904,692.475z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M644.904,692.475c0.434-0.434,0.585-0.982,0.34-1.227l-0.979-0.979l-3.287,3.287
+ l1.422,1.422L644.904,692.475z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M644.904,692.475c0.434-0.434,0.585-0.982,0.34-1.227l-0.979-0.979l-3.287,3.287
+ l1.422,1.422L644.904,692.475z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M644.904,692.475c0.434-0.434,0.585-0.982,0.34-1.227l-0.979-0.979l-3.287,3.287
+ l1.422,1.422L644.904,692.475z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.727,700.301l4.421,4.422c0.097,0.096,0.24,0.107,0.321,0.025l3.14-3.139l-4.596-4.594
+ L647.727,700.301z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.727,700.301l4.421,4.422c0.097,0.096,0.24,0.107,0.321,0.025l3.14-3.139l-4.596-4.594
+ L647.727,700.301z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M647.727,700.301l4.421,4.422c0.097,0.096,0.24,0.107,0.321,0.025l3.14-3.139l-4.596-4.594
+ L647.727,700.301z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.727,700.301l4.421,4.422c0.097,0.096,0.24,0.107,0.321,0.025l3.14-3.139l-4.596-4.594
+ L647.727,700.301z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M647.727,700.301l4.421,4.422c0.097,0.096,0.24,0.107,0.321,0.025l3.14-3.139l-4.596-4.594
+ L647.727,700.301z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M647.727,700.301l4.421,4.422c0.097,0.096,0.24,0.107,0.321,0.025l3.14-3.139l-4.596-4.594
+ L647.727,700.301z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M589.486,754.467l-11.064,11.064c2.951,2.951,6.054,5.66,9.279,8.129l10.489-10.488
+ L589.486,754.467z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M589.638,775.102c11.043,8.01,23.454,13.281,36.3,15.816l-26.058-26.057L589.638,775.102z"
+ />
+ <path opacity="0.4" fill="#FFF8B9" d="M598.29,763.072c-0.107-0.375-0.02-0.797,0.275-1.092l10.02-10.02l-7.854-7.854
+ c-0.244-0.244-0.611-0.273-0.82-0.064l-10.424,10.424l8.704,8.705L598.29,763.072z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M598.29,763.072c-0.107-0.375-0.02-0.797,0.275-1.092l10.02-10.02l-7.854-7.854
+ c-0.244-0.244-0.611-0.273-0.82-0.064l-10.424,10.424l8.704,8.705L598.29,763.072z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M608.585,751.961l-10.02,10.02c-0.295,0.295-0.383,0.717-0.275,1.092l10.703-10.703
+ L608.585,751.961z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M608.585,751.961l-10.02,10.02c-0.295,0.295-0.383,0.717-0.275,1.092l10.703-10.703
+ L608.585,751.961z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M608.585,751.961l-10.02,10.02c-0.295,0.295-0.383,0.717-0.275,1.092l10.703-10.703
+ L608.585,751.961z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M640.235,783.611l-29.554-29.553l-10.802,10.803l26.058,26.057
+ c2.254,0.443,4.521,0.807,6.796,1.082l7.566-7.568C640.509,784.225,640.479,783.855,640.235,783.611z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M640.235,783.611l-29.554-29.553l-10.802,10.803l26.058,26.057
+ c2.254,0.443,4.521,0.807,6.796,1.082l7.566-7.568C640.509,784.225,640.479,783.855,640.235,783.611z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M640.235,783.611l-29.554-29.553l-10.802,10.803l26.058,26.057
+ c2.254,0.443,4.521,0.807,6.796,1.082l7.566-7.568C640.509,784.225,640.479,783.855,640.235,783.611z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M666.51,730.357l4.227,4.227c0.432,0.432,1.133,0.434,1.564,0.002l8.142-8.143l-5.01-5.01
+ L666.51,730.357z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M666.51,730.357l4.227,4.227c0.432,0.432,1.133,0.434,1.564,0.002l8.142-8.143l-5.01-5.01
+ L666.51,730.357z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M666.51,730.357l4.227,4.227c0.432,0.432,1.133,0.434,1.564,0.002l8.142-8.143l-5.01-5.01
+ L666.51,730.357z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M666.51,730.357l4.227,4.227c0.432,0.432,1.133,0.434,1.564,0.002l8.142-8.143l-5.01-5.01
+ L666.51,730.357z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M666.51,730.357l4.227,4.227c0.432,0.432,1.133,0.434,1.564,0.002l8.142-8.143l-5.01-5.01
+ L666.51,730.357z"/>
+
+ <rect x="661.269" y="728.186" transform="matrix(-0.707 -0.7072 0.7072 -0.707 617.6544 1714.2551)" opacity="0.4" fill="#FFF8B9" width="5.314" height="1.994"/>
+
+ <rect x="661.269" y="728.186" transform="matrix(-0.707 -0.7072 0.7072 -0.707 617.6544 1714.2551)" opacity="0.4" fill="#FFF8B9" width="5.314" height="1.994"/>
+
+ <rect x="661.269" y="728.186" transform="matrix(-0.707 -0.7072 0.7072 -0.707 617.6544 1714.2551)" opacity="0.4" fill="#FFF8B9" width="5.314" height="1.994"/>
+
+ <rect x="661.269" y="728.186" transform="matrix(-0.707 -0.7072 0.7072 -0.707 617.6544 1714.2551)" opacity="0.2" fill="#FFF6A3" width="5.314" height="1.994"/>
+
+ <rect x="661.269" y="728.186" transform="matrix(-0.707 -0.7072 0.7072 -0.707 617.6544 1714.2551)" opacity="0.4" fill="#FFF8B9" width="5.314" height="1.994"/>
+
+ <rect x="656.596" y="720.101" transform="matrix(0.7069 -0.7074 0.7074 0.7069 -318.5433 677.0442)" opacity="0.4" fill="#FFF8B9" width="1.994" height="5.497"/>
+
+ <rect x="656.596" y="720.101" transform="matrix(0.7069 -0.7074 0.7074 0.7069 -318.5433 677.0442)" opacity="0.4" fill="#FFF8B9" width="1.994" height="5.497"/>
+
+ <rect x="656.596" y="720.101" transform="matrix(0.7069 -0.7074 0.7074 0.7069 -318.5433 677.0442)" opacity="0.4" fill="#FFF8B9" width="1.994" height="5.497"/>
+
+ <rect x="656.596" y="720.101" transform="matrix(0.7069 -0.7074 0.7074 0.7069 -318.5433 677.0442)" opacity="0.2" fill="#FFF6A3" width="1.994" height="5.497"/>
+
+ <rect x="656.596" y="720.101" transform="matrix(0.7069 -0.7074 0.7074 0.7069 -318.5433 677.0442)" opacity="0.4" fill="#FFF8B9" width="1.994" height="5.497"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M654.767,717.051l3.133-3.133l-3.539-3.539l-5.323,5.324l4.133,4.133l1.435-1.434
+ C654.349,717.975,654.401,717.416,654.767,717.051z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M654.767,717.051l3.133-3.133l-3.539-3.539l-5.323,5.324l4.133,4.133l1.435-1.434
+ C654.349,717.975,654.401,717.416,654.767,717.051z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M654.767,717.051l3.133-3.133l-3.539-3.539l-5.323,5.324l4.133,4.133l1.435-1.434
+ C654.349,717.975,654.401,717.416,654.767,717.051z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M654.767,717.051l3.133-3.133l-3.539-3.539l-5.323,5.324l4.133,4.133l1.435-1.434
+ C654.349,717.975,654.401,717.416,654.767,717.051z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M654.767,717.051l3.133-3.133l-3.539-3.539l-5.323,5.324l4.133,4.133l1.435-1.434
+ C654.349,717.975,654.401,717.416,654.767,717.051z"/>
+
+ <rect x="655.093" y="707.142" transform="matrix(0.7072 -0.707 0.707 0.7072 -308.8815 673.4805)" opacity="0.4" fill="#FFF8B9" width="7.083" height="5.005"/>
+
+ <rect x="655.093" y="707.142" transform="matrix(0.7072 -0.707 0.707 0.7072 -308.8815 673.4805)" opacity="0.4" fill="#FFF8B9" width="7.083" height="5.005"/>
+
+ <rect x="655.093" y="707.142" transform="matrix(0.7072 -0.707 0.707 0.7072 -308.8815 673.4805)" opacity="0.4" fill="#FFF8B9" width="7.083" height="5.005"/>
+
+ <rect x="655.093" y="707.142" transform="matrix(0.7072 -0.707 0.707 0.7072 -308.8815 673.4805)" opacity="0.4" fill="#FFF8B9" width="7.083" height="5.005"/>
+
+ <rect x="655.093" y="707.142" transform="matrix(0.7072 -0.707 0.707 0.7072 -308.8815 673.4805)" opacity="0.2" fill="#FFF6A3" width="7.083" height="5.005"/>
+
+ <rect x="655.093" y="707.142" transform="matrix(0.7072 -0.707 0.707 0.7072 -308.8815 673.4805)" opacity="0.4" fill="#FFF8B9" width="7.083" height="5.005"/>
+
+ <rect x="662.783" y="721.359" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -315.9866 685.2332)" opacity="0.4" fill="#FFF8B9" width="12.62" height="5.314"/>
+
+ <rect x="662.783" y="721.359" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -315.9866 685.2332)" opacity="0.4" fill="#FFF8B9" width="12.62" height="5.314"/>
+
+ <rect x="662.783" y="721.359" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -315.9866 685.2332)" opacity="0.4" fill="#FFF8B9" width="12.62" height="5.314"/>
+
+ <rect x="662.783" y="721.359" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -315.9866 685.2332)" opacity="0.2" fill="#FFF6A3" width="12.62" height="5.314"/>
+
+ <rect x="662.783" y="721.359" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -315.9866 685.2332)" opacity="0.4" fill="#FFF8B9" width="12.62" height="5.314"/>
+
+ <rect x="662.783" y="721.359" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -315.9866 685.2332)" opacity="0.4" fill="#FFF8B9" width="12.62" height="5.314"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M663.065,717.52c-0.433,0.432-1.134,0.432-1.565,0l-1.232-1.232l-3.914,3.914l3.888,3.887
+ l8.923-8.922l-1.872-1.873L663.065,717.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M663.065,717.52c-0.433,0.432-1.134,0.432-1.565,0l-1.232-1.232l-3.914,3.914l3.888,3.887
+ l8.923-8.922l-1.872-1.873L663.065,717.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M663.065,717.52c-0.433,0.432-1.134,0.432-1.565,0l-1.232-1.232l-3.914,3.914l3.888,3.887
+ l8.923-8.922l-1.872-1.873L663.065,717.52z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M663.065,717.52c-0.433,0.432-1.134,0.432-1.565,0l-1.232-1.232l-3.914,3.914l3.888,3.887
+ l8.923-8.922l-1.872-1.873L663.065,717.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M663.065,717.52c-0.433,0.432-1.134,0.432-1.565,0l-1.232-1.232l-3.914,3.914l3.888,3.887
+ l8.923-8.922l-1.872-1.873L663.065,717.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M663.065,717.52c-0.433,0.432-1.134,0.432-1.565,0l-1.232-1.232l-3.914,3.914l3.888,3.887
+ l8.923-8.922l-1.872-1.873L663.065,717.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.899,713.918l-3.133,3.133c-0.365,0.365-0.418,0.924-0.162,1.352l3.89-3.889
+ L657.899,713.918z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.899,713.918l-3.133,3.133c-0.365,0.365-0.418,0.924-0.162,1.352l3.89-3.889
+ L657.899,713.918z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.899,713.918l-3.133,3.133c-0.365,0.365-0.418,0.924-0.162,1.352l3.89-3.889
+ L657.899,713.918z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M657.899,713.918l-3.133,3.133c-0.365,0.365-0.418,0.924-0.162,1.352l3.89-3.889
+ L657.899,713.918z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.899,713.918l-3.133,3.133c-0.365,0.365-0.418,0.924-0.162,1.352l3.89-3.889
+ L657.899,713.918z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.899,713.918l-3.133,3.133c-0.365,0.365-0.418,0.924-0.162,1.352l3.89-3.889
+ L657.899,713.918z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M661.5,717.52c0.432,0.432,1.133,0.432,1.565,0l4.227-4.227l-2.016-2.016l-5.009,5.01
+ L661.5,717.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M661.5,717.52c0.432,0.432,1.133,0.432,1.565,0l4.227-4.227l-2.016-2.016l-5.009,5.01
+ L661.5,717.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M661.5,717.52c0.432,0.432,1.133,0.432,1.565,0l4.227-4.227l-2.016-2.016l-5.009,5.01
+ L661.5,717.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M661.5,717.52c0.432,0.432,1.133,0.432,1.565,0l4.227-4.227l-2.016-2.016l-5.009,5.01
+ L661.5,717.52z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M661.5,717.52c0.432,0.432,1.133,0.432,1.565,0l4.227-4.227l-2.016-2.016l-5.009,5.01
+ L661.5,717.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M661.5,717.52c0.432,0.432,1.133,0.432,1.565,0l4.227-4.227l-2.016-2.016l-5.009,5.01
+ L661.5,717.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M661.5,717.52c0.432,0.432,1.133,0.432,1.565,0l4.227-4.227l-2.016-2.016l-5.009,5.01
+ L661.5,717.52z"/>
+
+ <rect x="660.281" y="708.17" transform="matrix(0.7077 0.7065 -0.7065 0.7077 695.9731 -258.7603)" opacity="0.4" fill="#FFF8B9" width="0.84" height="7.083"/>
+
+ <rect x="660.281" y="708.17" transform="matrix(0.7077 0.7065 -0.7065 0.7077 695.9731 -258.7603)" opacity="0.4" fill="#FFF8B9" width="0.84" height="7.083"/>
+
+ <rect x="660.281" y="708.17" transform="matrix(0.7077 0.7065 -0.7065 0.7077 695.9731 -258.7603)" opacity="0.4" fill="#FFF8B9" width="0.84" height="7.083"/>
+
+ <rect x="660.281" y="708.17" transform="matrix(0.7077 0.7065 -0.7065 0.7077 695.9731 -258.7603)" opacity="0.4" fill="#FFF8B9" width="0.84" height="7.083"/>
+
+ <rect x="660.281" y="708.17" transform="matrix(0.7077 0.7065 -0.7065 0.7077 695.9731 -258.7603)" opacity="0.2" fill="#FFF6A3" width="0.84" height="7.083"/>
+
+ <rect x="660.281" y="708.17" transform="matrix(0.7077 0.7065 -0.7065 0.7077 695.9731 -258.7603)" opacity="0.4" fill="#FFF8B9" width="0.84" height="7.083"/>
+
+ <rect x="660.281" y="708.17" transform="matrix(0.7077 0.7065 -0.7065 0.7077 695.9731 -258.7603)" opacity="0.4" fill="#FFF8B9" width="0.84" height="7.083"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M609.368,655.371l19.726-19.726l-8.454-8.454l-18.942,18.943
+ c-0.433,0.432-0.324,1.242,0.242,1.809l3.801,3.801L609.368,655.371z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M609.368,655.371l19.726-19.726l-8.454-8.454l-18.942,18.943
+ c-0.433,0.432-0.324,1.242,0.242,1.809l3.801,3.801L609.368,655.371z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.7,670.152c0.081-0.081,0.225-0.07,0.32,0.025l15.405,15.404l10.803-10.803
+ l-39.135-39.134l-19.726,19.726l23.557,23.557L641.7,670.152z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.7,670.152c0.081-0.081,0.225-0.07,0.32,0.025l15.405,15.404l10.803-10.803
+ l-39.135-39.134l-19.726,19.726l23.557,23.557L641.7,670.152z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.7,670.152c0.081-0.081,0.225-0.07,0.32,0.025l15.405,15.404l10.803-10.803
+ l-39.135-39.134l-19.726,19.726l23.557,23.557L641.7,670.152z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M671.808,680.09c0.101-0.102,0.225-0.143,0.277-0.09l4.231,4.231l0.682-0.682l-6.259-6.259
+ l-6.889,6.889l1.933,1.934L671.808,680.09z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M671.808,680.09c0.101-0.102,0.225-0.143,0.277-0.09l4.231,4.231l0.682-0.682l-6.259-6.259
+ l-6.889,6.889l1.933,1.934L671.808,680.09z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M671.808,680.09c0.101-0.102,0.225-0.143,0.277-0.09l4.231,4.231l0.682-0.682l-6.259-6.259
+ l-6.889,6.889l1.933,1.934L671.808,680.09z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M681.608,688.16l1.62,1.619l2.505-2.504l-0.595-0.594l-1.722,1.721
+ C682.984,688.835,682.175,688.727,681.608,688.16z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M681.608,688.16l1.62,1.619l2.505-2.504l-0.595-0.594l-1.722,1.721
+ C682.984,688.835,682.175,688.727,681.608,688.16z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M681.608,688.16l1.62,1.619l2.505-2.504l-0.595-0.594l-1.722,1.721
+ C682.984,688.835,682.175,688.727,681.608,688.16z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M681.608,688.16l1.62,1.619l2.505-2.504l-0.595-0.594l-1.722,1.721
+ C682.984,688.835,682.175,688.727,681.608,688.16z"/>
+
+ <rect x="686.428" y="689.497" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1664.3203 695.1072)" opacity="0.4" fill="#FFF8B9" width="3.541" height="5.498"/>
+
+ <rect x="686.428" y="689.497" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1664.3203 695.1072)" opacity="0.4" fill="#FFF8B9" width="3.541" height="5.498"/>
+
+ <rect x="686.428" y="689.497" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1664.3203 695.1072)" opacity="0.5" fill="#D1E4B7" width="3.541" height="5.498"/>
+
+ <rect x="686.428" y="689.497" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1664.3203 695.1072)" opacity="0.4" fill="#FFF8B9" width="3.541" height="5.498"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.327,684.242c0.285-0.219,0.648-0.281,0.979-0.186l0.1-0.099l-0.408-0.408l-0.682,0.682
+ L676.327,684.242z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.327,684.242c0.285-0.219,0.648-0.281,0.979-0.186l0.1-0.099l-0.408-0.408l-0.682,0.682
+ L676.327,684.242z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M676.327,684.242c0.285-0.219,0.648-0.281,0.979-0.186l0.1-0.099l-0.408-0.408l-0.682,0.682
+ L676.327,684.242z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.327,684.242c0.285-0.219,0.648-0.281,0.979-0.186l0.1-0.099l-0.408-0.408l-0.682,0.682
+ L676.327,684.242z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M727.721,734.271l1.723-1.723c0.433-0.432,0.322-1.242-0.244-1.809l-35.294-35.293
+ l-2.504,2.506L727.721,734.271z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M727.721,734.271l1.723-1.723c0.433-0.432,0.322-1.242-0.244-1.809l-35.294-35.293
+ l-2.504,2.506L727.721,734.271z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M727.721,734.271l1.723-1.723c0.433-0.432,0.322-1.242-0.244-1.809l-35.294-35.293
+ l-2.504,2.506L727.721,734.271z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M727.721,734.271l1.723-1.723c0.433-0.432,0.322-1.242-0.244-1.809l-35.294-35.293
+ l-2.504,2.506L727.721,734.271z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="682.547,690.461 683.229,689.779 681.608,688.16 679.095,685.646 678.413,686.328
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="682.547,690.461 683.229,689.779 681.608,688.16 679.095,685.646 678.413,686.328
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="682.547,690.461 683.229,689.779 681.608,688.16 679.095,685.646 678.413,686.328
+ "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="682.547,690.461 683.229,689.779 681.608,688.16 679.095,685.646 678.413,686.328
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="682.547,690.461 683.229,689.779 681.608,688.16 679.095,685.646 678.413,686.328
+ "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M678.114,698.442l1.231,1.231c0.433,0.432,0.433,1.133,0,1.564l-3.131,3.131l1.873,1.873
+ l10.803-10.801l-3.888-3.887L678.114,698.442z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M678.114,698.442l1.231,1.231c0.433,0.432,0.433,1.133,0,1.564l-3.131,3.131l1.873,1.873
+ l10.803-10.801l-3.888-3.887L678.114,698.442z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M678.114,698.442l1.231,1.231c0.433,0.432,0.433,1.133,0,1.564l-3.131,3.131l1.873,1.873
+ l10.803-10.801l-3.888-3.887L678.114,698.442z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M678.114,698.442l1.231,1.231c0.433,0.432,0.433,1.133,0,1.564l-3.131,3.131l1.873,1.873
+ l10.803-10.801l-3.888-3.887L678.114,698.442z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M678.114,698.442l1.231,1.231c0.433,0.432,0.433,1.133,0,1.564l-3.131,3.131l1.873,1.873
+ l10.803-10.801l-3.888-3.887L678.114,698.442z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M677.307,684.057c-0.331-0.096-0.694-0.033-0.979,0.186l0.397,0.397L677.307,684.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M677.307,684.057c-0.331-0.096-0.694-0.033-0.979,0.186l0.397,0.397L677.307,684.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M677.307,684.057c-0.331-0.096-0.694-0.033-0.979,0.186l0.397,0.397L677.307,684.057z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M677.307,684.057c-0.331-0.096-0.694-0.033-0.979,0.186l0.397,0.397L677.307,684.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M677.307,684.057c-0.331-0.096-0.694-0.033-0.979,0.186l0.397,0.397L677.307,684.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M680.599,708.754l7.983,7.984c0.433,0.432,0.434,1.133,0.002,1.564l-4.228,4.227
+ l0.823,0.824c0.157,0.156,0.135,0.436-0.052,0.621l-3.577,3.578l25.418,25.418c0.566,0.566,1.377,0.676,1.81,0.244l18.942-18.943
+ l-36.319-36.318L680.599,708.754z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M680.599,708.754l7.983,7.984c0.433,0.432,0.434,1.133,0.002,1.564l-4.228,4.227
+ l0.823,0.824c0.157,0.156,0.135,0.436-0.052,0.621l-3.577,3.578l25.418,25.418c0.566,0.566,1.377,0.676,1.81,0.244l18.942-18.943
+ l-36.319-36.318L680.599,708.754z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M680.599,708.754l7.983,7.984c0.433,0.432,0.434,1.133,0.002,1.564l-4.228,4.227
+ l0.823,0.824c0.157,0.156,0.135,0.436-0.052,0.621l-3.577,3.578l25.418,25.418c0.566,0.566,1.377,0.676,1.81,0.244l18.942-18.943
+ l-36.319-36.318L680.599,708.754z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M680.599,708.754l7.983,7.984c0.433,0.432,0.434,1.133,0.002,1.564l-4.228,4.227
+ l0.823,0.824c0.157,0.156,0.135,0.436-0.052,0.621l-3.577,3.578l25.418,25.418c0.566,0.566,1.377,0.676,1.81,0.244l18.942-18.943
+ l-36.319-36.318L680.599,708.754z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M680.599,708.754l7.983,7.984c0.433,0.432,0.434,1.133,0.002,1.564l-4.228,4.227
+ l0.823,0.824c0.157,0.156,0.135,0.436-0.052,0.621l-3.577,3.578l25.418,25.418c0.566,0.566,1.377,0.676,1.81,0.244l18.942-18.943
+ l-36.319-36.318L680.599,708.754z"/>
+
+ <rect x="660.093" y="685.737" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1617.431 704.127)" opacity="0.4" fill="#FFF8B9" width="5.535" height="2.734"/>
+
+ <rect x="660.093" y="685.737" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1617.431 704.127)" opacity="0.4" fill="#FFF8B9" width="5.535" height="2.734"/>
+
+ <rect x="660.093" y="685.737" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1617.431 704.127)" opacity="0.4" fill="#FFF8B9" width="5.535" height="2.734"/>
+
+ <rect x="660.093" y="685.737" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1617.431 704.127)" opacity="0.4" fill="#FFF8B9" width="5.535" height="2.734"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.215,704.369l3.131-3.131c0.433-0.432,0.433-1.133,0-1.564l-1.231-1.231l-3.914,3.913
+ L676.215,704.369z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.215,704.369l3.131-3.131c0.433-0.432,0.433-1.133,0-1.564l-1.231-1.231l-3.914,3.913
+ L676.215,704.369z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.215,704.369l3.131-3.131c0.433-0.432,0.433-1.133,0-1.564l-1.231-1.231l-3.914,3.913
+ L676.215,704.369z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M676.215,704.369l3.131-3.131c0.433-0.432,0.433-1.133,0-1.564l-1.231-1.231l-3.914,3.913
+ L676.215,704.369z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.215,704.369l3.131-3.131c0.433-0.432,0.433-1.133,0-1.564l-1.231-1.231l-3.914,3.913
+ L676.215,704.369z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.215,704.369l3.131-3.131c0.433-0.432,0.433-1.133,0-1.564l-1.231-1.231l-3.914,3.913
+ L676.215,704.369z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M631.598,633.141l-7.428-7.428c-0.566-0.566-1.375-0.676-1.808-0.243l-1.723,1.722
+ l8.454,8.454L631.598,633.141z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M631.598,633.141l-7.428-7.428c-0.566-0.566-1.375-0.676-1.808-0.243l-1.723,1.722
+ l8.454,8.454L631.598,633.141z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M631.598,633.141l-7.428-7.428c-0.566-0.566-1.375-0.676-1.808-0.243l-1.723,1.722
+ l8.454,8.454L631.598,633.141z"/>
+
+ <rect x="648.143" y="626.287" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1571.8906 656.8215)" opacity="0.4" fill="#FFF8B9" width="3.541" height="55.345"/>
+
+ <rect x="648.143" y="626.287" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1571.8906 656.8215)" opacity="0.4" fill="#FFF8B9" width="3.541" height="55.345"/>
+
+ <rect x="648.143" y="626.287" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1571.8906 656.8215)" opacity="0.4" fill="#FFF8B9" width="3.541" height="55.345"/>
+
+ <rect x="648.143" y="626.287" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1571.8906 656.8215)" opacity="0.4" fill="#FFF8B9" width="3.541" height="55.345"/>
+
+ <rect x="673.349" y="674.742" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1632.7472 682.0299)" opacity="0.4" fill="#FFF8B9" width="3.542" height="8.852"/>
+
+ <rect x="673.349" y="674.742" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1632.7472 682.0299)" opacity="0.4" fill="#FFF8B9" width="3.542" height="8.852"/>
+
+ <rect x="673.349" y="674.742" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1632.7472 682.0299)" opacity="0.4" fill="#FFF8B9" width="3.542" height="8.852"/>
+
+ <rect x="673.349" y="674.742" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1632.7472 682.0299)" opacity="0.4" fill="#FFF8B9" width="3.542" height="8.852"/>
+
+ <rect x="676.684" y="682.213" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1640.7964 685.1753)" opacity="0.4" fill="#FFF8B9" width="3.542" height="0.577"/>
+
+ <rect x="676.684" y="682.213" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1640.7964 685.1753)" opacity="0.4" fill="#FFF8B9" width="3.542" height="0.577"/>
+
+ <rect x="676.684" y="682.213" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1640.7964 685.1753)" opacity="0.5" fill="#D1E4B7" width="3.542" height="0.577"/>
+
+ <rect x="676.684" y="682.213" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1640.7964 685.1753)" opacity="0.4" fill="#FFF8B9" width="3.542" height="0.577"/>
+
+ <rect x="676.684" y="682.213" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1640.7964 685.1753)" opacity="0.4" fill="#FFF8B9" width="3.542" height="0.577"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M681.608,688.16c0.566,0.566,1.376,0.675,1.809,0.242l1.722-1.721l-3.539-3.539
+ l-2.505,2.504L681.608,688.16z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M681.608,688.16c0.566,0.566,1.376,0.675,1.809,0.242l1.722-1.721l-3.539-3.539
+ l-2.505,2.504L681.608,688.16z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M681.608,688.16c0.566,0.566,1.376,0.675,1.809,0.242l1.722-1.721l-3.539-3.539
+ l-2.505,2.504L681.608,688.16z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M681.608,688.16c0.566,0.566,1.376,0.675,1.809,0.242l1.722-1.721l-3.539-3.539
+ l-2.505,2.504L681.608,688.16z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M681.608,688.16c0.566,0.566,1.376,0.675,1.809,0.242l1.722-1.721l-3.539-3.539
+ l-2.505,2.504L681.608,688.16z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M685.18,723.354l-0.823-0.824l-3.914,3.914l1.108,1.109l3.577-3.578
+ C685.314,723.789,685.337,723.51,685.18,723.354z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M685.18,723.354l-0.823-0.824l-3.914,3.914l1.108,1.109l3.577-3.578
+ C685.314,723.789,685.337,723.51,685.18,723.354z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M685.18,723.354l-0.823-0.824l-3.914,3.914l1.108,1.109l3.577-3.578
+ C685.314,723.789,685.337,723.51,685.18,723.354z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M685.18,723.354l-0.823-0.824l-3.914,3.914l1.108,1.109l3.577-3.578
+ C685.314,723.789,685.337,723.51,685.18,723.354z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M685.18,723.354l-0.823-0.824l-3.914,3.914l1.108,1.109l3.577-3.578
+ C685.314,723.789,685.337,723.51,685.18,723.354z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M685.18,723.354l-0.823-0.824l-3.914,3.914l1.108,1.109l3.577-3.578
+ C685.314,723.789,685.337,723.51,685.18,723.354z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="661.187,699.359 659.521,697.697 655.608,701.609 657.272,703.273 658.056,702.49
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="661.187,699.359 659.521,697.697 655.608,701.609 657.272,703.273 658.056,702.49
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="661.187,699.359 659.521,697.697 655.608,701.609 657.272,703.273 658.056,702.49
+ "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="661.187,699.359 659.521,697.697 655.608,701.609 657.272,703.273 658.056,702.49
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="661.187,699.359 659.521,697.697 655.608,701.609 657.272,703.273 658.056,702.49
+ "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.779,703.582c-0.108-0.375-0.02-0.797,0.276-1.092l-0.783,0.783l0.408,0.408
+ L657.779,703.582z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.779,703.582c-0.108-0.375-0.02-0.797,0.276-1.092l-0.783,0.783l0.408,0.408
+ L657.779,703.582z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.779,703.582c-0.108-0.375-0.02-0.797,0.276-1.092l-0.783,0.783l0.408,0.408
+ L657.779,703.582z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.779,703.582c-0.108-0.375-0.02-0.797,0.276-1.092l-0.783,0.783l0.408,0.408
+ L657.779,703.582z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M657.779,703.582c-0.108-0.375-0.02-0.797,0.276-1.092l-0.783,0.783l0.408,0.408
+ L657.779,703.582z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.779,703.582c-0.108-0.375-0.02-0.797,0.276-1.092l-0.783,0.783l0.408,0.408
+ L657.779,703.582z"/>
+
+ <rect x="661.273" y="702.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1631.0068 733.9988)" opacity="0.4" fill="#FFF8B9" width="4.428" height="5.005"/>
+
+ <rect x="661.273" y="702.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1631.0068 733.9988)" opacity="0.4" fill="#FFF8B9" width="4.428" height="5.005"/>
+
+ <rect x="661.273" y="702.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1631.0068 733.9988)" opacity="0.4" fill="#FFF8B9" width="4.428" height="5.005"/>
+
+ <rect x="661.273" y="702.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1631.0068 733.9988)" opacity="0.5" fill="#D1E4B7" width="4.428" height="5.005"/>
+
+ <rect x="661.273" y="702.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1631.0068 733.9988)" opacity="0.4" fill="#FFF8B9" width="4.428" height="5.005"/>
+
+ <rect x="661.273" y="702.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1631.0068 733.9988)" opacity="0.2" fill="#FFF6A3" width="4.428" height="5.005"/>
+
+ <rect x="661.273" y="702.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1631.0068 733.9988)" opacity="0.4" fill="#FFF8B9" width="4.428" height="5.005"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.779,703.582l3.814-3.814l-0.407-0.408l-3.131,3.131
+ C657.76,702.785,657.671,703.207,657.779,703.582z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.779,703.582l3.814-3.814l-0.407-0.408l-3.131,3.131
+ C657.76,702.785,657.671,703.207,657.779,703.582z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.779,703.582l3.814-3.814l-0.407-0.408l-3.131,3.131
+ C657.76,702.785,657.671,703.207,657.779,703.582z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M657.779,703.582l3.814-3.814l-0.407-0.408l-3.131,3.131
+ C657.76,702.785,657.671,703.207,657.779,703.582z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.779,703.582l3.814-3.814l-0.407-0.408l-3.131,3.131
+ C657.76,702.785,657.671,703.207,657.779,703.582z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M657.779,703.582l3.814-3.814l-0.407-0.408l-3.131,3.131
+ C657.76,702.785,657.671,703.207,657.779,703.582z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.779,703.582l3.814-3.814l-0.407-0.408l-3.131,3.131
+ C657.76,702.785,657.671,703.207,657.779,703.582z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.843,686.692c0.187-0.187,0.465-0.21,0.622-0.053l3.951,3.952l5.01-5.01l-15.405-15.404
+ c-0.096-0.096-0.239-0.106-0.32-0.025l-8.775,8.775l11.341,11.342L647.843,686.692z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.843,686.692c0.187-0.187,0.465-0.21,0.622-0.053l3.951,3.952l5.01-5.01l-15.405-15.404
+ c-0.096-0.096-0.239-0.106-0.32-0.025l-8.775,8.775l11.341,11.342L647.843,686.692z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M647.843,686.692c0.187-0.187,0.465-0.21,0.622-0.053l3.951,3.952l5.01-5.01l-15.405-15.404
+ c-0.096-0.096-0.239-0.106-0.32-0.025l-8.775,8.775l11.341,11.342L647.843,686.692z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.843,686.692c0.187-0.187,0.465-0.21,0.622-0.053l3.951,3.952l5.01-5.01l-15.405-15.404
+ c-0.096-0.096-0.239-0.106-0.32-0.025l-8.775,8.775l11.341,11.342L647.843,686.692z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.044,694.852l4.826-4.824l-1.934-1.934l-5.01,5.008l2.027,2.027
+ C656.902,695.078,656.942,694.953,657.044,694.852z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.044,694.852l4.826-4.824l-1.934-1.934l-5.01,5.008l2.027,2.027
+ C656.902,695.078,656.942,694.953,657.044,694.852z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.044,694.852l4.826-4.824l-1.934-1.934l-5.01,5.008l2.027,2.027
+ C656.902,695.078,656.942,694.953,657.044,694.852z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M657.044,694.852l4.826-4.824l-1.934-1.934l-5.01,5.008l2.027,2.027
+ C656.902,695.078,656.942,694.953,657.044,694.852z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.044,694.852l4.826-4.824l-1.934-1.934l-5.01,5.008l2.027,2.027
+ C656.902,695.078,656.942,694.953,657.044,694.852z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M652.416,690.592l-3.951-3.952c-0.157-0.157-0.436-0.134-0.622,0.053l-3.577,3.577
+ l0.979,0.979l3.258,3.258L652.416,690.592z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M652.416,690.592l-3.951-3.952c-0.157-0.157-0.436-0.134-0.622,0.053l-3.577,3.577
+ l0.979,0.979l3.258,3.258L652.416,690.592z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M652.416,690.592l-3.951-3.952c-0.157-0.157-0.436-0.134-0.622,0.053l-3.577,3.577
+ l0.979,0.979l3.258,3.258L652.416,690.592z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M652.416,690.592l-3.951-3.952c-0.157-0.157-0.436-0.134-0.622,0.053l-3.577,3.577
+ l0.979,0.979l3.258,3.258L652.416,690.592z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M652.416,690.592l-3.951-3.952c-0.157-0.157-0.436-0.134-0.622,0.053l-3.577,3.577
+ l0.979,0.979l3.258,3.258L652.416,690.592z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="655.608,701.609 659.521,697.697 656.954,695.129 654.927,693.102 651.013,697.016
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="655.608,701.609 659.521,697.697 656.954,695.129 654.927,693.102 651.013,697.016
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="655.608,701.609 659.521,697.697 656.954,695.129 654.927,693.102 651.013,697.016
+ "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="655.608,701.609 659.521,697.697 656.954,695.129 654.927,693.102 651.013,697.016
+ "/>
+ <polygon opacity="0.4" fill="#FFF6A3" points="655.608,701.609 659.521,697.697 656.954,695.129 654.927,693.102 651.013,697.016
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="655.608,701.609 659.521,697.697 656.954,695.129 654.927,693.102 651.013,697.016
+ "/>
+
+ <rect x="671.104" y="706.486" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1652.1912 731.2611)" opacity="0.4" fill="#FFF8B9" width="7.085" height="2.649"/>
+
+ <rect x="671.104" y="706.486" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1652.1912 731.2611)" opacity="0.4" fill="#FFF8B9" width="7.085" height="2.649"/>
+
+ <rect x="671.104" y="706.486" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1652.1912 731.2611)" opacity="0.4" fill="#FFF8B9" width="7.085" height="2.649"/>
+
+ <rect x="671.104" y="706.486" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1652.1912 731.2611)" opacity="0.5" fill="#D1E4B7" width="7.085" height="2.649"/>
+
+ <rect x="671.104" y="706.486" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1652.1912 731.2611)" opacity="0.4" fill="#FFF8B9" width="7.085" height="2.649"/>
+
+ <rect x="671.104" y="706.486" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1652.1912 731.2611)" opacity="0.4" fill="#FFF8B9" width="7.085" height="2.649"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M684.356,722.529l4.228-4.227c0.432-0.432,0.431-1.133-0.002-1.564l-7.983-7.984
+ l-5.01,5.008L684.356,722.529z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M684.356,722.529l4.228-4.227c0.432-0.432,0.431-1.133-0.002-1.564l-7.983-7.984
+ l-5.01,5.008L684.356,722.529z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M684.356,722.529l4.228-4.227c0.432-0.432,0.431-1.133-0.002-1.564l-7.983-7.984
+ l-5.01,5.008L684.356,722.529z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M684.356,722.529l4.228-4.227c0.432-0.432,0.431-1.133-0.002-1.564l-7.983-7.984
+ l-5.01,5.008L684.356,722.529z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M684.356,722.529l4.228-4.227c0.432-0.432,0.431-1.133-0.002-1.564l-7.983-7.984
+ l-5.01,5.008L684.356,722.529z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M684.356,722.529l4.228-4.227c0.432-0.432,0.431-1.133-0.002-1.564l-7.983-7.984
+ l-5.01,5.008L684.356,722.529z"/>
+
+ <rect x="671.277" y="702.324" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 649.2524 1680.6616)" opacity="0.4" fill="#FFF8B9" width="2.851" height="7.084"/>
+
+ <rect x="671.277" y="702.324" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 649.2524 1680.6616)" opacity="0.4" fill="#FFF8B9" width="2.851" height="7.084"/>
+
+ <rect x="671.277" y="702.324" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 649.2524 1680.6616)" opacity="0.4" fill="#FFF8B9" width="2.851" height="7.084"/>
+
+ <rect x="671.277" y="702.324" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 649.2524 1680.6616)" opacity="0.5" fill="#D1E4B7" width="2.851" height="7.084"/>
+
+ <rect x="671.277" y="702.324" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 649.2524 1680.6616)" opacity="0.4" fill="#FFF8B9" width="2.851" height="7.084"/>
+
+ <rect x="671.277" y="702.324" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 649.2524 1680.6616)" opacity="0.4" fill="#FFF8B9" width="2.851" height="7.084"/>
+
+ <rect x="671.277" y="702.324" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 649.2524 1680.6616)" opacity="0.4" fill="#FFF8B9" width="2.851" height="7.084"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.458,716.893l2.975,2.975c0.433,0.434,0.432,1.135,0,1.566l5.01,5.01l3.914-3.914
+ l-8.768-8.768L672.458,716.893z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.458,716.893l2.975,2.975c0.433,0.434,0.432,1.135,0,1.566l5.01,5.01l3.914-3.914
+ l-8.768-8.768L672.458,716.893z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.458,716.893l2.975,2.975c0.433,0.434,0.432,1.135,0,1.566l5.01,5.01l3.914-3.914
+ l-8.768-8.768L672.458,716.893z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M672.458,716.893l2.975,2.975c0.433,0.434,0.432,1.135,0,1.566l5.01,5.01l3.914-3.914
+ l-8.768-8.768L672.458,716.893z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M672.458,716.893l2.975,2.975c0.433,0.434,0.432,1.135,0,1.566l5.01,5.01l3.914-3.914
+ l-8.768-8.768L672.458,716.893z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.458,716.893l2.975,2.975c0.433,0.434,0.432,1.135,0,1.566l5.01,5.01l3.914-3.914
+ l-8.768-8.768L672.458,716.893z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.458,716.893l2.975,2.975c0.433,0.434,0.432,1.135,0,1.566l5.01,5.01l3.914-3.914
+ l-8.768-8.768L672.458,716.893z"/>
+
+ <rect x="669.253" y="709.667" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 641.1152 1689.4183)" opacity="0.4" fill="#FFF8B9" width="2.648" height="4.428"/>
+
+ <rect x="669.253" y="709.667" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 641.1152 1689.4183)" opacity="0.4" fill="#FFF8B9" width="2.648" height="4.428"/>
+
+ <rect x="669.253" y="709.667" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 641.1152 1689.4183)" opacity="0.4" fill="#FFF8B9" width="2.648" height="4.428"/>
+
+ <rect x="669.253" y="709.667" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 641.1152 1689.4183)" opacity="0.5" fill="#D1E4B7" width="2.648" height="4.428"/>
+
+ <rect x="669.253" y="709.667" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 641.1152 1689.4183)" opacity="0.2" fill="#FFF6A3" width="2.648" height="4.428"/>
+
+ <rect x="669.253" y="709.667" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 641.1152 1689.4183)" opacity="0.4" fill="#FFF8B9" width="2.648" height="4.428"/>
+
+ <rect x="669.253" y="709.667" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 641.1152 1689.4183)" opacity="0.4" fill="#FFF8B9" width="2.648" height="4.428"/>
+
+ <rect x="665.134" y="704.645" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 637.145 1677.3243)" opacity="0.4" fill="#FFF8B9" width="0.84" height="4.428"/>
+
+ <rect x="665.134" y="704.645" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 637.145 1677.3243)" opacity="0.4" fill="#FFF8B9" width="0.84" height="4.428"/>
+
+ <rect x="665.134" y="704.645" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 637.145 1677.3243)" opacity="0.4" fill="#FFF8B9" width="0.84" height="4.428"/>
+
+ <rect x="665.134" y="704.645" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 637.145 1677.3243)" opacity="0.5" fill="#D1E4B7" width="0.84" height="4.428"/>
+
+ <rect x="665.134" y="704.645" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 637.145 1677.3243)" opacity="0.4" fill="#FFF8B9" width="0.84" height="4.428"/>
+
+ <rect x="665.134" y="704.645" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 637.145 1677.3243)" opacity="0.2" fill="#FFF6A3" width="0.84" height="4.428"/>
+
+ <rect x="665.134" y="704.645" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 637.145 1677.3243)" opacity="0.4" fill="#FFF8B9" width="0.84" height="4.428"/>
+
+ <rect x="665.134" y="704.645" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 637.145 1677.3243)" opacity="0.4" fill="#FFF8B9" width="0.84" height="4.428"/>
+
+ <rect x="666.419" y="708.511" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1643.4285 739.1426)" opacity="0.4" fill="#FFF8B9" width="4.428" height="2.851"/>
+
+ <rect x="666.419" y="708.511" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1643.4285 739.1426)" opacity="0.4" fill="#FFF8B9" width="4.428" height="2.851"/>
+
+ <rect x="666.419" y="708.511" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1643.4285 739.1426)" opacity="0.4" fill="#FFF8B9" width="4.428" height="2.851"/>
+
+ <rect x="666.419" y="708.511" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1643.4285 739.1426)" opacity="0.5" fill="#D1E4B7" width="4.428" height="2.851"/>
+
+ <rect x="666.419" y="708.511" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1643.4285 739.1426)" opacity="0.4" fill="#FFF8B9" width="4.428" height="2.851"/>
+
+ <rect x="666.419" y="708.511" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1643.4285 739.1426)" opacity="0.2" fill="#FFF6A3" width="4.428" height="2.851"/>
+
+ <rect x="666.419" y="708.511" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1643.4285 739.1426)" opacity="0.4" fill="#FFF8B9" width="4.428" height="2.851"/>
+
+ <rect x="666.419" y="708.511" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1643.4285 739.1426)" opacity="0.4" fill="#FFF8B9" width="4.428" height="2.851"/>
+
+ <rect x="660.976" y="704.247" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -305.9893 674.7745)" opacity="0.4" fill="#FFF8B9" width="1.108" height="5.005"/>
+
+ <rect x="660.976" y="704.247" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -305.9893 674.7745)" opacity="0.4" fill="#FFF8B9" width="1.108" height="5.005"/>
+
+ <rect x="660.976" y="704.247" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -305.9893 674.7745)" opacity="0.4" fill="#FFF8B9" width="1.108" height="5.005"/>
+
+ <rect x="660.976" y="704.247" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -305.9893 674.7745)" opacity="0.5" fill="#D1E4B7" width="1.108" height="5.005"/>
+
+ <rect x="660.976" y="704.247" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -305.9893 674.7745)" opacity="0.4" fill="#FFF8B9" width="1.108" height="5.005"/>
+
+ <rect x="660.976" y="704.247" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -305.9893 674.7745)" opacity="0.2" fill="#FFF6A3" width="1.108" height="5.005"/>
+
+ <rect x="660.976" y="704.247" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -305.9893 674.7745)" opacity="0.4" fill="#FFF8B9" width="1.108" height="5.005"/>
+
+ <rect x="660.976" y="704.247" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -305.9893 674.7745)" opacity="0.4" fill="#FFF8B9" width="1.108" height="5.005"/>
+
+ <rect x="668.066" y="712.514" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1646.1647 745.812)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.648"/>
+
+ <rect x="668.066" y="712.514" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1646.1647 745.812)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.648"/>
+
+ <rect x="668.066" y="712.514" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1646.1647 745.812)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.648"/>
+
+ <rect x="668.066" y="712.514" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1646.1647 745.812)" opacity="0.5" fill="#D1E4B7" width="1.108" height="2.648"/>
+
+ <rect x="668.066" y="712.514" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1646.1647 745.812)" opacity="0.2" fill="#FFF6A3" width="1.108" height="2.648"/>
+
+ <rect x="668.066" y="712.514" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1646.1647 745.812)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.648"/>
+
+ <rect x="668.066" y="712.514" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1646.1647 745.812)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.648"/>
+
+ <rect x="668.066" y="712.514" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1646.1647 745.812)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.648"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M675.433,721.434c0.432-0.432,0.433-1.133,0-1.566l-2.975-2.975l-0.783,0.783
+ L675.433,721.434z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M675.433,721.434c0.432-0.432,0.433-1.133,0-1.566l-2.975-2.975l-0.783,0.783
+ L675.433,721.434z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M675.433,721.434c0.432-0.432,0.433-1.133,0-1.566l-2.975-2.975l-0.783,0.783
+ L675.433,721.434z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M675.433,721.434c0.432-0.432,0.433-1.133,0-1.566l-2.975-2.975l-0.783,0.783
+ L675.433,721.434z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M675.433,721.434c0.432-0.432,0.433-1.133,0-1.566l-2.975-2.975l-0.783,0.783
+ L675.433,721.434z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M675.433,721.434c0.432-0.432,0.433-1.133,0-1.566l-2.975-2.975l-0.783,0.783
+ L675.433,721.434z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M675.433,721.434c0.432-0.432,0.433-1.133,0-1.566l-2.975-2.975l-0.783,0.783
+ L675.433,721.434z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M675.433,721.434c0.432-0.432,0.433-1.133,0-1.566l-2.975-2.975l-0.783,0.783
+ L675.433,721.434z"/>
+
+ <rect x="665.251" y="711.34" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 634.702 1686.6892)" opacity="0.4" fill="#FFF8B9" width="2.851" height="1.108"/>
+
+ <rect x="665.251" y="711.34" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 634.702 1686.6892)" opacity="0.4" fill="#FFF8B9" width="2.851" height="1.108"/>
+
+ <rect x="665.251" y="711.34" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 634.702 1686.6892)" opacity="0.4" fill="#FFF8B9" width="2.851" height="1.108"/>
+
+ <rect x="665.251" y="711.34" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 634.702 1686.6892)" opacity="0.5" fill="#D1E4B7" width="2.851" height="1.108"/>
+
+ <rect x="665.251" y="711.34" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 634.702 1686.6892)" opacity="0.4" fill="#FFF8B9" width="2.851" height="1.108"/>
+
+ <rect x="665.251" y="711.34" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 634.702 1686.6892)" opacity="0.2" fill="#FFF6A3" width="2.851" height="1.108"/>
+
+ <rect x="665.251" y="711.34" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 634.702 1686.6892)" opacity="0.4" fill="#FFF8B9" width="2.851" height="1.108"/>
+
+ <rect x="665.251" y="711.34" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 634.702 1686.6892)" opacity="0.4" fill="#FFF8B9" width="2.851" height="1.108"/>
+
+ <rect x="665.251" y="711.34" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 634.702 1686.6892)" opacity="0.4" fill="#FFF8B9" width="2.851" height="1.108"/>
+
+ <rect x="663.177" y="708.262" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 632.4203 1679.2836)" opacity="0.4" fill="#FFF8B9" width="0.84" height="1.108"/>
+
+ <rect x="663.177" y="708.262" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 632.4203 1679.2836)" opacity="0.4" fill="#FFF8B9" width="0.84" height="1.108"/>
+
+ <rect x="663.177" y="708.262" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 632.4203 1679.2836)" opacity="0.4" fill="#FFF8B9" width="0.84" height="1.108"/>
+
+ <rect x="663.177" y="708.262" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 632.4203 1679.2836)" opacity="0.5" fill="#D1E4B7" width="0.84" height="1.108"/>
+
+ <rect x="663.177" y="708.262" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 632.4203 1679.2836)" opacity="0.4" fill="#FFF8B9" width="0.84" height="1.108"/>
+
+ <rect x="663.177" y="708.262" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 632.4203 1679.2836)" opacity="0.2" fill="#FFF6A3" width="0.84" height="1.108"/>
+
+ <rect x="663.177" y="708.262" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 632.4203 1679.2836)" opacity="0.4" fill="#FFF8B9" width="0.84" height="1.108"/>
+
+ <rect x="663.177" y="708.262" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 632.4203 1679.2836)" opacity="0.4" fill="#FFF8B9" width="0.84" height="1.108"/>
+
+ <rect x="663.177" y="708.262" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 632.4203 1679.2836)" opacity="0.4" fill="#FFF8B9" width="0.84" height="1.108"/>
+
+ <rect x="628.492" y="754.036" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 570.3607 1747.8706)" opacity="0.4" fill="#FFF8B9" width="37.388" height="3.542"/>
+
+ <rect x="628.492" y="754.036" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 570.3607 1747.8706)" opacity="0.4" fill="#FFF8B9" width="37.388" height="3.542"/>
+
+ <rect x="628.492" y="754.036" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 570.3607 1747.8706)" opacity="0.4" fill="#FFF8B9" width="37.388" height="3.542"/>
+
+ <rect x="628.355" y="735.825" transform="matrix(0.7068 -0.7074 0.7074 0.7068 -337.8433 662.3177)" opacity="0.4" fill="#FFF8B9" width="3.542" height="5.845"/>
+
+ <rect x="628.355" y="735.825" transform="matrix(0.7068 -0.7074 0.7074 0.7068 -337.8433 662.3177)" opacity="0.4" fill="#FFF8B9" width="3.542" height="5.845"/>
+
+ <rect x="628.355" y="735.825" transform="matrix(0.7068 -0.7074 0.7074 0.7068 -337.8433 662.3177)" opacity="0.4" fill="#FFF8B9" width="3.542" height="5.845"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M700.167,770.592l1.748,1.748c0.692-0.557,1.378-1.123,2.058-1.701l-1.927-1.926
+ L700.167,770.592z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M700.167,770.592l1.748,1.748c0.692-0.557,1.378-1.123,2.058-1.701l-1.927-1.926
+ L700.167,770.592z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M700.167,770.592l1.748,1.748c0.692-0.557,1.378-1.123,2.058-1.701l-1.927-1.926
+ L700.167,770.592z"/>
+
+ <rect x="630.092" y="731.466" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -333.4502 663.6699)" opacity="0.4" fill="#FFF8B9" width="8.784" height="5.847"/>
+
+ <rect x="630.092" y="731.466" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -333.4502 663.6699)" opacity="0.4" fill="#FFF8B9" width="8.784" height="5.847"/>
+
+ <rect x="630.092" y="731.466" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -333.4502 663.6699)" opacity="0.4" fill="#FFF8B9" width="8.784" height="5.847"/>
+
+ <rect x="630.092" y="731.466" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -333.4502 663.6699)" opacity="0.4" fill="#FFF8B9" width="8.784" height="5.847"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.42,751.113l-15.989-15.988l-6.211,6.211l26.437,26.438l17.063-17.063
+ c0.434-0.434,1.133-0.434,1.565-0.002l19.882,19.883l1.879-1.879l-30.828-30.828l-13.177,13.178
+ C657.854,751.248,657.577,751.271,657.42,751.113z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.42,751.113l-15.989-15.988l-6.211,6.211l26.437,26.438l17.063-17.063
+ c0.434-0.434,1.133-0.434,1.565-0.002l19.882,19.883l1.879-1.879l-30.828-30.828l-13.177,13.178
+ C657.854,751.248,657.577,751.271,657.42,751.113z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.42,751.113l-15.989-15.988l-6.211,6.211l26.437,26.438l17.063-17.063
+ c0.434-0.434,1.133-0.434,1.565-0.002l19.882,19.883l1.879-1.879l-30.828-30.828l-13.177,13.178
+ C657.854,751.248,657.577,751.271,657.42,751.113z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.42,751.113l-15.989-15.988l-6.211,6.211l26.437,26.438l17.063-17.063
+ c0.434-0.434,1.133-0.434,1.565-0.002l19.882,19.883l1.879-1.879l-30.828-30.828l-13.177,13.178
+ C657.854,751.248,657.577,751.271,657.42,751.113z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M620.956,727.072l-2.382,2.381c0.083,0.238,0.227,0.473,0.43,0.678l5.706,5.705l2.505-2.504
+ L620.956,727.072z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M620.956,727.072l-2.382,2.381c0.083,0.238,0.227,0.473,0.43,0.678l5.706,5.705l2.505-2.504
+ L620.956,727.072z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M620.956,727.072l-2.382,2.381c0.083,0.238,0.227,0.473,0.43,0.678l5.706,5.705l2.505-2.504
+ L620.956,727.072z"/>
+
+ <rect x="622.799" y="722.671" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -330.4351 656.4526)" opacity="0.4" fill="#FFF8B9" width="8.784" height="8.852"/>
+
+ <rect x="622.799" y="722.671" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -330.4351 656.4526)" opacity="0.4" fill="#FFF8B9" width="8.784" height="8.852"/>
+
+ <rect x="622.799" y="722.671" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -330.4351 656.4526)" opacity="0.5" fill="#D1E4B7" width="8.784" height="8.852"/>
+
+ <rect x="622.799" y="722.671" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -330.4351 656.4526)" opacity="0.4" fill="#FFF8B9" width="8.784" height="8.852"/>
+
+ <rect x="625.878" y="733.017" transform="matrix(0.7071 0.7071 -0.7071 0.7071 702.9735 -227.5521)" opacity="0.4" fill="#FFF8B9" width="0.577" height="3.542"/>
+
+ <rect x="625.878" y="733.017" transform="matrix(0.7071 0.7071 -0.7071 0.7071 702.9735 -227.5521)" opacity="0.4" fill="#FFF8B9" width="0.577" height="3.542"/>
+
+ <rect x="625.878" y="733.017" transform="matrix(0.7071 0.7071 -0.7071 0.7071 702.9735 -227.5521)" opacity="0.5" fill="#D1E4B7" width="0.577" height="3.542"/>
+
+ <rect x="625.878" y="733.017" transform="matrix(0.7071 0.7071 -0.7071 0.7071 702.9735 -227.5521)" opacity="0.4" fill="#FFF8B9" width="0.577" height="3.542"/>
+
+ <rect x="626.132" y="730.141" transform="matrix(0.707 -0.7072 0.7072 0.707 -331.8265 659.9373)" opacity="0.4" fill="#FFF8B9" width="8.785" height="0.577"/>
+
+ <rect x="626.132" y="730.141" transform="matrix(0.707 -0.7072 0.7072 0.707 -331.8265 659.9373)" opacity="0.4" fill="#FFF8B9" width="8.785" height="0.577"/>
+
+ <rect x="626.132" y="730.141" transform="matrix(0.707 -0.7072 0.7072 0.707 -331.8265 659.9373)" opacity="0.4" fill="#FFF8B9" width="8.785" height="0.577"/>
+
+ <rect x="626.132" y="730.141" transform="matrix(0.707 -0.7072 0.7072 0.707 -331.8265 659.9373)" opacity="0.5" fill="#D1E4B7" width="8.785" height="0.577"/>
+
+ <rect x="626.132" y="730.141" transform="matrix(0.707 -0.7072 0.7072 0.707 -331.8265 659.9373)" opacity="0.4" fill="#FFF8B9" width="8.785" height="0.577"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.151,770.277l16.749,16.75c1.208-0.443,2.409-0.912,3.604-1.406l-17.848-17.848
+ L659.151,770.277z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.151,770.277l16.749,16.75c1.208-0.443,2.409-0.912,3.604-1.406l-17.848-17.848
+ L659.151,770.277z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.151,770.277l16.749,16.75c1.208-0.443,2.409-0.912,3.604-1.406l-17.848-17.848
+ L659.151,770.277z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.151,770.277l16.749,16.75c1.208-0.443,2.409-0.912,3.604-1.406l-17.848-17.848
+ L659.151,770.277z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M690.698,780.061c3.879-2.268,7.631-4.842,11.217-7.721l-1.748-1.748L690.698,780.061z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M690.698,780.061c3.879-2.268,7.631-4.842,11.217-7.721l-1.748-1.748L690.698,780.061z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M690.698,780.061c3.879-2.268,7.631-4.842,11.217-7.721l-1.748-1.748L690.698,780.061z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M690.698,780.061c3.879-2.268,7.631-4.842,11.217-7.721l-1.748-1.748L690.698,780.061z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M680.285,750.709c-0.433-0.432-1.132-0.432-1.565,0.002l-17.063,17.063l17.848,17.848
+ c3.825-1.586,7.566-3.439,11.194-5.561l9.469-9.469L680.285,750.709z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M680.285,750.709c-0.433-0.432-1.132-0.432-1.565,0.002l-17.063,17.063l17.848,17.848
+ c3.825-1.586,7.566-3.439,11.194-5.561l9.469-9.469L680.285,750.709z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M680.285,750.709c-0.433-0.432-1.132-0.432-1.565,0.002l-17.063,17.063l17.848,17.848
+ c3.825-1.586,7.566-3.439,11.194-5.561l9.469-9.469L680.285,750.709z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M680.285,750.709c-0.433-0.432-1.132-0.432-1.565,0.002l-17.063,17.063l17.848,17.848
+ c3.825-1.586,7.566-3.439,11.194-5.561l9.469-9.469L680.285,750.709z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M680.285,750.709c-0.433-0.432-1.132-0.432-1.565,0.002l-17.063,17.063l17.848,17.848
+ c3.825-1.586,7.566-3.439,11.194-5.561l9.469-9.469L680.285,750.709z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.151,737.715c-0.433,0.434-1.134,0.434-1.566,0l-9.373-9.371l-6.781,6.781
+ l15.989,15.988c0.157,0.158,0.435,0.135,0.621-0.051l13.177-13.178l-6.118-6.117L659.151,737.715z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.151,737.715c-0.433,0.434-1.134,0.434-1.566,0l-9.373-9.371l-6.781,6.781
+ l15.989,15.988c0.157,0.158,0.435,0.135,0.621-0.051l13.177-13.178l-6.118-6.117L659.151,737.715z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.151,737.715c-0.433,0.434-1.134,0.434-1.566,0l-9.373-9.371l-6.781,6.781
+ l15.989,15.988c0.157,0.158,0.435,0.135,0.621-0.051l13.177-13.178l-6.118-6.117L659.151,737.715z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M659.151,737.715c-0.433,0.434-1.134,0.434-1.566,0l-9.373-9.371l-6.781,6.781
+ l15.989,15.988c0.157,0.158,0.435,0.135,0.621-0.051l13.177-13.178l-6.118-6.117L659.151,737.715z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.151,737.715c-0.433,0.434-1.134,0.434-1.566,0l-9.373-9.371l-6.781,6.781
+ l15.989,15.988c0.157,0.158,0.435,0.135,0.621-0.051l13.177-13.178l-6.118-6.117L659.151,737.715z"/>
+
+ <rect x="638.058" y="723.096" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 579.2964 1695.8179)" opacity="0.4" fill="#FFF8B9" width="5.846" height="9.592"/>
+
+ <rect x="638.058" y="723.096" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 579.2964 1695.8179)" opacity="0.4" fill="#FFF8B9" width="5.846" height="9.592"/>
+
+ <rect x="638.058" y="723.096" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 579.2964 1695.8179)" opacity="0.4" fill="#FFF8B9" width="5.846" height="9.592"/>
+
+ <rect x="638.058" y="723.096" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 579.2964 1695.8179)" opacity="0.2" fill="#FFF6A3" width="5.846" height="9.592"/>
+
+ <rect x="638.058" y="723.096" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 579.2964 1695.8179)" opacity="0.4" fill="#FFF8B9" width="5.846" height="9.592"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.233,707.9c-0.203-0.205-0.438-0.348-0.677-0.43l-13.39,13.391l6.259,6.258
+ l13.514-13.514L641.233,707.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.233,707.9c-0.203-0.205-0.438-0.348-0.677-0.43l-13.39,13.391l6.259,6.258
+ l13.514-13.514L641.233,707.9z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M641.233,707.9c-0.203-0.205-0.438-0.348-0.677-0.43l-13.39,13.391l6.259,6.258
+ l13.514-13.514L641.233,707.9z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M641.233,707.9c-0.203-0.205-0.438-0.348-0.677-0.43l-13.39,13.391l6.259,6.258
+ l13.514-13.514L641.233,707.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.233,707.9c-0.203-0.205-0.438-0.348-0.677-0.43l-13.39,13.391l6.259,6.258
+ l13.514-13.514L641.233,707.9z"/>
+
+ <rect x="630.831" y="720.278" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -321.9525 663.8708)" opacity="0.4" fill="#FFF8B9" width="19.111" height="0.577"/>
+
+ <rect x="630.831" y="720.278" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -321.9525 663.8708)" opacity="0.4" fill="#FFF8B9" width="19.111" height="0.577"/>
+
+ <rect x="630.831" y="720.278" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -321.9525 663.8708)" opacity="0.4" fill="#FFF8B9" width="19.111" height="0.577"/>
+
+ <rect x="630.831" y="720.278" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -321.9525 663.8708)" opacity="0.5" fill="#D1E4B7" width="19.111" height="0.577"/>
+
+ <rect x="630.831" y="720.278" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -321.9525 663.8708)" opacity="0.2" fill="#FFF6A3" width="19.111" height="0.577"/>
+
+ <rect x="630.831" y="720.278" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -321.9525 663.8708)" opacity="0.4" fill="#FFF8B9" width="19.111" height="0.577"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M655.235,734.117c-0.28,0.281-0.519,0.492-0.533,0.479l-2.456-2.457
+ c-0.015-0.014,0.198-0.252,0.479-0.531l6.107-6.109l-3.888-3.887l-6.732,6.732l9.373,9.371c0.433,0.434,1.134,0.434,1.566,0
+ l5.948-5.947l-3.757-3.758L655.235,734.117z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M655.235,734.117c-0.28,0.281-0.519,0.492-0.533,0.479l-2.456-2.457
+ c-0.015-0.014,0.198-0.252,0.479-0.531l6.107-6.109l-3.888-3.887l-6.732,6.732l9.373,9.371c0.433,0.434,1.134,0.434,1.566,0
+ l5.948-5.947l-3.757-3.758L655.235,734.117z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M655.235,734.117c-0.28,0.281-0.519,0.492-0.533,0.479l-2.456-2.457
+ c-0.015-0.014,0.198-0.252,0.479-0.531l6.107-6.109l-3.888-3.887l-6.732,6.732l9.373,9.371c0.433,0.434,1.134,0.434,1.566,0
+ l5.948-5.947l-3.757-3.758L655.235,734.117z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M655.235,734.117c-0.28,0.281-0.519,0.492-0.533,0.479l-2.456-2.457
+ c-0.015-0.014,0.198-0.252,0.479-0.531l6.107-6.109l-3.888-3.887l-6.732,6.732l9.373,9.371c0.433,0.434,1.134,0.434,1.566,0
+ l5.948-5.947l-3.757-3.758L655.235,734.117z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M655.235,734.117c-0.28,0.281-0.519,0.492-0.533,0.479l-2.456-2.457
+ c-0.015-0.014,0.198-0.252,0.479-0.531l6.107-6.109l-3.888-3.887l-6.732,6.732l9.373,9.371c0.433,0.434,1.134,0.434,1.566,0
+ l5.948-5.947l-3.757-3.758L655.235,734.117z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M655.235,734.117c-0.28,0.281-0.519,0.492-0.533,0.479l-2.456-2.457
+ c-0.015-0.014,0.198-0.252,0.479-0.531l6.107-6.109l-3.888-3.887l-6.732,6.732l9.373,9.371c0.433,0.434,1.134,0.434,1.566,0
+ l5.948-5.947l-3.757-3.758L655.235,734.117z"/>
+
+ <rect x="644.815" y="716.376" transform="matrix(-0.7072 -0.707 0.707 -0.7072 595.951 1689.0813)" opacity="0.4" fill="#FFF8B9" width="5.845" height="9.52"/>
+
+ <rect x="644.815" y="716.376" transform="matrix(-0.7072 -0.707 0.707 -0.7072 595.951 1689.0813)" opacity="0.4" fill="#FFF8B9" width="5.845" height="9.52"/>
+
+ <rect x="644.815" y="716.376" transform="matrix(-0.7072 -0.707 0.707 -0.7072 595.951 1689.0813)" opacity="0.4" fill="#FFF8B9" width="5.845" height="9.52"/>
+
+ <rect x="644.815" y="716.376" transform="matrix(-0.7072 -0.707 0.707 -0.7072 595.951 1689.0813)" opacity="0.2" fill="#FFF6A3" width="5.845" height="9.52"/>
+
+ <rect x="644.815" y="716.376" transform="matrix(-0.7072 -0.707 0.707 -0.7072 595.951 1689.0813)" opacity="0.4" fill="#FFF8B9" width="5.845" height="9.52"/>
+
+ <rect x="644.815" y="716.376" transform="matrix(-0.7072 -0.707 0.707 -0.7072 595.951 1689.0813)" opacity="0.4" fill="#FFF8B9" width="5.845" height="9.52"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M588.183,659.648l-17.031-17.031c-6.998,8.861-12.149,18.702-15.451,29.008l10.253,10.254
+ L588.183,659.648z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M588.183,659.648l-17.031-17.031c-6.998,8.861-12.149,18.702-15.451,29.008l10.253,10.254
+ L588.183,659.648z"/>
+
+ <rect x="576.16" y="657.237" transform="matrix(0.707 0.7072 -0.7072 0.707 645.6116 -212.4868)" opacity="0.4" fill="#FFF8B9" width="6.2" height="31.438"/>
+
+ <rect x="576.16" y="657.237" transform="matrix(0.707 0.7072 -0.7072 0.707 645.6116 -212.4868)" opacity="0.5" fill="#D1E4B7" width="6.2" height="31.438"/>
+
+ <rect x="576.16" y="657.237" transform="matrix(0.707 0.7072 -0.7072 0.707 645.6116 -212.4868)" opacity="0.4" fill="#FFF8B9" width="6.2" height="31.438"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M580.093,684.646l16.544-16.544l-4.07-4.069l-22.229,22.229l38.241,38.24
+ c0.401,0.4,1.077,0.377,1.509-0.057l4.121-4.121l-34.115-34.112C579.661,685.779,579.661,685.078,580.093,684.646z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M580.093,684.646l16.544-16.544l-4.07-4.069l-22.229,22.229l38.241,38.24
+ c0.401,0.4,1.077,0.377,1.509-0.057l4.121-4.121l-34.115-34.112C579.661,685.779,579.661,685.078,580.093,684.646z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M580.093,684.646l16.544-16.544l-4.07-4.069l-22.229,22.229l38.241,38.24
+ c0.401,0.4,1.077,0.377,1.509-0.057l4.121-4.121l-34.115-34.112C579.661,685.779,579.661,685.078,580.093,684.646z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M580.093,684.646l16.544-16.544l-4.07-4.069l-22.229,22.229l38.241,38.24
+ c0.401,0.4,1.077,0.377,1.509-0.057l4.121-4.121l-34.115-34.112C579.661,685.779,579.661,685.078,580.093,684.646z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M630.752,703.781c0.433-0.434,0.457-1.107,0.056-1.51l-34.171-34.169l-16.544,16.544
+ c-0.432,0.432-0.432,1.133,0,1.565l34.115,34.112l6.549-6.549L630.752,703.781z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M630.752,703.781c0.433-0.434,0.457-1.107,0.056-1.51l-34.171-34.169l-16.544,16.544
+ c-0.432,0.432-0.432,1.133,0,1.565l34.115,34.112l6.549-6.549L630.752,703.781z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M630.752,703.781c0.433-0.434,0.457-1.107,0.056-1.51l-34.171-34.169l-16.544,16.544
+ c-0.432,0.432-0.432,1.133,0,1.565l34.115,34.112l6.549-6.549L630.752,703.781z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M630.752,703.781c0.433-0.434,0.457-1.107,0.056-1.51l-34.171-34.169l-16.544,16.544
+ c-0.432,0.432-0.432,1.133,0,1.565l34.115,34.112l6.549-6.549L630.752,703.781z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M630.752,703.781c0.433-0.434,0.457-1.107,0.056-1.51l-34.171-34.169l-16.544,16.544
+ c-0.432,0.432-0.432,1.133,0,1.565l34.115,34.112l6.549-6.549L630.752,703.781z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.215,684.333l0.102-0.102L672.085,680c-0.053-0.053-0.177-0.012-0.277,0.09
+ l-6.024,6.023l4.326,4.324L676.215,684.333z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.215,684.333l0.102-0.102L672.085,680c-0.053-0.053-0.177-0.012-0.277,0.09
+ l-6.024,6.023l4.326,4.324L676.215,684.333z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.215,684.333l0.102-0.102L672.085,680c-0.053-0.053-0.177-0.012-0.277,0.09
+ l-6.024,6.023l4.326,4.324L676.215,684.333z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M676.215,684.333l0.102-0.102L672.085,680c-0.053-0.053-0.177-0.012-0.277,0.09
+ l-6.024,6.023l4.326,4.324L676.215,684.333z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.327,684.242l-0.011-0.011l-0.102,0.102
+ C676.249,684.299,676.289,684.271,676.327,684.242z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.327,684.242l-0.011-0.011l-0.102,0.102
+ C676.249,684.299,676.289,684.271,676.327,684.242z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M676.327,684.242l-0.011-0.011l-0.102,0.102
+ C676.249,684.299,676.289,684.271,676.327,684.242z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.327,684.242l-0.011-0.011l-0.102,0.102
+ C676.249,684.299,676.289,684.271,676.327,684.242z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M676.327,684.242l-0.011-0.011l-0.102,0.102
+ C676.249,684.299,676.289,684.271,676.327,684.242z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M670.109,690.438l0.408,0.408l6.207-6.206l-0.397-0.397
+ c-0.038,0.029-0.078,0.057-0.112,0.091L670.109,690.438z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M670.109,690.438l0.408,0.408l6.207-6.206l-0.397-0.397
+ c-0.038,0.029-0.078,0.057-0.112,0.091L670.109,690.438z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M670.109,690.438l0.408,0.408l6.207-6.206l-0.397-0.397
+ c-0.038,0.029-0.078,0.057-0.112,0.091L670.109,690.438z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M670.109,690.438l0.408,0.408l6.207-6.206l-0.397-0.397
+ c-0.038,0.029-0.078,0.057-0.112,0.091L670.109,690.438z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M670.109,690.438l0.408,0.408l6.207-6.206l-0.397-0.397
+ c-0.038,0.029-0.078,0.057-0.112,0.091L670.109,690.438z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M670.109,690.438l0.408,0.408l6.207-6.206l-0.397-0.397
+ c-0.038,0.029-0.078,0.057-0.112,0.091L670.109,690.438z"/>
+
+ <rect x="672.987" y="688.576" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1645.3191 701.3329)" opacity="0.4" fill="#FFF8B9" width="8.779" height="5.845"/>
+
+ <rect x="672.987" y="688.576" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1645.3191 701.3329)" opacity="0.4" fill="#FFF8B9" width="8.779" height="5.845"/>
+
+ <rect x="672.987" y="688.576" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1645.3191 701.3329)" opacity="0.4" fill="#FFF8B9" width="8.779" height="5.845"/>
+
+ <rect x="672.987" y="688.576" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1645.3191 701.3329)" opacity="0.5" fill="#D1E4B7" width="8.779" height="5.845"/>
+
+ <rect x="672.987" y="688.576" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1645.3191 701.3329)" opacity="0.4" fill="#FFF8B9" width="8.779" height="5.845"/>
+
+ <rect x="672.987" y="688.576" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1645.3191 701.3329)" opacity="0.2" fill="#FFF6A3" width="8.779" height="5.845"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M664.383,692.836l-4.861,4.861l1.665,1.662l8.923-8.922l-4.326-4.324l-3.913,3.914
+ l2.487,2.488C664.454,692.611,664.465,692.754,664.383,692.836z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M664.383,692.836l-4.861,4.861l1.665,1.662l8.923-8.922l-4.326-4.324l-3.913,3.914
+ l2.487,2.488C664.454,692.611,664.465,692.754,664.383,692.836z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M664.383,692.836l-4.861,4.861l1.665,1.662l8.923-8.922l-4.326-4.324l-3.913,3.914
+ l2.487,2.488C664.454,692.611,664.465,692.754,664.383,692.836z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M664.383,692.836l-4.861,4.861l1.665,1.662l8.923-8.922l-4.326-4.324l-3.913,3.914
+ l2.487,2.488C664.454,692.611,664.465,692.754,664.383,692.836z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M664.383,692.836l-4.861,4.861l1.665,1.662l8.923-8.922l-4.326-4.324l-3.913,3.914
+ l2.487,2.488C664.454,692.611,664.465,692.754,664.383,692.836z"/>
+
+ <rect x="665.563" y="688.793" transform="matrix(0.7071 0.7071 -0.7071 0.7071 686.5353 -267.2377)" opacity="0.4" fill="#FFF8B9" width="0.577" height="12.618"/>
+
+ <rect x="665.563" y="688.793" transform="matrix(0.7071 0.7071 -0.7071 0.7071 686.5353 -267.2377)" opacity="0.4" fill="#FFF8B9" width="0.577" height="12.618"/>
+
+ <rect x="665.563" y="688.793" transform="matrix(0.7071 0.7071 -0.7071 0.7071 686.5353 -267.2377)" opacity="0.4" fill="#FFF8B9" width="0.577" height="12.618"/>
+
+ <rect x="665.563" y="688.793" transform="matrix(0.7071 0.7071 -0.7071 0.7071 686.5353 -267.2377)" opacity="0.5" fill="#D1E4B7" width="0.577" height="12.618"/>
+
+ <rect x="665.563" y="688.793" transform="matrix(0.7071 0.7071 -0.7071 0.7071 686.5353 -267.2377)" opacity="0.4" fill="#FFF8B9" width="0.577" height="12.618"/>
+
+ <rect x="665.563" y="688.793" transform="matrix(0.7071 0.7071 -0.7071 0.7071 686.5353 -267.2377)" opacity="0.4" fill="#FFF8B9" width="0.577" height="12.618"/>
+
+ <rect x="665.563" y="688.793" transform="matrix(0.7071 0.7071 -0.7071 0.7071 686.5353 -267.2377)" opacity="0.2" fill="#FFF6A3" width="0.577" height="12.618"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M666.822,704.996l4.228-4.229c0.366-0.365,0.925-0.418,1.352-0.162l3.938-3.936
+ l-4.134-4.135l-8.923,8.922L666.822,704.996z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M666.822,704.996l4.228-4.229c0.366-0.365,0.925-0.418,1.352-0.162l3.938-3.936
+ l-4.134-4.135l-8.923,8.922L666.822,704.996z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M666.822,704.996l4.228-4.229c0.366-0.365,0.925-0.418,1.352-0.162l3.938-3.936
+ l-4.134-4.135l-8.923,8.922L666.822,704.996z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M666.822,704.996l4.228-4.229c0.366-0.365,0.925-0.418,1.352-0.162l3.938-3.936
+ l-4.134-4.135l-8.923,8.922L666.822,704.996z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M666.822,704.996l4.228-4.229c0.366-0.365,0.925-0.418,1.352-0.162l3.938-3.936
+ l-4.134-4.135l-8.923,8.922L666.822,704.996z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M666.822,704.996l4.228-4.229c0.366-0.365,0.925-0.418,1.352-0.162l3.938-3.936
+ l-4.134-4.135l-8.923,8.922L666.822,704.996z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M666.822,704.996l4.228-4.229c0.366-0.365,0.925-0.418,1.352-0.162l3.938-3.936
+ l-4.134-4.135l-8.923,8.922L666.822,704.996z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M656.954,695.129l2.567,2.568l4.861-4.861c0.082-0.082,0.071-0.225-0.025-0.32l-2.487-2.488
+ l-4.826,4.824C656.942,694.953,656.902,695.078,656.954,695.129z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M656.954,695.129l2.567,2.568l4.861-4.861c0.082-0.082,0.071-0.225-0.025-0.32l-2.487-2.488
+ l-4.826,4.824C656.942,694.953,656.902,695.078,656.954,695.129z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M656.954,695.129l2.567,2.568l4.861-4.861c0.082-0.082,0.071-0.225-0.025-0.32l-2.487-2.488
+ l-4.826,4.824C656.942,694.953,656.902,695.078,656.954,695.129z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M656.954,695.129l2.567,2.568l4.861-4.861c0.082-0.082,0.071-0.225-0.025-0.32l-2.487-2.488
+ l-4.826,4.824C656.942,694.953,656.902,695.078,656.954,695.129z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M656.954,695.129l2.567,2.568l4.861-4.861c0.082-0.082,0.071-0.225-0.025-0.32l-2.487-2.488
+ l-4.826,4.824C656.942,694.953,656.902,695.078,656.954,695.129z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M656.954,695.129l2.567,2.568l4.861-4.861c0.082-0.082,0.071-0.225-0.025-0.32l-2.487-2.488
+ l-4.826,4.824C656.942,694.953,656.902,695.078,656.954,695.129z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M671.05,700.768l-4.228,4.229l0.595,0.594l4.984-4.984
+ C671.975,700.35,671.416,700.402,671.05,700.768z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M671.05,700.768l-4.228,4.229l0.595,0.594l4.984-4.984
+ C671.975,700.35,671.416,700.402,671.05,700.768z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M671.05,700.768l-4.228,4.229l0.595,0.594l4.984-4.984
+ C671.975,700.35,671.416,700.402,671.05,700.768z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M671.05,700.768l-4.228,4.229l0.595,0.594l4.984-4.984
+ C671.975,700.35,671.416,700.402,671.05,700.768z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M671.05,700.768l-4.228,4.229l0.595,0.594l4.984-4.984
+ C671.975,700.35,671.416,700.402,671.05,700.768z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M671.05,700.768l-4.228,4.229l0.595,0.594l4.984-4.984
+ C671.975,700.35,671.416,700.402,671.05,700.768z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M671.05,700.768l-4.228,4.229l0.595,0.594l4.984-4.984
+ C671.975,700.35,671.416,700.402,671.05,700.768z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M671.05,700.768l-4.228,4.229l0.595,0.594l4.984-4.984
+ C671.975,700.35,671.416,700.402,671.05,700.768z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M698.101,649.93c0.34-0.34,0.603-0.627,0.587-0.643l-2.455-2.456
+ c-0.016-0.015-0.303,0.247-0.643,0.587l-5.131,5.132l2.511,2.511L698.101,649.93z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M698.101,649.93c0.34-0.34,0.603-0.627,0.587-0.643l-2.455-2.456
+ c-0.016-0.015-0.303,0.247-0.643,0.587l-5.131,5.132l2.511,2.511L698.101,649.93z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M698.101,649.93c0.34-0.34,0.603-0.627,0.587-0.643l-2.455-2.456
+ c-0.016-0.015-0.303,0.247-0.643,0.587l-5.131,5.132l2.511,2.511L698.101,649.93z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M618.761,728.322l1.723-1.723l-2.039-2.039l-9.201,9.203
+ c-0.34,0.34-0.603,0.627-0.587,0.643l2.455,2.455c0.016,0.016,0.303-0.248,0.643-0.586l6.82-6.822
+ C618.431,729.029,618.484,728.598,618.761,728.322z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M618.761,728.322l1.723-1.723l-2.039-2.039l-9.201,9.203
+ c-0.34,0.34-0.603,0.627-0.587,0.643l2.455,2.455c0.016,0.016,0.303-0.248,0.643-0.586l6.82-6.822
+ C618.431,729.029,618.484,728.598,618.761,728.322z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M618.761,728.322l1.723-1.723l-2.039-2.039l-9.201,9.203
+ c-0.34,0.34-0.603,0.627-0.587,0.643l2.455,2.455c0.016,0.016,0.303-0.248,0.643-0.586l6.82-6.822
+ C618.431,729.029,618.484,728.598,618.761,728.322z"/>
+
+ <rect x="621.128" y="718.082" transform="matrix(0.7069 0.7073 -0.7073 0.7069 693.4408 -228.5981)" opacity="0.4" fill="#FFF8B9" width="2.883" height="8.784"/>
+
+ <rect x="621.128" y="718.082" transform="matrix(0.7069 0.7073 -0.7073 0.7069 693.4408 -228.5981)" opacity="0.4" fill="#FFF8B9" width="2.883" height="8.784"/>
+
+ <rect x="621.128" y="718.082" transform="matrix(0.7069 0.7073 -0.7073 0.7069 693.4408 -228.5981)" opacity="0.5" fill="#D1E4B7" width="2.883" height="8.784"/>
+
+ <rect x="621.128" y="718.082" transform="matrix(0.7069 0.7073 -0.7073 0.7069 693.4408 -228.5981)" opacity="0.4" fill="#FFF8B9" width="2.883" height="8.784"/>
+
+ <rect x="667.903" y="661.893" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1633.2771 650.8342)" opacity="0.4" fill="#FFF8B9" width="27.897" height="3.551"/>
+
+ <rect x="667.903" y="661.893" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1633.2771 650.8342)" opacity="0.4" fill="#FFF8B9" width="27.897" height="3.551"/>
+
+ <rect x="667.903" y="661.893" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1633.2771 650.8342)" opacity="0.4" fill="#FFF8B9" width="27.897" height="3.551"/>
+
+ <rect x="667.903" y="661.893" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1633.2771 650.8342)" opacity="0.4" fill="#FFF8B9" width="27.897" height="3.551"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M640.557,707.471l5.447-5.447l-0.473-0.473c-0.432-0.432-0.433-1.133,0-1.564l0.939-0.94
+ l-1.255-1.253l-20.56,20.557l2.038,2.039l12.731-12.732C639.702,707.381,640.134,707.326,640.557,707.471z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M640.557,707.471l5.447-5.447l-0.473-0.473c-0.432-0.432-0.433-1.133,0-1.564l0.939-0.94
+ l-1.255-1.253l-20.56,20.557l2.038,2.039l12.731-12.732C639.702,707.381,640.134,707.326,640.557,707.471z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M640.557,707.471l5.447-5.447l-0.473-0.473c-0.432-0.432-0.433-1.133,0-1.564l0.939-0.94
+ l-1.255-1.253l-20.56,20.557l2.038,2.039l12.731-12.732C639.702,707.381,640.134,707.326,640.557,707.471z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M640.557,707.471l5.447-5.447l-0.473-0.473c-0.432-0.432-0.433-1.133,0-1.564l0.939-0.94
+ l-1.255-1.253l-20.56,20.557l2.038,2.039l12.731-12.732C639.702,707.381,640.134,707.326,640.557,707.471z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M640.557,707.471l5.447-5.447l-0.473-0.473c-0.432-0.432-0.433-1.133,0-1.564l0.939-0.94
+ l-1.255-1.253l-20.56,20.557l2.038,2.039l12.731-12.732C639.702,707.381,640.134,707.326,640.557,707.471z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M646.471,699.046l-0.939,0.94c-0.433,0.432-0.432,1.133,0,1.564l0.473,0.473l1.723-1.723
+ L646.471,699.046z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M646.471,699.046l-0.939,0.94c-0.433,0.432-0.432,1.133,0,1.564l0.473,0.473l1.723-1.723
+ L646.471,699.046z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M646.471,699.046l-0.939,0.94c-0.433,0.432-0.432,1.133,0,1.564l0.473,0.473l1.723-1.723
+ L646.471,699.046z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M646.471,699.046l-0.939,0.94c-0.433,0.432-0.432,1.133,0,1.564l0.473,0.473l1.723-1.723
+ L646.471,699.046z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M646.471,699.046l-0.939,0.94c-0.433,0.432-0.432,1.133,0,1.564l0.473,0.473l1.723-1.723
+ L646.471,699.046z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M646.471,699.046l-0.939,0.94c-0.433,0.432-0.432,1.133,0,1.564l0.473,0.473l1.723-1.723
+ L646.471,699.046z"/>
+
+ <rect x="645.162" y="695.889" transform="matrix(0.707 -0.7072 0.7072 0.707 -303.0558 662.0641)" opacity="0.4" fill="#FFF8B9" width="4.648" height="1.773"/>
+
+ <rect x="645.162" y="695.889" transform="matrix(0.707 -0.7072 0.7072 0.707 -303.0558 662.0641)" opacity="0.4" fill="#FFF8B9" width="4.648" height="1.773"/>
+
+ <rect x="645.162" y="695.889" transform="matrix(0.707 -0.7072 0.7072 0.707 -303.0558 662.0641)" opacity="0.5" fill="#D1E4B7" width="4.648" height="1.773"/>
+
+ <rect x="645.162" y="695.889" transform="matrix(0.707 -0.7072 0.7072 0.707 -303.0558 662.0641)" opacity="0.2" fill="#FFF6A3" width="4.648" height="1.773"/>
+
+ <rect x="645.162" y="695.889" transform="matrix(0.707 -0.7072 0.7072 0.707 -303.0558 662.0641)" opacity="0.4" fill="#FFF6A3" width="4.648" height="1.773"/>
+
+ <rect x="645.162" y="695.889" transform="matrix(0.707 -0.7072 0.7072 0.707 -303.0558 662.0641)" opacity="0.4" fill="#FFF8B9" width="4.648" height="1.773"/>
+
+ <rect x="647.855" y="695.707" transform="matrix(0.7074 0.7068 -0.7068 0.7074 683.2236 -254.2947)" opacity="0.4" fill="#FFF8B9" width="1.774" height="4.647"/>
+
+ <rect x="647.855" y="695.707" transform="matrix(0.7074 0.7068 -0.7068 0.7074 683.2236 -254.2947)" opacity="0.4" fill="#FFF8B9" width="1.774" height="4.647"/>
+
+ <rect x="647.855" y="695.707" transform="matrix(0.7074 0.7068 -0.7068 0.7074 683.2236 -254.2947)" opacity="0.5" fill="#D1E4B7" width="1.774" height="4.647"/>
+
+ <rect x="647.855" y="695.707" transform="matrix(0.7074 0.7068 -0.7068 0.7074 683.2236 -254.2947)" opacity="0.4" fill="#FFF8B9" width="1.774" height="4.647"/>
+
+ <rect x="647.855" y="695.707" transform="matrix(0.7074 0.7068 -0.7068 0.7074 683.2236 -254.2947)" opacity="0.2" fill="#FFF6A3" width="1.774" height="4.647"/>
+
+ <rect x="647.855" y="695.707" transform="matrix(0.7074 0.7068 -0.7068 0.7074 683.2236 -254.2947)" opacity="0.4" fill="#FFF6A3" width="1.774" height="4.647"/>
+
+ <rect x="647.855" y="695.707" transform="matrix(0.7074 0.7068 -0.7068 0.7074 683.2236 -254.2947)" opacity="0.4" fill="#FFF8B9" width="1.774" height="4.647"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.681,686.838l3.131-3.131c0.434-0.433,1.134-0.432,1.566,0l0.473,0.473l6.889-6.889
+ l-2.511-2.512l-10.803,10.803L658.681,686.838z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.681,686.838l3.131-3.131c0.434-0.433,1.134-0.432,1.566,0l0.473,0.473l6.889-6.889
+ l-2.511-2.512l-10.803,10.803L658.681,686.838z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.681,686.838l3.131-3.131c0.434-0.433,1.134-0.432,1.566,0l0.473,0.473l6.889-6.889
+ l-2.511-2.512l-10.803,10.803L658.681,686.838z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.681,686.838l3.131-3.131c0.434-0.433,1.134-0.432,1.566,0l0.473,0.473l6.889-6.889
+ l-2.511-2.512l-10.803,10.803L658.681,686.838z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M663.851,684.18l-0.473-0.473c-0.433-0.432-1.133-0.433-1.566,0l-3.131,3.131l1.256,1.256
+ L663.851,684.18z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M663.851,684.18l-0.473-0.473c-0.433-0.432-1.133-0.433-1.566,0l-3.131,3.131l1.256,1.256
+ L663.851,684.18z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M663.851,684.18l-0.473-0.473c-0.433-0.432-1.133-0.433-1.566,0l-3.131,3.131l1.256,1.256
+ L663.851,684.18z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M663.851,684.18l-0.473-0.473c-0.433-0.432-1.133-0.433-1.566,0l-3.131,3.131l1.256,1.256
+ L663.851,684.18z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M663.851,684.18l-0.473-0.473c-0.433-0.432-1.133-0.433-1.566,0l-3.131,3.131l1.256,1.256
+ L663.851,684.18z"/>
+
+ <rect x="668.96" y="673.012" transform="matrix(0.7071 0.7071 -0.7071 0.7071 673.5974 -276.6426)" opacity="0.4" fill="#FFF8B9" width="3.551" height="3.541"/>
+
+ <rect x="668.96" y="673.012" transform="matrix(0.7071 0.7071 -0.7071 0.7071 673.5974 -276.6426)" opacity="0.4" fill="#FFF8B9" width="3.551" height="3.541"/>
+
+ <rect x="668.96" y="673.012" transform="matrix(0.7071 0.7071 -0.7071 0.7071 673.5974 -276.6426)" opacity="0.4" fill="#FFF8B9" width="3.551" height="3.541"/>
+
+ <rect x="668.96" y="673.012" transform="matrix(0.7071 0.7071 -0.7071 0.7071 673.5974 -276.6426)" opacity="0.4" fill="#FFF8B9" width="3.551" height="3.541"/>
+
+ <rect x="668.96" y="673.012" transform="matrix(0.7071 0.7071 -0.7071 0.7071 673.5974 -276.6426)" opacity="0.4" fill="#FFF8B9" width="3.551" height="3.541"/>
+
+ <rect x="652.007" y="687.827" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1606.0891 712.074)" opacity="0.4" fill="#FFF8B9" width="7.084" height="1.775"/>
+
+ <rect x="652.007" y="687.827" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1606.0891 712.074)" opacity="0.4" fill="#FFF8B9" width="7.084" height="1.775"/>
+
+ <rect x="652.007" y="687.827" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1606.0891 712.074)" opacity="0.4" fill="#FFF6A3" width="7.084" height="1.775"/>
+
+ <rect x="652.007" y="687.827" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1606.0891 712.074)" opacity="0.4" fill="#FFF8B9" width="7.084" height="1.775"/>
+
+ <rect x="652.007" y="687.827" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1606.0891 712.074)" opacity="0.4" fill="#FFF8B9" width="7.084" height="1.775"/>
+
+ <rect x="653.262" y="689.082" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1609.1118 713.6074)" opacity="0.4" fill="#FFF8B9" width="7.083" height="1.776"/>
+
+ <rect x="653.262" y="689.082" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1609.1118 713.6074)" opacity="0.4" fill="#FFF8B9" width="7.083" height="1.776"/>
+
+ <rect x="653.262" y="689.082" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1609.1118 713.6074)" opacity="0.4" fill="#FFF8B9" width="7.083" height="1.776"/>
+
+ <rect x="653.262" y="689.082" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1609.1118 713.6074)" opacity="0.4" fill="#FFF6A3" width="7.083" height="1.776"/>
+
+ <rect x="653.262" y="689.082" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1609.1118 713.6074)" opacity="0.4" fill="#FFF8B9" width="7.083" height="1.776"/>
+
+ <rect x="653.262" y="689.082" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1609.1118 713.6074)" opacity="0.4" fill="#FFF8B9" width="7.083" height="1.776"/>
+
+ <rect x="648.319" y="692.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1601.6249 722.9387)" opacity="0.4" fill="#FFF8B9" width="5.535" height="1.776"/>
+
+ <rect x="648.319" y="692.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1601.6249 722.9387)" opacity="0.4" fill="#FFF8B9" width="5.535" height="1.776"/>
+
+ <rect x="648.319" y="692.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1601.6249 722.9387)" opacity="0.2" fill="#FFF6A3" width="5.535" height="1.776"/>
+
+ <rect x="648.319" y="692.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1601.6249 722.9387)" opacity="0.4" fill="#FFF6A3" width="5.535" height="1.776"/>
+
+ <rect x="648.319" y="692.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1601.6249 722.9387)" opacity="0.4" fill="#FFF8B9" width="5.535" height="1.776"/>
+
+ <rect x="648.319" y="692.289" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1601.6249 722.9387)" opacity="0.4" fill="#FFF8B9" width="5.535" height="1.776"/>
+
+ <rect x="649.575" y="693.545" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1604.6553 724.1934)" opacity="0.4" fill="#FFF8B9" width="5.535" height="1.774"/>
+
+ <rect x="649.575" y="693.545" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1604.6553 724.1934)" opacity="0.4" fill="#FFF8B9" width="5.535" height="1.774"/>
+
+ <rect x="649.575" y="693.545" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1604.6553 724.1934)" opacity="0.4" fill="#FFF8B9" width="5.535" height="1.774"/>
+
+ <rect x="649.575" y="693.545" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1604.6553 724.1934)" opacity="0.2" fill="#FFF6A3" width="5.535" height="1.774"/>
+
+ <rect x="649.575" y="693.545" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1604.6553 724.1934)" opacity="0.4" fill="#FFF6A3" width="5.535" height="1.774"/>
+
+ <rect x="649.575" y="693.545" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1604.6553 724.1934)" opacity="0.4" fill="#FFF8B9" width="5.535" height="1.774"/>
+
+ <rect x="649.575" y="693.545" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1604.6553 724.1934)" opacity="0.4" fill="#FFF8B9" width="5.535" height="1.774"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M620.483,726.6l-1.723,1.723c-0.276,0.275-0.33,0.707-0.187,1.131l2.382-2.381
+ L620.483,726.6z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M620.483,726.6l-1.723,1.723c-0.276,0.275-0.33,0.707-0.187,1.131l2.382-2.381
+ L620.483,726.6z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M620.483,726.6l-1.723,1.723c-0.276,0.275-0.33,0.707-0.187,1.131l2.382-2.381
+ L620.483,726.6z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M620.483,726.6l-1.723,1.723c-0.276,0.275-0.33,0.707-0.187,1.131l2.382-2.381
+ L620.483,726.6z"/>
+
+ <rect x="619.433" y="723.396" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -329.0405 653.0868)" opacity="0.4" fill="#FFF8B9" width="8.784" height="0.668"/>
+
+ <rect x="619.433" y="723.396" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -329.0405 653.0868)" opacity="0.4" fill="#FFF8B9" width="8.784" height="0.668"/>
+
+ <rect x="619.433" y="723.396" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -329.0405 653.0868)" opacity="0.5" fill="#D1E4B7" width="8.784" height="0.668"/>
+
+ <rect x="619.433" y="723.396" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -329.0405 653.0868)" opacity="0.4" fill="#FFF8B9" width="8.784" height="0.668"/>
+
+ <rect x="619.433" y="723.396" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -329.0405 653.0868)" opacity="0.4" fill="#FFF8B9" width="8.784" height="0.668"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M640.557,707.471c-0.423-0.145-0.854-0.09-1.131,0.186l-12.731,12.732l0.473,0.473
+ L640.557,707.471z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M640.557,707.471c-0.423-0.145-0.854-0.09-1.131,0.186l-12.731,12.732l0.473,0.473
+ L640.557,707.471z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M640.557,707.471c-0.423-0.145-0.854-0.09-1.131,0.186l-12.731,12.732l0.473,0.473
+ L640.557,707.471z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M640.557,707.471c-0.423-0.145-0.854-0.09-1.131,0.186l-12.731,12.732l0.473,0.473
+ L640.557,707.471z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M640.557,707.471c-0.423-0.145-0.854-0.09-1.131,0.186l-12.731,12.732l0.473,0.473
+ L640.557,707.471z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M640.557,707.471c-0.423-0.145-0.854-0.09-1.131,0.186l-12.731,12.732l0.473,0.473
+ L640.557,707.471z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M616.15,746.9c-0.287,0.287-0.717,0.324-0.959,0.082l-0.405-0.406l-5.793,5.793l1.688,1.689
+ l16.126-16.125l-0.845-0.846L616.15,746.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M616.15,746.9c-0.287,0.287-0.717,0.324-0.959,0.082l-0.405-0.406l-5.793,5.793l1.688,1.689
+ l16.126-16.125l-0.845-0.846L616.15,746.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M616.15,746.9c-0.287,0.287-0.717,0.324-0.959,0.082l-0.405-0.406l-5.793,5.793l1.688,1.689
+ l16.126-16.125l-0.845-0.846L616.15,746.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M614.786,746.576l0.405,0.406c0.242,0.242,0.672,0.205,0.959-0.082l9.813-9.813
+ l-0.845-0.844L614.786,746.576z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M614.786,746.576l0.405,0.406c0.242,0.242,0.672,0.205,0.959-0.082l9.813-9.813
+ l-0.845-0.844L614.786,746.576z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M614.786,746.576l0.405,0.406c0.242,0.242,0.672,0.205,0.959-0.082l9.813-9.813
+ l-0.845-0.844L614.786,746.576z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M614.786,746.576l0.405,0.406c0.242,0.242,0.672,0.205,0.959-0.082l9.813-9.813
+ l-0.845-0.844L614.786,746.576z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M686.342,678.4c0.4-0.4,0.715-0.732,0.705-0.742l-1.652-1.652
+ c-0.01-0.01-0.342,0.305-0.742,0.705l-4.742,4.742l1.689,1.689L686.342,678.4z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M686.342,678.4c0.4-0.4,0.715-0.732,0.705-0.742l-1.652-1.652
+ c-0.01-0.01-0.342,0.305-0.742,0.705l-4.742,4.742l1.689,1.689L686.342,678.4z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M686.342,678.4c0.4-0.4,0.715-0.732,0.705-0.742l-1.652-1.652
+ c-0.01-0.01-0.342,0.305-0.742,0.705l-4.742,4.742l1.689,1.689L686.342,678.4z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M686.342,678.4c0.4-0.4,0.715-0.732,0.705-0.742l-1.652-1.652
+ c-0.01-0.01-0.342,0.305-0.742,0.705l-4.742,4.742l1.689,1.689L686.342,678.4z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M686.342,678.4c0.4-0.4,0.715-0.732,0.705-0.742l-1.652-1.652
+ c-0.01-0.01-0.342,0.305-0.742,0.705l-4.742,4.742l1.689,1.689L686.342,678.4z"/>
+
+ <rect x="646.355" y="711.307" transform="matrix(0.7072 -0.707 0.707 0.7072 -312.6602 667.9974)" opacity="0.4" fill="#FFF8B9" width="7.528" height="0.309"/>
+
+ <rect x="646.355" y="711.307" transform="matrix(0.7072 -0.707 0.707 0.7072 -312.6602 667.9974)" opacity="0.4" fill="#FFF8B9" width="7.528" height="0.309"/>
+
+ <rect x="646.355" y="711.307" transform="matrix(0.7072 -0.707 0.707 0.7072 -312.6602 667.9974)" opacity="0.4" fill="#FFF8B9" width="7.528" height="0.309"/>
+
+ <rect x="646.355" y="711.307" transform="matrix(0.7072 -0.707 0.707 0.7072 -312.6602 667.9974)" opacity="0.5" fill="#D1E4B7" width="7.528" height="0.309"/>
+
+ <rect x="646.355" y="711.307" transform="matrix(0.7072 -0.707 0.707 0.7072 -312.6602 667.9974)" opacity="0.2" fill="#FFF6A3" width="7.528" height="0.309"/>
+
+ <rect x="646.355" y="711.307" transform="matrix(0.7072 -0.707 0.707 0.7072 -312.6602 667.9974)" opacity="0.4" fill="#FFF8B9" width="7.528" height="0.309"/>
+
+ <rect x="651.743" y="706.141" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -307.4973 670.2256)" opacity="0.4" fill="#FFF8B9" width="7.085" height="0.308"/>
+
+ <rect x="651.743" y="706.141" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -307.4973 670.2256)" opacity="0.4" fill="#FFF8B9" width="7.085" height="0.308"/>
+
+ <rect x="651.743" y="706.141" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -307.4973 670.2256)" opacity="0.4" fill="#FFF8B9" width="7.085" height="0.308"/>
+
+ <rect x="651.743" y="706.141" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -307.4973 670.2256)" opacity="0.5" fill="#D1E4B7" width="7.085" height="0.308"/>
+
+ <rect x="651.743" y="706.141" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -307.4973 670.2256)" opacity="0.4" fill="#FFF8B9" width="7.085" height="0.308"/>
+
+ <rect x="651.743" y="706.141" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -307.4973 670.2256)" opacity="0.2" fill="#FFF6A3" width="7.085" height="0.308"/>
+
+ <rect x="651.743" y="706.141" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -307.4973 670.2256)" opacity="0.4" fill="#FFF8B9" width="7.085" height="0.308"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M598.565,763.547l-0.375-0.375l-10.489,10.488c0.642,0.49,1.287,0.973,1.937,1.441
+ l10.242-10.24L598.565,763.547z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M598.565,763.547l-0.375-0.375l-10.489,10.488c0.642,0.49,1.287,0.973,1.937,1.441
+ l10.242-10.24L598.565,763.547z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M598.19,763.172l0.375,0.375c-0.137-0.137-0.225-0.303-0.275-0.475L598.19,763.172z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M598.19,763.172l0.375,0.375c-0.137-0.137-0.225-0.303-0.275-0.475L598.19,763.172z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M598.19,763.172l0.375,0.375c-0.137-0.137-0.225-0.303-0.275-0.475L598.19,763.172z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M598.29,763.072c0.051,0.172,0.139,0.338,0.275,0.475l1.314,1.314l10.802-10.803
+ l-1.688-1.689L598.29,763.072z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M598.29,763.072c0.051,0.172,0.139,0.338,0.275,0.475l1.314,1.314l10.802-10.803
+ l-1.688-1.689L598.29,763.072z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M598.29,763.072c0.051,0.172,0.139,0.338,0.275,0.475l1.314,1.314l10.802-10.803
+ l-1.688-1.689L598.29,763.072z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M598.29,763.072c0.051,0.172,0.139,0.338,0.275,0.475l1.314,1.314l10.802-10.803
+ l-1.688-1.689L598.29,763.072z"/>
+
+ <rect x="650.679" y="708.855" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 608.4584 1677.0638)" opacity="0.4" fill="#FFF8B9" width="1.194" height="7.529"/>
+
+ <rect x="650.679" y="708.855" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 608.4584 1677.0638)" opacity="0.4" fill="#FFF8B9" width="1.194" height="7.529"/>
+
+ <rect x="650.679" y="708.855" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 608.4584 1677.0638)" opacity="0.4" fill="#FFF8B9" width="1.194" height="7.529"/>
+
+ <rect x="650.679" y="708.855" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 608.4584 1677.0638)" opacity="0.2" fill="#FFF6A3" width="1.194" height="7.529"/>
+
+ <rect x="650.679" y="708.855" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 608.4584 1677.0638)" opacity="0.4" fill="#FFF8B9" width="1.194" height="7.529"/>
+
+ <rect x="650.679" y="708.855" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 608.4584 1677.0638)" opacity="0.4" fill="#FFF8B9" width="1.194" height="7.529"/>
+
+ <rect x="650.098" y="708.119" transform="matrix(0.7066 0.7077 -0.7077 0.7066 694.6678 -251.4619)" opacity="0.4" fill="#FFF8B9" width="0.886" height="7.529"/>
+
+ <rect x="650.098" y="708.119" transform="matrix(0.7066 0.7077 -0.7077 0.7066 694.6678 -251.4619)" opacity="0.4" fill="#FFF8B9" width="0.886" height="7.529"/>
+
+ <rect x="650.098" y="708.119" transform="matrix(0.7066 0.7077 -0.7077 0.7066 694.6678 -251.4619)" opacity="0.4" fill="#FFF8B9" width="0.886" height="7.529"/>
+
+ <rect x="650.098" y="708.119" transform="matrix(0.7066 0.7077 -0.7077 0.7066 694.6678 -251.4619)" opacity="0.5" fill="#D1E4B7" width="0.886" height="7.529"/>
+
+ <rect x="650.098" y="708.119" transform="matrix(0.7066 0.7077 -0.7077 0.7066 694.6678 -251.4619)" opacity="0.2" fill="#FFF6A3" width="0.886" height="7.529"/>
+
+ <rect x="650.098" y="708.119" transform="matrix(0.7066 0.7077 -0.7077 0.7066 694.6678 -251.4619)" opacity="0.4" fill="#FFF8B9" width="0.886" height="7.529"/>
+
+ <rect x="650.098" y="708.119" transform="matrix(0.7066 0.7077 -0.7077 0.7066 694.6678 -251.4619)" opacity="0.4" fill="#FFF8B9" width="0.886" height="7.529"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.086,704.086c0.243,0.244,0.206,0.672-0.082,0.961l-4.488,4.488l0.845,0.844
+ l5.009-5.008L658.086,704.086z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.086,704.086c0.243,0.244,0.206,0.672-0.082,0.961l-4.488,4.488l0.845,0.844
+ l5.009-5.008L658.086,704.086z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.086,704.086c0.243,0.244,0.206,0.672-0.082,0.961l-4.488,4.488l0.845,0.844
+ l5.009-5.008L658.086,704.086z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.086,704.086c0.243,0.244,0.206,0.672-0.082,0.961l-4.488,4.488l0.845,0.844
+ l5.009-5.008L658.086,704.086z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M658.086,704.086c0.243,0.244,0.206,0.672-0.082,0.961l-4.488,4.488l0.845,0.844
+ l5.009-5.008L658.086,704.086z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.086,704.086c0.243,0.244,0.206,0.672-0.082,0.961l-4.488,4.488l0.845,0.844
+ l5.009-5.008L658.086,704.086z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.086,704.086c0.243,0.244,0.206,0.672-0.082,0.961l-4.488,4.488l0.845,0.844
+ l5.009-5.008L658.086,704.086z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.898,703.9l-5.009,5.008l0.626,0.627l4.488-4.488c0.288-0.289,0.325-0.717,0.082-0.961
+ l-0.03-0.029L657.898,703.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.898,703.9l-5.009,5.008l0.626,0.627l4.488-4.488c0.288-0.289,0.325-0.717,0.082-0.961
+ l-0.03-0.029L657.898,703.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.898,703.9l-5.009,5.008l0.626,0.627l4.488-4.488c0.288-0.289,0.325-0.717,0.082-0.961
+ l-0.03-0.029L657.898,703.9z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M657.898,703.9l-5.009,5.008l0.626,0.627l4.488-4.488c0.288-0.289,0.325-0.717,0.082-0.961
+ l-0.03-0.029L657.898,703.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.898,703.9l-5.009,5.008l0.626,0.627l4.488-4.488c0.288-0.289,0.325-0.717,0.082-0.961
+ l-0.03-0.029L657.898,703.9z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M657.898,703.9l-5.009,5.008l0.626,0.627l4.488-4.488c0.288-0.289,0.325-0.717,0.082-0.961
+ l-0.03-0.029L657.898,703.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.898,703.9l-5.009,5.008l0.626,0.627l4.488-4.488c0.288-0.289,0.325-0.717,0.082-0.961
+ l-0.03-0.029L657.898,703.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.898,703.9l-5.009,5.008l0.626,0.627l4.488-4.488c0.288-0.289,0.325-0.717,0.082-0.961
+ l-0.03-0.029L657.898,703.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M677.781,684.333l-0.375-0.375l-0.1,0.099C677.479,684.108,677.645,684.196,677.781,684.333
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M677.781,684.333l-0.375-0.375l-0.1,0.099C677.479,684.108,677.645,684.196,677.781,684.333
+ z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M677.781,684.333l-0.375-0.375l-0.1,0.099C677.479,684.108,677.645,684.196,677.781,684.333
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M677.781,684.333l-0.375-0.375l-0.1,0.099C677.479,684.108,677.645,684.196,677.781,684.333
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M677.781,684.333l-0.375-0.375l-0.1,0.099C677.479,684.108,677.645,684.196,677.781,684.333
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.725,684.64l1.688,1.688l0.682-0.682l-1.313-1.313
+ c-0.137-0.137-0.302-0.225-0.475-0.276L676.725,684.64z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.725,684.64l1.688,1.688l0.682-0.682l-1.313-1.313
+ c-0.137-0.137-0.302-0.225-0.475-0.276L676.725,684.64z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.725,684.64l1.688,1.688l0.682-0.682l-1.313-1.313
+ c-0.137-0.137-0.302-0.225-0.475-0.276L676.725,684.64z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M676.725,684.64l1.688,1.688l0.682-0.682l-1.313-1.313
+ c-0.137-0.137-0.302-0.225-0.475-0.276L676.725,684.64z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.725,684.64l1.688,1.688l0.682-0.682l-1.313-1.313
+ c-0.137-0.137-0.302-0.225-0.475-0.276L676.725,684.64z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.725,684.64l1.688,1.688l0.682-0.682l-1.313-1.313
+ c-0.137-0.137-0.302-0.225-0.475-0.276L676.725,684.64z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="677.781,684.333 679.095,685.646 681.6,683.143 679.91,681.453 677.406,683.958
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="677.781,684.333 679.095,685.646 681.6,683.143 679.91,681.453 677.406,683.958
+ "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="677.781,684.333 679.095,685.646 681.6,683.143 679.91,681.453 677.406,683.958
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="677.781,684.333 679.095,685.646 681.6,683.143 679.91,681.453 677.406,683.958
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="677.781,684.333 679.095,685.646 681.6,683.143 679.91,681.453 677.406,683.958
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="677.781,684.333 679.095,685.646 681.6,683.143 679.91,681.453 677.406,683.958
+ "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.916,703.887c-0.063-0.096-0.105-0.199-0.137-0.305l-0.099,0.1l0.218,0.219
+ C657.904,703.895,657.911,703.891,657.916,703.887z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.916,703.887c-0.063-0.096-0.105-0.199-0.137-0.305l-0.099,0.1l0.218,0.219
+ C657.904,703.895,657.911,703.891,657.916,703.887z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.916,703.887c-0.063-0.096-0.105-0.199-0.137-0.305l-0.099,0.1l0.218,0.219
+ C657.904,703.895,657.911,703.891,657.916,703.887z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.916,703.887c-0.063-0.096-0.105-0.199-0.137-0.305l-0.099,0.1l0.218,0.219
+ C657.904,703.895,657.911,703.891,657.916,703.887z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M657.916,703.887c-0.063-0.096-0.105-0.199-0.137-0.305l-0.099,0.1l0.218,0.219
+ C657.904,703.895,657.911,703.891,657.916,703.887z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.916,703.887c-0.063-0.096-0.105-0.199-0.137-0.305l-0.099,0.1l0.218,0.219
+ C657.904,703.895,657.911,703.891,657.916,703.887z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.916,703.887c-0.063-0.096-0.105-0.199-0.137-0.305l-0.099,0.1l0.218,0.219
+ C657.904,703.895,657.911,703.891,657.916,703.887z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.465,703.9l0.688,0.688l3.131-3.131l-1.689-1.689l-3.814,3.814
+ c0.031,0.105,0.074,0.209,0.137,0.305C658.35,703.469,659.037,703.473,659.465,703.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.465,703.9l0.688,0.688l3.131-3.131l-1.689-1.689l-3.814,3.814
+ c0.031,0.105,0.074,0.209,0.137,0.305C658.35,703.469,659.037,703.473,659.465,703.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.465,703.9l0.688,0.688l3.131-3.131l-1.689-1.689l-3.814,3.814
+ c0.031,0.105,0.074,0.209,0.137,0.305C658.35,703.469,659.037,703.473,659.465,703.9z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M659.465,703.9l0.688,0.688l3.131-3.131l-1.689-1.689l-3.814,3.814
+ c0.031,0.105,0.074,0.209,0.137,0.305C658.35,703.469,659.037,703.473,659.465,703.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.465,703.9l0.688,0.688l3.131-3.131l-1.689-1.689l-3.814,3.814
+ c0.031,0.105,0.074,0.209,0.137,0.305C658.35,703.469,659.037,703.473,659.465,703.9z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M659.465,703.9l0.688,0.688l3.131-3.131l-1.689-1.689l-3.814,3.814
+ c0.031,0.105,0.074,0.209,0.137,0.305C658.35,703.469,659.037,703.473,659.465,703.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.465,703.9l0.688,0.688l3.131-3.131l-1.689-1.689l-3.814,3.814
+ c0.031,0.105,0.074,0.209,0.137,0.305C658.35,703.469,659.037,703.473,659.465,703.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.465,703.9l0.688,0.688l3.131-3.131l-1.689-1.689l-3.814,3.814
+ c0.031,0.105,0.074,0.209,0.137,0.305C658.35,703.469,659.037,703.473,659.465,703.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.056,704.057c-0.054-0.053-0.1-0.111-0.14-0.17c-0.005,0.004-0.012,0.008-0.018,0.014
+ L658.056,704.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.056,704.057c-0.054-0.053-0.1-0.111-0.14-0.17c-0.005,0.004-0.012,0.008-0.018,0.014
+ L658.056,704.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.056,704.057c-0.054-0.053-0.1-0.111-0.14-0.17c-0.005,0.004-0.012,0.008-0.018,0.014
+ L658.056,704.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.056,704.057c-0.054-0.053-0.1-0.111-0.14-0.17c-0.005,0.004-0.012,0.008-0.018,0.014
+ L658.056,704.057z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M658.056,704.057c-0.054-0.053-0.1-0.111-0.14-0.17c-0.005,0.004-0.012,0.008-0.018,0.014
+ L658.056,704.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.056,704.057c-0.054-0.053-0.1-0.111-0.14-0.17c-0.005,0.004-0.012,0.008-0.018,0.014
+ L658.056,704.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.056,704.057c-0.054-0.053-0.1-0.111-0.14-0.17c-0.005,0.004-0.012,0.008-0.018,0.014
+ L658.056,704.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.056,704.057c-0.054-0.053-0.1-0.111-0.14-0.17c-0.005,0.004-0.012,0.008-0.018,0.014
+ L658.056,704.057z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.465,703.9c-0.428-0.428-1.115-0.432-1.549-0.014c0.04,0.059,0.086,0.117,0.14,0.17
+ l0.03,0.029l1.283,1.285l0.783-0.783L659.465,703.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.465,703.9c-0.428-0.428-1.115-0.432-1.549-0.014c0.04,0.059,0.086,0.117,0.14,0.17
+ l0.03,0.029l1.283,1.285l0.783-0.783L659.465,703.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.465,703.9c-0.428-0.428-1.115-0.432-1.549-0.014c0.04,0.059,0.086,0.117,0.14,0.17
+ l0.03,0.029l1.283,1.285l0.783-0.783L659.465,703.9z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M659.465,703.9c-0.428-0.428-1.115-0.432-1.549-0.014c0.04,0.059,0.086,0.117,0.14,0.17
+ l0.03,0.029l1.283,1.285l0.783-0.783L659.465,703.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.465,703.9c-0.428-0.428-1.115-0.432-1.549-0.014c0.04,0.059,0.086,0.117,0.14,0.17
+ l0.03,0.029l1.283,1.285l0.783-0.783L659.465,703.9z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M659.465,703.9c-0.428-0.428-1.115-0.432-1.549-0.014c0.04,0.059,0.086,0.117,0.14,0.17
+ l0.03,0.029l1.283,1.285l0.783-0.783L659.465,703.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.465,703.9c-0.428-0.428-1.115-0.432-1.549-0.014c0.04,0.059,0.086,0.117,0.14,0.17
+ l0.03,0.029l1.283,1.285l0.783-0.783L659.465,703.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.465,703.9c-0.428-0.428-1.115-0.432-1.549-0.014c0.04,0.059,0.086,0.117,0.14,0.17
+ l0.03,0.029l1.283,1.285l0.783-0.783L659.465,703.9z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.465,703.9c-0.428-0.428-1.115-0.432-1.549-0.014c0.04,0.059,0.086,0.117,0.14,0.17
+ l0.03,0.029l1.283,1.285l0.783-0.783L659.465,703.9z"/>
+
+ <rect x="625.867" y="735.661" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -336.7829 659.4517)" opacity="0.4" fill="#FFF8B9" width="3.541" height="1.195"/>
+
+ <rect x="625.867" y="735.661" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -336.7829 659.4517)" opacity="0.4" fill="#FFF8B9" width="3.541" height="1.195"/>
+
+ <rect x="625.867" y="735.661" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -336.7829 659.4517)" opacity="0.4" fill="#FFF8B9" width="3.541" height="1.195"/>
+
+ <rect x="625.867" y="735.661" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -336.7829 659.4517)" opacity="0.4" fill="#FFF8B9" width="3.541" height="1.195"/>
+
+ <rect x="627.603" y="731.303" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -332.4191 661.1808)" opacity="0.4" fill="#FFF8B9" width="8.784" height="1.194"/>
+
+ <rect x="627.603" y="731.303" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -332.4191 661.1808)" opacity="0.4" fill="#FFF8B9" width="8.784" height="1.194"/>
+
+ <rect x="627.603" y="731.303" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -332.4191 661.1808)" opacity="0.4" fill="#FFF8B9" width="8.784" height="1.194"/>
+
+ <rect x="627.603" y="731.303" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -332.4191 661.1808)" opacity="0.4" fill="#FFF8B9" width="8.784" height="1.194"/>
+
+ <rect x="627.603" y="731.303" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -332.4191 661.1808)" opacity="0.4" fill="#FFF8B9" width="8.784" height="1.194"/>
+
+ <rect x="626.195" y="733.644" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 550.5426 1698.6838)" opacity="0.4" fill="#FFF8B9" width="1.194" height="3.541"/>
+
+ <rect x="626.195" y="733.644" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 550.5426 1698.6838)" opacity="0.4" fill="#FFF8B9" width="1.194" height="3.541"/>
+
+ <rect x="626.195" y="733.644" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 550.5426 1698.6838)" opacity="0.5" fill="#D1E4B7" width="1.194" height="3.541"/>
+
+ <rect x="626.195" y="733.644" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 550.5426 1698.6838)" opacity="0.4" fill="#FFF8B9" width="1.194" height="3.541"/>
+
+ <rect x="626.195" y="733.644" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 550.5426 1698.6838)" opacity="0.4" fill="#FFF8B9" width="1.194" height="3.541"/>
+
+ <rect x="626.758" y="730.459" transform="matrix(0.707 -0.7072 0.7072 0.707 -332.0858 660.5634)" opacity="0.4" fill="#FFF8B9" width="8.785" height="1.193"/>
+
+ <rect x="626.758" y="730.459" transform="matrix(0.707 -0.7072 0.7072 0.707 -332.0858 660.5634)" opacity="0.4" fill="#FFF8B9" width="8.785" height="1.193"/>
+
+ <rect x="626.758" y="730.459" transform="matrix(0.707 -0.7072 0.7072 0.707 -332.0858 660.5634)" opacity="0.4" fill="#FFF8B9" width="8.785" height="1.193"/>
+
+ <rect x="626.758" y="730.459" transform="matrix(0.707 -0.7072 0.7072 0.707 -332.0858 660.5634)" opacity="0.5" fill="#D1E4B7" width="8.785" height="1.193"/>
+
+ <rect x="626.758" y="730.459" transform="matrix(0.707 -0.7072 0.7072 0.707 -332.0858 660.5634)" opacity="0.4" fill="#FFF8B9" width="8.785" height="1.193"/>
+
+ <rect x="626.758" y="730.459" transform="matrix(0.707 -0.7072 0.7072 0.707 -332.0858 660.5634)" opacity="0.4" fill="#FFF8B9" width="8.785" height="1.193"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.617,721.748c-0.054-0.055-0.1-0.113-0.141-0.174l-6.798,6.799l0.845,0.844l6.781-6.781
+ L641.617,721.748z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.617,721.748c-0.054-0.055-0.1-0.113-0.141-0.174l-6.798,6.799l0.845,0.844l6.781-6.781
+ L641.617,721.748z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.617,721.748c-0.054-0.055-0.1-0.113-0.141-0.174l-6.798,6.799l0.845,0.844l6.781-6.781
+ L641.617,721.748z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M641.617,721.748c-0.054-0.055-0.1-0.113-0.141-0.174l-6.798,6.799l0.845,0.844l6.781-6.781
+ L641.617,721.748z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.617,721.748c-0.054-0.055-0.1-0.113-0.141-0.174l-6.798,6.799l0.845,0.844l6.781-6.781
+ L641.617,721.748z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.617,721.748c-0.054-0.055-0.1-0.113-0.141-0.174l-6.798,6.799l0.845,0.844l6.781-6.781
+ L641.617,721.748z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.617,720.182l5.949-5.949l-0.219-0.219l-13.514,13.514l0.845,0.846l6.798-6.799
+ C641.191,721.145,641.238,720.559,641.617,720.182z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.617,720.182l5.949-5.949l-0.219-0.219l-13.514,13.514l0.845,0.846l6.798-6.799
+ C641.191,721.145,641.238,720.559,641.617,720.182z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.617,720.182l5.949-5.949l-0.219-0.219l-13.514,13.514l0.845,0.846l6.798-6.799
+ C641.191,721.145,641.238,720.559,641.617,720.182z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M641.617,720.182l5.949-5.949l-0.219-0.219l-13.514,13.514l0.845,0.846l6.798-6.799
+ C641.191,721.145,641.238,720.559,641.617,720.182z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M641.617,720.182l5.949-5.949l-0.219-0.219l-13.514,13.514l0.845,0.846l6.798-6.799
+ C641.191,721.145,641.238,720.559,641.617,720.182z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.617,720.182l5.949-5.949l-0.219-0.219l-13.514,13.514l0.845,0.846l6.798-6.799
+ C641.191,721.145,641.238,720.559,641.617,720.182z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.617,720.182l5.949-5.949l-0.219-0.219l-13.514,13.514l0.845,0.846l6.798-6.799
+ C641.191,721.145,641.238,720.559,641.617,720.182z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.477,721.574c0.041,0.061,0.087,0.119,0.141,0.174l0.688,0.688l6.732-6.732
+ l-0.845-0.844L641.477,721.574z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.477,721.574c0.041,0.061,0.087,0.119,0.141,0.174l0.688,0.688l6.732-6.732
+ l-0.845-0.844L641.477,721.574z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.477,721.574c0.041,0.061,0.087,0.119,0.141,0.174l0.688,0.688l6.732-6.732
+ l-0.845-0.844L641.477,721.574z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M641.477,721.574c0.041,0.061,0.087,0.119,0.141,0.174l0.688,0.688l6.732-6.732
+ l-0.845-0.844L641.477,721.574z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.477,721.574c0.041,0.061,0.087,0.119,0.141,0.174l0.688,0.688l6.732-6.732
+ l-0.845-0.844L641.477,721.574z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.477,721.574c0.041,0.061,0.087,0.119,0.141,0.174l0.688,0.688l6.732-6.732
+ l-0.845-0.844L641.477,721.574z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.477,721.574c0.041,0.061,0.087,0.119,0.141,0.174l0.688,0.688l6.732-6.732
+ l-0.845-0.844L641.477,721.574z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.566,714.232l-5.949,5.949c-0.379,0.377-0.426,0.963-0.141,1.393l6.716-6.715
+ L647.566,714.232z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.566,714.232l-5.949,5.949c-0.379,0.377-0.426,0.963-0.141,1.393l6.716-6.715
+ L647.566,714.232z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.566,714.232l-5.949,5.949c-0.379,0.377-0.426,0.963-0.141,1.393l6.716-6.715
+ L647.566,714.232z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M647.566,714.232l-5.949,5.949c-0.379,0.377-0.426,0.963-0.141,1.393l6.716-6.715
+ L647.566,714.232z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M647.566,714.232l-5.949,5.949c-0.379,0.377-0.426,0.963-0.141,1.393l6.716-6.715
+ L647.566,714.232z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.566,714.232l-5.949,5.949c-0.379,0.377-0.426,0.963-0.141,1.393l6.716-6.715
+ L647.566,714.232z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.566,714.232l-5.949,5.949c-0.379,0.377-0.426,0.963-0.141,1.393l6.716-6.715
+ L647.566,714.232z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.566,714.232l-5.949,5.949c-0.379,0.377-0.426,0.963-0.141,1.393l6.716-6.715
+ L647.566,714.232z"/>
+
+ <rect x="670.076" y="687.393" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1638.2892 698.5732)" opacity="0.4" fill="#FFF8B9" width="8.778" height="2.388"/>
+
+ <rect x="670.076" y="687.393" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1638.2892 698.5732)" opacity="0.4" fill="#FFF8B9" width="8.778" height="2.388"/>
+
+ <rect x="670.076" y="687.393" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1638.2892 698.5732)" opacity="0.4" fill="#FFF8B9" width="8.778" height="2.388"/>
+
+ <rect x="670.076" y="687.393" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1638.2892 698.5732)" opacity="0.5" fill="#D1E4B7" width="8.778" height="2.388"/>
+
+ <rect x="670.076" y="687.393" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1638.2892 698.5732)" opacity="0.4" fill="#FFF8B9" width="8.778" height="2.388"/>
+
+ <rect x="670.076" y="687.393" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1638.2892 698.5732)" opacity="0.2" fill="#FFF6A3" width="8.778" height="2.388"/>
+
+ <rect x="670.076" y="687.393" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1638.2892 698.5732)" opacity="0.4" fill="#FFF8B9" width="8.778" height="2.388"/>
+
+ <rect x="660.591" y="694.957" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1630.7224 716.8878)" opacity="0.4" fill="#FFF8B9" width="12.618" height="2.389"/>
+
+ <rect x="660.591" y="694.957" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1630.7224 716.8878)" opacity="0.4" fill="#FFF8B9" width="12.618" height="2.389"/>
+
+ <rect x="660.591" y="694.957" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1630.7224 716.8878)" opacity="0.4" fill="#FFF8B9" width="12.618" height="2.389"/>
+
+ <rect x="660.591" y="694.957" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1630.7224 716.8878)" opacity="0.5" fill="#D1E4B7" width="12.618" height="2.389"/>
+
+ <rect x="660.591" y="694.957" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1630.7224 716.8878)" opacity="0.4" fill="#FFF8B9" width="12.618" height="2.389"/>
+
+ <rect x="660.591" y="694.957" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1630.7224 716.8878)" opacity="0.4" fill="#FFF8B9" width="12.618" height="2.389"/>
+
+ <rect x="660.591" y="694.957" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1630.7224 716.8878)" opacity="0.2" fill="#FFF6A3" width="12.618" height="2.389"/>
+
+ <rect x="660.591" y="694.957" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1630.7224 716.8878)" opacity="0.4" fill="#FFF8B9" width="12.618" height="2.389"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M624.348,748.66c-0.269,0.268-0.479,0.494-0.469,0.506l1.736,1.736
+ c0.011,0.01,0.237-0.199,0.506-0.469l6.594-6.594l-1.774-1.773L624.348,748.66z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M624.348,748.66c-0.269,0.268-0.479,0.494-0.469,0.506l1.736,1.736
+ c0.011,0.01,0.237-0.199,0.506-0.469l6.594-6.594l-1.774-1.773L624.348,748.66z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M624.348,748.66c-0.269,0.268-0.479,0.494-0.469,0.506l1.736,1.736
+ c0.011,0.01,0.237-0.199,0.506-0.469l6.594-6.594l-1.774-1.773L624.348,748.66z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M694.413,682.145c0.269-0.27,0.478-0.495,0.467-0.506l-1.736-1.736
+ c-0.01-0.01-0.235,0.199-0.504,0.467l-6.906,6.906l1.773,1.774L694.413,682.145z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M694.413,682.145c0.269-0.27,0.478-0.495,0.467-0.506l-1.736-1.736
+ c-0.01-0.01-0.235,0.199-0.504,0.467l-6.906,6.906l1.773,1.774L694.413,682.145z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M694.413,682.145c0.269-0.27,0.478-0.495,0.467-0.506l-1.736-1.736
+ c-0.01-0.01-0.235,0.199-0.504,0.467l-6.906,6.906l1.773,1.774L694.413,682.145z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M694.413,682.145c0.269-0.27,0.478-0.495,0.467-0.506l-1.736-1.736
+ c-0.01-0.01-0.235,0.199-0.504,0.467l-6.906,6.906l1.773,1.774L694.413,682.145z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M654.769,718.615c-0.065-0.064-0.119-0.137-0.164-0.213l-1.435,1.434l1.774,1.775
+ l1.409-1.41L654.769,718.615z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M654.769,718.615c-0.065-0.064-0.119-0.137-0.164-0.213l-1.435,1.434l1.774,1.775
+ l1.409-1.41L654.769,718.615z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M654.769,718.615c-0.065-0.064-0.119-0.137-0.164-0.213l-1.435,1.434l1.774,1.775
+ l1.409-1.41L654.769,718.615z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M654.769,718.615c-0.065-0.064-0.119-0.137-0.164-0.213l-1.435,1.434l1.774,1.775
+ l1.409-1.41L654.769,718.615z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M654.769,718.615c-0.065-0.064-0.119-0.137-0.164-0.213l-1.435,1.434l1.774,1.775
+ l1.409-1.41L654.769,718.615z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M654.769,718.615c-0.065-0.064-0.119-0.137-0.164-0.213l-1.435,1.434l1.774,1.775
+ l1.409-1.41L654.769,718.615z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.494,714.514l-3.89,3.889c0.045,0.076,0.099,0.148,0.164,0.213l1.585,1.586l3.914-3.914
+ L658.494,714.514z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.494,714.514l-3.89,3.889c0.045,0.076,0.099,0.148,0.164,0.213l1.585,1.586l3.914-3.914
+ L658.494,714.514z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.494,714.514l-3.89,3.889c0.045,0.076,0.099,0.148,0.164,0.213l1.585,1.586l3.914-3.914
+ L658.494,714.514z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M658.494,714.514l-3.89,3.889c0.045,0.076,0.099,0.148,0.164,0.213l1.585,1.586l3.914-3.914
+ L658.494,714.514z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.494,714.514l-3.89,3.889c0.045,0.076,0.099,0.148,0.164,0.213l1.585,1.586l3.914-3.914
+ L658.494,714.514z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.494,714.514l-3.89,3.889c0.045,0.076,0.099,0.148,0.164,0.213l1.585,1.586l3.914-3.914
+ L658.494,714.514z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M658.494,714.514l-3.89,3.889c0.045,0.076,0.099,0.148,0.164,0.213l1.585,1.586l3.914-3.914
+ L658.494,714.514z"/>
+
+ <rect x="660.631" y="709.353" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 625.8156 1685.0122)" opacity="0.4" fill="#FFF8B9" width="2.508" height="7.084"/>
+
+ <rect x="660.631" y="709.353" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 625.8156 1685.0122)" opacity="0.4" fill="#FFF8B9" width="2.508" height="7.084"/>
+
+ <rect x="660.631" y="709.353" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 625.8156 1685.0122)" opacity="0.4" fill="#FFF8B9" width="2.508" height="7.084"/>
+
+ <rect x="660.631" y="709.353" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 625.8156 1685.0122)" opacity="0.4" fill="#FFF8B9" width="2.508" height="7.084"/>
+
+ <rect x="660.631" y="709.353" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 625.8156 1685.0122)" opacity="0.2" fill="#FFF6A3" width="2.508" height="7.084"/>
+
+ <rect x="660.631" y="709.353" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 625.8156 1685.0122)" opacity="0.4" fill="#FFF8B9" width="2.508" height="7.084"/>
+
+ <rect x="660.631" y="709.353" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 625.8156 1685.0122)" opacity="0.4" fill="#FFF8B9" width="2.508" height="7.084"/>
+
+ <rect x="660.631" y="709.353" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 625.8156 1685.0122)" opacity="0.2" fill="#FFF6A3" width="2.508" height="7.084"/>
+
+ <rect x="683.597" y="688.161" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1657.4872 692.087)" opacity="0.4" fill="#FFF8B9" width="3.542" height="2.509"/>
+
+ <rect x="683.597" y="688.161" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1657.4872 692.087)" opacity="0.4" fill="#FFF8B9" width="3.542" height="2.509"/>
+
+ <rect x="683.597" y="688.161" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1657.4872 692.087)" opacity="0.5" fill="#D1E4B7" width="3.542" height="2.509"/>
+
+ <rect x="683.597" y="688.161" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1657.4872 692.087)" opacity="0.4" fill="#FFF8B9" width="3.542" height="2.509"/>
+
+ <rect x="683.597" y="688.161" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1657.4872 692.087)" opacity="0.2" fill="#FFF6A3" width="3.542" height="2.509"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M684.207,692.121c0.052,0.053,0.012,0.178-0.09,0.277l-6.023,6.024l0.021,0.02l6.889-6.888
+ l-1.774-1.775l-0.682,0.682L684.207,692.121z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M684.207,692.121c0.052,0.053,0.012,0.178-0.09,0.277l-6.023,6.024l0.021,0.02l6.889-6.888
+ l-1.774-1.775l-0.682,0.682L684.207,692.121z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M684.207,692.121c0.052,0.053,0.012,0.178-0.09,0.277l-6.023,6.024l0.021,0.02l6.889-6.888
+ l-1.774-1.775l-0.682,0.682L684.207,692.121z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M684.207,692.121c0.052,0.053,0.012,0.178-0.09,0.277l-6.023,6.024l0.021,0.02l6.889-6.888
+ l-1.774-1.775l-0.682,0.682L684.207,692.121z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M684.207,692.121c0.052,0.053,0.012,0.178-0.09,0.277l-6.023,6.024l0.021,0.02l6.889-6.888
+ l-1.774-1.775l-0.682,0.682L684.207,692.121z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M684.207,692.121c0.052,0.053,0.012,0.178-0.09,0.277l-6.023,6.024l0.021,0.02l6.889-6.888
+ l-1.774-1.775l-0.682,0.682L684.207,692.121z"/>
+
+ <rect x="676.132" y="697.621" transform="matrix(-0.6905 -0.7234 0.7234 -0.6905 636.3805 1673.0839)" opacity="0.4" fill="#FFF8B9" width="0.03" height="5.535"/>
+
+ <rect x="676.132" y="697.621" transform="matrix(-0.6905 -0.7234 0.7234 -0.6905 636.3805 1673.0839)" opacity="0.4" fill="#FFF8B9" width="0.03" height="5.535"/>
+
+ <rect x="676.132" y="697.621" transform="matrix(-0.6905 -0.7234 0.7234 -0.6905 636.3805 1673.0839)" opacity="0.4" fill="#FFF8B9" width="0.03" height="5.535"/>
+
+ <rect x="676.132" y="697.621" transform="matrix(-0.6905 -0.7234 0.7234 -0.6905 636.3805 1673.0839)" opacity="0.5" fill="#D1E4B7" width="0.03" height="5.535"/>
+
+ <rect x="676.132" y="697.621" transform="matrix(-0.6905 -0.7234 0.7234 -0.6905 636.3805 1673.0839)" opacity="0.4" fill="#FFF8B9" width="0.03" height="5.535"/>
+
+ <rect x="676.132" y="697.621" transform="matrix(-0.6905 -0.7234 0.7234 -0.6905 636.3805 1673.0839)" opacity="0.4" fill="#FFF8B9" width="0.03" height="5.535"/>
+
+ <rect x="676.132" y="697.621" transform="matrix(-0.6905 -0.7234 0.7234 -0.6905 636.3805 1673.0839)" opacity="0.2" fill="#FFF6A3" width="0.03" height="5.535"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M669.077,707.25l0.113,0.113l5.01-5.008l-0.021-0.021l-4.825,4.826
+ C669.253,707.262,669.129,707.303,669.077,707.25z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M669.077,707.25l0.113,0.113l5.01-5.008l-0.021-0.021l-4.825,4.826
+ C669.253,707.262,669.129,707.303,669.077,707.25z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M669.077,707.25l0.113,0.113l5.01-5.008l-0.021-0.021l-4.825,4.826
+ C669.253,707.262,669.129,707.303,669.077,707.25z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M669.077,707.25l0.113,0.113l5.01-5.008l-0.021-0.021l-4.825,4.826
+ C669.253,707.262,669.129,707.303,669.077,707.25z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M669.077,707.25l0.113,0.113l5.01-5.008l-0.021-0.021l-4.825,4.826
+ C669.253,707.262,669.129,707.303,669.077,707.25z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M669.077,707.25l0.113,0.113l5.01-5.008l-0.021-0.021l-4.825,4.826
+ C669.253,707.262,669.129,707.303,669.077,707.25z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M669.077,707.25l0.113,0.113l5.01-5.008l-0.021-0.021l-4.825,4.826
+ C669.253,707.262,669.129,707.303,669.077,707.25z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M669.077,707.25l0.113,0.113l5.01-5.008l-0.021-0.021l-4.825,4.826
+ C669.253,707.262,669.129,707.303,669.077,707.25z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="667.417,705.59 664.286,708.721 666.06,710.494 669.19,707.363 669.077,707.25
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="667.417,705.59 664.286,708.721 666.06,710.494 669.19,707.363 669.077,707.25
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="667.417,705.59 664.286,708.721 666.06,710.494 669.19,707.363 669.077,707.25
+ "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="667.417,705.59 664.286,708.721 666.06,710.494 669.19,707.363 669.077,707.25
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="667.417,705.59 664.286,708.721 666.06,710.494 669.19,707.363 669.077,707.25
+ "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="667.417,705.59 664.286,708.721 666.06,710.494 669.19,707.363 669.077,707.25
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="667.417,705.59 664.286,708.721 666.06,710.494 669.19,707.363 669.077,707.25
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="667.417,705.59 664.286,708.721 666.06,710.494 669.19,707.363 669.077,707.25
+ "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="667.417,705.59 664.286,708.721 666.06,710.494 669.19,707.363 669.077,707.25
+ "/>
+
+ <rect x="664.227" y="708.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1636.8977 741.9728)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.508"/>
+
+ <rect x="664.227" y="708.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1636.8977 741.9728)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.508"/>
+
+ <rect x="664.227" y="708.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1636.8977 741.9728)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.508"/>
+
+ <rect x="664.227" y="708.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1636.8977 741.9728)" opacity="0.5" fill="#D1E4B7" width="1.108" height="2.508"/>
+
+ <rect x="664.227" y="708.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1636.8977 741.9728)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.508"/>
+
+ <rect x="664.227" y="708.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1636.8977 741.9728)" opacity="0.2" fill="#FFF6A3" width="1.108" height="2.508"/>
+
+ <rect x="664.227" y="708.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1636.8977 741.9728)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.508"/>
+
+ <rect x="664.227" y="708.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1636.8977 741.9728)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.508"/>
+
+ <rect x="664.227" y="708.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1636.8977 741.9728)" opacity="0.4" fill="#FFF8B9" width="1.108" height="2.508"/>
+
+ <rect x="664.227" y="708.745" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1636.8977 741.9728)" opacity="0.2" fill="#FFF6A3" width="1.108" height="2.508"/>
+
+ <rect x="631.309" y="740.447" transform="matrix(0.7072 -0.707 0.707 0.7072 -339.0221 664.705)" opacity="0.4" fill="#FFF8B9" width="3.542" height="2.509"/>
+
+ <rect x="631.309" y="740.447" transform="matrix(0.7072 -0.707 0.707 0.7072 -339.0221 664.705)" opacity="0.4" fill="#FFF8B9" width="3.542" height="2.509"/>
+
+ <rect x="631.309" y="740.447" transform="matrix(0.7072 -0.707 0.707 0.7072 -339.0221 664.705)" opacity="0.4" fill="#FFF8B9" width="3.542" height="2.509"/>
+
+ <rect x="631.309" y="740.447" transform="matrix(0.7072 -0.707 0.707 0.7072 -339.0221 664.705)" opacity="0.2" fill="#FFF6A3" width="3.542" height="2.509"/>
+
+ <rect x="636.184" y="732.952" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 567.0614 1709.4807)" opacity="0.4" fill="#FFF8B9" width="2.509" height="8.784"/>
+
+ <rect x="636.184" y="732.952" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 567.0614 1709.4807)" opacity="0.4" fill="#FFF8B9" width="2.509" height="8.784"/>
+
+ <rect x="636.184" y="732.952" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 567.0614 1709.4807)" opacity="0.4" fill="#FFF8B9" width="2.509" height="8.784"/>
+
+ <rect x="636.184" y="732.952" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 567.0614 1709.4807)" opacity="0.4" fill="#FFF8B9" width="2.509" height="8.784"/>
+
+ <rect x="636.184" y="732.952" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 567.0614 1709.4807)" opacity="0.2" fill="#FFF6A3" width="2.509" height="8.784"/>
+
+ <rect x="642.68" y="726.053" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 582.7444 1702.9821)" opacity="0.4" fill="#FFF8B9" width="2.509" height="9.59"/>
+
+ <rect x="642.68" y="726.053" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 582.7444 1702.9821)" opacity="0.4" fill="#FFF8B9" width="2.509" height="9.59"/>
+
+ <rect x="642.68" y="726.053" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 582.7444 1702.9821)" opacity="0.4" fill="#FFF8B9" width="2.509" height="9.59"/>
+
+ <rect x="642.68" y="726.053" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 582.7444 1702.9821)" opacity="0.2" fill="#FFF6A3" width="2.509" height="9.59"/>
+
+ <rect x="642.68" y="726.053" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 582.7444 1702.9821)" opacity="0.4" fill="#FFF8B9" width="2.509" height="9.59"/>
+
+ <rect x="642.68" y="726.053" transform="matrix(-0.7073 -0.7069 0.7069 -0.7073 582.7444 1702.9821)" opacity="0.2" fill="#FFF6A3" width="2.509" height="9.59"/>
+
+ <rect x="645.931" y="722.835" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -321.4296 672.2595)" opacity="0.4" fill="#FFF8B9" width="9.52" height="2.509"/>
+
+ <rect x="645.931" y="722.835" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -321.4296 672.2595)" opacity="0.4" fill="#FFF8B9" width="9.52" height="2.509"/>
+
+ <rect x="645.931" y="722.835" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -321.4296 672.2595)" opacity="0.4" fill="#FFF8B9" width="9.52" height="2.509"/>
+
+ <rect x="645.931" y="722.835" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -321.4296 672.2595)" opacity="0.2" fill="#FFF6A3" width="9.52" height="2.509"/>
+
+ <rect x="645.931" y="722.835" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -321.4296 672.2595)" opacity="0.4" fill="#FFF8B9" width="9.52" height="2.509"/>
+
+ <rect x="645.931" y="722.835" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -321.4296 672.2595)" opacity="0.4" fill="#FFF8B9" width="9.52" height="2.509"/>
+
+ <rect x="645.931" y="722.835" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -321.4296 672.2595)" opacity="0.2" fill="#FFF6A3" width="9.52" height="2.509"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M678.094,698.423l6.023-6.024c0.102-0.1,0.142-0.225,0.09-0.277l-1.66-1.66l-6.207,6.209
+ L678.094,698.423z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M678.094,698.423l6.023-6.024c0.102-0.1,0.142-0.225,0.09-0.277l-1.66-1.66l-6.207,6.209
+ L678.094,698.423z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M678.094,698.423l6.023-6.024c0.102-0.1,0.142-0.225,0.09-0.277l-1.66-1.66l-6.207,6.209
+ L678.094,698.423z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M678.094,698.423l6.023-6.024c0.102-0.1,0.142-0.225,0.09-0.277l-1.66-1.66l-6.207,6.209
+ L678.094,698.423z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M678.094,698.423l6.023-6.024c0.102-0.1,0.142-0.225,0.09-0.277l-1.66-1.66l-6.207,6.209
+ L678.094,698.423z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M678.094,698.423l6.023-6.024c0.102-0.1,0.142-0.225,0.09-0.277l-1.66-1.66l-6.207,6.209
+ L678.094,698.423z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M678.094,698.423l6.023-6.024c0.102-0.1,0.142-0.225,0.09-0.277l-1.66-1.66l-6.207,6.209
+ L678.094,698.423z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.401,700.605c0.075,0.045,0.147,0.098,0.213,0.164l1.565,1.564l3.914-3.911
+ l-1.754-1.753L672.401,700.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.401,700.605c0.075,0.045,0.147,0.098,0.213,0.164l1.565,1.564l3.914-3.911
+ l-1.754-1.753L672.401,700.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.401,700.605c0.075,0.045,0.147,0.098,0.213,0.164l1.565,1.564l3.914-3.911
+ l-1.754-1.753L672.401,700.605z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M672.401,700.605c0.075,0.045,0.147,0.098,0.213,0.164l1.565,1.564l3.914-3.911
+ l-1.754-1.753L672.401,700.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.401,700.605c0.075,0.045,0.147,0.098,0.213,0.164l1.565,1.564l3.914-3.911
+ l-1.754-1.753L672.401,700.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.401,700.605c0.075,0.045,0.147,0.098,0.213,0.164l1.565,1.564l3.914-3.911
+ l-1.754-1.753L672.401,700.605z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M672.401,700.605c0.075,0.045,0.147,0.098,0.213,0.164l1.565,1.564l3.914-3.911
+ l-1.754-1.753L672.401,700.605z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M672.401,700.605c0.075,0.045,0.147,0.098,0.213,0.164l1.565,1.564l3.914-3.911
+ l-1.754-1.753L672.401,700.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.401,700.605l-4.984,4.984l1.66,1.66c0.052,0.053,0.176,0.012,0.277-0.09l4.825-4.826
+ l-1.565-1.564C672.549,700.703,672.477,700.65,672.401,700.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.401,700.605l-4.984,4.984l1.66,1.66c0.052,0.053,0.176,0.012,0.277-0.09l4.825-4.826
+ l-1.565-1.564C672.549,700.703,672.477,700.65,672.401,700.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.401,700.605l-4.984,4.984l1.66,1.66c0.052,0.053,0.176,0.012,0.277-0.09l4.825-4.826
+ l-1.565-1.564C672.549,700.703,672.477,700.65,672.401,700.605z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M672.401,700.605l-4.984,4.984l1.66,1.66c0.052,0.053,0.176,0.012,0.277-0.09l4.825-4.826
+ l-1.565-1.564C672.549,700.703,672.477,700.65,672.401,700.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.401,700.605l-4.984,4.984l1.66,1.66c0.052,0.053,0.176,0.012,0.277-0.09l4.825-4.826
+ l-1.565-1.564C672.549,700.703,672.477,700.65,672.401,700.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.401,700.605l-4.984,4.984l1.66,1.66c0.052,0.053,0.176,0.012,0.277-0.09l4.825-4.826
+ l-1.565-1.564C672.549,700.703,672.477,700.65,672.401,700.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.401,700.605l-4.984,4.984l1.66,1.66c0.052,0.053,0.176,0.012,0.277-0.09l4.825-4.826
+ l-1.565-1.564C672.549,700.703,672.477,700.65,672.401,700.605z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M672.401,700.605l-4.984,4.984l1.66,1.66c0.052,0.053,0.176,0.012,0.277-0.09l4.825-4.826
+ l-1.565-1.564C672.549,700.703,672.477,700.65,672.401,700.605z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M672.401,700.605l-4.984,4.984l1.66,1.66c0.052,0.053,0.176,0.012,0.277-0.09l4.825-4.826
+ l-1.565-1.564C672.549,700.703,672.477,700.65,672.401,700.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M726.205,663.149c0.278-0.279,0.492-0.519,0.478-0.533l-2.456-2.456
+ c-0.015-0.015-0.254,0.199-0.532,0.479l-1.615,1.614l2.511,2.511L726.205,663.149z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M726.205,663.149c0.278-0.279,0.492-0.519,0.478-0.533l-2.456-2.456
+ c-0.015-0.015-0.254,0.199-0.532,0.479l-1.615,1.614l2.511,2.511L726.205,663.149z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M726.205,663.149c0.278-0.279,0.492-0.519,0.478-0.533l-2.456-2.456
+ c-0.015-0.015-0.254,0.199-0.532,0.479l-1.615,1.614l2.511,2.511L726.205,663.149z"/>
+
+ <rect x="686.295" y="677.075" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1688.6382 658.2592)" opacity="0.4" fill="#FFF8B9" width="43.394" height="3.551"/>
+
+ <rect x="686.295" y="677.075" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1688.6382 658.2592)" opacity="0.4" fill="#FFF8B9" width="43.394" height="3.551"/>
+
+ <rect x="686.295" y="677.075" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1688.6382 658.2592)" opacity="0.5" fill="#D1E4B7" width="43.394" height="3.551"/>
+
+ <rect x="686.295" y="677.075" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1688.6382 658.2592)" opacity="0.5" fill="#D1E4B7" width="43.394" height="3.551"/>
+
+ <rect x="659.016" y="725.052" transform="matrix(-0.707 -0.7072 0.7072 -0.707 614.4576 1706.6844)" opacity="0.4" fill="#FFF8B9" width="3.551" height="1.994"/>
+
+ <rect x="659.016" y="725.052" transform="matrix(-0.707 -0.7072 0.7072 -0.707 614.4576 1706.6844)" opacity="0.4" fill="#FFF8B9" width="3.551" height="1.994"/>
+
+ <rect x="659.016" y="725.052" transform="matrix(-0.707 -0.7072 0.7072 -0.707 614.4576 1706.6844)" opacity="0.4" fill="#FFF8B9" width="3.551" height="1.994"/>
+
+ <rect x="659.016" y="725.052" transform="matrix(-0.707 -0.7072 0.7072 -0.707 614.4576 1706.6844)" opacity="0.2" fill="#FFF6A3" width="3.551" height="1.994"/>
+
+ <rect x="659.016" y="725.052" transform="matrix(-0.707 -0.7072 0.7072 -0.707 614.4576 1706.6844)" opacity="0.4" fill="#FFF8B9" width="3.551" height="1.994"/>
+
+ <rect x="659.016" y="725.052" transform="matrix(-0.707 -0.7072 0.7072 -0.707 614.4576 1706.6844)" opacity="0.5" fill="#D1E4B7" width="3.551" height="1.994"/>
+
+ <rect x="664.182" y="714.572" transform="matrix(-0.707 -0.7072 0.7072 -0.707 626.9302 1701.5181)" opacity="0.4" fill="#FFF8B9" width="3.551" height="12.62"/>
+
+ <rect x="664.182" y="714.572" transform="matrix(-0.707 -0.7072 0.7072 -0.707 626.9302 1701.5181)" opacity="0.4" fill="#FFF8B9" width="3.551" height="12.62"/>
+
+ <rect x="664.182" y="714.572" transform="matrix(-0.707 -0.7072 0.7072 -0.707 626.9302 1701.5181)" opacity="0.4" fill="#FFF8B9" width="3.551" height="12.62"/>
+
+ <rect x="664.182" y="714.572" transform="matrix(-0.707 -0.7072 0.7072 -0.707 626.9302 1701.5181)" opacity="0.2" fill="#FFF6A3" width="3.551" height="12.62"/>
+
+ <rect x="664.182" y="714.572" transform="matrix(-0.707 -0.7072 0.7072 -0.707 626.9302 1701.5181)" opacity="0.4" fill="#FFF8B9" width="3.551" height="12.62"/>
+
+ <rect x="664.182" y="714.572" transform="matrix(-0.707 -0.7072 0.7072 -0.707 626.9302 1701.5181)" opacity="0.4" fill="#FFF8B9" width="3.551" height="12.62"/>
+
+ <rect x="664.182" y="714.572" transform="matrix(-0.707 -0.7072 0.7072 -0.707 626.9302 1701.5181)" opacity="0.5" fill="#D1E4B7" width="3.551" height="12.62"/>
+
+ <rect x="689.622" y="693.673" transform="matrix(-0.707 -0.7072 0.7072 -0.707 688.3459 1676.0894)" opacity="0.4" fill="#FFF8B9" width="3.551" height="3.542"/>
+
+ <rect x="689.622" y="693.673" transform="matrix(-0.707 -0.7072 0.7072 -0.707 688.3459 1676.0894)" opacity="0.4" fill="#FFF8B9" width="3.551" height="3.542"/>
+
+ <rect x="689.622" y="693.673" transform="matrix(-0.707 -0.7072 0.7072 -0.707 688.3459 1676.0894)" opacity="0.5" fill="#D1E4B7" width="3.551" height="3.542"/>
+
+ <rect x="689.622" y="693.673" transform="matrix(-0.707 -0.7072 0.7072 -0.707 688.3459 1676.0894)" opacity="0.4" fill="#FFF8B9" width="3.551" height="3.542"/>
+
+ <rect x="689.622" y="693.673" transform="matrix(-0.707 -0.7072 0.7072 -0.707 688.3459 1676.0894)" opacity="0.5" fill="#D1E4B7" width="3.551" height="3.542"/>
+
+ <rect x="677.107" y="700.322" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1665.3892 714.4567)" opacity="0.4" fill="#FFF8B9" width="15.276" height="3.551"/>
+
+ <rect x="677.107" y="700.322" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1665.3892 714.4567)" opacity="0.4" fill="#FFF8B9" width="15.276" height="3.551"/>
+
+ <rect x="677.107" y="700.322" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1665.3892 714.4567)" opacity="0.4" fill="#FFF8B9" width="15.276" height="3.551"/>
+
+ <rect x="677.107" y="700.322" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1665.3892 714.4567)" opacity="0.5" fill="#D1E4B7" width="15.276" height="3.551"/>
+
+ <rect x="677.107" y="700.322" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1665.3892 714.4567)" opacity="0.4" fill="#FFF8B9" width="15.276" height="3.551"/>
+
+ <rect x="677.107" y="700.322" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1665.3892 714.4567)" opacity="0.5" fill="#D1E4B7" width="15.276" height="3.551"/>
+
+ <rect x="675.063" y="706.461" transform="matrix(-0.7072 -0.707 0.707 -0.7072 653.5783 1690.6523)" opacity="0.4" fill="#FFF8B9" width="3.55" height="7.083"/>
+
+ <rect x="675.063" y="706.461" transform="matrix(-0.7072 -0.707 0.707 -0.7072 653.5783 1690.6523)" opacity="0.4" fill="#FFF8B9" width="3.55" height="7.083"/>
+
+ <rect x="675.063" y="706.461" transform="matrix(-0.7072 -0.707 0.707 -0.7072 653.5783 1690.6523)" opacity="0.4" fill="#FFF8B9" width="3.55" height="7.083"/>
+
+ <rect x="675.063" y="706.461" transform="matrix(-0.7072 -0.707 0.707 -0.7072 653.5783 1690.6523)" opacity="0.5" fill="#D1E4B7" width="3.55" height="7.083"/>
+
+ <rect x="675.063" y="706.461" transform="matrix(-0.7072 -0.707 0.707 -0.7072 653.5783 1690.6523)" opacity="0.4" fill="#FFF8B9" width="3.55" height="7.083"/>
+
+ <rect x="675.063" y="706.461" transform="matrix(-0.7072 -0.707 0.707 -0.7072 653.5783 1690.6523)" opacity="0.4" fill="#FFF8B9" width="3.55" height="7.083"/>
+
+ <rect x="675.063" y="706.461" transform="matrix(-0.7072 -0.707 0.707 -0.7072 653.5783 1690.6523)" opacity="0.5" fill="#D1E4B7" width="3.55" height="7.083"/>
+
+ <rect x="670.554" y="712.297" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1653.4122 743.2787)" opacity="0.4" fill="#FFF8B9" width="4.428" height="3.55"/>
+
+ <rect x="670.554" y="712.297" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1653.4122 743.2787)" opacity="0.4" fill="#FFF8B9" width="4.428" height="3.55"/>
+
+ <rect x="670.554" y="712.297" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1653.4122 743.2787)" opacity="0.4" fill="#FFF8B9" width="4.428" height="3.55"/>
+
+ <rect x="670.554" y="712.297" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1653.4122 743.2787)" opacity="0.5" fill="#D1E4B7" width="4.428" height="3.55"/>
+
+ <rect x="670.554" y="712.297" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1653.4122 743.2787)" opacity="0.2" fill="#FFF6A3" width="4.428" height="3.55"/>
+
+ <rect x="670.554" y="712.297" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1653.4122 743.2787)" opacity="0.4" fill="#FFF8B9" width="4.428" height="3.55"/>
+
+ <rect x="670.554" y="712.297" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1653.4122 743.2787)" opacity="0.4" fill="#FFF8B9" width="4.428" height="3.55"/>
+
+ <rect x="670.554" y="712.297" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1653.4122 743.2787)" opacity="0.5" fill="#D1E4B7" width="4.428" height="3.55"/>
+
+ <rect x="669.036" y="715.475" transform="matrix(-0.7072 -0.707 0.707 -0.7072 639.0277 1696.6797)" opacity="0.4" fill="#FFF8B9" width="3.55" height="1.108"/>
+
+ <rect x="669.036" y="715.475" transform="matrix(-0.7072 -0.707 0.707 -0.7072 639.0277 1696.6797)" opacity="0.4" fill="#FFF8B9" width="3.55" height="1.108"/>
+
+ <rect x="669.036" y="715.475" transform="matrix(-0.7072 -0.707 0.707 -0.7072 639.0277 1696.6797)" opacity="0.4" fill="#FFF8B9" width="3.55" height="1.108"/>
+
+ <rect x="669.036" y="715.475" transform="matrix(-0.7072 -0.707 0.707 -0.7072 639.0277 1696.6797)" opacity="0.5" fill="#D1E4B7" width="3.55" height="1.108"/>
+
+ <rect x="669.036" y="715.475" transform="matrix(-0.7072 -0.707 0.707 -0.7072 639.0277 1696.6797)" opacity="0.2" fill="#FFF6A3" width="3.55" height="1.108"/>
+
+ <rect x="669.036" y="715.475" transform="matrix(-0.7072 -0.707 0.707 -0.7072 639.0277 1696.6797)" opacity="0.4" fill="#FFF8B9" width="3.55" height="1.108"/>
+
+ <rect x="669.036" y="715.475" transform="matrix(-0.7072 -0.707 0.707 -0.7072 639.0277 1696.6797)" opacity="0.4" fill="#FFF8B9" width="3.55" height="1.108"/>
+
+ <rect x="669.036" y="715.475" transform="matrix(-0.7072 -0.707 0.707 -0.7072 639.0277 1696.6797)" opacity="0.4" fill="#FFF8B9" width="3.55" height="1.108"/>
+
+ <rect x="669.036" y="715.475" transform="matrix(-0.7072 -0.707 0.707 -0.7072 639.0277 1696.6797)" opacity="0.5" fill="#D1E4B7" width="3.55" height="1.108"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M652.725,731.607c-0.28,0.279-0.493,0.518-0.479,0.531l2.456,2.457
+ c0.015,0.014,0.253-0.197,0.533-0.479l6.107-6.107l-2.511-2.512L652.725,731.607z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M652.725,731.607c-0.28,0.279-0.493,0.518-0.479,0.531l2.456,2.457
+ c0.015,0.014,0.253-0.197,0.533-0.479l6.107-6.107l-2.511-2.512L652.725,731.607z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M652.725,731.607c-0.28,0.279-0.493,0.518-0.479,0.531l2.456,2.457
+ c0.015,0.014,0.253-0.197,0.533-0.479l6.107-6.107l-2.511-2.512L652.725,731.607z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M652.725,731.607c-0.28,0.279-0.493,0.518-0.479,0.531l2.456,2.457
+ c0.015,0.014,0.253-0.197,0.533-0.479l6.107-6.107l-2.511-2.512L652.725,731.607z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M652.725,731.607c-0.28,0.279-0.493,0.518-0.479,0.531l2.456,2.457
+ c0.015,0.014,0.253-0.197,0.533-0.479l6.107-6.107l-2.511-2.512L652.725,731.607z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M652.725,731.607c-0.28,0.279-0.493,0.518-0.479,0.531l2.456,2.457
+ c0.015,0.014,0.253-0.197,0.533-0.479l6.107-6.107l-2.511-2.512L652.725,731.607z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M652.725,731.607c-0.28,0.279-0.493,0.518-0.479,0.531l2.456,2.457
+ c0.015,0.014,0.253-0.197,0.533-0.479l6.107-6.107l-2.511-2.512L652.725,731.607z"/>
+ </g>
+
+ <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="-499.7529" y1="254.96" x2="1289.7949" y2="254.96" gradientTransform="matrix(-1 0 0 -1 1742.6152 1012.0078)">
+ <stop offset="0" style="stop-color:#2B4F5A"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+ <rect x="452.82" y="742.096" opacity="0.2" fill="url(#SVGID_4_)" width="1789.548" height="29.904"/>
+ <g id="debian" opacity="0.8">
+ <g>
+ <path fill="#23353D" d="M649.401,710.646c-1.902,0.025,0.362,0.98,2.848,1.363c0.687-0.541,1.31-1.078,1.865-1.607
+ C652.565,710.783,650.99,710.789,649.401,710.646"/>
+ <path fill="#23353D" d="M659.625,708.098c1.134-1.566,1.961-3.279,2.252-5.049c-0.256,1.26-0.94,2.35-1.586,3.502
+ c-3.56,2.242-0.333-1.332-0.002-2.689C656.46,708.682,659.764,706.75,659.625,708.098"/>
+ <path fill="#23353D" d="M663.399,698.283c0.228-3.43-0.674-2.346-0.981-1.037C662.773,697.432,663.053,699.662,663.399,698.283"
+ />
+ <path fill="#23353D" d="M642.178,651.404c1.019,0.184,2.199,0.324,2.034,0.566C645.321,651.727,645.574,651.502,642.178,651.404"
+ />
+ <path fill="#23353D" d="M644.212,651.971l-0.72,0.15l0.668-0.061L644.212,651.971"/>
+ <path fill="#23353D" d="M675.906,699.584c0.113,3.078-0.902,4.568-1.816,7.215l-1.647,0.822c-1.346,2.617,0.13,1.66-0.832,3.74
+ c-2.104,1.873-6.383,5.852-7.753,6.215c-1-0.021,0.676-1.178,0.896-1.631c-2.815,1.93-2.258,2.9-6.563,4.076l-0.128-0.283
+ c-10.617,4.996-25.367-4.9-25.171-18.406c-0.116,0.855-0.324,0.641-0.56,0.988c-0.546-6.947,3.211-13.926,9.547-16.775
+ c6.199-3.068,13.465-1.811,17.906,2.33c-2.441-3.195-7.293-6.582-13.047-6.266c-5.636,0.092-10.908,3.672-12.668,7.561
+ c-2.885,1.814-3.221,7.004-4.48,7.953c-1.69,12.436,3.185,17.811,11.436,24.131c1.297,0.875,0.365,1.008,0.541,1.678
+ c-2.74-1.285-5.251-3.223-7.314-5.596c1.093,1.602,2.274,3.162,3.803,4.387c-2.584-0.875-6.035-6.264-7.046-6.482
+ c4.457,7.975,18.073,13.986,25.207,11.002c-3.3,0.127-7.494,0.072-11.199-1.301c-1.557-0.801-3.677-2.459-3.295-2.771
+ c9.731,3.633,19.785,2.754,28.205-3.996c2.141-1.67,4.482-4.506,5.159-4.547c-1.02,1.531,0.172,0.736-0.61,2.09
+ c2.137-3.443-0.926-1.4,2.207-5.945l1.159,1.594c-0.433-2.855,3.547-6.326,3.145-10.844c0.913-1.381,1.017,1.486,0.049,4.666
+ c1.345-3.527,0.353-4.096,0.7-7.002c0.371,0.979,0.861,2.018,1.111,3.049c-0.874-3.406,0.9-5.738,1.338-7.717
+ c-0.43-0.191-1.35,1.504-1.562-2.52c0.033-1.75,0.487-0.916,0.663-1.348c-0.344-0.197-1.244-1.537-1.792-4.109
+ c0.396-0.605,1.061,1.566,1.603,1.654c-0.349-2.043-0.947-3.602-0.97-5.172c-1.582-3.301-0.56,0.441-1.842-1.416
+ c-1.678-5.244,1.398-1.217,1.604-3.598c2.548,3.689,4.002,9.412,4.667,11.779c-0.509-2.887-1.33-5.686-2.334-8.395
+ c0.772,0.324-1.249-5.943,1.005-1.793c-2.406-8.852-10.297-17.123-17.555-21.004c0.887,0.813,2.01,1.832,1.606,1.992
+ c-3.609-2.15-2.975-2.316-3.492-3.223c-2.942-1.197-3.134,0.096-5.082,0c-5.545-2.939-6.613-2.625-11.715-4.469l0.233,1.084
+ c-3.673-1.223-4.277,0.463-8.249,0.004c-0.242-0.189,1.273-0.684,2.521-0.861c-3.552,0.469-3.386-0.701-6.861,0.127
+ c0.858-0.604,1.76-0.998,2.675-1.51c-2.897,0.178-6.913,1.686-5.672,0.313c-4.723,2.107-13.11,5.066-17.818,9.48l-0.149-0.99
+ c-2.158,2.59-9.406,7.734-9.982,11.086l-0.576,0.135c-1.123,1.902-1.849,4.055-2.74,6.01c-1.467,2.502-2.151,0.963-1.942,1.355
+ c-2.888,5.855-4.32,10.771-5.561,14.807c0.882,1.318,0.022,7.939,0.355,13.238c-1.45,26.186,18.377,51.607,40.048,57.475
+ c3.175,1.139,7.9,1.096,11.916,1.209c-4.739-1.354-5.352-0.717-9.97-2.328c-3.331-1.568-4.062-3.359-6.421-5.406l0.934,1.65
+ c-4.627-1.639-2.69-2.027-6.455-3.221l0.998-1.299c-1.5-0.115-3.973-2.531-4.65-3.867l-1.642,0.064
+ c-1.97-2.432-3.02-4.184-2.943-5.541l-0.531,0.943c-0.6-1.033-7.253-9.121-3.799-7.242c-0.643-0.584-1.496-0.949-2.42-2.629
+ l0.704-0.803c-1.662-2.137-3.059-4.879-2.951-5.791c0.885,1.199,1.499,1.422,2.109,1.627c-4.194-10.408-4.43-0.576-7.605-10.592
+ l0.672-0.057c-0.516-0.773-0.828-1.617-1.243-2.445l0.292-2.914c-3.02-3.492-0.846-14.838-0.407-21.064
+ c0.301-2.533,2.519-5.23,4.207-9.453l-1.029-0.178c1.966-3.428,11.222-13.768,15.506-13.236c2.077-2.607-0.411-0.008-0.817-0.664
+ c4.561-4.721,5.995-3.338,9.072-4.184c3.321-1.971-2.85,0.766-1.274-0.754c5.736-1.465,4.066-3.33,11.553-4.072
+ c0.789,0.447-1.834,0.691-2.492,1.275c4.78-2.34,15.13-1.809,21.853,1.297c7.799,3.646,16.561,14.42,16.91,24.559l0.39,0.105
+ c-0.196,4.031,0.618,8.689-0.796,12.965L675.906,699.584"/>
+ <path fill="#23353D" d="M628.612,713.258l-0.266,1.338c1.251,1.701,2.244,3.543,3.844,4.873
+ C631.041,717.223,630.186,716.295,628.612,713.258"/>
+ <path fill="#23353D" d="M631.574,713.143c-0.666-0.73-1.056-1.613-1.496-2.49c0.42,1.541,1.279,2.867,2.079,4.217
+ L631.574,713.143"/>
+ <path fill="#23353D" d="M683.936,701.764l-0.279,0.703c-0.514,3.641-1.622,7.248-3.319,10.588
+ C682.213,709.529,683.427,705.672,683.936,701.764"/>
+ <path fill="#23353D" d="M642.556,650.496c1.288-0.477,3.167-0.264,4.533-0.57c-1.782,0.146-3.555,0.238-5.304,0.463
+ L642.556,650.496"/>
+ <path fill="#23353D" d="M597.346,674.533c0.297,2.746-2.065,3.813,0.526,2C599.259,673.406,597.326,675.672,597.346,674.533"/>
+ <path fill="#23353D" d="M594.303,687.248c0.595-1.834,0.706-2.932,0.932-3.99C593.587,685.363,594.476,685.813,594.303,687.248"
+ />
+ </g>
+ </g>
+
+ <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="986.2246" y1="-20.3843" x2="986.2246" y2="-332.7769" gradientTransform="matrix(0 1 -1 0 1319.9023 -298.4028)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+
+ <line opacity="0.3" fill="#F6F6F6" stroke="url(#SVGID_5_)" stroke-width="3" stroke-miterlimit="10" x1="1340.286" y1="687.822" x2="1652.679" y2="687.822"/>
+ <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="985.2754" y1="687.8223" x2="985.2754" y2="687.8223">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+ <path opacity="0.6" fill="#F6F6F6" stroke="url(#SVGID_6_)" stroke-miterlimit="10" d="M985.275,687.822"/>
+ <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="985.2754" y1="1000.2168" x2="985.2754" y2="1000.2168">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+ <path opacity="0.6" fill="#F6F6F6" stroke="url(#SVGID_7_)" stroke-miterlimit="10" d="M985.275,1000.217"/>
+
+ <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="598.5059" y1="382.1074" x2="598.5059" y2="282.6011" gradientTransform="matrix(0 1 -1 0 1319.9023 -298.4028)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+
+ <line opacity="0.3" fill="#F6F6F6" stroke="url(#SVGID_8_)" stroke-width="3" stroke-miterlimit="10" x1="937.794" y1="300.103" x2="1037.301" y2="300.103"/>
+
+ <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="427.5146" y1="5.6089" x2="427.5146" y2="-147.1636" gradientTransform="matrix(0 1 -1 0 1319.9023 -298.4028)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+
+ <line opacity="0.3" fill="#F6F6F6" stroke="url(#SVGID_9_)" stroke-width="3" stroke-miterlimit="10" x1="1314.293" y1="129.111" x2="1467.065" y2="129.111"/>
+
+ <linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="1189.4023" y1="-310.1763" x2="1189.4023" y2="-409.6821" gradientTransform="matrix(0 1 -1 0 1319.9023 -298.4028)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+
+ <line opacity="0.3" fill="#F6F6F6" stroke="url(#SVGID_10_)" stroke-width="3" stroke-miterlimit="10" x1="1630.078" y1="891" x2="1729.584" y2="891"/>
+ <g>
+ <g>
+ <path opacity="0.6" fill="#F6F6F6" d="M556.607,891.236c-0.069,0.073-0.069,11.736-0.215,14.784
+ c-0.144,2.465-0.363,7.754-5.58,7.754c-5.362,0-6.666-6.16-7.101-8.841c-0.507-2.974-0.507-5.439-0.507-6.523
+ c0-3.479,0.217-13.19,8.405-13.19c2.464,0,3.84,0.727,4.928,1.304L556.607,891.236z M535.598,899.787
+ c0,20.438,10.869,20.438,12.462,20.438c4.491,0,7.391-2.464,8.622-6.737l0.145,6.447c1.377-0.076,2.755-0.22,5-0.22
+ c0.797,0,1.447,0,2.029,0.073c0.58,0,1.158,0.07,1.811,0.146c-1.159-2.317-2.027-7.534-2.027-18.848
+ c0-11.013,0-29.632,0.941-35.285c-2.607,1.234-4.855,2.031-9.783,2.465c1.956,2.102,1.956,3.188,1.956,12.749
+ c-1.374-0.432-3.115-0.94-6.085-0.94C537.699,880.076,535.598,891.38,535.598,899.787"/>
+ <path opacity="0.6" fill="#F6F6F6" d="M574.891,896.089c0.073-6.015,1.308-11.376,6.45-11.376c5.653,0,6.084,6.229,5.94,11.376
+ H574.891z M594.453,896.815c0-8.478-1.666-16.813-12.389-16.813c-14.779,0-14.779,16.379-14.779,19.854
+ c0,14.712,6.592,20.509,17.678,20.509c4.925,0,7.317-0.721,8.622-1.084c-0.07-2.611,0.29-4.275,0.727-6.523
+ c-1.524,0.946-3.479,2.178-7.827,2.178c-11.304,0-11.448-10.296-11.448-13.849h19.275L594.453,896.815"/>
+ <path opacity="0.6" fill="#F6F6F6" d="M618.026,899.931c0,6.74-1.231,15.802-9.636,15.802c-1.16,0-2.608-0.22-3.549-0.437
+ c-0.146-2.608-0.146-7.101-0.146-12.323c0-6.231,0.65-9.487,1.16-11.086c1.52-5.144,4.927-5.214,5.577-5.214
+ C616.938,886.673,618.026,894.281,618.026,899.931z M597.231,907.835c0,5.362,0,8.404-0.869,10.72
+ c2.97,1.16,6.665,1.811,11.088,1.811c2.825,0,11.013,0,15.432-9.055c2.102-4.201,2.825-9.86,2.825-14.136
+ c0-2.608-0.29-8.332-2.392-11.955c-2.027-3.402-5.289-5.144-8.765-5.144c-6.957,0-8.985,5.797-10.069,8.767
+ c0-3.693,0.07-16.591,0.647-23.185c-4.706,2.175-7.607,2.533-10.721,2.825c2.826,1.157,2.826,5.943,2.826,21.521v17.83"/>
+ <path opacity="0.6" fill="#F6F6F6" d="M639.637,919.935c-1.451-0.22-2.468-0.363-4.569-0.363c-2.314,0-3.912,0.146-5.576,0.363
+ c0.724-1.38,1.014-2.034,1.23-6.74c0.29-6.448,0.363-23.701-0.144-27.322c-0.363-2.757-1.014-3.188-2.027-3.913
+ c5.939-0.58,7.604-1.014,10.358-2.317c-0.577,3.186-0.653,4.784-0.653,9.635C638.112,914.285,638.039,916.963,639.637,919.935"/>
+ <path opacity="0.6" fill="#F6F6F6" d="M662.838,899.421c-0.144,4.568-0.217,7.76-1.451,10.295
+ c-1.523,3.262-4.059,4.202-5.939,4.202c-4.353,0-5.293-3.622-5.293-7.171c0-6.814,6.09-7.326,8.839-7.326H662.838z
+ M642.91,908.342c0,4.565,1.378,9.128,5.437,11.086c1.811,0.797,3.622,0.797,4.202,0.797c6.667,0,8.912-4.929,10.289-7.971
+ c-0.073,3.188,0,5.143,0.217,7.681c1.304-0.076,2.608-0.22,4.785-0.22c1.231,0,2.389,0.144,3.619,0.22
+ c-0.797-1.23-1.23-1.961-1.45-4.785c-0.144-2.752-0.144-5.504-0.144-9.348l0.073-14.784c0-5.51-1.45-10.942-12.32-10.942
+ c-7.171,0-11.373,2.174-13.474,3.262c0.87,1.594,1.597,2.967,2.247,6.087c2.828-2.465,6.523-3.77,10.286-3.77
+ c6.02,0,6.02,3.987,6.02,9.636c-1.377-0.07-2.538-0.214-4.495-0.214C648.997,895.078,642.91,898.624,642.91,908.342"/>
+ <path opacity="0.6" fill="#F6F6F6" d="M704.571,912.761c0.073,2.465,0.073,5.073,1.087,7.174
+ c-1.597-0.144-2.537-0.363-5.506-0.363c-1.741,0-2.682,0.146-4.059,0.363c0.287-0.94,0.437-1.304,0.58-2.538
+ c0.217-1.664,0.363-7.244,0.363-9.201v-7.831c0-3.405,0-8.334-0.223-10.07c-0.145-1.23-0.501-4.563-4.71-4.563
+ c-4.129,0-5.503,3.04-6.013,5.505c-0.578,2.534-0.578,5.289-0.578,16.019c0.07,9.274,0.07,10.142,0.795,12.68
+ c-1.231-0.146-2.752-0.29-4.924-0.29c-1.74,0-2.901,0.07-4.346,0.29c0.507-1.16,0.797-1.74,0.94-5.797
+ c0.146-3.988,0.437-23.557-0.22-28.191c-0.36-2.828-1.087-3.479-1.881-4.204c5.869-0.29,7.751-1.231,9.564-2.171v7.678
+ c0.868-2.249,2.679-7.247,9.926-7.247c9.059,0,9.129,6.594,9.202,10.939V912.761"/>
+ <path opacity="0.6" fill="#F6F6F6" d="M640.247,869.388l-6.001,5.998l-5.998-5.998l5.998-5.998L640.247,869.388"/>
+ </g>
+ <g>
+ <path opacity="0.6" fill="#F6F6F6" d="M728.174,901.669h-2.437v-15.528c-0.587,0.561-1.356,1.119-2.309,1.68
+ c-0.952,0.559-1.807,0.979-2.564,1.258v-2.356c1.362-0.64,2.554-1.415,3.573-2.327c1.021-0.911,1.742-1.795,2.166-2.653h1.57
+ V901.669z"/>
+ <path opacity="0.6" fill="#F6F6F6" d="M734.414,891.88c0-2.345,0.242-4.234,0.725-5.665s1.201-2.533,2.153-3.311
+ c0.951-0.775,2.15-1.163,3.593-1.163c1.064,0,1.999,0.215,2.803,0.643c0.803,0.43,1.466,1.048,1.989,1.855
+ c0.524,0.808,0.935,1.791,1.232,2.951c0.296,1.159,0.446,2.723,0.446,4.689c0,2.329-0.238,4.209-0.717,5.639
+ c-0.479,1.432-1.193,2.537-2.145,3.317c-0.953,0.78-2.156,1.172-3.609,1.172c-1.913,0-3.416-0.688-4.509-2.059
+ C735.068,898.297,734.414,895.607,734.414,891.88z M736.92,891.88c0,3.259,0.38,5.428,1.144,6.506
+ c0.762,1.078,1.702,1.617,2.821,1.617c1.12,0,2.061-0.542,2.822-1.623c0.764-1.085,1.146-3.25,1.146-6.5
+ c0-3.266-0.382-5.438-1.146-6.511c-0.762-1.073-1.712-1.611-2.85-1.611c-1.119,0-2.012,0.474-2.68,1.422
+ C737.338,886.39,736.92,888.623,736.92,891.88z"/>
+ </g>
+ </g>
+</g>
+</svg>
diff --git a/moonlight-theme/plymouth/background.png b/moonlight-theme/plymouth/background.png
new file mode 100644
index 0000000..823e732
--- /dev/null
+++ b/moonlight-theme/plymouth/background.png
Binary files differ
diff --git a/moonlight-theme/plymouth/debian.png b/moonlight-theme/plymouth/debian.png
new file mode 100644
index 0000000..1750e24
--- /dev/null
+++ b/moonlight-theme/plymouth/debian.png
Binary files differ
diff --git a/moonlight-theme/plymouth/glow.png b/moonlight-theme/plymouth/glow.png
new file mode 100644
index 0000000..c82982e
--- /dev/null
+++ b/moonlight-theme/plymouth/glow.png
Binary files differ
diff --git a/moonlight-theme/plymouth/logo_in_circle.png b/moonlight-theme/plymouth/logo_in_circle.png
new file mode 100644
index 0000000..6f7b7ec
--- /dev/null
+++ b/moonlight-theme/plymouth/logo_in_circle.png
Binary files differ
diff --git a/moonlight-theme/plymouth/moonlight.plymouth b/moonlight-theme/plymouth/moonlight.plymouth
new file mode 100644
index 0000000..80854c1
--- /dev/null
+++ b/moonlight-theme/plymouth/moonlight.plymouth
@@ -0,0 +1,8 @@
+[Plymouth Theme]
+Name=Additional Theme for Debian 10.0 Stretch
+Description=A theme that features a dark debian logo in concentrics circles with pulsing white glow, on a blue-gray background
+ModuleName=script
+
+[script]
+ImageDir=/usr/share/plymouth/themes/moonlight
+ScriptFile=/usr/share/plymouth/themes/moonlight/moonlight.script
diff --git a/moonlight-theme/plymouth/moonlight.script b/moonlight-theme/plymouth/moonlight.script
new file mode 100644
index 0000000..e534b9b
--- /dev/null
+++ b/moonlight-theme/plymouth/moonlight.script
@@ -0,0 +1,1169 @@
+# moonlight.script - boot splash using script plugin
+#
+# Copyright (C) 2009 Canonical Ltd.
+# Copyright © 2010-2016 Aurélien Couderc <coucouf@debian.org>
+# Copyright © 2014-2018 Juliette Taka <juliette.belin@logilab.fr>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+#
+# Written by: Alberto Milone <alberto.milone@canonical.com>
+#
+# Based on the example provided with the "script plugin" written by:
+# Charlie Brej <cbrej@cs.man.ac.uk>
+#
+# Moonlight theme scripting by Juliette Taka BELIN and Aurélien COUDERC
+
+
+#------------------------------- Constants -----------------------------------------
+NB_SCALE_STEPS = 70;
+NB_REFRESHS_BETWEEN_ANIMS = 3;
+
+DEBIAN_POS_PCT.y = 0.60; # Debian image position in % of screen height
+DEBIAN_HEIGHT_PCT = 0.06; # Debian image height in % of smallest screen dimension
+
+LOGO_CENTER_PCT.x = 0.5; # Debian swirl image position in % of screen height & width
+LOGO_CENTER_PCT.y = 0.38;
+LOGO_SIZE_PCT = 0.28; # Debian swirl image size in % of smallest screen dimension
+
+SUPPORT_CENTER_PCT.x = 0.47; # Logo support position in % of screen height & width
+SUPPORT_CENTER_PCT.y = 0.4;
+SUPPORT_HEIGHT_PCT = 0.4; # height in % of smallest screen dimension
+
+GLOW_SIZE_PCT = 0.3;
+
+#------------------------------- Globals -------------------------------------------
+# are we currently prompting for a password?
+prompt_active = 0;
+
+# Globals to share progress time / percent with intersted functions
+progress_time = 0;
+progress_pct = 0;
+
+# Variables for glow rotation animation
+#anim_start_time = NULL;
+#anim_status = "stopped";
+refresh_iter = 0;
+anim_iter = 0;
+
+#-----------------------------Text-image functions----------------------------
+
+# Set the text colour in (rgb / 256)
+text_colour.red = 1.0;
+text_colour.green = 1.0;
+text_colour.blue = 1.0;
+
+# Tinted text #988592
+tinted_text_colour.red = 1.0;
+tinted_text_colour.green = 1.0;
+tinted_text_colour.blue = 1.0;
+
+# Action Text - #ffffff - RGB 255 255 255
+action_text_colour.red = 1.0;
+action_text_colour.green = 1.0;
+action_text_colour.blue = 1.0;
+
+# Orange - #ff4012 - RGB 255 64 18
+debugsprite = Sprite();
+debugsprite_bottom = Sprite();
+debugsprite_bottom.SetPosition(0, (Window.GetHeight (0) - 20), 1);
+debugsprite_medium = Sprite();
+debugsprite_medium.SetPosition(0, (Window.GetHeight (0) - 100), 1);
+
+# General purpose function to create text
+fun WriteText (text, colour) {
+ image = Image.Text (text, colour.red, colour.green, colour.blue);
+ return image;
+}
+
+fun ImageFromText (text) {
+ image = WriteText (text, text_colour);
+ return image;
+}
+
+fun ImageFromTintedText (text) {
+ image = WriteText (text, tinted_text_colour);
+ return image;
+}
+
+fun ImageFromActionText (text) {
+ image = WriteText (text, action_text_colour);
+ return image;
+}
+
+fun Debug(text) {
+ debugsprite.SetImage(ImageFromText (text));
+}
+
+fun DebugBottom(text) {
+ debugsprite_bottom.SetImage(ImageFromText (text));
+}
+
+fun DebugMedium(text) {
+ debugsprite_medium.SetImage(ImageFromText (text));
+}
+
+#Debug("Window.GetHeight(0) = " + Window.GetHeight(0));
+fun TextYOffset() {
+ local.y;
+ local.text_height;
+ local.min_height;
+
+ # Put the 1st line below the logo + some spacing
+ y = debian_sprite.GetY() + debian.GetHeight();
+ #Debug("y = " + y);
+
+ text_height = first_line_height * 7.5;
+ min_height = Window.GetHeight();
+ #Debug("text_height=" + text_height + "; min_height=" + min_height);
+
+ if (y + text_height > min_height)
+ y = min_height - text_height;
+
+ return y;
+}
+
+
+#----------------------------- Screen/window setup ---------------------------
+# Compute screen/image ratio and scale the background accordingly
+window_max.width = Window.GetX() * 2 + Window.GetWidth();
+window_max.height = Window.GetY() * 2 + Window.GetHeight();
+screen_ratio = window_max.width / window_max.height;
+small_dimension = Math.Min(window_max.width, window_max.height);
+#Debug("Window.GetX():" + Window.GetX() + ", Window.GetY():" + Window.GetY());
+#Debug("Window is [" + window_max.width + ";" + window_max.height + "], ratio=" + screen_ratio);
+
+debian_height = small_dimension * DEBIAN_HEIGHT_PCT;
+debian_pos.y = window_max.height * DEBIAN_POS_PCT.y - debian_height/2;
+logo_size = small_dimension * LOGO_SIZE_PCT;
+logo_center.x = window_max.width * LOGO_CENTER_PCT.x;
+logo_center.y = window_max.height * LOGO_CENTER_PCT.y;
+
+glow_size = small_dimension * GLOW_SIZE_PCT;
+
+#Debug("Logo center at [" + logo_center.x + ";" + logo_center.y + "], size=" + logo_size + "px");
+
+logo_pos.x = logo_center.x - logo_size/2;
+logo_pos.y = logo_center.y - logo_size/2;
+
+glow_pos.x = logo_center.x - glow_size/2;
+glow_pos.y = logo_center.y - glow_size/2;
+glow_anim_scale = 0;
+
+support_size = small_dimension * SUPPORT_HEIGHT_PCT;
+support_center.x = window_max.width * SUPPORT_CENTER_PCT.x;
+support_center.y = window_max.height * SUPPORT_CENTER_PCT.y;
+support_pos.x = support_center.x - support_size/2;
+support_pos.y = support_center.y - support_size/2;
+
+
+#------------------------------- Background ----------------------------------------
+bg_image = Image("background.png");
+bg_image_ratio = bg_image.GetWidth() / bg_image.GetHeight();
+if (screen_ratio > bg_image_ratio)
+ bg_scale_factor = window_max.width / bg_image.GetWidth();
+else
+ bg_scale_factor = window_max.height / bg_image.GetHeight();
+scaled_bg_image = bg_image.Scale(bg_image.GetWidth() * bg_scale_factor,
+ bg_image.GetHeight() * bg_scale_factor);
+
+# Display background
+bg_sprite = Sprite(scaled_bg_image);
+bg_sprite.SetPosition(Window.GetX() + Window.GetWidth() / 2 - scaled_bg_image.GetWidth() / 2,
+ Window.GetY() + Window.GetHeight() / 2 - scaled_bg_image.GetHeight() / 2,
+ -1000);
+
+#------------------------------- Debian ----------------------------------------------
+debian = Image("debian.png");
+# Target same height as logo
+debian_scale_factor = debian_height / debian.GetHeight();
+debian = debian.Scale(debian.GetWidth() * debian_scale_factor,
+ debian.GetHeight() * debian_scale_factor);
+debian_sprite = Sprite(debian);
+debian_sprite.SetPosition(window_max.width / 2 - debian.GetWidth() / 2,
+ debian_pos.y,
+ -80);
+
+#------------------------------- Logo ----------------------------------------------
+logo = Image("logo_in_circle.png");
+logo_scale_factor = logo_size / logo.GetWidth();
+logo = logo.Scale(logo.GetWidth() * logo_scale_factor,
+ logo.GetHeight() * logo_scale_factor);
+logo_to_top_edge = Window.GetHeight() * 0.3;
+logo_sprite = Sprite(logo);
+logo_sprite.SetPosition(logo_pos.x, logo_pos.y, -50);
+
+#------------------------------- Glow ----------------------------------------------
+
+logo_glow = Image("glow.png");
+logo_glow_scale_factor = 0.85;
+logo_glow = logo_glow.Scale(logo_glow.GetWidth() * logo_glow_scale_factor,
+ logo_glow.GetHeight() * logo_glow_scale_factor);
+logo_glow_sprite = Sprite(logo_glow);
+logo_glow_sprite.SetPosition(logo_sprite.GetX() + 0.5*logo.GetWidth() - 0.5*logo_glow.GetWidth(),
+ logo_sprite.GetY() + 0.5*logo.GetHeight() - 0.5*logo_glow.GetHeight(), -80);
+# logo_glow_sprite.Scale(glow_anim_scale,glow_anim_scale);
+
+glow_step = 0.02;
+glow_minOp = 0.25;
+glow_maxOp = 0.6;
+
+logo_glow_sprite.SetOpacity(glow_minOp);
+
+#------------------------------- Support ----------------------------------------------
+support = Image("support.png");
+support_scale_factor = support_size / support.GetWidth();
+support = support.Scale(support.GetWidth() * support_scale_factor,
+ support.GetHeight() * support_scale_factor);
+support_sprite = Sprite(support);
+support_sprite.SetPosition(support_pos.x, support_pos.y - logo.GetHeight(), -80);
+
+
+#------------------------------- Star ----------------------------------------------
+star = Image("star.png");
+star_sprite0 = Sprite(star);
+star_sprite0.SetPosition(0.2 * Window.GetWidth(), 0.2 * Window.GetHeight(), -80);
+star_sprite1 = Sprite(star);
+star_sprite1.SetPosition(0.8 * Window.GetWidth(), 0.3 * Window.GetHeight(), -80);
+star_sprite2 = Sprite(star);
+star_sprite2.SetPosition(0.7 * Window.GetWidth(), 0.5 * Window.GetHeight(), -80);
+star_sprite3 = Sprite(star);
+star_sprite3.SetPosition(0.1 * Window.GetWidth(), 0.65 * Window.GetHeight(), -80);
+
+star_step = 0.01;
+star_minOp = 0.05;
+star_maxOp = 0.8;
+
+#------------------------------String functions-------------------------------
+
+# This is the equivalent for strstr()
+fun StringString(string, substring) {
+ start = 0;
+ while (String(string).CharAt (start)) {
+ walk = 0;
+ while (String(substring).CharAt (walk) == String(string).CharAt (start + walk) ) {
+ walk++;
+ if (!String(substring).CharAt (walk)) return start;
+ }
+ start++;
+ }
+
+ return NULL;
+}
+
+fun StringLength (string) {
+ index = 0;
+ while (String(string).CharAt(index)) index++;
+ return index;
+}
+
+fun StringCopy (source, beginning, end) {
+ local.destination = "";
+ for (index = beginning; ( ( (end == NULL) || (index <= end) ) && (String(source).CharAt(index)) ); index++) {
+ local.destination += String(source).CharAt(index);
+ }
+
+ return local.destination;
+}
+
+fun StringReplace (source, pattern, replacement) {
+ local.found = StringString(source, pattern);
+ if (local.found == NULL)
+ return source;
+
+ local.new_string = StringCopy (source, 0, local.found - 1) +
+ replacement +
+ StringCopy (source, local.found + StringLength(pattern), NULL);
+
+ return local.new_string;
+}
+
+# it makes sense to use it only for
+# numbers up to 100
+fun StringToInteger (str) {
+ int = -1;
+ for (i=0; i<=100; i++) {
+ if (i+"" == str) {
+ int = i;
+ break;
+ }
+ }
+ return int;
+}
+
+#-----------------------------------------------------------------------------
+# Top background colour
+# #489291 --> 0.282, 0.572, 0.569
+# New background colour
+# #0a3649 --> 0.039, 0.212, 0.286
+#
+Window.SetBackgroundTopColor (0.282, 0.572, 0.569); # Nice colour on top of the screen fading to
+Window.SetBackgroundBottomColor (0.039, 0.212, 0.286); # an equally nice colour on the bottom
+
+bits_per_pixel = Window.GetBitsPerPixel ();
+# TODO need to handle 16 colors ?
+#if (bits_per_pixel == 4) {
+# logo_filename = "debian.png";
+# progress_dot_off_filename = "progress_dot_off16.png";
+# progress_dot_on_filename = "progress_dot_on16.png";
+# password_dot_filename = "password_dot.png";
+# password_field_filename = "password_field16.png";
+#} else {
+# logo_filename = "debian.png";
+# progress_dot_off_filename = "progress_dot_off.png";
+# progress_dot_on_filename = "progress_dot_on.png";
+ password_dot_filename = "password_dot.png";
+ password_field_filename = "password_field.png";
+#}
+
+message_notification[0].image = ImageFromTintedText ("");
+message_notification[1].image = ImageFromTintedText ("");
+fsck_notification.image = ImageFromActionText ("");
+
+status = "normal";
+
+# use a fixed string with ascending and descending stems to calibrate the
+# bounding box for the first message, so the messages below don't move up
+# and down according to *their* height.
+first_line_height = ImageFromTintedText ("AfpqtM").GetHeight();
+
+# if the user has a 640x480 or 800x600 display, we can't quite fit everything
+# (including passphrase prompts) with the target spacing, so scoot the text up
+# a bit if needed.
+top_of_the_text = TextYOffset();
+
+
+#-------------------------------Progress Indicator-----------------------------
+# Implement in boot progress callback
+fun animate_progress_indicator (time, progress) {
+ progress_time = time;
+ progress_pct = progress;
+
+ #Debug ("mode = " + Plymouth.GetMode() + ", progress_time = " + progress_time + ", progress_pct = " + progress_pct);
+
+}
+
+
+#-----------------------------------------Label utility functions---------------------
+
+# label should be either a string or NULL
+# Images for n lines will be created and returned as items of the
+# message_label array
+#
+fun get_message_label (label, is_fake, is_action_line) {
+ #Debug("Get Label position");
+ local.message_label;
+
+ if (is_fake)
+ # Create a fake label so as to get the y coordinate of
+ # a standard-length label.
+ local.message_image = ImageFromTintedText ("This is a fake message");
+ else
+ local.message_image = (is_action_line) && ImageFromActionText (label) || ImageFromTintedText (label);
+
+ message_label.width = message_image.GetWidth ();
+ message_label.height = message_image.GetHeight ();
+
+ # Center the line horizontally
+ message_label.x = Window.GetX () + Window.GetWidth () / 2 - message_label.width / 2;
+
+ message_label.y = top_of_the_text;
+
+ # Put the 2nd line below the fsck line
+ if (is_action_line) {
+ local.fsck_label.y = message_label.y + (first_line_height + first_line_height / 2);
+ message_label.y = local.fsck_label.y + (first_line_height * 1.5);
+ }
+
+ #Debug("action label x = " + message_label.x + " y = " + message_label.y );
+
+# message_debug = "msg_x = " + message_label.x + " msg_y = " + message_label.y +
+# "msg_width = " + message_label.width + " msg_height = " +
+# message_label.height + " message = " + label;
+# Debug(message_debug);
+
+ return message_label;
+
+}
+
+# Create an fsck label and/or get its position
+fun get_fsck_label (label, is_fake) {
+ # Debug("Get Label position");
+ local.fsck_label = global.progress_label;
+
+ if (is_fake)
+ fsck_label.image = ImageFromTintedText ("This is a fake message");
+ else
+ fsck_label.image = ImageFromTintedText (label);
+
+ fsck_label.width = fsck_label.image.GetWidth ();
+ fsck_label.height = fsck_label.image.GetHeight ();
+
+ # Centre the label horizontally
+ fsck_label.x = Window.GetX () + Window.GetWidth () / 2 - fsck_label.width / 2;
+
+ local.first_label = get_message_label (label, 1, 0);
+
+ # Place the label below the 1st message line
+ fsck_label.y = local.first_label.y + local.first_label.height + (local.first_label.height / 2);
+
+# message_debug = "msg_x = " + fsck_label.x + " msg_y = " + fsck_label.y +
+# "msg_width = " + fsck_label.width + " msg_height = " +
+# fsck_label.height + " message = " + label;
+# Debug(message_debug);
+
+ return fsck_label;
+}
+
+#-----------------------------------------Message stuff --------------------------------
+#
+
+# Set up a message label
+#
+# NOTE: this is called when doing something like 'plymouth message "hello world"'
+#
+fun setup_message (message_text, x, y, z, index) {
+ #DebugMedium("Message setup: " + message_text);
+ global.message_notification[index].image = (index) && ImageFromActionText (message_text) || ImageFromTintedText (message_text);
+
+ # Set up the text message, if any
+ message_notification[index].x = x;
+ message_notification[index].y = y;
+ message_notification[index].z = z;
+
+ message_notification[index].sprite = Sprite ();
+ message_notification[index].sprite.SetImage (message_notification[index].image);
+ message_notification[index].sprite.SetX (message_notification[index].x);
+ message_notification[index].sprite.SetY (message_notification[index].y);
+ message_notification[index].sprite.SetZ (message_notification[index].z);
+
+}
+
+fun show_message (index) {
+ if (global.message_notification[index].sprite) global.message_notification[index].sprite.SetOpacity(1);
+}
+
+fun hide_message (index) {
+ if (global.message_notification[index].sprite) global.message_notification[index].sprite.SetOpacity(0);
+}
+
+
+
+
+# the callback function is called when new message should be displayed.
+# First arg is message to display.
+fun message_callback (message)
+{
+ # Debug("Message callback");
+ is_fake = 0;
+ if (!message || (message == "")) is_fake = 1;
+
+ local.substring = "keys:";
+
+ # Look for the "keys:" prefix
+ local.keys = StringString(message, local.substring);
+
+ local.is_action_line = (keys != NULL);
+ #Debug("keys " + local.keys + " substring length = " + StringLength(local.substring));
+
+ # Get the message without the "keys:" prefix
+ if (keys != NULL)
+ message = StringCopy (message, keys + StringLength(local.substring), NULL);
+
+ # Get the message without the "fsckd-cancel-msg" prefix as we don't support i18n
+ substring = "fsckd-cancel-msg:";
+ keys = StringString(message, substring);
+ if (keys != NULL)
+ message = StringCopy(message, keys + StringLength(substring), NULL);
+
+ local.label.is_fake = is_fake;
+ label = get_message_label(message, is_fake, is_action_line);
+ label.z = 10000;
+
+ setup_message (message, label.x, label.y, label.z, is_action_line);
+ if (prompt_active && local.is_action_line)
+ hide_message (is_action_line);
+ else
+ show_message (is_action_line);
+
+}
+
+
+#-----------------------------------------Display Password stuff -----------------------
+#
+
+fun password_dialogue_setup (message_label) {
+ #Debug("Password dialog setup");
+
+ local.entry;
+ local.bullet_image;
+
+ bullet_image = Image (password_dot_filename);
+ entry.image = Image (password_field_filename);
+
+ # Hide the normal labels
+ prompt_active = 1;
+ if (message_notification[1].sprite) hide_message (1);
+
+ # Set the prompt label
+ label = get_message_label(message_label, 0, 1);
+ label.z = 10000;
+
+ setup_message (message_label, label.x, label.y, label.z, 2);
+ show_message (2);
+
+ # Set up the text entry which contains the bullets
+ entry.sprite = Sprite ();
+ entry.sprite.SetImage (entry.image);
+
+ # Centre the box horizontally
+ entry.x = Window.GetX () + Window.GetWidth () / 2 - entry.image.GetWidth () / 2;
+
+ # Put the entry below the second label.
+ entry.y = message_notification[2].y + label.height * 1.5;
+
+ #DebugMedium("entry x = " + entry.x + ", y = " + entry.y);
+ entry.z = 10000;
+ entry.sprite.SetX (entry.x);
+ entry.sprite.SetY (entry.y);
+ entry.sprite.SetZ (entry.z);
+
+ global.password_dialogue = local;
+}
+
+fun password_dialogue_opacity (opacity) {
+ #Debug("Setting password dialog opacity to " + opacity);
+ global.password_dialogue.opacity = opacity;
+ local = global.password_dialogue;
+
+ # You can make the box translucent with a float
+ # entry.sprite.SetOpacity (0.3);
+ entry.sprite.SetOpacity (opacity);
+ label.sprite.SetOpacity (opacity);
+
+ if (bullets) {
+ for (index = 0; bullets[index]; index++) {
+ bullets[index].sprite.SetOpacity (opacity);
+ }
+ }
+}
+
+
+# The callback function is called when the display should display a password dialogue.
+# First arg is prompt string, the second is the number of bullets.
+fun display_password_callback (prompt, bullets) {
+ #Debug("Password dialog setup");
+
+ global.status = "password";
+ if (!global.password_dialogue) password_dialogue_setup(prompt);
+ password_dialogue_opacity (1);
+ bullet_width = password_dialogue.bullet_image.GetWidth();
+ bullet_y = password_dialogue.entry.y +
+ password_dialogue.entry.image.GetHeight () / 2 -
+ password_dialogue.bullet_image.GetHeight () / 2;
+ margin = bullet_width;
+ spaces = Math.Int( (password_dialogue.entry.image.GetWidth () - (margin * 2)) / (bullet_width / 2 ) );
+ #DebugMedium ("spaces = " + spaces + ", bullets = " + bullets);
+ bullets_area.width = margin + spaces * (bullet_width / 2);
+ bullets_area.x = Window.GetX () + Window.GetWidth () / 2 - bullets_area.width / 2;
+ #DebugBottom ("pwd_entry (x,y) = " + password_dialogue.entry.x + "," + password_dialogue.entry.y
+ # + "), bullets_area.x = " + bullets_area.x + ", bullets_area.width = " + bullets_area.width);
+ if (bullets > spaces)
+ bullets = spaces;
+ for (index = 0; password_dialogue.bullets[index] || index < bullets; index++){
+ if (!password_dialogue.bullets[index]) {
+ password_dialogue.bullets[index].sprite = Sprite ();
+ password_dialogue.bullets[index].sprite.SetImage (password_dialogue.bullet_image);
+ password_dialogue.bullets[index].x = bullets_area.x + # password_dialogue.entry.x + margin +
+ index * bullet_width / 2;
+ password_dialogue.bullets[index].sprite.SetX (password_dialogue.bullets[index].x);
+ password_dialogue.bullets[index].y = bullet_y;
+ password_dialogue.bullets[index].sprite.SetY (password_dialogue.bullets[index].y);
+ password_dialogue.bullets[index].z = password_dialogue.entry.z + 1;
+ password_dialogue.bullets[index].sprite.SetZ (password_dialogue.bullets[index].z);
+ }
+
+ password_dialogue.bullets[index].sprite.SetOpacity (0);
+
+ if (index < bullets) {
+ password_dialogue.bullets[index].sprite.SetOpacity (1);
+ }
+ }
+}
+
+Plymouth.SetDisplayPasswordFunction (display_password_callback);
+
+Plymouth.SetMessageFunction (message_callback);
+
+Plymouth.SetBootProgressFunction (animate_progress_indicator);
+
+# Plymouth.SetBootProgressFunction: the callback function is called with two numbers, the progress (between 0 and 1) and the time spent booting so far
+# Plymouth.SetRootMountedFunction: the callback function is called when a new root is mounted
+# Plymouth.SetKeyboardInputFunction: the callback function is called with a string containing a new character entered on the keyboard
+
+#----------------------------------------- FSCK Counter --------------------------------
+
+# Initialise the counter
+fun init_fsck_count () {
+ # The number of fsck checks in this cycle
+ global.counter.total = 0;
+ # The number of fsck checks already performed + the current one
+ global.counter.current = 1;
+ # The previous fsck
+ global.counter.last = 0;
+}
+
+# Increase the total counter
+fun increase_fsck_count () {
+ global.counter.total++;
+}
+
+fun increase_current_fsck_count () {
+ global.counter.last = global.counter.current++;
+}
+
+# Clear the counter
+fun clear_fsck_count () {
+ global.counter = NULL;
+ init_fsck_count ();
+}
+
+#----------------------------------------- Progress Label ------------------------------
+
+
+# Change the opacity level of a progress label
+#
+# opacity = 1 -> show
+# opacity = 0 -> hide
+# opacity = 0.3 (or any other float) -> translucent
+#
+fun set_progress_label_opacity (opacity) {
+ # the label
+ progress_label.sprite.SetOpacity (opacity);
+
+ # Make the slot available again when hiding the bar
+ # So that another bar can take its place
+ if (opacity == 0) {
+ progress_label.is_available = 1;
+ progress_label.device = "";
+ }
+}
+
+# Set up a new Progress Bar
+#
+# TODO: Make it possible to reuse (rather than recreate) a bar
+# if .is_available = 1. Ideally this would just reset the
+# label, the associated
+# device and the image size of the sprite.
+
+fun init_progress_label (device, status_string) {
+ # Make the slot unavailable
+ global.progress_label.is_available = 0;
+ progress_label.progress = 0;
+ progress_label.device = device;
+ progress_label.status_string = status_string;
+}
+
+# See if the progress label is keeping track of the fsck
+# of "device"
+#
+fun device_has_progress_label (device) {
+ #DebugBottom ("label device = " + progress_label.device + " checking device " + device);
+ return (progress_label.device == device);
+}
+
+# Update the Progress bar which corresponds to index
+#
+fun update_progress_label (progress) {
+ # If progress is NULL then we just refresh the label.
+ # This happens when only counter.total has changed.
+ if (progress != NULL) {
+ progress_label.progress = progress;
+
+ #Debug("device " + progress_label.device + " progress " + progress);
+
+ # If progress >= 100% hide the label and make it available again
+ if (progress >= 100) {
+ set_progress_label_opacity (0);
+
+ # See if we any other fsck check is complete
+ # and, if so, hide the progress bars and the labels
+ on_fsck_completed ();
+
+ return 0;
+ }
+ }
+ # Update progress label here
+ #
+ # FIXME: the queue logic from this theme should really be moved into mountall
+ # instead of using string replacement to deal with localised strings.
+ label = StringReplace (progress_label.status_string[0], "%1$d", global.counter.current);
+ label = StringReplace (label, "%2$d", global.counter.total);
+ label = StringReplace (label, "%3$d", progress_label.progress);
+ label = StringReplace (label, "%%", "%");
+
+ progress_label = get_fsck_label (label, 0);
+ #progress_label.progress = progress;
+
+ progress_label.sprite = Sprite (progress_label.image);
+
+ # Set up the bar
+ progress_label.sprite.SetPosition(progress_label.x, progress_label.y, 1);
+
+ set_progress_label_opacity (1);
+
+}
+
+# Refresh the label so as to update counters
+fun refresh_progress_label () {
+ update_progress_label (NULL);
+}
+
+#----------------------------------------- FSCK Queue ----------------------------------
+
+# Initialise the fsck queue
+fun init_queue () {
+ global.fsck_queue[0].device;
+ global.fsck_queue[0].progress;
+ global.fsck_queue.counter = 0;
+ global.fsck_queue.biggest_item = 0;
+}
+
+fun clear_queue () {
+ global.fsck_queue = NULL;
+ init_queue ();
+}
+
+# Return either the device index in the queue or -1
+fun queue_look_up_by_device (device) {
+ for (i=0; i <= fsck_queue.biggest_item; i++) {
+ if ((fsck_queue[i]) && (fsck_queue[i].device == device))
+ return i;
+ }
+ return -1;
+}
+
+# Keep track of an fsck process in the queue
+fun add_fsck_to_queue (device, progress) {
+ # Look for an empty slot in the queue
+ for (i=0; global.fsck_queue[i].device; i++) {
+ continue;
+ }
+ local.index = i;
+
+ # Set device and progress
+ global.fsck_queue[local.index].device = device;
+ global.fsck_queue[local.index].progress = progress;
+
+ # Increase the queue counter
+ global.fsck_queue.counter++;
+
+ # Update the max index of the array for iterations
+ if (local.index > global.fsck_queue.biggest_item)
+ global.fsck_queue.biggest_item = local.index;
+
+ #DebugMedium ("Adding " + device + " at " + local.index);
+}
+
+fun is_queue_empty () {
+ return (fsck_queue.counter == 0);
+}
+
+fun is_progress_label_available () {
+ return (progress_label.is_available == 1);
+}
+
+
+# This should cover the case in which the fsck checks in
+# the queue are completed before the ones showed in the
+# progress label
+fun on_queued_fsck_completed () {
+ if (!is_queue_empty ())
+ return;
+
+ # Hide the extra label, if any
+ #if (progress_bar.extra_label.sprite)
+ # progress_bar.extra_label.sprite.SetOpacity(0);
+}
+
+fun remove_fsck_from_queue (index) {
+ # Free memory which was previously allocated for
+ # device and progress
+ global.fsck_queue[index].device = NULL;
+ global.fsck_queue[index].progress = NULL;
+
+ # Decrease the queue counter
+ global.fsck_queue.counter--;
+
+ # See if there are other processes in the queue
+ # if not, clear the extra_label
+ on_queued_fsck_completed ();
+}
+
+fun on_fsck_completed () {
+ # We have moved on to tracking the next fsck
+ increase_current_fsck_count ();
+
+ if (!is_progress_label_available ())
+ return;
+
+ if (!is_queue_empty ())
+ return;
+
+ # Hide the progress label
+ if (progress_label.sprite)
+ progress_label.sprite.SetOpacity (0);
+
+ # Clear the queue
+ clear_queue ();
+
+ # Clear the fsck counter
+ clear_fsck_count ();
+}
+
+# Update an fsck process that we keep track of in the queue
+fun update_progress_in_queue (index, device, progress) {
+ # If the fsck is complete, remove it from the queue
+ if (progress >= 100) {
+ remove_fsck_from_queue (index);
+ on_queued_fsck_completed ();
+ return;
+ }
+
+ global.fsck_queue[index].device = device;
+ global.fsck_queue[index].progress = progress;
+
+}
+
+# TODO: Move it to some function
+# Create an empty queue
+#init_queue ();
+
+
+#----------------------------------------- FSCK Functions ------------------------------
+
+
+# Either add a new bar for fsck checks or update an existing bar
+#
+# NOTE: no more than "progress_bar.max_number" bars are allowed
+#
+fun fsck_check (device, progress, status_string) {
+
+ # The 1st time this will take place
+ if (!global.progress_label) {
+ # Increase the fsck counter
+ increase_fsck_count ();
+
+ # Set up a new label for the check
+ init_progress_label (device, status_string);
+ update_progress_label (progress);
+
+ return;
+ }
+
+
+ if (device_has_progress_label (device)) {
+ # Update the progress of the existing label
+ update_progress_label (progress);
+ }
+ else {
+ # See if there's already a slot in the queue for the device
+ local.queue_device_index = queue_look_up_by_device(device);
+
+ # See if the progress_label is available
+ if (progress_label.is_available) {
+
+# local.my_string = "available index " + local.available_index + " progress_bar counter is " + progress_bar.counter;
+# Debug(local.my_string);
+
+
+ # If the fsck check for the device was in the queue, then
+ # remove it from the queue
+ if (local.queue_device_index >= 0) {
+ remove_fsck_from_queue (index);
+ }
+ else {
+ # Increase the fsck counter
+ increase_fsck_count ();
+ }
+
+# local.my_string += local.message;
+ #Debug("setting new label for device " + device + " progress " + progress);
+
+ # Set up a new label for the check
+ init_progress_label (device, status_string);
+ update_progress_label (progress);
+
+ }
+ # If the progress_label is not available
+ else {
+
+ # If the fsck check for the device is already in the queue
+ # just update its progress in the queue
+ if (local.queue_device_index >= 0) {
+ #DebugMedium("Updating queue at " + local.queue_device_index + " for device " + device);
+ update_progress_in_queue (local.queue_device_index, device, progress);
+ }
+ # Otherwise add the check to the queue
+ else {
+ #DebugMedium("Adding device " + device + " to queue at " + local.queue_device_index);
+ add_fsck_to_queue (device, progress);
+
+ # Increase the fsck counter
+ increase_fsck_count ();
+
+ refresh_progress_label ();
+ }
+
+ }
+ }
+
+# if (!is_queue_empty ()) {
+# DebugBottom("Extra label for "+ device);
+ #}
+# else {
+# DebugBottom("No extra label for " + device + ". 1st Device in the queue "+ fsck_queue[0].device + " counter = " + global.fsck_queue.counter);
+# }
+}
+
+
+#-----------------------------------------Update Status stuff --------------------------
+#
+# The update_status_callback is what we can use to pass plymouth whatever we want so
+# as to make use of features which are available only in this program (as opposed to
+# being available for any theme for the script plugin).
+#
+# Example:
+#
+# Thanks to the current implementation, some scripts can call "plymouth --update=fsck:sda1:40"
+# and this program will know that 1) we're performing and fsck check, 2) we're checking sda1,
+# 3) the program should set the label progress to 40%
+#
+# Other features can be easily added by parsing the string that we pass plymouth with "--update"
+#
+fun update_status_callback (status) {
+# Debug(status);
+ if (!status) return;
+
+ string_it = 0;
+ update_strings[string_it] = "";
+
+ for (i=0; (String(status).CharAt(i) != ""); i++) {
+ local.temp_char = String(status).CharAt(i);
+ if (temp_char != ":")
+ update_strings[string_it] += temp_char;
+ else
+ update_strings[++string_it] = "";
+ }
+
+# my_string = update_strings[0] + " " + update_strings[1] + " " + update_strings[2];
+# Debug(my_string);
+ # Let's assume that we're dealing with these strings fsck:sda1:40
+ if ((string_it >= 2) && (update_strings[0] == "fsck")) {
+
+ device = update_strings[1];
+ progress = update_strings[2];
+ status_string[0] = update_strings[3]; # "Checking disk %1$d of %2$d (%3$d %% complete)"
+ if (!status_string[0])
+ status_string[0] = "Checking disk %1$d of %2$d (%3$d %% complete)";
+
+ if ((device != "") && (progress != "")) {
+ progress = StringToInteger (progress);
+
+ # Make sure that the fsck_queue is initialised
+ if (!global.fsck_queue)
+ init_queue ();
+
+ # Make sure that the fsck counter is initialised
+ if (!global.counter)
+ init_fsck_count ();
+
+# if (!global.progress_bar.extra_label.sprite)
+# create_extra_fsck_label ();
+
+ # Keep track of the fsck check
+ fsck_check (device, progress, status_string);
+ }
+
+ }
+
+ # systemd-fsckd pass fsckd:<number_devices>:<progress>:<l10n_string>
+ if (update_strings[0] == "fsckd") {
+ number_devices = StringToInteger(update_strings[1]);
+
+ if (number_devices > 0) {
+ label = update_strings[3];
+
+ progress_label = get_fsck_label (label, 0);
+ progress_label.sprite = Sprite (progress_label.image);
+ progress_label.sprite.SetPosition(progress_label.x, progress_label.y, 1);
+ progress_label.sprite.SetOpacity (1);
+ } else {
+ if (progress_label.sprite)
+ progress_label.sprite.SetOpacity (0);
+ }
+ }
+
+}
+Plymouth.SetUpdateStatusFunction (update_status_callback);
+
+#-----------------------------------------Display Question stuff -----------------------
+#
+# TODO: Implement this if needed
+#
+# The callback function is called when the display should display a question dialogue.
+# First arg is prompt string, the second is the entry contents.
+#fun display_question_callback (prompt_string, entry_contents)
+#{
+# time++;
+#}
+#
+#Plymouth.SetDisplayQuestionFunction (display_question_callback);
+
+fun scale_glow_img(source_img, current_step, nb_steps) {
+
+ sin = Math.Sin(current_step*0.2)*0.2;
+ glow_anim_scale = Math.Abs(sin) + 0.8;
+
+ scaled_image = source_img.Scale(logo_glow.GetWidth() * glow_anim_scale,
+ logo_glow.GetHeight() * glow_anim_scale);
+ return scaled_image;
+}
+
+fun update_glow_anim () {
+# if (global.anim_start_time != global.progress_time && global.anim_status != "running") {
+# global.anim_start_time = global.progress_time;
+# global.anim_iter = 0;
+# global.anim_status = "running";
+# }
+#
+# if (global.anim_status == "running") {
+ # iter_img = global.logo_glow[global.anim_iter];
+ # if (iter_img == NULL) {
+ # # Generate scaled image for the glow behind the logo on demand.
+ # iter_img = scale_glow_img(logo_glow[0], global.anim_iter, NB_SCALE_STEPS);
+ # global.logo_glow[global.anim_iter] = iter_img;
+ # }
+ # global.logo_glow_sprite.SetImage(iter_img);
+ # global.logo_glow_sprite.SetX(logo_center.x - logo_glow_sprite.GetImage().GetWidth()/2);
+ # global.logo_glow_sprite.SetY(logo_center.y - logo_glow_sprite.GetImage().GetHeight()/2);
+
+ op = global.logo_glow_sprite.GetOpacity();
+ newOp = op + global.glow_step;
+ if(newOp < global.glow_minOp)
+ {
+ global.glow_step = -global.glow_step;
+ newOp = global.glow_minOp;
+ }
+ else if(newOp > global.glow_maxOp)
+ {
+ global.glow_step = -global.glow_step;
+ newOp = global.glow_maxOp;
+ }
+ global.logo_glow_sprite.SetOpacity(newOp);
+
+ global.anim_iter++;
+
+ if (global.anim_iter >= NB_SCALE_STEPS) {
+ global.anim_iter = 0;
+ }
+# }
+}
+
+fun update_star_anim (star_sprite, speed) {
+# if (global.anim_status == "running") {
+
+ x = star_sprite.GetX();
+ newX = x - 30 * speed;
+ if(newX < -star_sprite.GetImage().GetWidth())
+ {
+ # loop from the left to the right
+ newX = Window.GetWidth() + star_sprite.GetImage().GetWidth();
+ }
+ star_sprite.SetX(newX);
+
+ op = star_sprite.GetOpacity();
+ newOp = op + global.star_step * speed;
+ if(newOp < global.star_minOp)
+ {
+ global.star_step = -global.star_step;
+ newOp = global.star_minOp;
+ }
+ else if(newOp > global.star_maxOp)
+ {
+ global.star_step = -global.star_step;
+ newOp = global.star_maxOp;
+ }
+
+ star_sprite.SetOpacity(newOp);
+
+# }
+}
+
+#-----------------------------------------Refresh stuff --------------------------------
+#
+# Calling Plymouth.SetRefreshFunction with a function will set that function to be
+# called up to 50 times every second, e.g.
+#
+# NOTE: if a refresh function is not set, Plymouth doesn't seem to be able to update
+# the screen correctly
+#
+fun refresh_callback ()
+{
+ global.refresh_iter++;
+ if (global.refresh_iter == NB_REFRESHS_BETWEEN_ANIMS) {
+ global.refresh_iter = 0;
+ update_glow_anim();
+ update_star_anim(global.star_sprite0, 1.0);
+ update_star_anim(global.star_sprite1, 2.0);
+ update_star_anim(global.star_sprite2, 1.5);
+ update_star_anim(global.star_sprite3, 0.7);
+ }
+ #DebugBottom ("refresh_iter=" + refresh_iter + "; anim_status=" + anim_status + "; anim_start_time=" + anim_start_time + "; anim_iter=" + anim_iter);
+}
+Plymouth.SetRefreshFunction (refresh_callback);
+
+
+#-----------------------------------------Display Normal stuff -----------------------
+#
+# The callback function is called when the display should return to normal
+fun display_normal_callback ()
+{
+ global.status = "normal";
+ if (global.password_dialogue) {
+ password_dialogue_opacity (0);
+ global.password_dialogue = NULL;
+ if (message_notification[2].sprite) hide_message(2);
+ prompt_active = 0;
+ }
+
+ if (message_notification[1].sprite) {
+ show_message (1);
+ }
+
+}
+
+Plymouth.SetDisplayNormalFunction (display_normal_callback);
+
+
+#----------------------------------------- Quit --------------------------------
+
+fun quit_callback ()
+{
+}
+
+Plymouth.SetQuitFunction(quit_callback);
+
+
+
diff --git a/moonlight-theme/plymouth/password_dot.png b/moonlight-theme/plymouth/password_dot.png
new file mode 100644
index 0000000..f7e1b2d
--- /dev/null
+++ b/moonlight-theme/plymouth/password_dot.png
Binary files differ
diff --git a/moonlight-theme/plymouth/password_dot16.png b/moonlight-theme/plymouth/password_dot16.png
new file mode 100644
index 0000000..4e3f3ce
--- /dev/null
+++ b/moonlight-theme/plymouth/password_dot16.png
Binary files differ
diff --git a/moonlight-theme/plymouth/password_field.png b/moonlight-theme/plymouth/password_field.png
new file mode 100644
index 0000000..38ef38f
--- /dev/null
+++ b/moonlight-theme/plymouth/password_field.png
Binary files differ
diff --git a/moonlight-theme/plymouth/password_field16.png b/moonlight-theme/plymouth/password_field16.png
new file mode 100644
index 0000000..962c557
--- /dev/null
+++ b/moonlight-theme/plymouth/password_field16.png
Binary files differ
diff --git a/moonlight-theme/plymouth/star.png b/moonlight-theme/plymouth/star.png
new file mode 100644
index 0000000..0a2186b
--- /dev/null
+++ b/moonlight-theme/plymouth/star.png
Binary files differ
diff --git a/moonlight-theme/plymouth/support.png b/moonlight-theme/plymouth/support.png
new file mode 100644
index 0000000..23fb021
--- /dev/null
+++ b/moonlight-theme/plymouth/support.png
Binary files differ
diff --git a/moonlight-theme/publicity/CD.svg b/moonlight-theme/publicity/CD.svg
new file mode 100644
index 0000000..f6b0cbd
--- /dev/null
+++ b/moonlight-theme/publicity/CD.svg
@@ -0,0 +1,4872 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ width="566px" height="566px" viewBox="0 0 566 566" enable-background="new 0 0 566 566" xml:space="preserve">
+<g>
+ <path fill="#133544" d="M283.001,0C126.702,0,0,126.704,0,283c0,156.299,126.702,283,283.001,283C439.297,566,566,439.299,566,283
+ C566,126.704,439.297,0,283.001,0z M281.758,319c-19.882,0-36-16.117-36-36c0-19.882,16.118-36,36-36s36,16.118,36,36
+ C317.758,302.883,301.64,319,281.758,319z"/>
+ <g>
+
+ <circle opacity="0.3" fill="#234961" stroke="#F5F5F5" stroke-width="3" stroke-miterlimit="10" cx="397.747" cy="318.117" r="149.666"/>
+ <path opacity="0.4" fill="#234961" d="M334.13,230.279c58.847-20.687,123.323,10.252,144.01,69.1
+ c20.684,58.846-10.252,123.324-69.1,144.008c-58.849,20.689-123.324-10.248-144.011-69.096
+ C244.344,315.439,275.281,250.965,334.13,230.279z"/>
+ <g>
+ <path fill="none" d="M398.96,360.703l1.065,3.037l10.14-3.566c-0.303-1.021-0.634-2.043-0.992-3.061l0,0L398.96,360.703z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M399.094,410.059c0.077,0.225-0.073,0.482-0.338,0.576l-6.846,2.406l3.327,9.467
+ c5.428-5.742,9.729-12.42,12.718-19.654l-10.142,3.564L399.094,410.059z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M388.841,363.801l-2.549-7.25l-5.348,1.877l3.76,10.697l15.321-5.385l-1.065-3.037
+ l-9.624,3.383C389.143,364.152,388.921,364.025,388.841,363.801z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M360.113,424.217c-0.268,0.094-0.545-0.014-0.622-0.234l-0.192-0.543
+ c0.185,0.523,0.008,1.061-0.39,1.201l-17.49,6.148l4.105,11.684c8.059,0.396,16.324-0.73,24.405-3.572
+ c2.413-0.846,4.744-1.822,6.985-2.92l-5.527-15.727L360.113,424.217z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M313.292,431.904c2.198,1.453,4.485,2.768,6.841,3.938l-1.984-5.643L313.292,431.904z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M290.315,390.285c-0.397,0.139-0.836-0.068-0.977-0.467l-4.805-13.67
+ c-0.273,7.773,0.871,15.73,3.607,23.512c3.6,10.24,9.537,18.992,16.998,25.871l-12.655-36.006L290.315,390.285z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M305.448,394.064l-4.738,1.666c-0.313,0.111-0.57,0.188-0.576,0.174l-0.797-2.266
+ c-0.004-0.014,0.244-0.115,0.56-0.225l4.737-1.666l-2.031-5.779l-10.118,3.557l12.655,36.006
+ c2.552,2.346,5.278,4.479,8.153,6.373l4.856-1.705L305.448,394.064z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M305.448,394.064l-4.738,1.666c-0.313,0.111-0.57,0.188-0.576,0.174l-0.797-2.266
+ c-0.004-0.014,0.244-0.115,0.56-0.225l4.737-1.666l-2.031-5.779l-10.118,3.557l12.655,36.006
+ c2.552,2.346,5.278,4.479,8.153,6.373l4.856-1.705L305.448,394.064z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M306.114,330.355c-0.657,0.582-1.303,1.18-1.936,1.789l2.283-0.803L306.114,330.355z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M306.114,330.355c-0.657,0.582-1.303,1.18-1.936,1.789l2.283-0.803L306.114,330.355z"/>
+
+ <rect x="383.352" y="354.467" transform="matrix(-0.3323 -0.9432 0.9432 -0.3323 174.0141 837.79)" opacity="0.4" fill="#FFF7B8" width="0.4" height="5.667"/>
+
+ <rect x="383.352" y="354.467" transform="matrix(-0.3323 -0.9432 0.9432 -0.3323 174.0141 837.79)" opacity="0.4" fill="#FFF7B8" width="0.4" height="5.667"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M368.806,354.393l6.09-2.141c0.247-0.086,0.45-0.15,0.454-0.139l0.563,1.602
+ c0.003,0.01-0.195,0.088-0.443,0.176l-6.089,2.139l1.342,3.816l14.89-5.234l-9.591-27.287c-0.08-0.225,0.012-0.461,0.205-0.531
+ l6.987-2.453c-0.837-0.537-1.687-1.051-2.545-1.545l-20.442,7.188L368.806,354.393z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M368.806,354.393l6.09-2.141c0.247-0.086,0.45-0.15,0.454-0.139l0.563,1.602
+ c0.003,0.01-0.195,0.088-0.443,0.176l-6.089,2.139l1.342,3.816l14.89-5.234l-9.591-27.287c-0.08-0.225,0.012-0.461,0.205-0.531
+ l6.987-2.453c-0.837-0.537-1.687-1.051-2.545-1.545l-20.442,7.188L368.806,354.393z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M332.37,316.338c-1.669,0.439-3.331,0.947-4.985,1.531
+ c-5.318,1.869-10.235,4.371-14.697,7.387l20.307-7.139L332.37,316.338z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M332.37,316.338c-1.669,0.439-3.331,0.947-4.985,1.531
+ c-5.318,1.869-10.235,4.371-14.697,7.387l20.307-7.139L332.37,316.338z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M323.951,325.193c0.398-0.141,0.836,0.07,0.977,0.469l0.282,0.803l8.249,23.467l9.54-3.354
+ l-10.005-28.461l-20.307,7.139c-2.316,1.564-4.511,3.271-6.574,5.1l0.348,0.986L323.951,325.193z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M323.951,325.193c0.398-0.141,0.836,0.07,0.977,0.469l0.282,0.803l8.249,23.467l9.54-3.354
+ l-10.005-28.461l-20.307,7.139c-2.316,1.564-4.511,3.271-6.574,5.1l0.348,0.986L323.951,325.193z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M323.951,325.193c0.398-0.141,0.836,0.07,0.977,0.469l0.282,0.803l8.249,23.467l9.54-3.354
+ l-10.005-28.461l-20.307,7.139c-2.316,1.564-4.511,3.271-6.574,5.1l0.348,0.986L323.951,325.193z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M410.79,394.359c2.817-10.918,2.789-22.689-0.625-34.186l-10.14,3.566L410.79,394.359z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M384.704,369.125l13.109,37.293l10.142-3.564c1.138-2.756,2.086-5.594,2.835-8.494
+ l-10.765-30.619L384.704,369.125z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M384.704,369.125l13.109,37.293l10.142-3.564c1.138-2.756,2.086-5.594,2.835-8.494
+ l-10.765-30.619L384.704,369.125z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M371.406,361.781l1.851,5.27c0.065,0.189,0.086,0.377,0.065,0.553l6.298-2.215
+ c0.313-0.111,0.572-0.189,0.577-0.176l0.796,2.268c0.005,0.014-0.244,0.117-0.559,0.227l-8.494,2.986l0.912,2.598l11.853-4.166
+ l-3.76-10.697L371.406,361.781z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M371.406,361.781l1.851,5.27c0.065,0.189,0.086,0.377,0.065,0.553l6.298-2.215
+ c0.313-0.111,0.572-0.189,0.577-0.176l0.796,2.268c0.005,0.014-0.244,0.117-0.559,0.227l-8.494,2.986l0.912,2.598l11.853-4.166
+ l-3.76-10.697L371.406,361.781z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M391.91,413.041l6.846-2.406c0.265-0.094,0.415-0.352,0.338-0.576l-1.28-3.641
+ l-7.324,2.574L391.91,413.041z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M391.91,413.041l6.846-2.406c0.265-0.094,0.415-0.352,0.338-0.576l-1.28-3.641
+ l-7.324,2.574L391.91,413.041z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M358.932,420.086c-0.4,0.139-0.787,0.068-0.867-0.154l1.233,3.508l0.192,0.543
+ c0.077,0.221,0.354,0.328,0.622,0.234l11.274-3.963l-1.424-4.045L358.932,420.086z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M358.932,420.086c-0.4,0.139-0.787,0.068-0.867-0.154l1.233,3.508l0.192,0.543
+ c0.077,0.221,0.354,0.328,0.622,0.234l11.274-3.963l-1.424-4.045L358.932,420.086z"/>
+
+ <rect x="366.488" y="371.623" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 841.8252 602.3805)" opacity="0.4" fill="#FFF7B8" width="6.079" height="2.753"/>
+
+ <rect x="366.488" y="371.623" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 841.8252 602.3805)" opacity="0.4" fill="#FFF7B8" width="6.079" height="2.753"/>
+
+ <rect x="366.488" y="371.623" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 841.8252 602.3805)" opacity="0.5" fill="#D1E3B6" width="6.079" height="2.753"/>
+
+ <rect x="375.908" y="354.861" transform="matrix(-0.3382 -0.9411 0.9411 -0.3382 164.598 835.5859)" opacity="0.4" fill="#FFF7B8" width="0.398" height="10.111"/>
+
+ <rect x="375.908" y="354.861" transform="matrix(-0.3382 -0.9411 0.9411 -0.3382 164.598 835.5859)" opacity="0.4" fill="#FFF7B8" width="0.398" height="10.111"/>
+
+ <rect x="375.908" y="354.861" transform="matrix(-0.3382 -0.9411 0.9411 -0.3382 164.598 835.5859)" opacity="0.5" fill="#D1E3B6" width="0.398" height="10.111"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M356.887,416.582l1.178,3.35c0.08,0.223,0.467,0.293,0.867,0.154l11.031-3.877l-1.32-3.758
+ L356.887,416.582z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M356.887,416.582l1.178,3.35c0.08,0.223,0.467,0.293,0.867,0.154l11.031-3.877l-1.32-3.758
+ L356.887,416.582z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M356.887,416.582l1.178,3.35c0.08,0.223,0.467,0.293,0.867,0.154l11.031-3.877l-1.32-3.758
+ L356.887,416.582z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M373.313,374.605l3.807-1.338c0.397-0.143,0.826,0.045,0.957,0.416l12.413,35.309
+ l7.324-2.574l-13.109-37.293l-11.853,4.166L373.313,374.605z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M373.313,374.605l3.807-1.338c0.397-0.143,0.826,0.045,0.957,0.416l12.413,35.309
+ l7.324-2.574l-13.109-37.293l-11.853,4.166L373.313,374.605z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M373.313,374.605l3.807-1.338c0.397-0.143,0.826,0.045,0.957,0.416l12.413,35.309
+ l7.324-2.574l-13.109-37.293l-11.853,4.166L373.313,374.605z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M357.552,380.898c-0.131-0.371,0.086-0.783,0.487-0.924l-9.444,3.318l3.625,10.311
+ c0.032,0.09-0.004,0.182-0.079,0.211l-2.898,1.018l7.645,21.75l11.756-4.131L357.552,380.898z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M357.552,380.898c-0.131-0.371,0.086-0.783,0.487-0.924l-9.444,3.318l3.625,10.311
+ c0.032,0.09-0.004,0.182-0.079,0.211l-2.898,1.018l7.645,21.75l11.756-4.131L357.552,380.898z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M357.552,380.898c-0.131-0.371,0.086-0.783,0.487-0.924l-9.444,3.318l3.625,10.311
+ c0.032,0.09-0.004,0.182-0.079,0.211l-2.898,1.018l7.645,21.75l11.756-4.131L357.552,380.898z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M357.552,380.898c-0.131-0.371,0.086-0.783,0.487-0.924l-9.444,3.318l3.625,10.311
+ c0.032,0.09-0.004,0.182-0.079,0.211l-2.898,1.018l7.645,21.75l11.756-4.131L357.552,380.898z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M367.486,376.357c0.051,0.145-0.046,0.313-0.219,0.373l6.046-2.125l-0.461-1.314
+ l-5.735,2.016L367.486,376.357z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M367.486,376.357c0.051,0.145-0.046,0.313-0.219,0.373l6.046-2.125l-0.461-1.314
+ l-5.735,2.016L367.486,376.357z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M367.486,376.357c0.051,0.145-0.046,0.313-0.219,0.373l6.046-2.125l-0.461-1.314
+ l-5.735,2.016L367.486,376.357z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M367.486,376.357c0.051,0.145-0.046,0.313-0.219,0.373l6.046-2.125l-0.461-1.314
+ l-5.735,2.016L367.486,376.357z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M290.315,390.285l2.169-0.76l-3.86-10.98l-1.491,0.523c-0.257,0.09-0.47,0.15-0.476,0.139
+ l-0.797-2.268c-0.005-0.014,0.201-0.1,0.459-0.189l1.49-0.523l-2.596-7.387c-0.365,2.412-0.594,4.852-0.68,7.309l4.805,13.67
+ C289.479,390.217,289.917,390.424,290.315,390.285z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M290.315,390.285l2.169-0.76l-3.86-10.98l-1.491,0.523c-0.257,0.09-0.47,0.15-0.476,0.139
+ l-0.797-2.268c-0.005-0.014,0.201-0.1,0.459-0.189l1.49-0.523l-2.596-7.387c-0.365,2.412-0.594,4.852-0.68,7.309l4.805,13.67
+ C289.479,390.217,289.917,390.424,290.315,390.285z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M316.139,366.268l-11.454-32.588c-0.185-0.523-0.011-1.059,0.388-1.201l1.592-0.561
+ l-0.203-0.576l-2.283,0.803c-10.189,9.813-16.856,22.766-18.965,36.695l2.596,7.387L316.139,366.268z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M316.139,366.268l-11.454-32.588c-0.185-0.523-0.011-1.059,0.388-1.201l1.592-0.561
+ l-0.203-0.576l-2.283,0.803c-10.189,9.813-16.856,22.766-18.965,36.695l2.596,7.387L316.139,366.268z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M316.139,366.268l-11.454-32.588c-0.185-0.523-0.011-1.059,0.388-1.201l1.592-0.561
+ l-0.203-0.576l-2.283,0.803c-10.189,9.813-16.856,22.766-18.965,36.695l2.596,7.387L316.139,366.268z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M301.496,380.51l17.488-6.148l-0.191-0.549l-6.377,2.242
+ c-0.248,0.086-0.451,0.15-0.455,0.139l-0.563-1.602c-0.005-0.01,0.193-0.088,0.441-0.176l6.375-2.24l-1.261-3.59l-28.331,9.959
+ l3.86,10.98l10.118-3.557l-1.496-4.258C300.921,381.188,301.096,380.65,301.496,380.51z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M301.496,380.51l17.488-6.148l-0.191-0.549l-6.377,2.242
+ c-0.248,0.086-0.451,0.15-0.455,0.139l-0.563-1.602c-0.005-0.01,0.193-0.088,0.441-0.176l6.375-2.24l-1.261-3.59l-28.331,9.959
+ l3.86,10.98l10.118-3.557l-1.496-4.258C300.921,381.188,301.096,380.65,301.496,380.51z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M301.496,380.51l17.488-6.148l-0.191-0.549l-6.377,2.242
+ c-0.248,0.086-0.451,0.15-0.455,0.139l-0.563-1.602c-0.005-0.01,0.193-0.088,0.441-0.176l6.375-2.24l-1.261-3.59l-28.331,9.959
+ l3.86,10.98l10.118-3.557l-1.496-4.258C300.921,381.188,301.096,380.65,301.496,380.51z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M325.21,326.465l-0.282-0.803c-0.141-0.398-0.578-0.609-0.977-0.469l-17.49,6.148
+ l0.203,0.576l17.49-6.146C324.553,325.631,325.027,325.941,325.21,326.465z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M325.21,326.465l-0.282-0.803c-0.141-0.398-0.578-0.609-0.977-0.469l-17.49,6.148
+ l0.203,0.576l17.49-6.146C324.553,325.631,325.027,325.941,325.21,326.465z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M325.21,326.465l-0.282-0.803c-0.141-0.398-0.578-0.609-0.977-0.469l-17.49,6.148
+ l0.203,0.576l17.49-6.146C324.553,325.631,325.027,325.941,325.21,326.465z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M325.21,326.465l-0.282-0.803c-0.141-0.398-0.578-0.609-0.977-0.469l-17.49,6.148
+ l0.203,0.576l17.49-6.146C324.553,325.631,325.027,325.941,325.21,326.465z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M380.669,322.795c-7.89-4.537-16.714-7.391-25.879-8.277l5.437,15.465L380.669,322.795z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M380.669,322.795c-7.89-4.537-16.714-7.391-25.879-8.277l5.437,15.465L380.669,322.795z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M380.669,322.795c-7.89-4.537-16.714-7.391-25.879-8.277l5.437,15.465L380.669,322.795z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M339.827,431.348c-0.399,0.141-0.871-0.17-1.055-0.693l-2.411-6.857l-18.213,6.402
+ l1.984,5.643c7.851,3.895,16.493,6.195,25.391,6.631l-4.105-11.684L339.827,431.348z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M339.827,431.348c-0.399,0.141-0.871-0.17-1.055-0.693l-2.411-6.857l-18.213,6.402
+ l1.984,5.643c7.851,3.895,16.493,6.195,25.391,6.631l-4.105-11.684L339.827,431.348z"/>
+
+ <rect x="301.754" y="399.278" transform="matrix(-0.3316 -0.9434 0.9434 -0.3316 41.5259 847.2817)" opacity="0.4" fill="#FFF7B8" width="38.302" height="19.305"/>
+
+ <rect x="301.754" y="399.278" transform="matrix(-0.3316 -0.9434 0.9434 -0.3316 41.5259 847.2817)" opacity="0.4" fill="#FFF7B8" width="38.302" height="19.305"/>
+
+ <rect x="301.754" y="399.278" transform="matrix(-0.3316 -0.9434 0.9434 -0.3316 41.5259 847.2817)" opacity="0.4" fill="#FFF7B8" width="38.302" height="19.305"/>
+
+ <rect x="303.071" y="382.594" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -110.1995 125.5352)" opacity="0.4" fill="#FFF7B8" width="19.305" height="6.126"/>
+
+ <rect x="303.071" y="382.594" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -110.1995 125.5352)" opacity="0.4" fill="#FFF7B8" width="19.305" height="6.126"/>
+
+ <rect x="303.071" y="382.594" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -110.1995 125.5352)" opacity="0.4" fill="#FFF7B8" width="19.305" height="6.126"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M320.682,379.188l-4.379,1.541c-0.369,0.129-0.67,0.225-0.673,0.217l-0.537-1.525
+ c-0.003-0.01,0.292-0.123,0.663-0.25l4.377-1.541l-1.148-3.268l-17.488,6.148c-0.4,0.141-0.575,0.678-0.391,1.201l1.496,4.258
+ l18.213-6.402L320.682,379.188z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M320.682,379.188l-4.379,1.541c-0.369,0.129-0.67,0.225-0.673,0.217l-0.537-1.525
+ c-0.003-0.01,0.292-0.123,0.663-0.25l4.377-1.541l-1.148-3.268l-17.488,6.148c-0.4,0.141-0.575,0.678-0.391,1.201l1.496,4.258
+ l18.213-6.402L320.682,379.188z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M320.682,379.188l-4.379,1.541c-0.369,0.129-0.67,0.225-0.673,0.217l-0.537-1.525
+ c-0.003-0.01,0.292-0.123,0.663-0.25l4.377-1.541l-1.148-3.268l-17.488,6.148c-0.4,0.141-0.575,0.678-0.391,1.201l1.496,4.258
+ l18.213-6.402L320.682,379.188z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M320.682,379.188l-4.379,1.541c-0.369,0.129-0.67,0.225-0.673,0.217l-0.537-1.525
+ c-0.003-0.01,0.292-0.123,0.663-0.25l4.377-1.541l-1.148-3.268l-17.488,6.148c-0.4,0.141-0.575,0.678-0.391,1.201l1.496,4.258
+ l18.213-6.402L320.682,379.188z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.337,348.314c0.398-0.139,0.835,0.068,0.976,0.471l1.371,3.9l1.301-0.455l-1.985-5.652
+ l-9.54,3.354l0.359,1.027L341.337,348.314z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.337,348.314c0.398-0.139,0.835,0.068,0.976,0.471l1.371,3.9l1.301-0.455l-1.985-5.652
+ l-9.54,3.354l0.359,1.027L341.337,348.314z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.337,348.314c0.398-0.139,0.835,0.068,0.976,0.471l1.371,3.9l1.301-0.455l-1.985-5.652
+ l-9.54,3.354l0.359,1.027L341.337,348.314z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M341.337,348.314c0.398-0.139,0.835,0.068,0.976,0.471l1.371,3.9l1.301-0.455l-1.985-5.652
+ l-9.54,3.354l0.359,1.027L341.337,348.314z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M350.879,368.998l-4.914,1.727l2.031,5.779l5.028-1.768
+ c-0.123-0.123-0.228-0.283-0.293-0.471L350.879,368.998z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M350.879,368.998l-4.914,1.727l2.031,5.779l5.028-1.768
+ c-0.123-0.123-0.228-0.283-0.293-0.471L350.879,368.998z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M350.879,368.998l-4.914,1.727l2.031,5.779l5.028-1.768
+ c-0.123-0.123-0.228-0.283-0.293-0.471L350.879,368.998z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M350.879,368.998l-4.914,1.727l2.031,5.779l5.028-1.768
+ c-0.123-0.123-0.228-0.283-0.293-0.471L350.879,368.998z"/>
+
+ <rect x="347.108" y="375.967" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 819.2538 614.9047)" opacity="0.4" fill="#FFF7B8" width="20.121" height="2.753"/>
+
+ <rect x="347.108" y="375.967" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 819.2538 614.9047)" opacity="0.4" fill="#FFF7B8" width="20.121" height="2.753"/>
+
+ <rect x="347.108" y="375.967" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 819.2538 614.9047)" opacity="0.5" fill="#D1E3B6" width="20.121" height="2.753"/>
+
+ <rect x="347.108" y="375.967" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 819.2538 614.9047)" opacity="0.2" fill="#FFF5A2" width="20.121" height="2.753"/>
+
+ <rect x="345.752" y="369.473" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 799.5577 602.9692)" opacity="0.4" fill="#FFF7B8" width="5.209" height="0.399"/>
+
+ <rect x="345.752" y="369.473" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 799.5577 602.9692)" opacity="0.4" fill="#FFF7B8" width="5.209" height="0.399"/>
+
+ <rect x="345.752" y="369.473" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 799.5577 602.9692)" opacity="0.4" fill="#FFF7B8" width="5.209" height="0.399"/>
+
+ <rect x="345.752" y="369.473" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 799.5577 602.9692)" opacity="0.5" fill="#D1E3B6" width="5.209" height="0.399"/>
+
+ <rect x="345.752" y="369.473" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 799.5577 602.9692)" opacity="0.2" fill="#FFF5A2" width="5.209" height="0.399"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M348.595,383.293l9.444-3.318l9.228-3.244c0.173-0.061,0.27-0.229,0.219-0.373
+ l-0.369-1.051l-18.982,6.672L348.595,383.293z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M348.595,383.293l9.444-3.318l9.228-3.244c0.173-0.061,0.27-0.229,0.219-0.373
+ l-0.369-1.051l-18.982,6.672L348.595,383.293z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M348.595,383.293l9.444-3.318l9.228-3.244c0.173-0.061,0.27-0.229,0.219-0.373
+ l-0.369-1.051l-18.982,6.672L348.595,383.293z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M348.595,383.293l9.444-3.318l9.228-3.244c0.173-0.061,0.27-0.229,0.219-0.373
+ l-0.369-1.051l-18.982,6.672L348.595,383.293z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M348.595,383.293l9.444-3.318l9.228-3.244c0.173-0.061,0.27-0.229,0.219-0.373
+ l-0.369-1.051l-18.982,6.672L348.595,383.293z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.339,372.352l0.54,1.535l2.9-1.02c0.074-0.027,0.161,0.023,0.191,0.111l1.435,4.084
+ l1.591-0.559l-2.031-5.779L341.339,372.352z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.339,372.352l0.54,1.535l2.9-1.02c0.074-0.027,0.161,0.023,0.191,0.111l1.435,4.084
+ l1.591-0.559l-2.031-5.779L341.339,372.352z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M341.339,372.352l0.54,1.535l2.9-1.02c0.074-0.027,0.161,0.023,0.191,0.111l1.435,4.084
+ l1.591-0.559l-2.031-5.779L341.339,372.352z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.339,372.352l0.54,1.535l2.9-1.02c0.074-0.027,0.161,0.023,0.191,0.111l1.435,4.084
+ l1.591-0.559l-2.031-5.779L341.339,372.352z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M341.339,372.352l0.54,1.535l2.9-1.02c0.074-0.027,0.161,0.023,0.191,0.111l1.435,4.084
+ l1.591-0.559l-2.031-5.779L341.339,372.352z"/>
+
+ <rect x="343.386" y="368.897" transform="matrix(-0.3264 -0.9452 0.9452 -0.3264 104.7422 817.3362)" opacity="0.4" fill="#FFF7B8" width="0.401" height="4.904"/>
+
+ <rect x="343.386" y="368.897" transform="matrix(-0.3264 -0.9452 0.9452 -0.3264 104.7422 817.3362)" opacity="0.4" fill="#FFF7B8" width="0.401" height="4.904"/>
+
+ <rect x="343.386" y="368.897" transform="matrix(-0.3264 -0.9452 0.9452 -0.3264 104.7422 817.3362)" opacity="0.4" fill="#FFF7B8" width="0.401" height="4.904"/>
+
+ <rect x="343.386" y="368.897" transform="matrix(-0.3264 -0.9452 0.9452 -0.3264 104.7422 817.3362)" opacity="0.5" fill="#D1E3B6" width="0.401" height="4.904"/>
+
+ <rect x="343.386" y="368.897" transform="matrix(-0.3264 -0.9452 0.9452 -0.3264 104.7422 817.3362)" opacity="0.4" fill="#FFF7B8" width="0.401" height="4.904"/>
+
+ <rect x="343.386" y="368.897" transform="matrix(-0.3264 -0.9452 0.9452 -0.3264 104.7422 817.3362)" opacity="0.2" fill="#FFF5A2" width="0.401" height="4.904"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M349.242,394.832l2.898-1.018c0.075-0.029,0.111-0.121,0.079-0.211l-3.625-10.311
+ l-3.033,1.064L349.242,394.832z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M349.242,394.832l2.898-1.018c0.075-0.029,0.111-0.121,0.079-0.211l-3.625-10.311
+ l-3.033,1.064L349.242,394.832z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M349.242,394.832l2.898-1.018c0.075-0.029,0.111-0.121,0.079-0.211l-3.625-10.311
+ l-3.033,1.064L349.242,394.832z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M349.242,394.832l2.898-1.018c0.075-0.029,0.111-0.121,0.079-0.211l-3.625-10.311
+ l-3.033,1.064L349.242,394.832z"/>
+ <path opacity="0.4" fill="#FFF5A2" d="M349.242,394.832l2.898-1.018c0.075-0.029,0.111-0.121,0.079-0.211l-3.625-10.311
+ l-3.033,1.064L349.242,394.832z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M345.242,383.455c-0.077-0.227,0.181-0.523,0.58-0.662l2.312-0.814l-0.912-2.598
+ l-3.036,1.066L345.242,383.455z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M345.242,383.455c-0.077-0.227,0.181-0.523,0.58-0.662l2.312-0.814l-0.912-2.598
+ l-3.036,1.066L345.242,383.455z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M345.242,383.455c-0.077-0.227,0.181-0.523,0.58-0.662l2.312-0.814l-0.912-2.598
+ l-3.036,1.066L345.242,383.455z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M345.242,383.455c-0.077-0.227,0.181-0.523,0.58-0.662l2.312-0.814l-0.912-2.598
+ l-3.036,1.066L345.242,383.455z"/>
+ <path opacity="0.4" fill="#FFF5A2" d="M345.242,383.455c-0.077-0.227,0.181-0.523,0.58-0.662l2.312-0.814l-0.912-2.598
+ l-3.036,1.066L345.242,383.455z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M345.823,382.793c-0.399,0.139-0.657,0.436-0.58,0.662l0.319,0.902l3.033-1.064
+ l-0.461-1.314L345.823,382.793z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M345.823,382.793c-0.399,0.139-0.657,0.436-0.58,0.662l0.319,0.902l3.033-1.064
+ l-0.461-1.314L345.823,382.793z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M345.823,382.793c-0.399,0.139-0.657,0.436-0.58,0.662l0.319,0.902l3.033-1.064
+ l-0.461-1.314L345.823,382.793z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M345.823,382.793c-0.399,0.139-0.657,0.436-0.58,0.662l0.319,0.902l3.033-1.064
+ l-0.461-1.314L345.823,382.793z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M345.823,382.793c-0.399,0.139-0.657,0.436-0.58,0.662l0.319,0.902l3.033-1.064
+ l-0.461-1.314L345.823,382.793z"/>
+ <path opacity="0.4" fill="#FFF5A2" d="M345.823,382.793c-0.399,0.139-0.657,0.436-0.58,0.662l0.319,0.902l3.033-1.064
+ l-0.461-1.314L345.823,382.793z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M346.406,377.063l-1.435-4.084c-0.03-0.088-0.117-0.139-0.191-0.111l-2.9,1.02l1.494,4.24
+ L346.406,377.063z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M346.406,377.063l-1.435-4.084c-0.03-0.088-0.117-0.139-0.191-0.111l-2.9,1.02l1.494,4.24
+ L346.406,377.063z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M346.406,377.063l-1.435-4.084c-0.03-0.088-0.117-0.139-0.191-0.111l-2.9,1.02l1.494,4.24
+ L346.406,377.063z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M346.406,377.063l-1.435-4.084c-0.03-0.088-0.117-0.139-0.191-0.111l-2.9,1.02l1.494,4.24
+ L346.406,377.063z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M346.406,377.063l-1.435-4.084c-0.03-0.088-0.117-0.139-0.191-0.111l-2.9,1.02l1.494,4.24
+ L346.406,377.063z"/>
+ <path opacity="0.4" fill="#FFF5A2" d="M346.406,377.063l-1.435-4.084c-0.03-0.088-0.117-0.139-0.191-0.111l-2.9,1.02l1.494,4.24
+ L346.406,377.063z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M398.96,360.703l10.213-3.59c-0.957-2.727-2.081-5.346-3.356-7.852l-9.682,3.406
+ L398.96,360.703z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M405.041,347.783c-4.491-8.303-10.658-15.307-17.912-20.736l8.456,24.059L405.041,347.783z
+ "/>
+ <path opacity="0.4" fill="#FFF7B8" d="M396.043,352.699c-0.046,0.268-0.228,0.502-0.5,0.6l-9.251,3.252l2.549,7.25
+ c0.08,0.225,0.302,0.352,0.495,0.285l9.624-3.383l-2.825-8.035L396.043,352.699z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M396.043,352.699c-0.046,0.268-0.228,0.502-0.5,0.6l-9.251,3.252l2.549,7.25
+ c0.08,0.225,0.302,0.352,0.495,0.285l9.624-3.383l-2.825-8.035L396.043,352.699z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M386.292,356.551l9.251-3.252c0.272-0.098,0.454-0.332,0.5-0.6l-9.882,3.473
+ L386.292,356.551z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M386.292,356.551l9.251-3.252c0.272-0.098,0.454-0.332,0.5-0.6l-9.882,3.473
+ L386.292,356.551z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M386.292,356.551l9.251-3.252c0.272-0.098,0.454-0.332,0.5-0.6l-9.882,3.473
+ L386.292,356.551z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M376.022,327.324l9.591,27.287l9.973-3.506l-8.456-24.059
+ c-1.272-0.953-2.58-1.855-3.915-2.707l-6.987,2.453C376.033,326.863,375.942,327.1,376.022,327.324z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M376.022,327.324l9.591,27.287l9.973-3.506l-8.456-24.059
+ c-1.272-0.953-2.58-1.855-3.915-2.707l-6.987,2.453C376.033,326.863,375.942,327.1,376.022,327.324z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M376.022,327.324l9.591,27.287l9.973-3.506l-8.456-24.059
+ c-1.272-0.953-2.58-1.855-3.915-2.707l-6.987,2.453C376.033,326.863,375.942,327.1,376.022,327.324z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M343.684,352.686l-1.371-3.9c-0.141-0.402-0.577-0.609-0.976-0.471l-7.519,2.645
+ l1.627,4.625L343.684,352.686z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M343.684,352.686l-1.371-3.9c-0.141-0.402-0.577-0.609-0.976-0.471l-7.519,2.645
+ l1.627,4.625L343.684,352.686z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M343.684,352.686l-1.371-3.9c-0.141-0.402-0.577-0.609-0.976-0.471l-7.519,2.645
+ l1.627,4.625L343.684,352.686z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M343.684,352.686l-1.371-3.9c-0.141-0.402-0.577-0.609-0.976-0.471l-7.519,2.645
+ l1.627,4.625L343.684,352.686z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M343.684,352.686l-1.371-3.9c-0.141-0.402-0.577-0.609-0.976-0.471l-7.519,2.645
+ l1.627,4.625L343.684,352.686z"/>
+
+ <rect x="343.106" y="353.503" transform="matrix(0.332 0.9433 -0.9433 0.332 564.5447 -88.769)" opacity="0.4" fill="#FFF7B8" width="3.677" height="1.378"/>
+
+ <rect x="343.106" y="353.503" transform="matrix(0.332 0.9433 -0.9433 0.332 564.5447 -88.769)" opacity="0.4" fill="#FFF7B8" width="3.677" height="1.378"/>
+
+ <rect x="343.106" y="353.503" transform="matrix(0.332 0.9433 -0.9433 0.332 564.5447 -88.769)" opacity="0.4" fill="#FFF7B8" width="3.677" height="1.378"/>
+
+ <rect x="343.106" y="353.503" transform="matrix(0.332 0.9433 -0.9433 0.332 564.5447 -88.769)" opacity="0.2" fill="#FFF5A2" width="3.677" height="1.378"/>
+
+ <rect x="343.106" y="353.503" transform="matrix(0.332 0.9433 -0.9433 0.332 564.5447 -88.769)" opacity="0.4" fill="#FFF7B8" width="3.677" height="1.378"/>
+
+ <rect x="346.312" y="358.141" transform="matrix(-0.9429 0.333 -0.333 -0.9429 794.0845 583.9989)" opacity="0.4" fill="#FFF7B8" width="1.378" height="3.801"/>
+
+ <rect x="346.312" y="358.141" transform="matrix(-0.9429 0.333 -0.333 -0.9429 794.0845 583.9989)" opacity="0.4" fill="#FFF7B8" width="1.378" height="3.801"/>
+
+ <rect x="346.312" y="358.141" transform="matrix(-0.9429 0.333 -0.333 -0.9429 794.0845 583.9989)" opacity="0.4" fill="#FFF7B8" width="1.378" height="3.801"/>
+
+ <rect x="346.312" y="358.141" transform="matrix(-0.9429 0.333 -0.333 -0.9429 794.0845 583.9989)" opacity="0.2" fill="#FFF5A2" width="1.378" height="3.801"/>
+
+ <rect x="346.312" y="358.141" transform="matrix(-0.9429 0.333 -0.333 -0.9429 794.0845 583.9989)" opacity="0.4" fill="#FFF7B8" width="1.378" height="3.801"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M347.028,364.506l-2.893,1.014l1.148,3.27l4.916-1.729l-1.342-3.814l-1.325,0.463
+ C347.566,364.051,347.365,364.389,347.028,364.506z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M347.028,364.506l-2.893,1.014l1.148,3.27l4.916-1.729l-1.342-3.814l-1.325,0.463
+ C347.566,364.051,347.365,364.389,347.028,364.506z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M347.028,364.506l-2.893,1.014l1.148,3.27l4.916-1.729l-1.342-3.814l-1.325,0.463
+ C347.566,364.051,347.365,364.389,347.028,364.506z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M347.028,364.506l-2.893,1.014l1.148,3.27l4.916-1.729l-1.342-3.814l-1.325,0.463
+ C347.566,364.051,347.365,364.389,347.028,364.506z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M347.028,364.506l-2.893,1.014l1.148,3.27l4.916-1.729l-1.342-3.814l-1.325,0.463
+ C347.566,364.051,347.365,364.389,347.028,364.506z"/>
+
+ <rect x="339.946" y="366.233" transform="matrix(-0.9436 0.3311 -0.3311 -0.9436 787.322 601.7946)" opacity="0.4" fill="#FFF7B8" width="4.902" height="3.465"/>
+
+ <rect x="339.946" y="366.233" transform="matrix(-0.9436 0.3311 -0.3311 -0.9436 787.322 601.7946)" opacity="0.4" fill="#FFF7B8" width="4.902" height="3.465"/>
+
+ <rect x="339.946" y="366.233" transform="matrix(-0.9436 0.3311 -0.3311 -0.9436 787.322 601.7946)" opacity="0.4" fill="#FFF7B8" width="4.902" height="3.465"/>
+
+ <rect x="339.946" y="366.233" transform="matrix(-0.9436 0.3311 -0.3311 -0.9436 787.322 601.7946)" opacity="0.4" fill="#FFF7B8" width="4.902" height="3.465"/>
+
+ <rect x="339.946" y="366.233" transform="matrix(-0.9436 0.3311 -0.3311 -0.9436 787.322 601.7946)" opacity="0.2" fill="#FFF5A2" width="4.902" height="3.465"/>
+
+ <rect x="339.946" y="366.233" transform="matrix(-0.9436 0.3311 -0.3311 -0.9436 787.322 601.7946)" opacity="0.4" fill="#FFF7B8" width="4.902" height="3.465"/>
+
+ <rect x="335.809" y="354.03" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 779.1376 578.7453)" opacity="0.4" fill="#FFF7B8" width="8.732" height="3.679"/>
+
+ <rect x="335.809" y="354.03" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 779.1376 578.7453)" opacity="0.4" fill="#FFF7B8" width="8.732" height="3.679"/>
+
+ <rect x="335.809" y="354.03" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 779.1376 578.7453)" opacity="0.4" fill="#FFF7B8" width="8.732" height="3.679"/>
+
+ <rect x="335.809" y="354.03" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 779.1376 578.7453)" opacity="0.2" fill="#FFF5A2" width="8.732" height="3.679"/>
+
+ <rect x="335.809" y="354.03" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 779.1376 578.7453)" opacity="0.4" fill="#FFF7B8" width="8.732" height="3.679"/>
+
+ <rect x="335.809" y="354.03" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 779.1376 578.7453)" opacity="0.4" fill="#FFF7B8" width="8.732" height="3.679"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.99,361.729c0.4-0.141,0.839,0.07,0.978,0.471l0.399,1.137l3.615-1.271l-1.263-3.588
+ l-8.239,2.895l0.607,1.727L341.99,361.729z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.99,361.729c0.4-0.141,0.839,0.07,0.978,0.471l0.399,1.137l3.615-1.271l-1.263-3.588
+ l-8.239,2.895l0.607,1.727L341.99,361.729z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.99,361.729c0.4-0.141,0.839,0.07,0.978,0.471l0.399,1.137l3.615-1.271l-1.263-3.588
+ l-8.239,2.895l0.607,1.727L341.99,361.729z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M341.99,361.729c0.4-0.141,0.839,0.07,0.978,0.471l0.399,1.137l3.615-1.271l-1.263-3.588
+ l-8.239,2.895l0.607,1.727L341.99,361.729z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.99,361.729c0.4-0.141,0.839,0.07,0.978,0.471l0.399,1.137l3.615-1.271l-1.263-3.588
+ l-8.239,2.895l0.607,1.727L341.99,361.729z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.99,361.729c0.4-0.141,0.839,0.07,0.978,0.471l0.399,1.137l3.615-1.271l-1.263-3.588
+ l-8.239,2.895l0.607,1.727L341.99,361.729z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M344.135,365.52l2.893-1.014c0.338-0.117,0.538-0.455,0.505-0.797l-3.59,1.264
+ L344.135,365.52z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M344.135,365.52l2.893-1.014c0.338-0.117,0.538-0.455,0.505-0.797l-3.59,1.264
+ L344.135,365.52z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M344.135,365.52l2.893-1.014c0.338-0.117,0.538-0.455,0.505-0.797l-3.59,1.264
+ L344.135,365.52z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M344.135,365.52l2.893-1.014c0.338-0.117,0.538-0.455,0.505-0.797l-3.59,1.264
+ L344.135,365.52z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M344.135,365.52l2.893-1.014c0.338-0.117,0.538-0.455,0.505-0.797l-3.59,1.264
+ L344.135,365.52z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M344.135,365.52l2.893-1.014c0.338-0.117,0.538-0.455,0.505-0.797l-3.59,1.264
+ L344.135,365.52z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M342.967,362.199c-0.139-0.4-0.577-0.611-0.978-0.471l-3.902,1.369l0.654,1.861
+ l4.625-1.623L342.967,362.199z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M342.967,362.199c-0.139-0.4-0.577-0.611-0.978-0.471l-3.902,1.369l0.654,1.861
+ l4.625-1.623L342.967,362.199z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M342.967,362.199c-0.139-0.4-0.577-0.611-0.978-0.471l-3.902,1.369l0.654,1.861
+ l4.625-1.623L342.967,362.199z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M342.967,362.199c-0.139-0.4-0.577-0.611-0.978-0.471l-3.902,1.369l0.654,1.861
+ l4.625-1.623L342.967,362.199z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M342.967,362.199c-0.139-0.4-0.577-0.611-0.978-0.471l-3.902,1.369l0.654,1.861
+ l4.625-1.623L342.967,362.199z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M342.967,362.199c-0.139-0.4-0.577-0.611-0.978-0.471l-3.902,1.369l0.654,1.861
+ l4.625-1.623L342.967,362.199z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M342.967,362.199c-0.139-0.4-0.577-0.611-0.978-0.471l-3.902,1.369l0.654,1.861
+ l4.625-1.623L342.967,362.199z"/>
+
+ <rect x="341.435" y="363.606" transform="matrix(-0.3298 -0.9441 0.9441 -0.3298 108.829 809.379)" opacity="0.4" fill="#FFF7B8" width="0.583" height="4.903"/>
+
+ <rect x="341.435" y="363.606" transform="matrix(-0.3298 -0.9441 0.9441 -0.3298 108.829 809.379)" opacity="0.4" fill="#FFF7B8" width="0.583" height="4.903"/>
+
+ <rect x="341.435" y="363.606" transform="matrix(-0.3298 -0.9441 0.9441 -0.3298 108.829 809.379)" opacity="0.4" fill="#FFF7B8" width="0.583" height="4.903"/>
+
+ <rect x="341.435" y="363.606" transform="matrix(-0.3298 -0.9441 0.9441 -0.3298 108.829 809.379)" opacity="0.4" fill="#FFF7B8" width="0.583" height="4.903"/>
+
+ <rect x="341.435" y="363.606" transform="matrix(-0.3298 -0.9441 0.9441 -0.3298 108.829 809.379)" opacity="0.2" fill="#FFF5A2" width="0.583" height="4.903"/>
+
+ <rect x="341.435" y="363.606" transform="matrix(-0.3298 -0.9441 0.9441 -0.3298 108.829 809.379)" opacity="0.4" fill="#FFF7B8" width="0.583" height="4.903"/>
+
+ <rect x="341.435" y="363.606" transform="matrix(-0.3298 -0.9441 0.9441 -0.3298 108.829 809.379)" opacity="0.4" fill="#FFF7B8" width="0.583" height="4.903"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M356.887,416.582l-18.213,6.4l2.744,7.807l17.49-6.148c0.397-0.141,0.574-0.678,0.39-1.201
+ l-1.233-3.508L356.887,416.582z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M356.887,416.582l-18.213,6.4l2.744,7.807l17.49-6.148c0.397-0.141,0.574-0.678,0.39-1.201
+ l-1.233-3.508L356.887,416.582z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.139,397.678c-0.075,0.027-0.161-0.023-0.19-0.111l-5.003-14.223l-9.973,3.506
+ l12.701,36.133l18.213-6.4l-7.645-21.75L341.139,397.678z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.139,397.678c-0.075,0.027-0.161-0.023-0.19-0.111l-5.003-14.223l-9.973,3.506
+ l12.701,36.133l18.213-6.4l-7.645-21.75L341.139,397.678z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.139,397.678c-0.075,0.027-0.161-0.023-0.19-0.111l-5.003-14.223l-9.973,3.506
+ l12.701,36.133l18.213-6.4l-7.645-21.75L341.139,397.678z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M325.328,382.467c-0.092,0.029-0.182,0.02-0.198-0.029l-1.374-3.906l-0.629,0.221
+ l2.031,5.779l6.36-2.234l-0.627-1.787L325.328,382.467z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M325.328,382.467c-0.092,0.029-0.182,0.02-0.198-0.029l-1.374-3.906l-0.629,0.221
+ l2.031,5.779l6.36-2.234l-0.627-1.787L325.328,382.467z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M325.328,382.467c-0.092,0.029-0.182,0.02-0.198-0.029l-1.374-3.906l-0.629,0.221
+ l2.031,5.779l6.36-2.234l-0.627-1.787L325.328,382.467z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M321.629,374.496L321.104,373l-2.311,0.813l0.191,0.549l1.59-0.557
+ C320.975,373.662,321.448,373.973,321.629,374.496z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M321.629,374.496L321.104,373l-2.311,0.813l0.191,0.549l1.59-0.557
+ C320.975,373.662,321.448,373.973,321.629,374.496z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M321.629,374.496L321.104,373l-2.311,0.813l0.191,0.549l1.59-0.557
+ C320.975,373.662,321.448,373.973,321.629,374.496z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M321.629,374.496L321.104,373l-2.311,0.813l0.191,0.549l1.59-0.557
+ C320.975,373.662,321.448,373.973,321.629,374.496z"/>
+
+ <rect x="317.515" y="368.071" transform="matrix(0.9433 -0.3321 0.3321 0.9433 -104.7701 126.8388)" opacity="0.4" fill="#FFF7B8" width="2.453" height="3.805"/>
+
+ <rect x="317.515" y="368.071" transform="matrix(0.9433 -0.3321 0.3321 0.9433 -104.7701 126.8388)" opacity="0.4" fill="#FFF7B8" width="2.453" height="3.805"/>
+
+ <rect x="317.515" y="368.071" transform="matrix(0.9433 -0.3321 0.3321 0.9433 -104.7701 126.8388)" opacity="0.5" fill="#D1E3B6" width="2.453" height="3.805"/>
+
+ <rect x="317.515" y="368.071" transform="matrix(0.9433 -0.3321 0.3321 0.9433 -104.7701 126.8388)" opacity="0.4" fill="#FFF7B8" width="2.453" height="3.805"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M323.753,378.52c-0.245,0.055-0.489-0.018-0.666-0.176l-0.093,0.031l0.133,0.377
+ l0.629-0.221L323.753,378.52z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M323.753,378.52c-0.245,0.055-0.489-0.018-0.666-0.176l-0.093,0.031l0.133,0.377
+ l0.629-0.221L323.753,378.52z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M323.753,378.52c-0.245,0.055-0.489-0.018-0.666-0.176l-0.093,0.031l0.133,0.377
+ l0.629-0.221L323.753,378.52z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M323.753,378.52c-0.245,0.055-0.489-0.018-0.666-0.176l-0.093,0.031l0.133,0.377
+ l0.629-0.221L323.753,378.52z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M306.664,331.918l-1.592,0.561c-0.398,0.143-0.572,0.678-0.388,1.201l11.454,32.588
+ l2.313-0.814L306.664,331.918z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M306.664,331.918l-1.592,0.561c-0.398,0.143-0.572,0.678-0.388,1.201l11.454,32.588
+ l2.313-0.814L306.664,331.918z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M306.664,331.918l-1.592,0.561c-0.398,0.143-0.572,0.678-0.388,1.201l11.454,32.588
+ l2.313-0.814L306.664,331.918z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M306.664,331.918l-1.592,0.561c-0.398,0.143-0.572,0.678-0.388,1.201l11.454,32.588
+ l2.313-0.814L306.664,331.918z"/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="321.735,372.779 321.104,373 321.629,374.496 322.446,376.816 323.076,376.594
+ "/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="321.735,372.779 321.104,373 321.629,374.496 322.446,376.816 323.076,376.594
+ "/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="321.735,372.779 321.104,373 321.629,374.496 322.446,376.816 323.076,376.594
+ "/>
+ <polygon opacity="0.5" fill="#D1E3B6" points="321.735,372.779 321.104,373 321.629,374.496 322.446,376.816 323.076,376.594
+ "/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="321.735,372.779 321.104,373 321.629,374.496 322.446,376.816 323.076,376.594
+ "/>
+ <path opacity="0.4" fill="#FFF7B8" d="M326.889,369.125l-0.4-1.137c-0.139-0.398,0.07-0.838,0.47-0.979l2.891-1.014l-0.606-1.73
+ l-9.975,3.506l1.26,3.59L326.889,369.125z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M326.889,369.125l-0.4-1.137c-0.139-0.398,0.07-0.838,0.47-0.979l2.891-1.014l-0.606-1.73
+ l-9.975,3.506l1.26,3.59L326.889,369.125z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M326.889,369.125l-0.4-1.137c-0.139-0.398,0.07-0.838,0.47-0.979l2.891-1.014l-0.606-1.73
+ l-9.975,3.506l1.26,3.59L326.889,369.125z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M326.889,369.125l-0.4-1.137c-0.139-0.398,0.07-0.838,0.47-0.979l2.891-1.014l-0.606-1.73
+ l-9.975,3.506l1.26,3.59L326.889,369.125z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M326.889,369.125l-0.4-1.137c-0.139-0.398,0.07-0.838,0.47-0.979l2.891-1.014l-0.606-1.73
+ l-9.975,3.506l1.26,3.59L326.889,369.125z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M323.087,378.344c0.177,0.158,0.421,0.23,0.666,0.176l-0.13-0.365L323.087,378.344z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M323.087,378.344c0.177,0.158,0.421,0.23,0.666,0.176l-0.13-0.365L323.087,378.344z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M323.087,378.344c0.177,0.158,0.421,0.23,0.666,0.176l-0.13-0.365L323.087,378.344z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M323.087,378.344c0.177,0.158,0.421,0.23,0.666,0.176l-0.13-0.365L323.087,378.344z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M323.087,378.344c0.177,0.158,0.421,0.23,0.666,0.176l-0.13-0.365L323.087,378.344z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M328.426,361.947l-2.591-7.371c-0.14-0.4,0.068-0.834,0.467-0.977l3.904-1.369
+ l-0.268-0.762c-0.052-0.146,0.047-0.313,0.219-0.375l3.302-1.162l-8.249-23.467c-0.184-0.523-0.657-0.834-1.056-0.693
+ l-17.49,6.146l11.787,33.535L328.426,361.947z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M328.426,361.947l-2.591-7.371c-0.14-0.4,0.068-0.834,0.467-0.977l3.904-1.369
+ l-0.268-0.762c-0.052-0.146,0.047-0.313,0.219-0.375l3.302-1.162l-8.249-23.467c-0.184-0.523-0.657-0.834-1.056-0.693
+ l-17.49,6.146l11.787,33.535L328.426,361.947z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M328.426,361.947l-2.591-7.371c-0.14-0.4,0.068-0.834,0.467-0.977l3.904-1.369
+ l-0.268-0.762c-0.052-0.146,0.047-0.313,0.219-0.375l3.302-1.162l-8.249-23.467c-0.184-0.523-0.657-0.834-1.056-0.693
+ l-17.49,6.146l11.787,33.535L328.426,361.947z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M328.426,361.947l-2.591-7.371c-0.14-0.4,0.068-0.834,0.467-0.977l3.904-1.369
+ l-0.268-0.762c-0.052-0.146,0.047-0.313,0.219-0.375l3.302-1.162l-8.249-23.467c-0.184-0.523-0.657-0.834-1.056-0.693
+ l-17.49,6.146l11.787,33.535L328.426,361.947z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M328.426,361.947l-2.591-7.371c-0.14-0.4,0.068-0.834,0.467-0.977l3.904-1.369
+ l-0.268-0.762c-0.052-0.146,0.047-0.313,0.219-0.375l3.302-1.162l-8.249-23.467c-0.184-0.523-0.657-0.834-1.056-0.693
+ l-17.49,6.146l11.787,33.535L328.426,361.947z"/>
+
+ <rect x="331.097" y="379.822" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -107.412 131.9545)" opacity="0.4" fill="#FFF7B8" width="3.829" height="1.894"/>
+
+ <rect x="331.097" y="379.822" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -107.412 131.9545)" opacity="0.4" fill="#FFF7B8" width="3.829" height="1.894"/>
+
+ <rect x="331.097" y="379.822" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -107.412 131.9545)" opacity="0.4" fill="#FFF7B8" width="3.829" height="1.894"/>
+
+ <rect x="331.097" y="379.822" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -107.412 131.9545)" opacity="0.4" fill="#FFF7B8" width="3.829" height="1.894"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M329.849,365.996l-2.891,1.014c-0.399,0.141-0.608,0.58-0.47,0.979l0.4,1.137l3.614-1.268
+ L329.849,365.996z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M329.849,365.996l-2.891,1.014c-0.399,0.141-0.608,0.58-0.47,0.979l0.4,1.137l3.614-1.268
+ L329.849,365.996z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M329.849,365.996l-2.891,1.014c-0.399,0.141-0.608,0.58-0.47,0.979l0.4,1.137l3.614-1.268
+ L329.849,365.996z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M329.849,365.996l-2.891,1.014c-0.399,0.141-0.608,0.58-0.47,0.979l0.4,1.137l3.614-1.268
+ L329.849,365.996z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M329.849,365.996l-2.891,1.014c-0.399,0.141-0.608,0.58-0.47,0.979l0.4,1.137l3.614-1.268
+ L329.849,365.996z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M329.849,365.996l-2.891,1.014c-0.399,0.141-0.608,0.58-0.47,0.979l0.4,1.137l3.614-1.268
+ L329.849,365.996z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M336.362,423.797l2.411,6.857c0.184,0.523,0.655,0.834,1.055,0.693l1.591-0.559
+ l-2.744-7.807L336.362,423.797z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M336.362,423.797l2.411,6.857c0.184,0.523,0.655,0.834,1.055,0.693l1.591-0.559
+ l-2.744-7.807L336.362,423.797z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M336.362,423.797l2.411,6.857c0.184,0.523,0.655,0.834,1.055,0.693l1.591-0.559
+ l-2.744-7.807L336.362,423.797z"/>
+
+ <rect x="329.941" y="386.173" transform="matrix(0.9432 -0.3322 0.3322 0.9432 -115.8396 133.0301)" opacity="0.4" fill="#FFF7B8" width="2.452" height="38.3"/>
+
+ <rect x="329.941" y="386.173" transform="matrix(0.9432 -0.3322 0.3322 0.9432 -115.8396 133.0301)" opacity="0.4" fill="#FFF7B8" width="2.452" height="38.3"/>
+
+ <rect x="329.941" y="386.173" transform="matrix(0.9432 -0.3322 0.3322 0.9432 -115.8396 133.0301)" opacity="0.4" fill="#FFF7B8" width="2.452" height="38.3"/>
+
+ <rect x="329.941" y="386.173" transform="matrix(0.9432 -0.3322 0.3322 0.9432 -115.8396 133.0301)" opacity="0.4" fill="#FFF7B8" width="2.452" height="38.3"/>
+
+ <rect x="321.761" y="378.986" transform="matrix(0.9432 -0.3322 0.3322 0.9432 -108.5722 128.9909)" opacity="0.4" fill="#FFF7B8" width="2.452" height="6.124"/>
+
+ <rect x="321.761" y="378.986" transform="matrix(0.9432 -0.3322 0.3322 0.9432 -108.5722 128.9909)" opacity="0.4" fill="#FFF7B8" width="2.452" height="6.124"/>
+
+ <rect x="321.761" y="378.986" transform="matrix(0.9432 -0.3322 0.3322 0.9432 -108.5722 128.9909)" opacity="0.4" fill="#FFF7B8" width="2.452" height="6.124"/>
+
+ <rect x="321.761" y="378.986" transform="matrix(0.9432 -0.3322 0.3322 0.9432 -108.5722 128.9909)" opacity="0.4" fill="#FFF7B8" width="2.452" height="6.124"/>
+
+ <rect x="320.679" y="378.77" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -107.423 128.1338)" opacity="0.4" fill="#FFF7B8" width="2.451" height="0.402"/>
+
+ <rect x="320.679" y="378.77" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -107.423 128.1338)" opacity="0.4" fill="#FFF7B8" width="2.451" height="0.402"/>
+
+ <rect x="320.679" y="378.77" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -107.423 128.1338)" opacity="0.5" fill="#D1E3B6" width="2.451" height="0.402"/>
+
+ <rect x="320.679" y="378.77" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -107.423 128.1338)" opacity="0.4" fill="#FFF7B8" width="2.451" height="0.402"/>
+
+ <rect x="320.679" y="378.77" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -107.423 128.1338)" opacity="0.4" fill="#FFF7B8" width="2.451" height="0.402"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M321.629,374.496c-0.182-0.523-0.654-0.834-1.055-0.691l-1.59,0.557l1.148,3.268
+ l2.313-0.813L321.629,374.496z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M321.629,374.496c-0.182-0.523-0.654-0.834-1.055-0.691l-1.59,0.557l1.148,3.268
+ l2.313-0.813L321.629,374.496z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M321.629,374.496c-0.182-0.523-0.654-0.834-1.055-0.691l-1.59,0.557l1.148,3.268
+ l2.313-0.813L321.629,374.496z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M321.629,374.496c-0.182-0.523-0.654-0.834-1.055-0.691l-1.59,0.557l1.148,3.268
+ l2.313-0.813L321.629,374.496z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M321.629,374.496c-0.182-0.523-0.654-0.834-1.055-0.691l-1.59,0.557l1.148,3.268
+ l2.313-0.813L321.629,374.496z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M329.939,351.469l0.268,0.762l3.612-1.271l-0.359-1.027l-3.302,1.162
+ C329.986,351.156,329.887,351.322,329.939,351.469z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M329.939,351.469l0.268,0.762l3.612-1.271l-0.359-1.027l-3.302,1.162
+ C329.986,351.156,329.887,351.322,329.939,351.469z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M329.939,351.469l0.268,0.762l3.612-1.271l-0.359-1.027l-3.302,1.162
+ C329.986,351.156,329.887,351.322,329.939,351.469z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M329.939,351.469l0.268,0.762l3.612-1.271l-0.359-1.027l-3.302,1.162
+ C329.986,351.156,329.887,351.322,329.939,351.469z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M329.939,351.469l0.268,0.762l3.612-1.271l-0.359-1.027l-3.302,1.162
+ C329.986,351.156,329.887,351.322,329.939,351.469z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M329.939,351.469l0.268,0.762l3.612-1.271l-0.359-1.027l-3.302,1.162
+ C329.986,351.156,329.887,351.322,329.939,351.469z"/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="337.727,373.619 338.266,375.158 341.879,373.887 341.339,372.352
+ 340.617,372.605 "/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="337.727,373.619 338.266,375.158 341.879,373.887 341.339,372.352
+ 340.617,372.605 "/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="337.727,373.619 338.266,375.158 341.879,373.887 341.339,372.352
+ 340.617,372.605 "/>
+ <polygon opacity="0.2" fill="#FFF5A2" points="337.727,373.619 338.266,375.158 341.879,373.887 341.339,372.352
+ 340.617,372.605 "/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="337.727,373.619 338.266,375.158 341.879,373.887 341.339,372.352
+ 340.617,372.605 "/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.115,372.008c-0.045,0.264-0.226,0.502-0.498,0.598l0.722-0.254l-0.131-0.379
+ L341.115,372.008z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.115,372.008c-0.045,0.264-0.226,0.502-0.498,0.598l0.722-0.254l-0.131-0.379
+ L341.115,372.008z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.115,372.008c-0.045,0.264-0.226,0.502-0.498,0.598l0.722-0.254l-0.131-0.379
+ L341.115,372.008z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.115,372.008c-0.045,0.264-0.226,0.502-0.498,0.598l0.722-0.254l-0.131-0.379
+ L341.115,372.008z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M341.115,372.008c-0.045,0.264-0.226,0.502-0.498,0.598l0.722-0.254l-0.131-0.379
+ L341.115,372.008z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.115,372.008c-0.045,0.264-0.226,0.502-0.498,0.598l0.722-0.254l-0.131-0.379
+ L341.115,372.008z"/>
+
+ <rect x="336.384" y="367.81" transform="matrix(0.9435 -0.3314 0.3314 0.9435 -103.3672 132.8619)" opacity="0.4" fill="#FFF7B8" width="3.065" height="3.464"/>
+
+ <rect x="336.384" y="367.81" transform="matrix(0.9435 -0.3314 0.3314 0.9435 -103.3672 132.8619)" opacity="0.4" fill="#FFF7B8" width="3.065" height="3.464"/>
+
+ <rect x="336.384" y="367.81" transform="matrix(0.9435 -0.3314 0.3314 0.9435 -103.3672 132.8619)" opacity="0.4" fill="#FFF7B8" width="3.065" height="3.464"/>
+
+ <rect x="336.384" y="367.81" transform="matrix(0.9435 -0.3314 0.3314 0.9435 -103.3672 132.8619)" opacity="0.5" fill="#D1E3B6" width="3.065" height="3.464"/>
+
+ <rect x="336.384" y="367.81" transform="matrix(0.9435 -0.3314 0.3314 0.9435 -103.3672 132.8619)" opacity="0.4" fill="#FFF7B8" width="3.065" height="3.464"/>
+
+ <rect x="336.384" y="367.81" transform="matrix(0.9435 -0.3314 0.3314 0.9435 -103.3672 132.8619)" opacity="0.2" fill="#FFF5A2" width="3.065" height="3.464"/>
+
+ <rect x="336.384" y="367.81" transform="matrix(0.9435 -0.3314 0.3314 0.9435 -103.3672 132.8619)" opacity="0.4" fill="#FFF7B8" width="3.065" height="3.464"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.115,372.008l-3.521,1.236l0.133,0.375l2.891-1.014
+ C340.89,372.51,341.071,372.271,341.115,372.008z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.115,372.008l-3.521,1.236l0.133,0.375l2.891-1.014
+ C340.89,372.51,341.071,372.271,341.115,372.008z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.115,372.008l-3.521,1.236l0.133,0.375l2.891-1.014
+ C340.89,372.51,341.071,372.271,341.115,372.008z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M341.115,372.008l-3.521,1.236l0.133,0.375l2.891-1.014
+ C340.89,372.51,341.071,372.271,341.115,372.008z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.115,372.008l-3.521,1.236l0.133,0.375l2.891-1.014
+ C340.89,372.51,341.071,372.271,341.115,372.008z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M341.115,372.008l-3.521,1.236l0.133,0.375l2.891-1.014
+ C340.89,372.51,341.071,372.271,341.115,372.008z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.115,372.008l-3.521,1.236l0.133,0.375l2.891-1.014
+ C340.89,372.51,341.071,372.271,341.115,372.008z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M342.257,385.52c-0.17,0.061-0.352-0.008-0.402-0.152l-1.283-3.65l-4.626,1.627
+ l5.003,14.223c0.029,0.088,0.115,0.139,0.19,0.111l8.104-2.846l-3.681-10.475L342.257,385.52z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M342.257,385.52c-0.17,0.061-0.352-0.008-0.402-0.152l-1.283-3.65l-4.626,1.627
+ l5.003,14.223c0.029,0.088,0.115,0.139,0.19,0.111l8.104-2.846l-3.681-10.475L342.257,385.52z"/>
+ <path opacity="0.4" fill="#FFF5A2" d="M342.257,385.52c-0.17,0.061-0.352-0.008-0.402-0.152l-1.283-3.65l-4.626,1.627
+ l5.003,14.223c0.029,0.088,0.115,0.139,0.19,0.111l8.104-2.846l-3.681-10.475L342.257,385.52z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M342.257,385.52c-0.17,0.061-0.352-0.008-0.402-0.152l-1.283-3.65l-4.626,1.627
+ l5.003,14.223c0.029,0.088,0.115,0.139,0.19,0.111l8.104-2.846l-3.681-10.475L342.257,385.52z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M338.961,377.674l-4.457,1.566l0.629,1.785l4.626-1.627l-0.659-1.871
+ C339.116,377.578,339.056,377.641,338.961,377.674z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M338.961,377.674l-4.457,1.566l0.629,1.785l4.626-1.627l-0.659-1.871
+ C339.116,377.578,339.056,377.641,338.961,377.674z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M338.961,377.674l-4.457,1.566l0.629,1.785l4.626-1.627l-0.659-1.871
+ C339.116,377.578,339.056,377.641,338.961,377.674z"/>
+ <path opacity="0.4" fill="#FFF5A2" d="M338.961,377.674l-4.457,1.566l0.629,1.785l4.626-1.627l-0.659-1.871
+ C339.116,377.578,339.056,377.641,338.961,377.674z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M338.961,377.674l-4.457,1.566l0.629,1.785l4.626-1.627l-0.659-1.871
+ C339.116,377.578,339.056,377.641,338.961,377.674z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M340.572,381.717l1.283,3.65c0.051,0.145,0.232,0.213,0.402,0.152l3.305-1.162
+ l-0.319-0.902l-1.057-3.008L340.572,381.717z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M340.572,381.717l1.283,3.65c0.051,0.145,0.232,0.213,0.402,0.152l3.305-1.162
+ l-0.319-0.902l-1.057-3.008L340.572,381.717z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M340.572,381.717l1.283,3.65c0.051,0.145,0.232,0.213,0.402,0.152l3.305-1.162
+ l-0.319-0.902l-1.057-3.008L340.572,381.717z"/>
+ <path opacity="0.4" fill="#FFF5A2" d="M340.572,381.717l1.283,3.65c0.051,0.145,0.232,0.213,0.402,0.152l3.305-1.162
+ l-0.319-0.902l-1.057-3.008L340.572,381.717z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M340.572,381.717l1.283,3.65c0.051,0.145,0.232,0.213,0.402,0.152l3.305-1.162
+ l-0.319-0.902l-1.057-3.008L340.572,381.717z"/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="341.879,373.887 338.266,375.158 339.1,377.527 339.759,379.398 343.373,378.127
+ "/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="341.879,373.887 338.266,375.158 339.1,377.527 339.759,379.398 343.373,378.127
+ "/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="341.879,373.887 338.266,375.158 339.1,377.527 339.759,379.398 343.373,378.127
+ "/>
+ <polygon opacity="0.2" fill="#FFF5A2" points="341.879,373.887 338.266,375.158 339.1,377.527 339.759,379.398 343.373,378.127
+ "/>
+ <polygon opacity="0.4" fill="#FFF5A2" points="341.879,373.887 338.266,375.158 339.1,377.527 339.759,379.398 343.373,378.127
+ "/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="341.879,373.887 338.266,375.158 339.1,377.527 339.759,379.398 343.373,378.127
+ "/>
+
+ <rect x="329.407" y="363.402" transform="matrix(0.9436 -0.3312 0.3312 0.9436 -101.9311 130.4702)" opacity="0.4" fill="#FFF7B8" width="4.901" height="1.834"/>
+
+ <rect x="329.407" y="363.402" transform="matrix(0.9436 -0.3312 0.3312 0.9436 -101.9311 130.4702)" opacity="0.4" fill="#FFF7B8" width="4.901" height="1.834"/>
+
+ <rect x="329.407" y="363.402" transform="matrix(0.9436 -0.3312 0.3312 0.9436 -101.9311 130.4702)" opacity="0.4" fill="#FFF7B8" width="4.901" height="1.834"/>
+
+ <rect x="329.407" y="363.402" transform="matrix(0.9436 -0.3312 0.3312 0.9436 -101.9311 130.4702)" opacity="0.5" fill="#D1E3B6" width="4.901" height="1.834"/>
+
+ <rect x="329.407" y="363.402" transform="matrix(0.9436 -0.3312 0.3312 0.9436 -101.9311 130.4702)" opacity="0.4" fill="#FFF7B8" width="4.901" height="1.834"/>
+
+ <rect x="329.407" y="363.402" transform="matrix(0.9436 -0.3312 0.3312 0.9436 -101.9311 130.4702)" opacity="0.4" fill="#FFF7B8" width="4.901" height="1.834"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M330.206,352.23l-3.904,1.369c-0.398,0.143-0.606,0.576-0.467,0.977l2.591,7.371
+ l4.625-1.627L330.206,352.23z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M330.206,352.23l-3.904,1.369c-0.398,0.143-0.606,0.576-0.467,0.977l2.591,7.371
+ l4.625-1.627L330.206,352.23z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M330.206,352.23l-3.904,1.369c-0.398,0.143-0.606,0.576-0.467,0.977l2.591,7.371
+ l4.625-1.627L330.206,352.23z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M330.206,352.23l-3.904,1.369c-0.398,0.143-0.606,0.576-0.467,0.977l2.591,7.371
+ l4.625-1.627L330.206,352.23z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M330.206,352.23l-3.904,1.369c-0.398,0.143-0.606,0.576-0.467,0.977l2.591,7.371
+ l4.625-1.627L330.206,352.23z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M330.206,352.23l-3.904,1.369c-0.398,0.143-0.606,0.576-0.467,0.977l2.591,7.371
+ l4.625-1.627L330.206,352.23z"/>
+
+ <rect x="331.503" y="363.661" transform="matrix(0.3328 0.943 -0.943 0.3328 567.0704 -69.2712)" opacity="0.4" fill="#FFF7B8" width="1.972" height="4.902"/>
+
+ <rect x="331.503" y="363.661" transform="matrix(0.3328 0.943 -0.943 0.3328 567.0704 -69.2712)" opacity="0.4" fill="#FFF7B8" width="1.972" height="4.902"/>
+
+ <rect x="331.503" y="363.661" transform="matrix(0.3328 0.943 -0.943 0.3328 567.0704 -69.2712)" opacity="0.4" fill="#FFF7B8" width="1.972" height="4.902"/>
+
+ <rect x="331.503" y="363.661" transform="matrix(0.3328 0.943 -0.943 0.3328 567.0704 -69.2712)" opacity="0.5" fill="#D1E3B6" width="1.972" height="4.902"/>
+
+ <rect x="331.503" y="363.661" transform="matrix(0.3328 0.943 -0.943 0.3328 567.0704 -69.2712)" opacity="0.4" fill="#FFF7B8" width="1.972" height="4.902"/>
+
+ <rect x="331.503" y="363.661" transform="matrix(0.3328 0.943 -0.943 0.3328 567.0704 -69.2712)" opacity="0.4" fill="#FFF7B8" width="1.972" height="4.902"/>
+
+ <rect x="331.503" y="363.661" transform="matrix(0.3328 0.943 -0.943 0.3328 567.0704 -69.2712)" opacity="0.4" fill="#FFF7B8" width="1.972" height="4.902"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M335.943,359.307l-0.965-2.746c-0.143-0.4,0.068-0.836,0.468-0.977l-1.627-4.625
+ l-3.612,1.271l2.845,8.09L335.943,359.307z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M335.943,359.307l-0.965-2.746c-0.143-0.4,0.068-0.836,0.468-0.977l-1.627-4.625
+ l-3.612,1.271l2.845,8.09L335.943,359.307z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M335.943,359.307l-0.965-2.746c-0.143-0.4,0.068-0.836,0.468-0.977l-1.627-4.625
+ l-3.612,1.271l2.845,8.09L335.943,359.307z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M335.943,359.307l-0.965-2.746c-0.143-0.4,0.068-0.836,0.468-0.977l-1.627-4.625
+ l-3.612,1.271l2.845,8.09L335.943,359.307z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M335.943,359.307l-0.965-2.746c-0.143-0.4,0.068-0.836,0.468-0.977l-1.627-4.625
+ l-3.612,1.271l2.845,8.09L335.943,359.307z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M335.943,359.307l-0.965-2.746c-0.143-0.4,0.068-0.836,0.468-0.977l-1.627-4.625
+ l-3.612,1.271l2.845,8.09L335.943,359.307z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M335.943,359.307l-0.965-2.746c-0.143-0.4,0.068-0.836,0.468-0.977l-1.627-4.625
+ l-3.612,1.271l2.845,8.09L335.943,359.307z"/>
+
+ <rect x="334.701" y="361.466" transform="matrix(0.3332 0.9429 -0.9429 0.3332 566.0635 -74.3802)" opacity="0.4" fill="#FFF7B8" width="1.829" height="3.063"/>
+
+ <rect x="334.701" y="361.466" transform="matrix(0.3332 0.9429 -0.9429 0.3332 566.0635 -74.3802)" opacity="0.4" fill="#FFF7B8" width="1.829" height="3.063"/>
+
+ <rect x="334.701" y="361.466" transform="matrix(0.3332 0.9429 -0.9429 0.3332 566.0635 -74.3802)" opacity="0.4" fill="#FFF7B8" width="1.829" height="3.063"/>
+
+ <rect x="334.701" y="361.466" transform="matrix(0.3332 0.9429 -0.9429 0.3332 566.0635 -74.3802)" opacity="0.5" fill="#D1E3B6" width="1.829" height="3.063"/>
+
+ <rect x="334.701" y="361.466" transform="matrix(0.3332 0.9429 -0.9429 0.3332 566.0635 -74.3802)" opacity="0.2" fill="#FFF5A2" width="1.829" height="3.063"/>
+
+ <rect x="334.701" y="361.466" transform="matrix(0.3332 0.9429 -0.9429 0.3332 566.0635 -74.3802)" opacity="0.4" fill="#FFF7B8" width="1.829" height="3.063"/>
+
+ <rect x="334.701" y="361.466" transform="matrix(0.3332 0.9429 -0.9429 0.3332 566.0635 -74.3802)" opacity="0.4" fill="#FFF7B8" width="1.829" height="3.063"/>
+
+ <rect x="336.954" y="366.101" transform="matrix(0.3298 0.9441 -0.9441 0.3298 573.1086 -71.9775)" opacity="0.4" fill="#FFF7B8" width="0.583" height="3.066"/>
+
+ <rect x="336.954" y="366.101" transform="matrix(0.3298 0.9441 -0.9441 0.3298 573.1086 -71.9775)" opacity="0.4" fill="#FFF7B8" width="0.583" height="3.066"/>
+
+ <rect x="336.954" y="366.101" transform="matrix(0.3298 0.9441 -0.9441 0.3298 573.1086 -71.9775)" opacity="0.4" fill="#FFF7B8" width="0.583" height="3.066"/>
+
+ <rect x="336.954" y="366.101" transform="matrix(0.3298 0.9441 -0.9441 0.3298 573.1086 -71.9775)" opacity="0.5" fill="#D1E3B6" width="0.583" height="3.066"/>
+
+ <rect x="336.954" y="366.101" transform="matrix(0.3298 0.9441 -0.9441 0.3298 573.1086 -71.9775)" opacity="0.4" fill="#FFF7B8" width="0.583" height="3.066"/>
+
+ <rect x="336.954" y="366.101" transform="matrix(0.3298 0.9441 -0.9441 0.3298 573.1086 -71.9775)" opacity="0.2" fill="#FFF5A2" width="0.583" height="3.066"/>
+
+ <rect x="336.954" y="366.101" transform="matrix(0.3298 0.9441 -0.9441 0.3298 573.1086 -71.9775)" opacity="0.4" fill="#FFF7B8" width="0.583" height="3.066"/>
+
+ <rect x="336.954" y="366.101" transform="matrix(0.3298 0.9441 -0.9441 0.3298 573.1086 -71.9775)" opacity="0.4" fill="#FFF7B8" width="0.583" height="3.066"/>
+
+ <rect x="334.714" y="363.804" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -102.0021 132.2573)" opacity="0.4" fill="#FFF7B8" width="3.066" height="1.972"/>
+
+ <rect x="334.714" y="363.804" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -102.0021 132.2573)" opacity="0.4" fill="#FFF7B8" width="3.066" height="1.972"/>
+
+ <rect x="334.714" y="363.804" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -102.0021 132.2573)" opacity="0.4" fill="#FFF7B8" width="3.066" height="1.972"/>
+
+ <rect x="334.714" y="363.804" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -102.0021 132.2573)" opacity="0.5" fill="#D1E3B6" width="3.066" height="1.972"/>
+
+ <rect x="334.714" y="363.804" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -102.0021 132.2573)" opacity="0.4" fill="#FFF7B8" width="3.066" height="1.972"/>
+
+ <rect x="334.714" y="363.804" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -102.0021 132.2573)" opacity="0.2" fill="#FFF5A2" width="3.066" height="1.972"/>
+
+ <rect x="334.714" y="363.804" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -102.0021 132.2573)" opacity="0.4" fill="#FFF7B8" width="3.066" height="1.972"/>
+
+ <rect x="334.714" y="363.804" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -102.0021 132.2573)" opacity="0.4" fill="#FFF7B8" width="3.066" height="1.972"/>
+
+ <rect x="339.34" y="367.177" transform="matrix(-0.9417 0.3364 -0.3364 -0.9417 783.7524 602.0251)" opacity="0.4" fill="#FFF7B8" width="0.766" height="3.462"/>
+
+ <rect x="339.34" y="367.177" transform="matrix(-0.9417 0.3364 -0.3364 -0.9417 783.7524 602.0251)" opacity="0.4" fill="#FFF7B8" width="0.766" height="3.462"/>
+
+ <rect x="339.34" y="367.177" transform="matrix(-0.9417 0.3364 -0.3364 -0.9417 783.7524 602.0251)" opacity="0.4" fill="#FFF7B8" width="0.766" height="3.462"/>
+
+ <rect x="339.34" y="367.177" transform="matrix(-0.9417 0.3364 -0.3364 -0.9417 783.7524 602.0251)" opacity="0.5" fill="#D1E3B6" width="0.766" height="3.462"/>
+
+ <rect x="339.34" y="367.177" transform="matrix(-0.9417 0.3364 -0.3364 -0.9417 783.7524 602.0251)" opacity="0.4" fill="#FFF7B8" width="0.766" height="3.462"/>
+
+ <rect x="339.34" y="367.177" transform="matrix(-0.9417 0.3364 -0.3364 -0.9417 783.7524 602.0251)" opacity="0.2" fill="#FFF5A2" width="0.766" height="3.462"/>
+
+ <rect x="339.34" y="367.177" transform="matrix(-0.9417 0.3364 -0.3364 -0.9417 783.7524 602.0251)" opacity="0.4" fill="#FFF7B8" width="0.766" height="3.462"/>
+
+ <rect x="339.34" y="367.177" transform="matrix(-0.9417 0.3364 -0.3364 -0.9417 783.7524 602.0251)" opacity="0.4" fill="#FFF7B8" width="0.766" height="3.462"/>
+
+ <rect x="337.039" y="361.447" transform="matrix(0.9428 -0.3334 0.3334 0.9428 -101.4942 133.2069)" opacity="0.4" fill="#FFF7B8" width="0.768" height="1.829"/>
+
+ <rect x="337.039" y="361.447" transform="matrix(0.9428 -0.3334 0.3334 0.9428 -101.4942 133.2069)" opacity="0.4" fill="#FFF7B8" width="0.768" height="1.829"/>
+
+ <rect x="337.039" y="361.447" transform="matrix(0.9428 -0.3334 0.3334 0.9428 -101.4942 133.2069)" opacity="0.4" fill="#FFF7B8" width="0.768" height="1.829"/>
+
+ <rect x="337.039" y="361.447" transform="matrix(0.9428 -0.3334 0.3334 0.9428 -101.4942 133.2069)" opacity="0.5" fill="#D1E3B6" width="0.768" height="1.829"/>
+
+ <rect x="337.039" y="361.447" transform="matrix(0.9428 -0.3334 0.3334 0.9428 -101.4942 133.2069)" opacity="0.2" fill="#FFF5A2" width="0.768" height="1.829"/>
+
+ <rect x="337.039" y="361.447" transform="matrix(0.9428 -0.3334 0.3334 0.9428 -101.4942 133.2069)" opacity="0.4" fill="#FFF7B8" width="0.768" height="1.829"/>
+
+ <rect x="337.039" y="361.447" transform="matrix(0.9428 -0.3334 0.3334 0.9428 -101.4942 133.2069)" opacity="0.4" fill="#FFF7B8" width="0.768" height="1.829"/>
+
+ <rect x="337.039" y="361.447" transform="matrix(0.9428 -0.3334 0.3334 0.9428 -101.4942 133.2069)" opacity="0.4" fill="#FFF7B8" width="0.768" height="1.829"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M335.446,355.584c-0.399,0.141-0.61,0.576-0.468,0.977l0.965,2.746l0.724-0.254
+ L335.446,355.584z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M335.446,355.584c-0.399,0.141-0.61,0.576-0.468,0.977l0.965,2.746l0.724-0.254
+ L335.446,355.584z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M335.446,355.584c-0.399,0.141-0.61,0.576-0.468,0.977l0.965,2.746l0.724-0.254
+ L335.446,355.584z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M335.446,355.584c-0.399,0.141-0.61,0.576-0.468,0.977l0.965,2.746l0.724-0.254
+ L335.446,355.584z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M335.446,355.584c-0.399,0.141-0.61,0.576-0.468,0.977l0.965,2.746l0.724-0.254
+ L335.446,355.584z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M335.446,355.584c-0.399,0.141-0.61,0.576-0.468,0.977l0.965,2.746l0.724-0.254
+ L335.446,355.584z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M335.446,355.584c-0.399,0.141-0.61,0.576-0.468,0.977l0.965,2.746l0.724-0.254
+ L335.446,355.584z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M335.446,355.584c-0.399,0.141-0.61,0.576-0.468,0.977l0.965,2.746l0.724-0.254
+ L335.446,355.584z"/>
+
+ <rect x="337.067" y="363.773" transform="matrix(0.3316 0.9434 -0.9434 0.3316 569.4929 -75.5322)" opacity="0.4" fill="#FFF7B8" width="1.973" height="0.765"/>
+
+ <rect x="337.067" y="363.773" transform="matrix(0.3316 0.9434 -0.9434 0.3316 569.4929 -75.5322)" opacity="0.4" fill="#FFF7B8" width="1.973" height="0.765"/>
+
+ <rect x="337.067" y="363.773" transform="matrix(0.3316 0.9434 -0.9434 0.3316 569.4929 -75.5322)" opacity="0.4" fill="#FFF7B8" width="1.973" height="0.765"/>
+
+ <rect x="337.067" y="363.773" transform="matrix(0.3316 0.9434 -0.9434 0.3316 569.4929 -75.5322)" opacity="0.5" fill="#D1E3B6" width="1.973" height="0.765"/>
+
+ <rect x="337.067" y="363.773" transform="matrix(0.3316 0.9434 -0.9434 0.3316 569.4929 -75.5322)" opacity="0.4" fill="#FFF7B8" width="1.973" height="0.765"/>
+
+ <rect x="337.067" y="363.773" transform="matrix(0.3316 0.9434 -0.9434 0.3316 569.4929 -75.5322)" opacity="0.2" fill="#FFF5A2" width="1.973" height="0.765"/>
+
+ <rect x="337.067" y="363.773" transform="matrix(0.3316 0.9434 -0.9434 0.3316 569.4929 -75.5322)" opacity="0.4" fill="#FFF7B8" width="1.973" height="0.765"/>
+
+ <rect x="337.067" y="363.773" transform="matrix(0.3316 0.9434 -0.9434 0.3316 569.4929 -75.5322)" opacity="0.4" fill="#FFF7B8" width="1.973" height="0.765"/>
+
+ <rect x="337.067" y="363.773" transform="matrix(0.3316 0.9434 -0.9434 0.3316 569.4929 -75.5322)" opacity="0.4" fill="#FFF7B8" width="1.973" height="0.765"/>
+
+ <rect x="338.761" y="366.616" transform="matrix(0.3298 0.9441 -0.9441 0.3298 573.7197 -74.1097)" opacity="0.4" fill="#FFF7B8" width="0.583" height="0.765"/>
+
+ <rect x="338.761" y="366.616" transform="matrix(0.3298 0.9441 -0.9441 0.3298 573.7197 -74.1097)" opacity="0.4" fill="#FFF7B8" width="0.583" height="0.765"/>
+
+ <rect x="338.761" y="366.616" transform="matrix(0.3298 0.9441 -0.9441 0.3298 573.7197 -74.1097)" opacity="0.4" fill="#FFF7B8" width="0.583" height="0.765"/>
+
+ <rect x="338.761" y="366.616" transform="matrix(0.3298 0.9441 -0.9441 0.3298 573.7197 -74.1097)" opacity="0.5" fill="#D1E3B6" width="0.583" height="0.765"/>
+
+ <rect x="338.761" y="366.616" transform="matrix(0.3298 0.9441 -0.9441 0.3298 573.7197 -74.1097)" opacity="0.4" fill="#FFF7B8" width="0.583" height="0.765"/>
+
+ <rect x="338.761" y="366.616" transform="matrix(0.3298 0.9441 -0.9441 0.3298 573.7197 -74.1097)" opacity="0.2" fill="#FFF5A2" width="0.583" height="0.765"/>
+
+ <rect x="338.761" y="366.616" transform="matrix(0.3298 0.9441 -0.9441 0.3298 573.7197 -74.1097)" opacity="0.4" fill="#FFF7B8" width="0.583" height="0.765"/>
+
+ <rect x="338.761" y="366.616" transform="matrix(0.3298 0.9441 -0.9441 0.3298 573.7197 -74.1097)" opacity="0.4" fill="#FFF7B8" width="0.583" height="0.765"/>
+
+ <rect x="338.761" y="366.616" transform="matrix(0.3298 0.9441 -0.9441 0.3298 573.7197 -74.1097)" opacity="0.4" fill="#FFF7B8" width="0.583" height="0.765"/>
+
+ <rect x="350.423" y="341.367" transform="matrix(0.3316 0.9434 -0.9434 0.3316 566.091 -113.8062)" opacity="0.4" fill="#FFF7B8" width="25.874" height="2.451"/>
+
+ <rect x="350.423" y="341.367" transform="matrix(0.3316 0.9434 -0.9434 0.3316 566.091 -113.8062)" opacity="0.4" fill="#FFF7B8" width="25.874" height="2.451"/>
+
+ <rect x="350.423" y="341.367" transform="matrix(0.3316 0.9434 -0.9434 0.3316 566.091 -113.8062)" opacity="0.4" fill="#FFF7B8" width="25.874" height="2.451"/>
+
+ <rect x="367.672" y="356.321" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 835.7791 574.0193)" opacity="0.4" fill="#FFF7B8" width="2.449" height="4.045"/>
+
+ <rect x="367.672" y="356.321" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 835.7791 574.0193)" opacity="0.4" fill="#FFF7B8" width="2.449" height="4.045"/>
+
+ <rect x="367.672" y="356.321" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 835.7791 574.0193)" opacity="0.4" fill="#FFF7B8" width="2.449" height="4.045"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M334.729,317.506l-0.566-1.613c-0.6,0.139-1.196,0.287-1.792,0.445l0.624,1.779
+ L334.729,317.506z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M334.729,317.506l-0.566-1.613c-0.6,0.139-1.196,0.287-1.792,0.445l0.624,1.779
+ L334.729,317.506z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M334.729,317.506l-0.566-1.613c-0.6,0.139-1.196,0.287-1.792,0.445l0.624,1.779
+ L334.729,317.506z"/>
+
+ <rect x="361.832" y="357.738" transform="matrix(-0.9434 0.3318 -0.3318 -0.9434 828.4417 578.0769)" opacity="0.4" fill="#FFF7B8" width="6.081" height="4.044"/>
+
+ <rect x="361.832" y="357.738" transform="matrix(-0.9434 0.3318 -0.3318 -0.9434 828.4417 578.0769)" opacity="0.4" fill="#FFF7B8" width="6.081" height="4.044"/>
+
+ <rect x="361.832" y="357.738" transform="matrix(-0.9434 0.3318 -0.3318 -0.9434 828.4417 578.0769)" opacity="0.4" fill="#FFF7B8" width="6.081" height="4.044"/>
+
+ <rect x="361.832" y="357.738" transform="matrix(-0.9434 0.3318 -0.3318 -0.9434 828.4417 578.0769)" opacity="0.4" fill="#FFF7B8" width="6.081" height="4.044"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M355.57,342.459l5.189,14.762l5.735-2.016l-8.581-24.412l-15.754,5.539
+ c-0.401,0.143-0.837-0.068-0.977-0.471l-6.454-18.355l-1.734,0.611l10.005,28.461l12.168-4.275
+ C355.339,342.244,355.518,342.311,355.57,342.459z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M355.57,342.459l5.189,14.762l5.735-2.016l-8.581-24.412l-15.754,5.539
+ c-0.401,0.143-0.837-0.068-0.977-0.471l-6.454-18.355l-1.734,0.611l10.005,28.461l12.168-4.275
+ C355.339,342.244,355.518,342.311,355.57,342.459z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M355.57,342.459l5.189,14.762l5.735-2.016l-8.581-24.412l-15.754,5.539
+ c-0.401,0.143-0.837-0.068-0.977-0.471l-6.454-18.355l-1.734,0.611l10.005,28.461l12.168-4.275
+ C355.339,342.244,355.518,342.311,355.57,342.459z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M355.57,342.459l5.189,14.762l5.735-2.016l-8.581-24.412l-15.754,5.539
+ c-0.401,0.143-0.837-0.068-0.977-0.471l-6.454-18.355l-1.734,0.611l10.005,28.461l12.168-4.275
+ C355.339,342.244,355.518,342.311,355.57,342.459z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M371.122,368.375l2.199-0.771c0.021-0.176,0-0.363-0.065-0.553l-1.851-5.27l-2.313,0.813
+ L371.122,368.375z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M371.122,368.375l2.199-0.771c0.021-0.176,0-0.363-0.065-0.553l-1.851-5.27l-2.313,0.813
+ L371.122,368.375z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M371.122,368.375l2.199-0.771c0.021-0.176,0-0.363-0.065-0.553l-1.851-5.27l-2.313,0.813
+ L371.122,368.375z"/>
+
+ <rect x="364.201" y="363.429" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 835.2336 590.4666)" opacity="0.4" fill="#FFF7B8" width="6.078" height="6.127"/>
+
+ <rect x="364.201" y="363.429" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 835.2336 590.4666)" opacity="0.4" fill="#FFF7B8" width="6.078" height="6.127"/>
+
+ <rect x="364.201" y="363.429" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 835.2336 590.4666)" opacity="0.5" fill="#D1E3B6" width="6.078" height="6.127"/>
+
+ <rect x="364.201" y="363.429" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 835.2336 590.4666)" opacity="0.4" fill="#FFF7B8" width="6.078" height="6.127"/>
+
+ <rect x="369.986" y="360.775" transform="matrix(-0.3332 -0.9429 0.9429 -0.3332 152.2173 831.6511)" opacity="0.4" fill="#FFF7B8" width="0.396" height="2.451"/>
+
+ <rect x="369.986" y="360.775" transform="matrix(-0.3332 -0.9429 0.9429 -0.3332 152.2173 831.6511)" opacity="0.4" fill="#FFF7B8" width="0.396" height="2.451"/>
+
+ <rect x="369.986" y="360.775" transform="matrix(-0.3332 -0.9429 0.9429 -0.3332 152.2173 831.6511)" opacity="0.5" fill="#D1E3B6" width="0.396" height="2.451"/>
+
+ <rect x="369.986" y="360.775" transform="matrix(-0.3332 -0.9429 0.9429 -0.3332 152.2173 831.6511)" opacity="0.4" fill="#FFF7B8" width="0.396" height="2.451"/>
+
+ <rect x="363.119" y="363.217" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 832.0877 584.8947)" opacity="0.4" fill="#FFF7B8" width="6.08" height="0.396"/>
+
+ <rect x="363.119" y="363.217" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 832.0877 584.8947)" opacity="0.4" fill="#FFF7B8" width="6.08" height="0.396"/>
+
+ <rect x="363.119" y="363.217" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 832.0877 584.8947)" opacity="0.4" fill="#FFF7B8" width="6.08" height="0.396"/>
+
+ <rect x="363.119" y="363.217" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 832.0877 584.8947)" opacity="0.5" fill="#D1E3B6" width="6.08" height="0.396"/>
+
+ <rect x="363.119" y="363.217" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 832.0877 584.8947)" opacity="0.4" fill="#FFF7B8" width="6.08" height="0.396"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M360.227,329.982l-5.437-15.465c-0.886-0.084-1.775-0.152-2.669-0.203l5.792,16.479
+ L360.227,329.982z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M360.227,329.982l-5.437-15.465c-0.886-0.084-1.775-0.152-2.669-0.203l5.792,16.479
+ L360.227,329.982z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M360.227,329.982l-5.437-15.465c-0.886-0.084-1.775-0.152-2.669-0.203l5.792,16.479
+ L360.227,329.982z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M360.227,329.982l-5.437-15.465c-0.886-0.084-1.775-0.152-2.669-0.203l5.792,16.479
+ L360.227,329.982z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M343.472,314.434c-3.099,0.252-6.21,0.736-9.31,1.459l0.566,1.613L343.472,314.434z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M343.472,314.434c-3.099,0.252-6.21,0.736-9.31,1.459l0.566,1.613L343.472,314.434z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M343.472,314.434c-3.099,0.252-6.21,0.736-9.31,1.459l0.566,1.613L343.472,314.434z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M343.472,314.434c-3.099,0.252-6.21,0.736-9.31,1.459l0.566,1.613L343.472,314.434z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.183,335.861c0.14,0.402,0.575,0.613,0.977,0.471l15.754-5.539l-5.792-16.479
+ c-2.861-0.154-5.751-0.117-8.649,0.119l-8.743,3.072L341.183,335.861z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.183,335.861c0.14,0.402,0.575,0.613,0.977,0.471l15.754-5.539l-5.792-16.479
+ c-2.861-0.154-5.751-0.117-8.649,0.119l-8.743,3.072L341.183,335.861z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.183,335.861c0.14,0.402,0.575,0.613,0.977,0.471l15.754-5.539l-5.792-16.479
+ c-2.861-0.154-5.751-0.117-8.649,0.119l-8.743,3.072L341.183,335.861z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.183,335.861c0.14,0.402,0.575,0.613,0.977,0.471l15.754-5.539l-5.792-16.479
+ c-2.861-0.154-5.751-0.117-8.649,0.119l-8.743,3.072L341.183,335.861z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.183,335.861c0.14,0.402,0.575,0.613,0.977,0.471l15.754-5.539l-5.792-16.479
+ c-2.861-0.154-5.751-0.117-8.649,0.119l-8.743,3.072L341.183,335.861z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M350.478,350.299c0.4-0.143,0.837,0.068,0.978,0.467l3.043,8.656l6.261-2.201
+ l-5.189-14.762c-0.052-0.148-0.23-0.215-0.402-0.156l-12.168,4.275l1.985,5.652L350.478,350.299z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M350.478,350.299c0.4-0.143,0.837,0.068,0.978,0.467l3.043,8.656l6.261-2.201
+ l-5.189-14.762c-0.052-0.148-0.23-0.215-0.402-0.156l-12.168,4.275l1.985,5.652L350.478,350.299z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M350.478,350.299c0.4-0.143,0.837,0.068,0.978,0.467l3.043,8.656l6.261-2.201
+ l-5.189-14.762c-0.052-0.148-0.23-0.215-0.402-0.156l-12.168,4.275l1.985,5.652L350.478,350.299z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M350.478,350.299c0.4-0.143,0.837,0.068,0.978,0.467l3.043,8.656l6.261-2.201
+ l-5.189-14.762c-0.052-0.148-0.23-0.215-0.402-0.156l-12.168,4.275l1.985,5.652L350.478,350.299z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M350.478,350.299c0.4-0.143,0.837,0.068,0.978,0.467l3.043,8.656l6.261-2.201
+ l-5.189-14.762c-0.052-0.148-0.23-0.215-0.402-0.156l-12.168,4.275l1.985,5.652L350.478,350.299z"/>
+
+ <rect x="356.851" y="358.549" transform="matrix(0.3313 0.9435 -0.9435 0.3313 581.4019 -96.631)" opacity="0.4" fill="#FFF7B8" width="4.047" height="6.637"/>
+
+ <rect x="356.851" y="358.549" transform="matrix(0.3313 0.9435 -0.9435 0.3313 581.4019 -96.631)" opacity="0.4" fill="#FFF7B8" width="4.047" height="6.637"/>
+
+ <rect x="356.851" y="358.549" transform="matrix(0.3313 0.9435 -0.9435 0.3313 581.4019 -96.631)" opacity="0.4" fill="#FFF7B8" width="4.047" height="6.637"/>
+
+ <rect x="356.851" y="358.549" transform="matrix(0.3313 0.9435 -0.9435 0.3313 581.4019 -96.631)" opacity="0.2" fill="#FFF5A2" width="4.047" height="6.637"/>
+
+ <rect x="356.851" y="358.549" transform="matrix(0.3313 0.9435 -0.9435 0.3313 581.4019 -96.631)" opacity="0.4" fill="#FFF7B8" width="4.047" height="6.637"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M352.732,374.266c0.065,0.188,0.17,0.348,0.293,0.471l12.363-4.346l-2.031-5.781
+ l-12.478,4.389L352.732,374.266z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M352.732,374.266c0.065,0.188,0.17,0.348,0.293,0.471l12.363-4.346l-2.031-5.781
+ l-12.478,4.389L352.732,374.266z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M352.732,374.266c0.065,0.188,0.17,0.348,0.293,0.471l12.363-4.346l-2.031-5.781
+ l-12.478,4.389L352.732,374.266z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M352.732,374.266c0.065,0.188,0.17,0.348,0.293,0.471l12.363-4.346l-2.031-5.781
+ l-12.478,4.389L352.732,374.266z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M352.732,374.266c0.065,0.188,0.17,0.348,0.293,0.471l12.363-4.346l-2.031-5.781
+ l-12.478,4.389L352.732,374.266z"/>
+
+ <rect x="350.439" y="366.416" transform="matrix(-0.9433 0.3318 -0.3318 -0.9433 815.5209 593.9915)" opacity="0.4" fill="#FFF7B8" width="13.227" height="0.399"/>
+
+ <rect x="350.439" y="366.416" transform="matrix(-0.9433 0.3318 -0.3318 -0.9433 815.5209 593.9915)" opacity="0.4" fill="#FFF7B8" width="13.227" height="0.399"/>
+
+ <rect x="350.439" y="366.416" transform="matrix(-0.9433 0.3318 -0.3318 -0.9433 815.5209 593.9915)" opacity="0.4" fill="#FFF7B8" width="13.227" height="0.399"/>
+
+ <rect x="350.439" y="366.416" transform="matrix(-0.9433 0.3318 -0.3318 -0.9433 815.5209 593.9915)" opacity="0.5" fill="#D1E3B6" width="13.227" height="0.399"/>
+
+ <rect x="350.439" y="366.416" transform="matrix(-0.9433 0.3318 -0.3318 -0.9433 815.5209 593.9915)" opacity="0.2" fill="#FFF5A2" width="13.227" height="0.399"/>
+
+ <rect x="350.439" y="366.416" transform="matrix(-0.9433 0.3318 -0.3318 -0.9433 815.5209 593.9915)" opacity="0.4" fill="#FFF7B8" width="13.227" height="0.399"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M351.844,353.717c0.259-0.09,0.471-0.152,0.477-0.139l0.797,2.268
+ c0.005,0.014-0.198,0.1-0.458,0.189l-5.639,1.984l1.261,3.586l6.217-2.184l-3.043-8.656c-0.141-0.398-0.577-0.609-0.978-0.467
+ l-5.493,1.932l1.221,3.469L351.844,353.717z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M351.844,353.717c0.259-0.09,0.471-0.152,0.477-0.139l0.797,2.268
+ c0.005,0.014-0.198,0.1-0.458,0.189l-5.639,1.984l1.261,3.586l6.217-2.184l-3.043-8.656c-0.141-0.398-0.577-0.609-0.978-0.467
+ l-5.493,1.932l1.221,3.469L351.844,353.717z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M351.844,353.717c0.259-0.09,0.471-0.152,0.477-0.139l0.797,2.268
+ c0.005,0.014-0.198,0.1-0.458,0.189l-5.639,1.984l1.261,3.586l6.217-2.184l-3.043-8.656c-0.141-0.398-0.577-0.609-0.978-0.467
+ l-5.493,1.932l1.221,3.469L351.844,353.717z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M351.844,353.717c0.259-0.09,0.471-0.152,0.477-0.139l0.797,2.268
+ c0.005,0.014-0.198,0.1-0.458,0.189l-5.639,1.984l1.261,3.586l6.217-2.184l-3.043-8.656c-0.141-0.398-0.577-0.609-0.978-0.467
+ l-5.493,1.932l1.221,3.469L351.844,353.717z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M351.844,353.717c0.259-0.09,0.471-0.152,0.477-0.139l0.797,2.268
+ c0.005,0.014-0.198,0.1-0.458,0.189l-5.639,1.984l1.261,3.586l6.217-2.184l-3.043-8.656c-0.141-0.398-0.577-0.609-0.978-0.467
+ l-5.493,1.932l1.221,3.469L351.844,353.717z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M351.844,353.717c0.259-0.09,0.471-0.152,0.477-0.139l0.797,2.268
+ c0.005,0.014-0.198,0.1-0.458,0.189l-5.639,1.984l1.261,3.586l6.217-2.184l-3.043-8.656c-0.141-0.398-0.577-0.609-0.978-0.467
+ l-5.493,1.932l1.221,3.469L351.844,353.717z"/>
+
+ <rect x="350.613" y="360.767" transform="matrix(0.3313 0.9435 -0.9435 0.3313 579.3005 -89.2773)" opacity="0.4" fill="#FFF7B8" width="4.047" height="6.59"/>
+
+ <rect x="350.613" y="360.767" transform="matrix(0.3313 0.9435 -0.9435 0.3313 579.3005 -89.2773)" opacity="0.4" fill="#FFF7B8" width="4.047" height="6.59"/>
+
+ <rect x="350.613" y="360.767" transform="matrix(0.3313 0.9435 -0.9435 0.3313 579.3005 -89.2773)" opacity="0.4" fill="#FFF7B8" width="4.047" height="6.59"/>
+
+ <rect x="350.613" y="360.767" transform="matrix(0.3313 0.9435 -0.9435 0.3313 579.3005 -89.2773)" opacity="0.2" fill="#FFF5A2" width="4.047" height="6.59"/>
+
+ <rect x="350.613" y="360.767" transform="matrix(0.3313 0.9435 -0.9435 0.3313 579.3005 -89.2773)" opacity="0.4" fill="#FFF7B8" width="4.047" height="6.59"/>
+
+ <rect x="350.613" y="360.767" transform="matrix(0.3313 0.9435 -0.9435 0.3313 579.3005 -89.2773)" opacity="0.4" fill="#FFF7B8" width="4.047" height="6.59"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M371.387,420.254l5.527,15.727c7.02-3.436,13.179-8.031,18.323-13.473l-3.327-9.467
+ L371.387,420.254z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M371.387,420.254l5.527,15.727c7.02-3.436,13.179-8.031,18.323-13.473l-3.327-9.467
+ L371.387,420.254z"/>
+
+ <rect x="378.793" y="403.748" transform="matrix(-0.332 -0.9433 0.9433 -0.332 116.3184 911.6198)" opacity="0.4" fill="#FFF7B8" width="4.288" height="21.754"/>
+
+ <rect x="378.793" y="403.748" transform="matrix(-0.332 -0.9433 0.9433 -0.332 116.3184 911.6198)" opacity="0.5" fill="#D1E3B6" width="4.288" height="21.754"/>
+
+ <rect x="378.793" y="403.748" transform="matrix(-0.332 -0.9433 0.9433 -0.332 116.3184 911.6198)" opacity="0.4" fill="#FFF7B8" width="4.288" height="21.754"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M383.918,407.08l-15.275,5.371l1.32,3.758l20.526-7.217l-12.413-35.309
+ c-0.131-0.371-0.56-0.559-0.957-0.416l-3.807,1.338l11.074,31.498C384.526,406.502,384.316,406.939,383.918,407.08z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M383.918,407.08l-15.275,5.371l1.32,3.758l20.526-7.217l-12.413-35.309
+ c-0.131-0.371-0.56-0.559-0.957-0.416l-3.807,1.338l11.074,31.498C384.526,406.502,384.316,406.939,383.918,407.08z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M383.918,407.08l-15.275,5.371l1.32,3.758l20.526-7.217l-12.413-35.309
+ c-0.131-0.371-0.56-0.559-0.957-0.416l-3.807,1.338l11.074,31.498C384.526,406.502,384.316,406.939,383.918,407.08z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M383.918,407.08l-15.275,5.371l1.32,3.758l20.526-7.217l-12.413-35.309
+ c-0.131-0.371-0.56-0.559-0.957-0.416l-3.807,1.338l11.074,31.498C384.526,406.502,384.316,406.939,383.918,407.08z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M358.039,379.975c-0.401,0.141-0.618,0.553-0.487,0.924l11.091,31.553l15.275-5.371
+ c0.397-0.141,0.607-0.578,0.469-0.977l-11.074-31.498l-6.046,2.125L358.039,379.975z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M358.039,379.975c-0.401,0.141-0.618,0.553-0.487,0.924l11.091,31.553l15.275-5.371
+ c0.397-0.141,0.607-0.578,0.469-0.977l-11.074-31.498l-6.046,2.125L358.039,379.975z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M358.039,379.975c-0.401,0.141-0.618,0.553-0.487,0.924l11.091,31.553l15.275-5.371
+ c0.397-0.141,0.607-0.578,0.469-0.977l-11.074-31.498l-6.046,2.125L358.039,379.975z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M358.039,379.975c-0.401,0.141-0.618,0.553-0.487,0.924l11.091,31.553l15.275-5.371
+ c0.397-0.141,0.607-0.578,0.469-0.977l-11.074-31.498l-6.046,2.125L358.039,379.975z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M358.039,379.975c-0.401,0.141-0.618,0.553-0.487,0.924l11.091,31.553l15.275-5.371
+ c0.397-0.141,0.607-0.578,0.469-0.977l-11.074-31.498l-6.046,2.125L358.039,379.975z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M323.85,378.498l-0.094,0.033l1.374,3.906c0.017,0.049,0.106,0.059,0.198,0.029
+ l5.563-1.957l-1.404-3.996L323.85,378.498z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M323.85,378.498l-0.094,0.033l1.374,3.906c0.017,0.049,0.106,0.059,0.198,0.029
+ l5.563-1.957l-1.404-3.996L323.85,378.498z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M323.85,378.498l-0.094,0.033l1.374,3.906c0.017,0.049,0.106,0.059,0.198,0.029
+ l5.563-1.957l-1.404-3.996L323.85,378.498z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M323.85,378.498l-0.094,0.033l1.374,3.906c0.017,0.049,0.106,0.059,0.198,0.029
+ l5.563-1.957l-1.404-3.996L323.85,378.498z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M323.753,378.52l0.003,0.012l0.094-0.033C323.819,378.51,323.785,378.516,323.753,378.52z"
+ />
+ <path opacity="0.4" fill="#FFF7B8" d="M323.753,378.52l0.003,0.012l0.094-0.033C323.819,378.51,323.785,378.516,323.753,378.52z"
+ />
+ <path opacity="0.5" fill="#D1E3B6" d="M323.753,378.52l0.003,0.012l0.094-0.033C323.819,378.51,323.785,378.516,323.753,378.52z"
+ />
+ <path opacity="0.4" fill="#FFF7B8" d="M323.753,378.52l0.003,0.012l0.094-0.033C323.819,378.51,323.785,378.516,323.753,378.52z"
+ />
+ <path opacity="0.2" fill="#FFF5A2" d="M323.753,378.52l0.003,0.012l0.094-0.033C323.819,378.51,323.785,378.516,323.753,378.52z"
+ />
+ <path opacity="0.4" fill="#FFF7B8" d="M329.488,376.514l-0.133-0.375l-5.731,2.016l0.13,0.365
+ c0.032-0.004,0.065-0.01,0.097-0.021L329.488,376.514z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M329.488,376.514l-0.133-0.375l-5.731,2.016l0.13,0.365
+ c0.032-0.004,0.065-0.01,0.097-0.021L329.488,376.514z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M329.488,376.514l-0.133-0.375l-5.731,2.016l0.13,0.365
+ c0.032-0.004,0.065-0.01,0.097-0.021L329.488,376.514z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M329.488,376.514l-0.133-0.375l-5.731,2.016l0.13,0.365
+ c0.032-0.004,0.065-0.01,0.097-0.021L329.488,376.514z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M329.488,376.514l-0.133-0.375l-5.731,2.016l0.13,0.365
+ c0.032-0.004,0.065-0.01,0.097-0.021L329.488,376.514z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M329.488,376.514l-0.133-0.375l-5.731,2.016l0.13,0.365
+ c0.032-0.004,0.065-0.01,0.097-0.021L329.488,376.514z"/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="327.464,370.762 321.735,372.779 323.076,376.594 328.807,374.582 "/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="327.464,370.762 321.735,372.779 323.076,376.594 328.807,374.582 "/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="327.464,370.762 321.735,372.779 323.076,376.594 328.807,374.582 "/>
+ <polygon opacity="0.5" fill="#D1E3B6" points="327.464,370.762 321.735,372.779 323.076,376.594 328.807,374.582 "/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="327.464,370.762 321.735,372.779 323.076,376.594 328.807,374.582 "/>
+ <polygon opacity="0.2" fill="#FFF5A2" points="327.464,370.762 321.735,372.779 323.076,376.594 328.807,374.582 "/>
+ <path opacity="0.4" fill="#FFF7B8" d="M333.779,376.736l4.487-1.578l-0.539-1.539l-8.239,2.895l1.404,3.996l3.612-1.27
+ l-0.807-2.299C333.666,376.854,333.702,376.76,333.779,376.736z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M333.779,376.736l4.487-1.578l-0.539-1.539l-8.239,2.895l1.404,3.996l3.612-1.27
+ l-0.807-2.299C333.666,376.854,333.702,376.76,333.779,376.736z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M333.779,376.736l4.487-1.578l-0.539-1.539l-8.239,2.895l1.404,3.996l3.612-1.27
+ l-0.807-2.299C333.666,376.854,333.702,376.76,333.779,376.736z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M333.779,376.736l4.487-1.578l-0.539-1.539l-8.239,2.895l1.404,3.996l3.612-1.27
+ l-0.807-2.299C333.666,376.854,333.702,376.76,333.779,376.736z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M333.779,376.736l4.487-1.578l-0.539-1.539l-8.239,2.895l1.404,3.996l3.612-1.27
+ l-0.807-2.299C333.666,376.854,333.702,376.76,333.779,376.736z"/>
+
+ <rect x="333.342" y="370.512" transform="matrix(-0.3338 -0.9426 0.9426 -0.3338 91.5213 814.4358)" opacity="0.4" fill="#FFF7B8" width="0.398" height="8.733"/>
+
+ <rect x="333.342" y="370.512" transform="matrix(-0.3338 -0.9426 0.9426 -0.3338 91.5213 814.4358)" opacity="0.4" fill="#FFF7B8" width="0.398" height="8.733"/>
+
+ <rect x="333.342" y="370.512" transform="matrix(-0.3338 -0.9426 0.9426 -0.3338 91.5213 814.4358)" opacity="0.4" fill="#FFF7B8" width="0.398" height="8.733"/>
+
+ <rect x="333.342" y="370.512" transform="matrix(-0.3338 -0.9426 0.9426 -0.3338 91.5213 814.4358)" opacity="0.5" fill="#D1E3B6" width="0.398" height="8.733"/>
+
+ <rect x="333.342" y="370.512" transform="matrix(-0.3338 -0.9426 0.9426 -0.3338 91.5213 814.4358)" opacity="0.4" fill="#FFF7B8" width="0.398" height="8.733"/>
+
+ <rect x="333.342" y="370.512" transform="matrix(-0.3338 -0.9426 0.9426 -0.3338 91.5213 814.4358)" opacity="0.4" fill="#FFF7B8" width="0.398" height="8.733"/>
+
+ <rect x="333.342" y="370.512" transform="matrix(-0.3338 -0.9426 0.9426 -0.3338 91.5213 814.4358)" opacity="0.2" fill="#FFF5A2" width="0.398" height="8.733"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M335.897,368.416l-3.902,1.371c-0.34,0.121-0.703-0.016-0.893-0.301l-3.638,1.275
+ l1.343,3.82l8.238-2.898L335.897,368.416z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M335.897,368.416l-3.902,1.371c-0.34,0.121-0.703-0.016-0.893-0.301l-3.638,1.275
+ l1.343,3.82l8.238-2.898L335.897,368.416z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M335.897,368.416l-3.902,1.371c-0.34,0.121-0.703-0.016-0.893-0.301l-3.638,1.275
+ l1.343,3.82l8.238-2.898L335.897,368.416z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M335.897,368.416l-3.902,1.371c-0.34,0.121-0.703-0.016-0.893-0.301l-3.638,1.275
+ l1.343,3.82l8.238-2.898L335.897,368.416z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M335.897,368.416l-3.902,1.371c-0.34,0.121-0.703-0.016-0.893-0.301l-3.638,1.275
+ l1.343,3.82l8.238-2.898L335.897,368.416z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M335.897,368.416l-3.902,1.371c-0.34,0.121-0.703-0.016-0.893-0.301l-3.638,1.275
+ l1.343,3.82l8.238-2.898L335.897,368.416z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M335.897,368.416l-3.902,1.371c-0.34,0.121-0.703-0.016-0.893-0.301l-3.638,1.275
+ l1.343,3.82l8.238-2.898L335.897,368.416z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M339.1,377.527l-0.834-2.369l-4.487,1.578c-0.076,0.023-0.112,0.117-0.081,0.205
+ l0.807,2.299l4.457-1.566C339.056,377.641,339.116,377.578,339.1,377.527z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M339.1,377.527l-0.834-2.369l-4.487,1.578c-0.076,0.023-0.112,0.117-0.081,0.205
+ l0.807,2.299l4.457-1.566C339.056,377.641,339.116,377.578,339.1,377.527z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M339.1,377.527l-0.834-2.369l-4.487,1.578c-0.076,0.023-0.112,0.117-0.081,0.205
+ l0.807,2.299l4.457-1.566C339.056,377.641,339.116,377.578,339.1,377.527z"/>
+ <path opacity="0.4" fill="#FFF5A2" d="M339.1,377.527l-0.834-2.369l-4.487,1.578c-0.076,0.023-0.112,0.117-0.081,0.205
+ l0.807,2.299l4.457-1.566C339.056,377.641,339.116,377.578,339.1,377.527z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M339.1,377.527l-0.834-2.369l-4.487,1.578c-0.076,0.023-0.112,0.117-0.081,0.205
+ l0.807,2.299l4.457-1.566C339.056,377.641,339.116,377.578,339.1,377.527z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M339.1,377.527l-0.834-2.369l-4.487,1.578c-0.076,0.023-0.112,0.117-0.081,0.205
+ l0.807,2.299l4.457-1.566C339.056,377.641,339.116,377.578,339.1,377.527z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M331.994,369.787l3.902-1.371l-0.193-0.549l-4.602,1.619
+ C331.291,369.771,331.655,369.908,331.994,369.787z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M331.994,369.787l3.902-1.371l-0.193-0.549l-4.602,1.619
+ C331.291,369.771,331.655,369.908,331.994,369.787z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M331.994,369.787l3.902-1.371l-0.193-0.549l-4.602,1.619
+ C331.291,369.771,331.655,369.908,331.994,369.787z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M331.994,369.787l3.902-1.371l-0.193-0.549l-4.602,1.619
+ C331.291,369.771,331.655,369.908,331.994,369.787z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M331.994,369.787l3.902-1.371l-0.193-0.549l-4.602,1.619
+ C331.291,369.771,331.655,369.908,331.994,369.787z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M331.994,369.787l3.902-1.371l-0.193-0.549l-4.602,1.619
+ C331.291,369.771,331.655,369.908,331.994,369.787z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M331.994,369.787l3.902-1.371l-0.193-0.549l-4.602,1.619
+ C331.291,369.771,331.655,369.908,331.994,369.787z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M331.994,369.787l3.902-1.371l-0.193-0.549l-4.602,1.619
+ C331.291,369.771,331.655,369.908,331.994,369.787z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M299.896,393.414c-0.315,0.109-0.563,0.211-0.56,0.225l0.797,2.266
+ c0.006,0.014,0.263-0.063,0.576-0.174l4.738-1.666l-0.814-2.316L299.896,393.414z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M299.896,393.414c-0.315,0.109-0.563,0.211-0.56,0.225l0.797,2.266
+ c0.006,0.014,0.263-0.063,0.576-0.174l4.738-1.666l-0.814-2.316L299.896,393.414z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M299.896,393.414c-0.315,0.109-0.563,0.211-0.56,0.225l0.797,2.266
+ c0.006,0.014,0.263-0.063,0.576-0.174l4.738-1.666l-0.814-2.316L299.896,393.414z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M372.866,368.252l-1.589,0.559l0.662,1.883l8.494-2.986
+ c0.314-0.109,0.563-0.213,0.559-0.227l-0.796-2.268c-0.005-0.014-0.265,0.064-0.577,0.176l-6.298,2.215
+ C373.285,367.91,373.121,368.162,372.866,368.252z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M372.866,368.252l-1.589,0.559l0.662,1.883l8.494-2.986
+ c0.314-0.109,0.563-0.213,0.559-0.227l-0.796-2.268c-0.005-0.014-0.265,0.064-0.577,0.176l-6.298,2.215
+ C373.285,367.91,373.121,368.162,372.866,368.252z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M372.866,368.252l-1.589,0.559l0.662,1.883l8.494-2.986
+ c0.314-0.109,0.563-0.213,0.559-0.227l-0.796-2.268c-0.005-0.014-0.265,0.064-0.577,0.176l-6.298,2.215
+ C373.285,367.91,373.121,368.162,372.866,368.252z"/>
+
+ <rect x="367.743" y="367.72" transform="matrix(-0.3317 -0.9434 0.9434 -0.3317 141.305 841.6158)" opacity="0.4" fill="#FFF7B8" width="1.996" height="6.08"/>
+
+ <rect x="367.743" y="367.72" transform="matrix(-0.3317 -0.9434 0.9434 -0.3317 141.305 841.6158)" opacity="0.4" fill="#FFF7B8" width="1.996" height="6.08"/>
+
+ <rect x="367.743" y="367.72" transform="matrix(-0.3317 -0.9434 0.9434 -0.3317 141.305 841.6158)" opacity="0.5" fill="#D1E3B6" width="1.996" height="6.08"/>
+
+ <rect x="367.743" y="367.72" transform="matrix(-0.3317 -0.9434 0.9434 -0.3317 141.305 841.6158)" opacity="0.4" fill="#FFF7B8" width="1.996" height="6.08"/>
+
+ <rect x="304.494" y="388.476" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -111.4818 126.2697)" opacity="0.4" fill="#FFF7B8" width="19.307" height="2.455"/>
+
+ <rect x="304.494" y="388.476" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -111.4818 126.2697)" opacity="0.4" fill="#FFF7B8" width="19.307" height="2.455"/>
+
+ <rect x="304.494" y="388.476" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -111.4818 126.2697)" opacity="0.4" fill="#FFF7B8" width="19.307" height="2.455"/>
+
+ <rect x="304.494" y="388.476" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -111.4818 126.2697)" opacity="0.4" fill="#FFF7B8" width="19.307" height="2.455"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M353.025,374.736l-5.028,1.768l0.154,0.436c0.139,0.4-0.071,0.838-0.47,0.977l-0.867,0.305
+ l0.408,1.16l18.981-6.672l-0.662-1.883l-11.754,4.131C353.531,375.049,353.245,374.953,353.025,374.736z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M353.025,374.736l-5.028,1.768l0.154,0.436c0.139,0.4-0.071,0.838-0.47,0.977l-0.867,0.305
+ l0.408,1.16l18.981-6.672l-0.662-1.883l-11.754,4.131C353.531,375.049,353.245,374.953,353.025,374.736z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M353.025,374.736l-5.028,1.768l0.154,0.436c0.139,0.4-0.071,0.838-0.47,0.977l-0.867,0.305
+ l0.408,1.16l18.981-6.672l-0.662-1.883l-11.754,4.131C353.531,375.049,353.245,374.953,353.025,374.736z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M353.025,374.736l-5.028,1.768l0.154,0.436c0.139,0.4-0.071,0.838-0.47,0.977l-0.867,0.305
+ l0.408,1.16l18.981-6.672l-0.662-1.883l-11.754,4.131C353.531,375.049,353.245,374.953,353.025,374.736z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M353.025,374.736l-5.028,1.768l0.154,0.436c0.139,0.4-0.071,0.838-0.47,0.977l-0.867,0.305
+ l0.408,1.16l18.981-6.672l-0.662-1.883l-11.754,4.131C353.531,375.049,353.245,374.953,353.025,374.736z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M346.814,378.221l0.867-0.305c0.398-0.139,0.608-0.576,0.47-0.977l-0.154-0.436
+ l-1.591,0.559L346.814,378.221z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M346.814,378.221l0.867-0.305c0.398-0.139,0.608-0.576,0.47-0.977l-0.154-0.436
+ l-1.591,0.559L346.814,378.221z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M346.814,378.221l0.867-0.305c0.398-0.139,0.608-0.576,0.47-0.977l-0.154-0.436
+ l-1.591,0.559L346.814,378.221z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M346.814,378.221l0.867-0.305c0.398-0.139,0.608-0.576,0.47-0.977l-0.154-0.436
+ l-1.591,0.559L346.814,378.221z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M346.814,378.221l0.867-0.305c0.398-0.139,0.608-0.576,0.47-0.977l-0.154-0.436
+ l-1.591,0.559L346.814,378.221z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M346.814,378.221l0.867-0.305c0.398-0.139,0.608-0.576,0.47-0.977l-0.154-0.436
+ l-1.591,0.559L346.814,378.221z"/>
+
+ <rect x="343.891" y="378.719" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 797.1844 622.7376)" opacity="0.4" fill="#FFF7B8" width="3.218" height="1.23"/>
+
+ <rect x="343.891" y="378.719" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 797.1844 622.7376)" opacity="0.4" fill="#FFF7B8" width="3.218" height="1.23"/>
+
+ <rect x="343.891" y="378.719" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 797.1844 622.7376)" opacity="0.5" fill="#D1E3B6" width="3.218" height="1.23"/>
+
+ <rect x="343.891" y="378.719" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 797.1844 622.7376)" opacity="0.2" fill="#FFF5A2" width="3.218" height="1.23"/>
+
+ <rect x="343.891" y="378.719" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 797.1844 622.7376)" opacity="0.4" fill="#FFF5A2" width="3.218" height="1.23"/>
+
+ <rect x="343.891" y="378.719" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 797.1844 622.7376)" opacity="0.4" fill="#FFF7B8" width="3.218" height="1.23"/>
+
+ <rect x="344.478" y="376.565" transform="matrix(-0.3293 -0.9442 0.9442 -0.3293 101.6467 828.5499)" opacity="0.4" fill="#FFF7B8" width="1.231" height="3.218"/>
+
+ <rect x="344.478" y="376.565" transform="matrix(-0.3293 -0.9442 0.9442 -0.3293 101.6467 828.5499)" opacity="0.4" fill="#FFF7B8" width="1.231" height="3.218"/>
+
+ <rect x="344.478" y="376.565" transform="matrix(-0.3293 -0.9442 0.9442 -0.3293 101.6467 828.5499)" opacity="0.5" fill="#D1E3B6" width="1.231" height="3.218"/>
+
+ <rect x="344.478" y="376.565" transform="matrix(-0.3293 -0.9442 0.9442 -0.3293 101.6467 828.5499)" opacity="0.4" fill="#FFF7B8" width="1.231" height="3.218"/>
+
+ <rect x="344.478" y="376.565" transform="matrix(-0.3293 -0.9442 0.9442 -0.3293 101.6467 828.5499)" opacity="0.2" fill="#FFF5A2" width="1.231" height="3.218"/>
+
+ <rect x="344.478" y="376.565" transform="matrix(-0.3293 -0.9442 0.9442 -0.3293 101.6467 828.5499)" opacity="0.4" fill="#FFF5A2" width="1.231" height="3.218"/>
+
+ <rect x="344.478" y="376.565" transform="matrix(-0.3293 -0.9442 0.9442 -0.3293 101.6467 828.5499)" opacity="0.4" fill="#FFF7B8" width="1.231" height="3.218"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M335.54,382.184l-2.891,1.018c-0.4,0.139-0.836-0.068-0.978-0.471l-0.153-0.434
+ l-6.36,2.234l0.814,2.318l9.973-3.506L335.54,382.184z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M335.54,382.184l-2.891,1.018c-0.4,0.139-0.836-0.068-0.978-0.471l-0.153-0.434
+ l-6.36,2.234l0.814,2.318l9.973-3.506L335.54,382.184z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M335.54,382.184l-2.891,1.018c-0.4,0.139-0.836-0.068-0.978-0.471l-0.153-0.434
+ l-6.36,2.234l0.814,2.318l9.973-3.506L335.54,382.184z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M335.54,382.184l-2.891,1.018c-0.4,0.139-0.836-0.068-0.978-0.471l-0.153-0.434
+ l-6.36,2.234l0.814,2.318l9.973-3.506L335.54,382.184z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M331.519,382.297l0.153,0.434c0.142,0.402,0.577,0.609,0.978,0.471l2.891-1.018
+ l-0.407-1.158L331.519,382.297z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M331.519,382.297l0.153,0.434c0.142,0.402,0.577,0.609,0.978,0.471l2.891-1.018
+ l-0.407-1.158L331.519,382.297z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M331.519,382.297l0.153,0.434c0.142,0.402,0.577,0.609,0.978,0.471l2.891-1.018
+ l-0.407-1.158L331.519,382.297z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M331.519,382.297l0.153,0.434c0.142,0.402,0.577,0.609,0.978,0.471l2.891-1.018
+ l-0.407-1.158L331.519,382.297z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M331.519,382.297l0.153,0.434c0.142,0.402,0.577,0.609,0.978,0.471l2.891-1.018
+ l-0.407-1.158L331.519,382.297z"/>
+
+ <rect x="323.181" y="384.871" transform="matrix(-0.3308 -0.9437 0.9437 -0.3308 67.3859 819.9758)" opacity="0.4" fill="#FFF7B8" width="2.459" height="2.452"/>
+
+ <rect x="323.181" y="384.871" transform="matrix(-0.3308 -0.9437 0.9437 -0.3308 67.3859 819.9758)" opacity="0.4" fill="#FFF7B8" width="2.459" height="2.452"/>
+
+ <rect x="323.181" y="384.871" transform="matrix(-0.3308 -0.9437 0.9437 -0.3308 67.3859 819.9758)" opacity="0.4" fill="#FFF7B8" width="2.459" height="2.452"/>
+
+ <rect x="323.181" y="384.871" transform="matrix(-0.3308 -0.9437 0.9437 -0.3308 67.3859 819.9758)" opacity="0.4" fill="#FFF7B8" width="2.459" height="2.452"/>
+
+ <rect x="323.181" y="384.871" transform="matrix(-0.3308 -0.9437 0.9437 -0.3308 67.3859 819.9758)" opacity="0.4" fill="#FFF7B8" width="2.459" height="2.452"/>
+
+ <rect x="335.604" y="381.336" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -107.6072 133.8528)" opacity="0.4" fill="#FFF7B8" width="4.902" height="1.229"/>
+
+ <rect x="335.604" y="381.336" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -107.6072 133.8528)" opacity="0.4" fill="#FFF7B8" width="4.902" height="1.229"/>
+
+ <rect x="335.604" y="381.336" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -107.6072 133.8528)" opacity="0.4" fill="#FFF5A2" width="4.902" height="1.229"/>
+
+ <rect x="335.604" y="381.336" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -107.6072 133.8528)" opacity="0.4" fill="#FFF7B8" width="4.902" height="1.229"/>
+
+ <rect x="335.604" y="381.336" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -107.6072 133.8528)" opacity="0.4" fill="#FFF7B8" width="4.902" height="1.229"/>
+
+ <rect x="335.198" y="380.177" transform="matrix(0.9434 -0.3318 0.3318 0.9434 -107.2128 133.5938)" opacity="0.4" fill="#FFF7B8" width="4.904" height="1.228"/>
+
+ <rect x="335.198" y="380.177" transform="matrix(0.9434 -0.3318 0.3318 0.9434 -107.2128 133.5938)" opacity="0.4" fill="#FFF7B8" width="4.904" height="1.228"/>
+
+ <rect x="335.198" y="380.177" transform="matrix(0.9434 -0.3318 0.3318 0.9434 -107.2128 133.5938)" opacity="0.4" fill="#FFF7B8" width="4.904" height="1.228"/>
+
+ <rect x="335.198" y="380.177" transform="matrix(0.9434 -0.3318 0.3318 0.9434 -107.2128 133.5938)" opacity="0.4" fill="#FFF5A2" width="4.904" height="1.228"/>
+
+ <rect x="335.198" y="380.177" transform="matrix(0.9434 -0.3318 0.3318 0.9434 -107.2128 133.5938)" opacity="0.4" fill="#FFF7B8" width="4.904" height="1.228"/>
+
+ <rect x="335.198" y="380.177" transform="matrix(0.9434 -0.3318 0.3318 0.9434 -107.2128 133.5938)" opacity="0.4" fill="#FFF7B8" width="4.904" height="1.228"/>
+
+ <rect x="340.26" y="379.888" transform="matrix(0.9436 -0.331 0.331 0.9436 -106.6459 134.6859)" opacity="0.4" fill="#FFF7B8" width="3.83" height="1.23"/>
+
+ <rect x="340.26" y="379.888" transform="matrix(0.9436 -0.331 0.331 0.9436 -106.6459 134.6859)" opacity="0.4" fill="#FFF7B8" width="3.83" height="1.23"/>
+
+ <rect x="340.26" y="379.888" transform="matrix(0.9436 -0.331 0.331 0.9436 -106.6459 134.6859)" opacity="0.2" fill="#FFF5A2" width="3.83" height="1.23"/>
+
+ <rect x="340.26" y="379.888" transform="matrix(0.9436 -0.331 0.331 0.9436 -106.6459 134.6859)" opacity="0.4" fill="#FFF5A2" width="3.83" height="1.23"/>
+
+ <rect x="340.26" y="379.888" transform="matrix(0.9436 -0.331 0.331 0.9436 -106.6459 134.6859)" opacity="0.4" fill="#FFF7B8" width="3.83" height="1.23"/>
+
+ <rect x="340.26" y="379.888" transform="matrix(0.9436 -0.331 0.331 0.9436 -106.6459 134.6859)" opacity="0.4" fill="#FFF7B8" width="3.83" height="1.23"/>
+
+ <rect x="339.853" y="378.728" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -106.5199 134.9172)" opacity="0.4" fill="#FFF7B8" width="3.831" height="1.227"/>
+
+ <rect x="339.853" y="378.728" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -106.5199 134.9172)" opacity="0.4" fill="#FFF7B8" width="3.831" height="1.227"/>
+
+ <rect x="339.853" y="378.728" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -106.5199 134.9172)" opacity="0.4" fill="#FFF7B8" width="3.831" height="1.227"/>
+
+ <rect x="339.853" y="378.728" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -106.5199 134.9172)" opacity="0.2" fill="#FFF5A2" width="3.831" height="1.227"/>
+
+ <rect x="339.853" y="378.728" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -106.5199 134.9172)" opacity="0.4" fill="#FFF5A2" width="3.831" height="1.227"/>
+
+ <rect x="339.853" y="378.728" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -106.5199 134.9172)" opacity="0.4" fill="#FFF7B8" width="3.831" height="1.227"/>
+
+ <rect x="339.853" y="378.728" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -106.5199 134.9172)" opacity="0.4" fill="#FFF7B8" width="3.831" height="1.227"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M371.278,368.811l1.589-0.559c0.255-0.09,0.419-0.342,0.455-0.648l-2.199,0.771
+ L371.278,368.811z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M371.278,368.811l1.589-0.559c0.255-0.09,0.419-0.342,0.455-0.648l-2.199,0.771
+ L371.278,368.811z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M371.278,368.811l1.589-0.559c0.255-0.09,0.419-0.342,0.455-0.648l-2.199,0.771
+ L371.278,368.811z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M371.278,368.811l1.589-0.559c0.255-0.09,0.419-0.342,0.455-0.648l-2.199,0.771
+ L371.278,368.811z"/>
+
+ <rect x="365.292" y="369.369" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 838.3611 596.1957)" opacity="0.4" fill="#FFF7B8" width="6.08" height="0.462"/>
+
+ <rect x="365.292" y="369.369" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 838.3611 596.1957)" opacity="0.4" fill="#FFF7B8" width="6.08" height="0.462"/>
+
+ <rect x="365.292" y="369.369" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 838.3611 596.1957)" opacity="0.5" fill="#D1E3B6" width="6.08" height="0.462"/>
+
+ <rect x="365.292" y="369.369" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 838.3611 596.1957)" opacity="0.4" fill="#FFF7B8" width="6.08" height="0.462"/>
+
+ <rect x="365.292" y="369.369" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 838.3611 596.1957)" opacity="0.4" fill="#FFF7B8" width="6.08" height="0.462"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M353.025,374.736c0.221,0.217,0.507,0.313,0.763,0.221l11.754-4.131l-0.153-0.436
+ L353.025,374.736z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M353.025,374.736c0.221,0.217,0.507,0.313,0.763,0.221l11.754-4.131l-0.153-0.436
+ L353.025,374.736z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M353.025,374.736c0.221,0.217,0.507,0.313,0.763,0.221l11.754-4.131l-0.153-0.436
+ L353.025,374.736z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M353.025,374.736c0.221,0.217,0.507,0.313,0.763,0.221l11.754-4.131l-0.153-0.436
+ L353.025,374.736z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M353.025,374.736c0.221,0.217,0.507,0.313,0.763,0.221l11.754-4.131l-0.153-0.436
+ L353.025,374.736z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M353.025,374.736c0.221,0.217,0.507,0.313,0.763,0.221l11.754-4.131l-0.153-0.436
+ L353.025,374.736z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M380.057,357.443c0.267-0.094,0.546,0.01,0.624,0.234l0.131,0.373l5.35-1.879l-0.549-1.561
+ l-14.89,5.234l0.275,0.779L380.057,357.443z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M380.057,357.443c0.267-0.094,0.546,0.01,0.624,0.234l0.131,0.373l5.35-1.879l-0.549-1.561
+ l-14.89,5.234l0.275,0.779L380.057,357.443z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M380.057,357.443c0.267-0.094,0.546,0.01,0.624,0.234l0.131,0.373l5.35-1.879l-0.549-1.561
+ l-14.89,5.234l0.275,0.779L380.057,357.443z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M380.812,358.051l-0.131-0.373c-0.078-0.225-0.357-0.328-0.624-0.234l-9.059,3.182
+ l0.272,0.781L380.812,358.051z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M380.812,358.051l-0.131-0.373c-0.078-0.225-0.357-0.328-0.624-0.234l-9.059,3.182
+ l0.272,0.781L380.812,358.051z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M380.812,358.051l-0.131-0.373c-0.078-0.225-0.357-0.328-0.624-0.234l-9.059,3.182
+ l0.272,0.781L380.812,358.051z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M380.812,358.051l-0.131-0.373c-0.078-0.225-0.357-0.328-0.624-0.234l-9.059,3.182
+ l0.272,0.781L380.812,358.051z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M315.756,379.17c-0.371,0.127-0.666,0.24-0.663,0.25l0.537,1.525
+ c0.003,0.008,0.304-0.088,0.673-0.217l4.379-1.541l-0.549-1.559L315.756,379.17z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M315.756,379.17c-0.371,0.127-0.666,0.24-0.663,0.25l0.537,1.525
+ c0.003,0.008,0.304-0.088,0.673-0.217l4.379-1.541l-0.549-1.559L315.756,379.17z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M315.756,379.17c-0.371,0.127-0.666,0.24-0.663,0.25l0.537,1.525
+ c0.003,0.008,0.304-0.088,0.673-0.217l4.379-1.541l-0.549-1.559L315.756,379.17z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M315.756,379.17c-0.371,0.127-0.666,0.24-0.663,0.25l0.537,1.525
+ c0.003,0.008,0.304-0.088,0.673-0.217l4.379-1.541l-0.549-1.559L315.756,379.17z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M315.756,379.17c-0.371,0.127-0.666,0.24-0.663,0.25l0.537,1.525
+ c0.003,0.008,0.304-0.088,0.673-0.217l4.379-1.541l-0.549-1.559L315.756,379.17z"/>
+
+ <rect x="345.65" y="369.275" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 799.2498 602.4672)" opacity="0.4" fill="#FFF7B8" width="5.209" height="0.215"/>
+
+ <rect x="345.65" y="369.275" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 799.2498 602.4672)" opacity="0.4" fill="#FFF7B8" width="5.209" height="0.215"/>
+
+ <rect x="345.65" y="369.275" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 799.2498 602.4672)" opacity="0.4" fill="#FFF7B8" width="5.209" height="0.215"/>
+
+ <rect x="345.65" y="369.275" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 799.2498 602.4672)" opacity="0.5" fill="#D1E3B6" width="5.209" height="0.215"/>
+
+ <rect x="345.65" y="369.275" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 799.2498 602.4672)" opacity="0.2" fill="#FFF5A2" width="5.209" height="0.215"/>
+
+ <rect x="345.65" y="369.275" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 799.2498 602.4672)" opacity="0.4" fill="#FFF7B8" width="5.209" height="0.215"/>
+
+ <rect x="341.034" y="370.953" transform="matrix(-0.9434 0.3315 -0.3315 -0.9434 790.5662 607.2495)" opacity="0.4" fill="#FFF7B8" width="4.901" height="0.213"/>
+
+ <rect x="341.034" y="370.953" transform="matrix(-0.9434 0.3315 -0.3315 -0.9434 790.5662 607.2495)" opacity="0.4" fill="#FFF7B8" width="4.901" height="0.213"/>
+
+ <rect x="341.034" y="370.953" transform="matrix(-0.9434 0.3315 -0.3315 -0.9434 790.5662 607.2495)" opacity="0.4" fill="#FFF7B8" width="4.901" height="0.213"/>
+
+ <rect x="341.034" y="370.953" transform="matrix(-0.9434 0.3315 -0.3315 -0.9434 790.5662 607.2495)" opacity="0.5" fill="#D1E3B6" width="4.901" height="0.213"/>
+
+ <rect x="341.034" y="370.953" transform="matrix(-0.9434 0.3315 -0.3315 -0.9434 790.5662 607.2495)" opacity="0.4" fill="#FFF7B8" width="4.901" height="0.213"/>
+
+ <rect x="341.034" y="370.953" transform="matrix(-0.9434 0.3315 -0.3315 -0.9434 790.5662 607.2495)" opacity="0.2" fill="#FFF5A2" width="4.901" height="0.213"/>
+
+ <rect x="341.034" y="370.953" transform="matrix(-0.9434 0.3315 -0.3315 -0.9434 790.5662 607.2495)" opacity="0.4" fill="#FFF7B8" width="4.901" height="0.213"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M396.012,352.32l0.123,0.348l9.682-3.406c-0.251-0.496-0.509-0.992-0.775-1.479
+ l-9.456,3.322L396.012,352.32z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M396.012,352.32l0.123,0.348l9.682-3.406c-0.251-0.496-0.509-0.992-0.775-1.479
+ l-9.456,3.322L396.012,352.32z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M396.135,352.668l-0.123-0.348c0.046,0.125,0.051,0.254,0.031,0.379L396.135,352.668z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M396.135,352.668l-0.123-0.348c0.046,0.125,0.051,0.254,0.031,0.379L396.135,352.668z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M396.135,352.668l-0.123-0.348c0.046,0.125,0.051,0.254,0.031,0.379L396.135,352.668z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M396.043,352.699c0.02-0.125,0.015-0.254-0.031-0.379l-0.427-1.215l-9.973,3.506
+ l0.549,1.561L396.043,352.699z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M396.043,352.699c0.02-0.125,0.015-0.254-0.031-0.379l-0.427-1.215l-9.973,3.506
+ l0.549,1.561L396.043,352.699z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M396.043,352.699c0.02-0.125,0.015-0.254-0.031-0.379l-0.427-1.215l-9.973,3.506
+ l0.549,1.561L396.043,352.699z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M396.043,352.699c0.02-0.125,0.015-0.254-0.031-0.379l-0.427-1.215l-9.973,3.506
+ l0.549,1.561L396.043,352.699z"/>
+
+ <rect x="347.465" y="365.71" transform="matrix(0.3314 0.9435 -0.9435 0.3314 580.0933 -81.9647)" opacity="0.4" fill="#FFF7B8" width="0.828" height="5.211"/>
+
+ <rect x="347.465" y="365.71" transform="matrix(0.3314 0.9435 -0.9435 0.3314 580.0933 -81.9647)" opacity="0.4" fill="#FFF7B8" width="0.828" height="5.211"/>
+
+ <rect x="347.465" y="365.71" transform="matrix(0.3314 0.9435 -0.9435 0.3314 580.0933 -81.9647)" opacity="0.4" fill="#FFF7B8" width="0.828" height="5.211"/>
+
+ <rect x="347.465" y="365.71" transform="matrix(0.3314 0.9435 -0.9435 0.3314 580.0933 -81.9647)" opacity="0.2" fill="#FFF5A2" width="0.828" height="5.211"/>
+
+ <rect x="347.465" y="365.71" transform="matrix(0.3314 0.9435 -0.9435 0.3314 580.0933 -81.9647)" opacity="0.4" fill="#FFF7B8" width="0.828" height="5.211"/>
+
+ <rect x="347.465" y="365.71" transform="matrix(0.3314 0.9435 -0.9435 0.3314 580.0933 -81.9647)" opacity="0.4" fill="#FFF7B8" width="0.828" height="5.211"/>
+
+ <rect x="347.811" y="366.388" transform="matrix(-0.3329 -0.943 0.943 -0.3329 116.0608 820.0934)" opacity="0.4" fill="#FFF7B8" width="0.613" height="5.21"/>
+
+ <rect x="347.811" y="366.388" transform="matrix(-0.3329 -0.943 0.943 -0.3329 116.0608 820.0934)" opacity="0.4" fill="#FFF7B8" width="0.613" height="5.21"/>
+
+ <rect x="347.811" y="366.388" transform="matrix(-0.3329 -0.943 0.943 -0.3329 116.0608 820.0934)" opacity="0.4" fill="#FFF7B8" width="0.613" height="5.21"/>
+
+ <rect x="347.811" y="366.388" transform="matrix(-0.3329 -0.943 0.943 -0.3329 116.0608 820.0934)" opacity="0.5" fill="#D1E3B6" width="0.613" height="5.21"/>
+
+ <rect x="347.811" y="366.388" transform="matrix(-0.3329 -0.943 0.943 -0.3329 116.0608 820.0934)" opacity="0.2" fill="#FFF5A2" width="0.613" height="5.21"/>
+
+ <rect x="347.811" y="366.388" transform="matrix(-0.3329 -0.943 0.943 -0.3329 116.0608 820.0934)" opacity="0.4" fill="#FFF7B8" width="0.613" height="5.21"/>
+
+ <rect x="347.811" y="366.388" transform="matrix(-0.3329 -0.943 0.943 -0.3329 116.0608 820.0934)" opacity="0.4" fill="#FFF7B8" width="0.613" height="5.21"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.076,371.598c-0.08-0.223,0.073-0.48,0.338-0.574l4.144-1.455l-0.274-0.779
+ l-4.625,1.623L341.076,371.598z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.076,371.598c-0.08-0.223,0.073-0.48,0.338-0.574l4.144-1.455l-0.274-0.779
+ l-4.625,1.623L341.076,371.598z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.076,371.598c-0.08-0.223,0.073-0.48,0.338-0.574l4.144-1.455l-0.274-0.779
+ l-4.625,1.623L341.076,371.598z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.076,371.598c-0.08-0.223,0.073-0.48,0.338-0.574l4.144-1.455l-0.274-0.779
+ l-4.625,1.623L341.076,371.598z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M341.076,371.598c-0.08-0.223,0.073-0.48,0.338-0.574l4.144-1.455l-0.274-0.779
+ l-4.625,1.623L341.076,371.598z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.076,371.598c-0.08-0.223,0.073-0.48,0.338-0.574l4.144-1.455l-0.274-0.779
+ l-4.625,1.623L341.076,371.598z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.076,371.598c-0.08-0.223,0.073-0.48,0.338-0.574l4.144-1.455l-0.274-0.779
+ l-4.625,1.623L341.076,371.598z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.136,371.771l4.626-1.625l-0.204-0.578l-4.144,1.455
+ c-0.265,0.094-0.418,0.352-0.338,0.574l0.01,0.027L341.136,371.771z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.136,371.771l4.626-1.625l-0.204-0.578l-4.144,1.455
+ c-0.265,0.094-0.418,0.352-0.338,0.574l0.01,0.027L341.136,371.771z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.136,371.771l4.626-1.625l-0.204-0.578l-4.144,1.455
+ c-0.265,0.094-0.418,0.352-0.338,0.574l0.01,0.027L341.136,371.771z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M341.136,371.771l4.626-1.625l-0.204-0.578l-4.144,1.455
+ c-0.265,0.094-0.418,0.352-0.338,0.574l0.01,0.027L341.136,371.771z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.136,371.771l4.626-1.625l-0.204-0.578l-4.144,1.455
+ c-0.265,0.094-0.418,0.352-0.338,0.574l0.01,0.027L341.136,371.771z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M341.136,371.771l4.626-1.625l-0.204-0.578l-4.144,1.455
+ c-0.265,0.094-0.418,0.352-0.338,0.574l0.01,0.027L341.136,371.771z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.136,371.771l4.626-1.625l-0.204-0.578l-4.144,1.455
+ c-0.265,0.094-0.418,0.352-0.338,0.574l0.01,0.027L341.136,371.771z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.136,371.771l4.626-1.625l-0.204-0.578l-4.144,1.455
+ c-0.265,0.094-0.418,0.352-0.338,0.574l0.01,0.027L341.136,371.771z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M322.873,378.029l0.121,0.346l0.093-0.031
+ C322.994,378.258,322.916,378.154,322.873,378.029z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M322.873,378.029l0.121,0.346l0.093-0.031
+ C322.994,378.258,322.916,378.154,322.873,378.029z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M322.873,378.029l0.121,0.346l0.093-0.031
+ C322.994,378.258,322.916,378.154,322.873,378.029z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M322.873,378.029l0.121,0.346l0.093-0.031
+ C322.994,378.258,322.916,378.154,322.873,378.029z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M322.873,378.029l0.121,0.346l0.093-0.031
+ C322.994,378.258,322.916,378.154,322.873,378.029z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M323.623,378.154l-0.547-1.561l-0.631,0.223l0.428,1.213
+ c0.043,0.125,0.121,0.229,0.214,0.314L323.623,378.154z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M323.623,378.154l-0.547-1.561l-0.631,0.223l0.428,1.213
+ c0.043,0.125,0.121,0.229,0.214,0.314L323.623,378.154z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M323.623,378.154l-0.547-1.561l-0.631,0.223l0.428,1.213
+ c0.043,0.125,0.121,0.229,0.214,0.314L323.623,378.154z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M323.623,378.154l-0.547-1.561l-0.631,0.223l0.428,1.213
+ c0.043,0.125,0.121,0.229,0.214,0.314L323.623,378.154z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M323.623,378.154l-0.547-1.561l-0.631,0.223l0.428,1.213
+ c0.043,0.125,0.121,0.229,0.214,0.314L323.623,378.154z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M323.623,378.154l-0.547-1.561l-0.631,0.223l0.428,1.213
+ c0.043,0.125,0.121,0.229,0.214,0.314L323.623,378.154z"/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="322.873,378.029 322.446,376.816 320.133,377.629 320.682,379.188
+ 322.994,378.375 "/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="322.873,378.029 322.446,376.816 320.133,377.629 320.682,379.188
+ 322.994,378.375 "/>
+ <polygon opacity="0.5" fill="#D1E3B6" points="322.873,378.029 322.446,376.816 320.133,377.629 320.682,379.188
+ 322.994,378.375 "/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="322.873,378.029 322.446,376.816 320.133,377.629 320.682,379.188
+ 322.994,378.375 "/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="322.873,378.029 322.446,376.816 320.133,377.629 320.682,379.188
+ 322.994,378.375 "/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="322.873,378.029 322.446,376.816 320.133,377.629 320.682,379.188
+ 322.994,378.375 "/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.12,371.775c0.012,0.076,0.007,0.156-0.005,0.232l0.093-0.035l-0.072-0.201
+ C341.132,371.775,341.126,371.775,341.12,371.775z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.12,371.775c0.012,0.076,0.007,0.156-0.005,0.232l0.093-0.035l-0.072-0.201
+ C341.132,371.775,341.126,371.775,341.12,371.775z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.12,371.775c0.012,0.076,0.007,0.156-0.005,0.232l0.093-0.035l-0.072-0.201
+ C341.132,371.775,341.126,371.775,341.12,371.775z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.12,371.775c0.012,0.076,0.007,0.156-0.005,0.232l0.093-0.035l-0.072-0.201
+ C341.132,371.775,341.126,371.775,341.12,371.775z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M341.12,371.775c0.012,0.076,0.007,0.156-0.005,0.232l0.093-0.035l-0.072-0.201
+ C341.132,371.775,341.126,371.775,341.12,371.775z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.12,371.775c0.012,0.076,0.007,0.156-0.005,0.232l0.093-0.035l-0.072-0.201
+ C341.132,371.775,341.126,371.775,341.12,371.775z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.12,371.775c0.012,0.076,0.007,0.156-0.005,0.232l0.093-0.035l-0.072-0.201
+ C341.132,371.775,341.126,371.775,341.12,371.775z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M340.157,371.303l-0.221-0.633l-2.892,1.014l0.549,1.561l3.521-1.236
+ c0.012-0.076,0.017-0.156,0.005-0.232C340.727,371.906,340.298,371.697,340.157,371.303z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M340.157,371.303l-0.221-0.633l-2.892,1.014l0.549,1.561l3.521-1.236
+ c0.012-0.076,0.017-0.156,0.005-0.232C340.727,371.906,340.298,371.697,340.157,371.303z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M340.157,371.303l-0.221-0.633l-2.892,1.014l0.549,1.561l3.521-1.236
+ c0.012-0.076,0.017-0.156,0.005-0.232C340.727,371.906,340.298,371.697,340.157,371.303z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M340.157,371.303l-0.221-0.633l-2.892,1.014l0.549,1.561l3.521-1.236
+ c0.012-0.076,0.017-0.156,0.005-0.232C340.727,371.906,340.298,371.697,340.157,371.303z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M340.157,371.303l-0.221-0.633l-2.892,1.014l0.549,1.561l3.521-1.236
+ c0.012-0.076,0.017-0.156,0.005-0.232C340.727,371.906,340.298,371.697,340.157,371.303z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M340.157,371.303l-0.221-0.633l-2.892,1.014l0.549,1.561l3.521-1.236
+ c0.012-0.076,0.017-0.156,0.005-0.232C340.727,371.906,340.298,371.697,340.157,371.303z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M340.157,371.303l-0.221-0.633l-2.892,1.014l0.549,1.561l3.521-1.236
+ c0.012-0.076,0.017-0.156,0.005-0.232C340.727,371.906,340.298,371.697,340.157,371.303z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M340.157,371.303l-0.221-0.633l-2.892,1.014l0.549,1.561l3.521-1.236
+ c0.012-0.076,0.017-0.156,0.005-0.232C340.727,371.906,340.298,371.697,340.157,371.303z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.086,371.625c0.017,0.051,0.027,0.102,0.034,0.15c0.006,0,0.012,0,0.016-0.004
+ L341.086,371.625z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.086,371.625c0.017,0.051,0.027,0.102,0.034,0.15c0.006,0,0.012,0,0.016-0.004
+ L341.086,371.625z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.086,371.625c0.017,0.051,0.027,0.102,0.034,0.15c0.006,0,0.012,0,0.016-0.004
+ L341.086,371.625z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.086,371.625c0.017,0.051,0.027,0.102,0.034,0.15c0.006,0,0.012,0,0.016-0.004
+ L341.086,371.625z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M341.086,371.625c0.017,0.051,0.027,0.102,0.034,0.15c0.006,0,0.012,0,0.016-0.004
+ L341.086,371.625z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.086,371.625c0.017,0.051,0.027,0.102,0.034,0.15c0.006,0,0.012,0,0.016-0.004
+ L341.086,371.625z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.086,371.625c0.017,0.051,0.027,0.102,0.034,0.15c0.006,0,0.012,0,0.016-0.004
+ L341.086,371.625z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M341.086,371.625c0.017,0.051,0.027,0.102,0.034,0.15c0.006,0,0.012,0,0.016-0.004
+ L341.086,371.625z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M340.157,371.303c0.141,0.395,0.569,0.604,0.963,0.473c-0.007-0.049-0.018-0.1-0.034-0.15
+ l-0.01-0.027l-0.418-1.186l-0.722,0.258L340.157,371.303z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M340.157,371.303c0.141,0.395,0.569,0.604,0.963,0.473c-0.007-0.049-0.018-0.1-0.034-0.15
+ l-0.01-0.027l-0.418-1.186l-0.722,0.258L340.157,371.303z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M340.157,371.303c0.141,0.395,0.569,0.604,0.963,0.473c-0.007-0.049-0.018-0.1-0.034-0.15
+ l-0.01-0.027l-0.418-1.186l-0.722,0.258L340.157,371.303z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M340.157,371.303c0.141,0.395,0.569,0.604,0.963,0.473c-0.007-0.049-0.018-0.1-0.034-0.15
+ l-0.01-0.027l-0.418-1.186l-0.722,0.258L340.157,371.303z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M340.157,371.303c0.141,0.395,0.569,0.604,0.963,0.473c-0.007-0.049-0.018-0.1-0.034-0.15
+ l-0.01-0.027l-0.418-1.186l-0.722,0.258L340.157,371.303z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M340.157,371.303c0.141,0.395,0.569,0.604,0.963,0.473c-0.007-0.049-0.018-0.1-0.034-0.15
+ l-0.01-0.027l-0.418-1.186l-0.722,0.258L340.157,371.303z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M340.157,371.303c0.141,0.395,0.569,0.604,0.963,0.473c-0.007-0.049-0.018-0.1-0.034-0.15
+ l-0.01-0.027l-0.418-1.186l-0.722,0.258L340.157,371.303z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M340.157,371.303c0.141,0.395,0.569,0.604,0.963,0.473c-0.007-0.049-0.018-0.1-0.034-0.15
+ l-0.01-0.027l-0.418-1.186l-0.722,0.258L340.157,371.303z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M340.157,371.303c0.141,0.395,0.569,0.604,0.963,0.473c-0.007-0.049-0.018-0.1-0.034-0.15
+ l-0.01-0.027l-0.418-1.186l-0.722,0.258L340.157,371.303z"/>
+
+ <rect x="368.478" y="360.229" transform="matrix(-0.9432 0.3322 -0.3322 -0.9432 838.2172 577.9906)" opacity="0.4" fill="#FFF7B8" width="2.452" height="0.827"/>
+
+ <rect x="368.478" y="360.229" transform="matrix(-0.9432 0.3322 -0.3322 -0.9432 838.2172 577.9906)" opacity="0.4" fill="#FFF7B8" width="2.452" height="0.827"/>
+
+ <rect x="368.478" y="360.229" transform="matrix(-0.9432 0.3322 -0.3322 -0.9432 838.2172 577.9906)" opacity="0.4" fill="#FFF7B8" width="2.452" height="0.827"/>
+
+ <rect x="368.478" y="360.229" transform="matrix(-0.9432 0.3322 -0.3322 -0.9432 838.2172 577.9906)" opacity="0.4" fill="#FFF7B8" width="2.452" height="0.827"/>
+
+ <rect x="362.643" y="361.642" transform="matrix(-0.9435 0.3313 -0.3313 -0.9435 830.6666 582.5024)" opacity="0.4" fill="#FFF7B8" width="6.078" height="0.828"/>
+
+ <rect x="362.643" y="361.642" transform="matrix(-0.9435 0.3313 -0.3313 -0.9435 830.6666 582.5024)" opacity="0.4" fill="#FFF7B8" width="6.078" height="0.828"/>
+
+ <rect x="362.643" y="361.642" transform="matrix(-0.9435 0.3313 -0.3313 -0.9435 830.6666 582.5024)" opacity="0.4" fill="#FFF7B8" width="6.078" height="0.828"/>
+
+ <rect x="362.643" y="361.642" transform="matrix(-0.9435 0.3313 -0.3313 -0.9435 830.6666 582.5024)" opacity="0.4" fill="#FFF7B8" width="6.078" height="0.828"/>
+
+ <rect x="362.643" y="361.642" transform="matrix(-0.9435 0.3313 -0.3313 -0.9435 830.6666 582.5024)" opacity="0.4" fill="#FFF7B8" width="6.078" height="0.828"/>
+
+ <rect x="369.565" y="360.197" transform="matrix(0.3293 0.9442 -0.9442 0.3293 589.4097 -106.9362)" opacity="0.4" fill="#FFF7B8" width="0.827" height="2.452"/>
+
+ <rect x="369.565" y="360.197" transform="matrix(0.3293 0.9442 -0.9442 0.3293 589.4097 -106.9362)" opacity="0.4" fill="#FFF7B8" width="0.827" height="2.452"/>
+
+ <rect x="369.565" y="360.197" transform="matrix(0.3293 0.9442 -0.9442 0.3293 589.4097 -106.9362)" opacity="0.5" fill="#D1E3B6" width="0.827" height="2.452"/>
+
+ <rect x="369.565" y="360.197" transform="matrix(0.3293 0.9442 -0.9442 0.3293 589.4097 -106.9362)" opacity="0.4" fill="#FFF7B8" width="0.827" height="2.452"/>
+
+ <rect x="369.565" y="360.197" transform="matrix(0.3293 0.9442 -0.9442 0.3293 589.4097 -106.9362)" opacity="0.4" fill="#FFF7B8" width="0.827" height="2.452"/>
+
+ <rect x="362.917" y="362.422" transform="matrix(-0.9436 0.331 -0.331 -0.9436 831.3787 584.094)" opacity="0.4" fill="#FFF7B8" width="6.078" height="0.828"/>
+
+ <rect x="362.917" y="362.422" transform="matrix(-0.9436 0.331 -0.331 -0.9436 831.3787 584.094)" opacity="0.4" fill="#FFF7B8" width="6.078" height="0.828"/>
+
+ <rect x="362.917" y="362.422" transform="matrix(-0.9436 0.331 -0.331 -0.9436 831.3787 584.094)" opacity="0.4" fill="#FFF7B8" width="6.078" height="0.828"/>
+
+ <rect x="362.917" y="362.422" transform="matrix(-0.9436 0.331 -0.331 -0.9436 831.3787 584.094)" opacity="0.5" fill="#D1E3B6" width="6.078" height="0.828"/>
+
+ <rect x="362.917" y="362.422" transform="matrix(-0.9436 0.331 -0.331 -0.9436 831.3787 584.094)" opacity="0.4" fill="#FFF7B8" width="6.078" height="0.828"/>
+
+ <rect x="362.917" y="362.422" transform="matrix(-0.9436 0.331 -0.331 -0.9436 831.3787 584.094)" opacity="0.4" fill="#FFF7B8" width="6.078" height="0.828"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M356.638,365.512c0.018,0.049,0.029,0.1,0.036,0.15l6.277-2.209l-0.275-0.777l-6.262,2.201
+ L356.638,365.512z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M356.638,365.512c0.018,0.049,0.029,0.1,0.036,0.15l6.277-2.209l-0.275-0.777l-6.262,2.201
+ L356.638,365.512z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M356.638,365.512c0.018,0.049,0.029,0.1,0.036,0.15l6.277-2.209l-0.275-0.777l-6.262,2.201
+ L356.638,365.512z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M356.638,365.512c0.018,0.049,0.029,0.1,0.036,0.15l6.277-2.209l-0.275-0.777l-6.262,2.201
+ L356.638,365.512z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M356.638,365.512c0.018,0.049,0.029,0.1,0.036,0.15l6.277-2.209l-0.275-0.777l-6.262,2.201
+ L356.638,365.512z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M356.638,365.512c0.018,0.049,0.029,0.1,0.036,0.15l6.277-2.209l-0.275-0.777l-6.262,2.201
+ L356.638,365.512z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M356.168,366.49l-5.491,1.928l0.07,0.203l12.479-4.389l-0.274-0.779l-6.277,2.209
+ C356.724,366.014,356.518,366.367,356.168,366.49z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M356.168,366.49l-5.491,1.928l0.07,0.203l12.479-4.389l-0.274-0.779l-6.277,2.209
+ C356.724,366.014,356.518,366.367,356.168,366.49z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M356.168,366.49l-5.491,1.928l0.07,0.203l12.479-4.389l-0.274-0.779l-6.277,2.209
+ C356.724,366.014,356.518,366.367,356.168,366.49z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M356.168,366.49l-5.491,1.928l0.07,0.203l12.479-4.389l-0.274-0.779l-6.277,2.209
+ C356.724,366.014,356.518,366.367,356.168,366.49z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M356.168,366.49l-5.491,1.928l0.07,0.203l12.479-4.389l-0.274-0.779l-6.277,2.209
+ C356.724,366.014,356.518,366.367,356.168,366.49z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M356.168,366.49l-5.491,1.928l0.07,0.203l12.479-4.389l-0.274-0.779l-6.277,2.209
+ C356.724,366.014,356.518,366.367,356.168,366.49z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M356.168,366.49l-5.491,1.928l0.07,0.203l12.479-4.389l-0.274-0.779l-6.277,2.209
+ C356.724,366.014,356.518,366.367,356.168,366.49z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M356.674,365.662c-0.007-0.051-0.019-0.102-0.036-0.15l-0.224-0.635l-6.215,2.184
+ l0.274,0.781L356.674,365.662z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M356.674,365.662c-0.007-0.051-0.019-0.102-0.036-0.15l-0.224-0.635l-6.215,2.184
+ l0.274,0.781L356.674,365.662z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M356.674,365.662c-0.007-0.051-0.019-0.102-0.036-0.15l-0.224-0.635l-6.215,2.184
+ l0.274,0.781L356.674,365.662z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M356.674,365.662c-0.007-0.051-0.019-0.102-0.036-0.15l-0.224-0.635l-6.215,2.184
+ l0.274,0.781L356.674,365.662z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M356.674,365.662c-0.007-0.051-0.019-0.102-0.036-0.15l-0.224-0.635l-6.215,2.184
+ l0.274,0.781L356.674,365.662z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M356.674,365.662c-0.007-0.051-0.019-0.102-0.036-0.15l-0.224-0.635l-6.215,2.184
+ l0.274,0.781L356.674,365.662z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M356.674,365.662c-0.007-0.051-0.019-0.102-0.036-0.15l-0.224-0.635l-6.215,2.184
+ l0.274,0.781L356.674,365.662z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M350.677,368.418l5.491-1.928c0.35-0.123,0.556-0.477,0.506-0.828l-6.2,2.18
+ L350.677,368.418z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M350.677,368.418l5.491-1.928c0.35-0.123,0.556-0.477,0.506-0.828l-6.2,2.18
+ L350.677,368.418z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M350.677,368.418l5.491-1.928c0.35-0.123,0.556-0.477,0.506-0.828l-6.2,2.18
+ L350.677,368.418z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M350.677,368.418l5.491-1.928c0.35-0.123,0.556-0.477,0.506-0.828l-6.2,2.18
+ L350.677,368.418z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M350.677,368.418l5.491-1.928c0.35-0.123,0.556-0.477,0.506-0.828l-6.2,2.18
+ L350.677,368.418z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M350.677,368.418l5.491-1.928c0.35-0.123,0.556-0.477,0.506-0.828l-6.2,2.18
+ L350.677,368.418z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M350.677,368.418l5.491-1.928c0.35-0.123,0.556-0.477,0.506-0.828l-6.2,2.18
+ L350.677,368.418z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M350.677,368.418l5.491-1.928c0.35-0.123,0.556-0.477,0.506-0.828l-6.2,2.18
+ L350.677,368.418z"/>
+
+ <rect x="323.178" y="375.541" transform="matrix(0.9435 -0.3312 0.3312 0.9435 -106.2518 129.3021)" opacity="0.4" fill="#FFF7B8" width="6.073" height="1.654"/>
+
+ <rect x="323.178" y="375.541" transform="matrix(0.9435 -0.3312 0.3312 0.9435 -106.2518 129.3021)" opacity="0.4" fill="#FFF7B8" width="6.073" height="1.654"/>
+
+ <rect x="323.178" y="375.541" transform="matrix(0.9435 -0.3312 0.3312 0.9435 -106.2518 129.3021)" opacity="0.4" fill="#FFF7B8" width="6.073" height="1.654"/>
+
+ <rect x="323.178" y="375.541" transform="matrix(0.9435 -0.3312 0.3312 0.9435 -106.2518 129.3021)" opacity="0.5" fill="#D1E3B6" width="6.073" height="1.654"/>
+
+ <rect x="323.178" y="375.541" transform="matrix(0.9435 -0.3312 0.3312 0.9435 -106.2518 129.3021)" opacity="0.4" fill="#FFF7B8" width="6.073" height="1.654"/>
+
+ <rect x="323.178" y="375.541" transform="matrix(0.9435 -0.3312 0.3312 0.9435 -106.2518 129.3021)" opacity="0.2" fill="#FFF5A2" width="6.073" height="1.654"/>
+
+ <rect x="323.178" y="375.541" transform="matrix(0.9435 -0.3312 0.3312 0.9435 -106.2518 129.3021)" opacity="0.4" fill="#FFF7B8" width="6.073" height="1.654"/>
+
+ <rect x="328.833" y="373.086" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -105.2094 131.777)" opacity="0.4" fill="#FFF7B8" width="8.733" height="1.65"/>
+
+ <rect x="328.833" y="373.086" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -105.2094 131.777)" opacity="0.4" fill="#FFF7B8" width="8.733" height="1.65"/>
+
+ <rect x="328.833" y="373.086" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -105.2094 131.777)" opacity="0.4" fill="#FFF7B8" width="8.733" height="1.65"/>
+
+ <rect x="328.833" y="373.086" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -105.2094 131.777)" opacity="0.5" fill="#D1E3B6" width="8.733" height="1.65"/>
+
+ <rect x="328.833" y="373.086" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -105.2094 131.777)" opacity="0.4" fill="#FFF7B8" width="8.733" height="1.65"/>
+
+ <rect x="328.833" y="373.086" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -105.2094 131.777)" opacity="0.4" fill="#FFF7B8" width="8.733" height="1.65"/>
+
+ <rect x="328.833" y="373.086" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -105.2094 131.777)" opacity="0.2" fill="#FFF5A2" width="8.733" height="1.65"/>
+
+ <rect x="328.833" y="373.086" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -105.2094 131.777)" opacity="0.4" fill="#FFF7B8" width="8.733" height="1.65"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M375.47,353.891c0.248-0.088,0.446-0.166,0.443-0.176l-0.563-1.602
+ c-0.004-0.012-0.207,0.053-0.454,0.139l-6.09,2.141l0.575,1.637L375.47,353.891z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M375.47,353.891c0.248-0.088,0.446-0.166,0.443-0.176l-0.563-1.602
+ c-0.004-0.012-0.207,0.053-0.454,0.139l-6.09,2.141l0.575,1.637L375.47,353.891z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M375.47,353.891c0.248-0.088,0.446-0.166,0.443-0.176l-0.563-1.602
+ c-0.004-0.012-0.207,0.053-0.454,0.139l-6.09,2.141l0.575,1.637L375.47,353.891z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M311.84,374.416c-0.248,0.088-0.446,0.166-0.441,0.176l0.563,1.602
+ c0.004,0.012,0.207-0.053,0.455-0.139l6.377-2.242l-0.578-1.637L311.84,374.416z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M311.84,374.416c-0.248,0.088-0.446,0.166-0.441,0.176l0.563,1.602
+ c0.004,0.012,0.207-0.053,0.455-0.139l6.377-2.242l-0.578-1.637L311.84,374.416z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M311.84,374.416c-0.248,0.088-0.446,0.166-0.441,0.176l0.563,1.602
+ c0.004,0.012,0.207-0.053,0.455-0.139l6.377-2.242l-0.578-1.637L311.84,374.416z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M311.84,374.416c-0.248,0.088-0.446,0.166-0.441,0.176l0.563,1.602
+ c0.004,0.012,0.207-0.053,0.455-0.139l6.377-2.242l-0.578-1.637L311.84,374.416z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M347.494,363.529c0.022,0.061,0.033,0.121,0.038,0.18l1.325-0.463l-0.576-1.641l-1.3,0.459
+ L347.494,363.529z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M347.494,363.529c0.022,0.061,0.033,0.121,0.038,0.18l1.325-0.463l-0.576-1.641l-1.3,0.459
+ L347.494,363.529z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M347.494,363.529c0.022,0.061,0.033,0.121,0.038,0.18l1.325-0.463l-0.576-1.641l-1.3,0.459
+ L347.494,363.529z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M347.494,363.529c0.022,0.061,0.033,0.121,0.038,0.18l1.325-0.463l-0.576-1.641l-1.3,0.459
+ L347.494,363.529z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M347.494,363.529c0.022,0.061,0.033,0.121,0.038,0.18l1.325-0.463l-0.576-1.641l-1.3,0.459
+ L347.494,363.529z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M347.494,363.529c0.022,0.061,0.033,0.121,0.038,0.18l1.325-0.463l-0.576-1.641l-1.3,0.459
+ L347.494,363.529z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M343.943,364.973l3.59-1.264c-0.005-0.059-0.016-0.119-0.038-0.18l-0.513-1.465
+ l-3.615,1.271L343.943,364.973z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M343.943,364.973l3.59-1.264c-0.005-0.059-0.016-0.119-0.038-0.18l-0.513-1.465
+ l-3.615,1.271L343.943,364.973z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M343.943,364.973l3.59-1.264c-0.005-0.059-0.016-0.119-0.038-0.18l-0.513-1.465
+ l-3.615,1.271L343.943,364.973z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M343.943,364.973l3.59-1.264c-0.005-0.059-0.016-0.119-0.038-0.18l-0.513-1.465
+ l-3.615,1.271L343.943,364.973z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M343.943,364.973l3.59-1.264c-0.005-0.059-0.016-0.119-0.038-0.18l-0.513-1.465
+ l-3.615,1.271L343.943,364.973z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M343.943,364.973l3.59-1.264c-0.005-0.059-0.016-0.119-0.038-0.18l-0.513-1.465
+ l-3.615,1.271L343.943,364.973z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M343.943,364.973l3.59-1.264c-0.005-0.059-0.016-0.119-0.038-0.18l-0.513-1.465
+ l-3.615,1.271L343.943,364.973z"/>
+
+ <rect x="340.474" y="362.515" transform="matrix(0.3321 0.9433 -0.9433 0.3321 572.2556 -78.1971)" opacity="0.4" fill="#FFF7B8" width="1.735" height="4.902"/>
+
+ <rect x="340.474" y="362.515" transform="matrix(0.3321 0.9433 -0.9433 0.3321 572.2556 -78.1971)" opacity="0.4" fill="#FFF7B8" width="1.735" height="4.902"/>
+
+ <rect x="340.474" y="362.515" transform="matrix(0.3321 0.9433 -0.9433 0.3321 572.2556 -78.1971)" opacity="0.4" fill="#FFF7B8" width="1.735" height="4.902"/>
+
+ <rect x="340.474" y="362.515" transform="matrix(0.3321 0.9433 -0.9433 0.3321 572.2556 -78.1971)" opacity="0.4" fill="#FFF7B8" width="1.735" height="4.902"/>
+
+ <rect x="340.474" y="362.515" transform="matrix(0.3321 0.9433 -0.9433 0.3321 572.2556 -78.1971)" opacity="0.2" fill="#FFF5A2" width="1.735" height="4.902"/>
+
+ <rect x="340.474" y="362.515" transform="matrix(0.3321 0.9433 -0.9433 0.3321 572.2556 -78.1971)" opacity="0.4" fill="#FFF7B8" width="1.735" height="4.902"/>
+
+ <rect x="340.474" y="362.515" transform="matrix(0.3321 0.9433 -0.9433 0.3321 572.2556 -78.1971)" opacity="0.4" fill="#FFF7B8" width="1.735" height="4.902"/>
+
+ <rect x="340.474" y="362.515" transform="matrix(0.3321 0.9433 -0.9433 0.3321 572.2556 -78.1971)" opacity="0.2" fill="#FFF5A2" width="1.735" height="4.902"/>
+
+ <rect x="318.435" y="371.719" transform="matrix(0.9432 -0.3322 0.3322 0.9432 -105.6182 127.3485)" opacity="0.4" fill="#FFF7B8" width="2.452" height="1.736"/>
+
+ <rect x="318.435" y="371.719" transform="matrix(0.9432 -0.3322 0.3322 0.9432 -105.6182 127.3485)" opacity="0.4" fill="#FFF7B8" width="2.452" height="1.736"/>
+
+ <rect x="318.435" y="371.719" transform="matrix(0.9432 -0.3322 0.3322 0.9432 -105.6182 127.3485)" opacity="0.5" fill="#D1E3B6" width="2.452" height="1.736"/>
+
+ <rect x="318.435" y="371.719" transform="matrix(0.9432 -0.3322 0.3322 0.9432 -105.6182 127.3485)" opacity="0.4" fill="#FFF7B8" width="2.452" height="1.736"/>
+
+ <rect x="318.435" y="371.719" transform="matrix(0.9432 -0.3322 0.3322 0.9432 -105.6182 127.3485)" opacity="0.2" fill="#FFF5A2" width="2.452" height="1.736"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M321.196,371.246c-0.018-0.049,0.045-0.113,0.139-0.146l5.562-1.955l-0.007-0.02
+ l-6.361,2.236l0.576,1.639l0.631-0.221L321.196,371.246z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M321.196,371.246c-0.018-0.049,0.045-0.113,0.139-0.146l5.562-1.955l-0.007-0.02
+ l-6.361,2.236l0.576,1.639l0.631-0.221L321.196,371.246z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M321.196,371.246c-0.018-0.049,0.045-0.113,0.139-0.146l5.562-1.955l-0.007-0.02
+ l-6.361,2.236l0.576,1.639l0.631-0.221L321.196,371.246z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M321.196,371.246c-0.018-0.049,0.045-0.113,0.139-0.146l5.562-1.955l-0.007-0.02
+ l-6.361,2.236l0.576,1.639l0.631-0.221L321.196,371.246z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M321.196,371.246c-0.018-0.049,0.045-0.113,0.139-0.146l5.562-1.955l-0.007-0.02
+ l-6.361,2.236l0.576,1.639l0.631-0.221L321.196,371.246z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M321.196,371.246c-0.018-0.049,0.045-0.113,0.139-0.146l5.562-1.955l-0.007-0.02
+ l-6.361,2.236l0.576,1.639l0.631-0.221L321.196,371.246z"/>
+
+ <rect x="328.691" y="366.584" transform="matrix(0.4008 0.9162 -0.9162 0.4008 534.5536 -80.3427)" opacity="0.4" fill="#FFF7B8" width="0.017" height="3.83"/>
+
+ <rect x="328.691" y="366.584" transform="matrix(0.4008 0.9162 -0.9162 0.4008 534.5536 -80.3427)" opacity="0.4" fill="#FFF7B8" width="0.017" height="3.83"/>
+
+ <rect x="328.691" y="366.584" transform="matrix(0.4008 0.9162 -0.9162 0.4008 534.5536 -80.3427)" opacity="0.4" fill="#FFF7B8" width="0.017" height="3.83"/>
+
+ <rect x="328.691" y="366.584" transform="matrix(0.4008 0.9162 -0.9162 0.4008 534.5536 -80.3427)" opacity="0.5" fill="#D1E3B6" width="0.017" height="3.83"/>
+
+ <rect x="328.691" y="366.584" transform="matrix(0.4008 0.9162 -0.9162 0.4008 534.5536 -80.3427)" opacity="0.4" fill="#FFF7B8" width="0.017" height="3.83"/>
+
+ <rect x="328.691" y="366.584" transform="matrix(0.4008 0.9162 -0.9162 0.4008 534.5536 -80.3427)" opacity="0.4" fill="#FFF7B8" width="0.017" height="3.83"/>
+
+ <rect x="328.691" y="366.584" transform="matrix(0.4008 0.9162 -0.9162 0.4008 534.5536 -80.3427)" opacity="0.2" fill="#FFF5A2" width="0.017" height="3.83"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M335.165,366.334l-0.036-0.105l-4.626,1.629l0.007,0.016l4.455-1.564
+ C335.058,366.273,335.149,366.287,335.165,366.334z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M335.165,366.334l-0.036-0.105l-4.626,1.629l0.007,0.016l4.455-1.564
+ C335.058,366.273,335.149,366.287,335.165,366.334z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M335.165,366.334l-0.036-0.105l-4.626,1.629l0.007,0.016l4.455-1.564
+ C335.058,366.273,335.149,366.287,335.165,366.334z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M335.165,366.334l-0.036-0.105l-4.626,1.629l0.007,0.016l4.455-1.564
+ C335.058,366.273,335.149,366.287,335.165,366.334z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M335.165,366.334l-0.036-0.105l-4.626,1.629l0.007,0.016l4.455-1.564
+ C335.058,366.273,335.149,366.287,335.165,366.334z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M335.165,366.334l-0.036-0.105l-4.626,1.629l0.007,0.016l4.455-1.564
+ C335.058,366.273,335.149,366.287,335.165,366.334z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M335.165,366.334l-0.036-0.105l-4.626,1.629l0.007,0.016l4.455-1.564
+ C335.058,366.273,335.149,366.287,335.165,366.334z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M335.165,366.334l-0.036-0.105l-4.626,1.629l0.007,0.016l4.455-1.564
+ C335.058,366.273,335.149,366.287,335.165,366.334z"/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="335.703,367.867 338.596,366.85 338.019,365.213 335.129,366.229 335.165,366.334
+ "/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="335.703,367.867 338.596,366.85 338.019,365.213 335.129,366.229 335.165,366.334
+ "/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="335.703,367.867 338.596,366.85 338.019,365.213 335.129,366.229 335.165,366.334
+ "/>
+ <polygon opacity="0.5" fill="#D1E3B6" points="335.703,367.867 338.596,366.85 338.019,365.213 335.129,366.229 335.165,366.334
+ "/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="335.703,367.867 338.596,366.85 338.019,365.213 335.129,366.229 335.165,366.334
+ "/>
+ <polygon opacity="0.2" fill="#FFF5A2" points="335.703,367.867 338.596,366.85 338.019,365.213 335.129,366.229 335.165,366.334
+ "/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="335.703,367.867 338.596,366.85 338.019,365.213 335.129,366.229 335.165,366.334
+ "/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="335.703,367.867 338.596,366.85 338.019,365.213 335.129,366.229 335.165,366.334
+ "/>
+ <polygon opacity="0.2" fill="#FFF5A2" points="335.703,367.867 338.596,366.85 338.019,365.213 335.129,366.229 335.165,366.334
+ "/>
+
+ <rect x="338.286" y="365.037" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -102.1439 132.9521)" opacity="0.4" fill="#FFF7B8" width="0.766" height="1.735"/>
+
+ <rect x="338.286" y="365.037" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -102.1439 132.9521)" opacity="0.4" fill="#FFF7B8" width="0.766" height="1.735"/>
+
+ <rect x="338.286" y="365.037" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -102.1439 132.9521)" opacity="0.4" fill="#FFF7B8" width="0.766" height="1.735"/>
+
+ <rect x="338.286" y="365.037" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -102.1439 132.9521)" opacity="0.5" fill="#D1E3B6" width="0.766" height="1.735"/>
+
+ <rect x="338.286" y="365.037" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -102.1439 132.9521)" opacity="0.4" fill="#FFF7B8" width="0.766" height="1.735"/>
+
+ <rect x="338.286" y="365.037" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -102.1439 132.9521)" opacity="0.2" fill="#FFF5A2" width="0.766" height="1.735"/>
+
+ <rect x="338.286" y="365.037" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -102.1439 132.9521)" opacity="0.4" fill="#FFF7B8" width="0.766" height="1.735"/>
+
+ <rect x="338.286" y="365.037" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -102.1439 132.9521)" opacity="0.4" fill="#FFF7B8" width="0.766" height="1.735"/>
+
+ <rect x="338.286" y="365.037" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -102.1439 132.9521)" opacity="0.4" fill="#FFF7B8" width="0.766" height="1.735"/>
+
+ <rect x="338.286" y="365.037" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -102.1439 132.9521)" opacity="0.2" fill="#FFF5A2" width="0.766" height="1.735"/>
+
+ <rect x="366.711" y="354.751" transform="matrix(-0.9432 0.3322 -0.3322 -0.9432 833.1143 568.8141)" opacity="0.4" fill="#FFF7B8" width="2.452" height="1.735"/>
+
+ <rect x="366.711" y="354.751" transform="matrix(-0.9432 0.3322 -0.3322 -0.9432 833.1143 568.8141)" opacity="0.4" fill="#FFF7B8" width="2.452" height="1.735"/>
+
+ <rect x="366.711" y="354.751" transform="matrix(-0.9432 0.3322 -0.3322 -0.9432 833.1143 568.8141)" opacity="0.4" fill="#FFF7B8" width="2.452" height="1.735"/>
+
+ <rect x="366.711" y="354.751" transform="matrix(-0.9432 0.3322 -0.3322 -0.9432 833.1143 568.8141)" opacity="0.2" fill="#FFF5A2" width="2.452" height="1.735"/>
+
+ <rect x="363.046" y="353.993" transform="matrix(0.3307 0.9437 -0.9437 0.3307 580.5111 -104.4772)" opacity="0.4" fill="#FFF7B8" width="1.736" height="6.079"/>
+
+ <rect x="363.046" y="353.993" transform="matrix(0.3307 0.9437 -0.9437 0.3307 580.5111 -104.4772)" opacity="0.4" fill="#FFF7B8" width="1.736" height="6.079"/>
+
+ <rect x="363.046" y="353.993" transform="matrix(0.3307 0.9437 -0.9437 0.3307 580.5111 -104.4772)" opacity="0.4" fill="#FFF7B8" width="1.736" height="6.079"/>
+
+ <rect x="363.046" y="353.993" transform="matrix(0.3307 0.9437 -0.9437 0.3307 580.5111 -104.4772)" opacity="0.4" fill="#FFF7B8" width="1.736" height="6.079"/>
+
+ <rect x="363.046" y="353.993" transform="matrix(0.3307 0.9437 -0.9437 0.3307 580.5111 -104.4772)" opacity="0.2" fill="#FFF5A2" width="1.736" height="6.079"/>
+
+ <rect x="357.049" y="355.821" transform="matrix(0.3321 0.9433 -0.9433 0.3321 577.831 -97.7229)" opacity="0.4" fill="#FFF7B8" width="1.735" height="6.636"/>
+
+ <rect x="357.049" y="355.821" transform="matrix(0.3321 0.9433 -0.9433 0.3321 577.831 -97.7229)" opacity="0.4" fill="#FFF7B8" width="1.735" height="6.636"/>
+
+ <rect x="357.049" y="355.821" transform="matrix(0.3321 0.9433 -0.9433 0.3321 577.831 -97.7229)" opacity="0.4" fill="#FFF7B8" width="1.735" height="6.636"/>
+
+ <rect x="357.049" y="355.821" transform="matrix(0.3321 0.9433 -0.9433 0.3321 577.831 -97.7229)" opacity="0.2" fill="#FFF5A2" width="1.735" height="6.636"/>
+
+ <rect x="357.049" y="355.821" transform="matrix(0.3321 0.9433 -0.9433 0.3321 577.831 -97.7229)" opacity="0.4" fill="#FFF7B8" width="1.735" height="6.636"/>
+
+ <rect x="357.049" y="355.821" transform="matrix(0.3321 0.9433 -0.9433 0.3321 577.831 -97.7229)" opacity="0.2" fill="#FFF5A2" width="1.735" height="6.636"/>
+
+ <rect x="348.383" y="360.467" transform="matrix(-0.9433 0.332 -0.332 -0.9433 803.3636 585.4315)" opacity="0.4" fill="#FFF7B8" width="6.59" height="1.735"/>
+
+ <rect x="348.383" y="360.467" transform="matrix(-0.9433 0.332 -0.332 -0.9433 803.3636 585.4315)" opacity="0.4" fill="#FFF7B8" width="6.59" height="1.735"/>
+
+ <rect x="348.383" y="360.467" transform="matrix(-0.9433 0.332 -0.332 -0.9433 803.3636 585.4315)" opacity="0.4" fill="#FFF7B8" width="6.59" height="1.735"/>
+
+ <rect x="348.383" y="360.467" transform="matrix(-0.9433 0.332 -0.332 -0.9433 803.3636 585.4315)" opacity="0.2" fill="#FFF5A2" width="6.59" height="1.735"/>
+
+ <rect x="348.383" y="360.467" transform="matrix(-0.9433 0.332 -0.332 -0.9433 803.3636 585.4315)" opacity="0.4" fill="#FFF7B8" width="6.59" height="1.735"/>
+
+ <rect x="348.383" y="360.467" transform="matrix(-0.9433 0.332 -0.332 -0.9433 803.3636 585.4315)" opacity="0.4" fill="#FFF7B8" width="6.59" height="1.735"/>
+
+ <rect x="348.383" y="360.467" transform="matrix(-0.9433 0.332 -0.332 -0.9433 803.3636 585.4315)" opacity="0.2" fill="#FFF5A2" width="6.59" height="1.735"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M326.896,369.145l-5.562,1.955c-0.094,0.033-0.156,0.098-0.139,0.146l0.539,1.533
+ l5.729-2.018L326.896,369.145z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M326.896,369.145l-5.562,1.955c-0.094,0.033-0.156,0.098-0.139,0.146l0.539,1.533
+ l5.729-2.018L326.896,369.145z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M326.896,369.145l-5.562,1.955c-0.094,0.033-0.156,0.098-0.139,0.146l0.539,1.533
+ l5.729-2.018L326.896,369.145z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M326.896,369.145l-5.562,1.955c-0.094,0.033-0.156,0.098-0.139,0.146l0.539,1.533
+ l5.729-2.018L326.896,369.145z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M326.896,369.145l-5.562,1.955c-0.094,0.033-0.156,0.098-0.139,0.146l0.539,1.533
+ l5.729-2.018L326.896,369.145z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M326.896,369.145l-5.562,1.955c-0.094,0.033-0.156,0.098-0.139,0.146l0.539,1.533
+ l5.729-2.018L326.896,369.145z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M326.896,369.145l-5.562,1.955c-0.094,0.033-0.156,0.098-0.139,0.146l0.539,1.533
+ l5.729-2.018L326.896,369.145z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M331.102,369.486c-0.033-0.051-0.063-0.107-0.085-0.166l-0.507-1.447l-3.614,1.271
+ l0.568,1.617L331.102,369.486z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M331.102,369.486c-0.033-0.051-0.063-0.107-0.085-0.166l-0.507-1.447l-3.614,1.271
+ l0.568,1.617L331.102,369.486z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M331.102,369.486c-0.033-0.051-0.063-0.107-0.085-0.166l-0.507-1.447l-3.614,1.271
+ l0.568,1.617L331.102,369.486z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M331.102,369.486c-0.033-0.051-0.063-0.107-0.085-0.166l-0.507-1.447l-3.614,1.271
+ l0.568,1.617L331.102,369.486z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M331.102,369.486c-0.033-0.051-0.063-0.107-0.085-0.166l-0.507-1.447l-3.614,1.271
+ l0.568,1.617L331.102,369.486z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M331.102,369.486c-0.033-0.051-0.063-0.107-0.085-0.166l-0.507-1.447l-3.614,1.271
+ l0.568,1.617L331.102,369.486z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M331.102,369.486c-0.033-0.051-0.063-0.107-0.085-0.166l-0.507-1.447l-3.614,1.271
+ l0.568,1.617L331.102,369.486z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M331.102,369.486c-0.033-0.051-0.063-0.107-0.085-0.166l-0.507-1.447l-3.614,1.271
+ l0.568,1.617L331.102,369.486z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M331.102,369.486l4.602-1.619l-0.538-1.533c-0.017-0.047-0.107-0.061-0.2-0.025
+ l-4.455,1.564l0.507,1.447C331.039,369.379,331.069,369.436,331.102,369.486z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M331.102,369.486l4.602-1.619l-0.538-1.533c-0.017-0.047-0.107-0.061-0.2-0.025
+ l-4.455,1.564l0.507,1.447C331.039,369.379,331.069,369.436,331.102,369.486z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M331.102,369.486l4.602-1.619l-0.538-1.533c-0.017-0.047-0.107-0.061-0.2-0.025
+ l-4.455,1.564l0.507,1.447C331.039,369.379,331.069,369.436,331.102,369.486z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M331.102,369.486l4.602-1.619l-0.538-1.533c-0.017-0.047-0.107-0.061-0.2-0.025
+ l-4.455,1.564l0.507,1.447C331.039,369.379,331.069,369.436,331.102,369.486z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M331.102,369.486l4.602-1.619l-0.538-1.533c-0.017-0.047-0.107-0.061-0.2-0.025
+ l-4.455,1.564l0.507,1.447C331.039,369.379,331.069,369.436,331.102,369.486z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M331.102,369.486l4.602-1.619l-0.538-1.533c-0.017-0.047-0.107-0.061-0.2-0.025
+ l-4.455,1.564l0.507,1.447C331.039,369.379,331.069,369.436,331.102,369.486z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M331.102,369.486l4.602-1.619l-0.538-1.533c-0.017-0.047-0.107-0.061-0.2-0.025
+ l-4.455,1.564l0.507,1.447C331.039,369.379,331.069,369.436,331.102,369.486z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M331.102,369.486l4.602-1.619l-0.538-1.533c-0.017-0.047-0.107-0.061-0.2-0.025
+ l-4.455,1.564l0.507,1.447C331.039,369.379,331.069,369.436,331.102,369.486z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M331.102,369.486l4.602-1.619l-0.538-1.533c-0.017-0.047-0.107-0.061-0.2-0.025
+ l-4.455,1.564l0.507,1.447C331.039,369.379,331.069,369.436,331.102,369.486z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M286.319,376.75c-0.258,0.09-0.464,0.176-0.459,0.189l0.797,2.268
+ c0.006,0.012,0.219-0.049,0.476-0.139l1.491-0.523l-0.814-2.318L286.319,376.75z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M286.319,376.75c-0.258,0.09-0.464,0.176-0.459,0.189l0.797,2.268
+ c0.006,0.012,0.219-0.049,0.476-0.139l1.491-0.523l-0.814-2.318L286.319,376.75z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M286.319,376.75c-0.258,0.09-0.464,0.176-0.459,0.189l0.797,2.268
+ c0.006,0.012,0.219-0.049,0.476-0.139l1.491-0.523l-0.814-2.318L286.319,376.75z"/>
+
+ <rect x="287.366" y="371.178" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -106.3917 121.3573)" opacity="0.4" fill="#FFF7B8" width="30.03" height="2.457"/>
+
+ <rect x="287.366" y="371.178" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -106.3917 121.3573)" opacity="0.4" fill="#FFF7B8" width="30.03" height="2.457"/>
+
+ <rect x="287.366" y="371.178" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -106.3917 121.3573)" opacity="0.5" fill="#D1E3B6" width="30.03" height="2.457"/>
+
+ <rect x="287.366" y="371.178" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -106.3917 121.3573)" opacity="0.5" fill="#D1E3B6" width="30.03" height="2.457"/>
+
+ <rect x="344.732" y="356.398" transform="matrix(0.3316 0.9434 -0.9434 0.3316 568.1472 -87.699)" opacity="0.4" fill="#FFF7B8" width="2.459" height="1.38"/>
+
+ <rect x="344.732" y="356.398" transform="matrix(0.3316 0.9434 -0.9434 0.3316 568.1472 -87.699)" opacity="0.4" fill="#FFF7B8" width="2.459" height="1.38"/>
+
+ <rect x="344.732" y="356.398" transform="matrix(0.3316 0.9434 -0.9434 0.3316 568.1472 -87.699)" opacity="0.4" fill="#FFF7B8" width="2.459" height="1.38"/>
+
+ <rect x="344.732" y="356.398" transform="matrix(0.3316 0.9434 -0.9434 0.3316 568.1472 -87.699)" opacity="0.2" fill="#FFF5A2" width="2.459" height="1.38"/>
+
+ <rect x="344.732" y="356.398" transform="matrix(0.3316 0.9434 -0.9434 0.3316 568.1472 -87.699)" opacity="0.4" fill="#FFF7B8" width="2.459" height="1.38"/>
+
+ <rect x="344.732" y="356.398" transform="matrix(0.3316 0.9434 -0.9434 0.3316 568.1472 -87.699)" opacity="0.5" fill="#D1E3B6" width="2.459" height="1.38"/>
+
+ <rect x="339.963" y="354.399" transform="matrix(0.3316 0.9434 -0.9434 0.3316 566.5409 -82.0784)" opacity="0.4" fill="#FFF7B8" width="2.459" height="8.732"/>
+
+ <rect x="339.963" y="354.399" transform="matrix(0.3316 0.9434 -0.9434 0.3316 566.5409 -82.0784)" opacity="0.4" fill="#FFF7B8" width="2.459" height="8.732"/>
+
+ <rect x="339.963" y="354.399" transform="matrix(0.3316 0.9434 -0.9434 0.3316 566.5409 -82.0784)" opacity="0.4" fill="#FFF7B8" width="2.459" height="8.732"/>
+
+ <rect x="339.963" y="354.399" transform="matrix(0.3316 0.9434 -0.9434 0.3316 566.5409 -82.0784)" opacity="0.2" fill="#FFF5A2" width="2.459" height="8.732"/>
+
+ <rect x="339.963" y="354.399" transform="matrix(0.3316 0.9434 -0.9434 0.3316 566.5409 -82.0784)" opacity="0.4" fill="#FFF7B8" width="2.459" height="8.732"/>
+
+ <rect x="339.963" y="354.399" transform="matrix(0.3316 0.9434 -0.9434 0.3316 566.5409 -82.0784)" opacity="0.4" fill="#FFF7B8" width="2.459" height="8.732"/>
+
+ <rect x="339.963" y="354.399" transform="matrix(0.3316 0.9434 -0.9434 0.3316 566.5409 -82.0784)" opacity="0.5" fill="#D1E3B6" width="2.459" height="8.732"/>
+
+ <rect x="316.474" y="365.794" transform="matrix(0.3322 0.9432 -0.9432 0.3322 558.3585 -54.5536)" opacity="0.4" fill="#FFF7B8" width="2.458" height="2.452"/>
+
+ <rect x="316.474" y="365.794" transform="matrix(0.3322 0.9432 -0.9432 0.3322 558.3585 -54.5536)" opacity="0.4" fill="#FFF7B8" width="2.458" height="2.452"/>
+
+ <rect x="316.474" y="365.794" transform="matrix(0.3322 0.9432 -0.9432 0.3322 558.3585 -54.5536)" opacity="0.5" fill="#D1E3B6" width="2.458" height="2.452"/>
+
+ <rect x="316.474" y="365.794" transform="matrix(0.3322 0.9432 -0.9432 0.3322 558.3585 -54.5536)" opacity="0.4" fill="#FFF7B8" width="2.458" height="2.452"/>
+
+ <rect x="316.474" y="365.794" transform="matrix(0.3322 0.9432 -0.9432 0.3322 558.3585 -54.5536)" opacity="0.5" fill="#D1E3B6" width="2.458" height="2.452"/>
+
+ <rect x="318.561" y="363.63" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -102.6623 128.028)" opacity="0.4" fill="#FFF7B8" width="10.573" height="2.458"/>
+
+ <rect x="318.561" y="363.63" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -102.6623 128.028)" opacity="0.4" fill="#FFF7B8" width="10.573" height="2.458"/>
+
+ <rect x="318.561" y="363.63" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -102.6623 128.028)" opacity="0.4" fill="#FFF7B8" width="10.573" height="2.458"/>
+
+ <rect x="318.561" y="363.63" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -102.6623 128.028)" opacity="0.5" fill="#D1E3B6" width="10.573" height="2.458"/>
+
+ <rect x="318.561" y="363.63" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -102.6623 128.028)" opacity="0.4" fill="#FFF7B8" width="10.573" height="2.458"/>
+
+ <rect x="318.561" y="363.63" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -102.6623 128.028)" opacity="0.5" fill="#D1E3B6" width="10.573" height="2.458"/>
+
+ <rect x="329.916" y="359.844" transform="matrix(0.3313 0.9435 -0.9435 0.3313 563.2698 -70.1794)" opacity="0.4" fill="#FFF7B8" width="2.461" height="4.903"/>
+
+ <rect x="329.916" y="359.844" transform="matrix(0.3313 0.9435 -0.9435 0.3313 563.2698 -70.1794)" opacity="0.4" fill="#FFF7B8" width="2.461" height="4.903"/>
+
+ <rect x="329.916" y="359.844" transform="matrix(0.3313 0.9435 -0.9435 0.3313 563.2698 -70.1794)" opacity="0.4" fill="#FFF7B8" width="2.461" height="4.903"/>
+
+ <rect x="329.916" y="359.844" transform="matrix(0.3313 0.9435 -0.9435 0.3313 563.2698 -70.1794)" opacity="0.5" fill="#D1E3B6" width="2.461" height="4.903"/>
+
+ <rect x="329.916" y="359.844" transform="matrix(0.3313 0.9435 -0.9435 0.3313 563.2698 -70.1794)" opacity="0.4" fill="#FFF7B8" width="2.461" height="4.903"/>
+
+ <rect x="329.916" y="359.844" transform="matrix(0.3313 0.9435 -0.9435 0.3313 563.2698 -70.1794)" opacity="0.4" fill="#FFF7B8" width="2.461" height="4.903"/>
+
+ <rect x="329.916" y="359.844" transform="matrix(0.3313 0.9435 -0.9435 0.3313 563.2698 -70.1794)" opacity="0.5" fill="#D1E3B6" width="2.461" height="4.903"/>
+
+ <rect x="333.372" y="359.744" transform="matrix(0.9437 -0.3308 0.3308 0.9437 -100.5602 131.1177)" opacity="0.4" fill="#FFF7B8" width="3.064" height="2.461"/>
+
+ <rect x="333.372" y="359.744" transform="matrix(0.9437 -0.3308 0.3308 0.9437 -100.5602 131.1177)" opacity="0.4" fill="#FFF7B8" width="3.064" height="2.461"/>
+
+ <rect x="333.372" y="359.744" transform="matrix(0.9437 -0.3308 0.3308 0.9437 -100.5602 131.1177)" opacity="0.4" fill="#FFF7B8" width="3.064" height="2.461"/>
+
+ <rect x="333.372" y="359.744" transform="matrix(0.9437 -0.3308 0.3308 0.9437 -100.5602 131.1177)" opacity="0.5" fill="#D1E3B6" width="3.064" height="2.461"/>
+
+ <rect x="333.372" y="359.744" transform="matrix(0.9437 -0.3308 0.3308 0.9437 -100.5602 131.1177)" opacity="0.2" fill="#FFF5A2" width="3.064" height="2.461"/>
+
+ <rect x="333.372" y="359.744" transform="matrix(0.9437 -0.3308 0.3308 0.9437 -100.5602 131.1177)" opacity="0.4" fill="#FFF7B8" width="3.064" height="2.461"/>
+
+ <rect x="333.372" y="359.744" transform="matrix(0.9437 -0.3308 0.3308 0.9437 -100.5602 131.1177)" opacity="0.4" fill="#FFF7B8" width="3.064" height="2.461"/>
+
+ <rect x="333.372" y="359.744" transform="matrix(0.9437 -0.3308 0.3308 0.9437 -100.5602 131.1177)" opacity="0.5" fill="#D1E3B6" width="3.064" height="2.461"/>
+
+ <rect x="335.483" y="359.955" transform="matrix(0.3311 0.9436 -0.9436 0.3311 565.2431 -76.6871)" opacity="0.4" fill="#FFF7B8" width="2.457" height="0.767"/>
+
+ <rect x="335.483" y="359.955" transform="matrix(0.3311 0.9436 -0.9436 0.3311 565.2431 -76.6871)" opacity="0.4" fill="#FFF7B8" width="2.457" height="0.767"/>
+
+ <rect x="335.483" y="359.955" transform="matrix(0.3311 0.9436 -0.9436 0.3311 565.2431 -76.6871)" opacity="0.4" fill="#FFF7B8" width="2.457" height="0.767"/>
+
+ <rect x="335.483" y="359.955" transform="matrix(0.3311 0.9436 -0.9436 0.3311 565.2431 -76.6871)" opacity="0.5" fill="#D1E3B6" width="2.457" height="0.767"/>
+
+ <rect x="335.483" y="359.955" transform="matrix(0.3311 0.9436 -0.9436 0.3311 565.2431 -76.6871)" opacity="0.2" fill="#FFF5A2" width="2.457" height="0.767"/>
+
+ <rect x="335.483" y="359.955" transform="matrix(0.3311 0.9436 -0.9436 0.3311 565.2431 -76.6871)" opacity="0.4" fill="#FFF7B8" width="2.457" height="0.767"/>
+
+ <rect x="335.483" y="359.955" transform="matrix(0.3311 0.9436 -0.9436 0.3311 565.2431 -76.6871)" opacity="0.4" fill="#FFF7B8" width="2.457" height="0.767"/>
+
+ <rect x="335.483" y="359.955" transform="matrix(0.3311 0.9436 -0.9436 0.3311 565.2431 -76.6871)" opacity="0.4" fill="#FFF7B8" width="2.457" height="0.767"/>
+
+ <rect x="335.483" y="359.955" transform="matrix(0.3311 0.9436 -0.9436 0.3311 565.2431 -76.6871)" opacity="0.5" fill="#D1E3B6" width="2.457" height="0.767"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M352.659,356.035c0.26-0.09,0.463-0.176,0.458-0.189l-0.797-2.268
+ c-0.006-0.014-0.218,0.049-0.477,0.139l-5.639,1.982l0.815,2.32L352.659,356.035z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M352.659,356.035c0.26-0.09,0.463-0.176,0.458-0.189l-0.797-2.268
+ c-0.006-0.014-0.218,0.049-0.477,0.139l-5.639,1.982l0.815,2.32L352.659,356.035z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M352.659,356.035c0.26-0.09,0.463-0.176,0.458-0.189l-0.797-2.268
+ c-0.006-0.014-0.218,0.049-0.477,0.139l-5.639,1.982l0.815,2.32L352.659,356.035z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M352.659,356.035c0.26-0.09,0.463-0.176,0.458-0.189l-0.797-2.268
+ c-0.006-0.014-0.218,0.049-0.477,0.139l-5.639,1.982l0.815,2.32L352.659,356.035z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M352.659,356.035c0.26-0.09,0.463-0.176,0.458-0.189l-0.797-2.268
+ c-0.006-0.014-0.218,0.049-0.477,0.139l-5.639,1.982l0.815,2.32L352.659,356.035z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M352.659,356.035c0.26-0.09,0.463-0.176,0.458-0.189l-0.797-2.268
+ c-0.006-0.014-0.218,0.049-0.477,0.139l-5.639,1.982l0.815,2.32L352.659,356.035z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M352.659,356.035c0.26-0.09,0.463-0.176,0.458-0.189l-0.797-2.268
+ c-0.006-0.014-0.218,0.049-0.477,0.139l-5.639,1.982l0.815,2.32L352.659,356.035z"/>
+ </g>
+ <path opacity="0.4" fill="#1A3C4C" d="M358.448,143.973c73.096-25.693,153.178,12.732,178.871,85.828
+ c25.694,73.095-12.732,153.181-85.828,178.876c-73.093,25.691-153.178-12.732-178.871-85.832
+ C246.925,249.752,285.352,169.668,358.448,143.973z"/>
+
+ <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-950.301" y1="195.7827" x2="-950.301" y2="-494.5669" gradientTransform="matrix(-1 0 0 -1 -402.8481 503.2041)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="0.097" style="stop-color:#FFFFFF;stop-opacity:0.903"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+
+ <line opacity="0.3" fill="#F5F5F5" stroke="url(#SVGID_1_)" stroke-width="3" stroke-miterlimit="10" x1="547.452" y1="307.422" x2="547.452" y2="997.771"/>
+
+ <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="144.7825" y1="364.8203" x2="144.7824" y2="-381.1729" gradientTransform="matrix(1 0 0 1 103.2568 -50.5977)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="0.097" style="stop-color:#FFFFFF;stop-opacity:0.903"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+
+ <line opacity="0.3" fill="#F5F5F5" stroke="url(#SVGID_2_)" stroke-width="3" stroke-miterlimit="10" x1="248.039" y1="314.223" x2="248.039" y2="-431.771"/>
+ </g>
+ <g id="universal">
+ <g opacity="0.8" enable-background="new ">
+ <g>
+ <path fill="#FFFFFF" d="M-291.121,352.479c0,1.535,0.004,2.729,0.012,3.576c0.009,0.852,0.026,1.627,0.058,2.334
+ c0.028,0.693,0.069,1.17,0.124,1.434c0.053,0.264,0.146,0.529,0.281,0.801c-0.256-0.045-0.512-0.078-0.768-0.104
+ c-0.256-0.02-0.549-0.031-0.88-0.031c-0.316,0-0.587,0.012-0.813,0.031c-0.226,0.023-0.487,0.049-0.788,0.08l-0.113,0.023
+ c0.135-0.332,0.229-0.637,0.282-0.914c0.053-0.277,0.086-0.729,0.102-1.344c0.045-1.068,0.068-2.182,0.068-3.34
+ c0-0.27,0-0.684,0-1.24c-0.018-0.691-0.022-1.113-0.022-1.266v-2.91c-0.016-0.813-0.026-1.379-0.034-1.701
+ c-0.008-0.324-0.024-0.766-0.056-1.32v-0.045c-0.316-0.018-0.681-0.031-1.095-0.045c-0.414-0.018-0.786-0.023-1.117-0.023
+ c-0.542,0-0.935,0.072-1.173,0.215c-0.241,0.145-0.451,0.334-0.632,0.574l-0.022,0.023c0.015-0.209,0.022-0.443,0.022-0.699
+ s0.007-0.488,0.021-0.699c0-0.375-0.016-0.783-0.045-1.219c0-0.029,0-0.076,0-0.135c0.12,0,0.331,0.014,0.632,0.045
+ c0.393,0.029,0.686,0.053,0.88,0.066c0.935,0.029,1.986,0.045,3.159,0.045c0.707,0,1.564-0.008,2.572-0.021
+ c0.722-0.016,1.396-0.035,2.02-0.057c0.624-0.023,1.097-0.049,1.41-0.078c-0.016,0.166-0.03,0.354-0.045,0.563
+ c-0.015,0.211-0.021,0.467-0.021,0.77c0,0.27,0.004,0.477,0.012,0.617c0.007,0.145,0.024,0.357,0.056,0.645v0.045
+ c-0.166-0.209-0.369-0.373-0.607-0.484c-0.24-0.111-0.654-0.17-1.241-0.17c-0.692,0-1.294,0.008-1.807,0.023
+ c-0.148,0.016-0.271,0.021-0.359,0.021l-0.068,2.955v2.957h-0.003V352.479z"/>
+ <path fill="#FFFFFF" d="M-277.877,357.486c0,0.92,0.031,1.576,0.09,1.977c0.063,0.396,0.181,0.779,0.361,1.139
+ c-0.255-0.045-0.496-0.074-0.723-0.09c-0.226-0.014-0.487-0.02-0.788-0.02c-0.56,0-1.113,0.035-1.672,0.109
+ c0.106-0.18,0.179-0.338,0.217-0.473s0.07-0.346,0.102-0.633c0.045-0.512,0.071-1.16,0.079-1.951
+ c0.008-0.789,0.011-2.154,0.011-4.094c0-1.311-0.078-2.213-0.235-2.709c-0.159-0.496-0.575-0.744-1.254-0.744
+ c-0.571,0-1.009,0.162-1.309,0.484c-0.302,0.322-0.511,0.732-0.632,1.229c-0.106,0.422-0.173,0.99-0.203,1.705
+ c-0.031,0.715-0.045,2.004-0.045,3.869v0.135c0.014,0.633,0.025,1.098,0.034,1.396c0.007,0.303,0.021,0.555,0.044,0.758
+ c0.021,0.201,0.049,0.377,0.08,0.52c0.029,0.143,0.083,0.313,0.159,0.508c-0.241-0.045-0.459-0.076-0.655-0.09
+ c-0.196-0.016-0.43-0.021-0.699-0.021c-0.376,0-0.806,0.027-1.286,0.09c-0.166,0.016-0.271,0.021-0.314,0.021
+ c0.09-0.148,0.152-0.291,0.19-0.418c0.036-0.127,0.063-0.318,0.078-0.574c0.015-0.137,0.026-0.252,0.034-0.352
+ c0.007-0.096,0.014-0.25,0.021-0.461c0.009-0.209,0.026-0.902,0.058-2.076v-0.135l0.021-7.898c0-0.254,0-0.504,0-0.744
+ s-0.016-0.529-0.046-0.867c-0.028-0.34-0.065-0.662-0.11-0.973c-0.047-0.309-0.113-0.561-0.204-0.756
+ c-0.09-0.225-0.248-0.43-0.476-0.607l-0.045-0.047c0.828-0.09,1.47-0.201,1.932-0.338c0.458-0.137,0.903-0.332,1.342-0.586
+ c-0.044,0.496-0.075,0.92-0.09,1.275c-0.018,0.354-0.03,0.979-0.044,1.883v0.293l-0.023,3.385c0.12-0.301,0.24-0.566,0.36-0.801
+ c0.121-0.23,0.297-0.475,0.529-0.723c0.234-0.248,0.534-0.457,0.902-0.631c0.369-0.174,0.816-0.262,1.343-0.262
+ c0.842,0,1.514,0.203,2.007,0.609c0.377,0.301,0.617,0.67,0.725,1.105c0.104,0.438,0.158,1.105,0.158,2.01L-277.877,357.486z"/>
+ <path fill="#FFFFFF" d="M-267.429,354.734h-6.002c0,0.438,0.029,0.873,0.09,1.311c0.061,0.436,0.201,0.887,0.419,1.354
+ s0.578,0.857,1.082,1.174c0.505,0.314,1.164,0.475,1.975,0.475c0.588,0,1.06-0.063,1.41-0.182
+ c0.354-0.119,0.696-0.285,1.027-0.496l-0.022,0.066c-0.06,0.375-0.108,0.699-0.146,0.973c-0.037,0.27-0.057,0.602-0.057,0.99
+ c-0.016,0-0.029,0.01-0.046,0.023c-0.331,0.09-0.688,0.164-1.069,0.225c-0.386,0.063-0.907,0.09-1.569,0.09
+ c-1.79,0-3.156-0.508-4.094-1.521c-0.941-1.014-1.41-2.635-1.41-4.861c0-0.525,0.033-1.092,0.102-1.691
+ c0.067-0.604,0.244-1.252,0.53-1.951c0.285-0.699,0.752-1.297,1.396-1.795c0.648-0.496,1.507-0.744,2.574-0.744
+ c0.796,0,1.454,0.143,1.976,0.43c0.518,0.285,0.913,0.668,1.184,1.15c0.271,0.479,0.456,1.021,0.553,1.625
+ c0.099,0.602,0.148,1.275,0.148,2.027L-267.429,354.734z M-269.618,353.178c0-0.557-0.021-1.039-0.066-1.445
+ c-0.044-0.404-0.128-0.758-0.248-1.059c-0.285-0.693-0.796-1.039-1.535-1.039c-0.736,0-1.271,0.354-1.604,1.061
+ c-0.134,0.316-0.233,0.686-0.304,1.105s-0.102,0.879-0.102,1.377H-269.618L-269.618,353.178z"/>
+ <path fill="#FFFFFF" d="M-251.567,356.178c0,1.053,0.007,1.756,0.014,2.111c0.009,0.354,0.035,0.68,0.079,0.979
+ c0.028,0.361,0.086,0.631,0.169,0.814c0.082,0.18,0.197,0.346,0.351,0.496c-0.438-0.063-0.903-0.09-1.397-0.09
+ c-0.361,0-0.846,0.027-1.445,0.09l-0.065-2.145c-0.137,0.271-0.273,0.52-0.419,0.744c-0.144,0.227-0.335,0.459-0.575,0.701
+ c-0.238,0.24-0.536,0.438-0.891,0.596c-0.354,0.16-0.764,0.238-1.229,0.238c-0.258,0-0.509-0.016-0.758-0.045
+ c-0.247-0.031-0.506-0.105-0.775-0.227c-0.513-0.227-0.868-0.537-1.071-0.938s-0.306-0.975-0.306-1.729l0.022-4.984v-0.383
+ c-0.016-0.889-0.024-1.492-0.035-1.816c-0.007-0.324-0.025-0.613-0.055-0.869c-0.062-0.391-0.147-0.658-0.26-0.801
+ s-0.269-0.26-0.462-0.35h-0.022c0.889,0,1.571-0.045,2.055-0.137c0.479-0.09,0.909-0.211,1.284-0.359
+ c-0.074,0.346-0.124,0.643-0.146,0.893c-0.022,0.248-0.035,0.627-0.035,1.139l-0.022,5.076c0,0.918,0,1.496,0,1.738
+ c0,0.24,0.018,0.457,0.048,0.654c0.013,0.148,0.035,0.293,0.064,0.428c0.031,0.137,0.091,0.279,0.182,0.43
+ c0.092,0.15,0.232,0.279,0.431,0.383c0.195,0.105,0.441,0.158,0.745,0.158c0.45,0,0.813-0.094,1.093-0.283
+ c0.279-0.188,0.489-0.424,0.632-0.709c0.145-0.285,0.24-0.57,0.294-0.855c0.053-0.285,0.086-0.586,0.103-0.902
+ c0.062-0.588,0.095-1.236,0.102-1.953c0.009-0.713,0.014-1.807,0.014-3.281c0-0.871-0.047-1.445-0.137-1.727
+ c-0.091-0.279-0.263-0.508-0.519-0.688c0.778-0.016,1.387-0.057,1.814-0.125c0.427-0.066,0.877-0.197,1.342-0.396
+ c-0.044,0.271-0.078,0.521-0.102,0.746s-0.037,0.465-0.044,0.721c-0.009,0.26-0.017,0.674-0.024,1.252
+ c-0.007,0.58-0.018,1.264-0.031,2.043v0.361v2.998h-0.01V356.178z"/>
+ <path fill="#FFFFFF" d="M-240.759,358.367v0.156c0.013,0.496,0.044,0.9,0.088,1.207c0.046,0.311,0.128,0.6,0.249,0.869
+ c-0.135-0.016-0.249-0.031-0.337-0.045c-0.212-0.014-0.424-0.029-0.633-0.045c-0.212-0.014-0.461-0.021-0.745-0.021
+ c-0.24,0-0.451,0.008-0.632,0.021c-0.183,0.016-0.393,0.045-0.635,0.09l0.024-0.09c0.044-0.119,0.079-0.229,0.102-0.326
+ c0.021-0.098,0.039-0.223,0.057-0.373c0.016-0.104,0.029-0.301,0.047-0.586c0.015-0.287,0.028-0.557,0.044-0.813
+ c0.016-0.604,0.022-1.09,0.022-1.469v-2.436c0-0.781-0.005-1.443-0.014-1.986c-0.007-0.541-0.026-0.924-0.055-1.148
+ c-0.018-0.166-0.042-0.32-0.08-0.463c-0.037-0.145-0.105-0.289-0.202-0.439c-0.1-0.15-0.245-0.273-0.44-0.373
+ c-0.194-0.098-0.441-0.145-0.743-0.145c-0.571,0-1,0.166-1.285,0.496c-0.286,0.33-0.482,0.736-0.588,1.219
+ c-0.044,0.195-0.079,0.414-0.104,0.654c-0.021,0.238-0.042,0.533-0.055,0.881c-0.016,0.479-0.024,1.631-0.024,3.449v0.092
+ c0.018,0.9,0.024,1.52,0.024,1.85c0,0.332,0.007,0.615,0.021,0.846c0.018,0.234,0.038,0.432,0.068,0.588
+ c0.029,0.158,0.075,0.35,0.135,0.574c-0.512-0.059-1.021-0.09-1.533-0.09c-0.256,0-0.487,0.008-0.699,0.023
+ c-0.209,0.014-0.43,0.037-0.654,0.066v-0.021c0.09-0.211,0.158-0.418,0.202-0.621c0.047-0.203,0.077-0.588,0.091-1.16
+ c0-0.09,0.009-0.482,0.024-1.174c0.026-1.369,0.044-2.498,0.044-3.385c0-1.01-0.013-1.885-0.033-2.629
+ c-0.021-0.744-0.06-1.273-0.104-1.592c-0.046-0.391-0.11-0.67-0.2-0.834c-0.093-0.166-0.221-0.322-0.388-0.475
+ c0.813-0.045,1.419-0.119,1.817-0.227c0.397-0.104,0.785-0.256,1.161-0.449v2.391l0.021-0.045
+ c0.105-0.271,0.217-0.516,0.328-0.734c0.112-0.217,0.282-0.441,0.507-0.676c0.229-0.232,0.522-0.424,0.895-0.576
+ c0.368-0.148,0.813-0.225,1.342-0.225c0.661,0,1.192,0.104,1.591,0.314c0.399,0.211,0.688,0.48,0.857,0.813
+ c0.172,0.332,0.286,0.678,0.339,1.039c0.053,0.359,0.08,0.768,0.08,1.217v0.023v6.789h0.003V358.367z"/>
+ <path fill="#FFFFFF" d="M-235.751,354.057c0,0.889,0,1.482,0,1.783c0,0.902,0.007,1.613,0.022,2.133
+ c0.015,0.52,0.035,0.939,0.066,1.264c0.028,0.324,0.07,0.582,0.123,0.777c0.053,0.197,0.132,0.395,0.238,0.588
+ c-0.258-0.045-0.482-0.076-0.68-0.09c-0.193-0.016-0.442-0.021-0.742-0.021c-0.588,0-1.167,0.035-1.738,0.111
+ c0.121-0.24,0.207-0.48,0.26-0.723c0.054-0.24,0.093-0.699,0.124-1.377c0.03-0.496,0.048-1.139,0.059-1.928
+ c0.007-0.791,0.012-1.6,0.012-2.428c0-0.945-0.009-1.805-0.022-2.57c-0.016-0.768-0.046-1.293-0.09-1.58
+ c-0.047-0.393-0.115-0.658-0.205-0.801c-0.088-0.143-0.225-0.281-0.403-0.418h-0.022c0.917-0.09,1.575-0.18,1.975-0.27
+ c0.398-0.09,0.815-0.242,1.251-0.453c-0.09,0.467-0.146,0.883-0.169,1.252c-0.021,0.369-0.031,0.951-0.031,1.75
+ C-235.728,351.898-235.735,352.9-235.751,354.057z M-235.989,346.746c-0.187,0.271-0.506,0.406-0.958,0.406
+ c-0.39,0-0.696-0.131-0.926-0.396c-0.225-0.262-0.337-0.613-0.337-1.049c0-0.404,0.093-0.766,0.282-1.072
+ c0.188-0.307,0.521-0.461,1.003-0.461c0.451,0,0.769,0.135,0.947,0.406c0.181,0.27,0.271,0.615,0.271,1.037
+ C-235.707,346.1-235.799,346.475-235.989,346.746z"/>
+ <path fill="#FFFFFF" d="M-226.545,354.893c-0.105,0.422-0.22,0.855-0.339,1.297c-0.121,0.443-0.216,0.807-0.282,1.082
+ c-0.068,0.279-0.15,0.639-0.247,1.072c-0.099,0.438-0.271,1.182-0.509,2.234h-0.022c-0.255-0.031-0.493-0.059-0.711-0.078
+ c-0.219-0.023-0.477-0.035-0.778-0.035c-0.301,0-0.549,0.008-0.743,0.023c-0.195,0.014-0.442,0.035-0.744,0.066
+ c-0.031,0-0.082,0.008-0.156,0.021c0-0.029-0.009-0.061-0.024-0.09c-0.073-0.438-0.135-0.764-0.181-0.98
+ c-0.044-0.219-0.128-0.584-0.247-1.096l-1.468-5.936c-0.017-0.074-0.03-0.127-0.044-0.158c-0.256-0.963-0.484-1.77-0.689-2.426
+ c-0.203-0.654-0.426-1.176-0.665-1.566h0.067c0.287,0.061,0.489,0.09,0.606,0.09c0.152,0.016,0.399,0.021,0.745,0.021
+ c0.377,0,0.707-0.012,0.993-0.033c0.287-0.021,0.597-0.049,0.926-0.078c-0.062,0.193-0.09,0.398-0.09,0.607
+ c0,0.438,0.105,1.219,0.314,2.348c0.212,1.129,0.563,2.857,1.061,5.189l0.521,2.189l0.521-2.213
+ c0.015-0.09,0.044-0.227,0.088-0.406c0.229-0.902,0.427-1.699,0.602-2.393c0.172-0.691,0.325-1.346,0.462-1.963
+ c0.135-0.617,0.247-1.174,0.338-1.67c0.09-0.496,0.136-0.855,0.136-1.082c0-0.256-0.062-0.459-0.181-0.607
+ c0.06,0,0.172,0.016,0.338,0.045c0.105,0.016,0.205,0.027,0.295,0.045c0.062,0,0.156,0,0.293,0c0.165,0.016,0.3,0.02,0.405,0.02
+ c0.313,0,0.586-0.01,0.813-0.031c0.227-0.023,0.458-0.051,0.698-0.078c-0.147,0.27-0.282,0.523-0.395,0.766
+ c-0.113,0.242-0.211,0.48-0.293,0.723c-0.084,0.24-0.176,0.541-0.271,0.902c-0.1,0.361-0.214,0.783-0.351,1.264
+ L-226.545,354.893z"/>
+ <path fill="#FFFFFF" d="M-215.737,354.734h-6.002c0,0.438,0.028,0.873,0.091,1.311c0.062,0.436,0.198,0.887,0.416,1.354
+ s0.58,0.857,1.084,1.174c0.503,0.314,1.161,0.475,1.977,0.475c0.586,0,1.056-0.063,1.408-0.182
+ c0.354-0.119,0.694-0.285,1.026-0.496l-0.021,0.066c-0.062,0.375-0.108,0.699-0.146,0.973c-0.038,0.27-0.058,0.602-0.058,0.99
+ c-0.018,0-0.028,0.01-0.044,0.023c-0.331,0.09-0.689,0.164-1.073,0.225c-0.384,0.063-0.905,0.09-1.566,0.09
+ c-1.792,0-3.154-0.508-4.097-1.521c-0.94-1.014-1.41-2.635-1.41-4.861c0-0.525,0.035-1.092,0.103-1.691
+ c0.067-0.604,0.243-1.252,0.53-1.951c0.284-0.699,0.751-1.297,1.399-1.795c0.646-0.496,1.502-0.744,2.571-0.744
+ c0.797,0,1.454,0.143,1.974,0.43c0.521,0.285,0.915,0.668,1.186,1.15c0.271,0.479,0.454,1.021,0.556,1.625
+ c0.097,0.602,0.146,1.275,0.146,2.027L-215.737,354.734z M-217.927,353.178c0-0.557-0.022-1.039-0.066-1.445
+ c-0.046-0.404-0.128-0.758-0.249-1.059c-0.286-0.693-0.798-1.039-1.533-1.039c-0.738,0-1.271,0.354-1.603,1.061
+ c-0.139,0.316-0.237,0.686-0.308,1.105c-0.064,0.422-0.102,0.879-0.102,1.377H-217.927L-217.927,353.178z"/>
+ <path fill="#FFFFFF" d="M-213.593,353.719c0-1.068-0.011-1.895-0.024-2.48c-0.016-0.588-0.049-1.055-0.102-1.398
+ c-0.055-0.346-0.136-0.605-0.247-0.779c-0.114-0.172-0.275-0.305-0.486-0.395c0.558,0,1.088-0.037,1.591-0.113
+ c0.505-0.076,1.06-0.232,1.659-0.473l-0.159,3.293c0.137-0.316,0.282-0.625,0.441-0.926c0.158-0.303,0.39-0.629,0.696-0.98
+ c0.31-0.354,0.701-0.666,1.177-0.939c0.474-0.27,1.024-0.428,1.657-0.473c-0.212,0.768-0.331,1.58-0.359,2.438
+ c-0.271-0.045-0.489-0.068-0.655-0.068c-0.136,0-0.319,0.02-0.553,0.057c-0.233,0.039-0.505,0.146-0.813,0.328
+ c-0.308,0.18-0.593,0.465-0.855,0.857c-0.265,0.391-0.44,0.91-0.529,1.557c-0.03,0.256-0.062,0.604-0.09,1.037
+ c-0.031,0.438-0.053,0.896-0.068,1.377c-0.016,0.768-0.021,1.512-0.021,2.234c0,0.631,0.018,1.17,0.056,1.611
+ c0.037,0.443,0.125,0.816,0.26,1.117c-0.225-0.045-0.437-0.076-0.633-0.09c-0.193-0.016-0.427-0.021-0.698-0.021
+ c-0.421,0-0.901,0.027-1.443,0.09l-0.136,0.021c0.074-0.182,0.129-0.342,0.158-0.484c0.028-0.145,0.055-0.365,0.065-0.666
+ l0.115-3.068L-213.593,353.719L-213.593,353.719z"/>
+ <path fill="#FFFFFF" d="M-201.049,348.203c0.479,0.066,0.961,0.184,1.441,0.35c-0.147,0.301-0.265,0.59-0.339,0.867
+ c-0.075,0.279-0.135,0.682-0.182,1.209c-0.18-0.229-0.386-0.402-0.619-0.531c-0.233-0.127-0.467-0.223-0.7-0.281
+ c-0.229-0.061-0.428-0.098-0.586-0.113c-0.156-0.016-0.305-0.021-0.438-0.021c-0.648,0-1.135,0.162-1.457,0.484
+ c-0.323,0.324-0.484,0.703-0.484,1.139c0,0.438,0.135,0.795,0.405,1.072c0.271,0.279,0.751,0.621,1.443,1.025
+ c0.571,0.316,1.007,0.568,1.309,0.758c0.302,0.188,0.571,0.395,0.813,0.619c0.542,0.559,0.813,1.271,0.813,2.145
+ c0,1.309-0.432,2.291-1.286,2.945c-0.857,0.652-2.032,0.979-3.521,0.979c-0.689,0-1.256-0.041-1.69-0.123
+ c-0.438-0.084-0.835-0.184-1.196-0.305c0.181-0.346,0.315-0.668,0.405-0.971c0.091-0.301,0.166-0.699,0.228-1.195
+ c0.209,0.256,0.502,0.48,0.879,0.676c0.377,0.197,0.89,0.295,1.534,0.295c0.707,0,1.266-0.174,1.67-0.52
+ c0.405-0.348,0.61-0.773,0.61-1.287c0-0.24-0.031-0.443-0.091-0.609c-0.063-0.166-0.176-0.322-0.34-0.473
+ s-0.389-0.314-0.665-0.484c-0.277-0.174-0.683-0.41-1.207-0.711c-0.361-0.227-0.676-0.428-0.938-0.607
+ c-0.262-0.184-0.516-0.408-0.756-0.68c-0.24-0.27-0.438-0.584-0.586-0.936c-0.149-0.355-0.229-0.758-0.229-1.209
+ c0-1.021,0.361-1.879,1.085-2.572c0.724-0.691,1.813-1.037,3.271-1.037C-201.996,348.1-201.531,348.135-201.049,348.203z"/>
+ <path fill="#FFFFFF" d="M-196.694,353.842c0.826-0.654,2-0.98,3.521-0.98c0.271,0,0.608,0.018,1.016,0.047
+ c0.181,0.016,0.309,0.021,0.384,0.021c0-0.572-0.012-1.016-0.033-1.332c-0.021-0.314-0.091-0.602-0.201-0.855
+ c-0.112-0.258-0.304-0.455-0.563-0.602c-0.265-0.141-0.622-0.213-1.073-0.213c-0.602,0-1.177,0.102-1.726,0.305
+ s-1.042,0.494-1.479,0.869c-0.09-0.436-0.188-0.781-0.293-1.037c-0.104-0.256-0.238-0.543-0.403-0.855
+ c0.542-0.287,1.135-0.527,1.78-0.725c0.646-0.193,1.45-0.293,2.413-0.293c0.813,0,1.476,0.092,1.987,0.271
+ s0.901,0.428,1.173,0.744c0.271,0.314,0.451,0.668,0.542,1.061c0.09,0.393,0.134,0.834,0.134,1.33l-0.021,4.605
+ c0,0.734,0.004,1.297,0.011,1.68s0.021,0.793,0.033,1.229c0.03,0.393,0.077,0.684,0.137,0.869
+ c0.062,0.189,0.165,0.396,0.314,0.621c-0.09,0-0.22-0.008-0.383-0.021c-0.315-0.029-0.564-0.043-0.745-0.043
+ c-0.33,0-0.723,0.014-1.173,0.043c-0.074,0-0.182,0.008-0.316,0.021c-0.029-0.285-0.049-0.598-0.056-0.936
+ c-0.011-0.338-0.013-0.824-0.013-1.457c-0.165,0.346-0.315,0.645-0.45,0.893c-0.138,0.248-0.323,0.496-0.563,0.744
+ s-0.547,0.451-0.914,0.609c-0.368,0.156-0.794,0.236-1.274,0.236c-0.181,0-0.383-0.016-0.608-0.045
+ c-0.227-0.029-0.458-0.098-0.698-0.203c-0.588-0.285-1.016-0.736-1.287-1.354c-0.271-0.617-0.403-1.316-0.403-2.1
+ C-197.937,355.547-197.523,354.498-196.694,353.842z M-192.927,354.215c-0.286,0-0.575,0.023-0.868,0.068
+ s-0.586,0.143-0.882,0.293c-0.295,0.148-0.533,0.383-0.722,0.699c-0.188,0.314-0.282,0.723-0.282,1.219
+ c0,0.662,0.119,1.199,0.361,1.611c0.24,0.414,0.667,0.621,1.284,0.621c0.346,0,0.688-0.102,1.027-0.305
+ c0.339-0.203,0.61-0.537,0.822-1.004c0.165-0.348,0.272-0.74,0.325-1.186c0.054-0.441,0.097-1.086,0.126-1.93v-0.09h-1.192
+ V354.215z"/>
+ <path fill="#FFFFFF" d="M-184.557,353.832c0,2.105,0.021,3.625,0.068,4.559c0.028,0.646,0.074,1.105,0.134,1.375
+ c0.062,0.271,0.146,0.551,0.249,0.836c-0.24-0.045-0.474-0.076-0.7-0.09c-0.225-0.016-0.485-0.021-0.787-0.021
+ c-0.361,0-0.672,0.012-0.928,0.031c-0.255,0.023-0.518,0.051-0.788,0.08l0.021-0.064c0.091-0.184,0.154-0.34,0.189-0.477
+ c0.038-0.135,0.071-0.322,0.104-0.563c0.047-0.438,0.084-1.631,0.112-3.588c0.016-0.24,0.022-0.467,0.022-0.678v-3.926
+ c0-1.563-0.009-2.674-0.022-3.33c-0.015-0.652-0.055-1.229-0.112-1.725c-0.075-0.527-0.172-0.887-0.293-1.082
+ c-0.121-0.197-0.293-0.369-0.52-0.521c0.723-0.061,1.313-0.152,1.771-0.279c0.46-0.129,1.011-0.346,1.659-0.646
+ c-0.044,0.316-0.075,0.607-0.092,0.869s-0.029,0.576-0.045,0.938c-0.016,0.525-0.028,1.889-0.046,4.084v0.09L-184.557,353.832
+ L-184.557,353.832z"/>
+ </g>
+ <g>
+ <path fill="#FFFFFF" d="M-288.685,380.73c-0.119,0.723-0.342,1.396-0.666,2.021c-0.323,0.625-0.793,1.127-1.41,1.512
+ c-0.614,0.383-1.396,0.574-2.347,0.574c-0.976,0-1.782-0.191-2.412-0.574c-0.633-0.385-1.102-0.881-1.41-1.49
+ c-0.308-0.609-0.516-1.252-0.622-1.93c-0.104-0.676-0.156-1.414-0.156-2.211s0.058-1.549,0.17-2.256
+ c0.11-0.707,0.33-1.375,0.652-2.006c0.323-0.633,0.804-1.143,1.434-1.525c0.633-0.383,1.438-0.574,2.415-0.574
+ c0.946,0,1.729,0.174,2.347,0.52s1.08,0.807,1.389,1.377c0.311,0.572,0.52,1.207,0.633,1.906
+ c0.111,0.699,0.169,1.471,0.169,2.313C-288.507,379.227-288.564,380.008-288.685,380.73z M-291.449,374.74
+ c-0.339-0.715-0.868-1.072-1.591-1.072c-0.438,0-0.802,0.125-1.097,0.373c-0.293,0.248-0.521,0.604-0.688,1.072
+ c-0.286,0.781-0.428,2.016-0.428,3.699c0,0.588,0.021,1.133,0.064,1.637c0.046,0.506,0.139,0.979,0.282,1.422
+ c0.143,0.441,0.365,0.801,0.665,1.07c0.302,0.271,0.686,0.406,1.151,0.406c0.735,0,1.272-0.375,1.612-1.127
+ c0.337-0.752,0.518-2.039,0.528-3.857C-290.942,376.662-291.109,375.455-291.449,374.74z"/>
+ <path fill="#FFFFFF" d="M-284.127,386.598c0,0.916,0.024,1.545,0.077,1.883c0.056,0.34,0.161,0.682,0.326,1.027l-0.225-0.045
+ c-0.211-0.031-0.377-0.053-0.495-0.068c-0.168-0.014-0.483-0.02-0.95-0.02c-0.313,0-0.577,0.01-0.789,0.033
+ c-0.211,0.021-0.44,0.057-0.698,0.102l0.022-0.068c0.06-0.104,0.107-0.236,0.146-0.395c0.036-0.158,0.078-0.436,0.125-0.834
+ c0.045-0.4,0.081-0.975,0.111-1.727c0.031-0.752,0.044-1.707,0.044-2.865v-3.137v-2.955c0-0.918-0.013-1.646-0.044-2.18
+ c-0.03-0.533-0.074-0.967-0.134-1.297c-0.063-0.332-0.137-0.588-0.229-0.768c-0.091-0.182-0.219-0.348-0.384-0.496
+ c0.872-0.016,1.526-0.084,1.963-0.203c0.438-0.121,0.844-0.279,1.221-0.475v2.818c0.134-0.346,0.271-0.652,0.416-0.924
+ c0.144-0.271,0.335-0.545,0.573-0.824c0.242-0.277,0.553-0.508,0.928-0.688c0.377-0.184,0.817-0.271,1.331-0.271
+ c0.827,0,1.487,0.215,1.985,0.645c0.495,0.428,0.854,0.945,1.07,1.557c0.219,0.609,0.353,1.17,0.406,1.682
+ c0.053,0.512,0.079,1,0.079,1.467c0,0.828-0.068,1.641-0.203,2.438c-0.135,0.795-0.398,1.561-0.789,2.289
+ c-0.394,0.73-0.967,1.328-1.729,1.793c-0.76,0.467-1.725,0.701-2.897,0.701c-0.193,0-0.383-0.004-0.564-0.012
+ c-0.181-0.01-0.411-0.033-0.697-0.078L-284.127,386.598L-284.127,386.598z M-284.127,383.168
+ c0.135,0.061,0.285,0.104,0.45,0.135c0.165,0.029,0.374,0.045,0.632,0.045c0.736,0,1.335-0.135,1.796-0.406
+ c0.458-0.27,0.805-0.631,1.038-1.082c0.229-0.451,0.386-0.938,0.46-1.455c0.075-0.52,0.113-1.104,0.113-1.748
+ c0-0.438-0.021-0.881-0.058-1.332s-0.123-0.918-0.26-1.398s-0.354-0.885-0.654-1.209c-0.3-0.322-0.684-0.484-1.15-0.484
+ c-0.468,0-0.877,0.182-1.229,0.541c-0.354,0.361-0.613,0.857-0.778,1.49c-0.09,0.285-0.158,0.631-0.202,1.037
+ c-0.047,0.408-0.08,0.828-0.102,1.266c-0.024,0.438-0.04,0.814-0.047,1.139c-0.006,0.324-0.012,0.682-0.012,1.072v2.391
+ H-284.127z"/>
+ <path fill="#FFFFFF" d="M-267.272,378.813h-6.002c0,0.438,0.03,0.873,0.09,1.311c0.063,0.436,0.2,0.887,0.419,1.354
+ c0.218,0.467,0.577,0.857,1.082,1.174c0.504,0.314,1.163,0.475,1.976,0.475c0.589,0,1.058-0.063,1.408-0.182
+ c0.355-0.119,0.696-0.285,1.027-0.496l-0.022,0.066c-0.06,0.375-0.108,0.699-0.146,0.973c-0.037,0.27-0.055,0.602-0.055,0.99
+ c-0.018,0-0.031,0.01-0.047,0.023c-0.33,0.09-0.688,0.164-1.07,0.225c-0.384,0.063-0.906,0.09-1.569,0.09
+ c-1.789,0-3.154-0.508-4.094-1.521c-0.94-1.014-1.41-2.635-1.41-4.861c0-0.525,0.033-1.092,0.104-1.691
+ c0.063-0.604,0.242-1.252,0.526-1.951c0.287-0.699,0.754-1.297,1.399-1.795c0.646-0.496,1.505-0.744,2.573-0.744
+ c0.796,0,1.453,0.143,1.975,0.43c0.518,0.285,0.912,0.668,1.184,1.15c0.271,0.479,0.456,1.021,0.555,1.625
+ c0.097,0.602,0.146,1.275,0.146,2.027L-267.272,378.813z M-269.461,377.256c0-0.557-0.021-1.039-0.068-1.445
+ c-0.044-0.404-0.127-0.758-0.246-1.059c-0.287-0.693-0.798-1.039-1.536-1.039c-0.736,0-1.271,0.354-1.602,1.061
+ c-0.137,0.316-0.236,0.686-0.307,1.105c-0.067,0.422-0.101,0.879-0.101,1.377H-269.461L-269.461,377.256z"/>
+ <path fill="#FFFFFF" d="M-265.131,377.797c0-1.068-0.009-1.895-0.022-2.48c-0.015-0.588-0.048-1.055-0.103-1.398
+ c-0.053-0.346-0.135-0.605-0.245-0.779c-0.114-0.172-0.275-0.305-0.487-0.395c0.558,0,1.089-0.037,1.591-0.113
+ c0.505-0.076,1.058-0.232,1.659-0.473l-0.158,3.293c0.137-0.316,0.282-0.625,0.44-0.926c0.157-0.303,0.391-0.629,0.696-0.98
+ c0.311-0.355,0.701-0.666,1.177-0.939c0.474-0.27,1.025-0.428,1.657-0.473c-0.211,0.768-0.333,1.58-0.359,2.438
+ c-0.271-0.045-0.489-0.068-0.654-0.068c-0.137,0-0.319,0.02-0.553,0.057c-0.234,0.039-0.505,0.146-0.813,0.328
+ c-0.308,0.18-0.593,0.465-0.855,0.857c-0.264,0.391-0.44,0.91-0.528,1.557c-0.031,0.256-0.062,0.604-0.091,1.037
+ c-0.03,0.438-0.053,0.896-0.068,1.377c-0.015,0.768-0.021,1.512-0.021,2.234c0,0.631,0.018,1.17,0.055,1.611
+ c0.038,0.443,0.126,0.816,0.26,1.117c-0.225-0.045-0.436-0.076-0.632-0.09c-0.196-0.016-0.428-0.021-0.698-0.021
+ c-0.421,0-0.901,0.027-1.444,0.09l-0.136,0.021c0.075-0.182,0.129-0.342,0.158-0.484c0.029-0.145,0.053-0.365,0.066-0.666
+ l0.114-3.068v-2.66h-0.005V377.797z"/>
+ <path fill="#FFFFFF" d="M-257.615,377.92c0.827-0.654,2.001-0.98,3.52-0.98c0.271,0,0.61,0.018,1.018,0.047
+ c0.181,0.016,0.309,0.021,0.384,0.021c0-0.572-0.012-1.016-0.033-1.332c-0.021-0.314-0.091-0.602-0.203-0.855
+ c-0.11-0.258-0.302-0.455-0.563-0.602c-0.266-0.141-0.621-0.213-1.072-0.213c-0.602,0-1.177,0.102-1.726,0.305
+ c-0.551,0.203-1.042,0.494-1.479,0.869c-0.091-0.436-0.188-0.781-0.293-1.037c-0.104-0.256-0.24-0.543-0.405-0.855
+ c0.542-0.287,1.137-0.527,1.782-0.725c0.646-0.193,1.45-0.293,2.413-0.293c0.813,0,1.474,0.092,1.987,0.271
+ c0.511,0.18,0.899,0.428,1.172,0.744c0.271,0.314,0.452,0.668,0.542,1.061c0.091,0.393,0.135,0.834,0.135,1.33l-0.023,4.604
+ c0,0.736,0.005,1.299,0.012,1.682c0.006,0.383,0.02,0.793,0.033,1.229c0.028,0.393,0.075,0.682,0.136,0.869
+ c0.06,0.188,0.166,0.396,0.313,0.621c-0.09,0-0.218-0.008-0.384-0.021c-0.313-0.031-0.563-0.045-0.744-0.045
+ c-0.331,0-0.721,0.014-1.173,0.045c-0.074,0-0.181,0.008-0.314,0.021c-0.029-0.287-0.051-0.598-0.058-0.938
+ c-0.009-0.338-0.011-0.822-0.011-1.455c-0.165,0.346-0.317,0.643-0.452,0.891c-0.137,0.248-0.323,0.498-0.563,0.746
+ c-0.24,0.248-0.548,0.451-0.915,0.609c-0.367,0.154-0.793,0.234-1.273,0.234c-0.181,0-0.383-0.016-0.61-0.045
+ c-0.225-0.029-0.458-0.098-0.696-0.203c-0.589-0.285-1.018-0.734-1.287-1.354c-0.271-0.617-0.405-1.316-0.405-2.1
+ C-258.855,379.625-258.443,378.576-257.615,377.92z M-253.846,378.293c-0.287,0-0.575,0.023-0.868,0.068
+ s-0.586,0.143-0.882,0.293c-0.293,0.148-0.533,0.383-0.721,0.699c-0.189,0.314-0.281,0.723-0.281,1.219
+ c0,0.662,0.118,1.199,0.361,1.611c0.24,0.414,0.667,0.621,1.284,0.621c0.346,0,0.688-0.102,1.024-0.305
+ c0.34-0.203,0.613-0.537,0.824-1.004c0.166-0.348,0.273-0.74,0.326-1.186c0.053-0.441,0.095-1.086,0.126-1.93v-0.09h-1.194
+ V378.293z"/>
+ <path fill="#FFFFFF" d="M-245.297,380.504c0,0.963,0.103,1.619,0.306,1.963c0.202,0.346,0.537,0.521,1.003,0.521
+ c0.181,0,0.323-0.016,0.429-0.047c0.106-0.027,0.234-0.082,0.384-0.156l-0.021,0.066c-0.091,0.48-0.137,0.889-0.137,1.221
+ l0.046,0.631c-0.513,0.061-0.956,0.09-1.331,0.09c-0.691,0-1.24-0.086-1.648-0.26c-0.405-0.172-0.698-0.42-0.879-0.744
+ s-0.297-0.707-0.351-1.15c-0.055-0.443-0.079-1.043-0.079-1.795l0.066-6.205c-0.359,0-0.656,0.004-0.89,0.014
+ c-0.234,0.008-0.403,0.031-0.51,0.076c0.016-0.135,0.021-0.293,0.021-0.473c0-0.182,0.009-0.338,0.024-0.475
+ c-0.018-0.104-0.024-0.232-0.024-0.385c0-0.148-0.007-0.277-0.021-0.383c0.377,0.063,0.723,0.09,1.038,0.09
+ c0.046,0,0.11-0.008,0.201-0.021c0.105,0,0.183,0,0.229,0c0-0.691-0.009-1.256-0.024-1.691c-0.013-0.359-0.039-0.688-0.076-0.98
+ c-0.036-0.293-0.089-0.523-0.146-0.689c0.633-0.061,1.122-0.135,1.468-0.225c0.347-0.092,0.735-0.24,1.172-0.453
+ c-0.028,0.211-0.053,0.396-0.066,0.553c-0.015,0.158-0.028,0.373-0.044,0.646c-0.018,0.27-0.03,0.641-0.046,1.115
+ s-0.022,1.051-0.022,1.727c0.663,0,1.203-0.031,1.626-0.09c0,0.104-0.009,0.248-0.022,0.428
+ c-0.028,0.316-0.046,0.551-0.046,0.701c0.018,0.09,0.022,0.158,0.022,0.203c0.016,0.166,0.031,0.301,0.046,0.404
+ c-0.242-0.027-0.481-0.059-0.723-0.09c-0.24-0.027-0.451-0.045-0.633-0.045c-0.017,0-0.067,0.008-0.158,0.023
+ c-0.044,0-0.081,0-0.112,0L-245.297,380.504z"/>
+ <path fill="#FFFFFF" d="M-239.342,378.135c0,0.889,0,1.482,0,1.783c0,0.902,0.009,1.613,0.022,2.133
+ c0.015,0.52,0.037,0.939,0.068,1.264c0.026,0.324,0.068,0.582,0.122,0.777c0.054,0.197,0.134,0.395,0.237,0.588
+ c-0.258-0.045-0.48-0.076-0.679-0.09c-0.194-0.016-0.443-0.021-0.742-0.021c-0.589,0-1.168,0.035-1.739,0.111
+ c0.121-0.24,0.207-0.48,0.263-0.723c0.053-0.24,0.092-0.699,0.123-1.377c0.029-0.496,0.049-1.139,0.058-1.928
+ c0.006-0.791,0.011-1.6,0.011-2.428c0-0.945-0.009-1.805-0.021-2.57c-0.017-0.768-0.046-1.293-0.09-1.58
+ c-0.049-0.393-0.115-0.658-0.205-0.801c-0.089-0.143-0.227-0.281-0.405-0.418h-0.022c0.917-0.09,1.576-0.18,1.977-0.27
+ c0.397-0.09,0.813-0.242,1.252-0.453c-0.091,0.467-0.146,0.883-0.17,1.252c-0.022,0.369-0.033,0.951-0.033,1.75
+ C-239.317,375.977-239.324,376.979-239.342,378.135z M-239.577,370.824c-0.188,0.271-0.507,0.406-0.959,0.406
+ c-0.392,0-0.698-0.131-0.925-0.396c-0.228-0.262-0.34-0.613-0.34-1.049c0-0.404,0.095-0.766,0.282-1.072
+ c0.188-0.307,0.522-0.461,1.003-0.461c0.451,0,0.771,0.135,0.947,0.406c0.181,0.27,0.271,0.615,0.271,1.037
+ C-239.298,370.178-239.388,370.553-239.577,370.824z"/>
+ <path fill="#FFFFFF" d="M-228.373,382.445v0.156c0.014,0.496,0.044,0.9,0.088,1.207c0.047,0.311,0.128,0.6,0.249,0.869
+ c-0.134-0.016-0.249-0.031-0.337-0.045c-0.211-0.014-0.425-0.029-0.634-0.045c-0.212-0.014-0.461-0.021-0.743-0.021
+ c-0.24,0-0.452,0.008-0.635,0.021c-0.181,0.016-0.39,0.045-0.632,0.09l0.024-0.09c0.044-0.119,0.079-0.229,0.101-0.326
+ c0.022-0.098,0.04-0.223,0.058-0.373c0.016-0.104,0.028-0.301,0.046-0.586c0.016-0.287,0.027-0.557,0.044-0.813
+ c0.016-0.604,0.022-1.09,0.022-1.469v-2.436c0-0.781-0.004-1.443-0.013-1.986c-0.007-0.541-0.026-0.924-0.056-1.148
+ c-0.018-0.166-0.042-0.32-0.079-0.463c-0.037-0.145-0.105-0.289-0.203-0.439c-0.1-0.15-0.244-0.273-0.44-0.373
+ c-0.194-0.098-0.44-0.145-0.745-0.145c-0.568,0-1,0.166-1.282,0.496c-0.286,0.33-0.482,0.736-0.589,1.219
+ c-0.046,0.195-0.079,0.414-0.103,0.654c-0.021,0.238-0.042,0.533-0.056,0.881c-0.017,0.479-0.023,1.631-0.023,3.449v0.092
+ c0.017,0.9,0.023,1.52,0.023,1.85c0,0.332,0.007,0.615,0.021,0.846c0.018,0.234,0.037,0.432,0.068,0.588
+ c0.028,0.158,0.075,0.35,0.135,0.574c-0.512-0.059-1.021-0.09-1.534-0.09c-0.256,0-0.487,0.008-0.698,0.023
+ c-0.212,0.014-0.43,0.037-0.655,0.066v-0.021c0.091-0.211,0.159-0.418,0.203-0.621c0.046-0.203,0.077-0.588,0.091-1.16
+ c0-0.09,0.009-0.482,0.021-1.174c0.029-1.369,0.046-2.498,0.046-3.385c0-1.01-0.013-1.885-0.032-2.629
+ c-0.022-0.744-0.06-1.273-0.104-1.592c-0.047-0.391-0.11-0.67-0.203-0.834c-0.09-0.166-0.218-0.322-0.386-0.475
+ c0.813-0.045,1.42-0.119,1.818-0.227c0.396-0.104,0.784-0.256,1.161-0.449v2.391l0.021-0.045
+ c0.105-0.271,0.216-0.516,0.328-0.734c0.112-0.217,0.282-0.441,0.507-0.676c0.229-0.232,0.521-0.424,0.895-0.576
+ c0.365-0.148,0.813-0.225,1.342-0.225c0.661,0,1.189,0.104,1.591,0.314c0.398,0.211,0.686,0.48,0.856,0.813
+ c0.172,0.332,0.285,0.678,0.34,1.039c0.053,0.359,0.079,0.768,0.079,1.217v0.023v6.789h0.004V382.445z"/>
+ <path fill="#FFFFFF" d="M-219.281,372.676l0.293,0.133c0.572,0,1.066-0.027,1.489-0.088c0.421-0.061,0.805-0.135,1.148-0.227
+ c-0.026,0.256-0.049,0.477-0.055,0.666c-0.01,0.188-0.012,0.471-0.012,0.846c-0.229-0.059-0.46-0.104-0.7-0.135
+ s-0.617-0.045-1.129-0.045c0.181,0.27,0.331,0.578,0.451,0.924s0.182,0.828,0.182,1.443c0,1.188-0.339,2.154-1.018,2.898
+ c-0.677,0.744-1.677,1.117-3.001,1.117c-0.437,0-0.835-0.037-1.192-0.113l-0.361-0.066c-0.104,0-0.309,0.098-0.609,0.293
+ c-0.3,0.195-0.451,0.443-0.451,0.744c0,0.303,0.116,0.52,0.351,0.654c0.234,0.133,0.479,0.227,0.733,0.271
+ c0.148,0.027,0.305,0.055,0.463,0.078c0.159,0.021,0.463,0.049,0.915,0.078c0.271,0.016,0.484,0.031,0.652,0.045h0.092
+ c0.778,0.063,1.417,0.129,1.904,0.203c0.489,0.076,0.943,0.217,1.364,0.418c0.421,0.203,0.753,0.51,0.993,0.914
+ c0.24,0.406,0.361,0.947,0.361,1.623c0,0.752-0.147,1.4-0.44,1.941s-0.703,0.98-1.229,1.32c-0.526,0.34-1.124,0.584-1.795,0.73
+ c-0.671,0.152-1.402,0.229-2.198,0.229c-0.707,0-1.361-0.068-1.963-0.203c-0.755-0.168-1.373-0.463-1.862-0.895
+ c-0.488-0.428-0.733-0.973-0.733-1.635c0-0.361,0.079-0.686,0.238-0.971c0.156-0.287,0.359-0.533,0.608-0.744
+ c0.248-0.211,0.494-0.389,0.742-0.531c0.249-0.143,0.531-0.289,0.849-0.438h0.021c-0.271-0.076-0.511-0.146-0.721-0.217
+ c-0.211-0.066-0.423-0.176-0.632-0.326c-0.212-0.15-0.388-0.344-0.531-0.574c-0.143-0.232-0.214-0.523-0.214-0.869
+ s0.079-0.666,0.236-0.959c0.156-0.293,0.354-0.541,0.588-0.744c0.229-0.203,0.449-0.369,0.652-0.496
+ c0.203-0.129,0.41-0.236,0.619-0.328c-0.016-0.016-0.028-0.021-0.044-0.021c-0.196-0.105-0.384-0.227-0.563-0.359
+ c-0.183-0.137-0.365-0.324-0.555-0.563c-0.188-0.24-0.346-0.563-0.474-0.961c-0.128-0.396-0.191-0.859-0.191-1.389
+ c0-0.781,0.132-1.441,0.396-1.982c0.262-0.543,0.612-0.969,1.049-1.277c0.438-0.307,0.903-0.523,1.398-0.652
+ c0.496-0.129,1.007-0.191,1.533-0.191C-220.771,372.246-219.989,372.389-219.281,372.676z M-223.468,384.432
+ c-0.144,0.104-0.291,0.25-0.438,0.439c-0.15,0.188-0.282,0.406-0.396,0.654c-0.11,0.246-0.17,0.508-0.17,0.777
+ c0,0.676,0.286,1.182,0.857,1.512c0.572,0.33,1.293,0.496,2.166,0.496c1.009,0,1.813-0.193,2.415-0.586
+ c0.602-0.391,0.901-0.9,0.901-1.535c0-0.723-0.364-1.191-1.096-1.408c-0.729-0.221-2.049-0.389-3.959-0.51
+ C-223.23,384.271-223.322,384.326-223.468,384.432z M-223.624,377.107c0.035,0.266,0.114,0.535,0.235,0.813
+ c0.119,0.279,0.313,0.514,0.575,0.701s0.612,0.281,1.049,0.281c0.421,0,0.763-0.092,1.018-0.271
+ c0.256-0.18,0.441-0.41,0.563-0.688c0.119-0.279,0.193-0.563,0.227-0.848c0.029-0.287,0.046-0.586,0.046-0.9
+ c0-0.844-0.132-1.5-0.396-1.977c-0.262-0.475-0.729-0.711-1.41-0.711c-0.721,0-1.229,0.258-1.521,0.77
+ c-0.293,0.512-0.44,1.193-0.44,2.053C-223.681,376.588-223.662,376.846-223.624,377.107z"/>
+ <path fill="#FFFFFF" d="M-204.164,372.281c0.479,0.066,0.961,0.184,1.441,0.35c-0.147,0.301-0.264,0.59-0.339,0.867
+ c-0.075,0.279-0.135,0.682-0.181,1.209c-0.18-0.229-0.387-0.402-0.619-0.531c-0.233-0.127-0.468-0.223-0.701-0.281
+ c-0.229-0.061-0.427-0.098-0.586-0.113c-0.156-0.016-0.304-0.021-0.438-0.021c-0.647,0-1.135,0.162-1.456,0.484
+ c-0.324,0.324-0.485,0.703-0.485,1.139c0,0.438,0.135,0.795,0.405,1.072c0.271,0.279,0.752,0.621,1.444,1.025
+ c0.57,0.316,1.009,0.568,1.309,0.758c0.302,0.188,0.572,0.395,0.813,0.619c0.542,0.559,0.813,1.271,0.813,2.145
+ c0,1.309-0.431,2.291-1.287,2.945c-0.857,0.652-2.031,0.979-3.521,0.979c-0.69,0-1.256-0.041-1.69-0.123
+ c-0.438-0.084-0.835-0.184-1.196-0.305c0.181-0.346,0.314-0.668,0.405-0.971c0.09-0.301,0.165-0.699,0.227-1.195
+ c0.21,0.256,0.503,0.48,0.879,0.676c0.377,0.197,0.891,0.295,1.534,0.295c0.707,0,1.267-0.174,1.67-0.52
+ c0.405-0.348,0.61-0.773,0.61-1.287c0-0.24-0.03-0.443-0.09-0.609c-0.063-0.166-0.175-0.322-0.34-0.473s-0.39-0.314-0.665-0.484
+ c-0.278-0.174-0.683-0.41-1.208-0.711c-0.361-0.227-0.676-0.428-0.938-0.607c-0.262-0.184-0.516-0.408-0.756-0.68
+ c-0.239-0.27-0.436-0.584-0.586-0.936c-0.149-0.355-0.228-0.758-0.228-1.209c0-1.021,0.36-1.879,1.085-2.572
+ c0.723-0.691,1.813-1.037,3.271-1.037C-205.111,372.178-204.646,372.213-204.164,372.281z"/>
+ <path fill="#FFFFFF" d="M-196.515,380.143c0.196-0.779,0.357-1.443,0.485-1.996c0.127-0.549,0.264-1.148,0.405-1.805
+ c0.143-0.654,0.26-1.26,0.35-1.814c0.091-0.559,0.137-0.973,0.137-1.24c0-0.301-0.053-0.598-0.158-0.881
+ c0.092,0.016,0.188,0.029,0.293,0.045c0.105,0.016,0.203,0.029,0.295,0.045c0.06,0,0.174,0,0.34,0
+ c0.181,0.016,0.33,0.021,0.45,0.021c0.523,0,1.065-0.039,1.624-0.111c-0.195,0.449-0.367,0.881-0.521,1.285
+ c-0.15,0.406-0.305,0.861-0.463,1.365c-0.157,0.504-0.347,1.154-0.564,1.951s-0.489,1.842-0.82,3.135
+ c-0.017,0.092-0.03,0.152-0.046,0.184c-0.496,1.971-0.802,3.17-0.914,3.6c-0.112,0.428-0.192,0.717-0.236,0.867
+ c-0.046,0.152-0.105,0.346-0.181,0.588v0.021c-0.165,0.512-0.33,0.951-0.495,1.318c-0.166,0.369-0.419,0.746-0.756,1.129
+ c-0.342,0.387-0.8,0.699-1.378,0.949c-0.579,0.248-1.289,0.371-2.135,0.371c-0.225,0-0.416-0.012-0.575-0.033
+ c-0.154-0.021-0.341-0.057-0.553-0.102c0.152-0.377,0.267-0.715,0.34-1.018c0.074-0.301,0.127-0.654,0.158-1.061
+ c0.183,0.121,0.342,0.203,0.484,0.248c0.144,0.045,0.351,0.066,0.619,0.066c0.468,0,0.86-0.088,1.186-0.26
+ c0.324-0.172,0.58-0.395,0.77-0.666c0.187-0.27,0.326-0.541,0.418-0.813c0.091-0.271,0.165-0.572,0.225-0.902
+ c-0.044,0-0.165-0.008-0.361-0.02c-0.193,0-0.313,0-0.359,0c-0.028,0-0.145,0-0.337,0c-0.196,0.014-0.317,0.02-0.361,0.02
+ c-0.062-0.406-0.187-1.061-0.372-1.963c-0.188-0.902-0.417-1.947-0.688-3.135c-0.271-1.189-0.523-2.248-0.757-3.184
+ c-0.232-0.934-0.438-1.699-0.621-2.301c-0.148-0.453-0.274-0.791-0.372-1.016c-0.098-0.229-0.224-0.439-0.371-0.633
+ c0.313,0.029,0.511,0.047,0.586,0.047l0.181,0.02c0.181,0.016,0.505,0.023,0.972,0.023c0.405,0,0.71-0.008,0.912-0.023
+ c0.203-0.014,0.463-0.037,0.78-0.066v0.021c-0.063,0.107-0.104,0.207-0.126,0.305c-0.021,0.1-0.032,0.238-0.032,0.418
+ c0,0.137,0.041,0.48,0.123,1.037c0.084,0.559,0.207,1.279,0.372,2.166c0.165,0.891,0.361,1.877,0.586,2.969
+ c0.229,1.092,0.483,2.26,0.771,3.51L-196.515,380.143z"/>
+ <path fill="#FFFFFF" d="M-185.844,372.281c0.48,0.066,0.961,0.184,1.443,0.35c-0.15,0.301-0.265,0.59-0.34,0.867
+ c-0.075,0.279-0.134,0.682-0.183,1.209c-0.179-0.229-0.386-0.402-0.617-0.531c-0.233-0.127-0.469-0.223-0.7-0.281
+ c-0.231-0.061-0.428-0.098-0.587-0.113c-0.156-0.016-0.306-0.021-0.438-0.021c-0.646,0-1.132,0.162-1.456,0.484
+ c-0.324,0.324-0.482,0.703-0.482,1.139c0,0.438,0.134,0.795,0.403,1.072c0.271,0.279,0.751,0.621,1.445,1.025
+ c0.57,0.316,1.007,0.568,1.307,0.758c0.304,0.188,0.573,0.395,0.813,0.619c0.542,0.559,0.813,1.271,0.813,2.145
+ c0,1.309-0.43,2.291-1.285,2.945c-0.856,0.652-2.031,0.979-3.521,0.979c-0.689,0-1.256-0.041-1.692-0.123
+ c-0.437-0.084-0.835-0.184-1.194-0.305c0.181-0.346,0.313-0.668,0.403-0.971c0.093-0.301,0.165-0.699,0.229-1.195
+ c0.209,0.256,0.502,0.48,0.879,0.676c0.377,0.197,0.888,0.295,1.533,0.295c0.708,0,1.265-0.174,1.671-0.52
+ c0.405-0.348,0.61-0.773,0.61-1.287c0-0.24-0.031-0.443-0.093-0.609s-0.174-0.322-0.339-0.473
+ c-0.166-0.15-0.389-0.314-0.666-0.484c-0.275-0.174-0.681-0.41-1.207-0.711c-0.359-0.227-0.675-0.428-0.937-0.607
+ c-0.265-0.184-0.518-0.408-0.756-0.68c-0.24-0.27-0.438-0.584-0.586-0.936c-0.15-0.355-0.229-0.758-0.229-1.209
+ c0-1.021,0.361-1.879,1.084-2.572c0.724-0.691,1.813-1.037,3.272-1.037C-186.789,372.178-186.324,372.213-185.844,372.281z"/>
+ <path fill="#FFFFFF" d="M-179.976,380.504c0,0.963,0.104,1.619,0.304,1.963c0.203,0.346,0.538,0.521,1.007,0.521
+ c0.181,0,0.322-0.016,0.43-0.047c0.104-0.027,0.229-0.082,0.384-0.156l-0.022,0.066c-0.092,0.48-0.136,0.889-0.136,1.221
+ l0.044,0.631c-0.512,0.061-0.954,0.09-1.331,0.09c-0.69,0-1.238-0.086-1.646-0.26c-0.407-0.172-0.7-0.42-0.881-0.744
+ c-0.183-0.324-0.298-0.707-0.351-1.15s-0.079-1.043-0.079-1.795l0.068-6.205c-0.361,0-0.659,0.004-0.893,0.014
+ c-0.234,0.008-0.403,0.031-0.509,0.076c0.016-0.135,0.022-0.293,0.022-0.473c0-0.182,0.007-0.338,0.021-0.475
+ c-0.016-0.104-0.021-0.232-0.021-0.385c0-0.148-0.009-0.277-0.022-0.383c0.375,0.063,0.723,0.09,1.038,0.09
+ c0.044,0,0.112-0.008,0.203-0.021c0.105,0,0.183,0,0.227,0c0-0.691-0.008-1.256-0.022-1.691
+ c-0.016-0.359-0.042-0.688-0.079-0.98s-0.086-0.523-0.146-0.689c0.63-0.061,1.119-0.135,1.465-0.225
+ c0.347-0.09,0.738-0.24,1.175-0.453c-0.031,0.211-0.053,0.396-0.068,0.553c-0.016,0.158-0.028,0.373-0.046,0.646
+ c-0.014,0.27-0.027,0.641-0.044,1.115c-0.016,0.475-0.021,1.051-0.021,1.727c0.661,0,1.203-0.031,1.624-0.09
+ c0,0.104-0.007,0.248-0.022,0.428c-0.028,0.316-0.046,0.551-0.046,0.701c0.018,0.09,0.024,0.158,0.024,0.203
+ c0.013,0.166,0.026,0.301,0.044,0.404c-0.24-0.027-0.482-0.059-0.725-0.09c-0.238-0.027-0.447-0.045-0.63-0.045
+ c-0.016,0-0.066,0.008-0.159,0.023c-0.046,0-0.084,0-0.11,0L-179.976,380.504z"/>
+ <path fill="#FFFFFF" d="M-168.582,378.813h-6.003c0,0.438,0.029,0.873,0.091,1.311c0.062,0.436,0.2,0.887,0.419,1.354
+ c0.218,0.467,0.577,0.857,1.081,1.174c0.505,0.314,1.164,0.475,1.975,0.475c0.589,0,1.06-0.063,1.41-0.182
+ c0.354-0.119,0.696-0.285,1.027-0.496l-0.022,0.066c-0.06,0.375-0.11,0.699-0.146,0.973c-0.038,0.27-0.058,0.602-0.058,0.99
+ c-0.015,0-0.03,0.01-0.046,0.023c-0.33,0.09-0.688,0.164-1.071,0.225c-0.383,0.063-0.903,0.09-1.566,0.09
+ c-1.789,0-3.155-0.508-4.094-1.521c-0.941-1.014-1.41-2.635-1.41-4.861c0-0.525,0.032-1.092,0.101-1.691
+ c0.066-0.604,0.245-1.252,0.529-1.951c0.286-0.699,0.754-1.297,1.397-1.795c0.647-0.496,1.506-0.744,2.573-0.744
+ c0.796,0,1.454,0.143,1.977,0.43c0.518,0.285,0.91,0.668,1.183,1.15c0.271,0.479,0.457,1.021,0.554,1.625
+ c0.099,0.602,0.147,1.275,0.147,2.027L-168.582,378.813z M-170.77,377.256c0-0.557-0.021-1.039-0.068-1.445
+ c-0.044-0.404-0.128-0.758-0.245-1.059c-0.286-0.693-0.799-1.039-1.535-1.039s-1.271,0.354-1.604,1.061
+ c-0.134,0.316-0.233,0.686-0.304,1.105s-0.102,0.879-0.102,1.377H-170.77L-170.77,377.256z"/>
+ <path fill="#FFFFFF" d="M-166.596,377.865v-0.271c-0.014-1.309-0.027-2.141-0.045-2.494c-0.015-0.352-0.046-0.688-0.09-1.002
+ c-0.075-0.438-0.174-0.742-0.293-0.916c-0.121-0.172-0.287-0.316-0.496-0.438h-0.024c0.725-0.029,1.313-0.1,1.771-0.203
+ c0.459-0.105,0.906-0.24,1.343-0.406l0.114-0.045v2.482c0.119-0.271,0.244-0.521,0.372-0.756s0.311-0.475,0.554-0.725
+ c0.239-0.248,0.544-0.451,0.912-0.605c0.367-0.16,0.802-0.238,1.298-0.238c0.495,0,0.909,0.078,1.24,0.238
+ c0.33,0.156,0.586,0.357,0.767,0.605c0.183,0.25,0.311,0.494,0.386,0.734s0.137,0.48,0.181,0.723
+ c0.137-0.27,0.275-0.521,0.418-0.756c0.144-0.232,0.338-0.471,0.587-0.711s0.563-0.439,0.947-0.598
+ c0.383-0.158,0.83-0.238,1.342-0.238c0.558,0,1.009,0.076,1.355,0.227c0.346,0.15,0.604,0.363,0.775,0.645
+ c0.174,0.277,0.289,0.602,0.353,0.971c0.06,0.367,0.09,0.801,0.09,1.297v3.158c0,2.105,0.018,3.57,0.056,4.389
+ c0.037,0.82,0.125,1.402,0.26,1.75h-0.044c-0.212-0.045-0.43-0.08-0.652-0.102c-0.229-0.023-0.498-0.035-0.813-0.035
+ c-0.271,0-0.505,0.012-0.698,0.035c-0.194,0.02-0.45,0.055-0.77,0.102c0.104-0.211,0.181-0.414,0.228-0.607
+ c0.044-0.195,0.092-0.564,0.137-1.107v-1.916v-1.422v-3.115c0-0.795-0.1-1.383-0.294-1.758
+ c-0.195-0.375-0.634-0.564-1.311-0.564c-0.421,0-0.793,0.141-1.117,0.416c-0.319,0.277-0.516,0.568-0.573,0.869
+ c-0.074,0.316-0.123,0.734-0.146,1.252c-0.023,0.52-0.035,1.207-0.035,2.064v2.912c0,0.873,0.024,1.527,0.068,1.973
+ c0.047,0.443,0.128,0.779,0.249,1.004l-0.139-0.021c-0.238-0.029-0.457-0.053-0.652-0.066c-0.193-0.016-0.421-0.021-0.677-0.021
+ c-0.286,0-0.509,0.008-0.665,0.021c-0.158,0.014-0.396,0.037-0.713,0.066c-0.061,0.016-0.111,0.021-0.155,0.021
+ c0.075-0.148,0.128-0.277,0.155-0.383c0.03-0.105,0.054-0.256,0.067-0.451c0-0.045,0.017-0.188,0.047-0.428
+ c0.074-0.918,0.112-1.738,0.112-2.459v-2.482c0-0.918-0.021-1.629-0.059-2.133c-0.036-0.504-0.107-0.914-0.215-1.229
+ c-0.104-0.314-0.265-0.541-0.474-0.678c-0.212-0.135-0.496-0.201-0.857-0.201c-0.403,0-0.736,0.094-0.991,0.279
+ c-0.258,0.189-0.447,0.445-0.575,0.77s-0.212,0.689-0.247,1.104c-0.04,0.414-0.06,0.914-0.06,1.5v2.414
+ c0,2.543,0.075,4.002,0.228,4.377c-0.24-0.045-0.454-0.08-0.646-0.102c-0.188-0.023-0.408-0.033-0.666-0.033
+ c-0.479,0-1.007,0.045-1.575,0.135c0.104-0.209,0.181-0.416,0.225-0.621c0.044-0.203,0.09-0.598,0.135-1.184v-2.73
+ L-166.596,377.865L-166.596,377.865z"/>
+ </g>
+ </g>
+ </g>
+ <g id="logo_3_">
+ <g id="logoGroup_2_">
+ <g id="logo_2_" enable-background="new ">
+ <path fill="#FFFFFF" d="M-248.774,205.864c-1.688,0.021,0.321,0.862,2.526,1.203c0.607-0.477,1.16-0.955,1.648-1.424
+ C-245.966,205.983-247.364,205.991-248.774,205.864"/>
+ <path fill="#FFFFFF" d="M-239.71,203.603c1.01-1.392,1.741-2.907,1.998-4.479c-0.229,1.123-0.833,2.084-1.404,3.107
+ c-3.159,1.989-0.296-1.18-0.006-2.385C-242.51,204.12-239.588,202.409-239.71,203.603"/>
+ <path fill="#FFFFFF" d="M-236.361,194.894c0.207-3.04-0.599-2.075-0.864-0.919C-236.916,194.14-236.665,196.12-236.361,194.894"
+ />
+ <path fill="#FFFFFF" d="M-255.18,153.327c0.902,0.168,1.948,0.287,1.802,0.504C-252.393,153.61-252.168,153.415-255.18,153.327"
+ />
+ <path fill="#FFFFFF" d="M-253.38,153.827l-0.635,0.137l0.596-0.059L-253.38,153.827"/>
+ <path fill="#FFFFFF" d="M-225.269,196.05c0.101,2.729-0.8,4.058-1.609,6.401l-1.459,0.729c-1.196,2.321,0.115,1.478-0.737,3.315
+ c-1.868,1.662-5.658,5.188-6.87,5.511c-0.889-0.021,0.604-1.05,0.795-1.449c-2.496,1.716-2,2.572-5.822,3.617l-0.11-0.25
+ c-9.417,4.431-22.493-4.345-22.324-16.323c-0.098,0.76-0.284,0.571-0.494,0.875c-0.484-6.162,2.85-12.35,8.466-14.881
+ c5.501-2.721,11.946-1.609,15.875,2.066c-2.16-2.834-6.464-5.836-11.563-5.555c-4.995,0.082-9.674,3.26-11.229,6.704
+ c-2.563,1.611-2.855,6.212-3.972,7.052c-1.505,11.028,2.821,15.793,10.138,21.402c1.147,0.779,0.323,0.893,0.479,1.48
+ c-2.436-1.135-4.653-2.854-6.483-4.957c0.973,1.42,2.022,2.797,3.375,3.884c-2.292-0.774-5.354-5.558-6.248-5.746
+ c3.951,7.075,16.021,12.403,22.354,9.755c-2.932,0.111-6.646,0.063-9.938-1.154c-1.381-0.711-3.261-2.181-2.926-2.457
+ c8.634,3.225,17.543,2.438,25.016-3.545c1.901-1.479,3.979-3.996,4.577-4.031c-0.903,1.358,0.154,0.652-0.54,1.854
+ c1.894-3.055-0.823-1.245,1.955-5.271l1.024,1.412c-0.386-2.537,3.146-5.609,2.79-9.619c0.812-1.225,0.899,1.32,0.041,4.14
+ c1.19-3.129,0.314-3.624,0.62-6.212c0.324,0.865,0.764,1.792,0.991,2.705c-0.775-3.022,0.792-5.09,1.188-6.844
+ c-0.388-0.17-1.198,1.334-1.387-2.231c0.026-1.554,0.433-0.813,0.589-1.194c-0.306-0.178-1.104-1.367-1.587-3.648
+ c0.349-0.532,0.938,1.389,1.419,1.466c-0.309-1.813-0.838-3.19-0.863-4.584c-1.4-2.929-0.497,0.394-1.63-1.251
+ c-1.49-4.654,1.231-1.08,1.423-3.193c2.255,3.275,3.546,8.348,4.138,10.45c-0.45-2.563-1.174-5.039-2.072-7.446
+ c0.686,0.295-1.109-5.271,0.891-1.586c-2.132-7.851-9.132-15.188-15.566-18.625c0.787,0.721,1.78,1.623,1.433,1.768
+ c-3.211-1.902-2.646-2.055-3.105-2.859c-2.606-1.063-2.775,0.089-4.5,0.004c-4.915-2.609-5.863-2.333-10.389-3.964l0.204,0.967
+ c-3.258-1.086-3.796,0.406-7.313,0.003c-0.215-0.166,1.127-0.605,2.231-0.767c-3.149,0.416-3.003-0.621-6.081,0.114
+ c0.758-0.528,1.56-0.889,2.373-1.338c-2.566,0.158-6.132,1.492-5.033,0.271c-4.188,1.87-11.623,4.498-15.799,8.41l-0.13-0.876
+ c-1.915,2.298-8.341,6.854-8.855,9.835l-0.509,0.113c-0.993,1.688-1.638,3.598-2.428,5.324
+ c-1.306,2.219-1.909,0.854-1.726,1.201c-2.56,5.192-3.833,9.553-4.931,13.131c0.783,1.17,0.021,7.043,0.314,11.743
+ c-1.283,23.212,16.294,45.761,35.509,50.964c2.813,1.012,7.002,0.975,10.564,1.069c-4.204-1.2-4.748-0.634-8.841-2.067
+ c-2.953-1.391-3.6-2.977-5.692-4.793l0.827,1.461c-4.102-1.453-2.385-1.797-5.725-2.854l0.888-1.15
+ c-1.328-0.101-3.521-2.238-4.124-3.429l-1.456,0.06c-1.745-2.15-2.679-3.711-2.607-4.916l-0.476,0.84
+ c-0.527-0.916-6.43-8.088-3.368-6.418c-0.568-0.521-1.327-0.846-2.146-2.336l0.624-0.709c-1.474-1.894-2.714-4.322-2.616-5.139
+ c0.786,1.063,1.328,1.258,1.869,1.441c-3.722-9.229-3.931-0.506-6.743-9.395l0.601-0.046c-0.454-0.692-0.735-1.435-1.104-2.17
+ l0.26-2.583c-2.673-3.092-0.748-13.158-0.357-18.681c0.268-2.243,2.229-4.64,3.727-8.388l-0.912-0.158
+ c1.74-3.031,9.947-12.202,13.751-11.736c1.844-2.307-0.366-0.009-0.729-0.588c4.046-4.188,5.316-2.953,8.046-3.711
+ c2.946-1.741-2.524,0.684-1.13-0.66c5.092-1.301,3.604-2.955,10.247-3.617c0.7,0.398-1.623,0.611-2.205,1.127
+ c4.24-2.074,13.419-1.601,19.378,1.151c6.917,3.233,14.686,12.788,14.993,21.774l0.349,0.09
+ c-0.176,3.574,0.551,7.707-0.709,11.506L-225.269,196.05"/>
+ <path fill="#FFFFFF" d="M-267.207,208.177l-0.237,1.185c1.109,1.508,1.99,3.146,3.406,4.317
+ C-265.058,211.692-265.813,210.872-267.207,208.177"/>
+ <path fill="#FFFFFF" d="M-264.587,208.077c-0.586-0.649-0.938-1.43-1.327-2.207c0.373,1.369,1.138,2.541,1.845,3.744
+ L-264.587,208.077"/>
+ <path fill="#FFFFFF" d="M-218.149,197.985l-0.243,0.623c-0.453,3.232-1.438,6.43-2.944,9.391
+ C-219.676,204.872-218.605,201.452-218.149,197.985"/>
+ <path fill="#FFFFFF" d="M-254.843,152.516c1.146-0.417,2.805-0.229,4.019-0.504c-1.581,0.137-3.154,0.216-4.703,0.408
+ L-254.843,152.516"/>
+ <path fill="#FFFFFF" d="M-294.932,173.834c0.266,2.438-1.833,3.381,0.461,1.773
+ C-293.238,172.834-294.947,174.842-294.932,173.834"/>
+ <path fill="#FFFFFF" d="M-297.632,185.11c0.526-1.625,0.627-2.597,0.83-3.541C-298.266,183.438-297.479,183.836-297.632,185.11"
+ />
+ </g>
+ </g>
+ </g>
+ <g id="debian_1_">
+ <rect x="-297.709" y="271.186" fill="none" width="108.14" height="39.474"/>
+
+ <text transform="matrix(1 0 0 1 -297.7073 301.9033)" fill="#FFFFFF" font-family="'Poppl-Laudatio-Condensed'" font-size="41.2339">debian</text>
+ <rect x="-294.903" y="311.947" fill="none" width="63.925" height="17.563"/>
+
+ <text transform="matrix(1 0 0 1 -294.9026 322.1807)" opacity="0.6" fill="#FFFFFF" enable-background="new " font-family="'Poppl-Laudatio-Condensed'" font-size="13.7446">GNU/Linux</text>
+ </g>
+ <g id="official_x5F_amd_x5F_64">
+ <g opacity="0.8" enable-background="new ">
+ <path fill="#FFFFFF" d="M-144.4,435.932c-0.102,0.732-0.309,1.445-0.619,2.145c-0.313,0.695-0.789,1.266-1.433,1.709
+ c-0.642,0.443-1.479,0.666-2.511,0.666c-1.104,0-1.995-0.24-2.673-0.721c-0.68-0.479-1.167-1.07-1.467-1.771
+ c-0.302-0.703-0.486-1.365-0.56-1.99c-0.072-0.621-0.106-1.254-0.106-1.889c0-0.625,0.034-1.262,0.106-1.908
+ s0.261-1.344,0.567-2.088c0.306-0.744,0.807-1.375,1.503-1.891c0.696-0.518,1.614-0.773,2.754-0.773
+ c1.02,0,1.848,0.209,2.484,0.629c0.636,0.422,1.104,0.955,1.402,1.604c0.3,0.646,0.492,1.301,0.576,1.953s0.126,1.33,0.126,2.023
+ C-144.248,434.434-144.299,435.199-144.4,435.932z M-146.929,430.01c-0.386-0.793-1.044-1.188-1.98-1.188
+ c-0.563,0-1.024,0.15-1.386,0.449c-0.361,0.301-0.633,0.699-0.819,1.197c-0.186,0.496-0.312,1.043-0.378,1.639
+ c-0.064,0.594-0.099,1.258-0.099,1.988c0,0.588,0.025,1.148,0.081,1.684c0.054,0.533,0.171,1.047,0.351,1.539
+ s0.453,0.896,0.819,1.215s0.843,0.479,1.431,0.479c0.408,0,0.767-0.088,1.071-0.262s0.565-0.459,0.783-0.855
+ c0.216-0.395,0.384-0.932,0.504-1.604s0.186-1.506,0.198-2.502C-146.353,432.061-146.545,430.801-146.929,430.01z"/>
+ <path fill="#FFFFFF" d="M-140.36,437.498c0,0.889,0.027,1.52,0.081,1.898c0.056,0.377,0.123,0.688,0.207,0.928
+ c-0.205-0.037-0.39-0.061-0.558-0.072s-0.378-0.02-0.63-0.02s-0.459,0.008-0.621,0.02c-0.162,0.014-0.345,0.035-0.549,0.072
+ c0.048-0.146,0.087-0.266,0.115-0.361c0.03-0.096,0.053-0.221,0.063-0.377c0.036-0.301,0.06-1.002,0.072-2.105
+ c0-0.119,0-0.354,0-0.701l0.018-4.445c-0.288,0-0.519,0.002-0.691,0.008c-0.176,0.008-0.321,0.021-0.441,0.047v-0.107
+ c0.024-0.275,0.036-0.48,0.036-0.611c0-0.107-0.006-0.271-0.02-0.486c-0.012-0.049-0.018-0.096-0.018-0.145
+ c0.132,0.012,0.279,0.023,0.441,0.037c0.16,0.012,0.381,0.018,0.655,0.018c0-0.721,0.027-1.266,0.081-1.639
+ c0.056-0.371,0.171-0.695,0.353-0.973c0.3-0.455,0.747-0.803,1.341-1.043s1.287-0.359,2.079-0.359
+ c-0.072,0.287-0.126,0.537-0.162,0.746c-0.036,0.211-0.072,0.479-0.108,0.801l-0.036-0.018c-0.144-0.049-0.28-0.072-0.414-0.072
+ c-0.286,0-0.519,0.063-0.691,0.188c-0.174,0.127-0.308,0.309-0.396,0.541s-0.148,0.494-0.18,0.781
+ c-0.03,0.289-0.045,0.639-0.045,1.045c0.444,0,0.762-0.006,0.954-0.018c0.19-0.014,0.358-0.031,0.504-0.055
+ c0,0.021-0.006,0.078-0.02,0.16c-0.022,0.191-0.034,0.338-0.034,0.434c0.012,0.264,0.028,0.516,0.054,0.756
+ c-0.36-0.047-0.702-0.07-1.026-0.07c-0.048,0-0.112,0.006-0.196,0.02c-0.098,0-0.162,0-0.198,0L-140.36,437.498z"/>
+ <path fill="#FFFFFF" d="M-135.482,437.498c0,0.889,0.027,1.52,0.081,1.898c0.056,0.377,0.123,0.688,0.207,0.928
+ c-0.205-0.037-0.39-0.061-0.558-0.072s-0.378-0.02-0.63-0.02s-0.459,0.008-0.621,0.02c-0.162,0.014-0.345,0.035-0.549,0.072
+ c0.048-0.146,0.087-0.266,0.117-0.361c0.028-0.096,0.051-0.221,0.063-0.377c0.036-0.301,0.062-1.002,0.072-2.105
+ c0-0.119,0-0.354,0-0.701l0.018-4.445c-0.288,0-0.519,0.002-0.691,0.008c-0.176,0.008-0.321,0.021-0.441,0.047v-0.107
+ c0.024-0.275,0.036-0.48,0.036-0.611c0-0.107-0.006-0.271-0.02-0.486c-0.012-0.049-0.018-0.096-0.018-0.145
+ c0.132,0.012,0.279,0.023,0.441,0.037c0.16,0.012,0.381,0.018,0.655,0.018c0-0.721,0.027-1.266,0.081-1.639
+ c0.056-0.371,0.171-0.695,0.353-0.973c0.3-0.455,0.747-0.803,1.341-1.043s1.287-0.359,2.079-0.359
+ c-0.072,0.287-0.126,0.537-0.162,0.746c-0.036,0.211-0.072,0.479-0.108,0.801l-0.036-0.018c-0.144-0.049-0.28-0.072-0.412-0.072
+ c-0.288,0-0.521,0.063-0.693,0.188c-0.174,0.127-0.306,0.309-0.396,0.541c-0.09,0.232-0.148,0.494-0.18,0.781
+ c-0.03,0.289-0.045,0.639-0.045,1.045c0.444,0,0.762-0.006,0.954-0.018c0.192-0.014,0.36-0.031,0.504-0.055
+ c0,0.021-0.006,0.078-0.018,0.16c-0.024,0.191-0.036,0.338-0.036,0.434c0.012,0.264,0.028,0.516,0.054,0.756
+ c-0.36-0.047-0.702-0.07-1.026-0.07c-0.048,0-0.112,0.006-0.196,0.02c-0.098,0-0.162,0-0.198,0L-135.482,437.498z"/>
+ <path fill="#FFFFFF" d="M-130.838,435.104c0,0.707,0,1.182,0,1.422c0,0.721,0.006,1.287,0.018,1.701
+ c0.014,0.412,0.03,0.75,0.056,1.008c0.022,0.258,0.057,0.465,0.099,0.621c0.042,0.154,0.105,0.313,0.189,0.469
+ c-0.204-0.037-0.386-0.061-0.54-0.072c-0.156-0.012-0.354-0.02-0.596-0.02c-0.468,0-0.93,0.031-1.386,0.092
+ c0.096-0.193,0.165-0.385,0.207-0.576s0.075-0.559,0.099-1.1c0.024-0.395,0.039-0.908,0.045-1.539
+ c0.008-0.629,0.011-1.273,0.011-1.936c0-0.756-0.006-1.439-0.02-2.053c-0.012-0.613-0.036-1.031-0.07-1.26
+ c-0.036-0.313-0.092-0.525-0.162-0.641c-0.072-0.113-0.182-0.225-0.324-0.332h-0.02c0.731-0.072,1.259-0.145,1.575-0.217
+ c0.318-0.07,0.651-0.191,0.999-0.359c-0.072,0.373-0.117,0.705-0.135,1c-0.02,0.293-0.027,0.758-0.027,1.395
+ C-130.82,433.381-130.826,434.182-130.838,435.104z M-131.027,429.271c-0.148,0.215-0.403,0.322-0.765,0.322
+ c-0.313,0-0.558-0.104-0.738-0.313c-0.18-0.211-0.27-0.49-0.27-0.838c0-0.324,0.075-0.609,0.225-0.855
+ c0.15-0.244,0.417-0.367,0.801-0.367c0.36,0,0.612,0.107,0.758,0.322c0.144,0.217,0.216,0.492,0.216,0.828
+ C-130.802,428.756-130.877,429.057-131.027,429.271z"/>
+ <path fill="#FFFFFF" d="M-127.894,431.721c0.797-0.863,1.959-1.297,3.48-1.297c0.287,0,0.531,0.016,0.729,0.045
+ c0.197,0.029,0.43,0.08,0.691,0.152c-0.021,0.049-0.035,0.078-0.035,0.09c-0.084,0.217-0.152,0.434-0.207,0.648
+ c-0.055,0.217-0.104,0.504-0.152,0.863c-0.168-0.119-0.338-0.217-0.514-0.287c-0.174-0.072-0.418-0.107-0.729-0.107
+ c-0.504,0-0.924,0.104-1.26,0.307s-0.596,0.475-0.773,0.811s-0.307,0.699-0.377,1.09c-0.072,0.391-0.109,0.789-0.109,1.195
+ c0,0.48,0.043,0.939,0.127,1.377c0.084,0.439,0.23,0.842,0.441,1.207c0.209,0.365,0.504,0.66,0.881,0.883
+ c0.379,0.221,0.852,0.332,1.414,0.332c0.252,0,0.455-0.02,0.611-0.055c0.155-0.035,0.316-0.09,0.484-0.162
+ c-0.098,0.252-0.168,0.492-0.217,0.721c-0.047,0.229-0.084,0.504-0.105,0.828c-0.168,0.035-0.324,0.061-0.471,0.07
+ c-0.145,0.014-0.329,0.02-0.557,0.02c-0.889,0-1.633-0.143-2.232-0.422c-0.602-0.283-1.066-0.664-1.402-1.145
+ c-0.336-0.479-0.573-1.016-0.711-1.604c-0.141-0.588-0.207-1.219-0.207-1.891C-129.092,433.809-128.693,432.584-127.894,431.721z
+ "/>
+ <path fill="#FFFFFF" d="M-120.344,435.104c0,0.707,0,1.182,0,1.422c0,0.721,0.006,1.287,0.019,1.701
+ c0.012,0.412,0.029,0.75,0.054,1.008c0.023,0.258,0.059,0.465,0.101,0.621c0.042,0.154,0.104,0.313,0.188,0.469
+ c-0.204-0.037-0.384-0.061-0.54-0.072c-0.154-0.012-0.354-0.02-0.594-0.02c-0.469,0-0.931,0.031-1.387,0.092
+ c0.097-0.193,0.165-0.385,0.207-0.576s0.075-0.559,0.1-1.1c0.023-0.395,0.039-0.908,0.045-1.539
+ c0.008-0.629,0.011-1.273,0.011-1.936c0-0.756-0.008-1.439-0.02-2.053c-0.013-0.611-0.036-1.031-0.072-1.26
+ c-0.034-0.313-0.09-0.525-0.16-0.641c-0.072-0.113-0.182-0.225-0.324-0.332h-0.02c0.731-0.072,1.257-0.145,1.575-0.217
+ c0.317-0.07,0.65-0.191,0.999-0.359c-0.072,0.373-0.117,0.705-0.136,1c-0.02,0.293-0.026,0.758-0.026,1.395
+ C-120.326,433.381-120.333,434.182-120.344,435.104z M-120.533,429.271c-0.148,0.215-0.405,0.322-0.766,0.322
+ c-0.313,0-0.56-0.104-0.737-0.313c-0.181-0.211-0.271-0.49-0.271-0.838c0-0.324,0.073-0.609,0.226-0.855
+ c0.149-0.244,0.416-0.367,0.801-0.367c0.359,0,0.612,0.107,0.756,0.322c0.146,0.217,0.218,0.492,0.218,0.828
+ C-120.308,428.756-120.384,429.057-120.533,429.271z"/>
+ <path fill="#FFFFFF" d="M-117.68,434.934c0.66-0.521,1.596-0.783,2.809-0.783c0.216,0,0.485,0.014,0.812,0.037
+ c0.145,0.012,0.244,0.018,0.306,0.018c0-0.455-0.009-0.811-0.026-1.063c-0.019-0.252-0.07-0.479-0.162-0.686
+ c-0.09-0.205-0.238-0.361-0.448-0.477c-0.211-0.115-0.495-0.172-0.854-0.172c-0.479,0-0.938,0.08-1.377,0.242
+ c-0.438,0.162-0.831,0.395-1.18,0.693c-0.071-0.35-0.15-0.625-0.233-0.828c-0.084-0.205-0.191-0.434-0.324-0.686
+ c0.434-0.229,0.906-0.42,1.422-0.574c0.518-0.156,1.158-0.234,1.928-0.234c0.646,0,1.176,0.072,1.584,0.217
+ c0.407,0.145,0.721,0.342,0.937,0.594s0.359,0.535,0.434,0.848c0.07,0.313,0.106,0.666,0.106,1.063l-0.019,3.672
+ c0,0.59,0.003,1.035,0.009,1.342s0.016,0.633,0.027,0.98c0.022,0.313,0.06,0.543,0.106,0.691c0.048,0.15,0.132,0.314,0.252,0.496
+ c-0.071,0-0.175-0.008-0.307-0.02c-0.252-0.023-0.449-0.035-0.594-0.035c-0.266,0-0.576,0.012-0.938,0.035
+ c-0.061,0-0.145,0.006-0.252,0.02c-0.023-0.229-0.039-0.479-0.045-0.748c-0.007-0.271-0.01-0.656-0.01-1.16
+ c-0.132,0.275-0.252,0.514-0.359,0.711s-0.259,0.395-0.45,0.594c-0.19,0.197-0.436,0.359-0.729,0.486
+ c-0.293,0.125-0.633,0.188-1.019,0.188c-0.144,0-0.306-0.012-0.484-0.035c-0.182-0.023-0.366-0.078-0.56-0.162
+ c-0.468-0.229-0.811-0.588-1.024-1.08s-0.323-1.051-0.323-1.674C-118.67,436.291-118.341,435.455-117.68,434.934z
+ M-114.675,435.229c-0.229,0-0.459,0.02-0.692,0.055c-0.232,0.035-0.468,0.113-0.702,0.234c-0.232,0.119-0.426,0.307-0.574,0.559
+ c-0.15,0.252-0.227,0.574-0.227,0.971c0,0.529,0.096,0.957,0.288,1.287c0.191,0.33,0.533,0.496,1.025,0.496
+ c0.274,0,0.549-0.082,0.817-0.244c0.271-0.162,0.488-0.428,0.657-0.801c0.132-0.275,0.219-0.592,0.261-0.945
+ s0.075-0.865,0.101-1.539v-0.07L-114.675,435.229L-114.675,435.229z"/>
+ <path fill="#FFFFFF" d="M-107.996,434.924c0,1.682,0.02,2.893,0.054,3.637c0.024,0.518,0.062,0.883,0.108,1.1
+ c0.047,0.215,0.113,0.438,0.197,0.666c-0.191-0.037-0.378-0.061-0.56-0.072c-0.18-0.012-0.39-0.02-0.63-0.02
+ c-0.288,0-0.534,0.01-0.738,0.025c-0.202,0.02-0.412,0.039-0.63,0.064l0.021-0.055c0.071-0.146,0.122-0.271,0.15-0.379
+ c0.03-0.107,0.059-0.26,0.081-0.449c0.036-0.35,0.066-1.303,0.092-2.861c0.012-0.191,0.019-0.373,0.019-0.541v-3.131
+ c0-1.248-0.007-2.135-0.019-2.656c-0.014-0.521-0.042-0.979-0.092-1.377c-0.06-0.42-0.138-0.707-0.231-0.863
+ c-0.099-0.154-0.234-0.295-0.414-0.414c0.575-0.049,1.047-0.121,1.413-0.225c0.365-0.104,0.807-0.271,1.32-0.514
+ c-0.034,0.252-0.06,0.482-0.069,0.691c-0.015,0.209-0.024,0.459-0.036,0.746c-0.013,0.422-0.024,1.508-0.036,3.26v0.07V434.924
+ L-107.996,434.924z"/>
+ <path fill="#FFFFFF" d="M-100.815,434.934c0.66-0.521,1.598-0.783,2.811-0.783c0.216,0,0.484,0.014,0.81,0.037
+ c0.146,0.012,0.246,0.018,0.308,0.018c0-0.455-0.011-0.811-0.026-1.063c-0.019-0.252-0.072-0.479-0.162-0.686
+ c-0.09-0.205-0.24-0.361-0.45-0.477s-0.494-0.172-0.854-0.172c-0.48,0-0.939,0.08-1.377,0.242
+ c-0.438,0.162-0.831,0.395-1.182,0.693c-0.069-0.35-0.148-0.625-0.231-0.828c-0.084-0.205-0.192-0.434-0.324-0.686
+ c0.433-0.229,0.906-0.42,1.422-0.574c0.518-0.156,1.158-0.234,1.926-0.234c0.648,0,1.178,0.072,1.585,0.217
+ s0.722,0.342,0.938,0.594s0.359,0.535,0.432,0.848s0.108,0.666,0.108,1.063l-0.02,3.672c0,0.59,0.004,1.035,0.01,1.342
+ s0.016,0.633,0.025,0.98c0.024,0.313,0.062,0.543,0.108,0.691c0.048,0.15,0.132,0.314,0.252,0.496
+ c-0.072,0-0.175-0.008-0.307-0.02c-0.252-0.023-0.449-0.035-0.596-0.035c-0.264,0-0.574,0.012-0.936,0.035
+ c-0.063,0-0.146,0.006-0.252,0.02c-0.024-0.229-0.039-0.479-0.045-0.748c-0.007-0.271-0.011-0.656-0.011-1.16
+ c-0.133,0.275-0.253,0.514-0.358,0.711c-0.108,0.197-0.259,0.395-0.45,0.594c-0.191,0.197-0.436,0.359-0.729,0.486
+ c-0.293,0.125-0.635,0.188-1.019,0.188c-0.144,0-0.306-0.012-0.485-0.035c-0.181-0.023-0.365-0.078-0.559-0.162
+ c-0.468-0.229-0.811-0.588-1.026-1.08c-0.215-0.492-0.321-1.051-0.321-1.674C-101.804,436.291-101.475,435.455-100.815,434.934z
+ M-97.809,435.229c-0.229,0-0.459,0.02-0.692,0.055c-0.234,0.035-0.468,0.113-0.702,0.234c-0.232,0.119-0.426,0.307-0.576,0.559
+ c-0.148,0.252-0.225,0.574-0.225,0.971c0,0.529,0.096,0.957,0.288,1.287c0.189,0.33,0.533,0.496,1.023,0.496
+ c0.276,0,0.551-0.082,0.819-0.244c0.271-0.162,0.488-0.428,0.657-0.801c0.132-0.275,0.219-0.592,0.261-0.945
+ s0.075-0.865,0.099-1.539v-0.07L-97.809,435.229L-97.809,435.229z"/>
+ <path fill="#FFFFFF" d="M-93.056,434.889v-0.217c-0.015-1.045-0.024-1.707-0.036-1.988c-0.015-0.281-0.036-0.551-0.072-0.803
+ c-0.061-0.348-0.138-0.59-0.234-0.729c-0.096-0.139-0.228-0.256-0.396-0.354h-0.021c0.576-0.021,1.049-0.076,1.413-0.16
+ c0.366-0.084,0.726-0.191,1.071-0.324l0.09-0.035v1.979c0.098-0.215,0.195-0.416,0.297-0.604
+ c0.104-0.186,0.249-0.377,0.441-0.574c0.191-0.199,0.435-0.359,0.729-0.486c0.295-0.127,0.642-0.188,1.035-0.188
+ c0.396,0,0.728,0.063,0.99,0.188s0.468,0.287,0.61,0.486c0.146,0.197,0.245,0.395,0.308,0.584
+ c0.06,0.191,0.106,0.385,0.145,0.576c0.107-0.217,0.221-0.416,0.333-0.604c0.113-0.188,0.271-0.375,0.47-0.566
+ c0.196-0.191,0.448-0.352,0.756-0.479c0.306-0.127,0.663-0.189,1.069-0.189c0.443,0,0.806,0.061,1.08,0.182
+ c0.275,0.119,0.482,0.291,0.62,0.514c0.141,0.223,0.231,0.479,0.279,0.773c0.048,0.293,0.072,0.639,0.072,1.033v2.521
+ c0,1.682,0.015,2.848,0.045,3.502c0.027,0.652,0.099,1.117,0.207,1.396h-0.036c-0.168-0.037-0.342-0.064-0.521-0.082
+ c-0.181-0.02-0.396-0.027-0.646-0.027c-0.216,0-0.402,0.01-0.56,0.027c-0.154,0.018-0.358,0.045-0.61,0.082
+ c0.084-0.17,0.144-0.33,0.18-0.486c0.036-0.154,0.072-0.449,0.108-0.883v-1.529v-1.135v-2.482c0-0.637-0.078-1.104-0.234-1.404
+ c-0.156-0.299-0.504-0.449-1.044-0.449c-0.336,0-0.633,0.111-0.893,0.334c-0.259,0.221-0.409,0.453-0.459,0.691
+ c-0.061,0.252-0.1,0.586-0.115,1c-0.021,0.414-0.027,0.963-0.027,1.646v2.32c0,0.697,0.02,1.223,0.055,1.576
+ s0.104,0.621,0.197,0.801l-0.107-0.02c-0.19-0.023-0.364-0.041-0.521-0.055c-0.156-0.012-0.336-0.018-0.54-0.018
+ c-0.229,0-0.404,0.006-0.53,0.018c-0.127,0.014-0.313,0.029-0.565,0.055c-0.049,0.014-0.091,0.02-0.126,0.02
+ c0.06-0.119,0.102-0.223,0.126-0.307c0.021-0.084,0.042-0.203,0.054-0.359c0-0.035,0.012-0.15,0.036-0.342
+ c0.06-0.732,0.09-1.389,0.09-1.963v-1.979c0-0.73-0.015-1.299-0.045-1.701c-0.03-0.4-0.087-0.73-0.171-0.98
+ s-0.21-0.434-0.378-0.539c-0.168-0.107-0.396-0.162-0.685-0.162c-0.323,0-0.59,0.074-0.791,0.225
+ c-0.205,0.15-0.357,0.354-0.46,0.613c-0.104,0.258-0.169,0.551-0.197,0.881c-0.03,0.33-0.045,0.729-0.045,1.197v1.926
+ c0,2.027,0.06,3.191,0.18,3.492c-0.192-0.035-0.363-0.063-0.513-0.08c-0.15-0.02-0.327-0.027-0.531-0.027
+ c-0.384,0-0.804,0.035-1.26,0.107c0.084-0.168,0.144-0.332,0.18-0.494s0.072-0.479,0.108-0.945v-2.178v-1.818h-0.004V434.889z"/>
+ <path fill="#FFFFFF" d="M-80.214,433.582c0.102-0.559,0.283-1.076,0.549-1.557c0.264-0.48,0.646-0.867,1.15-1.16
+ c0.506-0.295,1.136-0.441,1.892-0.441c0.336,0,0.615,0.02,0.837,0.063c0.222,0.041,0.447,0.1,0.675,0.172
+ c0-0.709-0.003-1.217-0.009-1.521c-0.006-0.307-0.024-0.563-0.054-0.766c-0.03-0.205-0.075-0.367-0.137-0.486
+ c-0.061-0.119-0.154-0.252-0.288-0.396c0.563-0.049,1.021-0.119,1.368-0.217c0.35-0.098,0.701-0.229,1.063-0.395
+ c-0.063,0.324-0.105,0.83-0.135,1.52c-0.03,0.689-0.054,1.48-0.063,2.367c-0.023,1.115-0.036,2.74-0.036,4.879
+ c0,1.318,0.046,2.352,0.136,3.096c0.092,0.744,0.215,1.271,0.369,1.584h-0.055c-0.18-0.023-0.313-0.035-0.396-0.035
+ c-0.097-0.014-0.265-0.02-0.504-0.02c-0.274,0-0.601,0.012-0.973,0.035c-0.06,0-0.149,0.006-0.27,0.02l-0.036-1.604
+ c-0.324,1.115-1.038,1.676-2.144,1.676c-0.229,0-0.488-0.039-0.782-0.117c-0.295-0.078-0.624-0.275-0.989-0.594
+ c-0.366-0.318-0.68-0.834-0.938-1.551c-0.259-0.713-0.388-1.65-0.388-2.814C-80.367,434.721-80.316,434.141-80.214,433.582z
+ M-75.165,432.025c-0.192-0.096-0.378-0.174-0.56-0.234c-0.181-0.061-0.4-0.09-0.666-0.09c-0.469,0-0.85,0.119-1.144,0.359
+ s-0.507,0.537-0.639,0.893c-0.134,0.354-0.218,0.695-0.252,1.025c-0.036,0.33-0.056,0.662-0.056,0.998
+ c0,0.24,0.01,0.492,0.026,0.756c0.019,0.266,0.051,0.553,0.1,0.863c0.036,0.23,0.087,0.457,0.152,0.686
+ c0.066,0.229,0.165,0.463,0.297,0.701c0.133,0.24,0.307,0.436,0.522,0.586c0.215,0.148,0.479,0.225,0.792,0.225
+ c0.3,0,0.543-0.064,0.729-0.197c0.188-0.133,0.324-0.295,0.414-0.484c0.091-0.191,0.15-0.381,0.181-0.566
+ c0.029-0.188,0.053-0.398,0.063-0.639v-0.037c0.012-0.189,0.021-0.469,0.027-0.828c0.006-0.359,0.009-0.895,0.009-1.602
+ l0.019-1.242L-75.165,432.025z"/>
+ <path fill="#FFFFFF" d="M-65.067,427.633c0.35,0.098,0.653,0.205,0.918,0.324c0.012,0,0.023,0.006,0.035,0.02
+ c-0.107,0.238-0.197,0.459-0.27,0.656s-0.156,0.52-0.253,0.963l-0.181-0.217c-0.133-0.154-0.337-0.291-0.61-0.404
+ c-0.276-0.113-0.618-0.17-1.026-0.17c-0.647,0-1.173,0.141-1.575,0.424c-0.401,0.281-0.701,0.646-0.897,1.098
+ c-0.198,0.451-0.33,0.922-0.396,1.414c-0.065,0.49-0.123,1.072-0.171,1.744v0.02c0.12-0.191,0.243-0.369,0.369-0.531
+ c0.126-0.16,0.267-0.303,0.423-0.424c0.444-0.348,0.99-0.521,1.639-0.521c0.252,0,0.533,0.037,0.848,0.107
+ c0.312,0.072,0.645,0.234,0.999,0.486c0.354,0.252,0.651,0.646,0.897,1.188c0.246,0.539,0.369,1.234,0.369,2.088
+ c0,0.646-0.071,1.248-0.216,1.801c-0.146,0.553-0.369,1.035-0.675,1.449c-0.308,0.414-0.702,0.732-1.188,0.963
+ c-0.485,0.229-1.053,0.342-1.7,0.342c-0.744,0-1.364-0.145-1.861-0.432c-0.498-0.289-0.887-0.688-1.161-1.197
+ c-0.276-0.51-0.473-1.092-0.585-1.746c-0.114-0.654-0.171-1.371-0.171-2.15c0-2.508,0.399-4.373,1.205-5.598
+ c0.805-1.225,2.101-1.836,3.889-1.836C-65.866,427.49-65.416,427.537-65.067,427.633z M-65.959,435.283
+ c-0.03-0.264-0.101-0.537-0.207-0.818c-0.107-0.281-0.285-0.52-0.531-0.711s-0.566-0.289-0.963-0.289
+ c-0.611,0-1.077,0.246-1.396,0.738c-0.316,0.492-0.478,1.158-0.478,1.998c0,0.301,0.021,0.605,0.063,0.918
+ s0.123,0.617,0.243,0.918c0.119,0.301,0.3,0.553,0.54,0.756c0.239,0.205,0.554,0.307,0.938,0.307s0.702-0.096,0.954-0.287
+ s0.439-0.439,0.565-0.746c0.126-0.309,0.21-0.627,0.252-0.963s0.063-0.68,0.063-1.025
+ C-65.914,435.811-65.93,435.547-65.959,435.283z"/>
+ <path fill="#FFFFFF" d="M-56.193,435.932c0.479,0,0.911-0.041,1.296-0.125c-0.036,0.359-0.055,0.672-0.055,0.938
+ c0,0.145,0.003,0.268,0.01,0.367c0.006,0.104,0.021,0.227,0.045,0.369c-0.252-0.023-0.459-0.035-0.621-0.035s-0.394,0-0.691,0
+ v1.764c0,0.48,0.084,0.854,0.252,1.117c-0.024,0-0.063-0.008-0.107-0.02c-0.217-0.023-0.397-0.039-0.55-0.047
+ c-0.148-0.006-0.345-0.008-0.585-0.008c-0.216,0-0.393,0.006-0.53,0.02c-0.139,0.012-0.327,0.027-0.565,0.055h-0.036
+ c0.12-0.266,0.195-0.596,0.225-0.99c0.03-0.396,0.046-1.025,0.046-1.891h-4.732v-1.352c0.154-0.371,0.423-0.957,0.801-1.756
+ c0.378-0.797,0.771-1.615,1.179-2.457c0.408-0.84,0.816-1.654,1.227-2.445c0.405-0.793,0.736-1.404,0.988-1.838
+ c0.239,0.023,0.434,0.043,0.575,0.055c0.063,0,0.174,0,0.343,0c0.218,0.014,0.396,0.02,0.54,0.02c0.239,0,0.437-0.006,0.585-0.02
+ c0.149-0.012,0.32-0.029,0.515-0.055v0.035c-0.048,0.229-0.084,0.438-0.108,0.621c-0.021,0.188-0.035,0.447-0.035,0.783v6.895
+ H-56.193L-56.193,435.932z M-58.03,435.914c0.024-1.477,0.048-3.072,0.072-4.789c0.012-0.611,0.019-1.063,0.019-1.35v-0.596
+ c-0.229,0.408-0.508,0.939-0.837,1.594c-0.331,0.654-0.649,1.309-0.964,1.963c-0.312,0.654-0.603,1.281-0.873,1.881
+ c-0.27,0.602-0.459,1.031-0.566,1.297H-58.03z"/>
+ </g>
+ </g>
+</g>
+<g>
+ <rect x="-3293.128" y="-1131.551" fill="#133544" width="2600" height="2042.495"/>
+</g>
+<radialGradient id="SVGID_3_" cx="-1993.1306" cy="-16.9082" r="1100.03" gradientTransform="matrix(1 0 0 1.0431 0 -58.5953)" gradientUnits="userSpaceOnUse">
+ <stop offset="0" style="stop-color:#22506C"/>
+ <stop offset="1" style="stop-color:#133443"/>
+</radialGradient>
+<rect x="-3293.128" y="-967.542" opacity="0.5" fill="url(#SVGID_3_)" width="2599.995" height="1782.619"/>
+<g>
+
+ <radialGradient id="SVGID_4_" cx="-12055.0723" cy="-3664.0264" r="1145.0371" gradientTransform="matrix(0.2308 0 0 0.2308 808.8663 474.7612)" gradientUnits="userSpaceOnUse">
+ <stop offset="0" style="stop-color:#6C98B7"/>
+ <stop offset="1" style="stop-color:#143644;stop-opacity:0"/>
+ </radialGradient>
+ <rect x="-2314.082" y="-711.535" fill="url(#SVGID_4_)" width="681.276" height="681.278"/>
+</g>
+<g id="debian" opacity="0.6">
+ <g>
+ <path fill="#F5F5F5" d="M-1972.696-85.563c-2.012,0.029,0.385,1.039,3.01,1.44c0.727-0.57,1.388-1.138,1.973-1.696
+ C-1969.349-85.418-1971.015-85.412-1972.696-85.563"/>
+ <path fill="#F5F5F5" d="M-1961.882-88.26c1.198-1.654,2.071-3.467,2.38-5.338c-0.269,1.334-0.996,2.486-1.676,3.703
+ c-3.768,2.37-0.353-1.405-0.006-2.842C-1965.231-87.641-1961.738-89.682-1961.882-88.26"/>
+ <path fill="#F5F5F5" d="M-1957.892-98.635c0.24-3.629-0.716-2.482-1.04-1.1C-1958.555-99.537-1958.258-97.179-1957.892-98.635"/>
+ <path fill="#F5F5F5" d="M-1980.334-148.209c1.078,0.192,2.325,0.346,2.151,0.6C-1977.01-147.868-1976.74-148.105-1980.334-148.209
+ "/>
+ <path fill="#F5F5F5" d="M-1978.183-147.609l-0.761,0.156l0.706-0.063L-1978.183-147.609"/>
+ <path fill="#F5F5F5" d="M-1944.666-97.264c0.119,3.259-0.956,4.835-1.921,7.637l-1.741,0.865
+ c-1.424,2.768,0.138,1.756-0.882,3.955c-2.224,1.982-6.749,6.188-8.198,6.574c-1.056-0.025,0.718-1.248,0.948-1.726
+ c-2.975,2.042-2.386,3.065-6.938,4.312l-0.137-0.299c-11.228,5.281-26.824-5.186-26.618-19.467
+ c-0.119,0.904-0.341,0.678-0.593,1.045c-0.578-7.347,3.396-14.725,10.096-17.739c6.556-3.246,14.239-1.912,18.938,2.466
+ c-2.583-3.381-7.712-6.961-13.8-6.628c-5.958,0.097-11.534,3.884-13.394,7.994c-3.051,1.921-3.406,7.405-4.738,8.411
+ c-1.787,13.152,3.366,18.834,12.092,25.518c1.374,0.93,0.388,1.064,0.572,1.773c-2.897-1.358-5.55-3.406-7.733-5.916
+ c1.156,1.696,2.406,3.346,4.021,4.637c-2.732-0.924-6.383-6.621-7.45-6.853c4.713,8.433,19.108,14.791,26.656,11.636
+ c-3.491,0.134-7.925,0.075-11.844-1.375c-1.646-0.846-3.89-2.604-3.484-2.932c10.288,3.842,20.922,2.91,29.826-4.227
+ c2.264-1.766,4.738-4.766,5.456-4.81c-1.079,1.621,0.182,0.78-0.646,2.21c2.258-3.64-0.979-1.48,2.333-6.288l1.225,1.688
+ c-0.453-3.021,3.754-6.691,3.326-11.469c0.965-1.459,1.076,1.572,0.053,4.934c1.423-3.729,0.375-4.329,0.739-7.401
+ c0.395,1.032,0.911,2.131,1.178,3.223c-0.925-3.604,0.95-6.069,1.414-8.16c-0.455-0.206-1.43,1.592-1.653-2.665
+ c0.035-1.851,0.517-0.969,0.705-1.423c-0.367-0.212-1.319-1.627-1.898-4.347c0.42-0.639,1.123,1.656,1.696,1.748
+ c-0.368-2.16-1.003-3.809-1.024-5.469c-1.674-3.491-0.594,0.467-1.951-1.499c-1.774-5.544,1.477-1.285,1.696-3.804
+ c2.696,3.902,4.235,9.953,4.937,12.461c-0.539-3.058-1.406-6.016-2.468-8.882c0.817,0.347-1.32-6.283,1.062-1.893
+ c-2.545-9.362-10.888-18.11-18.565-22.214c0.938,0.859,2.127,1.938,1.701,2.107c-3.818-2.275-3.146-2.449-3.691-3.409
+ c-3.113-1.267-3.317,0.103-5.377,0c-5.86-3.107-6.992-2.776-12.388-4.726l0.248,1.146c-3.885-1.293-4.523,0.491-8.725,0.004
+ c-0.254-0.199,1.348-0.723,2.667-0.911c-3.759,0.497-3.581-0.743-7.258,0.134c0.907-0.637,1.864-1.053,2.829-1.594
+ c-3.061,0.188-7.307,1.782-5.994,0.332c-4.998,2.227-13.865,5.356-18.846,10.025l-0.157-1.051
+ c-2.281,2.74-9.947,8.182-10.557,11.725l-0.608,0.143c-1.188,2.013-1.956,4.287-2.897,6.354c-1.549,2.646-2.275,1.019-2.054,1.433
+ c-3.053,6.192-4.567,11.393-5.881,15.658c0.935,1.396,0.023,8.395,0.377,13.998c-1.534,27.693,19.433,54.572,42.351,60.785
+ c3.358,1.201,8.353,1.152,12.601,1.274c-5.011-1.435-5.659-0.757-10.544-2.462c-3.521-1.658-4.294-3.551-6.789-5.719l0.985,1.746
+ c-4.894-1.734-2.843-2.145-6.822-3.406l1.054-1.371c-1.589-0.124-4.2-2.68-4.917-4.093l-1.736,0.069
+ c-2.084-2.573-3.193-4.422-3.113-5.862l-0.563,0.999c-0.634-1.092-7.669-9.646-4.019-7.658c-0.676-0.619-1.579-1.006-2.556-2.777
+ l0.744-0.852c-1.76-2.258-3.236-5.159-3.124-6.121c0.938,1.266,1.587,1.5,2.231,1.721c-4.433-11.005-4.684-0.61-8.043-11.202
+ l0.712-0.06c-0.544-0.818-0.875-1.71-1.313-2.588l0.308-3.078c-3.19-3.697-0.895-15.695-0.432-22.275
+ c0.321-2.68,2.665-5.531,4.45-10l-1.087-0.186c2.077-3.627,11.864-14.559,16.395-14c2.197-2.756-0.432-0.008-0.862-0.701
+ c4.823-4.99,6.339-3.529,9.595-4.424c3.512-2.082-3.015,0.811-1.35-0.797c6.067-1.547,4.302-3.521,12.218-4.309
+ c0.832,0.477-1.939,0.734-2.637,1.35c5.055-2.471,16.003-1.909,23.11,1.374c8.249,3.855,17.514,15.251,17.882,25.968l0.413,0.113
+ c-0.207,4.263,0.652,9.188-0.842,13.711L-1944.666-97.264"/>
+ <path fill="#F5F5F5" d="M-1994.679-82.801l-0.281,1.415c1.323,1.799,2.374,3.748,4.066,5.153
+ C-1992.111-78.607-1993.017-79.592-1994.679-82.801"/>
+ <path fill="#F5F5F5" d="M-1991.546-82.922c-0.704-0.773-1.119-1.707-1.582-2.637c0.44,1.632,1.352,3.034,2.197,4.462
+ L-1991.546-82.922"/>
+ <path fill="#F5F5F5" d="M-1936.173-94.955l-0.3,0.744c-0.543,3.85-1.711,7.66-3.506,11.195
+ C-1937.996-86.744-1936.714-90.824-1936.173-94.955"/>
+ <path fill="#F5F5F5" d="M-1979.934-149.174c1.363-0.5,3.349-0.272,4.795-0.6c-1.885,0.155-3.759,0.252-5.61,0.488
+ L-1979.934-149.174"/>
+ <path fill="#F5F5F5" d="M-2027.741-123.749c0.313,2.901-2.184,4.027,0.554,2.114
+ C-2025.718-124.94-2027.764-122.546-2027.741-123.749"/>
+ <path fill="#F5F5F5" d="M-2030.961-110.304c0.632-1.941,0.747-3.103,0.986-4.223
+ C-2031.717-112.297-2030.778-111.824-2030.961-110.304"/>
+ </g>
+</g>
+<g id="rais" opacity="0.5">
+ <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="-2865.6145" y1="-1288.0967" x2="-2865.6145" y2="-269.5854">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+ <rect x="-2984.742" y="-1288.097" opacity="0.1" fill="url(#SVGID_5_)" width="238.256" height="1018.511"/>
+ <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="-2905.7639" y1="-1299.9736" x2="-2905.7639" y2="52.938">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+ <rect x="-2986.549" y="-1299.974" opacity="0.1" fill="url(#SVGID_6_)" width="161.57" height="1352.911"/>
+ <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="-2897.4705" y1="-1301.2378" x2="-2897.4705" y2="51.6724">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+ <rect x="-2933.611" y="-1301.238" opacity="0.1" fill="url(#SVGID_7_)" width="72.28" height="1352.91"/>
+</g>
+<linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="1626.7581" y1="390.4863" x2="3553.7834" y2="390.4863" gradientTransform="matrix(-1 0 0 -1 613.5317 605.0254)">
+ <stop offset="0" style="stop-color:#2A4F5A;stop-opacity:0"/>
+ <stop offset="0.5" style="stop-color:#2A4F5A;stop-opacity:0.958"/>
+ <stop offset="1" style="stop-color:#23343D;stop-opacity:0"/>
+</linearGradient>
+<rect x="-2940.251" y="159.825" opacity="0.2" fill="url(#SVGID_8_)" width="1927.024" height="109.427"/>
+<g>
+
+ <circle opacity="0.3" fill="#234961" stroke="#F5F5F5" stroke-width="3" stroke-miterlimit="10" cx="-1982.228" cy="-420.257" r="174.447"/>
+ <circle opacity="0.4" fill="#234961" cx="-2012.722" cy="-398.441" r="131.647"/>
+ <g>
+ <path fill="none" d="M-1980.815-370.618l1.242,3.537l11.819-4.154c-0.354-1.191-0.739-2.381-1.156-3.568l0,0L-1980.815-370.618z"
+ />
+ <path opacity="0.4" fill="#FFF7B8" d="M-1980.658-313.092c0.091,0.262-0.086,0.562-0.395,0.67l-7.978,2.805l3.879,11.034
+ c6.326-6.691,11.338-14.476,14.821-22.909l-11.819,4.155L-1980.658-313.092z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-1992.608-367.01l-2.972-8.451l-6.232,2.19l4.382,12.467l17.858-6.277l-1.242-3.537
+ l-11.216,3.942C-1992.257-366.597-1992.515-366.747-1992.608-367.01z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2026.094-296.59c-0.311,0.109-0.635-0.015-0.727-0.273l-0.223-0.632
+ c0.215,0.608,0.01,1.235-0.455,1.399l-20.386,7.167l4.786,13.617c9.393,0.463,19.027-0.85,28.445-4.161
+ c2.813-0.989,5.529-2.129,8.143-3.406l-6.443-18.33L-2026.094-296.59z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2080.667-287.628c2.563,1.692,5.228,3.223,7.974,4.587l-2.313-6.577L-2080.667-287.628z"
+ />
+ <path opacity="0.4" fill="#FFF7B8" d="M-2107.448-336.14c-0.464,0.164-0.975-0.08-1.139-0.545l-5.601-15.932
+ c-0.318,9.061,1.016,18.332,4.205,27.402c4.196,11.937,11.116,22.138,19.813,30.154l-14.751-41.967L-2107.448-336.14z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2089.809-331.735l-5.523,1.943c-0.365,0.127-0.665,0.219-0.671,0.201l-0.93-2.641
+ c-0.005-0.018,0.285-0.135,0.652-0.264l5.521-1.941l-2.367-6.734l-11.794,4.145l14.751,41.967
+ c2.975,2.738,6.152,5.222,9.503,7.432l5.66-1.99L-2089.809-331.735z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2089.809-331.735l-5.523,1.943c-0.365,0.127-0.665,0.219-0.671,0.201l-0.93-2.641
+ c-0.005-0.018,0.285-0.135,0.652-0.264l5.521-1.941l-2.367-6.734l-11.794,4.145l14.751,41.967
+ c2.975,2.738,6.152,5.222,9.503,7.432l5.66-1.99L-2089.809-331.735z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2089.033-405.992c-0.767,0.679-1.52,1.376-2.257,2.086l2.661-0.936L-2089.033-405.992z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2089.033-405.992c-0.767,0.679-1.52,1.376-2.257,2.086l2.661-0.936L-2089.033-405.992z"/>
+
+ <rect x="-1999.006" y="-377.888" transform="matrix(-0.3319 -0.9433 0.9433 -0.3319 -2308.9016 -2384.3682)" opacity="0.4" fill="#FFF7B8" width="0.465" height="6.606"/>
+
+ <rect x="-1999.006" y="-377.888" transform="matrix(-0.3319 -0.9433 0.9433 -0.3319 -2308.9016 -2384.3682)" opacity="0.4" fill="#FFF7B8" width="0.465" height="6.606"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2015.961-377.976l7.098-2.494c0.288-0.102,0.525-0.176,0.529-0.162l0.656,1.868
+ c0.004,0.011-0.227,0.101-0.517,0.203l-7.096,2.495l1.564,4.447l17.354-6.1l-11.179-31.805c-0.094-0.264,0.014-0.541,0.239-0.62
+ l8.144-2.862c-0.976-0.623-1.965-1.221-2.965-1.798l-23.827,8.376L-2015.961-377.976z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2015.961-377.976l7.098-2.494c0.288-0.102,0.525-0.176,0.529-0.162l0.656,1.868
+ c0.004,0.011-0.227,0.101-0.517,0.203l-7.096,2.495l1.564,4.447l17.354-6.1l-11.179-31.805c-0.094-0.264,0.014-0.541,0.239-0.62
+ l8.144-2.862c-0.976-0.623-1.965-1.221-2.965-1.798l-23.827,8.376L-2015.961-377.976z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2058.429-422.329c-1.944,0.512-3.882,1.105-5.811,1.783
+ c-6.199,2.179-11.931,5.095-17.131,8.609l23.669-8.319L-2058.429-422.329z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2058.429-422.329c-1.944,0.512-3.882,1.105-5.811,1.783
+ c-6.199,2.179-11.931,5.095-17.131,8.609l23.669-8.319L-2058.429-422.329z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2068.243-412.009c0.465-0.162,0.976,0.081,1.139,0.547l0.329,0.936l9.615,27.354
+ l11.119-3.909l-11.661-33.175l-23.669,8.319c-2.7,1.826-5.258,3.813-7.662,5.944l0.404,1.15L-2068.243-412.009z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2068.243-412.009c0.465-0.162,0.976,0.081,1.139,0.547l0.329,0.936l9.615,27.354
+ l11.119-3.909l-11.661-33.175l-23.669,8.319c-2.7,1.826-5.258,3.813-7.662,5.944l0.404,1.15L-2068.243-412.009z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2068.243-412.009c0.465-0.162,0.976,0.081,1.139,0.547l0.329,0.936l9.615,27.354
+ l11.119-3.909l-11.661-33.175l-23.669,8.319c-2.7,1.826-5.258,3.813-7.662,5.944l0.404,1.15L-2068.243-412.009z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-1967.026-331.391c3.283-12.727,3.252-26.444-0.728-39.845l-11.819,4.154
+ L-1967.026-331.391z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-1997.43-360.804l15.281,43.467l11.819-4.155c1.326-3.212,2.433-6.521,3.305-9.898
+ l-12.547-35.69L-1997.43-360.804z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-1997.43-360.804l15.281,43.467l11.819-4.155c1.326-3.212,2.433-6.521,3.305-9.898
+ l-12.547-35.69L-1997.43-360.804z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2012.931-369.362l2.157,6.142c0.077,0.22,0.101,0.439,0.077,0.644l7.34-2.581
+ c0.365-0.13,0.666-0.22,0.673-0.204l0.928,2.644c0.007,0.016-0.285,0.135-0.65,0.263l-9.901,3.479l1.063,3.03l13.815-4.857
+ l-4.382-12.467L-2012.931-369.362z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2012.931-369.362l2.157,6.142c0.077,0.22,0.101,0.439,0.077,0.644l7.34-2.581
+ c0.365-0.13,0.666-0.22,0.673-0.204l0.928,2.644c0.007,0.016-0.285,0.135-0.65,0.263l-9.901,3.479l1.063,3.03l13.815-4.857
+ l-4.382-12.467L-2012.931-369.362z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-1989.031-309.617l7.978-2.805c0.309-0.108,0.485-0.408,0.395-0.67l-1.491-4.245
+ l-8.537,3.001L-1989.031-309.617z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-1989.031-309.617l7.978-2.805c0.309-0.108,0.485-0.408,0.395-0.67l-1.491-4.245
+ l-8.537,3.001L-1989.031-309.617z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2027.47-301.406c-0.467,0.164-0.917,0.083-1.01-0.179l1.438,4.09l0.223,0.632
+ c0.092,0.259,0.416,0.383,0.727,0.273l13.141-4.619l-1.659-4.717L-2027.47-301.406z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2027.47-301.406c-0.467,0.164-0.917,0.083-1.01-0.179l1.438,4.09l0.223,0.632
+ c0.092,0.259,0.416,0.383,0.727,0.273l13.141-4.619l-1.659-4.717L-2027.47-301.406z"/>
+
+ <rect x="-2018.661" y="-357.892" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 -4034.3489 -24.0905)" opacity="0.4" fill="#FFF7B8" width="7.085" height="3.211"/>
+
+ <rect x="-2018.661" y="-357.892" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 -4034.3489 -24.0905)" opacity="0.4" fill="#FFF7B8" width="7.085" height="3.211"/>
+
+ <rect x="-2018.661" y="-357.892" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 -4034.3489 -24.0905)" opacity="0.5" fill="#D1E3B6" width="7.085" height="3.211"/>
+
+ <rect x="-2007.682" y="-377.428" transform="matrix(-0.3363 -0.9417 0.9417 -0.3363 -2332.7383 -2386.9956)" opacity="0.4" fill="#FFF7B8" width="0.465" height="11.786"/>
+
+ <rect x="-2007.682" y="-377.428" transform="matrix(-0.3363 -0.9417 0.9417 -0.3363 -2332.7383 -2386.9956)" opacity="0.4" fill="#FFF7B8" width="0.465" height="11.786"/>
+
+ <rect x="-2007.682" y="-377.428" transform="matrix(-0.3363 -0.9417 0.9417 -0.3363 -2332.7383 -2386.9956)" opacity="0.5" fill="#D1E3B6" width="0.465" height="11.786"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2029.853-305.488l1.373,3.903c0.093,0.262,0.543,0.343,1.01,0.179l12.858-4.52
+ l-1.539-4.379L-2029.853-305.488z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2029.853-305.488l1.373,3.903c0.093,0.262,0.543,0.343,1.01,0.179l12.858-4.52
+ l-1.539-4.379L-2029.853-305.488z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2029.853-305.488l1.373,3.903c0.093,0.262,0.543,0.343,1.01,0.179l12.858-4.52
+ l-1.539-4.379L-2029.853-305.488z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2010.709-354.417l4.438-1.559c0.464-0.164,0.964,0.055,1.116,0.486l14.468,41.153
+ l8.537-3.001l-15.281-43.467l-13.815,4.857L-2010.709-354.417z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2010.709-354.417l4.438-1.559c0.464-0.164,0.964,0.055,1.116,0.486l14.468,41.153
+ l8.537-3.001l-15.281-43.467l-13.815,4.857L-2010.709-354.417z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2010.709-354.417l4.438-1.559c0.464-0.164,0.964,0.055,1.116,0.486l14.468,41.153
+ l8.537-3.001l-15.281-43.467l-13.815,4.857L-2010.709-354.417z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2029.078-347.08c-0.152-0.433,0.101-0.915,0.567-1.077l-11.008,3.867l4.226,12.019
+ c0.037,0.104-0.005,0.212-0.093,0.243l-3.378,1.188l8.91,25.353l13.702-4.816L-2029.078-347.08z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2029.078-347.08c-0.152-0.433,0.101-0.915,0.567-1.077l-11.008,3.867l4.226,12.019
+ c0.037,0.104-0.005,0.212-0.093,0.243l-3.378,1.188l8.91,25.353l13.702-4.816L-2029.078-347.08z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2029.078-347.08c-0.152-0.433,0.101-0.915,0.567-1.077l-11.008,3.867l4.226,12.019
+ c0.037,0.104-0.005,0.212-0.093,0.243l-3.378,1.188l8.91,25.353l13.702-4.816L-2029.078-347.08z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2029.078-347.08c-0.152-0.433,0.101-0.915,0.567-1.077l-11.008,3.867l4.226,12.019
+ c0.037,0.104-0.005,0.212-0.093,0.243l-3.378,1.188l8.91,25.353l13.702-4.816L-2029.078-347.08z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2017.5-352.374c0.06,0.17-0.054,0.365-0.256,0.436l7.047-2.479l-0.537-1.529l-6.684,2.35
+ L-2017.5-352.374z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2017.5-352.374c0.06,0.17-0.054,0.365-0.256,0.436l7.047-2.479l-0.537-1.529l-6.684,2.35
+ L-2017.5-352.374z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2017.5-352.374c0.06,0.17-0.054,0.365-0.256,0.436l7.047-2.479l-0.537-1.529l-6.684,2.35
+ L-2017.5-352.374z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2017.5-352.374c0.06,0.17-0.054,0.365-0.256,0.436l7.047-2.479l-0.537-1.529l-6.684,2.35
+ L-2017.5-352.374z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2107.448-336.14l2.527-0.887l-4.499-12.799l-1.738,0.611
+ c-0.299,0.105-0.548,0.178-0.555,0.162l-0.928-2.643c-0.006-0.018,0.233-0.117,0.534-0.223l1.737-0.609l-3.026-8.608
+ c-0.425,2.81-0.691,5.654-0.792,8.519l5.601,15.932C-2108.423-336.22-2107.912-335.976-2107.448-336.14z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2107.448-336.14l2.527-0.887l-4.499-12.799l-1.738,0.611
+ c-0.299,0.105-0.548,0.178-0.555,0.162l-0.928-2.643c-0.006-0.018,0.233-0.117,0.534-0.223l1.737-0.609l-3.026-8.608
+ c-0.425,2.81-0.691,5.654-0.792,8.519l5.601,15.932C-2108.423-336.22-2107.912-335.976-2107.448-336.14z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2077.347-364.134l-13.352-37.982c-0.215-0.609-0.012-1.236,0.453-1.4l1.854-0.652
+ l-0.237-0.673l-2.661,0.936c-11.876,11.438-19.647,26.534-22.105,42.771l3.026,8.608L-2077.347-364.134z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2077.347-364.134l-13.352-37.982c-0.215-0.609-0.012-1.236,0.453-1.4l1.854-0.652
+ l-0.237-0.673l-2.661,0.936c-11.876,11.438-19.647,26.534-22.105,42.771l3.026,8.608L-2077.347-364.134z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2077.347-364.134l-13.352-37.982c-0.215-0.609-0.012-1.236,0.453-1.4l1.854-0.652
+ l-0.237-0.673l-2.661,0.936c-11.876,11.438-19.647,26.534-22.105,42.771l3.026,8.608L-2077.347-364.134z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2094.416-347.534l20.385-7.165l-0.224-0.64l-7.433,2.612
+ c-0.289,0.101-0.526,0.175-0.531,0.163l-0.655-1.867c-0.005-0.014,0.226-0.104,0.515-0.205l7.432-2.612l-1.47-4.185
+ l-33.022,11.607l4.499,12.799l11.794-4.145l-1.744-4.963C-2095.086-346.743-2094.883-347.37-2094.416-347.534z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2094.416-347.534l20.385-7.165l-0.224-0.64l-7.433,2.612
+ c-0.289,0.101-0.526,0.175-0.531,0.163l-0.655-1.867c-0.005-0.014,0.226-0.104,0.515-0.205l7.432-2.612l-1.47-4.185
+ l-33.022,11.607l4.499,12.799l11.794-4.145l-1.744-4.963C-2095.086-346.743-2094.883-347.37-2094.416-347.534z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2094.416-347.534l20.385-7.165l-0.224-0.64l-7.433,2.612
+ c-0.289,0.101-0.526,0.175-0.531,0.163l-0.655-1.867c-0.005-0.014,0.226-0.104,0.515-0.205l7.432-2.612l-1.47-4.185
+ l-33.022,11.607l4.499,12.799l11.794-4.145l-1.744-4.963C-2095.086-346.743-2094.883-347.37-2094.416-347.534z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2066.775-410.526l-0.329-0.936c-0.163-0.466-0.674-0.709-1.139-0.547l-20.386,7.167
+ l0.237,0.673l20.386-7.166C-2067.541-411.497-2066.989-411.136-2066.775-410.526z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2066.775-410.526l-0.329-0.936c-0.163-0.466-0.674-0.709-1.139-0.547l-20.386,7.167
+ l0.237,0.673l20.386-7.166C-2067.541-411.497-2066.989-411.136-2066.775-410.526z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2066.775-410.526l-0.329-0.936c-0.163-0.466-0.674-0.709-1.139-0.547l-20.386,7.167
+ l0.237,0.673l20.386-7.166C-2067.541-411.497-2066.989-411.136-2066.775-410.526z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2066.775-410.526l-0.329-0.936c-0.163-0.466-0.674-0.709-1.139-0.547l-20.386,7.167
+ l0.237,0.673l20.386-7.166C-2067.541-411.497-2066.989-411.136-2066.775-410.526z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2002.133-414.803c-9.196-5.288-19.482-8.615-30.164-9.649l6.337,18.025L-2002.133-414.803
+ z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2002.133-414.803c-9.196-5.288-19.482-8.615-30.164-9.649l6.337,18.025L-2002.133-414.803
+ z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2002.133-414.803c-9.196-5.288-19.482-8.615-30.164-9.649l6.337,18.025L-2002.133-414.803
+ z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2049.738-288.278c-0.465,0.165-1.015-0.198-1.229-0.808l-2.811-7.994l-21.229,7.462
+ l2.313,6.577c9.151,4.542,19.225,7.22,29.596,7.729l-4.786-13.617L-2049.738-288.278z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2049.738-288.278c-0.465,0.165-1.015-0.198-1.229-0.808l-2.811-7.994l-21.229,7.462
+ l2.313,6.577c9.151,4.542,19.225,7.22,29.596,7.729l-4.786-13.617L-2049.738-288.278z"/>
+
+ <rect x="-2094.115" y="-325.659" transform="matrix(-0.3316 -0.9434 0.9434 -0.3316 -2462.1416 -2373.2441)" opacity="0.4" fill="#FFF7B8" width="44.643" height="22.503"/>
+
+ <rect x="-2094.115" y="-325.659" transform="matrix(-0.3316 -0.9434 0.9434 -0.3316 -2462.1416 -2373.2441)" opacity="0.4" fill="#FFF7B8" width="44.643" height="22.503"/>
+
+ <rect x="-2094.115" y="-325.659" transform="matrix(-0.3316 -0.9434 0.9434 -0.3316 -2462.1416 -2373.2441)" opacity="0.4" fill="#FFF7B8" width="44.643" height="22.503"/>
+
+ <rect x="-2092.58" y="-345.104" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -4.5291 -709.6094)" opacity="0.4" fill="#FFF7B8" width="22.502" height="7.138"/>
+
+ <rect x="-2092.58" y="-345.104" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -4.5291 -709.6094)" opacity="0.4" fill="#FFF7B8" width="22.502" height="7.138"/>
+
+ <rect x="-2092.58" y="-345.104" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -4.5291 -709.6094)" opacity="0.4" fill="#FFF7B8" width="22.502" height="7.138"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2072.052-349.073l-5.104,1.795c-0.43,0.15-0.781,0.263-0.784,0.253l-0.626-1.778
+ c-0.003-0.012,0.341-0.143,0.772-0.293l5.103-1.795l-1.339-3.808l-20.385,7.165c-0.467,0.164-0.67,0.791-0.455,1.4l1.744,4.963
+ l21.229-7.463L-2072.052-349.073z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2072.052-349.073l-5.104,1.795c-0.43,0.15-0.781,0.263-0.784,0.253l-0.626-1.778
+ c-0.003-0.012,0.341-0.143,0.772-0.293l5.103-1.795l-1.339-3.808l-20.385,7.165c-0.467,0.164-0.67,0.791-0.455,1.4l1.744,4.963
+ l21.229-7.463L-2072.052-349.073z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2072.052-349.073l-5.104,1.795c-0.43,0.15-0.781,0.263-0.784,0.253l-0.626-1.778
+ c-0.003-0.012,0.341-0.143,0.772-0.293l5.103-1.795l-1.339-3.808l-20.385,7.165c-0.467,0.164-0.67,0.791-0.455,1.4l1.744,4.963
+ l21.229-7.463L-2072.052-349.073z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2072.052-349.073l-5.104,1.795c-0.43,0.15-0.781,0.263-0.784,0.253l-0.626-1.778
+ c-0.003-0.012,0.341-0.143,0.772-0.293l5.103-1.795l-1.339-3.808l-20.385,7.165c-0.467,0.164-0.67,0.791-0.455,1.4l1.744,4.963
+ l21.229-7.463L-2072.052-349.073z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2047.978-385.059c0.465-0.163,0.974,0.082,1.138,0.548l1.599,4.548l1.516-0.532
+ l-2.314-6.586l-11.119,3.909l0.419,1.194L-2047.978-385.059z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2047.978-385.059c0.465-0.163,0.974,0.082,1.138,0.548l1.599,4.548l1.516-0.532
+ l-2.314-6.586l-11.119,3.909l0.419,1.194L-2047.978-385.059z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2047.978-385.059c0.465-0.163,0.974,0.082,1.138,0.548l1.599,4.548l1.516-0.532
+ l-2.314-6.586l-11.119,3.909l0.419,1.194L-2047.978-385.059z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2047.978-385.059c0.465-0.163,0.974,0.082,1.138,0.548l1.599,4.548l1.516-0.532
+ l-2.314-6.586l-11.119,3.909l0.419,1.194L-2047.978-385.059z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2036.855-360.951l-5.729,2.013l2.367,6.736l5.862-2.061
+ c-0.145-0.145-0.266-0.33-0.343-0.549L-2036.855-360.951z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2036.855-360.951l-5.729,2.013l2.367,6.736l5.862-2.061
+ c-0.145-0.145-0.266-0.33-0.343-0.549L-2036.855-360.951z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2036.855-360.951l-5.729,2.013l2.367,6.736l5.862-2.061
+ c-0.145-0.145-0.266-0.33-0.343-0.549L-2036.855-360.951z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2036.855-360.951l-5.729,2.013l2.367,6.736l5.862-2.061
+ c-0.145-0.145-0.266-0.33-0.343-0.549L-2036.855-360.951z"/>
+
+ <rect x="-2041.251" y="-352.829" transform="matrix(-0.9434 0.3315 -0.3315 -0.9434 -4060.7078 -9.7158)" opacity="0.4" fill="#FFF7B8" width="23.452" height="3.211"/>
+
+ <rect x="-2041.251" y="-352.829" transform="matrix(-0.9434 0.3315 -0.3315 -0.9434 -4060.7078 -9.7158)" opacity="0.4" fill="#FFF7B8" width="23.452" height="3.211"/>
+
+ <rect x="-2041.251" y="-352.829" transform="matrix(-0.9434 0.3315 -0.3315 -0.9434 -4060.7078 -9.7158)" opacity="0.5" fill="#D1E3B6" width="23.452" height="3.211"/>
+
+ <rect x="-2041.251" y="-352.829" transform="matrix(-0.9434 0.3315 -0.3315 -0.9434 -4060.7078 -9.7158)" opacity="0.2" fill="#FFF5A2" width="23.452" height="3.211"/>
+
+ <rect x="-2042.833" y="-360.398" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 -4083.6545 -23.8108)" opacity="0.4" fill="#FFF7B8" width="6.072" height="0.467"/>
+
+ <rect x="-2042.833" y="-360.398" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 -4083.6545 -23.8108)" opacity="0.4" fill="#FFF7B8" width="6.072" height="0.467"/>
+
+ <rect x="-2042.833" y="-360.398" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 -4083.6545 -23.8108)" opacity="0.4" fill="#FFF7B8" width="6.072" height="0.467"/>
+
+ <rect x="-2042.833" y="-360.398" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 -4083.6545 -23.8108)" opacity="0.5" fill="#D1E3B6" width="6.072" height="0.467"/>
+
+ <rect x="-2042.833" y="-360.398" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 -4083.6545 -23.8108)" opacity="0.2" fill="#FFF5A2" width="6.072" height="0.467"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2039.518-344.29l11.008-3.867l10.755-3.781c0.202-0.07,0.315-0.266,0.256-0.436
+ l-0.43-1.223l-22.126,7.775L-2039.518-344.29z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2039.518-344.29l11.008-3.867l10.755-3.781c0.202-0.07,0.315-0.266,0.256-0.436
+ l-0.43-1.223l-22.126,7.775L-2039.518-344.29z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2039.518-344.29l11.008-3.867l10.755-3.781c0.202-0.07,0.315-0.266,0.256-0.436
+ l-0.43-1.223l-22.126,7.775L-2039.518-344.29z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2039.518-344.29l11.008-3.867l10.755-3.781c0.202-0.07,0.315-0.266,0.256-0.436
+ l-0.43-1.223l-22.126,7.775L-2039.518-344.29z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2039.518-344.29l11.008-3.867l10.755-3.781c0.202-0.07,0.315-0.266,0.256-0.436
+ l-0.43-1.223l-22.126,7.775L-2039.518-344.29z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2047.975-357.044l0.63,1.79l3.38-1.187c0.087-0.031,0.188,0.027,0.224,0.131l1.672,4.758
+ l1.854-0.65l-2.367-6.736L-2047.975-357.044z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2047.975-357.044l0.63,1.79l3.38-1.187c0.087-0.031,0.188,0.027,0.224,0.131l1.672,4.758
+ l1.854-0.65l-2.367-6.736L-2047.975-357.044z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2047.975-357.044l0.63,1.79l3.38-1.187c0.087-0.031,0.188,0.027,0.224,0.131l1.672,4.758
+ l1.854-0.65l-2.367-6.736L-2047.975-357.044z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2047.975-357.044l0.63,1.79l3.38-1.187c0.087-0.031,0.188,0.027,0.224,0.131l1.672,4.758
+ l1.854-0.65l-2.367-6.736L-2047.975-357.044z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2047.975-357.044l0.63,1.79l3.38-1.187c0.087-0.031,0.188,0.027,0.224,0.131l1.672,4.758
+ l1.854-0.65l-2.367-6.736L-2047.975-357.044z"/>
+
+ <rect x="-2045.588" y="-361.068" transform="matrix(-0.3275 -0.9448 0.9448 -0.3275 -2376.8474 -2408.0667)" opacity="0.4" fill="#FFF7B8" width="0.465" height="5.715"/>
+
+ <rect x="-2045.588" y="-361.068" transform="matrix(-0.3275 -0.9448 0.9448 -0.3275 -2376.8474 -2408.0667)" opacity="0.4" fill="#FFF7B8" width="0.465" height="5.715"/>
+
+ <rect x="-2045.588" y="-361.068" transform="matrix(-0.3275 -0.9448 0.9448 -0.3275 -2376.8474 -2408.0667)" opacity="0.4" fill="#FFF7B8" width="0.465" height="5.715"/>
+
+ <rect x="-2045.588" y="-361.068" transform="matrix(-0.3275 -0.9448 0.9448 -0.3275 -2376.8474 -2408.0667)" opacity="0.5" fill="#D1E3B6" width="0.465" height="5.715"/>
+
+ <rect x="-2045.588" y="-361.068" transform="matrix(-0.3275 -0.9448 0.9448 -0.3275 -2376.8474 -2408.0667)" opacity="0.4" fill="#FFF7B8" width="0.465" height="5.715"/>
+
+ <rect x="-2045.588" y="-361.068" transform="matrix(-0.3275 -0.9448 0.9448 -0.3275 -2376.8474 -2408.0667)" opacity="0.2" fill="#FFF5A2" width="0.465" height="5.715"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2038.763-330.841l3.378-1.188c0.088-0.031,0.13-0.139,0.093-0.243l-4.226-12.019
+ l-3.535,1.242L-2038.763-330.841z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2038.763-330.841l3.378-1.188c0.088-0.031,0.13-0.139,0.093-0.243l-4.226-12.019
+ l-3.535,1.242L-2038.763-330.841z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2038.763-330.841l3.378-1.188c0.088-0.031,0.13-0.139,0.093-0.243l-4.226-12.019
+ l-3.535,1.242L-2038.763-330.841z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2038.763-330.841l3.378-1.188c0.088-0.031,0.13-0.139,0.093-0.243l-4.226-12.019
+ l-3.535,1.242L-2038.763-330.841z"/>
+ <path opacity="0.4" fill="#FFF5A2" d="M-2038.763-330.841l3.378-1.188c0.088-0.031,0.13-0.139,0.093-0.243l-4.226-12.019
+ l-3.535,1.242L-2038.763-330.841z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2043.426-344.1c-0.091-0.265,0.21-0.61,0.676-0.773l2.694-0.948l-1.063-3.028
+ l-3.538,1.243L-2043.426-344.1z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2043.426-344.1c-0.091-0.265,0.21-0.61,0.676-0.773l2.694-0.948l-1.063-3.028
+ l-3.538,1.243L-2043.426-344.1z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2043.426-344.1c-0.091-0.265,0.21-0.61,0.676-0.773l2.694-0.948l-1.063-3.028
+ l-3.538,1.243L-2043.426-344.1z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2043.426-344.1c-0.091-0.265,0.21-0.61,0.676-0.773l2.694-0.948l-1.063-3.028
+ l-3.538,1.243L-2043.426-344.1z"/>
+ <path opacity="0.4" fill="#FFF5A2" d="M-2043.426-344.1c-0.091-0.265,0.21-0.61,0.676-0.773l2.694-0.948l-1.063-3.028
+ l-3.538,1.243L-2043.426-344.1z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2042.75-344.873c-0.466,0.163-0.767,0.509-0.676,0.773l0.372,1.052l3.535-1.242
+ l-0.537-1.531L-2042.75-344.873z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2042.75-344.873c-0.466,0.163-0.767,0.509-0.676,0.773l0.372,1.052l3.535-1.242
+ l-0.537-1.531L-2042.75-344.873z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2042.75-344.873c-0.466,0.163-0.767,0.509-0.676,0.773l0.372,1.052l3.535-1.242
+ l-0.537-1.531L-2042.75-344.873z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2042.75-344.873c-0.466,0.163-0.767,0.509-0.676,0.773l0.372,1.052l3.535-1.242
+ l-0.537-1.531L-2042.75-344.873z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2042.75-344.873c-0.466,0.163-0.767,0.509-0.676,0.773l0.372,1.052l3.535-1.242
+ l-0.537-1.531L-2042.75-344.873z"/>
+ <path opacity="0.4" fill="#FFF5A2" d="M-2042.75-344.873c-0.466,0.163-0.767,0.509-0.676,0.773l0.372,1.052l3.535-1.242
+ l-0.537-1.531L-2042.75-344.873z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2042.07-351.552l-1.672-4.758c-0.036-0.104-0.137-0.162-0.224-0.131l-3.38,1.187
+ l1.74,4.945L-2042.07-351.552z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2042.07-351.552l-1.672-4.758c-0.036-0.104-0.137-0.162-0.224-0.131l-3.38,1.187
+ l1.74,4.945L-2042.07-351.552z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2042.07-351.552l-1.672-4.758c-0.036-0.104-0.137-0.162-0.224-0.131l-3.38,1.187
+ l1.74,4.945L-2042.07-351.552z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2042.07-351.552l-1.672-4.758c-0.036-0.104-0.137-0.162-0.224-0.131l-3.38,1.187
+ l1.74,4.945L-2042.07-351.552z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2042.07-351.552l-1.672-4.758c-0.036-0.104-0.137-0.162-0.224-0.131l-3.38,1.187
+ l1.74,4.945L-2042.07-351.552z"/>
+ <path opacity="0.4" fill="#FFF5A2" d="M-2042.07-351.552l-1.672-4.758c-0.036-0.104-0.137-0.162-0.224-0.131l-3.38,1.187
+ l1.74,4.945L-2042.07-351.552z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-1980.815-370.618l11.905-4.186c-1.115-3.176-2.426-6.229-3.912-9.15l-11.285,3.968
+ L-1980.815-370.618z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-1973.726-385.679c-5.235-9.678-12.422-17.841-20.878-24.169l9.857,28.043
+ L-1973.726-385.679z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-1984.214-379.948c-0.053,0.311-0.264,0.585-0.582,0.697l-10.784,3.79l2.972,8.451
+ c0.093,0.263,0.352,0.413,0.577,0.334l11.216-3.942l-3.292-9.368L-1984.214-379.948z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-1984.214-379.948c-0.053,0.311-0.264,0.585-0.582,0.697l-10.784,3.79l2.972,8.451
+ c0.093,0.263,0.352,0.413,0.577,0.334l11.216-3.942l-3.292-9.368L-1984.214-379.948z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-1995.58-375.461l10.784-3.79c0.318-0.112,0.529-0.387,0.582-0.697l-11.518,4.048
+ L-1995.58-375.461z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-1995.58-375.461l10.784-3.79c0.318-0.112,0.529-0.387,0.582-0.697l-11.518,4.048
+ L-1995.58-375.461z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-1995.58-375.461l10.784-3.79c0.318-0.112,0.529-0.387,0.582-0.697l-11.518,4.048
+ L-1995.58-375.461z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2007.551-409.522l11.179,31.805l11.625-4.087l-9.857-28.043
+ c-1.483-1.109-3.006-2.163-4.563-3.157l-8.144,2.862C-2007.537-410.063-2007.644-409.786-2007.551-409.522z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2007.551-409.522l11.179,31.805l11.625-4.087l-9.857-28.043
+ c-1.483-1.109-3.006-2.163-4.563-3.157l-8.144,2.862C-2007.537-410.063-2007.644-409.786-2007.551-409.522z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2007.551-409.522l11.179,31.805l11.625-4.087l-9.857-28.043
+ c-1.483-1.109-3.006-2.163-4.563-3.157l-8.144,2.862C-2007.537-410.063-2007.644-409.786-2007.551-409.522z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2045.242-379.963l-1.599-4.548c-0.164-0.466-0.673-0.711-1.138-0.548l-8.763,3.081
+ l1.896,5.391L-2045.242-379.963z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2045.242-379.963l-1.599-4.548c-0.164-0.466-0.673-0.711-1.138-0.548l-8.763,3.081
+ l1.896,5.391L-2045.242-379.963z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2045.242-379.963l-1.599-4.548c-0.164-0.466-0.673-0.711-1.138-0.548l-8.763,3.081
+ l1.896,5.391L-2045.242-379.963z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2045.242-379.963l-1.599-4.548c-0.164-0.466-0.673-0.711-1.138-0.548l-8.763,3.081
+ l1.896,5.391L-2045.242-379.963z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2045.242-379.963l-1.599-4.548c-0.164-0.466-0.673-0.711-1.138-0.548l-8.763,3.081
+ l1.896,5.391L-2045.242-379.963z"/>
+
+ <rect x="-2045.916" y="-379.011" transform="matrix(0.332 0.9433 -0.9433 0.332 -1722.0525 1675.2148)" opacity="0.4" fill="#FFF7B8" width="4.286" height="1.606"/>
+
+ <rect x="-2045.916" y="-379.011" transform="matrix(0.332 0.9433 -0.9433 0.332 -1722.0525 1675.2148)" opacity="0.4" fill="#FFF7B8" width="4.286" height="1.606"/>
+
+ <rect x="-2045.916" y="-379.011" transform="matrix(0.332 0.9433 -0.9433 0.332 -1722.0525 1675.2148)" opacity="0.4" fill="#FFF7B8" width="4.286" height="1.606"/>
+
+ <rect x="-2045.916" y="-379.011" transform="matrix(0.332 0.9433 -0.9433 0.332 -1722.0525 1675.2148)" opacity="0.2" fill="#FFF5A2" width="4.286" height="1.606"/>
+
+ <rect x="-2045.916" y="-379.011" transform="matrix(0.332 0.9433 -0.9433 0.332 -1722.0525 1675.2148)" opacity="0.4" fill="#FFF7B8" width="4.286" height="1.606"/>
+
+ <rect x="-2042.18" y="-373.608" transform="matrix(-0.9433 0.3319 -0.3319 -0.9433 -4090.3127 -44.2707)" opacity="0.4" fill="#FFF7B8" width="1.607" height="4.433"/>
+
+ <rect x="-2042.18" y="-373.608" transform="matrix(-0.9433 0.3319 -0.3319 -0.9433 -4090.3127 -44.2707)" opacity="0.4" fill="#FFF7B8" width="1.607" height="4.433"/>
+
+ <rect x="-2042.18" y="-373.608" transform="matrix(-0.9433 0.3319 -0.3319 -0.9433 -4090.3127 -44.2707)" opacity="0.4" fill="#FFF7B8" width="1.607" height="4.433"/>
+
+ <rect x="-2042.18" y="-373.608" transform="matrix(-0.9433 0.3319 -0.3319 -0.9433 -4090.3127 -44.2707)" opacity="0.2" fill="#FFF5A2" width="1.607" height="4.433"/>
+
+ <rect x="-2042.18" y="-373.608" transform="matrix(-0.9433 0.3319 -0.3319 -0.9433 -4090.3127 -44.2707)" opacity="0.4" fill="#FFF7B8" width="1.607" height="4.433"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2041.345-366.188l-3.371,1.186l1.339,3.808l5.729-2.013l-1.564-4.449l-1.544,0.543
+ C-2040.719-366.715-2040.952-366.325-2041.345-366.188z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2041.345-366.188l-3.371,1.186l1.339,3.808l5.729-2.013l-1.564-4.449l-1.544,0.543
+ C-2040.719-366.715-2040.952-366.325-2041.345-366.188z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2041.345-366.188l-3.371,1.186l1.339,3.808l5.729-2.013l-1.564-4.449l-1.544,0.543
+ C-2040.719-366.715-2040.952-366.325-2041.345-366.188z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2041.345-366.188l-3.371,1.186l1.339,3.808l5.729-2.013l-1.564-4.449l-1.544,0.543
+ C-2040.719-366.715-2040.952-366.325-2041.345-366.188z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2041.345-366.188l-3.371,1.186l1.339,3.808l5.729-2.013l-1.564-4.449l-1.544,0.543
+ C-2040.719-366.715-2040.952-366.325-2041.345-366.188z"/>
+
+ <rect x="-2049.6" y="-364.17" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 -4097.8013 -25.2986)" opacity="0.4" fill="#FFF7B8" width="5.715" height="4.036"/>
+
+ <rect x="-2049.6" y="-364.17" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 -4097.8013 -25.2986)" opacity="0.4" fill="#FFF7B8" width="5.715" height="4.036"/>
+
+ <rect x="-2049.6" y="-364.17" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 -4097.8013 -25.2986)" opacity="0.4" fill="#FFF7B8" width="5.715" height="4.036"/>
+
+ <rect x="-2049.6" y="-364.17" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 -4097.8013 -25.2986)" opacity="0.4" fill="#FFF7B8" width="5.715" height="4.036"/>
+
+ <rect x="-2049.6" y="-364.17" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 -4097.8013 -25.2986)" opacity="0.2" fill="#FFF5A2" width="5.715" height="4.036"/>
+
+ <rect x="-2049.6" y="-364.17" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 -4097.8013 -25.2986)" opacity="0.4" fill="#FFF7B8" width="5.715" height="4.036"/>
+
+ <rect x="-2054.421" y="-378.397" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 -4107.4736 -51.6265)" opacity="0.4" fill="#FFF7B8" width="10.177" height="4.286"/>
+
+ <rect x="-2054.421" y="-378.397" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 -4107.4736 -51.6265)" opacity="0.4" fill="#FFF7B8" width="10.177" height="4.286"/>
+
+ <rect x="-2054.421" y="-378.397" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 -4107.4736 -51.6265)" opacity="0.4" fill="#FFF7B8" width="10.177" height="4.286"/>
+
+ <rect x="-2054.421" y="-378.397" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 -4107.4736 -51.6265)" opacity="0.2" fill="#FFF5A2" width="10.177" height="4.286"/>
+
+ <rect x="-2054.421" y="-378.397" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 -4107.4736 -51.6265)" opacity="0.4" fill="#FFF7B8" width="10.177" height="4.286"/>
+
+ <rect x="-2054.421" y="-378.397" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 -4107.4736 -51.6265)" opacity="0.4" fill="#FFF7B8" width="10.177" height="4.286"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2047.218-369.425c0.467-0.164,0.978,0.081,1.14,0.547l0.466,1.326l4.213-1.481
+ l-1.472-4.184l-9.604,3.376l0.709,2.014L-2047.218-369.425z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2047.218-369.425c0.467-0.164,0.978,0.081,1.14,0.547l0.466,1.326l4.213-1.481
+ l-1.472-4.184l-9.604,3.376l0.709,2.014L-2047.218-369.425z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2047.218-369.425c0.467-0.164,0.978,0.081,1.14,0.547l0.466,1.326l4.213-1.481
+ l-1.472-4.184l-9.604,3.376l0.709,2.014L-2047.218-369.425z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2047.218-369.425c0.467-0.164,0.978,0.081,1.14,0.547l0.466,1.326l4.213-1.481
+ l-1.472-4.184l-9.604,3.376l0.709,2.014L-2047.218-369.425z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2047.218-369.425c0.467-0.164,0.978,0.081,1.14,0.547l0.466,1.326l4.213-1.481
+ l-1.472-4.184l-9.604,3.376l0.709,2.014L-2047.218-369.425z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2047.218-369.425c0.467-0.164,0.978,0.081,1.14,0.547l0.466,1.326l4.213-1.481
+ l-1.472-4.184l-9.604,3.376l0.709,2.014L-2047.218-369.425z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2044.717-365.003l3.371-1.186c0.394-0.137,0.627-0.526,0.589-0.926l-4.185,1.471
+ L-2044.717-365.003z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2044.717-365.003l3.371-1.186c0.394-0.137,0.627-0.526,0.589-0.926l-4.185,1.471
+ L-2044.717-365.003z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2044.717-365.003l3.371-1.186c0.394-0.137,0.627-0.526,0.589-0.926l-4.185,1.471
+ L-2044.717-365.003z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2044.717-365.003l3.371-1.186c0.394-0.137,0.627-0.526,0.589-0.926l-4.185,1.471
+ L-2044.717-365.003z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2044.717-365.003l3.371-1.186c0.394-0.137,0.627-0.526,0.589-0.926l-4.185,1.471
+ L-2044.717-365.003z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2044.717-365.003l3.371-1.186c0.394-0.137,0.627-0.526,0.589-0.926l-4.185,1.471
+ L-2044.717-365.003z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2046.078-368.878c-0.162-0.466-0.673-0.711-1.14-0.547l-4.548,1.598l0.762,2.17
+ l5.392-1.895L-2046.078-368.878z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2046.078-368.878c-0.162-0.466-0.673-0.711-1.14-0.547l-4.548,1.598l0.762,2.17
+ l5.392-1.895L-2046.078-368.878z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2046.078-368.878c-0.162-0.466-0.673-0.711-1.14-0.547l-4.548,1.598l0.762,2.17
+ l5.392-1.895L-2046.078-368.878z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2046.078-368.878c-0.162-0.466-0.673-0.711-1.14-0.547l-4.548,1.598l0.762,2.17
+ l5.392-1.895L-2046.078-368.878z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2046.078-368.878c-0.162-0.466-0.673-0.711-1.14-0.547l-4.548,1.598l0.762,2.17
+ l5.392-1.895L-2046.078-368.878z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2046.078-368.878c-0.162-0.466-0.673-0.711-1.14-0.547l-4.548,1.598l0.762,2.17
+ l5.392-1.895L-2046.078-368.878z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2046.078-368.878c-0.162-0.466-0.673-0.711-1.14-0.547l-4.548,1.598l0.762,2.17
+ l5.392-1.895L-2046.078-368.878z"/>
+
+ <rect x="-2047.864" y="-367.233" transform="matrix(-0.3309 -0.9437 0.9437 -0.3309 -2381.1204 -2417.1396)" opacity="0.4" fill="#FFF7B8" width="0.679" height="5.714"/>
+
+ <rect x="-2047.864" y="-367.233" transform="matrix(-0.3309 -0.9437 0.9437 -0.3309 -2381.1204 -2417.1396)" opacity="0.4" fill="#FFF7B8" width="0.679" height="5.714"/>
+
+ <rect x="-2047.864" y="-367.233" transform="matrix(-0.3309 -0.9437 0.9437 -0.3309 -2381.1204 -2417.1396)" opacity="0.4" fill="#FFF7B8" width="0.679" height="5.714"/>
+
+ <rect x="-2047.864" y="-367.233" transform="matrix(-0.3309 -0.9437 0.9437 -0.3309 -2381.1204 -2417.1396)" opacity="0.4" fill="#FFF7B8" width="0.679" height="5.714"/>
+
+ <rect x="-2047.864" y="-367.233" transform="matrix(-0.3309 -0.9437 0.9437 -0.3309 -2381.1204 -2417.1396)" opacity="0.2" fill="#FFF5A2" width="0.679" height="5.714"/>
+
+ <rect x="-2047.864" y="-367.233" transform="matrix(-0.3309 -0.9437 0.9437 -0.3309 -2381.1204 -2417.1396)" opacity="0.4" fill="#FFF7B8" width="0.679" height="5.714"/>
+
+ <rect x="-2047.864" y="-367.233" transform="matrix(-0.3309 -0.9437 0.9437 -0.3309 -2381.1204 -2417.1396)" opacity="0.4" fill="#FFF7B8" width="0.679" height="5.714"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2029.853-305.488l-21.229,7.461l3.198,9.099l20.386-7.167
+ c0.465-0.164,0.67-0.791,0.455-1.399l-1.438-4.09L-2029.853-305.488z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2029.853-305.488l-21.229,7.461l3.198,9.099l20.386-7.167
+ c0.465-0.164,0.67-0.791,0.455-1.399l-1.438-4.09L-2029.853-305.488z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2048.209-327.521c-0.088,0.03-0.188-0.028-0.223-0.131l-5.83-16.578l-11.625,4.087
+ l14.805,42.116l21.229-7.461l-8.91-25.353L-2048.209-327.521z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2048.209-327.521c-0.088,0.03-0.188-0.028-0.223-0.131l-5.83-16.578l-11.625,4.087
+ l14.805,42.116l21.229-7.461l-8.91-25.353L-2048.209-327.521z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2048.209-327.521c-0.088,0.03-0.188-0.028-0.223-0.131l-5.83-16.578l-11.625,4.087
+ l14.805,42.116l21.229-7.461l-8.91-25.353L-2048.209-327.521z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2066.636-345.253c-0.108,0.036-0.213,0.023-0.232-0.032l-1.602-4.556l-0.733,0.26
+ l2.369,6.735l7.413-2.605l-0.731-2.082L-2066.636-345.253z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2066.636-345.253c-0.108,0.036-0.213,0.023-0.232-0.032l-1.602-4.556l-0.733,0.26
+ l2.369,6.735l7.413-2.605l-0.731-2.082L-2066.636-345.253z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2066.636-345.253c-0.108,0.036-0.213,0.023-0.232-0.032l-1.602-4.556l-0.733,0.26
+ l2.369,6.735l7.413-2.605l-0.731-2.082L-2066.636-345.253z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2070.948-354.543l-0.612-1.744l-2.694,0.948l0.224,0.64l1.853-0.651
+ C-2071.713-355.515-2071.161-355.153-2070.948-354.543z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2070.948-354.543l-0.612-1.744l-2.694,0.948l0.224,0.64l1.853-0.651
+ C-2071.713-355.515-2071.161-355.153-2070.948-354.543z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2070.948-354.543l-0.612-1.744l-2.694,0.948l0.224,0.64l1.853-0.651
+ C-2071.713-355.515-2071.161-355.153-2070.948-354.543z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2070.948-354.543l-0.612-1.744l-2.694,0.948l0.224,0.64l1.853-0.651
+ C-2071.713-355.515-2071.161-355.153-2070.948-354.543z"/>
+
+ <rect x="-2075.743" y="-362.032" transform="matrix(0.9433 -0.3319 0.3319 0.9433 1.8491 -708.8006)" opacity="0.4" fill="#FFF7B8" width="2.857" height="4.435"/>
+
+ <rect x="-2075.743" y="-362.032" transform="matrix(0.9433 -0.3319 0.3319 0.9433 1.8491 -708.8006)" opacity="0.4" fill="#FFF7B8" width="2.857" height="4.435"/>
+
+ <rect x="-2075.743" y="-362.032" transform="matrix(0.9433 -0.3319 0.3319 0.9433 1.8491 -708.8006)" opacity="0.5" fill="#D1E3B6" width="2.857" height="4.435"/>
+
+ <rect x="-2075.743" y="-362.032" transform="matrix(0.9433 -0.3319 0.3319 0.9433 1.8491 -708.8006)" opacity="0.4" fill="#FFF7B8" width="2.857" height="4.435"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2068.473-349.852c-0.285,0.062-0.57-0.021-0.776-0.207l-0.107,0.038l0.153,0.439
+ l0.733-0.26L-2068.473-349.852z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2068.473-349.852c-0.285,0.062-0.57-0.021-0.776-0.207l-0.107,0.038l0.153,0.439
+ l0.733-0.26L-2068.473-349.852z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2068.473-349.852c-0.285,0.062-0.57-0.021-0.776-0.207l-0.107,0.038l0.153,0.439
+ l0.733-0.26L-2068.473-349.852z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2068.473-349.852c-0.285,0.062-0.57-0.021-0.776-0.207l-0.107,0.038l0.153,0.439
+ l0.733-0.26L-2068.473-349.852z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2088.391-404.169l-1.854,0.652c-0.465,0.164-0.668,0.791-0.453,1.4l13.352,37.982
+ l2.695-0.948L-2088.391-404.169z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2088.391-404.169l-1.854,0.652c-0.465,0.164-0.668,0.791-0.453,1.4l13.352,37.982
+ l2.695-0.948L-2088.391-404.169z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2088.391-404.169l-1.854,0.652c-0.465,0.164-0.668,0.791-0.453,1.4l13.352,37.982
+ l2.695-0.948L-2088.391-404.169z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2088.391-404.169l-1.854,0.652c-0.465,0.164-0.668,0.791-0.453,1.4l13.352,37.982
+ l2.695-0.948L-2088.391-404.169z"/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="-2070.827,-356.544 -2071.56,-356.287 -2070.948,-354.543 -2069.997,-351.838
+ -2069.262,-352.097 "/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="-2070.827,-356.544 -2071.56,-356.287 -2070.948,-354.543 -2069.997,-351.838
+ -2069.262,-352.097 "/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="-2070.827,-356.544 -2071.56,-356.287 -2070.948,-354.543 -2069.997,-351.838
+ -2069.262,-352.097 "/>
+ <polygon opacity="0.5" fill="#D1E3B6" points="-2070.827,-356.544 -2071.56,-356.287 -2070.948,-354.543 -2069.997,-351.838
+ -2069.262,-352.097 "/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="-2070.827,-356.544 -2071.56,-356.287 -2070.948,-354.543 -2069.997,-351.838
+ -2069.262,-352.097 "/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2064.818-360.802l-0.467-1.326c-0.162-0.465,0.082-0.977,0.547-1.139l3.37-1.185
+ l-0.707-2.016l-11.627,4.086l1.47,4.185L-2064.818-360.802z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2064.818-360.802l-0.467-1.326c-0.162-0.465,0.082-0.977,0.547-1.139l3.37-1.185
+ l-0.707-2.016l-11.627,4.086l1.47,4.185L-2064.818-360.802z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2064.818-360.802l-0.467-1.326c-0.162-0.465,0.082-0.977,0.547-1.139l3.37-1.185
+ l-0.707-2.016l-11.627,4.086l1.47,4.185L-2064.818-360.802z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2064.818-360.802l-0.467-1.326c-0.162-0.465,0.082-0.977,0.547-1.139l3.37-1.185
+ l-0.707-2.016l-11.627,4.086l1.47,4.185L-2064.818-360.802z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2064.818-360.802l-0.467-1.326c-0.162-0.465,0.082-0.977,0.547-1.139l3.37-1.185
+ l-0.707-2.016l-11.627,4.086l1.47,4.185L-2064.818-360.802z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2069.25-350.059c0.206,0.186,0.491,0.269,0.776,0.207l-0.151-0.427L-2069.25-350.059z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2069.25-350.059c0.206,0.186,0.491,0.269,0.776,0.207l-0.151-0.427L-2069.25-350.059z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2069.25-350.059c0.206,0.186,0.491,0.269,0.776,0.207l-0.151-0.427L-2069.25-350.059z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2069.25-350.059c0.206,0.186,0.491,0.269,0.776,0.207l-0.151-0.427L-2069.25-350.059z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2069.25-350.059c0.206,0.186,0.491,0.269,0.776,0.207l-0.151-0.427L-2069.25-350.059z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2063.027-369.169l-3.02-8.591c-0.162-0.466,0.08-0.976,0.545-1.139l4.55-1.599
+ l-0.312-0.887c-0.061-0.17,0.055-0.363,0.255-0.434l3.849-1.354l-9.615-27.354c-0.214-0.609-0.766-0.971-1.23-0.809l-20.386,7.166
+ l13.739,39.087L-2063.027-369.169z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2063.027-369.169l-3.02-8.591c-0.162-0.466,0.08-0.976,0.545-1.139l4.55-1.599
+ l-0.312-0.887c-0.061-0.17,0.055-0.363,0.255-0.434l3.849-1.354l-9.615-27.354c-0.214-0.609-0.766-0.971-1.23-0.809l-20.386,7.166
+ l13.739,39.087L-2063.027-369.169z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2063.027-369.169l-3.02-8.591c-0.162-0.466,0.08-0.976,0.545-1.139l4.55-1.599
+ l-0.312-0.887c-0.061-0.17,0.055-0.363,0.255-0.434l3.849-1.354l-9.615-27.354c-0.214-0.609-0.766-0.971-1.23-0.809l-20.386,7.166
+ l13.739,39.087L-2063.027-369.169z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2063.027-369.169l-3.02-8.591c-0.162-0.466,0.08-0.976,0.545-1.139l4.55-1.599
+ l-0.312-0.887c-0.061-0.17,0.055-0.363,0.255-0.434l3.849-1.354l-9.615-27.354c-0.214-0.609-0.766-0.971-1.23-0.809l-20.386,7.166
+ l13.739,39.087L-2063.027-369.169z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2063.027-369.169l-3.02-8.591c-0.162-0.466,0.08-0.976,0.545-1.139l4.55-1.599
+ l-0.312-0.887c-0.061-0.17,0.055-0.363,0.255-0.434l3.849-1.354l-9.615-27.354c-0.214-0.609-0.766-0.971-1.23-0.809l-20.386,7.166
+ l13.739,39.087L-2063.027-369.169z"/>
+
+ <rect x="-2059.914" y="-348.335" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -1.2366 -701.7136)" opacity="0.4" fill="#FFF7B8" width="4.463" height="2.207"/>
+
+ <rect x="-2059.914" y="-348.335" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -1.2366 -701.7136)" opacity="0.4" fill="#FFF7B8" width="4.463" height="2.207"/>
+
+ <rect x="-2059.914" y="-348.335" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -1.2366 -701.7136)" opacity="0.4" fill="#FFF7B8" width="4.463" height="2.207"/>
+
+ <rect x="-2059.914" y="-348.335" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -1.2366 -701.7136)" opacity="0.4" fill="#FFF7B8" width="4.463" height="2.207"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2061.368-364.451l-3.37,1.185c-0.465,0.162-0.709,0.674-0.547,1.139l0.467,1.326
+ l4.213-1.48L-2061.368-364.451z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2061.368-364.451l-3.37,1.185c-0.465,0.162-0.709,0.674-0.547,1.139l0.467,1.326
+ l4.213-1.48L-2061.368-364.451z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2061.368-364.451l-3.37,1.185c-0.465,0.162-0.709,0.674-0.547,1.139l0.467,1.326
+ l4.213-1.48L-2061.368-364.451z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2061.368-364.451l-3.37,1.185c-0.465,0.162-0.709,0.674-0.547,1.139l0.467,1.326
+ l4.213-1.48L-2061.368-364.451z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2061.368-364.451l-3.37,1.185c-0.465,0.162-0.709,0.674-0.547,1.139l0.467,1.326
+ l4.213-1.48L-2061.368-364.451z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2061.368-364.451l-3.37,1.185c-0.465,0.162-0.709,0.674-0.547,1.139l0.467,1.326
+ l4.213-1.48L-2061.368-364.451z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2053.777-297.08l2.811,7.994c0.214,0.609,0.764,0.973,1.229,0.808l1.854-0.65
+ l-3.198-9.099L-2053.777-297.08z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2053.777-297.08l2.811,7.994c0.214,0.609,0.764,0.973,1.229,0.808l1.854-0.65
+ l-3.198-9.099L-2053.777-297.08z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2053.777-297.08l2.811,7.994c0.214,0.609,0.764,0.973,1.229,0.808l1.854-0.65
+ l-3.198-9.099L-2053.777-297.08z"/>
+
+ <rect x="-2061.26" y="-340.933" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -11.0039 -701.6589)" opacity="0.4" fill="#FFF7B8" width="2.857" height="44.642"/>
+
+ <rect x="-2061.26" y="-340.933" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -11.0039 -701.6589)" opacity="0.4" fill="#FFF7B8" width="2.857" height="44.642"/>
+
+ <rect x="-2061.26" y="-340.933" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -11.0039 -701.6589)" opacity="0.4" fill="#FFF7B8" width="2.857" height="44.642"/>
+
+ <rect x="-2061.26" y="-340.933" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -11.0039 -701.6589)" opacity="0.4" fill="#FFF7B8" width="2.857" height="44.642"/>
+
+ <rect x="-2070.795" y="-349.31" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -2.4658 -705.9288)" opacity="0.4" fill="#FFF7B8" width="2.856" height="7.139"/>
+
+ <rect x="-2070.795" y="-349.31" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -2.4658 -705.9288)" opacity="0.4" fill="#FFF7B8" width="2.856" height="7.139"/>
+
+ <rect x="-2070.795" y="-349.31" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -2.4658 -705.9288)" opacity="0.4" fill="#FFF7B8" width="2.856" height="7.139"/>
+
+ <rect x="-2070.795" y="-349.31" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -2.4658 -705.9288)" opacity="0.4" fill="#FFF7B8" width="2.856" height="7.139"/>
+
+ <rect x="-2072.056" y="-349.56" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -1.3071 -706.3153)" opacity="0.4" fill="#FFF7B8" width="2.857" height="0.466"/>
+
+ <rect x="-2072.056" y="-349.56" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -1.3071 -706.3153)" opacity="0.4" fill="#FFF7B8" width="2.857" height="0.466"/>
+
+ <rect x="-2072.056" y="-349.56" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -1.3071 -706.3153)" opacity="0.5" fill="#D1E3B6" width="2.857" height="0.466"/>
+
+ <rect x="-2072.056" y="-349.56" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -1.3071 -706.3153)" opacity="0.4" fill="#FFF7B8" width="2.857" height="0.466"/>
+
+ <rect x="-2072.056" y="-349.56" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -1.3071 -706.3153)" opacity="0.4" fill="#FFF7B8" width="2.857" height="0.466"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2070.948-354.543c-0.213-0.61-0.765-0.972-1.23-0.808l-1.853,0.651l1.339,3.808
+ l2.695-0.946L-2070.948-354.543z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2070.948-354.543c-0.213-0.61-0.765-0.972-1.23-0.808l-1.853,0.651l1.339,3.808
+ l2.695-0.946L-2070.948-354.543z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2070.948-354.543c-0.213-0.61-0.765-0.972-1.23-0.808l-1.853,0.651l1.339,3.808
+ l2.695-0.946L-2070.948-354.543z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2070.948-354.543c-0.213-0.61-0.765-0.972-1.23-0.808l-1.853,0.651l1.339,3.808
+ l2.695-0.946L-2070.948-354.543z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2070.948-354.543c-0.213-0.61-0.765-0.972-1.23-0.808l-1.853,0.651l1.339,3.808
+ l2.695-0.946L-2070.948-354.543z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2061.263-381.384l0.312,0.887l4.211-1.48l-0.419-1.194l-3.849,1.354
+ C-2061.209-381.747-2061.324-381.554-2061.263-381.384z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2061.263-381.384l0.312,0.887l4.211-1.48l-0.419-1.194l-3.849,1.354
+ C-2061.209-381.747-2061.324-381.554-2061.263-381.384z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2061.263-381.384l0.312,0.887l4.211-1.48l-0.419-1.194l-3.849,1.354
+ C-2061.209-381.747-2061.324-381.554-2061.263-381.384z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2061.263-381.384l0.312,0.887l4.211-1.48l-0.419-1.194l-3.849,1.354
+ C-2061.209-381.747-2061.324-381.554-2061.263-381.384z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2061.263-381.384l0.312,0.887l4.211-1.48l-0.419-1.194l-3.849,1.354
+ C-2061.209-381.747-2061.324-381.554-2061.263-381.384z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2061.263-381.384l0.312,0.887l4.211-1.48l-0.419-1.194l-3.849,1.354
+ C-2061.209-381.747-2061.324-381.554-2061.263-381.384z"/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="-2052.186,-355.563 -2051.557,-353.772 -2047.345,-355.254 -2047.975,-357.044
+ -2048.816,-356.747 "/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="-2052.186,-355.563 -2051.557,-353.772 -2047.345,-355.254 -2047.975,-357.044
+ -2048.816,-356.747 "/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="-2052.186,-355.563 -2051.557,-353.772 -2047.345,-355.254 -2047.975,-357.044
+ -2048.816,-356.747 "/>
+ <polygon opacity="0.2" fill="#FFF5A2" points="-2052.186,-355.563 -2051.557,-353.772 -2047.345,-355.254 -2047.975,-357.044
+ -2048.816,-356.747 "/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="-2052.186,-355.563 -2051.557,-353.772 -2047.345,-355.254 -2047.975,-357.044
+ -2048.816,-356.747 "/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2048.236-357.445c-0.053,0.31-0.264,0.585-0.58,0.698l0.841-0.297l-0.152-0.439
+ L-2048.236-357.445z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2048.236-357.445c-0.053,0.31-0.264,0.585-0.58,0.698l0.841-0.297l-0.152-0.439
+ L-2048.236-357.445z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2048.236-357.445c-0.053,0.31-0.264,0.585-0.58,0.698l0.841-0.297l-0.152-0.439
+ L-2048.236-357.445z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2048.236-357.445c-0.053,0.31-0.264,0.585-0.58,0.698l0.841-0.297l-0.152-0.439
+ L-2048.236-357.445z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2048.236-357.445c-0.053,0.31-0.264,0.585-0.58,0.698l0.841-0.297l-0.152-0.439
+ L-2048.236-357.445z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2048.236-357.445c-0.053,0.31-0.264,0.585-0.58,0.698l0.841-0.297l-0.152-0.439
+ L-2048.236-357.445z"/>
+
+ <rect x="-2053.75" y="-362.335" transform="matrix(0.9436 -0.3311 0.3311 0.9436 3.5547 -699.7672)" opacity="0.4" fill="#FFF7B8" width="3.572" height="4.038"/>
+
+ <rect x="-2053.75" y="-362.335" transform="matrix(0.9436 -0.3311 0.3311 0.9436 3.5547 -699.7672)" opacity="0.4" fill="#FFF7B8" width="3.572" height="4.038"/>
+
+ <rect x="-2053.75" y="-362.335" transform="matrix(0.9436 -0.3311 0.3311 0.9436 3.5547 -699.7672)" opacity="0.4" fill="#FFF7B8" width="3.572" height="4.038"/>
+
+ <rect x="-2053.75" y="-362.335" transform="matrix(0.9436 -0.3311 0.3311 0.9436 3.5547 -699.7672)" opacity="0.5" fill="#D1E3B6" width="3.572" height="4.038"/>
+
+ <rect x="-2053.75" y="-362.335" transform="matrix(0.9436 -0.3311 0.3311 0.9436 3.5547 -699.7672)" opacity="0.4" fill="#FFF7B8" width="3.572" height="4.038"/>
+
+ <rect x="-2053.75" y="-362.335" transform="matrix(0.9436 -0.3311 0.3311 0.9436 3.5547 -699.7672)" opacity="0.2" fill="#FFF5A2" width="3.572" height="4.038"/>
+
+ <rect x="-2053.75" y="-362.335" transform="matrix(0.9436 -0.3311 0.3311 0.9436 3.5547 -699.7672)" opacity="0.4" fill="#FFF7B8" width="3.572" height="4.038"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2048.236-357.445l-4.104,1.443l0.154,0.438l3.37-1.184
+ C-2048.5-356.86-2048.289-357.136-2048.236-357.445z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2048.236-357.445l-4.104,1.443l0.154,0.438l3.37-1.184
+ C-2048.5-356.86-2048.289-357.136-2048.236-357.445z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2048.236-357.445l-4.104,1.443l0.154,0.438l3.37-1.184
+ C-2048.5-356.86-2048.289-357.136-2048.236-357.445z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2048.236-357.445l-4.104,1.443l0.154,0.438l3.37-1.184
+ C-2048.5-356.86-2048.289-357.136-2048.236-357.445z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2048.236-357.445l-4.104,1.443l0.154,0.438l3.37-1.184
+ C-2048.5-356.86-2048.289-357.136-2048.236-357.445z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2048.236-357.445l-4.104,1.443l0.154,0.438l3.37-1.184
+ C-2048.5-356.86-2048.289-357.136-2048.236-357.445z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2048.236-357.445l-4.104,1.443l0.154,0.438l3.37-1.184
+ C-2048.5-356.86-2048.289-357.136-2048.236-357.445z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2046.905-341.694c-0.198,0.07-0.41-0.01-0.47-0.178l-1.495-4.254l-5.392,1.896
+ l5.83,16.578c0.035,0.103,0.135,0.161,0.223,0.131l9.445-3.319l-4.29-12.207L-2046.905-341.694z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2046.905-341.694c-0.198,0.07-0.41-0.01-0.47-0.178l-1.495-4.254l-5.392,1.896
+ l5.83,16.578c0.035,0.103,0.135,0.161,0.223,0.131l9.445-3.319l-4.29-12.207L-2046.905-341.694z"/>
+ <path opacity="0.4" fill="#FFF5A2" d="M-2046.905-341.694c-0.198,0.07-0.41-0.01-0.47-0.178l-1.495-4.254l-5.392,1.896
+ l5.83,16.578c0.035,0.103,0.135,0.161,0.223,0.131l9.445-3.319l-4.29-12.207L-2046.905-341.694z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2046.905-341.694c-0.198,0.07-0.41-0.01-0.47-0.178l-1.495-4.254l-5.392,1.896
+ l5.83,16.578c0.035,0.103,0.135,0.161,0.223,0.131l9.445-3.319l-4.29-12.207L-2046.905-341.694z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2050.748-350.839l-5.194,1.826l0.732,2.08l5.392-1.895l-0.768-2.182
+ C-2050.566-350.952-2050.637-350.877-2050.748-350.839z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2050.748-350.839l-5.194,1.826l0.732,2.08l5.392-1.895l-0.768-2.182
+ C-2050.566-350.952-2050.637-350.877-2050.748-350.839z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2050.748-350.839l-5.194,1.826l0.732,2.08l5.392-1.895l-0.768-2.182
+ C-2050.566-350.952-2050.637-350.877-2050.748-350.839z"/>
+ <path opacity="0.4" fill="#FFF5A2" d="M-2050.748-350.839l-5.194,1.826l0.732,2.08l5.392-1.895l-0.768-2.182
+ C-2050.566-350.952-2050.637-350.877-2050.748-350.839z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2050.748-350.839l-5.194,1.826l0.732,2.08l5.392-1.895l-0.768-2.182
+ C-2050.566-350.952-2050.637-350.877-2050.748-350.839z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2048.87-346.126l1.495,4.254c0.06,0.168,0.271,0.248,0.47,0.178l3.852-1.354l-0.372-1.052
+ l-1.231-3.507L-2048.87-346.126z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2048.87-346.126l1.495,4.254c0.06,0.168,0.271,0.248,0.47,0.178l3.852-1.354l-0.372-1.052
+ l-1.231-3.507L-2048.87-346.126z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2048.87-346.126l1.495,4.254c0.06,0.168,0.271,0.248,0.47,0.178l3.852-1.354l-0.372-1.052
+ l-1.231-3.507L-2048.87-346.126z"/>
+ <path opacity="0.4" fill="#FFF5A2" d="M-2048.87-346.126l1.495,4.254c0.06,0.168,0.271,0.248,0.47,0.178l3.852-1.354l-0.372-1.052
+ l-1.231-3.507L-2048.87-346.126z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2048.87-346.126l1.495,4.254c0.06,0.168,0.271,0.248,0.47,0.178l3.852-1.354l-0.372-1.052
+ l-1.231-3.507L-2048.87-346.126z"/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="-2047.345,-355.254 -2051.557,-353.772 -2050.586,-351.009 -2049.818,-348.827
+ -2045.605,-350.309 "/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="-2047.345,-355.254 -2051.557,-353.772 -2050.586,-351.009 -2049.818,-348.827
+ -2045.605,-350.309 "/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="-2047.345,-355.254 -2051.557,-353.772 -2050.586,-351.009 -2049.818,-348.827
+ -2045.605,-350.309 "/>
+ <polygon opacity="0.2" fill="#FFF5A2" points="-2047.345,-355.254 -2051.557,-353.772 -2050.586,-351.009 -2049.818,-348.827
+ -2045.605,-350.309 "/>
+ <polygon opacity="0.4" fill="#FFF5A2" points="-2047.345,-355.254 -2051.557,-353.772 -2050.586,-351.009 -2049.818,-348.827
+ -2045.605,-350.309 "/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="-2047.345,-355.254 -2051.557,-353.772 -2050.586,-351.009 -2049.818,-348.827
+ -2045.605,-350.309 "/>
+
+ <rect x="-2061.883" y="-367.474" transform="matrix(0.9434 -0.3316 0.3316 0.9434 4.9929 -703.552)" opacity="0.4" fill="#FFF7B8" width="5.713" height="2.136"/>
+
+ <rect x="-2061.883" y="-367.474" transform="matrix(0.9434 -0.3316 0.3316 0.9434 4.9929 -703.552)" opacity="0.4" fill="#FFF7B8" width="5.713" height="2.136"/>
+
+ <rect x="-2061.883" y="-367.474" transform="matrix(0.9434 -0.3316 0.3316 0.9434 4.9929 -703.552)" opacity="0.4" fill="#FFF7B8" width="5.713" height="2.136"/>
+
+ <rect x="-2061.883" y="-367.474" transform="matrix(0.9434 -0.3316 0.3316 0.9434 4.9929 -703.552)" opacity="0.5" fill="#D1E3B6" width="5.713" height="2.136"/>
+
+ <rect x="-2061.883" y="-367.474" transform="matrix(0.9434 -0.3316 0.3316 0.9434 4.9929 -703.552)" opacity="0.4" fill="#FFF7B8" width="5.713" height="2.136"/>
+
+ <rect x="-2061.883" y="-367.474" transform="matrix(0.9434 -0.3316 0.3316 0.9434 4.9929 -703.552)" opacity="0.4" fill="#FFF7B8" width="5.713" height="2.136"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2060.952-380.497l-4.55,1.599c-0.465,0.163-0.707,0.673-0.545,1.139l3.02,8.591
+ l5.392-1.895L-2060.952-380.497z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2060.952-380.497l-4.55,1.599c-0.465,0.163-0.707,0.673-0.545,1.139l3.02,8.591
+ l5.392-1.895L-2060.952-380.497z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2060.952-380.497l-4.55,1.599c-0.465,0.163-0.707,0.673-0.545,1.139l3.02,8.591
+ l5.392-1.895L-2060.952-380.497z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2060.952-380.497l-4.55,1.599c-0.465,0.163-0.707,0.673-0.545,1.139l3.02,8.591
+ l5.392-1.895L-2060.952-380.497z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2060.952-380.497l-4.55,1.599c-0.465,0.163-0.707,0.673-0.545,1.139l3.02,8.591
+ l5.392-1.895L-2060.952-380.497z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2060.952-380.497l-4.55,1.599c-0.465,0.163-0.707,0.673-0.545,1.139l3.02,8.591
+ l5.392-1.895L-2060.952-380.497z"/>
+
+ <rect x="-2059.44" y="-367.172" transform="matrix(0.3322 0.9432 -0.9432 0.3322 -1718.0596 1698.094)" opacity="0.4" fill="#FFF7B8" width="2.299" height="5.713"/>
+
+ <rect x="-2059.44" y="-367.172" transform="matrix(0.3322 0.9432 -0.9432 0.3322 -1718.0596 1698.094)" opacity="0.4" fill="#FFF7B8" width="2.299" height="5.713"/>
+
+ <rect x="-2059.44" y="-367.172" transform="matrix(0.3322 0.9432 -0.9432 0.3322 -1718.0596 1698.094)" opacity="0.4" fill="#FFF7B8" width="2.299" height="5.713"/>
+
+ <rect x="-2059.44" y="-367.172" transform="matrix(0.3322 0.9432 -0.9432 0.3322 -1718.0596 1698.094)" opacity="0.5" fill="#D1E3B6" width="2.299" height="5.713"/>
+
+ <rect x="-2059.44" y="-367.172" transform="matrix(0.3322 0.9432 -0.9432 0.3322 -1718.0596 1698.094)" opacity="0.4" fill="#FFF7B8" width="2.299" height="5.713"/>
+
+ <rect x="-2059.44" y="-367.172" transform="matrix(0.3322 0.9432 -0.9432 0.3322 -1718.0596 1698.094)" opacity="0.4" fill="#FFF7B8" width="2.299" height="5.713"/>
+
+ <rect x="-2059.44" y="-367.172" transform="matrix(0.3322 0.9432 -0.9432 0.3322 -1718.0596 1698.094)" opacity="0.4" fill="#FFF7B8" width="2.299" height="5.713"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2054.265-372.248l-1.125-3.2c-0.166-0.465,0.08-0.975,0.545-1.139l-1.896-5.391
+ l-4.211,1.48l3.316,9.434L-2054.265-372.248z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2054.265-372.248l-1.125-3.2c-0.166-0.465,0.08-0.975,0.545-1.139l-1.896-5.391
+ l-4.211,1.48l3.316,9.434L-2054.265-372.248z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2054.265-372.248l-1.125-3.2c-0.166-0.465,0.08-0.975,0.545-1.139l-1.896-5.391
+ l-4.211,1.48l3.316,9.434L-2054.265-372.248z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2054.265-372.248l-1.125-3.2c-0.166-0.465,0.08-0.975,0.545-1.139l-1.896-5.391
+ l-4.211,1.48l3.316,9.434L-2054.265-372.248z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2054.265-372.248l-1.125-3.2c-0.166-0.465,0.08-0.975,0.545-1.139l-1.896-5.391
+ l-4.211,1.48l3.316,9.434L-2054.265-372.248z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2054.265-372.248l-1.125-3.2c-0.166-0.465,0.08-0.975,0.545-1.139l-1.896-5.391
+ l-4.211,1.48l3.316,9.434L-2054.265-372.248z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2054.265-372.248l-1.125-3.2c-0.166-0.465,0.08-0.975,0.545-1.139l-1.896-5.391
+ l-4.211,1.48l3.316,9.434L-2054.265-372.248z"/>
+
+ <rect x="-2055.713" y="-369.731" transform="matrix(0.3327 0.943 -0.943 0.3327 -1718.1544 1692.085)" opacity="0.4" fill="#FFF7B8" width="2.134" height="3.57"/>
+
+ <rect x="-2055.713" y="-369.731" transform="matrix(0.3327 0.943 -0.943 0.3327 -1718.1544 1692.085)" opacity="0.4" fill="#FFF7B8" width="2.134" height="3.57"/>
+
+ <rect x="-2055.713" y="-369.731" transform="matrix(0.3327 0.943 -0.943 0.3327 -1718.1544 1692.085)" opacity="0.4" fill="#FFF7B8" width="2.134" height="3.57"/>
+
+ <rect x="-2055.713" y="-369.731" transform="matrix(0.3327 0.943 -0.943 0.3327 -1718.1544 1692.085)" opacity="0.5" fill="#D1E3B6" width="2.134" height="3.57"/>
+
+ <rect x="-2055.713" y="-369.731" transform="matrix(0.3327 0.943 -0.943 0.3327 -1718.1544 1692.085)" opacity="0.2" fill="#FFF5A2" width="2.134" height="3.57"/>
+
+ <rect x="-2055.713" y="-369.731" transform="matrix(0.3327 0.943 -0.943 0.3327 -1718.1544 1692.085)" opacity="0.4" fill="#FFF7B8" width="2.134" height="3.57"/>
+
+ <rect x="-2055.713" y="-369.731" transform="matrix(0.3327 0.943 -0.943 0.3327 -1718.1544 1692.085)" opacity="0.4" fill="#FFF7B8" width="2.134" height="3.57"/>
+
+ <rect x="-2053.086" y="-364.327" transform="matrix(0.3309 0.9437 -0.9437 0.3309 -1715.6908 1694.5444)" opacity="0.4" fill="#FFF7B8" width="0.679" height="3.573"/>
+
+ <rect x="-2053.086" y="-364.327" transform="matrix(0.3309 0.9437 -0.9437 0.3309 -1715.6908 1694.5444)" opacity="0.4" fill="#FFF7B8" width="0.679" height="3.573"/>
+
+ <rect x="-2053.086" y="-364.327" transform="matrix(0.3309 0.9437 -0.9437 0.3309 -1715.6908 1694.5444)" opacity="0.4" fill="#FFF7B8" width="0.679" height="3.573"/>
+
+ <rect x="-2053.086" y="-364.327" transform="matrix(0.3309 0.9437 -0.9437 0.3309 -1715.6908 1694.5444)" opacity="0.5" fill="#D1E3B6" width="0.679" height="3.573"/>
+
+ <rect x="-2053.086" y="-364.327" transform="matrix(0.3309 0.9437 -0.9437 0.3309 -1715.6908 1694.5444)" opacity="0.4" fill="#FFF7B8" width="0.679" height="3.573"/>
+
+ <rect x="-2053.086" y="-364.327" transform="matrix(0.3309 0.9437 -0.9437 0.3309 -1715.6908 1694.5444)" opacity="0.2" fill="#FFF5A2" width="0.679" height="3.573"/>
+
+ <rect x="-2053.086" y="-364.327" transform="matrix(0.3309 0.9437 -0.9437 0.3309 -1715.6908 1694.5444)" opacity="0.4" fill="#FFF7B8" width="0.679" height="3.573"/>
+
+ <rect x="-2053.086" y="-364.327" transform="matrix(0.3309 0.9437 -0.9437 0.3309 -1715.6908 1694.5444)" opacity="0.4" fill="#FFF7B8" width="0.679" height="3.573"/>
+
+ <rect x="-2055.698" y="-367.004" transform="matrix(0.9434 -0.3315 0.3315 0.9434 5.1362 -701.5999)" opacity="0.4" fill="#FFF7B8" width="3.573" height="2.299"/>
+
+ <rect x="-2055.698" y="-367.004" transform="matrix(0.9434 -0.3315 0.3315 0.9434 5.1362 -701.5999)" opacity="0.4" fill="#FFF7B8" width="3.573" height="2.299"/>
+
+ <rect x="-2055.698" y="-367.004" transform="matrix(0.9434 -0.3315 0.3315 0.9434 5.1362 -701.5999)" opacity="0.4" fill="#FFF7B8" width="3.573" height="2.299"/>
+
+ <rect x="-2055.698" y="-367.004" transform="matrix(0.9434 -0.3315 0.3315 0.9434 5.1362 -701.5999)" opacity="0.5" fill="#D1E3B6" width="3.573" height="2.299"/>
+
+ <rect x="-2055.698" y="-367.004" transform="matrix(0.9434 -0.3315 0.3315 0.9434 5.1362 -701.5999)" opacity="0.4" fill="#FFF7B8" width="3.573" height="2.299"/>
+
+ <rect x="-2055.698" y="-367.004" transform="matrix(0.9434 -0.3315 0.3315 0.9434 5.1362 -701.5999)" opacity="0.2" fill="#FFF5A2" width="3.573" height="2.299"/>
+
+ <rect x="-2055.698" y="-367.004" transform="matrix(0.9434 -0.3315 0.3315 0.9434 5.1362 -701.5999)" opacity="0.4" fill="#FFF7B8" width="3.573" height="2.299"/>
+
+ <rect x="-2055.698" y="-367.004" transform="matrix(0.9434 -0.3315 0.3315 0.9434 5.1362 -701.5999)" opacity="0.4" fill="#FFF7B8" width="3.573" height="2.299"/>
+
+ <rect x="-2050.304" y="-363.074" transform="matrix(-0.9429 0.3329 -0.3329 -0.9429 -4102.9805 -19.0451)" opacity="0.4" fill="#FFF7B8" width="0.892" height="4.036"/>
+
+ <rect x="-2050.304" y="-363.074" transform="matrix(-0.9429 0.3329 -0.3329 -0.9429 -4102.9805 -19.0451)" opacity="0.4" fill="#FFF7B8" width="0.892" height="4.036"/>
+
+ <rect x="-2050.304" y="-363.074" transform="matrix(-0.9429 0.3329 -0.3329 -0.9429 -4102.9805 -19.0451)" opacity="0.4" fill="#FFF7B8" width="0.892" height="4.036"/>
+
+ <rect x="-2050.304" y="-363.074" transform="matrix(-0.9429 0.3329 -0.3329 -0.9429 -4102.9805 -19.0451)" opacity="0.5" fill="#D1E3B6" width="0.892" height="4.036"/>
+
+ <rect x="-2050.304" y="-363.074" transform="matrix(-0.9429 0.3329 -0.3329 -0.9429 -4102.9805 -19.0451)" opacity="0.4" fill="#FFF7B8" width="0.892" height="4.036"/>
+
+ <rect x="-2050.304" y="-363.074" transform="matrix(-0.9429 0.3329 -0.3329 -0.9429 -4102.9805 -19.0451)" opacity="0.2" fill="#FFF5A2" width="0.892" height="4.036"/>
+
+ <rect x="-2050.304" y="-363.074" transform="matrix(-0.9429 0.3329 -0.3329 -0.9429 -4102.9805 -19.0451)" opacity="0.4" fill="#FFF7B8" width="0.892" height="4.036"/>
+
+ <rect x="-2050.304" y="-363.074" transform="matrix(-0.9429 0.3329 -0.3329 -0.9429 -4102.9805 -19.0451)" opacity="0.4" fill="#FFF7B8" width="0.892" height="4.036"/>
+
+ <rect x="-2052.988" y="-369.753" transform="matrix(0.9432 -0.3322 0.3322 0.9432 5.8945 -702.8977)" opacity="0.4" fill="#FFF7B8" width="0.894" height="2.134"/>
+
+ <rect x="-2052.988" y="-369.753" transform="matrix(0.9432 -0.3322 0.3322 0.9432 5.8945 -702.8977)" opacity="0.4" fill="#FFF7B8" width="0.894" height="2.134"/>
+
+ <rect x="-2052.988" y="-369.753" transform="matrix(0.9432 -0.3322 0.3322 0.9432 5.8945 -702.8977)" opacity="0.4" fill="#FFF7B8" width="0.894" height="2.134"/>
+
+ <rect x="-2052.988" y="-369.753" transform="matrix(0.9432 -0.3322 0.3322 0.9432 5.8945 -702.8977)" opacity="0.5" fill="#D1E3B6" width="0.894" height="2.134"/>
+
+ <rect x="-2052.988" y="-369.753" transform="matrix(0.9432 -0.3322 0.3322 0.9432 5.8945 -702.8977)" opacity="0.2" fill="#FFF5A2" width="0.894" height="2.134"/>
+
+ <rect x="-2052.988" y="-369.753" transform="matrix(0.9432 -0.3322 0.3322 0.9432 5.8945 -702.8977)" opacity="0.4" fill="#FFF7B8" width="0.894" height="2.134"/>
+
+ <rect x="-2052.988" y="-369.753" transform="matrix(0.9432 -0.3322 0.3322 0.9432 5.8945 -702.8977)" opacity="0.4" fill="#FFF7B8" width="0.894" height="2.134"/>
+
+ <rect x="-2052.988" y="-369.753" transform="matrix(0.9432 -0.3322 0.3322 0.9432 5.8945 -702.8977)" opacity="0.4" fill="#FFF7B8" width="0.894" height="2.134"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2054.845-376.587c-0.465,0.164-0.711,0.674-0.545,1.139l1.125,3.2l0.843-0.296
+ L-2054.845-376.587z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2054.845-376.587c-0.465,0.164-0.711,0.674-0.545,1.139l1.125,3.2l0.843-0.296
+ L-2054.845-376.587z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2054.845-376.587c-0.465,0.164-0.711,0.674-0.545,1.139l1.125,3.2l0.843-0.296
+ L-2054.845-376.587z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2054.845-376.587c-0.465,0.164-0.711,0.674-0.545,1.139l1.125,3.2l0.843-0.296
+ L-2054.845-376.587z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2054.845-376.587c-0.465,0.164-0.711,0.674-0.545,1.139l1.125,3.2l0.843-0.296
+ L-2054.845-376.587z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2054.845-376.587c-0.465,0.164-0.711,0.674-0.545,1.139l1.125,3.2l0.843-0.296
+ L-2054.845-376.587z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2054.845-376.587c-0.465,0.164-0.711,0.674-0.545,1.139l1.125,3.2l0.843-0.296
+ L-2054.845-376.587z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2054.845-376.587c-0.465,0.164-0.711,0.674-0.545,1.139l1.125,3.2l0.843-0.296
+ L-2054.845-376.587z"/>
+
+ <rect x="-2052.955" y="-367.04" transform="matrix(0.3312 0.9436 -0.9436 0.3312 -1718.1069 1690.8174)" opacity="0.4" fill="#FFF7B8" width="2.3" height="0.892"/>
+
+ <rect x="-2052.955" y="-367.04" transform="matrix(0.3312 0.9436 -0.9436 0.3312 -1718.1069 1690.8174)" opacity="0.4" fill="#FFF7B8" width="2.3" height="0.892"/>
+
+ <rect x="-2052.955" y="-367.04" transform="matrix(0.3312 0.9436 -0.9436 0.3312 -1718.1069 1690.8174)" opacity="0.4" fill="#FFF7B8" width="2.3" height="0.892"/>
+
+ <rect x="-2052.955" y="-367.04" transform="matrix(0.3312 0.9436 -0.9436 0.3312 -1718.1069 1690.8174)" opacity="0.5" fill="#D1E3B6" width="2.3" height="0.892"/>
+
+ <rect x="-2052.955" y="-367.04" transform="matrix(0.3312 0.9436 -0.9436 0.3312 -1718.1069 1690.8174)" opacity="0.4" fill="#FFF7B8" width="2.3" height="0.892"/>
+
+ <rect x="-2052.955" y="-367.04" transform="matrix(0.3312 0.9436 -0.9436 0.3312 -1718.1069 1690.8174)" opacity="0.2" fill="#FFF5A2" width="2.3" height="0.892"/>
+
+ <rect x="-2052.955" y="-367.04" transform="matrix(0.3312 0.9436 -0.9436 0.3312 -1718.1069 1690.8174)" opacity="0.4" fill="#FFF7B8" width="2.3" height="0.892"/>
+
+ <rect x="-2052.955" y="-367.04" transform="matrix(0.3312 0.9436 -0.9436 0.3312 -1718.1069 1690.8174)" opacity="0.4" fill="#FFF7B8" width="2.3" height="0.892"/>
+
+ <rect x="-2052.955" y="-367.04" transform="matrix(0.3312 0.9436 -0.9436 0.3312 -1718.1069 1690.8174)" opacity="0.4" fill="#FFF7B8" width="2.3" height="0.892"/>
+
+ <rect x="-2050.98" y="-363.727" transform="matrix(0.3309 0.9437 -0.9437 0.3309 -1714.9799 1692.0613)" opacity="0.4" fill="#FFF7B8" width="0.679" height="0.892"/>
+
+ <rect x="-2050.98" y="-363.727" transform="matrix(0.3309 0.9437 -0.9437 0.3309 -1714.9799 1692.0613)" opacity="0.4" fill="#FFF7B8" width="0.679" height="0.892"/>
+
+ <rect x="-2050.98" y="-363.727" transform="matrix(0.3309 0.9437 -0.9437 0.3309 -1714.9799 1692.0613)" opacity="0.4" fill="#FFF7B8" width="0.679" height="0.892"/>
+
+ <rect x="-2050.98" y="-363.727" transform="matrix(0.3309 0.9437 -0.9437 0.3309 -1714.9799 1692.0613)" opacity="0.5" fill="#D1E3B6" width="0.679" height="0.892"/>
+
+ <rect x="-2050.98" y="-363.727" transform="matrix(0.3309 0.9437 -0.9437 0.3309 -1714.9799 1692.0613)" opacity="0.4" fill="#FFF7B8" width="0.679" height="0.892"/>
+
+ <rect x="-2050.98" y="-363.727" transform="matrix(0.3309 0.9437 -0.9437 0.3309 -1714.9799 1692.0613)" opacity="0.2" fill="#FFF5A2" width="0.679" height="0.892"/>
+
+ <rect x="-2050.98" y="-363.727" transform="matrix(0.3309 0.9437 -0.9437 0.3309 -1714.9799 1692.0613)" opacity="0.4" fill="#FFF7B8" width="0.679" height="0.892"/>
+
+ <rect x="-2050.98" y="-363.727" transform="matrix(0.3309 0.9437 -0.9437 0.3309 -1714.9799 1692.0613)" opacity="0.4" fill="#FFF7B8" width="0.679" height="0.892"/>
+
+ <rect x="-2050.98" y="-363.727" transform="matrix(0.3309 0.9437 -0.9437 0.3309 -1714.9799 1692.0613)" opacity="0.4" fill="#FFF7B8" width="0.679" height="0.892"/>
+
+ <rect x="-2037.387" y="-393.157" transform="matrix(0.3316 0.9434 -0.9434 0.3316 -1721.3511 1646.0673)" opacity="0.4" fill="#FFF7B8" width="30.157" height="2.859"/>
+
+ <rect x="-2037.387" y="-393.157" transform="matrix(0.3316 0.9434 -0.9434 0.3316 -1721.3511 1646.0673)" opacity="0.4" fill="#FFF7B8" width="30.157" height="2.859"/>
+
+ <rect x="-2037.387" y="-393.157" transform="matrix(0.3316 0.9434 -0.9434 0.3316 -1721.3511 1646.0673)" opacity="0.4" fill="#FFF7B8" width="30.157" height="2.859"/>
+
+ <rect x="-2017.284" y="-375.725" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 -4041.4729 -57.2217)" opacity="0.4" fill="#FFF7B8" width="2.857" height="4.714"/>
+
+ <rect x="-2017.284" y="-375.725" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 -4041.4729 -57.2217)" opacity="0.4" fill="#FFF7B8" width="2.857" height="4.714"/>
+
+ <rect x="-2017.284" y="-375.725" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 -4041.4729 -57.2217)" opacity="0.4" fill="#FFF7B8" width="2.857" height="4.714"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2055.68-420.968l-0.66-1.881c-0.698,0.162-1.395,0.336-2.089,0.52l0.728,2.073
+ L-2055.68-420.968z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2055.68-420.968l-0.66-1.881c-0.698,0.162-1.395,0.336-2.089,0.52l0.728,2.073
+ L-2055.68-420.968z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2055.68-420.968l-0.66-1.881c-0.698,0.162-1.395,0.336-2.089,0.52l0.728,2.073
+ L-2055.68-420.968z"/>
+
+ <rect x="-2024.088" y="-374.076" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 -4049.9858 -52.1113)" opacity="0.4" fill="#FFF7B8" width="7.086" height="4.714"/>
+
+ <rect x="-2024.088" y="-374.076" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 -4049.9858 -52.1113)" opacity="0.4" fill="#FFF7B8" width="7.086" height="4.714"/>
+
+ <rect x="-2024.088" y="-374.076" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 -4049.9858 -52.1113)" opacity="0.4" fill="#FFF7B8" width="7.086" height="4.714"/>
+
+ <rect x="-2024.088" y="-374.076" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 -4049.9858 -52.1113)" opacity="0.4" fill="#FFF7B8" width="7.086" height="4.714"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2031.388-391.886l6.048,17.207l6.686-2.35l-10.002-28.451l-18.362,6.455
+ c-0.468,0.164-0.977-0.08-1.139-0.547l-7.522-21.396l-2.021,0.712l11.661,33.175l14.183-4.984
+ C-2031.658-392.135-2031.449-392.056-2031.388-391.886z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2031.388-391.886l6.048,17.207l6.686-2.35l-10.002-28.451l-18.362,6.455
+ c-0.468,0.164-0.977-0.08-1.139-0.547l-7.522-21.396l-2.021,0.712l11.661,33.175l14.183-4.984
+ C-2031.658-392.135-2031.449-392.056-2031.388-391.886z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2031.388-391.886l6.048,17.207l6.686-2.35l-10.002-28.451l-18.362,6.455
+ c-0.468,0.164-0.977-0.08-1.139-0.547l-7.522-21.396l-2.021,0.712l11.661,33.175l14.183-4.984
+ C-2031.658-392.135-2031.449-392.056-2031.388-391.886z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2031.388-391.886l6.048,17.207l6.686-2.35l-10.002-28.451l-18.362,6.455
+ c-0.468,0.164-0.977-0.08-1.139-0.547l-7.522-21.396l-2.021,0.712l11.661,33.175l14.183-4.984
+ C-2031.658-392.135-2031.449-392.056-2031.388-391.886z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2013.26-361.678l2.563-0.899c0.023-0.204,0-0.424-0.077-0.644l-2.157-6.142l-2.695,0.947
+ L-2013.26-361.678z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2013.26-361.678l2.563-0.899c0.023-0.204,0-0.424-0.077-0.644l-2.157-6.142l-2.695,0.947
+ L-2013.26-361.678z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2013.26-361.678l2.563-0.899c0.023-0.204,0-0.424-0.077-0.644l-2.157-6.142l-2.695,0.947
+ L-2013.26-361.678z"/>
+
+ <rect x="-2021.329" y="-367.441" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 -4042.02 -37.7747)" opacity="0.4" fill="#FFF7B8" width="7.086" height="7.141"/>
+
+ <rect x="-2021.329" y="-367.441" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 -4042.02 -37.7747)" opacity="0.4" fill="#FFF7B8" width="7.086" height="7.141"/>
+
+ <rect x="-2021.329" y="-367.441" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 -4042.02 -37.7747)" opacity="0.5" fill="#D1E3B6" width="7.086" height="7.141"/>
+
+ <rect x="-2021.329" y="-367.441" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 -4042.02 -37.7747)" opacity="0.4" fill="#FFF7B8" width="7.086" height="7.141"/>
+
+ <rect x="-2014.588" y="-370.536" transform="matrix(-0.3326 -0.9431 0.9431 -0.3326 -2336.2373 -2391.5474)" opacity="0.4" fill="#FFF7B8" width="0.464" height="2.857"/>
+
+ <rect x="-2014.588" y="-370.536" transform="matrix(-0.3326 -0.9431 0.9431 -0.3326 -2336.2373 -2391.5474)" opacity="0.4" fill="#FFF7B8" width="0.464" height="2.857"/>
+
+ <rect x="-2014.588" y="-370.536" transform="matrix(-0.3326 -0.9431 0.9431 -0.3326 -2336.2373 -2391.5474)" opacity="0.5" fill="#D1E3B6" width="0.464" height="2.857"/>
+
+ <rect x="-2014.588" y="-370.536" transform="matrix(-0.3326 -0.9431 0.9431 -0.3326 -2336.2373 -2391.5474)" opacity="0.4" fill="#FFF7B8" width="0.464" height="2.857"/>
+
+ <rect x="-2022.589" y="-367.69" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 -4045.6592 -44.3284)" opacity="0.4" fill="#FFF7B8" width="7.086" height="0.464"/>
+
+ <rect x="-2022.589" y="-367.69" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 -4045.6592 -44.3284)" opacity="0.4" fill="#FFF7B8" width="7.086" height="0.464"/>
+
+ <rect x="-2022.589" y="-367.69" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 -4045.6592 -44.3284)" opacity="0.4" fill="#FFF7B8" width="7.086" height="0.464"/>
+
+ <rect x="-2022.589" y="-367.69" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 -4045.6592 -44.3284)" opacity="0.5" fill="#D1E3B6" width="7.086" height="0.464"/>
+
+ <rect x="-2022.589" y="-367.69" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 -4045.6592 -44.3284)" opacity="0.4" fill="#FFF7B8" width="7.086" height="0.464"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2025.96-406.427l-6.337-18.025c-1.033-0.099-2.07-0.178-3.111-0.234l6.751,19.207
+ L-2025.96-406.427z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2025.96-406.427l-6.337-18.025c-1.033-0.099-2.07-0.178-3.111-0.234l6.751,19.207
+ L-2025.96-406.427z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2025.96-406.427l-6.337-18.025c-1.033-0.099-2.07-0.178-3.111-0.234l6.751,19.207
+ L-2025.96-406.427z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2025.96-406.427l-6.337-18.025c-1.033-0.099-2.07-0.178-3.111-0.234l6.751,19.207
+ L-2025.96-406.427z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2045.489-424.549c-3.612,0.294-7.239,0.858-10.852,1.7l0.66,1.881L-2045.489-424.549z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2045.489-424.549c-3.612,0.294-7.239,0.858-10.852,1.7l0.66,1.881L-2045.489-424.549z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2045.489-424.549c-3.612,0.294-7.239,0.858-10.852,1.7l0.66,1.881L-2045.489-424.549z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2045.489-424.549c-3.612,0.294-7.239,0.858-10.852,1.7l0.66,1.881L-2045.489-424.549z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2048.158-399.571c0.162,0.467,0.671,0.711,1.139,0.547l18.362-6.455l-6.751-19.207
+ c-3.335-0.181-6.703-0.139-10.081,0.138l-10.191,3.581L-2048.158-399.571z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2048.158-399.571c0.162,0.467,0.671,0.711,1.139,0.547l18.362-6.455l-6.751-19.207
+ c-3.335-0.181-6.703-0.139-10.081,0.138l-10.191,3.581L-2048.158-399.571z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2048.158-399.571c0.162,0.467,0.671,0.711,1.139,0.547l18.362-6.455l-6.751-19.207
+ c-3.335-0.181-6.703-0.139-10.081,0.138l-10.191,3.581L-2048.158-399.571z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2048.158-399.571c0.162,0.467,0.671,0.711,1.139,0.547l18.362-6.455l-6.751-19.207
+ c-3.335-0.181-6.703-0.139-10.081,0.138l-10.191,3.581L-2048.158-399.571z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2048.158-399.571c0.162,0.467,0.671,0.711,1.139,0.547l18.362-6.455l-6.751-19.207
+ c-3.335-0.181-6.703-0.139-10.081,0.138l-10.191,3.581L-2048.158-399.571z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2037.324-382.745c0.467-0.165,0.976,0.08,1.14,0.545l3.546,10.088l7.298-2.566
+ l-6.048-17.207c-0.061-0.17-0.27-0.249-0.47-0.18l-14.183,4.984l2.314,6.586L-2037.324-382.745z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2037.324-382.745c0.467-0.165,0.976,0.08,1.14,0.545l3.546,10.088l7.298-2.566
+ l-6.048-17.207c-0.061-0.17-0.27-0.249-0.47-0.18l-14.183,4.984l2.314,6.586L-2037.324-382.745z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2037.324-382.745c0.467-0.165,0.976,0.08,1.14,0.545l3.546,10.088l7.298-2.566
+ l-6.048-17.207c-0.061-0.17-0.27-0.249-0.47-0.18l-14.183,4.984l2.314,6.586L-2037.324-382.745z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2037.324-382.745c0.467-0.165,0.976,0.08,1.14,0.545l3.546,10.088l7.298-2.566
+ l-6.048-17.207c-0.061-0.17-0.27-0.249-0.47-0.18l-14.183,4.984l2.314,6.586L-2037.324-382.745z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2037.324-382.745c0.467-0.165,0.976,0.08,1.14,0.545l3.546,10.088l7.298-2.566
+ l-6.048-17.207c-0.061-0.17-0.27-0.249-0.47-0.18l-14.183,4.984l2.314,6.586L-2037.324-382.745z"/>
+
+ <rect x="-2029.894" y="-373.13" transform="matrix(0.3313 0.9435 -0.9435 0.3313 -1704.1212 1666.0901)" opacity="0.4" fill="#FFF7B8" width="4.716" height="7.737"/>
+
+ <rect x="-2029.894" y="-373.13" transform="matrix(0.3313 0.9435 -0.9435 0.3313 -1704.1212 1666.0901)" opacity="0.4" fill="#FFF7B8" width="4.716" height="7.737"/>
+
+ <rect x="-2029.894" y="-373.13" transform="matrix(0.3313 0.9435 -0.9435 0.3313 -1704.1212 1666.0901)" opacity="0.4" fill="#FFF7B8" width="4.716" height="7.737"/>
+
+ <rect x="-2029.894" y="-373.13" transform="matrix(0.3313 0.9435 -0.9435 0.3313 -1704.1212 1666.0901)" opacity="0.2" fill="#FFF5A2" width="4.716" height="7.737"/>
+
+ <rect x="-2029.894" y="-373.13" transform="matrix(0.3313 0.9435 -0.9435 0.3313 -1704.1212 1666.0901)" opacity="0.4" fill="#FFF7B8" width="4.716" height="7.737"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2034.697-354.812c0.077,0.219,0.198,0.404,0.343,0.549l14.409-5.064l-2.366-6.737
+ l-14.544,5.113L-2034.697-354.812z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2034.697-354.812c0.077,0.219,0.198,0.404,0.343,0.549l14.409-5.064l-2.366-6.737
+ l-14.544,5.113L-2034.697-354.812z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2034.697-354.812c0.077,0.219,0.198,0.404,0.343,0.549l14.409-5.064l-2.366-6.737
+ l-14.544,5.113L-2034.697-354.812z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2034.697-354.812c0.077,0.219,0.198,0.404,0.343,0.549l14.409-5.064l-2.366-6.737
+ l-14.544,5.113L-2034.697-354.812z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2034.697-354.812c0.077,0.219,0.198,0.404,0.343,0.549l14.409-5.064l-2.366-6.737
+ l-14.544,5.113L-2034.697-354.812z"/>
+
+ <rect x="-2037.369" y="-363.96" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 -4065.0691 -33.6818)" opacity="0.4" fill="#FFF7B8" width="15.417" height="0.466"/>
+
+ <rect x="-2037.369" y="-363.96" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 -4065.0691 -33.6818)" opacity="0.4" fill="#FFF7B8" width="15.417" height="0.466"/>
+
+ <rect x="-2037.369" y="-363.96" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 -4065.0691 -33.6818)" opacity="0.4" fill="#FFF7B8" width="15.417" height="0.466"/>
+
+ <rect x="-2037.369" y="-363.96" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 -4065.0691 -33.6818)" opacity="0.5" fill="#D1E3B6" width="15.417" height="0.466"/>
+
+ <rect x="-2037.369" y="-363.96" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 -4065.0691 -33.6818)" opacity="0.2" fill="#FFF5A2" width="15.417" height="0.466"/>
+
+ <rect x="-2037.369" y="-363.96" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 -4065.0691 -33.6818)" opacity="0.4" fill="#FFF7B8" width="15.417" height="0.466"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2035.731-378.763c0.302-0.105,0.549-0.178,0.555-0.161l0.93,2.642
+ c0.005,0.018-0.231,0.115-0.534,0.222l-6.572,2.312l1.47,4.183l7.245-2.546l-3.546-10.088c-0.164-0.465-0.673-0.71-1.14-0.545
+ l-6.402,2.25l1.423,4.043L-2035.731-378.763z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2035.731-378.763c0.302-0.105,0.549-0.178,0.555-0.161l0.93,2.642
+ c0.005,0.018-0.231,0.115-0.534,0.222l-6.572,2.312l1.47,4.183l7.245-2.546l-3.546-10.088c-0.164-0.465-0.673-0.71-1.14-0.545
+ l-6.402,2.25l1.423,4.043L-2035.731-378.763z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2035.731-378.763c0.302-0.105,0.549-0.178,0.555-0.161l0.93,2.642
+ c0.005,0.018-0.231,0.115-0.534,0.222l-6.572,2.312l1.47,4.183l7.245-2.546l-3.546-10.088c-0.164-0.465-0.673-0.71-1.14-0.545
+ l-6.402,2.25l1.423,4.043L-2035.731-378.763z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2035.731-378.763c0.302-0.105,0.549-0.178,0.555-0.161l0.93,2.642
+ c0.005,0.018-0.231,0.115-0.534,0.222l-6.572,2.312l1.47,4.183l7.245-2.546l-3.546-10.088c-0.164-0.465-0.673-0.71-1.14-0.545
+ l-6.402,2.25l1.423,4.043L-2035.731-378.763z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2035.731-378.763c0.302-0.105,0.549-0.178,0.555-0.161l0.93,2.642
+ c0.005,0.018-0.231,0.115-0.534,0.222l-6.572,2.312l1.47,4.183l7.245-2.546l-3.546-10.088c-0.164-0.465-0.673-0.71-1.14-0.545
+ l-6.402,2.25l1.423,4.043L-2035.731-378.763z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2035.731-378.763c0.302-0.105,0.549-0.178,0.555-0.161l0.93,2.642
+ c0.005,0.018-0.231,0.115-0.534,0.222l-6.572,2.312l1.47,4.183l7.245-2.546l-3.546-10.088c-0.164-0.465-0.673-0.71-1.14-0.545
+ l-6.402,2.25l1.423,4.043L-2035.731-378.763z"/>
+
+ <rect x="-2037.166" y="-370.546" transform="matrix(0.3313 0.9435 -0.9435 0.3313 -1706.5723 1674.6609)" opacity="0.4" fill="#FFF7B8" width="4.716" height="7.681"/>
+
+ <rect x="-2037.166" y="-370.546" transform="matrix(0.3313 0.9435 -0.9435 0.3313 -1706.5723 1674.6609)" opacity="0.4" fill="#FFF7B8" width="4.716" height="7.681"/>
+
+ <rect x="-2037.166" y="-370.546" transform="matrix(0.3313 0.9435 -0.9435 0.3313 -1706.5723 1674.6609)" opacity="0.4" fill="#FFF7B8" width="4.716" height="7.681"/>
+
+ <rect x="-2037.166" y="-370.546" transform="matrix(0.3313 0.9435 -0.9435 0.3313 -1706.5723 1674.6609)" opacity="0.2" fill="#FFF5A2" width="4.716" height="7.681"/>
+
+ <rect x="-2037.166" y="-370.546" transform="matrix(0.3313 0.9435 -0.9435 0.3313 -1706.5723 1674.6609)" opacity="0.4" fill="#FFF7B8" width="4.716" height="7.681"/>
+
+ <rect x="-2037.166" y="-370.546" transform="matrix(0.3313 0.9435 -0.9435 0.3313 -1706.5723 1674.6609)" opacity="0.4" fill="#FFF7B8" width="4.716" height="7.681"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2012.953-301.209l6.443,18.33c8.181-4.003,15.36-9.361,21.358-15.704l-3.879-11.034
+ L-2012.953-301.209z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2012.953-301.209l6.443,18.33c8.181-4.003,15.36-9.361,21.358-15.704l-3.879-11.034
+ L-2012.953-301.209z"/>
+
+ <rect x="-2004.321" y="-320.45" transform="matrix(-0.3318 -0.9433 0.9433 -0.3318 -2375.7505 -2298.2961)" opacity="0.4" fill="#FFF7B8" width="5" height="25.357"/>
+
+ <rect x="-2004.321" y="-320.45" transform="matrix(-0.3318 -0.9433 0.9433 -0.3318 -2375.7505 -2298.2961)" opacity="0.5" fill="#D1E3B6" width="5" height="25.357"/>
+
+ <rect x="-2004.321" y="-320.45" transform="matrix(-0.3318 -0.9433 0.9433 -0.3318 -2375.7505 -2298.2961)" opacity="0.4" fill="#FFF7B8" width="5" height="25.357"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-1998.347-316.564l-17.804,6.26l1.539,4.379l23.925-8.41l-14.468-41.153
+ c-0.152-0.432-0.652-0.65-1.116-0.486l-4.438,1.559l12.908,36.714C-1997.638-317.238-1997.883-316.728-1998.347-316.564z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-1998.347-316.564l-17.804,6.26l1.539,4.379l23.925-8.41l-14.468-41.153
+ c-0.152-0.432-0.652-0.65-1.116-0.486l-4.438,1.559l12.908,36.714C-1997.638-317.238-1997.883-316.728-1998.347-316.564z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-1998.347-316.564l-17.804,6.26l1.539,4.379l23.925-8.41l-14.468-41.153
+ c-0.152-0.432-0.652-0.65-1.116-0.486l-4.438,1.559l12.908,36.714C-1997.638-317.238-1997.883-316.728-1998.347-316.564z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-1998.347-316.564l-17.804,6.26l1.539,4.379l23.925-8.41l-14.468-41.153
+ c-0.152-0.432-0.652-0.65-1.116-0.486l-4.438,1.559l12.908,36.714C-1997.638-317.238-1997.883-316.728-1998.347-316.564z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2028.51-348.157c-0.467,0.162-0.72,0.645-0.567,1.077l12.927,36.775l17.804-6.26
+ c0.465-0.163,0.709-0.674,0.547-1.139l-12.908-36.714l-7.047,2.479L-2028.51-348.157z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2028.51-348.157c-0.467,0.162-0.72,0.645-0.567,1.077l12.927,36.775l17.804-6.26
+ c0.465-0.163,0.709-0.674,0.547-1.139l-12.908-36.714l-7.047,2.479L-2028.51-348.157z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2028.51-348.157c-0.467,0.162-0.72,0.645-0.567,1.077l12.927,36.775l17.804-6.26
+ c0.465-0.163,0.709-0.674,0.547-1.139l-12.908-36.714l-7.047,2.479L-2028.51-348.157z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2028.51-348.157c-0.467,0.162-0.72,0.645-0.567,1.077l12.927,36.775l17.804-6.26
+ c0.465-0.163,0.709-0.674,0.547-1.139l-12.908-36.714l-7.047,2.479L-2028.51-348.157z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2028.51-348.157c-0.467,0.162-0.72,0.645-0.567,1.077l12.927,36.775l17.804-6.26
+ c0.465-0.163,0.709-0.674,0.547-1.139l-12.908-36.714l-7.047,2.479L-2028.51-348.157z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2068.361-349.878l-0.109,0.037l1.602,4.556c0.02,0.056,0.124,0.068,0.232,0.032
+ l6.483-2.28l-1.637-4.655L-2068.361-349.878z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2068.361-349.878l-0.109,0.037l1.602,4.556c0.02,0.056,0.124,0.068,0.232,0.032
+ l6.483-2.28l-1.637-4.655L-2068.361-349.878z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2068.361-349.878l-0.109,0.037l1.602,4.556c0.02,0.056,0.124,0.068,0.232,0.032
+ l6.483-2.28l-1.637-4.655L-2068.361-349.878z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2068.361-349.878l-0.109,0.037l1.602,4.556c0.02,0.056,0.124,0.068,0.232,0.032
+ l6.483-2.28l-1.637-4.655L-2068.361-349.878z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2068.473-349.852l0.003,0.011l0.109-0.037
+ C-2068.397-349.866-2068.435-349.859-2068.473-349.852z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2068.473-349.852l0.003,0.011l0.109-0.037
+ C-2068.397-349.866-2068.435-349.859-2068.473-349.852z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2068.473-349.852l0.003,0.011l0.109-0.037
+ C-2068.397-349.866-2068.435-349.859-2068.473-349.852z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2068.473-349.852l0.003,0.011l0.109-0.037
+ C-2068.397-349.866-2068.435-349.859-2068.473-349.852z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2068.473-349.852l0.003,0.011l0.109-0.037
+ C-2068.397-349.866-2068.435-349.859-2068.473-349.852z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2061.79-352.188l-0.154-0.439l-6.681,2.35l0.151,0.427
+ c0.038-0.008,0.076-0.015,0.112-0.026L-2061.79-352.188z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2061.79-352.188l-0.154-0.439l-6.681,2.35l0.151,0.427
+ c0.038-0.008,0.076-0.015,0.112-0.026L-2061.79-352.188z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2061.79-352.188l-0.154-0.439l-6.681,2.35l0.151,0.427
+ c0.038-0.008,0.076-0.015,0.112-0.026L-2061.79-352.188z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2061.79-352.188l-0.154-0.439l-6.681,2.35l0.151,0.427
+ c0.038-0.008,0.076-0.015,0.112-0.026L-2061.79-352.188z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2061.79-352.188l-0.154-0.439l-6.681,2.35l0.151,0.427
+ c0.038-0.008,0.076-0.015,0.112-0.026L-2061.79-352.188z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2061.79-352.188l-0.154-0.439l-6.681,2.35l0.151,0.427
+ c0.038-0.008,0.076-0.015,0.112-0.026L-2061.79-352.188z"/>
+
+ <rect x="-2070.245" y="-357.852" transform="matrix(0.9433 -0.3318 0.3318 0.9433 0.865 -705.925)" opacity="0.4" fill="#FFF7B8" width="7.081" height="4.714"/>
+
+ <rect x="-2070.245" y="-357.852" transform="matrix(0.9433 -0.3318 0.3318 0.9433 0.865 -705.925)" opacity="0.4" fill="#FFF7B8" width="7.081" height="4.714"/>
+
+ <rect x="-2070.245" y="-357.852" transform="matrix(0.9433 -0.3318 0.3318 0.9433 0.865 -705.925)" opacity="0.4" fill="#FFF7B8" width="7.081" height="4.714"/>
+
+ <rect x="-2070.245" y="-357.852" transform="matrix(0.9433 -0.3318 0.3318 0.9433 0.865 -705.925)" opacity="0.5" fill="#D1E3B6" width="7.081" height="4.714"/>
+
+ <rect x="-2070.245" y="-357.852" transform="matrix(0.9433 -0.3318 0.3318 0.9433 0.865 -705.925)" opacity="0.4" fill="#FFF7B8" width="7.081" height="4.714"/>
+
+ <rect x="-2070.245" y="-357.852" transform="matrix(0.9433 -0.3318 0.3318 0.9433 0.865 -705.925)" opacity="0.2" fill="#FFF5A2" width="7.081" height="4.714"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2056.788-351.933l5.23-1.84l-0.629-1.791l-9.604,3.375l1.637,4.655l4.211-1.479
+ l-0.94-2.679C-2056.919-351.794-2056.877-351.903-2056.788-351.933z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2056.788-351.933l5.23-1.84l-0.629-1.791l-9.604,3.375l1.637,4.655l4.211-1.479
+ l-0.94-2.679C-2056.919-351.794-2056.877-351.903-2056.788-351.933z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2056.788-351.933l5.23-1.84l-0.629-1.791l-9.604,3.375l1.637,4.655l4.211-1.479
+ l-0.94-2.679C-2056.919-351.794-2056.877-351.903-2056.788-351.933z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2056.788-351.933l5.23-1.84l-0.629-1.791l-9.604,3.375l1.637,4.655l4.211-1.479
+ l-0.94-2.679C-2056.919-351.794-2056.877-351.903-2056.788-351.933z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2056.788-351.933l5.23-1.84l-0.629-1.791l-9.604,3.375l1.637,4.655l4.211-1.479
+ l-0.94-2.679C-2056.919-351.794-2056.877-351.903-2056.788-351.933z"/>
+
+ <rect x="-2057.298" y="-359.185" transform="matrix(-0.3313 -0.9435 0.9435 -0.3313 -2404.438 -2412.3069)" opacity="0.4" fill="#FFF7B8" width="0.466" height="10.179"/>
+
+ <rect x="-2057.298" y="-359.185" transform="matrix(-0.3313 -0.9435 0.9435 -0.3313 -2404.438 -2412.3069)" opacity="0.4" fill="#FFF7B8" width="0.466" height="10.179"/>
+
+ <rect x="-2057.298" y="-359.185" transform="matrix(-0.3313 -0.9435 0.9435 -0.3313 -2404.438 -2412.3069)" opacity="0.4" fill="#FFF7B8" width="0.466" height="10.179"/>
+
+ <rect x="-2057.298" y="-359.185" transform="matrix(-0.3313 -0.9435 0.9435 -0.3313 -2404.438 -2412.3069)" opacity="0.5" fill="#D1E3B6" width="0.466" height="10.179"/>
+
+ <rect x="-2057.298" y="-359.185" transform="matrix(-0.3313 -0.9435 0.9435 -0.3313 -2404.438 -2412.3069)" opacity="0.4" fill="#FFF7B8" width="0.466" height="10.179"/>
+
+ <rect x="-2057.298" y="-359.185" transform="matrix(-0.3313 -0.9435 0.9435 -0.3313 -2404.438 -2412.3069)" opacity="0.4" fill="#FFF7B8" width="0.466" height="10.179"/>
+
+ <rect x="-2057.298" y="-359.185" transform="matrix(-0.3313 -0.9435 0.9435 -0.3313 -2404.438 -2412.3069)" opacity="0.2" fill="#FFF5A2" width="0.466" height="10.179"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2054.319-361.63l-4.549,1.6c-0.396,0.139-0.819-0.018-1.04-0.354l-4.239,1.49l1.564,4.449
+ l9.603-3.376L-2054.319-361.63z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2054.319-361.63l-4.549,1.6c-0.396,0.139-0.819-0.018-1.04-0.354l-4.239,1.49l1.564,4.449
+ l9.603-3.376L-2054.319-361.63z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2054.319-361.63l-4.549,1.6c-0.396,0.139-0.819-0.018-1.04-0.354l-4.239,1.49l1.564,4.449
+ l9.603-3.376L-2054.319-361.63z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2054.319-361.63l-4.549,1.6c-0.396,0.139-0.819-0.018-1.04-0.354l-4.239,1.49l1.564,4.449
+ l9.603-3.376L-2054.319-361.63z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2054.319-361.63l-4.549,1.6c-0.396,0.139-0.819-0.018-1.04-0.354l-4.239,1.49l1.564,4.449
+ l9.603-3.376L-2054.319-361.63z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2054.319-361.63l-4.549,1.6c-0.396,0.139-0.819-0.018-1.04-0.354l-4.239,1.49l1.564,4.449
+ l9.603-3.376L-2054.319-361.63z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2054.319-361.63l-4.549,1.6c-0.396,0.139-0.819-0.018-1.04-0.354l-4.239,1.49l1.564,4.449
+ l9.603-3.376L-2054.319-361.63z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2050.586-351.009l-0.972-2.764l-5.23,1.84c-0.089,0.029-0.131,0.139-0.095,0.241
+ l0.94,2.679l5.194-1.826C-2050.637-350.877-2050.566-350.952-2050.586-351.009z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2050.586-351.009l-0.972-2.764l-5.23,1.84c-0.089,0.029-0.131,0.139-0.095,0.241
+ l0.94,2.679l5.194-1.826C-2050.637-350.877-2050.566-350.952-2050.586-351.009z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2050.586-351.009l-0.972-2.764l-5.23,1.84c-0.089,0.029-0.131,0.139-0.095,0.241
+ l0.94,2.679l5.194-1.826C-2050.637-350.877-2050.566-350.952-2050.586-351.009z"/>
+ <path opacity="0.4" fill="#FFF5A2" d="M-2050.586-351.009l-0.972-2.764l-5.23,1.84c-0.089,0.029-0.131,0.139-0.095,0.241
+ l0.94,2.679l5.194-1.826C-2050.637-350.877-2050.566-350.952-2050.586-351.009z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2050.586-351.009l-0.972-2.764l-5.23,1.84c-0.089,0.029-0.131,0.139-0.095,0.241
+ l0.94,2.679l5.194-1.826C-2050.637-350.877-2050.566-350.952-2050.586-351.009z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2050.586-351.009l-0.972-2.764l-5.23,1.84c-0.089,0.029-0.131,0.139-0.095,0.241
+ l0.94,2.679l5.194-1.826C-2050.637-350.877-2050.566-350.952-2050.586-351.009z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2058.868-360.03l4.549-1.6l-0.226-0.639l-5.363,1.885
+ C-2059.687-360.048-2059.263-359.892-2058.868-360.03z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2058.868-360.03l4.549-1.6l-0.226-0.639l-5.363,1.885
+ C-2059.687-360.048-2059.263-359.892-2058.868-360.03z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2058.868-360.03l4.549-1.6l-0.226-0.639l-5.363,1.885
+ C-2059.687-360.048-2059.263-359.892-2058.868-360.03z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2058.868-360.03l4.549-1.6l-0.226-0.639l-5.363,1.885
+ C-2059.687-360.048-2059.263-359.892-2058.868-360.03z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2058.868-360.03l4.549-1.6l-0.226-0.639l-5.363,1.885
+ C-2059.687-360.048-2059.263-359.892-2058.868-360.03z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2058.868-360.03l4.549-1.6l-0.226-0.639l-5.363,1.885
+ C-2059.687-360.048-2059.263-359.892-2058.868-360.03z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2058.868-360.03l4.549-1.6l-0.226-0.639l-5.363,1.885
+ C-2059.687-360.048-2059.263-359.892-2058.868-360.03z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2058.868-360.03l4.549-1.6l-0.226-0.639l-5.363,1.885
+ C-2059.687-360.048-2059.263-359.892-2058.868-360.03z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2096.281-332.495c-0.367,0.129-0.657,0.246-0.652,0.264l0.93,2.641
+ c0.006,0.018,0.306-0.074,0.671-0.201l5.523-1.943l-0.95-2.701L-2096.281-332.495z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2096.281-332.495c-0.367,0.129-0.657,0.246-0.652,0.264l0.93,2.641
+ c0.006,0.018,0.306-0.074,0.671-0.201l5.523-1.943l-0.95-2.701L-2096.281-332.495z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2096.281-332.495c-0.367,0.129-0.657,0.246-0.652,0.264l0.93,2.641
+ c0.006,0.018,0.306-0.074,0.671-0.201l5.523-1.943l-0.95-2.701L-2096.281-332.495z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2011.228-361.821l-1.853,0.652l0.772,2.192l9.901-3.479
+ c0.365-0.128,0.657-0.247,0.65-0.263l-0.928-2.644c-0.007-0.016-0.308,0.074-0.673,0.204l-7.34,2.581
+ C-2010.74-362.22-2010.93-361.926-2011.228-361.821z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2011.228-361.821l-1.853,0.652l0.772,2.192l9.901-3.479
+ c0.365-0.128,0.657-0.247,0.65-0.263l-0.928-2.644c-0.007-0.016-0.308,0.074-0.673,0.204l-7.34,2.581
+ C-2010.74-362.22-2010.93-361.926-2011.228-361.821z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2011.228-361.821l-1.853,0.652l0.772,2.192l9.901-3.479
+ c0.365-0.128,0.657-0.247,0.65-0.263l-0.928-2.644c-0.007-0.016-0.308,0.074-0.673,0.204l-7.34,2.581
+ C-2010.74-362.22-2010.93-361.926-2011.228-361.821z"/>
+
+ <rect x="-2017.2" y="-362.442" transform="matrix(-0.3313 -0.9435 0.9435 -0.3313 -2345.3291 -2379.9822)" opacity="0.4" fill="#FFF7B8" width="2.326" height="7.088"/>
+
+ <rect x="-2017.2" y="-362.442" transform="matrix(-0.3313 -0.9435 0.9435 -0.3313 -2345.3291 -2379.9822)" opacity="0.4" fill="#FFF7B8" width="2.326" height="7.088"/>
+
+ <rect x="-2017.2" y="-362.442" transform="matrix(-0.3313 -0.9435 0.9435 -0.3313 -2345.3291 -2379.9822)" opacity="0.5" fill="#D1E3B6" width="2.326" height="7.088"/>
+
+ <rect x="-2017.2" y="-362.442" transform="matrix(-0.3313 -0.9435 0.9435 -0.3313 -2345.3291 -2379.9822)" opacity="0.4" fill="#FFF7B8" width="2.326" height="7.088"/>
+
+ <rect x="-2090.921" y="-338.249" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -5.9944 -708.7623)" opacity="0.4" fill="#FFF7B8" width="22.503" height="2.863"/>
+
+ <rect x="-2090.921" y="-338.249" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -5.9944 -708.7623)" opacity="0.4" fill="#FFF7B8" width="22.503" height="2.863"/>
+
+ <rect x="-2090.921" y="-338.249" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -5.9944 -708.7623)" opacity="0.4" fill="#FFF7B8" width="22.503" height="2.863"/>
+
+ <rect x="-2090.921" y="-338.249" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -5.9944 -708.7623)" opacity="0.4" fill="#FFF7B8" width="22.503" height="2.863"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2034.354-354.263l-5.862,2.061l0.18,0.508c0.162,0.465-0.082,0.976-0.547,1.139
+ l-1.011,0.355l0.476,1.351l22.124-7.776l-0.771-2.194l-13.701,4.815C-2033.764-353.899-2034.097-354.011-2034.354-354.263z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2034.354-354.263l-5.862,2.061l0.18,0.508c0.162,0.465-0.082,0.976-0.547,1.139
+ l-1.011,0.355l0.476,1.351l22.124-7.776l-0.771-2.194l-13.701,4.815C-2033.764-353.899-2034.097-354.011-2034.354-354.263z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2034.354-354.263l-5.862,2.061l0.18,0.508c0.162,0.465-0.082,0.976-0.547,1.139
+ l-1.011,0.355l0.476,1.351l22.124-7.776l-0.771-2.194l-13.701,4.815C-2033.764-353.899-2034.097-354.011-2034.354-354.263z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2034.354-354.263l-5.862,2.061l0.18,0.508c0.162,0.465-0.082,0.976-0.547,1.139
+ l-1.011,0.355l0.476,1.351l22.124-7.776l-0.771-2.194l-13.701,4.815C-2033.764-353.899-2034.097-354.011-2034.354-354.263z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2034.354-354.263l-5.862,2.061l0.18,0.508c0.162,0.465-0.082,0.976-0.547,1.139
+ l-1.011,0.355l0.476,1.351l22.124-7.776l-0.771-2.194l-13.701,4.815C-2033.764-353.899-2034.097-354.011-2034.354-354.263z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2041.594-350.2l1.011-0.355c0.465-0.163,0.709-0.674,0.547-1.139l-0.18-0.508l-1.854,0.65
+ L-2041.594-350.2z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2041.594-350.2l1.011-0.355c0.465-0.163,0.709-0.674,0.547-1.139l-0.18-0.508l-1.854,0.65
+ L-2041.594-350.2z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2041.594-350.2l1.011-0.355c0.465-0.163,0.709-0.674,0.547-1.139l-0.18-0.508l-1.854,0.65
+ L-2041.594-350.2z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2041.594-350.2l1.011-0.355c0.465-0.163,0.709-0.674,0.547-1.139l-0.18-0.508l-1.854,0.65
+ L-2041.594-350.2z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2041.594-350.2l1.011-0.355c0.465-0.163,0.709-0.674,0.547-1.139l-0.18-0.508l-1.854,0.65
+ L-2041.594-350.2z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2041.594-350.2l1.011-0.355c0.465-0.163,0.709-0.674,0.547-1.139l-0.18-0.508l-1.854,0.65
+ L-2041.594-350.2z"/>
+
+ <rect x="-2045.001" y="-349.619" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 -4086.3853 -0.7849)" opacity="0.4" fill="#FFF7B8" width="3.75" height="1.432"/>
+
+ <rect x="-2045.001" y="-349.619" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 -4086.3853 -0.7849)" opacity="0.4" fill="#FFF7B8" width="3.75" height="1.432"/>
+
+ <rect x="-2045.001" y="-349.619" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 -4086.3853 -0.7849)" opacity="0.5" fill="#D1E3B6" width="3.75" height="1.432"/>
+
+ <rect x="-2045.001" y="-349.619" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 -4086.3853 -0.7849)" opacity="0.2" fill="#FFF5A2" width="3.75" height="1.432"/>
+
+ <rect x="-2045.001" y="-349.619" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 -4086.3853 -0.7849)" opacity="0.4" fill="#FFF5A2" width="3.75" height="1.432"/>
+
+ <rect x="-2045.001" y="-349.619" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 -4086.3853 -0.7849)" opacity="0.4" fill="#FFF7B8" width="3.75" height="1.432"/>
+
+ <rect x="-2044.316" y="-352.129" transform="matrix(-0.3305 -0.9438 0.9438 -0.3305 -2388.4421 -2394.7744)" opacity="0.4" fill="#FFF7B8" width="1.433" height="3.75"/>
+
+ <rect x="-2044.316" y="-352.129" transform="matrix(-0.3305 -0.9438 0.9438 -0.3305 -2388.4421 -2394.7744)" opacity="0.4" fill="#FFF7B8" width="1.433" height="3.75"/>
+
+ <rect x="-2044.316" y="-352.129" transform="matrix(-0.3305 -0.9438 0.9438 -0.3305 -2388.4421 -2394.7744)" opacity="0.5" fill="#D1E3B6" width="1.433" height="3.75"/>
+
+ <rect x="-2044.316" y="-352.129" transform="matrix(-0.3305 -0.9438 0.9438 -0.3305 -2388.4421 -2394.7744)" opacity="0.4" fill="#FFF7B8" width="1.433" height="3.75"/>
+
+ <rect x="-2044.316" y="-352.129" transform="matrix(-0.3305 -0.9438 0.9438 -0.3305 -2388.4421 -2394.7744)" opacity="0.2" fill="#FFF5A2" width="1.433" height="3.75"/>
+
+ <rect x="-2044.316" y="-352.129" transform="matrix(-0.3305 -0.9438 0.9438 -0.3305 -2388.4421 -2394.7744)" opacity="0.4" fill="#FFF5A2" width="1.433" height="3.75"/>
+
+ <rect x="-2044.316" y="-352.129" transform="matrix(-0.3305 -0.9438 0.9438 -0.3305 -2388.4421 -2394.7744)" opacity="0.4" fill="#FFF7B8" width="1.433" height="3.75"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2054.735-345.582l-3.368,1.186c-0.467,0.163-0.976-0.081-1.14-0.548l-0.179-0.507
+ l-7.413,2.605l0.948,2.702l11.625-4.087L-2054.735-345.582z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2054.735-345.582l-3.368,1.186c-0.467,0.163-0.976-0.081-1.14-0.548l-0.179-0.507
+ l-7.413,2.605l0.948,2.702l11.625-4.087L-2054.735-345.582z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2054.735-345.582l-3.368,1.186c-0.467,0.163-0.976-0.081-1.14-0.548l-0.179-0.507
+ l-7.413,2.605l0.948,2.702l11.625-4.087L-2054.735-345.582z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2054.735-345.582l-3.368,1.186c-0.467,0.163-0.976-0.081-1.14-0.548l-0.179-0.507
+ l-7.413,2.605l0.948,2.702l11.625-4.087L-2054.735-345.582z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2059.422-345.451l0.179,0.507c0.164,0.467,0.673,0.711,1.14,0.548l3.368-1.186
+ l-0.475-1.351L-2059.422-345.451z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2059.422-345.451l0.179,0.507c0.164,0.467,0.673,0.711,1.14,0.548l3.368-1.186
+ l-0.475-1.351L-2059.422-345.451z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2059.422-345.451l0.179,0.507c0.164,0.467,0.673,0.711,1.14,0.548l3.368-1.186
+ l-0.475-1.351L-2059.422-345.451z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2059.422-345.451l0.179,0.507c0.164,0.467,0.673,0.711,1.14,0.548l3.368-1.186
+ l-0.475-1.351L-2059.422-345.451z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2059.422-345.451l0.179,0.507c0.164,0.467,0.673,0.711,1.14,0.548l3.368-1.186
+ l-0.475-1.351L-2059.422-345.451z"/>
+
+ <rect x="-2069.141" y="-342.45" transform="matrix(-0.3309 -0.9437 0.9437 -0.3309 -2430.1292 -2405.0864)" opacity="0.4" fill="#FFF7B8" width="2.866" height="2.857"/>
+
+ <rect x="-2069.141" y="-342.45" transform="matrix(-0.3309 -0.9437 0.9437 -0.3309 -2430.1292 -2405.0864)" opacity="0.4" fill="#FFF7B8" width="2.866" height="2.857"/>
+
+ <rect x="-2069.141" y="-342.45" transform="matrix(-0.3309 -0.9437 0.9437 -0.3309 -2430.1292 -2405.0864)" opacity="0.4" fill="#FFF7B8" width="2.866" height="2.857"/>
+
+ <rect x="-2069.141" y="-342.45" transform="matrix(-0.3309 -0.9437 0.9437 -0.3309 -2430.1292 -2405.0864)" opacity="0.4" fill="#FFF7B8" width="2.866" height="2.857"/>
+
+ <rect x="-2069.141" y="-342.45" transform="matrix(-0.3309 -0.9437 0.9437 -0.3309 -2430.1292 -2405.0864)" opacity="0.4" fill="#FFF7B8" width="2.866" height="2.857"/>
+
+ <rect x="-2054.66" y="-346.57" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -1.3938 -699.8771)" opacity="0.4" fill="#FFF7B8" width="5.714" height="1.432"/>
+
+ <rect x="-2054.66" y="-346.57" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -1.3938 -699.8771)" opacity="0.4" fill="#FFF7B8" width="5.714" height="1.432"/>
+
+ <rect x="-2054.66" y="-346.57" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -1.3938 -699.8771)" opacity="0.4" fill="#FFF5A2" width="5.714" height="1.432"/>
+
+ <rect x="-2054.66" y="-346.57" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -1.3938 -699.8771)" opacity="0.4" fill="#FFF7B8" width="5.714" height="1.432"/>
+
+ <rect x="-2054.66" y="-346.57" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -1.3938 -699.8771)" opacity="0.4" fill="#FFF7B8" width="5.714" height="1.432"/>
+
+ <rect x="-2055.134" y="-347.92" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -0.9526 -699.9944)" opacity="0.4" fill="#FFF7B8" width="5.715" height="1.432"/>
+
+ <rect x="-2055.134" y="-347.92" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -0.9526 -699.9944)" opacity="0.4" fill="#FFF7B8" width="5.715" height="1.432"/>
+
+ <rect x="-2055.134" y="-347.92" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -0.9526 -699.9944)" opacity="0.4" fill="#FFF7B8" width="5.715" height="1.432"/>
+
+ <rect x="-2055.134" y="-347.92" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -0.9526 -699.9944)" opacity="0.4" fill="#FFF5A2" width="5.715" height="1.432"/>
+
+ <rect x="-2055.134" y="-347.92" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -0.9526 -699.9944)" opacity="0.4" fill="#FFF7B8" width="5.715" height="1.432"/>
+
+ <rect x="-2055.134" y="-347.92" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -0.9526 -699.9944)" opacity="0.4" fill="#FFF7B8" width="5.715" height="1.432"/>
+
+ <rect x="-2049.233" y="-348.257" transform="matrix(0.9435 -0.3313 0.3313 0.9435 -0.4794 -697.8938)" opacity="0.4" fill="#FFF7B8" width="4.465" height="1.432"/>
+
+ <rect x="-2049.233" y="-348.257" transform="matrix(0.9435 -0.3313 0.3313 0.9435 -0.4794 -697.8938)" opacity="0.4" fill="#FFF7B8" width="4.465" height="1.432"/>
+
+ <rect x="-2049.233" y="-348.257" transform="matrix(0.9435 -0.3313 0.3313 0.9435 -0.4794 -697.8938)" opacity="0.2" fill="#FFF5A2" width="4.465" height="1.432"/>
+
+ <rect x="-2049.233" y="-348.257" transform="matrix(0.9435 -0.3313 0.3313 0.9435 -0.4794 -697.8938)" opacity="0.4" fill="#FFF5A2" width="4.465" height="1.432"/>
+
+ <rect x="-2049.233" y="-348.257" transform="matrix(0.9435 -0.3313 0.3313 0.9435 -0.4794 -697.8938)" opacity="0.4" fill="#FFF7B8" width="4.465" height="1.432"/>
+
+ <rect x="-2049.233" y="-348.257" transform="matrix(0.9435 -0.3313 0.3313 0.9435 -0.4794 -697.8938)" opacity="0.4" fill="#FFF7B8" width="4.465" height="1.432"/>
+
+ <rect x="-2049.708" y="-349.608" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -0.2025 -698.9721)" opacity="0.4" fill="#FFF7B8" width="4.466" height="1.431"/>
+
+ <rect x="-2049.708" y="-349.608" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -0.2025 -698.9721)" opacity="0.4" fill="#FFF7B8" width="4.466" height="1.431"/>
+
+ <rect x="-2049.708" y="-349.608" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -0.2025 -698.9721)" opacity="0.4" fill="#FFF7B8" width="4.466" height="1.431"/>
+
+ <rect x="-2049.708" y="-349.608" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -0.2025 -698.9721)" opacity="0.2" fill="#FFF5A2" width="4.466" height="1.431"/>
+
+ <rect x="-2049.708" y="-349.608" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -0.2025 -698.9721)" opacity="0.4" fill="#FFF5A2" width="4.466" height="1.431"/>
+
+ <rect x="-2049.708" y="-349.608" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -0.2025 -698.9721)" opacity="0.4" fill="#FFF7B8" width="4.466" height="1.431"/>
+
+ <rect x="-2049.708" y="-349.608" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -0.2025 -698.9721)" opacity="0.4" fill="#FFF7B8" width="4.466" height="1.431"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2013.081-361.169l1.853-0.652c0.298-0.104,0.488-0.398,0.531-0.756l-2.563,0.899
+ L-2013.081-361.169z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2013.081-361.169l1.853-0.652c0.298-0.104,0.488-0.398,0.531-0.756l-2.563,0.899
+ L-2013.081-361.169z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2013.081-361.169l1.853-0.652c0.298-0.104,0.488-0.398,0.531-0.756l-2.563,0.899
+ L-2013.081-361.169z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2013.081-361.169l1.853-0.652c0.298-0.104,0.488-0.398,0.531-0.756l-2.563,0.899
+ L-2013.081-361.169z"/>
+
+ <rect x="-2020.056" y="-360.519" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 -4038.4302 -31.6839)" opacity="0.4" fill="#FFF7B8" width="7.085" height="0.54"/>
+
+ <rect x="-2020.056" y="-360.519" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 -4038.4302 -31.6839)" opacity="0.4" fill="#FFF7B8" width="7.085" height="0.54"/>
+
+ <rect x="-2020.056" y="-360.519" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 -4038.4302 -31.6839)" opacity="0.5" fill="#D1E3B6" width="7.085" height="0.54"/>
+
+ <rect x="-2020.056" y="-360.519" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 -4038.4302 -31.6839)" opacity="0.4" fill="#FFF7B8" width="7.085" height="0.54"/>
+
+ <rect x="-2020.056" y="-360.519" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 -4038.4302 -31.6839)" opacity="0.4" fill="#FFF7B8" width="7.085" height="0.54"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2034.354-354.263c0.257,0.252,0.59,0.363,0.888,0.258l13.701-4.815l-0.18-0.507
+ L-2034.354-354.263z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2034.354-354.263c0.257,0.252,0.59,0.363,0.888,0.258l13.701-4.815l-0.18-0.507
+ L-2034.354-354.263z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2034.354-354.263c0.257,0.252,0.59,0.363,0.888,0.258l13.701-4.815l-0.18-0.507
+ L-2034.354-354.263z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2034.354-354.263c0.257,0.252,0.59,0.363,0.888,0.258l13.701-4.815l-0.18-0.507
+ L-2034.354-354.263z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2034.354-354.263c0.257,0.252,0.59,0.363,0.888,0.258l13.701-4.815l-0.18-0.507
+ L-2034.354-354.263z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2034.354-354.263c0.257,0.252,0.59,0.363,0.888,0.258l13.701-4.815l-0.18-0.507
+ L-2034.354-354.263z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2002.847-374.421c0.311-0.109,0.636,0.014,0.729,0.276l0.152,0.436l6.234-2.191
+ l-0.64-1.817l-17.354,6.1l0.32,0.908L-2002.847-374.421z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2002.847-374.421c0.311-0.109,0.636,0.014,0.729,0.276l0.152,0.436l6.234-2.191
+ l-0.64-1.817l-17.354,6.1l0.32,0.908L-2002.847-374.421z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2002.847-374.421c0.311-0.109,0.636,0.014,0.729,0.276l0.152,0.436l6.234-2.191
+ l-0.64-1.817l-17.354,6.1l0.32,0.908L-2002.847-374.421z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2001.967-373.709l-0.152-0.436c-0.093-0.263-0.418-0.386-0.729-0.276l-10.558,3.711
+ l0.317,0.91L-2001.967-373.709z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2001.967-373.709l-0.152-0.436c-0.093-0.263-0.418-0.386-0.729-0.276l-10.558,3.711
+ l0.317,0.91L-2001.967-373.709z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2001.967-373.709l-0.152-0.436c-0.093-0.263-0.418-0.386-0.729-0.276l-10.558,3.711
+ l0.317,0.91L-2001.967-373.709z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2001.967-373.709l-0.152-0.436c-0.093-0.263-0.418-0.386-0.729-0.276l-10.558,3.711
+ l0.317,0.91L-2001.967-373.709z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2077.795-349.097c-0.432,0.15-0.775,0.281-0.772,0.293l0.626,1.778
+ c0.003,0.01,0.354-0.103,0.784-0.253l5.104-1.795l-0.64-1.818L-2077.795-349.097z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2077.795-349.097c-0.432,0.15-0.775,0.281-0.772,0.293l0.626,1.778
+ c0.003,0.01,0.354-0.103,0.784-0.253l5.104-1.795l-0.64-1.818L-2077.795-349.097z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2077.795-349.097c-0.432,0.15-0.775,0.281-0.772,0.293l0.626,1.778
+ c0.003,0.01,0.354-0.103,0.784-0.253l5.104-1.795l-0.64-1.818L-2077.795-349.097z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2077.795-349.097c-0.432,0.15-0.775,0.281-0.772,0.293l0.626,1.778
+ c0.003,0.01,0.354-0.103,0.784-0.253l5.104-1.795l-0.64-1.818L-2077.795-349.097z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2077.795-349.097c-0.432,0.15-0.775,0.281-0.772,0.293l0.626,1.778
+ c0.003,0.01,0.354-0.103,0.784-0.253l5.104-1.795l-0.64-1.818L-2077.795-349.097z"/>
+
+ <rect x="-2042.951" y="-360.626" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 -4083.9448 -24.1164)" opacity="0.4" fill="#FFF7B8" width="6.072" height="0.248"/>
+
+ <rect x="-2042.951" y="-360.626" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 -4083.9448 -24.1164)" opacity="0.4" fill="#FFF7B8" width="6.072" height="0.248"/>
+
+ <rect x="-2042.951" y="-360.626" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 -4083.9448 -24.1164)" opacity="0.4" fill="#FFF7B8" width="6.072" height="0.248"/>
+
+ <rect x="-2042.951" y="-360.626" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 -4083.9448 -24.1164)" opacity="0.5" fill="#D1E3B6" width="6.072" height="0.248"/>
+
+ <rect x="-2042.951" y="-360.626" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 -4083.9448 -24.1164)" opacity="0.2" fill="#FFF5A2" width="6.072" height="0.248"/>
+
+ <rect x="-2042.951" y="-360.626" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 -4083.9448 -24.1164)" opacity="0.4" fill="#FFF7B8" width="6.072" height="0.248"/>
+
+ <rect x="-2048.33" y="-358.672" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 -4094.1016 -18.4826)" opacity="0.4" fill="#FFF7B8" width="5.713" height="0.248"/>
+
+ <rect x="-2048.33" y="-358.672" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 -4094.1016 -18.4826)" opacity="0.4" fill="#FFF7B8" width="5.713" height="0.248"/>
+
+ <rect x="-2048.33" y="-358.672" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 -4094.1016 -18.4826)" opacity="0.4" fill="#FFF7B8" width="5.713" height="0.248"/>
+
+ <rect x="-2048.33" y="-358.672" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 -4094.1016 -18.4826)" opacity="0.5" fill="#D1E3B6" width="5.713" height="0.248"/>
+
+ <rect x="-2048.33" y="-358.672" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 -4094.1016 -18.4826)" opacity="0.4" fill="#FFF7B8" width="5.713" height="0.248"/>
+
+ <rect x="-2048.33" y="-358.672" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 -4094.1016 -18.4826)" opacity="0.2" fill="#FFF5A2" width="5.713" height="0.248"/>
+
+ <rect x="-2048.33" y="-358.672" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 -4094.1016 -18.4826)" opacity="0.4" fill="#FFF7B8" width="5.713" height="0.248"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-1984.249-380.391l0.143,0.404l11.285-3.968c-0.293-0.58-0.595-1.157-0.904-1.725
+ l-11.021,3.874L-1984.249-380.391z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-1984.249-380.391l0.143,0.404l11.285-3.968c-0.293-0.58-0.595-1.157-0.904-1.725
+ l-11.021,3.874L-1984.249-380.391z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-1984.107-379.986l-0.143-0.404c0.053,0.147,0.059,0.298,0.035,0.442L-1984.107-379.986z"
+ />
+ <path opacity="0.4" fill="#FFF7B8" d="M-1984.107-379.986l-0.143-0.404c0.053,0.147,0.059,0.298,0.035,0.442L-1984.107-379.986z"
+ />
+ <path opacity="0.4" fill="#FFF7B8" d="M-1984.107-379.986l-0.143-0.404c0.053,0.147,0.059,0.298,0.035,0.442L-1984.107-379.986z"
+ />
+ <path opacity="0.4" fill="#FFF7B8" d="M-1984.214-379.948c0.023-0.145,0.018-0.295-0.035-0.442l-0.498-1.414l-11.625,4.087
+ l0.64,1.817L-1984.214-379.948z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-1984.214-379.948c0.023-0.145,0.018-0.295-0.035-0.442l-0.498-1.414l-11.625,4.087
+ l0.64,1.817L-1984.214-379.948z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-1984.214-379.948c0.023-0.145,0.018-0.295-0.035-0.442l-0.498-1.414l-11.625,4.087
+ l0.64,1.817L-1984.214-379.948z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-1984.214-379.948c0.023-0.145,0.018-0.295-0.035-0.442l-0.498-1.414l-11.625,4.087
+ l0.64,1.817L-1984.214-379.948z"/>
+
+ <rect x="-2040.834" y="-364.784" transform="matrix(0.3326 0.9431 -0.9431 0.3326 -1702.8667 1682.7583)" opacity="0.4" fill="#FFF7B8" width="0.963" height="6.073"/>
+
+ <rect x="-2040.834" y="-364.784" transform="matrix(0.3326 0.9431 -0.9431 0.3326 -1702.8667 1682.7583)" opacity="0.4" fill="#FFF7B8" width="0.963" height="6.073"/>
+
+ <rect x="-2040.834" y="-364.784" transform="matrix(0.3326 0.9431 -0.9431 0.3326 -1702.8667 1682.7583)" opacity="0.4" fill="#FFF7B8" width="0.963" height="6.073"/>
+
+ <rect x="-2040.834" y="-364.784" transform="matrix(0.3326 0.9431 -0.9431 0.3326 -1702.8667 1682.7583)" opacity="0.2" fill="#FFF5A2" width="0.963" height="6.073"/>
+
+ <rect x="-2040.834" y="-364.784" transform="matrix(0.3326 0.9431 -0.9431 0.3326 -1702.8667 1682.7583)" opacity="0.4" fill="#FFF7B8" width="0.963" height="6.073"/>
+
+ <rect x="-2040.834" y="-364.784" transform="matrix(0.3326 0.9431 -0.9431 0.3326 -1702.8667 1682.7583)" opacity="0.4" fill="#FFF7B8" width="0.963" height="6.073"/>
+
+ <rect x="-2040.432" y="-363.992" transform="matrix(-0.3334 -0.9428 0.9428 -0.3334 -2379.9141 -2404.6548)" opacity="0.4" fill="#FFF7B8" width="0.715" height="6.072"/>
+
+ <rect x="-2040.432" y="-363.992" transform="matrix(-0.3334 -0.9428 0.9428 -0.3334 -2379.9141 -2404.6548)" opacity="0.4" fill="#FFF7B8" width="0.715" height="6.072"/>
+
+ <rect x="-2040.432" y="-363.992" transform="matrix(-0.3334 -0.9428 0.9428 -0.3334 -2379.9141 -2404.6548)" opacity="0.4" fill="#FFF7B8" width="0.715" height="6.072"/>
+
+ <rect x="-2040.432" y="-363.992" transform="matrix(-0.3334 -0.9428 0.9428 -0.3334 -2379.9141 -2404.6548)" opacity="0.5" fill="#D1E3B6" width="0.715" height="6.072"/>
+
+ <rect x="-2040.432" y="-363.992" transform="matrix(-0.3334 -0.9428 0.9428 -0.3334 -2379.9141 -2404.6548)" opacity="0.2" fill="#FFF5A2" width="0.715" height="6.072"/>
+
+ <rect x="-2040.432" y="-363.992" transform="matrix(-0.3334 -0.9428 0.9428 -0.3334 -2379.9141 -2404.6548)" opacity="0.4" fill="#FFF7B8" width="0.715" height="6.072"/>
+
+ <rect x="-2040.432" y="-363.992" transform="matrix(-0.3334 -0.9428 0.9428 -0.3334 -2379.9141 -2404.6548)" opacity="0.4" fill="#FFF7B8" width="0.715" height="6.072"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2048.282-357.919c-0.093-0.262,0.085-0.561,0.394-0.67l4.83-1.697l-0.319-0.909
+ l-5.392,1.895L-2048.282-357.919z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2048.282-357.919c-0.093-0.262,0.085-0.561,0.394-0.67l4.83-1.697l-0.319-0.909
+ l-5.392,1.895L-2048.282-357.919z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2048.282-357.919c-0.093-0.262,0.085-0.561,0.394-0.67l4.83-1.697l-0.319-0.909
+ l-5.392,1.895L-2048.282-357.919z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2048.282-357.919c-0.093-0.262,0.085-0.561,0.394-0.67l4.83-1.697l-0.319-0.909
+ l-5.392,1.895L-2048.282-357.919z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2048.282-357.919c-0.093-0.262,0.085-0.561,0.394-0.67l4.83-1.697l-0.319-0.909
+ l-5.392,1.895L-2048.282-357.919z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2048.282-357.919c-0.093-0.262,0.085-0.561,0.394-0.67l4.83-1.697l-0.319-0.909
+ l-5.392,1.895L-2048.282-357.919z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2048.282-357.919c-0.093-0.262,0.085-0.561,0.394-0.67l4.83-1.697l-0.319-0.909
+ l-5.392,1.895L-2048.282-357.919z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2048.212-357.718l5.392-1.895l-0.238-0.674l-4.83,1.697
+ c-0.309,0.109-0.486,0.408-0.394,0.67l0.011,0.031L-2048.212-357.718z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2048.212-357.718l5.392-1.895l-0.238-0.674l-4.83,1.697
+ c-0.309,0.109-0.486,0.408-0.394,0.67l0.011,0.031L-2048.212-357.718z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2048.212-357.718l5.392-1.895l-0.238-0.674l-4.83,1.697
+ c-0.309,0.109-0.486,0.408-0.394,0.67l0.011,0.031L-2048.212-357.718z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2048.212-357.718l5.392-1.895l-0.238-0.674l-4.83,1.697
+ c-0.309,0.109-0.486,0.408-0.394,0.67l0.011,0.031L-2048.212-357.718z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2048.212-357.718l5.392-1.895l-0.238-0.674l-4.83,1.697
+ c-0.309,0.109-0.486,0.408-0.394,0.67l0.011,0.031L-2048.212-357.718z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2048.212-357.718l5.392-1.895l-0.238-0.674l-4.83,1.697
+ c-0.309,0.109-0.486,0.408-0.394,0.67l0.011,0.031L-2048.212-357.718z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2048.212-357.718l5.392-1.895l-0.238-0.674l-4.83,1.697
+ c-0.309,0.109-0.486,0.408-0.394,0.67l0.011,0.031L-2048.212-357.718z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2048.212-357.718l5.392-1.895l-0.238-0.674l-4.83,1.697
+ c-0.309,0.109-0.486,0.408-0.394,0.67l0.011,0.031L-2048.212-357.718z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2069.499-350.425l0.142,0.404l0.107-0.038
+ C-2069.358-350.156-2069.448-350.278-2069.499-350.425z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2069.499-350.425l0.142,0.404l0.107-0.038
+ C-2069.358-350.156-2069.448-350.278-2069.499-350.425z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2069.499-350.425l0.142,0.404l0.107-0.038
+ C-2069.358-350.156-2069.448-350.278-2069.499-350.425z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2069.499-350.425l0.142,0.404l0.107-0.038
+ C-2069.358-350.156-2069.448-350.278-2069.499-350.425z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2069.499-350.425l0.142,0.404l0.107-0.038
+ C-2069.358-350.156-2069.448-350.278-2069.499-350.425z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2068.625-350.278l-0.638-1.818l-0.734,0.259l0.498,1.413
+ c0.051,0.146,0.141,0.269,0.249,0.366L-2068.625-350.278z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2068.625-350.278l-0.638-1.818l-0.734,0.259l0.498,1.413
+ c0.051,0.146,0.141,0.269,0.249,0.366L-2068.625-350.278z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2068.625-350.278l-0.638-1.818l-0.734,0.259l0.498,1.413
+ c0.051,0.146,0.141,0.269,0.249,0.366L-2068.625-350.278z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2068.625-350.278l-0.638-1.818l-0.734,0.259l0.498,1.413
+ c0.051,0.146,0.141,0.269,0.249,0.366L-2068.625-350.278z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2068.625-350.278l-0.638-1.818l-0.734,0.259l0.498,1.413
+ c0.051,0.146,0.141,0.269,0.249,0.366L-2068.625-350.278z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2068.625-350.278l-0.638-1.818l-0.734,0.259l0.498,1.413
+ c0.051,0.146,0.141,0.269,0.249,0.366L-2068.625-350.278z"/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="-2069.499,-350.425 -2069.997,-351.838 -2072.692,-350.892 -2072.052,-349.073
+ -2069.357,-350.021 "/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="-2069.499,-350.425 -2069.997,-351.838 -2072.692,-350.892 -2072.052,-349.073
+ -2069.357,-350.021 "/>
+ <polygon opacity="0.5" fill="#D1E3B6" points="-2069.499,-350.425 -2069.997,-351.838 -2072.692,-350.892 -2072.052,-349.073
+ -2069.357,-350.021 "/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="-2069.499,-350.425 -2069.997,-351.838 -2072.692,-350.892 -2072.052,-349.073
+ -2069.357,-350.021 "/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="-2069.499,-350.425 -2069.997,-351.838 -2072.692,-350.892 -2072.052,-349.073
+ -2069.357,-350.021 "/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="-2069.499,-350.425 -2069.997,-351.838 -2072.692,-350.892 -2072.052,-349.073
+ -2069.357,-350.021 "/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2048.23-357.714c0.014,0.091,0.008,0.182-0.006,0.269l0.108-0.038l-0.084-0.234
+ C-2048.218-357.716-2048.224-357.716-2048.23-357.714z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2048.23-357.714c0.014,0.091,0.008,0.182-0.006,0.269l0.108-0.038l-0.084-0.234
+ C-2048.218-357.716-2048.224-357.716-2048.23-357.714z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2048.23-357.714c0.014,0.091,0.008,0.182-0.006,0.269l0.108-0.038l-0.084-0.234
+ C-2048.218-357.716-2048.224-357.716-2048.23-357.714z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2048.23-357.714c0.014,0.091,0.008,0.182-0.006,0.269l0.108-0.038l-0.084-0.234
+ C-2048.218-357.716-2048.224-357.716-2048.23-357.714z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2048.23-357.714c0.014,0.091,0.008,0.182-0.006,0.269l0.108-0.038l-0.084-0.234
+ C-2048.218-357.716-2048.224-357.716-2048.23-357.714z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2048.23-357.714c0.014,0.091,0.008,0.182-0.006,0.269l0.108-0.038l-0.084-0.234
+ C-2048.218-357.716-2048.224-357.716-2048.23-357.714z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2048.23-357.714c0.014,0.091,0.008,0.182-0.006,0.269l0.108-0.038l-0.084-0.234
+ C-2048.218-357.716-2048.224-357.716-2048.23-357.714z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2049.352-358.265l-0.258-0.739l-3.37,1.184l0.64,1.818l4.104-1.443
+ c0.014-0.087,0.02-0.178,0.006-0.269C-2048.689-357.562-2049.189-357.804-2049.352-358.265z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2049.352-358.265l-0.258-0.739l-3.37,1.184l0.64,1.818l4.104-1.443
+ c0.014-0.087,0.02-0.178,0.006-0.269C-2048.689-357.562-2049.189-357.804-2049.352-358.265z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2049.352-358.265l-0.258-0.739l-3.37,1.184l0.64,1.818l4.104-1.443
+ c0.014-0.087,0.02-0.178,0.006-0.269C-2048.689-357.562-2049.189-357.804-2049.352-358.265z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2049.352-358.265l-0.258-0.739l-3.37,1.184l0.64,1.818l4.104-1.443
+ c0.014-0.087,0.02-0.178,0.006-0.269C-2048.689-357.562-2049.189-357.804-2049.352-358.265z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2049.352-358.265l-0.258-0.739l-3.37,1.184l0.64,1.818l4.104-1.443
+ c0.014-0.087,0.02-0.178,0.006-0.269C-2048.689-357.562-2049.189-357.804-2049.352-358.265z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2049.352-358.265l-0.258-0.739l-3.37,1.184l0.64,1.818l4.104-1.443
+ c0.014-0.087,0.02-0.178,0.006-0.269C-2048.689-357.562-2049.189-357.804-2049.352-358.265z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2049.352-358.265l-0.258-0.739l-3.37,1.184l0.64,1.818l4.104-1.443
+ c0.014-0.087,0.02-0.178,0.006-0.269C-2048.689-357.562-2049.189-357.804-2049.352-358.265z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2049.352-358.265l-0.258-0.739l-3.37,1.184l0.64,1.818l4.104-1.443
+ c0.014-0.087,0.02-0.178,0.006-0.269C-2048.689-357.562-2049.189-357.804-2049.352-358.265z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2048.271-357.888c0.021,0.059,0.033,0.117,0.041,0.174
+ c0.006-0.002,0.013-0.002,0.019-0.004L-2048.271-357.888z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2048.271-357.888c0.021,0.059,0.033,0.117,0.041,0.174
+ c0.006-0.002,0.013-0.002,0.019-0.004L-2048.271-357.888z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2048.271-357.888c0.021,0.059,0.033,0.117,0.041,0.174
+ c0.006-0.002,0.013-0.002,0.019-0.004L-2048.271-357.888z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2048.271-357.888c0.021,0.059,0.033,0.117,0.041,0.174
+ c0.006-0.002,0.013-0.002,0.019-0.004L-2048.271-357.888z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2048.271-357.888c0.021,0.059,0.033,0.117,0.041,0.174
+ c0.006-0.002,0.013-0.002,0.019-0.004L-2048.271-357.888z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2048.271-357.888c0.021,0.059,0.033,0.117,0.041,0.174
+ c0.006-0.002,0.013-0.002,0.019-0.004L-2048.271-357.888z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2048.271-357.888c0.021,0.059,0.033,0.117,0.041,0.174
+ c0.006-0.002,0.013-0.002,0.019-0.004L-2048.271-357.888z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2048.271-357.888c0.021,0.059,0.033,0.117,0.041,0.174
+ c0.006-0.002,0.013-0.002,0.019-0.004L-2048.271-357.888z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2049.352-358.265c0.163,0.461,0.663,0.703,1.122,0.551
+ c-0.008-0.057-0.021-0.115-0.041-0.174l-0.011-0.031l-0.487-1.382l-0.841,0.297L-2049.352-358.265z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2049.352-358.265c0.163,0.461,0.663,0.703,1.122,0.551
+ c-0.008-0.057-0.021-0.115-0.041-0.174l-0.011-0.031l-0.487-1.382l-0.841,0.297L-2049.352-358.265z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2049.352-358.265c0.163,0.461,0.663,0.703,1.122,0.551
+ c-0.008-0.057-0.021-0.115-0.041-0.174l-0.011-0.031l-0.487-1.382l-0.841,0.297L-2049.352-358.265z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2049.352-358.265c0.163,0.461,0.663,0.703,1.122,0.551
+ c-0.008-0.057-0.021-0.115-0.041-0.174l-0.011-0.031l-0.487-1.382l-0.841,0.297L-2049.352-358.265z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2049.352-358.265c0.163,0.461,0.663,0.703,1.122,0.551
+ c-0.008-0.057-0.021-0.115-0.041-0.174l-0.011-0.031l-0.487-1.382l-0.841,0.297L-2049.352-358.265z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2049.352-358.265c0.163,0.461,0.663,0.703,1.122,0.551
+ c-0.008-0.057-0.021-0.115-0.041-0.174l-0.011-0.031l-0.487-1.382l-0.841,0.297L-2049.352-358.265z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2049.352-358.265c0.163,0.461,0.663,0.703,1.122,0.551
+ c-0.008-0.057-0.021-0.115-0.041-0.174l-0.011-0.031l-0.487-1.382l-0.841,0.297L-2049.352-358.265z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2049.352-358.265c0.163,0.461,0.663,0.703,1.122,0.551
+ c-0.008-0.057-0.021-0.115-0.041-0.174l-0.011-0.031l-0.487-1.382l-0.841,0.297L-2049.352-358.265z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2049.352-358.265c0.163,0.461,0.663,0.703,1.122,0.551
+ c-0.008-0.057-0.021-0.115-0.041-0.174l-0.011-0.031l-0.487-1.382l-0.841,0.297L-2049.352-358.265z"/>
+
+ <rect x="-2016.343" y="-371.171" transform="matrix(-0.9433 0.3321 -0.3321 -0.9433 -4038.585 -51.2531)" opacity="0.4" fill="#FFF7B8" width="2.858" height="0.963"/>
+
+ <rect x="-2016.343" y="-371.171" transform="matrix(-0.9433 0.3321 -0.3321 -0.9433 -4038.585 -51.2531)" opacity="0.4" fill="#FFF7B8" width="2.858" height="0.963"/>
+
+ <rect x="-2016.343" y="-371.171" transform="matrix(-0.9433 0.3321 -0.3321 -0.9433 -4038.585 -51.2531)" opacity="0.4" fill="#FFF7B8" width="2.858" height="0.963"/>
+
+ <rect x="-2016.343" y="-371.171" transform="matrix(-0.9433 0.3321 -0.3321 -0.9433 -4038.585 -51.2531)" opacity="0.4" fill="#FFF7B8" width="2.858" height="0.963"/>
+
+ <rect x="-2023.145" y="-369.524" transform="matrix(-0.9434 0.3315 -0.3315 -0.9434 -4047.335 -47.6547)" opacity="0.4" fill="#FFF7B8" width="7.084" height="0.965"/>
+
+ <rect x="-2023.145" y="-369.524" transform="matrix(-0.9434 0.3315 -0.3315 -0.9434 -4047.335 -47.6547)" opacity="0.4" fill="#FFF7B8" width="7.084" height="0.965"/>
+
+ <rect x="-2023.145" y="-369.524" transform="matrix(-0.9434 0.3315 -0.3315 -0.9434 -4047.335 -47.6547)" opacity="0.4" fill="#FFF7B8" width="7.084" height="0.965"/>
+
+ <rect x="-2023.145" y="-369.524" transform="matrix(-0.9434 0.3315 -0.3315 -0.9434 -4047.335 -47.6547)" opacity="0.4" fill="#FFF7B8" width="7.084" height="0.965"/>
+
+ <rect x="-2023.145" y="-369.524" transform="matrix(-0.9434 0.3315 -0.3315 -0.9434 -4047.335 -47.6547)" opacity="0.4" fill="#FFF7B8" width="7.084" height="0.965"/>
+
+ <rect x="-2015.076" y="-371.21" transform="matrix(0.3293 0.9442 -0.9442 0.3293 -1700.4148 1654.2305)" opacity="0.4" fill="#FFF7B8" width="0.964" height="2.858"/>
+
+ <rect x="-2015.076" y="-371.21" transform="matrix(0.3293 0.9442 -0.9442 0.3293 -1700.4148 1654.2305)" opacity="0.4" fill="#FFF7B8" width="0.964" height="2.858"/>
+
+ <rect x="-2015.076" y="-371.21" transform="matrix(0.3293 0.9442 -0.9442 0.3293 -1700.4148 1654.2305)" opacity="0.5" fill="#D1E3B6" width="0.964" height="2.858"/>
+
+ <rect x="-2015.076" y="-371.21" transform="matrix(0.3293 0.9442 -0.9442 0.3293 -1700.4148 1654.2305)" opacity="0.4" fill="#FFF7B8" width="0.964" height="2.858"/>
+
+ <rect x="-2015.076" y="-371.21" transform="matrix(0.3293 0.9442 -0.9442 0.3293 -1700.4148 1654.2305)" opacity="0.4" fill="#FFF7B8" width="0.964" height="2.858"/>
+
+ <rect x="-2022.826" y="-368.614" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 -4046.4277 -46.0864)" opacity="0.4" fill="#FFF7B8" width="7.085" height="0.963"/>
+
+ <rect x="-2022.826" y="-368.614" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 -4046.4277 -46.0864)" opacity="0.4" fill="#FFF7B8" width="7.085" height="0.963"/>
+
+ <rect x="-2022.826" y="-368.614" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 -4046.4277 -46.0864)" opacity="0.4" fill="#FFF7B8" width="7.085" height="0.963"/>
+
+ <rect x="-2022.826" y="-368.614" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 -4046.4277 -46.0864)" opacity="0.5" fill="#D1E3B6" width="7.085" height="0.963"/>
+
+ <rect x="-2022.826" y="-368.614" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 -4046.4277 -46.0864)" opacity="0.4" fill="#FFF7B8" width="7.085" height="0.963"/>
+
+ <rect x="-2022.826" y="-368.614" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 -4046.4277 -46.0864)" opacity="0.4" fill="#FFF7B8" width="7.085" height="0.963"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2030.142-365.015c0.02,0.057,0.033,0.116,0.041,0.174l7.316-2.571l-0.32-0.908
+ l-7.299,2.565L-2030.142-365.015z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2030.142-365.015c0.02,0.057,0.033,0.116,0.041,0.174l7.316-2.571l-0.32-0.908
+ l-7.299,2.565L-2030.142-365.015z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2030.142-365.015c0.02,0.057,0.033,0.116,0.041,0.174l7.316-2.571l-0.32-0.908
+ l-7.299,2.565L-2030.142-365.015z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2030.142-365.015c0.02,0.057,0.033,0.116,0.041,0.174l7.316-2.571l-0.32-0.908
+ l-7.299,2.565L-2030.142-365.015z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2030.142-365.015c0.02,0.057,0.033,0.116,0.041,0.174l7.316-2.571l-0.32-0.908
+ l-7.299,2.565L-2030.142-365.015z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2030.142-365.015c0.02,0.057,0.033,0.116,0.041,0.174l7.316-2.571l-0.32-0.908
+ l-7.299,2.565L-2030.142-365.015z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2030.691-363.876l-6.4,2.25l0.082,0.234l14.544-5.112l-0.319-0.908l-7.316,2.571
+ C-2030.044-364.429-2030.283-364.019-2030.691-363.876z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2030.691-363.876l-6.4,2.25l0.082,0.234l14.544-5.112l-0.319-0.908l-7.316,2.571
+ C-2030.044-364.429-2030.283-364.019-2030.691-363.876z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2030.691-363.876l-6.4,2.25l0.082,0.234l14.544-5.112l-0.319-0.908l-7.316,2.571
+ C-2030.044-364.429-2030.283-364.019-2030.691-363.876z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2030.691-363.876l-6.4,2.25l0.082,0.234l14.544-5.112l-0.319-0.908l-7.316,2.571
+ C-2030.044-364.429-2030.283-364.019-2030.691-363.876z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2030.691-363.876l-6.4,2.25l0.082,0.234l14.544-5.112l-0.319-0.908l-7.316,2.571
+ C-2030.044-364.429-2030.283-364.019-2030.691-363.876z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2030.691-363.876l-6.4,2.25l0.082,0.234l14.544-5.112l-0.319-0.908l-7.316,2.571
+ C-2030.044-364.429-2030.283-364.019-2030.691-363.876z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2030.691-363.876l-6.4,2.25l0.082,0.234l14.544-5.112l-0.319-0.908l-7.316,2.571
+ C-2030.044-364.429-2030.283-364.019-2030.691-363.876z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2030.101-364.841c-0.008-0.058-0.021-0.117-0.041-0.174l-0.262-0.74l-7.244,2.547
+ l0.32,0.908L-2030.101-364.841z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2030.101-364.841c-0.008-0.058-0.021-0.117-0.041-0.174l-0.262-0.74l-7.244,2.547
+ l0.32,0.908L-2030.101-364.841z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2030.101-364.841c-0.008-0.058-0.021-0.117-0.041-0.174l-0.262-0.74l-7.244,2.547
+ l0.32,0.908L-2030.101-364.841z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2030.101-364.841c-0.008-0.058-0.021-0.117-0.041-0.174l-0.262-0.74l-7.244,2.547
+ l0.32,0.908L-2030.101-364.841z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2030.101-364.841c-0.008-0.058-0.021-0.117-0.041-0.174l-0.262-0.74l-7.244,2.547
+ l0.32,0.908L-2030.101-364.841z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2030.101-364.841c-0.008-0.058-0.021-0.117-0.041-0.174l-0.262-0.74l-7.244,2.547
+ l0.32,0.908L-2030.101-364.841z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2030.101-364.841c-0.008-0.058-0.021-0.117-0.041-0.174l-0.262-0.74l-7.244,2.547
+ l0.32,0.908L-2030.101-364.841z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2037.092-361.626l6.4-2.25c0.408-0.143,0.647-0.553,0.59-0.965l-7.227,2.541
+ L-2037.092-361.626z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2037.092-361.626l6.4-2.25c0.408-0.143,0.647-0.553,0.59-0.965l-7.227,2.541
+ L-2037.092-361.626z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2037.092-361.626l6.4-2.25c0.408-0.143,0.647-0.553,0.59-0.965l-7.227,2.541
+ L-2037.092-361.626z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2037.092-361.626l6.4-2.25c0.408-0.143,0.647-0.553,0.59-0.965l-7.227,2.541
+ L-2037.092-361.626z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2037.092-361.626l6.4-2.25c0.408-0.143,0.647-0.553,0.59-0.965l-7.227,2.541
+ L-2037.092-361.626z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2037.092-361.626l6.4-2.25c0.408-0.143,0.647-0.553,0.59-0.965l-7.227,2.541
+ L-2037.092-361.626z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2037.092-361.626l6.4-2.25c0.408-0.143,0.647-0.553,0.59-0.965l-7.227,2.541
+ L-2037.092-361.626z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2037.092-361.626l6.4-2.25c0.408-0.143,0.647-0.553,0.59-0.965l-7.227,2.541
+ L-2037.092-361.626z"/>
+
+ <rect x="-2069.144" y="-353.325" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -0.0208 -704.8446)" opacity="0.4" fill="#FFF7B8" width="7.08" height="1.927"/>
+
+ <rect x="-2069.144" y="-353.325" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -0.0208 -704.8446)" opacity="0.4" fill="#FFF7B8" width="7.08" height="1.927"/>
+
+ <rect x="-2069.144" y="-353.325" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -0.0208 -704.8446)" opacity="0.4" fill="#FFF7B8" width="7.08" height="1.927"/>
+
+ <rect x="-2069.144" y="-353.325" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -0.0208 -704.8446)" opacity="0.5" fill="#D1E3B6" width="7.08" height="1.927"/>
+
+ <rect x="-2069.144" y="-353.325" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -0.0208 -704.8446)" opacity="0.4" fill="#FFF7B8" width="7.08" height="1.927"/>
+
+ <rect x="-2069.144" y="-353.325" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -0.0208 -704.8446)" opacity="0.2" fill="#FFF5A2" width="7.08" height="1.927"/>
+
+ <rect x="-2069.144" y="-353.325" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -0.0208 -704.8446)" opacity="0.4" fill="#FFF7B8" width="7.08" height="1.927"/>
+
+ <rect x="-2062.552" y="-356.187" transform="matrix(0.9434 -0.3317 0.3317 0.9434 1.3552 -702.5071)" opacity="0.4" fill="#FFF7B8" width="10.179" height="1.925"/>
+
+ <rect x="-2062.552" y="-356.187" transform="matrix(0.9434 -0.3317 0.3317 0.9434 1.3552 -702.5071)" opacity="0.4" fill="#FFF7B8" width="10.179" height="1.925"/>
+
+ <rect x="-2062.552" y="-356.187" transform="matrix(0.9434 -0.3317 0.3317 0.9434 1.3552 -702.5071)" opacity="0.4" fill="#FFF7B8" width="10.179" height="1.925"/>
+
+ <rect x="-2062.552" y="-356.187" transform="matrix(0.9434 -0.3317 0.3317 0.9434 1.3552 -702.5071)" opacity="0.5" fill="#D1E3B6" width="10.179" height="1.925"/>
+
+ <rect x="-2062.552" y="-356.187" transform="matrix(0.9434 -0.3317 0.3317 0.9434 1.3552 -702.5071)" opacity="0.4" fill="#FFF7B8" width="10.179" height="1.925"/>
+
+ <rect x="-2062.552" y="-356.187" transform="matrix(0.9434 -0.3317 0.3317 0.9434 1.3552 -702.5071)" opacity="0.4" fill="#FFF7B8" width="10.179" height="1.925"/>
+
+ <rect x="-2062.552" y="-356.187" transform="matrix(0.9434 -0.3317 0.3317 0.9434 1.3552 -702.5071)" opacity="0.2" fill="#FFF5A2" width="10.179" height="1.925"/>
+
+ <rect x="-2062.552" y="-356.187" transform="matrix(0.9434 -0.3317 0.3317 0.9434 1.3552 -702.5071)" opacity="0.4" fill="#FFF7B8" width="10.179" height="1.925"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2008.194-378.561c0.29-0.103,0.521-0.192,0.517-0.203l-0.656-1.868
+ c-0.004-0.014-0.241,0.061-0.529,0.162l-7.098,2.494l0.671,1.91L-2008.194-378.561z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2008.194-378.561c0.29-0.103,0.521-0.192,0.517-0.203l-0.656-1.868
+ c-0.004-0.014-0.241,0.061-0.529,0.162l-7.098,2.494l0.671,1.91L-2008.194-378.561z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2008.194-378.561c0.29-0.103,0.521-0.192,0.517-0.203l-0.656-1.868
+ c-0.004-0.014-0.241,0.061-0.529,0.162l-7.098,2.494l0.671,1.91L-2008.194-378.561z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2082.359-354.636c-0.289,0.102-0.52,0.191-0.515,0.205l0.655,1.867
+ c0.005,0.012,0.242-0.063,0.531-0.163l7.433-2.612l-0.673-1.909L-2082.359-354.636z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2082.359-354.636c-0.289,0.102-0.52,0.191-0.515,0.205l0.655,1.867
+ c0.005,0.012,0.242-0.063,0.531-0.163l7.433-2.612l-0.673-1.909L-2082.359-354.636z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2082.359-354.636c-0.289,0.102-0.52,0.191-0.515,0.205l0.655,1.867
+ c0.005,0.012,0.242-0.063,0.531-0.163l7.433-2.612l-0.673-1.909L-2082.359-354.636z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2082.359-354.636c-0.289,0.102-0.52,0.191-0.515,0.205l0.655,1.867
+ c0.005,0.012,0.242-0.063,0.531-0.163l7.433-2.612l-0.673-1.909L-2082.359-354.636z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2040.801-367.326c0.025,0.07,0.038,0.142,0.044,0.212l1.544-0.543l-0.671-1.909
+ l-1.516,0.533L-2040.801-367.326z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2040.801-367.326c0.025,0.07,0.038,0.142,0.044,0.212l1.544-0.543l-0.671-1.909
+ l-1.516,0.533L-2040.801-367.326z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2040.801-367.326c0.025,0.07,0.038,0.142,0.044,0.212l1.544-0.543l-0.671-1.909
+ l-1.516,0.533L-2040.801-367.326z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2040.801-367.326c0.025,0.07,0.038,0.142,0.044,0.212l1.544-0.543l-0.671-1.909
+ l-1.516,0.533L-2040.801-367.326z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2040.801-367.326c0.025,0.07,0.038,0.142,0.044,0.212l1.544-0.543l-0.671-1.909
+ l-1.516,0.533L-2040.801-367.326z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2040.801-367.326c0.025,0.07,0.038,0.142,0.044,0.212l1.544-0.543l-0.671-1.909
+ l-1.516,0.533L-2040.801-367.326z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2044.941-365.644l4.185-1.471c-0.006-0.07-0.019-0.142-0.044-0.212l-0.599-1.707
+ l-4.213,1.481L-2044.941-365.644z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2044.941-365.644l4.185-1.471c-0.006-0.07-0.019-0.142-0.044-0.212l-0.599-1.707
+ l-4.213,1.481L-2044.941-365.644z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2044.941-365.644l4.185-1.471c-0.006-0.07-0.019-0.142-0.044-0.212l-0.599-1.707
+ l-4.213,1.481L-2044.941-365.644z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2044.941-365.644l4.185-1.471c-0.006-0.07-0.019-0.142-0.044-0.212l-0.599-1.707
+ l-4.213,1.481L-2044.941-365.644z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2044.941-365.644l4.185-1.471c-0.006-0.07-0.019-0.142-0.044-0.212l-0.599-1.707
+ l-4.213,1.481L-2044.941-365.644z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2044.941-365.644l4.185-1.471c-0.006-0.07-0.019-0.142-0.044-0.212l-0.599-1.707
+ l-4.213,1.481L-2044.941-365.644z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2044.941-365.644l4.185-1.471c-0.006-0.07-0.019-0.142-0.044-0.212l-0.599-1.707
+ l-4.213,1.481L-2044.941-365.644z"/>
+
+ <rect x="-2048.984" y="-368.508" transform="matrix(0.3317 0.9434 -0.9434 0.3317 -1713.645 1687.668)" opacity="0.4" fill="#FFF7B8" width="2.023" height="5.715"/>
+
+ <rect x="-2048.984" y="-368.508" transform="matrix(0.3317 0.9434 -0.9434 0.3317 -1713.645 1687.668)" opacity="0.4" fill="#FFF7B8" width="2.023" height="5.715"/>
+
+ <rect x="-2048.984" y="-368.508" transform="matrix(0.3317 0.9434 -0.9434 0.3317 -1713.645 1687.668)" opacity="0.4" fill="#FFF7B8" width="2.023" height="5.715"/>
+
+ <rect x="-2048.984" y="-368.508" transform="matrix(0.3317 0.9434 -0.9434 0.3317 -1713.645 1687.668)" opacity="0.4" fill="#FFF7B8" width="2.023" height="5.715"/>
+
+ <rect x="-2048.984" y="-368.508" transform="matrix(0.3317 0.9434 -0.9434 0.3317 -1713.645 1687.668)" opacity="0.2" fill="#FFF5A2" width="2.023" height="5.715"/>
+
+ <rect x="-2048.984" y="-368.508" transform="matrix(0.3317 0.9434 -0.9434 0.3317 -1713.645 1687.668)" opacity="0.4" fill="#FFF7B8" width="2.023" height="5.715"/>
+
+ <rect x="-2048.984" y="-368.508" transform="matrix(0.3317 0.9434 -0.9434 0.3317 -1713.645 1687.668)" opacity="0.4" fill="#FFF7B8" width="2.023" height="5.715"/>
+
+ <rect x="-2048.984" y="-368.508" transform="matrix(0.3317 0.9434 -0.9434 0.3317 -1713.645 1687.668)" opacity="0.2" fill="#FFF5A2" width="2.023" height="5.715"/>
+
+ <rect x="-2074.672" y="-357.78" transform="matrix(0.9433 -0.3319 0.3319 0.9433 0.8987 -708.2723)" opacity="0.4" fill="#FFF7B8" width="2.857" height="2.024"/>
+
+ <rect x="-2074.672" y="-357.78" transform="matrix(0.9433 -0.3319 0.3319 0.9433 0.8987 -708.2723)" opacity="0.4" fill="#FFF7B8" width="2.857" height="2.024"/>
+
+ <rect x="-2074.672" y="-357.78" transform="matrix(0.9433 -0.3319 0.3319 0.9433 0.8987 -708.2723)" opacity="0.5" fill="#D1E3B6" width="2.857" height="2.024"/>
+
+ <rect x="-2074.672" y="-357.78" transform="matrix(0.9433 -0.3319 0.3319 0.9433 0.8987 -708.2723)" opacity="0.4" fill="#FFF7B8" width="2.857" height="2.024"/>
+
+ <rect x="-2074.672" y="-357.78" transform="matrix(0.9433 -0.3319 0.3319 0.9433 0.8987 -708.2723)" opacity="0.2" fill="#FFF5A2" width="2.857" height="2.024"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2071.454-358.332c-0.021-0.056,0.052-0.131,0.161-0.169l6.482-2.279l-0.008-0.021
+ l-7.414,2.605l0.672,1.909l0.733-0.257L-2071.454-358.332z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2071.454-358.332c-0.021-0.056,0.052-0.131,0.161-0.169l6.482-2.279l-0.008-0.021
+ l-7.414,2.605l0.672,1.909l0.733-0.257L-2071.454-358.332z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2071.454-358.332c-0.021-0.056,0.052-0.131,0.161-0.169l6.482-2.279l-0.008-0.021
+ l-7.414,2.605l0.672,1.909l0.733-0.257L-2071.454-358.332z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2071.454-358.332c-0.021-0.056,0.052-0.131,0.161-0.169l6.482-2.279l-0.008-0.021
+ l-7.414,2.605l0.672,1.909l0.733-0.257L-2071.454-358.332z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2071.454-358.332c-0.021-0.056,0.052-0.131,0.161-0.169l6.482-2.279l-0.008-0.021
+ l-7.414,2.605l0.672,1.909l0.733-0.257L-2071.454-358.332z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2071.454-358.332c-0.021-0.056,0.052-0.131,0.161-0.169l6.482-2.279l-0.008-0.021
+ l-7.414,2.605l0.672,1.909l0.733-0.257L-2071.454-358.332z"/>
+
+ <rect x="-2062.719" y="-363.764" transform="matrix(0.3417 0.9398 -0.9398 0.3417 -1697.5563 1700.5388)" opacity="0.4" fill="#FFF7B8" width="0.023" height="4.465"/>
+
+ <rect x="-2062.719" y="-363.764" transform="matrix(0.3417 0.9398 -0.9398 0.3417 -1697.5563 1700.5388)" opacity="0.4" fill="#FFF7B8" width="0.023" height="4.465"/>
+
+ <rect x="-2062.719" y="-363.764" transform="matrix(0.3417 0.9398 -0.9398 0.3417 -1697.5563 1700.5388)" opacity="0.4" fill="#FFF7B8" width="0.023" height="4.465"/>
+
+ <rect x="-2062.719" y="-363.764" transform="matrix(0.3417 0.9398 -0.9398 0.3417 -1697.5563 1700.5388)" opacity="0.5" fill="#D1E3B6" width="0.023" height="4.465"/>
+
+ <rect x="-2062.719" y="-363.764" transform="matrix(0.3417 0.9398 -0.9398 0.3417 -1697.5563 1700.5388)" opacity="0.4" fill="#FFF7B8" width="0.023" height="4.465"/>
+
+ <rect x="-2062.719" y="-363.764" transform="matrix(0.3417 0.9398 -0.9398 0.3417 -1697.5563 1700.5388)" opacity="0.4" fill="#FFF7B8" width="0.023" height="4.465"/>
+
+ <rect x="-2062.719" y="-363.764" transform="matrix(0.3417 0.9398 -0.9398 0.3417 -1697.5563 1700.5388)" opacity="0.2" fill="#FFF5A2" width="0.023" height="4.465"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2055.172-364.056l-0.043-0.123l-5.391,1.896l0.008,0.021l5.192-1.826
+ C-2055.297-364.126-2055.191-364.11-2055.172-364.056z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2055.172-364.056l-0.043-0.123l-5.391,1.896l0.008,0.021l5.192-1.826
+ C-2055.297-364.126-2055.191-364.11-2055.172-364.056z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2055.172-364.056l-0.043-0.123l-5.391,1.896l0.008,0.021l5.192-1.826
+ C-2055.297-364.126-2055.191-364.11-2055.172-364.056z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2055.172-364.056l-0.043-0.123l-5.391,1.896l0.008,0.021l5.192-1.826
+ C-2055.297-364.126-2055.191-364.11-2055.172-364.056z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2055.172-364.056l-0.043-0.123l-5.391,1.896l0.008,0.021l5.192-1.826
+ C-2055.297-364.126-2055.191-364.11-2055.172-364.056z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2055.172-364.056l-0.043-0.123l-5.391,1.896l0.008,0.021l5.192-1.826
+ C-2055.297-364.126-2055.191-364.11-2055.172-364.056z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2055.172-364.056l-0.043-0.123l-5.391,1.896l0.008,0.021l5.192-1.826
+ C-2055.297-364.126-2055.191-364.11-2055.172-364.056z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2055.172-364.056l-0.043-0.123l-5.391,1.896l0.008,0.021l5.192-1.826
+ C-2055.297-364.126-2055.191-364.11-2055.172-364.056z"/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="-2054.545,-362.269 -2051.174,-363.453 -2051.845,-365.362 -2055.215,-364.179
+ -2055.172,-364.056 "/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="-2054.545,-362.269 -2051.174,-363.453 -2051.845,-365.362 -2055.215,-364.179
+ -2055.172,-364.056 "/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="-2054.545,-362.269 -2051.174,-363.453 -2051.845,-365.362 -2055.215,-364.179
+ -2055.172,-364.056 "/>
+ <polygon opacity="0.5" fill="#D1E3B6" points="-2054.545,-362.269 -2051.174,-363.453 -2051.845,-365.362 -2055.215,-364.179
+ -2055.172,-364.056 "/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="-2054.545,-362.269 -2051.174,-363.453 -2051.845,-365.362 -2055.215,-364.179
+ -2055.172,-364.056 "/>
+ <polygon opacity="0.2" fill="#FFF5A2" points="-2054.545,-362.269 -2051.174,-363.453 -2051.845,-365.362 -2055.215,-364.179
+ -2055.172,-364.056 "/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="-2054.545,-362.269 -2051.174,-363.453 -2051.845,-365.362 -2055.215,-364.179
+ -2055.172,-364.056 "/>
+ <polygon opacity="0.4" fill="#FFF7B8" points="-2054.545,-362.269 -2051.174,-363.453 -2051.845,-365.362 -2055.215,-364.179
+ -2055.172,-364.056 "/>
+ <polygon opacity="0.2" fill="#FFF5A2" points="-2054.545,-362.269 -2051.174,-363.453 -2051.845,-365.362 -2055.215,-364.179
+ -2055.172,-364.056 "/>
+
+ <rect x="-2051.535" y="-365.567" transform="matrix(0.9438 -0.3306 0.3306 0.9438 5.176 -698.6823)" opacity="0.4" fill="#FFF7B8" width="0.892" height="2.024"/>
+
+ <rect x="-2051.535" y="-365.567" transform="matrix(0.9438 -0.3306 0.3306 0.9438 5.176 -698.6823)" opacity="0.4" fill="#FFF7B8" width="0.892" height="2.024"/>
+
+ <rect x="-2051.535" y="-365.567" transform="matrix(0.9438 -0.3306 0.3306 0.9438 5.176 -698.6823)" opacity="0.4" fill="#FFF7B8" width="0.892" height="2.024"/>
+
+ <rect x="-2051.535" y="-365.567" transform="matrix(0.9438 -0.3306 0.3306 0.9438 5.176 -698.6823)" opacity="0.5" fill="#D1E3B6" width="0.892" height="2.024"/>
+
+ <rect x="-2051.535" y="-365.567" transform="matrix(0.9438 -0.3306 0.3306 0.9438 5.176 -698.6823)" opacity="0.4" fill="#FFF7B8" width="0.892" height="2.024"/>
+
+ <rect x="-2051.535" y="-365.567" transform="matrix(0.9438 -0.3306 0.3306 0.9438 5.176 -698.6823)" opacity="0.2" fill="#FFF5A2" width="0.892" height="2.024"/>
+
+ <rect x="-2051.535" y="-365.567" transform="matrix(0.9438 -0.3306 0.3306 0.9438 5.176 -698.6823)" opacity="0.4" fill="#FFF7B8" width="0.892" height="2.024"/>
+
+ <rect x="-2051.535" y="-365.567" transform="matrix(0.9438 -0.3306 0.3306 0.9438 5.176 -698.6823)" opacity="0.4" fill="#FFF7B8" width="0.892" height="2.024"/>
+
+ <rect x="-2051.535" y="-365.567" transform="matrix(0.9438 -0.3306 0.3306 0.9438 5.176 -698.6823)" opacity="0.4" fill="#FFF7B8" width="0.892" height="2.024"/>
+
+ <rect x="-2051.535" y="-365.567" transform="matrix(0.9438 -0.3306 0.3306 0.9438 5.176 -698.6823)" opacity="0.2" fill="#FFF5A2" width="0.892" height="2.024"/>
+
+ <rect x="-2018.401" y="-377.559" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 -4044.699 -63.0287)" opacity="0.4" fill="#FFF7B8" width="2.857" height="2.025"/>
+
+ <rect x="-2018.401" y="-377.559" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 -4044.699 -63.0287)" opacity="0.4" fill="#FFF7B8" width="2.857" height="2.025"/>
+
+ <rect x="-2018.401" y="-377.559" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 -4044.699 -63.0287)" opacity="0.4" fill="#FFF7B8" width="2.857" height="2.025"/>
+
+ <rect x="-2018.401" y="-377.559" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 -4044.699 -63.0287)" opacity="0.2" fill="#FFF5A2" width="2.857" height="2.025"/>
+
+ <rect x="-2022.675" y="-378.442" transform="matrix(0.331 0.9436 -0.9436 0.331 -1706.3613 1656.9121)" opacity="0.4" fill="#FFF7B8" width="2.024" height="7.086"/>
+
+ <rect x="-2022.675" y="-378.442" transform="matrix(0.331 0.9436 -0.9436 0.331 -1706.3613 1656.9121)" opacity="0.4" fill="#FFF7B8" width="2.024" height="7.086"/>
+
+ <rect x="-2022.675" y="-378.442" transform="matrix(0.331 0.9436 -0.9436 0.331 -1706.3613 1656.9121)" opacity="0.4" fill="#FFF7B8" width="2.024" height="7.086"/>
+
+ <rect x="-2022.675" y="-378.442" transform="matrix(0.331 0.9436 -0.9436 0.331 -1706.3613 1656.9121)" opacity="0.4" fill="#FFF7B8" width="2.024" height="7.086"/>
+
+ <rect x="-2022.675" y="-378.442" transform="matrix(0.331 0.9436 -0.9436 0.331 -1706.3613 1656.9121)" opacity="0.2" fill="#FFF5A2" width="2.024" height="7.086"/>
+
+ <rect x="-2029.665" y="-376.309" transform="matrix(0.3324 0.9431 -0.9431 0.3324 -1705.6113 1664.6622)" opacity="0.4" fill="#FFF7B8" width="2.024" height="7.736"/>
+
+ <rect x="-2029.665" y="-376.309" transform="matrix(0.3324 0.9431 -0.9431 0.3324 -1705.6113 1664.6622)" opacity="0.4" fill="#FFF7B8" width="2.024" height="7.736"/>
+
+ <rect x="-2029.665" y="-376.309" transform="matrix(0.3324 0.9431 -0.9431 0.3324 -1705.6113 1664.6622)" opacity="0.4" fill="#FFF7B8" width="2.024" height="7.736"/>
+
+ <rect x="-2029.665" y="-376.309" transform="matrix(0.3324 0.9431 -0.9431 0.3324 -1705.6113 1664.6622)" opacity="0.2" fill="#FFF5A2" width="2.024" height="7.736"/>
+
+ <rect x="-2029.665" y="-376.309" transform="matrix(0.3324 0.9431 -0.9431 0.3324 -1705.6113 1664.6622)" opacity="0.4" fill="#FFF7B8" width="2.024" height="7.736"/>
+
+ <rect x="-2029.665" y="-376.309" transform="matrix(0.3324 0.9431 -0.9431 0.3324 -1705.6113 1664.6622)" opacity="0.2" fill="#FFF5A2" width="2.024" height="7.736"/>
+
+ <rect x="-2039.766" y="-370.896" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 -4079.3135 -43.7369)" opacity="0.4" fill="#FFF7B8" width="7.681" height="2.023"/>
+
+ <rect x="-2039.766" y="-370.896" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 -4079.3135 -43.7369)" opacity="0.4" fill="#FFF7B8" width="7.681" height="2.023"/>
+
+ <rect x="-2039.766" y="-370.896" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 -4079.3135 -43.7369)" opacity="0.4" fill="#FFF7B8" width="7.681" height="2.023"/>
+
+ <rect x="-2039.766" y="-370.896" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 -4079.3135 -43.7369)" opacity="0.2" fill="#FFF5A2" width="7.681" height="2.023"/>
+
+ <rect x="-2039.766" y="-370.896" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 -4079.3135 -43.7369)" opacity="0.4" fill="#FFF7B8" width="7.681" height="2.023"/>
+
+ <rect x="-2039.766" y="-370.896" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 -4079.3135 -43.7369)" opacity="0.4" fill="#FFF7B8" width="7.681" height="2.023"/>
+
+ <rect x="-2039.766" y="-370.896" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 -4079.3135 -43.7369)" opacity="0.2" fill="#FFF5A2" width="7.681" height="2.023"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2064.81-360.78l-6.482,2.279c-0.109,0.038-0.182,0.113-0.161,0.169l0.627,1.788l6.68-2.35
+ L-2064.81-360.78z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2064.81-360.78l-6.482,2.279c-0.109,0.038-0.182,0.113-0.161,0.169l0.627,1.788l6.68-2.35
+ L-2064.81-360.78z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2064.81-360.78l-6.482,2.279c-0.109,0.038-0.182,0.113-0.161,0.169l0.627,1.788l6.68-2.35
+ L-2064.81-360.78z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2064.81-360.78l-6.482,2.279c-0.109,0.038-0.182,0.113-0.161,0.169l0.627,1.788l6.68-2.35
+ L-2064.81-360.78z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2064.81-360.78l-6.482,2.279c-0.109,0.038-0.182,0.113-0.161,0.169l0.627,1.788l6.68-2.35
+ L-2064.81-360.78z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2064.81-360.78l-6.482,2.279c-0.109,0.038-0.182,0.113-0.161,0.169l0.627,1.788l6.68-2.35
+ L-2064.81-360.78z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2064.81-360.78l-6.482,2.279c-0.109,0.038-0.182,0.113-0.161,0.169l0.627,1.788l6.68-2.35
+ L-2064.81-360.78z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2059.908-360.384c-0.039-0.058-0.072-0.123-0.099-0.192l-0.591-1.685l-4.213,1.48
+ l0.663,1.887L-2059.908-360.384z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2059.908-360.384c-0.039-0.058-0.072-0.123-0.099-0.192l-0.591-1.685l-4.213,1.48
+ l0.663,1.887L-2059.908-360.384z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2059.908-360.384c-0.039-0.058-0.072-0.123-0.099-0.192l-0.591-1.685l-4.213,1.48
+ l0.663,1.887L-2059.908-360.384z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2059.908-360.384c-0.039-0.058-0.072-0.123-0.099-0.192l-0.591-1.685l-4.213,1.48
+ l0.663,1.887L-2059.908-360.384z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2059.908-360.384c-0.039-0.058-0.072-0.123-0.099-0.192l-0.591-1.685l-4.213,1.48
+ l0.663,1.887L-2059.908-360.384z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2059.908-360.384c-0.039-0.058-0.072-0.123-0.099-0.192l-0.591-1.685l-4.213,1.48
+ l0.663,1.887L-2059.908-360.384z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2059.908-360.384c-0.039-0.058-0.072-0.123-0.099-0.192l-0.591-1.685l-4.213,1.48
+ l0.663,1.887L-2059.908-360.384z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2059.908-360.384c-0.039-0.058-0.072-0.123-0.099-0.192l-0.591-1.685l-4.213,1.48
+ l0.663,1.887L-2059.908-360.384z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2059.908-360.384l5.363-1.885l-0.627-1.787c-0.02-0.055-0.125-0.07-0.233-0.031
+ l-5.192,1.826l0.591,1.685C-2059.98-360.507-2059.947-360.441-2059.908-360.384z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2059.908-360.384l5.363-1.885l-0.627-1.787c-0.02-0.055-0.125-0.07-0.233-0.031
+ l-5.192,1.826l0.591,1.685C-2059.98-360.507-2059.947-360.441-2059.908-360.384z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2059.908-360.384l5.363-1.885l-0.627-1.787c-0.02-0.055-0.125-0.07-0.233-0.031
+ l-5.192,1.826l0.591,1.685C-2059.98-360.507-2059.947-360.441-2059.908-360.384z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2059.908-360.384l5.363-1.885l-0.627-1.787c-0.02-0.055-0.125-0.07-0.233-0.031
+ l-5.192,1.826l0.591,1.685C-2059.98-360.507-2059.947-360.441-2059.908-360.384z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2059.908-360.384l5.363-1.885l-0.627-1.787c-0.02-0.055-0.125-0.07-0.233-0.031
+ l-5.192,1.826l0.591,1.685C-2059.98-360.507-2059.947-360.441-2059.908-360.384z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2059.908-360.384l5.363-1.885l-0.627-1.787c-0.02-0.055-0.125-0.07-0.233-0.031
+ l-5.192,1.826l0.591,1.685C-2059.98-360.507-2059.947-360.441-2059.908-360.384z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2059.908-360.384l5.363-1.885l-0.627-1.787c-0.02-0.055-0.125-0.07-0.233-0.031
+ l-5.192,1.826l0.591,1.685C-2059.98-360.507-2059.947-360.441-2059.908-360.384z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2059.908-360.384l5.363-1.885l-0.627-1.787c-0.02-0.055-0.125-0.07-0.233-0.031
+ l-5.192,1.826l0.591,1.685C-2059.98-360.507-2059.947-360.441-2059.908-360.384z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2059.908-360.384l5.363-1.885l-0.627-1.787c-0.02-0.055-0.125-0.07-0.233-0.031
+ l-5.192,1.826l0.591,1.685C-2059.98-360.507-2059.947-360.441-2059.908-360.384z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2112.106-351.917c-0.301,0.105-0.54,0.205-0.534,0.223l0.928,2.643
+ c0.007,0.016,0.256-0.057,0.555-0.162l1.738-0.611l-0.949-2.701L-2112.106-351.917z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2112.106-351.917c-0.301,0.105-0.54,0.205-0.534,0.223l0.928,2.643
+ c0.007,0.016,0.256-0.057,0.555-0.162l1.738-0.611l-0.949-2.701L-2112.106-351.917z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2112.106-351.917c-0.301,0.105-0.54,0.205-0.534,0.223l0.928,2.643
+ c0.007,0.016,0.256-0.057,0.555-0.162l1.738-0.611l-0.949-2.701L-2112.106-351.917z"/>
+
+ <rect x="-2110.885" y="-358.411" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -0.0767 -714.4088)" opacity="0.4" fill="#FFF7B8" width="35.002" height="2.863"/>
+
+ <rect x="-2110.885" y="-358.411" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -0.0767 -714.4088)" opacity="0.4" fill="#FFF7B8" width="35.002" height="2.863"/>
+
+ <rect x="-2110.885" y="-358.411" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -0.0767 -714.4088)" opacity="0.5" fill="#D1E3B6" width="35.002" height="2.863"/>
+
+ <rect x="-2110.885" y="-358.411" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -0.0767 -714.4088)" opacity="0.5" fill="#D1E3B6" width="35.002" height="2.863"/>
+
+ <rect x="-2044.02" y="-375.638" transform="matrix(0.3316 0.9434 -0.9434 0.3316 -1718.8361 1676.47)" opacity="0.4" fill="#FFF7B8" width="2.865" height="1.609"/>
+
+ <rect x="-2044.02" y="-375.638" transform="matrix(0.3316 0.9434 -0.9434 0.3316 -1718.8361 1676.47)" opacity="0.4" fill="#FFF7B8" width="2.865" height="1.609"/>
+
+ <rect x="-2044.02" y="-375.638" transform="matrix(0.3316 0.9434 -0.9434 0.3316 -1718.8361 1676.47)" opacity="0.4" fill="#FFF7B8" width="2.865" height="1.609"/>
+
+ <rect x="-2044.02" y="-375.638" transform="matrix(0.3316 0.9434 -0.9434 0.3316 -1718.8361 1676.47)" opacity="0.2" fill="#FFF5A2" width="2.865" height="1.609"/>
+
+ <rect x="-2044.02" y="-375.638" transform="matrix(0.3316 0.9434 -0.9434 0.3316 -1718.8361 1676.47)" opacity="0.4" fill="#FFF7B8" width="2.865" height="1.609"/>
+
+ <rect x="-2044.02" y="-375.638" transform="matrix(0.3316 0.9434 -0.9434 0.3316 -1718.8361 1676.47)" opacity="0.5" fill="#D1E3B6" width="2.865" height="1.609"/>
+
+ <rect x="-2049.579" y="-377.969" transform="matrix(0.3317 0.9434 -0.9434 0.3317 -1720.4763 1682.9836)" opacity="0.4" fill="#FFF7B8" width="2.864" height="10.177"/>
+
+ <rect x="-2049.579" y="-377.969" transform="matrix(0.3317 0.9434 -0.9434 0.3317 -1720.4763 1682.9836)" opacity="0.4" fill="#FFF7B8" width="2.864" height="10.177"/>
+
+ <rect x="-2049.579" y="-377.969" transform="matrix(0.3317 0.9434 -0.9434 0.3317 -1720.4763 1682.9836)" opacity="0.4" fill="#FFF7B8" width="2.864" height="10.177"/>
+
+ <rect x="-2049.579" y="-377.969" transform="matrix(0.3317 0.9434 -0.9434 0.3317 -1720.4763 1682.9836)" opacity="0.2" fill="#FFF5A2" width="2.864" height="10.177"/>
+
+ <rect x="-2049.579" y="-377.969" transform="matrix(0.3317 0.9434 -0.9434 0.3317 -1720.4763 1682.9836)" opacity="0.4" fill="#FFF7B8" width="2.864" height="10.177"/>
+
+ <rect x="-2049.579" y="-377.969" transform="matrix(0.3317 0.9434 -0.9434 0.3317 -1720.4763 1682.9836)" opacity="0.4" fill="#FFF7B8" width="2.864" height="10.177"/>
+
+ <rect x="-2049.579" y="-377.969" transform="matrix(0.3317 0.9434 -0.9434 0.3317 -1720.4763 1682.9836)" opacity="0.5" fill="#D1E3B6" width="2.864" height="10.177"/>
+
+ <rect x="-2076.956" y="-364.686" transform="matrix(0.3318 0.9433 -0.9433 0.3318 -1729.4589 1715.2029)" opacity="0.4" fill="#FFF7B8" width="2.863" height="2.857"/>
+
+ <rect x="-2076.956" y="-364.686" transform="matrix(0.3318 0.9433 -0.9433 0.3318 -1729.4589 1715.2029)" opacity="0.4" fill="#FFF7B8" width="2.863" height="2.857"/>
+
+ <rect x="-2076.956" y="-364.686" transform="matrix(0.3318 0.9433 -0.9433 0.3318 -1729.4589 1715.2029)" opacity="0.5" fill="#D1E3B6" width="2.863" height="2.857"/>
+
+ <rect x="-2076.956" y="-364.686" transform="matrix(0.3318 0.9433 -0.9433 0.3318 -1729.4589 1715.2029)" opacity="0.4" fill="#FFF7B8" width="2.863" height="2.857"/>
+
+ <rect x="-2076.956" y="-364.686" transform="matrix(0.3318 0.9433 -0.9433 0.3318 -1729.4589 1715.2029)" opacity="0.5" fill="#D1E3B6" width="2.863" height="2.857"/>
+
+ <rect x="-2074.526" y="-367.207" transform="matrix(0.9434 -0.3317 0.3317 0.9434 4.2402 -706.7042)" opacity="0.4" fill="#FFF7B8" width="12.322" height="2.863"/>
+
+ <rect x="-2074.526" y="-367.207" transform="matrix(0.9434 -0.3317 0.3317 0.9434 4.2402 -706.7042)" opacity="0.4" fill="#FFF7B8" width="12.322" height="2.863"/>
+
+ <rect x="-2074.526" y="-367.207" transform="matrix(0.9434 -0.3317 0.3317 0.9434 4.2402 -706.7042)" opacity="0.4" fill="#FFF7B8" width="12.322" height="2.863"/>
+
+ <rect x="-2074.526" y="-367.207" transform="matrix(0.9434 -0.3317 0.3317 0.9434 4.2402 -706.7042)" opacity="0.5" fill="#D1E3B6" width="12.322" height="2.863"/>
+
+ <rect x="-2074.526" y="-367.207" transform="matrix(0.9434 -0.3317 0.3317 0.9434 4.2402 -706.7042)" opacity="0.4" fill="#FFF7B8" width="12.322" height="2.863"/>
+
+ <rect x="-2074.526" y="-367.207" transform="matrix(0.9434 -0.3317 0.3317 0.9434 4.2402 -706.7042)" opacity="0.5" fill="#D1E3B6" width="12.322" height="2.863"/>
+
+ <rect x="-2061.288" y="-371.623" transform="matrix(0.3317 0.9434 -0.9434 0.3317 -1724.4192 1696.78)" opacity="0.4" fill="#FFF7B8" width="2.864" height="5.715"/>
+
+ <rect x="-2061.288" y="-371.623" transform="matrix(0.3317 0.9434 -0.9434 0.3317 -1724.4192 1696.78)" opacity="0.4" fill="#FFF7B8" width="2.864" height="5.715"/>
+
+ <rect x="-2061.288" y="-371.623" transform="matrix(0.3317 0.9434 -0.9434 0.3317 -1724.4192 1696.78)" opacity="0.4" fill="#FFF7B8" width="2.864" height="5.715"/>
+
+ <rect x="-2061.288" y="-371.623" transform="matrix(0.3317 0.9434 -0.9434 0.3317 -1724.4192 1696.78)" opacity="0.5" fill="#D1E3B6" width="2.864" height="5.715"/>
+
+ <rect x="-2061.288" y="-371.623" transform="matrix(0.3317 0.9434 -0.9434 0.3317 -1724.4192 1696.78)" opacity="0.4" fill="#FFF7B8" width="2.864" height="5.715"/>
+
+ <rect x="-2061.288" y="-371.623" transform="matrix(0.3317 0.9434 -0.9434 0.3317 -1724.4192 1696.78)" opacity="0.4" fill="#FFF7B8" width="2.864" height="5.715"/>
+
+ <rect x="-2061.288" y="-371.623" transform="matrix(0.3317 0.9434 -0.9434 0.3317 -1724.4192 1696.78)" opacity="0.5" fill="#D1E3B6" width="2.864" height="5.715"/>
+
+ <rect x="-2057.261" y="-371.737" transform="matrix(0.9434 -0.3316 0.3316 0.9434 6.4929 -702.557)" opacity="0.4" fill="#FFF7B8" width="3.572" height="2.864"/>
+
+ <rect x="-2057.261" y="-371.737" transform="matrix(0.9434 -0.3316 0.3316 0.9434 6.4929 -702.557)" opacity="0.4" fill="#FFF7B8" width="3.572" height="2.864"/>
+
+ <rect x="-2057.261" y="-371.737" transform="matrix(0.9434 -0.3316 0.3316 0.9434 6.4929 -702.557)" opacity="0.4" fill="#FFF7B8" width="3.572" height="2.864"/>
+
+ <rect x="-2057.261" y="-371.737" transform="matrix(0.9434 -0.3316 0.3316 0.9434 6.4929 -702.557)" opacity="0.5" fill="#D1E3B6" width="3.572" height="2.864"/>
+
+ <rect x="-2057.261" y="-371.737" transform="matrix(0.9434 -0.3316 0.3316 0.9434 6.4929 -702.557)" opacity="0.2" fill="#FFF5A2" width="3.572" height="2.864"/>
+
+ <rect x="-2057.261" y="-371.737" transform="matrix(0.9434 -0.3316 0.3316 0.9434 6.4929 -702.557)" opacity="0.4" fill="#FFF7B8" width="3.572" height="2.864"/>
+
+ <rect x="-2057.261" y="-371.737" transform="matrix(0.9434 -0.3316 0.3316 0.9434 6.4929 -702.557)" opacity="0.4" fill="#FFF7B8" width="3.572" height="2.864"/>
+
+ <rect x="-2057.261" y="-371.737" transform="matrix(0.9434 -0.3316 0.3316 0.9434 6.4929 -702.557)" opacity="0.5" fill="#D1E3B6" width="3.572" height="2.864"/>
+
+ <rect x="-2054.802" y="-371.491" transform="matrix(0.331 0.9436 -0.9436 0.331 -1723.793 1689.3877)" opacity="0.4" fill="#FFF7B8" width="2.865" height="0.893"/>
+
+ <rect x="-2054.802" y="-371.491" transform="matrix(0.331 0.9436 -0.9436 0.331 -1723.793 1689.3877)" opacity="0.4" fill="#FFF7B8" width="2.865" height="0.893"/>
+
+ <rect x="-2054.802" y="-371.491" transform="matrix(0.331 0.9436 -0.9436 0.331 -1723.793 1689.3877)" opacity="0.4" fill="#FFF7B8" width="2.865" height="0.893"/>
+
+ <rect x="-2054.802" y="-371.491" transform="matrix(0.331 0.9436 -0.9436 0.331 -1723.793 1689.3877)" opacity="0.5" fill="#D1E3B6" width="2.865" height="0.893"/>
+
+ <rect x="-2054.802" y="-371.491" transform="matrix(0.331 0.9436 -0.9436 0.331 -1723.793 1689.3877)" opacity="0.2" fill="#FFF5A2" width="2.865" height="0.893"/>
+
+ <rect x="-2054.802" y="-371.491" transform="matrix(0.331 0.9436 -0.9436 0.331 -1723.793 1689.3877)" opacity="0.4" fill="#FFF7B8" width="2.865" height="0.893"/>
+
+ <rect x="-2054.802" y="-371.491" transform="matrix(0.331 0.9436 -0.9436 0.331 -1723.793 1689.3877)" opacity="0.4" fill="#FFF7B8" width="2.865" height="0.893"/>
+
+ <rect x="-2054.802" y="-371.491" transform="matrix(0.331 0.9436 -0.9436 0.331 -1723.793 1689.3877)" opacity="0.4" fill="#FFF7B8" width="2.865" height="0.893"/>
+
+ <rect x="-2054.802" y="-371.491" transform="matrix(0.331 0.9436 -0.9436 0.331 -1723.793 1689.3877)" opacity="0.5" fill="#D1E3B6" width="2.865" height="0.893"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2034.781-376.061c0.303-0.106,0.539-0.204,0.534-0.222l-0.93-2.642
+ c-0.006-0.017-0.253,0.056-0.555,0.161l-6.572,2.311l0.95,2.703L-2034.781-376.061z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2034.781-376.061c0.303-0.106,0.539-0.204,0.534-0.222l-0.93-2.642
+ c-0.006-0.017-0.253,0.056-0.555,0.161l-6.572,2.311l0.95,2.703L-2034.781-376.061z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2034.781-376.061c0.303-0.106,0.539-0.204,0.534-0.222l-0.93-2.642
+ c-0.006-0.017-0.253,0.056-0.555,0.161l-6.572,2.311l0.95,2.703L-2034.781-376.061z"/>
+ <path opacity="0.2" fill="#FFF5A2" d="M-2034.781-376.061c0.303-0.106,0.539-0.204,0.534-0.222l-0.93-2.642
+ c-0.006-0.017-0.253,0.056-0.555,0.161l-6.572,2.311l0.95,2.703L-2034.781-376.061z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2034.781-376.061c0.303-0.106,0.539-0.204,0.534-0.222l-0.93-2.642
+ c-0.006-0.017-0.253,0.056-0.555,0.161l-6.572,2.311l0.95,2.703L-2034.781-376.061z"/>
+ <path opacity="0.4" fill="#FFF7B8" d="M-2034.781-376.061c0.303-0.106,0.539-0.204,0.534-0.222l-0.93-2.642
+ c-0.006-0.017-0.253,0.056-0.555,0.161l-6.572,2.311l0.95,2.703L-2034.781-376.061z"/>
+ <path opacity="0.5" fill="#D1E3B6" d="M-2034.781-376.061c0.303-0.106,0.539-0.204,0.534-0.222l-0.93-2.642
+ c-0.006-0.017-0.253,0.056-0.555,0.161l-6.572,2.311l0.95,2.703L-2034.781-376.061z"/>
+ </g>
+ <path opacity="0.4" fill="#1A3C4C" d="M-2028.035-623.233c85.199-29.948,178.542,14.841,208.489,100.038
+ c29.949,85.198-14.84,178.542-100.04,208.492c-85.195,29.947-178.54-14.841-208.487-100.04
+ C-2158.022-499.939-2113.232-593.284-2028.035-623.233z"/>
+
+ <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="1404.885" y1="935.9258" x2="1404.885" y2="131.2754" gradientTransform="matrix(-1 0 0 -1 -402.8481 503.2041)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="0.097" style="stop-color:#FFFFFF;stop-opacity:0.903"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+
+ <line opacity="0.3" fill="#F5F5F5" stroke="url(#SVGID_9_)" stroke-width="3" stroke-miterlimit="10" x1="-1807.734" y1="-432.722" x2="-1807.734" y2="371.93"/>
+
+ <linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="-2259.9797" y1="-374.1982" x2="-2259.9797" y2="-1243.7095" gradientTransform="matrix(1 0 0 1 103.2568 -50.5977)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="0.097" style="stop-color:#FFFFFF;stop-opacity:0.903"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+
+ <line opacity="0.3" fill="#F5F5F5" stroke="url(#SVGID_10_)" stroke-width="3" stroke-miterlimit="10" x1="-2156.723" y1="-424.796" x2="-2156.723" y2="-1294.307"/>
+</g>
+<linearGradient id="SVGID_11_" gradientUnits="userSpaceOnUse" x1="-1257.5671" y1="-1049.125" x2="-1257.5671" y2="-217.6201">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+</linearGradient>
+<rect x="-1288.054" y="-1049.125" opacity="0.1" fill="url(#SVGID_11_)" width="60.974" height="831.505"/>
+<linearGradient id="SVGID_12_" gradientUnits="userSpaceOnUse" x1="-1199.1287" y1="-959.2832" x2="-1199.1287" y2="145.2227">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+</linearGradient>
+<rect x="-1257.564" y="-959.283" opacity="0.1" fill="url(#SVGID_12_)" width="116.87" height="1104.506"/>
+<linearGradient id="SVGID_13_" gradientUnits="userSpaceOnUse" x1="-1058.3679" y1="-1045.2764" x2="-1058.3679" y2="59.2305">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+</linearGradient>
+<rect x="-1094.508" y="-1045.276" opacity="0.1" fill="url(#SVGID_13_)" width="72.28" height="1104.507"/>
+<g id="rais_2_" opacity="0.5">
+ <linearGradient id="SVGID_14_" gradientUnits="userSpaceOnUse" x1="-2759.4001" y1="-1290.478" x2="-2759.4001" y2="-271.9663">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+ <rect x="-2789.887" y="-1290.478" opacity="0.1" fill="url(#SVGID_14_)" width="60.974" height="1018.511"/>
+ <linearGradient id="SVGID_15_" gradientUnits="userSpaceOnUse" x1="-2687.3469" y1="-1293.8813" x2="-2687.3469" y2="59.0298">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+ <rect x="-2768.132" y="-1293.881" opacity="0.1" fill="url(#SVGID_15_)" width="161.57" height="1352.911"/>
+ <linearGradient id="SVGID_16_" gradientUnits="userSpaceOnUse" x1="-2513.2068" y1="-1329.4629" x2="-2513.2068" y2="23.4478">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+ <rect x="-2549.347" y="-1329.463" opacity="0.1" fill="url(#SVGID_16_)" width="72.28" height="1352.91"/>
+</g>
+<linearGradient id="SVGID_17_" gradientUnits="userSpaceOnUse" x1="-1132.6331" y1="-1170.5396" x2="-1132.6331" y2="-66.0332">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+</linearGradient>
+<rect x="-1150.703" y="-1170.54" opacity="0.1" fill="url(#SVGID_17_)" width="36.141" height="1104.506"/>
+<ellipse id="rond_x5F_blanc" fill="#FFFFFF" cx="283" cy="283" rx="35.89" ry="35.848"/>
+</svg>
diff --git a/moonlight-theme/publicity/website-banner.svg b/moonlight-theme/publicity/website-banner.svg
new file mode 100755
index 0000000..04c5c73
--- /dev/null
+++ b/moonlight-theme/publicity/website-banner.svg
@@ -0,0 +1,2465 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ width="800px" height="120px" viewBox="0 0 800 120" enable-background="new 0 0 800 120" xml:space="preserve">
+<g>
+ <rect x="-2.766" y="-1.811" fill="#133544" width="802.766" height="121.811"/>
+
+ <radialGradient id="SVGID_1_" cx="-312.3945" cy="491.2188" r="1100.3064" gradientTransform="matrix(0.3088 0 0 -0.0713 495.0842 94.1191)" gradientUnits="userSpaceOnUse">
+ <stop offset="0" style="stop-color:#24363E"/>
+ <stop offset="0.1555" style="stop-color:#273943"/>
+ <stop offset="0.3948" style="stop-color:#2B3F49"/>
+ <stop offset="0.6601" style="stop-color:#2E424D"/>
+ <stop offset="1" style="stop-color:#2F434E"/>
+ </radialGradient>
+ <rect x="-2.766" y="-1.811" fill="none" stroke="url(#SVGID_1_)" stroke-miterlimit="10" width="802.766" height="121.811"/>
+</g>
+<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="-554.4648" y1="60.8438" x2="1372.5596" y2="60.8438" gradientTransform="matrix(-1 0 0 -1 848.5313 160.0254)">
+ <stop offset="0" style="stop-color:#2B4F5A;stop-opacity:0"/>
+ <stop offset="0.5" style="stop-color:#2A4F5A;stop-opacity:0.958"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+</linearGradient>
+<rect x="-524.028" y="84.229" opacity="0.2" fill="url(#SVGID_2_)" width="1927.024" height="29.904"/>
+<g>
+ <g>
+
+ <radialGradient id="SVGID_3_" cx="-822.2363" cy="408.5215" r="484.1633" gradientTransform="matrix(0.2308 0 0 -0.2308 413.8531 130.7208)" gradientUnits="userSpaceOnUse">
+ <stop offset="0" style="stop-color:#6C99B8"/>
+ <stop offset="1" style="stop-color:#133544;stop-opacity:0"/>
+ </radialGradient>
+ <rect x="80.046" y="-107.601" fill="url(#SVGID_3_)" width="288.069" height="288.07"/>
+ </g>
+
+ <circle opacity="0.3" fill="#244960" stroke="#F6F6F6" stroke-width="0.5" stroke-miterlimit="10" cx="224.08" cy="29.289" r="73.762"/>
+ <path opacity="0.4" fill="#244960" d="M192.726-14c29.004-10.196,60.781,5.051,70.976,34.053
+ c10.194,29.006-5.053,60.782-34.056,70.977c-29.004,10.195-60.78-5.053-70.976-34.055C148.476,27.968,163.723-3.805,192.726-14z"/>
+ <g>
+ <path fill="none" d="M224.678,50.279l0.525,1.494l4.997-1.756c-0.149-0.504-0.313-1.008-0.488-1.51l0,0L224.678,50.279z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M224.743,74.605c0.039,0.107-0.036,0.234-0.166,0.283l-3.374,1.186l1.64,4.664
+ c2.674-2.83,4.794-6.121,6.267-9.688l-4.998,1.758L224.743,74.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M219.69,51.805l-1.257-3.576l-2.634,0.928l1.853,5.271l7.551-2.654l-0.525-1.494
+ l-4.743,1.666C219.839,51.979,219.729,51.914,219.69,51.805z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M205.532,81.58c-0.131,0.049-0.269-0.006-0.307-0.115l-0.095-0.266
+ c0.092,0.256,0.005,0.521-0.191,0.59l-8.621,3.031l2.024,5.76c3.972,0.195,8.046-0.361,12.027-1.762
+ c1.189-0.418,2.338-0.898,3.443-1.441l-2.725-7.75L205.532,81.58z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M182.457,85.371c1.083,0.713,2.21,1.361,3.372,1.938l-0.979-2.781L182.457,85.371z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M171.132,64.857c-0.196,0.068-0.412-0.033-0.48-0.229l-2.368-6.738
+ c-0.136,3.832,0.429,7.754,1.777,11.586c1.774,5.047,4.7,9.359,8.378,12.752l-6.237-17.746L171.132,64.857z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M178.591,66.721l-2.336,0.822c-0.154,0.053-0.281,0.092-0.283,0.082l-0.393-1.115
+ c-0.002-0.008,0.121-0.057,0.275-0.109l2.334-0.822l-1-2.848l-4.987,1.752l6.237,17.746c1.257,1.156,2.602,2.205,4.018,3.143
+ l2.393-0.844L178.591,66.721z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M178.591,66.721l-2.336,0.822c-0.154,0.053-0.281,0.092-0.283,0.082l-0.393-1.115
+ c-0.002-0.008,0.121-0.057,0.275-0.109l2.334-0.822l-1-2.848l-4.987,1.752l6.237,17.746c1.257,1.156,2.602,2.205,4.018,3.143
+ l2.393-0.844L178.591,66.721z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M178.919,35.32c-0.325,0.287-0.643,0.582-0.956,0.883l1.126-0.395L178.919,35.32z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M178.919,35.32c-0.325,0.287-0.643,0.582-0.956,0.883l1.126-0.395L178.919,35.32z"/>
+
+ <rect x="216.985" y="47.203" transform="matrix(-0.3348 -0.9423 0.9423 -0.3348 243.96 269.4272)" opacity="0.4" fill="#FFF8B9" width="0.197" height="2.793"/>
+
+ <rect x="216.985" y="47.203" transform="matrix(-0.3348 -0.9423 0.9423 -0.3348 243.96 269.4272)" opacity="0.4" fill="#FFF8B9" width="0.197" height="2.793"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M209.817,47.168l3-1.055c0.122-0.043,0.222-0.076,0.225-0.07l0.277,0.791
+ c0.002,0.004-0.095,0.043-0.218,0.088l-3,1.053l0.661,1.879l7.338-2.576l-4.727-13.45c-0.039-0.111,0.006-0.229,0.101-0.26
+ l3.443-1.211c-0.412-0.264-0.831-0.518-1.253-0.762l-10.075,3.543L209.817,47.168z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M209.817,47.168l3-1.055c0.122-0.043,0.222-0.076,0.225-0.07l0.277,0.791
+ c0.002,0.004-0.095,0.043-0.218,0.088l-3,1.053l0.661,1.879l7.338-2.576l-4.727-13.45c-0.039-0.111,0.006-0.229,0.101-0.26
+ l3.443-1.211c-0.412-0.264-0.831-0.518-1.253-0.762l-10.075,3.543L209.817,47.168z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M191.859,28.414c-0.822,0.215-1.641,0.469-2.458,0.754c-2.621,0.92-5.044,2.154-7.243,3.639
+ l10.008-3.518L191.859,28.414z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M191.859,28.414c-0.822,0.215-1.641,0.469-2.458,0.754c-2.621,0.92-5.044,2.154-7.243,3.639
+ l10.008-3.518L191.859,28.414z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M187.709,32.777c0.196-0.068,0.413,0.033,0.482,0.231l0.139,0.396l4.066,11.565l4.701-1.65
+ l-4.931-14.03l-10.008,3.518c-1.142,0.773-2.223,1.613-3.239,2.514l0.17,0.488L187.709,32.777z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M187.709,32.777c0.196-0.068,0.413,0.033,0.482,0.231l0.139,0.396l4.066,11.565l4.701-1.65
+ l-4.931-14.03l-10.008,3.518c-1.142,0.773-2.223,1.613-3.239,2.514l0.17,0.488L187.709,32.777z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M187.709,32.777c0.196-0.068,0.413,0.033,0.482,0.231l0.139,0.396l4.066,11.565l4.701-1.65
+ l-4.931-14.03l-10.008,3.518c-1.142,0.773-2.223,1.613-3.239,2.514l0.17,0.488L187.709,32.777z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M230.509,66.863c1.387-5.379,1.374-11.182-0.309-16.846l-4.997,1.756L230.509,66.863z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M217.652,54.428l6.46,18.381l4.998-1.758c0.562-1.359,1.029-2.758,1.398-4.188l-5.306-15.09
+ L217.652,54.428z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M217.652,54.428l6.46,18.381l4.998-1.758c0.562-1.359,1.029-2.758,1.398-4.188l-5.306-15.09
+ L217.652,54.428z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M211.098,50.811l0.912,2.598c0.033,0.092,0.042,0.186,0.033,0.27l3.103-1.09
+ c0.155-0.055,0.282-0.094,0.284-0.088l0.393,1.117c0.002,0.008-0.121,0.059-0.275,0.113l-4.188,1.471l0.45,1.281l5.841-2.055
+ l-1.853-5.271L211.098,50.811z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M211.098,50.811l0.912,2.598c0.033,0.092,0.042,0.186,0.033,0.27l3.103-1.09
+ c0.155-0.055,0.282-0.094,0.284-0.088l0.393,1.117c0.002,0.008-0.121,0.059-0.275,0.113l-4.188,1.471l0.45,1.281l5.841-2.055
+ l-1.853-5.271L211.098,50.811z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M221.204,76.074l3.374-1.186c0.129-0.049,0.205-0.176,0.166-0.283l-0.631-1.797l-3.609,1.27
+ L221.204,76.074z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M221.204,76.074l3.374-1.186c0.129-0.049,0.205-0.176,0.166-0.283l-0.631-1.797l-3.609,1.27
+ L221.204,76.074z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M204.95,79.545c-0.198,0.068-0.388,0.033-0.427-0.076l0.607,1.73l0.095,0.266
+ c0.038,0.109,0.176,0.164,0.307,0.115l5.557-1.953l-0.702-1.994L204.95,79.545z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M204.95,79.545c-0.198,0.068-0.388,0.033-0.427-0.076l0.607,1.73l0.095,0.266
+ c0.038,0.109,0.176,0.164,0.307,0.115l5.557-1.953l-0.702-1.994L204.95,79.545z"/>
+
+ <rect x="208.675" y="55.66" transform="matrix(-0.9433 0.3319 -0.3319 -0.9433 427.1307 39.732)" opacity="0.4" fill="#FFF8B9" width="2.995" height="1.358"/>
+
+ <rect x="208.675" y="55.66" transform="matrix(-0.9433 0.3319 -0.3319 -0.9433 427.1307 39.732)" opacity="0.4" fill="#FFF8B9" width="2.995" height="1.358"/>
+
+ <rect x="208.675" y="55.66" transform="matrix(-0.9433 0.3319 -0.3319 -0.9433 427.1307 39.732)" opacity="0.5" fill="#D1E4B7" width="2.995" height="1.358"/>
+
+ <rect x="213.316" y="47.399" transform="matrix(-0.3413 -0.9399 0.9399 -0.3413 239.3693 267.5175)" opacity="0.4" fill="#FFF8B9" width="0.197" height="4.984"/>
+
+ <rect x="213.316" y="47.399" transform="matrix(-0.3413 -0.9399 0.9399 -0.3413 239.3693 267.5175)" opacity="0.4" fill="#FFF8B9" width="0.197" height="4.984"/>
+
+ <rect x="213.316" y="47.399" transform="matrix(-0.3413 -0.9399 0.9399 -0.3413 239.3693 267.5175)" opacity="0.5" fill="#D1E4B7" width="0.197" height="4.984"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M203.941,77.816l0.581,1.652c0.039,0.109,0.229,0.145,0.427,0.076l5.437-1.912l-0.65-1.852
+ L203.941,77.816z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M203.941,77.816l0.581,1.652c0.039,0.109,0.229,0.145,0.427,0.076l5.437-1.912l-0.65-1.852
+ L203.941,77.816z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M203.941,77.816l0.581,1.652c0.039,0.109,0.229,0.145,0.427,0.076l5.437-1.912l-0.65-1.852
+ L203.941,77.816z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M212.038,57.129l1.875-0.658c0.196-0.07,0.409,0.021,0.472,0.205l6.118,17.402l3.609-1.27
+ l-6.46-18.381l-5.841,2.055L212.038,57.129z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M212.038,57.129l1.875-0.658c0.196-0.07,0.409,0.021,0.472,0.205l6.118,17.402l3.609-1.27
+ l-6.46-18.381l-5.841,2.055L212.038,57.129z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M212.038,57.129l1.875-0.658c0.196-0.07,0.409,0.021,0.472,0.205l6.118,17.402l3.609-1.27
+ l-6.46-18.381l-5.841,2.055L212.038,57.129z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M204.27,60.23c-0.065-0.182,0.042-0.385,0.24-0.453l-4.655,1.635l1.787,5.08
+ c0.015,0.045-0.002,0.088-0.04,0.104l-1.428,0.502l3.767,10.719l5.795-2.035L204.27,60.23z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M204.27,60.23c-0.065-0.182,0.042-0.385,0.24-0.453l-4.655,1.635l1.787,5.08
+ c0.015,0.045-0.002,0.088-0.04,0.104l-1.428,0.502l3.767,10.719l5.795-2.035L204.27,60.23z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M204.27,60.23c-0.065-0.182,0.042-0.385,0.24-0.453l-4.655,1.635l1.787,5.08
+ c0.015,0.045-0.002,0.088-0.04,0.104l-1.428,0.502l3.767,10.719l5.795-2.035L204.27,60.23z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M204.27,60.23c-0.065-0.182,0.042-0.385,0.24-0.453l-4.655,1.635l1.787,5.08
+ c0.015,0.045-0.002,0.088-0.04,0.104l-1.428,0.502l3.767,10.719l5.795-2.035L204.27,60.23z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M209.165,57.992c0.026,0.072-0.021,0.154-0.107,0.184l2.98-1.047l-0.227-0.646l-2.826,0.994
+ L209.165,57.992z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M209.165,57.992c0.026,0.072-0.021,0.154-0.107,0.184l2.98-1.047l-0.227-0.646l-2.826,0.994
+ L209.165,57.992z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M209.165,57.992c0.026,0.072-0.021,0.154-0.107,0.184l2.98-1.047l-0.227-0.646l-2.826,0.994
+ L209.165,57.992z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M209.165,57.992c0.026,0.072-0.021,0.154-0.107,0.184l2.98-1.047l-0.227-0.646l-2.826,0.994
+ L209.165,57.992z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M171.132,64.857l1.069-0.375l-1.902-5.414l-0.736,0.26
+ c-0.125,0.043-0.231,0.078-0.234,0.068l-0.392-1.117c-0.002-0.006,0.099-0.049,0.226-0.094l0.735-0.258l-1.28-3.639
+ c-0.179,1.188-0.292,2.389-0.334,3.602l2.368,6.738C170.72,64.824,170.936,64.926,171.132,64.857z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M171.132,64.857l1.069-0.375l-1.902-5.414l-0.736,0.26
+ c-0.125,0.043-0.231,0.078-0.234,0.068l-0.392-1.117c-0.002-0.006,0.099-0.049,0.226-0.094l0.735-0.258l-1.28-3.639
+ c-0.179,1.188-0.292,2.389-0.334,3.602l2.368,6.738C170.72,64.824,170.936,64.926,171.132,64.857z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M183.86,53.021l-5.646-16.062c-0.09-0.259-0.005-0.522,0.192-0.591l0.785-0.278
+ l-0.101-0.282l-1.126,0.395c-5.021,4.836-8.307,11.221-9.347,18.086l1.28,3.639L183.86,53.021z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M183.86,53.021l-5.646-16.062c-0.09-0.259-0.005-0.522,0.192-0.591l0.785-0.278
+ l-0.101-0.282l-1.126,0.395c-5.021,4.836-8.307,11.221-9.347,18.086l1.28,3.639L183.86,53.021z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M183.86,53.021l-5.646-16.062c-0.09-0.259-0.005-0.522,0.192-0.591l0.785-0.278
+ l-0.101-0.282l-1.126,0.395c-5.021,4.836-8.307,11.221-9.347,18.086l1.28,3.639L183.86,53.021z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M176.643,60.041l8.619-3.031l-0.094-0.271l-3.144,1.105
+ c-0.122,0.045-0.222,0.074-0.224,0.068l-0.277-0.791c-0.003-0.004,0.095-0.043,0.217-0.084l3.144-1.105l-0.623-1.768
+ l-13.962,4.904l1.902,5.414l4.987-1.752l-0.737-2.1C176.359,60.373,176.445,60.109,176.643,60.041z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M176.643,60.041l8.619-3.031l-0.094-0.271l-3.144,1.105
+ c-0.122,0.045-0.222,0.074-0.224,0.068l-0.277-0.791c-0.003-0.004,0.095-0.043,0.217-0.084l3.144-1.105l-0.623-1.768
+ l-13.962,4.904l1.902,5.414l4.987-1.752l-0.737-2.1C176.359,60.373,176.445,60.109,176.643,60.041z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M176.643,60.041l8.619-3.031l-0.094-0.271l-3.144,1.105
+ c-0.122,0.045-0.222,0.074-0.224,0.068l-0.277-0.791c-0.003-0.004,0.095-0.043,0.217-0.084l3.144-1.105l-0.623-1.768
+ l-13.962,4.904l1.902,5.414l4.987-1.752l-0.737-2.1C176.359,60.373,176.445,60.109,176.643,60.041z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M188.331,33.404l-0.139-0.396c-0.069-0.198-0.286-0.3-0.482-0.231l-8.62,3.031l0.101,0.282
+ l8.619-3.028C188.006,32.992,188.24,33.148,188.331,33.404z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M188.331,33.404l-0.139-0.396c-0.069-0.198-0.286-0.3-0.482-0.231l-8.62,3.031l0.101,0.282
+ l8.619-3.028C188.006,32.992,188.24,33.148,188.331,33.404z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M188.331,33.404l-0.139-0.396c-0.069-0.198-0.286-0.3-0.482-0.231l-8.62,3.031l0.101,0.282
+ l8.619-3.028C188.006,32.992,188.24,33.148,188.331,33.404z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M188.331,33.404l-0.139-0.396c-0.069-0.198-0.286-0.3-0.482-0.231l-8.62,3.031l0.101,0.282
+ l8.619-3.028C188.006,32.992,188.24,33.148,188.331,33.404z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M215.664,31.595c-3.889-2.235-8.239-3.641-12.755-4.08l2.68,7.623L215.664,31.595z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M215.664,31.595c-3.889-2.235-8.239-3.641-12.755-4.08l2.68,7.623L215.664,31.595z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M215.664,31.595c-3.889-2.235-8.239-3.641-12.755-4.08l2.68,7.623L215.664,31.595z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M195.535,85.094c-0.197,0.07-0.43-0.084-0.52-0.342l-1.188-3.377l-8.977,3.152l0.979,2.781
+ c3.869,1.922,8.129,3.053,12.514,3.271l-2.024-5.76L195.535,85.094z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M195.535,85.094c-0.197,0.07-0.43-0.084-0.52-0.342l-1.188-3.377l-8.977,3.152l0.979,2.781
+ c3.869,1.922,8.129,3.053,12.514,3.271l-2.024-5.76L195.535,85.094z"/>
+
+ <rect x="176.771" y="69.291" transform="matrix(-0.3316 -0.9434 0.9434 -0.3316 178.0968 274.275)" opacity="0.4" fill="#FFF8B9" width="18.875" height="9.514"/>
+
+ <rect x="176.771" y="69.291" transform="matrix(-0.3316 -0.9434 0.9434 -0.3316 178.0968 274.275)" opacity="0.4" fill="#FFF8B9" width="18.875" height="9.514"/>
+
+ <rect x="176.771" y="69.291" transform="matrix(-0.3316 -0.9434 0.9434 -0.3316 178.0968 274.275)" opacity="0.4" fill="#FFF8B9" width="18.875" height="9.514"/>
+
+ <rect x="177.419" y="61.067" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -10.4426 63.9778)" opacity="0.4" fill="#FFF8B9" width="9.514" height="3.018"/>
+
+ <rect x="177.419" y="61.067" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -10.4426 63.9778)" opacity="0.4" fill="#FFF8B9" width="9.514" height="3.018"/>
+
+ <rect x="177.419" y="61.067" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -10.4426 63.9778)" opacity="0.4" fill="#FFF8B9" width="9.514" height="3.018"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M186.099,59.389l-2.158,0.76c-0.182,0.063-0.331,0.111-0.332,0.107l-0.265-0.752
+ c-0.001-0.006,0.144-0.061,0.327-0.127l2.157-0.756l-0.566-1.611l-8.619,3.031c-0.198,0.068-0.283,0.332-0.192,0.59l0.737,2.1
+ l8.976-3.156L186.099,59.389z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M186.099,59.389l-2.158,0.76c-0.182,0.063-0.331,0.111-0.332,0.107l-0.265-0.752
+ c-0.001-0.006,0.144-0.061,0.327-0.127l2.157-0.756l-0.566-1.611l-8.619,3.031c-0.198,0.068-0.283,0.332-0.192,0.59l0.737,2.1
+ l8.976-3.156L186.099,59.389z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M186.099,59.389l-2.158,0.76c-0.182,0.063-0.331,0.111-0.332,0.107l-0.265-0.752
+ c-0.001-0.006,0.144-0.061,0.327-0.127l2.157-0.756l-0.566-1.611l-8.619,3.031c-0.198,0.068-0.283,0.332-0.192,0.59l0.737,2.1
+ l8.976-3.156L186.099,59.389z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M186.099,59.389l-2.158,0.76c-0.182,0.063-0.331,0.111-0.332,0.107l-0.265-0.752
+ c-0.001-0.006,0.144-0.061,0.327-0.127l2.157-0.756l-0.566-1.611l-8.619,3.031c-0.198,0.068-0.283,0.332-0.192,0.59l0.737,2.1
+ l8.976-3.156L186.099,59.389z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.279,44.174c0.197-0.068,0.411,0.033,0.481,0.229l0.676,1.924l0.641-0.225l-0.979-2.783
+ l-4.701,1.65l0.177,0.508L196.279,44.174z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.279,44.174c0.197-0.068,0.411,0.033,0.481,0.229l0.676,1.924l0.641-0.225l-0.979-2.783
+ l-4.701,1.65l0.177,0.508L196.279,44.174z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.279,44.174c0.197-0.068,0.411,0.033,0.481,0.229l0.676,1.924l0.641-0.225l-0.979-2.783
+ l-4.701,1.65l0.177,0.508L196.279,44.174z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M196.279,44.174c0.197-0.068,0.411,0.033,0.481,0.229l0.676,1.924l0.641-0.225l-0.979-2.783
+ l-4.701,1.65l0.177,0.508L196.279,44.174z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M200.981,54.363l-2.422,0.855l1,2.846l2.479-0.869c-0.061-0.064-0.112-0.143-0.146-0.234
+ L200.981,54.363z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M200.981,54.363l-2.422,0.855l1,2.846l2.479-0.869c-0.061-0.064-0.112-0.143-0.146-0.234
+ L200.981,54.363z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M200.981,54.363l-2.422,0.855l1,2.846l2.479-0.869c-0.061-0.064-0.112-0.143-0.146-0.234
+ L200.981,54.363z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M200.981,54.363l-2.422,0.855l1,2.846l2.479-0.869c-0.061-0.064-0.112-0.143-0.146-0.234
+ L200.981,54.363z"/>
+
+ <rect x="199.122" y="57.8" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 416.0084 46.0085)" opacity="0.4" fill="#FFF8B9" width="9.917" height="1.359"/>
+
+ <rect x="199.122" y="57.8" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 416.0084 46.0085)" opacity="0.4" fill="#FFF8B9" width="9.917" height="1.359"/>
+
+ <rect x="199.122" y="57.8" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 416.0084 46.0085)" opacity="0.5" fill="#D1E4B7" width="9.917" height="1.359"/>
+
+ <rect x="199.122" y="57.8" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 416.0084 46.0085)" opacity="0.2" fill="#FFF6A3" width="9.917" height="1.359"/>
+
+ <rect x="198.454" y="54.602" transform="matrix(-0.9429 0.3331 -0.3331 -0.9429 406.2908 39.7509)" opacity="0.4" fill="#FFF8B9" width="2.569" height="0.195"/>
+
+ <rect x="198.454" y="54.602" transform="matrix(-0.9429 0.3331 -0.3331 -0.9429 406.2908 39.7509)" opacity="0.4" fill="#FFF8B9" width="2.569" height="0.195"/>
+
+ <rect x="198.454" y="54.602" transform="matrix(-0.9429 0.3331 -0.3331 -0.9429 406.2908 39.7509)" opacity="0.4" fill="#FFF8B9" width="2.569" height="0.195"/>
+
+ <rect x="198.454" y="54.602" transform="matrix(-0.9429 0.3331 -0.3331 -0.9429 406.2908 39.7509)" opacity="0.5" fill="#D1E4B7" width="2.569" height="0.195"/>
+
+ <rect x="198.454" y="54.602" transform="matrix(-0.9429 0.3331 -0.3331 -0.9429 406.2908 39.7509)" opacity="0.2" fill="#FFF6A3" width="2.569" height="0.195"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M199.855,61.412l4.655-1.635l4.547-1.602c0.086-0.029,0.133-0.111,0.107-0.184l-0.18-0.516
+ l-9.356,3.287L199.855,61.412z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M199.855,61.412l4.655-1.635l4.547-1.602c0.086-0.029,0.133-0.111,0.107-0.184l-0.18-0.516
+ l-9.356,3.287L199.855,61.412z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M199.855,61.412l4.655-1.635l4.547-1.602c0.086-0.029,0.133-0.111,0.107-0.184l-0.18-0.516
+ l-9.356,3.287L199.855,61.412z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M199.855,61.412l4.655-1.635l4.547-1.602c0.086-0.029,0.133-0.111,0.107-0.184l-0.18-0.516
+ l-9.356,3.287L199.855,61.412z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M199.855,61.412l4.655-1.635l4.547-1.602c0.086-0.029,0.133-0.111,0.107-0.184l-0.18-0.516
+ l-9.356,3.287L199.855,61.412z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.28,56.02l0.266,0.756l1.429-0.502c0.037-0.014,0.079,0.012,0.095,0.055l0.706,2.014
+ l0.784-0.277l-1-2.846L196.28,56.02z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.28,56.02l0.266,0.756l1.429-0.502c0.037-0.014,0.079,0.012,0.095,0.055l0.706,2.014
+ l0.784-0.277l-1-2.846L196.28,56.02z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M196.28,56.02l0.266,0.756l1.429-0.502c0.037-0.014,0.079,0.012,0.095,0.055l0.706,2.014
+ l0.784-0.277l-1-2.846L196.28,56.02z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.28,56.02l0.266,0.756l1.429-0.502c0.037-0.014,0.079,0.012,0.095,0.055l0.706,2.014
+ l0.784-0.277l-1-2.846L196.28,56.02z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M196.28,56.02l0.266,0.756l1.429-0.502c0.037-0.014,0.079,0.012,0.095,0.055l0.706,2.014
+ l0.784-0.277l-1-2.846L196.28,56.02z"/>
+
+ <rect x="197.289" y="54.318" transform="matrix(-0.3304 -0.9439 0.9439 -0.3304 210.1855 260.1753)" opacity="0.4" fill="#FFF8B9" width="0.197" height="2.416"/>
+
+ <rect x="197.289" y="54.318" transform="matrix(-0.3304 -0.9439 0.9439 -0.3304 210.1855 260.1753)" opacity="0.4" fill="#FFF8B9" width="0.197" height="2.416"/>
+
+ <rect x="197.289" y="54.318" transform="matrix(-0.3304 -0.9439 0.9439 -0.3304 210.1855 260.1753)" opacity="0.4" fill="#FFF8B9" width="0.197" height="2.416"/>
+
+ <rect x="197.289" y="54.318" transform="matrix(-0.3304 -0.9439 0.9439 -0.3304 210.1855 260.1753)" opacity="0.5" fill="#D1E4B7" width="0.197" height="2.416"/>
+
+ <rect x="197.289" y="54.318" transform="matrix(-0.3304 -0.9439 0.9439 -0.3304 210.1855 260.1753)" opacity="0.4" fill="#FFF8B9" width="0.197" height="2.416"/>
+
+ <rect x="197.289" y="54.318" transform="matrix(-0.3304 -0.9439 0.9439 -0.3304 210.1855 260.1753)" opacity="0.2" fill="#FFF6A3" width="0.197" height="2.416"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M200.175,67.098l1.428-0.502c0.038-0.016,0.055-0.059,0.04-0.104l-1.787-5.08l-1.495,0.525
+ L200.175,67.098z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M200.175,67.098l1.428-0.502c0.038-0.016,0.055-0.059,0.04-0.104l-1.787-5.08l-1.495,0.525
+ L200.175,67.098z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M200.175,67.098l1.428-0.502c0.038-0.016,0.055-0.059,0.04-0.104l-1.787-5.08l-1.495,0.525
+ L200.175,67.098z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M200.175,67.098l1.428-0.502c0.038-0.016,0.055-0.059,0.04-0.104l-1.787-5.08l-1.495,0.525
+ L200.175,67.098z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M200.175,67.098l1.428-0.502c0.038-0.016,0.055-0.059,0.04-0.104l-1.787-5.08l-1.495,0.525
+ L200.175,67.098z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M198.203,61.49c-0.038-0.113,0.089-0.256,0.286-0.326l1.14-0.4l-0.449-1.279l-1.497,0.525
+ L198.203,61.49z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M198.203,61.49c-0.038-0.113,0.089-0.256,0.286-0.326l1.14-0.4l-0.449-1.279l-1.497,0.525
+ L198.203,61.49z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M198.203,61.49c-0.038-0.113,0.089-0.256,0.286-0.326l1.14-0.4l-0.449-1.279l-1.497,0.525
+ L198.203,61.49z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M198.203,61.49c-0.038-0.113,0.089-0.256,0.286-0.326l1.14-0.4l-0.449-1.279l-1.497,0.525
+ L198.203,61.49z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M198.203,61.49c-0.038-0.113,0.089-0.256,0.286-0.326l1.14-0.4l-0.449-1.279l-1.497,0.525
+ L198.203,61.49z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M198.489,61.164c-0.197,0.07-0.324,0.213-0.286,0.326l0.157,0.447l1.495-0.525l-0.227-0.648
+ L198.489,61.164z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M198.489,61.164c-0.197,0.07-0.324,0.213-0.286,0.326l0.157,0.447l1.495-0.525l-0.227-0.648
+ L198.489,61.164z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M198.489,61.164c-0.197,0.07-0.324,0.213-0.286,0.326l0.157,0.447l1.495-0.525l-0.227-0.648
+ L198.489,61.164z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M198.489,61.164c-0.197,0.07-0.324,0.213-0.286,0.326l0.157,0.447l1.495-0.525l-0.227-0.648
+ L198.489,61.164z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M198.489,61.164c-0.197,0.07-0.324,0.213-0.286,0.326l0.157,0.447l1.495-0.525l-0.227-0.648
+ L198.489,61.164z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M198.489,61.164c-0.197,0.07-0.324,0.213-0.286,0.326l0.157,0.447l1.495-0.525l-0.227-0.648
+ L198.489,61.164z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M198.776,58.342l-0.706-2.014c-0.016-0.043-0.059-0.068-0.095-0.055l-1.429,0.502
+ l0.736,2.09L198.776,58.342z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M198.776,58.342l-0.706-2.014c-0.016-0.043-0.059-0.068-0.095-0.055l-1.429,0.502
+ l0.736,2.09L198.776,58.342z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M198.776,58.342l-0.706-2.014c-0.016-0.043-0.059-0.068-0.095-0.055l-1.429,0.502
+ l0.736,2.09L198.776,58.342z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M198.776,58.342l-0.706-2.014c-0.016-0.043-0.059-0.068-0.095-0.055l-1.429,0.502
+ l0.736,2.09L198.776,58.342z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M198.776,58.342l-0.706-2.014c-0.016-0.043-0.059-0.068-0.095-0.055l-1.429,0.502
+ l0.736,2.09L198.776,58.342z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M198.776,58.342l-0.706-2.014c-0.016-0.043-0.059-0.068-0.095-0.055l-1.429,0.502
+ l0.736,2.09L198.776,58.342z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M224.678,50.279l5.034-1.771c-0.472-1.342-1.026-2.633-1.654-3.869l-4.772,1.678
+ L224.678,50.279z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M227.675,43.91c-2.214-4.09-5.252-7.543-8.828-10.221l4.167,11.86L227.675,43.91z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M223.24,46.332c-0.022,0.133-0.111,0.248-0.245,0.297l-4.562,1.6l1.257,3.576
+ c0.039,0.109,0.149,0.174,0.244,0.141l4.743-1.666l-1.393-3.963L223.24,46.332z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M223.24,46.332c-0.022,0.133-0.111,0.248-0.245,0.297l-4.562,1.6l1.257,3.576
+ c0.039,0.109,0.149,0.174,0.244,0.141l4.743-1.666l-1.393-3.963L223.24,46.332z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M218.434,48.229l4.562-1.6c0.134-0.049,0.223-0.164,0.245-0.297l-4.87,1.711L218.434,48.229
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M218.434,48.229l4.562-1.6c0.134-0.049,0.223-0.164,0.245-0.297l-4.87,1.711L218.434,48.229
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M218.434,48.229l4.562-1.6c0.134-0.049,0.223-0.164,0.245-0.297l-4.87,1.711L218.434,48.229
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M213.373,33.828l4.727,13.45l4.915-1.729l-4.167-11.86
+ c-0.628-0.469-1.271-0.912-1.931-1.332l-3.443,1.211C213.378,33.599,213.333,33.716,213.373,33.828z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M213.373,33.828l4.727,13.45l4.915-1.729l-4.167-11.86
+ c-0.628-0.469-1.271-0.912-1.931-1.332l-3.443,1.211C213.378,33.599,213.333,33.716,213.373,33.828z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M213.373,33.828l4.727,13.45l4.915-1.729l-4.167-11.86
+ c-0.628-0.469-1.271-0.912-1.931-1.332l-3.443,1.211C213.378,33.599,213.333,33.716,213.373,33.828z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M197.436,46.326l-0.676-1.924c-0.07-0.195-0.284-0.297-0.481-0.229l-3.706,1.303
+ l0.802,2.279L197.436,46.326z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M197.436,46.326l-0.676-1.924c-0.07-0.195-0.284-0.297-0.481-0.229l-3.706,1.303
+ l0.802,2.279L197.436,46.326z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M197.436,46.326l-0.676-1.924c-0.07-0.195-0.284-0.297-0.481-0.229l-3.706,1.303
+ l0.802,2.279L197.436,46.326z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M197.436,46.326l-0.676-1.924c-0.07-0.195-0.284-0.297-0.481-0.229l-3.706,1.303
+ l0.802,2.279L197.436,46.326z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M197.436,46.326l-0.676-1.924c-0.07-0.195-0.284-0.297-0.481-0.229l-3.706,1.303
+ l0.802,2.279L197.436,46.326z"/>
+
+ <rect x="197.15" y="46.73" transform="matrix(0.3317 0.9434 -0.9434 0.3317 176.7672 -155.3874)" opacity="0.4" fill="#FFF8B9" width="1.814" height="0.679"/>
+
+ <rect x="197.15" y="46.73" transform="matrix(0.3317 0.9434 -0.9434 0.3317 176.7672 -155.3874)" opacity="0.4" fill="#FFF8B9" width="1.814" height="0.679"/>
+
+ <rect x="197.15" y="46.73" transform="matrix(0.3317 0.9434 -0.9434 0.3317 176.7672 -155.3874)" opacity="0.4" fill="#FFF8B9" width="1.814" height="0.679"/>
+
+ <rect x="197.15" y="46.73" transform="matrix(0.3317 0.9434 -0.9434 0.3317 176.7672 -155.3874)" opacity="0.2" fill="#FFF6A3" width="1.814" height="0.679"/>
+
+ <rect x="197.15" y="46.73" transform="matrix(0.3317 0.9434 -0.9434 0.3317 176.7672 -155.3874)" opacity="0.4" fill="#FFF8B9" width="1.814" height="0.679"/>
+
+ <rect x="198.729" y="49.016" transform="matrix(-0.9439 0.3302 -0.3302 -0.9439 403.4675 31.3719)" opacity="0.4" fill="#FFF8B9" width="0.68" height="1.872"/>
+
+ <rect x="198.729" y="49.016" transform="matrix(-0.9439 0.3302 -0.3302 -0.9439 403.4675 31.3719)" opacity="0.4" fill="#FFF8B9" width="0.68" height="1.872"/>
+
+ <rect x="198.729" y="49.016" transform="matrix(-0.9439 0.3302 -0.3302 -0.9439 403.4675 31.3719)" opacity="0.4" fill="#FFF8B9" width="0.68" height="1.872"/>
+
+ <rect x="198.729" y="49.016" transform="matrix(-0.9439 0.3302 -0.3302 -0.9439 403.4675 31.3719)" opacity="0.2" fill="#FFF6A3" width="0.68" height="1.872"/>
+
+ <rect x="198.729" y="49.016" transform="matrix(-0.9439 0.3302 -0.3302 -0.9439 403.4675 31.3719)" opacity="0.4" fill="#FFF8B9" width="0.68" height="1.872"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M199.083,52.152l-1.425,0.498l0.566,1.611l2.422-0.85l-0.662-1.881l-0.652,0.229
+ C199.348,51.93,199.249,52.094,199.083,52.152z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M199.083,52.152l-1.425,0.498l0.566,1.611l2.422-0.85l-0.662-1.881l-0.652,0.229
+ C199.348,51.93,199.249,52.094,199.083,52.152z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M199.083,52.152l-1.425,0.498l0.566,1.611l2.422-0.85l-0.662-1.881l-0.652,0.229
+ C199.348,51.93,199.249,52.094,199.083,52.152z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M199.083,52.152l-1.425,0.498l0.566,1.611l2.422-0.85l-0.662-1.881l-0.652,0.229
+ C199.348,51.93,199.249,52.094,199.083,52.152z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M199.083,52.152l-1.425,0.498l0.566,1.611l2.422-0.85l-0.662-1.881l-0.652,0.229
+ C199.348,51.93,199.249,52.094,199.083,52.152z"/>
+
+ <rect x="195.592" y="53.003" transform="matrix(-0.9435 0.3313 -0.3313 -0.9435 400.3289 39.4627)" opacity="0.4" fill="#FFF8B9" width="2.417" height="1.708"/>
+
+ <rect x="195.592" y="53.003" transform="matrix(-0.9435 0.3313 -0.3313 -0.9435 400.3289 39.4627)" opacity="0.4" fill="#FFF8B9" width="2.417" height="1.708"/>
+
+ <rect x="195.592" y="53.003" transform="matrix(-0.9435 0.3313 -0.3313 -0.9435 400.3289 39.4627)" opacity="0.4" fill="#FFF8B9" width="2.417" height="1.708"/>
+
+ <rect x="195.592" y="53.003" transform="matrix(-0.9435 0.3313 -0.3313 -0.9435 400.3289 39.4627)" opacity="0.4" fill="#FFF8B9" width="2.417" height="1.708"/>
+
+ <rect x="195.592" y="53.003" transform="matrix(-0.9435 0.3313 -0.3313 -0.9435 400.3289 39.4627)" opacity="0.2" fill="#FFF6A3" width="2.417" height="1.708"/>
+
+ <rect x="195.592" y="53.003" transform="matrix(-0.9435 0.3313 -0.3313 -0.9435 400.3289 39.4627)" opacity="0.4" fill="#FFF8B9" width="2.417" height="1.708"/>
+
+ <rect x="193.555" y="46.988" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 396.226 28.2336)" opacity="0.4" fill="#FFF8B9" width="4.303" height="1.815"/>
+
+ <rect x="193.555" y="46.988" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 396.226 28.2336)" opacity="0.4" fill="#FFF8B9" width="4.303" height="1.815"/>
+
+ <rect x="193.555" y="46.988" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 396.226 28.2336)" opacity="0.4" fill="#FFF8B9" width="4.303" height="1.815"/>
+
+ <rect x="193.555" y="46.988" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 396.226 28.2336)" opacity="0.2" fill="#FFF6A3" width="4.303" height="1.815"/>
+
+ <rect x="193.555" y="46.988" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 396.226 28.2336)" opacity="0.4" fill="#FFF8B9" width="4.303" height="1.815"/>
+
+ <rect x="193.555" y="46.988" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 396.226 28.2336)" opacity="0.4" fill="#FFF8B9" width="4.303" height="1.815"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.6,50.781c0.198-0.068,0.414,0.035,0.482,0.234l0.196,0.559l1.781-0.627l-0.622-1.766
+ l-4.061,1.424l0.3,0.855L196.6,50.781z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.6,50.781c0.198-0.068,0.414,0.035,0.482,0.234l0.196,0.559l1.781-0.627l-0.622-1.766
+ l-4.061,1.424l0.3,0.855L196.6,50.781z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.6,50.781c0.198-0.068,0.414,0.035,0.482,0.234l0.196,0.559l1.781-0.627l-0.622-1.766
+ l-4.061,1.424l0.3,0.855L196.6,50.781z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M196.6,50.781c0.198-0.068,0.414,0.035,0.482,0.234l0.196,0.559l1.781-0.627l-0.622-1.766
+ l-4.061,1.424l0.3,0.855L196.6,50.781z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.6,50.781c0.198-0.068,0.414,0.035,0.482,0.234l0.196,0.559l1.781-0.627l-0.622-1.766
+ l-4.061,1.424l0.3,0.855L196.6,50.781z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.6,50.781c0.198-0.068,0.414,0.035,0.482,0.234l0.196,0.559l1.781-0.627l-0.622-1.766
+ l-4.061,1.424l0.3,0.855L196.6,50.781z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M197.658,52.65l1.425-0.498c0.166-0.059,0.265-0.223,0.249-0.393l-1.77,0.623L197.658,52.65
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M197.658,52.65l1.425-0.498c0.166-0.059,0.265-0.223,0.249-0.393l-1.77,0.623L197.658,52.65
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M197.658,52.65l1.425-0.498c0.166-0.059,0.265-0.223,0.249-0.393l-1.77,0.623L197.658,52.65
+ z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M197.658,52.65l1.425-0.498c0.166-0.059,0.265-0.223,0.249-0.393l-1.77,0.623L197.658,52.65
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M197.658,52.65l1.425-0.498c0.166-0.059,0.265-0.223,0.249-0.393l-1.77,0.623L197.658,52.65
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M197.658,52.65l1.425-0.498c0.166-0.059,0.265-0.223,0.249-0.393l-1.77,0.623L197.658,52.65
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M197.082,51.016c-0.068-0.199-0.285-0.303-0.482-0.234l-1.923,0.68l0.322,0.916l2.279-0.803
+ L197.082,51.016z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M197.082,51.016c-0.068-0.199-0.285-0.303-0.482-0.234l-1.923,0.68l0.322,0.916l2.279-0.803
+ L197.082,51.016z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M197.082,51.016c-0.068-0.199-0.285-0.303-0.482-0.234l-1.923,0.68l0.322,0.916l2.279-0.803
+ L197.082,51.016z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M197.082,51.016c-0.068-0.199-0.285-0.303-0.482-0.234l-1.923,0.68l0.322,0.916l2.279-0.803
+ L197.082,51.016z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M197.082,51.016c-0.068-0.199-0.285-0.303-0.482-0.234l-1.923,0.68l0.322,0.916l2.279-0.803
+ L197.082,51.016z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M197.082,51.016c-0.068-0.199-0.285-0.303-0.482-0.234l-1.923,0.68l0.322,0.916l2.279-0.803
+ L197.082,51.016z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M197.082,51.016c-0.068-0.199-0.285-0.303-0.482-0.234l-1.923,0.68l0.322,0.916l2.279-0.803
+ L197.082,51.016z"/>
+
+ <rect x="196.328" y="51.709" transform="matrix(-0.3331 -0.9429 0.9429 -0.3331 212.0172 255.7942)" opacity="0.4" fill="#FFF8B9" width="0.286" height="2.417"/>
+
+ <rect x="196.328" y="51.709" transform="matrix(-0.3331 -0.9429 0.9429 -0.3331 212.0172 255.7942)" opacity="0.4" fill="#FFF8B9" width="0.286" height="2.417"/>
+
+ <rect x="196.328" y="51.709" transform="matrix(-0.3331 -0.9429 0.9429 -0.3331 212.0172 255.7942)" opacity="0.4" fill="#FFF8B9" width="0.286" height="2.417"/>
+
+ <rect x="196.328" y="51.709" transform="matrix(-0.3331 -0.9429 0.9429 -0.3331 212.0172 255.7942)" opacity="0.4" fill="#FFF8B9" width="0.286" height="2.417"/>
+
+ <rect x="196.328" y="51.709" transform="matrix(-0.3331 -0.9429 0.9429 -0.3331 212.0172 255.7942)" opacity="0.2" fill="#FFF6A3" width="0.286" height="2.417"/>
+
+ <rect x="196.328" y="51.709" transform="matrix(-0.3331 -0.9429 0.9429 -0.3331 212.0172 255.7942)" opacity="0.4" fill="#FFF8B9" width="0.286" height="2.417"/>
+
+ <rect x="196.328" y="51.709" transform="matrix(-0.3331 -0.9429 0.9429 -0.3331 212.0172 255.7942)" opacity="0.4" fill="#FFF8B9" width="0.286" height="2.417"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M203.941,77.816l-8.976,3.158l1.352,3.846l8.621-3.031c0.196-0.068,0.283-0.334,0.191-0.59
+ l-0.607-1.73L203.941,77.816z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M203.941,77.816l-8.976,3.158l1.352,3.846l8.621-3.031c0.196-0.068,0.283-0.334,0.191-0.59
+ l-0.607-1.73L203.941,77.816z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.181,68.502c-0.038,0.012-0.079-0.014-0.095-0.057l-2.465-7.01l-4.915,1.729
+ l6.259,17.811l8.976-3.158l-3.767-10.719L196.181,68.502z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.181,68.502c-0.038,0.012-0.079-0.014-0.095-0.057l-2.465-7.01l-4.915,1.729
+ l6.259,17.811l8.976-3.158l-3.767-10.719L196.181,68.502z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.181,68.502c-0.038,0.012-0.079-0.014-0.095-0.057l-2.465-7.01l-4.915,1.729
+ l6.259,17.811l8.976-3.158l-3.767-10.719L196.181,68.502z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M188.389,61.002c-0.046,0.018-0.09,0.012-0.099-0.012l-0.677-1.926l-0.31,0.109l1.001,2.848
+ l3.135-1.102l-0.31-0.879L188.389,61.002z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M188.389,61.002c-0.046,0.018-0.09,0.012-0.099-0.012l-0.677-1.926l-0.31,0.109l1.001,2.848
+ l3.135-1.102l-0.31-0.879L188.389,61.002z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M188.389,61.002c-0.046,0.018-0.09,0.012-0.099-0.012l-0.677-1.926l-0.31,0.109l1.001,2.848
+ l3.135-1.102l-0.31-0.879L188.389,61.002z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M186.566,57.076l-0.26-0.738l-1.138,0.4l0.094,0.271l0.783-0.275
+ C186.243,56.662,186.476,56.818,186.566,57.076z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M186.566,57.076l-0.26-0.738l-1.138,0.4l0.094,0.271l0.783-0.275
+ C186.243,56.662,186.476,56.818,186.566,57.076z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M186.566,57.076l-0.26-0.738l-1.138,0.4l0.094,0.271l0.783-0.275
+ C186.243,56.662,186.476,56.818,186.566,57.076z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M186.566,57.076l-0.26-0.738l-1.138,0.4l0.094,0.271l0.783-0.275
+ C186.243,56.662,186.476,56.818,186.566,57.076z"/>
+
+ <rect x="184.538" y="53.91" transform="matrix(0.943 -0.3329 0.3329 0.943 -7.6983 64.7632)" opacity="0.4" fill="#FFF8B9" width="1.209" height="1.874"/>
+
+ <rect x="184.538" y="53.91" transform="matrix(0.943 -0.3329 0.3329 0.943 -7.6983 64.7632)" opacity="0.4" fill="#FFF8B9" width="1.209" height="1.874"/>
+
+ <rect x="184.538" y="53.91" transform="matrix(0.943 -0.3329 0.3329 0.943 -7.6983 64.7632)" opacity="0.5" fill="#D1E4B7" width="1.209" height="1.874"/>
+
+ <rect x="184.538" y="53.91" transform="matrix(0.943 -0.3329 0.3329 0.943 -7.6983 64.7632)" opacity="0.4" fill="#FFF8B9" width="1.209" height="1.874"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M187.612,59.059c-0.121,0.025-0.24-0.01-0.328-0.088l-0.045,0.016l0.065,0.188l0.31-0.109
+ L187.612,59.059z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M187.612,59.059c-0.121,0.025-0.24-0.01-0.328-0.088l-0.045,0.016l0.065,0.188l0.31-0.109
+ L187.612,59.059z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M187.612,59.059c-0.121,0.025-0.24-0.01-0.328-0.088l-0.045,0.016l0.065,0.188l0.31-0.109
+ L187.612,59.059z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M187.612,59.059c-0.121,0.025-0.24-0.01-0.328-0.088l-0.045,0.016l0.065,0.188l0.31-0.109
+ L187.612,59.059z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M179.19,36.09l-0.785,0.278c-0.197,0.068-0.282,0.332-0.192,0.591l5.646,16.062l1.14-0.402
+ L179.19,36.09z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M179.19,36.09l-0.785,0.278c-0.197,0.068-0.282,0.332-0.192,0.591l5.646,16.062l1.14-0.402
+ L179.19,36.09z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M179.19,36.09l-0.785,0.278c-0.197,0.068-0.282,0.332-0.192,0.591l5.646,16.062l1.14-0.402
+ L179.19,36.09z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M179.19,36.09l-0.785,0.278c-0.197,0.068-0.282,0.332-0.192,0.591l5.646,16.062l1.14-0.402
+ L179.19,36.09z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="186.617,56.229 186.306,56.338 186.566,57.076 186.968,58.221 187.279,58.109 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="186.617,56.229 186.306,56.338 186.566,57.076 186.968,58.221 187.279,58.109 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="186.617,56.229 186.306,56.338 186.566,57.076 186.968,58.221 187.279,58.109 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="186.617,56.229 186.306,56.338 186.566,57.076 186.968,58.221 187.279,58.109 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="186.617,56.229 186.306,56.338 186.566,57.076 186.968,58.221 187.279,58.109 "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M189.158,54.428l-0.198-0.559c-0.068-0.197,0.036-0.412,0.232-0.48l1.425-0.504l-0.3-0.852
+ l-4.916,1.729l0.623,1.77L189.158,54.428z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M189.158,54.428l-0.198-0.559c-0.068-0.197,0.036-0.412,0.232-0.48l1.425-0.504l-0.3-0.852
+ l-4.916,1.729l0.623,1.77L189.158,54.428z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M189.158,54.428l-0.198-0.559c-0.068-0.197,0.036-0.412,0.232-0.48l1.425-0.504l-0.3-0.852
+ l-4.916,1.729l0.623,1.77L189.158,54.428z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M189.158,54.428l-0.198-0.559c-0.068-0.197,0.036-0.412,0.232-0.48l1.425-0.504l-0.3-0.852
+ l-4.916,1.729l0.623,1.77L189.158,54.428z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M189.158,54.428l-0.198-0.559c-0.068-0.197,0.036-0.412,0.232-0.48l1.425-0.504l-0.3-0.852
+ l-4.916,1.729l0.623,1.77L189.158,54.428z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M187.284,58.971c0.088,0.078,0.208,0.113,0.328,0.088l-0.063-0.18L187.284,58.971z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M187.284,58.971c0.088,0.078,0.208,0.113,0.328,0.088l-0.063-0.18L187.284,58.971z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M187.284,58.971c0.088,0.078,0.208,0.113,0.328,0.088l-0.063-0.18L187.284,58.971z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M187.284,58.971c0.088,0.078,0.208,0.113,0.328,0.088l-0.063-0.18L187.284,58.971z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M187.284,58.971c0.088,0.078,0.208,0.113,0.328,0.088l-0.063-0.18L187.284,58.971z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M189.916,50.891l-1.277-3.633c-0.068-0.195,0.034-0.41,0.23-0.48l1.924-0.676l-0.132-0.377
+ c-0.025-0.07,0.023-0.15,0.107-0.18l1.628-0.576l-4.066-11.565c-0.09-0.256-0.325-0.412-0.521-0.342l-8.619,3.028L185,52.619
+ L189.916,50.891z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M189.916,50.891l-1.277-3.633c-0.068-0.195,0.034-0.41,0.23-0.48l1.924-0.676l-0.132-0.377
+ c-0.025-0.07,0.023-0.15,0.107-0.18l1.628-0.576l-4.066-11.565c-0.09-0.256-0.325-0.412-0.521-0.342l-8.619,3.028L185,52.619
+ L189.916,50.891z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M189.916,50.891l-1.277-3.633c-0.068-0.195,0.034-0.41,0.23-0.48l1.924-0.676l-0.132-0.377
+ c-0.025-0.07,0.023-0.15,0.107-0.18l1.628-0.576l-4.066-11.565c-0.09-0.256-0.325-0.412-0.521-0.342l-8.619,3.028L185,52.619
+ L189.916,50.891z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M189.916,50.891l-1.277-3.633c-0.068-0.195,0.034-0.41,0.23-0.48l1.924-0.676l-0.132-0.377
+ c-0.025-0.07,0.023-0.15,0.107-0.18l1.628-0.576l-4.066-11.565c-0.09-0.256-0.325-0.412-0.521-0.342l-8.619,3.028L185,52.619
+ L189.916,50.891z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M189.916,50.891l-1.277-3.633c-0.068-0.195,0.034-0.41,0.23-0.48l1.924-0.676l-0.132-0.377
+ c-0.025-0.07,0.023-0.15,0.107-0.18l1.628-0.576l-4.066-11.565c-0.09-0.256-0.325-0.412-0.521-0.342l-8.619,3.028L185,52.619
+ L189.916,50.891z"/>
+
+ <rect x="191.231" y="59.702" transform="matrix(0.9436 -0.3311 0.3311 0.9436 -9.0822 67.0204)" opacity="0.4" fill="#FFF8B9" width="1.888" height="0.932"/>
+
+ <rect x="191.231" y="59.702" transform="matrix(0.9436 -0.3311 0.3311 0.9436 -9.0822 67.0204)" opacity="0.4" fill="#FFF8B9" width="1.888" height="0.932"/>
+
+ <rect x="191.231" y="59.702" transform="matrix(0.9436 -0.3311 0.3311 0.9436 -9.0822 67.0204)" opacity="0.4" fill="#FFF8B9" width="1.888" height="0.932"/>
+
+ <rect x="191.231" y="59.702" transform="matrix(0.9436 -0.3311 0.3311 0.9436 -9.0822 67.0204)" opacity="0.4" fill="#FFF8B9" width="1.888" height="0.932"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M190.617,52.885l-1.425,0.504c-0.196,0.068-0.3,0.283-0.232,0.48l0.198,0.559l1.782-0.625
+ L190.617,52.885z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M190.617,52.885l-1.425,0.504c-0.196,0.068-0.3,0.283-0.232,0.48l0.198,0.559l1.782-0.625
+ L190.617,52.885z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M190.617,52.885l-1.425,0.504c-0.196,0.068-0.3,0.283-0.232,0.48l0.198,0.559l1.782-0.625
+ L190.617,52.885z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M190.617,52.885l-1.425,0.504c-0.196,0.068-0.3,0.283-0.232,0.48l0.198,0.559l1.782-0.625
+ L190.617,52.885z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M190.617,52.885l-1.425,0.504c-0.196,0.068-0.3,0.283-0.232,0.48l0.198,0.559l1.782-0.625
+ L190.617,52.885z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M190.617,52.885l-1.425,0.504c-0.196,0.068-0.3,0.283-0.232,0.48l0.198,0.559l1.782-0.625
+ L190.617,52.885z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M193.826,81.375l1.188,3.377c0.09,0.258,0.323,0.412,0.52,0.342l0.783-0.273l-1.352-3.846
+ L193.826,81.375z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M193.826,81.375l1.188,3.377c0.09,0.258,0.323,0.412,0.52,0.342l0.783-0.273l-1.352-3.846
+ L193.826,81.375z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M193.826,81.375l1.188,3.377c0.09,0.258,0.323,0.412,0.52,0.342l0.783-0.273l-1.352-3.846
+ L193.826,81.375z"/>
+
+ <rect x="190.662" y="62.83" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -13.1421 67.484)" opacity="0.4" fill="#FFF8B9" width="1.208" height="18.878"/>
+
+ <rect x="190.662" y="62.83" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -13.1421 67.484)" opacity="0.4" fill="#FFF8B9" width="1.208" height="18.878"/>
+
+ <rect x="190.662" y="62.83" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -13.1421 67.484)" opacity="0.4" fill="#FFF8B9" width="1.208" height="18.878"/>
+
+ <rect x="190.662" y="62.83" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -13.1421 67.484)" opacity="0.4" fill="#FFF8B9" width="1.208" height="18.878"/>
+
+ <rect x="186.63" y="59.289" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -9.5675 65.4989)" opacity="0.4" fill="#FFF8B9" width="1.208" height="3.019"/>
+
+ <rect x="186.63" y="59.289" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -9.5675 65.4989)" opacity="0.4" fill="#FFF8B9" width="1.208" height="3.019"/>
+
+ <rect x="186.63" y="59.289" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -9.5675 65.4989)" opacity="0.4" fill="#FFF8B9" width="1.208" height="3.019"/>
+
+ <rect x="186.63" y="59.289" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -9.5675 65.4989)" opacity="0.4" fill="#FFF8B9" width="1.208" height="3.019"/>
+
+ <rect x="186.097" y="59.182" transform="matrix(0.943 -0.3329 0.3329 0.943 -9.0854 65.5349)" opacity="0.4" fill="#FFF8B9" width="1.209" height="0.197"/>
+
+ <rect x="186.097" y="59.182" transform="matrix(0.943 -0.3329 0.3329 0.943 -9.0854 65.5349)" opacity="0.4" fill="#FFF8B9" width="1.209" height="0.197"/>
+
+ <rect x="186.097" y="59.182" transform="matrix(0.943 -0.3329 0.3329 0.943 -9.0854 65.5349)" opacity="0.5" fill="#D1E4B7" width="1.209" height="0.197"/>
+
+ <rect x="186.097" y="59.182" transform="matrix(0.943 -0.3329 0.3329 0.943 -9.0854 65.5349)" opacity="0.4" fill="#FFF8B9" width="1.209" height="0.197"/>
+
+ <rect x="186.097" y="59.182" transform="matrix(0.943 -0.3329 0.3329 0.943 -9.0854 65.5349)" opacity="0.4" fill="#FFF8B9" width="1.209" height="0.197"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M186.566,57.076c-0.09-0.258-0.324-0.414-0.521-0.342l-0.783,0.275l0.566,1.611l1.14-0.4
+ L186.566,57.076z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M186.566,57.076c-0.09-0.258-0.324-0.414-0.521-0.342l-0.783,0.275l0.566,1.611l1.14-0.4
+ L186.566,57.076z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M186.566,57.076c-0.09-0.258-0.324-0.414-0.521-0.342l-0.783,0.275l0.566,1.611l1.14-0.4
+ L186.566,57.076z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M186.566,57.076c-0.09-0.258-0.324-0.414-0.521-0.342l-0.783,0.275l0.566,1.611l1.14-0.4
+ L186.566,57.076z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M186.566,57.076c-0.09-0.258-0.324-0.414-0.521-0.342l-0.783,0.275l0.566,1.611l1.14-0.4
+ L186.566,57.076z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M190.661,45.725l0.132,0.377l1.78-0.625l-0.177-0.508l-1.628,0.576
+ C190.685,45.574,190.636,45.654,190.661,45.725z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M190.661,45.725l0.132,0.377l1.78-0.625l-0.177-0.508l-1.628,0.576
+ C190.685,45.574,190.636,45.654,190.661,45.725z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M190.661,45.725l0.132,0.377l1.78-0.625l-0.177-0.508l-1.628,0.576
+ C190.685,45.574,190.636,45.654,190.661,45.725z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M190.661,45.725l0.132,0.377l1.78-0.625l-0.177-0.508l-1.628,0.576
+ C190.685,45.574,190.636,45.654,190.661,45.725z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M190.661,45.725l0.132,0.377l1.78-0.625l-0.177-0.508l-1.628,0.576
+ C190.685,45.574,190.636,45.654,190.661,45.725z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M190.661,45.725l0.132,0.377l1.78-0.625l-0.177-0.508l-1.628,0.576
+ C190.685,45.574,190.636,45.654,190.661,45.725z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="194.499,56.643 194.765,57.4 196.546,56.775 196.28,56.02 195.924,56.143 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="194.499,56.643 194.765,57.4 196.546,56.775 196.28,56.02 195.924,56.143 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="194.499,56.643 194.765,57.4 196.546,56.775 196.28,56.02 195.924,56.143 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="194.499,56.643 194.765,57.4 196.546,56.775 196.28,56.02 195.924,56.143 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="194.499,56.643 194.765,57.4 196.546,56.775 196.28,56.02 195.924,56.143 "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.169,55.848c-0.022,0.133-0.111,0.25-0.245,0.295l0.356-0.123l-0.065-0.186
+ L196.169,55.848z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.169,55.848c-0.022,0.133-0.111,0.25-0.245,0.295l0.356-0.123l-0.065-0.186
+ L196.169,55.848z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.169,55.848c-0.022,0.133-0.111,0.25-0.245,0.295l0.356-0.123l-0.065-0.186
+ L196.169,55.848z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.169,55.848c-0.022,0.133-0.111,0.25-0.245,0.295l0.356-0.123l-0.065-0.186
+ L196.169,55.848z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M196.169,55.848c-0.022,0.133-0.111,0.25-0.245,0.295l0.356-0.123l-0.065-0.186
+ L196.169,55.848z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.169,55.848c-0.022,0.133-0.111,0.25-0.245,0.295l0.356-0.123l-0.065-0.186
+ L196.169,55.848z"/>
+
+ <rect x="193.837" y="53.78" transform="matrix(0.9436 -0.331 0.331 0.9436 -7.1144 67.4956)" opacity="0.4" fill="#FFF8B9" width="1.51" height="1.708"/>
+
+ <rect x="193.837" y="53.78" transform="matrix(0.9436 -0.331 0.331 0.9436 -7.1144 67.4956)" opacity="0.4" fill="#FFF8B9" width="1.51" height="1.708"/>
+
+ <rect x="193.837" y="53.78" transform="matrix(0.9436 -0.331 0.331 0.9436 -7.1144 67.4956)" opacity="0.4" fill="#FFF8B9" width="1.51" height="1.708"/>
+
+ <rect x="193.837" y="53.78" transform="matrix(0.9436 -0.331 0.331 0.9436 -7.1144 67.4956)" opacity="0.5" fill="#D1E4B7" width="1.51" height="1.708"/>
+
+ <rect x="193.837" y="53.78" transform="matrix(0.9436 -0.331 0.331 0.9436 -7.1144 67.4956)" opacity="0.4" fill="#FFF8B9" width="1.51" height="1.708"/>
+
+ <rect x="193.837" y="53.78" transform="matrix(0.9436 -0.331 0.331 0.9436 -7.1144 67.4956)" opacity="0.2" fill="#FFF6A3" width="1.51" height="1.708"/>
+
+ <rect x="193.837" y="53.78" transform="matrix(0.9436 -0.331 0.331 0.9436 -7.1144 67.4956)" opacity="0.4" fill="#FFF8B9" width="1.51" height="1.708"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.169,55.848l-1.735,0.611l0.064,0.184l1.425-0.5
+ C196.058,56.098,196.147,55.98,196.169,55.848z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.169,55.848l-1.735,0.611l0.064,0.184l1.425-0.5
+ C196.058,56.098,196.147,55.98,196.169,55.848z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.169,55.848l-1.735,0.611l0.064,0.184l1.425-0.5
+ C196.058,56.098,196.147,55.98,196.169,55.848z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M196.169,55.848l-1.735,0.611l0.064,0.184l1.425-0.5
+ C196.058,56.098,196.147,55.98,196.169,55.848z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.169,55.848l-1.735,0.611l0.064,0.184l1.425-0.5
+ C196.058,56.098,196.147,55.98,196.169,55.848z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M196.169,55.848l-1.735,0.611l0.064,0.184l1.425-0.5
+ C196.058,56.098,196.147,55.98,196.169,55.848z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.169,55.848l-1.735,0.611l0.064,0.184l1.425-0.5
+ C196.058,56.098,196.147,55.98,196.169,55.848z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.731,62.51c-0.083,0.029-0.173-0.004-0.198-0.078l-0.632-1.795l-2.281,0.799l2.465,7.01
+ c0.016,0.043,0.058,0.068,0.095,0.057l3.994-1.404l-1.814-5.16L196.731,62.51z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.731,62.51c-0.083,0.029-0.173-0.004-0.198-0.078l-0.632-1.795l-2.281,0.799l2.465,7.01
+ c0.016,0.043,0.058,0.068,0.095,0.057l3.994-1.404l-1.814-5.16L196.731,62.51z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M196.731,62.51c-0.083,0.029-0.173-0.004-0.198-0.078l-0.632-1.795l-2.281,0.799l2.465,7.01
+ c0.016,0.043,0.058,0.068,0.095,0.057l3.994-1.404l-1.814-5.16L196.731,62.51z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.731,62.51c-0.083,0.029-0.173-0.004-0.198-0.078l-0.632-1.795l-2.281,0.799l2.465,7.01
+ c0.016,0.043,0.058,0.068,0.095,0.057l3.994-1.404l-1.814-5.16L196.731,62.51z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M195.107,58.643l-2.196,0.773l0.31,0.879l2.279-0.801l-0.325-0.922
+ C195.185,58.596,195.154,58.625,195.107,58.643z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M195.107,58.643l-2.196,0.773l0.31,0.879l2.279-0.801l-0.325-0.922
+ C195.185,58.596,195.154,58.625,195.107,58.643z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M195.107,58.643l-2.196,0.773l0.31,0.879l2.279-0.801l-0.325-0.922
+ C195.185,58.596,195.154,58.625,195.107,58.643z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M195.107,58.643l-2.196,0.773l0.31,0.879l2.279-0.801l-0.325-0.922
+ C195.185,58.596,195.154,58.625,195.107,58.643z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M195.107,58.643l-2.196,0.773l0.31,0.879l2.279-0.801l-0.325-0.922
+ C195.185,58.596,195.154,58.625,195.107,58.643z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M195.902,60.637l0.632,1.795c0.024,0.074,0.115,0.107,0.198,0.078l1.629-0.572l-0.157-0.447
+ l-0.521-1.48L195.902,60.637z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M195.902,60.637l0.632,1.795c0.024,0.074,0.115,0.107,0.198,0.078l1.629-0.572l-0.157-0.447
+ l-0.521-1.48L195.902,60.637z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M195.902,60.637l0.632,1.795c0.024,0.074,0.115,0.107,0.198,0.078l1.629-0.572l-0.157-0.447
+ l-0.521-1.48L195.902,60.637z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M195.902,60.637l0.632,1.795c0.024,0.074,0.115,0.107,0.198,0.078l1.629-0.572l-0.157-0.447
+ l-0.521-1.48L195.902,60.637z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M195.902,60.637l0.632,1.795c0.024,0.074,0.115,0.107,0.198,0.078l1.629-0.572l-0.157-0.447
+ l-0.521-1.48L195.902,60.637z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="196.546,56.775 194.765,57.4 195.176,58.572 195.5,59.494 197.282,58.865 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="196.546,56.775 194.765,57.4 195.176,58.572 195.5,59.494 197.282,58.865 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="196.546,56.775 194.765,57.4 195.176,58.572 195.5,59.494 197.282,58.865 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="196.546,56.775 194.765,57.4 195.176,58.572 195.5,59.494 197.282,58.865 "/>
+ <polygon opacity="0.4" fill="#FFF6A3" points="196.546,56.775 194.765,57.4 195.176,58.572 195.5,59.494 197.282,58.865 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="196.546,56.775 194.765,57.4 195.176,58.572 195.5,59.494 197.282,58.865 "/>
+
+ <rect x="190.399" y="51.607" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -6.4236 66.4542)" opacity="0.4" fill="#FFF8B9" width="2.416" height="0.903"/>
+
+ <rect x="190.399" y="51.607" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -6.4236 66.4542)" opacity="0.4" fill="#FFF8B9" width="2.416" height="0.903"/>
+
+ <rect x="190.399" y="51.607" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -6.4236 66.4542)" opacity="0.4" fill="#FFF8B9" width="2.416" height="0.903"/>
+
+ <rect x="190.399" y="51.607" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -6.4236 66.4542)" opacity="0.5" fill="#D1E4B7" width="2.416" height="0.903"/>
+
+ <rect x="190.399" y="51.607" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -6.4236 66.4542)" opacity="0.4" fill="#FFF8B9" width="2.416" height="0.903"/>
+
+ <rect x="190.399" y="51.607" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -6.4236 66.4542)" opacity="0.4" fill="#FFF8B9" width="2.416" height="0.903"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M190.793,46.102l-1.924,0.676c-0.196,0.07-0.299,0.285-0.23,0.48l1.277,3.633l2.279-0.803
+ L190.793,46.102z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M190.793,46.102l-1.924,0.676c-0.196,0.07-0.299,0.285-0.23,0.48l1.277,3.633l2.279-0.803
+ L190.793,46.102z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M190.793,46.102l-1.924,0.676c-0.196,0.07-0.299,0.285-0.23,0.48l1.277,3.633l2.279-0.803
+ L190.793,46.102z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M190.793,46.102l-1.924,0.676c-0.196,0.07-0.299,0.285-0.23,0.48l1.277,3.633l2.279-0.803
+ L190.793,46.102z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M190.793,46.102l-1.924,0.676c-0.196,0.07-0.299,0.285-0.23,0.48l1.277,3.633l2.279-0.803
+ L190.793,46.102z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M190.793,46.102l-1.924,0.676c-0.196,0.07-0.299,0.285-0.23,0.48l1.277,3.633l2.279-0.803
+ L190.793,46.102z"/>
+
+ <rect x="191.431" y="51.736" transform="matrix(0.3321 0.9432 -0.9432 0.3321 178.1126 -145.6641)" opacity="0.4" fill="#FFF8B9" width="0.973" height="2.415"/>
+
+ <rect x="191.431" y="51.736" transform="matrix(0.3321 0.9432 -0.9432 0.3321 178.1126 -145.6641)" opacity="0.4" fill="#FFF8B9" width="0.973" height="2.415"/>
+
+ <rect x="191.431" y="51.736" transform="matrix(0.3321 0.9432 -0.9432 0.3321 178.1126 -145.6641)" opacity="0.4" fill="#FFF8B9" width="0.973" height="2.415"/>
+
+ <rect x="191.431" y="51.736" transform="matrix(0.3321 0.9432 -0.9432 0.3321 178.1126 -145.6641)" opacity="0.5" fill="#D1E4B7" width="0.973" height="2.415"/>
+
+ <rect x="191.431" y="51.736" transform="matrix(0.3321 0.9432 -0.9432 0.3321 178.1126 -145.6641)" opacity="0.4" fill="#FFF8B9" width="0.973" height="2.415"/>
+
+ <rect x="191.431" y="51.736" transform="matrix(0.3321 0.9432 -0.9432 0.3321 178.1126 -145.6641)" opacity="0.4" fill="#FFF8B9" width="0.973" height="2.415"/>
+
+ <rect x="191.431" y="51.736" transform="matrix(0.3321 0.9432 -0.9432 0.3321 178.1126 -145.6641)" opacity="0.4" fill="#FFF8B9" width="0.973" height="2.415"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M193.62,49.592l-0.476-1.355c-0.071-0.197,0.034-0.412,0.231-0.48l-0.802-2.279l-1.78,0.625
+ l1.402,3.986L193.62,49.592z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M193.62,49.592l-0.476-1.355c-0.071-0.197,0.034-0.412,0.231-0.48l-0.802-2.279l-1.78,0.625
+ l1.402,3.986L193.62,49.592z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M193.62,49.592l-0.476-1.355c-0.071-0.197,0.034-0.412,0.231-0.48l-0.802-2.279l-1.78,0.625
+ l1.402,3.986L193.62,49.592z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M193.62,49.592l-0.476-1.355c-0.071-0.197,0.034-0.412,0.231-0.48l-0.802-2.279l-1.78,0.625
+ l1.402,3.986L193.62,49.592z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M193.62,49.592l-0.476-1.355c-0.071-0.197,0.034-0.412,0.231-0.48l-0.802-2.279l-1.78,0.625
+ l1.402,3.986L193.62,49.592z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M193.62,49.592l-0.476-1.355c-0.071-0.197,0.034-0.412,0.231-0.48l-0.802-2.279l-1.78,0.625
+ l1.402,3.986L193.62,49.592z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M193.62,49.592l-0.476-1.355c-0.071-0.197,0.034-0.412,0.231-0.48l-0.802-2.279l-1.78,0.625
+ l1.402,3.986L193.62,49.592z"/>
+
+ <rect x="193.008" y="50.652" transform="matrix(0.3328 0.943 -0.943 0.3328 177.56 -148.1324)" opacity="0.4" fill="#FFF8B9" width="0.901" height="1.51"/>
+
+ <rect x="193.008" y="50.652" transform="matrix(0.3328 0.943 -0.943 0.3328 177.56 -148.1324)" opacity="0.4" fill="#FFF8B9" width="0.901" height="1.51"/>
+
+ <rect x="193.008" y="50.652" transform="matrix(0.3328 0.943 -0.943 0.3328 177.56 -148.1324)" opacity="0.4" fill="#FFF8B9" width="0.901" height="1.51"/>
+
+ <rect x="193.008" y="50.652" transform="matrix(0.3328 0.943 -0.943 0.3328 177.56 -148.1324)" opacity="0.5" fill="#D1E4B7" width="0.901" height="1.51"/>
+
+ <rect x="193.008" y="50.652" transform="matrix(0.3328 0.943 -0.943 0.3328 177.56 -148.1324)" opacity="0.2" fill="#FFF6A3" width="0.901" height="1.51"/>
+
+ <rect x="193.008" y="50.652" transform="matrix(0.3328 0.943 -0.943 0.3328 177.56 -148.1324)" opacity="0.4" fill="#FFF8B9" width="0.901" height="1.51"/>
+
+ <rect x="193.008" y="50.652" transform="matrix(0.3328 0.943 -0.943 0.3328 177.56 -148.1324)" opacity="0.4" fill="#FFF8B9" width="0.901" height="1.51"/>
+
+ <rect x="194.12" y="52.939" transform="matrix(0.3352 0.9421 -0.9421 0.3352 179.7223 -147.3273)" opacity="0.4" fill="#FFF8B9" width="0.284" height="1.509"/>
+
+ <rect x="194.12" y="52.939" transform="matrix(0.3352 0.9421 -0.9421 0.3352 179.7223 -147.3273)" opacity="0.4" fill="#FFF8B9" width="0.284" height="1.509"/>
+
+ <rect x="194.12" y="52.939" transform="matrix(0.3352 0.9421 -0.9421 0.3352 179.7223 -147.3273)" opacity="0.4" fill="#FFF8B9" width="0.284" height="1.509"/>
+
+ <rect x="194.12" y="52.939" transform="matrix(0.3352 0.9421 -0.9421 0.3352 179.7223 -147.3273)" opacity="0.5" fill="#D1E4B7" width="0.284" height="1.509"/>
+
+ <rect x="194.12" y="52.939" transform="matrix(0.3352 0.9421 -0.9421 0.3352 179.7223 -147.3273)" opacity="0.4" fill="#FFF8B9" width="0.284" height="1.509"/>
+
+ <rect x="194.12" y="52.939" transform="matrix(0.3352 0.9421 -0.9421 0.3352 179.7223 -147.3273)" opacity="0.2" fill="#FFF6A3" width="0.284" height="1.509"/>
+
+ <rect x="194.12" y="52.939" transform="matrix(0.3352 0.9421 -0.9421 0.3352 179.7223 -147.3273)" opacity="0.4" fill="#FFF8B9" width="0.284" height="1.509"/>
+
+ <rect x="194.12" y="52.939" transform="matrix(0.3352 0.9421 -0.9421 0.3352 179.7223 -147.3273)" opacity="0.4" fill="#FFF8B9" width="0.284" height="1.509"/>
+
+ <rect x="193.014" y="51.805" transform="matrix(0.9432 -0.3323 0.3323 0.9432 -6.3658 67.3567)" opacity="0.4" fill="#FFF8B9" width="1.511" height="0.973"/>
+
+ <rect x="193.014" y="51.805" transform="matrix(0.9432 -0.3323 0.3323 0.9432 -6.3658 67.3567)" opacity="0.4" fill="#FFF8B9" width="1.511" height="0.973"/>
+
+ <rect x="193.014" y="51.805" transform="matrix(0.9432 -0.3323 0.3323 0.9432 -6.3658 67.3567)" opacity="0.4" fill="#FFF8B9" width="1.511" height="0.973"/>
+
+ <rect x="193.014" y="51.805" transform="matrix(0.9432 -0.3323 0.3323 0.9432 -6.3658 67.3567)" opacity="0.5" fill="#D1E4B7" width="1.511" height="0.973"/>
+
+ <rect x="193.014" y="51.805" transform="matrix(0.9432 -0.3323 0.3323 0.9432 -6.3658 67.3567)" opacity="0.4" fill="#FFF8B9" width="1.511" height="0.973"/>
+
+ <rect x="193.014" y="51.805" transform="matrix(0.9432 -0.3323 0.3323 0.9432 -6.3658 67.3567)" opacity="0.2" fill="#FFF6A3" width="1.511" height="0.973"/>
+
+ <rect x="193.014" y="51.805" transform="matrix(0.9432 -0.3323 0.3323 0.9432 -6.3658 67.3567)" opacity="0.4" fill="#FFF8B9" width="1.511" height="0.973"/>
+
+ <rect x="193.014" y="51.805" transform="matrix(0.9432 -0.3323 0.3323 0.9432 -6.3658 67.3567)" opacity="0.4" fill="#FFF8B9" width="1.511" height="0.973"/>
+
+ <rect x="195.295" y="53.468" transform="matrix(-0.9416 0.3367 -0.3367 -0.9416 397.8422 39.6416)" opacity="0.4" fill="#FFF8B9" width="0.377" height="1.706"/>
+
+ <rect x="195.295" y="53.468" transform="matrix(-0.9416 0.3367 -0.3367 -0.9416 397.8422 39.6416)" opacity="0.4" fill="#FFF8B9" width="0.377" height="1.706"/>
+
+ <rect x="195.295" y="53.468" transform="matrix(-0.9416 0.3367 -0.3367 -0.9416 397.8422 39.6416)" opacity="0.4" fill="#FFF8B9" width="0.377" height="1.706"/>
+
+ <rect x="195.295" y="53.468" transform="matrix(-0.9416 0.3367 -0.3367 -0.9416 397.8422 39.6416)" opacity="0.5" fill="#D1E4B7" width="0.377" height="1.706"/>
+
+ <rect x="195.295" y="53.468" transform="matrix(-0.9416 0.3367 -0.3367 -0.9416 397.8422 39.6416)" opacity="0.4" fill="#FFF8B9" width="0.377" height="1.706"/>
+
+ <rect x="195.295" y="53.468" transform="matrix(-0.9416 0.3367 -0.3367 -0.9416 397.8422 39.6416)" opacity="0.2" fill="#FFF6A3" width="0.377" height="1.706"/>
+
+ <rect x="195.295" y="53.468" transform="matrix(-0.9416 0.3367 -0.3367 -0.9416 397.8422 39.6416)" opacity="0.4" fill="#FFF8B9" width="0.377" height="1.706"/>
+
+ <rect x="195.295" y="53.468" transform="matrix(-0.9416 0.3367 -0.3367 -0.9416 397.8422 39.6416)" opacity="0.4" fill="#FFF8B9" width="0.377" height="1.706"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="194.376,50.605 194.021,50.732 194.32,51.582 194.677,51.461 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="194.376,50.605 194.021,50.732 194.32,51.582 194.677,51.461 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="194.376,50.605 194.021,50.732 194.32,51.582 194.677,51.461 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="194.376,50.605 194.021,50.732 194.32,51.582 194.677,51.461 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="194.376,50.605 194.021,50.732 194.32,51.582 194.677,51.461 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="194.376,50.605 194.021,50.732 194.32,51.582 194.677,51.461 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="194.376,50.605 194.021,50.732 194.32,51.582 194.677,51.461 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="194.376,50.605 194.021,50.732 194.32,51.582 194.677,51.461 "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M193.375,47.756c-0.197,0.068-0.302,0.283-0.231,0.48l0.476,1.355l0.356-0.127
+ L193.375,47.756z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M193.375,47.756c-0.197,0.068-0.302,0.283-0.231,0.48l0.476,1.355l0.356-0.127
+ L193.375,47.756z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M193.375,47.756c-0.197,0.068-0.302,0.283-0.231,0.48l0.476,1.355l0.356-0.127
+ L193.375,47.756z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M193.375,47.756c-0.197,0.068-0.302,0.283-0.231,0.48l0.476,1.355l0.356-0.127
+ L193.375,47.756z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M193.375,47.756c-0.197,0.068-0.302,0.283-0.231,0.48l0.476,1.355l0.356-0.127
+ L193.375,47.756z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M193.375,47.756c-0.197,0.068-0.302,0.283-0.231,0.48l0.476,1.355l0.356-0.127
+ L193.375,47.756z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M193.375,47.756c-0.197,0.068-0.302,0.283-0.231,0.48l0.476,1.355l0.356-0.127
+ L193.375,47.756z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M193.375,47.756c-0.197,0.068-0.302,0.283-0.231,0.48l0.476,1.355l0.356-0.127
+ L193.375,47.756z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="194.999,52.377 194.677,51.461 194.32,51.582 194.643,52.5 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="194.999,52.377 194.677,51.461 194.32,51.582 194.643,52.5 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="194.999,52.377 194.677,51.461 194.32,51.582 194.643,52.5 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="194.999,52.377 194.677,51.461 194.32,51.582 194.643,52.5 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="194.999,52.377 194.677,51.461 194.32,51.582 194.643,52.5 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="194.999,52.377 194.677,51.461 194.32,51.582 194.643,52.5 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="194.999,52.377 194.677,51.461 194.32,51.582 194.643,52.5 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="194.999,52.377 194.677,51.461 194.32,51.582 194.643,52.5 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="194.999,52.377 194.677,51.461 194.32,51.582 194.643,52.5 "/>
+
+ <rect x="195.01" y="53.193" transform="matrix(0.3331 0.9429 -0.9429 0.3331 180.4831 -148.4075)" opacity="0.4" fill="#FFF8B9" width="0.286" height="0.378"/>
+
+ <rect x="195.01" y="53.193" transform="matrix(0.3331 0.9429 -0.9429 0.3331 180.4831 -148.4075)" opacity="0.4" fill="#FFF8B9" width="0.286" height="0.378"/>
+
+ <rect x="195.01" y="53.193" transform="matrix(0.3331 0.9429 -0.9429 0.3331 180.4831 -148.4075)" opacity="0.4" fill="#FFF8B9" width="0.286" height="0.378"/>
+
+ <rect x="195.01" y="53.193" transform="matrix(0.3331 0.9429 -0.9429 0.3331 180.4831 -148.4075)" opacity="0.5" fill="#D1E4B7" width="0.286" height="0.378"/>
+
+ <rect x="195.01" y="53.193" transform="matrix(0.3331 0.9429 -0.9429 0.3331 180.4831 -148.4075)" opacity="0.4" fill="#FFF8B9" width="0.286" height="0.378"/>
+
+ <rect x="195.01" y="53.193" transform="matrix(0.3331 0.9429 -0.9429 0.3331 180.4831 -148.4075)" opacity="0.2" fill="#FFF6A3" width="0.286" height="0.378"/>
+
+ <rect x="195.01" y="53.193" transform="matrix(0.3331 0.9429 -0.9429 0.3331 180.4831 -148.4075)" opacity="0.4" fill="#FFF8B9" width="0.286" height="0.378"/>
+
+ <rect x="195.01" y="53.193" transform="matrix(0.3331 0.9429 -0.9429 0.3331 180.4831 -148.4075)" opacity="0.4" fill="#FFF8B9" width="0.286" height="0.378"/>
+
+ <rect x="195.01" y="53.193" transform="matrix(0.3331 0.9429 -0.9429 0.3331 180.4831 -148.4075)" opacity="0.4" fill="#FFF8B9" width="0.286" height="0.378"/>
+
+ <rect x="200.757" y="40.749" transform="matrix(0.3316 0.9434 -0.9434 0.3316 177.4653 -167.7731)" opacity="0.4" fill="#FFF8B9" width="12.751" height="1.209"/>
+
+ <rect x="200.757" y="40.749" transform="matrix(0.3316 0.9434 -0.9434 0.3316 177.4653 -167.7731)" opacity="0.4" fill="#FFF8B9" width="12.751" height="1.209"/>
+
+ <rect x="200.757" y="40.749" transform="matrix(0.3316 0.9434 -0.9434 0.3316 177.4653 -167.7731)" opacity="0.4" fill="#FFF8B9" width="12.751" height="1.209"/>
+
+ <rect x="209.257" y="48.118" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 424.1373 25.8901)" opacity="0.4" fill="#FFF8B9" width="1.208" height="1.992"/>
+
+ <rect x="209.257" y="48.118" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 424.1373 25.8901)" opacity="0.4" fill="#FFF8B9" width="1.208" height="1.992"/>
+
+ <rect x="209.257" y="48.118" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 424.1373 25.8901)" opacity="0.4" fill="#FFF8B9" width="1.208" height="1.992"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M193.021,28.989l-0.278-0.796c-0.295,0.068-0.59,0.143-0.883,0.221l0.308,0.875
+ L193.021,28.989z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M193.021,28.989l-0.278-0.796c-0.295,0.068-0.59,0.143-0.883,0.221l0.308,0.875
+ L193.021,28.989z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M193.021,28.989l-0.278-0.796c-0.295,0.068-0.59,0.143-0.883,0.221l0.308,0.875
+ L193.021,28.989z"/>
+
+ <rect x="206.38" y="48.817" transform="matrix(-0.9431 0.3325 -0.3325 -0.9431 420.4923 27.6799)" opacity="0.4" fill="#FFF8B9" width="2.996" height="1.992"/>
+
+ <rect x="206.38" y="48.817" transform="matrix(-0.9431 0.3325 -0.3325 -0.9431 420.4923 27.6799)" opacity="0.4" fill="#FFF8B9" width="2.996" height="1.992"/>
+
+ <rect x="206.38" y="48.817" transform="matrix(-0.9431 0.3325 -0.3325 -0.9431 420.4923 27.6799)" opacity="0.4" fill="#FFF8B9" width="2.996" height="1.992"/>
+
+ <rect x="206.38" y="48.817" transform="matrix(-0.9431 0.3325 -0.3325 -0.9431 420.4923 27.6799)" opacity="0.4" fill="#FFF8B9" width="2.996" height="1.992"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M203.292,41.283l2.558,7.277l2.827-0.992l-4.229-12.03l-7.764,2.729
+ c-0.198,0.068-0.414-0.035-0.482-0.232l-3.181-9.046l-0.854,0.3l4.931,14.03l5.997-2.107
+ C203.179,41.182,203.268,41.215,203.292,41.283z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M203.292,41.283l2.558,7.277l2.827-0.992l-4.229-12.03l-7.764,2.729
+ c-0.198,0.068-0.414-0.035-0.482-0.232l-3.181-9.046l-0.854,0.3l4.931,14.03l5.997-2.107
+ C203.179,41.182,203.268,41.215,203.292,41.283z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M203.292,41.283l2.558,7.277l2.827-0.992l-4.229-12.03l-7.764,2.729
+ c-0.198,0.068-0.414-0.035-0.482-0.232l-3.181-9.046l-0.854,0.3l4.931,14.03l5.997-2.107
+ C203.179,41.182,203.268,41.215,203.292,41.283z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M203.292,41.283l2.558,7.277l2.827-0.992l-4.229-12.03l-7.764,2.729
+ c-0.198,0.068-0.414-0.035-0.482-0.232l-3.181-9.046l-0.854,0.3l4.931,14.03l5.997-2.107
+ C203.179,41.182,203.268,41.215,203.292,41.283z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M210.958,54.059l1.085-0.381c0.01-0.084,0-0.178-0.033-0.27l-0.912-2.598l-1.141,0.4
+ L210.958,54.059z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M210.958,54.059l1.085-0.381c0.01-0.084,0-0.178-0.033-0.27l-0.912-2.598l-1.141,0.4
+ L210.958,54.059z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M210.958,54.059l1.085-0.381c0.01-0.084,0-0.178-0.033-0.27l-0.912-2.598l-1.141,0.4
+ L210.958,54.059z"/>
+
+ <rect x="207.547" y="51.623" transform="matrix(-0.9433 0.3319 -0.3319 -0.9433 423.8739 33.8741)" opacity="0.4" fill="#FFF8B9" width="2.995" height="3.018"/>
+
+ <rect x="207.547" y="51.623" transform="matrix(-0.9433 0.3319 -0.3319 -0.9433 423.8739 33.8741)" opacity="0.4" fill="#FFF8B9" width="2.995" height="3.018"/>
+
+ <rect x="207.547" y="51.623" transform="matrix(-0.9433 0.3319 -0.3319 -0.9433 423.8739 33.8741)" opacity="0.5" fill="#D1E4B7" width="2.995" height="3.018"/>
+
+ <rect x="207.547" y="51.623" transform="matrix(-0.9433 0.3319 -0.3319 -0.9433 423.8739 33.8741)" opacity="0.4" fill="#FFF8B9" width="2.995" height="3.018"/>
+
+ <rect x="210.397" y="50.313" transform="matrix(-0.3281 -0.9446 0.9446 -0.3281 231.4675 266.4663)" opacity="0.4" fill="#FFF8B9" width="0.196" height="1.209"/>
+
+ <rect x="210.397" y="50.313" transform="matrix(-0.3281 -0.9446 0.9446 -0.3281 231.4675 266.4663)" opacity="0.4" fill="#FFF8B9" width="0.196" height="1.209"/>
+
+ <rect x="210.397" y="50.313" transform="matrix(-0.3281 -0.9446 0.9446 -0.3281 231.4675 266.4663)" opacity="0.5" fill="#D1E4B7" width="0.196" height="1.209"/>
+
+ <rect x="210.397" y="50.313" transform="matrix(-0.3281 -0.9446 0.9446 -0.3281 231.4675 266.4663)" opacity="0.4" fill="#FFF8B9" width="0.196" height="1.209"/>
+
+ <rect x="207.015" y="51.515" transform="matrix(-0.9437 0.3307 -0.3307 -0.9437 422.3602 31.363)" opacity="0.4" fill="#FFF8B9" width="2.994" height="0.196"/>
+
+ <rect x="207.015" y="51.515" transform="matrix(-0.9437 0.3307 -0.3307 -0.9437 422.3602 31.363)" opacity="0.4" fill="#FFF8B9" width="2.994" height="0.196"/>
+
+ <rect x="207.015" y="51.515" transform="matrix(-0.9437 0.3307 -0.3307 -0.9437 422.3602 31.363)" opacity="0.4" fill="#FFF8B9" width="2.994" height="0.196"/>
+
+ <rect x="207.015" y="51.515" transform="matrix(-0.9437 0.3307 -0.3307 -0.9437 422.3602 31.363)" opacity="0.5" fill="#D1E4B7" width="2.994" height="0.196"/>
+
+ <rect x="207.015" y="51.515" transform="matrix(-0.9437 0.3307 -0.3307 -0.9437 422.3602 31.363)" opacity="0.4" fill="#FFF8B9" width="2.994" height="0.196"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M205.589,35.138l-2.68-7.623c-0.437-0.041-0.876-0.073-1.315-0.098l2.854,8.121
+ L205.589,35.138z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M205.589,35.138l-2.68-7.623c-0.437-0.041-0.876-0.073-1.315-0.098l2.854,8.121
+ L205.589,35.138z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M205.589,35.138l-2.68-7.623c-0.437-0.041-0.876-0.073-1.315-0.098l2.854,8.121
+ L205.589,35.138z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M205.589,35.138l-2.68-7.623c-0.437-0.041-0.876-0.073-1.315-0.098l2.854,8.121
+ L205.589,35.138z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M197.331,27.476c-1.528,0.122-3.062,0.361-4.588,0.717l0.278,0.796L197.331,27.476z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M197.331,27.476c-1.528,0.122-3.062,0.361-4.588,0.717l0.278,0.796L197.331,27.476z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M197.331,27.476c-1.528,0.122-3.062,0.361-4.588,0.717l0.278,0.796L197.331,27.476z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M197.331,27.476c-1.528,0.122-3.062,0.361-4.588,0.717l0.278,0.796L197.331,27.476z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.202,38.035c0.068,0.197,0.284,0.301,0.482,0.232l7.764-2.729l-2.854-8.121
+ c-1.41-0.078-2.834-0.059-4.263,0.059l-4.31,1.513L196.202,38.035z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.202,38.035c0.068,0.197,0.284,0.301,0.482,0.232l7.764-2.729l-2.854-8.121
+ c-1.41-0.078-2.834-0.059-4.263,0.059l-4.31,1.513L196.202,38.035z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.202,38.035c0.068,0.197,0.284,0.301,0.482,0.232l7.764-2.729l-2.854-8.121
+ c-1.41-0.078-2.834-0.059-4.263,0.059l-4.31,1.513L196.202,38.035z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.202,38.035c0.068,0.197,0.284,0.301,0.482,0.232l7.764-2.729l-2.854-8.121
+ c-1.41-0.078-2.834-0.059-4.263,0.059l-4.31,1.513L196.202,38.035z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.202,38.035c0.068,0.197,0.284,0.301,0.482,0.232l7.764-2.729l-2.854-8.121
+ c-1.41-0.078-2.834-0.059-4.263,0.059l-4.31,1.513L196.202,38.035z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M200.784,45.148c0.197-0.066,0.413,0.035,0.482,0.232l1.499,4.266l3.086-1.086l-2.558-7.277
+ c-0.024-0.068-0.113-0.102-0.198-0.072l-5.997,2.107l0.979,2.783L200.784,45.148z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M200.784,45.148c0.197-0.066,0.413,0.035,0.482,0.232l1.499,4.266l3.086-1.086l-2.558-7.277
+ c-0.024-0.068-0.113-0.102-0.198-0.072l-5.997,2.107l0.979,2.783L200.784,45.148z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M200.784,45.148c0.197-0.066,0.413,0.035,0.482,0.232l1.499,4.266l3.086-1.086l-2.558-7.277
+ c-0.024-0.068-0.113-0.102-0.198-0.072l-5.997,2.107l0.979,2.783L200.784,45.148z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M200.784,45.148c0.197-0.066,0.413,0.035,0.482,0.232l1.499,4.266l3.086-1.086l-2.558-7.277
+ c-0.024-0.068-0.113-0.102-0.198-0.072l-5.997,2.107l0.979,2.783L200.784,45.148z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M200.784,45.148c0.197-0.066,0.413,0.035,0.482,0.232l1.499,4.266l3.086-1.086l-2.558-7.277
+ c-0.024-0.068-0.113-0.102-0.198-0.072l-5.997,2.107l0.979,2.783L200.784,45.148z"/>
+
+ <rect x="203.925" y="49.217" transform="matrix(0.3318 0.9433 -0.9433 0.3318 184.8932 -159.3329)" opacity="0.4" fill="#FFF8B9" width="1.994" height="3.271"/>
+
+ <rect x="203.925" y="49.217" transform="matrix(0.3318 0.9433 -0.9433 0.3318 184.8932 -159.3329)" opacity="0.4" fill="#FFF8B9" width="1.994" height="3.271"/>
+
+ <rect x="203.925" y="49.217" transform="matrix(0.3318 0.9433 -0.9433 0.3318 184.8932 -159.3329)" opacity="0.4" fill="#FFF8B9" width="1.994" height="3.271"/>
+
+ <rect x="203.925" y="49.217" transform="matrix(0.3318 0.9433 -0.9433 0.3318 184.8932 -159.3329)" opacity="0.2" fill="#FFF6A3" width="1.994" height="3.271"/>
+
+ <rect x="203.925" y="49.217" transform="matrix(0.3318 0.9433 -0.9433 0.3318 184.8932 -159.3329)" opacity="0.4" fill="#FFF8B9" width="1.994" height="3.271"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M201.894,56.961c0.033,0.092,0.084,0.17,0.146,0.234l6.092-2.143l-1-2.852l-6.15,2.162
+ L201.894,56.961z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M201.894,56.961c0.033,0.092,0.084,0.17,0.146,0.234l6.092-2.143l-1-2.852l-6.15,2.162
+ L201.894,56.961z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M201.894,56.961c0.033,0.092,0.084,0.17,0.146,0.234l6.092-2.143l-1-2.852l-6.15,2.162
+ L201.894,56.961z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M201.894,56.961c0.033,0.092,0.084,0.17,0.146,0.234l6.092-2.143l-1-2.852l-6.15,2.162
+ L201.894,56.961z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M201.894,56.961c0.033,0.092,0.084,0.17,0.146,0.234l6.092-2.143l-1-2.852l-6.15,2.162
+ L201.894,56.961z"/>
+
+ <rect x="200.764" y="53.093" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 414.1409 35.7019)" opacity="0.4" fill="#FFF8B9" width="6.519" height="0.195"/>
+
+ <rect x="200.764" y="53.093" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 414.1409 35.7019)" opacity="0.4" fill="#FFF8B9" width="6.519" height="0.195"/>
+
+ <rect x="200.764" y="53.093" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 414.1409 35.7019)" opacity="0.4" fill="#FFF8B9" width="6.519" height="0.195"/>
+
+ <rect x="200.764" y="53.093" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 414.1409 35.7019)" opacity="0.5" fill="#D1E4B7" width="6.519" height="0.195"/>
+
+ <rect x="200.764" y="53.093" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 414.1409 35.7019)" opacity="0.2" fill="#FFF6A3" width="6.519" height="0.195"/>
+
+ <rect x="200.764" y="53.093" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 414.1409 35.7019)" opacity="0.4" fill="#FFF8B9" width="6.519" height="0.195"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M201.458,46.834c0.126-0.045,0.232-0.074,0.234-0.068l0.393,1.117
+ c0.002,0.01-0.098,0.049-0.226,0.092l-2.78,0.982l0.623,1.766l3.063-1.076l-1.499-4.266c-0.069-0.197-0.285-0.299-0.482-0.232
+ l-2.708,0.953l0.602,1.711L201.458,46.834z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M201.458,46.834c0.126-0.045,0.232-0.074,0.234-0.068l0.393,1.117
+ c0.002,0.01-0.098,0.049-0.226,0.092l-2.78,0.982l0.623,1.766l3.063-1.076l-1.499-4.266c-0.069-0.197-0.285-0.299-0.482-0.232
+ l-2.708,0.953l0.602,1.711L201.458,46.834z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M201.458,46.834c0.126-0.045,0.232-0.074,0.234-0.068l0.393,1.117
+ c0.002,0.01-0.098,0.049-0.226,0.092l-2.78,0.982l0.623,1.766l3.063-1.076l-1.499-4.266c-0.069-0.197-0.285-0.299-0.482-0.232
+ l-2.708,0.953l0.602,1.711L201.458,46.834z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M201.458,46.834c0.126-0.045,0.232-0.074,0.234-0.068l0.393,1.117
+ c0.002,0.01-0.098,0.049-0.226,0.092l-2.78,0.982l0.623,1.766l3.063-1.076l-1.499-4.266c-0.069-0.197-0.285-0.299-0.482-0.232
+ l-2.708,0.953l0.602,1.711L201.458,46.834z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M201.458,46.834c0.126-0.045,0.232-0.074,0.234-0.068l0.393,1.117
+ c0.002,0.01-0.098,0.049-0.226,0.092l-2.78,0.982l0.623,1.766l3.063-1.076l-1.499-4.266c-0.069-0.197-0.285-0.299-0.482-0.232
+ l-2.708,0.953l0.602,1.711L201.458,46.834z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M201.458,46.834c0.126-0.045,0.232-0.074,0.234-0.068l0.393,1.117
+ c0.002,0.01-0.098,0.049-0.226,0.092l-2.78,0.982l0.623,1.766l3.063-1.076l-1.499-4.266c-0.069-0.197-0.285-0.299-0.482-0.232
+ l-2.708,0.953l0.602,1.711L201.458,46.834z"/>
+
+ <rect x="200.851" y="50.309" transform="matrix(0.3321 0.9432 -0.9432 0.3321 183.7899 -155.7046)" opacity="0.4" fill="#FFF8B9" width="1.992" height="3.247"/>
+
+ <rect x="200.851" y="50.309" transform="matrix(0.3321 0.9432 -0.9432 0.3321 183.7899 -155.7046)" opacity="0.4" fill="#FFF8B9" width="1.992" height="3.247"/>
+
+ <rect x="200.851" y="50.309" transform="matrix(0.3321 0.9432 -0.9432 0.3321 183.7899 -155.7046)" opacity="0.4" fill="#FFF8B9" width="1.992" height="3.247"/>
+
+ <rect x="200.851" y="50.309" transform="matrix(0.3321 0.9432 -0.9432 0.3321 183.7899 -155.7046)" opacity="0.2" fill="#FFF6A3" width="1.992" height="3.247"/>
+
+ <rect x="200.851" y="50.309" transform="matrix(0.3321 0.9432 -0.9432 0.3321 183.7899 -155.7046)" opacity="0.4" fill="#FFF8B9" width="1.992" height="3.247"/>
+
+ <rect x="200.851" y="50.309" transform="matrix(0.3321 0.9432 -0.9432 0.3321 183.7899 -155.7046)" opacity="0.4" fill="#FFF8B9" width="1.992" height="3.247"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M211.088,79.627l2.725,7.75c3.459-1.693,6.495-3.957,9.031-6.639l-1.64-4.664
+ L211.088,79.627z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M211.088,79.627l2.725,7.75c3.459-1.693,6.495-3.957,9.031-6.639l-1.64-4.664
+ L211.088,79.627z"/>
+
+ <rect x="214.738" y="71.493" transform="matrix(-0.3319 -0.9433 0.9433 -0.3319 214.9239 305.924)" opacity="0.4" fill="#FFF8B9" width="2.114" height="10.721"/>
+
+ <rect x="214.738" y="71.493" transform="matrix(-0.3319 -0.9433 0.9433 -0.3319 214.9239 305.924)" opacity="0.5" fill="#D1E4B7" width="2.114" height="10.721"/>
+
+ <rect x="214.738" y="71.493" transform="matrix(-0.3319 -0.9433 0.9433 -0.3319 214.9239 305.924)" opacity="0.4" fill="#FFF8B9" width="2.114" height="10.721"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M217.264,73.135l-7.527,2.646l0.65,1.852l10.117-3.555l-6.118-17.402
+ c-0.063-0.184-0.276-0.275-0.472-0.205l-1.875,0.658l5.458,15.523C217.564,72.848,217.46,73.066,217.264,73.135z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M217.264,73.135l-7.527,2.646l0.65,1.852l10.117-3.555l-6.118-17.402
+ c-0.063-0.184-0.276-0.275-0.472-0.205l-1.875,0.658l5.458,15.523C217.564,72.848,217.46,73.066,217.264,73.135z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M217.264,73.135l-7.527,2.646l0.65,1.852l10.117-3.555l-6.118-17.402
+ c-0.063-0.184-0.276-0.275-0.472-0.205l-1.875,0.658l5.458,15.523C217.564,72.848,217.46,73.066,217.264,73.135z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M217.264,73.135l-7.527,2.646l0.65,1.852l10.117-3.555l-6.118-17.402
+ c-0.063-0.184-0.276-0.275-0.472-0.205l-1.875,0.658l5.458,15.523C217.564,72.848,217.46,73.066,217.264,73.135z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M204.51,59.777c-0.198,0.068-0.305,0.271-0.24,0.453l5.466,15.551l7.527-2.646
+ c0.196-0.068,0.3-0.287,0.232-0.482l-5.458-15.523l-2.98,1.047L204.51,59.777z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M204.51,59.777c-0.198,0.068-0.305,0.271-0.24,0.453l5.466,15.551l7.527-2.646
+ c0.196-0.068,0.3-0.287,0.232-0.482l-5.458-15.523l-2.98,1.047L204.51,59.777z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M204.51,59.777c-0.198,0.068-0.305,0.271-0.24,0.453l5.466,15.551l7.527-2.646
+ c0.196-0.068,0.3-0.287,0.232-0.482l-5.458-15.523l-2.98,1.047L204.51,59.777z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M204.51,59.777c-0.198,0.068-0.305,0.271-0.24,0.453l5.466,15.551l7.527-2.646
+ c0.196-0.068,0.3-0.287,0.232-0.482l-5.458-15.523l-2.98,1.047L204.51,59.777z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M204.51,59.777c-0.198,0.068-0.305,0.271-0.24,0.453l5.466,15.551l7.527-2.646
+ c0.196-0.068,0.3-0.287,0.232-0.482l-5.458-15.523l-2.98,1.047L204.51,59.777z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M187.66,59.049l-0.046,0.016l0.677,1.926c0.008,0.023,0.052,0.029,0.099,0.012l2.741-0.961
+ l-0.692-1.971L187.66,59.049z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M187.66,59.049l-0.046,0.016l0.677,1.926c0.008,0.023,0.052,0.029,0.099,0.012l2.741-0.961
+ l-0.692-1.971L187.66,59.049z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M187.66,59.049l-0.046,0.016l0.677,1.926c0.008,0.023,0.052,0.029,0.099,0.012l2.741-0.961
+ l-0.692-1.971L187.66,59.049z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M187.66,59.049l-0.046,0.016l0.677,1.926c0.008,0.023,0.052,0.029,0.099,0.012l2.741-0.961
+ l-0.692-1.971L187.66,59.049z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M187.612,59.059l0.001,0.006l0.046-0.016C187.645,59.055,187.628,59.055,187.612,59.059z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M187.612,59.059l0.001,0.006l0.046-0.016C187.645,59.055,187.628,59.055,187.612,59.059z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M187.612,59.059l0.001,0.006l0.046-0.016C187.645,59.055,187.628,59.055,187.612,59.059z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M187.612,59.059l0.001,0.006l0.046-0.016C187.645,59.055,187.628,59.055,187.612,59.059z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M187.612,59.059l0.001,0.006l0.046-0.016C187.645,59.055,187.628,59.055,187.612,59.059z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M190.438,58.07l-0.065-0.186l-2.825,0.994l0.063,0.18c0.016-0.004,0.033-0.004,0.048-0.01
+ L190.438,58.07z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M190.438,58.07l-0.065-0.186l-2.825,0.994l0.063,0.18c0.016-0.004,0.033-0.004,0.048-0.01
+ L190.438,58.07z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M190.438,58.07l-0.065-0.186l-2.825,0.994l0.063,0.18c0.016-0.004,0.033-0.004,0.048-0.01
+ L190.438,58.07z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M190.438,58.07l-0.065-0.186l-2.825,0.994l0.063,0.18c0.016-0.004,0.033-0.004,0.048-0.01
+ L190.438,58.07z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M190.438,58.07l-0.065-0.186l-2.825,0.994l0.063,0.18c0.016-0.004,0.033-0.004,0.048-0.01
+ L190.438,58.07z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M190.438,58.07l-0.065-0.186l-2.825,0.994l0.063,0.18c0.016-0.004,0.033-0.004,0.048-0.01
+ L190.438,58.07z"/>
+
+ <rect x="186.864" y="55.677" transform="matrix(0.9437 -0.3309 0.3309 0.9437 -8.142 65.5261)" opacity="0.4" fill="#FFF8B9" width="2.992" height="1.994"/>
+
+ <rect x="186.864" y="55.677" transform="matrix(0.9437 -0.3309 0.3309 0.9437 -8.142 65.5261)" opacity="0.4" fill="#FFF8B9" width="2.992" height="1.994"/>
+
+ <rect x="186.864" y="55.677" transform="matrix(0.9437 -0.3309 0.3309 0.9437 -8.142 65.5261)" opacity="0.4" fill="#FFF8B9" width="2.992" height="1.994"/>
+
+ <rect x="186.864" y="55.677" transform="matrix(0.9437 -0.3309 0.3309 0.9437 -8.142 65.5261)" opacity="0.5" fill="#D1E4B7" width="2.992" height="1.994"/>
+
+ <rect x="186.864" y="55.677" transform="matrix(0.9437 -0.3309 0.3309 0.9437 -8.142 65.5261)" opacity="0.4" fill="#FFF8B9" width="2.992" height="1.994"/>
+
+ <rect x="186.864" y="55.677" transform="matrix(0.9437 -0.3309 0.3309 0.9437 -8.142 65.5261)" opacity="0.2" fill="#FFF6A3" width="2.992" height="1.994"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M192.554,58.182l2.211-0.781l-0.266-0.758l-4.061,1.428l0.692,1.971l1.781-0.625
+ l-0.398-1.135C192.498,58.24,192.516,58.191,192.554,58.182z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M192.554,58.182l2.211-0.781l-0.266-0.758l-4.061,1.428l0.692,1.971l1.781-0.625
+ l-0.398-1.135C192.498,58.24,192.516,58.191,192.554,58.182z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M192.554,58.182l2.211-0.781l-0.266-0.758l-4.061,1.428l0.692,1.971l1.781-0.625
+ l-0.398-1.135C192.498,58.24,192.516,58.191,192.554,58.182z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M192.554,58.182l2.211-0.781l-0.266-0.758l-4.061,1.428l0.692,1.971l1.781-0.625
+ l-0.398-1.135C192.498,58.24,192.516,58.191,192.554,58.182z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M192.554,58.182l2.211-0.781l-0.266-0.758l-4.061,1.428l0.692,1.971l1.781-0.625
+ l-0.398-1.135C192.498,58.24,192.516,58.191,192.554,58.182z"/>
+
+ <rect x="192.337" y="55.112" transform="matrix(-0.3304 -0.9439 0.9439 -0.3304 201.9583 257.8129)" opacity="0.4" fill="#FFF8B9" width="0.197" height="4.304"/>
+
+ <rect x="192.337" y="55.112" transform="matrix(-0.3304 -0.9439 0.9439 -0.3304 201.9583 257.8129)" opacity="0.4" fill="#FFF8B9" width="0.197" height="4.304"/>
+
+ <rect x="192.337" y="55.112" transform="matrix(-0.3304 -0.9439 0.9439 -0.3304 201.9583 257.8129)" opacity="0.4" fill="#FFF8B9" width="0.197" height="4.304"/>
+
+ <rect x="192.337" y="55.112" transform="matrix(-0.3304 -0.9439 0.9439 -0.3304 201.9583 257.8129)" opacity="0.5" fill="#D1E4B7" width="0.197" height="4.304"/>
+
+ <rect x="192.337" y="55.112" transform="matrix(-0.3304 -0.9439 0.9439 -0.3304 201.9583 257.8129)" opacity="0.4" fill="#FFF8B9" width="0.197" height="4.304"/>
+
+ <rect x="192.337" y="55.112" transform="matrix(-0.3304 -0.9439 0.9439 -0.3304 201.9583 257.8129)" opacity="0.4" fill="#FFF8B9" width="0.197" height="4.304"/>
+
+ <rect x="192.337" y="55.112" transform="matrix(-0.3304 -0.9439 0.9439 -0.3304 201.9583 257.8129)" opacity="0.2" fill="#FFF6A3" width="0.197" height="4.304"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M193.597,54.078l-1.923,0.676c-0.167,0.059-0.347-0.004-0.44-0.148l-1.792,0.633
+ l0.663,1.879l4.06-1.428L193.597,54.078z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M193.597,54.078l-1.923,0.676c-0.167,0.059-0.347-0.004-0.44-0.148l-1.792,0.633
+ l0.663,1.879l4.06-1.428L193.597,54.078z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M193.597,54.078l-1.923,0.676c-0.167,0.059-0.347-0.004-0.44-0.148l-1.792,0.633
+ l0.663,1.879l4.06-1.428L193.597,54.078z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M193.597,54.078l-1.923,0.676c-0.167,0.059-0.347-0.004-0.44-0.148l-1.792,0.633
+ l0.663,1.879l4.06-1.428L193.597,54.078z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M193.597,54.078l-1.923,0.676c-0.167,0.059-0.347-0.004-0.44-0.148l-1.792,0.633
+ l0.663,1.879l4.06-1.428L193.597,54.078z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M193.597,54.078l-1.923,0.676c-0.167,0.059-0.347-0.004-0.44-0.148l-1.792,0.633
+ l0.663,1.879l4.06-1.428L193.597,54.078z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M193.597,54.078l-1.923,0.676c-0.167,0.059-0.347-0.004-0.44-0.148l-1.792,0.633
+ l0.663,1.879l4.06-1.428L193.597,54.078z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M195.176,58.572l-0.411-1.172l-2.211,0.781c-0.038,0.01-0.056,0.059-0.041,0.1l0.398,1.135
+ l2.196-0.773C195.154,58.625,195.185,58.596,195.176,58.572z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M195.176,58.572l-0.411-1.172l-2.211,0.781c-0.038,0.01-0.056,0.059-0.041,0.1l0.398,1.135
+ l2.196-0.773C195.154,58.625,195.185,58.596,195.176,58.572z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M195.176,58.572l-0.411-1.172l-2.211,0.781c-0.038,0.01-0.056,0.059-0.041,0.1l0.398,1.135
+ l2.196-0.773C195.154,58.625,195.185,58.596,195.176,58.572z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M195.176,58.572l-0.411-1.172l-2.211,0.781c-0.038,0.01-0.056,0.059-0.041,0.1l0.398,1.135
+ l2.196-0.773C195.154,58.625,195.185,58.596,195.176,58.572z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M195.176,58.572l-0.411-1.172l-2.211,0.781c-0.038,0.01-0.056,0.059-0.041,0.1l0.398,1.135
+ l2.196-0.773C195.154,58.625,195.185,58.596,195.176,58.572z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M195.176,58.572l-0.411-1.172l-2.211,0.781c-0.038,0.01-0.056,0.059-0.041,0.1l0.398,1.135
+ l2.196-0.773C195.154,58.625,195.185,58.596,195.176,58.572z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M191.674,54.754l1.923-0.676l-0.095-0.27l-2.269,0.797
+ C191.327,54.75,191.507,54.813,191.674,54.754z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M191.674,54.754l1.923-0.676l-0.095-0.27l-2.269,0.797
+ C191.327,54.75,191.507,54.813,191.674,54.754z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M191.674,54.754l1.923-0.676l-0.095-0.27l-2.269,0.797
+ C191.327,54.75,191.507,54.813,191.674,54.754z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M191.674,54.754l1.923-0.676l-0.095-0.27l-2.269,0.797
+ C191.327,54.75,191.507,54.813,191.674,54.754z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M191.674,54.754l1.923-0.676l-0.095-0.27l-2.269,0.797
+ C191.327,54.75,191.507,54.813,191.674,54.754z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M191.674,54.754l1.923-0.676l-0.095-0.27l-2.269,0.797
+ C191.327,54.75,191.507,54.813,191.674,54.754z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M191.674,54.754l1.923-0.676l-0.095-0.27l-2.269,0.797
+ C191.327,54.75,191.507,54.813,191.674,54.754z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M191.674,54.754l1.923-0.676l-0.095-0.27l-2.269,0.797
+ C191.327,54.75,191.507,54.813,191.674,54.754z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M175.854,66.4c-0.155,0.053-0.278,0.102-0.275,0.109l0.393,1.115
+ c0.002,0.01,0.129-0.029,0.283-0.082l2.336-0.822l-0.402-1.143L175.854,66.4z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M175.854,66.4c-0.155,0.053-0.278,0.102-0.275,0.109l0.393,1.115
+ c0.002,0.01,0.129-0.029,0.283-0.082l2.336-0.822l-0.402-1.143L175.854,66.4z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M175.854,66.4c-0.155,0.053-0.278,0.102-0.275,0.109l0.393,1.115
+ c0.002,0.01,0.129-0.029,0.283-0.082l2.336-0.822l-0.402-1.143L175.854,66.4z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M211.818,53.998l-0.783,0.275l0.326,0.928l4.188-1.471c0.154-0.055,0.277-0.105,0.275-0.113
+ L215.43,52.5c-0.002-0.006-0.129,0.033-0.284,0.088l-3.103,1.09C212.024,53.83,211.943,53.955,211.818,53.998z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M211.818,53.998l-0.783,0.275l0.326,0.928l4.188-1.471c0.154-0.055,0.277-0.105,0.275-0.113
+ L215.43,52.5c-0.002-0.006-0.129,0.033-0.284,0.088l-3.103,1.09C212.024,53.83,211.943,53.955,211.818,53.998z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M211.818,53.998l-0.783,0.275l0.326,0.928l4.188-1.471c0.154-0.055,0.277-0.105,0.275-0.113
+ L215.43,52.5c-0.002-0.006-0.129,0.033-0.284,0.088l-3.103,1.09C212.024,53.83,211.943,53.955,211.818,53.998z"/>
+
+ <rect x="209.292" y="53.736" transform="matrix(-0.3312 -0.9435 0.9435 -0.3312 227.1554 271.4712)" opacity="0.4" fill="#FFF8B9" width="0.983" height="2.997"/>
+
+ <rect x="209.292" y="53.736" transform="matrix(-0.3312 -0.9435 0.9435 -0.3312 227.1554 271.4712)" opacity="0.4" fill="#FFF8B9" width="0.983" height="2.997"/>
+
+ <rect x="209.292" y="53.736" transform="matrix(-0.3312 -0.9435 0.9435 -0.3312 227.1554 271.4712)" opacity="0.5" fill="#D1E4B7" width="0.983" height="2.997"/>
+
+ <rect x="209.292" y="53.736" transform="matrix(-0.3312 -0.9435 0.9435 -0.3312 227.1554 271.4712)" opacity="0.4" fill="#FFF8B9" width="0.983" height="2.997"/>
+
+ <rect x="178.12" y="63.966" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -11.0646 64.317)" opacity="0.4" fill="#FFF8B9" width="9.515" height="1.211"/>
+
+ <rect x="178.12" y="63.966" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -11.0646 64.317)" opacity="0.4" fill="#FFF8B9" width="9.515" height="1.211"/>
+
+ <rect x="178.12" y="63.966" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -11.0646 64.317)" opacity="0.4" fill="#FFF8B9" width="9.515" height="1.211"/>
+
+ <rect x="178.12" y="63.966" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -11.0646 64.317)" opacity="0.4" fill="#FFF8B9" width="9.515" height="1.211"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M202.04,57.195l-2.479,0.869l0.076,0.215c0.069,0.197-0.034,0.414-0.231,0.482l-0.427,0.152
+ l0.201,0.57l9.354-3.289l-0.326-0.928l-5.793,2.035C202.288,57.346,202.148,57.303,202.04,57.195z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M202.04,57.195l-2.479,0.869l0.076,0.215c0.069,0.197-0.034,0.414-0.231,0.482l-0.427,0.152
+ l0.201,0.57l9.354-3.289l-0.326-0.928l-5.793,2.035C202.288,57.346,202.148,57.303,202.04,57.195z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M202.04,57.195l-2.479,0.869l0.076,0.215c0.069,0.197-0.034,0.414-0.231,0.482l-0.427,0.152
+ l0.201,0.57l9.354-3.289l-0.326-0.928l-5.793,2.035C202.288,57.346,202.148,57.303,202.04,57.195z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M202.04,57.195l-2.479,0.869l0.076,0.215c0.069,0.197-0.034,0.414-0.231,0.482l-0.427,0.152
+ l0.201,0.57l9.354-3.289l-0.326-0.928l-5.793,2.035C202.288,57.346,202.148,57.303,202.04,57.195z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M202.04,57.195l-2.479,0.869l0.076,0.215c0.069,0.197-0.034,0.414-0.231,0.482l-0.427,0.152
+ l0.201,0.57l9.354-3.289l-0.326-0.928l-5.793,2.035C202.288,57.346,202.148,57.303,202.04,57.195z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M198.978,58.914l0.427-0.152c0.197-0.068,0.3-0.285,0.231-0.482l-0.076-0.215l-0.784,0.277
+ L198.978,58.914z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M198.978,58.914l0.427-0.152c0.197-0.068,0.3-0.285,0.231-0.482l-0.076-0.215l-0.784,0.277
+ L198.978,58.914z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M198.978,58.914l0.427-0.152c0.197-0.068,0.3-0.285,0.231-0.482l-0.076-0.215l-0.784,0.277
+ L198.978,58.914z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M198.978,58.914l0.427-0.152c0.197-0.068,0.3-0.285,0.231-0.482l-0.076-0.215l-0.784,0.277
+ L198.978,58.914z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M198.978,58.914l0.427-0.152c0.197-0.068,0.3-0.285,0.231-0.482l-0.076-0.215l-0.784,0.277
+ L198.978,58.914z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M198.978,58.914l0.427-0.152c0.197-0.068,0.3-0.285,0.231-0.482l-0.076-0.215l-0.784,0.277
+ L198.978,58.914z"/>
+
+ <rect x="197.537" y="59.16" transform="matrix(-0.9436 0.3311 -0.3311 -0.9436 405.1609 49.8929)" opacity="0.4" fill="#FFF8B9" width="1.587" height="0.605"/>
+
+ <rect x="197.537" y="59.16" transform="matrix(-0.9436 0.3311 -0.3311 -0.9436 405.1609 49.8929)" opacity="0.4" fill="#FFF8B9" width="1.587" height="0.605"/>
+
+ <rect x="197.537" y="59.16" transform="matrix(-0.9436 0.3311 -0.3311 -0.9436 405.1609 49.8929)" opacity="0.5" fill="#D1E4B7" width="1.587" height="0.605"/>
+
+ <rect x="197.537" y="59.16" transform="matrix(-0.9436 0.3311 -0.3311 -0.9436 405.1609 49.8929)" opacity="0.2" fill="#FFF6A3" width="1.587" height="0.605"/>
+
+ <rect x="197.537" y="59.16" transform="matrix(-0.9436 0.3311 -0.3311 -0.9436 405.1609 49.8929)" opacity="0.4" fill="#FFF6A3" width="1.587" height="0.605"/>
+
+ <rect x="197.537" y="59.16" transform="matrix(-0.9436 0.3311 -0.3311 -0.9436 405.1609 49.8929)" opacity="0.4" fill="#FFF8B9" width="1.587" height="0.605"/>
+
+ <rect x="197.827" y="58.097" transform="matrix(-0.3302 -0.9439 0.9439 -0.3302 207.9673 265.3519)" opacity="0.4" fill="#FFF8B9" width="0.606" height="1.585"/>
+
+ <rect x="197.827" y="58.097" transform="matrix(-0.3302 -0.9439 0.9439 -0.3302 207.9673 265.3519)" opacity="0.4" fill="#FFF8B9" width="0.606" height="1.585"/>
+
+ <rect x="197.827" y="58.097" transform="matrix(-0.3302 -0.9439 0.9439 -0.3302 207.9673 265.3519)" opacity="0.5" fill="#D1E4B7" width="0.606" height="1.585"/>
+
+ <rect x="197.827" y="58.097" transform="matrix(-0.3302 -0.9439 0.9439 -0.3302 207.9673 265.3519)" opacity="0.4" fill="#FFF8B9" width="0.606" height="1.585"/>
+
+ <rect x="197.827" y="58.097" transform="matrix(-0.3302 -0.9439 0.9439 -0.3302 207.9673 265.3519)" opacity="0.2" fill="#FFF6A3" width="0.606" height="1.585"/>
+
+ <rect x="197.827" y="58.097" transform="matrix(-0.3302 -0.9439 0.9439 -0.3302 207.9673 265.3519)" opacity="0.4" fill="#FFF6A3" width="0.606" height="1.585"/>
+
+ <rect x="197.827" y="58.097" transform="matrix(-0.3302 -0.9439 0.9439 -0.3302 207.9673 265.3519)" opacity="0.4" fill="#FFF8B9" width="0.606" height="1.585"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M193.421,60.865l-1.424,0.5c-0.197,0.07-0.412-0.033-0.482-0.23l-0.076-0.215l-3.135,1.102
+ l0.402,1.143l4.915-1.729L193.421,60.865z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M193.421,60.865l-1.424,0.5c-0.197,0.07-0.412-0.033-0.482-0.23l-0.076-0.215l-3.135,1.102
+ l0.402,1.143l4.915-1.729L193.421,60.865z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M193.421,60.865l-1.424,0.5c-0.197,0.07-0.412-0.033-0.482-0.23l-0.076-0.215l-3.135,1.102
+ l0.402,1.143l4.915-1.729L193.421,60.865z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M193.421,60.865l-1.424,0.5c-0.197,0.07-0.412-0.033-0.482-0.23l-0.076-0.215l-3.135,1.102
+ l0.402,1.143l4.915-1.729L193.421,60.865z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M191.439,60.92l0.076,0.215c0.07,0.197,0.285,0.301,0.482,0.23l1.424-0.5l-0.2-0.57
+ L191.439,60.92z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M191.439,60.92l0.076,0.215c0.07,0.197,0.285,0.301,0.482,0.23l1.424-0.5l-0.2-0.57
+ L191.439,60.92z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M191.439,60.92l0.076,0.215c0.07,0.197,0.285,0.301,0.482,0.23l1.424-0.5l-0.2-0.57
+ L191.439,60.92z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M191.439,60.92l0.076,0.215c0.07,0.197,0.285,0.301,0.482,0.23l1.424-0.5l-0.2-0.57
+ L191.439,60.92z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M191.439,60.92l0.076,0.215c0.07,0.197,0.285,0.301,0.482,0.23l1.424-0.5l-0.2-0.57
+ L191.439,60.92z"/>
+
+ <rect x="187.33" y="62.189" transform="matrix(-0.3318 -0.9434 0.9434 -0.3318 191.0544 260.9169)" opacity="0.4" fill="#FFF8B9" width="1.211" height="1.208"/>
+
+ <rect x="187.33" y="62.189" transform="matrix(-0.3318 -0.9434 0.9434 -0.3318 191.0544 260.9169)" opacity="0.4" fill="#FFF8B9" width="1.211" height="1.208"/>
+
+ <rect x="187.33" y="62.189" transform="matrix(-0.3318 -0.9434 0.9434 -0.3318 191.0544 260.9169)" opacity="0.4" fill="#FFF8B9" width="1.211" height="1.208"/>
+
+ <rect x="187.33" y="62.189" transform="matrix(-0.3318 -0.9434 0.9434 -0.3318 191.0544 260.9169)" opacity="0.4" fill="#FFF8B9" width="1.211" height="1.208"/>
+
+ <rect x="187.33" y="62.189" transform="matrix(-0.3318 -0.9434 0.9434 -0.3318 191.0544 260.9169)" opacity="0.4" fill="#FFF8B9" width="1.211" height="1.208"/>
+
+ <rect x="193.453" y="60.448" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -9.1318 67.958)" opacity="0.4" fill="#FFF8B9" width="2.416" height="0.604"/>
+
+ <rect x="193.453" y="60.448" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -9.1318 67.958)" opacity="0.4" fill="#FFF8B9" width="2.416" height="0.604"/>
+
+ <rect x="193.453" y="60.448" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -9.1318 67.958)" opacity="0.4" fill="#FFF6A3" width="2.416" height="0.604"/>
+
+ <rect x="193.453" y="60.448" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -9.1318 67.958)" opacity="0.4" fill="#FFF8B9" width="2.416" height="0.604"/>
+
+ <rect x="193.453" y="60.448" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -9.1318 67.958)" opacity="0.4" fill="#FFF8B9" width="2.416" height="0.604"/>
+
+ <rect x="193.253" y="59.877" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -8.9541 67.8594)" opacity="0.4" fill="#FFF8B9" width="2.416" height="0.604"/>
+
+ <rect x="193.253" y="59.877" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -8.9541 67.8594)" opacity="0.4" fill="#FFF8B9" width="2.416" height="0.604"/>
+
+ <rect x="193.253" y="59.877" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -8.9541 67.8594)" opacity="0.4" fill="#FFF8B9" width="2.416" height="0.604"/>
+
+ <rect x="193.253" y="59.877" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -8.9541 67.8594)" opacity="0.4" fill="#FFF6A3" width="2.416" height="0.604"/>
+
+ <rect x="193.253" y="59.877" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -8.9541 67.8594)" opacity="0.4" fill="#FFF8B9" width="2.416" height="0.604"/>
+
+ <rect x="193.253" y="59.877" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -8.9541 67.8594)" opacity="0.4" fill="#FFF8B9" width="2.416" height="0.604"/>
+
+ <rect x="195.748" y="59.734" transform="matrix(0.9433 -0.332 0.332 0.9433 -8.7758 68.7089)" opacity="0.4" fill="#FFF8B9" width="1.888" height="0.607"/>
+
+ <rect x="195.748" y="59.734" transform="matrix(0.9433 -0.332 0.332 0.9433 -8.7758 68.7089)" opacity="0.4" fill="#FFF8B9" width="1.888" height="0.607"/>
+
+ <rect x="195.748" y="59.734" transform="matrix(0.9433 -0.332 0.332 0.9433 -8.7758 68.7089)" opacity="0.2" fill="#FFF6A3" width="1.888" height="0.607"/>
+
+ <rect x="195.748" y="59.734" transform="matrix(0.9433 -0.332 0.332 0.9433 -8.7758 68.7089)" opacity="0.4" fill="#FFF6A3" width="1.888" height="0.607"/>
+
+ <rect x="195.748" y="59.734" transform="matrix(0.9433 -0.332 0.332 0.9433 -8.7758 68.7089)" opacity="0.4" fill="#FFF8B9" width="1.888" height="0.607"/>
+
+ <rect x="195.748" y="59.734" transform="matrix(0.9433 -0.332 0.332 0.9433 -8.7758 68.7089)" opacity="0.4" fill="#FFF8B9" width="1.888" height="0.607"/>
+
+ <rect x="195.547" y="59.163" transform="matrix(0.943 -0.3329 0.3329 0.943 -8.5881 68.8098)" opacity="0.4" fill="#FFF8B9" width="1.889" height="0.604"/>
+
+ <rect x="195.547" y="59.163" transform="matrix(0.943 -0.3329 0.3329 0.943 -8.5881 68.8098)" opacity="0.4" fill="#FFF8B9" width="1.889" height="0.604"/>
+
+ <rect x="195.547" y="59.163" transform="matrix(0.943 -0.3329 0.3329 0.943 -8.5881 68.8098)" opacity="0.4" fill="#FFF8B9" width="1.889" height="0.604"/>
+
+ <rect x="195.547" y="59.163" transform="matrix(0.943 -0.3329 0.3329 0.943 -8.5881 68.8098)" opacity="0.2" fill="#FFF6A3" width="1.889" height="0.604"/>
+
+ <rect x="195.547" y="59.163" transform="matrix(0.943 -0.3329 0.3329 0.943 -8.5881 68.8098)" opacity="0.4" fill="#FFF6A3" width="1.889" height="0.604"/>
+
+ <rect x="195.547" y="59.163" transform="matrix(0.943 -0.3329 0.3329 0.943 -8.5881 68.8098)" opacity="0.4" fill="#FFF8B9" width="1.889" height="0.604"/>
+
+ <rect x="195.547" y="59.163" transform="matrix(0.943 -0.3329 0.3329 0.943 -8.5881 68.8098)" opacity="0.4" fill="#FFF8B9" width="1.889" height="0.604"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M211.035,54.273l0.783-0.275c0.125-0.043,0.207-0.168,0.225-0.32l-1.085,0.381
+ L211.035,54.273z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M211.035,54.273l0.783-0.275c0.125-0.043,0.207-0.168,0.225-0.32l-1.085,0.381
+ L211.035,54.273z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M211.035,54.273l0.783-0.275c0.125-0.043,0.207-0.168,0.225-0.32l-1.085,0.381
+ L211.035,54.273z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M211.035,54.273l0.783-0.275c0.125-0.043,0.207-0.168,0.225-0.32l-1.085,0.381
+ L211.035,54.273z"/>
+
+ <rect x="208.084" y="54.549" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 425.4307 36.7062)" opacity="0.4" fill="#FFF8B9" width="2.997" height="0.228"/>
+
+ <rect x="208.084" y="54.549" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 425.4307 36.7062)" opacity="0.4" fill="#FFF8B9" width="2.997" height="0.228"/>
+
+ <rect x="208.084" y="54.549" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 425.4307 36.7062)" opacity="0.5" fill="#D1E4B7" width="2.997" height="0.228"/>
+
+ <rect x="208.084" y="54.549" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 425.4307 36.7062)" opacity="0.4" fill="#FFF8B9" width="2.997" height="0.228"/>
+
+ <rect x="208.084" y="54.549" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 425.4307 36.7062)" opacity="0.4" fill="#FFF8B9" width="2.997" height="0.228"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M202.04,57.195c0.108,0.107,0.249,0.15,0.375,0.107l5.793-2.035l-0.076-0.215L202.04,57.195
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M202.04,57.195c0.108,0.107,0.249,0.15,0.375,0.107l5.793-2.035l-0.076-0.215L202.04,57.195
+ z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M202.04,57.195c0.108,0.107,0.249,0.15,0.375,0.107l5.793-2.035l-0.076-0.215L202.04,57.195
+ z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M202.04,57.195c0.108,0.107,0.249,0.15,0.375,0.107l5.793-2.035l-0.076-0.215L202.04,57.195
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M202.04,57.195c0.108,0.107,0.249,0.15,0.375,0.107l5.793-2.035l-0.076-0.215L202.04,57.195
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M202.04,57.195c0.108,0.107,0.249,0.15,0.375,0.107l5.793-2.035l-0.076-0.215L202.04,57.195
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M215.361,48.67c0.132-0.045,0.269,0.008,0.308,0.115l0.064,0.186l2.637-0.928l-0.271-0.766
+ l-7.338,2.576l0.135,0.387L215.361,48.67z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M215.361,48.67c0.132-0.045,0.269,0.008,0.308,0.115l0.064,0.186l2.637-0.928l-0.271-0.766
+ l-7.338,2.576l0.135,0.387L215.361,48.67z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M215.361,48.67c0.132-0.045,0.269,0.008,0.308,0.115l0.064,0.186l2.637-0.928l-0.271-0.766
+ l-7.338,2.576l0.135,0.387L215.361,48.67z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M215.733,48.971l-0.064-0.186c-0.039-0.107-0.176-0.16-0.308-0.115l-4.465,1.57l0.134,0.385
+ L215.733,48.971z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M215.733,48.971l-0.064-0.186c-0.039-0.107-0.176-0.16-0.308-0.115l-4.465,1.57l0.134,0.385
+ L215.733,48.971z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M215.733,48.971l-0.064-0.186c-0.039-0.107-0.176-0.16-0.308-0.115l-4.465,1.57l0.134,0.385
+ L215.733,48.971z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M215.733,48.971l-0.064-0.186c-0.039-0.107-0.176-0.16-0.308-0.115l-4.465,1.57l0.134,0.385
+ L215.733,48.971z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M183.671,59.377c-0.183,0.066-0.329,0.121-0.327,0.127l0.265,0.752
+ c0.001,0.004,0.15-0.045,0.332-0.107l2.158-0.76l-0.271-0.768L183.671,59.377z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M183.671,59.377c-0.183,0.066-0.329,0.121-0.327,0.127l0.265,0.752
+ c0.001,0.004,0.15-0.045,0.332-0.107l2.158-0.76l-0.271-0.768L183.671,59.377z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M183.671,59.377c-0.183,0.066-0.329,0.121-0.327,0.127l0.265,0.752
+ c0.001,0.004,0.15-0.045,0.332-0.107l2.158-0.76l-0.271-0.768L183.671,59.377z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M183.671,59.377c-0.183,0.066-0.329,0.121-0.327,0.127l0.265,0.752
+ c0.001,0.004,0.15-0.045,0.332-0.107l2.158-0.76l-0.271-0.768L183.671,59.377z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M183.671,59.377c-0.183,0.066-0.329,0.121-0.327,0.127l0.265,0.752
+ c0.001,0.004,0.15-0.045,0.332-0.107l2.158-0.76l-0.271-0.768L183.671,59.377z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="198.494,55.033 200.917,54.18 200.881,54.082 198.459,54.93 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="198.494,55.033 200.917,54.18 200.881,54.082 198.459,54.93 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="198.494,55.033 200.917,54.18 200.881,54.082 198.459,54.93 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="198.494,55.033 200.917,54.18 200.881,54.082 198.459,54.93 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="198.494,55.033 200.917,54.18 200.881,54.082 198.459,54.93 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="198.494,55.033 200.917,54.18 200.881,54.082 198.459,54.93 "/>
+
+ <rect x="196.13" y="55.327" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 401.8742 42.1946)" opacity="0.4" fill="#FFF8B9" width="2.415" height="0.109"/>
+
+ <rect x="196.13" y="55.327" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 401.8742 42.1946)" opacity="0.4" fill="#FFF8B9" width="2.415" height="0.109"/>
+
+ <rect x="196.13" y="55.327" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 401.8742 42.1946)" opacity="0.4" fill="#FFF8B9" width="2.415" height="0.109"/>
+
+ <rect x="196.13" y="55.327" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 401.8742 42.1946)" opacity="0.5" fill="#D1E4B7" width="2.415" height="0.109"/>
+
+ <rect x="196.13" y="55.327" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 401.8742 42.1946)" opacity="0.4" fill="#FFF8B9" width="2.415" height="0.109"/>
+
+ <rect x="196.13" y="55.327" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 401.8742 42.1946)" opacity="0.2" fill="#FFF6A3" width="2.415" height="0.109"/>
+
+ <rect x="196.13" y="55.327" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 401.8742 42.1946)" opacity="0.4" fill="#FFF8B9" width="2.415" height="0.109"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M223.226,46.145l0.06,0.172l4.772-1.678c-0.125-0.246-0.251-0.49-0.382-0.729l-4.661,1.639
+ L223.226,46.145z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M223.226,46.145l0.06,0.172l4.772-1.678c-0.125-0.246-0.251-0.49-0.382-0.729l-4.661,1.639
+ L223.226,46.145z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M223.285,46.316l-0.06-0.172c0.022,0.064,0.024,0.127,0.015,0.188L223.285,46.316z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M223.285,46.316l-0.06-0.172c0.022,0.064,0.024,0.127,0.015,0.188L223.285,46.316z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M223.285,46.316l-0.06-0.172c0.022,0.064,0.024,0.127,0.015,0.188L223.285,46.316z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M223.24,46.332c0.01-0.061,0.007-0.123-0.015-0.188l-0.211-0.596l-4.915,1.729l0.271,0.766
+ L223.24,46.332z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M223.24,46.332c0.01-0.061,0.007-0.123-0.015-0.188l-0.211-0.596l-4.915,1.729l0.271,0.766
+ L223.24,46.332z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M223.24,46.332c0.01-0.061,0.007-0.123-0.015-0.188l-0.211-0.596l-4.915,1.729l0.271,0.766
+ L223.24,46.332z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M223.24,46.332c0.01-0.061,0.007-0.123-0.015-0.188l-0.211-0.596l-4.915,1.729l0.271,0.766
+ L223.24,46.332z"/>
+
+ <rect x="199.299" y="52.745" transform="matrix(0.3331 0.9429 -0.9429 0.3331 183.9835 -152.0771)" opacity="0.4" fill="#FFF8B9" width="0.406" height="2.567"/>
+
+ <rect x="199.299" y="52.745" transform="matrix(0.3331 0.9429 -0.9429 0.3331 183.9835 -152.0771)" opacity="0.4" fill="#FFF8B9" width="0.406" height="2.567"/>
+
+ <rect x="199.299" y="52.745" transform="matrix(0.3331 0.9429 -0.9429 0.3331 183.9835 -152.0771)" opacity="0.4" fill="#FFF8B9" width="0.406" height="2.567"/>
+
+ <rect x="199.299" y="52.745" transform="matrix(0.3331 0.9429 -0.9429 0.3331 183.9835 -152.0771)" opacity="0.2" fill="#FFF6A3" width="0.406" height="2.567"/>
+
+ <rect x="199.299" y="52.745" transform="matrix(0.3331 0.9429 -0.9429 0.3331 183.9835 -152.0771)" opacity="0.4" fill="#FFF8B9" width="0.406" height="2.567"/>
+
+ <rect x="199.299" y="52.745" transform="matrix(0.3331 0.9429 -0.9429 0.3331 183.9835 -152.0771)" opacity="0.4" fill="#FFF8B9" width="0.406" height="2.567"/>
+
+ <rect x="199.469" y="53.081" transform="matrix(-0.3376 -0.9413 0.9413 -0.3376 215.8321 260.618)" opacity="0.4" fill="#FFF8B9" width="0.301" height="2.566"/>
+
+ <rect x="199.469" y="53.081" transform="matrix(-0.3376 -0.9413 0.9413 -0.3376 215.8321 260.618)" opacity="0.4" fill="#FFF8B9" width="0.301" height="2.566"/>
+
+ <rect x="199.469" y="53.081" transform="matrix(-0.3376 -0.9413 0.9413 -0.3376 215.8321 260.618)" opacity="0.4" fill="#FFF8B9" width="0.301" height="2.566"/>
+
+ <rect x="199.469" y="53.081" transform="matrix(-0.3376 -0.9413 0.9413 -0.3376 215.8321 260.618)" opacity="0.5" fill="#D1E4B7" width="0.301" height="2.566"/>
+
+ <rect x="199.469" y="53.081" transform="matrix(-0.3376 -0.9413 0.9413 -0.3376 215.8321 260.618)" opacity="0.2" fill="#FFF6A3" width="0.301" height="2.566"/>
+
+ <rect x="199.469" y="53.081" transform="matrix(-0.3376 -0.9413 0.9413 -0.3376 215.8321 260.618)" opacity="0.4" fill="#FFF8B9" width="0.301" height="2.566"/>
+
+ <rect x="199.469" y="53.081" transform="matrix(-0.3376 -0.9413 0.9413 -0.3376 215.8321 260.618)" opacity="0.4" fill="#FFF8B9" width="0.301" height="2.566"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.149,55.648c-0.039-0.113,0.037-0.236,0.167-0.283l2.041-0.719l-0.134-0.385
+ l-2.28,0.801L196.149,55.648z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.149,55.648c-0.039-0.113,0.037-0.236,0.167-0.283l2.041-0.719l-0.134-0.385
+ l-2.28,0.801L196.149,55.648z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.149,55.648c-0.039-0.113,0.037-0.236,0.167-0.283l2.041-0.719l-0.134-0.385
+ l-2.28,0.801L196.149,55.648z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.149,55.648c-0.039-0.113,0.037-0.236,0.167-0.283l2.041-0.719l-0.134-0.385
+ l-2.28,0.801L196.149,55.648z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M196.149,55.648c-0.039-0.113,0.037-0.236,0.167-0.283l2.041-0.719l-0.134-0.385
+ l-2.28,0.801L196.149,55.648z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.149,55.648c-0.039-0.113,0.037-0.236,0.167-0.283l2.041-0.719l-0.134-0.385
+ l-2.28,0.801L196.149,55.648z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.149,55.648c-0.039-0.113,0.037-0.236,0.167-0.283l2.041-0.719l-0.134-0.385
+ l-2.28,0.801L196.149,55.648z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.18,55.732l2.279-0.803l-0.102-0.283l-2.041,0.719c-0.131,0.047-0.207,0.17-0.167,0.283
+ l0.005,0.014L196.18,55.732z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.18,55.732l2.279-0.803l-0.102-0.283l-2.041,0.719c-0.131,0.047-0.207,0.17-0.167,0.283
+ l0.005,0.014L196.18,55.732z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.18,55.732l2.279-0.803l-0.102-0.283l-2.041,0.719c-0.131,0.047-0.207,0.17-0.167,0.283
+ l0.005,0.014L196.18,55.732z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M196.18,55.732l2.279-0.803l-0.102-0.283l-2.041,0.719c-0.131,0.047-0.207,0.17-0.167,0.283
+ l0.005,0.014L196.18,55.732z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.18,55.732l2.279-0.803l-0.102-0.283l-2.041,0.719c-0.131,0.047-0.207,0.17-0.167,0.283
+ l0.005,0.014L196.18,55.732z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M196.18,55.732l2.279-0.803l-0.102-0.283l-2.041,0.719c-0.131,0.047-0.207,0.17-0.167,0.283
+ l0.005,0.014L196.18,55.732z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.18,55.732l2.279-0.803l-0.102-0.283l-2.041,0.719c-0.131,0.047-0.207,0.17-0.167,0.283
+ l0.005,0.014L196.18,55.732z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.18,55.732l2.279-0.803l-0.102-0.283l-2.041,0.719c-0.131,0.047-0.207,0.17-0.167,0.283
+ l0.005,0.014L196.18,55.732z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M187.179,58.816l0.06,0.17l0.045-0.016C187.238,58.93,187.199,58.879,187.179,58.816z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M187.179,58.816l0.06,0.17l0.045-0.016C187.238,58.93,187.199,58.879,187.179,58.816z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M187.179,58.816l0.06,0.17l0.045-0.016C187.238,58.93,187.199,58.879,187.179,58.816z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M187.179,58.816l0.06,0.17l0.045-0.016C187.238,58.93,187.199,58.879,187.179,58.816z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M187.179,58.816l0.06,0.17l0.045-0.016C187.238,58.93,187.199,58.879,187.179,58.816z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M187.548,58.879l-0.27-0.77l-0.311,0.111l0.211,0.596c0.021,0.063,0.06,0.113,0.105,0.154
+ L187.548,58.879z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M187.548,58.879l-0.27-0.77l-0.311,0.111l0.211,0.596c0.021,0.063,0.06,0.113,0.105,0.154
+ L187.548,58.879z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M187.548,58.879l-0.27-0.77l-0.311,0.111l0.211,0.596c0.021,0.063,0.06,0.113,0.105,0.154
+ L187.548,58.879z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M187.548,58.879l-0.27-0.77l-0.311,0.111l0.211,0.596c0.021,0.063,0.06,0.113,0.105,0.154
+ L187.548,58.879z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M187.548,58.879l-0.27-0.77l-0.311,0.111l0.211,0.596c0.021,0.063,0.06,0.113,0.105,0.154
+ L187.548,58.879z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M187.548,58.879l-0.27-0.77l-0.311,0.111l0.211,0.596c0.021,0.063,0.06,0.113,0.105,0.154
+ L187.548,58.879z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="187.179,58.816 186.968,58.221 185.828,58.621 186.099,59.389 187.238,58.986 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="187.179,58.816 186.968,58.221 185.828,58.621 186.099,59.389 187.238,58.986 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="187.179,58.816 186.968,58.221 185.828,58.621 186.099,59.389 187.238,58.986 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="187.179,58.816 186.968,58.221 185.828,58.621 186.099,59.389 187.238,58.986 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="187.179,58.816 186.968,58.221 185.828,58.621 186.099,59.389 187.238,58.986 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="187.179,58.816 186.968,58.221 185.828,58.621 186.099,59.389 187.238,58.986 "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.171,55.736c0.006,0.039,0.004,0.074-0.002,0.111l0.046-0.014l-0.035-0.102
+ C196.178,55.736,196.174,55.736,196.171,55.736z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.171,55.736c0.006,0.039,0.004,0.074-0.002,0.111l0.046-0.014l-0.035-0.102
+ C196.178,55.736,196.174,55.736,196.171,55.736z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.171,55.736c0.006,0.039,0.004,0.074-0.002,0.111l0.046-0.014l-0.035-0.102
+ C196.178,55.736,196.174,55.736,196.171,55.736z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.171,55.736c0.006,0.039,0.004,0.074-0.002,0.111l0.046-0.014l-0.035-0.102
+ C196.178,55.736,196.174,55.736,196.171,55.736z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M196.171,55.736c0.006,0.039,0.004,0.074-0.002,0.111l0.046-0.014l-0.035-0.102
+ C196.178,55.736,196.174,55.736,196.171,55.736z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.171,55.736c0.006,0.039,0.004,0.074-0.002,0.111l0.046-0.014l-0.035-0.102
+ C196.178,55.736,196.174,55.736,196.171,55.736z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.171,55.736c0.006,0.039,0.004,0.074-0.002,0.111l0.046-0.014l-0.035-0.102
+ C196.178,55.736,196.174,55.736,196.171,55.736z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M195.697,55.502l-0.108-0.313l-1.425,0.5l0.271,0.77l1.735-0.611
+ c0.006-0.037,0.009-0.072,0.002-0.111C195.978,55.799,195.767,55.697,195.697,55.502z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M195.697,55.502l-0.108-0.313l-1.425,0.5l0.271,0.77l1.735-0.611
+ c0.006-0.037,0.009-0.072,0.002-0.111C195.978,55.799,195.767,55.697,195.697,55.502z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M195.697,55.502l-0.108-0.313l-1.425,0.5l0.271,0.77l1.735-0.611
+ c0.006-0.037,0.009-0.072,0.002-0.111C195.978,55.799,195.767,55.697,195.697,55.502z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M195.697,55.502l-0.108-0.313l-1.425,0.5l0.271,0.77l1.735-0.611
+ c0.006-0.037,0.009-0.072,0.002-0.111C195.978,55.799,195.767,55.697,195.697,55.502z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M195.697,55.502l-0.108-0.313l-1.425,0.5l0.271,0.77l1.735-0.611
+ c0.006-0.037,0.009-0.072,0.002-0.111C195.978,55.799,195.767,55.697,195.697,55.502z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M195.697,55.502l-0.108-0.313l-1.425,0.5l0.271,0.77l1.735-0.611
+ c0.006-0.037,0.009-0.072,0.002-0.111C195.978,55.799,195.767,55.697,195.697,55.502z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M195.697,55.502l-0.108-0.313l-1.425,0.5l0.271,0.77l1.735-0.611
+ c0.006-0.037,0.009-0.072,0.002-0.111C195.978,55.799,195.767,55.697,195.697,55.502z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M195.697,55.502l-0.108-0.313l-1.425,0.5l0.271,0.77l1.735-0.611
+ c0.006-0.037,0.009-0.072,0.002-0.111C195.978,55.799,195.767,55.697,195.697,55.502z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.154,55.662c0.009,0.025,0.014,0.049,0.017,0.074c0.002,0,0.006,0,0.009-0.004
+ L196.154,55.662z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.154,55.662c0.009,0.025,0.014,0.049,0.017,0.074c0.002,0,0.006,0,0.009-0.004
+ L196.154,55.662z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.154,55.662c0.009,0.025,0.014,0.049,0.017,0.074c0.002,0,0.006,0,0.009-0.004
+ L196.154,55.662z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.154,55.662c0.009,0.025,0.014,0.049,0.017,0.074c0.002,0,0.006,0,0.009-0.004
+ L196.154,55.662z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M196.154,55.662c0.009,0.025,0.014,0.049,0.017,0.074c0.002,0,0.006,0,0.009-0.004
+ L196.154,55.662z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.154,55.662c0.009,0.025,0.014,0.049,0.017,0.074c0.002,0,0.006,0,0.009-0.004
+ L196.154,55.662z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.154,55.662c0.009,0.025,0.014,0.049,0.017,0.074c0.002,0,0.006,0,0.009-0.004
+ L196.154,55.662z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M196.154,55.662c0.009,0.025,0.014,0.049,0.017,0.074c0.002,0,0.006,0,0.009-0.004
+ L196.154,55.662z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M195.697,55.502c0.07,0.195,0.281,0.297,0.475,0.234c-0.003-0.025-0.008-0.049-0.017-0.074
+ l-0.005-0.014l-0.206-0.586l-0.355,0.127L195.697,55.502z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M195.697,55.502c0.07,0.195,0.281,0.297,0.475,0.234c-0.003-0.025-0.008-0.049-0.017-0.074
+ l-0.005-0.014l-0.206-0.586l-0.355,0.127L195.697,55.502z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M195.697,55.502c0.07,0.195,0.281,0.297,0.475,0.234c-0.003-0.025-0.008-0.049-0.017-0.074
+ l-0.005-0.014l-0.206-0.586l-0.355,0.127L195.697,55.502z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M195.697,55.502c0.07,0.195,0.281,0.297,0.475,0.234c-0.003-0.025-0.008-0.049-0.017-0.074
+ l-0.005-0.014l-0.206-0.586l-0.355,0.127L195.697,55.502z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M195.697,55.502c0.07,0.195,0.281,0.297,0.475,0.234c-0.003-0.025-0.008-0.049-0.017-0.074
+ l-0.005-0.014l-0.206-0.586l-0.355,0.127L195.697,55.502z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M195.697,55.502c0.07,0.195,0.281,0.297,0.475,0.234c-0.003-0.025-0.008-0.049-0.017-0.074
+ l-0.005-0.014l-0.206-0.586l-0.355,0.127L195.697,55.502z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M195.697,55.502c0.07,0.195,0.281,0.297,0.475,0.234c-0.003-0.025-0.008-0.049-0.017-0.074
+ l-0.005-0.014l-0.206-0.586l-0.355,0.127L195.697,55.502z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M195.697,55.502c0.07,0.195,0.281,0.297,0.475,0.234c-0.003-0.025-0.008-0.049-0.017-0.074
+ l-0.005-0.014l-0.206-0.586l-0.355,0.127L195.697,55.502z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M195.697,55.502c0.07,0.195,0.281,0.297,0.475,0.234c-0.003-0.025-0.008-0.049-0.017-0.074
+ l-0.005-0.014l-0.206-0.586l-0.355,0.127L195.697,55.502z"/>
+
+ <rect x="209.655" y="50.042" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 425.2867 27.9597)" opacity="0.4" fill="#FFF8B9" width="1.208" height="0.41"/>
+
+ <rect x="209.655" y="50.042" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 425.2867 27.9597)" opacity="0.4" fill="#FFF8B9" width="1.208" height="0.41"/>
+
+ <rect x="209.655" y="50.042" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 425.2867 27.9597)" opacity="0.4" fill="#FFF8B9" width="1.208" height="0.41"/>
+
+ <rect x="209.655" y="50.042" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 425.2867 27.9597)" opacity="0.4" fill="#FFF8B9" width="1.208" height="0.41"/>
+
+ <rect x="206.778" y="50.74" transform="matrix(-0.9431 0.3325 -0.3325 -0.9431 421.6426 29.7487)" opacity="0.4" fill="#FFF8B9" width="2.996" height="0.41"/>
+
+ <rect x="206.778" y="50.74" transform="matrix(-0.9431 0.3325 -0.3325 -0.9431 421.6426 29.7487)" opacity="0.4" fill="#FFF8B9" width="2.996" height="0.41"/>
+
+ <rect x="206.778" y="50.74" transform="matrix(-0.9431 0.3325 -0.3325 -0.9431 421.6426 29.7487)" opacity="0.4" fill="#FFF8B9" width="2.996" height="0.41"/>
+
+ <rect x="206.778" y="50.74" transform="matrix(-0.9431 0.3325 -0.3325 -0.9431 421.6426 29.7487)" opacity="0.4" fill="#FFF8B9" width="2.996" height="0.41"/>
+
+ <rect x="206.778" y="50.74" transform="matrix(-0.9431 0.3325 -0.3325 -0.9431 421.6426 29.7487)" opacity="0.4" fill="#FFF8B9" width="2.996" height="0.41"/>
+
+ <rect x="210.19" y="50.029" transform="matrix(0.3295 0.9442 -0.9442 0.3295 188.8751 -164.6953)" opacity="0.4" fill="#FFF8B9" width="0.408" height="1.208"/>
+
+ <rect x="210.19" y="50.029" transform="matrix(0.3295 0.9442 -0.9442 0.3295 188.8751 -164.6953)" opacity="0.4" fill="#FFF8B9" width="0.408" height="1.208"/>
+
+ <rect x="210.19" y="50.029" transform="matrix(0.3295 0.9442 -0.9442 0.3295 188.8751 -164.6953)" opacity="0.5" fill="#D1E4B7" width="0.408" height="1.208"/>
+
+ <rect x="210.19" y="50.029" transform="matrix(0.3295 0.9442 -0.9442 0.3295 188.8751 -164.6953)" opacity="0.4" fill="#FFF8B9" width="0.408" height="1.208"/>
+
+ <rect x="210.19" y="50.029" transform="matrix(0.3295 0.9442 -0.9442 0.3295 188.8751 -164.6953)" opacity="0.4" fill="#FFF8B9" width="0.408" height="1.208"/>
+
+ <rect x="206.914" y="51.125" transform="matrix(-0.9435 0.3313 -0.3313 -0.9435 422.0597 30.7238)" opacity="0.4" fill="#FFF8B9" width="2.995" height="0.408"/>
+
+ <rect x="206.914" y="51.125" transform="matrix(-0.9435 0.3313 -0.3313 -0.9435 422.0597 30.7238)" opacity="0.4" fill="#FFF8B9" width="2.995" height="0.408"/>
+
+ <rect x="206.914" y="51.125" transform="matrix(-0.9435 0.3313 -0.3313 -0.9435 422.0597 30.7238)" opacity="0.4" fill="#FFF8B9" width="2.995" height="0.408"/>
+
+ <rect x="206.914" y="51.125" transform="matrix(-0.9435 0.3313 -0.3313 -0.9435 422.0597 30.7238)" opacity="0.5" fill="#D1E4B7" width="2.995" height="0.408"/>
+
+ <rect x="206.914" y="51.125" transform="matrix(-0.9435 0.3313 -0.3313 -0.9435 422.0597 30.7238)" opacity="0.4" fill="#FFF8B9" width="2.995" height="0.408"/>
+
+ <rect x="206.914" y="51.125" transform="matrix(-0.9435 0.3313 -0.3313 -0.9435 422.0597 30.7238)" opacity="0.4" fill="#FFF8B9" width="2.995" height="0.408"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M203.82,52.646c0.008,0.023,0.015,0.051,0.018,0.072l3.093-1.082l-0.135-0.387l-3.086,1.084
+ L203.82,52.646z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M203.82,52.646c0.008,0.023,0.015,0.051,0.018,0.072l3.093-1.082l-0.135-0.387l-3.086,1.084
+ L203.82,52.646z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M203.82,52.646c0.008,0.023,0.015,0.051,0.018,0.072l3.093-1.082l-0.135-0.387l-3.086,1.084
+ L203.82,52.646z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M203.82,52.646c0.008,0.023,0.015,0.051,0.018,0.072l3.093-1.082l-0.135-0.387l-3.086,1.084
+ L203.82,52.646z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M203.82,52.646c0.008,0.023,0.015,0.051,0.018,0.072l3.093-1.082l-0.135-0.387l-3.086,1.084
+ L203.82,52.646z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M203.82,52.646c0.008,0.023,0.015,0.051,0.018,0.072l3.093-1.082l-0.135-0.387l-3.086,1.084
+ L203.82,52.646z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M203.588,53.129l-2.707,0.953l0.036,0.098l6.149-2.162l-0.135-0.381l-3.093,1.082
+ C203.861,52.895,203.761,53.07,203.588,53.129z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M203.588,53.129l-2.707,0.953l0.036,0.098l6.149-2.162l-0.135-0.381l-3.093,1.082
+ C203.861,52.895,203.761,53.07,203.588,53.129z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M203.588,53.129l-2.707,0.953l0.036,0.098l6.149-2.162l-0.135-0.381l-3.093,1.082
+ C203.861,52.895,203.761,53.07,203.588,53.129z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M203.588,53.129l-2.707,0.953l0.036,0.098l6.149-2.162l-0.135-0.381l-3.093,1.082
+ C203.861,52.895,203.761,53.07,203.588,53.129z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M203.588,53.129l-2.707,0.953l0.036,0.098l6.149-2.162l-0.135-0.381l-3.093,1.082
+ C203.861,52.895,203.761,53.07,203.588,53.129z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M203.588,53.129l-2.707,0.953l0.036,0.098l6.149-2.162l-0.135-0.381l-3.093,1.082
+ C203.861,52.895,203.761,53.07,203.588,53.129z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M203.588,53.129l-2.707,0.953l0.036,0.098l6.149-2.162l-0.135-0.381l-3.093,1.082
+ C203.861,52.895,203.761,53.07,203.588,53.129z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M203.838,52.719c-0.003-0.021-0.01-0.049-0.018-0.072l-0.11-0.313l-3.064,1.078l0.135,0.383
+ L203.838,52.719z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M203.838,52.719c-0.003-0.021-0.01-0.049-0.018-0.072l-0.11-0.313l-3.064,1.078l0.135,0.383
+ L203.838,52.719z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M203.838,52.719c-0.003-0.021-0.01-0.049-0.018-0.072l-0.11-0.313l-3.064,1.078l0.135,0.383
+ L203.838,52.719z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M203.838,52.719c-0.003-0.021-0.01-0.049-0.018-0.072l-0.11-0.313l-3.064,1.078l0.135,0.383
+ L203.838,52.719z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M203.838,52.719c-0.003-0.021-0.01-0.049-0.018-0.072l-0.11-0.313l-3.064,1.078l0.135,0.383
+ L203.838,52.719z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M203.838,52.719c-0.003-0.021-0.01-0.049-0.018-0.072l-0.11-0.313l-3.064,1.078l0.135,0.383
+ L203.838,52.719z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M203.838,52.719c-0.003-0.021-0.01-0.049-0.018-0.072l-0.11-0.313l-3.064,1.078l0.135,0.383
+ L203.838,52.719z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M200.881,54.082l2.707-0.953c0.173-0.059,0.273-0.234,0.25-0.41l-3.057,1.076
+ L200.881,54.082z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M200.881,54.082l2.707-0.953c0.173-0.059,0.273-0.234,0.25-0.41l-3.057,1.076
+ L200.881,54.082z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M200.881,54.082l2.707-0.953c0.173-0.059,0.273-0.234,0.25-0.41l-3.057,1.076
+ L200.881,54.082z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M200.881,54.082l2.707-0.953c0.173-0.059,0.273-0.234,0.25-0.41l-3.057,1.076
+ L200.881,54.082z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M200.881,54.082l2.707-0.953c0.173-0.059,0.273-0.234,0.25-0.41l-3.057,1.076
+ L200.881,54.082z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M200.881,54.082l2.707-0.953c0.173-0.059,0.273-0.234,0.25-0.41l-3.057,1.076
+ L200.881,54.082z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M200.881,54.082l2.707-0.953c0.173-0.059,0.273-0.234,0.25-0.41l-3.057,1.076
+ L200.881,54.082z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M200.881,54.082l2.707-0.953c0.173-0.059,0.273-0.234,0.25-0.41l-3.057,1.076
+ L200.881,54.082z"/>
+
+ <rect x="187.329" y="57.59" transform="matrix(0.9435 -0.3314 0.3314 0.9435 -8.55 65.8551)" opacity="0.4" fill="#FFF8B9" width="2.994" height="0.815"/>
+
+ <rect x="187.329" y="57.59" transform="matrix(0.9435 -0.3314 0.3314 0.9435 -8.55 65.8551)" opacity="0.4" fill="#FFF8B9" width="2.994" height="0.815"/>
+
+ <rect x="187.329" y="57.59" transform="matrix(0.9435 -0.3314 0.3314 0.9435 -8.55 65.8551)" opacity="0.4" fill="#FFF8B9" width="2.994" height="0.815"/>
+
+ <rect x="187.329" y="57.59" transform="matrix(0.9435 -0.3314 0.3314 0.9435 -8.55 65.8551)" opacity="0.5" fill="#D1E4B7" width="2.994" height="0.815"/>
+
+ <rect x="187.329" y="57.59" transform="matrix(0.9435 -0.3314 0.3314 0.9435 -8.55 65.8551)" opacity="0.4" fill="#FFF8B9" width="2.994" height="0.815"/>
+
+ <rect x="187.329" y="57.59" transform="matrix(0.9435 -0.3314 0.3314 0.9435 -8.55 65.8551)" opacity="0.2" fill="#FFF6A3" width="2.994" height="0.815"/>
+
+ <rect x="187.329" y="57.59" transform="matrix(0.9435 -0.3314 0.3314 0.9435 -8.55 65.8551)" opacity="0.4" fill="#FFF8B9" width="2.994" height="0.815"/>
+
+ <rect x="190.116" y="56.38" transform="matrix(0.9434 -0.3318 0.3318 0.9434 -7.9502 67.0063)" opacity="0.4" fill="#FFF8B9" width="4.303" height="0.814"/>
+
+ <rect x="190.116" y="56.38" transform="matrix(0.9434 -0.3318 0.3318 0.9434 -7.9502 67.0063)" opacity="0.4" fill="#FFF8B9" width="4.303" height="0.814"/>
+
+ <rect x="190.116" y="56.38" transform="matrix(0.9434 -0.3318 0.3318 0.9434 -7.9502 67.0063)" opacity="0.4" fill="#FFF8B9" width="4.303" height="0.814"/>
+
+ <rect x="190.116" y="56.38" transform="matrix(0.9434 -0.3318 0.3318 0.9434 -7.9502 67.0063)" opacity="0.5" fill="#D1E4B7" width="4.303" height="0.814"/>
+
+ <rect x="190.116" y="56.38" transform="matrix(0.9434 -0.3318 0.3318 0.9434 -7.9502 67.0063)" opacity="0.4" fill="#FFF8B9" width="4.303" height="0.814"/>
+
+ <rect x="190.116" y="56.38" transform="matrix(0.9434 -0.3318 0.3318 0.9434 -7.9502 67.0063)" opacity="0.4" fill="#FFF8B9" width="4.303" height="0.814"/>
+
+ <rect x="190.116" y="56.38" transform="matrix(0.9434 -0.3318 0.3318 0.9434 -7.9502 67.0063)" opacity="0.2" fill="#FFF6A3" width="4.303" height="0.814"/>
+
+ <rect x="190.116" y="56.38" transform="matrix(0.9434 -0.3318 0.3318 0.9434 -7.9502 67.0063)" opacity="0.4" fill="#FFF8B9" width="4.303" height="0.814"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M213.101,46.922c0.123-0.045,0.221-0.084,0.218-0.088l-0.277-0.791
+ c-0.002-0.006-0.103,0.027-0.225,0.07l-3,1.055l0.283,0.807L213.101,46.922z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M213.101,46.922c0.123-0.045,0.221-0.084,0.218-0.088l-0.277-0.791
+ c-0.002-0.006-0.103,0.027-0.225,0.07l-3,1.055l0.283,0.807L213.101,46.922z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M213.101,46.922c0.123-0.045,0.221-0.084,0.218-0.088l-0.277-0.791
+ c-0.002-0.006-0.103,0.027-0.225,0.07l-3,1.055l0.283,0.807L213.101,46.922z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M181.74,57.037c-0.122,0.041-0.22,0.08-0.217,0.084l0.277,0.791
+ c0.002,0.006,0.103-0.023,0.224-0.068l3.144-1.105l-0.284-0.807L181.74,57.037z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M181.74,57.037c-0.122,0.041-0.22,0.08-0.217,0.084l0.277,0.791
+ c0.002,0.006,0.103-0.023,0.224-0.068l3.144-1.105l-0.284-0.807L181.74,57.037z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M181.74,57.037c-0.122,0.041-0.22,0.08-0.217,0.084l0.277,0.791
+ c0.002,0.006,0.103-0.023,0.224-0.068l3.144-1.105l-0.284-0.807L181.74,57.037z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M181.74,57.037c-0.122,0.041-0.22,0.08-0.217,0.084l0.277,0.791
+ c0.002,0.006,0.103-0.023,0.224-0.068l3.144-1.105l-0.284-0.807L181.74,57.037z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M199.313,51.67c0.011,0.029,0.016,0.059,0.019,0.09l0.652-0.229l-0.283-0.809l-0.642,0.225
+ L199.313,51.67z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M199.313,51.67c0.011,0.029,0.016,0.059,0.019,0.09l0.652-0.229l-0.283-0.809l-0.642,0.225
+ L199.313,51.67z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M199.313,51.67c0.011,0.029,0.016,0.059,0.019,0.09l0.652-0.229l-0.283-0.809l-0.642,0.225
+ L199.313,51.67z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M199.313,51.67c0.011,0.029,0.016,0.059,0.019,0.09l0.652-0.229l-0.283-0.809l-0.642,0.225
+ L199.313,51.67z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M199.313,51.67c0.011,0.029,0.016,0.059,0.019,0.09l0.652-0.229l-0.283-0.809l-0.642,0.225
+ L199.313,51.67z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M199.313,51.67c0.011,0.029,0.016,0.059,0.019,0.09l0.652-0.229l-0.283-0.809l-0.642,0.225
+ L199.313,51.67z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M197.563,52.383l1.77-0.623c-0.003-0.031-0.008-0.061-0.019-0.09l-0.254-0.723l-1.781,0.627
+ L197.563,52.383z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M197.563,52.383l1.77-0.623c-0.003-0.031-0.008-0.061-0.019-0.09l-0.254-0.723l-1.781,0.627
+ L197.563,52.383z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M197.563,52.383l1.77-0.623c-0.003-0.031-0.008-0.061-0.019-0.09l-0.254-0.723l-1.781,0.627
+ L197.563,52.383z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M197.563,52.383l1.77-0.623c-0.003-0.031-0.008-0.061-0.019-0.09l-0.254-0.723l-1.781,0.627
+ L197.563,52.383z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M197.563,52.383l1.77-0.623c-0.003-0.031-0.008-0.061-0.019-0.09l-0.254-0.723l-1.781,0.627
+ L197.563,52.383z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M197.563,52.383l1.77-0.623c-0.003-0.031-0.008-0.061-0.019-0.09l-0.254-0.723l-1.781,0.627
+ L197.563,52.383z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M197.563,52.383l1.77-0.623c-0.003-0.031-0.008-0.061-0.019-0.09l-0.254-0.723l-1.781,0.627
+ L197.563,52.383z"/>
+
+ <rect x="195.852" y="51.172" transform="matrix(0.3316 0.9434 -0.9434 0.3316 180.6171 -150.165)" opacity="0.4" fill="#FFF8B9" width="0.857" height="2.417"/>
+
+ <rect x="195.852" y="51.172" transform="matrix(0.3316 0.9434 -0.9434 0.3316 180.6171 -150.165)" opacity="0.4" fill="#FFF8B9" width="0.857" height="2.417"/>
+
+ <rect x="195.852" y="51.172" transform="matrix(0.3316 0.9434 -0.9434 0.3316 180.6171 -150.165)" opacity="0.4" fill="#FFF8B9" width="0.857" height="2.417"/>
+
+ <rect x="195.852" y="51.172" transform="matrix(0.3316 0.9434 -0.9434 0.3316 180.6171 -150.165)" opacity="0.4" fill="#FFF8B9" width="0.857" height="2.417"/>
+
+ <rect x="195.852" y="51.172" transform="matrix(0.3316 0.9434 -0.9434 0.3316 180.6171 -150.165)" opacity="0.2" fill="#FFF6A3" width="0.857" height="2.417"/>
+
+ <rect x="195.852" y="51.172" transform="matrix(0.3316 0.9434 -0.9434 0.3316 180.6171 -150.165)" opacity="0.4" fill="#FFF8B9" width="0.857" height="2.417"/>
+
+ <rect x="195.852" y="51.172" transform="matrix(0.3316 0.9434 -0.9434 0.3316 180.6171 -150.165)" opacity="0.4" fill="#FFF8B9" width="0.857" height="2.417"/>
+
+ <rect x="195.852" y="51.172" transform="matrix(0.3316 0.9434 -0.9434 0.3316 180.6171 -150.165)" opacity="0.2" fill="#FFF6A3" width="0.857" height="2.417"/>
+
+ <rect x="184.992" y="55.707" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -8.1145 64.6922)" opacity="0.4" fill="#FFF8B9" width="1.208" height="0.855"/>
+
+ <rect x="184.992" y="55.707" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -8.1145 64.6922)" opacity="0.4" fill="#FFF8B9" width="1.208" height="0.855"/>
+
+ <rect x="184.992" y="55.707" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -8.1145 64.6922)" opacity="0.5" fill="#D1E4B7" width="1.208" height="0.855"/>
+
+ <rect x="184.992" y="55.707" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -8.1145 64.6922)" opacity="0.4" fill="#FFF8B9" width="1.208" height="0.855"/>
+
+ <rect x="184.992" y="55.707" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -8.1145 64.6922)" opacity="0.2" fill="#FFF6A3" width="1.208" height="0.855"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M186.352,55.473c-0.009-0.021,0.022-0.055,0.068-0.068l2.742-0.967l-0.004-0.01
+ l-3.134,1.104l0.283,0.807l0.311-0.109L186.352,55.473z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M186.352,55.473c-0.009-0.021,0.022-0.055,0.068-0.068l2.742-0.967l-0.004-0.01
+ l-3.134,1.104l0.283,0.807l0.311-0.109L186.352,55.473z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M186.352,55.473c-0.009-0.021,0.022-0.055,0.068-0.068l2.742-0.967l-0.004-0.01
+ l-3.134,1.104l0.283,0.807l0.311-0.109L186.352,55.473z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M186.352,55.473c-0.009-0.021,0.022-0.055,0.068-0.068l2.742-0.967l-0.004-0.01
+ l-3.134,1.104l0.283,0.807l0.311-0.109L186.352,55.473z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M186.352,55.473c-0.009-0.021,0.022-0.055,0.068-0.068l2.742-0.967l-0.004-0.01
+ l-3.134,1.104l0.283,0.807l0.311-0.109L186.352,55.473z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M186.352,55.473c-0.009-0.021,0.022-0.055,0.068-0.068l2.742-0.967l-0.004-0.01
+ l-3.134,1.104l0.283,0.807l0.311-0.109L186.352,55.473z"/>
+ <rect x="189.106" y="54.115" opacity="0.4" fill="#FFF8B9" width="1.888" height="0.01"/>
+ <rect x="189.106" y="54.115" opacity="0.4" fill="#FFF8B9" width="1.888" height="0.01"/>
+ <rect x="189.106" y="54.115" opacity="0.4" fill="#FFF8B9" width="1.888" height="0.01"/>
+ <rect x="189.106" y="54.115" opacity="0.5" fill="#D1E4B7" width="1.888" height="0.01"/>
+ <rect x="189.106" y="54.115" opacity="0.4" fill="#FFF8B9" width="1.888" height="0.01"/>
+ <rect x="189.106" y="54.115" opacity="0.4" fill="#FFF8B9" width="1.888" height="0.01"/>
+ <rect x="189.106" y="54.115" opacity="0.2" fill="#FFF6A3" width="1.888" height="0.01"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M193.237,53.055l-0.018-0.053l-2.279,0.801l0.003,0.01l2.195-0.771
+ C193.183,53.021,193.229,53.031,193.237,53.055z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M193.237,53.055l-0.018-0.053l-2.279,0.801l0.003,0.01l2.195-0.771
+ C193.183,53.021,193.229,53.031,193.237,53.055z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M193.237,53.055l-0.018-0.053l-2.279,0.801l0.003,0.01l2.195-0.771
+ C193.183,53.021,193.229,53.031,193.237,53.055z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M193.237,53.055l-0.018-0.053l-2.279,0.801l0.003,0.01l2.195-0.771
+ C193.183,53.021,193.229,53.031,193.237,53.055z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M193.237,53.055l-0.018-0.053l-2.279,0.801l0.003,0.01l2.195-0.771
+ C193.183,53.021,193.229,53.031,193.237,53.055z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M193.237,53.055l-0.018-0.053l-2.279,0.801l0.003,0.01l2.195-0.771
+ C193.183,53.021,193.229,53.031,193.237,53.055z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M193.237,53.055l-0.018-0.053l-2.279,0.801l0.003,0.01l2.195-0.771
+ C193.183,53.021,193.229,53.031,193.237,53.055z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M193.237,53.055l-0.018-0.053l-2.279,0.801l0.003,0.01l2.195-0.771
+ C193.183,53.021,193.229,53.031,193.237,53.055z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="193.502,53.809 194.927,53.311 194.643,52.5 193.219,53.002 193.237,53.055 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="193.502,53.809 194.927,53.311 194.643,52.5 193.219,53.002 193.237,53.055 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="193.502,53.809 194.927,53.311 194.643,52.5 193.219,53.002 193.237,53.055 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="193.502,53.809 194.927,53.311 194.643,52.5 193.219,53.002 193.237,53.055 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="193.502,53.809 194.927,53.311 194.643,52.5 193.219,53.002 193.237,53.055 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="193.502,53.809 194.927,53.311 194.643,52.5 193.219,53.002 193.237,53.055 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="193.502,53.809 194.927,53.311 194.643,52.5 193.219,53.002 193.237,53.055 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="193.502,53.809 194.927,53.311 194.643,52.5 193.219,53.002 193.237,53.055 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="193.502,53.809 194.927,53.311 194.643,52.5 193.219,53.002 193.237,53.055 "/>
+
+ <rect x="194.774" y="52.414" transform="matrix(0.9453 -0.3263 0.3263 0.9453 -6.5717 66.5108)" opacity="0.4" fill="#FFF8B9" width="0.377" height="0.859"/>
+
+ <rect x="194.774" y="52.414" transform="matrix(0.9453 -0.3263 0.3263 0.9453 -6.5717 66.5108)" opacity="0.4" fill="#FFF8B9" width="0.377" height="0.859"/>
+
+ <rect x="194.774" y="52.414" transform="matrix(0.9453 -0.3263 0.3263 0.9453 -6.5717 66.5108)" opacity="0.4" fill="#FFF8B9" width="0.377" height="0.859"/>
+
+ <rect x="194.774" y="52.414" transform="matrix(0.9453 -0.3263 0.3263 0.9453 -6.5717 66.5108)" opacity="0.5" fill="#D1E4B7" width="0.377" height="0.859"/>
+
+ <rect x="194.774" y="52.414" transform="matrix(0.9453 -0.3263 0.3263 0.9453 -6.5717 66.5108)" opacity="0.4" fill="#FFF8B9" width="0.377" height="0.859"/>
+
+ <rect x="194.774" y="52.414" transform="matrix(0.9453 -0.3263 0.3263 0.9453 -6.5717 66.5108)" opacity="0.2" fill="#FFF6A3" width="0.377" height="0.859"/>
+
+ <rect x="194.774" y="52.414" transform="matrix(0.9453 -0.3263 0.3263 0.9453 -6.5717 66.5108)" opacity="0.4" fill="#FFF8B9" width="0.377" height="0.859"/>
+
+ <rect x="194.774" y="52.414" transform="matrix(0.9453 -0.3263 0.3263 0.9453 -6.5717 66.5108)" opacity="0.4" fill="#FFF8B9" width="0.377" height="0.859"/>
+
+ <rect x="194.774" y="52.414" transform="matrix(0.9453 -0.3263 0.3263 0.9453 -6.5717 66.5108)" opacity="0.4" fill="#FFF8B9" width="0.377" height="0.859"/>
+
+ <rect x="194.774" y="52.414" transform="matrix(0.9453 -0.3263 0.3263 0.9453 -6.5717 66.5108)" opacity="0.2" fill="#FFF6A3" width="0.377" height="0.859"/>
+
+ <rect x="208.785" y="47.344" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 422.7746 23.4369)" opacity="0.4" fill="#FFF8B9" width="1.208" height="0.855"/>
+
+ <rect x="208.785" y="47.344" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 422.7746 23.4369)" opacity="0.4" fill="#FFF8B9" width="1.208" height="0.855"/>
+
+ <rect x="208.785" y="47.344" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 422.7746 23.4369)" opacity="0.4" fill="#FFF8B9" width="1.208" height="0.855"/>
+
+ <rect x="208.785" y="47.344" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 422.7746 23.4369)" opacity="0.2" fill="#FFF6A3" width="1.208" height="0.855"/>
+
+ <rect x="206.978" y="46.97" transform="matrix(0.3313 0.9435 -0.9435 0.3313 184.4301 -163.2826)" opacity="0.4" fill="#FFF8B9" width="0.855" height="2.996"/>
+
+ <rect x="206.978" y="46.97" transform="matrix(0.3313 0.9435 -0.9435 0.3313 184.4301 -163.2826)" opacity="0.4" fill="#FFF8B9" width="0.855" height="2.996"/>
+
+ <rect x="206.978" y="46.97" transform="matrix(0.3313 0.9435 -0.9435 0.3313 184.4301 -163.2826)" opacity="0.4" fill="#FFF8B9" width="0.855" height="2.996"/>
+
+ <rect x="206.978" y="46.97" transform="matrix(0.3313 0.9435 -0.9435 0.3313 184.4301 -163.2826)" opacity="0.4" fill="#FFF8B9" width="0.855" height="2.996"/>
+
+ <rect x="206.978" y="46.97" transform="matrix(0.3313 0.9435 -0.9435 0.3313 184.4301 -163.2826)" opacity="0.2" fill="#FFF6A3" width="0.855" height="2.996"/>
+
+ <rect x="204.021" y="47.872" transform="matrix(0.3316 0.9434 -0.9434 0.3316 183.3676 -159.7912)" opacity="0.4" fill="#FFF8B9" width="0.857" height="3.271"/>
+
+ <rect x="204.021" y="47.872" transform="matrix(0.3316 0.9434 -0.9434 0.3316 183.3676 -159.7912)" opacity="0.4" fill="#FFF8B9" width="0.857" height="3.271"/>
+
+ <rect x="204.021" y="47.872" transform="matrix(0.3316 0.9434 -0.9434 0.3316 183.3676 -159.7912)" opacity="0.4" fill="#FFF8B9" width="0.857" height="3.271"/>
+
+ <rect x="204.021" y="47.872" transform="matrix(0.3316 0.9434 -0.9434 0.3316 183.3676 -159.7912)" opacity="0.2" fill="#FFF6A3" width="0.857" height="3.271"/>
+
+ <rect x="204.021" y="47.872" transform="matrix(0.3316 0.9434 -0.9434 0.3316 183.3676 -159.7912)" opacity="0.4" fill="#FFF8B9" width="0.857" height="3.271"/>
+
+ <rect x="204.021" y="47.872" transform="matrix(0.3316 0.9434 -0.9434 0.3316 183.3676 -159.7912)" opacity="0.2" fill="#FFF6A3" width="0.857" height="3.271"/>
+
+ <rect x="199.751" y="50.16" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 408.1343 31.5861)" opacity="0.4" fill="#FFF8B9" width="3.247" height="0.857"/>
+
+ <rect x="199.751" y="50.16" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 408.1343 31.5861)" opacity="0.4" fill="#FFF8B9" width="3.247" height="0.857"/>
+
+ <rect x="199.751" y="50.16" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 408.1343 31.5861)" opacity="0.4" fill="#FFF8B9" width="3.247" height="0.857"/>
+
+ <rect x="199.751" y="50.16" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 408.1343 31.5861)" opacity="0.2" fill="#FFF6A3" width="3.247" height="0.857"/>
+
+ <rect x="199.751" y="50.16" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 408.1343 31.5861)" opacity="0.4" fill="#FFF8B9" width="3.247" height="0.857"/>
+
+ <rect x="199.751" y="50.16" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 408.1343 31.5861)" opacity="0.4" fill="#FFF8B9" width="3.247" height="0.857"/>
+
+ <rect x="199.751" y="50.16" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 408.1343 31.5861)" opacity="0.2" fill="#FFF6A3" width="3.247" height="0.857"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M189.162,54.438l-2.742,0.967c-0.046,0.014-0.077,0.047-0.068,0.068l0.266,0.756l2.824-0.99
+ L189.162,54.438z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M189.162,54.438l-2.742,0.967c-0.046,0.014-0.077,0.047-0.068,0.068l0.266,0.756l2.824-0.99
+ L189.162,54.438z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M189.162,54.438l-2.742,0.967c-0.046,0.014-0.077,0.047-0.068,0.068l0.266,0.756l2.824-0.99
+ L189.162,54.438z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M189.162,54.438l-2.742,0.967c-0.046,0.014-0.077,0.047-0.068,0.068l0.266,0.756l2.824-0.99
+ L189.162,54.438z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M189.162,54.438l-2.742,0.967c-0.046,0.014-0.077,0.047-0.068,0.068l0.266,0.756l2.824-0.99
+ L189.162,54.438z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M189.162,54.438l-2.742,0.967c-0.046,0.014-0.077,0.047-0.068,0.068l0.266,0.756l2.824-0.99
+ L189.162,54.438z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M189.162,54.438l-2.742,0.967c-0.046,0.014-0.077,0.047-0.068,0.068l0.266,0.756l2.824-0.99
+ L189.162,54.438z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M191.233,54.605c-0.016-0.023-0.03-0.051-0.042-0.08l-0.249-0.713l-1.781,0.625l0.279,0.801
+ L191.233,54.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M191.233,54.605c-0.016-0.023-0.03-0.051-0.042-0.08l-0.249-0.713l-1.781,0.625l0.279,0.801
+ L191.233,54.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M191.233,54.605c-0.016-0.023-0.03-0.051-0.042-0.08l-0.249-0.713l-1.781,0.625l0.279,0.801
+ L191.233,54.605z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M191.233,54.605c-0.016-0.023-0.03-0.051-0.042-0.08l-0.249-0.713l-1.781,0.625l0.279,0.801
+ L191.233,54.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M191.233,54.605c-0.016-0.023-0.03-0.051-0.042-0.08l-0.249-0.713l-1.781,0.625l0.279,0.801
+ L191.233,54.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M191.233,54.605c-0.016-0.023-0.03-0.051-0.042-0.08l-0.249-0.713l-1.781,0.625l0.279,0.801
+ L191.233,54.605z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M191.233,54.605c-0.016-0.023-0.03-0.051-0.042-0.08l-0.249-0.713l-1.781,0.625l0.279,0.801
+ L191.233,54.605z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M191.233,54.605c-0.016-0.023-0.03-0.051-0.042-0.08l-0.249-0.713l-1.781,0.625l0.279,0.801
+ L191.233,54.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M191.233,54.605l2.269-0.797l-0.265-0.754c-0.008-0.023-0.054-0.033-0.099-0.014
+ l-2.195,0.771l0.249,0.713C191.203,54.555,191.218,54.582,191.233,54.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M191.233,54.605l2.269-0.797l-0.265-0.754c-0.008-0.023-0.054-0.033-0.099-0.014
+ l-2.195,0.771l0.249,0.713C191.203,54.555,191.218,54.582,191.233,54.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M191.233,54.605l2.269-0.797l-0.265-0.754c-0.008-0.023-0.054-0.033-0.099-0.014
+ l-2.195,0.771l0.249,0.713C191.203,54.555,191.218,54.582,191.233,54.605z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M191.233,54.605l2.269-0.797l-0.265-0.754c-0.008-0.023-0.054-0.033-0.099-0.014
+ l-2.195,0.771l0.249,0.713C191.203,54.555,191.218,54.582,191.233,54.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M191.233,54.605l2.269-0.797l-0.265-0.754c-0.008-0.023-0.054-0.033-0.099-0.014
+ l-2.195,0.771l0.249,0.713C191.203,54.555,191.218,54.582,191.233,54.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M191.233,54.605l2.269-0.797l-0.265-0.754c-0.008-0.023-0.054-0.033-0.099-0.014
+ l-2.195,0.771l0.249,0.713C191.203,54.555,191.218,54.582,191.233,54.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M191.233,54.605l2.269-0.797l-0.265-0.754c-0.008-0.023-0.054-0.033-0.099-0.014
+ l-2.195,0.771l0.249,0.713C191.203,54.555,191.218,54.582,191.233,54.605z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M191.233,54.605l2.269-0.797l-0.265-0.754c-0.008-0.023-0.054-0.033-0.099-0.014
+ l-2.195,0.771l0.249,0.713C191.203,54.555,191.218,54.582,191.233,54.605z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M191.233,54.605l2.269-0.797l-0.265-0.754c-0.008-0.023-0.054-0.033-0.099-0.014
+ l-2.195,0.771l0.249,0.713C191.203,54.555,191.218,54.582,191.233,54.605z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M169.163,58.186c-0.127,0.045-0.228,0.088-0.226,0.094l0.392,1.117
+ c0.003,0.01,0.109-0.025,0.234-0.068l0.736-0.26l-0.401-1.141L169.163,58.186z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M169.163,58.186c-0.127,0.045-0.228,0.088-0.226,0.094l0.392,1.117
+ c0.003,0.01,0.109-0.025,0.234-0.068l0.736-0.26l-0.401-1.141L169.163,58.186z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M169.163,58.186c-0.127,0.045-0.228,0.088-0.226,0.094l0.392,1.117
+ c0.003,0.01,0.109-0.025,0.234-0.068l0.736-0.26l-0.401-1.141L169.163,58.186z"/>
+
+ <rect x="169.68" y="55.44" transform="matrix(0.9434 -0.3315 0.3315 0.9434 -8.5659 61.8745)" opacity="0.4" fill="#FFF8B9" width="14.799" height="1.209"/>
+
+ <rect x="169.68" y="55.44" transform="matrix(0.9434 -0.3315 0.3315 0.9434 -8.5659 61.8745)" opacity="0.4" fill="#FFF8B9" width="14.799" height="1.209"/>
+
+ <rect x="169.68" y="55.44" transform="matrix(0.9434 -0.3315 0.3315 0.9434 -8.5659 61.8745)" opacity="0.5" fill="#D1E4B7" width="14.799" height="1.209"/>
+
+ <rect x="169.68" y="55.44" transform="matrix(0.9434 -0.3315 0.3315 0.9434 -8.5659 61.8745)" opacity="0.5" fill="#D1E4B7" width="14.799" height="1.209"/>
+
+ <rect x="197.951" y="48.158" transform="matrix(0.3309 0.9437 -0.9437 0.3309 178.6156 -154.9215)" opacity="0.4" fill="#FFF8B9" width="1.213" height="0.68"/>
+
+ <rect x="197.951" y="48.158" transform="matrix(0.3309 0.9437 -0.9437 0.3309 178.6156 -154.9215)" opacity="0.4" fill="#FFF8B9" width="1.213" height="0.68"/>
+
+ <rect x="197.951" y="48.158" transform="matrix(0.3309 0.9437 -0.9437 0.3309 178.6156 -154.9215)" opacity="0.4" fill="#FFF8B9" width="1.213" height="0.68"/>
+
+ <rect x="197.951" y="48.158" transform="matrix(0.3309 0.9437 -0.9437 0.3309 178.6156 -154.9215)" opacity="0.2" fill="#FFF6A3" width="1.213" height="0.68"/>
+
+ <rect x="197.951" y="48.158" transform="matrix(0.3309 0.9437 -0.9437 0.3309 178.6156 -154.9215)" opacity="0.4" fill="#FFF8B9" width="1.213" height="0.68"/>
+
+ <rect x="197.951" y="48.158" transform="matrix(0.3309 0.9437 -0.9437 0.3309 178.6156 -154.9215)" opacity="0.5" fill="#D1E4B7" width="1.213" height="0.68"/>
+
+ <rect x="195.602" y="47.172" transform="matrix(0.3314 0.9435 -0.9435 0.3314 177.7141 -152.1414)" opacity="0.4" fill="#FFF8B9" width="1.211" height="4.303"/>
+
+ <rect x="195.602" y="47.172" transform="matrix(0.3314 0.9435 -0.9435 0.3314 177.7141 -152.1414)" opacity="0.4" fill="#FFF8B9" width="1.211" height="4.303"/>
+
+ <rect x="195.602" y="47.172" transform="matrix(0.3314 0.9435 -0.9435 0.3314 177.7141 -152.1414)" opacity="0.4" fill="#FFF8B9" width="1.211" height="4.303"/>
+
+ <rect x="195.602" y="47.172" transform="matrix(0.3314 0.9435 -0.9435 0.3314 177.7141 -152.1414)" opacity="0.2" fill="#FFF6A3" width="1.211" height="4.303"/>
+
+ <rect x="195.602" y="47.172" transform="matrix(0.3314 0.9435 -0.9435 0.3314 177.7141 -152.1414)" opacity="0.4" fill="#FFF8B9" width="1.211" height="4.303"/>
+
+ <rect x="195.602" y="47.172" transform="matrix(0.3314 0.9435 -0.9435 0.3314 177.7141 -152.1414)" opacity="0.4" fill="#FFF8B9" width="1.211" height="4.303"/>
+
+ <rect x="195.602" y="47.172" transform="matrix(0.3314 0.9435 -0.9435 0.3314 177.7141 -152.1414)" opacity="0.5" fill="#D1E4B7" width="1.211" height="4.303"/>
+
+ <rect x="184.025" y="52.787" transform="matrix(0.3314 0.9435 -0.9435 0.3314 173.8127 -138.499)" opacity="0.4" fill="#FFF8B9" width="1.211" height="1.209"/>
+
+ <rect x="184.025" y="52.787" transform="matrix(0.3314 0.9435 -0.9435 0.3314 173.8127 -138.499)" opacity="0.4" fill="#FFF8B9" width="1.211" height="1.209"/>
+
+ <rect x="184.025" y="52.787" transform="matrix(0.3314 0.9435 -0.9435 0.3314 173.8127 -138.499)" opacity="0.5" fill="#D1E4B7" width="1.211" height="1.209"/>
+
+ <rect x="184.025" y="52.787" transform="matrix(0.3314 0.9435 -0.9435 0.3314 173.8127 -138.499)" opacity="0.4" fill="#FFF8B9" width="1.211" height="1.209"/>
+
+ <rect x="184.025" y="52.787" transform="matrix(0.3314 0.9435 -0.9435 0.3314 173.8127 -138.499)" opacity="0.5" fill="#D1E4B7" width="1.211" height="1.209"/>
+
+ <rect x="185.053" y="51.721" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -6.7323 65.2092)" opacity="0.4" fill="#FFF8B9" width="5.211" height="1.211"/>
+
+ <rect x="185.053" y="51.721" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -6.7323 65.2092)" opacity="0.4" fill="#FFF8B9" width="5.211" height="1.211"/>
+
+ <rect x="185.053" y="51.721" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -6.7323 65.2092)" opacity="0.4" fill="#FFF8B9" width="5.211" height="1.211"/>
+
+ <rect x="185.053" y="51.721" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -6.7323 65.2092)" opacity="0.5" fill="#D1E4B7" width="5.211" height="1.211"/>
+
+ <rect x="185.053" y="51.721" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -6.7323 65.2092)" opacity="0.4" fill="#FFF8B9" width="5.211" height="1.211"/>
+
+ <rect x="185.053" y="51.721" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -6.7323 65.2092)" opacity="0.5" fill="#D1E4B7" width="5.211" height="1.211"/>
+
+ <rect x="190.649" y="49.853" transform="matrix(0.3309 0.9437 -0.9437 0.3309 176.1493 -146.316)" opacity="0.4" fill="#FFF8B9" width="1.213" height="2.417"/>
+
+ <rect x="190.649" y="49.853" transform="matrix(0.3309 0.9437 -0.9437 0.3309 176.1493 -146.316)" opacity="0.4" fill="#FFF8B9" width="1.213" height="2.417"/>
+
+ <rect x="190.649" y="49.853" transform="matrix(0.3309 0.9437 -0.9437 0.3309 176.1493 -146.316)" opacity="0.4" fill="#FFF8B9" width="1.213" height="2.417"/>
+
+ <rect x="190.649" y="49.853" transform="matrix(0.3309 0.9437 -0.9437 0.3309 176.1493 -146.316)" opacity="0.5" fill="#D1E4B7" width="1.213" height="2.417"/>
+
+ <rect x="190.649" y="49.853" transform="matrix(0.3309 0.9437 -0.9437 0.3309 176.1493 -146.316)" opacity="0.4" fill="#FFF8B9" width="1.213" height="2.417"/>
+
+ <rect x="190.649" y="49.853" transform="matrix(0.3309 0.9437 -0.9437 0.3309 176.1493 -146.316)" opacity="0.4" fill="#FFF8B9" width="1.213" height="2.417"/>
+
+ <rect x="190.649" y="49.853" transform="matrix(0.3309 0.9437 -0.9437 0.3309 176.1493 -146.316)" opacity="0.5" fill="#D1E4B7" width="1.213" height="2.417"/>
+
+ <rect x="192.354" y="49.806" transform="matrix(0.9444 -0.3287 0.3287 0.9444 -5.8399 66.2803)" opacity="0.4" fill="#FFF8B9" width="1.509" height="1.213"/>
+
+ <rect x="192.354" y="49.806" transform="matrix(0.9444 -0.3287 0.3287 0.9444 -5.8399 66.2803)" opacity="0.4" fill="#FFF8B9" width="1.509" height="1.213"/>
+
+ <rect x="192.354" y="49.806" transform="matrix(0.9444 -0.3287 0.3287 0.9444 -5.8399 66.2803)" opacity="0.4" fill="#FFF8B9" width="1.509" height="1.213"/>
+
+ <rect x="192.354" y="49.806" transform="matrix(0.9444 -0.3287 0.3287 0.9444 -5.8399 66.2803)" opacity="0.5" fill="#D1E4B7" width="1.509" height="1.213"/>
+
+ <rect x="192.354" y="49.806" transform="matrix(0.9444 -0.3287 0.3287 0.9444 -5.8399 66.2803)" opacity="0.2" fill="#FFF6A3" width="1.509" height="1.213"/>
+
+ <rect x="192.354" y="49.806" transform="matrix(0.9444 -0.3287 0.3287 0.9444 -5.8399 66.2803)" opacity="0.4" fill="#FFF8B9" width="1.509" height="1.213"/>
+
+ <rect x="192.354" y="49.806" transform="matrix(0.9444 -0.3287 0.3287 0.9444 -5.8399 66.2803)" opacity="0.4" fill="#FFF8B9" width="1.509" height="1.213"/>
+
+ <rect x="192.354" y="49.806" transform="matrix(0.9444 -0.3287 0.3287 0.9444 -5.8399 66.2803)" opacity="0.5" fill="#D1E4B7" width="1.509" height="1.213"/>
+
+ <rect x="193.394" y="49.909" transform="matrix(0.3309 0.9437 -0.9437 0.3309 177.0903 -149.5494)" opacity="0.4" fill="#FFF8B9" width="1.209" height="0.378"/>
+
+ <rect x="193.394" y="49.909" transform="matrix(0.3309 0.9437 -0.9437 0.3309 177.0903 -149.5494)" opacity="0.4" fill="#FFF8B9" width="1.209" height="0.378"/>
+
+ <rect x="193.394" y="49.909" transform="matrix(0.3309 0.9437 -0.9437 0.3309 177.0903 -149.5494)" opacity="0.4" fill="#FFF8B9" width="1.209" height="0.378"/>
+
+ <rect x="193.394" y="49.909" transform="matrix(0.3309 0.9437 -0.9437 0.3309 177.0903 -149.5494)" opacity="0.5" fill="#D1E4B7" width="1.209" height="0.378"/>
+
+ <rect x="193.394" y="49.909" transform="matrix(0.3309 0.9437 -0.9437 0.3309 177.0903 -149.5494)" opacity="0.2" fill="#FFF6A3" width="1.209" height="0.378"/>
+
+ <rect x="193.394" y="49.909" transform="matrix(0.3309 0.9437 -0.9437 0.3309 177.0903 -149.5494)" opacity="0.4" fill="#FFF8B9" width="1.209" height="0.378"/>
+
+ <rect x="193.394" y="49.909" transform="matrix(0.3309 0.9437 -0.9437 0.3309 177.0903 -149.5494)" opacity="0.4" fill="#FFF8B9" width="1.209" height="0.378"/>
+
+ <rect x="193.394" y="49.909" transform="matrix(0.3309 0.9437 -0.9437 0.3309 177.0903 -149.5494)" opacity="0.4" fill="#FFF8B9" width="1.209" height="0.378"/>
+
+ <rect x="193.394" y="49.909" transform="matrix(0.3309 0.9437 -0.9437 0.3309 177.0903 -149.5494)" opacity="0.5" fill="#D1E4B7" width="1.209" height="0.378"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M201.859,47.975c0.128-0.043,0.228-0.082,0.226-0.092l-0.393-1.117
+ c-0.002-0.006-0.107,0.023-0.234,0.068l-2.78,0.979l0.401,1.145L201.859,47.975z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M201.859,47.975c0.128-0.043,0.228-0.082,0.226-0.092l-0.393-1.117
+ c-0.002-0.006-0.107,0.023-0.234,0.068l-2.78,0.979l0.401,1.145L201.859,47.975z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M201.859,47.975c0.128-0.043,0.228-0.082,0.226-0.092l-0.393-1.117
+ c-0.002-0.006-0.107,0.023-0.234,0.068l-2.78,0.979l0.401,1.145L201.859,47.975z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M201.859,47.975c0.128-0.043,0.228-0.082,0.226-0.092l-0.393-1.117
+ c-0.002-0.006-0.107,0.023-0.234,0.068l-2.78,0.979l0.401,1.145L201.859,47.975z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M201.859,47.975c0.128-0.043,0.228-0.082,0.226-0.092l-0.393-1.117
+ c-0.002-0.006-0.107,0.023-0.234,0.068l-2.78,0.979l0.401,1.145L201.859,47.975z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M201.859,47.975c0.128-0.043,0.228-0.082,0.226-0.092l-0.393-1.117
+ c-0.002-0.006-0.107,0.023-0.234,0.068l-2.78,0.979l0.401,1.145L201.859,47.975z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M201.859,47.975c0.128-0.043,0.228-0.082,0.226-0.092l-0.393-1.117
+ c-0.002-0.006-0.107,0.023-0.234,0.068l-2.78,0.979l0.401,1.145L201.859,47.975z"/>
+ </g>
+ <circle opacity="0.4" fill="#244960" cx="227.639" cy="8.693" r="69.141"/>
+</g>
+<g>
+
+ <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="-547.7729" y1="18.7456" x2="-547.7729" y2="-49.7153" gradientTransform="matrix(0 -1 1 0 388.8867 -490.7578)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="0.097" style="stop-color:#FFFFFF;stop-opacity:0.903"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+
+ <line fill="none" stroke="url(#SVGID_4_)" stroke-width="0.5" stroke-miterlimit="10" x1="407.633" y1="57.016" x2="339.172" y2="57.016"/>
+
+ <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="285.9995" y1="157.1885" x2="285.9995" y2="83.209" gradientTransform="matrix(0 1 -1 0 497.6895 -219.6514)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="0.097" style="stop-color:#FFFFFF;stop-opacity:0.903"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+
+ <line fill="none" stroke="url(#SVGID_5_)" stroke-width="0.5" stroke-miterlimit="10" x1="340.501" y1="66.348" x2="414.48" y2="66.348"/>
+</g>
+<g enable-background="new ">
+ <path fill="#FFFFFF" d="M456.83,97.44c0,1.436,0.002,2.551,0.01,3.347c0.008,0.795,0.024,1.524,0.053,2.185
+ c0.028,0.647,0.067,1.095,0.116,1.342s0.14,0.497,0.264,0.748c-0.239-0.041-0.478-0.073-0.718-0.097
+ c-0.238-0.02-0.514-0.029-0.823-0.029c-0.296,0-0.546,0.012-0.761,0.029c-0.211,0.02-0.457,0.046-0.738,0.074l-0.106,0.021
+ c0.128-0.308,0.218-0.595,0.265-0.856c0.047-0.261,0.081-0.679,0.095-1.256c0.042-0.999,0.063-2.042,0.063-3.126
+ c0-0.255,0-0.64,0-1.161c-0.017-0.649-0.021-1.042-0.021-1.183v-2.726c-0.014-0.757-0.021-1.291-0.031-1.591
+ c-0.008-0.303-0.021-0.715-0.053-1.235v-0.043c-0.296-0.016-0.637-0.027-1.021-0.042c-0.388-0.016-0.739-0.021-1.049-0.021
+ c-0.505,0-0.871,0.066-1.099,0.2c-0.225,0.135-0.42,0.313-0.591,0.54l-0.02,0.021c0.015-0.196,0.02-0.417,0.02-0.655
+ s0.009-0.459,0.021-0.655c0-0.352-0.018-0.732-0.043-1.142c0-0.028,0-0.07,0-0.128c0.113,0,0.307,0.016,0.59,0.044
+ c0.367,0.027,0.639,0.05,0.823,0.06c0.872,0.029,1.857,0.044,2.956,0.044c0.661,0,1.462-0.008,2.407-0.02
+ c0.675-0.016,1.302-0.031,1.89-0.054c0.585-0.021,1.024-0.047,1.32-0.074c-0.015,0.155-0.029,0.332-0.043,0.529
+ c-0.015,0.197-0.021,0.437-0.021,0.719c0,0.253,0.006,0.446,0.013,0.58c0.007,0.136,0.021,0.335,0.053,0.604v0.042
+ c-0.154-0.197-0.344-0.348-0.569-0.456c-0.226-0.104-0.612-0.157-1.162-0.157c-0.646,0-1.21,0.007-1.689,0.02
+ c-0.141,0.015-0.256,0.021-0.341,0.021l-0.06,2.766L456.83,97.44L456.83,97.44z"/>
+ <path fill="#FFFFFF" d="M469.225,102.128c0,0.861,0.028,1.475,0.085,1.849c0.059,0.375,0.169,0.729,0.341,1.065
+ c-0.24-0.042-0.465-0.07-0.676-0.084c-0.214-0.015-0.461-0.021-0.742-0.021c-0.521,0-1.042,0.032-1.563,0.103
+ c0.102-0.169,0.166-0.316,0.2-0.443c0.035-0.126,0.067-0.323,0.098-0.592c0.043-0.478,0.064-1.087,0.074-1.824
+ c0.007-0.741,0.011-2.019,0.011-3.831c0-1.225-0.073-2.07-0.222-2.534c-0.146-0.465-0.539-0.697-1.172-0.697
+ c-0.535,0-0.942,0.148-1.224,0.453c-0.283,0.302-0.479,0.688-0.59,1.151c-0.101,0.392-0.162,0.926-0.189,1.592
+ c-0.028,0.669-0.043,1.876-0.043,3.624v0.126c0.015,0.592,0.023,1.029,0.031,1.311c0.008,0.282,0.02,0.516,0.043,0.704
+ c0.021,0.188,0.045,0.353,0.073,0.486c0.025,0.136,0.076,0.294,0.146,0.475c-0.223-0.042-0.427-0.07-0.611-0.084
+ c-0.185-0.017-0.402-0.021-0.656-0.021c-0.351,0-0.753,0.026-1.203,0.083c-0.154,0.016-0.256,0.021-0.298,0.021
+ c0.084-0.141,0.145-0.271,0.181-0.391c0.035-0.119,0.06-0.299,0.073-0.538c0.015-0.129,0.022-0.235,0.03-0.329
+ c0.007-0.091,0.016-0.235,0.021-0.432c0.005-0.197,0.021-0.844,0.053-1.943v-0.127l0.021-7.393c0-0.238,0-0.47,0-0.698
+ c0-0.223-0.016-0.495-0.041-0.812c-0.028-0.318-0.064-0.622-0.105-0.907c-0.043-0.29-0.106-0.526-0.19-0.709
+ c-0.085-0.21-0.232-0.399-0.444-0.568l-0.041-0.044c0.773-0.085,1.375-0.189,1.805-0.315c0.43-0.128,0.848-0.308,1.259-0.548
+ c-0.045,0.464-0.07,0.862-0.087,1.192c-0.014,0.332-0.025,0.919-0.041,1.764v0.274l-0.02,3.166
+ c0.111-0.281,0.221-0.532,0.337-0.748c0.112-0.219,0.278-0.444,0.499-0.675c0.219-0.232,0.5-0.43,0.845-0.592
+ c0.343-0.162,0.765-0.242,1.257-0.242c0.788,0,1.417,0.189,1.88,0.57c0.351,0.282,0.577,0.626,0.675,1.034
+ c0.098,0.41,0.147,1.034,0.147,1.879L469.225,102.128z"/>
+ <path fill="#FFFFFF" d="M479.002,99.552h-5.617c0,0.409,0.028,0.816,0.085,1.224c0.056,0.41,0.186,0.829,0.391,1.266
+ c0.203,0.437,0.541,0.802,1.013,1.1c0.472,0.297,1.088,0.443,1.848,0.443c0.55,0,0.99-0.058,1.32-0.167
+ c0.331-0.113,0.65-0.269,0.961-0.465l-0.021,0.063c-0.057,0.35-0.1,0.654-0.138,0.905c-0.036,0.256-0.052,0.563-0.052,0.93
+ c-0.018,0-0.028,0.01-0.043,0.021c-0.31,0.085-0.645,0.152-1.003,0.212c-0.359,0.059-0.851,0.084-1.468,0.084
+ c-1.675,0-2.952-0.473-3.832-1.423s-1.319-2.467-1.319-4.551c0-0.492,0.031-1.02,0.097-1.583c0.061-0.562,0.226-1.172,0.496-1.824
+ c0.271-0.651,0.704-1.217,1.311-1.679c0.604-0.462,1.406-0.699,2.406-0.699c0.746,0,1.362,0.137,1.848,0.4
+ c0.486,0.269,0.855,0.627,1.108,1.078c0.253,0.453,0.423,0.958,0.519,1.52c0.091,0.563,0.137,1.198,0.137,1.903L479.002,99.552z
+ M476.953,98.094c0-0.521-0.021-0.971-0.063-1.351c-0.042-0.379-0.12-0.711-0.229-0.992c-0.268-0.647-0.746-0.972-1.436-0.972
+ c-0.693,0-1.189,0.331-1.502,0.993c-0.127,0.295-0.219,0.641-0.285,1.033c-0.061,0.393-0.096,0.821-0.096,1.288H476.953z"/>
+ <path fill="#FFFFFF" d="M493.846,100.903c0,0.982,0.004,1.644,0.012,1.975c0.007,0.331,0.032,0.638,0.073,0.918
+ c0.025,0.338,0.081,0.592,0.159,0.761c0.077,0.169,0.184,0.324,0.327,0.464c-0.409-0.059-0.845-0.085-1.309-0.085
+ c-0.339,0-0.789,0.026-1.353,0.085l-0.061-2.006c-0.127,0.254-0.259,0.486-0.391,0.697c-0.134,0.211-0.313,0.43-0.538,0.654
+ c-0.226,0.226-0.503,0.412-0.834,0.56c-0.331,0.148-0.715,0.221-1.151,0.221c-0.239,0-0.475-0.015-0.708-0.041
+ c-0.228-0.028-0.472-0.101-0.728-0.211c-0.479-0.214-0.813-0.503-1.003-0.877c-0.189-0.376-0.284-0.911-0.284-1.618l0.021-4.668
+ v-0.359c-0.019-0.829-0.024-1.396-0.032-1.701c-0.008-0.303-0.024-0.573-0.053-0.813c-0.059-0.367-0.14-0.617-0.246-0.749
+ c-0.102-0.135-0.25-0.243-0.43-0.328h-0.021c0.83,0,1.471-0.042,1.921-0.127c0.451-0.085,0.852-0.197,1.204-0.339
+ c-0.071,0.325-0.116,0.604-0.137,0.832c-0.022,0.233-0.032,0.589-0.032,1.067l-0.02,4.748c0,0.861,0,1.4,0,1.626
+ s0.015,0.429,0.041,0.612c0.016,0.141,0.035,0.274,0.063,0.402c0.028,0.126,0.085,0.261,0.17,0.399
+ c0.084,0.142,0.221,0.262,0.4,0.361c0.184,0.1,0.418,0.146,0.7,0.146c0.421,0,0.763-0.089,1.021-0.264
+ c0.261-0.176,0.459-0.397,0.591-0.662c0.133-0.269,0.225-0.538,0.275-0.805c0.049-0.266,0.08-0.547,0.094-0.845
+ c0.059-0.548,0.088-1.157,0.099-1.825c0.006-0.665,0.01-1.692,0.01-3.069c0-0.819-0.042-1.356-0.127-1.618
+ c-0.084-0.262-0.245-0.476-0.485-0.645c0.731-0.016,1.299-0.054,1.7-0.116c0.401-0.062,0.821-0.184,1.257-0.369
+ c-0.043,0.254-0.072,0.485-0.096,0.697c-0.02,0.214-0.035,0.437-0.042,0.675c-0.008,0.239-0.014,0.63-0.021,1.175
+ c-0.008,0.541-0.017,1.18-0.029,1.908v0.34v2.812h-0.006v0.004H493.846z"/>
+ <path fill="#FFFFFF" d="M503.961,102.952v0.147c0.015,0.462,0.043,0.841,0.085,1.128c0.042,0.291,0.119,0.561,0.231,0.814
+ c-0.125-0.014-0.231-0.027-0.316-0.042c-0.197-0.016-0.395-0.028-0.59-0.042c-0.197-0.015-0.431-0.021-0.697-0.021
+ c-0.226,0-0.423,0.006-0.592,0.021c-0.169,0.013-0.366,0.042-0.592,0.084l0.021-0.084c0.044-0.113,0.075-0.216,0.097-0.307
+ c0.021-0.09,0.038-0.207,0.055-0.349c0.015-0.099,0.025-0.281,0.043-0.546c0.014-0.267,0.025-0.521,0.042-0.76
+ c0.014-0.563,0.02-1.023,0.02-1.376v-2.278c0-0.734-0.004-1.352-0.01-1.859c-0.007-0.506-0.025-0.865-0.053-1.078
+ c-0.018-0.154-0.039-0.3-0.074-0.432c-0.035-0.134-0.101-0.27-0.19-0.412c-0.091-0.141-0.229-0.259-0.411-0.349
+ c-0.184-0.093-0.419-0.139-0.699-0.139c-0.535,0-0.938,0.155-1.204,0.464c-0.265,0.31-0.451,0.69-0.547,1.144
+ c-0.044,0.181-0.074,0.385-0.098,0.612c-0.02,0.224-0.039,0.5-0.053,0.821c-0.018,0.452-0.021,1.527-0.021,3.23v0.085
+ c0.017,0.844,0.021,1.423,0.021,1.731c0,0.31,0.007,0.575,0.02,0.792c0.018,0.22,0.036,0.4,0.064,0.548
+ c0.028,0.146,0.069,0.327,0.126,0.539c-0.479-0.058-0.957-0.084-1.436-0.084c-0.24,0-0.458,0.007-0.655,0.021
+ s-0.4,0.033-0.612,0.061v-0.02c0.085-0.197,0.146-0.391,0.188-0.581c0.042-0.19,0.07-0.553,0.083-1.088
+ c0-0.085,0.011-0.449,0.021-1.098c0.028-1.281,0.042-2.339,0.042-3.168c0-0.942-0.01-1.764-0.031-2.463
+ c-0.02-0.698-0.053-1.192-0.094-1.488c-0.044-0.369-0.106-0.626-0.191-0.782c-0.084-0.154-0.203-0.301-0.359-0.443
+ c0.761-0.042,1.328-0.11,1.703-0.211c0.373-0.101,0.736-0.24,1.088-0.422v2.236l0.02-0.042c0.101-0.253,0.2-0.481,0.307-0.687
+ c0.105-0.203,0.263-0.415,0.475-0.634c0.211-0.218,0.488-0.396,0.834-0.538c0.341-0.141,0.763-0.212,1.257-0.212
+ c0.62,0,1.114,0.1,1.487,0.297c0.377,0.197,0.641,0.45,0.803,0.761c0.162,0.308,0.268,0.633,0.316,0.971
+ c0.049,0.34,0.074,0.718,0.074,1.142v0.021v6.359L503.961,102.952L503.961,102.952z"/>
+ <path fill="#FFFFFF" d="M508.648,98.918c0,0.831,0,1.388,0,1.668c0,0.846,0.008,1.51,0.02,1.995
+ c0.017,0.487,0.035,0.881,0.063,1.181c0.028,0.301,0.068,0.543,0.117,0.73c0.049,0.181,0.124,0.367,0.22,0.547
+ c-0.237-0.042-0.451-0.07-0.63-0.084c-0.184-0.018-0.418-0.021-0.7-0.021c-0.548,0-1.091,0.033-1.624,0.104
+ c0.11-0.225,0.191-0.451,0.244-0.676c0.049-0.223,0.087-0.654,0.115-1.287c0.025-0.465,0.046-1.065,0.054-1.807
+ c0.006-0.74,0.01-1.496,0.01-2.27c0-0.887-0.007-1.689-0.02-2.407c-0.018-0.718-0.043-1.21-0.085-1.477
+ c-0.045-0.367-0.105-0.617-0.189-0.75c-0.084-0.135-0.213-0.263-0.381-0.39h-0.02c0.857-0.085,1.474-0.17,1.848-0.254
+ c0.372-0.085,0.763-0.224,1.172-0.421c-0.084,0.437-0.137,0.826-0.158,1.172c-0.02,0.346-0.032,0.892-0.032,1.636
+ C508.671,96.898,508.663,97.835,508.648,98.918z M508.427,92.078c-0.176,0.254-0.473,0.381-0.896,0.381
+ c-0.366,0-0.655-0.123-0.866-0.372c-0.211-0.246-0.316-0.572-0.316-0.981c0-0.38,0.09-0.712,0.264-1.003
+ c0.176-0.288,0.489-0.433,0.942-0.433c0.421,0,0.714,0.128,0.886,0.381c0.17,0.254,0.254,0.579,0.254,0.972
+ C508.691,91.471,508.604,91.823,508.427,92.078z"/>
+ <path fill="#FFFFFF" d="M517.264,99.699c-0.098,0.395-0.204,0.799-0.315,1.215c-0.114,0.416-0.201,0.753-0.265,1.013
+ c-0.061,0.262-0.141,0.596-0.229,1.003c-0.094,0.41-0.254,1.105-0.476,2.091h-0.021c-0.238-0.024-0.46-0.053-0.662-0.073
+ c-0.204-0.02-0.446-0.029-0.729-0.029c-0.281,0-0.514,0.008-0.699,0.02c-0.181,0.017-0.415,0.034-0.697,0.063
+ c-0.028,0-0.077,0.007-0.147,0.021c0-0.027-0.007-0.059-0.02-0.085c-0.069-0.41-0.129-0.713-0.172-0.918
+ c-0.041-0.205-0.119-0.545-0.229-1.023l-1.375-5.554c-0.016-0.069-0.025-0.118-0.044-0.146c-0.238-0.902-0.452-1.66-0.643-2.27
+ c-0.191-0.614-0.398-1.103-0.621-1.465h0.061c0.268,0.058,0.46,0.085,0.569,0.085c0.142,0.015,0.376,0.02,0.7,0.02
+ c0.351,0,0.661-0.011,0.93-0.032c0.267-0.02,0.556-0.045,0.865-0.072c-0.059,0.183-0.087,0.375-0.087,0.572
+ c0,0.408,0.101,1.14,0.298,2.194c0.197,1.058,0.527,2.674,0.992,4.858l0.485,2.048l0.487-2.068
+ c0.013-0.085,0.041-0.212,0.084-0.381c0.21-0.845,0.397-1.589,0.56-2.237c0.161-0.647,0.307-1.26,0.433-1.836
+ c0.126-0.579,0.232-1.1,0.316-1.563c0.085-0.464,0.126-0.802,0.126-1.014c0-0.24-0.059-0.429-0.169-0.571
+ c0.057,0,0.163,0.016,0.317,0.043c0.098,0.016,0.188,0.026,0.271,0.042c0.06,0,0.148,0,0.274,0c0.156,0.016,0.281,0.02,0.381,0.02
+ c0.295,0,0.546-0.012,0.76-0.031c0.212-0.021,0.427-0.046,0.655-0.073c-0.142,0.255-0.263,0.495-0.37,0.718
+ c-0.105,0.225-0.197,0.45-0.274,0.675c-0.077,0.226-0.161,0.507-0.254,0.845c-0.095,0.341-0.201,0.734-0.329,1.182L517.264,99.699z
+ "/>
+ <path fill="#FFFFFF" d="M527.38,99.552h-5.618c0,0.409,0.028,0.816,0.085,1.224c0.059,0.409,0.186,0.829,0.391,1.266
+ c0.204,0.437,0.542,0.802,1.014,1.1c0.472,0.297,1.091,0.443,1.851,0.443c0.547,0,0.986-0.058,1.316-0.167
+ c0.334-0.113,0.654-0.269,0.962-0.465l-0.02,0.063c-0.058,0.35-0.103,0.654-0.139,0.905c-0.034,0.256-0.056,0.563-0.056,0.93
+ c-0.013,0-0.026,0.01-0.041,0.021c-0.31,0.085-0.645,0.152-1.003,0.212c-0.359,0.059-0.849,0.084-1.469,0.084
+ c-1.673,0-2.949-0.473-3.829-1.423c-0.881-0.95-1.32-2.467-1.32-4.551c0-0.492,0.032-1.02,0.096-1.583
+ c0.063-0.562,0.228-1.172,0.499-1.824c0.264-0.657,0.701-1.217,1.307-1.679s1.407-0.699,2.407-0.699c0.746,0,1.362,0.137,1.849,0.4
+ c0.487,0.269,0.857,0.627,1.107,1.078c0.254,0.453,0.425,0.958,0.518,1.52c0.093,0.563,0.14,1.198,0.14,1.903L527.38,99.552z
+ M525.33,98.094c0-0.521-0.02-0.971-0.061-1.351c-0.041-0.381-0.119-0.711-0.231-0.992c-0.269-0.647-0.747-0.972-1.437-0.972
+ s-1.188,0.331-1.499,0.993c-0.128,0.295-0.222,0.641-0.285,1.033s-0.098,0.821-0.098,1.288H525.33z"/>
+ <path fill="#FFFFFF" d="M529.386,98.602c0-0.998-0.008-1.773-0.02-2.322c-0.015-0.549-0.046-0.983-0.095-1.309
+ c-0.053-0.323-0.13-0.567-0.233-0.729c-0.105-0.161-0.259-0.285-0.455-0.37c0.52,0,1.019-0.033,1.49-0.104
+ c0.469-0.068,0.987-0.219,1.55-0.443l-0.146,3.082c0.126-0.296,0.262-0.581,0.412-0.863c0.147-0.28,0.366-0.587,0.654-0.918
+ c0.291-0.334,0.657-0.621,1.101-0.877c0.443-0.253,0.962-0.4,1.55-0.442c-0.194,0.717-0.307,1.478-0.338,2.279
+ c-0.253-0.042-0.458-0.06-0.612-0.06c-0.127,0-0.301,0.018-0.518,0.053c-0.221,0.035-0.472,0.137-0.76,0.306
+ c-0.289,0.167-0.558,0.435-0.804,0.803c-0.246,0.366-0.411,0.853-0.498,1.457c-0.025,0.238-0.057,0.563-0.085,0.971
+ c-0.025,0.409-0.049,0.838-0.061,1.289c-0.017,0.718-0.021,1.416-0.021,2.09c0,0.592,0.021,1.096,0.055,1.511
+ c0.034,0.415,0.115,0.763,0.244,1.045c-0.214-0.042-0.411-0.07-0.59-0.085c-0.185-0.014-0.402-0.02-0.658-0.02
+ c-0.393,0-0.845,0.025-1.35,0.083l-0.126,0.02c0.067-0.169,0.12-0.32,0.146-0.453c0.027-0.138,0.05-0.343,0.063-0.624l0.104-2.87
+ L529.386,98.602L529.386,98.602z"/>
+ <path fill="#FFFFFF" d="M541.126,93.439c0.453,0.063,0.902,0.175,1.351,0.327c-0.14,0.281-0.246,0.552-0.315,0.814
+ c-0.068,0.262-0.128,0.638-0.169,1.13c-0.169-0.211-0.362-0.378-0.58-0.498c-0.221-0.117-0.438-0.207-0.658-0.262
+ c-0.218-0.055-0.401-0.092-0.546-0.103c-0.147-0.017-0.288-0.021-0.414-0.021c-0.606,0-1.061,0.151-1.363,0.455
+ c-0.3,0.302-0.453,0.66-0.453,1.065c0,0.406,0.127,0.743,0.38,1.003c0.257,0.261,0.704,0.582,1.352,0.961
+ c0.536,0.297,0.943,0.531,1.225,0.706c0.282,0.178,0.534,0.371,0.76,0.581c0.504,0.52,0.761,1.189,0.761,2.006
+ c0,1.223-0.401,2.143-1.204,2.755c-0.802,0.612-1.903,0.919-3.297,0.919c-0.647,0-1.176-0.039-1.582-0.116
+ c-0.409-0.078-0.783-0.174-1.12-0.285c0.169-0.326,0.296-0.627,0.381-0.908c0.086-0.281,0.154-0.654,0.214-1.119
+ c0.197,0.24,0.469,0.452,0.82,0.634c0.353,0.181,0.832,0.274,1.437,0.274c0.662,0,1.183-0.162,1.563-0.486s0.57-0.727,0.57-1.205
+ c0-0.223-0.025-0.415-0.085-0.569c-0.057-0.154-0.162-0.302-0.316-0.443c-0.156-0.141-0.362-0.294-0.621-0.455
+ c-0.261-0.162-0.637-0.383-1.129-0.664c-0.34-0.213-0.631-0.402-0.877-0.572c-0.248-0.169-0.482-0.379-0.707-0.632
+ c-0.225-0.255-0.408-0.544-0.549-0.875c-0.141-0.333-0.211-0.707-0.211-1.131c0-0.958,0.341-1.76,1.014-2.408
+ c0.675-0.647,1.699-0.972,3.065-0.972C540.238,93.344,540.676,93.376,541.126,93.439z"/>
+ <path fill="#FFFFFF" d="M545.202,98.718c0.776-0.612,1.871-0.919,3.293-0.919c0.257,0,0.573,0.015,0.95,0.043
+ c0.17,0.014,0.289,0.021,0.359,0.021c0-0.535-0.011-0.95-0.031-1.246c-0.02-0.296-0.084-0.563-0.188-0.803
+ c-0.106-0.238-0.283-0.426-0.531-0.559c-0.246-0.135-0.58-0.201-1.003-0.201c-0.563,0-1.102,0.095-1.616,0.285
+ c-0.513,0.189-0.975,0.462-1.383,0.813c-0.085-0.407-0.177-0.731-0.271-0.971c-0.101-0.239-0.226-0.507-0.381-0.802
+ c0.506-0.268,1.062-0.494,1.668-0.677c0.605-0.182,1.358-0.273,2.259-0.273c0.76,0,1.383,0.084,1.861,0.253
+ c0.477,0.169,0.846,0.402,1.099,0.7c0.253,0.296,0.421,0.624,0.507,0.988c0.084,0.369,0.126,0.782,0.126,1.249l-0.021,4.307
+ c0,0.693,0.003,1.218,0.012,1.576c0.008,0.358,0.019,0.741,0.03,1.148c0.027,0.369,0.07,0.637,0.129,0.816
+ c0.057,0.175,0.152,0.369,0.296,0.58c-0.084,0-0.204-0.008-0.358-0.021c-0.296-0.025-0.528-0.042-0.697-0.042
+ c-0.31,0-0.676,0.017-1.102,0.042c-0.069,0-0.169,0.009-0.295,0.021c-0.027-0.267-0.046-0.56-0.055-0.876
+ c-0.008-0.316-0.012-0.771-0.012-1.363c-0.155,0.325-0.295,0.603-0.422,0.835s-0.301,0.463-0.529,0.698
+ c-0.223,0.23-0.507,0.422-0.854,0.569c-0.346,0.147-0.742,0.222-1.193,0.222c-0.169,0-0.359-0.015-0.57-0.043
+ c-0.212-0.027-0.431-0.091-0.655-0.188c-0.549-0.268-0.95-0.691-1.202-1.266c-0.257-0.579-0.382-1.231-0.382-1.965
+ C544.039,100.312,544.426,99.331,545.202,98.718z M548.728,99.065c-0.264,0-0.538,0.021-0.813,0.063
+ c-0.275,0.043-0.55,0.135-0.823,0.272c-0.271,0.141-0.5,0.358-0.677,0.657c-0.176,0.296-0.261,0.676-0.261,1.141
+ c0,0.619,0.112,1.122,0.338,1.509c0.225,0.388,0.627,0.581,1.203,0.581c0.328,0,0.646-0.096,0.962-0.286
+ c0.316-0.189,0.575-0.503,0.772-0.94c0.156-0.323,0.258-0.693,0.304-1.107c0.052-0.416,0.088-1.017,0.116-1.806v-0.085
+ L548.728,99.065L548.728,99.065z"/>
+ <path fill="#FFFFFF" d="M556.562,98.707c0,1.971,0.02,3.393,0.061,4.267c0.028,0.604,0.069,1.033,0.126,1.288
+ c0.06,0.256,0.138,0.513,0.233,0.782c-0.223-0.042-0.443-0.068-0.655-0.084c-0.214-0.017-0.46-0.021-0.741-0.021
+ c-0.339,0-0.625,0.012-0.863,0.029c-0.239,0.021-0.486,0.048-0.742,0.074l0.021-0.06c0.085-0.172,0.142-0.317,0.179-0.445
+ c0.036-0.129,0.067-0.302,0.099-0.53c0.041-0.407,0.077-1.526,0.103-3.354c0.017-0.225,0.021-0.438,0.021-0.635v-3.673
+ c0-1.464-0.008-2.502-0.021-3.114c-0.014-0.611-0.049-1.149-0.103-1.615c-0.071-0.494-0.162-0.831-0.274-1.015
+ c-0.113-0.183-0.275-0.345-0.486-0.486c0.676-0.058,1.226-0.143,1.658-0.263c0.429-0.12,0.947-0.319,1.552-0.602
+ c-0.042,0.295-0.07,0.566-0.085,0.813c-0.017,0.247-0.027,0.54-0.042,0.876c-0.017,0.494-0.028,1.768-0.045,3.822v0.085v3.864
+ h0.005L556.562,98.707L556.562,98.707z"/>
+ <path fill="#FFFFFF" d="M572.419,101.347c-0.11,0.675-0.317,1.306-0.62,1.89c-0.304,0.584-0.744,1.058-1.321,1.415
+ c-0.576,0.358-1.309,0.538-2.195,0.538c-0.915,0-1.666-0.18-2.26-0.538c-0.591-0.357-1.03-0.823-1.32-1.393
+ c-0.288-0.571-0.482-1.173-0.581-1.807c-0.099-0.633-0.146-1.322-0.146-2.066c0-0.746,0.053-1.452,0.159-2.112
+ c0.103-0.661,0.306-1.287,0.611-1.879c0.306-0.59,0.751-1.064,1.344-1.424c0.59-0.358,1.342-0.54,2.26-0.54
+ c0.888,0,1.619,0.162,2.197,0.488c0.576,0.324,1.009,0.751,1.297,1.288c0.29,0.535,0.487,1.131,0.592,1.782
+ c0.104,0.655,0.158,1.379,0.158,2.164C572.588,99.938,572.531,100.671,572.419,101.347z M569.833,95.74
+ c-0.316-0.669-0.813-1.003-1.489-1.003c-0.408,0-0.749,0.116-1.024,0.348c-0.273,0.232-0.488,0.567-0.644,1.003
+ c-0.264,0.733-0.4,1.888-0.4,3.464c0,0.548,0.021,1.061,0.063,1.531c0.043,0.472,0.131,0.915,0.262,1.331
+ c0.136,0.417,0.342,0.749,0.623,1.003c0.281,0.255,0.641,0.381,1.076,0.381c0.689,0,1.19-0.352,1.508-1.058
+ c0.316-0.701,0.481-1.905,0.498-3.609C570.308,97.539,570.15,96.409,569.833,95.74z"/>
+ <path fill="#FFFFFF" d="M576.686,106.837c0,0.858,0.024,1.447,0.074,1.764c0.049,0.315,0.15,0.637,0.303,0.961l-0.212-0.043
+ c-0.197-0.028-0.352-0.051-0.461-0.063c-0.155-0.016-0.454-0.021-0.89-0.021c-0.297,0-0.541,0.013-0.74,0.031
+ c-0.197,0.021-0.416,0.056-0.653,0.098l0.02-0.063c0.059-0.099,0.102-0.22,0.141-0.369c0.036-0.147,0.071-0.408,0.113-0.782
+ c0.043-0.374,0.077-0.91,0.105-1.616c0.028-0.705,0.042-1.598,0.042-2.682v-2.935V98.35c0-0.86-0.014-1.541-0.042-2.038
+ c-0.028-0.498-0.07-0.903-0.126-1.215c-0.061-0.309-0.128-0.549-0.213-0.717c-0.086-0.17-0.203-0.324-0.358-0.465
+ c0.817-0.015,1.427-0.075,1.835-0.188c0.41-0.111,0.788-0.26,1.143-0.444v2.641c0.127-0.326,0.257-0.614,0.391-0.865
+ c0.134-0.255,0.313-0.51,0.539-0.772c0.225-0.261,0.514-0.476,0.865-0.643c0.351-0.171,0.768-0.256,1.245-0.256
+ c0.775,0,1.394,0.2,1.859,0.603c0.464,0.4,0.799,0.886,1.003,1.458c0.203,0.57,0.334,1.096,0.382,1.574
+ c0.048,0.478,0.074,0.937,0.074,1.373c0,0.775-0.063,1.536-0.19,2.28c-0.126,0.745-0.373,1.463-0.739,2.143
+ c-0.368,0.68-0.904,1.241-1.617,1.678c-0.713,0.436-1.616,0.655-2.714,0.655c-0.181,0-0.358-0.004-0.528-0.012
+ c-0.169-0.008-0.384-0.031-0.654-0.073v1.774h0.003v-0.003H576.686z M576.686,103.627c0.127,0.057,0.268,0.099,0.421,0.127
+ c0.155,0.029,0.352,0.042,0.591,0.042c0.689,0,1.25-0.127,1.68-0.379c0.429-0.257,0.753-0.592,0.971-1.018
+ c0.221-0.422,0.362-0.876,0.434-1.361c0.07-0.485,0.105-1.028,0.105-1.637c0-0.408-0.021-0.821-0.057-1.246
+ c-0.032-0.422-0.113-0.859-0.243-1.307c-0.125-0.453-0.33-0.826-0.612-1.133c-0.281-0.301-0.64-0.453-1.076-0.453
+ s-0.82,0.169-1.151,0.504c-0.33,0.34-0.572,0.802-0.729,1.394c-0.084,0.268-0.145,0.591-0.189,0.971
+ c-0.042,0.382-0.07,0.778-0.095,1.183c-0.02,0.408-0.035,0.765-0.043,1.066c-0.007,0.3-0.01,0.637-0.01,1.003v2.24h0.003
+ L576.686,103.627L576.686,103.627z"/>
+ <path fill="#FFFFFF" d="M592.459,99.552h-5.62c0,0.409,0.028,0.816,0.087,1.224c0.057,0.409,0.185,0.829,0.389,1.266
+ s0.543,0.802,1.017,1.1c0.47,0.297,1.088,0.443,1.849,0.443c0.545,0,0.984-0.058,1.318-0.167c0.33-0.113,0.651-0.269,0.961-0.465
+ l-0.021,0.063c-0.057,0.35-0.101,0.654-0.138,0.905c-0.035,0.256-0.056,0.563-0.056,0.93c-0.014,0-0.026,0.01-0.042,0.021
+ c-0.307,0.085-0.645,0.152-1.003,0.212c-0.358,0.059-0.849,0.084-1.465,0.084c-1.676,0-2.954-0.473-3.833-1.423
+ c-0.88-0.95-1.32-2.467-1.32-4.551c0-0.492,0.032-1.02,0.096-1.583c0.063-0.562,0.229-1.172,0.499-1.824
+ c0.264-0.657,0.701-1.217,1.307-1.679c0.607-0.462,1.41-0.699,2.41-0.699c0.743,0,1.362,0.137,1.848,0.4
+ c0.485,0.269,0.855,0.627,1.106,1.078c0.256,0.453,0.425,0.958,0.516,1.52c0.096,0.563,0.142,1.198,0.142,1.903L592.459,99.552z
+ M590.41,98.094c0-0.521-0.02-0.971-0.06-1.351c-0.041-0.379-0.12-0.711-0.232-0.992c-0.268-0.647-0.745-0.972-1.436-0.972
+ s-1.188,0.331-1.5,0.993c-0.126,0.295-0.222,0.641-0.285,1.033c-0.063,0.393-0.097,0.821-0.097,1.288H590.41z"/>
+ <path fill="#FFFFFF" d="M594.466,98.602c0-0.998-0.008-1.773-0.021-2.322c-0.015-0.549-0.046-0.983-0.096-1.309
+ c-0.049-0.323-0.126-0.567-0.231-0.729c-0.106-0.161-0.257-0.285-0.454-0.37c0.521,0,1.017-0.033,1.489-0.104
+ c0.471-0.068,0.988-0.219,1.552-0.443l-0.148,3.082c0.127-0.296,0.265-0.581,0.411-0.863c0.148-0.28,0.366-0.587,0.656-0.918
+ c0.291-0.334,0.657-0.621,1.101-0.877c0.442-0.253,0.96-0.4,1.552-0.442c-0.197,0.717-0.31,1.478-0.341,2.279
+ c-0.253-0.042-0.458-0.06-0.612-0.06c-0.127,0-0.301,0.018-0.518,0.053c-0.221,0.035-0.472,0.137-0.76,0.306
+ c-0.289,0.169-0.557,0.435-0.803,0.803c-0.247,0.366-0.412,0.853-0.497,1.457c-0.027,0.238-0.059,0.563-0.087,0.971
+ c-0.025,0.409-0.049,0.838-0.061,1.289c-0.016,0.718-0.021,1.416-0.021,2.09c0,0.592,0.021,1.096,0.057,1.511
+ c0.036,0.415,0.115,0.763,0.243,1.045c-0.215-0.042-0.41-0.07-0.592-0.085c-0.183-0.014-0.401-0.02-0.654-0.02
+ c-0.395,0-0.845,0.025-1.352,0.083l-0.127,0.02c0.068-0.169,0.12-0.32,0.146-0.453c0.027-0.138,0.051-0.343,0.063-0.624l0.105-2.87
+ V98.602L594.466,98.602z"/>
+ <path fill="#FFFFFF" d="M601.497,98.718c0.774-0.612,1.873-0.919,3.295-0.919c0.256,0,0.571,0.015,0.95,0.043
+ c0.169,0.014,0.287,0.021,0.358,0.021c0-0.535-0.011-0.95-0.031-1.246s-0.085-0.563-0.19-0.803
+ c-0.103-0.238-0.281-0.426-0.527-0.559c-0.247-0.135-0.58-0.201-1.003-0.201c-0.563,0-1.102,0.095-1.616,0.285
+ c-0.514,0.189-0.975,0.462-1.384,0.813c-0.084-0.407-0.175-0.731-0.271-0.971c-0.101-0.239-0.226-0.507-0.382-0.802
+ c0.506-0.268,1.063-0.494,1.668-0.677c0.604-0.182,1.358-0.273,2.26-0.273c0.76,0,1.379,0.084,1.857,0.253s0.848,0.402,1.102,0.7
+ c0.253,0.296,0.421,0.624,0.505,0.988c0.087,0.369,0.128,0.782,0.128,1.249l-0.021,4.307c0,0.693,0.004,1.218,0.011,1.576
+ c0.009,0.358,0.021,0.741,0.031,1.148c0.027,0.369,0.07,0.637,0.127,0.816c0.059,0.175,0.153,0.369,0.298,0.58
+ c-0.085,0-0.204-0.008-0.359-0.021c-0.297-0.025-0.527-0.042-0.698-0.042c-0.308,0-0.675,0.017-1.099,0.042
+ c-0.07,0-0.169,0.009-0.296,0.021c-0.028-0.267-0.047-0.56-0.056-0.876c-0.008-0.316-0.011-0.771-0.011-1.363
+ c-0.154,0.325-0.295,0.603-0.421,0.835c-0.129,0.232-0.303,0.463-0.53,0.698c-0.222,0.23-0.507,0.422-0.855,0.569
+ c-0.345,0.147-0.741,0.222-1.192,0.222c-0.169,0-0.358-0.015-0.571-0.043c-0.21-0.027-0.429-0.091-0.653-0.188
+ c-0.549-0.268-0.95-0.691-1.205-1.266c-0.255-0.579-0.381-1.231-0.381-1.965C600.336,100.312,600.723,99.331,601.497,98.718z
+ M605.023,99.065c-0.268,0-0.538,0.021-0.813,0.063c-0.274,0.043-0.55,0.135-0.824,0.272c-0.271,0.141-0.5,0.358-0.672,0.657
+ c-0.18,0.296-0.265,0.676-0.265,1.141c0,0.619,0.113,1.122,0.339,1.509c0.224,0.388,0.625,0.581,1.203,0.581
+ c0.324,0,0.646-0.096,0.96-0.286c0.317-0.189,0.577-0.503,0.774-0.94c0.154-0.323,0.256-0.693,0.303-1.107s0.089-1.017,0.115-1.806
+ v-0.085L605.023,99.065L605.023,99.065z"/>
+ <path fill="#FFFFFF" d="M613.026,101.135c0,0.902,0.095,1.514,0.285,1.837c0.19,0.324,0.503,0.486,0.941,0.486
+ c0.168,0,0.301-0.015,0.4-0.041c0.099-0.026,0.218-0.079,0.359-0.146l-0.021,0.062c-0.084,0.451-0.126,0.829-0.126,1.142
+ l0.042,0.588c-0.479,0.06-0.895,0.085-1.245,0.085c-0.648,0-1.162-0.081-1.543-0.242c-0.38-0.162-0.655-0.394-0.821-0.697
+ c-0.166-0.302-0.278-0.661-0.328-1.076c-0.052-0.416-0.073-0.976-0.073-1.679l0.062-5.808c-0.338,0-0.616,0.004-0.831,0.013
+ c-0.221,0.008-0.381,0.03-0.476,0.072c0.014-0.126,0.021-0.272,0.021-0.443c0-0.169,0.007-0.317,0.021-0.443
+ c-0.018-0.099-0.021-0.219-0.021-0.359c0-0.139-0.008-0.26-0.021-0.358c0.351,0.059,0.676,0.085,0.972,0.085
+ c0.041,0,0.104-0.008,0.189-0.021c0.099,0,0.169,0,0.211,0c0-0.646-0.008-1.175-0.02-1.582c-0.016-0.34-0.038-0.645-0.073-0.918
+ c-0.036-0.274-0.081-0.49-0.14-0.645c0.591-0.059,1.048-0.128,1.374-0.212c0.324-0.086,0.69-0.226,1.099-0.422
+ c-0.028,0.194-0.049,0.37-0.063,0.516c-0.014,0.148-0.026,0.348-0.042,0.604c-0.014,0.254-0.025,0.602-0.042,1.045
+ c-0.015,0.443-0.021,0.982-0.021,1.615c0.62,0,1.127-0.026,1.521-0.084c0,0.1-0.008,0.232-0.021,0.401
+ c-0.026,0.297-0.042,0.514-0.042,0.658c0.016,0.084,0.021,0.145,0.021,0.187c0.016,0.155,0.025,0.281,0.043,0.38
+ c-0.225-0.026-0.453-0.057-0.676-0.084c-0.226-0.026-0.423-0.041-0.592-0.041c-0.013,0-0.061,0.005-0.147,0.021
+ c-0.042,0-0.077,0-0.103,0L613.026,101.135z"/>
+ <path fill="#FFFFFF" d="M618.602,98.918c0,0.831,0,1.388,0,1.668c0,0.846,0.006,1.51,0.021,1.995
+ c0.013,0.487,0.031,0.881,0.06,1.181c0.028,0.301,0.067,0.543,0.117,0.73c0.049,0.181,0.123,0.367,0.22,0.547
+ c-0.24-0.042-0.452-0.07-0.633-0.084c-0.182-0.018-0.418-0.021-0.699-0.021c-0.546,0-1.091,0.033-1.623,0.104
+ c0.111-0.225,0.191-0.451,0.243-0.676c0.049-0.223,0.088-0.654,0.116-1.287c0.025-0.465,0.046-1.065,0.053-1.807
+ c0.006-0.74,0.01-1.496,0.01-2.27c0-0.887-0.007-1.689-0.02-2.407c-0.017-0.718-0.042-1.21-0.085-1.477
+ c-0.042-0.367-0.104-0.617-0.189-0.75c-0.085-0.135-0.211-0.263-0.381-0.39h-0.021c0.858-0.085,1.475-0.17,1.849-0.254
+ c0.373-0.085,0.764-0.224,1.172-0.421c-0.085,0.437-0.137,0.826-0.157,1.172s-0.029,0.892-0.029,1.636
+ C618.623,96.898,618.615,97.835,618.602,98.918z M618.379,92.078c-0.178,0.254-0.475,0.381-0.898,0.381
+ c-0.367,0-0.656-0.123-0.863-0.372c-0.215-0.246-0.317-0.572-0.317-0.981c0-0.38,0.088-0.712,0.262-1.003
+ c0.178-0.288,0.488-0.433,0.942-0.433c0.42,0,0.717,0.128,0.886,0.381s0.254,0.579,0.254,0.972
+ C618.644,91.471,618.556,91.823,618.379,92.078z"/>
+ <path fill="#FFFFFF" d="M628.863,102.952v0.147c0.018,0.462,0.043,0.841,0.085,1.128c0.042,0.291,0.119,0.561,0.232,0.814
+ c-0.126-0.014-0.232-0.027-0.317-0.042c-0.196-0.016-0.394-0.028-0.59-0.042c-0.194-0.015-0.428-0.021-0.697-0.021
+ c-0.226,0-0.421,0.006-0.592,0.021c-0.169,0.013-0.366,0.042-0.589,0.084l0.021-0.084c0.043-0.113,0.074-0.216,0.098-0.307
+ c0.02-0.09,0.037-0.207,0.053-0.349c0.015-0.099,0.027-0.281,0.043-0.546c0.014-0.267,0.027-0.521,0.042-0.76
+ c0.014-0.563,0.021-1.023,0.021-1.376v-2.278c0-0.734-0.005-1.352-0.01-1.859c-0.008-0.506-0.023-0.865-0.054-1.078
+ c-0.017-0.154-0.039-0.3-0.074-0.432c-0.035-0.134-0.098-0.27-0.19-0.412c-0.091-0.141-0.227-0.259-0.411-0.349
+ c-0.183-0.093-0.416-0.139-0.696-0.139c-0.538,0-0.94,0.155-1.204,0.464c-0.268,0.31-0.454,0.69-0.55,1.144
+ c-0.042,0.181-0.074,0.385-0.097,0.612c-0.021,0.224-0.039,0.5-0.054,0.821c-0.015,0.452-0.02,1.527-0.02,3.23v0.085
+ c0.014,0.844,0.02,1.423,0.02,1.731c0,0.31,0.007,0.575,0.021,0.792c0.014,0.22,0.034,0.4,0.061,0.548
+ c0.028,0.146,0.069,0.327,0.126,0.539c-0.478-0.058-0.955-0.084-1.433-0.084c-0.241,0-0.461,0.007-0.658,0.021
+ s-0.399,0.033-0.612,0.061v-0.02c0.085-0.197,0.148-0.391,0.191-0.581c0.042-0.19,0.067-0.553,0.083-1.088
+ c0-0.085,0.008-0.449,0.02-1.098c0.028-1.281,0.043-2.339,0.043-3.168c0-0.942-0.011-1.764-0.032-2.463
+ c-0.02-0.698-0.053-1.192-0.094-1.488c-0.044-0.369-0.105-0.626-0.19-0.782c-0.085-0.154-0.204-0.301-0.36-0.443
+ c0.761-0.042,1.328-0.11,1.703-0.211c0.374-0.101,0.736-0.24,1.088-0.422v2.236l0.021-0.042c0.1-0.253,0.2-0.481,0.306-0.687
+ c0.105-0.203,0.263-0.415,0.475-0.634c0.211-0.218,0.489-0.396,0.835-0.538c0.34-0.141,0.762-0.212,1.256-0.212
+ c0.621,0,1.115,0.1,1.487,0.297c0.375,0.197,0.641,0.45,0.804,0.761c0.161,0.308,0.268,0.633,0.316,0.971
+ c0.05,0.34,0.074,0.718,0.074,1.142v0.021v6.359L628.863,102.952L628.863,102.952z"/>
+ <path fill="#FFFFFF" d="M637.373,93.808l0.271,0.127c0.538,0,1.001-0.027,1.396-0.086c0.393-0.054,0.751-0.125,1.076-0.21
+ c-0.028,0.24-0.047,0.447-0.053,0.621c-0.008,0.179-0.014,0.44-0.014,0.789c-0.211-0.056-0.428-0.1-0.654-0.127
+ c-0.226-0.025-0.578-0.042-1.058-0.042c0.17,0.256,0.311,0.542,0.421,0.865c0.113,0.324,0.171,0.774,0.171,1.352
+ c0,1.111-0.314,2.017-0.949,2.714c-0.633,0.696-1.568,1.044-2.808,1.044c-0.407,0-0.782-0.033-1.12-0.105l-0.34-0.062
+ c-0.098,0-0.289,0.092-0.569,0.273c-0.282,0.183-0.421,0.416-0.421,0.697c0,0.282,0.105,0.486,0.326,0.614
+ c0.219,0.127,0.447,0.212,0.688,0.254c0.14,0.028,0.284,0.055,0.433,0.074c0.146,0.02,0.432,0.046,0.854,0.074
+ c0.254,0.017,0.461,0.026,0.612,0.042h0.087c0.732,0.06,1.328,0.119,1.783,0.188c0.459,0.07,0.884,0.202,1.278,0.39
+ c0.393,0.189,0.702,0.475,0.928,0.857c0.226,0.382,0.341,0.887,0.341,1.521c0,0.702-0.14,1.307-0.414,1.815
+ c-0.271,0.508-0.659,0.919-1.148,1.236c-0.494,0.316-1.055,0.543-1.679,0.687c-0.626,0.14-1.313,0.213-2.062,0.213
+ c-0.661,0-1.271-0.063-1.834-0.189c-0.704-0.155-1.287-0.434-1.744-0.834c-0.456-0.401-0.687-0.912-0.687-1.531
+ c0-0.341,0.074-0.642,0.22-0.908c0.148-0.268,0.341-0.5,0.574-0.697c0.23-0.197,0.461-0.362,0.696-0.499
+ c0.232-0.133,0.497-0.268,0.791-0.411h0.02c-0.252-0.07-0.478-0.14-0.674-0.201c-0.195-0.063-0.393-0.166-0.59-0.306
+ s-0.362-0.32-0.499-0.538c-0.134-0.22-0.201-0.492-0.201-0.815c0-0.325,0.074-0.621,0.223-0.898
+ c0.145-0.274,0.33-0.507,0.545-0.698c0.221-0.188,0.423-0.344,0.616-0.463c0.188-0.12,0.38-0.221,0.58-0.305
+ c-0.014-0.016-0.026-0.021-0.042-0.021c-0.182-0.1-0.358-0.213-0.527-0.341c-0.17-0.125-0.34-0.3-0.518-0.527
+ c-0.176-0.224-0.324-0.524-0.443-0.896c-0.119-0.373-0.181-0.807-0.181-1.299c0-0.735,0.123-1.353,0.371-1.861
+ c0.246-0.506,0.573-0.902,0.981-1.193c0.41-0.289,0.844-0.492,1.309-0.613c0.465-0.119,0.943-0.181,1.437-0.181
+ C635.979,93.405,636.712,93.541,637.373,93.808z M633.457,104.811c-0.137,0.101-0.272,0.234-0.413,0.411
+ c-0.142,0.179-0.263,0.381-0.371,0.615c-0.104,0.229-0.159,0.472-0.159,0.729c0,0.634,0.268,1.104,0.804,1.417
+ c0.537,0.308,1.212,0.462,2.026,0.462c0.94,0,1.695-0.18,2.26-0.548c0.563-0.366,0.847-0.846,0.847-1.434
+ c0-0.676-0.341-1.117-1.024-1.32c-0.682-0.205-1.918-0.362-3.707-0.476C633.679,104.662,633.59,104.712,633.457,104.811z
+ M633.309,97.958c0.035,0.246,0.109,0.5,0.222,0.76c0.109,0.261,0.292,0.479,0.539,0.655c0.246,0.178,0.573,0.264,0.982,0.264
+ c0.39,0,0.707-0.085,0.947-0.254c0.238-0.17,0.418-0.384,0.528-0.645c0.11-0.263,0.182-0.524,0.213-0.791
+ c0.026-0.268,0.043-0.55,0.043-0.846c0-0.787-0.124-1.403-0.37-1.847c-0.249-0.444-0.69-0.666-1.32-0.666
+ c-0.676,0-1.151,0.24-1.426,0.719s-0.411,1.119-0.411,1.921C633.256,97.469,633.272,97.712,633.309,97.958z"/>
+ <path fill="#FFFFFF" d="M651.521,93.439c0.451,0.063,0.901,0.175,1.35,0.327c-0.14,0.281-0.247,0.552-0.314,0.814
+ c-0.07,0.262-0.13,0.638-0.172,1.13c-0.169-0.211-0.362-0.378-0.58-0.498c-0.221-0.117-0.438-0.207-0.658-0.262
+ c-0.219-0.055-0.4-0.092-0.546-0.103c-0.147-0.017-0.285-0.021-0.414-0.021c-0.606,0-1.06,0.151-1.362,0.455
+ c-0.301,0.302-0.454,0.66-0.454,1.065c0,0.406,0.127,0.743,0.381,1.003c0.254,0.261,0.701,0.582,1.349,0.961
+ c0.537,0.297,0.943,0.531,1.225,0.706c0.282,0.178,0.535,0.371,0.761,0.581c0.503,0.52,0.76,1.189,0.76,2.006
+ c0,1.223-0.401,2.143-1.204,2.755c-0.802,0.612-1.902,0.919-3.295,0.919c-0.649,0-1.177-0.039-1.583-0.116
+ c-0.408-0.078-0.782-0.174-1.119-0.285c0.169-0.326,0.296-0.627,0.381-0.908s0.153-0.654,0.212-1.119
+ c0.197,0.24,0.472,0.452,0.82,0.634c0.352,0.181,0.83,0.274,1.437,0.274c0.662,0,1.182-0.162,1.563-0.486s0.57-0.727,0.57-1.205
+ c0-0.223-0.025-0.415-0.085-0.569c-0.057-0.154-0.161-0.302-0.315-0.443c-0.154-0.141-0.363-0.294-0.622-0.455
+ c-0.261-0.162-0.637-0.383-1.129-0.664c-0.341-0.213-0.631-0.402-0.877-0.572c-0.246-0.169-0.481-0.379-0.707-0.632
+ c-0.223-0.254-0.408-0.544-0.548-0.875c-0.141-0.333-0.212-0.707-0.212-1.131c0-0.958,0.34-1.76,1.017-2.408
+ c0.672-0.647,1.695-0.972,3.062-0.972C650.635,93.344,651.071,93.376,651.521,93.439z"/>
+ <path fill="#FFFFFF" d="M658.681,100.798c0.183-0.732,0.337-1.354,0.456-1.868c0.12-0.515,0.247-1.076,0.38-1.69
+ c0.136-0.612,0.243-1.179,0.328-1.7c0.087-0.52,0.13-0.908,0.13-1.16c0-0.282-0.053-0.557-0.148-0.823
+ c0.084,0.014,0.176,0.027,0.275,0.042c0.098,0.017,0.189,0.027,0.273,0.043c0.057,0,0.162,0,0.316,0
+ c0.17,0.016,0.308,0.021,0.42,0.021c0.492,0,1-0.035,1.521-0.104c-0.183,0.422-0.346,0.822-0.485,1.202
+ c-0.141,0.382-0.285,0.808-0.433,1.277c-0.148,0.472-0.324,1.08-0.528,1.826c-0.204,0.745-0.462,1.725-0.771,2.935
+ c-0.017,0.085-0.028,0.142-0.044,0.172c-0.463,1.844-0.748,2.965-0.857,3.367c-0.102,0.402-0.179,0.671-0.219,0.814
+ c-0.042,0.14-0.101,0.323-0.172,0.547v0.021c-0.153,0.478-0.308,0.889-0.463,1.233c-0.154,0.343-0.391,0.698-0.707,1.057
+ c-0.316,0.359-0.743,0.656-1.287,0.888c-0.541,0.231-1.208,0.348-1.996,0.348c-0.211,0-0.39-0.012-0.539-0.031
+ c-0.146-0.02-0.32-0.053-0.518-0.097c0.141-0.351,0.246-0.667,0.318-0.949c0.069-0.281,0.119-0.613,0.146-0.992
+ c0.17,0.112,0.318,0.189,0.454,0.232c0.134,0.042,0.328,0.062,0.58,0.062c0.437,0,0.806-0.081,1.108-0.242
+ c0.303-0.162,0.541-0.37,0.719-0.622c0.176-0.255,0.305-0.505,0.391-0.761c0.084-0.252,0.152-0.535,0.211-0.844
+ c-0.042,0-0.154-0.007-0.341-0.02c-0.181,0-0.296,0-0.338,0c-0.028,0-0.134,0-0.316,0c-0.181,0.015-0.296,0.02-0.338,0.02
+ c-0.06-0.381-0.176-0.993-0.349-1.837c-0.178-0.846-0.391-1.823-0.645-2.936c-0.254-1.113-0.489-2.104-0.707-2.979
+ c-0.219-0.872-0.411-1.59-0.58-2.153c-0.141-0.422-0.261-0.74-0.349-0.95c-0.092-0.211-0.208-0.407-0.349-0.589
+ c0.298,0.026,0.479,0.042,0.549,0.042l0.169,0.021c0.172,0.015,0.472,0.021,0.908,0.021c0.38,0,0.664-0.009,0.855-0.021
+ c0.189-0.018,0.433-0.035,0.73-0.061v0.02c-0.06,0.099-0.098,0.193-0.115,0.286c-0.021,0.091-0.032,0.221-0.032,0.39
+ c0,0.128,0.039,0.451,0.116,0.972c0.077,0.521,0.192,1.196,0.346,2.027c0.155,0.828,0.341,1.757,0.549,2.777
+ c0.211,1.021,0.45,2.113,0.718,3.283L658.681,100.798z"/>
+ <path fill="#FFFFFF" d="M668.668,93.439c0.45,0.063,0.901,0.175,1.35,0.327c-0.141,0.281-0.247,0.552-0.318,0.814
+ c-0.067,0.262-0.126,0.638-0.169,1.13c-0.169-0.211-0.362-0.378-0.58-0.498c-0.221-0.117-0.437-0.207-0.657-0.262
+ c-0.219-0.055-0.401-0.092-0.547-0.103c-0.147-0.017-0.287-0.021-0.414-0.021c-0.605,0-1.059,0.151-1.361,0.455
+ c-0.301,0.302-0.455,0.66-0.455,1.065c0,0.406,0.127,0.743,0.381,1.003c0.256,0.261,0.703,0.582,1.352,0.961
+ c0.535,0.297,0.942,0.531,1.225,0.706c0.281,0.178,0.535,0.371,0.761,0.581c0.503,0.52,0.759,1.189,0.759,2.006
+ c0,1.223-0.4,2.143-1.203,2.755s-1.903,0.919-3.297,0.919c-0.647,0-1.176-0.039-1.582-0.116c-0.408-0.078-0.782-0.174-1.119-0.285
+ c0.169-0.326,0.296-0.627,0.38-0.908c0.088-0.281,0.155-0.654,0.214-1.119c0.197,0.24,0.47,0.452,0.821,0.634
+ c0.351,0.181,0.83,0.274,1.436,0.274c0.661,0,1.182-0.162,1.563-0.486c0.382-0.324,0.57-0.727,0.57-1.205
+ c0-0.223-0.025-0.415-0.084-0.569c-0.057-0.154-0.162-0.302-0.317-0.443c-0.153-0.141-0.362-0.294-0.62-0.455
+ c-0.261-0.162-0.637-0.383-1.13-0.664c-0.34-0.213-0.63-0.402-0.876-0.572c-0.246-0.169-0.481-0.379-0.707-0.632
+ c-0.224-0.254-0.409-0.544-0.55-0.875c-0.14-0.333-0.21-0.707-0.21-1.131c0-0.958,0.34-1.76,1.014-2.408
+ c0.675-0.647,1.698-0.972,3.063-0.972C667.781,93.344,668.218,93.376,668.668,93.439z"/>
+ <path fill="#FFFFFF" d="M674.158,101.135c0,0.902,0.096,1.514,0.285,1.837c0.189,0.324,0.5,0.486,0.939,0.486
+ c0.17,0,0.303-0.015,0.401-0.041c0.101-0.026,0.221-0.079,0.358-0.146l-0.02,0.062c-0.084,0.451-0.127,0.829-0.127,1.142
+ l0.043,0.588c-0.479,0.06-0.897,0.085-1.249,0.085c-0.648,0-1.162-0.081-1.542-0.242c-0.381-0.162-0.654-0.394-0.823-0.697
+ c-0.168-0.302-0.278-0.661-0.327-1.076c-0.05-0.416-0.074-0.976-0.074-1.679l0.063-5.808c-0.341,0-0.619,0.004-0.834,0.013
+ c-0.219,0.008-0.376,0.03-0.476,0.072c0.018-0.126,0.021-0.272,0.021-0.443c0-0.169,0.007-0.317,0.02-0.443
+ c-0.015-0.099-0.02-0.219-0.02-0.359c0-0.139-0.009-0.26-0.021-0.358c0.352,0.059,0.676,0.085,0.972,0.085
+ c0.044,0,0.106-0.008,0.19-0.021c0.101,0,0.168,0,0.21,0c0-0.646-0.006-1.175-0.02-1.582c-0.014-0.34-0.039-0.645-0.074-0.918
+ c-0.034-0.274-0.081-0.49-0.137-0.645c0.589-0.059,1.049-0.128,1.373-0.212c0.323-0.086,0.689-0.226,1.098-0.422
+ c-0.025,0.194-0.05,0.37-0.062,0.516c-0.017,0.148-0.027,0.348-0.042,0.604c-0.017,0.254-0.028,0.602-0.041,1.045
+ c-0.018,0.443-0.021,0.982-0.021,1.615c0.621,0,1.126-0.026,1.521-0.084c0,0.1-0.008,0.232-0.021,0.401
+ c-0.028,0.297-0.043,0.514-0.043,0.658c0.015,0.084,0.02,0.145,0.02,0.187c0.015,0.155,0.028,0.281,0.043,0.38
+ c-0.226-0.026-0.451-0.057-0.677-0.084c-0.222-0.026-0.42-0.041-0.591-0.041c-0.014,0-0.061,0.005-0.146,0.021
+ c-0.042,0-0.076,0-0.104,0L674.158,101.135z"/>
+ <path fill="#FFFFFF" d="M684.822,99.552h-5.617c0,0.409,0.025,0.816,0.085,1.224c0.056,0.409,0.183,0.829,0.388,1.266
+ c0.207,0.437,0.542,0.802,1.016,1.1c0.473,0.297,1.088,0.443,1.849,0.443c0.548,0,0.989-0.058,1.319-0.167
+ c0.33-0.113,0.65-0.269,0.961-0.465l-0.021,0.063c-0.057,0.35-0.1,0.654-0.138,0.905c-0.035,0.256-0.055,0.563-0.055,0.93
+ c-0.016,0-0.026,0.01-0.044,0.021c-0.306,0.085-0.644,0.152-1.003,0.212c-0.358,0.059-0.848,0.084-1.464,0.084
+ c-1.677,0-2.953-0.473-3.833-1.423s-1.32-2.467-1.32-4.551c0-0.492,0.032-1.02,0.098-1.583c0.062-0.562,0.227-1.172,0.497-1.824
+ c0.267-0.657,0.701-1.217,1.31-1.679c0.604-0.462,1.407-0.699,2.406-0.699c0.744,0,1.363,0.137,1.849,0.4
+ c0.485,0.269,0.854,0.627,1.105,1.078c0.256,0.453,0.425,0.958,0.518,1.52c0.094,0.563,0.14,1.198,0.14,1.903L684.822,99.552z
+ M682.773,98.094c0-0.521-0.021-0.971-0.063-1.351c-0.042-0.379-0.12-0.711-0.232-0.992c-0.266-0.647-0.743-0.972-1.437-0.972
+ c-0.689,0-1.187,0.331-1.499,0.993c-0.126,0.295-0.221,0.641-0.285,1.033c-0.063,0.393-0.095,0.821-0.095,1.288H682.773z"/>
+ <path fill="#FFFFFF" d="M686.681,98.665v-0.254c-0.015-1.225-0.029-2.002-0.042-2.336c-0.015-0.33-0.043-0.644-0.085-0.939
+ c-0.07-0.411-0.162-0.695-0.275-0.858c-0.112-0.162-0.267-0.299-0.463-0.411h-0.02c0.676-0.028,1.229-0.092,1.657-0.19
+ c0.431-0.099,0.852-0.222,1.26-0.38l0.104-0.042v2.322c0.112-0.255,0.228-0.489,0.348-0.707c0.119-0.218,0.293-0.443,0.518-0.677
+ c0.225-0.23,0.51-0.42,0.854-0.569c0.346-0.147,0.751-0.221,1.218-0.221c0.462,0,0.852,0.073,1.161,0.221
+ c0.308,0.147,0.547,0.339,0.719,0.569c0.168,0.233,0.288,0.462,0.357,0.688c0.069,0.225,0.128,0.451,0.17,0.677
+ c0.127-0.255,0.257-0.49,0.39-0.708c0.135-0.22,0.314-0.44,0.547-0.663c0.233-0.222,0.527-0.412,0.888-0.561
+ c0.358-0.145,0.78-0.22,1.259-0.22c0.521,0,0.941,0.072,1.265,0.213s0.566,0.342,0.729,0.602c0.163,0.261,0.271,0.563,0.329,0.908
+ c0.057,0.342,0.085,0.747,0.085,1.215v2.955c0,1.972,0.018,3.34,0.053,4.106c0.036,0.77,0.116,1.313,0.243,1.637h-0.042
+ c-0.197-0.042-0.401-0.074-0.612-0.096c-0.212-0.021-0.465-0.031-0.761-0.031c-0.257,0-0.472,0.011-0.657,0.031
+ c-0.181,0.02-0.421,0.054-0.715,0.096c0.098-0.197,0.169-0.385,0.211-0.57c0.043-0.186,0.085-0.528,0.126-1.034v-1.795v-1.331
+ v-2.914c0-0.743-0.091-1.295-0.274-1.646c-0.18-0.35-0.591-0.528-1.222-0.528c-0.395,0-0.743,0.131-1.048,0.389
+ c-0.301,0.261-0.482,0.534-0.538,0.815c-0.071,0.297-0.116,0.687-0.138,1.172c-0.021,0.486-0.031,1.131-0.031,1.933v2.726
+ c0,0.817,0.02,1.431,0.06,1.847c0.043,0.417,0.12,0.73,0.232,0.941l-0.126-0.02c-0.226-0.026-0.43-0.049-0.613-0.063
+ c-0.184-0.015-0.394-0.021-0.633-0.021c-0.268,0-0.476,0.006-0.623,0.021c-0.146,0.016-0.369,0.036-0.662,0.063
+ c-0.06,0.015-0.105,0.02-0.148,0.02c0.071-0.14,0.12-0.26,0.148-0.358c0.027-0.099,0.049-0.239,0.061-0.422
+ c0-0.041,0.016-0.177,0.044-0.4c0.067-0.86,0.104-1.625,0.104-2.304v-2.323c0-0.859-0.018-1.522-0.053-1.993
+ c-0.035-0.472-0.103-0.856-0.201-1.151c-0.101-0.296-0.246-0.506-0.442-0.632c-0.197-0.129-0.466-0.19-0.803-0.19
+ c-0.381,0-0.693,0.09-0.93,0.263c-0.24,0.178-0.422,0.417-0.541,0.719c-0.12,0.301-0.197,0.646-0.232,1.033
+ s-0.053,0.857-0.053,1.405v2.261c0,2.379,0.07,3.745,0.211,4.097c-0.223-0.042-0.422-0.073-0.602-0.096
+ c-0.176-0.021-0.381-0.031-0.621-0.031c-0.452,0-0.943,0.042-1.478,0.127c0.099-0.197,0.169-0.389,0.211-0.58
+ c0.042-0.19,0.085-0.56,0.127-1.108v-2.556L686.681,98.665L686.681,98.665z"/>
+</g>
+<g>
+ <path fill="#FFFFFF" d="M524.008,48.057c-0.055,0.058-0.055,9.206-0.169,11.595c-0.112,1.932-0.285,6.08-4.378,6.08
+ c-4.208,0-5.231-4.831-5.575-6.933c-0.395-2.33-0.395-4.268-0.395-5.116c0-2.729,0.17-10.347,6.592-10.347
+ c1.934,0,3.015,0.571,3.867,1.023L524.008,48.057z M507.521,54.765c0,16.028,8.527,16.028,9.779,16.028
+ c3.524,0,5.797-1.935,6.762-5.286l0.114,5.058c1.08-0.057,2.16-0.169,3.923-0.169c0.626,0,1.139,0,1.592,0.058
+ c0.457,0,0.91,0.057,1.421,0.111c-0.906-1.817-1.588-5.911-1.588-14.78c0-8.639,0-23.249,0.739-27.685
+ c-2.047,0.969-3.81,1.595-7.673,1.934c1.534,1.649,1.534,2.502,1.534,10.003c-1.079-0.338-2.443-0.737-4.774-0.737
+ C509.171,39.301,507.521,48.169,507.521,54.765"/>
+ <path fill="#FFFFFF" d="M538.354,51.862c0.06-4.717,1.026-8.924,5.061-8.924c4.438,0,4.777,4.888,4.664,8.924H538.354z
+ M553.705,52.432c0-6.65-1.305-13.188-9.718-13.188c-11.602,0-11.602,12.85-11.602,15.576c0,11.536,5.172,16.086,13.872,16.086
+ c3.867,0,5.744-0.565,6.765-0.854c-0.055-2.046,0.229-3.355,0.57-5.116c-1.192,0.741-2.729,1.705-6.143,1.705
+ c-8.869,0-8.982-8.07-8.982-10.857h15.125L553.705,52.432"/>
+ <path fill="#FFFFFF" d="M572.201,54.876c0,5.286-0.966,12.392-7.562,12.392c-0.91,0-2.047-0.174-2.783-0.343
+ c-0.116-2.046-0.116-5.568-0.116-9.662c0-4.888,0.511-7.441,0.908-8.696c1.192-4.035,3.867-4.09,4.379-4.09
+ C571.348,44.477,572.201,50.444,572.201,54.876z M555.884,61.073c0,4.205,0,6.592-0.682,8.411c2.33,0.911,5.229,1.423,8.7,1.423
+ c2.216,0,8.639,0,12.109-7.105c1.648-3.299,2.217-7.732,2.217-11.088c0-2.046-0.226-6.535-1.876-9.378
+ c-1.59-2.669-4.148-4.035-6.876-4.035c-5.461,0-7.051,4.547-7.9,6.879c0-2.899,0.056-13.02,0.505-18.192
+ c-3.693,1.706-5.97,1.988-8.412,2.217c2.22,0.908,2.22,4.664,2.22,16.887v13.984"/>
+ <path fill="#FFFFFF" d="M589.157,70.564c-1.138-0.169-1.936-0.284-3.584-0.284c-1.819,0-3.07,0.115-4.378,0.284
+ c0.567-1.08,0.795-1.592,0.964-5.286c0.229-5.059,0.287-18.588-0.108-21.43c-0.288-2.163-0.797-2.502-1.592-3.071
+ c4.661-0.455,5.967-0.795,8.129-1.818c-0.456,2.499-0.514,3.753-0.514,7.561C587.963,66.13,587.905,68.232,589.157,70.564"/>
+ <path fill="#FFFFFF" d="M607.363,54.477c-0.11,3.582-0.169,6.084-1.139,8.071c-1.195,2.559-3.187,3.298-4.659,3.298
+ c-3.419,0-4.154-2.839-4.154-5.626c0-5.342,4.778-5.743,6.936-5.743H607.363z M591.728,61.471c0,3.58,1.08,7.159,4.268,8.696
+ c1.421,0.626,2.842,0.626,3.298,0.626c5.229,0,6.992-3.868,8.073-6.255c-0.058,2.501,0,4.034,0.173,6.026
+ c1.021-0.057,2.047-0.169,3.753-0.169c0.969,0,1.873,0.112,2.84,0.169c-0.623-0.964-0.967-1.535-1.139-3.752
+ c-0.113-2.159-0.113-4.316-0.113-7.33l0.059-11.596c0-4.324-1.139-8.586-9.667-8.586c-5.627,0-8.924,1.706-10.573,2.56
+ c0.684,1.25,1.256,2.328,1.764,4.777c2.222-1.935,5.118-2.958,8.073-2.958c4.724,0,4.724,3.128,4.724,7.561
+ c-1.08-0.056-1.992-0.168-3.527-0.168C596.503,51.069,591.728,53.851,591.728,61.471"/>
+ <path fill="#FFFFFF" d="M640.11,64.935c0.058,1.934,0.058,3.982,0.854,5.63c-1.254-0.111-1.991-0.285-4.32-0.285
+ c-1.366,0-2.104,0.116-3.186,0.285c0.224-0.74,0.341-1.022,0.456-1.99c0.17-1.305,0.286-5.684,0.286-7.221v-6.139
+ c0-2.673,0-6.537-0.176-7.899c-0.112-0.965-0.393-3.58-3.694-3.58c-3.241,0-4.319,2.385-4.72,4.319
+ c-0.452,1.987-0.452,4.148-0.452,12.562c0.055,7.272,0.055,7.952,0.621,9.946c-0.968-0.109-2.16-0.223-3.865-0.223
+ c-1.367,0-2.276,0.057-3.412,0.223c0.398-0.908,0.625-1.365,0.741-4.548c0.115-3.126,0.341-18.472-0.172-22.108
+ c-0.284-2.22-0.856-2.73-1.477-3.3c4.605-0.227,6.082-0.966,7.505-1.703v6.024c0.681-1.766,2.104-5.687,7.791-5.687
+ c7.108,0,7.16,5.173,7.221,8.584L640.11,64.935"/>
+ <path fill="#FFFFFF" d="M589.637,30.913l-4.709,4.707l-4.706-4.707l4.706-4.707L589.637,30.913"/>
+</g>
+<g id="debian">
+ <g>
+ <path fill="#FFFFFF" d="M468.412,49.813c-0.734,0.01,0.139,0.378,1.099,0.525c0.265-0.208,0.505-0.415,0.72-0.62
+ C469.633,49.865,469.024,49.867,468.412,49.813"/>
+ <path fill="#FFFFFF" d="M472.357,48.828c0.438-0.604,0.757-1.265,0.869-1.947c-0.1,0.485-0.363,0.906-0.612,1.351
+ c-1.374,0.866-0.129-0.515-0.001-1.038C471.136,49.055,472.411,48.309,472.357,48.828"/>
+ <path fill="#FFFFFF" d="M473.814,45.041c0.087-1.324-0.261-0.905-0.38-0.4C473.572,44.712,473.68,45.572,473.814,45.041"/>
+ <path fill="#FFFFFF" d="M465.624,26.949c0.394,0.071,0.849,0.125,0.784,0.219C466.837,27.073,466.935,26.987,465.624,26.949"/>
+ <path fill="#FFFFFF" d="M466.408,27.168l-0.277,0.058l0.258-0.022L466.408,27.168"/>
+ <path fill="#FFFFFF" d="M478.641,45.543c0.044,1.188-0.348,1.763-0.701,2.784l-0.636,0.317c-0.519,1.01,0.051,0.642-0.32,1.443
+ c-0.813,0.724-2.464,2.259-2.992,2.398c-0.387-0.008,0.261-0.454,0.347-0.629c-1.087,0.744-0.873,1.119-2.533,1.573l-0.049-0.109
+ c-4.098,1.928-9.79-1.891-9.715-7.104c-0.044,0.33-0.126,0.247-0.217,0.381c-0.209-2.681,1.24-5.374,3.685-6.474
+ c2.394-1.184,5.197-0.699,6.91,0.898c-0.941-1.232-2.814-2.54-5.034-2.417c-2.175,0.035-4.21,1.416-4.89,2.918
+ c-1.112,0.699-1.242,2.702-1.729,3.069c-0.652,4.799,1.229,6.873,4.414,9.312c0.499,0.339,0.14,0.39,0.208,0.648
+ c-1.058-0.496-2.026-1.244-2.823-2.16c0.422,0.618,0.878,1.221,1.469,1.693c-0.998-0.338-2.329-2.418-2.72-2.502
+ c1.721,3.078,6.975,5.398,9.728,4.246c-1.273,0.049-2.892,0.027-4.321-0.502c-0.601-0.31-1.419-0.949-1.272-1.069
+ c3.755,1.402,7.636,1.063,10.885-1.543c0.826-0.644,1.73-1.739,1.991-1.755c-0.393,0.592,0.066,0.285-0.234,0.807
+ c0.823-1.329-0.358-0.54,0.851-2.294l0.447,0.615c-0.166-1.103,1.369-2.441,1.214-4.186c0.353-0.533,0.393,0.574,0.019,1.802
+ c0.52-1.361,0.137-1.582,0.271-2.703c0.144,0.378,0.333,0.779,0.43,1.177c-0.338-1.313,0.346-2.215,0.516-2.978
+ c-0.165-0.074-0.521,0.58-0.602-0.973c0.011-0.676,0.188-0.354,0.255-0.52c-0.133-0.077-0.48-0.594-0.69-1.587
+ c0.152-0.233,0.408,0.604,0.617,0.639c-0.134-0.788-0.365-1.391-0.374-1.995c-0.61-1.274-0.217,0.169-0.711-0.547
+ c-0.647-2.024,0.54-0.471,0.619-1.389c0.983,1.424,1.545,3.633,1.801,4.546c-0.196-1.114-0.513-2.194-0.9-3.24
+ c0.298,0.126-0.481-2.293,0.388-0.691c-0.929-3.416-3.974-6.608-6.775-8.106c0.343,0.314,0.776,0.708,0.62,0.77
+ c-1.393-0.83-1.147-0.895-1.348-1.244c-1.135-0.462-1.209,0.037-1.961,0c-2.14-1.134-2.552-1.013-4.521-1.725l0.09,0.419
+ c-1.418-0.472-1.651,0.178-3.184,0.001c-0.093-0.073,0.491-0.264,0.973-0.332c-1.37,0.181-1.307-0.271-2.647,0.049
+ c0.331-0.232,0.68-0.385,1.032-0.582c-1.118,0.068-2.668,0.649-2.188,0.12c-1.823,0.813-5.06,1.955-6.877,3.658l-0.058-0.382
+ c-0.833,1-3.63,2.985-3.852,4.278l-0.224,0.053c-0.433,0.733-0.713,1.564-1.057,2.319c-0.566,0.965-0.83,0.37-0.749,0.522
+ c-1.114,2.26-1.668,4.157-2.146,5.714c0.341,0.509,0.009,3.064,0.138,5.109c-0.561,10.105,7.092,19.917,15.454,22.181
+ c1.227,0.439,3.05,0.424,4.6,0.467c-1.829-0.523-2.066-0.275-3.849-0.898c-1.284-0.605-1.566-1.295-2.478-2.086l0.36,0.637
+ c-1.785-0.633-1.038-0.783-2.491-1.244l0.386-0.5c-0.579-0.043-1.533-0.979-1.795-1.492l-0.634,0.025
+ c-0.76-0.94-1.165-1.615-1.136-2.141l-0.204,0.365c-0.231-0.399-2.799-3.52-1.466-2.795c-0.249-0.226-0.578-0.367-0.935-1.015
+ l0.271-0.311c-0.642-0.824-1.181-1.883-1.139-2.234c0.342,0.463,0.578,0.549,0.813,0.628c-1.618-4.017-1.71-0.223-2.935-4.088
+ l0.26-0.021c-0.199-0.299-0.319-0.624-0.48-0.943l0.112-1.125c-1.165-1.348-0.326-5.727-0.156-8.129
+ c0.116-0.978,0.973-2.019,1.623-3.648l-0.397-0.068c0.76-1.323,4.331-5.313,5.984-5.108c0.801-1.006-0.159-0.003-0.315-0.257
+ c1.76-1.821,2.313-1.287,3.501-1.614c1.281-0.76-1.1,0.295-0.491-0.291c2.214-0.565,1.569-1.285,4.459-1.572
+ c0.304,0.173-0.709,0.268-0.963,0.492c1.846-0.902,5.839-0.697,8.434,0.501c3.01,1.407,6.392,5.565,6.526,9.479l0.149,0.04
+ c-0.075,1.556,0.239,3.354-0.307,5.004L478.641,45.543"/>
+ <path fill="#FFFFFF" d="M460.389,50.819l-0.103,0.517c0.482,0.656,0.866,1.367,1.483,1.881
+ C461.326,52.35,460.996,51.992,460.389,50.819"/>
+ <path fill="#FFFFFF" d="M461.532,50.775c-0.257-0.281-0.407-0.623-0.577-0.961c0.161,0.595,0.493,1.106,0.803,1.627
+ L461.532,50.775"/>
+ <path fill="#FFFFFF" d="M481.74,46.384l-0.108,0.271c-0.199,1.405-0.626,2.797-1.28,4.086
+ C481.075,49.381,481.543,47.892,481.74,46.384"/>
+ <path fill="#FFFFFF" d="M465.77,26.599c0.498-0.184,1.223-0.102,1.75-0.22c-0.688,0.057-1.371,0.092-2.047,0.179L465.77,26.599"/>
+ <path fill="#FFFFFF" d="M448.322,35.875c0.115,1.06-0.797,1.472,0.203,0.771C449.061,35.44,448.315,36.314,448.322,35.875"/>
+ <path fill="#FFFFFF" d="M447.147,40.782c0.23-0.708,0.273-1.131,0.36-1.539C446.872,40.056,447.215,40.229,447.147,40.782"/>
+ </g>
+</g>
+</svg>
diff --git a/moonlight-theme/publicity/wiki-banner.svg b/moonlight-theme/publicity/wiki-banner.svg
new file mode 100755
index 0000000..6d7a271
--- /dev/null
+++ b/moonlight-theme/publicity/wiki-banner.svg
@@ -0,0 +1,2193 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ width="380px" height="380px" viewBox="0 0 380 380" enable-background="new 0 0 380 380" xml:space="preserve">
+<g>
+ <rect fill="#133544" width="380" height="380"/>
+
+ <radialGradient id="SVGID_1_" cx="-558.9102" cy="756.3281" r="379.4899" gradientTransform="matrix(0.4242 0 0 -0.6454 427.0896 678.1343)" gradientUnits="userSpaceOnUse">
+ <stop offset="0" style="stop-color:#24363E"/>
+ <stop offset="0.1555" style="stop-color:#273943"/>
+ <stop offset="0.3948" style="stop-color:#2B3F49"/>
+ <stop offset="0.6601" style="stop-color:#2E424D"/>
+ <stop offset="1" style="stop-color:#2F434E"/>
+ </radialGradient>
+ <rect fill="none" stroke="url(#SVGID_1_)" stroke-miterlimit="10" width="380" height="380"/>
+</g>
+<g>
+ <g>
+ <path opacity="0.6" fill="#FFFFFF" d="M125.86,75.351c-0.069,0.073-0.069,11.736-0.215,14.784
+ c-0.144,2.465-0.363,7.754-5.58,7.754c-5.362,0-6.666-6.16-7.101-8.841c-0.507-2.974-0.507-5.439-0.507-6.523
+ c0-3.479,0.217-13.19,8.405-13.19c2.464,0,3.84,0.727,4.928,1.304L125.86,75.351z M104.851,83.902
+ c0,20.438,10.869,20.438,12.462,20.438c4.491,0,7.391-2.464,8.622-6.737l0.145,6.447c1.377-0.076,2.755-0.22,5-0.22
+ c0.797,0,1.447,0,2.029,0.073c0.58,0,1.158,0.07,1.811,0.146c-1.159-2.317-2.027-7.534-2.027-18.848
+ c0-11.013,0-29.632,0.941-35.285c-2.607,1.234-4.855,2.031-9.783,2.465c1.956,2.102,1.956,3.188,1.956,12.749
+ c-1.374-0.432-3.115-0.94-6.085-0.94C106.952,64.191,104.851,75.495,104.851,83.902"/>
+ <path opacity="0.6" fill="#FFFFFF" d="M144.14,80.204c0.073-6.015,1.307-11.376,6.45-11.376c5.653,0,6.084,6.229,5.94,11.376
+ H144.14z M163.702,80.93c0-8.478-1.666-16.813-12.389-16.813c-14.775,0-14.775,16.379-14.775,19.854
+ c0,14.712,6.588,20.509,17.673,20.509c4.925,0,7.317-0.721,8.622-1.084c-0.07-2.611,0.29-4.275,0.727-6.523
+ c-1.524,0.946-3.479,2.178-7.827,2.178c-11.303,0-11.448-10.296-11.448-13.849h19.275L163.702,80.93"/>
+ <path opacity="0.6" fill="#FFFFFF" d="M187.275,84.045c0,6.74-1.231,15.802-9.636,15.802c-1.16,0-2.608-0.22-3.549-0.437
+ c-0.146-2.608-0.146-7.101-0.146-12.323c0-6.231,0.65-9.487,1.16-11.086c1.52-5.144,4.927-5.214,5.577-5.214
+ C186.187,70.788,187.275,78.396,187.275,84.045z M166.48,91.95c0,5.362,0,8.404-0.869,10.72c2.97,1.16,6.665,1.811,11.088,1.811
+ c2.825,0,11.013,0,15.432-9.055c2.103-4.201,2.826-9.86,2.826-14.136c0-2.608-0.29-8.332-2.393-11.955
+ c-2.028-3.402-5.29-5.144-8.765-5.144c-6.957,0-8.985,5.797-10.069,8.767c0-3.693,0.07-16.591,0.647-23.185
+ c-4.706,2.175-7.607,2.533-10.721,2.825c2.826,1.157,2.826,5.943,2.826,21.521v17.83"/>
+ <path opacity="0.6" fill="#FFFFFF" d="M208.888,104.049c-1.451-0.22-2.468-0.363-4.569-0.363c-2.314,0-3.912,0.146-5.576,0.363
+ c0.724-1.38,1.014-2.034,1.23-6.74c0.29-6.448,0.363-23.701-0.144-27.322c-0.363-2.757-1.014-3.188-2.027-3.913
+ c5.939-0.58,7.604-1.014,10.358-2.317c-0.577,3.186-0.653,4.784-0.653,9.635C207.363,98.4,207.29,101.078,208.888,104.049"/>
+ <path opacity="0.6" fill="#FFFFFF" d="M232.089,83.536c-0.144,4.568-0.217,7.76-1.451,10.295
+ c-1.523,3.262-4.059,4.202-5.939,4.202c-4.353,0-5.293-3.622-5.293-7.171c0-6.814,6.09-7.326,8.839-7.326H232.089z
+ M212.161,92.457c0,4.565,1.378,9.128,5.437,11.086c1.811,0.797,3.622,0.797,4.202,0.797c6.667,0,8.912-4.929,10.289-7.971
+ c-0.073,3.188,0,5.143,0.217,7.681c1.304-0.076,2.608-0.22,4.785-0.22c1.231,0,2.389,0.144,3.619,0.22
+ c-0.797-1.23-1.23-1.961-1.45-4.785c-0.144-2.752-0.144-5.504-0.144-9.348l0.073-14.784c0-5.51-1.45-10.942-12.32-10.942
+ c-7.171,0-11.373,2.174-13.474,3.262c0.87,1.594,1.597,2.967,2.247,6.087c2.828-2.465,6.523-3.77,10.286-3.77
+ c6.02,0,6.02,3.987,6.02,9.636c-1.377-0.07-2.538-0.214-4.495-0.214C218.248,79.193,212.161,82.739,212.161,92.457"/>
+ <path opacity="0.6" fill="#FFFFFF" d="M273.822,96.875c0.072,2.465,0.072,5.073,1.086,7.174c-1.596-0.144-2.537-0.363-5.506-0.363
+ c-1.74,0-2.682,0.146-4.059,0.363c0.287-0.94,0.438-1.304,0.58-2.538c0.217-1.664,0.363-7.244,0.363-9.201v-7.831
+ c0-3.405,0-8.334-0.223-10.07c-0.145-1.23-0.5-4.563-4.709-4.563c-4.129,0-5.504,3.04-6.014,5.505
+ c-0.578,2.534-0.578,5.289-0.578,16.019c0.07,9.274,0.07,10.142,0.795,12.68c-1.23-0.146-2.752-0.29-4.924-0.29
+ c-1.74,0-2.9,0.07-4.346,0.29c0.508-1.16,0.797-1.74,0.941-5.797c0.146-3.988,0.436-23.557-0.221-28.191
+ c-0.359-2.828-1.086-3.479-1.881-4.204c5.869-0.29,7.752-1.231,9.564-2.171v7.678c0.869-2.249,2.68-7.247,9.926-7.247
+ c9.059,0,9.129,6.594,9.203,10.939V96.875"/>
+ <path opacity="0.6" fill="#FFFFFF" d="M209.498,53.502l-6.001,5.998l-5.998-5.998l5.998-5.998L209.498,53.502"/>
+ </g>
+ <g>
+ <path opacity="0.6" fill="#FFFFFF" d="M297.424,85.784h-2.436V70.255c-0.588,0.561-1.357,1.119-2.309,1.68
+ c-0.953,0.559-1.807,0.979-2.564,1.258v-2.356c1.361-0.64,2.553-1.415,3.572-2.327c1.021-0.911,1.742-1.795,2.166-2.653h1.57
+ V85.784z"/>
+ <path opacity="0.6" fill="#FFFFFF" d="M303.664,75.995c0-2.345,0.242-4.234,0.725-5.665s1.201-2.533,2.154-3.311
+ c0.951-0.775,2.15-1.163,3.592-1.163c1.064,0,2,0.215,2.803,0.643c0.803,0.43,1.467,1.048,1.99,1.855s0.934,1.791,1.232,2.951
+ c0.295,1.159,0.445,2.723,0.445,4.689c0,2.329-0.238,4.209-0.717,5.639c-0.479,1.432-1.193,2.537-2.145,3.317
+ c-0.953,0.78-2.156,1.172-3.609,1.172c-1.912,0-3.416-0.688-4.508-2.059C304.318,82.412,303.664,79.722,303.664,75.995z
+ M306.17,75.995c0,3.259,0.381,5.428,1.145,6.506c0.762,1.078,1.701,1.617,2.82,1.617c1.121,0,2.061-0.542,2.822-1.623
+ c0.764-1.085,1.146-3.25,1.146-6.5c0-3.266-0.383-5.438-1.146-6.511c-0.762-1.073-1.711-1.611-2.85-1.611
+ c-1.119,0-2.012,0.474-2.68,1.422C306.588,70.504,306.17,72.738,306.17,75.995z"/>
+ </g>
+</g>
+<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="-697.6841" y1="267.6865" x2="-697.6841" y2="196.9629" gradientTransform="matrix(0 -1 1 0 48.8867 -570.7578)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="0.097" style="stop-color:#FFFFFF;stop-opacity:0.903"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+</linearGradient>
+<line fill="none" stroke="url(#SVGID_2_)" stroke-width="2" stroke-miterlimit="10" x1="316.573" y1="126.927" x2="245.85" y2="126.927"/>
+<linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="28.9058" y1="130.6626" x2="28.9058" y2="50.4497" gradientTransform="matrix(0 1 -1 0 417.6895 120.3486)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="0.097" style="stop-color:#FFFFFF;stop-opacity:0.903"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+</linearGradient>
+<line fill="none" stroke="url(#SVGID_3_)" stroke-width="2" stroke-miterlimit="10" x1="287.026" y1="149.254" x2="367.239" y2="149.254"/>
+<g>
+
+ <radialGradient id="SVGID_4_" cx="-414.3203" cy="230.0684" r="603.0801" gradientTransform="matrix(0.2308 0 0 -0.2308 252.3212 290.7247)" gradientUnits="userSpaceOnUse">
+ <stop offset="0" style="stop-color:#6C99B8"/>
+ <stop offset="1" style="stop-color:#133544;stop-opacity:0"/>
+ </radialGradient>
+ <rect x="17.506" y="98.433" fill="url(#SVGID_4_)" width="278.379" height="278.383"/>
+</g>
+<path opacity="0.3" fill="#244960" stroke="#F6F6F6" stroke-width="3" stroke-linecap="round" stroke-miterlimit="10" d="
+ M237.725,307.357c-48.178,48.178-126.29,48.178-174.468,0c-48.179-48.18-48.179-126.294,0-174.474"/>
+<circle opacity="0.7" fill="#244960" cx="156.697" cy="237.627" r="86.479"/>
+<path opacity="0.4" fill="#23353D" d="M203.678,284.61c-25.944,25.948-68.016,25.948-93.964,0c-25.948-25.949-25.948-68.02,0-93.968
+ c25.948-25.95,68.021-25.95,93.964,0C229.629,216.591,229.629,258.661,203.678,284.61z"/>
+<path opacity="0.6" fill="#0F90AF" d="M222.838,237.627c-0.001,36.53-29.615,66.141-66.14,66.143
+ c-36.532-0.002-66.144-29.612-66.144-66.143s29.613-66.144,66.145-66.145C193.226,171.482,222.837,201.095,222.838,237.627z"/>
+<g>
+ <path fill="none" d="M125.936,268.389l-1.856-1.856l-6.201,6.2c0.585,0.646,1.188,1.28,1.811,1.904l0,0L125.936,268.389z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M108.417,232.129c-0.137-0.138-0.115-0.379,0.046-0.542l4.186-4.185l-5.789-5.791
+ c-1.968,6.14-2.773,12.569-2.417,18.946l6.201-6.202L108.417,232.129z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M132.286,262.54l4.434,4.434l3.272-3.271l-6.542-6.541l-9.37,9.37l1.856,1.856l5.886-5.887
+ C131.94,262.385,132.148,262.401,132.286,262.54z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M132.093,207.955c0.164-0.163,0.407-0.184,0.544-0.046l0.331,0.331
+ c-0.32-0.32-0.382-0.778-0.136-1.021l10.694-10.696l-7.146-7.146c-6.067,2.553-11.751,6.299-16.692,11.241
+ c-1.477,1.477-2.843,3.017-4.105,4.614l9.615,9.618L132.093,207.955z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M163.824,185.773c-2.13-0.292-4.275-0.453-6.421-0.481l3.451,3.45L163.824,185.773z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M195.412,208.279c0.242-0.245,0.641-0.245,0.885,0l8.357,8.358
+ c-2.543-5.814-6.193-11.263-10.952-16.021c-6.261-6.262-13.713-10.606-21.63-13.032l22.014,22.02L195.412,208.279z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M182.95,210.841l2.896-2.897c0.192-0.191,0.354-0.339,0.363-0.332l1.385,1.388
+ c0.01,0.008-0.139,0.17-0.33,0.362l-2.897,2.896l3.533,3.534l6.187-6.187l-22.014-22.02c-2.706-0.828-5.465-1.433-8.248-1.812
+ l-2.97,2.969L182.95,210.841z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M182.95,210.841l2.896-2.897c0.192-0.191,0.354-0.339,0.363-0.332l1.385,1.388
+ c0.01,0.008-0.139,0.17-0.33,0.362l-2.897,2.896l3.533,3.534l6.187-6.187l-22.014-22.02c-2.706-0.828-5.465-1.433-8.248-1.812
+ l-2.97,2.969L182.95,210.841z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M204.942,257.942c0.279-0.661,0.544-1.328,0.792-2l-1.395,1.397L204.942,257.942z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M204.942,257.942c0.279-0.661,0.544-1.328,0.792-2l-1.395,1.397L204.942,257.942z"/>
+
+ <rect x="138.308" y="263.14" transform="matrix(0.7056 0.7086 -0.7086 0.7056 228.8672 -19.9724)" opacity="0.4" fill="#FFF8B9" width="0.325" height="4.627"/>
+
+ <rect x="138.308" y="263.14" transform="matrix(0.7056 0.7086 -0.7086 0.7056 228.8672 -19.9724)" opacity="0.4" fill="#FFF8B9" width="0.325" height="4.627"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M150.345,262.389l-3.724,3.723c-0.152,0.152-0.279,0.271-0.286,0.265l-0.979-0.98
+ c-0.005-0.006,0.112-0.136,0.265-0.285l3.723-3.725l-2.334-2.332l-9.105,9.104l16.687,16.687c0.138,0.138,0.154,0.346,0.037,0.463
+ l-4.271,4.274c0.803,0.096,1.609,0.175,2.415,0.235l12.502-12.503L150.345,262.389z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M150.345,262.389l-3.724,3.723c-0.152,0.152-0.279,0.271-0.286,0.265l-0.979-0.98
+ c-0.005-0.006,0.112-0.136,0.265-0.285l3.723-3.725l-2.334-2.332l-9.105,9.104l16.687,16.687c0.138,0.138,0.154,0.346,0.037,0.463
+ l-4.271,4.274c0.803,0.096,1.609,0.175,2.415,0.235l12.502-12.503L150.345,262.389z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M190.577,277.521c1.071-0.911,2.114-1.872,3.125-2.885c3.253-3.252,5.989-6.828,8.207-10.621
+ l-12.42,12.419L190.577,277.521z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M190.577,277.521c1.071-0.911,2.114-1.872,3.125-2.885c3.253-3.252,5.989-6.828,8.207-10.621
+ l-12.42,12.419L190.577,277.521z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M193.644,268.035c-0.245,0.244-0.641,0.244-0.884,0l-0.492-0.491l-14.346-14.353
+ l-5.835,5.835l17.403,17.407l12.42-12.419c1.15-1.971,2.161-3.999,3.033-6.072l-0.603-0.603L193.644,268.035z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M193.644,268.035c-0.245,0.244-0.641,0.244-0.884,0l-0.492-0.491l-14.346-14.353
+ l-5.835,5.835l17.403,17.407l12.42-12.419c1.15-1.971,2.161-3.999,3.033-6.072l-0.603-0.603L193.644,268.035z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M193.644,268.035c-0.245,0.244-0.641,0.244-0.884,0l-0.492-0.491l-14.346-14.353
+ l-5.835,5.835l17.403,17.407l12.42-12.419c1.15-1.971,2.161-3.999,3.033-6.072l-0.603-0.603L193.644,268.035z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M105.353,247.807c1.782,9.025,5.957,17.675,12.525,24.926l6.201-6.2L105.353,247.807z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M133.45,257.162l-22.807-22.807l-6.201,6.202c0.135,2.43,0.438,4.852,0.911,7.249
+ l18.727,18.726L133.45,257.162z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M133.45,257.162l-22.807-22.807l-6.201,6.202c0.135,2.43,0.438,4.852,0.911,7.249
+ l18.727,18.726L133.45,257.162z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M145.825,257.868l-3.222-3.221c-0.114-0.116-0.196-0.249-0.242-0.384l-3.851,3.854
+ c-0.192,0.189-0.354,0.34-0.363,0.33l-1.387-1.385c-0.009-0.01,0.14-0.172,0.332-0.364l5.194-5.197l-1.589-1.588l-7.248,7.249
+ l6.542,6.541L145.825,257.868z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M145.825,257.868l-3.222-3.221c-0.114-0.116-0.196-0.249-0.242-0.384l-3.851,3.854
+ c-0.192,0.189-0.354,0.34-0.363,0.33l-1.387-1.385c-0.009-0.01,0.14-0.172,0.332-0.364l5.194-5.197l-1.589-1.588l-7.248,7.249
+ l6.542,6.541L145.825,257.868z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M112.648,227.402l-4.186,4.185c-0.161,0.163-0.183,0.404-0.046,0.542l2.227,2.227
+ l4.479-4.479L112.648,227.402z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M112.648,227.402l-4.186,4.185c-0.161,0.163-0.183,0.404-0.046,0.542l2.227,2.227
+ l4.479-4.479L112.648,227.402z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M134.421,210.578c0.244-0.245,0.556-0.331,0.693-0.192l-2.146-2.146l-0.331-0.331
+ c-0.137-0.138-0.38-0.117-0.544,0.046l-6.895,6.895l2.477,2.476L134.421,210.578z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M134.421,210.578c0.244-0.245,0.556-0.331,0.693-0.192l-2.146-2.146l-0.331-0.331
+ c-0.137-0.138-0.38-0.117-0.544,0.046l-6.895,6.895l2.477,2.476L134.421,210.578z"/>
+
+ <rect x="140.766" y="247.83" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -134.0806 174.207)" opacity="0.4" fill="#FFF8B9" width="4.961" height="2.246"/>
+
+ <rect x="140.766" y="247.83" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -134.0806 174.207)" opacity="0.4" fill="#FFF8B9" width="4.961" height="2.246"/>
+
+ <rect x="140.766" y="247.83" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -134.0806 174.207)" opacity="0.5" fill="#D1E4B7" width="4.961" height="2.246"/>
+
+ <rect x="142.86" y="256.776" transform="matrix(0.7056 0.7086 -0.7086 0.7056 226.9794 -24.5397)" opacity="0.4" fill="#FFF8B9" width="0.327" height="8.25"/>
+
+ <rect x="142.86" y="256.776" transform="matrix(0.7056 0.7086 -0.7086 0.7056 226.9794 -24.5397)" opacity="0.4" fill="#FFF8B9" width="0.327" height="8.25"/>
+
+ <rect x="142.86" y="256.776" transform="matrix(0.7056 0.7086 -0.7086 0.7056 226.9794 -24.5397)" opacity="0.5" fill="#D1E4B7" width="0.327" height="8.25"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M137.163,212.434l-2.048-2.048c-0.138-0.139-0.449-0.053-0.693,0.192l-6.746,6.747
+ l2.299,2.297L137.163,212.434z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M137.163,212.434l-2.048-2.048c-0.138-0.139-0.449-0.053-0.693,0.192l-6.746,6.747
+ l2.299,2.297L137.163,212.434z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M137.163,212.434l-2.048-2.048c-0.138-0.139-0.449-0.053-0.693,0.192l-6.746,6.747
+ l2.299,2.297L137.163,212.434z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M139.896,249.11l-2.328,2.326c-0.244,0.245-0.625,0.26-0.852,0.033l-21.594-21.593
+ l-4.479,4.479l22.807,22.807l7.248-7.249L139.896,249.11z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M139.896,249.11l-2.328,2.326c-0.244,0.245-0.625,0.26-0.852,0.033l-21.594-21.593
+ l-4.479,4.479l22.807,22.807l7.248-7.249L139.896,249.11z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M139.896,249.11l-2.328,2.326c-0.244,0.245-0.625,0.26-0.852,0.033l-21.594-21.593
+ l-4.479,4.479l22.807,22.807l7.248-7.249L139.896,249.11z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M149.268,238.916c0.228,0.227,0.213,0.608-0.03,0.853l5.774-5.773l-6.307-6.307
+ c-0.054-0.053-0.061-0.135-0.014-0.181l1.772-1.772l-13.302-13.302l-7.188,7.188L149.268,238.916z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M149.268,238.916c0.228,0.227,0.213,0.608-0.03,0.853l5.774-5.773l-6.307-6.307
+ c-0.054-0.053-0.061-0.135-0.014-0.181l1.772-1.772l-13.302-13.302l-7.188,7.188L149.268,238.916z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M149.268,238.916c0.228,0.227,0.213,0.608-0.03,0.853l5.774-5.773l-6.307-6.307
+ c-0.054-0.053-0.061-0.135-0.014-0.181l1.772-1.772l-13.302-13.302l-7.188,7.188L149.268,238.916z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M149.268,238.916c0.228,0.227,0.213,0.608-0.03,0.853l5.774-5.773l-6.307-6.307
+ c-0.054-0.053-0.061-0.135-0.014-0.181l1.772-1.772l-13.302-13.302l-7.188,7.188L149.268,238.916z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M143.562,245.764c-0.087-0.089-0.075-0.245,0.03-0.351l-3.696,3.697l0.802,0.803l3.508-3.508
+ L143.562,245.764z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M143.562,245.764c-0.087-0.089-0.075-0.245,0.03-0.351l-3.696,3.697l0.802,0.803l3.508-3.508
+ L143.562,245.764z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M143.562,245.764c-0.087-0.089-0.075-0.245,0.03-0.351l-3.696,3.697l0.802,0.803l3.508-3.508
+ L143.562,245.764z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M143.562,245.764c-0.087-0.089-0.075-0.245,0.03-0.351l-3.696,3.697l0.802,0.803l3.508-3.508
+ L143.562,245.764z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M195.412,208.279l-1.326,1.326l6.714,6.714l0.913-0.911c0.156-0.158,0.292-0.278,0.3-0.271
+ l1.387,1.387c0.008,0.008-0.112,0.143-0.27,0.301l-0.911,0.912l4.518,4.517c-0.584-1.902-1.278-3.776-2.082-5.616l-8.357-8.358
+ C196.053,208.034,195.654,208.034,195.412,208.279z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M195.412,208.279l-1.326,1.326l6.714,6.714l0.913-0.911c0.156-0.158,0.292-0.278,0.3-0.271
+ l1.387,1.387c0.008,0.008-0.112,0.143-0.27,0.301l-0.911,0.912l4.518,4.517c-0.584-1.902-1.278-3.776-2.082-5.616l-8.357-8.358
+ C196.053,208.034,195.654,208.034,195.412,208.279z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M184.895,235.063l19.925,19.93c0.321,0.318,0.383,0.777,0.139,1.021l-0.973,0.972
+ l0.354,0.355l1.395-1.397c4.033-10.815,4.365-22.695,1.002-33.688l-4.518-4.517L184.895,235.063z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M184.895,235.063l19.925,19.93c0.321,0.318,0.383,0.777,0.139,1.021l-0.973,0.972
+ l0.354,0.355l1.395-1.397c4.033-10.815,4.365-22.695,1.002-33.688l-4.518-4.517L184.895,235.063z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M184.895,235.063l19.925,19.93c0.321,0.318,0.383,0.777,0.139,1.021l-0.973,0.972
+ l0.354,0.355l1.395-1.397c4.033-10.815,4.365-22.695,1.002-33.688l-4.518-4.517L184.895,235.063z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M190.639,219.417l-10.692,10.696l0.335,0.336l3.9-3.9c0.149-0.151,0.278-0.269,0.283-0.264
+ l0.98,0.981c0.007,0.006-0.113,0.134-0.264,0.286l-3.898,3.898l2.196,2.194l17.32-17.326l-6.714-6.714l-6.187,6.187l2.602,2.604
+ C190.822,218.715,190.882,219.174,190.639,219.417z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M190.639,219.417l-10.692,10.696l0.335,0.336l3.9-3.9c0.149-0.151,0.278-0.269,0.283-0.264
+ l0.98,0.981c0.007,0.006-0.113,0.134-0.264,0.286l-3.898,3.898l2.196,2.194l17.32-17.326l-6.714-6.714l-6.187,6.187l2.602,2.604
+ C190.822,218.715,190.882,219.174,190.639,219.417z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M190.639,219.417l-10.692,10.696l0.335,0.336l3.9-3.9c0.149-0.151,0.278-0.269,0.283-0.264
+ l0.98,0.981c0.007,0.006-0.113,0.134-0.264,0.286l-3.898,3.898l2.196,2.194l17.32-17.326l-6.714-6.714l-6.187,6.187l2.602,2.604
+ C190.822,218.715,190.882,219.174,190.639,219.417z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M192.268,267.544l0.492,0.491c0.243,0.244,0.639,0.244,0.884,0l10.696-10.695l-0.354-0.355
+ l-10.695,10.697C193.046,267.926,192.588,267.863,192.268,267.544z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M192.268,267.544l0.492,0.491c0.243,0.244,0.639,0.244,0.884,0l10.696-10.695l-0.354-0.355
+ l-10.695,10.697C193.046,267.926,192.588,267.863,192.268,267.544z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M192.268,267.544l0.492,0.491c0.243,0.244,0.639,0.244,0.884,0l10.696-10.695l-0.354-0.355
+ l-10.695,10.697C193.046,267.926,192.588,267.863,192.268,267.544z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M192.268,267.544l0.492,0.491c0.243,0.244,0.639,0.244,0.884,0l10.696-10.695l-0.354-0.355
+ l-10.695,10.697C193.046,267.926,192.588,267.863,192.268,267.544z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M152.771,289.817c7.404,0.555,14.905-0.461,21.959-3.043l-9.457-9.46L152.771,289.817z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M152.771,289.817c7.404,0.555,14.905-0.461,21.959-3.043l-9.457-9.46L152.771,289.817z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M152.771,289.817c7.404,0.555,14.905-0.461,21.959-3.043l-9.457-9.46L152.771,289.817z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M144.499,195.551c0.245-0.245,0.702-0.185,1.021,0.136l4.195,4.194l11.139-11.139
+ l-3.451-3.45c-7.152-0.096-14.321,1.266-21.021,4.084l7.146,7.146L144.499,195.551z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M144.499,195.551c0.245-0.245,0.702-0.185,1.021,0.136l4.195,4.194l11.139-11.139
+ l-3.451-3.45c-7.152-0.096-14.321,1.266-21.021,4.084l7.146,7.146L144.499,195.551z"/>
+
+ <rect x="150.707" y="197.485" transform="matrix(0.7071 0.7072 -0.7072 0.7071 193.9471 -57.4642)" opacity="0.4" fill="#FFF8B9" width="31.25" height="15.752"/>
+
+ <rect x="150.707" y="197.485" transform="matrix(0.7071 0.7072 -0.7072 0.7071 193.9471 -57.4642)" opacity="0.4" fill="#FFF8B9" width="31.25" height="15.752"/>
+
+ <rect x="150.707" y="197.485" transform="matrix(0.7071 0.7072 -0.7072 0.7071 193.9471 -57.4642)" opacity="0.4" fill="#FFF8B9" width="31.25" height="15.752"/>
+
+ <rect x="172.691" y="217.096" transform="matrix(-0.7069 0.7073 -0.7073 -0.7069 463.5289 247.1241)" opacity="0.4" fill="#FFF8B9" width="15.75" height="4.997"/>
+
+ <rect x="172.691" y="217.096" transform="matrix(-0.7069 0.7073 -0.7073 -0.7069 463.5289 247.1241)" opacity="0.4" fill="#FFF8B9" width="15.75" height="4.997"/>
+
+ <rect x="172.691" y="217.096" transform="matrix(-0.7069 0.7073 -0.7073 -0.7069 463.5289 247.1241)" opacity="0.4" fill="#FFF8B9" width="15.75" height="4.997"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M176.995,227.161l2.678-2.678c0.227-0.226,0.412-0.404,0.42-0.398l0.933,0.935
+ c0.005,0.005-0.174,0.192-0.399,0.418l-2.678,2.678l1.999,1.998l10.692-10.696c0.243-0.243,0.183-0.702-0.138-1.021l-2.602-2.604
+ l-11.134,11.14L176.995,227.161z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M176.995,227.161l2.678-2.678c0.227-0.226,0.412-0.404,0.42-0.398l0.933,0.935
+ c0.005,0.005-0.174,0.192-0.399,0.418l-2.678,2.678l1.999,1.998l10.692-10.696c0.243-0.243,0.183-0.702-0.138-1.021l-2.602-2.604
+ l-11.134,11.14L176.995,227.161z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M176.995,227.161l2.678-2.678c0.227-0.226,0.412-0.404,0.42-0.398l0.933,0.935
+ c0.005,0.005-0.174,0.192-0.399,0.418l-2.678,2.678l1.999,1.998l10.692-10.696c0.243-0.243,0.183-0.702-0.138-1.021l-2.602-2.604
+ l-11.134,11.14L176.995,227.161z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M176.995,227.161l2.678-2.678c0.227-0.226,0.412-0.404,0.42-0.398l0.933,0.935
+ c0.005,0.005-0.174,0.192-0.399,0.418l-2.678,2.678l1.999,1.998l10.692-10.696c0.243-0.243,0.183-0.702-0.138-1.021l-2.602-2.604
+ l-11.134,11.14L176.995,227.161z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M172.698,257.163c-0.244,0.243-0.64,0.242-0.884-0.001l-2.387-2.387l-0.796,0.796
+ l3.455,3.455l5.835-5.835l-0.626-0.627L172.698,257.163z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M172.698,257.163c-0.244,0.243-0.64,0.242-0.884-0.001l-2.387-2.387l-0.796,0.796
+ l3.455,3.455l5.835-5.835l-0.626-0.627L172.698,257.163z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M172.698,257.163c-0.244,0.243-0.64,0.242-0.884-0.001l-2.387-2.387l-0.796,0.796
+ l3.455,3.455l5.835-5.835l-0.626-0.627L172.698,257.163z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M172.698,257.163c-0.244,0.243-0.64,0.242-0.884-0.001l-2.387-2.387l-0.796,0.796
+ l3.455,3.455l5.835-5.835l-0.626-0.627L172.698,257.163z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M158.377,245.316l3.007-3.005l-3.535-3.535l-3.076,3.075
+ c0.135,0.047,0.268,0.127,0.382,0.244L158.377,245.316z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M158.377,245.316l3.007-3.005l-3.535-3.535l-3.076,3.075
+ c0.135,0.047,0.268,0.127,0.382,0.244L158.377,245.316z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M158.377,245.316l3.007-3.005l-3.535-3.535l-3.076,3.075
+ c0.135,0.047,0.268,0.127,0.382,0.244L158.377,245.316z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M158.377,245.316l3.007-3.005l-3.535-3.535l-3.076,3.075
+ c0.135,0.047,0.268,0.127,0.382,0.244L158.377,245.316z"/>
+
+ <rect x="142.596" y="240.273" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -126.5209 177.3264)" opacity="0.4" fill="#FFF8B9" width="16.416" height="2.248"/>
+
+ <rect x="142.596" y="240.273" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -126.5209 177.3264)" opacity="0.4" fill="#FFF8B9" width="16.416" height="2.248"/>
+
+ <rect x="142.596" y="240.273" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -126.5209 177.3264)" opacity="0.5" fill="#D1E4B7" width="16.416" height="2.248"/>
+
+ <rect x="142.596" y="240.273" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -126.5209 177.3264)" opacity="0.2" fill="#FFF6A3" width="16.416" height="2.248"/>
+
+ <rect x="157.871" y="243.766" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -125.6029 184.4867)" opacity="0.4" fill="#FFF8B9" width="4.251" height="0.326"/>
+
+ <rect x="157.871" y="243.766" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -125.6029 184.4867)" opacity="0.4" fill="#FFF8B9" width="4.251" height="0.326"/>
+
+ <rect x="157.871" y="243.766" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -125.6029 184.4867)" opacity="0.4" fill="#FFF8B9" width="4.251" height="0.326"/>
+
+ <rect x="157.871" y="243.766" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -125.6029 184.4867)" opacity="0.5" fill="#D1E4B7" width="4.251" height="0.326"/>
+
+ <rect x="157.871" y="243.766" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -125.6029 184.4867)" opacity="0.2" fill="#FFF6A3" width="4.251" height="0.326"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M155.012,233.995l-5.774,5.773l-5.646,5.645c-0.105,0.105-0.117,0.262-0.03,0.351
+ l0.644,0.642l11.608-11.607L155.012,233.995z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M155.012,233.995l-5.774,5.773l-5.646,5.645c-0.105,0.105-0.117,0.262-0.03,0.351
+ l0.644,0.642l11.608-11.607L155.012,233.995z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M155.012,233.995l-5.774,5.773l-5.646,5.645c-0.105,0.105-0.117,0.262-0.03,0.351
+ l0.644,0.642l11.608-11.607L155.012,233.995z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M155.012,233.995l-5.774,5.773l-5.646,5.645c-0.105,0.105-0.117,0.262-0.03,0.351
+ l0.644,0.642l11.608-11.607L155.012,233.995z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M155.012,233.995l-5.774,5.773l-5.646,5.645c-0.105,0.105-0.117,0.262-0.03,0.351
+ l0.644,0.642l11.608-11.607L155.012,233.995z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.211,239.482l-0.938-0.939l-1.775,1.772c-0.045,0.046-0.126,0.04-0.18-0.016
+ l-2.497-2.497l-0.973,0.974l3.535,3.535L164.211,239.482z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.211,239.482l-0.938-0.939l-1.775,1.772c-0.045,0.046-0.126,0.04-0.18-0.016
+ l-2.497-2.497l-0.973,0.974l3.535,3.535L164.211,239.482z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M164.211,239.482l-0.938-0.939l-1.775,1.772c-0.045,0.046-0.126,0.04-0.18-0.016
+ l-2.497-2.497l-0.973,0.974l3.535,3.535L164.211,239.482z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.211,239.482l-0.938-0.939l-1.775,1.772c-0.045,0.046-0.126,0.04-0.18-0.016
+ l-2.497-2.497l-0.973,0.974l3.535,3.535L164.211,239.482z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M164.211,239.482l-0.938-0.939l-1.775,1.772c-0.045,0.046-0.126,0.04-0.18-0.016
+ l-2.497-2.497l-0.973,0.974l3.535,3.535L164.211,239.482z"/>
+
+ <rect x="162.75" y="239.012" transform="matrix(0.7056 0.7086 -0.7086 0.7056 218.7436 -44.4879)" opacity="0.4" fill="#FFF8B9" width="0.325" height="4"/>
+
+ <rect x="162.75" y="239.012" transform="matrix(0.7056 0.7086 -0.7086 0.7056 218.7436 -44.4879)" opacity="0.4" fill="#FFF8B9" width="0.325" height="4"/>
+
+ <rect x="162.75" y="239.012" transform="matrix(0.7056 0.7086 -0.7086 0.7056 218.7436 -44.4879)" opacity="0.4" fill="#FFF8B9" width="0.325" height="4"/>
+
+ <rect x="162.75" y="239.012" transform="matrix(0.7056 0.7086 -0.7086 0.7056 218.7436 -44.4879)" opacity="0.5" fill="#D1E4B7" width="0.325" height="4"/>
+
+ <rect x="162.75" y="239.012" transform="matrix(0.7056 0.7086 -0.7086 0.7056 218.7436 -44.4879)" opacity="0.4" fill="#FFF8B9" width="0.325" height="4"/>
+
+ <rect x="162.75" y="239.012" transform="matrix(0.7056 0.7086 -0.7086 0.7056 218.7436 -44.4879)" opacity="0.2" fill="#FFF6A3" width="0.325" height="4"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M150.464,225.735l-1.772,1.772c-0.047,0.046-0.04,0.128,0.014,0.181l6.307,6.307l1.855-1.855
+ L150.464,225.735z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M150.464,225.735l-1.772,1.772c-0.047,0.046-0.04,0.128,0.014,0.181l6.307,6.307l1.855-1.855
+ L150.464,225.735z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M150.464,225.735l-1.772,1.772c-0.047,0.046-0.04,0.128,0.014,0.181l6.307,6.307l1.855-1.855
+ L150.464,225.735z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M150.464,225.735l-1.772,1.772c-0.047,0.046-0.04,0.128,0.014,0.181l6.307,6.307l1.855-1.855
+ L150.464,225.735z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M150.464,225.735l-1.772,1.772c-0.047,0.046-0.04,0.128,0.014,0.181l6.307,6.307l1.855-1.855
+ L150.464,225.735z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M157.419,232.692c0.139,0.138,0.053,0.448-0.192,0.691l-1.413,1.414l1.589,1.589l1.857-1.855
+ L157.419,232.692z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M157.419,232.692c0.139,0.138,0.053,0.448-0.192,0.691l-1.413,1.414l1.589,1.589l1.857-1.855
+ L157.419,232.692z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M157.419,232.692c0.139,0.138,0.053,0.448-0.192,0.691l-1.413,1.414l1.589,1.589l1.857-1.855
+ L157.419,232.692z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M157.419,232.692c0.139,0.138,0.053,0.448-0.192,0.691l-1.413,1.414l1.589,1.589l1.857-1.855
+ L157.419,232.692z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M157.419,232.692c0.139,0.138,0.053,0.448-0.192,0.691l-1.413,1.414l1.589,1.589l1.857-1.855
+ L157.419,232.692z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M157.227,233.384c0.245-0.243,0.331-0.554,0.192-0.691l-0.552-0.553l-1.855,1.855
+ l0.802,0.803L157.227,233.384z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M157.227,233.384c0.245-0.243,0.331-0.554,0.192-0.691l-0.552-0.553l-1.855,1.855
+ l0.802,0.803L157.227,233.384z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M157.227,233.384c0.245-0.243,0.331-0.554,0.192-0.691l-0.552-0.553l-1.855,1.855
+ l0.802,0.803L157.227,233.384z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M157.227,233.384c0.245-0.243,0.331-0.554,0.192-0.691l-0.552-0.553l-1.855,1.855
+ l0.802,0.803L157.227,233.384z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M157.227,233.384c0.245-0.243,0.331-0.554,0.192-0.691l-0.552-0.553l-1.855,1.855
+ l0.802,0.803L157.227,233.384z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M157.227,233.384c0.245-0.243,0.331-0.554,0.192-0.691l-0.552-0.553l-1.855,1.855
+ l0.802,0.803L157.227,233.384z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M158.822,237.803l2.497,2.497c0.054,0.056,0.135,0.062,0.18,0.016l1.775-1.772l-2.598-2.594
+ L158.822,237.803z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M158.822,237.803l2.497,2.497c0.054,0.056,0.135,0.062,0.18,0.016l1.775-1.772l-2.598-2.594
+ L158.822,237.803z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M158.822,237.803l2.497,2.497c0.054,0.056,0.135,0.062,0.18,0.016l1.775-1.772l-2.598-2.594
+ L158.822,237.803z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M158.822,237.803l2.497,2.497c0.054,0.056,0.135,0.062,0.18,0.016l1.775-1.772l-2.598-2.594
+ L158.822,237.803z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M158.822,237.803l2.497,2.497c0.054,0.056,0.135,0.062,0.18,0.016l1.775-1.772l-2.598-2.594
+ L158.822,237.803z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M158.822,237.803l2.497,2.497c0.054,0.056,0.135,0.062,0.18,0.016l1.775-1.772l-2.598-2.594
+ L158.822,237.803z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M125.936,268.389l-6.247,6.248c1.666,1.665,3.418,3.195,5.239,4.589l5.923-5.922
+ L125.936,268.389z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M126.022,280.039c6.234,4.523,13.243,7.501,20.496,8.932l-14.714-14.714L126.022,280.039z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M130.908,273.247c-0.062-0.212-0.012-0.45,0.154-0.615l5.657-5.658l-4.434-4.434
+ c-0.138-0.139-0.346-0.155-0.464-0.038l-5.886,5.887l4.915,4.915L130.908,273.247z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M130.908,273.247c-0.062-0.212-0.012-0.45,0.154-0.615l5.657-5.658l-4.434-4.434
+ c-0.138-0.139-0.346-0.155-0.464-0.038l-5.886,5.887l4.915,4.915L130.908,273.247z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M136.719,266.974l-5.657,5.658c-0.166,0.165-0.216,0.403-0.154,0.615l6.044-6.043
+ L136.719,266.974z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M136.719,266.974l-5.657,5.658c-0.166,0.165-0.216,0.403-0.154,0.615l6.044-6.043
+ L136.719,266.974z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M136.719,266.974l-5.657,5.658c-0.166,0.165-0.216,0.403-0.154,0.615l6.044-6.043
+ L136.719,266.974z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M154.59,284.845l-16.687-16.687l-6.1,6.099l14.714,14.714
+ c1.273,0.25,2.553,0.455,3.838,0.611l4.271-4.274C154.745,285.19,154.728,284.982,154.59,284.845z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M154.59,284.845l-16.687-16.687l-6.1,6.099l14.714,14.714
+ c1.273,0.25,2.553,0.455,3.838,0.611l4.271-4.274C154.745,285.19,154.728,284.982,154.59,284.845z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M154.59,284.845l-16.687-16.687l-6.1,6.099l14.714,14.714
+ c1.273,0.25,2.553,0.455,3.838,0.611l4.271-4.274C154.745,285.19,154.728,284.982,154.59,284.845z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M169.427,254.775l2.387,2.387c0.244,0.243,0.64,0.244,0.884,0.001l4.598-4.599l-2.829-2.827
+ L169.427,254.775z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M169.427,254.775l2.387,2.387c0.244,0.243,0.64,0.244,0.884,0.001l4.598-4.599l-2.829-2.827
+ L169.427,254.775z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M169.427,254.775l2.387,2.387c0.244,0.243,0.64,0.244,0.884,0.001l4.598-4.599l-2.829-2.827
+ L169.427,254.775z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M169.427,254.775l2.387,2.387c0.244,0.243,0.64,0.244,0.884,0.001l4.598-4.599l-2.829-2.827
+ L169.427,254.775z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M169.427,254.775l2.387,2.387c0.244,0.243,0.64,0.244,0.884,0.001l4.598-4.599l-2.829-2.827
+ L169.427,254.775z"/>
+
+ <rect x="166.469" y="253.55" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 106.9874 552.5547)" opacity="0.4" fill="#FFF8B9" width="3" height="1.126"/>
+
+ <rect x="166.469" y="253.55" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 106.9874 552.5547)" opacity="0.4" fill="#FFF8B9" width="3" height="1.126"/>
+
+ <rect x="166.469" y="253.55" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 106.9874 552.5547)" opacity="0.4" fill="#FFF8B9" width="3" height="1.126"/>
+
+ <rect x="166.469" y="253.55" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 106.9874 552.5547)" opacity="0.2" fill="#FFF6A3" width="3" height="1.126"/>
+
+ <rect x="166.469" y="253.55" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 106.9874 552.5547)" opacity="0.4" fill="#FFF8B9" width="3" height="1.126"/>
+
+ <rect x="163.83" y="248.985" transform="matrix(0.7062 -0.708 0.708 0.7062 -129.0809 189.9839)" opacity="0.4" fill="#FFF8B9" width="1.124" height="3.103"/>
+
+ <rect x="163.83" y="248.985" transform="matrix(0.7062 -0.708 0.708 0.7062 -129.0809 189.9839)" opacity="0.4" fill="#FFF8B9" width="1.124" height="3.103"/>
+
+ <rect x="163.83" y="248.985" transform="matrix(0.7062 -0.708 0.708 0.7062 -129.0809 189.9839)" opacity="0.4" fill="#FFF8B9" width="1.124" height="3.103"/>
+
+ <rect x="163.83" y="248.985" transform="matrix(0.7062 -0.708 0.708 0.7062 -129.0809 189.9839)" opacity="0.2" fill="#FFF6A3" width="1.124" height="3.103"/>
+
+ <rect x="163.83" y="248.985" transform="matrix(0.7062 -0.708 0.708 0.7062 -129.0809 189.9839)" opacity="0.4" fill="#FFF8B9" width="1.124" height="3.103"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M162.797,247.262l1.77-1.77l-1.999-1.998l-3.007,3.007l2.334,2.334l0.812-0.811
+ C162.561,247.783,162.591,247.468,162.797,247.262z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M162.797,247.262l1.77-1.77l-1.999-1.998l-3.007,3.007l2.334,2.334l0.812-0.811
+ C162.561,247.783,162.591,247.468,162.797,247.262z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M162.797,247.262l1.77-1.77l-1.999-1.998l-3.007,3.007l2.334,2.334l0.812-0.811
+ C162.561,247.783,162.591,247.468,162.797,247.262z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M162.797,247.262l1.77-1.77l-1.999-1.998l-3.007,3.007l2.334,2.334l0.812-0.811
+ C162.561,247.783,162.591,247.468,162.797,247.262z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M162.797,247.262l1.77-1.77l-1.999-1.998l-3.007,3.007l2.334,2.334l0.812-0.811
+ C162.561,247.783,162.591,247.468,162.797,247.262z"/>
+
+ <rect x="162.982" y="241.666" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -123.5614 187.8555)" opacity="0.4" fill="#FFF8B9" width="3.998" height="2.826"/>
+
+ <rect x="162.982" y="241.666" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -123.5614 187.8555)" opacity="0.4" fill="#FFF8B9" width="3.998" height="2.826"/>
+
+ <rect x="162.982" y="241.666" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -123.5614 187.8555)" opacity="0.4" fill="#FFF8B9" width="3.998" height="2.826"/>
+
+ <rect x="162.982" y="241.666" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -123.5614 187.8555)" opacity="0.4" fill="#FFF8B9" width="3.998" height="2.826"/>
+
+ <rect x="162.982" y="241.666" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -123.5614 187.8555)" opacity="0.2" fill="#FFF6A3" width="3.998" height="2.826"/>
+
+ <rect x="162.982" y="241.666" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -123.5614 187.8555)" opacity="0.4" fill="#FFF8B9" width="3.998" height="2.826"/>
+
+ <rect x="167.323" y="249.695" transform="matrix(0.707 -0.7072 0.7072 0.707 -127.5758 194.4366)" opacity="0.4" fill="#FFF8B9" width="7.126" height="3"/>
+
+ <rect x="167.323" y="249.695" transform="matrix(0.707 -0.7072 0.7072 0.707 -127.5758 194.4366)" opacity="0.4" fill="#FFF8B9" width="7.126" height="3"/>
+
+ <rect x="167.323" y="249.695" transform="matrix(0.707 -0.7072 0.7072 0.707 -127.5758 194.4366)" opacity="0.4" fill="#FFF8B9" width="7.126" height="3"/>
+
+ <rect x="167.323" y="249.695" transform="matrix(0.707 -0.7072 0.7072 0.707 -127.5758 194.4366)" opacity="0.2" fill="#FFF6A3" width="7.126" height="3"/>
+
+ <rect x="167.323" y="249.695" transform="matrix(0.707 -0.7072 0.7072 0.707 -127.5758 194.4366)" opacity="0.4" fill="#FFF8B9" width="7.126" height="3"/>
+
+ <rect x="167.323" y="249.695" transform="matrix(0.707 -0.7072 0.7072 0.707 -127.5758 194.4366)" opacity="0.4" fill="#FFF8B9" width="7.126" height="3"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M167.482,247.526c-0.244,0.244-0.639,0.244-0.884,0l-0.695-0.696l-2.21,2.211l2.196,2.194
+ l5.036-5.038l-1.055-1.058L167.482,247.526z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M167.482,247.526c-0.244,0.244-0.639,0.244-0.884,0l-0.695-0.696l-2.21,2.211l2.196,2.194
+ l5.036-5.038l-1.055-1.058L167.482,247.526z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M167.482,247.526c-0.244,0.244-0.639,0.244-0.884,0l-0.695-0.696l-2.21,2.211l2.196,2.194
+ l5.036-5.038l-1.055-1.058L167.482,247.526z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M167.482,247.526c-0.244,0.244-0.639,0.244-0.884,0l-0.695-0.696l-2.21,2.211l2.196,2.194
+ l5.036-5.038l-1.055-1.058L167.482,247.526z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M167.482,247.526c-0.244,0.244-0.639,0.244-0.884,0l-0.695-0.696l-2.21,2.211l2.196,2.194
+ l5.036-5.038l-1.055-1.058L167.482,247.526z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M167.482,247.526c-0.244,0.244-0.639,0.244-0.884,0l-0.695-0.696l-2.21,2.211l2.196,2.194
+ l5.036-5.038l-1.055-1.058L167.482,247.526z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.567,245.492l-1.77,1.77c-0.206,0.206-0.236,0.521-0.091,0.763l2.194-2.195
+ L164.567,245.492z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.567,245.492l-1.77,1.77c-0.206,0.206-0.236,0.521-0.091,0.763l2.194-2.195
+ L164.567,245.492z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.567,245.492l-1.77,1.77c-0.206,0.206-0.236,0.521-0.091,0.763l2.194-2.195
+ L164.567,245.492z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M164.567,245.492l-1.77,1.77c-0.206,0.206-0.236,0.521-0.091,0.763l2.194-2.195
+ L164.567,245.492z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.567,245.492l-1.77,1.77c-0.206,0.206-0.236,0.521-0.091,0.763l2.194-2.195
+ L164.567,245.492z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.567,245.492l-1.77,1.77c-0.206,0.206-0.236,0.521-0.091,0.763l2.194-2.195
+ L164.567,245.492z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M166.598,247.526c0.245,0.244,0.64,0.244,0.884,0l2.389-2.387l-1.14-1.138l-2.828,2.828
+ L166.598,247.526z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M166.598,247.526c0.245,0.244,0.64,0.244,0.884,0l2.389-2.387l-1.14-1.138l-2.828,2.828
+ L166.598,247.526z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M166.598,247.526c0.245,0.244,0.64,0.244,0.884,0l2.389-2.387l-1.14-1.138l-2.828,2.828
+ L166.598,247.526z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M166.598,247.526c0.245,0.244,0.64,0.244,0.884,0l2.389-2.387l-1.14-1.138l-2.828,2.828
+ L166.598,247.526z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M166.598,247.526c0.245,0.244,0.64,0.244,0.884,0l2.389-2.387l-1.14-1.138l-2.828,2.828
+ L166.598,247.526z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M166.598,247.526c0.245,0.244,0.64,0.244,0.884,0l2.389-2.387l-1.14-1.138l-2.828,2.828
+ L166.598,247.526z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M166.598,247.526c0.245,0.244,0.64,0.244,0.884,0l2.389-2.387l-1.14-1.138l-2.828,2.828
+ L166.598,247.526z"/>
+
+ <rect x="165.911" y="242.247" transform="matrix(0.7071 0.7071 -0.7071 0.7071 221.3722 -45.9465)" opacity="0.4" fill="#FFF8B9" width="0.475" height="3.998"/>
+
+ <rect x="165.911" y="242.247" transform="matrix(0.7071 0.7071 -0.7071 0.7071 221.3722 -45.9465)" opacity="0.4" fill="#FFF8B9" width="0.475" height="3.998"/>
+
+ <rect x="165.911" y="242.247" transform="matrix(0.7071 0.7071 -0.7071 0.7071 221.3722 -45.9465)" opacity="0.4" fill="#FFF8B9" width="0.475" height="3.998"/>
+
+ <rect x="165.911" y="242.247" transform="matrix(0.7071 0.7071 -0.7071 0.7071 221.3722 -45.9465)" opacity="0.4" fill="#FFF8B9" width="0.475" height="3.998"/>
+
+ <rect x="165.911" y="242.247" transform="matrix(0.7071 0.7071 -0.7071 0.7071 221.3722 -45.9465)" opacity="0.2" fill="#FFF6A3" width="0.475" height="3.998"/>
+
+ <rect x="165.911" y="242.247" transform="matrix(0.7071 0.7071 -0.7071 0.7071 221.3722 -45.9465)" opacity="0.4" fill="#FFF8B9" width="0.475" height="3.998"/>
+
+ <rect x="165.911" y="242.247" transform="matrix(0.7071 0.7071 -0.7071 0.7071 221.3722 -45.9465)" opacity="0.4" fill="#FFF8B9" width="0.475" height="3.998"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M137.163,212.434l11.138-11.138l-4.773-4.773l-10.694,10.696
+ c-0.246,0.243-0.185,0.701,0.136,1.021l2.146,2.146L137.163,212.434z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M137.163,212.434l11.138-11.138l-4.773-4.773l-10.694,10.696
+ c-0.246,0.243-0.185,0.701,0.136,1.021l2.146,2.146L137.163,212.434z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M155.418,220.78c0.046-0.047,0.126-0.041,0.18,0.015l8.7,8.697l6.1-6.1L148.3,201.296
+ l-11.138,11.138l13.302,13.302L155.418,220.78z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M155.418,220.78c0.046-0.047,0.126-0.041,0.18,0.015l8.7,8.697l6.1-6.1L148.3,201.296
+ l-11.138,11.138l13.302,13.302L155.418,220.78z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M155.418,220.78c0.046-0.047,0.126-0.041,0.18,0.015l8.7,8.697l6.1-6.1L148.3,201.296
+ l-11.138,11.138l13.302,13.302L155.418,220.78z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M172.418,226.391c0.058-0.056,0.127-0.079,0.157-0.05l2.39,2.39l0.384-0.386l-3.533-3.534
+ l-3.889,3.891l1.09,1.092L172.418,226.391z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M172.418,226.391c0.058-0.056,0.127-0.079,0.157-0.05l2.39,2.39l0.384-0.386l-3.533-3.534
+ l-3.889,3.891l1.09,1.092L172.418,226.391z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M172.418,226.391c0.058-0.056,0.127-0.079,0.157-0.05l2.39,2.39l0.384-0.386l-3.533-3.534
+ l-3.889,3.891l1.09,1.092L172.418,226.391z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M177.953,230.948l0.916,0.914l1.413-1.413l-0.335-0.336l-0.972,0.972
+ C178.73,231.329,178.274,231.269,177.953,230.948z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M177.953,230.948l0.916,0.914l1.413-1.413l-0.335-0.336l-0.972,0.972
+ C178.73,231.329,178.274,231.269,177.953,230.948z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M177.953,230.948l0.916,0.914l1.413-1.413l-0.335-0.336l-0.972,0.972
+ C178.73,231.329,178.274,231.269,177.953,230.948z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M177.953,230.948l0.916,0.914l1.413-1.413l-0.335-0.336l-0.972,0.972
+ C178.73,231.329,178.274,231.269,177.953,230.948z"/>
+
+ <rect x="180.674" y="231.704" transform="matrix(-0.707 0.7072 -0.7072 -0.707 475.0806 269.6789)" opacity="0.4" fill="#FFF8B9" width="2.001" height="3.104"/>
+
+ <rect x="180.674" y="231.704" transform="matrix(-0.707 0.7072 -0.7072 -0.707 475.0806 269.6789)" opacity="0.4" fill="#FFF8B9" width="2.001" height="3.104"/>
+
+ <rect x="180.674" y="231.704" transform="matrix(-0.707 0.7072 -0.7072 -0.707 475.0806 269.6789)" opacity="0.5" fill="#D1E4B7" width="2.001" height="3.104"/>
+
+ <rect x="180.674" y="231.704" transform="matrix(-0.707 0.7072 -0.7072 -0.707 475.0806 269.6789)" opacity="0.4" fill="#FFF8B9" width="2.001" height="3.104"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M174.971,228.736c0.16-0.123,0.366-0.159,0.554-0.104l0.056-0.056l-0.231-0.231l-0.384,0.386
+ L174.971,228.736z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M174.971,228.736c0.16-0.123,0.366-0.159,0.554-0.104l0.056-0.056l-0.231-0.231l-0.384,0.386
+ L174.971,228.736z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M174.971,228.736c0.16-0.123,0.366-0.159,0.554-0.104l0.056-0.056l-0.231-0.231l-0.384,0.386
+ L174.971,228.736z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M174.971,228.736c0.16-0.123,0.366-0.159,0.554-0.104l0.056-0.056l-0.231-0.231l-0.384,0.386
+ L174.971,228.736z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M203.986,256.984l0.973-0.972c0.244-0.243,0.183-0.702-0.139-1.021l-19.925-19.93
+ l-1.414,1.416L203.986,256.984z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M203.986,256.984l0.973-0.972c0.244-0.243,0.183-0.702-0.139-1.021l-19.925-19.93
+ l-1.414,1.416L203.986,256.984z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M203.986,256.984l0.973-0.972c0.244-0.243,0.183-0.702-0.139-1.021l-19.925-19.93
+ l-1.414,1.416L203.986,256.984z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M203.986,256.984l0.973-0.972c0.244-0.243,0.183-0.702-0.139-1.021l-19.925-19.93
+ l-1.414,1.416L203.986,256.984z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="178.484,232.248 178.869,231.862 177.953,230.948 176.534,229.528 176.149,229.914
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="178.484,232.248 178.869,231.862 177.953,230.948 176.534,229.528 176.149,229.914
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="178.484,232.248 178.869,231.862 177.953,230.948 176.534,229.528 176.149,229.914
+ "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="178.484,232.248 178.869,231.862 177.953,230.948 176.534,229.528 176.149,229.914
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="178.484,232.248 178.869,231.862 177.953,230.948 176.534,229.528 176.149,229.914
+ "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M175.98,236.754l0.696,0.695c0.244,0.244,0.244,0.64,0,0.884l-1.769,1.768l1.059,1.059
+ l6.099-6.099l-2.195-2.195L175.98,236.754z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M175.98,236.754l0.696,0.695c0.244,0.244,0.244,0.64,0,0.884l-1.769,1.768l1.059,1.059
+ l6.099-6.099l-2.195-2.195L175.98,236.754z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M175.98,236.754l0.696,0.695c0.244,0.244,0.244,0.64,0,0.884l-1.769,1.768l1.059,1.059
+ l6.099-6.099l-2.195-2.195L175.98,236.754z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M175.98,236.754l0.696,0.695c0.244,0.244,0.244,0.64,0,0.884l-1.769,1.768l1.059,1.059
+ l6.099-6.099l-2.195-2.195L175.98,236.754z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M175.98,236.754l0.696,0.695c0.244,0.244,0.244,0.64,0,0.884l-1.769,1.768l1.059,1.059
+ l6.099-6.099l-2.195-2.195L175.98,236.754z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M175.525,228.632c-0.188-0.055-0.394-0.019-0.554,0.104l0.225,0.224L175.525,228.632z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M175.525,228.632c-0.188-0.055-0.394-0.019-0.554,0.104l0.225,0.224L175.525,228.632z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M175.525,228.632c-0.188-0.055-0.394-0.019-0.554,0.104l0.225,0.224L175.525,228.632z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M175.525,228.632c-0.188-0.055-0.394-0.019-0.554,0.104l0.225,0.224L175.525,228.632z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M175.525,228.632c-0.188-0.055-0.394-0.019-0.554,0.104l0.225,0.224L175.525,228.632z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M177.383,242.577l4.507,4.507c0.245,0.245,0.245,0.642,0.002,0.886l-2.386,2.385l0.464,0.466
+ c0.088,0.089,0.076,0.246-0.029,0.351l-2.02,2.021l14.346,14.353c0.32,0.319,0.778,0.382,1.023,0.138l10.695-10.697l-20.505-20.506
+ L177.383,242.577z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M177.383,242.577l4.507,4.507c0.245,0.245,0.245,0.642,0.002,0.886l-2.386,2.385l0.464,0.466
+ c0.088,0.089,0.076,0.246-0.029,0.351l-2.02,2.021l14.346,14.353c0.32,0.319,0.778,0.382,1.023,0.138l10.695-10.697l-20.505-20.506
+ L177.383,242.577z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M177.383,242.577l4.507,4.507c0.245,0.245,0.245,0.642,0.002,0.886l-2.386,2.385l0.464,0.466
+ c0.088,0.089,0.076,0.246-0.029,0.351l-2.02,2.021l14.346,14.353c0.32,0.319,0.778,0.382,1.023,0.138l10.695-10.697l-20.505-20.506
+ L177.383,242.577z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M177.383,242.577l4.507,4.507c0.245,0.245,0.245,0.642,0.002,0.886l-2.386,2.385l0.464,0.466
+ c0.088,0.089,0.076,0.246-0.029,0.351l-2.02,2.021l14.346,14.353c0.32,0.319,0.778,0.382,1.023,0.138l10.695-10.697l-20.505-20.506
+ L177.383,242.577z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M177.383,242.577l4.507,4.507c0.245,0.245,0.245,0.642,0.002,0.886l-2.386,2.385l0.464,0.466
+ c0.088,0.089,0.076,0.246-0.029,0.351l-2.02,2.021l14.346,14.353c0.32,0.319,0.778,0.382,1.023,0.138l10.695-10.697l-20.505-20.506
+ L177.383,242.577z"/>
+
+ <rect x="165.805" y="229.581" transform="matrix(-0.707 0.7073 -0.7073 -0.707 448.6078 274.8266)" opacity="0.4" fill="#FFF8B9" width="3.125" height="1.543"/>
+
+ <rect x="165.805" y="229.581" transform="matrix(-0.707 0.7073 -0.7073 -0.707 448.6078 274.8266)" opacity="0.4" fill="#FFF8B9" width="3.125" height="1.543"/>
+
+ <rect x="165.805" y="229.581" transform="matrix(-0.707 0.7073 -0.7073 -0.707 448.6078 274.8266)" opacity="0.4" fill="#FFF8B9" width="3.125" height="1.543"/>
+
+ <rect x="165.805" y="229.581" transform="matrix(-0.707 0.7073 -0.7073 -0.707 448.6078 274.8266)" opacity="0.4" fill="#FFF8B9" width="3.125" height="1.543"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M174.908,240.101l1.769-1.768c0.244-0.244,0.244-0.64,0-0.884l-0.696-0.695l-2.21,2.21
+ L174.908,240.101z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M174.908,240.101l1.769-1.768c0.244-0.244,0.244-0.64,0-0.884l-0.696-0.695l-2.21,2.21
+ L174.908,240.101z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M174.908,240.101l1.769-1.768c0.244-0.244,0.244-0.64,0-0.884l-0.696-0.695l-2.21,2.21
+ L174.908,240.101z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M174.908,240.101l1.769-1.768c0.244-0.244,0.244-0.64,0-0.884l-0.696-0.695l-2.21,2.21
+ L174.908,240.101z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M174.908,240.101l1.769-1.768c0.244-0.244,0.244-0.64,0-0.884l-0.696-0.695l-2.21,2.21
+ L174.908,240.101z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M174.908,240.101l1.769-1.768c0.244-0.244,0.244-0.64,0-0.884l-0.696-0.695l-2.21,2.21
+ L174.908,240.101z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M149.715,199.881l-4.195-4.194c-0.319-0.32-0.776-0.381-1.021-0.136l-0.972,0.972
+ l4.773,4.773L149.715,199.881z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M149.715,199.881l-4.195-4.194c-0.319-0.32-0.776-0.381-1.021-0.136l-0.972,0.972
+ l4.773,4.773L149.715,199.881z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M149.715,199.881l-4.195-4.194c-0.319-0.32-0.776-0.381-1.021-0.136l-0.972,0.972
+ l4.773,4.773L149.715,199.881z"/>
+
+ <rect x="159.057" y="196.012" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 422.8835 248.1093)" opacity="0.4" fill="#FFF8B9" width="2" height="31.25"/>
+
+ <rect x="159.057" y="196.012" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 422.8835 248.1093)" opacity="0.4" fill="#FFF8B9" width="2" height="31.25"/>
+
+ <rect x="159.057" y="196.012" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 422.8835 248.1093)" opacity="0.4" fill="#FFF8B9" width="2" height="31.25"/>
+
+ <rect x="159.057" y="196.012" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 422.8835 248.1093)" opacity="0.4" fill="#FFF8B9" width="2" height="31.25"/>
+
+ <rect x="173.289" y="223.371" transform="matrix(-0.7078 0.7064 -0.7064 -0.7078 457.2076 262.6369)" opacity="0.4" fill="#FFF8B9" width="2" height="4.999"/>
+
+ <rect x="173.289" y="223.371" transform="matrix(-0.7078 0.7064 -0.7064 -0.7078 457.2076 262.6369)" opacity="0.4" fill="#FFF8B9" width="2" height="4.999"/>
+
+ <rect x="173.289" y="223.371" transform="matrix(-0.7078 0.7064 -0.7064 -0.7078 457.2076 262.6369)" opacity="0.4" fill="#FFF8B9" width="2" height="4.999"/>
+
+ <rect x="173.289" y="223.371" transform="matrix(-0.7078 0.7064 -0.7064 -0.7078 457.2076 262.6369)" opacity="0.4" fill="#FFF8B9" width="2" height="4.999"/>
+
+ <rect x="175.173" y="227.592" transform="matrix(-0.7069 0.7074 -0.7074 -0.7069 461.8048 264.1286)" opacity="0.4" fill="#FFF8B9" width="2" height="0.325"/>
+
+ <rect x="175.173" y="227.592" transform="matrix(-0.7069 0.7074 -0.7074 -0.7069 461.8048 264.1286)" opacity="0.4" fill="#FFF8B9" width="2" height="0.325"/>
+
+ <rect x="175.173" y="227.592" transform="matrix(-0.7069 0.7074 -0.7074 -0.7069 461.8048 264.1286)" opacity="0.5" fill="#D1E4B7" width="2" height="0.325"/>
+
+ <rect x="175.173" y="227.592" transform="matrix(-0.7069 0.7074 -0.7074 -0.7069 461.8048 264.1286)" opacity="0.4" fill="#FFF8B9" width="2" height="0.325"/>
+
+ <rect x="175.173" y="227.592" transform="matrix(-0.7069 0.7074 -0.7074 -0.7069 461.8048 264.1286)" opacity="0.4" fill="#FFF8B9" width="2" height="0.325"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M177.953,230.948c0.321,0.32,0.777,0.381,1.022,0.137l0.972-0.972l-1.999-1.998l-1.414,1.413
+ L177.953,230.948z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M177.953,230.948c0.321,0.32,0.777,0.381,1.022,0.137l0.972-0.972l-1.999-1.998l-1.414,1.413
+ L177.953,230.948z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M177.953,230.948c0.321,0.32,0.777,0.381,1.022,0.137l0.972-0.972l-1.999-1.998l-1.414,1.413
+ L177.953,230.948z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M177.953,230.948c0.321,0.32,0.777,0.381,1.022,0.137l0.972-0.972l-1.999-1.998l-1.414,1.413
+ L177.953,230.948z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M177.953,230.948c0.321,0.32,0.777,0.381,1.022,0.137l0.972-0.972l-1.999-1.998l-1.414,1.413
+ L177.953,230.948z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M179.97,250.82l-0.464-0.466l-2.211,2.21l0.626,0.627l2.02-2.021
+ C180.046,251.066,180.058,250.909,179.97,250.82z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M179.97,250.82l-0.464-0.466l-2.211,2.21l0.626,0.627l2.02-2.021
+ C180.046,251.066,180.058,250.909,179.97,250.82z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M179.97,250.82l-0.464-0.466l-2.211,2.21l0.626,0.627l2.02-2.021
+ C180.046,251.066,180.058,250.909,179.97,250.82z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M179.97,250.82l-0.464-0.466l-2.211,2.21l0.626,0.627l2.02-2.021
+ C180.046,251.066,180.058,250.909,179.97,250.82z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M179.97,250.82l-0.464-0.466l-2.211,2.21l0.626,0.627l2.02-2.021
+ C180.046,251.066,180.058,250.909,179.97,250.82z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M179.97,250.82l-0.464-0.466l-2.211,2.21l0.626,0.627l2.02-2.021
+ C180.046,251.066,180.058,250.909,179.97,250.82z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="166.422,237.272 165.482,236.333 163.274,238.543 164.211,239.482 164.655,239.04
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="166.422,237.272 165.482,236.333 163.274,238.543 164.211,239.482 164.655,239.04
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="166.422,237.272 165.482,236.333 163.274,238.543 164.211,239.482 164.655,239.04
+ "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="166.422,237.272 165.482,236.333 163.274,238.543 164.211,239.482 164.655,239.04
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="166.422,237.272 165.482,236.333 163.274,238.543 164.211,239.482 164.655,239.04
+ "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.498,239.656c-0.06-0.212-0.011-0.45,0.157-0.616l-0.443,0.442l0.229,0.23
+ L164.498,239.656z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.498,239.656c-0.06-0.212-0.011-0.45,0.157-0.616l-0.443,0.442l0.229,0.23
+ L164.498,239.656z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.498,239.656c-0.06-0.212-0.011-0.45,0.157-0.616l-0.443,0.442l0.229,0.23
+ L164.498,239.656z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.498,239.656c-0.06-0.212-0.011-0.45,0.157-0.616l-0.443,0.442l0.229,0.23
+ L164.498,239.656z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M164.498,239.656c-0.06-0.212-0.011-0.45,0.157-0.616l-0.443,0.442l0.229,0.23
+ L164.498,239.656z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.498,239.656c-0.06-0.212-0.011-0.45,0.157-0.616l-0.443,0.442l0.229,0.23
+ L164.498,239.656z"/>
+
+ <rect x="166.47" y="238.927" transform="matrix(-0.7073 0.7069 -0.7069 -0.7073 456.2489 291.769)" opacity="0.4" fill="#FFF8B9" width="2.5" height="2.826"/>
+
+ <rect x="166.47" y="238.927" transform="matrix(-0.7073 0.7069 -0.7069 -0.7073 456.2489 291.769)" opacity="0.4" fill="#FFF8B9" width="2.5" height="2.826"/>
+
+ <rect x="166.47" y="238.927" transform="matrix(-0.7073 0.7069 -0.7069 -0.7073 456.2489 291.769)" opacity="0.4" fill="#FFF8B9" width="2.5" height="2.826"/>
+
+ <rect x="166.47" y="238.927" transform="matrix(-0.7073 0.7069 -0.7069 -0.7073 456.2489 291.769)" opacity="0.5" fill="#D1E4B7" width="2.5" height="2.826"/>
+
+ <rect x="166.47" y="238.927" transform="matrix(-0.7073 0.7069 -0.7069 -0.7073 456.2489 291.769)" opacity="0.4" fill="#FFF8B9" width="2.5" height="2.826"/>
+
+ <rect x="166.47" y="238.927" transform="matrix(-0.7073 0.7069 -0.7069 -0.7073 456.2489 291.769)" opacity="0.2" fill="#FFF6A3" width="2.5" height="2.826"/>
+
+ <rect x="166.47" y="238.927" transform="matrix(-0.7073 0.7069 -0.7069 -0.7073 456.2489 291.769)" opacity="0.4" fill="#FFF8B9" width="2.5" height="2.826"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.498,239.656l2.154-2.154l-0.229-0.229l-1.768,1.768
+ C164.487,239.206,164.438,239.444,164.498,239.656z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.498,239.656l2.154-2.154l-0.229-0.229l-1.768,1.768
+ C164.487,239.206,164.438,239.444,164.498,239.656z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.498,239.656l2.154-2.154l-0.229-0.229l-1.768,1.768
+ C164.487,239.206,164.438,239.444,164.498,239.656z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M164.498,239.656l2.154-2.154l-0.229-0.229l-1.768,1.768
+ C164.487,239.206,164.438,239.444,164.498,239.656z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.498,239.656l2.154-2.154l-0.229-0.229l-1.768,1.768
+ C164.487,239.206,164.438,239.444,164.498,239.656z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M164.498,239.656l2.154-2.154l-0.229-0.229l-1.768,1.768
+ C164.487,239.206,164.438,239.444,164.498,239.656z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.498,239.656l2.154-2.154l-0.229-0.229l-1.768,1.768
+ C164.487,239.206,164.438,239.444,164.498,239.656z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M158.887,230.119c0.105-0.104,0.263-0.118,0.352-0.029l2.23,2.231l2.829-2.829l-8.7-8.697
+ c-0.054-0.056-0.134-0.062-0.18-0.015l-4.954,4.955l6.403,6.404L158.887,230.119z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M158.887,230.119c0.105-0.104,0.263-0.118,0.352-0.029l2.23,2.231l2.829-2.829l-8.7-8.697
+ c-0.054-0.056-0.134-0.062-0.18-0.015l-4.954,4.955l6.403,6.404L158.887,230.119z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M158.887,230.119c0.105-0.104,0.263-0.118,0.352-0.029l2.23,2.231l2.829-2.829l-8.7-8.697
+ c-0.054-0.056-0.134-0.062-0.18-0.015l-4.954,4.955l6.403,6.404L158.887,230.119z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M158.887,230.119c0.105-0.104,0.263-0.118,0.352-0.029l2.23,2.231l2.829-2.829l-8.7-8.697
+ c-0.054-0.056-0.134-0.062-0.18-0.015l-4.954,4.955l6.403,6.404L158.887,230.119z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.083,234.728l2.726-2.725l-1.092-1.092l-2.829,2.827l1.145,1.145
+ C164.002,234.854,164.025,234.783,164.083,234.728z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.083,234.728l2.726-2.725l-1.092-1.092l-2.829,2.827l1.145,1.145
+ C164.002,234.854,164.025,234.783,164.083,234.728z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.083,234.728l2.726-2.725l-1.092-1.092l-2.829,2.827l1.145,1.145
+ C164.002,234.854,164.025,234.783,164.083,234.728z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M164.083,234.728l2.726-2.725l-1.092-1.092l-2.829,2.827l1.145,1.145
+ C164.002,234.854,164.025,234.783,164.083,234.728z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.083,234.728l2.726-2.725l-1.092-1.092l-2.829,2.827l1.145,1.145
+ C164.002,234.854,164.025,234.783,164.083,234.728z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M161.469,232.321l-2.23-2.231c-0.089-0.089-0.246-0.074-0.352,0.029l-2.02,2.021l0.552,0.553
+ l1.841,1.839L161.469,232.321z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M161.469,232.321l-2.23-2.231c-0.089-0.089-0.246-0.074-0.352,0.029l-2.02,2.021l0.552,0.553
+ l1.841,1.839L161.469,232.321z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M161.469,232.321l-2.23-2.231c-0.089-0.089-0.246-0.074-0.352,0.029l-2.02,2.021l0.552,0.553
+ l1.841,1.839L161.469,232.321z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M161.469,232.321l-2.23-2.231c-0.089-0.089-0.246-0.074-0.352,0.029l-2.02,2.021l0.552,0.553
+ l1.841,1.839L161.469,232.321z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M161.469,232.321l-2.23-2.231c-0.089-0.089-0.246-0.074-0.352,0.029l-2.02,2.021l0.552,0.553
+ l1.841,1.839L161.469,232.321z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="163.274,238.543 165.482,236.333 164.032,234.883 162.887,233.738 160.676,235.949
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="163.274,238.543 165.482,236.333 164.032,234.883 162.887,233.738 160.676,235.949
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="163.274,238.543 165.482,236.333 164.032,234.883 162.887,233.738 160.676,235.949
+ "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="163.274,238.543 165.482,236.333 164.032,234.883 162.887,233.738 160.676,235.949
+ "/>
+ <polygon opacity="0.4" fill="#FFF6A3" points="163.274,238.543 165.482,236.333 164.032,234.883 162.887,233.738 160.676,235.949
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="163.274,238.543 165.482,236.333 164.032,234.883 162.887,233.738 160.676,235.949
+ "/>
+
+ <rect x="172.021" y="241.295" transform="matrix(-0.7074 0.7069 -0.7069 -0.7074 468.2084 290.2443)" opacity="0.4" fill="#FFF8B9" width="4.001" height="1.497"/>
+
+ <rect x="172.021" y="241.295" transform="matrix(-0.7074 0.7069 -0.7069 -0.7074 468.2084 290.2443)" opacity="0.4" fill="#FFF8B9" width="4.001" height="1.497"/>
+
+ <rect x="172.021" y="241.295" transform="matrix(-0.7074 0.7069 -0.7069 -0.7074 468.2084 290.2443)" opacity="0.4" fill="#FFF8B9" width="4.001" height="1.497"/>
+
+ <rect x="172.021" y="241.295" transform="matrix(-0.7074 0.7069 -0.7069 -0.7074 468.2084 290.2443)" opacity="0.5" fill="#D1E4B7" width="4.001" height="1.497"/>
+
+ <rect x="172.021" y="241.295" transform="matrix(-0.7074 0.7069 -0.7069 -0.7074 468.2084 290.2443)" opacity="0.4" fill="#FFF8B9" width="4.001" height="1.497"/>
+
+ <rect x="172.021" y="241.295" transform="matrix(-0.7074 0.7069 -0.7069 -0.7074 468.2084 290.2443)" opacity="0.4" fill="#FFF8B9" width="4.001" height="1.497"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M179.506,250.354l2.386-2.385c0.243-0.244,0.243-0.641-0.002-0.886l-4.507-4.507
+ l-2.829,2.827L179.506,250.354z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M179.506,250.354l2.386-2.385c0.243-0.244,0.243-0.641-0.002-0.886l-4.507-4.507
+ l-2.829,2.827L179.506,250.354z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M179.506,250.354l2.386-2.385c0.243-0.244,0.243-0.641-0.002-0.886l-4.507-4.507
+ l-2.829,2.827L179.506,250.354z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M179.506,250.354l2.386-2.385c0.243-0.244,0.243-0.641-0.002-0.886l-4.507-4.507
+ l-2.829,2.827L179.506,250.354z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M179.506,250.354l2.386-2.385c0.243-0.244,0.243-0.641-0.002-0.886l-4.507-4.507
+ l-2.829,2.827L179.506,250.354z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M179.506,250.354l2.386-2.385c0.243-0.244,0.243-0.641-0.002-0.886l-4.507-4.507
+ l-2.829,2.827L179.506,250.354z"/>
+
+ <rect x="172.121" y="238.946" transform="matrix(-0.7068 -0.7074 0.7074 -0.7068 124.701 533.5758)" opacity="0.4" fill="#FFF8B9" width="1.608" height="4"/>
+
+ <rect x="172.121" y="238.946" transform="matrix(-0.7068 -0.7074 0.7074 -0.7068 124.701 533.5758)" opacity="0.4" fill="#FFF8B9" width="1.608" height="4"/>
+
+ <rect x="172.121" y="238.946" transform="matrix(-0.7068 -0.7074 0.7074 -0.7068 124.701 533.5758)" opacity="0.4" fill="#FFF8B9" width="1.608" height="4"/>
+
+ <rect x="172.121" y="238.946" transform="matrix(-0.7068 -0.7074 0.7074 -0.7068 124.701 533.5758)" opacity="0.5" fill="#D1E4B7" width="1.608" height="4"/>
+
+ <rect x="172.121" y="238.946" transform="matrix(-0.7068 -0.7074 0.7074 -0.7068 124.701 533.5758)" opacity="0.4" fill="#FFF8B9" width="1.608" height="4"/>
+
+ <rect x="172.121" y="238.946" transform="matrix(-0.7068 -0.7074 0.7074 -0.7068 124.701 533.5758)" opacity="0.4" fill="#FFF8B9" width="1.608" height="4"/>
+
+ <rect x="172.121" y="238.946" transform="matrix(-0.7068 -0.7074 0.7074 -0.7068 124.701 533.5758)" opacity="0.4" fill="#FFF8B9" width="1.608" height="4"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M172.787,247.173l1.68,1.68c0.244,0.244,0.243,0.641,0,0.885l2.829,2.827l2.211-2.21
+ l-4.952-4.95L172.787,247.173z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M172.787,247.173l1.68,1.68c0.244,0.244,0.243,0.641,0,0.885l2.829,2.827l2.211-2.21
+ l-4.952-4.95L172.787,247.173z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M172.787,247.173l1.68,1.68c0.244,0.244,0.243,0.641,0,0.885l2.829,2.827l2.211-2.21
+ l-4.952-4.95L172.787,247.173z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M172.787,247.173l1.68,1.68c0.244,0.244,0.243,0.641,0,0.885l2.829,2.827l2.211-2.21
+ l-4.952-4.95L172.787,247.173z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M172.787,247.173l1.68,1.68c0.244,0.244,0.243,0.641,0,0.885l2.829,2.827l2.211-2.21
+ l-4.952-4.95L172.787,247.173z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M172.787,247.173l1.68,1.68c0.244,0.244,0.243,0.641,0,0.885l2.829,2.827l2.211-2.21
+ l-4.952-4.95L172.787,247.173z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M172.787,247.173l1.68,1.68c0.244,0.244,0.243,0.641,0,0.885l2.829,2.827l2.211-2.21
+ l-4.952-4.95L172.787,247.173z"/>
+
+ <rect x="170.976" y="243.093" transform="matrix(-0.7074 -0.7068 0.7068 -0.7074 120.51 538.5698)" opacity="0.4" fill="#FFF8B9" width="1.495" height="2.5"/>
+
+ <rect x="170.976" y="243.093" transform="matrix(-0.7074 -0.7068 0.7068 -0.7074 120.51 538.5698)" opacity="0.4" fill="#FFF8B9" width="1.495" height="2.5"/>
+
+ <rect x="170.976" y="243.093" transform="matrix(-0.7074 -0.7068 0.7068 -0.7074 120.51 538.5698)" opacity="0.4" fill="#FFF8B9" width="1.495" height="2.5"/>
+
+ <rect x="170.976" y="243.093" transform="matrix(-0.7074 -0.7068 0.7068 -0.7074 120.51 538.5698)" opacity="0.5" fill="#D1E4B7" width="1.495" height="2.5"/>
+
+ <rect x="170.976" y="243.093" transform="matrix(-0.7074 -0.7068 0.7068 -0.7074 120.51 538.5698)" opacity="0.2" fill="#FFF6A3" width="1.495" height="2.5"/>
+
+ <rect x="170.976" y="243.093" transform="matrix(-0.7074 -0.7068 0.7068 -0.7074 120.51 538.5698)" opacity="0.4" fill="#FFF8B9" width="1.495" height="2.5"/>
+
+ <rect x="170.976" y="243.093" transform="matrix(-0.7074 -0.7068 0.7068 -0.7074 120.51 538.5698)" opacity="0.4" fill="#FFF8B9" width="1.495" height="2.5"/>
+
+ <rect x="168.65" y="240.256" transform="matrix(-0.7092 -0.7051 0.7051 -0.7092 118.3807 531.8467)" opacity="0.4" fill="#FFF8B9" width="0.476" height="2.5"/>
+
+ <rect x="168.65" y="240.256" transform="matrix(-0.7092 -0.7051 0.7051 -0.7092 118.3807 531.8467)" opacity="0.4" fill="#FFF8B9" width="0.476" height="2.5"/>
+
+ <rect x="168.65" y="240.256" transform="matrix(-0.7092 -0.7051 0.7051 -0.7092 118.3807 531.8467)" opacity="0.4" fill="#FFF8B9" width="0.476" height="2.5"/>
+
+ <rect x="168.65" y="240.256" transform="matrix(-0.7092 -0.7051 0.7051 -0.7092 118.3807 531.8467)" opacity="0.5" fill="#D1E4B7" width="0.476" height="2.5"/>
+
+ <rect x="168.65" y="240.256" transform="matrix(-0.7092 -0.7051 0.7051 -0.7092 118.3807 531.8467)" opacity="0.4" fill="#FFF8B9" width="0.476" height="2.5"/>
+
+ <rect x="168.65" y="240.256" transform="matrix(-0.7092 -0.7051 0.7051 -0.7092 118.3807 531.8467)" opacity="0.2" fill="#FFF6A3" width="0.476" height="2.5"/>
+
+ <rect x="168.65" y="240.256" transform="matrix(-0.7092 -0.7051 0.7051 -0.7092 118.3807 531.8467)" opacity="0.4" fill="#FFF8B9" width="0.476" height="2.5"/>
+
+ <rect x="168.65" y="240.256" transform="matrix(-0.7092 -0.7051 0.7051 -0.7092 118.3807 531.8467)" opacity="0.4" fill="#FFF8B9" width="0.476" height="2.5"/>
+
+ <rect x="169.376" y="242.441" transform="matrix(-0.7067 0.7075 -0.7075 -0.7067 463.3058 294.4318)" opacity="0.4" fill="#FFF8B9" width="2.501" height="1.608"/>
+
+ <rect x="169.376" y="242.441" transform="matrix(-0.7067 0.7075 -0.7075 -0.7067 463.3058 294.4318)" opacity="0.4" fill="#FFF8B9" width="2.501" height="1.608"/>
+
+ <rect x="169.376" y="242.441" transform="matrix(-0.7067 0.7075 -0.7075 -0.7067 463.3058 294.4318)" opacity="0.4" fill="#FFF8B9" width="2.501" height="1.608"/>
+
+ <rect x="169.376" y="242.441" transform="matrix(-0.7067 0.7075 -0.7075 -0.7067 463.3058 294.4318)" opacity="0.5" fill="#D1E4B7" width="2.501" height="1.608"/>
+
+ <rect x="169.376" y="242.441" transform="matrix(-0.7067 0.7075 -0.7075 -0.7067 463.3058 294.4318)" opacity="0.4" fill="#FFF8B9" width="2.501" height="1.608"/>
+
+ <rect x="169.376" y="242.441" transform="matrix(-0.7067 0.7075 -0.7075 -0.7067 463.3058 294.4318)" opacity="0.2" fill="#FFF6A3" width="2.501" height="1.608"/>
+
+ <rect x="169.376" y="242.441" transform="matrix(-0.7067 0.7075 -0.7075 -0.7067 463.3058 294.4318)" opacity="0.4" fill="#FFF8B9" width="2.501" height="1.608"/>
+
+ <rect x="169.376" y="242.441" transform="matrix(-0.7067 0.7075 -0.7075 -0.7067 463.3058 294.4318)" opacity="0.4" fill="#FFF8B9" width="2.501" height="1.608"/>
+
+ <rect x="166.303" y="240.032" transform="matrix(0.7079 -0.7063 0.7063 0.7079 -121.868 188.2149)" opacity="0.4" fill="#FFF8B9" width="0.626" height="2.826"/>
+
+ <rect x="166.303" y="240.032" transform="matrix(0.7079 -0.7063 0.7063 0.7079 -121.868 188.2149)" opacity="0.4" fill="#FFF8B9" width="0.626" height="2.826"/>
+
+ <rect x="166.303" y="240.032" transform="matrix(0.7079 -0.7063 0.7063 0.7079 -121.868 188.2149)" opacity="0.4" fill="#FFF8B9" width="0.626" height="2.826"/>
+
+ <rect x="166.303" y="240.032" transform="matrix(0.7079 -0.7063 0.7063 0.7079 -121.868 188.2149)" opacity="0.5" fill="#D1E4B7" width="0.626" height="2.826"/>
+
+ <rect x="166.303" y="240.032" transform="matrix(0.7079 -0.7063 0.7063 0.7079 -121.868 188.2149)" opacity="0.4" fill="#FFF8B9" width="0.626" height="2.826"/>
+
+ <rect x="166.303" y="240.032" transform="matrix(0.7079 -0.7063 0.7063 0.7079 -121.868 188.2149)" opacity="0.2" fill="#FFF6A3" width="0.626" height="2.826"/>
+
+ <rect x="166.303" y="240.032" transform="matrix(0.7079 -0.7063 0.7063 0.7079 -121.868 188.2149)" opacity="0.4" fill="#FFF8B9" width="0.626" height="2.826"/>
+
+ <rect x="166.303" y="240.032" transform="matrix(0.7079 -0.7063 0.7063 0.7079 -121.868 188.2149)" opacity="0.4" fill="#FFF8B9" width="0.626" height="2.826"/>
+
+ <rect x="170.305" y="244.7" transform="matrix(-0.7079 0.7063 -0.7063 -0.7079 464.7627 298.6846)" opacity="0.4" fill="#FFF8B9" width="0.626" height="1.495"/>
+
+ <rect x="170.305" y="244.7" transform="matrix(-0.7079 0.7063 -0.7063 -0.7079 464.7627 298.6846)" opacity="0.4" fill="#FFF8B9" width="0.626" height="1.495"/>
+
+ <rect x="170.305" y="244.7" transform="matrix(-0.7079 0.7063 -0.7063 -0.7079 464.7627 298.6846)" opacity="0.4" fill="#FFF8B9" width="0.626" height="1.495"/>
+
+ <rect x="170.305" y="244.7" transform="matrix(-0.7079 0.7063 -0.7063 -0.7079 464.7627 298.6846)" opacity="0.5" fill="#D1E4B7" width="0.626" height="1.495"/>
+
+ <rect x="170.305" y="244.7" transform="matrix(-0.7079 0.7063 -0.7063 -0.7079 464.7627 298.6846)" opacity="0.2" fill="#FFF6A3" width="0.626" height="1.495"/>
+
+ <rect x="170.305" y="244.7" transform="matrix(-0.7079 0.7063 -0.7063 -0.7079 464.7627 298.6846)" opacity="0.4" fill="#FFF8B9" width="0.626" height="1.495"/>
+
+ <rect x="170.305" y="244.7" transform="matrix(-0.7079 0.7063 -0.7063 -0.7079 464.7627 298.6846)" opacity="0.4" fill="#FFF8B9" width="0.626" height="1.495"/>
+
+ <rect x="170.305" y="244.7" transform="matrix(-0.7079 0.7063 -0.7063 -0.7079 464.7627 298.6846)" opacity="0.4" fill="#FFF8B9" width="0.626" height="1.495"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M174.466,249.737c0.243-0.244,0.244-0.641,0-0.885l-1.68-1.68l-0.442,0.441L174.466,249.737z
+ "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M174.466,249.737c0.243-0.244,0.244-0.641,0-0.885l-1.68-1.68l-0.442,0.441L174.466,249.737z
+ "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M174.466,249.737c0.243-0.244,0.244-0.641,0-0.885l-1.68-1.68l-0.442,0.441L174.466,249.737z
+ "/>
+ <path opacity="0.5" fill="#D1E4B7" d="M174.466,249.737c0.243-0.244,0.244-0.641,0-0.885l-1.68-1.68l-0.442,0.441L174.466,249.737z
+ "/>
+ <path opacity="0.2" fill="#FFF6A3" d="M174.466,249.737c0.243-0.244,0.244-0.641,0-0.885l-1.68-1.68l-0.442,0.441L174.466,249.737z
+ "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M174.466,249.737c0.243-0.244,0.244-0.641,0-0.885l-1.68-1.68l-0.442,0.441L174.466,249.737z
+ "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M174.466,249.737c0.243-0.244,0.244-0.641,0-0.885l-1.68-1.68l-0.442,0.441L174.466,249.737z
+ "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M174.466,249.737c0.243-0.244,0.244-0.641,0-0.885l-1.68-1.68l-0.442,0.441L174.466,249.737z
+ "/>
+
+ <rect x="168.716" y="244.038" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 116.8598 537.0464)" opacity="0.4" fill="#FFF8B9" width="1.61" height="0.624"/>
+
+ <rect x="168.716" y="244.038" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 116.8598 537.0464)" opacity="0.4" fill="#FFF8B9" width="1.61" height="0.624"/>
+
+ <rect x="168.716" y="244.038" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 116.8598 537.0464)" opacity="0.4" fill="#FFF8B9" width="1.61" height="0.624"/>
+
+ <rect x="168.716" y="244.038" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 116.8598 537.0464)" opacity="0.5" fill="#D1E4B7" width="1.61" height="0.624"/>
+
+ <rect x="168.716" y="244.038" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 116.8598 537.0464)" opacity="0.4" fill="#FFF8B9" width="1.61" height="0.624"/>
+
+ <rect x="168.716" y="244.038" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 116.8598 537.0464)" opacity="0.2" fill="#FFF6A3" width="1.61" height="0.624"/>
+
+ <rect x="168.716" y="244.038" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 116.8598 537.0464)" opacity="0.4" fill="#FFF8B9" width="1.61" height="0.624"/>
+
+ <rect x="168.716" y="244.038" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 116.8598 537.0464)" opacity="0.4" fill="#FFF8B9" width="1.61" height="0.624"/>
+
+ <rect x="168.716" y="244.038" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 116.8598 537.0464)" opacity="0.4" fill="#FFF8B9" width="1.61" height="0.624"/>
+
+ <rect x="167.546" y="242.299" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 114.8722 532.8053)" opacity="0.4" fill="#FFF8B9" width="0.475" height="0.626"/>
+
+ <rect x="167.546" y="242.299" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 114.8722 532.8053)" opacity="0.4" fill="#FFF8B9" width="0.475" height="0.626"/>
+
+ <rect x="167.546" y="242.299" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 114.8722 532.8053)" opacity="0.4" fill="#FFF8B9" width="0.475" height="0.626"/>
+
+ <rect x="167.546" y="242.299" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 114.8722 532.8053)" opacity="0.5" fill="#D1E4B7" width="0.475" height="0.626"/>
+
+ <rect x="167.546" y="242.299" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 114.8722 532.8053)" opacity="0.4" fill="#FFF8B9" width="0.475" height="0.626"/>
+
+ <rect x="167.546" y="242.299" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 114.8722 532.8053)" opacity="0.2" fill="#FFF6A3" width="0.475" height="0.626"/>
+
+ <rect x="167.546" y="242.299" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 114.8722 532.8053)" opacity="0.4" fill="#FFF8B9" width="0.475" height="0.626"/>
+
+ <rect x="167.546" y="242.299" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 114.8722 532.8053)" opacity="0.4" fill="#FFF8B9" width="0.475" height="0.626"/>
+
+ <rect x="167.546" y="242.299" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 114.8722 532.8053)" opacity="0.4" fill="#FFF8B9" width="0.475" height="0.626"/>
+
+ <rect x="147.961" y="268.145" transform="matrix(-0.7072 -0.7071 0.7071 -0.7072 80.3094 571.5522)" opacity="0.4" fill="#FFF8B9" width="21.11" height="1.999"/>
+
+ <rect x="147.961" y="268.145" transform="matrix(-0.7072 -0.7071 0.7071 -0.7072 80.3094 571.5522)" opacity="0.4" fill="#FFF8B9" width="21.11" height="1.999"/>
+
+ <rect x="147.961" y="268.145" transform="matrix(-0.7072 -0.7071 0.7071 -0.7072 80.3094 571.5522)" opacity="0.4" fill="#FFF8B9" width="21.11" height="1.999"/>
+
+ <rect x="147.883" y="257.862" transform="matrix(0.7066 -0.7076 0.7076 0.7066 -139.9495 181.4849)" opacity="0.4" fill="#FFF8B9" width="2.001" height="3.299"/>
+
+ <rect x="147.883" y="257.862" transform="matrix(0.7066 -0.7076 0.7076 0.7066 -139.9495 181.4849)" opacity="0.4" fill="#FFF8B9" width="2.001" height="3.299"/>
+
+ <rect x="147.883" y="257.862" transform="matrix(0.7066 -0.7076 0.7076 0.7066 -139.9495 181.4849)" opacity="0.4" fill="#FFF8B9" width="2.001" height="3.299"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M188.429,277.494l0.988,0.986c0.39-0.314,0.775-0.634,1.16-0.96l-1.087-1.087
+ L188.429,277.494z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M188.429,277.494l0.988,0.986c0.39-0.314,0.775-0.634,1.16-0.96l-1.087-1.087
+ L188.429,277.494z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M188.429,277.494l0.988,0.986c0.39-0.314,0.775-0.634,1.16-0.96l-1.087-1.087
+ L188.429,277.494z"/>
+
+ <rect x="148.865" y="255.401" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -137.4147 182.2253)" opacity="0.4" fill="#FFF8B9" width="4.959" height="3.302"/>
+
+ <rect x="148.865" y="255.401" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -137.4147 182.2253)" opacity="0.4" fill="#FFF8B9" width="4.959" height="3.302"/>
+
+ <rect x="148.865" y="255.401" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -137.4147 182.2253)" opacity="0.4" fill="#FFF8B9" width="4.959" height="3.302"/>
+
+ <rect x="148.865" y="255.401" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -137.4147 182.2253)" opacity="0.4" fill="#FFF8B9" width="4.959" height="3.302"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.294,266.494l-9.028-9.027l-3.507,3.507l14.928,14.928l9.635-9.633
+ c0.244-0.245,0.641-0.245,0.884-0.001l11.224,11.227l1.06-1.061l-17.403-17.407l-7.44,7.44
+ C164.54,266.57,164.385,266.585,164.294,266.494z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.294,266.494l-9.028-9.027l-3.507,3.507l14.928,14.928l9.635-9.633
+ c0.244-0.245,0.641-0.245,0.884-0.001l11.224,11.227l1.06-1.061l-17.403-17.407l-7.44,7.44
+ C164.54,266.57,164.385,266.585,164.294,266.494z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.294,266.494l-9.028-9.027l-3.507,3.507l14.928,14.928l9.635-9.633
+ c0.244-0.245,0.641-0.245,0.884-0.001l11.224,11.227l1.06-1.061l-17.403-17.407l-7.44,7.44
+ C164.54,266.57,164.385,266.585,164.294,266.494z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.294,266.494l-9.028-9.027l-3.507,3.507l14.928,14.928l9.635-9.633
+ c0.244-0.245,0.641-0.245,0.884-0.001l11.224,11.227l1.06-1.061l-17.403-17.407l-7.44,7.44
+ C164.54,266.57,164.385,266.585,164.294,266.494z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M143.706,252.921l-1.345,1.343c0.046,0.135,0.128,0.268,0.242,0.384l3.222,3.221l1.416-1.413
+ L143.706,252.921z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M143.706,252.921l-1.345,1.343c0.046,0.135,0.128,0.268,0.242,0.384l3.222,3.221l1.416-1.413
+ L143.706,252.921z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M143.706,252.921l-1.345,1.343c0.046,0.135,0.128,0.268,0.242,0.384l3.222,3.221l1.416-1.413
+ L143.706,252.921z"/>
+
+ <rect x="144.747" y="250.435" transform="matrix(0.707 -0.7072 0.7072 0.707 -135.7401 178.227)" opacity="0.4" fill="#FFF8B9" width="4.96" height="4.999"/>
+
+ <rect x="144.747" y="250.435" transform="matrix(0.707 -0.7072 0.7072 0.707 -135.7401 178.227)" opacity="0.4" fill="#FFF8B9" width="4.96" height="4.999"/>
+
+ <rect x="144.747" y="250.435" transform="matrix(0.707 -0.7072 0.7072 0.707 -135.7401 178.227)" opacity="0.5" fill="#D1E4B7" width="4.96" height="4.999"/>
+
+ <rect x="144.747" y="250.435" transform="matrix(0.707 -0.7072 0.7072 0.707 -135.7401 178.227)" opacity="0.4" fill="#FFF8B9" width="4.96" height="4.999"/>
+
+ <rect x="146.485" y="256.276" transform="matrix(0.7071 0.7071 -0.7071 0.7071 224.8739 -28.3409)" opacity="0.4" fill="#FFF8B9" width="0.325" height="2"/>
+
+ <rect x="146.485" y="256.276" transform="matrix(0.7071 0.7071 -0.7071 0.7071 224.8739 -28.3409)" opacity="0.4" fill="#FFF8B9" width="0.325" height="2"/>
+
+ <rect x="146.485" y="256.276" transform="matrix(0.7071 0.7071 -0.7071 0.7071 224.8739 -28.3409)" opacity="0.5" fill="#D1E4B7" width="0.325" height="2"/>
+
+ <rect x="146.485" y="256.276" transform="matrix(0.7071 0.7071 -0.7071 0.7071 224.8739 -28.3409)" opacity="0.4" fill="#FFF8B9" width="0.325" height="2"/>
+
+ <rect x="146.628" y="254.653" transform="matrix(0.7068 -0.7074 0.7074 0.7068 -136.5401 180.1886)" opacity="0.4" fill="#FFF8B9" width="4.96" height="0.325"/>
+
+ <rect x="146.628" y="254.653" transform="matrix(0.7068 -0.7074 0.7074 0.7068 -136.5401 180.1886)" opacity="0.4" fill="#FFF8B9" width="4.96" height="0.325"/>
+
+ <rect x="146.628" y="254.653" transform="matrix(0.7068 -0.7074 0.7074 0.7068 -136.5401 180.1886)" opacity="0.4" fill="#FFF8B9" width="4.96" height="0.325"/>
+
+ <rect x="146.628" y="254.653" transform="matrix(0.7068 -0.7074 0.7074 0.7068 -136.5401 180.1886)" opacity="0.5" fill="#D1E4B7" width="4.96" height="0.325"/>
+
+ <rect x="146.628" y="254.653" transform="matrix(0.7068 -0.7074 0.7074 0.7068 -136.5401 180.1886)" opacity="0.4" fill="#FFF8B9" width="4.96" height="0.325"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M165.273,277.314l9.457,9.46c0.683-0.251,1.36-0.516,2.035-0.794l-10.078-10.079
+ L165.273,277.314z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M165.273,277.314l9.457,9.46c0.683-0.251,1.36-0.516,2.035-0.794l-10.078-10.079
+ L165.273,277.314z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M165.273,277.314l9.457,9.46c0.683-0.251,1.36-0.516,2.035-0.794l-10.078-10.079
+ L165.273,277.314z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M165.273,277.314l9.457,9.46c0.683-0.251,1.36-0.516,2.035-0.794l-10.078-10.079
+ L165.273,277.314z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M183.085,282.84c2.188-1.28,4.308-2.732,6.332-4.359l-0.988-0.986L183.085,282.84z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M183.085,282.84c2.188-1.28,4.308-2.732,6.332-4.359l-0.988-0.986L183.085,282.84z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M183.085,282.84c2.188-1.28,4.308-2.732,6.332-4.359l-0.988-0.986L183.085,282.84z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M183.085,282.84c2.188-1.28,4.308-2.732,6.332-4.359l-0.988-0.986L183.085,282.84z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M177.206,266.268c-0.243-0.244-0.64-0.244-0.884,0.001l-9.635,9.633l10.078,10.079
+ c2.159-0.896,4.271-1.943,6.32-3.141l5.344-5.346L177.206,266.268z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M177.206,266.268c-0.243-0.244-0.64-0.244-0.884,0.001l-9.635,9.633l10.078,10.079
+ c2.159-0.896,4.271-1.943,6.32-3.141l5.344-5.346L177.206,266.268z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M177.206,266.268c-0.243-0.244-0.64-0.244-0.884,0.001l-9.635,9.633l10.078,10.079
+ c2.159-0.896,4.271-1.943,6.32-3.141l5.344-5.346L177.206,266.268z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M177.206,266.268c-0.243-0.244-0.64-0.244-0.884,0.001l-9.635,9.633l10.078,10.079
+ c2.159-0.896,4.271-1.943,6.32-3.141l5.344-5.346L177.206,266.268z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M177.206,266.268c-0.243-0.244-0.64-0.244-0.884,0.001l-9.635,9.633l10.078,10.079
+ c2.159-0.896,4.271-1.943,6.32-3.141l5.344-5.346L177.206,266.268z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M165.273,258.931c-0.245,0.243-0.641,0.243-0.886,0l-5.291-5.293l-3.83,3.829l9.028,9.027
+ c0.091,0.091,0.245,0.076,0.352-0.027l7.44-7.44l-3.455-3.455L165.273,258.931z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M165.273,258.931c-0.245,0.243-0.641,0.243-0.886,0l-5.291-5.293l-3.83,3.829l9.028,9.027
+ c0.091,0.091,0.245,0.076,0.352-0.027l7.44-7.44l-3.455-3.455L165.273,258.931z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M165.273,258.931c-0.245,0.243-0.641,0.243-0.886,0l-5.291-5.293l-3.83,3.829l9.028,9.027
+ c0.091,0.091,0.245,0.076,0.352-0.027l7.44-7.44l-3.455-3.455L165.273,258.931z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M165.273,258.931c-0.245,0.243-0.641,0.243-0.886,0l-5.291-5.293l-3.83,3.829l9.028,9.027
+ c0.091,0.091,0.245,0.076,0.352-0.027l7.44-7.44l-3.455-3.455L165.273,258.931z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M165.273,258.931c-0.245,0.243-0.641,0.243-0.886,0l-5.291-5.293l-3.83,3.829l9.028,9.027
+ c0.091,0.091,0.245,0.076,0.352-0.027l7.44-7.44l-3.455-3.455L165.273,258.931z"/>
+
+ <rect x="153.362" y="250.676" transform="matrix(-0.707 -0.7073 0.7073 -0.707 85.3926 542.1488)" opacity="0.4" fill="#FFF8B9" width="3.3" height="5.416"/>
+
+ <rect x="153.362" y="250.676" transform="matrix(-0.707 -0.7073 0.7073 -0.707 85.3926 542.1488)" opacity="0.4" fill="#FFF8B9" width="3.3" height="5.416"/>
+
+ <rect x="153.362" y="250.676" transform="matrix(-0.707 -0.7073 0.7073 -0.707 85.3926 542.1488)" opacity="0.4" fill="#FFF8B9" width="3.3" height="5.416"/>
+
+ <rect x="153.362" y="250.676" transform="matrix(-0.707 -0.7073 0.7073 -0.707 85.3926 542.1488)" opacity="0.2" fill="#FFF6A3" width="3.3" height="5.416"/>
+
+ <rect x="153.362" y="250.676" transform="matrix(-0.707 -0.7073 0.7073 -0.707 85.3926 542.1488)" opacity="0.4" fill="#FFF8B9" width="3.3" height="5.416"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M155.155,242.096c-0.114-0.117-0.247-0.197-0.382-0.244l-7.561,7.562l3.534,3.533l7.631-7.63
+ L155.155,242.096z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M155.155,242.096c-0.114-0.117-0.247-0.197-0.382-0.244l-7.561,7.562l3.534,3.533l7.631-7.63
+ L155.155,242.096z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M155.155,242.096c-0.114-0.117-0.247-0.197-0.382-0.244l-7.561,7.562l3.534,3.533l7.631-7.63
+ L155.155,242.096z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M155.155,242.096c-0.114-0.117-0.247-0.197-0.382-0.244l-7.561,7.562l3.534,3.533l7.631-7.63
+ L155.155,242.096z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M155.155,242.096c-0.114-0.117-0.247-0.197-0.382-0.244l-7.561,7.562l3.534,3.533l7.631-7.63
+ L155.155,242.096z"/>
+
+ <rect x="149.282" y="249.084" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -130.9361 182.3578)" opacity="0.4" fill="#FFF8B9" width="10.791" height="0.327"/>
+
+ <rect x="149.282" y="249.084" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -130.9361 182.3578)" opacity="0.4" fill="#FFF8B9" width="10.791" height="0.327"/>
+
+ <rect x="149.282" y="249.084" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -130.9361 182.3578)" opacity="0.4" fill="#FFF8B9" width="10.791" height="0.327"/>
+
+ <rect x="149.282" y="249.084" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -130.9361 182.3578)" opacity="0.5" fill="#D1E4B7" width="10.791" height="0.327"/>
+
+ <rect x="149.282" y="249.084" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -130.9361 182.3578)" opacity="0.2" fill="#FFF6A3" width="10.791" height="0.327"/>
+
+ <rect x="149.282" y="249.084" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -130.9361 182.3578)" opacity="0.4" fill="#FFF8B9" width="10.791" height="0.327"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M163.061,256.897c-0.158,0.16-0.293,0.278-0.3,0.271l-1.387-1.388
+ c-0.009-0.008,0.11-0.143,0.27-0.3l3.448-3.45l-2.193-2.194l-3.803,3.801l5.291,5.293c0.245,0.243,0.641,0.243,0.886,0l3.358-3.359
+ l-2.121-2.122L163.061,256.897z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M163.061,256.897c-0.158,0.16-0.293,0.278-0.3,0.271l-1.387-1.388
+ c-0.009-0.008,0.11-0.143,0.27-0.3l3.448-3.45l-2.193-2.194l-3.803,3.801l5.291,5.293c0.245,0.243,0.641,0.243,0.886,0l3.358-3.359
+ l-2.121-2.122L163.061,256.897z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M163.061,256.897c-0.158,0.16-0.293,0.278-0.3,0.271l-1.387-1.388
+ c-0.009-0.008,0.11-0.143,0.27-0.3l3.448-3.45l-2.193-2.194l-3.803,3.801l5.291,5.293c0.245,0.243,0.641,0.243,0.886,0l3.358-3.359
+ l-2.121-2.122L163.061,256.897z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M163.061,256.897c-0.158,0.16-0.293,0.278-0.3,0.271l-1.387-1.388
+ c-0.009-0.008,0.11-0.143,0.27-0.3l3.448-3.45l-2.193-2.194l-3.803,3.801l5.291,5.293c0.245,0.243,0.641,0.243,0.886,0l3.358-3.359
+ l-2.121-2.122L163.061,256.897z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M163.061,256.897c-0.158,0.16-0.293,0.278-0.3,0.271l-1.387-1.388
+ c-0.009-0.008,0.11-0.143,0.27-0.3l3.448-3.45l-2.193-2.194l-3.803,3.801l5.291,5.293c0.245,0.243,0.641,0.243,0.886,0l3.358-3.359
+ l-2.121-2.122L163.061,256.897z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M163.061,256.897c-0.158,0.16-0.293,0.278-0.3,0.271l-1.387-1.388
+ c-0.009-0.008,0.11-0.143,0.27-0.3l3.448-3.45l-2.193-2.194l-3.803,3.801l5.291,5.293c0.245,0.243,0.641,0.243,0.886,0l3.358-3.359
+ l-2.121-2.122L163.061,256.897z"/>
+
+ <rect x="157.178" y="246.88" transform="matrix(-0.707 -0.7073 0.7073 -0.707 94.6038 538.3345)" opacity="0.4" fill="#FFF8B9" width="3.3" height="5.376"/>
+
+ <rect x="157.178" y="246.88" transform="matrix(-0.707 -0.7073 0.7073 -0.707 94.6038 538.3345)" opacity="0.4" fill="#FFF8B9" width="3.3" height="5.376"/>
+
+ <rect x="157.178" y="246.88" transform="matrix(-0.707 -0.7073 0.7073 -0.707 94.6038 538.3345)" opacity="0.4" fill="#FFF8B9" width="3.3" height="5.376"/>
+
+ <rect x="157.178" y="246.88" transform="matrix(-0.707 -0.7073 0.7073 -0.707 94.6038 538.3345)" opacity="0.2" fill="#FFF6A3" width="3.3" height="5.376"/>
+
+ <rect x="157.178" y="246.88" transform="matrix(-0.707 -0.7073 0.7073 -0.707 94.6038 538.3345)" opacity="0.4" fill="#FFF8B9" width="3.3" height="5.376"/>
+
+ <rect x="157.178" y="246.88" transform="matrix(-0.707 -0.7073 0.7073 -0.707 94.6038 538.3345)" opacity="0.4" fill="#FFF8B9" width="3.3" height="5.376"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M125.199,214.85l-9.615-9.618c-3.951,5.004-6.86,10.561-8.725,16.38l5.789,5.791
+ L125.199,214.85z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M125.199,214.85l-9.615-9.618c-3.951,5.004-6.86,10.561-8.725,16.38l5.789,5.791
+ L125.199,214.85z"/>
+
+ <rect x="118.411" y="213.488" transform="matrix(0.7072 0.707 -0.707 0.7072 192.3817 -19.8525)" opacity="0.4" fill="#FFF8B9" width="3.502" height="17.751"/>
+
+ <rect x="118.411" y="213.488" transform="matrix(0.7072 0.707 -0.707 0.7072 192.3817 -19.8525)" opacity="0.5" fill="#D1E4B7" width="3.502" height="17.751"/>
+
+ <rect x="118.411" y="213.488" transform="matrix(0.7072 0.707 -0.707 0.7072 192.3817 -19.8525)" opacity="0.4" fill="#FFF8B9" width="3.502" height="17.751"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M120.632,228.964l9.342-9.342l-2.299-2.297l-12.553,12.552l21.594,21.593
+ c0.227,0.227,0.607,0.212,0.852-0.033l2.328-2.326l-19.264-19.263C120.388,229.604,120.388,229.208,120.632,228.964z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M120.632,228.964l9.342-9.342l-2.299-2.297l-12.553,12.552l21.594,21.593
+ c0.227,0.227,0.607,0.212,0.852-0.033l2.328-2.326l-19.264-19.263C120.388,229.604,120.388,229.208,120.632,228.964z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M120.632,228.964l9.342-9.342l-2.299-2.297l-12.553,12.552l21.594,21.593
+ c0.227,0.227,0.607,0.212,0.852-0.033l2.328-2.326l-19.264-19.263C120.388,229.604,120.388,229.208,120.632,228.964z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M120.632,228.964l9.342-9.342l-2.299-2.297l-12.553,12.552l21.594,21.593
+ c0.227,0.227,0.607,0.212,0.852-0.033l2.328-2.326l-19.264-19.263C120.388,229.604,120.388,229.208,120.632,228.964z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M149.238,239.769c0.243-0.244,0.258-0.626,0.03-0.853l-19.294-19.294l-9.342,9.342
+ c-0.244,0.244-0.244,0.64,0,0.884l19.264,19.263l3.696-3.697L149.238,239.769z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M149.238,239.769c0.243-0.244,0.258-0.626,0.03-0.853l-19.294-19.294l-9.342,9.342
+ c-0.244,0.244-0.244,0.64,0,0.884l19.264,19.263l3.696-3.697L149.238,239.769z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M149.238,239.769c0.243-0.244,0.258-0.626,0.03-0.853l-19.294-19.294l-9.342,9.342
+ c-0.244,0.244-0.244,0.64,0,0.884l19.264,19.263l3.696-3.697L149.238,239.769z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M149.238,239.769c0.243-0.244,0.258-0.626,0.03-0.853l-19.294-19.294l-9.342,9.342
+ c-0.244,0.244-0.244,0.64,0,0.884l19.264,19.263l3.696-3.697L149.238,239.769z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M149.238,239.769c0.243-0.244,0.258-0.626,0.03-0.853l-19.294-19.294l-9.342,9.342
+ c-0.244,0.244-0.244,0.64,0,0.884l19.264,19.263l3.696-3.697L149.238,239.769z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M174.908,228.787l0.058-0.057l-2.39-2.39c-0.03-0.029-0.1-0.006-0.157,0.05l-3.401,3.402
+ l2.443,2.441L174.908,228.787z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M174.908,228.787l0.058-0.057l-2.39-2.39c-0.03-0.029-0.1-0.006-0.157,0.05l-3.401,3.402
+ l2.443,2.441L174.908,228.787z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M174.908,228.787l0.058-0.057l-2.39-2.39c-0.03-0.029-0.1-0.006-0.157,0.05l-3.401,3.402
+ l2.443,2.441L174.908,228.787z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M174.908,228.787l0.058-0.057l-2.39-2.39c-0.03-0.029-0.1-0.006-0.157,0.05l-3.401,3.402
+ l2.443,2.441L174.908,228.787z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M174.971,228.736l-0.006-0.006l-0.058,0.057C174.927,228.768,174.95,228.753,174.971,228.736
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M174.971,228.736l-0.006-0.006l-0.058,0.057C174.927,228.768,174.95,228.753,174.971,228.736
+ z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M174.971,228.736l-0.006-0.006l-0.058,0.057C174.927,228.768,174.95,228.753,174.971,228.736
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M174.971,228.736l-0.006-0.006l-0.058,0.057C174.927,228.768,174.95,228.753,174.971,228.736
+ z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M174.971,228.736l-0.006-0.006l-0.058,0.057C174.927,228.768,174.95,228.753,174.971,228.736
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M171.46,232.234l0.229,0.23l3.506-3.505l-0.225-0.224c-0.021,0.017-0.044,0.031-0.063,0.051
+ L171.46,232.234z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M171.46,232.234l0.229,0.23l3.506-3.505l-0.225-0.224c-0.021,0.017-0.044,0.031-0.063,0.051
+ L171.46,232.234z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M171.46,232.234l0.229,0.23l3.506-3.505l-0.225-0.224c-0.021,0.017-0.044,0.031-0.063,0.051
+ L171.46,232.234z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M171.46,232.234l0.229,0.23l3.506-3.505l-0.225-0.224c-0.021,0.017-0.044,0.031-0.063,0.051
+ L171.46,232.234z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M171.46,232.234l0.229,0.23l3.506-3.505l-0.225-0.224c-0.021,0.017-0.044,0.031-0.063,0.051
+ L171.46,232.234z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M171.46,232.234l0.229,0.23l3.506-3.505l-0.225-0.224c-0.021,0.017-0.044,0.031-0.063,0.051
+ L171.46,232.234z"/>
+
+ <rect x="173.086" y="231.183" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 464.3446 273.3292)" opacity="0.4" fill="#FFF8B9" width="4.957" height="3.301"/>
+
+ <rect x="173.086" y="231.183" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 464.3446 273.3292)" opacity="0.4" fill="#FFF8B9" width="4.957" height="3.301"/>
+
+ <rect x="173.086" y="231.183" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 464.3446 273.3292)" opacity="0.4" fill="#FFF8B9" width="4.957" height="3.301"/>
+
+ <rect x="173.086" y="231.183" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 464.3446 273.3292)" opacity="0.5" fill="#D1E4B7" width="4.957" height="3.301"/>
+
+ <rect x="173.086" y="231.183" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 464.3446 273.3292)" opacity="0.4" fill="#FFF8B9" width="4.957" height="3.301"/>
+
+ <rect x="173.086" y="231.183" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 464.3446 273.3292)" opacity="0.2" fill="#FFF6A3" width="4.957" height="3.301"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M168.227,233.588l-2.745,2.745l0.94,0.939l5.038-5.038l-2.443-2.441l-2.209,2.21l1.405,1.404
+ C168.267,233.462,168.273,233.542,168.227,233.588z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M168.227,233.588l-2.745,2.745l0.94,0.939l5.038-5.038l-2.443-2.441l-2.209,2.21l1.405,1.404
+ C168.267,233.462,168.273,233.542,168.227,233.588z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M168.227,233.588l-2.745,2.745l0.94,0.939l5.038-5.038l-2.443-2.441l-2.209,2.21l1.405,1.404
+ C168.267,233.462,168.273,233.542,168.227,233.588z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M168.227,233.588l-2.745,2.745l0.94,0.939l5.038-5.038l-2.443-2.441l-2.209,2.21l1.405,1.404
+ C168.267,233.462,168.273,233.542,168.227,233.588z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M168.227,233.588l-2.745,2.745l0.94,0.939l5.038-5.038l-2.443-2.441l-2.209,2.21l1.405,1.404
+ C168.267,233.462,168.273,233.542,168.227,233.588z"/>
+
+ <rect x="168.894" y="231.306" transform="matrix(0.7056 0.7086 -0.7086 0.7056 216.1989 -50.6499)" opacity="0.4" fill="#FFF8B9" width="0.325" height="7.125"/>
+
+ <rect x="168.894" y="231.306" transform="matrix(0.7056 0.7086 -0.7086 0.7056 216.1989 -50.6499)" opacity="0.4" fill="#FFF8B9" width="0.325" height="7.125"/>
+
+ <rect x="168.894" y="231.306" transform="matrix(0.7056 0.7086 -0.7086 0.7056 216.1989 -50.6499)" opacity="0.4" fill="#FFF8B9" width="0.325" height="7.125"/>
+
+ <rect x="168.894" y="231.306" transform="matrix(0.7056 0.7086 -0.7086 0.7056 216.1989 -50.6499)" opacity="0.5" fill="#D1E4B7" width="0.325" height="7.125"/>
+
+ <rect x="168.894" y="231.306" transform="matrix(0.7056 0.7086 -0.7086 0.7056 216.1989 -50.6499)" opacity="0.4" fill="#FFF8B9" width="0.325" height="7.125"/>
+
+ <rect x="168.894" y="231.306" transform="matrix(0.7056 0.7086 -0.7086 0.7056 216.1989 -50.6499)" opacity="0.4" fill="#FFF8B9" width="0.325" height="7.125"/>
+
+ <rect x="168.894" y="231.306" transform="matrix(0.7056 0.7086 -0.7086 0.7056 216.1989 -50.6499)" opacity="0.2" fill="#FFF6A3" width="0.325" height="7.125"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M169.604,240.455l2.387-2.388c0.207-0.207,0.523-0.236,0.764-0.092l2.225-2.223l-2.335-2.334
+ l-5.038,5.038L169.604,240.455z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M169.604,240.455l2.387-2.388c0.207-0.207,0.523-0.236,0.764-0.092l2.225-2.223l-2.335-2.334
+ l-5.038,5.038L169.604,240.455z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M169.604,240.455l2.387-2.388c0.207-0.207,0.523-0.236,0.764-0.092l2.225-2.223l-2.335-2.334
+ l-5.038,5.038L169.604,240.455z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M169.604,240.455l2.387-2.388c0.207-0.207,0.523-0.236,0.764-0.092l2.225-2.223l-2.335-2.334
+ l-5.038,5.038L169.604,240.455z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M169.604,240.455l2.387-2.388c0.207-0.207,0.523-0.236,0.764-0.092l2.225-2.223l-2.335-2.334
+ l-5.038,5.038L169.604,240.455z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M169.604,240.455l2.387-2.388c0.207-0.207,0.523-0.236,0.764-0.092l2.225-2.223l-2.335-2.334
+ l-5.038,5.038L169.604,240.455z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M169.604,240.455l2.387-2.388c0.207-0.207,0.523-0.236,0.764-0.092l2.225-2.223l-2.335-2.334
+ l-5.038,5.038L169.604,240.455z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.032,234.883l1.45,1.45l2.745-2.745c0.046-0.046,0.04-0.126-0.014-0.181l-1.405-1.404
+ l-2.726,2.725C164.025,234.783,164.002,234.854,164.032,234.883z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.032,234.883l1.45,1.45l2.745-2.745c0.046-0.046,0.04-0.126-0.014-0.181l-1.405-1.404
+ l-2.726,2.725C164.025,234.783,164.002,234.854,164.032,234.883z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.032,234.883l1.45,1.45l2.745-2.745c0.046-0.046,0.04-0.126-0.014-0.181l-1.405-1.404
+ l-2.726,2.725C164.025,234.783,164.002,234.854,164.032,234.883z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M164.032,234.883l1.45,1.45l2.745-2.745c0.046-0.046,0.04-0.126-0.014-0.181l-1.405-1.404
+ l-2.726,2.725C164.025,234.783,164.002,234.854,164.032,234.883z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.032,234.883l1.45,1.45l2.745-2.745c0.046-0.046,0.04-0.126-0.014-0.181l-1.405-1.404
+ l-2.726,2.725C164.025,234.783,164.002,234.854,164.032,234.883z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M164.032,234.883l1.45,1.45l2.745-2.745c0.046-0.046,0.04-0.126-0.014-0.181l-1.405-1.404
+ l-2.726,2.725C164.025,234.783,164.002,234.854,164.032,234.883z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M171.991,238.067l-2.387,2.388l0.337,0.335l2.813-2.814
+ C172.514,237.831,172.198,237.86,171.991,238.067z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M171.991,238.067l-2.387,2.388l0.337,0.335l2.813-2.814
+ C172.514,237.831,172.198,237.86,171.991,238.067z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M171.991,238.067l-2.387,2.388l0.337,0.335l2.813-2.814
+ C172.514,237.831,172.198,237.86,171.991,238.067z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M171.991,238.067l-2.387,2.388l0.337,0.335l2.813-2.814
+ C172.514,237.831,172.198,237.86,171.991,238.067z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M171.991,238.067l-2.387,2.388l0.337,0.335l2.813-2.814
+ C172.514,237.831,172.198,237.86,171.991,238.067z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M171.991,238.067l-2.387,2.388l0.337,0.335l2.813-2.814
+ C172.514,237.831,172.198,237.86,171.991,238.067z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M171.991,238.067l-2.387,2.388l0.337,0.335l2.813-2.814
+ C172.514,237.831,172.198,237.86,171.991,238.067z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M171.991,238.067l-2.387,2.388l0.337,0.335l2.813-2.814
+ C172.514,237.831,172.198,237.86,171.991,238.067z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M187.264,209.361c0.191-0.192,0.34-0.354,0.33-0.362l-1.385-1.388
+ c-0.009-0.007-0.171,0.141-0.363,0.332l-2.896,2.897l1.417,1.417L187.264,209.361z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M187.264,209.361c0.191-0.192,0.34-0.354,0.33-0.362l-1.385-1.388
+ c-0.009-0.007-0.171,0.141-0.363,0.332l-2.896,2.897l1.417,1.417L187.264,209.361z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M187.264,209.361c0.191-0.192,0.34-0.354,0.33-0.362l-1.385-1.388
+ c-0.009-0.007-0.171,0.141-0.363,0.332l-2.896,2.897l1.417,1.417L187.264,209.361z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M142.466,253.626l0.972-0.973l-1.151-1.152l-5.194,5.197
+ c-0.192,0.192-0.341,0.354-0.332,0.364l1.387,1.385c0.009,0.01,0.171-0.141,0.363-0.33l3.851-3.854
+ C142.28,254.026,142.31,253.781,142.466,253.626z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M142.466,253.626l0.972-0.973l-1.151-1.152l-5.194,5.197
+ c-0.192,0.192-0.341,0.354-0.332,0.364l1.387,1.385c0.009,0.01,0.171-0.141,0.363-0.33l3.851-3.854
+ C142.28,254.026,142.31,253.781,142.466,253.626z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M142.466,253.626l0.972-0.973l-1.151-1.152l-5.194,5.197
+ c-0.192,0.192-0.341,0.354-0.332,0.364l1.387,1.385c0.009,0.01,0.171-0.141,0.363-0.33l3.851-3.854
+ C142.28,254.026,142.31,253.781,142.466,253.626z"/>
+
+ <rect x="143.802" y="247.844" transform="matrix(0.7068 0.7074 -0.7074 0.7068 219.4811 -28.9089)" opacity="0.4" fill="#FFF8B9" width="1.628" height="4.959"/>
+
+ <rect x="143.802" y="247.844" transform="matrix(0.7068 0.7074 -0.7074 0.7068 219.4811 -28.9089)" opacity="0.4" fill="#FFF8B9" width="1.628" height="4.959"/>
+
+ <rect x="143.802" y="247.844" transform="matrix(0.7068 0.7074 -0.7074 0.7068 219.4811 -28.9089)" opacity="0.5" fill="#D1E4B7" width="1.628" height="4.959"/>
+
+ <rect x="143.802" y="247.844" transform="matrix(0.7068 0.7074 -0.7074 0.7068 219.4811 -28.9089)" opacity="0.4" fill="#FFF8B9" width="1.628" height="4.959"/>
+
+ <rect x="170.214" y="216.117" transform="matrix(-0.707 0.7072 -0.7072 -0.707 457.5469 244.6917)" opacity="0.4" fill="#FFF8B9" width="15.751" height="2.004"/>
+
+ <rect x="170.214" y="216.117" transform="matrix(-0.707 0.7072 -0.7072 -0.707 457.5469 244.6917)" opacity="0.4" fill="#FFF8B9" width="15.751" height="2.004"/>
+
+ <rect x="170.214" y="216.117" transform="matrix(-0.707 0.7072 -0.7072 -0.707 457.5469 244.6917)" opacity="0.4" fill="#FFF8B9" width="15.751" height="2.004"/>
+
+ <rect x="170.214" y="216.117" transform="matrix(-0.707 0.7072 -0.7072 -0.707 457.5469 244.6917)" opacity="0.4" fill="#FFF8B9" width="15.751" height="2.004"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M154.773,241.852l3.076-3.075l-0.268-0.267c-0.243-0.243-0.244-0.64,0-0.884l0.531-0.531
+ l-0.71-0.708l-11.608,11.608l1.15,1.151l7.189-7.189C154.29,241.802,154.534,241.77,154.773,241.852z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M154.773,241.852l3.076-3.075l-0.268-0.267c-0.243-0.243-0.244-0.64,0-0.884l0.531-0.531
+ l-0.71-0.708l-11.608,11.608l1.15,1.151l7.189-7.189C154.29,241.802,154.534,241.77,154.773,241.852z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M154.773,241.852l3.076-3.075l-0.268-0.267c-0.243-0.243-0.244-0.64,0-0.884l0.531-0.531
+ l-0.71-0.708l-11.608,11.608l1.15,1.151l7.189-7.189C154.29,241.802,154.534,241.77,154.773,241.852z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M154.773,241.852l3.076-3.075l-0.268-0.267c-0.243-0.243-0.244-0.64,0-0.884l0.531-0.531
+ l-0.71-0.708l-11.608,11.608l1.15,1.151l7.189-7.189C154.29,241.802,154.534,241.77,154.773,241.852z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M154.773,241.852l3.076-3.075l-0.268-0.267c-0.243-0.243-0.244-0.64,0-0.884l0.531-0.531
+ l-0.71-0.708l-11.608,11.608l1.15,1.151l7.189-7.189C154.29,241.802,154.534,241.77,154.773,241.852z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M158.113,237.095l-0.531,0.531c-0.244,0.244-0.243,0.641,0,0.884l0.268,0.267l0.973-0.974
+ L158.113,237.095z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M158.113,237.095l-0.531,0.531c-0.244,0.244-0.243,0.641,0,0.884l0.268,0.267l0.973-0.974
+ L158.113,237.095z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M158.113,237.095l-0.531,0.531c-0.244,0.244-0.243,0.641,0,0.884l0.268,0.267l0.973-0.974
+ L158.113,237.095z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M158.113,237.095l-0.531,0.531c-0.244,0.244-0.243,0.641,0,0.884l0.268,0.267l0.973-0.974
+ L158.113,237.095z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M158.113,237.095l-0.531,0.531c-0.244,0.244-0.243,0.641,0,0.884l0.268,0.267l0.973-0.974
+ L158.113,237.095z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M158.113,237.095l-0.531,0.531c-0.244,0.244-0.243,0.641,0,0.884l0.268,0.267l0.973-0.974
+ L158.113,237.095z"/>
+
+ <rect x="157.374" y="235.312" transform="matrix(0.7075 -0.7067 0.7067 0.7075 -120.238 181.1296)" opacity="0.4" fill="#FFF8B9" width="2.625" height="1.003"/>
+
+ <rect x="157.374" y="235.312" transform="matrix(0.7075 -0.7067 0.7067 0.7075 -120.238 181.1296)" opacity="0.4" fill="#FFF8B9" width="2.625" height="1.003"/>
+
+ <rect x="157.374" y="235.312" transform="matrix(0.7075 -0.7067 0.7067 0.7075 -120.238 181.1296)" opacity="0.5" fill="#D1E4B7" width="2.625" height="1.003"/>
+
+ <rect x="157.374" y="235.312" transform="matrix(0.7075 -0.7067 0.7067 0.7075 -120.238 181.1296)" opacity="0.2" fill="#FFF6A3" width="2.625" height="1.003"/>
+
+ <rect x="157.374" y="235.312" transform="matrix(0.7075 -0.7067 0.7067 0.7075 -120.238 181.1296)" opacity="0.4" fill="#FFF6A3" width="2.625" height="1.003"/>
+
+ <rect x="157.374" y="235.312" transform="matrix(0.7075 -0.7067 0.7067 0.7075 -120.238 181.1296)" opacity="0.4" fill="#FFF8B9" width="2.625" height="1.003"/>
+
+ <rect x="158.894" y="235.211" transform="matrix(0.7071 0.7071 -0.7071 0.7071 213.9319 -43.4333)" opacity="0.4" fill="#FFF8B9" width="1.001" height="2.623"/>
+
+ <rect x="158.894" y="235.211" transform="matrix(0.7071 0.7071 -0.7071 0.7071 213.9319 -43.4333)" opacity="0.4" fill="#FFF8B9" width="1.001" height="2.623"/>
+
+ <rect x="158.894" y="235.211" transform="matrix(0.7071 0.7071 -0.7071 0.7071 213.9319 -43.4333)" opacity="0.5" fill="#D1E4B7" width="1.001" height="2.623"/>
+
+ <rect x="158.894" y="235.211" transform="matrix(0.7071 0.7071 -0.7071 0.7071 213.9319 -43.4333)" opacity="0.4" fill="#FFF8B9" width="1.001" height="2.623"/>
+
+ <rect x="158.894" y="235.211" transform="matrix(0.7071 0.7071 -0.7071 0.7071 213.9319 -43.4333)" opacity="0.2" fill="#FFF6A3" width="1.001" height="2.623"/>
+
+ <rect x="158.894" y="235.211" transform="matrix(0.7071 0.7071 -0.7071 0.7071 213.9319 -43.4333)" opacity="0.4" fill="#FFF6A3" width="1.001" height="2.623"/>
+
+ <rect x="158.894" y="235.211" transform="matrix(0.7071 0.7071 -0.7071 0.7071 213.9319 -43.4333)" opacity="0.4" fill="#FFF8B9" width="1.001" height="2.623"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M165.006,230.203l1.769-1.77c0.245-0.243,0.64-0.243,0.885,0l0.268,0.268l3.889-3.891
+ l-1.418-1.418l-6.1,6.1L165.006,230.203z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M165.006,230.203l1.769-1.77c0.245-0.243,0.64-0.243,0.885,0l0.268,0.268l3.889-3.891
+ l-1.418-1.418l-6.1,6.1L165.006,230.203z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M165.006,230.203l1.769-1.77c0.245-0.243,0.64-0.243,0.885,0l0.268,0.268l3.889-3.891
+ l-1.418-1.418l-6.1,6.1L165.006,230.203z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M165.006,230.203l1.769-1.77c0.245-0.243,0.64-0.243,0.885,0l0.268,0.268l3.889-3.891
+ l-1.418-1.418l-6.1,6.1L165.006,230.203z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M167.927,228.701l-0.268-0.268c-0.245-0.243-0.64-0.243-0.885,0l-1.769,1.77l0.71,0.708
+ L167.927,228.701z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M167.927,228.701l-0.268-0.268c-0.245-0.243-0.64-0.243-0.885,0l-1.769,1.77l0.71,0.708
+ L167.927,228.701z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M167.927,228.701l-0.268-0.268c-0.245-0.243-0.64-0.243-0.885,0l-1.769,1.77l0.71,0.708
+ L167.927,228.701z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M167.927,228.701l-0.268-0.268c-0.245-0.243-0.64-0.243-0.885,0l-1.769,1.77l0.71,0.708
+ L167.927,228.701z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M167.927,228.701l-0.268-0.268c-0.245-0.243-0.64-0.243-0.885,0l-1.769,1.77l0.71,0.708
+ L167.927,228.701z"/>
+
+ <rect x="170.811" y="222.395" transform="matrix(0.7071 0.7071 -0.7071 0.7071 208.2869 -56.0601)" opacity="0.4" fill="#FFF8B9" width="2.005" height="2"/>
+
+ <rect x="170.811" y="222.395" transform="matrix(0.7071 0.7071 -0.7071 0.7071 208.2869 -56.0601)" opacity="0.4" fill="#FFF8B9" width="2.005" height="2"/>
+
+ <rect x="170.811" y="222.395" transform="matrix(0.7071 0.7071 -0.7071 0.7071 208.2869 -56.0601)" opacity="0.4" fill="#FFF8B9" width="2.005" height="2"/>
+
+ <rect x="170.811" y="222.395" transform="matrix(0.7071 0.7071 -0.7071 0.7071 208.2869 -56.0601)" opacity="0.4" fill="#FFF8B9" width="2.005" height="2"/>
+
+ <rect x="170.811" y="222.395" transform="matrix(0.7071 0.7071 -0.7071 0.7071 208.2869 -56.0601)" opacity="0.4" fill="#FFF8B9" width="2.005" height="2"/>
+
+ <rect x="161.239" y="230.76" transform="matrix(-0.707 0.7072 -0.7072 -0.707 442.201 279.313)" opacity="0.4" fill="#FFF8B9" width="3.999" height="1.003"/>
+
+ <rect x="161.239" y="230.76" transform="matrix(-0.707 0.7072 -0.7072 -0.707 442.201 279.313)" opacity="0.4" fill="#FFF8B9" width="3.999" height="1.003"/>
+
+ <rect x="161.239" y="230.76" transform="matrix(-0.707 0.7072 -0.7072 -0.707 442.201 279.313)" opacity="0.4" fill="#FFF6A3" width="3.999" height="1.003"/>
+
+ <rect x="161.239" y="230.76" transform="matrix(-0.707 0.7072 -0.7072 -0.707 442.201 279.313)" opacity="0.4" fill="#FFF8B9" width="3.999" height="1.003"/>
+
+ <rect x="161.239" y="230.76" transform="matrix(-0.707 0.7072 -0.7072 -0.707 442.201 279.313)" opacity="0.4" fill="#FFF8B9" width="3.999" height="1.003"/>
+
+ <rect x="161.947" y="231.469" transform="matrix(-0.7074 0.7069 -0.7069 -0.7074 443.8861 280.1675)" opacity="0.4" fill="#FFF8B9" width="4" height="1.003"/>
+
+ <rect x="161.947" y="231.469" transform="matrix(-0.7074 0.7069 -0.7069 -0.7074 443.8861 280.1675)" opacity="0.4" fill="#FFF8B9" width="4" height="1.003"/>
+
+ <rect x="161.947" y="231.469" transform="matrix(-0.7074 0.7069 -0.7069 -0.7074 443.8861 280.1675)" opacity="0.4" fill="#FFF8B9" width="4" height="1.003"/>
+
+ <rect x="161.947" y="231.469" transform="matrix(-0.7074 0.7069 -0.7069 -0.7074 443.8861 280.1675)" opacity="0.4" fill="#FFF6A3" width="4" height="1.003"/>
+
+ <rect x="161.947" y="231.469" transform="matrix(-0.7074 0.7069 -0.7069 -0.7074 443.8861 280.1675)" opacity="0.4" fill="#FFF8B9" width="4" height="1.003"/>
+
+ <rect x="161.947" y="231.469" transform="matrix(-0.7074 0.7069 -0.7069 -0.7074 443.8861 280.1675)" opacity="0.4" fill="#FFF8B9" width="4" height="1.003"/>
+
+ <rect x="159.156" y="233.279" transform="matrix(-0.7073 0.707 -0.707 -0.7073 439.6609 285.5058)" opacity="0.4" fill="#FFF8B9" width="3.126" height="1.004"/>
+
+ <rect x="159.156" y="233.279" transform="matrix(-0.7073 0.707 -0.707 -0.7073 439.6609 285.5058)" opacity="0.4" fill="#FFF8B9" width="3.126" height="1.004"/>
+
+ <rect x="159.156" y="233.279" transform="matrix(-0.7073 0.707 -0.707 -0.7073 439.6609 285.5058)" opacity="0.2" fill="#FFF6A3" width="3.126" height="1.004"/>
+
+ <rect x="159.156" y="233.279" transform="matrix(-0.7073 0.707 -0.707 -0.7073 439.6609 285.5058)" opacity="0.4" fill="#FFF6A3" width="3.126" height="1.004"/>
+
+ <rect x="159.156" y="233.279" transform="matrix(-0.7073 0.707 -0.707 -0.7073 439.6609 285.5058)" opacity="0.4" fill="#FFF8B9" width="3.126" height="1.004"/>
+
+ <rect x="159.156" y="233.279" transform="matrix(-0.7073 0.707 -0.707 -0.7073 439.6609 285.5058)" opacity="0.4" fill="#FFF8B9" width="3.126" height="1.004"/>
+
+ <rect x="159.864" y="233.99" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 441.384 286.1532)" opacity="0.4" fill="#FFF8B9" width="3.127" height="1.001"/>
+
+ <rect x="159.864" y="233.99" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 441.384 286.1532)" opacity="0.4" fill="#FFF8B9" width="3.127" height="1.001"/>
+
+ <rect x="159.864" y="233.99" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 441.384 286.1532)" opacity="0.4" fill="#FFF8B9" width="3.127" height="1.001"/>
+
+ <rect x="159.864" y="233.99" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 441.384 286.1532)" opacity="0.2" fill="#FFF6A3" width="3.127" height="1.001"/>
+
+ <rect x="159.864" y="233.99" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 441.384 286.1532)" opacity="0.4" fill="#FFF6A3" width="3.127" height="1.001"/>
+
+ <rect x="159.864" y="233.99" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 441.384 286.1532)" opacity="0.4" fill="#FFF8B9" width="3.127" height="1.001"/>
+
+ <rect x="159.864" y="233.99" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 441.384 286.1532)" opacity="0.4" fill="#FFF8B9" width="3.127" height="1.001"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M143.438,252.653l-0.972,0.973c-0.156,0.155-0.187,0.4-0.105,0.638l1.345-1.343
+ L143.438,252.653z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M143.438,252.653l-0.972,0.973c-0.156,0.155-0.187,0.4-0.105,0.638l1.345-1.343
+ L143.438,252.653z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M143.438,252.653l-0.972,0.973c-0.156,0.155-0.187,0.4-0.105,0.638l1.345-1.343
+ L143.438,252.653z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M143.438,252.653l-0.972,0.973c-0.156,0.155-0.187,0.4-0.105,0.638l1.345-1.343
+ L143.438,252.653z"/>
+
+ <rect x="142.845" y="250.844" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -134.9429 176.2865)" opacity="0.4" fill="#FFF8B9" width="4.959" height="0.378"/>
+
+ <rect x="142.845" y="250.844" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -134.9429 176.2865)" opacity="0.4" fill="#FFF8B9" width="4.959" height="0.378"/>
+
+ <rect x="142.845" y="250.844" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -134.9429 176.2865)" opacity="0.5" fill="#D1E4B7" width="4.959" height="0.378"/>
+
+ <rect x="142.845" y="250.844" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -134.9429 176.2865)" opacity="0.4" fill="#FFF8B9" width="4.959" height="0.378"/>
+
+ <rect x="142.845" y="250.844" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -134.9429 176.2865)" opacity="0.4" fill="#FFF8B9" width="4.959" height="0.378"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M154.773,241.852c-0.239-0.082-0.483-0.05-0.639,0.105l-7.189,7.189l0.268,0.267
+ L154.773,241.852z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M154.773,241.852c-0.239-0.082-0.483-0.05-0.639,0.105l-7.189,7.189l0.268,0.267
+ L154.773,241.852z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M154.773,241.852c-0.239-0.082-0.483-0.05-0.639,0.105l-7.189,7.189l0.268,0.267
+ L154.773,241.852z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M154.773,241.852c-0.239-0.082-0.483-0.05-0.639,0.105l-7.189,7.189l0.268,0.267
+ L154.773,241.852z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M154.773,241.852c-0.239-0.082-0.483-0.05-0.639,0.105l-7.189,7.189l0.268,0.267
+ L154.773,241.852z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M154.773,241.852c-0.239-0.082-0.483-0.05-0.639,0.105l-7.189,7.189l0.268,0.267
+ L154.773,241.852z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M140.993,264.116c-0.163,0.162-0.405,0.183-0.541,0.046l-0.23-0.229l-3.27,3.271l0.952,0.954
+ l9.105-9.104l-0.477-0.478L140.993,264.116z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M140.993,264.116c-0.163,0.162-0.405,0.183-0.541,0.046l-0.23-0.229l-3.27,3.271l0.952,0.954
+ l9.105-9.104l-0.477-0.478L140.993,264.116z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M140.993,264.116c-0.163,0.162-0.405,0.183-0.541,0.046l-0.23-0.229l-3.27,3.271l0.952,0.954
+ l9.105-9.104l-0.477-0.478L140.993,264.116z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M140.221,263.934l0.23,0.229c0.136,0.137,0.378,0.116,0.541-0.046l5.54-5.54l-0.478-0.477
+ L140.221,263.934z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M140.221,263.934l0.23,0.229c0.136,0.137,0.378,0.116,0.541-0.046l5.54-5.54l-0.478-0.477
+ L140.221,263.934z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M140.221,263.934l0.23,0.229c0.136,0.137,0.378,0.116,0.541-0.046l5.54-5.54l-0.478-0.477
+ L140.221,263.934z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M140.221,263.934l0.23,0.229c0.136,0.137,0.378,0.116,0.541-0.046l5.54-5.54l-0.478-0.477
+ L140.221,263.934z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M180.625,225.438c0.226-0.226,0.404-0.413,0.399-0.418l-0.933-0.935
+ c-0.008-0.006-0.193,0.173-0.42,0.398l-2.678,2.678l0.953,0.954L180.625,225.438z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M180.625,225.438c0.226-0.226,0.404-0.413,0.399-0.418l-0.933-0.935
+ c-0.008-0.006-0.193,0.173-0.42,0.398l-2.678,2.678l0.953,0.954L180.625,225.438z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M180.625,225.438c0.226-0.226,0.404-0.413,0.399-0.418l-0.933-0.935
+ c-0.008-0.006-0.193,0.173-0.42,0.398l-2.678,2.678l0.953,0.954L180.625,225.438z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M180.625,225.438c0.226-0.226,0.404-0.413,0.399-0.418l-0.933-0.935
+ c-0.008-0.006-0.193,0.173-0.42,0.398l-2.678,2.678l0.953,0.954L180.625,225.438z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M180.625,225.438c0.226-0.226,0.404-0.413,0.399-0.418l-0.933-0.935
+ c-0.008-0.006-0.193,0.173-0.42,0.398l-2.678,2.678l0.953,0.954L180.625,225.438z"/>
+
+ <rect x="158.046" y="244.019" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -125.6954 184.7555)" opacity="0.4" fill="#FFF8B9" width="4.251" height="0.173"/>
+
+ <rect x="158.046" y="244.019" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -125.6954 184.7555)" opacity="0.4" fill="#FFF8B9" width="4.251" height="0.173"/>
+
+ <rect x="158.046" y="244.019" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -125.6954 184.7555)" opacity="0.4" fill="#FFF8B9" width="4.251" height="0.173"/>
+
+ <rect x="158.046" y="244.019" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -125.6954 184.7555)" opacity="0.5" fill="#D1E4B7" width="4.251" height="0.173"/>
+
+ <rect x="158.046" y="244.019" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -125.6954 184.7555)" opacity="0.2" fill="#FFF6A3" width="4.251" height="0.173"/>
+
+ <rect x="158.046" y="244.019" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -125.6954 184.7555)" opacity="0.4" fill="#FFF8B9" width="4.251" height="0.173"/>
+
+ <rect x="161.09" y="241.101" transform="matrix(0.707 -0.7072 0.7072 0.707 -122.7878 186.0134)" opacity="0.4" fill="#FFF8B9" width="3.999" height="0.175"/>
+
+ <rect x="161.09" y="241.101" transform="matrix(0.707 -0.7072 0.7072 0.707 -122.7878 186.0134)" opacity="0.4" fill="#FFF8B9" width="3.999" height="0.175"/>
+
+ <rect x="161.09" y="241.101" transform="matrix(0.707 -0.7072 0.7072 0.707 -122.7878 186.0134)" opacity="0.4" fill="#FFF8B9" width="3.999" height="0.175"/>
+
+ <rect x="161.09" y="241.101" transform="matrix(0.707 -0.7072 0.7072 0.707 -122.7878 186.0134)" opacity="0.5" fill="#D1E4B7" width="3.999" height="0.175"/>
+
+ <rect x="161.09" y="241.101" transform="matrix(0.707 -0.7072 0.7072 0.707 -122.7878 186.0134)" opacity="0.4" fill="#FFF8B9" width="3.999" height="0.175"/>
+
+ <rect x="161.09" y="241.101" transform="matrix(0.707 -0.7072 0.7072 0.707 -122.7878 186.0134)" opacity="0.2" fill="#FFF6A3" width="3.999" height="0.175"/>
+
+ <rect x="161.09" y="241.101" transform="matrix(0.707 -0.7072 0.7072 0.707 -122.7878 186.0134)" opacity="0.4" fill="#FFF8B9" width="3.999" height="0.175"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M131.062,273.516l-0.211-0.212l-5.923,5.922c0.362,0.277,0.728,0.55,1.094,0.813l5.782-5.782
+ L131.062,273.516z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M131.062,273.516l-0.211-0.212l-5.923,5.922c0.362,0.277,0.728,0.55,1.094,0.813l5.782-5.782
+ L131.062,273.516z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M130.851,273.304l0.211,0.212c-0.077-0.076-0.126-0.171-0.154-0.269L130.851,273.304z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M130.851,273.304l0.211,0.212c-0.077-0.076-0.126-0.171-0.154-0.269L130.851,273.304z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M130.851,273.304l0.211,0.212c-0.077-0.076-0.126-0.171-0.154-0.269L130.851,273.304z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M130.908,273.247c0.028,0.098,0.077,0.192,0.154,0.269l0.742,0.741l6.1-6.099l-0.952-0.954
+ L130.908,273.247z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M130.908,273.247c0.028,0.098,0.077,0.192,0.154,0.269l0.742,0.741l6.1-6.099l-0.952-0.954
+ L130.908,273.247z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M130.908,273.247c0.028,0.098,0.077,0.192,0.154,0.269l0.742,0.741l6.1-6.099l-0.952-0.954
+ L130.908,273.247z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M130.908,273.247c0.028,0.098,0.077,0.192,0.154,0.269l0.742,0.741l6.1-6.099l-0.952-0.954
+ L130.908,273.247z"/>
+
+ <rect x="160.489" y="242.633" transform="matrix(-0.7064 -0.7078 0.7078 -0.7064 101.1833 531.4897)" opacity="0.4" fill="#FFF8B9" width="0.675" height="4.252"/>
+
+ <rect x="160.489" y="242.633" transform="matrix(-0.7064 -0.7078 0.7078 -0.7064 101.1833 531.4897)" opacity="0.4" fill="#FFF8B9" width="0.675" height="4.252"/>
+
+ <rect x="160.489" y="242.633" transform="matrix(-0.7064 -0.7078 0.7078 -0.7064 101.1833 531.4897)" opacity="0.4" fill="#FFF8B9" width="0.675" height="4.252"/>
+
+ <rect x="160.489" y="242.633" transform="matrix(-0.7064 -0.7078 0.7078 -0.7064 101.1833 531.4897)" opacity="0.2" fill="#FFF6A3" width="0.675" height="4.252"/>
+
+ <rect x="160.489" y="242.633" transform="matrix(-0.7064 -0.7078 0.7078 -0.7064 101.1833 531.4897)" opacity="0.4" fill="#FFF8B9" width="0.675" height="4.252"/>
+
+ <rect x="160.489" y="242.633" transform="matrix(-0.7064 -0.7078 0.7078 -0.7064 101.1833 531.4897)" opacity="0.4" fill="#FFF8B9" width="0.675" height="4.252"/>
+
+ <rect x="160.16" y="242.218" transform="matrix(0.7042 0.71 -0.71 0.7042 220.9474 -41.6113)" opacity="0.4" fill="#FFF8B9" width="0.499" height="4.252"/>
+
+ <rect x="160.16" y="242.218" transform="matrix(0.7042 0.71 -0.71 0.7042 220.9474 -41.6113)" opacity="0.4" fill="#FFF8B9" width="0.499" height="4.252"/>
+
+ <rect x="160.16" y="242.218" transform="matrix(0.7042 0.71 -0.71 0.7042 220.9474 -41.6113)" opacity="0.4" fill="#FFF8B9" width="0.499" height="4.252"/>
+
+ <rect x="160.16" y="242.218" transform="matrix(0.7042 0.71 -0.71 0.7042 220.9474 -41.6113)" opacity="0.5" fill="#D1E4B7" width="0.499" height="4.252"/>
+
+ <rect x="160.16" y="242.218" transform="matrix(0.7042 0.71 -0.71 0.7042 220.9474 -41.6113)" opacity="0.2" fill="#FFF6A3" width="0.499" height="4.252"/>
+
+ <rect x="160.16" y="242.218" transform="matrix(0.7042 0.71 -0.71 0.7042 220.9474 -41.6113)" opacity="0.4" fill="#FFF8B9" width="0.499" height="4.252"/>
+
+ <rect x="160.16" y="242.218" transform="matrix(0.7042 0.71 -0.71 0.7042 220.9474 -41.6113)" opacity="0.4" fill="#FFF8B9" width="0.499" height="4.252"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.67,239.941c0.138,0.138,0.116,0.378-0.045,0.543l-2.536,2.534l0.479,0.476l2.827-2.827
+ L164.67,239.941z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.67,239.941c0.138,0.138,0.116,0.378-0.045,0.543l-2.536,2.534l0.479,0.476l2.827-2.827
+ L164.67,239.941z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.67,239.941c0.138,0.138,0.116,0.378-0.045,0.543l-2.536,2.534l0.479,0.476l2.827-2.827
+ L164.67,239.941z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.67,239.941c0.138,0.138,0.116,0.378-0.045,0.543l-2.536,2.534l0.479,0.476l2.827-2.827
+ L164.67,239.941z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M164.67,239.941c0.138,0.138,0.116,0.378-0.045,0.543l-2.536,2.534l0.479,0.476l2.827-2.827
+ L164.67,239.941z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.67,239.941c0.138,0.138,0.116,0.378-0.045,0.543l-2.536,2.534l0.479,0.476l2.827-2.827
+ L164.67,239.941z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.67,239.941c0.138,0.138,0.116,0.378-0.045,0.543l-2.536,2.534l0.479,0.476l2.827-2.827
+ L164.67,239.941z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.565,239.836l-2.827,2.828l0.352,0.354l2.536-2.534c0.161-0.165,0.183-0.405,0.045-0.543
+ l-0.016-0.017L164.565,239.836z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.565,239.836l-2.827,2.828l0.352,0.354l2.536-2.534c0.161-0.165,0.183-0.405,0.045-0.543
+ l-0.016-0.017L164.565,239.836z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.565,239.836l-2.827,2.828l0.352,0.354l2.536-2.534c0.161-0.165,0.183-0.405,0.045-0.543
+ l-0.016-0.017L164.565,239.836z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M164.565,239.836l-2.827,2.828l0.352,0.354l2.536-2.534c0.161-0.165,0.183-0.405,0.045-0.543
+ l-0.016-0.017L164.565,239.836z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.565,239.836l-2.827,2.828l0.352,0.354l2.536-2.534c0.161-0.165,0.183-0.405,0.045-0.543
+ l-0.016-0.017L164.565,239.836z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M164.565,239.836l-2.827,2.828l0.352,0.354l2.536-2.534c0.161-0.165,0.183-0.405,0.045-0.543
+ l-0.016-0.017L164.565,239.836z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.565,239.836l-2.827,2.828l0.352,0.354l2.536-2.534c0.161-0.165,0.183-0.405,0.045-0.543
+ l-0.016-0.017L164.565,239.836z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.565,239.836l-2.827,2.828l0.352,0.354l2.536-2.534c0.161-0.165,0.183-0.405,0.045-0.543
+ l-0.016-0.017L164.565,239.836z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M175.792,228.787l-0.212-0.211l-0.056,0.056
+ C175.622,228.661,175.715,228.711,175.792,228.787z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M175.792,228.787l-0.212-0.211l-0.056,0.056
+ C175.622,228.661,175.715,228.711,175.792,228.787z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M175.792,228.787l-0.212-0.211l-0.056,0.056
+ C175.622,228.661,175.715,228.711,175.792,228.787z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M175.792,228.787l-0.212-0.211l-0.056,0.056
+ C175.622,228.661,175.715,228.711,175.792,228.787z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M175.792,228.787l-0.212-0.211l-0.056,0.056
+ C175.622,228.661,175.715,228.711,175.792,228.787z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M175.196,228.96l0.953,0.954l0.385-0.386l-0.741-0.741c-0.077-0.076-0.171-0.126-0.268-0.155
+ L175.196,228.96z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M175.196,228.96l0.953,0.954l0.385-0.386l-0.741-0.741c-0.077-0.076-0.171-0.126-0.268-0.155
+ L175.196,228.96z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M175.196,228.96l0.953,0.954l0.385-0.386l-0.741-0.741c-0.077-0.076-0.171-0.126-0.268-0.155
+ L175.196,228.96z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M175.196,228.96l0.953,0.954l0.385-0.386l-0.741-0.741c-0.077-0.076-0.171-0.126-0.268-0.155
+ L175.196,228.96z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M175.196,228.96l0.953,0.954l0.385-0.386l-0.741-0.741c-0.077-0.076-0.171-0.126-0.268-0.155
+ L175.196,228.96z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M175.196,228.96l0.953,0.954l0.385-0.386l-0.741-0.741c-0.077-0.076-0.171-0.126-0.268-0.155
+ L175.196,228.96z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="175.792,228.787 176.534,229.528 177.948,228.115 176.995,227.161 175.581,228.576
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="175.792,228.787 176.534,229.528 177.948,228.115 176.995,227.161 175.581,228.576
+ "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="175.792,228.787 176.534,229.528 177.948,228.115 176.995,227.161 175.581,228.576
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="175.792,228.787 176.534,229.528 177.948,228.115 176.995,227.161 175.581,228.576
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="175.792,228.787 176.534,229.528 177.948,228.115 176.995,227.161 175.581,228.576
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="175.792,228.787 176.534,229.528 177.948,228.115 176.995,227.161 175.581,228.576
+ "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.575,239.829c-0.035-0.055-0.059-0.113-0.077-0.173l-0.057,0.057l0.124,0.123
+ C164.569,239.833,164.573,239.831,164.575,239.829z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.575,239.829c-0.035-0.055-0.059-0.113-0.077-0.173l-0.057,0.057l0.124,0.123
+ C164.569,239.833,164.573,239.831,164.575,239.829z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.575,239.829c-0.035-0.055-0.059-0.113-0.077-0.173l-0.057,0.057l0.124,0.123
+ C164.569,239.833,164.573,239.831,164.575,239.829z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.575,239.829c-0.035-0.055-0.059-0.113-0.077-0.173l-0.057,0.057l0.124,0.123
+ C164.569,239.833,164.573,239.831,164.575,239.829z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M164.575,239.829c-0.035-0.055-0.059-0.113-0.077-0.173l-0.057,0.057l0.124,0.123
+ C164.569,239.833,164.573,239.831,164.575,239.829z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.575,239.829c-0.035-0.055-0.059-0.113-0.077-0.173l-0.057,0.057l0.124,0.123
+ C164.569,239.833,164.573,239.831,164.575,239.829z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.575,239.829c-0.035-0.055-0.059-0.113-0.077-0.173l-0.057,0.057l0.124,0.123
+ C164.569,239.833,164.573,239.831,164.575,239.829z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M165.449,239.836l0.39,0.389l1.768-1.768l-0.954-0.955l-2.154,2.154
+ c0.019,0.06,0.042,0.118,0.077,0.173C164.821,239.593,165.208,239.596,165.449,239.836z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M165.449,239.836l0.39,0.389l1.768-1.768l-0.954-0.955l-2.154,2.154
+ c0.019,0.06,0.042,0.118,0.077,0.173C164.821,239.593,165.208,239.596,165.449,239.836z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M165.449,239.836l0.39,0.389l1.768-1.768l-0.954-0.955l-2.154,2.154
+ c0.019,0.06,0.042,0.118,0.077,0.173C164.821,239.593,165.208,239.596,165.449,239.836z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M165.449,239.836l0.39,0.389l1.768-1.768l-0.954-0.955l-2.154,2.154
+ c0.019,0.06,0.042,0.118,0.077,0.173C164.821,239.593,165.208,239.596,165.449,239.836z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M165.449,239.836l0.39,0.389l1.768-1.768l-0.954-0.955l-2.154,2.154
+ c0.019,0.06,0.042,0.118,0.077,0.173C164.821,239.593,165.208,239.596,165.449,239.836z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M165.449,239.836l0.39,0.389l1.768-1.768l-0.954-0.955l-2.154,2.154
+ c0.019,0.06,0.042,0.118,0.077,0.173C164.821,239.593,165.208,239.596,165.449,239.836z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M165.449,239.836l0.39,0.389l1.768-1.768l-0.954-0.955l-2.154,2.154
+ c0.019,0.06,0.042,0.118,0.077,0.173C164.821,239.593,165.208,239.596,165.449,239.836z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M165.449,239.836l0.39,0.389l1.768-1.768l-0.954-0.955l-2.154,2.154
+ c0.019,0.06,0.042,0.118,0.077,0.173C164.821,239.593,165.208,239.596,165.449,239.836z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.655,239.925c-0.031-0.029-0.057-0.063-0.08-0.096c-0.002,0.002-0.006,0.004-0.01,0.007
+ L164.655,239.925z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.655,239.925c-0.031-0.029-0.057-0.063-0.08-0.096c-0.002,0.002-0.006,0.004-0.01,0.007
+ L164.655,239.925z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.655,239.925c-0.031-0.029-0.057-0.063-0.08-0.096c-0.002,0.002-0.006,0.004-0.01,0.007
+ L164.655,239.925z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.655,239.925c-0.031-0.029-0.057-0.063-0.08-0.096c-0.002,0.002-0.006,0.004-0.01,0.007
+ L164.655,239.925z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M164.655,239.925c-0.031-0.029-0.057-0.063-0.08-0.096c-0.002,0.002-0.006,0.004-0.01,0.007
+ L164.655,239.925z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.655,239.925c-0.031-0.029-0.057-0.063-0.08-0.096c-0.002,0.002-0.006,0.004-0.01,0.007
+ L164.655,239.925z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.655,239.925c-0.031-0.029-0.057-0.063-0.08-0.096c-0.002,0.002-0.006,0.004-0.01,0.007
+ L164.655,239.925z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.655,239.925c-0.031-0.029-0.057-0.063-0.08-0.096c-0.002,0.002-0.006,0.004-0.01,0.007
+ L164.655,239.925z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M165.449,239.836c-0.24-0.24-0.628-0.243-0.874-0.007c0.023,0.032,0.049,0.066,0.08,0.096
+ l0.016,0.017l0.725,0.726l0.443-0.442L165.449,239.836z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M165.449,239.836c-0.24-0.24-0.628-0.243-0.874-0.007c0.023,0.032,0.049,0.066,0.08,0.096
+ l0.016,0.017l0.725,0.726l0.443-0.442L165.449,239.836z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M165.449,239.836c-0.24-0.24-0.628-0.243-0.874-0.007c0.023,0.032,0.049,0.066,0.08,0.096
+ l0.016,0.017l0.725,0.726l0.443-0.442L165.449,239.836z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M165.449,239.836c-0.24-0.24-0.628-0.243-0.874-0.007c0.023,0.032,0.049,0.066,0.08,0.096
+ l0.016,0.017l0.725,0.726l0.443-0.442L165.449,239.836z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M165.449,239.836c-0.24-0.24-0.628-0.243-0.874-0.007c0.023,0.032,0.049,0.066,0.08,0.096
+ l0.016,0.017l0.725,0.726l0.443-0.442L165.449,239.836z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M165.449,239.836c-0.24-0.24-0.628-0.243-0.874-0.007c0.023,0.032,0.049,0.066,0.08,0.096
+ l0.016,0.017l0.725,0.726l0.443-0.442L165.449,239.836z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M165.449,239.836c-0.24-0.24-0.628-0.243-0.874-0.007c0.023,0.032,0.049,0.066,0.08,0.096
+ l0.016,0.017l0.725,0.726l0.443-0.442L165.449,239.836z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M165.449,239.836c-0.24-0.24-0.628-0.243-0.874-0.007c0.023,0.032,0.049,0.066,0.08,0.096
+ l0.016,0.017l0.725,0.726l0.443-0.442L165.449,239.836z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M165.449,239.836c-0.24-0.24-0.628-0.243-0.874-0.007c0.023,0.032,0.049,0.066,0.08,0.096
+ l0.016,0.017l0.725,0.726l0.443-0.442L165.449,239.836z"/>
+
+ <rect x="146.478" y="257.771" transform="matrix(0.7069 -0.7074 0.7074 0.7069 -139.3417 179.9795)" opacity="0.4" fill="#FFF8B9" width="1.999" height="0.675"/>
+
+ <rect x="146.478" y="257.771" transform="matrix(0.7069 -0.7074 0.7074 0.7069 -139.3417 179.9795)" opacity="0.4" fill="#FFF8B9" width="1.999" height="0.675"/>
+
+ <rect x="146.478" y="257.771" transform="matrix(0.7069 -0.7074 0.7074 0.7069 -139.3417 179.9795)" opacity="0.4" fill="#FFF8B9" width="1.999" height="0.675"/>
+
+ <rect x="146.478" y="257.771" transform="matrix(0.7069 -0.7074 0.7074 0.7069 -139.3417 179.9795)" opacity="0.4" fill="#FFF8B9" width="1.999" height="0.675"/>
+
+ <rect x="147.458" y="255.309" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -136.8531 180.8995)" opacity="0.4" fill="#FFF8B9" width="4.961" height="0.674"/>
+
+ <rect x="147.458" y="255.309" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -136.8531 180.8995)" opacity="0.4" fill="#FFF8B9" width="4.961" height="0.674"/>
+
+ <rect x="147.458" y="255.309" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -136.8531 180.8995)" opacity="0.4" fill="#FFF8B9" width="4.961" height="0.674"/>
+
+ <rect x="147.458" y="255.309" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -136.8531 180.8995)" opacity="0.4" fill="#FFF8B9" width="4.961" height="0.674"/>
+
+ <rect x="147.458" y="255.309" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -136.8531 180.8995)" opacity="0.4" fill="#FFF8B9" width="4.961" height="0.674"/>
+
+ <rect x="146.663" y="256.631" transform="matrix(-0.7078 -0.7064 0.7064 -0.7078 69.0659 543.8284)" opacity="0.4" fill="#FFF8B9" width="0.675" height="1.999"/>
+
+ <rect x="146.663" y="256.631" transform="matrix(-0.7078 -0.7064 0.7064 -0.7078 69.0659 543.8284)" opacity="0.4" fill="#FFF8B9" width="0.675" height="1.999"/>
+
+ <rect x="146.663" y="256.631" transform="matrix(-0.7078 -0.7064 0.7064 -0.7078 69.0659 543.8284)" opacity="0.5" fill="#D1E4B7" width="0.675" height="1.999"/>
+
+ <rect x="146.663" y="256.631" transform="matrix(-0.7078 -0.7064 0.7064 -0.7078 69.0659 543.8284)" opacity="0.4" fill="#FFF8B9" width="0.675" height="1.999"/>
+
+ <rect x="146.663" y="256.631" transform="matrix(-0.7078 -0.7064 0.7064 -0.7078 69.0659 543.8284)" opacity="0.4" fill="#FFF8B9" width="0.675" height="1.999"/>
+
+ <rect x="146.982" y="254.833" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -136.6561 180.4227)" opacity="0.4" fill="#FFF8B9" width="4.959" height="0.674"/>
+
+ <rect x="146.982" y="254.833" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -136.6561 180.4227)" opacity="0.4" fill="#FFF8B9" width="4.959" height="0.674"/>
+
+ <rect x="146.982" y="254.833" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -136.6561 180.4227)" opacity="0.4" fill="#FFF8B9" width="4.959" height="0.674"/>
+
+ <rect x="146.982" y="254.833" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -136.6561 180.4227)" opacity="0.5" fill="#D1E4B7" width="4.959" height="0.674"/>
+
+ <rect x="146.982" y="254.833" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -136.6561 180.4227)" opacity="0.4" fill="#FFF8B9" width="4.959" height="0.674"/>
+
+ <rect x="146.982" y="254.833" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -136.6561 180.4227)" opacity="0.4" fill="#FFF8B9" width="4.959" height="0.674"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M155.374,249.914c-0.033-0.03-0.058-0.064-0.08-0.099l-3.84,3.839l0.478,0.478l3.829-3.83
+ L155.374,249.914z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M155.374,249.914c-0.033-0.03-0.058-0.064-0.08-0.099l-3.84,3.839l0.478,0.478l3.829-3.83
+ L155.374,249.914z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M155.374,249.914c-0.033-0.03-0.058-0.064-0.08-0.099l-3.84,3.839l0.478,0.478l3.829-3.83
+ L155.374,249.914z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M155.374,249.914c-0.033-0.03-0.058-0.064-0.08-0.099l-3.84,3.839l0.478,0.478l3.829-3.83
+ L155.374,249.914z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M155.374,249.914c-0.033-0.03-0.058-0.064-0.08-0.099l-3.84,3.839l0.478,0.478l3.829-3.83
+ L155.374,249.914z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M155.374,249.914c-0.033-0.03-0.058-0.064-0.08-0.099l-3.84,3.839l0.478,0.478l3.829-3.83
+ L155.374,249.914z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M155.374,249.029l3.356-3.359l-0.122-0.123l-7.631,7.631l0.477,0.477l3.84-3.839
+ C155.131,249.573,155.158,249.242,155.374,249.029z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M155.374,249.029l3.356-3.359l-0.122-0.123l-7.631,7.631l0.477,0.477l3.84-3.839
+ C155.131,249.573,155.158,249.242,155.374,249.029z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M155.374,249.029l3.356-3.359l-0.122-0.123l-7.631,7.631l0.477,0.477l3.84-3.839
+ C155.131,249.573,155.158,249.242,155.374,249.029z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M155.374,249.029l3.356-3.359l-0.122-0.123l-7.631,7.631l0.477,0.477l3.84-3.839
+ C155.131,249.573,155.158,249.242,155.374,249.029z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M155.374,249.029l3.356-3.359l-0.122-0.123l-7.631,7.631l0.477,0.477l3.84-3.839
+ C155.131,249.573,155.158,249.242,155.374,249.029z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M155.374,249.029l3.356-3.359l-0.122-0.123l-7.631,7.631l0.477,0.477l3.84-3.839
+ C155.131,249.573,155.158,249.242,155.374,249.029z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M155.374,249.029l3.356-3.359l-0.122-0.123l-7.631,7.631l0.477,0.477l3.84-3.839
+ C155.131,249.573,155.158,249.242,155.374,249.029z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M155.293,249.815c0.022,0.034,0.047,0.068,0.08,0.099l0.387,0.388l3.801-3.801l-0.477-0.478
+ L155.293,249.815z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M155.293,249.815c0.022,0.034,0.047,0.068,0.08,0.099l0.387,0.388l3.801-3.801l-0.477-0.478
+ L155.293,249.815z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M155.293,249.815c0.022,0.034,0.047,0.068,0.08,0.099l0.387,0.388l3.801-3.801l-0.477-0.478
+ L155.293,249.815z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M155.293,249.815c0.022,0.034,0.047,0.068,0.08,0.099l0.387,0.388l3.801-3.801l-0.477-0.478
+ L155.293,249.815z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M155.293,249.815c0.022,0.034,0.047,0.068,0.08,0.099l0.387,0.388l3.801-3.801l-0.477-0.478
+ L155.293,249.815z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M155.293,249.815c0.022,0.034,0.047,0.068,0.08,0.099l0.387,0.388l3.801-3.801l-0.477-0.478
+ L155.293,249.815z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M155.293,249.815c0.022,0.034,0.047,0.068,0.08,0.099l0.387,0.388l3.801-3.801l-0.477-0.478
+ L155.293,249.815z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M158.73,245.67l-3.356,3.359c-0.216,0.213-0.242,0.544-0.08,0.786l3.791-3.792L158.73,245.67
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M158.73,245.67l-3.356,3.359c-0.216,0.213-0.242,0.544-0.08,0.786l3.791-3.792L158.73,245.67
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M158.73,245.67l-3.356,3.359c-0.216,0.213-0.242,0.544-0.08,0.786l3.791-3.792L158.73,245.67
+ z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M158.73,245.67l-3.356,3.359c-0.216,0.213-0.242,0.544-0.08,0.786l3.791-3.792L158.73,245.67
+ z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M158.73,245.67l-3.356,3.359c-0.216,0.213-0.242,0.544-0.08,0.786l3.791-3.792L158.73,245.67
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M158.73,245.67l-3.356,3.359c-0.216,0.213-0.242,0.544-0.08,0.786l3.791-3.792L158.73,245.67
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M158.73,245.67l-3.356,3.359c-0.216,0.213-0.242,0.544-0.08,0.786l3.791-3.792L158.73,245.67
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M158.73,245.67l-3.356,3.359c-0.216,0.213-0.242,0.544-0.08,0.786l3.791-3.792L158.73,245.67
+ z"/>
+
+ <rect x="171.442" y="230.515" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 460.3755 271.6851)" opacity="0.4" fill="#FFF8B9" width="4.957" height="1.349"/>
+
+ <rect x="171.442" y="230.515" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 460.3755 271.6851)" opacity="0.4" fill="#FFF8B9" width="4.957" height="1.349"/>
+
+ <rect x="171.442" y="230.515" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 460.3755 271.6851)" opacity="0.4" fill="#FFF8B9" width="4.957" height="1.349"/>
+
+ <rect x="171.442" y="230.515" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 460.3755 271.6851)" opacity="0.5" fill="#D1E4B7" width="4.957" height="1.349"/>
+
+ <rect x="171.442" y="230.515" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 460.3755 271.6851)" opacity="0.4" fill="#FFF8B9" width="4.957" height="1.349"/>
+
+ <rect x="171.442" y="230.515" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 460.3755 271.6851)" opacity="0.2" fill="#FFF6A3" width="4.957" height="1.349"/>
+
+ <rect x="171.442" y="230.515" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 460.3755 271.6851)" opacity="0.4" fill="#FFF8B9" width="4.957" height="1.349"/>
+
+ <rect x="166.085" y="234.786" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 456.1032 281.9977)" opacity="0.4" fill="#FFF8B9" width="7.125" height="1.349"/>
+
+ <rect x="166.085" y="234.786" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 456.1032 281.9977)" opacity="0.4" fill="#FFF8B9" width="7.125" height="1.349"/>
+
+ <rect x="166.085" y="234.786" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 456.1032 281.9977)" opacity="0.4" fill="#FFF8B9" width="7.125" height="1.349"/>
+
+ <rect x="166.085" y="234.786" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 456.1032 281.9977)" opacity="0.5" fill="#D1E4B7" width="7.125" height="1.349"/>
+
+ <rect x="166.085" y="234.786" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 456.1032 281.9977)" opacity="0.4" fill="#FFF8B9" width="7.125" height="1.349"/>
+
+ <rect x="166.085" y="234.786" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 456.1032 281.9977)" opacity="0.4" fill="#FFF8B9" width="7.125" height="1.349"/>
+
+ <rect x="166.085" y="234.786" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 456.1032 281.9977)" opacity="0.2" fill="#FFF6A3" width="7.125" height="1.349"/>
+
+ <rect x="166.085" y="234.786" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 456.1032 281.9977)" opacity="0.4" fill="#FFF8B9" width="7.125" height="1.349"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M145.621,265.11c-0.152,0.149-0.27,0.279-0.265,0.285l0.979,0.98
+ c0.007,0.006,0.134-0.112,0.286-0.265l3.724-3.723l-1.002-1.003L145.621,265.11z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M145.621,265.11c-0.152,0.149-0.27,0.279-0.265,0.285l0.979,0.98
+ c0.007,0.006,0.134-0.112,0.286-0.265l3.724-3.723l-1.002-1.003L145.621,265.11z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M145.621,265.11c-0.152,0.149-0.27,0.279-0.265,0.285l0.979,0.98
+ c0.007,0.006,0.134-0.112,0.286-0.265l3.724-3.723l-1.002-1.003L145.621,265.11z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M185.182,227.553c0.15-0.152,0.271-0.28,0.264-0.286l-0.98-0.981
+ c-0.005-0.005-0.134,0.112-0.283,0.264l-3.9,3.9l1.002,1.002L185.182,227.553z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M185.182,227.553c0.15-0.152,0.271-0.28,0.264-0.286l-0.98-0.981
+ c-0.005-0.005-0.134,0.112-0.283,0.264l-3.9,3.9l1.002,1.002L185.182,227.553z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M185.182,227.553c0.15-0.152,0.271-0.28,0.264-0.286l-0.98-0.981
+ c-0.005-0.005-0.134,0.112-0.283,0.264l-3.9,3.9l1.002,1.002L185.182,227.553z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M185.182,227.553c0.15-0.152,0.271-0.28,0.264-0.286l-0.98-0.981
+ c-0.005-0.005-0.134,0.112-0.283,0.264l-3.9,3.9l1.002,1.002L185.182,227.553z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M162.797,248.145c-0.036-0.035-0.066-0.076-0.091-0.12l-0.812,0.811l1.004,1.002l0.794-0.796
+ L162.797,248.145z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M162.797,248.145c-0.036-0.035-0.066-0.076-0.091-0.12l-0.812,0.811l1.004,1.002l0.794-0.796
+ L162.797,248.145z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M162.797,248.145c-0.036-0.035-0.066-0.076-0.091-0.12l-0.812,0.811l1.004,1.002l0.794-0.796
+ L162.797,248.145z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M162.797,248.145c-0.036-0.035-0.066-0.076-0.091-0.12l-0.812,0.811l1.004,1.002l0.794-0.796
+ L162.797,248.145z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M162.797,248.145c-0.036-0.035-0.066-0.076-0.091-0.12l-0.812,0.811l1.004,1.002l0.794-0.796
+ L162.797,248.145z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M162.797,248.145c-0.036-0.035-0.066-0.076-0.091-0.12l-0.812,0.811l1.004,1.002l0.794-0.796
+ L162.797,248.145z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.901,245.829l-2.194,2.195c0.024,0.044,0.055,0.085,0.091,0.12l0.896,0.896l2.21-2.211
+ L164.901,245.829z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.901,245.829l-2.194,2.195c0.024,0.044,0.055,0.085,0.091,0.12l0.896,0.896l2.21-2.211
+ L164.901,245.829z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.901,245.829l-2.194,2.195c0.024,0.044,0.055,0.085,0.091,0.12l0.896,0.896l2.21-2.211
+ L164.901,245.829z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M164.901,245.829l-2.194,2.195c0.024,0.044,0.055,0.085,0.091,0.12l0.896,0.896l2.21-2.211
+ L164.901,245.829z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.901,245.829l-2.194,2.195c0.024,0.044,0.055,0.085,0.091,0.12l0.896,0.896l2.21-2.211
+ L164.901,245.829z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M164.901,245.829l-2.194,2.195c0.024,0.044,0.055,0.085,0.091,0.12l0.896,0.896l2.21-2.211
+ L164.901,245.829z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M164.901,245.829l-2.194,2.195c0.024,0.044,0.055,0.085,0.091,0.12l0.896,0.896l2.21-2.211
+ L164.901,245.829z"/>
+
+ <rect x="166.108" y="242.916" transform="matrix(-0.7075 -0.7068 0.7068 -0.7075 111.7331 536.0806)" opacity="0.4" fill="#FFF8B9" width="1.416" height="4"/>
+
+ <rect x="166.108" y="242.916" transform="matrix(-0.7075 -0.7068 0.7068 -0.7075 111.7331 536.0806)" opacity="0.4" fill="#FFF8B9" width="1.416" height="4"/>
+
+ <rect x="166.108" y="242.916" transform="matrix(-0.7075 -0.7068 0.7068 -0.7075 111.7331 536.0806)" opacity="0.4" fill="#FFF8B9" width="1.416" height="4"/>
+
+ <rect x="166.108" y="242.916" transform="matrix(-0.7075 -0.7068 0.7068 -0.7075 111.7331 536.0806)" opacity="0.4" fill="#FFF8B9" width="1.416" height="4"/>
+
+ <rect x="166.108" y="242.916" transform="matrix(-0.7075 -0.7068 0.7068 -0.7075 111.7331 536.0806)" opacity="0.2" fill="#FFF6A3" width="1.416" height="4"/>
+
+ <rect x="166.108" y="242.916" transform="matrix(-0.7075 -0.7068 0.7068 -0.7075 111.7331 536.0806)" opacity="0.4" fill="#FFF8B9" width="1.416" height="4"/>
+
+ <rect x="166.108" y="242.916" transform="matrix(-0.7075 -0.7068 0.7068 -0.7075 111.7331 536.0806)" opacity="0.4" fill="#FFF8B9" width="1.416" height="4"/>
+
+ <rect x="166.108" y="242.916" transform="matrix(-0.7075 -0.7068 0.7068 -0.7075 111.7331 536.0806)" opacity="0.2" fill="#FFF6A3" width="1.416" height="4"/>
+
+ <rect x="179.076" y="230.949" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 471.2148 268.1309)" opacity="0.4" fill="#FFF8B9" width="2" height="1.417"/>
+
+ <rect x="179.076" y="230.949" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 471.2148 268.1309)" opacity="0.4" fill="#FFF8B9" width="2" height="1.417"/>
+
+ <rect x="179.076" y="230.949" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 471.2148 268.1309)" opacity="0.5" fill="#D1E4B7" width="2" height="1.417"/>
+
+ <rect x="179.076" y="230.949" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 471.2148 268.1309)" opacity="0.4" fill="#FFF8B9" width="2" height="1.417"/>
+
+ <rect x="179.076" y="230.949" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 471.2148 268.1309)" opacity="0.2" fill="#FFF6A3" width="2" height="1.417"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M179.42,233.185c0.029,0.03,0.007,0.101-0.051,0.157l-3.401,3.401l0.012,0.011l3.89-3.889
+ l-1.001-1.003l-0.385,0.386L179.42,233.185z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M179.42,233.185c0.029,0.03,0.007,0.101-0.051,0.157l-3.401,3.401l0.012,0.011l3.89-3.889
+ l-1.001-1.003l-0.385,0.386L179.42,233.185z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M179.42,233.185c0.029,0.03,0.007,0.101-0.051,0.157l-3.401,3.401l0.012,0.011l3.89-3.889
+ l-1.001-1.003l-0.385,0.386L179.42,233.185z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M179.42,233.185c0.029,0.03,0.007,0.101-0.051,0.157l-3.401,3.401l0.012,0.011l3.89-3.889
+ l-1.001-1.003l-0.385,0.386L179.42,233.185z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M179.42,233.185c0.029,0.03,0.007,0.101-0.051,0.157l-3.401,3.401l0.012,0.011l3.89-3.889
+ l-1.001-1.003l-0.385,0.386L179.42,233.185z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M179.42,233.185c0.029,0.03,0.007,0.101-0.051,0.157l-3.401,3.401l0.012,0.011l3.89-3.889
+ l-1.001-1.003l-0.385,0.386L179.42,233.185z"/>
+
+ <rect x="174.86" y="236.29" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 130.3323 529.6905)" opacity="0.4" fill="#FFF8B9" width="0.018" height="3.125"/>
+
+ <rect x="174.86" y="236.29" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 130.3323 529.6905)" opacity="0.4" fill="#FFF8B9" width="0.018" height="3.125"/>
+
+ <rect x="174.86" y="236.29" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 130.3323 529.6905)" opacity="0.4" fill="#FFF8B9" width="0.018" height="3.125"/>
+
+ <rect x="174.86" y="236.29" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 130.3323 529.6905)" opacity="0.5" fill="#D1E4B7" width="0.018" height="3.125"/>
+
+ <rect x="174.86" y="236.29" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 130.3323 529.6905)" opacity="0.4" fill="#FFF8B9" width="0.018" height="3.125"/>
+
+ <rect x="174.86" y="236.29" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 130.3323 529.6905)" opacity="0.4" fill="#FFF8B9" width="0.018" height="3.125"/>
+
+ <rect x="174.86" y="236.29" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 130.3323 529.6905)" opacity="0.2" fill="#FFF6A3" width="0.018" height="3.125"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M170.877,241.728l0.064,0.063l2.828-2.827l-0.013-0.013l-2.724,2.725
+ C170.976,241.734,170.907,241.758,170.877,241.728z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M170.877,241.728l0.064,0.063l2.828-2.827l-0.013-0.013l-2.724,2.725
+ C170.976,241.734,170.907,241.758,170.877,241.728z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M170.877,241.728l0.064,0.063l2.828-2.827l-0.013-0.013l-2.724,2.725
+ C170.976,241.734,170.907,241.758,170.877,241.728z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M170.877,241.728l0.064,0.063l2.828-2.827l-0.013-0.013l-2.724,2.725
+ C170.976,241.734,170.907,241.758,170.877,241.728z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M170.877,241.728l0.064,0.063l2.828-2.827l-0.013-0.013l-2.724,2.725
+ C170.976,241.734,170.907,241.758,170.877,241.728z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M170.877,241.728l0.064,0.063l2.828-2.827l-0.013-0.013l-2.724,2.725
+ C170.976,241.734,170.907,241.758,170.877,241.728z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M170.877,241.728l0.064,0.063l2.828-2.827l-0.013-0.013l-2.724,2.725
+ C170.976,241.734,170.907,241.758,170.877,241.728z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M170.877,241.728l0.064,0.063l2.828-2.827l-0.013-0.013l-2.724,2.725
+ C170.976,241.734,170.907,241.758,170.877,241.728z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="169.941,240.79 168.173,242.559 169.174,243.56 170.942,241.791 170.877,241.728
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="169.941,240.79 168.173,242.559 169.174,243.56 170.942,241.791 170.877,241.728
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="169.941,240.79 168.173,242.559 169.174,243.56 170.942,241.791 170.877,241.728
+ "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="169.941,240.79 168.173,242.559 169.174,243.56 170.942,241.791 170.877,241.728
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="169.941,240.79 168.173,242.559 169.174,243.56 170.942,241.791 170.877,241.728
+ "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="169.941,240.79 168.173,242.559 169.174,243.56 170.942,241.791 170.877,241.728
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="169.941,240.79 168.173,242.559 169.174,243.56 170.942,241.791 170.877,241.728
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="169.941,240.79 168.173,242.559 169.174,243.56 170.942,241.791 170.877,241.728
+ "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="169.941,240.79 168.173,242.559 169.174,243.56 170.942,241.791 170.877,241.728
+ "/>
+
+ <rect x="168.139" y="242.572" transform="matrix(-0.7079 0.7063 -0.7063 -0.7079 459.5324 296.5127)" opacity="0.4" fill="#FFF8B9" width="0.626" height="1.416"/>
+
+ <rect x="168.139" y="242.572" transform="matrix(-0.7079 0.7063 -0.7063 -0.7079 459.5324 296.5127)" opacity="0.4" fill="#FFF8B9" width="0.626" height="1.416"/>
+
+ <rect x="168.139" y="242.572" transform="matrix(-0.7079 0.7063 -0.7063 -0.7079 459.5324 296.5127)" opacity="0.4" fill="#FFF8B9" width="0.626" height="1.416"/>
+
+ <rect x="168.139" y="242.572" transform="matrix(-0.7079 0.7063 -0.7063 -0.7079 459.5324 296.5127)" opacity="0.5" fill="#D1E4B7" width="0.626" height="1.416"/>
+
+ <rect x="168.139" y="242.572" transform="matrix(-0.7079 0.7063 -0.7063 -0.7079 459.5324 296.5127)" opacity="0.4" fill="#FFF8B9" width="0.626" height="1.416"/>
+
+ <rect x="168.139" y="242.572" transform="matrix(-0.7079 0.7063 -0.7063 -0.7079 459.5324 296.5127)" opacity="0.2" fill="#FFF6A3" width="0.626" height="1.416"/>
+
+ <rect x="168.139" y="242.572" transform="matrix(-0.7079 0.7063 -0.7063 -0.7079 459.5324 296.5127)" opacity="0.4" fill="#FFF8B9" width="0.626" height="1.416"/>
+
+ <rect x="168.139" y="242.572" transform="matrix(-0.7079 0.7063 -0.7063 -0.7079 459.5324 296.5127)" opacity="0.4" fill="#FFF8B9" width="0.626" height="1.416"/>
+
+ <rect x="168.139" y="242.572" transform="matrix(-0.7079 0.7063 -0.7063 -0.7079 459.5324 296.5127)" opacity="0.4" fill="#FFF8B9" width="0.626" height="1.416"/>
+
+ <rect x="168.139" y="242.572" transform="matrix(-0.7079 0.7063 -0.7063 -0.7079 459.5324 296.5127)" opacity="0.2" fill="#FFF6A3" width="0.626" height="1.416"/>
+
+ <rect x="149.552" y="260.472" transform="matrix(0.7076 -0.7066 0.7066 0.7076 -140.5329 182.7532)" opacity="0.4" fill="#FFF8B9" width="2" height="1.418"/>
+
+ <rect x="149.552" y="260.472" transform="matrix(0.7076 -0.7066 0.7066 0.7076 -140.5329 182.7532)" opacity="0.4" fill="#FFF8B9" width="2" height="1.418"/>
+
+ <rect x="149.552" y="260.472" transform="matrix(0.7076 -0.7066 0.7066 0.7076 -140.5329 182.7532)" opacity="0.4" fill="#FFF8B9" width="2" height="1.418"/>
+
+ <rect x="149.552" y="260.472" transform="matrix(0.7076 -0.7066 0.7066 0.7076 -140.5329 182.7532)" opacity="0.2" fill="#FFF6A3" width="2" height="1.418"/>
+
+ <rect x="152.304" y="256.24" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 78.2657 549.8582)" opacity="0.4" fill="#FFF8B9" width="1.416" height="4.959"/>
+
+ <rect x="152.304" y="256.24" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 78.2657 549.8582)" opacity="0.4" fill="#FFF8B9" width="1.416" height="4.959"/>
+
+ <rect x="152.304" y="256.24" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 78.2657 549.8582)" opacity="0.4" fill="#FFF8B9" width="1.416" height="4.959"/>
+
+ <rect x="152.304" y="256.24" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 78.2657 549.8582)" opacity="0.4" fill="#FFF8B9" width="1.416" height="4.959"/>
+
+ <rect x="152.304" y="256.24" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 78.2657 549.8582)" opacity="0.2" fill="#FFF6A3" width="1.416" height="4.959"/>
+
+ <rect x="155.972" y="252.344" transform="matrix(-0.7075 -0.7068 0.7068 -0.7075 87.2629 546.2241)" opacity="0.4" fill="#FFF8B9" width="1.416" height="5.416"/>
+
+ <rect x="155.972" y="252.344" transform="matrix(-0.7075 -0.7068 0.7068 -0.7075 87.2629 546.2241)" opacity="0.4" fill="#FFF8B9" width="1.416" height="5.416"/>
+
+ <rect x="155.972" y="252.344" transform="matrix(-0.7075 -0.7068 0.7068 -0.7075 87.2629 546.2241)" opacity="0.4" fill="#FFF8B9" width="1.416" height="5.416"/>
+
+ <rect x="155.972" y="252.344" transform="matrix(-0.7075 -0.7068 0.7068 -0.7075 87.2629 546.2241)" opacity="0.2" fill="#FFF6A3" width="1.416" height="5.416"/>
+
+ <rect x="155.972" y="252.344" transform="matrix(-0.7075 -0.7068 0.7068 -0.7075 87.2629 546.2241)" opacity="0.4" fill="#FFF8B9" width="1.416" height="5.416"/>
+
+ <rect x="155.972" y="252.344" transform="matrix(-0.7075 -0.7068 0.7068 -0.7075 87.2629 546.2241)" opacity="0.2" fill="#FFF6A3" width="1.416" height="5.416"/>
+
+ <rect x="157.808" y="250.527" transform="matrix(0.7072 -0.707 0.707 0.7072 -130.6346 187.0356)" opacity="0.4" fill="#FFF8B9" width="5.376" height="1.418"/>
+
+ <rect x="157.808" y="250.527" transform="matrix(0.7072 -0.707 0.707 0.7072 -130.6346 187.0356)" opacity="0.4" fill="#FFF8B9" width="5.376" height="1.418"/>
+
+ <rect x="157.808" y="250.527" transform="matrix(0.7072 -0.707 0.707 0.7072 -130.6346 187.0356)" opacity="0.4" fill="#FFF8B9" width="5.376" height="1.418"/>
+
+ <rect x="157.808" y="250.527" transform="matrix(0.7072 -0.707 0.707 0.7072 -130.6346 187.0356)" opacity="0.2" fill="#FFF6A3" width="5.376" height="1.418"/>
+
+ <rect x="157.808" y="250.527" transform="matrix(0.7072 -0.707 0.707 0.7072 -130.6346 187.0356)" opacity="0.4" fill="#FFF8B9" width="5.376" height="1.418"/>
+
+ <rect x="157.808" y="250.527" transform="matrix(0.7072 -0.707 0.707 0.7072 -130.6346 187.0356)" opacity="0.4" fill="#FFF8B9" width="5.376" height="1.418"/>
+
+ <rect x="157.808" y="250.527" transform="matrix(0.7072 -0.707 0.707 0.7072 -130.6346 187.0356)" opacity="0.2" fill="#FFF6A3" width="5.376" height="1.418"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M175.968,236.743l3.401-3.401c0.058-0.057,0.08-0.127,0.051-0.157l-0.937-0.937l-3.505,3.505
+ L175.968,236.743z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M175.968,236.743l3.401-3.401c0.058-0.057,0.08-0.127,0.051-0.157l-0.937-0.937l-3.505,3.505
+ L175.968,236.743z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M175.968,236.743l3.401-3.401c0.058-0.057,0.08-0.127,0.051-0.157l-0.937-0.937l-3.505,3.505
+ L175.968,236.743z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M175.968,236.743l3.401-3.401c0.058-0.057,0.08-0.127,0.051-0.157l-0.937-0.937l-3.505,3.505
+ L175.968,236.743z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M175.968,236.743l3.401-3.401c0.058-0.057,0.08-0.127,0.051-0.157l-0.937-0.937l-3.505,3.505
+ L175.968,236.743z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M175.968,236.743l3.401-3.401c0.058-0.057,0.08-0.127,0.051-0.157l-0.937-0.937l-3.505,3.505
+ L175.968,236.743z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M175.968,236.743l3.401-3.401c0.058-0.057,0.08-0.127,0.051-0.157l-0.937-0.937l-3.505,3.505
+ L175.968,236.743z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M172.754,237.976c0.042,0.025,0.084,0.057,0.119,0.093l0.884,0.883l2.211-2.208l-0.989-0.99
+ L172.754,237.976z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M172.754,237.976c0.042,0.025,0.084,0.057,0.119,0.093l0.884,0.883l2.211-2.208l-0.989-0.99
+ L172.754,237.976z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M172.754,237.976c0.042,0.025,0.084,0.057,0.119,0.093l0.884,0.883l2.211-2.208l-0.989-0.99
+ L172.754,237.976z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M172.754,237.976c0.042,0.025,0.084,0.057,0.119,0.093l0.884,0.883l2.211-2.208l-0.989-0.99
+ L172.754,237.976z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M172.754,237.976c0.042,0.025,0.084,0.057,0.119,0.093l0.884,0.883l2.211-2.208l-0.989-0.99
+ L172.754,237.976z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M172.754,237.976c0.042,0.025,0.084,0.057,0.119,0.093l0.884,0.883l2.211-2.208l-0.989-0.99
+ L172.754,237.976z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M172.754,237.976c0.042,0.025,0.084,0.057,0.119,0.093l0.884,0.883l2.211-2.208l-0.989-0.99
+ L172.754,237.976z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M172.754,237.976c0.042,0.025,0.084,0.057,0.119,0.093l0.884,0.883l2.211-2.208l-0.989-0.99
+ L172.754,237.976z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M172.754,237.976l-2.813,2.814l0.937,0.938c0.029,0.03,0.099,0.007,0.156-0.052l2.724-2.725
+ l-0.884-0.883C172.838,238.032,172.796,238.001,172.754,237.976z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M172.754,237.976l-2.813,2.814l0.937,0.938c0.029,0.03,0.099,0.007,0.156-0.052l2.724-2.725
+ l-0.884-0.883C172.838,238.032,172.796,238.001,172.754,237.976z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M172.754,237.976l-2.813,2.814l0.937,0.938c0.029,0.03,0.099,0.007,0.156-0.052l2.724-2.725
+ l-0.884-0.883C172.838,238.032,172.796,238.001,172.754,237.976z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M172.754,237.976l-2.813,2.814l0.937,0.938c0.029,0.03,0.099,0.007,0.156-0.052l2.724-2.725
+ l-0.884-0.883C172.838,238.032,172.796,238.001,172.754,237.976z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M172.754,237.976l-2.813,2.814l0.937,0.938c0.029,0.03,0.099,0.007,0.156-0.052l2.724-2.725
+ l-0.884-0.883C172.838,238.032,172.796,238.001,172.754,237.976z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M172.754,237.976l-2.813,2.814l0.937,0.938c0.029,0.03,0.099,0.007,0.156-0.052l2.724-2.725
+ l-0.884-0.883C172.838,238.032,172.796,238.001,172.754,237.976z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M172.754,237.976l-2.813,2.814l0.937,0.938c0.029,0.03,0.099,0.007,0.156-0.052l2.724-2.725
+ l-0.884-0.883C172.838,238.032,172.796,238.001,172.754,237.976z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M172.754,237.976l-2.813,2.814l0.937,0.938c0.029,0.03,0.099,0.007,0.156-0.052l2.724-2.725
+ l-0.884-0.883C172.838,238.032,172.796,238.001,172.754,237.976z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M172.754,237.976l-2.813,2.814l0.937,0.938c0.029,0.03,0.099,0.007,0.156-0.052l2.724-2.725
+ l-0.884-0.883C172.838,238.032,172.796,238.001,172.754,237.976z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M203.13,216.825c0.157-0.158,0.277-0.293,0.27-0.301l-1.387-1.387
+ c-0.008-0.008-0.144,0.112-0.3,0.271l-0.913,0.911l1.419,1.418L203.13,216.825z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M203.13,216.825c0.157-0.158,0.277-0.293,0.27-0.301l-1.387-1.387
+ c-0.008-0.008-0.144,0.112-0.3,0.271l-0.913,0.911l1.419,1.418L203.13,216.825z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M203.13,216.825c0.157-0.158,0.277-0.293,0.27-0.301l-1.387-1.387
+ c-0.008-0.008-0.144,0.112-0.3,0.271l-0.913,0.911l1.419,1.418L203.13,216.825z"/>
+
+ <rect x="180.597" y="224.688" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 488.7997 248.9023)" opacity="0.4" fill="#FFF8B9" width="24.5" height="2.006"/>
+
+ <rect x="180.597" y="224.688" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 488.7997 248.9023)" opacity="0.4" fill="#FFF8B9" width="24.5" height="2.006"/>
+
+ <rect x="180.597" y="224.688" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 488.7997 248.9023)" opacity="0.5" fill="#D1E4B7" width="24.5" height="2.006"/>
+
+ <rect x="180.597" y="224.688" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 488.7997 248.9023)" opacity="0.5" fill="#D1E4B7" width="24.5" height="2.006"/>
+
+ <rect x="165.197" y="251.779" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 105.2869 548.2958)" opacity="0.4" fill="#FFF8B9" width="2.005" height="1.126"/>
+
+ <rect x="165.197" y="251.779" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 105.2869 548.2958)" opacity="0.4" fill="#FFF8B9" width="2.005" height="1.126"/>
+
+ <rect x="165.197" y="251.779" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 105.2869 548.2958)" opacity="0.4" fill="#FFF8B9" width="2.005" height="1.126"/>
+
+ <rect x="165.197" y="251.779" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 105.2869 548.2958)" opacity="0.2" fill="#FFF6A3" width="2.005" height="1.126"/>
+
+ <rect x="165.197" y="251.779" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 105.2869 548.2958)" opacity="0.4" fill="#FFF8B9" width="2.005" height="1.126"/>
+
+ <rect x="165.197" y="251.779" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 105.2869 548.2958)" opacity="0.5" fill="#D1E4B7" width="2.005" height="1.126"/>
+
+ <rect x="168.114" y="245.862" transform="matrix(-0.7069 -0.7074 0.7074 -0.7069 112.2283 545.3588)" opacity="0.4" fill="#FFF8B9" width="2.005" height="7.126"/>
+
+ <rect x="168.114" y="245.862" transform="matrix(-0.7069 -0.7074 0.7074 -0.7069 112.2283 545.3588)" opacity="0.4" fill="#FFF8B9" width="2.005" height="7.126"/>
+
+ <rect x="168.114" y="245.862" transform="matrix(-0.7069 -0.7074 0.7074 -0.7069 112.2283 545.3588)" opacity="0.4" fill="#FFF8B9" width="2.005" height="7.126"/>
+
+ <rect x="168.114" y="245.862" transform="matrix(-0.7069 -0.7074 0.7074 -0.7069 112.2283 545.3588)" opacity="0.2" fill="#FFF6A3" width="2.005" height="7.126"/>
+
+ <rect x="168.114" y="245.862" transform="matrix(-0.7069 -0.7074 0.7074 -0.7069 112.2283 545.3588)" opacity="0.4" fill="#FFF8B9" width="2.005" height="7.126"/>
+
+ <rect x="168.114" y="245.862" transform="matrix(-0.7069 -0.7074 0.7074 -0.7069 112.2283 545.3588)" opacity="0.4" fill="#FFF8B9" width="2.005" height="7.126"/>
+
+ <rect x="168.114" y="245.862" transform="matrix(-0.7069 -0.7074 0.7074 -0.7069 112.2283 545.3588)" opacity="0.5" fill="#D1E4B7" width="2.005" height="7.126"/>
+
+ <rect x="182.478" y="234.061" transform="matrix(-0.7067 -0.7075 0.7075 -0.7067 146.8533 530.9962)" opacity="0.4" fill="#FFF8B9" width="2.004" height="2.001"/>
+
+ <rect x="182.478" y="234.061" transform="matrix(-0.7067 -0.7075 0.7075 -0.7067 146.8533 530.9962)" opacity="0.4" fill="#FFF8B9" width="2.004" height="2.001"/>
+
+ <rect x="182.478" y="234.061" transform="matrix(-0.7067 -0.7075 0.7075 -0.7067 146.8533 530.9962)" opacity="0.5" fill="#D1E4B7" width="2.004" height="2.001"/>
+
+ <rect x="182.478" y="234.061" transform="matrix(-0.7067 -0.7075 0.7075 -0.7067 146.8533 530.9962)" opacity="0.4" fill="#FFF8B9" width="2.004" height="2.001"/>
+
+ <rect x="182.478" y="234.061" transform="matrix(-0.7067 -0.7075 0.7075 -0.7067 146.8533 530.9962)" opacity="0.5" fill="#D1E4B7" width="2.004" height="2.001"/>
+
+ <rect x="175.412" y="237.817" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 475.6804 280.5933)" opacity="0.4" fill="#FFF8B9" width="8.624" height="2.004"/>
+
+ <rect x="175.412" y="237.817" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 475.6804 280.5933)" opacity="0.4" fill="#FFF8B9" width="8.624" height="2.004"/>
+
+ <rect x="175.412" y="237.817" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 475.6804 280.5933)" opacity="0.4" fill="#FFF8B9" width="8.624" height="2.004"/>
+
+ <rect x="175.412" y="237.817" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 475.6804 280.5933)" opacity="0.5" fill="#D1E4B7" width="8.624" height="2.004"/>
+
+ <rect x="175.412" y="237.817" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 475.6804 280.5933)" opacity="0.4" fill="#FFF8B9" width="8.624" height="2.004"/>
+
+ <rect x="175.412" y="237.817" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 475.6804 280.5933)" opacity="0.5" fill="#D1E4B7" width="8.624" height="2.004"/>
+
+ <rect x="174.257" y="241.282" transform="matrix(-0.7074 -0.7069 0.7069 -0.7074 127.2626 539.2527)" opacity="0.4" fill="#FFF8B9" width="2.005" height="4"/>
+
+ <rect x="174.257" y="241.282" transform="matrix(-0.7074 -0.7069 0.7069 -0.7074 127.2626 539.2527)" opacity="0.4" fill="#FFF8B9" width="2.005" height="4"/>
+
+ <rect x="174.257" y="241.282" transform="matrix(-0.7074 -0.7069 0.7069 -0.7074 127.2626 539.2527)" opacity="0.4" fill="#FFF8B9" width="2.005" height="4"/>
+
+ <rect x="174.257" y="241.282" transform="matrix(-0.7074 -0.7069 0.7069 -0.7074 127.2626 539.2527)" opacity="0.5" fill="#D1E4B7" width="2.005" height="4"/>
+
+ <rect x="174.257" y="241.282" transform="matrix(-0.7074 -0.7069 0.7069 -0.7074 127.2626 539.2527)" opacity="0.4" fill="#FFF8B9" width="2.005" height="4"/>
+
+ <rect x="174.257" y="241.282" transform="matrix(-0.7074 -0.7069 0.7069 -0.7074 127.2626 539.2527)" opacity="0.4" fill="#FFF8B9" width="2.005" height="4"/>
+
+ <rect x="174.257" y="241.282" transform="matrix(-0.7074 -0.7069 0.7069 -0.7074 127.2626 539.2527)" opacity="0.5" fill="#D1E4B7" width="2.005" height="4"/>
+
+ <rect x="171.711" y="244.578" transform="matrix(-0.7069 0.7073 -0.7073 -0.7069 468.9291 296.8475)" opacity="0.4" fill="#FFF8B9" width="2.5" height="2.005"/>
+
+ <rect x="171.711" y="244.578" transform="matrix(-0.7069 0.7073 -0.7073 -0.7069 468.9291 296.8475)" opacity="0.4" fill="#FFF8B9" width="2.5" height="2.005"/>
+
+ <rect x="171.711" y="244.578" transform="matrix(-0.7069 0.7073 -0.7073 -0.7069 468.9291 296.8475)" opacity="0.4" fill="#FFF8B9" width="2.5" height="2.005"/>
+
+ <rect x="171.711" y="244.578" transform="matrix(-0.7069 0.7073 -0.7073 -0.7069 468.9291 296.8475)" opacity="0.5" fill="#D1E4B7" width="2.5" height="2.005"/>
+
+ <rect x="171.711" y="244.578" transform="matrix(-0.7069 0.7073 -0.7073 -0.7069 468.9291 296.8475)" opacity="0.2" fill="#FFF6A3" width="2.5" height="2.005"/>
+
+ <rect x="171.711" y="244.578" transform="matrix(-0.7069 0.7073 -0.7073 -0.7069 468.9291 296.8475)" opacity="0.4" fill="#FFF8B9" width="2.5" height="2.005"/>
+
+ <rect x="171.711" y="244.578" transform="matrix(-0.7069 0.7073 -0.7073 -0.7069 468.9291 296.8475)" opacity="0.4" fill="#FFF8B9" width="2.5" height="2.005"/>
+
+ <rect x="171.711" y="244.578" transform="matrix(-0.7069 0.7073 -0.7073 -0.7069 468.9291 296.8475)" opacity="0.5" fill="#D1E4B7" width="2.5" height="2.005"/>
+
+ <rect x="170.853" y="246.373" transform="matrix(-0.7076 -0.7066 0.7066 -0.7076 119.1477 542.6746)" opacity="0.4" fill="#FFF8B9" width="2.005" height="0.625"/>
+
+ <rect x="170.853" y="246.373" transform="matrix(-0.7076 -0.7066 0.7066 -0.7076 119.1477 542.6746)" opacity="0.4" fill="#FFF8B9" width="2.005" height="0.625"/>
+
+ <rect x="170.853" y="246.373" transform="matrix(-0.7076 -0.7066 0.7066 -0.7076 119.1477 542.6746)" opacity="0.4" fill="#FFF8B9" width="2.005" height="0.625"/>
+
+ <rect x="170.853" y="246.373" transform="matrix(-0.7076 -0.7066 0.7066 -0.7076 119.1477 542.6746)" opacity="0.5" fill="#D1E4B7" width="2.005" height="0.625"/>
+
+ <rect x="170.853" y="246.373" transform="matrix(-0.7076 -0.7066 0.7066 -0.7076 119.1477 542.6746)" opacity="0.2" fill="#FFF6A3" width="2.005" height="0.625"/>
+
+ <rect x="170.853" y="246.373" transform="matrix(-0.7076 -0.7066 0.7066 -0.7076 119.1477 542.6746)" opacity="0.4" fill="#FFF8B9" width="2.005" height="0.625"/>
+
+ <rect x="170.853" y="246.373" transform="matrix(-0.7076 -0.7066 0.7066 -0.7076 119.1477 542.6746)" opacity="0.4" fill="#FFF8B9" width="2.005" height="0.625"/>
+
+ <rect x="170.853" y="246.373" transform="matrix(-0.7076 -0.7066 0.7066 -0.7076 119.1477 542.6746)" opacity="0.4" fill="#FFF8B9" width="2.005" height="0.625"/>
+
+ <rect x="170.853" y="246.373" transform="matrix(-0.7076 -0.7066 0.7066 -0.7076 119.1477 542.6746)" opacity="0.5" fill="#D1E4B7" width="2.005" height="0.625"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M161.644,255.481c-0.159,0.157-0.278,0.292-0.27,0.3l1.387,1.388
+ c0.007,0.007,0.142-0.111,0.3-0.271l3.449-3.448l-1.418-1.418L161.644,255.481z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M161.644,255.481c-0.159,0.157-0.278,0.292-0.27,0.3l1.387,1.388
+ c0.007,0.007,0.142-0.111,0.3-0.271l3.449-3.448l-1.418-1.418L161.644,255.481z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M161.644,255.481c-0.159,0.157-0.278,0.292-0.27,0.3l1.387,1.388
+ c0.007,0.007,0.142-0.111,0.3-0.271l3.449-3.448l-1.418-1.418L161.644,255.481z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M161.644,255.481c-0.159,0.157-0.278,0.292-0.27,0.3l1.387,1.388
+ c0.007,0.007,0.142-0.111,0.3-0.271l3.449-3.448l-1.418-1.418L161.644,255.481z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M161.644,255.481c-0.159,0.157-0.278,0.292-0.27,0.3l1.387,1.388
+ c0.007,0.007,0.142-0.111,0.3-0.271l3.449-3.448l-1.418-1.418L161.644,255.481z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M161.644,255.481c-0.159,0.157-0.278,0.292-0.27,0.3l1.387,1.388
+ c0.007,0.007,0.142-0.111,0.3-0.271l3.449-3.448l-1.418-1.418L161.644,255.481z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M161.644,255.481c-0.159,0.157-0.278,0.292-0.27,0.3l1.387,1.388
+ c0.007,0.007,0.142-0.111,0.3-0.271l3.449-3.448l-1.418-1.418L161.644,255.481z"/>
+</g>
+<g id="debian_1_">
+ <g>
+ <path fill="#23353D" d="M160.437,238.977c-0.789,0.011,0.15,0.406,1.181,0.565c0.284-0.226,0.542-0.448,0.773-0.667
+ C161.749,239.033,161.095,239.035,160.437,238.977"/>
+ <path fill="#23353D" d="M164.675,237.919c0.472-0.65,0.814-1.359,0.936-2.093c-0.106,0.521-0.391,0.974-0.659,1.45
+ c-1.475,0.93-0.138-0.552,0-1.114C163.365,238.161,164.734,237.36,164.675,237.919"/>
+ <path fill="#23353D" d="M166.242,233.849c0.094-1.422-0.279-0.974-0.407-0.431C165.984,233.495,166.098,234.42,166.242,233.849"/>
+ <path fill="#23353D" d="M157.441,214.406c0.422,0.076,0.912,0.135,0.844,0.234C158.745,214.54,158.848,214.447,157.441,214.406"/>
+ <path fill="#23353D" d="M158.285,214.641l-0.299,0.063l0.278-0.025L158.285,214.641"/>
+ <path fill="#23353D" d="M171.429,234.388c0.047,1.277-0.374,1.896-0.753,2.992l-0.684,0.341c-0.559,1.086,0.054,0.688-0.345,1.551
+ c-0.872,0.777-2.646,2.428-3.216,2.578c-0.414-0.009,0.28-0.487,0.372-0.675c-1.168,0.799-0.937,1.202-2.722,1.688l-0.054-0.117
+ c-4.403,2.072-10.52-2.032-10.438-7.633c-0.049,0.354-0.136,0.266-0.233,0.41c-0.226-2.882,1.333-5.775,3.959-6.958
+ c2.571-1.272,5.585-0.75,7.427,0.967c-1.013-1.325-3.024-2.729-5.411-2.599c-2.337,0.037-4.524,1.522-5.254,3.136
+ c-1.195,0.752-1.336,2.904-1.857,3.298c-0.702,5.158,1.321,7.387,4.742,10.009c0.538,0.362,0.151,0.417,0.225,0.694
+ c-1.138-0.531-2.177-1.336-3.034-2.32c0.454,0.664,0.943,1.312,1.578,1.82c-1.071-0.363-2.503-2.599-2.923-2.689
+ c1.849,3.309,7.495,5.801,10.455,4.563c-1.369,0.052-3.108,0.029-4.646-0.54c-0.646-0.332-1.524-1.02-1.366-1.148
+ c4.035,1.506,8.206,1.142,11.697-1.658c0.888-0.692,1.858-1.868,2.14-1.886c-0.423,0.634,0.07,0.305-0.253,0.866
+ c0.886-1.428-0.385-0.58,0.915-2.465l0.479,0.661c-0.178-1.184,1.472-2.623,1.307-4.498c0.377-0.573,0.422,0.617,0.02,1.936
+ c0.557-1.463,0.146-1.698,0.289-2.903c0.155,0.405,0.357,0.837,0.462,1.265c-0.363-1.414,0.373-2.381,0.555-3.201
+ c-0.178-0.079-0.559,0.623-0.647-1.045c0.014-0.726,0.202-0.379,0.276-0.559c-0.144-0.082-0.518-0.638-0.743-1.704
+ c0.162-0.251,0.438,0.649,0.663,0.686c-0.146-0.848-0.392-1.493-0.401-2.146c-0.656-1.369-0.232,0.183-0.764-0.587
+ c-0.696-2.175,0.579-0.504,0.664-1.492c1.057,1.53,1.66,3.904,1.936,4.886c-0.211-1.197-0.551-2.358-0.968-3.481
+ c0.321,0.135-0.518-2.465,0.417-0.743c-0.999-3.672-4.271-7.103-7.28-8.712c0.367,0.338,0.833,0.761,0.667,0.826
+ c-1.498-0.891-1.235-0.96-1.449-1.336c-1.22-0.497-1.3,0.04-2.108,0c-2.299-1.22-2.742-1.089-4.857-1.854l0.096,0.449
+ c-1.522-0.507-1.773,0.192-3.42,0.002c-0.1-0.078,0.527-0.283,1.044-0.357c-1.472,0.194-1.403-0.291-2.845,0.053
+ c0.355-0.25,0.73-0.414,1.11-0.626c-1.203,0.074-2.867,0.699-2.353,0.13c-1.959,0.874-5.438,2.101-7.389,3.932l-0.063-0.411
+ c-0.896,1.075-3.9,3.208-4.14,4.599l-0.239,0.055c-0.464,0.79-0.767,1.683-1.135,2.493c-0.609,1.038-0.893,0.399-0.807,0.562
+ c-1.197,2.429-1.791,4.469-2.307,6.142c0.367,0.547,0.01,3.292,0.147,5.49c-0.6,10.859,7.622,21.402,16.61,23.836
+ c1.316,0.473,3.274,0.454,4.941,0.502c-1.967-0.562-2.22-0.298-4.135-0.966c-1.381-0.65-1.685-1.394-2.664-2.242l0.388,0.685
+ c-1.918-0.68-1.116-0.841-2.677-1.337l0.414-0.537c-0.622-0.049-1.648-1.051-1.93-1.604l-0.68,0.026
+ c-0.818-1.008-1.252-1.735-1.222-2.298l-0.22,0.392c-0.249-0.429-3.008-3.782-1.576-3.004c-0.266-0.241-0.618-0.393-1.003-1.09
+ l0.292-0.333c-0.688-0.887-1.269-2.023-1.223-2.402c0.365,0.498,0.621,0.591,0.874,0.676c-1.739-4.317-1.838-0.239-3.154-4.394
+ l0.278-0.022c-0.214-0.321-0.343-0.672-0.516-1.015l0.122-1.209c-1.252-1.449-0.353-6.154-0.169-8.735
+ c0.124-1.051,1.044-2.169,1.744-3.921l-0.427-0.073c0.815-1.422,4.653-5.71,6.431-5.49c0.861-1.082-0.17-0.003-0.338-0.275
+ c1.89-1.957,2.485-1.384,3.762-1.734c1.377-0.818-1.183,0.317-0.529-0.313c2.38-0.606,1.688-1.381,4.792-1.688
+ c0.327,0.185-0.762,0.287-1.033,0.528c1.983-0.97,6.274-0.75,9.063,0.538c3.233,1.512,6.868,5.98,7.013,10.187l0.161,0.043
+ c-0.08,1.672,0.257,3.604-0.329,5.377L171.429,234.388"/>
+ <path fill="#23353D" d="M151.814,240.059l-0.109,0.556c0.519,0.705,0.931,1.469,1.594,2.021
+ C152.823,241.704,152.467,241.318,151.814,240.059"/>
+ <path fill="#23353D" d="M153.042,240.011c-0.275-0.303-0.437-0.669-0.618-1.032c0.173,0.64,0.529,1.188,0.861,1.749
+ L153.042,240.011"/>
+ <path fill="#23353D" d="M174.758,235.292l-0.114,0.292c-0.214,1.509-0.673,3.006-1.377,4.392
+ C174.044,238.513,174.547,236.912,174.758,235.292"/>
+ <path fill="#23353D" d="M157.598,214.03c0.533-0.198,1.313-0.11,1.88-0.237c-0.739,0.062-1.475,0.099-2.199,0.192L157.598,214.03"
+ />
+ <path fill="#23353D" d="M138.848,224c0.124,1.138-0.856,1.58,0.218,0.828C139.642,223.531,138.84,224.471,138.848,224"/>
+ <path fill="#23353D" d="M137.586,229.272c0.246-0.761,0.293-1.216,0.387-1.655C137.289,228.49,137.658,228.677,137.586,229.272"/>
+ </g>
+</g>
+<linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="161.4429" y1="170.8774" x2="161.4429" y2="170.8774">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+</linearGradient>
+<path opacity="0.6" fill="#F6F6F6" stroke="url(#SVGID_5_)" stroke-miterlimit="10" d="M161.443,170.877"/>
+<linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="-825.5737" y1="12.2573" x2="-825.5737" y2="-324.4517" gradientTransform="matrix(-1 0 0 -1 -587.8486 318.2041)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="0.097" style="stop-color:#FFFFFF;stop-opacity:0.903"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+</linearGradient>
+<line opacity="0.3" fill="#F6F6F6" stroke="url(#SVGID_6_)" stroke-width="3" stroke-linecap="round" stroke-miterlimit="10" x1="237.725" y1="307.447" x2="237.725" y2="641.156"/>
+<linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="-39.9736" y1="184.981" x2="-39.9736" y2="-178.6279" gradientTransform="matrix(1 0 0 1 103.2568 -50.5977)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="0.097" style="stop-color:#FFFFFF;stop-opacity:0.903"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+</linearGradient>
+<line opacity="0.3" fill="#F6F6F6" stroke="url(#SVGID_7_)" stroke-width="3" stroke-linecap="round" stroke-miterlimit="10" x1="63.283" y1="132.883" x2="63.283" y2="-227.726"/>
+</svg>
diff --git a/moonlight-theme/sources/installer.svg b/moonlight-theme/sources/installer.svg
new file mode 100755
index 0000000..97d2e84
--- /dev/null
+++ b/moonlight-theme/sources/installer.svg
@@ -0,0 +1,2117 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="800px"
+ height="75px" viewBox="0 0 800 75" enable-background="new 0 0 800 75" xml:space="preserve">
+<g id="Layer_1">
+ <g>
+ <rect y="-25.992" fill="#133544" width="803.667" height="106.807"/>
+
+ <radialGradient id="SVGID_1_" cx="-302.5264" cy="489.5781" r="1100.4911" gradientTransform="matrix(0.3091 0 0 -0.0625 495.3472 58.0098)" gradientUnits="userSpaceOnUse">
+ <stop offset="0" style="stop-color:#24363E"/>
+ <stop offset="0.1555" style="stop-color:#273943"/>
+ <stop offset="0.3948" style="stop-color:#2B3F49"/>
+ <stop offset="0.6601" style="stop-color:#2E424D"/>
+ <stop offset="1" style="stop-color:#2F434E"/>
+ </radialGradient>
+ <rect y="-25.992" fill="none" stroke="url(#SVGID_1_)" stroke-miterlimit="10" width="803.667" height="106.807"/>
+ </g>
+
+ <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="-557.2305" y1="39.0254" x2="1369.7939" y2="39.0254" gradientTransform="matrix(-1 0 0 -1 848.5313 114.0254)">
+ <stop offset="0" style="stop-color:#2B4F5A;stop-opacity:0"/>
+ <stop offset="0.5" style="stop-color:#2A4F5A;stop-opacity:0.958"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+ <rect x="-521.263" y="60.048" opacity="0.2" fill="url(#SVGID_2_)" width="1927.024" height="29.904"/>
+ <g>
+ <g>
+
+ <radialGradient id="SVGID_3_" cx="-1405.541" cy="392.377" r="484.1633" gradientTransform="matrix(0.2308 0 0 -0.2308 413.8531 102.4124)" gradientUnits="userSpaceOnUse">
+ <stop offset="0" style="stop-color:#6C99B8"/>
+ <stop offset="1" style="stop-color:#133544;stop-opacity:0"/>
+ </radialGradient>
+ <rect x="-54.581" y="-132.183" fill="url(#SVGID_3_)" width="288.069" height="288.07"/>
+ </g>
+
+ <circle opacity="0.3" fill="#244960" stroke="#F6F6F6" stroke-width="0.5" stroke-miterlimit="10" cx="89.453" cy="4.707" r="73.762"/>
+ <path opacity="0.4" fill="#244960" d="M58.099-38.583c29.004-10.196,60.781,5.051,70.976,34.053
+ c10.194,29.006-5.053,60.782-34.056,70.977c-29.004,10.195-60.78-5.053-70.976-34.054C13.849,3.386,29.096-28.387,58.099-38.583z"
+ />
+ <g>
+ <path fill="none" d="M90.051,25.697l0.525,1.494l4.997-1.756c-0.149-0.504-0.313-1.008-0.488-1.51l0,0L90.051,25.697z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M90.116,50.023c0.039,0.107-0.036,0.234-0.166,0.283l-3.374,1.186l1.64,4.664
+ c2.674-2.83,4.794-6.121,6.267-9.688l-4.998,1.758L90.116,50.023z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M85.063,27.222l-1.257-3.575l-2.634,0.927l1.853,5.271l7.551-2.654l-0.525-1.494
+ l-4.743,1.667C85.212,27.396,85.103,27.332,85.063,27.222z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M70.905,56.998c-0.131,0.049-0.269-0.006-0.307-0.115l-0.095-0.266
+ c0.092,0.256,0.005,0.521-0.191,0.59l-8.621,3.031l2.024,5.76c3.972,0.195,8.046-0.361,12.027-1.762
+ c1.189-0.418,2.338-0.898,3.443-1.441l-2.725-7.75L70.905,56.998z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M47.83,60.789c1.083,0.713,2.21,1.361,3.372,1.938l-0.979-2.781L47.83,60.789z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M36.505,40.275c-0.196,0.068-0.412-0.033-0.48-0.229l-2.368-6.739
+ c-0.136,3.832,0.429,7.754,1.777,11.586c1.774,5.047,4.7,9.359,8.378,12.752L37.574,39.9L36.505,40.275z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M43.964,42.139l-2.336,0.822c-0.154,0.053-0.281,0.092-0.283,0.082l-0.393-1.115
+ c-0.002-0.008,0.121-0.057,0.275-0.109l2.334-0.822l-1-2.848L37.574,39.9l6.237,17.746c1.257,1.156,2.602,2.205,4.018,3.143
+ l2.393-0.844L43.964,42.139z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M43.964,42.139l-2.336,0.822c-0.154,0.053-0.281,0.092-0.283,0.082l-0.393-1.115
+ c-0.002-0.008,0.121-0.057,0.275-0.109l2.334-0.822l-1-2.848L37.574,39.9l6.237,17.746c1.257,1.156,2.602,2.205,4.018,3.143
+ l2.393-0.844L43.964,42.139z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M44.292,10.738c-0.325,0.287-0.643,0.582-0.956,0.883l1.126-0.395L44.292,10.738z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M44.292,10.738c-0.325,0.287-0.643,0.582-0.956,0.883l1.126-0.395L44.292,10.738z"/>
+
+ <rect x="82.358" y="22.621" transform="matrix(-0.3348 -0.9423 0.9423 -0.3348 87.4283 109.7568)" opacity="0.4" fill="#FFF8B9" width="0.197" height="2.793"/>
+
+ <rect x="82.358" y="22.621" transform="matrix(-0.3348 -0.9423 0.9423 -0.3348 87.4283 109.7568)" opacity="0.4" fill="#FFF8B9" width="0.197" height="2.793"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M75.19,22.585l3-1.055c0.122-0.043,0.222-0.075,0.225-0.07l0.277,0.791
+ c0.002,0.004-0.095,0.043-0.218,0.088l-3,1.054l0.661,1.879l7.338-2.577L78.746,9.246c-0.039-0.111,0.006-0.229,0.101-0.26
+ l3.443-1.211c-0.412-0.264-0.831-0.518-1.253-0.762l-10.075,3.543L75.19,22.585z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M75.19,22.585l3-1.055c0.122-0.043,0.222-0.075,0.225-0.07l0.277,0.791
+ c0.002,0.004-0.095,0.043-0.218,0.088l-3,1.054l0.661,1.879l7.338-2.577L78.746,9.246c-0.039-0.111,0.006-0.229,0.101-0.26
+ l3.443-1.211c-0.412-0.264-0.831-0.518-1.253-0.762l-10.075,3.543L75.19,22.585z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M57.232,3.832C56.41,4.046,55.591,4.3,54.775,4.585c-2.621,0.92-5.044,2.154-7.243,3.639
+ L57.54,4.707L57.232,3.832z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M57.232,3.832C56.41,4.046,55.591,4.3,54.775,4.585c-2.621,0.92-5.044,2.154-7.243,3.639
+ L57.54,4.707L57.232,3.832z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M53.083,8.195c0.196-0.068,0.413,0.033,0.482,0.231l0.139,0.396l4.066,11.564l4.701-1.649
+ L57.54,4.707L47.532,8.224c-1.142,0.773-2.223,1.613-3.239,2.514l0.17,0.488L53.083,8.195z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M53.083,8.195c0.196-0.068,0.413,0.033,0.482,0.231l0.139,0.396l4.066,11.564l4.701-1.649
+ L57.54,4.707L47.532,8.224c-1.142,0.773-2.223,1.613-3.239,2.514l0.17,0.488L53.083,8.195z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M53.083,8.195c0.196-0.068,0.413,0.033,0.482,0.231l0.139,0.396l4.066,11.564l4.701-1.649
+ L57.54,4.707L47.532,8.224c-1.142,0.773-2.223,1.613-3.239,2.514l0.17,0.488L53.083,8.195z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M95.882,42.281c1.387-5.378,1.374-11.182-0.309-16.846l-4.997,1.756L95.882,42.281z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M83.025,29.845l6.46,18.381l4.998-1.758c0.562-1.359,1.029-2.758,1.398-4.188l-5.306-15.09
+ L83.025,29.845z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M83.025,29.845l6.46,18.381l4.998-1.758c0.562-1.359,1.029-2.758,1.398-4.188l-5.306-15.09
+ L83.025,29.845z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M76.471,26.229l0.912,2.597c0.033,0.092,0.042,0.186,0.033,0.271l3.103-1.091
+ c0.155-0.054,0.282-0.093,0.284-0.088l0.393,1.117c0.002,0.008-0.121,0.059-0.275,0.113l-4.188,1.471l0.45,1.281l5.841-2.055
+ l-1.853-5.271L76.471,26.229z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M76.471,26.229l0.912,2.597c0.033,0.092,0.042,0.186,0.033,0.271l3.103-1.091
+ c0.155-0.054,0.282-0.093,0.284-0.088l0.393,1.117c0.002,0.008-0.121,0.059-0.275,0.113l-4.188,1.471l0.45,1.281l5.841-2.055
+ l-1.853-5.271L76.471,26.229z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M86.577,51.492l3.374-1.186c0.129-0.049,0.205-0.176,0.166-0.283l-0.631-1.797l-3.609,1.27
+ L86.577,51.492z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M86.577,51.492l3.374-1.186c0.129-0.049,0.205-0.176,0.166-0.283l-0.631-1.797l-3.609,1.27
+ L86.577,51.492z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M70.323,54.963c-0.198,0.068-0.388,0.033-0.427-0.076l0.607,1.73l0.095,0.266
+ c0.038,0.109,0.176,0.164,0.307,0.115l5.557-1.953l-0.702-1.994L70.323,54.963z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M70.323,54.963c-0.198,0.068-0.388,0.033-0.427-0.076l0.607,1.73l0.095,0.266
+ c0.038,0.109,0.176,0.164,0.307,0.115l5.557-1.953l-0.702-1.994L70.323,54.963z"/>
+
+ <rect x="74.048" y="31.077" transform="matrix(-0.9433 0.3319 -0.3319 -0.9433 157.3488 36.6405)" opacity="0.4" fill="#FFF8B9" width="2.995" height="1.358"/>
+
+ <rect x="74.048" y="31.077" transform="matrix(-0.9433 0.3319 -0.3319 -0.9433 157.3488 36.6405)" opacity="0.4" fill="#FFF8B9" width="2.995" height="1.358"/>
+
+ <rect x="74.048" y="31.077" transform="matrix(-0.9433 0.3319 -0.3319 -0.9433 157.3488 36.6405)" opacity="0.5" fill="#D1E4B7" width="2.995" height="1.358"/>
+
+ <rect x="78.689" y="22.817" transform="matrix(-0.3413 -0.9399 0.9399 -0.3413 81.8936 108.0035)" opacity="0.4" fill="#FFF8B9" width="0.197" height="4.984"/>
+
+ <rect x="78.689" y="22.817" transform="matrix(-0.3413 -0.9399 0.9399 -0.3413 81.8936 108.0035)" opacity="0.4" fill="#FFF8B9" width="0.197" height="4.984"/>
+
+ <rect x="78.689" y="22.817" transform="matrix(-0.3413 -0.9399 0.9399 -0.3413 81.8936 108.0035)" opacity="0.5" fill="#D1E4B7" width="0.197" height="4.984"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M69.314,53.234l0.581,1.652c0.039,0.109,0.229,0.145,0.427,0.076l5.437-1.912l-0.65-1.852
+ L69.314,53.234z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M69.314,53.234l0.581,1.652c0.039,0.109,0.229,0.145,0.427,0.076l5.437-1.912l-0.65-1.852
+ L69.314,53.234z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M69.314,53.234l0.581,1.652c0.039,0.109,0.229,0.145,0.427,0.076l5.437-1.912l-0.65-1.852
+ L69.314,53.234z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M77.411,32.546l1.875-0.658c0.196-0.07,0.409,0.021,0.472,0.205l6.118,17.403l3.609-1.27
+ l-6.46-18.381L77.184,31.9L77.411,32.546z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M77.411,32.546l1.875-0.658c0.196-0.07,0.409,0.021,0.472,0.205l6.118,17.403l3.609-1.27
+ l-6.46-18.381L77.184,31.9L77.411,32.546z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M77.411,32.546l1.875-0.658c0.196-0.07,0.409,0.021,0.472,0.205l6.118,17.403l3.609-1.27
+ l-6.46-18.381L77.184,31.9L77.411,32.546z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M69.643,35.648c-0.065-0.182,0.042-0.385,0.24-0.453l-4.655,1.635l1.787,5.081
+ c0.015,0.045-0.002,0.088-0.04,0.104l-1.428,0.502l3.767,10.719l5.795-2.035L69.643,35.648z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M69.643,35.648c-0.065-0.182,0.042-0.385,0.24-0.453l-4.655,1.635l1.787,5.081
+ c0.015,0.045-0.002,0.088-0.04,0.104l-1.428,0.502l3.767,10.719l5.795-2.035L69.643,35.648z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M69.643,35.648c-0.065-0.182,0.042-0.385,0.24-0.453l-4.655,1.635l1.787,5.081
+ c0.015,0.045-0.002,0.088-0.04,0.104l-1.428,0.502l3.767,10.719l5.795-2.035L69.643,35.648z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M69.643,35.648c-0.065-0.182,0.042-0.385,0.24-0.453l-4.655,1.635l1.787,5.081
+ c0.015,0.045-0.002,0.088-0.04,0.104l-1.428,0.502l3.767,10.719l5.795-2.035L69.643,35.648z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M74.538,33.411c0.026,0.071-0.021,0.153-0.107,0.183l2.98-1.047L77.184,31.9l-2.826,0.994
+ L74.538,33.411z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M74.538,33.411c0.026,0.071-0.021,0.153-0.107,0.183l2.98-1.047L77.184,31.9l-2.826,0.994
+ L74.538,33.411z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M74.538,33.411c0.026,0.071-0.021,0.153-0.107,0.183l2.98-1.047L77.184,31.9l-2.826,0.994
+ L74.538,33.411z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M74.538,33.411c0.026,0.071-0.021,0.153-0.107,0.183l2.98-1.047L77.184,31.9l-2.826,0.994
+ L74.538,33.411z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M36.505,40.275l1.069-0.375l-1.902-5.414l-0.736,0.259
+ c-0.125,0.044-0.231,0.078-0.234,0.068l-0.392-1.117c-0.002-0.006,0.099-0.049,0.226-0.094l0.735-0.258l-1.28-3.639
+ c-0.179,1.188-0.292,2.389-0.334,3.602l2.368,6.739C36.093,40.242,36.309,40.344,36.505,40.275z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M36.505,40.275l1.069-0.375l-1.902-5.414l-0.736,0.259
+ c-0.125,0.044-0.231,0.078-0.234,0.068l-0.392-1.117c-0.002-0.006,0.099-0.049,0.226-0.094l0.735-0.258l-1.28-3.639
+ c-0.179,1.188-0.292,2.389-0.334,3.602l2.368,6.739C36.093,40.242,36.309,40.344,36.505,40.275z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M49.233,28.44l-5.646-16.063c-0.09-0.259-0.005-0.522,0.192-0.591l0.785-0.278
+ l-0.101-0.282l-1.126,0.395c-5.021,4.837-8.307,11.221-9.347,18.086l1.28,3.639L49.233,28.44z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M49.233,28.44l-5.646-16.063c-0.09-0.259-0.005-0.522,0.192-0.591l0.785-0.278
+ l-0.101-0.282l-1.126,0.395c-5.021,4.837-8.307,11.221-9.347,18.086l1.28,3.639L49.233,28.44z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M49.233,28.44l-5.646-16.063c-0.09-0.259-0.005-0.522,0.192-0.591l0.785-0.278
+ l-0.101-0.282l-1.126,0.395c-5.021,4.837-8.307,11.221-9.347,18.086l1.28,3.639L49.233,28.44z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M42.016,35.458l8.619-3.031l-0.094-0.271l-3.144,1.105
+ c-0.122,0.045-0.222,0.074-0.224,0.068l-0.277-0.79c-0.003-0.005,0.095-0.044,0.217-0.085l3.144-1.105l-0.623-1.768
+ l-13.962,4.905l1.902,5.414l4.987-1.752l-0.737-2.1C41.732,35.791,41.818,35.527,42.016,35.458z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M42.016,35.458l8.619-3.031l-0.094-0.271l-3.144,1.105
+ c-0.122,0.045-0.222,0.074-0.224,0.068l-0.277-0.79c-0.003-0.005,0.095-0.044,0.217-0.085l3.144-1.105l-0.623-1.768
+ l-13.962,4.905l1.902,5.414l4.987-1.752l-0.737-2.1C41.732,35.791,41.818,35.527,42.016,35.458z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M42.016,35.458l8.619-3.031l-0.094-0.271l-3.144,1.105
+ c-0.122,0.045-0.222,0.074-0.224,0.068l-0.277-0.79c-0.003-0.005,0.095-0.044,0.217-0.085l3.144-1.105l-0.623-1.768
+ l-13.962,4.905l1.902,5.414l4.987-1.752l-0.737-2.1C41.732,35.791,41.818,35.527,42.016,35.458z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M53.704,8.822l-0.139-0.396c-0.069-0.198-0.286-0.3-0.482-0.231l-8.62,3.031l0.101,0.282
+ l8.619-3.028C53.379,8.41,53.613,8.566,53.704,8.822z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M53.704,8.822l-0.139-0.396c-0.069-0.198-0.286-0.3-0.482-0.231l-8.62,3.031l0.101,0.282
+ l8.619-3.028C53.379,8.41,53.613,8.566,53.704,8.822z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M53.704,8.822l-0.139-0.396c-0.069-0.198-0.286-0.3-0.482-0.231l-8.62,3.031l0.101,0.282
+ l8.619-3.028C53.379,8.41,53.613,8.566,53.704,8.822z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M53.704,8.822l-0.139-0.396c-0.069-0.198-0.286-0.3-0.482-0.231l-8.62,3.031l0.101,0.282
+ l8.619-3.028C53.379,8.41,53.613,8.566,53.704,8.822z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M81.037,7.013c-3.889-2.235-8.239-3.641-12.755-4.08l2.68,7.623L81.037,7.013z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M81.037,7.013c-3.889-2.235-8.239-3.641-12.755-4.08l2.68,7.623L81.037,7.013z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M81.037,7.013c-3.889-2.235-8.239-3.641-12.755-4.08l2.68,7.623L81.037,7.013z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M60.908,60.512c-0.197,0.07-0.43-0.084-0.52-0.342l-1.188-3.377l-8.977,3.152l0.979,2.781
+ c3.869,1.922,8.129,3.053,12.514,3.271l-2.024-5.76L60.908,60.512z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M60.908,60.512c-0.197,0.07-0.43-0.084-0.52-0.342l-1.188-3.377l-8.977,3.152l0.979,2.781
+ c3.869,1.922,8.129,3.053,12.514,3.271l-2.024-5.76L60.908,60.512z"/>
+
+ <rect x="42.144" y="44.709" transform="matrix(-0.3316 -0.9434 0.9434 -0.3316 22.0189 114.5317)" opacity="0.4" fill="#FFF8B9" width="18.875" height="9.514"/>
+
+ <rect x="42.144" y="44.709" transform="matrix(-0.3316 -0.9434 0.9434 -0.3316 22.0189 114.5317)" opacity="0.4" fill="#FFF8B9" width="18.875" height="9.514"/>
+
+ <rect x="42.144" y="44.709" transform="matrix(-0.3316 -0.9434 0.9434 -0.3316 22.0189 114.5317)" opacity="0.4" fill="#FFF8B9" width="18.875" height="9.514"/>
+
+ <rect x="42.792" y="36.485" transform="matrix(0.9434 -0.3318 0.3318 0.9434 -9.9123 17.928)" opacity="0.4" fill="#FFF8B9" width="9.515" height="3.018"/>
+
+ <rect x="42.792" y="36.485" transform="matrix(0.9434 -0.3318 0.3318 0.9434 -9.9123 17.928)" opacity="0.4" fill="#FFF8B9" width="9.515" height="3.018"/>
+
+ <rect x="42.792" y="36.485" transform="matrix(0.9434 -0.3318 0.3318 0.9434 -9.9123 17.928)" opacity="0.4" fill="#FFF8B9" width="9.515" height="3.018"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M51.472,34.806l-2.158,0.76c-0.182,0.063-0.331,0.111-0.332,0.107l-0.265-0.752
+ c-0.001-0.005,0.144-0.061,0.327-0.127l2.157-0.756l-0.566-1.611l-8.619,3.031c-0.198,0.068-0.283,0.332-0.192,0.59l0.737,2.1
+ l8.976-3.157L51.472,34.806z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M51.472,34.806l-2.158,0.76c-0.182,0.063-0.331,0.111-0.332,0.107l-0.265-0.752
+ c-0.001-0.005,0.144-0.061,0.327-0.127l2.157-0.756l-0.566-1.611l-8.619,3.031c-0.198,0.068-0.283,0.332-0.192,0.59l0.737,2.1
+ l8.976-3.157L51.472,34.806z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M51.472,34.806l-2.158,0.76c-0.182,0.063-0.331,0.111-0.332,0.107l-0.265-0.752
+ c-0.001-0.005,0.144-0.061,0.327-0.127l2.157-0.756l-0.566-1.611l-8.619,3.031c-0.198,0.068-0.283,0.332-0.192,0.59l0.737,2.1
+ l8.976-3.157L51.472,34.806z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M51.472,34.806l-2.158,0.76c-0.182,0.063-0.331,0.111-0.332,0.107l-0.265-0.752
+ c-0.001-0.005,0.144-0.061,0.327-0.127l2.157-0.756l-0.566-1.611l-8.619,3.031c-0.198,0.068-0.283,0.332-0.192,0.59l0.737,2.1
+ l8.976-3.157L51.472,34.806z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.652,19.591c0.197-0.068,0.411,0.033,0.481,0.229l0.676,1.924l0.641-0.225l-0.979-2.782
+ l-4.701,1.649l0.177,0.508L61.652,19.591z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.652,19.591c0.197-0.068,0.411,0.033,0.481,0.229l0.676,1.924l0.641-0.225l-0.979-2.782
+ l-4.701,1.649l0.177,0.508L61.652,19.591z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.652,19.591c0.197-0.068,0.411,0.033,0.481,0.229l0.676,1.924l0.641-0.225l-0.979-2.782
+ l-4.701,1.649l0.177,0.508L61.652,19.591z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M61.652,19.591c0.197-0.068,0.411,0.033,0.481,0.229l0.676,1.924l0.641-0.225l-0.979-2.782
+ l-4.701,1.649l0.177,0.508L61.652,19.591z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M66.354,29.782l-2.422,0.854l1,2.846l2.479-0.869c-0.061-0.063-0.112-0.142-0.146-0.234
+ L66.354,29.782z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M66.354,29.782l-2.422,0.854l1,2.846l2.479-0.869c-0.061-0.063-0.112-0.142-0.146-0.234
+ L66.354,29.782z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M66.354,29.782l-2.422,0.854l1,2.846l2.479-0.869c-0.061-0.063-0.112-0.142-0.146-0.234
+ L66.354,29.782z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M66.354,29.782l-2.422,0.854l1,2.846l2.479-0.869c-0.061-0.063-0.112-0.142-0.146-0.234
+ L66.354,29.782z"/>
+
+ <rect x="64.495" y="33.218" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 146.2169 42.8566)" opacity="0.4" fill="#FFF8B9" width="9.917" height="1.359"/>
+
+ <rect x="64.495" y="33.218" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 146.2169 42.8566)" opacity="0.4" fill="#FFF8B9" width="9.917" height="1.359"/>
+
+ <rect x="64.495" y="33.218" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 146.2169 42.8566)" opacity="0.5" fill="#D1E4B7" width="9.917" height="1.359"/>
+
+ <rect x="64.495" y="33.218" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 146.2169 42.8566)" opacity="0.2" fill="#FFF6A3" width="9.917" height="1.359"/>
+
+ <rect x="63.827" y="30.019" transform="matrix(-0.943 0.3327 -0.3327 -0.943 136.5334 36.8536)" opacity="0.4" fill="#FFF8B9" width="2.568" height="0.196"/>
+
+ <rect x="63.827" y="30.019" transform="matrix(-0.943 0.3327 -0.3327 -0.943 136.5334 36.8536)" opacity="0.4" fill="#FFF8B9" width="2.568" height="0.196"/>
+
+ <rect x="63.827" y="30.019" transform="matrix(-0.943 0.3327 -0.3327 -0.943 136.5334 36.8536)" opacity="0.4" fill="#FFF8B9" width="2.568" height="0.196"/>
+
+ <rect x="63.827" y="30.019" transform="matrix(-0.943 0.3327 -0.3327 -0.943 136.5334 36.8536)" opacity="0.5" fill="#D1E4B7" width="2.568" height="0.196"/>
+
+ <rect x="63.827" y="30.019" transform="matrix(-0.943 0.3327 -0.3327 -0.943 136.5334 36.8536)" opacity="0.2" fill="#FFF6A3" width="2.568" height="0.196"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M65.229,36.83l4.655-1.635l4.547-1.602c0.086-0.029,0.133-0.111,0.107-0.183l-0.18-0.517
+ l-9.356,3.287L65.229,36.83z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M65.229,36.83l4.655-1.635l4.547-1.602c0.086-0.029,0.133-0.111,0.107-0.183l-0.18-0.517
+ l-9.356,3.287L65.229,36.83z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M65.229,36.83l4.655-1.635l4.547-1.602c0.086-0.029,0.133-0.111,0.107-0.183l-0.18-0.517
+ l-9.356,3.287L65.229,36.83z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M65.229,36.83l4.655-1.635l4.547-1.602c0.086-0.029,0.133-0.111,0.107-0.183l-0.18-0.517
+ l-9.356,3.287L65.229,36.83z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M65.229,36.83l4.655-1.635l4.547-1.602c0.086-0.029,0.133-0.111,0.107-0.183l-0.18-0.517
+ l-9.356,3.287L65.229,36.83z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.653,31.437l0.266,0.756l1.429-0.502c0.037-0.013,0.079,0.012,0.095,0.056l0.706,2.013
+ l0.784-0.277l-1-2.846L61.653,31.437z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.653,31.437l0.266,0.756l1.429-0.502c0.037-0.013,0.079,0.012,0.095,0.056l0.706,2.013
+ l0.784-0.277l-1-2.846L61.653,31.437z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M61.653,31.437l0.266,0.756l1.429-0.502c0.037-0.013,0.079,0.012,0.095,0.056l0.706,2.013
+ l0.784-0.277l-1-2.846L61.653,31.437z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.653,31.437l0.266,0.756l1.429-0.502c0.037-0.013,0.079,0.012,0.095,0.056l0.706,2.013
+ l0.784-0.277l-1-2.846L61.653,31.437z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M61.653,31.437l0.266,0.756l1.429-0.502c0.037-0.013,0.079,0.012,0.095,0.056l0.706,2.013
+ l0.784-0.277l-1-2.846L61.653,31.437z"/>
+
+ <rect x="62.662" y="29.736" transform="matrix(-0.3304 -0.9439 0.9439 -0.3304 54.2868 100.4032)" opacity="0.4" fill="#FFF8B9" width="0.197" height="2.416"/>
+
+ <rect x="62.662" y="29.736" transform="matrix(-0.3304 -0.9439 0.9439 -0.3304 54.2868 100.4032)" opacity="0.4" fill="#FFF8B9" width="0.197" height="2.416"/>
+
+ <rect x="62.662" y="29.736" transform="matrix(-0.3304 -0.9439 0.9439 -0.3304 54.2868 100.4032)" opacity="0.4" fill="#FFF8B9" width="0.197" height="2.416"/>
+
+ <rect x="62.662" y="29.736" transform="matrix(-0.3304 -0.9439 0.9439 -0.3304 54.2868 100.4032)" opacity="0.5" fill="#D1E4B7" width="0.197" height="2.416"/>
+
+ <rect x="62.662" y="29.736" transform="matrix(-0.3304 -0.9439 0.9439 -0.3304 54.2868 100.4032)" opacity="0.4" fill="#FFF8B9" width="0.197" height="2.416"/>
+
+ <rect x="62.662" y="29.736" transform="matrix(-0.3304 -0.9439 0.9439 -0.3304 54.2868 100.4032)" opacity="0.2" fill="#FFF6A3" width="0.197" height="2.416"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M65.548,42.516l1.428-0.502c0.038-0.016,0.055-0.059,0.04-0.104l-1.787-5.081l-1.495,0.525
+ L65.548,42.516z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M65.548,42.516l1.428-0.502c0.038-0.016,0.055-0.059,0.04-0.104l-1.787-5.081l-1.495,0.525
+ L65.548,42.516z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M65.548,42.516l1.428-0.502c0.038-0.016,0.055-0.059,0.04-0.104l-1.787-5.081l-1.495,0.525
+ L65.548,42.516z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M65.548,42.516l1.428-0.502c0.038-0.016,0.055-0.059,0.04-0.104l-1.787-5.081l-1.495,0.525
+ L65.548,42.516z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M65.548,42.516l1.428-0.502c0.038-0.016,0.055-0.059,0.04-0.104l-1.787-5.081l-1.495,0.525
+ L65.548,42.516z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M63.576,36.908c-0.038-0.112,0.089-0.256,0.286-0.326l1.14-0.4l-0.449-1.279l-1.497,0.525
+ L63.576,36.908z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M63.576,36.908c-0.038-0.112,0.089-0.256,0.286-0.326l1.14-0.4l-0.449-1.279l-1.497,0.525
+ L63.576,36.908z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M63.576,36.908c-0.038-0.112,0.089-0.256,0.286-0.326l1.14-0.4l-0.449-1.279l-1.497,0.525
+ L63.576,36.908z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M63.576,36.908c-0.038-0.112,0.089-0.256,0.286-0.326l1.14-0.4l-0.449-1.279l-1.497,0.525
+ L63.576,36.908z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M63.576,36.908c-0.038-0.112,0.089-0.256,0.286-0.326l1.14-0.4l-0.449-1.279l-1.497,0.525
+ L63.576,36.908z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M63.862,36.582c-0.197,0.07-0.324,0.214-0.286,0.326l0.157,0.447l1.495-0.525l-0.227-0.648
+ L63.862,36.582z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M63.862,36.582c-0.197,0.07-0.324,0.214-0.286,0.326l0.157,0.447l1.495-0.525l-0.227-0.648
+ L63.862,36.582z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M63.862,36.582c-0.197,0.07-0.324,0.214-0.286,0.326l0.157,0.447l1.495-0.525l-0.227-0.648
+ L63.862,36.582z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M63.862,36.582c-0.197,0.07-0.324,0.214-0.286,0.326l0.157,0.447l1.495-0.525l-0.227-0.648
+ L63.862,36.582z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M63.862,36.582c-0.197,0.07-0.324,0.214-0.286,0.326l0.157,0.447l1.495-0.525l-0.227-0.648
+ L63.862,36.582z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M63.862,36.582c-0.197,0.07-0.324,0.214-0.286,0.326l0.157,0.447l1.495-0.525l-0.227-0.648
+ L63.862,36.582z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M64.149,33.759l-0.706-2.013c-0.016-0.044-0.059-0.068-0.095-0.056l-1.429,0.502
+ l0.736,2.09L64.149,33.759z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M64.149,33.759l-0.706-2.013c-0.016-0.044-0.059-0.068-0.095-0.056l-1.429,0.502
+ l0.736,2.09L64.149,33.759z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M64.149,33.759l-0.706-2.013c-0.016-0.044-0.059-0.068-0.095-0.056l-1.429,0.502
+ l0.736,2.09L64.149,33.759z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M64.149,33.759l-0.706-2.013c-0.016-0.044-0.059-0.068-0.095-0.056l-1.429,0.502
+ l0.736,2.09L64.149,33.759z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M64.149,33.759l-0.706-2.013c-0.016-0.044-0.059-0.068-0.095-0.056l-1.429,0.502
+ l0.736,2.09L64.149,33.759z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M64.149,33.759l-0.706-2.013c-0.016-0.044-0.059-0.068-0.095-0.056l-1.429,0.502
+ l0.736,2.09L64.149,33.759z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M90.051,25.697l5.034-1.771c-0.472-1.342-1.026-2.633-1.654-3.868l-4.772,1.677
+ L90.051,25.697z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M93.048,19.328c-2.214-4.09-5.252-7.543-8.828-10.221l4.167,11.86L93.048,19.328z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M88.613,21.75c-0.022,0.132-0.111,0.247-0.245,0.296l-4.562,1.601l1.257,3.575
+ c0.039,0.109,0.149,0.174,0.244,0.142l4.743-1.667l-1.393-3.963L88.613,21.75z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M88.613,21.75c-0.022,0.132-0.111,0.247-0.245,0.296l-4.562,1.601l1.257,3.575
+ c0.039,0.109,0.149,0.174,0.244,0.142l4.743-1.667l-1.393-3.963L88.613,21.75z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M83.807,23.647l4.562-1.601c0.134-0.049,0.223-0.164,0.245-0.296l-4.87,1.711
+ L83.807,23.647z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M83.807,23.647l4.562-1.601c0.134-0.049,0.223-0.164,0.245-0.296l-4.87,1.711
+ L83.807,23.647z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M83.807,23.647l4.562-1.601c0.134-0.049,0.223-0.164,0.245-0.296l-4.87,1.711
+ L83.807,23.647z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M78.746,9.246l4.727,13.449l4.915-1.728l-4.167-11.86
+ c-0.628-0.469-1.271-0.912-1.931-1.332l-3.443,1.211C78.751,9.017,78.707,9.134,78.746,9.246z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M78.746,9.246l4.727,13.449l4.915-1.728l-4.167-11.86
+ c-0.628-0.469-1.271-0.912-1.931-1.332l-3.443,1.211C78.751,9.017,78.707,9.134,78.746,9.246z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M78.746,9.246l4.727,13.449l4.915-1.728l-4.167-11.86
+ c-0.628-0.469-1.271-0.912-1.931-1.332l-3.443,1.211C78.751,9.017,78.707,9.134,78.746,9.246z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M62.809,21.744l-0.676-1.924c-0.07-0.195-0.284-0.297-0.481-0.229l-3.706,1.303
+ l0.802,2.279L62.809,21.744z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M62.809,21.744l-0.676-1.924c-0.07-0.195-0.284-0.297-0.481-0.229l-3.706,1.303
+ l0.802,2.279L62.809,21.744z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M62.809,21.744l-0.676-1.924c-0.07-0.195-0.284-0.297-0.481-0.229l-3.706,1.303
+ l0.802,2.279L62.809,21.744z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M62.809,21.744l-0.676-1.924c-0.07-0.195-0.284-0.297-0.481-0.229l-3.706,1.303
+ l0.802,2.279L62.809,21.744z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M62.809,21.744l-0.676-1.924c-0.07-0.195-0.284-0.297-0.481-0.229l-3.706,1.303
+ l0.802,2.279L62.809,21.744z"/>
+
+ <rect x="62.523" y="22.147" transform="matrix(0.3317 0.9434 -0.9434 0.3317 63.6043 -44.8107)" opacity="0.4" fill="#FFF8B9" width="1.814" height="0.679"/>
+
+ <rect x="62.523" y="22.147" transform="matrix(0.3317 0.9434 -0.9434 0.3317 63.6043 -44.8107)" opacity="0.4" fill="#FFF8B9" width="1.814" height="0.679"/>
+
+ <rect x="62.523" y="22.147" transform="matrix(0.3317 0.9434 -0.9434 0.3317 63.6043 -44.8107)" opacity="0.4" fill="#FFF8B9" width="1.814" height="0.679"/>
+
+ <rect x="62.523" y="22.147" transform="matrix(0.3317 0.9434 -0.9434 0.3317 63.6043 -44.8107)" opacity="0.2" fill="#FFF6A3" width="1.814" height="0.679"/>
+
+ <rect x="62.523" y="22.147" transform="matrix(0.3317 0.9434 -0.9434 0.3317 63.6043 -44.8107)" opacity="0.4" fill="#FFF8B9" width="1.814" height="0.679"/>
+
+ <rect x="64.102" y="24.433" transform="matrix(-0.9444 0.3289 -0.3289 -0.9444 133.6436 28.1319)" opacity="0.4" fill="#FFF8B9" width="0.68" height="1.873"/>
+
+ <rect x="64.102" y="24.433" transform="matrix(-0.9444 0.3289 -0.3289 -0.9444 133.6436 28.1319)" opacity="0.4" fill="#FFF8B9" width="0.68" height="1.873"/>
+
+ <rect x="64.102" y="24.433" transform="matrix(-0.9444 0.3289 -0.3289 -0.9444 133.6436 28.1319)" opacity="0.4" fill="#FFF8B9" width="0.68" height="1.873"/>
+
+ <rect x="64.102" y="24.433" transform="matrix(-0.9444 0.3289 -0.3289 -0.9444 133.6436 28.1319)" opacity="0.2" fill="#FFF6A3" width="0.68" height="1.873"/>
+
+ <rect x="64.102" y="24.433" transform="matrix(-0.9444 0.3289 -0.3289 -0.9444 133.6436 28.1319)" opacity="0.4" fill="#FFF8B9" width="0.68" height="1.873"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M64.456,27.571l-1.425,0.498l0.566,1.61l2.422-0.85l-0.662-1.881l-0.652,0.229
+ C64.721,27.347,64.622,27.512,64.456,27.571z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M64.456,27.571l-1.425,0.498l0.566,1.61l2.422-0.85l-0.662-1.881l-0.652,0.229
+ C64.721,27.347,64.622,27.512,64.456,27.571z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M64.456,27.571l-1.425,0.498l0.566,1.61l2.422-0.85l-0.662-1.881l-0.652,0.229
+ C64.721,27.347,64.622,27.512,64.456,27.571z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M64.456,27.571l-1.425,0.498l0.566,1.61l2.422-0.85l-0.662-1.881l-0.652,0.229
+ C64.721,27.347,64.622,27.512,64.456,27.571z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M64.456,27.571l-1.425,0.498l0.566,1.61l2.422-0.85l-0.662-1.881l-0.652,0.229
+ C64.721,27.347,64.622,27.512,64.456,27.571z"/>
+
+ <rect x="60.965" y="28.421" transform="matrix(-0.9435 0.3313 -0.3313 -0.9435 130.5349 36.2945)" opacity="0.4" fill="#FFF8B9" width="2.417" height="1.707"/>
+
+ <rect x="60.965" y="28.421" transform="matrix(-0.9435 0.3313 -0.3313 -0.9435 130.5349 36.2945)" opacity="0.4" fill="#FFF8B9" width="2.417" height="1.707"/>
+
+ <rect x="60.965" y="28.421" transform="matrix(-0.9435 0.3313 -0.3313 -0.9435 130.5349 36.2945)" opacity="0.4" fill="#FFF8B9" width="2.417" height="1.707"/>
+
+ <rect x="60.965" y="28.421" transform="matrix(-0.9435 0.3313 -0.3313 -0.9435 130.5349 36.2945)" opacity="0.4" fill="#FFF8B9" width="2.417" height="1.707"/>
+
+ <rect x="60.965" y="28.421" transform="matrix(-0.9435 0.3313 -0.3313 -0.9435 130.5349 36.2945)" opacity="0.2" fill="#FFF6A3" width="2.417" height="1.707"/>
+
+ <rect x="60.965" y="28.421" transform="matrix(-0.9435 0.3313 -0.3313 -0.9435 130.5349 36.2945)" opacity="0.4" fill="#FFF8B9" width="2.417" height="1.707"/>
+
+ <rect x="58.928" y="22.405" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 126.4325 25.0689)" opacity="0.4" fill="#FFF8B9" width="4.303" height="1.815"/>
+
+ <rect x="58.928" y="22.405" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 126.4325 25.0689)" opacity="0.4" fill="#FFF8B9" width="4.303" height="1.815"/>
+
+ <rect x="58.928" y="22.405" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 126.4325 25.0689)" opacity="0.4" fill="#FFF8B9" width="4.303" height="1.815"/>
+
+ <rect x="58.928" y="22.405" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 126.4325 25.0689)" opacity="0.2" fill="#FFF6A3" width="4.303" height="1.815"/>
+
+ <rect x="58.928" y="22.405" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 126.4325 25.0689)" opacity="0.4" fill="#FFF8B9" width="4.303" height="1.815"/>
+
+ <rect x="58.928" y="22.405" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 126.4325 25.0689)" opacity="0.4" fill="#FFF8B9" width="4.303" height="1.815"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.973,26.2c0.198-0.068,0.414,0.034,0.482,0.233l0.196,0.56l1.781-0.628l-0.622-1.766
+ l-4.061,1.425l0.3,0.854L61.973,26.2z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.973,26.2c0.198-0.068,0.414,0.034,0.482,0.233l0.196,0.56l1.781-0.628l-0.622-1.766
+ l-4.061,1.425l0.3,0.854L61.973,26.2z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.973,26.2c0.198-0.068,0.414,0.034,0.482,0.233l0.196,0.56l1.781-0.628l-0.622-1.766
+ l-4.061,1.425l0.3,0.854L61.973,26.2z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M61.973,26.2c0.198-0.068,0.414,0.034,0.482,0.233l0.196,0.56l1.781-0.628l-0.622-1.766
+ l-4.061,1.425l0.3,0.854L61.973,26.2z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.973,26.2c0.198-0.068,0.414,0.034,0.482,0.233l0.196,0.56l1.781-0.628l-0.622-1.766
+ l-4.061,1.425l0.3,0.854L61.973,26.2z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.973,26.2c0.198-0.068,0.414,0.034,0.482,0.233l0.196,0.56l1.781-0.628l-0.622-1.766
+ l-4.061,1.425l0.3,0.854L61.973,26.2z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M63.031,28.069l1.425-0.498c0.166-0.059,0.265-0.224,0.249-0.393l-1.77,0.622
+ L63.031,28.069z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M63.031,28.069l1.425-0.498c0.166-0.059,0.265-0.224,0.249-0.393l-1.77,0.622
+ L63.031,28.069z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M63.031,28.069l1.425-0.498c0.166-0.059,0.265-0.224,0.249-0.393l-1.77,0.622
+ L63.031,28.069z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M63.031,28.069l1.425-0.498c0.166-0.059,0.265-0.224,0.249-0.393l-1.77,0.622
+ L63.031,28.069z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M63.031,28.069l1.425-0.498c0.166-0.059,0.265-0.224,0.249-0.393l-1.77,0.622
+ L63.031,28.069z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M63.031,28.069l1.425-0.498c0.166-0.059,0.265-0.224,0.249-0.393l-1.77,0.622
+ L63.031,28.069z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M62.455,26.433c-0.068-0.199-0.285-0.302-0.482-0.233l-1.923,0.679l0.322,0.917
+ l2.279-0.803L62.455,26.433z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M62.455,26.433c-0.068-0.199-0.285-0.302-0.482-0.233l-1.923,0.679l0.322,0.917
+ l2.279-0.803L62.455,26.433z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M62.455,26.433c-0.068-0.199-0.285-0.302-0.482-0.233l-1.923,0.679l0.322,0.917
+ l2.279-0.803L62.455,26.433z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M62.455,26.433c-0.068-0.199-0.285-0.302-0.482-0.233l-1.923,0.679l0.322,0.917
+ l2.279-0.803L62.455,26.433z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M62.455,26.433c-0.068-0.199-0.285-0.302-0.482-0.233l-1.923,0.679l0.322,0.917
+ l2.279-0.803L62.455,26.433z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M62.455,26.433c-0.068-0.199-0.285-0.302-0.482-0.233l-1.923,0.679l0.322,0.917
+ l2.279-0.803L62.455,26.433z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M62.455,26.433c-0.068-0.199-0.285-0.302-0.482-0.233l-1.923,0.679l0.322,0.917
+ l2.279-0.803L62.455,26.433z"/>
+
+ <rect x="61.7" y="27.127" transform="matrix(-0.332 -0.9433 0.9433 -0.332 55.6491 96.078)" opacity="0.4" fill="#FFF8B9" width="0.287" height="2.417"/>
+
+ <rect x="61.7" y="27.127" transform="matrix(-0.332 -0.9433 0.9433 -0.332 55.6491 96.078)" opacity="0.4" fill="#FFF8B9" width="0.287" height="2.417"/>
+
+ <rect x="61.7" y="27.127" transform="matrix(-0.332 -0.9433 0.9433 -0.332 55.6491 96.078)" opacity="0.4" fill="#FFF8B9" width="0.287" height="2.417"/>
+
+ <rect x="61.7" y="27.127" transform="matrix(-0.332 -0.9433 0.9433 -0.332 55.6491 96.078)" opacity="0.4" fill="#FFF8B9" width="0.287" height="2.417"/>
+
+ <rect x="61.7" y="27.127" transform="matrix(-0.332 -0.9433 0.9433 -0.332 55.6491 96.078)" opacity="0.2" fill="#FFF6A3" width="0.287" height="2.417"/>
+
+ <rect x="61.7" y="27.127" transform="matrix(-0.332 -0.9433 0.9433 -0.332 55.6491 96.078)" opacity="0.4" fill="#FFF8B9" width="0.287" height="2.417"/>
+
+ <rect x="61.7" y="27.127" transform="matrix(-0.332 -0.9433 0.9433 -0.332 55.6491 96.078)" opacity="0.4" fill="#FFF8B9" width="0.287" height="2.417"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M69.314,53.234l-8.976,3.158l1.352,3.846l8.621-3.031c0.196-0.068,0.283-0.334,0.191-0.59
+ l-0.607-1.73L69.314,53.234z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M69.314,53.234l-8.976,3.158l1.352,3.846l8.621-3.031c0.196-0.068,0.283-0.334,0.191-0.59
+ l-0.607-1.73L69.314,53.234z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.554,43.92c-0.038,0.012-0.079-0.014-0.095-0.057l-2.465-7.009l-4.915,1.728
+ l6.259,17.811l8.976-3.158l-3.767-10.719L61.554,43.92z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.554,43.92c-0.038,0.012-0.079-0.014-0.095-0.057l-2.465-7.009l-4.915,1.728
+ l6.259,17.811l8.976-3.158l-3.767-10.719L61.554,43.92z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.554,43.92c-0.038,0.012-0.079-0.014-0.095-0.057l-2.465-7.009l-4.915,1.728
+ l6.259,17.811l8.976-3.158l-3.767-10.719L61.554,43.92z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M53.762,36.419c-0.046,0.018-0.09,0.013-0.099-0.012l-0.677-1.926l-0.31,0.109l1.001,2.849
+ l3.135-1.103l-0.31-0.879L53.762,36.419z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M53.762,36.419c-0.046,0.018-0.09,0.013-0.099-0.012l-0.677-1.926l-0.31,0.109l1.001,2.849
+ l3.135-1.103l-0.31-0.879L53.762,36.419z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M53.762,36.419c-0.046,0.018-0.09,0.013-0.099-0.012l-0.677-1.926l-0.31,0.109l1.001,2.849
+ l3.135-1.103l-0.31-0.879L53.762,36.419z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M51.939,32.494l-0.26-0.737l-1.138,0.399l0.094,0.271l0.783-0.275
+ C51.616,32.081,51.849,32.237,51.939,32.494z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M51.939,32.494l-0.26-0.737l-1.138,0.399l0.094,0.271l0.783-0.275
+ C51.616,32.081,51.849,32.237,51.939,32.494z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M51.939,32.494l-0.26-0.737l-1.138,0.399l0.094,0.271l0.783-0.275
+ C51.616,32.081,51.849,32.237,51.939,32.494z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M51.939,32.494l-0.26-0.737l-1.138,0.399l0.094,0.271l0.783-0.275
+ C51.616,32.081,51.849,32.237,51.939,32.494z"/>
+
+ <rect x="49.911" y="29.327" transform="matrix(0.943 -0.3329 0.3329 0.943 -7.1937 18.5431)" opacity="0.4" fill="#FFF8B9" width="1.209" height="1.874"/>
+
+ <rect x="49.911" y="29.327" transform="matrix(0.943 -0.3329 0.3329 0.943 -7.1937 18.5431)" opacity="0.4" fill="#FFF8B9" width="1.209" height="1.874"/>
+
+ <rect x="49.911" y="29.327" transform="matrix(0.943 -0.3329 0.3329 0.943 -7.1937 18.5431)" opacity="0.5" fill="#D1E4B7" width="1.209" height="1.874"/>
+
+ <rect x="49.911" y="29.327" transform="matrix(0.943 -0.3329 0.3329 0.943 -7.1937 18.5431)" opacity="0.4" fill="#FFF8B9" width="1.209" height="1.874"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M52.985,34.477c-0.121,0.024-0.24-0.01-0.328-0.088l-0.045,0.015l0.065,0.188l0.31-0.109
+ L52.985,34.477z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M52.985,34.477c-0.121,0.024-0.24-0.01-0.328-0.088l-0.045,0.015l0.065,0.188l0.31-0.109
+ L52.985,34.477z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M52.985,34.477c-0.121,0.024-0.24-0.01-0.328-0.088l-0.045,0.015l0.065,0.188l0.31-0.109
+ L52.985,34.477z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M52.985,34.477c-0.121,0.024-0.24-0.01-0.328-0.088l-0.045,0.015l0.065,0.188l0.31-0.109
+ L52.985,34.477z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M44.563,11.508l-0.785,0.278c-0.197,0.068-0.282,0.332-0.192,0.591l5.646,16.063
+ l1.14-0.403L44.563,11.508z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M44.563,11.508l-0.785,0.278c-0.197,0.068-0.282,0.332-0.192,0.591l5.646,16.063
+ l1.14-0.403L44.563,11.508z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M44.563,11.508l-0.785,0.278c-0.197,0.068-0.282,0.332-0.192,0.591l5.646,16.063
+ l1.14-0.403L44.563,11.508z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M44.563,11.508l-0.785,0.278c-0.197,0.068-0.282,0.332-0.192,0.591l5.646,16.063
+ l1.14-0.403L44.563,11.508z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="51.99,31.646 51.679,31.756 51.939,32.494 52.341,33.638 52.652,33.528 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="51.99,31.646 51.679,31.756 51.939,32.494 52.341,33.638 52.652,33.528 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="51.99,31.646 51.679,31.756 51.939,32.494 52.341,33.638 52.652,33.528 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="51.99,31.646 51.679,31.756 51.939,32.494 52.341,33.638 52.652,33.528 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="51.99,31.646 51.679,31.756 51.939,32.494 52.341,33.638 52.652,33.528 "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M54.531,29.845l-0.198-0.559c-0.068-0.197,0.036-0.412,0.232-0.48l1.425-0.503l-0.3-0.853
+ l-4.916,1.729l0.623,1.77L54.531,29.845z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M54.531,29.845l-0.198-0.559c-0.068-0.197,0.036-0.412,0.232-0.48l1.425-0.503l-0.3-0.853
+ l-4.916,1.729l0.623,1.77L54.531,29.845z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M54.531,29.845l-0.198-0.559c-0.068-0.197,0.036-0.412,0.232-0.48l1.425-0.503l-0.3-0.853
+ l-4.916,1.729l0.623,1.77L54.531,29.845z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M54.531,29.845l-0.198-0.559c-0.068-0.197,0.036-0.412,0.232-0.48l1.425-0.503l-0.3-0.853
+ l-4.916,1.729l0.623,1.77L54.531,29.845z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M54.531,29.845l-0.198-0.559c-0.068-0.197,0.036-0.412,0.232-0.48l1.425-0.503l-0.3-0.853
+ l-4.916,1.729l0.623,1.77L54.531,29.845z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M52.657,34.389c0.088,0.078,0.208,0.112,0.328,0.088l-0.063-0.181L52.657,34.389z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M52.657,34.389c0.088,0.078,0.208,0.112,0.328,0.088l-0.063-0.181L52.657,34.389z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M52.657,34.389c0.088,0.078,0.208,0.112,0.328,0.088l-0.063-0.181L52.657,34.389z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M52.657,34.389c0.088,0.078,0.208,0.112,0.328,0.088l-0.063-0.181L52.657,34.389z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M52.657,34.389c0.088,0.078,0.208,0.112,0.328,0.088l-0.063-0.181L52.657,34.389z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M55.289,26.309l-1.277-3.634c-0.068-0.195,0.034-0.41,0.23-0.48l1.924-0.676l-0.132-0.376
+ c-0.025-0.071,0.023-0.151,0.107-0.181l1.628-0.576L53.704,8.822c-0.09-0.256-0.325-0.412-0.521-0.342l-8.619,3.028l5.809,16.528
+ L55.289,26.309z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M55.289,26.309l-1.277-3.634c-0.068-0.195,0.034-0.41,0.23-0.48l1.924-0.676l-0.132-0.376
+ c-0.025-0.071,0.023-0.151,0.107-0.181l1.628-0.576L53.704,8.822c-0.09-0.256-0.325-0.412-0.521-0.342l-8.619,3.028l5.809,16.528
+ L55.289,26.309z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M55.289,26.309l-1.277-3.634c-0.068-0.195,0.034-0.41,0.23-0.48l1.924-0.676l-0.132-0.376
+ c-0.025-0.071,0.023-0.151,0.107-0.181l1.628-0.576L53.704,8.822c-0.09-0.256-0.325-0.412-0.521-0.342l-8.619,3.028l5.809,16.528
+ L55.289,26.309z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M55.289,26.309l-1.277-3.634c-0.068-0.195,0.034-0.41,0.23-0.48l1.924-0.676l-0.132-0.376
+ c-0.025-0.071,0.023-0.151,0.107-0.181l1.628-0.576L53.704,8.822c-0.09-0.256-0.325-0.412-0.521-0.342l-8.619,3.028l5.809,16.528
+ L55.289,26.309z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M55.289,26.309l-1.277-3.634c-0.068-0.195,0.034-0.41,0.23-0.48l1.924-0.676l-0.132-0.376
+ c-0.025-0.071,0.023-0.151,0.107-0.181l1.628-0.576L53.704,8.822c-0.09-0.256-0.325-0.412-0.521-0.342l-8.619,3.028l5.809,16.528
+ L55.289,26.309z"/>
+
+ <rect x="56.604" y="35.12" transform="matrix(0.9436 -0.3311 0.3311 0.9436 -8.5362 21.0606)" opacity="0.4" fill="#FFF8B9" width="1.888" height="0.932"/>
+
+ <rect x="56.604" y="35.12" transform="matrix(0.9436 -0.3311 0.3311 0.9436 -8.5362 21.0606)" opacity="0.4" fill="#FFF8B9" width="1.888" height="0.932"/>
+
+ <rect x="56.604" y="35.12" transform="matrix(0.9436 -0.3311 0.3311 0.9436 -8.5362 21.0606)" opacity="0.4" fill="#FFF8B9" width="1.888" height="0.932"/>
+
+ <rect x="56.604" y="35.12" transform="matrix(0.9436 -0.3311 0.3311 0.9436 -8.5362 21.0606)" opacity="0.4" fill="#FFF8B9" width="1.888" height="0.932"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M55.99,28.303l-1.425,0.503c-0.196,0.068-0.3,0.283-0.232,0.48l0.198,0.559l1.782-0.625
+ L55.99,28.303z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M55.99,28.303l-1.425,0.503c-0.196,0.068-0.3,0.283-0.232,0.48l0.198,0.559l1.782-0.625
+ L55.99,28.303z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M55.99,28.303l-1.425,0.503c-0.196,0.068-0.3,0.283-0.232,0.48l0.198,0.559l1.782-0.625
+ L55.99,28.303z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M55.99,28.303l-1.425,0.503c-0.196,0.068-0.3,0.283-0.232,0.48l0.198,0.559l1.782-0.625
+ L55.99,28.303z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M55.99,28.303l-1.425,0.503c-0.196,0.068-0.3,0.283-0.232,0.48l0.198,0.559l1.782-0.625
+ L55.99,28.303z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M55.99,28.303l-1.425,0.503c-0.196,0.068-0.3,0.283-0.232,0.48l0.198,0.559l1.782-0.625
+ L55.99,28.303z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M59.199,56.793l1.188,3.377c0.09,0.258,0.323,0.412,0.52,0.342l0.783-0.273l-1.352-3.846
+ L59.199,56.793z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M59.199,56.793l1.188,3.377c0.09,0.258,0.323,0.412,0.52,0.342l0.783-0.273l-1.352-3.846
+ L59.199,56.793z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M59.199,56.793l1.188,3.377c0.09,0.258,0.323,0.412,0.52,0.342l0.783-0.273l-1.352-3.846
+ L59.199,56.793z"/>
+
+ <rect x="56.035" y="38.248" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -12.6048 21.47)" opacity="0.4" fill="#FFF8B9" width="1.208" height="18.878"/>
+
+ <rect x="56.035" y="38.248" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -12.6048 21.47)" opacity="0.4" fill="#FFF8B9" width="1.208" height="18.878"/>
+
+ <rect x="56.035" y="38.248" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -12.6048 21.47)" opacity="0.4" fill="#FFF8B9" width="1.208" height="18.878"/>
+
+ <rect x="56.035" y="38.248" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -12.6048 21.47)" opacity="0.4" fill="#FFF8B9" width="1.208" height="18.878"/>
+
+ <rect x="52.003" y="34.706" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -9.0301 19.4849)" opacity="0.4" fill="#FFF8B9" width="1.208" height="3.019"/>
+
+ <rect x="52.003" y="34.706" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -9.0301 19.4849)" opacity="0.4" fill="#FFF8B9" width="1.208" height="3.019"/>
+
+ <rect x="52.003" y="34.706" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -9.0301 19.4849)" opacity="0.4" fill="#FFF8B9" width="1.208" height="3.019"/>
+
+ <rect x="52.003" y="34.706" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -9.0301 19.4849)" opacity="0.4" fill="#FFF8B9" width="1.208" height="3.019"/>
+
+ <rect x="51.47" y="34.599" transform="matrix(0.943 -0.3329 0.3329 0.943 -8.5808 19.3148)" opacity="0.4" fill="#FFF8B9" width="1.209" height="0.197"/>
+
+ <rect x="51.47" y="34.599" transform="matrix(0.943 -0.3329 0.3329 0.943 -8.5808 19.3148)" opacity="0.4" fill="#FFF8B9" width="1.209" height="0.197"/>
+
+ <rect x="51.47" y="34.599" transform="matrix(0.943 -0.3329 0.3329 0.943 -8.5808 19.3148)" opacity="0.5" fill="#D1E4B7" width="1.209" height="0.197"/>
+
+ <rect x="51.47" y="34.599" transform="matrix(0.943 -0.3329 0.3329 0.943 -8.5808 19.3148)" opacity="0.4" fill="#FFF8B9" width="1.209" height="0.197"/>
+
+ <rect x="51.47" y="34.599" transform="matrix(0.943 -0.3329 0.3329 0.943 -8.5808 19.3148)" opacity="0.4" fill="#FFF8B9" width="1.209" height="0.197"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M51.939,32.494c-0.09-0.257-0.324-0.413-0.521-0.342l-0.783,0.275l0.566,1.611l1.14-0.4
+ L51.939,32.494z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M51.939,32.494c-0.09-0.257-0.324-0.413-0.521-0.342l-0.783,0.275l0.566,1.611l1.14-0.4
+ L51.939,32.494z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M51.939,32.494c-0.09-0.257-0.324-0.413-0.521-0.342l-0.783,0.275l0.566,1.611l1.14-0.4
+ L51.939,32.494z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M51.939,32.494c-0.09-0.257-0.324-0.413-0.521-0.342l-0.783,0.275l0.566,1.611l1.14-0.4
+ L51.939,32.494z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M51.939,32.494c-0.09-0.257-0.324-0.413-0.521-0.342l-0.783,0.275l0.566,1.611l1.14-0.4
+ L51.939,32.494z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M56.034,21.143l0.132,0.376l1.78-0.625l-0.177-0.508l-1.628,0.576
+ C56.058,20.992,56.009,21.072,56.034,21.143z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M56.034,21.143l0.132,0.376l1.78-0.625l-0.177-0.508l-1.628,0.576
+ C56.058,20.992,56.009,21.072,56.034,21.143z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M56.034,21.143l0.132,0.376l1.78-0.625l-0.177-0.508l-1.628,0.576
+ C56.058,20.992,56.009,21.072,56.034,21.143z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M56.034,21.143l0.132,0.376l1.78-0.625l-0.177-0.508l-1.628,0.576
+ C56.058,20.992,56.009,21.072,56.034,21.143z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M56.034,21.143l0.132,0.376l1.78-0.625l-0.177-0.508l-1.628,0.576
+ C56.058,20.992,56.009,21.072,56.034,21.143z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M56.034,21.143l0.132,0.376l1.78-0.625l-0.177-0.508l-1.628,0.576
+ C56.058,20.992,56.009,21.072,56.034,21.143z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="59.872,32.061 60.138,32.818 61.919,32.193 61.653,31.437 61.297,31.561 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="59.872,32.061 60.138,32.818 61.919,32.193 61.653,31.437 61.297,31.561 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="59.872,32.061 60.138,32.818 61.919,32.193 61.653,31.437 61.297,31.561 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="59.872,32.061 60.138,32.818 61.919,32.193 61.653,31.437 61.297,31.561 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="59.872,32.061 60.138,32.818 61.919,32.193 61.653,31.437 61.297,31.561 "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.542,31.265c-0.022,0.133-0.111,0.25-0.245,0.296l0.356-0.124l-0.065-0.186
+ L61.542,31.265z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.542,31.265c-0.022,0.133-0.111,0.25-0.245,0.296l0.356-0.124l-0.065-0.186
+ L61.542,31.265z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.542,31.265c-0.022,0.133-0.111,0.25-0.245,0.296l0.356-0.124l-0.065-0.186
+ L61.542,31.265z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.542,31.265c-0.022,0.133-0.111,0.25-0.245,0.296l0.356-0.124l-0.065-0.186
+ L61.542,31.265z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M61.542,31.265c-0.022,0.133-0.111,0.25-0.245,0.296l0.356-0.124l-0.065-0.186
+ L61.542,31.265z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.542,31.265c-0.022,0.133-0.111,0.25-0.245,0.296l0.356-0.124l-0.065-0.186
+ L61.542,31.265z"/>
+
+ <rect x="59.21" y="29.198" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -6.5722 21.5851)" opacity="0.4" fill="#FFF8B9" width="1.511" height="1.707"/>
+
+ <rect x="59.21" y="29.198" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -6.5722 21.5851)" opacity="0.4" fill="#FFF8B9" width="1.511" height="1.707"/>
+
+ <rect x="59.21" y="29.198" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -6.5722 21.5851)" opacity="0.4" fill="#FFF8B9" width="1.511" height="1.707"/>
+
+ <rect x="59.21" y="29.198" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -6.5722 21.5851)" opacity="0.5" fill="#D1E4B7" width="1.511" height="1.707"/>
+
+ <rect x="59.21" y="29.198" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -6.5722 21.5851)" opacity="0.4" fill="#FFF8B9" width="1.511" height="1.707"/>
+
+ <rect x="59.21" y="29.198" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -6.5722 21.5851)" opacity="0.2" fill="#FFF6A3" width="1.511" height="1.707"/>
+
+ <rect x="59.21" y="29.198" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -6.5722 21.5851)" opacity="0.4" fill="#FFF8B9" width="1.511" height="1.707"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.542,31.265l-1.735,0.611l0.064,0.185l1.425-0.5
+ C61.431,31.515,61.52,31.398,61.542,31.265z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.542,31.265l-1.735,0.611l0.064,0.185l1.425-0.5
+ C61.431,31.515,61.52,31.398,61.542,31.265z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.542,31.265l-1.735,0.611l0.064,0.185l1.425-0.5
+ C61.431,31.515,61.52,31.398,61.542,31.265z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M61.542,31.265l-1.735,0.611l0.064,0.185l1.425-0.5
+ C61.431,31.515,61.52,31.398,61.542,31.265z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.542,31.265l-1.735,0.611l0.064,0.185l1.425-0.5
+ C61.431,31.515,61.52,31.398,61.542,31.265z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M61.542,31.265l-1.735,0.611l0.064,0.185l1.425-0.5
+ C61.431,31.515,61.52,31.398,61.542,31.265z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.542,31.265l-1.735,0.611l0.064,0.185l1.425-0.5
+ C61.431,31.515,61.52,31.398,61.542,31.265z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M62.104,37.927c-0.083,0.029-0.173-0.004-0.198-0.078l-0.632-1.795l-2.281,0.8l2.465,7.009
+ c0.016,0.043,0.058,0.068,0.095,0.057l3.994-1.404l-1.814-5.161L62.104,37.927z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M62.104,37.927c-0.083,0.029-0.173-0.004-0.198-0.078l-0.632-1.795l-2.281,0.8l2.465,7.009
+ c0.016,0.043,0.058,0.068,0.095,0.057l3.994-1.404l-1.814-5.161L62.104,37.927z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M62.104,37.927c-0.083,0.029-0.173-0.004-0.198-0.078l-0.632-1.795l-2.281,0.8l2.465,7.009
+ c0.016,0.043,0.058,0.068,0.095,0.057l3.994-1.404l-1.814-5.161L62.104,37.927z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M62.104,37.927c-0.083,0.029-0.173-0.004-0.198-0.078l-0.632-1.795l-2.281,0.8l2.465,7.009
+ c0.016,0.043,0.058,0.068,0.095,0.057l3.994-1.404l-1.814-5.161L62.104,37.927z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M60.48,34.06l-2.196,0.773l0.31,0.879l2.279-0.801l-0.325-0.922
+ C60.558,34.013,60.527,34.042,60.48,34.06z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M60.48,34.06l-2.196,0.773l0.31,0.879l2.279-0.801l-0.325-0.922
+ C60.558,34.013,60.527,34.042,60.48,34.06z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M60.48,34.06l-2.196,0.773l0.31,0.879l2.279-0.801l-0.325-0.922
+ C60.558,34.013,60.527,34.042,60.48,34.06z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M60.48,34.06l-2.196,0.773l0.31,0.879l2.279-0.801l-0.325-0.922
+ C60.558,34.013,60.527,34.042,60.48,34.06z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M60.48,34.06l-2.196,0.773l0.31,0.879l2.279-0.801l-0.325-0.922
+ C60.558,34.013,60.527,34.042,60.48,34.06z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.275,36.054l0.632,1.795c0.024,0.074,0.115,0.107,0.198,0.078l1.629-0.572l-0.157-0.447
+ l-0.521-1.48L61.275,36.054z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.275,36.054l0.632,1.795c0.024,0.074,0.115,0.107,0.198,0.078l1.629-0.572l-0.157-0.447
+ l-0.521-1.48L61.275,36.054z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M61.275,36.054l0.632,1.795c0.024,0.074,0.115,0.107,0.198,0.078l1.629-0.572l-0.157-0.447
+ l-0.521-1.48L61.275,36.054z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M61.275,36.054l0.632,1.795c0.024,0.074,0.115,0.107,0.198,0.078l1.629-0.572l-0.157-0.447
+ l-0.521-1.48L61.275,36.054z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.275,36.054l0.632,1.795c0.024,0.074,0.115,0.107,0.198,0.078l1.629-0.572l-0.157-0.447
+ l-0.521-1.48L61.275,36.054z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="61.919,32.193 60.138,32.818 60.549,33.99 60.874,34.912 62.655,34.283 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="61.919,32.193 60.138,32.818 60.549,33.99 60.874,34.912 62.655,34.283 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="61.919,32.193 60.138,32.818 60.549,33.99 60.874,34.912 62.655,34.283 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="61.919,32.193 60.138,32.818 60.549,33.99 60.874,34.912 62.655,34.283 "/>
+ <polygon opacity="0.4" fill="#FFF6A3" points="61.919,32.193 60.138,32.818 60.549,33.99 60.874,34.912 62.655,34.283 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="61.919,32.193 60.138,32.818 60.549,33.99 60.874,34.912 62.655,34.283 "/>
+
+ <rect x="55.772" y="27.025" transform="matrix(0.9436 -0.3311 0.3311 0.9436 -5.8838 20.4163)" opacity="0.4" fill="#FFF8B9" width="2.416" height="0.904"/>
+
+ <rect x="55.772" y="27.025" transform="matrix(0.9436 -0.3311 0.3311 0.9436 -5.8838 20.4163)" opacity="0.4" fill="#FFF8B9" width="2.416" height="0.904"/>
+
+ <rect x="55.772" y="27.025" transform="matrix(0.9436 -0.3311 0.3311 0.9436 -5.8838 20.4163)" opacity="0.4" fill="#FFF8B9" width="2.416" height="0.904"/>
+
+ <rect x="55.772" y="27.025" transform="matrix(0.9436 -0.3311 0.3311 0.9436 -5.8838 20.4163)" opacity="0.5" fill="#D1E4B7" width="2.416" height="0.904"/>
+
+ <rect x="55.772" y="27.025" transform="matrix(0.9436 -0.3311 0.3311 0.9436 -5.8838 20.4163)" opacity="0.4" fill="#FFF8B9" width="2.416" height="0.904"/>
+
+ <rect x="55.772" y="27.025" transform="matrix(0.9436 -0.3311 0.3311 0.9436 -5.8838 20.4163)" opacity="0.4" fill="#FFF8B9" width="2.416" height="0.904"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M56.166,21.519l-1.924,0.676c-0.196,0.07-0.299,0.285-0.23,0.48l1.277,3.634l2.279-0.803
+ L56.166,21.519z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M56.166,21.519l-1.924,0.676c-0.196,0.07-0.299,0.285-0.23,0.48l1.277,3.634l2.279-0.803
+ L56.166,21.519z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M56.166,21.519l-1.924,0.676c-0.196,0.07-0.299,0.285-0.23,0.48l1.277,3.634l2.279-0.803
+ L56.166,21.519z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M56.166,21.519l-1.924,0.676c-0.196,0.07-0.299,0.285-0.23,0.48l1.277,3.634l2.279-0.803
+ L56.166,21.519z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M56.166,21.519l-1.924,0.676c-0.196,0.07-0.299,0.285-0.23,0.48l1.277,3.634l2.279-0.803
+ L56.166,21.519z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M56.166,21.519l-1.924,0.676c-0.196,0.07-0.299,0.285-0.23,0.48l1.277,3.634l2.279-0.803
+ L56.166,21.519z"/>
+
+ <rect x="56.804" y="27.154" transform="matrix(0.3321 0.9432 -0.9432 0.3321 65.0143 -35.0969)" opacity="0.4" fill="#FFF8B9" width="0.973" height="2.415"/>
+
+ <rect x="56.804" y="27.154" transform="matrix(0.3321 0.9432 -0.9432 0.3321 65.0143 -35.0969)" opacity="0.4" fill="#FFF8B9" width="0.973" height="2.415"/>
+
+ <rect x="56.804" y="27.154" transform="matrix(0.3321 0.9432 -0.9432 0.3321 65.0143 -35.0969)" opacity="0.4" fill="#FFF8B9" width="0.973" height="2.415"/>
+
+ <rect x="56.804" y="27.154" transform="matrix(0.3321 0.9432 -0.9432 0.3321 65.0143 -35.0969)" opacity="0.5" fill="#D1E4B7" width="0.973" height="2.415"/>
+
+ <rect x="56.804" y="27.154" transform="matrix(0.3321 0.9432 -0.9432 0.3321 65.0143 -35.0969)" opacity="0.4" fill="#FFF8B9" width="0.973" height="2.415"/>
+
+ <rect x="56.804" y="27.154" transform="matrix(0.3321 0.9432 -0.9432 0.3321 65.0143 -35.0969)" opacity="0.4" fill="#FFF8B9" width="0.973" height="2.415"/>
+
+ <rect x="56.804" y="27.154" transform="matrix(0.3321 0.9432 -0.9432 0.3321 65.0143 -35.0969)" opacity="0.4" fill="#FFF8B9" width="0.973" height="2.415"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M58.993,25.009l-0.476-1.355c-0.071-0.197,0.034-0.412,0.231-0.48l-0.802-2.279
+ l-1.78,0.625l1.402,3.987L58.993,25.009z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M58.993,25.009l-0.476-1.355c-0.071-0.197,0.034-0.412,0.231-0.48l-0.802-2.279
+ l-1.78,0.625l1.402,3.987L58.993,25.009z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M58.993,25.009l-0.476-1.355c-0.071-0.197,0.034-0.412,0.231-0.48l-0.802-2.279
+ l-1.78,0.625l1.402,3.987L58.993,25.009z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M58.993,25.009l-0.476-1.355c-0.071-0.197,0.034-0.412,0.231-0.48l-0.802-2.279
+ l-1.78,0.625l1.402,3.987L58.993,25.009z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M58.993,25.009l-0.476-1.355c-0.071-0.197,0.034-0.412,0.231-0.48l-0.802-2.279
+ l-1.78,0.625l1.402,3.987L58.993,25.009z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M58.993,25.009l-0.476-1.355c-0.071-0.197,0.034-0.412,0.231-0.48l-0.802-2.279
+ l-1.78,0.625l1.402,3.987L58.993,25.009z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M58.993,25.009l-0.476-1.355c-0.071-0.197,0.034-0.412,0.231-0.48l-0.802-2.279
+ l-1.78,0.625l1.402,3.987L58.993,25.009z"/>
+
+ <rect x="58.381" y="26.07" transform="matrix(0.3331 0.9429 -0.9429 0.3331 64.5276 -37.5818)" opacity="0.4" fill="#FFF8B9" width="0.9" height="1.51"/>
+
+ <rect x="58.381" y="26.07" transform="matrix(0.3331 0.9429 -0.9429 0.3331 64.5276 -37.5818)" opacity="0.4" fill="#FFF8B9" width="0.9" height="1.51"/>
+
+ <rect x="58.381" y="26.07" transform="matrix(0.3331 0.9429 -0.9429 0.3331 64.5276 -37.5818)" opacity="0.4" fill="#FFF8B9" width="0.9" height="1.51"/>
+
+ <rect x="58.381" y="26.07" transform="matrix(0.3331 0.9429 -0.9429 0.3331 64.5276 -37.5818)" opacity="0.5" fill="#D1E4B7" width="0.9" height="1.51"/>
+
+ <rect x="58.381" y="26.07" transform="matrix(0.3331 0.9429 -0.9429 0.3331 64.5276 -37.5818)" opacity="0.2" fill="#FFF6A3" width="0.9" height="1.51"/>
+
+ <rect x="58.381" y="26.07" transform="matrix(0.3331 0.9429 -0.9429 0.3331 64.5276 -37.5818)" opacity="0.4" fill="#FFF8B9" width="0.9" height="1.51"/>
+
+ <rect x="58.381" y="26.07" transform="matrix(0.3331 0.9429 -0.9429 0.3331 64.5276 -37.5818)" opacity="0.4" fill="#FFF8B9" width="0.9" height="1.51"/>
+
+ <rect x="59.493" y="28.356" transform="matrix(0.3352 0.9421 -0.9421 0.3352 67.0687 -36.8324)" opacity="0.4" fill="#FFF8B9" width="0.284" height="1.509"/>
+
+ <rect x="59.493" y="28.356" transform="matrix(0.3352 0.9421 -0.9421 0.3352 67.0687 -36.8324)" opacity="0.4" fill="#FFF8B9" width="0.284" height="1.509"/>
+
+ <rect x="59.493" y="28.356" transform="matrix(0.3352 0.9421 -0.9421 0.3352 67.0687 -36.8324)" opacity="0.4" fill="#FFF8B9" width="0.284" height="1.509"/>
+
+ <rect x="59.493" y="28.356" transform="matrix(0.3352 0.9421 -0.9421 0.3352 67.0687 -36.8324)" opacity="0.5" fill="#D1E4B7" width="0.284" height="1.509"/>
+
+ <rect x="59.493" y="28.356" transform="matrix(0.3352 0.9421 -0.9421 0.3352 67.0687 -36.8324)" opacity="0.4" fill="#FFF8B9" width="0.284" height="1.509"/>
+
+ <rect x="59.493" y="28.356" transform="matrix(0.3352 0.9421 -0.9421 0.3352 67.0687 -36.8324)" opacity="0.2" fill="#FFF6A3" width="0.284" height="1.509"/>
+
+ <rect x="59.493" y="28.356" transform="matrix(0.3352 0.9421 -0.9421 0.3352 67.0687 -36.8324)" opacity="0.4" fill="#FFF8B9" width="0.284" height="1.509"/>
+
+ <rect x="59.493" y="28.356" transform="matrix(0.3352 0.9421 -0.9421 0.3352 67.0687 -36.8324)" opacity="0.4" fill="#FFF8B9" width="0.284" height="1.509"/>
+
+ <rect x="58.387" y="27.223" transform="matrix(0.943 -0.3329 0.3329 0.943 -5.851 21.2659)" opacity="0.4" fill="#FFF8B9" width="1.511" height="0.973"/>
+
+ <rect x="58.387" y="27.223" transform="matrix(0.943 -0.3329 0.3329 0.943 -5.851 21.2659)" opacity="0.4" fill="#FFF8B9" width="1.511" height="0.973"/>
+
+ <rect x="58.387" y="27.223" transform="matrix(0.943 -0.3329 0.3329 0.943 -5.851 21.2659)" opacity="0.4" fill="#FFF8B9" width="1.511" height="0.973"/>
+
+ <rect x="58.387" y="27.223" transform="matrix(0.943 -0.3329 0.3329 0.943 -5.851 21.2659)" opacity="0.5" fill="#D1E4B7" width="1.511" height="0.973"/>
+
+ <rect x="58.387" y="27.223" transform="matrix(0.943 -0.3329 0.3329 0.943 -5.851 21.2659)" opacity="0.4" fill="#FFF8B9" width="1.511" height="0.973"/>
+
+ <rect x="58.387" y="27.223" transform="matrix(0.943 -0.3329 0.3329 0.943 -5.851 21.2659)" opacity="0.2" fill="#FFF6A3" width="1.511" height="0.973"/>
+
+ <rect x="58.387" y="27.223" transform="matrix(0.943 -0.3329 0.3329 0.943 -5.851 21.2659)" opacity="0.4" fill="#FFF8B9" width="1.511" height="0.973"/>
+
+ <rect x="58.387" y="27.223" transform="matrix(0.943 -0.3329 0.3329 0.943 -5.851 21.2659)" opacity="0.4" fill="#FFF8B9" width="1.511" height="0.973"/>
+
+ <rect x="60.668" y="28.887" transform="matrix(-0.9416 0.3367 -0.3367 -0.9416 128.1732 37.2484)" opacity="0.4" fill="#FFF8B9" width="0.377" height="1.705"/>
+
+ <rect x="60.668" y="28.887" transform="matrix(-0.9416 0.3367 -0.3367 -0.9416 128.1732 37.2484)" opacity="0.4" fill="#FFF8B9" width="0.377" height="1.705"/>
+
+ <rect x="60.668" y="28.887" transform="matrix(-0.9416 0.3367 -0.3367 -0.9416 128.1732 37.2484)" opacity="0.4" fill="#FFF8B9" width="0.377" height="1.705"/>
+
+ <rect x="60.668" y="28.887" transform="matrix(-0.9416 0.3367 -0.3367 -0.9416 128.1732 37.2484)" opacity="0.5" fill="#D1E4B7" width="0.377" height="1.705"/>
+
+ <rect x="60.668" y="28.887" transform="matrix(-0.9416 0.3367 -0.3367 -0.9416 128.1732 37.2484)" opacity="0.4" fill="#FFF8B9" width="0.377" height="1.705"/>
+
+ <rect x="60.668" y="28.887" transform="matrix(-0.9416 0.3367 -0.3367 -0.9416 128.1732 37.2484)" opacity="0.2" fill="#FFF6A3" width="0.377" height="1.705"/>
+
+ <rect x="60.668" y="28.887" transform="matrix(-0.9416 0.3367 -0.3367 -0.9416 128.1732 37.2484)" opacity="0.4" fill="#FFF8B9" width="0.377" height="1.705"/>
+
+ <rect x="60.668" y="28.887" transform="matrix(-0.9416 0.3367 -0.3367 -0.9416 128.1732 37.2484)" opacity="0.4" fill="#FFF8B9" width="0.377" height="1.705"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="59.75,26.024 59.394,26.151 59.693,27 60.05,26.878 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="59.75,26.024 59.394,26.151 59.693,27 60.05,26.878 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="59.75,26.024 59.394,26.151 59.693,27 60.05,26.878 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="59.75,26.024 59.394,26.151 59.693,27 60.05,26.878 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="59.75,26.024 59.394,26.151 59.693,27 60.05,26.878 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="59.75,26.024 59.394,26.151 59.693,27 60.05,26.878 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="59.75,26.024 59.394,26.151 59.693,27 60.05,26.878 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="59.75,26.024 59.394,26.151 59.693,27 60.05,26.878 "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M58.748,23.173c-0.197,0.068-0.302,0.283-0.231,0.48l0.476,1.355l0.356-0.127
+ L58.748,23.173z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M58.748,23.173c-0.197,0.068-0.302,0.283-0.231,0.48l0.476,1.355l0.356-0.127
+ L58.748,23.173z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M58.748,23.173c-0.197,0.068-0.302,0.283-0.231,0.48l0.476,1.355l0.356-0.127
+ L58.748,23.173z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M58.748,23.173c-0.197,0.068-0.302,0.283-0.231,0.48l0.476,1.355l0.356-0.127
+ L58.748,23.173z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M58.748,23.173c-0.197,0.068-0.302,0.283-0.231,0.48l0.476,1.355l0.356-0.127
+ L58.748,23.173z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M58.748,23.173c-0.197,0.068-0.302,0.283-0.231,0.48l0.476,1.355l0.356-0.127
+ L58.748,23.173z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M58.748,23.173c-0.197,0.068-0.302,0.283-0.231,0.48l0.476,1.355l0.356-0.127
+ L58.748,23.173z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M58.748,23.173c-0.197,0.068-0.302,0.283-0.231,0.48l0.476,1.355l0.356-0.127
+ L58.748,23.173z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="60.372,27.795 60.05,26.878 59.693,27 60.016,27.917 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="60.372,27.795 60.05,26.878 59.693,27 60.016,27.917 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="60.372,27.795 60.05,26.878 59.693,27 60.016,27.917 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="60.372,27.795 60.05,26.878 59.693,27 60.016,27.917 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="60.372,27.795 60.05,26.878 59.693,27 60.016,27.917 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="60.372,27.795 60.05,26.878 59.693,27 60.016,27.917 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="60.372,27.795 60.05,26.878 59.693,27 60.016,27.917 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="60.372,27.795 60.05,26.878 59.693,27 60.016,27.917 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="60.372,27.795 60.05,26.878 59.693,27 60.016,27.917 "/>
+
+ <rect x="60.382" y="28.611" transform="matrix(0.332 0.9433 -0.9433 0.332 67.5961 -37.8545)" opacity="0.4" fill="#FFF8B9" width="0.287" height="0.378"/>
+
+ <rect x="60.382" y="28.611" transform="matrix(0.332 0.9433 -0.9433 0.332 67.5961 -37.8545)" opacity="0.4" fill="#FFF8B9" width="0.287" height="0.378"/>
+
+ <rect x="60.382" y="28.611" transform="matrix(0.332 0.9433 -0.9433 0.332 67.5961 -37.8545)" opacity="0.4" fill="#FFF8B9" width="0.287" height="0.378"/>
+
+ <rect x="60.382" y="28.611" transform="matrix(0.332 0.9433 -0.9433 0.332 67.5961 -37.8545)" opacity="0.5" fill="#D1E4B7" width="0.287" height="0.378"/>
+
+ <rect x="60.382" y="28.611" transform="matrix(0.332 0.9433 -0.9433 0.332 67.5961 -37.8545)" opacity="0.4" fill="#FFF8B9" width="0.287" height="0.378"/>
+
+ <rect x="60.382" y="28.611" transform="matrix(0.332 0.9433 -0.9433 0.332 67.5961 -37.8545)" opacity="0.2" fill="#FFF6A3" width="0.287" height="0.378"/>
+
+ <rect x="60.382" y="28.611" transform="matrix(0.332 0.9433 -0.9433 0.332 67.5961 -37.8545)" opacity="0.4" fill="#FFF8B9" width="0.287" height="0.378"/>
+
+ <rect x="60.382" y="28.611" transform="matrix(0.332 0.9433 -0.9433 0.332 67.5961 -37.8545)" opacity="0.4" fill="#FFF8B9" width="0.287" height="0.378"/>
+
+ <rect x="60.382" y="28.611" transform="matrix(0.332 0.9433 -0.9433 0.332 67.5961 -37.8545)" opacity="0.4" fill="#FFF8B9" width="0.287" height="0.378"/>
+
+ <rect x="66.13" y="16.167" transform="matrix(0.3316 0.9434 -0.9434 0.3316 64.2855 -57.1936)" opacity="0.4" fill="#FFF8B9" width="12.751" height="1.209"/>
+
+ <rect x="66.13" y="16.167" transform="matrix(0.3316 0.9434 -0.9434 0.3316 64.2855 -57.1936)" opacity="0.4" fill="#FFF8B9" width="12.751" height="1.209"/>
+
+ <rect x="66.13" y="16.167" transform="matrix(0.3316 0.9434 -0.9434 0.3316 64.2855 -57.1936)" opacity="0.4" fill="#FFF8B9" width="12.751" height="1.209"/>
+
+ <rect x="74.63" y="23.537" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 154.3463 22.741)" opacity="0.4" fill="#FFF8B9" width="1.208" height="1.992"/>
+
+ <rect x="74.63" y="23.537" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 154.3463 22.741)" opacity="0.4" fill="#FFF8B9" width="1.208" height="1.992"/>
+
+ <rect x="74.63" y="23.537" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 154.3463 22.741)" opacity="0.4" fill="#FFF8B9" width="1.208" height="1.992"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M58.394,4.407l-0.278-0.796c-0.295,0.068-0.59,0.143-0.883,0.221l0.308,0.875L58.394,4.407
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M58.394,4.407l-0.278-0.796c-0.295,0.068-0.59,0.143-0.883,0.221l0.308,0.875L58.394,4.407
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M58.394,4.407l-0.278-0.796c-0.295,0.068-0.59,0.143-0.883,0.221l0.308,0.875L58.394,4.407
+ z"/>
+
+ <rect x="71.753" y="24.235" transform="matrix(-0.9432 0.3322 -0.3322 -0.9432 150.724 24.6963)" opacity="0.4" fill="#FFF8B9" width="2.996" height="1.992"/>
+
+ <rect x="71.753" y="24.235" transform="matrix(-0.9432 0.3322 -0.3322 -0.9432 150.724 24.6963)" opacity="0.4" fill="#FFF8B9" width="2.996" height="1.992"/>
+
+ <rect x="71.753" y="24.235" transform="matrix(-0.9432 0.3322 -0.3322 -0.9432 150.724 24.6963)" opacity="0.4" fill="#FFF8B9" width="2.996" height="1.992"/>
+
+ <rect x="71.753" y="24.235" transform="matrix(-0.9432 0.3322 -0.3322 -0.9432 150.724 24.6963)" opacity="0.4" fill="#FFF8B9" width="2.996" height="1.992"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M68.666,16.702l2.558,7.276l2.827-0.992l-4.229-12.029l-7.764,2.729
+ c-0.198,0.068-0.414-0.034-0.482-0.231l-3.181-9.047l-0.854,0.3l4.931,14.03l5.997-2.108
+ C68.552,16.599,68.641,16.633,68.666,16.702z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M68.666,16.702l2.558,7.276l2.827-0.992l-4.229-12.029l-7.764,2.729
+ c-0.198,0.068-0.414-0.034-0.482-0.231l-3.181-9.047l-0.854,0.3l4.931,14.03l5.997-2.108
+ C68.552,16.599,68.641,16.633,68.666,16.702z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M68.666,16.702l2.558,7.276l2.827-0.992l-4.229-12.029l-7.764,2.729
+ c-0.198,0.068-0.414-0.034-0.482-0.231l-3.181-9.047l-0.854,0.3l4.931,14.03l5.997-2.108
+ C68.552,16.599,68.641,16.633,68.666,16.702z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M68.666,16.702l2.558,7.276l2.827-0.992l-4.229-12.029l-7.764,2.729
+ c-0.198,0.068-0.414-0.034-0.482-0.231l-3.181-9.047l-0.854,0.3l4.931,14.03l5.997-2.108
+ C68.552,16.599,68.641,16.633,68.666,16.702z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M76.331,29.477l1.085-0.381c0.01-0.085,0-0.179-0.033-0.271l-0.912-2.597l-1.141,0.399
+ L76.331,29.477z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M76.331,29.477l1.085-0.381c0.01-0.085,0-0.179-0.033-0.271l-0.912-2.597l-1.141,0.399
+ L76.331,29.477z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M76.331,29.477l1.085-0.381c0.01-0.085,0-0.179-0.033-0.271l-0.912-2.597l-1.141,0.399
+ L76.331,29.477z"/>
+
+ <rect x="72.92" y="27.04" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 154.0914 30.8072)" opacity="0.4" fill="#FFF8B9" width="2.995" height="3.019"/>
+
+ <rect x="72.92" y="27.04" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 154.0914 30.8072)" opacity="0.4" fill="#FFF8B9" width="2.995" height="3.019"/>
+
+ <rect x="72.92" y="27.04" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 154.0914 30.8072)" opacity="0.5" fill="#D1E4B7" width="2.995" height="3.019"/>
+
+ <rect x="72.92" y="27.04" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 154.0914 30.8072)" opacity="0.4" fill="#FFF8B9" width="2.995" height="3.019"/>
+
+ <rect x="75.77" y="25.731" transform="matrix(-0.3281 -0.9446 0.9446 -0.3281 75.8857 106.6453)" opacity="0.4" fill="#FFF8B9" width="0.196" height="1.209"/>
+
+ <rect x="75.77" y="25.731" transform="matrix(-0.3281 -0.9446 0.9446 -0.3281 75.8857 106.6453)" opacity="0.4" fill="#FFF8B9" width="0.196" height="1.209"/>
+
+ <rect x="75.77" y="25.731" transform="matrix(-0.3281 -0.9446 0.9446 -0.3281 75.8857 106.6453)" opacity="0.5" fill="#D1E4B7" width="0.196" height="1.209"/>
+
+ <rect x="75.77" y="25.731" transform="matrix(-0.3281 -0.9446 0.9446 -0.3281 75.8857 106.6453)" opacity="0.4" fill="#FFF8B9" width="0.196" height="1.209"/>
+
+ <rect x="72.388" y="26.933" transform="matrix(-0.9436 0.331 -0.331 -0.9436 152.5525 28.0819)" opacity="0.4" fill="#FFF8B9" width="2.994" height="0.196"/>
+
+ <rect x="72.388" y="26.933" transform="matrix(-0.9436 0.331 -0.331 -0.9436 152.5525 28.0819)" opacity="0.4" fill="#FFF8B9" width="2.994" height="0.196"/>
+
+ <rect x="72.388" y="26.933" transform="matrix(-0.9436 0.331 -0.331 -0.9436 152.5525 28.0819)" opacity="0.4" fill="#FFF8B9" width="2.994" height="0.196"/>
+
+ <rect x="72.388" y="26.933" transform="matrix(-0.9436 0.331 -0.331 -0.9436 152.5525 28.0819)" opacity="0.5" fill="#D1E4B7" width="2.994" height="0.196"/>
+
+ <rect x="72.388" y="26.933" transform="matrix(-0.9436 0.331 -0.331 -0.9436 152.5525 28.0819)" opacity="0.4" fill="#FFF8B9" width="2.994" height="0.196"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M70.962,10.556l-2.68-7.623c-0.437-0.041-0.876-0.073-1.315-0.098l2.854,8.121
+ L70.962,10.556z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M70.962,10.556l-2.68-7.623c-0.437-0.041-0.876-0.073-1.315-0.098l2.854,8.121
+ L70.962,10.556z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M70.962,10.556l-2.68-7.623c-0.437-0.041-0.876-0.073-1.315-0.098l2.854,8.121
+ L70.962,10.556z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M70.962,10.556l-2.68-7.623c-0.437-0.041-0.876-0.073-1.315-0.098l2.854,8.121
+ L70.962,10.556z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M62.704,2.894c-1.528,0.122-3.062,0.361-4.588,0.717l0.278,0.796L62.704,2.894z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M62.704,2.894c-1.528,0.122-3.062,0.361-4.588,0.717l0.278,0.796L62.704,2.894z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M62.704,2.894c-1.528,0.122-3.062,0.361-4.588,0.717l0.278,0.796L62.704,2.894z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M62.704,2.894c-1.528,0.122-3.062,0.361-4.588,0.717l0.278,0.796L62.704,2.894z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.575,13.454c0.068,0.197,0.284,0.3,0.482,0.231l7.764-2.729l-2.854-8.121
+ c-1.41-0.078-2.834-0.059-4.263,0.059l-4.31,1.513L61.575,13.454z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.575,13.454c0.068,0.197,0.284,0.3,0.482,0.231l7.764-2.729l-2.854-8.121
+ c-1.41-0.078-2.834-0.059-4.263,0.059l-4.31,1.513L61.575,13.454z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.575,13.454c0.068,0.197,0.284,0.3,0.482,0.231l7.764-2.729l-2.854-8.121
+ c-1.41-0.078-2.834-0.059-4.263,0.059l-4.31,1.513L61.575,13.454z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.575,13.454c0.068,0.197,0.284,0.3,0.482,0.231l7.764-2.729l-2.854-8.121
+ c-1.41-0.078-2.834-0.059-4.263,0.059l-4.31,1.513L61.575,13.454z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.575,13.454c0.068,0.197,0.284,0.3,0.482,0.231l7.764-2.729l-2.854-8.121
+ c-1.41-0.078-2.834-0.059-4.263,0.059l-4.31,1.513L61.575,13.454z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M66.157,20.567c0.197-0.067,0.413,0.034,0.482,0.231l1.499,4.267l3.086-1.087l-2.558-7.276
+ c-0.024-0.068-0.113-0.103-0.198-0.073l-5.997,2.108l0.979,2.782L66.157,20.567z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M66.157,20.567c0.197-0.067,0.413,0.034,0.482,0.231l1.499,4.267l3.086-1.087l-2.558-7.276
+ c-0.024-0.068-0.113-0.103-0.198-0.073l-5.997,2.108l0.979,2.782L66.157,20.567z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M66.157,20.567c0.197-0.067,0.413,0.034,0.482,0.231l1.499,4.267l3.086-1.087l-2.558-7.276
+ c-0.024-0.068-0.113-0.103-0.198-0.073l-5.997,2.108l0.979,2.782L66.157,20.567z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M66.157,20.567c0.197-0.067,0.413,0.034,0.482,0.231l1.499,4.267l3.086-1.087l-2.558-7.276
+ c-0.024-0.068-0.113-0.103-0.198-0.073l-5.997,2.108l0.979,2.782L66.157,20.567z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M66.157,20.567c0.197-0.067,0.413,0.034,0.482,0.231l1.499,4.267l3.086-1.087l-2.558-7.276
+ c-0.024-0.068-0.113-0.103-0.198-0.073l-5.997,2.108l0.979,2.782L66.157,20.567z"/>
+
+ <rect x="69.298" y="24.634" transform="matrix(0.3318 0.9433 -0.9433 0.3318 71.7504 -48.7594)" opacity="0.4" fill="#FFF8B9" width="1.994" height="3.271"/>
+
+ <rect x="69.298" y="24.634" transform="matrix(0.3318 0.9433 -0.9433 0.3318 71.7504 -48.7594)" opacity="0.4" fill="#FFF8B9" width="1.994" height="3.271"/>
+
+ <rect x="69.298" y="24.634" transform="matrix(0.3318 0.9433 -0.9433 0.3318 71.7504 -48.7594)" opacity="0.4" fill="#FFF8B9" width="1.994" height="3.271"/>
+
+ <rect x="69.298" y="24.634" transform="matrix(0.3318 0.9433 -0.9433 0.3318 71.7504 -48.7594)" opacity="0.2" fill="#FFF6A3" width="1.994" height="3.271"/>
+
+ <rect x="69.298" y="24.634" transform="matrix(0.3318 0.9433 -0.9433 0.3318 71.7504 -48.7594)" opacity="0.4" fill="#FFF8B9" width="1.994" height="3.271"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M67.267,32.378c0.033,0.093,0.084,0.171,0.146,0.234l6.092-2.143l-1-2.851l-6.15,2.162
+ L67.267,32.378z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M67.267,32.378c0.033,0.093,0.084,0.171,0.146,0.234l6.092-2.143l-1-2.851l-6.15,2.162
+ L67.267,32.378z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M67.267,32.378c0.033,0.093,0.084,0.171,0.146,0.234l6.092-2.143l-1-2.851l-6.15,2.162
+ L67.267,32.378z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M67.267,32.378c0.033,0.093,0.084,0.171,0.146,0.234l6.092-2.143l-1-2.851l-6.15,2.162
+ L67.267,32.378z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M67.267,32.378c0.033,0.093,0.084,0.171,0.146,0.234l6.092-2.143l-1-2.851l-6.15,2.162
+ L67.267,32.378z"/>
+
+ <rect x="66.138" y="28.511" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 144.3543 32.5807)" opacity="0.4" fill="#FFF8B9" width="6.519" height="0.196"/>
+
+ <rect x="66.138" y="28.511" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 144.3543 32.5807)" opacity="0.4" fill="#FFF8B9" width="6.519" height="0.196"/>
+
+ <rect x="66.138" y="28.511" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 144.3543 32.5807)" opacity="0.4" fill="#FFF8B9" width="6.519" height="0.196"/>
+
+ <rect x="66.138" y="28.511" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 144.3543 32.5807)" opacity="0.5" fill="#D1E4B7" width="6.519" height="0.196"/>
+
+ <rect x="66.138" y="28.511" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 144.3543 32.5807)" opacity="0.2" fill="#FFF6A3" width="6.519" height="0.196"/>
+
+ <rect x="66.138" y="28.511" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 144.3543 32.5807)" opacity="0.4" fill="#FFF8B9" width="6.519" height="0.196"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M66.831,22.251c0.126-0.045,0.232-0.074,0.234-0.068l0.393,1.117
+ c0.002,0.01-0.098,0.049-0.226,0.093l-2.78,0.981l0.623,1.767l3.063-1.076l-1.499-4.267c-0.069-0.197-0.285-0.299-0.482-0.231
+ l-2.708,0.952l0.602,1.711L66.831,22.251z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M66.831,22.251c0.126-0.045,0.232-0.074,0.234-0.068l0.393,1.117
+ c0.002,0.01-0.098,0.049-0.226,0.093l-2.78,0.981l0.623,1.767l3.063-1.076l-1.499-4.267c-0.069-0.197-0.285-0.299-0.482-0.231
+ l-2.708,0.952l0.602,1.711L66.831,22.251z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M66.831,22.251c0.126-0.045,0.232-0.074,0.234-0.068l0.393,1.117
+ c0.002,0.01-0.098,0.049-0.226,0.093l-2.78,0.981l0.623,1.767l3.063-1.076l-1.499-4.267c-0.069-0.197-0.285-0.299-0.482-0.231
+ l-2.708,0.952l0.602,1.711L66.831,22.251z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M66.831,22.251c0.126-0.045,0.232-0.074,0.234-0.068l0.393,1.117
+ c0.002,0.01-0.098,0.049-0.226,0.093l-2.78,0.981l0.623,1.767l3.063-1.076l-1.499-4.267c-0.069-0.197-0.285-0.299-0.482-0.231
+ l-2.708,0.952l0.602,1.711L66.831,22.251z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M66.831,22.251c0.126-0.045,0.232-0.074,0.234-0.068l0.393,1.117
+ c0.002,0.01-0.098,0.049-0.226,0.093l-2.78,0.981l0.623,1.767l3.063-1.076l-1.499-4.267c-0.069-0.197-0.285-0.299-0.482-0.231
+ l-2.708,0.952l0.602,1.711L66.831,22.251z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M66.831,22.251c0.126-0.045,0.232-0.074,0.234-0.068l0.393,1.117
+ c0.002,0.01-0.098,0.049-0.226,0.093l-2.78,0.981l0.623,1.767l3.063-1.076l-1.499-4.267c-0.069-0.197-0.285-0.299-0.482-0.231
+ l-2.708,0.952l0.602,1.711L66.831,22.251z"/>
+
+ <rect x="66.224" y="25.726" transform="matrix(0.3321 0.9432 -0.9432 0.3321 70.6911 -45.1381)" opacity="0.4" fill="#FFF8B9" width="1.992" height="3.247"/>
+
+ <rect x="66.224" y="25.726" transform="matrix(0.3321 0.9432 -0.9432 0.3321 70.6911 -45.1381)" opacity="0.4" fill="#FFF8B9" width="1.992" height="3.247"/>
+
+ <rect x="66.224" y="25.726" transform="matrix(0.3321 0.9432 -0.9432 0.3321 70.6911 -45.1381)" opacity="0.4" fill="#FFF8B9" width="1.992" height="3.247"/>
+
+ <rect x="66.224" y="25.726" transform="matrix(0.3321 0.9432 -0.9432 0.3321 70.6911 -45.1381)" opacity="0.2" fill="#FFF6A3" width="1.992" height="3.247"/>
+
+ <rect x="66.224" y="25.726" transform="matrix(0.3321 0.9432 -0.9432 0.3321 70.6911 -45.1381)" opacity="0.4" fill="#FFF8B9" width="1.992" height="3.247"/>
+
+ <rect x="66.224" y="25.726" transform="matrix(0.3321 0.9432 -0.9432 0.3321 70.6911 -45.1381)" opacity="0.4" fill="#FFF8B9" width="1.992" height="3.247"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M76.461,55.045l2.725,7.75c3.459-1.693,6.495-3.957,9.031-6.639l-1.64-4.664L76.461,55.045
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M76.461,55.045l2.725,7.75c3.459-1.693,6.495-3.957,9.031-6.639l-1.64-4.664L76.461,55.045
+ z"/>
+
+ <rect x="80.111" y="46.911" transform="matrix(-0.3319 -0.9433 0.9433 -0.3319 58.8009 146.1879)" opacity="0.4" fill="#FFF8B9" width="2.114" height="10.721"/>
+
+ <rect x="80.111" y="46.911" transform="matrix(-0.3319 -0.9433 0.9433 -0.3319 58.8009 146.1879)" opacity="0.5" fill="#D1E4B7" width="2.114" height="10.721"/>
+
+ <rect x="80.111" y="46.911" transform="matrix(-0.3319 -0.9433 0.9433 -0.3319 58.8009 146.1879)" opacity="0.4" fill="#FFF8B9" width="2.114" height="10.721"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M82.637,48.553l-7.527,2.646l0.65,1.852l10.117-3.555l-6.118-17.403
+ c-0.063-0.184-0.276-0.275-0.472-0.205l-1.875,0.658l5.458,15.524C82.937,48.266,82.833,48.484,82.637,48.553z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M82.637,48.553l-7.527,2.646l0.65,1.852l10.117-3.555l-6.118-17.403
+ c-0.063-0.184-0.276-0.275-0.472-0.205l-1.875,0.658l5.458,15.524C82.937,48.266,82.833,48.484,82.637,48.553z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M82.637,48.553l-7.527,2.646l0.65,1.852l10.117-3.555l-6.118-17.403
+ c-0.063-0.184-0.276-0.275-0.472-0.205l-1.875,0.658l5.458,15.524C82.937,48.266,82.833,48.484,82.637,48.553z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M82.637,48.553l-7.527,2.646l0.65,1.852l10.117-3.555l-6.118-17.403
+ c-0.063-0.184-0.276-0.275-0.472-0.205l-1.875,0.658l5.458,15.524C82.937,48.266,82.833,48.484,82.637,48.553z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M69.883,35.195c-0.198,0.068-0.305,0.271-0.24,0.453l5.466,15.551l7.527-2.646
+ c0.196-0.068,0.3-0.287,0.232-0.482l-5.458-15.524l-2.98,1.047L69.883,35.195z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M69.883,35.195c-0.198,0.068-0.305,0.271-0.24,0.453l5.466,15.551l7.527-2.646
+ c0.196-0.068,0.3-0.287,0.232-0.482l-5.458-15.524l-2.98,1.047L69.883,35.195z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M69.883,35.195c-0.198,0.068-0.305,0.271-0.24,0.453l5.466,15.551l7.527-2.646
+ c0.196-0.068,0.3-0.287,0.232-0.482l-5.458-15.524l-2.98,1.047L69.883,35.195z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M69.883,35.195c-0.198,0.068-0.305,0.271-0.24,0.453l5.466,15.551l7.527-2.646
+ c0.196-0.068,0.3-0.287,0.232-0.482l-5.458-15.524l-2.98,1.047L69.883,35.195z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M69.883,35.195c-0.198,0.068-0.305,0.271-0.24,0.453l5.466,15.551l7.527-2.646
+ c0.196-0.068,0.3-0.287,0.232-0.482l-5.458-15.524l-2.98,1.047L69.883,35.195z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M53.033,34.467l-0.046,0.015l0.677,1.926c0.008,0.024,0.052,0.029,0.099,0.012l2.741-0.961
+ l-0.692-1.97L53.033,34.467z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M53.033,34.467l-0.046,0.015l0.677,1.926c0.008,0.024,0.052,0.029,0.099,0.012l2.741-0.961
+ l-0.692-1.97L53.033,34.467z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M53.033,34.467l-0.046,0.015l0.677,1.926c0.008,0.024,0.052,0.029,0.099,0.012l2.741-0.961
+ l-0.692-1.97L53.033,34.467z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M53.033,34.467l-0.046,0.015l0.677,1.926c0.008,0.024,0.052,0.029,0.099,0.012l2.741-0.961
+ l-0.692-1.97L53.033,34.467z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M52.985,34.477l0.001,0.005l0.046-0.015C53.018,34.472,53.001,34.472,52.985,34.477z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M52.985,34.477l0.001,0.005l0.046-0.015C53.018,34.472,53.001,34.472,52.985,34.477z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M52.985,34.477l0.001,0.005l0.046-0.015C53.018,34.472,53.001,34.472,52.985,34.477z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M52.985,34.477l0.001,0.005l0.046-0.015C53.018,34.472,53.001,34.472,52.985,34.477z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M52.985,34.477l0.001,0.005l0.046-0.015C53.018,34.472,53.001,34.472,52.985,34.477z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M55.811,33.489l-0.065-0.186l-2.825,0.993l0.063,0.181c0.016-0.005,0.033-0.005,0.048-0.01
+ L55.811,33.489z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M55.811,33.489l-0.065-0.186l-2.825,0.993l0.063,0.181c0.016-0.005,0.033-0.005,0.048-0.01
+ L55.811,33.489z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M55.811,33.489l-0.065-0.186l-2.825,0.993l0.063,0.181c0.016-0.005,0.033-0.005,0.048-0.01
+ L55.811,33.489z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M55.811,33.489l-0.065-0.186l-2.825,0.993l0.063,0.181c0.016-0.005,0.033-0.005,0.048-0.01
+ L55.811,33.489z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M55.811,33.489l-0.065-0.186l-2.825,0.993l0.063,0.181c0.016-0.005,0.033-0.005,0.048-0.01
+ L55.811,33.489z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M55.811,33.489l-0.065-0.186l-2.825,0.993l0.063,0.181c0.016-0.005,0.033-0.005,0.048-0.01
+ L55.811,33.489z"/>
+
+ <rect x="52.237" y="31.094" transform="matrix(0.9437 -0.3309 0.3309 0.9437 -7.5925 19.5897)" opacity="0.4" fill="#FFF8B9" width="2.992" height="1.995"/>
+
+ <rect x="52.237" y="31.094" transform="matrix(0.9437 -0.3309 0.3309 0.9437 -7.5925 19.5897)" opacity="0.4" fill="#FFF8B9" width="2.992" height="1.995"/>
+
+ <rect x="52.237" y="31.094" transform="matrix(0.9437 -0.3309 0.3309 0.9437 -7.5925 19.5897)" opacity="0.4" fill="#FFF8B9" width="2.992" height="1.995"/>
+
+ <rect x="52.237" y="31.094" transform="matrix(0.9437 -0.3309 0.3309 0.9437 -7.5925 19.5897)" opacity="0.5" fill="#D1E4B7" width="2.992" height="1.995"/>
+
+ <rect x="52.237" y="31.094" transform="matrix(0.9437 -0.3309 0.3309 0.9437 -7.5925 19.5897)" opacity="0.4" fill="#FFF8B9" width="2.992" height="1.995"/>
+
+ <rect x="52.237" y="31.094" transform="matrix(0.9437 -0.3309 0.3309 0.9437 -7.5925 19.5897)" opacity="0.2" fill="#FFF6A3" width="2.992" height="1.995"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M57.927,33.599l2.211-0.781l-0.266-0.757l-4.061,1.428l0.692,1.97l1.781-0.625
+ l-0.398-1.135C57.871,33.658,57.889,33.609,57.927,33.599z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M57.927,33.599l2.211-0.781l-0.266-0.757l-4.061,1.428l0.692,1.97l1.781-0.625
+ l-0.398-1.135C57.871,33.658,57.889,33.609,57.927,33.599z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M57.927,33.599l2.211-0.781l-0.266-0.757l-4.061,1.428l0.692,1.97l1.781-0.625
+ l-0.398-1.135C57.871,33.658,57.889,33.609,57.927,33.599z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M57.927,33.599l2.211-0.781l-0.266-0.757l-4.061,1.428l0.692,1.97l1.781-0.625
+ l-0.398-1.135C57.871,33.658,57.889,33.609,57.927,33.599z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M57.927,33.599l2.211-0.781l-0.266-0.757l-4.061,1.428l0.692,1.97l1.781-0.625
+ l-0.398-1.135C57.871,33.658,57.889,33.609,57.927,33.599z"/>
+
+ <rect x="57.711" y="30.53" transform="matrix(-0.3304 -0.9439 0.9439 -0.3304 46.0587 98.042)" opacity="0.4" fill="#FFF8B9" width="0.197" height="4.304"/>
+
+ <rect x="57.711" y="30.53" transform="matrix(-0.3304 -0.9439 0.9439 -0.3304 46.0587 98.042)" opacity="0.4" fill="#FFF8B9" width="0.197" height="4.304"/>
+
+ <rect x="57.711" y="30.53" transform="matrix(-0.3304 -0.9439 0.9439 -0.3304 46.0587 98.042)" opacity="0.4" fill="#FFF8B9" width="0.197" height="4.304"/>
+
+ <rect x="57.711" y="30.53" transform="matrix(-0.3304 -0.9439 0.9439 -0.3304 46.0587 98.042)" opacity="0.5" fill="#D1E4B7" width="0.197" height="4.304"/>
+
+ <rect x="57.711" y="30.53" transform="matrix(-0.3304 -0.9439 0.9439 -0.3304 46.0587 98.042)" opacity="0.4" fill="#FFF8B9" width="0.197" height="4.304"/>
+
+ <rect x="57.711" y="30.53" transform="matrix(-0.3304 -0.9439 0.9439 -0.3304 46.0587 98.042)" opacity="0.4" fill="#FFF8B9" width="0.197" height="4.304"/>
+
+ <rect x="57.711" y="30.53" transform="matrix(-0.3304 -0.9439 0.9439 -0.3304 46.0587 98.042)" opacity="0.2" fill="#FFF6A3" width="0.197" height="4.304"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M58.97,29.497l-1.923,0.676c-0.167,0.059-0.347-0.005-0.44-0.149l-1.792,0.633l0.663,1.879
+ l4.06-1.428L58.97,29.497z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M58.97,29.497l-1.923,0.676c-0.167,0.059-0.347-0.005-0.44-0.149l-1.792,0.633l0.663,1.879
+ l4.06-1.428L58.97,29.497z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M58.97,29.497l-1.923,0.676c-0.167,0.059-0.347-0.005-0.44-0.149l-1.792,0.633l0.663,1.879
+ l4.06-1.428L58.97,29.497z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M58.97,29.497l-1.923,0.676c-0.167,0.059-0.347-0.005-0.44-0.149l-1.792,0.633l0.663,1.879
+ l4.06-1.428L58.97,29.497z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M58.97,29.497l-1.923,0.676c-0.167,0.059-0.347-0.005-0.44-0.149l-1.792,0.633l0.663,1.879
+ l4.06-1.428L58.97,29.497z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M58.97,29.497l-1.923,0.676c-0.167,0.059-0.347-0.005-0.44-0.149l-1.792,0.633l0.663,1.879
+ l4.06-1.428L58.97,29.497z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M58.97,29.497l-1.923,0.676c-0.167,0.059-0.347-0.005-0.44-0.149l-1.792,0.633l0.663,1.879
+ l4.06-1.428L58.97,29.497z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M60.549,33.99l-0.411-1.172l-2.211,0.781c-0.038,0.01-0.056,0.059-0.041,0.1l0.398,1.135
+ l2.196-0.773C60.527,34.042,60.558,34.013,60.549,33.99z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M60.549,33.99l-0.411-1.172l-2.211,0.781c-0.038,0.01-0.056,0.059-0.041,0.1l0.398,1.135
+ l2.196-0.773C60.527,34.042,60.558,34.013,60.549,33.99z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M60.549,33.99l-0.411-1.172l-2.211,0.781c-0.038,0.01-0.056,0.059-0.041,0.1l0.398,1.135
+ l2.196-0.773C60.527,34.042,60.558,34.013,60.549,33.99z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M60.549,33.99l-0.411-1.172l-2.211,0.781c-0.038,0.01-0.056,0.059-0.041,0.1l0.398,1.135
+ l2.196-0.773C60.527,34.042,60.558,34.013,60.549,33.99z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M60.549,33.99l-0.411-1.172l-2.211,0.781c-0.038,0.01-0.056,0.059-0.041,0.1l0.398,1.135
+ l2.196-0.773C60.527,34.042,60.558,34.013,60.549,33.99z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M60.549,33.99l-0.411-1.172l-2.211,0.781c-0.038,0.01-0.056,0.059-0.041,0.1l0.398,1.135
+ l2.196-0.773C60.527,34.042,60.558,34.013,60.549,33.99z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M57.047,30.172l1.923-0.676l-0.095-0.271l-2.269,0.797
+ C56.7,30.167,56.88,30.231,57.047,30.172z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M57.047,30.172l1.923-0.676l-0.095-0.271l-2.269,0.797
+ C56.7,30.167,56.88,30.231,57.047,30.172z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M57.047,30.172l1.923-0.676l-0.095-0.271l-2.269,0.797
+ C56.7,30.167,56.88,30.231,57.047,30.172z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M57.047,30.172l1.923-0.676l-0.095-0.271l-2.269,0.797
+ C56.7,30.167,56.88,30.231,57.047,30.172z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M57.047,30.172l1.923-0.676l-0.095-0.271l-2.269,0.797
+ C56.7,30.167,56.88,30.231,57.047,30.172z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M57.047,30.172l1.923-0.676l-0.095-0.271l-2.269,0.797
+ C56.7,30.167,56.88,30.231,57.047,30.172z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M57.047,30.172l1.923-0.676l-0.095-0.271l-2.269,0.797
+ C56.7,30.167,56.88,30.231,57.047,30.172z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M57.047,30.172l1.923-0.676l-0.095-0.271l-2.269,0.797
+ C56.7,30.167,56.88,30.231,57.047,30.172z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M41.227,41.818c-0.155,0.053-0.278,0.102-0.275,0.109l0.393,1.115
+ c0.002,0.01,0.129-0.029,0.283-0.082l2.336-0.822l-0.402-1.143L41.227,41.818z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M41.227,41.818c-0.155,0.053-0.278,0.102-0.275,0.109l0.393,1.115
+ c0.002,0.01,0.129-0.029,0.283-0.082l2.336-0.822l-0.402-1.143L41.227,41.818z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M41.227,41.818c-0.155,0.053-0.278,0.102-0.275,0.109l0.393,1.115
+ c0.002,0.01,0.129-0.029,0.283-0.082l2.336-0.822l-0.402-1.143L41.227,41.818z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M77.191,29.416l-0.783,0.276l0.326,0.927l4.188-1.471c0.154-0.055,0.277-0.105,0.275-0.113
+ l-0.393-1.117c-0.002-0.005-0.129,0.034-0.284,0.088l-3.103,1.091C77.397,29.248,77.316,29.373,77.191,29.416z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M77.191,29.416l-0.783,0.276l0.326,0.927l4.188-1.471c0.154-0.055,0.277-0.105,0.275-0.113
+ l-0.393-1.117c-0.002-0.005-0.129,0.034-0.284,0.088l-3.103,1.091C77.397,29.248,77.316,29.373,77.191,29.416z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M77.191,29.416l-0.783,0.276l0.326,0.927l4.188-1.471c0.154-0.055,0.277-0.105,0.275-0.113
+ l-0.393-1.117c-0.002-0.005-0.129,0.034-0.284,0.088l-3.103,1.091C77.397,29.248,77.316,29.373,77.191,29.416z"/>
+
+ <rect x="74.665" y="29.153" transform="matrix(-0.3312 -0.9435 0.9435 -0.3312 71.1301 111.7191)" opacity="0.4" fill="#FFF8B9" width="0.983" height="2.997"/>
+
+ <rect x="74.665" y="29.153" transform="matrix(-0.3312 -0.9435 0.9435 -0.3312 71.1301 111.7191)" opacity="0.4" fill="#FFF8B9" width="0.983" height="2.997"/>
+
+ <rect x="74.665" y="29.153" transform="matrix(-0.3312 -0.9435 0.9435 -0.3312 71.1301 111.7191)" opacity="0.5" fill="#D1E4B7" width="0.983" height="2.997"/>
+
+ <rect x="74.665" y="29.153" transform="matrix(-0.3312 -0.9435 0.9435 -0.3312 71.1301 111.7191)" opacity="0.4" fill="#FFF8B9" width="0.983" height="2.997"/>
+
+ <rect x="43.493" y="39.383" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -10.5337 18.2719)" opacity="0.4" fill="#FFF8B9" width="9.515" height="1.211"/>
+
+ <rect x="43.493" y="39.383" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -10.5337 18.2719)" opacity="0.4" fill="#FFF8B9" width="9.515" height="1.211"/>
+
+ <rect x="43.493" y="39.383" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -10.5337 18.2719)" opacity="0.4" fill="#FFF8B9" width="9.515" height="1.211"/>
+
+ <rect x="43.493" y="39.383" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -10.5337 18.2719)" opacity="0.4" fill="#FFF8B9" width="9.515" height="1.211"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M67.413,32.613l-2.479,0.869l0.076,0.215c0.069,0.197-0.034,0.414-0.231,0.482
+ l-0.427,0.152l0.201,0.57l9.354-3.289l-0.326-0.928l-5.793,2.035C67.661,32.764,67.521,32.72,67.413,32.613z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M67.413,32.613l-2.479,0.869l0.076,0.215c0.069,0.197-0.034,0.414-0.231,0.482
+ l-0.427,0.152l0.201,0.57l9.354-3.289l-0.326-0.928l-5.793,2.035C67.661,32.764,67.521,32.72,67.413,32.613z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M67.413,32.613l-2.479,0.869l0.076,0.215c0.069,0.197-0.034,0.414-0.231,0.482
+ l-0.427,0.152l0.201,0.57l9.354-3.289l-0.326-0.928l-5.793,2.035C67.661,32.764,67.521,32.72,67.413,32.613z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M67.413,32.613l-2.479,0.869l0.076,0.215c0.069,0.197-0.034,0.414-0.231,0.482
+ l-0.427,0.152l0.201,0.57l9.354-3.289l-0.326-0.928l-5.793,2.035C67.661,32.764,67.521,32.72,67.413,32.613z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M67.413,32.613l-2.479,0.869l0.076,0.215c0.069,0.197-0.034,0.414-0.231,0.482
+ l-0.427,0.152l0.201,0.57l9.354-3.289l-0.326-0.928l-5.793,2.035C67.661,32.764,67.521,32.72,67.413,32.613z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M64.351,34.332l0.427-0.152c0.197-0.068,0.3-0.285,0.231-0.482l-0.076-0.215l-0.784,0.277
+ L64.351,34.332z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M64.351,34.332l0.427-0.152c0.197-0.068,0.3-0.285,0.231-0.482l-0.076-0.215l-0.784,0.277
+ L64.351,34.332z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M64.351,34.332l0.427-0.152c0.197-0.068,0.3-0.285,0.231-0.482l-0.076-0.215l-0.784,0.277
+ L64.351,34.332z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M64.351,34.332l0.427-0.152c0.197-0.068,0.3-0.285,0.231-0.482l-0.076-0.215l-0.784,0.277
+ L64.351,34.332z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M64.351,34.332l0.427-0.152c0.197-0.068,0.3-0.285,0.231-0.482l-0.076-0.215l-0.784,0.277
+ L64.351,34.332z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M64.351,34.332l0.427-0.152c0.197-0.068,0.3-0.285,0.231-0.482l-0.076-0.215l-0.784,0.277
+ L64.351,34.332z"/>
+
+ <rect x="62.91" y="34.577" transform="matrix(-0.9436 0.3311 -0.3311 -0.9436 135.3622 46.6959)" opacity="0.4" fill="#FFF8B9" width="1.587" height="0.605"/>
+
+ <rect x="62.91" y="34.577" transform="matrix(-0.9436 0.3311 -0.3311 -0.9436 135.3622 46.6959)" opacity="0.4" fill="#FFF8B9" width="1.587" height="0.605"/>
+
+ <rect x="62.91" y="34.577" transform="matrix(-0.9436 0.3311 -0.3311 -0.9436 135.3622 46.6959)" opacity="0.5" fill="#D1E4B7" width="1.587" height="0.605"/>
+
+ <rect x="62.91" y="34.577" transform="matrix(-0.9436 0.3311 -0.3311 -0.9436 135.3622 46.6959)" opacity="0.2" fill="#FFF6A3" width="1.587" height="0.605"/>
+
+ <rect x="62.91" y="34.577" transform="matrix(-0.9436 0.3311 -0.3311 -0.9436 135.3622 46.6959)" opacity="0.4" fill="#FFF6A3" width="1.587" height="0.605"/>
+
+ <rect x="62.91" y="34.577" transform="matrix(-0.9436 0.3311 -0.3311 -0.9436 135.3622 46.6959)" opacity="0.4" fill="#FFF8B9" width="1.587" height="0.605"/>
+
+ <rect x="63.2" y="33.515" transform="matrix(-0.3302 -0.9439 0.9439 -0.3302 52.0892 105.5765)" opacity="0.4" fill="#FFF8B9" width="0.606" height="1.585"/>
+
+ <rect x="63.2" y="33.515" transform="matrix(-0.3302 -0.9439 0.9439 -0.3302 52.0892 105.5765)" opacity="0.4" fill="#FFF8B9" width="0.606" height="1.585"/>
+
+ <rect x="63.2" y="33.515" transform="matrix(-0.3302 -0.9439 0.9439 -0.3302 52.0892 105.5765)" opacity="0.5" fill="#D1E4B7" width="0.606" height="1.585"/>
+
+ <rect x="63.2" y="33.515" transform="matrix(-0.3302 -0.9439 0.9439 -0.3302 52.0892 105.5765)" opacity="0.4" fill="#FFF8B9" width="0.606" height="1.585"/>
+
+ <rect x="63.2" y="33.515" transform="matrix(-0.3302 -0.9439 0.9439 -0.3302 52.0892 105.5765)" opacity="0.2" fill="#FFF6A3" width="0.606" height="1.585"/>
+
+ <rect x="63.2" y="33.515" transform="matrix(-0.3302 -0.9439 0.9439 -0.3302 52.0892 105.5765)" opacity="0.4" fill="#FFF6A3" width="0.606" height="1.585"/>
+
+ <rect x="63.2" y="33.515" transform="matrix(-0.3302 -0.9439 0.9439 -0.3302 52.0892 105.5765)" opacity="0.4" fill="#FFF8B9" width="0.606" height="1.585"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M58.794,36.283l-1.424,0.5c-0.197,0.071-0.412-0.033-0.482-0.23l-0.076-0.215l-3.135,1.103
+ l0.402,1.142l4.915-1.728L58.794,36.283z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M58.794,36.283l-1.424,0.5c-0.197,0.071-0.412-0.033-0.482-0.23l-0.076-0.215l-3.135,1.103
+ l0.402,1.142l4.915-1.728L58.794,36.283z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M58.794,36.283l-1.424,0.5c-0.197,0.071-0.412-0.033-0.482-0.23l-0.076-0.215l-3.135,1.103
+ l0.402,1.142l4.915-1.728L58.794,36.283z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M58.794,36.283l-1.424,0.5c-0.197,0.071-0.412-0.033-0.482-0.23l-0.076-0.215l-3.135,1.103
+ l0.402,1.142l4.915-1.728L58.794,36.283z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M56.813,36.337l0.076,0.215c0.07,0.197,0.285,0.302,0.482,0.23l1.424-0.5l-0.2-0.57
+ L56.813,36.337z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M56.813,36.337l0.076,0.215c0.07,0.197,0.285,0.302,0.482,0.23l1.424-0.5l-0.2-0.57
+ L56.813,36.337z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M56.813,36.337l0.076,0.215c0.07,0.197,0.285,0.302,0.482,0.23l1.424-0.5l-0.2-0.57
+ L56.813,36.337z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M56.813,36.337l0.076,0.215c0.07,0.197,0.285,0.302,0.482,0.23l1.424-0.5l-0.2-0.57
+ L56.813,36.337z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M56.813,36.337l0.076,0.215c0.07,0.197,0.285,0.302,0.482,0.23l1.424-0.5l-0.2-0.57
+ L56.813,36.337z"/>
+
+ <rect x="52.703" y="37.607" transform="matrix(-0.3317 -0.9434 0.9434 -0.3317 34.9414 101.1752)" opacity="0.4" fill="#FFF8B9" width="1.212" height="1.208"/>
+
+ <rect x="52.703" y="37.607" transform="matrix(-0.3317 -0.9434 0.9434 -0.3317 34.9414 101.1752)" opacity="0.4" fill="#FFF8B9" width="1.212" height="1.208"/>
+
+ <rect x="52.703" y="37.607" transform="matrix(-0.3317 -0.9434 0.9434 -0.3317 34.9414 101.1752)" opacity="0.4" fill="#FFF8B9" width="1.212" height="1.208"/>
+
+ <rect x="52.703" y="37.607" transform="matrix(-0.3317 -0.9434 0.9434 -0.3317 34.9414 101.1752)" opacity="0.4" fill="#FFF8B9" width="1.212" height="1.208"/>
+
+ <rect x="52.703" y="37.607" transform="matrix(-0.3317 -0.9434 0.9434 -0.3317 34.9414 101.1752)" opacity="0.4" fill="#FFF8B9" width="1.212" height="1.208"/>
+
+ <rect x="58.826" y="35.866" transform="matrix(0.9436 -0.3311 0.3311 0.9436 -8.5893 21.9178)" opacity="0.4" fill="#FFF8B9" width="2.416" height="0.605"/>
+
+ <rect x="58.826" y="35.866" transform="matrix(0.9436 -0.3311 0.3311 0.9436 -8.5893 21.9178)" opacity="0.4" fill="#FFF8B9" width="2.416" height="0.605"/>
+
+ <rect x="58.826" y="35.866" transform="matrix(0.9436 -0.3311 0.3311 0.9436 -8.5893 21.9178)" opacity="0.4" fill="#FFF6A3" width="2.416" height="0.605"/>
+
+ <rect x="58.826" y="35.866" transform="matrix(0.9436 -0.3311 0.3311 0.9436 -8.5893 21.9178)" opacity="0.4" fill="#FFF8B9" width="2.416" height="0.605"/>
+
+ <rect x="58.826" y="35.866" transform="matrix(0.9436 -0.3311 0.3311 0.9436 -8.5893 21.9178)" opacity="0.4" fill="#FFF8B9" width="2.416" height="0.605"/>
+
+ <rect x="58.626" y="35.295" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -8.4167 21.8454)" opacity="0.4" fill="#FFF8B9" width="2.416" height="0.604"/>
+
+ <rect x="58.626" y="35.295" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -8.4167 21.8454)" opacity="0.4" fill="#FFF8B9" width="2.416" height="0.604"/>
+
+ <rect x="58.626" y="35.295" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -8.4167 21.8454)" opacity="0.4" fill="#FFF8B9" width="2.416" height="0.604"/>
+
+ <rect x="58.626" y="35.295" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -8.4167 21.8454)" opacity="0.4" fill="#FFF6A3" width="2.416" height="0.604"/>
+
+ <rect x="58.626" y="35.295" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -8.4167 21.8454)" opacity="0.4" fill="#FFF8B9" width="2.416" height="0.604"/>
+
+ <rect x="58.626" y="35.295" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -8.4167 21.8454)" opacity="0.4" fill="#FFF8B9" width="2.416" height="0.604"/>
+
+ <rect x="61.121" y="35.152" transform="matrix(0.9431 -0.3325 0.3325 0.9431 -8.2569 22.6515)" opacity="0.4" fill="#FFF8B9" width="1.889" height="0.606"/>
+
+ <rect x="61.121" y="35.152" transform="matrix(0.9431 -0.3325 0.3325 0.9431 -8.2569 22.6515)" opacity="0.4" fill="#FFF8B9" width="1.889" height="0.606"/>
+
+ <rect x="61.121" y="35.152" transform="matrix(0.9431 -0.3325 0.3325 0.9431 -8.2569 22.6515)" opacity="0.2" fill="#FFF6A3" width="1.889" height="0.606"/>
+
+ <rect x="61.121" y="35.152" transform="matrix(0.9431 -0.3325 0.3325 0.9431 -8.2569 22.6515)" opacity="0.4" fill="#FFF6A3" width="1.889" height="0.606"/>
+
+ <rect x="61.121" y="35.152" transform="matrix(0.9431 -0.3325 0.3325 0.9431 -8.2569 22.6515)" opacity="0.4" fill="#FFF8B9" width="1.889" height="0.606"/>
+
+ <rect x="61.121" y="35.152" transform="matrix(0.9431 -0.3325 0.3325 0.9431 -8.2569 22.6515)" opacity="0.4" fill="#FFF8B9" width="1.889" height="0.606"/>
+
+ <rect x="60.92" y="34.58" transform="matrix(0.943 -0.3329 0.3329 0.943 -8.0843 22.5864)" opacity="0.4" fill="#FFF8B9" width="1.889" height="0.605"/>
+
+ <rect x="60.92" y="34.58" transform="matrix(0.943 -0.3329 0.3329 0.943 -8.0843 22.5864)" opacity="0.4" fill="#FFF8B9" width="1.889" height="0.605"/>
+
+ <rect x="60.92" y="34.58" transform="matrix(0.943 -0.3329 0.3329 0.943 -8.0843 22.5864)" opacity="0.4" fill="#FFF8B9" width="1.889" height="0.605"/>
+
+ <rect x="60.92" y="34.58" transform="matrix(0.943 -0.3329 0.3329 0.943 -8.0843 22.5864)" opacity="0.2" fill="#FFF6A3" width="1.889" height="0.605"/>
+
+ <rect x="60.92" y="34.58" transform="matrix(0.943 -0.3329 0.3329 0.943 -8.0843 22.5864)" opacity="0.4" fill="#FFF6A3" width="1.889" height="0.605"/>
+
+ <rect x="60.92" y="34.58" transform="matrix(0.943 -0.3329 0.3329 0.943 -8.0843 22.5864)" opacity="0.4" fill="#FFF8B9" width="1.889" height="0.605"/>
+
+ <rect x="60.92" y="34.58" transform="matrix(0.943 -0.3329 0.3329 0.943 -8.0843 22.5864)" opacity="0.4" fill="#FFF8B9" width="1.889" height="0.605"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M76.408,29.692l0.783-0.276c0.125-0.043,0.207-0.168,0.225-0.319l-1.085,0.381
+ L76.408,29.692z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M76.408,29.692l0.783-0.276c0.125-0.043,0.207-0.168,0.225-0.319l-1.085,0.381
+ L76.408,29.692z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M76.408,29.692l0.783-0.276c0.125-0.043,0.207-0.168,0.225-0.319l-1.085,0.381
+ L76.408,29.692z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M76.408,29.692l0.783-0.276c0.125-0.043,0.207-0.168,0.225-0.319l-1.085,0.381
+ L76.408,29.692z"/>
+
+ <rect x="73.457" y="29.967" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 155.6444 33.6186)" opacity="0.4" fill="#FFF8B9" width="2.997" height="0.228"/>
+
+ <rect x="73.457" y="29.967" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 155.6444 33.6186)" opacity="0.4" fill="#FFF8B9" width="2.997" height="0.228"/>
+
+ <rect x="73.457" y="29.967" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 155.6444 33.6186)" opacity="0.5" fill="#D1E4B7" width="2.997" height="0.228"/>
+
+ <rect x="73.457" y="29.967" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 155.6444 33.6186)" opacity="0.4" fill="#FFF8B9" width="2.997" height="0.228"/>
+
+ <rect x="73.457" y="29.967" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 155.6444 33.6186)" opacity="0.4" fill="#FFF8B9" width="2.997" height="0.228"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M67.413,32.613c0.108,0.107,0.249,0.151,0.375,0.107l5.793-2.035l-0.076-0.215
+ L67.413,32.613z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M67.413,32.613c0.108,0.107,0.249,0.151,0.375,0.107l5.793-2.035l-0.076-0.215
+ L67.413,32.613z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M67.413,32.613c0.108,0.107,0.249,0.151,0.375,0.107l5.793-2.035l-0.076-0.215
+ L67.413,32.613z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M67.413,32.613c0.108,0.107,0.249,0.151,0.375,0.107l5.793-2.035l-0.076-0.215
+ L67.413,32.613z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M67.413,32.613c0.108,0.107,0.249,0.151,0.375,0.107l5.793-2.035l-0.076-0.215
+ L67.413,32.613z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M67.413,32.613c0.108,0.107,0.249,0.151,0.375,0.107l5.793-2.035l-0.076-0.215
+ L67.413,32.613z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M80.734,24.088c0.132-0.046,0.269,0.007,0.308,0.114l0.064,0.186l2.637-0.927l-0.271-0.767
+ l-7.338,2.577l0.135,0.386L80.734,24.088z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M80.734,24.088c0.132-0.046,0.269,0.007,0.308,0.114l0.064,0.186l2.637-0.927l-0.271-0.767
+ l-7.338,2.577l0.135,0.386L80.734,24.088z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M80.734,24.088c0.132-0.046,0.269,0.007,0.308,0.114l0.064,0.186l2.637-0.927l-0.271-0.767
+ l-7.338,2.577l0.135,0.386L80.734,24.088z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M81.106,24.388l-0.064-0.186c-0.039-0.107-0.176-0.16-0.308-0.114l-4.465,1.569
+ l0.134,0.386L81.106,24.388z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M81.106,24.388l-0.064-0.186c-0.039-0.107-0.176-0.16-0.308-0.114l-4.465,1.569
+ l0.134,0.386L81.106,24.388z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M81.106,24.388l-0.064-0.186c-0.039-0.107-0.176-0.16-0.308-0.114l-4.465,1.569
+ l0.134,0.386L81.106,24.388z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M81.106,24.388l-0.064-0.186c-0.039-0.107-0.176-0.16-0.308-0.114l-4.465,1.569
+ l0.134,0.386L81.106,24.388z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M49.044,34.794c-0.183,0.066-0.329,0.122-0.327,0.127l0.265,0.752
+ c0.001,0.004,0.15-0.045,0.332-0.107l2.158-0.76l-0.271-0.768L49.044,34.794z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M49.044,34.794c-0.183,0.066-0.329,0.122-0.327,0.127l0.265,0.752
+ c0.001,0.004,0.15-0.045,0.332-0.107l2.158-0.76l-0.271-0.768L49.044,34.794z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M49.044,34.794c-0.183,0.066-0.329,0.122-0.327,0.127l0.265,0.752
+ c0.001,0.004,0.15-0.045,0.332-0.107l2.158-0.76l-0.271-0.768L49.044,34.794z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M49.044,34.794c-0.183,0.066-0.329,0.122-0.327,0.127l0.265,0.752
+ c0.001,0.004,0.15-0.045,0.332-0.107l2.158-0.76l-0.271-0.768L49.044,34.794z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M49.044,34.794c-0.183,0.066-0.329,0.122-0.327,0.127l0.265,0.752
+ c0.001,0.004,0.15-0.045,0.332-0.107l2.158-0.76l-0.271-0.768L49.044,34.794z"/>
+
+ <rect x="63.776" y="29.923" transform="matrix(-0.9432 0.3322 -0.3322 -0.9432 136.384 36.6345)" opacity="0.4" fill="#FFF8B9" width="2.569" height="0.104"/>
+
+ <rect x="63.776" y="29.923" transform="matrix(-0.9432 0.3322 -0.3322 -0.9432 136.384 36.6345)" opacity="0.4" fill="#FFF8B9" width="2.569" height="0.104"/>
+
+ <rect x="63.776" y="29.923" transform="matrix(-0.9432 0.3322 -0.3322 -0.9432 136.384 36.6345)" opacity="0.4" fill="#FFF8B9" width="2.569" height="0.104"/>
+
+ <rect x="63.776" y="29.923" transform="matrix(-0.9432 0.3322 -0.3322 -0.9432 136.384 36.6345)" opacity="0.5" fill="#D1E4B7" width="2.569" height="0.104"/>
+
+ <rect x="63.776" y="29.923" transform="matrix(-0.9432 0.3322 -0.3322 -0.9432 136.384 36.6345)" opacity="0.2" fill="#FFF6A3" width="2.569" height="0.104"/>
+
+ <rect x="63.776" y="29.923" transform="matrix(-0.9432 0.3322 -0.3322 -0.9432 136.384 36.6345)" opacity="0.4" fill="#FFF8B9" width="2.569" height="0.104"/>
+
+ <rect x="61.503" y="30.746" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 132.0859 39.0627)" opacity="0.4" fill="#FFF8B9" width="2.415" height="0.108"/>
+
+ <rect x="61.503" y="30.746" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 132.0859 39.0627)" opacity="0.4" fill="#FFF8B9" width="2.415" height="0.108"/>
+
+ <rect x="61.503" y="30.746" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 132.0859 39.0627)" opacity="0.4" fill="#FFF8B9" width="2.415" height="0.108"/>
+
+ <rect x="61.503" y="30.746" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 132.0859 39.0627)" opacity="0.5" fill="#D1E4B7" width="2.415" height="0.108"/>
+
+ <rect x="61.503" y="30.746" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 132.0859 39.0627)" opacity="0.4" fill="#FFF8B9" width="2.415" height="0.108"/>
+
+ <rect x="61.503" y="30.746" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 132.0859 39.0627)" opacity="0.2" fill="#FFF6A3" width="2.415" height="0.108"/>
+
+ <rect x="61.503" y="30.746" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 132.0859 39.0627)" opacity="0.4" fill="#FFF8B9" width="2.415" height="0.108"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M88.599,21.563l0.06,0.171l4.772-1.677c-0.125-0.247-0.251-0.491-0.382-0.729l-4.661,1.64
+ L88.599,21.563z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M88.599,21.563l0.06,0.171l4.772-1.677c-0.125-0.247-0.251-0.491-0.382-0.729l-4.661,1.64
+ L88.599,21.563z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M88.658,21.734l-0.06-0.171c0.022,0.063,0.024,0.126,0.015,0.188L88.658,21.734z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M88.658,21.734l-0.06-0.171c0.022,0.063,0.024,0.126,0.015,0.188L88.658,21.734z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M88.658,21.734l-0.06-0.171c0.022,0.063,0.024,0.126,0.015,0.188L88.658,21.734z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M88.613,21.75c0.01-0.062,0.007-0.124-0.015-0.188l-0.211-0.596l-4.915,1.728l0.271,0.767
+ L88.613,21.75z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M88.613,21.75c0.01-0.062,0.007-0.124-0.015-0.188l-0.211-0.596l-4.915,1.728l0.271,0.767
+ L88.613,21.75z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M88.613,21.75c0.01-0.062,0.007-0.124-0.015-0.188l-0.211-0.596l-4.915,1.728l0.271,0.767
+ L88.613,21.75z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M88.613,21.75c0.01-0.062,0.007-0.124-0.015-0.188l-0.211-0.596l-4.915,1.728l0.271,0.767
+ L88.613,21.75z"/>
+
+ <rect x="64.672" y="28.163" transform="matrix(0.3324 0.9431 -0.9431 0.3324 71.0843 -41.5281)" opacity="0.4" fill="#FFF8B9" width="0.407" height="2.567"/>
+
+ <rect x="64.672" y="28.163" transform="matrix(0.3324 0.9431 -0.9431 0.3324 71.0843 -41.5281)" opacity="0.4" fill="#FFF8B9" width="0.407" height="2.567"/>
+
+ <rect x="64.672" y="28.163" transform="matrix(0.3324 0.9431 -0.9431 0.3324 71.0843 -41.5281)" opacity="0.4" fill="#FFF8B9" width="0.407" height="2.567"/>
+
+ <rect x="64.672" y="28.163" transform="matrix(0.3324 0.9431 -0.9431 0.3324 71.0843 -41.5281)" opacity="0.2" fill="#FFF6A3" width="0.407" height="2.567"/>
+
+ <rect x="64.672" y="28.163" transform="matrix(0.3324 0.9431 -0.9431 0.3324 71.0843 -41.5281)" opacity="0.4" fill="#FFF8B9" width="0.407" height="2.567"/>
+
+ <rect x="64.672" y="28.163" transform="matrix(0.3324 0.9431 -0.9431 0.3324 71.0843 -41.5281)" opacity="0.4" fill="#FFF8B9" width="0.407" height="2.567"/>
+
+ <rect x="64.842" y="28.499" transform="matrix(-0.3376 -0.9413 0.9413 -0.3376 58.8982 101.0134)" opacity="0.4" fill="#FFF8B9" width="0.301" height="2.566"/>
+
+ <rect x="64.842" y="28.499" transform="matrix(-0.3376 -0.9413 0.9413 -0.3376 58.8982 101.0134)" opacity="0.4" fill="#FFF8B9" width="0.301" height="2.566"/>
+
+ <rect x="64.842" y="28.499" transform="matrix(-0.3376 -0.9413 0.9413 -0.3376 58.8982 101.0134)" opacity="0.4" fill="#FFF8B9" width="0.301" height="2.566"/>
+
+ <rect x="64.842" y="28.499" transform="matrix(-0.3376 -0.9413 0.9413 -0.3376 58.8982 101.0134)" opacity="0.5" fill="#D1E4B7" width="0.301" height="2.566"/>
+
+ <rect x="64.842" y="28.499" transform="matrix(-0.3376 -0.9413 0.9413 -0.3376 58.8982 101.0134)" opacity="0.2" fill="#FFF6A3" width="0.301" height="2.566"/>
+
+ <rect x="64.842" y="28.499" transform="matrix(-0.3376 -0.9413 0.9413 -0.3376 58.8982 101.0134)" opacity="0.4" fill="#FFF8B9" width="0.301" height="2.566"/>
+
+ <rect x="64.842" y="28.499" transform="matrix(-0.3376 -0.9413 0.9413 -0.3376 58.8982 101.0134)" opacity="0.4" fill="#FFF8B9" width="0.301" height="2.566"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.522,31.066c-0.039-0.113,0.037-0.236,0.167-0.283l2.041-0.718l-0.134-0.386
+ l-2.28,0.801L61.522,31.066z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.522,31.066c-0.039-0.113,0.037-0.236,0.167-0.283l2.041-0.718l-0.134-0.386
+ l-2.28,0.801L61.522,31.066z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.522,31.066c-0.039-0.113,0.037-0.236,0.167-0.283l2.041-0.718l-0.134-0.386
+ l-2.28,0.801L61.522,31.066z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.522,31.066c-0.039-0.113,0.037-0.236,0.167-0.283l2.041-0.718l-0.134-0.386
+ l-2.28,0.801L61.522,31.066z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M61.522,31.066c-0.039-0.113,0.037-0.236,0.167-0.283l2.041-0.718l-0.134-0.386
+ l-2.28,0.801L61.522,31.066z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.522,31.066c-0.039-0.113,0.037-0.236,0.167-0.283l2.041-0.718l-0.134-0.386
+ l-2.28,0.801L61.522,31.066z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.522,31.066c-0.039-0.113,0.037-0.236,0.167-0.283l2.041-0.718l-0.134-0.386
+ l-2.28,0.801L61.522,31.066z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.553,31.151l2.279-0.803l-0.102-0.283l-2.041,0.718
+ c-0.131,0.047-0.207,0.17-0.167,0.283l0.005,0.014L61.553,31.151z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.553,31.151l2.279-0.803l-0.102-0.283l-2.041,0.718
+ c-0.131,0.047-0.207,0.17-0.167,0.283l0.005,0.014L61.553,31.151z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.553,31.151l2.279-0.803l-0.102-0.283l-2.041,0.718
+ c-0.131,0.047-0.207,0.17-0.167,0.283l0.005,0.014L61.553,31.151z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M61.553,31.151l2.279-0.803l-0.102-0.283l-2.041,0.718
+ c-0.131,0.047-0.207,0.17-0.167,0.283l0.005,0.014L61.553,31.151z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.553,31.151l2.279-0.803l-0.102-0.283l-2.041,0.718
+ c-0.131,0.047-0.207,0.17-0.167,0.283l0.005,0.014L61.553,31.151z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M61.553,31.151l2.279-0.803l-0.102-0.283l-2.041,0.718
+ c-0.131,0.047-0.207,0.17-0.167,0.283l0.005,0.014L61.553,31.151z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.553,31.151l2.279-0.803l-0.102-0.283l-2.041,0.718
+ c-0.131,0.047-0.207,0.17-0.167,0.283l0.005,0.014L61.553,31.151z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.553,31.151l2.279-0.803l-0.102-0.283l-2.041,0.718
+ c-0.131,0.047-0.207,0.17-0.167,0.283l0.005,0.014L61.553,31.151z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M52.552,34.234l0.06,0.17l0.045-0.015C52.611,34.347,52.572,34.296,52.552,34.234z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M52.552,34.234l0.06,0.17l0.045-0.015C52.611,34.347,52.572,34.296,52.552,34.234z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M52.552,34.234l0.06,0.17l0.045-0.015C52.611,34.347,52.572,34.296,52.552,34.234z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M52.552,34.234l0.06,0.17l0.045-0.015C52.611,34.347,52.572,34.296,52.552,34.234z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M52.552,34.234l0.06,0.17l0.045-0.015C52.611,34.347,52.572,34.296,52.552,34.234z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M52.921,34.296l-0.27-0.769l-0.311,0.11l0.211,0.596c0.021,0.063,0.06,0.113,0.105,0.155
+ L52.921,34.296z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M52.921,34.296l-0.27-0.769l-0.311,0.11l0.211,0.596c0.021,0.063,0.06,0.113,0.105,0.155
+ L52.921,34.296z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M52.921,34.296l-0.27-0.769l-0.311,0.11l0.211,0.596c0.021,0.063,0.06,0.113,0.105,0.155
+ L52.921,34.296z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M52.921,34.296l-0.27-0.769l-0.311,0.11l0.211,0.596c0.021,0.063,0.06,0.113,0.105,0.155
+ L52.921,34.296z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M52.921,34.296l-0.27-0.769l-0.311,0.11l0.211,0.596c0.021,0.063,0.06,0.113,0.105,0.155
+ L52.921,34.296z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M52.921,34.296l-0.27-0.769l-0.311,0.11l0.211,0.596c0.021,0.063,0.06,0.113,0.105,0.155
+ L52.921,34.296z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="52.552,34.234 52.341,33.638 51.201,34.039 51.472,34.806 52.611,34.404 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="52.552,34.234 52.341,33.638 51.201,34.039 51.472,34.806 52.611,34.404 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="52.552,34.234 52.341,33.638 51.201,34.039 51.472,34.806 52.611,34.404 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="52.552,34.234 52.341,33.638 51.201,34.039 51.472,34.806 52.611,34.404 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="52.552,34.234 52.341,33.638 51.201,34.039 51.472,34.806 52.611,34.404 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="52.552,34.234 52.341,33.638 51.201,34.039 51.472,34.806 52.611,34.404 "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.544,31.154c0.006,0.039,0.004,0.075-0.002,0.111l0.046-0.014l-0.035-0.101
+ C61.551,31.154,61.547,31.154,61.544,31.154z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.544,31.154c0.006,0.039,0.004,0.075-0.002,0.111l0.046-0.014l-0.035-0.101
+ C61.551,31.154,61.547,31.154,61.544,31.154z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.544,31.154c0.006,0.039,0.004,0.075-0.002,0.111l0.046-0.014l-0.035-0.101
+ C61.551,31.154,61.547,31.154,61.544,31.154z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.544,31.154c0.006,0.039,0.004,0.075-0.002,0.111l0.046-0.014l-0.035-0.101
+ C61.551,31.154,61.547,31.154,61.544,31.154z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M61.544,31.154c0.006,0.039,0.004,0.075-0.002,0.111l0.046-0.014l-0.035-0.101
+ C61.551,31.154,61.547,31.154,61.544,31.154z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.544,31.154c0.006,0.039,0.004,0.075-0.002,0.111l0.046-0.014l-0.035-0.101
+ C61.551,31.154,61.547,31.154,61.544,31.154z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.544,31.154c0.006,0.039,0.004,0.075-0.002,0.111l0.046-0.014l-0.035-0.101
+ C61.551,31.154,61.547,31.154,61.544,31.154z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.07,30.919l-0.108-0.313l-1.425,0.5l0.271,0.77l1.735-0.611
+ c0.006-0.036,0.009-0.072,0.002-0.111C61.351,31.216,61.14,31.115,61.07,30.919z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.07,30.919l-0.108-0.313l-1.425,0.5l0.271,0.77l1.735-0.611
+ c0.006-0.036,0.009-0.072,0.002-0.111C61.351,31.216,61.14,31.115,61.07,30.919z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.07,30.919l-0.108-0.313l-1.425,0.5l0.271,0.77l1.735-0.611
+ c0.006-0.036,0.009-0.072,0.002-0.111C61.351,31.216,61.14,31.115,61.07,30.919z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M61.07,30.919l-0.108-0.313l-1.425,0.5l0.271,0.77l1.735-0.611
+ c0.006-0.036,0.009-0.072,0.002-0.111C61.351,31.216,61.14,31.115,61.07,30.919z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.07,30.919l-0.108-0.313l-1.425,0.5l0.271,0.77l1.735-0.611
+ c0.006-0.036,0.009-0.072,0.002-0.111C61.351,31.216,61.14,31.115,61.07,30.919z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M61.07,30.919l-0.108-0.313l-1.425,0.5l0.271,0.77l1.735-0.611
+ c0.006-0.036,0.009-0.072,0.002-0.111C61.351,31.216,61.14,31.115,61.07,30.919z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.07,30.919l-0.108-0.313l-1.425,0.5l0.271,0.77l1.735-0.611
+ c0.006-0.036,0.009-0.072,0.002-0.111C61.351,31.216,61.14,31.115,61.07,30.919z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.07,30.919l-0.108-0.313l-1.425,0.5l0.271,0.77l1.735-0.611
+ c0.006-0.036,0.009-0.072,0.002-0.111C61.351,31.216,61.14,31.115,61.07,30.919z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.527,31.08c0.009,0.025,0.014,0.049,0.017,0.074c0.002,0,0.006,0,0.009-0.003
+ L61.527,31.08z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.527,31.08c0.009,0.025,0.014,0.049,0.017,0.074c0.002,0,0.006,0,0.009-0.003
+ L61.527,31.08z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.527,31.08c0.009,0.025,0.014,0.049,0.017,0.074c0.002,0,0.006,0,0.009-0.003
+ L61.527,31.08z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.527,31.08c0.009,0.025,0.014,0.049,0.017,0.074c0.002,0,0.006,0,0.009-0.003
+ L61.527,31.08z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M61.527,31.08c0.009,0.025,0.014,0.049,0.017,0.074c0.002,0,0.006,0,0.009-0.003
+ L61.527,31.08z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.527,31.08c0.009,0.025,0.014,0.049,0.017,0.074c0.002,0,0.006,0,0.009-0.003
+ L61.527,31.08z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.527,31.08c0.009,0.025,0.014,0.049,0.017,0.074c0.002,0,0.006,0,0.009-0.003
+ L61.527,31.08z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.527,31.08c0.009,0.025,0.014,0.049,0.017,0.074c0.002,0,0.006,0,0.009-0.003
+ L61.527,31.08z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.07,30.919c0.07,0.195,0.281,0.297,0.475,0.234c-0.003-0.025-0.008-0.049-0.017-0.074
+ l-0.005-0.014l-0.206-0.586l-0.355,0.127L61.07,30.919z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.07,30.919c0.07,0.195,0.281,0.297,0.475,0.234c-0.003-0.025-0.008-0.049-0.017-0.074
+ l-0.005-0.014l-0.206-0.586l-0.355,0.127L61.07,30.919z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.07,30.919c0.07,0.195,0.281,0.297,0.475,0.234c-0.003-0.025-0.008-0.049-0.017-0.074
+ l-0.005-0.014l-0.206-0.586l-0.355,0.127L61.07,30.919z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M61.07,30.919c0.07,0.195,0.281,0.297,0.475,0.234c-0.003-0.025-0.008-0.049-0.017-0.074
+ l-0.005-0.014l-0.206-0.586l-0.355,0.127L61.07,30.919z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.07,30.919c0.07,0.195,0.281,0.297,0.475,0.234c-0.003-0.025-0.008-0.049-0.017-0.074
+ l-0.005-0.014l-0.206-0.586l-0.355,0.127L61.07,30.919z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M61.07,30.919c0.07,0.195,0.281,0.297,0.475,0.234c-0.003-0.025-0.008-0.049-0.017-0.074
+ l-0.005-0.014l-0.206-0.586l-0.355,0.127L61.07,30.919z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.07,30.919c0.07,0.195,0.281,0.297,0.475,0.234c-0.003-0.025-0.008-0.049-0.017-0.074
+ l-0.005-0.014l-0.206-0.586l-0.355,0.127L61.07,30.919z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.07,30.919c0.07,0.195,0.281,0.297,0.475,0.234c-0.003-0.025-0.008-0.049-0.017-0.074
+ l-0.005-0.014l-0.206-0.586l-0.355,0.127L61.07,30.919z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M61.07,30.919c0.07,0.195,0.281,0.297,0.475,0.234c-0.003-0.025-0.008-0.049-0.017-0.074
+ l-0.005-0.014l-0.206-0.586l-0.355,0.127L61.07,30.919z"/>
+
+ <rect x="75.028" y="25.461" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 155.4955 24.8096)" opacity="0.4" fill="#FFF8B9" width="1.208" height="0.409"/>
+
+ <rect x="75.028" y="25.461" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 155.4955 24.8096)" opacity="0.4" fill="#FFF8B9" width="1.208" height="0.409"/>
+
+ <rect x="75.028" y="25.461" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 155.4955 24.8096)" opacity="0.4" fill="#FFF8B9" width="1.208" height="0.409"/>
+
+ <rect x="75.028" y="25.461" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 155.4955 24.8096)" opacity="0.4" fill="#FFF8B9" width="1.208" height="0.409"/>
+
+ <rect x="72.151" y="26.159" transform="matrix(-0.9431 0.3325 -0.3325 -0.9431 151.8742 26.7413)" opacity="0.4" fill="#FFF8B9" width="2.996" height="0.409"/>
+
+ <rect x="72.151" y="26.159" transform="matrix(-0.9431 0.3325 -0.3325 -0.9431 151.8742 26.7413)" opacity="0.4" fill="#FFF8B9" width="2.996" height="0.409"/>
+
+ <rect x="72.151" y="26.159" transform="matrix(-0.9431 0.3325 -0.3325 -0.9431 151.8742 26.7413)" opacity="0.4" fill="#FFF8B9" width="2.996" height="0.409"/>
+
+ <rect x="72.151" y="26.159" transform="matrix(-0.9431 0.3325 -0.3325 -0.9431 151.8742 26.7413)" opacity="0.4" fill="#FFF8B9" width="2.996" height="0.409"/>
+
+ <rect x="72.151" y="26.159" transform="matrix(-0.9431 0.3325 -0.3325 -0.9431 151.8742 26.7413)" opacity="0.4" fill="#FFF8B9" width="2.996" height="0.409"/>
+
+ <rect x="75.563" y="25.447" transform="matrix(0.3288 0.9444 -0.9444 0.3288 75.4611 -54.0689)" opacity="0.4" fill="#FFF8B9" width="0.408" height="1.208"/>
+
+ <rect x="75.563" y="25.447" transform="matrix(0.3288 0.9444 -0.9444 0.3288 75.4611 -54.0689)" opacity="0.4" fill="#FFF8B9" width="0.408" height="1.208"/>
+
+ <rect x="75.563" y="25.447" transform="matrix(0.3288 0.9444 -0.9444 0.3288 75.4611 -54.0689)" opacity="0.5" fill="#D1E4B7" width="0.408" height="1.208"/>
+
+ <rect x="75.563" y="25.447" transform="matrix(0.3288 0.9444 -0.9444 0.3288 75.4611 -54.0689)" opacity="0.4" fill="#FFF8B9" width="0.408" height="1.208"/>
+
+ <rect x="75.563" y="25.447" transform="matrix(0.3288 0.9444 -0.9444 0.3288 75.4611 -54.0689)" opacity="0.4" fill="#FFF8B9" width="0.408" height="1.208"/>
+
+ <rect x="72.287" y="26.543" transform="matrix(-0.9435 0.3313 -0.3313 -0.9435 152.2635 27.5419)" opacity="0.4" fill="#FFF8B9" width="2.995" height="0.408"/>
+
+ <rect x="72.287" y="26.543" transform="matrix(-0.9435 0.3313 -0.3313 -0.9435 152.2635 27.5419)" opacity="0.4" fill="#FFF8B9" width="2.995" height="0.408"/>
+
+ <rect x="72.287" y="26.543" transform="matrix(-0.9435 0.3313 -0.3313 -0.9435 152.2635 27.5419)" opacity="0.4" fill="#FFF8B9" width="2.995" height="0.408"/>
+
+ <rect x="72.287" y="26.543" transform="matrix(-0.9435 0.3313 -0.3313 -0.9435 152.2635 27.5419)" opacity="0.5" fill="#D1E4B7" width="2.995" height="0.408"/>
+
+ <rect x="72.287" y="26.543" transform="matrix(-0.9435 0.3313 -0.3313 -0.9435 152.2635 27.5419)" opacity="0.4" fill="#FFF8B9" width="2.995" height="0.408"/>
+
+ <rect x="72.287" y="26.543" transform="matrix(-0.9435 0.3313 -0.3313 -0.9435 152.2635 27.5419)" opacity="0.4" fill="#FFF8B9" width="2.995" height="0.408"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M69.193,28.064c0.008,0.024,0.015,0.051,0.018,0.073l3.093-1.083l-0.135-0.387
+ l-3.086,1.084L69.193,28.064z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M69.193,28.064c0.008,0.024,0.015,0.051,0.018,0.073l3.093-1.083l-0.135-0.387
+ l-3.086,1.084L69.193,28.064z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M69.193,28.064c0.008,0.024,0.015,0.051,0.018,0.073l3.093-1.083l-0.135-0.387
+ l-3.086,1.084L69.193,28.064z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M69.193,28.064c0.008,0.024,0.015,0.051,0.018,0.073l3.093-1.083l-0.135-0.387
+ l-3.086,1.084L69.193,28.064z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M69.193,28.064c0.008,0.024,0.015,0.051,0.018,0.073l3.093-1.083l-0.135-0.387
+ l-3.086,1.084L69.193,28.064z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M69.193,28.064c0.008,0.024,0.015,0.051,0.018,0.073l3.093-1.083l-0.135-0.387
+ l-3.086,1.084L69.193,28.064z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M68.961,28.547L66.254,29.5l0.036,0.098l6.149-2.162l-0.135-0.381l-3.093,1.083
+ C69.234,28.313,69.134,28.489,68.961,28.547z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M68.961,28.547L66.254,29.5l0.036,0.098l6.149-2.162l-0.135-0.381l-3.093,1.083
+ C69.234,28.313,69.134,28.489,68.961,28.547z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M68.961,28.547L66.254,29.5l0.036,0.098l6.149-2.162l-0.135-0.381l-3.093,1.083
+ C69.234,28.313,69.134,28.489,68.961,28.547z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M68.961,28.547L66.254,29.5l0.036,0.098l6.149-2.162l-0.135-0.381l-3.093,1.083
+ C69.234,28.313,69.134,28.489,68.961,28.547z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M68.961,28.547L66.254,29.5l0.036,0.098l6.149-2.162l-0.135-0.381l-3.093,1.083
+ C69.234,28.313,69.134,28.489,68.961,28.547z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M68.961,28.547L66.254,29.5l0.036,0.098l6.149-2.162l-0.135-0.381l-3.093,1.083
+ C69.234,28.313,69.134,28.489,68.961,28.547z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M68.961,28.547L66.254,29.5l0.036,0.098l6.149-2.162l-0.135-0.381l-3.093,1.083
+ C69.234,28.313,69.134,28.489,68.961,28.547z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M69.211,28.137c-0.003-0.022-0.01-0.049-0.018-0.073l-0.11-0.313l-3.064,1.078l0.135,0.384
+ L69.211,28.137z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M69.211,28.137c-0.003-0.022-0.01-0.049-0.018-0.073l-0.11-0.313l-3.064,1.078l0.135,0.384
+ L69.211,28.137z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M69.211,28.137c-0.003-0.022-0.01-0.049-0.018-0.073l-0.11-0.313l-3.064,1.078l0.135,0.384
+ L69.211,28.137z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M69.211,28.137c-0.003-0.022-0.01-0.049-0.018-0.073l-0.11-0.313l-3.064,1.078l0.135,0.384
+ L69.211,28.137z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M69.211,28.137c-0.003-0.022-0.01-0.049-0.018-0.073l-0.11-0.313l-3.064,1.078l0.135,0.384
+ L69.211,28.137z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M69.211,28.137c-0.003-0.022-0.01-0.049-0.018-0.073l-0.11-0.313l-3.064,1.078l0.135,0.384
+ L69.211,28.137z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M69.211,28.137c-0.003-0.022-0.01-0.049-0.018-0.073l-0.11-0.313l-3.064,1.078l0.135,0.384
+ L69.211,28.137z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M66.254,29.5l2.707-0.952c0.173-0.059,0.273-0.234,0.25-0.41l-3.057,1.076L66.254,29.5z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M66.254,29.5l2.707-0.952c0.173-0.059,0.273-0.234,0.25-0.41l-3.057,1.076L66.254,29.5z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M66.254,29.5l2.707-0.952c0.173-0.059,0.273-0.234,0.25-0.41l-3.057,1.076L66.254,29.5z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M66.254,29.5l2.707-0.952c0.173-0.059,0.273-0.234,0.25-0.41l-3.057,1.076L66.254,29.5z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M66.254,29.5l2.707-0.952c0.173-0.059,0.273-0.234,0.25-0.41l-3.057,1.076L66.254,29.5z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M66.254,29.5l2.707-0.952c0.173-0.059,0.273-0.234,0.25-0.41l-3.057,1.076L66.254,29.5z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M66.254,29.5l2.707-0.952c0.173-0.059,0.273-0.234,0.25-0.41l-3.057,1.076L66.254,29.5z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M66.254,29.5l2.707-0.952c0.173-0.059,0.273-0.234,0.25-0.41l-3.057,1.076L66.254,29.5z"/>
+
+ <rect x="52.702" y="33.008" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -8.0154 19.8692)" opacity="0.4" fill="#FFF8B9" width="2.994" height="0.814"/>
+
+ <rect x="52.702" y="33.008" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -8.0154 19.8692)" opacity="0.4" fill="#FFF8B9" width="2.994" height="0.814"/>
+
+ <rect x="52.702" y="33.008" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -8.0154 19.8692)" opacity="0.4" fill="#FFF8B9" width="2.994" height="0.814"/>
+
+ <rect x="52.702" y="33.008" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -8.0154 19.8692)" opacity="0.5" fill="#D1E4B7" width="2.994" height="0.814"/>
+
+ <rect x="52.702" y="33.008" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -8.0154 19.8692)" opacity="0.4" fill="#FFF8B9" width="2.994" height="0.814"/>
+
+ <rect x="52.702" y="33.008" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -8.0154 19.8692)" opacity="0.2" fill="#FFF6A3" width="2.994" height="0.814"/>
+
+ <rect x="52.702" y="33.008" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -8.0154 19.8692)" opacity="0.4" fill="#FFF8B9" width="2.994" height="0.814"/>
+
+ <rect x="55.489" y="31.798" transform="matrix(0.9434 -0.3318 0.3318 0.9434 -7.42 20.948)" opacity="0.4" fill="#FFF8B9" width="4.303" height="0.814"/>
+
+ <rect x="55.489" y="31.798" transform="matrix(0.9434 -0.3318 0.3318 0.9434 -7.42 20.948)" opacity="0.4" fill="#FFF8B9" width="4.303" height="0.814"/>
+
+ <rect x="55.489" y="31.798" transform="matrix(0.9434 -0.3318 0.3318 0.9434 -7.42 20.948)" opacity="0.4" fill="#FFF8B9" width="4.303" height="0.814"/>
+
+ <rect x="55.489" y="31.798" transform="matrix(0.9434 -0.3318 0.3318 0.9434 -7.42 20.948)" opacity="0.5" fill="#D1E4B7" width="4.303" height="0.814"/>
+
+ <rect x="55.489" y="31.798" transform="matrix(0.9434 -0.3318 0.3318 0.9434 -7.42 20.948)" opacity="0.4" fill="#FFF8B9" width="4.303" height="0.814"/>
+
+ <rect x="55.489" y="31.798" transform="matrix(0.9434 -0.3318 0.3318 0.9434 -7.42 20.948)" opacity="0.4" fill="#FFF8B9" width="4.303" height="0.814"/>
+
+ <rect x="55.489" y="31.798" transform="matrix(0.9434 -0.3318 0.3318 0.9434 -7.42 20.948)" opacity="0.2" fill="#FFF6A3" width="4.303" height="0.814"/>
+
+ <rect x="55.489" y="31.798" transform="matrix(0.9434 -0.3318 0.3318 0.9434 -7.42 20.948)" opacity="0.4" fill="#FFF8B9" width="4.303" height="0.814"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M78.474,22.339c0.123-0.045,0.221-0.084,0.218-0.088l-0.277-0.791
+ c-0.002-0.005-0.103,0.027-0.225,0.07l-3,1.055l0.283,0.808L78.474,22.339z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M78.474,22.339c0.123-0.045,0.221-0.084,0.218-0.088l-0.277-0.791
+ c-0.002-0.005-0.103,0.027-0.225,0.07l-3,1.055l0.283,0.808L78.474,22.339z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M78.474,22.339c0.123-0.045,0.221-0.084,0.218-0.088l-0.277-0.791
+ c-0.002-0.005-0.103,0.027-0.225,0.07l-3,1.055l0.283,0.808L78.474,22.339z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M47.113,32.455c-0.122,0.041-0.22,0.08-0.217,0.085l0.277,0.79
+ c0.002,0.006,0.103-0.023,0.224-0.068l3.144-1.105l-0.284-0.807L47.113,32.455z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M47.113,32.455c-0.122,0.041-0.22,0.08-0.217,0.085l0.277,0.79
+ c0.002,0.006,0.103-0.023,0.224-0.068l3.144-1.105l-0.284-0.807L47.113,32.455z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M47.113,32.455c-0.122,0.041-0.22,0.08-0.217,0.085l0.277,0.79
+ c0.002,0.006,0.103-0.023,0.224-0.068l3.144-1.105l-0.284-0.807L47.113,32.455z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M47.113,32.455c-0.122,0.041-0.22,0.08-0.217,0.085l0.277,0.79
+ c0.002,0.006,0.103-0.023,0.224-0.068l3.144-1.105l-0.284-0.807L47.113,32.455z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M64.687,27.087c0.011,0.029,0.016,0.059,0.019,0.091l0.652-0.229l-0.283-0.808
+ l-0.642,0.224L64.687,27.087z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M64.687,27.087c0.011,0.029,0.016,0.059,0.019,0.091l0.652-0.229l-0.283-0.808
+ l-0.642,0.224L64.687,27.087z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M64.687,27.087c0.011,0.029,0.016,0.059,0.019,0.091l0.652-0.229l-0.283-0.808
+ l-0.642,0.224L64.687,27.087z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M64.687,27.087c0.011,0.029,0.016,0.059,0.019,0.091l0.652-0.229l-0.283-0.808
+ l-0.642,0.224L64.687,27.087z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M64.687,27.087c0.011,0.029,0.016,0.059,0.019,0.091l0.652-0.229l-0.283-0.808
+ l-0.642,0.224L64.687,27.087z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M64.687,27.087c0.011,0.029,0.016,0.059,0.019,0.091l0.652-0.229l-0.283-0.808
+ l-0.642,0.224L64.687,27.087z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M62.936,27.8l1.77-0.622c-0.003-0.032-0.008-0.062-0.019-0.091l-0.254-0.723l-1.781,0.628
+ L62.936,27.8z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M62.936,27.8l1.77-0.622c-0.003-0.032-0.008-0.062-0.019-0.091l-0.254-0.723l-1.781,0.628
+ L62.936,27.8z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M62.936,27.8l1.77-0.622c-0.003-0.032-0.008-0.062-0.019-0.091l-0.254-0.723l-1.781,0.628
+ L62.936,27.8z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M62.936,27.8l1.77-0.622c-0.003-0.032-0.008-0.062-0.019-0.091l-0.254-0.723l-1.781,0.628
+ L62.936,27.8z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M62.936,27.8l1.77-0.622c-0.003-0.032-0.008-0.062-0.019-0.091l-0.254-0.723l-1.781,0.628
+ L62.936,27.8z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M62.936,27.8l1.77-0.622c-0.003-0.032-0.008-0.062-0.019-0.091l-0.254-0.723l-1.781,0.628
+ L62.936,27.8z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M62.936,27.8l1.77-0.622c-0.003-0.032-0.008-0.062-0.019-0.091l-0.254-0.723l-1.781,0.628
+ L62.936,27.8z"/>
+
+ <rect x="61.226" y="26.59" transform="matrix(0.3319 0.9433 -0.9433 0.3319 67.4112 -39.5873)" opacity="0.4" fill="#FFF8B9" width="0.856" height="2.417"/>
+
+ <rect x="61.226" y="26.59" transform="matrix(0.3319 0.9433 -0.9433 0.3319 67.4112 -39.5873)" opacity="0.4" fill="#FFF8B9" width="0.856" height="2.417"/>
+
+ <rect x="61.226" y="26.59" transform="matrix(0.3319 0.9433 -0.9433 0.3319 67.4112 -39.5873)" opacity="0.4" fill="#FFF8B9" width="0.856" height="2.417"/>
+
+ <rect x="61.226" y="26.59" transform="matrix(0.3319 0.9433 -0.9433 0.3319 67.4112 -39.5873)" opacity="0.4" fill="#FFF8B9" width="0.856" height="2.417"/>
+
+ <rect x="61.226" y="26.59" transform="matrix(0.3319 0.9433 -0.9433 0.3319 67.4112 -39.5873)" opacity="0.2" fill="#FFF6A3" width="0.856" height="2.417"/>
+
+ <rect x="61.226" y="26.59" transform="matrix(0.3319 0.9433 -0.9433 0.3319 67.4112 -39.5873)" opacity="0.4" fill="#FFF8B9" width="0.856" height="2.417"/>
+
+ <rect x="61.226" y="26.59" transform="matrix(0.3319 0.9433 -0.9433 0.3319 67.4112 -39.5873)" opacity="0.4" fill="#FFF8B9" width="0.856" height="2.417"/>
+
+ <rect x="61.226" y="26.59" transform="matrix(0.3319 0.9433 -0.9433 0.3319 67.4112 -39.5873)" opacity="0.2" fill="#FFF6A3" width="0.856" height="2.417"/>
+
+ <rect x="50.365" y="31.125" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -7.5771 18.6782)" opacity="0.4" fill="#FFF8B9" width="1.208" height="0.855"/>
+
+ <rect x="50.365" y="31.125" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -7.5771 18.6782)" opacity="0.4" fill="#FFF8B9" width="1.208" height="0.855"/>
+
+ <rect x="50.365" y="31.125" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -7.5771 18.6782)" opacity="0.5" fill="#D1E4B7" width="1.208" height="0.855"/>
+
+ <rect x="50.365" y="31.125" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -7.5771 18.6782)" opacity="0.4" fill="#FFF8B9" width="1.208" height="0.855"/>
+
+ <rect x="50.365" y="31.125" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -7.5771 18.6782)" opacity="0.2" fill="#FFF6A3" width="1.208" height="0.855"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M51.725,30.89c-0.009-0.021,0.022-0.054,0.068-0.068l2.742-0.967l-0.004-0.01l-3.134,1.104
+ l0.283,0.808l0.311-0.11L51.725,30.89z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M51.725,30.89c-0.009-0.021,0.022-0.054,0.068-0.068l2.742-0.967l-0.004-0.01l-3.134,1.104
+ l0.283,0.808l0.311-0.11L51.725,30.89z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M51.725,30.89c-0.009-0.021,0.022-0.054,0.068-0.068l2.742-0.967l-0.004-0.01l-3.134,1.104
+ l0.283,0.808l0.311-0.11L51.725,30.89z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M51.725,30.89c-0.009-0.021,0.022-0.054,0.068-0.068l2.742-0.967l-0.004-0.01l-3.134,1.104
+ l0.283,0.808l0.311-0.11L51.725,30.89z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M51.725,30.89c-0.009-0.021,0.022-0.054,0.068-0.068l2.742-0.967l-0.004-0.01l-3.134,1.104
+ l0.283,0.808l0.311-0.11L51.725,30.89z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M51.725,30.89c-0.009-0.021,0.022-0.054,0.068-0.068l2.742-0.967l-0.004-0.01l-3.134,1.104
+ l0.283,0.808l0.311-0.11L51.725,30.89z"/>
+ <rect x="54.479" y="29.532" opacity="0.4" fill="#FFF8B9" width="1.888" height="0.01"/>
+ <rect x="54.479" y="29.532" opacity="0.4" fill="#FFF8B9" width="1.888" height="0.01"/>
+ <rect x="54.479" y="29.532" opacity="0.4" fill="#FFF8B9" width="1.888" height="0.01"/>
+ <rect x="54.479" y="29.532" opacity="0.5" fill="#D1E4B7" width="1.888" height="0.01"/>
+ <rect x="54.479" y="29.532" opacity="0.4" fill="#FFF8B9" width="1.888" height="0.01"/>
+ <rect x="54.479" y="29.532" opacity="0.4" fill="#FFF8B9" width="1.888" height="0.01"/>
+ <rect x="54.479" y="29.532" opacity="0.2" fill="#FFF6A3" width="1.888" height="0.01"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M58.61,28.472l-0.018-0.052l-2.279,0.8l0.003,0.01l2.195-0.771
+ C58.556,28.44,58.602,28.45,58.61,28.472z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M58.61,28.472l-0.018-0.052l-2.279,0.8l0.003,0.01l2.195-0.771
+ C58.556,28.44,58.602,28.45,58.61,28.472z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M58.61,28.472l-0.018-0.052l-2.279,0.8l0.003,0.01l2.195-0.771
+ C58.556,28.44,58.602,28.45,58.61,28.472z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M58.61,28.472l-0.018-0.052l-2.279,0.8l0.003,0.01l2.195-0.771
+ C58.556,28.44,58.602,28.45,58.61,28.472z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M58.61,28.472l-0.018-0.052l-2.279,0.8l0.003,0.01l2.195-0.771
+ C58.556,28.44,58.602,28.45,58.61,28.472z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M58.61,28.472l-0.018-0.052l-2.279,0.8l0.003,0.01l2.195-0.771
+ C58.556,28.44,58.602,28.45,58.61,28.472z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M58.61,28.472l-0.018-0.052l-2.279,0.8l0.003,0.01l2.195-0.771
+ C58.556,28.44,58.602,28.45,58.61,28.472z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M58.61,28.472l-0.018-0.052l-2.279,0.8l0.003,0.01l2.195-0.771
+ C58.556,28.44,58.602,28.45,58.61,28.472z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="58.875,29.226 60.3,28.728 60.016,27.917 58.592,28.42 58.61,28.472 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="58.875,29.226 60.3,28.728 60.016,27.917 58.592,28.42 58.61,28.472 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="58.875,29.226 60.3,28.728 60.016,27.917 58.592,28.42 58.61,28.472 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="58.875,29.226 60.3,28.728 60.016,27.917 58.592,28.42 58.61,28.472 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="58.875,29.226 60.3,28.728 60.016,27.917 58.592,28.42 58.61,28.472 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="58.875,29.226 60.3,28.728 60.016,27.917 58.592,28.42 58.61,28.472 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="58.875,29.226 60.3,28.728 60.016,27.917 58.592,28.42 58.61,28.472 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="58.875,29.226 60.3,28.728 60.016,27.917 58.592,28.42 58.61,28.472 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="58.875,29.226 60.3,28.728 60.016,27.917 58.592,28.42 58.61,28.472 "/>
+
+ <rect x="60.148" y="27.832" transform="matrix(0.9461 -0.324 0.324 0.9461 -5.902 21.0729)" opacity="0.4" fill="#FFF8B9" width="0.377" height="0.859"/>
+
+ <rect x="60.148" y="27.832" transform="matrix(0.9461 -0.324 0.324 0.9461 -5.902 21.0729)" opacity="0.4" fill="#FFF8B9" width="0.377" height="0.859"/>
+
+ <rect x="60.148" y="27.832" transform="matrix(0.9461 -0.324 0.324 0.9461 -5.902 21.0729)" opacity="0.4" fill="#FFF8B9" width="0.377" height="0.859"/>
+
+ <rect x="60.148" y="27.832" transform="matrix(0.9461 -0.324 0.324 0.9461 -5.902 21.0729)" opacity="0.5" fill="#D1E4B7" width="0.377" height="0.859"/>
+
+ <rect x="60.148" y="27.832" transform="matrix(0.9461 -0.324 0.324 0.9461 -5.902 21.0729)" opacity="0.4" fill="#FFF8B9" width="0.377" height="0.859"/>
+
+ <rect x="60.148" y="27.832" transform="matrix(0.9461 -0.324 0.324 0.9461 -5.902 21.0729)" opacity="0.2" fill="#FFF6A3" width="0.377" height="0.859"/>
+
+ <rect x="60.148" y="27.832" transform="matrix(0.9461 -0.324 0.324 0.9461 -5.902 21.0729)" opacity="0.4" fill="#FFF8B9" width="0.377" height="0.859"/>
+
+ <rect x="60.148" y="27.832" transform="matrix(0.9461 -0.324 0.324 0.9461 -5.902 21.0729)" opacity="0.4" fill="#FFF8B9" width="0.377" height="0.859"/>
+
+ <rect x="60.148" y="27.832" transform="matrix(0.9461 -0.324 0.324 0.9461 -5.902 21.0729)" opacity="0.4" fill="#FFF8B9" width="0.377" height="0.859"/>
+
+ <rect x="60.148" y="27.832" transform="matrix(0.9461 -0.324 0.324 0.9461 -5.902 21.0729)" opacity="0.2" fill="#FFF6A3" width="0.377" height="0.859"/>
+
+ <rect x="74.158" y="22.762" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 152.9835 20.2869)" opacity="0.4" fill="#FFF8B9" width="1.208" height="0.856"/>
+
+ <rect x="74.158" y="22.762" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 152.9835 20.2869)" opacity="0.4" fill="#FFF8B9" width="1.208" height="0.856"/>
+
+ <rect x="74.158" y="22.762" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 152.9835 20.2869)" opacity="0.4" fill="#FFF8B9" width="1.208" height="0.856"/>
+
+ <rect x="74.158" y="22.762" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 152.9835 20.2869)" opacity="0.2" fill="#FFF6A3" width="1.208" height="0.856"/>
+
+ <rect x="72.35" y="22.388" transform="matrix(0.3309 0.9437 -0.9437 0.3309 71.2354 -52.6964)" opacity="0.4" fill="#FFF8B9" width="0.856" height="2.996"/>
+
+ <rect x="72.35" y="22.388" transform="matrix(0.3309 0.9437 -0.9437 0.3309 71.2354 -52.6964)" opacity="0.4" fill="#FFF8B9" width="0.856" height="2.996"/>
+
+ <rect x="72.35" y="22.388" transform="matrix(0.3309 0.9437 -0.9437 0.3309 71.2354 -52.6964)" opacity="0.4" fill="#FFF8B9" width="0.856" height="2.996"/>
+
+ <rect x="72.35" y="22.388" transform="matrix(0.3309 0.9437 -0.9437 0.3309 71.2354 -52.6964)" opacity="0.4" fill="#FFF8B9" width="0.856" height="2.996"/>
+
+ <rect x="72.35" y="22.388" transform="matrix(0.3309 0.9437 -0.9437 0.3309 71.2354 -52.6964)" opacity="0.2" fill="#FFF6A3" width="0.856" height="2.996"/>
+
+ <rect x="69.394" y="23.29" transform="matrix(0.3316 0.9434 -0.9434 0.3316 70.1872 -49.2113)" opacity="0.4" fill="#FFF8B9" width="0.857" height="3.272"/>
+
+ <rect x="69.394" y="23.29" transform="matrix(0.3316 0.9434 -0.9434 0.3316 70.1872 -49.2113)" opacity="0.4" fill="#FFF8B9" width="0.857" height="3.272"/>
+
+ <rect x="69.394" y="23.29" transform="matrix(0.3316 0.9434 -0.9434 0.3316 70.1872 -49.2113)" opacity="0.4" fill="#FFF8B9" width="0.857" height="3.272"/>
+
+ <rect x="69.394" y="23.29" transform="matrix(0.3316 0.9434 -0.9434 0.3316 70.1872 -49.2113)" opacity="0.2" fill="#FFF6A3" width="0.857" height="3.272"/>
+
+ <rect x="69.394" y="23.29" transform="matrix(0.3316 0.9434 -0.9434 0.3316 70.1872 -49.2113)" opacity="0.4" fill="#FFF8B9" width="0.857" height="3.272"/>
+
+ <rect x="69.394" y="23.29" transform="matrix(0.3316 0.9434 -0.9434 0.3316 70.1872 -49.2113)" opacity="0.2" fill="#FFF6A3" width="0.857" height="3.272"/>
+
+ <rect x="65.124" y="25.579" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 138.3414 28.4249)" opacity="0.4" fill="#FFF8B9" width="3.247" height="0.856"/>
+
+ <rect x="65.124" y="25.579" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 138.3414 28.4249)" opacity="0.4" fill="#FFF8B9" width="3.247" height="0.856"/>
+
+ <rect x="65.124" y="25.579" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 138.3414 28.4249)" opacity="0.4" fill="#FFF8B9" width="3.247" height="0.856"/>
+
+ <rect x="65.124" y="25.579" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 138.3414 28.4249)" opacity="0.2" fill="#FFF6A3" width="3.247" height="0.856"/>
+
+ <rect x="65.124" y="25.579" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 138.3414 28.4249)" opacity="0.4" fill="#FFF8B9" width="3.247" height="0.856"/>
+
+ <rect x="65.124" y="25.579" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 138.3414 28.4249)" opacity="0.4" fill="#FFF8B9" width="3.247" height="0.856"/>
+
+ <rect x="65.124" y="25.579" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 138.3414 28.4249)" opacity="0.2" fill="#FFF6A3" width="3.247" height="0.856"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M54.535,29.855l-2.742,0.967c-0.046,0.015-0.077,0.047-0.068,0.068l0.266,0.756l2.824-0.99
+ L54.535,29.855z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M54.535,29.855l-2.742,0.967c-0.046,0.015-0.077,0.047-0.068,0.068l0.266,0.756l2.824-0.99
+ L54.535,29.855z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M54.535,29.855l-2.742,0.967c-0.046,0.015-0.077,0.047-0.068,0.068l0.266,0.756l2.824-0.99
+ L54.535,29.855z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M54.535,29.855l-2.742,0.967c-0.046,0.015-0.077,0.047-0.068,0.068l0.266,0.756l2.824-0.99
+ L54.535,29.855z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M54.535,29.855l-2.742,0.967c-0.046,0.015-0.077,0.047-0.068,0.068l0.266,0.756l2.824-0.99
+ L54.535,29.855z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M54.535,29.855l-2.742,0.967c-0.046,0.015-0.077,0.047-0.068,0.068l0.266,0.756l2.824-0.99
+ L54.535,29.855z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M54.535,29.855l-2.742,0.967c-0.046,0.015-0.077,0.047-0.068,0.068l0.266,0.756l2.824-0.99
+ L54.535,29.855z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M56.606,30.023c-0.016-0.023-0.03-0.051-0.042-0.08l-0.249-0.713l-1.781,0.625l0.279,0.801
+ L56.606,30.023z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M56.606,30.023c-0.016-0.023-0.03-0.051-0.042-0.08l-0.249-0.713l-1.781,0.625l0.279,0.801
+ L56.606,30.023z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M56.606,30.023c-0.016-0.023-0.03-0.051-0.042-0.08l-0.249-0.713l-1.781,0.625l0.279,0.801
+ L56.606,30.023z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M56.606,30.023c-0.016-0.023-0.03-0.051-0.042-0.08l-0.249-0.713l-1.781,0.625l0.279,0.801
+ L56.606,30.023z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M56.606,30.023c-0.016-0.023-0.03-0.051-0.042-0.08l-0.249-0.713l-1.781,0.625l0.279,0.801
+ L56.606,30.023z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M56.606,30.023c-0.016-0.023-0.03-0.051-0.042-0.08l-0.249-0.713l-1.781,0.625l0.279,0.801
+ L56.606,30.023z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M56.606,30.023c-0.016-0.023-0.03-0.051-0.042-0.08l-0.249-0.713l-1.781,0.625l0.279,0.801
+ L56.606,30.023z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M56.606,30.023c-0.016-0.023-0.03-0.051-0.042-0.08l-0.249-0.713l-1.781,0.625l0.279,0.801
+ L56.606,30.023z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M56.606,30.023l2.269-0.797l-0.265-0.754c-0.008-0.022-0.054-0.032-0.099-0.013
+ l-2.195,0.771l0.249,0.713C56.576,29.972,56.591,30,56.606,30.023z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M56.606,30.023l2.269-0.797l-0.265-0.754c-0.008-0.022-0.054-0.032-0.099-0.013
+ l-2.195,0.771l0.249,0.713C56.576,29.972,56.591,30,56.606,30.023z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M56.606,30.023l2.269-0.797l-0.265-0.754c-0.008-0.022-0.054-0.032-0.099-0.013
+ l-2.195,0.771l0.249,0.713C56.576,29.972,56.591,30,56.606,30.023z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M56.606,30.023l2.269-0.797l-0.265-0.754c-0.008-0.022-0.054-0.032-0.099-0.013
+ l-2.195,0.771l0.249,0.713C56.576,29.972,56.591,30,56.606,30.023z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M56.606,30.023l2.269-0.797l-0.265-0.754c-0.008-0.022-0.054-0.032-0.099-0.013
+ l-2.195,0.771l0.249,0.713C56.576,29.972,56.591,30,56.606,30.023z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M56.606,30.023l2.269-0.797l-0.265-0.754c-0.008-0.022-0.054-0.032-0.099-0.013
+ l-2.195,0.771l0.249,0.713C56.576,29.972,56.591,30,56.606,30.023z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M56.606,30.023l2.269-0.797l-0.265-0.754c-0.008-0.022-0.054-0.032-0.099-0.013
+ l-2.195,0.771l0.249,0.713C56.576,29.972,56.591,30,56.606,30.023z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M56.606,30.023l2.269-0.797l-0.265-0.754c-0.008-0.022-0.054-0.032-0.099-0.013
+ l-2.195,0.771l0.249,0.713C56.576,29.972,56.591,30,56.606,30.023z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M56.606,30.023l2.269-0.797l-0.265-0.754c-0.008-0.022-0.054-0.032-0.099-0.013
+ l-2.195,0.771l0.249,0.713C56.576,29.972,56.591,30,56.606,30.023z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M34.536,33.603c-0.127,0.045-0.228,0.088-0.226,0.094l0.392,1.117
+ c0.003,0.01,0.109-0.024,0.234-0.068l0.736-0.259l-0.401-1.142L34.536,33.603z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M34.536,33.603c-0.127,0.045-0.228,0.088-0.226,0.094l0.392,1.117
+ c0.003,0.01,0.109-0.024,0.234-0.068l0.736-0.259l-0.401-1.142L34.536,33.603z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M34.536,33.603c-0.127,0.045-0.228,0.088-0.226,0.094l0.392,1.117
+ c0.003,0.01,0.109-0.024,0.234-0.068l0.736-0.259l-0.401-1.142L34.536,33.603z"/>
+
+ <rect x="35.053" y="30.858" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -8.029 15.8499)" opacity="0.4" fill="#FFF8B9" width="14.799" height="1.21"/>
+
+ <rect x="35.053" y="30.858" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -8.029 15.8499)" opacity="0.4" fill="#FFF8B9" width="14.799" height="1.21"/>
+
+ <rect x="35.053" y="30.858" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -8.029 15.8499)" opacity="0.5" fill="#D1E4B7" width="14.799" height="1.21"/>
+
+ <rect x="35.053" y="30.858" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -8.029 15.8499)" opacity="0.5" fill="#D1E4B7" width="14.799" height="1.21"/>
+
+ <rect x="63.324" y="23.575" transform="matrix(0.3309 0.9437 -0.9437 0.3309 65.3425 -44.3273)" opacity="0.4" fill="#FFF8B9" width="1.213" height="0.68"/>
+
+ <rect x="63.324" y="23.575" transform="matrix(0.3309 0.9437 -0.9437 0.3309 65.3425 -44.3273)" opacity="0.4" fill="#FFF8B9" width="1.213" height="0.68"/>
+
+ <rect x="63.324" y="23.575" transform="matrix(0.3309 0.9437 -0.9437 0.3309 65.3425 -44.3273)" opacity="0.4" fill="#FFF8B9" width="1.213" height="0.68"/>
+
+ <rect x="63.324" y="23.575" transform="matrix(0.3309 0.9437 -0.9437 0.3309 65.3425 -44.3273)" opacity="0.2" fill="#FFF6A3" width="1.213" height="0.68"/>
+
+ <rect x="63.324" y="23.575" transform="matrix(0.3309 0.9437 -0.9437 0.3309 65.3425 -44.3273)" opacity="0.4" fill="#FFF8B9" width="1.213" height="0.68"/>
+
+ <rect x="63.324" y="23.575" transform="matrix(0.3309 0.9437 -0.9437 0.3309 65.3425 -44.3273)" opacity="0.5" fill="#D1E4B7" width="1.213" height="0.68"/>
+
+ <rect x="60.975" y="22.589" transform="matrix(0.3314 0.9435 -0.9435 0.3314 64.5131 -41.5586)" opacity="0.4" fill="#FFF8B9" width="1.211" height="4.303"/>
+
+ <rect x="60.975" y="22.589" transform="matrix(0.3314 0.9435 -0.9435 0.3314 64.5131 -41.5586)" opacity="0.4" fill="#FFF8B9" width="1.211" height="4.303"/>
+
+ <rect x="60.975" y="22.589" transform="matrix(0.3314 0.9435 -0.9435 0.3314 64.5131 -41.5586)" opacity="0.4" fill="#FFF8B9" width="1.211" height="4.303"/>
+
+ <rect x="60.975" y="22.589" transform="matrix(0.3314 0.9435 -0.9435 0.3314 64.5131 -41.5586)" opacity="0.2" fill="#FFF6A3" width="1.211" height="4.303"/>
+
+ <rect x="60.975" y="22.589" transform="matrix(0.3314 0.9435 -0.9435 0.3314 64.5131 -41.5586)" opacity="0.4" fill="#FFF8B9" width="1.211" height="4.303"/>
+
+ <rect x="60.975" y="22.589" transform="matrix(0.3314 0.9435 -0.9435 0.3314 64.5131 -41.5586)" opacity="0.4" fill="#FFF8B9" width="1.211" height="4.303"/>
+
+ <rect x="60.975" y="22.589" transform="matrix(0.3314 0.9435 -0.9435 0.3314 64.5131 -41.5586)" opacity="0.5" fill="#D1E4B7" width="1.211" height="4.303"/>
+
+ <rect x="49.398" y="28.205" transform="matrix(0.3314 0.9435 -0.9435 0.3314 60.6122 -27.916)" opacity="0.4" fill="#FFF8B9" width="1.211" height="1.209"/>
+
+ <rect x="49.398" y="28.205" transform="matrix(0.3314 0.9435 -0.9435 0.3314 60.6122 -27.916)" opacity="0.4" fill="#FFF8B9" width="1.211" height="1.209"/>
+
+ <rect x="49.398" y="28.205" transform="matrix(0.3314 0.9435 -0.9435 0.3314 60.6122 -27.916)" opacity="0.5" fill="#D1E4B7" width="1.211" height="1.209"/>
+
+ <rect x="49.398" y="28.205" transform="matrix(0.3314 0.9435 -0.9435 0.3314 60.6122 -27.916)" opacity="0.4" fill="#FFF8B9" width="1.211" height="1.209"/>
+
+ <rect x="49.398" y="28.205" transform="matrix(0.3314 0.9435 -0.9435 0.3314 60.6122 -27.916)" opacity="0.5" fill="#D1E4B7" width="1.211" height="1.209"/>
+
+ <rect x="50.426" y="27.139" transform="matrix(0.9434 -0.3315 0.3315 0.9434 -6.1989 19.1509)" opacity="0.4" fill="#FFF8B9" width="5.211" height="1.211"/>
+
+ <rect x="50.426" y="27.139" transform="matrix(0.9434 -0.3315 0.3315 0.9434 -6.1989 19.1509)" opacity="0.4" fill="#FFF8B9" width="5.211" height="1.211"/>
+
+ <rect x="50.426" y="27.139" transform="matrix(0.9434 -0.3315 0.3315 0.9434 -6.1989 19.1509)" opacity="0.4" fill="#FFF8B9" width="5.211" height="1.211"/>
+
+ <rect x="50.426" y="27.139" transform="matrix(0.9434 -0.3315 0.3315 0.9434 -6.1989 19.1509)" opacity="0.5" fill="#D1E4B7" width="5.211" height="1.211"/>
+
+ <rect x="50.426" y="27.139" transform="matrix(0.9434 -0.3315 0.3315 0.9434 -6.1989 19.1509)" opacity="0.4" fill="#FFF8B9" width="5.211" height="1.211"/>
+
+ <rect x="50.426" y="27.139" transform="matrix(0.9434 -0.3315 0.3315 0.9434 -6.1989 19.1509)" opacity="0.5" fill="#D1E4B7" width="5.211" height="1.211"/>
+
+ <rect x="56.022" y="25.272" transform="matrix(0.3309 0.9437 -0.9437 0.3309 62.8771 -35.7212)" opacity="0.4" fill="#FFF8B9" width="1.213" height="2.417"/>
+
+ <rect x="56.022" y="25.272" transform="matrix(0.3309 0.9437 -0.9437 0.3309 62.8771 -35.7212)" opacity="0.4" fill="#FFF8B9" width="1.213" height="2.417"/>
+
+ <rect x="56.022" y="25.272" transform="matrix(0.3309 0.9437 -0.9437 0.3309 62.8771 -35.7212)" opacity="0.4" fill="#FFF8B9" width="1.213" height="2.417"/>
+
+ <rect x="56.022" y="25.272" transform="matrix(0.3309 0.9437 -0.9437 0.3309 62.8771 -35.7212)" opacity="0.5" fill="#D1E4B7" width="1.213" height="2.417"/>
+
+ <rect x="56.022" y="25.272" transform="matrix(0.3309 0.9437 -0.9437 0.3309 62.8771 -35.7212)" opacity="0.4" fill="#FFF8B9" width="1.213" height="2.417"/>
+
+ <rect x="56.022" y="25.272" transform="matrix(0.3309 0.9437 -0.9437 0.3309 62.8771 -35.7212)" opacity="0.4" fill="#FFF8B9" width="1.213" height="2.417"/>
+
+ <rect x="56.022" y="25.272" transform="matrix(0.3309 0.9437 -0.9437 0.3309 62.8771 -35.7212)" opacity="0.5" fill="#D1E4B7" width="1.213" height="2.417"/>
+
+ <rect x="57.726" y="25.224" transform="matrix(0.9442 -0.3293 0.3293 0.9442 -5.2441 20.6984)" opacity="0.4" fill="#FFF8B9" width="1.509" height="1.213"/>
+
+ <rect x="57.726" y="25.224" transform="matrix(0.9442 -0.3293 0.3293 0.9442 -5.2441 20.6984)" opacity="0.4" fill="#FFF8B9" width="1.509" height="1.213"/>
+
+ <rect x="57.726" y="25.224" transform="matrix(0.9442 -0.3293 0.3293 0.9442 -5.2441 20.6984)" opacity="0.4" fill="#FFF8B9" width="1.509" height="1.213"/>
+
+ <rect x="57.726" y="25.224" transform="matrix(0.9442 -0.3293 0.3293 0.9442 -5.2441 20.6984)" opacity="0.5" fill="#D1E4B7" width="1.509" height="1.213"/>
+
+ <rect x="57.726" y="25.224" transform="matrix(0.9442 -0.3293 0.3293 0.9442 -5.2441 20.6984)" opacity="0.2" fill="#FFF6A3" width="1.509" height="1.213"/>
+
+ <rect x="57.726" y="25.224" transform="matrix(0.9442 -0.3293 0.3293 0.9442 -5.2441 20.6984)" opacity="0.4" fill="#FFF8B9" width="1.509" height="1.213"/>
+
+ <rect x="57.726" y="25.224" transform="matrix(0.9442 -0.3293 0.3293 0.9442 -5.2441 20.6984)" opacity="0.4" fill="#FFF8B9" width="1.509" height="1.213"/>
+
+ <rect x="57.726" y="25.224" transform="matrix(0.9442 -0.3293 0.3293 0.9442 -5.2441 20.6984)" opacity="0.5" fill="#D1E4B7" width="1.509" height="1.213"/>
+
+ <rect x="58.767" y="25.327" transform="matrix(0.3306 0.9438 -0.9438 0.3306 63.8249 -38.9521)" opacity="0.4" fill="#FFF8B9" width="1.21" height="0.378"/>
+
+ <rect x="58.767" y="25.327" transform="matrix(0.3306 0.9438 -0.9438 0.3306 63.8249 -38.9521)" opacity="0.4" fill="#FFF8B9" width="1.21" height="0.378"/>
+
+ <rect x="58.767" y="25.327" transform="matrix(0.3306 0.9438 -0.9438 0.3306 63.8249 -38.9521)" opacity="0.4" fill="#FFF8B9" width="1.21" height="0.378"/>
+
+ <rect x="58.767" y="25.327" transform="matrix(0.3306 0.9438 -0.9438 0.3306 63.8249 -38.9521)" opacity="0.5" fill="#D1E4B7" width="1.21" height="0.378"/>
+
+ <rect x="58.767" y="25.327" transform="matrix(0.3306 0.9438 -0.9438 0.3306 63.8249 -38.9521)" opacity="0.2" fill="#FFF6A3" width="1.21" height="0.378"/>
+
+ <rect x="58.767" y="25.327" transform="matrix(0.3306 0.9438 -0.9438 0.3306 63.8249 -38.9521)" opacity="0.4" fill="#FFF8B9" width="1.21" height="0.378"/>
+
+ <rect x="58.767" y="25.327" transform="matrix(0.3306 0.9438 -0.9438 0.3306 63.8249 -38.9521)" opacity="0.4" fill="#FFF8B9" width="1.21" height="0.378"/>
+
+ <rect x="58.767" y="25.327" transform="matrix(0.3306 0.9438 -0.9438 0.3306 63.8249 -38.9521)" opacity="0.4" fill="#FFF8B9" width="1.21" height="0.378"/>
+
+ <rect x="58.767" y="25.327" transform="matrix(0.3306 0.9438 -0.9438 0.3306 63.8249 -38.9521)" opacity="0.5" fill="#D1E4B7" width="1.21" height="0.378"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M67.232,23.393c0.128-0.044,0.228-0.083,0.226-0.093l-0.393-1.117
+ c-0.002-0.006-0.107,0.023-0.234,0.068l-2.78,0.979l0.401,1.145L67.232,23.393z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M67.232,23.393c0.128-0.044,0.228-0.083,0.226-0.093l-0.393-1.117
+ c-0.002-0.006-0.107,0.023-0.234,0.068l-2.78,0.979l0.401,1.145L67.232,23.393z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M67.232,23.393c0.128-0.044,0.228-0.083,0.226-0.093l-0.393-1.117
+ c-0.002-0.006-0.107,0.023-0.234,0.068l-2.78,0.979l0.401,1.145L67.232,23.393z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M67.232,23.393c0.128-0.044,0.228-0.083,0.226-0.093l-0.393-1.117
+ c-0.002-0.006-0.107,0.023-0.234,0.068l-2.78,0.979l0.401,1.145L67.232,23.393z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M67.232,23.393c0.128-0.044,0.228-0.083,0.226-0.093l-0.393-1.117
+ c-0.002-0.006-0.107,0.023-0.234,0.068l-2.78,0.979l0.401,1.145L67.232,23.393z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M67.232,23.393c0.128-0.044,0.228-0.083,0.226-0.093l-0.393-1.117
+ c-0.002-0.006-0.107,0.023-0.234,0.068l-2.78,0.979l0.401,1.145L67.232,23.393z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M67.232,23.393c0.128-0.044,0.228-0.083,0.226-0.093l-0.393-1.117
+ c-0.002-0.006-0.107,0.023-0.234,0.068l-2.78,0.979l0.401,1.145L67.232,23.393z"/>
+ </g>
+ <circle opacity="0.4" fill="#244960" cx="93.012" cy="-15.889" r="69.141"/>
+ </g>
+ <g>
+
+ <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="-546.5913" y1="18.9194" x2="-546.5913" y2="-49.5415" gradientTransform="matrix(0 -1 1 0 411.8867 -513.7578)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="0.097" style="stop-color:#FFFFFF;stop-opacity:0.903"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+
+ <line fill="none" stroke="url(#SVGID_4_)" stroke-width="0.5" stroke-miterlimit="10" x1="430.807" y1="32.834" x2="362.346" y2="32.834"/>
+
+ <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="284.8179" y1="111.0146" x2="284.8179" y2="37.0352" gradientTransform="matrix(0 1 -1 0 474.6895 -242.6514)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="0.097" style="stop-color:#FFFFFF;stop-opacity:0.903"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+
+ <line fill="none" stroke="url(#SVGID_5_)" stroke-width="0.5" stroke-miterlimit="10" x1="363.675" y1="42.166" x2="437.654" y2="42.166"/>
+ </g>
+</g>
+<g id="Layer_2">
+ <g>
+ <path opacity="0.6" fill="#F6F6F6" d="M569.816,32.511c-0.593,0.008,0.111,0.305,0.888,0.424c0.214-0.168,0.406-0.336,0.581-0.5
+ C570.804,32.552,570.312,32.556,569.816,32.511"/>
+ <path opacity="0.6" fill="#F6F6F6" d="M573,31.717c0.354-0.488,0.613-1.021,0.704-1.573c-0.081,0.394-0.293,0.733-0.495,1.092
+ c-1.109,0.698-0.104-0.415,0-0.839C572.016,31.899,573.044,31.298,573,31.717"/>
+ <path fill="#F6F6F6" d="M574.178,28.657c0.071-1.068-0.211-0.729-0.306-0.322C573.982,28.393,574.069,29.089,574.178,28.657"/>
+ <path fill="#F6F6F6" d="M567.566,14.053c0.316,0.057,0.684,0.1,0.632,0.176C568.545,14.151,568.624,14.083,567.566,14.053"/>
+ <path fill="#F6F6F6" d="M568.198,14.229l-0.224,0.047l0.208-0.02L568.198,14.229"/>
+ <path opacity="0.6" fill="#F6F6F6" d="M578.073,29.063c0.036,0.96-0.279,1.426-0.565,2.251l-0.513,0.254
+ c-0.421,0.816,0.041,0.518-0.259,1.166c-0.657,0.584-1.988,1.821-2.415,1.937c-0.312-0.008,0.211-0.369,0.278-0.51
+ c-0.877,0.604-0.702,0.904-2.045,1.27l-0.039-0.086c-3.309,1.557-7.902-1.528-7.843-5.735c-0.035,0.268-0.101,0.2-0.174,0.308
+ c-0.17-2.164,1.001-4.339,2.976-5.228c1.93-0.956,4.194-0.564,5.577,0.726c-0.759-0.995-2.272-2.05-4.064-1.952
+ c-1.755,0.028-3.397,1.145-3.946,2.356c-0.898,0.564-1.004,2.182-1.395,2.479c-0.527,3.876,0.991,5.548,3.561,7.518
+ c0.404,0.271,0.114,0.314,0.168,0.523c-0.854-0.4-1.634-1.004-2.279-1.744c0.342,0.5,0.711,0.984,1.187,1.365
+ c-0.806-0.271-1.882-1.951-2.194-2.018c1.388,2.482,5.631,4.356,7.853,3.428c-1.028,0.037-2.335,0.02-3.489-0.404
+ c-0.486-0.252-1.146-0.768-1.026-0.865c3.032,1.133,6.163,0.857,8.786-1.244c0.669-0.521,1.397-1.405,1.608-1.417
+ c-0.317,0.476,0.055,0.23-0.189,0.651c0.664-1.073-0.29-0.437,0.687-1.853l0.36,0.496c-0.135-0.89,1.106-1.971,0.98-3.379
+ c0.284-0.431,0.317,0.463,0.016,1.455c0.419-1.1,0.11-1.276,0.218-2.184c0.115,0.305,0.27,0.629,0.348,0.951
+ c-0.273-1.063,0.278-1.789,0.417-2.406c-0.137-0.06-0.423,0.47-0.488-0.785c0.011-0.544,0.152-0.285,0.206-0.419
+ c-0.104-0.062-0.387-0.479-0.556-1.28c0.122-0.188,0.329,0.487,0.497,0.516c-0.108-0.637-0.295-1.122-0.303-1.611
+ c-0.491-1.029-0.174,0.138-0.572-0.442c-0.524-1.633,0.435-0.379,0.5-1.12c0.793,1.149,1.246,2.933,1.453,3.671
+ c-0.157-0.901-0.414-1.773-0.728-2.617c0.242,0.103-0.389-1.851,0.313-0.558c-0.749-2.759-3.207-5.335-5.469-6.544
+ c0.275,0.253,0.625,0.571,0.5,0.621c-1.125-0.67-0.928-0.723-1.089-1.006c-0.915-0.372-0.976,0.031-1.582,0.002
+ c-1.728-0.917-2.06-0.819-3.65-1.394l0.072,0.339c-1.144-0.381-1.333,0.144-2.57,0c-0.074-0.058,0.397-0.212,0.786-0.268
+ c-1.105,0.146-1.056-0.219-2.138,0.04c0.267-0.188,0.55-0.312,0.834-0.471c-0.901,0.055-2.154,0.525-1.767,0.097
+ c-1.473,0.657-4.086,1.578-5.553,2.954l-0.045-0.309c-0.673,0.807-2.931,2.409-3.11,3.455l-0.181,0.042
+ c-0.348,0.591-0.575,1.262-0.852,1.871c-0.458,0.78-0.672,0.3-0.605,0.422c-0.899,1.824-1.348,3.356-1.733,4.613
+ c0.275,0.411,0.008,2.476,0.11,4.127c-0.45,8.16,5.727,16.081,12.477,17.909c0.99,0.355,2.461,0.342,3.714,0.377
+ c-1.477-0.422-1.667-0.223-3.106-0.727c-1.038-0.488-1.265-1.045-2.001-1.684l0.292,0.514c-1.441-0.51-0.838-0.631-2.012-1
+ l0.311-0.406c-0.467-0.037-1.237-0.787-1.448-1.205l-0.512,0.02c-0.613-0.756-0.94-1.305-0.917-1.729l-0.165,0.295
+ c-0.187-0.32-2.259-2.843-1.184-2.254c-0.2-0.182-0.466-0.3-0.754-0.821l0.219-0.252c-0.517-0.664-0.952-1.521-0.919-1.806
+ c0.276,0.373,0.468,0.443,0.656,0.508c-1.306-3.243-1.379-0.18-2.368-3.302l0.208-0.016c-0.16-0.244-0.258-0.506-0.387-0.764
+ l0.092-0.905c-0.94-1.088-0.263-4.625-0.127-6.564c0.094-0.789,0.785-1.629,1.312-2.945l-0.321-0.056
+ c0.612-1.067,3.495-4.288,4.831-4.123c0.647-0.813-0.128-0.003-0.255-0.207c1.422-1.471,1.868-1.039,2.827-1.304
+ c1.033-0.613-0.887,0.24-0.397-0.233c1.788-0.456,1.267-1.039,3.6-1.271c0.245,0.141-0.572,0.217-0.777,0.398
+ c1.49-0.729,4.715-0.563,6.81,0.403c2.43,1.137,5.16,4.494,5.269,7.651l0.122,0.033c-0.062,1.256,0.192,2.708-0.249,4.041
+ L578.073,29.063"/>
+ <path fill="#F6F6F6" d="M563.34,33.323l-0.086,0.416c0.393,0.53,0.701,1.104,1.199,1.519
+ C564.095,34.559,563.829,34.27,563.34,33.323"/>
+ <path fill="#F6F6F6" d="M564.262,33.288c-0.207-0.229-0.328-0.502-0.467-0.775c0.133,0.48,0.4,0.895,0.649,1.314L564.262,33.288"
+ />
+ <path opacity="0.6" fill="#F6F6F6" d="M580.576,29.743l-0.087,0.219c-0.159,1.135-0.505,2.258-1.034,3.299
+ C580.039,32.161,580.416,30.962,580.576,29.743"/>
+ <path fill="#F6F6F6" d="M567.684,13.768c0.401-0.146,0.986-0.08,1.412-0.177c-0.555,0.047-1.107,0.073-1.653,0.145L567.684,13.768
+ "/>
+ <path fill="#F6F6F6" d="M553.598,21.258c0.093,0.856-0.643,1.188,0.163,0.623C554.194,20.906,553.592,21.612,553.598,21.258"/>
+ <path fill="#F6F6F6" d="M552.65,25.219c0.187-0.57,0.22-0.913,0.289-1.244C552.427,24.632,552.704,24.771,552.65,25.219"/>
+ </g>
+ <g>
+ <g>
+ <path opacity="0.6" fill="#F6F6F6" d="M611.735,31.087c-0.045,0.047-0.045,7.506-0.138,9.455
+ c-0.092,1.576-0.232,4.959-3.568,4.959c-3.43,0-4.264-3.939-4.541-5.654c-0.324-1.901-0.324-3.479-0.324-4.172
+ c0-2.225,0.139-8.436,5.375-8.436c1.576,0,2.456,0.465,3.151,0.834L611.735,31.087z M598.299,36.556
+ c0,13.07,6.951,13.07,7.97,13.07c2.872,0,4.727-1.576,5.514-4.309l0.093,4.123c0.881-0.049,1.762-0.141,3.197-0.141
+ c0.51,0,0.926,0,1.298,0.047c0.371,0,0.741,0.045,1.158,0.094c-0.741-1.482-1.297-4.818-1.297-12.054
+ c0-7.043,0-18.95,0.603-22.565c-1.668,0.789-3.105,1.299-6.257,1.576c1.251,1.344,1.251,2.039,1.251,8.153
+ c-0.879-0.276-1.992-0.602-3.892-0.602C599.643,23.95,598.299,31.179,598.299,36.556"/>
+ <path opacity="0.6" fill="#F6F6F6" d="M623.428,34.19c0.047-3.847,0.836-7.275,4.125-7.275c3.615,0,3.891,3.984,3.799,7.275
+ H623.428z M635.938,34.655c0-5.422-1.065-10.752-7.923-10.752c-9.452,0-9.452,10.475-9.452,12.696
+ c0,9.409,4.216,13.116,11.306,13.116c3.149,0,4.68-0.461,5.514-0.693c-0.045-1.67,0.186-2.734,0.465-4.172
+ c-0.975,0.605-2.225,1.393-5.006,1.393c-7.229,0-7.321-6.584-7.321-8.856h12.327L635.938,34.655"/>
+ <path opacity="0.6" fill="#F6F6F6" d="M651.014,36.647c0,4.311-0.787,10.105-6.162,10.105c-0.742,0-1.668-0.141-2.27-0.279
+ c-0.094-1.668-0.094-4.541-0.094-7.881c0-3.985,0.416-6.067,0.742-7.09c0.972-3.289,3.15-3.334,3.566-3.334
+ C650.318,28.169,651.014,33.034,651.014,36.647z M637.715,41.702c0,3.43,0,5.375-0.556,6.855
+ c1.899,0.742,4.263,1.158,7.091,1.158c1.807,0,7.043,0,9.869-5.791c1.344-2.687,1.807-6.306,1.807-9.04
+ c0-1.668-0.186-5.328-1.529-7.646c-1.297-2.176-3.383-3.289-5.605-3.289c-4.449,0-5.746,3.707-6.439,5.606
+ c0-2.362,0.045-10.61,0.414-14.827c-3.01,1.391-4.865,1.62-6.856,1.807c1.808,0.74,1.808,3.801,1.808,13.764v11.402"/>
+ <path opacity="0.6" fill="#F6F6F6" d="M664.834,49.44c-0.928-0.141-1.578-0.232-2.922-0.232c-1.48,0-2.502,0.094-3.566,0.232
+ c0.463-0.883,0.648-1.301,0.787-4.311c0.186-4.124,0.232-15.157-0.092-17.474c-0.232-1.763-0.648-2.039-1.297-2.502
+ c3.799-0.371,4.863-0.648,6.625-1.482c-0.369,2.037-0.418,3.06-0.418,6.162C663.859,45.827,663.813,47.54,664.834,49.44"/>
+ <path opacity="0.6" fill="#F6F6F6" d="M679.672,36.321c-0.092,2.922-0.139,4.963-0.928,6.584
+ c-0.975,2.086-2.596,2.688-3.799,2.688c-2.783,0-3.385-2.316-3.385-4.586c0-4.358,3.895-4.686,5.652-4.686H679.672z
+ M666.928,42.026c0,2.92,0.881,5.838,3.477,7.09c1.158,0.51,2.316,0.51,2.688,0.51c4.264,0,5.699-3.152,6.58-5.098
+ c-0.047,2.039,0,3.289,0.139,4.912c0.834-0.049,1.668-0.141,3.061-0.141c0.787,0,1.527,0.092,2.314,0.141
+ c-0.51-0.787-0.787-1.254-0.928-3.061c-0.092-1.76-0.092-3.52-0.092-5.978l0.047-9.455c0-3.523-0.928-6.998-7.879-6.998
+ c-4.586,0-7.273,1.391-8.617,2.086c0.557,1.02,1.021,1.897,1.438,3.893c1.809-1.576,4.172-2.41,6.578-2.41
+ c3.85,0,3.85,2.55,3.85,6.162c-0.881-0.045-1.623-0.137-2.875-0.137C670.82,33.544,666.928,35.812,666.928,42.026"/>
+ <path opacity="0.6" fill="#F6F6F6" d="M706.361,44.853c0.047,1.576,0.047,3.244,0.695,4.588
+ c-1.021-0.092-1.623-0.232-3.521-0.232c-1.113,0-1.715,0.094-2.596,0.232c0.184-0.602,0.279-0.834,0.371-1.623
+ c0.139-1.064,0.232-4.633,0.232-5.885v-5.008c0-2.178,0-5.33-0.143-6.44c-0.092-0.787-0.32-2.918-3.012-2.918
+ c-2.641,0-3.52,1.944-3.846,3.521c-0.369,1.621-0.369,3.383-0.369,10.244c0.045,5.932,0.045,6.486,0.508,8.109
+ c-0.787-0.094-1.76-0.186-3.148-0.186c-1.113,0-1.855,0.045-2.779,0.186c0.324-0.742,0.51-1.113,0.602-3.707
+ c0.094-2.551,0.279-15.065-0.141-18.029c-0.23-1.809-0.695-2.225-1.203-2.688c3.754-0.186,4.957-0.788,6.117-1.389v4.91
+ c0.555-1.438,1.713-4.635,6.348-4.635c5.793,0,5.838,4.217,5.885,6.996V44.853"/>
+ <path opacity="0.6" fill="#F6F6F6" d="M665.225,17.114l-3.838,3.836l-3.836-3.836l3.836-3.836L665.225,17.114"/>
+ </g>
+ <g>
+ <path opacity="0.6" fill="#F6F6F6" d="M721.456,37.759h-1.559v-9.931c-0.375,0.358-0.867,0.716-1.477,1.074
+ c-0.608,0.357-1.155,0.626-1.64,0.805V28.2c0.871-0.409,1.633-0.905,2.285-1.488s1.114-1.148,1.385-1.697h1.005V37.759z"/>
+ <path opacity="0.6" fill="#F6F6F6" d="M725.446,31.499c0-1.5,0.155-2.708,0.464-3.623s0.768-1.62,1.377-2.117
+ c0.608-0.496,1.375-0.744,2.298-0.744c0.681,0,1.278,0.138,1.792,0.411c0.514,0.274,0.938,0.67,1.272,1.187
+ s0.598,1.146,0.788,1.888c0.189,0.741,0.285,1.741,0.285,2.999c0,1.489-0.152,2.691-0.458,3.605
+ c-0.307,0.916-0.764,1.623-1.372,2.122c-0.609,0.499-1.379,0.749-2.308,0.749c-1.224,0-2.185-0.439-2.884-1.316
+ C725.865,35.603,725.446,33.883,725.446,31.499z M727.049,31.499c0,2.084,0.243,3.471,0.731,4.16
+ c0.487,0.689,1.089,1.034,1.805,1.034s1.317-0.347,1.805-1.038c0.488-0.693,0.732-2.078,0.732-4.156
+ c0-2.089-0.244-3.478-0.732-4.164c-0.487-0.687-1.095-1.03-1.822-1.03c-0.716,0-1.287,0.303-1.714,0.909
+ C727.316,27.987,727.049,29.416,727.049,31.499z"/>
+ </g>
+ </g>
+</g>
+</svg>
diff --git a/moonlight-theme/sources/plymouth/debian.svg b/moonlight-theme/sources/plymouth/debian.svg
new file mode 100644
index 0000000..33f24f6
--- /dev/null
+++ b/moonlight-theme/sources/plymouth/debian.svg
@@ -0,0 +1,127 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+ xmlns:ns2="http://ns.adobe.com/AdobeIllustrator/10.0/"
+ 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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ version="1.1"
+ id="svg4339"
+ viewBox="0 0 188.43749 93.750001"
+ height="100"
+ width="201"
+ sodipodi:docname="debian.svg"
+ inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
+ inkscape:export-filename="/tmp/debian.png"
+ inkscape:export-xdpi="96"
+ inkscape:export-ydpi="96">
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1920"
+ inkscape:window-height="1008"
+ id="namedview18"
+ showgrid="false"
+ inkscape:snap-page="true"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-paths="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-midpoints="true"
+ inkscape:snap-bbox-edge-midpoints="true"
+ inkscape:object-paths="true"
+ inkscape:snap-intersection-paths="true"
+ inkscape:snap-smooth-nodes="true"
+ inkscape:snap-midpoints="true"
+ inkscape:zoom="4.1669984"
+ inkscape:cx="111.75146"
+ inkscape:cy="47.09439"
+ inkscape:window-x="0"
+ inkscape:window-y="36"
+ inkscape:window-maximized="1"
+ inkscape:current-layer="svg4339"
+ borderlayer="true"
+ inkscape:showpageshadow="false"
+ units="px"
+ inkscape:snap-global="false" />
+ <defs
+ id="defs4341" />
+ <metadata
+ id="metadata4344">
+ <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
+ style="overflow:visible;opacity:1;fill:#fdfdfd;fill-opacity:0.6;stroke-width:0.61604279"
+ id="g1021"
+ transform="matrix(1.5218097,0,0,1.5218097,11.46426,-157.09616)">
+ <g
+ ns2:rgbTrio="#4F008000FFFF"
+ ns2:dimmedPercent="50"
+ ns2:layer="yes"
+ id="Layer_1"
+ style="fill:#fdfdfd;fill-opacity:0.6;stroke-width:0.61604279">
+ <g
+ id="g991"
+ style="fill:#fdfdfd;fill-opacity:0.6;stroke-width:0.61604279">
+ <path
+ id="path977"
+ d="m 13.437,125.506 c -0.045,0.047 -0.045,7.506 -0.138,9.453 -0.092,1.574 -0.232,4.957 -3.568,4.957 -3.429,0 -4.263,-3.939 -4.541,-5.652 -0.324,-1.9 -0.324,-3.477 -0.324,-4.17 0,-2.225 0.139,-8.436 5.375,-8.436 1.576,0 2.456,0.465 3.151,0.834 z M 0,130.975 c 0,13.066 6.951,13.066 7.97,13.066 2.873,0 4.727,-1.576 5.514,-4.309 l 0.093,4.123 c 0.881,-0.047 1.761,-0.139 3.197,-0.139 0.51,0 0.926,0 1.298,0.047 0.371,0 0.741,0.045 1.158,0.092 -0.741,-1.482 -1.297,-4.818 -1.297,-12.049 0,-7.043 0,-18.951 0.602,-22.566 -1.667,0.789 -3.105,1.299 -6.256,1.576 1.251,1.344 1.251,2.039 1.251,8.154 -0.879,-0.277 -1.992,-0.602 -3.892,-0.602 C 1.344,118.369 0,125.598 0,130.975"
+ ns2:knockout="Off"
+ inkscape:connector-curvature="0"
+ style="fill:#fdfdfd;fill-opacity:0.6;stroke-width:0.61604279" />
+ <path
+ id="path979"
+ d="m 25.13,128.609 c 0.047,-3.846 0.835,-7.275 4.124,-7.275 3.615,0 3.891,3.984 3.799,7.275 z m 12.51,0.465 c 0,-5.422 -1.065,-10.752 -7.923,-10.752 -9.452,0 -9.452,10.475 -9.452,12.697 0,9.406 4.216,13.113 11.306,13.113 3.149,0 4.68,-0.461 5.514,-0.695 -0.046,-1.668 0.185,-2.734 0.465,-4.17 -0.975,0.604 -2.226,1.391 -5.006,1.391 -7.229,0 -7.322,-6.582 -7.322,-8.852 H 37.55 l 0.09,-2.732"
+ ns2:knockout="Off"
+ inkscape:connector-curvature="0"
+ style="fill:#fdfdfd;fill-opacity:0.6;stroke-width:0.61604279" />
+ <path
+ id="path981"
+ d="m 52.715,131.066 c 0,4.309 -0.787,10.102 -6.162,10.102 -0.742,0 -1.668,-0.141 -2.27,-0.279 -0.093,-1.668 -0.093,-4.541 -0.093,-7.877 0,-3.986 0.416,-6.068 0.742,-7.09 0.972,-3.289 3.15,-3.334 3.566,-3.334 3.522,0 4.217,4.865 4.217,8.478 z m -13.298,5.051 c 0,3.43 0,5.375 -0.556,6.857 1.9,0.742 4.262,1.158 7.09,1.158 1.807,0 7.043,0 9.869,-5.791 1.344,-2.688 1.807,-6.303 1.807,-9.037 0,-1.668 -0.186,-5.328 -1.529,-7.646 -1.296,-2.176 -3.382,-3.289 -5.605,-3.289 -4.449,0 -5.746,3.707 -6.44,5.607 0,-2.363 0.045,-10.611 0.415,-14.828 -3.011,1.391 -4.866,1.621 -6.857,1.807 1.807,0.74 1.807,3.801 1.807,13.764 v 11.398"
+ ns2:knockout="Off"
+ inkscape:connector-curvature="0"
+ style="fill:#fdfdfd;fill-opacity:0.6;stroke-width:0.61604279" />
+ <path
+ id="path983"
+ d="m 66.535,143.855 c -0.928,-0.139 -1.578,-0.232 -2.922,-0.232 -1.48,0 -2.502,0.094 -3.566,0.232 0.463,-0.881 0.648,-1.299 0.787,-4.309 0.186,-4.125 0.232,-15.154 -0.092,-17.471 -0.232,-1.762 -0.648,-2.039 -1.297,-2.502 3.799,-0.371 4.865,-0.648 6.625,-1.482 -0.369,2.037 -0.418,3.059 -0.418,6.162 -0.091,15.989 -0.138,17.702 0.883,19.602"
+ ns2:knockout="Off"
+ inkscape:connector-curvature="0"
+ style="fill:#fdfdfd;fill-opacity:0.6;stroke-width:0.61604279" />
+ <path
+ id="path985"
+ d="m 81.373,130.74 c -0.092,2.92 -0.139,4.959 -0.928,6.58 -0.973,2.086 -2.594,2.688 -3.799,2.688 -2.783,0 -3.383,-2.316 -3.383,-4.586 0,-4.355 3.893,-4.682 5.652,-4.682 z m -12.744,5.701 c 0,2.92 0.881,5.838 3.477,7.09 1.158,0.51 2.316,0.51 2.688,0.51 4.264,0 5.699,-3.152 6.58,-5.098 -0.047,2.039 0,3.289 0.139,4.912 0.834,-0.047 1.668,-0.139 3.059,-0.139 0.787,0 1.529,0.092 2.316,0.139 -0.51,-0.787 -0.787,-1.252 -0.928,-3.059 -0.092,-1.76 -0.092,-3.521 -0.092,-5.977 l 0.047,-9.453 c 0,-3.523 -0.928,-6.998 -7.879,-6.998 -4.586,0 -7.273,1.391 -8.617,2.086 0.557,1.02 1.02,1.898 1.436,3.893 1.809,-1.576 4.172,-2.41 6.58,-2.41 3.848,0 3.848,2.549 3.848,6.162 -0.881,-0.045 -1.623,-0.137 -2.875,-0.137 -5.887,10e-4 -9.779,2.268 -9.779,8.479"
+ ns2:knockout="Off"
+ inkscape:connector-curvature="0"
+ style="fill:#fdfdfd;fill-opacity:0.6;stroke-width:0.61604279" />
+ <path
+ id="path987"
+ d="m 108.063,139.268 c 0.047,1.576 0.047,3.244 0.695,4.588 -1.021,-0.092 -1.623,-0.232 -3.521,-0.232 -1.113,0 -1.715,0.094 -2.596,0.232 0.184,-0.602 0.279,-0.834 0.371,-1.623 0.139,-1.064 0.232,-4.633 0.232,-5.885 v -5.004 c 0,-2.178 0,-5.33 -0.141,-6.441 -0.092,-0.787 -0.322,-2.918 -3.012,-2.918 -2.641,0 -3.521,1.945 -3.846,3.521 -0.369,1.621 -0.369,3.383 -0.369,10.24 0.045,5.932 0.045,6.486 0.508,8.109 -0.787,-0.092 -1.76,-0.184 -3.15,-0.184 -1.113,0 -1.854,0.045 -2.779,0.184 0.324,-0.742 0.51,-1.113 0.602,-3.707 0.094,-2.549 0.279,-15.061 -0.141,-18.025 -0.23,-1.809 -0.695,-2.225 -1.203,-2.688 3.754,-0.186 4.957,-0.789 6.117,-1.389 v 4.91 c 0.555,-1.438 1.713,-4.635 6.348,-4.635 5.793,0 5.838,4.217 5.885,6.996 v 13.951"
+ ns2:knockout="Off"
+ inkscape:connector-curvature="0"
+ style="fill:#fdfdfd;fill-opacity:0.6;stroke-width:0.61604279" />
+ <path
+ id="path989"
+ d="m 66.926,111.533 -3.838,3.836 -3.836,-3.836 3.836,-3.836 3.838,3.836"
+ ns2:knockout="Off"
+ inkscape:connector-curvature="0"
+ style="fill:#fdfdfd;fill-opacity:0.6;stroke-width:0.61604279" />
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/moonlight-theme/sources/plymouth/glow.svg b/moonlight-theme/sources/plymouth/glow.svg
new file mode 100644
index 0000000..3fb3296
--- /dev/null
+++ b/moonlight-theme/sources/plymouth/glow.svg
@@ -0,0 +1,2282 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ width="501.914px" height="501.917px" viewBox="0 0 501.914 501.917" enable-background="new 0 0 501.914 501.917"
+ xml:space="preserve">
+<rect x="-1049.043" y="-455.096" display="none" fill="#24363E" width="2600" height="1708.988"/>
+<ellipse display="none" opacity="0.2" fill="#2C515C" enable-background="new " cx="250.958" cy="1063.278" rx="1066.605" ry="379.538"/>
+<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="175.396" y1="266.2266" x2="175.396" y2="365.7344" gradientTransform="matrix(0 1 1 0 525.9478 -346.373)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#24363E;stop-opacity:0"/>
+</linearGradient>
+<line display="none" opacity="0.3" fill="none" stroke="url(#SVGID_1_)" stroke-width="3" stroke-miterlimit="10" enable-background="new " x1="792.174" y1="-170.977" x2="891.682" y2="-170.977"/>
+<g>
+ <g>
+
+ <radialGradient id="SVGID_2_" cx="-2418.5957" cy="-883.5376" r="1087.3379" gradientTransform="matrix(0.2308 0 0 0.2308 809.1688 454.8784)" gradientUnits="userSpaceOnUse">
+ <stop offset="0" style="stop-color:#6D99B8"/>
+ <stop offset="1" style="stop-color:#153645;stop-opacity:0"/>
+ </radialGradient>
+ <rect fill="url(#SVGID_2_)" width="501.914" height="501.917"/>
+ </g>
+
+ <path display="none" opacity="0.3" fill="#264A61" stroke="#F6F6F6" stroke-width="3" stroke-linecap="round" stroke-miterlimit="10" enable-background="new " d="
+ M397.861,384.184c-86.863,86.865-227.7,86.865-314.564-0.001C-3.569,297.317-3.569,156.481,83.295,69.615"/>
+ <circle display="none" opacity="0.7" fill="#264A61" enable-background="new " cx="251.768" cy="258.461" r="155.922"/>
+ <circle display="none" opacity="0.4" fill="#24363E" enable-background="new " cx="251.768" cy="258.46" r="119.798"/>
+ <path display="none" opacity="0.6" fill="#1790AF" enable-background="new " d="M371.021,258.461
+ c-0.002,65.861-53.393,119.251-119.256,119.253c-65.864-0.002-119.255-53.393-119.253-119.252
+ c-0.002-65.864,53.391-119.255,119.256-119.256C317.631,139.205,371.021,192.595,371.021,258.461z"/>
+ <g display="none">
+ <path display="inline" fill="none" d="M196.306,313.923l-3.349-3.347l-11.18,11.18c1.055,1.164,2.141,2.308,3.264,3.432l0,0
+ L196.306,313.923z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M164.719,248.549
+ c-0.246-0.248-0.211-0.684,0.081-0.978l7.548-7.545l-10.439-10.439c-3.547,11.069-4.999,22.662-4.354,34.159l11.18-11.181
+ L164.719,248.549z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M207.752,303.377l7.995,7.994l5.897-5.896
+ l-11.794-11.793l-16.894,16.895l3.349,3.348l10.611-10.613C207.13,303.099,207.504,303.129,207.752,303.377z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M207.407,204.963
+ c0.295-0.293,0.732-0.331,0.979-0.083l0.596,0.596c-0.576-0.577-0.688-1.402-0.245-1.841l19.282-19.285l-12.881-12.883
+ c-10.939,4.603-21.188,11.357-30.098,20.266c-2.66,2.661-5.125,5.439-7.402,8.32l17.339,17.338L207.407,204.963z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M264.613,164.97
+ c-3.841-0.525-7.708-0.813-11.577-0.865l6.224,6.221L264.613,164.97z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M321.573,205.548
+ c0.439-0.441,1.154-0.441,1.595,0l15.071,15.072c-4.587-10.485-11.168-20.307-19.746-28.886
+ c-11.293-11.292-24.733-19.123-39.01-23.495l39.699,39.7L321.573,205.548z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M299.099,210.167l5.224-5.225
+ c0.348-0.347,0.641-0.612,0.655-0.598l2.498,2.5c0.018,0.016-0.251,0.308-0.597,0.655l-5.224,5.223l6.371,6.372l11.156-11.156
+ l-39.699-39.7c-4.877-1.492-9.852-2.583-14.87-3.269l-5.354,5.356L299.099,210.167z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M299.099,210.167l5.224-5.225
+ c0.348-0.347,0.641-0.612,0.655-0.598l2.498,2.5c0.018,0.016-0.251,0.308-0.597,0.655l-5.224,5.223l6.371,6.372l11.156-11.156
+ l-39.699-39.7c-4.877-1.492-9.852-2.583-14.87-3.269l-5.354,5.356L299.099,210.167z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M338.759,295.09
+ c0.503-1.193,0.979-2.397,1.43-3.606l-2.517,2.519L338.759,295.09z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M338.759,295.09
+ c0.503-1.193,0.979-2.397,1.43-3.606l-2.517,2.519L338.759,295.09z"/>
+
+ <rect x="218.629" y="304.444" transform="matrix(-0.7063 -0.7079 0.7079 -0.7063 155.0623 681.5642)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.588" height="8.34"/>
+
+ <rect x="218.629" y="304.444" transform="matrix(-0.7063 -0.7079 0.7079 -0.7063 155.0623 681.5642)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.588" height="8.34"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M240.313,303.104l-6.714,6.713
+ c-0.274,0.274-0.505,0.487-0.515,0.479l-1.769-1.77c-0.01-0.012,0.203-0.243,0.479-0.515l6.71-6.712l-4.207-4.208l-16.416,16.417
+ l30.085,30.085c0.249,0.249,0.279,0.625,0.065,0.835l-7.702,7.705c1.449,0.174,2.902,0.314,4.354,0.425l22.541-22.541
+ L240.313,303.104z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M240.313,303.104l-6.714,6.713
+ c-0.274,0.274-0.505,0.487-0.515,0.479l-1.769-1.77c-0.01-0.012,0.203-0.243,0.479-0.515l6.71-6.712l-4.207-4.208l-16.416,16.417
+ l30.085,30.085c0.249,0.249,0.279,0.625,0.065,0.835l-7.702,7.705c1.449,0.174,2.902,0.314,4.354,0.425l22.541-22.541
+ L240.313,303.104z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M312.856,330.386
+ c1.931-1.645,3.813-3.376,5.637-5.2c5.865-5.864,10.794-12.311,14.793-19.151l-22.393,22.394L312.856,330.386z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M312.856,330.386
+ c1.931-1.645,3.813-3.376,5.637-5.2c5.865-5.864,10.794-12.311,14.793-19.151l-22.393,22.394L312.856,330.386z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M318.387,313.286
+ c-0.439,0.44-1.155,0.44-1.594,0l-0.888-0.885l-25.876-25.876l-10.519,10.518l31.383,31.386l22.394-22.394
+ c2.075-3.55,3.897-7.207,5.472-10.944l-1.087-1.088L318.387,313.286z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M318.387,313.286
+ c-0.439,0.44-1.155,0.44-1.594,0l-0.888-0.885l-25.876-25.876l-10.519,10.518l31.383,31.386l22.394-22.394
+ c2.075-3.55,3.897-7.207,5.472-10.944l-1.087-1.088L318.387,313.286z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M318.387,313.286
+ c-0.439,0.44-1.155,0.44-1.594,0l-0.888-0.885l-25.876-25.876l-10.519,10.518l31.383,31.386l22.394-22.394
+ c2.075-3.55,3.897-7.207,5.472-10.944l-1.087-1.088L318.387,313.286z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M159.193,276.815
+ c3.214,16.274,10.739,31.867,22.584,44.941l11.18-11.18L159.193,276.815z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M209.852,293.681l-41.119-41.117
+ l-11.18,11.181c0.242,4.379,0.791,8.749,1.642,13.07l33.763,33.762L209.852,293.681z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M209.852,293.681l-41.119-41.117
+ l-11.18,11.181c0.242,4.379,0.791,8.749,1.642,13.07l33.763,33.762L209.852,293.681z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M232.163,294.957l-5.809-5.809
+ c-0.207-0.208-0.354-0.447-0.438-0.689l-6.942,6.945c-0.345,0.343-0.638,0.611-0.654,0.597l-2.499-2.5
+ c-0.016-0.017,0.251-0.309,0.598-0.653l9.366-9.37l-2.864-2.864l-13.068,13.068l11.794,11.793L232.163,294.957z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M232.163,294.957l-5.809-5.809
+ c-0.207-0.208-0.354-0.447-0.438-0.689l-6.942,6.945c-0.345,0.343-0.638,0.611-0.654,0.597l-2.499-2.5
+ c-0.016-0.017,0.251-0.309,0.598-0.653l9.366-9.37l-2.864-2.864l-13.068,13.068l11.794,11.793L232.163,294.957z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M172.348,240.025l-7.548,7.545
+ c-0.292,0.294-0.327,0.73-0.081,0.978l4.014,4.015l8.077-8.076L172.348,240.025z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M172.348,240.025l-7.548,7.545
+ c-0.292,0.294-0.327,0.73-0.081,0.978l4.014,4.015l8.077-8.076L172.348,240.025z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M211.603,209.692
+ c0.441-0.44,1-0.594,1.25-0.346l-3.871-3.87l-0.596-0.596c-0.246-0.248-0.685-0.211-0.979,0.083l-12.431,12.43l4.464,4.464
+ L211.603,209.692z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M211.603,209.692
+ c0.441-0.44,1-0.594,1.25-0.346l-3.871-3.87l-0.596-0.596c-0.246-0.248-0.685-0.211-0.979,0.083l-12.431,12.43l4.464,4.464
+ L211.603,209.692z"/>
+
+ <rect x="223.033" y="276.86" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 585.5779 315.2172)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="4.051"/>
+
+ <rect x="223.033" y="276.86" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 585.5779 315.2172)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="4.051"/>
+
+ <rect x="223.033" y="276.86" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 585.5779 315.2172)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="8.944" height="4.051"/>
+
+ <rect x="226.838" y="293.046" transform="matrix(-0.7054 -0.7088 0.7088 -0.7054 174.3864 673.4415)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.587" height="14.876"/>
+
+ <rect x="226.838" y="293.046" transform="matrix(-0.7054 -0.7088 0.7088 -0.7054 174.3864 673.4415)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.587" height="14.876"/>
+
+ <rect x="226.838" y="293.046" transform="matrix(-0.7054 -0.7088 0.7088 -0.7054 174.3864 673.4415)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="0.587" height="14.876"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M216.545,213.038l-3.691-3.692
+ c-0.25-0.248-0.809-0.094-1.25,0.346l-12.162,12.165l4.145,4.143L216.545,213.038z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M216.545,213.038l-3.691-3.692
+ c-0.25-0.248-0.809-0.094-1.25,0.346l-12.162,12.165l4.145,4.143L216.545,213.038z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M216.545,213.038l-3.691-3.692
+ c-0.25-0.248-0.809-0.094-1.25,0.346l-12.162,12.165l4.145,4.143L216.545,213.038z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M221.473,279.164l-4.195,4.196
+ c-0.438,0.441-1.127,0.465-1.536,0.058l-38.932-38.93l-8.077,8.076l41.119,41.117l13.068-13.068L221.473,279.164z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M221.473,279.164l-4.195,4.196
+ c-0.438,0.441-1.127,0.465-1.536,0.058l-38.932-38.93l-8.077,8.076l41.119,41.117l13.068-13.068L221.473,279.164z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M221.473,279.164l-4.195,4.196
+ c-0.438,0.441-1.127,0.465-1.536,0.058l-38.932-38.93l-8.077,8.076l41.119,41.117l13.068-13.068L221.473,279.164z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M238.368,260.786
+ c0.412,0.409,0.386,1.095-0.053,1.537l10.409-10.409l-11.368-11.372c-0.098-0.096-0.108-0.243-0.026-0.325l3.195-3.197
+ l-23.98-23.982l-12.96,12.961L238.368,260.786z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M238.368,260.786
+ c0.412,0.409,0.386,1.095-0.053,1.537l10.409-10.409l-11.368-11.372c-0.098-0.096-0.108-0.243-0.026-0.325l3.195-3.197
+ l-23.98-23.982l-12.96,12.961L238.368,260.786z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M238.368,260.786
+ c0.412,0.409,0.386,1.095-0.053,1.537l10.409-10.409l-11.368-11.372c-0.098-0.096-0.108-0.243-0.026-0.325l3.195-3.197
+ l-23.98-23.982l-12.96,12.961L238.368,260.786z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M238.368,260.786
+ c0.412,0.409,0.386,1.095-0.053,1.537l10.409-10.409l-11.368-11.372c-0.098-0.096-0.108-0.243-0.026-0.325l3.195-3.197
+ l-23.98-23.982l-12.96,12.961L238.368,260.786z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M228.086,273.132
+ c-0.16-0.162-0.137-0.443,0.053-0.634l-6.666,6.667l1.447,1.448l6.323-6.324L228.086,273.132z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M228.086,273.132
+ c-0.16-0.162-0.137-0.443,0.053-0.634l-6.666,6.667l1.447,1.448l6.323-6.324L228.086,273.132z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M228.086,273.132
+ c-0.16-0.162-0.137-0.443,0.053-0.634l-6.666,6.667l1.447,1.448l6.323-6.324L228.086,273.132z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M228.086,273.132
+ c-0.16-0.162-0.137-0.443,0.053-0.634l-6.666,6.667l1.447,1.448l6.323-6.324L228.086,273.132z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M321.573,205.548l-2.391,2.391l12.105,12.105
+ l1.646-1.643c0.281-0.285,0.524-0.502,0.542-0.486l2.5,2.5c0.014,0.015-0.203,0.258-0.487,0.543l-1.645,1.643l8.146,8.143
+ c-1.053-3.429-2.304-6.809-3.751-10.123l-15.072-15.072C322.728,205.107,322.014,205.107,321.573,205.548z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M321.573,205.548l-2.391,2.391l12.105,12.105
+ l1.646-1.643c0.281-0.285,0.524-0.502,0.542-0.486l2.5,2.5c0.014,0.015-0.203,0.258-0.487,0.543l-1.645,1.643l8.146,8.143
+ c-1.053-3.429-2.304-6.809-3.751-10.123l-15.072-15.072C322.728,205.107,322.014,205.107,321.573,205.548z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M302.606,253.839l35.931,35.93
+ c0.578,0.576,0.689,1.402,0.25,1.841l-1.755,1.754l0.64,0.638l2.517-2.519c7.27-19.501,7.87-40.92,1.803-60.741l-8.146-8.143
+ L302.606,253.839z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M302.606,253.839l35.931,35.93
+ c0.578,0.576,0.689,1.402,0.25,1.841l-1.755,1.754l0.64,0.638l2.517-2.519c7.27-19.501,7.87-40.92,1.803-60.741l-8.146-8.143
+ L302.606,253.839z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M302.606,253.839l35.931,35.93
+ c0.578,0.576,0.689,1.402,0.25,1.841l-1.755,1.754l0.64,0.638l2.517-2.519c7.27-19.501,7.87-40.92,1.803-60.741l-8.146-8.143
+ L302.606,253.839z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M312.968,225.629l-19.284,19.285l0.604,0.605
+ l7.032-7.031c0.272-0.273,0.503-0.485,0.515-0.475l1.767,1.768c0.011,0.011-0.202,0.241-0.476,0.515l-7.03,7.03l3.958,3.957
+ l31.236-31.238l-12.105-12.105l-11.156,11.156l4.693,4.694C313.298,224.365,313.406,225.19,312.968,225.629z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M312.968,225.629l-19.284,19.285l0.604,0.605
+ l7.032-7.031c0.272-0.273,0.503-0.485,0.515-0.475l1.767,1.768c0.011,0.011-0.202,0.241-0.476,0.515l-7.03,7.03l3.958,3.957
+ l31.236-31.238l-12.105-12.105l-11.156,11.156l4.693,4.694C313.298,224.365,313.406,225.19,312.968,225.629z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M312.968,225.629l-19.284,19.285l0.604,0.605
+ l7.032-7.031c0.272-0.273,0.503-0.485,0.515-0.475l1.767,1.768c0.011,0.011-0.202,0.241-0.476,0.515l-7.03,7.03l3.958,3.957
+ l31.236-31.238l-12.105-12.105l-11.156,11.156l4.693,4.694C313.298,224.365,313.406,225.19,312.968,225.629z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M315.905,312.4l0.888,0.885
+ c0.438,0.44,1.153,0.44,1.594,0l19.285-19.283l-0.64-0.638l-19.282,19.284C317.309,313.088,316.483,312.977,315.905,312.4z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M315.905,312.4l0.888,0.885
+ c0.438,0.44,1.153,0.44,1.594,0l19.285-19.283l-0.64-0.638l-19.282,19.284C317.309,313.088,316.483,312.977,315.905,312.4z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M315.905,312.4l0.888,0.885
+ c0.438,0.44,1.153,0.44,1.594,0l19.285-19.283l-0.64-0.638l-19.282,19.284C317.309,313.088,316.483,312.977,315.905,312.4z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M315.905,312.4l0.888,0.885
+ c0.438,0.44,1.153,0.44,1.594,0l19.285-19.283l-0.64-0.638l-19.282,19.284C317.309,313.088,316.483,312.977,315.905,312.4z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M244.686,352.559
+ c13.351,0.999,26.874-0.831,39.594-5.487l-17.053-17.054L244.686,352.559z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M244.686,352.559
+ c13.351,0.999,26.874-0.831,39.594-5.487l-17.053-17.054L244.686,352.559z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M244.686,352.559
+ c13.351,0.999,26.874-0.831,39.594-5.487l-17.053-17.054L244.686,352.559z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M229.772,182.598
+ c0.441-0.44,1.265-0.329,1.841,0.248l7.563,7.562l20.084-20.081l-6.224-6.221c-12.895-0.173-25.817,2.283-37.897,7.363
+ l12.881,12.883L229.772,182.598z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M229.772,182.598
+ c0.441-0.44,1.265-0.329,1.841,0.248l7.563,7.562l20.084-20.081l-6.224-6.221c-12.895-0.173-25.817,2.283-37.897,7.363
+ l12.881,12.883L229.772,182.598z"/>
+
+ <rect x="240.99" y="186.064" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 317.8754 532.1988)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="56.341" height="28.401"/>
+
+ <rect x="240.99" y="186.064" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 317.8754 532.1988)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="56.341" height="28.401"/>
+
+ <rect x="240.99" y="186.064" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 317.8754 532.1988)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="56.341" height="28.401"/>
+
+ <rect x="280.61" y="221.439" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -73.42 274.6351)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="28.399" height="9.011"/>
+
+ <rect x="280.61" y="221.439" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -73.42 274.6351)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="28.399" height="9.011"/>
+
+ <rect x="280.61" y="221.439" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -73.42 274.6351)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="28.399" height="9.011"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M288.359,239.592l4.828-4.828
+ c0.408-0.408,0.745-0.729,0.755-0.718l1.684,1.683c0.011,0.01-0.312,0.347-0.72,0.756l-4.826,4.828l3.604,3.602l19.284-19.285
+ c0.438-0.439,0.33-1.264-0.247-1.841l-4.693-4.694l-20.081,20.081L288.359,239.592z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M288.359,239.592l4.828-4.828
+ c0.408-0.408,0.745-0.729,0.755-0.718l1.684,1.683c0.011,0.01-0.312,0.347-0.72,0.756l-4.826,4.828l3.604,3.602l19.284-19.285
+ c0.438-0.439,0.33-1.264-0.247-1.841l-4.693-4.694l-20.081,20.081L288.359,239.592z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M288.359,239.592l4.828-4.828
+ c0.408-0.408,0.745-0.729,0.755-0.718l1.684,1.683c0.011,0.01-0.312,0.347-0.72,0.756l-4.826,4.828l3.604,3.602l19.284-19.285
+ c0.438-0.439,0.33-1.264-0.247-1.841l-4.693-4.694l-20.081,20.081L288.359,239.592z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M288.359,239.592l4.828-4.828
+ c0.408-0.408,0.745-0.729,0.755-0.718l1.684,1.683c0.011,0.01-0.312,0.347-0.72,0.756l-4.826,4.828l3.604,3.602l19.284-19.285
+ c0.438-0.439,0.33-1.264-0.247-1.841l-4.693-4.694l-20.081,20.081L288.359,239.592z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M280.612,293.684
+ c-0.438,0.439-1.151,0.438-1.592-0.002l-4.303-4.303l-1.438,1.436l6.23,6.228l10.519-10.518l-1.128-1.13L280.612,293.684z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M280.612,293.684
+ c-0.438,0.439-1.151,0.438-1.592-0.002l-4.303-4.303l-1.438,1.436l6.23,6.228l10.519-10.518l-1.128-1.13L280.612,293.684z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M280.612,293.684
+ c-0.438,0.439-1.151,0.438-1.592-0.002l-4.303-4.303l-1.438,1.436l6.23,6.228l10.519-10.518l-1.128-1.13L280.612,293.684z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M280.612,293.684
+ c-0.438,0.439-1.151,0.438-1.592-0.002l-4.303-4.303l-1.438,1.436l6.23,6.228l10.519-10.518l-1.128-1.13L280.612,293.684z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M254.795,272.325l5.42-5.418l-6.371-6.373
+ l-5.547,5.546c0.242,0.083,0.479,0.228,0.688,0.438L254.795,272.325z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M254.795,272.325l5.42-5.418l-6.371-6.373
+ l-5.547,5.546c0.242,0.083,0.479,0.228,0.688,0.438L254.795,272.325z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M254.795,272.325l5.42-5.418l-6.371-6.373
+ l-5.547,5.546c0.242,0.083,0.479,0.228,0.688,0.438L254.795,272.325z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M254.795,272.325l5.42-5.418l-6.371-6.373
+ l-5.547,5.546c0.242,0.083,0.479,0.228,0.688,0.438L254.795,272.325z"/>
+
+ <rect x="226.32" y="263.202" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 599.159 282.2763)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="29.596" height="4.052"/>
+
+ <rect x="226.32" y="263.202" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 599.159 282.2763)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="29.596" height="4.052"/>
+
+ <rect x="226.32" y="263.202" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 599.159 282.2763)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="29.596" height="4.052"/>
+
+ <rect x="226.32" y="263.202" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 599.159 282.2763)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="29.596" height="4.052"/>
+
+ <rect x="253.873" y="269.54" transform="matrix(-0.7072 0.707 -0.707 -0.7072 630.7294 278.4608)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.664" height="0.587"/>
+
+ <rect x="253.873" y="269.54" transform="matrix(-0.7072 0.707 -0.707 -0.7072 630.7294 278.4608)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.664" height="0.587"/>
+
+ <rect x="253.873" y="269.54" transform="matrix(-0.7072 0.707 -0.707 -0.7072 630.7294 278.4608)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.664" height="0.587"/>
+
+ <rect x="253.873" y="269.54" transform="matrix(-0.7072 0.707 -0.707 -0.7072 630.7294 278.4608)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="7.664" height="0.587"/>
+
+ <rect x="253.873" y="269.54" transform="matrix(-0.7072 0.707 -0.707 -0.7072 630.7294 278.4608)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="7.664" height="0.587"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M248.726,251.914l-10.409,10.409
+ l-10.178,10.175c-0.188,0.19-0.213,0.472-0.053,0.634l1.157,1.157l20.93-20.927L248.726,251.914z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M248.726,251.914l-10.409,10.409
+ l-10.178,10.175c-0.188,0.19-0.213,0.472-0.053,0.634l1.157,1.157l20.93-20.927L248.726,251.914z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M248.726,251.914l-10.409,10.409
+ l-10.178,10.175c-0.188,0.19-0.213,0.472-0.053,0.634l1.157,1.157l20.93-20.927L248.726,251.914z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M248.726,251.914l-10.409,10.409
+ l-10.178,10.175c-0.188,0.19-0.213,0.472-0.053,0.634l1.157,1.157l20.93-20.927L248.726,251.914z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M248.726,251.914l-10.409,10.409
+ l-10.178,10.175c-0.188,0.19-0.213,0.472-0.053,0.634l1.157,1.157l20.93-20.927L248.726,251.914z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M265.313,261.806l-1.693-1.694l-3.197,3.195
+ c-0.081,0.083-0.229,0.072-0.325-0.026l-4.501-4.502l-1.753,1.754l6.371,6.373L265.313,261.806z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M265.313,261.806l-1.693-1.694l-3.197,3.195
+ c-0.081,0.083-0.229,0.072-0.325-0.026l-4.501-4.502l-1.753,1.754l6.371,6.373L265.313,261.806z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M265.313,261.806l-1.693-1.694l-3.197,3.195
+ c-0.081,0.083-0.229,0.072-0.325-0.026l-4.501-4.502l-1.753,1.754l6.371,6.373L265.313,261.806z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M265.313,261.806l-1.693-1.694l-3.197,3.195
+ c-0.081,0.083-0.229,0.072-0.325-0.026l-4.501-4.502l-1.753,1.754l6.371,6.373L265.313,261.806z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M265.313,261.806l-1.693-1.694l-3.197,3.195
+ c-0.081,0.083-0.229,0.072-0.325-0.026l-4.501-4.502l-1.753,1.754l6.371,6.373L265.313,261.806z"/>
+
+ <rect x="262.654" y="260.957" transform="matrix(-0.7079 -0.7063 0.7063 -0.7079 262.2436 637.5714)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.588" height="7.213"/>
+
+ <rect x="262.654" y="260.957" transform="matrix(-0.7079 -0.7063 0.7063 -0.7079 262.2436 637.5714)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.588" height="7.213"/>
+
+ <rect x="262.654" y="260.957" transform="matrix(-0.7079 -0.7063 0.7063 -0.7079 262.2436 637.5714)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.588" height="7.213"/>
+
+ <rect x="262.654" y="260.957" transform="matrix(-0.7079 -0.7063 0.7063 -0.7079 262.2436 637.5714)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="0.588" height="7.213"/>
+
+ <rect x="262.654" y="260.957" transform="matrix(-0.7079 -0.7063 0.7063 -0.7079 262.2436 637.5714)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.588" height="7.213"/>
+
+ <rect x="262.654" y="260.957" transform="matrix(-0.7079 -0.7063 0.7063 -0.7079 262.2436 637.5714)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="0.588" height="7.213"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M240.525,237.021l-3.196,3.197
+ c-0.081,0.082-0.069,0.229,0.027,0.325l11.368,11.372l3.347-3.348L240.525,237.021z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M240.525,237.021l-3.196,3.197
+ c-0.081,0.082-0.069,0.229,0.027,0.325l11.368,11.372l3.347-3.348L240.525,237.021z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M240.525,237.021l-3.196,3.197
+ c-0.081,0.082-0.069,0.229,0.027,0.325l11.368,11.372l3.347-3.348L240.525,237.021z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M240.525,237.021l-3.196,3.197
+ c-0.081,0.082-0.069,0.229,0.027,0.325l11.368,11.372l3.347-3.348L240.525,237.021z"/>
+ <path display="inline" opacity="0.4" fill="#FEF4A5" enable-background="new " d="M240.525,237.021l-3.196,3.197
+ c-0.081,0.082-0.069,0.229,0.027,0.325l11.368,11.372l3.347-3.348L240.525,237.021z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M253.068,249.564
+ c0.25,0.248,0.095,0.807-0.347,1.248l-2.55,2.549l2.867,2.865l3.347-3.345L253.068,249.564z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M253.068,249.564
+ c0.25,0.248,0.095,0.807-0.347,1.248l-2.55,2.549l2.867,2.865l3.347-3.345L253.068,249.564z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M253.068,249.564
+ c0.25,0.248,0.095,0.807-0.347,1.248l-2.55,2.549l2.867,2.865l3.347-3.345L253.068,249.564z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M253.068,249.564
+ c0.25,0.248,0.095,0.807-0.347,1.248l-2.55,2.549l2.867,2.865l3.347-3.345L253.068,249.564z"/>
+ <path display="inline" opacity="0.4" fill="#FEF4A5" enable-background="new " d="M253.068,249.564
+ c0.25,0.248,0.095,0.807-0.347,1.248l-2.55,2.549l2.867,2.865l3.347-3.345L253.068,249.564z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M252.723,250.812
+ c0.44-0.441,0.597-1,0.347-1.248l-0.997-0.998l-3.347,3.348l1.447,1.447L252.723,250.812z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M252.723,250.812
+ c0.44-0.441,0.597-1,0.347-1.248l-0.997-0.998l-3.347,3.348l1.447,1.447L252.723,250.812z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M252.723,250.812
+ c0.44-0.441,0.597-1,0.347-1.248l-0.997-0.998l-3.347,3.348l1.447,1.447L252.723,250.812z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M252.723,250.812
+ c0.44-0.441,0.597-1,0.347-1.248l-0.997-0.998l-3.347,3.348l1.447,1.447L252.723,250.812z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M252.723,250.812
+ c0.44-0.441,0.597-1,0.347-1.248l-0.997-0.998l-3.347,3.348l1.447,1.447L252.723,250.812z"/>
+ <path display="inline" opacity="0.4" fill="#FEF4A5" enable-background="new " d="M252.723,250.812
+ c0.44-0.441,0.597-1,0.347-1.248l-0.997-0.998l-3.347,3.348l1.447,1.447L252.723,250.812z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M255.597,258.779l4.501,4.502
+ c0.098,0.098,0.244,0.109,0.325,0.026l3.197-3.195l-4.68-4.677L255.597,258.779z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M255.597,258.779l4.501,4.502
+ c0.098,0.098,0.244,0.109,0.325,0.026l3.197-3.195l-4.68-4.677L255.597,258.779z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M255.597,258.779l4.501,4.502
+ c0.098,0.098,0.244,0.109,0.325,0.026l3.197-3.195l-4.68-4.677L255.597,258.779z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M255.597,258.779l4.501,4.502
+ c0.098,0.098,0.244,0.109,0.325,0.026l3.197-3.195l-4.68-4.677L255.597,258.779z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M255.597,258.779l4.501,4.502
+ c0.098,0.098,0.244,0.109,0.325,0.026l3.197-3.195l-4.68-4.677L255.597,258.779z"/>
+ <path display="inline" opacity="0.4" fill="#FEF4A5" enable-background="new " d="M255.597,258.779l4.501,4.502
+ c0.098,0.098,0.244,0.109,0.325,0.026l3.197-3.195l-4.68-4.677L255.597,258.779z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M196.306,313.923l-11.265,11.264
+ c3.005,3.004,6.161,5.763,9.446,8.275l10.679-10.679L196.306,313.923z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M196.459,334.93
+ c11.241,8.154,23.877,13.521,36.955,16.101l-26.528-26.525L196.459,334.93z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M205.268,322.684
+ c-0.11-0.382-0.021-0.811,0.28-1.111l10.2-10.2l-7.996-7.995c-0.248-0.248-0.622-0.278-0.835-0.066l-10.611,10.613l8.86,8.861
+ L205.268,322.684z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M205.268,322.684
+ c-0.11-0.382-0.021-0.811,0.28-1.111l10.2-10.2l-7.996-7.995c-0.248-0.248-0.622-0.278-0.835-0.066l-10.611,10.613l8.86,8.861
+ L205.268,322.684z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M215.748,311.372l-10.2,10.2
+ c-0.302,0.3-0.392,0.729-0.28,1.111l10.896-10.896L215.748,311.372z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M215.748,311.372l-10.2,10.2
+ c-0.302,0.3-0.392,0.729-0.28,1.111l10.896-10.896L215.748,311.372z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M215.748,311.372l-10.2,10.2
+ c-0.302,0.3-0.392,0.729-0.28,1.111l10.896-10.896L215.748,311.372z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M247.968,343.594l-30.085-30.085
+ l-10.997,10.997l26.527,26.525c2.296,0.452,4.603,0.823,6.919,1.104l7.701-7.705C248.246,344.219,248.217,343.842,247.968,343.594
+ z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M247.968,343.594l-30.085-30.085
+ l-10.997,10.997l26.527,26.525c2.296,0.452,4.603,0.823,6.919,1.104l7.701-7.705C248.246,344.219,248.217,343.842,247.968,343.594
+ z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M247.968,343.594l-30.085-30.085
+ l-10.997,10.997l26.527,26.525c2.296,0.452,4.603,0.823,6.919,1.104l7.701-7.705C248.246,344.219,248.217,343.842,247.968,343.594
+ z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M274.719,289.378l4.303,4.303
+ c0.439,0.438,1.152,0.442,1.592,0.002l8.289-8.29l-5.1-5.1L274.719,289.378z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M274.719,289.378l4.303,4.303
+ c0.439,0.438,1.152,0.442,1.592,0.002l8.289-8.29l-5.1-5.1L274.719,289.378z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M274.719,289.378l4.303,4.303
+ c0.439,0.438,1.152,0.442,1.592,0.002l8.289-8.29l-5.1-5.1L274.719,289.378z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M274.719,289.378l4.303,4.303
+ c0.439,0.438,1.152,0.442,1.592,0.002l8.289-8.29l-5.1-5.1L274.719,289.378z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M274.719,289.378l4.303,4.303
+ c0.439,0.438,1.152,0.442,1.592,0.002l8.289-8.29l-5.1-5.1L274.719,289.378z"/>
+
+ <rect x="269.429" y="287.161" transform="matrix(0.7067 0.7075 -0.7075 0.7067 283.6799 -108.0161)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.408" height="2.032"/>
+
+ <rect x="269.429" y="287.161" transform="matrix(0.7067 0.7075 -0.7075 0.7067 283.6799 -108.0161)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.408" height="2.032"/>
+
+ <rect x="269.429" y="287.161" transform="matrix(0.7067 0.7075 -0.7075 0.7067 283.6799 -108.0161)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.408" height="2.032"/>
+
+ <rect x="269.429" y="287.161" transform="matrix(0.7067 0.7075 -0.7075 0.7067 283.6799 -108.0161)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="5.408" height="2.032"/>
+
+ <rect x="269.429" y="287.161" transform="matrix(0.7067 0.7075 -0.7075 0.7067 283.6799 -108.0161)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.408" height="2.032"/>
+
+ <rect x="264.616" y="278.941" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 652.68 293.1296)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.03" height="5.597"/>
+
+ <rect x="264.616" y="278.941" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 652.68 293.1296)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.03" height="5.597"/>
+
+ <rect x="264.616" y="278.941" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 652.68 293.1296)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.03" height="5.597"/>
+
+ <rect x="264.616" y="278.941" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 652.68 293.1296)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="2.03" height="5.597"/>
+
+ <rect x="264.616" y="278.941" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 652.68 293.1296)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.03" height="5.597"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M262.763,275.831l3.189-3.188l-3.604-3.603
+ l-5.42,5.419l4.209,4.207l1.459-1.459C262.337,276.772,262.391,276.204,262.763,275.831z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M262.763,275.831l3.189-3.188l-3.604-3.603
+ l-5.42,5.419l4.209,4.207l1.459-1.459C262.337,276.772,262.391,276.204,262.763,275.831z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M262.763,275.831l3.189-3.188l-3.604-3.603
+ l-5.42,5.419l4.209,4.207l1.459-1.459C262.337,276.772,262.391,276.204,262.763,275.831z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M262.763,275.831l3.189-3.188l-3.604-3.603
+ l-5.42,5.419l4.209,4.207l1.459-1.459C262.337,276.772,262.391,276.204,262.763,275.831z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M262.763,275.831l3.189-3.188l-3.604-3.603
+ l-5.42,5.419l4.209,4.207l1.459-1.459C262.337,276.772,262.391,276.204,262.763,275.831z"/>
+
+ <rect x="263.066" y="265.701" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 644.9184 269.3651)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.212" height="5.096"/>
+
+ <rect x="263.066" y="265.701" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 644.9184 269.3651)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.212" height="5.096"/>
+
+ <rect x="263.066" y="265.701" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 644.9184 269.3651)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.212" height="5.096"/>
+
+ <rect x="263.066" y="265.701" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 644.9184 269.3651)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.212" height="5.096"/>
+
+ <rect x="263.066" y="265.701" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 644.9184 269.3651)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="7.212" height="5.096"/>
+
+ <rect x="263.066" y="265.701" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 644.9184 269.3651)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.212" height="5.096"/>
+
+ <rect x="270.89" y="280.162" transform="matrix(-0.707 0.7072 -0.7072 -0.707 673.4196 286.7408)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.846" height="5.41"/>
+
+ <rect x="270.89" y="280.162" transform="matrix(-0.707 0.7072 -0.7072 -0.707 673.4196 286.7408)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.846" height="5.41"/>
+
+ <rect x="270.89" y="280.162" transform="matrix(-0.707 0.7072 -0.7072 -0.707 673.4196 286.7408)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.846" height="5.41"/>
+
+ <rect x="270.89" y="280.162" transform="matrix(-0.707 0.7072 -0.7072 -0.707 673.4196 286.7408)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="12.846" height="5.41"/>
+
+ <rect x="270.89" y="280.162" transform="matrix(-0.707 0.7072 -0.7072 -0.707 673.4196 286.7408)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.846" height="5.41"/>
+
+ <rect x="270.89" y="280.162" transform="matrix(-0.707 0.7072 -0.7072 -0.707 673.4196 286.7408)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.846" height="5.41"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M271.211,276.309
+ c-0.439,0.439-1.153,0.439-1.595,0l-1.254-1.255l-3.983,3.986l3.957,3.956l9.083-9.083l-1.904-1.907L271.211,276.309z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M271.211,276.309
+ c-0.439,0.439-1.153,0.439-1.595,0l-1.254-1.255l-3.983,3.986l3.957,3.956l9.083-9.083l-1.904-1.907L271.211,276.309z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M271.211,276.309
+ c-0.439,0.439-1.153,0.439-1.595,0l-1.254-1.255l-3.983,3.986l3.957,3.956l9.083-9.083l-1.904-1.907L271.211,276.309z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M271.211,276.309
+ c-0.439,0.439-1.153,0.439-1.595,0l-1.254-1.255l-3.983,3.986l3.957,3.956l9.083-9.083l-1.904-1.907L271.211,276.309z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M271.211,276.309
+ c-0.439,0.439-1.153,0.439-1.595,0l-1.254-1.255l-3.983,3.986l3.957,3.956l9.083-9.083l-1.904-1.907L271.211,276.309z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M271.211,276.309
+ c-0.439,0.439-1.153,0.439-1.595,0l-1.254-1.255l-3.983,3.986l3.957,3.956l9.083-9.083l-1.904-1.907L271.211,276.309z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M265.952,272.643l-3.189,3.188
+ c-0.372,0.372-0.426,0.94-0.165,1.376l3.961-3.959L265.952,272.643z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M265.952,272.643l-3.189,3.188
+ c-0.372,0.372-0.426,0.94-0.165,1.376l3.961-3.959L265.952,272.643z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M265.952,272.643l-3.189,3.188
+ c-0.372,0.372-0.426,0.94-0.165,1.376l3.961-3.959L265.952,272.643z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M265.952,272.643l-3.189,3.188
+ c-0.372,0.372-0.426,0.94-0.165,1.376l3.961-3.959L265.952,272.643z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M265.952,272.643l-3.189,3.188
+ c-0.372,0.372-0.426,0.94-0.165,1.376l3.961-3.959L265.952,272.643z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M265.952,272.643l-3.189,3.188
+ c-0.372,0.372-0.426,0.94-0.165,1.376l3.961-3.959L265.952,272.643z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M269.616,276.309
+ c0.44,0.439,1.154,0.439,1.595,0l4.304-4.304l-2.052-2.051l-5.101,5.1L269.616,276.309z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M269.616,276.309
+ c0.44,0.439,1.154,0.439,1.595,0l4.304-4.304l-2.052-2.051l-5.101,5.1L269.616,276.309z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M269.616,276.309
+ c0.44,0.439,1.154,0.439,1.595,0l4.304-4.304l-2.052-2.051l-5.101,5.1L269.616,276.309z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M269.616,276.309
+ c0.44,0.439,1.154,0.439,1.595,0l4.304-4.304l-2.052-2.051l-5.101,5.1L269.616,276.309z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M269.616,276.309
+ c0.44,0.439,1.154,0.439,1.595,0l4.304-4.304l-2.052-2.051l-5.101,5.1L269.616,276.309z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M269.616,276.309
+ c0.44,0.439,1.154,0.439,1.595,0l4.304-4.304l-2.052-2.051l-5.101,5.1L269.616,276.309z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M269.616,276.309
+ c0.44,0.439,1.154,0.439,1.595,0l4.304-4.304l-2.052-2.051l-5.101,5.1L269.616,276.309z"/>
+
+ <rect x="268.372" y="266.782" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 267.6775 651.6496)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="7.211"/>
+
+ <rect x="268.372" y="266.782" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 267.6775 651.6496)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="7.211"/>
+
+ <rect x="268.372" y="266.782" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 267.6775 651.6496)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="7.211"/>
+
+ <rect x="268.372" y="266.782" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 267.6775 651.6496)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="7.211"/>
+
+ <rect x="268.372" y="266.782" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 267.6775 651.6496)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="0.855" height="7.211"/>
+
+ <rect x="268.372" y="266.782" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 267.6775 651.6496)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="7.211"/>
+
+ <rect x="268.372" y="266.782" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 267.6775 651.6496)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="7.211"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M216.545,213.038l20.081-20.081l-8.606-8.606
+ l-19.282,19.285c-0.441,0.439-0.331,1.264,0.245,1.841l3.871,3.87L216.545,213.038z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M216.545,213.038l20.081-20.081l-8.606-8.606
+ l-19.282,19.285c-0.441,0.439-0.331,1.264,0.245,1.841l3.871,3.87L216.545,213.038z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.46,228.087
+ c0.083-0.083,0.228-0.072,0.324,0.025l15.687,15.683l10.997-10.998l-39.842-39.84l-20.081,20.081l23.98,23.982L249.46,228.087z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.46,228.087
+ c0.083-0.083,0.228-0.072,0.324,0.025l15.687,15.683l10.997-10.998l-39.842-39.84l-20.081,20.081l23.98,23.982L249.46,228.087z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.46,228.087
+ c0.083-0.083,0.228-0.072,0.324,0.025l15.687,15.683l10.997-10.998l-39.842-39.84l-20.081,20.081l23.98,23.982L249.46,228.087z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M280.112,238.204
+ c0.102-0.103,0.229-0.145,0.281-0.091l4.309,4.308l0.692-0.693l-6.371-6.373l-7.014,7.014l1.968,1.968L280.112,238.204z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M280.112,238.204
+ c0.102-0.103,0.229-0.145,0.281-0.091l4.309,4.308l0.692-0.693l-6.371-6.373l-7.014,7.014l1.968,1.968L280.112,238.204z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M280.112,238.204
+ c0.102-0.103,0.229-0.145,0.281-0.091l4.309,4.308l0.692-0.693l-6.371-6.373l-7.014,7.014l1.968,1.968L280.112,238.204z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M290.09,246.42l1.647,1.648l2.55-2.549
+ l-0.604-0.605l-1.753,1.752C291.488,247.107,290.666,246.996,290.09,246.42z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M290.09,246.42l1.647,1.648l2.55-2.549
+ l-0.604-0.605l-1.753,1.752C291.488,247.107,290.666,246.996,290.09,246.42z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M290.09,246.42l1.647,1.648l2.55-2.549
+ l-0.604-0.605l-1.753,1.752C291.488,247.107,290.666,246.996,290.09,246.42z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M290.09,246.42l1.647,1.648l2.55-2.549
+ l-0.604-0.605l-1.753,1.752C291.488,247.107,290.666,246.996,290.09,246.42z"/>
+
+ <rect x="295.025" y="247.825" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -90.2882 283.1844)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.608" height="5.597"/>
+
+ <rect x="295.025" y="247.825" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -90.2882 283.1844)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.608" height="5.597"/>
+
+ <rect x="295.025" y="247.825" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -90.2882 283.1844)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.608" height="5.597"/>
+
+ <rect x="295.025" y="247.825" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -90.2882 283.1844)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.608" height="5.597"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M284.713,242.431
+ c0.29-0.223,0.658-0.286,0.997-0.188l0.101-0.102l-0.415-0.415l-0.692,0.693L284.713,242.431z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M284.713,242.431
+ c0.29-0.223,0.658-0.286,0.997-0.188l0.101-0.102l-0.415-0.415l-0.692,0.693L284.713,242.431z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M284.713,242.431
+ c0.29-0.223,0.658-0.286,0.997-0.188l0.101-0.102l-0.415-0.415l-0.692,0.693L284.713,242.431z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M284.713,242.431
+ c0.29-0.223,0.658-0.286,0.997-0.188l0.101-0.102l-0.415-0.415l-0.692,0.693L284.713,242.431z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M337.032,293.364l1.755-1.754
+ c0.439-0.438,0.328-1.265-0.25-1.841l-35.931-35.93l-2.549,2.551L337.032,293.364z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M337.032,293.364l1.755-1.754
+ c0.439-0.438,0.328-1.265-0.25-1.841l-35.931-35.93l-2.549,2.551L337.032,293.364z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M337.032,293.364l1.755-1.754
+ c0.439-0.438,0.328-1.265-0.25-1.841l-35.931-35.93l-2.549,2.551L337.032,293.364z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M337.032,293.364l1.755-1.754
+ c0.439-0.438,0.328-1.265-0.25-1.841l-35.931-35.93l-2.549,2.551L337.032,293.364z"/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="291.045,248.762 291.737,248.068
+ 290.09,246.42 287.53,243.861 286.837,244.554 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="291.045,248.762 291.737,248.068
+ 290.09,246.42 287.53,243.861 286.837,244.554 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="291.045,248.762 291.737,248.068
+ 290.09,246.42 287.53,243.861 286.837,244.554 "/>
+ <polygon display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " points="291.045,248.762 291.737,248.068
+ 290.09,246.42 287.53,243.861 286.837,244.554 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="291.045,248.762 291.737,248.068
+ 290.09,246.42 287.53,243.861 286.837,244.554 "/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M286.531,256.888l1.254,1.252
+ c0.439,0.44,0.439,1.154,0,1.594l-3.188,3.187l1.907,1.907l10.996-10.996l-3.957-3.957L286.531,256.888z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M286.531,256.888l1.254,1.252
+ c0.439,0.44,0.439,1.154,0,1.594l-3.188,3.187l1.907,1.907l10.996-10.996l-3.957-3.957L286.531,256.888z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M286.531,256.888l1.254,1.252
+ c0.439,0.44,0.439,1.154,0,1.594l-3.188,3.187l1.907,1.907l10.996-10.996l-3.957-3.957L286.531,256.888z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M286.531,256.888l1.254,1.252
+ c0.439,0.44,0.439,1.154,0,1.594l-3.188,3.187l1.907,1.907l10.996-10.996l-3.957-3.957L286.531,256.888z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M286.531,256.888l1.254,1.252
+ c0.439,0.44,0.439,1.154,0,1.594l-3.188,3.187l1.907,1.907l10.996-10.996l-3.957-3.957L286.531,256.888z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M285.71,242.243
+ c-0.339-0.098-0.707-0.035-0.997,0.188l0.403,0.405L285.71,242.243z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M285.71,242.243
+ c-0.339-0.098-0.707-0.035-0.997,0.188l0.403,0.405L285.71,242.243z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M285.71,242.243
+ c-0.339-0.098-0.707-0.035-0.997,0.188l0.403,0.405L285.71,242.243z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M285.71,242.243
+ c-0.339-0.098-0.707-0.035-0.997,0.188l0.403,0.405L285.71,242.243z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M285.71,242.243
+ c-0.339-0.098-0.707-0.035-0.997,0.188l0.403,0.405L285.71,242.243z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M289.061,267.386l8.128,8.127
+ c0.44,0.44,0.44,1.154,0.002,1.594l-4.304,4.302l0.837,0.839c0.161,0.159,0.138,0.444-0.052,0.632l-3.644,3.644l25.876,25.876
+ c0.578,0.577,1.402,0.688,1.846,0.248l19.281-19.284l-36.975-36.975L289.061,267.386z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M289.061,267.386l8.128,8.127
+ c0.44,0.44,0.44,1.154,0.002,1.594l-4.304,4.302l0.837,0.839c0.161,0.159,0.138,0.444-0.052,0.632l-3.644,3.644l25.876,25.876
+ c0.578,0.577,1.402,0.688,1.846,0.248l19.281-19.284l-36.975-36.975L289.061,267.386z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M289.061,267.386l8.128,8.127
+ c0.44,0.44,0.44,1.154,0.002,1.594l-4.304,4.302l0.837,0.839c0.161,0.159,0.138,0.444-0.052,0.632l-3.644,3.644l25.876,25.876
+ c0.578,0.577,1.402,0.688,1.846,0.248l19.281-19.284l-36.975-36.975L289.061,267.386z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M289.061,267.386l8.128,8.127
+ c0.44,0.44,0.44,1.154,0.002,1.594l-4.304,4.302l0.837,0.839c0.161,0.159,0.138,0.444-0.052,0.632l-3.644,3.644l25.876,25.876
+ c0.578,0.577,1.402,0.688,1.846,0.248l19.281-19.284l-36.975-36.975L289.061,267.386z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M289.061,267.386l8.128,8.127
+ c0.44,0.44,0.44,1.154,0.002,1.594l-4.304,4.302l0.837,0.839c0.161,0.159,0.138,0.444-0.052,0.632l-3.644,3.644l25.876,25.876
+ c0.578,0.577,1.402,0.688,1.846,0.248l19.281-19.284l-36.975-36.975L289.061,267.386z"/>
+
+ <rect x="268.129" y="243.988" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -94.1497 263.4806)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.635" height="2.783"/>
+
+ <rect x="268.129" y="243.988" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -94.1497 263.4806)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.635" height="2.783"/>
+
+ <rect x="268.129" y="243.988" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -94.1497 263.4806)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.635" height="2.783"/>
+
+ <rect x="268.129" y="243.988" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -94.1497 263.4806)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.635" height="2.783"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M284.599,262.921l3.188-3.187
+ c0.439-0.44,0.439-1.154,0-1.594l-1.254-1.252l-3.983,3.983L284.599,262.921z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M284.599,262.921l3.188-3.187
+ c0.439-0.44,0.439-1.154,0-1.594l-1.254-1.252l-3.983,3.983L284.599,262.921z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M284.599,262.921l3.188-3.187
+ c0.439-0.44,0.439-1.154,0-1.594l-1.254-1.252l-3.983,3.983L284.599,262.921z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M284.599,262.921l3.188-3.187
+ c0.439-0.44,0.439-1.154,0-1.594l-1.254-1.252l-3.983,3.983L284.599,262.921z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M284.599,262.921l3.188-3.187
+ c0.439-0.44,0.439-1.154,0-1.594l-1.254-1.252l-3.983,3.983L284.599,262.921z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M284.599,262.921l3.188-3.187
+ c0.439-0.44,0.439-1.154,0-1.594l-1.254-1.252l-3.983,3.983L284.599,262.921z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M239.176,190.407l-7.563-7.562
+ c-0.576-0.577-1.398-0.688-1.841-0.248l-1.754,1.754l8.606,8.606L239.176,190.407z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M239.176,190.407l-7.563-7.562
+ c-0.576-0.577-1.398-0.688-1.841-0.248l-1.754,1.754l8.606,8.606L239.176,190.407z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M239.176,190.407l-7.563-7.562
+ c-0.576-0.577-1.398-0.688-1.841-0.248l-1.754,1.754l8.606,8.606L239.176,190.407z"/>
+
+ <rect x="256.007" y="183.385" transform="matrix(0.7072 -0.707 0.707 0.7072 -74.0854 244.231)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="56.344"/>
+
+ <rect x="256.007" y="183.385" transform="matrix(0.7072 -0.707 0.707 0.7072 -74.0854 244.231)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="56.344"/>
+
+ <rect x="256.007" y="183.385" transform="matrix(0.7072 -0.707 0.707 0.7072 -74.0854 244.231)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="56.344"/>
+
+ <rect x="256.007" y="183.385" transform="matrix(0.7072 -0.707 0.707 0.7072 -74.0854 244.231)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="56.344"/>
+
+ <rect x="281.689" y="232.754" transform="matrix(0.707 -0.7072 0.7072 0.707 -84.729 270.022)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.607" height="9.013"/>
+
+ <rect x="281.689" y="232.754" transform="matrix(0.707 -0.7072 0.7072 0.707 -84.729 270.022)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.607" height="9.013"/>
+
+ <rect x="281.689" y="232.754" transform="matrix(0.707 -0.7072 0.7072 0.707 -84.729 270.022)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.607" height="9.013"/>
+
+ <rect x="281.689" y="232.754" transform="matrix(0.707 -0.7072 0.7072 0.707 -84.729 270.022)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.607" height="9.013"/>
+
+ <rect x="285.085" y="240.361" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -86.1408 273.3463)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="0.587"/>
+
+ <rect x="285.085" y="240.361" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -86.1408 273.3463)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="0.587"/>
+
+ <rect x="285.085" y="240.361" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -86.1408 273.3463)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.606" height="0.587"/>
+
+ <rect x="285.085" y="240.361" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -86.1408 273.3463)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="0.587"/>
+
+ <rect x="285.085" y="240.361" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -86.1408 273.3463)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="0.587"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M290.09,246.42
+ c0.576,0.576,1.398,0.687,1.841,0.246l1.753-1.752l-3.604-3.602l-2.55,2.549L290.09,246.42z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M290.09,246.42
+ c0.576,0.576,1.398,0.687,1.841,0.246l1.753-1.752l-3.604-3.602l-2.55,2.549L290.09,246.42z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M290.09,246.42
+ c0.576,0.576,1.398,0.687,1.841,0.246l1.753-1.752l-3.604-3.602l-2.55,2.549L290.09,246.42z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M290.09,246.42
+ c0.576,0.576,1.398,0.687,1.841,0.246l1.753-1.752l-3.604-3.602l-2.55,2.549L290.09,246.42z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M290.09,246.42
+ c0.576,0.576,1.398,0.687,1.841,0.246l1.753-1.752l-3.604-3.602l-2.55,2.549L290.09,246.42z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M293.725,282.248l-0.837-0.839l-3.985,3.985
+ l1.128,1.13l3.644-3.644C293.861,282.692,293.886,282.408,293.725,282.248z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M293.725,282.248l-0.837-0.839l-3.985,3.985
+ l1.128,1.13l3.644-3.644C293.861,282.692,293.886,282.408,293.725,282.248z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M293.725,282.248l-0.837-0.839l-3.985,3.985
+ l1.128,1.13l3.644-3.644C293.861,282.692,293.886,282.408,293.725,282.248z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M293.725,282.248l-0.837-0.839l-3.985,3.985
+ l1.128,1.13l3.644-3.644C293.861,282.692,293.886,282.408,293.725,282.248z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M293.725,282.248l-0.837-0.839l-3.985,3.985
+ l1.128,1.13l3.644-3.644C293.861,282.692,293.886,282.408,293.725,282.248z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M293.725,282.248l-0.837-0.839l-3.985,3.985
+ l1.128,1.13l3.644-3.644C293.861,282.692,293.886,282.408,293.725,282.248z"/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="269.299,257.821 267.603,256.129
+ 263.62,260.111 265.313,261.806 266.11,261.008 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="269.299,257.821 267.603,256.129
+ 263.62,260.111 265.313,261.806 266.11,261.008 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="269.299,257.821 267.603,256.129
+ 263.62,260.111 265.313,261.806 266.11,261.008 "/>
+ <polygon display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " points="269.299,257.821 267.603,256.129
+ 263.62,260.111 265.313,261.806 266.11,261.008 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="269.299,257.821 267.603,256.129
+ 263.62,260.111 265.313,261.806 266.11,261.008 "/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M265.829,262.12
+ c-0.108-0.381-0.02-0.811,0.281-1.111l-0.797,0.797l0.416,0.416L265.829,262.12z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M265.829,262.12
+ c-0.108-0.381-0.02-0.811,0.281-1.111l-0.797,0.797l0.416,0.416L265.829,262.12z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M265.829,262.12
+ c-0.108-0.381-0.02-0.811,0.281-1.111l-0.797,0.797l0.416,0.416L265.829,262.12z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M265.829,262.12
+ c-0.108-0.381-0.02-0.811,0.281-1.111l-0.797,0.797l0.416,0.416L265.829,262.12z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M265.829,262.12
+ c-0.108-0.381-0.02-0.811,0.281-1.111l-0.797,0.797l0.416,0.416L265.829,262.12z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M265.829,262.12
+ c-0.108-0.381-0.02-0.811,0.281-1.111l-0.797,0.797l0.416,0.416L265.829,262.12z"/>
+
+ <rect x="269.326" y="260.824" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -106.6886 269.1466)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="5.095"/>
+
+ <rect x="269.326" y="260.824" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -106.6886 269.1466)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="5.095"/>
+
+ <rect x="269.326" y="260.824" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -106.6886 269.1466)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="5.095"/>
+
+ <rect x="269.326" y="260.824" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -106.6886 269.1466)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="4.507" height="5.095"/>
+
+ <rect x="269.326" y="260.824" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -106.6886 269.1466)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="5.095"/>
+
+ <rect x="269.326" y="260.824" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -106.6886 269.1466)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="4.507" height="5.095"/>
+
+ <rect x="269.326" y="260.824" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -106.6886 269.1466)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="5.095"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M265.829,262.12l3.885-3.883l-0.415-0.416
+ l-3.188,3.188C265.811,261.309,265.721,261.738,265.829,262.12z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M265.829,262.12l3.885-3.883l-0.415-0.416
+ l-3.188,3.188C265.811,261.309,265.721,261.738,265.829,262.12z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M265.829,262.12l3.885-3.883l-0.415-0.416
+ l-3.188,3.188C265.811,261.309,265.721,261.738,265.829,262.12z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M265.829,262.12l3.885-3.883l-0.415-0.416
+ l-3.188,3.188C265.811,261.309,265.721,261.738,265.829,262.12z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M265.829,262.12l3.885-3.883l-0.415-0.416
+ l-3.188,3.188C265.811,261.309,265.721,261.738,265.829,262.12z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M265.829,262.12l3.885-3.883l-0.415-0.416
+ l-3.188,3.188C265.811,261.309,265.721,261.738,265.829,262.12z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M265.829,262.12l3.885-3.883l-0.415-0.416
+ l-3.188,3.188C265.811,261.309,265.721,261.738,265.829,262.12z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M255.715,244.926
+ c0.188-0.19,0.473-0.214,0.633-0.055l4.022,4.024l5.101-5.1l-15.687-15.683c-0.098-0.097-0.241-0.109-0.324-0.025l-8.935,8.934
+ l11.546,11.545L255.715,244.926z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M255.715,244.926
+ c0.188-0.19,0.473-0.214,0.633-0.055l4.022,4.024l5.101-5.1l-15.687-15.683c-0.098-0.097-0.241-0.109-0.324-0.025l-8.935,8.934
+ l11.546,11.545L255.715,244.926z"/>
+ <path display="inline" opacity="0.4" fill="#FEF4A5" enable-background="new " d="M255.715,244.926
+ c0.188-0.19,0.473-0.214,0.633-0.055l4.022,4.024l5.101-5.1l-15.687-15.683c-0.098-0.097-0.241-0.109-0.324-0.025l-8.935,8.934
+ l11.546,11.545L255.715,244.926z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M255.715,244.926
+ c0.188-0.19,0.473-0.214,0.633-0.055l4.022,4.024l5.101-5.1l-15.687-15.683c-0.098-0.097-0.241-0.109-0.324-0.025l-8.935,8.934
+ l11.546,11.545L255.715,244.926z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M265.08,253.233l4.913-4.912l-1.969-1.968
+ l-5.1,5.098l2.063,2.063C264.937,253.463,264.978,253.335,265.08,253.233z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M265.08,253.233l4.913-4.912l-1.969-1.968
+ l-5.1,5.098l2.063,2.063C264.937,253.463,264.978,253.335,265.08,253.233z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M265.08,253.233l4.913-4.912l-1.969-1.968
+ l-5.1,5.098l2.063,2.063C264.937,253.463,264.978,253.335,265.08,253.233z"/>
+ <path display="inline" opacity="0.4" fill="#FEF4A5" enable-background="new " d="M265.08,253.233l4.913-4.912l-1.969-1.968
+ l-5.1,5.098l2.063,2.063C264.937,253.463,264.978,253.335,265.08,253.233z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M265.08,253.233l4.913-4.912l-1.969-1.968
+ l-5.1,5.098l2.063,2.063C264.937,253.463,264.978,253.335,265.08,253.233z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M260.37,248.895l-4.022-4.024
+ c-0.16-0.16-0.443-0.136-0.633,0.055l-3.644,3.641l0.997,0.998l3.317,3.317L260.37,248.895z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M260.37,248.895l-4.022-4.024
+ c-0.16-0.16-0.443-0.136-0.633,0.055l-3.644,3.641l0.997,0.998l3.317,3.317L260.37,248.895z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M260.37,248.895l-4.022-4.024
+ c-0.16-0.16-0.443-0.136-0.633,0.055l-3.644,3.641l0.997,0.998l3.317,3.317L260.37,248.895z"/>
+ <path display="inline" opacity="0.4" fill="#FEF4A5" enable-background="new " d="M260.37,248.895l-4.022-4.024
+ c-0.16-0.16-0.443-0.136-0.633,0.055l-3.644,3.641l0.997,0.998l3.317,3.317L260.37,248.895z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M260.37,248.895l-4.022-4.024
+ c-0.16-0.16-0.443-0.136-0.633,0.055l-3.644,3.641l0.997,0.998l3.317,3.317L260.37,248.895z"/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="263.62,260.111 267.603,256.129
+ 264.989,253.514 262.926,251.451 258.94,255.434 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="263.62,260.111 267.603,256.129
+ 264.989,253.514 262.926,251.451 258.94,255.434 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="263.62,260.111 267.603,256.129
+ 264.989,253.514 262.926,251.451 258.94,255.434 "/>
+ <polygon display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " points="263.62,260.111 267.603,256.129
+ 264.989,253.514 262.926,251.451 258.94,255.434 "/>
+ <polygon display="inline" opacity="0.4" fill="#FEF4A5" enable-background="new " points="263.62,260.111 267.603,256.129
+ 264.989,253.514 262.926,251.451 258.94,255.434 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="263.62,260.111 267.603,256.129
+ 264.989,253.514 262.926,251.451 258.94,255.434 "/>
+
+ <rect x="279.386" y="265.028" transform="matrix(0.7072 -0.707 0.707 0.7072 -105.4724 278.0511)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.213" height="2.697"/>
+
+ <rect x="279.386" y="265.028" transform="matrix(0.7072 -0.707 0.707 0.7072 -105.4724 278.0511)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.213" height="2.697"/>
+
+ <rect x="279.386" y="265.028" transform="matrix(0.7072 -0.707 0.707 0.7072 -105.4724 278.0511)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.213" height="2.697"/>
+
+ <rect x="279.386" y="265.028" transform="matrix(0.7072 -0.707 0.707 0.7072 -105.4724 278.0511)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="7.213" height="2.697"/>
+
+ <rect x="279.386" y="265.028" transform="matrix(0.7072 -0.707 0.707 0.7072 -105.4724 278.0511)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.213" height="2.697"/>
+
+ <rect x="279.386" y="265.028" transform="matrix(0.7072 -0.707 0.707 0.7072 -105.4724 278.0511)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.213" height="2.697"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M292.888,281.409l4.304-4.302
+ c0.438-0.439,0.438-1.154-0.002-1.594l-8.128-8.127l-5.101,5.098L292.888,281.409z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M292.888,281.409l4.304-4.302
+ c0.438-0.439,0.438-1.154-0.002-1.594l-8.128-8.127l-5.101,5.098L292.888,281.409z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M292.888,281.409l4.304-4.302
+ c0.438-0.439,0.438-1.154-0.002-1.594l-8.128-8.127l-5.101,5.098L292.888,281.409z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M292.888,281.409l4.304-4.302
+ c0.438-0.439,0.438-1.154-0.002-1.594l-8.128-8.127l-5.101,5.098L292.888,281.409z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M292.888,281.409l4.304-4.302
+ c0.438-0.439,0.438-1.154-0.002-1.594l-8.128-8.127l-5.101,5.098L292.888,281.409z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M292.888,281.409l4.304-4.302
+ c0.438-0.439,0.438-1.154-0.002-1.594l-8.128-8.127l-5.101,5.098L292.888,281.409z"/>
+
+ <rect x="279.62" y="260.831" transform="matrix(0.7069 0.7073 -0.7073 0.7069 269.4006 -121.2981)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="7.212"/>
+
+ <rect x="279.62" y="260.831" transform="matrix(0.7069 0.7073 -0.7073 0.7069 269.4006 -121.2981)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="7.212"/>
+
+ <rect x="279.62" y="260.831" transform="matrix(0.7069 0.7073 -0.7073 0.7069 269.4006 -121.2981)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="7.212"/>
+
+ <rect x="279.62" y="260.831" transform="matrix(0.7069 0.7073 -0.7073 0.7069 269.4006 -121.2981)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="2.901" height="7.212"/>
+
+ <rect x="279.62" y="260.831" transform="matrix(0.7069 0.7073 -0.7073 0.7069 269.4006 -121.2981)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="7.212"/>
+
+ <rect x="279.62" y="260.831" transform="matrix(0.7069 0.7073 -0.7073 0.7069 269.4006 -121.2981)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="7.212"/>
+
+ <rect x="279.62" y="260.831" transform="matrix(0.7069 0.7073 -0.7073 0.7069 269.4006 -121.2981)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="7.212"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M280.773,275.671l3.028,3.029
+ c0.439,0.44,0.438,1.155,0,1.594l5.1,5.1l3.985-3.985l-8.927-8.925L280.773,275.671z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M280.773,275.671l3.028,3.029
+ c0.439,0.44,0.438,1.155,0,1.594l5.1,5.1l3.985-3.985l-8.927-8.925L280.773,275.671z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M280.773,275.671l3.028,3.029
+ c0.439,0.44,0.438,1.155,0,1.594l5.1,5.1l3.985-3.985l-8.927-8.925L280.773,275.671z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M280.773,275.671l3.028,3.029
+ c0.439,0.44,0.438,1.155,0,1.594l5.1,5.1l3.985-3.985l-8.927-8.925L280.773,275.671z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M280.773,275.671l3.028,3.029
+ c0.439,0.44,0.438,1.155,0,1.594l5.1,5.1l3.985-3.985l-8.927-8.925L280.773,275.671z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M280.773,275.671l3.028,3.029
+ c0.439,0.44,0.438,1.155,0,1.594l5.1,5.1l3.985-3.985l-8.927-8.925L280.773,275.671z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M280.773,275.671l3.028,3.029
+ c0.439,0.44,0.438,1.155,0,1.594l5.1,5.1l3.985-3.985l-8.927-8.925L280.773,275.671z"/>
+
+ <rect x="277.54" y="268.312" transform="matrix(0.7069 0.7073 -0.7073 0.7069 273.1031 -117.9586)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.697" height="4.507"/>
+
+ <rect x="277.54" y="268.312" transform="matrix(0.7069 0.7073 -0.7073 0.7069 273.1031 -117.9586)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.697" height="4.507"/>
+
+ <rect x="277.54" y="268.312" transform="matrix(0.7069 0.7073 -0.7073 0.7069 273.1031 -117.9586)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.697" height="4.507"/>
+
+ <rect x="277.54" y="268.312" transform="matrix(0.7069 0.7073 -0.7073 0.7069 273.1031 -117.9586)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="2.697" height="4.507"/>
+
+ <rect x="277.54" y="268.312" transform="matrix(0.7069 0.7073 -0.7073 0.7069 273.1031 -117.9586)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="2.697" height="4.507"/>
+
+ <rect x="277.54" y="268.312" transform="matrix(0.7069 0.7073 -0.7073 0.7069 273.1031 -117.9586)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.697" height="4.507"/>
+
+ <rect x="277.54" y="268.312" transform="matrix(0.7069 0.7073 -0.7073 0.7069 273.1031 -117.9586)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.697" height="4.507"/>
+
+ <rect x="273.28" y="263.227" transform="matrix(0.7082 0.706 -0.706 0.7082 267.2759 -115.7733)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.856" height="4.507"/>
+
+ <rect x="273.28" y="263.227" transform="matrix(0.7082 0.706 -0.706 0.7082 267.2759 -115.7733)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.856" height="4.507"/>
+
+ <rect x="273.28" y="263.227" transform="matrix(0.7082 0.706 -0.706 0.7082 267.2759 -115.7733)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.856" height="4.507"/>
+
+ <rect x="273.28" y="263.227" transform="matrix(0.7082 0.706 -0.706 0.7082 267.2759 -115.7733)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="0.856" height="4.507"/>
+
+ <rect x="273.28" y="263.227" transform="matrix(0.7082 0.706 -0.706 0.7082 267.2759 -115.7733)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.856" height="4.507"/>
+
+ <rect x="273.28" y="263.227" transform="matrix(0.7082 0.706 -0.706 0.7082 267.2759 -115.7733)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="0.856" height="4.507"/>
+
+ <rect x="273.28" y="263.227" transform="matrix(0.7082 0.706 -0.706 0.7082 267.2759 -115.7733)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.856" height="4.507"/>
+
+ <rect x="273.28" y="263.227" transform="matrix(0.7082 0.706 -0.706 0.7082 267.2759 -115.7733)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.856" height="4.507"/>
+
+ <rect x="274.563" y="267.158" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -108.8569 274.4126)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.508" height="2.901"/>
+
+ <rect x="274.563" y="267.158" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -108.8569 274.4126)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.508" height="2.901"/>
+
+ <rect x="274.563" y="267.158" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -108.8569 274.4126)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.508" height="2.901"/>
+
+ <rect x="274.563" y="267.158" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -108.8569 274.4126)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="4.508" height="2.901"/>
+
+ <rect x="274.563" y="267.158" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -108.8569 274.4126)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.508" height="2.901"/>
+
+ <rect x="274.563" y="267.158" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -108.8569 274.4126)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="4.508" height="2.901"/>
+
+ <rect x="274.563" y="267.158" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -108.8569 274.4126)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.508" height="2.901"/>
+
+ <rect x="274.563" y="267.158" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -108.8569 274.4126)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.508" height="2.901"/>
+
+ <rect x="269.085" y="262.824" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 647.9647 262.3474)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.127" height="5.095"/>
+
+ <rect x="269.085" y="262.824" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 647.9647 262.3474)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.127" height="5.095"/>
+
+ <rect x="269.085" y="262.824" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 647.9647 262.3474)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.127" height="5.095"/>
+
+ <rect x="269.085" y="262.824" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 647.9647 262.3474)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="1.127" height="5.095"/>
+
+ <rect x="269.085" y="262.824" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 647.9647 262.3474)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.127" height="5.095"/>
+
+ <rect x="269.085" y="262.824" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 647.9647 262.3474)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="1.127" height="5.095"/>
+
+ <rect x="269.085" y="262.824" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 647.9647 262.3474)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.127" height="5.095"/>
+
+ <rect x="269.085" y="262.824" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 647.9647 262.3474)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.127" height="5.095"/>
+
+ <rect x="276.298" y="271.182" transform="matrix(0.7082 -0.706 0.706 0.7082 -111.6212 275.0001)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.129" height="2.697"/>
+
+ <rect x="276.298" y="271.182" transform="matrix(0.7082 -0.706 0.706 0.7082 -111.6212 275.0001)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.129" height="2.697"/>
+
+ <rect x="276.298" y="271.182" transform="matrix(0.7082 -0.706 0.706 0.7082 -111.6212 275.0001)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.129" height="2.697"/>
+
+ <rect x="276.298" y="271.182" transform="matrix(0.7082 -0.706 0.706 0.7082 -111.6212 275.0001)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="1.129" height="2.697"/>
+
+ <rect x="276.298" y="271.182" transform="matrix(0.7082 -0.706 0.706 0.7082 -111.6212 275.0001)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="1.129" height="2.697"/>
+
+ <rect x="276.298" y="271.182" transform="matrix(0.7082 -0.706 0.706 0.7082 -111.6212 275.0001)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.129" height="2.697"/>
+
+ <rect x="276.298" y="271.182" transform="matrix(0.7082 -0.706 0.706 0.7082 -111.6212 275.0001)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.129" height="2.697"/>
+
+ <rect x="276.298" y="271.182" transform="matrix(0.7082 -0.706 0.706 0.7082 -111.6212 275.0001)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.129" height="2.697"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M283.803,280.294
+ c0.438-0.439,0.439-1.154,0-1.594l-3.028-3.029l-0.798,0.797L283.803,280.294z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M283.803,280.294
+ c0.438-0.439,0.439-1.154,0-1.594l-3.028-3.029l-0.798,0.797L283.803,280.294z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M283.803,280.294
+ c0.438-0.439,0.439-1.154,0-1.594l-3.028-3.029l-0.798,0.797L283.803,280.294z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M283.803,280.294
+ c0.438-0.439,0.439-1.154,0-1.594l-3.028-3.029l-0.798,0.797L283.803,280.294z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M283.803,280.294
+ c0.438-0.439,0.439-1.154,0-1.594l-3.028-3.029l-0.798,0.797L283.803,280.294z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M283.803,280.294
+ c0.438-0.439,0.439-1.154,0-1.594l-3.028-3.029l-0.798,0.797L283.803,280.294z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M283.803,280.294
+ c0.438-0.439,0.439-1.154,0-1.594l-3.028-3.029l-0.798,0.797L283.803,280.294z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M283.803,280.294
+ c0.438-0.439,0.439-1.154,0-1.594l-3.028-3.029l-0.798,0.797L283.803,280.294z"/>
+
+ <rect x="273.419" y="270.036" transform="matrix(0.7073 0.7069 -0.7069 0.7073 271.759 -115.104)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="1.128"/>
+
+ <rect x="273.419" y="270.036" transform="matrix(0.7073 0.7069 -0.7069 0.7073 271.759 -115.104)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="1.128"/>
+
+ <rect x="273.419" y="270.036" transform="matrix(0.7073 0.7069 -0.7069 0.7073 271.759 -115.104)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="1.128"/>
+
+ <rect x="273.419" y="270.036" transform="matrix(0.7073 0.7069 -0.7069 0.7073 271.759 -115.104)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="2.901" height="1.128"/>
+
+ <rect x="273.419" y="270.036" transform="matrix(0.7073 0.7069 -0.7069 0.7073 271.759 -115.104)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="1.128"/>
+
+ <rect x="273.419" y="270.036" transform="matrix(0.7073 0.7069 -0.7069 0.7073 271.759 -115.104)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="2.901" height="1.128"/>
+
+ <rect x="273.419" y="270.036" transform="matrix(0.7073 0.7069 -0.7069 0.7073 271.759 -115.104)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="1.128"/>
+
+ <rect x="273.419" y="270.036" transform="matrix(0.7073 0.7069 -0.7069 0.7073 271.759 -115.104)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="1.128"/>
+
+ <rect x="273.419" y="270.036" transform="matrix(0.7073 0.7069 -0.7069 0.7073 271.759 -115.104)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="1.128"/>
+
+ <rect x="271.33" y="266.892" transform="matrix(0.7071 0.7071 -0.7071 0.7071 268.7164 -113.8251)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="1.129"/>
+
+ <rect x="271.33" y="266.892" transform="matrix(0.7071 0.7071 -0.7071 0.7071 268.7164 -113.8251)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="1.129"/>
+
+ <rect x="271.33" y="266.892" transform="matrix(0.7071 0.7071 -0.7071 0.7071 268.7164 -113.8251)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="1.129"/>
+
+ <rect x="271.33" y="266.892" transform="matrix(0.7071 0.7071 -0.7071 0.7071 268.7164 -113.8251)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="0.855" height="1.129"/>
+
+ <rect x="271.33" y="266.892" transform="matrix(0.7071 0.7071 -0.7071 0.7071 268.7164 -113.8251)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="1.129"/>
+
+ <rect x="271.33" y="266.892" transform="matrix(0.7071 0.7071 -0.7071 0.7071 268.7164 -113.8251)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="0.855" height="1.129"/>
+
+ <rect x="271.33" y="266.892" transform="matrix(0.7071 0.7071 -0.7071 0.7071 268.7164 -113.8251)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="1.129"/>
+
+ <rect x="271.33" y="266.892" transform="matrix(0.7071 0.7071 -0.7071 0.7071 268.7164 -113.8251)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="1.129"/>
+
+ <rect x="271.33" y="266.892" transform="matrix(0.7071 0.7071 -0.7071 0.7071 268.7164 -113.8251)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="1.129"/>
+
+ <rect x="235.982" y="313.507" transform="matrix(0.7071 0.7071 -0.7071 0.7071 297.6494 -87.969)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="38.061" height="3.606"/>
+
+ <rect x="235.982" y="313.507" transform="matrix(0.7071 0.7071 -0.7071 0.7071 297.6494 -87.969)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="38.061" height="3.606"/>
+
+ <rect x="235.982" y="313.507" transform="matrix(0.7071 0.7071 -0.7071 0.7071 297.6494 -87.969)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="38.061" height="3.606"/>
+
+ <rect x="235.885" y="295.001" transform="matrix(-0.7068 0.7074 -0.7074 -0.7068 616.4752 340.4615)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="5.95"/>
+
+ <rect x="235.885" y="295.001" transform="matrix(-0.7068 0.7074 -0.7074 -0.7068 616.4752 340.4615)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="5.95"/>
+
+ <rect x="235.885" y="295.001" transform="matrix(-0.7068 0.7074 -0.7074 -0.7068 616.4752 340.4615)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="5.95"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M308.982,330.339l1.779,1.779
+ c0.705-0.566,1.4-1.144,2.095-1.732l-1.963-1.959L308.982,330.339z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M308.982,330.339l1.779,1.779
+ c0.705-0.566,1.4-1.144,2.095-1.732l-1.963-1.959L308.982,330.339z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M308.982,330.339l1.779,1.779
+ c0.705-0.566,1.4-1.144,2.095-1.732l-1.963-1.959L308.982,330.339z"/>
+
+ <rect x="237.639" y="290.524" transform="matrix(-0.7073 0.7069 -0.7069 -0.7073 620.8368 329.9261)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="5.954"/>
+
+ <rect x="237.639" y="290.524" transform="matrix(-0.7073 0.7069 -0.7069 -0.7073 620.8368 329.9261)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="5.954"/>
+
+ <rect x="237.639" y="290.524" transform="matrix(-0.7073 0.7069 -0.7069 -0.7073 620.8368 329.9261)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="5.954"/>
+
+ <rect x="237.639" y="290.524" transform="matrix(-0.7073 0.7069 -0.7069 -0.7073 620.8368 329.9261)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="5.954"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M265.465,310.51l-16.279-16.277l-6.322,6.324
+ l26.914,26.914l17.371-17.37c0.441-0.442,1.153-0.442,1.595-0.002l20.24,20.241l1.911-1.912l-31.383-31.386l-13.414,13.416
+ C265.906,310.646,265.625,310.67,265.465,310.51z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M265.465,310.51l-16.279-16.277l-6.322,6.324
+ l26.914,26.914l17.371-17.37c0.441-0.442,1.153-0.442,1.595-0.002l20.24,20.241l1.911-1.912l-31.383-31.386l-13.414,13.416
+ C265.906,310.646,265.625,310.67,265.465,310.51z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M265.465,310.51l-16.279-16.277l-6.322,6.324
+ l26.914,26.914l17.371-17.37c0.441-0.442,1.153-0.442,1.595-0.002l20.24,20.241l1.911-1.912l-31.383-31.386l-13.414,13.416
+ C265.906,310.646,265.625,310.67,265.465,310.51z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M265.465,310.51l-16.279-16.277l-6.322,6.324
+ l26.914,26.914l17.371-17.37c0.441-0.442,1.153-0.442,1.595-0.002l20.24,20.241l1.911-1.912l-31.383-31.386l-13.414,13.416
+ C265.906,310.646,265.625,310.67,265.465,310.51z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M228.342,286.034l-2.424,2.425
+ c0.083,0.242,0.229,0.48,0.438,0.689l5.809,5.809l2.551-2.55L228.342,286.034z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M228.342,286.034l-2.424,2.425
+ c0.083,0.242,0.229,0.48,0.438,0.689l5.809,5.809l2.551-2.55L228.342,286.034z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M228.342,286.034l-2.424,2.425
+ c0.083,0.242,0.229,0.48,0.438,0.689l5.809,5.809l2.551-2.55L228.342,286.034z"/>
+
+ <rect x="230.222" y="281.595" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 602.9509 322.4371)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.941" height="9.012"/>
+
+ <rect x="230.222" y="281.595" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 602.9509 322.4371)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.941" height="9.012"/>
+
+ <rect x="230.222" y="281.595" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 602.9509 322.4371)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="8.941" height="9.012"/>
+
+ <rect x="230.222" y="281.595" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 602.9509 322.4371)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.941" height="9.012"/>
+
+ <rect x="233.384" y="292.068" transform="matrix(-0.7088 -0.7054 0.7054 -0.7088 191.9904 667.0033)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.588" height="3.605"/>
+
+ <rect x="233.384" y="292.068" transform="matrix(-0.7088 -0.7054 0.7054 -0.7088 191.9904 667.0033)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.588" height="3.605"/>
+
+ <rect x="233.384" y="292.068" transform="matrix(-0.7088 -0.7054 0.7054 -0.7088 191.9904 667.0033)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="0.588" height="3.605"/>
+
+ <rect x="233.384" y="292.068" transform="matrix(-0.7088 -0.7054 0.7054 -0.7088 191.9904 667.0033)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.588" height="3.605"/>
+
+ <rect x="233.621" y="289.212" transform="matrix(-0.707 0.7072 -0.7072 -0.707 611.1678 325.8024)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="0.588"/>
+
+ <rect x="233.621" y="289.212" transform="matrix(-0.707 0.7072 -0.7072 -0.707 611.1678 325.8024)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="0.588"/>
+
+ <rect x="233.621" y="289.212" transform="matrix(-0.707 0.7072 -0.7072 -0.707 611.1678 325.8024)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="0.588"/>
+
+ <rect x="233.621" y="289.212" transform="matrix(-0.707 0.7072 -0.7072 -0.707 611.1678 325.8024)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="8.944" height="0.588"/>
+
+ <rect x="233.621" y="289.212" transform="matrix(-0.707 0.7072 -0.7072 -0.707 611.1678 325.8024)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="0.588"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M267.227,330.018l17.053,17.054
+ c1.229-0.453,2.452-0.929,3.668-1.433l-18.17-18.169L267.227,330.018z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M267.227,330.018l17.053,17.054
+ c1.229-0.453,2.452-0.929,3.668-1.433l-18.17-18.169L267.227,330.018z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M267.227,330.018l17.053,17.054
+ c1.229-0.453,2.452-0.929,3.668-1.433l-18.17-18.169L267.227,330.018z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M267.227,330.018l17.053,17.054
+ c1.229-0.453,2.452-0.929,3.668-1.433l-18.17-18.169L267.227,330.018z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M299.344,339.979
+ c3.948-2.31,7.768-4.929,11.419-7.86l-1.779-1.779L299.344,339.979z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M299.344,339.979
+ c3.948-2.31,7.768-4.929,11.419-7.86l-1.779-1.779L299.344,339.979z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M299.344,339.979
+ c3.948-2.31,7.768-4.929,11.419-7.86l-1.779-1.779L299.344,339.979z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M299.344,339.979
+ c3.948-2.31,7.768-4.929,11.419-7.86l-1.779-1.779L299.344,339.979z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M288.742,310.098
+ c-0.44-0.44-1.152-0.44-1.595,0.002l-17.371,17.37l18.17,18.169c3.895-1.614,7.702-3.5,11.396-5.66l9.64-9.64L288.742,310.098z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M288.742,310.098
+ c-0.44-0.44-1.152-0.44-1.595,0.002l-17.371,17.37l18.17,18.169c3.895-1.614,7.702-3.5,11.396-5.66l9.64-9.64L288.742,310.098z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M288.742,310.098
+ c-0.44-0.44-1.152-0.44-1.595,0.002l-17.371,17.37l18.17,18.169c3.895-1.614,7.702-3.5,11.396-5.66l9.64-9.64L288.742,310.098z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M288.742,310.098
+ c-0.44-0.44-1.152-0.44-1.595,0.002l-17.371,17.37l18.17,18.169c3.895-1.614,7.702-3.5,11.396-5.66l9.64-9.64L288.742,310.098z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M288.742,310.098
+ c-0.44-0.44-1.152-0.44-1.595,0.002l-17.371,17.37l18.17,18.169c3.895-1.614,7.702-3.5,11.396-5.66l9.64-9.64L288.742,310.098z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M267.227,296.869
+ c-0.439,0.441-1.153,0.441-1.594,0l-9.543-9.541l-6.904,6.904l16.279,16.277c0.16,0.161,0.441,0.136,0.633-0.052l13.414-13.416
+ l-6.23-6.228L267.227,296.869z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M267.227,296.869
+ c-0.439,0.441-1.153,0.441-1.594,0l-9.543-9.541l-6.904,6.904l16.279,16.277c0.16,0.161,0.441,0.136,0.633-0.052l13.414-13.416
+ l-6.23-6.228L267.227,296.869z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M267.227,296.869
+ c-0.439,0.441-1.153,0.441-1.594,0l-9.543-9.541l-6.904,6.904l16.279,16.277c0.16,0.161,0.441,0.136,0.633-0.052l13.414-13.416
+ l-6.23-6.228L267.227,296.869z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M267.227,296.869
+ c-0.439,0.441-1.153,0.441-1.594,0l-9.543-9.541l-6.904,6.904l16.279,16.277c0.16,0.161,0.441,0.136,0.633-0.052l13.414-13.416
+ l-6.23-6.228L267.227,296.869z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M267.227,296.869
+ c-0.439,0.441-1.153,0.441-1.594,0l-9.543-9.541l-6.904,6.904l16.279,16.277c0.16,0.161,0.441,0.136,0.633-0.052l13.414-13.416
+ l-6.23-6.228L267.227,296.869z"/>
+
+ <rect x="245.807" y="281.976" transform="matrix(0.7069 0.7073 -0.7073 0.7069 275.7947 -91.8902)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.951" height="9.766"/>
+
+ <rect x="245.807" y="281.976" transform="matrix(0.7069 0.7073 -0.7073 0.7069 275.7947 -91.8902)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.951" height="9.766"/>
+
+ <rect x="245.807" y="281.976" transform="matrix(0.7069 0.7073 -0.7073 0.7069 275.7947 -91.8902)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.951" height="9.766"/>
+
+ <rect x="245.807" y="281.976" transform="matrix(0.7069 0.7073 -0.7073 0.7069 275.7947 -91.8902)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="5.951" height="9.766"/>
+
+ <rect x="245.807" y="281.976" transform="matrix(0.7069 0.7073 -0.7073 0.7069 275.7947 -91.8902)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.951" height="9.766"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M248.983,266.517
+ c-0.207-0.209-0.445-0.354-0.688-0.438l-13.634,13.632l6.373,6.371l13.759-13.757L248.983,266.517z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M248.983,266.517
+ c-0.207-0.209-0.445-0.354-0.688-0.438l-13.634,13.632l6.373,6.371l13.759-13.757L248.983,266.517z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M248.983,266.517
+ c-0.207-0.209-0.445-0.354-0.688-0.438l-13.634,13.632l6.373,6.371l13.759-13.757L248.983,266.517z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M248.983,266.517
+ c-0.207-0.209-0.445-0.354-0.688-0.438l-13.634,13.632l6.373,6.371l13.759-13.757L248.983,266.517z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M248.983,266.517
+ c-0.207-0.209-0.445-0.354-0.688-0.438l-13.634,13.632l6.373,6.371l13.759-13.757L248.983,266.517z"/>
+
+ <rect x="238.372" y="279.086" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 621.0859 301.4985)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="19.456" height="0.588"/>
+
+ <rect x="238.372" y="279.086" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 621.0859 301.4985)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="19.456" height="0.588"/>
+
+ <rect x="238.372" y="279.086" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 621.0859 301.4985)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="19.456" height="0.588"/>
+
+ <rect x="238.372" y="279.086" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 621.0859 301.4985)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="19.456" height="0.588"/>
+
+ <rect x="238.372" y="279.086" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 621.0859 301.4985)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="19.456" height="0.588"/>
+
+ <rect x="238.372" y="279.086" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 621.0859 301.4985)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="19.456" height="0.588"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M263.239,293.207
+ c-0.284,0.286-0.526,0.501-0.542,0.487l-2.5-2.502c-0.017-0.014,0.2-0.256,0.485-0.54l6.219-6.22l-3.959-3.956l-6.854,6.853
+ l9.543,9.541c0.439,0.441,1.153,0.441,1.594,0l6.055-6.055l-3.821-3.825L263.239,293.207z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M263.239,293.207
+ c-0.284,0.286-0.526,0.501-0.542,0.487l-2.5-2.502c-0.017-0.014,0.2-0.256,0.485-0.54l6.219-6.22l-3.959-3.956l-6.854,6.853
+ l9.543,9.541c0.439,0.441,1.153,0.441,1.594,0l6.055-6.055l-3.821-3.825L263.239,293.207z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M263.239,293.207
+ c-0.284,0.286-0.526,0.501-0.542,0.487l-2.5-2.502c-0.017-0.014,0.2-0.256,0.485-0.54l6.219-6.22l-3.959-3.956l-6.854,6.853
+ l9.543,9.541c0.439,0.441,1.153,0.441,1.594,0l6.055-6.055l-3.821-3.825L263.239,293.207z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M263.239,293.207
+ c-0.284,0.286-0.526,0.501-0.542,0.487l-2.5-2.502c-0.017-0.014,0.2-0.256,0.485-0.54l6.219-6.22l-3.959-3.956l-6.854,6.853
+ l9.543,9.541c0.439,0.441,1.153,0.441,1.594,0l6.055-6.055l-3.821-3.825L263.239,293.207z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M263.239,293.207
+ c-0.284,0.286-0.526,0.501-0.542,0.487l-2.5-2.502c-0.017-0.014,0.2-0.256,0.485-0.54l6.219-6.22l-3.959-3.956l-6.854,6.853
+ l9.543,9.541c0.439,0.441,1.153,0.441,1.594,0l6.055-6.055l-3.821-3.825L263.239,293.207z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M263.239,293.207
+ c-0.284,0.286-0.526,0.501-0.542,0.487l-2.5-2.502c-0.017-0.014,0.2-0.256,0.485-0.54l6.219-6.22l-3.959-3.956l-6.854,6.853
+ l9.543,9.541c0.439,0.441,1.153,0.441,1.594,0l6.055-6.055l-3.821-3.825L263.239,293.207z"/>
+
+ <rect x="252.618" y="275.162" transform="matrix(0.7074 0.7069 -0.7069 0.7074 272.7249 -98.7254)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.95" height="9.692"/>
+
+ <rect x="252.618" y="275.162" transform="matrix(0.7074 0.7069 -0.7069 0.7074 272.7249 -98.7254)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.95" height="9.692"/>
+
+ <rect x="252.618" y="275.162" transform="matrix(0.7074 0.7069 -0.7069 0.7074 272.7249 -98.7254)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.95" height="9.692"/>
+
+ <rect x="252.618" y="275.162" transform="matrix(0.7074 0.7069 -0.7069 0.7074 272.7249 -98.7254)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="5.95" height="9.692"/>
+
+ <rect x="252.618" y="275.162" transform="matrix(0.7074 0.7069 -0.7069 0.7074 272.7249 -98.7254)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.95" height="9.692"/>
+
+ <rect x="252.618" y="275.162" transform="matrix(0.7074 0.7069 -0.7069 0.7074 272.7249 -98.7254)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.95" height="9.692"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M194.978,217.393l-17.339-17.338
+ c-7.124,9.021-12.367,19.04-15.73,29.531l10.439,10.439L194.978,217.393z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M194.978,217.393l-17.339-17.338
+ c-7.124,9.021-12.367,19.04-15.73,29.531l10.439,10.439L194.978,217.393z"/>
+
+ <rect x="182.783" y="214.91" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 154.138 525.6708)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="6.313" height="32.005"/>
+
+ <rect x="182.783" y="214.91" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 154.138 525.6708)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="6.313" height="32.005"/>
+
+ <rect x="182.783" y="214.91" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 154.138 525.6708)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="6.313" height="32.005"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M186.741,242.843L203.585,226l-4.145-4.143
+ l-22.632,22.63l38.932,38.93c0.409,0.407,1.098,0.384,1.536-0.058l4.195-4.196l-34.73-34.728
+ C186.303,243.996,186.303,243.283,186.741,242.843z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M186.741,242.843L203.585,226l-4.145-4.143
+ l-22.632,22.63l38.932,38.93c0.409,0.407,1.098,0.384,1.536-0.058l4.195-4.196l-34.73-34.728
+ C186.303,243.996,186.303,243.283,186.741,242.843z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M186.741,242.843L203.585,226l-4.145-4.143
+ l-22.632,22.63l38.932,38.93c0.409,0.407,1.098,0.384,1.536-0.058l4.195-4.196l-34.73-34.728
+ C186.303,243.996,186.303,243.283,186.741,242.843z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M186.741,242.843L203.585,226l-4.145-4.143
+ l-22.632,22.63l38.932,38.93c0.409,0.407,1.098,0.384,1.536-0.058l4.195-4.196l-34.73-34.728
+ C186.303,243.996,186.303,243.283,186.741,242.843z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M238.315,262.323
+ c0.438-0.442,0.465-1.128,0.053-1.537L203.585,226l-16.844,16.843c-0.438,0.44-0.438,1.153,0,1.594l34.73,34.728l6.666-6.667
+ L238.315,262.323z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M238.315,262.323
+ c0.438-0.442,0.465-1.128,0.053-1.537L203.585,226l-16.844,16.843c-0.438,0.44-0.438,1.153,0,1.594l34.73,34.728l6.666-6.667
+ L238.315,262.323z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M238.315,262.323
+ c0.438-0.442,0.465-1.128,0.053-1.537L203.585,226l-16.844,16.843c-0.438,0.44-0.438,1.153,0,1.594l34.73,34.728l6.666-6.667
+ L238.315,262.323z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M238.315,262.323
+ c0.438-0.442,0.465-1.128,0.053-1.537L203.585,226l-16.844,16.843c-0.438,0.44-0.438,1.153,0,1.594l34.73,34.728l6.666-6.667
+ L238.315,262.323z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M238.315,262.323
+ c0.438-0.442,0.465-1.128,0.053-1.537L203.585,226l-16.844,16.843c-0.438,0.44-0.438,1.153,0,1.594l34.73,34.728l6.666-6.667
+ L238.315,262.323z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M284.599,242.523l0.104-0.104l-4.309-4.308
+ c-0.054-0.053-0.181-0.012-0.281,0.091l-6.135,6.132l4.405,4.403L284.599,242.523z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M284.599,242.523l0.104-0.104l-4.309-4.308
+ c-0.054-0.053-0.181-0.012-0.281,0.091l-6.135,6.132l4.405,4.403L284.599,242.523z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M284.599,242.523l0.104-0.104l-4.309-4.308
+ c-0.054-0.053-0.181-0.012-0.281,0.091l-6.135,6.132l4.405,4.403L284.599,242.523z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M284.599,242.523l0.104-0.104l-4.309-4.308
+ c-0.054-0.053-0.181-0.012-0.281,0.091l-6.135,6.132l4.405,4.403L284.599,242.523z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M284.713,242.431l-0.011-0.011l-0.104,0.104
+ C284.634,242.489,284.674,242.461,284.713,242.431z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M284.713,242.431l-0.011-0.011l-0.104,0.104
+ C284.634,242.489,284.674,242.461,284.713,242.431z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M284.713,242.431l-0.011-0.011l-0.104,0.104
+ C284.634,242.489,284.674,242.461,284.713,242.431z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M284.713,242.431l-0.011-0.011l-0.104,0.104
+ C284.634,242.489,284.674,242.461,284.713,242.431z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M284.713,242.431l-0.011-0.011l-0.104,0.104
+ C284.634,242.489,284.674,242.461,284.713,242.431z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M278.384,248.739l0.415,0.415l6.317-6.318
+ l-0.403-0.405c-0.039,0.031-0.079,0.059-0.114,0.093L278.384,248.739z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M278.384,248.739l0.415,0.415l6.317-6.318
+ l-0.403-0.405c-0.039,0.031-0.079,0.059-0.114,0.093L278.384,248.739z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M278.384,248.739l0.415,0.415l6.317-6.318
+ l-0.403-0.405c-0.039,0.031-0.079,0.059-0.114,0.093L278.384,248.739z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M278.384,248.739l0.415,0.415l6.317-6.318
+ l-0.403-0.405c-0.039,0.031-0.079,0.059-0.114,0.093L278.384,248.739z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M278.384,248.739l0.415,0.415l6.317-6.318
+ l-0.403-0.405c-0.039,0.031-0.079,0.059-0.114,0.093L278.384,248.739z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M278.384,248.739l0.415,0.415l6.317-6.318
+ l-0.403-0.405c-0.039,0.031-0.079,0.059-0.114,0.093L278.384,248.739z"/>
+
+ <rect x="281.249" y="246.862" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -92.976 275.2237)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.939" height="5.951"/>
+
+ <rect x="281.249" y="246.862" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -92.976 275.2237)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.939" height="5.951"/>
+
+ <rect x="281.249" y="246.862" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -92.976 275.2237)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.939" height="5.951"/>
+
+ <rect x="281.249" y="246.862" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -92.976 275.2237)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="8.939" height="5.951"/>
+
+ <rect x="281.249" y="246.862" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -92.976 275.2237)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.939" height="5.951"/>
+
+ <rect x="281.249" y="246.862" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -92.976 275.2237)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="8.939" height="5.951"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M272.553,251.179l-4.949,4.95l1.695,1.691
+ l9.085-9.082l-4.405-4.403l-3.984,3.985l2.533,2.534C272.627,250.951,272.637,251.097,272.553,251.179z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M272.553,251.179l-4.949,4.95l1.695,1.691
+ l9.085-9.082l-4.405-4.403l-3.984,3.985l2.533,2.534C272.627,250.951,272.637,251.097,272.553,251.179z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M272.553,251.179l-4.949,4.95l1.695,1.691
+ l9.085-9.082l-4.405-4.403l-3.984,3.985l2.533,2.534C272.627,250.951,272.637,251.097,272.553,251.179z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M272.553,251.179l-4.949,4.95l1.695,1.691
+ l9.085-9.082l-4.405-4.403l-3.984,3.985l2.533,2.534C272.627,250.951,272.637,251.097,272.553,251.179z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M272.553,251.179l-4.949,4.95l1.695,1.691
+ l9.085-9.082l-4.405-4.403l-3.984,3.985l2.533,2.534C272.627,250.951,272.637,251.097,272.553,251.179z"/>
+
+ <rect x="273.729" y="247.065" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 288.5433 626.4946)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.587" height="12.846"/>
+
+ <rect x="273.729" y="247.065" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 288.5433 626.4946)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.587" height="12.846"/>
+
+ <rect x="273.729" y="247.065" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 288.5433 626.4946)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.587" height="12.846"/>
+
+ <rect x="273.729" y="247.065" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 288.5433 626.4946)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="0.587" height="12.846"/>
+
+ <rect x="273.729" y="247.065" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 288.5433 626.4946)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.587" height="12.846"/>
+
+ <rect x="273.729" y="247.065" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 288.5433 626.4946)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.587" height="12.846"/>
+
+ <rect x="273.729" y="247.065" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 288.5433 626.4946)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="0.587" height="12.846"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M275.035,263.56l4.306-4.305
+ c0.371-0.373,0.94-0.426,1.375-0.165l4.01-4.008l-4.209-4.208l-9.083,9.083L275.035,263.56z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M275.035,263.56l4.306-4.305
+ c0.371-0.373,0.94-0.426,1.375-0.165l4.01-4.008l-4.209-4.208l-9.083,9.083L275.035,263.56z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M275.035,263.56l4.306-4.305
+ c0.371-0.373,0.94-0.426,1.375-0.165l4.01-4.008l-4.209-4.208l-9.083,9.083L275.035,263.56z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M275.035,263.56l4.306-4.305
+ c0.371-0.373,0.94-0.426,1.375-0.165l4.01-4.008l-4.209-4.208l-9.083,9.083L275.035,263.56z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M275.035,263.56l4.306-4.305
+ c0.371-0.373,0.94-0.426,1.375-0.165l4.01-4.008l-4.209-4.208l-9.083,9.083L275.035,263.56z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M275.035,263.56l4.306-4.305
+ c0.371-0.373,0.94-0.426,1.375-0.165l4.01-4.008l-4.209-4.208l-9.083,9.083L275.035,263.56z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M275.035,263.56l4.306-4.305
+ c0.371-0.373,0.94-0.426,1.375-0.165l4.01-4.008l-4.209-4.208l-9.083,9.083L275.035,263.56z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M264.989,253.514l2.613,2.616l4.949-4.95
+ c0.084-0.083,0.073-0.228-0.025-0.325l-2.533-2.534l-4.913,4.912C264.978,253.335,264.937,253.463,264.989,253.514z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M264.989,253.514l2.613,2.616l4.949-4.95
+ c0.084-0.083,0.073-0.228-0.025-0.325l-2.533-2.534l-4.913,4.912C264.978,253.335,264.937,253.463,264.989,253.514z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M264.989,253.514l2.613,2.616l4.949-4.95
+ c0.084-0.083,0.073-0.228-0.025-0.325l-2.533-2.534l-4.913,4.912C264.978,253.335,264.937,253.463,264.989,253.514z"/>
+ <path display="inline" opacity="0.4" fill="#FEF4A5" enable-background="new " d="M264.989,253.514l2.613,2.616l4.949-4.95
+ c0.084-0.083,0.073-0.228-0.025-0.325l-2.533-2.534l-4.913,4.912C264.978,253.335,264.937,253.463,264.989,253.514z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M264.989,253.514l2.613,2.616l4.949-4.95
+ c0.084-0.083,0.073-0.228-0.025-0.325l-2.533-2.534l-4.913,4.912C264.978,253.335,264.937,253.463,264.989,253.514z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M264.989,253.514l2.613,2.616l4.949-4.95
+ c0.084-0.083,0.073-0.228-0.025-0.325l-2.533-2.534l-4.913,4.912C264.978,253.335,264.937,253.463,264.989,253.514z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M279.341,259.255l-4.306,4.305l0.605,0.604
+ l5.074-5.074C280.281,258.829,279.712,258.883,279.341,259.255z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M279.341,259.255l-4.306,4.305l0.605,0.604
+ l5.074-5.074C280.281,258.829,279.712,258.883,279.341,259.255z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M279.341,259.255l-4.306,4.305l0.605,0.604
+ l5.074-5.074C280.281,258.829,279.712,258.883,279.341,259.255z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M279.341,259.255l-4.306,4.305l0.605,0.604
+ l5.074-5.074C280.281,258.829,279.712,258.883,279.341,259.255z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M279.341,259.255l-4.306,4.305l0.605,0.604
+ l5.074-5.074C280.281,258.829,279.712,258.883,279.341,259.255z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M279.341,259.255l-4.306,4.305l0.605,0.604
+ l5.074-5.074C280.281,258.829,279.712,258.883,279.341,259.255z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M279.341,259.255l-4.306,4.305l0.605,0.604
+ l5.074-5.074C280.281,258.829,279.712,258.883,279.341,259.255z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M279.341,259.255l-4.306,4.305l0.605,0.604
+ l5.074-5.074C280.281,258.829,279.712,258.883,279.341,259.255z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M306.879,207.5
+ c0.346-0.347,0.613-0.639,0.597-0.655l-2.498-2.5c-0.016-0.014-0.309,0.251-0.655,0.598l-5.224,5.225l2.558,2.555L306.879,207.5z"
+ />
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M306.879,207.5
+ c0.346-0.347,0.613-0.639,0.597-0.655l-2.498-2.5c-0.016-0.014-0.309,0.251-0.655,0.598l-5.224,5.225l2.558,2.555L306.879,207.5z"
+ />
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M306.879,207.5
+ c0.346-0.347,0.613-0.639,0.597-0.655l-2.498-2.5c-0.016-0.014-0.309,0.251-0.655,0.598l-5.224,5.225l2.558,2.555L306.879,207.5z"
+ />
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M226.106,287.306l1.753-1.753l-2.075-2.076
+ l-9.366,9.37c-0.347,0.345-0.612,0.637-0.598,0.653l2.499,2.5c0.018,0.016,0.311-0.253,0.654-0.597l6.943-6.945
+ C225.771,288.027,225.825,287.587,226.106,287.306z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M226.106,287.306l1.753-1.753l-2.075-2.076
+ l-9.366,9.37c-0.347,0.345-0.612,0.637-0.598,0.653l2.499,2.5c0.018,0.016,0.311-0.253,0.654-0.597l6.943-6.945
+ C225.771,288.027,225.825,287.587,226.106,287.306z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M226.106,287.306l1.753-1.753l-2.075-2.076
+ l-9.366,9.37c-0.347,0.345-0.612,0.637-0.598,0.653l2.499,2.5c0.018,0.016,0.311-0.253,0.654-0.597l6.943-6.945
+ C225.771,288.027,225.825,287.587,226.106,287.306z"/>
+
+ <rect x="228.539" y="276.941" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 193.5709 643.0311)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.934" height="8.943"/>
+
+ <rect x="228.539" y="276.941" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 193.5709 643.0311)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.934" height="8.943"/>
+
+ <rect x="228.539" y="276.941" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 193.5709 643.0311)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="2.934" height="8.943"/>
+
+ <rect x="228.539" y="276.941" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 193.5709 643.0311)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.934" height="8.943"/>
+
+ <rect x="276.076" y="219.708" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -71.6179 270.1151)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="28.403" height="3.616"/>
+
+ <rect x="276.076" y="219.708" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -71.6179 270.1151)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="28.403" height="3.616"/>
+
+ <rect x="276.076" y="219.708" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -71.6179 270.1151)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="28.403" height="3.616"/>
+
+ <rect x="276.076" y="219.708" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -71.6179 270.1151)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="28.403" height="3.616"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M248.297,266.079l5.547-5.546l-0.481-0.48
+ c-0.439-0.44-0.441-1.154,0-1.594l0.955-0.957l-1.275-1.276l-20.933,20.928l2.074,2.076l12.962-12.962
+ C247.426,265.988,247.864,265.931,248.297,266.079z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M248.297,266.079l5.547-5.546l-0.481-0.48
+ c-0.439-0.44-0.441-1.154,0-1.594l0.955-0.957l-1.275-1.276l-20.933,20.928l2.074,2.076l12.962-12.962
+ C247.426,265.988,247.864,265.931,248.297,266.079z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M248.297,266.079l5.547-5.546l-0.481-0.48
+ c-0.439-0.44-0.441-1.154,0-1.594l0.955-0.957l-1.275-1.276l-20.933,20.928l2.074,2.076l12.962-12.962
+ C247.426,265.988,247.864,265.931,248.297,266.079z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M248.297,266.079l5.547-5.546l-0.481-0.48
+ c-0.439-0.44-0.441-1.154,0-1.594l0.955-0.957l-1.275-1.276l-20.933,20.928l2.074,2.076l12.962-12.962
+ C247.426,265.988,247.864,265.931,248.297,266.079z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M248.297,266.079l5.547-5.546l-0.481-0.48
+ c-0.439-0.44-0.441-1.154,0-1.594l0.955-0.957l-1.275-1.276l-20.933,20.928l2.074,2.076l12.962-12.962
+ C247.426,265.988,247.864,265.931,248.297,266.079z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M254.316,257.502l-0.955,0.957
+ c-0.441,0.44-0.439,1.154,0,1.594l0.481,0.48l1.753-1.754L254.316,257.502z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M254.316,257.502l-0.955,0.957
+ c-0.441,0.44-0.439,1.154,0,1.594l0.481,0.48l1.753-1.754L254.316,257.502z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M254.316,257.502l-0.955,0.957
+ c-0.441,0.44-0.439,1.154,0,1.594l0.481,0.48l1.753-1.754L254.316,257.502z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M254.316,257.502l-0.955,0.957
+ c-0.441,0.44-0.439,1.154,0,1.594l0.481,0.48l1.753-1.754L254.316,257.502z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M254.316,257.502l-0.955,0.957
+ c-0.441,0.44-0.439,1.154,0,1.594l0.481,0.48l1.753-1.754L254.316,257.502z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M254.316,257.502l-0.955,0.957
+ c-0.441,0.44-0.439,1.154,0,1.594l0.481,0.48l1.753-1.754L254.316,257.502z"/>
+
+ <rect x="253.043" y="254.262" transform="matrix(-0.7072 0.7071 -0.7071 -0.7072 616.4387 255.0187)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.731" height="1.805"/>
+
+ <rect x="253.043" y="254.262" transform="matrix(-0.7072 0.7071 -0.7071 -0.7072 616.4387 255.0187)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.731" height="1.805"/>
+
+ <rect x="253.043" y="254.262" transform="matrix(-0.7072 0.7071 -0.7071 -0.7072 616.4387 255.0187)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="4.731" height="1.805"/>
+
+ <rect x="253.043" y="254.262" transform="matrix(-0.7072 0.7071 -0.7071 -0.7072 616.4387 255.0187)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="4.731" height="1.805"/>
+
+ <rect x="253.043" y="254.262" transform="matrix(-0.7072 0.7071 -0.7071 -0.7072 616.4387 255.0187)" display="inline" opacity="0.4" fill="#FEF4A5" enable-background="new " width="4.731" height="1.805"/>
+
+ <rect x="253.043" y="254.262" transform="matrix(-0.7072 0.7071 -0.7071 -0.7072 616.4387 255.0187)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.731" height="1.805"/>
+
+ <rect x="255.714" y="254.097" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 256.9346 619.2648)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.805" height="4.731"/>
+
+ <rect x="255.714" y="254.097" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 256.9346 619.2648)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.805" height="4.731"/>
+
+ <rect x="255.714" y="254.097" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 256.9346 619.2648)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="1.805" height="4.731"/>
+
+ <rect x="255.714" y="254.097" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 256.9346 619.2648)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.805" height="4.731"/>
+
+ <rect x="255.714" y="254.097" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 256.9346 619.2648)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="1.805" height="4.731"/>
+
+ <rect x="255.714" y="254.097" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 256.9346 619.2648)" display="inline" opacity="0.4" fill="#FEF4A5" enable-background="new " width="1.805" height="4.731"/>
+
+ <rect x="255.714" y="254.097" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 256.9346 619.2648)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.805" height="4.731"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M266.748,245.074l3.187-3.188
+ c0.442-0.441,1.155-0.44,1.595,0l0.481,0.481l7.014-7.014l-2.557-2.556l-10.997,10.998L266.748,245.074z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M266.748,245.074l3.187-3.188
+ c0.442-0.441,1.155-0.44,1.595,0l0.481,0.481l7.014-7.014l-2.557-2.556l-10.997,10.998L266.748,245.074z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M266.748,245.074l3.187-3.188
+ c0.442-0.441,1.155-0.44,1.595,0l0.481,0.481l7.014-7.014l-2.557-2.556l-10.997,10.998L266.748,245.074z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M266.748,245.074l3.187-3.188
+ c0.442-0.441,1.155-0.44,1.595,0l0.481,0.481l7.014-7.014l-2.557-2.556l-10.997,10.998L266.748,245.074z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M272.011,242.368l-0.481-0.481
+ c-0.438-0.44-1.151-0.441-1.595,0l-3.187,3.188l1.276,1.278L272.011,242.368z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M272.011,242.368l-0.481-0.481
+ c-0.438-0.44-1.151-0.441-1.595,0l-3.187,3.188l1.276,1.278L272.011,242.368z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M272.011,242.368l-0.481-0.481
+ c-0.438-0.44-1.151-0.441-1.595,0l-3.187,3.188l1.276,1.278L272.011,242.368z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M272.011,242.368l-0.481-0.481
+ c-0.438-0.44-1.151-0.441-1.595,0l-3.187,3.188l1.276,1.278L272.011,242.368z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M272.011,242.368l-0.481-0.481
+ c-0.438-0.44-1.151-0.441-1.595,0l-3.187,3.188l1.276,1.278L272.011,242.368z"/>
+
+ <rect x="277.164" y="231.008" transform="matrix(-0.707 -0.7072 0.7072 -0.707 311.5756 594.6993)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="3.606"/>
+
+ <rect x="277.164" y="231.008" transform="matrix(-0.707 -0.7072 0.7072 -0.707 311.5756 594.6993)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="3.606"/>
+
+ <rect x="277.164" y="231.008" transform="matrix(-0.707 -0.7072 0.7072 -0.707 311.5756 594.6993)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="3.606"/>
+
+ <rect x="277.164" y="231.008" transform="matrix(-0.707 -0.7072 0.7072 -0.707 311.5756 594.6993)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="3.606"/>
+
+ <rect x="277.164" y="231.008" transform="matrix(-0.707 -0.7072 0.7072 -0.707 311.5756 594.6993)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="3.606"/>
+
+ <rect x="259.983" y="246.121" transform="matrix(0.707 -0.7072 0.7072 0.707 -97.4679 258.7713)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.211" height="1.806"/>
+
+ <rect x="259.983" y="246.121" transform="matrix(0.707 -0.7072 0.7072 0.707 -97.4679 258.7713)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.211" height="1.806"/>
+
+ <rect x="259.983" y="246.121" transform="matrix(0.707 -0.7072 0.7072 0.707 -97.4679 258.7713)" display="inline" opacity="0.4" fill="#FEF4A5" enable-background="new " width="7.211" height="1.806"/>
+
+ <rect x="259.983" y="246.121" transform="matrix(0.707 -0.7072 0.7072 0.707 -97.4679 258.7713)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.211" height="1.806"/>
+
+ <rect x="259.983" y="246.121" transform="matrix(0.707 -0.7072 0.7072 0.707 -97.4679 258.7713)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.211" height="1.806"/>
+
+ <rect x="261.241" y="247.357" transform="matrix(0.7072 -0.707 0.707 0.7072 -97.9764 259.9365)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.211" height="1.807"/>
+
+ <rect x="261.241" y="247.357" transform="matrix(0.7072 -0.707 0.707 0.7072 -97.9764 259.9365)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.211" height="1.807"/>
+
+ <rect x="261.241" y="247.357" transform="matrix(0.7072 -0.707 0.707 0.7072 -97.9764 259.9365)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.211" height="1.807"/>
+
+ <rect x="261.241" y="247.357" transform="matrix(0.7072 -0.707 0.707 0.7072 -97.9764 259.9365)" display="inline" opacity="0.4" fill="#FEF4A5" enable-background="new " width="7.211" height="1.807"/>
+
+ <rect x="261.241" y="247.357" transform="matrix(0.7072 -0.707 0.707 0.7072 -97.9764 259.9365)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.211" height="1.807"/>
+
+ <rect x="261.241" y="247.357" transform="matrix(0.7072 -0.707 0.707 0.7072 -97.9764 259.9365)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.211" height="1.807"/>
+
+ <rect x="256.136" y="250.639" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -102.022 256.7835)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.636" height="1.808"/>
+
+ <rect x="256.136" y="250.639" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -102.022 256.7835)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.636" height="1.808"/>
+
+ <rect x="256.136" y="250.639" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -102.022 256.7835)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="5.636" height="1.808"/>
+
+ <rect x="256.136" y="250.639" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -102.022 256.7835)" display="inline" opacity="0.4" fill="#FEF4A5" enable-background="new " width="5.636" height="1.808"/>
+
+ <rect x="256.136" y="250.639" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -102.022 256.7835)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.636" height="1.808"/>
+
+ <rect x="256.136" y="250.639" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -102.022 256.7835)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.636" height="1.808"/>
+
+ <rect x="257.416" y="251.918" transform="matrix(0.7072 -0.707 0.707 0.7072 -102.5511 258.0173)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.634" height="1.805"/>
+
+ <rect x="257.416" y="251.918" transform="matrix(0.7072 -0.707 0.707 0.7072 -102.5511 258.0173)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.634" height="1.805"/>
+
+ <rect x="257.416" y="251.918" transform="matrix(0.7072 -0.707 0.707 0.7072 -102.5511 258.0173)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.634" height="1.805"/>
+
+ <rect x="257.416" y="251.918" transform="matrix(0.7072 -0.707 0.707 0.7072 -102.5511 258.0173)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="5.634" height="1.805"/>
+
+ <rect x="257.416" y="251.918" transform="matrix(0.7072 -0.707 0.707 0.7072 -102.5511 258.0173)" display="inline" opacity="0.4" fill="#FEF4A5" enable-background="new " width="5.634" height="1.805"/>
+
+ <rect x="257.416" y="251.918" transform="matrix(0.7072 -0.707 0.707 0.7072 -102.5511 258.0173)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.634" height="1.805"/>
+
+ <rect x="257.416" y="251.918" transform="matrix(0.7072 -0.707 0.707 0.7072 -102.5511 258.0173)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.634" height="1.805"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M227.859,285.553l-1.753,1.753
+ c-0.281,0.281-0.336,0.721-0.188,1.152l2.424-2.425L227.859,285.553z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M227.859,285.553l-1.753,1.753
+ c-0.281,0.281-0.336,0.721-0.188,1.152l2.424-2.425L227.859,285.553z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M227.859,285.553l-1.753,1.753
+ c-0.281,0.281-0.336,0.721-0.188,1.152l2.424-2.425L227.859,285.553z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M227.859,285.553l-1.753,1.753
+ c-0.281,0.281-0.336,0.721-0.188,1.152l2.424-2.425L227.859,285.553z"/>
+
+ <rect x="226.768" y="282.258" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 594.5759 318.9288)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.942" height="0.681"/>
+
+ <rect x="226.768" y="282.258" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 594.5759 318.9288)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.942" height="0.681"/>
+
+ <rect x="226.768" y="282.258" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 594.5759 318.9288)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="8.942" height="0.681"/>
+
+ <rect x="226.768" y="282.258" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 594.5759 318.9288)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.942" height="0.681"/>
+
+ <rect x="226.768" y="282.258" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 594.5759 318.9288)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.942" height="0.681"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M248.297,266.079
+ c-0.433-0.148-0.871-0.091-1.151,0.188l-12.962,12.962l0.48,0.481L248.297,266.079z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M248.297,266.079
+ c-0.433-0.148-0.871-0.091-1.151,0.188l-12.962,12.962l0.48,0.481L248.297,266.079z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M248.297,266.079
+ c-0.433-0.148-0.871-0.091-1.151,0.188l-12.962,12.962l0.48,0.481L248.297,266.079z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M248.297,266.079
+ c-0.433-0.148-0.871-0.091-1.151,0.188l-12.962,12.962l0.48,0.481L248.297,266.079z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M248.297,266.079
+ c-0.433-0.148-0.871-0.091-1.151,0.188l-12.962,12.962l0.48,0.481L248.297,266.079z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M248.297,266.079
+ c-0.433-0.148-0.871-0.091-1.151,0.188l-12.962,12.962l0.48,0.481L248.297,266.079z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M223.45,306.221
+ c-0.293,0.292-0.729,0.329-0.977,0.083l-0.414-0.414l-5.897,5.898l1.721,1.72l16.416-16.417l-0.858-0.861L223.45,306.221z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M223.45,306.221
+ c-0.293,0.292-0.729,0.329-0.977,0.083l-0.414-0.414l-5.897,5.898l1.721,1.72l16.416-16.417l-0.858-0.861L223.45,306.221z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M223.45,306.221
+ c-0.293,0.292-0.729,0.329-0.977,0.083l-0.414-0.414l-5.897,5.898l1.721,1.72l16.416-16.417l-0.858-0.861L223.45,306.221z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M222.061,305.89l0.414,0.414
+ c0.246,0.246,0.684,0.208,0.977-0.083l9.989-9.99l-0.862-0.859L222.061,305.89z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M222.061,305.89l0.414,0.414
+ c0.246,0.246,0.684,0.208,0.977-0.083l9.989-9.99l-0.862-0.859L222.061,305.89z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M222.061,305.89l0.414,0.414
+ c0.246,0.246,0.684,0.208,0.977-0.083l9.989-9.99l-0.862-0.859L222.061,305.89z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M222.061,305.89l0.414,0.414
+ c0.246,0.246,0.684,0.208,0.977-0.083l9.989-9.99l-0.862-0.859L222.061,305.89z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M294.906,236.484
+ c0.408-0.409,0.729-0.746,0.72-0.756l-1.684-1.683c-0.01-0.01-0.347,0.311-0.755,0.718l-4.828,4.828l1.721,1.72L294.906,236.484z"
+ />
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M294.906,236.484
+ c0.408-0.409,0.729-0.746,0.72-0.756l-1.684-1.683c-0.01-0.01-0.347,0.311-0.755,0.718l-4.828,4.828l1.721,1.72L294.906,236.484z"
+ />
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M294.906,236.484
+ c0.408-0.409,0.729-0.746,0.72-0.756l-1.684-1.683c-0.01-0.01-0.347,0.311-0.755,0.718l-4.828,4.828l1.721,1.72L294.906,236.484z"
+ />
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M294.906,236.484
+ c0.408-0.409,0.729-0.746,0.72-0.756l-1.684-1.683c-0.01-0.01-0.347,0.311-0.755,0.718l-4.828,4.828l1.721,1.72L294.906,236.484z"
+ />
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M294.906,236.484
+ c0.408-0.409,0.729-0.746,0.72-0.756l-1.684-1.683c-0.01-0.01-0.347,0.311-0.755,0.718l-4.828,4.828l1.721,1.72L294.906,236.484z"
+ />
+
+ <rect x="254.172" y="269.945" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 631.4309 278.6407)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.663" height="0.316"/>
+
+ <rect x="254.172" y="269.945" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 631.4309 278.6407)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.663" height="0.316"/>
+
+ <rect x="254.172" y="269.945" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 631.4309 278.6407)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.663" height="0.316"/>
+
+ <rect x="254.172" y="269.945" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 631.4309 278.6407)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="7.663" height="0.316"/>
+
+ <rect x="254.172" y="269.945" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 631.4309 278.6407)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="7.663" height="0.316"/>
+
+ <rect x="254.172" y="269.945" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 631.4309 278.6407)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.663" height="0.316"/>
+
+ <rect x="259.694" y="264.772" transform="matrix(-0.7072 0.707 -0.707 -0.7072 636.8162 266.1355)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.214" height="0.315"/>
+
+ <rect x="259.694" y="264.772" transform="matrix(-0.7072 0.707 -0.707 -0.7072 636.8162 266.1355)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.214" height="0.315"/>
+
+ <rect x="259.694" y="264.772" transform="matrix(-0.7072 0.707 -0.707 -0.7072 636.8162 266.1355)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.214" height="0.315"/>
+
+ <rect x="259.694" y="264.772" transform="matrix(-0.7072 0.707 -0.707 -0.7072 636.8162 266.1355)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="7.214" height="0.315"/>
+
+ <rect x="259.694" y="264.772" transform="matrix(-0.7072 0.707 -0.707 -0.7072 636.8162 266.1355)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.214" height="0.315"/>
+
+ <rect x="259.694" y="264.772" transform="matrix(-0.7072 0.707 -0.707 -0.7072 636.8162 266.1355)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="7.214" height="0.315"/>
+
+ <rect x="259.694" y="264.772" transform="matrix(-0.7072 0.707 -0.707 -0.7072 636.8162 266.1355)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.214" height="0.315"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M205.548,323.167l-0.382-0.383
+ l-10.679,10.679c0.652,0.499,1.312,0.99,1.972,1.467l10.427-10.425L205.548,323.167z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M205.548,323.167l-0.382-0.383
+ l-10.679,10.679c0.652,0.499,1.312,0.99,1.972,1.467l10.427-10.425L205.548,323.167z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M205.166,322.785l0.382,0.383
+ c-0.141-0.14-0.229-0.31-0.28-0.484L205.166,322.785z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M205.166,322.785l0.382,0.383
+ c-0.141-0.14-0.229-0.31-0.28-0.484L205.166,322.785z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M205.166,322.785l0.382,0.383
+ c-0.141-0.14-0.229-0.31-0.28-0.484L205.166,322.785z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M205.268,322.684
+ c0.051,0.175,0.141,0.345,0.28,0.484l1.338,1.338l10.997-10.997l-1.721-1.72L205.268,322.684z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M205.268,322.684
+ c0.051,0.175,0.141,0.345,0.28,0.484l1.338,1.338l10.997-10.997l-1.721-1.72L205.268,322.684z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M205.268,322.684
+ c0.051,0.175,0.141,0.345,0.28,0.484l1.338,1.338l10.997-10.997l-1.721-1.72L205.268,322.684z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M205.268,322.684
+ c0.051,0.175,0.141,0.345,0.28,0.484l1.338,1.338l10.997-10.997l-1.721-1.72L205.268,322.684z"/>
+
+ <rect x="258.606" y="267.498" transform="matrix(0.7071 0.7071 -0.7071 0.7071 267.7813 -103.8211)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.215" height="7.665"/>
+
+ <rect x="258.606" y="267.498" transform="matrix(0.7071 0.7071 -0.7071 0.7071 267.7813 -103.8211)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.215" height="7.665"/>
+
+ <rect x="258.606" y="267.498" transform="matrix(0.7071 0.7071 -0.7071 0.7071 267.7813 -103.8211)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.215" height="7.665"/>
+
+ <rect x="258.606" y="267.498" transform="matrix(0.7071 0.7071 -0.7071 0.7071 267.7813 -103.8211)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="1.215" height="7.665"/>
+
+ <rect x="258.606" y="267.498" transform="matrix(0.7071 0.7071 -0.7071 0.7071 267.7813 -103.8211)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.215" height="7.665"/>
+
+ <rect x="258.606" y="267.498" transform="matrix(0.7071 0.7071 -0.7071 0.7071 267.7813 -103.8211)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.215" height="7.665"/>
+
+ <rect x="258.043" y="266.797" transform="matrix(-0.7055 -0.7087 0.7087 -0.7055 249.051 644.7561)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.901" height="7.666"/>
+
+ <rect x="258.043" y="266.797" transform="matrix(-0.7055 -0.7087 0.7087 -0.7055 249.051 644.7561)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.901" height="7.666"/>
+
+ <rect x="258.043" y="266.797" transform="matrix(-0.7055 -0.7087 0.7087 -0.7055 249.051 644.7561)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.901" height="7.666"/>
+
+ <rect x="258.043" y="266.797" transform="matrix(-0.7055 -0.7087 0.7087 -0.7055 249.051 644.7561)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="0.901" height="7.666"/>
+
+ <rect x="258.043" y="266.797" transform="matrix(-0.7055 -0.7087 0.7087 -0.7055 249.051 644.7561)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="0.901" height="7.666"/>
+
+ <rect x="258.043" y="266.797" transform="matrix(-0.7055 -0.7087 0.7087 -0.7055 249.051 644.7561)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.901" height="7.666"/>
+
+ <rect x="258.043" y="266.797" transform="matrix(-0.7055 -0.7087 0.7087 -0.7055 249.051 644.7561)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.901" height="7.666"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M266.143,262.633
+ c0.248,0.249,0.21,0.683-0.084,0.979l-4.569,4.568l0.86,0.86l5.1-5.099L266.143,262.633z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M266.143,262.633
+ c0.248,0.249,0.21,0.683-0.084,0.979l-4.569,4.568l0.86,0.86l5.1-5.099L266.143,262.633z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M266.143,262.633
+ c0.248,0.249,0.21,0.683-0.084,0.979l-4.569,4.568l0.86,0.86l5.1-5.099L266.143,262.633z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M266.143,262.633
+ c0.248,0.249,0.21,0.683-0.084,0.979l-4.569,4.568l0.86,0.86l5.1-5.099L266.143,262.633z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M266.143,262.633
+ c0.248,0.249,0.21,0.683-0.084,0.979l-4.569,4.568l0.86,0.86l5.1-5.099L266.143,262.633z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M266.143,262.633
+ c0.248,0.249,0.21,0.683-0.084,0.979l-4.569,4.568l0.86,0.86l5.1-5.099L266.143,262.633z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M266.143,262.633
+ c0.248,0.249,0.21,0.683-0.084,0.979l-4.569,4.568l0.86,0.86l5.1-5.099L266.143,262.633z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M265.95,262.444l-5.098,5.098l0.636,0.638
+ l4.569-4.568c0.294-0.295,0.332-0.73,0.084-0.979l-0.031-0.031L265.95,262.444z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M265.95,262.444l-5.098,5.098l0.636,0.638
+ l4.569-4.568c0.294-0.295,0.332-0.73,0.084-0.979l-0.031-0.031L265.95,262.444z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M265.95,262.444l-5.098,5.098l0.636,0.638
+ l4.569-4.568c0.294-0.295,0.332-0.73,0.084-0.979l-0.031-0.031L265.95,262.444z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M265.95,262.444l-5.098,5.098l0.636,0.638
+ l4.569-4.568c0.294-0.295,0.332-0.73,0.084-0.979l-0.031-0.031L265.95,262.444z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M265.95,262.444l-5.098,5.098l0.636,0.638
+ l4.569-4.568c0.294-0.295,0.332-0.73,0.084-0.979l-0.031-0.031L265.95,262.444z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M265.95,262.444l-5.098,5.098l0.636,0.638
+ l4.569-4.568c0.294-0.295,0.332-0.73,0.084-0.979l-0.031-0.031L265.95,262.444z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M265.95,262.444l-5.098,5.098l0.636,0.638
+ l4.569-4.568c0.294-0.295,0.332-0.73,0.084-0.979l-0.031-0.031L265.95,262.444z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M265.95,262.444l-5.098,5.098l0.636,0.638
+ l4.569-4.568c0.294-0.295,0.332-0.73,0.084-0.979l-0.031-0.031L265.95,262.444z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M286.192,242.523l-0.383-0.382l-0.101,0.102
+ C285.886,242.295,286.054,242.384,286.192,242.523z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M286.192,242.523l-0.383-0.382l-0.101,0.102
+ C285.886,242.295,286.054,242.384,286.192,242.523z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M286.192,242.523l-0.383-0.382l-0.101,0.102
+ C285.886,242.295,286.054,242.384,286.192,242.523z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M286.192,242.523l-0.383-0.382l-0.101,0.102
+ C285.886,242.295,286.054,242.384,286.192,242.523z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M286.192,242.523l-0.383-0.382l-0.101,0.102
+ C285.886,242.295,286.054,242.384,286.192,242.523z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M285.116,242.835l1.721,1.719l0.693-0.693
+ l-1.338-1.337c-0.14-0.14-0.308-0.229-0.483-0.28L285.116,242.835z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M285.116,242.835l1.721,1.719l0.693-0.693
+ l-1.338-1.337c-0.14-0.14-0.308-0.229-0.483-0.28L285.116,242.835z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M285.116,242.835l1.721,1.719l0.693-0.693
+ l-1.338-1.337c-0.14-0.14-0.308-0.229-0.483-0.28L285.116,242.835z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M285.116,242.835l1.721,1.719l0.693-0.693
+ l-1.338-1.337c-0.14-0.14-0.308-0.229-0.483-0.28L285.116,242.835z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M285.116,242.835l1.721,1.719l0.693-0.693
+ l-1.338-1.337c-0.14-0.14-0.308-0.229-0.483-0.28L285.116,242.835z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M285.116,242.835l1.721,1.719l0.693-0.693
+ l-1.338-1.337c-0.14-0.14-0.308-0.229-0.483-0.28L285.116,242.835z"/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="286.192,242.523 287.53,243.861
+ 290.08,241.312 288.359,239.592 285.811,242.142 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="286.192,242.523 287.53,243.861
+ 290.08,241.312 288.359,239.592 285.811,242.142 "/>
+ <polygon display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " points="286.192,242.523 287.53,243.861
+ 290.08,241.312 288.359,239.592 285.811,242.142 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="286.192,242.523 287.53,243.861
+ 290.08,241.312 288.359,239.592 285.811,242.142 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="286.192,242.523 287.53,243.861
+ 290.08,241.312 288.359,239.592 285.811,242.142 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="286.192,242.523 287.53,243.861
+ 290.08,241.312 288.359,239.592 285.811,242.142 "/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M265.97,262.431
+ c-0.063-0.097-0.107-0.203-0.141-0.311l-0.1,0.102l0.221,0.223C265.957,262.438,265.965,262.435,265.97,262.431z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M265.97,262.431
+ c-0.063-0.097-0.107-0.203-0.141-0.311l-0.1,0.102l0.221,0.223C265.957,262.438,265.965,262.435,265.97,262.431z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M265.97,262.431
+ c-0.063-0.097-0.107-0.203-0.141-0.311l-0.1,0.102l0.221,0.223C265.957,262.438,265.965,262.435,265.97,262.431z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M265.97,262.431
+ c-0.063-0.097-0.107-0.203-0.141-0.311l-0.1,0.102l0.221,0.223C265.957,262.438,265.965,262.435,265.97,262.431z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M265.97,262.431
+ c-0.063-0.097-0.107-0.203-0.141-0.311l-0.1,0.102l0.221,0.223C265.957,262.438,265.965,262.435,265.97,262.431z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M265.97,262.431
+ c-0.063-0.097-0.107-0.203-0.141-0.311l-0.1,0.102l0.221,0.223C265.957,262.438,265.965,262.435,265.97,262.431z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M265.97,262.431
+ c-0.063-0.097-0.107-0.203-0.141-0.311l-0.1,0.102l0.221,0.223C265.957,262.438,265.965,262.435,265.97,262.431z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M267.547,262.444l0.698,0.7l3.188-3.187
+ l-1.72-1.721l-3.884,3.883c0.031,0.108,0.075,0.214,0.14,0.311C266.411,262.005,267.109,262.008,267.547,262.444z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M267.547,262.444l0.698,0.7l3.188-3.187
+ l-1.72-1.721l-3.884,3.883c0.031,0.108,0.075,0.214,0.14,0.311C266.411,262.005,267.109,262.008,267.547,262.444z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M267.547,262.444l0.698,0.7l3.188-3.187
+ l-1.72-1.721l-3.884,3.883c0.031,0.108,0.075,0.214,0.14,0.311C266.411,262.005,267.109,262.008,267.547,262.444z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M267.547,262.444l0.698,0.7l3.188-3.187
+ l-1.72-1.721l-3.884,3.883c0.031,0.108,0.075,0.214,0.14,0.311C266.411,262.005,267.109,262.008,267.547,262.444z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M267.547,262.444l0.698,0.7l3.188-3.187
+ l-1.72-1.721l-3.884,3.883c0.031,0.108,0.075,0.214,0.14,0.311C266.411,262.005,267.109,262.008,267.547,262.444z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M267.547,262.444l0.698,0.7l3.188-3.187
+ l-1.72-1.721l-3.884,3.883c0.031,0.108,0.075,0.214,0.14,0.311C266.411,262.005,267.109,262.008,267.547,262.444z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M267.547,262.444l0.698,0.7l3.188-3.187
+ l-1.72-1.721l-3.884,3.883c0.031,0.108,0.075,0.214,0.14,0.311C266.411,262.005,267.109,262.008,267.547,262.444z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M267.547,262.444l0.698,0.7l3.188-3.187
+ l-1.72-1.721l-3.884,3.883c0.031,0.108,0.075,0.214,0.14,0.311C266.411,262.005,267.109,262.008,267.547,262.444z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M266.11,262.602
+ c-0.055-0.053-0.102-0.113-0.142-0.172c-0.005,0.004-0.014,0.008-0.02,0.013L266.11,262.602z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M266.11,262.602
+ c-0.055-0.053-0.102-0.113-0.142-0.172c-0.005,0.004-0.014,0.008-0.02,0.013L266.11,262.602z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M266.11,262.602
+ c-0.055-0.053-0.102-0.113-0.142-0.172c-0.005,0.004-0.014,0.008-0.02,0.013L266.11,262.602z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M266.11,262.602
+ c-0.055-0.053-0.102-0.113-0.142-0.172c-0.005,0.004-0.014,0.008-0.02,0.013L266.11,262.602z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M266.11,262.602
+ c-0.055-0.053-0.102-0.113-0.142-0.172c-0.005,0.004-0.014,0.008-0.02,0.013L266.11,262.602z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M266.11,262.602
+ c-0.055-0.053-0.102-0.113-0.142-0.172c-0.005,0.004-0.014,0.008-0.02,0.013L266.11,262.602z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M266.11,262.602
+ c-0.055-0.053-0.102-0.113-0.142-0.172c-0.005,0.004-0.014,0.008-0.02,0.013L266.11,262.602z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M266.11,262.602
+ c-0.055-0.053-0.102-0.113-0.142-0.172c-0.005,0.004-0.014,0.008-0.02,0.013L266.11,262.602z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M267.547,262.444
+ c-0.438-0.436-1.136-0.439-1.577-0.013c0.04,0.059,0.087,0.119,0.142,0.172l0.031,0.031l1.307,1.308l0.797-0.797L267.547,262.444z
+ "/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M267.547,262.444
+ c-0.438-0.436-1.136-0.439-1.577-0.013c0.04,0.059,0.087,0.119,0.142,0.172l0.031,0.031l1.307,1.308l0.797-0.797L267.547,262.444z
+ "/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M267.547,262.444
+ c-0.438-0.436-1.136-0.439-1.577-0.013c0.04,0.059,0.087,0.119,0.142,0.172l0.031,0.031l1.307,1.308l0.797-0.797L267.547,262.444z
+ "/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M267.547,262.444
+ c-0.438-0.436-1.136-0.439-1.577-0.013c0.04,0.059,0.087,0.119,0.142,0.172l0.031,0.031l1.307,1.308l0.797-0.797L267.547,262.444z
+ "/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M267.547,262.444
+ c-0.438-0.436-1.136-0.439-1.577-0.013c0.04,0.059,0.087,0.119,0.142,0.172l0.031,0.031l1.307,1.308l0.797-0.797L267.547,262.444z
+ "/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M267.547,262.444
+ c-0.438-0.436-1.136-0.439-1.577-0.013c0.04,0.059,0.087,0.119,0.142,0.172l0.031,0.031l1.307,1.308l0.797-0.797L267.547,262.444z
+ "/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M267.547,262.444
+ c-0.438-0.436-1.136-0.439-1.577-0.013c0.04,0.059,0.087,0.119,0.142,0.172l0.031,0.031l1.307,1.308l0.797-0.797L267.547,262.444z
+ "/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M267.547,262.444
+ c-0.438-0.436-1.136-0.439-1.577-0.013c0.04,0.059,0.087,0.119,0.142,0.172l0.031,0.031l1.307,1.308l0.797-0.797L267.547,262.444z
+ "/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M267.547,262.444
+ c-0.438-0.436-1.136-0.439-1.577-0.013c0.04,0.059,0.087,0.119,0.142,0.172l0.031,0.031l1.307,1.308l0.797-0.797L267.547,262.444z
+ "/>
+
+ <rect x="233.316" y="294.742" transform="matrix(-0.7067 0.7075 -0.7075 -0.7067 610.2423 337.7251)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.605" height="1.217"/>
+
+ <rect x="233.316" y="294.742" transform="matrix(-0.7067 0.7075 -0.7075 -0.7067 610.2423 337.7251)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.605" height="1.217"/>
+
+ <rect x="233.316" y="294.742" transform="matrix(-0.7067 0.7075 -0.7075 -0.7067 610.2423 337.7251)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.605" height="1.217"/>
+
+ <rect x="233.316" y="294.742" transform="matrix(-0.7067 0.7075 -0.7075 -0.7067 610.2423 337.7251)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.605" height="1.217"/>
+
+ <rect x="235.084" y="290.308" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 614.6551 327.2316)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.942" height="1.215"/>
+
+ <rect x="235.084" y="290.308" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 614.6551 327.2316)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.942" height="1.215"/>
+
+ <rect x="235.084" y="290.308" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 614.6551 327.2316)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.942" height="1.215"/>
+
+ <rect x="235.084" y="290.308" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 614.6551 327.2316)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.942" height="1.215"/>
+
+ <rect x="235.084" y="290.308" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 614.6551 327.2316)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.942" height="1.215"/>
+
+ <rect x="233.683" y="292.73" transform="matrix(0.7083 0.7059 -0.7059 0.7083 276.2511 -79.4738)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.216" height="3.605"/>
+
+ <rect x="233.683" y="292.73" transform="matrix(0.7083 0.7059 -0.7059 0.7083 276.2511 -79.4738)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.216" height="3.605"/>
+
+ <rect x="233.683" y="292.73" transform="matrix(0.7083 0.7059 -0.7059 0.7083 276.2511 -79.4738)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="1.216" height="3.605"/>
+
+ <rect x="233.683" y="292.73" transform="matrix(0.7083 0.7059 -0.7059 0.7083 276.2511 -79.4738)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.216" height="3.605"/>
+
+ <rect x="233.683" y="292.73" transform="matrix(0.7083 0.7059 -0.7059 0.7083 276.2511 -79.4738)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.216" height="3.605"/>
+
+ <rect x="234.245" y="289.499" transform="matrix(-0.707 0.7072 -0.7072 -0.707 612.6541 326.3868)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.941" height="1.215"/>
+
+ <rect x="234.245" y="289.499" transform="matrix(-0.707 0.7072 -0.7072 -0.707 612.6541 326.3868)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.941" height="1.215"/>
+
+ <rect x="234.245" y="289.499" transform="matrix(-0.707 0.7072 -0.7072 -0.707 612.6541 326.3868)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.941" height="1.215"/>
+
+ <rect x="234.245" y="289.499" transform="matrix(-0.707 0.7072 -0.7072 -0.707 612.6541 326.3868)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="8.941" height="1.215"/>
+
+ <rect x="234.245" y="289.499" transform="matrix(-0.707 0.7072 -0.7072 -0.707 612.6541 326.3868)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.941" height="1.215"/>
+
+ <rect x="234.245" y="289.499" transform="matrix(-0.707 0.7072 -0.7072 -0.707 612.6541 326.3868)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.941" height="1.215"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.377,280.615
+ c-0.058-0.056-0.103-0.116-0.144-0.178l-6.923,6.921l0.862,0.859l6.901-6.903L249.377,280.615z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.377,280.615
+ c-0.058-0.056-0.103-0.116-0.144-0.178l-6.923,6.921l0.862,0.859l6.901-6.903L249.377,280.615z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.377,280.615
+ c-0.058-0.056-0.103-0.116-0.144-0.178l-6.923,6.921l0.862,0.859l6.901-6.903L249.377,280.615z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M249.377,280.615
+ c-0.058-0.056-0.103-0.116-0.144-0.178l-6.923,6.921l0.862,0.859l6.901-6.903L249.377,280.615z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.377,280.615
+ c-0.058-0.056-0.103-0.116-0.144-0.178l-6.923,6.921l0.862,0.859l6.901-6.903L249.377,280.615z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.377,280.615
+ c-0.058-0.056-0.103-0.116-0.144-0.178l-6.923,6.921l0.862,0.859l6.901-6.903L249.377,280.615z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.377,279.019l6.056-6.056l-0.223-0.223
+ l-13.758,13.757l0.858,0.86l6.923-6.921C248.942,280,248.989,279.403,249.377,279.019z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.377,279.019l6.056-6.056l-0.223-0.223
+ l-13.758,13.757l0.858,0.86l6.923-6.921C248.942,280,248.989,279.403,249.377,279.019z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.377,279.019l6.056-6.056l-0.223-0.223
+ l-13.758,13.757l0.858,0.86l6.923-6.921C248.942,280,248.989,279.403,249.377,279.019z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M249.377,279.019l6.056-6.056l-0.223-0.223
+ l-13.758,13.757l0.858,0.86l6.923-6.921C248.942,280,248.989,279.403,249.377,279.019z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M249.377,279.019l6.056-6.056l-0.223-0.223
+ l-13.758,13.757l0.858,0.86l6.923-6.921C248.942,280,248.989,279.403,249.377,279.019z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.377,279.019l6.056-6.056l-0.223-0.223
+ l-13.758,13.757l0.858,0.86l6.923-6.921C248.942,280,248.989,279.403,249.377,279.019z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.377,279.019l6.056-6.056l-0.223-0.223
+ l-13.758,13.757l0.858,0.86l6.923-6.921C248.942,280,248.989,279.403,249.377,279.019z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.233,280.437
+ c0.041,0.062,0.086,0.122,0.144,0.178l0.698,0.7l6.854-6.855l-0.859-0.859L249.233,280.437z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.233,280.437
+ c0.041,0.062,0.086,0.122,0.144,0.178l0.698,0.7l6.854-6.855l-0.859-0.859L249.233,280.437z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.233,280.437
+ c0.041,0.062,0.086,0.122,0.144,0.178l0.698,0.7l6.854-6.855l-0.859-0.859L249.233,280.437z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M249.233,280.437
+ c0.041,0.062,0.086,0.122,0.144,0.178l0.698,0.7l6.854-6.855l-0.859-0.859L249.233,280.437z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.233,280.437
+ c0.041,0.062,0.086,0.122,0.144,0.178l0.698,0.7l6.854-6.855l-0.859-0.859L249.233,280.437z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.233,280.437
+ c0.041,0.062,0.086,0.122,0.144,0.178l0.698,0.7l6.854-6.855l-0.859-0.859L249.233,280.437z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.233,280.437
+ c0.041,0.062,0.086,0.122,0.144,0.178l0.698,0.7l6.854-6.855l-0.859-0.859L249.233,280.437z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M255.433,272.963l-6.056,6.056
+ c-0.388,0.384-0.435,0.981-0.144,1.418l6.836-6.836L255.433,272.963z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M255.433,272.963l-6.056,6.056
+ c-0.388,0.384-0.435,0.981-0.144,1.418l6.836-6.836L255.433,272.963z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M255.433,272.963l-6.056,6.056
+ c-0.388,0.384-0.435,0.981-0.144,1.418l6.836-6.836L255.433,272.963z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M255.433,272.963l-6.056,6.056
+ c-0.388,0.384-0.435,0.981-0.144,1.418l6.836-6.836L255.433,272.963z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M255.433,272.963l-6.056,6.056
+ c-0.388,0.384-0.435,0.981-0.144,1.418l6.836-6.836L255.433,272.963z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M255.433,272.963l-6.056,6.056
+ c-0.388,0.384-0.435,0.981-0.144,1.418l6.836-6.836L255.433,272.963z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M255.433,272.963l-6.056,6.056
+ c-0.388,0.384-0.435,0.981-0.144,1.418l6.836-6.836L255.433,272.963z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M255.433,272.963l-6.056,6.056
+ c-0.388,0.384-0.435,0.981-0.144,1.418l6.836-6.836L255.433,272.963z"/>
+
+ <rect x="278.374" y="245.673" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -91.7347 272.2975)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.938" height="2.431"/>
+
+ <rect x="278.374" y="245.673" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -91.7347 272.2975)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.938" height="2.431"/>
+
+ <rect x="278.374" y="245.673" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -91.7347 272.2975)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.938" height="2.431"/>
+
+ <rect x="278.374" y="245.673" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -91.7347 272.2975)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="8.938" height="2.431"/>
+
+ <rect x="278.374" y="245.673" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -91.7347 272.2975)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.938" height="2.431"/>
+
+ <rect x="278.374" y="245.673" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -91.7347 272.2975)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="8.938" height="2.431"/>
+
+ <rect x="278.374" y="245.673" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -91.7347 272.2975)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.938" height="2.431"/>
+
+ <rect x="268.702" y="253.336" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -99.4126 269.1089)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.844" height="2.431"/>
+
+ <rect x="268.702" y="253.336" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -99.4126 269.1089)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.844" height="2.431"/>
+
+ <rect x="268.702" y="253.336" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -99.4126 269.1089)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.844" height="2.431"/>
+
+ <rect x="268.702" y="253.336" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -99.4126 269.1089)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="12.844" height="2.431"/>
+
+ <rect x="268.702" y="253.336" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -99.4126 269.1089)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.844" height="2.431"/>
+
+ <rect x="268.702" y="253.336" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -99.4126 269.1089)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.844" height="2.431"/>
+
+ <rect x="268.702" y="253.336" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -99.4126 269.1089)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="12.844" height="2.431"/>
+
+ <rect x="268.702" y="253.336" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -99.4126 269.1089)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.844" height="2.431"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M231.796,308.012
+ c-0.274,0.271-0.487,0.503-0.479,0.515l1.769,1.77c0.01,0.01,0.239-0.204,0.515-0.479l6.714-6.713l-1.809-1.805L231.796,308.012z"
+ />
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M231.796,308.012
+ c-0.274,0.271-0.487,0.503-0.479,0.515l1.769,1.77c0.01,0.01,0.239-0.204,0.515-0.479l6.714-6.713l-1.809-1.805L231.796,308.012z"
+ />
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M231.796,308.012
+ c-0.274,0.271-0.487,0.503-0.479,0.515l1.769,1.77c0.01,0.01,0.239-0.204,0.515-0.479l6.714-6.713l-1.809-1.805L231.796,308.012z"
+ />
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M303.125,240.296
+ c0.272-0.274,0.485-0.504,0.476-0.515l-1.767-1.768c-0.012-0.01-0.241,0.202-0.515,0.475l-7.032,7.031l1.808,1.806
+ L303.125,240.296z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M303.125,240.296
+ c0.272-0.274,0.485-0.504,0.476-0.515l-1.767-1.768c-0.012-0.01-0.241,0.202-0.515,0.475l-7.032,7.031l1.808,1.806
+ L303.125,240.296z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M303.125,240.296
+ c0.272-0.274,0.485-0.504,0.476-0.515l-1.767-1.768c-0.012-0.01-0.241,0.202-0.515,0.475l-7.032,7.031l1.808,1.806
+ L303.125,240.296z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M303.125,240.296
+ c0.272-0.274,0.485-0.504,0.476-0.515l-1.767-1.768c-0.012-0.01-0.241,0.202-0.515,0.475l-7.032,7.031l1.808,1.806
+ L303.125,240.296z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M262.766,277.425
+ c-0.067-0.066-0.121-0.14-0.168-0.217l-1.459,1.459l1.805,1.809l1.437-1.436L262.766,277.425z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M262.766,277.425
+ c-0.067-0.066-0.121-0.14-0.168-0.217l-1.459,1.459l1.805,1.809l1.437-1.436L262.766,277.425z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M262.766,277.425
+ c-0.067-0.066-0.121-0.14-0.168-0.217l-1.459,1.459l1.805,1.809l1.437-1.436L262.766,277.425z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M262.766,277.425
+ c-0.067-0.066-0.121-0.14-0.168-0.217l-1.459,1.459l1.805,1.809l1.437-1.436L262.766,277.425z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M262.766,277.425
+ c-0.067-0.066-0.121-0.14-0.168-0.217l-1.459,1.459l1.805,1.809l1.437-1.436L262.766,277.425z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M262.766,277.425
+ c-0.067-0.066-0.121-0.14-0.168-0.217l-1.459,1.459l1.805,1.809l1.437-1.436L262.766,277.425z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M266.559,273.248l-3.961,3.959
+ c0.047,0.077,0.101,0.151,0.168,0.217l1.613,1.615l3.983-3.986L266.559,273.248z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M266.559,273.248l-3.961,3.959
+ c0.047,0.077,0.101,0.151,0.168,0.217l1.613,1.615l3.983-3.986L266.559,273.248z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M266.559,273.248l-3.961,3.959
+ c0.047,0.077,0.101,0.151,0.168,0.217l1.613,1.615l3.983-3.986L266.559,273.248z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M266.559,273.248l-3.961,3.959
+ c0.047,0.077,0.101,0.151,0.168,0.217l1.613,1.615l3.983-3.986L266.559,273.248z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M266.559,273.248l-3.961,3.959
+ c0.047,0.077,0.101,0.151,0.168,0.217l1.613,1.615l3.983-3.986L266.559,273.248z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M266.559,273.248l-3.961,3.959
+ c0.047,0.077,0.101,0.151,0.168,0.217l1.613,1.615l3.983-3.986L266.559,273.248z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M266.559,273.248l-3.961,3.959
+ c0.047,0.077,0.101,0.151,0.168,0.217l1.613,1.615l3.983-3.986L266.559,273.248z"/>
+
+ <rect x="268.75" y="268" transform="matrix(0.7069 0.7073 -0.7073 0.7069 271.2469 -111.386)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="7.212"/>
+
+ <rect x="268.75" y="268" transform="matrix(0.7069 0.7073 -0.7073 0.7069 271.2469 -111.386)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="7.212"/>
+
+ <rect x="268.75" y="268" transform="matrix(0.7069 0.7073 -0.7073 0.7069 271.2469 -111.386)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="7.212"/>
+
+ <rect x="268.75" y="268" transform="matrix(0.7069 0.7073 -0.7073 0.7069 271.2469 -111.386)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="7.212"/>
+
+ <rect x="268.75" y="268" transform="matrix(0.7069 0.7073 -0.7073 0.7069 271.2469 -111.386)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="2.553" height="7.212"/>
+
+ <rect x="268.75" y="268" transform="matrix(0.7069 0.7073 -0.7073 0.7069 271.2469 -111.386)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="7.212"/>
+
+ <rect x="268.75" y="268" transform="matrix(0.7069 0.7073 -0.7073 0.7069 271.2469 -111.386)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="7.212"/>
+
+ <rect x="268.75" y="268" transform="matrix(0.7069 0.7073 -0.7073 0.7069 271.2469 -111.386)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="2.553" height="7.212"/>
+
+ <rect x="292.143" y="246.461" transform="matrix(0.707 -0.7072 0.7072 0.707 -89.0794 280.4485)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="2.555"/>
+
+ <rect x="292.143" y="246.461" transform="matrix(0.707 -0.7072 0.7072 0.707 -89.0794 280.4485)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="2.555"/>
+
+ <rect x="292.143" y="246.461" transform="matrix(0.707 -0.7072 0.7072 0.707 -89.0794 280.4485)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.606" height="2.555"/>
+
+ <rect x="292.143" y="246.461" transform="matrix(0.707 -0.7072 0.7072 0.707 -89.0794 280.4485)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="2.555"/>
+
+ <rect x="292.143" y="246.461" transform="matrix(0.707 -0.7072 0.7072 0.707 -89.0794 280.4485)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="3.606" height="2.555"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M292.733,250.452
+ c0.053,0.054,0.013,0.181-0.091,0.283l-6.132,6.132l0.021,0.021l7.014-7.012l-1.808-1.808l-0.692,0.694L292.733,250.452z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M292.733,250.452
+ c0.053,0.054,0.013,0.181-0.091,0.283l-6.132,6.132l0.021,0.021l7.014-7.012l-1.808-1.808l-0.692,0.694L292.733,250.452z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M292.733,250.452
+ c0.053,0.054,0.013,0.181-0.091,0.283l-6.132,6.132l0.021,0.021l7.014-7.012l-1.808-1.808l-0.692,0.694L292.733,250.452z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M292.733,250.452
+ c0.053,0.054,0.013,0.181-0.091,0.283l-6.132,6.132l0.021,0.021l7.014-7.012l-1.808-1.808l-0.692,0.694L292.733,250.452z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M292.733,250.452
+ c0.053,0.054,0.013,0.181-0.091,0.283l-6.132,6.132l0.021,0.021l7.014-7.012l-1.808-1.808l-0.692,0.694L292.733,250.452z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M292.733,250.452
+ c0.053,0.054,0.013,0.181-0.091,0.283l-6.132,6.132l0.021,0.021l7.014-7.012l-1.808-1.808l-0.692,0.694L292.733,250.452z"/>
+
+ <rect x="284.528" y="256.065" transform="matrix(0.6991 0.715 -0.715 0.6991 270.7164 -125.5575)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.031" height="5.634"/>
+
+ <rect x="284.528" y="256.065" transform="matrix(0.6991 0.715 -0.715 0.6991 270.7164 -125.5575)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.031" height="5.634"/>
+
+ <rect x="284.528" y="256.065" transform="matrix(0.6991 0.715 -0.715 0.6991 270.7164 -125.5575)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.031" height="5.634"/>
+
+ <rect x="284.528" y="256.065" transform="matrix(0.6991 0.715 -0.715 0.6991 270.7164 -125.5575)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="0.031" height="5.634"/>
+
+ <rect x="284.528" y="256.065" transform="matrix(0.6991 0.715 -0.715 0.6991 270.7164 -125.5575)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.031" height="5.634"/>
+
+ <rect x="284.528" y="256.065" transform="matrix(0.6991 0.715 -0.715 0.6991 270.7164 -125.5575)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.031" height="5.634"/>
+
+ <rect x="284.528" y="256.065" transform="matrix(0.6991 0.715 -0.715 0.6991 270.7164 -125.5575)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="0.031" height="5.634"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M277.332,265.854l0.115,0.116l5.101-5.099
+ l-0.021-0.022l-4.912,4.914C277.511,265.867,277.385,265.908,277.332,265.854z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M277.332,265.854l0.115,0.116l5.101-5.099
+ l-0.021-0.022l-4.912,4.914C277.511,265.867,277.385,265.908,277.332,265.854z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M277.332,265.854l0.115,0.116l5.101-5.099
+ l-0.021-0.022l-4.912,4.914C277.511,265.867,277.385,265.908,277.332,265.854z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M277.332,265.854l0.115,0.116l5.101-5.099
+ l-0.021-0.022l-4.912,4.914C277.511,265.867,277.385,265.908,277.332,265.854z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M277.332,265.854l0.115,0.116l5.101-5.099
+ l-0.021-0.022l-4.912,4.914C277.511,265.867,277.385,265.908,277.332,265.854z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M277.332,265.854l0.115,0.116l5.101-5.099
+ l-0.021-0.022l-4.912,4.914C277.511,265.867,277.385,265.908,277.332,265.854z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M277.332,265.854l0.115,0.116l5.101-5.099
+ l-0.021-0.022l-4.912,4.914C277.511,265.867,277.385,265.908,277.332,265.854z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M277.332,265.854l0.115,0.116l5.101-5.099
+ l-0.021-0.022l-4.912,4.914C277.511,265.867,277.385,265.908,277.332,265.854z"/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="275.642,264.164 272.454,267.351
+ 274.261,269.157 277.447,265.97 277.332,265.854 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="275.642,264.164 272.454,267.351
+ 274.261,269.157 277.447,265.97 277.332,265.854 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="275.642,264.164 272.454,267.351
+ 274.261,269.157 277.447,265.97 277.332,265.854 "/>
+ <polygon display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " points="275.642,264.164 272.454,267.351
+ 274.261,269.157 277.447,265.97 277.332,265.854 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="275.642,264.164 272.454,267.351
+ 274.261,269.157 277.447,265.97 277.332,265.854 "/>
+ <polygon display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " points="275.642,264.164 272.454,267.351
+ 274.261,269.157 277.447,265.97 277.332,265.854 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="275.642,264.164 272.454,267.351
+ 274.261,269.157 277.447,265.97 277.332,265.854 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="275.642,264.164 272.454,267.351
+ 274.261,269.157 277.447,265.97 277.332,265.854 "/>
+ <polygon display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " points="275.642,264.164 272.454,267.351
+ 274.261,269.157 277.447,265.97 277.332,265.854 "/>
+
+ <rect x="272.414" y="267.395" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -110.0275 271.5992)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="272.414" y="267.395" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -110.0275 271.5992)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="272.414" y="267.395" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -110.0275 271.5992)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="272.414" y="267.395" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -110.0275 271.5992)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="272.414" y="267.395" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -110.0275 271.5992)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="272.414" y="267.395" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -110.0275 271.5992)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="272.414" y="267.395" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -110.0275 271.5992)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="272.414" y="267.395" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -110.0275 271.5992)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="272.414" y="267.395" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -110.0275 271.5992)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="272.414" y="267.395" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -110.0275 271.5992)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="238.853" y="299.596" transform="matrix(-0.7075 0.7067 -0.7067 -0.7075 623.5508 343.6727)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.607" height="2.555"/>
+
+ <rect x="238.853" y="299.596" transform="matrix(-0.7075 0.7067 -0.7067 -0.7075 623.5508 343.6727)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.607" height="2.555"/>
+
+ <rect x="238.853" y="299.596" transform="matrix(-0.7075 0.7067 -0.7067 -0.7075 623.5508 343.6727)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.607" height="2.555"/>
+
+ <rect x="238.853" y="299.596" transform="matrix(-0.7075 0.7067 -0.7067 -0.7075 623.5508 343.6727)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="3.607" height="2.555"/>
+
+ <rect x="243.86" y="292.026" transform="matrix(0.7069 0.7073 -0.7073 0.7069 281.5573 -86.4861)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="8.942"/>
+
+ <rect x="243.86" y="292.026" transform="matrix(0.7069 0.7073 -0.7073 0.7069 281.5573 -86.4861)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="8.942"/>
+
+ <rect x="243.86" y="292.026" transform="matrix(0.7069 0.7073 -0.7073 0.7069 281.5573 -86.4861)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="8.942"/>
+
+ <rect x="243.86" y="292.026" transform="matrix(0.7069 0.7073 -0.7073 0.7069 281.5573 -86.4861)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="8.942"/>
+
+ <rect x="243.86" y="292.026" transform="matrix(0.7069 0.7073 -0.7073 0.7069 281.5573 -86.4861)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="2.553" height="8.942"/>
+
+ <rect x="250.475" y="285" transform="matrix(0.7069 0.7073 -0.7073 0.7069 278.8172 -93.1031)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="9.764"/>
+
+ <rect x="250.475" y="285" transform="matrix(0.7069 0.7073 -0.7073 0.7069 278.8172 -93.1031)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="9.764"/>
+
+ <rect x="250.475" y="285" transform="matrix(0.7069 0.7073 -0.7073 0.7069 278.8172 -93.1031)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="9.764"/>
+
+ <rect x="250.475" y="285" transform="matrix(0.7069 0.7073 -0.7073 0.7069 278.8172 -93.1031)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="2.553" height="9.764"/>
+
+ <rect x="250.475" y="285" transform="matrix(0.7069 0.7073 -0.7073 0.7069 278.8172 -93.1031)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="9.764"/>
+
+ <rect x="250.475" y="285" transform="matrix(0.7069 0.7073 -0.7073 0.7069 278.8172 -93.1031)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="2.553" height="9.764"/>
+
+ <rect x="253.758" y="281.724" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 641.5781 300.2258)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="9.692" height="2.555"/>
+
+ <rect x="253.758" y="281.724" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 641.5781 300.2258)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="9.692" height="2.555"/>
+
+ <rect x="253.758" y="281.724" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 641.5781 300.2258)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="9.692" height="2.555"/>
+
+ <rect x="253.758" y="281.724" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 641.5781 300.2258)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="9.692" height="2.555"/>
+
+ <rect x="253.758" y="281.724" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 641.5781 300.2258)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="9.692" height="2.555"/>
+
+ <rect x="253.758" y="281.724" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 641.5781 300.2258)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="9.692" height="2.555"/>
+
+ <rect x="253.758" y="281.724" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 641.5781 300.2258)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="9.692" height="2.555"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M286.512,256.867l6.132-6.132
+ c0.104-0.102,0.144-0.229,0.091-0.283l-1.688-1.69l-6.319,6.32L286.512,256.867z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M286.512,256.867l6.132-6.132
+ c0.104-0.102,0.144-0.229,0.091-0.283l-1.688-1.69l-6.319,6.32L286.512,256.867z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M286.512,256.867l6.132-6.132
+ c0.104-0.102,0.144-0.229,0.091-0.283l-1.688-1.69l-6.319,6.32L286.512,256.867z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M286.512,256.867l6.132-6.132
+ c0.104-0.102,0.144-0.229,0.091-0.283l-1.688-1.69l-6.319,6.32L286.512,256.867z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M286.512,256.867l6.132-6.132
+ c0.104-0.102,0.144-0.229,0.091-0.283l-1.688-1.69l-6.319,6.32L286.512,256.867z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M286.512,256.867l6.132-6.132
+ c0.104-0.102,0.144-0.229,0.091-0.283l-1.688-1.69l-6.319,6.32L286.512,256.867z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M286.512,256.867l6.132-6.132
+ c0.104-0.102,0.144-0.229,0.091-0.283l-1.688-1.69l-6.319,6.32L286.512,256.867z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M280.716,259.09
+ c0.077,0.045,0.15,0.099,0.218,0.166l1.593,1.593l3.985-3.982l-1.786-1.785L280.716,259.09z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M280.716,259.09
+ c0.077,0.045,0.15,0.099,0.218,0.166l1.593,1.593l3.985-3.982l-1.786-1.785L280.716,259.09z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M280.716,259.09
+ c0.077,0.045,0.15,0.099,0.218,0.166l1.593,1.593l3.985-3.982l-1.786-1.785L280.716,259.09z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M280.716,259.09
+ c0.077,0.045,0.15,0.099,0.218,0.166l1.593,1.593l3.985-3.982l-1.786-1.785L280.716,259.09z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M280.716,259.09
+ c0.077,0.045,0.15,0.099,0.218,0.166l1.593,1.593l3.985-3.982l-1.786-1.785L280.716,259.09z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M280.716,259.09
+ c0.077,0.045,0.15,0.099,0.218,0.166l1.593,1.593l3.985-3.982l-1.786-1.785L280.716,259.09z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M280.716,259.09
+ c0.077,0.045,0.15,0.099,0.218,0.166l1.593,1.593l3.985-3.982l-1.786-1.785L280.716,259.09z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M280.716,259.09
+ c0.077,0.045,0.15,0.099,0.218,0.166l1.593,1.593l3.985-3.982l-1.786-1.785L280.716,259.09z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M280.716,259.09l-5.074,5.074l1.69,1.69
+ c0.053,0.054,0.179,0.013,0.281-0.091l4.912-4.914l-1.593-1.593C280.866,259.189,280.793,259.135,280.716,259.09z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M280.716,259.09l-5.074,5.074l1.69,1.69
+ c0.053,0.054,0.179,0.013,0.281-0.091l4.912-4.914l-1.593-1.593C280.866,259.189,280.793,259.135,280.716,259.09z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M280.716,259.09l-5.074,5.074l1.69,1.69
+ c0.053,0.054,0.179,0.013,0.281-0.091l4.912-4.914l-1.593-1.593C280.866,259.189,280.793,259.135,280.716,259.09z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M280.716,259.09l-5.074,5.074l1.69,1.69
+ c0.053,0.054,0.179,0.013,0.281-0.091l4.912-4.914l-1.593-1.593C280.866,259.189,280.793,259.135,280.716,259.09z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M280.716,259.09l-5.074,5.074l1.69,1.69
+ c0.053,0.054,0.179,0.013,0.281-0.091l4.912-4.914l-1.593-1.593C280.866,259.189,280.793,259.135,280.716,259.09z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M280.716,259.09l-5.074,5.074l1.69,1.69
+ c0.053,0.054,0.179,0.013,0.281-0.091l4.912-4.914l-1.593-1.593C280.866,259.189,280.793,259.135,280.716,259.09z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M280.716,259.09l-5.074,5.074l1.69,1.69
+ c0.053,0.054,0.179,0.013,0.281-0.091l4.912-4.914l-1.593-1.593C280.866,259.189,280.793,259.135,280.716,259.09z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M280.716,259.09l-5.074,5.074l1.69,1.69
+ c0.053,0.054,0.179,0.013,0.281-0.091l4.912-4.914l-1.593-1.593C280.866,259.189,280.793,259.135,280.716,259.09z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M280.716,259.09l-5.074,5.074l1.69,1.69
+ c0.053,0.054,0.179,0.013,0.281-0.091l4.912-4.914l-1.593-1.593C280.866,259.189,280.793,259.135,280.716,259.09z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M335.489,220.957
+ c0.284-0.285,0.501-0.528,0.487-0.543l-2.5-2.5c-0.017-0.016-0.261,0.202-0.542,0.486l-1.646,1.643l2.556,2.556L335.489,220.957z"
+ />
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M335.489,220.957
+ c0.284-0.285,0.501-0.528,0.487-0.543l-2.5-2.5c-0.017-0.016-0.261,0.202-0.542,0.486l-1.646,1.643l2.556,2.556L335.489,220.957z"
+ />
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M335.489,220.957
+ c0.284-0.285,0.501-0.528,0.487-0.543l-2.5-2.5c-0.017-0.016-0.261,0.202-0.542,0.486l-1.646,1.643l2.556,2.556L335.489,220.957z"
+ />
+
+ <rect x="294.869" y="235.13" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -74.7056 293.5203)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="44.178" height="3.615"/>
+
+ <rect x="294.869" y="235.13" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -74.7056 293.5203)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="44.178" height="3.615"/>
+
+ <rect x="294.869" y="235.13" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -74.7056 293.5203)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="44.178" height="3.615"/>
+
+ <rect x="294.869" y="235.13" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -74.7056 293.5203)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="44.178" height="3.615"/>
+
+ <rect x="267.044" y="284.006" transform="matrix(0.7071 0.7071 -0.7071 0.7071 280.2852 -106.6264)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.616" height="2.031"/>
+
+ <rect x="267.044" y="284.006" transform="matrix(0.7071 0.7071 -0.7071 0.7071 280.2852 -106.6264)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.616" height="2.031"/>
+
+ <rect x="267.044" y="284.006" transform="matrix(0.7071 0.7071 -0.7071 0.7071 280.2852 -106.6264)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.616" height="2.031"/>
+
+ <rect x="267.044" y="284.006" transform="matrix(0.7071 0.7071 -0.7071 0.7071 280.2852 -106.6264)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="3.616" height="2.031"/>
+
+ <rect x="267.044" y="284.006" transform="matrix(0.7071 0.7071 -0.7071 0.7071 280.2852 -106.6264)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.616" height="2.031"/>
+
+ <rect x="267.044" y="284.006" transform="matrix(0.7071 0.7071 -0.7071 0.7071 280.2852 -106.6264)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.616" height="2.031"/>
+
+ <rect x="272.305" y="273.337" transform="matrix(0.7072 0.707 -0.707 0.7072 278.0685 -111.8884)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.617" height="12.846"/>
+
+ <rect x="272.305" y="273.337" transform="matrix(0.7072 0.707 -0.707 0.7072 278.0685 -111.8884)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.617" height="12.846"/>
+
+ <rect x="272.305" y="273.337" transform="matrix(0.7072 0.707 -0.707 0.7072 278.0685 -111.8884)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.617" height="12.846"/>
+
+ <rect x="272.305" y="273.337" transform="matrix(0.7072 0.707 -0.707 0.7072 278.0685 -111.8884)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="3.617" height="12.846"/>
+
+ <rect x="272.305" y="273.337" transform="matrix(0.7072 0.707 -0.707 0.7072 278.0685 -111.8884)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.617" height="12.846"/>
+
+ <rect x="272.305" y="273.337" transform="matrix(0.7072 0.707 -0.707 0.7072 278.0685 -111.8884)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.617" height="12.846"/>
+
+ <rect x="272.305" y="273.337" transform="matrix(0.7072 0.707 -0.707 0.7072 278.0685 -111.8884)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.617" height="12.846"/>
+
+ <rect x="298.296" y="252.021" transform="matrix(0.707 0.7072 -0.7072 0.707 267.4168 -137.8652)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.616" height="3.606"/>
+
+ <rect x="298.296" y="252.021" transform="matrix(0.707 0.7072 -0.7072 0.707 267.4168 -137.8652)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.616" height="3.606"/>
+
+ <rect x="298.296" y="252.021" transform="matrix(0.707 0.7072 -0.7072 0.707 267.4168 -137.8652)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.616" height="3.606"/>
+
+ <rect x="298.296" y="252.021" transform="matrix(0.707 0.7072 -0.7072 0.707 267.4168 -137.8652)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.616" height="3.606"/>
+
+ <rect x="298.296" y="252.021" transform="matrix(0.707 0.7072 -0.7072 0.707 267.4168 -137.8652)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.616" height="3.606"/>
+
+ <rect x="285.533" y="258.841" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -98.3975 283.7606)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="15.552" height="3.617"/>
+
+ <rect x="285.533" y="258.841" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -98.3975 283.7606)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="15.552" height="3.617"/>
+
+ <rect x="285.533" y="258.841" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -98.3975 283.7606)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="15.552" height="3.617"/>
+
+ <rect x="285.533" y="258.841" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -98.3975 283.7606)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="15.552" height="3.617"/>
+
+ <rect x="285.533" y="258.841" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -98.3975 283.7606)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="15.552" height="3.617"/>
+
+ <rect x="285.533" y="258.841" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -98.3975 283.7606)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="15.552" height="3.617"/>
+
+ <rect x="283.431" y="265.061" transform="matrix(0.707 0.7072 -0.7072 0.707 273.5576 -123.0037)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="7.212"/>
+
+ <rect x="283.431" y="265.061" transform="matrix(0.707 0.7072 -0.7072 0.707 273.5576 -123.0037)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="7.212"/>
+
+ <rect x="283.431" y="265.061" transform="matrix(0.707 0.7072 -0.7072 0.707 273.5576 -123.0037)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="7.212"/>
+
+ <rect x="283.431" y="265.061" transform="matrix(0.707 0.7072 -0.7072 0.707 273.5576 -123.0037)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.613" height="7.212"/>
+
+ <rect x="283.431" y="265.061" transform="matrix(0.707 0.7072 -0.7072 0.707 273.5576 -123.0037)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="7.212"/>
+
+ <rect x="283.431" y="265.061" transform="matrix(0.707 0.7072 -0.7072 0.707 273.5576 -123.0037)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="7.212"/>
+
+ <rect x="283.431" y="265.061" transform="matrix(0.707 0.7072 -0.7072 0.707 273.5576 -123.0037)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.613" height="7.212"/>
+
+ <rect x="278.773" y="271.011" transform="matrix(0.707 -0.7072 0.7072 0.707 -110.6003 278.6828)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="3.615"/>
+
+ <rect x="278.773" y="271.011" transform="matrix(0.707 -0.7072 0.7072 0.707 -110.6003 278.6828)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="3.615"/>
+
+ <rect x="278.773" y="271.011" transform="matrix(0.707 -0.7072 0.7072 0.707 -110.6003 278.6828)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="3.615"/>
+
+ <rect x="278.773" y="271.011" transform="matrix(0.707 -0.7072 0.7072 0.707 -110.6003 278.6828)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="4.507" height="3.615"/>
+
+ <rect x="278.773" y="271.011" transform="matrix(0.707 -0.7072 0.7072 0.707 -110.6003 278.6828)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="4.507" height="3.615"/>
+
+ <rect x="278.773" y="271.011" transform="matrix(0.707 -0.7072 0.7072 0.707 -110.6003 278.6828)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="3.615"/>
+
+ <rect x="278.773" y="271.011" transform="matrix(0.707 -0.7072 0.7072 0.707 -110.6003 278.6828)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="3.615"/>
+
+ <rect x="278.773" y="271.011" transform="matrix(0.707 -0.7072 0.7072 0.707 -110.6003 278.6828)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="4.507" height="3.615"/>
+
+ <rect x="277.346" y="274.215" transform="matrix(0.7074 0.7068 -0.7068 0.7074 275.8737 -116.9086)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.615" height="1.129"/>
+
+ <rect x="277.346" y="274.215" transform="matrix(0.7074 0.7068 -0.7068 0.7074 275.8737 -116.9086)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.615" height="1.129"/>
+
+ <rect x="277.346" y="274.215" transform="matrix(0.7074 0.7068 -0.7068 0.7074 275.8737 -116.9086)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.615" height="1.129"/>
+
+ <rect x="277.346" y="274.215" transform="matrix(0.7074 0.7068 -0.7068 0.7074 275.8737 -116.9086)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.615" height="1.129"/>
+
+ <rect x="277.346" y="274.215" transform="matrix(0.7074 0.7068 -0.7068 0.7074 275.8737 -116.9086)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="3.615" height="1.129"/>
+
+ <rect x="277.346" y="274.215" transform="matrix(0.7074 0.7068 -0.7068 0.7074 275.8737 -116.9086)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.615" height="1.129"/>
+
+ <rect x="277.346" y="274.215" transform="matrix(0.7074 0.7068 -0.7068 0.7074 275.8737 -116.9086)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.615" height="1.129"/>
+
+ <rect x="277.346" y="274.215" transform="matrix(0.7074 0.7068 -0.7068 0.7074 275.8737 -116.9086)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.615" height="1.129"/>
+
+ <rect x="277.346" y="274.215" transform="matrix(0.7074 0.7068 -0.7068 0.7074 275.8737 -116.9086)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.615" height="1.129"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M260.684,290.652
+ c-0.285,0.284-0.502,0.526-0.485,0.54l2.5,2.502c0.016,0.014,0.257-0.201,0.542-0.487l6.22-6.218l-2.558-2.558L260.684,290.652z"
+ />
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M260.684,290.652
+ c-0.285,0.284-0.502,0.526-0.485,0.54l2.5,2.502c0.016,0.014,0.257-0.201,0.542-0.487l6.22-6.218l-2.558-2.558L260.684,290.652z"
+ />
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M260.684,290.652
+ c-0.285,0.284-0.502,0.526-0.485,0.54l2.5,2.502c0.016,0.014,0.257-0.201,0.542-0.487l6.22-6.218l-2.558-2.558L260.684,290.652z"
+ />
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M260.684,290.652
+ c-0.285,0.284-0.502,0.526-0.485,0.54l2.5,2.502c0.016,0.014,0.257-0.201,0.542-0.487l6.22-6.218l-2.558-2.558L260.684,290.652z"
+ />
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M260.684,290.652
+ c-0.285,0.284-0.502,0.526-0.485,0.54l2.5,2.502c0.016,0.014,0.257-0.201,0.542-0.487l6.22-6.218l-2.558-2.558L260.684,290.652z"
+ />
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M260.684,290.652
+ c-0.285,0.284-0.502,0.526-0.485,0.54l2.5,2.502c0.016,0.014,0.257-0.201,0.542-0.487l6.22-6.218l-2.558-2.558L260.684,290.652z"
+ />
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M260.684,290.652
+ c-0.285,0.284-0.502,0.526-0.485,0.54l2.5,2.502c0.016,0.014,0.257-0.201,0.542-0.487l6.22-6.218l-2.558-2.558L260.684,290.652z"
+ />
+ </g>
+ <g id="debian" display="none">
+ <g display="inline">
+ <path fill="#24363E" d="M258.507,260.893c-1.421,0.019,0.271,0.733,2.13,1.019c0.514-0.405,0.979-0.806,1.395-1.202
+ C260.873,260.996,259.694,260.999,258.507,260.893"/>
+ <path fill="#24363E" d="M266.151,258.987c0.849-1.171,1.467-2.452,1.685-3.775c-0.191,0.941-0.703,1.757-1.187,2.619
+ c-2.662,1.676-0.25-0.997-0.002-2.011C263.785,259.423,266.256,257.979,266.151,258.987"/>
+ <path fill="#24363E" d="M268.975,251.649c0.17-2.565-0.504-1.754-0.734-0.776C268.508,251.012,268.715,252.68,268.975,251.649"/>
+ <path fill="#24363E" d="M253.106,216.596c0.762,0.137,1.645,0.243,1.521,0.423C255.455,216.836,255.646,216.668,253.106,216.596"
+ />
+ <path fill="#24363E" d="M254.628,217.018l-0.538,0.112l0.499-0.045L254.628,217.018"/>
+ <path fill="#24363E" d="M278.325,252.621c0.084,2.301-0.674,3.415-1.356,5.394l-1.232,0.615c-1.006,1.957,0.1,1.242-0.621,2.797
+ c-1.571,1.4-4.772,4.375-5.797,4.647c-0.748-0.016,0.505-0.881,0.67-1.219c-2.104,1.443-1.688,2.168-4.906,3.047l-0.096-0.212
+ c-7.938,3.737-18.968-3.664-18.82-13.762c-0.087,0.639-0.243,0.479-0.419,0.739c-0.408-5.195,2.4-10.413,7.139-12.544
+ c4.635-2.294,10.067-1.354,13.389,1.743c-1.826-2.39-5.453-4.922-9.756-4.686c-4.214,0.069-8.156,2.746-9.473,5.654
+ c-2.156,1.356-2.408,5.237-3.351,5.946c-1.264,9.299,2.383,13.318,8.553,18.044c0.968,0.654,0.271,0.753,0.402,1.254
+ c-2.049-0.96-3.926-2.41-5.469-4.184c0.816,1.198,1.7,2.364,2.844,3.28c-1.932-0.655-4.512-4.684-5.268-4.848
+ c3.332,5.963,13.512,10.458,18.848,8.227c-2.468,0.095-5.604,0.055-8.374-0.973c-1.165-0.599-2.749-1.839-2.466-2.073
+ c7.277,2.717,14.795,2.06,21.091-2.987c1.603-1.249,3.353-3.37,3.857-3.4c-0.763,1.145,0.129,0.551-0.456,1.563
+ c1.598-2.574-0.692-1.047,1.649-4.445l0.867,1.191c-0.323-2.135,2.652-4.73,2.353-8.107c0.682-1.033,0.76,1.11,0.036,3.488
+ c1.006-2.637,0.265-3.062,0.522-5.235c0.277,0.732,0.646,1.509,0.831,2.28c-0.653-2.546,0.673-4.291,1-5.77
+ c-0.32-0.144-1.009,1.124-1.167-1.885c0.024-1.308,0.364-0.684,0.495-1.007c-0.257-0.147-0.93-1.149-1.339-3.072
+ c0.296-0.453,0.793,1.171,1.197,1.236c-0.262-1.527-0.707-2.693-0.726-3.867c-1.183-2.468-0.419,0.331-1.378-1.059
+ c-1.255-3.921,1.046-0.91,1.199-2.69c1.905,2.758,2.993,7.038,3.491,8.808c-0.381-2.159-0.995-4.251-1.745-6.277
+ c0.577,0.242-0.936-4.444,0.75-1.341c-1.799-6.619-7.699-12.804-13.125-15.706c0.663,0.608,1.502,1.37,1.199,1.49
+ c-2.697-1.607-2.226-1.732-2.61-2.409c-2.2-0.895-2.343,0.071-3.8,0c-4.146-2.198-4.945-1.962-8.76-3.342l0.175,0.811
+ c-2.747-0.914-3.198,0.346-6.167,0.002c-0.183-0.142,0.951-0.511,1.884-0.644c-2.655,0.35-2.532-0.524-5.13,0.094
+ c0.641-0.451,1.315-0.746,2-1.129c-2.167,0.133-5.17,1.261-4.241,0.234c-3.531,1.576-9.803,3.789-13.322,7.089l-0.11-0.741
+ c-1.614,1.937-7.034,5.783-7.466,8.289l-0.431,0.101c-0.839,1.422-1.383,3.031-2.049,4.494c-1.097,1.871-1.607,0.72-1.452,1.014
+ c-2.159,4.378-3.229,8.054-4.157,11.072c0.659,0.986,0.016,5.937,0.266,9.898c-1.084,19.58,13.74,38.589,29.944,42.977
+ c2.376,0.852,5.907,0.82,8.911,0.904c-3.545-1.013-4.004-0.536-7.457-1.741c-2.489-1.173-3.035-2.512-4.799-4.043l0.698,1.234
+ c-3.46-1.227-2.014-1.517-4.827-2.409l0.746-0.971c-1.122-0.086-2.972-1.894-3.479-2.893l-1.228,0.049
+ c-1.474-1.817-2.259-3.128-2.2-4.143l-0.397,0.705c-0.447-0.773-5.422-6.82-2.84-5.415c-0.48-0.437-1.119-0.709-1.811-1.966
+ l0.525-0.6c-1.243-1.598-2.287-3.648-2.206-4.331c0.662,0.897,1.119,1.064,1.578,1.217c-3.137-7.783-3.313-0.431-5.688-7.92
+ l0.502-0.042c-0.385-0.578-0.619-1.209-0.93-1.829l0.219-2.179c-2.258-2.611-0.633-11.095-0.305-15.75
+ c0.225-1.895,1.884-3.911,3.146-7.069l-0.771-0.133c1.472-2.562,8.394-10.293,11.597-9.897c1.553-1.949-0.308-0.006-0.611-0.497
+ c3.41-3.529,4.482-2.496,6.783-3.128c2.482-1.473-2.131,0.572-0.952-0.564c4.289-1.095,3.04-2.49,8.639-3.044
+ c0.59,0.334-1.372,0.516-1.862,0.954c3.572-1.75,11.312-1.352,16.339,0.97c5.832,2.727,12.384,10.782,12.644,18.363l0.292,0.079
+ c-0.146,3.014,0.463,6.498-0.596,9.694L278.325,252.621"/>
+ <path fill="#24363E" d="M242.963,262.845l-0.198,1.001c0.935,1.271,1.679,2.649,2.874,3.644
+ C244.778,265.81,244.14,265.117,242.963,262.845"/>
+ <path fill="#24363E" d="M245.178,262.759c-0.497-0.546-0.789-1.206-1.117-1.861c0.314,1.152,0.956,2.143,1.553,3.152
+ L245.178,262.759"/>
+ <path fill="#24363E" d="M284.33,254.251l-0.207,0.526c-0.386,2.722-1.215,5.419-2.482,7.916
+ C283.043,260.058,283.949,257.173,284.33,254.251"/>
+ <path fill="#24363E" d="M253.389,215.916c0.964-0.356,2.369-0.196,3.391-0.426c-1.332,0.109-2.658,0.179-3.967,0.347
+ L253.389,215.916"/>
+ <path fill="#24363E" d="M219.585,233.89c0.223,2.053-1.544,2.851,0.394,1.496C221.016,233.047,219.569,234.742,219.585,233.89"/>
+ <path fill="#24363E" d="M217.31,243.397c0.444-1.371,0.528-2.192,0.696-2.984C216.773,241.988,217.438,242.324,217.31,243.397"/>
+ </g>
+ </g>
+
+ <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="260.3398" y1="515.7651" x2="260.3398" y2="515.7651" gradientTransform="matrix(1 0 0 -1 -0.02 653.8789)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#24363E;stop-opacity:0"/>
+ </linearGradient>
+
+ <path display="none" opacity="0.6" fill="#F6F6F6" stroke="url(#SVGID_3_)" stroke-miterlimit="10" enable-background="new " d="
+ M260.32,138.114"/>
+
+ <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="462.1855" y1="206.5439" x2="462.1855" y2="811.21" gradientTransform="matrix(-1 0 0 1 860.0469 176.2988)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="0.097" style="stop-color:#FFFFFF;stop-opacity:0.903"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+
+ <line display="none" opacity="0.3" fill="none" stroke="url(#SVGID_4_)" stroke-width="3" stroke-linecap="round" stroke-miterlimit="10" enable-background="new " x1="397.861" y1="384.343" x2="397.861" y2="986.009"/>
+
+ <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="-19.8926" y1="532.1665" x2="-19.8926" y2="1185.3315" gradientTransform="matrix(1 0 0 -1 103.2368 603.2813)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="0.097" style="stop-color:#FFFFFF;stop-opacity:0.903"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+
+ <line display="none" opacity="0.3" fill="none" stroke="url(#SVGID_5_)" stroke-width="3" stroke-linecap="round" stroke-miterlimit="10" enable-background="new " x1="83.345" y1="69.614" x2="83.345" y2="-580.551"/>
+</g>
+<g display="none">
+ <g display="inline">
+ <path opacity="0.6" fill="#FFFFFF" enable-background="new " d="M203.924,510.655c-0.052,0.055-0.052,8.622-0.157,10.861
+ c-0.105,1.811-0.269,5.696-4.1,5.696c-3.939,0-4.897-4.525-5.218-6.495c-0.372-2.186-0.372-3.996-0.372-4.793
+ c0-2.556,0.159-9.689,6.176-9.689c1.811,0,2.82,0.533,3.62,0.957L203.924,510.655z M188.489,516.936
+ c0,15.014,7.985,15.014,9.155,15.014c3.3,0,5.43-1.809,6.334-4.947l0.106,4.734c1.012-0.055,2.022-0.16,3.673-0.16
+ c0.586,0,1.063,0,1.491,0.054c0.426,0,0.851,0.053,1.329,0.106c-0.852-1.701-1.488-5.534-1.488-13.846
+ c0-8.09,0-21.771,0.69-25.922c-1.915,0.906-3.566,1.492-7.188,1.811c1.438,1.544,1.438,2.342,1.438,9.366
+ c-1.01-0.317-2.289-0.69-4.471-0.69C190.033,502.456,188.489,510.76,188.489,516.936"/>
+ <path opacity="0.6" fill="#FFFFFF" enable-background="new " d="M217.356,514.219c0.054-4.418,0.96-8.357,4.738-8.357
+ c4.152,0,4.47,4.577,4.363,8.357H217.356z M231.728,514.753c0-6.229-1.224-12.353-9.102-12.353
+ c-10.857,0-10.857,12.033-10.857,14.585c0,10.81,4.843,15.066,12.987,15.066c3.617,0,5.376-0.529,6.334-0.795
+ c-0.053-1.919,0.213-3.143,0.533-4.793c-1.119,0.694-2.556,1.6-5.75,1.6c-8.305,0-8.41-7.563-8.41-10.174h14.16L231.728,514.753"
+ />
+ <path opacity="0.6" fill="#FFFFFF" enable-background="new " d="M249.046,517.042c0,4.951-0.904,11.608-7.079,11.608
+ c-0.854,0-1.916-0.162-2.606-0.321c-0.107-1.916-0.107-5.216-0.107-9.053c0-4.578,0.478-6.97,0.853-8.145
+ c1.116-3.778,3.619-3.83,4.098-3.83C248.247,507.302,249.046,512.891,249.046,517.042z M233.769,522.849
+ c0,3.938,0,6.174-0.639,7.874c2.182,0.854,4.896,1.33,8.146,1.33c2.075,0,8.09,0,11.337-6.651
+ c1.543-3.086,2.074-7.243,2.074-10.385c0-1.916-0.213-6.121-1.756-8.782c-1.49-2.5-3.886-3.778-6.439-3.778
+ c-5.11,0-6.602,4.259-7.397,6.439c0-2.713,0.052-12.188,0.477-17.032c-3.458,1.599-5.59,1.86-7.877,2.075
+ c2.076,0.852,2.076,4.366,2.076,15.812v13.1"/>
+ <path opacity="0.6" fill="#FFFFFF" enable-background="new " d="M264.922,531.737c-1.064-0.16-1.813-0.266-3.355-0.266
+ c-1.701,0-2.875,0.106-4.098,0.266c0.531-1.014,0.746-1.494,0.902-4.951c0.215-4.735,0.27-17.411-0.104-20.071
+ c-0.268-2.025-0.744-2.343-1.488-2.875c4.363-0.427,5.586-0.744,7.609-1.702c-0.424,2.341-0.48,3.515-0.48,7.078
+ C263.803,527.587,263.748,529.555,264.922,531.737"/>
+ <path opacity="0.6" fill="#FFFFFF" enable-background="new " d="M281.967,516.667c-0.105,3.355-0.158,5.699-1.064,7.563
+ c-1.119,2.396-2.982,3.087-4.365,3.087c-3.195,0-3.887-2.661-3.887-5.269c0-5.006,4.473-5.382,6.492-5.382L281.967,516.667
+ L281.967,516.667z M267.326,523.221c0,3.354,1.014,6.705,3.994,8.145c1.33,0.584,2.66,0.584,3.088,0.584
+ c4.896,0,6.547-3.619,7.559-5.854c-0.055,2.343,0,3.778,0.16,5.642c0.957-0.055,1.916-0.159,3.516-0.159
+ c0.904,0,1.754,0.104,2.658,0.159c-0.586-0.903-0.904-1.438-1.064-3.515c-0.105-2.021-0.105-4.043-0.105-6.867l0.055-10.861
+ c0-4.048-1.066-8.039-9.053-8.039c-5.268,0-8.354,1.599-9.898,2.396c0.641,1.171,1.174,2.18,1.652,4.472
+ c2.076-1.811,4.791-2.77,7.557-2.77c4.422,0,4.422,2.93,4.422,7.079c-1.012-0.053-1.863-0.157-3.303-0.157
+ C271.799,513.477,267.326,516.082,267.326,523.221"/>
+ <path opacity="0.6" fill="#FFFFFF" enable-background="new " d="M312.627,526.467c0.055,1.811,0.055,3.727,0.799,5.27
+ c-1.174-0.104-1.863-0.266-4.045-0.266c-1.279,0-1.971,0.107-2.982,0.266c0.211-0.688,0.322-0.957,0.428-1.862
+ c0.158-1.224,0.268-5.322,0.268-6.761v-5.754c0-2.501,0-6.122-0.164-7.396c-0.105-0.904-0.369-3.354-3.461-3.354
+ c-3.033,0-4.043,2.233-4.416,4.045c-0.426,1.861-0.426,3.887-0.426,11.769c0.053,6.813,0.053,7.451,0.584,9.313
+ c-0.904-0.106-2.021-0.213-3.617-0.213c-1.277,0-2.131,0.053-3.193,0.213c0.373-0.852,0.586-1.276,0.691-4.258
+ c0.107-2.93,0.32-17.306-0.16-20.711c-0.266-2.078-0.799-2.556-1.383-3.089c4.313-0.213,5.693-0.904,7.025-1.595v5.641
+ c0.639-1.652,1.969-5.324,7.293-5.324c6.654,0,6.707,4.846,6.76,8.037V526.467"/>
+ <path opacity="0.6" fill="#FFFFFF" enable-background="new " d="M265.369,494.603l-4.406,4.407l-4.406-4.407l4.406-4.406
+ L265.369,494.603"/>
+ </g>
+</g>
+</svg>
diff --git a/moonlight-theme/sources/plymouth/logo.svg b/moonlight-theme/sources/plymouth/logo.svg
new file mode 100644
index 0000000..546476a
--- /dev/null
+++ b/moonlight-theme/sources/plymouth/logo.svg
@@ -0,0 +1,2219 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ width="311.844px" height="311.844px" viewBox="0 0 311.844 311.844" enable-background="new 0 0 311.844 311.844"
+ xml:space="preserve">
+<rect x="-1144.889" y="-557.635" display="none" fill="#24363E" width="2600" height="1708.988"/>
+<ellipse display="none" opacity="0.2" fill="#2C515C" enable-background="new " cx="155.112" cy="960.739" rx="1066.605" ry="379.538"/>
+<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="79.5503" y1="163.6875" x2="79.5503" y2="263.1953" gradientTransform="matrix(0 1 1 0 532.6411 -353.0664)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#24363E;stop-opacity:0"/>
+</linearGradient>
+<line display="none" opacity="0.3" fill="none" stroke="url(#SVGID_1_)" stroke-width="3" stroke-miterlimit="10" enable-background="new " x1="696.328" y1="-273.516" x2="795.836" y2="-273.516"/>
+<g>
+ <g display="none">
+
+ <radialGradient id="SVGID_2_" cx="-2514.4414" cy="-986.0767" r="1087.3379" gradientTransform="matrix(0.2308 0 0 0.2308 735.4443 376.0054)" gradientUnits="userSpaceOnUse">
+ <stop offset="0" style="stop-color:#6D99B8"/>
+ <stop offset="1" style="stop-color:#153645;stop-opacity:0"/>
+ </radialGradient>
+ <rect x="-95.846" y="-102.539" display="inline" fill="url(#SVGID_2_)" width="501.914" height="501.917"/>
+ </g>
+
+ <path display="none" opacity="0.3" fill="#264A61" stroke="#F6F6F6" stroke-width="3" stroke-linecap="round" stroke-miterlimit="10" enable-background="new " d="
+ M302.016,281.645c-86.863,86.865-227.7,86.865-314.564-0.001c-86.866-86.866-86.866-227.702-0.002-314.568"/>
+ <circle opacity="0.7" fill="#264A61" enable-background="new " cx="155.922" cy="155.922" r="155.922"/>
+ <circle opacity="0.4" fill="#24363E" enable-background="new " cx="155.922" cy="155.921" r="119.798"/>
+ <path opacity="0.6" fill="#1790AF" enable-background="new " d="M275.176,155.922c-0.002,65.861-53.393,119.251-119.256,119.253
+ c-65.864-0.002-119.255-53.393-119.253-119.252C36.665,90.059,90.058,36.668,155.923,36.667
+ C221.785,36.666,275.176,90.056,275.176,155.922z"/>
+ <g>
+ <path fill="none" d="M100.46,211.384l-3.349-3.347l-11.18,11.18c1.055,1.164,2.141,2.308,3.264,3.432l0,0L100.46,211.384z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M68.873,146.01c-0.246-0.248-0.211-0.684,0.081-0.978
+ l7.548-7.545l-10.439-10.439c-3.547,11.069-4.999,22.662-4.354,34.159l11.18-11.181L68.873,146.01z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M111.906,200.838l7.995,7.994l5.897-5.896l-11.794-11.793
+ l-16.894,16.895l3.349,3.348l10.611-10.613C111.284,200.56,111.658,200.59,111.906,200.838z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M111.562,102.424c0.295-0.293,0.732-0.331,0.979-0.083
+ l0.596,0.596c-0.576-0.577-0.688-1.402-0.245-1.841l19.282-19.285l-12.881-12.883c-10.939,4.603-21.188,11.357-30.098,20.266
+ c-2.66,2.661-5.125,5.439-7.402,8.32l17.339,17.338L111.562,102.424z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M168.768,62.431c-3.841-0.525-7.708-0.813-11.577-0.865
+ l6.224,6.221L168.768,62.431z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M225.728,103.009c0.439-0.441,1.154-0.441,1.595,0
+ l15.071,15.072c-4.587-10.485-11.168-20.307-19.746-28.886c-11.293-11.292-24.733-19.123-39.01-23.495l39.699,39.7
+ L225.728,103.009z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M203.253,107.628l5.224-5.225
+ c0.348-0.347,0.641-0.612,0.655-0.598l2.498,2.5c0.018,0.016-0.251,0.308-0.597,0.655l-5.224,5.223l6.371,6.372l11.156-11.156
+ l-39.699-39.7c-4.877-1.492-9.852-2.583-14.87-3.269l-5.354,5.356L203.253,107.628z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M203.253,107.628l5.224-5.225
+ c0.348-0.347,0.641-0.612,0.655-0.598l2.498,2.5c0.018,0.016-0.251,0.308-0.597,0.655l-5.224,5.223l6.371,6.372l11.156-11.156
+ l-39.699-39.7c-4.877-1.492-9.852-2.583-14.87-3.269l-5.354,5.356L203.253,107.628z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M242.913,192.551c0.503-1.193,0.979-2.397,1.43-3.606
+ l-2.517,2.519L242.913,192.551z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M242.913,192.551c0.503-1.193,0.979-2.397,1.43-3.606
+ l-2.517,2.519L242.913,192.551z"/>
+
+ <rect x="122.783" y="201.905" transform="matrix(-0.7063 -0.7079 0.7079 -0.7063 64.1144 438.7516)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.588" height="8.34"/>
+
+ <rect x="122.783" y="201.905" transform="matrix(-0.7063 -0.7079 0.7079 -0.7063 64.1144 438.7516)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.588" height="8.34"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M144.468,200.565l-6.714,6.713
+ c-0.274,0.274-0.505,0.487-0.515,0.479l-1.769-1.77c-0.01-0.012,0.203-0.243,0.479-0.515l6.71-6.712l-4.207-4.208l-16.416,16.417
+ l30.085,30.085c0.249,0.249,0.279,0.625,0.065,0.835l-7.702,7.705c1.449,0.174,2.902,0.314,4.354,0.425l22.541-22.541
+ L144.468,200.565z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M144.468,200.565l-6.714,6.713
+ c-0.274,0.274-0.505,0.487-0.515,0.479l-1.769-1.77c-0.01-0.012,0.203-0.243,0.479-0.515l6.71-6.712l-4.207-4.208l-16.416,16.417
+ l30.085,30.085c0.249,0.249,0.279,0.625,0.065,0.835l-7.702,7.705c1.449,0.174,2.902,0.314,4.354,0.425l22.541-22.541
+ L144.468,200.565z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M217.011,227.847c1.931-1.645,3.813-3.376,5.637-5.2
+ c5.865-5.864,10.794-12.311,14.793-19.151l-22.393,22.394L217.011,227.847z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M217.011,227.847c1.931-1.645,3.813-3.376,5.637-5.2
+ c5.865-5.864,10.794-12.311,14.793-19.151l-22.393,22.394L217.011,227.847z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M222.541,210.747c-0.439,0.44-1.155,0.44-1.594,0l-0.888-0.885
+ l-25.876-25.876l-10.519,10.518l31.383,31.386l22.394-22.394c2.075-3.55,3.897-7.207,5.472-10.944l-1.087-1.088L222.541,210.747z"
+ />
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M222.541,210.747c-0.439,0.44-1.155,0.44-1.594,0l-0.888-0.885
+ l-25.876-25.876l-10.519,10.518l31.383,31.386l22.394-22.394c2.075-3.55,3.897-7.207,5.472-10.944l-1.087-1.088L222.541,210.747z"
+ />
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M222.541,210.747c-0.439,0.44-1.155,0.44-1.594,0l-0.888-0.885
+ l-25.876-25.876l-10.519,10.518l31.383,31.386l22.394-22.394c2.075-3.55,3.897-7.207,5.472-10.944l-1.087-1.088L222.541,210.747z"
+ />
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M63.348,174.276c3.214,16.274,10.739,31.867,22.584,44.941
+ l11.18-11.18L63.348,174.276z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M114.006,191.142l-41.119-41.117l-11.18,11.181
+ c0.242,4.379,0.791,8.749,1.642,13.07l33.763,33.762L114.006,191.142z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M114.006,191.142l-41.119-41.117l-11.18,11.181
+ c0.242,4.379,0.791,8.749,1.642,13.07l33.763,33.762L114.006,191.142z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M136.317,192.417l-5.809-5.809
+ c-0.207-0.208-0.354-0.447-0.438-0.689l-6.942,6.945c-0.345,0.343-0.638,0.611-0.654,0.597l-2.499-2.5
+ c-0.016-0.017,0.251-0.309,0.598-0.653l9.366-9.37l-2.864-2.864l-13.068,13.068l11.794,11.793L136.317,192.417z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M136.317,192.417l-5.809-5.809
+ c-0.207-0.208-0.354-0.447-0.438-0.689l-6.942,6.945c-0.345,0.343-0.638,0.611-0.654,0.597l-2.499-2.5
+ c-0.016-0.017,0.251-0.309,0.598-0.653l9.366-9.37l-2.864-2.864l-13.068,13.068l11.794,11.793L136.317,192.417z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M76.502,137.486l-7.548,7.545
+ c-0.292,0.294-0.327,0.73-0.081,0.978l4.014,4.015l8.077-8.076L76.502,137.486z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M76.502,137.486l-7.548,7.545
+ c-0.292,0.294-0.327,0.73-0.081,0.978l4.014,4.015l8.077-8.076L76.502,137.486z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M115.757,107.153c0.441-0.44,1-0.594,1.25-0.346l-3.871-3.87
+ l-0.596-0.596c-0.246-0.248-0.685-0.211-0.979,0.083l-12.431,12.43l4.464,4.464L115.757,107.153z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M115.757,107.153c0.441-0.44,1-0.594,1.25-0.346l-3.871-3.87
+ l-0.596-0.596c-0.246-0.248-0.685-0.211-0.979,0.083l-12.431,12.43l4.464,4.464L115.757,107.153z"/>
+
+ <rect x="127.188" y="174.321" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 349.453 207.9452)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="4.051"/>
+
+ <rect x="127.188" y="174.321" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 349.453 207.9452)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="4.051"/>
+
+ <rect x="127.188" y="174.321" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 349.453 207.9452)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="8.944" height="4.051"/>
+
+ <rect x="130.993" y="190.507" transform="matrix(-0.7054 -0.7088 0.7088 -0.7054 83.6037 430.6347)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.587" height="14.876"/>
+
+ <rect x="130.993" y="190.507" transform="matrix(-0.7054 -0.7088 0.7088 -0.7054 83.6037 430.6347)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.587" height="14.876"/>
+
+ <rect x="130.993" y="190.507" transform="matrix(-0.7054 -0.7088 0.7088 -0.7054 83.6037 430.6347)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="0.587" height="14.876"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M120.699,110.499l-3.691-3.692
+ c-0.25-0.248-0.809-0.094-1.25,0.346l-12.162,12.165l4.145,4.143L120.699,110.499z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M120.699,110.499l-3.691-3.692
+ c-0.25-0.248-0.809-0.094-1.25,0.346l-12.162,12.165l4.145,4.143L120.699,110.499z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M120.699,110.499l-3.691-3.692
+ c-0.25-0.248-0.809-0.094-1.25,0.346l-12.162,12.165l4.145,4.143L120.699,110.499z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M125.627,176.625l-4.195,4.196
+ c-0.438,0.441-1.127,0.465-1.536,0.058l-38.932-38.93l-8.077,8.076l41.119,41.117l13.068-13.068L125.627,176.625z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M125.627,176.625l-4.195,4.196
+ c-0.438,0.441-1.127,0.465-1.536,0.058l-38.932-38.93l-8.077,8.076l41.119,41.117l13.068-13.068L125.627,176.625z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M125.627,176.625l-4.195,4.196
+ c-0.438,0.441-1.127,0.465-1.536,0.058l-38.932-38.93l-8.077,8.076l41.119,41.117l13.068-13.068L125.627,176.625z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M142.522,158.247c0.412,0.409,0.386,1.095-0.053,1.537
+ l10.409-10.409l-11.368-11.372c-0.098-0.096-0.108-0.243-0.026-0.325l3.195-3.197l-23.98-23.982l-12.96,12.961L142.522,158.247z"
+ />
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M142.522,158.247c0.412,0.409,0.386,1.095-0.053,1.537
+ l10.409-10.409l-11.368-11.372c-0.098-0.096-0.108-0.243-0.026-0.325l3.195-3.197l-23.98-23.982l-12.96,12.961L142.522,158.247z"
+ />
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M142.522,158.247c0.412,0.409,0.386,1.095-0.053,1.537
+ l10.409-10.409l-11.368-11.372c-0.098-0.096-0.108-0.243-0.026-0.325l3.195-3.197l-23.98-23.982l-12.96,12.961L142.522,158.247z"
+ />
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M142.522,158.247c0.412,0.409,0.386,1.095-0.053,1.537
+ l10.409-10.409l-11.368-11.372c-0.098-0.096-0.108-0.243-0.026-0.325l3.195-3.197l-23.98-23.982l-12.96,12.961L142.522,158.247z"
+ />
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M132.24,170.593c-0.16-0.162-0.137-0.443,0.053-0.634
+ l-6.666,6.667l1.447,1.448l6.323-6.324L132.24,170.593z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M132.24,170.593c-0.16-0.162-0.137-0.443,0.053-0.634
+ l-6.666,6.667l1.447,1.448l6.323-6.324L132.24,170.593z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M132.24,170.593c-0.16-0.162-0.137-0.443,0.053-0.634
+ l-6.666,6.667l1.447,1.448l6.323-6.324L132.24,170.593z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M132.24,170.593c-0.16-0.162-0.137-0.443,0.053-0.634
+ l-6.666,6.667l1.447,1.448l6.323-6.324L132.24,170.593z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M225.728,103.009l-2.391,2.391l12.105,12.105l1.646-1.643
+ c0.281-0.285,0.524-0.502,0.542-0.486l2.5,2.5c0.014,0.015-0.203,0.258-0.487,0.543l-1.645,1.643l8.146,8.143
+ c-1.053-3.429-2.304-6.809-3.751-10.123l-15.072-15.072C226.882,102.568,226.168,102.568,225.728,103.009z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M225.728,103.009l-2.391,2.391l12.105,12.105l1.646-1.643
+ c0.281-0.285,0.524-0.502,0.542-0.486l2.5,2.5c0.014,0.015-0.203,0.258-0.487,0.543l-1.645,1.643l8.146,8.143
+ c-1.053-3.429-2.304-6.809-3.751-10.123l-15.072-15.072C226.882,102.568,226.168,102.568,225.728,103.009z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M206.761,151.3l35.931,35.93
+ c0.578,0.576,0.689,1.402,0.25,1.841l-1.755,1.754l0.64,0.638l2.517-2.519c7.27-19.501,7.87-40.92,1.803-60.741L238,120.06
+ L206.761,151.3z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M206.761,151.3l35.931,35.93
+ c0.578,0.576,0.689,1.402,0.25,1.841l-1.755,1.754l0.64,0.638l2.517-2.519c7.27-19.501,7.87-40.92,1.803-60.741L238,120.06
+ L206.761,151.3z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M206.761,151.3l35.931,35.93
+ c0.578,0.576,0.689,1.402,0.25,1.841l-1.755,1.754l0.64,0.638l2.517-2.519c7.27-19.501,7.87-40.92,1.803-60.741L238,120.06
+ L206.761,151.3z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M217.122,123.09l-19.284,19.285l0.604,0.605l7.032-7.031
+ c0.272-0.273,0.503-0.485,0.515-0.475l1.767,1.768c0.011,0.011-0.202,0.241-0.476,0.515l-7.03,7.03l3.958,3.957l31.236-31.238
+ l-12.105-12.105l-11.156,11.156l4.693,4.694C217.452,121.826,217.561,122.651,217.122,123.09z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M217.122,123.09l-19.284,19.285l0.604,0.605l7.032-7.031
+ c0.272-0.273,0.503-0.485,0.515-0.475l1.767,1.768c0.011,0.011-0.202,0.241-0.476,0.515l-7.03,7.03l3.958,3.957l31.236-31.238
+ l-12.105-12.105l-11.156,11.156l4.693,4.694C217.452,121.826,217.561,122.651,217.122,123.09z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M217.122,123.09l-19.284,19.285l0.604,0.605l7.032-7.031
+ c0.272-0.273,0.503-0.485,0.515-0.475l1.767,1.768c0.011,0.011-0.202,0.241-0.476,0.515l-7.03,7.03l3.958,3.957l31.236-31.238
+ l-12.105-12.105l-11.156,11.156l4.693,4.694C217.452,121.826,217.561,122.651,217.122,123.09z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M220.06,209.861l0.888,0.885c0.438,0.44,1.153,0.44,1.594,0
+ l19.285-19.283l-0.64-0.638l-19.282,19.284C221.463,210.549,220.638,210.438,220.06,209.861z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M220.06,209.861l0.888,0.885c0.438,0.44,1.153,0.44,1.594,0
+ l19.285-19.283l-0.64-0.638l-19.282,19.284C221.463,210.549,220.638,210.438,220.06,209.861z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M220.06,209.861l0.888,0.885c0.438,0.44,1.153,0.44,1.594,0
+ l19.285-19.283l-0.64-0.638l-19.282,19.284C221.463,210.549,220.638,210.438,220.06,209.861z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M220.06,209.861l0.888,0.885c0.438,0.44,1.153,0.44,1.594,0
+ l19.285-19.283l-0.64-0.638l-19.282,19.284C221.463,210.549,220.638,210.438,220.06,209.861z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M148.84,250.02c13.351,0.999,26.874-0.831,39.594-5.487
+ l-17.053-17.054L148.84,250.02z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M148.84,250.02c13.351,0.999,26.874-0.831,39.594-5.487
+ l-17.053-17.054L148.84,250.02z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M148.84,250.02c13.351,0.999,26.874-0.831,39.594-5.487
+ l-17.053-17.054L148.84,250.02z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M133.927,80.059c0.441-0.44,1.265-0.329,1.841,0.248
+ l7.563,7.562l20.084-20.081l-6.224-6.221c-12.895-0.173-25.817,2.283-37.897,7.363l12.881,12.883L133.927,80.059z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M133.927,80.059c0.441-0.44,1.265-0.329,1.841,0.248
+ l7.563,7.562l20.084-20.081l-6.224-6.221c-12.895-0.173-25.817,2.283-37.897,7.363l12.881,12.883L133.927,80.059z"/>
+
+ <rect x="145.144" y="83.525" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 226.7635 289.3805)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="56.341" height="28.401"/>
+
+ <rect x="145.144" y="83.525" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 226.7635 289.3805)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="56.341" height="28.401"/>
+
+ <rect x="145.144" y="83.525" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 226.7635 289.3805)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="56.341" height="28.401"/>
+
+ <rect x="184.765" y="118.9" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -28.9865 176.8307)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="28.399" height="9.011"/>
+
+ <rect x="184.765" y="118.9" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -28.9865 176.8307)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="28.399" height="9.011"/>
+
+ <rect x="184.765" y="118.9" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -28.9865 176.8307)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="28.399" height="9.011"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M192.514,137.053l4.828-4.828
+ c0.408-0.408,0.745-0.729,0.755-0.718l1.684,1.683c0.011,0.01-0.312,0.347-0.72,0.756l-4.826,4.828l3.604,3.602l19.284-19.285
+ c0.438-0.439,0.33-1.264-0.247-1.841l-4.693-4.694l-20.081,20.081L192.514,137.053z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M192.514,137.053l4.828-4.828
+ c0.408-0.408,0.745-0.729,0.755-0.718l1.684,1.683c0.011,0.01-0.312,0.347-0.72,0.756l-4.826,4.828l3.604,3.602l19.284-19.285
+ c0.438-0.439,0.33-1.264-0.247-1.841l-4.693-4.694l-20.081,20.081L192.514,137.053z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M192.514,137.053l4.828-4.828
+ c0.408-0.408,0.745-0.729,0.755-0.718l1.684,1.683c0.011,0.01-0.312,0.347-0.72,0.756l-4.826,4.828l3.604,3.602l19.284-19.285
+ c0.438-0.439,0.33-1.264-0.247-1.841l-4.693-4.694l-20.081,20.081L192.514,137.053z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M192.514,137.053l4.828-4.828
+ c0.408-0.408,0.745-0.729,0.755-0.718l1.684,1.683c0.011,0.01-0.312,0.347-0.72,0.756l-4.826,4.828l3.604,3.602l19.284-19.285
+ c0.438-0.439,0.33-1.264-0.247-1.841l-4.693-4.694l-20.081,20.081L192.514,137.053z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M184.767,191.145c-0.438,0.439-1.151,0.438-1.592-0.002
+ l-4.303-4.303l-1.438,1.436l6.23,6.228l10.519-10.518l-1.128-1.13L184.767,191.145z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M184.767,191.145c-0.438,0.439-1.151,0.438-1.592-0.002
+ l-4.303-4.303l-1.438,1.436l6.23,6.228l10.519-10.518l-1.128-1.13L184.767,191.145z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M184.767,191.145c-0.438,0.439-1.151,0.438-1.592-0.002
+ l-4.303-4.303l-1.438,1.436l6.23,6.228l10.519-10.518l-1.128-1.13L184.767,191.145z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M184.767,191.145c-0.438,0.439-1.151,0.438-1.592-0.002
+ l-4.303-4.303l-1.438,1.436l6.23,6.228l10.519-10.518l-1.128-1.13L184.767,191.145z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M158.949,169.786l5.42-5.418l-6.371-6.373l-5.547,5.546
+ c0.242,0.083,0.479,0.228,0.688,0.438L158.949,169.786z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M158.949,169.786l5.42-5.418l-6.371-6.373l-5.547,5.546
+ c0.242,0.083,0.479,0.228,0.688,0.438L158.949,169.786z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M158.949,169.786l5.42-5.418l-6.371-6.373l-5.547,5.546
+ c0.242,0.083,0.479,0.228,0.688,0.438L158.949,169.786z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M158.949,169.786l5.42-5.418l-6.371-6.373l-5.547,5.546
+ c0.242,0.083,0.479,0.228,0.688,0.438L158.949,169.786z"/>
+
+ <rect x="130.474" y="160.663" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 363.0341 175.0043)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="29.596" height="4.052"/>
+
+ <rect x="130.474" y="160.663" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 363.0341 175.0043)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="29.596" height="4.052"/>
+
+ <rect x="130.474" y="160.663" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 363.0341 175.0043)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="29.596" height="4.052"/>
+
+ <rect x="130.474" y="160.663" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 363.0341 175.0043)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="29.596" height="4.052"/>
+
+ <rect x="158.027" y="167.001" transform="matrix(-0.7072 0.707 -0.707 -0.7072 394.6051 171.1698)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.664" height="0.587"/>
+
+ <rect x="158.027" y="167.001" transform="matrix(-0.7072 0.707 -0.707 -0.7072 394.6051 171.1698)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.664" height="0.587"/>
+
+ <rect x="158.027" y="167.001" transform="matrix(-0.7072 0.707 -0.707 -0.7072 394.6051 171.1698)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.664" height="0.587"/>
+
+ <rect x="158.027" y="167.001" transform="matrix(-0.7072 0.707 -0.707 -0.7072 394.6051 171.1698)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="7.664" height="0.587"/>
+
+ <rect x="158.027" y="167.001" transform="matrix(-0.7072 0.707 -0.707 -0.7072 394.6051 171.1698)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="7.664" height="0.587"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M152.88,149.375l-10.409,10.409l-10.178,10.175
+ c-0.188,0.19-0.213,0.472-0.053,0.634l1.157,1.157l20.93-20.927L152.88,149.375z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M152.88,149.375l-10.409,10.409l-10.178,10.175
+ c-0.188,0.19-0.213,0.472-0.053,0.634l1.157,1.157l20.93-20.927L152.88,149.375z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M152.88,149.375l-10.409,10.409l-10.178,10.175
+ c-0.188,0.19-0.213,0.472-0.053,0.634l1.157,1.157l20.93-20.927L152.88,149.375z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M152.88,149.375l-10.409,10.409l-10.178,10.175
+ c-0.188,0.19-0.213,0.472-0.053,0.634l1.157,1.157l20.93-20.927L152.88,149.375z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M152.88,149.375l-10.409,10.409l-10.178,10.175
+ c-0.188,0.19-0.213,0.472-0.053,0.634l1.157,1.157l20.93-20.927L152.88,149.375z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M169.468,159.267l-1.693-1.694l-3.197,3.195
+ c-0.081,0.083-0.229,0.072-0.325-0.026l-4.501-4.502l-1.753,1.754l6.371,6.373L169.468,159.267z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M169.468,159.267l-1.693-1.694l-3.197,3.195
+ c-0.081,0.083-0.229,0.072-0.325-0.026l-4.501-4.502l-1.753,1.754l6.371,6.373L169.468,159.267z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M169.468,159.267l-1.693-1.694l-3.197,3.195
+ c-0.081,0.083-0.229,0.072-0.325-0.026l-4.501-4.502l-1.753,1.754l6.371,6.373L169.468,159.267z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M169.468,159.267l-1.693-1.694l-3.197,3.195
+ c-0.081,0.083-0.229,0.072-0.325-0.026l-4.501-4.502l-1.753,1.754l6.371,6.373L169.468,159.267z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M169.468,159.267l-1.693-1.694l-3.197,3.195
+ c-0.081,0.083-0.229,0.072-0.325-0.026l-4.501-4.502l-1.753,1.754l6.371,6.373L169.468,159.267z"/>
+
+ <rect x="166.808" y="158.418" transform="matrix(-0.7079 -0.7063 0.7063 -0.7079 170.966 394.7476)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.588" height="7.213"/>
+
+ <rect x="166.808" y="158.418" transform="matrix(-0.7079 -0.7063 0.7063 -0.7079 170.966 394.7476)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.588" height="7.213"/>
+
+ <rect x="166.808" y="158.418" transform="matrix(-0.7079 -0.7063 0.7063 -0.7079 170.966 394.7476)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.588" height="7.213"/>
+
+ <rect x="166.808" y="158.418" transform="matrix(-0.7079 -0.7063 0.7063 -0.7079 170.966 394.7476)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="0.588" height="7.213"/>
+
+ <rect x="166.808" y="158.418" transform="matrix(-0.7079 -0.7063 0.7063 -0.7079 170.966 394.7476)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.588" height="7.213"/>
+
+ <rect x="166.808" y="158.418" transform="matrix(-0.7079 -0.7063 0.7063 -0.7079 170.966 394.7476)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="0.588" height="7.213"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M144.68,134.482l-3.196,3.197
+ c-0.081,0.082-0.069,0.229,0.027,0.325l11.368,11.372l3.347-3.348L144.68,134.482z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M144.68,134.482l-3.196,3.197
+ c-0.081,0.082-0.069,0.229,0.027,0.325l11.368,11.372l3.347-3.348L144.68,134.482z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M144.68,134.482l-3.196,3.197
+ c-0.081,0.082-0.069,0.229,0.027,0.325l11.368,11.372l3.347-3.348L144.68,134.482z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M144.68,134.482l-3.196,3.197
+ c-0.081,0.082-0.069,0.229,0.027,0.325l11.368,11.372l3.347-3.348L144.68,134.482z"/>
+ <path opacity="0.4" fill="#FEF4A5" enable-background="new " d="M144.68,134.482l-3.196,3.197
+ c-0.081,0.082-0.069,0.229,0.027,0.325l11.368,11.372l3.347-3.348L144.68,134.482z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M157.223,147.025c0.25,0.248,0.095,0.807-0.347,1.248
+ l-2.55,2.549l2.867,2.865l3.347-3.345L157.223,147.025z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M157.223,147.025c0.25,0.248,0.095,0.807-0.347,1.248
+ l-2.55,2.549l2.867,2.865l3.347-3.345L157.223,147.025z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M157.223,147.025c0.25,0.248,0.095,0.807-0.347,1.248
+ l-2.55,2.549l2.867,2.865l3.347-3.345L157.223,147.025z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M157.223,147.025c0.25,0.248,0.095,0.807-0.347,1.248
+ l-2.55,2.549l2.867,2.865l3.347-3.345L157.223,147.025z"/>
+ <path opacity="0.4" fill="#FEF4A5" enable-background="new " d="M157.223,147.025c0.25,0.248,0.095,0.807-0.347,1.248
+ l-2.55,2.549l2.867,2.865l3.347-3.345L157.223,147.025z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M156.877,148.273c0.44-0.441,0.597-1,0.347-1.248l-0.997-0.998
+ l-3.347,3.348l1.447,1.447L156.877,148.273z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M156.877,148.273c0.44-0.441,0.597-1,0.347-1.248l-0.997-0.998
+ l-3.347,3.348l1.447,1.447L156.877,148.273z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M156.877,148.273c0.44-0.441,0.597-1,0.347-1.248l-0.997-0.998
+ l-3.347,3.348l1.447,1.447L156.877,148.273z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M156.877,148.273c0.44-0.441,0.597-1,0.347-1.248l-0.997-0.998
+ l-3.347,3.348l1.447,1.447L156.877,148.273z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M156.877,148.273c0.44-0.441,0.597-1,0.347-1.248l-0.997-0.998
+ l-3.347,3.348l1.447,1.447L156.877,148.273z"/>
+ <path opacity="0.4" fill="#FEF4A5" enable-background="new " d="M156.877,148.273c0.44-0.441,0.597-1,0.347-1.248l-0.997-0.998
+ l-3.347,3.348l1.447,1.447L156.877,148.273z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M159.751,156.24l4.501,4.502
+ c0.098,0.098,0.244,0.109,0.325,0.026l3.197-3.195l-4.68-4.677L159.751,156.24z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M159.751,156.24l4.501,4.502
+ c0.098,0.098,0.244,0.109,0.325,0.026l3.197-3.195l-4.68-4.677L159.751,156.24z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M159.751,156.24l4.501,4.502
+ c0.098,0.098,0.244,0.109,0.325,0.026l3.197-3.195l-4.68-4.677L159.751,156.24z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M159.751,156.24l4.501,4.502
+ c0.098,0.098,0.244,0.109,0.325,0.026l3.197-3.195l-4.68-4.677L159.751,156.24z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M159.751,156.24l4.501,4.502
+ c0.098,0.098,0.244,0.109,0.325,0.026l3.197-3.195l-4.68-4.677L159.751,156.24z"/>
+ <path opacity="0.4" fill="#FEF4A5" enable-background="new " d="M159.751,156.24l4.501,4.502
+ c0.098,0.098,0.244,0.109,0.325,0.026l3.197-3.195l-4.68-4.677L159.751,156.24z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M100.46,211.384l-11.265,11.264
+ c3.005,3.004,6.161,5.763,9.446,8.275l10.679-10.679L100.46,211.384z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M100.613,232.391c11.241,8.154,23.877,13.521,36.955,16.101
+ l-26.528-26.525L100.613,232.391z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M109.422,220.145c-0.11-0.382-0.021-0.811,0.28-1.111
+ l10.2-10.2l-7.996-7.995c-0.248-0.248-0.622-0.278-0.835-0.066l-10.611,10.613l8.86,8.861L109.422,220.145z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M109.422,220.145c-0.11-0.382-0.021-0.811,0.28-1.111
+ l10.2-10.2l-7.996-7.995c-0.248-0.248-0.622-0.278-0.835-0.066l-10.611,10.613l8.86,8.861L109.422,220.145z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M119.902,208.833l-10.2,10.2
+ c-0.302,0.3-0.392,0.729-0.28,1.111l10.896-10.896L119.902,208.833z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M119.902,208.833l-10.2,10.2
+ c-0.302,0.3-0.392,0.729-0.28,1.111l10.896-10.896L119.902,208.833z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M119.902,208.833l-10.2,10.2
+ c-0.302,0.3-0.392,0.729-0.28,1.111l10.896-10.896L119.902,208.833z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M152.122,241.055l-30.085-30.085l-10.997,10.997l26.527,26.525
+ c2.296,0.452,4.603,0.823,6.919,1.104l7.701-7.705C152.4,241.68,152.371,241.303,152.122,241.055z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M152.122,241.055l-30.085-30.085l-10.997,10.997l26.527,26.525
+ c2.296,0.452,4.603,0.823,6.919,1.104l7.701-7.705C152.4,241.68,152.371,241.303,152.122,241.055z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M152.122,241.055l-30.085-30.085l-10.997,10.997l26.527,26.525
+ c2.296,0.452,4.603,0.823,6.919,1.104l7.701-7.705C152.4,241.68,152.371,241.303,152.122,241.055z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M178.873,186.839l4.303,4.303
+ c0.439,0.438,1.152,0.442,1.592,0.002l8.289-8.29l-5.1-5.1L178.873,186.839z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M178.873,186.839l4.303,4.303
+ c0.439,0.438,1.152,0.442,1.592,0.002l8.289-8.29l-5.1-5.1L178.873,186.839z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M178.873,186.839l4.303,4.303
+ c0.439,0.438,1.152,0.442,1.592,0.002l8.289-8.29l-5.1-5.1L178.873,186.839z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M178.873,186.839l4.303,4.303
+ c0.439,0.438,1.152,0.442,1.592,0.002l8.289-8.29l-5.1-5.1L178.873,186.839z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M178.873,186.839l4.303,4.303
+ c0.439,0.438,1.152,0.442,1.592,0.002l8.289-8.29l-5.1-5.1L178.873,186.839z"/>
+
+ <rect x="173.583" y="184.622" transform="matrix(0.7067 0.7075 -0.7075 0.7067 183.0297 -70.2784)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.408" height="2.032"/>
+
+ <rect x="173.583" y="184.622" transform="matrix(0.7067 0.7075 -0.7075 0.7067 183.0297 -70.2784)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.408" height="2.032"/>
+
+ <rect x="173.583" y="184.622" transform="matrix(0.7067 0.7075 -0.7075 0.7067 183.0297 -70.2784)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.408" height="2.032"/>
+
+ <rect x="173.583" y="184.622" transform="matrix(0.7067 0.7075 -0.7075 0.7067 183.0297 -70.2784)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="5.408" height="2.032"/>
+
+ <rect x="173.583" y="184.622" transform="matrix(0.7067 0.7075 -0.7075 0.7067 183.0297 -70.2784)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.408" height="2.032"/>
+
+ <rect x="168.77" y="176.402" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 416.5551 185.8576)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.03" height="5.597"/>
+
+ <rect x="168.77" y="176.402" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 416.5551 185.8576)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.03" height="5.597"/>
+
+ <rect x="168.77" y="176.402" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 416.5551 185.8576)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.03" height="5.597"/>
+
+ <rect x="168.77" y="176.402" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 416.5551 185.8576)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="2.03" height="5.597"/>
+
+ <rect x="168.77" y="176.402" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 416.5551 185.8576)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.03" height="5.597"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M166.917,173.292l3.189-3.188l-3.604-3.603l-5.42,5.419
+ l4.209,4.207l1.459-1.459C166.491,174.233,166.545,173.665,166.917,173.292z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M166.917,173.292l3.189-3.188l-3.604-3.603l-5.42,5.419
+ l4.209,4.207l1.459-1.459C166.491,174.233,166.545,173.665,166.917,173.292z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M166.917,173.292l3.189-3.188l-3.604-3.603l-5.42,5.419
+ l4.209,4.207l1.459-1.459C166.491,174.233,166.545,173.665,166.917,173.292z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M166.917,173.292l3.189-3.188l-3.604-3.603l-5.42,5.419
+ l4.209,4.207l1.459-1.459C166.491,174.233,166.545,173.665,166.917,173.292z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M166.917,173.292l3.189-3.188l-3.604-3.603l-5.42,5.419
+ l4.209,4.207l1.459-1.459C166.491,174.233,166.545,173.665,166.917,173.292z"/>
+
+ <rect x="167.22" y="163.162" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 408.7935 162.0931)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.212" height="5.096"/>
+
+ <rect x="167.22" y="163.162" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 408.7935 162.0931)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.212" height="5.096"/>
+
+ <rect x="167.22" y="163.162" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 408.7935 162.0931)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.212" height="5.096"/>
+
+ <rect x="167.22" y="163.162" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 408.7935 162.0931)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.212" height="5.096"/>
+
+ <rect x="167.22" y="163.162" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 408.7935 162.0931)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="7.212" height="5.096"/>
+
+ <rect x="167.22" y="163.162" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 408.7935 162.0931)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.212" height="5.096"/>
+
+ <rect x="175.044" y="177.623" transform="matrix(-0.707 0.7072 -0.7072 -0.707 437.294 179.4877)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.846" height="5.41"/>
+
+ <rect x="175.044" y="177.623" transform="matrix(-0.707 0.7072 -0.7072 -0.707 437.294 179.4877)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.846" height="5.41"/>
+
+ <rect x="175.044" y="177.623" transform="matrix(-0.707 0.7072 -0.7072 -0.707 437.294 179.4877)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.846" height="5.41"/>
+
+ <rect x="175.044" y="177.623" transform="matrix(-0.707 0.7072 -0.7072 -0.707 437.294 179.4877)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="12.846" height="5.41"/>
+
+ <rect x="175.044" y="177.623" transform="matrix(-0.707 0.7072 -0.7072 -0.707 437.294 179.4877)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.846" height="5.41"/>
+
+ <rect x="175.044" y="177.623" transform="matrix(-0.707 0.7072 -0.7072 -0.707 437.294 179.4877)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.846" height="5.41"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M175.365,173.77c-0.439,0.439-1.153,0.439-1.595,0
+ l-1.254-1.255l-3.983,3.986l3.957,3.956l9.083-9.083l-1.904-1.907L175.365,173.77z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M175.365,173.77c-0.439,0.439-1.153,0.439-1.595,0
+ l-1.254-1.255l-3.983,3.986l3.957,3.956l9.083-9.083l-1.904-1.907L175.365,173.77z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M175.365,173.77c-0.439,0.439-1.153,0.439-1.595,0
+ l-1.254-1.255l-3.983,3.986l3.957,3.956l9.083-9.083l-1.904-1.907L175.365,173.77z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M175.365,173.77c-0.439,0.439-1.153,0.439-1.595,0
+ l-1.254-1.255l-3.983,3.986l3.957,3.956l9.083-9.083l-1.904-1.907L175.365,173.77z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M175.365,173.77c-0.439,0.439-1.153,0.439-1.595,0
+ l-1.254-1.255l-3.983,3.986l3.957,3.956l9.083-9.083l-1.904-1.907L175.365,173.77z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M175.365,173.77c-0.439,0.439-1.153,0.439-1.595,0
+ l-1.254-1.255l-3.983,3.986l3.957,3.956l9.083-9.083l-1.904-1.907L175.365,173.77z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M170.106,170.104l-3.189,3.188
+ c-0.372,0.372-0.426,0.94-0.165,1.376l3.961-3.959L170.106,170.104z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M170.106,170.104l-3.189,3.188
+ c-0.372,0.372-0.426,0.94-0.165,1.376l3.961-3.959L170.106,170.104z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M170.106,170.104l-3.189,3.188
+ c-0.372,0.372-0.426,0.94-0.165,1.376l3.961-3.959L170.106,170.104z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M170.106,170.104l-3.189,3.188
+ c-0.372,0.372-0.426,0.94-0.165,1.376l3.961-3.959L170.106,170.104z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M170.106,170.104l-3.189,3.188
+ c-0.372,0.372-0.426,0.94-0.165,1.376l3.961-3.959L170.106,170.104z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M170.106,170.104l-3.189,3.188
+ c-0.372,0.372-0.426,0.94-0.165,1.376l3.961-3.959L170.106,170.104z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M173.771,173.77c0.44,0.439,1.154,0.439,1.595,0l4.304-4.304
+ l-2.052-2.051l-5.101,5.1L173.771,173.77z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M173.771,173.77c0.44,0.439,1.154,0.439,1.595,0l4.304-4.304
+ l-2.052-2.051l-5.101,5.1L173.771,173.77z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M173.771,173.77c0.44,0.439,1.154,0.439,1.595,0l4.304-4.304
+ l-2.052-2.051l-5.101,5.1L173.771,173.77z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M173.771,173.77c0.44,0.439,1.154,0.439,1.595,0l4.304-4.304
+ l-2.052-2.051l-5.101,5.1L173.771,173.77z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M173.771,173.77c0.44,0.439,1.154,0.439,1.595,0l4.304-4.304
+ l-2.052-2.051l-5.101,5.1L173.771,173.77z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M173.771,173.77c0.44,0.439,1.154,0.439,1.595,0l4.304-4.304
+ l-2.052-2.051l-5.101,5.1L173.771,173.77z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M173.771,173.77c0.44,0.439,1.154,0.439,1.595,0l4.304-4.304
+ l-2.052-2.051l-5.101,5.1L173.771,173.77z"/>
+
+ <rect x="172.527" y="164.242" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 176.5647 408.8313)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="7.211"/>
+
+ <rect x="172.527" y="164.242" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 176.5647 408.8313)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="7.211"/>
+
+ <rect x="172.527" y="164.242" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 176.5647 408.8313)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="7.211"/>
+
+ <rect x="172.527" y="164.242" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 176.5647 408.8313)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="7.211"/>
+
+ <rect x="172.527" y="164.242" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 176.5647 408.8313)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="0.855" height="7.211"/>
+
+ <rect x="172.527" y="164.242" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 176.5647 408.8313)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="7.211"/>
+
+ <rect x="172.527" y="164.242" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 176.5647 408.8313)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="7.211"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M120.699,110.499l20.081-20.081l-8.606-8.606l-19.282,19.285
+ c-0.441,0.439-0.331,1.264,0.245,1.841l3.871,3.87L120.699,110.499z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M120.699,110.499l20.081-20.081l-8.606-8.606l-19.282,19.285
+ c-0.441,0.439-0.331,1.264,0.245,1.841l3.871,3.87L120.699,110.499z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M153.614,125.548c0.083-0.083,0.228-0.072,0.324,0.025
+ l15.687,15.683l10.997-10.998l-39.842-39.84l-20.081,20.081l23.98,23.982L153.614,125.548z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M153.614,125.548c0.083-0.083,0.228-0.072,0.324,0.025
+ l15.687,15.683l10.997-10.998l-39.842-39.84l-20.081,20.081l23.98,23.982L153.614,125.548z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M153.614,125.548c0.083-0.083,0.228-0.072,0.324,0.025
+ l15.687,15.683l10.997-10.998l-39.842-39.84l-20.081,20.081l23.98,23.982L153.614,125.548z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M184.267,135.665c0.102-0.103,0.229-0.145,0.281-0.091
+ l4.309,4.308l0.692-0.693l-6.371-6.373l-7.014,7.014l1.968,1.968L184.267,135.665z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M184.267,135.665c0.102-0.103,0.229-0.145,0.281-0.091
+ l4.309,4.308l0.692-0.693l-6.371-6.373l-7.014,7.014l1.968,1.968L184.267,135.665z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M184.267,135.665c0.102-0.103,0.229-0.145,0.281-0.091
+ l4.309,4.308l0.692-0.693l-6.371-6.373l-7.014,7.014l1.968,1.968L184.267,135.665z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M194.244,143.881l1.647,1.648l2.55-2.549l-0.604-0.605
+ l-1.753,1.752C195.643,144.568,194.82,144.457,194.244,143.881z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M194.244,143.881l1.647,1.648l2.55-2.549l-0.604-0.605
+ l-1.753,1.752C195.643,144.568,194.82,144.457,194.244,143.881z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M194.244,143.881l1.647,1.648l2.55-2.549l-0.604-0.605
+ l-1.753,1.752C195.643,144.568,194.82,144.457,194.244,143.881z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M194.244,143.881l1.647,1.648l2.55-2.549l-0.604-0.605
+ l-1.753,1.752C195.643,144.568,194.82,144.457,194.244,143.881z"/>
+
+ <rect x="199.179" y="145.286" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -45.8561 185.4186)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.608" height="5.597"/>
+
+ <rect x="199.179" y="145.286" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -45.8561 185.4186)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.608" height="5.597"/>
+
+ <rect x="199.179" y="145.286" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -45.8561 185.4186)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.608" height="5.597"/>
+
+ <rect x="199.179" y="145.286" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -45.8561 185.4186)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.608" height="5.597"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M188.867,139.892c0.29-0.223,0.658-0.286,0.997-0.188
+ l0.101-0.102l-0.415-0.415l-0.692,0.693L188.867,139.892z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M188.867,139.892c0.29-0.223,0.658-0.286,0.997-0.188
+ l0.101-0.102l-0.415-0.415l-0.692,0.693L188.867,139.892z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M188.867,139.892c0.29-0.223,0.658-0.286,0.997-0.188
+ l0.101-0.102l-0.415-0.415l-0.692,0.693L188.867,139.892z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M188.867,139.892c0.29-0.223,0.658-0.286,0.997-0.188
+ l0.101-0.102l-0.415-0.415l-0.692,0.693L188.867,139.892z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M241.187,190.825l1.755-1.754
+ c0.439-0.438,0.328-1.265-0.25-1.841l-35.931-35.93l-2.549,2.551L241.187,190.825z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M241.187,190.825l1.755-1.754
+ c0.439-0.438,0.328-1.265-0.25-1.841l-35.931-35.93l-2.549,2.551L241.187,190.825z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M241.187,190.825l1.755-1.754
+ c0.439-0.438,0.328-1.265-0.25-1.841l-35.931-35.93l-2.549,2.551L241.187,190.825z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M241.187,190.825l1.755-1.754
+ c0.439-0.438,0.328-1.265-0.25-1.841l-35.931-35.93l-2.549,2.551L241.187,190.825z"/>
+ <polygon opacity="0.4" fill="#FFF7BB" enable-background="new " points="195.199,146.223 195.892,145.529 194.244,143.881
+ 191.685,141.322 190.991,142.015 "/>
+ <polygon opacity="0.4" fill="#FFF7BB" enable-background="new " points="195.199,146.223 195.892,145.529 194.244,143.881
+ 191.685,141.322 190.991,142.015 "/>
+ <polygon opacity="0.4" fill="#FFF7BB" enable-background="new " points="195.199,146.223 195.892,145.529 194.244,143.881
+ 191.685,141.322 190.991,142.015 "/>
+ <polygon opacity="0.5" fill="#D1E4B8" enable-background="new " points="195.199,146.223 195.892,145.529 194.244,143.881
+ 191.685,141.322 190.991,142.015 "/>
+ <polygon opacity="0.4" fill="#FFF7BB" enable-background="new " points="195.199,146.223 195.892,145.529 194.244,143.881
+ 191.685,141.322 190.991,142.015 "/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M190.686,154.349l1.254,1.252c0.439,0.44,0.439,1.154,0,1.594
+ l-3.188,3.187l1.907,1.907l10.996-10.996l-3.957-3.957L190.686,154.349z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M190.686,154.349l1.254,1.252c0.439,0.44,0.439,1.154,0,1.594
+ l-3.188,3.187l1.907,1.907l10.996-10.996l-3.957-3.957L190.686,154.349z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M190.686,154.349l1.254,1.252c0.439,0.44,0.439,1.154,0,1.594
+ l-3.188,3.187l1.907,1.907l10.996-10.996l-3.957-3.957L190.686,154.349z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M190.686,154.349l1.254,1.252c0.439,0.44,0.439,1.154,0,1.594
+ l-3.188,3.187l1.907,1.907l10.996-10.996l-3.957-3.957L190.686,154.349z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M190.686,154.349l1.254,1.252c0.439,0.44,0.439,1.154,0,1.594
+ l-3.188,3.187l1.907,1.907l10.996-10.996l-3.957-3.957L190.686,154.349z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M189.864,139.704c-0.339-0.098-0.707-0.035-0.997,0.188
+ l0.403,0.405L189.864,139.704z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M189.864,139.704c-0.339-0.098-0.707-0.035-0.997,0.188
+ l0.403,0.405L189.864,139.704z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M189.864,139.704c-0.339-0.098-0.707-0.035-0.997,0.188
+ l0.403,0.405L189.864,139.704z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M189.864,139.704c-0.339-0.098-0.707-0.035-0.997,0.188
+ l0.403,0.405L189.864,139.704z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M189.864,139.704c-0.339-0.098-0.707-0.035-0.997,0.188
+ l0.403,0.405L189.864,139.704z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M193.215,164.847l8.128,8.127
+ c0.44,0.44,0.44,1.154,0.002,1.594l-4.304,4.302l0.837,0.839c0.161,0.159,0.138,0.444-0.052,0.632l-3.644,3.644l25.876,25.876
+ c0.578,0.577,1.402,0.688,1.846,0.248l19.281-19.284l-36.975-36.975L193.215,164.847z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M193.215,164.847l8.128,8.127
+ c0.44,0.44,0.44,1.154,0.002,1.594l-4.304,4.302l0.837,0.839c0.161,0.159,0.138,0.444-0.052,0.632l-3.644,3.644l25.876,25.876
+ c0.578,0.577,1.402,0.688,1.846,0.248l19.281-19.284l-36.975-36.975L193.215,164.847z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M193.215,164.847l8.128,8.127
+ c0.44,0.44,0.44,1.154,0.002,1.594l-4.304,4.302l0.837,0.839c0.161,0.159,0.138,0.444-0.052,0.632l-3.644,3.644l25.876,25.876
+ c0.578,0.577,1.402,0.688,1.846,0.248l19.281-19.284l-36.975-36.975L193.215,164.847z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M193.215,164.847l8.128,8.127
+ c0.44,0.44,0.44,1.154,0.002,1.594l-4.304,4.302l0.837,0.839c0.161,0.159,0.138,0.444-0.052,0.632l-3.644,3.644l25.876,25.876
+ c0.578,0.577,1.402,0.688,1.846,0.248l19.281-19.284l-36.975-36.975L193.215,164.847z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M193.215,164.847l8.128,8.127
+ c0.44,0.44,0.44,1.154,0.002,1.594l-4.304,4.302l0.837,0.839c0.161,0.159,0.138,0.444-0.052,0.632l-3.644,3.644l25.876,25.876
+ c0.578,0.577,1.402,0.688,1.846,0.248l19.281-19.284l-36.975-36.975L193.215,164.847z"/>
+
+ <rect x="172.284" y="141.449" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -49.7159 165.6658)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.635" height="2.783"/>
+
+ <rect x="172.284" y="141.449" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -49.7159 165.6658)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.635" height="2.783"/>
+
+ <rect x="172.284" y="141.449" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -49.7159 165.6658)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.635" height="2.783"/>
+
+ <rect x="172.284" y="141.449" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -49.7159 165.6658)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.635" height="2.783"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M188.753,160.382l3.188-3.187c0.439-0.44,0.439-1.154,0-1.594
+ l-1.254-1.252l-3.983,3.983L188.753,160.382z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M188.753,160.382l3.188-3.187c0.439-0.44,0.439-1.154,0-1.594
+ l-1.254-1.252l-3.983,3.983L188.753,160.382z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M188.753,160.382l3.188-3.187c0.439-0.44,0.439-1.154,0-1.594
+ l-1.254-1.252l-3.983,3.983L188.753,160.382z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M188.753,160.382l3.188-3.187c0.439-0.44,0.439-1.154,0-1.594
+ l-1.254-1.252l-3.983,3.983L188.753,160.382z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M188.753,160.382l3.188-3.187c0.439-0.44,0.439-1.154,0-1.594
+ l-1.254-1.252l-3.983,3.983L188.753,160.382z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M188.753,160.382l3.188-3.187c0.439-0.44,0.439-1.154,0-1.594
+ l-1.254-1.252l-3.983,3.983L188.753,160.382z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M143.33,87.868l-7.563-7.562
+ c-0.576-0.577-1.398-0.688-1.841-0.248l-1.754,1.754l8.606,8.606L143.33,87.868z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M143.33,87.868l-7.563-7.562
+ c-0.576-0.577-1.398-0.688-1.841-0.248l-1.754,1.754l8.606,8.606L143.33,87.868z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M143.33,87.868l-7.563-7.562
+ c-0.576-0.577-1.398-0.688-1.841-0.248l-1.754,1.754l8.606,8.606L143.33,87.868z"/>
+
+ <rect x="160.162" y="80.846" transform="matrix(0.7072 -0.707 0.707 0.7072 -29.6524 146.4383)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="56.344"/>
+
+ <rect x="160.162" y="80.846" transform="matrix(0.7072 -0.707 0.707 0.7072 -29.6524 146.4383)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="56.344"/>
+
+ <rect x="160.162" y="80.846" transform="matrix(0.7072 -0.707 0.707 0.7072 -29.6524 146.4383)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="56.344"/>
+
+ <rect x="160.162" y="80.846" transform="matrix(0.7072 -0.707 0.707 0.7072 -29.6524 146.4383)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="56.344"/>
+
+ <rect x="185.844" y="130.215" transform="matrix(0.707 -0.7072 0.7072 0.707 -40.2946 172.189)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.607" height="9.013"/>
+
+ <rect x="185.844" y="130.215" transform="matrix(0.707 -0.7072 0.7072 0.707 -40.2946 172.189)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.607" height="9.013"/>
+
+ <rect x="185.844" y="130.215" transform="matrix(0.707 -0.7072 0.7072 0.707 -40.2946 172.189)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.607" height="9.013"/>
+
+ <rect x="185.844" y="130.215" transform="matrix(0.707 -0.7072 0.7072 0.707 -40.2946 172.189)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.607" height="9.013"/>
+
+ <rect x="189.239" y="137.822" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -41.7073 175.5401)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="0.587"/>
+
+ <rect x="189.239" y="137.822" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -41.7073 175.5401)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="0.587"/>
+
+ <rect x="189.239" y="137.822" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -41.7073 175.5401)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.606" height="0.587"/>
+
+ <rect x="189.239" y="137.822" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -41.7073 175.5401)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="0.587"/>
+
+ <rect x="189.239" y="137.822" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -41.7073 175.5401)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="0.587"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M194.244,143.881c0.576,0.576,1.398,0.687,1.841,0.246
+ l1.753-1.752l-3.604-3.602l-2.55,2.549L194.244,143.881z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M194.244,143.881c0.576,0.576,1.398,0.687,1.841,0.246
+ l1.753-1.752l-3.604-3.602l-2.55,2.549L194.244,143.881z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M194.244,143.881c0.576,0.576,1.398,0.687,1.841,0.246
+ l1.753-1.752l-3.604-3.602l-2.55,2.549L194.244,143.881z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M194.244,143.881c0.576,0.576,1.398,0.687,1.841,0.246
+ l1.753-1.752l-3.604-3.602l-2.55,2.549L194.244,143.881z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M194.244,143.881c0.576,0.576,1.398,0.687,1.841,0.246
+ l1.753-1.752l-3.604-3.602l-2.55,2.549L194.244,143.881z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M197.879,179.709l-0.837-0.839l-3.985,3.985l1.128,1.13
+ l3.644-3.644C198.016,180.153,198.04,179.869,197.879,179.709z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M197.879,179.709l-0.837-0.839l-3.985,3.985l1.128,1.13
+ l3.644-3.644C198.016,180.153,198.04,179.869,197.879,179.709z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M197.879,179.709l-0.837-0.839l-3.985,3.985l1.128,1.13
+ l3.644-3.644C198.016,180.153,198.04,179.869,197.879,179.709z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M197.879,179.709l-0.837-0.839l-3.985,3.985l1.128,1.13
+ l3.644-3.644C198.016,180.153,198.04,179.869,197.879,179.709z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M197.879,179.709l-0.837-0.839l-3.985,3.985l1.128,1.13
+ l3.644-3.644C198.016,180.153,198.04,179.869,197.879,179.709z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M197.879,179.709l-0.837-0.839l-3.985,3.985l1.128,1.13
+ l3.644-3.644C198.016,180.153,198.04,179.869,197.879,179.709z"/>
+ <polygon opacity="0.4" fill="#FFF7BB" enable-background="new " points="173.453,155.282 171.757,153.59 167.774,157.572
+ 169.468,159.267 170.265,158.469 "/>
+ <polygon opacity="0.4" fill="#FFF7BB" enable-background="new " points="173.453,155.282 171.757,153.59 167.774,157.572
+ 169.468,159.267 170.265,158.469 "/>
+ <polygon opacity="0.4" fill="#FFF7BB" enable-background="new " points="173.453,155.282 171.757,153.59 167.774,157.572
+ 169.468,159.267 170.265,158.469 "/>
+ <polygon opacity="0.2" fill="#FEF4A5" enable-background="new " points="173.453,155.282 171.757,153.59 167.774,157.572
+ 169.468,159.267 170.265,158.469 "/>
+ <polygon opacity="0.4" fill="#FFF7BB" enable-background="new " points="173.453,155.282 171.757,153.59 167.774,157.572
+ 169.468,159.267 170.265,158.469 "/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M169.983,159.581c-0.108-0.381-0.02-0.811,0.281-1.111
+ l-0.797,0.797l0.416,0.416L169.983,159.581z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M169.983,159.581c-0.108-0.381-0.02-0.811,0.281-1.111
+ l-0.797,0.797l0.416,0.416L169.983,159.581z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M169.983,159.581c-0.108-0.381-0.02-0.811,0.281-1.111
+ l-0.797,0.797l0.416,0.416L169.983,159.581z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M169.983,159.581c-0.108-0.381-0.02-0.811,0.281-1.111
+ l-0.797,0.797l0.416,0.416L169.983,159.581z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M169.983,159.581c-0.108-0.381-0.02-0.811,0.281-1.111
+ l-0.797,0.797l0.416,0.416L169.983,159.581z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M169.983,159.581c-0.108-0.381-0.02-0.811,0.281-1.111
+ l-0.797,0.797l0.416,0.416L169.983,159.581z"/>
+
+ <rect x="173.48" y="158.285" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -62.2555 171.3512)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="5.095"/>
+
+ <rect x="173.48" y="158.285" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -62.2555 171.3512)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="5.095"/>
+
+ <rect x="173.48" y="158.285" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -62.2555 171.3512)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="5.095"/>
+
+ <rect x="173.48" y="158.285" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -62.2555 171.3512)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="4.507" height="5.095"/>
+
+ <rect x="173.48" y="158.285" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -62.2555 171.3512)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="5.095"/>
+
+ <rect x="173.48" y="158.285" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -62.2555 171.3512)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="4.507" height="5.095"/>
+
+ <rect x="173.48" y="158.285" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -62.2555 171.3512)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="5.095"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M169.983,159.581l3.885-3.883l-0.415-0.416l-3.188,3.188
+ C169.965,158.77,169.875,159.199,169.983,159.581z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M169.983,159.581l3.885-3.883l-0.415-0.416l-3.188,3.188
+ C169.965,158.77,169.875,159.199,169.983,159.581z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M169.983,159.581l3.885-3.883l-0.415-0.416l-3.188,3.188
+ C169.965,158.77,169.875,159.199,169.983,159.581z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M169.983,159.581l3.885-3.883l-0.415-0.416l-3.188,3.188
+ C169.965,158.77,169.875,159.199,169.983,159.581z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M169.983,159.581l3.885-3.883l-0.415-0.416l-3.188,3.188
+ C169.965,158.77,169.875,159.199,169.983,159.581z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M169.983,159.581l3.885-3.883l-0.415-0.416l-3.188,3.188
+ C169.965,158.77,169.875,159.199,169.983,159.581z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M169.983,159.581l3.885-3.883l-0.415-0.416l-3.188,3.188
+ C169.965,158.77,169.875,159.199,169.983,159.581z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M159.869,142.387c0.188-0.19,0.473-0.214,0.633-0.055
+ l4.022,4.024l5.101-5.1l-15.687-15.683c-0.098-0.097-0.241-0.109-0.324-0.025l-8.935,8.934l11.546,11.545L159.869,142.387z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M159.869,142.387c0.188-0.19,0.473-0.214,0.633-0.055
+ l4.022,4.024l5.101-5.1l-15.687-15.683c-0.098-0.097-0.241-0.109-0.324-0.025l-8.935,8.934l11.546,11.545L159.869,142.387z"/>
+ <path opacity="0.4" fill="#FEF4A5" enable-background="new " d="M159.869,142.387c0.188-0.19,0.473-0.214,0.633-0.055
+ l4.022,4.024l5.101-5.1l-15.687-15.683c-0.098-0.097-0.241-0.109-0.324-0.025l-8.935,8.934l11.546,11.545L159.869,142.387z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M159.869,142.387c0.188-0.19,0.473-0.214,0.633-0.055
+ l4.022,4.024l5.101-5.1l-15.687-15.683c-0.098-0.097-0.241-0.109-0.324-0.025l-8.935,8.934l11.546,11.545L159.869,142.387z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M169.234,150.694l4.913-4.912l-1.969-1.968l-5.1,5.098
+ l2.063,2.063C169.091,150.924,169.132,150.796,169.234,150.694z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M169.234,150.694l4.913-4.912l-1.969-1.968l-5.1,5.098
+ l2.063,2.063C169.091,150.924,169.132,150.796,169.234,150.694z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M169.234,150.694l4.913-4.912l-1.969-1.968l-5.1,5.098
+ l2.063,2.063C169.091,150.924,169.132,150.796,169.234,150.694z"/>
+ <path opacity="0.4" fill="#FEF4A5" enable-background="new " d="M169.234,150.694l4.913-4.912l-1.969-1.968l-5.1,5.098
+ l2.063,2.063C169.091,150.924,169.132,150.796,169.234,150.694z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M169.234,150.694l4.913-4.912l-1.969-1.968l-5.1,5.098
+ l2.063,2.063C169.091,150.924,169.132,150.796,169.234,150.694z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M164.524,146.356l-4.022-4.024
+ c-0.16-0.16-0.443-0.136-0.633,0.055l-3.644,3.641l0.997,0.998l3.317,3.317L164.524,146.356z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M164.524,146.356l-4.022-4.024
+ c-0.16-0.16-0.443-0.136-0.633,0.055l-3.644,3.641l0.997,0.998l3.317,3.317L164.524,146.356z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M164.524,146.356l-4.022-4.024
+ c-0.16-0.16-0.443-0.136-0.633,0.055l-3.644,3.641l0.997,0.998l3.317,3.317L164.524,146.356z"/>
+ <path opacity="0.4" fill="#FEF4A5" enable-background="new " d="M164.524,146.356l-4.022-4.024
+ c-0.16-0.16-0.443-0.136-0.633,0.055l-3.644,3.641l0.997,0.998l3.317,3.317L164.524,146.356z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M164.524,146.356l-4.022-4.024
+ c-0.16-0.16-0.443-0.136-0.633,0.055l-3.644,3.641l0.997,0.998l3.317,3.317L164.524,146.356z"/>
+ <polygon opacity="0.4" fill="#FFF7BB" enable-background="new " points="167.774,157.572 171.757,153.59 169.144,150.975
+ 167.08,148.912 163.095,152.895 "/>
+ <polygon opacity="0.4" fill="#FFF7BB" enable-background="new " points="167.774,157.572 171.757,153.59 169.144,150.975
+ 167.08,148.912 163.095,152.895 "/>
+ <polygon opacity="0.4" fill="#FFF7BB" enable-background="new " points="167.774,157.572 171.757,153.59 169.144,150.975
+ 167.08,148.912 163.095,152.895 "/>
+ <polygon opacity="0.2" fill="#FEF4A5" enable-background="new " points="167.774,157.572 171.757,153.59 169.144,150.975
+ 167.08,148.912 163.095,152.895 "/>
+ <polygon opacity="0.4" fill="#FEF4A5" enable-background="new " points="167.774,157.572 171.757,153.59 169.144,150.975
+ 167.08,148.912 163.095,152.895 "/>
+ <polygon opacity="0.4" fill="#FFF7BB" enable-background="new " points="167.774,157.572 171.757,153.59 169.144,150.975
+ 167.08,148.912 163.095,152.895 "/>
+
+ <rect x="183.54" y="162.489" transform="matrix(0.7072 -0.707 0.707 0.7072 -61.0398 180.2719)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.213" height="2.697"/>
+
+ <rect x="183.54" y="162.489" transform="matrix(0.7072 -0.707 0.707 0.7072 -61.0398 180.2719)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.213" height="2.697"/>
+
+ <rect x="183.54" y="162.489" transform="matrix(0.7072 -0.707 0.707 0.7072 -61.0398 180.2719)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.213" height="2.697"/>
+
+ <rect x="183.54" y="162.489" transform="matrix(0.7072 -0.707 0.707 0.7072 -61.0398 180.2719)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="7.213" height="2.697"/>
+
+ <rect x="183.54" y="162.489" transform="matrix(0.7072 -0.707 0.707 0.7072 -61.0398 180.2719)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.213" height="2.697"/>
+
+ <rect x="183.54" y="162.489" transform="matrix(0.7072 -0.707 0.707 0.7072 -61.0398 180.2719)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.213" height="2.697"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M197.042,178.87l4.304-4.302
+ c0.438-0.439,0.438-1.154-0.002-1.594l-8.128-8.127l-5.101,5.098L197.042,178.87z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M197.042,178.87l4.304-4.302
+ c0.438-0.439,0.438-1.154-0.002-1.594l-8.128-8.127l-5.101,5.098L197.042,178.87z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M197.042,178.87l4.304-4.302
+ c0.438-0.439,0.438-1.154-0.002-1.594l-8.128-8.127l-5.101,5.098L197.042,178.87z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M197.042,178.87l4.304-4.302
+ c0.438-0.439,0.438-1.154-0.002-1.594l-8.128-8.127l-5.101,5.098L197.042,178.87z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M197.042,178.87l4.304-4.302
+ c0.438-0.439,0.438-1.154-0.002-1.594l-8.128-8.127l-5.101,5.098L197.042,178.87z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M197.042,178.87l4.304-4.302
+ c0.438-0.439,0.438-1.154-0.002-1.594l-8.128-8.127l-5.101,5.098L197.042,178.87z"/>
+
+ <rect x="183.775" y="158.292" transform="matrix(0.7069 0.7073 -0.7073 0.7069 168.7886 -83.5591)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="7.212"/>
+
+ <rect x="183.775" y="158.292" transform="matrix(0.7069 0.7073 -0.7073 0.7069 168.7886 -83.5591)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="7.212"/>
+
+ <rect x="183.775" y="158.292" transform="matrix(0.7069 0.7073 -0.7073 0.7069 168.7886 -83.5591)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="7.212"/>
+
+ <rect x="183.775" y="158.292" transform="matrix(0.7069 0.7073 -0.7073 0.7069 168.7886 -83.5591)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="2.901" height="7.212"/>
+
+ <rect x="183.775" y="158.292" transform="matrix(0.7069 0.7073 -0.7073 0.7069 168.7886 -83.5591)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="7.212"/>
+
+ <rect x="183.775" y="158.292" transform="matrix(0.7069 0.7073 -0.7073 0.7069 168.7886 -83.5591)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="7.212"/>
+
+ <rect x="183.775" y="158.292" transform="matrix(0.7069 0.7073 -0.7073 0.7069 168.7886 -83.5591)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="7.212"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M184.928,173.132l3.028,3.029c0.439,0.44,0.438,1.155,0,1.594
+ l5.1,5.1l3.985-3.985l-8.927-8.925L184.928,173.132z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M184.928,173.132l3.028,3.029c0.439,0.44,0.438,1.155,0,1.594
+ l5.1,5.1l3.985-3.985l-8.927-8.925L184.928,173.132z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M184.928,173.132l3.028,3.029c0.439,0.44,0.438,1.155,0,1.594
+ l5.1,5.1l3.985-3.985l-8.927-8.925L184.928,173.132z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M184.928,173.132l3.028,3.029c0.439,0.44,0.438,1.155,0,1.594
+ l5.1,5.1l3.985-3.985l-8.927-8.925L184.928,173.132z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M184.928,173.132l3.028,3.029c0.439,0.44,0.438,1.155,0,1.594
+ l5.1,5.1l3.985-3.985l-8.927-8.925L184.928,173.132z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M184.928,173.132l3.028,3.029c0.439,0.44,0.438,1.155,0,1.594
+ l5.1,5.1l3.985-3.985l-8.927-8.925L184.928,173.132z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M184.928,173.132l3.028,3.029c0.439,0.44,0.438,1.155,0,1.594
+ l5.1,5.1l3.985-3.985l-8.927-8.925L184.928,173.132z"/>
+
+ <rect x="181.695" y="165.773" transform="matrix(0.7069 0.7073 -0.7073 0.7069 172.4885 -80.2197)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.697" height="4.507"/>
+
+ <rect x="181.695" y="165.773" transform="matrix(0.7069 0.7073 -0.7073 0.7069 172.4885 -80.2197)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.697" height="4.507"/>
+
+ <rect x="181.695" y="165.773" transform="matrix(0.7069 0.7073 -0.7073 0.7069 172.4885 -80.2197)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.697" height="4.507"/>
+
+ <rect x="181.695" y="165.773" transform="matrix(0.7069 0.7073 -0.7073 0.7069 172.4885 -80.2197)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="2.697" height="4.507"/>
+
+ <rect x="181.695" y="165.773" transform="matrix(0.7069 0.7073 -0.7073 0.7069 172.4885 -80.2197)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="2.697" height="4.507"/>
+
+ <rect x="181.695" y="165.773" transform="matrix(0.7069 0.7073 -0.7073 0.7069 172.4885 -80.2197)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.697" height="4.507"/>
+
+ <rect x="181.695" y="165.773" transform="matrix(0.7069 0.7073 -0.7073 0.7069 172.4885 -80.2197)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.697" height="4.507"/>
+
+ <rect x="177.434" y="160.688" transform="matrix(0.7082 0.706 -0.706 0.7082 166.9235 -78.0257)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.856" height="4.507"/>
+
+ <rect x="177.434" y="160.688" transform="matrix(0.7082 0.706 -0.706 0.7082 166.9235 -78.0257)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.856" height="4.507"/>
+
+ <rect x="177.434" y="160.688" transform="matrix(0.7082 0.706 -0.706 0.7082 166.9235 -78.0257)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.856" height="4.507"/>
+
+ <rect x="177.434" y="160.688" transform="matrix(0.7082 0.706 -0.706 0.7082 166.9235 -78.0257)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="0.856" height="4.507"/>
+
+ <rect x="177.434" y="160.688" transform="matrix(0.7082 0.706 -0.706 0.7082 166.9235 -78.0257)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.856" height="4.507"/>
+
+ <rect x="177.434" y="160.688" transform="matrix(0.7082 0.706 -0.706 0.7082 166.9235 -78.0257)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="0.856" height="4.507"/>
+
+ <rect x="177.434" y="160.688" transform="matrix(0.7082 0.706 -0.706 0.7082 166.9235 -78.0257)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.856" height="4.507"/>
+
+ <rect x="177.434" y="160.688" transform="matrix(0.7082 0.706 -0.706 0.7082 166.9235 -78.0257)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.856" height="4.507"/>
+
+ <rect x="178.717" y="164.618" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -64.4233 176.6065)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.508" height="2.901"/>
+
+ <rect x="178.717" y="164.618" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -64.4233 176.6065)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.508" height="2.901"/>
+
+ <rect x="178.717" y="164.618" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -64.4233 176.6065)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.508" height="2.901"/>
+
+ <rect x="178.717" y="164.618" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -64.4233 176.6065)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="4.508" height="2.901"/>
+
+ <rect x="178.717" y="164.618" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -64.4233 176.6065)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.508" height="2.901"/>
+
+ <rect x="178.717" y="164.618" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -64.4233 176.6065)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="4.508" height="2.901"/>
+
+ <rect x="178.717" y="164.618" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -64.4233 176.6065)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.508" height="2.901"/>
+
+ <rect x="178.717" y="164.618" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -64.4233 176.6065)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.508" height="2.901"/>
+
+ <rect x="173.239" y="160.285" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 411.8398 155.0754)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.127" height="5.095"/>
+
+ <rect x="173.239" y="160.285" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 411.8398 155.0754)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.127" height="5.095"/>
+
+ <rect x="173.239" y="160.285" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 411.8398 155.0754)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.127" height="5.095"/>
+
+ <rect x="173.239" y="160.285" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 411.8398 155.0754)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="1.127" height="5.095"/>
+
+ <rect x="173.239" y="160.285" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 411.8398 155.0754)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.127" height="5.095"/>
+
+ <rect x="173.239" y="160.285" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 411.8398 155.0754)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="1.127" height="5.095"/>
+
+ <rect x="173.239" y="160.285" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 411.8398 155.0754)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.127" height="5.095"/>
+
+ <rect x="173.239" y="160.285" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 411.8398 155.0754)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.127" height="5.095"/>
+
+ <rect x="180.452" y="168.643" transform="matrix(0.7082 -0.706 0.706 0.7082 -67.1951 177.4083)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.129" height="2.697"/>
+
+ <rect x="180.452" y="168.643" transform="matrix(0.7082 -0.706 0.706 0.7082 -67.1951 177.4083)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.129" height="2.697"/>
+
+ <rect x="180.452" y="168.643" transform="matrix(0.7082 -0.706 0.706 0.7082 -67.1951 177.4083)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.129" height="2.697"/>
+
+ <rect x="180.452" y="168.643" transform="matrix(0.7082 -0.706 0.706 0.7082 -67.1951 177.4083)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="1.129" height="2.697"/>
+
+ <rect x="180.452" y="168.643" transform="matrix(0.7082 -0.706 0.706 0.7082 -67.1951 177.4083)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="1.129" height="2.697"/>
+
+ <rect x="180.452" y="168.643" transform="matrix(0.7082 -0.706 0.706 0.7082 -67.1951 177.4083)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.129" height="2.697"/>
+
+ <rect x="180.452" y="168.643" transform="matrix(0.7082 -0.706 0.706 0.7082 -67.1951 177.4083)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.129" height="2.697"/>
+
+ <rect x="180.452" y="168.643" transform="matrix(0.7082 -0.706 0.706 0.7082 -67.1951 177.4083)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.129" height="2.697"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M187.957,177.755c0.438-0.439,0.439-1.154,0-1.594
+ l-3.028-3.029l-0.798,0.797L187.957,177.755z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M187.957,177.755c0.438-0.439,0.439-1.154,0-1.594
+ l-3.028-3.029l-0.798,0.797L187.957,177.755z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M187.957,177.755c0.438-0.439,0.439-1.154,0-1.594
+ l-3.028-3.029l-0.798,0.797L187.957,177.755z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M187.957,177.755c0.438-0.439,0.439-1.154,0-1.594
+ l-3.028-3.029l-0.798,0.797L187.957,177.755z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M187.957,177.755c0.438-0.439,0.439-1.154,0-1.594
+ l-3.028-3.029l-0.798,0.797L187.957,177.755z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M187.957,177.755c0.438-0.439,0.439-1.154,0-1.594
+ l-3.028-3.029l-0.798,0.797L187.957,177.755z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M187.957,177.755c0.438-0.439,0.439-1.154,0-1.594
+ l-3.028-3.029l-0.798,0.797L187.957,177.755z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M187.957,177.755c0.438-0.439,0.439-1.154,0-1.594
+ l-3.028-3.029l-0.798,0.797L187.957,177.755z"/>
+
+ <rect x="177.573" y="167.497" transform="matrix(0.7073 0.7069 -0.7069 0.7073 171.2138 -77.3628)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="1.128"/>
+
+ <rect x="177.573" y="167.497" transform="matrix(0.7073 0.7069 -0.7069 0.7073 171.2138 -77.3628)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="1.128"/>
+
+ <rect x="177.573" y="167.497" transform="matrix(0.7073 0.7069 -0.7069 0.7073 171.2138 -77.3628)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="1.128"/>
+
+ <rect x="177.573" y="167.497" transform="matrix(0.7073 0.7069 -0.7069 0.7073 171.2138 -77.3628)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="2.901" height="1.128"/>
+
+ <rect x="177.573" y="167.497" transform="matrix(0.7073 0.7069 -0.7069 0.7073 171.2138 -77.3628)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="1.128"/>
+
+ <rect x="177.573" y="167.497" transform="matrix(0.7073 0.7069 -0.7069 0.7073 171.2138 -77.3628)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="2.901" height="1.128"/>
+
+ <rect x="177.573" y="167.497" transform="matrix(0.7073 0.7069 -0.7069 0.7073 171.2138 -77.3628)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="1.128"/>
+
+ <rect x="177.573" y="167.497" transform="matrix(0.7073 0.7069 -0.7069 0.7073 171.2138 -77.3628)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="1.128"/>
+
+ <rect x="177.573" y="167.497" transform="matrix(0.7073 0.7069 -0.7069 0.7073 171.2138 -77.3628)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="1.128"/>
+
+ <rect x="175.484" y="164.353" transform="matrix(0.7071 0.7071 -0.7071 0.7071 168.1378 -76.085)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="1.129"/>
+
+ <rect x="175.484" y="164.353" transform="matrix(0.7071 0.7071 -0.7071 0.7071 168.1378 -76.085)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="1.129"/>
+
+ <rect x="175.484" y="164.353" transform="matrix(0.7071 0.7071 -0.7071 0.7071 168.1378 -76.085)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="1.129"/>
+
+ <rect x="175.484" y="164.353" transform="matrix(0.7071 0.7071 -0.7071 0.7071 168.1378 -76.085)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="0.855" height="1.129"/>
+
+ <rect x="175.484" y="164.353" transform="matrix(0.7071 0.7071 -0.7071 0.7071 168.1378 -76.085)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="1.129"/>
+
+ <rect x="175.484" y="164.353" transform="matrix(0.7071 0.7071 -0.7071 0.7071 168.1378 -76.085)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="0.855" height="1.129"/>
+
+ <rect x="175.484" y="164.353" transform="matrix(0.7071 0.7071 -0.7071 0.7071 168.1378 -76.085)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="1.129"/>
+
+ <rect x="175.484" y="164.353" transform="matrix(0.7071 0.7071 -0.7071 0.7071 168.1378 -76.085)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="1.129"/>
+
+ <rect x="175.484" y="164.353" transform="matrix(0.7071 0.7071 -0.7071 0.7071 168.1378 -76.085)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="1.129"/>
+
+ <rect x="140.137" y="210.968" transform="matrix(0.7071 0.7071 -0.7071 0.7071 197.0707 -50.2289)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="38.061" height="3.606"/>
+
+ <rect x="140.137" y="210.968" transform="matrix(0.7071 0.7071 -0.7071 0.7071 197.0707 -50.2289)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="38.061" height="3.606"/>
+
+ <rect x="140.137" y="210.968" transform="matrix(0.7071 0.7071 -0.7071 0.7071 197.0707 -50.2289)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="38.061" height="3.606"/>
+
+ <rect x="140.039" y="192.462" transform="matrix(-0.7068 0.7074 -0.7074 -0.7068 380.3484 233.2432)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="5.95"/>
+
+ <rect x="140.039" y="192.462" transform="matrix(-0.7068 0.7074 -0.7074 -0.7068 380.3484 233.2432)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="5.95"/>
+
+ <rect x="140.039" y="192.462" transform="matrix(-0.7068 0.7074 -0.7074 -0.7068 380.3484 233.2432)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="5.95"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M213.137,227.8l1.779,1.779c0.705-0.566,1.4-1.144,2.095-1.732
+ l-1.963-1.959L213.137,227.8z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M213.137,227.8l1.779,1.779c0.705-0.566,1.4-1.144,2.095-1.732
+ l-1.963-1.959L213.137,227.8z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M213.137,227.8l1.779,1.779c0.705-0.566,1.4-1.144,2.095-1.732
+ l-1.963-1.959L213.137,227.8z"/>
+
+ <rect x="141.793" y="187.985" transform="matrix(-0.7073 0.7069 -0.7069 -0.7073 384.713 222.6217)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="5.954"/>
+
+ <rect x="141.793" y="187.985" transform="matrix(-0.7073 0.7069 -0.7069 -0.7073 384.713 222.6217)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="5.954"/>
+
+ <rect x="141.793" y="187.985" transform="matrix(-0.7073 0.7069 -0.7069 -0.7073 384.713 222.6217)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="5.954"/>
+
+ <rect x="141.793" y="187.985" transform="matrix(-0.7073 0.7069 -0.7069 -0.7073 384.713 222.6217)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="5.954"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M169.619,207.971l-16.279-16.277l-6.322,6.324l26.914,26.914
+ l17.371-17.37c0.441-0.442,1.153-0.442,1.595-0.002l20.24,20.241l1.911-1.912l-31.383-31.386l-13.414,13.416
+ C170.061,208.107,169.779,208.131,169.619,207.971z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M169.619,207.971l-16.279-16.277l-6.322,6.324l26.914,26.914
+ l17.371-17.37c0.441-0.442,1.153-0.442,1.595-0.002l20.24,20.241l1.911-1.912l-31.383-31.386l-13.414,13.416
+ C170.061,208.107,169.779,208.131,169.619,207.971z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M169.619,207.971l-16.279-16.277l-6.322,6.324l26.914,26.914
+ l17.371-17.37c0.441-0.442,1.153-0.442,1.595-0.002l20.24,20.241l1.911-1.912l-31.383-31.386l-13.414,13.416
+ C170.061,208.107,169.779,208.131,169.619,207.971z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M169.619,207.971l-16.279-16.277l-6.322,6.324l26.914,26.914
+ l17.371-17.37c0.441-0.442,1.153-0.442,1.595-0.002l20.24,20.241l1.911-1.912l-31.383-31.386l-13.414,13.416
+ C170.061,208.107,169.779,208.131,169.619,207.971z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M132.496,183.495l-2.424,2.425
+ c0.083,0.242,0.229,0.48,0.438,0.689l5.809,5.809l2.551-2.55L132.496,183.495z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M132.496,183.495l-2.424,2.425
+ c0.083,0.242,0.229,0.48,0.438,0.689l5.809,5.809l2.551-2.55L132.496,183.495z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M132.496,183.495l-2.424,2.425
+ c0.083,0.242,0.229,0.48,0.438,0.689l5.809,5.809l2.551-2.55L132.496,183.495z"/>
+
+ <rect x="134.376" y="179.056" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 366.8257 215.1705)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.941" height="9.012"/>
+
+ <rect x="134.376" y="179.056" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 366.8257 215.1705)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.941" height="9.012"/>
+
+ <rect x="134.376" y="179.056" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 366.8257 215.1705)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="8.941" height="9.012"/>
+
+ <rect x="134.376" y="179.056" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 366.8257 215.1705)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.941" height="9.012"/>
+
+ <rect x="137.538" y="189.529" transform="matrix(-0.7088 -0.7054 0.7054 -0.7088 100.5483 424.1743)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.588" height="3.605"/>
+
+ <rect x="137.538" y="189.529" transform="matrix(-0.7088 -0.7054 0.7054 -0.7088 100.5483 424.1743)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.588" height="3.605"/>
+
+ <rect x="137.538" y="189.529" transform="matrix(-0.7088 -0.7054 0.7054 -0.7088 100.5483 424.1743)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="0.588" height="3.605"/>
+
+ <rect x="137.538" y="189.529" transform="matrix(-0.7088 -0.7054 0.7054 -0.7088 100.5483 424.1743)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.588" height="3.605"/>
+
+ <rect x="137.776" y="186.673" transform="matrix(-0.707 0.7072 -0.7072 -0.707 375.0421 218.5521)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="0.588"/>
+
+ <rect x="137.776" y="186.673" transform="matrix(-0.707 0.7072 -0.7072 -0.707 375.0421 218.5521)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="0.588"/>
+
+ <rect x="137.776" y="186.673" transform="matrix(-0.707 0.7072 -0.7072 -0.707 375.0421 218.5521)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="0.588"/>
+
+ <rect x="137.776" y="186.673" transform="matrix(-0.707 0.7072 -0.7072 -0.707 375.0421 218.5521)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="8.944" height="0.588"/>
+
+ <rect x="137.776" y="186.673" transform="matrix(-0.707 0.7072 -0.7072 -0.707 375.0421 218.5521)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="0.588"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M171.381,227.479l17.053,17.054
+ c1.229-0.453,2.452-0.929,3.668-1.433l-18.17-18.169L171.381,227.479z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M171.381,227.479l17.053,17.054
+ c1.229-0.453,2.452-0.929,3.668-1.433l-18.17-18.169L171.381,227.479z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M171.381,227.479l17.053,17.054
+ c1.229-0.453,2.452-0.929,3.668-1.433l-18.17-18.169L171.381,227.479z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M171.381,227.479l17.053,17.054
+ c1.229-0.453,2.452-0.929,3.668-1.433l-18.17-18.169L171.381,227.479z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M203.498,237.44c3.948-2.31,7.768-4.929,11.419-7.86
+ l-1.779-1.779L203.498,237.44z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M203.498,237.44c3.948-2.31,7.768-4.929,11.419-7.86
+ l-1.779-1.779L203.498,237.44z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M203.498,237.44c3.948-2.31,7.768-4.929,11.419-7.86
+ l-1.779-1.779L203.498,237.44z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M203.498,237.44c3.948-2.31,7.768-4.929,11.419-7.86
+ l-1.779-1.779L203.498,237.44z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M192.896,207.559c-0.44-0.44-1.152-0.44-1.595,0.002
+ l-17.371,17.37l18.17,18.169c3.895-1.614,7.702-3.5,11.396-5.66l9.64-9.64L192.896,207.559z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M192.896,207.559c-0.44-0.44-1.152-0.44-1.595,0.002
+ l-17.371,17.37l18.17,18.169c3.895-1.614,7.702-3.5,11.396-5.66l9.64-9.64L192.896,207.559z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M192.896,207.559c-0.44-0.44-1.152-0.44-1.595,0.002
+ l-17.371,17.37l18.17,18.169c3.895-1.614,7.702-3.5,11.396-5.66l9.64-9.64L192.896,207.559z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M192.896,207.559c-0.44-0.44-1.152-0.44-1.595,0.002
+ l-17.371,17.37l18.17,18.169c3.895-1.614,7.702-3.5,11.396-5.66l9.64-9.64L192.896,207.559z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M192.896,207.559c-0.44-0.44-1.152-0.44-1.595,0.002
+ l-17.371,17.37l18.17,18.169c3.895-1.614,7.702-3.5,11.396-5.66l9.64-9.64L192.896,207.559z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M171.381,194.33c-0.439,0.441-1.153,0.441-1.594,0
+ l-9.543-9.541l-6.904,6.904l16.279,16.277c0.16,0.161,0.441,0.136,0.633-0.052l13.414-13.416l-6.23-6.228L171.381,194.33z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M171.381,194.33c-0.439,0.441-1.153,0.441-1.594,0
+ l-9.543-9.541l-6.904,6.904l16.279,16.277c0.16,0.161,0.441,0.136,0.633-0.052l13.414-13.416l-6.23-6.228L171.381,194.33z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M171.381,194.33c-0.439,0.441-1.153,0.441-1.594,0
+ l-9.543-9.541l-6.904,6.904l16.279,16.277c0.16,0.161,0.441,0.136,0.633-0.052l13.414-13.416l-6.23-6.228L171.381,194.33z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M171.381,194.33c-0.439,0.441-1.153,0.441-1.594,0
+ l-9.543-9.541l-6.904,6.904l16.279,16.277c0.16,0.161,0.441,0.136,0.633-0.052l13.414-13.416l-6.23-6.228L171.381,194.33z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M171.381,194.33c-0.439,0.441-1.153,0.441-1.594,0
+ l-9.543-9.541l-6.904,6.904l16.279,16.277c0.16,0.161,0.441,0.136,0.633-0.052l13.414-13.416l-6.23-6.228L171.381,194.33z"/>
+
+ <rect x="149.961" y="179.437" transform="matrix(0.7069 0.7073 -0.7073 0.7069 175.1835 -54.1511)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.951" height="9.766"/>
+
+ <rect x="149.961" y="179.437" transform="matrix(0.7069 0.7073 -0.7073 0.7069 175.1835 -54.1511)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.951" height="9.766"/>
+
+ <rect x="149.961" y="179.437" transform="matrix(0.7069 0.7073 -0.7073 0.7069 175.1835 -54.1511)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.951" height="9.766"/>
+
+ <rect x="149.961" y="179.437" transform="matrix(0.7069 0.7073 -0.7073 0.7069 175.1835 -54.1511)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="5.951" height="9.766"/>
+
+ <rect x="149.961" y="179.437" transform="matrix(0.7069 0.7073 -0.7073 0.7069 175.1835 -54.1511)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.951" height="9.766"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M153.138,163.978c-0.207-0.209-0.445-0.354-0.688-0.438
+ l-13.634,13.632l6.373,6.371l13.759-13.757L153.138,163.978z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M153.138,163.978c-0.207-0.209-0.445-0.354-0.688-0.438
+ l-13.634,13.632l6.373,6.371l13.759-13.757L153.138,163.978z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M153.138,163.978c-0.207-0.209-0.445-0.354-0.688-0.438
+ l-13.634,13.632l6.373,6.371l13.759-13.757L153.138,163.978z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M153.138,163.978c-0.207-0.209-0.445-0.354-0.688-0.438
+ l-13.634,13.632l6.373,6.371l13.759-13.757L153.138,163.978z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M153.138,163.978c-0.207-0.209-0.445-0.354-0.688-0.438
+ l-13.634,13.632l6.373,6.371l13.759-13.757L153.138,163.978z"/>
+
+ <rect x="142.527" y="176.547" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 384.961 194.2265)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="19.456" height="0.588"/>
+
+ <rect x="142.527" y="176.547" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 384.961 194.2265)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="19.456" height="0.588"/>
+
+ <rect x="142.527" y="176.547" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 384.961 194.2265)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="19.456" height="0.588"/>
+
+ <rect x="142.527" y="176.547" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 384.961 194.2265)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="19.456" height="0.588"/>
+
+ <rect x="142.527" y="176.547" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 384.961 194.2265)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="19.456" height="0.588"/>
+
+ <rect x="142.527" y="176.547" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 384.961 194.2265)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="19.456" height="0.588"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M167.394,190.667c-0.284,0.286-0.526,0.501-0.542,0.487
+ l-2.5-2.502c-0.017-0.014,0.2-0.256,0.485-0.54l6.219-6.22l-3.959-3.956l-6.854,6.853l9.543,9.541
+ c0.439,0.441,1.153,0.441,1.594,0l6.055-6.055l-3.821-3.825L167.394,190.667z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M167.394,190.667c-0.284,0.286-0.526,0.501-0.542,0.487
+ l-2.5-2.502c-0.017-0.014,0.2-0.256,0.485-0.54l6.219-6.22l-3.959-3.956l-6.854,6.853l9.543,9.541
+ c0.439,0.441,1.153,0.441,1.594,0l6.055-6.055l-3.821-3.825L167.394,190.667z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M167.394,190.667c-0.284,0.286-0.526,0.501-0.542,0.487
+ l-2.5-2.502c-0.017-0.014,0.2-0.256,0.485-0.54l6.219-6.22l-3.959-3.956l-6.854,6.853l9.543,9.541
+ c0.439,0.441,1.153,0.441,1.594,0l6.055-6.055l-3.821-3.825L167.394,190.667z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M167.394,190.667c-0.284,0.286-0.526,0.501-0.542,0.487
+ l-2.5-2.502c-0.017-0.014,0.2-0.256,0.485-0.54l6.219-6.22l-3.959-3.956l-6.854,6.853l9.543,9.541
+ c0.439,0.441,1.153,0.441,1.594,0l6.055-6.055l-3.821-3.825L167.394,190.667z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M167.394,190.667c-0.284,0.286-0.526,0.501-0.542,0.487
+ l-2.5-2.502c-0.017-0.014,0.2-0.256,0.485-0.54l6.219-6.22l-3.959-3.956l-6.854,6.853l9.543,9.541
+ c0.439,0.441,1.153,0.441,1.594,0l6.055-6.055l-3.821-3.825L167.394,190.667z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M167.394,190.667c-0.284,0.286-0.526,0.501-0.542,0.487
+ l-2.5-2.502c-0.017-0.014,0.2-0.256,0.485-0.54l6.219-6.22l-3.959-3.956l-6.854,6.853l9.543,9.541
+ c0.439,0.441,1.153,0.441,1.594,0l6.055-6.055l-3.821-3.825L167.394,190.667z"/>
+
+ <rect x="156.772" y="172.623" transform="matrix(0.7074 0.7069 -0.7069 0.7074 172.1952 -60.9836)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.95" height="9.692"/>
+
+ <rect x="156.772" y="172.623" transform="matrix(0.7074 0.7069 -0.7069 0.7074 172.1952 -60.9836)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.95" height="9.692"/>
+
+ <rect x="156.772" y="172.623" transform="matrix(0.7074 0.7069 -0.7069 0.7074 172.1952 -60.9836)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.95" height="9.692"/>
+
+ <rect x="156.772" y="172.623" transform="matrix(0.7074 0.7069 -0.7069 0.7074 172.1952 -60.9836)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="5.95" height="9.692"/>
+
+ <rect x="156.772" y="172.623" transform="matrix(0.7074 0.7069 -0.7069 0.7074 172.1952 -60.9836)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.95" height="9.692"/>
+
+ <rect x="156.772" y="172.623" transform="matrix(0.7074 0.7069 -0.7069 0.7074 172.1952 -60.9836)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.95" height="9.692"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M99.132,114.854L81.793,97.516
+ c-7.124,9.021-12.367,19.04-15.73,29.531l10.439,10.439L99.132,114.854z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M99.132,114.854L81.793,97.516
+ c-7.124,9.021-12.367,19.04-15.73,29.531l10.439,10.439L99.132,114.854z"/>
+
+ <rect x="86.937" y="112.371" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 63.0252 282.8525)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="6.313" height="32.005"/>
+
+ <rect x="86.937" y="112.371" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 63.0252 282.8525)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="6.313" height="32.005"/>
+
+ <rect x="86.937" y="112.371" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 63.0252 282.8525)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="6.313" height="32.005"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M90.896,140.304l16.844-16.843l-4.145-4.143l-22.632,22.63
+ l38.932,38.93c0.409,0.407,1.098,0.384,1.536-0.058l4.195-4.196l-34.73-34.728C90.457,141.457,90.457,140.744,90.896,140.304z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M90.896,140.304l16.844-16.843l-4.145-4.143l-22.632,22.63
+ l38.932,38.93c0.409,0.407,1.098,0.384,1.536-0.058l4.195-4.196l-34.73-34.728C90.457,141.457,90.457,140.744,90.896,140.304z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M90.896,140.304l16.844-16.843l-4.145-4.143l-22.632,22.63
+ l38.932,38.93c0.409,0.407,1.098,0.384,1.536-0.058l4.195-4.196l-34.73-34.728C90.457,141.457,90.457,140.744,90.896,140.304z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M90.896,140.304l16.844-16.843l-4.145-4.143l-22.632,22.63
+ l38.932,38.93c0.409,0.407,1.098,0.384,1.536-0.058l4.195-4.196l-34.73-34.728C90.457,141.457,90.457,140.744,90.896,140.304z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M142.47,159.784c0.438-0.442,0.465-1.128,0.053-1.537
+ l-34.783-34.786l-16.844,16.843c-0.438,0.44-0.438,1.153,0,1.594l34.73,34.728l6.666-6.667L142.47,159.784z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M142.47,159.784c0.438-0.442,0.465-1.128,0.053-1.537
+ l-34.783-34.786l-16.844,16.843c-0.438,0.44-0.438,1.153,0,1.594l34.73,34.728l6.666-6.667L142.47,159.784z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M142.47,159.784c0.438-0.442,0.465-1.128,0.053-1.537
+ l-34.783-34.786l-16.844,16.843c-0.438,0.44-0.438,1.153,0,1.594l34.73,34.728l6.666-6.667L142.47,159.784z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M142.47,159.784c0.438-0.442,0.465-1.128,0.053-1.537
+ l-34.783-34.786l-16.844,16.843c-0.438,0.44-0.438,1.153,0,1.594l34.73,34.728l6.666-6.667L142.47,159.784z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M142.47,159.784c0.438-0.442,0.465-1.128,0.053-1.537
+ l-34.783-34.786l-16.844,16.843c-0.438,0.44-0.438,1.153,0,1.594l34.73,34.728l6.666-6.667L142.47,159.784z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M188.753,139.984l0.104-0.104l-4.309-4.308
+ c-0.054-0.053-0.181-0.012-0.281,0.091l-6.135,6.132l4.405,4.403L188.753,139.984z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M188.753,139.984l0.104-0.104l-4.309-4.308
+ c-0.054-0.053-0.181-0.012-0.281,0.091l-6.135,6.132l4.405,4.403L188.753,139.984z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M188.753,139.984l0.104-0.104l-4.309-4.308
+ c-0.054-0.053-0.181-0.012-0.281,0.091l-6.135,6.132l4.405,4.403L188.753,139.984z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M188.753,139.984l0.104-0.104l-4.309-4.308
+ c-0.054-0.053-0.181-0.012-0.281,0.091l-6.135,6.132l4.405,4.403L188.753,139.984z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M188.867,139.892l-0.011-0.011l-0.104,0.104
+ C188.788,139.95,188.828,139.922,188.867,139.892z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M188.867,139.892l-0.011-0.011l-0.104,0.104
+ C188.788,139.95,188.828,139.922,188.867,139.892z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M188.867,139.892l-0.011-0.011l-0.104,0.104
+ C188.788,139.95,188.828,139.922,188.867,139.892z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M188.867,139.892l-0.011-0.011l-0.104,0.104
+ C188.788,139.95,188.828,139.922,188.867,139.892z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M188.867,139.892l-0.011-0.011l-0.104,0.104
+ C188.788,139.95,188.828,139.922,188.867,139.892z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M182.538,146.2l0.415,0.415l6.317-6.318l-0.403-0.405
+ c-0.039,0.031-0.079,0.059-0.114,0.093L182.538,146.2z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M182.538,146.2l0.415,0.415l6.317-6.318l-0.403-0.405
+ c-0.039,0.031-0.079,0.059-0.114,0.093L182.538,146.2z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M182.538,146.2l0.415,0.415l6.317-6.318l-0.403-0.405
+ c-0.039,0.031-0.079,0.059-0.114,0.093L182.538,146.2z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M182.538,146.2l0.415,0.415l6.317-6.318l-0.403-0.405
+ c-0.039,0.031-0.079,0.059-0.114,0.093L182.538,146.2z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M182.538,146.2l0.415,0.415l6.317-6.318l-0.403-0.405
+ c-0.039,0.031-0.079,0.059-0.114,0.093L182.538,146.2z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M182.538,146.2l0.415,0.415l6.317-6.318l-0.403-0.405
+ c-0.039,0.031-0.079,0.059-0.114,0.093L182.538,146.2z"/>
+
+ <rect x="185.403" y="144.323" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -48.5423 177.4121)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.939" height="5.951"/>
+
+ <rect x="185.403" y="144.323" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -48.5423 177.4121)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.939" height="5.951"/>
+
+ <rect x="185.403" y="144.323" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -48.5423 177.4121)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.939" height="5.951"/>
+
+ <rect x="185.403" y="144.323" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -48.5423 177.4121)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="8.939" height="5.951"/>
+
+ <rect x="185.403" y="144.323" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -48.5423 177.4121)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.939" height="5.951"/>
+
+ <rect x="185.403" y="144.323" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -48.5423 177.4121)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="8.939" height="5.951"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M176.707,148.64l-4.949,4.95l1.695,1.691l9.085-9.082
+ l-4.405-4.403l-3.984,3.985l2.533,2.534C176.781,148.412,176.791,148.558,176.707,148.64z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M176.707,148.64l-4.949,4.95l1.695,1.691l9.085-9.082
+ l-4.405-4.403l-3.984,3.985l2.533,2.534C176.781,148.412,176.791,148.558,176.707,148.64z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M176.707,148.64l-4.949,4.95l1.695,1.691l9.085-9.082
+ l-4.405-4.403l-3.984,3.985l2.533,2.534C176.781,148.412,176.791,148.558,176.707,148.64z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M176.707,148.64l-4.949,4.95l1.695,1.691l9.085-9.082
+ l-4.405-4.403l-3.984,3.985l2.533,2.534C176.781,148.412,176.791,148.558,176.707,148.64z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M176.707,148.64l-4.949,4.95l1.695,1.691l9.085-9.082
+ l-4.405-4.403l-3.984,3.985l2.533,2.534C176.781,148.412,176.791,148.558,176.707,148.64z"/>
+
+ <rect x="177.884" y="144.526" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 197.4305 383.6764)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.587" height="12.846"/>
+
+ <rect x="177.884" y="144.526" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 197.4305 383.6764)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.587" height="12.846"/>
+
+ <rect x="177.884" y="144.526" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 197.4305 383.6764)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.587" height="12.846"/>
+
+ <rect x="177.884" y="144.526" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 197.4305 383.6764)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="0.587" height="12.846"/>
+
+ <rect x="177.884" y="144.526" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 197.4305 383.6764)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.587" height="12.846"/>
+
+ <rect x="177.884" y="144.526" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 197.4305 383.6764)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.587" height="12.846"/>
+
+ <rect x="177.884" y="144.526" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 197.4305 383.6764)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="0.587" height="12.846"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M179.189,161.021l4.306-4.305
+ c0.371-0.373,0.94-0.426,1.375-0.165l4.01-4.008l-4.209-4.208l-9.083,9.083L179.189,161.021z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M179.189,161.021l4.306-4.305
+ c0.371-0.373,0.94-0.426,1.375-0.165l4.01-4.008l-4.209-4.208l-9.083,9.083L179.189,161.021z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M179.189,161.021l4.306-4.305
+ c0.371-0.373,0.94-0.426,1.375-0.165l4.01-4.008l-4.209-4.208l-9.083,9.083L179.189,161.021z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M179.189,161.021l4.306-4.305
+ c0.371-0.373,0.94-0.426,1.375-0.165l4.01-4.008l-4.209-4.208l-9.083,9.083L179.189,161.021z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M179.189,161.021l4.306-4.305
+ c0.371-0.373,0.94-0.426,1.375-0.165l4.01-4.008l-4.209-4.208l-9.083,9.083L179.189,161.021z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M179.189,161.021l4.306-4.305
+ c0.371-0.373,0.94-0.426,1.375-0.165l4.01-4.008l-4.209-4.208l-9.083,9.083L179.189,161.021z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M179.189,161.021l4.306-4.305
+ c0.371-0.373,0.94-0.426,1.375-0.165l4.01-4.008l-4.209-4.208l-9.083,9.083L179.189,161.021z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M169.144,150.975l2.613,2.616l4.949-4.95
+ c0.084-0.083,0.073-0.228-0.025-0.325l-2.533-2.534l-4.913,4.912C169.132,150.796,169.091,150.924,169.144,150.975z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M169.144,150.975l2.613,2.616l4.949-4.95
+ c0.084-0.083,0.073-0.228-0.025-0.325l-2.533-2.534l-4.913,4.912C169.132,150.796,169.091,150.924,169.144,150.975z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M169.144,150.975l2.613,2.616l4.949-4.95
+ c0.084-0.083,0.073-0.228-0.025-0.325l-2.533-2.534l-4.913,4.912C169.132,150.796,169.091,150.924,169.144,150.975z"/>
+ <path opacity="0.4" fill="#FEF4A5" enable-background="new " d="M169.144,150.975l2.613,2.616l4.949-4.95
+ c0.084-0.083,0.073-0.228-0.025-0.325l-2.533-2.534l-4.913,4.912C169.132,150.796,169.091,150.924,169.144,150.975z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M169.144,150.975l2.613,2.616l4.949-4.95
+ c0.084-0.083,0.073-0.228-0.025-0.325l-2.533-2.534l-4.913,4.912C169.132,150.796,169.091,150.924,169.144,150.975z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M169.144,150.975l2.613,2.616l4.949-4.95
+ c0.084-0.083,0.073-0.228-0.025-0.325l-2.533-2.534l-4.913,4.912C169.132,150.796,169.091,150.924,169.144,150.975z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M183.495,156.716l-4.306,4.305l0.605,0.604l5.074-5.074
+ C184.436,156.29,183.866,156.344,183.495,156.716z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M183.495,156.716l-4.306,4.305l0.605,0.604l5.074-5.074
+ C184.436,156.29,183.866,156.344,183.495,156.716z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M183.495,156.716l-4.306,4.305l0.605,0.604l5.074-5.074
+ C184.436,156.29,183.866,156.344,183.495,156.716z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M183.495,156.716l-4.306,4.305l0.605,0.604l5.074-5.074
+ C184.436,156.29,183.866,156.344,183.495,156.716z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M183.495,156.716l-4.306,4.305l0.605,0.604l5.074-5.074
+ C184.436,156.29,183.866,156.344,183.495,156.716z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M183.495,156.716l-4.306,4.305l0.605,0.604l5.074-5.074
+ C184.436,156.29,183.866,156.344,183.495,156.716z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M183.495,156.716l-4.306,4.305l0.605,0.604l5.074-5.074
+ C184.436,156.29,183.866,156.344,183.495,156.716z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M183.495,156.716l-4.306,4.305l0.605,0.604l5.074-5.074
+ C184.436,156.29,183.866,156.344,183.495,156.716z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M211.033,104.961c0.346-0.347,0.613-0.639,0.597-0.655
+ l-2.498-2.5c-0.016-0.014-0.309,0.251-0.655,0.598l-5.224,5.225l2.558,2.555L211.033,104.961z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M211.033,104.961c0.346-0.347,0.613-0.639,0.597-0.655
+ l-2.498-2.5c-0.016-0.014-0.309,0.251-0.655,0.598l-5.224,5.225l2.558,2.555L211.033,104.961z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M211.033,104.961c0.346-0.347,0.613-0.639,0.597-0.655
+ l-2.498-2.5c-0.016-0.014-0.309,0.251-0.655,0.598l-5.224,5.225l2.558,2.555L211.033,104.961z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M130.261,184.767l1.753-1.753l-2.075-2.076l-9.366,9.37
+ c-0.347,0.345-0.612,0.637-0.598,0.653l2.499,2.5c0.018,0.016,0.311-0.253,0.654-0.597l6.943-6.945
+ C129.925,185.488,129.979,185.048,130.261,184.767z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M130.261,184.767l1.753-1.753l-2.075-2.076l-9.366,9.37
+ c-0.347,0.345-0.612,0.637-0.598,0.653l2.499,2.5c0.018,0.016,0.311-0.253,0.654-0.597l6.943-6.945
+ C129.925,185.488,129.979,185.048,130.261,184.767z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M130.261,184.767l1.753-1.753l-2.075-2.076l-9.366,9.37
+ c-0.347,0.345-0.612,0.637-0.598,0.653l2.499,2.5c0.018,0.016,0.311-0.253,0.654-0.597l6.943-6.945
+ C129.925,185.488,129.979,185.048,130.261,184.767z"/>
+
+ <rect x="132.693" y="174.402" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 102.4911 400.2139)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.934" height="8.943"/>
+
+ <rect x="132.693" y="174.402" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 102.4911 400.2139)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.934" height="8.943"/>
+
+ <rect x="132.693" y="174.402" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 102.4911 400.2139)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="2.934" height="8.943"/>
+
+ <rect x="132.693" y="174.402" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 102.4911 400.2139)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.934" height="8.943"/>
+
+ <rect x="180.23" y="117.169" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -27.1846 172.3175)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="28.403" height="3.616"/>
+
+ <rect x="180.23" y="117.169" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -27.1846 172.3175)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="28.403" height="3.616"/>
+
+ <rect x="180.23" y="117.169" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -27.1846 172.3175)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="28.403" height="3.616"/>
+
+ <rect x="180.23" y="117.169" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -27.1846 172.3175)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="28.403" height="3.616"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M152.451,163.54l5.547-5.546l-0.481-0.48
+ c-0.439-0.44-0.441-1.154,0-1.594l0.955-0.957l-1.275-1.276l-20.933,20.928l2.074,2.076l12.962-12.962
+ C151.58,163.449,152.019,163.392,152.451,163.54z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M152.451,163.54l5.547-5.546l-0.481-0.48
+ c-0.439-0.44-0.441-1.154,0-1.594l0.955-0.957l-1.275-1.276l-20.933,20.928l2.074,2.076l12.962-12.962
+ C151.58,163.449,152.019,163.392,152.451,163.54z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M152.451,163.54l5.547-5.546l-0.481-0.48
+ c-0.439-0.44-0.441-1.154,0-1.594l0.955-0.957l-1.275-1.276l-20.933,20.928l2.074,2.076l12.962-12.962
+ C151.58,163.449,152.019,163.392,152.451,163.54z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M152.451,163.54l5.547-5.546l-0.481-0.48
+ c-0.439-0.44-0.441-1.154,0-1.594l0.955-0.957l-1.275-1.276l-20.933,20.928l2.074,2.076l12.962-12.962
+ C151.58,163.449,152.019,163.392,152.451,163.54z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M152.451,163.54l5.547-5.546l-0.481-0.48
+ c-0.439-0.44-0.441-1.154,0-1.594l0.955-0.957l-1.275-1.276l-20.933,20.928l2.074,2.076l12.962-12.962
+ C151.58,163.449,152.019,163.392,152.451,163.54z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M158.471,154.963l-0.955,0.957
+ c-0.441,0.44-0.439,1.154,0,1.594l0.481,0.48l1.753-1.754L158.471,154.963z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M158.471,154.963l-0.955,0.957
+ c-0.441,0.44-0.439,1.154,0,1.594l0.481,0.48l1.753-1.754L158.471,154.963z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M158.471,154.963l-0.955,0.957
+ c-0.441,0.44-0.439,1.154,0,1.594l0.481,0.48l1.753-1.754L158.471,154.963z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M158.471,154.963l-0.955,0.957
+ c-0.441,0.44-0.439,1.154,0,1.594l0.481,0.48l1.753-1.754L158.471,154.963z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M158.471,154.963l-0.955,0.957
+ c-0.441,0.44-0.439,1.154,0,1.594l0.481,0.48l1.753-1.754L158.471,154.963z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M158.471,154.963l-0.955,0.957
+ c-0.441,0.44-0.439,1.154,0,1.594l0.481,0.48l1.753-1.754L158.471,154.963z"/>
+
+ <rect x="157.197" y="151.723" transform="matrix(-0.7072 0.7071 -0.7071 -0.7072 380.3141 147.7365)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.731" height="1.805"/>
+
+ <rect x="157.197" y="151.723" transform="matrix(-0.7072 0.7071 -0.7071 -0.7072 380.3141 147.7365)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.731" height="1.805"/>
+
+ <rect x="157.197" y="151.723" transform="matrix(-0.7072 0.7071 -0.7071 -0.7072 380.3141 147.7365)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="4.731" height="1.805"/>
+
+ <rect x="157.197" y="151.723" transform="matrix(-0.7072 0.7071 -0.7071 -0.7072 380.3141 147.7365)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="4.731" height="1.805"/>
+
+ <rect x="157.197" y="151.723" transform="matrix(-0.7072 0.7071 -0.7071 -0.7072 380.3141 147.7365)" opacity="0.4" fill="#FEF4A5" enable-background="new " width="4.731" height="1.805"/>
+
+ <rect x="157.197" y="151.723" transform="matrix(-0.7072 0.7071 -0.7071 -0.7072 380.3141 147.7365)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.731" height="1.805"/>
+
+ <rect x="159.869" y="151.558" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 165.7413 376.4438)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.805" height="4.731"/>
+
+ <rect x="159.869" y="151.558" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 165.7413 376.4438)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.805" height="4.731"/>
+
+ <rect x="159.869" y="151.558" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 165.7413 376.4438)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="1.805" height="4.731"/>
+
+ <rect x="159.869" y="151.558" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 165.7413 376.4438)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.805" height="4.731"/>
+
+ <rect x="159.869" y="151.558" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 165.7413 376.4438)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="1.805" height="4.731"/>
+
+ <rect x="159.869" y="151.558" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 165.7413 376.4438)" opacity="0.4" fill="#FEF4A5" enable-background="new " width="1.805" height="4.731"/>
+
+ <rect x="159.869" y="151.558" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 165.7413 376.4438)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.805" height="4.731"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M170.902,142.535l3.187-3.188c0.442-0.441,1.155-0.44,1.595,0
+ l0.481,0.481l7.014-7.014l-2.557-2.556l-10.997,10.998L170.902,142.535z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M170.902,142.535l3.187-3.188c0.442-0.441,1.155-0.44,1.595,0
+ l0.481,0.481l7.014-7.014l-2.557-2.556l-10.997,10.998L170.902,142.535z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M170.902,142.535l3.187-3.188c0.442-0.441,1.155-0.44,1.595,0
+ l0.481,0.481l7.014-7.014l-2.557-2.556l-10.997,10.998L170.902,142.535z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M170.902,142.535l3.187-3.188c0.442-0.441,1.155-0.44,1.595,0
+ l0.481,0.481l7.014-7.014l-2.557-2.556l-10.997,10.998L170.902,142.535z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M176.165,139.829l-0.481-0.481
+ c-0.438-0.44-1.151-0.441-1.595,0l-3.187,3.188l1.276,1.278L176.165,139.829z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M176.165,139.829l-0.481-0.481
+ c-0.438-0.44-1.151-0.441-1.595,0l-3.187,3.188l1.276,1.278L176.165,139.829z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M176.165,139.829l-0.481-0.481
+ c-0.438-0.44-1.151-0.441-1.595,0l-3.187,3.188l1.276,1.278L176.165,139.829z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M176.165,139.829l-0.481-0.481
+ c-0.438-0.44-1.151-0.441-1.595,0l-3.187,3.188l1.276,1.278L176.165,139.829z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M176.165,139.829l-0.481-0.481
+ c-0.438-0.44-1.151-0.441-1.595,0l-3.187,3.188l1.276,1.278L176.165,139.829z"/>
+
+ <rect x="181.318" y="128.469" transform="matrix(-0.707 -0.7072 0.7072 -0.707 220.4762 351.8815)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="3.606"/>
+
+ <rect x="181.318" y="128.469" transform="matrix(-0.707 -0.7072 0.7072 -0.707 220.4762 351.8815)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="3.606"/>
+
+ <rect x="181.318" y="128.469" transform="matrix(-0.707 -0.7072 0.7072 -0.707 220.4762 351.8815)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="3.606"/>
+
+ <rect x="181.318" y="128.469" transform="matrix(-0.707 -0.7072 0.7072 -0.707 220.4762 351.8815)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="3.606"/>
+
+ <rect x="181.318" y="128.469" transform="matrix(-0.707 -0.7072 0.7072 -0.707 220.4762 351.8815)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="3.606"/>
+
+ <rect x="164.137" y="143.582" transform="matrix(0.707 -0.7072 0.7072 0.707 -53.034 160.9518)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.211" height="1.806"/>
+
+ <rect x="164.137" y="143.582" transform="matrix(0.707 -0.7072 0.7072 0.707 -53.034 160.9518)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.211" height="1.806"/>
+
+ <rect x="164.137" y="143.582" transform="matrix(0.707 -0.7072 0.7072 0.707 -53.034 160.9518)" opacity="0.4" fill="#FEF4A5" enable-background="new " width="7.211" height="1.806"/>
+
+ <rect x="164.137" y="143.582" transform="matrix(0.707 -0.7072 0.7072 0.707 -53.034 160.9518)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.211" height="1.806"/>
+
+ <rect x="164.137" y="143.582" transform="matrix(0.707 -0.7072 0.7072 0.707 -53.034 160.9518)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.211" height="1.806"/>
+
+ <rect x="165.396" y="144.818" transform="matrix(0.7072 -0.707 0.707 0.7072 -53.5436 162.1505)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.211" height="1.807"/>
+
+ <rect x="165.396" y="144.818" transform="matrix(0.7072 -0.707 0.707 0.7072 -53.5436 162.1505)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.211" height="1.807"/>
+
+ <rect x="165.396" y="144.818" transform="matrix(0.7072 -0.707 0.707 0.7072 -53.5436 162.1505)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.211" height="1.807"/>
+
+ <rect x="165.396" y="144.818" transform="matrix(0.7072 -0.707 0.707 0.7072 -53.5436 162.1505)" opacity="0.4" fill="#FEF4A5" enable-background="new " width="7.211" height="1.807"/>
+
+ <rect x="165.396" y="144.818" transform="matrix(0.7072 -0.707 0.707 0.7072 -53.5436 162.1505)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.211" height="1.807"/>
+
+ <rect x="165.396" y="144.818" transform="matrix(0.7072 -0.707 0.707 0.7072 -53.5436 162.1505)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.211" height="1.807"/>
+
+ <rect x="160.29" y="148.1" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -57.5885 158.9774)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.636" height="1.808"/>
+
+ <rect x="160.29" y="148.1" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -57.5885 158.9774)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.636" height="1.808"/>
+
+ <rect x="160.29" y="148.1" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -57.5885 158.9774)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="5.636" height="1.808"/>
+
+ <rect x="160.29" y="148.1" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -57.5885 158.9774)" opacity="0.4" fill="#FEF4A5" enable-background="new " width="5.636" height="1.808"/>
+
+ <rect x="160.29" y="148.1" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -57.5885 158.9774)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.636" height="1.808"/>
+
+ <rect x="160.29" y="148.1" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -57.5885 158.9774)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.636" height="1.808"/>
+
+ <rect x="161.57" y="149.379" transform="matrix(0.7072 -0.707 0.707 0.7072 -58.1182 160.2284)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.634" height="1.805"/>
+
+ <rect x="161.57" y="149.379" transform="matrix(0.7072 -0.707 0.707 0.7072 -58.1182 160.2284)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.634" height="1.805"/>
+
+ <rect x="161.57" y="149.379" transform="matrix(0.7072 -0.707 0.707 0.7072 -58.1182 160.2284)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.634" height="1.805"/>
+
+ <rect x="161.57" y="149.379" transform="matrix(0.7072 -0.707 0.707 0.7072 -58.1182 160.2284)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="5.634" height="1.805"/>
+
+ <rect x="161.57" y="149.379" transform="matrix(0.7072 -0.707 0.707 0.7072 -58.1182 160.2284)" opacity="0.4" fill="#FEF4A5" enable-background="new " width="5.634" height="1.805"/>
+
+ <rect x="161.57" y="149.379" transform="matrix(0.7072 -0.707 0.707 0.7072 -58.1182 160.2284)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.634" height="1.805"/>
+
+ <rect x="161.57" y="149.379" transform="matrix(0.7072 -0.707 0.707 0.7072 -58.1182 160.2284)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.634" height="1.805"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M132.014,183.014l-1.753,1.753
+ c-0.281,0.281-0.336,0.721-0.188,1.152l2.424-2.425L132.014,183.014z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M132.014,183.014l-1.753,1.753
+ c-0.281,0.281-0.336,0.721-0.188,1.152l2.424-2.425L132.014,183.014z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M132.014,183.014l-1.753,1.753
+ c-0.281,0.281-0.336,0.721-0.188,1.152l2.424-2.425L132.014,183.014z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M132.014,183.014l-1.753,1.753
+ c-0.281,0.281-0.336,0.721-0.188,1.152l2.424-2.425L132.014,183.014z"/>
+
+ <rect x="130.923" y="179.719" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 358.4512 211.6514)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.942" height="0.681"/>
+
+ <rect x="130.923" y="179.719" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 358.4512 211.6514)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.942" height="0.681"/>
+
+ <rect x="130.923" y="179.719" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 358.4512 211.6514)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="8.942" height="0.681"/>
+
+ <rect x="130.923" y="179.719" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 358.4512 211.6514)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.942" height="0.681"/>
+
+ <rect x="130.923" y="179.719" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 358.4512 211.6514)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.942" height="0.681"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M152.451,163.54c-0.433-0.148-0.871-0.091-1.151,0.188
+ l-12.962,12.962l0.48,0.481L152.451,163.54z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M152.451,163.54c-0.433-0.148-0.871-0.091-1.151,0.188
+ l-12.962,12.962l0.48,0.481L152.451,163.54z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M152.451,163.54c-0.433-0.148-0.871-0.091-1.151,0.188
+ l-12.962,12.962l0.48,0.481L152.451,163.54z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M152.451,163.54c-0.433-0.148-0.871-0.091-1.151,0.188
+ l-12.962,12.962l0.48,0.481L152.451,163.54z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M152.451,163.54c-0.433-0.148-0.871-0.091-1.151,0.188
+ l-12.962,12.962l0.48,0.481L152.451,163.54z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M152.451,163.54c-0.433-0.148-0.871-0.091-1.151,0.188
+ l-12.962,12.962l0.48,0.481L152.451,163.54z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M127.604,203.682c-0.293,0.292-0.729,0.329-0.977,0.083
+ l-0.414-0.414l-5.897,5.898l1.721,1.72l16.416-16.417l-0.858-0.861L127.604,203.682z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M127.604,203.682c-0.293,0.292-0.729,0.329-0.977,0.083
+ l-0.414-0.414l-5.897,5.898l1.721,1.72l16.416-16.417l-0.858-0.861L127.604,203.682z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M127.604,203.682c-0.293,0.292-0.729,0.329-0.977,0.083
+ l-0.414-0.414l-5.897,5.898l1.721,1.72l16.416-16.417l-0.858-0.861L127.604,203.682z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M126.215,203.351l0.414,0.414
+ c0.246,0.246,0.684,0.208,0.977-0.083l9.989-9.99l-0.862-0.859L126.215,203.351z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M126.215,203.351l0.414,0.414
+ c0.246,0.246,0.684,0.208,0.977-0.083l9.989-9.99l-0.862-0.859L126.215,203.351z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M126.215,203.351l0.414,0.414
+ c0.246,0.246,0.684,0.208,0.977-0.083l9.989-9.99l-0.862-0.859L126.215,203.351z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M126.215,203.351l0.414,0.414
+ c0.246,0.246,0.684,0.208,0.977-0.083l9.989-9.99l-0.862-0.859L126.215,203.351z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M199.061,133.945c0.408-0.409,0.729-0.746,0.72-0.756
+ l-1.684-1.683c-0.01-0.01-0.347,0.311-0.755,0.718l-4.828,4.828l1.721,1.72L199.061,133.945z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M199.061,133.945c0.408-0.409,0.729-0.746,0.72-0.756
+ l-1.684-1.683c-0.01-0.01-0.347,0.311-0.755,0.718l-4.828,4.828l1.721,1.72L199.061,133.945z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M199.061,133.945c0.408-0.409,0.729-0.746,0.72-0.756
+ l-1.684-1.683c-0.01-0.01-0.347,0.311-0.755,0.718l-4.828,4.828l1.721,1.72L199.061,133.945z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M199.061,133.945c0.408-0.409,0.729-0.746,0.72-0.756
+ l-1.684-1.683c-0.01-0.01-0.347,0.311-0.755,0.718l-4.828,4.828l1.721,1.72L199.061,133.945z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M199.061,133.945c0.408-0.409,0.729-0.746,0.72-0.756
+ l-1.684-1.683c-0.01-0.01-0.347,0.311-0.755,0.718l-4.828,4.828l1.721,1.72L199.061,133.945z"/>
+
+ <rect x="158.326" y="167.405" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 395.3058 171.375)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.663" height="0.316"/>
+
+ <rect x="158.326" y="167.405" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 395.3058 171.375)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.663" height="0.316"/>
+
+ <rect x="158.326" y="167.405" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 395.3058 171.375)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.663" height="0.316"/>
+
+ <rect x="158.326" y="167.405" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 395.3058 171.375)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="7.663" height="0.316"/>
+
+ <rect x="158.326" y="167.405" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 395.3058 171.375)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="7.663" height="0.316"/>
+
+ <rect x="158.326" y="167.405" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 395.3058 171.375)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.663" height="0.316"/>
+
+ <rect x="163.848" y="162.233" transform="matrix(-0.7072 0.707 -0.707 -0.7072 400.6919 158.8434)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.214" height="0.315"/>
+
+ <rect x="163.848" y="162.233" transform="matrix(-0.7072 0.707 -0.707 -0.7072 400.6919 158.8434)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.214" height="0.315"/>
+
+ <rect x="163.848" y="162.233" transform="matrix(-0.7072 0.707 -0.707 -0.7072 400.6919 158.8434)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.214" height="0.315"/>
+
+ <rect x="163.848" y="162.233" transform="matrix(-0.7072 0.707 -0.707 -0.7072 400.6919 158.8434)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="7.214" height="0.315"/>
+
+ <rect x="163.848" y="162.233" transform="matrix(-0.7072 0.707 -0.707 -0.7072 400.6919 158.8434)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.214" height="0.315"/>
+
+ <rect x="163.848" y="162.233" transform="matrix(-0.7072 0.707 -0.707 -0.7072 400.6919 158.8434)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="7.214" height="0.315"/>
+
+ <rect x="163.848" y="162.233" transform="matrix(-0.7072 0.707 -0.707 -0.7072 400.6919 158.8434)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.214" height="0.315"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M109.702,220.628l-0.382-0.383l-10.679,10.679
+ c0.652,0.499,1.312,0.99,1.972,1.467l10.427-10.425L109.702,220.628z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M109.702,220.628l-0.382-0.383l-10.679,10.679
+ c0.652,0.499,1.312,0.99,1.972,1.467l10.427-10.425L109.702,220.628z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M109.32,220.246l0.382,0.383
+ c-0.141-0.14-0.229-0.31-0.28-0.484L109.32,220.246z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M109.32,220.246l0.382,0.383
+ c-0.141-0.14-0.229-0.31-0.28-0.484L109.32,220.246z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M109.32,220.246l0.382,0.383
+ c-0.141-0.14-0.229-0.31-0.28-0.484L109.32,220.246z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M109.422,220.145c0.051,0.175,0.141,0.345,0.28,0.484
+ l1.338,1.338l10.997-10.997l-1.721-1.72L109.422,220.145z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M109.422,220.145c0.051,0.175,0.141,0.345,0.28,0.484
+ l1.338,1.338l10.997-10.997l-1.721-1.72L109.422,220.145z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M109.422,220.145c0.051,0.175,0.141,0.345,0.28,0.484
+ l1.338,1.338l10.997-10.997l-1.721-1.72L109.422,220.145z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M109.422,220.145c0.051,0.175,0.141,0.345,0.28,0.484
+ l1.338,1.338l10.997-10.997l-1.721-1.72L109.422,220.145z"/>
+
+ <rect x="162.76" y="164.959" transform="matrix(0.7071 0.7071 -0.7071 0.7071 167.2027 -66.081)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.215" height="7.665"/>
+
+ <rect x="162.76" y="164.959" transform="matrix(0.7071 0.7071 -0.7071 0.7071 167.2027 -66.081)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.215" height="7.665"/>
+
+ <rect x="162.76" y="164.959" transform="matrix(0.7071 0.7071 -0.7071 0.7071 167.2027 -66.081)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.215" height="7.665"/>
+
+ <rect x="162.76" y="164.959" transform="matrix(0.7071 0.7071 -0.7071 0.7071 167.2027 -66.081)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="1.215" height="7.665"/>
+
+ <rect x="162.76" y="164.959" transform="matrix(0.7071 0.7071 -0.7071 0.7071 167.2027 -66.081)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.215" height="7.665"/>
+
+ <rect x="162.76" y="164.959" transform="matrix(0.7071 0.7071 -0.7071 0.7071 167.2027 -66.081)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.215" height="7.665"/>
+
+ <rect x="162.197" y="164.258" transform="matrix(-0.7055 -0.7087 0.7087 -0.7055 158.2607 401.949)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.901" height="7.666"/>
+
+ <rect x="162.197" y="164.258" transform="matrix(-0.7055 -0.7087 0.7087 -0.7055 158.2607 401.949)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.901" height="7.666"/>
+
+ <rect x="162.197" y="164.258" transform="matrix(-0.7055 -0.7087 0.7087 -0.7055 158.2607 401.949)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.901" height="7.666"/>
+
+ <rect x="162.197" y="164.258" transform="matrix(-0.7055 -0.7087 0.7087 -0.7055 158.2607 401.949)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="0.901" height="7.666"/>
+
+ <rect x="162.197" y="164.258" transform="matrix(-0.7055 -0.7087 0.7087 -0.7055 158.2607 401.949)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="0.901" height="7.666"/>
+
+ <rect x="162.197" y="164.258" transform="matrix(-0.7055 -0.7087 0.7087 -0.7055 158.2607 401.949)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.901" height="7.666"/>
+
+ <rect x="162.197" y="164.258" transform="matrix(-0.7055 -0.7087 0.7087 -0.7055 158.2607 401.949)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.901" height="7.666"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M170.297,160.094c0.248,0.249,0.21,0.683-0.084,0.979
+ l-4.569,4.568l0.86,0.86l5.1-5.099L170.297,160.094z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M170.297,160.094c0.248,0.249,0.21,0.683-0.084,0.979
+ l-4.569,4.568l0.86,0.86l5.1-5.099L170.297,160.094z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M170.297,160.094c0.248,0.249,0.21,0.683-0.084,0.979
+ l-4.569,4.568l0.86,0.86l5.1-5.099L170.297,160.094z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M170.297,160.094c0.248,0.249,0.21,0.683-0.084,0.979
+ l-4.569,4.568l0.86,0.86l5.1-5.099L170.297,160.094z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M170.297,160.094c0.248,0.249,0.21,0.683-0.084,0.979
+ l-4.569,4.568l0.86,0.86l5.1-5.099L170.297,160.094z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M170.297,160.094c0.248,0.249,0.21,0.683-0.084,0.979
+ l-4.569,4.568l0.86,0.86l5.1-5.099L170.297,160.094z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M170.297,160.094c0.248,0.249,0.21,0.683-0.084,0.979
+ l-4.569,4.568l0.86,0.86l5.1-5.099L170.297,160.094z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M170.104,159.905l-5.098,5.098l0.636,0.638l4.569-4.568
+ c0.294-0.295,0.332-0.73,0.084-0.979l-0.031-0.031L170.104,159.905z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M170.104,159.905l-5.098,5.098l0.636,0.638l4.569-4.568
+ c0.294-0.295,0.332-0.73,0.084-0.979l-0.031-0.031L170.104,159.905z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M170.104,159.905l-5.098,5.098l0.636,0.638l4.569-4.568
+ c0.294-0.295,0.332-0.73,0.084-0.979l-0.031-0.031L170.104,159.905z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M170.104,159.905l-5.098,5.098l0.636,0.638l4.569-4.568
+ c0.294-0.295,0.332-0.73,0.084-0.979l-0.031-0.031L170.104,159.905z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M170.104,159.905l-5.098,5.098l0.636,0.638l4.569-4.568
+ c0.294-0.295,0.332-0.73,0.084-0.979l-0.031-0.031L170.104,159.905z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M170.104,159.905l-5.098,5.098l0.636,0.638l4.569-4.568
+ c0.294-0.295,0.332-0.73,0.084-0.979l-0.031-0.031L170.104,159.905z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M170.104,159.905l-5.098,5.098l0.636,0.638l4.569-4.568
+ c0.294-0.295,0.332-0.73,0.084-0.979l-0.031-0.031L170.104,159.905z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M170.104,159.905l-5.098,5.098l0.636,0.638l4.569-4.568
+ c0.294-0.295,0.332-0.73,0.084-0.979l-0.031-0.031L170.104,159.905z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M190.347,139.984l-0.383-0.382l-0.101,0.102
+ C190.04,139.756,190.208,139.845,190.347,139.984z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M190.347,139.984l-0.383-0.382l-0.101,0.102
+ C190.04,139.756,190.208,139.845,190.347,139.984z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M190.347,139.984l-0.383-0.382l-0.101,0.102
+ C190.04,139.756,190.208,139.845,190.347,139.984z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M190.347,139.984l-0.383-0.382l-0.101,0.102
+ C190.04,139.756,190.208,139.845,190.347,139.984z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M190.347,139.984l-0.383-0.382l-0.101,0.102
+ C190.04,139.756,190.208,139.845,190.347,139.984z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M189.271,140.296l1.721,1.719l0.693-0.693l-1.338-1.337
+ c-0.14-0.14-0.308-0.229-0.483-0.28L189.271,140.296z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M189.271,140.296l1.721,1.719l0.693-0.693l-1.338-1.337
+ c-0.14-0.14-0.308-0.229-0.483-0.28L189.271,140.296z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M189.271,140.296l1.721,1.719l0.693-0.693l-1.338-1.337
+ c-0.14-0.14-0.308-0.229-0.483-0.28L189.271,140.296z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M189.271,140.296l1.721,1.719l0.693-0.693l-1.338-1.337
+ c-0.14-0.14-0.308-0.229-0.483-0.28L189.271,140.296z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M189.271,140.296l1.721,1.719l0.693-0.693l-1.338-1.337
+ c-0.14-0.14-0.308-0.229-0.483-0.28L189.271,140.296z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M189.271,140.296l1.721,1.719l0.693-0.693l-1.338-1.337
+ c-0.14-0.14-0.308-0.229-0.483-0.28L189.271,140.296z"/>
+ <polygon opacity="0.4" fill="#FFF7BB" enable-background="new " points="190.347,139.984 191.685,141.322 194.234,138.773
+ 192.514,137.053 189.965,139.603 "/>
+ <polygon opacity="0.4" fill="#FFF7BB" enable-background="new " points="190.347,139.984 191.685,141.322 194.234,138.773
+ 192.514,137.053 189.965,139.603 "/>
+ <polygon opacity="0.5" fill="#D1E4B8" enable-background="new " points="190.347,139.984 191.685,141.322 194.234,138.773
+ 192.514,137.053 189.965,139.603 "/>
+ <polygon opacity="0.4" fill="#FFF7BB" enable-background="new " points="190.347,139.984 191.685,141.322 194.234,138.773
+ 192.514,137.053 189.965,139.603 "/>
+ <polygon opacity="0.4" fill="#FFF7BB" enable-background="new " points="190.347,139.984 191.685,141.322 194.234,138.773
+ 192.514,137.053 189.965,139.603 "/>
+ <polygon opacity="0.4" fill="#FFF7BB" enable-background="new " points="190.347,139.984 191.685,141.322 194.234,138.773
+ 192.514,137.053 189.965,139.603 "/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M170.124,159.892c-0.063-0.097-0.107-0.203-0.141-0.311
+ l-0.1,0.102l0.221,0.223C170.111,159.899,170.119,159.896,170.124,159.892z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M170.124,159.892c-0.063-0.097-0.107-0.203-0.141-0.311
+ l-0.1,0.102l0.221,0.223C170.111,159.899,170.119,159.896,170.124,159.892z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M170.124,159.892c-0.063-0.097-0.107-0.203-0.141-0.311
+ l-0.1,0.102l0.221,0.223C170.111,159.899,170.119,159.896,170.124,159.892z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M170.124,159.892c-0.063-0.097-0.107-0.203-0.141-0.311
+ l-0.1,0.102l0.221,0.223C170.111,159.899,170.119,159.896,170.124,159.892z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M170.124,159.892c-0.063-0.097-0.107-0.203-0.141-0.311
+ l-0.1,0.102l0.221,0.223C170.111,159.899,170.119,159.896,170.124,159.892z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M170.124,159.892c-0.063-0.097-0.107-0.203-0.141-0.311
+ l-0.1,0.102l0.221,0.223C170.111,159.899,170.119,159.896,170.124,159.892z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M170.124,159.892c-0.063-0.097-0.107-0.203-0.141-0.311
+ l-0.1,0.102l0.221,0.223C170.111,159.899,170.119,159.896,170.124,159.892z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M171.701,159.905l0.698,0.7l3.188-3.187l-1.72-1.721
+ l-3.884,3.883c0.031,0.108,0.075,0.214,0.14,0.311C170.565,159.466,171.264,159.469,171.701,159.905z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M171.701,159.905l0.698,0.7l3.188-3.187l-1.72-1.721
+ l-3.884,3.883c0.031,0.108,0.075,0.214,0.14,0.311C170.565,159.466,171.264,159.469,171.701,159.905z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M171.701,159.905l0.698,0.7l3.188-3.187l-1.72-1.721
+ l-3.884,3.883c0.031,0.108,0.075,0.214,0.14,0.311C170.565,159.466,171.264,159.469,171.701,159.905z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M171.701,159.905l0.698,0.7l3.188-3.187l-1.72-1.721
+ l-3.884,3.883c0.031,0.108,0.075,0.214,0.14,0.311C170.565,159.466,171.264,159.469,171.701,159.905z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M171.701,159.905l0.698,0.7l3.188-3.187l-1.72-1.721
+ l-3.884,3.883c0.031,0.108,0.075,0.214,0.14,0.311C170.565,159.466,171.264,159.469,171.701,159.905z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M171.701,159.905l0.698,0.7l3.188-3.187l-1.72-1.721
+ l-3.884,3.883c0.031,0.108,0.075,0.214,0.14,0.311C170.565,159.466,171.264,159.469,171.701,159.905z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M171.701,159.905l0.698,0.7l3.188-3.187l-1.72-1.721
+ l-3.884,3.883c0.031,0.108,0.075,0.214,0.14,0.311C170.565,159.466,171.264,159.469,171.701,159.905z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M171.701,159.905l0.698,0.7l3.188-3.187l-1.72-1.721
+ l-3.884,3.883c0.031,0.108,0.075,0.214,0.14,0.311C170.565,159.466,171.264,159.469,171.701,159.905z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M170.265,160.063c-0.055-0.053-0.102-0.113-0.142-0.172
+ c-0.005,0.004-0.014,0.008-0.02,0.013L170.265,160.063z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M170.265,160.063c-0.055-0.053-0.102-0.113-0.142-0.172
+ c-0.005,0.004-0.014,0.008-0.02,0.013L170.265,160.063z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M170.265,160.063c-0.055-0.053-0.102-0.113-0.142-0.172
+ c-0.005,0.004-0.014,0.008-0.02,0.013L170.265,160.063z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M170.265,160.063c-0.055-0.053-0.102-0.113-0.142-0.172
+ c-0.005,0.004-0.014,0.008-0.02,0.013L170.265,160.063z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M170.265,160.063c-0.055-0.053-0.102-0.113-0.142-0.172
+ c-0.005,0.004-0.014,0.008-0.02,0.013L170.265,160.063z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M170.265,160.063c-0.055-0.053-0.102-0.113-0.142-0.172
+ c-0.005,0.004-0.014,0.008-0.02,0.013L170.265,160.063z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M170.265,160.063c-0.055-0.053-0.102-0.113-0.142-0.172
+ c-0.005,0.004-0.014,0.008-0.02,0.013L170.265,160.063z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M170.265,160.063c-0.055-0.053-0.102-0.113-0.142-0.172
+ c-0.005,0.004-0.014,0.008-0.02,0.013L170.265,160.063z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M171.701,159.905c-0.438-0.436-1.136-0.439-1.577-0.013
+ c0.04,0.059,0.087,0.119,0.142,0.172l0.031,0.031l1.307,1.308l0.797-0.797L171.701,159.905z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M171.701,159.905c-0.438-0.436-1.136-0.439-1.577-0.013
+ c0.04,0.059,0.087,0.119,0.142,0.172l0.031,0.031l1.307,1.308l0.797-0.797L171.701,159.905z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M171.701,159.905c-0.438-0.436-1.136-0.439-1.577-0.013
+ c0.04,0.059,0.087,0.119,0.142,0.172l0.031,0.031l1.307,1.308l0.797-0.797L171.701,159.905z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M171.701,159.905c-0.438-0.436-1.136-0.439-1.577-0.013
+ c0.04,0.059,0.087,0.119,0.142,0.172l0.031,0.031l1.307,1.308l0.797-0.797L171.701,159.905z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M171.701,159.905c-0.438-0.436-1.136-0.439-1.577-0.013
+ c0.04,0.059,0.087,0.119,0.142,0.172l0.031,0.031l1.307,1.308l0.797-0.797L171.701,159.905z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M171.701,159.905c-0.438-0.436-1.136-0.439-1.577-0.013
+ c0.04,0.059,0.087,0.119,0.142,0.172l0.031,0.031l1.307,1.308l0.797-0.797L171.701,159.905z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M171.701,159.905c-0.438-0.436-1.136-0.439-1.577-0.013
+ c0.04,0.059,0.087,0.119,0.142,0.172l0.031,0.031l1.307,1.308l0.797-0.797L171.701,159.905z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M171.701,159.905c-0.438-0.436-1.136-0.439-1.577-0.013
+ c0.04,0.059,0.087,0.119,0.142,0.172l0.031,0.031l1.307,1.308l0.797-0.797L171.701,159.905z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M171.701,159.905c-0.438-0.436-1.136-0.439-1.577-0.013
+ c0.04,0.059,0.087,0.119,0.142,0.172l0.031,0.031l1.307,1.308l0.797-0.797L171.701,159.905z"/>
+
+ <rect x="137.471" y="192.203" transform="matrix(-0.7067 0.7075 -0.7075 -0.7067 374.1147 230.5337)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.605" height="1.217"/>
+
+ <rect x="137.471" y="192.203" transform="matrix(-0.7067 0.7075 -0.7075 -0.7067 374.1147 230.5337)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.605" height="1.217"/>
+
+ <rect x="137.471" y="192.203" transform="matrix(-0.7067 0.7075 -0.7075 -0.7067 374.1147 230.5337)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.605" height="1.217"/>
+
+ <rect x="137.471" y="192.203" transform="matrix(-0.7067 0.7075 -0.7075 -0.7067 374.1147 230.5337)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.605" height="1.217"/>
+
+ <rect x="139.239" y="187.769" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 378.5302 219.9596)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.942" height="1.215"/>
+
+ <rect x="139.239" y="187.769" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 378.5302 219.9596)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.942" height="1.215"/>
+
+ <rect x="139.239" y="187.769" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 378.5302 219.9596)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.942" height="1.215"/>
+
+ <rect x="139.239" y="187.769" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 378.5302 219.9596)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.942" height="1.215"/>
+
+ <rect x="139.239" y="187.769" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 378.5302 219.9596)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.942" height="1.215"/>
+
+ <rect x="137.837" y="190.191" transform="matrix(0.7083 0.7059 -0.7059 0.7083 175.9115 -41.7258)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.216" height="3.605"/>
+
+ <rect x="137.837" y="190.191" transform="matrix(0.7083 0.7059 -0.7059 0.7083 175.9115 -41.7258)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.216" height="3.605"/>
+
+ <rect x="137.837" y="190.191" transform="matrix(0.7083 0.7059 -0.7059 0.7083 175.9115 -41.7258)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="1.216" height="3.605"/>
+
+ <rect x="137.837" y="190.191" transform="matrix(0.7083 0.7059 -0.7059 0.7083 175.9115 -41.7258)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.216" height="3.605"/>
+
+ <rect x="137.837" y="190.191" transform="matrix(0.7083 0.7059 -0.7059 0.7083 175.9115 -41.7258)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.216" height="3.605"/>
+
+ <rect x="138.399" y="186.96" transform="matrix(-0.707 0.7072 -0.7072 -0.707 376.5284 219.1365)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.941" height="1.215"/>
+
+ <rect x="138.399" y="186.96" transform="matrix(-0.707 0.7072 -0.7072 -0.707 376.5284 219.1365)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.941" height="1.215"/>
+
+ <rect x="138.399" y="186.96" transform="matrix(-0.707 0.7072 -0.7072 -0.707 376.5284 219.1365)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.941" height="1.215"/>
+
+ <rect x="138.399" y="186.96" transform="matrix(-0.707 0.7072 -0.7072 -0.707 376.5284 219.1365)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="8.941" height="1.215"/>
+
+ <rect x="138.399" y="186.96" transform="matrix(-0.707 0.7072 -0.7072 -0.707 376.5284 219.1365)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.941" height="1.215"/>
+
+ <rect x="138.399" y="186.96" transform="matrix(-0.707 0.7072 -0.7072 -0.707 376.5284 219.1365)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.941" height="1.215"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M153.531,178.076c-0.058-0.056-0.103-0.116-0.144-0.178
+ l-6.923,6.921l0.862,0.859l6.901-6.903L153.531,178.076z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M153.531,178.076c-0.058-0.056-0.103-0.116-0.144-0.178
+ l-6.923,6.921l0.862,0.859l6.901-6.903L153.531,178.076z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M153.531,178.076c-0.058-0.056-0.103-0.116-0.144-0.178
+ l-6.923,6.921l0.862,0.859l6.901-6.903L153.531,178.076z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M153.531,178.076c-0.058-0.056-0.103-0.116-0.144-0.178
+ l-6.923,6.921l0.862,0.859l6.901-6.903L153.531,178.076z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M153.531,178.076c-0.058-0.056-0.103-0.116-0.144-0.178
+ l-6.923,6.921l0.862,0.859l6.901-6.903L153.531,178.076z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M153.531,178.076c-0.058-0.056-0.103-0.116-0.144-0.178
+ l-6.923,6.921l0.862,0.859l6.901-6.903L153.531,178.076z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M153.531,176.48l6.056-6.056l-0.223-0.223l-13.758,13.757
+ l0.858,0.86l6.923-6.921C153.097,177.461,153.144,176.864,153.531,176.48z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M153.531,176.48l6.056-6.056l-0.223-0.223l-13.758,13.757
+ l0.858,0.86l6.923-6.921C153.097,177.461,153.144,176.864,153.531,176.48z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M153.531,176.48l6.056-6.056l-0.223-0.223l-13.758,13.757
+ l0.858,0.86l6.923-6.921C153.097,177.461,153.144,176.864,153.531,176.48z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M153.531,176.48l6.056-6.056l-0.223-0.223l-13.758,13.757
+ l0.858,0.86l6.923-6.921C153.097,177.461,153.144,176.864,153.531,176.48z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M153.531,176.48l6.056-6.056l-0.223-0.223l-13.758,13.757
+ l0.858,0.86l6.923-6.921C153.097,177.461,153.144,176.864,153.531,176.48z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M153.531,176.48l6.056-6.056l-0.223-0.223l-13.758,13.757
+ l0.858,0.86l6.923-6.921C153.097,177.461,153.144,176.864,153.531,176.48z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M153.531,176.48l6.056-6.056l-0.223-0.223l-13.758,13.757
+ l0.858,0.86l6.923-6.921C153.097,177.461,153.144,176.864,153.531,176.48z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M153.388,177.898c0.041,0.062,0.086,0.122,0.144,0.178
+ l0.698,0.7l6.854-6.855l-0.859-0.859L153.388,177.898z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M153.388,177.898c0.041,0.062,0.086,0.122,0.144,0.178
+ l0.698,0.7l6.854-6.855l-0.859-0.859L153.388,177.898z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M153.388,177.898c0.041,0.062,0.086,0.122,0.144,0.178
+ l0.698,0.7l6.854-6.855l-0.859-0.859L153.388,177.898z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M153.388,177.898c0.041,0.062,0.086,0.122,0.144,0.178
+ l0.698,0.7l6.854-6.855l-0.859-0.859L153.388,177.898z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M153.388,177.898c0.041,0.062,0.086,0.122,0.144,0.178
+ l0.698,0.7l6.854-6.855l-0.859-0.859L153.388,177.898z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M153.388,177.898c0.041,0.062,0.086,0.122,0.144,0.178
+ l0.698,0.7l6.854-6.855l-0.859-0.859L153.388,177.898z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M153.388,177.898c0.041,0.062,0.086,0.122,0.144,0.178
+ l0.698,0.7l6.854-6.855l-0.859-0.859L153.388,177.898z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M159.587,170.424l-6.056,6.056
+ c-0.388,0.384-0.435,0.981-0.144,1.418l6.836-6.836L159.587,170.424z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M159.587,170.424l-6.056,6.056
+ c-0.388,0.384-0.435,0.981-0.144,1.418l6.836-6.836L159.587,170.424z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M159.587,170.424l-6.056,6.056
+ c-0.388,0.384-0.435,0.981-0.144,1.418l6.836-6.836L159.587,170.424z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M159.587,170.424l-6.056,6.056
+ c-0.388,0.384-0.435,0.981-0.144,1.418l6.836-6.836L159.587,170.424z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M159.587,170.424l-6.056,6.056
+ c-0.388,0.384-0.435,0.981-0.144,1.418l6.836-6.836L159.587,170.424z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M159.587,170.424l-6.056,6.056
+ c-0.388,0.384-0.435,0.981-0.144,1.418l6.836-6.836L159.587,170.424z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M159.587,170.424l-6.056,6.056
+ c-0.388,0.384-0.435,0.981-0.144,1.418l6.836-6.836L159.587,170.424z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M159.587,170.424l-6.056,6.056
+ c-0.388,0.384-0.435,0.981-0.144,1.418l6.836-6.836L159.587,170.424z"/>
+
+ <rect x="182.528" y="143.134" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -47.3014 174.4968)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.938" height="2.431"/>
+
+ <rect x="182.528" y="143.134" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -47.3014 174.4968)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.938" height="2.431"/>
+
+ <rect x="182.528" y="143.134" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -47.3014 174.4968)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.938" height="2.431"/>
+
+ <rect x="182.528" y="143.134" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -47.3014 174.4968)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="8.938" height="2.431"/>
+
+ <rect x="182.528" y="143.134" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -47.3014 174.4968)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.938" height="2.431"/>
+
+ <rect x="182.528" y="143.134" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -47.3014 174.4968)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="8.938" height="2.431"/>
+
+ <rect x="182.528" y="143.134" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -47.3014 174.4968)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.938" height="2.431"/>
+
+ <rect x="172.857" y="150.797" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -54.979 171.299)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.844" height="2.431"/>
+
+ <rect x="172.857" y="150.797" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -54.979 171.299)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.844" height="2.431"/>
+
+ <rect x="172.857" y="150.797" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -54.979 171.299)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.844" height="2.431"/>
+
+ <rect x="172.857" y="150.797" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -54.979 171.299)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="12.844" height="2.431"/>
+
+ <rect x="172.857" y="150.797" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -54.979 171.299)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.844" height="2.431"/>
+
+ <rect x="172.857" y="150.797" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -54.979 171.299)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.844" height="2.431"/>
+
+ <rect x="172.857" y="150.797" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -54.979 171.299)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="12.844" height="2.431"/>
+
+ <rect x="172.857" y="150.797" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -54.979 171.299)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.844" height="2.431"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M135.95,205.473c-0.274,0.271-0.487,0.503-0.479,0.515
+ l1.769,1.77c0.01,0.01,0.239-0.204,0.515-0.479l6.714-6.713l-1.809-1.805L135.95,205.473z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M135.95,205.473c-0.274,0.271-0.487,0.503-0.479,0.515
+ l1.769,1.77c0.01,0.01,0.239-0.204,0.515-0.479l6.714-6.713l-1.809-1.805L135.95,205.473z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M135.95,205.473c-0.274,0.271-0.487,0.503-0.479,0.515
+ l1.769,1.77c0.01,0.01,0.239-0.204,0.515-0.479l6.714-6.713l-1.809-1.805L135.95,205.473z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M207.279,137.757c0.272-0.274,0.485-0.504,0.476-0.515
+ l-1.767-1.768c-0.012-0.01-0.241,0.202-0.515,0.475l-7.032,7.031l1.808,1.806L207.279,137.757z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M207.279,137.757c0.272-0.274,0.485-0.504,0.476-0.515
+ l-1.767-1.768c-0.012-0.01-0.241,0.202-0.515,0.475l-7.032,7.031l1.808,1.806L207.279,137.757z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M207.279,137.757c0.272-0.274,0.485-0.504,0.476-0.515
+ l-1.767-1.768c-0.012-0.01-0.241,0.202-0.515,0.475l-7.032,7.031l1.808,1.806L207.279,137.757z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M207.279,137.757c0.272-0.274,0.485-0.504,0.476-0.515
+ l-1.767-1.768c-0.012-0.01-0.241,0.202-0.515,0.475l-7.032,7.031l1.808,1.806L207.279,137.757z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M166.92,174.886c-0.067-0.066-0.121-0.14-0.168-0.217
+ l-1.459,1.459l1.805,1.809l1.437-1.436L166.92,174.886z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M166.92,174.886c-0.067-0.066-0.121-0.14-0.168-0.217
+ l-1.459,1.459l1.805,1.809l1.437-1.436L166.92,174.886z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M166.92,174.886c-0.067-0.066-0.121-0.14-0.168-0.217
+ l-1.459,1.459l1.805,1.809l1.437-1.436L166.92,174.886z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M166.92,174.886c-0.067-0.066-0.121-0.14-0.168-0.217
+ l-1.459,1.459l1.805,1.809l1.437-1.436L166.92,174.886z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M166.92,174.886c-0.067-0.066-0.121-0.14-0.168-0.217
+ l-1.459,1.459l1.805,1.809l1.437-1.436L166.92,174.886z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M166.92,174.886c-0.067-0.066-0.121-0.14-0.168-0.217
+ l-1.459,1.459l1.805,1.809l1.437-1.436L166.92,174.886z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M170.713,170.709l-3.961,3.959
+ c0.047,0.077,0.101,0.151,0.168,0.217l1.613,1.615l3.983-3.986L170.713,170.709z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M170.713,170.709l-3.961,3.959
+ c0.047,0.077,0.101,0.151,0.168,0.217l1.613,1.615l3.983-3.986L170.713,170.709z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M170.713,170.709l-3.961,3.959
+ c0.047,0.077,0.101,0.151,0.168,0.217l1.613,1.615l3.983-3.986L170.713,170.709z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M170.713,170.709l-3.961,3.959
+ c0.047,0.077,0.101,0.151,0.168,0.217l1.613,1.615l3.983-3.986L170.713,170.709z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M170.713,170.709l-3.961,3.959
+ c0.047,0.077,0.101,0.151,0.168,0.217l1.613,1.615l3.983-3.986L170.713,170.709z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M170.713,170.709l-3.961,3.959
+ c0.047,0.077,0.101,0.151,0.168,0.217l1.613,1.615l3.983-3.986L170.713,170.709z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M170.713,170.709l-3.961,3.959
+ c0.047,0.077,0.101,0.151,0.168,0.217l1.613,1.615l3.983-3.986L170.713,170.709z"/>
+
+ <rect x="172.905" y="165.461" transform="matrix(0.7069 0.7073 -0.7073 0.7069 170.6303 -73.6472)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="7.212"/>
+
+ <rect x="172.905" y="165.461" transform="matrix(0.7069 0.7073 -0.7073 0.7069 170.6303 -73.6472)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="7.212"/>
+
+ <rect x="172.905" y="165.461" transform="matrix(0.7069 0.7073 -0.7073 0.7069 170.6303 -73.6472)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="7.212"/>
+
+ <rect x="172.905" y="165.461" transform="matrix(0.7069 0.7073 -0.7073 0.7069 170.6303 -73.6472)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="7.212"/>
+
+ <rect x="172.905" y="165.461" transform="matrix(0.7069 0.7073 -0.7073 0.7069 170.6303 -73.6472)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="2.553" height="7.212"/>
+
+ <rect x="172.905" y="165.461" transform="matrix(0.7069 0.7073 -0.7073 0.7069 170.6303 -73.6472)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="7.212"/>
+
+ <rect x="172.905" y="165.461" transform="matrix(0.7069 0.7073 -0.7073 0.7069 170.6303 -73.6472)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="7.212"/>
+
+ <rect x="172.905" y="165.461" transform="matrix(0.7069 0.7073 -0.7073 0.7069 170.6303 -73.6472)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="2.553" height="7.212"/>
+
+ <rect x="196.297" y="143.921" transform="matrix(0.707 -0.7072 0.7072 0.707 -44.6454 182.629)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="2.555"/>
+
+ <rect x="196.297" y="143.921" transform="matrix(0.707 -0.7072 0.7072 0.707 -44.6454 182.629)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="2.555"/>
+
+ <rect x="196.297" y="143.921" transform="matrix(0.707 -0.7072 0.7072 0.707 -44.6454 182.629)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.606" height="2.555"/>
+
+ <rect x="196.297" y="143.921" transform="matrix(0.707 -0.7072 0.7072 0.707 -44.6454 182.629)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="2.555"/>
+
+ <rect x="196.297" y="143.921" transform="matrix(0.707 -0.7072 0.7072 0.707 -44.6454 182.629)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="3.606" height="2.555"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M196.888,147.913c0.053,0.054,0.013,0.181-0.091,0.283
+ l-6.132,6.132l0.021,0.021l7.014-7.012l-1.808-1.808l-0.692,0.694L196.888,147.913z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M196.888,147.913c0.053,0.054,0.013,0.181-0.091,0.283
+ l-6.132,6.132l0.021,0.021l7.014-7.012l-1.808-1.808l-0.692,0.694L196.888,147.913z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M196.888,147.913c0.053,0.054,0.013,0.181-0.091,0.283
+ l-6.132,6.132l0.021,0.021l7.014-7.012l-1.808-1.808l-0.692,0.694L196.888,147.913z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M196.888,147.913c0.053,0.054,0.013,0.181-0.091,0.283
+ l-6.132,6.132l0.021,0.021l7.014-7.012l-1.808-1.808l-0.692,0.694L196.888,147.913z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M196.888,147.913c0.053,0.054,0.013,0.181-0.091,0.283
+ l-6.132,6.132l0.021,0.021l7.014-7.012l-1.808-1.808l-0.692,0.694L196.888,147.913z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M196.888,147.913c0.053,0.054,0.013,0.181-0.091,0.283
+ l-6.132,6.132l0.021,0.021l7.014-7.012l-1.808-1.808l-0.692,0.694L196.888,147.913z"/>
+
+ <rect x="188.682" y="153.526" transform="matrix(0.6991 0.715 -0.715 0.6991 168.562 -87.8794)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.031" height="5.634"/>
+
+ <rect x="188.682" y="153.526" transform="matrix(0.6991 0.715 -0.715 0.6991 168.562 -87.8794)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.031" height="5.634"/>
+
+ <rect x="188.682" y="153.526" transform="matrix(0.6991 0.715 -0.715 0.6991 168.562 -87.8794)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.031" height="5.634"/>
+
+ <rect x="188.682" y="153.526" transform="matrix(0.6991 0.715 -0.715 0.6991 168.562 -87.8794)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="0.031" height="5.634"/>
+
+ <rect x="188.682" y="153.526" transform="matrix(0.6991 0.715 -0.715 0.6991 168.562 -87.8794)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.031" height="5.634"/>
+
+ <rect x="188.682" y="153.526" transform="matrix(0.6991 0.715 -0.715 0.6991 168.562 -87.8794)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.031" height="5.634"/>
+
+ <rect x="188.682" y="153.526" transform="matrix(0.6991 0.715 -0.715 0.6991 168.562 -87.8794)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="0.031" height="5.634"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M181.486,163.315l0.115,0.116l5.101-5.099l-0.021-0.022
+ l-4.912,4.914C181.665,163.328,181.539,163.369,181.486,163.315z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M181.486,163.315l0.115,0.116l5.101-5.099l-0.021-0.022
+ l-4.912,4.914C181.665,163.328,181.539,163.369,181.486,163.315z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M181.486,163.315l0.115,0.116l5.101-5.099l-0.021-0.022
+ l-4.912,4.914C181.665,163.328,181.539,163.369,181.486,163.315z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M181.486,163.315l0.115,0.116l5.101-5.099l-0.021-0.022
+ l-4.912,4.914C181.665,163.328,181.539,163.369,181.486,163.315z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M181.486,163.315l0.115,0.116l5.101-5.099l-0.021-0.022
+ l-4.912,4.914C181.665,163.328,181.539,163.369,181.486,163.315z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M181.486,163.315l0.115,0.116l5.101-5.099l-0.021-0.022
+ l-4.912,4.914C181.665,163.328,181.539,163.369,181.486,163.315z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M181.486,163.315l0.115,0.116l5.101-5.099l-0.021-0.022
+ l-4.912,4.914C181.665,163.328,181.539,163.369,181.486,163.315z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M181.486,163.315l0.115,0.116l5.101-5.099l-0.021-0.022
+ l-4.912,4.914C181.665,163.328,181.539,163.369,181.486,163.315z"/>
+ <polygon opacity="0.4" fill="#FFF7BB" enable-background="new " points="179.796,161.625 176.608,164.812 178.415,166.618
+ 181.602,163.431 181.486,163.315 "/>
+ <polygon opacity="0.4" fill="#FFF7BB" enable-background="new " points="179.796,161.625 176.608,164.812 178.415,166.618
+ 181.602,163.431 181.486,163.315 "/>
+ <polygon opacity="0.4" fill="#FFF7BB" enable-background="new " points="179.796,161.625 176.608,164.812 178.415,166.618
+ 181.602,163.431 181.486,163.315 "/>
+ <polygon opacity="0.5" fill="#D1E4B8" enable-background="new " points="179.796,161.625 176.608,164.812 178.415,166.618
+ 181.602,163.431 181.486,163.315 "/>
+ <polygon opacity="0.4" fill="#FFF7BB" enable-background="new " points="179.796,161.625 176.608,164.812 178.415,166.618
+ 181.602,163.431 181.486,163.315 "/>
+ <polygon opacity="0.2" fill="#FEF4A5" enable-background="new " points="179.796,161.625 176.608,164.812 178.415,166.618
+ 181.602,163.431 181.486,163.315 "/>
+ <polygon opacity="0.4" fill="#FFF7BB" enable-background="new " points="179.796,161.625 176.608,164.812 178.415,166.618
+ 181.602,163.431 181.486,163.315 "/>
+ <polygon opacity="0.4" fill="#FFF7BB" enable-background="new " points="179.796,161.625 176.608,164.812 178.415,166.618
+ 181.602,163.431 181.486,163.315 "/>
+ <polygon opacity="0.2" fill="#FEF4A5" enable-background="new " points="179.796,161.625 176.608,164.812 178.415,166.618
+ 181.602,163.431 181.486,163.315 "/>
+
+ <rect x="176.568" y="164.856" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -65.5955 173.8361)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="176.568" y="164.856" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -65.5955 173.8361)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="176.568" y="164.856" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -65.5955 173.8361)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="176.568" y="164.856" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -65.5955 173.8361)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="176.568" y="164.856" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -65.5955 173.8361)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="176.568" y="164.856" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -65.5955 173.8361)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="176.568" y="164.856" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -65.5955 173.8361)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="176.568" y="164.856" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -65.5955 173.8361)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="176.568" y="164.856" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -65.5955 173.8361)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="176.568" y="164.856" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -65.5955 173.8361)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="143.007" y="197.057" transform="matrix(-0.7075 0.7067 -0.7067 -0.7075 387.4286 236.3201)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.607" height="2.555"/>
+
+ <rect x="143.007" y="197.057" transform="matrix(-0.7075 0.7067 -0.7067 -0.7075 387.4286 236.3201)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.607" height="2.555"/>
+
+ <rect x="143.007" y="197.057" transform="matrix(-0.7075 0.7067 -0.7067 -0.7075 387.4286 236.3201)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.607" height="2.555"/>
+
+ <rect x="143.007" y="197.057" transform="matrix(-0.7075 0.7067 -0.7067 -0.7075 387.4286 236.3201)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="3.607" height="2.555"/>
+
+ <rect x="148.015" y="189.487" transform="matrix(0.7069 0.7073 -0.7073 0.7069 180.9407 -48.7473)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="8.942"/>
+
+ <rect x="148.015" y="189.487" transform="matrix(0.7069 0.7073 -0.7073 0.7069 180.9407 -48.7473)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="8.942"/>
+
+ <rect x="148.015" y="189.487" transform="matrix(0.7069 0.7073 -0.7073 0.7069 180.9407 -48.7473)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="8.942"/>
+
+ <rect x="148.015" y="189.487" transform="matrix(0.7069 0.7073 -0.7073 0.7069 180.9407 -48.7473)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="8.942"/>
+
+ <rect x="148.015" y="189.487" transform="matrix(0.7069 0.7073 -0.7073 0.7069 180.9407 -48.7473)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="2.553" height="8.942"/>
+
+ <rect x="154.629" y="182.461" transform="matrix(0.7069 0.7073 -0.7073 0.7069 178.2006 -55.3642)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="9.764"/>
+
+ <rect x="154.629" y="182.461" transform="matrix(0.7069 0.7073 -0.7073 0.7069 178.2006 -55.3642)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="9.764"/>
+
+ <rect x="154.629" y="182.461" transform="matrix(0.7069 0.7073 -0.7073 0.7069 178.2006 -55.3642)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="9.764"/>
+
+ <rect x="154.629" y="182.461" transform="matrix(0.7069 0.7073 -0.7073 0.7069 178.2006 -55.3642)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="2.553" height="9.764"/>
+
+ <rect x="154.629" y="182.461" transform="matrix(0.7069 0.7073 -0.7073 0.7069 178.2006 -55.3642)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="9.764"/>
+
+ <rect x="154.629" y="182.461" transform="matrix(0.7069 0.7073 -0.7073 0.7069 178.2006 -55.3642)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="2.553" height="9.764"/>
+
+ <rect x="157.912" y="179.185" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 405.4529 192.9638)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="9.692" height="2.555"/>
+
+ <rect x="157.912" y="179.185" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 405.4529 192.9638)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="9.692" height="2.555"/>
+
+ <rect x="157.912" y="179.185" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 405.4529 192.9638)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="9.692" height="2.555"/>
+
+ <rect x="157.912" y="179.185" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 405.4529 192.9638)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="9.692" height="2.555"/>
+
+ <rect x="157.912" y="179.185" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 405.4529 192.9638)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="9.692" height="2.555"/>
+
+ <rect x="157.912" y="179.185" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 405.4529 192.9638)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="9.692" height="2.555"/>
+
+ <rect x="157.912" y="179.185" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 405.4529 192.9638)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="9.692" height="2.555"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M190.666,154.328l6.132-6.132
+ c0.104-0.102,0.144-0.229,0.091-0.283l-1.688-1.69l-6.319,6.32L190.666,154.328z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M190.666,154.328l6.132-6.132
+ c0.104-0.102,0.144-0.229,0.091-0.283l-1.688-1.69l-6.319,6.32L190.666,154.328z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M190.666,154.328l6.132-6.132
+ c0.104-0.102,0.144-0.229,0.091-0.283l-1.688-1.69l-6.319,6.32L190.666,154.328z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M190.666,154.328l6.132-6.132
+ c0.104-0.102,0.144-0.229,0.091-0.283l-1.688-1.69l-6.319,6.32L190.666,154.328z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M190.666,154.328l6.132-6.132
+ c0.104-0.102,0.144-0.229,0.091-0.283l-1.688-1.69l-6.319,6.32L190.666,154.328z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M190.666,154.328l6.132-6.132
+ c0.104-0.102,0.144-0.229,0.091-0.283l-1.688-1.69l-6.319,6.32L190.666,154.328z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M190.666,154.328l6.132-6.132
+ c0.104-0.102,0.144-0.229,0.091-0.283l-1.688-1.69l-6.319,6.32L190.666,154.328z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M184.87,156.551c0.077,0.045,0.15,0.099,0.218,0.166
+ l1.593,1.593l3.985-3.982l-1.786-1.785L184.87,156.551z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M184.87,156.551c0.077,0.045,0.15,0.099,0.218,0.166
+ l1.593,1.593l3.985-3.982l-1.786-1.785L184.87,156.551z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M184.87,156.551c0.077,0.045,0.15,0.099,0.218,0.166
+ l1.593,1.593l3.985-3.982l-1.786-1.785L184.87,156.551z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M184.87,156.551c0.077,0.045,0.15,0.099,0.218,0.166
+ l1.593,1.593l3.985-3.982l-1.786-1.785L184.87,156.551z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M184.87,156.551c0.077,0.045,0.15,0.099,0.218,0.166
+ l1.593,1.593l3.985-3.982l-1.786-1.785L184.87,156.551z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M184.87,156.551c0.077,0.045,0.15,0.099,0.218,0.166
+ l1.593,1.593l3.985-3.982l-1.786-1.785L184.87,156.551z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M184.87,156.551c0.077,0.045,0.15,0.099,0.218,0.166
+ l1.593,1.593l3.985-3.982l-1.786-1.785L184.87,156.551z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M184.87,156.551c0.077,0.045,0.15,0.099,0.218,0.166
+ l1.593,1.593l3.985-3.982l-1.786-1.785L184.87,156.551z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M184.87,156.551l-5.074,5.074l1.69,1.69
+ c0.053,0.054,0.179,0.013,0.281-0.091l4.912-4.914l-1.593-1.593C185.021,156.65,184.947,156.596,184.87,156.551z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M184.87,156.551l-5.074,5.074l1.69,1.69
+ c0.053,0.054,0.179,0.013,0.281-0.091l4.912-4.914l-1.593-1.593C185.021,156.65,184.947,156.596,184.87,156.551z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M184.87,156.551l-5.074,5.074l1.69,1.69
+ c0.053,0.054,0.179,0.013,0.281-0.091l4.912-4.914l-1.593-1.593C185.021,156.65,184.947,156.596,184.87,156.551z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M184.87,156.551l-5.074,5.074l1.69,1.69
+ c0.053,0.054,0.179,0.013,0.281-0.091l4.912-4.914l-1.593-1.593C185.021,156.65,184.947,156.596,184.87,156.551z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M184.87,156.551l-5.074,5.074l1.69,1.69
+ c0.053,0.054,0.179,0.013,0.281-0.091l4.912-4.914l-1.593-1.593C185.021,156.65,184.947,156.596,184.87,156.551z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M184.87,156.551l-5.074,5.074l1.69,1.69
+ c0.053,0.054,0.179,0.013,0.281-0.091l4.912-4.914l-1.593-1.593C185.021,156.65,184.947,156.596,184.87,156.551z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M184.87,156.551l-5.074,5.074l1.69,1.69
+ c0.053,0.054,0.179,0.013,0.281-0.091l4.912-4.914l-1.593-1.593C185.021,156.65,184.947,156.596,184.87,156.551z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M184.87,156.551l-5.074,5.074l1.69,1.69
+ c0.053,0.054,0.179,0.013,0.281-0.091l4.912-4.914l-1.593-1.593C185.021,156.65,184.947,156.596,184.87,156.551z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M184.87,156.551l-5.074,5.074l1.69,1.69
+ c0.053,0.054,0.179,0.013,0.281-0.091l4.912-4.914l-1.593-1.593C185.021,156.65,184.947,156.596,184.87,156.551z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M239.644,118.418c0.284-0.285,0.501-0.528,0.487-0.543
+ l-2.5-2.5c-0.017-0.016-0.261,0.202-0.542,0.486l-1.646,1.643l2.556,2.556L239.644,118.418z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M239.644,118.418c0.284-0.285,0.501-0.528,0.487-0.543
+ l-2.5-2.5c-0.017-0.016-0.261,0.202-0.542,0.486l-1.646,1.643l2.556,2.556L239.644,118.418z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M239.644,118.418c0.284-0.285,0.501-0.528,0.487-0.543
+ l-2.5-2.5c-0.017-0.016-0.261,0.202-0.542,0.486l-1.646,1.643l2.556,2.556L239.644,118.418z"/>
+
+ <rect x="199.023" y="132.591" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -30.2721 195.7141)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="44.178" height="3.615"/>
+
+ <rect x="199.023" y="132.591" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -30.2721 195.7141)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="44.178" height="3.615"/>
+
+ <rect x="199.023" y="132.591" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -30.2721 195.7141)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="44.178" height="3.615"/>
+
+ <rect x="199.023" y="132.591" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -30.2721 195.7141)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="44.178" height="3.615"/>
+
+ <rect x="171.199" y="181.467" transform="matrix(0.7071 0.7071 -0.7071 0.7071 179.7066 -68.8862)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.616" height="2.031"/>
+
+ <rect x="171.199" y="181.467" transform="matrix(0.7071 0.7071 -0.7071 0.7071 179.7066 -68.8862)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.616" height="2.031"/>
+
+ <rect x="171.199" y="181.467" transform="matrix(0.7071 0.7071 -0.7071 0.7071 179.7066 -68.8862)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.616" height="2.031"/>
+
+ <rect x="171.199" y="181.467" transform="matrix(0.7071 0.7071 -0.7071 0.7071 179.7066 -68.8862)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="3.616" height="2.031"/>
+
+ <rect x="171.199" y="181.467" transform="matrix(0.7071 0.7071 -0.7071 0.7071 179.7066 -68.8862)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.616" height="2.031"/>
+
+ <rect x="171.199" y="181.467" transform="matrix(0.7071 0.7071 -0.7071 0.7071 179.7066 -68.8862)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.616" height="2.031"/>
+
+ <rect x="176.46" y="170.797" transform="matrix(0.7072 0.707 -0.707 0.7072 177.5033 -74.1478)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.617" height="12.846"/>
+
+ <rect x="176.46" y="170.797" transform="matrix(0.7072 0.707 -0.707 0.7072 177.5033 -74.1478)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.617" height="12.846"/>
+
+ <rect x="176.46" y="170.797" transform="matrix(0.7072 0.707 -0.707 0.7072 177.5033 -74.1478)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.617" height="12.846"/>
+
+ <rect x="176.46" y="170.797" transform="matrix(0.7072 0.707 -0.707 0.7072 177.5033 -74.1478)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="3.617" height="12.846"/>
+
+ <rect x="176.46" y="170.797" transform="matrix(0.7072 0.707 -0.707 0.7072 177.5033 -74.1478)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.617" height="12.846"/>
+
+ <rect x="176.46" y="170.797" transform="matrix(0.7072 0.707 -0.707 0.7072 177.5033 -74.1478)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.617" height="12.846"/>
+
+ <rect x="176.46" y="170.797" transform="matrix(0.7072 0.707 -0.707 0.7072 177.5033 -74.1478)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.617" height="12.846"/>
+
+ <rect x="202.45" y="149.482" transform="matrix(0.707 0.7072 -0.7072 0.707 166.8248 -100.1255)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.616" height="3.606"/>
+
+ <rect x="202.45" y="149.482" transform="matrix(0.707 0.7072 -0.7072 0.707 166.8248 -100.1255)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.616" height="3.606"/>
+
+ <rect x="202.45" y="149.482" transform="matrix(0.707 0.7072 -0.7072 0.707 166.8248 -100.1255)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.616" height="3.606"/>
+
+ <rect x="202.45" y="149.482" transform="matrix(0.707 0.7072 -0.7072 0.707 166.8248 -100.1255)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.616" height="3.606"/>
+
+ <rect x="202.45" y="149.482" transform="matrix(0.707 0.7072 -0.7072 0.707 166.8248 -100.1255)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.616" height="3.606"/>
+
+ <rect x="189.688" y="156.302" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -53.9638 185.9482)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="15.552" height="3.617"/>
+
+ <rect x="189.688" y="156.302" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -53.9638 185.9482)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="15.552" height="3.617"/>
+
+ <rect x="189.688" y="156.302" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -53.9638 185.9482)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="15.552" height="3.617"/>
+
+ <rect x="189.688" y="156.302" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -53.9638 185.9482)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="15.552" height="3.617"/>
+
+ <rect x="189.688" y="156.302" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -53.9638 185.9482)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="15.552" height="3.617"/>
+
+ <rect x="189.688" y="156.302" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -53.9638 185.9482)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="15.552" height="3.617"/>
+
+ <rect x="187.585" y="162.522" transform="matrix(0.707 0.7072 -0.7072 0.707 172.9655 -85.264)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="7.212"/>
+
+ <rect x="187.585" y="162.522" transform="matrix(0.707 0.7072 -0.7072 0.707 172.9655 -85.264)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="7.212"/>
+
+ <rect x="187.585" y="162.522" transform="matrix(0.707 0.7072 -0.7072 0.707 172.9655 -85.264)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="7.212"/>
+
+ <rect x="187.585" y="162.522" transform="matrix(0.707 0.7072 -0.7072 0.707 172.9655 -85.264)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.613" height="7.212"/>
+
+ <rect x="187.585" y="162.522" transform="matrix(0.707 0.7072 -0.7072 0.707 172.9655 -85.264)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="7.212"/>
+
+ <rect x="187.585" y="162.522" transform="matrix(0.707 0.7072 -0.7072 0.707 172.9655 -85.264)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="7.212"/>
+
+ <rect x="187.585" y="162.522" transform="matrix(0.707 0.7072 -0.7072 0.707 172.9655 -85.264)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.613" height="7.212"/>
+
+ <rect x="182.928" y="168.472" transform="matrix(0.707 -0.7072 0.7072 0.707 -66.1661 180.8551)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="3.615"/>
+
+ <rect x="182.928" y="168.472" transform="matrix(0.707 -0.7072 0.7072 0.707 -66.1661 180.8551)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="3.615"/>
+
+ <rect x="182.928" y="168.472" transform="matrix(0.707 -0.7072 0.7072 0.707 -66.1661 180.8551)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="3.615"/>
+
+ <rect x="182.928" y="168.472" transform="matrix(0.707 -0.7072 0.7072 0.707 -66.1661 180.8551)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="4.507" height="3.615"/>
+
+ <rect x="182.928" y="168.472" transform="matrix(0.707 -0.7072 0.7072 0.707 -66.1661 180.8551)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="4.507" height="3.615"/>
+
+ <rect x="182.928" y="168.472" transform="matrix(0.707 -0.7072 0.7072 0.707 -66.1661 180.8551)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="3.615"/>
+
+ <rect x="182.928" y="168.472" transform="matrix(0.707 -0.7072 0.7072 0.707 -66.1661 180.8551)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="3.615"/>
+
+ <rect x="182.928" y="168.472" transform="matrix(0.707 -0.7072 0.7072 0.707 -66.1661 180.8551)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="4.507" height="3.615"/>
+
+ <rect x="181.5" y="171.676" transform="matrix(0.7074 0.7068 -0.7068 0.7074 175.3621 -79.1662)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.615" height="1.129"/>
+
+ <rect x="181.5" y="171.676" transform="matrix(0.7074 0.7068 -0.7068 0.7074 175.3621 -79.1662)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.615" height="1.129"/>
+
+ <rect x="181.5" y="171.676" transform="matrix(0.7074 0.7068 -0.7068 0.7074 175.3621 -79.1662)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.615" height="1.129"/>
+
+ <rect x="181.5" y="171.676" transform="matrix(0.7074 0.7068 -0.7068 0.7074 175.3621 -79.1662)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.615" height="1.129"/>
+
+ <rect x="181.5" y="171.676" transform="matrix(0.7074 0.7068 -0.7068 0.7074 175.3621 -79.1662)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="3.615" height="1.129"/>
+
+ <rect x="181.5" y="171.676" transform="matrix(0.7074 0.7068 -0.7068 0.7074 175.3621 -79.1662)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.615" height="1.129"/>
+
+ <rect x="181.5" y="171.676" transform="matrix(0.7074 0.7068 -0.7068 0.7074 175.3621 -79.1662)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.615" height="1.129"/>
+
+ <rect x="181.5" y="171.676" transform="matrix(0.7074 0.7068 -0.7068 0.7074 175.3621 -79.1662)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.615" height="1.129"/>
+
+ <rect x="181.5" y="171.676" transform="matrix(0.7074 0.7068 -0.7068 0.7074 175.3621 -79.1662)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.615" height="1.129"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M164.838,188.113c-0.285,0.284-0.502,0.526-0.485,0.54
+ l2.5,2.502c0.016,0.014,0.257-0.201,0.542-0.487l6.22-6.218l-2.558-2.558L164.838,188.113z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M164.838,188.113c-0.285,0.284-0.502,0.526-0.485,0.54
+ l2.5,2.502c0.016,0.014,0.257-0.201,0.542-0.487l6.22-6.218l-2.558-2.558L164.838,188.113z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M164.838,188.113c-0.285,0.284-0.502,0.526-0.485,0.54
+ l2.5,2.502c0.016,0.014,0.257-0.201,0.542-0.487l6.22-6.218l-2.558-2.558L164.838,188.113z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M164.838,188.113c-0.285,0.284-0.502,0.526-0.485,0.54
+ l2.5,2.502c0.016,0.014,0.257-0.201,0.542-0.487l6.22-6.218l-2.558-2.558L164.838,188.113z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M164.838,188.113c-0.285,0.284-0.502,0.526-0.485,0.54
+ l2.5,2.502c0.016,0.014,0.257-0.201,0.542-0.487l6.22-6.218l-2.558-2.558L164.838,188.113z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M164.838,188.113c-0.285,0.284-0.502,0.526-0.485,0.54
+ l2.5,2.502c0.016,0.014,0.257-0.201,0.542-0.487l6.22-6.218l-2.558-2.558L164.838,188.113z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M164.838,188.113c-0.285,0.284-0.502,0.526-0.485,0.54
+ l2.5,2.502c0.016,0.014,0.257-0.201,0.542-0.487l6.22-6.218l-2.558-2.558L164.838,188.113z"/>
+ </g>
+ <g id="debian">
+ <g>
+ <path fill="#24363E" d="M162.661,158.354c-1.421,0.019,0.271,0.733,2.13,1.019c0.514-0.405,0.979-0.806,1.395-1.202
+ C165.027,158.457,163.849,158.46,162.661,158.354"/>
+ <path fill="#24363E" d="M170.306,156.448c0.849-1.171,1.467-2.452,1.685-3.775c-0.191,0.941-0.703,1.757-1.187,2.619
+ c-2.662,1.676-0.25-0.997-0.002-2.011C167.939,156.884,170.41,155.44,170.306,156.448"/>
+ <path fill="#24363E" d="M173.129,149.11c0.17-2.565-0.504-1.754-0.734-0.776C172.662,148.473,172.869,150.141,173.129,149.11"/>
+ <path fill="#24363E" d="M157.261,114.057c0.762,0.137,1.645,0.243,1.521,0.423C159.609,114.297,159.8,114.129,157.261,114.057"/>
+ <path fill="#24363E" d="M158.782,114.479l-0.538,0.112l0.499-0.045L158.782,114.479"/>
+ <path fill="#24363E" d="M182.479,150.082c0.084,2.301-0.674,3.415-1.356,5.394l-1.232,0.615c-1.006,1.957,0.1,1.242-0.621,2.797
+ c-1.571,1.4-4.772,4.375-5.797,4.647c-0.748-0.016,0.505-0.881,0.67-1.219c-2.104,1.443-1.688,2.168-4.906,3.047l-0.096-0.212
+ c-7.938,3.737-18.968-3.664-18.82-13.762c-0.087,0.639-0.243,0.479-0.419,0.739c-0.408-5.195,2.4-10.413,7.139-12.544
+ c4.635-2.294,10.067-1.354,13.389,1.743c-1.826-2.39-5.453-4.922-9.756-4.686c-4.214,0.069-8.156,2.746-9.473,5.654
+ c-2.156,1.356-2.408,5.237-3.351,5.946c-1.264,9.299,2.383,13.318,8.553,18.044c0.968,0.654,0.271,0.753,0.402,1.254
+ c-2.049-0.96-3.926-2.41-5.469-4.184c0.816,1.198,1.7,2.364,2.844,3.28c-1.932-0.655-4.512-4.684-5.268-4.848
+ c3.332,5.963,13.512,10.458,18.848,8.227c-2.468,0.095-5.604,0.055-8.374-0.973c-1.165-0.599-2.749-1.839-2.466-2.073
+ c7.277,2.717,14.795,2.06,21.091-2.987c1.603-1.249,3.353-3.37,3.857-3.4c-0.763,1.145,0.129,0.551-0.456,1.563
+ c1.598-2.574-0.692-1.047,1.649-4.445l0.867,1.191c-0.323-2.135,2.652-4.73,2.353-8.107c0.682-1.033,0.76,1.11,0.036,3.488
+ c1.006-2.637,0.265-3.062,0.522-5.235c0.277,0.732,0.646,1.509,0.831,2.28c-0.653-2.546,0.673-4.291,1-5.77
+ c-0.32-0.144-1.009,1.124-1.167-1.885c0.024-1.308,0.364-0.684,0.495-1.007c-0.257-0.147-0.93-1.149-1.339-3.072
+ c0.296-0.453,0.793,1.171,1.197,1.236c-0.262-1.527-0.707-2.693-0.726-3.867c-1.183-2.468-0.419,0.331-1.378-1.059
+ c-1.255-3.921,1.046-0.91,1.199-2.69c1.905,2.758,2.993,7.038,3.491,8.808c-0.381-2.159-0.995-4.251-1.745-6.277
+ c0.577,0.242-0.936-4.444,0.75-1.341c-1.799-6.619-7.699-12.804-13.125-15.706c0.663,0.608,1.502,1.37,1.199,1.49
+ c-2.697-1.607-2.226-1.732-2.61-2.409c-2.2-0.895-2.343,0.071-3.8,0c-4.146-2.198-4.945-1.962-8.76-3.342l0.175,0.811
+ c-2.747-0.914-3.198,0.346-6.167,0.002c-0.183-0.142,0.951-0.511,1.884-0.644c-2.655,0.35-2.532-0.524-5.13,0.094
+ c0.641-0.451,1.315-0.746,2-1.129c-2.167,0.133-5.17,1.261-4.241,0.234c-3.531,1.576-9.803,3.789-13.322,7.089l-0.11-0.741
+ c-1.614,1.937-7.034,5.783-7.466,8.289l-0.431,0.101c-0.839,1.422-1.383,3.031-2.049,4.494c-1.097,1.871-1.607,0.72-1.452,1.014
+ c-2.159,4.378-3.229,8.054-4.157,11.072c0.659,0.986,0.016,5.937,0.266,9.898c-1.084,19.58,13.74,38.589,29.944,42.977
+ c2.376,0.852,5.907,0.82,8.911,0.904c-3.545-1.013-4.004-0.536-7.457-1.741c-2.489-1.173-3.035-2.512-4.799-4.043l0.698,1.234
+ c-3.46-1.227-2.014-1.517-4.827-2.409l0.746-0.971c-1.122-0.086-2.972-1.894-3.479-2.893l-1.228,0.049
+ c-1.474-1.817-2.259-3.128-2.2-4.143l-0.397,0.705c-0.447-0.773-5.422-6.82-2.84-5.415c-0.48-0.437-1.119-0.709-1.811-1.966
+ l0.525-0.6c-1.243-1.598-2.287-3.648-2.206-4.331c0.662,0.897,1.119,1.064,1.578,1.217c-3.137-7.783-3.313-0.431-5.688-7.92
+ l0.502-0.042c-0.385-0.578-0.619-1.209-0.93-1.829l0.219-2.179c-2.258-2.611-0.633-11.095-0.305-15.75
+ c0.225-1.895,1.884-3.911,3.146-7.069l-0.771-0.133c1.472-2.562,8.394-10.293,11.597-9.897c1.553-1.949-0.308-0.006-0.611-0.497
+ c3.41-3.529,4.482-2.496,6.783-3.128c2.482-1.473-2.131,0.572-0.952-0.564c4.289-1.095,3.04-2.49,8.639-3.044
+ c0.59,0.334-1.372,0.516-1.862,0.954c3.572-1.75,11.312-1.352,16.339,0.97c5.832,2.727,12.384,10.782,12.644,18.363l0.292,0.079
+ c-0.146,3.014,0.463,6.498-0.596,9.694L182.479,150.082"/>
+ <path fill="#24363E" d="M147.117,160.306l-0.198,1.001c0.935,1.271,1.679,2.649,2.874,3.644
+ C148.933,163.271,148.294,162.578,147.117,160.306"/>
+ <path fill="#24363E" d="M149.332,160.22c-0.497-0.546-0.789-1.206-1.117-1.861c0.314,1.152,0.956,2.143,1.553,3.152
+ L149.332,160.22"/>
+ <path fill="#24363E" d="M188.484,151.712l-0.207,0.526c-0.386,2.722-1.215,5.419-2.482,7.916
+ C187.197,157.519,188.104,154.634,188.484,151.712"/>
+ <path fill="#24363E" d="M157.543,113.377c0.964-0.356,2.369-0.196,3.391-0.426c-1.332,0.109-2.658,0.179-3.967,0.347
+ L157.543,113.377"/>
+ <path fill="#24363E" d="M123.739,131.351c0.223,2.053-1.544,2.851,0.394,1.496C125.17,130.508,123.724,132.203,123.739,131.351"
+ />
+ <path fill="#24363E" d="M121.464,140.858c0.444-1.371,0.528-2.192,0.696-2.984C120.928,139.449,121.593,139.785,121.464,140.858"
+ />
+ </g>
+ </g>
+
+ <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="164.4941" y1="413.2261" x2="164.4941" y2="413.2261" gradientTransform="matrix(1 0 0 -1 -0.02 448.8008)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#24363E;stop-opacity:0"/>
+ </linearGradient>
+ <path opacity="0.6" fill="#F6F6F6" stroke="url(#SVGID_3_)" stroke-miterlimit="10" enable-background="new " d="
+ M164.475,35.575"/>
+
+ <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="366.3398" y1="104.0049" x2="366.3398" y2="708.6709" gradientTransform="matrix(-1 0 0 1 668.3555 176.2988)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="0.097" style="stop-color:#FFFFFF;stop-opacity:0.903"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+
+ <line opacity="0.3" fill="none" stroke="url(#SVGID_4_)" stroke-width="3" stroke-linecap="round" stroke-miterlimit="10" enable-background="new " x1="302.016" y1="281.804" x2="302.016" y2="883.47"/>
+
+ <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="-115.7383" y1="429.6274" x2="-115.7383" y2="1082.7925" gradientTransform="matrix(1 0 0 -1 103.2368 398.2031)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="0.097" style="stop-color:#FFFFFF;stop-opacity:0.903"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+
+ <line opacity="0.3" fill="none" stroke="url(#SVGID_5_)" stroke-width="3" stroke-linecap="round" stroke-miterlimit="10" enable-background="new " x1="-12.501" y1="-32.925" x2="-12.501" y2="-683.09"/>
+</g>
+<g display="none">
+ <g display="inline">
+ <path opacity="0.6" fill="#FFFFFF" enable-background="new " d="M108.079,408.116c-0.052,0.055-0.052,8.622-0.157,10.861
+ c-0.105,1.811-0.269,5.696-4.1,5.696c-3.939,0-4.897-4.525-5.218-6.495c-0.372-2.186-0.372-3.996-0.372-4.793
+ c0-2.556,0.159-9.689,6.176-9.689c1.811,0,2.82,0.533,3.62,0.957L108.079,408.116z M92.643,414.397
+ c0,15.014,7.985,15.014,9.155,15.014c3.3,0,5.43-1.809,6.334-4.947l0.106,4.734c1.012-0.055,2.022-0.16,3.673-0.16
+ c0.586,0,1.063,0,1.491,0.054c0.426,0,0.851,0.053,1.329,0.106c-0.852-1.701-1.488-5.534-1.488-13.846
+ c0-8.09,0-21.771,0.69-25.922c-1.915,0.906-3.566,1.492-7.188,1.811c1.438,1.544,1.438,2.342,1.438,9.366
+ c-1.01-0.317-2.289-0.69-4.471-0.69C94.187,399.917,92.643,408.221,92.643,414.397"/>
+ <path opacity="0.6" fill="#FFFFFF" enable-background="new " d="M121.51,411.68c0.054-4.418,0.96-8.357,4.738-8.357
+ c4.152,0,4.47,4.577,4.363,8.357H121.51z M135.882,412.214c0-6.229-1.224-12.353-9.102-12.353
+ c-10.857,0-10.857,12.033-10.857,14.585c0,10.81,4.843,15.066,12.987,15.066c3.617,0,5.376-0.529,6.334-0.795
+ c-0.053-1.919,0.213-3.143,0.533-4.793c-1.119,0.694-2.556,1.6-5.75,1.6c-8.305,0-8.41-7.563-8.41-10.174h14.16L135.882,412.214"
+ />
+ <path opacity="0.6" fill="#FFFFFF" enable-background="new " d="M153.201,414.502c0,4.951-0.904,11.608-7.079,11.608
+ c-0.854,0-1.916-0.162-2.606-0.321c-0.107-1.916-0.107-5.216-0.107-9.053c0-4.578,0.478-6.97,0.853-8.145
+ c1.116-3.778,3.619-3.83,4.098-3.83C152.401,404.763,153.201,410.352,153.201,414.502z M137.923,420.31
+ c0,3.938,0,6.174-0.639,7.874c2.182,0.854,4.896,1.33,8.146,1.33c2.075,0,8.09,0,11.337-6.651
+ c1.543-3.086,2.074-7.243,2.074-10.385c0-1.916-0.213-6.121-1.756-8.782c-1.49-2.5-3.886-3.778-6.439-3.778
+ c-5.11,0-6.602,4.259-7.397,6.439c0-2.713,0.052-12.188,0.477-17.032c-3.458,1.599-5.59,1.86-7.877,2.075
+ c2.076,0.852,2.076,4.366,2.076,15.812v13.1"/>
+ <path opacity="0.6" fill="#FFFFFF" enable-background="new " d="M169.076,429.198c-1.064-0.16-1.813-0.266-3.355-0.266
+ c-1.701,0-2.875,0.106-4.098,0.266c0.531-1.014,0.746-1.494,0.902-4.951c0.215-4.735,0.27-17.411-0.104-20.071
+ c-0.268-2.025-0.744-2.343-1.488-2.875c4.363-0.427,5.586-0.744,7.609-1.702c-0.424,2.341-0.48,3.515-0.48,7.078
+ C167.957,425.048,167.902,427.016,169.076,429.198"/>
+ <path opacity="0.6" fill="#FFFFFF" enable-background="new " d="M186.121,414.128c-0.105,3.355-0.158,5.699-1.064,7.563
+ c-1.119,2.396-2.982,3.087-4.365,3.087c-3.195,0-3.887-2.661-3.887-5.269c0-5.006,4.473-5.382,6.492-5.382L186.121,414.128
+ L186.121,414.128z M171.48,420.682c0,3.354,1.014,6.705,3.994,8.145c1.33,0.584,2.66,0.584,3.088,0.584
+ c4.896,0,6.547-3.619,7.559-5.854c-0.055,2.343,0,3.778,0.16,5.642c0.957-0.055,1.916-0.159,3.516-0.159
+ c0.904,0,1.754,0.104,2.658,0.159c-0.586-0.903-0.904-1.438-1.064-3.515c-0.105-2.021-0.105-4.043-0.105-6.867l0.055-10.861
+ c0-4.048-1.066-8.039-9.053-8.039c-5.268,0-8.354,1.599-9.898,2.396c0.641,1.171,1.174,2.18,1.652,4.472
+ c2.076-1.811,4.791-2.77,7.557-2.77c4.422,0,4.422,2.93,4.422,7.079c-1.012-0.053-1.863-0.157-3.303-0.157
+ C175.953,410.938,171.48,413.542,171.48,420.682"/>
+ <path opacity="0.6" fill="#FFFFFF" enable-background="new " d="M216.781,423.928c0.055,1.811,0.055,3.727,0.799,5.27
+ c-1.174-0.104-1.863-0.266-4.045-0.266c-1.279,0-1.971,0.107-2.982,0.266c0.211-0.688,0.322-0.957,0.428-1.862
+ c0.158-1.224,0.268-5.322,0.268-6.761v-5.754c0-2.501,0-6.122-0.164-7.396c-0.105-0.904-0.369-3.354-3.461-3.354
+ c-3.033,0-4.043,2.233-4.416,4.045c-0.426,1.861-0.426,3.887-0.426,11.769c0.053,6.813,0.053,7.451,0.584,9.313
+ c-0.904-0.106-2.021-0.213-3.617-0.213c-1.277,0-2.131,0.053-3.193,0.213c0.373-0.852,0.586-1.276,0.691-4.258
+ c0.107-2.93,0.32-17.306-0.16-20.711c-0.266-2.078-0.799-2.556-1.383-3.089c4.313-0.213,5.693-0.904,7.025-1.595v5.641
+ c0.639-1.652,1.969-5.324,7.293-5.324c6.654,0,6.707,4.846,6.76,8.037V423.928"/>
+ <path opacity="0.6" fill="#FFFFFF" enable-background="new " d="M169.523,392.064l-4.406,4.407l-4.406-4.407l4.406-4.406
+ L169.523,392.064"/>
+ </g>
+</g>
+</svg>
diff --git a/moonlight-theme/sources/plymouth/logo_text.svg b/moonlight-theme/sources/plymouth/logo_text.svg
new file mode 100644
index 0000000..6d1f8f5
--- /dev/null
+++ b/moonlight-theme/sources/plymouth/logo_text.svg
@@ -0,0 +1,2268 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ width="134.142px" height="48.275px" viewBox="0 0 134.142 48.275" enable-background="new 0 0 134.142 48.275"
+ xml:space="preserve">
+<rect x="-1234.084" y="-945.293" fill="#24363E" width="2600" height="1708.988"/>
+<ellipse opacity="0.2" fill="#2C515C" enable-background="new " cx="65.917" cy="573.081" rx="1066.605" ry="379.538"/>
+<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-9.645" y1="-223.9702" x2="-9.645" y2="-124.4624" gradientTransform="matrix(0 1 1 0 831.1035 -651.5288)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#24363E;stop-opacity:0"/>
+</linearGradient>
+<line opacity="0.3" fill="none" stroke="url(#SVGID_1_)" stroke-width="3" stroke-miterlimit="10" enable-background="new " x1="607.133" y1="-661.173" x2="706.641" y2="-661.173"/>
+<g>
+ <g display="none">
+
+ <radialGradient id="SVGID_2_" cx="-2603.6367" cy="-1373.7344" r="1087.3379" gradientTransform="matrix(0.2308 0 0 0.2308 666.8353 77.8191)" gradientUnits="userSpaceOnUse">
+ <stop offset="0" style="stop-color:#6D99B8"/>
+ <stop offset="1" style="stop-color:#153645;stop-opacity:0"/>
+ </radialGradient>
+ <rect x="-185.041" y="-490.197" display="inline" fill="url(#SVGID_2_)" width="501.914" height="501.917"/>
+ </g>
+
+ <path opacity="0.3" fill="#264A61" stroke="#F6F6F6" stroke-width="3" stroke-linecap="round" stroke-miterlimit="10" enable-background="new " d="
+ M212.82-106.013c-86.863,86.865-227.7,86.865-314.564-0.001c-86.866-86.866-86.866-227.702-0.002-314.568"/>
+ <circle display="none" opacity="0.7" fill="#264A61" enable-background="new " cx="66.727" cy="-231.736" r="155.922"/>
+ <circle display="none" opacity="0.4" fill="#24363E" enable-background="new " cx="66.727" cy="-231.737" r="119.798"/>
+ <path display="none" opacity="0.6" fill="#1790AF" enable-background="new " d="M185.98-231.736
+ c-0.002,65.861-53.393,119.251-119.256,119.253C0.86-112.484-52.53-165.875-52.528-231.735
+ C-52.53-297.599,0.862-350.99,66.728-350.991C132.59-350.992,185.98-297.602,185.98-231.736z"/>
+ <g display="none">
+ <path display="inline" fill="none" d="M11.265-176.273l-3.349-3.347l-11.18,11.18c1.055,1.164,2.141,2.308,3.264,3.432l0,0
+ L11.265-176.273z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M-20.322-241.647
+ c-0.246-0.248-0.211-0.684,0.081-0.978l7.548-7.545l-10.439-10.439c-3.547,11.069-4.999,22.662-4.354,34.159l11.18-11.181
+ L-20.322-241.647z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M22.711-186.819l7.995,7.994l5.897-5.896
+ L24.81-196.515L7.916-179.62l3.349,3.348l10.611-10.613C22.089-187.098,22.463-187.067,22.711-186.819z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M22.366-285.234
+ c0.295-0.293,0.732-0.331,0.979-0.083l0.596,0.596c-0.576-0.577-0.688-1.402-0.245-1.841l19.282-19.285l-12.881-12.883
+ C19.158-314.127,8.909-307.373,0-298.464c-2.66,2.661-5.125,5.439-7.402,8.32l17.339,17.338L22.366-285.234z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M79.572-325.227
+ c-3.841-0.525-7.708-0.813-11.577-0.865l6.224,6.221L79.572-325.227z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M136.532-284.648
+ c0.439-0.441,1.154-0.441,1.595,0l15.071,15.072c-4.587-10.485-11.168-20.307-19.746-28.886
+ c-11.293-11.292-24.733-19.123-39.01-23.495l39.699,39.7L136.532-284.648z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M114.058-280.03l5.224-5.225
+ c0.348-0.347,0.641-0.612,0.655-0.598l2.498,2.5c0.018,0.016-0.251,0.308-0.597,0.655l-5.224,5.223l6.371,6.372l11.156-11.156
+ l-39.699-39.7c-4.877-1.492-9.852-2.583-14.87-3.269l-5.354,5.356L114.058-280.03z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M114.058-280.03l5.224-5.225
+ c0.348-0.347,0.641-0.612,0.655-0.598l2.498,2.5c0.018,0.016-0.251,0.308-0.597,0.655l-5.224,5.223l6.371,6.372l11.156-11.156
+ l-39.699-39.7c-4.877-1.492-9.852-2.583-14.87-3.269l-5.354,5.356L114.058-280.03z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M153.718-195.106
+ c0.503-1.193,0.979-2.397,1.43-3.606l-2.517,2.519L153.718-195.106z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M153.718-195.106
+ c0.503-1.193,0.979-2.397,1.43-3.606l-2.517,2.519L153.718-195.106z"/>
+
+ <rect x="33.588" y="-185.752" transform="matrix(-0.7063 -0.7079 0.7079 -0.7063 186.3599 -285.8439)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.588" height="8.34"/>
+
+ <rect x="33.588" y="-185.752" transform="matrix(-0.7063 -0.7079 0.7079 -0.7063 186.3599 -285.8439)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.588" height="8.34"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M55.272-187.093l-6.714,6.713
+ c-0.274,0.274-0.505,0.487-0.515,0.479l-1.769-1.77c-0.01-0.012,0.203-0.243,0.479-0.515l6.71-6.712l-4.207-4.208l-16.416,16.417
+ l30.085,30.085c0.249,0.249,0.279,0.625,0.065,0.835l-7.702,7.705c1.449,0.174,2.902,0.314,4.354,0.425l22.541-22.541
+ L55.272-187.093z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M55.272-187.093l-6.714,6.713
+ c-0.274,0.274-0.505,0.487-0.515,0.479l-1.769-1.77c-0.01-0.012,0.203-0.243,0.479-0.515l6.71-6.712l-4.207-4.208l-16.416,16.417
+ l30.085,30.085c0.249,0.249,0.279,0.625,0.065,0.835l-7.702,7.705c1.449,0.174,2.902,0.314,4.354,0.425l22.541-22.541
+ L55.272-187.093z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M127.815-159.811
+ c1.931-1.645,3.813-3.376,5.637-5.2c5.865-5.864,10.794-12.311,14.793-19.151l-22.393,22.394L127.815-159.811z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M127.815-159.811
+ c1.931-1.645,3.813-3.376,5.637-5.2c5.865-5.864,10.794-12.311,14.793-19.151l-22.393,22.394L127.815-159.811z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M133.346-176.911
+ c-0.439,0.44-1.155,0.44-1.594,0l-0.888-0.885l-25.876-25.876L94.47-193.154l31.383,31.386l22.394-22.394
+ c2.075-3.55,3.897-7.207,5.472-10.944l-1.087-1.088L133.346-176.911z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M133.346-176.911
+ c-0.439,0.44-1.155,0.44-1.594,0l-0.888-0.885l-25.876-25.876L94.47-193.154l31.383,31.386l22.394-22.394
+ c2.075-3.55,3.897-7.207,5.472-10.944l-1.087-1.088L133.346-176.911z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M133.346-176.911
+ c-0.439,0.44-1.155,0.44-1.594,0l-0.888-0.885l-25.876-25.876L94.47-193.154l31.383,31.386l22.394-22.394
+ c2.075-3.55,3.897-7.207,5.472-10.944l-1.087-1.088L133.346-176.911z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M-25.848-213.382
+ c3.214,16.274,10.739,31.867,22.584,44.941l11.18-11.18L-25.848-213.382z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M24.811-196.516l-41.119-41.117
+ l-11.18,11.181c0.242,4.379,0.791,8.749,1.642,13.07L7.916-179.62L24.811-196.516z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M24.811-196.516l-41.119-41.117
+ l-11.18,11.181c0.242,4.379,0.791,8.749,1.642,13.07L7.916-179.62L24.811-196.516z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M47.122-195.24l-5.809-5.809
+ c-0.207-0.208-0.354-0.447-0.438-0.689l-6.942,6.945c-0.345,0.343-0.638,0.611-0.654,0.597l-2.499-2.5
+ c-0.016-0.017,0.251-0.309,0.598-0.653l9.366-9.37l-2.864-2.864l-13.068,13.068l11.794,11.793L47.122-195.24z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M47.122-195.24l-5.809-5.809
+ c-0.207-0.208-0.354-0.447-0.438-0.689l-6.942,6.945c-0.345,0.343-0.638,0.611-0.654,0.597l-2.499-2.5
+ c-0.016-0.017,0.251-0.309,0.598-0.653l9.366-9.37l-2.864-2.864l-13.068,13.068l11.794,11.793L47.122-195.24z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M-12.693-250.172l-7.548,7.545
+ c-0.292,0.294-0.327,0.73-0.081,0.978l4.014,4.015l8.077-8.076L-12.693-250.172z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M-12.693-250.172l-7.548,7.545
+ c-0.292,0.294-0.327,0.73-0.081,0.978l4.014,4.015l8.077-8.076L-12.693-250.172z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M26.562-280.505
+ c0.441-0.44,1-0.594,1.25-0.346l-3.871-3.87l-0.596-0.596c-0.246-0.248-0.685-0.211-0.979,0.083l-12.431,12.43l4.464,4.464
+ L26.562-280.505z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M26.562-280.505
+ c0.441-0.44,1-0.594,1.25-0.346l-3.871-3.87l-0.596-0.596c-0.246-0.248-0.685-0.211-0.979,0.083l-12.431,12.43l4.464,4.464
+ L26.562-280.505z"/>
+
+ <rect x="37.992" y="-213.336" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -76.9283 -390.7573)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="4.051"/>
+
+ <rect x="37.992" y="-213.336" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -76.9283 -390.7573)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="4.051"/>
+
+ <rect x="37.992" y="-213.336" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -76.9283 -390.7573)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="8.944" height="4.051"/>
+
+ <rect x="41.797" y="-197.151" transform="matrix(-0.7054 -0.7088 0.7088 -0.7054 206.246 -293.7115)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.587" height="14.876"/>
+
+ <rect x="41.797" y="-197.151" transform="matrix(-0.7054 -0.7088 0.7088 -0.7054 206.246 -293.7115)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.587" height="14.876"/>
+
+ <rect x="41.797" y="-197.151" transform="matrix(-0.7054 -0.7088 0.7088 -0.7054 206.246 -293.7115)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="0.587" height="14.876"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M31.504-277.159l-3.691-3.692
+ c-0.25-0.248-0.809-0.094-1.25,0.346L14.4-268.34l4.145,4.143L31.504-277.159z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M31.504-277.159l-3.691-3.692
+ c-0.25-0.248-0.809-0.094-1.25,0.346L14.4-268.34l4.145,4.143L31.504-277.159z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M31.504-277.159l-3.691-3.692
+ c-0.25-0.248-0.809-0.094-1.25,0.346L14.4-268.34l4.145,4.143L31.504-277.159z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M36.432-211.033l-4.195,4.196
+ c-0.438,0.441-1.127,0.465-1.536,0.058l-38.932-38.93l-8.077,8.076l41.119,41.117l13.068-13.068L36.432-211.033z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M36.432-211.033l-4.195,4.196
+ c-0.438,0.441-1.127,0.465-1.536,0.058l-38.932-38.93l-8.077,8.076l41.119,41.117l13.068-13.068L36.432-211.033z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M36.432-211.033l-4.195,4.196
+ c-0.438,0.441-1.127,0.465-1.536,0.058l-38.932-38.93l-8.077,8.076l41.119,41.117l13.068-13.068L36.432-211.033z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M53.327-229.411
+ c0.412,0.409,0.386,1.095-0.053,1.537l10.409-10.409l-11.368-11.372c-0.098-0.096-0.108-0.243-0.026-0.325l3.195-3.197
+ l-23.98-23.982l-12.96,12.961L53.327-229.411z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M53.327-229.411
+ c0.412,0.409,0.386,1.095-0.053,1.537l10.409-10.409l-11.368-11.372c-0.098-0.096-0.108-0.243-0.026-0.325l3.195-3.197
+ l-23.98-23.982l-12.96,12.961L53.327-229.411z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M53.327-229.411
+ c0.412,0.409,0.386,1.095-0.053,1.537l10.409-10.409l-11.368-11.372c-0.098-0.096-0.108-0.243-0.026-0.325l3.195-3.197
+ l-23.98-23.982l-12.96,12.961L53.327-229.411z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M53.327-229.411
+ c0.412,0.409,0.386,1.095-0.053,1.537l10.409-10.409l-11.368-11.372c-0.098-0.096-0.108-0.243-0.026-0.325l3.195-3.197
+ l-23.98-23.982l-12.96,12.961L53.327-229.411z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M43.045-217.064
+ c-0.16-0.162-0.137-0.443,0.053-0.634l-6.666,6.667l1.447,1.448l6.323-6.324L43.045-217.064z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M43.045-217.064
+ c-0.16-0.162-0.137-0.443,0.053-0.634l-6.666,6.667l1.447,1.448l6.323-6.324L43.045-217.064z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M43.045-217.064
+ c-0.16-0.162-0.137-0.443,0.053-0.634l-6.666,6.667l1.447,1.448l6.323-6.324L43.045-217.064z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M43.045-217.064
+ c-0.16-0.162-0.137-0.443,0.053-0.634l-6.666,6.667l1.447,1.448l6.323-6.324L43.045-217.064z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M136.532-284.648l-2.391,2.391l12.105,12.105
+ l1.646-1.643c0.281-0.285,0.524-0.502,0.542-0.486l2.5,2.5c0.014,0.015-0.203,0.258-0.487,0.543l-1.645,1.643l8.146,8.143
+ c-1.053-3.429-2.304-6.809-3.751-10.123l-15.072-15.072C137.687-285.09,136.973-285.09,136.532-284.648z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M136.532-284.648l-2.391,2.391l12.105,12.105
+ l1.646-1.643c0.281-0.285,0.524-0.502,0.542-0.486l2.5,2.5c0.014,0.015-0.203,0.258-0.487,0.543l-1.645,1.643l8.146,8.143
+ c-1.053-3.429-2.304-6.809-3.751-10.123l-15.072-15.072C137.687-285.09,136.973-285.09,136.532-284.648z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M117.565-236.358l35.931,35.93
+ c0.578,0.576,0.689,1.402,0.25,1.841l-1.755,1.754l0.64,0.638l2.517-2.519c7.27-19.501,7.87-40.92,1.803-60.741l-8.146-8.143
+ L117.565-236.358z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M117.565-236.358l35.931,35.93
+ c0.578,0.576,0.689,1.402,0.25,1.841l-1.755,1.754l0.64,0.638l2.517-2.519c7.27-19.501,7.87-40.92,1.803-60.741l-8.146-8.143
+ L117.565-236.358z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M117.565-236.358l35.931,35.93
+ c0.578,0.576,0.689,1.402,0.25,1.841l-1.755,1.754l0.64,0.638l2.517-2.519c7.27-19.501,7.87-40.92,1.803-60.741l-8.146-8.143
+ L117.565-236.358z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M127.927-264.568l-19.284,19.285l0.604,0.605
+ l7.032-7.031c0.272-0.273,0.503-0.485,0.515-0.475l1.767,1.768c0.011,0.011-0.202,0.241-0.476,0.515l-7.03,7.03l3.958,3.957
+ l31.236-31.238l-12.105-12.105l-11.156,11.156l4.693,4.694C128.257-265.832,128.365-265.007,127.927-264.568z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M127.927-264.568l-19.284,19.285l0.604,0.605
+ l7.032-7.031c0.272-0.273,0.503-0.485,0.515-0.475l1.767,1.768c0.011,0.011-0.202,0.241-0.476,0.515l-7.03,7.03l3.958,3.957
+ l31.236-31.238l-12.105-12.105l-11.156,11.156l4.693,4.694C128.257-265.832,128.365-265.007,127.927-264.568z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M127.927-264.568l-19.284,19.285l0.604,0.605
+ l7.032-7.031c0.272-0.273,0.503-0.485,0.515-0.475l1.767,1.768c0.011,0.011-0.202,0.241-0.476,0.515l-7.03,7.03l3.958,3.957
+ l31.236-31.238l-12.105-12.105l-11.156,11.156l4.693,4.694C128.257-265.832,128.365-265.007,127.927-264.568z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M130.864-177.797l0.888,0.885
+ c0.438,0.44,1.153,0.44,1.594,0l19.285-19.283l-0.64-0.638l-19.282,19.284C132.268-177.108,131.442-177.22,130.864-177.797z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M130.864-177.797l0.888,0.885
+ c0.438,0.44,1.153,0.44,1.594,0l19.285-19.283l-0.64-0.638l-19.282,19.284C132.268-177.108,131.442-177.22,130.864-177.797z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M130.864-177.797l0.888,0.885
+ c0.438,0.44,1.153,0.44,1.594,0l19.285-19.283l-0.64-0.638l-19.282,19.284C132.268-177.108,131.442-177.22,130.864-177.797z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M130.864-177.797l0.888,0.885
+ c0.438,0.44,1.153,0.44,1.594,0l19.285-19.283l-0.64-0.638l-19.282,19.284C132.268-177.108,131.442-177.22,130.864-177.797z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M59.645-137.638
+ c13.351,0.999,26.874-0.831,39.594-5.487l-17.053-17.054L59.645-137.638z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M59.645-137.638
+ c13.351,0.999,26.874-0.831,39.594-5.487l-17.053-17.054L59.645-137.638z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M59.645-137.638
+ c13.351,0.999,26.874-0.831,39.594-5.487l-17.053-17.054L59.645-137.638z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M44.731-307.599
+ c0.441-0.44,1.265-0.329,1.841,0.248l7.563,7.562l20.084-20.081l-6.224-6.221c-12.895-0.173-25.817,2.283-37.897,7.363
+ l12.881,12.883L44.731-307.599z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M44.731-307.599
+ c0.441-0.44,1.265-0.329,1.841,0.248l7.563,7.562l20.084-20.081l-6.224-6.221c-12.895-0.173-25.817,2.283-37.897,7.363
+ l12.881,12.883L44.731-307.599z"/>
+
+ <rect x="55.949" y="-304.132" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 348.6151 -435.4619)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="56.341" height="28.401"/>
+
+ <rect x="55.949" y="-304.132" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 348.6151 -435.4619)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="56.341" height="28.401"/>
+
+ <rect x="55.949" y="-304.132" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 348.6151 -435.4619)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="56.341" height="28.401"/>
+
+ <rect x="95.569" y="-268.758" transform="matrix(0.7071 -0.7071 0.7071 0.7071 219.0016 0.2218)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="28.399" height="9.011"/>
+
+ <rect x="95.569" y="-268.758" transform="matrix(0.7071 -0.7071 0.7071 0.7071 219.0016 0.2218)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="28.399" height="9.011"/>
+
+ <rect x="95.569" y="-268.758" transform="matrix(0.7071 -0.7071 0.7071 0.7071 219.0016 0.2218)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="28.399" height="9.011"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M103.318-250.604l4.828-4.828
+ c0.408-0.408,0.745-0.729,0.755-0.718l1.684,1.683c0.011,0.01-0.312,0.347-0.72,0.756l-4.826,4.828l3.604,3.602l19.284-19.285
+ c0.438-0.439,0.33-1.264-0.247-1.841l-4.693-4.694l-20.081,20.081L103.318-250.604z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M103.318-250.604l4.828-4.828
+ c0.408-0.408,0.745-0.729,0.755-0.718l1.684,1.683c0.011,0.01-0.312,0.347-0.72,0.756l-4.826,4.828l3.604,3.602l19.284-19.285
+ c0.438-0.439,0.33-1.264-0.247-1.841l-4.693-4.694l-20.081,20.081L103.318-250.604z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M103.318-250.604l4.828-4.828
+ c0.408-0.408,0.745-0.729,0.755-0.718l1.684,1.683c0.011,0.01-0.312,0.347-0.72,0.756l-4.826,4.828l3.604,3.602l19.284-19.285
+ c0.438-0.439,0.33-1.264-0.247-1.841l-4.693-4.694l-20.081,20.081L103.318-250.604z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M103.318-250.604l4.828-4.828
+ c0.408-0.408,0.745-0.729,0.755-0.718l1.684,1.683c0.011,0.01-0.312,0.347-0.72,0.756l-4.826,4.828l3.604,3.602l19.284-19.285
+ c0.438-0.439,0.33-1.264-0.247-1.841l-4.693-4.694l-20.081,20.081L103.318-250.604z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M95.571-196.513
+ c-0.438,0.439-1.151,0.438-1.592-0.002l-4.303-4.303l-1.438,1.436l6.23,6.228l10.519-10.518l-1.128-1.13L95.571-196.513z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M95.571-196.513
+ c-0.438,0.439-1.151,0.438-1.592-0.002l-4.303-4.303l-1.438,1.436l6.23,6.228l10.519-10.518l-1.128-1.13L95.571-196.513z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M95.571-196.513
+ c-0.438,0.439-1.151,0.438-1.592-0.002l-4.303-4.303l-1.438,1.436l6.23,6.228l10.519-10.518l-1.128-1.13L95.571-196.513z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M95.571-196.513
+ c-0.438,0.439-1.151,0.438-1.592-0.002l-4.303-4.303l-1.438,1.436l6.23,6.228l10.519-10.518l-1.128-1.13L95.571-196.513z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M69.754-217.872l5.42-5.418l-6.371-6.373
+ l-5.547,5.546c0.242,0.083,0.479,0.228,0.688,0.438L69.754-217.872z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M69.754-217.872l5.42-5.418l-6.371-6.373
+ l-5.547,5.546c0.242,0.083,0.479,0.228,0.688,0.438L69.754-217.872z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M69.754-217.872l5.42-5.418l-6.371-6.373
+ l-5.547,5.546c0.242,0.083,0.479,0.228,0.688,0.438L69.754-217.872z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M69.754-217.872l5.42-5.418l-6.371-6.373
+ l-5.547,5.546c0.242,0.083,0.479,0.228,0.688,0.438L69.754-217.872z"/>
+
+ <rect x="41.279" y="-226.995" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -63.3472 -423.6982)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="29.596" height="4.052"/>
+
+ <rect x="41.279" y="-226.995" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -63.3472 -423.6982)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="29.596" height="4.052"/>
+
+ <rect x="41.279" y="-226.995" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -63.3472 -423.6982)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="29.596" height="4.052"/>
+
+ <rect x="41.279" y="-226.995" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -63.3472 -423.6982)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="29.596" height="4.052"/>
+
+ <rect x="68.832" y="-220.657" transform="matrix(-0.7072 0.707 -0.707 -0.7072 -31.7477 -427.5782)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.664" height="0.587"/>
+
+ <rect x="68.832" y="-220.657" transform="matrix(-0.7072 0.707 -0.707 -0.7072 -31.7477 -427.5782)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.664" height="0.587"/>
+
+ <rect x="68.832" y="-220.657" transform="matrix(-0.7072 0.707 -0.707 -0.7072 -31.7477 -427.5782)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.664" height="0.587"/>
+
+ <rect x="68.832" y="-220.657" transform="matrix(-0.7072 0.707 -0.707 -0.7072 -31.7477 -427.5782)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="7.664" height="0.587"/>
+
+ <rect x="68.832" y="-220.657" transform="matrix(-0.7072 0.707 -0.707 -0.7072 -31.7477 -427.5782)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="7.664" height="0.587"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M63.685-238.283l-10.409,10.409
+ l-10.178,10.175c-0.188,0.19-0.213,0.472-0.053,0.634l1.157,1.157l20.93-20.927L63.685-238.283z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M63.685-238.283l-10.409,10.409
+ l-10.178,10.175c-0.188,0.19-0.213,0.472-0.053,0.634l1.157,1.157l20.93-20.927L63.685-238.283z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M63.685-238.283l-10.409,10.409
+ l-10.178,10.175c-0.188,0.19-0.213,0.472-0.053,0.634l1.157,1.157l20.93-20.927L63.685-238.283z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M63.685-238.283l-10.409,10.409
+ l-10.178,10.175c-0.188,0.19-0.213,0.472-0.053,0.634l1.157,1.157l20.93-20.927L63.685-238.283z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M63.685-238.283l-10.409,10.409
+ l-10.178,10.175c-0.188,0.19-0.213,0.472-0.053,0.634l1.157,1.157l20.93-20.927L63.685-238.283z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M80.272-228.391l-1.693-1.694l-3.197,3.195
+ c-0.081,0.083-0.229,0.072-0.325-0.026l-4.501-4.502l-1.753,1.754l6.371,6.373L80.272-228.391z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M80.272-228.391l-1.693-1.694l-3.197,3.195
+ c-0.081,0.083-0.229,0.072-0.325-0.026l-4.501-4.502l-1.753,1.754l6.371,6.373L80.272-228.391z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M80.272-228.391l-1.693-1.694l-3.197,3.195
+ c-0.081,0.083-0.229,0.072-0.325-0.026l-4.501-4.502l-1.753,1.754l6.371,6.373L80.272-228.391z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M80.272-228.391l-1.693-1.694l-3.197,3.195
+ c-0.081,0.083-0.229,0.072-0.325-0.026l-4.501-4.502l-1.753,1.754l6.371,6.373L80.272-228.391z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M80.272-228.391l-1.693-1.694l-3.197,3.195
+ c-0.081,0.083-0.229,0.072-0.325-0.026l-4.501-4.502l-1.753,1.754l6.371,6.373L80.272-228.391z"/>
+
+ <rect x="77.613" y="-229.24" transform="matrix(-0.7079 -0.7063 0.7063 -0.7079 292.4191 -330.3439)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.588" height="7.213"/>
+
+ <rect x="77.613" y="-229.24" transform="matrix(-0.7079 -0.7063 0.7063 -0.7079 292.4191 -330.3439)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.588" height="7.213"/>
+
+ <rect x="77.613" y="-229.24" transform="matrix(-0.7079 -0.7063 0.7063 -0.7079 292.4191 -330.3439)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.588" height="7.213"/>
+
+ <rect x="77.613" y="-229.24" transform="matrix(-0.7079 -0.7063 0.7063 -0.7079 292.4191 -330.3439)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="0.588" height="7.213"/>
+
+ <rect x="77.613" y="-229.24" transform="matrix(-0.7079 -0.7063 0.7063 -0.7079 292.4191 -330.3439)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.588" height="7.213"/>
+
+ <rect x="77.613" y="-229.24" transform="matrix(-0.7079 -0.7063 0.7063 -0.7079 292.4191 -330.3439)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="0.588" height="7.213"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M55.484-253.176l-3.196,3.197
+ c-0.081,0.082-0.069,0.229,0.027,0.325l11.368,11.372l3.347-3.348L55.484-253.176z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M55.484-253.176l-3.196,3.197
+ c-0.081,0.082-0.069,0.229,0.027,0.325l11.368,11.372l3.347-3.348L55.484-253.176z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M55.484-253.176l-3.196,3.197
+ c-0.081,0.082-0.069,0.229,0.027,0.325l11.368,11.372l3.347-3.348L55.484-253.176z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M55.484-253.176l-3.196,3.197
+ c-0.081,0.082-0.069,0.229,0.027,0.325l11.368,11.372l3.347-3.348L55.484-253.176z"/>
+ <path display="inline" opacity="0.4" fill="#FEF4A5" enable-background="new " d="M55.484-253.176l-3.196,3.197
+ c-0.081,0.082-0.069,0.229,0.027,0.325l11.368,11.372l3.347-3.348L55.484-253.176z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M68.027-240.633
+ c0.25,0.248,0.095,0.807-0.347,1.248l-2.55,2.549l2.867,2.865l3.347-3.345L68.027-240.633z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M68.027-240.633
+ c0.25,0.248,0.095,0.807-0.347,1.248l-2.55,2.549l2.867,2.865l3.347-3.345L68.027-240.633z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M68.027-240.633
+ c0.25,0.248,0.095,0.807-0.347,1.248l-2.55,2.549l2.867,2.865l3.347-3.345L68.027-240.633z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M68.027-240.633
+ c0.25,0.248,0.095,0.807-0.347,1.248l-2.55,2.549l2.867,2.865l3.347-3.345L68.027-240.633z"/>
+ <path display="inline" opacity="0.4" fill="#FEF4A5" enable-background="new " d="M68.027-240.633
+ c0.25,0.248,0.095,0.807-0.347,1.248l-2.55,2.549l2.867,2.865l3.347-3.345L68.027-240.633z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M67.682-239.385
+ c0.44-0.441,0.597-1,0.347-1.248l-0.997-0.998l-3.347,3.348l1.447,1.447L67.682-239.385z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M67.682-239.385
+ c0.44-0.441,0.597-1,0.347-1.248l-0.997-0.998l-3.347,3.348l1.447,1.447L67.682-239.385z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M67.682-239.385
+ c0.44-0.441,0.597-1,0.347-1.248l-0.997-0.998l-3.347,3.348l1.447,1.447L67.682-239.385z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M67.682-239.385
+ c0.44-0.441,0.597-1,0.347-1.248l-0.997-0.998l-3.347,3.348l1.447,1.447L67.682-239.385z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M67.682-239.385
+ c0.44-0.441,0.597-1,0.347-1.248l-0.997-0.998l-3.347,3.348l1.447,1.447L67.682-239.385z"/>
+ <path display="inline" opacity="0.4" fill="#FEF4A5" enable-background="new " d="M67.682-239.385
+ c0.44-0.441,0.597-1,0.347-1.248l-0.997-0.998l-3.347,3.348l1.447,1.447L67.682-239.385z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M70.556-231.417l4.501,4.502
+ c0.098,0.098,0.244,0.109,0.325,0.026l3.197-3.195l-4.68-4.677L70.556-231.417z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M70.556-231.417l4.501,4.502
+ c0.098,0.098,0.244,0.109,0.325,0.026l3.197-3.195l-4.68-4.677L70.556-231.417z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M70.556-231.417l4.501,4.502
+ c0.098,0.098,0.244,0.109,0.325,0.026l3.197-3.195l-4.68-4.677L70.556-231.417z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M70.556-231.417l4.501,4.502
+ c0.098,0.098,0.244,0.109,0.325,0.026l3.197-3.195l-4.68-4.677L70.556-231.417z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M70.556-231.417l4.501,4.502
+ c0.098,0.098,0.244,0.109,0.325,0.026l3.197-3.195l-4.68-4.677L70.556-231.417z"/>
+ <path display="inline" opacity="0.4" fill="#FEF4A5" enable-background="new " d="M70.556-231.417l4.501,4.502
+ c0.098,0.098,0.244,0.109,0.325,0.026l3.197-3.195l-4.68-4.677L70.556-231.417z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M11.265-176.273L0-165.01
+ c3.005,3.004,6.161,5.763,9.446,8.275l10.679-10.679L11.265-176.273z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M11.418-155.267
+ c11.241,8.154,23.877,13.521,36.955,16.101l-26.528-26.525L11.418-155.267z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M20.227-167.513
+ c-0.11-0.382-0.021-0.811,0.28-1.111l10.2-10.2l-7.996-7.995c-0.248-0.248-0.622-0.278-0.835-0.066l-10.611,10.613l8.86,8.861
+ L20.227-167.513z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M20.227-167.513
+ c-0.11-0.382-0.021-0.811,0.28-1.111l10.2-10.2l-7.996-7.995c-0.248-0.248-0.622-0.278-0.835-0.066l-10.611,10.613l8.86,8.861
+ L20.227-167.513z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M30.707-178.825l-10.2,10.2
+ c-0.302,0.3-0.392,0.729-0.28,1.111l10.896-10.896L30.707-178.825z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M30.707-178.825l-10.2,10.2
+ c-0.302,0.3-0.392,0.729-0.28,1.111l10.896-10.896L30.707-178.825z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M30.707-178.825l-10.2,10.2
+ c-0.302,0.3-0.392,0.729-0.28,1.111l10.896-10.896L30.707-178.825z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M62.927-146.603l-30.085-30.085
+ L21.845-165.69l26.527,26.525c2.296,0.452,4.603,0.823,6.919,1.104l7.701-7.705C63.205-145.978,63.176-146.354,62.927-146.603z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M62.927-146.603l-30.085-30.085
+ L21.845-165.69l26.527,26.525c2.296,0.452,4.603,0.823,6.919,1.104l7.701-7.705C63.205-145.978,63.176-146.354,62.927-146.603z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M62.927-146.603l-30.085-30.085
+ L21.845-165.69l26.527,26.525c2.296,0.452,4.603,0.823,6.919,1.104l7.701-7.705C63.205-145.978,63.176-146.354,62.927-146.603z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M89.678-200.818l4.303,4.303
+ c0.439,0.438,1.152,0.442,1.592,0.002l8.289-8.29l-5.1-5.1L89.678-200.818z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M89.678-200.818l4.303,4.303
+ c0.439,0.438,1.152,0.442,1.592,0.002l8.289-8.29l-5.1-5.1L89.678-200.818z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M89.678-200.818l4.303,4.303
+ c0.439,0.438,1.152,0.442,1.592,0.002l8.289-8.29l-5.1-5.1L89.678-200.818z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M89.678-200.818l4.303,4.303
+ c0.439,0.438,1.152,0.442,1.592,0.002l8.289-8.29l-5.1-5.1L89.678-200.818z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M89.678-200.818l4.303,4.303
+ c0.439,0.438,1.152,0.442,1.592,0.002l8.289-8.29l-5.1-5.1L89.678-200.818z"/>
+
+ <rect x="84.388" y="-203.036" transform="matrix(0.7067 0.7075 -0.7075 0.7067 -117.3826 -120.8579)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.408" height="2.032"/>
+
+ <rect x="84.388" y="-203.036" transform="matrix(0.7067 0.7075 -0.7075 0.7067 -117.3826 -120.8579)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.408" height="2.032"/>
+
+ <rect x="84.388" y="-203.036" transform="matrix(0.7067 0.7075 -0.7075 0.7067 -117.3826 -120.8579)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.408" height="2.032"/>
+
+ <rect x="84.388" y="-203.036" transform="matrix(0.7067 0.7075 -0.7075 0.7067 -117.3826 -120.8579)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="5.408" height="2.032"/>
+
+ <rect x="84.388" y="-203.036" transform="matrix(0.7067 0.7075 -0.7075 0.7067 -117.3826 -120.8579)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.408" height="2.032"/>
+
+ <rect x="79.575" y="-211.256" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -9.8262 -412.8448)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.03" height="5.597"/>
+
+ <rect x="79.575" y="-211.256" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -9.8262 -412.8448)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.03" height="5.597"/>
+
+ <rect x="79.575" y="-211.256" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -9.8262 -412.8448)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.03" height="5.597"/>
+
+ <rect x="79.575" y="-211.256" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -9.8262 -412.8448)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="2.03" height="5.597"/>
+
+ <rect x="79.575" y="-211.256" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -9.8262 -412.8448)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.03" height="5.597"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M77.722-214.366l3.189-3.188l-3.604-3.603
+ l-5.42,5.419l4.209,4.207l1.459-1.459C77.296-213.425,77.35-213.993,77.722-214.366z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M77.722-214.366l3.189-3.188l-3.604-3.603
+ l-5.42,5.419l4.209,4.207l1.459-1.459C77.296-213.425,77.35-213.993,77.722-214.366z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M77.722-214.366l3.189-3.188l-3.604-3.603
+ l-5.42,5.419l4.209,4.207l1.459-1.459C77.296-213.425,77.35-213.993,77.722-214.366z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M77.722-214.366l3.189-3.188l-3.604-3.603
+ l-5.42,5.419l4.209,4.207l1.459-1.459C77.296-213.425,77.35-213.993,77.722-214.366z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M77.722-214.366l3.189-3.188l-3.604-3.603
+ l-5.42,5.419l4.209,4.207l1.459-1.459C77.296-213.425,77.35-213.993,77.722-214.366z"/>
+
+ <rect x="78.025" y="-224.495" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -17.5878 -436.6094)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.212" height="5.096"/>
+
+ <rect x="78.025" y="-224.495" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -17.5878 -436.6094)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.212" height="5.096"/>
+
+ <rect x="78.025" y="-224.495" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -17.5878 -436.6094)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.212" height="5.096"/>
+
+ <rect x="78.025" y="-224.495" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -17.5878 -436.6094)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.212" height="5.096"/>
+
+ <rect x="78.025" y="-224.495" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -17.5878 -436.6094)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="7.212" height="5.096"/>
+
+ <rect x="78.025" y="-224.495" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -17.5878 -436.6094)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.212" height="5.096"/>
+
+ <rect x="85.849" y="-210.035" transform="matrix(-0.707 0.7072 -0.7072 -0.707 10.8843 -419.1694)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.846" height="5.41"/>
+
+ <rect x="85.849" y="-210.035" transform="matrix(-0.707 0.7072 -0.7072 -0.707 10.8843 -419.1694)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.846" height="5.41"/>
+
+ <rect x="85.849" y="-210.035" transform="matrix(-0.707 0.7072 -0.7072 -0.707 10.8843 -419.1694)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.846" height="5.41"/>
+
+ <rect x="85.849" y="-210.035" transform="matrix(-0.707 0.7072 -0.7072 -0.707 10.8843 -419.1694)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="12.846" height="5.41"/>
+
+ <rect x="85.849" y="-210.035" transform="matrix(-0.707 0.7072 -0.7072 -0.707 10.8843 -419.1694)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.846" height="5.41"/>
+
+ <rect x="85.849" y="-210.035" transform="matrix(-0.707 0.7072 -0.7072 -0.707 10.8843 -419.1694)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.846" height="5.41"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M86.17-213.888
+ c-0.439,0.439-1.153,0.439-1.595,0l-1.254-1.255l-3.983,3.986l3.957,3.956l9.083-9.083l-1.904-1.907L86.17-213.888z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M86.17-213.888
+ c-0.439,0.439-1.153,0.439-1.595,0l-1.254-1.255l-3.983,3.986l3.957,3.956l9.083-9.083l-1.904-1.907L86.17-213.888z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M86.17-213.888
+ c-0.439,0.439-1.153,0.439-1.595,0l-1.254-1.255l-3.983,3.986l3.957,3.956l9.083-9.083l-1.904-1.907L86.17-213.888z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M86.17-213.888
+ c-0.439,0.439-1.153,0.439-1.595,0l-1.254-1.255l-3.983,3.986l3.957,3.956l9.083-9.083l-1.904-1.907L86.17-213.888z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M86.17-213.888
+ c-0.439,0.439-1.153,0.439-1.595,0l-1.254-1.255l-3.983,3.986l3.957,3.956l9.083-9.083l-1.904-1.907L86.17-213.888z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M86.17-213.888
+ c-0.439,0.439-1.153,0.439-1.595,0l-1.254-1.255l-3.983,3.986l3.957,3.956l9.083-9.083l-1.904-1.907L86.17-213.888z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M80.911-217.554l-3.189,3.188
+ c-0.372,0.372-0.426,0.94-0.165,1.376l3.961-3.959L80.911-217.554z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M80.911-217.554l-3.189,3.188
+ c-0.372,0.372-0.426,0.94-0.165,1.376l3.961-3.959L80.911-217.554z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M80.911-217.554l-3.189,3.188
+ c-0.372,0.372-0.426,0.94-0.165,1.376l3.961-3.959L80.911-217.554z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M80.911-217.554l-3.189,3.188
+ c-0.372,0.372-0.426,0.94-0.165,1.376l3.961-3.959L80.911-217.554z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M80.911-217.554l-3.189,3.188
+ c-0.372,0.372-0.426,0.94-0.165,1.376l3.961-3.959L80.911-217.554z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M80.911-217.554l-3.189,3.188
+ c-0.372,0.372-0.426,0.94-0.165,1.376l3.961-3.959L80.911-217.554z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M84.575-213.888
+ c0.44,0.439,1.154,0.439,1.595,0l4.304-4.304l-2.052-2.051l-5.101,5.1L84.575-213.888z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M84.575-213.888
+ c0.44,0.439,1.154,0.439,1.595,0l4.304-4.304l-2.052-2.051l-5.101,5.1L84.575-213.888z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M84.575-213.888
+ c0.44,0.439,1.154,0.439,1.595,0l4.304-4.304l-2.052-2.051l-5.101,5.1L84.575-213.888z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M84.575-213.888
+ c0.44,0.439,1.154,0.439,1.595,0l4.304-4.304l-2.052-2.051l-5.101,5.1L84.575-213.888z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M84.575-213.888
+ c0.44,0.439,1.154,0.439,1.595,0l4.304-4.304l-2.052-2.051l-5.101,5.1L84.575-213.888z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M84.575-213.888
+ c0.44,0.439,1.154,0.439,1.595,0l4.304-4.304l-2.052-2.051l-5.101,5.1L84.575-213.888z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M84.575-213.888
+ c0.44,0.439,1.154,0.439,1.595,0l4.304-4.304l-2.052-2.051l-5.101,5.1L84.575-213.888z"/>
+
+ <rect x="83.331" y="-223.415" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 298.4142 -316.0124)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="7.211"/>
+
+ <rect x="83.331" y="-223.415" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 298.4142 -316.0124)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="7.211"/>
+
+ <rect x="83.331" y="-223.415" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 298.4142 -316.0124)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="7.211"/>
+
+ <rect x="83.331" y="-223.415" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 298.4142 -316.0124)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="7.211"/>
+
+ <rect x="83.331" y="-223.415" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 298.4142 -316.0124)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="0.855" height="7.211"/>
+
+ <rect x="83.331" y="-223.415" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 298.4142 -316.0124)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="7.211"/>
+
+ <rect x="83.331" y="-223.415" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 298.4142 -316.0124)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="7.211"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M31.504-277.159l20.081-20.081l-8.606-8.606
+ l-19.282,19.285c-0.441,0.439-0.331,1.264,0.245,1.841l3.871,3.87L31.504-277.159z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M31.504-277.159l20.081-20.081l-8.606-8.606
+ l-19.282,19.285c-0.441,0.439-0.331,1.264,0.245,1.841l3.871,3.87L31.504-277.159z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M64.419-262.11
+ c0.083-0.083,0.228-0.072,0.324,0.025l15.687,15.683l10.997-10.998l-39.842-39.84l-20.081,20.081l23.98,23.982L64.419-262.11z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M64.419-262.11
+ c0.083-0.083,0.228-0.072,0.324,0.025l15.687,15.683l10.997-10.998l-39.842-39.84l-20.081,20.081l23.98,23.982L64.419-262.11z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M64.419-262.11
+ c0.083-0.083,0.228-0.072,0.324,0.025l15.687,15.683l10.997-10.998l-39.842-39.84l-20.081,20.081l23.98,23.982L64.419-262.11z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M95.071-251.993
+ c0.102-0.103,0.229-0.145,0.281-0.091l4.309,4.308l0.692-0.693l-6.371-6.373l-7.014,7.014l1.968,1.968L95.071-251.993z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M95.071-251.993
+ c0.102-0.103,0.229-0.145,0.281-0.091l4.309,4.308l0.692-0.693l-6.371-6.373l-7.014,7.014l1.968,1.968L95.071-251.993z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M95.071-251.993
+ c0.102-0.103,0.229-0.145,0.281-0.091l4.309,4.308l0.692-0.693l-6.371-6.373l-7.014,7.014l1.968,1.968L95.071-251.993z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M105.049-243.777l1.647,1.648l2.55-2.549
+ l-0.604-0.605l-1.753,1.752C106.447-243.09,105.625-243.201,105.049-243.777z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M105.049-243.777l1.647,1.648l2.55-2.549
+ l-0.604-0.605l-1.753,1.752C106.447-243.09,105.625-243.201,105.049-243.777z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M105.049-243.777l1.647,1.648l2.55-2.549
+ l-0.604-0.605l-1.753,1.752C106.447-243.09,105.625-243.201,105.049-243.777z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M105.049-243.777l1.647,1.648l2.55-2.549
+ l-0.604-0.605l-1.753,1.752C106.447-243.09,105.625-243.201,105.049-243.777z"/>
+
+ <rect x="109.984" y="-242.371" transform="matrix(0.7073 -0.7069 0.7069 0.7073 202.074 8.9025)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.608" height="5.597"/>
+
+ <rect x="109.984" y="-242.371" transform="matrix(0.7073 -0.7069 0.7069 0.7073 202.074 8.9025)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.608" height="5.597"/>
+
+ <rect x="109.984" y="-242.371" transform="matrix(0.7073 -0.7069 0.7069 0.7073 202.074 8.9025)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.608" height="5.597"/>
+
+ <rect x="109.984" y="-242.371" transform="matrix(0.7073 -0.7069 0.7069 0.7073 202.074 8.9025)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.608" height="5.597"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M99.672-247.766
+ c0.29-0.223,0.658-0.286,0.997-0.188l0.101-0.102l-0.415-0.415l-0.692,0.693L99.672-247.766z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M99.672-247.766
+ c0.29-0.223,0.658-0.286,0.997-0.188l0.101-0.102l-0.415-0.415l-0.692,0.693L99.672-247.766z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M99.672-247.766
+ c0.29-0.223,0.658-0.286,0.997-0.188l0.101-0.102l-0.415-0.415l-0.692,0.693L99.672-247.766z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M99.672-247.766
+ c0.29-0.223,0.658-0.286,0.997-0.188l0.101-0.102l-0.415-0.415l-0.692,0.693L99.672-247.766z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M151.991-196.833l1.755-1.754
+ c0.439-0.438,0.328-1.265-0.25-1.841l-35.931-35.93l-2.549,2.551L151.991-196.833z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M151.991-196.833l1.755-1.754
+ c0.439-0.438,0.328-1.265-0.25-1.841l-35.931-35.93l-2.549,2.551L151.991-196.833z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M151.991-196.833l1.755-1.754
+ c0.439-0.438,0.328-1.265-0.25-1.841l-35.931-35.93l-2.549,2.551L151.991-196.833z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M151.991-196.833l1.755-1.754
+ c0.439-0.438,0.328-1.265-0.25-1.841l-35.931-35.93l-2.549,2.551L151.991-196.833z"/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="106.004,-241.435 106.696,-242.129
+ 105.049,-243.777 102.489,-246.336 101.796,-245.643 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="106.004,-241.435 106.696,-242.129
+ 105.049,-243.777 102.489,-246.336 101.796,-245.643 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="106.004,-241.435 106.696,-242.129
+ 105.049,-243.777 102.489,-246.336 101.796,-245.643 "/>
+ <polygon display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " points="106.004,-241.435 106.696,-242.129
+ 105.049,-243.777 102.489,-246.336 101.796,-245.643 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="106.004,-241.435 106.696,-242.129
+ 105.049,-243.777 102.489,-246.336 101.796,-245.643 "/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M101.49-233.309l1.254,1.252
+ c0.439,0.44,0.439,1.154,0,1.594l-3.188,3.187l1.907,1.907l10.996-10.996l-3.957-3.957L101.49-233.309z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M101.49-233.309l1.254,1.252
+ c0.439,0.44,0.439,1.154,0,1.594l-3.188,3.187l1.907,1.907l10.996-10.996l-3.957-3.957L101.49-233.309z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M101.49-233.309l1.254,1.252
+ c0.439,0.44,0.439,1.154,0,1.594l-3.188,3.187l1.907,1.907l10.996-10.996l-3.957-3.957L101.49-233.309z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M101.49-233.309l1.254,1.252
+ c0.439,0.44,0.439,1.154,0,1.594l-3.188,3.187l1.907,1.907l10.996-10.996l-3.957-3.957L101.49-233.309z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M101.49-233.309l1.254,1.252
+ c0.439,0.44,0.439,1.154,0,1.594l-3.188,3.187l1.907,1.907l10.996-10.996l-3.957-3.957L101.49-233.309z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M100.669-247.954
+ c-0.339-0.098-0.707-0.035-0.997,0.188l0.403,0.405L100.669-247.954z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M100.669-247.954
+ c-0.339-0.098-0.707-0.035-0.997,0.188l0.403,0.405L100.669-247.954z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M100.669-247.954
+ c-0.339-0.098-0.707-0.035-0.997,0.188l0.403,0.405L100.669-247.954z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M100.669-247.954
+ c-0.339-0.098-0.707-0.035-0.997,0.188l0.403,0.405L100.669-247.954z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M100.669-247.954
+ c-0.339-0.098-0.707-0.035-0.997,0.188l0.403,0.405L100.669-247.954z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M104.02-222.811l8.128,8.127
+ c0.44,0.44,0.44,1.154,0.002,1.594l-4.304,4.302l0.837,0.839c0.161,0.159,0.138,0.444-0.052,0.632l-3.644,3.644l25.876,25.876
+ c0.578,0.577,1.402,0.688,1.846,0.248l19.281-19.284l-36.975-36.975L104.02-222.811z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M104.02-222.811l8.128,8.127
+ c0.44,0.44,0.44,1.154,0.002,1.594l-4.304,4.302l0.837,0.839c0.161,0.159,0.138,0.444-0.052,0.632l-3.644,3.644l25.876,25.876
+ c0.578,0.577,1.402,0.688,1.846,0.248l19.281-19.284l-36.975-36.975L104.02-222.811z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M104.02-222.811l8.128,8.127
+ c0.44,0.44,0.44,1.154,0.002,1.594l-4.304,4.302l0.837,0.839c0.161,0.159,0.138,0.444-0.052,0.632l-3.644,3.644l25.876,25.876
+ c0.578,0.577,1.402,0.688,1.846,0.248l19.281-19.284l-36.975-36.975L104.02-222.811z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M104.02-222.811l8.128,8.127
+ c0.44,0.44,0.44,1.154,0.002,1.594l-4.304,4.302l0.837,0.839c0.161,0.159,0.138,0.444-0.052,0.632l-3.644,3.644l25.876,25.876
+ c0.578,0.577,1.402,0.688,1.846,0.248l19.281-19.284l-36.975-36.975L104.02-222.811z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M104.02-222.811l8.128,8.127
+ c0.44,0.44,0.44,1.154,0.002,1.594l-4.304,4.302l0.837,0.839c0.161,0.159,0.138,0.444-0.052,0.632l-3.644,3.644l25.876,25.876
+ c0.578,0.577,1.402,0.688,1.846,0.248l19.281-19.284l-36.975-36.975L104.02-222.811z"/>
+
+ <rect x="83.088" y="-246.209" transform="matrix(0.7071 -0.7072 0.7072 0.7071 198.2878 -10.9678)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.635" height="2.783"/>
+
+ <rect x="83.088" y="-246.209" transform="matrix(0.7071 -0.7072 0.7072 0.7071 198.2878 -10.9678)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.635" height="2.783"/>
+
+ <rect x="83.088" y="-246.209" transform="matrix(0.7071 -0.7072 0.7072 0.7071 198.2878 -10.9678)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.635" height="2.783"/>
+
+ <rect x="83.088" y="-246.209" transform="matrix(0.7071 -0.7072 0.7072 0.7071 198.2878 -10.9678)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.635" height="2.783"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M99.558-227.276l3.188-3.187
+ c0.439-0.44,0.439-1.154,0-1.594l-1.254-1.252l-3.983,3.983L99.558-227.276z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M99.558-227.276l3.188-3.187
+ c0.439-0.44,0.439-1.154,0-1.594l-1.254-1.252l-3.983,3.983L99.558-227.276z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M99.558-227.276l3.188-3.187
+ c0.439-0.44,0.439-1.154,0-1.594l-1.254-1.252l-3.983,3.983L99.558-227.276z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M99.558-227.276l3.188-3.187
+ c0.439-0.44,0.439-1.154,0-1.594l-1.254-1.252l-3.983,3.983L99.558-227.276z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M99.558-227.276l3.188-3.187
+ c0.439-0.44,0.439-1.154,0-1.594l-1.254-1.252l-3.983,3.983L99.558-227.276z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M99.558-227.276l3.188-3.187
+ c0.439-0.44,0.439-1.154,0-1.594l-1.254-1.252l-3.983,3.983L99.558-227.276z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M54.135-299.79l-7.563-7.562
+ c-0.576-0.577-1.398-0.688-1.841-0.248l-1.754,1.754l8.606,8.606L54.135-299.79z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M54.135-299.79l-7.563-7.562
+ c-0.576-0.577-1.398-0.688-1.841-0.248l-1.754,1.754l8.606,8.606L54.135-299.79z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M54.135-299.79l-7.563-7.562
+ c-0.576-0.577-1.398-0.688-1.841-0.248l-1.754,1.754l8.606,8.606L54.135-299.79z"/>
+
+ <rect x="70.966" y="-306.812" transform="matrix(0.7072 -0.707 0.707 0.7072 218.3181 -30.1424)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="56.344"/>
+
+ <rect x="70.966" y="-306.812" transform="matrix(0.7072 -0.707 0.707 0.7072 218.3181 -30.1424)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="56.344"/>
+
+ <rect x="70.966" y="-306.812" transform="matrix(0.7072 -0.707 0.707 0.7072 218.3181 -30.1424)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="56.344"/>
+
+ <rect x="70.966" y="-306.812" transform="matrix(0.7072 -0.707 0.707 0.7072 218.3181 -30.1424)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="56.344"/>
+
+ <rect x="96.648" y="-257.443" transform="matrix(0.707 -0.7072 0.7072 0.707 207.7365 -4.4885)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.607" height="9.013"/>
+
+ <rect x="96.648" y="-257.443" transform="matrix(0.707 -0.7072 0.7072 0.707 207.7365 -4.4885)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.607" height="9.013"/>
+
+ <rect x="96.648" y="-257.443" transform="matrix(0.707 -0.7072 0.7072 0.707 207.7365 -4.4885)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.607" height="9.013"/>
+
+ <rect x="96.648" y="-257.443" transform="matrix(0.707 -0.7072 0.7072 0.707 207.7365 -4.4885)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.607" height="9.013"/>
+
+ <rect x="100.044" y="-249.836" transform="matrix(0.7071 -0.7071 0.7071 0.7071 206.2834 -1.0728)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="0.587"/>
+
+ <rect x="100.044" y="-249.836" transform="matrix(0.7071 -0.7071 0.7071 0.7071 206.2834 -1.0728)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="0.587"/>
+
+ <rect x="100.044" y="-249.836" transform="matrix(0.7071 -0.7071 0.7071 0.7071 206.2834 -1.0728)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.606" height="0.587"/>
+
+ <rect x="100.044" y="-249.836" transform="matrix(0.7071 -0.7071 0.7071 0.7071 206.2834 -1.0728)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="0.587"/>
+
+ <rect x="100.044" y="-249.836" transform="matrix(0.7071 -0.7071 0.7071 0.7071 206.2834 -1.0728)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="0.587"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M105.049-243.777
+ c0.576,0.576,1.398,0.687,1.841,0.246l1.753-1.752l-3.604-3.602l-2.55,2.549L105.049-243.777z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M105.049-243.777
+ c0.576,0.576,1.398,0.687,1.841,0.246l1.753-1.752l-3.604-3.602l-2.55,2.549L105.049-243.777z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M105.049-243.777
+ c0.576,0.576,1.398,0.687,1.841,0.246l1.753-1.752l-3.604-3.602l-2.55,2.549L105.049-243.777z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M105.049-243.777
+ c0.576,0.576,1.398,0.687,1.841,0.246l1.753-1.752l-3.604-3.602l-2.55,2.549L105.049-243.777z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M105.049-243.777
+ c0.576,0.576,1.398,0.687,1.841,0.246l1.753-1.752l-3.604-3.602l-2.55,2.549L105.049-243.777z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M108.684-207.949l-0.837-0.839l-3.985,3.985
+ l1.128,1.13l3.644-3.644C108.82-207.505,108.845-207.789,108.684-207.949z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M108.684-207.949l-0.837-0.839l-3.985,3.985
+ l1.128,1.13l3.644-3.644C108.82-207.505,108.845-207.789,108.684-207.949z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M108.684-207.949l-0.837-0.839l-3.985,3.985
+ l1.128,1.13l3.644-3.644C108.82-207.505,108.845-207.789,108.684-207.949z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M108.684-207.949l-0.837-0.839l-3.985,3.985
+ l1.128,1.13l3.644-3.644C108.82-207.505,108.845-207.789,108.684-207.949z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M108.684-207.949l-0.837-0.839l-3.985,3.985
+ l1.128,1.13l3.644-3.644C108.82-207.505,108.845-207.789,108.684-207.949z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M108.684-207.949l-0.837-0.839l-3.985,3.985
+ l1.128,1.13l3.644-3.644C108.82-207.505,108.845-207.789,108.684-207.949z"/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="84.258,-232.375 82.562,-234.068
+ 78.579,-230.086 80.272,-228.391 81.069,-229.188 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="84.258,-232.375 82.562,-234.068
+ 78.579,-230.086 80.272,-228.391 81.069,-229.188 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="84.258,-232.375 82.562,-234.068
+ 78.579,-230.086 80.272,-228.391 81.069,-229.188 "/>
+ <polygon display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " points="84.258,-232.375 82.562,-234.068
+ 78.579,-230.086 80.272,-228.391 81.069,-229.188 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="84.258,-232.375 82.562,-234.068
+ 78.579,-230.086 80.272,-228.391 81.069,-229.188 "/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M80.788-228.077
+ c-0.108-0.381-0.02-0.811,0.281-1.111l-0.797,0.797l0.416,0.416L80.788-228.077z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M80.788-228.077
+ c-0.108-0.381-0.02-0.811,0.281-1.111l-0.797,0.797l0.416,0.416L80.788-228.077z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M80.788-228.077
+ c-0.108-0.381-0.02-0.811,0.281-1.111l-0.797,0.797l0.416,0.416L80.788-228.077z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M80.788-228.077
+ c-0.108-0.381-0.02-0.811,0.281-1.111l-0.797,0.797l0.416,0.416L80.788-228.077z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M80.788-228.077
+ c-0.108-0.381-0.02-0.811,0.281-1.111l-0.797,0.797l0.416,0.416L80.788-228.077z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M80.788-228.077
+ c-0.108-0.381-0.02-0.811,0.281-1.111l-0.797,0.797l0.416,0.416L80.788-228.077z"/>
+
+ <rect x="84.285" y="-229.372" transform="matrix(0.7072 -0.7071 0.7071 0.7072 185.7191 -5.2359)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="5.095"/>
+
+ <rect x="84.285" y="-229.372" transform="matrix(0.7072 -0.7071 0.7071 0.7072 185.7191 -5.2359)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="5.095"/>
+
+ <rect x="84.285" y="-229.372" transform="matrix(0.7072 -0.7071 0.7071 0.7072 185.7191 -5.2359)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="5.095"/>
+
+ <rect x="84.285" y="-229.372" transform="matrix(0.7072 -0.7071 0.7071 0.7072 185.7191 -5.2359)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="4.507" height="5.095"/>
+
+ <rect x="84.285" y="-229.372" transform="matrix(0.7072 -0.7071 0.7071 0.7072 185.7191 -5.2359)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="5.095"/>
+
+ <rect x="84.285" y="-229.372" transform="matrix(0.7072 -0.7071 0.7071 0.7072 185.7191 -5.2359)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="4.507" height="5.095"/>
+
+ <rect x="84.285" y="-229.372" transform="matrix(0.7072 -0.7071 0.7071 0.7072 185.7191 -5.2359)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="5.095"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M80.788-228.077l3.885-3.883l-0.415-0.416
+ l-3.188,3.188C80.77-228.888,80.68-228.458,80.788-228.077z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M80.788-228.077l3.885-3.883l-0.415-0.416
+ l-3.188,3.188C80.77-228.888,80.68-228.458,80.788-228.077z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M80.788-228.077l3.885-3.883l-0.415-0.416
+ l-3.188,3.188C80.77-228.888,80.68-228.458,80.788-228.077z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M80.788-228.077l3.885-3.883l-0.415-0.416
+ l-3.188,3.188C80.77-228.888,80.68-228.458,80.788-228.077z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M80.788-228.077l3.885-3.883l-0.415-0.416
+ l-3.188,3.188C80.77-228.888,80.68-228.458,80.788-228.077z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M80.788-228.077l3.885-3.883l-0.415-0.416
+ l-3.188,3.188C80.77-228.888,80.68-228.458,80.788-228.077z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M80.788-228.077l3.885-3.883l-0.415-0.416
+ l-3.188,3.188C80.77-228.888,80.68-228.458,80.788-228.077z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M70.674-245.271
+ c0.188-0.19,0.473-0.214,0.633-0.055l4.022,4.024l5.101-5.1l-15.687-15.683c-0.098-0.097-0.241-0.109-0.324-0.025l-8.935,8.934
+ l11.546,11.545L70.674-245.271z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M70.674-245.271
+ c0.188-0.19,0.473-0.214,0.633-0.055l4.022,4.024l5.101-5.1l-15.687-15.683c-0.098-0.097-0.241-0.109-0.324-0.025l-8.935,8.934
+ l11.546,11.545L70.674-245.271z"/>
+ <path display="inline" opacity="0.4" fill="#FEF4A5" enable-background="new " d="M70.674-245.271
+ c0.188-0.19,0.473-0.214,0.633-0.055l4.022,4.024l5.101-5.1l-15.687-15.683c-0.098-0.097-0.241-0.109-0.324-0.025l-8.935,8.934
+ l11.546,11.545L70.674-245.271z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M70.674-245.271
+ c0.188-0.19,0.473-0.214,0.633-0.055l4.022,4.024l5.101-5.1l-15.687-15.683c-0.098-0.097-0.241-0.109-0.324-0.025l-8.935,8.934
+ l11.546,11.545L70.674-245.271z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M80.039-236.964l4.913-4.912l-1.969-1.968
+ l-5.1,5.098l2.063,2.063C79.896-236.734,79.937-236.862,80.039-236.964z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M80.039-236.964l4.913-4.912l-1.969-1.968
+ l-5.1,5.098l2.063,2.063C79.896-236.734,79.937-236.862,80.039-236.964z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M80.039-236.964l4.913-4.912l-1.969-1.968
+ l-5.1,5.098l2.063,2.063C79.896-236.734,79.937-236.862,80.039-236.964z"/>
+ <path display="inline" opacity="0.4" fill="#FEF4A5" enable-background="new " d="M80.039-236.964l4.913-4.912l-1.969-1.968
+ l-5.1,5.098l2.063,2.063C79.896-236.734,79.937-236.862,80.039-236.964z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M80.039-236.964l4.913-4.912l-1.969-1.968
+ l-5.1,5.098l2.063,2.063C79.896-236.734,79.937-236.862,80.039-236.964z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M75.329-241.302l-4.022-4.024
+ c-0.16-0.16-0.443-0.136-0.633,0.055l-3.644,3.641l0.997,0.998l3.317,3.317L75.329-241.302z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M75.329-241.302l-4.022-4.024
+ c-0.16-0.16-0.443-0.136-0.633,0.055l-3.644,3.641l0.997,0.998l3.317,3.317L75.329-241.302z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M75.329-241.302l-4.022-4.024
+ c-0.16-0.16-0.443-0.136-0.633,0.055l-3.644,3.641l0.997,0.998l3.317,3.317L75.329-241.302z"/>
+ <path display="inline" opacity="0.4" fill="#FEF4A5" enable-background="new " d="M75.329-241.302l-4.022-4.024
+ c-0.16-0.16-0.443-0.136-0.633,0.055l-3.644,3.641l0.997,0.998l3.317,3.317L75.329-241.302z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M75.329-241.302l-4.022-4.024
+ c-0.16-0.16-0.443-0.136-0.633,0.055l-3.644,3.641l0.997,0.998l3.317,3.317L75.329-241.302z"/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="78.579,-230.086 82.562,-234.068
+ 79.948,-236.683 77.885,-238.746 73.899,-234.763 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="78.579,-230.086 82.562,-234.068
+ 79.948,-236.683 77.885,-238.746 73.899,-234.763 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="78.579,-230.086 82.562,-234.068
+ 79.948,-236.683 77.885,-238.746 73.899,-234.763 "/>
+ <polygon display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " points="78.579,-230.086 82.562,-234.068
+ 79.948,-236.683 77.885,-238.746 73.899,-234.763 "/>
+ <polygon display="inline" opacity="0.4" fill="#FEF4A5" enable-background="new " points="78.579,-230.086 82.562,-234.068
+ 79.948,-236.683 77.885,-238.746 73.899,-234.763 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="78.579,-230.086 82.562,-234.068
+ 79.948,-236.683 77.885,-238.746 73.899,-234.763 "/>
+
+ <rect x="94.345" y="-225.169" transform="matrix(0.7072 -0.707 0.707 0.7072 186.9105 3.7235)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.213" height="2.697"/>
+
+ <rect x="94.345" y="-225.169" transform="matrix(0.7072 -0.707 0.707 0.7072 186.9105 3.7235)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.213" height="2.697"/>
+
+ <rect x="94.345" y="-225.169" transform="matrix(0.7072 -0.707 0.707 0.7072 186.9105 3.7235)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.213" height="2.697"/>
+
+ <rect x="94.345" y="-225.169" transform="matrix(0.7072 -0.707 0.707 0.7072 186.9105 3.7235)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="7.213" height="2.697"/>
+
+ <rect x="94.345" y="-225.169" transform="matrix(0.7072 -0.707 0.707 0.7072 186.9105 3.7235)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.213" height="2.697"/>
+
+ <rect x="94.345" y="-225.169" transform="matrix(0.7072 -0.707 0.707 0.7072 186.9105 3.7235)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.213" height="2.697"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M107.847-208.788l4.304-4.302
+ c0.438-0.439,0.438-1.154-0.002-1.594l-8.128-8.127l-5.101,5.098L107.847-208.788z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M107.847-208.788l4.304-4.302
+ c0.438-0.439,0.438-1.154-0.002-1.594l-8.128-8.127l-5.101,5.098L107.847-208.788z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M107.847-208.788l4.304-4.302
+ c0.438-0.439,0.438-1.154-0.002-1.594l-8.128-8.127l-5.101,5.098L107.847-208.788z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M107.847-208.788l4.304-4.302
+ c0.438-0.439,0.438-1.154-0.002-1.594l-8.128-8.127l-5.101,5.098L107.847-208.788z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M107.847-208.788l4.304-4.302
+ c0.438-0.439,0.438-1.154-0.002-1.594l-8.128-8.127l-5.101,5.098L107.847-208.788z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M107.847-208.788l4.304-4.302
+ c0.438-0.439,0.438-1.154-0.002-1.594l-8.128-8.127l-5.101,5.098L107.847-208.788z"/>
+
+ <rect x="94.579" y="-229.366" transform="matrix(0.7069 0.7073 -0.7073 0.7069 -131.5318 -134.0811)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="7.212"/>
+
+ <rect x="94.579" y="-229.366" transform="matrix(0.7069 0.7073 -0.7073 0.7069 -131.5318 -134.0811)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="7.212"/>
+
+ <rect x="94.579" y="-229.366" transform="matrix(0.7069 0.7073 -0.7073 0.7069 -131.5318 -134.0811)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="7.212"/>
+
+ <rect x="94.579" y="-229.366" transform="matrix(0.7069 0.7073 -0.7073 0.7069 -131.5318 -134.0811)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="2.901" height="7.212"/>
+
+ <rect x="94.579" y="-229.366" transform="matrix(0.7069 0.7073 -0.7073 0.7069 -131.5318 -134.0811)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="7.212"/>
+
+ <rect x="94.579" y="-229.366" transform="matrix(0.7069 0.7073 -0.7073 0.7069 -131.5318 -134.0811)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="7.212"/>
+
+ <rect x="94.579" y="-229.366" transform="matrix(0.7069 0.7073 -0.7073 0.7069 -131.5318 -134.0811)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="7.212"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M95.732-214.526l3.028,3.029
+ c0.439,0.44,0.438,1.155,0,1.594l5.1,5.1l3.985-3.985l-8.927-8.925L95.732-214.526z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M95.732-214.526l3.028,3.029
+ c0.439,0.44,0.438,1.155,0,1.594l5.1,5.1l3.985-3.985l-8.927-8.925L95.732-214.526z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M95.732-214.526l3.028,3.029
+ c0.439,0.44,0.438,1.155,0,1.594l5.1,5.1l3.985-3.985l-8.927-8.925L95.732-214.526z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M95.732-214.526l3.028,3.029
+ c0.439,0.44,0.438,1.155,0,1.594l5.1,5.1l3.985-3.985l-8.927-8.925L95.732-214.526z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M95.732-214.526l3.028,3.029
+ c0.439,0.44,0.438,1.155,0,1.594l5.1,5.1l3.985-3.985l-8.927-8.925L95.732-214.526z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M95.732-214.526l3.028,3.029
+ c0.439,0.44,0.438,1.155,0,1.594l5.1,5.1l3.985-3.985l-8.927-8.925L95.732-214.526z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M95.732-214.526l3.028,3.029
+ c0.439,0.44,0.438,1.155,0,1.594l5.1,5.1l3.985-3.985l-8.927-8.925L95.732-214.526z"/>
+
+ <rect x="92.499" y="-221.884" transform="matrix(0.7069 0.7073 -0.7073 0.7069 -127.8379 -130.7455)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.697" height="4.507"/>
+
+ <rect x="92.499" y="-221.884" transform="matrix(0.7069 0.7073 -0.7073 0.7069 -127.8379 -130.7455)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.697" height="4.507"/>
+
+ <rect x="92.499" y="-221.884" transform="matrix(0.7069 0.7073 -0.7073 0.7069 -127.8379 -130.7455)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.697" height="4.507"/>
+
+ <rect x="92.499" y="-221.884" transform="matrix(0.7069 0.7073 -0.7073 0.7069 -127.8379 -130.7455)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="2.697" height="4.507"/>
+
+ <rect x="92.499" y="-221.884" transform="matrix(0.7069 0.7073 -0.7073 0.7069 -127.8379 -130.7455)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="2.697" height="4.507"/>
+
+ <rect x="92.499" y="-221.884" transform="matrix(0.7069 0.7073 -0.7073 0.7069 -127.8379 -130.7455)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.697" height="4.507"/>
+
+ <rect x="92.499" y="-221.884" transform="matrix(0.7069 0.7073 -0.7073 0.7069 -127.8379 -130.7455)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.697" height="4.507"/>
+
+ <rect x="88.239" y="-226.969" transform="matrix(0.7082 0.706 -0.706 0.7082 -132.7725 -128.1574)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.856" height="4.507"/>
+
+ <rect x="88.239" y="-226.969" transform="matrix(0.7082 0.706 -0.706 0.7082 -132.7725 -128.1574)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.856" height="4.507"/>
+
+ <rect x="88.239" y="-226.969" transform="matrix(0.7082 0.706 -0.706 0.7082 -132.7725 -128.1574)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.856" height="4.507"/>
+
+ <rect x="88.239" y="-226.969" transform="matrix(0.7082 0.706 -0.706 0.7082 -132.7725 -128.1574)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="0.856" height="4.507"/>
+
+ <rect x="88.239" y="-226.969" transform="matrix(0.7082 0.706 -0.706 0.7082 -132.7725 -128.1574)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.856" height="4.507"/>
+
+ <rect x="88.239" y="-226.969" transform="matrix(0.7082 0.706 -0.706 0.7082 -132.7725 -128.1574)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="0.856" height="4.507"/>
+
+ <rect x="88.239" y="-226.969" transform="matrix(0.7082 0.706 -0.706 0.7082 -132.7725 -128.1574)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.856" height="4.507"/>
+
+ <rect x="88.239" y="-226.969" transform="matrix(0.7082 0.706 -0.706 0.7082 -132.7725 -128.1574)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.856" height="4.507"/>
+
+ <rect x="89.522" y="-223.039" transform="matrix(0.7071 -0.7071 0.7071 0.7071 183.5674 -0.0065)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.508" height="2.901"/>
+
+ <rect x="89.522" y="-223.039" transform="matrix(0.7071 -0.7071 0.7071 0.7071 183.5674 -0.0065)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.508" height="2.901"/>
+
+ <rect x="89.522" y="-223.039" transform="matrix(0.7071 -0.7071 0.7071 0.7071 183.5674 -0.0065)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.508" height="2.901"/>
+
+ <rect x="89.522" y="-223.039" transform="matrix(0.7071 -0.7071 0.7071 0.7071 183.5674 -0.0065)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="4.508" height="2.901"/>
+
+ <rect x="89.522" y="-223.039" transform="matrix(0.7071 -0.7071 0.7071 0.7071 183.5674 -0.0065)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.508" height="2.901"/>
+
+ <rect x="89.522" y="-223.039" transform="matrix(0.7071 -0.7071 0.7071 0.7071 183.5674 -0.0065)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="4.508" height="2.901"/>
+
+ <rect x="89.522" y="-223.039" transform="matrix(0.7071 -0.7071 0.7071 0.7071 183.5674 -0.0065)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.508" height="2.901"/>
+
+ <rect x="89.522" y="-223.039" transform="matrix(0.7071 -0.7071 0.7071 0.7071 183.5674 -0.0065)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.508" height="2.901"/>
+
+ <rect x="84.044" y="-227.373" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -14.5415 -443.6271)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.127" height="5.095"/>
+
+ <rect x="84.044" y="-227.373" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -14.5415 -443.6271)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.127" height="5.095"/>
+
+ <rect x="84.044" y="-227.373" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -14.5415 -443.6271)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.127" height="5.095"/>
+
+ <rect x="84.044" y="-227.373" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -14.5415 -443.6271)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="1.127" height="5.095"/>
+
+ <rect x="84.044" y="-227.373" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -14.5415 -443.6271)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.127" height="5.095"/>
+
+ <rect x="84.044" y="-227.373" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -14.5415 -443.6271)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="1.127" height="5.095"/>
+
+ <rect x="84.044" y="-227.373" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -14.5415 -443.6271)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.127" height="5.095"/>
+
+ <rect x="84.044" y="-227.373" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -14.5415 -443.6271)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.127" height="5.095"/>
+
+ <rect x="91.257" y="-219.015" transform="matrix(0.7082 -0.706 0.706 0.7082 180.4726 1.3106)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.129" height="2.697"/>
+
+ <rect x="91.257" y="-219.015" transform="matrix(0.7082 -0.706 0.706 0.7082 180.4726 1.3106)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.129" height="2.697"/>
+
+ <rect x="91.257" y="-219.015" transform="matrix(0.7082 -0.706 0.706 0.7082 180.4726 1.3106)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.129" height="2.697"/>
+
+ <rect x="91.257" y="-219.015" transform="matrix(0.7082 -0.706 0.706 0.7082 180.4726 1.3106)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="1.129" height="2.697"/>
+
+ <rect x="91.257" y="-219.015" transform="matrix(0.7082 -0.706 0.706 0.7082 180.4726 1.3106)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="1.129" height="2.697"/>
+
+ <rect x="91.257" y="-219.015" transform="matrix(0.7082 -0.706 0.706 0.7082 180.4726 1.3106)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.129" height="2.697"/>
+
+ <rect x="91.257" y="-219.015" transform="matrix(0.7082 -0.706 0.706 0.7082 180.4726 1.3106)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.129" height="2.697"/>
+
+ <rect x="91.257" y="-219.015" transform="matrix(0.7082 -0.706 0.706 0.7082 180.4726 1.3106)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.129" height="2.697"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M98.762-209.903
+ c0.438-0.439,0.439-1.154,0-1.594l-3.028-3.029l-0.798,0.797L98.762-209.903z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M98.762-209.903
+ c0.438-0.439,0.439-1.154,0-1.594l-3.028-3.029l-0.798,0.797L98.762-209.903z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M98.762-209.903
+ c0.438-0.439,0.439-1.154,0-1.594l-3.028-3.029l-0.798,0.797L98.762-209.903z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M98.762-209.903
+ c0.438-0.439,0.439-1.154,0-1.594l-3.028-3.029l-0.798,0.797L98.762-209.903z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M98.762-209.903
+ c0.438-0.439,0.439-1.154,0-1.594l-3.028-3.029l-0.798,0.797L98.762-209.903z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M98.762-209.903
+ c0.438-0.439,0.439-1.154,0-1.594l-3.028-3.029l-0.798,0.797L98.762-209.903z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M98.762-209.903
+ c0.438-0.439,0.439-1.154,0-1.594l-3.028-3.029l-0.798,0.797L98.762-209.903z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M98.762-209.903
+ c0.438-0.439,0.439-1.154,0-1.594l-3.028-3.029l-0.798,0.797L98.762-209.903z"/>
+
+ <rect x="88.378" y="-220.16" transform="matrix(0.7073 0.7069 -0.7069 0.7073 -128.9461 -127.7842)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="1.128"/>
+
+ <rect x="88.378" y="-220.16" transform="matrix(0.7073 0.7069 -0.7069 0.7073 -128.9461 -127.7842)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="1.128"/>
+
+ <rect x="88.378" y="-220.16" transform="matrix(0.7073 0.7069 -0.7069 0.7073 -128.9461 -127.7842)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="1.128"/>
+
+ <rect x="88.378" y="-220.16" transform="matrix(0.7073 0.7069 -0.7069 0.7073 -128.9461 -127.7842)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="2.901" height="1.128"/>
+
+ <rect x="88.378" y="-220.16" transform="matrix(0.7073 0.7069 -0.7069 0.7073 -128.9461 -127.7842)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="1.128"/>
+
+ <rect x="88.378" y="-220.16" transform="matrix(0.7073 0.7069 -0.7069 0.7073 -128.9461 -127.7842)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="2.901" height="1.128"/>
+
+ <rect x="88.378" y="-220.16" transform="matrix(0.7073 0.7069 -0.7069 0.7073 -128.9461 -127.7842)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="1.128"/>
+
+ <rect x="88.378" y="-220.16" transform="matrix(0.7073 0.7069 -0.7069 0.7073 -128.9461 -127.7842)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="1.128"/>
+
+ <rect x="88.378" y="-220.16" transform="matrix(0.7073 0.7069 -0.7069 0.7073 -128.9461 -127.7842)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="1.128"/>
+
+ <rect x="86.289" y="-223.305" transform="matrix(0.7071 0.7071 -0.7071 0.7071 -132.1023 -126.5567)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="1.129"/>
+
+ <rect x="86.289" y="-223.305" transform="matrix(0.7071 0.7071 -0.7071 0.7071 -132.1023 -126.5567)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="1.129"/>
+
+ <rect x="86.289" y="-223.305" transform="matrix(0.7071 0.7071 -0.7071 0.7071 -132.1023 -126.5567)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="1.129"/>
+
+ <rect x="86.289" y="-223.305" transform="matrix(0.7071 0.7071 -0.7071 0.7071 -132.1023 -126.5567)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="0.855" height="1.129"/>
+
+ <rect x="86.289" y="-223.305" transform="matrix(0.7071 0.7071 -0.7071 0.7071 -132.1023 -126.5567)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="1.129"/>
+
+ <rect x="86.289" y="-223.305" transform="matrix(0.7071 0.7071 -0.7071 0.7071 -132.1023 -126.5567)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="0.855" height="1.129"/>
+
+ <rect x="86.289" y="-223.305" transform="matrix(0.7071 0.7071 -0.7071 0.7071 -132.1023 -126.5567)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="1.129"/>
+
+ <rect x="86.289" y="-223.305" transform="matrix(0.7071 0.7071 -0.7071 0.7071 -132.1023 -126.5567)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="1.129"/>
+
+ <rect x="86.289" y="-223.305" transform="matrix(0.7071 0.7071 -0.7071 0.7071 -132.1023 -126.5567)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="1.129"/>
+
+ <rect x="50.941" y="-176.69" transform="matrix(0.7071 0.7071 -0.7071 0.7071 -103.1693 -100.7006)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="38.061" height="3.606"/>
+
+ <rect x="50.941" y="-176.69" transform="matrix(0.7071 0.7071 -0.7071 0.7071 -103.1693 -100.7006)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="38.061" height="3.606"/>
+
+ <rect x="50.941" y="-176.69" transform="matrix(0.7071 0.7071 -0.7071 0.7071 -103.1693 -100.7006)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="38.061" height="3.606"/>
+
+ <rect x="50.843" y="-195.196" transform="matrix(-0.7068 0.7074 -0.7074 -0.7068 -46.1137 -365.3301)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="5.95"/>
+
+ <rect x="50.843" y="-195.196" transform="matrix(-0.7068 0.7074 -0.7074 -0.7068 -46.1137 -365.3301)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="5.95"/>
+
+ <rect x="50.843" y="-195.196" transform="matrix(-0.7068 0.7074 -0.7074 -0.7068 -46.1137 -365.3301)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="5.95"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M123.941-159.857l1.779,1.779
+ c0.705-0.566,1.4-1.144,2.095-1.732l-1.963-1.959L123.941-159.857z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M123.941-159.857l1.779,1.779
+ c0.705-0.566,1.4-1.144,2.095-1.732l-1.963-1.959L123.941-159.857z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M123.941-159.857l1.779,1.779
+ c0.705-0.566,1.4-1.144,2.095-1.732l-1.963-1.959L123.941-159.857z"/>
+
+ <rect x="52.598" y="-199.673" transform="matrix(-0.7073 0.7069 -0.7069 -0.7073 -41.6194 -376.1589)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="5.954"/>
+
+ <rect x="52.598" y="-199.673" transform="matrix(-0.7073 0.7069 -0.7069 -0.7073 -41.6194 -376.1589)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="5.954"/>
+
+ <rect x="52.598" y="-199.673" transform="matrix(-0.7073 0.7069 -0.7069 -0.7073 -41.6194 -376.1589)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="5.954"/>
+
+ <rect x="52.598" y="-199.673" transform="matrix(-0.7073 0.7069 -0.7069 -0.7073 -41.6194 -376.1589)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="5.954"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M80.424-179.687l-16.279-16.277l-6.322,6.324
+ l26.914,26.914l17.371-17.37c0.441-0.442,1.153-0.442,1.595-0.002l20.24,20.241l1.911-1.912l-31.383-31.386l-13.414,13.416
+ C80.865-179.551,80.584-179.526,80.424-179.687z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M80.424-179.687l-16.279-16.277l-6.322,6.324
+ l26.914,26.914l17.371-17.37c0.441-0.442,1.153-0.442,1.595-0.002l20.24,20.241l1.911-1.912l-31.383-31.386l-13.414,13.416
+ C80.865-179.551,80.584-179.526,80.424-179.687z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M80.424-179.687l-16.279-16.277l-6.322,6.324
+ l26.914,26.914l17.371-17.37c0.441-0.442,1.153-0.442,1.595-0.002l20.24,20.241l1.911-1.912l-31.383-31.386l-13.414,13.416
+ C80.865-179.551,80.584-179.526,80.424-179.687z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M80.424-179.687l-16.279-16.277l-6.322,6.324
+ l26.914,26.914l17.371-17.37c0.441-0.442,1.153-0.442,1.595-0.002l20.24,20.241l1.911-1.912l-31.383-31.386l-13.414,13.416
+ C80.865-179.551,80.584-179.526,80.424-179.687z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M43.301-204.163l-2.424,2.425
+ c0.083,0.242,0.229,0.48,0.438,0.689l5.809,5.809l2.551-2.55L43.301-204.163z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M43.301-204.163l-2.424,2.425
+ c0.083,0.242,0.229,0.48,0.438,0.689l5.809,5.809l2.551-2.55L43.301-204.163z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M43.301-204.163l-2.424,2.425
+ c0.083,0.242,0.229,0.48,0.438,0.689l5.809,5.809l2.551-2.55L43.301-204.163z"/>
+
+ <rect x="45.181" y="-208.602" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -59.5637 -383.5189)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.941" height="9.012"/>
+
+ <rect x="45.181" y="-208.602" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -59.5637 -383.5189)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.941" height="9.012"/>
+
+ <rect x="45.181" y="-208.602" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -59.5637 -383.5189)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="8.941" height="9.012"/>
+
+ <rect x="45.181" y="-208.602" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -59.5637 -383.5189)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.941" height="9.012"/>
+
+ <rect x="48.343" y="-198.128" transform="matrix(-0.7088 -0.7054 0.7054 -0.7088 221.6057 -301.1639)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.588" height="3.605"/>
+
+ <rect x="48.343" y="-198.128" transform="matrix(-0.7088 -0.7054 0.7054 -0.7088 221.6057 -301.1639)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.588" height="3.605"/>
+
+ <rect x="48.343" y="-198.128" transform="matrix(-0.7088 -0.7054 0.7054 -0.7088 221.6057 -301.1639)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="0.588" height="3.605"/>
+
+ <rect x="48.343" y="-198.128" transform="matrix(-0.7088 -0.7054 0.7054 -0.7088 221.6057 -301.1639)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.588" height="3.605"/>
+
+ <rect x="48.58" y="-200.985" transform="matrix(-0.707 0.7072 -0.7072 -0.707 -51.3718 -380.0983)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="0.588"/>
+
+ <rect x="48.58" y="-200.985" transform="matrix(-0.707 0.7072 -0.7072 -0.707 -51.3718 -380.0983)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="0.588"/>
+
+ <rect x="48.58" y="-200.985" transform="matrix(-0.707 0.7072 -0.7072 -0.707 -51.3718 -380.0983)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="0.588"/>
+
+ <rect x="48.58" y="-200.985" transform="matrix(-0.707 0.7072 -0.7072 -0.707 -51.3718 -380.0983)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="8.944" height="0.588"/>
+
+ <rect x="48.58" y="-200.985" transform="matrix(-0.707 0.7072 -0.7072 -0.707 -51.3718 -380.0983)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="0.588"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M82.186-160.179l17.053,17.054
+ c1.229-0.453,2.452-0.929,3.668-1.433l-18.17-18.169L82.186-160.179z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M82.186-160.179l17.053,17.054
+ c1.229-0.453,2.452-0.929,3.668-1.433l-18.17-18.169L82.186-160.179z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M82.186-160.179l17.053,17.054
+ c1.229-0.453,2.452-0.929,3.668-1.433l-18.17-18.169L82.186-160.179z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M82.186-160.179l17.053,17.054
+ c1.229-0.453,2.452-0.929,3.668-1.433l-18.17-18.169L82.186-160.179z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M114.303-150.218
+ c3.948-2.31,7.768-4.929,11.419-7.86l-1.779-1.779L114.303-150.218z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M114.303-150.218
+ c3.948-2.31,7.768-4.929,11.419-7.86l-1.779-1.779L114.303-150.218z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M114.303-150.218
+ c3.948-2.31,7.768-4.929,11.419-7.86l-1.779-1.779L114.303-150.218z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M114.303-150.218
+ c3.948-2.31,7.768-4.929,11.419-7.86l-1.779-1.779L114.303-150.218z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M103.701-180.099
+ c-0.44-0.44-1.152-0.44-1.595,0.002l-17.371,17.37l18.17,18.169c3.895-1.614,7.702-3.5,11.396-5.66l9.64-9.64L103.701-180.099z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M103.701-180.099
+ c-0.44-0.44-1.152-0.44-1.595,0.002l-17.371,17.37l18.17,18.169c3.895-1.614,7.702-3.5,11.396-5.66l9.64-9.64L103.701-180.099z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M103.701-180.099
+ c-0.44-0.44-1.152-0.44-1.595,0.002l-17.371,17.37l18.17,18.169c3.895-1.614,7.702-3.5,11.396-5.66l9.64-9.64L103.701-180.099z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M103.701-180.099
+ c-0.44-0.44-1.152-0.44-1.595,0.002l-17.371,17.37l18.17,18.169c3.895-1.614,7.702-3.5,11.396-5.66l9.64-9.64L103.701-180.099z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M103.701-180.099
+ c-0.44-0.44-1.152-0.44-1.595,0.002l-17.371,17.37l18.17,18.169c3.895-1.614,7.702-3.5,11.396-5.66l9.64-9.64L103.701-180.099z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M82.186-193.328
+ c-0.439,0.441-1.153,0.441-1.594,0l-9.543-9.541l-6.904,6.904l16.279,16.277c0.16,0.161,0.441,0.136,0.633-0.052l13.414-13.416
+ l-6.23-6.228L82.186-193.328z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M82.186-193.328
+ c-0.439,0.441-1.153,0.441-1.594,0l-9.543-9.541l-6.904,6.904l16.279,16.277c0.16,0.161,0.441,0.136,0.633-0.052l13.414-13.416
+ l-6.23-6.228L82.186-193.328z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M82.186-193.328
+ c-0.439,0.441-1.153,0.441-1.594,0l-9.543-9.541l-6.904,6.904l16.279,16.277c0.16,0.161,0.441,0.136,0.633-0.052l13.414-13.416
+ l-6.23-6.228L82.186-193.328z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M82.186-193.328
+ c-0.439,0.441-1.153,0.441-1.594,0l-9.543-9.541l-6.904,6.904l16.279,16.277c0.16,0.161,0.441,0.136,0.633-0.052l13.414-13.416
+ l-6.23-6.228L82.186-193.328z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M82.186-193.328
+ c-0.439,0.441-1.153,0.441-1.594,0l-9.543-9.541l-6.904,6.904l16.279,16.277c0.16,0.161,0.441,0.136,0.633-0.052l13.414-13.416
+ l-6.23-6.228L82.186-193.328z"/>
+
+ <rect x="60.766" y="-208.221" transform="matrix(0.7069 0.7073 -0.7073 0.7069 -125.1348 -104.6718)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.951" height="9.766"/>
+
+ <rect x="60.766" y="-208.221" transform="matrix(0.7069 0.7073 -0.7073 0.7069 -125.1348 -104.6718)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.951" height="9.766"/>
+
+ <rect x="60.766" y="-208.221" transform="matrix(0.7069 0.7073 -0.7073 0.7069 -125.1348 -104.6718)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.951" height="9.766"/>
+
+ <rect x="60.766" y="-208.221" transform="matrix(0.7069 0.7073 -0.7073 0.7069 -125.1348 -104.6718)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="5.951" height="9.766"/>
+
+ <rect x="60.766" y="-208.221" transform="matrix(0.7069 0.7073 -0.7073 0.7069 -125.1348 -104.6718)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.951" height="9.766"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M63.942-223.68
+ c-0.207-0.209-0.445-0.354-0.688-0.438l-13.634,13.632l6.373,6.371l13.759-13.757L63.942-223.68z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M63.942-223.68
+ c-0.207-0.209-0.445-0.354-0.688-0.438l-13.634,13.632l6.373,6.371l13.759-13.757L63.942-223.68z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M63.942-223.68
+ c-0.207-0.209-0.445-0.354-0.688-0.438l-13.634,13.632l6.373,6.371l13.759-13.757L63.942-223.68z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M63.942-223.68
+ c-0.207-0.209-0.445-0.354-0.688-0.438l-13.634,13.632l6.373,6.371l13.759-13.757L63.942-223.68z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M63.942-223.68
+ c-0.207-0.209-0.445-0.354-0.688-0.438l-13.634,13.632l6.373,6.371l13.759-13.757L63.942-223.68z"/>
+
+ <rect x="53.331" y="-211.111" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -41.4203 -404.476)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="19.456" height="0.588"/>
+
+ <rect x="53.331" y="-211.111" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -41.4203 -404.476)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="19.456" height="0.588"/>
+
+ <rect x="53.331" y="-211.111" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -41.4203 -404.476)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="19.456" height="0.588"/>
+
+ <rect x="53.331" y="-211.111" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -41.4203 -404.476)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="19.456" height="0.588"/>
+
+ <rect x="53.331" y="-211.111" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -41.4203 -404.476)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="19.456" height="0.588"/>
+
+ <rect x="53.331" y="-211.111" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -41.4203 -404.476)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="19.456" height="0.588"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M78.198-196.99
+ c-0.284,0.286-0.526,0.501-0.542,0.487l-2.5-2.502c-0.017-0.014,0.2-0.256,0.485-0.54l6.219-6.22l-3.959-3.956l-6.854,6.853
+ l9.543,9.541c0.439,0.441,1.153,0.441,1.594,0l6.055-6.055l-3.821-3.825L78.198-196.99z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M78.198-196.99
+ c-0.284,0.286-0.526,0.501-0.542,0.487l-2.5-2.502c-0.017-0.014,0.2-0.256,0.485-0.54l6.219-6.22l-3.959-3.956l-6.854,6.853
+ l9.543,9.541c0.439,0.441,1.153,0.441,1.594,0l6.055-6.055l-3.821-3.825L78.198-196.99z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M78.198-196.99
+ c-0.284,0.286-0.526,0.501-0.542,0.487l-2.5-2.502c-0.017-0.014,0.2-0.256,0.485-0.54l6.219-6.22l-3.959-3.956l-6.854,6.853
+ l9.543,9.541c0.439,0.441,1.153,0.441,1.594,0l6.055-6.055l-3.821-3.825L78.198-196.99z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M78.198-196.99
+ c-0.284,0.286-0.526,0.501-0.542,0.487l-2.5-2.502c-0.017-0.014,0.2-0.256,0.485-0.54l6.219-6.22l-3.959-3.956l-6.854,6.853
+ l9.543,9.541c0.439,0.441,1.153,0.441,1.594,0l6.055-6.055l-3.821-3.825L78.198-196.99z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M78.198-196.99
+ c-0.284,0.286-0.526,0.501-0.542,0.487l-2.5-2.502c-0.017-0.014,0.2-0.256,0.485-0.54l6.219-6.22l-3.959-3.956l-6.854,6.853
+ l9.543,9.541c0.439,0.441,1.153,0.441,1.594,0l6.055-6.055l-3.821-3.825L78.198-196.99z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M78.198-196.99
+ c-0.284,0.286-0.526,0.501-0.542,0.487l-2.5-2.502c-0.017-0.014,0.2-0.256,0.485-0.54l6.219-6.22l-3.959-3.956l-6.854,6.853
+ l9.543,9.541c0.439,0.441,1.153,0.441,1.594,0l6.055-6.055l-3.821-3.825L78.198-196.99z"/>
+
+ <rect x="67.577" y="-215.035" transform="matrix(0.7074 0.7069 -0.7069 0.7074 -127.9276 -111.3819)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.95" height="9.692"/>
+
+ <rect x="67.577" y="-215.035" transform="matrix(0.7074 0.7069 -0.7069 0.7074 -127.9276 -111.3819)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.95" height="9.692"/>
+
+ <rect x="67.577" y="-215.035" transform="matrix(0.7074 0.7069 -0.7069 0.7074 -127.9276 -111.3819)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.95" height="9.692"/>
+
+ <rect x="67.577" y="-215.035" transform="matrix(0.7074 0.7069 -0.7069 0.7074 -127.9276 -111.3819)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="5.95" height="9.692"/>
+
+ <rect x="67.577" y="-215.035" transform="matrix(0.7074 0.7069 -0.7069 0.7074 -127.9276 -111.3819)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.95" height="9.692"/>
+
+ <rect x="67.577" y="-215.035" transform="matrix(0.7074 0.7069 -0.7069 0.7074 -127.9276 -111.3819)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.95" height="9.692"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M9.937-272.804l-17.339-17.338
+ c-7.124,9.021-12.367,19.04-15.73,29.531l10.439,10.439L9.937-272.804z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M9.937-272.804l-17.339-17.338
+ c-7.124,9.021-12.367,19.04-15.73,29.531l10.439,10.439L9.937-272.804z"/>
+
+ <rect x="-2.258" y="-275.287" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 184.8747 -441.9912)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="6.313" height="32.005"/>
+
+ <rect x="-2.258" y="-275.287" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 184.8747 -441.9912)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="6.313" height="32.005"/>
+
+ <rect x="-2.258" y="-275.287" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 184.8747 -441.9912)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="6.313" height="32.005"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1.7-247.354l16.844-16.843l-4.145-4.143
+ l-22.632,22.63l38.932,38.93c0.409,0.407,1.098,0.384,1.536-0.058l4.195-4.196L1.7-245.762
+ C1.262-246.201,1.262-246.914,1.7-247.354z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1.7-247.354l16.844-16.843l-4.145-4.143
+ l-22.632,22.63l38.932,38.93c0.409,0.407,1.098,0.384,1.536-0.058l4.195-4.196L1.7-245.762
+ C1.262-246.201,1.262-246.914,1.7-247.354z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M1.7-247.354l16.844-16.843l-4.145-4.143
+ l-22.632,22.63l38.932,38.93c0.409,0.407,1.098,0.384,1.536-0.058l4.195-4.196L1.7-245.762
+ C1.262-246.201,1.262-246.914,1.7-247.354z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1.7-247.354l16.844-16.843l-4.145-4.143
+ l-22.632,22.63l38.932,38.93c0.409,0.407,1.098,0.384,1.536-0.058l4.195-4.196L1.7-245.762
+ C1.262-246.201,1.262-246.914,1.7-247.354z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M53.274-227.874
+ c0.438-0.442,0.465-1.128,0.053-1.537l-34.783-34.786L1.7-247.354c-0.438,0.44-0.438,1.153,0,1.594l34.73,34.728l6.666-6.667
+ L53.274-227.874z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M53.274-227.874
+ c0.438-0.442,0.465-1.128,0.053-1.537l-34.783-34.786L1.7-247.354c-0.438,0.44-0.438,1.153,0,1.594l34.73,34.728l6.666-6.667
+ L53.274-227.874z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M53.274-227.874
+ c0.438-0.442,0.465-1.128,0.053-1.537l-34.783-34.786L1.7-247.354c-0.438,0.44-0.438,1.153,0,1.594l34.73,34.728l6.666-6.667
+ L53.274-227.874z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M53.274-227.874
+ c0.438-0.442,0.465-1.128,0.053-1.537l-34.783-34.786L1.7-247.354c-0.438,0.44-0.438,1.153,0,1.594l34.73,34.728l6.666-6.667
+ L53.274-227.874z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M53.274-227.874
+ c0.438-0.442,0.465-1.128,0.053-1.537l-34.783-34.786L1.7-247.354c-0.438,0.44-0.438,1.153,0,1.594l34.73,34.728l6.666-6.667
+ L53.274-227.874z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M99.558-247.674l0.104-0.104l-4.309-4.308
+ c-0.054-0.053-0.181-0.012-0.281,0.091l-6.135,6.132l4.405,4.403L99.558-247.674z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M99.558-247.674l0.104-0.104l-4.309-4.308
+ c-0.054-0.053-0.181-0.012-0.281,0.091l-6.135,6.132l4.405,4.403L99.558-247.674z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M99.558-247.674l0.104-0.104l-4.309-4.308
+ c-0.054-0.053-0.181-0.012-0.281,0.091l-6.135,6.132l4.405,4.403L99.558-247.674z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M99.558-247.674l0.104-0.104l-4.309-4.308
+ c-0.054-0.053-0.181-0.012-0.281,0.091l-6.135,6.132l4.405,4.403L99.558-247.674z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M99.672-247.766l-0.011-0.011l-0.104,0.104
+ C99.593-247.708,99.633-247.736,99.672-247.766z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M99.672-247.766l-0.011-0.011l-0.104,0.104
+ C99.593-247.708,99.633-247.736,99.672-247.766z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M99.672-247.766l-0.011-0.011l-0.104,0.104
+ C99.593-247.708,99.633-247.736,99.672-247.766z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M99.672-247.766l-0.011-0.011l-0.104,0.104
+ C99.593-247.708,99.633-247.736,99.672-247.766z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M99.672-247.766l-0.011-0.011l-0.104,0.104
+ C99.593-247.708,99.633-247.736,99.672-247.766z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M93.343-241.458l0.415,0.415l6.317-6.318
+ l-0.403-0.405c-0.039,0.031-0.079,0.059-0.114,0.093L93.343-241.458z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M93.343-241.458l0.415,0.415l6.317-6.318
+ l-0.403-0.405c-0.039,0.031-0.079,0.059-0.114,0.093L93.343-241.458z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M93.343-241.458l0.415,0.415l6.317-6.318
+ l-0.403-0.405c-0.039,0.031-0.079,0.059-0.114,0.093L93.343-241.458z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M93.343-241.458l0.415,0.415l6.317-6.318
+ l-0.403-0.405c-0.039,0.031-0.079,0.059-0.114,0.093L93.343-241.458z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M93.343-241.458l0.415,0.415l6.317-6.318
+ l-0.403-0.405c-0.039,0.031-0.079,0.059-0.114,0.093L93.343-241.458z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M93.343-241.458l0.415,0.415l6.317-6.318
+ l-0.403-0.405c-0.039,0.031-0.079,0.059-0.114,0.093L93.343-241.458z"/>
+
+ <rect x="96.208" y="-243.335" transform="matrix(0.7071 -0.7071 0.7071 0.7071 199.4566 0.7862)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.939" height="5.951"/>
+
+ <rect x="96.208" y="-243.335" transform="matrix(0.7071 -0.7071 0.7071 0.7071 199.4566 0.7862)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.939" height="5.951"/>
+
+ <rect x="96.208" y="-243.335" transform="matrix(0.7071 -0.7071 0.7071 0.7071 199.4566 0.7862)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.939" height="5.951"/>
+
+ <rect x="96.208" y="-243.335" transform="matrix(0.7071 -0.7071 0.7071 0.7071 199.4566 0.7862)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="8.939" height="5.951"/>
+
+ <rect x="96.208" y="-243.335" transform="matrix(0.7071 -0.7071 0.7071 0.7071 199.4566 0.7862)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.939" height="5.951"/>
+
+ <rect x="96.208" y="-243.335" transform="matrix(0.7071 -0.7071 0.7071 0.7071 199.4566 0.7862)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="8.939" height="5.951"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M87.512-239.018l-4.949,4.95l1.695,1.691
+ l9.085-9.082l-4.405-4.403l-3.984,3.985l2.533,2.534C87.586-239.246,87.596-239.1,87.512-239.018z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M87.512-239.018l-4.949,4.95l1.695,1.691
+ l9.085-9.082l-4.405-4.403l-3.984,3.985l2.533,2.534C87.586-239.246,87.596-239.1,87.512-239.018z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M87.512-239.018l-4.949,4.95l1.695,1.691
+ l9.085-9.082l-4.405-4.403l-3.984,3.985l2.533,2.534C87.586-239.246,87.596-239.1,87.512-239.018z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M87.512-239.018l-4.949,4.95l1.695,1.691
+ l9.085-9.082l-4.405-4.403l-3.984,3.985l2.533,2.534C87.586-239.246,87.596-239.1,87.512-239.018z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M87.512-239.018l-4.949,4.95l1.695,1.691
+ l9.085-9.082l-4.405-4.403l-3.984,3.985l2.533,2.534C87.586-239.246,87.596-239.1,87.512-239.018z"/>
+
+ <rect x="88.688" y="-243.132" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 319.28 -341.1674)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.587" height="12.846"/>
+
+ <rect x="88.688" y="-243.132" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 319.28 -341.1674)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.587" height="12.846"/>
+
+ <rect x="88.688" y="-243.132" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 319.28 -341.1674)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.587" height="12.846"/>
+
+ <rect x="88.688" y="-243.132" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 319.28 -341.1674)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="0.587" height="12.846"/>
+
+ <rect x="88.688" y="-243.132" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 319.28 -341.1674)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.587" height="12.846"/>
+
+ <rect x="88.688" y="-243.132" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 319.28 -341.1674)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.587" height="12.846"/>
+
+ <rect x="88.688" y="-243.132" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 319.28 -341.1674)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="0.587" height="12.846"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M89.994-226.637l4.306-4.305
+ c0.371-0.373,0.94-0.426,1.375-0.165l4.01-4.008l-4.209-4.208l-9.083,9.083L89.994-226.637z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M89.994-226.637l4.306-4.305
+ c0.371-0.373,0.94-0.426,1.375-0.165l4.01-4.008l-4.209-4.208l-9.083,9.083L89.994-226.637z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M89.994-226.637l4.306-4.305
+ c0.371-0.373,0.94-0.426,1.375-0.165l4.01-4.008l-4.209-4.208l-9.083,9.083L89.994-226.637z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M89.994-226.637l4.306-4.305
+ c0.371-0.373,0.94-0.426,1.375-0.165l4.01-4.008l-4.209-4.208l-9.083,9.083L89.994-226.637z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M89.994-226.637l4.306-4.305
+ c0.371-0.373,0.94-0.426,1.375-0.165l4.01-4.008l-4.209-4.208l-9.083,9.083L89.994-226.637z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M89.994-226.637l4.306-4.305
+ c0.371-0.373,0.94-0.426,1.375-0.165l4.01-4.008l-4.209-4.208l-9.083,9.083L89.994-226.637z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M89.994-226.637l4.306-4.305
+ c0.371-0.373,0.94-0.426,1.375-0.165l4.01-4.008l-4.209-4.208l-9.083,9.083L89.994-226.637z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M79.948-236.683l2.613,2.616l4.949-4.95
+ c0.084-0.083,0.073-0.228-0.025-0.325l-2.533-2.534l-4.913,4.912C79.937-236.862,79.896-236.734,79.948-236.683z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M79.948-236.683l2.613,2.616l4.949-4.95
+ c0.084-0.083,0.073-0.228-0.025-0.325l-2.533-2.534l-4.913,4.912C79.937-236.862,79.896-236.734,79.948-236.683z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M79.948-236.683l2.613,2.616l4.949-4.95
+ c0.084-0.083,0.073-0.228-0.025-0.325l-2.533-2.534l-4.913,4.912C79.937-236.862,79.896-236.734,79.948-236.683z"/>
+ <path display="inline" opacity="0.4" fill="#FEF4A5" enable-background="new " d="M79.948-236.683l2.613,2.616l4.949-4.95
+ c0.084-0.083,0.073-0.228-0.025-0.325l-2.533-2.534l-4.913,4.912C79.937-236.862,79.896-236.734,79.948-236.683z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M79.948-236.683l2.613,2.616l4.949-4.95
+ c0.084-0.083,0.073-0.228-0.025-0.325l-2.533-2.534l-4.913,4.912C79.937-236.862,79.896-236.734,79.948-236.683z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M79.948-236.683l2.613,2.616l4.949-4.95
+ c0.084-0.083,0.073-0.228-0.025-0.325l-2.533-2.534l-4.913,4.912C79.937-236.862,79.896-236.734,79.948-236.683z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M94.3-230.942l-4.306,4.305l0.605,0.604
+ l5.074-5.074C95.24-231.368,94.671-231.313,94.3-230.942z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M94.3-230.942l-4.306,4.305l0.605,0.604
+ l5.074-5.074C95.24-231.368,94.671-231.313,94.3-230.942z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M94.3-230.942l-4.306,4.305l0.605,0.604
+ l5.074-5.074C95.24-231.368,94.671-231.313,94.3-230.942z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M94.3-230.942l-4.306,4.305l0.605,0.604
+ l5.074-5.074C95.24-231.368,94.671-231.313,94.3-230.942z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M94.3-230.942l-4.306,4.305l0.605,0.604
+ l5.074-5.074C95.24-231.368,94.671-231.313,94.3-230.942z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M94.3-230.942l-4.306,4.305l0.605,0.604
+ l5.074-5.074C95.24-231.368,94.671-231.313,94.3-230.942z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M94.3-230.942l-4.306,4.305l0.605,0.604
+ l5.074-5.074C95.24-231.368,94.671-231.313,94.3-230.942z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M94.3-230.942l-4.306,4.305l0.605,0.604
+ l5.074-5.074C95.24-231.368,94.671-231.313,94.3-230.942z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M121.838-282.697
+ c0.346-0.347,0.613-0.639,0.597-0.655l-2.498-2.5c-0.016-0.014-0.309,0.251-0.655,0.598l-5.224,5.225l2.558,2.555L121.838-282.697
+ z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M121.838-282.697
+ c0.346-0.347,0.613-0.639,0.597-0.655l-2.498-2.5c-0.016-0.014-0.309,0.251-0.655,0.598l-5.224,5.225l2.558,2.555L121.838-282.697
+ z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M121.838-282.697
+ c0.346-0.347,0.613-0.639,0.597-0.655l-2.498-2.5c-0.016-0.014-0.309,0.251-0.655,0.598l-5.224,5.225l2.558,2.555L121.838-282.697
+ z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M41.065-202.891l1.753-1.753l-2.075-2.076
+ l-9.366,9.37c-0.347,0.345-0.612,0.637-0.598,0.653l2.499,2.5c0.018,0.016,0.311-0.253,0.654-0.597l6.943-6.945
+ C40.729-202.17,40.784-202.609,41.065-202.891z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M41.065-202.891l1.753-1.753l-2.075-2.076
+ l-9.366,9.37c-0.347,0.345-0.612,0.637-0.598,0.653l2.499,2.5c0.018,0.016,0.311-0.253,0.654-0.597l6.943-6.945
+ C40.729-202.17,40.784-202.609,41.065-202.891z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M41.065-202.891l1.753-1.753l-2.075-2.076
+ l-9.366,9.37c-0.347,0.345-0.612,0.637-0.598,0.653l2.499,2.5c0.018,0.016,0.311-0.253,0.654-0.597l6.943-6.945
+ C40.729-202.17,40.784-202.609,41.065-202.891z"/>
+
+ <rect x="43.498" y="-213.256" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 224.4199 -324.5801)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.934" height="8.943"/>
+
+ <rect x="43.498" y="-213.256" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 224.4199 -324.5801)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.934" height="8.943"/>
+
+ <rect x="43.498" y="-213.256" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 224.4199 -324.5801)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="2.934" height="8.943"/>
+
+ <rect x="43.498" y="-213.256" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 224.4199 -324.5801)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.934" height="8.943"/>
+
+ <rect x="91.034" y="-270.489" transform="matrix(0.7071 -0.7071 0.7071 0.7071 220.7932 -4.275)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="28.403" height="3.616"/>
+
+ <rect x="91.034" y="-270.489" transform="matrix(0.7071 -0.7071 0.7071 0.7071 220.7932 -4.275)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="28.403" height="3.616"/>
+
+ <rect x="91.034" y="-270.489" transform="matrix(0.7071 -0.7071 0.7071 0.7071 220.7932 -4.275)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="28.403" height="3.616"/>
+
+ <rect x="91.034" y="-270.489" transform="matrix(0.7071 -0.7071 0.7071 0.7071 220.7932 -4.275)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="28.403" height="3.616"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M63.256-224.118l5.547-5.546l-0.481-0.48
+ c-0.439-0.44-0.441-1.154,0-1.594l0.955-0.957l-1.275-1.276l-20.933,20.928l2.074,2.076l12.962-12.962
+ C62.385-224.208,62.823-224.266,63.256-224.118z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M63.256-224.118l5.547-5.546l-0.481-0.48
+ c-0.439-0.44-0.441-1.154,0-1.594l0.955-0.957l-1.275-1.276l-20.933,20.928l2.074,2.076l12.962-12.962
+ C62.385-224.208,62.823-224.266,63.256-224.118z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M63.256-224.118l5.547-5.546l-0.481-0.48
+ c-0.439-0.44-0.441-1.154,0-1.594l0.955-0.957l-1.275-1.276l-20.933,20.928l2.074,2.076l12.962-12.962
+ C62.385-224.208,62.823-224.266,63.256-224.118z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M63.256-224.118l5.547-5.546l-0.481-0.48
+ c-0.439-0.44-0.441-1.154,0-1.594l0.955-0.957l-1.275-1.276l-20.933,20.928l2.074,2.076l12.962-12.962
+ C62.385-224.208,62.823-224.266,63.256-224.118z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M63.256-224.118l5.547-5.546l-0.481-0.48
+ c-0.439-0.44-0.441-1.154,0-1.594l0.955-0.957l-1.275-1.276l-20.933,20.928l2.074,2.076l12.962-12.962
+ C62.385-224.208,62.823-224.266,63.256-224.118z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M69.275-232.695l-0.955,0.957
+ c-0.441,0.44-0.439,1.154,0,1.594l0.481,0.48l1.753-1.754L69.275-232.695z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M69.275-232.695l-0.955,0.957
+ c-0.441,0.44-0.439,1.154,0,1.594l0.481,0.48l1.753-1.754L69.275-232.695z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M69.275-232.695l-0.955,0.957
+ c-0.441,0.44-0.439,1.154,0,1.594l0.481,0.48l1.753-1.754L69.275-232.695z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M69.275-232.695l-0.955,0.957
+ c-0.441,0.44-0.439,1.154,0,1.594l0.481,0.48l1.753-1.754L69.275-232.695z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M69.275-232.695l-0.955,0.957
+ c-0.441,0.44-0.439,1.154,0,1.594l0.481,0.48l1.753-1.754L69.275-232.695z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M69.275-232.695l-0.955,0.957
+ c-0.441,0.44-0.439,1.154,0,1.594l0.481,0.48l1.753-1.754L69.275-232.695z"/>
+
+ <rect x="68.002" y="-235.935" transform="matrix(-0.7072 0.7071 -0.7071 -0.7072 -46.0518 -450.9907)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.731" height="1.805"/>
+
+ <rect x="68.002" y="-235.935" transform="matrix(-0.7072 0.7071 -0.7071 -0.7072 -46.0518 -450.9907)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.731" height="1.805"/>
+
+ <rect x="68.002" y="-235.935" transform="matrix(-0.7072 0.7071 -0.7071 -0.7072 -46.0518 -450.9907)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="4.731" height="1.805"/>
+
+ <rect x="68.002" y="-235.935" transform="matrix(-0.7072 0.7071 -0.7071 -0.7072 -46.0518 -450.9907)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="4.731" height="1.805"/>
+
+ <rect x="68.002" y="-235.935" transform="matrix(-0.7072 0.7071 -0.7071 -0.7072 -46.0518 -450.9907)" display="inline" opacity="0.4" fill="#FEF4A5" enable-background="new " width="4.731" height="1.805"/>
+
+ <rect x="68.002" y="-235.935" transform="matrix(-0.7072 0.7071 -0.7071 -0.7072 -46.0518 -450.9907)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.731" height="1.805"/>
+
+ <rect x="70.673" y="-236.1" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 287.3973 -348.521)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.805" height="4.731"/>
+
+ <rect x="70.673" y="-236.1" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 287.3973 -348.521)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.805" height="4.731"/>
+
+ <rect x="70.673" y="-236.1" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 287.3973 -348.521)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="1.805" height="4.731"/>
+
+ <rect x="70.673" y="-236.1" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 287.3973 -348.521)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.805" height="4.731"/>
+
+ <rect x="70.673" y="-236.1" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 287.3973 -348.521)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="1.805" height="4.731"/>
+
+ <rect x="70.673" y="-236.1" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 287.3973 -348.521)" display="inline" opacity="0.4" fill="#FEF4A5" enable-background="new " width="1.805" height="4.731"/>
+
+ <rect x="70.673" y="-236.1" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 287.3973 -348.521)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.805" height="4.731"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M81.707-245.123l3.187-3.188
+ c0.442-0.441,1.155-0.44,1.595,0l0.481,0.481l7.014-7.014l-2.557-2.556L80.43-246.402L81.707-245.123z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M81.707-245.123l3.187-3.188
+ c0.442-0.441,1.155-0.44,1.595,0l0.481,0.481l7.014-7.014l-2.557-2.556L80.43-246.402L81.707-245.123z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M81.707-245.123l3.187-3.188
+ c0.442-0.441,1.155-0.44,1.595,0l0.481,0.481l7.014-7.014l-2.557-2.556L80.43-246.402L81.707-245.123z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M81.707-245.123l3.187-3.188
+ c0.442-0.441,1.155-0.44,1.595,0l0.481,0.481l7.014-7.014l-2.557-2.556L80.43-246.402L81.707-245.123z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M86.97-247.829l-0.481-0.481
+ c-0.438-0.44-1.151-0.441-1.595,0l-3.187,3.188l1.276,1.278L86.97-247.829z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M86.97-247.829l-0.481-0.481
+ c-0.438-0.44-1.151-0.441-1.595,0l-3.187,3.188l1.276,1.278L86.97-247.829z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M86.97-247.829l-0.481-0.481
+ c-0.438-0.44-1.151-0.441-1.595,0l-3.187,3.188l1.276,1.278L86.97-247.829z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M86.97-247.829l-0.481-0.481
+ c-0.438-0.44-1.151-0.441-1.595,0l-3.187,3.188l1.276,1.278L86.97-247.829z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M86.97-247.829l-0.481-0.481
+ c-0.438-0.44-1.151-0.441-1.595,0l-3.187,3.188l1.276,1.278L86.97-247.829z"/>
+
+ <rect x="92.123" y="-259.188" transform="matrix(-0.707 -0.7072 0.7072 -0.707 342.3579 -372.942)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="3.606"/>
+
+ <rect x="92.123" y="-259.188" transform="matrix(-0.707 -0.7072 0.7072 -0.707 342.3579 -372.942)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="3.606"/>
+
+ <rect x="92.123" y="-259.188" transform="matrix(-0.707 -0.7072 0.7072 -0.707 342.3579 -372.942)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="3.606"/>
+
+ <rect x="92.123" y="-259.188" transform="matrix(-0.707 -0.7072 0.7072 -0.707 342.3579 -372.942)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="3.606"/>
+
+ <rect x="92.123" y="-259.188" transform="matrix(-0.707 -0.7072 0.7072 -0.707 342.3579 -372.942)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="3.606"/>
+
+ <rect x="74.942" y="-244.076" transform="matrix(0.707 -0.7072 0.7072 0.707 194.9769 -15.6935)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.211" height="1.806"/>
+
+ <rect x="74.942" y="-244.076" transform="matrix(0.707 -0.7072 0.7072 0.707 194.9769 -15.6935)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.211" height="1.806"/>
+
+ <rect x="74.942" y="-244.076" transform="matrix(0.707 -0.7072 0.7072 0.707 194.9769 -15.6935)" display="inline" opacity="0.4" fill="#FEF4A5" enable-background="new " width="7.211" height="1.806"/>
+
+ <rect x="74.942" y="-244.076" transform="matrix(0.707 -0.7072 0.7072 0.707 194.9769 -15.6935)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.211" height="1.806"/>
+
+ <rect x="74.942" y="-244.076" transform="matrix(0.707 -0.7072 0.7072 0.707 194.9769 -15.6935)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.211" height="1.806"/>
+
+ <rect x="76.2" y="-242.84" transform="matrix(0.7072 -0.707 0.707 0.7072 194.4168 -14.414)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.211" height="1.807"/>
+
+ <rect x="76.2" y="-242.84" transform="matrix(0.7072 -0.707 0.707 0.7072 194.4168 -14.414)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.211" height="1.807"/>
+
+ <rect x="76.2" y="-242.84" transform="matrix(0.7072 -0.707 0.707 0.7072 194.4168 -14.414)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.211" height="1.807"/>
+
+ <rect x="76.2" y="-242.84" transform="matrix(0.7072 -0.707 0.707 0.7072 194.4168 -14.414)" display="inline" opacity="0.4" fill="#FEF4A5" enable-background="new " width="7.211" height="1.807"/>
+
+ <rect x="76.2" y="-242.84" transform="matrix(0.7072 -0.707 0.707 0.7072 194.4168 -14.414)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.211" height="1.807"/>
+
+ <rect x="76.2" y="-242.84" transform="matrix(0.7072 -0.707 0.707 0.7072 194.4168 -14.414)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.211" height="1.807"/>
+
+ <rect x="71.095" y="-239.558" transform="matrix(0.7071 -0.7071 0.7071 0.7071 190.4022 -17.6356)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.636" height="1.808"/>
+
+ <rect x="71.095" y="-239.558" transform="matrix(0.7071 -0.7071 0.7071 0.7071 190.4022 -17.6356)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.636" height="1.808"/>
+
+ <rect x="71.095" y="-239.558" transform="matrix(0.7071 -0.7071 0.7071 0.7071 190.4022 -17.6356)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="5.636" height="1.808"/>
+
+ <rect x="71.095" y="-239.558" transform="matrix(0.7071 -0.7071 0.7071 0.7071 190.4022 -17.6356)" display="inline" opacity="0.4" fill="#FEF4A5" enable-background="new " width="5.636" height="1.808"/>
+
+ <rect x="71.095" y="-239.558" transform="matrix(0.7071 -0.7071 0.7071 0.7071 190.4022 -17.6356)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.636" height="1.808"/>
+
+ <rect x="71.095" y="-239.558" transform="matrix(0.7071 -0.7071 0.7071 0.7071 190.4022 -17.6356)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.636" height="1.808"/>
+
+ <rect x="72.375" y="-238.279" transform="matrix(0.7072 -0.707 0.707 0.7072 189.8466 -16.3432)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.634" height="1.805"/>
+
+ <rect x="72.375" y="-238.279" transform="matrix(0.7072 -0.707 0.707 0.7072 189.8466 -16.3432)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.634" height="1.805"/>
+
+ <rect x="72.375" y="-238.279" transform="matrix(0.7072 -0.707 0.707 0.7072 189.8466 -16.3432)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.634" height="1.805"/>
+
+ <rect x="72.375" y="-238.279" transform="matrix(0.7072 -0.707 0.707 0.7072 189.8466 -16.3432)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="5.634" height="1.805"/>
+
+ <rect x="72.375" y="-238.279" transform="matrix(0.7072 -0.707 0.707 0.7072 189.8466 -16.3432)" display="inline" opacity="0.4" fill="#FEF4A5" enable-background="new " width="5.634" height="1.805"/>
+
+ <rect x="72.375" y="-238.279" transform="matrix(0.7072 -0.707 0.707 0.7072 189.8466 -16.3432)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.634" height="1.805"/>
+
+ <rect x="72.375" y="-238.279" transform="matrix(0.7072 -0.707 0.707 0.7072 189.8466 -16.3432)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.634" height="1.805"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M42.818-204.644l-1.753,1.753
+ c-0.281,0.281-0.336,0.721-0.188,1.152l2.424-2.425L42.818-204.644z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M42.818-204.644l-1.753,1.753
+ c-0.281,0.281-0.336,0.721-0.188,1.152l2.424-2.425L42.818-204.644z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M42.818-204.644l-1.753,1.753
+ c-0.281,0.281-0.336,0.721-0.188,1.152l2.424-2.425L42.818-204.644z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M42.818-204.644l-1.753,1.753
+ c-0.281,0.281-0.336,0.721-0.188,1.152l2.424-2.425L42.818-204.644z"/>
+
+ <rect x="41.727" y="-207.939" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -67.922 -387.0641)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.942" height="0.681"/>
+
+ <rect x="41.727" y="-207.939" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -67.922 -387.0641)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.942" height="0.681"/>
+
+ <rect x="41.727" y="-207.939" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -67.922 -387.0641)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="8.942" height="0.681"/>
+
+ <rect x="41.727" y="-207.939" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -67.922 -387.0641)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.942" height="0.681"/>
+
+ <rect x="41.727" y="-207.939" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -67.922 -387.0641)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.942" height="0.681"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M63.256-224.118
+ c-0.433-0.148-0.871-0.091-1.151,0.188l-12.962,12.962l0.48,0.481L63.256-224.118z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M63.256-224.118
+ c-0.433-0.148-0.871-0.091-1.151,0.188l-12.962,12.962l0.48,0.481L63.256-224.118z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M63.256-224.118
+ c-0.433-0.148-0.871-0.091-1.151,0.188l-12.962,12.962l0.48,0.481L63.256-224.118z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M63.256-224.118
+ c-0.433-0.148-0.871-0.091-1.151,0.188l-12.962,12.962l0.48,0.481L63.256-224.118z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M63.256-224.118
+ c-0.433-0.148-0.871-0.091-1.151,0.188l-12.962,12.962l0.48,0.481L63.256-224.118z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M63.256-224.118
+ c-0.433-0.148-0.871-0.091-1.151,0.188l-12.962,12.962l0.48,0.481L63.256-224.118z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M38.409-183.976
+ c-0.293,0.292-0.729,0.329-0.977,0.083l-0.414-0.414l-5.897,5.898l1.721,1.72l16.416-16.417l-0.858-0.861L38.409-183.976z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M38.409-183.976
+ c-0.293,0.292-0.729,0.329-0.977,0.083l-0.414-0.414l-5.897,5.898l1.721,1.72l16.416-16.417l-0.858-0.861L38.409-183.976z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M38.409-183.976
+ c-0.293,0.292-0.729,0.329-0.977,0.083l-0.414-0.414l-5.897,5.898l1.721,1.72l16.416-16.417l-0.858-0.861L38.409-183.976z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M37.02-184.307l0.414,0.414
+ c0.246,0.246,0.684,0.208,0.977-0.083l9.989-9.99l-0.862-0.859L37.02-184.307z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M37.02-184.307l0.414,0.414
+ c0.246,0.246,0.684,0.208,0.977-0.083l9.989-9.99l-0.862-0.859L37.02-184.307z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M37.02-184.307l0.414,0.414
+ c0.246,0.246,0.684,0.208,0.977-0.083l9.989-9.99l-0.862-0.859L37.02-184.307z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M37.02-184.307l0.414,0.414
+ c0.246,0.246,0.684,0.208,0.977-0.083l9.989-9.99l-0.862-0.859L37.02-184.307z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M109.865-253.713
+ c0.408-0.409,0.729-0.746,0.72-0.756l-1.684-1.683c-0.01-0.01-0.347,0.311-0.755,0.718l-4.828,4.828l1.721,1.72L109.865-253.713z"
+ />
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M109.865-253.713
+ c0.408-0.409,0.729-0.746,0.72-0.756l-1.684-1.683c-0.01-0.01-0.347,0.311-0.755,0.718l-4.828,4.828l1.721,1.72L109.865-253.713z"
+ />
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M109.865-253.713
+ c0.408-0.409,0.729-0.746,0.72-0.756l-1.684-1.683c-0.01-0.01-0.347,0.311-0.755,0.718l-4.828,4.828l1.721,1.72L109.865-253.713z"
+ />
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M109.865-253.713
+ c0.408-0.409,0.729-0.746,0.72-0.756l-1.684-1.683c-0.01-0.01-0.347,0.311-0.755,0.718l-4.828,4.828l1.721,1.72L109.865-253.713z"
+ />
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M109.865-253.713
+ c0.408-0.409,0.729-0.746,0.72-0.756l-1.684-1.683c-0.01-0.01-0.347,0.311-0.755,0.718l-4.828,4.828l1.721,1.72L109.865-253.713z"
+ />
+
+ <rect x="69.131" y="-220.252" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -31.085 -427.3123)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.663" height="0.316"/>
+
+ <rect x="69.131" y="-220.252" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -31.085 -427.3123)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.663" height="0.316"/>
+
+ <rect x="69.131" y="-220.252" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -31.085 -427.3123)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.663" height="0.316"/>
+
+ <rect x="69.131" y="-220.252" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -31.085 -427.3123)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="7.663" height="0.316"/>
+
+ <rect x="69.131" y="-220.252" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -31.085 -427.3123)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="7.663" height="0.316"/>
+
+ <rect x="69.131" y="-220.252" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -31.085 -427.3123)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.663" height="0.316"/>
+
+ <rect x="74.653" y="-225.424" transform="matrix(-0.7072 0.707 -0.707 -0.7072 -25.6591 -439.9075)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.214" height="0.315"/>
+
+ <rect x="74.653" y="-225.424" transform="matrix(-0.7072 0.707 -0.707 -0.7072 -25.6591 -439.9075)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.214" height="0.315"/>
+
+ <rect x="74.653" y="-225.424" transform="matrix(-0.7072 0.707 -0.707 -0.7072 -25.6591 -439.9075)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.214" height="0.315"/>
+
+ <rect x="74.653" y="-225.424" transform="matrix(-0.7072 0.707 -0.707 -0.7072 -25.6591 -439.9075)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="7.214" height="0.315"/>
+
+ <rect x="74.653" y="-225.424" transform="matrix(-0.7072 0.707 -0.707 -0.7072 -25.6591 -439.9075)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.214" height="0.315"/>
+
+ <rect x="74.653" y="-225.424" transform="matrix(-0.7072 0.707 -0.707 -0.7072 -25.6591 -439.9075)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="7.214" height="0.315"/>
+
+ <rect x="74.653" y="-225.424" transform="matrix(-0.7072 0.707 -0.707 -0.7072 -25.6591 -439.9075)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.214" height="0.315"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M20.507-167.029l-0.382-0.383L9.446-156.733
+ c0.652,0.499,1.312,0.99,1.972,1.467l10.427-10.425L20.507-167.029z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M20.507-167.029l-0.382-0.383L9.446-156.733
+ c0.652,0.499,1.312,0.99,1.972,1.467l10.427-10.425L20.507-167.029z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M20.125-167.412l0.382,0.383
+ c-0.141-0.14-0.229-0.31-0.28-0.484L20.125-167.412z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M20.125-167.412l0.382,0.383
+ c-0.141-0.14-0.229-0.31-0.28-0.484L20.125-167.412z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M20.125-167.412l0.382,0.383
+ c-0.141-0.14-0.229-0.31-0.28-0.484L20.125-167.412z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M20.227-167.513
+ c0.051,0.175,0.141,0.345,0.28,0.484l1.338,1.338l10.997-10.997l-1.721-1.72L20.227-167.513z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M20.227-167.513
+ c0.051,0.175,0.141,0.345,0.28,0.484l1.338,1.338l10.997-10.997l-1.721-1.72L20.227-167.513z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M20.227-167.513
+ c0.051,0.175,0.141,0.345,0.28,0.484l1.338,1.338l10.997-10.997l-1.721-1.72L20.227-167.513z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M20.227-167.513
+ c0.051,0.175,0.141,0.345,0.28,0.484l1.338,1.338l10.997-10.997l-1.721-1.72L20.227-167.513z"/>
+
+ <rect x="73.565" y="-222.699" transform="matrix(0.7071 0.7071 -0.7071 0.7071 -133.0374 -116.5527)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.215" height="7.665"/>
+
+ <rect x="73.565" y="-222.699" transform="matrix(0.7071 0.7071 -0.7071 0.7071 -133.0374 -116.5527)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.215" height="7.665"/>
+
+ <rect x="73.565" y="-222.699" transform="matrix(0.7071 0.7071 -0.7071 0.7071 -133.0374 -116.5527)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.215" height="7.665"/>
+
+ <rect x="73.565" y="-222.699" transform="matrix(0.7071 0.7071 -0.7071 0.7071 -133.0374 -116.5527)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="1.215" height="7.665"/>
+
+ <rect x="73.565" y="-222.699" transform="matrix(0.7071 0.7071 -0.7071 0.7071 -133.0374 -116.5527)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.215" height="7.665"/>
+
+ <rect x="73.565" y="-222.699" transform="matrix(0.7071 0.7071 -0.7071 0.7071 -133.0374 -116.5527)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.215" height="7.665"/>
+
+ <rect x="73.002" y="-223.4" transform="matrix(-0.7055 -0.7087 0.7087 -0.7055 280.8847 -322.4086)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.901" height="7.666"/>
+
+ <rect x="73.002" y="-223.4" transform="matrix(-0.7055 -0.7087 0.7087 -0.7055 280.8847 -322.4086)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.901" height="7.666"/>
+
+ <rect x="73.002" y="-223.4" transform="matrix(-0.7055 -0.7087 0.7087 -0.7055 280.8847 -322.4086)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.901" height="7.666"/>
+
+ <rect x="73.002" y="-223.4" transform="matrix(-0.7055 -0.7087 0.7087 -0.7055 280.8847 -322.4086)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="0.901" height="7.666"/>
+
+ <rect x="73.002" y="-223.4" transform="matrix(-0.7055 -0.7087 0.7087 -0.7055 280.8847 -322.4086)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="0.901" height="7.666"/>
+
+ <rect x="73.002" y="-223.4" transform="matrix(-0.7055 -0.7087 0.7087 -0.7055 280.8847 -322.4086)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.901" height="7.666"/>
+
+ <rect x="73.002" y="-223.4" transform="matrix(-0.7055 -0.7087 0.7087 -0.7055 280.8847 -322.4086)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.901" height="7.666"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M81.102-227.563
+ c0.248,0.249,0.21,0.683-0.084,0.979l-4.569,4.568l0.86,0.86l5.1-5.099L81.102-227.563z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M81.102-227.563
+ c0.248,0.249,0.21,0.683-0.084,0.979l-4.569,4.568l0.86,0.86l5.1-5.099L81.102-227.563z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M81.102-227.563
+ c0.248,0.249,0.21,0.683-0.084,0.979l-4.569,4.568l0.86,0.86l5.1-5.099L81.102-227.563z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M81.102-227.563
+ c0.248,0.249,0.21,0.683-0.084,0.979l-4.569,4.568l0.86,0.86l5.1-5.099L81.102-227.563z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M81.102-227.563
+ c0.248,0.249,0.21,0.683-0.084,0.979l-4.569,4.568l0.86,0.86l5.1-5.099L81.102-227.563z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M81.102-227.563
+ c0.248,0.249,0.21,0.683-0.084,0.979l-4.569,4.568l0.86,0.86l5.1-5.099L81.102-227.563z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M81.102-227.563
+ c0.248,0.249,0.21,0.683-0.084,0.979l-4.569,4.568l0.86,0.86l5.1-5.099L81.102-227.563z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M80.909-227.753l-5.098,5.098l0.636,0.638
+ l4.569-4.568c0.294-0.295,0.332-0.73,0.084-0.979l-0.031-0.031L80.909-227.753z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M80.909-227.753l-5.098,5.098l0.636,0.638
+ l4.569-4.568c0.294-0.295,0.332-0.73,0.084-0.979l-0.031-0.031L80.909-227.753z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M80.909-227.753l-5.098,5.098l0.636,0.638
+ l4.569-4.568c0.294-0.295,0.332-0.73,0.084-0.979l-0.031-0.031L80.909-227.753z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M80.909-227.753l-5.098,5.098l0.636,0.638
+ l4.569-4.568c0.294-0.295,0.332-0.73,0.084-0.979l-0.031-0.031L80.909-227.753z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M80.909-227.753l-5.098,5.098l0.636,0.638
+ l4.569-4.568c0.294-0.295,0.332-0.73,0.084-0.979l-0.031-0.031L80.909-227.753z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M80.909-227.753l-5.098,5.098l0.636,0.638
+ l4.569-4.568c0.294-0.295,0.332-0.73,0.084-0.979l-0.031-0.031L80.909-227.753z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M80.909-227.753l-5.098,5.098l0.636,0.638
+ l4.569-4.568c0.294-0.295,0.332-0.73,0.084-0.979l-0.031-0.031L80.909-227.753z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M80.909-227.753l-5.098,5.098l0.636,0.638
+ l4.569-4.568c0.294-0.295,0.332-0.73,0.084-0.979l-0.031-0.031L80.909-227.753z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M101.151-247.674l-0.383-0.382l-0.101,0.102
+ C100.845-247.902,101.013-247.813,101.151-247.674z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M101.151-247.674l-0.383-0.382l-0.101,0.102
+ C100.845-247.902,101.013-247.813,101.151-247.674z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M101.151-247.674l-0.383-0.382l-0.101,0.102
+ C100.845-247.902,101.013-247.813,101.151-247.674z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M101.151-247.674l-0.383-0.382l-0.101,0.102
+ C100.845-247.902,101.013-247.813,101.151-247.674z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M101.151-247.674l-0.383-0.382l-0.101,0.102
+ C100.845-247.902,101.013-247.813,101.151-247.674z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M100.075-247.362l1.721,1.719l0.693-0.693
+ l-1.338-1.337c-0.14-0.14-0.308-0.229-0.483-0.28L100.075-247.362z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M100.075-247.362l1.721,1.719l0.693-0.693
+ l-1.338-1.337c-0.14-0.14-0.308-0.229-0.483-0.28L100.075-247.362z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M100.075-247.362l1.721,1.719l0.693-0.693
+ l-1.338-1.337c-0.14-0.14-0.308-0.229-0.483-0.28L100.075-247.362z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M100.075-247.362l1.721,1.719l0.693-0.693
+ l-1.338-1.337c-0.14-0.14-0.308-0.229-0.483-0.28L100.075-247.362z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M100.075-247.362l1.721,1.719l0.693-0.693
+ l-1.338-1.337c-0.14-0.14-0.308-0.229-0.483-0.28L100.075-247.362z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M100.075-247.362l1.721,1.719l0.693-0.693
+ l-1.338-1.337c-0.14-0.14-0.308-0.229-0.483-0.28L100.075-247.362z"/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="101.151,-247.674 102.489,-246.336
+ 105.039,-248.885 103.318,-250.604 100.77,-248.055 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="101.151,-247.674 102.489,-246.336
+ 105.039,-248.885 103.318,-250.604 100.77,-248.055 "/>
+ <polygon display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " points="101.151,-247.674 102.489,-246.336
+ 105.039,-248.885 103.318,-250.604 100.77,-248.055 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="101.151,-247.674 102.489,-246.336
+ 105.039,-248.885 103.318,-250.604 100.77,-248.055 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="101.151,-247.674 102.489,-246.336
+ 105.039,-248.885 103.318,-250.604 100.77,-248.055 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="101.151,-247.674 102.489,-246.336
+ 105.039,-248.885 103.318,-250.604 100.77,-248.055 "/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M80.929-227.766
+ c-0.063-0.097-0.107-0.203-0.141-0.311l-0.1,0.102l0.221,0.223C80.916-227.759,80.924-227.762,80.929-227.766z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M80.929-227.766
+ c-0.063-0.097-0.107-0.203-0.141-0.311l-0.1,0.102l0.221,0.223C80.916-227.759,80.924-227.762,80.929-227.766z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M80.929-227.766
+ c-0.063-0.097-0.107-0.203-0.141-0.311l-0.1,0.102l0.221,0.223C80.916-227.759,80.924-227.762,80.929-227.766z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M80.929-227.766
+ c-0.063-0.097-0.107-0.203-0.141-0.311l-0.1,0.102l0.221,0.223C80.916-227.759,80.924-227.762,80.929-227.766z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M80.929-227.766
+ c-0.063-0.097-0.107-0.203-0.141-0.311l-0.1,0.102l0.221,0.223C80.916-227.759,80.924-227.762,80.929-227.766z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M80.929-227.766
+ c-0.063-0.097-0.107-0.203-0.141-0.311l-0.1,0.102l0.221,0.223C80.916-227.759,80.924-227.762,80.929-227.766z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M80.929-227.766
+ c-0.063-0.097-0.107-0.203-0.141-0.311l-0.1,0.102l0.221,0.223C80.916-227.759,80.924-227.762,80.929-227.766z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M82.506-227.753l0.698,0.7l3.188-3.187
+ l-1.72-1.721l-3.884,3.883c0.031,0.108,0.075,0.214,0.14,0.311C81.37-228.192,82.068-228.188,82.506-227.753z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M82.506-227.753l0.698,0.7l3.188-3.187
+ l-1.72-1.721l-3.884,3.883c0.031,0.108,0.075,0.214,0.14,0.311C81.37-228.192,82.068-228.188,82.506-227.753z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M82.506-227.753l0.698,0.7l3.188-3.187
+ l-1.72-1.721l-3.884,3.883c0.031,0.108,0.075,0.214,0.14,0.311C81.37-228.192,82.068-228.188,82.506-227.753z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M82.506-227.753l0.698,0.7l3.188-3.187
+ l-1.72-1.721l-3.884,3.883c0.031,0.108,0.075,0.214,0.14,0.311C81.37-228.192,82.068-228.188,82.506-227.753z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M82.506-227.753l0.698,0.7l3.188-3.187
+ l-1.72-1.721l-3.884,3.883c0.031,0.108,0.075,0.214,0.14,0.311C81.37-228.192,82.068-228.188,82.506-227.753z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M82.506-227.753l0.698,0.7l3.188-3.187
+ l-1.72-1.721l-3.884,3.883c0.031,0.108,0.075,0.214,0.14,0.311C81.37-228.192,82.068-228.188,82.506-227.753z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M82.506-227.753l0.698,0.7l3.188-3.187
+ l-1.72-1.721l-3.884,3.883c0.031,0.108,0.075,0.214,0.14,0.311C81.37-228.192,82.068-228.188,82.506-227.753z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M82.506-227.753l0.698,0.7l3.188-3.187
+ l-1.72-1.721l-3.884,3.883c0.031,0.108,0.075,0.214,0.14,0.311C81.37-228.192,82.068-228.188,82.506-227.753z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M81.069-227.595
+ c-0.055-0.053-0.102-0.113-0.142-0.172c-0.005,0.004-0.014,0.008-0.02,0.013L81.069-227.595z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M81.069-227.595
+ c-0.055-0.053-0.102-0.113-0.142-0.172c-0.005,0.004-0.014,0.008-0.02,0.013L81.069-227.595z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M81.069-227.595
+ c-0.055-0.053-0.102-0.113-0.142-0.172c-0.005,0.004-0.014,0.008-0.02,0.013L81.069-227.595z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M81.069-227.595
+ c-0.055-0.053-0.102-0.113-0.142-0.172c-0.005,0.004-0.014,0.008-0.02,0.013L81.069-227.595z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M81.069-227.595
+ c-0.055-0.053-0.102-0.113-0.142-0.172c-0.005,0.004-0.014,0.008-0.02,0.013L81.069-227.595z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M81.069-227.595
+ c-0.055-0.053-0.102-0.113-0.142-0.172c-0.005,0.004-0.014,0.008-0.02,0.013L81.069-227.595z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M81.069-227.595
+ c-0.055-0.053-0.102-0.113-0.142-0.172c-0.005,0.004-0.014,0.008-0.02,0.013L81.069-227.595z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M81.069-227.595
+ c-0.055-0.053-0.102-0.113-0.142-0.172c-0.005,0.004-0.014,0.008-0.02,0.013L81.069-227.595z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M82.506-227.753
+ c-0.438-0.436-1.136-0.439-1.577-0.013c0.04,0.059,0.087,0.119,0.142,0.172l0.031,0.031l1.307,1.308l0.797-0.797L82.506-227.753z"
+ />
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M82.506-227.753
+ c-0.438-0.436-1.136-0.439-1.577-0.013c0.04,0.059,0.087,0.119,0.142,0.172l0.031,0.031l1.307,1.308l0.797-0.797L82.506-227.753z"
+ />
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M82.506-227.753
+ c-0.438-0.436-1.136-0.439-1.577-0.013c0.04,0.059,0.087,0.119,0.142,0.172l0.031,0.031l1.307,1.308l0.797-0.797L82.506-227.753z"
+ />
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M82.506-227.753
+ c-0.438-0.436-1.136-0.439-1.577-0.013c0.04,0.059,0.087,0.119,0.142,0.172l0.031,0.031l1.307,1.308l0.797-0.797L82.506-227.753z"
+ />
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M82.506-227.753
+ c-0.438-0.436-1.136-0.439-1.577-0.013c0.04,0.059,0.087,0.119,0.142,0.172l0.031,0.031l1.307,1.308l0.797-0.797L82.506-227.753z"
+ />
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M82.506-227.753
+ c-0.438-0.436-1.136-0.439-1.577-0.013c0.04,0.059,0.087,0.119,0.142,0.172l0.031,0.031l1.307,1.308l0.797-0.797L82.506-227.753z"
+ />
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M82.506-227.753
+ c-0.438-0.436-1.136-0.439-1.577-0.013c0.04,0.059,0.087,0.119,0.142,0.172l0.031,0.031l1.307,1.308l0.797-0.797L82.506-227.753z"
+ />
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M82.506-227.753
+ c-0.438-0.436-1.136-0.439-1.577-0.013c0.04,0.059,0.087,0.119,0.142,0.172l0.031,0.031l1.307,1.308l0.797-0.797L82.506-227.753z"
+ />
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M82.506-227.753
+ c-0.438-0.436-1.136-0.439-1.577-0.013c0.04,0.059,0.087,0.119,0.142,0.172l0.031,0.031l1.307,1.308l0.797-0.797L82.506-227.753z"
+ />
+
+ <rect x="48.275" y="-195.455" transform="matrix(-0.7067 0.7075 -0.7075 -0.7067 -52.3878 -367.975)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.605" height="1.217"/>
+
+ <rect x="48.275" y="-195.455" transform="matrix(-0.7067 0.7075 -0.7075 -0.7067 -52.3878 -367.975)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.605" height="1.217"/>
+
+ <rect x="48.275" y="-195.455" transform="matrix(-0.7067 0.7075 -0.7075 -0.7067 -52.3878 -367.975)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.605" height="1.217"/>
+
+ <rect x="48.275" y="-195.455" transform="matrix(-0.7067 0.7075 -0.7075 -0.7067 -52.3878 -367.975)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.605" height="1.217"/>
+
+ <rect x="50.043" y="-199.889" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -47.8511 -378.7429)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.942" height="1.215"/>
+
+ <rect x="50.043" y="-199.889" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -47.8511 -378.7429)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.942" height="1.215"/>
+
+ <rect x="50.043" y="-199.889" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -47.8511 -378.7429)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.942" height="1.215"/>
+
+ <rect x="50.043" y="-199.889" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -47.8511 -378.7429)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.942" height="1.215"/>
+
+ <rect x="50.043" y="-199.889" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 -47.8511 -378.7429)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.942" height="1.215"/>
+
+ <rect x="48.641" y="-197.466" transform="matrix(0.7083 0.7059 -0.7059 0.7083 -123.7539 -91.8385)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.216" height="3.605"/>
+
+ <rect x="48.641" y="-197.466" transform="matrix(0.7083 0.7059 -0.7059 0.7083 -123.7539 -91.8385)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.216" height="3.605"/>
+
+ <rect x="48.641" y="-197.466" transform="matrix(0.7083 0.7059 -0.7059 0.7083 -123.7539 -91.8385)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="1.216" height="3.605"/>
+
+ <rect x="48.641" y="-197.466" transform="matrix(0.7083 0.7059 -0.7059 0.7083 -123.7539 -91.8385)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.216" height="3.605"/>
+
+ <rect x="48.641" y="-197.466" transform="matrix(0.7083 0.7059 -0.7059 0.7083 -123.7539 -91.8385)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.216" height="3.605"/>
+
+ <rect x="49.204" y="-200.698" transform="matrix(-0.707 0.7072 -0.7072 -0.707 -49.8855 -379.5139)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.941" height="1.215"/>
+
+ <rect x="49.204" y="-200.698" transform="matrix(-0.707 0.7072 -0.7072 -0.707 -49.8855 -379.5139)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.941" height="1.215"/>
+
+ <rect x="49.204" y="-200.698" transform="matrix(-0.707 0.7072 -0.7072 -0.707 -49.8855 -379.5139)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.941" height="1.215"/>
+
+ <rect x="49.204" y="-200.698" transform="matrix(-0.707 0.7072 -0.7072 -0.707 -49.8855 -379.5139)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="8.941" height="1.215"/>
+
+ <rect x="49.204" y="-200.698" transform="matrix(-0.707 0.7072 -0.7072 -0.707 -49.8855 -379.5139)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.941" height="1.215"/>
+
+ <rect x="49.204" y="-200.698" transform="matrix(-0.707 0.7072 -0.7072 -0.707 -49.8855 -379.5139)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.941" height="1.215"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M64.336-209.582
+ c-0.058-0.056-0.103-0.116-0.144-0.178l-6.923,6.921l0.862,0.859l6.901-6.903L64.336-209.582z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M64.336-209.582
+ c-0.058-0.056-0.103-0.116-0.144-0.178l-6.923,6.921l0.862,0.859l6.901-6.903L64.336-209.582z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M64.336-209.582
+ c-0.058-0.056-0.103-0.116-0.144-0.178l-6.923,6.921l0.862,0.859l6.901-6.903L64.336-209.582z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M64.336-209.582
+ c-0.058-0.056-0.103-0.116-0.144-0.178l-6.923,6.921l0.862,0.859l6.901-6.903L64.336-209.582z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M64.336-209.582
+ c-0.058-0.056-0.103-0.116-0.144-0.178l-6.923,6.921l0.862,0.859l6.901-6.903L64.336-209.582z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M64.336-209.582
+ c-0.058-0.056-0.103-0.116-0.144-0.178l-6.923,6.921l0.862,0.859l6.901-6.903L64.336-209.582z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M64.336-211.178l6.056-6.056l-0.223-0.223
+ l-13.758,13.757l0.858,0.86l6.923-6.921C63.901-210.197,63.948-210.794,64.336-211.178z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M64.336-211.178l6.056-6.056l-0.223-0.223
+ l-13.758,13.757l0.858,0.86l6.923-6.921C63.901-210.197,63.948-210.794,64.336-211.178z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M64.336-211.178l6.056-6.056l-0.223-0.223
+ l-13.758,13.757l0.858,0.86l6.923-6.921C63.901-210.197,63.948-210.794,64.336-211.178z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M64.336-211.178l6.056-6.056l-0.223-0.223
+ l-13.758,13.757l0.858,0.86l6.923-6.921C63.901-210.197,63.948-210.794,64.336-211.178z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M64.336-211.178l6.056-6.056l-0.223-0.223
+ l-13.758,13.757l0.858,0.86l6.923-6.921C63.901-210.197,63.948-210.794,64.336-211.178z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M64.336-211.178l6.056-6.056l-0.223-0.223
+ l-13.758,13.757l0.858,0.86l6.923-6.921C63.901-210.197,63.948-210.794,64.336-211.178z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M64.336-211.178l6.056-6.056l-0.223-0.223
+ l-13.758,13.757l0.858,0.86l6.923-6.921C63.901-210.197,63.948-210.794,64.336-211.178z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M64.192-209.76
+ c0.041,0.062,0.086,0.122,0.144,0.178l0.698,0.7l6.854-6.855l-0.859-0.859L64.192-209.76z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M64.192-209.76
+ c0.041,0.062,0.086,0.122,0.144,0.178l0.698,0.7l6.854-6.855l-0.859-0.859L64.192-209.76z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M64.192-209.76
+ c0.041,0.062,0.086,0.122,0.144,0.178l0.698,0.7l6.854-6.855l-0.859-0.859L64.192-209.76z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M64.192-209.76
+ c0.041,0.062,0.086,0.122,0.144,0.178l0.698,0.7l6.854-6.855l-0.859-0.859L64.192-209.76z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M64.192-209.76
+ c0.041,0.062,0.086,0.122,0.144,0.178l0.698,0.7l6.854-6.855l-0.859-0.859L64.192-209.76z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M64.192-209.76
+ c0.041,0.062,0.086,0.122,0.144,0.178l0.698,0.7l6.854-6.855l-0.859-0.859L64.192-209.76z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M64.192-209.76
+ c0.041,0.062,0.086,0.122,0.144,0.178l0.698,0.7l6.854-6.855l-0.859-0.859L64.192-209.76z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M70.392-217.234l-6.056,6.056
+ c-0.388,0.384-0.435,0.981-0.144,1.418l6.836-6.836L70.392-217.234z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M70.392-217.234l-6.056,6.056
+ c-0.388,0.384-0.435,0.981-0.144,1.418l6.836-6.836L70.392-217.234z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M70.392-217.234l-6.056,6.056
+ c-0.388,0.384-0.435,0.981-0.144,1.418l6.836-6.836L70.392-217.234z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M70.392-217.234l-6.056,6.056
+ c-0.388,0.384-0.435,0.981-0.144,1.418l6.836-6.836L70.392-217.234z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M70.392-217.234l-6.056,6.056
+ c-0.388,0.384-0.435,0.981-0.144,1.418l6.836-6.836L70.392-217.234z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M70.392-217.234l-6.056,6.056
+ c-0.388,0.384-0.435,0.981-0.144,1.418l6.836-6.836L70.392-217.234z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M70.392-217.234l-6.056,6.056
+ c-0.388,0.384-0.435,0.981-0.144,1.418l6.836-6.836L70.392-217.234z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M70.392-217.234l-6.056,6.056
+ c-0.388,0.384-0.435,0.981-0.144,1.418l6.836-6.836L70.392-217.234z"/>
+
+ <rect x="93.333" y="-244.524" transform="matrix(0.7071 -0.7071 0.7071 0.7071 200.6812 -2.1031)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.938" height="2.431"/>
+
+ <rect x="93.333" y="-244.524" transform="matrix(0.7071 -0.7071 0.7071 0.7071 200.6812 -2.1031)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.938" height="2.431"/>
+
+ <rect x="93.333" y="-244.524" transform="matrix(0.7071 -0.7071 0.7071 0.7071 200.6812 -2.1031)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.938" height="2.431"/>
+
+ <rect x="93.333" y="-244.524" transform="matrix(0.7071 -0.7071 0.7071 0.7071 200.6812 -2.1031)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="8.938" height="2.431"/>
+
+ <rect x="93.333" y="-244.524" transform="matrix(0.7071 -0.7071 0.7071 0.7071 200.6812 -2.1031)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.938" height="2.431"/>
+
+ <rect x="93.333" y="-244.524" transform="matrix(0.7071 -0.7071 0.7071 0.7071 200.6812 -2.1031)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="8.938" height="2.431"/>
+
+ <rect x="93.333" y="-244.524" transform="matrix(0.7071 -0.7071 0.7071 0.7071 200.6812 -2.1031)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.938" height="2.431"/>
+
+ <rect x="83.661" y="-236.861" transform="matrix(0.7071 -0.7071 0.7071 0.7071 193.0174 -5.323)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.844" height="2.431"/>
+
+ <rect x="83.661" y="-236.861" transform="matrix(0.7071 -0.7071 0.7071 0.7071 193.0174 -5.323)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.844" height="2.431"/>
+
+ <rect x="83.661" y="-236.861" transform="matrix(0.7071 -0.7071 0.7071 0.7071 193.0174 -5.323)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.844" height="2.431"/>
+
+ <rect x="83.661" y="-236.861" transform="matrix(0.7071 -0.7071 0.7071 0.7071 193.0174 -5.323)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="12.844" height="2.431"/>
+
+ <rect x="83.661" y="-236.861" transform="matrix(0.7071 -0.7071 0.7071 0.7071 193.0174 -5.323)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.844" height="2.431"/>
+
+ <rect x="83.661" y="-236.861" transform="matrix(0.7071 -0.7071 0.7071 0.7071 193.0174 -5.323)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.844" height="2.431"/>
+
+ <rect x="83.661" y="-236.861" transform="matrix(0.7071 -0.7071 0.7071 0.7071 193.0174 -5.323)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="12.844" height="2.431"/>
+
+ <rect x="83.661" y="-236.861" transform="matrix(0.7071 -0.7071 0.7071 0.7071 193.0174 -5.323)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.844" height="2.431"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M46.755-182.185
+ c-0.274,0.271-0.487,0.503-0.479,0.515l1.769,1.77c0.01,0.01,0.239-0.204,0.515-0.479l6.714-6.713l-1.809-1.805L46.755-182.185z"
+ />
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M46.755-182.185
+ c-0.274,0.271-0.487,0.503-0.479,0.515l1.769,1.77c0.01,0.01,0.239-0.204,0.515-0.479l6.714-6.713l-1.809-1.805L46.755-182.185z"
+ />
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M46.755-182.185
+ c-0.274,0.271-0.487,0.503-0.479,0.515l1.769,1.77c0.01,0.01,0.239-0.204,0.515-0.479l6.714-6.713l-1.809-1.805L46.755-182.185z"
+ />
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M118.084-249.901
+ c0.272-0.274,0.485-0.504,0.476-0.515l-1.767-1.768c-0.012-0.01-0.241,0.202-0.515,0.475l-7.032,7.031l1.808,1.806
+ L118.084-249.901z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M118.084-249.901
+ c0.272-0.274,0.485-0.504,0.476-0.515l-1.767-1.768c-0.012-0.01-0.241,0.202-0.515,0.475l-7.032,7.031l1.808,1.806
+ L118.084-249.901z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M118.084-249.901
+ c0.272-0.274,0.485-0.504,0.476-0.515l-1.767-1.768c-0.012-0.01-0.241,0.202-0.515,0.475l-7.032,7.031l1.808,1.806
+ L118.084-249.901z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M118.084-249.901
+ c0.272-0.274,0.485-0.504,0.476-0.515l-1.767-1.768c-0.012-0.01-0.241,0.202-0.515,0.475l-7.032,7.031l1.808,1.806
+ L118.084-249.901z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M77.725-212.771
+ c-0.067-0.066-0.121-0.14-0.168-0.217l-1.459,1.459l1.805,1.809l1.437-1.436L77.725-212.771z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M77.725-212.771
+ c-0.067-0.066-0.121-0.14-0.168-0.217l-1.459,1.459l1.805,1.809l1.437-1.436L77.725-212.771z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M77.725-212.771
+ c-0.067-0.066-0.121-0.14-0.168-0.217l-1.459,1.459l1.805,1.809l1.437-1.436L77.725-212.771z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M77.725-212.771
+ c-0.067-0.066-0.121-0.14-0.168-0.217l-1.459,1.459l1.805,1.809l1.437-1.436L77.725-212.771z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M77.725-212.771
+ c-0.067-0.066-0.121-0.14-0.168-0.217l-1.459,1.459l1.805,1.809l1.437-1.436L77.725-212.771z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M77.725-212.771
+ c-0.067-0.066-0.121-0.14-0.168-0.217l-1.459,1.459l1.805,1.809l1.437-1.436L77.725-212.771z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M81.518-216.949l-3.961,3.959
+ c0.047,0.077,0.101,0.151,0.168,0.217l1.613,1.615l3.983-3.986L81.518-216.949z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M81.518-216.949l-3.961,3.959
+ c0.047,0.077,0.101,0.151,0.168,0.217l1.613,1.615l3.983-3.986L81.518-216.949z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M81.518-216.949l-3.961,3.959
+ c0.047,0.077,0.101,0.151,0.168,0.217l1.613,1.615l3.983-3.986L81.518-216.949z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M81.518-216.949l-3.961,3.959
+ c0.047,0.077,0.101,0.151,0.168,0.217l1.613,1.615l3.983-3.986L81.518-216.949z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M81.518-216.949l-3.961,3.959
+ c0.047,0.077,0.101,0.151,0.168,0.217l1.613,1.615l3.983-3.986L81.518-216.949z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M81.518-216.949l-3.961,3.959
+ c0.047,0.077,0.101,0.151,0.168,0.217l1.613,1.615l3.983-3.986L81.518-216.949z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M81.518-216.949l-3.961,3.959
+ c0.047,0.077,0.101,0.151,0.168,0.217l1.613,1.615l3.983-3.986L81.518-216.949z"/>
+
+ <rect x="83.709" y="-222.197" transform="matrix(0.7069 0.7073 -0.7073 0.7069 -129.701 -124.176)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="7.212"/>
+
+ <rect x="83.709" y="-222.197" transform="matrix(0.7069 0.7073 -0.7073 0.7069 -129.701 -124.176)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="7.212"/>
+
+ <rect x="83.709" y="-222.197" transform="matrix(0.7069 0.7073 -0.7073 0.7069 -129.701 -124.176)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="7.212"/>
+
+ <rect x="83.709" y="-222.197" transform="matrix(0.7069 0.7073 -0.7073 0.7069 -129.701 -124.176)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="7.212"/>
+
+ <rect x="83.709" y="-222.197" transform="matrix(0.7069 0.7073 -0.7073 0.7069 -129.701 -124.176)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="2.553" height="7.212"/>
+
+ <rect x="83.709" y="-222.197" transform="matrix(0.7069 0.7073 -0.7073 0.7069 -129.701 -124.176)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="7.212"/>
+
+ <rect x="83.709" y="-222.197" transform="matrix(0.7069 0.7073 -0.7073 0.7069 -129.701 -124.176)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="7.212"/>
+
+ <rect x="83.709" y="-222.197" transform="matrix(0.7069 0.7073 -0.7073 0.7069 -129.701 -124.176)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="2.553" height="7.212"/>
+
+ <rect x="107.102" y="-243.736" transform="matrix(0.707 -0.7072 0.7072 0.707 203.3655 5.9837)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="2.555"/>
+
+ <rect x="107.102" y="-243.736" transform="matrix(0.707 -0.7072 0.7072 0.707 203.3655 5.9837)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="2.555"/>
+
+ <rect x="107.102" y="-243.736" transform="matrix(0.707 -0.7072 0.7072 0.707 203.3655 5.9837)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.606" height="2.555"/>
+
+ <rect x="107.102" y="-243.736" transform="matrix(0.707 -0.7072 0.7072 0.707 203.3655 5.9837)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="2.555"/>
+
+ <rect x="107.102" y="-243.736" transform="matrix(0.707 -0.7072 0.7072 0.707 203.3655 5.9837)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="3.606" height="2.555"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M107.692-239.745
+ c0.053,0.054,0.013,0.181-0.091,0.283l-6.132,6.132l0.021,0.021l7.014-7.012l-1.808-1.808l-0.692,0.694L107.692-239.745z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M107.692-239.745
+ c0.053,0.054,0.013,0.181-0.091,0.283l-6.132,6.132l0.021,0.021l7.014-7.012l-1.808-1.808l-0.692,0.694L107.692-239.745z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M107.692-239.745
+ c0.053,0.054,0.013,0.181-0.091,0.283l-6.132,6.132l0.021,0.021l7.014-7.012l-1.808-1.808l-0.692,0.694L107.692-239.745z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M107.692-239.745
+ c0.053,0.054,0.013,0.181-0.091,0.283l-6.132,6.132l0.021,0.021l7.014-7.012l-1.808-1.808l-0.692,0.694L107.692-239.745z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M107.692-239.745
+ c0.053,0.054,0.013,0.181-0.091,0.283l-6.132,6.132l0.021,0.021l7.014-7.012l-1.808-1.808l-0.692,0.694L107.692-239.745z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M107.692-239.745
+ c0.053,0.054,0.013,0.181-0.091,0.283l-6.132,6.132l0.021,0.021l7.014-7.012l-1.808-1.808l-0.692,0.694L107.692-239.745z"/>
+
+ <rect x="99.487" y="-234.132" transform="matrix(0.6991 0.715 -0.715 0.6991 -135.4532 -140.7435)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.031" height="5.634"/>
+
+ <rect x="99.487" y="-234.132" transform="matrix(0.6991 0.715 -0.715 0.6991 -135.4532 -140.7435)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.031" height="5.634"/>
+
+ <rect x="99.487" y="-234.132" transform="matrix(0.6991 0.715 -0.715 0.6991 -135.4532 -140.7435)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.031" height="5.634"/>
+
+ <rect x="99.487" y="-234.132" transform="matrix(0.6991 0.715 -0.715 0.6991 -135.4532 -140.7435)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="0.031" height="5.634"/>
+
+ <rect x="99.487" y="-234.132" transform="matrix(0.6991 0.715 -0.715 0.6991 -135.4532 -140.7435)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.031" height="5.634"/>
+
+ <rect x="99.487" y="-234.132" transform="matrix(0.6991 0.715 -0.715 0.6991 -135.4532 -140.7435)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.031" height="5.634"/>
+
+ <rect x="99.487" y="-234.132" transform="matrix(0.6991 0.715 -0.715 0.6991 -135.4532 -140.7435)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="0.031" height="5.634"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M92.291-224.343l0.115,0.116l5.101-5.099
+ l-0.021-0.022l-4.912,4.914C92.47-224.33,92.344-224.289,92.291-224.343z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M92.291-224.343l0.115,0.116l5.101-5.099
+ l-0.021-0.022l-4.912,4.914C92.47-224.33,92.344-224.289,92.291-224.343z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M92.291-224.343l0.115,0.116l5.101-5.099
+ l-0.021-0.022l-4.912,4.914C92.47-224.33,92.344-224.289,92.291-224.343z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M92.291-224.343l0.115,0.116l5.101-5.099
+ l-0.021-0.022l-4.912,4.914C92.47-224.33,92.344-224.289,92.291-224.343z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M92.291-224.343l0.115,0.116l5.101-5.099
+ l-0.021-0.022l-4.912,4.914C92.47-224.33,92.344-224.289,92.291-224.343z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M92.291-224.343l0.115,0.116l5.101-5.099
+ l-0.021-0.022l-4.912,4.914C92.47-224.33,92.344-224.289,92.291-224.343z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M92.291-224.343l0.115,0.116l5.101-5.099
+ l-0.021-0.022l-4.912,4.914C92.47-224.33,92.344-224.289,92.291-224.343z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M92.291-224.343l0.115,0.116l5.101-5.099
+ l-0.021-0.022l-4.912,4.914C92.47-224.33,92.344-224.289,92.291-224.343z"/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="90.601,-226.033 87.413,-222.846
+ 89.22,-221.04 92.406,-224.227 92.291,-224.343 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="90.601,-226.033 87.413,-222.846
+ 89.22,-221.04 92.406,-224.227 92.291,-224.343 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="90.601,-226.033 87.413,-222.846
+ 89.22,-221.04 92.406,-224.227 92.291,-224.343 "/>
+ <polygon display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " points="90.601,-226.033 87.413,-222.846
+ 89.22,-221.04 92.406,-224.227 92.291,-224.343 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="90.601,-226.033 87.413,-222.846
+ 89.22,-221.04 92.406,-224.227 92.291,-224.343 "/>
+ <polygon display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " points="90.601,-226.033 87.413,-222.846
+ 89.22,-221.04 92.406,-224.227 92.291,-224.343 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="90.601,-226.033 87.413,-222.846
+ 89.22,-221.04 92.406,-224.227 92.291,-224.343 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="90.601,-226.033 87.413,-222.846
+ 89.22,-221.04 92.406,-224.227 92.291,-224.343 "/>
+ <polygon display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " points="90.601,-226.033 87.413,-222.846
+ 89.22,-221.04 92.406,-224.227 92.291,-224.343 "/>
+
+ <rect x="87.373" y="-222.802" transform="matrix(0.7073 -0.7069 0.7069 0.7073 182.3306 -2.6737)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="87.373" y="-222.802" transform="matrix(0.7073 -0.7069 0.7069 0.7073 182.3306 -2.6737)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="87.373" y="-222.802" transform="matrix(0.7073 -0.7069 0.7069 0.7073 182.3306 -2.6737)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="87.373" y="-222.802" transform="matrix(0.7073 -0.7069 0.7069 0.7073 182.3306 -2.6737)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="87.373" y="-222.802" transform="matrix(0.7073 -0.7069 0.7069 0.7073 182.3306 -2.6737)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="87.373" y="-222.802" transform="matrix(0.7073 -0.7069 0.7069 0.7073 182.3306 -2.6737)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="87.373" y="-222.802" transform="matrix(0.7073 -0.7069 0.7069 0.7073 182.3306 -2.6737)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="87.373" y="-222.802" transform="matrix(0.7073 -0.7069 0.7069 0.7073 182.3306 -2.6737)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="87.373" y="-222.802" transform="matrix(0.7073 -0.7069 0.7069 0.7073 182.3306 -2.6737)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="87.373" y="-222.802" transform="matrix(0.7073 -0.7069 0.7069 0.7073 182.3306 -2.6737)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="53.812" y="-190.601" transform="matrix(-0.7075 0.7067 -0.7067 -0.7075 -38.8315 -362.576)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.607" height="2.555"/>
+
+ <rect x="53.812" y="-190.601" transform="matrix(-0.7075 0.7067 -0.7067 -0.7075 -38.8315 -362.576)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.607" height="2.555"/>
+
+ <rect x="53.812" y="-190.601" transform="matrix(-0.7075 0.7067 -0.7067 -0.7075 -38.8315 -362.576)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.607" height="2.555"/>
+
+ <rect x="53.812" y="-190.601" transform="matrix(-0.7075 0.7067 -0.7067 -0.7075 -38.8315 -362.576)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="3.607" height="2.555"/>
+
+ <rect x="58.819" y="-198.171" transform="matrix(0.7069 0.7073 -0.7073 0.7069 -119.3907 -99.2761)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="8.942"/>
+
+ <rect x="58.819" y="-198.171" transform="matrix(0.7069 0.7073 -0.7073 0.7069 -119.3907 -99.2761)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="8.942"/>
+
+ <rect x="58.819" y="-198.171" transform="matrix(0.7069 0.7073 -0.7073 0.7069 -119.3907 -99.2761)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="8.942"/>
+
+ <rect x="58.819" y="-198.171" transform="matrix(0.7069 0.7073 -0.7073 0.7069 -119.3907 -99.2761)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="8.942"/>
+
+ <rect x="58.819" y="-198.171" transform="matrix(0.7069 0.7073 -0.7073 0.7069 -119.3907 -99.2761)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="2.553" height="8.942"/>
+
+ <rect x="65.434" y="-205.197" transform="matrix(0.7069 0.7073 -0.7073 0.7069 -122.1307 -105.893)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="9.764"/>
+
+ <rect x="65.434" y="-205.197" transform="matrix(0.7069 0.7073 -0.7073 0.7069 -122.1307 -105.893)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="9.764"/>
+
+ <rect x="65.434" y="-205.197" transform="matrix(0.7069 0.7073 -0.7073 0.7069 -122.1307 -105.893)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="9.764"/>
+
+ <rect x="65.434" y="-205.197" transform="matrix(0.7069 0.7073 -0.7073 0.7069 -122.1307 -105.893)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="2.553" height="9.764"/>
+
+ <rect x="65.434" y="-205.197" transform="matrix(0.7069 0.7073 -0.7073 0.7069 -122.1307 -105.893)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="9.764"/>
+
+ <rect x="65.434" y="-205.197" transform="matrix(0.7069 0.7073 -0.7073 0.7069 -122.1307 -105.893)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="2.553" height="9.764"/>
+
+ <rect x="68.717" y="-208.473" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 -20.9435 -405.7147)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="9.692" height="2.555"/>
+
+ <rect x="68.717" y="-208.473" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 -20.9435 -405.7147)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="9.692" height="2.555"/>
+
+ <rect x="68.717" y="-208.473" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 -20.9435 -405.7147)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="9.692" height="2.555"/>
+
+ <rect x="68.717" y="-208.473" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 -20.9435 -405.7147)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="9.692" height="2.555"/>
+
+ <rect x="68.717" y="-208.473" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 -20.9435 -405.7147)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="9.692" height="2.555"/>
+
+ <rect x="68.717" y="-208.473" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 -20.9435 -405.7147)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="9.692" height="2.555"/>
+
+ <rect x="68.717" y="-208.473" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 -20.9435 -405.7147)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="9.692" height="2.555"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M101.471-233.33l6.132-6.132
+ c0.104-0.102,0.144-0.229,0.091-0.283l-1.688-1.69l-6.319,6.32L101.471-233.33z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M101.471-233.33l6.132-6.132
+ c0.104-0.102,0.144-0.229,0.091-0.283l-1.688-1.69l-6.319,6.32L101.471-233.33z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M101.471-233.33l6.132-6.132
+ c0.104-0.102,0.144-0.229,0.091-0.283l-1.688-1.69l-6.319,6.32L101.471-233.33z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M101.471-233.33l6.132-6.132
+ c0.104-0.102,0.144-0.229,0.091-0.283l-1.688-1.69l-6.319,6.32L101.471-233.33z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M101.471-233.33l6.132-6.132
+ c0.104-0.102,0.144-0.229,0.091-0.283l-1.688-1.69l-6.319,6.32L101.471-233.33z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M101.471-233.33l6.132-6.132
+ c0.104-0.102,0.144-0.229,0.091-0.283l-1.688-1.69l-6.319,6.32L101.471-233.33z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M101.471-233.33l6.132-6.132
+ c0.104-0.102,0.144-0.229,0.091-0.283l-1.688-1.69l-6.319,6.32L101.471-233.33z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M95.675-231.106
+ c0.077,0.045,0.15,0.099,0.218,0.166l1.593,1.593l3.985-3.982l-1.786-1.785L95.675-231.106z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M95.675-231.106
+ c0.077,0.045,0.15,0.099,0.218,0.166l1.593,1.593l3.985-3.982l-1.786-1.785L95.675-231.106z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M95.675-231.106
+ c0.077,0.045,0.15,0.099,0.218,0.166l1.593,1.593l3.985-3.982l-1.786-1.785L95.675-231.106z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M95.675-231.106
+ c0.077,0.045,0.15,0.099,0.218,0.166l1.593,1.593l3.985-3.982l-1.786-1.785L95.675-231.106z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M95.675-231.106
+ c0.077,0.045,0.15,0.099,0.218,0.166l1.593,1.593l3.985-3.982l-1.786-1.785L95.675-231.106z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M95.675-231.106
+ c0.077,0.045,0.15,0.099,0.218,0.166l1.593,1.593l3.985-3.982l-1.786-1.785L95.675-231.106z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M95.675-231.106
+ c0.077,0.045,0.15,0.099,0.218,0.166l1.593,1.593l3.985-3.982l-1.786-1.785L95.675-231.106z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M95.675-231.106
+ c0.077,0.045,0.15,0.099,0.218,0.166l1.593,1.593l3.985-3.982l-1.786-1.785L95.675-231.106z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M95.675-231.106l-5.074,5.074l1.69,1.69
+ c0.053,0.054,0.179,0.013,0.281-0.091l4.912-4.914l-1.593-1.593C95.825-231.008,95.752-231.062,95.675-231.106z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M95.675-231.106l-5.074,5.074l1.69,1.69
+ c0.053,0.054,0.179,0.013,0.281-0.091l4.912-4.914l-1.593-1.593C95.825-231.008,95.752-231.062,95.675-231.106z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M95.675-231.106l-5.074,5.074l1.69,1.69
+ c0.053,0.054,0.179,0.013,0.281-0.091l4.912-4.914l-1.593-1.593C95.825-231.008,95.752-231.062,95.675-231.106z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M95.675-231.106l-5.074,5.074l1.69,1.69
+ c0.053,0.054,0.179,0.013,0.281-0.091l4.912-4.914l-1.593-1.593C95.825-231.008,95.752-231.062,95.675-231.106z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M95.675-231.106l-5.074,5.074l1.69,1.69
+ c0.053,0.054,0.179,0.013,0.281-0.091l4.912-4.914l-1.593-1.593C95.825-231.008,95.752-231.062,95.675-231.106z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M95.675-231.106l-5.074,5.074l1.69,1.69
+ c0.053,0.054,0.179,0.013,0.281-0.091l4.912-4.914l-1.593-1.593C95.825-231.008,95.752-231.062,95.675-231.106z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M95.675-231.106l-5.074,5.074l1.69,1.69
+ c0.053,0.054,0.179,0.013,0.281-0.091l4.912-4.914l-1.593-1.593C95.825-231.008,95.752-231.062,95.675-231.106z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M95.675-231.106l-5.074,5.074l1.69,1.69
+ c0.053,0.054,0.179,0.013,0.281-0.091l4.912-4.914l-1.593-1.593C95.825-231.008,95.752-231.062,95.675-231.106z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M95.675-231.106l-5.074,5.074l1.69,1.69
+ c0.053,0.054,0.179,0.013,0.281-0.091l4.912-4.914l-1.593-1.593C95.825-231.008,95.752-231.062,95.675-231.106z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M150.448-269.24
+ c0.284-0.285,0.501-0.528,0.487-0.543l-2.5-2.5c-0.017-0.016-0.261,0.202-0.542,0.486l-1.646,1.643l2.556,2.556L150.448-269.24z"
+ />
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M150.448-269.24
+ c0.284-0.285,0.501-0.528,0.487-0.543l-2.5-2.5c-0.017-0.016-0.261,0.202-0.542,0.486l-1.646,1.643l2.556,2.556L150.448-269.24z"
+ />
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M150.448-269.24
+ c0.284-0.285,0.501-0.528,0.487-0.543l-2.5-2.5c-0.017-0.016-0.261,0.202-0.542,0.486l-1.646,1.643l2.556,2.556L150.448-269.24z"
+ />
+
+ <rect x="109.828" y="-255.066" transform="matrix(0.7071 -0.7071 0.7071 0.7071 217.7186 19.1012)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="44.178" height="3.615"/>
+
+ <rect x="109.828" y="-255.066" transform="matrix(0.7071 -0.7071 0.7071 0.7071 217.7186 19.1012)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="44.178" height="3.615"/>
+
+ <rect x="109.828" y="-255.066" transform="matrix(0.7071 -0.7071 0.7071 0.7071 217.7186 19.1012)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="44.178" height="3.615"/>
+
+ <rect x="109.828" y="-255.066" transform="matrix(0.7071 -0.7071 0.7071 0.7071 217.7186 19.1012)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="44.178" height="3.615"/>
+
+ <rect x="82.003" y="-206.191" transform="matrix(0.7071 0.7071 -0.7071 0.7071 -120.5335 -119.358)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.616" height="2.031"/>
+
+ <rect x="82.003" y="-206.191" transform="matrix(0.7071 0.7071 -0.7071 0.7071 -120.5335 -119.358)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.616" height="2.031"/>
+
+ <rect x="82.003" y="-206.191" transform="matrix(0.7071 0.7071 -0.7071 0.7071 -120.5335 -119.358)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.616" height="2.031"/>
+
+ <rect x="82.003" y="-206.191" transform="matrix(0.7071 0.7071 -0.7071 0.7071 -120.5335 -119.358)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="3.616" height="2.031"/>
+
+ <rect x="82.003" y="-206.191" transform="matrix(0.7071 0.7071 -0.7071 0.7071 -120.5335 -119.358)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.616" height="2.031"/>
+
+ <rect x="82.003" y="-206.191" transform="matrix(0.7071 0.7071 -0.7071 0.7071 -120.5335 -119.358)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.616" height="2.031"/>
+
+ <rect x="87.264" y="-216.86" transform="matrix(0.7072 0.707 -0.707 0.7072 -122.7046 -124.5994)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.617" height="12.846"/>
+
+ <rect x="87.264" y="-216.86" transform="matrix(0.7072 0.707 -0.707 0.7072 -122.7046 -124.5994)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.617" height="12.846"/>
+
+ <rect x="87.264" y="-216.86" transform="matrix(0.7072 0.707 -0.707 0.7072 -122.7046 -124.5994)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.617" height="12.846"/>
+
+ <rect x="87.264" y="-216.86" transform="matrix(0.7072 0.707 -0.707 0.7072 -122.7046 -124.5994)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="3.617" height="12.846"/>
+
+ <rect x="87.264" y="-216.86" transform="matrix(0.7072 0.707 -0.707 0.7072 -122.7046 -124.5994)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.617" height="12.846"/>
+
+ <rect x="87.264" y="-216.86" transform="matrix(0.7072 0.707 -0.707 0.7072 -122.7046 -124.5994)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.617" height="12.846"/>
+
+ <rect x="87.264" y="-216.86" transform="matrix(0.7072 0.707 -0.707 0.7072 -122.7046 -124.5994)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.617" height="12.846"/>
+
+ <rect x="113.255" y="-238.175" transform="matrix(0.707 0.7072 -0.7072 0.707 -133.4475 -150.6174)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.616" height="3.606"/>
+
+ <rect x="113.255" y="-238.175" transform="matrix(0.707 0.7072 -0.7072 0.707 -133.4475 -150.6174)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.616" height="3.606"/>
+
+ <rect x="113.255" y="-238.175" transform="matrix(0.707 0.7072 -0.7072 0.707 -133.4475 -150.6174)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.616" height="3.606"/>
+
+ <rect x="113.255" y="-238.175" transform="matrix(0.707 0.7072 -0.7072 0.707 -133.4475 -150.6174)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.616" height="3.606"/>
+
+ <rect x="113.255" y="-238.175" transform="matrix(0.707 0.7072 -0.7072 0.707 -133.4475 -150.6174)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.616" height="3.606"/>
+
+ <rect x="100.492" y="-231.356" transform="matrix(0.7071 -0.7071 0.7071 0.7071 194.0363 9.3203)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="15.552" height="3.617"/>
+
+ <rect x="100.492" y="-231.356" transform="matrix(0.7071 -0.7071 0.7071 0.7071 194.0363 9.3203)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="15.552" height="3.617"/>
+
+ <rect x="100.492" y="-231.356" transform="matrix(0.7071 -0.7071 0.7071 0.7071 194.0363 9.3203)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="15.552" height="3.617"/>
+
+ <rect x="100.492" y="-231.356" transform="matrix(0.7071 -0.7071 0.7071 0.7071 194.0363 9.3203)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="15.552" height="3.617"/>
+
+ <rect x="100.492" y="-231.356" transform="matrix(0.7071 -0.7071 0.7071 0.7071 194.0363 9.3203)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="15.552" height="3.617"/>
+
+ <rect x="100.492" y="-231.356" transform="matrix(0.7071 -0.7071 0.7071 0.7071 194.0363 9.3203)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="15.552" height="3.617"/>
+
+ <rect x="98.39" y="-225.136" transform="matrix(0.707 0.7072 -0.7072 0.707 -127.3068 -135.7559)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="7.212"/>
+
+ <rect x="98.39" y="-225.136" transform="matrix(0.707 0.7072 -0.7072 0.707 -127.3068 -135.7559)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="7.212"/>
+
+ <rect x="98.39" y="-225.136" transform="matrix(0.707 0.7072 -0.7072 0.707 -127.3068 -135.7559)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="7.212"/>
+
+ <rect x="98.39" y="-225.136" transform="matrix(0.707 0.7072 -0.7072 0.707 -127.3068 -135.7559)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.613" height="7.212"/>
+
+ <rect x="98.39" y="-225.136" transform="matrix(0.707 0.7072 -0.7072 0.707 -127.3068 -135.7559)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="7.212"/>
+
+ <rect x="98.39" y="-225.136" transform="matrix(0.707 0.7072 -0.7072 0.707 -127.3068 -135.7559)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="7.212"/>
+
+ <rect x="98.39" y="-225.136" transform="matrix(0.707 0.7072 -0.7072 0.707 -127.3068 -135.7559)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.613" height="7.212"/>
+
+ <rect x="93.732" y="-219.185" transform="matrix(0.707 -0.7072 0.7072 0.707 181.857 4.1906)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="3.615"/>
+
+ <rect x="93.732" y="-219.185" transform="matrix(0.707 -0.7072 0.7072 0.707 181.857 4.1906)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="3.615"/>
+
+ <rect x="93.732" y="-219.185" transform="matrix(0.707 -0.7072 0.7072 0.707 181.857 4.1906)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="3.615"/>
+
+ <rect x="93.732" y="-219.185" transform="matrix(0.707 -0.7072 0.7072 0.707 181.857 4.1906)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="4.507" height="3.615"/>
+
+ <rect x="93.732" y="-219.185" transform="matrix(0.707 -0.7072 0.7072 0.707 181.857 4.1906)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="4.507" height="3.615"/>
+
+ <rect x="93.732" y="-219.185" transform="matrix(0.707 -0.7072 0.7072 0.707 181.857 4.1906)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="3.615"/>
+
+ <rect x="93.732" y="-219.185" transform="matrix(0.707 -0.7072 0.7072 0.707 181.857 4.1906)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="3.615"/>
+
+ <rect x="93.732" y="-219.185" transform="matrix(0.707 -0.7072 0.7072 0.707 181.857 4.1906)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="4.507" height="3.615"/>
+
+ <rect x="92.305" y="-215.981" transform="matrix(0.7074 0.7068 -0.7068 0.7074 -124.717 -129.5371)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.615" height="1.129"/>
+
+ <rect x="92.305" y="-215.981" transform="matrix(0.7074 0.7068 -0.7068 0.7074 -124.717 -129.5371)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.615" height="1.129"/>
+
+ <rect x="92.305" y="-215.981" transform="matrix(0.7074 0.7068 -0.7068 0.7074 -124.717 -129.5371)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.615" height="1.129"/>
+
+ <rect x="92.305" y="-215.981" transform="matrix(0.7074 0.7068 -0.7068 0.7074 -124.717 -129.5371)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.615" height="1.129"/>
+
+ <rect x="92.305" y="-215.981" transform="matrix(0.7074 0.7068 -0.7068 0.7074 -124.717 -129.5371)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="3.615" height="1.129"/>
+
+ <rect x="92.305" y="-215.981" transform="matrix(0.7074 0.7068 -0.7068 0.7074 -124.717 -129.5371)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.615" height="1.129"/>
+
+ <rect x="92.305" y="-215.981" transform="matrix(0.7074 0.7068 -0.7068 0.7074 -124.717 -129.5371)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.615" height="1.129"/>
+
+ <rect x="92.305" y="-215.981" transform="matrix(0.7074 0.7068 -0.7068 0.7074 -124.717 -129.5371)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.615" height="1.129"/>
+
+ <rect x="92.305" y="-215.981" transform="matrix(0.7074 0.7068 -0.7068 0.7074 -124.717 -129.5371)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.615" height="1.129"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M75.643-199.545
+ c-0.285,0.284-0.502,0.526-0.485,0.54l2.5,2.502c0.016,0.014,0.257-0.201,0.542-0.487l6.22-6.218l-2.558-2.558L75.643-199.545z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M75.643-199.545
+ c-0.285,0.284-0.502,0.526-0.485,0.54l2.5,2.502c0.016,0.014,0.257-0.201,0.542-0.487l6.22-6.218l-2.558-2.558L75.643-199.545z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M75.643-199.545
+ c-0.285,0.284-0.502,0.526-0.485,0.54l2.5,2.502c0.016,0.014,0.257-0.201,0.542-0.487l6.22-6.218l-2.558-2.558L75.643-199.545z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M75.643-199.545
+ c-0.285,0.284-0.502,0.526-0.485,0.54l2.5,2.502c0.016,0.014,0.257-0.201,0.542-0.487l6.22-6.218l-2.558-2.558L75.643-199.545z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M75.643-199.545
+ c-0.285,0.284-0.502,0.526-0.485,0.54l2.5,2.502c0.016,0.014,0.257-0.201,0.542-0.487l6.22-6.218l-2.558-2.558L75.643-199.545z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M75.643-199.545
+ c-0.285,0.284-0.502,0.526-0.485,0.54l2.5,2.502c0.016,0.014,0.257-0.201,0.542-0.487l6.22-6.218l-2.558-2.558L75.643-199.545z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M75.643-199.545
+ c-0.285,0.284-0.502,0.526-0.485,0.54l2.5,2.502c0.016,0.014,0.257-0.201,0.542-0.487l6.22-6.218l-2.558-2.558L75.643-199.545z"/>
+ </g>
+ <g id="debian" display="none">
+ <g display="inline">
+ <path fill="#24363E" d="M73.466-229.304c-1.421,0.019,0.271,0.733,2.13,1.019c0.514-0.405,0.979-0.806,1.395-1.202
+ C75.832-229.201,74.653-229.198,73.466-229.304"/>
+ <path fill="#24363E" d="M81.11-231.209c0.849-1.171,1.467-2.452,1.685-3.775c-0.191,0.941-0.703,1.757-1.187,2.619
+ c-2.662,1.676-0.25-0.997-0.002-2.011C78.744-230.773,81.215-232.218,81.11-231.209"/>
+ <path fill="#24363E" d="M83.934-238.548c0.17-2.565-0.504-1.754-0.734-0.776C83.467-239.185,83.674-237.517,83.934-238.548"/>
+ <path fill="#24363E" d="M68.065-273.601c0.762,0.137,1.645,0.243,1.521,0.423C70.414-273.361,70.604-273.529,68.065-273.601"/>
+ <path fill="#24363E" d="M69.587-273.179l-0.538,0.112l0.499-0.045L69.587-273.179"/>
+ <path fill="#24363E" d="M93.284-237.576c0.084,2.301-0.674,3.415-1.356,5.394l-1.232,0.615c-1.006,1.957,0.1,1.242-0.621,2.797
+ c-1.571,1.4-4.772,4.375-5.797,4.647c-0.748-0.016,0.505-0.881,0.67-1.219c-2.104,1.443-1.688,2.168-4.906,3.047l-0.096-0.212
+ c-7.938,3.737-18.968-3.664-18.82-13.762c-0.087,0.639-0.243,0.479-0.419,0.739c-0.408-5.195,2.4-10.413,7.139-12.544
+ c4.635-2.294,10.067-1.354,13.389,1.743c-1.826-2.39-5.453-4.922-9.756-4.686c-4.214,0.069-8.156,2.746-9.473,5.654
+ c-2.156,1.356-2.408,5.237-3.351,5.946c-1.264,9.299,2.383,13.318,8.553,18.044c0.968,0.654,0.271,0.753,0.402,1.254
+ c-2.049-0.96-3.926-2.41-5.469-4.184c0.816,1.198,1.7,2.364,2.844,3.28c-1.932-0.655-4.512-4.684-5.268-4.848
+ c3.332,5.963,13.512,10.458,18.848,8.227c-2.468,0.095-5.604,0.055-8.374-0.973c-1.165-0.599-2.749-1.839-2.466-2.073
+ c7.277,2.717,14.795,2.06,21.091-2.987c1.603-1.249,3.353-3.37,3.857-3.4c-0.763,1.145,0.129,0.551-0.456,1.563
+ c1.598-2.574-0.692-1.047,1.649-4.445l0.867,1.191c-0.323-2.135,2.652-4.73,2.353-8.107c0.682-1.033,0.76,1.11,0.036,3.488
+ c1.006-2.637,0.265-3.062,0.522-5.235c0.277,0.732,0.646,1.509,0.831,2.28c-0.653-2.546,0.673-4.291,1-5.77
+ c-0.32-0.144-1.009,1.124-1.167-1.885c0.024-1.308,0.364-0.684,0.495-1.007c-0.257-0.147-0.93-1.149-1.339-3.072
+ c0.296-0.453,0.793,1.171,1.197,1.236c-0.262-1.527-0.707-2.693-0.726-3.867c-1.183-2.468-0.419,0.331-1.378-1.059
+ c-1.255-3.921,1.046-0.91,1.199-2.69c1.905,2.758,2.993,7.038,3.491,8.808c-0.381-2.159-0.995-4.251-1.745-6.277
+ c0.577,0.242-0.936-4.444,0.75-1.341c-1.799-6.619-7.699-12.804-13.125-15.706c0.663,0.608,1.502,1.37,1.199,1.49
+ c-2.697-1.607-2.226-1.732-2.61-2.409c-2.2-0.895-2.343,0.071-3.8,0c-4.146-2.198-4.945-1.962-8.76-3.342l0.175,0.811
+ c-2.747-0.914-3.198,0.346-6.167,0.002c-0.183-0.142,0.951-0.511,1.884-0.644c-2.655,0.35-2.532-0.524-5.13,0.094
+ c0.641-0.451,1.315-0.746,2-1.129c-2.167,0.133-5.17,1.261-4.241,0.234c-3.531,1.576-9.803,3.789-13.322,7.089l-0.11-0.741
+ c-1.614,1.937-7.034,5.783-7.466,8.289l-0.431,0.101c-0.839,1.422-1.383,3.031-2.049,4.494c-1.097,1.871-1.607,0.72-1.452,1.014
+ c-2.159,4.378-3.229,8.054-4.157,11.072c0.659,0.986,0.016,5.937,0.266,9.898c-1.084,19.58,13.74,38.589,29.944,42.977
+ c2.376,0.852,5.907,0.82,8.911,0.904c-3.545-1.013-4.004-0.536-7.457-1.741c-2.489-1.173-3.035-2.512-4.799-4.043l0.698,1.234
+ c-3.46-1.227-2.014-1.517-4.827-2.409l0.746-0.971c-1.122-0.086-2.972-1.894-3.479-2.893l-1.228,0.049
+ c-1.474-1.817-2.259-3.128-2.2-4.143l-0.397,0.705c-0.447-0.773-5.422-6.82-2.84-5.415c-0.48-0.437-1.119-0.709-1.811-1.966
+ l0.525-0.6c-1.243-1.598-2.287-3.648-2.206-4.331c0.662,0.897,1.119,1.064,1.578,1.217c-3.137-7.783-3.313-0.431-5.688-7.92
+ l0.502-0.042c-0.385-0.578-0.619-1.209-0.93-1.829l0.219-2.179c-2.258-2.611-0.633-11.095-0.305-15.75
+ c0.225-1.895,1.884-3.911,3.146-7.069l-0.771-0.133c1.472-2.562,8.394-10.293,11.597-9.897c1.553-1.949-0.308-0.006-0.611-0.497
+ c3.41-3.529,4.482-2.496,6.783-3.128c2.482-1.473-2.131,0.572-0.952-0.564c4.289-1.095,3.04-2.49,8.639-3.044
+ c0.59,0.334-1.372,0.516-1.862,0.954c3.572-1.75,11.312-1.352,16.339,0.97c5.832,2.727,12.384,10.782,12.644,18.363l0.292,0.079
+ c-0.146,3.014,0.463,6.498-0.596,9.694L93.284-237.576"/>
+ <path fill="#24363E" d="M57.922-227.352l-0.198,1.001c0.935,1.271,1.679,2.649,2.874,3.644
+ C59.737-224.387,59.099-225.08,57.922-227.352"/>
+ <path fill="#24363E" d="M60.137-227.438c-0.497-0.546-0.789-1.206-1.117-1.861c0.314,1.152,0.956,2.143,1.553,3.152
+ L60.137-227.438"/>
+ <path fill="#24363E" d="M99.289-235.946l-0.207,0.526c-0.386,2.722-1.215,5.419-2.482,7.916
+ C98.002-230.139,98.908-233.023,99.289-235.946"/>
+ <path fill="#24363E" d="M68.348-274.281c0.964-0.356,2.369-0.196,3.391-0.426c-1.332,0.109-2.658,0.179-3.967,0.347
+ L68.348-274.281"/>
+ <path fill="#24363E" d="M34.544-256.307c0.223,2.053-1.544,2.851,0.394,1.496C35.975-257.15,34.528-255.455,34.544-256.307"/>
+ <path fill="#24363E" d="M32.269-246.8c0.444-1.371,0.528-2.192,0.696-2.984C31.732-248.208,32.397-247.873,32.269-246.8"/>
+ </g>
+ </g>
+
+ <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="75.2988" y1="25.5684" x2="75.2988" y2="25.5684" gradientTransform="matrix(1 0 0 -1 -0.02 -326.5146)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#24363E;stop-opacity:0"/>
+ </linearGradient>
+ <path opacity="0.6" fill="#F6F6F6" stroke="url(#SVGID_3_)" stroke-miterlimit="10" enable-background="new " d="
+ M75.279-352.083"/>
+
+ <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="277.1445" y1="-283.6528" x2="277.1445" y2="321.0132" gradientTransform="matrix(-1 0 0 1 489.9648 176.2988)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="0.097" style="stop-color:#FFFFFF;stop-opacity:0.903"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+
+ <line opacity="0.3" fill="none" stroke="url(#SVGID_4_)" stroke-width="3" stroke-linecap="round" stroke-miterlimit="10" enable-background="new " x1="212.82" y1="-105.854" x2="212.82" y2="495.813"/>
+
+ <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="-204.9336" y1="41.9697" x2="-204.9336" y2="695.1348" gradientTransform="matrix(1 0 0 -1 103.2368 -377.1123)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="0.097" style="stop-color:#FFFFFF;stop-opacity:0.903"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+
+ <line opacity="0.3" fill="none" stroke="url(#SVGID_5_)" stroke-width="3" stroke-linecap="round" stroke-miterlimit="10" enable-background="new " x1="-101.696" y1="-420.583" x2="-101.696" y2="-1070.748"/>
+</g>
+<g display="none">
+ <g display="inline">
+ <path opacity="0.6" fill="#FFFFFF" enable-background="new " d="M18.883,20.458c-0.052,0.055-0.052,8.622-0.157,10.861
+ c-0.105,1.811-0.269,5.696-4.1,5.696c-3.939,0-4.897-4.525-5.218-6.495c-0.372-2.186-0.372-3.996-0.372-4.793
+ c0-2.556,0.159-9.689,6.176-9.689c1.811,0,2.82,0.533,3.62,0.957L18.883,20.458z M3.448,26.739
+ c0,15.014,7.985,15.014,9.155,15.014c3.3,0,5.43-1.809,6.334-4.947l0.106,4.734c1.012-0.055,2.022-0.16,3.673-0.16
+ c0.586,0,1.063,0,1.491,0.054c0.426,0,0.851,0.053,1.329,0.106c-0.852-1.701-1.488-5.534-1.488-13.846
+ c0-8.09,0-21.771,0.69-25.922c-1.915,0.906-3.566,1.492-7.188,1.811c1.438,1.544,1.438,2.342,1.438,9.366
+ c-1.01-0.317-2.289-0.69-4.471-0.69C4.992,12.259,3.448,20.563,3.448,26.739"/>
+ <path opacity="0.6" fill="#FFFFFF" enable-background="new " d="M32.315,24.022c0.054-4.418,0.96-8.357,4.738-8.357
+ c4.152,0,4.47,4.577,4.363,8.357H32.315z M46.687,24.557c0-6.229-1.224-12.353-9.102-12.353
+ c-10.857,0-10.857,12.033-10.857,14.585c0,10.81,4.843,15.066,12.987,15.066c3.617,0,5.376-0.529,6.334-0.795
+ c-0.053-1.919,0.213-3.143,0.533-4.793c-1.119,0.694-2.556,1.6-5.75,1.6c-8.305,0-8.41-7.563-8.41-10.174h14.16L46.687,24.557"/>
+ <path opacity="0.6" fill="#FFFFFF" enable-background="new " d="M64.005,26.845c0,4.951-0.904,11.608-7.079,11.608
+ c-0.854,0-1.916-0.162-2.606-0.321c-0.107-1.916-0.107-5.216-0.107-9.053c0-4.578,0.478-6.97,0.853-8.145
+ c1.116-3.778,3.619-3.83,4.098-3.83C63.206,17.105,64.005,22.694,64.005,26.845z M48.728,32.652c0,3.938,0,6.174-0.639,7.874
+ c2.182,0.854,4.896,1.33,8.146,1.33c2.075,0,8.09,0,11.337-6.651c1.543-3.086,2.074-7.243,2.074-10.385
+ c0-1.916-0.213-6.121-1.756-8.782c-1.49-2.5-3.886-3.778-6.439-3.778c-5.11,0-6.602,4.259-7.397,6.439
+ c0-2.713,0.052-12.188,0.477-17.032c-3.458,1.599-5.59,1.86-7.877,2.075c2.076,0.852,2.076,4.366,2.076,15.812v13.1"/>
+ <path opacity="0.6" fill="#FFFFFF" enable-background="new " d="M79.881,41.54c-1.064-0.16-1.813-0.266-3.355-0.266
+ c-1.701,0-2.875,0.106-4.098,0.266c0.531-1.014,0.746-1.494,0.902-4.951c0.215-4.735,0.27-17.411-0.104-20.071
+ c-0.268-2.025-0.744-2.343-1.488-2.875c4.363-0.427,5.586-0.744,7.609-1.702c-0.424,2.341-0.48,3.515-0.48,7.078
+ C78.762,37.391,78.707,39.358,79.881,41.54"/>
+ <path opacity="0.6" fill="#FFFFFF" enable-background="new " d="M96.926,26.471c-0.105,3.355-0.158,5.699-1.064,7.563
+ c-1.119,2.396-2.982,3.087-4.365,3.087c-3.195,0-3.887-2.661-3.887-5.269c0-5.006,4.473-5.382,6.492-5.382L96.926,26.471
+ L96.926,26.471z M82.285,33.024c0,3.354,1.014,6.705,3.994,8.145c1.33,0.584,2.66,0.584,3.088,0.584
+ c4.896,0,6.547-3.619,7.559-5.854c-0.055,2.343,0,3.778,0.16,5.642c0.957-0.055,1.916-0.159,3.516-0.159
+ c0.904,0,1.754,0.104,2.658,0.159c-0.586-0.903-0.904-1.438-1.064-3.515c-0.105-2.021-0.105-4.043-0.105-6.867l0.055-10.861
+ c0-4.048-1.066-8.039-9.053-8.039c-5.268,0-8.354,1.599-9.898,2.396c0.641,1.171,1.174,2.18,1.652,4.472
+ c2.076-1.811,4.791-2.77,7.557-2.77c4.422,0,4.422,2.93,4.422,7.079c-1.012-0.053-1.863-0.157-3.303-0.157
+ C86.758,23.28,82.285,25.885,82.285,33.024"/>
+ <path opacity="0.6" fill="#FFFFFF" enable-background="new " d="M127.586,36.271c0.055,1.811,0.055,3.727,0.799,5.27
+ c-1.174-0.104-1.863-0.266-4.045-0.266c-1.279,0-1.971,0.107-2.982,0.266c0.211-0.688,0.322-0.957,0.428-1.862
+ c0.158-1.224,0.268-5.322,0.268-6.761v-5.754c0-2.501,0-6.122-0.164-7.396c-0.105-0.904-0.369-3.354-3.461-3.354
+ c-3.033,0-4.043,2.233-4.416,4.045c-0.426,1.861-0.426,3.887-0.426,11.769c0.053,6.813,0.053,7.451,0.584,9.313
+ c-0.904-0.106-2.021-0.213-3.617-0.213c-1.277,0-2.131,0.053-3.193,0.213c0.373-0.852,0.586-1.276,0.691-4.258
+ c0.107-2.93,0.32-17.306-0.16-20.711c-0.266-2.078-0.799-2.556-1.383-3.089c4.313-0.213,5.693-0.904,7.025-1.595v5.641
+ c0.639-1.652,1.969-5.324,7.293-5.324c6.654,0,6.707,4.846,6.76,8.037V36.271"/>
+ <path opacity="0.6" fill="#FFFFFF" enable-background="new " d="M80.328,4.406l-4.406,4.407l-4.406-4.407L75.922,0
+ L80.328,4.406"/>
+ </g>
+</g>
+</svg>
diff --git a/moonlight-theme/sources/plymouth/password_field.svg b/moonlight-theme/sources/plymouth/password_field.svg
new file mode 100644
index 0000000..6b08b23
--- /dev/null
+++ b/moonlight-theme/sources/plymouth/password_field.svg
@@ -0,0 +1,77 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+
+<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.1"
+ x="0px"
+ y="0px"
+ width="262"
+ height="40"
+ viewBox="0 0 262.00001 40"
+ enable-background="new 0 0 262.675 40"
+ xml:space="preserve"
+ id="svg2"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="password_field.svg"
+ inkscape:export-filename="/tmp/password_field.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"><metadata
+ id="metadata20"><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><defs
+ id="defs18" /><sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1610"
+ inkscape:window-height="772"
+ id="namedview16"
+ showgrid="false"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0"
+ inkscape:zoom="9.5833264"
+ inkscape:cx="20.206188"
+ inkscape:cy="17.945467"
+ inkscape:window-x="0"
+ inkscape:window-y="34"
+ inkscape:window-maximized="0"
+ inkscape:current-layer="svg2" /><g
+ id="Layer_2" /><g
+ id="Layer_1"><g
+ id="g6"><rect
+ width="262"
+ height="40"
+ id="rect8"
+ x="0"
+ y="0"
+ style="opacity:0.3;fill:#819486" /><g
+ id="g10"
+ style="opacity:0.4"><path
+ d="m 261.675,1 0,38 L 1,39 1,1 261.675,1 m 1,-1 L 0,0 l 0,40 262.675,0 0,-40 0,0 z"
+ id="path12"
+ inkscape:connector-curvature="0"
+ style="fill:#ffffff" /></g></g><image
+ sodipodi:absref="/tmp/password_field.png"
+ xlink:href="../../../../desktop-base/softwaves-theme/plymouth/password_field.png"
+ style="display:none;overflow:visible"
+ id="image14"
+ transform="matrix(0.9999,0,0,0.9999,-3.1665,-3)"
+ height="46"
+ width="269"
+ overflow="visible"
+ display="none" /></g></svg> \ No newline at end of file
diff --git a/moonlight-theme/sources/plymouth/plymouth.svg b/moonlight-theme/sources/plymouth/plymouth.svg
new file mode 100755
index 0000000..17d183c
--- /dev/null
+++ b/moonlight-theme/sources/plymouth/plymouth.svg
@@ -0,0 +1,2208 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ width="1920px" height="1080px" viewBox="0 0 1920 1080" enable-background="new 0 0 1920 1080" xml:space="preserve">
+<rect x="-339" y="-316.988" fill="#23353D" width="2600" height="1708.988"/>
+<ellipse opacity="0.2" fill="#2B505B" cx="960" cy="1201.386" rx="1066.606" ry="379.538"/>
+<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="476.5176" y1="1633.084" x2="2266.0684" y2="1633.084" gradientTransform="matrix(1 0 0 1 -225.915 -108.0171)">
+ <stop offset="0" style="stop-color:#2B4F5A"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+</linearGradient>
+<rect x="250.603" y="1510.114" opacity="0.2" fill="url(#SVGID_1_)" width="1789.551" height="29.904"/>
+<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="-18.5845" y1="71.6157" x2="-18.5845" y2="-240.7769" gradientTransform="matrix(0 1 -1 0 1319.9023 -298.4028)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+</linearGradient>
+<line opacity="0.3" fill="#F6F6F6" stroke="url(#SVGID_2_)" stroke-width="3" stroke-miterlimit="10" x1="1248.286" y1="-316.988" x2="1560.679" y2="-316.988"/>
+<linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="971.2188" y1="948.7363" x2="971.2188" y2="948.7363">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+</linearGradient>
+<path opacity="0.6" fill="#F6F6F6" stroke="url(#SVGID_3_)" stroke-miterlimit="10" d="M971.219,948.736"/>
+<linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="515.8057" y1="964.6699" x2="515.8057" y2="865.1641" gradientTransform="matrix(0 1 -1 0 1319.9023 -298.4028)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+</linearGradient>
+<line opacity="0.3" fill="#F6F6F6" stroke="url(#SVGID_4_)" stroke-width="3" stroke-miterlimit="10" x1="355.232" y1="217.402" x2="454.739" y2="217.402"/>
+<linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="782.0938" y1="-83.5552" x2="782.0938" y2="-236.3276" gradientTransform="matrix(0 1 -1 0 1319.9023 -298.4028)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+</linearGradient>
+<line opacity="0.3" fill="#F6F6F6" stroke="url(#SVGID_5_)" stroke-width="3" stroke-miterlimit="10" x1="1403.457" y1="483.69" x2="1556.229" y2="483.69"/>
+<linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="623.1606" y1="-261.9614" x2="623.1606" y2="-361.4673" gradientTransform="matrix(0 1 -1 0 1319.9023 -298.4028)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+</linearGradient>
+<line opacity="0.3" fill="#F6F6F6" stroke="url(#SVGID_6_)" stroke-width="3" stroke-miterlimit="10" x1="1581.863" y1="324.757" x2="1681.369" y2="324.757"/>
+<g>
+ <g>
+
+ <radialGradient id="SVGID_7_" cx="499.9785" cy="1440.377" r="1087.3369" gradientTransform="matrix(0.2308 0 0 -0.2308 844.6051 721.5048)" gradientUnits="userSpaceOnUse">
+ <stop offset="0" style="stop-color:#6C99B8"/>
+ <stop offset="1" style="stop-color:#133544;stop-opacity:0"/>
+ </radialGradient>
+ <rect x="709.043" y="138.108" fill="url(#SVGID_7_)" width="501.914" height="501.916"/>
+ </g>
+ <path opacity="0.3" fill="#244960" stroke="#F6F6F6" stroke-width="3" stroke-linecap="round" stroke-miterlimit="10" d="
+ M1106.905,522.292c-86.864,86.865-227.7,86.865-314.565-0.001c-86.866-86.866-86.866-227.702-0.002-314.568"/>
+ <circle opacity="0.7" fill="#244960" cx="960.811" cy="396.569" r="155.922"/>
+ <circle opacity="0.4" fill="#23353D" cx="960.811" cy="396.568" r="119.798"/>
+ <path opacity="0.6" fill="#0F90AF" d="M1080.065,396.569c-0.002,65.861-53.393,119.251-119.256,119.253
+ c-65.864-0.002-119.255-53.392-119.253-119.252c-0.002-65.864,53.391-119.255,119.256-119.256
+ C1026.674,277.313,1080.065,330.703,1080.065,396.569z"/>
+ <g>
+ <path fill="none" d="M905.349,452.031L902,448.685l-11.179,11.179c1.054,1.164,2.14,2.308,3.263,3.432l0,0L905.349,452.031z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M873.762,386.657c-0.246-0.248-0.211-0.684,0.081-0.978l7.548-7.545l-10.439-10.439
+ c-3.547,11.069-4.999,22.662-4.355,34.159l11.18-11.181L873.762,386.657z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M916.795,441.485l7.996,7.995l5.897-5.897l-11.794-11.793L902,448.685l3.349,3.347
+ l10.611-10.613C916.173,441.207,916.547,441.237,916.795,441.485z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M916.451,343.071c0.295-0.293,0.732-0.331,0.979-0.083l0.596,0.596
+ c-0.576-0.577-0.688-1.402-0.245-1.841l19.282-19.285l-12.881-12.883c-10.939,4.603-21.188,11.357-30.098,20.266
+ c-2.66,2.661-5.125,5.439-7.402,8.32l17.339,17.338L916.451,343.071z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M973.657,303.078c-3.841-0.525-7.708-0.813-11.577-0.865l6.223,6.221L973.657,303.078z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1030.617,343.656c0.439-0.441,1.154-0.441,1.594,0l15.072,15.072
+ c-4.587-10.485-11.168-20.307-19.746-28.886c-11.293-11.292-24.734-19.123-39.01-23.495l39.699,39.7L1030.617,343.656z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1008.142,348.275l5.224-5.225c0.347-0.347,0.64-0.612,0.655-0.598l2.498,2.5
+ c0.018,0.016-0.251,0.308-0.597,0.655l-5.223,5.223l6.371,6.372l11.156-11.156l-39.699-39.7c-4.877-1.492-9.852-2.583-14.87-3.269
+ l-5.354,5.356L1008.142,348.275z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1008.142,348.275l5.224-5.225c0.347-0.347,0.64-0.612,0.655-0.598l2.498,2.5
+ c0.018,0.016-0.251,0.308-0.597,0.655l-5.223,5.223l6.371,6.372l11.156-11.156l-39.699-39.7c-4.877-1.492-9.852-2.583-14.87-3.269
+ l-5.354,5.356L1008.142,348.275z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1047.802,433.198c0.503-1.193,0.98-2.397,1.43-3.606l-2.517,2.518L1047.802,433.198z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1047.802,433.198c0.503-1.193,0.98-2.397,1.43-3.606l-2.517,2.518L1047.802,433.198z"/>
+
+ <rect x="927.654" y="442.569" transform="matrix(0.7067 0.7075 -0.7075 0.7067 588.253 -525.511)" opacity="0.4" fill="#FFF8B9" width="0.587" height="8.34"/>
+
+ <rect x="927.654" y="442.569" transform="matrix(0.7067 0.7075 -0.7075 0.7067 588.253 -525.511)" opacity="0.4" fill="#FFF8B9" width="0.587" height="8.34"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M949.357,441.212l-6.714,6.713c-0.274,0.274-0.505,0.487-0.515,0.478l-1.768-1.769
+ c-0.01-0.012,0.203-0.243,0.478-0.515l6.71-6.712l-4.207-4.208l-16.416,16.417l30.085,30.085c0.249,0.249,0.279,0.625,0.066,0.835
+ l-7.702,7.705c1.449,0.174,2.902,0.315,4.354,0.425l22.541-22.541L949.357,441.212z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M949.357,441.212l-6.714,6.713c-0.274,0.274-0.505,0.487-0.515,0.478l-1.768-1.769
+ c-0.01-0.012,0.203-0.243,0.478-0.515l6.71-6.712l-4.207-4.208l-16.416,16.417l30.085,30.085c0.249,0.249,0.279,0.625,0.066,0.835
+ l-7.702,7.705c1.449,0.174,2.902,0.315,4.354,0.425l22.541-22.541L949.357,441.212z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1021.9,468.494c1.931-1.644,3.813-3.376,5.637-5.2
+ c5.865-5.864,10.794-12.311,14.793-19.151l-22.393,22.393L1021.9,468.494z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1021.9,468.494c1.931-1.644,3.813-3.376,5.637-5.2
+ c5.865-5.864,10.794-12.311,14.793-19.151l-22.393,22.393L1021.9,468.494z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1027.43,451.394c-0.439,0.44-1.155,0.44-1.594,0l-0.887-0.885l-25.876-25.876
+ l-10.519,10.517l31.383,31.386l22.393-22.393c2.076-3.55,3.898-7.207,5.472-10.945l-1.087-1.088L1027.43,451.394z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1027.43,451.394c-0.439,0.44-1.155,0.44-1.594,0l-0.887-0.885l-25.876-25.876
+ l-10.519,10.517l31.383,31.386l22.393-22.393c2.076-3.55,3.898-7.207,5.472-10.945l-1.087-1.088L1027.43,451.394z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1027.43,451.394c-0.439,0.44-1.155,0.44-1.594,0l-0.887-0.885l-25.876-25.876
+ l-10.519,10.517l31.383,31.386l22.393-22.393c2.076-3.55,3.898-7.207,5.472-10.945l-1.087-1.088L1027.43,451.394z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M868.237,414.923c3.214,16.274,10.739,31.867,22.584,44.941L902,448.685L868.237,414.923z"
+ />
+ <path opacity="0.4" fill="#FFF8B9" d="M918.895,431.789l-41.119-41.117l-11.18,11.181c0.242,4.379,0.791,8.749,1.642,13.07
+ L902,448.685L918.895,431.789z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M918.895,431.789l-41.119-41.117l-11.18,11.181c0.242,4.379,0.791,8.749,1.642,13.07
+ L902,448.685L918.895,431.789z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M941.207,433.064l-5.809-5.808c-0.207-0.208-0.354-0.447-0.438-0.69l-6.943,6.946
+ c-0.345,0.343-0.638,0.611-0.654,0.596l-2.499-2.5c-0.016-0.016,0.251-0.308,0.597-0.653l9.367-9.37l-2.865-2.864l-13.068,13.068
+ l11.794,11.793L941.207,433.064z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M941.207,433.064l-5.809-5.808c-0.207-0.208-0.354-0.447-0.438-0.69l-6.943,6.946
+ c-0.345,0.343-0.638,0.611-0.654,0.596l-2.499-2.5c-0.016-0.016,0.251-0.308,0.597-0.653l9.367-9.37l-2.865-2.864l-13.068,13.068
+ l11.794,11.793L941.207,433.064z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M881.391,378.133l-7.548,7.545c-0.292,0.294-0.327,0.73-0.081,0.978l4.014,4.015
+ l8.077-8.076L881.391,378.133z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M881.391,378.133l-7.548,7.545c-0.292,0.294-0.327,0.73-0.081,0.978l4.014,4.015
+ l8.077-8.076L881.391,378.133z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M920.646,347.8c0.441-0.44,1-0.594,1.25-0.346l-3.871-3.87l-0.596-0.596
+ c-0.246-0.248-0.684-0.211-0.979,0.083l-12.431,12.43l4.464,4.464L920.646,347.8z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M920.646,347.8c0.441-0.44,1-0.594,1.25-0.346l-3.871-3.87l-0.596-0.596
+ c-0.246-0.248-0.684-0.211-0.979,0.083l-12.431,12.43l4.464,4.464L920.646,347.8z"/>
+
+ <rect x="932.086" y="414.965" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -20.5455 784.38)" opacity="0.4" fill="#FFF8B9" width="8.944" height="4.051"/>
+
+ <rect x="932.086" y="414.965" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -20.5455 784.38)" opacity="0.4" fill="#FFF8B9" width="8.944" height="4.051"/>
+
+ <rect x="932.086" y="414.965" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -20.5455 784.38)" opacity="0.5" fill="#D1E4B7" width="8.944" height="4.051"/>
+
+ <rect x="935.861" y="431.093" transform="matrix(0.7059 0.7084 -0.7084 0.7059 585.9985 -534.1384)" opacity="0.4" fill="#FFF8B9" width="0.587" height="14.875"/>
+
+ <rect x="935.861" y="431.093" transform="matrix(0.7059 0.7084 -0.7084 0.7059 585.9985 -534.1384)" opacity="0.4" fill="#FFF8B9" width="0.587" height="14.875"/>
+
+ <rect x="935.861" y="431.093" transform="matrix(0.7059 0.7084 -0.7084 0.7059 585.9985 -534.1384)" opacity="0.5" fill="#D1E4B7" width="0.587" height="14.875"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M925.588,351.146l-3.691-3.692c-0.25-0.248-0.809-0.094-1.25,0.346l-12.162,12.165
+ l4.144,4.143L925.588,351.146z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M925.588,351.146l-3.691-3.692c-0.25-0.248-0.809-0.094-1.25,0.346l-12.162,12.165
+ l4.144,4.143L925.588,351.146z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M925.588,351.146l-3.691-3.692c-0.25-0.248-0.809-0.094-1.25,0.346l-12.162,12.165
+ l4.144,4.143L925.588,351.146z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M930.516,417.272l-4.195,4.196c-0.439,0.441-1.127,0.465-1.536,0.058l-38.932-38.93
+ l-8.077,8.076l41.119,41.117l13.068-13.068L930.516,417.272z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M930.516,417.272l-4.195,4.196c-0.439,0.441-1.127,0.465-1.536,0.058l-38.932-38.93
+ l-8.077,8.076l41.119,41.117l13.068-13.068L930.516,417.272z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M930.516,417.272l-4.195,4.196c-0.439,0.441-1.127,0.465-1.536,0.058l-38.932-38.93
+ l-8.077,8.076l41.119,41.117l13.068-13.068L930.516,417.272z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M947.412,398.894c0.412,0.409,0.385,1.095-0.053,1.537l10.409-10.409L946.4,378.65
+ c-0.098-0.096-0.109-0.243-0.027-0.325l3.196-3.197l-23.981-23.982l-12.96,12.961L947.412,398.894z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M947.412,398.894c0.412,0.409,0.385,1.095-0.053,1.537l10.409-10.409L946.4,378.65
+ c-0.098-0.096-0.109-0.243-0.027-0.325l3.196-3.197l-23.981-23.982l-12.96,12.961L947.412,398.894z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M947.412,398.894c0.412,0.409,0.385,1.095-0.053,1.537l10.409-10.409L946.4,378.65
+ c-0.098-0.096-0.109-0.243-0.027-0.325l3.196-3.197l-23.981-23.982l-12.96,12.961L947.412,398.894z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M947.412,398.894c0.412,0.409,0.385,1.095-0.053,1.537l10.409-10.409L946.4,378.65
+ c-0.098-0.096-0.109-0.243-0.027-0.325l3.196-3.197l-23.981-23.982l-12.96,12.961L947.412,398.894z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M937.129,411.24c-0.16-0.162-0.136-0.443,0.053-0.634l-6.666,6.667l1.447,1.448l6.324-6.324
+ L937.129,411.24z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M937.129,411.24c-0.16-0.162-0.136-0.443,0.053-0.634l-6.666,6.667l1.447,1.448l6.324-6.324
+ L937.129,411.24z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M937.129,411.24c-0.16-0.162-0.136-0.443,0.053-0.634l-6.666,6.667l1.447,1.448l6.324-6.324
+ L937.129,411.24z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M937.129,411.24c-0.16-0.162-0.136-0.443,0.053-0.634l-6.666,6.667l1.447,1.448l6.324-6.324
+ L937.129,411.24z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1030.617,343.656l-2.391,2.391l12.106,12.105l1.646-1.643
+ c0.281-0.285,0.525-0.502,0.542-0.486l2.5,2.5c0.014,0.015-0.203,0.258-0.487,0.543l-1.645,1.643l8.146,8.143
+ c-1.053-3.429-2.304-6.809-3.751-10.123l-15.072-15.072C1031.771,343.215,1031.057,343.215,1030.617,343.656z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M1030.617,343.656l-2.391,2.391l12.106,12.105l1.646-1.643
+ c0.281-0.285,0.525-0.502,0.542-0.486l2.5,2.5c0.014,0.015-0.203,0.258-0.487,0.543l-1.645,1.643l8.146,8.143
+ c-1.053-3.429-2.304-6.809-3.751-10.123l-15.072-15.072C1031.771,343.215,1031.057,343.215,1030.617,343.656z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1011.65,391.947l35.931,35.93c0.578,0.576,0.689,1.402,0.249,1.841l-1.754,1.754
+ l0.639,0.637l2.517-2.518c7.269-19.501,7.87-40.92,1.803-60.741l-8.146-8.143L1011.65,391.947z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1011.65,391.947l35.931,35.93c0.578,0.576,0.689,1.402,0.249,1.841l-1.754,1.754
+ l0.639,0.637l2.517-2.518c7.269-19.501,7.87-40.92,1.803-60.741l-8.146-8.143L1011.65,391.947z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M1011.65,391.947l35.931,35.93c0.578,0.576,0.689,1.402,0.249,1.841l-1.754,1.754
+ l0.639,0.637l2.517-2.518c7.269-19.501,7.87-40.92,1.803-60.741l-8.146-8.143L1011.65,391.947z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1022.011,363.737l-19.284,19.285l0.604,0.605l7.032-7.031
+ c0.272-0.273,0.503-0.485,0.514-0.475l1.767,1.768c0.011,0.011-0.202,0.241-0.476,0.515l-7.03,7.03l3.958,3.957l31.237-31.238
+ l-12.106-12.105l-11.156,11.156l4.693,4.694C1022.341,362.473,1022.45,363.298,1022.011,363.737z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1022.011,363.737l-19.284,19.285l0.604,0.605l7.032-7.031
+ c0.272-0.273,0.503-0.485,0.514-0.475l1.767,1.768c0.011,0.011-0.202,0.241-0.476,0.515l-7.03,7.03l3.958,3.957l31.237-31.238
+ l-12.106-12.105l-11.156,11.156l4.693,4.694C1022.341,362.473,1022.45,363.298,1022.011,363.737z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M1022.011,363.737l-19.284,19.285l0.604,0.605l7.032-7.031
+ c0.272-0.273,0.503-0.485,0.514-0.475l1.767,1.768c0.011,0.011-0.202,0.241-0.476,0.515l-7.03,7.03l3.958,3.957l31.237-31.238
+ l-12.106-12.105l-11.156,11.156l4.693,4.694C1022.341,362.473,1022.45,363.298,1022.011,363.737z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1024.949,450.508l0.887,0.885c0.438,0.44,1.154,0.44,1.594,0l19.285-19.284l-0.639-0.637
+ l-19.282,19.284C1026.352,451.196,1025.527,451.085,1024.949,450.508z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1024.949,450.508l0.887,0.885c0.438,0.44,1.154,0.44,1.594,0l19.285-19.284l-0.639-0.637
+ l-19.282,19.284C1026.352,451.196,1025.527,451.085,1024.949,450.508z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1024.949,450.508l0.887,0.885c0.438,0.44,1.154,0.44,1.594,0l19.285-19.284l-0.639-0.637
+ l-19.282,19.284C1026.352,451.196,1025.527,451.085,1024.949,450.508z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M1024.949,450.508l0.887,0.885c0.438,0.44,1.154,0.44,1.594,0l19.285-19.284l-0.639-0.637
+ l-19.282,19.284C1026.352,451.196,1025.527,451.085,1024.949,450.508z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M953.729,490.667c13.351,0.999,26.874-0.831,39.594-5.487l-17.053-17.054L953.729,490.667z"
+ />
+ <path opacity="0.4" fill="#FFF8B9" d="M953.729,490.667c13.351,0.999,26.874-0.831,39.594-5.487l-17.053-17.054L953.729,490.667z"
+ />
+ <path opacity="0.4" fill="#FFF8B9" d="M953.729,490.667c13.351,0.999,26.874-0.831,39.594-5.487l-17.053-17.054L953.729,490.667z"
+ />
+ <path opacity="0.4" fill="#FFF8B9" d="M938.816,320.706c0.441-0.44,1.265-0.329,1.841,0.248l7.562,7.562l20.084-20.081
+ l-6.223-6.221c-12.895-0.173-25.818,2.283-37.898,7.363l12.881,12.883L938.816,320.706z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M938.816,320.706c0.441-0.44,1.265-0.329,1.841,0.248l7.562,7.562l20.084-20.081
+ l-6.223-6.221c-12.895-0.173-25.818,2.283-37.898,7.363l12.881,12.883L938.816,320.706z"/>
+
+ <rect x="950.009" y="324.195" transform="matrix(0.7071 0.7071 -0.7071 0.7071 525.8124 -592.578)" opacity="0.4" fill="#FFF8B9" width="56.342" height="28.401"/>
+
+ <rect x="950.009" y="324.195" transform="matrix(0.7071 0.7071 -0.7071 0.7071 525.8124 -592.578)" opacity="0.4" fill="#FFF8B9" width="56.342" height="28.401"/>
+
+ <rect x="950.009" y="324.195" transform="matrix(0.7071 0.7071 -0.7071 0.7071 525.8124 -592.578)" opacity="0.4" fill="#FFF8B9" width="56.342" height="28.401"/>
+
+ <rect x="989.645" y="359.552" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1971.0966 -88.3407)" opacity="0.4" fill="#FFF8B9" width="28.399" height="9.011"/>
+
+ <rect x="989.645" y="359.552" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1971.0966 -88.3407)" opacity="0.4" fill="#FFF8B9" width="28.399" height="9.011"/>
+
+ <rect x="989.645" y="359.552" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1971.0966 -88.3407)" opacity="0.4" fill="#FFF8B9" width="28.399" height="9.011"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M997.403,377.7l4.828-4.828c0.408-0.408,0.745-0.729,0.755-0.718l1.683,1.683
+ c0.011,0.01-0.311,0.347-0.719,0.756l-4.826,4.828l3.603,3.602l19.284-19.285c0.439-0.439,0.33-1.264-0.247-1.841l-4.693-4.694
+ l-20.081,20.081L997.403,377.7z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M997.403,377.7l4.828-4.828c0.408-0.408,0.745-0.729,0.755-0.718l1.683,1.683
+ c0.011,0.01-0.311,0.347-0.719,0.756l-4.826,4.828l3.603,3.602l19.284-19.285c0.439-0.439,0.33-1.264-0.247-1.841l-4.693-4.694
+ l-20.081,20.081L997.403,377.7z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M997.403,377.7l4.828-4.828c0.408-0.408,0.745-0.729,0.755-0.718l1.683,1.683
+ c0.011,0.01-0.311,0.347-0.719,0.756l-4.826,4.828l3.603,3.602l19.284-19.285c0.439-0.439,0.33-1.264-0.247-1.841l-4.693-4.694
+ l-20.081,20.081L997.403,377.7z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M997.403,377.7l4.828-4.828c0.408-0.408,0.745-0.729,0.755-0.718l1.683,1.683
+ c0.011,0.01-0.311,0.347-0.719,0.756l-4.826,4.828l3.603,3.602l19.284-19.285c0.439-0.439,0.33-1.264-0.247-1.841l-4.693-4.694
+ l-20.081,20.081L997.403,377.7z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M989.656,431.792c-0.439,0.439-1.152,0.437-1.592-0.002l-4.303-4.303l-1.438,1.436
+ l6.23,6.227l10.519-10.517l-1.128-1.13L989.656,431.792z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M989.656,431.792c-0.439,0.439-1.152,0.437-1.592-0.002l-4.303-4.303l-1.438,1.436
+ l6.23,6.227l10.519-10.517l-1.128-1.13L989.656,431.792z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M989.656,431.792c-0.439,0.439-1.152,0.437-1.592-0.002l-4.303-4.303l-1.438,1.436
+ l6.23,6.227l10.519-10.517l-1.128-1.13L989.656,431.792z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M989.656,431.792c-0.439,0.439-1.152,0.437-1.592-0.002l-4.303-4.303l-1.438,1.436
+ l6.23,6.227l10.519-10.517l-1.128-1.13L989.656,431.792z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M963.838,410.433l5.42-5.418l-6.371-6.373l-5.547,5.546c0.242,0.083,0.48,0.228,0.688,0.438
+ L963.838,410.433z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M963.838,410.433l5.42-5.418l-6.371-6.373l-5.547,5.546c0.242,0.083,0.48,0.228,0.688,0.438
+ L963.838,410.433z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M963.838,410.433l5.42-5.418l-6.371-6.373l-5.547,5.546c0.242,0.083,0.48,0.228,0.688,0.438
+ L963.838,410.433z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M963.838,410.433l5.42-5.418l-6.371-6.373l-5.547,5.546c0.242,0.083,0.48,0.228,0.688,0.438
+ L963.838,410.433z"/>
+
+ <rect x="935.386" y="401.34" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -6.9337 789.9912)" opacity="0.4" fill="#FFF8B9" width="29.597" height="4.052"/>
+
+ <rect x="935.386" y="401.34" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -6.9337 789.9912)" opacity="0.4" fill="#FFF8B9" width="29.597" height="4.052"/>
+
+ <rect x="935.386" y="401.34" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -6.9337 789.9912)" opacity="0.5" fill="#D1E4B7" width="29.597" height="4.052"/>
+
+ <rect x="935.386" y="401.34" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -6.9337 789.9912)" opacity="0.2" fill="#FFF6A3" width="29.597" height="4.052"/>
+
+ <rect x="962.923" y="407.638" transform="matrix(0.7072 -0.707 0.707 0.7072 -5.3483 802.9482)" opacity="0.4" fill="#FFF8B9" width="7.664" height="0.587"/>
+
+ <rect x="962.923" y="407.638" transform="matrix(0.7072 -0.707 0.707 0.7072 -5.3483 802.9482)" opacity="0.4" fill="#FFF8B9" width="7.664" height="0.587"/>
+
+ <rect x="962.923" y="407.638" transform="matrix(0.7072 -0.707 0.707 0.7072 -5.3483 802.9482)" opacity="0.4" fill="#FFF8B9" width="7.664" height="0.587"/>
+
+ <rect x="962.923" y="407.638" transform="matrix(0.7072 -0.707 0.707 0.7072 -5.3483 802.9482)" opacity="0.5" fill="#D1E4B7" width="7.664" height="0.587"/>
+
+ <rect x="962.923" y="407.638" transform="matrix(0.7072 -0.707 0.707 0.7072 -5.3483 802.9482)" opacity="0.2" fill="#FFF6A3" width="7.664" height="0.587"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M957.769,390.022l-10.409,10.409l-10.178,10.175c-0.188,0.19-0.213,0.472-0.053,0.634
+ l1.158,1.157l20.929-20.927L957.769,390.022z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M957.769,390.022l-10.409,10.409l-10.178,10.175c-0.188,0.19-0.213,0.472-0.053,0.634
+ l1.158,1.157l20.929-20.927L957.769,390.022z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M957.769,390.022l-10.409,10.409l-10.178,10.175c-0.188,0.19-0.213,0.472-0.053,0.634
+ l1.158,1.157l20.929-20.927L957.769,390.022z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M957.769,390.022l-10.409,10.409l-10.178,10.175c-0.188,0.19-0.213,0.472-0.053,0.634
+ l1.158,1.157l20.929-20.927L957.769,390.022z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M957.769,390.022l-10.409,10.409l-10.178,10.175c-0.188,0.19-0.213,0.472-0.053,0.634
+ l1.158,1.157l20.929-20.927L957.769,390.022z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M974.357,399.914l-1.693-1.694l-3.198,3.195c-0.081,0.083-0.228,0.072-0.325-0.026
+ l-4.501-4.502l-1.753,1.754l6.371,6.373L974.357,399.914z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M974.357,399.914l-1.693-1.694l-3.198,3.195c-0.081,0.083-0.228,0.072-0.325-0.026
+ l-4.501-4.502l-1.753,1.754l6.371,6.373L974.357,399.914z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M974.357,399.914l-1.693-1.694l-3.198,3.195c-0.081,0.083-0.228,0.072-0.325-0.026
+ l-4.501-4.502l-1.753,1.754l6.371,6.373L974.357,399.914z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M974.357,399.914l-1.693-1.694l-3.198,3.195c-0.081,0.083-0.228,0.072-0.325-0.026
+ l-4.501-4.502l-1.753,1.754l6.371,6.373L974.357,399.914z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M974.357,399.914l-1.693-1.694l-3.198,3.195c-0.081,0.083-0.228,0.072-0.325-0.026
+ l-4.501-4.502l-1.753,1.754l6.371,6.373L974.357,399.914z"/>
+
+ <rect x="971.722" y="399.065" transform="matrix(0.7075 0.7067 -0.7067 0.7075 568.8579 -569.1425)" opacity="0.4" fill="#FFF8B9" width="0.588" height="7.213"/>
+
+ <rect x="971.722" y="399.065" transform="matrix(0.7075 0.7067 -0.7067 0.7075 568.8579 -569.1425)" opacity="0.4" fill="#FFF8B9" width="0.588" height="7.213"/>
+
+ <rect x="971.722" y="399.065" transform="matrix(0.7075 0.7067 -0.7067 0.7075 568.8579 -569.1425)" opacity="0.4" fill="#FFF8B9" width="0.588" height="7.213"/>
+
+ <rect x="971.722" y="399.065" transform="matrix(0.7075 0.7067 -0.7067 0.7075 568.8579 -569.1425)" opacity="0.5" fill="#D1E4B7" width="0.588" height="7.213"/>
+
+ <rect x="971.722" y="399.065" transform="matrix(0.7075 0.7067 -0.7067 0.7075 568.8579 -569.1425)" opacity="0.4" fill="#FFF8B9" width="0.588" height="7.213"/>
+
+ <rect x="971.722" y="399.065" transform="matrix(0.7075 0.7067 -0.7067 0.7075 568.8579 -569.1425)" opacity="0.2" fill="#FFF6A3" width="0.588" height="7.213"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M949.569,375.129l-3.196,3.197c-0.082,0.082-0.07,0.229,0.027,0.325l11.368,11.372
+ l3.347-3.348L949.569,375.129z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M949.569,375.129l-3.196,3.197c-0.082,0.082-0.07,0.229,0.027,0.325l11.368,11.372
+ l3.347-3.348L949.569,375.129z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M949.569,375.129l-3.196,3.197c-0.082,0.082-0.07,0.229,0.027,0.325l11.368,11.372
+ l3.347-3.348L949.569,375.129z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M949.569,375.129l-3.196,3.197c-0.082,0.082-0.07,0.229,0.027,0.325l11.368,11.372
+ l3.347-3.348L949.569,375.129z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M949.569,375.129l-3.196,3.197c-0.082,0.082-0.07,0.229,0.027,0.325l11.368,11.372
+ l3.347-3.348L949.569,375.129z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M962.112,387.672c0.25,0.248,0.095,0.807-0.347,1.248l-2.55,2.549l2.868,2.865l3.346-3.345
+ L962.112,387.672z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M962.112,387.672c0.25,0.248,0.095,0.807-0.347,1.248l-2.55,2.549l2.868,2.865l3.346-3.345
+ L962.112,387.672z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M962.112,387.672c0.25,0.248,0.095,0.807-0.347,1.248l-2.55,2.549l2.868,2.865l3.346-3.345
+ L962.112,387.672z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M962.112,387.672c0.25,0.248,0.095,0.807-0.347,1.248l-2.55,2.549l2.868,2.865l3.346-3.345
+ L962.112,387.672z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M962.112,387.672c0.25,0.248,0.095,0.807-0.347,1.248l-2.55,2.549l2.868,2.865l3.346-3.345
+ L962.112,387.672z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M961.766,388.92c0.441-0.441,0.597-1,0.347-1.248l-0.997-0.998l-3.347,3.348l1.447,1.447
+ L961.766,388.92z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M961.766,388.92c0.441-0.441,0.597-1,0.347-1.248l-0.997-0.998l-3.347,3.348l1.447,1.447
+ L961.766,388.92z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M961.766,388.92c0.441-0.441,0.597-1,0.347-1.248l-0.997-0.998l-3.347,3.348l1.447,1.447
+ L961.766,388.92z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M961.766,388.92c0.441-0.441,0.597-1,0.347-1.248l-0.997-0.998l-3.347,3.348l1.447,1.447
+ L961.766,388.92z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M961.766,388.92c0.441-0.441,0.597-1,0.347-1.248l-0.997-0.998l-3.347,3.348l1.447,1.447
+ L961.766,388.92z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M961.766,388.92c0.441-0.441,0.597-1,0.347-1.248l-0.997-0.998l-3.347,3.348l1.447,1.447
+ L961.766,388.92z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M964.64,396.887l4.501,4.502c0.098,0.098,0.244,0.109,0.325,0.026l3.198-3.195l-4.68-4.677
+ L964.64,396.887z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M964.64,396.887l4.501,4.502c0.098,0.098,0.244,0.109,0.325,0.026l3.198-3.195l-4.68-4.677
+ L964.64,396.887z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M964.64,396.887l4.501,4.502c0.098,0.098,0.244,0.109,0.325,0.026l3.198-3.195l-4.68-4.677
+ L964.64,396.887z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M964.64,396.887l4.501,4.502c0.098,0.098,0.244,0.109,0.325,0.026l3.198-3.195l-4.68-4.677
+ L964.64,396.887z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M964.64,396.887l4.501,4.502c0.098,0.098,0.244,0.109,0.325,0.026l3.198-3.195l-4.68-4.677
+ L964.64,396.887z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M964.64,396.887l4.501,4.502c0.098,0.098,0.244,0.109,0.325,0.026l3.198-3.195l-4.68-4.677
+ L964.64,396.887z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M905.349,452.031l-11.265,11.264c3.005,3.004,6.162,5.763,9.447,8.275l10.678-10.678
+ L905.349,452.031z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M905.502,473.038c11.242,8.154,23.877,13.521,36.955,16.101l-26.528-26.526L905.502,473.038
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M914.311,460.792c-0.11-0.382-0.021-0.811,0.28-1.111l10.2-10.201l-7.996-7.995
+ c-0.248-0.248-0.622-0.278-0.835-0.066l-10.611,10.613l8.86,8.862L914.311,460.792z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M914.311,460.792c-0.11-0.382-0.021-0.811,0.28-1.111l10.2-10.201l-7.996-7.995
+ c-0.248-0.248-0.622-0.278-0.835-0.066l-10.611,10.613l8.86,8.862L914.311,460.792z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M924.791,449.479l-10.2,10.201c-0.301,0.3-0.391,0.729-0.28,1.111l10.896-10.896
+ L924.791,449.479z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M924.791,449.479l-10.2,10.201c-0.301,0.3-0.391,0.729-0.28,1.111l10.896-10.896
+ L924.791,449.479z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M924.791,449.479l-10.2,10.201c-0.301,0.3-0.391,0.729-0.28,1.111l10.896-10.896
+ L924.791,449.479z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M957.011,481.702l-30.085-30.085l-10.997,10.997l26.528,26.526
+ c2.295,0.452,4.602,0.823,6.918,1.103l7.702-7.705C957.29,482.327,957.26,481.95,957.011,481.702z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M957.011,481.702l-30.085-30.085l-10.997,10.997l26.528,26.526
+ c2.295,0.452,4.602,0.823,6.918,1.103l7.702-7.705C957.29,482.327,957.26,481.95,957.011,481.702z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M957.011,481.702l-30.085-30.085l-10.997,10.997l26.528,26.526
+ c2.295,0.452,4.602,0.823,6.918,1.103l7.702-7.705C957.29,482.327,957.26,481.95,957.011,481.702z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M983.762,427.486l4.303,4.303c0.439,0.439,1.152,0.442,1.592,0.002l8.289-8.29l-5.1-5.1
+ L983.762,427.486z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M983.762,427.486l4.303,4.303c0.439,0.439,1.152,0.442,1.592,0.002l8.289-8.29l-5.1-5.1
+ L983.762,427.486z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M983.762,427.486l4.303,4.303c0.439,0.439,1.152,0.442,1.592,0.002l8.289-8.29l-5.1-5.1
+ L983.762,427.486z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M983.762,427.486l4.303,4.303c0.439,0.439,1.152,0.442,1.592,0.002l8.289-8.29l-5.1-5.1
+ L983.762,427.486z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M983.762,427.486l4.303,4.303c0.439,0.439,1.152,0.442,1.592,0.002l8.289-8.29l-5.1-5.1
+ L983.762,427.486z"/>
+
+ <rect x="978.428" y="425.276" transform="matrix(-0.7068 -0.7074 0.7074 -0.7068 1373.0817 1421.6407)" opacity="0.4" fill="#FFF8B9" width="5.408" height="2.032"/>
+
+ <rect x="978.428" y="425.276" transform="matrix(-0.7068 -0.7074 0.7074 -0.7068 1373.0817 1421.6407)" opacity="0.4" fill="#FFF8B9" width="5.408" height="2.032"/>
+
+ <rect x="978.428" y="425.276" transform="matrix(-0.7068 -0.7074 0.7074 -0.7068 1373.0817 1421.6407)" opacity="0.4" fill="#FFF8B9" width="5.408" height="2.032"/>
+
+ <rect x="978.428" y="425.276" transform="matrix(-0.7068 -0.7074 0.7074 -0.7068 1373.0817 1421.6407)" opacity="0.2" fill="#FFF6A3" width="5.408" height="2.032"/>
+
+ <rect x="978.428" y="425.276" transform="matrix(-0.7068 -0.7074 0.7074 -0.7068 1373.0817 1421.6407)" opacity="0.4" fill="#FFF8B9" width="5.408" height="2.032"/>
+
+ <rect x="973.669" y="417.045" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -11.3961 812.1748)" opacity="0.4" fill="#FFF8B9" width="2.03" height="5.597"/>
+
+ <rect x="973.669" y="417.045" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -11.3961 812.1748)" opacity="0.4" fill="#FFF8B9" width="2.03" height="5.597"/>
+
+ <rect x="973.669" y="417.045" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -11.3961 812.1748)" opacity="0.4" fill="#FFF8B9" width="2.03" height="5.597"/>
+
+ <rect x="973.669" y="417.045" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -11.3961 812.1748)" opacity="0.2" fill="#FFF6A3" width="2.03" height="5.597"/>
+
+ <rect x="973.669" y="417.045" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -11.3961 812.1748)" opacity="0.4" fill="#FFF8B9" width="2.03" height="5.597"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M971.806,413.939l3.19-3.188l-3.604-3.603l-5.42,5.419l4.209,4.207l1.459-1.459
+ C971.38,414.88,971.434,414.312,971.806,413.939z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M971.806,413.939l3.19-3.188l-3.604-3.603l-5.42,5.419l4.209,4.207l1.459-1.459
+ C971.38,414.88,971.434,414.312,971.806,413.939z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M971.806,413.939l3.19-3.188l-3.604-3.603l-5.42,5.419l4.209,4.207l1.459-1.459
+ C971.38,414.88,971.434,414.312,971.806,413.939z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M971.806,413.939l3.19-3.188l-3.604-3.603l-5.42,5.419l4.209,4.207l1.459-1.459
+ C971.38,414.88,971.434,414.312,971.806,413.939z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M971.806,413.939l3.19-3.188l-3.604-3.603l-5.42,5.419l4.209,4.207l1.459-1.459
+ C971.38,414.88,971.434,414.312,971.806,413.939z"/>
+
+ <rect x="972.138" y="403.852" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -1.5989 808.9404)" opacity="0.4" fill="#FFF8B9" width="7.212" height="5.096"/>
+
+ <rect x="972.138" y="403.852" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -1.5989 808.9404)" opacity="0.4" fill="#FFF8B9" width="7.212" height="5.096"/>
+
+ <rect x="972.138" y="403.852" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -1.5989 808.9404)" opacity="0.4" fill="#FFF8B9" width="7.212" height="5.096"/>
+
+ <rect x="972.138" y="403.852" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -1.5989 808.9404)" opacity="0.4" fill="#FFF8B9" width="7.212" height="5.096"/>
+
+ <rect x="972.138" y="403.852" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -1.5989 808.9404)" opacity="0.2" fill="#FFF6A3" width="7.212" height="5.096"/>
+
+ <rect x="972.138" y="403.852" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -1.5989 808.9404)" opacity="0.4" fill="#FFF8B9" width="7.212" height="5.096"/>
+
+ <rect x="979.967" y="418.326" transform="matrix(0.707 -0.7072 0.7072 0.707 -8.7747 820.8809)" opacity="0.4" fill="#FFF8B9" width="12.846" height="5.41"/>
+
+ <rect x="979.967" y="418.326" transform="matrix(0.707 -0.7072 0.7072 0.707 -8.7747 820.8809)" opacity="0.4" fill="#FFF8B9" width="12.846" height="5.41"/>
+
+ <rect x="979.967" y="418.326" transform="matrix(0.707 -0.7072 0.7072 0.707 -8.7747 820.8809)" opacity="0.4" fill="#FFF8B9" width="12.846" height="5.41"/>
+
+ <rect x="979.967" y="418.326" transform="matrix(0.707 -0.7072 0.7072 0.707 -8.7747 820.8809)" opacity="0.2" fill="#FFF6A3" width="12.846" height="5.41"/>
+
+ <rect x="979.967" y="418.326" transform="matrix(0.707 -0.7072 0.7072 0.707 -8.7747 820.8809)" opacity="0.4" fill="#FFF8B9" width="12.846" height="5.41"/>
+
+ <rect x="979.967" y="418.326" transform="matrix(0.707 -0.7072 0.7072 0.707 -8.7747 820.8809)" opacity="0.4" fill="#FFF8B9" width="12.846" height="5.41"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M980.254,414.417c-0.439,0.439-1.153,0.439-1.594,0l-1.254-1.255l-3.984,3.986l3.957,3.956
+ l9.083-9.083l-1.904-1.907L980.254,414.417z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M980.254,414.417c-0.439,0.439-1.153,0.439-1.594,0l-1.254-1.255l-3.984,3.986l3.957,3.956
+ l9.083-9.083l-1.904-1.907L980.254,414.417z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M980.254,414.417c-0.439,0.439-1.153,0.439-1.594,0l-1.254-1.255l-3.984,3.986l3.957,3.956
+ l9.083-9.083l-1.904-1.907L980.254,414.417z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M980.254,414.417c-0.439,0.439-1.153,0.439-1.594,0l-1.254-1.255l-3.984,3.986l3.957,3.956
+ l9.083-9.083l-1.904-1.907L980.254,414.417z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M980.254,414.417c-0.439,0.439-1.153,0.439-1.594,0l-1.254-1.255l-3.984,3.986l3.957,3.956
+ l9.083-9.083l-1.904-1.907L980.254,414.417z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M980.254,414.417c-0.439,0.439-1.153,0.439-1.594,0l-1.254-1.255l-3.984,3.986l3.957,3.956
+ l9.083-9.083l-1.904-1.907L980.254,414.417z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M974.996,410.751l-3.19,3.188c-0.372,0.372-0.426,0.94-0.165,1.376l3.961-3.959
+ L974.996,410.751z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M974.996,410.751l-3.19,3.188c-0.372,0.372-0.426,0.94-0.165,1.376l3.961-3.959
+ L974.996,410.751z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M974.996,410.751l-3.19,3.188c-0.372,0.372-0.426,0.94-0.165,1.376l3.961-3.959
+ L974.996,410.751z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M974.996,410.751l-3.19,3.188c-0.372,0.372-0.426,0.94-0.165,1.376l3.961-3.959
+ L974.996,410.751z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M974.996,410.751l-3.19,3.188c-0.372,0.372-0.426,0.94-0.165,1.376l3.961-3.959
+ L974.996,410.751z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M974.996,410.751l-3.19,3.188c-0.372,0.372-0.426,0.94-0.165,1.376l3.961-3.959
+ L974.996,410.751z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M978.66,414.417c0.44,0.439,1.154,0.439,1.594,0l4.304-4.304l-2.052-2.051l-5.1,5.1
+ L978.66,414.417z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M978.66,414.417c0.44,0.439,1.154,0.439,1.594,0l4.304-4.304l-2.052-2.051l-5.1,5.1
+ L978.66,414.417z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M978.66,414.417c0.44,0.439,1.154,0.439,1.594,0l4.304-4.304l-2.052-2.051l-5.1,5.1
+ L978.66,414.417z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M978.66,414.417c0.44,0.439,1.154,0.439,1.594,0l4.304-4.304l-2.052-2.051l-5.1,5.1
+ L978.66,414.417z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M978.66,414.417c0.44,0.439,1.154,0.439,1.594,0l4.304-4.304l-2.052-2.051l-5.1,5.1
+ L978.66,414.417z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M978.66,414.417c0.44,0.439,1.154,0.439,1.594,0l4.304-4.304l-2.052-2.051l-5.1,5.1
+ L978.66,414.417z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M978.66,414.417c0.44,0.439,1.154,0.439,1.594,0l4.304-4.304l-2.052-2.051l-5.1,5.1
+ L978.66,414.417z"/>
+
+ <rect x="977.42" y="404.899" transform="matrix(0.7071 0.7071 -0.7071 0.7071 575.261 -571.7946)" opacity="0.4" fill="#FFF8B9" width="0.855" height="7.211"/>
+
+ <rect x="977.42" y="404.899" transform="matrix(0.7071 0.7071 -0.7071 0.7071 575.261 -571.7946)" opacity="0.4" fill="#FFF8B9" width="0.855" height="7.211"/>
+
+ <rect x="977.42" y="404.899" transform="matrix(0.7071 0.7071 -0.7071 0.7071 575.261 -571.7946)" opacity="0.4" fill="#FFF8B9" width="0.855" height="7.211"/>
+
+ <rect x="977.42" y="404.899" transform="matrix(0.7071 0.7071 -0.7071 0.7071 575.261 -571.7946)" opacity="0.4" fill="#FFF8B9" width="0.855" height="7.211"/>
+
+ <rect x="977.42" y="404.899" transform="matrix(0.7071 0.7071 -0.7071 0.7071 575.261 -571.7946)" opacity="0.2" fill="#FFF6A3" width="0.855" height="7.211"/>
+
+ <rect x="977.42" y="404.899" transform="matrix(0.7071 0.7071 -0.7071 0.7071 575.261 -571.7946)" opacity="0.4" fill="#FFF8B9" width="0.855" height="7.211"/>
+
+ <rect x="977.42" y="404.899" transform="matrix(0.7071 0.7071 -0.7071 0.7071 575.261 -571.7946)" opacity="0.4" fill="#FFF8B9" width="0.855" height="7.211"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M925.588,351.146l20.081-20.081l-8.606-8.606l-19.282,19.285
+ c-0.442,0.439-0.331,1.264,0.245,1.841l3.871,3.87L925.588,351.146z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M925.588,351.146l20.081-20.081l-8.606-8.606l-19.282,19.285
+ c-0.442,0.439-0.331,1.264,0.245,1.841l3.871,3.87L925.588,351.146z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M958.503,366.195c0.083-0.083,0.228-0.072,0.325,0.025l15.686,15.683l10.997-10.998
+ l-39.842-39.84l-20.081,20.081l23.981,23.982L958.503,366.195z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M958.503,366.195c0.083-0.083,0.228-0.072,0.325,0.025l15.686,15.683l10.997-10.998
+ l-39.842-39.84l-20.081,20.081l23.981,23.982L958.503,366.195z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M958.503,366.195c0.083-0.083,0.228-0.072,0.325,0.025l15.686,15.683l10.997-10.998
+ l-39.842-39.84l-20.081,20.081l23.981,23.982L958.503,366.195z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M989.156,376.312c0.101-0.103,0.228-0.145,0.281-0.091l4.309,4.308l0.692-0.693
+ l-6.371-6.373l-7.014,7.014l1.968,1.968L989.156,376.312z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M989.156,376.312c0.101-0.103,0.228-0.145,0.281-0.091l4.309,4.308l0.692-0.693
+ l-6.371-6.373l-7.014,7.014l1.968,1.968L989.156,376.312z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M989.156,376.312c0.101-0.103,0.228-0.145,0.281-0.091l4.309,4.308l0.692-0.693
+ l-6.371-6.373l-7.014,7.014l1.968,1.968L989.156,376.312z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M999.133,384.528l1.648,1.648l2.55-2.549l-0.604-0.605l-1.753,1.752
+ C1000.532,385.215,999.709,385.104,999.133,384.528z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M999.133,384.528l1.648,1.648l2.55-2.549l-0.604-0.605l-1.753,1.752
+ C1000.532,385.215,999.709,385.104,999.133,384.528z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M999.133,384.528l1.648,1.648l2.55-2.549l-0.604-0.605l-1.753,1.752
+ C1000.532,385.215,999.709,385.104,999.133,384.528z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M999.133,384.528l1.648,1.648l2.55-2.549l-0.604-0.605l-1.753,1.752
+ C1000.532,385.215,999.709,385.104,999.133,384.528z"/>
+
+ <rect x="1004.038" y="385.889" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1992.0052 -47.5182)" opacity="0.4" fill="#FFF8B9" width="3.607" height="5.597"/>
+
+ <rect x="1004.038" y="385.889" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1992.0052 -47.5182)" opacity="0.4" fill="#FFF8B9" width="3.607" height="5.597"/>
+
+ <rect x="1004.038" y="385.889" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1992.0052 -47.5182)" opacity="0.5" fill="#D1E4B7" width="3.607" height="5.597"/>
+
+ <rect x="1004.038" y="385.889" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1992.0052 -47.5182)" opacity="0.4" fill="#FFF8B9" width="3.607" height="5.597"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M993.756,380.539c0.29-0.223,0.659-0.286,0.997-0.188l0.101-0.102l-0.415-0.415
+ l-0.692,0.693L993.756,380.539z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M993.756,380.539c0.29-0.223,0.659-0.286,0.997-0.188l0.101-0.102l-0.415-0.415
+ l-0.692,0.693L993.756,380.539z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M993.756,380.539c0.29-0.223,0.659-0.286,0.997-0.188l0.101-0.102l-0.415-0.415
+ l-0.692,0.693L993.756,380.539z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M993.756,380.539c0.29-0.223,0.659-0.286,0.997-0.188l0.101-0.102l-0.415-0.415
+ l-0.692,0.693L993.756,380.539z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1046.076,431.472l1.754-1.754c0.44-0.439,0.329-1.265-0.249-1.841l-35.931-35.93
+ l-2.549,2.551L1046.076,431.472z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1046.076,431.472l1.754-1.754c0.44-0.439,0.329-1.265-0.249-1.841l-35.931-35.93
+ l-2.549,2.551L1046.076,431.472z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M1046.076,431.472l1.754-1.754c0.44-0.439,0.329-1.265-0.249-1.841l-35.931-35.93
+ l-2.549,2.551L1046.076,431.472z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1046.076,431.472l1.754-1.754c0.44-0.439,0.329-1.265-0.249-1.841l-35.931-35.93
+ l-2.549,2.551L1046.076,431.472z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="1000.088,386.87 1000.781,386.176 999.133,384.528 996.574,381.969 995.88,382.662
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="1000.088,386.87 1000.781,386.176 999.133,384.528 996.574,381.969 995.88,382.662
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="1000.088,386.87 1000.781,386.176 999.133,384.528 996.574,381.969 995.88,382.662
+ "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="1000.088,386.87 1000.781,386.176 999.133,384.528 996.574,381.969 995.88,382.662
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="1000.088,386.87 1000.781,386.176 999.133,384.528 996.574,381.969 995.88,382.662
+ "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M995.575,394.996l1.254,1.252c0.439,0.44,0.439,1.154,0,1.594l-3.188,3.187l1.907,1.907
+ l10.996-10.996l-3.957-3.957L995.575,394.996z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M995.575,394.996l1.254,1.252c0.439,0.44,0.439,1.154,0,1.594l-3.188,3.187l1.907,1.907
+ l10.996-10.996l-3.957-3.957L995.575,394.996z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M995.575,394.996l1.254,1.252c0.439,0.44,0.439,1.154,0,1.594l-3.188,3.187l1.907,1.907
+ l10.996-10.996l-3.957-3.957L995.575,394.996z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M995.575,394.996l1.254,1.252c0.439,0.44,0.439,1.154,0,1.594l-3.188,3.187l1.907,1.907
+ l10.996-10.996l-3.957-3.957L995.575,394.996z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M995.575,394.996l1.254,1.252c0.439,0.44,0.439,1.154,0,1.594l-3.188,3.187l1.907,1.907
+ l10.996-10.996l-3.957-3.957L995.575,394.996z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M994.753,380.351c-0.338-0.098-0.707-0.035-0.997,0.188l0.404,0.405L994.753,380.351z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M994.753,380.351c-0.338-0.098-0.707-0.035-0.997,0.188l0.404,0.405L994.753,380.351z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M994.753,380.351c-0.338-0.098-0.707-0.035-0.997,0.188l0.404,0.405L994.753,380.351z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M994.753,380.351c-0.338-0.098-0.707-0.035-0.997,0.188l0.404,0.405L994.753,380.351z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M994.753,380.351c-0.338-0.098-0.707-0.035-0.997,0.188l0.404,0.405L994.753,380.351z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M998.104,405.494l8.128,8.127c0.44,0.44,0.44,1.154,0.002,1.594l-4.304,4.302l0.837,0.839
+ c0.161,0.159,0.138,0.444-0.052,0.632l-3.643,3.644l25.876,25.876c0.578,0.577,1.402,0.688,1.845,0.248l19.282-19.284
+ l-36.975-36.975L998.104,405.494z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M998.104,405.494l8.128,8.127c0.44,0.44,0.44,1.154,0.002,1.594l-4.304,4.302l0.837,0.839
+ c0.161,0.159,0.138,0.444-0.052,0.632l-3.643,3.644l25.876,25.876c0.578,0.577,1.402,0.688,1.845,0.248l19.282-19.284
+ l-36.975-36.975L998.104,405.494z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M998.104,405.494l8.128,8.127c0.44,0.44,0.44,1.154,0.002,1.594l-4.304,4.302l0.837,0.839
+ c0.161,0.159,0.138,0.444-0.052,0.632l-3.643,3.644l25.876,25.876c0.578,0.577,1.402,0.688,1.845,0.248l19.282-19.284
+ l-36.975-36.975L998.104,405.494z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M998.104,405.494l8.128,8.127c0.44,0.44,0.44,1.154,0.002,1.594l-4.304,4.302l0.837,0.839
+ c0.161,0.159,0.138,0.444-0.052,0.632l-3.643,3.644l25.876,25.876c0.578,0.577,1.402,0.688,1.845,0.248l19.282-19.284
+ l-36.975-36.975L998.104,405.494z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M998.104,405.494l8.128,8.127c0.44,0.44,0.44,1.154,0.002,1.594l-4.304,4.302l0.837,0.839
+ c0.161,0.159,0.138,0.444-0.052,0.632l-3.643,3.644l25.876,25.876c0.578,0.577,1.402,0.688,1.845,0.248l19.282-19.284
+ l-36.975-36.975L998.104,405.494z"/>
+
+ <rect x="977.228" y="382.061" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 1944.158 -38.462)" opacity="0.4" fill="#FFF8B9" width="5.635" height="2.783"/>
+
+ <rect x="977.228" y="382.061" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 1944.158 -38.462)" opacity="0.4" fill="#FFF8B9" width="5.635" height="2.783"/>
+
+ <rect x="977.228" y="382.061" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 1944.158 -38.462)" opacity="0.4" fill="#FFF8B9" width="5.635" height="2.783"/>
+
+ <rect x="977.228" y="382.061" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 1944.158 -38.462)" opacity="0.4" fill="#FFF8B9" width="5.635" height="2.783"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M993.642,401.029l3.188-3.187c0.439-0.44,0.439-1.154,0-1.594l-1.254-1.252l-3.984,3.983
+ L993.642,401.029z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M993.642,401.029l3.188-3.187c0.439-0.44,0.439-1.154,0-1.594l-1.254-1.252l-3.984,3.983
+ L993.642,401.029z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M993.642,401.029l3.188-3.187c0.439-0.44,0.439-1.154,0-1.594l-1.254-1.252l-3.984,3.983
+ L993.642,401.029z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M993.642,401.029l3.188-3.187c0.439-0.44,0.439-1.154,0-1.594l-1.254-1.252l-3.984,3.983
+ L993.642,401.029z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M993.642,401.029l3.188-3.187c0.439-0.44,0.439-1.154,0-1.594l-1.254-1.252l-3.984,3.983
+ L993.642,401.029z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M993.642,401.029l3.188-3.187c0.439-0.44,0.439-1.154,0-1.594l-1.254-1.252l-3.984,3.983
+ L993.642,401.029z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M948.219,328.515l-7.562-7.562c-0.576-0.577-1.399-0.688-1.841-0.248l-1.754,1.754
+ l8.606,8.606L948.219,328.515z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M948.219,328.515l-7.562-7.562c-0.576-0.577-1.399-0.688-1.841-0.248l-1.754,1.754
+ l8.606,8.606L948.219,328.515z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M948.219,328.515l-7.562-7.562c-0.576-0.577-1.399-0.688-1.841-0.248l-1.754,1.754
+ l8.606,8.606L948.219,328.515z"/>
+
+ <rect x="965.062" y="321.538" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1897.8657 -86.5943)" opacity="0.4" fill="#FFF8B9" width="3.606" height="56.344"/>
+
+ <rect x="965.062" y="321.538" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1897.8657 -86.5943)" opacity="0.4" fill="#FFF8B9" width="3.606" height="56.344"/>
+
+ <rect x="965.062" y="321.538" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1897.8657 -86.5943)" opacity="0.4" fill="#FFF8B9" width="3.606" height="56.344"/>
+
+ <rect x="965.062" y="321.538" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1897.8657 -86.5943)" opacity="0.4" fill="#FFF8B9" width="3.606" height="56.344"/>
+
+ <rect x="990.723" y="370.867" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1959.7781 -61.0206)" opacity="0.4" fill="#FFF8B9" width="3.607" height="9.013"/>
+
+ <rect x="990.723" y="370.867" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1959.7781 -61.0206)" opacity="0.4" fill="#FFF8B9" width="3.607" height="9.013"/>
+
+ <rect x="990.723" y="370.867" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1959.7781 -61.0206)" opacity="0.4" fill="#FFF8B9" width="3.607" height="9.013"/>
+
+ <rect x="990.723" y="370.867" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1959.7781 -61.0206)" opacity="0.4" fill="#FFF8B9" width="3.607" height="9.013"/>
+
+ <rect x="994.118" y="378.473" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1967.9727 -57.6277)" opacity="0.4" fill="#FFF8B9" width="3.606" height="0.587"/>
+
+ <rect x="994.118" y="378.473" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1967.9727 -57.6277)" opacity="0.4" fill="#FFF8B9" width="3.606" height="0.587"/>
+
+ <rect x="994.118" y="378.473" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1967.9727 -57.6277)" opacity="0.5" fill="#D1E4B7" width="3.606" height="0.587"/>
+
+ <rect x="994.118" y="378.473" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1967.9727 -57.6277)" opacity="0.4" fill="#FFF8B9" width="3.606" height="0.587"/>
+
+ <rect x="994.118" y="378.473" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1967.9727 -57.6277)" opacity="0.4" fill="#FFF8B9" width="3.606" height="0.587"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M999.133,384.528c0.576,0.576,1.399,0.687,1.841,0.246l1.753-1.752l-3.603-3.602
+ l-2.55,2.549L999.133,384.528z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M999.133,384.528c0.576,0.576,1.399,0.687,1.841,0.246l1.753-1.752l-3.603-3.602
+ l-2.55,2.549L999.133,384.528z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M999.133,384.528c0.576,0.576,1.399,0.687,1.841,0.246l1.753-1.752l-3.603-3.602
+ l-2.55,2.549L999.133,384.528z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M999.133,384.528c0.576,0.576,1.399,0.687,1.841,0.246l1.753-1.752l-3.603-3.602
+ l-2.55,2.549L999.133,384.528z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M999.133,384.528c0.576,0.576,1.399,0.687,1.841,0.246l1.753-1.752l-3.603-3.602
+ l-2.55,2.549L999.133,384.528z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1002.768,420.356l-0.837-0.839l-3.985,3.985l1.128,1.13l3.643-3.644
+ C1002.905,420.8,1002.929,420.516,1002.768,420.356z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1002.768,420.356l-0.837-0.839l-3.985,3.985l1.128,1.13l3.643-3.644
+ C1002.905,420.8,1002.929,420.516,1002.768,420.356z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1002.768,420.356l-0.837-0.839l-3.985,3.985l1.128,1.13l3.643-3.644
+ C1002.905,420.8,1002.929,420.516,1002.768,420.356z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M1002.768,420.356l-0.837-0.839l-3.985,3.985l1.128,1.13l3.643-3.644
+ C1002.905,420.8,1002.929,420.516,1002.768,420.356z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M1002.768,420.356l-0.837-0.839l-3.985,3.985l1.128,1.13l3.643-3.644
+ C1002.905,420.8,1002.929,420.516,1002.768,420.356z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1002.768,420.356l-0.837-0.839l-3.985,3.985l1.128,1.13l3.643-3.644
+ C1002.905,420.8,1002.929,420.516,1002.768,420.356z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="978.342,395.929 976.646,394.237 972.664,398.219 974.357,399.914 975.154,399.116
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="978.342,395.929 976.646,394.237 972.664,398.219 974.357,399.914 975.154,399.116
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="978.342,395.929 976.646,394.237 972.664,398.219 974.357,399.914 975.154,399.116
+ "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="978.342,395.929 976.646,394.237 972.664,398.219 974.357,399.914 975.154,399.116
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="978.342,395.929 976.646,394.237 972.664,398.219 974.357,399.914 975.154,399.116
+ "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M974.873,400.228c-0.109-0.381-0.02-0.811,0.281-1.111l-0.797,0.797l0.416,0.416
+ L974.873,400.228z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M974.873,400.228c-0.109-0.381-0.02-0.811,0.281-1.111l-0.797,0.797l0.416,0.416
+ L974.873,400.228z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M974.873,400.228c-0.109-0.381-0.02-0.811,0.281-1.111l-0.797,0.797l0.416,0.416
+ L974.873,400.228z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M974.873,400.228c-0.109-0.381-0.02-0.811,0.281-1.111l-0.797,0.797l0.416,0.416
+ L974.873,400.228z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M974.873,400.228c-0.109-0.381-0.02-0.811,0.281-1.111l-0.797,0.797l0.416,0.416
+ L974.873,400.228z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M974.873,400.228c-0.109-0.381-0.02-0.811,0.281-1.111l-0.797,0.797l0.416,0.416
+ L974.873,400.228z"/>
+
+ <rect x="978.431" y="398.912" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 1957.9771 -8.1885)" opacity="0.4" fill="#FFF8B9" width="4.507" height="5.095"/>
+
+ <rect x="978.431" y="398.912" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 1957.9771 -8.1885)" opacity="0.4" fill="#FFF8B9" width="4.507" height="5.095"/>
+
+ <rect x="978.431" y="398.912" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 1957.9771 -8.1885)" opacity="0.4" fill="#FFF8B9" width="4.507" height="5.095"/>
+
+ <rect x="978.431" y="398.912" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 1957.9771 -8.1885)" opacity="0.5" fill="#D1E4B7" width="4.507" height="5.095"/>
+
+ <rect x="978.431" y="398.912" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 1957.9771 -8.1885)" opacity="0.4" fill="#FFF8B9" width="4.507" height="5.095"/>
+
+ <rect x="978.431" y="398.912" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 1957.9771 -8.1885)" opacity="0.2" fill="#FFF6A3" width="4.507" height="5.095"/>
+
+ <rect x="978.431" y="398.912" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 1957.9771 -8.1885)" opacity="0.4" fill="#FFF8B9" width="4.507" height="5.095"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M974.873,400.228l3.884-3.883l-0.415-0.416l-3.188,3.188
+ C974.854,399.417,974.764,399.846,974.873,400.228z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M974.873,400.228l3.884-3.883l-0.415-0.416l-3.188,3.188
+ C974.854,399.417,974.764,399.846,974.873,400.228z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M974.873,400.228l3.884-3.883l-0.415-0.416l-3.188,3.188
+ C974.854,399.417,974.764,399.846,974.873,400.228z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M974.873,400.228l3.884-3.883l-0.415-0.416l-3.188,3.188
+ C974.854,399.417,974.764,399.846,974.873,400.228z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M974.873,400.228l3.884-3.883l-0.415-0.416l-3.188,3.188
+ C974.854,399.417,974.764,399.846,974.873,400.228z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M974.873,400.228l3.884-3.883l-0.415-0.416l-3.188,3.188
+ C974.854,399.417,974.764,399.846,974.873,400.228z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M974.873,400.228l3.884-3.883l-0.415-0.416l-3.188,3.188
+ C974.854,399.417,974.764,399.846,974.873,400.228z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M964.758,383.034c0.189-0.19,0.473-0.214,0.633-0.055l4.023,4.024l5.1-5.1l-15.686-15.683
+ c-0.098-0.097-0.242-0.109-0.325-0.025l-8.934,8.934l11.546,11.545L964.758,383.034z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M964.758,383.034c0.189-0.19,0.473-0.214,0.633-0.055l4.023,4.024l5.1-5.1l-15.686-15.683
+ c-0.098-0.097-0.242-0.109-0.325-0.025l-8.934,8.934l11.546,11.545L964.758,383.034z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M964.758,383.034c0.189-0.19,0.473-0.214,0.633-0.055l4.023,4.024l5.1-5.1l-15.686-15.683
+ c-0.098-0.097-0.242-0.109-0.325-0.025l-8.934,8.934l11.546,11.545L964.758,383.034z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M964.758,383.034c0.189-0.19,0.473-0.214,0.633-0.055l4.023,4.024l5.1-5.1l-15.686-15.683
+ c-0.098-0.097-0.242-0.109-0.325-0.025l-8.934,8.934l11.546,11.545L964.758,383.034z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M974.124,391.341l4.913-4.912l-1.969-1.968l-5.1,5.098l2.064,2.063
+ C973.98,391.571,974.021,391.443,974.124,391.341z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M974.124,391.341l4.913-4.912l-1.969-1.968l-5.1,5.098l2.064,2.063
+ C973.98,391.571,974.021,391.443,974.124,391.341z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M974.124,391.341l4.913-4.912l-1.969-1.968l-5.1,5.098l2.064,2.063
+ C973.98,391.571,974.021,391.443,974.124,391.341z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M974.124,391.341l4.913-4.912l-1.969-1.968l-5.1,5.098l2.064,2.063
+ C973.98,391.571,974.021,391.443,974.124,391.341z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M974.124,391.341l4.913-4.912l-1.969-1.968l-5.1,5.098l2.064,2.063
+ C973.98,391.571,974.021,391.443,974.124,391.341z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M969.414,387.003l-4.023-4.024c-0.16-0.16-0.443-0.136-0.633,0.055l-3.643,3.641
+ l0.997,0.998l3.317,3.317L969.414,387.003z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M969.414,387.003l-4.023-4.024c-0.16-0.16-0.443-0.136-0.633,0.055l-3.643,3.641
+ l0.997,0.998l3.317,3.317L969.414,387.003z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M969.414,387.003l-4.023-4.024c-0.16-0.16-0.443-0.136-0.633,0.055l-3.643,3.641
+ l0.997,0.998l3.317,3.317L969.414,387.003z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M969.414,387.003l-4.023-4.024c-0.16-0.16-0.443-0.136-0.633,0.055l-3.643,3.641
+ l0.997,0.998l3.317,3.317L969.414,387.003z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M969.414,387.003l-4.023-4.024c-0.16-0.16-0.443-0.136-0.633,0.055l-3.643,3.641
+ l0.997,0.998l3.317,3.317L969.414,387.003z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="972.664,398.219 976.646,394.237 974.033,391.622 971.969,389.559 967.984,393.542
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="972.664,398.219 976.646,394.237 974.033,391.622 971.969,389.559 967.984,393.542
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="972.664,398.219 976.646,394.237 974.033,391.622 971.969,389.559 967.984,393.542
+ "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="972.664,398.219 976.646,394.237 974.033,391.622 971.969,389.559 967.984,393.542
+ "/>
+ <polygon opacity="0.4" fill="#FFF6A3" points="972.664,398.219 976.646,394.237 974.033,391.622 971.969,389.559 967.984,393.542
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="972.664,398.219 976.646,394.237 974.033,391.622 971.969,389.559 967.984,393.542
+ "/>
+
+ <rect x="988.439" y="403.184" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1979.6143 -10.8065)" opacity="0.4" fill="#FFF8B9" width="7.213" height="2.697"/>
+
+ <rect x="988.439" y="403.184" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1979.6143 -10.8065)" opacity="0.4" fill="#FFF8B9" width="7.213" height="2.697"/>
+
+ <rect x="988.439" y="403.184" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1979.6143 -10.8065)" opacity="0.4" fill="#FFF8B9" width="7.213" height="2.697"/>
+
+ <rect x="988.439" y="403.184" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1979.6143 -10.8065)" opacity="0.5" fill="#D1E4B7" width="7.213" height="2.697"/>
+
+ <rect x="988.439" y="403.184" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1979.6143 -10.8065)" opacity="0.4" fill="#FFF8B9" width="7.213" height="2.697"/>
+
+ <rect x="988.439" y="403.184" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1979.6143 -10.8065)" opacity="0.4" fill="#FFF8B9" width="7.213" height="2.697"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1001.931,419.517l4.304-4.302c0.438-0.439,0.438-1.154-0.002-1.594l-8.128-8.127
+ l-5.101,5.098L1001.931,419.517z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1001.931,419.517l4.304-4.302c0.438-0.439,0.438-1.154-0.002-1.594l-8.128-8.127
+ l-5.101,5.098L1001.931,419.517z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1001.931,419.517l4.304-4.302c0.438-0.439,0.438-1.154-0.002-1.594l-8.128-8.127
+ l-5.101,5.098L1001.931,419.517z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M1001.931,419.517l4.304-4.302c0.438-0.439,0.438-1.154-0.002-1.594l-8.128-8.127
+ l-5.101,5.098L1001.931,419.517z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1001.931,419.517l4.304-4.302c0.438-0.439,0.438-1.154-0.002-1.594l-8.128-8.127
+ l-5.101,5.098L1001.931,419.517z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1001.931,419.517l4.304-4.302c0.438-0.439,0.438-1.154-0.002-1.594l-8.128-8.127
+ l-5.101,5.098L1001.931,419.517z"/>
+
+ <rect x="988.616" y="398.947" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 1405.2665 1387.3833)" opacity="0.4" fill="#FFF8B9" width="2.901" height="7.212"/>
+
+ <rect x="988.616" y="398.947" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 1405.2665 1387.3833)" opacity="0.4" fill="#FFF8B9" width="2.901" height="7.212"/>
+
+ <rect x="988.616" y="398.947" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 1405.2665 1387.3833)" opacity="0.4" fill="#FFF8B9" width="2.901" height="7.212"/>
+
+ <rect x="988.616" y="398.947" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 1405.2665 1387.3833)" opacity="0.5" fill="#D1E4B7" width="2.901" height="7.212"/>
+
+ <rect x="988.616" y="398.947" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 1405.2665 1387.3833)" opacity="0.4" fill="#FFF8B9" width="2.901" height="7.212"/>
+
+ <rect x="988.616" y="398.947" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 1405.2665 1387.3833)" opacity="0.4" fill="#FFF8B9" width="2.901" height="7.212"/>
+
+ <rect x="988.616" y="398.947" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 1405.2665 1387.3833)" opacity="0.4" fill="#FFF8B9" width="2.901" height="7.212"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M989.817,413.779l3.028,3.029c0.44,0.44,0.438,1.155,0,1.594l5.1,5.1l3.985-3.985
+ l-8.927-8.925L989.817,413.779z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M989.817,413.779l3.028,3.029c0.44,0.44,0.438,1.155,0,1.594l5.1,5.1l3.985-3.985
+ l-8.927-8.925L989.817,413.779z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M989.817,413.779l3.028,3.029c0.44,0.44,0.438,1.155,0,1.594l5.1,5.1l3.985-3.985
+ l-8.927-8.925L989.817,413.779z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M989.817,413.779l3.028,3.029c0.44,0.44,0.438,1.155,0,1.594l5.1,5.1l3.985-3.985
+ l-8.927-8.925L989.817,413.779z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M989.817,413.779l3.028,3.029c0.44,0.44,0.438,1.155,0,1.594l5.1,5.1l3.985-3.985
+ l-8.927-8.925L989.817,413.779z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M989.817,413.779l3.028,3.029c0.44,0.44,0.438,1.155,0,1.594l5.1,5.1l3.985-3.985
+ l-8.927-8.925L989.817,413.779z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M989.817,413.779l3.028,3.029c0.44,0.44,0.438,1.155,0,1.594l5.1,5.1l3.985-3.985
+ l-8.927-8.925L989.817,413.779z"/>
+
+ <rect x="986.554" y="406.423" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 1397.2234 1396.3109)" opacity="0.4" fill="#FFF8B9" width="2.697" height="4.507"/>
+
+ <rect x="986.554" y="406.423" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 1397.2234 1396.3109)" opacity="0.4" fill="#FFF8B9" width="2.697" height="4.507"/>
+
+ <rect x="986.554" y="406.423" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 1397.2234 1396.3109)" opacity="0.4" fill="#FFF8B9" width="2.697" height="4.507"/>
+
+ <rect x="986.554" y="406.423" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 1397.2234 1396.3109)" opacity="0.5" fill="#D1E4B7" width="2.697" height="4.507"/>
+
+ <rect x="986.554" y="406.423" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 1397.2234 1396.3109)" opacity="0.2" fill="#FFF6A3" width="2.697" height="4.507"/>
+
+ <rect x="986.554" y="406.423" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 1397.2234 1396.3109)" opacity="0.4" fill="#FFF8B9" width="2.697" height="4.507"/>
+
+ <rect x="986.554" y="406.423" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 1397.2234 1396.3109)" opacity="0.4" fill="#FFF8B9" width="2.697" height="4.507"/>
+
+ <rect x="982.361" y="401.31" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 1393.1536 1383.5315)" opacity="0.4" fill="#FFF8B9" width="0.856" height="4.507"/>
+
+ <rect x="982.361" y="401.31" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 1393.1536 1383.5315)" opacity="0.4" fill="#FFF8B9" width="0.856" height="4.507"/>
+
+ <rect x="982.361" y="401.31" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 1393.1536 1383.5315)" opacity="0.4" fill="#FFF8B9" width="0.856" height="4.507"/>
+
+ <rect x="982.361" y="401.31" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 1393.1536 1383.5315)" opacity="0.5" fill="#D1E4B7" width="0.856" height="4.507"/>
+
+ <rect x="982.361" y="401.31" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 1393.1536 1383.5315)" opacity="0.4" fill="#FFF8B9" width="0.856" height="4.507"/>
+
+ <rect x="982.361" y="401.31" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 1393.1536 1383.5315)" opacity="0.2" fill="#FFF6A3" width="0.856" height="4.507"/>
+
+ <rect x="982.361" y="401.31" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 1393.1536 1383.5315)" opacity="0.4" fill="#FFF8B9" width="0.856" height="4.507"/>
+
+ <rect x="982.361" y="401.31" transform="matrix(-0.7077 -0.7065 0.7065 -0.7077 1393.1536 1383.5315)" opacity="0.4" fill="#FFF8B9" width="0.856" height="4.507"/>
+
+ <rect x="983.67" y="405.247" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 1970.6233 -2.9532)" opacity="0.4" fill="#FFF8B9" width="4.507" height="2.901"/>
+
+ <rect x="983.67" y="405.247" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 1970.6233 -2.9532)" opacity="0.4" fill="#FFF8B9" width="4.507" height="2.901"/>
+
+ <rect x="983.67" y="405.247" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 1970.6233 -2.9532)" opacity="0.4" fill="#FFF8B9" width="4.507" height="2.901"/>
+
+ <rect x="983.67" y="405.247" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 1970.6233 -2.9532)" opacity="0.5" fill="#D1E4B7" width="4.507" height="2.901"/>
+
+ <rect x="983.67" y="405.247" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 1970.6233 -2.9532)" opacity="0.4" fill="#FFF8B9" width="4.507" height="2.901"/>
+
+ <rect x="983.67" y="405.247" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 1970.6233 -2.9532)" opacity="0.2" fill="#FFF6A3" width="4.507" height="2.901"/>
+
+ <rect x="983.67" y="405.247" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 1970.6233 -2.9532)" opacity="0.4" fill="#FFF8B9" width="4.507" height="2.901"/>
+
+ <rect x="983.67" y="405.247" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 1970.6233 -2.9532)" opacity="0.4" fill="#FFF8B9" width="4.507" height="2.901"/>
+
+ <rect x="978.128" y="400.905" transform="matrix(0.7069 -0.7073 0.7073 0.7069 1.493 810.5074)" opacity="0.4" fill="#FFF8B9" width="1.127" height="5.095"/>
+
+ <rect x="978.128" y="400.905" transform="matrix(0.7069 -0.7073 0.7073 0.7069 1.493 810.5074)" opacity="0.4" fill="#FFF8B9" width="1.127" height="5.095"/>
+
+ <rect x="978.128" y="400.905" transform="matrix(0.7069 -0.7073 0.7073 0.7069 1.493 810.5074)" opacity="0.4" fill="#FFF8B9" width="1.127" height="5.095"/>
+
+ <rect x="978.128" y="400.905" transform="matrix(0.7069 -0.7073 0.7073 0.7069 1.493 810.5074)" opacity="0.5" fill="#D1E4B7" width="1.127" height="5.095"/>
+
+ <rect x="978.128" y="400.905" transform="matrix(0.7069 -0.7073 0.7073 0.7069 1.493 810.5074)" opacity="0.4" fill="#FFF8B9" width="1.127" height="5.095"/>
+
+ <rect x="978.128" y="400.905" transform="matrix(0.7069 -0.7073 0.7073 0.7069 1.493 810.5074)" opacity="0.2" fill="#FFF6A3" width="1.127" height="5.095"/>
+
+ <rect x="978.128" y="400.905" transform="matrix(0.7069 -0.7073 0.7073 0.7069 1.493 810.5074)" opacity="0.4" fill="#FFF8B9" width="1.127" height="5.095"/>
+
+ <rect x="978.128" y="400.905" transform="matrix(0.7069 -0.7073 0.7073 0.7069 1.493 810.5074)" opacity="0.4" fill="#FFF8B9" width="1.127" height="5.095"/>
+
+ <rect x="985.344" y="409.32" transform="matrix(-0.7082 0.706 -0.706 -0.7082 1974.0586 5.4225)" opacity="0.4" fill="#FFF8B9" width="1.129" height="2.697"/>
+
+ <rect x="985.344" y="409.32" transform="matrix(-0.7082 0.706 -0.706 -0.7082 1974.0586 5.4225)" opacity="0.4" fill="#FFF8B9" width="1.129" height="2.697"/>
+
+ <rect x="985.344" y="409.32" transform="matrix(-0.7082 0.706 -0.706 -0.7082 1974.0586 5.4225)" opacity="0.4" fill="#FFF8B9" width="1.129" height="2.697"/>
+
+ <rect x="985.344" y="409.32" transform="matrix(-0.7082 0.706 -0.706 -0.7082 1974.0586 5.4225)" opacity="0.5" fill="#D1E4B7" width="1.129" height="2.697"/>
+
+ <rect x="985.344" y="409.32" transform="matrix(-0.7082 0.706 -0.706 -0.7082 1974.0586 5.4225)" opacity="0.2" fill="#FFF6A3" width="1.129" height="2.697"/>
+
+ <rect x="985.344" y="409.32" transform="matrix(-0.7082 0.706 -0.706 -0.7082 1974.0586 5.4225)" opacity="0.4" fill="#FFF8B9" width="1.129" height="2.697"/>
+
+ <rect x="985.344" y="409.32" transform="matrix(-0.7082 0.706 -0.706 -0.7082 1974.0586 5.4225)" opacity="0.4" fill="#FFF8B9" width="1.129" height="2.697"/>
+
+ <rect x="985.344" y="409.32" transform="matrix(-0.7082 0.706 -0.706 -0.7082 1974.0586 5.4225)" opacity="0.4" fill="#FFF8B9" width="1.129" height="2.697"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M992.846,418.402c0.438-0.439,0.44-1.154,0-1.594l-3.028-3.029l-0.798,0.797
+ L992.846,418.402z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M992.846,418.402c0.438-0.439,0.44-1.154,0-1.594l-3.028-3.029l-0.798,0.797
+ L992.846,418.402z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M992.846,418.402c0.438-0.439,0.44-1.154,0-1.594l-3.028-3.029l-0.798,0.797
+ L992.846,418.402z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M992.846,418.402c0.438-0.439,0.44-1.154,0-1.594l-3.028-3.029l-0.798,0.797
+ L992.846,418.402z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M992.846,418.402c0.438-0.439,0.44-1.154,0-1.594l-3.028-3.029l-0.798,0.797
+ L992.846,418.402z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M992.846,418.402c0.438-0.439,0.44-1.154,0-1.594l-3.028-3.029l-0.798,0.797
+ L992.846,418.402z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M992.846,418.402c0.438-0.439,0.44-1.154,0-1.594l-3.028-3.029l-0.798,0.797
+ L992.846,418.402z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M992.846,418.402c0.438-0.439,0.44-1.154,0-1.594l-3.028-3.029l-0.798,0.797
+ L992.846,418.402z"/>
+
+ <rect x="982.48" y="408.125" transform="matrix(-0.7072 -0.707 0.707 -0.7072 1390.8048 1393.3722)" opacity="0.4" fill="#FFF8B9" width="2.901" height="1.128"/>
+
+ <rect x="982.48" y="408.125" transform="matrix(-0.7072 -0.707 0.707 -0.7072 1390.8048 1393.3722)" opacity="0.4" fill="#FFF8B9" width="2.901" height="1.128"/>
+
+ <rect x="982.48" y="408.125" transform="matrix(-0.7072 -0.707 0.707 -0.7072 1390.8048 1393.3722)" opacity="0.4" fill="#FFF8B9" width="2.901" height="1.128"/>
+
+ <rect x="982.48" y="408.125" transform="matrix(-0.7072 -0.707 0.707 -0.7072 1390.8048 1393.3722)" opacity="0.5" fill="#D1E4B7" width="2.901" height="1.128"/>
+
+ <rect x="982.48" y="408.125" transform="matrix(-0.7072 -0.707 0.707 -0.7072 1390.8048 1393.3722)" opacity="0.4" fill="#FFF8B9" width="2.901" height="1.128"/>
+
+ <rect x="982.48" y="408.125" transform="matrix(-0.7072 -0.707 0.707 -0.7072 1390.8048 1393.3722)" opacity="0.2" fill="#FFF6A3" width="2.901" height="1.128"/>
+
+ <rect x="982.48" y="408.125" transform="matrix(-0.7072 -0.707 0.707 -0.7072 1390.8048 1393.3722)" opacity="0.4" fill="#FFF8B9" width="2.901" height="1.128"/>
+
+ <rect x="982.48" y="408.125" transform="matrix(-0.7072 -0.707 0.707 -0.7072 1390.8048 1393.3722)" opacity="0.4" fill="#FFF8B9" width="2.901" height="1.128"/>
+
+ <rect x="982.48" y="408.125" transform="matrix(-0.7072 -0.707 0.707 -0.7072 1390.8048 1393.3722)" opacity="0.4" fill="#FFF8B9" width="2.901" height="1.128"/>
+
+ <rect x="980.369" y="404.992" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 1387.5529 1385.855)" opacity="0.4" fill="#FFF8B9" width="0.855" height="1.129"/>
+
+ <rect x="980.369" y="404.992" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 1387.5529 1385.855)" opacity="0.4" fill="#FFF8B9" width="0.855" height="1.129"/>
+
+ <rect x="980.369" y="404.992" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 1387.5529 1385.855)" opacity="0.4" fill="#FFF8B9" width="0.855" height="1.129"/>
+
+ <rect x="980.369" y="404.992" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 1387.5529 1385.855)" opacity="0.5" fill="#D1E4B7" width="0.855" height="1.129"/>
+
+ <rect x="980.369" y="404.992" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 1387.5529 1385.855)" opacity="0.4" fill="#FFF8B9" width="0.855" height="1.129"/>
+
+ <rect x="980.369" y="404.992" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 1387.5529 1385.855)" opacity="0.2" fill="#FFF6A3" width="0.855" height="1.129"/>
+
+ <rect x="980.369" y="404.992" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 1387.5529 1385.855)" opacity="0.4" fill="#FFF8B9" width="0.855" height="1.129"/>
+
+ <rect x="980.369" y="404.992" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 1387.5529 1385.855)" opacity="0.4" fill="#FFF8B9" width="0.855" height="1.129"/>
+
+ <rect x="980.369" y="404.992" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 1387.5529 1385.855)" opacity="0.4" fill="#FFF8B9" width="0.855" height="1.129"/>
+
+ <rect x="945.058" y="451.592" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 1325.1677 1455.7201)" opacity="0.4" fill="#FFF8B9" width="38.061" height="3.606"/>
+
+ <rect x="945.058" y="451.592" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 1325.1677 1455.7201)" opacity="0.4" fill="#FFF8B9" width="38.061" height="3.606"/>
+
+ <rect x="945.058" y="451.592" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 1325.1677 1455.7201)" opacity="0.4" fill="#FFF8B9" width="38.061" height="3.606"/>
+
+ <rect x="944.917" y="433.053" transform="matrix(0.7068 -0.7074 0.7074 0.7068 -30.8574 797.6095)" opacity="0.4" fill="#FFF8B9" width="3.606" height="5.95"/>
+
+ <rect x="944.917" y="433.053" transform="matrix(0.7068 -0.7074 0.7074 0.7068 -30.8574 797.6095)" opacity="0.4" fill="#FFF8B9" width="3.606" height="5.95"/>
+
+ <rect x="944.917" y="433.053" transform="matrix(0.7068 -0.7074 0.7074 0.7068 -30.8574 797.6095)" opacity="0.4" fill="#FFF8B9" width="3.606" height="5.95"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1018.026,468.447l1.779,1.78c0.705-0.567,1.401-1.144,2.095-1.733l-1.963-1.959
+ L1018.026,468.447z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1018.026,468.447l1.779,1.78c0.705-0.567,1.401-1.144,2.095-1.733l-1.963-1.959
+ L1018.026,468.447z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1018.026,468.447l1.779,1.78c0.705-0.567,1.401-1.144,2.095-1.733l-1.963-1.959
+ L1018.026,468.447z"/>
+
+ <rect x="946.687" y="428.615" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -26.6929 798.7173)" opacity="0.4" fill="#FFF8B9" width="8.944" height="5.954"/>
+
+ <rect x="946.687" y="428.615" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -26.6929 798.7173)" opacity="0.4" fill="#FFF8B9" width="8.944" height="5.954"/>
+
+ <rect x="946.687" y="428.615" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -26.6929 798.7173)" opacity="0.4" fill="#FFF8B9" width="8.944" height="5.954"/>
+
+ <rect x="946.687" y="428.615" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -26.6929 798.7173)" opacity="0.4" fill="#FFF8B9" width="8.944" height="5.954"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M974.508,448.618l-16.279-16.277l-6.322,6.324l26.914,26.914l17.371-17.37
+ c0.441-0.442,1.153-0.442,1.595-0.002l20.24,20.241l1.911-1.912l-31.383-31.386l-13.414,13.416
+ C974.95,448.754,974.668,448.778,974.508,448.618z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M974.508,448.618l-16.279-16.277l-6.322,6.324l26.914,26.914l17.371-17.37
+ c0.441-0.442,1.153-0.442,1.595-0.002l20.24,20.241l1.911-1.912l-31.383-31.386l-13.414,13.416
+ C974.95,448.754,974.668,448.778,974.508,448.618z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M974.508,448.618l-16.279-16.277l-6.322,6.324l26.914,26.914l17.371-17.37
+ c0.441-0.442,1.153-0.442,1.595-0.002l20.24,20.241l1.911-1.912l-31.383-31.386l-13.414,13.416
+ C974.95,448.754,974.668,448.778,974.508,448.618z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M974.508,448.618l-16.279-16.277l-6.322,6.324l26.914,26.914l17.371-17.37
+ c0.441-0.442,1.153-0.442,1.595-0.002l20.24,20.241l1.911-1.912l-31.383-31.386l-13.414,13.416
+ C974.95,448.754,974.668,448.778,974.508,448.618z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M937.385,424.142l-2.424,2.424c0.083,0.243,0.23,0.481,0.438,0.69l5.809,5.808l2.55-2.549
+ L937.385,424.142z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M937.385,424.142l-2.424,2.424c0.083,0.243,0.23,0.481,0.438,0.69l5.809,5.808l2.55-2.549
+ L937.385,424.142z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M937.385,424.142l-2.424,2.424c0.083,0.243,0.23,0.481,0.438,0.69l5.809,5.808l2.55-2.549
+ L937.385,424.142z"/>
+
+ <rect x="939.261" y="419.661" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -23.5046 791.5923)" opacity="0.4" fill="#FFF8B9" width="8.941" height="9.012"/>
+
+ <rect x="939.261" y="419.661" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -23.5046 791.5923)" opacity="0.4" fill="#FFF8B9" width="8.941" height="9.012"/>
+
+ <rect x="939.261" y="419.661" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -23.5046 791.5923)" opacity="0.5" fill="#D1E4B7" width="8.941" height="9.012"/>
+
+ <rect x="939.261" y="419.661" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -23.5046 791.5923)" opacity="0.4" fill="#FFF8B9" width="8.941" height="9.012"/>
+
+ <rect x="942.396" y="430.194" transform="matrix(0.7092 0.705 -0.705 0.7092 578.7231 -538.9894)" opacity="0.4" fill="#FFF8B9" width="0.588" height="3.605"/>
+
+ <rect x="942.396" y="430.194" transform="matrix(0.7092 0.705 -0.705 0.7092 578.7231 -538.9894)" opacity="0.4" fill="#FFF8B9" width="0.588" height="3.605"/>
+
+ <rect x="942.396" y="430.194" transform="matrix(0.7092 0.705 -0.705 0.7092 578.7231 -538.9894)" opacity="0.5" fill="#D1E4B7" width="0.588" height="3.605"/>
+
+ <rect x="942.396" y="430.194" transform="matrix(0.7092 0.705 -0.705 0.7092 578.7231 -538.9894)" opacity="0.4" fill="#FFF8B9" width="0.588" height="3.605"/>
+
+ <rect x="942.655" y="427.266" transform="matrix(0.707 -0.7072 0.7072 0.707 -24.8522 795.1368)" opacity="0.4" fill="#FFF8B9" width="8.944" height="0.588"/>
+
+ <rect x="942.655" y="427.266" transform="matrix(0.707 -0.7072 0.7072 0.707 -24.8522 795.1368)" opacity="0.4" fill="#FFF8B9" width="8.944" height="0.588"/>
+
+ <rect x="942.655" y="427.266" transform="matrix(0.707 -0.7072 0.7072 0.707 -24.8522 795.1368)" opacity="0.4" fill="#FFF8B9" width="8.944" height="0.588"/>
+
+ <rect x="942.655" y="427.266" transform="matrix(0.707 -0.7072 0.7072 0.707 -24.8522 795.1368)" opacity="0.5" fill="#D1E4B7" width="8.944" height="0.588"/>
+
+ <rect x="942.655" y="427.266" transform="matrix(0.707 -0.7072 0.7072 0.707 -24.8522 795.1368)" opacity="0.4" fill="#FFF8B9" width="8.944" height="0.588"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M976.27,468.126l17.053,17.054c1.229-0.453,2.452-0.929,3.668-1.433l-18.17-18.169
+ L976.27,468.126z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M976.27,468.126l17.053,17.054c1.229-0.453,2.452-0.929,3.668-1.433l-18.17-18.169
+ L976.27,468.126z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M976.27,468.126l17.053,17.054c1.229-0.453,2.452-0.929,3.668-1.433l-18.17-18.169
+ L976.27,468.126z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M976.27,468.126l17.053,17.054c1.229-0.453,2.452-0.929,3.668-1.433l-18.17-18.169
+ L976.27,468.126z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1008.387,478.087c3.948-2.31,7.768-4.929,11.419-7.86l-1.779-1.78L1008.387,478.087z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1008.387,478.087c3.948-2.31,7.768-4.929,11.419-7.86l-1.779-1.78L1008.387,478.087z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1008.387,478.087c3.948-2.31,7.768-4.929,11.419-7.86l-1.779-1.78L1008.387,478.087z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1008.387,478.087c3.948-2.31,7.768-4.929,11.419-7.86l-1.779-1.78L1008.387,478.087z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M997.786,448.206c-0.441-0.44-1.153-0.44-1.595,0.002l-17.371,17.37l18.17,18.169
+ c3.894-1.614,7.702-3.5,11.396-5.66l9.64-9.64L997.786,448.206z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M997.786,448.206c-0.441-0.44-1.153-0.44-1.595,0.002l-17.371,17.37l18.17,18.169
+ c3.894-1.614,7.702-3.5,11.396-5.66l9.64-9.64L997.786,448.206z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M997.786,448.206c-0.441-0.44-1.153-0.44-1.595,0.002l-17.371,17.37l18.17,18.169
+ c3.894-1.614,7.702-3.5,11.396-5.66l9.64-9.64L997.786,448.206z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M997.786,448.206c-0.441-0.44-1.153-0.44-1.595,0.002l-17.371,17.37l18.17,18.169
+ c3.894-1.614,7.702-3.5,11.396-5.66l9.64-9.64L997.786,448.206z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M997.786,448.206c-0.441-0.44-1.153-0.44-1.595,0.002l-17.371,17.37l18.17,18.169
+ c3.894-1.614,7.702-3.5,11.396-5.66l9.64-9.64L997.786,448.206z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M976.27,434.977c-0.439,0.441-1.153,0.441-1.594,0l-9.543-9.541l-6.904,6.904l16.279,16.277
+ c0.16,0.161,0.442,0.136,0.633-0.052l13.414-13.416l-6.23-6.227L976.27,434.977z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M976.27,434.977c-0.439,0.441-1.153,0.441-1.594,0l-9.543-9.541l-6.904,6.904l16.279,16.277
+ c0.16,0.161,0.442,0.136,0.633-0.052l13.414-13.416l-6.23-6.227L976.27,434.977z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M976.27,434.977c-0.439,0.441-1.153,0.441-1.594,0l-9.543-9.541l-6.904,6.904l16.279,16.277
+ c0.16,0.161,0.442,0.136,0.633-0.052l13.414-13.416l-6.23-6.227L976.27,434.977z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M976.27,434.977c-0.439,0.441-1.153,0.441-1.594,0l-9.543-9.541l-6.904,6.904l16.279,16.277
+ c0.16,0.161,0.442,0.136,0.633-0.052l13.414-13.416l-6.23-6.227L976.27,434.977z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M976.27,434.977c-0.439,0.441-1.153,0.441-1.594,0l-9.543-9.541l-6.904,6.904l16.279,16.277
+ c0.16,0.161,0.442,0.136,0.633-0.052l13.414-13.416l-6.23-6.227L976.27,434.977z"/>
+
+ <rect x="954.797" y="420.094" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 1334.2888 1402.8159)" opacity="0.4" fill="#FFF8B9" width="5.951" height="9.766"/>
+
+ <rect x="954.797" y="420.094" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 1334.2888 1402.8159)" opacity="0.4" fill="#FFF8B9" width="5.951" height="9.766"/>
+
+ <rect x="954.797" y="420.094" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 1334.2888 1402.8159)" opacity="0.4" fill="#FFF8B9" width="5.951" height="9.766"/>
+
+ <rect x="954.797" y="420.094" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 1334.2888 1402.8159)" opacity="0.2" fill="#FFF6A3" width="5.951" height="9.766"/>
+
+ <rect x="954.797" y="420.094" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 1334.2888 1402.8159)" opacity="0.4" fill="#FFF8B9" width="5.951" height="9.766"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M958.027,404.625c-0.207-0.209-0.445-0.354-0.688-0.438l-13.633,13.632l6.373,6.37
+ l13.758-13.757L958.027,404.625z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M958.027,404.625c-0.207-0.209-0.445-0.354-0.688-0.438l-13.633,13.632l6.373,6.37
+ l13.758-13.757L958.027,404.625z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M958.027,404.625c-0.207-0.209-0.445-0.354-0.688-0.438l-13.633,13.632l6.373,6.37
+ l13.758-13.757L958.027,404.625z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M958.027,404.625c-0.207-0.209-0.445-0.354-0.688-0.438l-13.633,13.632l6.373,6.37
+ l13.758-13.757L958.027,404.625z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M958.027,404.625c-0.207-0.209-0.445-0.354-0.688-0.438l-13.633,13.632l6.373,6.37
+ l13.758-13.757L958.027,404.625z"/>
+
+ <rect x="947.439" y="417.225" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -14.8964 799.0732)" opacity="0.4" fill="#FFF8B9" width="19.456" height="0.588"/>
+
+ <rect x="947.439" y="417.225" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -14.8964 799.0732)" opacity="0.4" fill="#FFF8B9" width="19.456" height="0.588"/>
+
+ <rect x="947.439" y="417.225" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -14.8964 799.0732)" opacity="0.4" fill="#FFF8B9" width="19.456" height="0.588"/>
+
+ <rect x="947.439" y="417.225" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -14.8964 799.0732)" opacity="0.5" fill="#D1E4B7" width="19.456" height="0.588"/>
+
+ <rect x="947.439" y="417.225" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -14.8964 799.0732)" opacity="0.2" fill="#FFF6A3" width="19.456" height="0.588"/>
+
+ <rect x="947.439" y="417.225" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -14.8964 799.0732)" opacity="0.4" fill="#FFF8B9" width="19.456" height="0.588"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M972.283,431.314c-0.285,0.287-0.527,0.501-0.542,0.488l-2.5-2.502
+ c-0.017-0.014,0.2-0.256,0.485-0.54l6.219-6.22l-3.959-3.956l-6.854,6.853l9.543,9.541c0.44,0.441,1.154,0.441,1.594,0
+ l6.055-6.055l-3.822-3.825L972.283,431.314z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M972.283,431.314c-0.285,0.287-0.527,0.501-0.542,0.488l-2.5-2.502
+ c-0.017-0.014,0.2-0.256,0.485-0.54l6.219-6.22l-3.959-3.956l-6.854,6.853l9.543,9.541c0.44,0.441,1.154,0.441,1.594,0
+ l6.055-6.055l-3.822-3.825L972.283,431.314z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M972.283,431.314c-0.285,0.287-0.527,0.501-0.542,0.488l-2.5-2.502
+ c-0.017-0.014,0.2-0.256,0.485-0.54l6.219-6.22l-3.959-3.956l-6.854,6.853l9.543,9.541c0.44,0.441,1.154,0.441,1.594,0
+ l6.055-6.055l-3.822-3.825L972.283,431.314z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M972.283,431.314c-0.285,0.287-0.527,0.501-0.542,0.488l-2.5-2.502
+ c-0.017-0.014,0.2-0.256,0.485-0.54l6.219-6.22l-3.959-3.956l-6.854,6.853l9.543,9.541c0.44,0.441,1.154,0.441,1.594,0
+ l6.055-6.055l-3.822-3.825L972.283,431.314z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M972.283,431.314c-0.285,0.287-0.527,0.501-0.542,0.488l-2.5-2.502
+ c-0.017-0.014,0.2-0.256,0.485-0.54l6.219-6.22l-3.959-3.956l-6.854,6.853l9.543,9.541c0.44,0.441,1.154,0.441,1.594,0
+ l6.055-6.055l-3.822-3.825L972.283,431.314z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M972.283,431.314c-0.285,0.287-0.527,0.501-0.542,0.488l-2.5-2.502
+ c-0.017-0.014,0.2-0.256,0.485-0.54l6.219-6.22l-3.959-3.956l-6.854,6.853l9.543,9.541c0.44,0.441,1.154,0.441,1.594,0
+ l6.055-6.055l-3.822-3.825L972.283,431.314z"/>
+
+ <rect x="961.675" y="413.253" transform="matrix(-0.7074 -0.7068 0.7068 -0.7074 1351.5178 1395.6932)" opacity="0.4" fill="#FFF8B9" width="5.95" height="9.692"/>
+
+ <rect x="961.675" y="413.253" transform="matrix(-0.7074 -0.7068 0.7068 -0.7074 1351.5178 1395.6932)" opacity="0.4" fill="#FFF8B9" width="5.95" height="9.692"/>
+
+ <rect x="961.675" y="413.253" transform="matrix(-0.7074 -0.7068 0.7068 -0.7074 1351.5178 1395.6932)" opacity="0.4" fill="#FFF8B9" width="5.95" height="9.692"/>
+
+ <rect x="961.675" y="413.253" transform="matrix(-0.7074 -0.7068 0.7068 -0.7074 1351.5178 1395.6932)" opacity="0.2" fill="#FFF6A3" width="5.95" height="9.692"/>
+
+ <rect x="961.675" y="413.253" transform="matrix(-0.7074 -0.7068 0.7068 -0.7074 1351.5178 1395.6932)" opacity="0.4" fill="#FFF8B9" width="5.95" height="9.692"/>
+
+ <rect x="961.675" y="413.253" transform="matrix(-0.7074 -0.7068 0.7068 -0.7074 1351.5178 1395.6932)" opacity="0.4" fill="#FFF8B9" width="5.95" height="9.692"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M904.021,355.501l-17.339-17.338c-7.124,9.021-12.367,19.04-15.73,29.531l10.439,10.439
+ L904.021,355.501z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M904.021,355.501l-17.339-17.338c-7.124,9.021-12.367,19.04-15.73,29.531l10.439,10.439
+ L904.021,355.501z"/>
+
+ <rect x="891.781" y="353.047" transform="matrix(0.7071 0.7071 -0.7071 0.7071 523.1273 -524.7448)" opacity="0.4" fill="#FFF8B9" width="6.313" height="32.005"/>
+
+ <rect x="891.781" y="353.047" transform="matrix(0.7071 0.7071 -0.7071 0.7071 523.1273 -524.7448)" opacity="0.5" fill="#D1E4B7" width="6.313" height="32.005"/>
+
+ <rect x="891.781" y="353.047" transform="matrix(0.7071 0.7071 -0.7071 0.7071 523.1273 -524.7448)" opacity="0.4" fill="#FFF8B9" width="6.313" height="32.005"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M895.785,380.951l16.843-16.843l-4.144-4.143l-22.632,22.63l38.932,38.93
+ c0.409,0.407,1.097,0.384,1.536-0.058l4.195-4.196l-34.73-34.728C895.346,382.104,895.346,381.391,895.785,380.951z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M895.785,380.951l16.843-16.843l-4.144-4.143l-22.632,22.63l38.932,38.93
+ c0.409,0.407,1.097,0.384,1.536-0.058l4.195-4.196l-34.73-34.728C895.346,382.104,895.346,381.391,895.785,380.951z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M895.785,380.951l16.843-16.843l-4.144-4.143l-22.632,22.63l38.932,38.93
+ c0.409,0.407,1.097,0.384,1.536-0.058l4.195-4.196l-34.73-34.728C895.346,382.104,895.346,381.391,895.785,380.951z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M895.785,380.951l16.843-16.843l-4.144-4.143l-22.632,22.63l38.932,38.93
+ c0.409,0.407,1.097,0.384,1.536-0.058l4.195-4.196l-34.73-34.728C895.346,382.104,895.346,381.391,895.785,380.951z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M947.359,400.431c0.438-0.442,0.465-1.128,0.053-1.537l-34.784-34.786l-16.843,16.843
+ c-0.439,0.44-0.439,1.153,0,1.594l34.73,34.728l6.666-6.667L947.359,400.431z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M947.359,400.431c0.438-0.442,0.465-1.128,0.053-1.537l-34.784-34.786l-16.843,16.843
+ c-0.439,0.44-0.439,1.153,0,1.594l34.73,34.728l6.666-6.667L947.359,400.431z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M947.359,400.431c0.438-0.442,0.465-1.128,0.053-1.537l-34.784-34.786l-16.843,16.843
+ c-0.439,0.44-0.439,1.153,0,1.594l34.73,34.728l6.666-6.667L947.359,400.431z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M947.359,400.431c0.438-0.442,0.465-1.128,0.053-1.537l-34.784-34.786l-16.843,16.843
+ c-0.439,0.44-0.439,1.153,0,1.594l34.73,34.728l6.666-6.667L947.359,400.431z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M947.359,400.431c0.438-0.442,0.465-1.128,0.053-1.537l-34.784-34.786l-16.843,16.843
+ c-0.439,0.44-0.439,1.153,0,1.594l34.73,34.728l6.666-6.667L947.359,400.431z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M993.642,380.631l0.104-0.104l-4.309-4.308c-0.054-0.053-0.181-0.012-0.281,0.091
+ l-6.135,6.132l4.405,4.403L993.642,380.631z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M993.642,380.631l0.104-0.104l-4.309-4.308c-0.054-0.053-0.181-0.012-0.281,0.091
+ l-6.135,6.132l4.405,4.403L993.642,380.631z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M993.642,380.631l0.104-0.104l-4.309-4.308c-0.054-0.053-0.181-0.012-0.281,0.091
+ l-6.135,6.132l4.405,4.403L993.642,380.631z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M993.642,380.631l0.104-0.104l-4.309-4.308c-0.054-0.053-0.181-0.012-0.281,0.091
+ l-6.135,6.132l4.405,4.403L993.642,380.631z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M993.756,380.539l-0.01-0.011l-0.104,0.104
+ C993.677,380.597,993.717,380.569,993.756,380.539z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M993.756,380.539l-0.01-0.011l-0.104,0.104
+ C993.677,380.597,993.717,380.569,993.756,380.539z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M993.756,380.539l-0.01-0.011l-0.104,0.104
+ C993.677,380.597,993.717,380.569,993.756,380.539z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M993.756,380.539l-0.01-0.011l-0.104,0.104
+ C993.677,380.597,993.717,380.569,993.756,380.539z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M993.756,380.539l-0.01-0.011l-0.104,0.104
+ C993.677,380.597,993.717,380.569,993.756,380.539z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M987.427,386.847l0.415,0.415l6.318-6.318l-0.404-0.405
+ c-0.039,0.031-0.079,0.059-0.114,0.093L987.427,386.847z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M987.427,386.847l0.415,0.415l6.318-6.318l-0.404-0.405
+ c-0.039,0.031-0.079,0.059-0.114,0.093L987.427,386.847z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M987.427,386.847l0.415,0.415l6.318-6.318l-0.404-0.405
+ c-0.039,0.031-0.079,0.059-0.114,0.093L987.427,386.847z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M987.427,386.847l0.415,0.415l6.318-6.318l-0.404-0.405
+ c-0.039,0.031-0.079,0.059-0.114,0.093L987.427,386.847z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M987.427,386.847l0.415,0.415l6.318-6.318l-0.404-0.405
+ c-0.039,0.031-0.079,0.059-0.114,0.093L987.427,386.847z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M987.427,386.847l0.415,0.415l6.318-6.318l-0.404-0.405
+ c-0.039,0.031-0.079,0.059-0.114,0.093L987.427,386.847z"/>
+
+ <rect x="990.355" y="384.951" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 1972.5433 -41.291)" opacity="0.4" fill="#FFF8B9" width="8.938" height="5.951"/>
+
+ <rect x="990.355" y="384.951" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 1972.5433 -41.291)" opacity="0.4" fill="#FFF8B9" width="8.938" height="5.951"/>
+
+ <rect x="990.355" y="384.951" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 1972.5433 -41.291)" opacity="0.4" fill="#FFF8B9" width="8.938" height="5.951"/>
+
+ <rect x="990.355" y="384.951" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 1972.5433 -41.291)" opacity="0.5" fill="#D1E4B7" width="8.938" height="5.951"/>
+
+ <rect x="990.355" y="384.951" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 1972.5433 -41.291)" opacity="0.4" fill="#FFF8B9" width="8.938" height="5.951"/>
+
+ <rect x="990.355" y="384.951" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 1972.5433 -41.291)" opacity="0.2" fill="#FFF6A3" width="8.938" height="5.951"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M981.596,389.287l-4.949,4.95l1.695,1.691l9.085-9.082l-4.405-4.403l-3.984,3.985
+ l2.533,2.534C981.67,389.059,981.68,389.205,981.596,389.287z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M981.596,389.287l-4.949,4.95l1.695,1.691l9.085-9.082l-4.405-4.403l-3.984,3.985
+ l2.533,2.534C981.67,389.059,981.68,389.205,981.596,389.287z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M981.596,389.287l-4.949,4.95l1.695,1.691l9.085-9.082l-4.405-4.403l-3.984,3.985
+ l2.533,2.534C981.67,389.059,981.68,389.205,981.596,389.287z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M981.596,389.287l-4.949,4.95l1.695,1.691l9.085-9.082l-4.405-4.403l-3.984,3.985
+ l2.533,2.534C981.67,389.059,981.68,389.205,981.596,389.287z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M981.596,389.287l-4.949,4.95l1.695,1.691l9.085-9.082l-4.405-4.403l-3.984,3.985
+ l2.533,2.534C981.67,389.059,981.68,389.205,981.596,389.287z"/>
+
+ <rect x="982.799" y="385.172" transform="matrix(0.7075 0.7067 -0.7067 0.7075 564.2684 -580.209)" opacity="0.4" fill="#FFF8B9" width="0.587" height="12.846"/>
+
+ <rect x="982.799" y="385.172" transform="matrix(0.7075 0.7067 -0.7067 0.7075 564.2684 -580.209)" opacity="0.4" fill="#FFF8B9" width="0.587" height="12.846"/>
+
+ <rect x="982.799" y="385.172" transform="matrix(0.7075 0.7067 -0.7067 0.7075 564.2684 -580.209)" opacity="0.4" fill="#FFF8B9" width="0.587" height="12.846"/>
+
+ <rect x="982.799" y="385.172" transform="matrix(0.7075 0.7067 -0.7067 0.7075 564.2684 -580.209)" opacity="0.5" fill="#D1E4B7" width="0.587" height="12.846"/>
+
+ <rect x="982.799" y="385.172" transform="matrix(0.7075 0.7067 -0.7067 0.7075 564.2684 -580.209)" opacity="0.4" fill="#FFF8B9" width="0.587" height="12.846"/>
+
+ <rect x="982.799" y="385.172" transform="matrix(0.7075 0.7067 -0.7067 0.7075 564.2684 -580.209)" opacity="0.4" fill="#FFF8B9" width="0.587" height="12.846"/>
+
+ <rect x="982.799" y="385.172" transform="matrix(0.7075 0.7067 -0.7067 0.7075 564.2684 -580.209)" opacity="0.2" fill="#FFF6A3" width="0.587" height="12.846"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M984.079,401.668l4.305-4.305c0.371-0.373,0.941-0.426,1.375-0.165l4.01-4.008l-4.209-4.208
+ l-9.083,9.083L984.079,401.668z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M984.079,401.668l4.305-4.305c0.371-0.373,0.941-0.426,1.375-0.165l4.01-4.008l-4.209-4.208
+ l-9.083,9.083L984.079,401.668z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M984.079,401.668l4.305-4.305c0.371-0.373,0.941-0.426,1.375-0.165l4.01-4.008l-4.209-4.208
+ l-9.083,9.083L984.079,401.668z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M984.079,401.668l4.305-4.305c0.371-0.373,0.941-0.426,1.375-0.165l4.01-4.008l-4.209-4.208
+ l-9.083,9.083L984.079,401.668z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M984.079,401.668l4.305-4.305c0.371-0.373,0.941-0.426,1.375-0.165l4.01-4.008l-4.209-4.208
+ l-9.083,9.083L984.079,401.668z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M984.079,401.668l4.305-4.305c0.371-0.373,0.941-0.426,1.375-0.165l4.01-4.008l-4.209-4.208
+ l-9.083,9.083L984.079,401.668z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M984.079,401.668l4.305-4.305c0.371-0.373,0.941-0.426,1.375-0.165l4.01-4.008l-4.209-4.208
+ l-9.083,9.083L984.079,401.668z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M974.033,391.622l2.613,2.616l4.949-4.95c0.084-0.083,0.074-0.228-0.025-0.325l-2.533-2.534
+ l-4.913,4.912C974.021,391.443,973.98,391.571,974.033,391.622z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M974.033,391.622l2.613,2.616l4.949-4.95c0.084-0.083,0.074-0.228-0.025-0.325l-2.533-2.534
+ l-4.913,4.912C974.021,391.443,973.98,391.571,974.033,391.622z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M974.033,391.622l2.613,2.616l4.949-4.95c0.084-0.083,0.074-0.228-0.025-0.325l-2.533-2.534
+ l-4.913,4.912C974.021,391.443,973.98,391.571,974.033,391.622z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M974.033,391.622l2.613,2.616l4.949-4.95c0.084-0.083,0.074-0.228-0.025-0.325l-2.533-2.534
+ l-4.913,4.912C974.021,391.443,973.98,391.571,974.033,391.622z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M974.033,391.622l2.613,2.616l4.949-4.95c0.084-0.083,0.074-0.228-0.025-0.325l-2.533-2.534
+ l-4.913,4.912C974.021,391.443,973.98,391.571,974.033,391.622z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M974.033,391.622l2.613,2.616l4.949-4.95c0.084-0.083,0.074-0.228-0.025-0.325l-2.533-2.534
+ l-4.913,4.912C974.021,391.443,973.98,391.571,974.033,391.622z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M988.384,397.363l-4.305,4.305l0.605,0.604l5.074-5.074
+ C989.325,396.937,988.755,396.991,988.384,397.363z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M988.384,397.363l-4.305,4.305l0.605,0.604l5.074-5.074
+ C989.325,396.937,988.755,396.991,988.384,397.363z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M988.384,397.363l-4.305,4.305l0.605,0.604l5.074-5.074
+ C989.325,396.937,988.755,396.991,988.384,397.363z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M988.384,397.363l-4.305,4.305l0.605,0.604l5.074-5.074
+ C989.325,396.937,988.755,396.991,988.384,397.363z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M988.384,397.363l-4.305,4.305l0.605,0.604l5.074-5.074
+ C989.325,396.937,988.755,396.991,988.384,397.363z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M988.384,397.363l-4.305,4.305l0.605,0.604l5.074-5.074
+ C989.325,396.937,988.755,396.991,988.384,397.363z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M988.384,397.363l-4.305,4.305l0.605,0.604l5.074-5.074
+ C989.325,396.937,988.755,396.991,988.384,397.363z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M988.384,397.363l-4.305,4.305l0.605,0.604l5.074-5.074
+ C989.325,396.937,988.755,396.991,988.384,397.363z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1015.922,345.608c0.346-0.347,0.614-0.639,0.597-0.655l-2.498-2.5
+ c-0.016-0.014-0.309,0.251-0.655,0.598l-5.224,5.225l2.558,2.555L1015.922,345.608z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1015.922,345.608c0.346-0.347,0.614-0.639,0.597-0.655l-2.498-2.5
+ c-0.016-0.014-0.309,0.251-0.655,0.598l-5.224,5.225l2.558,2.555L1015.922,345.608z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1015.922,345.608c0.346-0.347,0.614-0.639,0.597-0.655l-2.498-2.5
+ c-0.016-0.014-0.309,0.251-0.655,0.598l-5.224,5.225l2.558,2.555L1015.922,345.608z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M935.15,425.414l1.753-1.753l-2.075-2.076l-9.367,9.37
+ c-0.346,0.345-0.612,0.637-0.597,0.653l2.499,2.5c0.017,0.016,0.31-0.253,0.654-0.596l6.943-6.946
+ C934.814,426.135,934.869,425.695,935.15,425.414z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M935.15,425.414l1.753-1.753l-2.075-2.076l-9.367,9.37
+ c-0.346,0.345-0.612,0.637-0.597,0.653l2.499,2.5c0.017,0.016,0.31-0.253,0.654-0.596l6.943-6.946
+ C934.814,426.135,934.869,425.695,935.15,425.414z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M935.15,425.414l1.753-1.753l-2.075-2.076l-9.367,9.37
+ c-0.346,0.345-0.612,0.637-0.597,0.653l2.499,2.5c0.017,0.016,0.31-0.253,0.654-0.596l6.943-6.946
+ C934.814,426.135,934.869,425.695,935.15,425.414z"/>
+
+ <rect x="937.56" y="414.99" transform="matrix(0.7069 0.7074 -0.7074 0.7069 571.9779 -541.2648)" opacity="0.4" fill="#FFF8B9" width="2.934" height="8.943"/>
+
+ <rect x="937.56" y="414.99" transform="matrix(0.7069 0.7074 -0.7074 0.7069 571.9779 -541.2648)" opacity="0.4" fill="#FFF8B9" width="2.934" height="8.943"/>
+
+ <rect x="937.56" y="414.99" transform="matrix(0.7069 0.7074 -0.7074 0.7069 571.9779 -541.2648)" opacity="0.5" fill="#D1E4B7" width="2.934" height="8.943"/>
+
+ <rect x="937.56" y="414.99" transform="matrix(0.7069 0.7074 -0.7074 0.7069 571.9779 -541.2648)" opacity="0.4" fill="#FFF8B9" width="2.934" height="8.943"/>
+
+ <rect x="985.178" y="357.786" transform="matrix(-0.7072 0.7071 -0.7071 -0.7072 1960.3496 -92.7327)" opacity="0.4" fill="#FFF8B9" width="28.401" height="3.615"/>
+
+ <rect x="985.178" y="357.786" transform="matrix(-0.7072 0.7071 -0.7071 -0.7072 1960.3496 -92.7327)" opacity="0.4" fill="#FFF8B9" width="28.401" height="3.615"/>
+
+ <rect x="985.178" y="357.786" transform="matrix(-0.7072 0.7071 -0.7071 -0.7072 1960.3496 -92.7327)" opacity="0.4" fill="#FFF8B9" width="28.401" height="3.615"/>
+
+ <rect x="985.178" y="357.786" transform="matrix(-0.7072 0.7071 -0.7071 -0.7072 1960.3496 -92.7327)" opacity="0.4" fill="#FFF8B9" width="28.401" height="3.615"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M957.34,404.187l5.547-5.546l-0.481-0.48c-0.44-0.44-0.442-1.154,0-1.594l0.955-0.957
+ l-1.276-1.276l-20.932,20.928l2.074,2.076l12.962-12.962C956.469,404.096,956.908,404.039,957.34,404.187z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M957.34,404.187l5.547-5.546l-0.481-0.48c-0.44-0.44-0.442-1.154,0-1.594l0.955-0.957
+ l-1.276-1.276l-20.932,20.928l2.074,2.076l12.962-12.962C956.469,404.096,956.908,404.039,957.34,404.187z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M957.34,404.187l5.547-5.546l-0.481-0.48c-0.44-0.44-0.442-1.154,0-1.594l0.955-0.957
+ l-1.276-1.276l-20.932,20.928l2.074,2.076l12.962-12.962C956.469,404.096,956.908,404.039,957.34,404.187z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M957.34,404.187l5.547-5.546l-0.481-0.48c-0.44-0.44-0.442-1.154,0-1.594l0.955-0.957
+ l-1.276-1.276l-20.932,20.928l2.074,2.076l12.962-12.962C956.469,404.096,956.908,404.039,957.34,404.187z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M957.34,404.187l5.547-5.546l-0.481-0.48c-0.44-0.44-0.442-1.154,0-1.594l0.955-0.957
+ l-1.276-1.276l-20.932,20.928l2.074,2.076l12.962-12.962C956.469,404.096,956.908,404.039,957.34,404.187z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M963.36,395.61l-0.955,0.957c-0.442,0.44-0.44,1.154,0,1.594l0.481,0.48l1.753-1.754
+ L963.36,395.61z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M963.36,395.61l-0.955,0.957c-0.442,0.44-0.44,1.154,0,1.594l0.481,0.48l1.753-1.754
+ L963.36,395.61z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M963.36,395.61l-0.955,0.957c-0.442,0.44-0.44,1.154,0,1.594l0.481,0.48l1.753-1.754
+ L963.36,395.61z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M963.36,395.61l-0.955,0.957c-0.442,0.44-0.44,1.154,0,1.594l0.481,0.48l1.753-1.754
+ L963.36,395.61z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M963.36,395.61l-0.955,0.957c-0.442,0.44-0.44,1.154,0,1.594l0.481,0.48l1.753-1.754
+ L963.36,395.61z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M963.36,395.61l-0.955,0.957c-0.442,0.44-0.44,1.154,0,1.594l0.481,0.48l1.753-1.754
+ L963.36,395.61z"/>
+
+ <rect x="962.029" y="392.397" transform="matrix(0.7072 -0.7071 0.7071 0.7072 4.3307 797.0549)" opacity="0.4" fill="#FFF8B9" width="4.731" height="1.805"/>
+
+ <rect x="962.029" y="392.397" transform="matrix(0.7072 -0.7071 0.7071 0.7072 4.3307 797.0549)" opacity="0.4" fill="#FFF8B9" width="4.731" height="1.805"/>
+
+ <rect x="962.029" y="392.397" transform="matrix(0.7072 -0.7071 0.7071 0.7072 4.3307 797.0549)" opacity="0.5" fill="#D1E4B7" width="4.731" height="1.805"/>
+
+ <rect x="962.029" y="392.397" transform="matrix(0.7072 -0.7071 0.7071 0.7072 4.3307 797.0549)" opacity="0.2" fill="#FFF6A3" width="4.731" height="1.805"/>
+
+ <rect x="962.029" y="392.397" transform="matrix(0.7072 -0.7071 0.7071 0.7072 4.3307 797.0549)" opacity="0.4" fill="#FFF6A3" width="4.731" height="1.805"/>
+
+ <rect x="962.029" y="392.397" transform="matrix(0.7072 -0.7071 0.7071 0.7072 4.3307 797.0549)" opacity="0.4" fill="#FFF8B9" width="4.731" height="1.805"/>
+
+ <rect x="964.77" y="392.211" transform="matrix(0.7075 0.7067 -0.7067 0.7075 561.2946 -567.033)" opacity="0.4" fill="#FFF8B9" width="1.805" height="4.731"/>
+
+ <rect x="964.77" y="392.211" transform="matrix(0.7075 0.7067 -0.7067 0.7075 561.2946 -567.033)" opacity="0.4" fill="#FFF8B9" width="1.805" height="4.731"/>
+
+ <rect x="964.77" y="392.211" transform="matrix(0.7075 0.7067 -0.7067 0.7075 561.2946 -567.033)" opacity="0.5" fill="#D1E4B7" width="1.805" height="4.731"/>
+
+ <rect x="964.77" y="392.211" transform="matrix(0.7075 0.7067 -0.7067 0.7075 561.2946 -567.033)" opacity="0.4" fill="#FFF8B9" width="1.805" height="4.731"/>
+
+ <rect x="964.77" y="392.211" transform="matrix(0.7075 0.7067 -0.7067 0.7075 561.2946 -567.033)" opacity="0.2" fill="#FFF6A3" width="1.805" height="4.731"/>
+
+ <rect x="964.77" y="392.211" transform="matrix(0.7075 0.7067 -0.7067 0.7075 561.2946 -567.033)" opacity="0.4" fill="#FFF6A3" width="1.805" height="4.731"/>
+
+ <rect x="964.77" y="392.211" transform="matrix(0.7075 0.7067 -0.7067 0.7075 561.2946 -567.033)" opacity="0.4" fill="#FFF8B9" width="1.805" height="4.731"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M975.791,383.182l3.187-3.188c0.442-0.441,1.155-0.44,1.595,0l0.481,0.481l7.014-7.014
+ l-2.557-2.556l-10.997,10.998L975.791,383.182z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M975.791,383.182l3.187-3.188c0.442-0.441,1.155-0.44,1.595,0l0.481,0.481l7.014-7.014
+ l-2.557-2.556l-10.997,10.998L975.791,383.182z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M975.791,383.182l3.187-3.188c0.442-0.441,1.155-0.44,1.595,0l0.481,0.481l7.014-7.014
+ l-2.557-2.556l-10.997,10.998L975.791,383.182z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M975.791,383.182l3.187-3.188c0.442-0.441,1.155-0.44,1.595,0l0.481,0.481l7.014-7.014
+ l-2.557-2.556l-10.997,10.998L975.791,383.182z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M981.054,380.476l-0.481-0.481c-0.439-0.44-1.152-0.441-1.595,0l-3.187,3.188l1.277,1.278
+ L981.054,380.476z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M981.054,380.476l-0.481-0.481c-0.439-0.44-1.152-0.441-1.595,0l-3.187,3.188l1.277,1.278
+ L981.054,380.476z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M981.054,380.476l-0.481-0.481c-0.439-0.44-1.152-0.441-1.595,0l-3.187,3.188l1.277,1.278
+ L981.054,380.476z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M981.054,380.476l-0.481-0.481c-0.439-0.44-1.152-0.441-1.595,0l-3.187,3.188l1.277,1.278
+ L981.054,380.476z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M981.054,380.476l-0.481-0.481c-0.439-0.44-1.152-0.441-1.595,0l-3.187,3.188l1.277,1.278
+ L981.054,380.476z"/>
+
+ <rect x="986.256" y="369.106" transform="matrix(0.707 0.7072 -0.7072 0.707 551.7609 -590.071)" opacity="0.4" fill="#FFF8B9" width="3.613" height="3.606"/>
+
+ <rect x="986.256" y="369.106" transform="matrix(0.707 0.7072 -0.7072 0.707 551.7609 -590.071)" opacity="0.4" fill="#FFF8B9" width="3.613" height="3.606"/>
+
+ <rect x="986.256" y="369.106" transform="matrix(0.707 0.7072 -0.7072 0.707 551.7609 -590.071)" opacity="0.4" fill="#FFF8B9" width="3.613" height="3.606"/>
+
+ <rect x="986.256" y="369.106" transform="matrix(0.707 0.7072 -0.7072 0.707 551.7609 -590.071)" opacity="0.4" fill="#FFF8B9" width="3.613" height="3.606"/>
+
+ <rect x="986.256" y="369.106" transform="matrix(0.707 0.7072 -0.7072 0.707 551.7609 -590.071)" opacity="0.4" fill="#FFF8B9" width="3.613" height="3.606"/>
+
+ <rect x="968.997" y="384.189" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1932.5989 -30.4322)" opacity="0.4" fill="#FFF8B9" width="7.211" height="1.807"/>
+
+ <rect x="968.997" y="384.189" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1932.5989 -30.4322)" opacity="0.4" fill="#FFF8B9" width="7.211" height="1.807"/>
+
+ <rect x="968.997" y="384.189" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1932.5989 -30.4322)" opacity="0.4" fill="#FFF6A3" width="7.211" height="1.807"/>
+
+ <rect x="968.997" y="384.189" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1932.5989 -30.4322)" opacity="0.4" fill="#FFF8B9" width="7.211" height="1.807"/>
+
+ <rect x="968.997" y="384.189" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1932.5989 -30.4322)" opacity="0.4" fill="#FFF8B9" width="7.211" height="1.807"/>
+
+ <rect x="970.274" y="385.467" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1935.7817 -28.9235)" opacity="0.4" fill="#FFF8B9" width="7.211" height="1.807"/>
+
+ <rect x="970.274" y="385.467" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1935.7817 -28.9235)" opacity="0.4" fill="#FFF8B9" width="7.211" height="1.807"/>
+
+ <rect x="970.274" y="385.467" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1935.7817 -28.9235)" opacity="0.4" fill="#FFF8B9" width="7.211" height="1.807"/>
+
+ <rect x="970.274" y="385.467" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1935.7817 -28.9235)" opacity="0.4" fill="#FFF6A3" width="7.211" height="1.807"/>
+
+ <rect x="970.274" y="385.467" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1935.7817 -28.9235)" opacity="0.4" fill="#FFF8B9" width="7.211" height="1.807"/>
+
+ <rect x="970.274" y="385.467" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1935.7817 -28.9235)" opacity="0.4" fill="#FFF8B9" width="7.211" height="1.807"/>
+
+ <rect x="965.243" y="388.731" transform="matrix(-0.7072 0.7071 -0.7071 -0.7072 1928.1213 -19.3148)" opacity="0.4" fill="#FFF8B9" width="5.636" height="1.808"/>
+
+ <rect x="965.243" y="388.731" transform="matrix(-0.7072 0.7071 -0.7071 -0.7072 1928.1213 -19.3148)" opacity="0.4" fill="#FFF8B9" width="5.636" height="1.808"/>
+
+ <rect x="965.243" y="388.731" transform="matrix(-0.7072 0.7071 -0.7071 -0.7072 1928.1213 -19.3148)" opacity="0.2" fill="#FFF6A3" width="5.636" height="1.808"/>
+
+ <rect x="965.243" y="388.731" transform="matrix(-0.7072 0.7071 -0.7071 -0.7072 1928.1213 -19.3148)" opacity="0.4" fill="#FFF6A3" width="5.636" height="1.808"/>
+
+ <rect x="965.243" y="388.731" transform="matrix(-0.7072 0.7071 -0.7071 -0.7072 1928.1213 -19.3148)" opacity="0.4" fill="#FFF8B9" width="5.636" height="1.808"/>
+
+ <rect x="965.243" y="388.731" transform="matrix(-0.7072 0.7071 -0.7071 -0.7072 1928.1213 -19.3148)" opacity="0.4" fill="#FFF8B9" width="5.636" height="1.808"/>
+
+ <rect x="966.521" y="390.009" transform="matrix(-0.7072 0.7071 -0.7071 -0.7072 1931.2058 -18.0381)" opacity="0.4" fill="#FFF8B9" width="5.634" height="1.805"/>
+
+ <rect x="966.521" y="390.009" transform="matrix(-0.7072 0.7071 -0.7071 -0.7072 1931.2058 -18.0381)" opacity="0.4" fill="#FFF8B9" width="5.634" height="1.805"/>
+
+ <rect x="966.521" y="390.009" transform="matrix(-0.7072 0.7071 -0.7071 -0.7072 1931.2058 -18.0381)" opacity="0.4" fill="#FFF8B9" width="5.634" height="1.805"/>
+
+ <rect x="966.521" y="390.009" transform="matrix(-0.7072 0.7071 -0.7071 -0.7072 1931.2058 -18.0381)" opacity="0.2" fill="#FFF6A3" width="5.634" height="1.805"/>
+
+ <rect x="966.521" y="390.009" transform="matrix(-0.7072 0.7071 -0.7071 -0.7072 1931.2058 -18.0381)" opacity="0.4" fill="#FFF6A3" width="5.634" height="1.805"/>
+
+ <rect x="966.521" y="390.009" transform="matrix(-0.7072 0.7071 -0.7071 -0.7072 1931.2058 -18.0381)" opacity="0.4" fill="#FFF8B9" width="5.634" height="1.805"/>
+
+ <rect x="966.521" y="390.009" transform="matrix(-0.7072 0.7071 -0.7071 -0.7072 1931.2058 -18.0381)" opacity="0.4" fill="#FFF8B9" width="5.634" height="1.805"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M936.903,423.661l-1.753,1.753c-0.281,0.281-0.336,0.721-0.189,1.152l2.424-2.424
+ L936.903,423.661z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M936.903,423.661l-1.753,1.753c-0.281,0.281-0.336,0.721-0.189,1.152l2.424-2.424
+ L936.903,423.661z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M936.903,423.661l-1.753,1.753c-0.281,0.281-0.336,0.721-0.189,1.152l2.424-2.424
+ L936.903,423.661z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M936.903,423.661l-1.753,1.753c-0.281,0.281-0.336,0.721-0.189,1.152l2.424-2.424
+ L936.903,423.661z"/>
+
+ <rect x="935.835" y="420.4" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -22.1132 788.0912)" opacity="0.4" fill="#FFF8B9" width="8.942" height="0.681"/>
+
+ <rect x="935.835" y="420.4" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -22.1132 788.0912)" opacity="0.4" fill="#FFF8B9" width="8.942" height="0.681"/>
+
+ <rect x="935.835" y="420.4" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -22.1132 788.0912)" opacity="0.5" fill="#D1E4B7" width="8.942" height="0.681"/>
+
+ <rect x="935.835" y="420.4" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -22.1132 788.0912)" opacity="0.4" fill="#FFF8B9" width="8.942" height="0.681"/>
+
+ <rect x="935.835" y="420.4" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -22.1132 788.0912)" opacity="0.4" fill="#FFF8B9" width="8.942" height="0.681"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M957.34,404.187c-0.432-0.148-0.871-0.091-1.151,0.188l-12.962,12.962l0.48,0.481
+ L957.34,404.187z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M957.34,404.187c-0.432-0.148-0.871-0.091-1.151,0.188l-12.962,12.962l0.48,0.481
+ L957.34,404.187z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M957.34,404.187c-0.432-0.148-0.871-0.091-1.151,0.188l-12.962,12.962l0.48,0.481
+ L957.34,404.187z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M957.34,404.187c-0.432-0.148-0.871-0.091-1.151,0.188l-12.962,12.962l0.48,0.481
+ L957.34,404.187z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M957.34,404.187c-0.432-0.148-0.871-0.091-1.151,0.188l-12.962,12.962l0.48,0.481
+ L957.34,404.187z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M957.34,404.187c-0.432-0.148-0.871-0.091-1.151,0.188l-12.962,12.962l0.48,0.481
+ L957.34,404.187z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M932.494,444.329c-0.293,0.292-0.73,0.329-0.977,0.083l-0.414-0.414l-5.897,5.898l1.72,1.72
+ l16.416-16.417l-0.858-0.861L932.494,444.329z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M932.494,444.329c-0.293,0.292-0.73,0.329-0.977,0.083l-0.414-0.414l-5.897,5.898l1.72,1.72
+ l16.416-16.417l-0.858-0.861L932.494,444.329z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M932.494,444.329c-0.293,0.292-0.73,0.329-0.977,0.083l-0.414-0.414l-5.897,5.898l1.72,1.72
+ l16.416-16.417l-0.858-0.861L932.494,444.329z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M931.104,443.998l0.414,0.414c0.246,0.246,0.684,0.208,0.977-0.083l9.989-9.99l-0.862-0.859
+ L931.104,443.998z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M931.104,443.998l0.414,0.414c0.246,0.246,0.684,0.208,0.977-0.083l9.989-9.99l-0.862-0.859
+ L931.104,443.998z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M931.104,443.998l0.414,0.414c0.246,0.246,0.684,0.208,0.977-0.083l9.989-9.99l-0.862-0.859
+ L931.104,443.998z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M931.104,443.998l0.414,0.414c0.246,0.246,0.684,0.208,0.977-0.083l9.989-9.99l-0.862-0.859
+ L931.104,443.998z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1003.95,374.592c0.408-0.409,0.729-0.746,0.719-0.756l-1.683-1.683
+ c-0.01-0.01-0.347,0.311-0.755,0.718l-4.828,4.828l1.721,1.72L1003.95,374.592z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1003.95,374.592c0.408-0.409,0.729-0.746,0.719-0.756l-1.683-1.683
+ c-0.01-0.01-0.347,0.311-0.755,0.718l-4.828,4.828l1.721,1.72L1003.95,374.592z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M1003.95,374.592c0.408-0.409,0.729-0.746,0.719-0.756l-1.683-1.683
+ c-0.01-0.01-0.347,0.311-0.755,0.718l-4.828,4.828l1.721,1.72L1003.95,374.592z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1003.95,374.592c0.408-0.409,0.729-0.746,0.719-0.756l-1.683-1.683
+ c-0.01-0.01-0.347,0.311-0.755,0.718l-4.828,4.828l1.721,1.72L1003.95,374.592z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1003.95,374.592c0.408-0.409,0.729-0.746,0.719-0.756l-1.683-1.683
+ c-0.01-0.01-0.347,0.311-0.755,0.718l-4.828,4.828l1.721,1.72L1003.95,374.592z"/>
+
+ <rect x="963.242" y="408.093" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -5.445 803.3542)" opacity="0.4" fill="#FFF8B9" width="7.663" height="0.315"/>
+
+ <rect x="963.242" y="408.093" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -5.445 803.3542)" opacity="0.4" fill="#FFF8B9" width="7.663" height="0.315"/>
+
+ <rect x="963.242" y="408.093" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -5.445 803.3542)" opacity="0.4" fill="#FFF8B9" width="7.663" height="0.315"/>
+
+ <rect x="963.242" y="408.093" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -5.445 803.3542)" opacity="0.5" fill="#D1E4B7" width="7.663" height="0.315"/>
+
+ <rect x="963.242" y="408.093" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -5.445 803.3542)" opacity="0.2" fill="#FFF6A3" width="7.663" height="0.315"/>
+
+ <rect x="963.242" y="408.093" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -5.445 803.3542)" opacity="0.4" fill="#FFF8B9" width="7.663" height="0.315"/>
+
+ <rect x="968.728" y="402.832" transform="matrix(0.7072 -0.707 0.707 0.7072 -0.2048 805.4845)" opacity="0.4" fill="#FFF8B9" width="7.214" height="0.315"/>
+
+ <rect x="968.728" y="402.832" transform="matrix(0.7072 -0.707 0.707 0.7072 -0.2048 805.4845)" opacity="0.4" fill="#FFF8B9" width="7.214" height="0.315"/>
+
+ <rect x="968.728" y="402.832" transform="matrix(0.7072 -0.707 0.707 0.7072 -0.2048 805.4845)" opacity="0.4" fill="#FFF8B9" width="7.214" height="0.315"/>
+
+ <rect x="968.728" y="402.832" transform="matrix(0.7072 -0.707 0.707 0.7072 -0.2048 805.4845)" opacity="0.5" fill="#D1E4B7" width="7.214" height="0.315"/>
+
+ <rect x="968.728" y="402.832" transform="matrix(0.7072 -0.707 0.707 0.7072 -0.2048 805.4845)" opacity="0.4" fill="#FFF8B9" width="7.214" height="0.315"/>
+
+ <rect x="968.728" y="402.832" transform="matrix(0.7072 -0.707 0.707 0.7072 -0.2048 805.4845)" opacity="0.2" fill="#FFF6A3" width="7.214" height="0.315"/>
+
+ <rect x="968.728" y="402.832" transform="matrix(0.7072 -0.707 0.707 0.7072 -0.2048 805.4845)" opacity="0.4" fill="#FFF8B9" width="7.214" height="0.315"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M914.591,461.275l-0.382-0.382l-10.678,10.678c0.652,0.499,1.311,0.991,1.971,1.467
+ l10.427-10.425L914.591,461.275z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M914.591,461.275l-0.382-0.382l-10.678,10.678c0.652,0.499,1.311,0.991,1.971,1.467
+ l10.427-10.425L914.591,461.275z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M914.209,460.893l0.382,0.382c-0.14-0.139-0.229-0.309-0.28-0.484L914.209,460.893z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M914.209,460.893l0.382,0.382c-0.14-0.139-0.229-0.309-0.28-0.484L914.209,460.893z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M914.209,460.893l0.382,0.382c-0.14-0.139-0.229-0.309-0.28-0.484L914.209,460.893z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M914.311,460.792c0.051,0.175,0.141,0.345,0.28,0.484l1.338,1.338l10.997-10.997l-1.72-1.72
+ L914.311,460.792z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M914.311,460.792c0.051,0.175,0.141,0.345,0.28,0.484l1.338,1.338l10.997-10.997l-1.72-1.72
+ L914.311,460.792z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M914.311,460.792c0.051,0.175,0.141,0.345,0.28,0.484l1.338,1.338l10.997-10.997l-1.72-1.72
+ L914.311,460.792z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M914.311,460.792c0.051,0.175,0.141,0.345,0.28,0.484l1.338,1.338l10.997-10.997l-1.72-1.72
+ L914.311,460.792z"/>
+
+ <rect x="967.645" y="405.596" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 1363.4015 1383.5963)" opacity="0.4" fill="#FFF8B9" width="1.215" height="7.665"/>
+
+ <rect x="967.645" y="405.596" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 1363.4015 1383.5963)" opacity="0.4" fill="#FFF8B9" width="1.215" height="7.665"/>
+
+ <rect x="967.645" y="405.596" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 1363.4015 1383.5963)" opacity="0.4" fill="#FFF8B9" width="1.215" height="7.665"/>
+
+ <rect x="967.645" y="405.596" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 1363.4015 1383.5963)" opacity="0.2" fill="#FFF6A3" width="1.215" height="7.665"/>
+
+ <rect x="967.645" y="405.596" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 1363.4015 1383.5963)" opacity="0.4" fill="#FFF8B9" width="1.215" height="7.665"/>
+
+ <rect x="967.645" y="405.596" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 1363.4015 1383.5963)" opacity="0.4" fill="#FFF8B9" width="1.215" height="7.665"/>
+
+ <rect x="967.054" y="404.846" transform="matrix(0.7058 0.7085 -0.7085 0.7058 574.2209 -565.1846)" opacity="0.4" fill="#FFF8B9" width="0.901" height="7.666"/>
+
+ <rect x="967.054" y="404.846" transform="matrix(0.7058 0.7085 -0.7085 0.7058 574.2209 -565.1846)" opacity="0.4" fill="#FFF8B9" width="0.901" height="7.666"/>
+
+ <rect x="967.054" y="404.846" transform="matrix(0.7058 0.7085 -0.7085 0.7058 574.2209 -565.1846)" opacity="0.4" fill="#FFF8B9" width="0.901" height="7.666"/>
+
+ <rect x="967.054" y="404.846" transform="matrix(0.7058 0.7085 -0.7085 0.7058 574.2209 -565.1846)" opacity="0.5" fill="#D1E4B7" width="0.901" height="7.666"/>
+
+ <rect x="967.054" y="404.846" transform="matrix(0.7058 0.7085 -0.7085 0.7058 574.2209 -565.1846)" opacity="0.2" fill="#FFF6A3" width="0.901" height="7.666"/>
+
+ <rect x="967.054" y="404.846" transform="matrix(0.7058 0.7085 -0.7085 0.7058 574.2209 -565.1846)" opacity="0.4" fill="#FFF8B9" width="0.901" height="7.666"/>
+
+ <rect x="967.054" y="404.846" transform="matrix(0.7058 0.7085 -0.7085 0.7058 574.2209 -565.1846)" opacity="0.4" fill="#FFF8B9" width="0.901" height="7.666"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M975.186,400.741c0.248,0.249,0.21,0.683-0.084,0.979l-4.569,4.568l0.86,0.86l5.1-5.099
+ L975.186,400.741z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M975.186,400.741c0.248,0.249,0.21,0.683-0.084,0.979l-4.569,4.568l0.86,0.86l5.1-5.099
+ L975.186,400.741z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M975.186,400.741c0.248,0.249,0.21,0.683-0.084,0.979l-4.569,4.568l0.86,0.86l5.1-5.099
+ L975.186,400.741z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M975.186,400.741c0.248,0.249,0.21,0.683-0.084,0.979l-4.569,4.568l0.86,0.86l5.1-5.099
+ L975.186,400.741z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M975.186,400.741c0.248,0.249,0.21,0.683-0.084,0.979l-4.569,4.568l0.86,0.86l5.1-5.099
+ L975.186,400.741z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M975.186,400.741c0.248,0.249,0.21,0.683-0.084,0.979l-4.569,4.568l0.86,0.86l5.1-5.099
+ L975.186,400.741z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M975.186,400.741c0.248,0.249,0.21,0.683-0.084,0.979l-4.569,4.568l0.86,0.86l5.1-5.099
+ L975.186,400.741z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M974.994,400.552l-5.098,5.098l0.636,0.638l4.569-4.568c0.294-0.295,0.332-0.73,0.084-0.979
+ l-0.031-0.031L974.994,400.552z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M974.994,400.552l-5.098,5.098l0.636,0.638l4.569-4.568c0.294-0.295,0.332-0.73,0.084-0.979
+ l-0.031-0.031L974.994,400.552z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M974.994,400.552l-5.098,5.098l0.636,0.638l4.569-4.568c0.294-0.295,0.332-0.73,0.084-0.979
+ l-0.031-0.031L974.994,400.552z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M974.994,400.552l-5.098,5.098l0.636,0.638l4.569-4.568c0.294-0.295,0.332-0.73,0.084-0.979
+ l-0.031-0.031L974.994,400.552z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M974.994,400.552l-5.098,5.098l0.636,0.638l4.569-4.568c0.294-0.295,0.332-0.73,0.084-0.979
+ l-0.031-0.031L974.994,400.552z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M974.994,400.552l-5.098,5.098l0.636,0.638l4.569-4.568c0.294-0.295,0.332-0.73,0.084-0.979
+ l-0.031-0.031L974.994,400.552z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M974.994,400.552l-5.098,5.098l0.636,0.638l4.569-4.568c0.294-0.295,0.332-0.73,0.084-0.979
+ l-0.031-0.031L974.994,400.552z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M974.994,400.552l-5.098,5.098l0.636,0.638l4.569-4.568c0.294-0.295,0.332-0.73,0.084-0.979
+ l-0.031-0.031L974.994,400.552z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M995.236,380.631l-0.383-0.382l-0.101,0.102
+ C994.929,380.403,995.097,380.492,995.236,380.631z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M995.236,380.631l-0.383-0.382l-0.101,0.102
+ C994.929,380.403,995.097,380.492,995.236,380.631z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M995.236,380.631l-0.383-0.382l-0.101,0.102
+ C994.929,380.403,995.097,380.492,995.236,380.631z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M995.236,380.631l-0.383-0.382l-0.101,0.102
+ C994.929,380.403,995.097,380.492,995.236,380.631z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M995.236,380.631l-0.383-0.382l-0.101,0.102
+ C994.929,380.403,995.097,380.492,995.236,380.631z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M994.16,380.943l1.72,1.719l0.694-0.693l-1.338-1.337c-0.14-0.14-0.308-0.229-0.483-0.28
+ L994.16,380.943z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M994.16,380.943l1.72,1.719l0.694-0.693l-1.338-1.337c-0.14-0.14-0.308-0.229-0.483-0.28
+ L994.16,380.943z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M994.16,380.943l1.72,1.719l0.694-0.693l-1.338-1.337c-0.14-0.14-0.308-0.229-0.483-0.28
+ L994.16,380.943z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M994.16,380.943l1.72,1.719l0.694-0.693l-1.338-1.337c-0.14-0.14-0.308-0.229-0.483-0.28
+ L994.16,380.943z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M994.16,380.943l1.72,1.719l0.694-0.693l-1.338-1.337c-0.14-0.14-0.308-0.229-0.483-0.28
+ L994.16,380.943z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M994.16,380.943l1.72,1.719l0.694-0.693l-1.338-1.337c-0.14-0.14-0.308-0.229-0.483-0.28
+ L994.16,380.943z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="995.236,380.631 996.574,381.969 999.124,379.42 997.403,377.7 994.854,380.25
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="995.236,380.631 996.574,381.969 999.124,379.42 997.403,377.7 994.854,380.25
+ "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="995.236,380.631 996.574,381.969 999.124,379.42 997.403,377.7 994.854,380.25
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="995.236,380.631 996.574,381.969 999.124,379.42 997.403,377.7 994.854,380.25
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="995.236,380.631 996.574,381.969 999.124,379.42 997.403,377.7 994.854,380.25
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="995.236,380.631 996.574,381.969 999.124,379.42 997.403,377.7 994.854,380.25
+ "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M975.013,400.539c-0.063-0.097-0.107-0.203-0.14-0.311l-0.1,0.102l0.221,0.223
+ C975,400.546,975.008,400.543,975.013,400.539z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M975.013,400.539c-0.063-0.097-0.107-0.203-0.14-0.311l-0.1,0.102l0.221,0.223
+ C975,400.546,975.008,400.543,975.013,400.539z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M975.013,400.539c-0.063-0.097-0.107-0.203-0.14-0.311l-0.1,0.102l0.221,0.223
+ C975,400.546,975.008,400.543,975.013,400.539z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M975.013,400.539c-0.063-0.097-0.107-0.203-0.14-0.311l-0.1,0.102l0.221,0.223
+ C975,400.546,975.008,400.543,975.013,400.539z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M975.013,400.539c-0.063-0.097-0.107-0.203-0.14-0.311l-0.1,0.102l0.221,0.223
+ C975,400.546,975.008,400.543,975.013,400.539z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M975.013,400.539c-0.063-0.097-0.107-0.203-0.14-0.311l-0.1,0.102l0.221,0.223
+ C975,400.546,975.008,400.543,975.013,400.539z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M975.013,400.539c-0.063-0.097-0.107-0.203-0.14-0.311l-0.1,0.102l0.221,0.223
+ C975,400.546,975.008,400.543,975.013,400.539z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M976.59,400.552l0.699,0.7l3.188-3.187l-1.72-1.721l-3.884,3.883
+ c0.032,0.108,0.076,0.214,0.14,0.311C975.455,400.113,976.153,400.116,976.59,400.552z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M976.59,400.552l0.699,0.7l3.188-3.187l-1.72-1.721l-3.884,3.883
+ c0.032,0.108,0.076,0.214,0.14,0.311C975.455,400.113,976.153,400.116,976.59,400.552z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M976.59,400.552l0.699,0.7l3.188-3.187l-1.72-1.721l-3.884,3.883
+ c0.032,0.108,0.076,0.214,0.14,0.311C975.455,400.113,976.153,400.116,976.59,400.552z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M976.59,400.552l0.699,0.7l3.188-3.187l-1.72-1.721l-3.884,3.883
+ c0.032,0.108,0.076,0.214,0.14,0.311C975.455,400.113,976.153,400.116,976.59,400.552z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M976.59,400.552l0.699,0.7l3.188-3.187l-1.72-1.721l-3.884,3.883
+ c0.032,0.108,0.076,0.214,0.14,0.311C975.455,400.113,976.153,400.116,976.59,400.552z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M976.59,400.552l0.699,0.7l3.188-3.187l-1.72-1.721l-3.884,3.883
+ c0.032,0.108,0.076,0.214,0.14,0.311C975.455,400.113,976.153,400.116,976.59,400.552z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M976.59,400.552l0.699,0.7l3.188-3.187l-1.72-1.721l-3.884,3.883
+ c0.032,0.108,0.076,0.214,0.14,0.311C975.455,400.113,976.153,400.116,976.59,400.552z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M976.59,400.552l0.699,0.7l3.188-3.187l-1.72-1.721l-3.884,3.883
+ c0.032,0.108,0.076,0.214,0.14,0.311C975.455,400.113,976.153,400.116,976.59,400.552z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M975.154,400.71c-0.055-0.053-0.102-0.113-0.142-0.172
+ c-0.005,0.004-0.013,0.008-0.019,0.013L975.154,400.71z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M975.154,400.71c-0.055-0.053-0.102-0.113-0.142-0.172
+ c-0.005,0.004-0.013,0.008-0.019,0.013L975.154,400.71z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M975.154,400.71c-0.055-0.053-0.102-0.113-0.142-0.172
+ c-0.005,0.004-0.013,0.008-0.019,0.013L975.154,400.71z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M975.154,400.71c-0.055-0.053-0.102-0.113-0.142-0.172
+ c-0.005,0.004-0.013,0.008-0.019,0.013L975.154,400.71z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M975.154,400.71c-0.055-0.053-0.102-0.113-0.142-0.172
+ c-0.005,0.004-0.013,0.008-0.019,0.013L975.154,400.71z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M975.154,400.71c-0.055-0.053-0.102-0.113-0.142-0.172
+ c-0.005,0.004-0.013,0.008-0.019,0.013L975.154,400.71z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M975.154,400.71c-0.055-0.053-0.102-0.113-0.142-0.172
+ c-0.005,0.004-0.013,0.008-0.019,0.013L975.154,400.71z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M975.154,400.71c-0.055-0.053-0.102-0.113-0.142-0.172
+ c-0.005,0.004-0.013,0.008-0.019,0.013L975.154,400.71z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M976.59,400.552c-0.437-0.436-1.135-0.439-1.577-0.013c0.04,0.059,0.087,0.119,0.142,0.172
+ l0.031,0.031l1.307,1.308l0.797-0.797L976.59,400.552z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M976.59,400.552c-0.437-0.436-1.135-0.439-1.577-0.013c0.04,0.059,0.087,0.119,0.142,0.172
+ l0.031,0.031l1.307,1.308l0.797-0.797L976.59,400.552z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M976.59,400.552c-0.437-0.436-1.135-0.439-1.577-0.013c0.04,0.059,0.087,0.119,0.142,0.172
+ l0.031,0.031l1.307,1.308l0.797-0.797L976.59,400.552z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M976.59,400.552c-0.437-0.436-1.135-0.439-1.577-0.013c0.04,0.059,0.087,0.119,0.142,0.172
+ l0.031,0.031l1.307,1.308l0.797-0.797L976.59,400.552z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M976.59,400.552c-0.437-0.436-1.135-0.439-1.577-0.013c0.04,0.059,0.087,0.119,0.142,0.172
+ l0.031,0.031l1.307,1.308l0.797-0.797L976.59,400.552z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M976.59,400.552c-0.437-0.436-1.135-0.439-1.577-0.013c0.04,0.059,0.087,0.119,0.142,0.172
+ l0.031,0.031l1.307,1.308l0.797-0.797L976.59,400.552z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M976.59,400.552c-0.437-0.436-1.135-0.439-1.577-0.013c0.04,0.059,0.087,0.119,0.142,0.172
+ l0.031,0.031l1.307,1.308l0.797-0.797L976.59,400.552z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M976.59,400.552c-0.437-0.436-1.135-0.439-1.577-0.013c0.04,0.059,0.087,0.119,0.142,0.172
+ l0.031,0.031l1.307,1.308l0.797-0.797L976.59,400.552z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M976.59,400.552c-0.437-0.436-1.135-0.439-1.577-0.013c0.04,0.059,0.087,0.119,0.142,0.172
+ l0.031,0.031l1.307,1.308l0.797-0.797L976.59,400.552z"/>
+
+ <rect x="942.384" y="432.887" transform="matrix(0.7068 -0.7074 0.7074 0.7068 -29.8425 794.9815)" opacity="0.4" fill="#FFF8B9" width="3.605" height="1.216"/>
+
+ <rect x="942.384" y="432.887" transform="matrix(0.7068 -0.7074 0.7074 0.7068 -29.8425 794.9815)" opacity="0.4" fill="#FFF8B9" width="3.605" height="1.216"/>
+
+ <rect x="942.384" y="432.887" transform="matrix(0.7068 -0.7074 0.7074 0.7068 -29.8425 794.9815)" opacity="0.4" fill="#FFF8B9" width="3.605" height="1.216"/>
+
+ <rect x="942.384" y="432.887" transform="matrix(0.7068 -0.7074 0.7074 0.7068 -29.8425 794.9815)" opacity="0.4" fill="#FFF8B9" width="3.605" height="1.216"/>
+
+ <rect x="944.152" y="428.45" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -25.5585 796.4078)" opacity="0.4" fill="#FFF8B9" width="8.942" height="1.215"/>
+
+ <rect x="944.152" y="428.45" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -25.5585 796.4078)" opacity="0.4" fill="#FFF8B9" width="8.942" height="1.215"/>
+
+ <rect x="944.152" y="428.45" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -25.5585 796.4078)" opacity="0.4" fill="#FFF8B9" width="8.942" height="1.215"/>
+
+ <rect x="944.152" y="428.45" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -25.5585 796.4078)" opacity="0.4" fill="#FFF8B9" width="8.942" height="1.215"/>
+
+ <rect x="944.152" y="428.45" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -25.5585 796.4078)" opacity="0.4" fill="#FFF8B9" width="8.942" height="1.215"/>
+
+ <rect x="942.717" y="430.832" transform="matrix(-0.7083 -0.7059 0.7059 -0.7083 1306.095 1404.9694)" opacity="0.4" fill="#FFF8B9" width="1.217" height="3.605"/>
+
+ <rect x="942.717" y="430.832" transform="matrix(-0.7083 -0.7059 0.7059 -0.7083 1306.095 1404.9694)" opacity="0.4" fill="#FFF8B9" width="1.217" height="3.605"/>
+
+ <rect x="942.717" y="430.832" transform="matrix(-0.7083 -0.7059 0.7059 -0.7083 1306.095 1404.9694)" opacity="0.5" fill="#D1E4B7" width="1.217" height="3.605"/>
+
+ <rect x="942.717" y="430.832" transform="matrix(-0.7083 -0.7059 0.7059 -0.7083 1306.095 1404.9694)" opacity="0.4" fill="#FFF8B9" width="1.217" height="3.605"/>
+
+ <rect x="942.717" y="430.832" transform="matrix(-0.7083 -0.7059 0.7059 -0.7083 1306.095 1404.9694)" opacity="0.4" fill="#FFF8B9" width="1.217" height="3.605"/>
+
+ <rect x="943.292" y="427.59" transform="matrix(0.707 -0.7072 0.7072 0.707 -25.1309 795.7365)" opacity="0.4" fill="#FFF8B9" width="8.942" height="1.214"/>
+
+ <rect x="943.292" y="427.59" transform="matrix(0.707 -0.7072 0.7072 0.707 -25.1309 795.7365)" opacity="0.4" fill="#FFF8B9" width="8.942" height="1.214"/>
+
+ <rect x="943.292" y="427.59" transform="matrix(0.707 -0.7072 0.7072 0.707 -25.1309 795.7365)" opacity="0.4" fill="#FFF8B9" width="8.942" height="1.214"/>
+
+ <rect x="943.292" y="427.59" transform="matrix(0.707 -0.7072 0.7072 0.707 -25.1309 795.7365)" opacity="0.5" fill="#D1E4B7" width="8.942" height="1.214"/>
+
+ <rect x="943.292" y="427.59" transform="matrix(0.707 -0.7072 0.7072 0.707 -25.1309 795.7365)" opacity="0.4" fill="#FFF8B9" width="8.942" height="1.214"/>
+
+ <rect x="943.292" y="427.59" transform="matrix(0.707 -0.7072 0.7072 0.707 -25.1309 795.7365)" opacity="0.4" fill="#FFF8B9" width="8.942" height="1.214"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M958.42,418.723c-0.057-0.056-0.102-0.116-0.143-0.178l-6.923,6.921l0.862,0.859
+ l6.902-6.903L958.42,418.723z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M958.42,418.723c-0.057-0.056-0.102-0.116-0.143-0.178l-6.923,6.921l0.862,0.859
+ l6.902-6.903L958.42,418.723z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M958.42,418.723c-0.057-0.056-0.102-0.116-0.143-0.178l-6.923,6.921l0.862,0.859
+ l6.902-6.903L958.42,418.723z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M958.42,418.723c-0.057-0.056-0.102-0.116-0.143-0.178l-6.923,6.921l0.862,0.859
+ l6.902-6.903L958.42,418.723z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M958.42,418.723c-0.057-0.056-0.102-0.116-0.143-0.178l-6.923,6.921l0.862,0.859
+ l6.902-6.903L958.42,418.723z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M958.42,418.723c-0.057-0.056-0.102-0.116-0.143-0.178l-6.923,6.921l0.862,0.859
+ l6.902-6.903L958.42,418.723z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M958.42,417.127l6.056-6.056l-0.223-0.223l-13.757,13.757l0.858,0.861l6.923-6.921
+ C957.986,418.108,958.033,417.511,958.42,417.127z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M958.42,417.127l6.056-6.056l-0.223-0.223l-13.757,13.757l0.858,0.861l6.923-6.921
+ C957.986,418.108,958.033,417.511,958.42,417.127z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M958.42,417.127l6.056-6.056l-0.223-0.223l-13.757,13.757l0.858,0.861l6.923-6.921
+ C957.986,418.108,958.033,417.511,958.42,417.127z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M958.42,417.127l6.056-6.056l-0.223-0.223l-13.757,13.757l0.858,0.861l6.923-6.921
+ C957.986,418.108,958.033,417.511,958.42,417.127z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M958.42,417.127l6.056-6.056l-0.223-0.223l-13.757,13.757l0.858,0.861l6.923-6.921
+ C957.986,418.108,958.033,417.511,958.42,417.127z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M958.42,417.127l6.056-6.056l-0.223-0.223l-13.757,13.757l0.858,0.861l6.923-6.921
+ C957.986,418.108,958.033,417.511,958.42,417.127z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M958.42,417.127l6.056-6.056l-0.223-0.223l-13.757,13.757l0.858,0.861l6.923-6.921
+ C957.986,418.108,958.033,417.511,958.42,417.127z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M958.277,418.545c0.041,0.062,0.086,0.122,0.143,0.178l0.699,0.7l6.854-6.855l-0.859-0.859
+ L958.277,418.545z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M958.277,418.545c0.041,0.062,0.086,0.122,0.143,0.178l0.699,0.7l6.854-6.855l-0.859-0.859
+ L958.277,418.545z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M958.277,418.545c0.041,0.062,0.086,0.122,0.143,0.178l0.699,0.7l6.854-6.855l-0.859-0.859
+ L958.277,418.545z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M958.277,418.545c0.041,0.062,0.086,0.122,0.143,0.178l0.699,0.7l6.854-6.855l-0.859-0.859
+ L958.277,418.545z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M958.277,418.545c0.041,0.062,0.086,0.122,0.143,0.178l0.699,0.7l6.854-6.855l-0.859-0.859
+ L958.277,418.545z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M958.277,418.545c0.041,0.062,0.086,0.122,0.143,0.178l0.699,0.7l6.854-6.855l-0.859-0.859
+ L958.277,418.545z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M958.277,418.545c0.041,0.062,0.086,0.122,0.143,0.178l0.699,0.7l6.854-6.855l-0.859-0.859
+ L958.277,418.545z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M964.476,411.071l-6.056,6.056c-0.387,0.384-0.434,0.981-0.143,1.418l6.836-6.836
+ L964.476,411.071z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M964.476,411.071l-6.056,6.056c-0.387,0.384-0.434,0.981-0.143,1.418l6.836-6.836
+ L964.476,411.071z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M964.476,411.071l-6.056,6.056c-0.387,0.384-0.434,0.981-0.143,1.418l6.836-6.836
+ L964.476,411.071z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M964.476,411.071l-6.056,6.056c-0.387,0.384-0.434,0.981-0.143,1.418l6.836-6.836
+ L964.476,411.071z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M964.476,411.071l-6.056,6.056c-0.387,0.384-0.434,0.981-0.143,1.418l6.836-6.836
+ L964.476,411.071z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M964.476,411.071l-6.056,6.056c-0.387,0.384-0.434,0.981-0.143,1.418l6.836-6.836
+ L964.476,411.071z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M964.476,411.071l-6.056,6.056c-0.387,0.384-0.434,0.981-0.143,1.418l6.836-6.836
+ L964.476,411.071z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M964.476,411.071l-6.056,6.056c-0.387,0.384-0.434,0.981-0.143,1.418l6.836-6.836
+ L964.476,411.071z"/>
+
+ <rect x="987.391" y="383.747" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1965.437 -44.1409)" opacity="0.4" fill="#FFF8B9" width="8.938" height="2.431"/>
+
+ <rect x="987.391" y="383.747" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1965.437 -44.1409)" opacity="0.4" fill="#FFF8B9" width="8.938" height="2.431"/>
+
+ <rect x="987.391" y="383.747" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1965.437 -44.1409)" opacity="0.4" fill="#FFF8B9" width="8.938" height="2.431"/>
+
+ <rect x="987.391" y="383.747" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1965.437 -44.1409)" opacity="0.5" fill="#D1E4B7" width="8.938" height="2.431"/>
+
+ <rect x="987.391" y="383.747" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1965.437 -44.1409)" opacity="0.4" fill="#FFF8B9" width="8.938" height="2.431"/>
+
+ <rect x="987.391" y="383.747" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1965.437 -44.1409)" opacity="0.2" fill="#FFF6A3" width="8.938" height="2.431"/>
+
+ <rect x="987.391" y="383.747" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1965.437 -44.1409)" opacity="0.4" fill="#FFF8B9" width="8.938" height="2.431"/>
+
+ <rect x="977.737" y="391.448" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1957.7197 -25.5874)" opacity="0.4" fill="#FFF8B9" width="12.845" height="2.431"/>
+
+ <rect x="977.737" y="391.448" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1957.7197 -25.5874)" opacity="0.4" fill="#FFF8B9" width="12.845" height="2.431"/>
+
+ <rect x="977.737" y="391.448" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1957.7197 -25.5874)" opacity="0.4" fill="#FFF8B9" width="12.845" height="2.431"/>
+
+ <rect x="977.737" y="391.448" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1957.7197 -25.5874)" opacity="0.5" fill="#D1E4B7" width="12.845" height="2.431"/>
+
+ <rect x="977.737" y="391.448" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1957.7197 -25.5874)" opacity="0.4" fill="#FFF8B9" width="12.845" height="2.431"/>
+
+ <rect x="977.737" y="391.448" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1957.7197 -25.5874)" opacity="0.4" fill="#FFF8B9" width="12.845" height="2.431"/>
+
+ <rect x="977.737" y="391.448" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1957.7197 -25.5874)" opacity="0.2" fill="#FFF6A3" width="12.845" height="2.431"/>
+
+ <rect x="977.737" y="391.448" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1957.7197 -25.5874)" opacity="0.4" fill="#FFF8B9" width="12.845" height="2.431"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M940.839,446.12c-0.274,0.272-0.487,0.503-0.478,0.515l1.768,1.769
+ c0.01,0.01,0.24-0.204,0.515-0.478l6.714-6.713l-1.809-1.805L940.839,446.12z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M940.839,446.12c-0.274,0.272-0.487,0.503-0.478,0.515l1.768,1.769
+ c0.01,0.01,0.24-0.204,0.515-0.478l6.714-6.713l-1.809-1.805L940.839,446.12z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M940.839,446.12c-0.274,0.272-0.487,0.503-0.478,0.515l1.768,1.769
+ c0.01,0.01,0.24-0.204,0.515-0.478l6.714-6.713l-1.809-1.805L940.839,446.12z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1012.168,378.404c0.273-0.274,0.486-0.504,0.476-0.515l-1.767-1.768
+ c-0.011-0.01-0.241,0.202-0.514,0.475l-7.032,7.031l1.807,1.806L1012.168,378.404z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1012.168,378.404c0.273-0.274,0.486-0.504,0.476-0.515l-1.767-1.768
+ c-0.011-0.01-0.241,0.202-0.514,0.475l-7.032,7.031l1.807,1.806L1012.168,378.404z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M1012.168,378.404c0.273-0.274,0.486-0.504,0.476-0.515l-1.767-1.768
+ c-0.011-0.01-0.241,0.202-0.514,0.475l-7.032,7.031l1.807,1.806L1012.168,378.404z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M1012.168,378.404c0.273-0.274,0.486-0.504,0.476-0.515l-1.767-1.768
+ c-0.011-0.01-0.241,0.202-0.514,0.475l-7.032,7.031l1.807,1.806L1012.168,378.404z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M971.809,415.533c-0.067-0.066-0.121-0.14-0.168-0.217l-1.459,1.459l1.805,1.809
+ l1.436-1.436L971.809,415.533z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M971.809,415.533c-0.067-0.066-0.121-0.14-0.168-0.217l-1.459,1.459l1.805,1.809
+ l1.436-1.436L971.809,415.533z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M971.809,415.533c-0.067-0.066-0.121-0.14-0.168-0.217l-1.459,1.459l1.805,1.809
+ l1.436-1.436L971.809,415.533z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M971.809,415.533c-0.067-0.066-0.121-0.14-0.168-0.217l-1.459,1.459l1.805,1.809
+ l1.436-1.436L971.809,415.533z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M971.809,415.533c-0.067-0.066-0.121-0.14-0.168-0.217l-1.459,1.459l1.805,1.809
+ l1.436-1.436L971.809,415.533z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M971.809,415.533c-0.067-0.066-0.121-0.14-0.168-0.217l-1.459,1.459l1.805,1.809
+ l1.436-1.436L971.809,415.533z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M975.602,411.356l-3.961,3.959c0.047,0.077,0.101,0.151,0.168,0.217l1.613,1.615
+ l3.984-3.986L975.602,411.356z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M975.602,411.356l-3.961,3.959c0.047,0.077,0.101,0.151,0.168,0.217l1.613,1.615
+ l3.984-3.986L975.602,411.356z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M975.602,411.356l-3.961,3.959c0.047,0.077,0.101,0.151,0.168,0.217l1.613,1.615
+ l3.984-3.986L975.602,411.356z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M975.602,411.356l-3.961,3.959c0.047,0.077,0.101,0.151,0.168,0.217l1.613,1.615
+ l3.984-3.986L975.602,411.356z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M975.602,411.356l-3.961,3.959c0.047,0.077,0.101,0.151,0.168,0.217l1.613,1.615
+ l3.984-3.986L975.602,411.356z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M975.602,411.356l-3.961,3.959c0.047,0.077,0.101,0.151,0.168,0.217l1.613,1.615
+ l3.984-3.986L975.602,411.356z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M975.602,411.356l-3.961,3.959c0.047,0.077,0.101,0.151,0.168,0.217l1.613,1.615
+ l3.984-3.986L975.602,411.356z"/>
+
+ <rect x="977.777" y="406.104" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 1381.3751 1391.8223)" opacity="0.4" fill="#FFF8B9" width="2.553" height="7.212"/>
+
+ <rect x="977.777" y="406.104" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 1381.3751 1391.8223)" opacity="0.4" fill="#FFF8B9" width="2.553" height="7.212"/>
+
+ <rect x="977.777" y="406.104" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 1381.3751 1391.8223)" opacity="0.4" fill="#FFF8B9" width="2.553" height="7.212"/>
+
+ <rect x="977.777" y="406.104" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 1381.3751 1391.8223)" opacity="0.4" fill="#FFF8B9" width="2.553" height="7.212"/>
+
+ <rect x="977.777" y="406.104" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 1381.3751 1391.8223)" opacity="0.2" fill="#FFF6A3" width="2.553" height="7.212"/>
+
+ <rect x="977.777" y="406.104" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 1381.3751 1391.8223)" opacity="0.4" fill="#FFF8B9" width="2.553" height="7.212"/>
+
+ <rect x="977.777" y="406.104" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 1381.3751 1391.8223)" opacity="0.4" fill="#FFF8B9" width="2.553" height="7.212"/>
+
+ <rect x="977.777" y="406.104" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 1381.3751 1391.8223)" opacity="0.2" fill="#FFF6A3" width="2.553" height="7.212"/>
+
+ <rect x="1001.156" y="384.528" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1984.9229 -50.6821)" opacity="0.4" fill="#FFF8B9" width="3.606" height="2.555"/>
+
+ <rect x="1001.156" y="384.528" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1984.9229 -50.6821)" opacity="0.4" fill="#FFF8B9" width="3.606" height="2.555"/>
+
+ <rect x="1001.156" y="384.528" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1984.9229 -50.6821)" opacity="0.5" fill="#D1E4B7" width="3.606" height="2.555"/>
+
+ <rect x="1001.156" y="384.528" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1984.9229 -50.6821)" opacity="0.4" fill="#FFF8B9" width="3.606" height="2.555"/>
+
+ <rect x="1001.156" y="384.528" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1984.9229 -50.6821)" opacity="0.2" fill="#FFF6A3" width="3.606" height="2.555"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1001.777,388.56c0.053,0.054,0.013,0.181-0.091,0.283l-6.132,6.132l0.021,0.021
+ l7.013-7.012l-1.807-1.808l-0.693,0.694L1001.777,388.56z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1001.777,388.56c0.053,0.054,0.013,0.181-0.091,0.283l-6.132,6.132l0.021,0.021
+ l7.013-7.012l-1.807-1.808l-0.693,0.694L1001.777,388.56z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1001.777,388.56c0.053,0.054,0.013,0.181-0.091,0.283l-6.132,6.132l0.021,0.021
+ l7.013-7.012l-1.807-1.808l-0.693,0.694L1001.777,388.56z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M1001.777,388.56c0.053,0.054,0.013,0.181-0.091,0.283l-6.132,6.132l0.021,0.021
+ l7.013-7.012l-1.807-1.808l-0.693,0.694L1001.777,388.56z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1001.777,388.56c0.053,0.054,0.013,0.181-0.091,0.283l-6.132,6.132l0.021,0.021
+ l7.013-7.012l-1.807-1.808l-0.693,0.694L1001.777,388.56z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M1001.777,388.56c0.053,0.054,0.013,0.181-0.091,0.283l-6.132,6.132l0.021,0.021
+ l7.013-7.012l-1.807-1.808l-0.693,0.694L1001.777,388.56z"/>
+
+ <rect x="993.557" y="394.16" transform="matrix(-0.6991 -0.715 0.715 -0.6991 1404.3552 1384.9207)" opacity="0.4" fill="#FFF8B9" width="0.031" height="5.634"/>
+
+ <rect x="993.557" y="394.16" transform="matrix(-0.6991 -0.715 0.715 -0.6991 1404.3552 1384.9207)" opacity="0.4" fill="#FFF8B9" width="0.031" height="5.634"/>
+
+ <rect x="993.557" y="394.16" transform="matrix(-0.6991 -0.715 0.715 -0.6991 1404.3552 1384.9207)" opacity="0.4" fill="#FFF8B9" width="0.031" height="5.634"/>
+
+ <rect x="993.557" y="394.16" transform="matrix(-0.6991 -0.715 0.715 -0.6991 1404.3552 1384.9207)" opacity="0.5" fill="#D1E4B7" width="0.031" height="5.634"/>
+
+ <rect x="993.557" y="394.16" transform="matrix(-0.6991 -0.715 0.715 -0.6991 1404.3552 1384.9207)" opacity="0.4" fill="#FFF8B9" width="0.031" height="5.634"/>
+
+ <rect x="993.557" y="394.16" transform="matrix(-0.6991 -0.715 0.715 -0.6991 1404.3552 1384.9207)" opacity="0.4" fill="#FFF8B9" width="0.031" height="5.634"/>
+
+ <rect x="993.557" y="394.16" transform="matrix(-0.6991 -0.715 0.715 -0.6991 1404.3552 1384.9207)" opacity="0.2" fill="#FFF6A3" width="0.031" height="5.634"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M986.375,403.962l0.116,0.116l5.1-5.099l-0.021-0.022l-4.912,4.914
+ C986.554,403.975,986.428,404.016,986.375,403.962z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M986.375,403.962l0.116,0.116l5.1-5.099l-0.021-0.022l-4.912,4.914
+ C986.554,403.975,986.428,404.016,986.375,403.962z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M986.375,403.962l0.116,0.116l5.1-5.099l-0.021-0.022l-4.912,4.914
+ C986.554,403.975,986.428,404.016,986.375,403.962z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M986.375,403.962l0.116,0.116l5.1-5.099l-0.021-0.022l-4.912,4.914
+ C986.554,403.975,986.428,404.016,986.375,403.962z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M986.375,403.962l0.116,0.116l5.1-5.099l-0.021-0.022l-4.912,4.914
+ C986.554,403.975,986.428,404.016,986.375,403.962z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M986.375,403.962l0.116,0.116l5.1-5.099l-0.021-0.022l-4.912,4.914
+ C986.554,403.975,986.428,404.016,986.375,403.962z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M986.375,403.962l0.116,0.116l5.1-5.099l-0.021-0.022l-4.912,4.914
+ C986.554,403.975,986.428,404.016,986.375,403.962z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M986.375,403.962l0.116,0.116l5.1-5.099l-0.021-0.022l-4.912,4.914
+ C986.554,403.975,986.428,404.016,986.375,403.962z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="984.685,402.272 981.498,405.459 983.304,407.265 986.491,404.078 986.375,403.962
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="984.685,402.272 981.498,405.459 983.304,407.265 986.491,404.078 986.375,403.962
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="984.685,402.272 981.498,405.459 983.304,407.265 986.491,404.078 986.375,403.962
+ "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="984.685,402.272 981.498,405.459 983.304,407.265 986.491,404.078 986.375,403.962
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="984.685,402.272 981.498,405.459 983.304,407.265 986.491,404.078 986.375,403.962
+ "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="984.685,402.272 981.498,405.459 983.304,407.265 986.491,404.078 986.375,403.962
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="984.685,402.272 981.498,405.459 983.304,407.265 986.491,404.078 986.375,403.962
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="984.685,402.272 981.498,405.459 983.304,407.265 986.491,404.078 986.375,403.962
+ "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="984.685,402.272 981.498,405.459 983.304,407.265 986.491,404.078 986.375,403.962
+ "/>
+
+ <rect x="981.438" y="405.484" transform="matrix(-0.7073 0.7069 -0.7069 -0.7073 1964.1301 0.3048)" opacity="0.4" fill="#FFF8B9" width="1.128" height="2.554"/>
+
+ <rect x="981.438" y="405.484" transform="matrix(-0.7073 0.7069 -0.7069 -0.7073 1964.1301 0.3048)" opacity="0.4" fill="#FFF8B9" width="1.128" height="2.554"/>
+
+ <rect x="981.438" y="405.484" transform="matrix(-0.7073 0.7069 -0.7069 -0.7073 1964.1301 0.3048)" opacity="0.4" fill="#FFF8B9" width="1.128" height="2.554"/>
+
+ <rect x="981.438" y="405.484" transform="matrix(-0.7073 0.7069 -0.7069 -0.7073 1964.1301 0.3048)" opacity="0.5" fill="#D1E4B7" width="1.128" height="2.554"/>
+
+ <rect x="981.438" y="405.484" transform="matrix(-0.7073 0.7069 -0.7069 -0.7073 1964.1301 0.3048)" opacity="0.4" fill="#FFF8B9" width="1.128" height="2.554"/>
+
+ <rect x="981.438" y="405.484" transform="matrix(-0.7073 0.7069 -0.7069 -0.7073 1964.1301 0.3048)" opacity="0.2" fill="#FFF6A3" width="1.128" height="2.554"/>
+
+ <rect x="981.438" y="405.484" transform="matrix(-0.7073 0.7069 -0.7069 -0.7073 1964.1301 0.3048)" opacity="0.4" fill="#FFF8B9" width="1.128" height="2.554"/>
+
+ <rect x="981.438" y="405.484" transform="matrix(-0.7073 0.7069 -0.7069 -0.7073 1964.1301 0.3048)" opacity="0.4" fill="#FFF8B9" width="1.128" height="2.554"/>
+
+ <rect x="981.438" y="405.484" transform="matrix(-0.7073 0.7069 -0.7069 -0.7073 1964.1301 0.3048)" opacity="0.4" fill="#FFF8B9" width="1.128" height="2.554"/>
+
+ <rect x="981.438" y="405.484" transform="matrix(-0.7073 0.7069 -0.7069 -0.7073 1964.1301 0.3048)" opacity="0.2" fill="#FFF6A3" width="1.128" height="2.554"/>
+
+ <rect x="947.926" y="437.758" transform="matrix(0.7076 -0.7066 0.7066 0.7076 -32.5516 799.3986)" opacity="0.4" fill="#FFF8B9" width="3.607" height="2.555"/>
+
+ <rect x="947.926" y="437.758" transform="matrix(0.7076 -0.7066 0.7066 0.7076 -32.5516 799.3986)" opacity="0.4" fill="#FFF8B9" width="3.607" height="2.555"/>
+
+ <rect x="947.926" y="437.758" transform="matrix(0.7076 -0.7066 0.7066 0.7076 -32.5516 799.3986)" opacity="0.4" fill="#FFF8B9" width="3.607" height="2.555"/>
+
+ <rect x="947.926" y="437.758" transform="matrix(0.7076 -0.7066 0.7066 0.7076 -32.5516 799.3986)" opacity="0.2" fill="#FFF6A3" width="3.607" height="2.555"/>
+
+ <rect x="952.889" y="430.128" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 1321.2877 1416.7035)" opacity="0.4" fill="#FFF8B9" width="2.553" height="8.942"/>
+
+ <rect x="952.889" y="430.128" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 1321.2877 1416.7035)" opacity="0.4" fill="#FFF8B9" width="2.553" height="8.942"/>
+
+ <rect x="952.889" y="430.128" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 1321.2877 1416.7035)" opacity="0.4" fill="#FFF8B9" width="2.553" height="8.942"/>
+
+ <rect x="952.889" y="430.128" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 1321.2877 1416.7035)" opacity="0.4" fill="#FFF8B9" width="2.553" height="8.942"/>
+
+ <rect x="952.889" y="430.128" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 1321.2877 1416.7035)" opacity="0.2" fill="#FFF6A3" width="2.553" height="8.942"/>
+
+ <rect x="959.502" y="423.104" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 1337.2539 1410.0919)" opacity="0.4" fill="#FFF8B9" width="2.553" height="9.764"/>
+
+ <rect x="959.502" y="423.104" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 1337.2539 1410.0919)" opacity="0.4" fill="#FFF8B9" width="2.553" height="9.764"/>
+
+ <rect x="959.502" y="423.104" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 1337.2539 1410.0919)" opacity="0.4" fill="#FFF8B9" width="2.553" height="9.764"/>
+
+ <rect x="959.502" y="423.104" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 1337.2539 1410.0919)" opacity="0.2" fill="#FFF6A3" width="2.553" height="9.764"/>
+
+ <rect x="959.502" y="423.104" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 1337.2539 1410.0919)" opacity="0.4" fill="#FFF8B9" width="2.553" height="9.764"/>
+
+ <rect x="959.502" y="423.104" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 1337.2539 1410.0919)" opacity="0.2" fill="#FFF6A3" width="2.553" height="9.764"/>
+
+ <rect x="962.811" y="419.828" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -14.3464 807.576)" opacity="0.4" fill="#FFF8B9" width="9.692" height="2.555"/>
+
+ <rect x="962.811" y="419.828" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -14.3464 807.576)" opacity="0.4" fill="#FFF8B9" width="9.692" height="2.555"/>
+
+ <rect x="962.811" y="419.828" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -14.3464 807.576)" opacity="0.4" fill="#FFF8B9" width="9.692" height="2.555"/>
+
+ <rect x="962.811" y="419.828" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -14.3464 807.576)" opacity="0.2" fill="#FFF6A3" width="9.692" height="2.555"/>
+
+ <rect x="962.811" y="419.828" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -14.3464 807.576)" opacity="0.4" fill="#FFF8B9" width="9.692" height="2.555"/>
+
+ <rect x="962.811" y="419.828" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -14.3464 807.576)" opacity="0.4" fill="#FFF8B9" width="9.692" height="2.555"/>
+
+ <rect x="962.811" y="419.828" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -14.3464 807.576)" opacity="0.2" fill="#FFF6A3" width="9.692" height="2.555"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M995.555,394.975l6.132-6.132c0.104-0.102,0.144-0.229,0.091-0.283l-1.689-1.69l-6.319,6.32
+ L995.555,394.975z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M995.555,394.975l6.132-6.132c0.104-0.102,0.144-0.229,0.091-0.283l-1.689-1.69l-6.319,6.32
+ L995.555,394.975z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M995.555,394.975l6.132-6.132c0.104-0.102,0.144-0.229,0.091-0.283l-1.689-1.69l-6.319,6.32
+ L995.555,394.975z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M995.555,394.975l6.132-6.132c0.104-0.102,0.144-0.229,0.091-0.283l-1.689-1.69l-6.319,6.32
+ L995.555,394.975z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M995.555,394.975l6.132-6.132c0.104-0.102,0.144-0.229,0.091-0.283l-1.689-1.69l-6.319,6.32
+ L995.555,394.975z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M995.555,394.975l6.132-6.132c0.104-0.102,0.144-0.229,0.091-0.283l-1.689-1.69l-6.319,6.32
+ L995.555,394.975z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M995.555,394.975l6.132-6.132c0.104-0.102,0.144-0.229,0.091-0.283l-1.689-1.69l-6.319,6.32
+ L995.555,394.975z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M989.759,397.198c0.077,0.045,0.151,0.099,0.218,0.166l1.593,1.593l3.985-3.982
+ l-1.786-1.785L989.759,397.198z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M989.759,397.198c0.077,0.045,0.151,0.099,0.218,0.166l1.593,1.593l3.985-3.982
+ l-1.786-1.785L989.759,397.198z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M989.759,397.198c0.077,0.045,0.151,0.099,0.218,0.166l1.593,1.593l3.985-3.982
+ l-1.786-1.785L989.759,397.198z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M989.759,397.198c0.077,0.045,0.151,0.099,0.218,0.166l1.593,1.593l3.985-3.982
+ l-1.786-1.785L989.759,397.198z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M989.759,397.198c0.077,0.045,0.151,0.099,0.218,0.166l1.593,1.593l3.985-3.982
+ l-1.786-1.785L989.759,397.198z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M989.759,397.198c0.077,0.045,0.151,0.099,0.218,0.166l1.593,1.593l3.985-3.982
+ l-1.786-1.785L989.759,397.198z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M989.759,397.198c0.077,0.045,0.151,0.099,0.218,0.166l1.593,1.593l3.985-3.982
+ l-1.786-1.785L989.759,397.198z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M989.759,397.198c0.077,0.045,0.151,0.099,0.218,0.166l1.593,1.593l3.985-3.982
+ l-1.786-1.785L989.759,397.198z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M989.759,397.198l-5.074,5.074l1.69,1.69c0.053,0.054,0.179,0.013,0.282-0.091l4.912-4.914
+ l-1.593-1.593C989.91,397.297,989.836,397.243,989.759,397.198z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M989.759,397.198l-5.074,5.074l1.69,1.69c0.053,0.054,0.179,0.013,0.282-0.091l4.912-4.914
+ l-1.593-1.593C989.91,397.297,989.836,397.243,989.759,397.198z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M989.759,397.198l-5.074,5.074l1.69,1.69c0.053,0.054,0.179,0.013,0.282-0.091l4.912-4.914
+ l-1.593-1.593C989.91,397.297,989.836,397.243,989.759,397.198z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M989.759,397.198l-5.074,5.074l1.69,1.69c0.053,0.054,0.179,0.013,0.282-0.091l4.912-4.914
+ l-1.593-1.593C989.91,397.297,989.836,397.243,989.759,397.198z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M989.759,397.198l-5.074,5.074l1.69,1.69c0.053,0.054,0.179,0.013,0.282-0.091l4.912-4.914
+ l-1.593-1.593C989.91,397.297,989.836,397.243,989.759,397.198z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M989.759,397.198l-5.074,5.074l1.69,1.69c0.053,0.054,0.179,0.013,0.282-0.091l4.912-4.914
+ l-1.593-1.593C989.91,397.297,989.836,397.243,989.759,397.198z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M989.759,397.198l-5.074,5.074l1.69,1.69c0.053,0.054,0.179,0.013,0.282-0.091l4.912-4.914
+ l-1.593-1.593C989.91,397.297,989.836,397.243,989.759,397.198z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M989.759,397.198l-5.074,5.074l1.69,1.69c0.053,0.054,0.179,0.013,0.282-0.091l4.912-4.914
+ l-1.593-1.593C989.91,397.297,989.836,397.243,989.759,397.198z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M989.759,397.198l-5.074,5.074l1.69,1.69c0.053,0.054,0.179,0.013,0.282-0.091l4.912-4.914
+ l-1.593-1.593C989.91,397.297,989.836,397.243,989.759,397.198z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M1044.533,359.065c0.284-0.285,0.501-0.528,0.487-0.543l-2.5-2.5
+ c-0.017-0.016-0.261,0.202-0.542,0.486l-1.646,1.643l2.556,2.556L1044.533,359.065z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M1044.533,359.065c0.284-0.285,0.501-0.528,0.487-0.543l-2.5-2.5
+ c-0.017-0.016-0.261,0.202-0.542,0.486l-1.646,1.643l2.556,2.556L1044.533,359.065z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M1044.533,359.065c0.284-0.285,0.501-0.528,0.487-0.543l-2.5-2.5
+ c-0.017-0.016-0.261,0.202-0.542,0.486l-1.646,1.643l2.556,2.556L1044.533,359.065z"/>
+
+ <rect x="1003.903" y="373.242" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 2016.6775 -85.236)" opacity="0.4" fill="#FFF8B9" width="44.178" height="3.615"/>
+
+ <rect x="1003.903" y="373.242" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 2016.6775 -85.236)" opacity="0.4" fill="#FFF8B9" width="44.178" height="3.615"/>
+
+ <rect x="1003.903" y="373.242" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 2016.6775 -85.236)" opacity="0.5" fill="#D1E4B7" width="44.178" height="3.615"/>
+
+ <rect x="1003.903" y="373.242" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 2016.6775 -85.236)" opacity="0.5" fill="#D1E4B7" width="44.178" height="3.615"/>
+
+ <rect x="976.133" y="422.085" transform="matrix(-0.707 -0.7072 0.7072 -0.707 1370.0835 1413.8606)" opacity="0.4" fill="#FFF8B9" width="3.616" height="2.03"/>
+
+ <rect x="976.133" y="422.085" transform="matrix(-0.707 -0.7072 0.7072 -0.707 1370.0835 1413.8606)" opacity="0.4" fill="#FFF8B9" width="3.616" height="2.03"/>
+
+ <rect x="976.133" y="422.085" transform="matrix(-0.707 -0.7072 0.7072 -0.707 1370.0835 1413.8606)" opacity="0.4" fill="#FFF8B9" width="3.616" height="2.03"/>
+
+ <rect x="976.133" y="422.085" transform="matrix(-0.707 -0.7072 0.7072 -0.707 1370.0835 1413.8606)" opacity="0.2" fill="#FFF6A3" width="3.616" height="2.03"/>
+
+ <rect x="976.133" y="422.085" transform="matrix(-0.707 -0.7072 0.7072 -0.707 1370.0835 1413.8606)" opacity="0.4" fill="#FFF8B9" width="3.616" height="2.03"/>
+
+ <rect x="976.133" y="422.085" transform="matrix(-0.707 -0.7072 0.7072 -0.707 1370.0835 1413.8606)" opacity="0.5" fill="#D1E4B7" width="3.616" height="2.03"/>
+
+ <rect x="981.391" y="411.417" transform="matrix(-0.7072 -0.707 0.707 -0.7072 1383.0632 1408.486)" opacity="0.4" fill="#FFF8B9" width="3.617" height="12.846"/>
+
+ <rect x="981.391" y="411.417" transform="matrix(-0.7072 -0.707 0.707 -0.7072 1383.0632 1408.486)" opacity="0.4" fill="#FFF8B9" width="3.617" height="12.846"/>
+
+ <rect x="981.391" y="411.417" transform="matrix(-0.7072 -0.707 0.707 -0.7072 1383.0632 1408.486)" opacity="0.4" fill="#FFF8B9" width="3.617" height="12.846"/>
+
+ <rect x="981.391" y="411.417" transform="matrix(-0.7072 -0.707 0.707 -0.7072 1383.0632 1408.486)" opacity="0.2" fill="#FFF6A3" width="3.617" height="12.846"/>
+
+ <rect x="981.391" y="411.417" transform="matrix(-0.7072 -0.707 0.707 -0.7072 1383.0632 1408.486)" opacity="0.4" fill="#FFF8B9" width="3.617" height="12.846"/>
+
+ <rect x="981.391" y="411.417" transform="matrix(-0.7072 -0.707 0.707 -0.7072 1383.0632 1408.486)" opacity="0.4" fill="#FFF8B9" width="3.617" height="12.846"/>
+
+ <rect x="981.391" y="411.417" transform="matrix(-0.7072 -0.707 0.707 -0.7072 1383.0632 1408.486)" opacity="0.5" fill="#D1E4B7" width="3.617" height="12.846"/>
+
+ <rect x="1007.29" y="390.141" transform="matrix(-0.707 -0.7072 0.7072 -0.707 1445.3967 1382.671)" opacity="0.4" fill="#FFF8B9" width="3.616" height="3.606"/>
+
+ <rect x="1007.29" y="390.141" transform="matrix(-0.707 -0.7072 0.7072 -0.707 1445.3967 1382.671)" opacity="0.4" fill="#FFF8B9" width="3.616" height="3.606"/>
+
+ <rect x="1007.29" y="390.141" transform="matrix(-0.707 -0.7072 0.7072 -0.707 1445.3967 1382.671)" opacity="0.5" fill="#D1E4B7" width="3.616" height="3.606"/>
+
+ <rect x="1007.29" y="390.141" transform="matrix(-0.707 -0.7072 0.7072 -0.707 1445.3967 1382.671)" opacity="0.4" fill="#FFF8B9" width="3.616" height="3.606"/>
+
+ <rect x="1007.29" y="390.141" transform="matrix(-0.707 -0.7072 0.7072 -0.707 1445.3967 1382.671)" opacity="0.5" fill="#D1E4B7" width="3.616" height="3.606"/>
+
+ <rect x="994.549" y="396.909" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1993.0297 -28.0541)" opacity="0.4" fill="#FFF8B9" width="15.552" height="3.616"/>
+
+ <rect x="994.549" y="396.909" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1993.0297 -28.0541)" opacity="0.4" fill="#FFF8B9" width="15.552" height="3.616"/>
+
+ <rect x="994.549" y="396.909" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1993.0297 -28.0541)" opacity="0.4" fill="#FFF8B9" width="15.552" height="3.616"/>
+
+ <rect x="994.549" y="396.909" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1993.0297 -28.0541)" opacity="0.5" fill="#D1E4B7" width="15.552" height="3.616"/>
+
+ <rect x="994.549" y="396.909" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1993.0297 -28.0541)" opacity="0.4" fill="#FFF8B9" width="15.552" height="3.616"/>
+
+ <rect x="994.549" y="396.909" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1993.0297 -28.0541)" opacity="0.5" fill="#D1E4B7" width="15.552" height="3.616"/>
+
+ <rect x="992.469" y="403.159" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 1409.7097 1397.4507)" opacity="0.4" fill="#FFF8B9" width="3.614" height="7.212"/>
+
+ <rect x="992.469" y="403.159" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 1409.7097 1397.4507)" opacity="0.4" fill="#FFF8B9" width="3.614" height="7.212"/>
+
+ <rect x="992.469" y="403.159" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 1409.7097 1397.4507)" opacity="0.4" fill="#FFF8B9" width="3.614" height="7.212"/>
+
+ <rect x="992.469" y="403.159" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 1409.7097 1397.4507)" opacity="0.5" fill="#D1E4B7" width="3.614" height="7.212"/>
+
+ <rect x="992.469" y="403.159" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 1409.7097 1397.4507)" opacity="0.4" fill="#FFF8B9" width="3.614" height="7.212"/>
+
+ <rect x="992.469" y="403.159" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 1409.7097 1397.4507)" opacity="0.4" fill="#FFF8B9" width="3.614" height="7.212"/>
+
+ <rect x="992.469" y="403.159" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 1409.7097 1397.4507)" opacity="0.5" fill="#D1E4B7" width="3.614" height="7.212"/>
+
+ <rect x="987.879" y="409.1" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 1980.7866 1.2574)" opacity="0.4" fill="#FFF8B9" width="4.507" height="3.614"/>
+
+ <rect x="987.879" y="409.1" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 1980.7866 1.2574)" opacity="0.4" fill="#FFF8B9" width="4.507" height="3.614"/>
+
+ <rect x="987.879" y="409.1" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 1980.7866 1.2574)" opacity="0.4" fill="#FFF8B9" width="4.507" height="3.614"/>
+
+ <rect x="987.879" y="409.1" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 1980.7866 1.2574)" opacity="0.5" fill="#D1E4B7" width="4.507" height="3.614"/>
+
+ <rect x="987.879" y="409.1" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 1980.7866 1.2574)" opacity="0.2" fill="#FFF6A3" width="4.507" height="3.614"/>
+
+ <rect x="987.879" y="409.1" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 1980.7866 1.2574)" opacity="0.4" fill="#FFF8B9" width="4.507" height="3.614"/>
+
+ <rect x="987.879" y="409.1" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 1980.7866 1.2574)" opacity="0.4" fill="#FFF8B9" width="4.507" height="3.614"/>
+
+ <rect x="987.879" y="409.1" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 1980.7866 1.2574)" opacity="0.5" fill="#D1E4B7" width="4.507" height="3.614"/>
+
+ <rect x="986.332" y="412.336" transform="matrix(-0.7074 -0.7068 0.7068 -0.7074 1395.3687 1403.3901)" opacity="0.4" fill="#FFF8B9" width="3.615" height="1.128"/>
+
+ <rect x="986.332" y="412.336" transform="matrix(-0.7074 -0.7068 0.7068 -0.7074 1395.3687 1403.3901)" opacity="0.4" fill="#FFF8B9" width="3.615" height="1.128"/>
+
+ <rect x="986.332" y="412.336" transform="matrix(-0.7074 -0.7068 0.7068 -0.7074 1395.3687 1403.3901)" opacity="0.4" fill="#FFF8B9" width="3.615" height="1.128"/>
+
+ <rect x="986.332" y="412.336" transform="matrix(-0.7074 -0.7068 0.7068 -0.7074 1395.3687 1403.3901)" opacity="0.5" fill="#D1E4B7" width="3.615" height="1.128"/>
+
+ <rect x="986.332" y="412.336" transform="matrix(-0.7074 -0.7068 0.7068 -0.7074 1395.3687 1403.3901)" opacity="0.2" fill="#FFF6A3" width="3.615" height="1.128"/>
+
+ <rect x="986.332" y="412.336" transform="matrix(-0.7074 -0.7068 0.7068 -0.7074 1395.3687 1403.3901)" opacity="0.4" fill="#FFF8B9" width="3.615" height="1.128"/>
+
+ <rect x="986.332" y="412.336" transform="matrix(-0.7074 -0.7068 0.7068 -0.7074 1395.3687 1403.3901)" opacity="0.4" fill="#FFF8B9" width="3.615" height="1.128"/>
+
+ <rect x="986.332" y="412.336" transform="matrix(-0.7074 -0.7068 0.7068 -0.7074 1395.3687 1403.3901)" opacity="0.4" fill="#FFF8B9" width="3.615" height="1.128"/>
+
+ <rect x="986.332" y="412.336" transform="matrix(-0.7074 -0.7068 0.7068 -0.7074 1395.3687 1403.3901)" opacity="0.5" fill="#D1E4B7" width="3.615" height="1.128"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M969.727,428.76c-0.285,0.284-0.502,0.526-0.485,0.54l2.5,2.502
+ c0.015,0.013,0.257-0.201,0.542-0.488l6.219-6.217l-2.557-2.558L969.727,428.76z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M969.727,428.76c-0.285,0.284-0.502,0.526-0.485,0.54l2.5,2.502
+ c0.015,0.013,0.257-0.201,0.542-0.488l6.219-6.217l-2.557-2.558L969.727,428.76z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M969.727,428.76c-0.285,0.284-0.502,0.526-0.485,0.54l2.5,2.502
+ c0.015,0.013,0.257-0.201,0.542-0.488l6.219-6.217l-2.557-2.558L969.727,428.76z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M969.727,428.76c-0.285,0.284-0.502,0.526-0.485,0.54l2.5,2.502
+ c0.015,0.013,0.257-0.201,0.542-0.488l6.219-6.217l-2.557-2.558L969.727,428.76z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M969.727,428.76c-0.285,0.284-0.502,0.526-0.485,0.54l2.5,2.502
+ c0.015,0.013,0.257-0.201,0.542-0.488l6.219-6.217l-2.557-2.558L969.727,428.76z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M969.727,428.76c-0.285,0.284-0.502,0.526-0.485,0.54l2.5,2.502
+ c0.015,0.013,0.257-0.201,0.542-0.488l6.219-6.217l-2.557-2.558L969.727,428.76z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M969.727,428.76c-0.285,0.284-0.502,0.526-0.485,0.54l2.5,2.502
+ c0.015,0.013,0.257-0.201,0.542-0.488l6.219-6.217l-2.557-2.558L969.727,428.76z"/>
+ </g>
+ <g id="debian">
+ <g>
+ <path fill="#23353D" d="M967.55,399.001c-1.421,0.019,0.271,0.733,2.13,1.019c0.514-0.405,0.98-0.806,1.395-1.202
+ C969.916,399.104,968.738,399.107,967.55,399.001"/>
+ <path fill="#23353D" d="M975.195,397.095c0.848-1.171,1.467-2.452,1.684-3.775c-0.191,0.941-0.703,1.757-1.186,2.619
+ c-2.662,1.676-0.25-0.997-0.002-2.011C972.829,397.531,975.299,396.087,975.195,397.095"/>
+ <path fill="#23353D" d="M978.018,389.757c0.17-2.565-0.504-1.754-0.734-0.776C977.551,389.12,977.758,390.788,978.018,389.757"/>
+ <path fill="#23353D" d="M962.15,354.704c0.762,0.137,1.644,0.243,1.521,0.423C964.499,354.944,964.689,354.776,962.15,354.704"/>
+ <path fill="#23353D" d="M963.671,355.126l-0.538,0.112l0.499-0.045L963.671,355.126"/>
+ <path fill="#23353D" d="M987.369,390.729c0.084,2.301-0.674,3.415-1.357,5.394l-1.232,0.615
+ c-1.006,1.957,0.099,1.242-0.621,2.797c-1.572,1.4-4.773,4.375-5.797,4.647c-0.748-0.016,0.505-0.881,0.67-1.219
+ c-2.104,1.443-1.688,2.168-4.907,3.047l-0.095-0.212c-7.939,3.737-18.968-3.664-18.821-13.762
+ c-0.087,0.639-0.243,0.479-0.419,0.739c-0.408-5.195,2.401-10.413,7.139-12.544c4.635-2.294,10.068-1.354,13.389,1.743
+ c-1.826-2.39-5.453-4.922-9.756-4.686c-4.214,0.069-8.156,2.746-9.473,5.654c-2.156,1.356-2.408,5.237-3.35,5.946
+ c-1.264,9.299,2.382,13.318,8.552,18.044c0.968,0.654,0.272,0.753,0.403,1.254c-2.049-0.96-3.926-2.41-5.469-4.184
+ c0.816,1.198,1.7,2.364,2.844,3.28c-1.932-0.655-4.512-4.684-5.268-4.848c3.332,5.963,13.512,10.458,18.848,8.227
+ c-2.468,0.095-5.604,0.055-8.374-0.973c-1.165-0.599-2.749-1.839-2.466-2.073c7.277,2.717,14.795,2.06,21.091-2.987
+ c1.602-1.249,3.352-3.37,3.857-3.4c-0.762,1.145,0.129,0.551-0.456,1.563c1.598-2.574-0.692-1.047,1.65-4.445l0.867,1.191
+ c-0.323-2.135,2.652-4.73,2.352-8.107c0.682-1.033,0.76,1.11,0.036,3.488c1.006-2.637,0.265-3.062,0.523-5.235
+ c0.277,0.732,0.645,1.509,0.831,2.28c-0.653-2.546,0.673-4.291,1-5.77c-0.32-0.144-1.009,1.124-1.167-1.885
+ c0.024-1.308,0.364-0.684,0.495-1.007c-0.257-0.147-0.93-1.149-1.339-3.072c0.296-0.453,0.793,1.171,1.197,1.236
+ c-0.261-1.527-0.707-2.693-0.725-3.867c-1.183-2.468-0.419,0.331-1.378-1.059c-1.255-3.921,1.046-0.91,1.199-2.69
+ c1.905,2.758,2.993,7.038,3.491,8.808c-0.381-2.159-0.995-4.251-1.745-6.277c0.577,0.242-0.935-4.444,0.75-1.341
+ c-1.799-6.619-7.699-12.804-13.125-15.706c0.663,0.608,1.502,1.37,1.199,1.49c-2.697-1.607-2.225-1.732-2.61-2.409
+ c-2.2-0.895-2.343,0.071-3.8,0c-4.146-2.198-4.945-1.962-8.76-3.342l0.175,0.811c-2.747-0.914-3.198,0.346-6.167,0.002
+ c-0.182-0.142,0.951-0.511,1.884-0.644c-2.655,0.35-2.532-0.524-5.13,0.094c0.641-0.451,1.316-0.746,2-1.129
+ c-2.167,0.133-5.17,1.261-4.241,0.234c-3.531,1.576-9.803,3.789-13.322,7.089l-0.111-0.741c-1.614,1.937-7.034,5.783-7.465,8.289
+ l-0.431,0.101c-0.839,1.422-1.383,3.031-2.049,4.494c-1.096,1.871-1.607,0.72-1.452,1.014c-2.159,4.378-3.229,8.054-4.157,11.072
+ c0.659,0.986,0.016,5.937,0.266,9.898c-1.084,19.58,13.74,38.589,29.944,42.977c2.376,0.851,5.907,0.82,8.911,0.904
+ c-3.545-1.013-4.004-0.536-7.457-1.741c-2.489-1.173-3.035-2.512-4.799-4.043l0.698,1.234c-3.46-1.226-2.013-1.516-4.827-2.409
+ l0.746-0.971c-1.122-0.086-2.971-1.893-3.478-2.892l-1.228,0.049c-1.473-1.818-2.258-3.128-2.2-4.143l-0.397,0.705
+ c-0.448-0.773-5.422-6.82-2.84-5.415c-0.481-0.437-1.119-0.709-1.811-1.966l0.526-0.6c-1.243-1.598-2.287-3.648-2.206-4.331
+ c0.662,0.897,1.119,1.064,1.578,1.217c-3.137-7.783-3.313-0.431-5.688-7.92l0.502-0.042c-0.385-0.578-0.619-1.209-0.93-1.829
+ l0.219-2.179c-2.258-2.611-0.633-11.095-0.304-15.75c0.224-1.895,1.883-3.911,3.146-7.069l-0.771-0.133
+ c1.471-2.562,8.393-10.293,11.596-9.897c1.553-1.949-0.307-0.006-0.611-0.497c3.41-3.529,4.482-2.496,6.783-3.128
+ c2.483-1.473-2.131,0.572-0.952-0.564c4.289-1.095,3.04-2.49,8.639-3.044c0.59,0.334-1.372,0.516-1.863,0.954
+ c3.573-1.75,11.312-1.352,16.339,0.97c5.832,2.727,12.384,10.782,12.644,18.363l0.292,0.079
+ c-0.146,3.014,0.463,6.498-0.596,9.694L987.369,390.729"/>
+ <path fill="#23353D" d="M952.006,400.953l-0.198,1.001c0.935,1.271,1.679,2.649,2.874,3.644
+ C953.822,403.918,953.183,403.225,952.006,400.953"/>
+ <path fill="#23353D" d="M954.221,400.867c-0.497-0.546-0.789-1.206-1.117-1.861c0.314,1.152,0.956,2.143,1.553,3.152
+ L954.221,400.867"/>
+ <path fill="#23353D" d="M993.374,392.359l-0.208,0.526c-0.385,2.722-1.214,5.419-2.482,7.916
+ C992.086,398.166,992.993,395.281,993.374,392.359"/>
+ <path fill="#23353D" d="M962.432,354.024c0.964-0.356,2.369-0.196,3.391-0.426c-1.332,0.109-2.658,0.179-3.967,0.347
+ L962.432,354.024"/>
+ <path fill="#23353D" d="M928.628,371.998c0.223,2.053-1.544,2.851,0.394,1.496C930.059,371.155,928.613,372.85,928.628,371.998"
+ />
+ <path fill="#23353D" d="M926.353,381.505c0.444-1.371,0.528-2.192,0.696-2.984C925.817,380.096,926.482,380.432,926.353,381.505"
+ />
+ </g>
+ </g>
+ <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="969.3643" y1="276.2217" x2="969.3643" y2="276.2217">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+ <path opacity="0.6" fill="#F6F6F6" stroke="url(#SVGID_8_)" stroke-miterlimit="10" d="M969.364,276.222"/>
+
+ <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="-154.7544" y1="497.2534" x2="-154.7544" y2="-107.4126" gradientTransform="matrix(-1 0 0 -1 952.1514 1018.2041)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="0.097" style="stop-color:#FFFFFF;stop-opacity:0.903"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+
+ <line opacity="0.3" fill="#F6F6F6" stroke="url(#SVGID_9_)" stroke-width="3" stroke-linecap="round" stroke-miterlimit="10" x1="1106.905" y1="522.451" x2="1106.905" y2="1124.117"/>
+
+ <linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="689.1309" y1="259.8193" x2="689.1309" y2="-393.3452" gradientTransform="matrix(1 0 0 1 103.2568 -50.5977)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="0.097" style="stop-color:#FFFFFF;stop-opacity:0.903"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+
+ <line opacity="0.3" fill="#F6F6F6" stroke="url(#SVGID_10_)" stroke-width="3" stroke-linecap="round" stroke-miterlimit="10" x1="792.388" y1="207.722" x2="792.388" y2="-442.443"/>
+</g>
+<linearGradient id="SVGID_11_" gradientUnits="userSpaceOnUse" x1="936.7139" y1="1100.5605" x2="936.7139" y2="1001.0547" gradientTransform="matrix(0 1 -1 0 1319.9023 -298.4028)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+</linearGradient>
+<line opacity="0.3" fill="#F6F6F6" stroke="url(#SVGID_11_)" stroke-width="3" stroke-miterlimit="10" x1="219.341" y1="638.311" x2="318.847" y2="638.311"/>
+<g>
+ <g>
+ <path opacity="0.6" fill="#FFFFFF" d="M912.967,648.763c-0.051,0.054-0.051,8.622-0.157,10.861
+ c-0.105,1.811-0.268,5.696-4.1,5.696c-3.939,0-4.897-4.525-5.217-6.495c-0.372-2.185-0.372-3.996-0.372-4.793
+ c0-2.555,0.159-9.689,6.175-9.689c1.811,0,2.821,0.533,3.62,0.957L912.967,648.763z M897.532,655.044
+ c0,15.014,7.985,15.014,9.155,15.014c3.3,0,5.43-1.809,6.334-4.948l0.106,4.735c1.012-0.055,2.023-0.16,3.673-0.16
+ c0.586,0,1.063,0,1.491,0.053c0.426,0,0.851,0.053,1.33,0.107c-0.852-1.701-1.489-5.534-1.489-13.846c0-8.09,0-21.77,0.691-25.922
+ c-1.915,0.906-3.567,1.492-7.188,1.811c1.438,1.544,1.438,2.342,1.438,9.366c-1.01-0.317-2.289-0.691-4.471-0.691
+ C899.076,640.563,897.532,648.868,897.532,655.044"/>
+ <path opacity="0.6" fill="#FFFFFF" d="M926.399,652.327c0.054-4.418,0.96-8.357,4.738-8.357c4.153,0,4.47,4.577,4.364,8.357
+ H926.399z M940.771,652.861c0-6.229-1.224-12.352-9.102-12.352c-10.857,0-10.857,12.033-10.857,14.585
+ c0,10.809,4.843,15.066,12.987,15.066c3.618,0,5.376-0.529,6.334-0.795c-0.052-1.919,0.213-3.142,0.534-4.793
+ c-1.12,0.695-2.556,1.6-5.75,1.6c-8.305,0-8.411-7.563-8.411-10.174h14.161L940.771,652.861"/>
+ <path opacity="0.6" fill="#FFFFFF" d="M958.089,655.149c0,4.952-0.904,11.609-7.079,11.609c-0.853,0-1.916-0.162-2.606-0.321
+ c-0.108-1.916-0.108-5.216-0.108-9.053c0-4.578,0.478-6.97,0.853-8.145c1.116-3.778,3.619-3.83,4.098-3.83
+ C957.29,645.41,958.089,650.999,958.089,655.149z M942.812,660.957c0,3.939,0,6.174-0.639,7.874
+ c2.182,0.854,4.896,1.33,8.146,1.33c2.075,0,8.09,0,11.337-6.651c1.544-3.086,2.075-7.243,2.075-10.385
+ c0-1.916-0.213-6.121-1.757-8.782c-1.489-2.5-3.886-3.779-6.438-3.779c-5.111,0-6.602,4.259-7.398,6.44
+ c0-2.713,0.052-12.188,0.477-17.032c-3.458,1.598-5.59,1.86-7.877,2.075c2.076,0.851,2.076,4.366,2.076,15.811v13.1"/>
+ <path opacity="0.6" fill="#FFFFFF" d="M973.965,669.845c-1.065-0.16-1.813-0.266-3.356-0.266c-1.7,0-2.874,0.107-4.097,0.266
+ c0.531-1.014,0.745-1.494,0.903-4.951c0.214-4.736,0.268-17.412-0.104-20.072c-0.268-2.025-0.745-2.342-1.489-2.875
+ c4.363-0.426,5.586-0.744,7.609-1.702c-0.424,2.341-0.48,3.515-0.48,7.078C972.845,665.695,972.791,667.663,973.965,669.845"/>
+ <path opacity="0.6" fill="#FFFFFF" d="M991.01,654.775c-0.105,3.356-0.159,5.7-1.065,7.563c-1.119,2.396-2.982,3.087-4.364,3.087
+ c-3.197,0-3.888-2.661-3.888-5.269c0-5.006,4.474-5.382,6.493-5.382H991.01z M976.37,661.329c0,3.354,1.012,6.705,3.994,8.145
+ c1.33,0.584,2.66,0.584,3.087,0.584c4.897,0,6.547-3.62,7.559-5.854c-0.054,2.343,0,3.778,0.159,5.642
+ c0.958-0.055,1.916-0.16,3.516-0.16c0.904,0,1.755,0.105,2.659,0.16c-0.586-0.904-0.904-1.439-1.065-3.515
+ c-0.105-2.021-0.105-4.043-0.105-6.867l0.054-10.861c0-4.048-1.065-8.039-9.052-8.039c-5.268,0-8.354,1.598-9.898,2.396
+ c0.64,1.171,1.174,2.18,1.651,4.472c2.077-1.811,4.792-2.77,7.557-2.77c4.423,0,4.423,2.93,4.423,7.079
+ c-1.012-0.052-1.865-0.157-3.303-0.157C980.842,651.585,976.37,654.189,976.37,661.329"/>
+ <path opacity="0.6" fill="#FFFFFF" d="M1021.67,664.575c0.054,1.811,0.054,3.727,0.798,5.27c-1.173-0.105-1.863-0.266-4.045-0.266
+ c-1.279,0-1.97,0.107-2.981,0.266c0.211-0.689,0.321-0.957,0.427-1.863c0.159-1.223,0.267-5.322,0.267-6.76v-5.754
+ c0-2.501,0-6.122-0.164-7.397c-0.105-0.904-0.368-3.353-3.46-3.353c-3.033,0-4.043,2.233-4.417,4.045
+ c-0.425,1.861-0.425,3.886-0.425,11.768c0.052,6.813,0.052,7.451,0.584,9.314c-0.904-0.107-2.021-0.213-3.617-0.213
+ c-1.278,0-2.132,0.053-3.193,0.213c0.373-0.852,0.586-1.277,0.691-4.258c0.107-2.93,0.32-17.306-0.161-20.711
+ c-0.265-2.078-0.799-2.556-1.382-3.089c4.312-0.213,5.694-0.904,7.026-1.595v5.641c0.638-1.652,1.968-5.324,7.292-5.324
+ c6.655,0,6.707,4.845,6.761,8.037V664.575"/>
+ <path opacity="0.6" fill="#FFFFFF" d="M974.413,632.711l-4.408,4.407l-4.406-4.407l4.406-4.406L974.413,632.711"/>
+ </g>
+</g>
+</svg>
diff --git a/moonlight-theme/sources/plymouth/plymouth_background.svg b/moonlight-theme/sources/plymouth/plymouth_background.svg
new file mode 100644
index 0000000..b1c1e39
--- /dev/null
+++ b/moonlight-theme/sources/plymouth/plymouth_background.svg
@@ -0,0 +1,2224 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ width="1920px" height="1080px" viewBox="0 0 1920 1080" enable-background="new 0 0 1920 1080" xml:space="preserve">
+<rect x="-340" y="-241.988" fill="#24363E" width="2600" height="1708.988"/>
+<ellipse opacity="0.2" fill="#2C515C" enable-background="new " cx="960" cy="1276.386" rx="1066.605" ry="379.538"/>
+<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="884.439" y1="479.3345" x2="884.439" y2="578.8423" gradientTransform="matrix(0 1 1 0 1021.8828 -842.3081)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#24363E;stop-opacity:0"/>
+</linearGradient>
+<line opacity="0.3" fill="none" stroke="url(#SVGID_1_)" stroke-width="3" stroke-miterlimit="10" enable-background="new " x1="1501.217" y1="42.131" x2="1600.725" y2="42.131"/>
+<g display="none">
+ <g display="inline">
+
+ <radialGradient id="SVGID_2_" cx="-1709.5527" cy="-670.4297" r="1087.3379" gradientTransform="matrix(0.2308 0 0 0.2308 1354.5647 618.801)" gradientUnits="userSpaceOnUse">
+ <stop offset="0" style="stop-color:#6D99B8"/>
+ <stop offset="1" style="stop-color:#153645;stop-opacity:0"/>
+ </radialGradient>
+ <rect x="709.043" y="213.108" fill="url(#SVGID_2_)" width="501.914" height="501.917"/>
+ </g>
+
+ <path display="inline" opacity="0.3" fill="#264A61" stroke="#F6F6F6" stroke-width="3" stroke-linecap="round" stroke-miterlimit="10" enable-background="new " d="
+ M1106.904,597.292c-86.863,86.865-227.7,86.865-314.564-0.001c-86.866-86.866-86.866-227.702-0.002-314.568"/>
+ <circle display="inline" opacity="0.7" fill="#264A61" enable-background="new " cx="960.811" cy="471.569" r="155.922"/>
+ <circle display="inline" opacity="0.4" fill="#24363E" enable-background="new " cx="960.811" cy="471.568" r="119.798"/>
+ <path display="inline" opacity="0.6" fill="#1790AF" enable-background="new " d="M1080.064,471.569
+ c-0.002,65.861-53.393,119.251-119.256,119.253c-65.864-0.002-119.255-53.393-119.253-119.252
+ c-0.002-65.864,53.391-119.255,119.256-119.256C1026.674,352.313,1080.064,405.703,1080.064,471.569z"/>
+ <g display="inline">
+ <path fill="none" d="M905.349,527.031L902,523.685l-11.18,11.18c1.055,1.164,2.141,2.308,3.264,3.432l0,0L905.349,527.031z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M873.762,461.657c-0.246-0.248-0.211-0.684,0.081-0.978
+ l7.548-7.545l-10.439-10.439c-3.547,11.069-4.999,22.662-4.354,34.159l11.18-11.181L873.762,461.657z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M916.795,516.485l7.995,7.994l5.897-5.896l-11.794-11.793
+ L902,523.685l3.349,3.348l10.611-10.613C916.173,516.207,916.547,516.237,916.795,516.485z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M916.45,418.071c0.295-0.293,0.732-0.331,0.979-0.083
+ l0.596,0.596c-0.576-0.577-0.688-1.402-0.245-1.841l19.282-19.285l-12.881-12.883c-10.939,4.603-21.188,11.357-30.098,20.266
+ c-2.66,2.661-5.125,5.439-7.402,8.32l17.339,17.338L916.45,418.071z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M973.656,378.078c-3.841-0.525-7.708-0.813-11.577-0.865
+ l6.224,6.221L973.656,378.078z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1030.616,418.656c0.439-0.441,1.154-0.441,1.595,0
+ l15.071,15.072c-4.587-10.485-11.168-20.307-19.746-28.886c-11.293-11.292-24.733-19.123-39.01-23.495l39.699,39.7
+ L1030.616,418.656z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1008.142,423.275l5.224-5.225
+ c0.348-0.347,0.641-0.612,0.655-0.598l2.498,2.5c0.018,0.016-0.251,0.308-0.597,0.655l-5.224,5.223l6.371,6.372l11.156-11.156
+ l-39.699-39.7c-4.877-1.492-9.852-2.583-14.87-3.269l-5.354,5.356L1008.142,423.275z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1008.142,423.275l5.224-5.225
+ c0.348-0.347,0.641-0.612,0.655-0.598l2.498,2.5c0.018,0.016-0.251,0.308-0.597,0.655l-5.224,5.223l6.371,6.372l11.156-11.156
+ l-39.699-39.7c-4.877-1.492-9.852-2.583-14.87-3.269l-5.354,5.356L1008.142,423.275z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1047.802,508.198c0.503-1.193,0.979-2.397,1.43-3.606
+ l-2.517,2.519L1047.802,508.198z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1047.802,508.198c0.503-1.193,0.979-2.397,1.43-3.606
+ l-2.517,2.519L1047.802,508.198z"/>
+
+ <rect x="927.672" y="517.552" transform="matrix(-0.7063 -0.7079 0.7079 -0.7063 1214.0178 1547.1428)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.588" height="8.34"/>
+
+ <rect x="927.672" y="517.552" transform="matrix(-0.7063 -0.7079 0.7079 -0.7063 1214.0178 1547.1428)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.588" height="8.34"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M949.356,516.212l-6.714,6.713
+ c-0.274,0.274-0.505,0.487-0.515,0.479l-1.769-1.77c-0.01-0.012,0.203-0.243,0.479-0.515l6.71-6.712l-4.207-4.208l-16.416,16.417
+ l30.085,30.085c0.249,0.249,0.279,0.625,0.065,0.835l-7.702,7.705c1.449,0.174,2.902,0.314,4.354,0.425l22.541-22.541
+ L949.356,516.212z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M949.356,516.212l-6.714,6.713
+ c-0.274,0.274-0.505,0.487-0.515,0.479l-1.769-1.77c-0.01-0.012,0.203-0.243,0.479-0.515l6.71-6.712l-4.207-4.208l-16.416,16.417
+ l30.085,30.085c0.249,0.249,0.279,0.625,0.065,0.835l-7.702,7.705c1.449,0.174,2.902,0.314,4.354,0.425l22.541-22.541
+ L949.356,516.212z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1021.899,543.494c1.931-1.645,3.813-3.376,5.637-5.2
+ c5.865-5.864,10.794-12.311,14.793-19.151l-22.393,22.394L1021.899,543.494z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1021.899,543.494c1.931-1.645,3.813-3.376,5.637-5.2
+ c5.865-5.864,10.794-12.311,14.793-19.151l-22.393,22.394L1021.899,543.494z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1027.43,526.394c-0.439,0.44-1.155,0.44-1.594,0l-0.888-0.885
+ l-25.876-25.876l-10.519,10.518l31.383,31.386l22.394-22.394c2.075-3.55,3.897-7.207,5.472-10.944l-1.087-1.088L1027.43,526.394z"
+ />
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1027.43,526.394c-0.439,0.44-1.155,0.44-1.594,0l-0.888-0.885
+ l-25.876-25.876l-10.519,10.518l31.383,31.386l22.394-22.394c2.075-3.55,3.897-7.207,5.472-10.944l-1.087-1.088L1027.43,526.394z"
+ />
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1027.43,526.394c-0.439,0.44-1.155,0.44-1.594,0l-0.888-0.885
+ l-25.876-25.876l-10.519,10.518l31.383,31.386l22.394-22.394c2.075-3.55,3.897-7.207,5.472-10.944l-1.087-1.088L1027.43,526.394z"
+ />
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M868.236,489.923c3.214,16.274,10.739,31.867,22.584,44.941
+ l11.18-11.18L868.236,489.923z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M918.895,506.789l-41.119-41.117l-11.18,11.181
+ c0.242,4.379,0.791,8.749,1.642,13.07L902,523.685L918.895,506.789z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M918.895,506.789l-41.119-41.117l-11.18,11.181
+ c0.242,4.379,0.791,8.749,1.642,13.07L902,523.685L918.895,506.789z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M941.206,508.064l-5.809-5.809
+ c-0.207-0.208-0.354-0.447-0.438-0.689l-6.942,6.945c-0.345,0.343-0.638,0.611-0.654,0.597l-2.499-2.5
+ c-0.016-0.017,0.251-0.309,0.598-0.653l9.366-9.37l-2.864-2.864l-13.068,13.068l11.794,11.793L941.206,508.064z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M941.206,508.064l-5.809-5.809
+ c-0.207-0.208-0.354-0.447-0.438-0.689l-6.942,6.945c-0.345,0.343-0.638,0.611-0.654,0.597l-2.499-2.5
+ c-0.016-0.017,0.251-0.309,0.598-0.653l9.366-9.37l-2.864-2.864l-13.068,13.068l11.794,11.793L941.206,508.064z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M881.391,453.133l-7.548,7.545
+ c-0.292,0.294-0.327,0.73-0.081,0.978l4.014,4.015l8.077-8.076L881.391,453.133z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M881.391,453.133l-7.548,7.545
+ c-0.292,0.294-0.327,0.73-0.081,0.978l4.014,4.015l8.077-8.076L881.391,453.133z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M920.646,422.8c0.441-0.44,1-0.594,1.25-0.346l-3.871-3.87
+ l-0.596-0.596c-0.246-0.248-0.685-0.211-0.979,0.083l-12.431,12.43l4.464,4.464L920.646,422.8z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M920.646,422.8c0.441-0.44,1-0.594,1.25-0.346l-3.871-3.87
+ l-0.596-0.596c-0.246-0.248-0.685-0.211-0.979,0.083l-12.431,12.43l4.464,4.464L920.646,422.8z"/>
+
+ <rect x="932.076" y="489.968" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1946.6801 177.646)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="4.051"/>
+
+ <rect x="932.076" y="489.968" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1946.6801 177.646)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="4.051"/>
+
+ <rect x="932.076" y="489.968" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1946.6801 177.646)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="8.944" height="4.051"/>
+
+ <rect x="935.881" y="506.154" transform="matrix(-0.7054 -0.7088 0.7088 -0.7054 1232.5732 1539.4319)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.587" height="14.876"/>
+
+ <rect x="935.881" y="506.154" transform="matrix(-0.7054 -0.7088 0.7088 -0.7054 1232.5732 1539.4319)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.587" height="14.876"/>
+
+ <rect x="935.881" y="506.154" transform="matrix(-0.7054 -0.7088 0.7088 -0.7054 1232.5732 1539.4319)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="0.587" height="14.876"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M925.588,426.146l-3.691-3.692
+ c-0.25-0.248-0.809-0.094-1.25,0.346l-12.162,12.165l4.145,4.143L925.588,426.146z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M925.588,426.146l-3.691-3.692
+ c-0.25-0.248-0.809-0.094-1.25,0.346l-12.162,12.165l4.145,4.143L925.588,426.146z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M925.588,426.146l-3.691-3.692
+ c-0.25-0.248-0.809-0.094-1.25,0.346l-12.162,12.165l4.145,4.143L925.588,426.146z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M930.516,492.272l-4.195,4.196
+ c-0.438,0.441-1.127,0.465-1.536,0.058l-38.932-38.93l-8.077,8.076l41.119,41.117l13.068-13.068L930.516,492.272z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M930.516,492.272l-4.195,4.196
+ c-0.438,0.441-1.127,0.465-1.536,0.058l-38.932-38.93l-8.077,8.076l41.119,41.117l13.068-13.068L930.516,492.272z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M930.516,492.272l-4.195,4.196
+ c-0.438,0.441-1.127,0.465-1.536,0.058l-38.932-38.93l-8.077,8.076l41.119,41.117l13.068-13.068L930.516,492.272z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M947.411,473.894c0.412,0.409,0.386,1.095-0.053,1.537
+ l10.409-10.409l-11.368-11.372c-0.098-0.096-0.108-0.243-0.026-0.325l3.195-3.197l-23.98-23.982l-12.96,12.961L947.411,473.894z"
+ />
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M947.411,473.894c0.412,0.409,0.386,1.095-0.053,1.537
+ l10.409-10.409l-11.368-11.372c-0.098-0.096-0.108-0.243-0.026-0.325l3.195-3.197l-23.98-23.982l-12.96,12.961L947.411,473.894z"
+ />
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M947.411,473.894c0.412,0.409,0.386,1.095-0.053,1.537
+ l10.409-10.409l-11.368-11.372c-0.098-0.096-0.108-0.243-0.026-0.325l3.195-3.197l-23.98-23.982l-12.96,12.961L947.411,473.894z"
+ />
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M947.411,473.894c0.412,0.409,0.386,1.095-0.053,1.537
+ l10.409-10.409l-11.368-11.372c-0.098-0.096-0.108-0.243-0.026-0.325l3.195-3.197l-23.98-23.982l-12.96,12.961L947.411,473.894z"
+ />
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M937.129,486.24c-0.16-0.162-0.137-0.443,0.053-0.634
+ l-6.666,6.667l1.447,1.448l6.323-6.324L937.129,486.24z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M937.129,486.24c-0.16-0.162-0.137-0.443,0.053-0.634
+ l-6.666,6.667l1.447,1.448l6.323-6.324L937.129,486.24z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M937.129,486.24c-0.16-0.162-0.137-0.443,0.053-0.634
+ l-6.666,6.667l1.447,1.448l6.323-6.324L937.129,486.24z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M937.129,486.24c-0.16-0.162-0.137-0.443,0.053-0.634
+ l-6.666,6.667l1.447,1.448l6.323-6.324L937.129,486.24z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1030.616,418.656l-2.391,2.391l12.105,12.105l1.646-1.643
+ c0.281-0.285,0.524-0.502,0.542-0.486l2.5,2.5c0.014,0.015-0.203,0.258-0.487,0.543l-1.645,1.643l8.146,8.143
+ c-1.053-3.429-2.304-6.809-3.751-10.123l-15.072-15.072C1031.771,418.215,1031.057,418.215,1030.616,418.656z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M1030.616,418.656l-2.391,2.391l12.105,12.105l1.646-1.643
+ c0.281-0.285,0.524-0.502,0.542-0.486l2.5,2.5c0.014,0.015-0.203,0.258-0.487,0.543l-1.645,1.643l8.146,8.143
+ c-1.053-3.429-2.304-6.809-3.751-10.123l-15.072-15.072C1031.771,418.215,1031.057,418.215,1030.616,418.656z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1011.649,466.947l35.931,35.93
+ c0.578,0.576,0.689,1.402,0.25,1.841l-1.755,1.754l0.64,0.638l2.517-2.519c7.27-19.501,7.87-40.92,1.803-60.741l-8.146-8.143
+ L1011.649,466.947z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1011.649,466.947l35.931,35.93
+ c0.578,0.576,0.689,1.402,0.25,1.841l-1.755,1.754l0.64,0.638l2.517-2.519c7.27-19.501,7.87-40.92,1.803-60.741l-8.146-8.143
+ L1011.649,466.947z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M1011.649,466.947l35.931,35.93
+ c0.578,0.576,0.689,1.402,0.25,1.841l-1.755,1.754l0.64,0.638l2.517-2.519c7.27-19.501,7.87-40.92,1.803-60.741l-8.146-8.143
+ L1011.649,466.947z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1022.011,438.737l-19.284,19.285l0.604,0.605l7.032-7.031
+ c0.272-0.273,0.503-0.485,0.515-0.475l1.767,1.768c0.011,0.011-0.202,0.241-0.476,0.515l-7.03,7.03l3.958,3.957l31.236-31.238
+ l-12.105-12.105l-11.156,11.156l4.693,4.694C1022.341,437.473,1022.449,438.298,1022.011,438.737z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1022.011,438.737l-19.284,19.285l0.604,0.605l7.032-7.031
+ c0.272-0.273,0.503-0.485,0.515-0.475l1.767,1.768c0.011,0.011-0.202,0.241-0.476,0.515l-7.03,7.03l3.958,3.957l31.236-31.238
+ l-12.105-12.105l-11.156,11.156l4.693,4.694C1022.341,437.473,1022.449,438.298,1022.011,438.737z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M1022.011,438.737l-19.284,19.285l0.604,0.605l7.032-7.031
+ c0.272-0.273,0.503-0.485,0.515-0.475l1.767,1.768c0.011,0.011-0.202,0.241-0.476,0.515l-7.03,7.03l3.958,3.957l31.236-31.238
+ l-12.105-12.105l-11.156,11.156l4.693,4.694C1022.341,437.473,1022.449,438.298,1022.011,438.737z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1024.948,525.508l0.888,0.885c0.438,0.44,1.153,0.44,1.594,0
+ l19.285-19.283l-0.64-0.638l-19.282,19.284C1026.352,526.196,1025.526,526.085,1024.948,525.508z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1024.948,525.508l0.888,0.885c0.438,0.44,1.153,0.44,1.594,0
+ l19.285-19.283l-0.64-0.638l-19.282,19.284C1026.352,526.196,1025.526,526.085,1024.948,525.508z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1024.948,525.508l0.888,0.885c0.438,0.44,1.153,0.44,1.594,0
+ l19.285-19.283l-0.64-0.638l-19.282,19.284C1026.352,526.196,1025.526,526.085,1024.948,525.508z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M1024.948,525.508l0.888,0.885c0.438,0.44,1.153,0.44,1.594,0
+ l19.285-19.283l-0.64-0.638l-19.282,19.284C1026.352,526.196,1025.526,526.085,1024.948,525.508z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M953.729,565.667c13.351,0.999,26.874-0.831,39.594-5.487
+ l-17.053-17.054L953.729,565.667z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M953.729,565.667c13.351,0.999,26.874-0.831,39.594-5.487
+ l-17.053-17.054L953.729,565.667z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M953.729,565.667c13.351,0.999,26.874-0.831,39.594-5.487
+ l-17.053-17.054L953.729,565.667z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M938.815,395.706c0.441-0.44,1.265-0.329,1.841,0.248
+ l7.563,7.562l20.084-20.081l-6.224-6.221c-12.895-0.173-25.817,2.283-37.897,7.363l12.881,12.883L938.815,395.706z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M938.815,395.706c0.441-0.44,1.265-0.329,1.841,0.248
+ l7.563,7.562l20.084-20.081l-6.224-6.221c-12.895-0.173-25.817,2.283-37.897,7.363l12.881,12.883L938.815,395.706z"/>
+
+ <rect x="950.033" y="399.172" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 1377.5934 1397.368)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="56.341" height="28.401"/>
+
+ <rect x="950.033" y="399.172" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 1377.5934 1397.368)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="56.341" height="28.401"/>
+
+ <rect x="950.033" y="399.172" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 1377.5934 1397.368)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="56.341" height="28.401"/>
+
+ <rect x="989.653" y="434.547" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -16.4404 838.4141)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="28.399" height="9.011"/>
+
+ <rect x="989.653" y="434.547" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -16.4404 838.4141)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="28.399" height="9.011"/>
+
+ <rect x="989.653" y="434.547" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -16.4404 838.4141)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="28.399" height="9.011"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M997.402,452.7l4.828-4.828
+ c0.408-0.408,0.745-0.729,0.755-0.718l1.684,1.683c0.011,0.01-0.312,0.347-0.72,0.756l-4.826,4.828l3.604,3.602l19.284-19.285
+ c0.438-0.439,0.33-1.264-0.247-1.841l-4.693-4.694l-20.081,20.081L997.402,452.7z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M997.402,452.7l4.828-4.828
+ c0.408-0.408,0.745-0.729,0.755-0.718l1.684,1.683c0.011,0.01-0.312,0.347-0.72,0.756l-4.826,4.828l3.604,3.602l19.284-19.285
+ c0.438-0.439,0.33-1.264-0.247-1.841l-4.693-4.694l-20.081,20.081L997.402,452.7z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M997.402,452.7l4.828-4.828
+ c0.408-0.408,0.745-0.729,0.755-0.718l1.684,1.683c0.011,0.01-0.312,0.347-0.72,0.756l-4.826,4.828l3.604,3.602l19.284-19.285
+ c0.438-0.439,0.33-1.264-0.247-1.841l-4.693-4.694l-20.081,20.081L997.402,452.7z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M997.402,452.7l4.828-4.828
+ c0.408-0.408,0.745-0.729,0.755-0.718l1.684,1.683c0.011,0.01-0.312,0.347-0.72,0.756l-4.826,4.828l3.604,3.602l19.284-19.285
+ c0.438-0.439,0.33-1.264-0.247-1.841l-4.693-4.694l-20.081,20.081L997.402,452.7z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M989.655,506.792c-0.438,0.439-1.151,0.438-1.592-0.002
+ l-4.303-4.303l-1.438,1.436l6.23,6.228l10.519-10.518l-1.128-1.13L989.655,506.792z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M989.655,506.792c-0.438,0.439-1.151,0.438-1.592-0.002
+ l-4.303-4.303l-1.438,1.436l6.23,6.228l10.519-10.518l-1.128-1.13L989.655,506.792z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M989.655,506.792c-0.438,0.439-1.151,0.438-1.592-0.002
+ l-4.303-4.303l-1.438,1.436l6.23,6.228l10.519-10.518l-1.128-1.13L989.655,506.792z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M989.655,506.792c-0.438,0.439-1.151,0.438-1.592-0.002
+ l-4.303-4.303l-1.438,1.436l6.23,6.228l10.519-10.518l-1.128-1.13L989.655,506.792z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M963.838,485.433l5.42-5.418l-6.371-6.373l-5.547,5.546
+ c0.242,0.083,0.479,0.228,0.688,0.438L963.838,485.433z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M963.838,485.433l5.42-5.418l-6.371-6.373l-5.547,5.546
+ c0.242,0.083,0.479,0.228,0.688,0.438L963.838,485.433z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M963.838,485.433l5.42-5.418l-6.371-6.373l-5.547,5.546
+ c0.242,0.083,0.479,0.228,0.688,0.438L963.838,485.433z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M963.838,485.433l5.42-5.418l-6.371-6.373l-5.547,5.546
+ c0.242,0.083,0.479,0.228,0.688,0.438L963.838,485.433z"/>
+
+ <rect x="935.363" y="476.31" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1960.2611 144.7052)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="29.596" height="4.052"/>
+
+ <rect x="935.363" y="476.31" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1960.2611 144.7052)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="29.596" height="4.052"/>
+
+ <rect x="935.363" y="476.31" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1960.2611 144.7052)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="29.596" height="4.052"/>
+
+ <rect x="935.363" y="476.31" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1960.2611 144.7052)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="29.596" height="4.052"/>
+
+ <rect x="962.916" y="482.648" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1991.8789 140.9778)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.664" height="0.587"/>
+
+ <rect x="962.916" y="482.648" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1991.8789 140.9778)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.664" height="0.587"/>
+
+ <rect x="962.916" y="482.648" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1991.8789 140.9778)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.664" height="0.587"/>
+
+ <rect x="962.916" y="482.648" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1991.8789 140.9778)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="7.664" height="0.587"/>
+
+ <rect x="962.916" y="482.648" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1991.8789 140.9778)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="7.664" height="0.587"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M957.769,465.022l-10.409,10.409l-10.178,10.175
+ c-0.188,0.19-0.213,0.472-0.053,0.634l1.157,1.157l20.93-20.927L957.769,465.022z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M957.769,465.022l-10.409,10.409l-10.178,10.175
+ c-0.188,0.19-0.213,0.472-0.053,0.634l1.157,1.157l20.93-20.927L957.769,465.022z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M957.769,465.022l-10.409,10.409l-10.178,10.175
+ c-0.188,0.19-0.213,0.472-0.053,0.634l1.157,1.157l20.93-20.927L957.769,465.022z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M957.769,465.022l-10.409,10.409l-10.178,10.175
+ c-0.188,0.19-0.213,0.472-0.053,0.634l1.157,1.157l20.93-20.927L957.769,465.022z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M957.769,465.022l-10.409,10.409l-10.178,10.175
+ c-0.188,0.19-0.213,0.472-0.053,0.634l1.157,1.157l20.93-20.927L957.769,465.022z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M974.356,474.914l-1.693-1.694l-3.197,3.195
+ c-0.081,0.083-0.229,0.072-0.325-0.026l-4.501-4.502l-1.753,1.754l6.371,6.373L974.356,474.914z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M974.356,474.914l-1.693-1.694l-3.197,3.195
+ c-0.081,0.083-0.229,0.072-0.325-0.026l-4.501-4.502l-1.753,1.754l6.371,6.373L974.356,474.914z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M974.356,474.914l-1.693-1.694l-3.197,3.195
+ c-0.081,0.083-0.229,0.072-0.325-0.026l-4.501-4.502l-1.753,1.754l6.371,6.373L974.356,474.914z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M974.356,474.914l-1.693-1.694l-3.197,3.195
+ c-0.081,0.083-0.229,0.072-0.325-0.026l-4.501-4.502l-1.753,1.754l6.371,6.373L974.356,474.914z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M974.356,474.914l-1.693-1.694l-3.197,3.195
+ c-0.081,0.083-0.229,0.072-0.325-0.026l-4.501-4.502l-1.753,1.754l6.371,6.373L974.356,474.914z"/>
+
+ <rect x="971.697" y="474.065" transform="matrix(-0.7079 -0.7063 0.7063 -0.7079 1322.7317 1502.3259)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.588" height="7.213"/>
+
+ <rect x="971.697" y="474.065" transform="matrix(-0.7079 -0.7063 0.7063 -0.7079 1322.7317 1502.3259)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.588" height="7.213"/>
+
+ <rect x="971.697" y="474.065" transform="matrix(-0.7079 -0.7063 0.7063 -0.7079 1322.7317 1502.3259)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.588" height="7.213"/>
+
+ <rect x="971.697" y="474.065" transform="matrix(-0.7079 -0.7063 0.7063 -0.7079 1322.7317 1502.3259)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="0.588" height="7.213"/>
+
+ <rect x="971.697" y="474.065" transform="matrix(-0.7079 -0.7063 0.7063 -0.7079 1322.7317 1502.3259)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.588" height="7.213"/>
+
+ <rect x="971.697" y="474.065" transform="matrix(-0.7079 -0.7063 0.7063 -0.7079 1322.7317 1502.3259)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="0.588" height="7.213"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M949.568,450.129l-3.196,3.197
+ c-0.081,0.082-0.069,0.229,0.027,0.325l11.368,11.372l3.347-3.348L949.568,450.129z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M949.568,450.129l-3.196,3.197
+ c-0.081,0.082-0.069,0.229,0.027,0.325l11.368,11.372l3.347-3.348L949.568,450.129z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M949.568,450.129l-3.196,3.197
+ c-0.081,0.082-0.069,0.229,0.027,0.325l11.368,11.372l3.347-3.348L949.568,450.129z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M949.568,450.129l-3.196,3.197
+ c-0.081,0.082-0.069,0.229,0.027,0.325l11.368,11.372l3.347-3.348L949.568,450.129z"/>
+ <path opacity="0.4" fill="#FEF4A5" enable-background="new " d="M949.568,450.129l-3.196,3.197
+ c-0.081,0.082-0.069,0.229,0.027,0.325l11.368,11.372l3.347-3.348L949.568,450.129z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M962.111,462.672c0.25,0.248,0.095,0.807-0.347,1.248
+ l-2.55,2.549l2.867,2.865l3.347-3.345L962.111,462.672z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M962.111,462.672c0.25,0.248,0.095,0.807-0.347,1.248
+ l-2.55,2.549l2.867,2.865l3.347-3.345L962.111,462.672z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M962.111,462.672c0.25,0.248,0.095,0.807-0.347,1.248
+ l-2.55,2.549l2.867,2.865l3.347-3.345L962.111,462.672z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M962.111,462.672c0.25,0.248,0.095,0.807-0.347,1.248
+ l-2.55,2.549l2.867,2.865l3.347-3.345L962.111,462.672z"/>
+ <path opacity="0.4" fill="#FEF4A5" enable-background="new " d="M962.111,462.672c0.25,0.248,0.095,0.807-0.347,1.248
+ l-2.55,2.549l2.867,2.865l3.347-3.345L962.111,462.672z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M961.766,463.92c0.44-0.441,0.597-1,0.347-1.248l-0.997-0.998
+ l-3.347,3.348l1.447,1.447L961.766,463.92z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M961.766,463.92c0.44-0.441,0.597-1,0.347-1.248l-0.997-0.998
+ l-3.347,3.348l1.447,1.447L961.766,463.92z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M961.766,463.92c0.44-0.441,0.597-1,0.347-1.248l-0.997-0.998
+ l-3.347,3.348l1.447,1.447L961.766,463.92z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M961.766,463.92c0.44-0.441,0.597-1,0.347-1.248l-0.997-0.998
+ l-3.347,3.348l1.447,1.447L961.766,463.92z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M961.766,463.92c0.44-0.441,0.597-1,0.347-1.248l-0.997-0.998
+ l-3.347,3.348l1.447,1.447L961.766,463.92z"/>
+ <path opacity="0.4" fill="#FEF4A5" enable-background="new " d="M961.766,463.92c0.44-0.441,0.597-1,0.347-1.248l-0.997-0.998
+ l-3.347,3.348l1.447,1.447L961.766,463.92z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M964.64,471.887l4.501,4.502
+ c0.098,0.098,0.244,0.109,0.325,0.026l3.197-3.195l-4.68-4.677L964.64,471.887z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M964.64,471.887l4.501,4.502
+ c0.098,0.098,0.244,0.109,0.325,0.026l3.197-3.195l-4.68-4.677L964.64,471.887z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M964.64,471.887l4.501,4.502
+ c0.098,0.098,0.244,0.109,0.325,0.026l3.197-3.195l-4.68-4.677L964.64,471.887z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M964.64,471.887l4.501,4.502
+ c0.098,0.098,0.244,0.109,0.325,0.026l3.197-3.195l-4.68-4.677L964.64,471.887z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M964.64,471.887l4.501,4.502
+ c0.098,0.098,0.244,0.109,0.325,0.026l3.197-3.195l-4.68-4.677L964.64,471.887z"/>
+ <path opacity="0.4" fill="#FEF4A5" enable-background="new " d="M964.64,471.887l4.501,4.502
+ c0.098,0.098,0.244,0.109,0.325,0.026l3.197-3.195l-4.68-4.677L964.64,471.887z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M905.349,527.031l-11.265,11.264
+ c3.005,3.004,6.161,5.763,9.446,8.275l10.679-10.679L905.349,527.031z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M905.502,548.038c11.241,8.154,23.877,13.521,36.955,16.101
+ l-26.528-26.525L905.502,548.038z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M914.311,535.792c-0.11-0.382-0.021-0.811,0.28-1.111
+ l10.2-10.2l-7.996-7.995c-0.248-0.248-0.622-0.278-0.835-0.066l-10.611,10.613l8.86,8.861L914.311,535.792z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M914.311,535.792c-0.11-0.382-0.021-0.811,0.28-1.111
+ l10.2-10.2l-7.996-7.995c-0.248-0.248-0.622-0.278-0.835-0.066l-10.611,10.613l8.86,8.861L914.311,535.792z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M924.791,524.479l-10.2,10.2
+ c-0.302,0.3-0.392,0.729-0.28,1.111l10.896-10.896L924.791,524.479z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M924.791,524.479l-10.2,10.2
+ c-0.302,0.3-0.392,0.729-0.28,1.111l10.896-10.896L924.791,524.479z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M924.791,524.479l-10.2,10.2
+ c-0.302,0.3-0.392,0.729-0.28,1.111l10.896-10.896L924.791,524.479z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M957.011,556.702l-30.085-30.085l-10.997,10.997l26.527,26.525
+ c2.296,0.452,4.603,0.823,6.919,1.104l7.701-7.705C957.289,557.327,957.26,556.95,957.011,556.702z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M957.011,556.702l-30.085-30.085l-10.997,10.997l26.527,26.525
+ c2.296,0.452,4.603,0.823,6.919,1.104l7.701-7.705C957.289,557.327,957.26,556.95,957.011,556.702z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M957.011,556.702l-30.085-30.085l-10.997,10.997l26.527,26.525
+ c2.296,0.452,4.603,0.823,6.919,1.104l7.701-7.705C957.289,557.327,957.26,556.95,957.011,556.702z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M983.762,502.486l4.303,4.303
+ c0.439,0.438,1.152,0.442,1.592,0.002l8.289-8.29l-5.1-5.1L983.762,502.486z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M983.762,502.486l4.303,4.303
+ c0.439,0.438,1.152,0.442,1.592,0.002l8.289-8.29l-5.1-5.1L983.762,502.486z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M983.762,502.486l4.303,4.303
+ c0.439,0.438,1.152,0.442,1.592,0.002l8.289-8.29l-5.1-5.1L983.762,502.486z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M983.762,502.486l4.303,4.303
+ c0.439,0.438,1.152,0.442,1.592,0.002l8.289-8.29l-5.1-5.1L983.762,502.486z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M983.762,502.486l4.303,4.303
+ c0.439,0.438,1.152,0.442,1.592,0.002l8.289-8.29l-5.1-5.1L983.762,502.486z"/>
+
+ <rect x="978.472" y="500.269" transform="matrix(0.7067 0.7075 -0.7075 0.7067 642.3769 -547.1462)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.408" height="2.032"/>
+
+ <rect x="978.472" y="500.269" transform="matrix(0.7067 0.7075 -0.7075 0.7067 642.3769 -547.1462)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.408" height="2.032"/>
+
+ <rect x="978.472" y="500.269" transform="matrix(0.7067 0.7075 -0.7075 0.7067 642.3769 -547.1462)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.408" height="2.032"/>
+
+ <rect x="978.472" y="500.269" transform="matrix(0.7067 0.7075 -0.7075 0.7067 642.3769 -547.1462)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="5.408" height="2.032"/>
+
+ <rect x="978.472" y="500.269" transform="matrix(0.7067 0.7075 -0.7075 0.7067 642.3769 -547.1462)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.408" height="2.032"/>
+
+ <rect x="973.659" y="492.049" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 2013.7821 155.5585)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.03" height="5.597"/>
+
+ <rect x="973.659" y="492.049" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 2013.7821 155.5585)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.03" height="5.597"/>
+
+ <rect x="973.659" y="492.049" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 2013.7821 155.5585)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.03" height="5.597"/>
+
+ <rect x="973.659" y="492.049" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 2013.7821 155.5585)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="2.03" height="5.597"/>
+
+ <rect x="973.659" y="492.049" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 2013.7821 155.5585)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.03" height="5.597"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M971.806,488.939l3.189-3.188l-3.604-3.603l-5.42,5.419
+ l4.209,4.207l1.459-1.459C971.38,489.88,971.434,489.312,971.806,488.939z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M971.806,488.939l3.189-3.188l-3.604-3.603l-5.42,5.419
+ l4.209,4.207l1.459-1.459C971.38,489.88,971.434,489.312,971.806,488.939z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M971.806,488.939l3.189-3.188l-3.604-3.603l-5.42,5.419
+ l4.209,4.207l1.459-1.459C971.38,489.88,971.434,489.312,971.806,488.939z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M971.806,488.939l3.189-3.188l-3.604-3.603l-5.42,5.419
+ l4.209,4.207l1.459-1.459C971.38,489.88,971.434,489.312,971.806,488.939z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M971.806,488.939l3.189-3.188l-3.604-3.603l-5.42,5.419
+ l4.209,4.207l1.459-1.459C971.38,489.88,971.434,489.312,971.806,488.939z"/>
+
+ <rect x="972.109" y="478.809" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 2006.0205 131.7939)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.212" height="5.096"/>
+
+ <rect x="972.109" y="478.809" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 2006.0205 131.7939)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.212" height="5.096"/>
+
+ <rect x="972.109" y="478.809" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 2006.0205 131.7939)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.212" height="5.096"/>
+
+ <rect x="972.109" y="478.809" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 2006.0205 131.7939)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.212" height="5.096"/>
+
+ <rect x="972.109" y="478.809" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 2006.0205 131.7939)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="7.212" height="5.096"/>
+
+ <rect x="972.109" y="478.809" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 2006.0205 131.7939)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.212" height="5.096"/>
+
+ <rect x="979.933" y="493.27" transform="matrix(-0.707 0.7072 -0.7072 -0.707 2034.4745 149.082)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.846" height="5.41"/>
+
+ <rect x="979.933" y="493.27" transform="matrix(-0.707 0.7072 -0.7072 -0.707 2034.4745 149.082)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.846" height="5.41"/>
+
+ <rect x="979.933" y="493.27" transform="matrix(-0.707 0.7072 -0.7072 -0.707 2034.4745 149.082)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.846" height="5.41"/>
+
+ <rect x="979.933" y="493.27" transform="matrix(-0.707 0.7072 -0.7072 -0.707 2034.4745 149.082)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="12.846" height="5.41"/>
+
+ <rect x="979.933" y="493.27" transform="matrix(-0.707 0.7072 -0.7072 -0.707 2034.4745 149.082)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.846" height="5.41"/>
+
+ <rect x="979.933" y="493.27" transform="matrix(-0.707 0.7072 -0.7072 -0.707 2034.4745 149.082)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.846" height="5.41"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M980.254,489.417c-0.439,0.439-1.153,0.439-1.595,0
+ l-1.254-1.255l-3.983,3.986l3.957,3.956l9.083-9.083l-1.904-1.907L980.254,489.417z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M980.254,489.417c-0.439,0.439-1.153,0.439-1.595,0
+ l-1.254-1.255l-3.983,3.986l3.957,3.956l9.083-9.083l-1.904-1.907L980.254,489.417z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M980.254,489.417c-0.439,0.439-1.153,0.439-1.595,0
+ l-1.254-1.255l-3.983,3.986l3.957,3.956l9.083-9.083l-1.904-1.907L980.254,489.417z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M980.254,489.417c-0.439,0.439-1.153,0.439-1.595,0
+ l-1.254-1.255l-3.983,3.986l3.957,3.956l9.083-9.083l-1.904-1.907L980.254,489.417z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M980.254,489.417c-0.439,0.439-1.153,0.439-1.595,0
+ l-1.254-1.255l-3.983,3.986l3.957,3.956l9.083-9.083l-1.904-1.907L980.254,489.417z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M980.254,489.417c-0.439,0.439-1.153,0.439-1.595,0
+ l-1.254-1.255l-3.983,3.986l3.957,3.956l9.083-9.083l-1.904-1.907L980.254,489.417z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M974.995,485.751l-3.189,3.188
+ c-0.372,0.372-0.426,0.94-0.165,1.376l3.961-3.959L974.995,485.751z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M974.995,485.751l-3.189,3.188
+ c-0.372,0.372-0.426,0.94-0.165,1.376l3.961-3.959L974.995,485.751z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M974.995,485.751l-3.189,3.188
+ c-0.372,0.372-0.426,0.94-0.165,1.376l3.961-3.959L974.995,485.751z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M974.995,485.751l-3.189,3.188
+ c-0.372,0.372-0.426,0.94-0.165,1.376l3.961-3.959L974.995,485.751z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M974.995,485.751l-3.189,3.188
+ c-0.372,0.372-0.426,0.94-0.165,1.376l3.961-3.959L974.995,485.751z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M974.995,485.751l-3.189,3.188
+ c-0.372,0.372-0.426,0.94-0.165,1.376l3.961-3.959L974.995,485.751z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M978.659,489.417c0.44,0.439,1.154,0.439,1.595,0l4.304-4.304
+ l-2.052-2.051l-5.101,5.1L978.659,489.417z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M978.659,489.417c0.44,0.439,1.154,0.439,1.595,0l4.304-4.304
+ l-2.052-2.051l-5.101,5.1L978.659,489.417z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M978.659,489.417c0.44,0.439,1.154,0.439,1.595,0l4.304-4.304
+ l-2.052-2.051l-5.101,5.1L978.659,489.417z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M978.659,489.417c0.44,0.439,1.154,0.439,1.595,0l4.304-4.304
+ l-2.052-2.051l-5.101,5.1L978.659,489.417z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M978.659,489.417c0.44,0.439,1.154,0.439,1.595,0l4.304-4.304
+ l-2.052-2.051l-5.101,5.1L978.659,489.417z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M978.659,489.417c0.44,0.439,1.154,0.439,1.595,0l4.304-4.304
+ l-2.052-2.051l-5.101,5.1L978.659,489.417z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M978.659,489.417c0.44,0.439,1.154,0.439,1.595,0l4.304-4.304
+ l-2.052-2.051l-5.101,5.1L978.659,489.417z"/>
+
+ <rect x="977.415" y="479.889" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 1327.3995 1516.8167)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="7.211"/>
+
+ <rect x="977.415" y="479.889" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 1327.3995 1516.8167)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="7.211"/>
+
+ <rect x="977.415" y="479.889" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 1327.3995 1516.8167)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="7.211"/>
+
+ <rect x="977.415" y="479.889" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 1327.3995 1516.8167)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="7.211"/>
+
+ <rect x="977.415" y="479.889" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 1327.3995 1516.8167)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="0.855" height="7.211"/>
+
+ <rect x="977.415" y="479.889" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 1327.3995 1516.8167)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="7.211"/>
+
+ <rect x="977.415" y="479.889" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 1327.3995 1516.8167)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="7.211"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M925.588,426.146l20.081-20.081l-8.606-8.606l-19.282,19.285
+ c-0.441,0.439-0.331,1.264,0.245,1.841l3.871,3.87L925.588,426.146z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M925.588,426.146l20.081-20.081l-8.606-8.606l-19.282,19.285
+ c-0.441,0.439-0.331,1.264,0.245,1.841l3.871,3.87L925.588,426.146z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M958.503,441.195c0.083-0.083,0.228-0.072,0.324,0.025
+ l15.687,15.683l10.997-10.998l-39.842-39.84l-20.081,20.081l23.98,23.982L958.503,441.195z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M958.503,441.195c0.083-0.083,0.228-0.072,0.324,0.025
+ l15.687,15.683l10.997-10.998l-39.842-39.84l-20.081,20.081l23.98,23.982L958.503,441.195z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M958.503,441.195c0.083-0.083,0.228-0.072,0.324,0.025
+ l15.687,15.683l10.997-10.998l-39.842-39.84l-20.081,20.081l23.98,23.982L958.503,441.195z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M989.155,451.312c0.102-0.103,0.229-0.145,0.281-0.091
+ l4.309,4.308l0.692-0.693l-6.371-6.373l-7.014,7.014l1.968,1.968L989.155,451.312z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M989.155,451.312c0.102-0.103,0.229-0.145,0.281-0.091
+ l4.309,4.308l0.692-0.693l-6.371-6.373l-7.014,7.014l1.968,1.968L989.155,451.312z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M989.155,451.312c0.102-0.103,0.229-0.145,0.281-0.091
+ l4.309,4.308l0.692-0.693l-6.371-6.373l-7.014,7.014l1.968,1.968L989.155,451.312z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M999.133,459.528l1.647,1.648l2.55-2.549l-0.604-0.605
+ l-1.753,1.752C1000.531,460.215,999.709,460.104,999.133,459.528z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M999.133,459.528l1.647,1.648l2.55-2.549l-0.604-0.605
+ l-1.753,1.752C1000.531,460.215,999.709,460.104,999.133,459.528z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M999.133,459.528l1.647,1.648l2.55-2.549l-0.604-0.605
+ l-1.753,1.752C1000.531,460.215,999.709,460.104,999.133,459.528z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M999.133,459.528l1.647,1.648l2.55-2.549l-0.604-0.605
+ l-1.753,1.752C1000.531,460.215,999.709,460.104,999.133,459.528z"/>
+
+ <rect x="1004.068" y="460.933" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -33.405 846.7842)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.608" height="5.597"/>
+
+ <rect x="1004.068" y="460.933" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -33.405 846.7842)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.608" height="5.597"/>
+
+ <rect x="1004.068" y="460.933" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -33.405 846.7842)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.608" height="5.597"/>
+
+ <rect x="1004.068" y="460.933" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -33.405 846.7842)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.608" height="5.597"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M993.756,455.539c0.29-0.223,0.658-0.286,0.997-0.188
+ l0.101-0.102l-0.415-0.415l-0.692,0.693L993.756,455.539z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M993.756,455.539c0.29-0.223,0.658-0.286,0.997-0.188
+ l0.101-0.102l-0.415-0.415l-0.692,0.693L993.756,455.539z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M993.756,455.539c0.29-0.223,0.658-0.286,0.997-0.188
+ l0.101-0.102l-0.415-0.415l-0.692,0.693L993.756,455.539z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M993.756,455.539c0.29-0.223,0.658-0.286,0.997-0.188
+ l0.101-0.102l-0.415-0.415l-0.692,0.693L993.756,455.539z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1046.075,506.472l1.755-1.754
+ c0.439-0.438,0.328-1.265-0.25-1.841l-35.931-35.93l-2.549,2.551L1046.075,506.472z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1046.075,506.472l1.755-1.754
+ c0.439-0.438,0.328-1.265-0.25-1.841l-35.931-35.93l-2.549,2.551L1046.075,506.472z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M1046.075,506.472l1.755-1.754
+ c0.439-0.438,0.328-1.265-0.25-1.841l-35.931-35.93l-2.549,2.551L1046.075,506.472z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1046.075,506.472l1.755-1.754
+ c0.439-0.438,0.328-1.265-0.25-1.841l-35.931-35.93l-2.549,2.551L1046.075,506.472z"/>
+ <polygon opacity="0.4" fill="#FFF7BB" enable-background="new " points="1000.088,461.87 1000.78,461.176 999.133,459.528
+ 996.573,456.969 995.88,457.662 "/>
+ <polygon opacity="0.4" fill="#FFF7BB" enable-background="new " points="1000.088,461.87 1000.78,461.176 999.133,459.528
+ 996.573,456.969 995.88,457.662 "/>
+ <polygon opacity="0.4" fill="#FFF7BB" enable-background="new " points="1000.088,461.87 1000.78,461.176 999.133,459.528
+ 996.573,456.969 995.88,457.662 "/>
+ <polygon opacity="0.5" fill="#D1E4B8" enable-background="new " points="1000.088,461.87 1000.78,461.176 999.133,459.528
+ 996.573,456.969 995.88,457.662 "/>
+ <polygon opacity="0.4" fill="#FFF7BB" enable-background="new " points="1000.088,461.87 1000.78,461.176 999.133,459.528
+ 996.573,456.969 995.88,457.662 "/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M995.574,469.996l1.254,1.252c0.439,0.44,0.439,1.154,0,1.594
+ l-3.188,3.187l1.907,1.907l10.996-10.996l-3.957-3.957L995.574,469.996z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M995.574,469.996l1.254,1.252c0.439,0.44,0.439,1.154,0,1.594
+ l-3.188,3.187l1.907,1.907l10.996-10.996l-3.957-3.957L995.574,469.996z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M995.574,469.996l1.254,1.252c0.439,0.44,0.439,1.154,0,1.594
+ l-3.188,3.187l1.907,1.907l10.996-10.996l-3.957-3.957L995.574,469.996z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M995.574,469.996l1.254,1.252c0.439,0.44,0.439,1.154,0,1.594
+ l-3.188,3.187l1.907,1.907l10.996-10.996l-3.957-3.957L995.574,469.996z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M995.574,469.996l1.254,1.252c0.439,0.44,0.439,1.154,0,1.594
+ l-3.188,3.187l1.907,1.907l10.996-10.996l-3.957-3.957L995.574,469.996z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M994.753,455.351c-0.339-0.098-0.707-0.035-0.997,0.188
+ l0.403,0.405L994.753,455.351z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M994.753,455.351c-0.339-0.098-0.707-0.035-0.997,0.188
+ l0.403,0.405L994.753,455.351z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M994.753,455.351c-0.339-0.098-0.707-0.035-0.997,0.188
+ l0.403,0.405L994.753,455.351z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M994.753,455.351c-0.339-0.098-0.707-0.035-0.997,0.188
+ l0.403,0.405L994.753,455.351z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M994.753,455.351c-0.339-0.098-0.707-0.035-0.997,0.188
+ l0.403,0.405L994.753,455.351z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M998.104,480.494l8.128,8.127
+ c0.44,0.44,0.44,1.154,0.002,1.594l-4.304,4.302l0.837,0.839c0.161,0.159,0.138,0.444-0.052,0.632l-3.644,3.644l25.876,25.876
+ c0.578,0.577,1.402,0.688,1.846,0.248l19.281-19.284l-36.975-36.975L998.104,480.494z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M998.104,480.494l8.128,8.127
+ c0.44,0.44,0.44,1.154,0.002,1.594l-4.304,4.302l0.837,0.839c0.161,0.159,0.138,0.444-0.052,0.632l-3.644,3.644l25.876,25.876
+ c0.578,0.577,1.402,0.688,1.846,0.248l19.281-19.284l-36.975-36.975L998.104,480.494z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M998.104,480.494l8.128,8.127
+ c0.44,0.44,0.44,1.154,0.002,1.594l-4.304,4.302l0.837,0.839c0.161,0.159,0.138,0.444-0.052,0.632l-3.644,3.644l25.876,25.876
+ c0.578,0.577,1.402,0.688,1.846,0.248l19.281-19.284l-36.975-36.975L998.104,480.494z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M998.104,480.494l8.128,8.127
+ c0.44,0.44,0.44,1.154,0.002,1.594l-4.304,4.302l0.837,0.839c0.161,0.159,0.138,0.444-0.052,0.632l-3.644,3.644l25.876,25.876
+ c0.578,0.577,1.402,0.688,1.846,0.248l19.281-19.284l-36.975-36.975L998.104,480.494z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M998.104,480.494l8.128,8.127
+ c0.44,0.44,0.44,1.154,0.002,1.594l-4.304,4.302l0.837,0.839c0.161,0.159,0.138,0.444-0.052,0.632l-3.644,3.644l25.876,25.876
+ c0.578,0.577,1.402,0.688,1.846,0.248l19.281-19.284l-36.975-36.975L998.104,480.494z"/>
+
+ <rect x="977.172" y="457.096" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -37.1443 827.3075)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.635" height="2.783"/>
+
+ <rect x="977.172" y="457.096" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -37.1443 827.3075)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.635" height="2.783"/>
+
+ <rect x="977.172" y="457.096" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -37.1443 827.3075)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.635" height="2.783"/>
+
+ <rect x="977.172" y="457.096" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -37.1443 827.3075)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.635" height="2.783"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M993.642,476.029l3.188-3.187c0.439-0.44,0.439-1.154,0-1.594
+ l-1.254-1.252l-3.983,3.983L993.642,476.029z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M993.642,476.029l3.188-3.187c0.439-0.44,0.439-1.154,0-1.594
+ l-1.254-1.252l-3.983,3.983L993.642,476.029z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M993.642,476.029l3.188-3.187c0.439-0.44,0.439-1.154,0-1.594
+ l-1.254-1.252l-3.983,3.983L993.642,476.029z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M993.642,476.029l3.188-3.187c0.439-0.44,0.439-1.154,0-1.594
+ l-1.254-1.252l-3.983,3.983L993.642,476.029z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M993.642,476.029l3.188-3.187c0.439-0.44,0.439-1.154,0-1.594
+ l-1.254-1.252l-3.983,3.983L993.642,476.029z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M993.642,476.029l3.188-3.187c0.439-0.44,0.439-1.154,0-1.594
+ l-1.254-1.252l-3.983,3.983L993.642,476.029z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M948.219,403.515l-7.563-7.562
+ c-0.576-0.577-1.398-0.688-1.841-0.248l-1.754,1.754l8.606,8.606L948.219,403.515z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M948.219,403.515l-7.563-7.562
+ c-0.576-0.577-1.398-0.688-1.841-0.248l-1.754,1.754l8.606,8.606L948.219,403.515z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M948.219,403.515l-7.563-7.562
+ c-0.576-0.577-1.398-0.688-1.841-0.248l-1.754,1.754l8.606,8.606L948.219,403.515z"/>
+
+ <rect x="965.05" y="396.493" transform="matrix(0.7072 -0.707 0.707 0.7072 -17.1351 807.9554)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="56.344"/>
+
+ <rect x="965.05" y="396.493" transform="matrix(0.7072 -0.707 0.707 0.7072 -17.1351 807.9554)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="56.344"/>
+
+ <rect x="965.05" y="396.493" transform="matrix(0.7072 -0.707 0.707 0.7072 -17.1351 807.9554)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="56.344"/>
+
+ <rect x="965.05" y="396.493" transform="matrix(0.7072 -0.707 0.707 0.7072 -17.1351 807.9554)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="56.344"/>
+
+ <rect x="990.732" y="445.862" transform="matrix(0.707 -0.7072 0.7072 0.707 -27.678 833.9338)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.607" height="9.013"/>
+
+ <rect x="990.732" y="445.862" transform="matrix(0.707 -0.7072 0.7072 0.707 -27.678 833.9338)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.607" height="9.013"/>
+
+ <rect x="990.732" y="445.862" transform="matrix(0.707 -0.7072 0.7072 0.707 -27.678 833.9338)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.607" height="9.013"/>
+
+ <rect x="990.732" y="445.862" transform="matrix(0.707 -0.7072 0.7072 0.707 -27.678 833.9338)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.607" height="9.013"/>
+
+ <rect x="994.128" y="453.469" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -29.157 837.1332)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="0.587"/>
+
+ <rect x="994.128" y="453.469" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -29.157 837.1332)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="0.587"/>
+
+ <rect x="994.128" y="453.469" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -29.157 837.1332)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.606" height="0.587"/>
+
+ <rect x="994.128" y="453.469" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -29.157 837.1332)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="0.587"/>
+
+ <rect x="994.128" y="453.469" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -29.157 837.1332)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="0.587"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M999.133,459.528c0.576,0.576,1.398,0.687,1.841,0.246
+ l1.753-1.752l-3.604-3.602l-2.55,2.549L999.133,459.528z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M999.133,459.528c0.576,0.576,1.398,0.687,1.841,0.246
+ l1.753-1.752l-3.604-3.602l-2.55,2.549L999.133,459.528z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M999.133,459.528c0.576,0.576,1.398,0.687,1.841,0.246
+ l1.753-1.752l-3.604-3.602l-2.55,2.549L999.133,459.528z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M999.133,459.528c0.576,0.576,1.398,0.687,1.841,0.246
+ l1.753-1.752l-3.604-3.602l-2.55,2.549L999.133,459.528z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M999.133,459.528c0.576,0.576,1.398,0.687,1.841,0.246
+ l1.753-1.752l-3.604-3.602l-2.55,2.549L999.133,459.528z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1002.768,495.356l-0.837-0.839l-3.985,3.985l1.128,1.13
+ l3.644-3.644C1002.904,495.8,1002.929,495.516,1002.768,495.356z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1002.768,495.356l-0.837-0.839l-3.985,3.985l1.128,1.13
+ l3.644-3.644C1002.904,495.8,1002.929,495.516,1002.768,495.356z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1002.768,495.356l-0.837-0.839l-3.985,3.985l1.128,1.13
+ l3.644-3.644C1002.904,495.8,1002.929,495.516,1002.768,495.356z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M1002.768,495.356l-0.837-0.839l-3.985,3.985l1.128,1.13
+ l3.644-3.644C1002.904,495.8,1002.929,495.516,1002.768,495.356z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M1002.768,495.356l-0.837-0.839l-3.985,3.985l1.128,1.13
+ l3.644-3.644C1002.904,495.8,1002.929,495.516,1002.768,495.356z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1002.768,495.356l-0.837-0.839l-3.985,3.985l1.128,1.13
+ l3.644-3.644C1002.904,495.8,1002.929,495.516,1002.768,495.356z"/>
+ <polygon opacity="0.4" fill="#FFF7BB" enable-background="new " points="978.342,470.929 976.646,469.237 972.663,473.219
+ 974.356,474.914 975.153,474.116 "/>
+ <polygon opacity="0.4" fill="#FFF7BB" enable-background="new " points="978.342,470.929 976.646,469.237 972.663,473.219
+ 974.356,474.914 975.153,474.116 "/>
+ <polygon opacity="0.4" fill="#FFF7BB" enable-background="new " points="978.342,470.929 976.646,469.237 972.663,473.219
+ 974.356,474.914 975.153,474.116 "/>
+ <polygon opacity="0.2" fill="#FEF4A5" enable-background="new " points="978.342,470.929 976.646,469.237 972.663,473.219
+ 974.356,474.914 975.153,474.116 "/>
+ <polygon opacity="0.4" fill="#FFF7BB" enable-background="new " points="978.342,470.929 976.646,469.237 972.663,473.219
+ 974.356,474.914 975.153,474.116 "/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M974.872,475.228c-0.108-0.381-0.02-0.811,0.281-1.111
+ l-0.797,0.797l0.416,0.416L974.872,475.228z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M974.872,475.228c-0.108-0.381-0.02-0.811,0.281-1.111
+ l-0.797,0.797l0.416,0.416L974.872,475.228z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M974.872,475.228c-0.108-0.381-0.02-0.811,0.281-1.111
+ l-0.797,0.797l0.416,0.416L974.872,475.228z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M974.872,475.228c-0.108-0.381-0.02-0.811,0.281-1.111
+ l-0.797,0.797l0.416,0.416L974.872,475.228z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M974.872,475.228c-0.108-0.381-0.02-0.811,0.281-1.111
+ l-0.797,0.797l0.416,0.416L974.872,475.228z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M974.872,475.228c-0.108-0.381-0.02-0.811,0.281-1.111
+ l-0.797,0.797l0.416,0.416L974.872,475.228z"/>
+
+ <rect x="978.369" y="473.932" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -49.7317 832.8837)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="5.095"/>
+
+ <rect x="978.369" y="473.932" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -49.7317 832.8837)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="5.095"/>
+
+ <rect x="978.369" y="473.932" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -49.7317 832.8837)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="5.095"/>
+
+ <rect x="978.369" y="473.932" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -49.7317 832.8837)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="4.507" height="5.095"/>
+
+ <rect x="978.369" y="473.932" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -49.7317 832.8837)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="5.095"/>
+
+ <rect x="978.369" y="473.932" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -49.7317 832.8837)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="4.507" height="5.095"/>
+
+ <rect x="978.369" y="473.932" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -49.7317 832.8837)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="5.095"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M974.872,475.228l3.885-3.883l-0.415-0.416l-3.188,3.188
+ C974.854,474.417,974.764,474.846,974.872,475.228z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M974.872,475.228l3.885-3.883l-0.415-0.416l-3.188,3.188
+ C974.854,474.417,974.764,474.846,974.872,475.228z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M974.872,475.228l3.885-3.883l-0.415-0.416l-3.188,3.188
+ C974.854,474.417,974.764,474.846,974.872,475.228z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M974.872,475.228l3.885-3.883l-0.415-0.416l-3.188,3.188
+ C974.854,474.417,974.764,474.846,974.872,475.228z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M974.872,475.228l3.885-3.883l-0.415-0.416l-3.188,3.188
+ C974.854,474.417,974.764,474.846,974.872,475.228z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M974.872,475.228l3.885-3.883l-0.415-0.416l-3.188,3.188
+ C974.854,474.417,974.764,474.846,974.872,475.228z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M974.872,475.228l3.885-3.883l-0.415-0.416l-3.188,3.188
+ C974.854,474.417,974.764,474.846,974.872,475.228z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M964.758,458.034c0.188-0.19,0.473-0.214,0.633-0.055
+ l4.022,4.024l5.101-5.1l-15.687-15.683c-0.098-0.097-0.241-0.109-0.324-0.025l-8.935,8.934l11.546,11.545L964.758,458.034z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M964.758,458.034c0.188-0.19,0.473-0.214,0.633-0.055
+ l4.022,4.024l5.101-5.1l-15.687-15.683c-0.098-0.097-0.241-0.109-0.324-0.025l-8.935,8.934l11.546,11.545L964.758,458.034z"/>
+ <path opacity="0.4" fill="#FEF4A5" enable-background="new " d="M964.758,458.034c0.188-0.19,0.473-0.214,0.633-0.055
+ l4.022,4.024l5.101-5.1l-15.687-15.683c-0.098-0.097-0.241-0.109-0.324-0.025l-8.935,8.934l11.546,11.545L964.758,458.034z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M964.758,458.034c0.188-0.19,0.473-0.214,0.633-0.055
+ l4.022,4.024l5.101-5.1l-15.687-15.683c-0.098-0.097-0.241-0.109-0.324-0.025l-8.935,8.934l11.546,11.545L964.758,458.034z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M974.123,466.341l4.913-4.912l-1.969-1.968l-5.1,5.098
+ l2.063,2.063C973.979,466.571,974.021,466.443,974.123,466.341z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M974.123,466.341l4.913-4.912l-1.969-1.968l-5.1,5.098
+ l2.063,2.063C973.979,466.571,974.021,466.443,974.123,466.341z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M974.123,466.341l4.913-4.912l-1.969-1.968l-5.1,5.098
+ l2.063,2.063C973.979,466.571,974.021,466.443,974.123,466.341z"/>
+ <path opacity="0.4" fill="#FEF4A5" enable-background="new " d="M974.123,466.341l4.913-4.912l-1.969-1.968l-5.1,5.098
+ l2.063,2.063C973.979,466.571,974.021,466.443,974.123,466.341z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M974.123,466.341l4.913-4.912l-1.969-1.968l-5.1,5.098
+ l2.063,2.063C973.979,466.571,974.021,466.443,974.123,466.341z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M969.413,462.003l-4.022-4.024
+ c-0.16-0.16-0.443-0.136-0.633,0.055l-3.644,3.641l0.997,0.998l3.317,3.317L969.413,462.003z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M969.413,462.003l-4.022-4.024
+ c-0.16-0.16-0.443-0.136-0.633,0.055l-3.644,3.641l0.997,0.998l3.317,3.317L969.413,462.003z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M969.413,462.003l-4.022-4.024
+ c-0.16-0.16-0.443-0.136-0.633,0.055l-3.644,3.641l0.997,0.998l3.317,3.317L969.413,462.003z"/>
+ <path opacity="0.4" fill="#FEF4A5" enable-background="new " d="M969.413,462.003l-4.022-4.024
+ c-0.16-0.16-0.443-0.136-0.633,0.055l-3.644,3.641l0.997,0.998l3.317,3.317L969.413,462.003z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M969.413,462.003l-4.022-4.024
+ c-0.16-0.16-0.443-0.136-0.633,0.055l-3.644,3.641l0.997,0.998l3.317,3.317L969.413,462.003z"/>
+ <polygon opacity="0.4" fill="#FFF7BB" enable-background="new " points="972.663,473.219 976.646,469.237 974.032,466.622
+ 971.969,464.559 967.983,468.542 "/>
+ <polygon opacity="0.4" fill="#FFF7BB" enable-background="new " points="972.663,473.219 976.646,469.237 974.032,466.622
+ 971.969,464.559 967.983,468.542 "/>
+ <polygon opacity="0.4" fill="#FFF7BB" enable-background="new " points="972.663,473.219 976.646,469.237 974.032,466.622
+ 971.969,464.559 967.983,468.542 "/>
+ <polygon opacity="0.2" fill="#FEF4A5" enable-background="new " points="972.663,473.219 976.646,469.237 974.032,466.622
+ 971.969,464.559 967.983,468.542 "/>
+ <polygon opacity="0.4" fill="#FEF4A5" enable-background="new " points="972.663,473.219 976.646,469.237 974.032,466.622
+ 971.969,464.559 967.983,468.542 "/>
+ <polygon opacity="0.4" fill="#FFF7BB" enable-background="new " points="972.663,473.219 976.646,469.237 974.032,466.622
+ 971.969,464.559 967.983,468.542 "/>
+
+ <rect x="988.428" y="478.136" transform="matrix(0.7072 -0.707 0.707 0.7072 -48.5557 841.7133)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.213" height="2.697"/>
+
+ <rect x="988.428" y="478.136" transform="matrix(0.7072 -0.707 0.707 0.7072 -48.5557 841.7133)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.213" height="2.697"/>
+
+ <rect x="988.428" y="478.136" transform="matrix(0.7072 -0.707 0.707 0.7072 -48.5557 841.7133)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.213" height="2.697"/>
+
+ <rect x="988.428" y="478.136" transform="matrix(0.7072 -0.707 0.707 0.7072 -48.5557 841.7133)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="7.213" height="2.697"/>
+
+ <rect x="988.428" y="478.136" transform="matrix(0.7072 -0.707 0.707 0.7072 -48.5557 841.7133)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.213" height="2.697"/>
+
+ <rect x="988.428" y="478.136" transform="matrix(0.7072 -0.707 0.707 0.7072 -48.5557 841.7133)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.213" height="2.697"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1001.931,494.517l4.304-4.302
+ c0.438-0.439,0.438-1.154-0.002-1.594l-8.128-8.127l-5.101,5.098L1001.931,494.517z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1001.931,494.517l4.304-4.302
+ c0.438-0.439,0.438-1.154-0.002-1.594l-8.128-8.127l-5.101,5.098L1001.931,494.517z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1001.931,494.517l4.304-4.302
+ c0.438-0.439,0.438-1.154-0.002-1.594l-8.128-8.127l-5.101,5.098L1001.931,494.517z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M1001.931,494.517l4.304-4.302
+ c0.438-0.439,0.438-1.154-0.002-1.594l-8.128-8.127l-5.101,5.098L1001.931,494.517z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1001.931,494.517l4.304-4.302
+ c0.438-0.439,0.438-1.154-0.002-1.594l-8.128-8.127l-5.101,5.098L1001.931,494.517z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1001.931,494.517l4.304-4.302
+ c0.438-0.439,0.438-1.154-0.002-1.594l-8.128-8.127l-5.101,5.098L1001.931,494.517z"/>
+
+ <rect x="988.663" y="473.939" transform="matrix(0.7069 0.7073 -0.7073 0.7069 627.9198 -560.3329)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="7.212"/>
+
+ <rect x="988.663" y="473.939" transform="matrix(0.7069 0.7073 -0.7073 0.7069 627.9198 -560.3329)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="7.212"/>
+
+ <rect x="988.663" y="473.939" transform="matrix(0.7069 0.7073 -0.7073 0.7069 627.9198 -560.3329)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="7.212"/>
+
+ <rect x="988.663" y="473.939" transform="matrix(0.7069 0.7073 -0.7073 0.7069 627.9198 -560.3329)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="2.901" height="7.212"/>
+
+ <rect x="988.663" y="473.939" transform="matrix(0.7069 0.7073 -0.7073 0.7069 627.9198 -560.3329)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="7.212"/>
+
+ <rect x="988.663" y="473.939" transform="matrix(0.7069 0.7073 -0.7073 0.7069 627.9198 -560.3329)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="7.212"/>
+
+ <rect x="988.663" y="473.939" transform="matrix(0.7069 0.7073 -0.7073 0.7069 627.9198 -560.3329)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="7.212"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M989.816,488.779l3.028,3.029c0.439,0.44,0.438,1.155,0,1.594
+ l5.1,5.1l3.985-3.985l-8.927-8.925L989.816,488.779z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M989.816,488.779l3.028,3.029c0.439,0.44,0.438,1.155,0,1.594
+ l5.1,5.1l3.985-3.985l-8.927-8.925L989.816,488.779z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M989.816,488.779l3.028,3.029c0.439,0.44,0.438,1.155,0,1.594
+ l5.1,5.1l3.985-3.985l-8.927-8.925L989.816,488.779z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M989.816,488.779l3.028,3.029c0.439,0.44,0.438,1.155,0,1.594
+ l5.1,5.1l3.985-3.985l-8.927-8.925L989.816,488.779z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M989.816,488.779l3.028,3.029c0.439,0.44,0.438,1.155,0,1.594
+ l5.1,5.1l3.985-3.985l-8.927-8.925L989.816,488.779z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M989.816,488.779l3.028,3.029c0.439,0.44,0.438,1.155,0,1.594
+ l5.1,5.1l3.985-3.985l-8.927-8.925L989.816,488.779z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M989.816,488.779l3.028,3.029c0.439,0.44,0.438,1.155,0,1.594
+ l5.1,5.1l3.985-3.985l-8.927-8.925L989.816,488.779z"/>
+
+ <rect x="986.583" y="481.42" transform="matrix(0.7069 0.7073 -0.7073 0.7069 631.634 -556.9996)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.697" height="4.507"/>
+
+ <rect x="986.583" y="481.42" transform="matrix(0.7069 0.7073 -0.7073 0.7069 631.634 -556.9996)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.697" height="4.507"/>
+
+ <rect x="986.583" y="481.42" transform="matrix(0.7069 0.7073 -0.7073 0.7069 631.634 -556.9996)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.697" height="4.507"/>
+
+ <rect x="986.583" y="481.42" transform="matrix(0.7069 0.7073 -0.7073 0.7069 631.634 -556.9996)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="2.697" height="4.507"/>
+
+ <rect x="986.583" y="481.42" transform="matrix(0.7069 0.7073 -0.7073 0.7069 631.634 -556.9996)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="2.697" height="4.507"/>
+
+ <rect x="986.583" y="481.42" transform="matrix(0.7069 0.7073 -0.7073 0.7069 631.634 -556.9996)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.697" height="4.507"/>
+
+ <rect x="986.583" y="481.42" transform="matrix(0.7069 0.7073 -0.7073 0.7069 631.634 -556.9996)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.697" height="4.507"/>
+
+ <rect x="982.323" y="476.335" transform="matrix(0.7082 0.706 -0.706 0.7082 624.5885 -554.1581)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.856" height="4.507"/>
+
+ <rect x="982.323" y="476.335" transform="matrix(0.7082 0.706 -0.706 0.7082 624.5885 -554.1581)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.856" height="4.507"/>
+
+ <rect x="982.323" y="476.335" transform="matrix(0.7082 0.706 -0.706 0.7082 624.5885 -554.1581)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.856" height="4.507"/>
+
+ <rect x="982.323" y="476.335" transform="matrix(0.7082 0.706 -0.706 0.7082 624.5885 -554.1581)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="0.856" height="4.507"/>
+
+ <rect x="982.323" y="476.335" transform="matrix(0.7082 0.706 -0.706 0.7082 624.5885 -554.1581)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.856" height="4.507"/>
+
+ <rect x="982.323" y="476.335" transform="matrix(0.7082 0.706 -0.706 0.7082 624.5885 -554.1581)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="0.856" height="4.507"/>
+
+ <rect x="982.323" y="476.335" transform="matrix(0.7082 0.706 -0.706 0.7082 624.5885 -554.1581)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.856" height="4.507"/>
+
+ <rect x="982.323" y="476.335" transform="matrix(0.7082 0.706 -0.706 0.7082 624.5885 -554.1581)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.856" height="4.507"/>
+
+ <rect x="983.606" y="480.265" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -51.873 838.1995)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.508" height="2.901"/>
+
+ <rect x="983.606" y="480.265" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -51.873 838.1995)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.508" height="2.901"/>
+
+ <rect x="983.606" y="480.265" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -51.873 838.1995)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.508" height="2.901"/>
+
+ <rect x="983.606" y="480.265" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -51.873 838.1995)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="4.508" height="2.901"/>
+
+ <rect x="983.606" y="480.265" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -51.873 838.1995)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.508" height="2.901"/>
+
+ <rect x="983.606" y="480.265" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -51.873 838.1995)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="4.508" height="2.901"/>
+
+ <rect x="983.606" y="480.265" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -51.873 838.1995)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.508" height="2.901"/>
+
+ <rect x="983.606" y="480.265" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -51.873 838.1995)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.508" height="2.901"/>
+
+ <rect x="978.128" y="475.932" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 2009.0668 124.7763)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.127" height="5.095"/>
+
+ <rect x="978.128" y="475.932" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 2009.0668 124.7763)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.127" height="5.095"/>
+
+ <rect x="978.128" y="475.932" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 2009.0668 124.7763)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.127" height="5.095"/>
+
+ <rect x="978.128" y="475.932" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 2009.0668 124.7763)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="1.127" height="5.095"/>
+
+ <rect x="978.128" y="475.932" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 2009.0668 124.7763)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.127" height="5.095"/>
+
+ <rect x="978.128" y="475.932" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 2009.0668 124.7763)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="1.127" height="5.095"/>
+
+ <rect x="978.128" y="475.932" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 2009.0668 124.7763)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.127" height="5.095"/>
+
+ <rect x="978.128" y="475.932" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 2009.0668 124.7763)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.127" height="5.095"/>
+
+ <rect x="985.341" y="484.29" transform="matrix(0.7082 -0.706 0.706 0.7082 -55.1726 837.7898)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.129" height="2.697"/>
+
+ <rect x="985.341" y="484.29" transform="matrix(0.7082 -0.706 0.706 0.7082 -55.1726 837.7898)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.129" height="2.697"/>
+
+ <rect x="985.341" y="484.29" transform="matrix(0.7082 -0.706 0.706 0.7082 -55.1726 837.7898)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.129" height="2.697"/>
+
+ <rect x="985.341" y="484.29" transform="matrix(0.7082 -0.706 0.706 0.7082 -55.1726 837.7898)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="1.129" height="2.697"/>
+
+ <rect x="985.341" y="484.29" transform="matrix(0.7082 -0.706 0.706 0.7082 -55.1726 837.7898)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="1.129" height="2.697"/>
+
+ <rect x="985.341" y="484.29" transform="matrix(0.7082 -0.706 0.706 0.7082 -55.1726 837.7898)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.129" height="2.697"/>
+
+ <rect x="985.341" y="484.29" transform="matrix(0.7082 -0.706 0.706 0.7082 -55.1726 837.7898)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.129" height="2.697"/>
+
+ <rect x="985.341" y="484.29" transform="matrix(0.7082 -0.706 0.706 0.7082 -55.1726 837.7898)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.129" height="2.697"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M992.846,493.402c0.438-0.439,0.439-1.154,0-1.594
+ l-3.028-3.029l-0.798,0.797L992.846,493.402z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M992.846,493.402c0.438-0.439,0.439-1.154,0-1.594
+ l-3.028-3.029l-0.798,0.797L992.846,493.402z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M992.846,493.402c0.438-0.439,0.439-1.154,0-1.594
+ l-3.028-3.029l-0.798,0.797L992.846,493.402z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M992.846,493.402c0.438-0.439,0.439-1.154,0-1.594
+ l-3.028-3.029l-0.798,0.797L992.846,493.402z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M992.846,493.402c0.438-0.439,0.439-1.154,0-1.594
+ l-3.028-3.029l-0.798,0.797L992.846,493.402z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M992.846,493.402c0.438-0.439,0.439-1.154,0-1.594
+ l-3.028-3.029l-0.798,0.797L992.846,493.402z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M992.846,493.402c0.438-0.439,0.439-1.154,0-1.594
+ l-3.028-3.029l-0.798,0.797L992.846,493.402z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M992.846,493.402c0.438-0.439,0.439-1.154,0-1.594
+ l-3.028-3.029l-0.798,0.797L992.846,493.402z"/>
+
+ <rect x="982.462" y="483.144" transform="matrix(0.7073 0.7069 -0.7069 0.7073 629.9677 -553.9718)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="1.128"/>
+
+ <rect x="982.462" y="483.144" transform="matrix(0.7073 0.7069 -0.7069 0.7073 629.9677 -553.9718)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="1.128"/>
+
+ <rect x="982.462" y="483.144" transform="matrix(0.7073 0.7069 -0.7069 0.7073 629.9677 -553.9718)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="1.128"/>
+
+ <rect x="982.462" y="483.144" transform="matrix(0.7073 0.7069 -0.7069 0.7073 629.9677 -553.9718)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="2.901" height="1.128"/>
+
+ <rect x="982.462" y="483.144" transform="matrix(0.7073 0.7069 -0.7069 0.7073 629.9677 -553.9718)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="1.128"/>
+
+ <rect x="982.462" y="483.144" transform="matrix(0.7073 0.7069 -0.7069 0.7073 629.9677 -553.9718)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="2.901" height="1.128"/>
+
+ <rect x="982.462" y="483.144" transform="matrix(0.7073 0.7069 -0.7069 0.7073 629.9677 -553.9718)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="1.128"/>
+
+ <rect x="982.462" y="483.144" transform="matrix(0.7073 0.7069 -0.7069 0.7073 629.9677 -553.9718)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="1.128"/>
+
+ <rect x="982.462" y="483.144" transform="matrix(0.7073 0.7069 -0.7069 0.7073 629.9677 -553.9718)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="1.128"/>
+
+ <rect x="980.373" y="480" transform="matrix(0.7071 0.7071 -0.7071 0.7071 627.0803 -552.7764)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="1.129"/>
+
+ <rect x="980.373" y="480" transform="matrix(0.7071 0.7071 -0.7071 0.7071 627.0803 -552.7764)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="1.129"/>
+
+ <rect x="980.373" y="480" transform="matrix(0.7071 0.7071 -0.7071 0.7071 627.0803 -552.7764)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="1.129"/>
+
+ <rect x="980.373" y="480" transform="matrix(0.7071 0.7071 -0.7071 0.7071 627.0803 -552.7764)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="0.855" height="1.129"/>
+
+ <rect x="980.373" y="480" transform="matrix(0.7071 0.7071 -0.7071 0.7071 627.0803 -552.7764)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="1.129"/>
+
+ <rect x="980.373" y="480" transform="matrix(0.7071 0.7071 -0.7071 0.7071 627.0803 -552.7764)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="0.855" height="1.129"/>
+
+ <rect x="980.373" y="480" transform="matrix(0.7071 0.7071 -0.7071 0.7071 627.0803 -552.7764)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="1.129"/>
+
+ <rect x="980.373" y="480" transform="matrix(0.7071 0.7071 -0.7071 0.7071 627.0803 -552.7764)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="1.129"/>
+
+ <rect x="980.373" y="480" transform="matrix(0.7071 0.7071 -0.7071 0.7071 627.0803 -552.7764)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="1.129"/>
+
+ <rect x="945.025" y="526.615" transform="matrix(0.7071 0.7071 -0.7071 0.7071 656.0133 -526.9203)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="38.061" height="3.606"/>
+
+ <rect x="945.025" y="526.615" transform="matrix(0.7071 0.7071 -0.7071 0.7071 656.0133 -526.9203)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="38.061" height="3.606"/>
+
+ <rect x="945.025" y="526.615" transform="matrix(0.7071 0.7071 -0.7071 0.7071 656.0133 -526.9203)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="38.061" height="3.606"/>
+
+ <rect x="944.927" y="508.109" transform="matrix(-0.7068 0.7074 -0.7074 -0.7068 1977.4429 202.6407)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="5.95"/>
+
+ <rect x="944.927" y="508.109" transform="matrix(-0.7068 0.7074 -0.7074 -0.7068 1977.4429 202.6407)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="5.95"/>
+
+ <rect x="944.927" y="508.109" transform="matrix(-0.7068 0.7074 -0.7074 -0.7068 1977.4429 202.6407)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="5.95"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1018.025,543.447l1.779,1.779
+ c0.705-0.566,1.4-1.144,2.095-1.732l-1.963-1.959L1018.025,543.447z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1018.025,543.447l1.779,1.779
+ c0.705-0.566,1.4-1.144,2.095-1.732l-1.963-1.959L1018.025,543.447z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1018.025,543.447l1.779,1.779
+ c0.705-0.566,1.4-1.144,2.095-1.732l-1.963-1.959L1018.025,543.447z"/>
+
+ <rect x="946.682" y="503.632" transform="matrix(-0.7073 0.7069 -0.7069 -0.7073 1982.02 192.506)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="5.954"/>
+
+ <rect x="946.682" y="503.632" transform="matrix(-0.7073 0.7069 -0.7069 -0.7073 1982.02 192.506)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="5.954"/>
+
+ <rect x="946.682" y="503.632" transform="matrix(-0.7073 0.7069 -0.7069 -0.7073 1982.02 192.506)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="5.954"/>
+
+ <rect x="946.682" y="503.632" transform="matrix(-0.7073 0.7069 -0.7069 -0.7073 1982.02 192.506)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="5.954"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M974.508,523.618l-16.279-16.277l-6.322,6.324l26.914,26.914
+ l17.371-17.37c0.441-0.442,1.153-0.442,1.595-0.002l20.24,20.241l1.911-1.912l-31.383-31.386l-13.414,13.416
+ C974.949,523.754,974.668,523.778,974.508,523.618z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M974.508,523.618l-16.279-16.277l-6.322,6.324l26.914,26.914
+ l17.371-17.37c0.441-0.442,1.153-0.442,1.595-0.002l20.24,20.241l1.911-1.912l-31.383-31.386l-13.414,13.416
+ C974.949,523.754,974.668,523.778,974.508,523.618z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M974.508,523.618l-16.279-16.277l-6.322,6.324l26.914,26.914
+ l17.371-17.37c0.441-0.442,1.153-0.442,1.595-0.002l20.24,20.241l1.911-1.912l-31.383-31.386l-13.414,13.416
+ C974.949,523.754,974.668,523.778,974.508,523.618z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M974.508,523.618l-16.279-16.277l-6.322,6.324l26.914,26.914
+ l17.371-17.37c0.441-0.442,1.153-0.442,1.595-0.002l20.24,20.241l1.911-1.912l-31.383-31.386l-13.414,13.416
+ C974.949,523.754,974.668,523.778,974.508,523.618z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M937.385,499.142l-2.424,2.425
+ c0.083,0.242,0.229,0.48,0.438,0.689l5.809,5.809l2.551-2.55L937.385,499.142z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M937.385,499.142l-2.424,2.425
+ c0.083,0.242,0.229,0.48,0.438,0.689l5.809,5.809l2.551-2.55L937.385,499.142z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M937.385,499.142l-2.424,2.425
+ c0.083,0.242,0.229,0.48,0.438,0.689l5.809,5.809l2.551-2.55L937.385,499.142z"/>
+
+ <rect x="939.265" y="494.703" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1964.0394 184.8408)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.941" height="9.012"/>
+
+ <rect x="939.265" y="494.703" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1964.0394 184.8408)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.941" height="9.012"/>
+
+ <rect x="939.265" y="494.703" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1964.0394 184.8408)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="8.941" height="9.012"/>
+
+ <rect x="939.265" y="494.703" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1964.0394 184.8408)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.941" height="9.012"/>
+
+ <rect x="942.427" y="505.176" transform="matrix(-0.7088 -0.7054 0.7054 -0.7088 1253.2421 1531.3453)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.588" height="3.605"/>
+
+ <rect x="942.427" y="505.176" transform="matrix(-0.7088 -0.7054 0.7054 -0.7088 1253.2421 1531.3453)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.588" height="3.605"/>
+
+ <rect x="942.427" y="505.176" transform="matrix(-0.7088 -0.7054 0.7054 -0.7088 1253.2421 1531.3453)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="0.588" height="3.605"/>
+
+ <rect x="942.427" y="505.176" transform="matrix(-0.7088 -0.7054 0.7054 -0.7088 1253.2421 1531.3453)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.588" height="3.605"/>
+
+ <rect x="942.664" y="502.32" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1972.2157 188.1306)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="0.588"/>
+
+ <rect x="942.664" y="502.32" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1972.2157 188.1306)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="0.588"/>
+
+ <rect x="942.664" y="502.32" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1972.2157 188.1306)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="0.588"/>
+
+ <rect x="942.664" y="502.32" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1972.2157 188.1306)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="8.944" height="0.588"/>
+
+ <rect x="942.664" y="502.32" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1972.2157 188.1306)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="0.588"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M976.27,543.126l17.053,17.054
+ c1.229-0.453,2.452-0.929,3.668-1.433l-18.17-18.169L976.27,543.126z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M976.27,543.126l17.053,17.054
+ c1.229-0.453,2.452-0.929,3.668-1.433l-18.17-18.169L976.27,543.126z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M976.27,543.126l17.053,17.054
+ c1.229-0.453,2.452-0.929,3.668-1.433l-18.17-18.169L976.27,543.126z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M976.27,543.126l17.053,17.054
+ c1.229-0.453,2.452-0.929,3.668-1.433l-18.17-18.169L976.27,543.126z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1008.387,553.087c3.948-2.31,7.768-4.929,11.419-7.86
+ l-1.779-1.779L1008.387,553.087z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1008.387,553.087c3.948-2.31,7.768-4.929,11.419-7.86
+ l-1.779-1.779L1008.387,553.087z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1008.387,553.087c3.948-2.31,7.768-4.929,11.419-7.86
+ l-1.779-1.779L1008.387,553.087z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1008.387,553.087c3.948-2.31,7.768-4.929,11.419-7.86
+ l-1.779-1.779L1008.387,553.087z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M997.785,523.206c-0.44-0.44-1.152-0.44-1.595,0.002
+ l-17.371,17.37l18.17,18.169c3.895-1.614,7.702-3.5,11.396-5.66l9.64-9.64L997.785,523.206z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M997.785,523.206c-0.44-0.44-1.152-0.44-1.595,0.002
+ l-17.371,17.37l18.17,18.169c3.895-1.614,7.702-3.5,11.396-5.66l9.64-9.64L997.785,523.206z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M997.785,523.206c-0.44-0.44-1.152-0.44-1.595,0.002
+ l-17.371,17.37l18.17,18.169c3.895-1.614,7.702-3.5,11.396-5.66l9.64-9.64L997.785,523.206z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M997.785,523.206c-0.44-0.44-1.152-0.44-1.595,0.002
+ l-17.371,17.37l18.17,18.169c3.895-1.614,7.702-3.5,11.396-5.66l9.64-9.64L997.785,523.206z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M997.785,523.206c-0.44-0.44-1.152-0.44-1.595,0.002
+ l-17.371,17.37l18.17,18.169c3.895-1.614,7.702-3.5,11.396-5.66l9.64-9.64L997.785,523.206z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M976.27,509.977c-0.439,0.441-1.153,0.441-1.594,0
+ l-9.543-9.541l-6.904,6.904l16.279,16.277c0.16,0.161,0.441,0.136,0.633-0.052l13.414-13.416l-6.23-6.228L976.27,509.977z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M976.27,509.977c-0.439,0.441-1.153,0.441-1.594,0
+ l-9.543-9.541l-6.904,6.904l16.279,16.277c0.16,0.161,0.441,0.136,0.633-0.052l13.414-13.416l-6.23-6.228L976.27,509.977z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M976.27,509.977c-0.439,0.441-1.153,0.441-1.594,0
+ l-9.543-9.541l-6.904,6.904l16.279,16.277c0.16,0.161,0.441,0.136,0.633-0.052l13.414-13.416l-6.23-6.228L976.27,509.977z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M976.27,509.977c-0.439,0.441-1.153,0.441-1.594,0
+ l-9.543-9.541l-6.904,6.904l16.279,16.277c0.16,0.161,0.441,0.136,0.633-0.052l13.414-13.416l-6.23-6.228L976.27,509.977z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M976.27,509.977c-0.439,0.441-1.153,0.441-1.594,0
+ l-9.543-9.541l-6.904,6.904l16.279,16.277c0.16,0.161,0.441,0.136,0.633-0.052l13.414-13.416l-6.23-6.228L976.27,509.977z"/>
+
+ <rect x="954.85" y="495.084" transform="matrix(0.7069 0.7073 -0.7073 0.7069 634.31 -530.9227)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.951" height="9.766"/>
+
+ <rect x="954.85" y="495.084" transform="matrix(0.7069 0.7073 -0.7073 0.7069 634.31 -530.9227)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.951" height="9.766"/>
+
+ <rect x="954.85" y="495.084" transform="matrix(0.7069 0.7073 -0.7073 0.7069 634.31 -530.9227)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.951" height="9.766"/>
+
+ <rect x="954.85" y="495.084" transform="matrix(0.7069 0.7073 -0.7073 0.7069 634.31 -530.9227)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="5.951" height="9.766"/>
+
+ <rect x="954.85" y="495.084" transform="matrix(0.7069 0.7073 -0.7073 0.7069 634.31 -530.9227)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.951" height="9.766"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M958.026,479.625c-0.207-0.209-0.445-0.354-0.688-0.438
+ l-13.634,13.632l6.373,6.371l13.759-13.757L958.026,479.625z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M958.026,479.625c-0.207-0.209-0.445-0.354-0.688-0.438
+ l-13.634,13.632l6.373,6.371l13.759-13.757L958.026,479.625z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M958.026,479.625c-0.207-0.209-0.445-0.354-0.688-0.438
+ l-13.634,13.632l6.373,6.371l13.759-13.757L958.026,479.625z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M958.026,479.625c-0.207-0.209-0.445-0.354-0.688-0.438
+ l-13.634,13.632l6.373,6.371l13.759-13.757L958.026,479.625z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M958.026,479.625c-0.207-0.209-0.445-0.354-0.688-0.438
+ l-13.634,13.632l6.373,6.371l13.759-13.757L958.026,479.625z"/>
+
+ <rect x="947.415" y="492.194" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1982.188 163.9274)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="19.456" height="0.588"/>
+
+ <rect x="947.415" y="492.194" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1982.188 163.9274)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="19.456" height="0.588"/>
+
+ <rect x="947.415" y="492.194" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1982.188 163.9274)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="19.456" height="0.588"/>
+
+ <rect x="947.415" y="492.194" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1982.188 163.9274)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="19.456" height="0.588"/>
+
+ <rect x="947.415" y="492.194" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1982.188 163.9274)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="19.456" height="0.588"/>
+
+ <rect x="947.415" y="492.194" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1982.188 163.9274)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="19.456" height="0.588"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M972.282,506.314c-0.284,0.286-0.526,0.501-0.542,0.487
+ l-2.5-2.502c-0.017-0.014,0.2-0.256,0.485-0.54l6.219-6.22l-3.959-3.956l-6.854,6.853l9.543,9.541
+ c0.439,0.441,1.153,0.441,1.594,0l6.055-6.055l-3.821-3.825L972.282,506.314z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M972.282,506.314c-0.284,0.286-0.526,0.501-0.542,0.487
+ l-2.5-2.502c-0.017-0.014,0.2-0.256,0.485-0.54l6.219-6.22l-3.959-3.956l-6.854,6.853l9.543,9.541
+ c0.439,0.441,1.153,0.441,1.594,0l6.055-6.055l-3.821-3.825L972.282,506.314z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M972.282,506.314c-0.284,0.286-0.526,0.501-0.542,0.487
+ l-2.5-2.502c-0.017-0.014,0.2-0.256,0.485-0.54l6.219-6.22l-3.959-3.956l-6.854,6.853l9.543,9.541
+ c0.439,0.441,1.153,0.441,1.594,0l6.055-6.055l-3.821-3.825L972.282,506.314z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M972.282,506.314c-0.284,0.286-0.526,0.501-0.542,0.487
+ l-2.5-2.502c-0.017-0.014,0.2-0.256,0.485-0.54l6.219-6.22l-3.959-3.956l-6.854,6.853l9.543,9.541
+ c0.439,0.441,1.153,0.441,1.594,0l6.055-6.055l-3.821-3.825L972.282,506.314z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M972.282,506.314c-0.284,0.286-0.526,0.501-0.542,0.487
+ l-2.5-2.502c-0.017-0.014,0.2-0.256,0.485-0.54l6.219-6.22l-3.959-3.956l-6.854,6.853l9.543,9.541
+ c0.439,0.441,1.153,0.441,1.594,0l6.055-6.055l-3.821-3.825L972.282,506.314z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M972.282,506.314c-0.284,0.286-0.526,0.501-0.542,0.487
+ l-2.5-2.502c-0.017-0.014,0.2-0.256,0.485-0.54l6.219-6.22l-3.959-3.956l-6.854,6.853l9.543,9.541
+ c0.439,0.441,1.153,0.441,1.594,0l6.055-6.055l-3.821-3.825L972.282,506.314z"/>
+
+ <rect x="961.661" y="488.269" transform="matrix(0.7074 0.7069 -0.7069 0.7074 630.8619 -537.5544)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.95" height="9.692"/>
+
+ <rect x="961.661" y="488.269" transform="matrix(0.7074 0.7069 -0.7069 0.7074 630.8619 -537.5544)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.95" height="9.692"/>
+
+ <rect x="961.661" y="488.269" transform="matrix(0.7074 0.7069 -0.7069 0.7074 630.8619 -537.5544)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.95" height="9.692"/>
+
+ <rect x="961.661" y="488.269" transform="matrix(0.7074 0.7069 -0.7069 0.7074 630.8619 -537.5544)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="5.95" height="9.692"/>
+
+ <rect x="961.661" y="488.269" transform="matrix(0.7074 0.7069 -0.7069 0.7074 630.8619 -537.5544)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.95" height="9.692"/>
+
+ <rect x="961.661" y="488.269" transform="matrix(0.7074 0.7069 -0.7069 0.7074 630.8619 -537.5544)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.95" height="9.692"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M904.021,430.501l-17.339-17.338
+ c-7.124,9.021-12.367,19.04-15.73,29.531l10.439,10.439L904.021,430.501z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M904.021,430.501l-17.339-17.338
+ c-7.124,9.021-12.367,19.04-15.73,29.531l10.439,10.439L904.021,430.501z"/>
+
+ <rect x="891.826" y="428.018" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 1213.86 1390.8378)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="6.313" height="32.005"/>
+
+ <rect x="891.826" y="428.018" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 1213.86 1390.8378)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="6.313" height="32.005"/>
+
+ <rect x="891.826" y="428.018" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 1213.86 1390.8378)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="6.313" height="32.005"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M895.784,455.951l16.844-16.843l-4.145-4.143l-22.632,22.63
+ l38.932,38.93c0.409,0.407,1.098,0.384,1.536-0.058l4.195-4.196l-34.73-34.728C895.346,457.104,895.346,456.391,895.784,455.951z"
+ />
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M895.784,455.951l16.844-16.843l-4.145-4.143l-22.632,22.63
+ l38.932,38.93c0.409,0.407,1.098,0.384,1.536-0.058l4.195-4.196l-34.73-34.728C895.346,457.104,895.346,456.391,895.784,455.951z"
+ />
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M895.784,455.951l16.844-16.843l-4.145-4.143l-22.632,22.63
+ l38.932,38.93c0.409,0.407,1.098,0.384,1.536-0.058l4.195-4.196l-34.73-34.728C895.346,457.104,895.346,456.391,895.784,455.951z"
+ />
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M895.784,455.951l16.844-16.843l-4.145-4.143l-22.632,22.63
+ l38.932,38.93c0.409,0.407,1.098,0.384,1.536-0.058l4.195-4.196l-34.73-34.728C895.346,457.104,895.346,456.391,895.784,455.951z"
+ />
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M947.358,475.431c0.438-0.442,0.465-1.128,0.053-1.537
+ l-34.783-34.786l-16.844,16.843c-0.438,0.44-0.438,1.153,0,1.594l34.73,34.728l6.666-6.667L947.358,475.431z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M947.358,475.431c0.438-0.442,0.465-1.128,0.053-1.537
+ l-34.783-34.786l-16.844,16.843c-0.438,0.44-0.438,1.153,0,1.594l34.73,34.728l6.666-6.667L947.358,475.431z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M947.358,475.431c0.438-0.442,0.465-1.128,0.053-1.537
+ l-34.783-34.786l-16.844,16.843c-0.438,0.44-0.438,1.153,0,1.594l34.73,34.728l6.666-6.667L947.358,475.431z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M947.358,475.431c0.438-0.442,0.465-1.128,0.053-1.537
+ l-34.783-34.786l-16.844,16.843c-0.438,0.44-0.438,1.153,0,1.594l34.73,34.728l6.666-6.667L947.358,475.431z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M947.358,475.431c0.438-0.442,0.465-1.128,0.053-1.537
+ l-34.783-34.786l-16.844,16.843c-0.438,0.44-0.438,1.153,0,1.594l34.73,34.728l6.666-6.667L947.358,475.431z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M993.642,455.631l0.104-0.104l-4.309-4.308
+ c-0.054-0.053-0.181-0.012-0.281,0.091l-6.135,6.132l4.405,4.403L993.642,455.631z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M993.642,455.631l0.104-0.104l-4.309-4.308
+ c-0.054-0.053-0.181-0.012-0.281,0.091l-6.135,6.132l4.405,4.403L993.642,455.631z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M993.642,455.631l0.104-0.104l-4.309-4.308
+ c-0.054-0.053-0.181-0.012-0.281,0.091l-6.135,6.132l4.405,4.403L993.642,455.631z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M993.642,455.631l0.104-0.104l-4.309-4.308
+ c-0.054-0.053-0.181-0.012-0.281,0.091l-6.135,6.132l4.405,4.403L993.642,455.631z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M993.756,455.539l-0.011-0.011l-0.104,0.104
+ C993.677,455.597,993.717,455.569,993.756,455.539z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M993.756,455.539l-0.011-0.011l-0.104,0.104
+ C993.677,455.597,993.717,455.569,993.756,455.539z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M993.756,455.539l-0.011-0.011l-0.104,0.104
+ C993.677,455.597,993.717,455.569,993.756,455.539z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M993.756,455.539l-0.011-0.011l-0.104,0.104
+ C993.677,455.597,993.717,455.569,993.756,455.539z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M993.756,455.539l-0.011-0.011l-0.104,0.104
+ C993.677,455.597,993.717,455.569,993.756,455.539z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M987.427,461.847l0.415,0.415l6.317-6.318l-0.403-0.405
+ c-0.039,0.031-0.079,0.059-0.114,0.093L987.427,461.847z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M987.427,461.847l0.415,0.415l6.317-6.318l-0.403-0.405
+ c-0.039,0.031-0.079,0.059-0.114,0.093L987.427,461.847z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M987.427,461.847l0.415,0.415l6.317-6.318l-0.403-0.405
+ c-0.039,0.031-0.079,0.059-0.114,0.093L987.427,461.847z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M987.427,461.847l0.415,0.415l6.317-6.318l-0.403-0.405
+ c-0.039,0.031-0.079,0.059-0.114,0.093L987.427,461.847z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M987.427,461.847l0.415,0.415l6.317-6.318l-0.403-0.405
+ c-0.039,0.031-0.079,0.059-0.114,0.093L987.427,461.847z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M987.427,461.847l0.415,0.415l6.317-6.318l-0.403-0.405
+ c-0.039,0.031-0.079,0.059-0.114,0.093L987.427,461.847z"/>
+
+ <rect x="990.292" y="459.97" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -35.9786 839.0359)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.939" height="5.951"/>
+
+ <rect x="990.292" y="459.97" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -35.9786 839.0359)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.939" height="5.951"/>
+
+ <rect x="990.292" y="459.97" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -35.9786 839.0359)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.939" height="5.951"/>
+
+ <rect x="990.292" y="459.97" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -35.9786 839.0359)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="8.939" height="5.951"/>
+
+ <rect x="990.292" y="459.97" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -35.9786 839.0359)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.939" height="5.951"/>
+
+ <rect x="990.292" y="459.97" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -35.9786 839.0359)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="8.939" height="5.951"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M981.596,464.287l-4.949,4.95l1.695,1.691l9.085-9.082
+ l-4.405-4.403l-3.984,3.985l2.533,2.534C981.67,464.059,981.68,464.205,981.596,464.287z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M981.596,464.287l-4.949,4.95l1.695,1.691l9.085-9.082
+ l-4.405-4.403l-3.984,3.985l2.533,2.534C981.67,464.059,981.68,464.205,981.596,464.287z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M981.596,464.287l-4.949,4.95l1.695,1.691l9.085-9.082
+ l-4.405-4.403l-3.984,3.985l2.533,2.534C981.67,464.059,981.68,464.205,981.596,464.287z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M981.596,464.287l-4.949,4.95l1.695,1.691l9.085-9.082
+ l-4.405-4.403l-3.984,3.985l2.533,2.534C981.67,464.059,981.68,464.205,981.596,464.287z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M981.596,464.287l-4.949,4.95l1.695,1.691l9.085-9.082
+ l-4.405-4.403l-3.984,3.985l2.533,2.534C981.67,464.059,981.68,464.205,981.596,464.287z"/>
+
+ <rect x="982.772" y="460.173" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 1348.2654 1491.6616)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.587" height="12.846"/>
+
+ <rect x="982.772" y="460.173" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 1348.2654 1491.6616)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.587" height="12.846"/>
+
+ <rect x="982.772" y="460.173" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 1348.2654 1491.6616)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.587" height="12.846"/>
+
+ <rect x="982.772" y="460.173" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 1348.2654 1491.6616)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="0.587" height="12.846"/>
+
+ <rect x="982.772" y="460.173" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 1348.2654 1491.6616)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.587" height="12.846"/>
+
+ <rect x="982.772" y="460.173" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 1348.2654 1491.6616)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.587" height="12.846"/>
+
+ <rect x="982.772" y="460.173" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 1348.2654 1491.6616)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="0.587" height="12.846"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M984.078,476.668l4.306-4.305
+ c0.371-0.373,0.94-0.426,1.375-0.165l4.01-4.008l-4.209-4.208l-9.083,9.083L984.078,476.668z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M984.078,476.668l4.306-4.305
+ c0.371-0.373,0.94-0.426,1.375-0.165l4.01-4.008l-4.209-4.208l-9.083,9.083L984.078,476.668z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M984.078,476.668l4.306-4.305
+ c0.371-0.373,0.94-0.426,1.375-0.165l4.01-4.008l-4.209-4.208l-9.083,9.083L984.078,476.668z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M984.078,476.668l4.306-4.305
+ c0.371-0.373,0.94-0.426,1.375-0.165l4.01-4.008l-4.209-4.208l-9.083,9.083L984.078,476.668z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M984.078,476.668l4.306-4.305
+ c0.371-0.373,0.94-0.426,1.375-0.165l4.01-4.008l-4.209-4.208l-9.083,9.083L984.078,476.668z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M984.078,476.668l4.306-4.305
+ c0.371-0.373,0.94-0.426,1.375-0.165l4.01-4.008l-4.209-4.208l-9.083,9.083L984.078,476.668z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M984.078,476.668l4.306-4.305
+ c0.371-0.373,0.94-0.426,1.375-0.165l4.01-4.008l-4.209-4.208l-9.083,9.083L984.078,476.668z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M974.032,466.622l2.613,2.616l4.949-4.95
+ c0.084-0.083,0.073-0.228-0.025-0.325l-2.533-2.534l-4.913,4.912C974.021,466.443,973.979,466.571,974.032,466.622z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M974.032,466.622l2.613,2.616l4.949-4.95
+ c0.084-0.083,0.073-0.228-0.025-0.325l-2.533-2.534l-4.913,4.912C974.021,466.443,973.979,466.571,974.032,466.622z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M974.032,466.622l2.613,2.616l4.949-4.95
+ c0.084-0.083,0.073-0.228-0.025-0.325l-2.533-2.534l-4.913,4.912C974.021,466.443,973.979,466.571,974.032,466.622z"/>
+ <path opacity="0.4" fill="#FEF4A5" enable-background="new " d="M974.032,466.622l2.613,2.616l4.949-4.95
+ c0.084-0.083,0.073-0.228-0.025-0.325l-2.533-2.534l-4.913,4.912C974.021,466.443,973.979,466.571,974.032,466.622z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M974.032,466.622l2.613,2.616l4.949-4.95
+ c0.084-0.083,0.073-0.228-0.025-0.325l-2.533-2.534l-4.913,4.912C974.021,466.443,973.979,466.571,974.032,466.622z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M974.032,466.622l2.613,2.616l4.949-4.95
+ c0.084-0.083,0.073-0.228-0.025-0.325l-2.533-2.534l-4.913,4.912C974.021,466.443,973.979,466.571,974.032,466.622z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M988.384,472.363l-4.306,4.305l0.605,0.604l5.074-5.074
+ C989.324,471.937,988.755,471.991,988.384,472.363z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M988.384,472.363l-4.306,4.305l0.605,0.604l5.074-5.074
+ C989.324,471.937,988.755,471.991,988.384,472.363z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M988.384,472.363l-4.306,4.305l0.605,0.604l5.074-5.074
+ C989.324,471.937,988.755,471.991,988.384,472.363z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M988.384,472.363l-4.306,4.305l0.605,0.604l5.074-5.074
+ C989.324,471.937,988.755,471.991,988.384,472.363z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M988.384,472.363l-4.306,4.305l0.605,0.604l5.074-5.074
+ C989.324,471.937,988.755,471.991,988.384,472.363z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M988.384,472.363l-4.306,4.305l0.605,0.604l5.074-5.074
+ C989.324,471.937,988.755,471.991,988.384,472.363z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M988.384,472.363l-4.306,4.305l0.605,0.604l5.074-5.074
+ C989.324,471.937,988.755,471.991,988.384,472.363z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M988.384,472.363l-4.306,4.305l0.605,0.604l5.074-5.074
+ C989.324,471.937,988.755,471.991,988.384,472.363z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1015.922,420.608c0.346-0.347,0.613-0.639,0.597-0.655
+ l-2.498-2.5c-0.016-0.014-0.309,0.251-0.655,0.598l-5.224,5.225l2.558,2.555L1015.922,420.608z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1015.922,420.608c0.346-0.347,0.613-0.639,0.597-0.655
+ l-2.498-2.5c-0.016-0.014-0.309,0.251-0.655,0.598l-5.224,5.225l2.558,2.555L1015.922,420.608z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1015.922,420.608c0.346-0.347,0.613-0.639,0.597-0.655
+ l-2.498-2.5c-0.016-0.014-0.309,0.251-0.655,0.598l-5.224,5.225l2.558,2.555L1015.922,420.608z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M935.149,500.414l1.753-1.753l-2.075-2.076l-9.366,9.37
+ c-0.347,0.345-0.612,0.637-0.598,0.653l2.499,2.5c0.018,0.016,0.311-0.253,0.654-0.597l6.943-6.945
+ C934.813,501.135,934.868,500.695,935.149,500.414z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M935.149,500.414l1.753-1.753l-2.075-2.076l-9.366,9.37
+ c-0.347,0.345-0.612,0.637-0.598,0.653l2.499,2.5c0.018,0.016,0.311-0.253,0.654-0.597l6.943-6.945
+ C934.813,501.135,934.868,500.695,935.149,500.414z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M935.149,500.414l1.753-1.753l-2.075-2.076l-9.366,9.37
+ c-0.347,0.345-0.612,0.637-0.598,0.653l2.499,2.5c0.018,0.016,0.311-0.253,0.654-0.597l6.943-6.945
+ C934.813,501.135,934.868,500.695,935.149,500.414z"/>
+
+ <rect x="937.582" y="490.049" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 1253.1394 1508.2806)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.934" height="8.943"/>
+
+ <rect x="937.582" y="490.049" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 1253.1394 1508.2806)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.934" height="8.943"/>
+
+ <rect x="937.582" y="490.049" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 1253.1394 1508.2806)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="2.934" height="8.943"/>
+
+ <rect x="937.582" y="490.049" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 1253.1394 1508.2806)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.934" height="8.943"/>
+
+ <rect x="985.118" y="432.815" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -14.6553 833.8624)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="28.403" height="3.616"/>
+
+ <rect x="985.118" y="432.815" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -14.6553 833.8624)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="28.403" height="3.616"/>
+
+ <rect x="985.118" y="432.815" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -14.6553 833.8624)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="28.403" height="3.616"/>
+
+ <rect x="985.118" y="432.815" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -14.6553 833.8624)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="28.403" height="3.616"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M957.34,479.187l5.547-5.546l-0.481-0.48
+ c-0.439-0.44-0.441-1.154,0-1.594l0.955-0.957l-1.275-1.276l-20.933,20.928l2.074,2.076l12.962-12.962
+ C956.469,479.096,956.907,479.039,957.34,479.187z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M957.34,479.187l5.547-5.546l-0.481-0.48
+ c-0.439-0.44-0.441-1.154,0-1.594l0.955-0.957l-1.275-1.276l-20.933,20.928l2.074,2.076l12.962-12.962
+ C956.469,479.096,956.907,479.039,957.34,479.187z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M957.34,479.187l5.547-5.546l-0.481-0.48
+ c-0.439-0.44-0.441-1.154,0-1.594l0.955-0.957l-1.275-1.276l-20.933,20.928l2.074,2.076l12.962-12.962
+ C956.469,479.096,956.907,479.039,957.34,479.187z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M957.34,479.187l5.547-5.546l-0.481-0.48
+ c-0.439-0.44-0.441-1.154,0-1.594l0.955-0.957l-1.275-1.276l-20.933,20.928l2.074,2.076l12.962-12.962
+ C956.469,479.096,956.907,479.039,957.34,479.187z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M957.34,479.187l5.547-5.546l-0.481-0.48
+ c-0.439-0.44-0.441-1.154,0-1.594l0.955-0.957l-1.275-1.276l-20.933,20.928l2.074,2.076l12.962-12.962
+ C956.469,479.096,956.907,479.039,957.34,479.187z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M963.359,470.61l-0.955,0.957c-0.441,0.44-0.439,1.154,0,1.594
+ l0.481,0.48l1.753-1.754L963.359,470.61z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M963.359,470.61l-0.955,0.957c-0.441,0.44-0.439,1.154,0,1.594
+ l0.481,0.48l1.753-1.754L963.359,470.61z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M963.359,470.61l-0.955,0.957c-0.441,0.44-0.439,1.154,0,1.594
+ l0.481,0.48l1.753-1.754L963.359,470.61z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M963.359,470.61l-0.955,0.957c-0.441,0.44-0.439,1.154,0,1.594
+ l0.481,0.48l1.753-1.754L963.359,470.61z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M963.359,470.61l-0.955,0.957c-0.441,0.44-0.439,1.154,0,1.594
+ l0.481,0.48l1.753-1.754L963.359,470.61z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M963.359,470.61l-0.955,0.957c-0.441,0.44-0.439,1.154,0,1.594
+ l0.481,0.48l1.753-1.754L963.359,470.61z"/>
+
+ <rect x="962.086" y="467.37" transform="matrix(-0.7072 0.7071 -0.7071 -0.7072 1977.5664 117.4951)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.731" height="1.805"/>
+
+ <rect x="962.086" y="467.37" transform="matrix(-0.7072 0.7071 -0.7071 -0.7072 1977.5664 117.4951)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.731" height="1.805"/>
+
+ <rect x="962.086" y="467.37" transform="matrix(-0.7072 0.7071 -0.7071 -0.7072 1977.5664 117.4951)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="4.731" height="1.805"/>
+
+ <rect x="962.086" y="467.37" transform="matrix(-0.7072 0.7071 -0.7071 -0.7072 1977.5664 117.4951)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="4.731" height="1.805"/>
+
+ <rect x="962.086" y="467.37" transform="matrix(-0.7072 0.7071 -0.7071 -0.7072 1977.5664 117.4951)" opacity="0.4" fill="#FEF4A5" enable-background="new " width="4.731" height="1.805"/>
+
+ <rect x="962.086" y="467.37" transform="matrix(-0.7072 0.7071 -0.7071 -0.7072 1977.5664 117.4951)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.731" height="1.805"/>
+
+ <rect x="964.757" y="467.205" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 1317.0305 1484.2306)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.805" height="4.731"/>
+
+ <rect x="964.757" y="467.205" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 1317.0305 1484.2306)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.805" height="4.731"/>
+
+ <rect x="964.757" y="467.205" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 1317.0305 1484.2306)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="1.805" height="4.731"/>
+
+ <rect x="964.757" y="467.205" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 1317.0305 1484.2306)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.805" height="4.731"/>
+
+ <rect x="964.757" y="467.205" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 1317.0305 1484.2306)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="1.805" height="4.731"/>
+
+ <rect x="964.757" y="467.205" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 1317.0305 1484.2306)" opacity="0.4" fill="#FEF4A5" enable-background="new " width="1.805" height="4.731"/>
+
+ <rect x="964.757" y="467.205" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 1317.0305 1484.2306)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.805" height="4.731"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M975.791,458.182l3.187-3.188c0.442-0.441,1.155-0.44,1.595,0
+ l0.481,0.481l7.014-7.014l-2.557-2.556l-10.997,10.998L975.791,458.182z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M975.791,458.182l3.187-3.188c0.442-0.441,1.155-0.44,1.595,0
+ l0.481,0.481l7.014-7.014l-2.557-2.556l-10.997,10.998L975.791,458.182z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M975.791,458.182l3.187-3.188c0.442-0.441,1.155-0.44,1.595,0
+ l0.481,0.481l7.014-7.014l-2.557-2.556l-10.997,10.998L975.791,458.182z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M975.791,458.182l3.187-3.188c0.442-0.441,1.155-0.44,1.595,0
+ l0.481,0.481l7.014-7.014l-2.557-2.556l-10.997,10.998L975.791,458.182z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M981.054,455.476l-0.481-0.481
+ c-0.438-0.44-1.151-0.441-1.595,0l-3.187,3.188l1.276,1.278L981.054,455.476z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M981.054,455.476l-0.481-0.481
+ c-0.438-0.44-1.151-0.441-1.595,0l-3.187,3.188l1.276,1.278L981.054,455.476z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M981.054,455.476l-0.481-0.481
+ c-0.438-0.44-1.151-0.441-1.595,0l-3.187,3.188l1.276,1.278L981.054,455.476z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M981.054,455.476l-0.481-0.481
+ c-0.438-0.44-1.151-0.441-1.595,0l-3.187,3.188l1.276,1.278L981.054,455.476z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M981.054,455.476l-0.481-0.481
+ c-0.438-0.44-1.151-0.441-1.595,0l-3.187,3.188l1.276,1.278L981.054,455.476z"/>
+
+ <rect x="986.207" y="444.116" transform="matrix(-0.707 -0.7072 0.7072 -0.707 1371.2352 1459.8999)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="3.606"/>
+
+ <rect x="986.207" y="444.116" transform="matrix(-0.707 -0.7072 0.7072 -0.707 1371.2352 1459.8999)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="3.606"/>
+
+ <rect x="986.207" y="444.116" transform="matrix(-0.707 -0.7072 0.7072 -0.707 1371.2352 1459.8999)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="3.606"/>
+
+ <rect x="986.207" y="444.116" transform="matrix(-0.707 -0.7072 0.7072 -0.707 1371.2352 1459.8999)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="3.606"/>
+
+ <rect x="986.207" y="444.116" transform="matrix(-0.707 -0.7072 0.7072 -0.707 1371.2352 1459.8999)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="3.606"/>
+
+ <rect x="969.026" y="459.229" transform="matrix(0.707 -0.7072 0.7072 0.707 -40.4505 822.6207)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.211" height="1.806"/>
+
+ <rect x="969.026" y="459.229" transform="matrix(0.707 -0.7072 0.7072 0.707 -40.4505 822.6207)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.211" height="1.806"/>
+
+ <rect x="969.026" y="459.229" transform="matrix(0.707 -0.7072 0.7072 0.707 -40.4505 822.6207)" opacity="0.4" fill="#FEF4A5" enable-background="new " width="7.211" height="1.806"/>
+
+ <rect x="969.026" y="459.229" transform="matrix(0.707 -0.7072 0.7072 0.707 -40.4505 822.6207)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.211" height="1.806"/>
+
+ <rect x="969.026" y="459.229" transform="matrix(0.707 -0.7072 0.7072 0.707 -40.4505 822.6207)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.211" height="1.806"/>
+
+ <rect x="970.284" y="460.465" transform="matrix(0.7072 -0.707 0.707 0.7072 -41.0429 823.6298)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.211" height="1.807"/>
+
+ <rect x="970.284" y="460.465" transform="matrix(0.7072 -0.707 0.707 0.7072 -41.0429 823.6298)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.211" height="1.807"/>
+
+ <rect x="970.284" y="460.465" transform="matrix(0.7072 -0.707 0.707 0.7072 -41.0429 823.6298)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.211" height="1.807"/>
+
+ <rect x="970.284" y="460.465" transform="matrix(0.7072 -0.707 0.707 0.7072 -41.0429 823.6298)" opacity="0.4" fill="#FEF4A5" enable-background="new " width="7.211" height="1.807"/>
+
+ <rect x="970.284" y="460.465" transform="matrix(0.7072 -0.707 0.707 0.7072 -41.0429 823.6298)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.211" height="1.807"/>
+
+ <rect x="970.284" y="460.465" transform="matrix(0.7072 -0.707 0.707 0.7072 -41.0429 823.6298)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.211" height="1.807"/>
+
+ <rect x="965.179" y="463.747" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -45.0382 820.5704)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.636" height="1.808"/>
+
+ <rect x="965.179" y="463.747" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -45.0382 820.5704)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.636" height="1.808"/>
+
+ <rect x="965.179" y="463.747" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -45.0382 820.5704)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="5.636" height="1.808"/>
+
+ <rect x="965.179" y="463.747" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -45.0382 820.5704)" opacity="0.4" fill="#FEF4A5" enable-background="new " width="5.636" height="1.808"/>
+
+ <rect x="965.179" y="463.747" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -45.0382 820.5704)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.636" height="1.808"/>
+
+ <rect x="965.179" y="463.747" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -45.0382 820.5704)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.636" height="1.808"/>
+
+ <rect x="966.459" y="465.026" transform="matrix(0.7072 -0.707 0.707 0.7072 -45.6102 821.7244)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.634" height="1.805"/>
+
+ <rect x="966.459" y="465.026" transform="matrix(0.7072 -0.707 0.707 0.7072 -45.6102 821.7244)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.634" height="1.805"/>
+
+ <rect x="966.459" y="465.026" transform="matrix(0.7072 -0.707 0.707 0.7072 -45.6102 821.7244)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.634" height="1.805"/>
+
+ <rect x="966.459" y="465.026" transform="matrix(0.7072 -0.707 0.707 0.7072 -45.6102 821.7244)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="5.634" height="1.805"/>
+
+ <rect x="966.459" y="465.026" transform="matrix(0.7072 -0.707 0.707 0.7072 -45.6102 821.7244)" opacity="0.4" fill="#FEF4A5" enable-background="new " width="5.634" height="1.805"/>
+
+ <rect x="966.459" y="465.026" transform="matrix(0.7072 -0.707 0.707 0.7072 -45.6102 821.7244)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.634" height="1.805"/>
+
+ <rect x="966.459" y="465.026" transform="matrix(0.7072 -0.707 0.707 0.7072 -45.6102 821.7244)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.634" height="1.805"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M936.902,498.661l-1.753,1.753
+ c-0.281,0.281-0.336,0.721-0.188,1.152l2.424-2.425L936.902,498.661z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M936.902,498.661l-1.753,1.753
+ c-0.281,0.281-0.336,0.721-0.188,1.152l2.424-2.425L936.902,498.661z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M936.902,498.661l-1.753,1.753
+ c-0.281,0.281-0.336,0.721-0.188,1.152l2.424-2.425L936.902,498.661z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M936.902,498.661l-1.753,1.753
+ c-0.281,0.281-0.336,0.721-0.188,1.152l2.424-2.425L936.902,498.661z"/>
+
+ <rect x="935.811" y="495.366" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1955.6915 181.3829)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.942" height="0.681"/>
+
+ <rect x="935.811" y="495.366" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1955.6915 181.3829)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.942" height="0.681"/>
+
+ <rect x="935.811" y="495.366" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1955.6915 181.3829)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="8.942" height="0.681"/>
+
+ <rect x="935.811" y="495.366" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1955.6915 181.3829)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.942" height="0.681"/>
+
+ <rect x="935.811" y="495.366" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1955.6915 181.3829)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.942" height="0.681"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M957.34,479.187c-0.433-0.148-0.871-0.091-1.151,0.188
+ l-12.962,12.962l0.48,0.481L957.34,479.187z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M957.34,479.187c-0.433-0.148-0.871-0.091-1.151,0.188
+ l-12.962,12.962l0.48,0.481L957.34,479.187z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M957.34,479.187c-0.433-0.148-0.871-0.091-1.151,0.188
+ l-12.962,12.962l0.48,0.481L957.34,479.187z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M957.34,479.187c-0.433-0.148-0.871-0.091-1.151,0.188
+ l-12.962,12.962l0.48,0.481L957.34,479.187z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M957.34,479.187c-0.433-0.148-0.871-0.091-1.151,0.188
+ l-12.962,12.962l0.48,0.481L957.34,479.187z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M957.34,479.187c-0.433-0.148-0.871-0.091-1.151,0.188
+ l-12.962,12.962l0.48,0.481L957.34,479.187z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M932.493,519.329c-0.293,0.292-0.729,0.329-0.977,0.083
+ l-0.414-0.414l-5.897,5.898l1.721,1.72l16.416-16.417l-0.858-0.861L932.493,519.329z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M932.493,519.329c-0.293,0.292-0.729,0.329-0.977,0.083
+ l-0.414-0.414l-5.897,5.898l1.721,1.72l16.416-16.417l-0.858-0.861L932.493,519.329z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M932.493,519.329c-0.293,0.292-0.729,0.329-0.977,0.083
+ l-0.414-0.414l-5.897,5.898l1.721,1.72l16.416-16.417l-0.858-0.861L932.493,519.329z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M931.104,518.998l0.414,0.414
+ c0.246,0.246,0.684,0.208,0.977-0.083l9.989-9.99l-0.862-0.859L931.104,518.998z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M931.104,518.998l0.414,0.414
+ c0.246,0.246,0.684,0.208,0.977-0.083l9.989-9.99l-0.862-0.859L931.104,518.998z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M931.104,518.998l0.414,0.414
+ c0.246,0.246,0.684,0.208,0.977-0.083l9.989-9.99l-0.862-0.859L931.104,518.998z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M931.104,518.998l0.414,0.414
+ c0.246,0.246,0.684,0.208,0.977-0.083l9.989-9.99l-0.862-0.859L931.104,518.998z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1003.949,449.592c0.408-0.409,0.729-0.746,0.72-0.756
+ l-1.684-1.683c-0.01-0.01-0.347,0.311-0.755,0.718l-4.828,4.828l1.721,1.72L1003.949,449.592z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1003.949,449.592c0.408-0.409,0.729-0.746,0.72-0.756
+ l-1.684-1.683c-0.01-0.01-0.347,0.311-0.755,0.718l-4.828,4.828l1.721,1.72L1003.949,449.592z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M1003.949,449.592c0.408-0.409,0.729-0.746,0.72-0.756
+ l-1.684-1.683c-0.01-0.01-0.347,0.311-0.755,0.718l-4.828,4.828l1.721,1.72L1003.949,449.592z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1003.949,449.592c0.408-0.409,0.729-0.746,0.72-0.756
+ l-1.684-1.683c-0.01-0.01-0.347,0.311-0.755,0.718l-4.828,4.828l1.721,1.72L1003.949,449.592z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1003.949,449.592c0.408-0.409,0.729-0.746,0.72-0.756
+ l-1.684-1.683c-0.01-0.01-0.347,0.311-0.755,0.718l-4.828,4.828l1.721,1.72L1003.949,449.592z"/>
+
+ <rect x="963.215" y="483.052" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1992.5173 141.0402)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.663" height="0.316"/>
+
+ <rect x="963.215" y="483.052" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1992.5173 141.0402)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.663" height="0.316"/>
+
+ <rect x="963.215" y="483.052" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1992.5173 141.0402)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.663" height="0.316"/>
+
+ <rect x="963.215" y="483.052" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1992.5173 141.0402)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="7.663" height="0.316"/>
+
+ <rect x="963.215" y="483.052" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1992.5173 141.0402)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="7.663" height="0.316"/>
+
+ <rect x="963.215" y="483.052" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1992.5173 141.0402)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.663" height="0.316"/>
+
+ <rect x="968.737" y="477.88" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1997.9685 128.658)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.214" height="0.315"/>
+
+ <rect x="968.737" y="477.88" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1997.9685 128.658)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.214" height="0.315"/>
+
+ <rect x="968.737" y="477.88" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1997.9685 128.658)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.214" height="0.315"/>
+
+ <rect x="968.737" y="477.88" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1997.9685 128.658)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="7.214" height="0.315"/>
+
+ <rect x="968.737" y="477.88" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1997.9685 128.658)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.214" height="0.315"/>
+
+ <rect x="968.737" y="477.88" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1997.9685 128.658)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="7.214" height="0.315"/>
+
+ <rect x="968.737" y="477.88" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1997.9685 128.658)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.214" height="0.315"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M914.591,536.275l-0.382-0.383l-10.679,10.679
+ c0.652,0.499,1.312,0.99,1.972,1.467l10.427-10.425L914.591,536.275z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M914.591,536.275l-0.382-0.383l-10.679,10.679
+ c0.652,0.499,1.312,0.99,1.972,1.467l10.427-10.425L914.591,536.275z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M914.209,535.893l0.382,0.383
+ c-0.141-0.14-0.229-0.31-0.28-0.484L914.209,535.893z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M914.209,535.893l0.382,0.383
+ c-0.141-0.14-0.229-0.31-0.28-0.484L914.209,535.893z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M914.209,535.893l0.382,0.383
+ c-0.141-0.14-0.229-0.31-0.28-0.484L914.209,535.893z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M914.311,535.792c0.051,0.175,0.141,0.345,0.28,0.484
+ l1.338,1.338l10.997-10.997l-1.721-1.72L914.311,535.792z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M914.311,535.792c0.051,0.175,0.141,0.345,0.28,0.484
+ l1.338,1.338l10.997-10.997l-1.721-1.72L914.311,535.792z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M914.311,535.792c0.051,0.175,0.141,0.345,0.28,0.484
+ l1.338,1.338l10.997-10.997l-1.721-1.72L914.311,535.792z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M914.311,535.792c0.051,0.175,0.141,0.345,0.28,0.484
+ l1.338,1.338l10.997-10.997l-1.721-1.72L914.311,535.792z"/>
+
+ <rect x="967.649" y="480.606" transform="matrix(0.7071 0.7071 -0.7071 0.7071 626.1453 -542.7723)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.215" height="7.665"/>
+
+ <rect x="967.649" y="480.606" transform="matrix(0.7071 0.7071 -0.7071 0.7071 626.1453 -542.7723)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.215" height="7.665"/>
+
+ <rect x="967.649" y="480.606" transform="matrix(0.7071 0.7071 -0.7071 0.7071 626.1453 -542.7723)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.215" height="7.665"/>
+
+ <rect x="967.649" y="480.606" transform="matrix(0.7071 0.7071 -0.7071 0.7071 626.1453 -542.7723)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="1.215" height="7.665"/>
+
+ <rect x="967.649" y="480.606" transform="matrix(0.7071 0.7071 -0.7071 0.7071 626.1453 -542.7723)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.215" height="7.665"/>
+
+ <rect x="967.649" y="480.606" transform="matrix(0.7071 0.7071 -0.7071 0.7071 626.1453 -542.7723)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.215" height="7.665"/>
+
+ <rect x="967.086" y="479.905" transform="matrix(-0.7055 -0.7087 0.7087 -0.7055 1307.2731 1510.7275)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.901" height="7.666"/>
+
+ <rect x="967.086" y="479.905" transform="matrix(-0.7055 -0.7087 0.7087 -0.7055 1307.2731 1510.7275)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.901" height="7.666"/>
+
+ <rect x="967.086" y="479.905" transform="matrix(-0.7055 -0.7087 0.7087 -0.7055 1307.2731 1510.7275)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.901" height="7.666"/>
+
+ <rect x="967.086" y="479.905" transform="matrix(-0.7055 -0.7087 0.7087 -0.7055 1307.2731 1510.7275)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="0.901" height="7.666"/>
+
+ <rect x="967.086" y="479.905" transform="matrix(-0.7055 -0.7087 0.7087 -0.7055 1307.2731 1510.7275)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="0.901" height="7.666"/>
+
+ <rect x="967.086" y="479.905" transform="matrix(-0.7055 -0.7087 0.7087 -0.7055 1307.2731 1510.7275)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.901" height="7.666"/>
+
+ <rect x="967.086" y="479.905" transform="matrix(-0.7055 -0.7087 0.7087 -0.7055 1307.2731 1510.7275)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.901" height="7.666"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M975.186,475.741c0.248,0.249,0.21,0.683-0.084,0.979
+ l-4.569,4.568l0.86,0.86l5.1-5.099L975.186,475.741z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M975.186,475.741c0.248,0.249,0.21,0.683-0.084,0.979
+ l-4.569,4.568l0.86,0.86l5.1-5.099L975.186,475.741z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M975.186,475.741c0.248,0.249,0.21,0.683-0.084,0.979
+ l-4.569,4.568l0.86,0.86l5.1-5.099L975.186,475.741z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M975.186,475.741c0.248,0.249,0.21,0.683-0.084,0.979
+ l-4.569,4.568l0.86,0.86l5.1-5.099L975.186,475.741z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M975.186,475.741c0.248,0.249,0.21,0.683-0.084,0.979
+ l-4.569,4.568l0.86,0.86l5.1-5.099L975.186,475.741z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M975.186,475.741c0.248,0.249,0.21,0.683-0.084,0.979
+ l-4.569,4.568l0.86,0.86l5.1-5.099L975.186,475.741z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M975.186,475.741c0.248,0.249,0.21,0.683-0.084,0.979
+ l-4.569,4.568l0.86,0.86l5.1-5.099L975.186,475.741z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M974.993,475.552l-5.098,5.098l0.636,0.638l4.569-4.568
+ c0.294-0.295,0.332-0.73,0.084-0.979l-0.031-0.031L974.993,475.552z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M974.993,475.552l-5.098,5.098l0.636,0.638l4.569-4.568
+ c0.294-0.295,0.332-0.73,0.084-0.979l-0.031-0.031L974.993,475.552z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M974.993,475.552l-5.098,5.098l0.636,0.638l4.569-4.568
+ c0.294-0.295,0.332-0.73,0.084-0.979l-0.031-0.031L974.993,475.552z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M974.993,475.552l-5.098,5.098l0.636,0.638l4.569-4.568
+ c0.294-0.295,0.332-0.73,0.084-0.979l-0.031-0.031L974.993,475.552z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M974.993,475.552l-5.098,5.098l0.636,0.638l4.569-4.568
+ c0.294-0.295,0.332-0.73,0.084-0.979l-0.031-0.031L974.993,475.552z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M974.993,475.552l-5.098,5.098l0.636,0.638l4.569-4.568
+ c0.294-0.295,0.332-0.73,0.084-0.979l-0.031-0.031L974.993,475.552z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M974.993,475.552l-5.098,5.098l0.636,0.638l4.569-4.568
+ c0.294-0.295,0.332-0.73,0.084-0.979l-0.031-0.031L974.993,475.552z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M974.993,475.552l-5.098,5.098l0.636,0.638l4.569-4.568
+ c0.294-0.295,0.332-0.73,0.084-0.979l-0.031-0.031L974.993,475.552z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M995.235,455.631l-0.383-0.382l-0.101,0.102
+ C994.929,455.403,995.097,455.492,995.235,455.631z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M995.235,455.631l-0.383-0.382l-0.101,0.102
+ C994.929,455.403,995.097,455.492,995.235,455.631z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M995.235,455.631l-0.383-0.382l-0.101,0.102
+ C994.929,455.403,995.097,455.492,995.235,455.631z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M995.235,455.631l-0.383-0.382l-0.101,0.102
+ C994.929,455.403,995.097,455.492,995.235,455.631z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M995.235,455.631l-0.383-0.382l-0.101,0.102
+ C994.929,455.403,995.097,455.492,995.235,455.631z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M994.159,455.943l1.721,1.719l0.693-0.693l-1.338-1.337
+ c-0.14-0.14-0.308-0.229-0.483-0.28L994.159,455.943z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M994.159,455.943l1.721,1.719l0.693-0.693l-1.338-1.337
+ c-0.14-0.14-0.308-0.229-0.483-0.28L994.159,455.943z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M994.159,455.943l1.721,1.719l0.693-0.693l-1.338-1.337
+ c-0.14-0.14-0.308-0.229-0.483-0.28L994.159,455.943z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M994.159,455.943l1.721,1.719l0.693-0.693l-1.338-1.337
+ c-0.14-0.14-0.308-0.229-0.483-0.28L994.159,455.943z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M994.159,455.943l1.721,1.719l0.693-0.693l-1.338-1.337
+ c-0.14-0.14-0.308-0.229-0.483-0.28L994.159,455.943z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M994.159,455.943l1.721,1.719l0.693-0.693l-1.338-1.337
+ c-0.14-0.14-0.308-0.229-0.483-0.28L994.159,455.943z"/>
+ <polygon opacity="0.4" fill="#FFF7BB" enable-background="new " points="995.235,455.631 996.573,456.969 999.123,454.42
+ 997.402,452.7 994.854,455.25 "/>
+ <polygon opacity="0.4" fill="#FFF7BB" enable-background="new " points="995.235,455.631 996.573,456.969 999.123,454.42
+ 997.402,452.7 994.854,455.25 "/>
+ <polygon opacity="0.5" fill="#D1E4B8" enable-background="new " points="995.235,455.631 996.573,456.969 999.123,454.42
+ 997.402,452.7 994.854,455.25 "/>
+ <polygon opacity="0.4" fill="#FFF7BB" enable-background="new " points="995.235,455.631 996.573,456.969 999.123,454.42
+ 997.402,452.7 994.854,455.25 "/>
+ <polygon opacity="0.4" fill="#FFF7BB" enable-background="new " points="995.235,455.631 996.573,456.969 999.123,454.42
+ 997.402,452.7 994.854,455.25 "/>
+ <polygon opacity="0.4" fill="#FFF7BB" enable-background="new " points="995.235,455.631 996.573,456.969 999.123,454.42
+ 997.402,452.7 994.854,455.25 "/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M975.013,475.539c-0.063-0.097-0.107-0.203-0.141-0.311
+ l-0.1,0.102l0.221,0.223C975,475.546,975.008,475.543,975.013,475.539z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M975.013,475.539c-0.063-0.097-0.107-0.203-0.141-0.311
+ l-0.1,0.102l0.221,0.223C975,475.546,975.008,475.543,975.013,475.539z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M975.013,475.539c-0.063-0.097-0.107-0.203-0.141-0.311
+ l-0.1,0.102l0.221,0.223C975,475.546,975.008,475.543,975.013,475.539z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M975.013,475.539c-0.063-0.097-0.107-0.203-0.141-0.311
+ l-0.1,0.102l0.221,0.223C975,475.546,975.008,475.543,975.013,475.539z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M975.013,475.539c-0.063-0.097-0.107-0.203-0.141-0.311
+ l-0.1,0.102l0.221,0.223C975,475.546,975.008,475.543,975.013,475.539z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M975.013,475.539c-0.063-0.097-0.107-0.203-0.141-0.311
+ l-0.1,0.102l0.221,0.223C975,475.546,975.008,475.543,975.013,475.539z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M975.013,475.539c-0.063-0.097-0.107-0.203-0.141-0.311
+ l-0.1,0.102l0.221,0.223C975,475.546,975.008,475.543,975.013,475.539z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M976.59,475.552l0.698,0.7l3.188-3.187l-1.72-1.721
+ l-3.884,3.883c0.031,0.108,0.075,0.214,0.14,0.311C975.454,475.113,976.152,475.116,976.59,475.552z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M976.59,475.552l0.698,0.7l3.188-3.187l-1.72-1.721
+ l-3.884,3.883c0.031,0.108,0.075,0.214,0.14,0.311C975.454,475.113,976.152,475.116,976.59,475.552z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M976.59,475.552l0.698,0.7l3.188-3.187l-1.72-1.721
+ l-3.884,3.883c0.031,0.108,0.075,0.214,0.14,0.311C975.454,475.113,976.152,475.116,976.59,475.552z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M976.59,475.552l0.698,0.7l3.188-3.187l-1.72-1.721
+ l-3.884,3.883c0.031,0.108,0.075,0.214,0.14,0.311C975.454,475.113,976.152,475.116,976.59,475.552z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M976.59,475.552l0.698,0.7l3.188-3.187l-1.72-1.721
+ l-3.884,3.883c0.031,0.108,0.075,0.214,0.14,0.311C975.454,475.113,976.152,475.116,976.59,475.552z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M976.59,475.552l0.698,0.7l3.188-3.187l-1.72-1.721
+ l-3.884,3.883c0.031,0.108,0.075,0.214,0.14,0.311C975.454,475.113,976.152,475.116,976.59,475.552z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M976.59,475.552l0.698,0.7l3.188-3.187l-1.72-1.721
+ l-3.884,3.883c0.031,0.108,0.075,0.214,0.14,0.311C975.454,475.113,976.152,475.116,976.59,475.552z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M976.59,475.552l0.698,0.7l3.188-3.187l-1.72-1.721
+ l-3.884,3.883c0.031,0.108,0.075,0.214,0.14,0.311C975.454,475.113,976.152,475.116,976.59,475.552z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M975.153,475.71c-0.055-0.053-0.102-0.113-0.142-0.172
+ c-0.005,0.004-0.014,0.008-0.02,0.013L975.153,475.71z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M975.153,475.71c-0.055-0.053-0.102-0.113-0.142-0.172
+ c-0.005,0.004-0.014,0.008-0.02,0.013L975.153,475.71z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M975.153,475.71c-0.055-0.053-0.102-0.113-0.142-0.172
+ c-0.005,0.004-0.014,0.008-0.02,0.013L975.153,475.71z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M975.153,475.71c-0.055-0.053-0.102-0.113-0.142-0.172
+ c-0.005,0.004-0.014,0.008-0.02,0.013L975.153,475.71z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M975.153,475.71c-0.055-0.053-0.102-0.113-0.142-0.172
+ c-0.005,0.004-0.014,0.008-0.02,0.013L975.153,475.71z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M975.153,475.71c-0.055-0.053-0.102-0.113-0.142-0.172
+ c-0.005,0.004-0.014,0.008-0.02,0.013L975.153,475.71z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M975.153,475.71c-0.055-0.053-0.102-0.113-0.142-0.172
+ c-0.005,0.004-0.014,0.008-0.02,0.013L975.153,475.71z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M975.153,475.71c-0.055-0.053-0.102-0.113-0.142-0.172
+ c-0.005,0.004-0.014,0.008-0.02,0.013L975.153,475.71z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M976.59,475.552c-0.438-0.436-1.136-0.439-1.577-0.013
+ c0.04,0.059,0.087,0.119,0.142,0.172l0.031,0.031l1.307,1.308l0.797-0.797L976.59,475.552z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M976.59,475.552c-0.438-0.436-1.136-0.439-1.577-0.013
+ c0.04,0.059,0.087,0.119,0.142,0.172l0.031,0.031l1.307,1.308l0.797-0.797L976.59,475.552z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M976.59,475.552c-0.438-0.436-1.136-0.439-1.577-0.013
+ c0.04,0.059,0.087,0.119,0.142,0.172l0.031,0.031l1.307,1.308l0.797-0.797L976.59,475.552z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M976.59,475.552c-0.438-0.436-1.136-0.439-1.577-0.013
+ c0.04,0.059,0.087,0.119,0.142,0.172l0.031,0.031l1.307,1.308l0.797-0.797L976.59,475.552z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M976.59,475.552c-0.438-0.436-1.136-0.439-1.577-0.013
+ c0.04,0.059,0.087,0.119,0.142,0.172l0.031,0.031l1.307,1.308l0.797-0.797L976.59,475.552z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M976.59,475.552c-0.438-0.436-1.136-0.439-1.577-0.013
+ c0.04,0.059,0.087,0.119,0.142,0.172l0.031,0.031l1.307,1.308l0.797-0.797L976.59,475.552z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M976.59,475.552c-0.438-0.436-1.136-0.439-1.577-0.013
+ c0.04,0.059,0.087,0.119,0.142,0.172l0.031,0.031l1.307,1.308l0.797-0.797L976.59,475.552z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M976.59,475.552c-0.438-0.436-1.136-0.439-1.577-0.013
+ c0.04,0.059,0.087,0.119,0.142,0.172l0.031,0.031l1.307,1.308l0.797-0.797L976.59,475.552z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M976.59,475.552c-0.438-0.436-1.136-0.439-1.577-0.013
+ c0.04,0.059,0.087,0.119,0.142,0.172l0.031,0.031l1.307,1.308l0.797-0.797L976.59,475.552z"/>
+
+ <rect x="942.359" y="507.85" transform="matrix(-0.7067 0.7075 -0.7075 -0.7067 1971.1428 199.7794)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.605" height="1.217"/>
+
+ <rect x="942.359" y="507.85" transform="matrix(-0.7067 0.7075 -0.7075 -0.7067 1971.1428 199.7794)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.605" height="1.217"/>
+
+ <rect x="942.359" y="507.85" transform="matrix(-0.7067 0.7075 -0.7075 -0.7067 1971.1428 199.7794)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.605" height="1.217"/>
+
+ <rect x="942.359" y="507.85" transform="matrix(-0.7067 0.7075 -0.7075 -0.7067 1971.1428 199.7794)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.605" height="1.217"/>
+
+ <rect x="944.127" y="503.416" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1975.7572 189.6605)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.942" height="1.215"/>
+
+ <rect x="944.127" y="503.416" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1975.7572 189.6605)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.942" height="1.215"/>
+
+ <rect x="944.127" y="503.416" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1975.7572 189.6605)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.942" height="1.215"/>
+
+ <rect x="944.127" y="503.416" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1975.7572 189.6605)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.942" height="1.215"/>
+
+ <rect x="944.127" y="503.416" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1975.7572 189.6605)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.942" height="1.215"/>
+
+ <rect x="942.725" y="505.838" transform="matrix(0.7083 0.7059 -0.7059 0.7083 633.5046 -517.8267)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.216" height="3.605"/>
+
+ <rect x="942.725" y="505.838" transform="matrix(0.7083 0.7059 -0.7059 0.7083 633.5046 -517.8267)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.216" height="3.605"/>
+
+ <rect x="942.725" y="505.838" transform="matrix(0.7083 0.7059 -0.7059 0.7083 633.5046 -517.8267)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="1.216" height="3.605"/>
+
+ <rect x="942.725" y="505.838" transform="matrix(0.7083 0.7059 -0.7059 0.7083 633.5046 -517.8267)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.216" height="3.605"/>
+
+ <rect x="942.725" y="505.838" transform="matrix(0.7083 0.7059 -0.7059 0.7083 633.5046 -517.8267)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.216" height="3.605"/>
+
+ <rect x="943.288" y="502.607" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1973.7019 188.715)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.941" height="1.215"/>
+
+ <rect x="943.288" y="502.607" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1973.7019 188.715)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.941" height="1.215"/>
+
+ <rect x="943.288" y="502.607" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1973.7019 188.715)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.941" height="1.215"/>
+
+ <rect x="943.288" y="502.607" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1973.7019 188.715)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="8.941" height="1.215"/>
+
+ <rect x="943.288" y="502.607" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1973.7019 188.715)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.941" height="1.215"/>
+
+ <rect x="943.288" y="502.607" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1973.7019 188.715)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.941" height="1.215"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M958.42,493.723c-0.058-0.056-0.103-0.116-0.144-0.178
+ l-6.923,6.921l0.862,0.859l6.901-6.903L958.42,493.723z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M958.42,493.723c-0.058-0.056-0.103-0.116-0.144-0.178
+ l-6.923,6.921l0.862,0.859l6.901-6.903L958.42,493.723z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M958.42,493.723c-0.058-0.056-0.103-0.116-0.144-0.178
+ l-6.923,6.921l0.862,0.859l6.901-6.903L958.42,493.723z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M958.42,493.723c-0.058-0.056-0.103-0.116-0.144-0.178
+ l-6.923,6.921l0.862,0.859l6.901-6.903L958.42,493.723z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M958.42,493.723c-0.058-0.056-0.103-0.116-0.144-0.178
+ l-6.923,6.921l0.862,0.859l6.901-6.903L958.42,493.723z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M958.42,493.723c-0.058-0.056-0.103-0.116-0.144-0.178
+ l-6.923,6.921l0.862,0.859l6.901-6.903L958.42,493.723z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M958.42,492.127l6.056-6.056l-0.223-0.223l-13.758,13.757
+ l0.858,0.86l6.923-6.921C957.985,493.108,958.032,492.511,958.42,492.127z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M958.42,492.127l6.056-6.056l-0.223-0.223l-13.758,13.757
+ l0.858,0.86l6.923-6.921C957.985,493.108,958.032,492.511,958.42,492.127z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M958.42,492.127l6.056-6.056l-0.223-0.223l-13.758,13.757
+ l0.858,0.86l6.923-6.921C957.985,493.108,958.032,492.511,958.42,492.127z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M958.42,492.127l6.056-6.056l-0.223-0.223l-13.758,13.757
+ l0.858,0.86l6.923-6.921C957.985,493.108,958.032,492.511,958.42,492.127z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M958.42,492.127l6.056-6.056l-0.223-0.223l-13.758,13.757
+ l0.858,0.86l6.923-6.921C957.985,493.108,958.032,492.511,958.42,492.127z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M958.42,492.127l6.056-6.056l-0.223-0.223l-13.758,13.757
+ l0.858,0.86l6.923-6.921C957.985,493.108,958.032,492.511,958.42,492.127z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M958.42,492.127l6.056-6.056l-0.223-0.223l-13.758,13.757
+ l0.858,0.86l6.923-6.921C957.985,493.108,958.032,492.511,958.42,492.127z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M958.276,493.545c0.041,0.062,0.086,0.122,0.144,0.178
+ l0.698,0.7l6.854-6.855l-0.859-0.859L958.276,493.545z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M958.276,493.545c0.041,0.062,0.086,0.122,0.144,0.178
+ l0.698,0.7l6.854-6.855l-0.859-0.859L958.276,493.545z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M958.276,493.545c0.041,0.062,0.086,0.122,0.144,0.178
+ l0.698,0.7l6.854-6.855l-0.859-0.859L958.276,493.545z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M958.276,493.545c0.041,0.062,0.086,0.122,0.144,0.178
+ l0.698,0.7l6.854-6.855l-0.859-0.859L958.276,493.545z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M958.276,493.545c0.041,0.062,0.086,0.122,0.144,0.178
+ l0.698,0.7l6.854-6.855l-0.859-0.859L958.276,493.545z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M958.276,493.545c0.041,0.062,0.086,0.122,0.144,0.178
+ l0.698,0.7l6.854-6.855l-0.859-0.859L958.276,493.545z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M958.276,493.545c0.041,0.062,0.086,0.122,0.144,0.178
+ l0.698,0.7l6.854-6.855l-0.859-0.859L958.276,493.545z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M964.476,486.071l-6.056,6.056
+ c-0.388,0.384-0.435,0.981-0.144,1.418l6.836-6.836L964.476,486.071z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M964.476,486.071l-6.056,6.056
+ c-0.388,0.384-0.435,0.981-0.144,1.418l6.836-6.836L964.476,486.071z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M964.476,486.071l-6.056,6.056
+ c-0.388,0.384-0.435,0.981-0.144,1.418l6.836-6.836L964.476,486.071z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M964.476,486.071l-6.056,6.056
+ c-0.388,0.384-0.435,0.981-0.144,1.418l6.836-6.836L964.476,486.071z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M964.476,486.071l-6.056,6.056
+ c-0.388,0.384-0.435,0.981-0.144,1.418l6.836-6.836L964.476,486.071z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M964.476,486.071l-6.056,6.056
+ c-0.388,0.384-0.435,0.981-0.144,1.418l6.836-6.836L964.476,486.071z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M964.476,486.071l-6.056,6.056
+ c-0.388,0.384-0.435,0.981-0.144,1.418l6.836-6.836L964.476,486.071z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M964.476,486.071l-6.056,6.056
+ c-0.388,0.384-0.435,0.981-0.144,1.418l6.836-6.836L964.476,486.071z"/>
+
+ <rect x="987.417" y="458.781" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -34.7644 836.0593)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.938" height="2.431"/>
+
+ <rect x="987.417" y="458.781" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -34.7644 836.0593)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.938" height="2.431"/>
+
+ <rect x="987.417" y="458.781" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -34.7644 836.0593)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.938" height="2.431"/>
+
+ <rect x="987.417" y="458.781" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -34.7644 836.0593)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="8.938" height="2.431"/>
+
+ <rect x="987.417" y="458.781" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -34.7644 836.0593)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.938" height="2.431"/>
+
+ <rect x="987.417" y="458.781" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -34.7644 836.0593)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="8.938" height="2.431"/>
+
+ <rect x="987.417" y="458.781" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -34.7644 836.0593)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.938" height="2.431"/>
+
+ <rect x="977.745" y="466.444" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -42.4193 832.9133)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.844" height="2.431"/>
+
+ <rect x="977.745" y="466.444" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -42.4193 832.9133)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.844" height="2.431"/>
+
+ <rect x="977.745" y="466.444" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -42.4193 832.9133)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.844" height="2.431"/>
+
+ <rect x="977.745" y="466.444" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -42.4193 832.9133)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="12.844" height="2.431"/>
+
+ <rect x="977.745" y="466.444" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -42.4193 832.9133)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.844" height="2.431"/>
+
+ <rect x="977.745" y="466.444" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -42.4193 832.9133)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.844" height="2.431"/>
+
+ <rect x="977.745" y="466.444" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -42.4193 832.9133)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="12.844" height="2.431"/>
+
+ <rect x="977.745" y="466.444" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -42.4193 832.9133)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.844" height="2.431"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M940.839,521.12c-0.274,0.271-0.487,0.503-0.479,0.515
+ l1.769,1.77c0.01,0.01,0.239-0.204,0.515-0.479l6.714-6.713l-1.809-1.805L940.839,521.12z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M940.839,521.12c-0.274,0.271-0.487,0.503-0.479,0.515
+ l1.769,1.77c0.01,0.01,0.239-0.204,0.515-0.479l6.714-6.713l-1.809-1.805L940.839,521.12z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M940.839,521.12c-0.274,0.271-0.487,0.503-0.479,0.515
+ l1.769,1.77c0.01,0.01,0.239-0.204,0.515-0.479l6.714-6.713l-1.809-1.805L940.839,521.12z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1012.168,453.404c0.272-0.274,0.485-0.504,0.476-0.515
+ l-1.767-1.768c-0.012-0.01-0.241,0.202-0.515,0.475l-7.032,7.031l1.808,1.806L1012.168,453.404z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1012.168,453.404c0.272-0.274,0.485-0.504,0.476-0.515
+ l-1.767-1.768c-0.012-0.01-0.241,0.202-0.515,0.475l-7.032,7.031l1.808,1.806L1012.168,453.404z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M1012.168,453.404c0.272-0.274,0.485-0.504,0.476-0.515
+ l-1.767-1.768c-0.012-0.01-0.241,0.202-0.515,0.475l-7.032,7.031l1.808,1.806L1012.168,453.404z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M1012.168,453.404c0.272-0.274,0.485-0.504,0.476-0.515
+ l-1.767-1.768c-0.012-0.01-0.241,0.202-0.515,0.475l-7.032,7.031l1.808,1.806L1012.168,453.404z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M971.809,490.533c-0.067-0.066-0.121-0.14-0.168-0.217
+ l-1.459,1.459l1.805,1.809l1.437-1.436L971.809,490.533z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M971.809,490.533c-0.067-0.066-0.121-0.14-0.168-0.217
+ l-1.459,1.459l1.805,1.809l1.437-1.436L971.809,490.533z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M971.809,490.533c-0.067-0.066-0.121-0.14-0.168-0.217
+ l-1.459,1.459l1.805,1.809l1.437-1.436L971.809,490.533z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M971.809,490.533c-0.067-0.066-0.121-0.14-0.168-0.217
+ l-1.459,1.459l1.805,1.809l1.437-1.436L971.809,490.533z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M971.809,490.533c-0.067-0.066-0.121-0.14-0.168-0.217
+ l-1.459,1.459l1.805,1.809l1.437-1.436L971.809,490.533z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M971.809,490.533c-0.067-0.066-0.121-0.14-0.168-0.217
+ l-1.459,1.459l1.805,1.809l1.437-1.436L971.809,490.533z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M975.602,486.356l-3.961,3.959
+ c0.047,0.077,0.101,0.151,0.168,0.217l1.613,1.615l3.983-3.986L975.602,486.356z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M975.602,486.356l-3.961,3.959
+ c0.047,0.077,0.101,0.151,0.168,0.217l1.613,1.615l3.983-3.986L975.602,486.356z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M975.602,486.356l-3.961,3.959
+ c0.047,0.077,0.101,0.151,0.168,0.217l1.613,1.615l3.983-3.986L975.602,486.356z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M975.602,486.356l-3.961,3.959
+ c0.047,0.077,0.101,0.151,0.168,0.217l1.613,1.615l3.983-3.986L975.602,486.356z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M975.602,486.356l-3.961,3.959
+ c0.047,0.077,0.101,0.151,0.168,0.217l1.613,1.615l3.983-3.986L975.602,486.356z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M975.602,486.356l-3.961,3.959
+ c0.047,0.077,0.101,0.151,0.168,0.217l1.613,1.615l3.983-3.986L975.602,486.356z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M975.602,486.356l-3.961,3.959
+ c0.047,0.077,0.101,0.151,0.168,0.217l1.613,1.615l3.983-3.986L975.602,486.356z"/>
+
+ <rect x="977.793" y="481.108" transform="matrix(0.7069 0.7073 -0.7073 0.7069 629.7872 -550.4321)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="7.212"/>
+
+ <rect x="977.793" y="481.108" transform="matrix(0.7069 0.7073 -0.7073 0.7069 629.7872 -550.4321)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="7.212"/>
+
+ <rect x="977.793" y="481.108" transform="matrix(0.7069 0.7073 -0.7073 0.7069 629.7872 -550.4321)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="7.212"/>
+
+ <rect x="977.793" y="481.108" transform="matrix(0.7069 0.7073 -0.7073 0.7069 629.7872 -550.4321)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="7.212"/>
+
+ <rect x="977.793" y="481.108" transform="matrix(0.7069 0.7073 -0.7073 0.7069 629.7872 -550.4321)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="2.553" height="7.212"/>
+
+ <rect x="977.793" y="481.108" transform="matrix(0.7069 0.7073 -0.7073 0.7069 629.7872 -550.4321)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="7.212"/>
+
+ <rect x="977.793" y="481.108" transform="matrix(0.7069 0.7073 -0.7073 0.7069 629.7872 -550.4321)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="7.212"/>
+
+ <rect x="977.793" y="481.108" transform="matrix(0.7069 0.7073 -0.7073 0.7069 629.7872 -550.4321)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="2.553" height="7.212"/>
+
+ <rect x="1001.186" y="459.568" transform="matrix(0.707 -0.7072 0.7072 0.707 -32.062 844.298)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="2.555"/>
+
+ <rect x="1001.186" y="459.568" transform="matrix(0.707 -0.7072 0.7072 0.707 -32.062 844.298)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="2.555"/>
+
+ <rect x="1001.186" y="459.568" transform="matrix(0.707 -0.7072 0.7072 0.707 -32.062 844.298)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.606" height="2.555"/>
+
+ <rect x="1001.186" y="459.568" transform="matrix(0.707 -0.7072 0.7072 0.707 -32.062 844.298)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="2.555"/>
+
+ <rect x="1001.186" y="459.568" transform="matrix(0.707 -0.7072 0.7072 0.707 -32.062 844.298)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="3.606" height="2.555"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1001.776,463.56c0.053,0.054,0.013,0.181-0.091,0.283
+ l-6.132,6.132l0.021,0.021l7.014-7.012l-1.808-1.808l-0.692,0.694L1001.776,463.56z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1001.776,463.56c0.053,0.054,0.013,0.181-0.091,0.283
+ l-6.132,6.132l0.021,0.021l7.014-7.012l-1.808-1.808l-0.692,0.694L1001.776,463.56z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1001.776,463.56c0.053,0.054,0.013,0.181-0.091,0.283
+ l-6.132,6.132l0.021,0.021l7.014-7.012l-1.808-1.808l-0.692,0.694L1001.776,463.56z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M1001.776,463.56c0.053,0.054,0.013,0.181-0.091,0.283
+ l-6.132,6.132l0.021,0.021l7.014-7.012l-1.808-1.808l-0.692,0.694L1001.776,463.56z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1001.776,463.56c0.053,0.054,0.013,0.181-0.091,0.283
+ l-6.132,6.132l0.021,0.021l7.014-7.012l-1.808-1.808l-0.692,0.694L1001.776,463.56z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M1001.776,463.56c0.053,0.054,0.013,0.181-0.091,0.283
+ l-6.132,6.132l0.021,0.021l7.014-7.012l-1.808-1.808l-0.692,0.694L1001.776,463.56z"/>
+
+ <rect x="993.571" y="469.173" transform="matrix(0.6991 0.715 -0.715 0.6991 636.4285 -568.4076)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.031" height="5.634"/>
+
+ <rect x="993.571" y="469.173" transform="matrix(0.6991 0.715 -0.715 0.6991 636.4285 -568.4076)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.031" height="5.634"/>
+
+ <rect x="993.571" y="469.173" transform="matrix(0.6991 0.715 -0.715 0.6991 636.4285 -568.4076)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.031" height="5.634"/>
+
+ <rect x="993.571" y="469.173" transform="matrix(0.6991 0.715 -0.715 0.6991 636.4285 -568.4076)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="0.031" height="5.634"/>
+
+ <rect x="993.571" y="469.173" transform="matrix(0.6991 0.715 -0.715 0.6991 636.4285 -568.4076)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.031" height="5.634"/>
+
+ <rect x="993.571" y="469.173" transform="matrix(0.6991 0.715 -0.715 0.6991 636.4285 -568.4076)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.031" height="5.634"/>
+
+ <rect x="993.571" y="469.173" transform="matrix(0.6991 0.715 -0.715 0.6991 636.4285 -568.4076)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="0.031" height="5.634"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M986.375,478.962l0.115,0.116l5.101-5.099l-0.021-0.022
+ l-4.912,4.914C986.554,478.975,986.428,479.016,986.375,478.962z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M986.375,478.962l0.115,0.116l5.101-5.099l-0.021-0.022
+ l-4.912,4.914C986.554,478.975,986.428,479.016,986.375,478.962z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M986.375,478.962l0.115,0.116l5.101-5.099l-0.021-0.022
+ l-4.912,4.914C986.554,478.975,986.428,479.016,986.375,478.962z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M986.375,478.962l0.115,0.116l5.101-5.099l-0.021-0.022
+ l-4.912,4.914C986.554,478.975,986.428,479.016,986.375,478.962z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M986.375,478.962l0.115,0.116l5.101-5.099l-0.021-0.022
+ l-4.912,4.914C986.554,478.975,986.428,479.016,986.375,478.962z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M986.375,478.962l0.115,0.116l5.101-5.099l-0.021-0.022
+ l-4.912,4.914C986.554,478.975,986.428,479.016,986.375,478.962z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M986.375,478.962l0.115,0.116l5.101-5.099l-0.021-0.022
+ l-4.912,4.914C986.554,478.975,986.428,479.016,986.375,478.962z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M986.375,478.962l0.115,0.116l5.101-5.099l-0.021-0.022
+ l-4.912,4.914C986.554,478.975,986.428,479.016,986.375,478.962z"/>
+ <polygon opacity="0.4" fill="#FFF7BB" enable-background="new " points="984.685,477.272 981.497,480.459 983.304,482.265
+ 986.49,479.078 986.375,478.962 "/>
+ <polygon opacity="0.4" fill="#FFF7BB" enable-background="new " points="984.685,477.272 981.497,480.459 983.304,482.265
+ 986.49,479.078 986.375,478.962 "/>
+ <polygon opacity="0.4" fill="#FFF7BB" enable-background="new " points="984.685,477.272 981.497,480.459 983.304,482.265
+ 986.49,479.078 986.375,478.962 "/>
+ <polygon opacity="0.5" fill="#D1E4B8" enable-background="new " points="984.685,477.272 981.497,480.459 983.304,482.265
+ 986.49,479.078 986.375,478.962 "/>
+ <polygon opacity="0.4" fill="#FFF7BB" enable-background="new " points="984.685,477.272 981.497,480.459 983.304,482.265
+ 986.49,479.078 986.375,478.962 "/>
+ <polygon opacity="0.2" fill="#FEF4A5" enable-background="new " points="984.685,477.272 981.497,480.459 983.304,482.265
+ 986.49,479.078 986.375,478.962 "/>
+ <polygon opacity="0.4" fill="#FFF7BB" enable-background="new " points="984.685,477.272 981.497,480.459 983.304,482.265
+ 986.49,479.078 986.375,478.962 "/>
+ <polygon opacity="0.4" fill="#FFF7BB" enable-background="new " points="984.685,477.272 981.497,480.459 983.304,482.265
+ 986.49,479.078 986.375,478.962 "/>
+ <polygon opacity="0.2" fill="#FEF4A5" enable-background="new " points="984.685,477.272 981.497,480.459 983.304,482.265
+ 986.49,479.078 986.375,478.962 "/>
+
+ <rect x="981.457" y="480.503" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -53.151 835.1866)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="981.457" y="480.503" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -53.151 835.1866)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="981.457" y="480.503" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -53.151 835.1866)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="981.457" y="480.503" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -53.151 835.1866)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="981.457" y="480.503" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -53.151 835.1866)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="981.457" y="480.503" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -53.151 835.1866)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="981.457" y="480.503" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -53.151 835.1866)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="981.457" y="480.503" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -53.151 835.1866)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="981.457" y="480.503" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -53.151 835.1866)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="981.457" y="480.503" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -53.151 835.1866)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="947.896" y="512.703" transform="matrix(-0.7075 0.7067 -0.7067 -0.7075 1984.8542 206.4761)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.607" height="2.555"/>
+
+ <rect x="947.896" y="512.703" transform="matrix(-0.7075 0.7067 -0.7067 -0.7075 1984.8542 206.4761)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.607" height="2.555"/>
+
+ <rect x="947.896" y="512.703" transform="matrix(-0.7075 0.7067 -0.7067 -0.7075 1984.8542 206.4761)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.607" height="2.555"/>
+
+ <rect x="947.896" y="512.703" transform="matrix(-0.7075 0.7067 -0.7067 -0.7075 1984.8542 206.4761)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="3.607" height="2.555"/>
+
+ <rect x="952.903" y="505.134" transform="matrix(0.7069 0.7073 -0.7073 0.7069 640.0975 -525.5322)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="8.942"/>
+
+ <rect x="952.903" y="505.134" transform="matrix(0.7069 0.7073 -0.7073 0.7069 640.0975 -525.5322)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="8.942"/>
+
+ <rect x="952.903" y="505.134" transform="matrix(0.7069 0.7073 -0.7073 0.7069 640.0975 -525.5322)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="8.942"/>
+
+ <rect x="952.903" y="505.134" transform="matrix(0.7069 0.7073 -0.7073 0.7069 640.0975 -525.5322)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="8.942"/>
+
+ <rect x="952.903" y="505.134" transform="matrix(0.7069 0.7073 -0.7073 0.7069 640.0975 -525.5322)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="2.553" height="8.942"/>
+
+ <rect x="959.518" y="498.108" transform="matrix(0.7069 0.7073 -0.7073 0.7069 637.3575 -532.1492)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="9.764"/>
+
+ <rect x="959.518" y="498.108" transform="matrix(0.7069 0.7073 -0.7073 0.7069 637.3575 -532.1492)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="9.764"/>
+
+ <rect x="959.518" y="498.108" transform="matrix(0.7069 0.7073 -0.7073 0.7069 637.3575 -532.1492)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="9.764"/>
+
+ <rect x="959.518" y="498.108" transform="matrix(0.7069 0.7073 -0.7073 0.7069 637.3575 -532.1492)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="2.553" height="9.764"/>
+
+ <rect x="959.518" y="498.108" transform="matrix(0.7069 0.7073 -0.7073 0.7069 637.3575 -532.1492)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="9.764"/>
+
+ <rect x="959.518" y="498.108" transform="matrix(0.7069 0.7073 -0.7073 0.7069 637.3575 -532.1492)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="2.553" height="9.764"/>
+
+ <rect x="962.801" y="494.832" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 2002.6553 162.6082)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="9.692" height="2.555"/>
+
+ <rect x="962.801" y="494.832" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 2002.6553 162.6082)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="9.692" height="2.555"/>
+
+ <rect x="962.801" y="494.832" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 2002.6553 162.6082)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="9.692" height="2.555"/>
+
+ <rect x="962.801" y="494.832" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 2002.6553 162.6082)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="9.692" height="2.555"/>
+
+ <rect x="962.801" y="494.832" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 2002.6553 162.6082)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="9.692" height="2.555"/>
+
+ <rect x="962.801" y="494.832" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 2002.6553 162.6082)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="9.692" height="2.555"/>
+
+ <rect x="962.801" y="494.832" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 2002.6553 162.6082)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="9.692" height="2.555"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M995.555,469.975l6.132-6.132
+ c0.104-0.102,0.144-0.229,0.091-0.283l-1.688-1.69l-6.319,6.32L995.555,469.975z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M995.555,469.975l6.132-6.132
+ c0.104-0.102,0.144-0.229,0.091-0.283l-1.688-1.69l-6.319,6.32L995.555,469.975z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M995.555,469.975l6.132-6.132
+ c0.104-0.102,0.144-0.229,0.091-0.283l-1.688-1.69l-6.319,6.32L995.555,469.975z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M995.555,469.975l6.132-6.132
+ c0.104-0.102,0.144-0.229,0.091-0.283l-1.688-1.69l-6.319,6.32L995.555,469.975z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M995.555,469.975l6.132-6.132
+ c0.104-0.102,0.144-0.229,0.091-0.283l-1.688-1.69l-6.319,6.32L995.555,469.975z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M995.555,469.975l6.132-6.132
+ c0.104-0.102,0.144-0.229,0.091-0.283l-1.688-1.69l-6.319,6.32L995.555,469.975z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M995.555,469.975l6.132-6.132
+ c0.104-0.102,0.144-0.229,0.091-0.283l-1.688-1.69l-6.319,6.32L995.555,469.975z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M989.759,472.198c0.077,0.045,0.15,0.099,0.218,0.166
+ l1.593,1.593l3.985-3.982l-1.786-1.785L989.759,472.198z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M989.759,472.198c0.077,0.045,0.15,0.099,0.218,0.166
+ l1.593,1.593l3.985-3.982l-1.786-1.785L989.759,472.198z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M989.759,472.198c0.077,0.045,0.15,0.099,0.218,0.166
+ l1.593,1.593l3.985-3.982l-1.786-1.785L989.759,472.198z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M989.759,472.198c0.077,0.045,0.15,0.099,0.218,0.166
+ l1.593,1.593l3.985-3.982l-1.786-1.785L989.759,472.198z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M989.759,472.198c0.077,0.045,0.15,0.099,0.218,0.166
+ l1.593,1.593l3.985-3.982l-1.786-1.785L989.759,472.198z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M989.759,472.198c0.077,0.045,0.15,0.099,0.218,0.166
+ l1.593,1.593l3.985-3.982l-1.786-1.785L989.759,472.198z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M989.759,472.198c0.077,0.045,0.15,0.099,0.218,0.166
+ l1.593,1.593l3.985-3.982l-1.786-1.785L989.759,472.198z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M989.759,472.198c0.077,0.045,0.15,0.099,0.218,0.166
+ l1.593,1.593l3.985-3.982l-1.786-1.785L989.759,472.198z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M989.759,472.198l-5.074,5.074l1.69,1.69
+ c0.053,0.054,0.179,0.013,0.281-0.091l4.912-4.914l-1.593-1.593C989.909,472.297,989.836,472.243,989.759,472.198z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M989.759,472.198l-5.074,5.074l1.69,1.69
+ c0.053,0.054,0.179,0.013,0.281-0.091l4.912-4.914l-1.593-1.593C989.909,472.297,989.836,472.243,989.759,472.198z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M989.759,472.198l-5.074,5.074l1.69,1.69
+ c0.053,0.054,0.179,0.013,0.281-0.091l4.912-4.914l-1.593-1.593C989.909,472.297,989.836,472.243,989.759,472.198z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M989.759,472.198l-5.074,5.074l1.69,1.69
+ c0.053,0.054,0.179,0.013,0.281-0.091l4.912-4.914l-1.593-1.593C989.909,472.297,989.836,472.243,989.759,472.198z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M989.759,472.198l-5.074,5.074l1.69,1.69
+ c0.053,0.054,0.179,0.013,0.281-0.091l4.912-4.914l-1.593-1.593C989.909,472.297,989.836,472.243,989.759,472.198z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M989.759,472.198l-5.074,5.074l1.69,1.69
+ c0.053,0.054,0.179,0.013,0.281-0.091l4.912-4.914l-1.593-1.593C989.909,472.297,989.836,472.243,989.759,472.198z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M989.759,472.198l-5.074,5.074l1.69,1.69
+ c0.053,0.054,0.179,0.013,0.281-0.091l4.912-4.914l-1.593-1.593C989.909,472.297,989.836,472.243,989.759,472.198z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M989.759,472.198l-5.074,5.074l1.69,1.69
+ c0.053,0.054,0.179,0.013,0.281-0.091l4.912-4.914l-1.593-1.593C989.909,472.297,989.836,472.243,989.759,472.198z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M989.759,472.198l-5.074,5.074l1.69,1.69
+ c0.053,0.054,0.179,0.013,0.281-0.091l4.912-4.914l-1.593-1.593C989.909,472.297,989.836,472.243,989.759,472.198z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M1044.532,434.065c0.284-0.285,0.501-0.528,0.487-0.543
+ l-2.5-2.5c-0.017-0.016-0.261,0.202-0.542,0.486l-1.646,1.643l2.556,2.556L1044.532,434.065z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M1044.532,434.065c0.284-0.285,0.501-0.528,0.487-0.543
+ l-2.5-2.5c-0.017-0.016-0.261,0.202-0.542,0.486l-1.646,1.643l2.556,2.556L1044.532,434.065z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M1044.532,434.065c0.284-0.285,0.501-0.528,0.487-0.543
+ l-2.5-2.5c-0.017-0.016-0.261,0.202-0.542,0.486l-1.646,1.643l2.556,2.556L1044.532,434.065z"/>
+
+ <rect x="1003.912" y="448.238" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -17.7217 857.3073)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="44.178" height="3.615"/>
+
+ <rect x="1003.912" y="448.238" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -17.7217 857.3073)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="44.178" height="3.615"/>
+
+ <rect x="1003.912" y="448.238" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -17.7217 857.3073)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="44.178" height="3.615"/>
+
+ <rect x="1003.912" y="448.238" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -17.7217 857.3073)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="44.178" height="3.615"/>
+
+ <rect x="976.087" y="497.113" transform="matrix(0.7071 0.7071 -0.7071 0.7071 638.6492 -545.5776)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.616" height="2.031"/>
+
+ <rect x="976.087" y="497.113" transform="matrix(0.7071 0.7071 -0.7071 0.7071 638.6492 -545.5776)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.616" height="2.031"/>
+
+ <rect x="976.087" y="497.113" transform="matrix(0.7071 0.7071 -0.7071 0.7071 638.6492 -545.5776)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.616" height="2.031"/>
+
+ <rect x="976.087" y="497.113" transform="matrix(0.7071 0.7071 -0.7071 0.7071 638.6492 -545.5776)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="3.616" height="2.031"/>
+
+ <rect x="976.087" y="497.113" transform="matrix(0.7071 0.7071 -0.7071 0.7071 638.6492 -545.5776)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.616" height="2.031"/>
+
+ <rect x="976.087" y="497.113" transform="matrix(0.7071 0.7071 -0.7071 0.7071 638.6492 -545.5776)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.616" height="2.031"/>
+
+ <rect x="981.348" y="486.444" transform="matrix(0.7072 0.707 -0.707 0.7072 636.3702 -550.8062)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.617" height="12.846"/>
+
+ <rect x="981.348" y="486.444" transform="matrix(0.7072 0.707 -0.707 0.7072 636.3702 -550.8062)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.617" height="12.846"/>
+
+ <rect x="981.348" y="486.444" transform="matrix(0.7072 0.707 -0.707 0.7072 636.3702 -550.8062)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.617" height="12.846"/>
+
+ <rect x="981.348" y="486.444" transform="matrix(0.7072 0.707 -0.707 0.7072 636.3702 -550.8062)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="3.617" height="12.846"/>
+
+ <rect x="981.348" y="486.444" transform="matrix(0.7072 0.707 -0.707 0.7072 636.3702 -550.8062)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.617" height="12.846"/>
+
+ <rect x="981.348" y="486.444" transform="matrix(0.7072 0.707 -0.707 0.7072 636.3702 -550.8062)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.617" height="12.846"/>
+
+ <rect x="981.348" y="486.444" transform="matrix(0.7072 0.707 -0.707 0.7072 636.3702 -550.8062)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.617" height="12.846"/>
+
+ <rect x="1007.339" y="465.129" transform="matrix(0.707 0.7072 -0.7072 0.707 625.843 -576.85)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.616" height="3.606"/>
+
+ <rect x="1007.339" y="465.129" transform="matrix(0.707 0.7072 -0.7072 0.707 625.843 -576.85)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.616" height="3.606"/>
+
+ <rect x="1007.339" y="465.129" transform="matrix(0.707 0.7072 -0.7072 0.707 625.843 -576.85)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.616" height="3.606"/>
+
+ <rect x="1007.339" y="465.129" transform="matrix(0.707 0.7072 -0.7072 0.707 625.843 -576.85)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.616" height="3.606"/>
+
+ <rect x="1007.339" y="465.129" transform="matrix(0.707 0.7072 -0.7072 0.707 625.843 -576.85)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.616" height="3.606"/>
+
+ <rect x="994.576" y="471.949" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -41.3982 847.5765)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="15.552" height="3.617"/>
+
+ <rect x="994.576" y="471.949" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -41.3982 847.5765)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="15.552" height="3.617"/>
+
+ <rect x="994.576" y="471.949" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -41.3982 847.5765)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="15.552" height="3.617"/>
+
+ <rect x="994.576" y="471.949" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -41.3982 847.5765)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="15.552" height="3.617"/>
+
+ <rect x="994.576" y="471.949" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -41.3982 847.5765)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="15.552" height="3.617"/>
+
+ <rect x="994.576" y="471.949" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -41.3982 847.5765)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="15.552" height="3.617"/>
+
+ <rect x="992.474" y="478.169" transform="matrix(0.707 0.7072 -0.7072 0.707 631.9839 -561.9884)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="7.212"/>
+
+ <rect x="992.474" y="478.169" transform="matrix(0.707 0.7072 -0.7072 0.707 631.9839 -561.9884)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="7.212"/>
+
+ <rect x="992.474" y="478.169" transform="matrix(0.707 0.7072 -0.7072 0.707 631.9839 -561.9884)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="7.212"/>
+
+ <rect x="992.474" y="478.169" transform="matrix(0.707 0.7072 -0.7072 0.707 631.9839 -561.9884)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.613" height="7.212"/>
+
+ <rect x="992.474" y="478.169" transform="matrix(0.707 0.7072 -0.7072 0.707 631.9839 -561.9884)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="7.212"/>
+
+ <rect x="992.474" y="478.169" transform="matrix(0.707 0.7072 -0.7072 0.707 631.9839 -561.9884)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="7.212"/>
+
+ <rect x="992.474" y="478.169" transform="matrix(0.707 0.7072 -0.7072 0.707 631.9839 -561.9884)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.613" height="7.212"/>
+
+ <rect x="987.816" y="484.119" transform="matrix(0.707 -0.7072 0.7072 0.707 -53.5627 842.5697)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="3.615"/>
+
+ <rect x="987.816" y="484.119" transform="matrix(0.707 -0.7072 0.7072 0.707 -53.5627 842.5697)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="3.615"/>
+
+ <rect x="987.816" y="484.119" transform="matrix(0.707 -0.7072 0.7072 0.707 -53.5627 842.5697)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="3.615"/>
+
+ <rect x="987.816" y="484.119" transform="matrix(0.707 -0.7072 0.7072 0.707 -53.5627 842.5697)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="4.507" height="3.615"/>
+
+ <rect x="987.816" y="484.119" transform="matrix(0.707 -0.7072 0.7072 0.707 -53.5627 842.5697)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="4.507" height="3.615"/>
+
+ <rect x="987.816" y="484.119" transform="matrix(0.707 -0.7072 0.7072 0.707 -53.5627 842.5697)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="3.615"/>
+
+ <rect x="987.816" y="484.119" transform="matrix(0.707 -0.7072 0.7072 0.707 -53.5627 842.5697)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="3.615"/>
+
+ <rect x="987.816" y="484.119" transform="matrix(0.707 -0.7072 0.7072 0.707 -53.5627 842.5697)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="4.507" height="3.615"/>
+
+ <rect x="986.389" y="487.323" transform="matrix(0.7074 0.7068 -0.7068 0.7074 633.9263 -555.6923)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.615" height="1.129"/>
+
+ <rect x="986.389" y="487.323" transform="matrix(0.7074 0.7068 -0.7068 0.7074 633.9263 -555.6923)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.615" height="1.129"/>
+
+ <rect x="986.389" y="487.323" transform="matrix(0.7074 0.7068 -0.7068 0.7074 633.9263 -555.6923)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.615" height="1.129"/>
+
+ <rect x="986.389" y="487.323" transform="matrix(0.7074 0.7068 -0.7068 0.7074 633.9263 -555.6923)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.615" height="1.129"/>
+
+ <rect x="986.389" y="487.323" transform="matrix(0.7074 0.7068 -0.7068 0.7074 633.9263 -555.6923)" opacity="0.2" fill="#FEF4A5" enable-background="new " width="3.615" height="1.129"/>
+
+ <rect x="986.389" y="487.323" transform="matrix(0.7074 0.7068 -0.7068 0.7074 633.9263 -555.6923)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.615" height="1.129"/>
+
+ <rect x="986.389" y="487.323" transform="matrix(0.7074 0.7068 -0.7068 0.7074 633.9263 -555.6923)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.615" height="1.129"/>
+
+ <rect x="986.389" y="487.323" transform="matrix(0.7074 0.7068 -0.7068 0.7074 633.9263 -555.6923)" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.615" height="1.129"/>
+
+ <rect x="986.389" y="487.323" transform="matrix(0.7074 0.7068 -0.7068 0.7074 633.9263 -555.6923)" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.615" height="1.129"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M969.727,503.76c-0.285,0.284-0.502,0.526-0.485,0.54
+ l2.5,2.502c0.016,0.014,0.257-0.201,0.542-0.487l6.22-6.218l-2.558-2.558L969.727,503.76z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M969.727,503.76c-0.285,0.284-0.502,0.526-0.485,0.54
+ l2.5,2.502c0.016,0.014,0.257-0.201,0.542-0.487l6.22-6.218l-2.558-2.558L969.727,503.76z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M969.727,503.76c-0.285,0.284-0.502,0.526-0.485,0.54
+ l2.5,2.502c0.016,0.014,0.257-0.201,0.542-0.487l6.22-6.218l-2.558-2.558L969.727,503.76z"/>
+ <path opacity="0.2" fill="#FEF4A5" enable-background="new " d="M969.727,503.76c-0.285,0.284-0.502,0.526-0.485,0.54
+ l2.5,2.502c0.016,0.014,0.257-0.201,0.542-0.487l6.22-6.218l-2.558-2.558L969.727,503.76z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M969.727,503.76c-0.285,0.284-0.502,0.526-0.485,0.54
+ l2.5,2.502c0.016,0.014,0.257-0.201,0.542-0.487l6.22-6.218l-2.558-2.558L969.727,503.76z"/>
+ <path opacity="0.4" fill="#FFF7BB" enable-background="new " d="M969.727,503.76c-0.285,0.284-0.502,0.526-0.485,0.54
+ l2.5,2.502c0.016,0.014,0.257-0.201,0.542-0.487l6.22-6.218l-2.558-2.558L969.727,503.76z"/>
+ <path opacity="0.5" fill="#D1E4B8" enable-background="new " d="M969.727,503.76c-0.285,0.284-0.502,0.526-0.485,0.54
+ l2.5,2.502c0.016,0.014,0.257-0.201,0.542-0.487l6.22-6.218l-2.558-2.558L969.727,503.76z"/>
+ </g>
+ <g id="debian" display="inline">
+ <g>
+ <path fill="#24363E" d="M967.55,474.001c-1.421,0.019,0.271,0.733,2.13,1.019c0.514-0.405,0.979-0.806,1.395-1.202
+ C969.916,474.104,968.737,474.107,967.55,474.001"/>
+ <path fill="#24363E" d="M975.194,472.095c0.849-1.171,1.467-2.452,1.685-3.775c-0.191,0.941-0.703,1.757-1.187,2.619
+ c-2.662,1.676-0.25-0.997-0.002-2.011C972.828,472.531,975.299,471.087,975.194,472.095"/>
+ <path fill="#24363E" d="M978.018,464.757c0.17-2.565-0.504-1.754-0.734-0.776C977.551,464.12,977.758,465.788,978.018,464.757"/>
+ <path fill="#24363E" d="M962.149,429.704c0.762,0.137,1.645,0.243,1.521,0.423C964.498,429.944,964.688,429.776,962.149,429.704"
+ />
+ <path fill="#24363E" d="M963.671,430.126l-0.538,0.112l0.499-0.045L963.671,430.126"/>
+ <path fill="#24363E" d="M987.368,465.729c0.084,2.301-0.674,3.415-1.356,5.394l-1.232,0.615c-1.006,1.957,0.1,1.242-0.621,2.797
+ c-1.571,1.4-4.772,4.375-5.797,4.647c-0.748-0.016,0.505-0.881,0.67-1.219c-2.104,1.443-1.688,2.168-4.906,3.047l-0.096-0.212
+ c-7.938,3.737-18.968-3.664-18.82-13.762c-0.087,0.639-0.243,0.479-0.419,0.739c-0.408-5.195,2.4-10.413,7.139-12.544
+ c4.635-2.294,10.067-1.354,13.389,1.743c-1.826-2.39-5.453-4.922-9.756-4.686c-4.214,0.069-8.156,2.746-9.473,5.654
+ c-2.156,1.356-2.408,5.237-3.351,5.946c-1.264,9.299,2.383,13.318,8.553,18.044c0.968,0.654,0.271,0.753,0.402,1.254
+ c-2.049-0.96-3.926-2.41-5.469-4.184c0.816,1.198,1.7,2.364,2.844,3.28c-1.932-0.655-4.512-4.684-5.268-4.848
+ c3.332,5.963,13.512,10.458,18.848,8.227c-2.468,0.095-5.604,0.055-8.374-0.973c-1.165-0.599-2.749-1.839-2.466-2.073
+ c7.277,2.717,14.795,2.06,21.091-2.987c1.603-1.249,3.353-3.37,3.857-3.4c-0.763,1.145,0.129,0.551-0.456,1.563
+ c1.598-2.574-0.692-1.047,1.649-4.445l0.867,1.191c-0.323-2.135,2.652-4.73,2.353-8.107c0.682-1.033,0.76,1.11,0.036,3.488
+ c1.006-2.637,0.265-3.062,0.522-5.235c0.277,0.732,0.646,1.509,0.831,2.28c-0.653-2.546,0.673-4.291,1-5.77
+ c-0.32-0.144-1.009,1.124-1.167-1.885c0.024-1.308,0.364-0.684,0.495-1.007c-0.257-0.147-0.93-1.149-1.339-3.072
+ c0.296-0.453,0.793,1.171,1.197,1.236c-0.262-1.527-0.707-2.693-0.726-3.867c-1.183-2.468-0.419,0.331-1.378-1.059
+ c-1.255-3.921,1.046-0.91,1.199-2.69c1.905,2.758,2.993,7.038,3.491,8.808c-0.381-2.159-0.995-4.251-1.745-6.277
+ c0.577,0.242-0.936-4.444,0.75-1.341c-1.799-6.619-7.699-12.804-13.125-15.706c0.663,0.608,1.502,1.37,1.199,1.49
+ c-2.697-1.607-2.226-1.732-2.61-2.409c-2.2-0.895-2.343,0.071-3.8,0c-4.146-2.198-4.945-1.962-8.76-3.342l0.175,0.811
+ c-2.747-0.914-3.198,0.346-6.167,0.002c-0.183-0.142,0.951-0.511,1.884-0.644c-2.655,0.35-2.532-0.524-5.13,0.094
+ c0.641-0.451,1.315-0.746,2-1.129c-2.167,0.133-5.17,1.261-4.241,0.234c-3.531,1.576-9.803,3.789-13.322,7.089l-0.11-0.741
+ c-1.614,1.937-7.034,5.783-7.466,8.289l-0.431,0.101c-0.839,1.422-1.383,3.031-2.049,4.494c-1.097,1.871-1.607,0.72-1.452,1.014
+ c-2.159,4.378-3.229,8.054-4.157,11.072c0.659,0.986,0.016,5.937,0.266,9.898c-1.084,19.58,13.74,38.589,29.944,42.977
+ c2.376,0.852,5.907,0.82,8.911,0.904c-3.545-1.013-4.004-0.536-7.457-1.741c-2.489-1.173-3.035-2.512-4.799-4.043l0.698,1.234
+ c-3.46-1.227-2.014-1.517-4.827-2.409l0.746-0.971c-1.122-0.086-2.972-1.894-3.479-2.893l-1.228,0.049
+ c-1.474-1.817-2.259-3.128-2.2-4.143l-0.397,0.705c-0.447-0.773-5.422-6.82-2.84-5.415c-0.48-0.437-1.119-0.709-1.811-1.966
+ l0.525-0.6c-1.243-1.598-2.287-3.648-2.206-4.331c0.662,0.897,1.119,1.064,1.578,1.217c-3.137-7.783-3.313-0.431-5.688-7.92
+ l0.502-0.042c-0.385-0.578-0.619-1.209-0.93-1.829l0.219-2.179c-2.258-2.611-0.633-11.095-0.305-15.75
+ c0.225-1.895,1.884-3.911,3.146-7.069l-0.771-0.133c1.472-2.562,8.394-10.293,11.597-9.897c1.553-1.949-0.308-0.006-0.611-0.497
+ c3.41-3.529,4.482-2.496,6.783-3.128c2.482-1.473-2.131,0.572-0.952-0.564c4.289-1.095,3.04-2.49,8.639-3.044
+ c0.59,0.334-1.372,0.516-1.862,0.954c3.572-1.75,11.312-1.352,16.339,0.97c5.832,2.727,12.384,10.782,12.644,18.363l0.292,0.079
+ c-0.146,3.014,0.463,6.498-0.596,9.694L987.368,465.729"/>
+ <path fill="#24363E" d="M952.006,475.953l-0.198,1.001c0.935,1.271,1.679,2.649,2.874,3.644
+ C953.821,478.918,953.183,478.225,952.006,475.953"/>
+ <path fill="#24363E" d="M954.221,475.867c-0.497-0.546-0.789-1.206-1.117-1.861c0.314,1.152,0.956,2.143,1.553,3.152
+ L954.221,475.867"/>
+ <path fill="#24363E" d="M993.373,467.359l-0.207,0.526c-0.386,2.722-1.215,5.419-2.482,7.916
+ C992.086,473.166,992.992,470.281,993.373,467.359"/>
+ <path fill="#24363E" d="M962.432,429.024c0.964-0.356,2.369-0.196,3.391-0.426c-1.332,0.109-2.658,0.179-3.967,0.347
+ L962.432,429.024"/>
+ <path fill="#24363E" d="M928.628,446.998c0.223,2.053-1.544,2.851,0.394,1.496C930.059,446.155,928.612,447.85,928.628,446.998"
+ />
+ <path fill="#24363E" d="M926.353,456.505c0.444-1.371,0.528-2.192,0.696-2.984C925.816,455.096,926.481,455.432,926.353,456.505"
+ />
+ </g>
+ </g>
+
+ <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="969.3828" y1="728.873" x2="969.3828" y2="728.873" gradientTransform="matrix(1 0 0 -1 -0.02 1080.0947)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#24363E;stop-opacity:0"/>
+ </linearGradient>
+
+ <path display="inline" opacity="0.6" fill="#F6F6F6" stroke="url(#SVGID_3_)" stroke-miterlimit="10" enable-background="new " d="
+ M969.363,351.222"/>
+
+ <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="1171.2285" y1="419.6519" x2="1171.2285" y2="1024.3179" gradientTransform="matrix(-1 0 0 1 2278.1328 176.2988)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="0.097" style="stop-color:#FFFFFF;stop-opacity:0.903"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+
+ <line display="inline" opacity="0.3" fill="none" stroke="url(#SVGID_4_)" stroke-width="3" stroke-linecap="round" stroke-miterlimit="10" enable-background="new " x1="1106.904" y1="597.451" x2="1106.904" y2="1199.117"/>
+
+ <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="689.1504" y1="745.2744" x2="689.1504" y2="1398.4395" gradientTransform="matrix(1 0 0 -1 103.2368 1029.4971)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="0.097" style="stop-color:#FFFFFF;stop-opacity:0.903"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+
+ <line display="inline" opacity="0.3" fill="none" stroke="url(#SVGID_5_)" stroke-width="3" stroke-linecap="round" stroke-miterlimit="10" enable-background="new " x1="792.388" y1="282.722" x2="792.388" y2="-367.443"/>
+</g>
+<g display="none">
+ <g display="inline">
+ <path opacity="0.6" fill="#FFFFFF" enable-background="new " d="M912.967,723.763c-0.052,0.055-0.052,8.622-0.157,10.861
+ c-0.105,1.811-0.269,5.696-4.1,5.696c-3.939,0-4.897-4.525-5.218-6.495c-0.372-2.186-0.372-3.996-0.372-4.793
+ c0-2.556,0.159-9.689,6.176-9.689c1.811,0,2.82,0.533,3.62,0.957L912.967,723.763z M897.532,730.044
+ c0,15.014,7.985,15.014,9.155,15.014c3.3,0,5.43-1.809,6.334-4.947l0.106,4.734c1.012-0.055,2.022-0.16,3.673-0.16
+ c0.586,0,1.063,0,1.491,0.054c0.426,0,0.851,0.053,1.329,0.106c-0.852-1.701-1.488-5.534-1.488-13.846
+ c0-8.09,0-21.771,0.69-25.922c-1.915,0.906-3.566,1.492-7.188,1.811c1.438,1.544,1.438,2.342,1.438,9.366
+ c-1.01-0.317-2.289-0.69-4.471-0.69C899.076,715.563,897.532,723.868,897.532,730.044"/>
+ <path opacity="0.6" fill="#FFFFFF" enable-background="new " d="M926.399,727.327c0.054-4.418,0.96-8.357,4.738-8.357
+ c4.152,0,4.47,4.577,4.363,8.357H926.399z M940.771,727.861c0-6.229-1.224-12.353-9.102-12.353
+ c-10.857,0-10.857,12.033-10.857,14.585c0,10.81,4.843,15.066,12.987,15.066c3.617,0,5.376-0.529,6.334-0.795
+ c-0.053-1.919,0.213-3.143,0.533-4.793c-1.119,0.694-2.556,1.6-5.75,1.6c-8.305,0-8.41-7.563-8.41-10.174h14.16L940.771,727.861"
+ />
+ <path opacity="0.6" fill="#FFFFFF" enable-background="new " d="M958.089,730.149c0,4.951-0.904,11.608-7.079,11.608
+ c-0.854,0-1.916-0.162-2.606-0.321c-0.107-1.916-0.107-5.216-0.107-9.053c0-4.578,0.478-6.97,0.853-8.145
+ c1.116-3.778,3.619-3.83,4.098-3.83C957.29,720.41,958.089,725.999,958.089,730.149z M942.812,735.957
+ c0,3.938,0,6.174-0.639,7.874c2.182,0.854,4.896,1.33,8.146,1.33c2.075,0,8.09,0,11.337-6.651
+ c1.543-3.086,2.074-7.243,2.074-10.385c0-1.916-0.213-6.121-1.756-8.782c-1.49-2.5-3.886-3.778-6.439-3.778
+ c-5.11,0-6.602,4.259-7.397,6.439c0-2.713,0.052-12.188,0.477-17.032c-3.458,1.599-5.59,1.86-7.877,2.075
+ c2.076,0.852,2.076,4.366,2.076,15.812v13.1"/>
+ <path opacity="0.6" fill="#FFFFFF" enable-background="new " d="M973.965,744.845c-1.064-0.16-1.813-0.266-3.355-0.266
+ c-1.701,0-2.875,0.106-4.098,0.266c0.531-1.014,0.746-1.494,0.902-4.951c0.215-4.735,0.27-17.411-0.104-20.071
+ c-0.268-2.025-0.744-2.343-1.488-2.875c4.363-0.427,5.586-0.744,7.609-1.702c-0.424,2.341-0.48,3.515-0.48,7.078
+ C972.846,740.695,972.791,742.663,973.965,744.845"/>
+ <path opacity="0.6" fill="#FFFFFF" enable-background="new " d="M991.01,729.775c-0.105,3.355-0.158,5.699-1.064,7.563
+ c-1.119,2.396-2.982,3.087-4.365,3.087c-3.195,0-3.887-2.661-3.887-5.269c0-5.006,4.473-5.382,6.492-5.382L991.01,729.775
+ L991.01,729.775z M976.369,736.329c0,3.354,1.014,6.705,3.994,8.145c1.33,0.584,2.66,0.584,3.088,0.584
+ c4.896,0,6.547-3.619,7.559-5.854c-0.055,2.343,0,3.778,0.16,5.642c0.957-0.055,1.916-0.159,3.516-0.159
+ c0.904,0,1.754,0.104,2.658,0.159c-0.586-0.903-0.904-1.438-1.064-3.515c-0.105-2.021-0.105-4.043-0.105-6.867l0.055-10.861
+ c0-4.048-1.066-8.039-9.053-8.039c-5.268,0-8.354,1.599-9.898,2.396c0.641,1.171,1.174,2.18,1.652,4.472
+ c2.076-1.811,4.791-2.77,7.557-2.77c4.422,0,4.422,2.93,4.422,7.079c-1.012-0.053-1.863-0.157-3.303-0.157
+ C980.842,726.585,976.369,729.189,976.369,736.329"/>
+ <path opacity="0.6" fill="#FFFFFF" enable-background="new " d="M1021.67,739.575c0.055,1.811,0.055,3.727,0.799,5.27
+ c-1.174-0.104-1.863-0.266-4.045-0.266c-1.279,0-1.971,0.107-2.982,0.266c0.211-0.688,0.322-0.957,0.428-1.862
+ c0.158-1.224,0.268-5.322,0.268-6.761v-5.754c0-2.501,0-6.122-0.164-7.396c-0.105-0.904-0.369-3.354-3.461-3.354
+ c-3.033,0-4.043,2.233-4.416,4.045c-0.426,1.861-0.426,3.887-0.426,11.769c0.053,6.813,0.053,7.451,0.584,9.313
+ c-0.904-0.106-2.021-0.213-3.617-0.213c-1.277,0-2.131,0.053-3.193,0.213c0.373-0.852,0.586-1.276,0.691-4.258
+ c0.107-2.93,0.32-17.306-0.16-20.711c-0.266-2.078-0.799-2.556-1.383-3.089c4.313-0.213,5.693-0.904,7.025-1.595v5.641
+ c0.639-1.652,1.969-5.324,7.293-5.324c6.654,0,6.707,4.846,6.76,8.037V739.575"/>
+ <path opacity="0.6" fill="#FFFFFF" enable-background="new " d="M974.412,707.711l-4.406,4.407l-4.406-4.407l4.406-4.406
+ L974.412,707.711"/>
+ </g>
+</g>
+</svg>
diff --git a/moonlight-theme/sources/plymouth/support.svg b/moonlight-theme/sources/plymouth/support.svg
new file mode 100644
index 0000000..33ab4d7
--- /dev/null
+++ b/moonlight-theme/sources/plymouth/support.svg
@@ -0,0 +1,2286 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ width="382.714px" height="1569.56px" viewBox="0 0 382.714 1569.56" enable-background="new 0 0 382.714 1569.56"
+ xml:space="preserve">
+<rect x="-1065.69" y="126.955" fill="#24363E" width="2600" height="1708.988"/>
+<ellipse opacity="0.2" fill="#2C515C" enable-background="new " cx="234.31" cy="1645.329" rx="1066.605" ry="379.538"/>
+<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="158.7485" y1="848.2773" x2="158.7485" y2="947.7852" gradientTransform="matrix(0 1 1 0 -72.7505 252.3252)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#24363E;stop-opacity:0"/>
+</linearGradient>
+<line opacity="0.3" fill="none" stroke="url(#SVGID_1_)" stroke-width="3" stroke-miterlimit="10" enable-background="new " x1="775.526" y1="411.074" x2="875.034" y2="411.074"/>
+<g>
+ <g display="none">
+
+ <radialGradient id="SVGID_2_" cx="-2435.2432" cy="-301.4868" r="1087.3379" gradientTransform="matrix(0.2308 0 0 0.2308 796.3636 902.5919)" gradientUnits="userSpaceOnUse">
+ <stop offset="0" style="stop-color:#6D99B8"/>
+ <stop offset="1" style="stop-color:#153645;stop-opacity:0"/>
+ </radialGradient>
+ <rect x="-16.647" y="582.051" display="inline" fill="url(#SVGID_2_)" width="501.914" height="501.917"/>
+ </g>
+
+ <path opacity="0.3" fill="#264A61" stroke="#F6F6F6" stroke-width="3" stroke-linecap="round" stroke-miterlimit="10" enable-background="new " d="
+ M381.214,966.235c-86.863,86.865-227.7,86.865-314.564-0.001c-86.866-86.866-86.866-227.702-0.002-314.568"/>
+ <circle display="none" opacity="0.7" fill="#264A61" enable-background="new " cx="235.12" cy="840.512" r="155.922"/>
+ <circle display="none" opacity="0.4" fill="#24363E" enable-background="new " cx="235.12" cy="840.511" r="119.798"/>
+ <path display="none" opacity="0.6" fill="#1790AF" enable-background="new " d="M354.374,840.512
+ c-0.002,65.861-53.393,119.251-119.256,119.253c-65.864-0.002-119.255-53.393-119.253-119.252
+ c-0.002-65.864,53.391-119.255,119.256-119.256C300.983,721.256,354.374,774.646,354.374,840.512z"/>
+ <g display="none">
+ <path display="inline" fill="none" d="M179.658,895.974l-3.349-3.347l-11.18,11.18c1.055,1.164,2.141,2.308,3.264,3.432l0,0
+ L179.658,895.974z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M148.071,830.6
+ c-0.246-0.248-0.211-0.684,0.081-0.978l7.548-7.545l-10.439-10.439c-3.547,11.069-4.999,22.662-4.354,34.159l11.18-11.181
+ L148.071,830.6z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M191.104,885.428l7.995,7.994l5.897-5.896
+ l-11.794-11.793l-16.894,16.895l3.349,3.348l10.611-10.613C190.482,885.15,190.856,885.18,191.104,885.428z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M190.76,787.014
+ c0.295-0.293,0.732-0.331,0.979-0.083l0.596,0.596c-0.576-0.577-0.688-1.402-0.245-1.841l19.282-19.285l-12.881-12.883
+ c-10.939,4.603-21.188,11.357-30.098,20.266c-2.66,2.661-5.125,5.439-7.402,8.32l17.339,17.338L190.76,787.014z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M247.966,747.021
+ c-3.841-0.525-7.708-0.813-11.577-0.865l6.224,6.221L247.966,747.021z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M304.926,787.599
+ c0.439-0.441,1.154-0.441,1.595,0l15.071,15.072c-4.587-10.485-11.168-20.307-19.746-28.886
+ c-11.293-11.292-24.733-19.123-39.01-23.495l39.699,39.7L304.926,787.599z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M282.451,792.218l5.224-5.225
+ c0.348-0.347,0.641-0.612,0.655-0.598l2.498,2.5c0.018,0.016-0.251,0.308-0.597,0.655l-5.224,5.223l6.371,6.372l11.156-11.156
+ l-39.699-39.7c-4.877-1.492-9.852-2.583-14.87-3.269l-5.354,5.356L282.451,792.218z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M282.451,792.218l5.224-5.225
+ c0.348-0.347,0.641-0.612,0.655-0.598l2.498,2.5c0.018,0.016-0.251,0.308-0.597,0.655l-5.224,5.223l6.371,6.372l11.156-11.156
+ l-39.699-39.7c-4.877-1.492-9.852-2.583-14.87-3.269l-5.354,5.356L282.451,792.218z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M322.111,877.141
+ c0.503-1.193,0.979-2.397,1.43-3.606l-2.517,2.519L322.111,877.141z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M322.111,877.141
+ c0.503-1.193,0.979-2.397,1.43-3.606l-2.517,2.519L322.111,877.141z"/>
+
+ <rect x="201.981" y="886.495" transform="matrix(-0.7063 -0.7079 0.7079 -0.7063 -285.3983 1662.9177)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.588" height="8.34"/>
+
+ <rect x="201.981" y="886.495" transform="matrix(-0.7063 -0.7079 0.7079 -0.7063 -285.3983 1662.9177)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.588" height="8.34"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M223.666,885.155l-6.714,6.713
+ c-0.274,0.274-0.505,0.487-0.515,0.479l-1.769-1.77c-0.01-0.012,0.203-0.243,0.479-0.515l6.71-6.712l-4.207-4.208l-16.416,16.417
+ l30.085,30.085c0.249,0.249,0.279,0.625,0.065,0.835l-7.702,7.705c1.449,0.174,2.902,0.314,4.354,0.425l22.541-22.541
+ L223.666,885.155z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M223.666,885.155l-6.714,6.713
+ c-0.274,0.274-0.505,0.487-0.515,0.479l-1.769-1.77c-0.01-0.012,0.203-0.243,0.479-0.515l6.71-6.712l-4.207-4.208l-16.416,16.417
+ l30.085,30.085c0.249,0.249,0.279,0.625,0.065,0.835l-7.702,7.705c1.449,0.174,2.902,0.314,4.354,0.425l22.541-22.541
+ L223.666,885.155z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M296.209,912.437
+ c1.931-1.645,3.813-3.376,5.637-5.2c5.865-5.864,10.794-12.311,14.793-19.151l-22.393,22.394L296.209,912.437z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M296.209,912.437
+ c1.931-1.645,3.813-3.376,5.637-5.2c5.865-5.864,10.794-12.311,14.793-19.151l-22.393,22.394L296.209,912.437z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M301.739,895.336
+ c-0.439,0.44-1.155,0.44-1.594,0l-0.888-0.885l-25.876-25.876l-10.519,10.518l31.383,31.386l22.394-22.394
+ c2.075-3.55,3.897-7.207,5.472-10.944l-1.087-1.088L301.739,895.336z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M301.739,895.336
+ c-0.439,0.44-1.155,0.44-1.594,0l-0.888-0.885l-25.876-25.876l-10.519,10.518l31.383,31.386l22.394-22.394
+ c2.075-3.55,3.897-7.207,5.472-10.944l-1.087-1.088L301.739,895.336z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M301.739,895.336
+ c-0.439,0.44-1.155,0.44-1.594,0l-0.888-0.885l-25.876-25.876l-10.519,10.518l31.383,31.386l22.394-22.394
+ c2.075-3.55,3.897-7.207,5.472-10.944l-1.087-1.088L301.739,895.336z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M142.546,858.866
+ c3.214,16.274,10.739,31.867,22.584,44.941l11.18-11.18L142.546,858.866z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M193.204,875.732l-41.119-41.117
+ l-11.18,11.181c0.242,4.379,0.791,8.749,1.642,13.07l33.763,33.762L193.204,875.732z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M193.204,875.732l-41.119-41.117
+ l-11.18,11.181c0.242,4.379,0.791,8.749,1.642,13.07l33.763,33.762L193.204,875.732z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M215.516,877.007l-5.809-5.809
+ c-0.207-0.208-0.354-0.447-0.438-0.689l-6.942,6.945c-0.345,0.343-0.638,0.611-0.654,0.597l-2.499-2.5
+ c-0.016-0.017,0.251-0.309,0.598-0.653l9.366-9.37l-2.864-2.864l-13.068,13.068l11.794,11.793L215.516,877.007z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M215.516,877.007l-5.809-5.809
+ c-0.207-0.208-0.354-0.447-0.438-0.689l-6.942,6.945c-0.345,0.343-0.638,0.611-0.654,0.597l-2.499-2.5
+ c-0.016-0.017,0.251-0.309,0.598-0.653l9.366-9.37l-2.864-2.864l-13.068,13.068l11.794,11.793L215.516,877.007z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M155.7,822.076l-7.548,7.545
+ c-0.292,0.294-0.327,0.73-0.081,0.978l4.014,4.015l8.077-8.076L155.7,822.076z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M155.7,822.076l-7.548,7.545
+ c-0.292,0.294-0.327,0.73-0.081,0.978l4.014,4.015l8.077-8.076L155.7,822.076z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M194.955,791.743
+ c0.441-0.44,1-0.594,1.25-0.346l-3.871-3.87l-0.596-0.596c-0.246-0.248-0.685-0.211-0.979,0.083l-12.431,12.43l4.464,4.464
+ L194.955,791.743z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M194.955,791.743
+ c0.441-0.44,1-0.594,1.25-0.346l-3.871-3.87l-0.596-0.596c-0.246-0.248-0.685-0.211-0.979,0.083l-12.431,12.43l4.464,4.464
+ L194.955,791.743z"/>
+
+ <rect x="206.386" y="858.911" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 968.731 1320.6116)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="4.051"/>
+
+ <rect x="206.386" y="858.911" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 968.731 1320.6116)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="4.051"/>
+
+ <rect x="206.386" y="858.911" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 968.731 1320.6116)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="8.944" height="4.051"/>
+
+ <rect x="210.191" y="875.097" transform="matrix(-0.7054 -0.7088 0.7088 -0.7054 -266.5442 1654.2955)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.587" height="14.876"/>
+
+ <rect x="210.191" y="875.097" transform="matrix(-0.7054 -0.7088 0.7088 -0.7054 -266.5442 1654.2955)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.587" height="14.876"/>
+
+ <rect x="210.191" y="875.097" transform="matrix(-0.7054 -0.7088 0.7088 -0.7054 -266.5442 1654.2955)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="0.587" height="14.876"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M199.897,795.089l-3.691-3.692
+ c-0.25-0.248-0.809-0.094-1.25,0.346l-12.162,12.165l4.145,4.143L199.897,795.089z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M199.897,795.089l-3.691-3.692
+ c-0.25-0.248-0.809-0.094-1.25,0.346l-12.162,12.165l4.145,4.143L199.897,795.089z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M199.897,795.089l-3.691-3.692
+ c-0.25-0.248-0.809-0.094-1.25,0.346l-12.162,12.165l4.145,4.143L199.897,795.089z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M204.825,861.215l-4.195,4.196
+ c-0.438,0.441-1.127,0.465-1.536,0.058l-38.932-38.93l-8.077,8.076l41.119,41.117l13.068-13.068L204.825,861.215z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M204.825,861.215l-4.195,4.196
+ c-0.438,0.441-1.127,0.465-1.536,0.058l-38.932-38.93l-8.077,8.076l41.119,41.117l13.068-13.068L204.825,861.215z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M204.825,861.215l-4.195,4.196
+ c-0.438,0.441-1.127,0.465-1.536,0.058l-38.932-38.93l-8.077,8.076l41.119,41.117l13.068-13.068L204.825,861.215z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M221.721,842.837
+ c0.412,0.409,0.386,1.095-0.053,1.537l10.409-10.409l-11.368-11.372c-0.098-0.096-0.108-0.243-0.026-0.325l3.195-3.197
+ l-23.98-23.982l-12.96,12.961L221.721,842.837z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M221.721,842.837
+ c0.412,0.409,0.386,1.095-0.053,1.537l10.409-10.409l-11.368-11.372c-0.098-0.096-0.108-0.243-0.026-0.325l3.195-3.197
+ l-23.98-23.982l-12.96,12.961L221.721,842.837z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M221.721,842.837
+ c0.412,0.409,0.386,1.095-0.053,1.537l10.409-10.409l-11.368-11.372c-0.098-0.096-0.108-0.243-0.026-0.325l3.195-3.197
+ l-23.98-23.982l-12.96,12.961L221.721,842.837z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M221.721,842.837
+ c0.412,0.409,0.386,1.095-0.053,1.537l10.409-10.409l-11.368-11.372c-0.098-0.096-0.108-0.243-0.026-0.325l3.195-3.197
+ l-23.98-23.982l-12.96,12.961L221.721,842.837z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M211.438,855.183
+ c-0.16-0.162-0.137-0.443,0.053-0.634l-6.666,6.667l1.447,1.448l6.323-6.324L211.438,855.183z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M211.438,855.183
+ c-0.16-0.162-0.137-0.443,0.053-0.634l-6.666,6.667l1.447,1.448l6.323-6.324L211.438,855.183z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M211.438,855.183
+ c-0.16-0.162-0.137-0.443,0.053-0.634l-6.666,6.667l1.447,1.448l6.323-6.324L211.438,855.183z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M211.438,855.183
+ c-0.16-0.162-0.137-0.443,0.053-0.634l-6.666,6.667l1.447,1.448l6.323-6.324L211.438,855.183z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M304.926,787.599l-2.391,2.391l12.105,12.105
+ l1.646-1.643c0.281-0.285,0.524-0.502,0.542-0.486l2.5,2.5c0.014,0.015-0.203,0.258-0.487,0.543l-1.645,1.643l8.146,8.143
+ c-1.053-3.429-2.304-6.809-3.751-10.123L306.52,787.6C306.08,787.158,305.366,787.158,304.926,787.599z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M304.926,787.599l-2.391,2.391l12.105,12.105
+ l1.646-1.643c0.281-0.285,0.524-0.502,0.542-0.486l2.5,2.5c0.014,0.015-0.203,0.258-0.487,0.543l-1.645,1.643l8.146,8.143
+ c-1.053-3.429-2.304-6.809-3.751-10.123L306.52,787.6C306.08,787.158,305.366,787.158,304.926,787.599z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M285.959,835.89l35.931,35.93
+ c0.578,0.576,0.689,1.402,0.25,1.841l-1.755,1.754l0.64,0.638l2.517-2.519c7.27-19.501,7.87-40.92,1.803-60.741l-8.146-8.143
+ L285.959,835.89z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M285.959,835.89l35.931,35.93
+ c0.578,0.576,0.689,1.402,0.25,1.841l-1.755,1.754l0.64,0.638l2.517-2.519c7.27-19.501,7.87-40.92,1.803-60.741l-8.146-8.143
+ L285.959,835.89z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M285.959,835.89l35.931,35.93
+ c0.578,0.576,0.689,1.402,0.25,1.841l-1.755,1.754l0.64,0.638l2.517-2.519c7.27-19.501,7.87-40.92,1.803-60.741l-8.146-8.143
+ L285.959,835.89z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M296.32,807.68l-19.284,19.285l0.604,0.605
+ l7.032-7.031c0.272-0.273,0.503-0.485,0.515-0.475l1.767,1.768c0.011,0.011-0.202,0.241-0.476,0.515l-7.03,7.03l3.958,3.957
+ l31.236-31.238l-12.105-12.105l-11.156,11.156l4.693,4.694C296.65,806.416,296.759,807.241,296.32,807.68z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M296.32,807.68l-19.284,19.285l0.604,0.605
+ l7.032-7.031c0.272-0.273,0.503-0.485,0.515-0.475l1.767,1.768c0.011,0.011-0.202,0.241-0.476,0.515l-7.03,7.03l3.958,3.957
+ l31.236-31.238l-12.105-12.105l-11.156,11.156l4.693,4.694C296.65,806.416,296.759,807.241,296.32,807.68z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M296.32,807.68l-19.284,19.285l0.604,0.605
+ l7.032-7.031c0.272-0.273,0.503-0.485,0.515-0.475l1.767,1.768c0.011,0.011-0.202,0.241-0.476,0.515l-7.03,7.03l3.958,3.957
+ l31.236-31.238l-12.105-12.105l-11.156,11.156l4.693,4.694C296.65,806.416,296.759,807.241,296.32,807.68z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M299.258,894.451l0.888,0.885
+ c0.438,0.44,1.153,0.44,1.594,0l19.285-19.283l-0.64-0.638l-19.282,19.284C300.661,895.139,299.836,895.028,299.258,894.451z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M299.258,894.451l0.888,0.885
+ c0.438,0.44,1.153,0.44,1.594,0l19.285-19.283l-0.64-0.638l-19.282,19.284C300.661,895.139,299.836,895.028,299.258,894.451z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M299.258,894.451l0.888,0.885
+ c0.438,0.44,1.153,0.44,1.594,0l19.285-19.283l-0.64-0.638l-19.282,19.284C300.661,895.139,299.836,895.028,299.258,894.451z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M299.258,894.451l0.888,0.885
+ c0.438,0.44,1.153,0.44,1.594,0l19.285-19.283l-0.64-0.638l-19.282,19.284C300.661,895.139,299.836,895.028,299.258,894.451z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M228.038,934.61
+ c13.351,0.999,26.874-0.831,39.594-5.487l-17.053-17.054L228.038,934.61z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M228.038,934.61
+ c13.351,0.999,26.874-0.831,39.594-5.487l-17.053-17.054L228.038,934.61z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M228.038,934.61
+ c13.351,0.999,26.874-0.831,39.594-5.487l-17.053-17.054L228.038,934.61z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M213.125,764.649
+ c0.441-0.44,1.265-0.329,1.841,0.248l7.563,7.562l20.084-20.081l-6.224-6.221c-12.895-0.173-25.817,2.283-37.897,7.363
+ l12.881,12.883L213.125,764.649z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M213.125,764.649
+ c0.441-0.44,1.265-0.329,1.841,0.248l7.563,7.562l20.084-20.081l-6.224-6.221c-12.895-0.173-25.817,2.283-37.897,7.363
+ l12.881,12.883L213.125,764.649z"/>
+
+ <rect x="224.343" y="768.115" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 -122.1181 1514.0475)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="56.341" height="28.401"/>
+
+ <rect x="224.343" y="768.115" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 -122.1181 1514.0475)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="56.341" height="28.401"/>
+
+ <rect x="224.343" y="768.115" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 -122.1181 1514.0475)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="56.341" height="28.401"/>
+
+ <rect x="263.963" y="803.49" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -489.8628 433.3375)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="28.399" height="9.011"/>
+
+ <rect x="263.963" y="803.49" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -489.8628 433.3375)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="28.399" height="9.011"/>
+
+ <rect x="263.963" y="803.49" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -489.8628 433.3375)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="28.399" height="9.011"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M271.712,821.643l4.828-4.828
+ c0.408-0.408,0.745-0.729,0.755-0.718l1.684,1.683c0.011,0.01-0.312,0.347-0.72,0.756l-4.826,4.828l3.604,3.602l19.284-19.285
+ c0.438-0.439,0.33-1.264-0.247-1.841l-4.693-4.694l-20.081,20.081L271.712,821.643z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M271.712,821.643l4.828-4.828
+ c0.408-0.408,0.745-0.729,0.755-0.718l1.684,1.683c0.011,0.01-0.312,0.347-0.72,0.756l-4.826,4.828l3.604,3.602l19.284-19.285
+ c0.438-0.439,0.33-1.264-0.247-1.841l-4.693-4.694l-20.081,20.081L271.712,821.643z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M271.712,821.643l4.828-4.828
+ c0.408-0.408,0.745-0.729,0.755-0.718l1.684,1.683c0.011,0.01-0.312,0.347-0.72,0.756l-4.826,4.828l3.604,3.602l19.284-19.285
+ c0.438-0.439,0.33-1.264-0.247-1.841l-4.693-4.694l-20.081,20.081L271.712,821.643z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M271.712,821.643l4.828-4.828
+ c0.408-0.408,0.745-0.729,0.755-0.718l1.684,1.683c0.011,0.01-0.312,0.347-0.72,0.756l-4.826,4.828l3.604,3.602l19.284-19.285
+ c0.438-0.439,0.33-1.264-0.247-1.841l-4.693-4.694l-20.081,20.081L271.712,821.643z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M263.965,875.735
+ c-0.438,0.439-1.151,0.438-1.592-0.002l-4.303-4.303l-1.438,1.436l6.23,6.228l10.519-10.518l-1.128-1.13L263.965,875.735z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M263.965,875.735
+ c-0.438,0.439-1.151,0.438-1.592-0.002l-4.303-4.303l-1.438,1.436l6.23,6.228l10.519-10.518l-1.128-1.13L263.965,875.735z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M263.965,875.735
+ c-0.438,0.439-1.151,0.438-1.592-0.002l-4.303-4.303l-1.438,1.436l6.23,6.228l10.519-10.518l-1.128-1.13L263.965,875.735z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M263.965,875.735
+ c-0.438,0.439-1.151,0.438-1.592-0.002l-4.303-4.303l-1.438,1.436l6.23,6.228l10.519-10.518l-1.128-1.13L263.965,875.735z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M238.147,854.376l5.42-5.418l-6.371-6.373
+ l-5.547,5.546c0.242,0.083,0.479,0.228,0.688,0.438L238.147,854.376z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M238.147,854.376l5.42-5.418l-6.371-6.373
+ l-5.547,5.546c0.242,0.083,0.479,0.228,0.688,0.438L238.147,854.376z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M238.147,854.376l5.42-5.418l-6.371-6.373
+ l-5.547,5.546c0.242,0.083,0.479,0.228,0.688,0.438L238.147,854.376z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M238.147,854.376l5.42-5.418l-6.371-6.373
+ l-5.547,5.546c0.242,0.083,0.479,0.228,0.688,0.438L238.147,854.376z"/>
+
+ <rect x="209.673" y="845.253" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 982.312 1287.6707)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="29.596" height="4.052"/>
+
+ <rect x="209.673" y="845.253" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 982.312 1287.6707)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="29.596" height="4.052"/>
+
+ <rect x="209.673" y="845.253" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 982.312 1287.6707)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="29.596" height="4.052"/>
+
+ <rect x="209.673" y="845.253" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 982.312 1287.6707)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="29.596" height="4.052"/>
+
+ <rect x="237.225" y="851.591" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1013.8252 1283.9092)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.664" height="0.587"/>
+
+ <rect x="237.225" y="851.591" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1013.8252 1283.9092)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.664" height="0.587"/>
+
+ <rect x="237.225" y="851.591" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1013.8252 1283.9092)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.664" height="0.587"/>
+
+ <rect x="237.225" y="851.591" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1013.8252 1283.9092)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="7.664" height="0.587"/>
+
+ <rect x="237.225" y="851.591" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1013.8252 1283.9092)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="7.664" height="0.587"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M232.078,833.965l-10.409,10.409
+ l-10.178,10.175c-0.188,0.19-0.213,0.472-0.053,0.634l1.157,1.157l20.93-20.927L232.078,833.965z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M232.078,833.965l-10.409,10.409
+ l-10.178,10.175c-0.188,0.19-0.213,0.472-0.053,0.634l1.157,1.157l20.93-20.927L232.078,833.965z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M232.078,833.965l-10.409,10.409
+ l-10.178,10.175c-0.188,0.19-0.213,0.472-0.053,0.634l1.157,1.157l20.93-20.927L232.078,833.965z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M232.078,833.965l-10.409,10.409
+ l-10.178,10.175c-0.188,0.19-0.213,0.472-0.053,0.634l1.157,1.157l20.93-20.927L232.078,833.965z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M232.078,833.965l-10.409,10.409
+ l-10.178,10.175c-0.188,0.19-0.213,0.472-0.053,0.634l1.157,1.157l20.93-20.927L232.078,833.965z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M248.666,843.857l-1.693-1.694l-3.197,3.195
+ c-0.081,0.083-0.229,0.072-0.325-0.026l-4.501-4.502l-1.753,1.754l6.371,6.373L248.666,843.857z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M248.666,843.857l-1.693-1.694l-3.197,3.195
+ c-0.081,0.083-0.229,0.072-0.325-0.026l-4.501-4.502l-1.753,1.754l6.371,6.373L248.666,843.857z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M248.666,843.857l-1.693-1.694l-3.197,3.195
+ c-0.081,0.083-0.229,0.072-0.325-0.026l-4.501-4.502l-1.753,1.754l6.371,6.373L248.666,843.857z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M248.666,843.857l-1.693-1.694l-3.197,3.195
+ c-0.081,0.083-0.229,0.072-0.325-0.026l-4.501-4.502l-1.753,1.754l6.371,6.373L248.666,843.857z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M248.666,843.857l-1.693-1.694l-3.197,3.195
+ c-0.081,0.083-0.229,0.072-0.325-0.026l-4.501-4.502l-1.753,1.754l6.371,6.373L248.666,843.857z"/>
+
+ <rect x="246.006" y="843.008" transform="matrix(-0.7079 -0.7063 0.7063 -0.7079 -177.2773 1619.9198)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.588" height="7.213"/>
+
+ <rect x="246.006" y="843.008" transform="matrix(-0.7079 -0.7063 0.7063 -0.7079 -177.2773 1619.9198)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.588" height="7.213"/>
+
+ <rect x="246.006" y="843.008" transform="matrix(-0.7079 -0.7063 0.7063 -0.7079 -177.2773 1619.9198)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.588" height="7.213"/>
+
+ <rect x="246.006" y="843.008" transform="matrix(-0.7079 -0.7063 0.7063 -0.7079 -177.2773 1619.9198)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="0.588" height="7.213"/>
+
+ <rect x="246.006" y="843.008" transform="matrix(-0.7079 -0.7063 0.7063 -0.7079 -177.2773 1619.9198)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.588" height="7.213"/>
+
+ <rect x="246.006" y="843.008" transform="matrix(-0.7079 -0.7063 0.7063 -0.7079 -177.2773 1619.9198)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="0.588" height="7.213"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M223.878,819.072l-3.196,3.197
+ c-0.081,0.082-0.069,0.229,0.027,0.325l11.368,11.372l3.347-3.348L223.878,819.072z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M223.878,819.072l-3.196,3.197
+ c-0.081,0.082-0.069,0.229,0.027,0.325l11.368,11.372l3.347-3.348L223.878,819.072z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M223.878,819.072l-3.196,3.197
+ c-0.081,0.082-0.069,0.229,0.027,0.325l11.368,11.372l3.347-3.348L223.878,819.072z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M223.878,819.072l-3.196,3.197
+ c-0.081,0.082-0.069,0.229,0.027,0.325l11.368,11.372l3.347-3.348L223.878,819.072z"/>
+ <path display="inline" opacity="0.4" fill="#FEF4A5" enable-background="new " d="M223.878,819.072l-3.196,3.197
+ c-0.081,0.082-0.069,0.229,0.027,0.325l11.368,11.372l3.347-3.348L223.878,819.072z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M236.421,831.615
+ c0.25,0.248,0.095,0.807-0.347,1.248l-2.55,2.549l2.867,2.865l3.347-3.345L236.421,831.615z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M236.421,831.615
+ c0.25,0.248,0.095,0.807-0.347,1.248l-2.55,2.549l2.867,2.865l3.347-3.345L236.421,831.615z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M236.421,831.615
+ c0.25,0.248,0.095,0.807-0.347,1.248l-2.55,2.549l2.867,2.865l3.347-3.345L236.421,831.615z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M236.421,831.615
+ c0.25,0.248,0.095,0.807-0.347,1.248l-2.55,2.549l2.867,2.865l3.347-3.345L236.421,831.615z"/>
+ <path display="inline" opacity="0.4" fill="#FEF4A5" enable-background="new " d="M236.421,831.615
+ c0.25,0.248,0.095,0.807-0.347,1.248l-2.55,2.549l2.867,2.865l3.347-3.345L236.421,831.615z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M236.075,832.863
+ c0.44-0.441,0.597-1,0.347-1.248l-0.997-0.998l-3.347,3.348l1.447,1.447L236.075,832.863z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M236.075,832.863
+ c0.44-0.441,0.597-1,0.347-1.248l-0.997-0.998l-3.347,3.348l1.447,1.447L236.075,832.863z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M236.075,832.863
+ c0.44-0.441,0.597-1,0.347-1.248l-0.997-0.998l-3.347,3.348l1.447,1.447L236.075,832.863z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M236.075,832.863
+ c0.44-0.441,0.597-1,0.347-1.248l-0.997-0.998l-3.347,3.348l1.447,1.447L236.075,832.863z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M236.075,832.863
+ c0.44-0.441,0.597-1,0.347-1.248l-0.997-0.998l-3.347,3.348l1.447,1.447L236.075,832.863z"/>
+ <path display="inline" opacity="0.4" fill="#FEF4A5" enable-background="new " d="M236.075,832.863
+ c0.44-0.441,0.597-1,0.347-1.248l-0.997-0.998l-3.347,3.348l1.447,1.447L236.075,832.863z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M238.949,840.83l4.501,4.502
+ c0.098,0.098,0.244,0.109,0.325,0.026l3.197-3.195l-4.68-4.677L238.949,840.83z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M238.949,840.83l4.501,4.502
+ c0.098,0.098,0.244,0.109,0.325,0.026l3.197-3.195l-4.68-4.677L238.949,840.83z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M238.949,840.83l4.501,4.502
+ c0.098,0.098,0.244,0.109,0.325,0.026l3.197-3.195l-4.68-4.677L238.949,840.83z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M238.949,840.83l4.501,4.502
+ c0.098,0.098,0.244,0.109,0.325,0.026l3.197-3.195l-4.68-4.677L238.949,840.83z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M238.949,840.83l4.501,4.502
+ c0.098,0.098,0.244,0.109,0.325,0.026l3.197-3.195l-4.68-4.677L238.949,840.83z"/>
+ <path display="inline" opacity="0.4" fill="#FEF4A5" enable-background="new " d="M238.949,840.83l4.501,4.502
+ c0.098,0.098,0.244,0.109,0.325,0.026l3.197-3.195l-4.68-4.677L238.949,840.83z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M179.658,895.974l-11.265,11.264
+ c3.005,3.004,6.161,5.763,9.446,8.275l10.679-10.679L179.658,895.974z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M179.812,916.981
+ c11.241,8.154,23.877,13.521,36.955,16.101l-26.528-26.525L179.812,916.981z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M188.62,904.735
+ c-0.11-0.382-0.021-0.811,0.28-1.111l10.2-10.2l-7.996-7.995c-0.248-0.248-0.622-0.278-0.835-0.066l-10.611,10.613l8.86,8.861
+ L188.62,904.735z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M188.62,904.735
+ c-0.11-0.382-0.021-0.811,0.28-1.111l10.2-10.2l-7.996-7.995c-0.248-0.248-0.622-0.278-0.835-0.066l-10.611,10.613l8.86,8.861
+ L188.62,904.735z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M199.101,893.422l-10.2,10.2
+ c-0.302,0.3-0.392,0.729-0.28,1.111l10.896-10.896L199.101,893.422z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M199.101,893.422l-10.2,10.2
+ c-0.302,0.3-0.392,0.729-0.28,1.111l10.896-10.896L199.101,893.422z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M199.101,893.422l-10.2,10.2
+ c-0.302,0.3-0.392,0.729-0.28,1.111l10.896-10.896L199.101,893.422z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M231.32,925.645l-30.085-30.085
+ l-10.997,10.997l26.527,26.525c2.296,0.452,4.603,0.823,6.919,1.104l7.701-7.705C231.599,926.27,231.569,925.893,231.32,925.645z"
+ />
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M231.32,925.645l-30.085-30.085
+ l-10.997,10.997l26.527,26.525c2.296,0.452,4.603,0.823,6.919,1.104l7.701-7.705C231.599,926.27,231.569,925.893,231.32,925.645z"
+ />
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M231.32,925.645l-30.085-30.085
+ l-10.997,10.997l26.527,26.525c2.296,0.452,4.603,0.823,6.919,1.104l7.701-7.705C231.599,926.27,231.569,925.893,231.32,925.645z"
+ />
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M258.071,871.429l4.303,4.303
+ c0.439,0.438,1.152,0.442,1.592,0.002l8.289-8.29l-5.1-5.1L258.071,871.429z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M258.071,871.429l4.303,4.303
+ c0.439,0.438,1.152,0.442,1.592,0.002l8.289-8.29l-5.1-5.1L258.071,871.429z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M258.071,871.429l4.303,4.303
+ c0.439,0.438,1.152,0.442,1.592,0.002l8.289-8.29l-5.1-5.1L258.071,871.429z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M258.071,871.429l4.303,4.303
+ c0.439,0.438,1.152,0.442,1.592,0.002l8.289-8.29l-5.1-5.1L258.071,871.429z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M258.071,871.429l4.303,4.303
+ c0.439,0.438,1.152,0.442,1.592,0.002l8.289-8.29l-5.1-5.1L258.071,871.429z"/>
+
+ <rect x="252.781" y="869.211" transform="matrix(0.7067 0.7075 -0.7075 0.7067 690.5802 74.4504)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.408" height="2.032"/>
+
+ <rect x="252.781" y="869.211" transform="matrix(0.7067 0.7075 -0.7075 0.7067 690.5802 74.4504)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.408" height="2.032"/>
+
+ <rect x="252.781" y="869.211" transform="matrix(0.7067 0.7075 -0.7075 0.7067 690.5802 74.4504)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.408" height="2.032"/>
+
+ <rect x="252.781" y="869.211" transform="matrix(0.7067 0.7075 -0.7075 0.7067 690.5802 74.4504)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="5.408" height="2.032"/>
+
+ <rect x="252.781" y="869.211" transform="matrix(0.7067 0.7075 -0.7075 0.7067 690.5802 74.4504)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.408" height="2.032"/>
+
+ <rect x="247.968" y="860.992" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1035.833 1298.5239)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.03" height="5.597"/>
+
+ <rect x="247.968" y="860.992" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1035.833 1298.5239)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.03" height="5.597"/>
+
+ <rect x="247.968" y="860.992" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1035.833 1298.5239)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.03" height="5.597"/>
+
+ <rect x="247.968" y="860.992" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1035.833 1298.5239)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="2.03" height="5.597"/>
+
+ <rect x="247.968" y="860.992" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1035.833 1298.5239)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.03" height="5.597"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M246.115,857.882l3.189-3.188l-3.604-3.603
+ l-5.42,5.419l4.209,4.207l1.459-1.459C245.689,858.823,245.743,858.255,246.115,857.882z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M246.115,857.882l3.189-3.188l-3.604-3.603
+ l-5.42,5.419l4.209,4.207l1.459-1.459C245.689,858.823,245.743,858.255,246.115,857.882z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M246.115,857.882l3.189-3.188l-3.604-3.603
+ l-5.42,5.419l4.209,4.207l1.459-1.459C245.689,858.823,245.743,858.255,246.115,857.882z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M246.115,857.882l3.189-3.188l-3.604-3.603
+ l-5.42,5.419l4.209,4.207l1.459-1.459C245.689,858.823,245.743,858.255,246.115,857.882z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M246.115,857.882l3.189-3.188l-3.604-3.603
+ l-5.42,5.419l4.209,4.207l1.459-1.459C245.689,858.823,245.743,858.255,246.115,857.882z"/>
+
+ <rect x="246.418" y="847.752" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1028.0715 1274.7595)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.212" height="5.096"/>
+
+ <rect x="246.418" y="847.752" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1028.0715 1274.7595)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.212" height="5.096"/>
+
+ <rect x="246.418" y="847.752" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1028.0715 1274.7595)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.212" height="5.096"/>
+
+ <rect x="246.418" y="847.752" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1028.0715 1274.7595)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.212" height="5.096"/>
+
+ <rect x="246.418" y="847.752" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1028.0715 1274.7595)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="7.212" height="5.096"/>
+
+ <rect x="246.418" y="847.752" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1028.0715 1274.7595)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.212" height="5.096"/>
+
+ <rect x="254.242" y="862.212" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1056.6294 1292.0815)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.846" height="5.41"/>
+
+ <rect x="254.242" y="862.212" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1056.6294 1292.0815)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.846" height="5.41"/>
+
+ <rect x="254.242" y="862.212" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1056.6294 1292.0815)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.846" height="5.41"/>
+
+ <rect x="254.242" y="862.212" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1056.6294 1292.0815)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="12.846" height="5.41"/>
+
+ <rect x="254.242" y="862.212" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1056.6294 1292.0815)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.846" height="5.41"/>
+
+ <rect x="254.242" y="862.212" transform="matrix(-0.707 0.7072 -0.7072 -0.707 1056.6294 1292.0815)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.846" height="5.41"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M254.563,858.36
+ c-0.439,0.439-1.153,0.439-1.595,0l-1.254-1.255l-3.983,3.986l3.957,3.956l9.083-9.083l-1.904-1.907L254.563,858.36z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M254.563,858.36
+ c-0.439,0.439-1.153,0.439-1.595,0l-1.254-1.255l-3.983,3.986l3.957,3.956l9.083-9.083l-1.904-1.907L254.563,858.36z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M254.563,858.36
+ c-0.439,0.439-1.153,0.439-1.595,0l-1.254-1.255l-3.983,3.986l3.957,3.956l9.083-9.083l-1.904-1.907L254.563,858.36z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M254.563,858.36
+ c-0.439,0.439-1.153,0.439-1.595,0l-1.254-1.255l-3.983,3.986l3.957,3.956l9.083-9.083l-1.904-1.907L254.563,858.36z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M254.563,858.36
+ c-0.439,0.439-1.153,0.439-1.595,0l-1.254-1.255l-3.983,3.986l3.957,3.956l9.083-9.083l-1.904-1.907L254.563,858.36z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M254.563,858.36
+ c-0.439,0.439-1.153,0.439-1.595,0l-1.254-1.255l-3.983,3.986l3.957,3.956l9.083-9.083l-1.904-1.907L254.563,858.36z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.305,854.694l-3.189,3.188
+ c-0.372,0.372-0.426,0.94-0.165,1.376l3.961-3.959L249.305,854.694z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.305,854.694l-3.189,3.188
+ c-0.372,0.372-0.426,0.94-0.165,1.376l3.961-3.959L249.305,854.694z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.305,854.694l-3.189,3.188
+ c-0.372,0.372-0.426,0.94-0.165,1.376l3.961-3.959L249.305,854.694z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M249.305,854.694l-3.189,3.188
+ c-0.372,0.372-0.426,0.94-0.165,1.376l3.961-3.959L249.305,854.694z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.305,854.694l-3.189,3.188
+ c-0.372,0.372-0.426,0.94-0.165,1.376l3.961-3.959L249.305,854.694z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.305,854.694l-3.189,3.188
+ c-0.372,0.372-0.426,0.94-0.165,1.376l3.961-3.959L249.305,854.694z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M252.969,858.36
+ c0.44,0.439,1.154,0.439,1.595,0l4.304-4.304l-2.052-2.051l-5.101,5.1L252.969,858.36z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M252.969,858.36
+ c0.44,0.439,1.154,0.439,1.595,0l4.304-4.304l-2.052-2.051l-5.101,5.1L252.969,858.36z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M252.969,858.36
+ c0.44,0.439,1.154,0.439,1.595,0l4.304-4.304l-2.052-2.051l-5.101,5.1L252.969,858.36z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M252.969,858.36
+ c0.44,0.439,1.154,0.439,1.595,0l4.304-4.304l-2.052-2.051l-5.101,5.1L252.969,858.36z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M252.969,858.36
+ c0.44,0.439,1.154,0.439,1.595,0l4.304-4.304l-2.052-2.051l-5.101,5.1L252.969,858.36z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M252.969,858.36
+ c0.44,0.439,1.154,0.439,1.595,0l4.304-4.304l-2.052-2.051l-5.101,5.1L252.969,858.36z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M252.969,858.36
+ c0.44,0.439,1.154,0.439,1.595,0l4.304-4.304l-2.052-2.051l-5.101,5.1L252.969,858.36z"/>
+
+ <rect x="251.725" y="848.832" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 -172.3135 1633.501)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="7.211"/>
+
+ <rect x="251.725" y="848.832" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 -172.3135 1633.501)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="7.211"/>
+
+ <rect x="251.725" y="848.832" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 -172.3135 1633.501)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="7.211"/>
+
+ <rect x="251.725" y="848.832" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 -172.3135 1633.501)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="7.211"/>
+
+ <rect x="251.725" y="848.832" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 -172.3135 1633.501)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="0.855" height="7.211"/>
+
+ <rect x="251.725" y="848.832" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 -172.3135 1633.501)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="7.211"/>
+
+ <rect x="251.725" y="848.832" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 -172.3135 1633.501)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="7.211"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M199.897,795.089l20.081-20.081l-8.606-8.606
+ l-19.282,19.285c-0.441,0.439-0.331,1.264,0.245,1.841l3.871,3.87L199.897,795.089z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M199.897,795.089l20.081-20.081l-8.606-8.606
+ l-19.282,19.285c-0.441,0.439-0.331,1.264,0.245,1.841l3.871,3.87L199.897,795.089z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M232.813,810.138
+ c0.083-0.083,0.228-0.072,0.324,0.025l15.687,15.683l10.997-10.998l-39.842-39.84l-20.081,20.081l23.98,23.982L232.813,810.138z"
+ />
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M232.813,810.138
+ c0.083-0.083,0.228-0.072,0.324,0.025l15.687,15.683l10.997-10.998l-39.842-39.84l-20.081,20.081l23.98,23.982L232.813,810.138z"
+ />
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M232.813,810.138
+ c0.083-0.083,0.228-0.072,0.324,0.025l15.687,15.683l10.997-10.998l-39.842-39.84l-20.081,20.081l23.98,23.982L232.813,810.138z"
+ />
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M263.465,820.255
+ c0.102-0.103,0.229-0.145,0.281-0.091l4.309,4.308l0.692-0.693l-6.371-6.373l-7.014,7.014l1.968,1.968L263.465,820.255z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M263.465,820.255
+ c0.102-0.103,0.229-0.145,0.281-0.091l4.309,4.308l0.692-0.693l-6.371-6.373l-7.014,7.014l1.968,1.968L263.465,820.255z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M263.465,820.255
+ c0.102-0.103,0.229-0.145,0.281-0.091l4.309,4.308l0.692-0.693l-6.371-6.373l-7.014,7.014l1.968,1.968L263.465,820.255z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M273.442,828.471l1.647,1.648l2.55-2.549
+ l-0.604-0.605l-1.753,1.752C274.841,829.158,274.019,829.047,273.442,828.471z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M273.442,828.471l1.647,1.648l2.55-2.549
+ l-0.604-0.605l-1.753,1.752C274.841,829.158,274.019,829.047,273.442,828.471z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M273.442,828.471l1.647,1.648l2.55-2.549
+ l-0.604-0.605l-1.753,1.752C274.841,829.158,274.019,829.047,273.442,828.471z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M273.442,828.471l1.647,1.648l2.55-2.549
+ l-0.604-0.605l-1.753,1.752C274.841,829.158,274.019,829.047,273.442,828.471z"/>
+
+ <rect x="278.377" y="829.876" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -506.6147 441.7769)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.608" height="5.597"/>
+
+ <rect x="278.377" y="829.876" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -506.6147 441.7769)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.608" height="5.597"/>
+
+ <rect x="278.377" y="829.876" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -506.6147 441.7769)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.608" height="5.597"/>
+
+ <rect x="278.377" y="829.876" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -506.6147 441.7769)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.608" height="5.597"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M268.065,824.482
+ c0.29-0.223,0.658-0.286,0.997-0.188l0.101-0.102l-0.415-0.415l-0.692,0.693L268.065,824.482z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M268.065,824.482
+ c0.29-0.223,0.658-0.286,0.997-0.188l0.101-0.102l-0.415-0.415l-0.692,0.693L268.065,824.482z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M268.065,824.482
+ c0.29-0.223,0.658-0.286,0.997-0.188l0.101-0.102l-0.415-0.415l-0.692,0.693L268.065,824.482z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M268.065,824.482
+ c0.29-0.223,0.658-0.286,0.997-0.188l0.101-0.102l-0.415-0.415l-0.692,0.693L268.065,824.482z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M320.385,875.415l1.755-1.754
+ c0.439-0.438,0.328-1.265-0.25-1.841l-35.931-35.93l-2.549,2.551L320.385,875.415z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M320.385,875.415l1.755-1.754
+ c0.439-0.438,0.328-1.265-0.25-1.841l-35.931-35.93l-2.549,2.551L320.385,875.415z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M320.385,875.415l1.755-1.754
+ c0.439-0.438,0.328-1.265-0.25-1.841l-35.931-35.93l-2.549,2.551L320.385,875.415z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M320.385,875.415l1.755-1.754
+ c0.439-0.438,0.328-1.265-0.25-1.841l-35.931-35.93l-2.549,2.551L320.385,875.415z"/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="274.397,830.813 275.09,830.119
+ 273.442,828.471 270.883,825.912 270.189,826.605 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="274.397,830.813 275.09,830.119
+ 273.442,828.471 270.883,825.912 270.189,826.605 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="274.397,830.813 275.09,830.119
+ 273.442,828.471 270.883,825.912 270.189,826.605 "/>
+ <polygon display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " points="274.397,830.813 275.09,830.119
+ 273.442,828.471 270.883,825.912 270.189,826.605 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="274.397,830.813 275.09,830.119
+ 273.442,828.471 270.883,825.912 270.189,826.605 "/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M269.884,838.939l1.254,1.252
+ c0.439,0.44,0.439,1.154,0,1.594l-3.188,3.187l1.907,1.907l10.996-10.996l-3.957-3.957L269.884,838.939z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M269.884,838.939l1.254,1.252
+ c0.439,0.44,0.439,1.154,0,1.594l-3.188,3.187l1.907,1.907l10.996-10.996l-3.957-3.957L269.884,838.939z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M269.884,838.939l1.254,1.252
+ c0.439,0.44,0.439,1.154,0,1.594l-3.188,3.187l1.907,1.907l10.996-10.996l-3.957-3.957L269.884,838.939z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M269.884,838.939l1.254,1.252
+ c0.439,0.44,0.439,1.154,0,1.594l-3.188,3.187l1.907,1.907l10.996-10.996l-3.957-3.957L269.884,838.939z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M269.884,838.939l1.254,1.252
+ c0.439,0.44,0.439,1.154,0,1.594l-3.188,3.187l1.907,1.907l10.996-10.996l-3.957-3.957L269.884,838.939z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M269.063,824.294
+ c-0.339-0.098-0.707-0.035-0.997,0.188l0.403,0.405L269.063,824.294z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M269.063,824.294
+ c-0.339-0.098-0.707-0.035-0.997,0.188l0.403,0.405L269.063,824.294z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M269.063,824.294
+ c-0.339-0.098-0.707-0.035-0.997,0.188l0.403,0.405L269.063,824.294z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M269.063,824.294
+ c-0.339-0.098-0.707-0.035-0.997,0.188l0.403,0.405L269.063,824.294z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M269.063,824.294
+ c-0.339-0.098-0.707-0.035-0.997,0.188l0.403,0.405L269.063,824.294z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M272.413,849.437l8.128,8.127
+ c0.44,0.44,0.44,1.154,0.002,1.594l-4.304,4.302l0.837,0.839c0.161,0.159,0.138,0.444-0.052,0.632l-3.644,3.644l25.876,25.876
+ c0.578,0.577,1.402,0.688,1.846,0.248l19.281-19.284l-36.975-36.975L272.413,849.437z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M272.413,849.437l8.128,8.127
+ c0.44,0.44,0.44,1.154,0.002,1.594l-4.304,4.302l0.837,0.839c0.161,0.159,0.138,0.444-0.052,0.632l-3.644,3.644l25.876,25.876
+ c0.578,0.577,1.402,0.688,1.846,0.248l19.281-19.284l-36.975-36.975L272.413,849.437z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M272.413,849.437l8.128,8.127
+ c0.44,0.44,0.44,1.154,0.002,1.594l-4.304,4.302l0.837,0.839c0.161,0.159,0.138,0.444-0.052,0.632l-3.644,3.644l25.876,25.876
+ c0.578,0.577,1.402,0.688,1.846,0.248l19.281-19.284l-36.975-36.975L272.413,849.437z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M272.413,849.437l8.128,8.127
+ c0.44,0.44,0.44,1.154,0.002,1.594l-4.304,4.302l0.837,0.839c0.161,0.159,0.138,0.444-0.052,0.632l-3.644,3.644l25.876,25.876
+ c0.578,0.577,1.402,0.688,1.846,0.248l19.281-19.284l-36.975-36.975L272.413,849.437z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M272.413,849.437l8.128,8.127
+ c0.44,0.44,0.44,1.154,0.002,1.594l-4.304,4.302l0.837,0.839c0.161,0.159,0.138,0.444-0.052,0.632l-3.644,3.644l25.876,25.876
+ c0.578,0.577,1.402,0.688,1.846,0.248l19.281-19.284l-36.975-36.975L272.413,849.437z"/>
+
+ <rect x="251.482" y="826.039" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -510.6237 422.2122)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.635" height="2.783"/>
+
+ <rect x="251.482" y="826.039" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -510.6237 422.2122)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.635" height="2.783"/>
+
+ <rect x="251.482" y="826.039" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -510.6237 422.2122)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.635" height="2.783"/>
+
+ <rect x="251.482" y="826.039" transform="matrix(0.7071 -0.7072 0.7072 0.7071 -510.6237 422.2122)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.635" height="2.783"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M267.951,844.972l3.188-3.187
+ c0.439-0.44,0.439-1.154,0-1.594l-1.254-1.252l-3.983,3.983L267.951,844.972z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M267.951,844.972l3.188-3.187
+ c0.439-0.44,0.439-1.154,0-1.594l-1.254-1.252l-3.983,3.983L267.951,844.972z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M267.951,844.972l3.188-3.187
+ c0.439-0.44,0.439-1.154,0-1.594l-1.254-1.252l-3.983,3.983L267.951,844.972z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M267.951,844.972l3.188-3.187
+ c0.439-0.44,0.439-1.154,0-1.594l-1.254-1.252l-3.983,3.983L267.951,844.972z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M267.951,844.972l3.188-3.187
+ c0.439-0.44,0.439-1.154,0-1.594l-1.254-1.252l-3.983,3.983L267.951,844.972z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M267.951,844.972l3.188-3.187
+ c0.439-0.44,0.439-1.154,0-1.594l-1.254-1.252l-3.983,3.983L267.951,844.972z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M222.528,772.458l-7.563-7.562
+ c-0.576-0.577-1.398-0.688-1.841-0.248l-1.754,1.754l8.606,8.606L222.528,772.458z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M222.528,772.458l-7.563-7.562
+ c-0.576-0.577-1.398-0.688-1.841-0.248l-1.754,1.754l8.606,8.606L222.528,772.458z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M222.528,772.458l-7.563-7.562
+ c-0.576-0.577-1.398-0.688-1.841-0.248l-1.754,1.754l8.606,8.606L222.528,772.458z"/>
+
+ <rect x="239.36" y="765.436" transform="matrix(0.7072 -0.707 0.707 0.7072 -490.4929 402.8999)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="56.344"/>
+
+ <rect x="239.36" y="765.436" transform="matrix(0.7072 -0.707 0.707 0.7072 -490.4929 402.8999)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="56.344"/>
+
+ <rect x="239.36" y="765.436" transform="matrix(0.7072 -0.707 0.707 0.7072 -490.4929 402.8999)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="56.344"/>
+
+ <rect x="239.36" y="765.436" transform="matrix(0.7072 -0.707 0.707 0.7072 -490.4929 402.8999)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="56.344"/>
+
+ <rect x="265.042" y="814.805" transform="matrix(0.707 -0.7072 0.7072 0.707 -501.258 428.8057)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.607" height="9.013"/>
+
+ <rect x="265.042" y="814.805" transform="matrix(0.707 -0.7072 0.7072 0.707 -501.258 428.8057)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.607" height="9.013"/>
+
+ <rect x="265.042" y="814.805" transform="matrix(0.707 -0.7072 0.7072 0.707 -501.258 428.8057)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.607" height="9.013"/>
+
+ <rect x="265.042" y="814.805" transform="matrix(0.707 -0.7072 0.7072 0.707 -501.258 428.8057)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.607" height="9.013"/>
+
+ <rect x="268.437" y="822.412" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -502.5888 432.0534)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="0.587"/>
+
+ <rect x="268.437" y="822.412" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -502.5888 432.0534)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="0.587"/>
+
+ <rect x="268.437" y="822.412" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -502.5888 432.0534)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.606" height="0.587"/>
+
+ <rect x="268.437" y="822.412" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -502.5888 432.0534)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="0.587"/>
+
+ <rect x="268.437" y="822.412" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -502.5888 432.0534)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="0.587"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M273.442,828.471
+ c0.576,0.576,1.398,0.687,1.841,0.246l1.753-1.752l-3.604-3.602l-2.55,2.549L273.442,828.471z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M273.442,828.471
+ c0.576,0.576,1.398,0.687,1.841,0.246l1.753-1.752l-3.604-3.602l-2.55,2.549L273.442,828.471z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M273.442,828.471
+ c0.576,0.576,1.398,0.687,1.841,0.246l1.753-1.752l-3.604-3.602l-2.55,2.549L273.442,828.471z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M273.442,828.471
+ c0.576,0.576,1.398,0.687,1.841,0.246l1.753-1.752l-3.604-3.602l-2.55,2.549L273.442,828.471z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M273.442,828.471
+ c0.576,0.576,1.398,0.687,1.841,0.246l1.753-1.752l-3.604-3.602l-2.55,2.549L273.442,828.471z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M277.077,864.299l-0.837-0.839l-3.985,3.985
+ l1.128,1.13l3.644-3.644C277.214,864.743,277.238,864.459,277.077,864.299z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M277.077,864.299l-0.837-0.839l-3.985,3.985
+ l1.128,1.13l3.644-3.644C277.214,864.743,277.238,864.459,277.077,864.299z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M277.077,864.299l-0.837-0.839l-3.985,3.985
+ l1.128,1.13l3.644-3.644C277.214,864.743,277.238,864.459,277.077,864.299z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M277.077,864.299l-0.837-0.839l-3.985,3.985
+ l1.128,1.13l3.644-3.644C277.214,864.743,277.238,864.459,277.077,864.299z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M277.077,864.299l-0.837-0.839l-3.985,3.985
+ l1.128,1.13l3.644-3.644C277.214,864.743,277.238,864.459,277.077,864.299z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M277.077,864.299l-0.837-0.839l-3.985,3.985
+ l1.128,1.13l3.644-3.644C277.214,864.743,277.238,864.459,277.077,864.299z"/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="252.651,839.872 250.955,838.18
+ 246.973,842.162 248.666,843.857 249.463,843.059 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="252.651,839.872 250.955,838.18
+ 246.973,842.162 248.666,843.857 249.463,843.059 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="252.651,839.872 250.955,838.18
+ 246.973,842.162 248.666,843.857 249.463,843.059 "/>
+ <polygon display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " points="252.651,839.872 250.955,838.18
+ 246.973,842.162 248.666,843.857 249.463,843.059 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="252.651,839.872 250.955,838.18
+ 246.973,842.162 248.666,843.857 249.463,843.059 "/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.182,844.171
+ c-0.108-0.381-0.02-0.811,0.281-1.111l-0.797,0.797l0.416,0.416L249.182,844.171z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.182,844.171
+ c-0.108-0.381-0.02-0.811,0.281-1.111l-0.797,0.797l0.416,0.416L249.182,844.171z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.182,844.171
+ c-0.108-0.381-0.02-0.811,0.281-1.111l-0.797,0.797l0.416,0.416L249.182,844.171z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.182,844.171
+ c-0.108-0.381-0.02-0.811,0.281-1.111l-0.797,0.797l0.416,0.416L249.182,844.171z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M249.182,844.171
+ c-0.108-0.381-0.02-0.811,0.281-1.111l-0.797,0.797l0.416,0.416L249.182,844.171z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.182,844.171
+ c-0.108-0.381-0.02-0.811,0.281-1.111l-0.797,0.797l0.416,0.416L249.182,844.171z"/>
+
+ <rect x="252.678" y="842.875" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -523.1042 427.8232)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="5.095"/>
+
+ <rect x="252.678" y="842.875" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -523.1042 427.8232)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="5.095"/>
+
+ <rect x="252.678" y="842.875" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -523.1042 427.8232)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="5.095"/>
+
+ <rect x="252.678" y="842.875" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -523.1042 427.8232)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="4.507" height="5.095"/>
+
+ <rect x="252.678" y="842.875" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -523.1042 427.8232)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="5.095"/>
+
+ <rect x="252.678" y="842.875" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -523.1042 427.8232)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="4.507" height="5.095"/>
+
+ <rect x="252.678" y="842.875" transform="matrix(0.7072 -0.7071 0.7071 0.7072 -523.1042 427.8232)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="5.095"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.182,844.171l3.885-3.883l-0.415-0.416
+ l-3.188,3.188C249.163,843.36,249.073,843.789,249.182,844.171z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.182,844.171l3.885-3.883l-0.415-0.416
+ l-3.188,3.188C249.163,843.36,249.073,843.789,249.182,844.171z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.182,844.171l3.885-3.883l-0.415-0.416
+ l-3.188,3.188C249.163,843.36,249.073,843.789,249.182,844.171z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M249.182,844.171l3.885-3.883l-0.415-0.416
+ l-3.188,3.188C249.163,843.36,249.073,843.789,249.182,844.171z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.182,844.171l3.885-3.883l-0.415-0.416
+ l-3.188,3.188C249.163,843.36,249.073,843.789,249.182,844.171z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M249.182,844.171l3.885-3.883l-0.415-0.416
+ l-3.188,3.188C249.163,843.36,249.073,843.789,249.182,844.171z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.182,844.171l3.885-3.883l-0.415-0.416
+ l-3.188,3.188C249.163,843.36,249.073,843.789,249.182,844.171z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M239.067,826.977
+ c0.188-0.19,0.473-0.214,0.633-0.055l4.022,4.024l5.101-5.1l-15.687-15.683c-0.098-0.097-0.241-0.109-0.324-0.025l-8.935,8.934
+ l11.546,11.545L239.067,826.977z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M239.067,826.977
+ c0.188-0.19,0.473-0.214,0.633-0.055l4.022,4.024l5.101-5.1l-15.687-15.683c-0.098-0.097-0.241-0.109-0.324-0.025l-8.935,8.934
+ l11.546,11.545L239.067,826.977z"/>
+ <path display="inline" opacity="0.4" fill="#FEF4A5" enable-background="new " d="M239.067,826.977
+ c0.188-0.19,0.473-0.214,0.633-0.055l4.022,4.024l5.101-5.1l-15.687-15.683c-0.098-0.097-0.241-0.109-0.324-0.025l-8.935,8.934
+ l11.546,11.545L239.067,826.977z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M239.067,826.977
+ c0.188-0.19,0.473-0.214,0.633-0.055l4.022,4.024l5.101-5.1l-15.687-15.683c-0.098-0.097-0.241-0.109-0.324-0.025l-8.935,8.934
+ l11.546,11.545L239.067,826.977z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M248.433,835.284l4.913-4.912l-1.969-1.968
+ l-5.1,5.098l2.063,2.063C248.289,835.514,248.33,835.386,248.433,835.284z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M248.433,835.284l4.913-4.912l-1.969-1.968
+ l-5.1,5.098l2.063,2.063C248.289,835.514,248.33,835.386,248.433,835.284z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M248.433,835.284l4.913-4.912l-1.969-1.968
+ l-5.1,5.098l2.063,2.063C248.289,835.514,248.33,835.386,248.433,835.284z"/>
+ <path display="inline" opacity="0.4" fill="#FEF4A5" enable-background="new " d="M248.433,835.284l4.913-4.912l-1.969-1.968
+ l-5.1,5.098l2.063,2.063C248.289,835.514,248.33,835.386,248.433,835.284z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M248.433,835.284l4.913-4.912l-1.969-1.968
+ l-5.1,5.098l2.063,2.063C248.289,835.514,248.33,835.386,248.433,835.284z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M243.723,830.946l-4.022-4.024
+ c-0.16-0.16-0.443-0.136-0.633,0.055l-3.644,3.641l0.997,0.998l3.317,3.317L243.723,830.946z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M243.723,830.946l-4.022-4.024
+ c-0.16-0.16-0.443-0.136-0.633,0.055l-3.644,3.641l0.997,0.998l3.317,3.317L243.723,830.946z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M243.723,830.946l-4.022-4.024
+ c-0.16-0.16-0.443-0.136-0.633,0.055l-3.644,3.641l0.997,0.998l3.317,3.317L243.723,830.946z"/>
+ <path display="inline" opacity="0.4" fill="#FEF4A5" enable-background="new " d="M243.723,830.946l-4.022-4.024
+ c-0.16-0.16-0.443-0.136-0.633,0.055l-3.644,3.641l0.997,0.998l3.317,3.317L243.723,830.946z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M243.723,830.946l-4.022-4.024
+ c-0.16-0.16-0.443-0.136-0.633,0.055l-3.644,3.641l0.997,0.998l3.317,3.317L243.723,830.946z"/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="246.973,842.162 250.955,838.18
+ 248.342,835.565 246.278,833.502 242.293,837.485 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="246.973,842.162 250.955,838.18
+ 248.342,835.565 246.278,833.502 242.293,837.485 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="246.973,842.162 250.955,838.18
+ 248.342,835.565 246.278,833.502 242.293,837.485 "/>
+ <polygon display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " points="246.973,842.162 250.955,838.18
+ 248.342,835.565 246.278,833.502 242.293,837.485 "/>
+ <polygon display="inline" opacity="0.4" fill="#FEF4A5" enable-background="new " points="246.973,842.162 250.955,838.18
+ 248.342,835.565 246.278,833.502 242.293,837.485 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="246.973,842.162 250.955,838.18
+ 248.342,835.565 246.278,833.502 242.293,837.485 "/>
+
+ <rect x="262.738" y="847.079" transform="matrix(0.7072 -0.707 0.707 0.7072 -521.8393 436.6818)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.213" height="2.697"/>
+
+ <rect x="262.738" y="847.079" transform="matrix(0.7072 -0.707 0.707 0.7072 -521.8393 436.6818)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.213" height="2.697"/>
+
+ <rect x="262.738" y="847.079" transform="matrix(0.7072 -0.707 0.707 0.7072 -521.8393 436.6818)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.213" height="2.697"/>
+
+ <rect x="262.738" y="847.079" transform="matrix(0.7072 -0.707 0.707 0.7072 -521.8393 436.6818)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="7.213" height="2.697"/>
+
+ <rect x="262.738" y="847.079" transform="matrix(0.7072 -0.707 0.707 0.7072 -521.8393 436.6818)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.213" height="2.697"/>
+
+ <rect x="262.738" y="847.079" transform="matrix(0.7072 -0.707 0.707 0.7072 -521.8393 436.6818)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.213" height="2.697"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M276.24,863.46l4.304-4.302
+ c0.438-0.439,0.438-1.154-0.002-1.594l-8.128-8.127l-5.101,5.098L276.24,863.46z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M276.24,863.46l4.304-4.302
+ c0.438-0.439,0.438-1.154-0.002-1.594l-8.128-8.127l-5.101,5.098L276.24,863.46z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M276.24,863.46l4.304-4.302
+ c0.438-0.439,0.438-1.154-0.002-1.594l-8.128-8.127l-5.101,5.098L276.24,863.46z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M276.24,863.46l4.304-4.302
+ c0.438-0.439,0.438-1.154-0.002-1.594l-8.128-8.127l-5.101,5.098L276.24,863.46z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M276.24,863.46l4.304-4.302
+ c0.438-0.439,0.438-1.154-0.002-1.594l-8.128-8.127l-5.101,5.098L276.24,863.46z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M276.24,863.46l4.304-4.302
+ c0.438-0.439,0.438-1.154-0.002-1.594l-8.128-8.127l-5.101,5.098L276.24,863.46z"/>
+
+ <rect x="262.973" y="842.882" transform="matrix(0.7069 0.7073 -0.7073 0.7069 676.1919 61.0529)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="7.212"/>
+
+ <rect x="262.973" y="842.882" transform="matrix(0.7069 0.7073 -0.7073 0.7069 676.1919 61.0529)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="7.212"/>
+
+ <rect x="262.973" y="842.882" transform="matrix(0.7069 0.7073 -0.7073 0.7069 676.1919 61.0529)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="7.212"/>
+
+ <rect x="262.973" y="842.882" transform="matrix(0.7069 0.7073 -0.7073 0.7069 676.1919 61.0529)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="2.901" height="7.212"/>
+
+ <rect x="262.973" y="842.882" transform="matrix(0.7069 0.7073 -0.7073 0.7069 676.1919 61.0529)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="7.212"/>
+
+ <rect x="262.973" y="842.882" transform="matrix(0.7069 0.7073 -0.7073 0.7069 676.1919 61.0529)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="7.212"/>
+
+ <rect x="262.973" y="842.882" transform="matrix(0.7069 0.7073 -0.7073 0.7069 676.1919 61.0529)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="7.212"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M264.126,857.722l3.028,3.029
+ c0.439,0.44,0.438,1.155,0,1.594l5.1,5.1l3.985-3.985l-8.927-8.925L264.126,857.722z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M264.126,857.722l3.028,3.029
+ c0.439,0.44,0.438,1.155,0,1.594l5.1,5.1l3.985-3.985l-8.927-8.925L264.126,857.722z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M264.126,857.722l3.028,3.029
+ c0.439,0.44,0.438,1.155,0,1.594l5.1,5.1l3.985-3.985l-8.927-8.925L264.126,857.722z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M264.126,857.722l3.028,3.029
+ c0.439,0.44,0.438,1.155,0,1.594l5.1,5.1l3.985-3.985l-8.927-8.925L264.126,857.722z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M264.126,857.722l3.028,3.029
+ c0.439,0.44,0.438,1.155,0,1.594l5.1,5.1l3.985-3.985l-8.927-8.925L264.126,857.722z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M264.126,857.722l3.028,3.029
+ c0.439,0.44,0.438,1.155,0,1.594l5.1,5.1l3.985-3.985l-8.927-8.925L264.126,857.722z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M264.126,857.722l3.028,3.029
+ c0.439,0.44,0.438,1.155,0,1.594l5.1,5.1l3.985-3.985l-8.927-8.925L264.126,857.722z"/>
+
+ <rect x="260.893" y="850.363" transform="matrix(0.7069 0.7073 -0.7073 0.7069 679.9016 64.4)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.697" height="4.507"/>
+
+ <rect x="260.893" y="850.363" transform="matrix(0.7069 0.7073 -0.7073 0.7069 679.9016 64.4)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.697" height="4.507"/>
+
+ <rect x="260.893" y="850.363" transform="matrix(0.7069 0.7073 -0.7073 0.7069 679.9016 64.4)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.697" height="4.507"/>
+
+ <rect x="260.893" y="850.363" transform="matrix(0.7069 0.7073 -0.7073 0.7069 679.9016 64.4)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="2.697" height="4.507"/>
+
+ <rect x="260.893" y="850.363" transform="matrix(0.7069 0.7073 -0.7073 0.7069 679.9016 64.4)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="2.697" height="4.507"/>
+
+ <rect x="260.893" y="850.363" transform="matrix(0.7069 0.7073 -0.7073 0.7069 679.9016 64.4)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.697" height="4.507"/>
+
+ <rect x="260.893" y="850.363" transform="matrix(0.7069 0.7073 -0.7073 0.7069 679.9016 64.4)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.697" height="4.507"/>
+
+ <rect x="256.632" y="845.278" transform="matrix(0.7082 0.706 -0.706 0.7082 673.3266 65.7947)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.856" height="4.507"/>
+
+ <rect x="256.632" y="845.278" transform="matrix(0.7082 0.706 -0.706 0.7082 673.3266 65.7947)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.856" height="4.507"/>
+
+ <rect x="256.632" y="845.278" transform="matrix(0.7082 0.706 -0.706 0.7082 673.3266 65.7947)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.856" height="4.507"/>
+
+ <rect x="256.632" y="845.278" transform="matrix(0.7082 0.706 -0.706 0.7082 673.3266 65.7947)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="0.856" height="4.507"/>
+
+ <rect x="256.632" y="845.278" transform="matrix(0.7082 0.706 -0.706 0.7082 673.3266 65.7947)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.856" height="4.507"/>
+
+ <rect x="256.632" y="845.278" transform="matrix(0.7082 0.706 -0.706 0.7082 673.3266 65.7947)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="0.856" height="4.507"/>
+
+ <rect x="256.632" y="845.278" transform="matrix(0.7082 0.706 -0.706 0.7082 673.3266 65.7947)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.856" height="4.507"/>
+
+ <rect x="256.632" y="845.278" transform="matrix(0.7082 0.706 -0.706 0.7082 673.3266 65.7947)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.856" height="4.507"/>
+
+ <rect x="257.916" y="849.208" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -525.3049 433.1198)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.508" height="2.901"/>
+
+ <rect x="257.916" y="849.208" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -525.3049 433.1198)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.508" height="2.901"/>
+
+ <rect x="257.916" y="849.208" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -525.3049 433.1198)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.508" height="2.901"/>
+
+ <rect x="257.916" y="849.208" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -525.3049 433.1198)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="4.508" height="2.901"/>
+
+ <rect x="257.916" y="849.208" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -525.3049 433.1198)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.508" height="2.901"/>
+
+ <rect x="257.916" y="849.208" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -525.3049 433.1198)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="4.508" height="2.901"/>
+
+ <rect x="257.916" y="849.208" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -525.3049 433.1198)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.508" height="2.901"/>
+
+ <rect x="257.916" y="849.208" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -525.3049 433.1198)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.508" height="2.901"/>
+
+ <rect x="252.438" y="844.875" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1031.1177 1267.7417)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.127" height="5.095"/>
+
+ <rect x="252.438" y="844.875" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1031.1177 1267.7417)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.127" height="5.095"/>
+
+ <rect x="252.438" y="844.875" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1031.1177 1267.7417)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.127" height="5.095"/>
+
+ <rect x="252.438" y="844.875" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1031.1177 1267.7417)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="1.127" height="5.095"/>
+
+ <rect x="252.438" y="844.875" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1031.1177 1267.7417)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.127" height="5.095"/>
+
+ <rect x="252.438" y="844.875" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1031.1177 1267.7417)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="1.127" height="5.095"/>
+
+ <rect x="252.438" y="844.875" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1031.1177 1267.7417)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.127" height="5.095"/>
+
+ <rect x="252.438" y="844.875" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1031.1177 1267.7417)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.127" height="5.095"/>
+
+ <rect x="259.651" y="853.233" transform="matrix(0.7082 -0.706 0.706 0.7082 -527.4216 433.0966)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.129" height="2.697"/>
+
+ <rect x="259.651" y="853.233" transform="matrix(0.7082 -0.706 0.706 0.7082 -527.4216 433.0966)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.129" height="2.697"/>
+
+ <rect x="259.651" y="853.233" transform="matrix(0.7082 -0.706 0.706 0.7082 -527.4216 433.0966)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.129" height="2.697"/>
+
+ <rect x="259.651" y="853.233" transform="matrix(0.7082 -0.706 0.706 0.7082 -527.4216 433.0966)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="1.129" height="2.697"/>
+
+ <rect x="259.651" y="853.233" transform="matrix(0.7082 -0.706 0.706 0.7082 -527.4216 433.0966)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="1.129" height="2.697"/>
+
+ <rect x="259.651" y="853.233" transform="matrix(0.7082 -0.706 0.706 0.7082 -527.4216 433.0966)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.129" height="2.697"/>
+
+ <rect x="259.651" y="853.233" transform="matrix(0.7082 -0.706 0.706 0.7082 -527.4216 433.0966)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.129" height="2.697"/>
+
+ <rect x="259.651" y="853.233" transform="matrix(0.7082 -0.706 0.706 0.7082 -527.4216 433.0966)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.129" height="2.697"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M267.155,862.345
+ c0.438-0.439,0.439-1.154,0-1.594l-3.028-3.029l-0.798,0.797L267.155,862.345z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M267.155,862.345
+ c0.438-0.439,0.439-1.154,0-1.594l-3.028-3.029l-0.798,0.797L267.155,862.345z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M267.155,862.345
+ c0.438-0.439,0.439-1.154,0-1.594l-3.028-3.029l-0.798,0.797L267.155,862.345z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M267.155,862.345
+ c0.438-0.439,0.439-1.154,0-1.594l-3.028-3.029l-0.798,0.797L267.155,862.345z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M267.155,862.345
+ c0.438-0.439,0.439-1.154,0-1.594l-3.028-3.029l-0.798,0.797L267.155,862.345z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M267.155,862.345
+ c0.438-0.439,0.439-1.154,0-1.594l-3.028-3.029l-0.798,0.797L267.155,862.345z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M267.155,862.345
+ c0.438-0.439,0.439-1.154,0-1.594l-3.028-3.029l-0.798,0.797L267.155,862.345z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M267.155,862.345
+ c0.438-0.439,0.439-1.154,0-1.594l-3.028-3.029l-0.798,0.797L267.155,862.345z"/>
+
+ <rect x="256.771" y="852.087" transform="matrix(0.7073 0.7069 -0.7069 0.7073 678.36 67.0455)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="1.128"/>
+
+ <rect x="256.771" y="852.087" transform="matrix(0.7073 0.7069 -0.7069 0.7073 678.36 67.0455)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="1.128"/>
+
+ <rect x="256.771" y="852.087" transform="matrix(0.7073 0.7069 -0.7069 0.7073 678.36 67.0455)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="1.128"/>
+
+ <rect x="256.771" y="852.087" transform="matrix(0.7073 0.7069 -0.7069 0.7073 678.36 67.0455)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="2.901" height="1.128"/>
+
+ <rect x="256.771" y="852.087" transform="matrix(0.7073 0.7069 -0.7069 0.7073 678.36 67.0455)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="1.128"/>
+
+ <rect x="256.771" y="852.087" transform="matrix(0.7073 0.7069 -0.7069 0.7073 678.36 67.0455)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="2.901" height="1.128"/>
+
+ <rect x="256.771" y="852.087" transform="matrix(0.7073 0.7069 -0.7069 0.7073 678.36 67.0455)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="1.128"/>
+
+ <rect x="256.771" y="852.087" transform="matrix(0.7073 0.7069 -0.7069 0.7073 678.36 67.0455)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="1.128"/>
+
+ <rect x="256.771" y="852.087" transform="matrix(0.7073 0.7069 -0.7069 0.7073 678.36 67.0455)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.901" height="1.128"/>
+
+ <rect x="254.682" y="848.943" transform="matrix(0.7071 0.7071 -0.7071 0.7071 675.4125 68.4251)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="1.129"/>
+
+ <rect x="254.682" y="848.943" transform="matrix(0.7071 0.7071 -0.7071 0.7071 675.4125 68.4251)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="1.129"/>
+
+ <rect x="254.682" y="848.943" transform="matrix(0.7071 0.7071 -0.7071 0.7071 675.4125 68.4251)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="1.129"/>
+
+ <rect x="254.682" y="848.943" transform="matrix(0.7071 0.7071 -0.7071 0.7071 675.4125 68.4251)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="0.855" height="1.129"/>
+
+ <rect x="254.682" y="848.943" transform="matrix(0.7071 0.7071 -0.7071 0.7071 675.4125 68.4251)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="1.129"/>
+
+ <rect x="254.682" y="848.943" transform="matrix(0.7071 0.7071 -0.7071 0.7071 675.4125 68.4251)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="0.855" height="1.129"/>
+
+ <rect x="254.682" y="848.943" transform="matrix(0.7071 0.7071 -0.7071 0.7071 675.4125 68.4251)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="1.129"/>
+
+ <rect x="254.682" y="848.943" transform="matrix(0.7071 0.7071 -0.7071 0.7071 675.4125 68.4251)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="1.129"/>
+
+ <rect x="254.682" y="848.943" transform="matrix(0.7071 0.7071 -0.7071 0.7071 675.4125 68.4251)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.855" height="1.129"/>
+
+ <rect x="219.335" y="895.558" transform="matrix(0.7071 0.7071 -0.7071 0.7071 704.3455 94.2813)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="38.061" height="3.606"/>
+
+ <rect x="219.335" y="895.558" transform="matrix(0.7071 0.7071 -0.7071 0.7071 704.3455 94.2813)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="38.061" height="3.606"/>
+
+ <rect x="219.335" y="895.558" transform="matrix(0.7071 0.7071 -0.7071 0.7071 704.3455 94.2813)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="38.061" height="3.606"/>
+
+ <rect x="219.237" y="877.052" transform="matrix(-0.7068 0.7074 -0.7074 -0.7068 999.7903 1345.7028)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="5.95"/>
+
+ <rect x="219.237" y="877.052" transform="matrix(-0.7068 0.7074 -0.7074 -0.7068 999.7903 1345.7028)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="5.95"/>
+
+ <rect x="219.237" y="877.052" transform="matrix(-0.7068 0.7074 -0.7074 -0.7068 999.7903 1345.7028)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="5.95"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M292.335,912.39l1.779,1.779
+ c0.705-0.566,1.4-1.144,2.095-1.732l-1.963-1.959L292.335,912.39z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M292.335,912.39l1.779,1.779
+ c0.705-0.566,1.4-1.144,2.095-1.732l-1.963-1.959L292.335,912.39z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M292.335,912.39l1.779,1.779
+ c0.705-0.566,1.4-1.144,2.095-1.732l-1.963-1.959L292.335,912.39z"/>
+
+ <rect x="220.991" y="872.574" transform="matrix(-0.7073 0.7069 -0.7069 -0.7073 1003.8918 1335.4131)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="5.954"/>
+
+ <rect x="220.991" y="872.574" transform="matrix(-0.7073 0.7069 -0.7069 -0.7073 1003.8918 1335.4131)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="5.954"/>
+
+ <rect x="220.991" y="872.574" transform="matrix(-0.7073 0.7069 -0.7069 -0.7073 1003.8918 1335.4131)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="5.954"/>
+
+ <rect x="220.991" y="872.574" transform="matrix(-0.7073 0.7069 -0.7069 -0.7073 1003.8918 1335.4131)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="5.954"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M248.817,892.561l-16.279-16.277
+ l-6.322,6.324l26.914,26.914l17.371-17.37c0.441-0.442,1.153-0.442,1.595-0.002l20.24,20.241l1.911-1.912l-31.383-31.386
+ l-13.414,13.416C249.259,892.697,248.978,892.721,248.817,892.561z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M248.817,892.561l-16.279-16.277
+ l-6.322,6.324l26.914,26.914l17.371-17.37c0.441-0.442,1.153-0.442,1.595-0.002l20.24,20.241l1.911-1.912l-31.383-31.386
+ l-13.414,13.416C249.259,892.697,248.978,892.721,248.817,892.561z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M248.817,892.561l-16.279-16.277
+ l-6.322,6.324l26.914,26.914l17.371-17.37c0.441-0.442,1.153-0.442,1.595-0.002l20.24,20.241l1.911-1.912l-31.383-31.386
+ l-13.414,13.416C249.259,892.697,248.978,892.721,248.817,892.561z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M248.817,892.561l-16.279-16.277
+ l-6.322,6.324l26.914,26.914l17.371-17.37c0.441-0.442,1.153-0.442,1.595-0.002l20.24,20.241l1.911-1.912l-31.383-31.386
+ l-13.414,13.416C249.259,892.697,248.978,892.721,248.817,892.561z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M211.694,868.084l-2.424,2.425
+ c0.083,0.242,0.229,0.48,0.438,0.689l5.809,5.809l2.551-2.55L211.694,868.084z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M211.694,868.084l-2.424,2.425
+ c0.083,0.242,0.229,0.48,0.438,0.689l5.809,5.809l2.551-2.55L211.694,868.084z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M211.694,868.084l-2.424,2.425
+ c0.083,0.242,0.229,0.48,0.438,0.689l5.809,5.809l2.551-2.55L211.694,868.084z"/>
+
+ <rect x="213.575" y="863.645" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 986.1202 1327.816)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.941" height="9.012"/>
+
+ <rect x="213.575" y="863.645" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 986.1202 1327.816)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.941" height="9.012"/>
+
+ <rect x="213.575" y="863.645" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 986.1202 1327.816)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="8.941" height="9.012"/>
+
+ <rect x="213.575" y="863.645" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 986.1202 1327.816)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.941" height="9.012"/>
+
+ <rect x="216.736" y="874.119" transform="matrix(-0.7088 -0.7054 0.7054 -0.7088 -247.061 1649.8473)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.588" height="3.605"/>
+
+ <rect x="216.736" y="874.119" transform="matrix(-0.7088 -0.7054 0.7054 -0.7088 -247.061 1649.8473)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.588" height="3.605"/>
+
+ <rect x="216.736" y="874.119" transform="matrix(-0.7088 -0.7054 0.7054 -0.7088 -247.061 1649.8473)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="0.588" height="3.605"/>
+
+ <rect x="216.736" y="874.119" transform="matrix(-0.7088 -0.7054 0.7054 -0.7088 -247.061 1649.8473)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.588" height="3.605"/>
+
+ <rect x="216.974" y="871.262" transform="matrix(-0.707 0.7072 -0.7072 -0.707 994.3863 1331.135)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="0.588"/>
+
+ <rect x="216.974" y="871.262" transform="matrix(-0.707 0.7072 -0.7072 -0.707 994.3863 1331.135)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="0.588"/>
+
+ <rect x="216.974" y="871.262" transform="matrix(-0.707 0.7072 -0.7072 -0.707 994.3863 1331.135)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="0.588"/>
+
+ <rect x="216.974" y="871.262" transform="matrix(-0.707 0.7072 -0.7072 -0.707 994.3863 1331.135)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="8.944" height="0.588"/>
+
+ <rect x="216.974" y="871.262" transform="matrix(-0.707 0.7072 -0.7072 -0.707 994.3863 1331.135)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.944" height="0.588"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M250.579,912.069l17.053,17.054
+ c1.229-0.453,2.452-0.929,3.668-1.433l-18.17-18.169L250.579,912.069z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M250.579,912.069l17.053,17.054
+ c1.229-0.453,2.452-0.929,3.668-1.433l-18.17-18.169L250.579,912.069z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M250.579,912.069l17.053,17.054
+ c1.229-0.453,2.452-0.929,3.668-1.433l-18.17-18.169L250.579,912.069z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M250.579,912.069l17.053,17.054
+ c1.229-0.453,2.452-0.929,3.668-1.433l-18.17-18.169L250.579,912.069z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M282.696,922.03
+ c3.948-2.31,7.768-4.929,11.419-7.86l-1.779-1.779L282.696,922.03z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M282.696,922.03
+ c3.948-2.31,7.768-4.929,11.419-7.86l-1.779-1.779L282.696,922.03z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M282.696,922.03
+ c3.948-2.31,7.768-4.929,11.419-7.86l-1.779-1.779L282.696,922.03z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M282.696,922.03
+ c3.948-2.31,7.768-4.929,11.419-7.86l-1.779-1.779L282.696,922.03z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M272.095,892.149
+ c-0.44-0.44-1.152-0.44-1.595,0.002l-17.371,17.37l18.17,18.169c3.895-1.614,7.702-3.5,11.396-5.66l9.64-9.64L272.095,892.149z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M272.095,892.149
+ c-0.44-0.44-1.152-0.44-1.595,0.002l-17.371,17.37l18.17,18.169c3.895-1.614,7.702-3.5,11.396-5.66l9.64-9.64L272.095,892.149z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M272.095,892.149
+ c-0.44-0.44-1.152-0.44-1.595,0.002l-17.371,17.37l18.17,18.169c3.895-1.614,7.702-3.5,11.396-5.66l9.64-9.64L272.095,892.149z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M272.095,892.149
+ c-0.44-0.44-1.152-0.44-1.595,0.002l-17.371,17.37l18.17,18.169c3.895-1.614,7.702-3.5,11.396-5.66l9.64-9.64L272.095,892.149z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M272.095,892.149
+ c-0.44-0.44-1.152-0.44-1.595,0.002l-17.371,17.37l18.17,18.169c3.895-1.614,7.702-3.5,11.396-5.66l9.64-9.64L272.095,892.149z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M250.579,878.919
+ c-0.439,0.441-1.153,0.441-1.594,0l-9.543-9.541l-6.904,6.904l16.279,16.277c0.16,0.161,0.441,0.136,0.633-0.052l13.414-13.416
+ l-6.23-6.228L250.579,878.919z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M250.579,878.919
+ c-0.439,0.441-1.153,0.441-1.594,0l-9.543-9.541l-6.904,6.904l16.279,16.277c0.16,0.161,0.441,0.136,0.633-0.052l13.414-13.416
+ l-6.23-6.228L250.579,878.919z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M250.579,878.919
+ c-0.439,0.441-1.153,0.441-1.594,0l-9.543-9.541l-6.904,6.904l16.279,16.277c0.16,0.161,0.441,0.136,0.633-0.052l13.414-13.416
+ l-6.23-6.228L250.579,878.919z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M250.579,878.919
+ c-0.439,0.441-1.153,0.441-1.594,0l-9.543-9.541l-6.904,6.904l16.279,16.277c0.16,0.161,0.441,0.136,0.633-0.052l13.414-13.416
+ l-6.23-6.228L250.579,878.919z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M250.579,878.919
+ c-0.439,0.441-1.153,0.441-1.594,0l-9.543-9.541l-6.904,6.904l16.279,16.277c0.16,0.161,0.441,0.136,0.633-0.052l13.414-13.416
+ l-6.23-6.228L250.579,878.919z"/>
+
+ <rect x="229.159" y="864.027" transform="matrix(0.7069 0.7073 -0.7073 0.7069 682.5836 90.4584)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.951" height="9.766"/>
+
+ <rect x="229.159" y="864.027" transform="matrix(0.7069 0.7073 -0.7073 0.7069 682.5836 90.4584)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.951" height="9.766"/>
+
+ <rect x="229.159" y="864.027" transform="matrix(0.7069 0.7073 -0.7073 0.7069 682.5836 90.4584)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.951" height="9.766"/>
+
+ <rect x="229.159" y="864.027" transform="matrix(0.7069 0.7073 -0.7073 0.7069 682.5836 90.4584)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="5.951" height="9.766"/>
+
+ <rect x="229.159" y="864.027" transform="matrix(0.7069 0.7073 -0.7073 0.7069 682.5836 90.4584)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.951" height="9.766"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M232.336,848.568
+ c-0.207-0.209-0.445-0.354-0.688-0.438l-13.634,13.632l6.373,6.371l13.759-13.757L232.336,848.568z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M232.336,848.568
+ c-0.207-0.209-0.445-0.354-0.688-0.438l-13.634,13.632l6.373,6.371l13.759-13.757L232.336,848.568z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M232.336,848.568
+ c-0.207-0.209-0.445-0.354-0.688-0.438l-13.634,13.632l6.373,6.371l13.759-13.757L232.336,848.568z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M232.336,848.568
+ c-0.207-0.209-0.445-0.354-0.688-0.438l-13.634,13.632l6.373,6.371l13.759-13.757L232.336,848.568z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M232.336,848.568
+ c-0.207-0.209-0.445-0.354-0.688-0.438l-13.634,13.632l6.373,6.371l13.759-13.757L232.336,848.568z"/>
+
+ <rect x="221.725" y="861.137" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1004.239 1306.8928)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="19.456" height="0.588"/>
+
+ <rect x="221.725" y="861.137" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1004.239 1306.8928)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="19.456" height="0.588"/>
+
+ <rect x="221.725" y="861.137" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1004.239 1306.8928)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="19.456" height="0.588"/>
+
+ <rect x="221.725" y="861.137" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1004.239 1306.8928)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="19.456" height="0.588"/>
+
+ <rect x="221.725" y="861.137" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1004.239 1306.8928)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="19.456" height="0.588"/>
+
+ <rect x="221.725" y="861.137" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1004.239 1306.8928)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="19.456" height="0.588"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M246.592,875.257
+ c-0.284,0.286-0.526,0.501-0.542,0.487l-2.5-2.502c-0.017-0.014,0.2-0.256,0.485-0.54l6.219-6.22l-3.959-3.956l-6.854,6.853
+ l9.543,9.541c0.439,0.441,1.153,0.441,1.594,0l6.055-6.055l-3.821-3.825L246.592,875.257z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M246.592,875.257
+ c-0.284,0.286-0.526,0.501-0.542,0.487l-2.5-2.502c-0.017-0.014,0.2-0.256,0.485-0.54l6.219-6.22l-3.959-3.956l-6.854,6.853
+ l9.543,9.541c0.439,0.441,1.153,0.441,1.594,0l6.055-6.055l-3.821-3.825L246.592,875.257z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M246.592,875.257
+ c-0.284,0.286-0.526,0.501-0.542,0.487l-2.5-2.502c-0.017-0.014,0.2-0.256,0.485-0.54l6.219-6.22l-3.959-3.956l-6.854,6.853
+ l9.543,9.541c0.439,0.441,1.153,0.441,1.594,0l6.055-6.055l-3.821-3.825L246.592,875.257z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M246.592,875.257
+ c-0.284,0.286-0.526,0.501-0.542,0.487l-2.5-2.502c-0.017-0.014,0.2-0.256,0.485-0.54l6.219-6.22l-3.959-3.956l-6.854,6.853
+ l9.543,9.541c0.439,0.441,1.153,0.441,1.594,0l6.055-6.055l-3.821-3.825L246.592,875.257z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M246.592,875.257
+ c-0.284,0.286-0.526,0.501-0.542,0.487l-2.5-2.502c-0.017-0.014,0.2-0.256,0.485-0.54l6.219-6.22l-3.959-3.956l-6.854,6.853
+ l9.543,9.541c0.439,0.441,1.153,0.441,1.594,0l6.055-6.055l-3.821-3.825L246.592,875.257z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M246.592,875.257
+ c-0.284,0.286-0.526,0.501-0.542,0.487l-2.5-2.502c-0.017-0.014,0.2-0.256,0.485-0.54l6.219-6.22l-3.959-3.956l-6.854,6.853
+ l9.543,9.541c0.439,0.441,1.153,0.441,1.594,0l6.055-6.055l-3.821-3.825L246.592,875.257z"/>
+
+ <rect x="235.971" y="857.212" transform="matrix(0.7074 0.7069 -0.7069 0.7074 679.2819 83.3775)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.95" height="9.692"/>
+
+ <rect x="235.971" y="857.212" transform="matrix(0.7074 0.7069 -0.7069 0.7074 679.2819 83.3775)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.95" height="9.692"/>
+
+ <rect x="235.971" y="857.212" transform="matrix(0.7074 0.7069 -0.7069 0.7074 679.2819 83.3775)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.95" height="9.692"/>
+
+ <rect x="235.971" y="857.212" transform="matrix(0.7074 0.7069 -0.7069 0.7074 679.2819 83.3775)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="5.95" height="9.692"/>
+
+ <rect x="235.971" y="857.212" transform="matrix(0.7074 0.7069 -0.7069 0.7074 679.2819 83.3775)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.95" height="9.692"/>
+
+ <rect x="235.971" y="857.212" transform="matrix(0.7074 0.7069 -0.7069 0.7074 679.2819 83.3775)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.95" height="9.692"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M178.33,799.444l-17.339-17.338
+ c-7.124,9.021-12.367,19.04-15.73,29.531l10.439,10.439L178.33,799.444z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M178.33,799.444l-17.339-17.338
+ c-7.124,9.021-12.367,19.04-15.73,29.531l10.439,10.439L178.33,799.444z"/>
+
+ <rect x="166.135" y="796.961" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 -285.8531 1507.522)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="6.313" height="32.005"/>
+
+ <rect x="166.135" y="796.961" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 -285.8531 1507.522)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="6.313" height="32.005"/>
+
+ <rect x="166.135" y="796.961" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 -285.8531 1507.522)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="6.313" height="32.005"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M170.094,824.894l16.844-16.843l-4.145-4.143
+ l-22.632,22.63l38.932,38.93c0.409,0.407,1.098,0.384,1.536-0.058l4.195-4.196l-34.73-34.728
+ C169.655,826.047,169.655,825.334,170.094,824.894z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M170.094,824.894l16.844-16.843l-4.145-4.143
+ l-22.632,22.63l38.932,38.93c0.409,0.407,1.098,0.384,1.536-0.058l4.195-4.196l-34.73-34.728
+ C169.655,826.047,169.655,825.334,170.094,824.894z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M170.094,824.894l16.844-16.843l-4.145-4.143
+ l-22.632,22.63l38.932,38.93c0.409,0.407,1.098,0.384,1.536-0.058l4.195-4.196l-34.73-34.728
+ C169.655,826.047,169.655,825.334,170.094,824.894z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M170.094,824.894l16.844-16.843l-4.145-4.143
+ l-22.632,22.63l38.932,38.93c0.409,0.407,1.098,0.384,1.536-0.058l4.195-4.196l-34.73-34.728
+ C169.655,826.047,169.655,825.334,170.094,824.894z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M221.668,844.374
+ c0.438-0.442,0.465-1.128,0.053-1.537l-34.783-34.786l-16.844,16.843c-0.438,0.44-0.438,1.153,0,1.594l34.73,34.728l6.666-6.667
+ L221.668,844.374z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M221.668,844.374
+ c0.438-0.442,0.465-1.128,0.053-1.537l-34.783-34.786l-16.844,16.843c-0.438,0.44-0.438,1.153,0,1.594l34.73,34.728l6.666-6.667
+ L221.668,844.374z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M221.668,844.374
+ c0.438-0.442,0.465-1.128,0.053-1.537l-34.783-34.786l-16.844,16.843c-0.438,0.44-0.438,1.153,0,1.594l34.73,34.728l6.666-6.667
+ L221.668,844.374z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M221.668,844.374
+ c0.438-0.442,0.465-1.128,0.053-1.537l-34.783-34.786l-16.844,16.843c-0.438,0.44-0.438,1.153,0,1.594l34.73,34.728l6.666-6.667
+ L221.668,844.374z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M221.668,844.374
+ c0.438-0.442,0.465-1.128,0.053-1.537l-34.783-34.786l-16.844,16.843c-0.438,0.44-0.438,1.153,0,1.594l34.73,34.728l6.666-6.667
+ L221.668,844.374z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M267.951,824.574l0.104-0.104l-4.309-4.308
+ c-0.054-0.053-0.181-0.012-0.281,0.091l-6.135,6.132l4.405,4.403L267.951,824.574z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M267.951,824.574l0.104-0.104l-4.309-4.308
+ c-0.054-0.053-0.181-0.012-0.281,0.091l-6.135,6.132l4.405,4.403L267.951,824.574z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M267.951,824.574l0.104-0.104l-4.309-4.308
+ c-0.054-0.053-0.181-0.012-0.281,0.091l-6.135,6.132l4.405,4.403L267.951,824.574z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M267.951,824.574l0.104-0.104l-4.309-4.308
+ c-0.054-0.053-0.181-0.012-0.281,0.091l-6.135,6.132l4.405,4.403L267.951,824.574z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M268.065,824.482l-0.011-0.011l-0.104,0.104
+ C267.986,824.54,268.026,824.512,268.065,824.482z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M268.065,824.482l-0.011-0.011l-0.104,0.104
+ C267.986,824.54,268.026,824.512,268.065,824.482z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M268.065,824.482l-0.011-0.011l-0.104,0.104
+ C267.986,824.54,268.026,824.512,268.065,824.482z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M268.065,824.482l-0.011-0.011l-0.104,0.104
+ C267.986,824.54,268.026,824.512,268.065,824.482z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M268.065,824.482l-0.011-0.011l-0.104,0.104
+ C267.986,824.54,268.026,824.512,268.065,824.482z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M261.736,830.79l0.415,0.415l6.317-6.318
+ l-0.403-0.405c-0.039,0.031-0.079,0.059-0.114,0.093L261.736,830.79z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M261.736,830.79l0.415,0.415l6.317-6.318
+ l-0.403-0.405c-0.039,0.031-0.079,0.059-0.114,0.093L261.736,830.79z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M261.736,830.79l0.415,0.415l6.317-6.318
+ l-0.403-0.405c-0.039,0.031-0.079,0.059-0.114,0.093L261.736,830.79z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M261.736,830.79l0.415,0.415l6.317-6.318
+ l-0.403-0.405c-0.039,0.031-0.079,0.059-0.114,0.093L261.736,830.79z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M261.736,830.79l0.415,0.415l6.317-6.318
+ l-0.403-0.405c-0.039,0.031-0.079,0.059-0.114,0.093L261.736,830.79z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M261.736,830.79l0.415,0.415l6.317-6.318
+ l-0.403-0.405c-0.039,0.031-0.079,0.059-0.114,0.093L261.736,830.79z"/>
+
+ <rect x="264.602" y="828.913" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -509.4404 433.9464)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.939" height="5.951"/>
+
+ <rect x="264.602" y="828.913" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -509.4404 433.9464)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.939" height="5.951"/>
+
+ <rect x="264.602" y="828.913" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -509.4404 433.9464)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.939" height="5.951"/>
+
+ <rect x="264.602" y="828.913" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -509.4404 433.9464)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="8.939" height="5.951"/>
+
+ <rect x="264.602" y="828.913" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -509.4404 433.9464)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.939" height="5.951"/>
+
+ <rect x="264.602" y="828.913" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -509.4404 433.9464)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="8.939" height="5.951"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M255.905,833.23l-4.949,4.95l1.695,1.691
+ l9.085-9.082l-4.405-4.403l-3.984,3.985l2.533,2.534C255.979,833.002,255.989,833.148,255.905,833.23z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M255.905,833.23l-4.949,4.95l1.695,1.691
+ l9.085-9.082l-4.405-4.403l-3.984,3.985l2.533,2.534C255.979,833.002,255.989,833.148,255.905,833.23z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M255.905,833.23l-4.949,4.95l1.695,1.691
+ l9.085-9.082l-4.405-4.403l-3.984,3.985l2.533,2.534C255.979,833.002,255.989,833.148,255.905,833.23z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M255.905,833.23l-4.949,4.95l1.695,1.691
+ l9.085-9.082l-4.405-4.403l-3.984,3.985l2.533,2.534C255.979,833.002,255.989,833.148,255.905,833.23z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M255.905,833.23l-4.949,4.95l1.695,1.691
+ l9.085-9.082l-4.405-4.403l-3.984,3.985l2.533,2.534C255.979,833.002,255.989,833.148,255.905,833.23z"/>
+
+ <rect x="257.082" y="829.116" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 -151.4477 1608.3459)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.587" height="12.846"/>
+
+ <rect x="257.082" y="829.116" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 -151.4477 1608.3459)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.587" height="12.846"/>
+
+ <rect x="257.082" y="829.116" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 -151.4477 1608.3459)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.587" height="12.846"/>
+
+ <rect x="257.082" y="829.116" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 -151.4477 1608.3459)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="0.587" height="12.846"/>
+
+ <rect x="257.082" y="829.116" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 -151.4477 1608.3459)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.587" height="12.846"/>
+
+ <rect x="257.082" y="829.116" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 -151.4477 1608.3459)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.587" height="12.846"/>
+
+ <rect x="257.082" y="829.116" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 -151.4477 1608.3459)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="0.587" height="12.846"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M258.388,845.611l4.306-4.305
+ c0.371-0.373,0.94-0.426,1.375-0.165l4.01-4.008l-4.209-4.208l-9.083,9.083L258.388,845.611z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M258.388,845.611l4.306-4.305
+ c0.371-0.373,0.94-0.426,1.375-0.165l4.01-4.008l-4.209-4.208l-9.083,9.083L258.388,845.611z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M258.388,845.611l4.306-4.305
+ c0.371-0.373,0.94-0.426,1.375-0.165l4.01-4.008l-4.209-4.208l-9.083,9.083L258.388,845.611z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M258.388,845.611l4.306-4.305
+ c0.371-0.373,0.94-0.426,1.375-0.165l4.01-4.008l-4.209-4.208l-9.083,9.083L258.388,845.611z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M258.388,845.611l4.306-4.305
+ c0.371-0.373,0.94-0.426,1.375-0.165l4.01-4.008l-4.209-4.208l-9.083,9.083L258.388,845.611z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M258.388,845.611l4.306-4.305
+ c0.371-0.373,0.94-0.426,1.375-0.165l4.01-4.008l-4.209-4.208l-9.083,9.083L258.388,845.611z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M258.388,845.611l4.306-4.305
+ c0.371-0.373,0.94-0.426,1.375-0.165l4.01-4.008l-4.209-4.208l-9.083,9.083L258.388,845.611z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M248.342,835.565l2.613,2.616l4.949-4.95
+ c0.084-0.083,0.073-0.228-0.025-0.325l-2.533-2.534l-4.913,4.912C248.33,835.386,248.289,835.514,248.342,835.565z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M248.342,835.565l2.613,2.616l4.949-4.95
+ c0.084-0.083,0.073-0.228-0.025-0.325l-2.533-2.534l-4.913,4.912C248.33,835.386,248.289,835.514,248.342,835.565z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M248.342,835.565l2.613,2.616l4.949-4.95
+ c0.084-0.083,0.073-0.228-0.025-0.325l-2.533-2.534l-4.913,4.912C248.33,835.386,248.289,835.514,248.342,835.565z"/>
+ <path display="inline" opacity="0.4" fill="#FEF4A5" enable-background="new " d="M248.342,835.565l2.613,2.616l4.949-4.95
+ c0.084-0.083,0.073-0.228-0.025-0.325l-2.533-2.534l-4.913,4.912C248.33,835.386,248.289,835.514,248.342,835.565z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M248.342,835.565l2.613,2.616l4.949-4.95
+ c0.084-0.083,0.073-0.228-0.025-0.325l-2.533-2.534l-4.913,4.912C248.33,835.386,248.289,835.514,248.342,835.565z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M248.342,835.565l2.613,2.616l4.949-4.95
+ c0.084-0.083,0.073-0.228-0.025-0.325l-2.533-2.534l-4.913,4.912C248.33,835.386,248.289,835.514,248.342,835.565z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M262.693,841.306l-4.306,4.305l0.605,0.604
+ l5.074-5.074C263.634,840.88,263.064,840.934,262.693,841.306z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M262.693,841.306l-4.306,4.305l0.605,0.604
+ l5.074-5.074C263.634,840.88,263.064,840.934,262.693,841.306z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M262.693,841.306l-4.306,4.305l0.605,0.604
+ l5.074-5.074C263.634,840.88,263.064,840.934,262.693,841.306z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M262.693,841.306l-4.306,4.305l0.605,0.604
+ l5.074-5.074C263.634,840.88,263.064,840.934,262.693,841.306z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M262.693,841.306l-4.306,4.305l0.605,0.604
+ l5.074-5.074C263.634,840.88,263.064,840.934,262.693,841.306z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M262.693,841.306l-4.306,4.305l0.605,0.604
+ l5.074-5.074C263.634,840.88,263.064,840.934,262.693,841.306z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M262.693,841.306l-4.306,4.305l0.605,0.604
+ l5.074-5.074C263.634,840.88,263.064,840.934,262.693,841.306z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M262.693,841.306l-4.306,4.305l0.605,0.604
+ l5.074-5.074C263.634,840.88,263.064,840.934,262.693,841.306z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M290.231,789.551
+ c0.346-0.347,0.613-0.639,0.597-0.655l-2.498-2.5c-0.016-0.014-0.309,0.251-0.655,0.598l-5.224,5.225l2.558,2.555L290.231,789.551
+ z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M290.231,789.551
+ c0.346-0.347,0.613-0.639,0.597-0.655l-2.498-2.5c-0.016-0.014-0.309,0.251-0.655,0.598l-5.224,5.225l2.558,2.555L290.231,789.551
+ z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M290.231,789.551
+ c0.346-0.347,0.613-0.639,0.597-0.655l-2.498-2.5c-0.016-0.014-0.309,0.251-0.655,0.598l-5.224,5.225l2.558,2.555L290.231,789.551
+ z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M209.459,869.357l1.753-1.753l-2.075-2.076
+ l-9.366,9.37c-0.347,0.345-0.612,0.637-0.598,0.653l2.499,2.5c0.018,0.016,0.311-0.253,0.654-0.597l6.943-6.945
+ C209.123,870.078,209.178,869.638,209.459,869.357z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M209.459,869.357l1.753-1.753l-2.075-2.076
+ l-9.366,9.37c-0.347,0.345-0.612,0.637-0.598,0.653l2.499,2.5c0.018,0.016,0.311-0.253,0.654-0.597l6.943-6.945
+ C209.123,870.078,209.178,869.638,209.459,869.357z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M209.459,869.357l1.753-1.753l-2.075-2.076
+ l-9.366,9.37c-0.347,0.345-0.612,0.637-0.598,0.653l2.499,2.5c0.018,0.016,0.311-0.253,0.654-0.597l6.943-6.945
+ C209.123,870.078,209.178,869.638,209.459,869.357z"/>
+
+ <rect x="211.891" y="858.991" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 -246.5142 1624.7827)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.934" height="8.943"/>
+
+ <rect x="211.891" y="858.991" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 -246.5142 1624.7827)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.934" height="8.943"/>
+
+ <rect x="211.891" y="858.991" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 -246.5142 1624.7827)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="2.934" height="8.943"/>
+
+ <rect x="211.891" y="858.991" transform="matrix(-0.7069 -0.7073 0.7073 -0.7069 -246.5142 1624.7827)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.934" height="8.943"/>
+
+ <rect x="259.428" y="801.758" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -488.0401 428.798)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="28.403" height="3.616"/>
+
+ <rect x="259.428" y="801.758" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -488.0401 428.798)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="28.403" height="3.616"/>
+
+ <rect x="259.428" y="801.758" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -488.0401 428.798)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="28.403" height="3.616"/>
+
+ <rect x="259.428" y="801.758" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -488.0401 428.798)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="28.403" height="3.616"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M231.649,848.13l5.547-5.546l-0.481-0.48
+ c-0.439-0.44-0.441-1.154,0-1.594l0.955-0.957l-1.275-1.276l-20.933,20.928l2.074,2.076l12.962-12.962
+ C230.778,848.039,231.217,847.982,231.649,848.13z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M231.649,848.13l5.547-5.546l-0.481-0.48
+ c-0.439-0.44-0.441-1.154,0-1.594l0.955-0.957l-1.275-1.276l-20.933,20.928l2.074,2.076l12.962-12.962
+ C230.778,848.039,231.217,847.982,231.649,848.13z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M231.649,848.13l5.547-5.546l-0.481-0.48
+ c-0.439-0.44-0.441-1.154,0-1.594l0.955-0.957l-1.275-1.276l-20.933,20.928l2.074,2.076l12.962-12.962
+ C230.778,848.039,231.217,847.982,231.649,848.13z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M231.649,848.13l5.547-5.546l-0.481-0.48
+ c-0.439-0.44-0.441-1.154,0-1.594l0.955-0.957l-1.275-1.276l-20.933,20.928l2.074,2.076l12.962-12.962
+ C230.778,848.039,231.217,847.982,231.649,848.13z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M231.649,848.13l5.547-5.546l-0.481-0.48
+ c-0.439-0.44-0.441-1.154,0-1.594l0.955-0.957l-1.275-1.276l-20.933,20.928l2.074,2.076l12.962-12.962
+ C230.778,848.039,231.217,847.982,231.649,848.13z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M237.669,839.553l-0.955,0.957
+ c-0.441,0.44-0.439,1.154,0,1.594l0.481,0.48l1.753-1.754L237.669,839.553z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M237.669,839.553l-0.955,0.957
+ c-0.441,0.44-0.439,1.154,0,1.594l0.481,0.48l1.753-1.754L237.669,839.553z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M237.669,839.553l-0.955,0.957
+ c-0.441,0.44-0.439,1.154,0,1.594l0.481,0.48l1.753-1.754L237.669,839.553z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M237.669,839.553l-0.955,0.957
+ c-0.441,0.44-0.439,1.154,0,1.594l0.481,0.48l1.753-1.754L237.669,839.553z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M237.669,839.553l-0.955,0.957
+ c-0.441,0.44-0.439,1.154,0,1.594l0.481,0.48l1.753-1.754L237.669,839.553z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M237.669,839.553l-0.955,0.957
+ c-0.441,0.44-0.439,1.154,0,1.594l0.481,0.48l1.753-1.754L237.669,839.553z"/>
+
+ <rect x="236.396" y="836.313" transform="matrix(-0.7072 0.7071 -0.7071 -0.7072 999.5609 1260.4421)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.731" height="1.805"/>
+
+ <rect x="236.396" y="836.313" transform="matrix(-0.7072 0.7071 -0.7071 -0.7072 999.5609 1260.4421)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.731" height="1.805"/>
+
+ <rect x="236.396" y="836.313" transform="matrix(-0.7072 0.7071 -0.7071 -0.7072 999.5609 1260.4421)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="4.731" height="1.805"/>
+
+ <rect x="236.396" y="836.313" transform="matrix(-0.7072 0.7071 -0.7071 -0.7072 999.5609 1260.4421)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="4.731" height="1.805"/>
+
+ <rect x="236.396" y="836.313" transform="matrix(-0.7072 0.7071 -0.7071 -0.7072 999.5609 1260.4421)" display="inline" opacity="0.4" fill="#FEF4A5" enable-background="new " width="4.731" height="1.805"/>
+
+ <rect x="236.396" y="836.313" transform="matrix(-0.7072 0.7071 -0.7071 -0.7072 999.5609 1260.4421)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.731" height="1.805"/>
+
+ <rect x="239.067" y="836.148" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 -182.827 1601.3589)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.805" height="4.731"/>
+
+ <rect x="239.067" y="836.148" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 -182.827 1601.3589)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.805" height="4.731"/>
+
+ <rect x="239.067" y="836.148" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 -182.827 1601.3589)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="1.805" height="4.731"/>
+
+ <rect x="239.067" y="836.148" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 -182.827 1601.3589)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.805" height="4.731"/>
+
+ <rect x="239.067" y="836.148" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 -182.827 1601.3589)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="1.805" height="4.731"/>
+
+ <rect x="239.067" y="836.148" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 -182.827 1601.3589)" display="inline" opacity="0.4" fill="#FEF4A5" enable-background="new " width="1.805" height="4.731"/>
+
+ <rect x="239.067" y="836.148" transform="matrix(-0.7075 -0.7067 0.7067 -0.7075 -182.827 1601.3589)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.805" height="4.731"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M250.101,827.125l3.187-3.188
+ c0.442-0.441,1.155-0.44,1.595,0l0.481,0.481l7.014-7.014l-2.557-2.556l-10.997,10.998L250.101,827.125z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M250.101,827.125l3.187-3.188
+ c0.442-0.441,1.155-0.44,1.595,0l0.481,0.481l7.014-7.014l-2.557-2.556l-10.997,10.998L250.101,827.125z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M250.101,827.125l3.187-3.188
+ c0.442-0.441,1.155-0.44,1.595,0l0.481,0.481l7.014-7.014l-2.557-2.556l-10.997,10.998L250.101,827.125z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M250.101,827.125l3.187-3.188
+ c0.442-0.441,1.155-0.44,1.595,0l0.481,0.481l7.014-7.014l-2.557-2.556l-10.997,10.998L250.101,827.125z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M255.363,824.419l-0.481-0.481
+ c-0.438-0.44-1.151-0.441-1.595,0l-3.187,3.188l1.276,1.278L255.363,824.419z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M255.363,824.419l-0.481-0.481
+ c-0.438-0.44-1.151-0.441-1.595,0l-3.187,3.188l1.276,1.278L255.363,824.419z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M255.363,824.419l-0.481-0.481
+ c-0.438-0.44-1.151-0.441-1.595,0l-3.187,3.188l1.276,1.278L255.363,824.419z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M255.363,824.419l-0.481-0.481
+ c-0.438-0.44-1.151-0.441-1.595,0l-3.187,3.188l1.276,1.278L255.363,824.419z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M255.363,824.419l-0.481-0.481
+ c-0.438-0.44-1.151-0.441-1.595,0l-3.187,3.188l1.276,1.278L255.363,824.419z"/>
+
+ <rect x="260.517" y="813.059" transform="matrix(-0.707 -0.7072 0.7072 -0.707 -128.4537 1576.5101)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="3.606"/>
+
+ <rect x="260.517" y="813.059" transform="matrix(-0.707 -0.7072 0.7072 -0.707 -128.4537 1576.5101)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="3.606"/>
+
+ <rect x="260.517" y="813.059" transform="matrix(-0.707 -0.7072 0.7072 -0.707 -128.4537 1576.5101)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="3.606"/>
+
+ <rect x="260.517" y="813.059" transform="matrix(-0.707 -0.7072 0.7072 -0.707 -128.4537 1576.5101)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="3.606"/>
+
+ <rect x="260.517" y="813.059" transform="matrix(-0.707 -0.7072 0.7072 -0.707 -128.4537 1576.5101)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="3.606"/>
+
+ <rect x="243.335" y="828.172" transform="matrix(0.707 -0.7072 0.7072 0.707 -513.9564 417.5168)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.211" height="1.806"/>
+
+ <rect x="243.335" y="828.172" transform="matrix(0.707 -0.7072 0.7072 0.707 -513.9564 417.5168)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.211" height="1.806"/>
+
+ <rect x="243.335" y="828.172" transform="matrix(0.707 -0.7072 0.7072 0.707 -513.9564 417.5168)" display="inline" opacity="0.4" fill="#FEF4A5" enable-background="new " width="7.211" height="1.806"/>
+
+ <rect x="243.335" y="828.172" transform="matrix(0.707 -0.7072 0.7072 0.707 -513.9564 417.5168)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.211" height="1.806"/>
+
+ <rect x="243.335" y="828.172" transform="matrix(0.707 -0.7072 0.7072 0.707 -513.9564 417.5168)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.211" height="1.806"/>
+
+ <rect x="244.594" y="829.408" transform="matrix(0.7072 -0.707 0.707 0.7072 -514.3636 418.5863)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.211" height="1.807"/>
+
+ <rect x="244.594" y="829.408" transform="matrix(0.7072 -0.707 0.707 0.7072 -514.3636 418.5863)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.211" height="1.807"/>
+
+ <rect x="244.594" y="829.408" transform="matrix(0.7072 -0.707 0.707 0.7072 -514.3636 418.5863)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.211" height="1.807"/>
+
+ <rect x="244.594" y="829.408" transform="matrix(0.7072 -0.707 0.707 0.7072 -514.3636 418.5863)" display="inline" opacity="0.4" fill="#FEF4A5" enable-background="new " width="7.211" height="1.807"/>
+
+ <rect x="244.594" y="829.408" transform="matrix(0.7072 -0.707 0.707 0.7072 -514.3636 418.5863)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.211" height="1.807"/>
+
+ <rect x="244.594" y="829.408" transform="matrix(0.7072 -0.707 0.707 0.7072 -514.3636 418.5863)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.211" height="1.807"/>
+
+ <rect x="239.489" y="832.69" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -518.47 415.4907)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.636" height="1.808"/>
+
+ <rect x="239.489" y="832.69" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -518.47 415.4907)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.636" height="1.808"/>
+
+ <rect x="239.489" y="832.69" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -518.47 415.4907)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="5.636" height="1.808"/>
+
+ <rect x="239.489" y="832.69" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -518.47 415.4907)" display="inline" opacity="0.4" fill="#FEF4A5" enable-background="new " width="5.636" height="1.808"/>
+
+ <rect x="239.489" y="832.69" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -518.47 415.4907)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.636" height="1.808"/>
+
+ <rect x="239.489" y="832.69" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -518.47 415.4907)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.636" height="1.808"/>
+
+ <rect x="240.768" y="833.969" transform="matrix(0.7072 -0.707 0.707 0.7072 -518.9472 416.6755)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.634" height="1.805"/>
+
+ <rect x="240.768" y="833.969" transform="matrix(0.7072 -0.707 0.707 0.7072 -518.9472 416.6755)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.634" height="1.805"/>
+
+ <rect x="240.768" y="833.969" transform="matrix(0.7072 -0.707 0.707 0.7072 -518.9472 416.6755)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.634" height="1.805"/>
+
+ <rect x="240.768" y="833.969" transform="matrix(0.7072 -0.707 0.707 0.7072 -518.9472 416.6755)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="5.634" height="1.805"/>
+
+ <rect x="240.768" y="833.969" transform="matrix(0.7072 -0.707 0.707 0.7072 -518.9472 416.6755)" display="inline" opacity="0.4" fill="#FEF4A5" enable-background="new " width="5.634" height="1.805"/>
+
+ <rect x="240.768" y="833.969" transform="matrix(0.7072 -0.707 0.707 0.7072 -518.9472 416.6755)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.634" height="1.805"/>
+
+ <rect x="240.768" y="833.969" transform="matrix(0.7072 -0.707 0.707 0.7072 -518.9472 416.6755)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="5.634" height="1.805"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M211.212,867.604l-1.753,1.753
+ c-0.281,0.281-0.336,0.721-0.188,1.152l2.424-2.425L211.212,867.604z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M211.212,867.604l-1.753,1.753
+ c-0.281,0.281-0.336,0.721-0.188,1.152l2.424-2.425L211.212,867.604z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M211.212,867.604l-1.753,1.753
+ c-0.281,0.281-0.336,0.721-0.188,1.152l2.424-2.425L211.212,867.604z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M211.212,867.604l-1.753,1.753
+ c-0.281,0.281-0.336,0.721-0.188,1.152l2.424-2.425L211.212,867.604z"/>
+
+ <rect x="210.121" y="864.309" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 977.7126 1324.3386)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.942" height="0.681"/>
+
+ <rect x="210.121" y="864.309" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 977.7126 1324.3386)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.942" height="0.681"/>
+
+ <rect x="210.121" y="864.309" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 977.7126 1324.3386)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="8.942" height="0.681"/>
+
+ <rect x="210.121" y="864.309" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 977.7126 1324.3386)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.942" height="0.681"/>
+
+ <rect x="210.121" y="864.309" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 977.7126 1324.3386)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.942" height="0.681"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M231.649,848.13
+ c-0.433-0.148-0.871-0.091-1.151,0.188l-12.962,12.962l0.48,0.481L231.649,848.13z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M231.649,848.13
+ c-0.433-0.148-0.871-0.091-1.151,0.188l-12.962,12.962l0.48,0.481L231.649,848.13z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M231.649,848.13
+ c-0.433-0.148-0.871-0.091-1.151,0.188l-12.962,12.962l0.48,0.481L231.649,848.13z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M231.649,848.13
+ c-0.433-0.148-0.871-0.091-1.151,0.188l-12.962,12.962l0.48,0.481L231.649,848.13z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M231.649,848.13
+ c-0.433-0.148-0.871-0.091-1.151,0.188l-12.962,12.962l0.48,0.481L231.649,848.13z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M231.649,848.13
+ c-0.433-0.148-0.871-0.091-1.151,0.188l-12.962,12.962l0.48,0.481L231.649,848.13z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M206.803,888.272
+ c-0.293,0.292-0.729,0.329-0.977,0.083l-0.414-0.414l-5.897,5.898l1.721,1.72l16.416-16.417l-0.858-0.861L206.803,888.272z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M206.803,888.272
+ c-0.293,0.292-0.729,0.329-0.977,0.083l-0.414-0.414l-5.897,5.898l1.721,1.72l16.416-16.417l-0.858-0.861L206.803,888.272z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M206.803,888.272
+ c-0.293,0.292-0.729,0.329-0.977,0.083l-0.414-0.414l-5.897,5.898l1.721,1.72l16.416-16.417l-0.858-0.861L206.803,888.272z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M205.413,887.941l0.414,0.414
+ c0.246,0.246,0.684,0.208,0.977-0.083l9.989-9.99l-0.862-0.859L205.413,887.941z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M205.413,887.941l0.414,0.414
+ c0.246,0.246,0.684,0.208,0.977-0.083l9.989-9.99l-0.862-0.859L205.413,887.941z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M205.413,887.941l0.414,0.414
+ c0.246,0.246,0.684,0.208,0.977-0.083l9.989-9.99l-0.862-0.859L205.413,887.941z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M205.413,887.941l0.414,0.414
+ c0.246,0.246,0.684,0.208,0.977-0.083l9.989-9.99l-0.862-0.859L205.413,887.941z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M278.259,818.535
+ c0.408-0.409,0.729-0.746,0.72-0.756l-1.684-1.683c-0.01-0.01-0.347,0.311-0.755,0.718l-4.828,4.828l1.721,1.72L278.259,818.535z"
+ />
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M278.259,818.535
+ c0.408-0.409,0.729-0.746,0.72-0.756l-1.684-1.683c-0.01-0.01-0.347,0.311-0.755,0.718l-4.828,4.828l1.721,1.72L278.259,818.535z"
+ />
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M278.259,818.535
+ c0.408-0.409,0.729-0.746,0.72-0.756l-1.684-1.683c-0.01-0.01-0.347,0.311-0.755,0.718l-4.828,4.828l1.721,1.72L278.259,818.535z"
+ />
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M278.259,818.535
+ c0.408-0.409,0.729-0.746,0.72-0.756l-1.684-1.683c-0.01-0.01-0.347,0.311-0.755,0.718l-4.828,4.828l1.721,1.72L278.259,818.535z"
+ />
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M278.259,818.535
+ c0.408-0.409,0.729-0.746,0.72-0.756l-1.684-1.683c-0.01-0.01-0.347,0.311-0.755,0.718l-4.828,4.828l1.721,1.72L278.259,818.535z"
+ />
+
+ <rect x="237.525" y="851.995" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1014.6031 1284.0171)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.663" height="0.316"/>
+
+ <rect x="237.525" y="851.995" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1014.6031 1284.0171)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.663" height="0.316"/>
+
+ <rect x="237.525" y="851.995" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1014.6031 1284.0171)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.663" height="0.316"/>
+
+ <rect x="237.525" y="851.995" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1014.6031 1284.0171)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="7.663" height="0.316"/>
+
+ <rect x="237.525" y="851.995" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1014.6031 1284.0171)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="7.663" height="0.316"/>
+
+ <rect x="237.525" y="851.995" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 1014.6031 1284.0171)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.663" height="0.316"/>
+
+ <rect x="243.046" y="846.823" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1019.9084 1271.5873)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.214" height="0.315"/>
+
+ <rect x="243.046" y="846.823" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1019.9084 1271.5873)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.214" height="0.315"/>
+
+ <rect x="243.046" y="846.823" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1019.9084 1271.5873)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.214" height="0.315"/>
+
+ <rect x="243.046" y="846.823" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1019.9084 1271.5873)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="7.214" height="0.315"/>
+
+ <rect x="243.046" y="846.823" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1019.9084 1271.5873)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.214" height="0.315"/>
+
+ <rect x="243.046" y="846.823" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1019.9084 1271.5873)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="7.214" height="0.315"/>
+
+ <rect x="243.046" y="846.823" transform="matrix(-0.7072 0.707 -0.707 -0.7072 1019.9084 1271.5873)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="7.214" height="0.315"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M188.9,905.218l-0.382-0.383l-10.679,10.679
+ c0.652,0.499,1.312,0.99,1.972,1.467l10.427-10.425L188.9,905.218z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M188.9,905.218l-0.382-0.383l-10.679,10.679
+ c0.652,0.499,1.312,0.99,1.972,1.467l10.427-10.425L188.9,905.218z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M188.519,904.835l0.382,0.383
+ c-0.141-0.14-0.229-0.31-0.28-0.484L188.519,904.835z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M188.519,904.835l0.382,0.383
+ c-0.141-0.14-0.229-0.31-0.28-0.484L188.519,904.835z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M188.519,904.835l0.382,0.383
+ c-0.141-0.14-0.229-0.31-0.28-0.484L188.519,904.835z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M188.62,904.735
+ c0.051,0.175,0.141,0.345,0.28,0.484l1.338,1.338l10.997-10.997l-1.721-1.72L188.62,904.735z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M188.62,904.735
+ c0.051,0.175,0.141,0.345,0.28,0.484l1.338,1.338l10.997-10.997l-1.721-1.72L188.62,904.735z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M188.62,904.735
+ c0.051,0.175,0.141,0.345,0.28,0.484l1.338,1.338l10.997-10.997l-1.721-1.72L188.62,904.735z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M188.62,904.735
+ c0.051,0.175,0.141,0.345,0.28,0.484l1.338,1.338l10.997-10.997l-1.721-1.72L188.62,904.735z"/>
+
+ <rect x="241.959" y="849.548" transform="matrix(0.7071 0.7071 -0.7071 0.7071 674.4774 78.4291)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.215" height="7.665"/>
+
+ <rect x="241.959" y="849.548" transform="matrix(0.7071 0.7071 -0.7071 0.7071 674.4774 78.4291)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.215" height="7.665"/>
+
+ <rect x="241.959" y="849.548" transform="matrix(0.7071 0.7071 -0.7071 0.7071 674.4774 78.4291)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.215" height="7.665"/>
+
+ <rect x="241.959" y="849.548" transform="matrix(0.7071 0.7071 -0.7071 0.7071 674.4774 78.4291)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="1.215" height="7.665"/>
+
+ <rect x="241.959" y="849.548" transform="matrix(0.7071 0.7071 -0.7071 0.7071 674.4774 78.4291)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.215" height="7.665"/>
+
+ <rect x="241.959" y="849.548" transform="matrix(0.7071 0.7071 -0.7071 0.7071 674.4774 78.4291)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.215" height="7.665"/>
+
+ <rect x="241.395" y="848.848" transform="matrix(-0.7055 -0.7087 0.7087 -0.7055 -191.858 1625.6331)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.901" height="7.666"/>
+
+ <rect x="241.395" y="848.848" transform="matrix(-0.7055 -0.7087 0.7087 -0.7055 -191.858 1625.6331)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.901" height="7.666"/>
+
+ <rect x="241.395" y="848.848" transform="matrix(-0.7055 -0.7087 0.7087 -0.7055 -191.858 1625.6331)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.901" height="7.666"/>
+
+ <rect x="241.395" y="848.848" transform="matrix(-0.7055 -0.7087 0.7087 -0.7055 -191.858 1625.6331)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="0.901" height="7.666"/>
+
+ <rect x="241.395" y="848.848" transform="matrix(-0.7055 -0.7087 0.7087 -0.7055 -191.858 1625.6331)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="0.901" height="7.666"/>
+
+ <rect x="241.395" y="848.848" transform="matrix(-0.7055 -0.7087 0.7087 -0.7055 -191.858 1625.6331)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.901" height="7.666"/>
+
+ <rect x="241.395" y="848.848" transform="matrix(-0.7055 -0.7087 0.7087 -0.7055 -191.858 1625.6331)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.901" height="7.666"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.495,844.684
+ c0.248,0.249,0.21,0.683-0.084,0.979l-4.569,4.568l0.86,0.86l5.1-5.099L249.495,844.684z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.495,844.684
+ c0.248,0.249,0.21,0.683-0.084,0.979l-4.569,4.568l0.86,0.86l5.1-5.099L249.495,844.684z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.495,844.684
+ c0.248,0.249,0.21,0.683-0.084,0.979l-4.569,4.568l0.86,0.86l5.1-5.099L249.495,844.684z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.495,844.684
+ c0.248,0.249,0.21,0.683-0.084,0.979l-4.569,4.568l0.86,0.86l5.1-5.099L249.495,844.684z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M249.495,844.684
+ c0.248,0.249,0.21,0.683-0.084,0.979l-4.569,4.568l0.86,0.86l5.1-5.099L249.495,844.684z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.495,844.684
+ c0.248,0.249,0.21,0.683-0.084,0.979l-4.569,4.568l0.86,0.86l5.1-5.099L249.495,844.684z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.495,844.684
+ c0.248,0.249,0.21,0.683-0.084,0.979l-4.569,4.568l0.86,0.86l5.1-5.099L249.495,844.684z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.303,844.495l-5.098,5.098l0.636,0.638
+ l4.569-4.568c0.294-0.295,0.332-0.73,0.084-0.979l-0.031-0.031L249.303,844.495z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.303,844.495l-5.098,5.098l0.636,0.638
+ l4.569-4.568c0.294-0.295,0.332-0.73,0.084-0.979l-0.031-0.031L249.303,844.495z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.303,844.495l-5.098,5.098l0.636,0.638
+ l4.569-4.568c0.294-0.295,0.332-0.73,0.084-0.979l-0.031-0.031L249.303,844.495z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M249.303,844.495l-5.098,5.098l0.636,0.638
+ l4.569-4.568c0.294-0.295,0.332-0.73,0.084-0.979l-0.031-0.031L249.303,844.495z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.303,844.495l-5.098,5.098l0.636,0.638
+ l4.569-4.568c0.294-0.295,0.332-0.73,0.084-0.979l-0.031-0.031L249.303,844.495z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M249.303,844.495l-5.098,5.098l0.636,0.638
+ l4.569-4.568c0.294-0.295,0.332-0.73,0.084-0.979l-0.031-0.031L249.303,844.495z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.303,844.495l-5.098,5.098l0.636,0.638
+ l4.569-4.568c0.294-0.295,0.332-0.73,0.084-0.979l-0.031-0.031L249.303,844.495z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.303,844.495l-5.098,5.098l0.636,0.638
+ l4.569-4.568c0.294-0.295,0.332-0.73,0.084-0.979l-0.031-0.031L249.303,844.495z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M269.545,824.574l-0.383-0.382l-0.101,0.102
+ C269.238,824.346,269.406,824.435,269.545,824.574z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M269.545,824.574l-0.383-0.382l-0.101,0.102
+ C269.238,824.346,269.406,824.435,269.545,824.574z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M269.545,824.574l-0.383-0.382l-0.101,0.102
+ C269.238,824.346,269.406,824.435,269.545,824.574z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M269.545,824.574l-0.383-0.382l-0.101,0.102
+ C269.238,824.346,269.406,824.435,269.545,824.574z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M269.545,824.574l-0.383-0.382l-0.101,0.102
+ C269.238,824.346,269.406,824.435,269.545,824.574z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M268.469,824.886l1.721,1.719l0.693-0.693
+ l-1.338-1.337c-0.14-0.14-0.308-0.229-0.483-0.28L268.469,824.886z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M268.469,824.886l1.721,1.719l0.693-0.693
+ l-1.338-1.337c-0.14-0.14-0.308-0.229-0.483-0.28L268.469,824.886z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M268.469,824.886l1.721,1.719l0.693-0.693
+ l-1.338-1.337c-0.14-0.14-0.308-0.229-0.483-0.28L268.469,824.886z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M268.469,824.886l1.721,1.719l0.693-0.693
+ l-1.338-1.337c-0.14-0.14-0.308-0.229-0.483-0.28L268.469,824.886z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M268.469,824.886l1.721,1.719l0.693-0.693
+ l-1.338-1.337c-0.14-0.14-0.308-0.229-0.483-0.28L268.469,824.886z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M268.469,824.886l1.721,1.719l0.693-0.693
+ l-1.338-1.337c-0.14-0.14-0.308-0.229-0.483-0.28L268.469,824.886z"/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="269.545,824.574 270.883,825.912
+ 273.433,823.363 271.712,821.643 269.163,824.193 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="269.545,824.574 270.883,825.912
+ 273.433,823.363 271.712,821.643 269.163,824.193 "/>
+ <polygon display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " points="269.545,824.574 270.883,825.912
+ 273.433,823.363 271.712,821.643 269.163,824.193 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="269.545,824.574 270.883,825.912
+ 273.433,823.363 271.712,821.643 269.163,824.193 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="269.545,824.574 270.883,825.912
+ 273.433,823.363 271.712,821.643 269.163,824.193 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="269.545,824.574 270.883,825.912
+ 273.433,823.363 271.712,821.643 269.163,824.193 "/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.322,844.482
+ c-0.063-0.097-0.107-0.203-0.141-0.311l-0.1,0.102l0.221,0.223C249.31,844.489,249.317,844.486,249.322,844.482z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.322,844.482
+ c-0.063-0.097-0.107-0.203-0.141-0.311l-0.1,0.102l0.221,0.223C249.31,844.489,249.317,844.486,249.322,844.482z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.322,844.482
+ c-0.063-0.097-0.107-0.203-0.141-0.311l-0.1,0.102l0.221,0.223C249.31,844.489,249.317,844.486,249.322,844.482z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.322,844.482
+ c-0.063-0.097-0.107-0.203-0.141-0.311l-0.1,0.102l0.221,0.223C249.31,844.489,249.317,844.486,249.322,844.482z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M249.322,844.482
+ c-0.063-0.097-0.107-0.203-0.141-0.311l-0.1,0.102l0.221,0.223C249.31,844.489,249.317,844.486,249.322,844.482z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.322,844.482
+ c-0.063-0.097-0.107-0.203-0.141-0.311l-0.1,0.102l0.221,0.223C249.31,844.489,249.317,844.486,249.322,844.482z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.322,844.482
+ c-0.063-0.097-0.107-0.203-0.141-0.311l-0.1,0.102l0.221,0.223C249.31,844.489,249.317,844.486,249.322,844.482z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M250.899,844.495l0.698,0.7l3.188-3.187
+ l-1.72-1.721l-3.884,3.883c0.031,0.108,0.075,0.214,0.14,0.311C249.764,844.056,250.462,844.059,250.899,844.495z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M250.899,844.495l0.698,0.7l3.188-3.187
+ l-1.72-1.721l-3.884,3.883c0.031,0.108,0.075,0.214,0.14,0.311C249.764,844.056,250.462,844.059,250.899,844.495z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M250.899,844.495l0.698,0.7l3.188-3.187
+ l-1.72-1.721l-3.884,3.883c0.031,0.108,0.075,0.214,0.14,0.311C249.764,844.056,250.462,844.059,250.899,844.495z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M250.899,844.495l0.698,0.7l3.188-3.187
+ l-1.72-1.721l-3.884,3.883c0.031,0.108,0.075,0.214,0.14,0.311C249.764,844.056,250.462,844.059,250.899,844.495z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M250.899,844.495l0.698,0.7l3.188-3.187
+ l-1.72-1.721l-3.884,3.883c0.031,0.108,0.075,0.214,0.14,0.311C249.764,844.056,250.462,844.059,250.899,844.495z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M250.899,844.495l0.698,0.7l3.188-3.187
+ l-1.72-1.721l-3.884,3.883c0.031,0.108,0.075,0.214,0.14,0.311C249.764,844.056,250.462,844.059,250.899,844.495z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M250.899,844.495l0.698,0.7l3.188-3.187
+ l-1.72-1.721l-3.884,3.883c0.031,0.108,0.075,0.214,0.14,0.311C249.764,844.056,250.462,844.059,250.899,844.495z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M250.899,844.495l0.698,0.7l3.188-3.187
+ l-1.72-1.721l-3.884,3.883c0.031,0.108,0.075,0.214,0.14,0.311C249.764,844.056,250.462,844.059,250.899,844.495z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.463,844.653
+ c-0.055-0.053-0.102-0.113-0.142-0.172c-0.005,0.004-0.014,0.008-0.02,0.013L249.463,844.653z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.463,844.653
+ c-0.055-0.053-0.102-0.113-0.142-0.172c-0.005,0.004-0.014,0.008-0.02,0.013L249.463,844.653z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.463,844.653
+ c-0.055-0.053-0.102-0.113-0.142-0.172c-0.005,0.004-0.014,0.008-0.02,0.013L249.463,844.653z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.463,844.653
+ c-0.055-0.053-0.102-0.113-0.142-0.172c-0.005,0.004-0.014,0.008-0.02,0.013L249.463,844.653z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M249.463,844.653
+ c-0.055-0.053-0.102-0.113-0.142-0.172c-0.005,0.004-0.014,0.008-0.02,0.013L249.463,844.653z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.463,844.653
+ c-0.055-0.053-0.102-0.113-0.142-0.172c-0.005,0.004-0.014,0.008-0.02,0.013L249.463,844.653z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.463,844.653
+ c-0.055-0.053-0.102-0.113-0.142-0.172c-0.005,0.004-0.014,0.008-0.02,0.013L249.463,844.653z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.463,844.653
+ c-0.055-0.053-0.102-0.113-0.142-0.172c-0.005,0.004-0.014,0.008-0.02,0.013L249.463,844.653z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M250.899,844.495
+ c-0.438-0.436-1.136-0.439-1.577-0.013c0.04,0.059,0.087,0.119,0.142,0.172l0.031,0.031l1.307,1.308l0.797-0.797L250.899,844.495z
+ "/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M250.899,844.495
+ c-0.438-0.436-1.136-0.439-1.577-0.013c0.04,0.059,0.087,0.119,0.142,0.172l0.031,0.031l1.307,1.308l0.797-0.797L250.899,844.495z
+ "/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M250.899,844.495
+ c-0.438-0.436-1.136-0.439-1.577-0.013c0.04,0.059,0.087,0.119,0.142,0.172l0.031,0.031l1.307,1.308l0.797-0.797L250.899,844.495z
+ "/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M250.899,844.495
+ c-0.438-0.436-1.136-0.439-1.577-0.013c0.04,0.059,0.087,0.119,0.142,0.172l0.031,0.031l1.307,1.308l0.797-0.797L250.899,844.495z
+ "/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M250.899,844.495
+ c-0.438-0.436-1.136-0.439-1.577-0.013c0.04,0.059,0.087,0.119,0.142,0.172l0.031,0.031l1.307,1.308l0.797-0.797L250.899,844.495z
+ "/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M250.899,844.495
+ c-0.438-0.436-1.136-0.439-1.577-0.013c0.04,0.059,0.087,0.119,0.142,0.172l0.031,0.031l1.307,1.308l0.797-0.797L250.899,844.495z
+ "/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M250.899,844.495
+ c-0.438-0.436-1.136-0.439-1.577-0.013c0.04,0.059,0.087,0.119,0.142,0.172l0.031,0.031l1.307,1.308l0.797-0.797L250.899,844.495z
+ "/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M250.899,844.495
+ c-0.438-0.436-1.136-0.439-1.577-0.013c0.04,0.059,0.087,0.119,0.142,0.172l0.031,0.031l1.307,1.308l0.797-0.797L250.899,844.495z
+ "/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M250.899,844.495
+ c-0.438-0.436-1.136-0.439-1.577-0.013c0.04,0.059,0.087,0.119,0.142,0.172l0.031,0.031l1.307,1.308l0.797-0.797L250.899,844.495z
+ "/>
+
+ <rect x="216.669" y="876.793" transform="matrix(-0.7067 0.7075 -0.7075 -0.7067 993.6385 1342.8896)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.605" height="1.217"/>
+
+ <rect x="216.669" y="876.793" transform="matrix(-0.7067 0.7075 -0.7075 -0.7067 993.6385 1342.8896)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.605" height="1.217"/>
+
+ <rect x="216.669" y="876.793" transform="matrix(-0.7067 0.7075 -0.7075 -0.7067 993.6385 1342.8896)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.605" height="1.217"/>
+
+ <rect x="216.669" y="876.793" transform="matrix(-0.7067 0.7075 -0.7075 -0.7067 993.6385 1342.8896)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.605" height="1.217"/>
+
+ <rect x="218.437" y="872.359" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 997.8081 1332.626)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.942" height="1.215"/>
+
+ <rect x="218.437" y="872.359" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 997.8081 1332.626)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.942" height="1.215"/>
+
+ <rect x="218.437" y="872.359" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 997.8081 1332.626)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.942" height="1.215"/>
+
+ <rect x="218.437" y="872.359" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 997.8081 1332.626)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.942" height="1.215"/>
+
+ <rect x="218.437" y="872.359" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 997.8081 1332.626)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.942" height="1.215"/>
+
+ <rect x="217.035" y="874.781" transform="matrix(0.7083 0.7059 -0.7059 0.7083 682.2655 102.0558)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.216" height="3.605"/>
+
+ <rect x="217.035" y="874.781" transform="matrix(0.7083 0.7059 -0.7059 0.7083 682.2655 102.0558)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.216" height="3.605"/>
+
+ <rect x="217.035" y="874.781" transform="matrix(0.7083 0.7059 -0.7059 0.7083 682.2655 102.0558)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="1.216" height="3.605"/>
+
+ <rect x="217.035" y="874.781" transform="matrix(0.7083 0.7059 -0.7059 0.7083 682.2655 102.0558)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.216" height="3.605"/>
+
+ <rect x="217.035" y="874.781" transform="matrix(0.7083 0.7059 -0.7059 0.7083 682.2655 102.0558)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.216" height="3.605"/>
+
+ <rect x="217.597" y="871.549" transform="matrix(-0.707 0.7072 -0.7072 -0.707 995.8726 1331.7195)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.941" height="1.215"/>
+
+ <rect x="217.597" y="871.549" transform="matrix(-0.707 0.7072 -0.7072 -0.707 995.8726 1331.7195)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.941" height="1.215"/>
+
+ <rect x="217.597" y="871.549" transform="matrix(-0.707 0.7072 -0.7072 -0.707 995.8726 1331.7195)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.941" height="1.215"/>
+
+ <rect x="217.597" y="871.549" transform="matrix(-0.707 0.7072 -0.7072 -0.707 995.8726 1331.7195)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="8.941" height="1.215"/>
+
+ <rect x="217.597" y="871.549" transform="matrix(-0.707 0.7072 -0.7072 -0.707 995.8726 1331.7195)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.941" height="1.215"/>
+
+ <rect x="217.597" y="871.549" transform="matrix(-0.707 0.7072 -0.7072 -0.707 995.8726 1331.7195)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.941" height="1.215"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M232.729,862.666
+ c-0.058-0.056-0.103-0.116-0.144-0.178l-6.923,6.921l0.862,0.859l6.901-6.903L232.729,862.666z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M232.729,862.666
+ c-0.058-0.056-0.103-0.116-0.144-0.178l-6.923,6.921l0.862,0.859l6.901-6.903L232.729,862.666z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M232.729,862.666
+ c-0.058-0.056-0.103-0.116-0.144-0.178l-6.923,6.921l0.862,0.859l6.901-6.903L232.729,862.666z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M232.729,862.666
+ c-0.058-0.056-0.103-0.116-0.144-0.178l-6.923,6.921l0.862,0.859l6.901-6.903L232.729,862.666z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M232.729,862.666
+ c-0.058-0.056-0.103-0.116-0.144-0.178l-6.923,6.921l0.862,0.859l6.901-6.903L232.729,862.666z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M232.729,862.666
+ c-0.058-0.056-0.103-0.116-0.144-0.178l-6.923,6.921l0.862,0.859l6.901-6.903L232.729,862.666z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M232.729,861.07l6.056-6.056l-0.223-0.223
+ l-13.758,13.757l0.858,0.86l6.923-6.921C232.295,862.051,232.342,861.454,232.729,861.07z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M232.729,861.07l6.056-6.056l-0.223-0.223
+ l-13.758,13.757l0.858,0.86l6.923-6.921C232.295,862.051,232.342,861.454,232.729,861.07z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M232.729,861.07l6.056-6.056l-0.223-0.223
+ l-13.758,13.757l0.858,0.86l6.923-6.921C232.295,862.051,232.342,861.454,232.729,861.07z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M232.729,861.07l6.056-6.056l-0.223-0.223
+ l-13.758,13.757l0.858,0.86l6.923-6.921C232.295,862.051,232.342,861.454,232.729,861.07z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M232.729,861.07l6.056-6.056l-0.223-0.223
+ l-13.758,13.757l0.858,0.86l6.923-6.921C232.295,862.051,232.342,861.454,232.729,861.07z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M232.729,861.07l6.056-6.056l-0.223-0.223
+ l-13.758,13.757l0.858,0.86l6.923-6.921C232.295,862.051,232.342,861.454,232.729,861.07z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M232.729,861.07l6.056-6.056l-0.223-0.223
+ l-13.758,13.757l0.858,0.86l6.923-6.921C232.295,862.051,232.342,861.454,232.729,861.07z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M232.586,862.488
+ c0.041,0.062,0.086,0.122,0.144,0.178l0.698,0.7l6.854-6.855l-0.859-0.859L232.586,862.488z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M232.586,862.488
+ c0.041,0.062,0.086,0.122,0.144,0.178l0.698,0.7l6.854-6.855l-0.859-0.859L232.586,862.488z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M232.586,862.488
+ c0.041,0.062,0.086,0.122,0.144,0.178l0.698,0.7l6.854-6.855l-0.859-0.859L232.586,862.488z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M232.586,862.488
+ c0.041,0.062,0.086,0.122,0.144,0.178l0.698,0.7l6.854-6.855l-0.859-0.859L232.586,862.488z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M232.586,862.488
+ c0.041,0.062,0.086,0.122,0.144,0.178l0.698,0.7l6.854-6.855l-0.859-0.859L232.586,862.488z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M232.586,862.488
+ c0.041,0.062,0.086,0.122,0.144,0.178l0.698,0.7l6.854-6.855l-0.859-0.859L232.586,862.488z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M232.586,862.488
+ c0.041,0.062,0.086,0.122,0.144,0.178l0.698,0.7l6.854-6.855l-0.859-0.859L232.586,862.488z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M238.785,855.014l-6.056,6.056
+ c-0.388,0.384-0.435,0.981-0.144,1.418l6.836-6.836L238.785,855.014z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M238.785,855.014l-6.056,6.056
+ c-0.388,0.384-0.435,0.981-0.144,1.418l6.836-6.836L238.785,855.014z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M238.785,855.014l-6.056,6.056
+ c-0.388,0.384-0.435,0.981-0.144,1.418l6.836-6.836L238.785,855.014z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M238.785,855.014l-6.056,6.056
+ c-0.388,0.384-0.435,0.981-0.144,1.418l6.836-6.836L238.785,855.014z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M238.785,855.014l-6.056,6.056
+ c-0.388,0.384-0.435,0.981-0.144,1.418l6.836-6.836L238.785,855.014z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M238.785,855.014l-6.056,6.056
+ c-0.388,0.384-0.435,0.981-0.144,1.418l6.836-6.836L238.785,855.014z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M238.785,855.014l-6.056,6.056
+ c-0.388,0.384-0.435,0.981-0.144,1.418l6.836-6.836L238.785,855.014z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M238.785,855.014l-6.056,6.056
+ c-0.388,0.384-0.435,0.981-0.144,1.418l6.836-6.836L238.785,855.014z"/>
+
+ <rect x="261.726" y="827.724" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -508.1664 430.9893)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.938" height="2.431"/>
+
+ <rect x="261.726" y="827.724" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -508.1664 430.9893)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.938" height="2.431"/>
+
+ <rect x="261.726" y="827.724" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -508.1664 430.9893)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.938" height="2.431"/>
+
+ <rect x="261.726" y="827.724" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -508.1664 430.9893)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="8.938" height="2.431"/>
+
+ <rect x="261.726" y="827.724" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -508.1664 430.9893)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.938" height="2.431"/>
+
+ <rect x="261.726" y="827.724" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -508.1664 430.9893)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="8.938" height="2.431"/>
+
+ <rect x="261.726" y="827.724" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -508.1664 430.9893)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="8.938" height="2.431"/>
+
+ <rect x="252.055" y="835.387" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -515.8719 427.8269)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.844" height="2.431"/>
+
+ <rect x="252.055" y="835.387" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -515.8719 427.8269)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.844" height="2.431"/>
+
+ <rect x="252.055" y="835.387" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -515.8719 427.8269)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.844" height="2.431"/>
+
+ <rect x="252.055" y="835.387" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -515.8719 427.8269)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="12.844" height="2.431"/>
+
+ <rect x="252.055" y="835.387" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -515.8719 427.8269)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.844" height="2.431"/>
+
+ <rect x="252.055" y="835.387" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -515.8719 427.8269)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.844" height="2.431"/>
+
+ <rect x="252.055" y="835.387" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -515.8719 427.8269)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="12.844" height="2.431"/>
+
+ <rect x="252.055" y="835.387" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -515.8719 427.8269)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="12.844" height="2.431"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M215.148,890.063
+ c-0.274,0.271-0.487,0.503-0.479,0.515l1.769,1.77c0.01,0.01,0.239-0.204,0.515-0.479l6.714-6.713l-1.809-1.805L215.148,890.063z"
+ />
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M215.148,890.063
+ c-0.274,0.271-0.487,0.503-0.479,0.515l1.769,1.77c0.01,0.01,0.239-0.204,0.515-0.479l6.714-6.713l-1.809-1.805L215.148,890.063z"
+ />
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M215.148,890.063
+ c-0.274,0.271-0.487,0.503-0.479,0.515l1.769,1.77c0.01,0.01,0.239-0.204,0.515-0.479l6.714-6.713l-1.809-1.805L215.148,890.063z"
+ />
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M286.478,822.347
+ c0.272-0.274,0.485-0.504,0.476-0.515l-1.767-1.768c-0.012-0.01-0.241,0.202-0.515,0.475l-7.032,7.031l1.808,1.806
+ L286.478,822.347z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M286.478,822.347
+ c0.272-0.274,0.485-0.504,0.476-0.515l-1.767-1.768c-0.012-0.01-0.241,0.202-0.515,0.475l-7.032,7.031l1.808,1.806
+ L286.478,822.347z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M286.478,822.347
+ c0.272-0.274,0.485-0.504,0.476-0.515l-1.767-1.768c-0.012-0.01-0.241,0.202-0.515,0.475l-7.032,7.031l1.808,1.806
+ L286.478,822.347z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M286.478,822.347
+ c0.272-0.274,0.485-0.504,0.476-0.515l-1.767-1.768c-0.012-0.01-0.241,0.202-0.515,0.475l-7.032,7.031l1.808,1.806
+ L286.478,822.347z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M246.118,859.476
+ c-0.067-0.066-0.121-0.14-0.168-0.217l-1.459,1.459l1.805,1.809l1.437-1.436L246.118,859.476z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M246.118,859.476
+ c-0.067-0.066-0.121-0.14-0.168-0.217l-1.459,1.459l1.805,1.809l1.437-1.436L246.118,859.476z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M246.118,859.476
+ c-0.067-0.066-0.121-0.14-0.168-0.217l-1.459,1.459l1.805,1.809l1.437-1.436L246.118,859.476z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M246.118,859.476
+ c-0.067-0.066-0.121-0.14-0.168-0.217l-1.459,1.459l1.805,1.809l1.437-1.436L246.118,859.476z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M246.118,859.476
+ c-0.067-0.066-0.121-0.14-0.168-0.217l-1.459,1.459l1.805,1.809l1.437-1.436L246.118,859.476z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M246.118,859.476
+ c-0.067-0.066-0.121-0.14-0.168-0.217l-1.459,1.459l1.805,1.809l1.437-1.436L246.118,859.476z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.911,855.299l-3.961,3.959
+ c0.047,0.077,0.101,0.151,0.168,0.217l1.613,1.615l3.983-3.986L249.911,855.299z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.911,855.299l-3.961,3.959
+ c0.047,0.077,0.101,0.151,0.168,0.217l1.613,1.615l3.983-3.986L249.911,855.299z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.911,855.299l-3.961,3.959
+ c0.047,0.077,0.101,0.151,0.168,0.217l1.613,1.615l3.983-3.986L249.911,855.299z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M249.911,855.299l-3.961,3.959
+ c0.047,0.077,0.101,0.151,0.168,0.217l1.613,1.615l3.983-3.986L249.911,855.299z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.911,855.299l-3.961,3.959
+ c0.047,0.077,0.101,0.151,0.168,0.217l1.613,1.615l3.983-3.986L249.911,855.299z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M249.911,855.299l-3.961,3.959
+ c0.047,0.077,0.101,0.151,0.168,0.217l1.613,1.615l3.983-3.986L249.911,855.299z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M249.911,855.299l-3.961,3.959
+ c0.047,0.077,0.101,0.151,0.168,0.217l1.613,1.615l3.983-3.986L249.911,855.299z"/>
+
+ <rect x="252.103" y="850.051" transform="matrix(0.7069 0.7073 -0.7073 0.7069 678.0511 70.9788)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="7.212"/>
+
+ <rect x="252.103" y="850.051" transform="matrix(0.7069 0.7073 -0.7073 0.7069 678.0511 70.9788)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="7.212"/>
+
+ <rect x="252.103" y="850.051" transform="matrix(0.7069 0.7073 -0.7073 0.7069 678.0511 70.9788)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="7.212"/>
+
+ <rect x="252.103" y="850.051" transform="matrix(0.7069 0.7073 -0.7073 0.7069 678.0511 70.9788)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="7.212"/>
+
+ <rect x="252.103" y="850.051" transform="matrix(0.7069 0.7073 -0.7073 0.7069 678.0511 70.9788)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="2.553" height="7.212"/>
+
+ <rect x="252.103" y="850.051" transform="matrix(0.7069 0.7073 -0.7073 0.7069 678.0511 70.9788)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="7.212"/>
+
+ <rect x="252.103" y="850.051" transform="matrix(0.7069 0.7073 -0.7073 0.7069 678.0511 70.9788)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="7.212"/>
+
+ <rect x="252.103" y="850.051" transform="matrix(0.7069 0.7073 -0.7073 0.7069 678.0511 70.9788)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="2.553" height="7.212"/>
+
+ <rect x="275.495" y="828.511" transform="matrix(0.707 -0.7072 0.7072 0.707 -505.5679 439.194)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="2.555"/>
+
+ <rect x="275.495" y="828.511" transform="matrix(0.707 -0.7072 0.7072 0.707 -505.5679 439.194)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="2.555"/>
+
+ <rect x="275.495" y="828.511" transform="matrix(0.707 -0.7072 0.7072 0.707 -505.5679 439.194)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.606" height="2.555"/>
+
+ <rect x="275.495" y="828.511" transform="matrix(0.707 -0.7072 0.7072 0.707 -505.5679 439.194)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.606" height="2.555"/>
+
+ <rect x="275.495" y="828.511" transform="matrix(0.707 -0.7072 0.7072 0.707 -505.5679 439.194)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="3.606" height="2.555"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M276.086,832.503
+ c0.053,0.054,0.013,0.181-0.091,0.283l-6.132,6.132l0.021,0.021l7.014-7.012l-1.808-1.808l-0.692,0.694L276.086,832.503z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M276.086,832.503
+ c0.053,0.054,0.013,0.181-0.091,0.283l-6.132,6.132l0.021,0.021l7.014-7.012l-1.808-1.808l-0.692,0.694L276.086,832.503z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M276.086,832.503
+ c0.053,0.054,0.013,0.181-0.091,0.283l-6.132,6.132l0.021,0.021l7.014-7.012l-1.808-1.808l-0.692,0.694L276.086,832.503z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M276.086,832.503
+ c0.053,0.054,0.013,0.181-0.091,0.283l-6.132,6.132l0.021,0.021l7.014-7.012l-1.808-1.808l-0.692,0.694L276.086,832.503z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M276.086,832.503
+ c0.053,0.054,0.013,0.181-0.091,0.283l-6.132,6.132l0.021,0.021l7.014-7.012l-1.808-1.808l-0.692,0.694L276.086,832.503z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M276.086,832.503
+ c0.053,0.054,0.013,0.181-0.091,0.283l-6.132,6.132l0.021,0.021l7.014-7.012l-1.808-1.808l-0.692,0.694L276.086,832.503z"/>
+
+ <rect x="267.881" y="838.116" transform="matrix(0.6991 0.715 -0.715 0.6991 681.8777 61.4744)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.031" height="5.634"/>
+
+ <rect x="267.881" y="838.116" transform="matrix(0.6991 0.715 -0.715 0.6991 681.8777 61.4744)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.031" height="5.634"/>
+
+ <rect x="267.881" y="838.116" transform="matrix(0.6991 0.715 -0.715 0.6991 681.8777 61.4744)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.031" height="5.634"/>
+
+ <rect x="267.881" y="838.116" transform="matrix(0.6991 0.715 -0.715 0.6991 681.8777 61.4744)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="0.031" height="5.634"/>
+
+ <rect x="267.881" y="838.116" transform="matrix(0.6991 0.715 -0.715 0.6991 681.8777 61.4744)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.031" height="5.634"/>
+
+ <rect x="267.881" y="838.116" transform="matrix(0.6991 0.715 -0.715 0.6991 681.8777 61.4744)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="0.031" height="5.634"/>
+
+ <rect x="267.881" y="838.116" transform="matrix(0.6991 0.715 -0.715 0.6991 681.8777 61.4744)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="0.031" height="5.634"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M260.685,847.905l0.115,0.116l5.101-5.099
+ l-0.021-0.022l-4.912,4.914C260.863,847.918,260.737,847.959,260.685,847.905z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M260.685,847.905l0.115,0.116l5.101-5.099
+ l-0.021-0.022l-4.912,4.914C260.863,847.918,260.737,847.959,260.685,847.905z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M260.685,847.905l0.115,0.116l5.101-5.099
+ l-0.021-0.022l-4.912,4.914C260.863,847.918,260.737,847.959,260.685,847.905z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M260.685,847.905l0.115,0.116l5.101-5.099
+ l-0.021-0.022l-4.912,4.914C260.863,847.918,260.737,847.959,260.685,847.905z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M260.685,847.905l0.115,0.116l5.101-5.099
+ l-0.021-0.022l-4.912,4.914C260.863,847.918,260.737,847.959,260.685,847.905z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M260.685,847.905l0.115,0.116l5.101-5.099
+ l-0.021-0.022l-4.912,4.914C260.863,847.918,260.737,847.959,260.685,847.905z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M260.685,847.905l0.115,0.116l5.101-5.099
+ l-0.021-0.022l-4.912,4.914C260.863,847.918,260.737,847.959,260.685,847.905z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M260.685,847.905l0.115,0.116l5.101-5.099
+ l-0.021-0.022l-4.912,4.914C260.863,847.918,260.737,847.959,260.685,847.905z"/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="258.994,846.215 255.807,849.402
+ 257.613,851.208 260.8,848.021 260.685,847.905 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="258.994,846.215 255.807,849.402
+ 257.613,851.208 260.8,848.021 260.685,847.905 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="258.994,846.215 255.807,849.402
+ 257.613,851.208 260.8,848.021 260.685,847.905 "/>
+ <polygon display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " points="258.994,846.215 255.807,849.402
+ 257.613,851.208 260.8,848.021 260.685,847.905 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="258.994,846.215 255.807,849.402
+ 257.613,851.208 260.8,848.021 260.685,847.905 "/>
+ <polygon display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " points="258.994,846.215 255.807,849.402
+ 257.613,851.208 260.8,848.021 260.685,847.905 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="258.994,846.215 255.807,849.402
+ 257.613,851.208 260.8,848.021 260.685,847.905 "/>
+ <polygon display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " points="258.994,846.215 255.807,849.402
+ 257.613,851.208 260.8,848.021 260.685,847.905 "/>
+ <polygon display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " points="258.994,846.215 255.807,849.402
+ 257.613,851.208 260.8,848.021 260.685,847.905 "/>
+
+ <rect x="255.766" y="849.446" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -526.3459 430.1841)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="255.766" y="849.446" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -526.3459 430.1841)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="255.766" y="849.446" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -526.3459 430.1841)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="255.766" y="849.446" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -526.3459 430.1841)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="255.766" y="849.446" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -526.3459 430.1841)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="255.766" y="849.446" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -526.3459 430.1841)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="255.766" y="849.446" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -526.3459 430.1841)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="255.766" y="849.446" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -526.3459 430.1841)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="255.766" y="849.446" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -526.3459 430.1841)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="255.766" y="849.446" transform="matrix(0.7073 -0.7069 0.7069 0.7073 -526.3459 430.1841)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="1.128" height="2.554"/>
+
+ <rect x="222.205" y="881.646" transform="matrix(-0.7075 0.7067 -0.7067 -0.7075 1006.4606 1349.2966)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.607" height="2.555"/>
+
+ <rect x="222.205" y="881.646" transform="matrix(-0.7075 0.7067 -0.7067 -0.7075 1006.4606 1349.2966)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.607" height="2.555"/>
+
+ <rect x="222.205" y="881.646" transform="matrix(-0.7075 0.7067 -0.7067 -0.7075 1006.4606 1349.2966)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.607" height="2.555"/>
+
+ <rect x="222.205" y="881.646" transform="matrix(-0.7075 0.7067 -0.7067 -0.7075 1006.4606 1349.2966)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="3.607" height="2.555"/>
+
+ <rect x="227.213" y="874.076" transform="matrix(0.7069 0.7073 -0.7073 0.7069 688.3615 95.8786)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="8.942"/>
+
+ <rect x="227.213" y="874.076" transform="matrix(0.7069 0.7073 -0.7073 0.7069 688.3615 95.8786)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="8.942"/>
+
+ <rect x="227.213" y="874.076" transform="matrix(0.7069 0.7073 -0.7073 0.7069 688.3615 95.8786)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="8.942"/>
+
+ <rect x="227.213" y="874.076" transform="matrix(0.7069 0.7073 -0.7073 0.7069 688.3615 95.8786)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="8.942"/>
+
+ <rect x="227.213" y="874.076" transform="matrix(0.7069 0.7073 -0.7073 0.7069 688.3615 95.8786)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="2.553" height="8.942"/>
+
+ <rect x="233.827" y="867.051" transform="matrix(0.7069 0.7073 -0.7073 0.7069 685.6215 89.2617)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="9.764"/>
+
+ <rect x="233.827" y="867.051" transform="matrix(0.7069 0.7073 -0.7073 0.7069 685.6215 89.2617)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="9.764"/>
+
+ <rect x="233.827" y="867.051" transform="matrix(0.7069 0.7073 -0.7073 0.7069 685.6215 89.2617)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="9.764"/>
+
+ <rect x="233.827" y="867.051" transform="matrix(0.7069 0.7073 -0.7073 0.7069 685.6215 89.2617)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="2.553" height="9.764"/>
+
+ <rect x="233.827" y="867.051" transform="matrix(0.7069 0.7073 -0.7073 0.7069 685.6215 89.2617)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="2.553" height="9.764"/>
+
+ <rect x="233.827" y="867.051" transform="matrix(0.7069 0.7073 -0.7073 0.7069 685.6215 89.2617)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="2.553" height="9.764"/>
+
+ <rect x="237.111" y="863.775" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 1024.7614 1305.5917)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="9.692" height="2.555"/>
+
+ <rect x="237.111" y="863.775" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 1024.7614 1305.5917)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="9.692" height="2.555"/>
+
+ <rect x="237.111" y="863.775" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 1024.7614 1305.5917)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="9.692" height="2.555"/>
+
+ <rect x="237.111" y="863.775" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 1024.7614 1305.5917)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="9.692" height="2.555"/>
+
+ <rect x="237.111" y="863.775" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 1024.7614 1305.5917)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="9.692" height="2.555"/>
+
+ <rect x="237.111" y="863.775" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 1024.7614 1305.5917)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="9.692" height="2.555"/>
+
+ <rect x="237.111" y="863.775" transform="matrix(-0.7071 0.7072 -0.7072 -0.7071 1024.7614 1305.5917)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="9.692" height="2.555"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M269.864,838.918l6.132-6.132
+ c0.104-0.102,0.144-0.229,0.091-0.283l-1.688-1.69l-6.319,6.32L269.864,838.918z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M269.864,838.918l6.132-6.132
+ c0.104-0.102,0.144-0.229,0.091-0.283l-1.688-1.69l-6.319,6.32L269.864,838.918z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M269.864,838.918l6.132-6.132
+ c0.104-0.102,0.144-0.229,0.091-0.283l-1.688-1.69l-6.319,6.32L269.864,838.918z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M269.864,838.918l6.132-6.132
+ c0.104-0.102,0.144-0.229,0.091-0.283l-1.688-1.69l-6.319,6.32L269.864,838.918z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M269.864,838.918l6.132-6.132
+ c0.104-0.102,0.144-0.229,0.091-0.283l-1.688-1.69l-6.319,6.32L269.864,838.918z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M269.864,838.918l6.132-6.132
+ c0.104-0.102,0.144-0.229,0.091-0.283l-1.688-1.69l-6.319,6.32L269.864,838.918z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M269.864,838.918l6.132-6.132
+ c0.104-0.102,0.144-0.229,0.091-0.283l-1.688-1.69l-6.319,6.32L269.864,838.918z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M264.068,841.141
+ c0.077,0.045,0.15,0.099,0.218,0.166l1.593,1.593l3.985-3.982l-1.786-1.785L264.068,841.141z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M264.068,841.141
+ c0.077,0.045,0.15,0.099,0.218,0.166l1.593,1.593l3.985-3.982l-1.786-1.785L264.068,841.141z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M264.068,841.141
+ c0.077,0.045,0.15,0.099,0.218,0.166l1.593,1.593l3.985-3.982l-1.786-1.785L264.068,841.141z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M264.068,841.141
+ c0.077,0.045,0.15,0.099,0.218,0.166l1.593,1.593l3.985-3.982l-1.786-1.785L264.068,841.141z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M264.068,841.141
+ c0.077,0.045,0.15,0.099,0.218,0.166l1.593,1.593l3.985-3.982l-1.786-1.785L264.068,841.141z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M264.068,841.141
+ c0.077,0.045,0.15,0.099,0.218,0.166l1.593,1.593l3.985-3.982l-1.786-1.785L264.068,841.141z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M264.068,841.141
+ c0.077,0.045,0.15,0.099,0.218,0.166l1.593,1.593l3.985-3.982l-1.786-1.785L264.068,841.141z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M264.068,841.141
+ c0.077,0.045,0.15,0.099,0.218,0.166l1.593,1.593l3.985-3.982l-1.786-1.785L264.068,841.141z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M264.068,841.141l-5.074,5.074l1.69,1.69
+ c0.053,0.054,0.179,0.013,0.281-0.091l4.912-4.914l-1.593-1.593C264.219,841.24,264.146,841.186,264.068,841.141z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M264.068,841.141l-5.074,5.074l1.69,1.69
+ c0.053,0.054,0.179,0.013,0.281-0.091l4.912-4.914l-1.593-1.593C264.219,841.24,264.146,841.186,264.068,841.141z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M264.068,841.141l-5.074,5.074l1.69,1.69
+ c0.053,0.054,0.179,0.013,0.281-0.091l4.912-4.914l-1.593-1.593C264.219,841.24,264.146,841.186,264.068,841.141z"/>
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M264.068,841.141l-5.074,5.074l1.69,1.69
+ c0.053,0.054,0.179,0.013,0.281-0.091l4.912-4.914l-1.593-1.593C264.219,841.24,264.146,841.186,264.068,841.141z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M264.068,841.141l-5.074,5.074l1.69,1.69
+ c0.053,0.054,0.179,0.013,0.281-0.091l4.912-4.914l-1.593-1.593C264.219,841.24,264.146,841.186,264.068,841.141z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M264.068,841.141l-5.074,5.074l1.69,1.69
+ c0.053,0.054,0.179,0.013,0.281-0.091l4.912-4.914l-1.593-1.593C264.219,841.24,264.146,841.186,264.068,841.141z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M264.068,841.141l-5.074,5.074l1.69,1.69
+ c0.053,0.054,0.179,0.013,0.281-0.091l4.912-4.914l-1.593-1.593C264.219,841.24,264.146,841.186,264.068,841.141z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M264.068,841.141l-5.074,5.074l1.69,1.69
+ c0.053,0.054,0.179,0.013,0.281-0.091l4.912-4.914l-1.593-1.593C264.219,841.24,264.146,841.186,264.068,841.141z"/>
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M264.068,841.141l-5.074,5.074l1.69,1.69
+ c0.053,0.054,0.179,0.013,0.281-0.091l4.912-4.914l-1.593-1.593C264.219,841.24,264.146,841.186,264.068,841.141z"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M318.842,803.008
+ c0.284-0.285,0.501-0.528,0.487-0.543l-2.5-2.5c-0.017-0.016-0.261,0.202-0.542,0.486l-1.646,1.643l2.556,2.556L318.842,803.008z"
+ />
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M318.842,803.008
+ c0.284-0.285,0.501-0.528,0.487-0.543l-2.5-2.5c-0.017-0.016-0.261,0.202-0.542,0.486l-1.646,1.643l2.556,2.556L318.842,803.008z"
+ />
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M318.842,803.008
+ c0.284-0.285,0.501-0.528,0.487-0.543l-2.5-2.5c-0.017-0.016-0.261,0.202-0.542,0.486l-1.646,1.643l2.556,2.556L318.842,803.008z"
+ />
+
+ <rect x="278.221" y="817.181" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -491.1535 452.2275)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="44.178" height="3.615"/>
+
+ <rect x="278.221" y="817.181" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -491.1535 452.2275)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="44.178" height="3.615"/>
+
+ <rect x="278.221" y="817.181" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -491.1535 452.2275)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="44.178" height="3.615"/>
+
+ <rect x="278.221" y="817.181" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -491.1535 452.2275)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="44.178" height="3.615"/>
+
+ <rect x="250.397" y="866.056" transform="matrix(0.7071 0.7071 -0.7071 0.7071 686.9813 75.6239)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.616" height="2.031"/>
+
+ <rect x="250.397" y="866.056" transform="matrix(0.7071 0.7071 -0.7071 0.7071 686.9813 75.6239)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.616" height="2.031"/>
+
+ <rect x="250.397" y="866.056" transform="matrix(0.7071 0.7071 -0.7071 0.7071 686.9813 75.6239)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.616" height="2.031"/>
+
+ <rect x="250.397" y="866.056" transform="matrix(0.7071 0.7071 -0.7071 0.7071 686.9813 75.6239)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="3.616" height="2.031"/>
+
+ <rect x="250.397" y="866.056" transform="matrix(0.7071 0.7071 -0.7071 0.7071 686.9813 75.6239)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.616" height="2.031"/>
+
+ <rect x="250.397" y="866.056" transform="matrix(0.7071 0.7071 -0.7071 0.7071 686.9813 75.6239)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.616" height="2.031"/>
+
+ <rect x="255.658" y="855.387" transform="matrix(0.7072 0.707 -0.707 0.7072 684.7265 70.3214)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.617" height="12.846"/>
+
+ <rect x="255.658" y="855.387" transform="matrix(0.7072 0.707 -0.707 0.7072 684.7265 70.3214)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.617" height="12.846"/>
+
+ <rect x="255.658" y="855.387" transform="matrix(0.7072 0.707 -0.707 0.7072 684.7265 70.3214)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.617" height="12.846"/>
+
+ <rect x="255.658" y="855.387" transform="matrix(0.7072 0.707 -0.707 0.7072 684.7265 70.3214)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="3.617" height="12.846"/>
+
+ <rect x="255.658" y="855.387" transform="matrix(0.7072 0.707 -0.707 0.7072 684.7265 70.3214)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.617" height="12.846"/>
+
+ <rect x="255.658" y="855.387" transform="matrix(0.7072 0.707 -0.707 0.7072 684.7265 70.3214)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.617" height="12.846"/>
+
+ <rect x="255.658" y="855.387" transform="matrix(0.7072 0.707 -0.707 0.7072 684.7265 70.3214)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.617" height="12.846"/>
+
+ <rect x="281.649" y="834.072" transform="matrix(0.707 0.7072 -0.7072 0.707 674.1511 44.4255)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.616" height="3.606"/>
+
+ <rect x="281.649" y="834.072" transform="matrix(0.707 0.7072 -0.7072 0.707 674.1511 44.4255)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.616" height="3.606"/>
+
+ <rect x="281.649" y="834.072" transform="matrix(0.707 0.7072 -0.7072 0.707 674.1511 44.4255)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.616" height="3.606"/>
+
+ <rect x="281.649" y="834.072" transform="matrix(0.707 0.7072 -0.7072 0.707 674.1511 44.4255)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.616" height="3.606"/>
+
+ <rect x="281.649" y="834.072" transform="matrix(0.707 0.7072 -0.7072 0.707 674.1511 44.4255)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.616" height="3.606"/>
+
+ <rect x="268.886" y="840.892" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -514.8643 442.4856)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="15.552" height="3.617"/>
+
+ <rect x="268.886" y="840.892" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -514.8643 442.4856)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="15.552" height="3.617"/>
+
+ <rect x="268.886" y="840.892" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -514.8643 442.4856)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="15.552" height="3.617"/>
+
+ <rect x="268.886" y="840.892" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -514.8643 442.4856)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="15.552" height="3.617"/>
+
+ <rect x="268.886" y="840.892" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -514.8643 442.4856)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="15.552" height="3.617"/>
+
+ <rect x="268.886" y="840.892" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -514.8643 442.4856)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="15.552" height="3.617"/>
+
+ <rect x="266.783" y="847.112" transform="matrix(0.707 0.7072 -0.7072 0.707 680.2919 59.2871)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="7.212"/>
+
+ <rect x="266.783" y="847.112" transform="matrix(0.707 0.7072 -0.7072 0.707 680.2919 59.2871)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="7.212"/>
+
+ <rect x="266.783" y="847.112" transform="matrix(0.707 0.7072 -0.7072 0.707 680.2919 59.2871)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="7.212"/>
+
+ <rect x="266.783" y="847.112" transform="matrix(0.707 0.7072 -0.7072 0.707 680.2919 59.2871)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.613" height="7.212"/>
+
+ <rect x="266.783" y="847.112" transform="matrix(0.707 0.7072 -0.7072 0.707 680.2919 59.2871)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="7.212"/>
+
+ <rect x="266.783" y="847.112" transform="matrix(0.707 0.7072 -0.7072 0.707 680.2919 59.2871)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.613" height="7.212"/>
+
+ <rect x="266.783" y="847.112" transform="matrix(0.707 0.7072 -0.7072 0.707 680.2919 59.2871)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.613" height="7.212"/>
+
+ <rect x="262.126" y="853.062" transform="matrix(0.707 -0.7072 0.7072 0.707 -527.1132 437.4512)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="3.615"/>
+
+ <rect x="262.126" y="853.062" transform="matrix(0.707 -0.7072 0.7072 0.707 -527.1132 437.4512)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="3.615"/>
+
+ <rect x="262.126" y="853.062" transform="matrix(0.707 -0.7072 0.7072 0.707 -527.1132 437.4512)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="3.615"/>
+
+ <rect x="262.126" y="853.062" transform="matrix(0.707 -0.7072 0.7072 0.707 -527.1132 437.4512)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="4.507" height="3.615"/>
+
+ <rect x="262.126" y="853.062" transform="matrix(0.707 -0.7072 0.7072 0.707 -527.1132 437.4512)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="4.507" height="3.615"/>
+
+ <rect x="262.126" y="853.062" transform="matrix(0.707 -0.7072 0.7072 0.707 -527.1132 437.4512)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="3.615"/>
+
+ <rect x="262.126" y="853.062" transform="matrix(0.707 -0.7072 0.7072 0.707 -527.1132 437.4512)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="4.507" height="3.615"/>
+
+ <rect x="262.126" y="853.062" transform="matrix(0.707 -0.7072 0.7072 0.707 -527.1132 437.4512)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="4.507" height="3.615"/>
+
+ <rect x="260.698" y="856.266" transform="matrix(0.7074 0.7068 -0.7068 0.7074 682.3788 65.1396)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.615" height="1.129"/>
+
+ <rect x="260.698" y="856.266" transform="matrix(0.7074 0.7068 -0.7068 0.7074 682.3788 65.1396)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.615" height="1.129"/>
+
+ <rect x="260.698" y="856.266" transform="matrix(0.7074 0.7068 -0.7068 0.7074 682.3788 65.1396)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.615" height="1.129"/>
+
+ <rect x="260.698" y="856.266" transform="matrix(0.7074 0.7068 -0.7068 0.7074 682.3788 65.1396)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.615" height="1.129"/>
+
+ <rect x="260.698" y="856.266" transform="matrix(0.7074 0.7068 -0.7068 0.7074 682.3788 65.1396)" display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " width="3.615" height="1.129"/>
+
+ <rect x="260.698" y="856.266" transform="matrix(0.7074 0.7068 -0.7068 0.7074 682.3788 65.1396)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.615" height="1.129"/>
+
+ <rect x="260.698" y="856.266" transform="matrix(0.7074 0.7068 -0.7068 0.7074 682.3788 65.1396)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.615" height="1.129"/>
+
+ <rect x="260.698" y="856.266" transform="matrix(0.7074 0.7068 -0.7068 0.7074 682.3788 65.1396)" display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " width="3.615" height="1.129"/>
+
+ <rect x="260.698" y="856.266" transform="matrix(0.7074 0.7068 -0.7068 0.7074 682.3788 65.1396)" display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " width="3.615" height="1.129"/>
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M244.036,872.703
+ c-0.285,0.284-0.502,0.526-0.485,0.54l2.5,2.502c0.016,0.014,0.257-0.201,0.542-0.487l6.22-6.218l-2.558-2.558L244.036,872.703z"
+ />
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M244.036,872.703
+ c-0.285,0.284-0.502,0.526-0.485,0.54l2.5,2.502c0.016,0.014,0.257-0.201,0.542-0.487l6.22-6.218l-2.558-2.558L244.036,872.703z"
+ />
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M244.036,872.703
+ c-0.285,0.284-0.502,0.526-0.485,0.54l2.5,2.502c0.016,0.014,0.257-0.201,0.542-0.487l6.22-6.218l-2.558-2.558L244.036,872.703z"
+ />
+ <path display="inline" opacity="0.2" fill="#FEF4A5" enable-background="new " d="M244.036,872.703
+ c-0.285,0.284-0.502,0.526-0.485,0.54l2.5,2.502c0.016,0.014,0.257-0.201,0.542-0.487l6.22-6.218l-2.558-2.558L244.036,872.703z"
+ />
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M244.036,872.703
+ c-0.285,0.284-0.502,0.526-0.485,0.54l2.5,2.502c0.016,0.014,0.257-0.201,0.542-0.487l6.22-6.218l-2.558-2.558L244.036,872.703z"
+ />
+ <path display="inline" opacity="0.4" fill="#FFF7BB" enable-background="new " d="M244.036,872.703
+ c-0.285,0.284-0.502,0.526-0.485,0.54l2.5,2.502c0.016,0.014,0.257-0.201,0.542-0.487l6.22-6.218l-2.558-2.558L244.036,872.703z"
+ />
+ <path display="inline" opacity="0.5" fill="#D1E4B8" enable-background="new " d="M244.036,872.703
+ c-0.285,0.284-0.502,0.526-0.485,0.54l2.5,2.502c0.016,0.014,0.257-0.201,0.542-0.487l6.22-6.218l-2.558-2.558L244.036,872.703z"
+ />
+ </g>
+ <g id="debian" display="none">
+ <g display="inline">
+ <path fill="#24363E" d="M241.859,842.944c-1.421,0.019,0.271,0.733,2.13,1.019c0.514-0.405,0.979-0.806,1.395-1.202
+ C244.226,843.047,243.047,843.05,241.859,842.944"/>
+ <path fill="#24363E" d="M249.504,841.038c0.849-1.171,1.467-2.452,1.685-3.775c-0.191,0.941-0.703,1.757-1.187,2.619
+ c-2.662,1.676-0.25-0.997-0.002-2.011C247.138,841.474,249.608,840.03,249.504,841.038"/>
+ <path fill="#24363E" d="M252.327,833.7c0.17-2.565-0.504-1.754-0.734-0.776C251.86,833.063,252.067,834.731,252.327,833.7"/>
+ <path fill="#24363E" d="M236.459,798.647c0.762,0.137,1.645,0.243,1.521,0.423C238.808,798.887,238.998,798.719,236.459,798.647"
+ />
+ <path fill="#24363E" d="M237.98,799.069l-0.538,0.112l0.499-0.045L237.98,799.069"/>
+ <path fill="#24363E" d="M261.678,834.672c0.084,2.301-0.674,3.415-1.356,5.394l-1.232,0.615c-1.006,1.957,0.1,1.242-0.621,2.797
+ c-1.571,1.4-4.772,4.375-5.797,4.647c-0.748-0.016,0.505-0.881,0.67-1.219c-2.104,1.443-1.688,2.168-4.906,3.047l-0.096-0.212
+ c-7.938,3.737-18.968-3.664-18.82-13.762c-0.087,0.639-0.243,0.479-0.419,0.739c-0.408-5.195,2.4-10.413,7.139-12.544
+ c4.635-2.294,10.067-1.354,13.389,1.743c-1.826-2.39-5.453-4.922-9.756-4.686c-4.214,0.069-8.156,2.746-9.473,5.654
+ c-2.156,1.356-2.408,5.237-3.351,5.946c-1.264,9.299,2.383,13.318,8.553,18.044c0.968,0.654,0.271,0.753,0.402,1.254
+ c-2.049-0.96-3.926-2.41-5.469-4.184c0.816,1.198,1.7,2.364,2.844,3.28c-1.932-0.655-4.512-4.684-5.268-4.848
+ c3.332,5.963,13.512,10.458,18.848,8.227c-2.468,0.095-5.604,0.055-8.374-0.973c-1.165-0.599-2.749-1.839-2.466-2.073
+ c7.277,2.717,14.795,2.06,21.091-2.987c1.603-1.249,3.353-3.37,3.857-3.4c-0.763,1.145,0.129,0.551-0.456,1.563
+ c1.598-2.574-0.692-1.047,1.649-4.445l0.867,1.191c-0.323-2.135,2.652-4.73,2.353-8.107c0.682-1.033,0.76,1.11,0.036,3.488
+ c1.006-2.637,0.265-3.062,0.522-5.235c0.277,0.732,0.646,1.509,0.831,2.28c-0.653-2.546,0.673-4.291,1-5.77
+ c-0.32-0.144-1.009,1.124-1.167-1.885c0.024-1.308,0.364-0.684,0.495-1.007c-0.257-0.147-0.93-1.149-1.339-3.072
+ c0.296-0.453,0.793,1.171,1.197,1.236c-0.262-1.527-0.707-2.693-0.726-3.867c-1.183-2.468-0.419,0.331-1.378-1.059
+ c-1.255-3.921,1.046-0.91,1.199-2.69c1.905,2.758,2.993,7.038,3.491,8.808c-0.381-2.159-0.995-4.251-1.745-6.277
+ c0.577,0.242-0.936-4.444,0.75-1.341c-1.799-6.619-7.699-12.804-13.125-15.706c0.663,0.608,1.502,1.37,1.199,1.49
+ c-2.697-1.607-2.226-1.732-2.61-2.409c-2.2-0.895-2.343,0.071-3.8,0c-4.146-2.198-4.945-1.962-8.76-3.342l0.175,0.811
+ c-2.747-0.914-3.198,0.346-6.167,0.002c-0.183-0.142,0.951-0.511,1.884-0.644c-2.655,0.35-2.532-0.524-5.13,0.094
+ c0.641-0.451,1.315-0.746,2-1.129c-2.167,0.133-5.17,1.261-4.241,0.234c-3.531,1.576-9.803,3.789-13.322,7.089l-0.11-0.741
+ c-1.614,1.937-7.034,5.783-7.466,8.289l-0.431,0.101c-0.839,1.422-1.383,3.031-2.049,4.494c-1.097,1.871-1.607,0.72-1.452,1.014
+ c-2.159,4.378-3.229,8.054-4.157,11.072c0.659,0.986,0.016,5.937,0.266,9.898c-1.084,19.58,13.74,38.589,29.944,42.977
+ c2.376,0.852,5.907,0.82,8.911,0.904c-3.545-1.013-4.004-0.536-7.457-1.741c-2.489-1.173-3.035-2.512-4.799-4.043l0.698,1.234
+ c-3.46-1.227-2.014-1.517-4.827-2.409l0.746-0.971c-1.122-0.086-2.972-1.894-3.479-2.893l-1.228,0.049
+ c-1.474-1.817-2.259-3.128-2.2-4.143l-0.397,0.705c-0.447-0.773-5.422-6.82-2.84-5.415c-0.48-0.437-1.119-0.709-1.811-1.966
+ l0.525-0.6c-1.243-1.598-2.287-3.648-2.206-4.331c0.662,0.897,1.119,1.064,1.578,1.217c-3.137-7.783-3.313-0.431-5.688-7.92
+ l0.502-0.042c-0.385-0.578-0.619-1.209-0.93-1.829l0.219-2.179c-2.258-2.611-0.633-11.095-0.305-15.75
+ c0.225-1.895,1.884-3.911,3.146-7.069l-0.771-0.133c1.472-2.562,8.394-10.293,11.597-9.897c1.553-1.949-0.308-0.006-0.611-0.497
+ c3.41-3.529,4.482-2.496,6.783-3.128c2.482-1.473-2.131,0.572-0.952-0.564c4.289-1.095,3.04-2.49,8.639-3.044
+ c0.59,0.334-1.372,0.516-1.862,0.954c3.572-1.75,11.312-1.352,16.339,0.97c5.832,2.727,12.384,10.782,12.644,18.363l0.292,0.079
+ c-0.146,3.014,0.463,6.498-0.596,9.694L261.678,834.672"/>
+ <path fill="#24363E" d="M226.315,844.896l-0.198,1.001c0.935,1.271,1.679,2.649,2.874,3.644
+ C228.131,847.861,227.492,847.168,226.315,844.896"/>
+ <path fill="#24363E" d="M228.53,844.81c-0.497-0.546-0.789-1.206-1.117-1.861c0.314,1.152,0.956,2.143,1.553,3.152L228.53,844.81
+ "/>
+ <path fill="#24363E" d="M267.683,836.302l-0.207,0.526c-0.386,2.722-1.215,5.419-2.482,7.916
+ C266.396,842.109,267.302,839.224,267.683,836.302"/>
+ <path fill="#24363E" d="M236.741,797.967c0.964-0.356,2.369-0.196,3.391-0.426c-1.332,0.109-2.658,0.179-3.967,0.347
+ L236.741,797.967"/>
+ <path fill="#24363E" d="M202.938,815.941c0.223,2.053-1.544,2.851,0.394,1.496C204.368,815.098,202.922,816.793,202.938,815.941"
+ />
+ <path fill="#24363E" d="M200.662,825.448c0.444-1.371,0.528-2.192,0.696-2.984C200.126,824.039,200.791,824.375,200.662,825.448"
+ />
+ </g>
+ </g>
+
+ <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="243.6924" y1="1097.8159" x2="243.6924" y2="1097.8159" gradientTransform="matrix(1 0 0 -1 -0.02 1817.9805)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#24363E;stop-opacity:0"/>
+ </linearGradient>
+ <path opacity="0.6" fill="#F6F6F6" stroke="url(#SVGID_3_)" stroke-miterlimit="10" enable-background="new " d="
+ M243.673,720.165"/>
+
+ <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="445.5381" y1="788.5947" x2="445.5381" y2="1393.2607" gradientTransform="matrix(-1 0 0 1 826.752 176.2988)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="0.097" style="stop-color:#FFFFFF;stop-opacity:0.903"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+
+ <line opacity="0.3" fill="none" stroke="url(#SVGID_4_)" stroke-width="3" stroke-linecap="round" stroke-miterlimit="10" enable-background="new " x1="381.214" y1="966.394" x2="381.214" y2="1568.06"/>
+
+ <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="-36.54" y1="1114.2173" x2="-36.5401" y2="1767.3823" gradientTransform="matrix(1 0 0 -1 103.2368 1767.3828)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="0.097" style="stop-color:#FFFFFF;stop-opacity:0.903"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+
+ <line opacity="0.3" fill="none" stroke="url(#SVGID_5_)" stroke-width="3" stroke-linecap="round" stroke-miterlimit="10" enable-background="new " x1="66.697" y1="651.665" x2="66.697" y2="1.5"/>
+</g>
+<g display="none">
+ <g display="inline">
+ <path opacity="0.6" fill="#FFFFFF" enable-background="new " d="M187.277,1092.706c-0.052,0.055-0.052,8.622-0.157,10.861
+ c-0.105,1.811-0.269,5.696-4.1,5.696c-3.939,0-4.897-4.525-5.218-6.495c-0.372-2.186-0.372-3.996-0.372-4.793
+ c0-2.556,0.159-9.689,6.176-9.689c1.811,0,2.82,0.533,3.62,0.957L187.277,1092.706z M171.841,1098.987
+ c0,15.014,7.985,15.014,9.155,15.014c3.3,0,5.43-1.809,6.334-4.947l0.106,4.734c1.012-0.055,2.022-0.16,3.673-0.16
+ c0.586,0,1.063,0,1.491,0.054c0.426,0,0.851,0.053,1.329,0.106c-0.852-1.701-1.488-5.534-1.488-13.846
+ c0-8.09,0-21.771,0.69-25.922c-1.915,0.906-3.566,1.492-7.188,1.811c1.438,1.544,1.438,2.342,1.438,9.366
+ c-1.01-0.317-2.289-0.69-4.471-0.69C173.385,1084.506,171.841,1092.811,171.841,1098.987"/>
+ <path opacity="0.6" fill="#FFFFFF" enable-background="new " d="M200.708,1096.27c0.054-4.418,0.96-8.357,4.738-8.357
+ c4.152,0,4.47,4.577,4.363,8.357H200.708z M215.081,1096.804c0-6.229-1.224-12.353-9.102-12.353
+ c-10.857,0-10.857,12.033-10.857,14.585c0,10.81,4.843,15.066,12.987,15.066c3.617,0,5.376-0.529,6.334-0.795
+ c-0.053-1.919,0.213-3.143,0.533-4.793c-1.119,0.694-2.556,1.6-5.75,1.6c-8.305,0-8.41-7.563-8.41-10.174h14.16L215.081,1096.804"
+ />
+ <path opacity="0.6" fill="#FFFFFF" enable-background="new " d="M232.399,1099.092c0,4.951-0.904,11.608-7.079,11.608
+ c-0.854,0-1.916-0.162-2.606-0.321c-0.107-1.916-0.107-5.216-0.107-9.053c0-4.578,0.478-6.97,0.853-8.145
+ c1.116-3.778,3.619-3.83,4.098-3.83C231.599,1089.353,232.399,1094.942,232.399,1099.092z M217.122,1104.9
+ c0,3.938,0,6.174-0.639,7.874c2.182,0.854,4.896,1.33,8.146,1.33c2.075,0,8.09,0,11.337-6.651
+ c1.543-3.086,2.074-7.243,2.074-10.385c0-1.916-0.213-6.121-1.756-8.782c-1.49-2.5-3.886-3.778-6.439-3.778
+ c-5.11,0-6.602,4.259-7.397,6.439c0-2.713,0.052-12.188,0.477-17.032c-3.458,1.599-5.59,1.86-7.877,2.075
+ c2.076,0.852,2.076,4.366,2.076,15.812v13.1"/>
+ <path opacity="0.6" fill="#FFFFFF" enable-background="new " d="M248.274,1113.788c-1.064-0.16-1.813-0.266-3.355-0.266
+ c-1.701,0-2.875,0.106-4.098,0.266c0.531-1.014,0.746-1.494,0.902-4.951c0.215-4.735,0.27-17.411-0.104-20.071
+ c-0.268-2.025-0.744-2.343-1.488-2.875c4.363-0.427,5.586-0.744,7.609-1.702c-0.424,2.341-0.48,3.515-0.48,7.078
+ C247.155,1109.638,247.101,1111.606,248.274,1113.788"/>
+ <path opacity="0.6" fill="#FFFFFF" enable-background="new " d="M265.319,1098.718c-0.105,3.355-0.158,5.699-1.064,7.563
+ c-1.119,2.396-2.982,3.087-4.365,3.087c-3.195,0-3.887-2.661-3.887-5.269c0-5.006,4.473-5.382,6.492-5.382L265.319,1098.718
+ L265.319,1098.718z M250.679,1105.272c0,3.354,1.014,6.705,3.994,8.145c1.33,0.584,2.66,0.584,3.088,0.584
+ c4.896,0,6.547-3.619,7.559-5.854c-0.055,2.343,0,3.778,0.16,5.642c0.957-0.055,1.916-0.159,3.516-0.159
+ c0.904,0,1.754,0.104,2.658,0.159c-0.586-0.903-0.904-1.438-1.064-3.515c-0.105-2.021-0.105-4.043-0.105-6.867l0.055-10.861
+ c0-4.048-1.066-8.039-9.053-8.039c-5.268,0-8.354,1.599-9.898,2.396c0.641,1.171,1.174,2.18,1.652,4.472
+ c2.076-1.811,4.791-2.77,7.557-2.77c4.422,0,4.422,2.93,4.422,7.079c-1.012-0.053-1.863-0.157-3.303-0.157
+ C255.151,1095.528,250.679,1098.132,250.679,1105.272"/>
+ <path opacity="0.6" fill="#FFFFFF" enable-background="new " d="M295.979,1108.518c0.055,1.811,0.055,3.727,0.799,5.27
+ c-1.174-0.104-1.863-0.266-4.045-0.266c-1.279,0-1.971,0.107-2.982,0.266c0.211-0.688,0.322-0.957,0.428-1.862
+ c0.158-1.224,0.268-5.322,0.268-6.761v-5.754c0-2.501,0-6.122-0.164-7.396c-0.105-0.904-0.369-3.354-3.461-3.354
+ c-3.033,0-4.043,2.233-4.416,4.045c-0.426,1.861-0.426,3.887-0.426,11.769c0.053,6.813,0.053,7.451,0.584,9.313
+ c-0.904-0.106-2.021-0.213-3.617-0.213c-1.277,0-2.131,0.053-3.193,0.213c0.373-0.852,0.586-1.276,0.691-4.258
+ c0.107-2.93,0.32-17.306-0.16-20.711c-0.266-2.078-0.799-2.556-1.383-3.089c4.313-0.213,5.693-0.904,7.025-1.595v5.641
+ c0.639-1.652,1.969-5.324,7.293-5.324c6.654,0,6.707,4.846,6.76,8.037V1108.518"/>
+ <path opacity="0.6" fill="#FFFFFF" enable-background="new " d="M248.722,1076.654l-4.406,4.407l-4.406-4.407l4.406-4.406
+ L248.722,1076.654"/>
+ </g>
+</g>
+</svg>
diff --git a/moonlight-theme/sources/syslinux.svg b/moonlight-theme/sources/syslinux.svg
new file mode 100755
index 0000000..ed88e7c
--- /dev/null
+++ b/moonlight-theme/sources/syslinux.svg
@@ -0,0 +1,2010 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ width="640px" height="300px" viewBox="0 0 640 300" enable-background="new 0 0 640 300" xml:space="preserve">
+<rect x="-3.768" y="-96.333" fill="#23353D" width="692.632" height="488.548"/>
+<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="42.2397" y1="-418.0093" x2="42.2397" y2="323.3784">
+ <stop offset="0" style="stop-color:#F7FCFF"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+</linearGradient>
+<rect x="6" y="-418.009" opacity="0.1" fill="url(#SVGID_1_)" width="72.479" height="741.387"/>
+<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="225.915" y1="396.9658" x2="806.3467" y2="396.9658" gradientTransform="matrix(1 0 0 1 -225.915 -108.0171)">
+ <stop offset="0" style="stop-color:#2B4F5A"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+</linearGradient>
+<rect y="284.965" opacity="0.2" fill="url(#SVGID_2_)" width="580.432" height="7.967"/>
+<linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-178.79" y1="-44.0117" x2="401.6406" y2="-44.0117" gradientTransform="matrix(-1 0 0 -1 462.6152 232.0078)">
+ <stop offset="0" style="stop-color:#2B4F5A"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+</linearGradient>
+<rect x="60.975" y="272.036" opacity="0.2" fill="url(#SVGID_3_)" width="580.431" height="7.967"/>
+<linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="305.1572" y1="94.5532" x2="305.1572" y2="11.3335" gradientTransform="matrix(0 1 -1 0 289.9023 -48.4028)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+</linearGradient>
+<line opacity="0.3" fill="#F6F6F6" stroke="url(#SVGID_4_)" stroke-width="3" stroke-miterlimit="10" x1="195.349" y1="256.754" x2="278.568" y2="256.754"/>
+<linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="30.0151" y1="-439.0972" x2="30.0151" y2="414.8354">
+ <stop offset="0" style="stop-color:#F7FCFF"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+</linearGradient>
+<rect x="-3.768" y="-439.097" opacity="0.1" fill="url(#SVGID_5_)" width="67.565" height="853.932"/>
+<linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="575.3887" y1="-356.4614" x2="575.3886" y2="497.4712">
+ <stop offset="0" style="stop-color:#F7FCFF"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+</linearGradient>
+<rect x="552.867" y="-356.461" opacity="0.1" fill="url(#SVGID_6_)" width="45.042" height="853.932"/>
+<linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="304.8618" y1="-371.9648" x2="304.8618" y2="481.9644" gradientTransform="matrix(-1 0 0 1 851.3535 0)">
+ <stop offset="0" style="stop-color:#F7FCFF"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+</linearGradient>
+<rect x="531.378" y="-371.965" opacity="0.1" fill="url(#SVGID_7_)" width="30.227" height="853.93"/>
+<linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="65.4458" y1="-274.7417" x2="65.4458" y2="-315.4409" gradientTransform="matrix(0 1 -1 0 289.9023 -48.4028)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+</linearGradient>
+<line opacity="0.3" fill="#F6F6F6" stroke="url(#SVGID_8_)" stroke-width="3" stroke-miterlimit="10" x1="564.644" y1="17.042" x2="605.343" y2="17.042"/>
+<linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="90.123" y1="196.9512" x2="90.123" y2="155.916" gradientTransform="matrix(0 1 -1 0 289.9023 -48.4028)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+</linearGradient>
+<line opacity="0.3" fill="#F6F6F6" stroke="url(#SVGID_9_)" stroke-width="3" stroke-miterlimit="10" x1="92.952" y1="41.72" x2="133.986" y2="41.72"/>
+<path opacity="0.6" fill="#F6F6F6" d="M6,482.813"/>
+<path opacity="0.6" fill="#F6F6F6" d="M6,493.182"/>
+<linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="356.2666" y1="-3.0376" x2="356.2666" y2="181.1401" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 828.8758 482.4333)">
+ <stop offset="0" style="stop-color:#F7FCFF"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+</linearGradient>
+<path opacity="0.2" fill="none" stroke="url(#SVGID_10_)" stroke-miterlimit="10" d="M679.54,85
+ c45.594,21.874,64.819,76.565,42.941,122.156c-21.876,45.595-76.57,64.821-122.166,42.944
+ c-45.59-21.877-64.813-76.57-42.939-122.161C579.253,82.346,633.947,63.124,679.54,85z"/>
+<path opacity="0.3" fill="#244960" d="M658.021,255.53c-32.221,11.327-67.524-5.611-78.848-37.833
+ c-11.328-32.222,5.611-67.524,37.834-78.848c32.22-11.324,67.521,5.614,78.849,37.832
+ C707.183,208.903,690.242,244.204,658.021,255.53z"/>
+<linearGradient id="SVGID_11_" gradientUnits="userSpaceOnUse" x1="594.4785" y1="-314.5117" x2="594.4785" y2="539.4204">
+ <stop offset="0" style="stop-color:#F7FCFF"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+</linearGradient>
+<rect x="584.993" y="-314.512" opacity="0.1" fill="url(#SVGID_11_)" width="18.971" height="853.932"/>
+<g opacity="0.7">
+ <path fill="none" d="M596.902,211.467l-0.861-2.448l-8.185,2.876c0.243,0.826,0.512,1.65,0.801,2.474l0,0L596.902,211.467z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M596.796,171.613c-0.064-0.176,0.057-0.384,0.271-0.463l5.527-1.943l-2.688-7.641
+ c-4.381,4.636-7.853,10.028-10.266,15.871l8.188-2.88L596.796,171.613z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M605.073,208.966l2.058,5.86l4.316-1.521l-3.035-8.635l-12.371,4.349l0.861,2.448l7.771-2.73
+ C604.829,208.683,605.01,208.787,605.073,208.966z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M628.269,160.188c0.214-0.08,0.439,0.01,0.502,0.189l0.156,0.435
+ c-0.149-0.419-0.009-0.854,0.313-0.966l14.122-4.968l-3.315-9.432c-6.506-0.32-13.182,0.591-19.703,2.884
+ c-1.951,0.684-3.831,1.472-5.643,2.36l4.463,12.696L628.269,160.188z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M666.071,153.977c-1.774-1.168-3.621-2.229-5.523-3.173l1.604,4.556L666.071,153.977z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M684.623,187.584c0.321-0.113,0.677,0.053,0.787,0.374l3.878,11.038
+ c0.226-6.277-0.701-12.703-2.911-18.98c-2.905-8.268-7.697-15.333-13.723-20.89l10.218,29.071L684.623,187.584z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.405,184.529l3.827-1.345c0.252-0.088,0.46-0.15,0.463-0.137l0.643,1.828
+ c0.004,0.014-0.198,0.093-0.45,0.18l-3.824,1.348l1.638,4.665l8.171-2.871l-10.218-29.071c-2.061-1.896-4.263-3.614-6.583-5.149
+ l-3.92,1.383L672.405,184.529z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M672.405,184.529l3.827-1.345c0.252-0.088,0.46-0.15,0.463-0.137l0.643,1.828
+ c0.004,0.014-0.198,0.093-0.45,0.18l-3.824,1.348l1.638,4.665l8.171-2.871l-10.218-29.071c-2.061-1.896-4.263-3.614-6.583-5.149
+ l-3.92,1.383L672.405,184.529z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M671.864,235.972c0.533-0.471,1.056-0.952,1.569-1.446l-1.849,0.646L671.864,235.972z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M671.864,235.972c0.533-0.471,1.056-0.952,1.569-1.446l-1.849,0.646L671.864,235.972z"/>
+
+ <rect x="609.182" y="211.929" transform="matrix(0.3379 0.9412 -0.9412 0.3379 605.0886 -431.67)" opacity="0.4" fill="#FFF8B9" width="0.324" height="4.577"/>
+
+ <rect x="609.182" y="211.929" transform="matrix(0.3379 0.9412 -0.9412 0.3379 605.0886 -431.67)" opacity="0.4" fill="#FFF8B9" width="0.324" height="4.577"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M621.247,216.563l-4.914,1.728c-0.2,0.071-0.364,0.125-0.367,0.115l-0.455-1.296
+ c-0.003-0.006,0.157-0.07,0.357-0.144l4.917-1.725l-1.083-3.077l-12.024,4.221l7.745,22.032c0.063,0.183-0.01,0.374-0.164,0.426
+ l-5.642,1.982c0.675,0.433,1.359,0.85,2.051,1.249l16.507-5.804L621.247,216.563z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M621.247,216.563l-4.914,1.728c-0.2,0.071-0.364,0.125-0.367,0.115l-0.455-1.296
+ c-0.003-0.006,0.157-0.07,0.357-0.144l4.917-1.725l-1.083-3.077l-12.024,4.221l7.745,22.032c0.063,0.183-0.01,0.374-0.164,0.426
+ l-5.642,1.982c0.675,0.433,1.359,0.85,2.051,1.249l16.507-5.804L621.247,216.563z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M650.666,247.286c1.347-0.352,2.689-0.768,4.025-1.236c4.295-1.506,8.265-3.527,11.867-5.961
+ l-16.396,5.764L650.666,247.286z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M650.666,247.286c1.347-0.352,2.689-0.768,4.025-1.236c4.295-1.506,8.265-3.527,11.867-5.961
+ l-16.396,5.764L650.666,247.286z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.466,240.139c-0.322,0.111-0.676-0.055-0.792-0.378l-0.228-0.649l-6.66-18.946
+ l-7.702,2.704l8.079,22.983l16.396-5.764c1.873-1.267,3.642-2.642,5.306-4.117l-0.279-0.8L657.466,240.139z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.466,240.139c-0.322,0.111-0.676-0.055-0.792-0.378l-0.228-0.649l-6.66-18.946
+ l-7.702,2.704l8.079,22.983l16.396-5.764c1.873-1.267,3.642-2.642,5.306-4.117l-0.279-0.8L657.466,240.139z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.466,240.139c-0.322,0.111-0.676-0.055-0.792-0.378l-0.228-0.649l-6.66-18.946
+ l-7.702,2.704l8.079,22.983l16.396-5.764c1.873-1.267,3.642-2.642,5.306-4.117l-0.279-0.8L657.466,240.139z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M587.35,184.297c-2.272,8.813-2.251,18.318,0.507,27.598l8.185-2.876L587.35,184.297z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M608.412,204.67l-10.584-30.112l-8.188,2.88c-0.921,2.226-1.687,4.518-2.291,6.859
+ l8.691,24.722L608.412,204.67z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M608.412,204.67l-10.584-30.112l-8.188,2.88c-0.921,2.226-1.687,4.518-2.291,6.859
+ l8.691,24.722L608.412,204.67z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M619.149,210.595l-1.494-4.255c-0.054-0.15-0.07-0.305-0.054-0.441l-5.082,1.786
+ c-0.256,0.088-0.463,0.152-0.468,0.144l-0.644-1.831c-0.003-0.012,0.197-0.097,0.453-0.185l6.858-2.409l-0.739-2.1l-9.568,3.366
+ l3.035,8.635L619.149,210.595z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M619.149,210.595l-1.494-4.255c-0.054-0.15-0.07-0.305-0.054-0.441l-5.082,1.786
+ c-0.256,0.088-0.463,0.152-0.468,0.144l-0.644-1.831c-0.003-0.012,0.197-0.097,0.453-0.185l6.858-2.409l-0.739-2.1l-9.568,3.366
+ l3.035,8.635L619.149,210.595z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M602.594,169.207l-5.527,1.943c-0.214,0.079-0.335,0.287-0.271,0.463l1.032,2.944l5.914-2.08
+ L602.594,169.207z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M602.594,169.207l-5.527,1.943c-0.214,0.079-0.335,0.287-0.271,0.463l1.032,2.944l5.914-2.08
+ L602.594,169.207z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M629.222,163.522c0.323-0.114,0.637-0.056,0.701,0.124l-0.996-2.835l-0.156-0.435
+ c-0.063-0.18-0.288-0.27-0.502-0.189l-9.104,3.199l1.15,3.268L629.222,163.522z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M629.222,163.522c0.323-0.114,0.637-0.056,0.701,0.124l-0.996-2.835l-0.156-0.435
+ c-0.063-0.18-0.288-0.27-0.502-0.189l-9.104,3.199l1.15,3.268L629.222,163.522z"/>
+
+ <rect x="618.211" y="200.426" transform="matrix(0.9433 -0.3318 0.3318 0.9433 -31.7095 217.3685)" opacity="0.4" fill="#FFF8B9" width="4.909" height="2.226"/>
+
+ <rect x="618.211" y="200.426" transform="matrix(0.9433 -0.3318 0.3318 0.9433 -31.7095 217.3685)" opacity="0.4" fill="#FFF8B9" width="4.909" height="2.226"/>
+
+ <rect x="618.211" y="200.426" transform="matrix(0.9433 -0.3318 0.3318 0.9433 -31.7095 217.3685)" opacity="0.5" fill="#D1E4B7" width="4.909" height="2.226"/>
+
+ <rect x="615.191" y="208.02" transform="matrix(0.3379 0.9412 -0.9412 0.3379 607.0762 -438.7267)" opacity="0.4" fill="#FFF8B9" width="0.324" height="8.165"/>
+
+ <rect x="615.191" y="208.02" transform="matrix(0.3379 0.9412 -0.9412 0.3379 607.0762 -438.7267)" opacity="0.4" fill="#FFF8B9" width="0.324" height="8.165"/>
+
+ <rect x="615.191" y="208.02" transform="matrix(0.3379 0.9412 -0.9412 0.3379 607.0762 -438.7267)" opacity="0.5" fill="#D1E4B7" width="0.324" height="8.165"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M630.872,166.353l-0.949-2.706c-0.064-0.18-0.378-0.238-0.701-0.124l-8.907,3.132
+ l1.064,3.032L630.872,166.353z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M630.872,166.353l-0.949-2.706c-0.064-0.18-0.378-0.238-0.701-0.124l-8.907,3.132
+ l1.064,3.032L630.872,166.353z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M630.872,166.353l-0.949-2.706c-0.064-0.18-0.378-0.238-0.701-0.124l-8.907,3.132
+ l1.064,3.032L630.872,166.353z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M617.609,200.245l-3.072,1.078c-0.322,0.115-0.67-0.036-0.774-0.336l-10.021-28.51
+ l-5.914,2.08l10.584,30.112l9.568-3.366L617.609,200.245z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M617.609,200.245l-3.072,1.078c-0.322,0.115-0.67-0.036-0.774-0.336l-10.021-28.51
+ l-5.914,2.08l10.584,30.112l9.568-3.366L617.609,200.245z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M617.609,200.245l-3.072,1.078c-0.322,0.115-0.67-0.036-0.774-0.336l-10.021-28.51
+ l-5.914,2.08l10.584,30.112l9.568-3.366L617.609,200.245z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M630.335,195.164c0.106,0.297-0.07,0.63-0.395,0.741l7.626-2.678l-2.928-8.322
+ c-0.023-0.073,0.003-0.145,0.067-0.17l2.34-0.822l-6.174-17.561l-9.493,3.334L630.335,195.164z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M630.335,195.164c0.106,0.297-0.07,0.63-0.395,0.741l7.626-2.678l-2.928-8.322
+ c-0.023-0.073,0.003-0.145,0.067-0.17l2.34-0.822l-6.174-17.561l-9.493,3.334L630.335,195.164z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M630.335,195.164c0.106,0.297-0.07,0.63-0.395,0.741l7.626-2.678l-2.928-8.322
+ c-0.023-0.073,0.003-0.145,0.067-0.17l2.34-0.822l-6.174-17.561l-9.493,3.334L630.335,195.164z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M630.335,195.164c0.106,0.297-0.07,0.63-0.395,0.741l7.626-2.678l-2.928-8.322
+ c-0.023-0.073,0.003-0.145,0.067-0.17l2.34-0.822l-6.174-17.561l-9.493,3.334L630.335,195.164z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M622.316,198.83c-0.043-0.118,0.035-0.253,0.178-0.301l-4.885,1.716l0.371,1.059l4.631-1.629
+ L622.316,198.83z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M622.316,198.83c-0.043-0.118,0.035-0.253,0.178-0.301l-4.885,1.716l0.371,1.059l4.631-1.629
+ L622.316,198.83z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M622.316,198.83c-0.043-0.118,0.035-0.253,0.178-0.301l-4.885,1.716l0.371,1.059l4.631-1.629
+ L622.316,198.83z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M622.316,198.83c-0.043-0.118,0.035-0.253,0.178-0.301l-4.885,1.716l0.371,1.059l4.631-1.629
+ L622.316,198.83z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M684.623,187.584l-1.751,0.613l3.115,8.869l1.207-0.425c0.204-0.071,0.377-0.128,0.383-0.112
+ l0.642,1.83c0.006,0.01-0.16,0.081-0.369,0.153l-1.204,0.423l2.097,5.961c0.295-1.945,0.477-3.913,0.546-5.9l-3.878-11.038
+ C685.3,187.637,684.944,187.471,684.623,187.584z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M684.623,187.584l-1.751,0.613l3.115,8.869l1.207-0.425c0.204-0.071,0.377-0.128,0.383-0.112
+ l0.642,1.83c0.006,0.01-0.16,0.081-0.369,0.153l-1.204,0.423l2.097,5.961c0.295-1.945,0.477-3.913,0.546-5.9l-3.878-11.038
+ C685.3,187.637,684.944,187.471,684.623,187.584z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M663.771,206.974l9.251,26.313c0.146,0.423,0.006,0.855-0.316,0.967l-1.284,0.458l0.163,0.46
+ l1.849-0.646c8.223-7.923,13.606-18.381,15.309-29.629l-2.097-5.961L663.771,206.974z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M663.771,206.974l9.251,26.313c0.146,0.423,0.006,0.855-0.316,0.967l-1.284,0.458l0.163,0.46
+ l1.849-0.646c8.223-7.923,13.606-18.381,15.309-29.629l-2.097-5.961L663.771,206.974z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M663.771,206.974l9.251,26.313c0.146,0.423,0.006,0.855-0.316,0.967l-1.284,0.458l0.163,0.46
+ l1.849-0.646c8.223-7.923,13.606-18.381,15.309-29.629l-2.097-5.961L663.771,206.974z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M675.594,195.474l-14.119,4.966l0.154,0.444l5.149-1.811c0.2-0.073,0.364-0.121,0.368-0.111
+ l0.452,1.296c0.007,0.005-0.154,0.069-0.354,0.137l-5.148,1.811l1.02,2.896l22.872-8.035l-3.115-8.869l-8.171,2.871l1.209,3.438
+ C676.059,194.929,675.92,195.362,675.594,195.474z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M675.594,195.474l-14.119,4.966l0.154,0.444l5.149-1.811c0.2-0.073,0.364-0.121,0.368-0.111
+ l0.452,1.296c0.007,0.005-0.154,0.069-0.354,0.137l-5.148,1.811l1.02,2.896l22.872-8.035l-3.115-8.869l-8.171,2.871l1.209,3.438
+ C676.059,194.929,675.92,195.362,675.594,195.474z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M675.594,195.474l-14.119,4.966l0.154,0.444l5.149-1.811c0.2-0.073,0.364-0.121,0.368-0.111
+ l0.452,1.296c0.007,0.005-0.154,0.069-0.354,0.137l-5.148,1.811l1.02,2.896l22.872-8.035l-3.115-8.869l-8.171,2.871l1.209,3.438
+ C676.059,194.929,675.92,195.362,675.594,195.474z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M656.446,239.111l0.228,0.649c0.116,0.323,0.47,0.489,0.792,0.378l14.119-4.967l-0.163-0.46
+ l-14.12,4.96C656.979,239.786,656.595,239.531,656.446,239.111z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M656.446,239.111l0.228,0.649c0.116,0.323,0.47,0.489,0.792,0.378l14.119-4.967l-0.163-0.46
+ l-14.12,4.96C656.979,239.786,656.595,239.531,656.446,239.111z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M656.446,239.111l0.228,0.649c0.116,0.323,0.47,0.489,0.792,0.378l14.119-4.967l-0.163-0.46
+ l-14.12,4.96C656.979,239.786,656.595,239.531,656.446,239.111z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M656.446,239.111l0.228,0.649c0.116,0.323,0.47,0.489,0.792,0.378l14.119-4.967l-0.163-0.46
+ l-14.12,4.96C656.979,239.786,656.595,239.531,656.446,239.111z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M611.668,242.074c6.371,3.664,13.498,5.965,20.896,6.685l-4.39-12.488L611.668,242.074z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M611.668,242.074c6.371,3.664,13.498,5.965,20.896,6.685l-4.39-12.488L611.668,242.074z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M611.668,242.074c6.371,3.664,13.498,5.965,20.896,6.685l-4.39-12.488L611.668,242.074z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M644.646,154.431c0.322-0.114,0.704,0.139,0.853,0.561l1.947,5.532l14.706-5.164
+ l-1.604-4.556c-6.34-3.148-13.318-5-20.501-5.357l3.315,9.432L644.646,154.431z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M644.646,154.431c0.322-0.114,0.704,0.139,0.853,0.561l1.947,5.532l14.706-5.164
+ l-1.604-4.556c-6.34-3.148-13.318-5-20.501-5.357l3.315,9.432L644.646,154.431z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="672.405,184.529 662.151,155.359 647.445,160.523 657.699,189.701 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="672.405,184.529 662.151,155.359 647.445,160.523 657.699,189.701 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="672.405,184.529 662.151,155.359 647.445,160.523 657.699,189.701 "/>
+
+ <rect x="658.739" y="188.849" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 1358.7865 150.6982)" opacity="0.4" fill="#FFF8B9" width="15.585" height="4.944"/>
+
+ <rect x="658.739" y="188.849" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 1358.7865 150.6982)" opacity="0.4" fill="#FFF8B9" width="15.585" height="4.944"/>
+
+ <rect x="658.739" y="188.849" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 1358.7865 150.6982)" opacity="0.4" fill="#FFF8B9" width="15.585" height="4.944"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M660.104,196.543l3.537-1.245c0.296-0.103,0.539-0.184,0.544-0.177l0.431,1.232
+ c0.005,0.01-0.233,0.1-0.534,0.207l-3.534,1.24l0.927,2.639l14.119-4.966c0.326-0.111,0.465-0.545,0.316-0.967l-1.209-3.438
+ l-14.702,5.17L660.104,196.543z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M660.104,196.543l3.537-1.245c0.296-0.103,0.539-0.184,0.544-0.177l0.431,1.232
+ c0.005,0.01-0.233,0.1-0.534,0.207l-3.534,1.24l0.927,2.639l14.119-4.966c0.326-0.111,0.465-0.545,0.316-0.967l-1.209-3.438
+ l-14.702,5.17L660.104,196.543z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M660.104,196.543l3.537-1.245c0.296-0.103,0.539-0.184,0.544-0.177l0.431,1.232
+ c0.005,0.01-0.233,0.1-0.534,0.207l-3.534,1.24l0.927,2.639l14.119-4.966c0.326-0.111,0.465-0.545,0.316-0.967l-1.209-3.438
+ l-14.702,5.17L660.104,196.543z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M660.104,196.543l3.537-1.245c0.296-0.103,0.539-0.184,0.544-0.177l0.431,1.232
+ c0.005,0.01-0.233,0.1-0.534,0.207l-3.534,1.24l0.927,2.639l14.119-4.966c0.326-0.111,0.465-0.545,0.316-0.967l-1.209-3.438
+ l-14.702,5.17L660.104,196.543z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.427,221.469c-0.321,0.111-0.674-0.055-0.788-0.375l-1.107-3.151l-1.051,0.368
+ l1.604,4.559l7.702-2.704l-0.288-0.831L643.427,221.469z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.427,221.469c-0.321,0.111-0.674-0.055-0.788-0.375l-1.107-3.151l-1.051,0.368
+ l1.604,4.559l7.702-2.704l-0.288-0.831L643.427,221.469z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.427,221.469c-0.321,0.111-0.674-0.055-0.788-0.375l-1.107-3.151l-1.051,0.368
+ l1.604,4.559l7.702-2.704l-0.288-0.831L643.427,221.469z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M643.427,221.469c-0.321,0.111-0.674-0.055-0.788-0.375l-1.107-3.151l-1.051,0.368
+ l1.604,4.559l7.702-2.704l-0.288-0.831L643.427,221.469z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M635.723,204.774l3.969-1.4l-1.641-4.662l-4.062,1.423c0.1,0.106,0.184,0.234,0.238,0.385
+ L635.723,204.774z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M635.723,204.774l3.969-1.4l-1.641-4.662l-4.062,1.423c0.1,0.106,0.184,0.234,0.238,0.385
+ L635.723,204.774z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M635.723,204.774l3.969-1.4l-1.641-4.662l-4.062,1.423c0.1,0.106,0.184,0.234,0.238,0.385
+ L635.723,204.774z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M635.723,204.774l3.969-1.4l-1.641-4.662l-4.062,1.423c0.1,0.106,0.184,0.234,0.238,0.385
+ L635.723,204.774z"/>
+
+ <rect x="622.521" y="196.92" transform="matrix(0.9435 -0.3314 0.3314 0.9435 -29.9907 220.1785)" opacity="0.4" fill="#FFF8B9" width="16.246" height="2.224"/>
+
+ <rect x="622.521" y="196.92" transform="matrix(0.9435 -0.3314 0.3314 0.9435 -29.9907 220.1785)" opacity="0.4" fill="#FFF8B9" width="16.246" height="2.224"/>
+
+ <rect x="622.521" y="196.92" transform="matrix(0.9435 -0.3314 0.3314 0.9435 -29.9907 220.1785)" opacity="0.5" fill="#D1E4B7" width="16.246" height="2.224"/>
+
+ <rect x="622.521" y="196.92" transform="matrix(0.9435 -0.3314 0.3314 0.9435 -29.9907 220.1785)" opacity="0.2" fill="#FFF6A3" width="16.246" height="2.224"/>
+
+ <rect x="635.656" y="204.065" transform="matrix(0.943 -0.3327 0.3327 0.943 -31.6133 223.8507)" opacity="0.4" fill="#FFF8B9" width="4.209" height="0.32"/>
+
+ <rect x="635.656" y="204.065" transform="matrix(0.943 -0.3327 0.3327 0.943 -31.6133 223.8507)" opacity="0.4" fill="#FFF8B9" width="4.209" height="0.32"/>
+
+ <rect x="635.656" y="204.065" transform="matrix(0.943 -0.3327 0.3327 0.943 -31.6133 223.8507)" opacity="0.4" fill="#FFF8B9" width="4.209" height="0.32"/>
+
+ <rect x="635.656" y="204.065" transform="matrix(0.943 -0.3327 0.3327 0.943 -31.6133 223.8507)" opacity="0.5" fill="#D1E4B7" width="4.209" height="0.32"/>
+
+ <rect x="635.656" y="204.065" transform="matrix(0.943 -0.3327 0.3327 0.943 -31.6133 223.8507)" opacity="0.2" fill="#FFF6A3" width="4.209" height="0.32"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M637.566,193.228l-7.626,2.678l-7.446,2.624c-0.143,0.048-0.221,0.183-0.178,0.301
+ l0.295,0.845l15.328-5.384L637.566,193.228z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M637.566,193.228l-7.626,2.678l-7.446,2.624c-0.143,0.048-0.221,0.183-0.178,0.301
+ l0.295,0.845l15.328-5.384L637.566,193.228z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M637.566,193.228l-7.626,2.678l-7.446,2.624c-0.143,0.048-0.221,0.183-0.178,0.301
+ l0.295,0.845l15.328-5.384L637.566,193.228z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M637.566,193.228l-7.626,2.678l-7.446,2.624c-0.143,0.048-0.221,0.183-0.178,0.301
+ l0.295,0.845l15.328-5.384L637.566,193.228z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M637.566,193.228l-7.626,2.678l-7.446,2.624c-0.143,0.048-0.221,0.183-0.178,0.301
+ l0.295,0.845l15.328-5.384L637.566,193.228z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.425,202.062l-0.435-1.238l-2.342,0.822c-0.061,0.022-0.13-0.02-0.157-0.09l-1.156-3.299
+ l-1.284,0.455l1.641,4.662L643.425,202.062z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.425,202.062l-0.435-1.238l-2.342,0.822c-0.061,0.022-0.13-0.02-0.157-0.09l-1.156-3.299
+ l-1.284,0.455l1.641,4.662L643.425,202.062z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M643.425,202.062l-0.435-1.238l-2.342,0.822c-0.061,0.022-0.13-0.02-0.157-0.09l-1.156-3.299
+ l-1.284,0.455l1.641,4.662L643.425,202.062z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.425,202.062l-0.435-1.238l-2.342,0.822c-0.061,0.022-0.13-0.02-0.157-0.09l-1.156-3.299
+ l-1.284,0.455l1.641,4.662L643.425,202.062z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M643.425,202.062l-0.435-1.238l-2.342,0.822c-0.061,0.022-0.13-0.02-0.157-0.09l-1.156-3.299
+ l-1.284,0.455l1.641,4.662L643.425,202.062z"/>
+
+ <rect x="641.451" y="200.89" transform="matrix(0.329 0.9443 -0.9443 0.329 622.1011 -469.7673)" opacity="0.4" fill="#FFF8B9" width="0.321" height="3.957"/>
+
+ <rect x="641.451" y="200.89" transform="matrix(0.329 0.9443 -0.9443 0.329 622.1011 -469.7673)" opacity="0.4" fill="#FFF8B9" width="0.321" height="3.957"/>
+
+ <rect x="641.451" y="200.89" transform="matrix(0.329 0.9443 -0.9443 0.329 622.1011 -469.7673)" opacity="0.4" fill="#FFF8B9" width="0.321" height="3.957"/>
+
+ <rect x="641.451" y="200.89" transform="matrix(0.329 0.9443 -0.9443 0.329 622.1011 -469.7673)" opacity="0.5" fill="#D1E4B7" width="0.321" height="3.957"/>
+
+ <rect x="641.451" y="200.89" transform="matrix(0.329 0.9443 -0.9443 0.329 622.1011 -469.7673)" opacity="0.4" fill="#FFF8B9" width="0.321" height="3.957"/>
+
+ <rect x="641.451" y="200.89" transform="matrix(0.329 0.9443 -0.9443 0.329 622.1011 -469.7673)" opacity="0.2" fill="#FFF6A3" width="0.321" height="3.957"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M637.046,183.913l-2.34,0.822c-0.064,0.025-0.091,0.097-0.067,0.17l2.928,8.322l2.45-0.861
+ L637.046,183.913z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M637.046,183.913l-2.34,0.822c-0.064,0.025-0.091,0.097-0.067,0.17l2.928,8.322l2.45-0.861
+ L637.046,183.913z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M637.046,183.913l-2.34,0.822c-0.064,0.025-0.091,0.097-0.067,0.17l2.928,8.322l2.45-0.861
+ L637.046,183.913z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M637.046,183.913l-2.34,0.822c-0.064,0.025-0.091,0.097-0.067,0.17l2.928,8.322l2.45-0.861
+ L637.046,183.913z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M637.046,183.913l-2.34,0.822c-0.064,0.025-0.091,0.097-0.067,0.17l2.928,8.322l2.45-0.861
+ L637.046,183.913z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M640.272,193.1c0.064,0.186-0.145,0.419-0.467,0.533l-1.866,0.658l0.736,2.095l2.452-0.861
+ L640.272,193.1z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M640.272,193.1c0.064,0.186-0.145,0.419-0.467,0.533l-1.866,0.658l0.736,2.095l2.452-0.861
+ L640.272,193.1z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M640.272,193.1c0.064,0.186-0.145,0.419-0.467,0.533l-1.866,0.658l0.736,2.095l2.452-0.861
+ L640.272,193.1z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M640.272,193.1c0.064,0.186-0.145,0.419-0.467,0.533l-1.866,0.658l0.736,2.095l2.452-0.861
+ L640.272,193.1z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M640.272,193.1c0.064,0.186-0.145,0.419-0.467,0.533l-1.866,0.658l0.736,2.095l2.452-0.861
+ L640.272,193.1z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M639.806,193.633c0.322-0.114,0.531-0.348,0.467-0.533l-0.256-0.733l-2.45,0.861l0.373,1.063
+ L639.806,193.633z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M639.806,193.633c0.322-0.114,0.531-0.348,0.467-0.533l-0.256-0.733l-2.45,0.861l0.373,1.063
+ L639.806,193.633z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M639.806,193.633c0.322-0.114,0.531-0.348,0.467-0.533l-0.256-0.733l-2.45,0.861l0.373,1.063
+ L639.806,193.633z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M639.806,193.633c0.322-0.114,0.531-0.348,0.467-0.533l-0.256-0.733l-2.45,0.861l0.373,1.063
+ L639.806,193.633z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M639.806,193.633c0.322-0.114,0.531-0.348,0.467-0.533l-0.256-0.733l-2.45,0.861l0.373,1.063
+ L639.806,193.633z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M639.806,193.633c0.322-0.114,0.531-0.348,0.467-0.533l-0.256-0.733l-2.45,0.861l0.373,1.063
+ L639.806,193.633z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M639.335,198.257l1.156,3.299c0.027,0.07,0.097,0.112,0.157,0.09l2.342-0.822l-1.207-3.424
+ L639.335,198.257z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M639.335,198.257l1.156,3.299c0.027,0.07,0.097,0.112,0.157,0.09l2.342-0.822l-1.207-3.424
+ L639.335,198.257z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M639.335,198.257l1.156,3.299c0.027,0.07,0.097,0.112,0.157,0.09l2.342-0.822l-1.207-3.424
+ L639.335,198.257z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M639.335,198.257l1.156,3.299c0.027,0.07,0.097,0.112,0.157,0.09l2.342-0.822l-1.207-3.424
+ L639.335,198.257z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M639.335,198.257l1.156,3.299c0.027,0.07,0.097,0.112,0.157,0.09l2.342-0.822l-1.207-3.424
+ L639.335,198.257z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M639.335,198.257l1.156,3.299c0.027,0.07,0.097,0.112,0.157,0.09l2.342-0.822l-1.207-3.424
+ L639.335,198.257z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M596.902,211.467l-8.245,2.901c0.772,2.198,1.68,4.313,2.709,6.338l7.816-2.749
+ L596.902,211.467z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M591.991,221.899c3.627,6.7,8.605,12.357,14.462,16.745l-6.826-19.43L591.991,221.899z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M599.256,217.932c0.037-0.217,0.184-0.406,0.403-0.485l7.472-2.62l-2.058-5.86
+ c-0.063-0.179-0.244-0.283-0.399-0.229l-7.771,2.73l2.28,6.49L599.256,217.932z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M599.256,217.932c0.037-0.217,0.184-0.406,0.403-0.485l7.472-2.62l-2.058-5.86
+ c-0.063-0.179-0.244-0.283-0.399-0.229l-7.771,2.73l2.28,6.49L599.256,217.932z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M607.131,214.826l-7.472,2.62c-0.22,0.079-0.366,0.269-0.403,0.485l7.98-2.802
+ L607.131,214.826z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M607.131,214.826l-7.472,2.62c-0.22,0.079-0.366,0.269-0.403,0.485l7.98-2.802
+ L607.131,214.826z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M607.131,214.826l-7.472,2.62c-0.22,0.079-0.366,0.269-0.403,0.485l7.98-2.802
+ L607.131,214.826z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M615.423,238.417l-7.745-22.032l-8.051,2.83l6.826,19.43
+ c1.029,0.768,2.083,1.494,3.164,2.181l5.642-1.982C615.413,238.791,615.486,238.6,615.423,238.417z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M615.423,238.417l-7.745-22.032l-8.051,2.83l6.826,19.43
+ c1.029,0.768,2.083,1.494,3.164,2.181l5.642-1.982C615.413,238.791,615.486,238.6,615.423,238.417z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M615.423,238.417l-7.745-22.032l-8.051,2.83l6.826,19.43
+ c1.029,0.768,2.083,1.494,3.164,2.181l5.642-1.982C615.413,238.791,615.486,238.6,615.423,238.417z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.531,217.942l1.107,3.151c0.114,0.32,0.467,0.486,0.788,0.375l6.071-2.135l-1.315-3.734
+ L641.531,217.942z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.531,217.942l1.107,3.151c0.114,0.32,0.467,0.486,0.788,0.375l6.071-2.135l-1.315-3.734
+ L641.531,217.942z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.531,217.942l1.107,3.151c0.114,0.32,0.467,0.486,0.788,0.375l6.071-2.135l-1.315-3.734
+ L641.531,217.942z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M641.531,217.942l1.107,3.151c0.114,0.32,0.467,0.486,0.788,0.375l6.071-2.135l-1.315-3.734
+ L641.531,217.942z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.531,217.942l1.107,3.151c0.114,0.32,0.467,0.486,0.788,0.375l6.071-2.135l-1.315-3.734
+ L641.531,217.942z"/>
+
+ <rect x="639.028" y="216.168" transform="matrix(-0.3317 -0.9434 0.9434 -0.3317 648.4932 892.8635)" opacity="0.4" fill="#FFF8B9" width="2.971" height="1.113"/>
+
+ <rect x="639.028" y="216.168" transform="matrix(-0.3317 -0.9434 0.9434 -0.3317 648.4932 892.8635)" opacity="0.4" fill="#FFF8B9" width="2.971" height="1.113"/>
+
+ <rect x="639.028" y="216.168" transform="matrix(-0.3317 -0.9434 0.9434 -0.3317 648.4932 892.8635)" opacity="0.4" fill="#FFF8B9" width="2.971" height="1.113"/>
+
+ <rect x="639.028" y="216.168" transform="matrix(-0.3317 -0.9434 0.9434 -0.3317 648.4932 892.8635)" opacity="0.2" fill="#FFF6A3" width="2.971" height="1.113"/>
+
+ <rect x="639.028" y="216.168" transform="matrix(-0.3317 -0.9434 0.9434 -0.3317 648.4932 892.8635)" opacity="0.4" fill="#FFF8B9" width="2.971" height="1.113"/>
+
+ <rect x="638.298" y="210.468" transform="matrix(0.9438 -0.3304 0.3304 0.9438 -34.1679 222.9761)" opacity="0.4" fill="#FFF8B9" width="1.114" height="3.067"/>
+
+ <rect x="638.298" y="210.468" transform="matrix(0.9438 -0.3304 0.3304 0.9438 -34.1679 222.9761)" opacity="0.4" fill="#FFF8B9" width="1.114" height="3.067"/>
+
+ <rect x="638.298" y="210.468" transform="matrix(0.9438 -0.3304 0.3304 0.9438 -34.1679 222.9761)" opacity="0.4" fill="#FFF8B9" width="1.114" height="3.067"/>
+
+ <rect x="638.298" y="210.468" transform="matrix(0.9438 -0.3304 0.3304 0.9438 -34.1679 222.9761)" opacity="0.2" fill="#FFF6A3" width="1.114" height="3.067"/>
+
+ <rect x="638.298" y="210.468" transform="matrix(0.9438 -0.3304 0.3304 0.9438 -34.1679 222.9761)" opacity="0.4" fill="#FFF8B9" width="1.114" height="3.067"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M638.834,208.397l2.334-0.816l-0.926-2.64l-3.971,1.392l1.083,3.081l1.068-0.374
+ C638.398,208.762,638.561,208.493,638.834,208.397z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M638.834,208.397l2.334-0.816l-0.926-2.64l-3.971,1.392l1.083,3.081l1.068-0.374
+ C638.398,208.762,638.561,208.493,638.834,208.397z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M638.834,208.397l2.334-0.816l-0.926-2.64l-3.971,1.392l1.083,3.081l1.068-0.374
+ C638.398,208.762,638.561,208.493,638.834,208.397z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M638.834,208.397l2.334-0.816l-0.926-2.64l-3.971,1.392l1.083,3.081l1.068-0.374
+ C638.398,208.762,638.561,208.493,638.834,208.397z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M638.834,208.397l2.334-0.816l-0.926-2.64l-3.971,1.392l1.083,3.081l1.068-0.374
+ C638.398,208.762,638.561,208.493,638.834,208.397z"/>
+
+ <rect x="640.593" y="204.207" transform="matrix(0.9434 -0.3315 0.3315 0.9434 -31.8239 224.6495)" opacity="0.4" fill="#FFF8B9" width="3.956" height="2.797"/>
+
+ <rect x="640.593" y="204.207" transform="matrix(0.9434 -0.3315 0.3315 0.9434 -31.8239 224.6495)" opacity="0.4" fill="#FFF8B9" width="3.956" height="2.797"/>
+
+ <rect x="640.593" y="204.207" transform="matrix(0.9434 -0.3315 0.3315 0.9434 -31.8239 224.6495)" opacity="0.4" fill="#FFF8B9" width="3.956" height="2.797"/>
+
+ <rect x="640.593" y="204.207" transform="matrix(0.9434 -0.3315 0.3315 0.9434 -31.8239 224.6495)" opacity="0.4" fill="#FFF8B9" width="3.956" height="2.797"/>
+
+ <rect x="640.593" y="204.207" transform="matrix(0.9434 -0.3315 0.3315 0.9434 -31.8239 224.6495)" opacity="0.2" fill="#FFF6A3" width="3.956" height="2.797"/>
+
+ <rect x="640.593" y="204.207" transform="matrix(0.9434 -0.3315 0.3315 0.9434 -31.8239 224.6495)" opacity="0.4" fill="#FFF8B9" width="3.956" height="2.797"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="647.197,212.8 640.548,215.136 641.531,217.942 648.183,215.6 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="647.197,212.8 640.548,215.136 641.531,217.942 648.183,215.6 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="647.197,212.8 640.548,215.136 641.531,217.942 648.183,215.6 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="647.197,212.8 640.548,215.136 641.531,217.942 648.183,215.6 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="647.197,212.8 640.548,215.136 641.531,217.942 648.183,215.6 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="647.197,212.8 640.548,215.136 641.531,217.942 648.183,215.6 "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M642.901,210.644c-0.325,0.112-0.68-0.058-0.791-0.384l-0.321-0.915l-2.917,1.026
+ l1.018,2.893l6.654-2.332l-0.492-1.401L642.901,210.644z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M642.901,210.644c-0.325,0.112-0.68-0.058-0.791-0.384l-0.321-0.915l-2.917,1.026
+ l1.018,2.893l6.654-2.332l-0.492-1.401L642.901,210.644z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M642.901,210.644c-0.325,0.112-0.68-0.058-0.791-0.384l-0.321-0.915l-2.917,1.026
+ l1.018,2.893l6.654-2.332l-0.492-1.401L642.901,210.644z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M642.901,210.644c-0.325,0.112-0.68-0.058-0.791-0.384l-0.321-0.915l-2.917,1.026
+ l1.018,2.893l6.654-2.332l-0.492-1.401L642.901,210.644z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M642.901,210.644c-0.325,0.112-0.68-0.058-0.791-0.384l-0.321-0.915l-2.917,1.026
+ l1.018,2.893l6.654-2.332l-0.492-1.401L642.901,210.644z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M642.901,210.644c-0.325,0.112-0.68-0.058-0.791-0.384l-0.321-0.915l-2.917,1.026
+ l1.018,2.893l6.654-2.332l-0.492-1.401L642.901,210.644z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.168,207.581l-2.334,0.816c-0.273,0.096-0.436,0.364-0.411,0.643l2.899-1.021
+ L641.168,207.581z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.168,207.581l-2.334,0.816c-0.273,0.096-0.436,0.364-0.411,0.643l2.899-1.021
+ L641.168,207.581z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.168,207.581l-2.334,0.816c-0.273,0.096-0.436,0.364-0.411,0.643l2.899-1.021
+ L641.168,207.581z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M641.168,207.581l-2.334,0.816c-0.273,0.096-0.436,0.364-0.411,0.643l2.899-1.021
+ L641.168,207.581z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.168,207.581l-2.334,0.816c-0.273,0.096-0.436,0.364-0.411,0.643l2.899-1.021
+ L641.168,207.581z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.168,207.581l-2.334,0.816c-0.273,0.096-0.436,0.364-0.411,0.643l2.899-1.021
+ L641.168,207.581z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M642.11,210.26c0.111,0.326,0.466,0.496,0.791,0.384l3.15-1.113l-0.528-1.501l-3.734,1.315
+ L642.11,210.26z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M642.11,210.26c0.111,0.326,0.466,0.496,0.791,0.384l3.15-1.113l-0.528-1.501l-3.734,1.315
+ L642.11,210.26z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M642.11,210.26c0.111,0.326,0.466,0.496,0.791,0.384l3.15-1.113l-0.528-1.501l-3.734,1.315
+ L642.11,210.26z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M642.11,210.26c0.111,0.326,0.466,0.496,0.791,0.384l3.15-1.113l-0.528-1.501l-3.734,1.315
+ L642.11,210.26z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M642.11,210.26c0.111,0.326,0.466,0.496,0.791,0.384l3.15-1.113l-0.528-1.501l-3.734,1.315
+ L642.11,210.26z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M642.11,210.26c0.111,0.326,0.466,0.496,0.791,0.384l3.15-1.113l-0.528-1.501l-3.734,1.315
+ L642.11,210.26z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M642.11,210.26c0.111,0.326,0.466,0.496,0.791,0.384l3.15-1.113l-0.528-1.501l-3.734,1.315
+ L642.11,210.26z"/>
+
+ <rect x="642.879" y="205.165" transform="matrix(0.3325 0.9431 -0.9431 0.3325 624.6418 -468.2533)" opacity="0.4" fill="#FFF8B9" width="0.467" height="3.959"/>
+
+ <rect x="642.879" y="205.165" transform="matrix(0.3325 0.9431 -0.9431 0.3325 624.6418 -468.2533)" opacity="0.4" fill="#FFF8B9" width="0.467" height="3.959"/>
+
+ <rect x="642.879" y="205.165" transform="matrix(0.3325 0.9431 -0.9431 0.3325 624.6418 -468.2533)" opacity="0.4" fill="#FFF8B9" width="0.467" height="3.959"/>
+
+ <rect x="642.879" y="205.165" transform="matrix(0.3325 0.9431 -0.9431 0.3325 624.6418 -468.2533)" opacity="0.4" fill="#FFF8B9" width="0.467" height="3.959"/>
+
+ <rect x="642.879" y="205.165" transform="matrix(0.3325 0.9431 -0.9431 0.3325 624.6418 -468.2533)" opacity="0.2" fill="#FFF6A3" width="0.467" height="3.959"/>
+
+ <rect x="642.879" y="205.165" transform="matrix(0.3325 0.9431 -0.9431 0.3325 624.6418 -468.2533)" opacity="0.4" fill="#FFF8B9" width="0.467" height="3.959"/>
+
+ <rect x="642.879" y="205.165" transform="matrix(0.3325 0.9431 -0.9431 0.3325 624.6418 -468.2533)" opacity="0.4" fill="#FFF8B9" width="0.467" height="3.959"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M630.872,166.353l14.706-5.174l-2.216-6.301l-14.122,4.968
+ c-0.322,0.111-0.463,0.547-0.313,0.966l0.996,2.835L630.872,166.353z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M630.872,166.353l14.706-5.174l-2.216-6.301l-14.122,4.968
+ c-0.322,0.111-0.463,0.547-0.313,0.966l0.996,2.835L630.872,166.353z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.587,181.613c0.063-0.021,0.13,0.022,0.156,0.092l4.036,11.482l8.052-2.83
+ l-10.253-29.179l-14.706,5.174l6.174,17.561L643.587,181.613z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.587,181.613c0.063-0.021,0.13,0.022,0.156,0.092l4.036,11.482l8.052-2.83
+ l-10.253-29.179l-14.706,5.174l6.174,17.561L643.587,181.613z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.587,181.613c0.063-0.021,0.13,0.022,0.156,0.092l4.036,11.482l8.052-2.83
+ l-10.253-29.179l-14.706,5.174l6.174,17.561L643.587,181.613z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M656.352,193.899c0.077-0.028,0.147-0.019,0.162,0.02l1.109,3.154l0.508-0.179l-1.642-4.665
+ l-5.136,1.805l0.51,1.439L656.352,193.899z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M656.352,193.899c0.077-0.028,0.147-0.019,0.162,0.02l1.109,3.154l0.508-0.179l-1.642-4.665
+ l-5.136,1.805l0.51,1.439L656.352,193.899z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M656.352,193.899c0.077-0.028,0.147-0.019,0.162,0.02l1.109,3.154l0.508-0.179l-1.642-4.665
+ l-5.136,1.805l0.51,1.439L656.352,193.899z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.336,200.33l0.428,1.211l1.865-0.657l-0.154-0.444l-1.283,0.452
+ C659.868,201.009,659.486,200.753,659.336,200.33z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.336,200.33l0.428,1.211l1.865-0.657l-0.154-0.444l-1.283,0.452
+ C659.868,201.009,659.486,200.753,659.336,200.33z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M659.336,200.33l0.428,1.211l1.865-0.657l-0.154-0.444l-1.283,0.452
+ C659.868,201.009,659.486,200.753,659.336,200.33z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.336,200.33l0.428,1.211l1.865-0.657l-0.154-0.444l-1.283,0.452
+ C659.868,201.009,659.486,200.753,659.336,200.33z"/>
+
+ <rect x="660.681" y="202.448" transform="matrix(-0.9429 0.3332 -0.3332 -0.9429 1353.5001 175.8554)" opacity="0.4" fill="#FFF8B9" width="1.981" height="3.071"/>
+
+ <rect x="660.681" y="202.448" transform="matrix(-0.9429 0.3332 -0.3332 -0.9429 1353.5001 175.8554)" opacity="0.4" fill="#FFF8B9" width="1.981" height="3.071"/>
+
+ <rect x="660.681" y="202.448" transform="matrix(-0.9429 0.3332 -0.3332 -0.9429 1353.5001 175.8554)" opacity="0.5" fill="#D1E4B7" width="1.981" height="3.071"/>
+
+ <rect x="660.681" y="202.448" transform="matrix(-0.9429 0.3332 -0.3332 -0.9429 1353.5001 175.8554)" opacity="0.4" fill="#FFF8B9" width="1.981" height="3.071"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.624,197.082c0.2-0.041,0.395,0.018,0.539,0.146l0.073-0.026l-0.105-0.307l-0.508,0.179
+ L657.624,197.082z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.624,197.082c0.2-0.041,0.395,0.018,0.539,0.146l0.073-0.026l-0.105-0.307l-0.508,0.179
+ L657.624,197.082z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M657.624,197.082c0.2-0.041,0.395,0.018,0.539,0.146l0.073-0.026l-0.105-0.307l-0.508,0.179
+ L657.624,197.082z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.624,197.082c0.2-0.041,0.395,0.018,0.539,0.146l0.073-0.026l-0.105-0.307l-0.508,0.179
+ L657.624,197.082z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M671.422,234.712l1.284-0.458c0.322-0.111,0.463-0.544,0.316-0.967l-9.251-26.313
+ l-1.866,0.658L671.422,234.712z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M671.422,234.712l1.284-0.458c0.322-0.111,0.463-0.544,0.316-0.967l-9.251-26.313
+ l-1.866,0.658L671.422,234.712z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M671.422,234.712l1.284-0.458c0.322-0.111,0.463-0.544,0.316-0.967l-9.251-26.313
+ l-1.866,0.658L671.422,234.712z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M671.422,234.712l1.284-0.458c0.322-0.111,0.463-0.544,0.316-0.967l-9.251-26.313
+ l-1.866,0.658L671.422,234.712z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="659.254,201.719 659.764,201.541 659.336,200.33 658.681,198.455 658.171,198.638
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="659.254,201.719 659.764,201.541 659.336,200.33 658.681,198.455 658.171,198.638
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="659.254,201.719 659.764,201.541 659.336,200.33 658.681,198.455 658.171,198.638
+ "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="659.254,201.719 659.764,201.541 659.336,200.33 658.681,198.455 658.171,198.638
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="659.254,201.719 659.764,201.541 659.336,200.33 658.681,198.455 658.171,198.638
+ "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M655.094,204.67l0.322,0.914c0.114,0.323-0.057,0.675-0.379,0.787l-2.335,0.826l0.491,1.395
+ l8.054-2.83l-1.021-2.9L655.094,204.67z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M655.094,204.67l0.322,0.914c0.114,0.323-0.057,0.675-0.379,0.787l-2.335,0.826l0.491,1.395
+ l8.054-2.83l-1.021-2.9L655.094,204.67z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M655.094,204.67l0.322,0.914c0.114,0.323-0.057,0.675-0.379,0.787l-2.335,0.826l0.491,1.395
+ l8.054-2.83l-1.021-2.9L655.094,204.67z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M655.094,204.67l0.322,0.914c0.114,0.323-0.057,0.675-0.379,0.787l-2.335,0.826l0.491,1.395
+ l8.054-2.83l-1.021-2.9L655.094,204.67z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M655.094,204.67l0.322,0.914c0.114,0.323-0.057,0.675-0.379,0.787l-2.335,0.826l0.491,1.395
+ l8.054-2.83l-1.021-2.9L655.094,204.67z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.163,197.228c-0.145-0.128-0.339-0.187-0.539-0.146l0.105,0.295L658.163,197.228z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.163,197.228c-0.145-0.128-0.339-0.187-0.539-0.146l0.105,0.295L658.163,197.228z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.163,197.228c-0.145-0.128-0.339-0.187-0.539-0.146l0.105,0.295L658.163,197.228z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M658.163,197.228c-0.145-0.128-0.339-0.187-0.539-0.146l0.105,0.295L658.163,197.228z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.163,197.228c-0.145-0.128-0.339-0.187-0.539-0.146l0.105,0.295L658.163,197.228z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M653.852,210.465l2.093,5.951c0.111,0.319-0.057,0.672-0.379,0.786l-3.153,1.108l0.218,0.616
+ c0.041,0.116-0.038,0.248-0.176,0.295l-2.668,0.943l6.66,18.946c0.148,0.42,0.532,0.675,0.855,0.561l14.12-4.96l-9.517-27.08
+ L653.852,210.465z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M653.852,210.465l2.093,5.951c0.111,0.319-0.057,0.672-0.379,0.786l-3.153,1.108l0.218,0.616
+ c0.041,0.116-0.038,0.248-0.176,0.295l-2.668,0.943l6.66,18.946c0.148,0.42,0.532,0.675,0.855,0.561l14.12-4.96l-9.517-27.08
+ L653.852,210.465z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M653.852,210.465l2.093,5.951c0.111,0.319-0.057,0.672-0.379,0.786l-3.153,1.108l0.218,0.616
+ c0.041,0.116-0.038,0.248-0.176,0.295l-2.668,0.943l6.66,18.946c0.148,0.42,0.532,0.675,0.855,0.561l14.12-4.96l-9.517-27.08
+ L653.852,210.465z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M653.852,210.465l2.093,5.951c0.111,0.319-0.057,0.672-0.379,0.786l-3.153,1.108l0.218,0.616
+ c0.041,0.116-0.038,0.248-0.176,0.295l-2.668,0.943l6.66,18.946c0.148,0.42,0.532,0.675,0.855,0.561l14.12-4.96l-9.517-27.08
+ L653.852,210.465z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M653.852,210.465l2.093,5.951c0.111,0.319-0.057,0.672-0.379,0.786l-3.153,1.108l0.218,0.616
+ c0.041,0.116-0.038,0.248-0.176,0.295l-2.668,0.943l6.66,18.946c0.148,0.42,0.532,0.675,0.855,0.561l14.12-4.96l-9.517-27.08
+ L653.852,210.465z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="648.944,196.497 651.863,195.474 651.354,194.034 648.435,195.058 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="648.944,196.497 651.863,195.474 651.354,194.034 648.435,195.058 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="648.944,196.497 651.863,195.474 651.354,194.034 648.435,195.058 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="648.944,196.497 651.863,195.474 651.354,194.034 648.435,195.058 "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M652.702,207.197l2.335-0.826c0.322-0.112,0.493-0.464,0.379-0.787l-0.322-0.914l-2.92,1.023
+ L652.702,207.197z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M652.702,207.197l2.335-0.826c0.322-0.112,0.493-0.464,0.379-0.787l-0.322-0.914l-2.92,1.023
+ L652.702,207.197z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M652.702,207.197l2.335-0.826c0.322-0.112,0.493-0.464,0.379-0.787l-0.322-0.914l-2.92,1.023
+ L652.702,207.197z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M652.702,207.197l2.335-0.826c0.322-0.112,0.493-0.464,0.379-0.787l-0.322-0.914l-2.92,1.023
+ L652.702,207.197z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M652.702,207.197l2.335-0.826c0.322-0.112,0.493-0.464,0.379-0.787l-0.322-0.914l-2.92,1.023
+ L652.702,207.197z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M652.702,207.197l2.335-0.826c0.322-0.112,0.493-0.464,0.379-0.787l-0.322-0.914l-2.92,1.023
+ L652.702,207.197z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.445,160.523l-1.947-5.532c-0.148-0.422-0.53-0.675-0.853-0.561l-1.283,0.447
+ l2.216,6.301L647.445,160.523z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.445,160.523l-1.947-5.532c-0.148-0.422-0.53-0.675-0.853-0.561l-1.283,0.447
+ l2.216,6.301L647.445,160.523z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.445,160.523l-1.947-5.532c-0.148-0.422-0.53-0.675-0.853-0.561l-1.283,0.447
+ l2.216,6.301L647.445,160.523z"/>
+
+ <rect x="650.648" y="159.977" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 1324.592 124.9949)" opacity="0.4" fill="#FFF8B9" width="1.98" height="30.927"/>
+
+ <rect x="650.648" y="159.977" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 1324.592 124.9949)" opacity="0.4" fill="#FFF8B9" width="1.98" height="30.927"/>
+
+ <rect x="650.648" y="159.977" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 1324.592 124.9949)" opacity="0.4" fill="#FFF8B9" width="1.98" height="30.927"/>
+
+ <rect x="650.648" y="159.977" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 1324.592 124.9949)" opacity="0.4" fill="#FFF8B9" width="1.98" height="30.927"/>
+
+ <rect x="657.255" y="191.761" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 1343.6611 159.33)" opacity="0.4" fill="#FFF8B9" width="1.98" height="4.945"/>
+
+ <rect x="657.255" y="191.761" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 1343.6611 159.33)" opacity="0.4" fill="#FFF8B9" width="1.98" height="4.945"/>
+
+ <rect x="657.255" y="191.761" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 1343.6611 159.33)" opacity="0.4" fill="#FFF8B9" width="1.98" height="4.945"/>
+
+ <rect x="657.255" y="191.761" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 1343.6611 159.33)" opacity="0.4" fill="#FFF8B9" width="1.98" height="4.945"/>
+
+ <rect x="658.127" y="196.559" transform="matrix(-0.9432 0.3323 -0.3323 -0.9432 1346.15 163.2326)" opacity="0.4" fill="#FFF8B9" width="1.981" height="0.322"/>
+
+ <rect x="658.127" y="196.559" transform="matrix(-0.9432 0.3323 -0.3323 -0.9432 1346.15 163.2326)" opacity="0.4" fill="#FFF8B9" width="1.981" height="0.322"/>
+
+ <rect x="658.127" y="196.559" transform="matrix(-0.9432 0.3323 -0.3323 -0.9432 1346.15 163.2326)" opacity="0.5" fill="#D1E4B7" width="1.981" height="0.322"/>
+
+ <rect x="658.127" y="196.559" transform="matrix(-0.9432 0.3323 -0.3323 -0.9432 1346.15 163.2326)" opacity="0.4" fill="#FFF8B9" width="1.981" height="0.322"/>
+
+ <rect x="658.127" y="196.559" transform="matrix(-0.9432 0.3323 -0.3323 -0.9432 1346.15 163.2326)" opacity="0.4" fill="#FFF8B9" width="1.981" height="0.322"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.336,200.33c0.15,0.423,0.532,0.679,0.855,0.562l1.283-0.452l-0.927-2.639l-1.867,0.654
+ L659.336,200.33z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.336,200.33c0.15,0.423,0.532,0.679,0.855,0.562l1.283-0.452l-0.927-2.639l-1.867,0.654
+ L659.336,200.33z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M659.336,200.33c0.15,0.423,0.532,0.679,0.855,0.562l1.283-0.452l-0.927-2.639l-1.867,0.654
+ L659.336,200.33z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.336,200.33c0.15,0.423,0.532,0.679,0.855,0.562l1.283-0.452l-0.927-2.639l-1.867,0.654
+ L659.336,200.33z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.336,200.33c0.15,0.423,0.532,0.679,0.855,0.562l1.283-0.452l-0.927-2.639l-1.867,0.654
+ L659.336,200.33z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M652.63,218.927l-0.218-0.616l-2.914,1.023l0.288,0.831l2.668-0.943
+ C652.592,219.175,652.671,219.043,652.63,218.927z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M652.63,218.927l-0.218-0.616l-2.914,1.023l0.288,0.831l2.668-0.943
+ C652.592,219.175,652.671,219.043,652.63,218.927z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M652.63,218.927l-0.218-0.616l-2.914,1.023l0.288,0.831l2.668-0.943
+ C652.592,219.175,652.671,219.043,652.63,218.927z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M652.63,218.927l-0.218-0.616l-2.914,1.023l0.288,0.831l2.668-0.943
+ C652.592,219.175,652.671,219.043,652.63,218.927z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M652.63,218.927l-0.218-0.616l-2.914,1.023l0.288,0.831l2.668-0.943
+ C652.592,219.175,652.671,219.043,652.63,218.927z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M652.63,218.927l-0.218-0.616l-2.914,1.023l0.288,0.831l2.668-0.943
+ C652.592,219.175,652.671,219.043,652.63,218.927z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="646.342,201.041 645.908,199.801 642.99,200.823 643.425,202.062 644.009,201.859
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="646.342,201.041 645.908,199.801 642.99,200.823 643.425,202.062 644.009,201.859
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="646.342,201.041 645.908,199.801 642.99,200.823 643.425,202.062 644.009,201.859
+ "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="646.342,201.041 645.908,199.801 642.99,200.823 643.425,202.062 644.009,201.859
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="646.342,201.041 645.908,199.801 642.99,200.823 643.425,202.062 644.009,201.859
+ "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.606,202.343c0.035-0.217,0.181-0.408,0.402-0.483l-0.584,0.202l0.105,0.303
+ L643.606,202.343z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.606,202.343c0.035-0.217,0.181-0.408,0.402-0.483l-0.584,0.202l0.105,0.303
+ L643.606,202.343z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.606,202.343c0.035-0.217,0.181-0.408,0.402-0.483l-0.584,0.202l0.105,0.303
+ L643.606,202.343z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.606,202.343c0.035-0.217,0.181-0.408,0.402-0.483l-0.584,0.202l0.105,0.303
+ L643.606,202.343z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M643.606,202.343c0.035-0.217,0.181-0.408,0.402-0.483l-0.584,0.202l0.105,0.303
+ L643.606,202.343z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.606,202.343c0.035-0.217,0.181-0.408,0.402-0.483l-0.584,0.202l0.105,0.303
+ L643.606,202.343z"/>
+
+ <rect x="644.952" y="202.933" transform="matrix(-0.9436 0.3311 -0.3311 -0.9436 1323.5852 183.1811)" opacity="0.4" fill="#FFF8B9" width="2.475" height="2.798"/>
+
+ <rect x="644.952" y="202.933" transform="matrix(-0.9436 0.3311 -0.3311 -0.9436 1323.5852 183.1811)" opacity="0.4" fill="#FFF8B9" width="2.475" height="2.798"/>
+
+ <rect x="644.952" y="202.933" transform="matrix(-0.9436 0.3311 -0.3311 -0.9436 1323.5852 183.1811)" opacity="0.4" fill="#FFF8B9" width="2.475" height="2.798"/>
+
+ <rect x="644.952" y="202.933" transform="matrix(-0.9436 0.3311 -0.3311 -0.9436 1323.5852 183.1811)" opacity="0.5" fill="#D1E4B7" width="2.475" height="2.798"/>
+
+ <rect x="644.952" y="202.933" transform="matrix(-0.9436 0.3311 -0.3311 -0.9436 1323.5852 183.1811)" opacity="0.4" fill="#FFF8B9" width="2.475" height="2.798"/>
+
+ <rect x="644.952" y="202.933" transform="matrix(-0.9436 0.3311 -0.3311 -0.9436 1323.5852 183.1811)" opacity="0.2" fill="#FFF6A3" width="2.475" height="2.798"/>
+
+ <rect x="644.952" y="202.933" transform="matrix(-0.9436 0.3311 -0.3311 -0.9436 1323.5852 183.1811)" opacity="0.4" fill="#FFF8B9" width="2.475" height="2.798"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.606,202.343l2.843-1.001l-0.107-0.301l-2.333,0.818
+ C643.787,201.935,643.642,202.126,643.606,202.343z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.606,202.343l2.843-1.001l-0.107-0.301l-2.333,0.818
+ C643.787,201.935,643.642,202.126,643.606,202.343z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.606,202.343l2.843-1.001l-0.107-0.301l-2.333,0.818
+ C643.787,201.935,643.642,202.126,643.606,202.343z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M643.606,202.343l2.843-1.001l-0.107-0.301l-2.333,0.818
+ C643.787,201.935,643.642,202.126,643.606,202.343z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.606,202.343l2.843-1.001l-0.107-0.301l-2.333,0.818
+ C643.787,201.935,643.642,202.126,643.606,202.343z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M643.606,202.343l2.843-1.001l-0.107-0.301l-2.333,0.818
+ C643.787,201.935,643.642,202.126,643.606,202.343z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.606,202.343l2.843-1.001l-0.107-0.301l-2.333,0.818
+ C643.787,201.935,643.642,202.126,643.606,202.343z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M642.686,191.43c0.135-0.049,0.283,0.007,0.322,0.128l1.036,2.94l3.735-1.311l-4.036-11.482
+ c-0.026-0.069-0.094-0.112-0.156-0.092l-6.541,2.3l2.971,8.453L642.686,191.43z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M642.686,191.43c0.135-0.049,0.283,0.007,0.322,0.128l1.036,2.94l3.735-1.311l-4.036-11.482
+ c-0.026-0.069-0.094-0.112-0.156-0.092l-6.541,2.3l2.971,8.453L642.686,191.43z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M642.686,191.43c0.135-0.049,0.283,0.007,0.322,0.128l1.036,2.94l3.735-1.311l-4.036-11.482
+ c-0.026-0.069-0.094-0.112-0.156-0.092l-6.541,2.3l2.971,8.453L642.686,191.43z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M642.686,191.43c0.135-0.049,0.283,0.007,0.322,0.128l1.036,2.94l3.735-1.311l-4.036-11.482
+ c-0.026-0.069-0.094-0.112-0.156-0.092l-6.541,2.3l2.971,8.453L642.686,191.43z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M645.345,197.764l3.6-1.267l-0.51-1.439l-3.732,1.311l0.531,1.512
+ C645.22,197.841,645.269,197.793,645.345,197.764z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M645.345,197.764l3.6-1.267l-0.51-1.439l-3.732,1.311l0.531,1.512
+ C645.22,197.841,645.269,197.793,645.345,197.764z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M645.345,197.764l3.6-1.267l-0.51-1.439l-3.732,1.311l0.531,1.512
+ C645.22,197.841,645.269,197.793,645.345,197.764z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M645.345,197.764l3.6-1.267l-0.51-1.439l-3.732,1.311l0.531,1.512
+ C645.22,197.841,645.269,197.793,645.345,197.764z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M645.345,197.764l3.6-1.267l-0.51-1.439l-3.732,1.311l0.531,1.512
+ C645.22,197.841,645.269,197.793,645.345,197.764z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M644.044,194.498l-1.036-2.94c-0.039-0.121-0.188-0.177-0.322-0.128l-2.669,0.937
+ l0.256,0.733l0.855,2.425L644.044,194.498z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M644.044,194.498l-1.036-2.94c-0.039-0.121-0.188-0.177-0.322-0.128l-2.669,0.937
+ l0.256,0.733l0.855,2.425L644.044,194.498z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M644.044,194.498l-1.036-2.94c-0.039-0.121-0.188-0.177-0.322-0.128l-2.669,0.937
+ l0.256,0.733l0.855,2.425L644.044,194.498z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M644.044,194.498l-1.036-2.94c-0.039-0.121-0.188-0.177-0.322-0.128l-2.669,0.937
+ l0.256,0.733l0.855,2.425L644.044,194.498z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M644.044,194.498l-1.036-2.94c-0.039-0.121-0.188-0.177-0.322-0.128l-2.669,0.937
+ l0.256,0.733l0.855,2.425L644.044,194.498z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="642.99,200.823 645.908,199.801 645.233,197.88 644.702,196.368 641.783,197.399
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="642.99,200.823 645.908,199.801 645.233,197.88 644.702,196.368 641.783,197.399
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="642.99,200.823 645.908,199.801 645.233,197.88 644.702,196.368 641.783,197.399
+ "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="642.99,200.823 645.908,199.801 645.233,197.88 644.702,196.368 641.783,197.399
+ "/>
+ <polygon opacity="0.4" fill="#FFF6A3" points="642.99,200.823 645.908,199.801 645.233,197.88 644.702,196.368 641.783,197.399
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="642.99,200.823 645.908,199.801 645.233,197.88 644.702,196.368 641.783,197.399
+ "/>
+
+ <rect x="649.101" y="207.812" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 1334.4788 189.4173)" opacity="0.4" fill="#FFF8B9" width="3.958" height="1.479"/>
+
+ <rect x="649.101" y="207.812" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 1334.4788 189.4173)" opacity="0.4" fill="#FFF8B9" width="3.958" height="1.479"/>
+
+ <rect x="649.101" y="207.812" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 1334.4788 189.4173)" opacity="0.4" fill="#FFF8B9" width="3.958" height="1.479"/>
+
+ <rect x="649.101" y="207.812" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 1334.4788 189.4173)" opacity="0.5" fill="#D1E4B7" width="3.958" height="1.479"/>
+
+ <rect x="649.101" y="207.812" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 1334.4788 189.4173)" opacity="0.4" fill="#FFF8B9" width="3.958" height="1.479"/>
+
+ <rect x="649.101" y="207.812" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 1334.4788 189.4173)" opacity="0.4" fill="#FFF8B9" width="3.958" height="1.479"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M652.412,218.311l3.153-1.108c0.322-0.114,0.49-0.467,0.379-0.786l-2.093-5.951l-3.734,1.314
+ L652.412,218.311z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M652.412,218.311l3.153-1.108c0.322-0.114,0.49-0.467,0.379-0.786l-2.093-5.951l-3.734,1.314
+ L652.412,218.311z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M652.412,218.311l3.153-1.108c0.322-0.114,0.49-0.467,0.379-0.786l-2.093-5.951l-3.734,1.314
+ L652.412,218.311z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M652.412,218.311l3.153-1.108c0.322-0.114,0.49-0.467,0.379-0.786l-2.093-5.951l-3.734,1.314
+ L652.412,218.311z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M652.412,218.311l3.153-1.108c0.322-0.114,0.49-0.467,0.379-0.786l-2.093-5.951l-3.734,1.314
+ L652.412,218.311z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M652.412,218.311l3.153-1.108c0.322-0.114,0.49-0.467,0.379-0.786l-2.093-5.951l-3.734,1.314
+ L652.412,218.311z"/>
+
+ <rect x="649.774" y="205.123" transform="matrix(-0.332 -0.9433 0.9433 -0.332 671.1967 889.529)" opacity="0.4" fill="#FFF8B9" width="1.594" height="3.957"/>
+
+ <rect x="649.774" y="205.123" transform="matrix(-0.332 -0.9433 0.9433 -0.332 671.1967 889.529)" opacity="0.4" fill="#FFF8B9" width="1.594" height="3.957"/>
+
+ <rect x="649.774" y="205.123" transform="matrix(-0.332 -0.9433 0.9433 -0.332 671.1967 889.529)" opacity="0.4" fill="#FFF8B9" width="1.594" height="3.957"/>
+
+ <rect x="649.774" y="205.123" transform="matrix(-0.332 -0.9433 0.9433 -0.332 671.1967 889.529)" opacity="0.5" fill="#D1E4B7" width="1.594" height="3.957"/>
+
+ <rect x="649.774" y="205.123" transform="matrix(-0.332 -0.9433 0.9433 -0.332 671.1967 889.529)" opacity="0.4" fill="#FFF8B9" width="1.594" height="3.957"/>
+
+ <rect x="649.774" y="205.123" transform="matrix(-0.332 -0.9433 0.9433 -0.332 671.1967 889.529)" opacity="0.4" fill="#FFF8B9" width="1.594" height="3.957"/>
+
+ <rect x="649.774" y="205.123" transform="matrix(-0.332 -0.9433 0.9433 -0.332 671.1967 889.529)" opacity="0.4" fill="#FFF8B9" width="1.594" height="3.957"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.782,212.592l0.779,2.22c0.117,0.324-0.056,0.676-0.379,0.788l1.315,3.734l2.914-1.023
+ l-2.295-6.531L647.782,212.592z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.782,212.592l0.779,2.22c0.117,0.324-0.056,0.676-0.379,0.788l1.315,3.734l2.914-1.023
+ l-2.295-6.531L647.782,212.592z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.782,212.592l0.779,2.22c0.117,0.324-0.056,0.676-0.379,0.788l1.315,3.734l2.914-1.023
+ l-2.295-6.531L647.782,212.592z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M647.782,212.592l0.779,2.22c0.117,0.324-0.056,0.676-0.379,0.788l1.315,3.734l2.914-1.023
+ l-2.295-6.531L647.782,212.592z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M647.782,212.592l0.779,2.22c0.117,0.324-0.056,0.676-0.379,0.788l1.315,3.734l2.914-1.023
+ l-2.295-6.531L647.782,212.592z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.782,212.592l0.779,2.22c0.117,0.324-0.056,0.676-0.379,0.788l1.315,3.734l2.914-1.023
+ l-2.295-6.531L647.782,212.592z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.782,212.592l0.779,2.22c0.117,0.324-0.056,0.676-0.379,0.788l1.315,3.734l2.914-1.023
+ l-2.295-6.531L647.782,212.592z"/>
+
+ <rect x="647.308" y="208.382" transform="matrix(-0.3338 -0.9426 0.9426 -0.3338 666.7858 890.4645)" opacity="0.4" fill="#FFF8B9" width="1.477" height="2.472"/>
+
+ <rect x="647.308" y="208.382" transform="matrix(-0.3338 -0.9426 0.9426 -0.3338 666.7858 890.4645)" opacity="0.4" fill="#FFF8B9" width="1.477" height="2.472"/>
+
+ <rect x="647.308" y="208.382" transform="matrix(-0.3338 -0.9426 0.9426 -0.3338 666.7858 890.4645)" opacity="0.4" fill="#FFF8B9" width="1.477" height="2.472"/>
+
+ <rect x="647.308" y="208.382" transform="matrix(-0.3338 -0.9426 0.9426 -0.3338 666.7858 890.4645)" opacity="0.5" fill="#D1E4B7" width="1.477" height="2.472"/>
+
+ <rect x="647.308" y="208.382" transform="matrix(-0.3338 -0.9426 0.9426 -0.3338 666.7858 890.4645)" opacity="0.2" fill="#FFF6A3" width="1.477" height="2.472"/>
+
+ <rect x="647.308" y="208.382" transform="matrix(-0.3338 -0.9426 0.9426 -0.3338 666.7858 890.4645)" opacity="0.4" fill="#FFF8B9" width="1.477" height="2.472"/>
+
+ <rect x="647.308" y="208.382" transform="matrix(-0.3338 -0.9426 0.9426 -0.3338 666.7858 890.4645)" opacity="0.4" fill="#FFF8B9" width="1.477" height="2.472"/>
+
+ <rect x="646.497" y="204.638" transform="matrix(-0.3375 -0.9413 0.9413 -0.3375 671.2304 884.1379)" opacity="0.4" fill="#FFF8B9" width="0.466" height="2.47"/>
+
+ <rect x="646.497" y="204.638" transform="matrix(-0.3375 -0.9413 0.9413 -0.3375 671.2304 884.1379)" opacity="0.4" fill="#FFF8B9" width="0.466" height="2.47"/>
+
+ <rect x="646.497" y="204.638" transform="matrix(-0.3375 -0.9413 0.9413 -0.3375 671.2304 884.1379)" opacity="0.4" fill="#FFF8B9" width="0.466" height="2.47"/>
+
+ <rect x="646.497" y="204.638" transform="matrix(-0.3375 -0.9413 0.9413 -0.3375 671.2304 884.1379)" opacity="0.5" fill="#D1E4B7" width="0.466" height="2.47"/>
+
+ <rect x="646.497" y="204.638" transform="matrix(-0.3375 -0.9413 0.9413 -0.3375 671.2304 884.1379)" opacity="0.4" fill="#FFF8B9" width="0.466" height="2.47"/>
+
+ <rect x="646.497" y="204.638" transform="matrix(-0.3375 -0.9413 0.9413 -0.3375 671.2304 884.1379)" opacity="0.2" fill="#FFF6A3" width="0.466" height="2.47"/>
+
+ <rect x="646.497" y="204.638" transform="matrix(-0.3375 -0.9413 0.9413 -0.3375 671.2304 884.1379)" opacity="0.4" fill="#FFF8B9" width="0.466" height="2.47"/>
+
+ <rect x="646.497" y="204.638" transform="matrix(-0.3375 -0.9413 0.9413 -0.3375 671.2304 884.1379)" opacity="0.4" fill="#FFF8B9" width="0.466" height="2.47"/>
+
+ <rect x="646.299" y="207.371" transform="matrix(-0.9432 0.3322 -0.3322 -0.9432 1327.4531 189.4312)" opacity="0.4" fill="#FFF8B9" width="2.476" height="1.594"/>
+
+ <rect x="646.299" y="207.371" transform="matrix(-0.9432 0.3322 -0.3322 -0.9432 1327.4531 189.4312)" opacity="0.4" fill="#FFF8B9" width="2.476" height="1.594"/>
+
+ <rect x="646.299" y="207.371" transform="matrix(-0.9432 0.3322 -0.3322 -0.9432 1327.4531 189.4312)" opacity="0.4" fill="#FFF8B9" width="2.476" height="1.594"/>
+
+ <rect x="646.299" y="207.371" transform="matrix(-0.9432 0.3322 -0.3322 -0.9432 1327.4531 189.4312)" opacity="0.5" fill="#D1E4B7" width="2.476" height="1.594"/>
+
+ <rect x="646.299" y="207.371" transform="matrix(-0.9432 0.3322 -0.3322 -0.9432 1327.4531 189.4312)" opacity="0.4" fill="#FFF8B9" width="2.476" height="1.594"/>
+
+ <rect x="646.299" y="207.371" transform="matrix(-0.9432 0.3322 -0.3322 -0.9432 1327.4531 189.4312)" opacity="0.2" fill="#FFF6A3" width="2.476" height="1.594"/>
+
+ <rect x="646.299" y="207.371" transform="matrix(-0.9432 0.3322 -0.3322 -0.9432 1327.4531 189.4312)" opacity="0.4" fill="#FFF8B9" width="2.476" height="1.594"/>
+
+ <rect x="646.299" y="207.371" transform="matrix(-0.9432 0.3322 -0.3322 -0.9432 1327.4531 189.4312)" opacity="0.4" fill="#FFF8B9" width="2.476" height="1.594"/>
+
+ <rect x="644.42" y="203.447" transform="matrix(0.9417 -0.3365 0.3365 0.9417 -31.3307 228.9235)" opacity="0.4" fill="#FFF8B9" width="0.618" height="2.795"/>
+
+ <rect x="644.42" y="203.447" transform="matrix(0.9417 -0.3365 0.3365 0.9417 -31.3307 228.9235)" opacity="0.4" fill="#FFF8B9" width="0.618" height="2.795"/>
+
+ <rect x="644.42" y="203.447" transform="matrix(0.9417 -0.3365 0.3365 0.9417 -31.3307 228.9235)" opacity="0.4" fill="#FFF8B9" width="0.618" height="2.795"/>
+
+ <rect x="644.42" y="203.447" transform="matrix(0.9417 -0.3365 0.3365 0.9417 -31.3307 228.9235)" opacity="0.5" fill="#D1E4B7" width="0.618" height="2.795"/>
+
+ <rect x="644.42" y="203.447" transform="matrix(0.9417 -0.3365 0.3365 0.9417 -31.3307 228.9235)" opacity="0.4" fill="#FFF8B9" width="0.618" height="2.795"/>
+
+ <rect x="644.42" y="203.447" transform="matrix(0.9417 -0.3365 0.3365 0.9417 -31.3307 228.9235)" opacity="0.2" fill="#FFF6A3" width="0.618" height="2.795"/>
+
+ <rect x="644.42" y="203.447" transform="matrix(0.9417 -0.3365 0.3365 0.9417 -31.3307 228.9235)" opacity="0.4" fill="#FFF8B9" width="0.618" height="2.795"/>
+
+ <rect x="644.42" y="203.447" transform="matrix(0.9417 -0.3365 0.3365 0.9417 -31.3307 228.9235)" opacity="0.4" fill="#FFF8B9" width="0.618" height="2.795"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="646.544,210.932 647.127,210.724 646.634,209.331 646.052,209.53 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="646.544,210.932 647.127,210.724 646.634,209.331 646.052,209.53 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="646.544,210.932 647.127,210.724 646.634,209.331 646.052,209.53 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="646.544,210.932 647.127,210.724 646.634,209.331 646.052,209.53 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="646.544,210.932 647.127,210.724 646.634,209.331 646.052,209.53 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="646.544,210.932 647.127,210.724 646.634,209.331 646.052,209.53 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="646.544,210.932 647.127,210.724 646.634,209.331 646.052,209.53 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="646.544,210.932 647.127,210.724 646.634,209.331 646.052,209.53 "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M648.183,215.6c0.323-0.112,0.496-0.464,0.379-0.788l-0.779-2.22l-0.585,0.208L648.183,215.6
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M648.183,215.6c0.323-0.112,0.496-0.464,0.379-0.788l-0.779-2.22l-0.585,0.208L648.183,215.6
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M648.183,215.6c0.323-0.112,0.496-0.464,0.379-0.788l-0.779-2.22l-0.585,0.208L648.183,215.6
+ z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M648.183,215.6c0.323-0.112,0.496-0.464,0.379-0.788l-0.779-2.22l-0.585,0.208L648.183,215.6
+ z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M648.183,215.6c0.323-0.112,0.496-0.464,0.379-0.788l-0.779-2.22l-0.585,0.208L648.183,215.6
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M648.183,215.6c0.323-0.112,0.496-0.464,0.379-0.788l-0.779-2.22l-0.585,0.208L648.183,215.6
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M648.183,215.6c0.323-0.112,0.496-0.464,0.379-0.788l-0.779-2.22l-0.585,0.208L648.183,215.6
+ z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M648.183,215.6c0.323-0.112,0.496-0.464,0.379-0.788l-0.779-2.22l-0.585,0.208L648.183,215.6
+ z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="645.523,208.029 646.052,209.53 646.634,209.331 646.105,207.828 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="645.523,208.029 646.052,209.53 646.634,209.331 646.105,207.828 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="645.523,208.029 646.052,209.53 646.634,209.331 646.105,207.828 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="645.523,208.029 646.052,209.53 646.634,209.331 646.105,207.828 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="645.523,208.029 646.052,209.53 646.634,209.331 646.105,207.828 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="645.523,208.029 646.052,209.53 646.634,209.331 646.105,207.828 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="645.523,208.029 646.052,209.53 646.634,209.331 646.105,207.828 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="645.523,208.029 646.052,209.53 646.634,209.331 646.105,207.828 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="645.523,208.029 646.052,209.53 646.634,209.331 646.105,207.828 "/>
+
+ <rect x="645.039" y="206.073" transform="matrix(-0.3325 -0.9431 0.9431 -0.3325 665.179 883.5645)" opacity="0.4" fill="#FFF8B9" width="0.467" height="0.621"/>
+
+ <rect x="645.039" y="206.073" transform="matrix(-0.3325 -0.9431 0.9431 -0.3325 665.179 883.5645)" opacity="0.4" fill="#FFF8B9" width="0.467" height="0.621"/>
+
+ <rect x="645.039" y="206.073" transform="matrix(-0.3325 -0.9431 0.9431 -0.3325 665.179 883.5645)" opacity="0.4" fill="#FFF8B9" width="0.467" height="0.621"/>
+
+ <rect x="645.039" y="206.073" transform="matrix(-0.3325 -0.9431 0.9431 -0.3325 665.179 883.5645)" opacity="0.5" fill="#D1E4B7" width="0.467" height="0.621"/>
+
+ <rect x="645.039" y="206.073" transform="matrix(-0.3325 -0.9431 0.9431 -0.3325 665.179 883.5645)" opacity="0.4" fill="#FFF8B9" width="0.467" height="0.621"/>
+
+ <rect x="645.039" y="206.073" transform="matrix(-0.3325 -0.9431 0.9431 -0.3325 665.179 883.5645)" opacity="0.2" fill="#FFF6A3" width="0.467" height="0.621"/>
+
+ <rect x="645.039" y="206.073" transform="matrix(-0.3325 -0.9431 0.9431 -0.3325 665.179 883.5645)" opacity="0.4" fill="#FFF8B9" width="0.467" height="0.621"/>
+
+ <rect x="645.039" y="206.073" transform="matrix(-0.3325 -0.9431 0.9431 -0.3325 665.179 883.5645)" opacity="0.4" fill="#FFF8B9" width="0.467" height="0.621"/>
+
+ <rect x="645.039" y="206.073" transform="matrix(-0.3325 -0.9431 0.9431 -0.3325 665.179 883.5645)" opacity="0.4" fill="#FFF8B9" width="0.467" height="0.621"/>
+
+ <rect x="615.2" y="225.098" transform="matrix(-0.3316 -0.9434 0.9434 -0.3316 619.8313 891.3055)" opacity="0.4" fill="#FFF8B9" width="20.89" height="1.98"/>
+
+ <rect x="615.2" y="225.098" transform="matrix(-0.3316 -0.9434 0.9434 -0.3316 619.8313 891.3055)" opacity="0.4" fill="#FFF8B9" width="20.89" height="1.98"/>
+
+ <rect x="615.2" y="225.098" transform="matrix(-0.3316 -0.9434 0.9434 -0.3316 619.8313 891.3055)" opacity="0.4" fill="#FFF8B9" width="20.89" height="1.98"/>
+
+ <rect x="620.188" y="211.743" transform="matrix(0.9432 -0.3322 0.3322 0.9432 -35.6057 218.455)" opacity="0.4" fill="#FFF8B9" width="1.979" height="3.262"/>
+
+ <rect x="620.188" y="211.743" transform="matrix(0.9432 -0.3322 0.3322 0.9432 -35.6057 218.455)" opacity="0.4" fill="#FFF8B9" width="1.979" height="3.262"/>
+
+ <rect x="620.188" y="211.743" transform="matrix(0.9432 -0.3322 0.3322 0.9432 -35.6057 218.455)" opacity="0.4" fill="#FFF8B9" width="1.979" height="3.262"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M648.765,246.346l0.455,1.302c0.482-0.111,0.967-0.232,1.446-0.361l-0.503-1.434
+ L648.765,246.346z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M648.765,246.346l0.455,1.302c0.482-0.111,0.967-0.232,1.446-0.361l-0.503-1.434
+ L648.765,246.346z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M648.765,246.346l0.455,1.302c0.482-0.111,0.967-0.232,1.446-0.361l-0.503-1.434
+ L648.765,246.346z"/>
+
+ <rect x="621.97" y="210.599" transform="matrix(0.9432 -0.3322 0.3322 0.9432 -35.0414 219.4693)" opacity="0.4" fill="#FFF8B9" width="4.91" height="3.263"/>
+
+ <rect x="621.97" y="210.599" transform="matrix(0.9432 -0.3322 0.3322 0.9432 -35.0414 219.4693)" opacity="0.4" fill="#FFF8B9" width="4.91" height="3.263"/>
+
+ <rect x="621.97" y="210.599" transform="matrix(0.9432 -0.3322 0.3322 0.9432 -35.0414 219.4693)" opacity="0.4" fill="#FFF8B9" width="4.91" height="3.263"/>
+
+ <rect x="621.97" y="210.599" transform="matrix(0.9432 -0.3322 0.3322 0.9432 -35.0414 219.4693)" opacity="0.4" fill="#FFF8B9" width="4.91" height="3.263"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M631.937,226.204l-4.19-11.923l-4.631,1.625l6.928,19.708l12.72-4.471
+ c0.322-0.112,0.678,0.059,0.789,0.381l5.213,14.821l1.398-0.493l-8.079-22.983l-9.823,3.453
+ C632.123,226.369,631.977,226.314,631.937,226.204z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M631.937,226.204l-4.19-11.923l-4.631,1.625l6.928,19.708l12.72-4.471
+ c0.322-0.112,0.678,0.059,0.789,0.381l5.213,14.821l1.398-0.493l-8.079-22.983l-9.823,3.453
+ C632.123,226.369,631.977,226.314,631.937,226.204z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M631.937,226.204l-4.19-11.923l-4.631,1.625l6.928,19.708l12.72-4.471
+ c0.322-0.112,0.678,0.059,0.789,0.381l5.213,14.821l1.398-0.493l-8.079-22.983l-9.823,3.453
+ C632.123,226.369,631.977,226.314,631.937,226.204z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M631.937,226.204l-4.19-11.923l-4.631,1.625l6.928,19.708l12.72-4.471
+ c0.322-0.112,0.678,0.059,0.789,0.381l5.213,14.821l1.398-0.493l-8.079-22.983l-9.823,3.453
+ C632.123,226.369,631.977,226.314,631.937,226.204z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M619.38,205.274l-1.778,0.624c-0.017,0.137,0,0.291,0.054,0.441l1.494,4.255l1.867-0.655
+ L619.38,205.274z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M619.38,205.274l-1.778,0.624c-0.017,0.137,0,0.291,0.054,0.441l1.494,4.255l1.867-0.655
+ L619.38,205.274z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M619.38,205.274l-1.778,0.624c-0.017,0.137,0,0.291,0.054,0.441l1.494,4.255l1.867-0.655
+ L619.38,205.274z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="624.009,203.646 619.38,205.274 621.017,209.939 625.647,208.317 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="624.009,203.646 619.38,205.274 621.017,209.939 625.647,208.317 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="624.009,203.646 619.38,205.274 621.017,209.939 625.647,208.317 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="624.009,203.646 619.38,205.274 621.017,209.939 625.647,208.317 "/>
+
+ <rect x="619.976" y="209.43" transform="matrix(0.3335 0.9428 -0.9428 0.3335 611.7253 -444.3901)" opacity="0.4" fill="#FFF8B9" width="0.322" height="1.979"/>
+
+ <rect x="619.976" y="209.43" transform="matrix(0.3335 0.9428 -0.9428 0.3335 611.7253 -444.3901)" opacity="0.4" fill="#FFF8B9" width="0.322" height="1.979"/>
+
+ <rect x="619.976" y="209.43" transform="matrix(0.3335 0.9428 -0.9428 0.3335 611.7253 -444.3901)" opacity="0.5" fill="#D1E4B7" width="0.322" height="1.979"/>
+
+ <rect x="619.976" y="209.43" transform="matrix(0.3335 0.9428 -0.9428 0.3335 611.7253 -444.3901)" opacity="0.4" fill="#FFF8B9" width="0.322" height="1.979"/>
+
+ <rect x="620.932" y="209.119" transform="matrix(0.9438 -0.3306 0.3306 0.9438 -34.1359 217.8457)" opacity="0.4" fill="#FFF8B9" width="4.907" height="0.322"/>
+
+ <rect x="620.932" y="209.119" transform="matrix(0.9438 -0.3306 0.3306 0.9438 -34.1359 217.8457)" opacity="0.4" fill="#FFF8B9" width="4.907" height="0.322"/>
+
+ <rect x="620.932" y="209.119" transform="matrix(0.9438 -0.3306 0.3306 0.9438 -34.1359 217.8457)" opacity="0.4" fill="#FFF8B9" width="4.907" height="0.322"/>
+
+ <rect x="620.932" y="209.119" transform="matrix(0.9438 -0.3306 0.3306 0.9438 -34.1359 217.8457)" opacity="0.5" fill="#D1E4B7" width="4.907" height="0.322"/>
+
+ <rect x="620.932" y="209.119" transform="matrix(0.9438 -0.3306 0.3306 0.9438 -34.1359 217.8457)" opacity="0.4" fill="#FFF8B9" width="4.907" height="0.322"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M628.175,236.271l4.39,12.488c0.715,0.066,1.435,0.121,2.153,0.159l-4.675-13.304
+ L628.175,236.271z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M628.175,236.271l4.39,12.488c0.715,0.066,1.435,0.121,2.153,0.159l-4.675-13.304
+ L628.175,236.271z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M628.175,236.271l4.39,12.488c0.715,0.066,1.435,0.121,2.153,0.159l-4.675-13.304
+ L628.175,236.271z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M628.175,236.271l4.39,12.488c0.715,0.066,1.435,0.121,2.153,0.159l-4.675-13.304
+ L628.175,236.271z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.702,248.823c2.503-0.2,5.016-0.594,7.518-1.176l-0.455-1.302L641.702,248.823z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.702,248.823c2.503-0.2,5.016-0.594,7.518-1.176l-0.455-1.302L641.702,248.823z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.702,248.823c2.503-0.2,5.016-0.594,7.518-1.176l-0.455-1.302L641.702,248.823z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.702,248.823c2.503-0.2,5.016-0.594,7.518-1.176l-0.455-1.302L641.702,248.823z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.552,231.524c-0.111-0.322-0.467-0.493-0.789-0.381l-12.72,4.471l4.675,13.304
+ c2.312,0.129,4.644,0.098,6.984-0.095l7.063-2.478L643.552,231.524z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.552,231.524c-0.111-0.322-0.467-0.493-0.789-0.381l-12.72,4.471l4.675,13.304
+ c2.312,0.129,4.644,0.098,6.984-0.095l7.063-2.478L643.552,231.524z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.552,231.524c-0.111-0.322-0.467-0.493-0.789-0.381l-12.72,4.471l4.675,13.304
+ c2.312,0.129,4.644,0.098,6.984-0.095l7.063-2.478L643.552,231.524z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.552,231.524c-0.111-0.322-0.467-0.493-0.789-0.381l-12.72,4.471l4.675,13.304
+ c2.312,0.129,4.644,0.098,6.984-0.095l7.063-2.478L643.552,231.524z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.552,231.524c-0.111-0.322-0.467-0.493-0.789-0.381l-12.72,4.471l4.675,13.304
+ c2.312,0.129,4.644,0.098,6.984-0.095l7.063-2.478L643.552,231.524z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M636.047,219.87c-0.324,0.11-0.675-0.057-0.791-0.379l-2.453-6.988l-5.057,1.778l4.19,11.923
+ c0.04,0.11,0.187,0.165,0.324,0.118l9.823-3.453l-1.604-4.559L636.047,219.87z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M636.047,219.87c-0.324,0.11-0.675-0.057-0.791-0.379l-2.453-6.988l-5.057,1.778l4.19,11.923
+ c0.04,0.11,0.187,0.165,0.324,0.118l9.823-3.453l-1.604-4.559L636.047,219.87z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M636.047,219.87c-0.324,0.11-0.675-0.057-0.791-0.379l-2.453-6.988l-5.057,1.778l4.19,11.923
+ c0.04,0.11,0.187,0.165,0.324,0.118l9.823-3.453l-1.604-4.559L636.047,219.87z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M636.047,219.87c-0.324,0.11-0.675-0.057-0.791-0.379l-2.453-6.988l-5.057,1.778l4.19,11.923
+ c0.04,0.11,0.187,0.165,0.324,0.118l9.823-3.453l-1.604-4.559L636.047,219.87z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M636.047,219.87c-0.324,0.11-0.675-0.057-0.791-0.379l-2.453-6.988l-5.057,1.778l4.19,11.923
+ c0.04,0.11,0.187,0.165,0.324,0.118l9.823-3.453l-1.604-4.559L636.047,219.87z"/>
+
+ <rect x="627.636" y="207.847" transform="matrix(-0.3314 -0.9435 0.9435 -0.3314 639.208 874.0027)" opacity="0.4" fill="#FFF8B9" width="3.265" height="5.36"/>
+
+ <rect x="627.636" y="207.847" transform="matrix(-0.3314 -0.9435 0.9435 -0.3314 639.208 874.0027)" opacity="0.4" fill="#FFF8B9" width="3.265" height="5.36"/>
+
+ <rect x="627.636" y="207.847" transform="matrix(-0.3314 -0.9435 0.9435 -0.3314 639.208 874.0027)" opacity="0.4" fill="#FFF8B9" width="3.265" height="5.36"/>
+
+ <rect x="627.636" y="207.847" transform="matrix(-0.3314 -0.9435 0.9435 -0.3314 639.208 874.0027)" opacity="0.2" fill="#FFF6A3" width="3.265" height="5.36"/>
+
+ <rect x="627.636" y="207.847" transform="matrix(-0.3314 -0.9435 0.9435 -0.3314 639.208 874.0027)" opacity="0.4" fill="#FFF8B9" width="3.265" height="5.36"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M634.228,200.52c-0.055-0.15-0.139-0.278-0.238-0.385l-9.98,3.511l1.639,4.672l10.075-3.543
+ L634.228,200.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M634.228,200.52c-0.055-0.15-0.139-0.278-0.238-0.385l-9.98,3.511l1.639,4.672l10.075-3.543
+ L634.228,200.52z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M634.228,200.52c-0.055-0.15-0.139-0.278-0.238-0.385l-9.98,3.511l1.639,4.672l10.075-3.543
+ L634.228,200.52z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M634.228,200.52c-0.055-0.15-0.139-0.278-0.238-0.385l-9.98,3.511l1.639,4.672l10.075-3.543
+ L634.228,200.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M634.228,200.52c-0.055-0.15-0.139-0.278-0.238-0.385l-9.98,3.511l1.639,4.672l10.075-3.543
+ L634.228,200.52z"/>
+
+ <rect x="625.398" y="206.537" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -32.8513 220.9453)" opacity="0.4" fill="#FFF8B9" width="10.68" height="0.319"/>
+
+ <rect x="625.398" y="206.537" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -32.8513 220.9453)" opacity="0.4" fill="#FFF8B9" width="10.68" height="0.319"/>
+
+ <rect x="625.398" y="206.537" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -32.8513 220.9453)" opacity="0.4" fill="#FFF8B9" width="10.68" height="0.319"/>
+
+ <rect x="625.398" y="206.537" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -32.8513 220.9453)" opacity="0.5" fill="#D1E4B7" width="10.68" height="0.319"/>
+
+ <rect x="625.398" y="206.537" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -32.8513 220.9453)" opacity="0.2" fill="#FFF6A3" width="10.68" height="0.319"/>
+
+ <rect x="625.398" y="206.537" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -32.8513 220.9453)" opacity="0.4" fill="#FFF8B9" width="10.68" height="0.319"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M634.942,217.109c-0.208,0.073-0.38,0.122-0.385,0.112l-0.643-1.83
+ c-0.003-0.016,0.16-0.079,0.369-0.15l4.555-1.609l-1.019-2.893l-5.018,1.764l2.453,6.988c0.116,0.322,0.467,0.489,0.791,0.379
+ l4.434-1.56l-0.985-2.803L634.942,217.109z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M634.942,217.109c-0.208,0.073-0.38,0.122-0.385,0.112l-0.643-1.83
+ c-0.003-0.016,0.16-0.079,0.369-0.15l4.555-1.609l-1.019-2.893l-5.018,1.764l2.453,6.988c0.116,0.322,0.467,0.489,0.791,0.379
+ l4.434-1.56l-0.985-2.803L634.942,217.109z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M634.942,217.109c-0.208,0.073-0.38,0.122-0.385,0.112l-0.643-1.83
+ c-0.003-0.016,0.16-0.079,0.369-0.15l4.555-1.609l-1.019-2.893l-5.018,1.764l2.453,6.988c0.116,0.322,0.467,0.489,0.791,0.379
+ l4.434-1.56l-0.985-2.803L634.942,217.109z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M634.942,217.109c-0.208,0.073-0.38,0.122-0.385,0.112l-0.643-1.83
+ c-0.003-0.016,0.16-0.079,0.369-0.15l4.555-1.609l-1.019-2.893l-5.018,1.764l2.453,6.988c0.116,0.322,0.467,0.489,0.791,0.379
+ l4.434-1.56l-0.985-2.803L634.942,217.109z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M634.942,217.109c-0.208,0.073-0.38,0.122-0.385,0.112l-0.643-1.83
+ c-0.003-0.016,0.16-0.079,0.369-0.15l4.555-1.609l-1.019-2.893l-5.018,1.764l2.453,6.988c0.116,0.322,0.467,0.489,0.791,0.379
+ l4.434-1.56l-0.985-2.803L634.942,217.109z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M634.942,217.109c-0.208,0.073-0.38,0.122-0.385,0.112l-0.643-1.83
+ c-0.003-0.016,0.16-0.079,0.369-0.15l4.555-1.609l-1.019-2.893l-5.018,1.764l2.453,6.988c0.116,0.322,0.467,0.489,0.791,0.379
+ l4.434-1.56l-0.985-2.803L634.942,217.109z"/>
+
+ <rect x="632.673" y="206.098" transform="matrix(-0.332 -0.9433 0.9433 -0.332 647.9702 876.3903)" opacity="0.4" fill="#FFF8B9" width="3.262" height="5.318"/>
+
+ <rect x="632.673" y="206.098" transform="matrix(-0.332 -0.9433 0.9433 -0.332 647.9702 876.3903)" opacity="0.4" fill="#FFF8B9" width="3.262" height="5.318"/>
+
+ <rect x="632.673" y="206.098" transform="matrix(-0.332 -0.9433 0.9433 -0.332 647.9702 876.3903)" opacity="0.4" fill="#FFF8B9" width="3.262" height="5.318"/>
+
+ <rect x="632.673" y="206.098" transform="matrix(-0.332 -0.9433 0.9433 -0.332 647.9702 876.3903)" opacity="0.2" fill="#FFF6A3" width="3.262" height="5.318"/>
+
+ <rect x="632.673" y="206.098" transform="matrix(-0.332 -0.9433 0.9433 -0.332 647.9702 876.3903)" opacity="0.4" fill="#FFF8B9" width="3.262" height="5.318"/>
+
+ <rect x="632.673" y="206.098" transform="matrix(-0.332 -0.9433 0.9433 -0.332 647.9702 876.3903)" opacity="0.4" fill="#FFF8B9" width="3.262" height="5.318"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M619.164,163.387l-4.463-12.696c-5.666,2.773-10.641,6.482-14.795,10.875l2.688,7.641
+ L619.164,163.387z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M619.164,163.387l-4.463-12.696c-5.666,2.773-10.641,6.482-14.795,10.875l2.688,7.641
+ L619.164,163.387z"/>
+
+ <rect x="609.722" y="159.149" transform="matrix(0.3321 0.9433 -0.9433 0.3321 566.8014 -464.5905)" opacity="0.4" fill="#FFF8B9" width="3.464" height="17.563"/>
+
+ <rect x="609.722" y="159.149" transform="matrix(0.3321 0.9433 -0.9433 0.3321 566.8014 -464.5905)" opacity="0.5" fill="#D1E4B7" width="3.464" height="17.563"/>
+
+ <rect x="609.722" y="159.149" transform="matrix(0.3321 0.9433 -0.9433 0.3321 566.8014 -464.5905)" opacity="0.4" fill="#FFF8B9" width="3.464" height="17.563"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M609.048,174.022l12.331-4.336l-1.064-3.032l-16.572,5.823l10.021,28.51
+ c0.104,0.3,0.452,0.451,0.774,0.336l3.072-1.078l-8.94-25.432C608.558,174.493,608.729,174.134,609.048,174.022z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M609.048,174.022l12.331-4.336l-1.064-3.032l-16.572,5.823l10.021,28.51
+ c0.104,0.3,0.452,0.451,0.774,0.336l3.072-1.078l-8.94-25.432C608.558,174.493,608.729,174.134,609.048,174.022z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M609.048,174.022l12.331-4.336l-1.064-3.032l-16.572,5.823l10.021,28.51
+ c0.104,0.3,0.452,0.451,0.774,0.336l3.072-1.078l-8.94-25.432C608.558,174.493,608.729,174.134,609.048,174.022z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M609.048,174.022l12.331-4.336l-1.064-3.032l-16.572,5.823l10.021,28.51
+ c0.104,0.3,0.452,0.451,0.774,0.336l3.072-1.078l-8.94-25.432C608.558,174.493,608.729,174.134,609.048,174.022z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M629.94,195.905c0.324-0.111,0.501-0.444,0.395-0.741l-8.956-25.478l-12.331,4.336
+ c-0.319,0.111-0.49,0.471-0.379,0.791l8.94,25.432l4.885-1.716L629.94,195.905z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M629.94,195.905c0.324-0.111,0.501-0.444,0.395-0.741l-8.956-25.478l-12.331,4.336
+ c-0.319,0.111-0.49,0.471-0.379,0.791l8.94,25.432l4.885-1.716L629.94,195.905z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M629.94,195.905c0.324-0.111,0.501-0.444,0.395-0.741l-8.956-25.478l-12.331,4.336
+ c-0.319,0.111-0.49,0.471-0.379,0.791l8.94,25.432l4.885-1.716L629.94,195.905z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M629.94,195.905c0.324-0.111,0.501-0.444,0.395-0.741l-8.956-25.478l-12.331,4.336
+ c-0.319,0.111-0.49,0.471-0.379,0.791l8.94,25.432l4.885-1.716L629.94,195.905z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M629.94,195.905c0.324-0.111,0.501-0.444,0.395-0.741l-8.956-25.478l-12.331,4.336
+ c-0.319,0.111-0.49,0.471-0.379,0.791l8.94,25.432l4.885-1.716L629.94,195.905z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.548,197.1l0.075-0.026l-1.109-3.154c-0.015-0.038-0.085-0.048-0.162-0.02l-4.488,1.574
+ l1.132,3.229L657.548,197.1z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.548,197.1l0.075-0.026l-1.109-3.154c-0.015-0.038-0.085-0.048-0.162-0.02l-4.488,1.574
+ l1.132,3.229L657.548,197.1z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.548,197.1l0.075-0.026l-1.109-3.154c-0.015-0.038-0.085-0.048-0.162-0.02l-4.488,1.574
+ l1.132,3.229L657.548,197.1z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M657.548,197.1l0.075-0.026l-1.109-3.154c-0.015-0.038-0.085-0.048-0.162-0.02l-4.488,1.574
+ l1.132,3.229L657.548,197.1z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.624,197.082l-0.001-0.009l-0.075,0.026C657.57,197.09,657.6,197.09,657.624,197.082z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.624,197.082l-0.001-0.009l-0.075,0.026C657.57,197.09,657.6,197.09,657.624,197.082z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M657.624,197.082l-0.001-0.009l-0.075,0.026C657.57,197.09,657.6,197.09,657.624,197.082z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.624,197.082l-0.001-0.009l-0.075,0.026C657.57,197.09,657.6,197.09,657.624,197.082z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M657.624,197.082l-0.001-0.009l-0.075,0.026C657.57,197.09,657.6,197.09,657.624,197.082z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M652.995,198.702l0.105,0.303l4.629-1.628l-0.105-0.295
+ c-0.024,0.008-0.054,0.008-0.076,0.018L652.995,198.702z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M652.995,198.702l0.105,0.303l4.629-1.628l-0.105-0.295
+ c-0.024,0.008-0.054,0.008-0.076,0.018L652.995,198.702z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M652.995,198.702l0.105,0.303l4.629-1.628l-0.105-0.295
+ c-0.024,0.008-0.054,0.008-0.076,0.018L652.995,198.702z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M652.995,198.702l0.105,0.303l4.629-1.628l-0.105-0.295
+ c-0.024,0.008-0.054,0.008-0.076,0.018L652.995,198.702z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M652.995,198.702l0.105,0.303l4.629-1.628l-0.105-0.295
+ c-0.024,0.008-0.054,0.008-0.076,0.018L652.995,198.702z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M652.995,198.702l0.105,0.303l4.629-1.628l-0.105-0.295
+ c-0.024,0.008-0.054,0.008-0.076,0.018L652.995,198.702z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="654.629,203.342 659.254,201.719 658.171,198.638 653.542,200.263 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="654.629,203.342 659.254,201.719 658.171,198.638 653.542,200.263 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="654.629,203.342 659.254,201.719 658.171,198.638 653.542,200.263 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="654.629,203.342 659.254,201.719 658.171,198.638 653.542,200.263 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="654.629,203.342 659.254,201.719 658.171,198.638 653.542,200.263 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="654.629,203.342 659.254,201.719 658.171,198.638 653.542,200.263 "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M649.529,198.52l-3.621,1.281l0.434,1.24l6.653-2.339l-1.132-3.229l-2.919,1.023l0.651,1.86
+ C649.621,198.424,649.591,198.504,649.529,198.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M649.529,198.52l-3.621,1.281l0.434,1.24l6.653-2.339l-1.132-3.229l-2.919,1.023l0.651,1.86
+ C649.621,198.424,649.591,198.504,649.529,198.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M649.529,198.52l-3.621,1.281l0.434,1.24l6.653-2.339l-1.132-3.229l-2.919,1.023l0.651,1.86
+ C649.621,198.424,649.591,198.504,649.529,198.52z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M649.529,198.52l-3.621,1.281l0.434,1.24l6.653-2.339l-1.132-3.229l-2.919,1.023l0.651,1.86
+ C649.621,198.424,649.591,198.504,649.529,198.52z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M649.529,198.52l-3.621,1.281l0.434,1.24l6.653-2.339l-1.132-3.229l-2.919,1.023l0.651,1.86
+ C649.621,198.424,649.591,198.504,649.529,198.52z"/>
+
+ <rect x="649.561" y="196.497" transform="matrix(0.329 0.9443 -0.9443 0.329 624.8555 -479.336)" opacity="0.4" fill="#FFF8B9" width="0.321" height="7.052"/>
+
+ <rect x="649.561" y="196.497" transform="matrix(0.329 0.9443 -0.9443 0.329 624.8555 -479.336)" opacity="0.4" fill="#FFF8B9" width="0.321" height="7.052"/>
+
+ <rect x="649.561" y="196.497" transform="matrix(0.329 0.9443 -0.9443 0.329 624.8555 -479.336)" opacity="0.4" fill="#FFF8B9" width="0.321" height="7.052"/>
+
+ <rect x="649.561" y="196.497" transform="matrix(0.329 0.9443 -0.9443 0.329 624.8555 -479.336)" opacity="0.5" fill="#D1E4B7" width="0.321" height="7.052"/>
+
+ <rect x="649.561" y="196.497" transform="matrix(0.329 0.9443 -0.9443 0.329 624.8555 -479.336)" opacity="0.4" fill="#FFF8B9" width="0.321" height="7.052"/>
+
+ <rect x="649.561" y="196.497" transform="matrix(0.329 0.9443 -0.9443 0.329 624.8555 -479.336)" opacity="0.4" fill="#FFF8B9" width="0.321" height="7.052"/>
+
+ <rect x="649.561" y="196.497" transform="matrix(0.329 0.9443 -0.9443 0.329 624.8555 -479.336)" opacity="0.2" fill="#FFF6A3" width="0.321" height="7.052"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.82,205.242l3.149-1.107c0.276-0.097,0.569,0.007,0.723,0.244l2.937-1.037l-1.087-3.079
+ l-6.648,2.34L647.82,205.242z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.82,205.242l3.149-1.107c0.276-0.097,0.569,0.007,0.723,0.244l2.937-1.037l-1.087-3.079
+ l-6.648,2.34L647.82,205.242z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.82,205.242l3.149-1.107c0.276-0.097,0.569,0.007,0.723,0.244l2.937-1.037l-1.087-3.079
+ l-6.648,2.34L647.82,205.242z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M647.82,205.242l3.149-1.107c0.276-0.097,0.569,0.007,0.723,0.244l2.937-1.037l-1.087-3.079
+ l-6.648,2.34L647.82,205.242z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.82,205.242l3.149-1.107c0.276-0.097,0.569,0.007,0.723,0.244l2.937-1.037l-1.087-3.079
+ l-6.648,2.34L647.82,205.242z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M647.82,205.242l3.149-1.107c0.276-0.097,0.569,0.007,0.723,0.244l2.937-1.037l-1.087-3.079
+ l-6.648,2.34L647.82,205.242z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M647.82,205.242l3.149-1.107c0.276-0.097,0.569,0.007,0.723,0.244l2.937-1.037l-1.087-3.079
+ l-6.648,2.34L647.82,205.242z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M645.233,197.88l0.675,1.921l3.621-1.281c0.062-0.016,0.092-0.096,0.066-0.162l-0.651-1.86
+ l-3.6,1.267C645.269,197.793,645.22,197.841,645.233,197.88z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M645.233,197.88l0.675,1.921l3.621-1.281c0.062-0.016,0.092-0.096,0.066-0.162l-0.651-1.86
+ l-3.6,1.267C645.269,197.793,645.22,197.841,645.233,197.88z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M645.233,197.88l0.675,1.921l3.621-1.281c0.062-0.016,0.092-0.096,0.066-0.162l-0.651-1.86
+ l-3.6,1.267C645.269,197.793,645.22,197.841,645.233,197.88z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M645.233,197.88l0.675,1.921l3.621-1.281c0.062-0.016,0.092-0.096,0.066-0.162l-0.651-1.86
+ l-3.6,1.267C645.269,197.793,645.22,197.841,645.233,197.88z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M645.233,197.88l0.675,1.921l3.621-1.281c0.062-0.016,0.092-0.096,0.066-0.162l-0.651-1.86
+ l-3.6,1.267C645.269,197.793,645.22,197.841,645.233,197.88z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M645.233,197.88l0.675,1.921l3.621-1.281c0.062-0.016,0.092-0.096,0.066-0.162l-0.651-1.86
+ l-3.6,1.267C645.269,197.793,645.22,197.841,645.233,197.88z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M650.97,204.135l-3.149,1.107l0.154,0.442l3.718-1.306
+ C651.539,204.142,651.246,204.038,650.97,204.135z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M650.97,204.135l-3.149,1.107l0.154,0.442l3.718-1.306
+ C651.539,204.142,651.246,204.038,650.97,204.135z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M650.97,204.135l-3.149,1.107l0.154,0.442l3.718-1.306
+ C651.539,204.142,651.246,204.038,650.97,204.135z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M650.97,204.135l-3.149,1.107l0.154,0.442l3.718-1.306
+ C651.539,204.142,651.246,204.038,650.97,204.135z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M650.97,204.135l-3.149,1.107l0.154,0.442l3.718-1.306
+ C651.539,204.142,651.246,204.038,650.97,204.135z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M650.97,204.135l-3.149,1.107l0.154,0.442l3.718-1.306
+ C651.539,204.142,651.246,204.038,650.97,204.135z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M650.97,204.135l-3.149,1.107l0.154,0.442l3.718-1.306
+ C651.539,204.142,651.246,204.038,650.97,204.135z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M650.97,204.135l-3.149,1.107l0.154,0.442l3.718-1.306
+ C651.539,204.142,651.246,204.038,650.97,204.135z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.888,185.056c0.252-0.087,0.454-0.166,0.45-0.18l-0.643-1.828
+ c-0.003-0.014-0.211,0.049-0.463,0.137l-3.827,1.345l0.658,1.874L676.888,185.056z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.888,185.056c0.252-0.087,0.454-0.166,0.45-0.18l-0.643-1.828
+ c-0.003-0.014-0.211,0.049-0.463,0.137l-3.827,1.345l0.658,1.874L676.888,185.056z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M676.888,185.056c0.252-0.087,0.454-0.166,0.45-0.18l-0.643-1.828
+ c-0.003-0.014-0.211,0.049-0.463,0.137l-3.827,1.345l0.658,1.874L676.888,185.056z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M617.97,205.373l1.283-0.45l-0.533-1.52l-6.858,2.409c-0.256,0.088-0.456,0.173-0.453,0.185
+ l0.644,1.831c0.005,0.009,0.212-0.056,0.468-0.144l5.082-1.786C617.633,205.647,617.764,205.444,617.97,205.373z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M617.97,205.373l1.283-0.45l-0.533-1.52l-6.858,2.409c-0.256,0.088-0.456,0.173-0.453,0.185
+ l0.644,1.831c0.005,0.009,0.212-0.056,0.468-0.144l5.082-1.786C617.633,205.647,617.764,205.444,617.97,205.373z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M617.97,205.373l1.283-0.45l-0.533-1.52l-6.858,2.409c-0.256,0.088-0.456,0.173-0.453,0.185
+ l0.644,1.831c0.005,0.009,0.212-0.056,0.468-0.144l5.082-1.786C617.633,205.647,617.764,205.444,617.97,205.373z"/>
+
+ <rect x="620.497" y="200.894" transform="matrix(0.3327 0.943 -0.943 0.3327 606.3416 -450.2137)" opacity="0.4" fill="#FFF8B9" width="1.611" height="4.907"/>
+
+ <rect x="620.497" y="200.894" transform="matrix(0.3327 0.943 -0.943 0.3327 606.3416 -450.2137)" opacity="0.4" fill="#FFF8B9" width="1.611" height="4.907"/>
+
+ <rect x="620.497" y="200.894" transform="matrix(0.3327 0.943 -0.943 0.3327 606.3416 -450.2137)" opacity="0.5" fill="#D1E4B7" width="1.611" height="4.907"/>
+
+ <rect x="620.497" y="200.894" transform="matrix(0.3327 0.943 -0.943 0.3327 606.3416 -450.2137)" opacity="0.4" fill="#FFF8B9" width="1.611" height="4.907"/>
+
+ <rect x="657.589" y="187.058" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 1355.4709 144.7542)" opacity="0.4" fill="#FFF8B9" width="15.586" height="1.986"/>
+
+ <rect x="657.589" y="187.058" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 1355.4709 144.7542)" opacity="0.4" fill="#FFF8B9" width="15.586" height="1.986"/>
+
+ <rect x="657.589" y="187.058" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 1355.4709 144.7542)" opacity="0.4" fill="#FFF8B9" width="15.586" height="1.986"/>
+
+ <rect x="657.589" y="187.058" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 1355.4709 144.7542)" opacity="0.4" fill="#FFF8B9" width="15.586" height="1.986"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M633.989,200.135l4.062-1.423l-0.122-0.353c-0.116-0.323,0.053-0.678,0.377-0.79l0.699-0.25
+ l-0.329-0.934l-15.327,5.388l0.536,1.52l9.489-3.334C633.583,199.89,633.811,199.959,633.989,200.135z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M633.989,200.135l4.062-1.423l-0.122-0.353c-0.116-0.323,0.053-0.678,0.377-0.79l0.699-0.25
+ l-0.329-0.934l-15.327,5.388l0.536,1.52l9.489-3.334C633.583,199.89,633.811,199.959,633.989,200.135z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M633.989,200.135l4.062-1.423l-0.122-0.353c-0.116-0.323,0.053-0.678,0.377-0.79l0.699-0.25
+ l-0.329-0.934l-15.327,5.388l0.536,1.52l9.489-3.334C633.583,199.89,633.811,199.959,633.989,200.135z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M633.989,200.135l4.062-1.423l-0.122-0.353c-0.116-0.323,0.053-0.678,0.377-0.79l0.699-0.25
+ l-0.329-0.934l-15.327,5.388l0.536,1.52l9.489-3.334C633.583,199.89,633.811,199.959,633.989,200.135z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M633.989,200.135l4.062-1.423l-0.122-0.353c-0.116-0.323,0.053-0.678,0.377-0.79l0.699-0.25
+ l-0.329-0.934l-15.327,5.388l0.536,1.52l9.489-3.334C633.583,199.89,633.811,199.959,633.989,200.135z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M639.005,197.319l-0.699,0.25c-0.324,0.112-0.493,0.467-0.377,0.79l0.122,0.353l1.284-0.455
+ L639.005,197.319z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M639.005,197.319l-0.699,0.25c-0.324,0.112-0.493,0.467-0.377,0.79l0.122,0.353l1.284-0.455
+ L639.005,197.319z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M639.005,197.319l-0.699,0.25c-0.324,0.112-0.493,0.467-0.377,0.79l0.122,0.353l1.284-0.455
+ L639.005,197.319z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M639.005,197.319l-0.699,0.25c-0.324,0.112-0.493,0.467-0.377,0.79l0.122,0.353l1.284-0.455
+ L639.005,197.319z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M639.005,197.319l-0.699,0.25c-0.324,0.112-0.493,0.467-0.377,0.79l0.122,0.353l1.284-0.455
+ L639.005,197.319z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M639.005,197.319l-0.699,0.25c-0.324,0.112-0.493,0.467-0.377,0.79l0.122,0.353l1.284-0.455
+ L639.005,197.319z"/>
+
+ <rect x="638.767" y="195.927" transform="matrix(0.9435 -0.3314 0.3314 0.9435 -28.9241 223.221)" opacity="0.4" fill="#FFF8B9" width="2.599" height="0.99"/>
+
+ <rect x="638.767" y="195.927" transform="matrix(0.9435 -0.3314 0.3314 0.9435 -28.9241 223.221)" opacity="0.4" fill="#FFF8B9" width="2.599" height="0.99"/>
+
+ <rect x="638.767" y="195.927" transform="matrix(0.9435 -0.3314 0.3314 0.9435 -28.9241 223.221)" opacity="0.5" fill="#D1E4B7" width="2.599" height="0.99"/>
+
+ <rect x="638.767" y="195.927" transform="matrix(0.9435 -0.3314 0.3314 0.9435 -28.9241 223.221)" opacity="0.2" fill="#FFF6A3" width="2.599" height="0.99"/>
+
+ <rect x="638.767" y="195.927" transform="matrix(0.9435 -0.3314 0.3314 0.9435 -28.9241 223.221)" opacity="0.4" fill="#FFF6A3" width="2.599" height="0.99"/>
+
+ <rect x="638.767" y="195.927" transform="matrix(0.9435 -0.3314 0.3314 0.9435 -28.9241 223.221)" opacity="0.4" fill="#FFF8B9" width="2.599" height="0.99"/>
+
+ <rect x="639.898" y="196.062" transform="matrix(0.3307 0.9438 -0.9438 0.3307 614.9012 -472.2714)" opacity="0.4" fill="#FFF8B9" width="0.992" height="2.596"/>
+
+ <rect x="639.898" y="196.062" transform="matrix(0.3307 0.9438 -0.9438 0.3307 614.9012 -472.2714)" opacity="0.4" fill="#FFF8B9" width="0.992" height="2.596"/>
+
+ <rect x="639.898" y="196.062" transform="matrix(0.3307 0.9438 -0.9438 0.3307 614.9012 -472.2714)" opacity="0.5" fill="#D1E4B7" width="0.992" height="2.596"/>
+
+ <rect x="639.898" y="196.062" transform="matrix(0.3307 0.9438 -0.9438 0.3307 614.9012 -472.2714)" opacity="0.4" fill="#FFF8B9" width="0.992" height="2.596"/>
+
+ <rect x="639.898" y="196.062" transform="matrix(0.3307 0.9438 -0.9438 0.3307 614.9012 -472.2714)" opacity="0.2" fill="#FFF6A3" width="0.992" height="2.596"/>
+
+ <rect x="639.898" y="196.062" transform="matrix(0.3307 0.9438 -0.9438 0.3307 614.9012 -472.2714)" opacity="0.4" fill="#FFF6A3" width="0.992" height="2.596"/>
+
+ <rect x="639.898" y="196.062" transform="matrix(0.3307 0.9438 -0.9438 0.3307 614.9012 -472.2714)" opacity="0.4" fill="#FFF8B9" width="0.992" height="2.596"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M648.107,194.123l2.334-0.819c0.324-0.116,0.677,0.056,0.788,0.378l0.124,0.353l5.136-1.805
+ l-0.658-1.872l-8.052,2.83L648.107,194.123z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M648.107,194.123l2.334-0.819c0.324-0.116,0.677,0.056,0.788,0.378l0.124,0.353l5.136-1.805
+ l-0.658-1.872l-8.052,2.83L648.107,194.123z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M648.107,194.123l2.334-0.819c0.324-0.116,0.677,0.056,0.788,0.378l0.124,0.353l5.136-1.805
+ l-0.658-1.872l-8.052,2.83L648.107,194.123z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M648.107,194.123l2.334-0.819c0.324-0.116,0.677,0.056,0.788,0.378l0.124,0.353l5.136-1.805
+ l-0.658-1.872l-8.052,2.83L648.107,194.123z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M651.354,194.034l-0.124-0.353c-0.111-0.322-0.464-0.494-0.788-0.378l-2.334,0.819
+ l0.327,0.935L651.354,194.034z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M651.354,194.034l-0.124-0.353c-0.111-0.322-0.464-0.494-0.788-0.378l-2.334,0.819
+ l0.327,0.935L651.354,194.034z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M651.354,194.034l-0.124-0.353c-0.111-0.322-0.464-0.494-0.788-0.378l-2.334,0.819
+ l0.327,0.935L651.354,194.034z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M651.354,194.034l-0.124-0.353c-0.111-0.322-0.464-0.494-0.788-0.378l-2.334,0.819
+ l0.327,0.935L651.354,194.034z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M651.354,194.034l-0.124-0.353c-0.111-0.322-0.464-0.494-0.788-0.378l-2.334,0.819
+ l0.327,0.935L651.354,194.034z"/>
+
+ <rect x="656.103" y="189.975" transform="matrix(0.3326 0.9431 -0.9431 0.3326 618.6656 -492.2367)" opacity="0.4" fill="#FFF8B9" width="1.985" height="1.98"/>
+
+ <rect x="656.103" y="189.975" transform="matrix(0.3326 0.9431 -0.9431 0.3326 618.6656 -492.2367)" opacity="0.4" fill="#FFF8B9" width="1.985" height="1.98"/>
+
+ <rect x="656.103" y="189.975" transform="matrix(0.3326 0.9431 -0.9431 0.3326 618.6656 -492.2367)" opacity="0.4" fill="#FFF8B9" width="1.985" height="1.98"/>
+
+ <rect x="656.103" y="189.975" transform="matrix(0.3326 0.9431 -0.9431 0.3326 618.6656 -492.2367)" opacity="0.4" fill="#FFF8B9" width="1.985" height="1.98"/>
+
+ <rect x="656.103" y="189.975" transform="matrix(0.3326 0.9431 -0.9431 0.3326 618.6656 -492.2367)" opacity="0.4" fill="#FFF8B9" width="1.985" height="1.98"/>
+
+ <rect x="644.097" y="193.815" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 1320.0387 163.5596)" opacity="0.4" fill="#FFF8B9" width="3.958" height="0.991"/>
+
+ <rect x="644.097" y="193.815" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 1320.0387 163.5596)" opacity="0.4" fill="#FFF8B9" width="3.958" height="0.991"/>
+
+ <rect x="644.097" y="193.815" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 1320.0387 163.5596)" opacity="0.4" fill="#FFF6A3" width="3.958" height="0.991"/>
+
+ <rect x="644.097" y="193.815" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 1320.0387 163.5596)" opacity="0.4" fill="#FFF8B9" width="3.958" height="0.991"/>
+
+ <rect x="644.097" y="193.815" transform="matrix(-0.9435 0.3314 -0.3314 -0.9435 1320.0387 163.5596)" opacity="0.4" fill="#FFF8B9" width="3.958" height="0.991"/>
+
+ <rect x="644.427" y="194.751" transform="matrix(-0.9435 0.3313 -0.3313 -0.9435 1320.9893 165.3138)" opacity="0.4" fill="#FFF8B9" width="3.956" height="0.99"/>
+
+ <rect x="644.427" y="194.751" transform="matrix(-0.9435 0.3313 -0.3313 -0.9435 1320.9893 165.3138)" opacity="0.4" fill="#FFF8B9" width="3.956" height="0.99"/>
+
+ <rect x="644.427" y="194.751" transform="matrix(-0.9435 0.3313 -0.3313 -0.9435 1320.9893 165.3138)" opacity="0.4" fill="#FFF8B9" width="3.956" height="0.99"/>
+
+ <rect x="644.427" y="194.751" transform="matrix(-0.9435 0.3313 -0.3313 -0.9435 1320.9893 165.3138)" opacity="0.4" fill="#FFF6A3" width="3.956" height="0.99"/>
+
+ <rect x="644.427" y="194.751" transform="matrix(-0.9435 0.3313 -0.3313 -0.9435 1320.9893 165.3138)" opacity="0.4" fill="#FFF8B9" width="3.956" height="0.99"/>
+
+ <rect x="644.427" y="194.751" transform="matrix(-0.9435 0.3313 -0.3313 -0.9435 1320.9893 165.3138)" opacity="0.4" fill="#FFF8B9" width="3.956" height="0.99"/>
+
+ <rect x="641.203" y="194.984" transform="matrix(-0.9431 0.3324 -0.3324 -0.9431 1313.9298 166.214)" opacity="0.4" fill="#FFF8B9" width="3.094" height="0.993"/>
+
+ <rect x="641.203" y="194.984" transform="matrix(-0.9431 0.3324 -0.3324 -0.9431 1313.9298 166.214)" opacity="0.4" fill="#FFF8B9" width="3.094" height="0.993"/>
+
+ <rect x="641.203" y="194.984" transform="matrix(-0.9431 0.3324 -0.3324 -0.9431 1313.9298 166.214)" opacity="0.2" fill="#FFF6A3" width="3.094" height="0.993"/>
+
+ <rect x="641.203" y="194.984" transform="matrix(-0.9431 0.3324 -0.3324 -0.9431 1313.9298 166.214)" opacity="0.4" fill="#FFF6A3" width="3.094" height="0.993"/>
+
+ <rect x="641.203" y="194.984" transform="matrix(-0.9431 0.3324 -0.3324 -0.9431 1313.9298 166.214)" opacity="0.4" fill="#FFF8B9" width="3.094" height="0.993"/>
+
+ <rect x="641.203" y="194.984" transform="matrix(-0.9431 0.3324 -0.3324 -0.9431 1313.9298 166.214)" opacity="0.4" fill="#FFF8B9" width="3.094" height="0.993"/>
+
+ <rect x="641.53" y="195.922" transform="matrix(-0.9429 0.3331 -0.3331 -0.9429 1314.8569 167.3954)" opacity="0.4" fill="#FFF8B9" width="3.096" height="0.99"/>
+
+ <rect x="641.53" y="195.922" transform="matrix(-0.9429 0.3331 -0.3331 -0.9429 1314.8569 167.3954)" opacity="0.4" fill="#FFF8B9" width="3.096" height="0.99"/>
+
+ <rect x="641.53" y="195.922" transform="matrix(-0.9429 0.3331 -0.3331 -0.9429 1314.8569 167.3954)" opacity="0.4" fill="#FFF8B9" width="3.096" height="0.99"/>
+
+ <rect x="641.53" y="195.922" transform="matrix(-0.9429 0.3331 -0.3331 -0.9429 1314.8569 167.3954)" opacity="0.2" fill="#FFF6A3" width="3.096" height="0.99"/>
+
+ <rect x="641.53" y="195.922" transform="matrix(-0.9429 0.3331 -0.3331 -0.9429 1314.8569 167.3954)" opacity="0.4" fill="#FFF6A3" width="3.096" height="0.99"/>
+
+ <rect x="641.53" y="195.922" transform="matrix(-0.9429 0.3331 -0.3331 -0.9429 1314.8569 167.3954)" opacity="0.4" fill="#FFF8B9" width="3.096" height="0.99"/>
+
+ <rect x="641.53" y="195.922" transform="matrix(-0.9429 0.3331 -0.3331 -0.9429 1314.8569 167.3954)" opacity="0.4" fill="#FFF8B9" width="3.096" height="0.99"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M619.253,204.923l-1.283,0.45c-0.206,0.071-0.337,0.274-0.368,0.525l1.778-0.624
+ L619.253,204.923z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M619.253,204.923l-1.283,0.45c-0.206,0.071-0.337,0.274-0.368,0.525l1.778-0.624
+ L619.253,204.923z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M619.253,204.923l-1.283,0.45c-0.206,0.071-0.337,0.274-0.368,0.525l1.778-0.624
+ L619.253,204.923z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M619.253,204.923l-1.283,0.45c-0.206,0.071-0.337,0.274-0.368,0.525l1.778-0.624
+ L619.253,204.923z"/>
+
+ <rect x="619.177" y="204.097" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -32.5637 217.9244)" opacity="0.4" fill="#FFF8B9" width="4.91" height="0.374"/>
+
+ <rect x="619.177" y="204.097" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -32.5637 217.9244)" opacity="0.4" fill="#FFF8B9" width="4.91" height="0.374"/>
+
+ <rect x="619.177" y="204.097" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -32.5637 217.9244)" opacity="0.5" fill="#D1E4B7" width="4.91" height="0.374"/>
+
+ <rect x="619.177" y="204.097" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -32.5637 217.9244)" opacity="0.4" fill="#FFF8B9" width="4.91" height="0.374"/>
+
+ <rect x="619.177" y="204.097" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -32.5637 217.9244)" opacity="0.4" fill="#FFF8B9" width="4.91" height="0.374"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M633.989,200.135c-0.179-0.176-0.406-0.245-0.615-0.176l-9.489,3.334l0.124,0.353
+ L633.989,200.135z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M633.989,200.135c-0.179-0.176-0.406-0.245-0.615-0.176l-9.489,3.334l0.124,0.353
+ L633.989,200.135z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M633.989,200.135c-0.179-0.176-0.406-0.245-0.615-0.176l-9.489,3.334l0.124,0.353
+ L633.989,200.135z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M633.989,200.135c-0.179-0.176-0.406-0.245-0.615-0.176l-9.489,3.334l0.124,0.353
+ L633.989,200.135z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M633.989,200.135c-0.179-0.176-0.406-0.245-0.615-0.176l-9.489,3.334l0.124,0.353
+ L633.989,200.135z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M633.989,200.135c-0.179-0.176-0.406-0.245-0.615-0.176l-9.489,3.334l0.124,0.353
+ L633.989,200.135z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M612.165,214.103c-0.216,0.073-0.44-0.013-0.504-0.189l-0.104-0.304l-4.32,1.521l0.441,1.255
+ l12.024-4.221l-0.224-0.634L612.165,214.103z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M612.165,214.103c-0.216,0.073-0.44-0.013-0.504-0.189l-0.104-0.304l-4.32,1.521l0.441,1.255
+ l12.024-4.221l-0.224-0.634L612.165,214.103z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M612.165,214.103c-0.216,0.073-0.44-0.013-0.504-0.189l-0.104-0.304l-4.32,1.521l0.441,1.255
+ l12.024-4.221l-0.224-0.634L612.165,214.103z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M611.557,213.609l0.104,0.304c0.063,0.177,0.288,0.263,0.504,0.189l7.313-2.572l-0.22-0.631
+ L611.557,213.609z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M611.557,213.609l0.104,0.304c0.063,0.177,0.288,0.263,0.504,0.189l7.313-2.572l-0.22-0.631
+ L611.557,213.609z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M611.557,213.609l0.104,0.304c0.063,0.177,0.288,0.263,0.504,0.189l7.313-2.572l-0.22-0.631
+ L611.557,213.609z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M611.557,213.609l0.104,0.304c0.063,0.177,0.288,0.263,0.504,0.189l7.313-2.572l-0.22-0.631
+ L611.557,213.609z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M664.082,196.561c0.301-0.107,0.539-0.197,0.534-0.207l-0.431-1.232
+ c-0.005-0.007-0.248,0.074-0.544,0.177l-3.537,1.245l0.443,1.258L664.082,196.561z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M664.082,196.561c0.301-0.107,0.539-0.197,0.534-0.207l-0.431-1.232
+ c-0.005-0.007-0.248,0.074-0.544,0.177l-3.537,1.245l0.443,1.258L664.082,196.561z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M664.082,196.561c0.301-0.107,0.539-0.197,0.534-0.207l-0.431-1.232
+ c-0.005-0.007-0.248,0.074-0.544,0.177l-3.537,1.245l0.443,1.258L664.082,196.561z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M664.082,196.561c0.301-0.107,0.539-0.197,0.534-0.207l-0.431-1.232
+ c-0.005-0.007-0.248,0.074-0.544,0.177l-3.537,1.245l0.443,1.258L664.082,196.561z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M664.082,196.561c0.301-0.107,0.539-0.197,0.534-0.207l-0.431-1.232
+ c-0.005-0.007-0.248,0.074-0.544,0.177l-3.537,1.245l0.443,1.258L664.082,196.561z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="639.798,203.678 635.83,205.076 635.887,205.236 639.854,203.849 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="639.798,203.678 635.83,205.076 635.887,205.236 639.854,203.849 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="639.798,203.678 635.83,205.076 635.887,205.236 639.854,203.849 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="639.798,203.678 635.83,205.076 635.887,205.236 639.854,203.849 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="639.798,203.678 635.83,205.076 635.887,205.236 639.854,203.849 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="639.798,203.678 635.83,205.076 635.887,205.236 639.854,203.849 "/>
+
+ <rect x="639.714" y="203.016" transform="matrix(0.9433 -0.332 0.332 0.9433 -31.0352 224.5301)" opacity="0.4" fill="#FFF8B9" width="3.957" height="0.18"/>
+
+ <rect x="639.714" y="203.016" transform="matrix(0.9433 -0.332 0.332 0.9433 -31.0352 224.5301)" opacity="0.4" fill="#FFF8B9" width="3.957" height="0.18"/>
+
+ <rect x="639.714" y="203.016" transform="matrix(0.9433 -0.332 0.332 0.9433 -31.0352 224.5301)" opacity="0.4" fill="#FFF8B9" width="3.957" height="0.18"/>
+
+ <rect x="639.714" y="203.016" transform="matrix(0.9433 -0.332 0.332 0.9433 -31.0352 224.5301)" opacity="0.5" fill="#D1E4B7" width="3.957" height="0.18"/>
+
+ <rect x="639.714" y="203.016" transform="matrix(0.9433 -0.332 0.332 0.9433 -31.0352 224.5301)" opacity="0.4" fill="#FFF8B9" width="3.957" height="0.18"/>
+
+ <rect x="639.714" y="203.016" transform="matrix(0.9433 -0.332 0.332 0.9433 -31.0352 224.5301)" opacity="0.2" fill="#FFF6A3" width="3.957" height="0.18"/>
+
+ <rect x="639.714" y="203.016" transform="matrix(0.9433 -0.332 0.332 0.9433 -31.0352 224.5301)" opacity="0.4" fill="#FFF8B9" width="3.957" height="0.18"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M599.282,218.239l-0.1-0.282l-7.816,2.749c0.203,0.403,0.411,0.803,0.625,1.193l7.636-2.685
+ L599.282,218.239z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M599.282,218.239l-0.1-0.282l-7.816,2.749c0.203,0.403,0.411,0.803,0.625,1.193l7.636-2.685
+ L599.282,218.239z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M599.183,217.957l0.1,0.282c-0.038-0.106-0.043-0.207-0.026-0.308L599.183,217.957z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M599.183,217.957l0.1,0.282c-0.038-0.106-0.043-0.207-0.026-0.308L599.183,217.957z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M599.183,217.957l0.1,0.282c-0.038-0.106-0.043-0.207-0.026-0.308L599.183,217.957z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M599.256,217.932c-0.017,0.101-0.012,0.201,0.026,0.308l0.345,0.976l8.051-2.83l-0.441-1.255
+ L599.256,217.932z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M599.256,217.932c-0.017,0.101-0.012,0.201,0.026,0.308l0.345,0.976l8.051-2.83l-0.441-1.255
+ L599.256,217.932z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M599.256,217.932c-0.017,0.101-0.012,0.201,0.026,0.308l0.345,0.976l8.051-2.83l-0.441-1.255
+ L599.256,217.932z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M599.256,217.932c-0.017,0.101-0.012,0.201,0.026,0.308l0.345,0.976l8.051-2.83l-0.441-1.255
+ L599.256,217.932z"/>
+
+ <rect x="637.813" y="203.22" transform="matrix(-0.3334 -0.9428 0.9428 -0.3334 657.2977 875.4143)" opacity="0.4" fill="#FFF8B9" width="0.665" height="4.207"/>
+
+ <rect x="637.813" y="203.22" transform="matrix(-0.3334 -0.9428 0.9428 -0.3334 657.2977 875.4143)" opacity="0.4" fill="#FFF8B9" width="0.665" height="4.207"/>
+
+ <rect x="637.813" y="203.22" transform="matrix(-0.3334 -0.9428 0.9428 -0.3334 657.2977 875.4143)" opacity="0.4" fill="#FFF8B9" width="0.665" height="4.207"/>
+
+ <rect x="637.813" y="203.22" transform="matrix(-0.3334 -0.9428 0.9428 -0.3334 657.2977 875.4143)" opacity="0.2" fill="#FFF6A3" width="0.665" height="4.207"/>
+
+ <rect x="637.813" y="203.22" transform="matrix(-0.3334 -0.9428 0.9428 -0.3334 657.2977 875.4143)" opacity="0.4" fill="#FFF8B9" width="0.665" height="4.207"/>
+
+ <rect x="637.813" y="203.22" transform="matrix(-0.3334 -0.9428 0.9428 -0.3334 657.2977 875.4143)" opacity="0.4" fill="#FFF8B9" width="0.665" height="4.207"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="640.021,204.312 639.854,203.849 635.887,205.236 636.05,205.706 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="640.021,204.312 639.854,203.849 635.887,205.236 636.05,205.706 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="640.021,204.312 639.854,203.849 635.887,205.236 636.05,205.706 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="640.021,204.312 639.854,203.849 635.887,205.236 636.05,205.706 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="640.021,204.312 639.854,203.849 635.887,205.236 636.05,205.706 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="640.021,204.312 639.854,203.849 635.887,205.236 636.05,205.706 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="640.021,204.312 639.854,203.849 635.887,205.236 636.05,205.706 "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.641,202.669c0.063,0.187-0.063,0.389-0.276,0.465l-3.344,1.178l0.222,0.63l3.732-1.312
+ L643.641,202.669z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.641,202.669c0.063,0.187-0.063,0.389-0.276,0.465l-3.344,1.178l0.222,0.63l3.732-1.312
+ L643.641,202.669z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.641,202.669c0.063,0.187-0.063,0.389-0.276,0.465l-3.344,1.178l0.222,0.63l3.732-1.312
+ L643.641,202.669z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.641,202.669c0.063,0.187-0.063,0.389-0.276,0.465l-3.344,1.178l0.222,0.63l3.732-1.312
+ L643.641,202.669z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M643.641,202.669c0.063,0.187-0.063,0.389-0.276,0.465l-3.344,1.178l0.222,0.63l3.732-1.312
+ L643.641,202.669z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.641,202.669c0.063,0.187-0.063,0.389-0.276,0.465l-3.344,1.178l0.222,0.63l3.732-1.312
+ L643.641,202.669z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.641,202.669c0.063,0.187-0.063,0.389-0.276,0.465l-3.344,1.178l0.222,0.63l3.732-1.312
+ L643.641,202.669z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.589,202.532l-3.734,1.316l0.166,0.463l3.344-1.178c0.214-0.076,0.339-0.278,0.276-0.465
+ l-0.011-0.021L643.589,202.532z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.589,202.532l-3.734,1.316l0.166,0.463l3.344-1.178c0.214-0.076,0.339-0.278,0.276-0.465
+ l-0.011-0.021L643.589,202.532z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.589,202.532l-3.734,1.316l0.166,0.463l3.344-1.178c0.214-0.076,0.339-0.278,0.276-0.465
+ l-0.011-0.021L643.589,202.532z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M643.589,202.532l-3.734,1.316l0.166,0.463l3.344-1.178c0.214-0.076,0.339-0.278,0.276-0.465
+ l-0.011-0.021L643.589,202.532z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.589,202.532l-3.734,1.316l0.166,0.463l3.344-1.178c0.214-0.076,0.339-0.278,0.276-0.465
+ l-0.011-0.021L643.589,202.532z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M643.589,202.532l-3.734,1.316l0.166,0.463l3.344-1.178c0.214-0.076,0.339-0.278,0.276-0.465
+ l-0.011-0.021L643.589,202.532z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.589,202.532l-3.734,1.316l0.166,0.463l3.344-1.178c0.214-0.076,0.339-0.278,0.276-0.465
+ l-0.011-0.021L643.589,202.532z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.589,202.532l-3.734,1.316l0.166,0.463l3.344-1.178c0.214-0.076,0.339-0.278,0.276-0.465
+ l-0.011-0.021L643.589,202.532z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M658.336,197.48l-0.1-0.279l-0.073,0.026C658.236,197.295,658.301,197.377,658.336,197.48z"
+ />
+ <path opacity="0.4" fill="#FFF8B9" d="M658.336,197.48l-0.1-0.279l-0.073,0.026C658.236,197.295,658.301,197.377,658.336,197.48z"
+ />
+ <path opacity="0.5" fill="#D1E4B7" d="M658.336,197.48l-0.1-0.279l-0.073,0.026C658.236,197.295,658.301,197.377,658.336,197.48z"
+ />
+ <path opacity="0.4" fill="#FFF8B9" d="M658.336,197.48l-0.1-0.279l-0.073,0.026C658.236,197.295,658.301,197.377,658.336,197.48z"
+ />
+ <path opacity="0.4" fill="#FFF8B9" d="M658.336,197.48l-0.1-0.279l-0.073,0.026C658.236,197.295,658.301,197.377,658.336,197.48z"
+ />
+ <path opacity="0.4" fill="#FFF8B9" d="M657.729,197.377l0.441,1.261l0.51-0.183l-0.345-0.975c-0.035-0.104-0.1-0.186-0.173-0.253
+ L657.729,197.377z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.729,197.377l0.441,1.261l0.51-0.183l-0.345-0.975c-0.035-0.104-0.1-0.186-0.173-0.253
+ L657.729,197.377z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.729,197.377l0.441,1.261l0.51-0.183l-0.345-0.975c-0.035-0.104-0.1-0.186-0.173-0.253
+ L657.729,197.377z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M657.729,197.377l0.441,1.261l0.51-0.183l-0.345-0.975c-0.035-0.104-0.1-0.186-0.173-0.253
+ L657.729,197.377z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.729,197.377l0.441,1.261l0.51-0.183l-0.345-0.975c-0.035-0.104-0.1-0.186-0.173-0.253
+ L657.729,197.377z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M657.729,197.377l0.441,1.261l0.51-0.183l-0.345-0.975c-0.035-0.104-0.1-0.186-0.173-0.253
+ L657.729,197.377z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="658.336,197.48 658.681,198.455 660.548,197.801 660.104,196.543 658.236,197.201
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="658.336,197.48 658.681,198.455 660.548,197.801 660.104,196.543 658.236,197.201
+ "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="658.336,197.48 658.681,198.455 660.548,197.801 660.104,196.543 658.236,197.201
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="658.336,197.48 658.681,198.455 660.548,197.801 660.104,196.543 658.236,197.201
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="658.336,197.48 658.681,198.455 660.548,197.801 660.104,196.543 658.236,197.201
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="658.336,197.48 658.681,198.455 660.548,197.801 660.104,196.543 658.236,197.201
+ "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.603,202.525c-0.011-0.063-0.007-0.121,0.004-0.183l-0.076,0.021l0.059,0.168
+ C643.592,202.525,643.598,202.525,643.603,202.525z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.603,202.525c-0.011-0.063-0.007-0.121,0.004-0.183l-0.076,0.021l0.059,0.168
+ C643.592,202.525,643.598,202.525,643.603,202.525z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.603,202.525c-0.011-0.063-0.007-0.121,0.004-0.183l-0.076,0.021l0.059,0.168
+ C643.592,202.525,643.598,202.525,643.603,202.525z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.603,202.525c-0.011-0.063-0.007-0.121,0.004-0.183l-0.076,0.021l0.059,0.168
+ C643.592,202.525,643.598,202.525,643.603,202.525z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M643.603,202.525c-0.011-0.063-0.007-0.121,0.004-0.183l-0.076,0.021l0.059,0.168
+ C643.592,202.525,643.598,202.525,643.603,202.525z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.603,202.525c-0.011-0.063-0.007-0.121,0.004-0.183l-0.076,0.021l0.059,0.168
+ C643.592,202.525,643.598,202.525,643.603,202.525z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.603,202.525c-0.011-0.063-0.007-0.121,0.004-0.183l-0.076,0.021l0.059,0.168
+ C643.592,202.525,643.598,202.525,643.603,202.525z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M644.381,202.91l0.176,0.512l2.337-0.819l-0.444-1.261l-2.843,1.001
+ c-0.011,0.062-0.015,0.119-0.004,0.183C643.92,202.424,644.267,202.59,644.381,202.91z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M644.381,202.91l0.176,0.512l2.337-0.819l-0.444-1.261l-2.843,1.001
+ c-0.011,0.062-0.015,0.119-0.004,0.183C643.92,202.424,644.267,202.59,644.381,202.91z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M644.381,202.91l0.176,0.512l2.337-0.819l-0.444-1.261l-2.843,1.001
+ c-0.011,0.062-0.015,0.119-0.004,0.183C643.92,202.424,644.267,202.59,644.381,202.91z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M644.381,202.91l0.176,0.512l2.337-0.819l-0.444-1.261l-2.843,1.001
+ c-0.011,0.062-0.015,0.119-0.004,0.183C643.92,202.424,644.267,202.59,644.381,202.91z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M644.381,202.91l0.176,0.512l2.337-0.819l-0.444-1.261l-2.843,1.001
+ c-0.011,0.062-0.015,0.119-0.004,0.183C643.92,202.424,644.267,202.59,644.381,202.91z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M644.381,202.91l0.176,0.512l2.337-0.819l-0.444-1.261l-2.843,1.001
+ c-0.011,0.062-0.015,0.119-0.004,0.183C643.92,202.424,644.267,202.59,644.381,202.91z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M644.381,202.91l0.176,0.512l2.337-0.819l-0.444-1.261l-2.843,1.001
+ c-0.011,0.062-0.015,0.119-0.004,0.183C643.92,202.424,644.267,202.59,644.381,202.91z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M644.381,202.91l0.176,0.512l2.337-0.819l-0.444-1.261l-2.843,1.001
+ c-0.011,0.062-0.015,0.119-0.004,0.183C643.92,202.424,644.267,202.59,644.381,202.91z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.63,202.647c-0.014-0.042-0.023-0.08-0.027-0.122c-0.005,0-0.011,0-0.014,0.007
+ L643.63,202.647z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.63,202.647c-0.014-0.042-0.023-0.08-0.027-0.122c-0.005,0-0.011,0-0.014,0.007
+ L643.63,202.647z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.63,202.647c-0.014-0.042-0.023-0.08-0.027-0.122c-0.005,0-0.011,0-0.014,0.007
+ L643.63,202.647z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.63,202.647c-0.014-0.042-0.023-0.08-0.027-0.122c-0.005,0-0.011,0-0.014,0.007
+ L643.63,202.647z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M643.63,202.647c-0.014-0.042-0.023-0.08-0.027-0.122c-0.005,0-0.011,0-0.014,0.007
+ L643.63,202.647z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.63,202.647c-0.014-0.042-0.023-0.08-0.027-0.122c-0.005,0-0.011,0-0.014,0.007
+ L643.63,202.647z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.63,202.647c-0.014-0.042-0.023-0.08-0.027-0.122c-0.005,0-0.011,0-0.014,0.007
+ L643.63,202.647z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M643.63,202.647c-0.014-0.042-0.023-0.08-0.027-0.122c-0.005,0-0.011,0-0.014,0.007
+ L643.63,202.647z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M644.381,202.91c-0.114-0.32-0.461-0.486-0.778-0.385c0.004,0.042,0.014,0.08,0.027,0.122
+ l0.011,0.021l0.334,0.961l0.582-0.208L644.381,202.91z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M644.381,202.91c-0.114-0.32-0.461-0.486-0.778-0.385c0.004,0.042,0.014,0.08,0.027,0.122
+ l0.011,0.021l0.334,0.961l0.582-0.208L644.381,202.91z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M644.381,202.91c-0.114-0.32-0.461-0.486-0.778-0.385c0.004,0.042,0.014,0.08,0.027,0.122
+ l0.011,0.021l0.334,0.961l0.582-0.208L644.381,202.91z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M644.381,202.91c-0.114-0.32-0.461-0.486-0.778-0.385c0.004,0.042,0.014,0.08,0.027,0.122
+ l0.011,0.021l0.334,0.961l0.582-0.208L644.381,202.91z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M644.381,202.91c-0.114-0.32-0.461-0.486-0.778-0.385c0.004,0.042,0.014,0.08,0.027,0.122
+ l0.011,0.021l0.334,0.961l0.582-0.208L644.381,202.91z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M644.381,202.91c-0.114-0.32-0.461-0.486-0.778-0.385c0.004,0.042,0.014,0.08,0.027,0.122
+ l0.011,0.021l0.334,0.961l0.582-0.208L644.381,202.91z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M644.381,202.91c-0.114-0.32-0.461-0.486-0.778-0.385c0.004,0.042,0.014,0.08,0.027,0.122
+ l0.011,0.021l0.334,0.961l0.582-0.208L644.381,202.91z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M644.381,202.91c-0.114-0.32-0.461-0.486-0.778-0.385c0.004,0.042,0.014,0.08,0.027,0.122
+ l0.011,0.021l0.334,0.961l0.582-0.208L644.381,202.91z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M644.381,202.91c-0.114-0.32-0.461-0.486-0.778-0.385c0.004,0.042,0.014,0.08,0.027,0.122
+ l0.011,0.021l0.334,0.961l0.582-0.208L644.381,202.91z"/>
+
+ <rect x="619.534" y="211.183" transform="matrix(0.9435 -0.3314 0.3314 0.9435 -35.0316 217.6132)" opacity="0.4" fill="#FFF8B9" width="1.98" height="0.672"/>
+
+ <rect x="619.534" y="211.183" transform="matrix(0.9435 -0.3314 0.3314 0.9435 -35.0316 217.6132)" opacity="0.4" fill="#FFF8B9" width="1.98" height="0.672"/>
+
+ <rect x="619.534" y="211.183" transform="matrix(0.9435 -0.3314 0.3314 0.9435 -35.0316 217.6132)" opacity="0.4" fill="#FFF8B9" width="1.98" height="0.672"/>
+
+ <rect x="619.534" y="211.183" transform="matrix(0.9435 -0.3314 0.3314 0.9435 -35.0316 217.6132)" opacity="0.4" fill="#FFF8B9" width="1.98" height="0.672"/>
+
+ <rect x="621.318" y="210.039" transform="matrix(0.9431 -0.3325 0.3325 0.9431 -34.4591 219.3575)" opacity="0.4" fill="#FFF8B9" width="4.908" height="0.671"/>
+
+ <rect x="621.318" y="210.039" transform="matrix(0.9431 -0.3325 0.3325 0.9431 -34.4591 219.3575)" opacity="0.4" fill="#FFF8B9" width="4.908" height="0.671"/>
+
+ <rect x="621.318" y="210.039" transform="matrix(0.9431 -0.3325 0.3325 0.9431 -34.4591 219.3575)" opacity="0.4" fill="#FFF8B9" width="4.908" height="0.671"/>
+
+ <rect x="621.318" y="210.039" transform="matrix(0.9431 -0.3325 0.3325 0.9431 -34.4591 219.3575)" opacity="0.4" fill="#FFF8B9" width="4.908" height="0.671"/>
+
+ <rect x="621.318" y="210.039" transform="matrix(0.9431 -0.3325 0.3325 0.9431 -34.4591 219.3575)" opacity="0.4" fill="#FFF8B9" width="4.908" height="0.671"/>
+
+ <rect x="619.969" y="209.897" transform="matrix(-0.3289 -0.9444 0.9444 -0.3289 625.1785 866.0393)" opacity="0.4" fill="#FFF8B9" width="0.668" height="1.98"/>
+
+ <rect x="619.969" y="209.897" transform="matrix(-0.3289 -0.9444 0.9444 -0.3289 625.1785 866.0393)" opacity="0.4" fill="#FFF8B9" width="0.668" height="1.98"/>
+
+ <rect x="619.969" y="209.897" transform="matrix(-0.3289 -0.9444 0.9444 -0.3289 625.1785 866.0393)" opacity="0.5" fill="#D1E4B7" width="0.668" height="1.98"/>
+
+ <rect x="619.969" y="209.897" transform="matrix(-0.3289 -0.9444 0.9444 -0.3289 625.1785 866.0393)" opacity="0.4" fill="#FFF8B9" width="0.668" height="1.98"/>
+
+ <rect x="619.969" y="209.897" transform="matrix(-0.3289 -0.9444 0.9444 -0.3289 625.1785 866.0393)" opacity="0.4" fill="#FFF8B9" width="0.668" height="1.98"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="625.753,208.618 621.124,210.243 621.347,210.874 625.976,209.242 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="625.753,208.618 621.124,210.243 621.347,210.874 625.976,209.242 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="625.753,208.618 621.124,210.243 621.347,210.874 625.976,209.242 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="625.753,208.618 621.124,210.243 621.347,210.874 625.976,209.242 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="625.753,208.618 621.124,210.243 621.347,210.874 625.976,209.242 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="625.753,208.618 621.124,210.243 621.347,210.874 625.976,209.242 "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M631.072,207.587c-0.014-0.036-0.024-0.082-0.03-0.117l-5.066,1.772l0.224,0.634l5.055-1.776
+ L631.072,207.587z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M631.072,207.587c-0.014-0.036-0.024-0.082-0.03-0.117l-5.066,1.772l0.224,0.634l5.055-1.776
+ L631.072,207.587z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M631.072,207.587c-0.014-0.036-0.024-0.082-0.03-0.117l-5.066,1.772l0.224,0.634l5.055-1.776
+ L631.072,207.587z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M631.072,207.587c-0.014-0.036-0.024-0.082-0.03-0.117l-5.066,1.772l0.224,0.634l5.055-1.776
+ L631.072,207.587z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M631.072,207.587c-0.014-0.036-0.024-0.082-0.03-0.117l-5.066,1.772l0.224,0.634l5.055-1.776
+ L631.072,207.587z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M631.072,207.587c-0.014-0.036-0.024-0.082-0.03-0.117l-5.066,1.772l0.224,0.634l5.055-1.776
+ L631.072,207.587z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M631.451,206.798l4.436-1.562l-0.057-0.16l-10.077,3.542l0.223,0.624l5.066-1.772
+ C631.004,207.182,631.169,206.893,631.451,206.798z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M631.451,206.798l4.436-1.562l-0.057-0.16l-10.077,3.542l0.223,0.624l5.066-1.772
+ C631.004,207.182,631.169,206.893,631.451,206.798z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M631.451,206.798l4.436-1.562l-0.057-0.16l-10.077,3.542l0.223,0.624l5.066-1.772
+ C631.004,207.182,631.169,206.893,631.451,206.798z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M631.451,206.798l4.436-1.562l-0.057-0.16l-10.077,3.542l0.223,0.624l5.066-1.772
+ C631.004,207.182,631.169,206.893,631.451,206.798z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M631.451,206.798l4.436-1.562l-0.057-0.16l-10.077,3.542l0.223,0.624l5.066-1.772
+ C631.004,207.182,631.169,206.893,631.451,206.798z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M631.451,206.798l4.436-1.562l-0.057-0.16l-10.077,3.542l0.223,0.624l5.066-1.772
+ C631.004,207.182,631.169,206.893,631.451,206.798z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M631.451,206.798l4.436-1.562l-0.057-0.16l-10.077,3.542l0.223,0.624l5.066-1.772
+ C631.004,207.182,631.169,206.893,631.451,206.798z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M631.042,207.47c0.006,0.035,0.017,0.081,0.03,0.117l0.182,0.513l5.018-1.767l-0.222-0.627
+ L631.042,207.47z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M631.042,207.47c0.006,0.035,0.017,0.081,0.03,0.117l0.182,0.513l5.018-1.767l-0.222-0.627
+ L631.042,207.47z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M631.042,207.47c0.006,0.035,0.017,0.081,0.03,0.117l0.182,0.513l5.018-1.767l-0.222-0.627
+ L631.042,207.47z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M631.042,207.47c0.006,0.035,0.017,0.081,0.03,0.117l0.182,0.513l5.018-1.767l-0.222-0.627
+ L631.042,207.47z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M631.042,207.47c0.006,0.035,0.017,0.081,0.03,0.117l0.182,0.513l5.018-1.767l-0.222-0.627
+ L631.042,207.47z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M631.042,207.47c0.006,0.035,0.017,0.081,0.03,0.117l0.182,0.513l5.018-1.767l-0.222-0.627
+ L631.042,207.47z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M631.042,207.47c0.006,0.035,0.017,0.081,0.03,0.117l0.182,0.513l5.018-1.767l-0.222-0.627
+ L631.042,207.47z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M635.887,205.236l-4.436,1.562c-0.282,0.095-0.447,0.384-0.409,0.672l5.008-1.764
+ L635.887,205.236z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M635.887,205.236l-4.436,1.562c-0.282,0.095-0.447,0.384-0.409,0.672l5.008-1.764
+ L635.887,205.236z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M635.887,205.236l-4.436,1.562c-0.282,0.095-0.447,0.384-0.409,0.672l5.008-1.764
+ L635.887,205.236z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M635.887,205.236l-4.436,1.562c-0.282,0.095-0.447,0.384-0.409,0.672l5.008-1.764
+ L635.887,205.236z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M635.887,205.236l-4.436,1.562c-0.282,0.095-0.447,0.384-0.409,0.672l5.008-1.764
+ L635.887,205.236z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M635.887,205.236l-4.436,1.562c-0.282,0.095-0.447,0.384-0.409,0.672l5.008-1.764
+ L635.887,205.236z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M635.887,205.236l-4.436,1.562c-0.282,0.095-0.447,0.384-0.409,0.672l5.008-1.764
+ L635.887,205.236z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M635.887,205.236l-4.436,1.562c-0.282,0.095-0.447,0.384-0.409,0.672l5.008-1.764
+ L635.887,205.236z"/>
+
+ <rect x="653.183" y="198.152" transform="matrix(-0.9435 0.3312 -0.3312 -0.9435 1340.1157 169.245)" opacity="0.4" fill="#FFF8B9" width="4.906" height="1.336"/>
+
+ <rect x="653.183" y="198.152" transform="matrix(-0.9435 0.3312 -0.3312 -0.9435 1340.1157 169.245)" opacity="0.4" fill="#FFF8B9" width="4.906" height="1.336"/>
+
+ <rect x="653.183" y="198.152" transform="matrix(-0.9435 0.3312 -0.3312 -0.9435 1340.1157 169.245)" opacity="0.4" fill="#FFF8B9" width="4.906" height="1.336"/>
+
+ <rect x="653.183" y="198.152" transform="matrix(-0.9435 0.3312 -0.3312 -0.9435 1340.1157 169.245)" opacity="0.5" fill="#D1E4B7" width="4.906" height="1.336"/>
+
+ <rect x="653.183" y="198.152" transform="matrix(-0.9435 0.3312 -0.3312 -0.9435 1340.1157 169.245)" opacity="0.4" fill="#FFF8B9" width="4.906" height="1.336"/>
+
+ <rect x="653.183" y="198.152" transform="matrix(-0.9435 0.3312 -0.3312 -0.9435 1340.1157 169.245)" opacity="0.2" fill="#FFF6A3" width="4.906" height="1.336"/>
+
+ <rect x="653.183" y="198.152" transform="matrix(-0.9435 0.3312 -0.3312 -0.9435 1340.1157 169.245)" opacity="0.4" fill="#FFF8B9" width="4.906" height="1.336"/>
+
+ <rect x="646.473" y="200.137" transform="matrix(-0.9433 0.332 -0.332 -0.9433 1329.7933 174.4337)" opacity="0.4" fill="#FFF8B9" width="7.048" height="1.333"/>
+
+ <rect x="646.473" y="200.137" transform="matrix(-0.9433 0.332 -0.332 -0.9433 1329.7933 174.4337)" opacity="0.4" fill="#FFF8B9" width="7.048" height="1.333"/>
+
+ <rect x="646.473" y="200.137" transform="matrix(-0.9433 0.332 -0.332 -0.9433 1329.7933 174.4337)" opacity="0.4" fill="#FFF8B9" width="7.048" height="1.333"/>
+
+ <rect x="646.473" y="200.137" transform="matrix(-0.9433 0.332 -0.332 -0.9433 1329.7933 174.4337)" opacity="0.5" fill="#D1E4B7" width="7.048" height="1.333"/>
+
+ <rect x="646.473" y="200.137" transform="matrix(-0.9433 0.332 -0.332 -0.9433 1329.7933 174.4337)" opacity="0.4" fill="#FFF8B9" width="7.048" height="1.333"/>
+
+ <rect x="646.473" y="200.137" transform="matrix(-0.9433 0.332 -0.332 -0.9433 1329.7933 174.4337)" opacity="0.4" fill="#FFF8B9" width="7.048" height="1.333"/>
+
+ <rect x="646.473" y="200.137" transform="matrix(-0.9433 0.332 -0.332 -0.9433 1329.7933 174.4337)" opacity="0.2" fill="#FFF6A3" width="7.048" height="1.333"/>
+
+ <rect x="646.473" y="200.137" transform="matrix(-0.9433 0.332 -0.332 -0.9433 1329.7933 174.4337)" opacity="0.4" fill="#FFF8B9" width="7.048" height="1.333"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M615.868,216.966c-0.2,0.073-0.36,0.138-0.357,0.144l0.455,1.296
+ c0.003,0.01,0.167-0.044,0.367-0.115l4.914-1.728l-0.462-1.321L615.868,216.966z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M615.868,216.966c-0.2,0.073-0.36,0.138-0.357,0.144l0.455,1.296
+ c0.003,0.01,0.167-0.044,0.367-0.115l4.914-1.728l-0.462-1.321L615.868,216.966z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M615.868,216.966c-0.2,0.073-0.36,0.138-0.357,0.144l0.455,1.296
+ c0.003,0.01,0.167-0.044,0.367-0.115l4.914-1.728l-0.462-1.321L615.868,216.966z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M667.244,200.395c0.2-0.067,0.361-0.132,0.354-0.137l-0.452-1.296
+ c-0.004-0.01-0.168,0.038-0.368,0.111l-5.149,1.811l0.467,1.321L667.244,200.395z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M667.244,200.395c0.2-0.067,0.361-0.132,0.354-0.137l-0.452-1.296
+ c-0.004-0.01-0.168,0.038-0.368,0.111l-5.149,1.811l0.467,1.321L667.244,200.395z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M667.244,200.395c0.2-0.067,0.361-0.132,0.354-0.137l-0.452-1.296
+ c-0.004-0.01-0.168,0.038-0.368,0.111l-5.149,1.811l0.467,1.321L667.244,200.395z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M667.244,200.395c0.2-0.067,0.361-0.132,0.354-0.137l-0.452-1.296
+ c-0.004-0.01-0.168,0.038-0.368,0.111l-5.149,1.811l0.467,1.321L667.244,200.395z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M638.455,209.187c-0.018-0.047-0.024-0.095-0.032-0.146l-1.068,0.374l0.466,1.325
+ l1.052-0.368L638.455,209.187z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M638.455,209.187c-0.018-0.047-0.024-0.095-0.032-0.146l-1.068,0.374l0.466,1.325
+ l1.052-0.368L638.455,209.187z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M638.455,209.187c-0.018-0.047-0.024-0.095-0.032-0.146l-1.068,0.374l0.466,1.325
+ l1.052-0.368L638.455,209.187z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M638.455,209.187c-0.018-0.047-0.024-0.095-0.032-0.146l-1.068,0.374l0.466,1.325
+ l1.052-0.368L638.455,209.187z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M638.455,209.187c-0.018-0.047-0.024-0.095-0.032-0.146l-1.068,0.374l0.466,1.325
+ l1.052-0.368L638.455,209.187z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M638.455,209.187c-0.018-0.047-0.024-0.095-0.032-0.146l-1.068,0.374l0.466,1.325
+ l1.052-0.368L638.455,209.187z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.322,208.02l-2.899,1.021c0.008,0.052,0.015,0.1,0.032,0.146l0.417,1.185l2.917-1.026
+ L641.322,208.02z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.322,208.02l-2.899,1.021c0.008,0.052,0.015,0.1,0.032,0.146l0.417,1.185l2.917-1.026
+ L641.322,208.02z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.322,208.02l-2.899,1.021c0.008,0.052,0.015,0.1,0.032,0.146l0.417,1.185l2.917-1.026
+ L641.322,208.02z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M641.322,208.02l-2.899,1.021c0.008,0.052,0.015,0.1,0.032,0.146l0.417,1.185l2.917-1.026
+ L641.322,208.02z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.322,208.02l-2.899,1.021c0.008,0.052,0.015,0.1,0.032,0.146l0.417,1.185l2.917-1.026
+ L641.322,208.02z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M641.322,208.02l-2.899,1.021c0.008,0.052,0.015,0.1,0.032,0.146l0.417,1.185l2.917-1.026
+ L641.322,208.02z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M641.322,208.02l-2.899,1.021c0.008,0.052,0.015,0.1,0.032,0.146l0.417,1.185l2.917-1.026
+ L641.322,208.02z"/>
+
+ <rect x="642.72" y="206.045" transform="matrix(-0.3322 -0.9432 0.9432 -0.3322 660.9849 884.0117)" opacity="0.4" fill="#FFF8B9" width="1.405" height="3.959"/>
+
+ <rect x="642.72" y="206.045" transform="matrix(-0.3322 -0.9432 0.9432 -0.3322 660.9849 884.0117)" opacity="0.4" fill="#FFF8B9" width="1.405" height="3.959"/>
+
+ <rect x="642.72" y="206.045" transform="matrix(-0.3322 -0.9432 0.9432 -0.3322 660.9849 884.0117)" opacity="0.4" fill="#FFF8B9" width="1.405" height="3.959"/>
+
+ <rect x="642.72" y="206.045" transform="matrix(-0.3322 -0.9432 0.9432 -0.3322 660.9849 884.0117)" opacity="0.4" fill="#FFF8B9" width="1.405" height="3.959"/>
+
+ <rect x="642.72" y="206.045" transform="matrix(-0.3322 -0.9432 0.9432 -0.3322 660.9849 884.0117)" opacity="0.2" fill="#FFF6A3" width="1.405" height="3.959"/>
+
+ <rect x="642.72" y="206.045" transform="matrix(-0.3322 -0.9432 0.9432 -0.3322 660.9849 884.0117)" opacity="0.4" fill="#FFF8B9" width="1.405" height="3.959"/>
+
+ <rect x="642.72" y="206.045" transform="matrix(-0.3322 -0.9432 0.9432 -0.3322 660.9849 884.0117)" opacity="0.4" fill="#FFF8B9" width="1.405" height="3.959"/>
+
+ <rect x="642.72" y="206.045" transform="matrix(-0.3322 -0.9432 0.9432 -0.3322 660.9849 884.0117)" opacity="0.2" fill="#FFF6A3" width="1.405" height="3.959"/>
+
+ <rect x="659.937" y="201.172" transform="matrix(-0.9435 0.3313 -0.3313 -0.9435 1351.4111 173.3992)" opacity="0.4" fill="#FFF8B9" width="1.981" height="1.401"/>
+
+ <rect x="659.937" y="201.172" transform="matrix(-0.9435 0.3313 -0.3313 -0.9435 1351.4111 173.3992)" opacity="0.4" fill="#FFF8B9" width="1.981" height="1.401"/>
+
+ <rect x="659.937" y="201.172" transform="matrix(-0.9435 0.3313 -0.3313 -0.9435 1351.4111 173.3992)" opacity="0.5" fill="#D1E4B7" width="1.981" height="1.401"/>
+
+ <rect x="659.937" y="201.172" transform="matrix(-0.9435 0.3313 -0.3313 -0.9435 1351.4111 173.3992)" opacity="0.4" fill="#FFF8B9" width="1.981" height="1.401"/>
+
+ <rect x="659.937" y="201.172" transform="matrix(-0.9435 0.3313 -0.3313 -0.9435 1351.4111 173.3992)" opacity="0.2" fill="#FFF6A3" width="1.981" height="1.401"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.689,202.958c0.015,0.035-0.035,0.09-0.111,0.111l-4.492,1.585l0.008,0.016l5.133-1.809
+ l-0.463-1.32l-0.51,0.178L659.689,202.958z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.689,202.958c0.015,0.035-0.035,0.09-0.111,0.111l-4.492,1.585l0.008,0.016l5.133-1.809
+ l-0.463-1.32l-0.51,0.178L659.689,202.958z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.689,202.958c0.015,0.035-0.035,0.09-0.111,0.111l-4.492,1.585l0.008,0.016l5.133-1.809
+ l-0.463-1.32l-0.51,0.178L659.689,202.958z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M659.689,202.958c0.015,0.035-0.035,0.09-0.111,0.111l-4.492,1.585l0.008,0.016l5.133-1.809
+ l-0.463-1.32l-0.51,0.178L659.689,202.958z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M659.689,202.958c0.015,0.035-0.035,0.09-0.111,0.111l-4.492,1.585l0.008,0.016l5.133-1.809
+ l-0.463-1.32l-0.51,0.178L659.689,202.958z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M659.689,202.958c0.015,0.035-0.035,0.09-0.111,0.111l-4.492,1.585l0.008,0.016l5.133-1.809
+ l-0.463-1.32l-0.51,0.178L659.689,202.958z"/>
+
+ <rect x="653.622" y="203.627" transform="matrix(-0.4008 -0.9162 0.9162 -0.4008 727.6462 886.2397)" opacity="0.4" fill="#FFF8B9" width="0.017" height="3.094"/>
+
+ <rect x="653.622" y="203.627" transform="matrix(-0.4008 -0.9162 0.9162 -0.4008 727.6462 886.2397)" opacity="0.4" fill="#FFF8B9" width="0.017" height="3.094"/>
+
+ <rect x="653.622" y="203.627" transform="matrix(-0.4008 -0.9162 0.9162 -0.4008 727.6462 886.2397)" opacity="0.4" fill="#FFF8B9" width="0.017" height="3.094"/>
+
+ <rect x="653.622" y="203.627" transform="matrix(-0.4008 -0.9162 0.9162 -0.4008 727.6462 886.2397)" opacity="0.5" fill="#D1E4B7" width="0.017" height="3.094"/>
+
+ <rect x="653.622" y="203.627" transform="matrix(-0.4008 -0.9162 0.9162 -0.4008 727.6462 886.2397)" opacity="0.4" fill="#FFF8B9" width="0.017" height="3.094"/>
+
+ <rect x="653.622" y="203.627" transform="matrix(-0.4008 -0.9162 0.9162 -0.4008 727.6462 886.2397)" opacity="0.4" fill="#FFF8B9" width="0.017" height="3.094"/>
+
+ <rect x="653.622" y="203.627" transform="matrix(-0.4008 -0.9162 0.9162 -0.4008 727.6462 886.2397)" opacity="0.2" fill="#FFF6A3" width="0.017" height="3.094"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M648.41,206.919l0.029,0.086l3.734-1.312l-0.007-0.016l-3.595,1.264
+ C648.499,206.974,648.422,206.957,648.41,206.919z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M648.41,206.919l0.029,0.086l3.734-1.312l-0.007-0.016l-3.595,1.264
+ C648.499,206.974,648.422,206.957,648.41,206.919z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M648.41,206.919l0.029,0.086l3.734-1.312l-0.007-0.016l-3.595,1.264
+ C648.499,206.974,648.422,206.957,648.41,206.919z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M648.41,206.919l0.029,0.086l3.734-1.312l-0.007-0.016l-3.595,1.264
+ C648.499,206.974,648.422,206.957,648.41,206.919z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M648.41,206.919l0.029,0.086l3.734-1.312l-0.007-0.016l-3.595,1.264
+ C648.499,206.974,648.422,206.957,648.41,206.919z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M648.41,206.919l0.029,0.086l3.734-1.312l-0.007-0.016l-3.595,1.264
+ C648.499,206.974,648.422,206.957,648.41,206.919z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M648.41,206.919l0.029,0.086l3.734-1.312l-0.007-0.016l-3.595,1.264
+ C648.499,206.974,648.422,206.957,648.41,206.919z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M648.41,206.919l0.029,0.086l3.734-1.312l-0.007-0.016l-3.595,1.264
+ C648.499,206.974,648.422,206.957,648.41,206.919z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="647.975,205.685 645.643,206.5 646.105,207.828 648.439,207.005 648.41,206.919 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="647.975,205.685 645.643,206.5 646.105,207.828 648.439,207.005 648.41,206.919 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="647.975,205.685 645.643,206.5 646.105,207.828 648.439,207.005 648.41,206.919 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="647.975,205.685 645.643,206.5 646.105,207.828 648.439,207.005 648.41,206.919 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="647.975,205.685 645.643,206.5 646.105,207.828 648.439,207.005 648.41,206.919 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="647.975,205.685 645.643,206.5 646.105,207.828 648.439,207.005 648.41,206.919 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="647.975,205.685 645.643,206.5 646.105,207.828 648.439,207.005 648.41,206.919 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="647.975,205.685 645.643,206.5 646.105,207.828 648.439,207.005 648.41,206.919 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="647.975,205.685 645.643,206.5 646.105,207.828 648.439,207.005 648.41,206.919 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="645.523,208.029 646.105,207.828 645.643,206.5 645.058,206.707 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="645.523,208.029 646.105,207.828 645.643,206.5 645.058,206.707 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="645.523,208.029 646.105,207.828 645.643,206.5 645.058,206.707 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="645.523,208.029 646.105,207.828 645.643,206.5 645.058,206.707 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="645.523,208.029 646.105,207.828 645.643,206.5 645.058,206.707 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="645.523,208.029 646.105,207.828 645.643,206.5 645.058,206.707 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="645.523,208.029 646.105,207.828 645.643,206.5 645.058,206.707 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="645.523,208.029 646.105,207.828 645.643,206.5 645.058,206.707 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="645.523,208.029 646.105,207.828 645.643,206.5 645.058,206.707 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="645.523,208.029 646.105,207.828 645.643,206.5 645.058,206.707 "/>
+
+ <rect x="620.96" y="214.874" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -36.294 218.53)" opacity="0.4" fill="#FFF8B9" width="1.978" height="1.4"/>
+
+ <rect x="620.96" y="214.874" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -36.294 218.53)" opacity="0.4" fill="#FFF8B9" width="1.978" height="1.4"/>
+
+ <rect x="620.96" y="214.874" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -36.294 218.53)" opacity="0.4" fill="#FFF8B9" width="1.978" height="1.4"/>
+
+ <rect x="620.96" y="214.874" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -36.294 218.53)" opacity="0.2" fill="#FFF6A3" width="1.978" height="1.4"/>
+
+ <rect x="624.499" y="211.979" transform="matrix(-0.3313 -0.9435 0.9435 -0.3313 629.9697 875.366)" opacity="0.4" fill="#FFF8B9" width="1.4" height="4.908"/>
+
+ <rect x="624.499" y="211.979" transform="matrix(-0.3313 -0.9435 0.9435 -0.3313 629.9697 875.366)" opacity="0.4" fill="#FFF8B9" width="1.4" height="4.908"/>
+
+ <rect x="624.499" y="211.979" transform="matrix(-0.3313 -0.9435 0.9435 -0.3313 629.9697 875.366)" opacity="0.4" fill="#FFF8B9" width="1.4" height="4.908"/>
+
+ <rect x="624.499" y="211.979" transform="matrix(-0.3313 -0.9435 0.9435 -0.3313 629.9697 875.366)" opacity="0.4" fill="#FFF8B9" width="1.4" height="4.908"/>
+
+ <rect x="624.499" y="211.979" transform="matrix(-0.3313 -0.9435 0.9435 -0.3313 629.9697 875.366)" opacity="0.2" fill="#FFF6A3" width="1.4" height="4.908"/>
+
+ <rect x="629.34" y="210.049" transform="matrix(-0.331 -0.9436 0.9436 -0.331 637.8484 877.6699)" opacity="0.4" fill="#FFF8B9" width="1.404" height="5.36"/>
+
+ <rect x="629.34" y="210.049" transform="matrix(-0.331 -0.9436 0.9436 -0.331 637.8484 877.6699)" opacity="0.4" fill="#FFF8B9" width="1.404" height="5.36"/>
+
+ <rect x="629.34" y="210.049" transform="matrix(-0.331 -0.9436 0.9436 -0.331 637.8484 877.6699)" opacity="0.4" fill="#FFF8B9" width="1.404" height="5.36"/>
+
+ <rect x="629.34" y="210.049" transform="matrix(-0.331 -0.9436 0.9436 -0.331 637.8484 877.6699)" opacity="0.2" fill="#FFF6A3" width="1.404" height="5.36"/>
+
+ <rect x="629.34" y="210.049" transform="matrix(-0.331 -0.9436 0.9436 -0.331 637.8484 877.6699)" opacity="0.4" fill="#FFF8B9" width="1.404" height="5.36"/>
+
+ <rect x="629.34" y="210.049" transform="matrix(-0.331 -0.9436 0.9436 -0.331 637.8484 877.6699)" opacity="0.2" fill="#FFF6A3" width="1.404" height="5.36"/>
+
+ <rect x="632.419" y="210.256" transform="matrix(0.9435 -0.3314 0.3314 0.9435 -34.023 222.4191)" opacity="0.4" fill="#FFF8B9" width="5.318" height="1.406"/>
+
+ <rect x="632.419" y="210.256" transform="matrix(0.9435 -0.3314 0.3314 0.9435 -34.023 222.4191)" opacity="0.4" fill="#FFF8B9" width="5.318" height="1.406"/>
+
+ <rect x="632.419" y="210.256" transform="matrix(0.9435 -0.3314 0.3314 0.9435 -34.023 222.4191)" opacity="0.4" fill="#FFF8B9" width="5.318" height="1.406"/>
+
+ <rect x="632.419" y="210.256" transform="matrix(0.9435 -0.3314 0.3314 0.9435 -34.023 222.4191)" opacity="0.2" fill="#FFF6A3" width="5.318" height="1.406"/>
+
+ <rect x="632.419" y="210.256" transform="matrix(0.9435 -0.3314 0.3314 0.9435 -34.023 222.4191)" opacity="0.4" fill="#FFF8B9" width="5.318" height="1.406"/>
+
+ <rect x="632.419" y="210.256" transform="matrix(0.9435 -0.3314 0.3314 0.9435 -34.023 222.4191)" opacity="0.4" fill="#FFF8B9" width="5.318" height="1.406"/>
+
+ <rect x="632.419" y="210.256" transform="matrix(0.9435 -0.3314 0.3314 0.9435 -34.023 222.4191)" opacity="0.2" fill="#FFF6A3" width="5.318" height="1.406"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M655.086,204.654l4.492-1.585c0.076-0.021,0.126-0.076,0.111-0.111l-0.436-1.239
+ l-4.625,1.623L655.086,204.654z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M655.086,204.654l4.492-1.585c0.076-0.021,0.126-0.076,0.111-0.111l-0.436-1.239
+ l-4.625,1.623L655.086,204.654z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M655.086,204.654l4.492-1.585c0.076-0.021,0.126-0.076,0.111-0.111l-0.436-1.239
+ l-4.625,1.623L655.086,204.654z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M655.086,204.654l4.492-1.585c0.076-0.021,0.126-0.076,0.111-0.111l-0.436-1.239
+ l-4.625,1.623L655.086,204.654z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M655.086,204.654l4.492-1.585c0.076-0.021,0.126-0.076,0.111-0.111l-0.436-1.239
+ l-4.625,1.623L655.086,204.654z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M655.086,204.654l4.492-1.585c0.076-0.021,0.126-0.076,0.111-0.111l-0.436-1.239
+ l-4.625,1.623L655.086,204.654z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M655.086,204.654l4.492-1.585c0.076-0.021,0.126-0.076,0.111-0.111l-0.436-1.239
+ l-4.625,1.623L655.086,204.654z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M651.692,204.379c0.026,0.038,0.049,0.083,0.068,0.13l0.406,1.169l2.919-1.023l-0.457-1.313
+ L651.692,204.379z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M651.692,204.379c0.026,0.038,0.049,0.083,0.068,0.13l0.406,1.169l2.919-1.023l-0.457-1.313
+ L651.692,204.379z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M651.692,204.379c0.026,0.038,0.049,0.083,0.068,0.13l0.406,1.169l2.919-1.023l-0.457-1.313
+ L651.692,204.379z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M651.692,204.379c0.026,0.038,0.049,0.083,0.068,0.13l0.406,1.169l2.919-1.023l-0.457-1.313
+ L651.692,204.379z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M651.692,204.379c0.026,0.038,0.049,0.083,0.068,0.13l0.406,1.169l2.919-1.023l-0.457-1.313
+ L651.692,204.379z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M651.692,204.379c0.026,0.038,0.049,0.083,0.068,0.13l0.406,1.169l2.919-1.023l-0.457-1.313
+ L651.692,204.379z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M651.692,204.379c0.026,0.038,0.049,0.083,0.068,0.13l0.406,1.169l2.919-1.023l-0.457-1.313
+ L651.692,204.379z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M651.692,204.379c0.026,0.038,0.049,0.083,0.068,0.13l0.406,1.169l2.919-1.023l-0.457-1.313
+ L651.692,204.379z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M651.692,204.379l-3.718,1.306l0.436,1.234c0.012,0.038,0.089,0.055,0.162,0.022l3.595-1.264
+ l-0.406-1.169C651.741,204.462,651.719,204.417,651.692,204.379z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M651.692,204.379l-3.718,1.306l0.436,1.234c0.012,0.038,0.089,0.055,0.162,0.022l3.595-1.264
+ l-0.406-1.169C651.741,204.462,651.719,204.417,651.692,204.379z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M651.692,204.379l-3.718,1.306l0.436,1.234c0.012,0.038,0.089,0.055,0.162,0.022l3.595-1.264
+ l-0.406-1.169C651.741,204.462,651.719,204.417,651.692,204.379z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M651.692,204.379l-3.718,1.306l0.436,1.234c0.012,0.038,0.089,0.055,0.162,0.022l3.595-1.264
+ l-0.406-1.169C651.741,204.462,651.719,204.417,651.692,204.379z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M651.692,204.379l-3.718,1.306l0.436,1.234c0.012,0.038,0.089,0.055,0.162,0.022l3.595-1.264
+ l-0.406-1.169C651.741,204.462,651.719,204.417,651.692,204.379z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M651.692,204.379l-3.718,1.306l0.436,1.234c0.012,0.038,0.089,0.055,0.162,0.022l3.595-1.264
+ l-0.406-1.169C651.741,204.462,651.719,204.417,651.692,204.379z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M651.692,204.379l-3.718,1.306l0.436,1.234c0.012,0.038,0.089,0.055,0.162,0.022l3.595-1.264
+ l-0.406-1.169C651.741,204.462,651.719,204.417,651.692,204.379z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M651.692,204.379l-3.718,1.306l0.436,1.234c0.012,0.038,0.089,0.055,0.162,0.022l3.595-1.264
+ l-0.406-1.169C651.741,204.462,651.719,204.417,651.692,204.379z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M651.692,204.379l-3.718,1.306l0.436,1.234c0.012,0.038,0.089,0.055,0.162,0.022l3.595-1.264
+ l-0.406-1.169C651.741,204.462,651.719,204.417,651.692,204.379z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M687.85,198.513c0.209-0.072,0.375-0.144,0.369-0.153l-0.642-1.83
+ c-0.006-0.016-0.179,0.041-0.383,0.112l-1.207,0.425l0.658,1.869L687.85,198.513z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M687.85,198.513c0.209-0.072,0.375-0.144,0.369-0.153l-0.642-1.83
+ c-0.006-0.016-0.179,0.041-0.383,0.112l-1.207,0.425l0.658,1.869L687.85,198.513z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M687.85,198.513c0.209-0.072,0.375-0.144,0.369-0.153l-0.642-1.83
+ c-0.006-0.016-0.179,0.041-0.383,0.112l-1.207,0.425l0.658,1.869L687.85,198.513z"/>
+
+ <rect x="662.757" y="201.029" transform="matrix(-0.9434 0.3315 -0.3315 -0.9434 1378.5664 168.8701)" opacity="0.4" fill="#FFF8B9" width="24.245" height="1.982"/>
+
+ <rect x="662.757" y="201.029" transform="matrix(-0.9434 0.3315 -0.3315 -0.9434 1378.5664 168.8701)" opacity="0.4" fill="#FFF8B9" width="24.245" height="1.982"/>
+
+ <rect x="662.757" y="201.029" transform="matrix(-0.9434 0.3315 -0.3315 -0.9434 1378.5664 168.8701)" opacity="0.5" fill="#D1E4B7" width="24.245" height="1.982"/>
+
+ <rect x="662.757" y="201.029" transform="matrix(-0.9434 0.3315 -0.3315 -0.9434 1378.5664 168.8701)" opacity="0.5" fill="#D1E4B7" width="24.245" height="1.982"/>
+
+ <rect x="638.7" y="213.826" transform="matrix(-0.3302 -0.9439 0.9439 -0.3302 648.5589 888.9869)" opacity="0.4" fill="#FFF8B9" width="1.987" height="1.117"/>
+
+ <rect x="638.7" y="213.826" transform="matrix(-0.3302 -0.9439 0.9439 -0.3302 648.5589 888.9869)" opacity="0.4" fill="#FFF8B9" width="1.987" height="1.117"/>
+
+ <rect x="638.7" y="213.826" transform="matrix(-0.3302 -0.9439 0.9439 -0.3302 648.5589 888.9869)" opacity="0.4" fill="#FFF8B9" width="1.987" height="1.117"/>
+
+ <rect x="638.7" y="213.826" transform="matrix(-0.3302 -0.9439 0.9439 -0.3302 648.5589 888.9869)" opacity="0.2" fill="#FFF6A3" width="1.987" height="1.117"/>
+
+ <rect x="638.7" y="213.826" transform="matrix(-0.3302 -0.9439 0.9439 -0.3302 648.5589 888.9869)" opacity="0.4" fill="#FFF8B9" width="1.987" height="1.117"/>
+
+ <rect x="638.7" y="213.826" transform="matrix(-0.3302 -0.9439 0.9439 -0.3302 648.5589 888.9869)" opacity="0.5" fill="#D1E4B7" width="1.987" height="1.117"/>
+
+ <rect x="642.551" y="209.508" transform="matrix(-0.3317 -0.9434 0.9434 -0.3317 656.0267 890.8037)" opacity="0.4" fill="#FFF8B9" width="1.984" height="7.048"/>
+
+ <rect x="642.551" y="209.508" transform="matrix(-0.3317 -0.9434 0.9434 -0.3317 656.0267 890.8037)" opacity="0.4" fill="#FFF8B9" width="1.984" height="7.048"/>
+
+ <rect x="642.551" y="209.508" transform="matrix(-0.3317 -0.9434 0.9434 -0.3317 656.0267 890.8037)" opacity="0.4" fill="#FFF8B9" width="1.984" height="7.048"/>
+
+ <rect x="642.551" y="209.508" transform="matrix(-0.3317 -0.9434 0.9434 -0.3317 656.0267 890.8037)" opacity="0.2" fill="#FFF6A3" width="1.984" height="7.048"/>
+
+ <rect x="642.551" y="209.508" transform="matrix(-0.3317 -0.9434 0.9434 -0.3317 656.0267 890.8037)" opacity="0.4" fill="#FFF8B9" width="1.984" height="7.048"/>
+
+ <rect x="642.551" y="209.508" transform="matrix(-0.3317 -0.9434 0.9434 -0.3317 656.0267 890.8037)" opacity="0.4" fill="#FFF8B9" width="1.984" height="7.048"/>
+
+ <rect x="642.551" y="209.508" transform="matrix(-0.3317 -0.9434 0.9434 -0.3317 656.0267 890.8037)" opacity="0.5" fill="#D1E4B7" width="1.984" height="7.048"/>
+
+ <rect x="661.518" y="205.378" transform="matrix(-0.332 -0.9433 0.9433 -0.332 687.7967 899.8132)" opacity="0.4" fill="#FFF8B9" width="1.983" height="1.979"/>
+
+ <rect x="661.518" y="205.378" transform="matrix(-0.332 -0.9433 0.9433 -0.332 687.7967 899.8132)" opacity="0.4" fill="#FFF8B9" width="1.983" height="1.979"/>
+
+ <rect x="661.518" y="205.378" transform="matrix(-0.332 -0.9433 0.9433 -0.332 687.7967 899.8132)" opacity="0.5" fill="#D1E4B7" width="1.983" height="1.979"/>
+
+ <rect x="661.518" y="205.378" transform="matrix(-0.332 -0.9433 0.9433 -0.332 687.7967 899.8132)" opacity="0.4" fill="#FFF8B9" width="1.983" height="1.979"/>
+
+ <rect x="661.518" y="205.378" transform="matrix(-0.332 -0.9433 0.9433 -0.332 687.7967 899.8132)" opacity="0.5" fill="#D1E4B7" width="1.983" height="1.979"/>
+
+ <rect x="653.281" y="207.122" transform="matrix(-0.9433 0.3318 -0.3318 -0.9433 1346.8995 186.2381)" opacity="0.4" fill="#FFF8B9" width="8.537" height="1.983"/>
+
+ <rect x="653.281" y="207.122" transform="matrix(-0.9433 0.3318 -0.3318 -0.9433 1346.8995 186.2381)" opacity="0.4" fill="#FFF8B9" width="8.537" height="1.983"/>
+
+ <rect x="653.281" y="207.122" transform="matrix(-0.9433 0.3318 -0.3318 -0.9433 1346.8995 186.2381)" opacity="0.4" fill="#FFF8B9" width="8.537" height="1.983"/>
+
+ <rect x="653.281" y="207.122" transform="matrix(-0.9433 0.3318 -0.3318 -0.9433 1346.8995 186.2381)" opacity="0.5" fill="#D1E4B7" width="8.537" height="1.983"/>
+
+ <rect x="653.281" y="207.122" transform="matrix(-0.9433 0.3318 -0.3318 -0.9433 1346.8995 186.2381)" opacity="0.4" fill="#FFF8B9" width="8.537" height="1.983"/>
+
+ <rect x="653.281" y="207.122" transform="matrix(-0.9433 0.3318 -0.3318 -0.9433 1346.8995 186.2381)" opacity="0.5" fill="#D1E4B7" width="8.537" height="1.983"/>
+
+ <rect x="650.662" y="208.205" transform="matrix(-0.3312 -0.9436 0.9436 -0.3312 669.1804 894.6735)" opacity="0.4" fill="#FFF8B9" width="1.987" height="3.959"/>
+
+ <rect x="650.662" y="208.205" transform="matrix(-0.3312 -0.9436 0.9436 -0.3312 669.1804 894.6735)" opacity="0.4" fill="#FFF8B9" width="1.987" height="3.959"/>
+
+ <rect x="650.662" y="208.205" transform="matrix(-0.3312 -0.9436 0.9436 -0.3312 669.1804 894.6735)" opacity="0.4" fill="#FFF8B9" width="1.987" height="3.959"/>
+
+ <rect x="650.662" y="208.205" transform="matrix(-0.3312 -0.9436 0.9436 -0.3312 669.1804 894.6735)" opacity="0.5" fill="#D1E4B7" width="1.987" height="3.959"/>
+
+ <rect x="650.662" y="208.205" transform="matrix(-0.3312 -0.9436 0.9436 -0.3312 669.1804 894.6735)" opacity="0.4" fill="#FFF8B9" width="1.987" height="3.959"/>
+
+ <rect x="650.662" y="208.205" transform="matrix(-0.3312 -0.9436 0.9436 -0.3312 669.1804 894.6735)" opacity="0.4" fill="#FFF8B9" width="1.987" height="3.959"/>
+
+ <rect x="650.662" y="208.205" transform="matrix(-0.3312 -0.9436 0.9436 -0.3312 669.1804 894.6735)" opacity="0.5" fill="#D1E4B7" width="1.987" height="3.959"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="647.782,212.592 650.117,211.779 649.459,209.904 647.127,210.724 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="647.782,212.592 650.117,211.779 649.459,209.904 647.127,210.724 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="647.782,212.592 650.117,211.779 649.459,209.904 647.127,210.724 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="647.782,212.592 650.117,211.779 649.459,209.904 647.127,210.724 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="647.782,212.592 650.117,211.779 649.459,209.904 647.127,210.724 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="647.782,212.592 650.117,211.779 649.459,209.904 647.127,210.724 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="647.782,212.592 650.117,211.779 649.459,209.904 647.127,210.724 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="647.782,212.592 650.117,211.779 649.459,209.904 647.127,210.724 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="646.544,210.932 647.197,212.8 647.782,212.592 647.127,210.724 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="646.544,210.932 647.197,212.8 647.782,212.592 647.127,210.724 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="646.544,210.932 647.197,212.8 647.782,212.592 647.127,210.724 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="646.544,210.932 647.197,212.8 647.782,212.592 647.127,210.724 "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="646.544,210.932 647.197,212.8 647.782,212.592 647.127,210.724 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="646.544,210.932 647.197,212.8 647.782,212.592 647.127,210.724 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="646.544,210.932 647.197,212.8 647.782,212.592 647.127,210.724 "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="646.544,210.932 647.197,212.8 647.782,212.592 647.127,210.724 "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="646.544,210.932 647.197,212.8 647.782,212.592 647.127,210.724 "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M634.284,215.241c-0.209,0.071-0.372,0.135-0.369,0.15l0.643,1.83
+ c0.005,0.01,0.177-0.039,0.385-0.112l4.553-1.602l-0.656-1.876L634.284,215.241z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M634.284,215.241c-0.209,0.071-0.372,0.135-0.369,0.15l0.643,1.83
+ c0.005,0.01,0.177-0.039,0.385-0.112l4.553-1.602l-0.656-1.876L634.284,215.241z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M634.284,215.241c-0.209,0.071-0.372,0.135-0.369,0.15l0.643,1.83
+ c0.005,0.01,0.177-0.039,0.385-0.112l4.553-1.602l-0.656-1.876L634.284,215.241z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M634.284,215.241c-0.209,0.071-0.372,0.135-0.369,0.15l0.643,1.83
+ c0.005,0.01,0.177-0.039,0.385-0.112l4.553-1.602l-0.656-1.876L634.284,215.241z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M634.284,215.241c-0.209,0.071-0.372,0.135-0.369,0.15l0.643,1.83
+ c0.005,0.01,0.177-0.039,0.385-0.112l4.553-1.602l-0.656-1.876L634.284,215.241z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M634.284,215.241c-0.209,0.071-0.372,0.135-0.369,0.15l0.643,1.83
+ c0.005,0.01,0.177-0.039,0.385-0.112l4.553-1.602l-0.656-1.876L634.284,215.241z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M634.284,215.241c-0.209,0.071-0.372,0.135-0.369,0.15l0.643,1.83
+ c0.005,0.01,0.177-0.039,0.385-0.112l4.553-1.602l-0.656-1.876L634.284,215.241z"/>
+</g>
+<g display="none">
+ <defs>
+ <rect id="SVGID_12_" x="9.668" y="-66.332" width="630.332" height="402.132"/>
+ </defs>
+ <clipPath id="SVGID_13_" display="inline">
+ <use xlink:href="#SVGID_12_" overflow="visible"/>
+ </clipPath>
+ <g transform="matrix(1 0 0 1 -2.384186e-007 -7.629395e-006)" display="inline" clip-path="url(#SVGID_13_)">
+
+ <image overflow="visible" width="620" height="412" xlink:href="CBDB2624.jpg" transform="matrix(1.0689 0 0 1.0689 -2.6382 -80.8774)">
+ </image>
+ </g>
+</g>
+</svg>
diff --git a/moonlight-theme/wallpaper/contents/images/1280x1024.svg b/moonlight-theme/wallpaper/contents/images/1280x1024.svg
new file mode 100755
index 0000000..19dac73
--- /dev/null
+++ b/moonlight-theme/wallpaper/contents/images/1280x1024.svg
@@ -0,0 +1,7328 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+
+<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ version="1.1"
+ x="0px"
+ y="0px"
+ width="1280"
+ height="1024"
+ viewBox="593 -44 1280 1024"
+ enable-background="new 0 0 1920 1080"
+ xml:space="preserve"
+ id="svg2190"
+ sodipodi:docname="1280x1024.svg"
+ inkscape:version="0.92.4 (5da689c313, 2019-01-14)"><metadata
+ id="metadata2196"><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><defs
+ id="defs2194">
+
+
+
+ <linearGradient
+ gradientTransform="matrix(-0.94814815,0,0,-0.94814815,2189.3038,1017.8612)"
+ y2="54.977501"
+ x2="1966.5557"
+ y1="54.977501"
+ x1="39.5313"
+ gradientUnits="userSpaceOnUse"
+ id="SVGID_7_">
+ <stop
+ id="stop86"
+ style="stop-color:#2B4F5A;stop-opacity:0"
+ offset="0" />
+ <stop
+ id="stop88"
+ style="stop-color:#2A4F5A;stop-opacity:0.958"
+ offset="0.5" />
+ <stop
+ id="stop90"
+ style="stop-color:#23353D;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+
+
+ <linearGradient
+ y2="590.34332"
+ x2="1684.6602"
+ y1="-241.16209"
+ x1="1684.6602"
+ gradientUnits="userSpaceOnUse"
+ id="SVGID_10_"
+ gradientTransform="matrix(0.94814815,0,0,0.94814815,322.84445,-44.088849)">
+ <stop
+ id="stop2139"
+ style="stop-color:#FFFFFF"
+ offset="0" />
+ <stop
+ id="stop2141"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+
+ <linearGradient
+ y2="953.18597"
+ x2="1743.0996"
+ y1="-151.3203"
+ x1="1743.0996"
+ gradientUnits="userSpaceOnUse"
+ id="SVGID_11_"
+ gradientTransform="matrix(0.94814815,0,0,0.94814815,322.84445,-44.088849)">
+ <stop
+ id="stop2146"
+ style="stop-color:#FFFFFF"
+ offset="0" />
+ <stop
+ id="stop2148"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+
+ <linearGradient
+ y2="867.19379"
+ x2="1883.8594"
+ y1="-237.31351"
+ x1="1883.8594"
+ gradientUnits="userSpaceOnUse"
+ id="SVGID_12_"
+ gradientTransform="matrix(0.94814815,0,0,0.94814815,322.84445,-44.088849)">
+ <stop
+ id="stop2153"
+ style="stop-color:#FFFFFF"
+ offset="0" />
+ <stop
+ id="stop2155"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+
+
+ <linearGradient
+ y2="741.93018"
+ x2="1809.5947"
+ y1="-362.57669"
+ x1="1809.5947"
+ gradientUnits="userSpaceOnUse"
+ id="SVGID_16_"
+ gradientTransform="matrix(0.94814815,0,0,0.94814815,322.84445,-44.088849)">
+ <stop
+ id="stop2182"
+ style="stop-color:#FFFFFF"
+ offset="0" />
+ <stop
+ id="stop2184"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+
+</defs><sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1920"
+ inkscape:window-height="1008"
+ id="namedview2192"
+ showgrid="false"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0"
+ inkscape:zoom="0.21851852"
+ inkscape:cx="175.57356"
+ inkscape:cy="799.39789"
+ inkscape:window-x="0"
+ inkscape:window-y="36"
+ inkscape:window-maximized="1"
+ inkscape:current-layer="svg2190" />
+<g
+ id="Layer_2"
+ display="none"
+ style="display:none"
+ transform="translate(273.06667,-61.158296)">
+ <radialGradient
+ id="SVGID_1_"
+ cx="960"
+ cy="540"
+ r="1100.0364"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ offset="0"
+ style="stop-color:#515C5D"
+ id="stop2" />
+ <stop
+ offset="1"
+ style="stop-color:#003343"
+ id="stop4" />
+ </radialGradient>
+ <rect
+ x="-340"
+ y="-314.49399"
+ display="inline"
+ width="2600"
+ height="1708.988"
+ id="rect7"
+ style="display:inline;fill:url(#SVGID_1_)" />
+</g>
+
+<g
+ id="Layer_3"
+ transform="matrix(0.94814815,0,0,0.94814815,322.84445,-44.088849)">
+ <g
+ id="g25">
+ <rect
+ style="fill:#133544"
+ x="-340"
+ y="-46"
+ width="2600"
+ height="1172"
+ id="rect10" />
+
+ <radialGradient
+ id="SVGID_2_"
+ cx="257.66019"
+ cy="1126.085"
+ r="1100.5193"
+ gradientTransform="matrix(1,0,0,-0.6858,702.3398,1312.2686)"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ offset="0"
+ style="stop-color:#24363E"
+ id="stop12" />
+ <stop
+ offset="0.1555"
+ style="stop-color:#273943"
+ id="stop14" />
+ <stop
+ offset="0.3948"
+ style="stop-color:#2B3F49"
+ id="stop16" />
+ <stop
+ offset="0.6601"
+ style="stop-color:#2E424D"
+ id="stop18" />
+ <stop
+ offset="1"
+ style="stop-color:#2F434E"
+ id="stop20" />
+ </radialGradient>
+ <rect
+ style="fill:none;stroke:url(#SVGID_2_);stroke-miterlimit:10"
+ x="-340"
+ y="-46"
+ stroke-miterlimit="10"
+ width="2600"
+ height="1172"
+ id="rect23" />
+ </g>
+ <g
+ id="g34">
+
+ <radialGradient
+ id="SVGID_3_"
+ cx="499.97849"
+ cy="1219.9453"
+ r="1145.0345"
+ gradientTransform="matrix(0.2308,0,0,-0.2308,844.6051,721.5048)"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ offset="0"
+ style="stop-color:#6C99B8"
+ id="stop27" />
+ <stop
+ offset="1"
+ style="stop-color:#133544;stop-opacity:0"
+ id="stop29" />
+ </radialGradient>
+ <rect
+ style="fill:url(#SVGID_3_)"
+ x="619.362"
+ y="99.302002"
+ width="681.27698"
+ height="681.27802"
+ id="rect32" />
+ </g>
+</g><g
+ id="g8477"><g
+ transform="matrix(0.94814815,0,0,0.94814815,322.84445,-44.088849)"
+ style="opacity:0.6"
+ id="debian">
+ <g
+ id="g61">
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 969.532,722.4 c -2.012,0.029 0.385,1.039 3.01,1.44 0.727,-0.57 1.388,-1.138 1.973,-1.696 -1.636,0.401 -3.302,0.407 -4.983,0.256"
+ id="path37" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 980.346,719.703 c 1.198,-1.654 2.071,-3.467 2.38,-5.338 -0.269,1.334 -0.996,2.486 -1.676,3.703 -3.768,2.37 -0.353,-1.405 -0.006,-2.842 -4.047,5.096 -0.554,3.055 -0.698,4.477"
+ id="path39" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 984.336,709.328 c 0.24,-3.629 -0.716,-2.482 -1.04,-1.1 0.377,0.198 0.674,2.556 1.04,1.1"
+ id="path41" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 961.894,659.754 c 1.078,0.192 2.325,0.346 2.151,0.6 1.173,-0.259 1.442,-0.497 -2.151,-0.6"
+ id="path43" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 964.045,660.354 -0.761,0.156 0.706,-0.063 0.055,-0.093"
+ id="path45" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 997.562,710.699 c 0.119,3.259 -0.956,4.835 -1.921,7.637 l -1.741,0.865 c -1.424,2.768 0.138,1.756 -0.882,3.955 -2.224,1.982 -6.749,6.188 -8.198,6.574 -1.056,-0.025 0.718,-1.248 0.948,-1.726 -2.975,2.042 -2.386,3.065 -6.938,4.312 l -0.137,-0.299 c -11.228,5.281 -26.824,-5.186 -26.618,-19.467 -0.119,0.904 -0.341,0.678 -0.593,1.045 -0.578,-7.347 3.396,-14.725 10.096,-17.739 6.556,-3.246 14.239,-1.912 18.938,2.466 -2.583,-3.381 -7.712,-6.961 -13.8,-6.628 -5.958,0.097 -11.534,3.884 -13.394,7.994 -3.051,1.921 -3.406,7.405 -4.738,8.411 -1.787,13.152 3.366,18.834 12.092,25.518 1.374,0.93 0.388,1.064 0.572,1.773 -2.897,-1.358 -5.55,-3.406 -7.733,-5.916 1.156,1.696 2.406,3.346 4.021,4.637 -2.732,-0.924 -6.383,-6.621 -7.45,-6.853 4.713,8.433 19.108,14.791 26.656,11.636 -3.491,0.134 -7.925,0.075 -11.844,-1.375 -1.646,-0.846 -3.89,-2.604 -3.484,-2.932 10.288,3.842 20.922,2.91 29.826,-4.227 2.264,-1.766 4.738,-4.766 5.456,-4.81 -1.079,1.621 0.182,0.78 -0.646,2.21 2.258,-3.64 -0.979,-1.48 2.333,-6.288 l 1.225,1.688 c -0.453,-3.021 3.754,-6.691 3.326,-11.469 0.965,-1.459 1.076,1.572 0.053,4.934 1.423,-3.729 0.375,-4.329 0.739,-7.401 0.395,1.032 0.911,2.131 1.178,3.223 -0.925,-3.604 0.95,-6.069 1.414,-8.16 -0.455,-0.206 -1.43,1.592 -1.653,-2.665 0.035,-1.851 0.517,-0.969 0.705,-1.423 -0.367,-0.212 -1.319,-1.627 -1.898,-4.347 0.42,-0.639 1.123,1.656 1.696,1.748 -0.368,-2.16 -1.003,-3.809 -1.024,-5.469 -1.674,-3.491 -0.594,0.467 -1.951,-1.499 -1.774,-5.544 1.477,-1.285 1.696,-3.804 2.696,3.902 4.235,9.953 4.937,12.461 -0.539,-3.058 -1.406,-6.016 -2.468,-8.882 0.817,0.347 -1.32,-6.283 1.062,-1.893 -2.545,-9.362 -10.888,-18.11 -18.565,-22.214 0.938,0.859 2.127,1.938 1.701,2.107 -3.818,-2.275 -3.146,-2.449 -3.691,-3.409 -3.113,-1.267 -3.317,0.103 -5.377,0 -5.86,-3.107 -6.992,-2.776 -12.388,-4.726 l 0.248,1.146 c -3.885,-1.293 -4.523,0.491 -8.725,0.004 -0.254,-0.199 1.348,-0.723 2.667,-0.911 -3.759,0.497 -3.581,-0.743 -7.258,0.134 0.907,-0.637 1.864,-1.053 2.829,-1.594 -3.061,0.188 -7.307,1.782 -5.994,0.332 -4.998,2.227 -13.865,5.356 -18.846,10.025 l -0.157,-1.051 c -2.281,2.74 -9.947,8.182 -10.557,11.725 l -0.608,0.143 c -1.188,2.013 -1.956,4.287 -2.897,6.354 -1.549,2.646 -2.275,1.019 -2.054,1.433 -3.053,6.192 -4.567,11.393 -5.881,15.658 0.935,1.396 0.023,8.395 0.377,13.998 -1.534,27.693 19.433,54.572 42.351,60.785 3.358,1.201 8.353,1.152 12.601,1.274 -5.011,-1.435 -5.659,-0.757 -10.544,-2.462 -3.521,-1.658 -4.294,-3.551 -6.789,-5.719 l 0.985,1.746 c -4.894,-1.734 -2.843,-2.145 -6.822,-3.406 l 1.054,-1.371 c -1.589,-0.124 -4.2,-2.68 -4.917,-4.093 l -1.736,0.069 c -2.084,-2.573 -3.193,-4.422 -3.113,-5.862 l -0.563,0.999 c -0.634,-1.092 -7.669,-9.646 -4.019,-7.658 -0.676,-0.619 -1.579,-1.006 -2.556,-2.777 l 0.744,-0.852 c -1.76,-2.258 -3.236,-5.159 -3.124,-6.121 0.938,1.266 1.587,1.5 2.231,1.721 -4.433,-11.005 -4.684,-0.61 -8.043,-11.202 l 0.712,-0.06 c -0.544,-0.818 -0.875,-1.71 -1.313,-2.588 l 0.308,-3.078 c -3.19,-3.697 -0.895,-15.695 -0.432,-22.275 0.321,-2.68 2.665,-5.531 4.45,-10 l -1.087,-0.186 c 2.077,-3.627 11.864,-14.559 16.395,-14 2.197,-2.756 -0.432,-0.008 -0.862,-0.701 4.823,-4.99 6.339,-3.529 9.595,-4.424 3.512,-2.082 -3.015,0.811 -1.35,-0.797 6.067,-1.547 4.302,-3.521 12.218,-4.309 0.832,0.477 -1.939,0.734 -2.637,1.35 5.055,-2.471 16.003,-1.909 23.11,1.374 8.249,3.855 17.514,15.251 17.882,25.968 l 0.413,0.113 c -0.207,4.263 0.652,9.188 -0.842,13.711 l 1.018,-2.138"
+ id="path47" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 947.549,725.162 -0.281,1.415 c 1.323,1.799 2.374,3.748 4.066,5.153 -1.217,-2.375 -2.123,-3.359 -3.785,-6.568"
+ id="path49" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 950.682,725.041 c -0.704,-0.773 -1.119,-1.707 -1.582,-2.637 0.44,1.632 1.352,3.034 2.197,4.462 l -0.615,-1.825"
+ id="path51" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 1006.055,713.008 -0.3,0.744 c -0.543,3.85 -1.711,7.66 -3.506,11.195 1.982,-3.728 3.265,-7.808 3.806,-11.939"
+ id="path53" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 962.294,658.789 c 1.363,-0.5 3.349,-0.272 4.795,-0.6 -1.885,0.155 -3.759,0.252 -5.61,0.488 l 0.815,0.112"
+ id="path55" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 914.486,684.214 c 0.313,2.901 -2.184,4.027 0.554,2.114 1.47,-3.306 -0.576,-0.911 -0.554,-2.114"
+ id="path57" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 911.267,697.659 c 0.632,-1.941 0.747,-3.103 0.986,-4.223 -1.742,2.23 -0.803,2.703 -0.986,4.223"
+ id="path59" />
+ </g>
+ </g><g
+ transform="matrix(0.94814815,0,0,0.94814815,322.84445,-44.088849)"
+ id="g2137">
+
+ <circle
+ style="opacity:0.3;fill:#244960;stroke:#f6f6f6;stroke-width:3;stroke-miterlimit:10"
+ stroke-miterlimit="10"
+ cx="960"
+ cy="387.70599"
+ r="174.44701"
+ id="circle95" />
+ <circle
+ style="opacity:0.4;fill:#244960"
+ cx="929.50598"
+ cy="409.521"
+ r="131.647"
+ id="circle97" />
+ <g
+ id="g2115">
+ <path
+ style="fill:none"
+ inkscape:connector-curvature="0"
+ d="m 961.413,437.345 1.242,3.537 11.819,-4.154 c -0.354,-1.191 -0.739,-2.381 -1.156,-3.568 v 0 z"
+ id="path99" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 961.569,494.871 c 0.091,0.262 -0.086,0.562 -0.395,0.67 l -7.977,2.805 3.878,11.034 c 6.327,-6.691 11.338,-14.476 14.822,-22.909 l -11.82,4.155 z"
+ id="path101" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 949.62,440.953 -2.972,-8.451 -6.232,2.19 4.382,12.467 17.858,-6.277 -1.242,-3.537 -11.216,3.942 c -0.227,0.079 -0.486,-0.071 -0.578,-0.334 z"
+ id="path103" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 916.134,511.373 c -0.311,0.109 -0.635,-0.015 -0.727,-0.273 l -0.223,-0.632 c 0.215,0.608 0.01,1.235 -0.455,1.399 l -20.386,7.167 4.786,13.617 c 9.393,0.463 19.027,-0.85 28.445,-4.161 2.813,-0.989 5.529,-2.129 8.143,-3.406 l -6.443,-18.33 z"
+ id="path105" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 861.561,520.335 c 2.563,1.692 5.228,3.223 7.974,4.587 l -2.313,-6.577 z"
+ id="path107" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 834.78,471.823 c -0.464,0.164 -0.975,-0.08 -1.139,-0.545 l -5.601,-15.932 c -0.318,9.061 1.016,18.332 4.205,27.402 4.196,11.937 11.116,22.138 19.813,30.154 l -14.751,-41.967 z"
+ id="path109" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 852.418,476.228 -5.523,1.943 c -0.365,0.127 -0.665,0.219 -0.671,0.201 l -0.93,-2.641 c -0.005,-0.018 0.285,-0.135 0.652,-0.264 l 5.521,-1.941 -2.367,-6.734 -11.794,4.145 14.751,41.967 c 2.975,2.738 6.152,5.222 9.503,7.432 l 5.66,-1.99 z"
+ id="path111" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 852.418,476.228 -5.523,1.943 c -0.365,0.127 -0.665,0.219 -0.671,0.201 l -0.93,-2.641 c -0.005,-0.018 0.285,-0.135 0.652,-0.264 l 5.521,-1.941 -2.367,-6.734 -11.794,4.145 14.751,41.967 c 2.975,2.738 6.152,5.222 9.503,7.432 l 5.66,-1.99 z"
+ id="path113" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 853.195,401.971 c -0.767,0.679 -1.52,1.376 -2.257,2.086 l 2.661,-0.936 z"
+ id="path115" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 853.195,401.971 c -0.767,0.679 -1.52,1.376 -2.257,2.086 l 2.661,-0.936 z"
+ id="path117" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="943.22198"
+ y="430.07501"
+ transform="matrix(-0.3319,-0.9433,0.9433,-0.3319,847.8203,1467.1946)"
+ width="0.465"
+ height="6.6059999"
+ id="rect119" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="943.22198"
+ y="430.07501"
+ transform="matrix(-0.3319,-0.9433,0.9433,-0.3319,847.8203,1467.1946)"
+ width="0.465"
+ height="6.6059999"
+ id="rect121" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 926.267,429.987 7.098,-2.494 c 0.288,-0.102 0.525,-0.176 0.529,-0.162 l 0.656,1.868 c 0.004,0.011 -0.227,0.101 -0.517,0.203 l -7.096,2.495 1.564,4.447 17.354,-6.1 -11.179,-31.805 c -0.094,-0.264 0.014,-0.541 0.239,-0.62 l 8.144,-2.862 c -0.976,-0.623 -1.965,-1.221 -2.965,-1.798 l -23.827,8.376 z"
+ id="path123" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 926.267,429.987 7.098,-2.494 c 0.288,-0.102 0.525,-0.176 0.529,-0.162 l 0.656,1.868 c 0.004,0.011 -0.227,0.101 -0.517,0.203 l -7.096,2.495 1.564,4.447 17.354,-6.1 -11.179,-31.805 c -0.094,-0.264 0.014,-0.541 0.239,-0.62 l 8.144,-2.862 c -0.976,-0.623 -1.965,-1.221 -2.965,-1.798 l -23.827,8.376 z"
+ id="path125" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 883.798,385.634 c -1.944,0.512 -3.882,1.105 -5.811,1.783 -6.199,2.179 -11.931,5.095 -17.131,8.609 l 23.669,-8.319 z"
+ id="path127" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 883.798,385.634 c -1.944,0.512 -3.882,1.105 -5.811,1.783 -6.199,2.179 -11.931,5.095 -17.131,8.609 l 23.669,-8.319 z"
+ id="path129" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.985,395.954 c 0.465,-0.162 0.976,0.081 1.139,0.547 l 0.329,0.936 9.615,27.354 11.119,-3.909 -11.661,-33.175 -23.669,8.319 c -2.7,1.826 -5.258,3.813 -7.662,5.944 l 0.404,1.15 z"
+ id="path131" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.985,395.954 c 0.465,-0.162 0.976,0.081 1.139,0.547 l 0.329,0.936 9.615,27.354 11.119,-3.909 -11.661,-33.175 -23.669,8.319 c -2.7,1.826 -5.258,3.813 -7.662,5.944 l 0.404,1.15 z"
+ id="path133" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.985,395.954 c 0.465,-0.162 0.976,0.081 1.139,0.547 l 0.329,0.936 9.615,27.354 11.119,-3.909 -11.661,-33.175 -23.669,8.319 c -2.7,1.826 -5.258,3.813 -7.662,5.944 l 0.404,1.15 z"
+ id="path135" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 975.202,476.572 c 3.283,-12.727 3.252,-26.444 -0.728,-39.845 l -11.819,4.154 z"
+ id="path137" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 944.797,447.159 15.28,43.467 11.82,-4.155 c 1.326,-3.212 2.433,-6.521 3.305,-9.898 l -12.547,-35.69 z"
+ id="path139" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 944.797,447.159 15.28,43.467 11.82,-4.155 c 1.326,-3.212 2.433,-6.521 3.305,-9.898 l -12.547,-35.69 z"
+ id="path141" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 929.296,438.601 2.157,6.142 c 0.077,0.22 0.101,0.439 0.077,0.644 l 7.34,-2.581 c 0.365,-0.13 0.666,-0.22 0.673,-0.204 l 0.928,2.644 c 0.007,0.016 -0.285,0.135 -0.65,0.263 l -9.901,3.479 1.063,3.03 13.815,-4.857 -4.382,-12.467 z"
+ id="path143" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 929.296,438.601 2.157,6.142 c 0.077,0.22 0.101,0.439 0.077,0.644 l 7.34,-2.581 c 0.365,-0.13 0.666,-0.22 0.673,-0.204 l 0.928,2.644 c 0.007,0.016 -0.285,0.135 -0.65,0.263 l -9.901,3.479 1.063,3.03 13.815,-4.857 -4.382,-12.467 z"
+ id="path145" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 953.198,498.346 7.977,-2.805 c 0.309,-0.108 0.485,-0.408 0.395,-0.67 l -1.492,-4.245 -8.537,3.001 z"
+ id="path147" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 953.198,498.346 7.977,-2.805 c 0.309,-0.108 0.485,-0.408 0.395,-0.67 l -1.492,-4.245 -8.537,3.001 z"
+ id="path149" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 914.757,506.557 c -0.467,0.164 -0.917,0.083 -1.01,-0.179 l 1.438,4.09 0.223,0.632 c 0.092,0.259 0.416,0.383 0.727,0.273 l 13.141,-4.619 -1.659,-4.717 z"
+ id="path151" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 914.757,506.557 c -0.467,0.164 -0.917,0.083 -1.01,-0.179 l 1.438,4.09 0.223,0.632 c 0.092,0.259 0.416,0.383 0.727,0.273 l 13.141,-4.619 -1.659,-4.717 z"
+ id="path153" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="923.56702"
+ y="450.07101"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1951.5443,570.3113)"
+ width="7.085"
+ height="3.211"
+ id="rect155" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="923.56702"
+ y="450.07101"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1951.5443,570.3113)"
+ width="7.085"
+ height="3.211"
+ id="rect157" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="923.56702"
+ y="450.07101"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1951.5443,570.3113)"
+ width="7.085"
+ height="3.211"
+ id="rect159" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="934.54602"
+ y="430.535"
+ transform="matrix(-0.3363,-0.9417,0.9417,-0.3363,838.1754,1463.5337)"
+ width="0.465"
+ height="11.786"
+ id="rect161" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="934.54602"
+ y="430.535"
+ transform="matrix(-0.3363,-0.9417,0.9417,-0.3363,838.1754,1463.5337)"
+ width="0.465"
+ height="11.786"
+ id="rect163" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="934.54602"
+ y="430.535"
+ transform="matrix(-0.3363,-0.9417,0.9417,-0.3363,838.1754,1463.5337)"
+ width="0.465"
+ height="11.786"
+ id="rect165" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.375,502.475 1.373,3.903 c 0.093,0.262 0.543,0.343 1.01,0.179 l 12.858,-4.52 -1.539,-4.379 z"
+ id="path167" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.375,502.475 1.373,3.903 c 0.093,0.262 0.543,0.343 1.01,0.179 l 12.858,-4.52 -1.539,-4.379 z"
+ id="path169" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 912.375,502.475 1.373,3.903 c 0.093,0.262 0.543,0.343 1.01,0.179 l 12.858,-4.52 -1.539,-4.379 z"
+ id="path171" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 931.519,453.546 4.438,-1.559 c 0.464,-0.164 0.964,0.055 1.116,0.486 l 14.468,41.153 8.537,-3.001 -15.28,-43.467 -13.815,4.857 z"
+ id="path173" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 931.519,453.546 4.438,-1.559 c 0.464,-0.164 0.964,0.055 1.116,0.486 l 14.468,41.153 8.537,-3.001 -15.28,-43.467 -13.815,4.857 z"
+ id="path175" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 931.519,453.546 4.438,-1.559 c 0.464,-0.164 0.964,0.055 1.116,0.486 l 14.468,41.153 8.537,-3.001 -15.28,-43.467 -13.815,4.857 z"
+ id="path177" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 913.15,460.883 c -0.152,-0.433 0.101,-0.915 0.567,-1.077 l -11.008,3.867 4.226,12.019 c 0.037,0.104 -0.005,0.212 -0.093,0.243 l -3.378,1.188 8.91,25.353 13.702,-4.816 z"
+ id="path179" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 913.15,460.883 c -0.152,-0.433 0.101,-0.915 0.567,-1.077 l -11.008,3.867 4.226,12.019 c 0.037,0.104 -0.005,0.212 -0.093,0.243 l -3.378,1.188 8.91,25.353 13.702,-4.816 z"
+ id="path181" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 913.15,460.883 c -0.152,-0.433 0.101,-0.915 0.567,-1.077 l -11.008,3.867 4.226,12.019 c 0.037,0.104 -0.005,0.212 -0.093,0.243 l -3.378,1.188 8.91,25.353 13.702,-4.816 z"
+ id="path183" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 913.15,460.883 c -0.152,-0.433 0.101,-0.915 0.567,-1.077 l -11.008,3.867 4.226,12.019 c 0.037,0.104 -0.005,0.212 -0.093,0.243 l -3.378,1.188 8.91,25.353 13.702,-4.816 z"
+ id="path185" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 924.728,455.589 c 0.06,0.17 -0.054,0.365 -0.256,0.436 l 7.047,-2.479 -0.537,-1.529 -6.684,2.35 z"
+ id="path187" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 924.728,455.589 c 0.06,0.17 -0.054,0.365 -0.256,0.436 l 7.047,-2.479 -0.537,-1.529 -6.684,2.35 z"
+ id="path189" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 924.728,455.589 c 0.06,0.17 -0.054,0.365 -0.256,0.436 l 7.047,-2.479 -0.537,-1.529 -6.684,2.35 z"
+ id="path191" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 924.728,455.589 c 0.06,0.17 -0.054,0.365 -0.256,0.436 l 7.047,-2.479 -0.537,-1.529 -6.684,2.35 z"
+ id="path193" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 834.78,471.823 2.527,-0.887 -4.499,-12.799 -1.738,0.611 c -0.299,0.105 -0.548,0.178 -0.555,0.162 l -0.928,-2.643 c -0.006,-0.018 0.233,-0.117 0.534,-0.223 l 1.737,-0.609 -3.026,-8.608 c -0.425,2.81 -0.691,5.654 -0.792,8.519 l 5.601,15.932 c 0.164,0.465 0.675,0.709 1.139,0.545 z"
+ id="path195" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 834.78,471.823 2.527,-0.887 -4.499,-12.799 -1.738,0.611 c -0.299,0.105 -0.548,0.178 -0.555,0.162 l -0.928,-2.643 c -0.006,-0.018 0.233,-0.117 0.534,-0.223 l 1.737,-0.609 -3.026,-8.608 c -0.425,2.81 -0.691,5.654 -0.792,8.519 l 5.601,15.932 c 0.164,0.465 0.675,0.709 1.139,0.545 z"
+ id="path197" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 864.88,443.829 -13.352,-37.982 c -0.215,-0.609 -0.012,-1.236 0.453,-1.4 l 1.854,-0.652 -0.237,-0.673 -2.661,0.936 c -11.876,11.438 -19.647,26.534 -22.105,42.771 l 3.026,8.608 z"
+ id="path199" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 864.88,443.829 -13.352,-37.982 c -0.215,-0.609 -0.012,-1.236 0.453,-1.4 l 1.854,-0.652 -0.237,-0.673 -2.661,0.936 c -11.876,11.438 -19.647,26.534 -22.105,42.771 l 3.026,8.608 z"
+ id="path201" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 864.88,443.829 -13.352,-37.982 c -0.215,-0.609 -0.012,-1.236 0.453,-1.4 l 1.854,-0.652 -0.237,-0.673 -2.661,0.936 c -11.876,11.438 -19.647,26.534 -22.105,42.771 l 3.026,8.608 z"
+ id="path203" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 847.812,460.429 20.385,-7.165 -0.224,-0.64 -7.433,2.612 c -0.289,0.101 -0.526,0.175 -0.531,0.163 l -0.655,-1.867 c -0.005,-0.014 0.226,-0.104 0.515,-0.205 l 7.432,-2.612 -1.47,-4.185 -33.022,11.607 4.499,12.799 11.794,-4.145 -1.744,-4.963 c -0.216,-0.608 -0.013,-1.235 0.454,-1.399 z"
+ id="path205" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 847.812,460.429 20.385,-7.165 -0.224,-0.64 -7.433,2.612 c -0.289,0.101 -0.526,0.175 -0.531,0.163 l -0.655,-1.867 c -0.005,-0.014 0.226,-0.104 0.515,-0.205 l 7.432,-2.612 -1.47,-4.185 -33.022,11.607 4.499,12.799 11.794,-4.145 -1.744,-4.963 c -0.216,-0.608 -0.013,-1.235 0.454,-1.399 z"
+ id="path207" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 847.812,460.429 20.385,-7.165 -0.224,-0.64 -7.433,2.612 c -0.289,0.101 -0.526,0.175 -0.531,0.163 l -0.655,-1.867 c -0.005,-0.014 0.226,-0.104 0.515,-0.205 l 7.432,-2.612 -1.47,-4.185 -33.022,11.607 4.499,12.799 11.794,-4.145 -1.744,-4.963 c -0.216,-0.608 -0.013,-1.235 0.454,-1.399 z"
+ id="path209" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 875.453,397.437 -0.329,-0.936 c -0.163,-0.466 -0.674,-0.709 -1.139,-0.547 l -20.386,7.167 0.237,0.673 20.386,-7.166 c 0.465,-0.162 1.017,0.199 1.231,0.809 z"
+ id="path211" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 875.453,397.437 -0.329,-0.936 c -0.163,-0.466 -0.674,-0.709 -1.139,-0.547 l -20.386,7.167 0.237,0.673 20.386,-7.166 c 0.465,-0.162 1.017,0.199 1.231,0.809 z"
+ id="path213" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 875.453,397.437 -0.329,-0.936 c -0.163,-0.466 -0.674,-0.709 -1.139,-0.547 l -20.386,7.167 0.237,0.673 20.386,-7.166 c 0.465,-0.162 1.017,0.199 1.231,0.809 z"
+ id="path215" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 875.453,397.437 -0.329,-0.936 c -0.163,-0.466 -0.674,-0.709 -1.139,-0.547 l -20.386,7.167 0.237,0.673 20.386,-7.166 c 0.465,-0.162 1.017,0.199 1.231,0.809 z"
+ id="path217" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 940.095,393.16 c -9.196,-5.288 -19.482,-8.615 -30.164,-9.649 l 6.337,18.025 z"
+ id="path219" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 940.095,393.16 c -9.196,-5.288 -19.482,-8.615 -30.164,-9.649 l 6.337,18.025 z"
+ id="path221" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 940.095,393.16 c -9.196,-5.288 -19.482,-8.615 -30.164,-9.649 l 6.337,18.025 z"
+ id="path223" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.49,519.685 c -0.465,0.165 -1.015,-0.198 -1.229,-0.808 l -2.811,-7.994 -21.229,7.462 2.313,6.577 c 9.151,4.542 19.225,7.22 29.596,7.729 l -4.786,-13.617 z"
+ id="path225" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.49,519.685 c -0.465,0.165 -1.015,-0.198 -1.229,-0.808 l -2.811,-7.994 -21.229,7.462 2.313,6.577 c 9.151,4.542 19.225,7.22 29.596,7.729 l -4.786,-13.617 z"
+ id="path227" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="848.11298"
+ y="482.30399"
+ transform="matrix(-0.3316,-0.9434,0.9434,-0.3316,693.4218,1478.4001)"
+ width="44.643002"
+ height="22.503"
+ id="rect229" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="848.11298"
+ y="482.30399"
+ transform="matrix(-0.3316,-0.9434,0.9434,-0.3316,693.4218,1478.4001)"
+ width="44.643002"
+ height="22.503"
+ id="rect231" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="848.11298"
+ y="482.30399"
+ transform="matrix(-0.3316,-0.9434,0.9434,-0.3316,693.4218,1478.4001)"
+ width="44.643002"
+ height="22.503"
+ id="rect233" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="849.64801"
+ y="462.85901"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-105.9666,311.9189)"
+ width="22.502001"
+ height="7.138"
+ id="rect235" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="849.64801"
+ y="462.85901"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-105.9666,311.9189)"
+ width="22.502001"
+ height="7.138"
+ id="rect237" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="849.64801"
+ y="462.85901"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-105.9666,311.9189)"
+ width="22.502001"
+ height="7.138"
+ id="rect239" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 870.175,458.89 -5.104,1.795 c -0.43,0.15 -0.781,0.263 -0.784,0.253 l -0.626,-1.778 c -0.003,-0.012 0.341,-0.143 0.772,-0.293 l 5.103,-1.795 -1.339,-3.808 -20.385,7.165 c -0.467,0.164 -0.67,0.791 -0.455,1.4 l 1.744,4.963 21.229,-7.463 z"
+ id="path241" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 870.175,458.89 -5.104,1.795 c -0.43,0.15 -0.781,0.263 -0.784,0.253 l -0.626,-1.778 c -0.003,-0.012 0.341,-0.143 0.772,-0.293 l 5.103,-1.795 -1.339,-3.808 -20.385,7.165 c -0.467,0.164 -0.67,0.791 -0.455,1.4 l 1.744,4.963 21.229,-7.463 z"
+ id="path243" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 870.175,458.89 -5.104,1.795 c -0.43,0.15 -0.781,0.263 -0.784,0.253 l -0.626,-1.778 c -0.003,-0.012 0.341,-0.143 0.772,-0.293 l 5.103,-1.795 -1.339,-3.808 -20.385,7.165 c -0.467,0.164 -0.67,0.791 -0.455,1.4 l 1.744,4.963 21.229,-7.463 z"
+ id="path245" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 870.175,458.89 -5.104,1.795 c -0.43,0.15 -0.781,0.263 -0.784,0.253 l -0.626,-1.778 c -0.003,-0.012 0.341,-0.143 0.772,-0.293 l 5.103,-1.795 -1.339,-3.808 -20.385,7.165 c -0.467,0.164 -0.67,0.791 -0.455,1.4 l 1.744,4.963 21.229,-7.463 z"
+ id="path247" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.25,422.904 c 0.465,-0.163 0.974,0.082 1.138,0.548 l 1.599,4.548 1.516,-0.532 -2.314,-6.586 -11.119,3.909 0.419,1.194 z"
+ id="path249" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.25,422.904 c 0.465,-0.163 0.974,0.082 1.138,0.548 l 1.599,4.548 1.516,-0.532 -2.314,-6.586 -11.119,3.909 0.419,1.194 z"
+ id="path251" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.25,422.904 c 0.465,-0.163 0.974,0.082 1.138,0.548 l 1.599,4.548 1.516,-0.532 -2.314,-6.586 -11.119,3.909 0.419,1.194 z"
+ id="path253" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 894.25,422.904 c 0.465,-0.163 0.974,0.082 1.138,0.548 l 1.599,4.548 1.516,-0.532 -2.314,-6.586 -11.119,3.909 0.419,1.194 z"
+ id="path255" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 905.373,447.012 -5.729,2.013 2.367,6.736 5.862,-2.061 c -0.145,-0.145 -0.266,-0.33 -0.343,-0.549 z"
+ id="path257" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 905.373,447.012 -5.729,2.013 2.367,6.736 5.862,-2.061 c -0.145,-0.145 -0.266,-0.33 -0.343,-0.549 z"
+ id="path259" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 905.373,447.012 -5.729,2.013 2.367,6.736 5.862,-2.061 c -0.145,-0.145 -0.266,-0.33 -0.343,-0.549 z"
+ id="path261" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 905.373,447.012 -5.729,2.013 2.367,6.736 5.862,-2.061 c -0.145,-0.145 -0.266,-0.33 -0.343,-0.549 z"
+ id="path263" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="900.97601"
+ y="455.134"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1925.2111,585.0494)"
+ width="23.452"
+ height="3.211"
+ id="rect265" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="900.97601"
+ y="455.134"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1925.2111,585.0494)"
+ width="23.452"
+ height="3.211"
+ id="rect267" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="900.97601"
+ y="455.134"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1925.2111,585.0494)"
+ width="23.452"
+ height="3.211"
+ id="rect269" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="900.97601"
+ y="455.134"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1925.2111,585.0494)"
+ width="23.452"
+ height="3.211"
+ id="rect271" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="899.39502"
+ y="447.565"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1902.2772,571.1381)"
+ width="6.072"
+ height="0.46700001"
+ id="rect273" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="899.39502"
+ y="447.565"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1902.2772,571.1381)"
+ width="6.072"
+ height="0.46700001"
+ id="rect275" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="899.39502"
+ y="447.565"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1902.2772,571.1381)"
+ width="6.072"
+ height="0.46700001"
+ id="rect277" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="899.39502"
+ y="447.565"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1902.2772,571.1381)"
+ width="6.072"
+ height="0.46700001"
+ id="rect279" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="899.39502"
+ y="447.565"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1902.2772,571.1381)"
+ width="6.072"
+ height="0.46700001"
+ id="rect281" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 902.709,463.673 11.008,-3.867 10.755,-3.781 c 0.202,-0.07 0.315,-0.266 0.256,-0.436 l -0.43,-1.223 -22.126,7.775 z"
+ id="path283" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 902.709,463.673 11.008,-3.867 10.755,-3.781 c 0.202,-0.07 0.315,-0.266 0.256,-0.436 l -0.43,-1.223 -22.126,7.775 z"
+ id="path285" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 902.709,463.673 11.008,-3.867 10.755,-3.781 c 0.202,-0.07 0.315,-0.266 0.256,-0.436 l -0.43,-1.223 -22.126,7.775 z"
+ id="path287" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 902.709,463.673 11.008,-3.867 10.755,-3.781 c 0.202,-0.07 0.315,-0.266 0.256,-0.436 l -0.43,-1.223 -22.126,7.775 z"
+ id="path289" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 902.709,463.673 11.008,-3.867 10.755,-3.781 c 0.202,-0.07 0.315,-0.266 0.256,-0.436 l -0.43,-1.223 -22.126,7.775 z"
+ id="path291" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.252,450.919 0.63,1.79 3.38,-1.187 c 0.087,-0.031 0.188,0.027 0.224,0.131 l 1.672,4.758 1.854,-0.65 -2.367,-6.736 z"
+ id="path293" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.252,450.919 0.63,1.79 3.38,-1.187 c 0.087,-0.031 0.188,0.027 0.224,0.131 l 1.672,4.758 1.854,-0.65 -2.367,-6.736 z"
+ id="path295" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 894.252,450.919 0.63,1.79 3.38,-1.187 c 0.087,-0.031 0.188,0.027 0.224,0.131 l 1.672,4.758 1.854,-0.65 -2.367,-6.736 z"
+ id="path297" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.252,450.919 0.63,1.79 3.38,-1.187 c 0.087,-0.031 0.188,0.027 0.224,0.131 l 1.672,4.758 1.854,-0.65 -2.367,-6.736 z"
+ id="path299" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 894.252,450.919 0.63,1.79 3.38,-1.187 c 0.087,-0.031 0.188,0.027 0.224,0.131 l 1.672,4.758 1.854,-0.65 -2.367,-6.736 z"
+ id="path301" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="896.64001"
+ y="446.89499"
+ transform="matrix(-0.3275,-0.9448,0.9448,-0.3275,765.6945,1444.4624)"
+ width="0.465"
+ height="5.7150002"
+ id="rect303" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="896.64001"
+ y="446.89499"
+ transform="matrix(-0.3275,-0.9448,0.9448,-0.3275,765.6945,1444.4624)"
+ width="0.465"
+ height="5.7150002"
+ id="rect305" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="896.64001"
+ y="446.89499"
+ transform="matrix(-0.3275,-0.9448,0.9448,-0.3275,765.6945,1444.4624)"
+ width="0.465"
+ height="5.7150002"
+ id="rect307" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="896.64001"
+ y="446.89499"
+ transform="matrix(-0.3275,-0.9448,0.9448,-0.3275,765.6945,1444.4624)"
+ width="0.465"
+ height="5.7150002"
+ id="rect309" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="896.64001"
+ y="446.89499"
+ transform="matrix(-0.3275,-0.9448,0.9448,-0.3275,765.6945,1444.4624)"
+ width="0.465"
+ height="5.7150002"
+ id="rect311" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="896.64001"
+ y="446.89499"
+ transform="matrix(-0.3275,-0.9448,0.9448,-0.3275,765.6945,1444.4624)"
+ width="0.465"
+ height="5.7150002"
+ id="rect313" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 903.464,477.122 3.378,-1.188 c 0.088,-0.031 0.13,-0.139 0.093,-0.243 l -4.226,-12.019 -3.535,1.242 z"
+ id="path315" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 903.464,477.122 3.378,-1.188 c 0.088,-0.031 0.13,-0.139 0.093,-0.243 l -4.226,-12.019 -3.535,1.242 z"
+ id="path317" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 903.464,477.122 3.378,-1.188 c 0.088,-0.031 0.13,-0.139 0.093,-0.243 l -4.226,-12.019 -3.535,1.242 z"
+ id="path319" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 903.464,477.122 3.378,-1.188 c 0.088,-0.031 0.13,-0.139 0.093,-0.243 l -4.226,-12.019 -3.535,1.242 z"
+ id="path321" />
+ <path
+ style="opacity:0.4;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 903.464,477.122 3.378,-1.188 c 0.088,-0.031 0.13,-0.139 0.093,-0.243 l -4.226,-12.019 -3.535,1.242 z"
+ id="path323" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 898.802,463.863 c -0.091,-0.265 0.21,-0.61 0.676,-0.773 l 2.694,-0.948 -1.063,-3.028 -3.538,1.243 z"
+ id="path325" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 898.802,463.863 c -0.091,-0.265 0.21,-0.61 0.676,-0.773 l 2.694,-0.948 -1.063,-3.028 -3.538,1.243 z"
+ id="path327" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 898.802,463.863 c -0.091,-0.265 0.21,-0.61 0.676,-0.773 l 2.694,-0.948 -1.063,-3.028 -3.538,1.243 z"
+ id="path329" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 898.802,463.863 c -0.091,-0.265 0.21,-0.61 0.676,-0.773 l 2.694,-0.948 -1.063,-3.028 -3.538,1.243 z"
+ id="path331" />
+ <path
+ style="opacity:0.4;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 898.802,463.863 c -0.091,-0.265 0.21,-0.61 0.676,-0.773 l 2.694,-0.948 -1.063,-3.028 -3.538,1.243 z"
+ id="path333" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 899.478,463.09 c -0.466,0.163 -0.767,0.509 -0.676,0.773 l 0.372,1.052 3.535,-1.242 -0.537,-1.531 z"
+ id="path335" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 899.478,463.09 c -0.466,0.163 -0.767,0.509 -0.676,0.773 l 0.372,1.052 3.535,-1.242 -0.537,-1.531 z"
+ id="path337" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 899.478,463.09 c -0.466,0.163 -0.767,0.509 -0.676,0.773 l 0.372,1.052 3.535,-1.242 -0.537,-1.531 z"
+ id="path339" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 899.478,463.09 c -0.466,0.163 -0.767,0.509 -0.676,0.773 l 0.372,1.052 3.535,-1.242 -0.537,-1.531 z"
+ id="path341" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 899.478,463.09 c -0.466,0.163 -0.767,0.509 -0.676,0.773 l 0.372,1.052 3.535,-1.242 -0.537,-1.531 z"
+ id="path343" />
+ <path
+ style="opacity:0.4;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 899.478,463.09 c -0.466,0.163 -0.767,0.509 -0.676,0.773 l 0.372,1.052 3.535,-1.242 -0.537,-1.531 z"
+ id="path345" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.158,456.411 -1.672,-4.758 c -0.036,-0.104 -0.137,-0.162 -0.224,-0.131 l -3.38,1.187 1.74,4.945 z"
+ id="path347" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.158,456.411 -1.672,-4.758 c -0.036,-0.104 -0.137,-0.162 -0.224,-0.131 l -3.38,1.187 1.74,4.945 z"
+ id="path349" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 900.158,456.411 -1.672,-4.758 c -0.036,-0.104 -0.137,-0.162 -0.224,-0.131 l -3.38,1.187 1.74,4.945 z"
+ id="path351" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.158,456.411 -1.672,-4.758 c -0.036,-0.104 -0.137,-0.162 -0.224,-0.131 l -3.38,1.187 1.74,4.945 z"
+ id="path353" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 900.158,456.411 -1.672,-4.758 c -0.036,-0.104 -0.137,-0.162 -0.224,-0.131 l -3.38,1.187 1.74,4.945 z"
+ id="path355" />
+ <path
+ style="opacity:0.4;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 900.158,456.411 -1.672,-4.758 c -0.036,-0.104 -0.137,-0.162 -0.224,-0.131 l -3.38,1.187 1.74,4.945 z"
+ id="path357" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 961.413,437.345 11.905,-4.186 c -1.115,-3.176 -2.426,-6.229 -3.912,-9.15 l -11.286,3.968 z"
+ id="path359" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 968.502,422.284 c -5.235,-9.678 -12.421,-17.841 -20.878,-24.169 l 9.857,28.043 z"
+ id="path361" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 958.013,428.015 c -0.052,0.311 -0.263,0.585 -0.581,0.697 l -10.784,3.79 2.972,8.451 c 0.093,0.263 0.352,0.413 0.577,0.334 l 11.216,-3.942 -3.292,-9.368 z"
+ id="path363" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 958.013,428.015 c -0.052,0.311 -0.263,0.585 -0.581,0.697 l -10.784,3.79 2.972,8.451 c 0.093,0.263 0.352,0.413 0.577,0.334 l 11.216,-3.942 -3.292,-9.368 z"
+ id="path365" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 946.648,432.502 10.784,-3.79 c 0.318,-0.112 0.529,-0.387 0.581,-0.697 l -11.518,4.048 z"
+ id="path367" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 946.648,432.502 10.784,-3.79 c 0.318,-0.112 0.529,-0.387 0.581,-0.697 l -11.518,4.048 z"
+ id="path369" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 946.648,432.502 10.784,-3.79 c 0.318,-0.112 0.529,-0.387 0.581,-0.697 l -11.518,4.048 z"
+ id="path371" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 934.677,398.44 11.179,31.805 11.625,-4.087 -9.857,-28.043 c -1.483,-1.109 -3.006,-2.163 -4.563,-3.157 l -8.144,2.862 c -0.226,0.079 -0.334,0.357 -0.24,0.62 z"
+ id="path373" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 934.677,398.44 11.179,31.805 11.625,-4.087 -9.857,-28.043 c -1.483,-1.109 -3.006,-2.163 -4.563,-3.157 l -8.144,2.862 c -0.226,0.079 -0.334,0.357 -0.24,0.62 z"
+ id="path375" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 934.677,398.44 11.179,31.805 11.625,-4.087 -9.857,-28.043 c -1.483,-1.109 -3.006,-2.163 -4.563,-3.157 l -8.144,2.862 c -0.226,0.079 -0.334,0.357 -0.24,0.62 z"
+ id="path377" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.986,428 -1.599,-4.548 c -0.164,-0.466 -0.673,-0.711 -1.138,-0.548 l -8.763,3.081 1.896,5.391 z"
+ id="path379" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.986,428 -1.599,-4.548 c -0.164,-0.466 -0.673,-0.711 -1.138,-0.548 l -8.763,3.081 1.896,5.391 z"
+ id="path381" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.986,428 -1.599,-4.548 c -0.164,-0.466 -0.673,-0.711 -1.138,-0.548 l -8.763,3.081 1.896,5.391 z"
+ id="path383" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 896.986,428 -1.599,-4.548 c -0.164,-0.466 -0.673,-0.711 -1.138,-0.548 l -8.763,3.081 1.896,5.391 z"
+ id="path385" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.986,428 -1.599,-4.548 c -0.164,-0.466 -0.673,-0.711 -1.138,-0.548 l -8.763,3.081 1.896,5.391 z"
+ id="path387" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="896.31201"
+ y="428.952"
+ transform="matrix(0.332,0.9433,-0.9433,0.332,1005.5748,-560.4146)"
+ width="4.2859998"
+ height="1.6059999"
+ id="rect389" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="896.31201"
+ y="428.952"
+ transform="matrix(0.332,0.9433,-0.9433,0.332,1005.5748,-560.4146)"
+ width="4.2859998"
+ height="1.6059999"
+ id="rect391" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="896.31201"
+ y="428.952"
+ transform="matrix(0.332,0.9433,-0.9433,0.332,1005.5748,-560.4146)"
+ width="4.2859998"
+ height="1.6059999"
+ id="rect393" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="896.31201"
+ y="428.952"
+ transform="matrix(0.332,0.9433,-0.9433,0.332,1005.5748,-560.4146)"
+ width="4.2859998"
+ height="1.6059999"
+ id="rect395" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="896.31201"
+ y="428.952"
+ transform="matrix(0.332,0.9433,-0.9433,0.332,1005.5748,-560.4146)"
+ width="4.2859998"
+ height="1.6059999"
+ id="rect397" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="900.04797"
+ y="434.35501"
+ transform="matrix(-0.9433,0.3319,-0.3319,-0.9433,1895.5321,549.4395)"
+ width="1.607"
+ height="4.4330001"
+ id="rect399" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="900.04797"
+ y="434.35501"
+ transform="matrix(-0.9433,0.3319,-0.3319,-0.9433,1895.5321,549.4395)"
+ width="1.607"
+ height="4.4330001"
+ id="rect401" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="900.04797"
+ y="434.35501"
+ transform="matrix(-0.9433,0.3319,-0.3319,-0.9433,1895.5321,549.4395)"
+ width="1.607"
+ height="4.4330001"
+ id="rect403" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="900.04797"
+ y="434.35501"
+ transform="matrix(-0.9433,0.3319,-0.3319,-0.9433,1895.5321,549.4395)"
+ width="1.607"
+ height="4.4330001"
+ id="rect405" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="900.04797"
+ y="434.35501"
+ transform="matrix(-0.9433,0.3319,-0.3319,-0.9433,1895.5321,549.4395)"
+ width="1.607"
+ height="4.4330001"
+ id="rect407" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.882,441.774 -3.371,1.186 1.339,3.808 5.729,-2.013 -1.564,-4.449 -1.544,0.543 c 0.038,0.399 -0.195,0.789 -0.589,0.925 z"
+ id="path409" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.882,441.774 -3.371,1.186 1.339,3.808 5.729,-2.013 -1.564,-4.449 -1.544,0.543 c 0.038,0.399 -0.195,0.789 -0.589,0.925 z"
+ id="path411" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.882,441.774 -3.371,1.186 1.339,3.808 5.729,-2.013 -1.564,-4.449 -1.544,0.543 c 0.038,0.399 -0.195,0.789 -0.589,0.925 z"
+ id="path413" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 900.882,441.774 -3.371,1.186 1.339,3.808 5.729,-2.013 -1.564,-4.449 -1.544,0.543 c 0.038,0.399 -0.195,0.789 -0.589,0.925 z"
+ id="path415" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.882,441.774 -3.371,1.186 1.339,3.808 5.729,-2.013 -1.564,-4.449 -1.544,0.543 c 0.038,0.399 -0.195,0.789 -0.589,0.925 z"
+ id="path417" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.62799"
+ y="443.793"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1888.123,569.545)"
+ width="5.7150002"
+ height="4.0359998"
+ id="rect419" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.62799"
+ y="443.793"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1888.123,569.545)"
+ width="5.7150002"
+ height="4.0359998"
+ id="rect421" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.62799"
+ y="443.793"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1888.123,569.545)"
+ width="5.7150002"
+ height="4.0359998"
+ id="rect423" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.62799"
+ y="443.793"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1888.123,569.545)"
+ width="5.7150002"
+ height="4.0359998"
+ id="rect425" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="892.62799"
+ y="443.793"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1888.123,569.545)"
+ width="5.7150002"
+ height="4.0359998"
+ id="rect427" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.62799"
+ y="443.793"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1888.123,569.545)"
+ width="5.7150002"
+ height="4.0359998"
+ id="rect429" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.80701"
+ y="429.56601"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1878.4277,542.8927)"
+ width="10.177"
+ height="4.2859998"
+ id="rect431" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.80701"
+ y="429.56601"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1878.4277,542.8927)"
+ width="10.177"
+ height="4.2859998"
+ id="rect433" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.80701"
+ y="429.56601"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1878.4277,542.8927)"
+ width="10.177"
+ height="4.2859998"
+ id="rect435" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="887.80701"
+ y="429.56601"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1878.4277,542.8927)"
+ width="10.177"
+ height="4.2859998"
+ id="rect437" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.80701"
+ y="429.56601"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1878.4277,542.8927)"
+ width="10.177"
+ height="4.2859998"
+ id="rect439" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.80701"
+ y="429.56601"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1878.4277,542.8927)"
+ width="10.177"
+ height="4.2859998"
+ id="rect441" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 895.01,438.538 c 0.467,-0.164 0.978,0.081 1.14,0.547 l 0.466,1.326 4.213,-1.481 -1.472,-4.184 -9.604,3.376 0.709,2.014 z"
+ id="path443" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 895.01,438.538 c 0.467,-0.164 0.978,0.081 1.14,0.547 l 0.466,1.326 4.213,-1.481 -1.472,-4.184 -9.604,3.376 0.709,2.014 z"
+ id="path445" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 895.01,438.538 c 0.467,-0.164 0.978,0.081 1.14,0.547 l 0.466,1.326 4.213,-1.481 -1.472,-4.184 -9.604,3.376 0.709,2.014 z"
+ id="path447" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 895.01,438.538 c 0.467,-0.164 0.978,0.081 1.14,0.547 l 0.466,1.326 4.213,-1.481 -1.472,-4.184 -9.604,3.376 0.709,2.014 z"
+ id="path449" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 895.01,438.538 c 0.467,-0.164 0.978,0.081 1.14,0.547 l 0.466,1.326 4.213,-1.481 -1.472,-4.184 -9.604,3.376 0.709,2.014 z"
+ id="path451" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 895.01,438.538 c 0.467,-0.164 0.978,0.081 1.14,0.547 l 0.466,1.326 4.213,-1.481 -1.472,-4.184 -9.604,3.376 0.709,2.014 z"
+ id="path453" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.511,442.96 3.371,-1.186 c 0.394,-0.137 0.627,-0.526 0.589,-0.926 l -4.185,1.471 z"
+ id="path455" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.511,442.96 3.371,-1.186 c 0.394,-0.137 0.627,-0.526 0.589,-0.926 l -4.185,1.471 z"
+ id="path457" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.511,442.96 3.371,-1.186 c 0.394,-0.137 0.627,-0.526 0.589,-0.926 l -4.185,1.471 z"
+ id="path459" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 897.511,442.96 3.371,-1.186 c 0.394,-0.137 0.627,-0.526 0.589,-0.926 l -4.185,1.471 z"
+ id="path461" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.511,442.96 3.371,-1.186 c 0.394,-0.137 0.627,-0.526 0.589,-0.926 l -4.185,1.471 z"
+ id="path463" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.511,442.96 3.371,-1.186 c 0.394,-0.137 0.627,-0.526 0.589,-0.926 l -4.185,1.471 z"
+ id="path465" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.15,439.085 c -0.162,-0.466 -0.673,-0.711 -1.14,-0.547 l -4.548,1.598 0.762,2.17 5.392,-1.895 z"
+ id="path467" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.15,439.085 c -0.162,-0.466 -0.673,-0.711 -1.14,-0.547 l -4.548,1.598 0.762,2.17 5.392,-1.895 z"
+ id="path469" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.15,439.085 c -0.162,-0.466 -0.673,-0.711 -1.14,-0.547 l -4.548,1.598 0.762,2.17 5.392,-1.895 z"
+ id="path471" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.15,439.085 c -0.162,-0.466 -0.673,-0.711 -1.14,-0.547 l -4.548,1.598 0.762,2.17 5.392,-1.895 z"
+ id="path473" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 896.15,439.085 c -0.162,-0.466 -0.673,-0.711 -1.14,-0.547 l -4.548,1.598 0.762,2.17 5.392,-1.895 z"
+ id="path475" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.15,439.085 c -0.162,-0.466 -0.673,-0.711 -1.14,-0.547 l -4.548,1.598 0.762,2.17 5.392,-1.895 z"
+ id="path477" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.15,439.085 c -0.162,-0.466 -0.673,-0.711 -1.14,-0.547 l -4.548,1.598 0.762,2.17 5.392,-1.895 z"
+ id="path479" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="894.36401"
+ y="440.73001"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,772.1244,1434.6663)"
+ width="0.67900002"
+ height="5.7140002"
+ id="rect481" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="894.36401"
+ y="440.73001"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,772.1244,1434.6663)"
+ width="0.67900002"
+ height="5.7140002"
+ id="rect483" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="894.36401"
+ y="440.73001"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,772.1244,1434.6663)"
+ width="0.67900002"
+ height="5.7140002"
+ id="rect485" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="894.36401"
+ y="440.73001"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,772.1244,1434.6663)"
+ width="0.67900002"
+ height="5.7140002"
+ id="rect487" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="894.36401"
+ y="440.73001"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,772.1244,1434.6663)"
+ width="0.67900002"
+ height="5.7140002"
+ id="rect489" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="894.36401"
+ y="440.73001"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,772.1244,1434.6663)"
+ width="0.67900002"
+ height="5.7140002"
+ id="rect491" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="894.36401"
+ y="440.73001"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,772.1244,1434.6663)"
+ width="0.67900002"
+ height="5.7140002"
+ id="rect493" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.375,502.475 -21.229,7.461 3.198,9.099 20.386,-7.167 c 0.465,-0.164 0.67,-0.791 0.455,-1.399 l -1.438,-4.09 z"
+ id="path495" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.375,502.475 -21.229,7.461 3.198,9.099 20.386,-7.167 c 0.465,-0.164 0.67,-0.791 0.455,-1.399 l -1.438,-4.09 z"
+ id="path497" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.019,480.441 c -0.088,0.03 -0.188,-0.028 -0.223,-0.131 l -5.83,-16.578 -11.625,4.087 14.805,42.116 21.229,-7.461 -8.91,-25.353 z"
+ id="path499" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.019,480.441 c -0.088,0.03 -0.188,-0.028 -0.223,-0.131 l -5.83,-16.578 -11.625,4.087 14.805,42.116 21.229,-7.461 -8.91,-25.353 z"
+ id="path501" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.019,480.441 c -0.088,0.03 -0.188,-0.028 -0.223,-0.131 l -5.83,-16.578 -11.625,4.087 14.805,42.116 21.229,-7.461 -8.91,-25.353 z"
+ id="path503" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 875.591,462.71 c -0.108,0.036 -0.213,0.023 -0.232,-0.032 l -1.602,-4.556 -0.733,0.26 2.369,6.735 7.413,-2.605 -0.731,-2.082 z"
+ id="path505" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 875.591,462.71 c -0.108,0.036 -0.213,0.023 -0.232,-0.032 l -1.602,-4.556 -0.733,0.26 2.369,6.735 7.413,-2.605 -0.731,-2.082 z"
+ id="path507" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 875.591,462.71 c -0.108,0.036 -0.213,0.023 -0.232,-0.032 l -1.602,-4.556 -0.733,0.26 2.369,6.735 7.413,-2.605 -0.731,-2.082 z"
+ id="path509" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 871.28,453.42 -0.612,-1.744 -2.694,0.948 0.224,0.64 1.853,-0.651 c 0.464,-0.165 1.016,0.197 1.229,0.807 z"
+ id="path511" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 871.28,453.42 -0.612,-1.744 -2.694,0.948 0.224,0.64 1.853,-0.651 c 0.464,-0.165 1.016,0.197 1.229,0.807 z"
+ id="path513" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 871.28,453.42 -0.612,-1.744 -2.694,0.948 0.224,0.64 1.853,-0.651 c 0.464,-0.165 1.016,0.197 1.229,0.807 z"
+ id="path515" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 871.28,453.42 -0.612,-1.744 -2.694,0.948 0.224,0.64 1.853,-0.651 c 0.464,-0.165 1.016,0.197 1.229,0.807 z"
+ id="path517" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="866.48401"
+ y="445.931"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-99.5385,313.4356)"
+ width="2.8570001"
+ height="4.4349999"
+ id="rect519" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="866.48401"
+ y="445.931"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-99.5385,313.4356)"
+ width="2.8570001"
+ height="4.4349999"
+ id="rect521" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="866.48401"
+ y="445.931"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-99.5385,313.4356)"
+ width="2.8570001"
+ height="4.4349999"
+ id="rect523" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="866.48401"
+ y="445.931"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-99.5385,313.4356)"
+ width="2.8570001"
+ height="4.4349999"
+ id="rect525" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.754,458.111 c -0.285,0.062 -0.57,-0.021 -0.776,-0.207 l -0.107,0.038 0.153,0.439 0.733,-0.26 z"
+ id="path527" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.754,458.111 c -0.285,0.062 -0.57,-0.021 -0.776,-0.207 l -0.107,0.038 0.153,0.439 0.733,-0.26 z"
+ id="path529" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 873.754,458.111 c -0.285,0.062 -0.57,-0.021 -0.776,-0.207 l -0.107,0.038 0.153,0.439 0.733,-0.26 z"
+ id="path531" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.754,458.111 c -0.285,0.062 -0.57,-0.021 -0.776,-0.207 l -0.107,0.038 0.153,0.439 0.733,-0.26 z"
+ id="path533" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 853.836,403.794 -1.854,0.652 c -0.465,0.164 -0.668,0.791 -0.453,1.4 l 13.352,37.982 2.695,-0.948 z"
+ id="path535" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 853.836,403.794 -1.854,0.652 c -0.465,0.164 -0.668,0.791 -0.453,1.4 l 13.352,37.982 2.695,-0.948 z"
+ id="path537" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 853.836,403.794 -1.854,0.652 c -0.465,0.164 -0.668,0.791 -0.453,1.4 l 13.352,37.982 2.695,-0.948 z"
+ id="path539" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 853.836,403.794 -1.854,0.652 c -0.465,0.164 -0.668,0.791 -0.453,1.4 l 13.352,37.982 2.695,-0.948 z"
+ id="path541" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="871.401,451.419 870.667,451.676 871.28,453.42 872.231,456.125 872.965,455.866 "
+ id="polygon543" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="871.401,451.419 870.667,451.676 871.28,453.42 872.231,456.125 872.965,455.866 "
+ id="polygon545" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="871.401,451.419 870.667,451.676 871.28,453.42 872.231,456.125 872.965,455.866 "
+ id="polygon547" />
+ <polygon
+ style="opacity:0.5;fill:#d1e4b7"
+ points="871.401,451.419 870.667,451.676 871.28,453.42 872.231,456.125 872.965,455.866 "
+ id="polygon549" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="871.401,451.419 870.667,451.676 871.28,453.42 872.231,456.125 872.965,455.866 "
+ id="polygon551" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 877.41,447.161 -0.467,-1.326 c -0.162,-0.465 0.082,-0.977 0.547,-1.139 l 3.37,-1.185 -0.707,-2.016 -11.627,4.086 1.47,4.185 z"
+ id="path553" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 877.41,447.161 -0.467,-1.326 c -0.162,-0.465 0.082,-0.977 0.547,-1.139 l 3.37,-1.185 -0.707,-2.016 -11.627,4.086 1.47,4.185 z"
+ id="path555" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 877.41,447.161 -0.467,-1.326 c -0.162,-0.465 0.082,-0.977 0.547,-1.139 l 3.37,-1.185 -0.707,-2.016 -11.627,4.086 1.47,4.185 z"
+ id="path557" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 877.41,447.161 -0.467,-1.326 c -0.162,-0.465 0.082,-0.977 0.547,-1.139 l 3.37,-1.185 -0.707,-2.016 -11.627,4.086 1.47,4.185 z"
+ id="path559" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 877.41,447.161 -0.467,-1.326 c -0.162,-0.465 0.082,-0.977 0.547,-1.139 l 3.37,-1.185 -0.707,-2.016 -11.627,4.086 1.47,4.185 z"
+ id="path561" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 872.978,457.904 c 0.206,0.186 0.491,0.269 0.776,0.207 l -0.151,-0.427 z"
+ id="path563" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 872.978,457.904 c 0.206,0.186 0.491,0.269 0.776,0.207 l -0.151,-0.427 z"
+ id="path565" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 872.978,457.904 c 0.206,0.186 0.491,0.269 0.776,0.207 l -0.151,-0.427 z"
+ id="path567" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 872.978,457.904 c 0.206,0.186 0.491,0.269 0.776,0.207 l -0.151,-0.427 z"
+ id="path569" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 872.978,457.904 c 0.206,0.186 0.491,0.269 0.776,0.207 l -0.151,-0.427 z"
+ id="path571" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 879.201,438.794 -3.02,-8.591 c -0.162,-0.466 0.08,-0.976 0.545,-1.139 l 4.55,-1.599 -0.312,-0.887 c -0.061,-0.17 0.055,-0.363 0.255,-0.434 l 3.849,-1.354 -9.615,-27.354 c -0.214,-0.609 -0.766,-0.971 -1.23,-0.809 l -20.386,7.166 13.739,39.087 z"
+ id="path573" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 879.201,438.794 -3.02,-8.591 c -0.162,-0.466 0.08,-0.976 0.545,-1.139 l 4.55,-1.599 -0.312,-0.887 c -0.061,-0.17 0.055,-0.363 0.255,-0.434 l 3.849,-1.354 -9.615,-27.354 c -0.214,-0.609 -0.766,-0.971 -1.23,-0.809 l -20.386,7.166 13.739,39.087 z"
+ id="path575" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 879.201,438.794 -3.02,-8.591 c -0.162,-0.466 0.08,-0.976 0.545,-1.139 l 4.55,-1.599 -0.312,-0.887 c -0.061,-0.17 0.055,-0.363 0.255,-0.434 l 3.849,-1.354 -9.615,-27.354 c -0.214,-0.609 -0.766,-0.971 -1.23,-0.809 l -20.386,7.166 13.739,39.087 z"
+ id="path577" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 879.201,438.794 -3.02,-8.591 c -0.162,-0.466 0.08,-0.976 0.545,-1.139 l 4.55,-1.599 -0.312,-0.887 c -0.061,-0.17 0.055,-0.363 0.255,-0.434 l 3.849,-1.354 -9.615,-27.354 c -0.214,-0.609 -0.766,-0.971 -1.23,-0.809 l -20.386,7.166 13.739,39.087 z"
+ id="path579" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 879.201,438.794 -3.02,-8.591 c -0.162,-0.466 0.08,-0.976 0.545,-1.139 l 4.55,-1.599 -0.312,-0.887 c -0.061,-0.17 0.055,-0.363 0.255,-0.434 l 3.849,-1.354 -9.615,-27.354 c -0.214,-0.609 -0.766,-0.971 -1.23,-0.809 l -20.386,7.166 13.739,39.087 z"
+ id="path581" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.31403"
+ y="459.62799"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.713,319.2587)"
+ width="4.4629998"
+ height="2.207"
+ id="rect583" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.31403"
+ y="459.62799"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.713,319.2587)"
+ width="4.4629998"
+ height="2.207"
+ id="rect585" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.31403"
+ y="459.62799"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.713,319.2587)"
+ width="4.4629998"
+ height="2.207"
+ id="rect587" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.31403"
+ y="459.62799"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.713,319.2587)"
+ width="4.4629998"
+ height="2.207"
+ id="rect589" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.86,443.512 -3.37,1.185 c -0.465,0.162 -0.709,0.674 -0.547,1.139 l 0.467,1.326 4.213,-1.48 z"
+ id="path591" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.86,443.512 -3.37,1.185 c -0.465,0.162 -0.709,0.674 -0.547,1.139 l 0.467,1.326 4.213,-1.48 z"
+ id="path593" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.86,443.512 -3.37,1.185 c -0.465,0.162 -0.709,0.674 -0.547,1.139 l 0.467,1.326 4.213,-1.48 z"
+ id="path595" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 880.86,443.512 -3.37,1.185 c -0.465,0.162 -0.709,0.674 -0.547,1.139 l 0.467,1.326 4.213,-1.48 z"
+ id="path597" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.86,443.512 -3.37,1.185 c -0.465,0.162 -0.709,0.674 -0.547,1.139 l 0.467,1.326 4.213,-1.48 z"
+ id="path599" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.86,443.512 -3.37,1.185 c -0.465,0.162 -0.709,0.674 -0.547,1.139 l 0.467,1.326 4.213,-1.48 z"
+ id="path601" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 888.451,510.883 2.811,7.994 c 0.214,0.609 0.764,0.973 1.229,0.808 l 1.854,-0.65 -3.198,-9.099 z"
+ id="path603" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 888.451,510.883 2.811,7.994 c 0.214,0.609 0.764,0.973 1.229,0.808 l 1.854,-0.65 -3.198,-9.099 z"
+ id="path605" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 888.451,510.883 2.811,7.994 c 0.214,0.609 0.764,0.973 1.229,0.808 l 1.854,-0.65 -3.198,-9.099 z"
+ id="path607" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.96698"
+ y="467.03"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-112.3917,320.5772)"
+ width="2.8570001"
+ height="44.641998"
+ id="rect609" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.96698"
+ y="467.03"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-112.3917,320.5772)"
+ width="2.8570001"
+ height="44.641998"
+ id="rect611" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.96698"
+ y="467.03"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-112.3917,320.5772)"
+ width="2.8570001"
+ height="44.641998"
+ id="rect613" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.96698"
+ y="467.03"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-112.3917,320.5772)"
+ width="2.8570001"
+ height="44.641998"
+ id="rect615" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="871.43298"
+ y="458.65302"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-103.8983,315.671)"
+ width="2.8559999"
+ height="7.1389999"
+ id="rect617" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="871.43298"
+ y="458.65302"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-103.8983,315.671)"
+ width="2.8559999"
+ height="7.1389999"
+ id="rect619" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="871.43298"
+ y="458.65302"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-103.8983,315.671)"
+ width="2.8559999"
+ height="7.1389999"
+ id="rect621" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="871.43298"
+ y="458.65302"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-103.8983,315.671)"
+ width="2.8559999"
+ height="7.1389999"
+ id="rect623" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="870.172"
+ y="458.40302"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.7637,314.9393)"
+ width="2.8570001"
+ height="0.46599999"
+ id="rect625" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="870.172"
+ y="458.40302"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.7637,314.9393)"
+ width="2.8570001"
+ height="0.46599999"
+ id="rect627" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="870.172"
+ y="458.40302"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.7637,314.9393)"
+ width="2.8570001"
+ height="0.46599999"
+ id="rect629" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="870.172"
+ y="458.40302"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.7637,314.9393)"
+ width="2.8570001"
+ height="0.46599999"
+ id="rect631" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="870.172"
+ y="458.40302"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.7637,314.9393)"
+ width="2.8570001"
+ height="0.46599999"
+ id="rect633" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 871.28,453.42 c -0.213,-0.61 -0.765,-0.972 -1.23,-0.808 l -1.853,0.651 1.339,3.808 2.695,-0.946 z"
+ id="path635" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 871.28,453.42 c -0.213,-0.61 -0.765,-0.972 -1.23,-0.808 l -1.853,0.651 1.339,3.808 2.695,-0.946 z"
+ id="path637" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 871.28,453.42 c -0.213,-0.61 -0.765,-0.972 -1.23,-0.808 l -1.853,0.651 1.339,3.808 2.695,-0.946 z"
+ id="path639" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 871.28,453.42 c -0.213,-0.61 -0.765,-0.972 -1.23,-0.808 l -1.853,0.651 1.339,3.808 2.695,-0.946 z"
+ id="path641" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 871.28,453.42 c -0.213,-0.61 -0.765,-0.972 -1.23,-0.808 l -1.853,0.651 1.339,3.808 2.695,-0.946 z"
+ id="path643" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.964,426.579 0.312,0.887 4.211,-1.48 -0.419,-1.194 -3.849,1.354 c -0.2,0.07 -0.315,0.263 -0.255,0.433 z"
+ id="path645" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.964,426.579 0.312,0.887 4.211,-1.48 -0.419,-1.194 -3.849,1.354 c -0.2,0.07 -0.315,0.263 -0.255,0.433 z"
+ id="path647" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.964,426.579 0.312,0.887 4.211,-1.48 -0.419,-1.194 -3.849,1.354 c -0.2,0.07 -0.315,0.263 -0.255,0.433 z"
+ id="path649" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 880.964,426.579 0.312,0.887 4.211,-1.48 -0.419,-1.194 -3.849,1.354 c -0.2,0.07 -0.315,0.263 -0.255,0.433 z"
+ id="path651" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 880.964,426.579 0.312,0.887 4.211,-1.48 -0.419,-1.194 -3.849,1.354 c -0.2,0.07 -0.315,0.263 -0.255,0.433 z"
+ id="path653" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.964,426.579 0.312,0.887 4.211,-1.48 -0.419,-1.194 -3.849,1.354 c -0.2,0.07 -0.315,0.263 -0.255,0.433 z"
+ id="path655" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="890.042,452.399 890.67,454.19 894.882,452.709 894.252,450.919 893.412,451.216 "
+ id="polygon657" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="890.042,452.399 890.67,454.19 894.882,452.709 894.252,450.919 893.412,451.216 "
+ id="polygon659" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="890.042,452.399 890.67,454.19 894.882,452.709 894.252,450.919 893.412,451.216 "
+ id="polygon661" />
+ <polygon
+ style="opacity:0.2;fill:#fff6a3"
+ points="890.042,452.399 890.67,454.19 894.882,452.709 894.252,450.919 893.412,451.216 "
+ id="polygon663" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="890.042,452.399 890.67,454.19 894.882,452.709 894.252,450.919 893.412,451.216 "
+ id="polygon665" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 c -0.053,0.31 -0.264,0.585 -0.58,0.698 l 0.841,-0.297 -0.152,-0.439 z"
+ id="path667" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 c -0.053,0.31 -0.264,0.585 -0.58,0.698 l 0.841,-0.297 -0.152,-0.439 z"
+ id="path669" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 c -0.053,0.31 -0.264,0.585 -0.58,0.698 l 0.841,-0.297 -0.152,-0.439 z"
+ id="path671" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 c -0.053,0.31 -0.264,0.585 -0.58,0.698 l 0.841,-0.297 -0.152,-0.439 z"
+ id="path673" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 c -0.053,0.31 -0.264,0.585 -0.58,0.698 l 0.841,-0.297 -0.152,-0.439 z"
+ id="path675" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 c -0.053,0.31 -0.264,0.585 -0.58,0.698 l 0.841,-0.297 -0.152,-0.439 z"
+ id="path677" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="888.47699"
+ y="445.62799"
+ transform="matrix(0.9436,-0.3311,0.3311,0.9436,-98.0035,320.0338)"
+ width="3.572"
+ height="4.0380001"
+ id="rect679" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="888.47699"
+ y="445.62799"
+ transform="matrix(0.9436,-0.3311,0.3311,0.9436,-98.0035,320.0338)"
+ width="3.572"
+ height="4.0380001"
+ id="rect681" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="888.47699"
+ y="445.62799"
+ transform="matrix(0.9436,-0.3311,0.3311,0.9436,-98.0035,320.0338)"
+ width="3.572"
+ height="4.0380001"
+ id="rect683" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="888.47699"
+ y="445.62799"
+ transform="matrix(0.9436,-0.3311,0.3311,0.9436,-98.0035,320.0338)"
+ width="3.572"
+ height="4.0380001"
+ id="rect685" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="888.47699"
+ y="445.62799"
+ transform="matrix(0.9436,-0.3311,0.3311,0.9436,-98.0035,320.0338)"
+ width="3.572"
+ height="4.0380001"
+ id="rect687" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="888.47699"
+ y="445.62799"
+ transform="matrix(0.9436,-0.3311,0.3311,0.9436,-98.0035,320.0338)"
+ width="3.572"
+ height="4.0380001"
+ id="rect689" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="888.47699"
+ y="445.62799"
+ transform="matrix(0.9436,-0.3311,0.3311,0.9436,-98.0035,320.0338)"
+ width="3.572"
+ height="4.0380001"
+ id="rect691" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 -4.104,1.443 0.154,0.438 3.37,-1.184 c 0.316,-0.112 0.527,-0.388 0.58,-0.697 z"
+ id="path693" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 -4.104,1.443 0.154,0.438 3.37,-1.184 c 0.316,-0.112 0.527,-0.388 0.58,-0.697 z"
+ id="path695" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 -4.104,1.443 0.154,0.438 3.37,-1.184 c 0.316,-0.112 0.527,-0.388 0.58,-0.697 z"
+ id="path697" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 -4.104,1.443 0.154,0.438 3.37,-1.184 c 0.316,-0.112 0.527,-0.388 0.58,-0.697 z"
+ id="path699" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 -4.104,1.443 0.154,0.438 3.37,-1.184 c 0.316,-0.112 0.527,-0.388 0.58,-0.697 z"
+ id="path701" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 -4.104,1.443 0.154,0.438 3.37,-1.184 c 0.316,-0.112 0.527,-0.388 0.58,-0.697 z"
+ id="path703" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 -4.104,1.443 0.154,0.438 3.37,-1.184 c 0.316,-0.112 0.527,-0.388 0.58,-0.697 z"
+ id="path705" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 895.323,466.269 c -0.198,0.07 -0.41,-0.01 -0.47,-0.178 l -1.495,-4.254 -5.392,1.896 5.83,16.578 c 0.035,0.103 0.135,0.161 0.223,0.131 l 9.445,-3.319 -4.29,-12.207 z"
+ id="path707" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 895.323,466.269 c -0.198,0.07 -0.41,-0.01 -0.47,-0.178 l -1.495,-4.254 -5.392,1.896 5.83,16.578 c 0.035,0.103 0.135,0.161 0.223,0.131 l 9.445,-3.319 -4.29,-12.207 z"
+ id="path709" />
+ <path
+ style="opacity:0.4;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 895.323,466.269 c -0.198,0.07 -0.41,-0.01 -0.47,-0.178 l -1.495,-4.254 -5.392,1.896 5.83,16.578 c 0.035,0.103 0.135,0.161 0.223,0.131 l 9.445,-3.319 -4.29,-12.207 z"
+ id="path711" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 895.323,466.269 c -0.198,0.07 -0.41,-0.01 -0.47,-0.178 l -1.495,-4.254 -5.392,1.896 5.83,16.578 c 0.035,0.103 0.135,0.161 0.223,0.131 l 9.445,-3.319 -4.29,-12.207 z"
+ id="path713" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 891.48,457.124 -5.194,1.826 0.732,2.08 5.392,-1.895 -0.768,-2.182 c 0.02,0.058 -0.052,0.133 -0.162,0.171 z"
+ id="path715" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 891.48,457.124 -5.194,1.826 0.732,2.08 5.392,-1.895 -0.768,-2.182 c 0.02,0.058 -0.052,0.133 -0.162,0.171 z"
+ id="path717" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 891.48,457.124 -5.194,1.826 0.732,2.08 5.392,-1.895 -0.768,-2.182 c 0.02,0.058 -0.052,0.133 -0.162,0.171 z"
+ id="path719" />
+ <path
+ style="opacity:0.4;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 891.48,457.124 -5.194,1.826 0.732,2.08 5.392,-1.895 -0.768,-2.182 c 0.02,0.058 -0.052,0.133 -0.162,0.171 z"
+ id="path721" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 891.48,457.124 -5.194,1.826 0.732,2.08 5.392,-1.895 -0.768,-2.182 c 0.02,0.058 -0.052,0.133 -0.162,0.171 z"
+ id="path723" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.358,461.837 1.495,4.254 c 0.06,0.168 0.271,0.248 0.47,0.178 l 3.852,-1.354 -0.372,-1.052 -1.231,-3.507 z"
+ id="path725" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.358,461.837 1.495,4.254 c 0.06,0.168 0.271,0.248 0.47,0.178 l 3.852,-1.354 -0.372,-1.052 -1.231,-3.507 z"
+ id="path727" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 893.358,461.837 1.495,4.254 c 0.06,0.168 0.271,0.248 0.47,0.178 l 3.852,-1.354 -0.372,-1.052 -1.231,-3.507 z"
+ id="path729" />
+ <path
+ style="opacity:0.4;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 893.358,461.837 1.495,4.254 c 0.06,0.168 0.271,0.248 0.47,0.178 l 3.852,-1.354 -0.372,-1.052 -1.231,-3.507 z"
+ id="path731" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.358,461.837 1.495,4.254 c 0.06,0.168 0.271,0.248 0.47,0.178 l 3.852,-1.354 -0.372,-1.052 -1.231,-3.507 z"
+ id="path733" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="894.882,452.709 890.67,454.19 891.642,456.954 892.41,459.136 896.623,457.654 "
+ id="polygon735" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="894.882,452.709 890.67,454.19 891.642,456.954 892.41,459.136 896.623,457.654 "
+ id="polygon737" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="894.882,452.709 890.67,454.19 891.642,456.954 892.41,459.136 896.623,457.654 "
+ id="polygon739" />
+ <polygon
+ style="opacity:0.2;fill:#fff6a3"
+ points="894.882,452.709 890.67,454.19 891.642,456.954 892.41,459.136 896.623,457.654 "
+ id="polygon741" />
+ <polygon
+ style="opacity:0.4;fill:#fff6a3"
+ points="894.882,452.709 890.67,454.19 891.642,456.954 892.41,459.136 896.623,457.654 "
+ id="polygon743" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="894.882,452.709 890.67,454.19 891.642,456.954 892.41,459.136 896.623,457.654 "
+ id="polygon745" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.34497"
+ y="440.48901"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-96.4515,317.8753)"
+ width="5.7129998"
+ height="2.1359999"
+ id="rect747" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.34497"
+ y="440.48901"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-96.4515,317.8753)"
+ width="5.7129998"
+ height="2.1359999"
+ id="rect749" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.34497"
+ y="440.48901"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-96.4515,317.8753)"
+ width="5.7129998"
+ height="2.1359999"
+ id="rect751" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="880.34497"
+ y="440.48901"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-96.4515,317.8753)"
+ width="5.7129998"
+ height="2.1359999"
+ id="rect753" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.34497"
+ y="440.48901"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-96.4515,317.8753)"
+ width="5.7129998"
+ height="2.1359999"
+ id="rect755" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.34497"
+ y="440.48901"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-96.4515,317.8753)"
+ width="5.7129998"
+ height="2.1359999"
+ id="rect757" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 881.276,427.466 -4.55,1.599 c -0.465,0.163 -0.707,0.673 -0.545,1.139 l 3.02,8.591 5.392,-1.895 z"
+ id="path759" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 881.276,427.466 -4.55,1.599 c -0.465,0.163 -0.707,0.673 -0.545,1.139 l 3.02,8.591 5.392,-1.895 z"
+ id="path761" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 881.276,427.466 -4.55,1.599 c -0.465,0.163 -0.707,0.673 -0.545,1.139 l 3.02,8.591 5.392,-1.895 z"
+ id="path763" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 881.276,427.466 -4.55,1.599 c -0.465,0.163 -0.707,0.673 -0.545,1.139 l 3.02,8.591 5.392,-1.895 z"
+ id="path765" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 881.276,427.466 -4.55,1.599 c -0.465,0.163 -0.707,0.673 -0.545,1.139 l 3.02,8.591 5.392,-1.895 z"
+ id="path767" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 881.276,427.466 -4.55,1.599 c -0.465,0.163 -0.707,0.673 -0.545,1.139 l 3.02,8.591 5.392,-1.895 z"
+ id="path769" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.78699"
+ y="440.79099"
+ transform="matrix(0.3322,0.9432,-0.9432,0.3322,1008.7016,-537.4744)"
+ width="2.299"
+ height="5.7129998"
+ id="rect771" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.78699"
+ y="440.79099"
+ transform="matrix(0.3322,0.9432,-0.9432,0.3322,1008.7016,-537.4744)"
+ width="2.299"
+ height="5.7129998"
+ id="rect773" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.78699"
+ y="440.79099"
+ transform="matrix(0.3322,0.9432,-0.9432,0.3322,1008.7016,-537.4744)"
+ width="2.299"
+ height="5.7129998"
+ id="rect775" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="882.78699"
+ y="440.79099"
+ transform="matrix(0.3322,0.9432,-0.9432,0.3322,1008.7016,-537.4744)"
+ width="2.299"
+ height="5.7129998"
+ id="rect777" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.78699"
+ y="440.79099"
+ transform="matrix(0.3322,0.9432,-0.9432,0.3322,1008.7016,-537.4744)"
+ width="2.299"
+ height="5.7129998"
+ id="rect779" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.78699"
+ y="440.79099"
+ transform="matrix(0.3322,0.9432,-0.9432,0.3322,1008.7016,-537.4744)"
+ width="2.299"
+ height="5.7129998"
+ id="rect781" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.78699"
+ y="440.79099"
+ transform="matrix(0.3322,0.9432,-0.9432,0.3322,1008.7016,-537.4744)"
+ width="2.299"
+ height="5.7129998"
+ id="rect783" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.962,435.715 -1.125,-3.2 c -0.166,-0.465 0.08,-0.975 0.545,-1.139 l -1.896,-5.391 -4.211,1.48 3.316,9.434 z"
+ id="path785" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.962,435.715 -1.125,-3.2 c -0.166,-0.465 0.08,-0.975 0.545,-1.139 l -1.896,-5.391 -4.211,1.48 3.316,9.434 z"
+ id="path787" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.962,435.715 -1.125,-3.2 c -0.166,-0.465 0.08,-0.975 0.545,-1.139 l -1.896,-5.391 -4.211,1.48 3.316,9.434 z"
+ id="path789" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 887.962,435.715 -1.125,-3.2 c -0.166,-0.465 0.08,-0.975 0.545,-1.139 l -1.896,-5.391 -4.211,1.48 3.316,9.434 z"
+ id="path791" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 887.962,435.715 -1.125,-3.2 c -0.166,-0.465 0.08,-0.975 0.545,-1.139 l -1.896,-5.391 -4.211,1.48 3.316,9.434 z"
+ id="path793" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.962,435.715 -1.125,-3.2 c -0.166,-0.465 0.08,-0.975 0.545,-1.139 l -1.896,-5.391 -4.211,1.48 3.316,9.434 z"
+ id="path795" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.962,435.715 -1.125,-3.2 c -0.166,-0.465 0.08,-0.975 0.545,-1.139 l -1.896,-5.391 -4.211,1.48 3.316,9.434 z"
+ id="path797" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.51398"
+ y="438.23199"
+ transform="matrix(0.3327,0.943,-0.943,0.3327,1007.2826,-543.3893)"
+ width="2.1340001"
+ height="3.5699999"
+ id="rect799" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.51398"
+ y="438.23199"
+ transform="matrix(0.3327,0.943,-0.943,0.3327,1007.2826,-543.3893)"
+ width="2.1340001"
+ height="3.5699999"
+ id="rect801" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.51398"
+ y="438.23199"
+ transform="matrix(0.3327,0.943,-0.943,0.3327,1007.2826,-543.3893)"
+ width="2.1340001"
+ height="3.5699999"
+ id="rect803" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="886.51398"
+ y="438.23199"
+ transform="matrix(0.3327,0.943,-0.943,0.3327,1007.2826,-543.3893)"
+ width="2.1340001"
+ height="3.5699999"
+ id="rect805" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="886.51398"
+ y="438.23199"
+ transform="matrix(0.3327,0.943,-0.943,0.3327,1007.2826,-543.3893)"
+ width="2.1340001"
+ height="3.5699999"
+ id="rect807" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.51398"
+ y="438.23199"
+ transform="matrix(0.3327,0.943,-0.943,0.3327,1007.2826,-543.3893)"
+ width="2.1340001"
+ height="3.5699999"
+ id="rect809" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.51398"
+ y="438.23199"
+ transform="matrix(0.3327,0.943,-0.943,0.3327,1007.2826,-543.3893)"
+ width="2.1340001"
+ height="3.5699999"
+ id="rect811" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.14203"
+ y="443.63599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1015.5203,-541.3357)"
+ width="0.67900002"
+ height="3.573"
+ id="rect813" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.14203"
+ y="443.63599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1015.5203,-541.3357)"
+ width="0.67900002"
+ height="3.573"
+ id="rect815" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.14203"
+ y="443.63599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1015.5203,-541.3357)"
+ width="0.67900002"
+ height="3.573"
+ id="rect817" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="889.14203"
+ y="443.63599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1015.5203,-541.3357)"
+ width="0.67900002"
+ height="3.573"
+ id="rect819" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.14203"
+ y="443.63599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1015.5203,-541.3357)"
+ width="0.67900002"
+ height="3.573"
+ id="rect821" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="889.14203"
+ y="443.63599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1015.5203,-541.3357)"
+ width="0.67900002"
+ height="3.573"
+ id="rect823" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.14203"
+ y="443.63599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1015.5203,-541.3357)"
+ width="0.67900002"
+ height="3.573"
+ id="rect825" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.14203"
+ y="443.63599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1015.5203,-541.3357)"
+ width="0.67900002"
+ height="3.573"
+ id="rect827" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.53003"
+ y="440.95901"
+ transform="matrix(0.9434,-0.3315,0.3315,0.9434,-96.3315,319.4956)"
+ width="3.573"
+ height="2.299"
+ id="rect829" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.53003"
+ y="440.95901"
+ transform="matrix(0.9434,-0.3315,0.3315,0.9434,-96.3315,319.4956)"
+ width="3.573"
+ height="2.299"
+ id="rect831" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.53003"
+ y="440.95901"
+ transform="matrix(0.9434,-0.3315,0.3315,0.9434,-96.3315,319.4956)"
+ width="3.573"
+ height="2.299"
+ id="rect833" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="886.53003"
+ y="440.95901"
+ transform="matrix(0.9434,-0.3315,0.3315,0.9434,-96.3315,319.4956)"
+ width="3.573"
+ height="2.299"
+ id="rect835" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.53003"
+ y="440.95901"
+ transform="matrix(0.9434,-0.3315,0.3315,0.9434,-96.3315,319.4956)"
+ width="3.573"
+ height="2.299"
+ id="rect837" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="886.53003"
+ y="440.95901"
+ transform="matrix(0.9434,-0.3315,0.3315,0.9434,-96.3315,319.4956)"
+ width="3.573"
+ height="2.299"
+ id="rect839" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.53003"
+ y="440.95901"
+ transform="matrix(0.9434,-0.3315,0.3315,0.9434,-96.3315,319.4956)"
+ width="3.573"
+ height="2.299"
+ id="rect841" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.53003"
+ y="440.95901"
+ transform="matrix(0.9434,-0.3315,0.3315,0.9434,-96.3315,319.4956)"
+ width="3.573"
+ height="2.299"
+ id="rect843" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.92297"
+ y="444.88901"
+ transform="matrix(-0.9429,0.3329,-0.3329,-0.9429,1882.6193,571.2168)"
+ width="0.89200002"
+ height="4.0359998"
+ id="rect845" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.92297"
+ y="444.88901"
+ transform="matrix(-0.9429,0.3329,-0.3329,-0.9429,1882.6193,571.2168)"
+ width="0.89200002"
+ height="4.0359998"
+ id="rect847" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.92297"
+ y="444.88901"
+ transform="matrix(-0.9429,0.3329,-0.3329,-0.9429,1882.6193,571.2168)"
+ width="0.89200002"
+ height="4.0359998"
+ id="rect849" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="891.92297"
+ y="444.88901"
+ transform="matrix(-0.9429,0.3329,-0.3329,-0.9429,1882.6193,571.2168)"
+ width="0.89200002"
+ height="4.0359998"
+ id="rect851" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.92297"
+ y="444.88901"
+ transform="matrix(-0.9429,0.3329,-0.3329,-0.9429,1882.6193,571.2168)"
+ width="0.89200002"
+ height="4.0359998"
+ id="rect853" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="891.92297"
+ y="444.88901"
+ transform="matrix(-0.9429,0.3329,-0.3329,-0.9429,1882.6193,571.2168)"
+ width="0.89200002"
+ height="4.0359998"
+ id="rect855" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.92297"
+ y="444.88901"
+ transform="matrix(-0.9429,0.3329,-0.3329,-0.9429,1882.6193,571.2168)"
+ width="0.89200002"
+ height="4.0359998"
+ id="rect857" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.92297"
+ y="444.88901"
+ transform="matrix(-0.9429,0.3329,-0.3329,-0.9429,1882.6193,571.2168)"
+ width="0.89200002"
+ height="4.0359998"
+ id="rect859" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.23999"
+ y="438.20999"
+ transform="matrix(0.9432,-0.3322,0.3322,0.9432,-95.4077,320.5515)"
+ width="0.89399999"
+ height="2.1340001"
+ id="rect861" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.23999"
+ y="438.20999"
+ transform="matrix(0.9432,-0.3322,0.3322,0.9432,-95.4077,320.5515)"
+ width="0.89399999"
+ height="2.1340001"
+ id="rect863" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.23999"
+ y="438.20999"
+ transform="matrix(0.9432,-0.3322,0.3322,0.9432,-95.4077,320.5515)"
+ width="0.89399999"
+ height="2.1340001"
+ id="rect865" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="889.23999"
+ y="438.20999"
+ transform="matrix(0.9432,-0.3322,0.3322,0.9432,-95.4077,320.5515)"
+ width="0.89399999"
+ height="2.1340001"
+ id="rect867" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="889.23999"
+ y="438.20999"
+ transform="matrix(0.9432,-0.3322,0.3322,0.9432,-95.4077,320.5515)"
+ width="0.89399999"
+ height="2.1340001"
+ id="rect869" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.23999"
+ y="438.20999"
+ transform="matrix(0.9432,-0.3322,0.3322,0.9432,-95.4077,320.5515)"
+ width="0.89399999"
+ height="2.1340001"
+ id="rect871" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.23999"
+ y="438.20999"
+ transform="matrix(0.9432,-0.3322,0.3322,0.9432,-95.4077,320.5515)"
+ width="0.89399999"
+ height="2.1340001"
+ id="rect873" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.23999"
+ y="438.20999"
+ transform="matrix(0.9432,-0.3322,0.3322,0.9432,-95.4077,320.5515)"
+ width="0.89399999"
+ height="2.1340001"
+ id="rect875" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.382,431.376 c -0.465,0.164 -0.711,0.674 -0.545,1.139 l 1.125,3.2 0.843,-0.296 z"
+ id="path877" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.382,431.376 c -0.465,0.164 -0.711,0.674 -0.545,1.139 l 1.125,3.2 0.843,-0.296 z"
+ id="path879" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.382,431.376 c -0.465,0.164 -0.711,0.674 -0.545,1.139 l 1.125,3.2 0.843,-0.296 z"
+ id="path881" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 887.382,431.376 c -0.465,0.164 -0.711,0.674 -0.545,1.139 l 1.125,3.2 0.843,-0.296 z"
+ id="path883" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 887.382,431.376 c -0.465,0.164 -0.711,0.674 -0.545,1.139 l 1.125,3.2 0.843,-0.296 z"
+ id="path885" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.382,431.376 c -0.465,0.164 -0.711,0.674 -0.545,1.139 l 1.125,3.2 0.843,-0.296 z"
+ id="path887" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.382,431.376 c -0.465,0.164 -0.711,0.674 -0.545,1.139 l 1.125,3.2 0.843,-0.296 z"
+ id="path889" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.382,431.376 c -0.465,0.164 -0.711,0.674 -0.545,1.139 l 1.125,3.2 0.843,-0.296 z"
+ id="path891" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.27301"
+ y="440.923"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ width="2.3"
+ height="0.89200002"
+ id="rect893" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.27301"
+ y="440.923"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ width="2.3"
+ height="0.89200002"
+ id="rect895" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.27301"
+ y="440.923"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ width="2.3"
+ height="0.89200002"
+ id="rect897" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="889.27301"
+ y="440.923"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ width="2.3"
+ height="0.89200002"
+ id="rect899" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.27301"
+ y="440.923"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ width="2.3"
+ height="0.89200002"
+ id="rect901" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="889.27301"
+ y="440.923"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ width="2.3"
+ height="0.89200002"
+ id="rect903" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.27301"
+ y="440.923"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ width="2.3"
+ height="0.89200002"
+ id="rect905" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.27301"
+ y="440.923"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ width="2.3"
+ height="0.89200002"
+ id="rect907" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.27301"
+ y="440.923"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ width="2.3"
+ height="0.89200002"
+ id="rect909" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.24799"
+ y="444.23599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ width="0.67900002"
+ height="0.89200002"
+ id="rect911" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.24799"
+ y="444.23599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ width="0.67900002"
+ height="0.89200002"
+ id="rect913" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.24799"
+ y="444.23599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ width="0.67900002"
+ height="0.89200002"
+ id="rect915" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="891.24799"
+ y="444.23599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ width="0.67900002"
+ height="0.89200002"
+ id="rect917" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.24799"
+ y="444.23599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ width="0.67900002"
+ height="0.89200002"
+ id="rect919" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="891.24799"
+ y="444.23599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ width="0.67900002"
+ height="0.89200002"
+ id="rect921" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.24799"
+ y="444.23599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ width="0.67900002"
+ height="0.89200002"
+ id="rect923" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.24799"
+ y="444.23599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ width="0.67900002"
+ height="0.89200002"
+ id="rect925" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.24799"
+ y="444.23599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ width="0.67900002"
+ height="0.89200002"
+ id="rect927" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="904.84003"
+ y="414.806"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1007.5962,-589.655)"
+ width="30.157"
+ height="2.859"
+ id="rect929" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="904.84003"
+ y="414.806"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1007.5962,-589.655)"
+ width="30.157"
+ height="2.859"
+ id="rect931" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="904.84003"
+ y="414.806"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1007.5962,-589.655)"
+ width="30.157"
+ height="2.859"
+ id="rect933" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="924.94397"
+ y="432.23801"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1944.4392,537.4492)"
+ width="2.8570001"
+ height="4.7140002"
+ id="rect935" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="924.94397"
+ y="432.23801"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1944.4392,537.4492)"
+ width="2.8570001"
+ height="4.7140002"
+ id="rect937" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="924.94397"
+ y="432.23801"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1944.4392,537.4492)"
+ width="2.8570001"
+ height="4.7140002"
+ id="rect939" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 886.547,386.995 -0.66,-1.881 c -0.698,0.162 -1.395,0.336 -2.089,0.52 l 0.728,2.073 z"
+ id="path941" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 886.547,386.995 -0.66,-1.881 c -0.698,0.162 -1.395,0.336 -2.089,0.52 l 0.728,2.073 z"
+ id="path943" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 886.547,386.995 -0.66,-1.881 c -0.698,0.162 -1.395,0.336 -2.089,0.52 l 0.728,2.073 z"
+ id="path945" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="918.14001"
+ y="433.88599"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1935.8896,542.0336)"
+ width="7.086"
+ height="4.7140002"
+ id="rect947" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="918.14001"
+ y="433.88599"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1935.8896,542.0336)"
+ width="7.086"
+ height="4.7140002"
+ id="rect949" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="918.14001"
+ y="433.88599"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1935.8896,542.0336)"
+ width="7.086"
+ height="4.7140002"
+ id="rect951" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="918.14001"
+ y="433.88599"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1935.8896,542.0336)"
+ width="7.086"
+ height="4.7140002"
+ id="rect953" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 910.839,416.077 6.048,17.207 6.686,-2.35 -10.002,-28.451 -18.362,6.455 c -0.468,0.164 -0.977,-0.08 -1.139,-0.547 l -7.522,-21.396 -2.021,0.712 11.661,33.175 14.183,-4.984 c 0.199,-0.07 0.408,0.009 0.468,0.179 z"
+ id="path955" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 910.839,416.077 6.048,17.207 6.686,-2.35 -10.002,-28.451 -18.362,6.455 c -0.468,0.164 -0.977,-0.08 -1.139,-0.547 l -7.522,-21.396 -2.021,0.712 11.661,33.175 14.183,-4.984 c 0.199,-0.07 0.408,0.009 0.468,0.179 z"
+ id="path957" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 910.839,416.077 6.048,17.207 6.686,-2.35 -10.002,-28.451 -18.362,6.455 c -0.468,0.164 -0.977,-0.08 -1.139,-0.547 l -7.522,-21.396 -2.021,0.712 11.661,33.175 14.183,-4.984 c 0.199,-0.07 0.408,0.009 0.468,0.179 z"
+ id="path959" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 910.839,416.077 6.048,17.207 6.686,-2.35 -10.002,-28.451 -18.362,6.455 c -0.468,0.164 -0.977,-0.08 -1.139,-0.547 l -7.522,-21.396 -2.021,0.712 11.661,33.175 14.183,-4.984 c 0.199,-0.07 0.408,0.009 0.468,0.179 z"
+ id="path961" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 928.967,446.285 2.563,-0.899 c 0.023,-0.204 0,-0.424 -0.077,-0.644 l -2.157,-6.142 -2.695,0.947 z"
+ id="path963" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 928.967,446.285 2.563,-0.899 c 0.023,-0.204 0,-0.424 -0.077,-0.644 l -2.157,-6.142 -2.695,0.947 z"
+ id="path965" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 928.967,446.285 2.563,-0.899 c 0.023,-0.204 0,-0.424 -0.077,-0.644 l -2.157,-6.142 -2.695,0.947 z"
+ id="path967" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="920.89899"
+ y="440.521"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1943.8555,556.3701)"
+ width="7.086"
+ height="7.1409998"
+ id="rect969" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="920.89899"
+ y="440.521"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1943.8555,556.3701)"
+ width="7.086"
+ height="7.1409998"
+ id="rect971" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="920.89899"
+ y="440.521"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1943.8555,556.3701)"
+ width="7.086"
+ height="7.1409998"
+ id="rect973" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="920.89899"
+ y="440.521"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1943.8555,556.3701)"
+ width="7.086"
+ height="7.1409998"
+ id="rect975" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="927.64001"
+ y="437.427"
+ transform="matrix(-0.3326,-0.9431,0.9431,-0.3326,822.611,1459.8647)"
+ width="0.46399999"
+ height="2.8570001"
+ id="rect977" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="927.64001"
+ y="437.427"
+ transform="matrix(-0.3326,-0.9431,0.9431,-0.3326,822.611,1459.8647)"
+ width="0.46399999"
+ height="2.8570001"
+ id="rect979" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="927.64001"
+ y="437.427"
+ transform="matrix(-0.3326,-0.9431,0.9431,-0.3326,822.611,1459.8647)"
+ width="0.46399999"
+ height="2.8570001"
+ id="rect981" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="927.64001"
+ y="437.427"
+ transform="matrix(-0.3326,-0.9431,0.9431,-0.3326,822.611,1459.8647)"
+ width="0.46399999"
+ height="2.8570001"
+ id="rect983" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.63898"
+ y="440.272"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1940.2162,549.8165)"
+ width="7.086"
+ height="0.46399999"
+ id="rect985" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.63898"
+ y="440.272"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1940.2162,549.8165)"
+ width="7.086"
+ height="0.46399999"
+ id="rect987" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.63898"
+ y="440.272"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1940.2162,549.8165)"
+ width="7.086"
+ height="0.46399999"
+ id="rect989" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="919.63898"
+ y="440.272"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1940.2162,549.8165)"
+ width="7.086"
+ height="0.46399999"
+ id="rect991" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.63898"
+ y="440.272"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1940.2162,549.8165)"
+ width="7.086"
+ height="0.46399999"
+ id="rect993" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 916.268,401.536 -6.337,-18.025 c -1.033,-0.099 -2.07,-0.178 -3.111,-0.234 l 6.751,19.207 z"
+ id="path995" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 916.268,401.536 -6.337,-18.025 c -1.033,-0.099 -2.07,-0.178 -3.111,-0.234 l 6.751,19.207 z"
+ id="path997" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 916.268,401.536 -6.337,-18.025 c -1.033,-0.099 -2.07,-0.178 -3.111,-0.234 l 6.751,19.207 z"
+ id="path999" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 916.268,401.536 -6.337,-18.025 c -1.033,-0.099 -2.07,-0.178 -3.111,-0.234 l 6.751,19.207 z"
+ id="path1001" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.739,383.414 c -3.612,0.294 -7.239,0.858 -10.852,1.7 l 0.66,1.881 z"
+ id="path1003" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.739,383.414 c -3.612,0.294 -7.239,0.858 -10.852,1.7 l 0.66,1.881 z"
+ id="path1005" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.739,383.414 c -3.612,0.294 -7.239,0.858 -10.852,1.7 l 0.66,1.881 z"
+ id="path1007" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.739,383.414 c -3.612,0.294 -7.239,0.858 -10.852,1.7 l 0.66,1.881 z"
+ id="path1009" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.07,408.392 c 0.162,0.467 0.671,0.711 1.139,0.547 l 18.362,-6.455 -6.751,-19.207 c -3.335,-0.181 -6.703,-0.139 -10.081,0.138 l -10.191,3.581 z"
+ id="path1011" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.07,408.392 c 0.162,0.467 0.671,0.711 1.139,0.547 l 18.362,-6.455 -6.751,-19.207 c -3.335,-0.181 -6.703,-0.139 -10.081,0.138 l -10.191,3.581 z"
+ id="path1013" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.07,408.392 c 0.162,0.467 0.671,0.711 1.139,0.547 l 18.362,-6.455 -6.751,-19.207 c -3.335,-0.181 -6.703,-0.139 -10.081,0.138 l -10.191,3.581 z"
+ id="path1015" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.07,408.392 c 0.162,0.467 0.671,0.711 1.139,0.547 l 18.362,-6.455 -6.751,-19.207 c -3.335,-0.181 -6.703,-0.139 -10.081,0.138 l -10.191,3.581 z"
+ id="path1017" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.07,408.392 c 0.162,0.467 0.671,0.711 1.139,0.547 l 18.362,-6.455 -6.751,-19.207 c -3.335,-0.181 -6.703,-0.139 -10.081,0.138 l -10.191,3.581 z"
+ id="path1019" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 904.904,425.218 c 0.467,-0.165 0.976,0.08 1.14,0.545 l 3.546,10.088 7.298,-2.566 -6.048,-17.207 c -0.061,-0.17 -0.27,-0.249 -0.47,-0.18 l -14.183,4.984 2.314,6.586 z"
+ id="path1021" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 904.904,425.218 c 0.467,-0.165 0.976,0.08 1.14,0.545 l 3.546,10.088 7.298,-2.566 -6.048,-17.207 c -0.061,-0.17 -0.27,-0.249 -0.47,-0.18 l -14.183,4.984 2.314,6.586 z"
+ id="path1023" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 904.904,425.218 c 0.467,-0.165 0.976,0.08 1.14,0.545 l 3.546,10.088 7.298,-2.566 -6.048,-17.207 c -0.061,-0.17 -0.27,-0.249 -0.47,-0.18 l -14.183,4.984 2.314,6.586 z"
+ id="path1025" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 904.904,425.218 c 0.467,-0.165 0.976,0.08 1.14,0.545 l 3.546,10.088 7.298,-2.566 -6.048,-17.207 c -0.061,-0.17 -0.27,-0.249 -0.47,-0.18 l -14.183,4.984 2.314,6.586 z"
+ id="path1027" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 904.904,425.218 c 0.467,-0.165 0.976,0.08 1.14,0.545 l 3.546,10.088 7.298,-2.566 -6.048,-17.207 c -0.061,-0.17 -0.27,-0.249 -0.47,-0.18 l -14.183,4.984 2.314,6.586 z"
+ id="path1029" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="912.33398"
+ y="434.832"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1025.53,-569.6814)"
+ width="4.7160001"
+ height="7.737"
+ id="rect1031" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="912.33398"
+ y="434.832"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1025.53,-569.6814)"
+ width="4.7160001"
+ height="7.737"
+ id="rect1033" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="912.33398"
+ y="434.832"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1025.53,-569.6814)"
+ width="4.7160001"
+ height="7.737"
+ id="rect1035" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="912.33398"
+ y="434.832"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1025.53,-569.6814)"
+ width="4.7160001"
+ height="7.737"
+ id="rect1037" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="912.33398"
+ y="434.832"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1025.53,-569.6814)"
+ width="4.7160001"
+ height="7.737"
+ id="rect1039" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.531,453.151 c 0.077,0.219 0.198,0.404 0.343,0.549 l 14.409,-5.064 -2.366,-6.737 -14.544,5.113 z"
+ id="path1041" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.531,453.151 c 0.077,0.219 0.198,0.404 0.343,0.549 l 14.409,-5.064 -2.366,-6.737 -14.544,5.113 z"
+ id="path1043" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 907.531,453.151 c 0.077,0.219 0.198,0.404 0.343,0.549 l 14.409,-5.064 -2.366,-6.737 -14.544,5.113 z"
+ id="path1045" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 907.531,453.151 c 0.077,0.219 0.198,0.404 0.343,0.549 l 14.409,-5.064 -2.366,-6.737 -14.544,5.113 z"
+ id="path1047" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.531,453.151 c 0.077,0.219 0.198,0.404 0.343,0.549 l 14.409,-5.064 -2.366,-6.737 -14.544,5.113 z"
+ id="path1049" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="904.85901"
+ y="444.00201"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1920.8193,560.6502)"
+ width="15.417"
+ height="0.46599999"
+ id="rect1051" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="904.85901"
+ y="444.00201"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1920.8193,560.6502)"
+ width="15.417"
+ height="0.46599999"
+ id="rect1053" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="904.85901"
+ y="444.00201"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1920.8193,560.6502)"
+ width="15.417"
+ height="0.46599999"
+ id="rect1055" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="904.85901"
+ y="444.00201"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1920.8193,560.6502)"
+ width="15.417"
+ height="0.46599999"
+ id="rect1057" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="904.85901"
+ y="444.00201"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1920.8193,560.6502)"
+ width="15.417"
+ height="0.46599999"
+ id="rect1059" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="904.85901"
+ y="444.00201"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1920.8193,560.6502)"
+ width="15.417"
+ height="0.46599999"
+ id="rect1061" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 906.497,429.2 c 0.302,-0.105 0.549,-0.178 0.555,-0.161 l 0.93,2.642 c 0.005,0.018 -0.231,0.115 -0.534,0.222 l -6.572,2.312 1.47,4.183 7.245,-2.546 -3.546,-10.088 c -0.164,-0.465 -0.673,-0.71 -1.14,-0.545 l -6.402,2.25 1.423,4.043 z"
+ id="path1063" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 906.497,429.2 c 0.302,-0.105 0.549,-0.178 0.555,-0.161 l 0.93,2.642 c 0.005,0.018 -0.231,0.115 -0.534,0.222 l -6.572,2.312 1.47,4.183 7.245,-2.546 -3.546,-10.088 c -0.164,-0.465 -0.673,-0.71 -1.14,-0.545 l -6.402,2.25 1.423,4.043 z"
+ id="path1065" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 906.497,429.2 c 0.302,-0.105 0.549,-0.178 0.555,-0.161 l 0.93,2.642 c 0.005,0.018 -0.231,0.115 -0.534,0.222 l -6.572,2.312 1.47,4.183 7.245,-2.546 -3.546,-10.088 c -0.164,-0.465 -0.673,-0.71 -1.14,-0.545 l -6.402,2.25 1.423,4.043 z"
+ id="path1067" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 906.497,429.2 c 0.302,-0.105 0.549,-0.178 0.555,-0.161 l 0.93,2.642 c 0.005,0.018 -0.231,0.115 -0.534,0.222 l -6.572,2.312 1.47,4.183 7.245,-2.546 -3.546,-10.088 c -0.164,-0.465 -0.673,-0.71 -1.14,-0.545 l -6.402,2.25 1.423,4.043 z"
+ id="path1069" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 906.497,429.2 c 0.302,-0.105 0.549,-0.178 0.555,-0.161 l 0.93,2.642 c 0.005,0.018 -0.231,0.115 -0.534,0.222 l -6.572,2.312 1.47,4.183 7.245,-2.546 -3.546,-10.088 c -0.164,-0.465 -0.673,-0.71 -1.14,-0.545 l -6.402,2.25 1.423,4.043 z"
+ id="path1071" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 906.497,429.2 c 0.302,-0.105 0.549,-0.178 0.555,-0.161 l 0.93,2.642 c 0.005,0.018 -0.231,0.115 -0.534,0.222 l -6.572,2.312 1.47,4.183 7.245,-2.546 -3.546,-10.088 c -0.164,-0.465 -0.673,-0.71 -1.14,-0.545 l -6.402,2.25 1.423,4.043 z"
+ id="path1073" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="905.06201"
+ y="437.41699"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1023.079,-561.1106)"
+ width="4.7160001"
+ height="7.6810002"
+ id="rect1075" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="905.06201"
+ y="437.41699"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1023.079,-561.1106)"
+ width="4.7160001"
+ height="7.6810002"
+ id="rect1077" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="905.06201"
+ y="437.41699"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1023.079,-561.1106)"
+ width="4.7160001"
+ height="7.6810002"
+ id="rect1079" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="905.06201"
+ y="437.41699"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1023.079,-561.1106)"
+ width="4.7160001"
+ height="7.6810002"
+ id="rect1081" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="905.06201"
+ y="437.41699"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1023.079,-561.1106)"
+ width="4.7160001"
+ height="7.6810002"
+ id="rect1083" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="905.06201"
+ y="437.41699"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1023.079,-561.1106)"
+ width="4.7160001"
+ height="7.6810002"
+ id="rect1085" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 929.275,506.754 6.443,18.33 c 8.181,-4.003 15.36,-9.361 21.357,-15.704 l -3.878,-11.034 z"
+ id="path1087" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 929.275,506.754 6.443,18.33 c 8.181,-4.003 15.36,-9.361 21.357,-15.704 l -3.878,-11.034 z"
+ id="path1089" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="937.90698"
+ y="487.513"
+ transform="matrix(-0.3318,-0.9433,0.9433,-0.3318,780.6106,1553.2924)"
+ width="5"
+ height="25.357"
+ id="rect1091" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="937.90698"
+ y="487.513"
+ transform="matrix(-0.3318,-0.9433,0.9433,-0.3318,780.6106,1553.2924)"
+ width="5"
+ height="25.357"
+ id="rect1093" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="937.90698"
+ y="487.513"
+ transform="matrix(-0.3318,-0.9433,0.9433,-0.3318,780.6106,1553.2924)"
+ width="5"
+ height="25.357"
+ id="rect1095" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 943.88,491.398 -17.804,6.26 1.539,4.379 23.925,-8.41 -14.468,-41.153 c -0.152,-0.432 -0.652,-0.65 -1.116,-0.486 l -4.438,1.559 12.908,36.714 c 0.163,0.464 -0.081,0.974 -0.546,1.137 z"
+ id="path1097" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 943.88,491.398 -17.804,6.26 1.539,4.379 23.925,-8.41 -14.468,-41.153 c -0.152,-0.432 -0.652,-0.65 -1.116,-0.486 l -4.438,1.559 12.908,36.714 c 0.163,0.464 -0.081,0.974 -0.546,1.137 z"
+ id="path1099" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 943.88,491.398 -17.804,6.26 1.539,4.379 23.925,-8.41 -14.468,-41.153 c -0.152,-0.432 -0.652,-0.65 -1.116,-0.486 l -4.438,1.559 12.908,36.714 c 0.163,0.464 -0.081,0.974 -0.546,1.137 z"
+ id="path1101" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 943.88,491.398 -17.804,6.26 1.539,4.379 23.925,-8.41 -14.468,-41.153 c -0.152,-0.432 -0.652,-0.65 -1.116,-0.486 l -4.438,1.559 12.908,36.714 c 0.163,0.464 -0.081,0.974 -0.546,1.137 z"
+ id="path1103" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 913.717,459.806 c -0.467,0.162 -0.72,0.645 -0.567,1.077 l 12.927,36.775 17.804,-6.26 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -12.908,-36.714 -7.047,2.479 z"
+ id="path1105" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 913.717,459.806 c -0.467,0.162 -0.72,0.645 -0.567,1.077 l 12.927,36.775 17.804,-6.26 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -12.908,-36.714 -7.047,2.479 z"
+ id="path1107" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 913.717,459.806 c -0.467,0.162 -0.72,0.645 -0.567,1.077 l 12.927,36.775 17.804,-6.26 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -12.908,-36.714 -7.047,2.479 z"
+ id="path1109" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 913.717,459.806 c -0.467,0.162 -0.72,0.645 -0.567,1.077 l 12.927,36.775 17.804,-6.26 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -12.908,-36.714 -7.047,2.479 z"
+ id="path1111" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 913.717,459.806 c -0.467,0.162 -0.72,0.645 -0.567,1.077 l 12.927,36.775 17.804,-6.26 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -12.908,-36.714 -7.047,2.479 z"
+ id="path1113" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.867,458.085 -0.109,0.037 1.602,4.556 c 0.02,0.056 0.124,0.068 0.232,0.032 l 6.483,-2.28 -1.637,-4.655 z"
+ id="path1115" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.867,458.085 -0.109,0.037 1.602,4.556 c 0.02,0.056 0.124,0.068 0.232,0.032 l 6.483,-2.28 -1.637,-4.655 z"
+ id="path1117" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.867,458.085 -0.109,0.037 1.602,4.556 c 0.02,0.056 0.124,0.068 0.232,0.032 l 6.483,-2.28 -1.637,-4.655 z"
+ id="path1119" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 873.867,458.085 -0.109,0.037 1.602,4.556 c 0.02,0.056 0.124,0.068 0.232,0.032 l 6.483,-2.28 -1.637,-4.655 z"
+ id="path1121" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.754,458.111 0.003,0.011 0.109,-0.037 c -0.035,0.012 -0.074,0.019 -0.112,0.026 z"
+ id="path1123" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.754,458.111 0.003,0.011 0.109,-0.037 c -0.035,0.012 -0.074,0.019 -0.112,0.026 z"
+ id="path1125" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 873.754,458.111 0.003,0.011 0.109,-0.037 c -0.035,0.012 -0.074,0.019 -0.112,0.026 z"
+ id="path1127" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.754,458.111 0.003,0.011 0.109,-0.037 c -0.035,0.012 -0.074,0.019 -0.112,0.026 z"
+ id="path1129" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 873.754,458.111 0.003,0.011 0.109,-0.037 c -0.035,0.012 -0.074,0.019 -0.112,0.026 z"
+ id="path1131" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.438,455.774 -0.154,-0.439 -6.681,2.35 0.151,0.427 c 0.038,-0.008 0.076,-0.015 0.112,-0.026 z"
+ id="path1133" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.438,455.774 -0.154,-0.439 -6.681,2.35 0.151,0.427 c 0.038,-0.008 0.076,-0.015 0.112,-0.026 z"
+ id="path1135" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.438,455.774 -0.154,-0.439 -6.681,2.35 0.151,0.427 c 0.038,-0.008 0.076,-0.015 0.112,-0.026 z"
+ id="path1137" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 880.438,455.774 -0.154,-0.439 -6.681,2.35 0.151,0.427 c 0.038,-0.008 0.076,-0.015 0.112,-0.026 z"
+ id="path1139" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.438,455.774 -0.154,-0.439 -6.681,2.35 0.151,0.427 c 0.038,-0.008 0.076,-0.015 0.112,-0.026 z"
+ id="path1141" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 880.438,455.774 -0.154,-0.439 -6.681,2.35 0.151,0.427 c 0.038,-0.008 0.076,-0.015 0.112,-0.026 z"
+ id="path1143" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="871.98199"
+ y="450.11099"
+ transform="matrix(0.9433,-0.3318,0.3318,0.9433,-100.5338,316.1562)"
+ width="7.0809999"
+ height="4.7140002"
+ id="rect1145" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="871.98199"
+ y="450.11099"
+ transform="matrix(0.9433,-0.3318,0.3318,0.9433,-100.5338,316.1562)"
+ width="7.0809999"
+ height="4.7140002"
+ id="rect1147" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="871.98199"
+ y="450.11099"
+ transform="matrix(0.9433,-0.3318,0.3318,0.9433,-100.5338,316.1562)"
+ width="7.0809999"
+ height="4.7140002"
+ id="rect1149" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="871.98199"
+ y="450.11099"
+ transform="matrix(0.9433,-0.3318,0.3318,0.9433,-100.5338,316.1562)"
+ width="7.0809999"
+ height="4.7140002"
+ id="rect1151" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="871.98199"
+ y="450.11099"
+ transform="matrix(0.9433,-0.3318,0.3318,0.9433,-100.5338,316.1562)"
+ width="7.0809999"
+ height="4.7140002"
+ id="rect1153" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="871.98199"
+ y="450.11099"
+ transform="matrix(0.9433,-0.3318,0.3318,0.9433,-100.5338,316.1562)"
+ width="7.0809999"
+ height="4.7140002"
+ id="rect1155" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 885.44,456.03 5.23,-1.84 -0.629,-1.791 -9.604,3.375 1.637,4.655 4.211,-1.479 -0.94,-2.679 c -0.036,-0.102 0.006,-0.211 0.095,-0.241 z"
+ id="path1157" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 885.44,456.03 5.23,-1.84 -0.629,-1.791 -9.604,3.375 1.637,4.655 4.211,-1.479 -0.94,-2.679 c -0.036,-0.102 0.006,-0.211 0.095,-0.241 z"
+ id="path1159" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 885.44,456.03 5.23,-1.84 -0.629,-1.791 -9.604,3.375 1.637,4.655 4.211,-1.479 -0.94,-2.679 c -0.036,-0.102 0.006,-0.211 0.095,-0.241 z"
+ id="path1161" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 885.44,456.03 5.23,-1.84 -0.629,-1.791 -9.604,3.375 1.637,4.655 4.211,-1.479 -0.94,-2.679 c -0.036,-0.102 0.006,-0.211 0.095,-0.241 z"
+ id="path1163" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 885.44,456.03 5.23,-1.84 -0.629,-1.791 -9.604,3.375 1.637,4.655 4.211,-1.479 -0.94,-2.679 c -0.036,-0.102 0.006,-0.211 0.095,-0.241 z"
+ id="path1165" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.92999"
+ y="448.77802"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,750.1652,1439.4045)"
+ width="0.46599999"
+ height="10.179"
+ id="rect1167" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.92999"
+ y="448.77802"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,750.1652,1439.4045)"
+ width="0.46599999"
+ height="10.179"
+ id="rect1169" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.92999"
+ y="448.77802"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,750.1652,1439.4045)"
+ width="0.46599999"
+ height="10.179"
+ id="rect1171" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="884.92999"
+ y="448.77802"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,750.1652,1439.4045)"
+ width="0.46599999"
+ height="10.179"
+ id="rect1173" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.92999"
+ y="448.77802"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,750.1652,1439.4045)"
+ width="0.46599999"
+ height="10.179"
+ id="rect1175" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.92999"
+ y="448.77802"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,750.1652,1439.4045)"
+ width="0.46599999"
+ height="10.179"
+ id="rect1177" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="884.92999"
+ y="448.77802"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,750.1652,1439.4045)"
+ width="0.46599999"
+ height="10.179"
+ id="rect1179" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.909,446.333 -4.549,1.6 c -0.396,0.139 -0.819,-0.018 -1.04,-0.354 l -4.239,1.49 1.564,4.449 9.603,-3.376 z"
+ id="path1181" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.909,446.333 -4.549,1.6 c -0.396,0.139 -0.819,-0.018 -1.04,-0.354 l -4.239,1.49 1.564,4.449 9.603,-3.376 z"
+ id="path1183" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.909,446.333 -4.549,1.6 c -0.396,0.139 -0.819,-0.018 -1.04,-0.354 l -4.239,1.49 1.564,4.449 9.603,-3.376 z"
+ id="path1185" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 887.909,446.333 -4.549,1.6 c -0.396,0.139 -0.819,-0.018 -1.04,-0.354 l -4.239,1.49 1.564,4.449 9.603,-3.376 z"
+ id="path1187" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.909,446.333 -4.549,1.6 c -0.396,0.139 -0.819,-0.018 -1.04,-0.354 l -4.239,1.49 1.564,4.449 9.603,-3.376 z"
+ id="path1189" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.909,446.333 -4.549,1.6 c -0.396,0.139 -0.819,-0.018 -1.04,-0.354 l -4.239,1.49 1.564,4.449 9.603,-3.376 z"
+ id="path1191" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 887.909,446.333 -4.549,1.6 c -0.396,0.139 -0.819,-0.018 -1.04,-0.354 l -4.239,1.49 1.564,4.449 9.603,-3.376 z"
+ id="path1193" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 891.642,456.954 -0.972,-2.764 -5.23,1.84 c -0.089,0.029 -0.131,0.139 -0.095,0.241 l 0.94,2.679 5.194,-1.826 c 0.111,-0.038 0.183,-0.113 0.163,-0.17 z"
+ id="path1195" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 891.642,456.954 -0.972,-2.764 -5.23,1.84 c -0.089,0.029 -0.131,0.139 -0.095,0.241 l 0.94,2.679 5.194,-1.826 c 0.111,-0.038 0.183,-0.113 0.163,-0.17 z"
+ id="path1197" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 891.642,456.954 -0.972,-2.764 -5.23,1.84 c -0.089,0.029 -0.131,0.139 -0.095,0.241 l 0.94,2.679 5.194,-1.826 c 0.111,-0.038 0.183,-0.113 0.163,-0.17 z"
+ id="path1199" />
+ <path
+ style="opacity:0.4;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 891.642,456.954 -0.972,-2.764 -5.23,1.84 c -0.089,0.029 -0.131,0.139 -0.095,0.241 l 0.94,2.679 5.194,-1.826 c 0.111,-0.038 0.183,-0.113 0.163,-0.17 z"
+ id="path1201" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 891.642,456.954 -0.972,-2.764 -5.23,1.84 c -0.089,0.029 -0.131,0.139 -0.095,0.241 l 0.94,2.679 5.194,-1.826 c 0.111,-0.038 0.183,-0.113 0.163,-0.17 z"
+ id="path1203" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 891.642,456.954 -0.972,-2.764 -5.23,1.84 c -0.089,0.029 -0.131,0.139 -0.095,0.241 l 0.94,2.679 5.194,-1.826 c 0.111,-0.038 0.183,-0.113 0.163,-0.17 z"
+ id="path1205" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 883.36,447.933 4.549,-1.6 -0.226,-0.639 -5.363,1.885 c 0.221,0.336 0.644,0.492 1.04,0.354 z"
+ id="path1207" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 883.36,447.933 4.549,-1.6 -0.226,-0.639 -5.363,1.885 c 0.221,0.336 0.644,0.492 1.04,0.354 z"
+ id="path1209" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 883.36,447.933 4.549,-1.6 -0.226,-0.639 -5.363,1.885 c 0.221,0.336 0.644,0.492 1.04,0.354 z"
+ id="path1211" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 883.36,447.933 4.549,-1.6 -0.226,-0.639 -5.363,1.885 c 0.221,0.336 0.644,0.492 1.04,0.354 z"
+ id="path1213" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 883.36,447.933 4.549,-1.6 -0.226,-0.639 -5.363,1.885 c 0.221,0.336 0.644,0.492 1.04,0.354 z"
+ id="path1215" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 883.36,447.933 4.549,-1.6 -0.226,-0.639 -5.363,1.885 c 0.221,0.336 0.644,0.492 1.04,0.354 z"
+ id="path1217" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 883.36,447.933 4.549,-1.6 -0.226,-0.639 -5.363,1.885 c 0.221,0.336 0.644,0.492 1.04,0.354 z"
+ id="path1219" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 883.36,447.933 4.549,-1.6 -0.226,-0.639 -5.363,1.885 c 0.221,0.336 0.644,0.492 1.04,0.354 z"
+ id="path1221" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 845.947,475.468 c -0.367,0.129 -0.657,0.246 -0.652,0.264 l 0.93,2.641 c 0.006,0.018 0.306,-0.074 0.671,-0.201 l 5.523,-1.943 -0.95,-2.701 z"
+ id="path1223" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 845.947,475.468 c -0.367,0.129 -0.657,0.246 -0.652,0.264 l 0.93,2.641 c 0.006,0.018 0.306,-0.074 0.671,-0.201 l 5.523,-1.943 -0.95,-2.701 z"
+ id="path1225" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 845.947,475.468 c -0.367,0.129 -0.657,0.246 -0.652,0.264 l 0.93,2.641 c 0.006,0.018 0.306,-0.074 0.671,-0.201 l 5.523,-1.943 -0.95,-2.701 z"
+ id="path1227" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 931,446.142 -1.853,0.652 0.772,2.192 9.901,-3.479 c 0.365,-0.128 0.657,-0.247 0.65,-0.263 l -0.928,-2.644 c -0.007,-0.016 -0.308,0.074 -0.673,0.204 l -7.34,2.581 c -0.041,0.358 -0.232,0.652 -0.529,0.757 z"
+ id="path1229" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 931,446.142 -1.853,0.652 0.772,2.192 9.901,-3.479 c 0.365,-0.128 0.657,-0.247 0.65,-0.263 l -0.928,-2.644 c -0.007,-0.016 -0.308,0.074 -0.673,0.204 l -7.34,2.581 c -0.041,0.358 -0.232,0.652 -0.529,0.757 z"
+ id="path1231" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 931,446.142 -1.853,0.652 0.772,2.192 9.901,-3.479 c 0.365,-0.128 0.657,-0.247 0.65,-0.263 l -0.928,-2.644 c -0.007,-0.016 -0.308,0.074 -0.673,0.204 l -7.34,2.581 c -0.041,0.358 -0.232,0.652 -0.529,0.757 z"
+ id="path1233" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="925.02802"
+ y="445.521"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,809.3387,1471.7247)"
+ width="2.326"
+ height="7.0879998"
+ id="rect1235" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="925.02802"
+ y="445.521"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,809.3387,1471.7247)"
+ width="2.326"
+ height="7.0879998"
+ id="rect1237" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="925.02802"
+ y="445.521"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,809.3387,1471.7247)"
+ width="2.326"
+ height="7.0879998"
+ id="rect1239" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="925.02802"
+ y="445.521"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,809.3387,1471.7247)"
+ width="2.326"
+ height="7.0879998"
+ id="rect1241" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="851.30701"
+ y="469.71399"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-107.435,312.7222)"
+ width="22.503"
+ height="2.8629999"
+ id="rect1243" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="851.30701"
+ y="469.71399"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-107.435,312.7222)"
+ width="22.503"
+ height="2.8629999"
+ id="rect1245" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="851.30701"
+ y="469.71399"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-107.435,312.7222)"
+ width="22.503"
+ height="2.8629999"
+ id="rect1247" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="851.30701"
+ y="469.71399"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-107.435,312.7222)"
+ width="22.503"
+ height="2.8629999"
+ id="rect1249" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 -5.862,2.061 0.18,0.508 c 0.162,0.465 -0.082,0.976 -0.547,1.139 l -1.011,0.355 0.476,1.351 22.124,-7.776 -0.771,-2.194 -13.701,4.815 c -0.299,0.104 -0.632,-0.007 -0.888,-0.259 z"
+ id="path1251" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 -5.862,2.061 0.18,0.508 c 0.162,0.465 -0.082,0.976 -0.547,1.139 l -1.011,0.355 0.476,1.351 22.124,-7.776 -0.771,-2.194 -13.701,4.815 c -0.299,0.104 -0.632,-0.007 -0.888,-0.259 z"
+ id="path1253" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 -5.862,2.061 0.18,0.508 c 0.162,0.465 -0.082,0.976 -0.547,1.139 l -1.011,0.355 0.476,1.351 22.124,-7.776 -0.771,-2.194 -13.701,4.815 c -0.299,0.104 -0.632,-0.007 -0.888,-0.259 z"
+ id="path1255" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 -5.862,2.061 0.18,0.508 c 0.162,0.465 -0.082,0.976 -0.547,1.139 l -1.011,0.355 0.476,1.351 22.124,-7.776 -0.771,-2.194 -13.701,4.815 c -0.299,0.104 -0.632,-0.007 -0.888,-0.259 z"
+ id="path1257" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 -5.862,2.061 0.18,0.508 c 0.162,0.465 -0.082,0.976 -0.547,1.139 l -1.011,0.355 0.476,1.351 22.124,-7.776 -0.771,-2.194 -13.701,4.815 c -0.299,0.104 -0.632,-0.007 -0.888,-0.259 z"
+ id="path1259" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.633,457.763 1.011,-0.355 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -0.18,-0.508 -1.854,0.65 z"
+ id="path1261" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.633,457.763 1.011,-0.355 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -0.18,-0.508 -1.854,0.65 z"
+ id="path1263" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 900.633,457.763 1.011,-0.355 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -0.18,-0.508 -1.854,0.65 z"
+ id="path1265" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.633,457.763 1.011,-0.355 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -0.18,-0.508 -1.854,0.65 z"
+ id="path1267" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 900.633,457.763 1.011,-0.355 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -0.18,-0.508 -1.854,0.65 z"
+ id="path1269" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.633,457.763 1.011,-0.355 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -0.18,-0.508 -1.854,0.65 z"
+ id="path1271" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="897.22699"
+ y="458.34399"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1899.5426,594.111)"
+ width="3.75"
+ height="1.432"
+ id="rect1273" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="897.22699"
+ y="458.34399"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1899.5426,594.111)"
+ width="3.75"
+ height="1.432"
+ id="rect1275" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="897.22699"
+ y="458.34399"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1899.5426,594.111)"
+ width="3.75"
+ height="1.432"
+ id="rect1277" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="897.22699"
+ y="458.34399"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1899.5426,594.111)"
+ width="3.75"
+ height="1.432"
+ id="rect1279" />
+
+ <rect
+ style="opacity:0.4;fill:#fff6a3"
+ x="897.22699"
+ y="458.34399"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1899.5426,594.111)"
+ width="3.75"
+ height="1.432"
+ id="rect1281" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="897.22699"
+ y="458.34399"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1899.5426,594.111)"
+ width="3.75"
+ height="1.432"
+ id="rect1283" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="897.91101"
+ y="455.83401"
+ transform="matrix(-0.3305,-0.9438,0.9438,-0.3305,763.6388,1457.1118)"
+ width="1.433"
+ height="3.75"
+ id="rect1285" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="897.91101"
+ y="455.83401"
+ transform="matrix(-0.3305,-0.9438,0.9438,-0.3305,763.6388,1457.1118)"
+ width="1.433"
+ height="3.75"
+ id="rect1287" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="897.91101"
+ y="455.83401"
+ transform="matrix(-0.3305,-0.9438,0.9438,-0.3305,763.6388,1457.1118)"
+ width="1.433"
+ height="3.75"
+ id="rect1289" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="897.91101"
+ y="455.83401"
+ transform="matrix(-0.3305,-0.9438,0.9438,-0.3305,763.6388,1457.1118)"
+ width="1.433"
+ height="3.75"
+ id="rect1291" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="897.91101"
+ y="455.83401"
+ transform="matrix(-0.3305,-0.9438,0.9438,-0.3305,763.6388,1457.1118)"
+ width="1.433"
+ height="3.75"
+ id="rect1293" />
+
+ <rect
+ style="opacity:0.4;fill:#fff6a3"
+ x="897.91101"
+ y="455.83401"
+ transform="matrix(-0.3305,-0.9438,0.9438,-0.3305,763.6388,1457.1118)"
+ width="1.433"
+ height="3.75"
+ id="rect1295" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="897.91101"
+ y="455.83401"
+ transform="matrix(-0.3305,-0.9438,0.9438,-0.3305,763.6388,1457.1118)"
+ width="1.433"
+ height="3.75"
+ id="rect1297" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.493,462.381 -3.368,1.186 c -0.467,0.163 -0.976,-0.081 -1.14,-0.548 l -0.179,-0.507 -7.413,2.605 0.948,2.702 11.625,-4.087 z"
+ id="path1299" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.493,462.381 -3.368,1.186 c -0.467,0.163 -0.976,-0.081 -1.14,-0.548 l -0.179,-0.507 -7.413,2.605 0.948,2.702 11.625,-4.087 z"
+ id="path1301" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.493,462.381 -3.368,1.186 c -0.467,0.163 -0.976,-0.081 -1.14,-0.548 l -0.179,-0.507 -7.413,2.605 0.948,2.702 11.625,-4.087 z"
+ id="path1303" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.493,462.381 -3.368,1.186 c -0.467,0.163 -0.976,-0.081 -1.14,-0.548 l -0.179,-0.507 -7.413,2.605 0.948,2.702 11.625,-4.087 z"
+ id="path1305" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.806,462.512 0.179,0.507 c 0.164,0.467 0.673,0.711 1.14,0.548 l 3.368,-1.186 -0.475,-1.351 z"
+ id="path1307" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.806,462.512 0.179,0.507 c 0.164,0.467 0.673,0.711 1.14,0.548 l 3.368,-1.186 -0.475,-1.351 z"
+ id="path1309" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.806,462.512 0.179,0.507 c 0.164,0.467 0.673,0.711 1.14,0.548 l 3.368,-1.186 -0.475,-1.351 z"
+ id="path1311" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.806,462.512 0.179,0.507 c 0.164,0.467 0.673,0.711 1.14,0.548 l 3.368,-1.186 -0.475,-1.351 z"
+ id="path1313" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.806,462.512 0.179,0.507 c 0.164,0.467 0.673,0.711 1.14,0.548 l 3.368,-1.186 -0.475,-1.351 z"
+ id="path1315" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08698"
+ y="465.513"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,723.2739,1446.7085)"
+ width="2.8659999"
+ height="2.8570001"
+ id="rect1317" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08698"
+ y="465.513"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,723.2739,1446.7085)"
+ width="2.8659999"
+ height="2.8570001"
+ id="rect1319" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08698"
+ y="465.513"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,723.2739,1446.7085)"
+ width="2.8659999"
+ height="2.8570001"
+ id="rect1321" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08698"
+ y="465.513"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,723.2739,1446.7085)"
+ width="2.8659999"
+ height="2.8570001"
+ id="rect1323" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08698"
+ y="465.513"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,723.2739,1446.7085)"
+ width="2.8659999"
+ height="2.8570001"
+ id="rect1325" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.56799"
+ y="461.39301"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.8505,321.3775)"
+ width="5.7140002"
+ height="1.432"
+ id="rect1327" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.56799"
+ y="461.39301"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.8505,321.3775)"
+ width="5.7140002"
+ height="1.432"
+ id="rect1329" />
+
+ <rect
+ style="opacity:0.4;fill:#fff6a3"
+ x="887.56799"
+ y="461.39301"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.8505,321.3775)"
+ width="5.7140002"
+ height="1.432"
+ id="rect1331" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.56799"
+ y="461.39301"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.8505,321.3775)"
+ width="5.7140002"
+ height="1.432"
+ id="rect1333" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.56799"
+ y="461.39301"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.8505,321.3775)"
+ width="5.7140002"
+ height="1.432"
+ id="rect1335" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.09399"
+ y="460.043"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.4214,321.0878)"
+ width="5.7150002"
+ height="1.432"
+ id="rect1337" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.09399"
+ y="460.043"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.4214,321.0878)"
+ width="5.7150002"
+ height="1.432"
+ id="rect1339" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.09399"
+ y="460.043"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.4214,321.0878)"
+ width="5.7150002"
+ height="1.432"
+ id="rect1341" />
+
+ <rect
+ style="opacity:0.4;fill:#fff6a3"
+ x="887.09399"
+ y="460.043"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.4214,321.0878)"
+ width="5.7150002"
+ height="1.432"
+ id="rect1343" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.09399"
+ y="460.043"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.4214,321.0878)"
+ width="5.7150002"
+ height="1.432"
+ id="rect1345" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.09399"
+ y="460.043"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.4214,321.0878)"
+ width="5.7150002"
+ height="1.432"
+ id="rect1347" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.995"
+ y="459.70599"
+ transform="matrix(0.9435,-0.3313,0.3313,0.9435,-101.9866,322.6373)"
+ width="4.4650002"
+ height="1.432"
+ id="rect1349" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.995"
+ y="459.70599"
+ transform="matrix(0.9435,-0.3313,0.3313,0.9435,-101.9866,322.6373)"
+ width="4.4650002"
+ height="1.432"
+ id="rect1351" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="892.995"
+ y="459.70599"
+ transform="matrix(0.9435,-0.3313,0.3313,0.9435,-101.9866,322.6373)"
+ width="4.4650002"
+ height="1.432"
+ id="rect1353" />
+
+ <rect
+ style="opacity:0.4;fill:#fff6a3"
+ x="892.995"
+ y="459.70599"
+ transform="matrix(0.9435,-0.3313,0.3313,0.9435,-101.9866,322.6373)"
+ width="4.4650002"
+ height="1.432"
+ id="rect1355" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.995"
+ y="459.70599"
+ transform="matrix(0.9435,-0.3313,0.3313,0.9435,-101.9866,322.6373)"
+ width="4.4650002"
+ height="1.432"
+ id="rect1357" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.995"
+ y="459.70599"
+ transform="matrix(0.9435,-0.3313,0.3313,0.9435,-101.9866,322.6373)"
+ width="4.4650002"
+ height="1.432"
+ id="rect1359" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.52002"
+ y="458.35501"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-101.6219,322.8149)"
+ width="4.4660001"
+ height="1.431"
+ id="rect1361" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.52002"
+ y="458.35501"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-101.6219,322.8149)"
+ width="4.4660001"
+ height="1.431"
+ id="rect1363" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.52002"
+ y="458.35501"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-101.6219,322.8149)"
+ width="4.4660001"
+ height="1.431"
+ id="rect1365" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="892.52002"
+ y="458.35501"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-101.6219,322.8149)"
+ width="4.4660001"
+ height="1.431"
+ id="rect1367" />
+
+ <rect
+ style="opacity:0.4;fill:#fff6a3"
+ x="892.52002"
+ y="458.35501"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-101.6219,322.8149)"
+ width="4.4660001"
+ height="1.431"
+ id="rect1369" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.52002"
+ y="458.35501"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-101.6219,322.8149)"
+ width="4.4660001"
+ height="1.431"
+ id="rect1371" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.52002"
+ y="458.35501"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-101.6219,322.8149)"
+ width="4.4660001"
+ height="1.431"
+ id="rect1373" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="M 929.147,446.794 931,446.142 c 0.298,-0.104 0.488,-0.398 0.531,-0.756 l -2.563,0.899 z"
+ id="path1375" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="M 929.147,446.794 931,446.142 c 0.298,-0.104 0.488,-0.398 0.531,-0.756 l -2.563,0.899 z"
+ id="path1377" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="M 929.147,446.794 931,446.142 c 0.298,-0.104 0.488,-0.398 0.531,-0.756 l -2.563,0.899 z"
+ id="path1379" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="M 929.147,446.794 931,446.142 c 0.298,-0.104 0.488,-0.398 0.531,-0.756 l -2.563,0.899 z"
+ id="path1381" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="922.172"
+ y="447.444"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1947.5007,563.2526)"
+ width="7.085"
+ height="0.54000002"
+ id="rect1383" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="922.172"
+ y="447.444"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1947.5007,563.2526)"
+ width="7.085"
+ height="0.54000002"
+ id="rect1385" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="922.172"
+ y="447.444"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1947.5007,563.2526)"
+ width="7.085"
+ height="0.54000002"
+ id="rect1387" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="922.172"
+ y="447.444"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1947.5007,563.2526)"
+ width="7.085"
+ height="0.54000002"
+ id="rect1389" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="922.172"
+ y="447.444"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1947.5007,563.2526)"
+ width="7.085"
+ height="0.54000002"
+ id="rect1391" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 c 0.257,0.252 0.59,0.363 0.888,0.258 l 13.701,-4.815 -0.18,-0.507 z"
+ id="path1393" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 c 0.257,0.252 0.59,0.363 0.888,0.258 l 13.701,-4.815 -0.18,-0.507 z"
+ id="path1395" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 c 0.257,0.252 0.59,0.363 0.888,0.258 l 13.701,-4.815 -0.18,-0.507 z"
+ id="path1397" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 c 0.257,0.252 0.59,0.363 0.888,0.258 l 13.701,-4.815 -0.18,-0.507 z"
+ id="path1399" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 c 0.257,0.252 0.59,0.363 0.888,0.258 l 13.701,-4.815 -0.18,-0.507 z"
+ id="path1401" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 c 0.257,0.252 0.59,0.363 0.888,0.258 l 13.701,-4.815 -0.18,-0.507 z"
+ id="path1403" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 939.38,433.542 c 0.311,-0.109 0.636,0.014 0.729,0.276 l 0.152,0.436 6.234,-2.191 -0.64,-1.817 -17.354,6.1 0.32,0.908 z"
+ id="path1405" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 939.38,433.542 c 0.311,-0.109 0.636,0.014 0.729,0.276 l 0.152,0.436 6.234,-2.191 -0.64,-1.817 -17.354,6.1 0.32,0.908 z"
+ id="path1407" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 939.38,433.542 c 0.311,-0.109 0.636,0.014 0.729,0.276 l 0.152,0.436 6.234,-2.191 -0.64,-1.817 -17.354,6.1 0.32,0.908 z"
+ id="path1409" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 940.261,434.254 -0.152,-0.436 c -0.093,-0.263 -0.418,-0.386 -0.729,-0.276 l -10.558,3.711 0.317,0.91 z"
+ id="path1411" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 940.261,434.254 -0.152,-0.436 c -0.093,-0.263 -0.418,-0.386 -0.729,-0.276 l -10.558,3.711 0.317,0.91 z"
+ id="path1413" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 940.261,434.254 -0.152,-0.436 c -0.093,-0.263 -0.418,-0.386 -0.729,-0.276 l -10.558,3.711 0.317,0.91 z"
+ id="path1415" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 940.261,434.254 -0.152,-0.436 c -0.093,-0.263 -0.418,-0.386 -0.729,-0.276 l -10.558,3.711 0.317,0.91 z"
+ id="path1417" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 864.433,458.866 c -0.432,0.15 -0.775,0.281 -0.772,0.293 l 0.626,1.778 c 0.003,0.01 0.354,-0.103 0.784,-0.253 l 5.104,-1.795 -0.64,-1.818 z"
+ id="path1419" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 864.433,458.866 c -0.432,0.15 -0.775,0.281 -0.772,0.293 l 0.626,1.778 c 0.003,0.01 0.354,-0.103 0.784,-0.253 l 5.104,-1.795 -0.64,-1.818 z"
+ id="path1421" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 864.433,458.866 c -0.432,0.15 -0.775,0.281 -0.772,0.293 l 0.626,1.778 c 0.003,0.01 0.354,-0.103 0.784,-0.253 l 5.104,-1.795 -0.64,-1.818 z"
+ id="path1423" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 864.433,458.866 c -0.432,0.15 -0.775,0.281 -0.772,0.293 l 0.626,1.778 c 0.003,0.01 0.354,-0.103 0.784,-0.253 l 5.104,-1.795 -0.64,-1.818 z"
+ id="path1425" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 864.433,458.866 c -0.432,0.15 -0.775,0.281 -0.772,0.293 l 0.626,1.778 c 0.003,0.01 0.354,-0.103 0.784,-0.253 l 5.104,-1.795 -0.64,-1.818 z"
+ id="path1427" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="899.27698"
+ y="447.33701"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1901.9545,570.3709)"
+ width="6.072"
+ height="0.248"
+ id="rect1429" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="899.27698"
+ y="447.33701"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1901.9545,570.3709)"
+ width="6.072"
+ height="0.248"
+ id="rect1431" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="899.27698"
+ y="447.33701"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1901.9545,570.3709)"
+ width="6.072"
+ height="0.248"
+ id="rect1433" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="899.27698"
+ y="447.33701"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1901.9545,570.3709)"
+ width="6.072"
+ height="0.248"
+ id="rect1435" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="899.27698"
+ y="447.33701"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1901.9545,570.3709)"
+ width="6.072"
+ height="0.248"
+ id="rect1437" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="899.27698"
+ y="447.33701"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1901.9545,570.3709)"
+ width="6.072"
+ height="0.248"
+ id="rect1439" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.89697"
+ y="449.29099"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1891.7986,576.0156)"
+ width="5.7129998"
+ height="0.248"
+ id="rect1441" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.89697"
+ y="449.29099"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1891.7986,576.0156)"
+ width="5.7129998"
+ height="0.248"
+ id="rect1443" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.89697"
+ y="449.29099"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1891.7986,576.0156)"
+ width="5.7129998"
+ height="0.248"
+ id="rect1445" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="893.89697"
+ y="449.29099"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1891.7986,576.0156)"
+ width="5.7129998"
+ height="0.248"
+ id="rect1447" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.89697"
+ y="449.29099"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1891.7986,576.0156)"
+ width="5.7129998"
+ height="0.248"
+ id="rect1449" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="893.89697"
+ y="449.29099"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1891.7986,576.0156)"
+ width="5.7129998"
+ height="0.248"
+ id="rect1451" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.89697"
+ y="449.29099"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1891.7986,576.0156)"
+ width="5.7129998"
+ height="0.248"
+ id="rect1453" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 957.979,427.572 0.142,0.404 11.286,-3.968 c -0.293,-0.58 -0.595,-1.157 -0.904,-1.725 l -11.021,3.874 z"
+ id="path1455" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 957.979,427.572 0.142,0.404 11.286,-3.968 c -0.293,-0.58 -0.595,-1.157 -0.904,-1.725 l -11.021,3.874 z"
+ id="path1457" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 958.121,427.977 -0.142,-0.404 c 0.052,0.147 0.058,0.298 0.034,0.442 z"
+ id="path1459" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 958.121,427.977 -0.142,-0.404 c 0.052,0.147 0.058,0.298 0.034,0.442 z"
+ id="path1461" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 958.121,427.977 -0.142,-0.404 c 0.052,0.147 0.058,0.298 0.034,0.442 z"
+ id="path1463" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 958.013,428.015 c 0.023,-0.145 0.018,-0.295 -0.034,-0.442 l -0.498,-1.414 -11.625,4.087 0.64,1.817 z"
+ id="path1465" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 958.013,428.015 c 0.023,-0.145 0.018,-0.295 -0.034,-0.442 l -0.498,-1.414 -11.625,4.087 0.64,1.817 z"
+ id="path1467" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 958.013,428.015 c 0.023,-0.145 0.018,-0.295 -0.034,-0.442 l -0.498,-1.414 -11.625,4.087 0.64,1.817 z"
+ id="path1469" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 958.013,428.015 c 0.023,-0.145 0.018,-0.295 -0.034,-0.442 l -0.498,-1.414 -11.625,4.087 0.64,1.817 z"
+ id="path1471" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.39301"
+ y="443.17899"
+ transform="matrix(0.3326,0.9431,-0.9431,0.3326,1022.7144,-552.7264)"
+ width="0.963"
+ height="6.073"
+ id="rect1473" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.39301"
+ y="443.17899"
+ transform="matrix(0.3326,0.9431,-0.9431,0.3326,1022.7144,-552.7264)"
+ width="0.963"
+ height="6.073"
+ id="rect1475" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.39301"
+ y="443.17899"
+ transform="matrix(0.3326,0.9431,-0.9431,0.3326,1022.7144,-552.7264)"
+ width="0.963"
+ height="6.073"
+ id="rect1477" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="901.39301"
+ y="443.17899"
+ transform="matrix(0.3326,0.9431,-0.9431,0.3326,1022.7144,-552.7264)"
+ width="0.963"
+ height="6.073"
+ id="rect1479" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.39301"
+ y="443.17899"
+ transform="matrix(0.3326,0.9431,-0.9431,0.3326,1022.7144,-552.7264)"
+ width="0.963"
+ height="6.073"
+ id="rect1481" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.39301"
+ y="443.17899"
+ transform="matrix(0.3326,0.9431,-0.9431,0.3326,1022.7144,-552.7264)"
+ width="0.963"
+ height="6.073"
+ id="rect1483" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.79498"
+ y="443.97101"
+ transform="matrix(-0.3334,-0.9428,0.9428,-0.3334,781.4904,1446.5745)"
+ width="0.71499997"
+ height="6.072"
+ id="rect1485" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.79498"
+ y="443.97101"
+ transform="matrix(-0.3334,-0.9428,0.9428,-0.3334,781.4904,1446.5745)"
+ width="0.71499997"
+ height="6.072"
+ id="rect1487" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.79498"
+ y="443.97101"
+ transform="matrix(-0.3334,-0.9428,0.9428,-0.3334,781.4904,1446.5745)"
+ width="0.71499997"
+ height="6.072"
+ id="rect1489" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="901.79498"
+ y="443.97101"
+ transform="matrix(-0.3334,-0.9428,0.9428,-0.3334,781.4904,1446.5745)"
+ width="0.71499997"
+ height="6.072"
+ id="rect1491" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="901.79498"
+ y="443.97101"
+ transform="matrix(-0.3334,-0.9428,0.9428,-0.3334,781.4904,1446.5745)"
+ width="0.71499997"
+ height="6.072"
+ id="rect1493" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.79498"
+ y="443.97101"
+ transform="matrix(-0.3334,-0.9428,0.9428,-0.3334,781.4904,1446.5745)"
+ width="0.71499997"
+ height="6.072"
+ id="rect1495" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.79498"
+ y="443.97101"
+ transform="matrix(-0.3334,-0.9428,0.9428,-0.3334,781.4904,1446.5745)"
+ width="0.71499997"
+ height="6.072"
+ id="rect1497" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.946,450.044 c -0.093,-0.262 0.085,-0.561 0.394,-0.67 l 4.83,-1.697 -0.319,-0.909 -5.392,1.895 z"
+ id="path1499" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.946,450.044 c -0.093,-0.262 0.085,-0.561 0.394,-0.67 l 4.83,-1.697 -0.319,-0.909 -5.392,1.895 z"
+ id="path1501" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.946,450.044 c -0.093,-0.262 0.085,-0.561 0.394,-0.67 l 4.83,-1.697 -0.319,-0.909 -5.392,1.895 z"
+ id="path1503" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.946,450.044 c -0.093,-0.262 0.085,-0.561 0.394,-0.67 l 4.83,-1.697 -0.319,-0.909 -5.392,1.895 z"
+ id="path1505" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 893.946,450.044 c -0.093,-0.262 0.085,-0.561 0.394,-0.67 l 4.83,-1.697 -0.319,-0.909 -5.392,1.895 z"
+ id="path1507" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.946,450.044 c -0.093,-0.262 0.085,-0.561 0.394,-0.67 l 4.83,-1.697 -0.319,-0.909 -5.392,1.895 z"
+ id="path1509" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.946,450.044 c -0.093,-0.262 0.085,-0.561 0.394,-0.67 l 4.83,-1.697 -0.319,-0.909 -5.392,1.895 z"
+ id="path1511" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.016,450.245 5.392,-1.895 -0.238,-0.674 -4.83,1.697 c -0.309,0.109 -0.486,0.408 -0.394,0.67 l 0.011,0.031 z"
+ id="path1513" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.016,450.245 5.392,-1.895 -0.238,-0.674 -4.83,1.697 c -0.309,0.109 -0.486,0.408 -0.394,0.67 l 0.011,0.031 z"
+ id="path1515" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.016,450.245 5.392,-1.895 -0.238,-0.674 -4.83,1.697 c -0.309,0.109 -0.486,0.408 -0.394,0.67 l 0.011,0.031 z"
+ id="path1517" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 894.016,450.245 5.392,-1.895 -0.238,-0.674 -4.83,1.697 c -0.309,0.109 -0.486,0.408 -0.394,0.67 l 0.011,0.031 z"
+ id="path1519" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.016,450.245 5.392,-1.895 -0.238,-0.674 -4.83,1.697 c -0.309,0.109 -0.486,0.408 -0.394,0.67 l 0.011,0.031 z"
+ id="path1521" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 894.016,450.245 5.392,-1.895 -0.238,-0.674 -4.83,1.697 c -0.309,0.109 -0.486,0.408 -0.394,0.67 l 0.011,0.031 z"
+ id="path1523" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.016,450.245 5.392,-1.895 -0.238,-0.674 -4.83,1.697 c -0.309,0.109 -0.486,0.408 -0.394,0.67 l 0.011,0.031 z"
+ id="path1525" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.016,450.245 5.392,-1.895 -0.238,-0.674 -4.83,1.697 c -0.309,0.109 -0.486,0.408 -0.394,0.67 l 0.011,0.031 z"
+ id="path1527" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 872.729,457.538 0.142,0.404 0.107,-0.038 c -0.108,-0.097 -0.198,-0.219 -0.249,-0.366 z"
+ id="path1529" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 872.729,457.538 0.142,0.404 0.107,-0.038 c -0.108,-0.097 -0.198,-0.219 -0.249,-0.366 z"
+ id="path1531" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 872.729,457.538 0.142,0.404 0.107,-0.038 c -0.108,-0.097 -0.198,-0.219 -0.249,-0.366 z"
+ id="path1533" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 872.729,457.538 0.142,0.404 0.107,-0.038 c -0.108,-0.097 -0.198,-0.219 -0.249,-0.366 z"
+ id="path1535" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 872.729,457.538 0.142,0.404 0.107,-0.038 c -0.108,-0.097 -0.198,-0.219 -0.249,-0.366 z"
+ id="path1537" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.603,457.685 -0.638,-1.818 -0.734,0.259 0.498,1.413 c 0.051,0.146 0.141,0.269 0.249,0.366 z"
+ id="path1539" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.603,457.685 -0.638,-1.818 -0.734,0.259 0.498,1.413 c 0.051,0.146 0.141,0.269 0.249,0.366 z"
+ id="path1541" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.603,457.685 -0.638,-1.818 -0.734,0.259 0.498,1.413 c 0.051,0.146 0.141,0.269 0.249,0.366 z"
+ id="path1543" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 873.603,457.685 -0.638,-1.818 -0.734,0.259 0.498,1.413 c 0.051,0.146 0.141,0.269 0.249,0.366 z"
+ id="path1545" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.603,457.685 -0.638,-1.818 -0.734,0.259 0.498,1.413 c 0.051,0.146 0.141,0.269 0.249,0.366 z"
+ id="path1547" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.603,457.685 -0.638,-1.818 -0.734,0.259 0.498,1.413 c 0.051,0.146 0.141,0.269 0.249,0.366 z"
+ id="path1549" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="872.729,457.538 872.231,456.125 869.536,457.071 870.175,458.89 872.871,457.942 "
+ id="polygon1551" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="872.729,457.538 872.231,456.125 869.536,457.071 870.175,458.89 872.871,457.942 "
+ id="polygon1553" />
+ <polygon
+ style="opacity:0.5;fill:#d1e4b7"
+ points="872.729,457.538 872.231,456.125 869.536,457.071 870.175,458.89 872.871,457.942 "
+ id="polygon1555" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="872.729,457.538 872.231,456.125 869.536,457.071 870.175,458.89 872.871,457.942 "
+ id="polygon1557" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="872.729,457.538 872.231,456.125 869.536,457.071 870.175,458.89 872.871,457.942 "
+ id="polygon1559" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="872.729,457.538 872.231,456.125 869.536,457.071 870.175,458.89 872.871,457.942 "
+ id="polygon1561" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.998,450.249 c 0.014,0.091 0.008,0.182 -0.006,0.269 l 0.108,-0.038 -0.084,-0.234 c -0.006,0.001 -0.013,0.001 -0.018,0.003 z"
+ id="path1563" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.998,450.249 c 0.014,0.091 0.008,0.182 -0.006,0.269 l 0.108,-0.038 -0.084,-0.234 c -0.006,0.001 -0.013,0.001 -0.018,0.003 z"
+ id="path1565" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.998,450.249 c 0.014,0.091 0.008,0.182 -0.006,0.269 l 0.108,-0.038 -0.084,-0.234 c -0.006,0.001 -0.013,0.001 -0.018,0.003 z"
+ id="path1567" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.998,450.249 c 0.014,0.091 0.008,0.182 -0.006,0.269 l 0.108,-0.038 -0.084,-0.234 c -0.006,0.001 -0.013,0.001 -0.018,0.003 z"
+ id="path1569" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 893.998,450.249 c 0.014,0.091 0.008,0.182 -0.006,0.269 l 0.108,-0.038 -0.084,-0.234 c -0.006,0.001 -0.013,0.001 -0.018,0.003 z"
+ id="path1571" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.998,450.249 c 0.014,0.091 0.008,0.182 -0.006,0.269 l 0.108,-0.038 -0.084,-0.234 c -0.006,0.001 -0.013,0.001 -0.018,0.003 z"
+ id="path1573" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.998,450.249 c 0.014,0.091 0.008,0.182 -0.006,0.269 l 0.108,-0.038 -0.084,-0.234 c -0.006,0.001 -0.013,0.001 -0.018,0.003 z"
+ id="path1575" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 -0.258,-0.739 -3.37,1.184 0.64,1.818 4.104,-1.443 c 0.014,-0.087 0.02,-0.178 0.006,-0.269 -0.458,0.152 -0.958,-0.09 -1.122,-0.551 z"
+ id="path1577" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 -0.258,-0.739 -3.37,1.184 0.64,1.818 4.104,-1.443 c 0.014,-0.087 0.02,-0.178 0.006,-0.269 -0.458,0.152 -0.958,-0.09 -1.122,-0.551 z"
+ id="path1579" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 -0.258,-0.739 -3.37,1.184 0.64,1.818 4.104,-1.443 c 0.014,-0.087 0.02,-0.178 0.006,-0.269 -0.458,0.152 -0.958,-0.09 -1.122,-0.551 z"
+ id="path1581" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 -0.258,-0.739 -3.37,1.184 0.64,1.818 4.104,-1.443 c 0.014,-0.087 0.02,-0.178 0.006,-0.269 -0.458,0.152 -0.958,-0.09 -1.122,-0.551 z"
+ id="path1583" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 -0.258,-0.739 -3.37,1.184 0.64,1.818 4.104,-1.443 c 0.014,-0.087 0.02,-0.178 0.006,-0.269 -0.458,0.152 -0.958,-0.09 -1.122,-0.551 z"
+ id="path1585" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 -0.258,-0.739 -3.37,1.184 0.64,1.818 4.104,-1.443 c 0.014,-0.087 0.02,-0.178 0.006,-0.269 -0.458,0.152 -0.958,-0.09 -1.122,-0.551 z"
+ id="path1587" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 -0.258,-0.739 -3.37,1.184 0.64,1.818 4.104,-1.443 c 0.014,-0.087 0.02,-0.178 0.006,-0.269 -0.458,0.152 -0.958,-0.09 -1.122,-0.551 z"
+ id="path1589" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 -0.258,-0.739 -3.37,1.184 0.64,1.818 4.104,-1.443 c 0.014,-0.087 0.02,-0.178 0.006,-0.269 -0.458,0.152 -0.958,-0.09 -1.122,-0.551 z"
+ id="path1591" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.957,450.075 c 0.021,0.059 0.033,0.117 0.041,0.174 0.006,-0.002 0.013,-0.002 0.019,-0.004 z"
+ id="path1593" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.957,450.075 c 0.021,0.059 0.033,0.117 0.041,0.174 0.006,-0.002 0.013,-0.002 0.019,-0.004 z"
+ id="path1595" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.957,450.075 c 0.021,0.059 0.033,0.117 0.041,0.174 0.006,-0.002 0.013,-0.002 0.019,-0.004 z"
+ id="path1597" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.957,450.075 c 0.021,0.059 0.033,0.117 0.041,0.174 0.006,-0.002 0.013,-0.002 0.019,-0.004 z"
+ id="path1599" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 893.957,450.075 c 0.021,0.059 0.033,0.117 0.041,0.174 0.006,-0.002 0.013,-0.002 0.019,-0.004 z"
+ id="path1601" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.957,450.075 c 0.021,0.059 0.033,0.117 0.041,0.174 0.006,-0.002 0.013,-0.002 0.019,-0.004 z"
+ id="path1603" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.957,450.075 c 0.021,0.059 0.033,0.117 0.041,0.174 0.006,-0.002 0.013,-0.002 0.019,-0.004 z"
+ id="path1605" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.957,450.075 c 0.021,0.059 0.033,0.117 0.041,0.174 0.006,-0.002 0.013,-0.002 0.019,-0.004 z"
+ id="path1607" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z"
+ id="path1609" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z"
+ id="path1611" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z"
+ id="path1613" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z"
+ id="path1615" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z"
+ id="path1617" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z"
+ id="path1619" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z"
+ id="path1621" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z"
+ id="path1623" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z"
+ id="path1625" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="925.88501"
+ y="436.79199"
+ transform="matrix(-0.9433,0.3321,-0.3321,-0.9433,1947.2135,541.801)"
+ width="2.858"
+ height="0.963"
+ id="rect1627" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="925.88501"
+ y="436.79199"
+ transform="matrix(-0.9433,0.3321,-0.3321,-0.9433,1947.2135,541.801)"
+ width="2.858"
+ height="0.963"
+ id="rect1629" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="925.88501"
+ y="436.79199"
+ transform="matrix(-0.9433,0.3321,-0.3321,-0.9433,1947.2135,541.801)"
+ width="2.858"
+ height="0.963"
+ id="rect1631" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="925.88501"
+ y="436.79199"
+ transform="matrix(-0.9433,0.3321,-0.3321,-0.9433,1947.2135,541.801)"
+ width="2.858"
+ height="0.963"
+ id="rect1633" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.08301"
+ y="438.439"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1938.5862,547.1425)"
+ width="7.0840001"
+ height="0.96499997"
+ id="rect1635" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.08301"
+ y="438.439"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1938.5862,547.1425)"
+ width="7.0840001"
+ height="0.96499997"
+ id="rect1637" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.08301"
+ y="438.439"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1938.5862,547.1425)"
+ width="7.0840001"
+ height="0.96499997"
+ id="rect1639" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.08301"
+ y="438.439"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1938.5862,547.1425)"
+ width="7.0840001"
+ height="0.96499997"
+ id="rect1641" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.08301"
+ y="438.439"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1938.5862,547.1425)"
+ width="7.0840001"
+ height="0.96499997"
+ id="rect1643" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="927.151"
+ y="436.75299"
+ transform="matrix(0.3293,0.9442,-0.9442,0.3293,1035.9423,-582.0021)"
+ width="0.96399999"
+ height="2.858"
+ id="rect1645" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="927.151"
+ y="436.75299"
+ transform="matrix(0.3293,0.9442,-0.9442,0.3293,1035.9423,-582.0021)"
+ width="0.96399999"
+ height="2.858"
+ id="rect1647" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="927.151"
+ y="436.75299"
+ transform="matrix(0.3293,0.9442,-0.9442,0.3293,1035.9423,-582.0021)"
+ width="0.96399999"
+ height="2.858"
+ id="rect1649" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="927.151"
+ y="436.75299"
+ transform="matrix(0.3293,0.9442,-0.9442,0.3293,1035.9423,-582.0021)"
+ width="0.96399999"
+ height="2.858"
+ id="rect1651" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="927.151"
+ y="436.75299"
+ transform="matrix(0.3293,0.9442,-0.9442,0.3293,1035.9423,-582.0021)"
+ width="0.96399999"
+ height="2.858"
+ id="rect1653" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.40198"
+ y="439.349"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1939.5032,548.8501)"
+ width="7.085"
+ height="0.963"
+ id="rect1655" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.40198"
+ y="439.349"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1939.5032,548.8501)"
+ width="7.085"
+ height="0.963"
+ id="rect1657" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.40198"
+ y="439.349"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1939.5032,548.8501)"
+ width="7.085"
+ height="0.963"
+ id="rect1659" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="919.40198"
+ y="439.349"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1939.5032,548.8501)"
+ width="7.085"
+ height="0.963"
+ id="rect1661" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.40198"
+ y="439.349"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1939.5032,548.8501)"
+ width="7.085"
+ height="0.963"
+ id="rect1663" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.40198"
+ y="439.349"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1939.5032,548.8501)"
+ width="7.085"
+ height="0.963"
+ id="rect1665" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.085,442.948 c 0.02,0.057 0.033,0.116 0.041,0.174 l 7.316,-2.571 -0.32,-0.908 -7.299,2.565 z"
+ id="path1667" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.085,442.948 c 0.02,0.057 0.033,0.116 0.041,0.174 l 7.316,-2.571 -0.32,-0.908 -7.299,2.565 z"
+ id="path1669" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.085,442.948 c 0.02,0.057 0.033,0.116 0.041,0.174 l 7.316,-2.571 -0.32,-0.908 -7.299,2.565 z"
+ id="path1671" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 912.085,442.948 c 0.02,0.057 0.033,0.116 0.041,0.174 l 7.316,-2.571 -0.32,-0.908 -7.299,2.565 z"
+ id="path1673" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.085,442.948 c 0.02,0.057 0.033,0.116 0.041,0.174 l 7.316,-2.571 -0.32,-0.908 -7.299,2.565 z"
+ id="path1675" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.085,442.948 c 0.02,0.057 0.033,0.116 0.041,0.174 l 7.316,-2.571 -0.32,-0.908 -7.299,2.565 z"
+ id="path1677" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 911.537,444.087 -6.4,2.25 0.082,0.234 14.544,-5.112 -0.319,-0.908 -7.316,2.571 c 0.056,0.412 -0.183,0.822 -0.591,0.965 z"
+ id="path1679" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 911.537,444.087 -6.4,2.25 0.082,0.234 14.544,-5.112 -0.319,-0.908 -7.316,2.571 c 0.056,0.412 -0.183,0.822 -0.591,0.965 z"
+ id="path1681" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 911.537,444.087 -6.4,2.25 0.082,0.234 14.544,-5.112 -0.319,-0.908 -7.316,2.571 c 0.056,0.412 -0.183,0.822 -0.591,0.965 z"
+ id="path1683" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 911.537,444.087 -6.4,2.25 0.082,0.234 14.544,-5.112 -0.319,-0.908 -7.316,2.571 c 0.056,0.412 -0.183,0.822 -0.591,0.965 z"
+ id="path1685" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 911.537,444.087 -6.4,2.25 0.082,0.234 14.544,-5.112 -0.319,-0.908 -7.316,2.571 c 0.056,0.412 -0.183,0.822 -0.591,0.965 z"
+ id="path1687" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 911.537,444.087 -6.4,2.25 0.082,0.234 14.544,-5.112 -0.319,-0.908 -7.316,2.571 c 0.056,0.412 -0.183,0.822 -0.591,0.965 z"
+ id="path1689" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 911.537,444.087 -6.4,2.25 0.082,0.234 14.544,-5.112 -0.319,-0.908 -7.316,2.571 c 0.056,0.412 -0.183,0.822 -0.591,0.965 z"
+ id="path1691" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.126,443.122 c -0.008,-0.058 -0.021,-0.117 -0.041,-0.174 l -0.262,-0.74 -7.244,2.547 0.32,0.908 z"
+ id="path1693" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.126,443.122 c -0.008,-0.058 -0.021,-0.117 -0.041,-0.174 l -0.262,-0.74 -7.244,2.547 0.32,0.908 z"
+ id="path1695" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.126,443.122 c -0.008,-0.058 -0.021,-0.117 -0.041,-0.174 l -0.262,-0.74 -7.244,2.547 0.32,0.908 z"
+ id="path1697" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 912.126,443.122 c -0.008,-0.058 -0.021,-0.117 -0.041,-0.174 l -0.262,-0.74 -7.244,2.547 0.32,0.908 z"
+ id="path1699" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.126,443.122 c -0.008,-0.058 -0.021,-0.117 -0.041,-0.174 l -0.262,-0.74 -7.244,2.547 0.32,0.908 z"
+ id="path1701" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.126,443.122 c -0.008,-0.058 -0.021,-0.117 -0.041,-0.174 l -0.262,-0.74 -7.244,2.547 0.32,0.908 z"
+ id="path1703" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.126,443.122 c -0.008,-0.058 -0.021,-0.117 -0.041,-0.174 l -0.262,-0.74 -7.244,2.547 0.32,0.908 z"
+ id="path1705" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 905.136,446.337 6.4,-2.25 c 0.408,-0.143 0.647,-0.553 0.59,-0.965 l -7.227,2.541 z"
+ id="path1707" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 905.136,446.337 6.4,-2.25 c 0.408,-0.143 0.647,-0.553 0.59,-0.965 l -7.227,2.541 z"
+ id="path1709" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 905.136,446.337 6.4,-2.25 c 0.408,-0.143 0.647,-0.553 0.59,-0.965 l -7.227,2.541 z"
+ id="path1711" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 905.136,446.337 6.4,-2.25 c 0.408,-0.143 0.647,-0.553 0.59,-0.965 l -7.227,2.541 z"
+ id="path1713" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 905.136,446.337 6.4,-2.25 c 0.408,-0.143 0.647,-0.553 0.59,-0.965 l -7.227,2.541 z"
+ id="path1715" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 905.136,446.337 6.4,-2.25 c 0.408,-0.143 0.647,-0.553 0.59,-0.965 l -7.227,2.541 z"
+ id="path1717" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 905.136,446.337 6.4,-2.25 c 0.408,-0.143 0.647,-0.553 0.59,-0.965 l -7.227,2.541 z"
+ id="path1719" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 905.136,446.337 6.4,-2.25 c 0.408,-0.143 0.647,-0.553 0.59,-0.965 l -7.227,2.541 z"
+ id="path1721" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08398"
+ y="454.638"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.475,316.4445)"
+ width="7.0799999"
+ height="1.927"
+ id="rect1723" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08398"
+ y="454.638"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.475,316.4445)"
+ width="7.0799999"
+ height="1.927"
+ id="rect1725" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08398"
+ y="454.638"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.475,316.4445)"
+ width="7.0799999"
+ height="1.927"
+ id="rect1727" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="873.08398"
+ y="454.638"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.475,316.4445)"
+ width="7.0799999"
+ height="1.927"
+ id="rect1729" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08398"
+ y="454.638"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.475,316.4445)"
+ width="7.0799999"
+ height="1.927"
+ id="rect1731" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="873.08398"
+ y="454.638"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.475,316.4445)"
+ width="7.0799999"
+ height="1.927"
+ id="rect1733" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08398"
+ y="454.638"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.475,316.4445)"
+ width="7.0799999"
+ height="1.927"
+ id="rect1735" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.67603"
+ y="451.776"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-100.0782,319.0779)"
+ width="10.179"
+ height="1.925"
+ id="rect1737" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.67603"
+ y="451.776"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-100.0782,319.0779)"
+ width="10.179"
+ height="1.925"
+ id="rect1739" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.67603"
+ y="451.776"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-100.0782,319.0779)"
+ width="10.179"
+ height="1.925"
+ id="rect1741" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="879.67603"
+ y="451.776"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-100.0782,319.0779)"
+ width="10.179"
+ height="1.925"
+ id="rect1743" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.67603"
+ y="451.776"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-100.0782,319.0779)"
+ width="10.179"
+ height="1.925"
+ id="rect1745" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.67603"
+ y="451.776"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-100.0782,319.0779)"
+ width="10.179"
+ height="1.925"
+ id="rect1747" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="879.67603"
+ y="451.776"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-100.0782,319.0779)"
+ width="10.179"
+ height="1.925"
+ id="rect1749" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.67603"
+ y="451.776"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-100.0782,319.0779)"
+ width="10.179"
+ height="1.925"
+ id="rect1751" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 934.034,429.402 c 0.29,-0.103 0.521,-0.192 0.517,-0.203 l -0.656,-1.868 c -0.004,-0.014 -0.241,0.061 -0.529,0.162 l -7.098,2.494 0.671,1.91 z"
+ id="path1753" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 934.034,429.402 c 0.29,-0.103 0.521,-0.192 0.517,-0.203 l -0.656,-1.868 c -0.004,-0.014 -0.241,0.061 -0.529,0.162 l -7.098,2.494 0.671,1.91 z"
+ id="path1755" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 934.034,429.402 c 0.29,-0.103 0.521,-0.192 0.517,-0.203 l -0.656,-1.868 c -0.004,-0.014 -0.241,0.061 -0.529,0.162 l -7.098,2.494 0.671,1.91 z"
+ id="path1757" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 859.869,453.327 c -0.289,0.102 -0.52,0.191 -0.515,0.205 l 0.655,1.867 c 0.005,0.012 0.242,-0.063 0.531,-0.163 l 7.433,-2.612 -0.673,-1.909 z"
+ id="path1759" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 859.869,453.327 c -0.289,0.102 -0.52,0.191 -0.515,0.205 l 0.655,1.867 c 0.005,0.012 0.242,-0.063 0.531,-0.163 l 7.433,-2.612 -0.673,-1.909 z"
+ id="path1761" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 859.869,453.327 c -0.289,0.102 -0.52,0.191 -0.515,0.205 l 0.655,1.867 c 0.005,0.012 0.242,-0.063 0.531,-0.163 l 7.433,-2.612 -0.673,-1.909 z"
+ id="path1763" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 859.869,453.327 c -0.289,0.102 -0.52,0.191 -0.515,0.205 l 0.655,1.867 c 0.005,0.012 0.242,-0.063 0.531,-0.163 l 7.433,-2.612 -0.673,-1.909 z"
+ id="path1765" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 901.427,440.637 c 0.025,0.07 0.038,0.142 0.044,0.212 l 1.544,-0.543 -0.671,-1.909 -1.516,0.533 z"
+ id="path1767" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 901.427,440.637 c 0.025,0.07 0.038,0.142 0.044,0.212 l 1.544,-0.543 -0.671,-1.909 -1.516,0.533 z"
+ id="path1769" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 901.427,440.637 c 0.025,0.07 0.038,0.142 0.044,0.212 l 1.544,-0.543 -0.671,-1.909 -1.516,0.533 z"
+ id="path1771" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 901.427,440.637 c 0.025,0.07 0.038,0.142 0.044,0.212 l 1.544,-0.543 -0.671,-1.909 -1.516,0.533 z"
+ id="path1773" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 901.427,440.637 c 0.025,0.07 0.038,0.142 0.044,0.212 l 1.544,-0.543 -0.671,-1.909 -1.516,0.533 z"
+ id="path1775" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 901.427,440.637 c 0.025,0.07 0.038,0.142 0.044,0.212 l 1.544,-0.543 -0.671,-1.909 -1.516,0.533 z"
+ id="path1777" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.287,442.319 4.185,-1.471 c -0.006,-0.07 -0.019,-0.142 -0.044,-0.212 l -0.599,-1.707 -4.213,1.481 z"
+ id="path1779" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.287,442.319 4.185,-1.471 c -0.006,-0.07 -0.019,-0.142 -0.044,-0.212 l -0.599,-1.707 -4.213,1.481 z"
+ id="path1781" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.287,442.319 4.185,-1.471 c -0.006,-0.07 -0.019,-0.142 -0.044,-0.212 l -0.599,-1.707 -4.213,1.481 z"
+ id="path1783" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 897.287,442.319 4.185,-1.471 c -0.006,-0.07 -0.019,-0.142 -0.044,-0.212 l -0.599,-1.707 -4.213,1.481 z"
+ id="path1785" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.287,442.319 4.185,-1.471 c -0.006,-0.07 -0.019,-0.142 -0.044,-0.212 l -0.599,-1.707 -4.213,1.481 z"
+ id="path1787" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.287,442.319 4.185,-1.471 c -0.006,-0.07 -0.019,-0.142 -0.044,-0.212 l -0.599,-1.707 -4.213,1.481 z"
+ id="path1789" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 897.287,442.319 4.185,-1.471 c -0.006,-0.07 -0.019,-0.142 -0.044,-0.212 l -0.599,-1.707 -4.213,1.481 z"
+ id="path1791" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.24402"
+ y="439.45499"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1014.9191,-548.0275)"
+ width="2.023"
+ height="5.7150002"
+ id="rect1793" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.24402"
+ y="439.45499"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1014.9191,-548.0275)"
+ width="2.023"
+ height="5.7150002"
+ id="rect1795" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.24402"
+ y="439.45499"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1014.9191,-548.0275)"
+ width="2.023"
+ height="5.7150002"
+ id="rect1797" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.24402"
+ y="439.45499"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1014.9191,-548.0275)"
+ width="2.023"
+ height="5.7150002"
+ id="rect1799" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="893.24402"
+ y="439.45499"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1014.9191,-548.0275)"
+ width="2.023"
+ height="5.7150002"
+ id="rect1801" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.24402"
+ y="439.45499"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1014.9191,-548.0275)"
+ width="2.023"
+ height="5.7150002"
+ id="rect1803" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.24402"
+ y="439.45499"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1014.9191,-548.0275)"
+ width="2.023"
+ height="5.7150002"
+ id="rect1805" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="893.24402"
+ y="439.45499"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1014.9191,-548.0275)"
+ width="2.023"
+ height="5.7150002"
+ id="rect1807" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="867.55603"
+ y="450.18301"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-100.489,313.9638)"
+ width="2.8570001"
+ height="2.0239999"
+ id="rect1809" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="867.55603"
+ y="450.18301"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-100.489,313.9638)"
+ width="2.8570001"
+ height="2.0239999"
+ id="rect1811" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="867.55603"
+ y="450.18301"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-100.489,313.9638)"
+ width="2.8570001"
+ height="2.0239999"
+ id="rect1813" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="867.55603"
+ y="450.18301"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-100.489,313.9638)"
+ width="2.8570001"
+ height="2.0239999"
+ id="rect1815" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="867.55603"
+ y="450.18301"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-100.489,313.9638)"
+ width="2.8570001"
+ height="2.0239999"
+ id="rect1817" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 870.774,449.631 c -0.021,-0.056 0.052,-0.131 0.161,-0.169 l 6.482,-2.279 -0.008,-0.021 -7.414,2.605 0.672,1.909 0.733,-0.257 z"
+ id="path1819" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 870.774,449.631 c -0.021,-0.056 0.052,-0.131 0.161,-0.169 l 6.482,-2.279 -0.008,-0.021 -7.414,2.605 0.672,1.909 0.733,-0.257 z"
+ id="path1821" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 870.774,449.631 c -0.021,-0.056 0.052,-0.131 0.161,-0.169 l 6.482,-2.279 -0.008,-0.021 -7.414,2.605 0.672,1.909 0.733,-0.257 z"
+ id="path1823" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 870.774,449.631 c -0.021,-0.056 0.052,-0.131 0.161,-0.169 l 6.482,-2.279 -0.008,-0.021 -7.414,2.605 0.672,1.909 0.733,-0.257 z"
+ id="path1825" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 870.774,449.631 c -0.021,-0.056 0.052,-0.131 0.161,-0.169 l 6.482,-2.279 -0.008,-0.021 -7.414,2.605 0.672,1.909 0.733,-0.257 z"
+ id="path1827" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 870.774,449.631 c -0.021,-0.056 0.052,-0.131 0.161,-0.169 l 6.482,-2.279 -0.008,-0.021 -7.414,2.605 0.672,1.909 0.733,-0.257 z"
+ id="path1829" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.50897"
+ y="444.19901"
+ transform="matrix(0.3417,0.9398,-0.9398,0.3417,998.5037,-532.7004)"
+ width="0.023"
+ height="4.4650002"
+ id="rect1831" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.50897"
+ y="444.19901"
+ transform="matrix(0.3417,0.9398,-0.9398,0.3417,998.5037,-532.7004)"
+ width="0.023"
+ height="4.4650002"
+ id="rect1833" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.50897"
+ y="444.19901"
+ transform="matrix(0.3417,0.9398,-0.9398,0.3417,998.5037,-532.7004)"
+ width="0.023"
+ height="4.4650002"
+ id="rect1835" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="879.50897"
+ y="444.19901"
+ transform="matrix(0.3417,0.9398,-0.9398,0.3417,998.5037,-532.7004)"
+ width="0.023"
+ height="4.4650002"
+ id="rect1837" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.50897"
+ y="444.19901"
+ transform="matrix(0.3417,0.9398,-0.9398,0.3417,998.5037,-532.7004)"
+ width="0.023"
+ height="4.4650002"
+ id="rect1839" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.50897"
+ y="444.19901"
+ transform="matrix(0.3417,0.9398,-0.9398,0.3417,998.5037,-532.7004)"
+ width="0.023"
+ height="4.4650002"
+ id="rect1841" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="879.50897"
+ y="444.19901"
+ transform="matrix(0.3417,0.9398,-0.9398,0.3417,998.5037,-532.7004)"
+ width="0.023"
+ height="4.4650002"
+ id="rect1843" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.056,443.907 -0.043,-0.123 -5.391,1.896 0.008,0.021 5.192,-1.826 c 0.109,-0.038 0.215,-0.022 0.234,0.032 z"
+ id="path1845" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.056,443.907 -0.043,-0.123 -5.391,1.896 0.008,0.021 5.192,-1.826 c 0.109,-0.038 0.215,-0.022 0.234,0.032 z"
+ id="path1847" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.056,443.907 -0.043,-0.123 -5.391,1.896 0.008,0.021 5.192,-1.826 c 0.109,-0.038 0.215,-0.022 0.234,0.032 z"
+ id="path1849" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 887.056,443.907 -0.043,-0.123 -5.391,1.896 0.008,0.021 5.192,-1.826 c 0.109,-0.038 0.215,-0.022 0.234,0.032 z"
+ id="path1851" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.056,443.907 -0.043,-0.123 -5.391,1.896 0.008,0.021 5.192,-1.826 c 0.109,-0.038 0.215,-0.022 0.234,0.032 z"
+ id="path1853" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.056,443.907 -0.043,-0.123 -5.391,1.896 0.008,0.021 5.192,-1.826 c 0.109,-0.038 0.215,-0.022 0.234,0.032 z"
+ id="path1855" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.056,443.907 -0.043,-0.123 -5.391,1.896 0.008,0.021 5.192,-1.826 c 0.109,-0.038 0.215,-0.022 0.234,0.032 z"
+ id="path1857" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 887.056,443.907 -0.043,-0.123 -5.391,1.896 0.008,0.021 5.192,-1.826 c 0.109,-0.038 0.215,-0.022 0.234,0.032 z"
+ id="path1859" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="887.683,445.694 891.054,444.51 890.382,442.601 887.013,443.784 887.056,443.907 "
+ id="polygon1861" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="887.683,445.694 891.054,444.51 890.382,442.601 887.013,443.784 887.056,443.907 "
+ id="polygon1863" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="887.683,445.694 891.054,444.51 890.382,442.601 887.013,443.784 887.056,443.907 "
+ id="polygon1865" />
+ <polygon
+ style="opacity:0.5;fill:#d1e4b7"
+ points="887.683,445.694 891.054,444.51 890.382,442.601 887.013,443.784 887.056,443.907 "
+ id="polygon1867" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="887.683,445.694 891.054,444.51 890.382,442.601 887.013,443.784 887.056,443.907 "
+ id="polygon1869" />
+ <polygon
+ style="opacity:0.2;fill:#fff6a3"
+ points="887.683,445.694 891.054,444.51 890.382,442.601 887.013,443.784 887.056,443.907 "
+ id="polygon1871" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="887.683,445.694 891.054,444.51 890.382,442.601 887.013,443.784 887.056,443.907 "
+ id="polygon1873" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="887.683,445.694 891.054,444.51 890.382,442.601 887.013,443.784 887.056,443.907 "
+ id="polygon1875" />
+ <polygon
+ style="opacity:0.2;fill:#fff6a3"
+ points="887.683,445.694 891.054,444.51 890.382,442.601 887.013,443.784 887.056,443.907 "
+ id="polygon1877" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1879" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1881" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1883" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1885" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1887" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1889" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1891" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1893" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1895" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1897" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="923.82599"
+ y="430.40399"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1941.2131,531.6422)"
+ width="2.8570001"
+ height="2.0250001"
+ id="rect1899" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="923.82599"
+ y="430.40399"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1941.2131,531.6422)"
+ width="2.8570001"
+ height="2.0250001"
+ id="rect1901" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="923.82599"
+ y="430.40399"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1941.2131,531.6422)"
+ width="2.8570001"
+ height="2.0250001"
+ id="rect1903" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="923.82599"
+ y="430.40399"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1941.2131,531.6422)"
+ width="2.8570001"
+ height="2.0250001"
+ id="rect1905" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.55298"
+ y="429.521"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1024.5623,-578.9479)"
+ width="2.0239999"
+ height="7.086"
+ id="rect1907" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.55298"
+ y="429.521"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1024.5623,-578.9479)"
+ width="2.0239999"
+ height="7.086"
+ id="rect1909" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.55298"
+ y="429.521"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1024.5623,-578.9479)"
+ width="2.0239999"
+ height="7.086"
+ id="rect1911" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.55298"
+ y="429.521"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1024.5623,-578.9479)"
+ width="2.0239999"
+ height="7.086"
+ id="rect1913" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="919.55298"
+ y="429.521"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1024.5623,-578.9479)"
+ width="2.0239999"
+ height="7.086"
+ id="rect1915" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="912.56299"
+ y="431.65399"
+ transform="matrix(0.3324,0.9431,-0.9431,0.3324,1020.6695,-570.872)"
+ width="2.0239999"
+ height="7.7360001"
+ id="rect1917" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="912.56299"
+ y="431.65399"
+ transform="matrix(0.3324,0.9431,-0.9431,0.3324,1020.6695,-570.872)"
+ width="2.0239999"
+ height="7.7360001"
+ id="rect1919" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="912.56299"
+ y="431.65399"
+ transform="matrix(0.3324,0.9431,-0.9431,0.3324,1020.6695,-570.872)"
+ width="2.0239999"
+ height="7.7360001"
+ id="rect1921" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="912.56299"
+ y="431.65399"
+ transform="matrix(0.3324,0.9431,-0.9431,0.3324,1020.6695,-570.872)"
+ width="2.0239999"
+ height="7.7360001"
+ id="rect1923" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="912.56299"
+ y="431.65399"
+ transform="matrix(0.3324,0.9431,-0.9431,0.3324,1020.6695,-570.872)"
+ width="2.0239999"
+ height="7.7360001"
+ id="rect1925" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="912.56299"
+ y="431.65399"
+ transform="matrix(0.3324,0.9431,-0.9431,0.3324,1020.6695,-570.872)"
+ width="2.0239999"
+ height="7.7360001"
+ id="rect1927" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="902.46198"
+ y="437.06699"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1906.5923,550.8441)"
+ width="7.6810002"
+ height="2.023"
+ id="rect1929" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="902.46198"
+ y="437.06699"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1906.5923,550.8441)"
+ width="7.6810002"
+ height="2.023"
+ id="rect1931" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="902.46198"
+ y="437.06699"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1906.5923,550.8441)"
+ width="7.6810002"
+ height="2.023"
+ id="rect1933" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="902.46198"
+ y="437.06699"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1906.5923,550.8441)"
+ width="7.6810002"
+ height="2.023"
+ id="rect1935" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="902.46198"
+ y="437.06699"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1906.5923,550.8441)"
+ width="7.6810002"
+ height="2.023"
+ id="rect1937" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="902.46198"
+ y="437.06699"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1906.5923,550.8441)"
+ width="7.6810002"
+ height="2.023"
+ id="rect1939" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="902.46198"
+ y="437.06699"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1906.5923,550.8441)"
+ width="7.6810002"
+ height="2.023"
+ id="rect1941" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 877.417,447.183 -6.482,2.279 c -0.109,0.038 -0.182,0.113 -0.161,0.169 l 0.627,1.788 6.68,-2.35 z"
+ id="path1943" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 877.417,447.183 -6.482,2.279 c -0.109,0.038 -0.182,0.113 -0.161,0.169 l 0.627,1.788 6.68,-2.35 z"
+ id="path1945" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 877.417,447.183 -6.482,2.279 c -0.109,0.038 -0.182,0.113 -0.161,0.169 l 0.627,1.788 6.68,-2.35 z"
+ id="path1947" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 877.417,447.183 -6.482,2.279 c -0.109,0.038 -0.182,0.113 -0.161,0.169 l 0.627,1.788 6.68,-2.35 z"
+ id="path1949" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 877.417,447.183 -6.482,2.279 c -0.109,0.038 -0.182,0.113 -0.161,0.169 l 0.627,1.788 6.68,-2.35 z"
+ id="path1951" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 877.417,447.183 -6.482,2.279 c -0.109,0.038 -0.182,0.113 -0.161,0.169 l 0.627,1.788 6.68,-2.35 z"
+ id="path1953" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 877.417,447.183 -6.482,2.279 c -0.109,0.038 -0.182,0.113 -0.161,0.169 l 0.627,1.788 6.68,-2.35 z"
+ id="path1955" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 c -0.039,-0.058 -0.072,-0.123 -0.099,-0.192 l -0.591,-1.685 -4.213,1.48 0.663,1.887 z"
+ id="path1957" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 c -0.039,-0.058 -0.072,-0.123 -0.099,-0.192 l -0.591,-1.685 -4.213,1.48 0.663,1.887 z"
+ id="path1959" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 c -0.039,-0.058 -0.072,-0.123 -0.099,-0.192 l -0.591,-1.685 -4.213,1.48 0.663,1.887 z"
+ id="path1961" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 c -0.039,-0.058 -0.072,-0.123 -0.099,-0.192 l -0.591,-1.685 -4.213,1.48 0.663,1.887 z"
+ id="path1963" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 c -0.039,-0.058 -0.072,-0.123 -0.099,-0.192 l -0.591,-1.685 -4.213,1.48 0.663,1.887 z"
+ id="path1965" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 c -0.039,-0.058 -0.072,-0.123 -0.099,-0.192 l -0.591,-1.685 -4.213,1.48 0.663,1.887 z"
+ id="path1967" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 c -0.039,-0.058 -0.072,-0.123 -0.099,-0.192 l -0.591,-1.685 -4.213,1.48 0.663,1.887 z"
+ id="path1969" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 c -0.039,-0.058 -0.072,-0.123 -0.099,-0.192 l -0.591,-1.685 -4.213,1.48 0.663,1.887 z"
+ id="path1971" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z"
+ id="path1973" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z"
+ id="path1975" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z"
+ id="path1977" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z"
+ id="path1979" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z"
+ id="path1981" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z"
+ id="path1983" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z"
+ id="path1985" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z"
+ id="path1987" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z"
+ id="path1989" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 830.122,456.046 c -0.301,0.105 -0.54,0.205 -0.534,0.223 l 0.928,2.643 c 0.007,0.016 0.256,-0.057 0.555,-0.162 l 1.738,-0.611 -0.949,-2.701 z"
+ id="path1991" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 830.122,456.046 c -0.301,0.105 -0.54,0.205 -0.534,0.223 l 0.928,2.643 c 0.007,0.016 0.256,-0.057 0.555,-0.162 l 1.738,-0.611 -0.949,-2.701 z"
+ id="path1993" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 830.122,456.046 c -0.301,0.105 -0.54,0.205 -0.534,0.223 l 0.928,2.643 c 0.007,0.016 0.256,-0.057 0.555,-0.162 l 1.738,-0.611 -0.949,-2.701 z"
+ id="path1995" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="831.34302"
+ y="449.552"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.5217,307.0137)"
+ width="35.001999"
+ height="2.8629999"
+ id="rect1997" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="831.34302"
+ y="449.552"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.5217,307.0137)"
+ width="35.001999"
+ height="2.8629999"
+ id="rect1999" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="831.34302"
+ y="449.552"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.5217,307.0137)"
+ width="35.001999"
+ height="2.8629999"
+ id="rect2001" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="831.34302"
+ y="449.552"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.5217,307.0137)"
+ width="35.001999"
+ height="2.8629999"
+ id="rect2003" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="898.20801"
+ y="432.32501"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1009.9156,-559.2386)"
+ width="2.865"
+ height="1.609"
+ id="rect2005" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="898.20801"
+ y="432.32501"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1009.9156,-559.2386)"
+ width="2.865"
+ height="1.609"
+ id="rect2007" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="898.20801"
+ y="432.32501"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1009.9156,-559.2386)"
+ width="2.865"
+ height="1.609"
+ id="rect2009" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="898.20801"
+ y="432.32501"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1009.9156,-559.2386)"
+ width="2.865"
+ height="1.609"
+ id="rect2011" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="898.20801"
+ y="432.32501"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1009.9156,-559.2386)"
+ width="2.865"
+ height="1.609"
+ id="rect2013" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="898.20801"
+ y="432.32501"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1009.9156,-559.2386)"
+ width="2.865"
+ height="1.609"
+ id="rect2015" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.64899"
+ y="429.99399"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1007.931,-552.7007)"
+ width="2.8640001"
+ height="10.177"
+ id="rect2017" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.64899"
+ y="429.99399"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1007.931,-552.7007)"
+ width="2.8640001"
+ height="10.177"
+ id="rect2019" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.64899"
+ y="429.99399"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1007.931,-552.7007)"
+ width="2.8640001"
+ height="10.177"
+ id="rect2021" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="892.64899"
+ y="429.99399"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1007.931,-552.7007)"
+ width="2.8640001"
+ height="10.177"
+ id="rect2023" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.64899"
+ y="429.99399"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1007.931,-552.7007)"
+ width="2.8640001"
+ height="10.177"
+ id="rect2025" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.64899"
+ y="429.99399"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1007.931,-552.7007)"
+ width="2.8640001"
+ height="10.177"
+ id="rect2027" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="892.64899"
+ y="429.99399"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1007.931,-552.7007)"
+ width="2.8640001"
+ height="10.177"
+ id="rect2029" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="865.271"
+ y="443.27701"
+ transform="matrix(0.3318,0.9433,-0.9433,0.3318,998.6042,-520.4573)"
+ width="2.8629999"
+ height="2.8570001"
+ id="rect2031" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="865.271"
+ y="443.27701"
+ transform="matrix(0.3318,0.9433,-0.9433,0.3318,998.6042,-520.4573)"
+ width="2.8629999"
+ height="2.8570001"
+ id="rect2033" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="865.271"
+ y="443.27701"
+ transform="matrix(0.3318,0.9433,-0.9433,0.3318,998.6042,-520.4573)"
+ width="2.8629999"
+ height="2.8570001"
+ id="rect2035" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="865.271"
+ y="443.27701"
+ transform="matrix(0.3318,0.9433,-0.9433,0.3318,998.6042,-520.4573)"
+ width="2.8629999"
+ height="2.8570001"
+ id="rect2037" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="865.271"
+ y="443.27701"
+ transform="matrix(0.3318,0.9433,-0.9433,0.3318,998.6042,-520.4573)"
+ width="2.8629999"
+ height="2.8570001"
+ id="rect2039" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="867.70203"
+ y="440.75601"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-97.1949,314.8572)"
+ width="12.322"
+ height="2.8629999"
+ id="rect2041" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="867.70203"
+ y="440.75601"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-97.1949,314.8572)"
+ width="12.322"
+ height="2.8629999"
+ id="rect2043" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="867.70203"
+ y="440.75601"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-97.1949,314.8572)"
+ width="12.322"
+ height="2.8629999"
+ id="rect2045" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="867.70203"
+ y="440.75601"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-97.1949,314.8572)"
+ width="12.322"
+ height="2.8629999"
+ id="rect2047" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="867.70203"
+ y="440.75601"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-97.1949,314.8572)"
+ width="12.322"
+ height="2.8629999"
+ id="rect2049" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="867.70203"
+ y="440.75601"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-97.1949,314.8572)"
+ width="12.322"
+ height="2.8629999"
+ id="rect2051" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.93903"
+ y="436.34"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1003.9882,-538.9043)"
+ width="2.8640001"
+ height="5.7150002"
+ id="rect2053" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.93903"
+ y="436.34"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1003.9882,-538.9043)"
+ width="2.8640001"
+ height="5.7150002"
+ id="rect2055" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.93903"
+ y="436.34"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1003.9882,-538.9043)"
+ width="2.8640001"
+ height="5.7150002"
+ id="rect2057" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="880.93903"
+ y="436.34"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1003.9882,-538.9043)"
+ width="2.8640001"
+ height="5.7150002"
+ id="rect2059" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.93903"
+ y="436.34"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1003.9882,-538.9043)"
+ width="2.8640001"
+ height="5.7150002"
+ id="rect2061" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.93903"
+ y="436.34"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1003.9882,-538.9043)"
+ width="2.8640001"
+ height="5.7150002"
+ id="rect2063" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="880.93903"
+ y="436.34"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1003.9882,-538.9043)"
+ width="2.8640001"
+ height="5.7150002"
+ id="rect2065" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.966"
+ y="436.22601"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-94.9557,318.8143)"
+ width="3.572"
+ height="2.8640001"
+ id="rect2067" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.966"
+ y="436.22601"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-94.9557,318.8143)"
+ width="3.572"
+ height="2.8640001"
+ id="rect2069" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.966"
+ y="436.22601"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-94.9557,318.8143)"
+ width="3.572"
+ height="2.8640001"
+ id="rect2071" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="884.966"
+ y="436.22601"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-94.9557,318.8143)"
+ width="3.572"
+ height="2.8640001"
+ id="rect2073" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="884.966"
+ y="436.22601"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-94.9557,318.8143)"
+ width="3.572"
+ height="2.8640001"
+ id="rect2075" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.966"
+ y="436.22601"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-94.9557,318.8143)"
+ width="3.572"
+ height="2.8640001"
+ id="rect2077" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.966"
+ y="436.22601"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-94.9557,318.8143)"
+ width="3.572"
+ height="2.8640001"
+ id="rect2079" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="884.966"
+ y="436.22601"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-94.9557,318.8143)"
+ width="3.572"
+ height="2.8640001"
+ id="rect2081" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.42603"
+ y="436.47198"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ width="2.865"
+ height="0.89300001"
+ id="rect2083" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.42603"
+ y="436.47198"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ width="2.865"
+ height="0.89300001"
+ id="rect2085" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.42603"
+ y="436.47198"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ width="2.865"
+ height="0.89300001"
+ id="rect2087" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="887.42603"
+ y="436.47198"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ width="2.865"
+ height="0.89300001"
+ id="rect2089" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="887.42603"
+ y="436.47198"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ width="2.865"
+ height="0.89300001"
+ id="rect2091" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.42603"
+ y="436.47198"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ width="2.865"
+ height="0.89300001"
+ id="rect2093" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.42603"
+ y="436.47198"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ width="2.865"
+ height="0.89300001"
+ id="rect2095" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.42603"
+ y="436.47198"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ width="2.865"
+ height="0.89300001"
+ id="rect2097" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="887.42603"
+ y="436.47198"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ width="2.865"
+ height="0.89300001"
+ id="rect2099" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.447,431.902 c 0.303,-0.106 0.539,-0.204 0.534,-0.222 l -0.93,-2.642 c -0.006,-0.017 -0.253,0.056 -0.555,0.161 l -6.572,2.311 0.95,2.703 z"
+ id="path2101" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.447,431.902 c 0.303,-0.106 0.539,-0.204 0.534,-0.222 l -0.93,-2.642 c -0.006,-0.017 -0.253,0.056 -0.555,0.161 l -6.572,2.311 0.95,2.703 z"
+ id="path2103" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.447,431.902 c 0.303,-0.106 0.539,-0.204 0.534,-0.222 l -0.93,-2.642 c -0.006,-0.017 -0.253,0.056 -0.555,0.161 l -6.572,2.311 0.95,2.703 z"
+ id="path2105" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 907.447,431.902 c 0.303,-0.106 0.539,-0.204 0.534,-0.222 l -0.93,-2.642 c -0.006,-0.017 -0.253,0.056 -0.555,0.161 l -6.572,2.311 0.95,2.703 z"
+ id="path2107" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.447,431.902 c 0.303,-0.106 0.539,-0.204 0.534,-0.222 l -0.93,-2.642 c -0.006,-0.017 -0.253,0.056 -0.555,0.161 l -6.572,2.311 0.95,2.703 z"
+ id="path2109" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.447,431.902 c 0.303,-0.106 0.539,-0.204 0.534,-0.222 l -0.93,-2.642 c -0.006,-0.017 -0.253,0.056 -0.555,0.161 l -6.572,2.311 0.95,2.703 z"
+ id="path2111" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 907.447,431.902 c 0.303,-0.106 0.539,-0.204 0.534,-0.222 l -0.93,-2.642 c -0.006,-0.017 -0.253,0.056 -0.555,0.161 l -6.572,2.311 0.95,2.703 z"
+ id="path2113" />
+ </g>
+ <path
+ style="opacity:0.4;fill:#244960"
+ inkscape:connector-curvature="0"
+ d="m 914.193,184.73 c 85.199,-29.948 178.542,14.841 208.489,100.038 29.949,85.198 -14.84,178.542 -100.04,208.492 -85.195,29.947 -178.54,-14.841 -208.487,-100.04 -29.949,-85.197 14.841,-178.541 100.038,-208.49 z"
+ id="path2117" />
+
+ <linearGradient
+ id="SVGID_8_"
+ gradientUnits="userSpaceOnUse"
+ x1="-182.34331"
+ y1="642.96289"
+ x2="-182.34331"
+ y2="-161.6875"
+ gradientTransform="rotate(180,476.0757,509.10205)">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop2119" />
+ <stop
+ offset="0.097"
+ style="stop-color:#FFFFFF;stop-opacity:0.903"
+ id="stop2121" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop2123" />
+ </linearGradient>
+
+ <line
+ style="opacity:0.3;fill:#f6f6f6;stroke:url(#SVGID_8_);stroke-width:3;stroke-miterlimit:10"
+ stroke-miterlimit="10"
+ x1="1134.494"
+ y1="375.241"
+ x2="1134.494"
+ y2="1179.8929"
+ id="line2126" />
+
+ <linearGradient
+ id="SVGID_9_"
+ gradientUnits="userSpaceOnUse"
+ x1="682.24799"
+ y1="433.76459"
+ x2="682.24799"
+ y2="-435.74661"
+ gradientTransform="translate(103.2568,-50.5977)">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop2128" />
+ <stop
+ offset="0.097"
+ style="stop-color:#FFFFFF;stop-opacity:0.903"
+ id="stop2130" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop2132" />
+ </linearGradient>
+
+ <line
+ style="opacity:0.3;fill:#f6f6f6;stroke:url(#SVGID_9_);stroke-width:3;stroke-miterlimit:10"
+ stroke-miterlimit="10"
+ x1="785.505"
+ y1="383.16699"
+ x2="785.505"
+ y2="-486.34399"
+ id="line2135" />
+ </g><g
+ transform="matrix(0.68412589,0,0,1,384.20459,0)"
+ id="g7406"><g
+ id="rais"
+ style="opacity:0.5"
+ transform="matrix(0.94814815,0,0,0.94814815,322.84445,-44.088849)">
+ <linearGradient
+ y2="538.37701"
+ x2="76.613197"
+ y1="-480.13379"
+ x1="76.613297"
+ gradientUnits="userSpaceOnUse"
+ id="SVGID_4_">
+ <stop
+ id="stop64"
+ style="stop-color:#FFFFFF"
+ offset="0" />
+ <stop
+ id="stop66"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <rect
+ id="rect69"
+ height="1018.511"
+ width="238.256"
+ y="-480.134"
+ x="-42.514999"
+ style="opacity:0.1;fill:url(#SVGID_4_)" />
+ <linearGradient
+ y2="860.90088"
+ x2="36.463799"
+ y1="-492.01071"
+ x1="36.463902"
+ gradientUnits="userSpaceOnUse"
+ id="SVGID_5_">
+ <stop
+ id="stop71"
+ style="stop-color:#FFFFFF"
+ offset="0" />
+ <stop
+ id="stop73"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <rect
+ id="rect76"
+ height="1352.911"
+ width="161.57001"
+ y="-492.01099"
+ x="-44.320999"
+ style="opacity:0.1;fill:url(#SVGID_5_)" />
+ <linearGradient
+ y2="859.63531"
+ x2="44.757301"
+ y1="-493.2749"
+ x1="44.757301"
+ gradientUnits="userSpaceOnUse"
+ id="SVGID_6_">
+ <stop
+ id="stop78"
+ style="stop-color:#FFFFFF"
+ offset="0" />
+ <stop
+ id="stop80"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <rect
+ id="rect83"
+ height="1352.91"
+ width="72.279999"
+ y="-493.27499"
+ x="8.6169996"
+ style="opacity:0.1;fill:url(#SVGID_6_)" />
+ </g><rect
+ id="rect93"
+ height="28.353422"
+ width="1827.1042"
+ y="951.55768"
+ x="324.71799"
+ style="opacity:0.2;fill:url(#SVGID_7_);stroke-width:0.94814813" /><rect
+ id="rect2144"
+ height="788.38995"
+ width="57.812386"
+ y="-272.74615"
+ x="1891.2465"
+ style="opacity:0.1;fill:url(#SVGID_10_);stroke-width:0.94814813" /><rect
+ id="rect2151"
+ height="1047.2354"
+ width="110.81007"
+ y="-187.56264"
+ x="1920.1554"
+ style="opacity:0.1;fill:url(#SVGID_11_);stroke-width:0.94814813" /><rect
+ id="rect2158"
+ height="1047.2362"
+ width="68.53215"
+ y="-269.09674"
+ x="2074.7568"
+ style="opacity:0.1;fill:url(#SVGID_12_);stroke-width:0.94814813" /><g
+ id="rais_2_"
+ style="opacity:0.5"
+ transform="matrix(0.94814815,0,0,0.94814815,322.84445,-44.088849)">
+ <linearGradient
+ y2="535.99561"
+ x2="182.82761"
+ y1="-482.51511"
+ x1="182.82761"
+ gradientUnits="userSpaceOnUse"
+ id="SVGID_13_">
+ <stop
+ id="stop2160"
+ style="stop-color:#FFFFFF"
+ offset="0" />
+ <stop
+ id="stop2162"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <rect
+ id="rect2165"
+ height="1018.511"
+ width="60.973999"
+ y="-482.51501"
+ x="152.341"
+ style="opacity:0.1;fill:url(#SVGID_13_)" />
+ <linearGradient
+ y2="866.99268"
+ x2="254.8808"
+ y1="-485.91849"
+ x1="254.88091"
+ gradientUnits="userSpaceOnUse"
+ id="SVGID_14_">
+ <stop
+ id="stop2167"
+ style="stop-color:#FFFFFF"
+ offset="0" />
+ <stop
+ id="stop2169"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <rect
+ id="rect2172"
+ height="1352.911"
+ width="161.57001"
+ y="-485.918"
+ x="174.09599"
+ style="opacity:0.1;fill:url(#SVGID_14_)" />
+ <linearGradient
+ y2="831.41058"
+ x2="429.0209"
+ y1="-521.5"
+ x1="429.021"
+ gradientUnits="userSpaceOnUse"
+ id="SVGID_15_">
+ <stop
+ id="stop2174"
+ style="stop-color:#FFFFFF"
+ offset="0" />
+ <stop
+ id="stop2176"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <rect
+ id="rect2179"
+ height="1352.91"
+ width="72.279999"
+ y="-521.5"
+ x="392.88101"
+ style="opacity:0.1;fill:url(#SVGID_15_)" />
+ </g><rect
+ id="rect2187"
+ height="1047.2354"
+ width="34.267021"
+ y="-387.86557"
+ x="2021.4746"
+ style="opacity:0.1;fill:url(#SVGID_16_);stroke-width:0.94814813" /></g></g>
+</svg> \ No newline at end of file
diff --git a/moonlight-theme/wallpaper/contents/images/1280x720.svg b/moonlight-theme/wallpaper/contents/images/1280x720.svg
new file mode 100755
index 0000000..75f46e3
--- /dev/null
+++ b/moonlight-theme/wallpaper/contents/images/1280x720.svg
@@ -0,0 +1,7320 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+
+<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ version="1.1"
+ x="0px"
+ y="0px"
+ width="1280"
+ height="720"
+ viewBox="227 -31 1280 720"
+ enable-background="new 0 0 1920 1080"
+ xml:space="preserve"
+ id="svg2190"
+ sodipodi:docname="1280x720.svg"
+ inkscape:version="0.92.4 (5da689c313, 2019-01-14)"><metadata
+ id="metadata2196"><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><defs
+ id="defs2194" /><sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1920"
+ inkscape:window-height="1008"
+ id="namedview2192"
+ showgrid="false"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0"
+ viewbox-y="-31"
+ inkscape:zoom="0.43703704"
+ inkscape:cx="1011.4741"
+ inkscape:cy="217.54088"
+ inkscape:window-x="0"
+ inkscape:window-y="36"
+ inkscape:window-maximized="1"
+ inkscape:current-layer="svg2190" />
+<g
+ id="Layer_2"
+ display="none"
+ style="display:none"
+ transform="translate(-92.999999,-140.73216)">
+ <radialGradient
+ id="SVGID_1_"
+ cx="960"
+ cy="540"
+ r="1100.0364"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ offset="0"
+ style="stop-color:#515C5D"
+ id="stop2" />
+ <stop
+ offset="1"
+ style="stop-color:#003343"
+ id="stop4" />
+ </radialGradient>
+ <rect
+ x="-340"
+ y="-314.49399"
+ display="inline"
+ width="2600"
+ height="1708.988"
+ id="rect7"
+ style="display:inline;fill:url(#SVGID_1_)" />
+</g>
+
+<g
+ id="Layer_3"
+ transform="matrix(0.66666667,0,0,0.66666667,227,-31)">
+ <g
+ id="g25">
+ <rect
+ style="fill:#133544"
+ x="-340"
+ y="-46"
+ width="2600"
+ height="1172"
+ id="rect10" />
+
+ <radialGradient
+ id="SVGID_2_"
+ cx="257.66019"
+ cy="1126.085"
+ r="1100.5193"
+ gradientTransform="matrix(1,0,0,-0.6858,702.3398,1312.2686)"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ offset="0"
+ style="stop-color:#24363E"
+ id="stop12" />
+ <stop
+ offset="0.1555"
+ style="stop-color:#273943"
+ id="stop14" />
+ <stop
+ offset="0.3948"
+ style="stop-color:#2B3F49"
+ id="stop16" />
+ <stop
+ offset="0.6601"
+ style="stop-color:#2E424D"
+ id="stop18" />
+ <stop
+ offset="1"
+ style="stop-color:#2F434E"
+ id="stop20" />
+ </radialGradient>
+ <rect
+ style="fill:none;stroke:url(#SVGID_2_);stroke-miterlimit:10"
+ x="-340"
+ y="-46"
+ stroke-miterlimit="10"
+ width="2600"
+ height="1172"
+ id="rect23" />
+ </g>
+ <g
+ id="g34">
+
+ <radialGradient
+ id="SVGID_3_"
+ cx="499.97849"
+ cy="1219.9453"
+ r="1145.0345"
+ gradientTransform="matrix(0.2308,0,0,-0.2308,844.6051,721.5048)"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ offset="0"
+ style="stop-color:#6C99B8"
+ id="stop27" />
+ <stop
+ offset="1"
+ style="stop-color:#133544;stop-opacity:0"
+ id="stop29" />
+ </radialGradient>
+ <rect
+ style="fill:url(#SVGID_3_)"
+ x="619.362"
+ y="99.302002"
+ width="681.27698"
+ height="681.27802"
+ id="rect32" />
+ </g>
+</g><g
+ id="Layer_1"
+ transform="matrix(0.66666667,0,0,0.66666667,227,-31)">
+ <g
+ style="opacity:0.6"
+ id="debian">
+ <g
+ id="g61">
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 969.532,722.4 c -2.012,0.029 0.385,1.039 3.01,1.44 0.727,-0.57 1.388,-1.138 1.973,-1.696 -1.636,0.401 -3.302,0.407 -4.983,0.256"
+ id="path37" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 980.346,719.703 c 1.198,-1.654 2.071,-3.467 2.38,-5.338 -0.269,1.334 -0.996,2.486 -1.676,3.703 -3.768,2.37 -0.353,-1.405 -0.006,-2.842 -4.047,5.096 -0.554,3.055 -0.698,4.477"
+ id="path39" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 984.336,709.328 c 0.24,-3.629 -0.716,-2.482 -1.04,-1.1 0.377,0.198 0.674,2.556 1.04,1.1"
+ id="path41" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 961.894,659.754 c 1.078,0.192 2.325,0.346 2.151,0.6 1.173,-0.259 1.442,-0.497 -2.151,-0.6"
+ id="path43" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 964.045,660.354 -0.761,0.156 0.706,-0.063 0.055,-0.093"
+ id="path45" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 997.562,710.699 c 0.119,3.259 -0.956,4.835 -1.921,7.637 l -1.741,0.865 c -1.424,2.768 0.138,1.756 -0.882,3.955 -2.224,1.982 -6.749,6.188 -8.198,6.574 -1.056,-0.025 0.718,-1.248 0.948,-1.726 -2.975,2.042 -2.386,3.065 -6.938,4.312 l -0.137,-0.299 c -11.228,5.281 -26.824,-5.186 -26.618,-19.467 -0.119,0.904 -0.341,0.678 -0.593,1.045 -0.578,-7.347 3.396,-14.725 10.096,-17.739 6.556,-3.246 14.239,-1.912 18.938,2.466 -2.583,-3.381 -7.712,-6.961 -13.8,-6.628 -5.958,0.097 -11.534,3.884 -13.394,7.994 -3.051,1.921 -3.406,7.405 -4.738,8.411 -1.787,13.152 3.366,18.834 12.092,25.518 1.374,0.93 0.388,1.064 0.572,1.773 -2.897,-1.358 -5.55,-3.406 -7.733,-5.916 1.156,1.696 2.406,3.346 4.021,4.637 -2.732,-0.924 -6.383,-6.621 -7.45,-6.853 4.713,8.433 19.108,14.791 26.656,11.636 -3.491,0.134 -7.925,0.075 -11.844,-1.375 -1.646,-0.846 -3.89,-2.604 -3.484,-2.932 10.288,3.842 20.922,2.91 29.826,-4.227 2.264,-1.766 4.738,-4.766 5.456,-4.81 -1.079,1.621 0.182,0.78 -0.646,2.21 2.258,-3.64 -0.979,-1.48 2.333,-6.288 l 1.225,1.688 c -0.453,-3.021 3.754,-6.691 3.326,-11.469 0.965,-1.459 1.076,1.572 0.053,4.934 1.423,-3.729 0.375,-4.329 0.739,-7.401 0.395,1.032 0.911,2.131 1.178,3.223 -0.925,-3.604 0.95,-6.069 1.414,-8.16 -0.455,-0.206 -1.43,1.592 -1.653,-2.665 0.035,-1.851 0.517,-0.969 0.705,-1.423 -0.367,-0.212 -1.319,-1.627 -1.898,-4.347 0.42,-0.639 1.123,1.656 1.696,1.748 -0.368,-2.16 -1.003,-3.809 -1.024,-5.469 -1.674,-3.491 -0.594,0.467 -1.951,-1.499 -1.774,-5.544 1.477,-1.285 1.696,-3.804 2.696,3.902 4.235,9.953 4.937,12.461 -0.539,-3.058 -1.406,-6.016 -2.468,-8.882 0.817,0.347 -1.32,-6.283 1.062,-1.893 -2.545,-9.362 -10.888,-18.11 -18.565,-22.214 0.938,0.859 2.127,1.938 1.701,2.107 -3.818,-2.275 -3.146,-2.449 -3.691,-3.409 -3.113,-1.267 -3.317,0.103 -5.377,0 -5.86,-3.107 -6.992,-2.776 -12.388,-4.726 l 0.248,1.146 c -3.885,-1.293 -4.523,0.491 -8.725,0.004 -0.254,-0.199 1.348,-0.723 2.667,-0.911 -3.759,0.497 -3.581,-0.743 -7.258,0.134 0.907,-0.637 1.864,-1.053 2.829,-1.594 -3.061,0.188 -7.307,1.782 -5.994,0.332 -4.998,2.227 -13.865,5.356 -18.846,10.025 l -0.157,-1.051 c -2.281,2.74 -9.947,8.182 -10.557,11.725 l -0.608,0.143 c -1.188,2.013 -1.956,4.287 -2.897,6.354 -1.549,2.646 -2.275,1.019 -2.054,1.433 -3.053,6.192 -4.567,11.393 -5.881,15.658 0.935,1.396 0.023,8.395 0.377,13.998 -1.534,27.693 19.433,54.572 42.351,60.785 3.358,1.201 8.353,1.152 12.601,1.274 -5.011,-1.435 -5.659,-0.757 -10.544,-2.462 -3.521,-1.658 -4.294,-3.551 -6.789,-5.719 l 0.985,1.746 c -4.894,-1.734 -2.843,-2.145 -6.822,-3.406 l 1.054,-1.371 c -1.589,-0.124 -4.2,-2.68 -4.917,-4.093 l -1.736,0.069 c -2.084,-2.573 -3.193,-4.422 -3.113,-5.862 l -0.563,0.999 c -0.634,-1.092 -7.669,-9.646 -4.019,-7.658 -0.676,-0.619 -1.579,-1.006 -2.556,-2.777 l 0.744,-0.852 c -1.76,-2.258 -3.236,-5.159 -3.124,-6.121 0.938,1.266 1.587,1.5 2.231,1.721 -4.433,-11.005 -4.684,-0.61 -8.043,-11.202 l 0.712,-0.06 c -0.544,-0.818 -0.875,-1.71 -1.313,-2.588 l 0.308,-3.078 c -3.19,-3.697 -0.895,-15.695 -0.432,-22.275 0.321,-2.68 2.665,-5.531 4.45,-10 l -1.087,-0.186 c 2.077,-3.627 11.864,-14.559 16.395,-14 2.197,-2.756 -0.432,-0.008 -0.862,-0.701 4.823,-4.99 6.339,-3.529 9.595,-4.424 3.512,-2.082 -3.015,0.811 -1.35,-0.797 6.067,-1.547 4.302,-3.521 12.218,-4.309 0.832,0.477 -1.939,0.734 -2.637,1.35 5.055,-2.471 16.003,-1.909 23.11,1.374 8.249,3.855 17.514,15.251 17.882,25.968 l 0.413,0.113 c -0.207,4.263 0.652,9.188 -0.842,13.711 l 1.018,-2.138"
+ id="path47" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 947.549,725.162 -0.281,1.415 c 1.323,1.799 2.374,3.748 4.066,5.153 -1.217,-2.375 -2.123,-3.359 -3.785,-6.568"
+ id="path49" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 950.682,725.041 c -0.704,-0.773 -1.119,-1.707 -1.582,-2.637 0.44,1.632 1.352,3.034 2.197,4.462 l -0.615,-1.825"
+ id="path51" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 1006.055,713.008 -0.3,0.744 c -0.543,3.85 -1.711,7.66 -3.506,11.195 1.982,-3.728 3.265,-7.808 3.806,-11.939"
+ id="path53" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 962.294,658.789 c 1.363,-0.5 3.349,-0.272 4.795,-0.6 -1.885,0.155 -3.759,0.252 -5.61,0.488 l 0.815,0.112"
+ id="path55" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 914.486,684.214 c 0.313,2.901 -2.184,4.027 0.554,2.114 1.47,-3.306 -0.576,-0.911 -0.554,-2.114"
+ id="path57" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 911.267,697.659 c 0.632,-1.941 0.747,-3.103 0.986,-4.223 -1.742,2.23 -0.803,2.703 -0.986,4.223"
+ id="path59" />
+ </g>
+ </g>
+ <g
+ style="opacity:0.5"
+ id="rais">
+ <linearGradient
+ id="SVGID_4_"
+ gradientUnits="userSpaceOnUse"
+ x1="76.613297"
+ y1="-480.13379"
+ x2="76.613197"
+ y2="538.37701">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop64" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop66" />
+ </linearGradient>
+ <rect
+ style="opacity:0.1;fill:url(#SVGID_4_)"
+ x="-42.514999"
+ y="-480.134"
+ width="238.256"
+ height="1018.511"
+ id="rect69" />
+ <linearGradient
+ id="SVGID_5_"
+ gradientUnits="userSpaceOnUse"
+ x1="36.463902"
+ y1="-492.01071"
+ x2="36.463799"
+ y2="860.90088">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop71" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop73" />
+ </linearGradient>
+ <rect
+ style="opacity:0.1;fill:url(#SVGID_5_)"
+ x="-44.320999"
+ y="-492.01099"
+ width="161.57001"
+ height="1352.911"
+ id="rect76" />
+ <linearGradient
+ id="SVGID_6_"
+ gradientUnits="userSpaceOnUse"
+ x1="44.757301"
+ y1="-493.2749"
+ x2="44.757301"
+ y2="859.63531">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop78" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop80" />
+ </linearGradient>
+ <rect
+ style="opacity:0.1;fill:url(#SVGID_6_)"
+ x="8.6169996"
+ y="-493.27499"
+ width="72.279999"
+ height="1352.91"
+ id="rect83" />
+ </g>
+
+ <linearGradient
+ id="SVGID_7_"
+ gradientUnits="userSpaceOnUse"
+ x1="39.5313"
+ y1="54.977501"
+ x2="1966.5557"
+ y2="54.977501"
+ gradientTransform="rotate(180,984.26565,560.0127)">
+ <stop
+ offset="0"
+ style="stop-color:#2B4F5A;stop-opacity:0"
+ id="stop86" />
+ <stop
+ offset="0.5"
+ style="stop-color:#2A4F5A;stop-opacity:0.958"
+ id="stop88" />
+ <stop
+ offset="1"
+ style="stop-color:#23353D;stop-opacity:0"
+ id="stop90" />
+ </linearGradient>
+ <rect
+ style="opacity:0.2;fill:url(#SVGID_7_)"
+ x="1.976"
+ y="1050.0959"
+ width="1927.024"
+ height="29.903999"
+ id="rect93" />
+ <g
+ id="g2137">
+
+ <circle
+ style="opacity:0.3;fill:#244960;stroke:#f6f6f6;stroke-width:3;stroke-miterlimit:10"
+ stroke-miterlimit="10"
+ cx="960"
+ cy="387.70599"
+ r="174.44701"
+ id="circle95" />
+ <circle
+ style="opacity:0.4;fill:#244960"
+ cx="929.50598"
+ cy="409.521"
+ r="131.647"
+ id="circle97" />
+ <g
+ id="g2115">
+ <path
+ style="fill:none"
+ inkscape:connector-curvature="0"
+ d="m 961.413,437.345 1.242,3.537 11.819,-4.154 c -0.354,-1.191 -0.739,-2.381 -1.156,-3.568 v 0 z"
+ id="path99" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 961.569,494.871 c 0.091,0.262 -0.086,0.562 -0.395,0.67 l -7.977,2.805 3.878,11.034 c 6.327,-6.691 11.338,-14.476 14.822,-22.909 l -11.82,4.155 z"
+ id="path101" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 949.62,440.953 -2.972,-8.451 -6.232,2.19 4.382,12.467 17.858,-6.277 -1.242,-3.537 -11.216,3.942 c -0.227,0.079 -0.486,-0.071 -0.578,-0.334 z"
+ id="path103" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 916.134,511.373 c -0.311,0.109 -0.635,-0.015 -0.727,-0.273 l -0.223,-0.632 c 0.215,0.608 0.01,1.235 -0.455,1.399 l -20.386,7.167 4.786,13.617 c 9.393,0.463 19.027,-0.85 28.445,-4.161 2.813,-0.989 5.529,-2.129 8.143,-3.406 l -6.443,-18.33 z"
+ id="path105" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 861.561,520.335 c 2.563,1.692 5.228,3.223 7.974,4.587 l -2.313,-6.577 z"
+ id="path107" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 834.78,471.823 c -0.464,0.164 -0.975,-0.08 -1.139,-0.545 l -5.601,-15.932 c -0.318,9.061 1.016,18.332 4.205,27.402 4.196,11.937 11.116,22.138 19.813,30.154 l -14.751,-41.967 z"
+ id="path109" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 852.418,476.228 -5.523,1.943 c -0.365,0.127 -0.665,0.219 -0.671,0.201 l -0.93,-2.641 c -0.005,-0.018 0.285,-0.135 0.652,-0.264 l 5.521,-1.941 -2.367,-6.734 -11.794,4.145 14.751,41.967 c 2.975,2.738 6.152,5.222 9.503,7.432 l 5.66,-1.99 z"
+ id="path111" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 852.418,476.228 -5.523,1.943 c -0.365,0.127 -0.665,0.219 -0.671,0.201 l -0.93,-2.641 c -0.005,-0.018 0.285,-0.135 0.652,-0.264 l 5.521,-1.941 -2.367,-6.734 -11.794,4.145 14.751,41.967 c 2.975,2.738 6.152,5.222 9.503,7.432 l 5.66,-1.99 z"
+ id="path113" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 853.195,401.971 c -0.767,0.679 -1.52,1.376 -2.257,2.086 l 2.661,-0.936 z"
+ id="path115" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 853.195,401.971 c -0.767,0.679 -1.52,1.376 -2.257,2.086 l 2.661,-0.936 z"
+ id="path117" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="943.22198"
+ y="430.07501"
+ transform="matrix(-0.3319,-0.9433,0.9433,-0.3319,847.8203,1467.1946)"
+ width="0.465"
+ height="6.6059999"
+ id="rect119" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="943.22198"
+ y="430.07501"
+ transform="matrix(-0.3319,-0.9433,0.9433,-0.3319,847.8203,1467.1946)"
+ width="0.465"
+ height="6.6059999"
+ id="rect121" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 926.267,429.987 7.098,-2.494 c 0.288,-0.102 0.525,-0.176 0.529,-0.162 l 0.656,1.868 c 0.004,0.011 -0.227,0.101 -0.517,0.203 l -7.096,2.495 1.564,4.447 17.354,-6.1 -11.179,-31.805 c -0.094,-0.264 0.014,-0.541 0.239,-0.62 l 8.144,-2.862 c -0.976,-0.623 -1.965,-1.221 -2.965,-1.798 l -23.827,8.376 z"
+ id="path123" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 926.267,429.987 7.098,-2.494 c 0.288,-0.102 0.525,-0.176 0.529,-0.162 l 0.656,1.868 c 0.004,0.011 -0.227,0.101 -0.517,0.203 l -7.096,2.495 1.564,4.447 17.354,-6.1 -11.179,-31.805 c -0.094,-0.264 0.014,-0.541 0.239,-0.62 l 8.144,-2.862 c -0.976,-0.623 -1.965,-1.221 -2.965,-1.798 l -23.827,8.376 z"
+ id="path125" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 883.798,385.634 c -1.944,0.512 -3.882,1.105 -5.811,1.783 -6.199,2.179 -11.931,5.095 -17.131,8.609 l 23.669,-8.319 z"
+ id="path127" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 883.798,385.634 c -1.944,0.512 -3.882,1.105 -5.811,1.783 -6.199,2.179 -11.931,5.095 -17.131,8.609 l 23.669,-8.319 z"
+ id="path129" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.985,395.954 c 0.465,-0.162 0.976,0.081 1.139,0.547 l 0.329,0.936 9.615,27.354 11.119,-3.909 -11.661,-33.175 -23.669,8.319 c -2.7,1.826 -5.258,3.813 -7.662,5.944 l 0.404,1.15 z"
+ id="path131" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.985,395.954 c 0.465,-0.162 0.976,0.081 1.139,0.547 l 0.329,0.936 9.615,27.354 11.119,-3.909 -11.661,-33.175 -23.669,8.319 c -2.7,1.826 -5.258,3.813 -7.662,5.944 l 0.404,1.15 z"
+ id="path133" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.985,395.954 c 0.465,-0.162 0.976,0.081 1.139,0.547 l 0.329,0.936 9.615,27.354 11.119,-3.909 -11.661,-33.175 -23.669,8.319 c -2.7,1.826 -5.258,3.813 -7.662,5.944 l 0.404,1.15 z"
+ id="path135" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 975.202,476.572 c 3.283,-12.727 3.252,-26.444 -0.728,-39.845 l -11.819,4.154 z"
+ id="path137" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 944.797,447.159 15.28,43.467 11.82,-4.155 c 1.326,-3.212 2.433,-6.521 3.305,-9.898 l -12.547,-35.69 z"
+ id="path139" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 944.797,447.159 15.28,43.467 11.82,-4.155 c 1.326,-3.212 2.433,-6.521 3.305,-9.898 l -12.547,-35.69 z"
+ id="path141" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 929.296,438.601 2.157,6.142 c 0.077,0.22 0.101,0.439 0.077,0.644 l 7.34,-2.581 c 0.365,-0.13 0.666,-0.22 0.673,-0.204 l 0.928,2.644 c 0.007,0.016 -0.285,0.135 -0.65,0.263 l -9.901,3.479 1.063,3.03 13.815,-4.857 -4.382,-12.467 z"
+ id="path143" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 929.296,438.601 2.157,6.142 c 0.077,0.22 0.101,0.439 0.077,0.644 l 7.34,-2.581 c 0.365,-0.13 0.666,-0.22 0.673,-0.204 l 0.928,2.644 c 0.007,0.016 -0.285,0.135 -0.65,0.263 l -9.901,3.479 1.063,3.03 13.815,-4.857 -4.382,-12.467 z"
+ id="path145" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 953.198,498.346 7.977,-2.805 c 0.309,-0.108 0.485,-0.408 0.395,-0.67 l -1.492,-4.245 -8.537,3.001 z"
+ id="path147" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 953.198,498.346 7.977,-2.805 c 0.309,-0.108 0.485,-0.408 0.395,-0.67 l -1.492,-4.245 -8.537,3.001 z"
+ id="path149" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 914.757,506.557 c -0.467,0.164 -0.917,0.083 -1.01,-0.179 l 1.438,4.09 0.223,0.632 c 0.092,0.259 0.416,0.383 0.727,0.273 l 13.141,-4.619 -1.659,-4.717 z"
+ id="path151" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 914.757,506.557 c -0.467,0.164 -0.917,0.083 -1.01,-0.179 l 1.438,4.09 0.223,0.632 c 0.092,0.259 0.416,0.383 0.727,0.273 l 13.141,-4.619 -1.659,-4.717 z"
+ id="path153" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="923.56702"
+ y="450.07101"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1951.5443,570.3113)"
+ width="7.085"
+ height="3.211"
+ id="rect155" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="923.56702"
+ y="450.07101"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1951.5443,570.3113)"
+ width="7.085"
+ height="3.211"
+ id="rect157" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="923.56702"
+ y="450.07101"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1951.5443,570.3113)"
+ width="7.085"
+ height="3.211"
+ id="rect159" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="934.54602"
+ y="430.535"
+ transform="matrix(-0.3363,-0.9417,0.9417,-0.3363,838.1754,1463.5337)"
+ width="0.465"
+ height="11.786"
+ id="rect161" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="934.54602"
+ y="430.535"
+ transform="matrix(-0.3363,-0.9417,0.9417,-0.3363,838.1754,1463.5337)"
+ width="0.465"
+ height="11.786"
+ id="rect163" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="934.54602"
+ y="430.535"
+ transform="matrix(-0.3363,-0.9417,0.9417,-0.3363,838.1754,1463.5337)"
+ width="0.465"
+ height="11.786"
+ id="rect165" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.375,502.475 1.373,3.903 c 0.093,0.262 0.543,0.343 1.01,0.179 l 12.858,-4.52 -1.539,-4.379 z"
+ id="path167" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.375,502.475 1.373,3.903 c 0.093,0.262 0.543,0.343 1.01,0.179 l 12.858,-4.52 -1.539,-4.379 z"
+ id="path169" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 912.375,502.475 1.373,3.903 c 0.093,0.262 0.543,0.343 1.01,0.179 l 12.858,-4.52 -1.539,-4.379 z"
+ id="path171" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 931.519,453.546 4.438,-1.559 c 0.464,-0.164 0.964,0.055 1.116,0.486 l 14.468,41.153 8.537,-3.001 -15.28,-43.467 -13.815,4.857 z"
+ id="path173" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 931.519,453.546 4.438,-1.559 c 0.464,-0.164 0.964,0.055 1.116,0.486 l 14.468,41.153 8.537,-3.001 -15.28,-43.467 -13.815,4.857 z"
+ id="path175" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 931.519,453.546 4.438,-1.559 c 0.464,-0.164 0.964,0.055 1.116,0.486 l 14.468,41.153 8.537,-3.001 -15.28,-43.467 -13.815,4.857 z"
+ id="path177" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 913.15,460.883 c -0.152,-0.433 0.101,-0.915 0.567,-1.077 l -11.008,3.867 4.226,12.019 c 0.037,0.104 -0.005,0.212 -0.093,0.243 l -3.378,1.188 8.91,25.353 13.702,-4.816 z"
+ id="path179" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 913.15,460.883 c -0.152,-0.433 0.101,-0.915 0.567,-1.077 l -11.008,3.867 4.226,12.019 c 0.037,0.104 -0.005,0.212 -0.093,0.243 l -3.378,1.188 8.91,25.353 13.702,-4.816 z"
+ id="path181" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 913.15,460.883 c -0.152,-0.433 0.101,-0.915 0.567,-1.077 l -11.008,3.867 4.226,12.019 c 0.037,0.104 -0.005,0.212 -0.093,0.243 l -3.378,1.188 8.91,25.353 13.702,-4.816 z"
+ id="path183" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 913.15,460.883 c -0.152,-0.433 0.101,-0.915 0.567,-1.077 l -11.008,3.867 4.226,12.019 c 0.037,0.104 -0.005,0.212 -0.093,0.243 l -3.378,1.188 8.91,25.353 13.702,-4.816 z"
+ id="path185" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 924.728,455.589 c 0.06,0.17 -0.054,0.365 -0.256,0.436 l 7.047,-2.479 -0.537,-1.529 -6.684,2.35 z"
+ id="path187" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 924.728,455.589 c 0.06,0.17 -0.054,0.365 -0.256,0.436 l 7.047,-2.479 -0.537,-1.529 -6.684,2.35 z"
+ id="path189" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 924.728,455.589 c 0.06,0.17 -0.054,0.365 -0.256,0.436 l 7.047,-2.479 -0.537,-1.529 -6.684,2.35 z"
+ id="path191" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 924.728,455.589 c 0.06,0.17 -0.054,0.365 -0.256,0.436 l 7.047,-2.479 -0.537,-1.529 -6.684,2.35 z"
+ id="path193" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 834.78,471.823 2.527,-0.887 -4.499,-12.799 -1.738,0.611 c -0.299,0.105 -0.548,0.178 -0.555,0.162 l -0.928,-2.643 c -0.006,-0.018 0.233,-0.117 0.534,-0.223 l 1.737,-0.609 -3.026,-8.608 c -0.425,2.81 -0.691,5.654 -0.792,8.519 l 5.601,15.932 c 0.164,0.465 0.675,0.709 1.139,0.545 z"
+ id="path195" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 834.78,471.823 2.527,-0.887 -4.499,-12.799 -1.738,0.611 c -0.299,0.105 -0.548,0.178 -0.555,0.162 l -0.928,-2.643 c -0.006,-0.018 0.233,-0.117 0.534,-0.223 l 1.737,-0.609 -3.026,-8.608 c -0.425,2.81 -0.691,5.654 -0.792,8.519 l 5.601,15.932 c 0.164,0.465 0.675,0.709 1.139,0.545 z"
+ id="path197" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 864.88,443.829 -13.352,-37.982 c -0.215,-0.609 -0.012,-1.236 0.453,-1.4 l 1.854,-0.652 -0.237,-0.673 -2.661,0.936 c -11.876,11.438 -19.647,26.534 -22.105,42.771 l 3.026,8.608 z"
+ id="path199" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 864.88,443.829 -13.352,-37.982 c -0.215,-0.609 -0.012,-1.236 0.453,-1.4 l 1.854,-0.652 -0.237,-0.673 -2.661,0.936 c -11.876,11.438 -19.647,26.534 -22.105,42.771 l 3.026,8.608 z"
+ id="path201" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 864.88,443.829 -13.352,-37.982 c -0.215,-0.609 -0.012,-1.236 0.453,-1.4 l 1.854,-0.652 -0.237,-0.673 -2.661,0.936 c -11.876,11.438 -19.647,26.534 -22.105,42.771 l 3.026,8.608 z"
+ id="path203" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 847.812,460.429 20.385,-7.165 -0.224,-0.64 -7.433,2.612 c -0.289,0.101 -0.526,0.175 -0.531,0.163 l -0.655,-1.867 c -0.005,-0.014 0.226,-0.104 0.515,-0.205 l 7.432,-2.612 -1.47,-4.185 -33.022,11.607 4.499,12.799 11.794,-4.145 -1.744,-4.963 c -0.216,-0.608 -0.013,-1.235 0.454,-1.399 z"
+ id="path205" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 847.812,460.429 20.385,-7.165 -0.224,-0.64 -7.433,2.612 c -0.289,0.101 -0.526,0.175 -0.531,0.163 l -0.655,-1.867 c -0.005,-0.014 0.226,-0.104 0.515,-0.205 l 7.432,-2.612 -1.47,-4.185 -33.022,11.607 4.499,12.799 11.794,-4.145 -1.744,-4.963 c -0.216,-0.608 -0.013,-1.235 0.454,-1.399 z"
+ id="path207" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 847.812,460.429 20.385,-7.165 -0.224,-0.64 -7.433,2.612 c -0.289,0.101 -0.526,0.175 -0.531,0.163 l -0.655,-1.867 c -0.005,-0.014 0.226,-0.104 0.515,-0.205 l 7.432,-2.612 -1.47,-4.185 -33.022,11.607 4.499,12.799 11.794,-4.145 -1.744,-4.963 c -0.216,-0.608 -0.013,-1.235 0.454,-1.399 z"
+ id="path209" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 875.453,397.437 -0.329,-0.936 c -0.163,-0.466 -0.674,-0.709 -1.139,-0.547 l -20.386,7.167 0.237,0.673 20.386,-7.166 c 0.465,-0.162 1.017,0.199 1.231,0.809 z"
+ id="path211" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 875.453,397.437 -0.329,-0.936 c -0.163,-0.466 -0.674,-0.709 -1.139,-0.547 l -20.386,7.167 0.237,0.673 20.386,-7.166 c 0.465,-0.162 1.017,0.199 1.231,0.809 z"
+ id="path213" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 875.453,397.437 -0.329,-0.936 c -0.163,-0.466 -0.674,-0.709 -1.139,-0.547 l -20.386,7.167 0.237,0.673 20.386,-7.166 c 0.465,-0.162 1.017,0.199 1.231,0.809 z"
+ id="path215" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 875.453,397.437 -0.329,-0.936 c -0.163,-0.466 -0.674,-0.709 -1.139,-0.547 l -20.386,7.167 0.237,0.673 20.386,-7.166 c 0.465,-0.162 1.017,0.199 1.231,0.809 z"
+ id="path217" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 940.095,393.16 c -9.196,-5.288 -19.482,-8.615 -30.164,-9.649 l 6.337,18.025 z"
+ id="path219" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 940.095,393.16 c -9.196,-5.288 -19.482,-8.615 -30.164,-9.649 l 6.337,18.025 z"
+ id="path221" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 940.095,393.16 c -9.196,-5.288 -19.482,-8.615 -30.164,-9.649 l 6.337,18.025 z"
+ id="path223" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.49,519.685 c -0.465,0.165 -1.015,-0.198 -1.229,-0.808 l -2.811,-7.994 -21.229,7.462 2.313,6.577 c 9.151,4.542 19.225,7.22 29.596,7.729 l -4.786,-13.617 z"
+ id="path225" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.49,519.685 c -0.465,0.165 -1.015,-0.198 -1.229,-0.808 l -2.811,-7.994 -21.229,7.462 2.313,6.577 c 9.151,4.542 19.225,7.22 29.596,7.729 l -4.786,-13.617 z"
+ id="path227" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="848.11298"
+ y="482.30399"
+ transform="matrix(-0.3316,-0.9434,0.9434,-0.3316,693.4218,1478.4001)"
+ width="44.643002"
+ height="22.503"
+ id="rect229" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="848.11298"
+ y="482.30399"
+ transform="matrix(-0.3316,-0.9434,0.9434,-0.3316,693.4218,1478.4001)"
+ width="44.643002"
+ height="22.503"
+ id="rect231" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="848.11298"
+ y="482.30399"
+ transform="matrix(-0.3316,-0.9434,0.9434,-0.3316,693.4218,1478.4001)"
+ width="44.643002"
+ height="22.503"
+ id="rect233" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="849.64801"
+ y="462.85901"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-105.9666,311.9189)"
+ width="22.502001"
+ height="7.138"
+ id="rect235" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="849.64801"
+ y="462.85901"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-105.9666,311.9189)"
+ width="22.502001"
+ height="7.138"
+ id="rect237" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="849.64801"
+ y="462.85901"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-105.9666,311.9189)"
+ width="22.502001"
+ height="7.138"
+ id="rect239" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 870.175,458.89 -5.104,1.795 c -0.43,0.15 -0.781,0.263 -0.784,0.253 l -0.626,-1.778 c -0.003,-0.012 0.341,-0.143 0.772,-0.293 l 5.103,-1.795 -1.339,-3.808 -20.385,7.165 c -0.467,0.164 -0.67,0.791 -0.455,1.4 l 1.744,4.963 21.229,-7.463 z"
+ id="path241" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 870.175,458.89 -5.104,1.795 c -0.43,0.15 -0.781,0.263 -0.784,0.253 l -0.626,-1.778 c -0.003,-0.012 0.341,-0.143 0.772,-0.293 l 5.103,-1.795 -1.339,-3.808 -20.385,7.165 c -0.467,0.164 -0.67,0.791 -0.455,1.4 l 1.744,4.963 21.229,-7.463 z"
+ id="path243" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 870.175,458.89 -5.104,1.795 c -0.43,0.15 -0.781,0.263 -0.784,0.253 l -0.626,-1.778 c -0.003,-0.012 0.341,-0.143 0.772,-0.293 l 5.103,-1.795 -1.339,-3.808 -20.385,7.165 c -0.467,0.164 -0.67,0.791 -0.455,1.4 l 1.744,4.963 21.229,-7.463 z"
+ id="path245" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 870.175,458.89 -5.104,1.795 c -0.43,0.15 -0.781,0.263 -0.784,0.253 l -0.626,-1.778 c -0.003,-0.012 0.341,-0.143 0.772,-0.293 l 5.103,-1.795 -1.339,-3.808 -20.385,7.165 c -0.467,0.164 -0.67,0.791 -0.455,1.4 l 1.744,4.963 21.229,-7.463 z"
+ id="path247" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.25,422.904 c 0.465,-0.163 0.974,0.082 1.138,0.548 l 1.599,4.548 1.516,-0.532 -2.314,-6.586 -11.119,3.909 0.419,1.194 z"
+ id="path249" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.25,422.904 c 0.465,-0.163 0.974,0.082 1.138,0.548 l 1.599,4.548 1.516,-0.532 -2.314,-6.586 -11.119,3.909 0.419,1.194 z"
+ id="path251" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.25,422.904 c 0.465,-0.163 0.974,0.082 1.138,0.548 l 1.599,4.548 1.516,-0.532 -2.314,-6.586 -11.119,3.909 0.419,1.194 z"
+ id="path253" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 894.25,422.904 c 0.465,-0.163 0.974,0.082 1.138,0.548 l 1.599,4.548 1.516,-0.532 -2.314,-6.586 -11.119,3.909 0.419,1.194 z"
+ id="path255" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 905.373,447.012 -5.729,2.013 2.367,6.736 5.862,-2.061 c -0.145,-0.145 -0.266,-0.33 -0.343,-0.549 z"
+ id="path257" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 905.373,447.012 -5.729,2.013 2.367,6.736 5.862,-2.061 c -0.145,-0.145 -0.266,-0.33 -0.343,-0.549 z"
+ id="path259" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 905.373,447.012 -5.729,2.013 2.367,6.736 5.862,-2.061 c -0.145,-0.145 -0.266,-0.33 -0.343,-0.549 z"
+ id="path261" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 905.373,447.012 -5.729,2.013 2.367,6.736 5.862,-2.061 c -0.145,-0.145 -0.266,-0.33 -0.343,-0.549 z"
+ id="path263" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="900.97601"
+ y="455.134"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1925.2111,585.0494)"
+ width="23.452"
+ height="3.211"
+ id="rect265" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="900.97601"
+ y="455.134"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1925.2111,585.0494)"
+ width="23.452"
+ height="3.211"
+ id="rect267" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="900.97601"
+ y="455.134"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1925.2111,585.0494)"
+ width="23.452"
+ height="3.211"
+ id="rect269" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="900.97601"
+ y="455.134"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1925.2111,585.0494)"
+ width="23.452"
+ height="3.211"
+ id="rect271" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="899.39502"
+ y="447.565"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1902.2772,571.1381)"
+ width="6.072"
+ height="0.46700001"
+ id="rect273" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="899.39502"
+ y="447.565"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1902.2772,571.1381)"
+ width="6.072"
+ height="0.46700001"
+ id="rect275" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="899.39502"
+ y="447.565"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1902.2772,571.1381)"
+ width="6.072"
+ height="0.46700001"
+ id="rect277" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="899.39502"
+ y="447.565"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1902.2772,571.1381)"
+ width="6.072"
+ height="0.46700001"
+ id="rect279" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="899.39502"
+ y="447.565"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1902.2772,571.1381)"
+ width="6.072"
+ height="0.46700001"
+ id="rect281" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 902.709,463.673 11.008,-3.867 10.755,-3.781 c 0.202,-0.07 0.315,-0.266 0.256,-0.436 l -0.43,-1.223 -22.126,7.775 z"
+ id="path283" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 902.709,463.673 11.008,-3.867 10.755,-3.781 c 0.202,-0.07 0.315,-0.266 0.256,-0.436 l -0.43,-1.223 -22.126,7.775 z"
+ id="path285" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 902.709,463.673 11.008,-3.867 10.755,-3.781 c 0.202,-0.07 0.315,-0.266 0.256,-0.436 l -0.43,-1.223 -22.126,7.775 z"
+ id="path287" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 902.709,463.673 11.008,-3.867 10.755,-3.781 c 0.202,-0.07 0.315,-0.266 0.256,-0.436 l -0.43,-1.223 -22.126,7.775 z"
+ id="path289" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 902.709,463.673 11.008,-3.867 10.755,-3.781 c 0.202,-0.07 0.315,-0.266 0.256,-0.436 l -0.43,-1.223 -22.126,7.775 z"
+ id="path291" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.252,450.919 0.63,1.79 3.38,-1.187 c 0.087,-0.031 0.188,0.027 0.224,0.131 l 1.672,4.758 1.854,-0.65 -2.367,-6.736 z"
+ id="path293" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.252,450.919 0.63,1.79 3.38,-1.187 c 0.087,-0.031 0.188,0.027 0.224,0.131 l 1.672,4.758 1.854,-0.65 -2.367,-6.736 z"
+ id="path295" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 894.252,450.919 0.63,1.79 3.38,-1.187 c 0.087,-0.031 0.188,0.027 0.224,0.131 l 1.672,4.758 1.854,-0.65 -2.367,-6.736 z"
+ id="path297" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.252,450.919 0.63,1.79 3.38,-1.187 c 0.087,-0.031 0.188,0.027 0.224,0.131 l 1.672,4.758 1.854,-0.65 -2.367,-6.736 z"
+ id="path299" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 894.252,450.919 0.63,1.79 3.38,-1.187 c 0.087,-0.031 0.188,0.027 0.224,0.131 l 1.672,4.758 1.854,-0.65 -2.367,-6.736 z"
+ id="path301" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="896.64001"
+ y="446.89499"
+ transform="matrix(-0.3275,-0.9448,0.9448,-0.3275,765.6945,1444.4624)"
+ width="0.465"
+ height="5.7150002"
+ id="rect303" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="896.64001"
+ y="446.89499"
+ transform="matrix(-0.3275,-0.9448,0.9448,-0.3275,765.6945,1444.4624)"
+ width="0.465"
+ height="5.7150002"
+ id="rect305" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="896.64001"
+ y="446.89499"
+ transform="matrix(-0.3275,-0.9448,0.9448,-0.3275,765.6945,1444.4624)"
+ width="0.465"
+ height="5.7150002"
+ id="rect307" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="896.64001"
+ y="446.89499"
+ transform="matrix(-0.3275,-0.9448,0.9448,-0.3275,765.6945,1444.4624)"
+ width="0.465"
+ height="5.7150002"
+ id="rect309" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="896.64001"
+ y="446.89499"
+ transform="matrix(-0.3275,-0.9448,0.9448,-0.3275,765.6945,1444.4624)"
+ width="0.465"
+ height="5.7150002"
+ id="rect311" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="896.64001"
+ y="446.89499"
+ transform="matrix(-0.3275,-0.9448,0.9448,-0.3275,765.6945,1444.4624)"
+ width="0.465"
+ height="5.7150002"
+ id="rect313" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 903.464,477.122 3.378,-1.188 c 0.088,-0.031 0.13,-0.139 0.093,-0.243 l -4.226,-12.019 -3.535,1.242 z"
+ id="path315" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 903.464,477.122 3.378,-1.188 c 0.088,-0.031 0.13,-0.139 0.093,-0.243 l -4.226,-12.019 -3.535,1.242 z"
+ id="path317" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 903.464,477.122 3.378,-1.188 c 0.088,-0.031 0.13,-0.139 0.093,-0.243 l -4.226,-12.019 -3.535,1.242 z"
+ id="path319" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 903.464,477.122 3.378,-1.188 c 0.088,-0.031 0.13,-0.139 0.093,-0.243 l -4.226,-12.019 -3.535,1.242 z"
+ id="path321" />
+ <path
+ style="opacity:0.4;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 903.464,477.122 3.378,-1.188 c 0.088,-0.031 0.13,-0.139 0.093,-0.243 l -4.226,-12.019 -3.535,1.242 z"
+ id="path323" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 898.802,463.863 c -0.091,-0.265 0.21,-0.61 0.676,-0.773 l 2.694,-0.948 -1.063,-3.028 -3.538,1.243 z"
+ id="path325" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 898.802,463.863 c -0.091,-0.265 0.21,-0.61 0.676,-0.773 l 2.694,-0.948 -1.063,-3.028 -3.538,1.243 z"
+ id="path327" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 898.802,463.863 c -0.091,-0.265 0.21,-0.61 0.676,-0.773 l 2.694,-0.948 -1.063,-3.028 -3.538,1.243 z"
+ id="path329" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 898.802,463.863 c -0.091,-0.265 0.21,-0.61 0.676,-0.773 l 2.694,-0.948 -1.063,-3.028 -3.538,1.243 z"
+ id="path331" />
+ <path
+ style="opacity:0.4;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 898.802,463.863 c -0.091,-0.265 0.21,-0.61 0.676,-0.773 l 2.694,-0.948 -1.063,-3.028 -3.538,1.243 z"
+ id="path333" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 899.478,463.09 c -0.466,0.163 -0.767,0.509 -0.676,0.773 l 0.372,1.052 3.535,-1.242 -0.537,-1.531 z"
+ id="path335" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 899.478,463.09 c -0.466,0.163 -0.767,0.509 -0.676,0.773 l 0.372,1.052 3.535,-1.242 -0.537,-1.531 z"
+ id="path337" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 899.478,463.09 c -0.466,0.163 -0.767,0.509 -0.676,0.773 l 0.372,1.052 3.535,-1.242 -0.537,-1.531 z"
+ id="path339" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 899.478,463.09 c -0.466,0.163 -0.767,0.509 -0.676,0.773 l 0.372,1.052 3.535,-1.242 -0.537,-1.531 z"
+ id="path341" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 899.478,463.09 c -0.466,0.163 -0.767,0.509 -0.676,0.773 l 0.372,1.052 3.535,-1.242 -0.537,-1.531 z"
+ id="path343" />
+ <path
+ style="opacity:0.4;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 899.478,463.09 c -0.466,0.163 -0.767,0.509 -0.676,0.773 l 0.372,1.052 3.535,-1.242 -0.537,-1.531 z"
+ id="path345" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.158,456.411 -1.672,-4.758 c -0.036,-0.104 -0.137,-0.162 -0.224,-0.131 l -3.38,1.187 1.74,4.945 z"
+ id="path347" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.158,456.411 -1.672,-4.758 c -0.036,-0.104 -0.137,-0.162 -0.224,-0.131 l -3.38,1.187 1.74,4.945 z"
+ id="path349" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 900.158,456.411 -1.672,-4.758 c -0.036,-0.104 -0.137,-0.162 -0.224,-0.131 l -3.38,1.187 1.74,4.945 z"
+ id="path351" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.158,456.411 -1.672,-4.758 c -0.036,-0.104 -0.137,-0.162 -0.224,-0.131 l -3.38,1.187 1.74,4.945 z"
+ id="path353" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 900.158,456.411 -1.672,-4.758 c -0.036,-0.104 -0.137,-0.162 -0.224,-0.131 l -3.38,1.187 1.74,4.945 z"
+ id="path355" />
+ <path
+ style="opacity:0.4;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 900.158,456.411 -1.672,-4.758 c -0.036,-0.104 -0.137,-0.162 -0.224,-0.131 l -3.38,1.187 1.74,4.945 z"
+ id="path357" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 961.413,437.345 11.905,-4.186 c -1.115,-3.176 -2.426,-6.229 -3.912,-9.15 l -11.286,3.968 z"
+ id="path359" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 968.502,422.284 c -5.235,-9.678 -12.421,-17.841 -20.878,-24.169 l 9.857,28.043 z"
+ id="path361" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 958.013,428.015 c -0.052,0.311 -0.263,0.585 -0.581,0.697 l -10.784,3.79 2.972,8.451 c 0.093,0.263 0.352,0.413 0.577,0.334 l 11.216,-3.942 -3.292,-9.368 z"
+ id="path363" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 958.013,428.015 c -0.052,0.311 -0.263,0.585 -0.581,0.697 l -10.784,3.79 2.972,8.451 c 0.093,0.263 0.352,0.413 0.577,0.334 l 11.216,-3.942 -3.292,-9.368 z"
+ id="path365" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 946.648,432.502 10.784,-3.79 c 0.318,-0.112 0.529,-0.387 0.581,-0.697 l -11.518,4.048 z"
+ id="path367" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 946.648,432.502 10.784,-3.79 c 0.318,-0.112 0.529,-0.387 0.581,-0.697 l -11.518,4.048 z"
+ id="path369" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 946.648,432.502 10.784,-3.79 c 0.318,-0.112 0.529,-0.387 0.581,-0.697 l -11.518,4.048 z"
+ id="path371" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 934.677,398.44 11.179,31.805 11.625,-4.087 -9.857,-28.043 c -1.483,-1.109 -3.006,-2.163 -4.563,-3.157 l -8.144,2.862 c -0.226,0.079 -0.334,0.357 -0.24,0.62 z"
+ id="path373" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 934.677,398.44 11.179,31.805 11.625,-4.087 -9.857,-28.043 c -1.483,-1.109 -3.006,-2.163 -4.563,-3.157 l -8.144,2.862 c -0.226,0.079 -0.334,0.357 -0.24,0.62 z"
+ id="path375" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 934.677,398.44 11.179,31.805 11.625,-4.087 -9.857,-28.043 c -1.483,-1.109 -3.006,-2.163 -4.563,-3.157 l -8.144,2.862 c -0.226,0.079 -0.334,0.357 -0.24,0.62 z"
+ id="path377" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.986,428 -1.599,-4.548 c -0.164,-0.466 -0.673,-0.711 -1.138,-0.548 l -8.763,3.081 1.896,5.391 z"
+ id="path379" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.986,428 -1.599,-4.548 c -0.164,-0.466 -0.673,-0.711 -1.138,-0.548 l -8.763,3.081 1.896,5.391 z"
+ id="path381" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.986,428 -1.599,-4.548 c -0.164,-0.466 -0.673,-0.711 -1.138,-0.548 l -8.763,3.081 1.896,5.391 z"
+ id="path383" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 896.986,428 -1.599,-4.548 c -0.164,-0.466 -0.673,-0.711 -1.138,-0.548 l -8.763,3.081 1.896,5.391 z"
+ id="path385" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.986,428 -1.599,-4.548 c -0.164,-0.466 -0.673,-0.711 -1.138,-0.548 l -8.763,3.081 1.896,5.391 z"
+ id="path387" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="896.31201"
+ y="428.952"
+ transform="matrix(0.332,0.9433,-0.9433,0.332,1005.5748,-560.4146)"
+ width="4.2859998"
+ height="1.6059999"
+ id="rect389" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="896.31201"
+ y="428.952"
+ transform="matrix(0.332,0.9433,-0.9433,0.332,1005.5748,-560.4146)"
+ width="4.2859998"
+ height="1.6059999"
+ id="rect391" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="896.31201"
+ y="428.952"
+ transform="matrix(0.332,0.9433,-0.9433,0.332,1005.5748,-560.4146)"
+ width="4.2859998"
+ height="1.6059999"
+ id="rect393" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="896.31201"
+ y="428.952"
+ transform="matrix(0.332,0.9433,-0.9433,0.332,1005.5748,-560.4146)"
+ width="4.2859998"
+ height="1.6059999"
+ id="rect395" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="896.31201"
+ y="428.952"
+ transform="matrix(0.332,0.9433,-0.9433,0.332,1005.5748,-560.4146)"
+ width="4.2859998"
+ height="1.6059999"
+ id="rect397" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="900.04797"
+ y="434.35501"
+ transform="matrix(-0.9433,0.3319,-0.3319,-0.9433,1895.5321,549.4395)"
+ width="1.607"
+ height="4.4330001"
+ id="rect399" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="900.04797"
+ y="434.35501"
+ transform="matrix(-0.9433,0.3319,-0.3319,-0.9433,1895.5321,549.4395)"
+ width="1.607"
+ height="4.4330001"
+ id="rect401" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="900.04797"
+ y="434.35501"
+ transform="matrix(-0.9433,0.3319,-0.3319,-0.9433,1895.5321,549.4395)"
+ width="1.607"
+ height="4.4330001"
+ id="rect403" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="900.04797"
+ y="434.35501"
+ transform="matrix(-0.9433,0.3319,-0.3319,-0.9433,1895.5321,549.4395)"
+ width="1.607"
+ height="4.4330001"
+ id="rect405" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="900.04797"
+ y="434.35501"
+ transform="matrix(-0.9433,0.3319,-0.3319,-0.9433,1895.5321,549.4395)"
+ width="1.607"
+ height="4.4330001"
+ id="rect407" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.882,441.774 -3.371,1.186 1.339,3.808 5.729,-2.013 -1.564,-4.449 -1.544,0.543 c 0.038,0.399 -0.195,0.789 -0.589,0.925 z"
+ id="path409" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.882,441.774 -3.371,1.186 1.339,3.808 5.729,-2.013 -1.564,-4.449 -1.544,0.543 c 0.038,0.399 -0.195,0.789 -0.589,0.925 z"
+ id="path411" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.882,441.774 -3.371,1.186 1.339,3.808 5.729,-2.013 -1.564,-4.449 -1.544,0.543 c 0.038,0.399 -0.195,0.789 -0.589,0.925 z"
+ id="path413" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 900.882,441.774 -3.371,1.186 1.339,3.808 5.729,-2.013 -1.564,-4.449 -1.544,0.543 c 0.038,0.399 -0.195,0.789 -0.589,0.925 z"
+ id="path415" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.882,441.774 -3.371,1.186 1.339,3.808 5.729,-2.013 -1.564,-4.449 -1.544,0.543 c 0.038,0.399 -0.195,0.789 -0.589,0.925 z"
+ id="path417" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.62799"
+ y="443.793"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1888.123,569.545)"
+ width="5.7150002"
+ height="4.0359998"
+ id="rect419" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.62799"
+ y="443.793"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1888.123,569.545)"
+ width="5.7150002"
+ height="4.0359998"
+ id="rect421" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.62799"
+ y="443.793"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1888.123,569.545)"
+ width="5.7150002"
+ height="4.0359998"
+ id="rect423" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.62799"
+ y="443.793"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1888.123,569.545)"
+ width="5.7150002"
+ height="4.0359998"
+ id="rect425" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="892.62799"
+ y="443.793"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1888.123,569.545)"
+ width="5.7150002"
+ height="4.0359998"
+ id="rect427" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.62799"
+ y="443.793"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1888.123,569.545)"
+ width="5.7150002"
+ height="4.0359998"
+ id="rect429" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.80701"
+ y="429.56601"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1878.4277,542.8927)"
+ width="10.177"
+ height="4.2859998"
+ id="rect431" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.80701"
+ y="429.56601"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1878.4277,542.8927)"
+ width="10.177"
+ height="4.2859998"
+ id="rect433" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.80701"
+ y="429.56601"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1878.4277,542.8927)"
+ width="10.177"
+ height="4.2859998"
+ id="rect435" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="887.80701"
+ y="429.56601"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1878.4277,542.8927)"
+ width="10.177"
+ height="4.2859998"
+ id="rect437" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.80701"
+ y="429.56601"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1878.4277,542.8927)"
+ width="10.177"
+ height="4.2859998"
+ id="rect439" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.80701"
+ y="429.56601"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1878.4277,542.8927)"
+ width="10.177"
+ height="4.2859998"
+ id="rect441" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 895.01,438.538 c 0.467,-0.164 0.978,0.081 1.14,0.547 l 0.466,1.326 4.213,-1.481 -1.472,-4.184 -9.604,3.376 0.709,2.014 z"
+ id="path443" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 895.01,438.538 c 0.467,-0.164 0.978,0.081 1.14,0.547 l 0.466,1.326 4.213,-1.481 -1.472,-4.184 -9.604,3.376 0.709,2.014 z"
+ id="path445" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 895.01,438.538 c 0.467,-0.164 0.978,0.081 1.14,0.547 l 0.466,1.326 4.213,-1.481 -1.472,-4.184 -9.604,3.376 0.709,2.014 z"
+ id="path447" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 895.01,438.538 c 0.467,-0.164 0.978,0.081 1.14,0.547 l 0.466,1.326 4.213,-1.481 -1.472,-4.184 -9.604,3.376 0.709,2.014 z"
+ id="path449" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 895.01,438.538 c 0.467,-0.164 0.978,0.081 1.14,0.547 l 0.466,1.326 4.213,-1.481 -1.472,-4.184 -9.604,3.376 0.709,2.014 z"
+ id="path451" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 895.01,438.538 c 0.467,-0.164 0.978,0.081 1.14,0.547 l 0.466,1.326 4.213,-1.481 -1.472,-4.184 -9.604,3.376 0.709,2.014 z"
+ id="path453" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.511,442.96 3.371,-1.186 c 0.394,-0.137 0.627,-0.526 0.589,-0.926 l -4.185,1.471 z"
+ id="path455" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.511,442.96 3.371,-1.186 c 0.394,-0.137 0.627,-0.526 0.589,-0.926 l -4.185,1.471 z"
+ id="path457" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.511,442.96 3.371,-1.186 c 0.394,-0.137 0.627,-0.526 0.589,-0.926 l -4.185,1.471 z"
+ id="path459" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 897.511,442.96 3.371,-1.186 c 0.394,-0.137 0.627,-0.526 0.589,-0.926 l -4.185,1.471 z"
+ id="path461" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.511,442.96 3.371,-1.186 c 0.394,-0.137 0.627,-0.526 0.589,-0.926 l -4.185,1.471 z"
+ id="path463" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.511,442.96 3.371,-1.186 c 0.394,-0.137 0.627,-0.526 0.589,-0.926 l -4.185,1.471 z"
+ id="path465" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.15,439.085 c -0.162,-0.466 -0.673,-0.711 -1.14,-0.547 l -4.548,1.598 0.762,2.17 5.392,-1.895 z"
+ id="path467" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.15,439.085 c -0.162,-0.466 -0.673,-0.711 -1.14,-0.547 l -4.548,1.598 0.762,2.17 5.392,-1.895 z"
+ id="path469" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.15,439.085 c -0.162,-0.466 -0.673,-0.711 -1.14,-0.547 l -4.548,1.598 0.762,2.17 5.392,-1.895 z"
+ id="path471" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.15,439.085 c -0.162,-0.466 -0.673,-0.711 -1.14,-0.547 l -4.548,1.598 0.762,2.17 5.392,-1.895 z"
+ id="path473" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 896.15,439.085 c -0.162,-0.466 -0.673,-0.711 -1.14,-0.547 l -4.548,1.598 0.762,2.17 5.392,-1.895 z"
+ id="path475" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.15,439.085 c -0.162,-0.466 -0.673,-0.711 -1.14,-0.547 l -4.548,1.598 0.762,2.17 5.392,-1.895 z"
+ id="path477" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.15,439.085 c -0.162,-0.466 -0.673,-0.711 -1.14,-0.547 l -4.548,1.598 0.762,2.17 5.392,-1.895 z"
+ id="path479" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="894.36401"
+ y="440.73001"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,772.1244,1434.6663)"
+ width="0.67900002"
+ height="5.7140002"
+ id="rect481" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="894.36401"
+ y="440.73001"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,772.1244,1434.6663)"
+ width="0.67900002"
+ height="5.7140002"
+ id="rect483" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="894.36401"
+ y="440.73001"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,772.1244,1434.6663)"
+ width="0.67900002"
+ height="5.7140002"
+ id="rect485" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="894.36401"
+ y="440.73001"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,772.1244,1434.6663)"
+ width="0.67900002"
+ height="5.7140002"
+ id="rect487" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="894.36401"
+ y="440.73001"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,772.1244,1434.6663)"
+ width="0.67900002"
+ height="5.7140002"
+ id="rect489" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="894.36401"
+ y="440.73001"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,772.1244,1434.6663)"
+ width="0.67900002"
+ height="5.7140002"
+ id="rect491" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="894.36401"
+ y="440.73001"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,772.1244,1434.6663)"
+ width="0.67900002"
+ height="5.7140002"
+ id="rect493" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.375,502.475 -21.229,7.461 3.198,9.099 20.386,-7.167 c 0.465,-0.164 0.67,-0.791 0.455,-1.399 l -1.438,-4.09 z"
+ id="path495" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.375,502.475 -21.229,7.461 3.198,9.099 20.386,-7.167 c 0.465,-0.164 0.67,-0.791 0.455,-1.399 l -1.438,-4.09 z"
+ id="path497" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.019,480.441 c -0.088,0.03 -0.188,-0.028 -0.223,-0.131 l -5.83,-16.578 -11.625,4.087 14.805,42.116 21.229,-7.461 -8.91,-25.353 z"
+ id="path499" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.019,480.441 c -0.088,0.03 -0.188,-0.028 -0.223,-0.131 l -5.83,-16.578 -11.625,4.087 14.805,42.116 21.229,-7.461 -8.91,-25.353 z"
+ id="path501" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.019,480.441 c -0.088,0.03 -0.188,-0.028 -0.223,-0.131 l -5.83,-16.578 -11.625,4.087 14.805,42.116 21.229,-7.461 -8.91,-25.353 z"
+ id="path503" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 875.591,462.71 c -0.108,0.036 -0.213,0.023 -0.232,-0.032 l -1.602,-4.556 -0.733,0.26 2.369,6.735 7.413,-2.605 -0.731,-2.082 z"
+ id="path505" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 875.591,462.71 c -0.108,0.036 -0.213,0.023 -0.232,-0.032 l -1.602,-4.556 -0.733,0.26 2.369,6.735 7.413,-2.605 -0.731,-2.082 z"
+ id="path507" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 875.591,462.71 c -0.108,0.036 -0.213,0.023 -0.232,-0.032 l -1.602,-4.556 -0.733,0.26 2.369,6.735 7.413,-2.605 -0.731,-2.082 z"
+ id="path509" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 871.28,453.42 -0.612,-1.744 -2.694,0.948 0.224,0.64 1.853,-0.651 c 0.464,-0.165 1.016,0.197 1.229,0.807 z"
+ id="path511" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 871.28,453.42 -0.612,-1.744 -2.694,0.948 0.224,0.64 1.853,-0.651 c 0.464,-0.165 1.016,0.197 1.229,0.807 z"
+ id="path513" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 871.28,453.42 -0.612,-1.744 -2.694,0.948 0.224,0.64 1.853,-0.651 c 0.464,-0.165 1.016,0.197 1.229,0.807 z"
+ id="path515" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 871.28,453.42 -0.612,-1.744 -2.694,0.948 0.224,0.64 1.853,-0.651 c 0.464,-0.165 1.016,0.197 1.229,0.807 z"
+ id="path517" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="866.48401"
+ y="445.931"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-99.5385,313.4356)"
+ width="2.8570001"
+ height="4.4349999"
+ id="rect519" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="866.48401"
+ y="445.931"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-99.5385,313.4356)"
+ width="2.8570001"
+ height="4.4349999"
+ id="rect521" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="866.48401"
+ y="445.931"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-99.5385,313.4356)"
+ width="2.8570001"
+ height="4.4349999"
+ id="rect523" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="866.48401"
+ y="445.931"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-99.5385,313.4356)"
+ width="2.8570001"
+ height="4.4349999"
+ id="rect525" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.754,458.111 c -0.285,0.062 -0.57,-0.021 -0.776,-0.207 l -0.107,0.038 0.153,0.439 0.733,-0.26 z"
+ id="path527" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.754,458.111 c -0.285,0.062 -0.57,-0.021 -0.776,-0.207 l -0.107,0.038 0.153,0.439 0.733,-0.26 z"
+ id="path529" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 873.754,458.111 c -0.285,0.062 -0.57,-0.021 -0.776,-0.207 l -0.107,0.038 0.153,0.439 0.733,-0.26 z"
+ id="path531" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.754,458.111 c -0.285,0.062 -0.57,-0.021 -0.776,-0.207 l -0.107,0.038 0.153,0.439 0.733,-0.26 z"
+ id="path533" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 853.836,403.794 -1.854,0.652 c -0.465,0.164 -0.668,0.791 -0.453,1.4 l 13.352,37.982 2.695,-0.948 z"
+ id="path535" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 853.836,403.794 -1.854,0.652 c -0.465,0.164 -0.668,0.791 -0.453,1.4 l 13.352,37.982 2.695,-0.948 z"
+ id="path537" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 853.836,403.794 -1.854,0.652 c -0.465,0.164 -0.668,0.791 -0.453,1.4 l 13.352,37.982 2.695,-0.948 z"
+ id="path539" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 853.836,403.794 -1.854,0.652 c -0.465,0.164 -0.668,0.791 -0.453,1.4 l 13.352,37.982 2.695,-0.948 z"
+ id="path541" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="872.231,456.125 872.965,455.866 871.401,451.419 870.667,451.676 871.28,453.42 "
+ id="polygon543" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="872.231,456.125 872.965,455.866 871.401,451.419 870.667,451.676 871.28,453.42 "
+ id="polygon545" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="872.231,456.125 872.965,455.866 871.401,451.419 870.667,451.676 871.28,453.42 "
+ id="polygon547" />
+ <polygon
+ style="opacity:0.5;fill:#d1e4b7"
+ points="872.231,456.125 872.965,455.866 871.401,451.419 870.667,451.676 871.28,453.42 "
+ id="polygon549" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="872.231,456.125 872.965,455.866 871.401,451.419 870.667,451.676 871.28,453.42 "
+ id="polygon551" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 877.41,447.161 -0.467,-1.326 c -0.162,-0.465 0.082,-0.977 0.547,-1.139 l 3.37,-1.185 -0.707,-2.016 -11.627,4.086 1.47,4.185 z"
+ id="path553" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 877.41,447.161 -0.467,-1.326 c -0.162,-0.465 0.082,-0.977 0.547,-1.139 l 3.37,-1.185 -0.707,-2.016 -11.627,4.086 1.47,4.185 z"
+ id="path555" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 877.41,447.161 -0.467,-1.326 c -0.162,-0.465 0.082,-0.977 0.547,-1.139 l 3.37,-1.185 -0.707,-2.016 -11.627,4.086 1.47,4.185 z"
+ id="path557" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 877.41,447.161 -0.467,-1.326 c -0.162,-0.465 0.082,-0.977 0.547,-1.139 l 3.37,-1.185 -0.707,-2.016 -11.627,4.086 1.47,4.185 z"
+ id="path559" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 877.41,447.161 -0.467,-1.326 c -0.162,-0.465 0.082,-0.977 0.547,-1.139 l 3.37,-1.185 -0.707,-2.016 -11.627,4.086 1.47,4.185 z"
+ id="path561" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 872.978,457.904 c 0.206,0.186 0.491,0.269 0.776,0.207 l -0.151,-0.427 z"
+ id="path563" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 872.978,457.904 c 0.206,0.186 0.491,0.269 0.776,0.207 l -0.151,-0.427 z"
+ id="path565" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 872.978,457.904 c 0.206,0.186 0.491,0.269 0.776,0.207 l -0.151,-0.427 z"
+ id="path567" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 872.978,457.904 c 0.206,0.186 0.491,0.269 0.776,0.207 l -0.151,-0.427 z"
+ id="path569" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 872.978,457.904 c 0.206,0.186 0.491,0.269 0.776,0.207 l -0.151,-0.427 z"
+ id="path571" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 879.201,438.794 -3.02,-8.591 c -0.162,-0.466 0.08,-0.976 0.545,-1.139 l 4.55,-1.599 -0.312,-0.887 c -0.061,-0.17 0.055,-0.363 0.255,-0.434 l 3.849,-1.354 -9.615,-27.354 c -0.214,-0.609 -0.766,-0.971 -1.23,-0.809 l -20.386,7.166 13.739,39.087 z"
+ id="path573" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 879.201,438.794 -3.02,-8.591 c -0.162,-0.466 0.08,-0.976 0.545,-1.139 l 4.55,-1.599 -0.312,-0.887 c -0.061,-0.17 0.055,-0.363 0.255,-0.434 l 3.849,-1.354 -9.615,-27.354 c -0.214,-0.609 -0.766,-0.971 -1.23,-0.809 l -20.386,7.166 13.739,39.087 z"
+ id="path575" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 879.201,438.794 -3.02,-8.591 c -0.162,-0.466 0.08,-0.976 0.545,-1.139 l 4.55,-1.599 -0.312,-0.887 c -0.061,-0.17 0.055,-0.363 0.255,-0.434 l 3.849,-1.354 -9.615,-27.354 c -0.214,-0.609 -0.766,-0.971 -1.23,-0.809 l -20.386,7.166 13.739,39.087 z"
+ id="path577" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 879.201,438.794 -3.02,-8.591 c -0.162,-0.466 0.08,-0.976 0.545,-1.139 l 4.55,-1.599 -0.312,-0.887 c -0.061,-0.17 0.055,-0.363 0.255,-0.434 l 3.849,-1.354 -9.615,-27.354 c -0.214,-0.609 -0.766,-0.971 -1.23,-0.809 l -20.386,7.166 13.739,39.087 z"
+ id="path579" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 879.201,438.794 -3.02,-8.591 c -0.162,-0.466 0.08,-0.976 0.545,-1.139 l 4.55,-1.599 -0.312,-0.887 c -0.061,-0.17 0.055,-0.363 0.255,-0.434 l 3.849,-1.354 -9.615,-27.354 c -0.214,-0.609 -0.766,-0.971 -1.23,-0.809 l -20.386,7.166 13.739,39.087 z"
+ id="path581" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.31403"
+ y="459.62799"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.713,319.2587)"
+ width="4.4629998"
+ height="2.207"
+ id="rect583" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.31403"
+ y="459.62799"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.713,319.2587)"
+ width="4.4629998"
+ height="2.207"
+ id="rect585" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.31403"
+ y="459.62799"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.713,319.2587)"
+ width="4.4629998"
+ height="2.207"
+ id="rect587" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.31403"
+ y="459.62799"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.713,319.2587)"
+ width="4.4629998"
+ height="2.207"
+ id="rect589" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.86,443.512 -3.37,1.185 c -0.465,0.162 -0.709,0.674 -0.547,1.139 l 0.467,1.326 4.213,-1.48 z"
+ id="path591" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.86,443.512 -3.37,1.185 c -0.465,0.162 -0.709,0.674 -0.547,1.139 l 0.467,1.326 4.213,-1.48 z"
+ id="path593" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.86,443.512 -3.37,1.185 c -0.465,0.162 -0.709,0.674 -0.547,1.139 l 0.467,1.326 4.213,-1.48 z"
+ id="path595" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 880.86,443.512 -3.37,1.185 c -0.465,0.162 -0.709,0.674 -0.547,1.139 l 0.467,1.326 4.213,-1.48 z"
+ id="path597" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.86,443.512 -3.37,1.185 c -0.465,0.162 -0.709,0.674 -0.547,1.139 l 0.467,1.326 4.213,-1.48 z"
+ id="path599" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.86,443.512 -3.37,1.185 c -0.465,0.162 -0.709,0.674 -0.547,1.139 l 0.467,1.326 4.213,-1.48 z"
+ id="path601" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 888.451,510.883 2.811,7.994 c 0.214,0.609 0.764,0.973 1.229,0.808 l 1.854,-0.65 -3.198,-9.099 z"
+ id="path603" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 888.451,510.883 2.811,7.994 c 0.214,0.609 0.764,0.973 1.229,0.808 l 1.854,-0.65 -3.198,-9.099 z"
+ id="path605" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 888.451,510.883 2.811,7.994 c 0.214,0.609 0.764,0.973 1.229,0.808 l 1.854,-0.65 -3.198,-9.099 z"
+ id="path607" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.96698"
+ y="467.03"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-112.3917,320.5772)"
+ width="2.8570001"
+ height="44.641998"
+ id="rect609" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.96698"
+ y="467.03"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-112.3917,320.5772)"
+ width="2.8570001"
+ height="44.641998"
+ id="rect611" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.96698"
+ y="467.03"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-112.3917,320.5772)"
+ width="2.8570001"
+ height="44.641998"
+ id="rect613" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.96698"
+ y="467.03"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-112.3917,320.5772)"
+ width="2.8570001"
+ height="44.641998"
+ id="rect615" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="871.43298"
+ y="458.65302"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-103.8983,315.671)"
+ width="2.8559999"
+ height="7.1389999"
+ id="rect617" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="871.43298"
+ y="458.65302"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-103.8983,315.671)"
+ width="2.8559999"
+ height="7.1389999"
+ id="rect619" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="871.43298"
+ y="458.65302"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-103.8983,315.671)"
+ width="2.8559999"
+ height="7.1389999"
+ id="rect621" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="871.43298"
+ y="458.65302"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-103.8983,315.671)"
+ width="2.8559999"
+ height="7.1389999"
+ id="rect623" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="870.172"
+ y="458.40302"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.7637,314.9393)"
+ width="2.8570001"
+ height="0.46599999"
+ id="rect625" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="870.172"
+ y="458.40302"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.7637,314.9393)"
+ width="2.8570001"
+ height="0.46599999"
+ id="rect627" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="870.172"
+ y="458.40302"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.7637,314.9393)"
+ width="2.8570001"
+ height="0.46599999"
+ id="rect629" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="870.172"
+ y="458.40302"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.7637,314.9393)"
+ width="2.8570001"
+ height="0.46599999"
+ id="rect631" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="870.172"
+ y="458.40302"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.7637,314.9393)"
+ width="2.8570001"
+ height="0.46599999"
+ id="rect633" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 871.28,453.42 c -0.213,-0.61 -0.765,-0.972 -1.23,-0.808 l -1.853,0.651 1.339,3.808 2.695,-0.946 z"
+ id="path635" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 871.28,453.42 c -0.213,-0.61 -0.765,-0.972 -1.23,-0.808 l -1.853,0.651 1.339,3.808 2.695,-0.946 z"
+ id="path637" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 871.28,453.42 c -0.213,-0.61 -0.765,-0.972 -1.23,-0.808 l -1.853,0.651 1.339,3.808 2.695,-0.946 z"
+ id="path639" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 871.28,453.42 c -0.213,-0.61 -0.765,-0.972 -1.23,-0.808 l -1.853,0.651 1.339,3.808 2.695,-0.946 z"
+ id="path641" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 871.28,453.42 c -0.213,-0.61 -0.765,-0.972 -1.23,-0.808 l -1.853,0.651 1.339,3.808 2.695,-0.946 z"
+ id="path643" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.964,426.579 0.312,0.887 4.211,-1.48 -0.419,-1.194 -3.849,1.354 c -0.2,0.07 -0.315,0.263 -0.255,0.433 z"
+ id="path645" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.964,426.579 0.312,0.887 4.211,-1.48 -0.419,-1.194 -3.849,1.354 c -0.2,0.07 -0.315,0.263 -0.255,0.433 z"
+ id="path647" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.964,426.579 0.312,0.887 4.211,-1.48 -0.419,-1.194 -3.849,1.354 c -0.2,0.07 -0.315,0.263 -0.255,0.433 z"
+ id="path649" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 880.964,426.579 0.312,0.887 4.211,-1.48 -0.419,-1.194 -3.849,1.354 c -0.2,0.07 -0.315,0.263 -0.255,0.433 z"
+ id="path651" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 880.964,426.579 0.312,0.887 4.211,-1.48 -0.419,-1.194 -3.849,1.354 c -0.2,0.07 -0.315,0.263 -0.255,0.433 z"
+ id="path653" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.964,426.579 0.312,0.887 4.211,-1.48 -0.419,-1.194 -3.849,1.354 c -0.2,0.07 -0.315,0.263 -0.255,0.433 z"
+ id="path655" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="894.252,450.919 893.412,451.216 890.042,452.399 890.67,454.19 894.882,452.709 "
+ id="polygon657" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="894.252,450.919 893.412,451.216 890.042,452.399 890.67,454.19 894.882,452.709 "
+ id="polygon659" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="894.252,450.919 893.412,451.216 890.042,452.399 890.67,454.19 894.882,452.709 "
+ id="polygon661" />
+ <polygon
+ style="opacity:0.2;fill:#fff6a3"
+ points="894.252,450.919 893.412,451.216 890.042,452.399 890.67,454.19 894.882,452.709 "
+ id="polygon663" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="894.252,450.919 893.412,451.216 890.042,452.399 890.67,454.19 894.882,452.709 "
+ id="polygon665" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 c -0.053,0.31 -0.264,0.585 -0.58,0.698 l 0.841,-0.297 -0.152,-0.439 z"
+ id="path667" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 c -0.053,0.31 -0.264,0.585 -0.58,0.698 l 0.841,-0.297 -0.152,-0.439 z"
+ id="path669" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 c -0.053,0.31 -0.264,0.585 -0.58,0.698 l 0.841,-0.297 -0.152,-0.439 z"
+ id="path671" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 c -0.053,0.31 -0.264,0.585 -0.58,0.698 l 0.841,-0.297 -0.152,-0.439 z"
+ id="path673" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 c -0.053,0.31 -0.264,0.585 -0.58,0.698 l 0.841,-0.297 -0.152,-0.439 z"
+ id="path675" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 c -0.053,0.31 -0.264,0.585 -0.58,0.698 l 0.841,-0.297 -0.152,-0.439 z"
+ id="path677" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="888.47699"
+ y="445.62799"
+ transform="matrix(0.9436,-0.3311,0.3311,0.9436,-98.0035,320.0338)"
+ width="3.572"
+ height="4.0380001"
+ id="rect679" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="888.47699"
+ y="445.62799"
+ transform="matrix(0.9436,-0.3311,0.3311,0.9436,-98.0035,320.0338)"
+ width="3.572"
+ height="4.0380001"
+ id="rect681" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="888.47699"
+ y="445.62799"
+ transform="matrix(0.9436,-0.3311,0.3311,0.9436,-98.0035,320.0338)"
+ width="3.572"
+ height="4.0380001"
+ id="rect683" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="888.47699"
+ y="445.62799"
+ transform="matrix(0.9436,-0.3311,0.3311,0.9436,-98.0035,320.0338)"
+ width="3.572"
+ height="4.0380001"
+ id="rect685" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="888.47699"
+ y="445.62799"
+ transform="matrix(0.9436,-0.3311,0.3311,0.9436,-98.0035,320.0338)"
+ width="3.572"
+ height="4.0380001"
+ id="rect687" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="888.47699"
+ y="445.62799"
+ transform="matrix(0.9436,-0.3311,0.3311,0.9436,-98.0035,320.0338)"
+ width="3.572"
+ height="4.0380001"
+ id="rect689" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="888.47699"
+ y="445.62799"
+ transform="matrix(0.9436,-0.3311,0.3311,0.9436,-98.0035,320.0338)"
+ width="3.572"
+ height="4.0380001"
+ id="rect691" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 -4.104,1.443 0.154,0.438 3.37,-1.184 c 0.316,-0.112 0.527,-0.388 0.58,-0.697 z"
+ id="path693" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 -4.104,1.443 0.154,0.438 3.37,-1.184 c 0.316,-0.112 0.527,-0.388 0.58,-0.697 z"
+ id="path695" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 -4.104,1.443 0.154,0.438 3.37,-1.184 c 0.316,-0.112 0.527,-0.388 0.58,-0.697 z"
+ id="path697" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 -4.104,1.443 0.154,0.438 3.37,-1.184 c 0.316,-0.112 0.527,-0.388 0.58,-0.697 z"
+ id="path699" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 -4.104,1.443 0.154,0.438 3.37,-1.184 c 0.316,-0.112 0.527,-0.388 0.58,-0.697 z"
+ id="path701" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 -4.104,1.443 0.154,0.438 3.37,-1.184 c 0.316,-0.112 0.527,-0.388 0.58,-0.697 z"
+ id="path703" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 -4.104,1.443 0.154,0.438 3.37,-1.184 c 0.316,-0.112 0.527,-0.388 0.58,-0.697 z"
+ id="path705" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 895.323,466.269 c -0.198,0.07 -0.41,-0.01 -0.47,-0.178 l -1.495,-4.254 -5.392,1.896 5.83,16.578 c 0.035,0.103 0.135,0.161 0.223,0.131 l 9.445,-3.319 -4.29,-12.207 z"
+ id="path707" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 895.323,466.269 c -0.198,0.07 -0.41,-0.01 -0.47,-0.178 l -1.495,-4.254 -5.392,1.896 5.83,16.578 c 0.035,0.103 0.135,0.161 0.223,0.131 l 9.445,-3.319 -4.29,-12.207 z"
+ id="path709" />
+ <path
+ style="opacity:0.4;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 895.323,466.269 c -0.198,0.07 -0.41,-0.01 -0.47,-0.178 l -1.495,-4.254 -5.392,1.896 5.83,16.578 c 0.035,0.103 0.135,0.161 0.223,0.131 l 9.445,-3.319 -4.29,-12.207 z"
+ id="path711" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 895.323,466.269 c -0.198,0.07 -0.41,-0.01 -0.47,-0.178 l -1.495,-4.254 -5.392,1.896 5.83,16.578 c 0.035,0.103 0.135,0.161 0.223,0.131 l 9.445,-3.319 -4.29,-12.207 z"
+ id="path713" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 891.48,457.124 -5.194,1.826 0.732,2.08 5.392,-1.895 -0.768,-2.182 c 0.02,0.058 -0.052,0.133 -0.162,0.171 z"
+ id="path715" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 891.48,457.124 -5.194,1.826 0.732,2.08 5.392,-1.895 -0.768,-2.182 c 0.02,0.058 -0.052,0.133 -0.162,0.171 z"
+ id="path717" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 891.48,457.124 -5.194,1.826 0.732,2.08 5.392,-1.895 -0.768,-2.182 c 0.02,0.058 -0.052,0.133 -0.162,0.171 z"
+ id="path719" />
+ <path
+ style="opacity:0.4;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 891.48,457.124 -5.194,1.826 0.732,2.08 5.392,-1.895 -0.768,-2.182 c 0.02,0.058 -0.052,0.133 -0.162,0.171 z"
+ id="path721" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 891.48,457.124 -5.194,1.826 0.732,2.08 5.392,-1.895 -0.768,-2.182 c 0.02,0.058 -0.052,0.133 -0.162,0.171 z"
+ id="path723" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.358,461.837 1.495,4.254 c 0.06,0.168 0.271,0.248 0.47,0.178 l 3.852,-1.354 -0.372,-1.052 -1.231,-3.507 z"
+ id="path725" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.358,461.837 1.495,4.254 c 0.06,0.168 0.271,0.248 0.47,0.178 l 3.852,-1.354 -0.372,-1.052 -1.231,-3.507 z"
+ id="path727" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 893.358,461.837 1.495,4.254 c 0.06,0.168 0.271,0.248 0.47,0.178 l 3.852,-1.354 -0.372,-1.052 -1.231,-3.507 z"
+ id="path729" />
+ <path
+ style="opacity:0.4;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 893.358,461.837 1.495,4.254 c 0.06,0.168 0.271,0.248 0.47,0.178 l 3.852,-1.354 -0.372,-1.052 -1.231,-3.507 z"
+ id="path731" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.358,461.837 1.495,4.254 c 0.06,0.168 0.271,0.248 0.47,0.178 l 3.852,-1.354 -0.372,-1.052 -1.231,-3.507 z"
+ id="path733" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="892.41,459.136 896.623,457.654 894.882,452.709 890.67,454.19 891.642,456.954 "
+ id="polygon735" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="892.41,459.136 896.623,457.654 894.882,452.709 890.67,454.19 891.642,456.954 "
+ id="polygon737" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="892.41,459.136 896.623,457.654 894.882,452.709 890.67,454.19 891.642,456.954 "
+ id="polygon739" />
+ <polygon
+ style="opacity:0.2;fill:#fff6a3"
+ points="892.41,459.136 896.623,457.654 894.882,452.709 890.67,454.19 891.642,456.954 "
+ id="polygon741" />
+ <polygon
+ style="opacity:0.4;fill:#fff6a3"
+ points="892.41,459.136 896.623,457.654 894.882,452.709 890.67,454.19 891.642,456.954 "
+ id="polygon743" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="892.41,459.136 896.623,457.654 894.882,452.709 890.67,454.19 891.642,456.954 "
+ id="polygon745" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.34497"
+ y="440.48901"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-96.4515,317.8753)"
+ width="5.7129998"
+ height="2.1359999"
+ id="rect747" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.34497"
+ y="440.48901"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-96.4515,317.8753)"
+ width="5.7129998"
+ height="2.1359999"
+ id="rect749" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.34497"
+ y="440.48901"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-96.4515,317.8753)"
+ width="5.7129998"
+ height="2.1359999"
+ id="rect751" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="880.34497"
+ y="440.48901"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-96.4515,317.8753)"
+ width="5.7129998"
+ height="2.1359999"
+ id="rect753" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.34497"
+ y="440.48901"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-96.4515,317.8753)"
+ width="5.7129998"
+ height="2.1359999"
+ id="rect755" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.34497"
+ y="440.48901"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-96.4515,317.8753)"
+ width="5.7129998"
+ height="2.1359999"
+ id="rect757" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 881.276,427.466 -4.55,1.599 c -0.465,0.163 -0.707,0.673 -0.545,1.139 l 3.02,8.591 5.392,-1.895 z"
+ id="path759" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 881.276,427.466 -4.55,1.599 c -0.465,0.163 -0.707,0.673 -0.545,1.139 l 3.02,8.591 5.392,-1.895 z"
+ id="path761" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 881.276,427.466 -4.55,1.599 c -0.465,0.163 -0.707,0.673 -0.545,1.139 l 3.02,8.591 5.392,-1.895 z"
+ id="path763" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 881.276,427.466 -4.55,1.599 c -0.465,0.163 -0.707,0.673 -0.545,1.139 l 3.02,8.591 5.392,-1.895 z"
+ id="path765" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 881.276,427.466 -4.55,1.599 c -0.465,0.163 -0.707,0.673 -0.545,1.139 l 3.02,8.591 5.392,-1.895 z"
+ id="path767" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 881.276,427.466 -4.55,1.599 c -0.465,0.163 -0.707,0.673 -0.545,1.139 l 3.02,8.591 5.392,-1.895 z"
+ id="path769" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.78699"
+ y="440.79099"
+ transform="matrix(0.3322,0.9432,-0.9432,0.3322,1008.7016,-537.4744)"
+ width="2.299"
+ height="5.7129998"
+ id="rect771" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.78699"
+ y="440.79099"
+ transform="matrix(0.3322,0.9432,-0.9432,0.3322,1008.7016,-537.4744)"
+ width="2.299"
+ height="5.7129998"
+ id="rect773" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.78699"
+ y="440.79099"
+ transform="matrix(0.3322,0.9432,-0.9432,0.3322,1008.7016,-537.4744)"
+ width="2.299"
+ height="5.7129998"
+ id="rect775" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="882.78699"
+ y="440.79099"
+ transform="matrix(0.3322,0.9432,-0.9432,0.3322,1008.7016,-537.4744)"
+ width="2.299"
+ height="5.7129998"
+ id="rect777" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.78699"
+ y="440.79099"
+ transform="matrix(0.3322,0.9432,-0.9432,0.3322,1008.7016,-537.4744)"
+ width="2.299"
+ height="5.7129998"
+ id="rect779" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.78699"
+ y="440.79099"
+ transform="matrix(0.3322,0.9432,-0.9432,0.3322,1008.7016,-537.4744)"
+ width="2.299"
+ height="5.7129998"
+ id="rect781" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.78699"
+ y="440.79099"
+ transform="matrix(0.3322,0.9432,-0.9432,0.3322,1008.7016,-537.4744)"
+ width="2.299"
+ height="5.7129998"
+ id="rect783" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.962,435.715 -1.125,-3.2 c -0.166,-0.465 0.08,-0.975 0.545,-1.139 l -1.896,-5.391 -4.211,1.48 3.316,9.434 z"
+ id="path785" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.962,435.715 -1.125,-3.2 c -0.166,-0.465 0.08,-0.975 0.545,-1.139 l -1.896,-5.391 -4.211,1.48 3.316,9.434 z"
+ id="path787" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.962,435.715 -1.125,-3.2 c -0.166,-0.465 0.08,-0.975 0.545,-1.139 l -1.896,-5.391 -4.211,1.48 3.316,9.434 z"
+ id="path789" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 887.962,435.715 -1.125,-3.2 c -0.166,-0.465 0.08,-0.975 0.545,-1.139 l -1.896,-5.391 -4.211,1.48 3.316,9.434 z"
+ id="path791" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 887.962,435.715 -1.125,-3.2 c -0.166,-0.465 0.08,-0.975 0.545,-1.139 l -1.896,-5.391 -4.211,1.48 3.316,9.434 z"
+ id="path793" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.962,435.715 -1.125,-3.2 c -0.166,-0.465 0.08,-0.975 0.545,-1.139 l -1.896,-5.391 -4.211,1.48 3.316,9.434 z"
+ id="path795" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.962,435.715 -1.125,-3.2 c -0.166,-0.465 0.08,-0.975 0.545,-1.139 l -1.896,-5.391 -4.211,1.48 3.316,9.434 z"
+ id="path797" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.51398"
+ y="438.23199"
+ transform="matrix(0.3327,0.943,-0.943,0.3327,1007.2826,-543.3893)"
+ width="2.1340001"
+ height="3.5699999"
+ id="rect799" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.51398"
+ y="438.23199"
+ transform="matrix(0.3327,0.943,-0.943,0.3327,1007.2826,-543.3893)"
+ width="2.1340001"
+ height="3.5699999"
+ id="rect801" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.51398"
+ y="438.23199"
+ transform="matrix(0.3327,0.943,-0.943,0.3327,1007.2826,-543.3893)"
+ width="2.1340001"
+ height="3.5699999"
+ id="rect803" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="886.51398"
+ y="438.23199"
+ transform="matrix(0.3327,0.943,-0.943,0.3327,1007.2826,-543.3893)"
+ width="2.1340001"
+ height="3.5699999"
+ id="rect805" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="886.51398"
+ y="438.23199"
+ transform="matrix(0.3327,0.943,-0.943,0.3327,1007.2826,-543.3893)"
+ width="2.1340001"
+ height="3.5699999"
+ id="rect807" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.51398"
+ y="438.23199"
+ transform="matrix(0.3327,0.943,-0.943,0.3327,1007.2826,-543.3893)"
+ width="2.1340001"
+ height="3.5699999"
+ id="rect809" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.51398"
+ y="438.23199"
+ transform="matrix(0.3327,0.943,-0.943,0.3327,1007.2826,-543.3893)"
+ width="2.1340001"
+ height="3.5699999"
+ id="rect811" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.14203"
+ y="443.63599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1015.5203,-541.3357)"
+ width="0.67900002"
+ height="3.573"
+ id="rect813" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.14203"
+ y="443.63599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1015.5203,-541.3357)"
+ width="0.67900002"
+ height="3.573"
+ id="rect815" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.14203"
+ y="443.63599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1015.5203,-541.3357)"
+ width="0.67900002"
+ height="3.573"
+ id="rect817" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="889.14203"
+ y="443.63599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1015.5203,-541.3357)"
+ width="0.67900002"
+ height="3.573"
+ id="rect819" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.14203"
+ y="443.63599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1015.5203,-541.3357)"
+ width="0.67900002"
+ height="3.573"
+ id="rect821" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="889.14203"
+ y="443.63599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1015.5203,-541.3357)"
+ width="0.67900002"
+ height="3.573"
+ id="rect823" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.14203"
+ y="443.63599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1015.5203,-541.3357)"
+ width="0.67900002"
+ height="3.573"
+ id="rect825" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.14203"
+ y="443.63599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1015.5203,-541.3357)"
+ width="0.67900002"
+ height="3.573"
+ id="rect827" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.53003"
+ y="440.95901"
+ transform="matrix(0.9434,-0.3315,0.3315,0.9434,-96.3315,319.4956)"
+ width="3.573"
+ height="2.299"
+ id="rect829" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.53003"
+ y="440.95901"
+ transform="matrix(0.9434,-0.3315,0.3315,0.9434,-96.3315,319.4956)"
+ width="3.573"
+ height="2.299"
+ id="rect831" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.53003"
+ y="440.95901"
+ transform="matrix(0.9434,-0.3315,0.3315,0.9434,-96.3315,319.4956)"
+ width="3.573"
+ height="2.299"
+ id="rect833" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="886.53003"
+ y="440.95901"
+ transform="matrix(0.9434,-0.3315,0.3315,0.9434,-96.3315,319.4956)"
+ width="3.573"
+ height="2.299"
+ id="rect835" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.53003"
+ y="440.95901"
+ transform="matrix(0.9434,-0.3315,0.3315,0.9434,-96.3315,319.4956)"
+ width="3.573"
+ height="2.299"
+ id="rect837" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="886.53003"
+ y="440.95901"
+ transform="matrix(0.9434,-0.3315,0.3315,0.9434,-96.3315,319.4956)"
+ width="3.573"
+ height="2.299"
+ id="rect839" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.53003"
+ y="440.95901"
+ transform="matrix(0.9434,-0.3315,0.3315,0.9434,-96.3315,319.4956)"
+ width="3.573"
+ height="2.299"
+ id="rect841" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.53003"
+ y="440.95901"
+ transform="matrix(0.9434,-0.3315,0.3315,0.9434,-96.3315,319.4956)"
+ width="3.573"
+ height="2.299"
+ id="rect843" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.92297"
+ y="444.88901"
+ transform="matrix(-0.9429,0.3329,-0.3329,-0.9429,1882.6193,571.2168)"
+ width="0.89200002"
+ height="4.0359998"
+ id="rect845" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.92297"
+ y="444.88901"
+ transform="matrix(-0.9429,0.3329,-0.3329,-0.9429,1882.6193,571.2168)"
+ width="0.89200002"
+ height="4.0359998"
+ id="rect847" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.92297"
+ y="444.88901"
+ transform="matrix(-0.9429,0.3329,-0.3329,-0.9429,1882.6193,571.2168)"
+ width="0.89200002"
+ height="4.0359998"
+ id="rect849" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="891.92297"
+ y="444.88901"
+ transform="matrix(-0.9429,0.3329,-0.3329,-0.9429,1882.6193,571.2168)"
+ width="0.89200002"
+ height="4.0359998"
+ id="rect851" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.92297"
+ y="444.88901"
+ transform="matrix(-0.9429,0.3329,-0.3329,-0.9429,1882.6193,571.2168)"
+ width="0.89200002"
+ height="4.0359998"
+ id="rect853" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="891.92297"
+ y="444.88901"
+ transform="matrix(-0.9429,0.3329,-0.3329,-0.9429,1882.6193,571.2168)"
+ width="0.89200002"
+ height="4.0359998"
+ id="rect855" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.92297"
+ y="444.88901"
+ transform="matrix(-0.9429,0.3329,-0.3329,-0.9429,1882.6193,571.2168)"
+ width="0.89200002"
+ height="4.0359998"
+ id="rect857" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.92297"
+ y="444.88901"
+ transform="matrix(-0.9429,0.3329,-0.3329,-0.9429,1882.6193,571.2168)"
+ width="0.89200002"
+ height="4.0359998"
+ id="rect859" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.23999"
+ y="438.20999"
+ transform="matrix(0.9432,-0.3322,0.3322,0.9432,-95.4077,320.5515)"
+ width="0.89399999"
+ height="2.1340001"
+ id="rect861" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.23999"
+ y="438.20999"
+ transform="matrix(0.9432,-0.3322,0.3322,0.9432,-95.4077,320.5515)"
+ width="0.89399999"
+ height="2.1340001"
+ id="rect863" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.23999"
+ y="438.20999"
+ transform="matrix(0.9432,-0.3322,0.3322,0.9432,-95.4077,320.5515)"
+ width="0.89399999"
+ height="2.1340001"
+ id="rect865" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="889.23999"
+ y="438.20999"
+ transform="matrix(0.9432,-0.3322,0.3322,0.9432,-95.4077,320.5515)"
+ width="0.89399999"
+ height="2.1340001"
+ id="rect867" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="889.23999"
+ y="438.20999"
+ transform="matrix(0.9432,-0.3322,0.3322,0.9432,-95.4077,320.5515)"
+ width="0.89399999"
+ height="2.1340001"
+ id="rect869" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.23999"
+ y="438.20999"
+ transform="matrix(0.9432,-0.3322,0.3322,0.9432,-95.4077,320.5515)"
+ width="0.89399999"
+ height="2.1340001"
+ id="rect871" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.23999"
+ y="438.20999"
+ transform="matrix(0.9432,-0.3322,0.3322,0.9432,-95.4077,320.5515)"
+ width="0.89399999"
+ height="2.1340001"
+ id="rect873" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.23999"
+ y="438.20999"
+ transform="matrix(0.9432,-0.3322,0.3322,0.9432,-95.4077,320.5515)"
+ width="0.89399999"
+ height="2.1340001"
+ id="rect875" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.382,431.376 c -0.465,0.164 -0.711,0.674 -0.545,1.139 l 1.125,3.2 0.843,-0.296 z"
+ id="path877" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.382,431.376 c -0.465,0.164 -0.711,0.674 -0.545,1.139 l 1.125,3.2 0.843,-0.296 z"
+ id="path879" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.382,431.376 c -0.465,0.164 -0.711,0.674 -0.545,1.139 l 1.125,3.2 0.843,-0.296 z"
+ id="path881" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 887.382,431.376 c -0.465,0.164 -0.711,0.674 -0.545,1.139 l 1.125,3.2 0.843,-0.296 z"
+ id="path883" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 887.382,431.376 c -0.465,0.164 -0.711,0.674 -0.545,1.139 l 1.125,3.2 0.843,-0.296 z"
+ id="path885" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.382,431.376 c -0.465,0.164 -0.711,0.674 -0.545,1.139 l 1.125,3.2 0.843,-0.296 z"
+ id="path887" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.382,431.376 c -0.465,0.164 -0.711,0.674 -0.545,1.139 l 1.125,3.2 0.843,-0.296 z"
+ id="path889" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.382,431.376 c -0.465,0.164 -0.711,0.674 -0.545,1.139 l 1.125,3.2 0.843,-0.296 z"
+ id="path891" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.27301"
+ y="440.923"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ width="2.3"
+ height="0.89200002"
+ id="rect893" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.27301"
+ y="440.923"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ width="2.3"
+ height="0.89200002"
+ id="rect895" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.27301"
+ y="440.923"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ width="2.3"
+ height="0.89200002"
+ id="rect897" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="889.27301"
+ y="440.923"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ width="2.3"
+ height="0.89200002"
+ id="rect899" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.27301"
+ y="440.923"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ width="2.3"
+ height="0.89200002"
+ id="rect901" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="889.27301"
+ y="440.923"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ width="2.3"
+ height="0.89200002"
+ id="rect903" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.27301"
+ y="440.923"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ width="2.3"
+ height="0.89200002"
+ id="rect905" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.27301"
+ y="440.923"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ width="2.3"
+ height="0.89200002"
+ id="rect907" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.27301"
+ y="440.923"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ width="2.3"
+ height="0.89200002"
+ id="rect909" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.24799"
+ y="444.23599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ width="0.67900002"
+ height="0.89200002"
+ id="rect911" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.24799"
+ y="444.23599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ width="0.67900002"
+ height="0.89200002"
+ id="rect913" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.24799"
+ y="444.23599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ width="0.67900002"
+ height="0.89200002"
+ id="rect915" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="891.24799"
+ y="444.23599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ width="0.67900002"
+ height="0.89200002"
+ id="rect917" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.24799"
+ y="444.23599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ width="0.67900002"
+ height="0.89200002"
+ id="rect919" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="891.24799"
+ y="444.23599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ width="0.67900002"
+ height="0.89200002"
+ id="rect921" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.24799"
+ y="444.23599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ width="0.67900002"
+ height="0.89200002"
+ id="rect923" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.24799"
+ y="444.23599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ width="0.67900002"
+ height="0.89200002"
+ id="rect925" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.24799"
+ y="444.23599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ width="0.67900002"
+ height="0.89200002"
+ id="rect927" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="904.84003"
+ y="414.806"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1007.5962,-589.655)"
+ width="30.157"
+ height="2.859"
+ id="rect929" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="904.84003"
+ y="414.806"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1007.5962,-589.655)"
+ width="30.157"
+ height="2.859"
+ id="rect931" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="904.84003"
+ y="414.806"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1007.5962,-589.655)"
+ width="30.157"
+ height="2.859"
+ id="rect933" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="924.94397"
+ y="432.23801"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1944.4392,537.4492)"
+ width="2.8570001"
+ height="4.7140002"
+ id="rect935" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="924.94397"
+ y="432.23801"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1944.4392,537.4492)"
+ width="2.8570001"
+ height="4.7140002"
+ id="rect937" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="924.94397"
+ y="432.23801"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1944.4392,537.4492)"
+ width="2.8570001"
+ height="4.7140002"
+ id="rect939" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 886.547,386.995 -0.66,-1.881 c -0.698,0.162 -1.395,0.336 -2.089,0.52 l 0.728,2.073 z"
+ id="path941" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 886.547,386.995 -0.66,-1.881 c -0.698,0.162 -1.395,0.336 -2.089,0.52 l 0.728,2.073 z"
+ id="path943" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 886.547,386.995 -0.66,-1.881 c -0.698,0.162 -1.395,0.336 -2.089,0.52 l 0.728,2.073 z"
+ id="path945" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="918.14001"
+ y="433.88599"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1935.8896,542.0336)"
+ width="7.086"
+ height="4.7140002"
+ id="rect947" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="918.14001"
+ y="433.88599"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1935.8896,542.0336)"
+ width="7.086"
+ height="4.7140002"
+ id="rect949" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="918.14001"
+ y="433.88599"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1935.8896,542.0336)"
+ width="7.086"
+ height="4.7140002"
+ id="rect951" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="918.14001"
+ y="433.88599"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1935.8896,542.0336)"
+ width="7.086"
+ height="4.7140002"
+ id="rect953" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 910.839,416.077 6.048,17.207 6.686,-2.35 -10.002,-28.451 -18.362,6.455 c -0.468,0.164 -0.977,-0.08 -1.139,-0.547 l -7.522,-21.396 -2.021,0.712 11.661,33.175 14.183,-4.984 c 0.199,-0.07 0.408,0.009 0.468,0.179 z"
+ id="path955" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 910.839,416.077 6.048,17.207 6.686,-2.35 -10.002,-28.451 -18.362,6.455 c -0.468,0.164 -0.977,-0.08 -1.139,-0.547 l -7.522,-21.396 -2.021,0.712 11.661,33.175 14.183,-4.984 c 0.199,-0.07 0.408,0.009 0.468,0.179 z"
+ id="path957" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 910.839,416.077 6.048,17.207 6.686,-2.35 -10.002,-28.451 -18.362,6.455 c -0.468,0.164 -0.977,-0.08 -1.139,-0.547 l -7.522,-21.396 -2.021,0.712 11.661,33.175 14.183,-4.984 c 0.199,-0.07 0.408,0.009 0.468,0.179 z"
+ id="path959" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 910.839,416.077 6.048,17.207 6.686,-2.35 -10.002,-28.451 -18.362,6.455 c -0.468,0.164 -0.977,-0.08 -1.139,-0.547 l -7.522,-21.396 -2.021,0.712 11.661,33.175 14.183,-4.984 c 0.199,-0.07 0.408,0.009 0.468,0.179 z"
+ id="path961" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 928.967,446.285 2.563,-0.899 c 0.023,-0.204 0,-0.424 -0.077,-0.644 l -2.157,-6.142 -2.695,0.947 z"
+ id="path963" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 928.967,446.285 2.563,-0.899 c 0.023,-0.204 0,-0.424 -0.077,-0.644 l -2.157,-6.142 -2.695,0.947 z"
+ id="path965" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 928.967,446.285 2.563,-0.899 c 0.023,-0.204 0,-0.424 -0.077,-0.644 l -2.157,-6.142 -2.695,0.947 z"
+ id="path967" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="920.89899"
+ y="440.521"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1943.8555,556.3701)"
+ width="7.086"
+ height="7.1409998"
+ id="rect969" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="920.89899"
+ y="440.521"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1943.8555,556.3701)"
+ width="7.086"
+ height="7.1409998"
+ id="rect971" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="920.89899"
+ y="440.521"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1943.8555,556.3701)"
+ width="7.086"
+ height="7.1409998"
+ id="rect973" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="920.89899"
+ y="440.521"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1943.8555,556.3701)"
+ width="7.086"
+ height="7.1409998"
+ id="rect975" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="927.64001"
+ y="437.427"
+ transform="matrix(-0.3326,-0.9431,0.9431,-0.3326,822.611,1459.8647)"
+ width="0.46399999"
+ height="2.8570001"
+ id="rect977" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="927.64001"
+ y="437.427"
+ transform="matrix(-0.3326,-0.9431,0.9431,-0.3326,822.611,1459.8647)"
+ width="0.46399999"
+ height="2.8570001"
+ id="rect979" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="927.64001"
+ y="437.427"
+ transform="matrix(-0.3326,-0.9431,0.9431,-0.3326,822.611,1459.8647)"
+ width="0.46399999"
+ height="2.8570001"
+ id="rect981" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="927.64001"
+ y="437.427"
+ transform="matrix(-0.3326,-0.9431,0.9431,-0.3326,822.611,1459.8647)"
+ width="0.46399999"
+ height="2.8570001"
+ id="rect983" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.63898"
+ y="440.272"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1940.2162,549.8165)"
+ width="7.086"
+ height="0.46399999"
+ id="rect985" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.63898"
+ y="440.272"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1940.2162,549.8165)"
+ width="7.086"
+ height="0.46399999"
+ id="rect987" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.63898"
+ y="440.272"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1940.2162,549.8165)"
+ width="7.086"
+ height="0.46399999"
+ id="rect989" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="919.63898"
+ y="440.272"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1940.2162,549.8165)"
+ width="7.086"
+ height="0.46399999"
+ id="rect991" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.63898"
+ y="440.272"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1940.2162,549.8165)"
+ width="7.086"
+ height="0.46399999"
+ id="rect993" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 916.268,401.536 -6.337,-18.025 c -1.033,-0.099 -2.07,-0.178 -3.111,-0.234 l 6.751,19.207 z"
+ id="path995" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 916.268,401.536 -6.337,-18.025 c -1.033,-0.099 -2.07,-0.178 -3.111,-0.234 l 6.751,19.207 z"
+ id="path997" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 916.268,401.536 -6.337,-18.025 c -1.033,-0.099 -2.07,-0.178 -3.111,-0.234 l 6.751,19.207 z"
+ id="path999" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 916.268,401.536 -6.337,-18.025 c -1.033,-0.099 -2.07,-0.178 -3.111,-0.234 l 6.751,19.207 z"
+ id="path1001" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.739,383.414 c -3.612,0.294 -7.239,0.858 -10.852,1.7 l 0.66,1.881 z"
+ id="path1003" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.739,383.414 c -3.612,0.294 -7.239,0.858 -10.852,1.7 l 0.66,1.881 z"
+ id="path1005" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.739,383.414 c -3.612,0.294 -7.239,0.858 -10.852,1.7 l 0.66,1.881 z"
+ id="path1007" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.739,383.414 c -3.612,0.294 -7.239,0.858 -10.852,1.7 l 0.66,1.881 z"
+ id="path1009" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.07,408.392 c 0.162,0.467 0.671,0.711 1.139,0.547 l 18.362,-6.455 -6.751,-19.207 c -3.335,-0.181 -6.703,-0.139 -10.081,0.138 l -10.191,3.581 z"
+ id="path1011" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.07,408.392 c 0.162,0.467 0.671,0.711 1.139,0.547 l 18.362,-6.455 -6.751,-19.207 c -3.335,-0.181 -6.703,-0.139 -10.081,0.138 l -10.191,3.581 z"
+ id="path1013" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.07,408.392 c 0.162,0.467 0.671,0.711 1.139,0.547 l 18.362,-6.455 -6.751,-19.207 c -3.335,-0.181 -6.703,-0.139 -10.081,0.138 l -10.191,3.581 z"
+ id="path1015" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.07,408.392 c 0.162,0.467 0.671,0.711 1.139,0.547 l 18.362,-6.455 -6.751,-19.207 c -3.335,-0.181 -6.703,-0.139 -10.081,0.138 l -10.191,3.581 z"
+ id="path1017" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.07,408.392 c 0.162,0.467 0.671,0.711 1.139,0.547 l 18.362,-6.455 -6.751,-19.207 c -3.335,-0.181 -6.703,-0.139 -10.081,0.138 l -10.191,3.581 z"
+ id="path1019" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 904.904,425.218 c 0.467,-0.165 0.976,0.08 1.14,0.545 l 3.546,10.088 7.298,-2.566 -6.048,-17.207 c -0.061,-0.17 -0.27,-0.249 -0.47,-0.18 l -14.183,4.984 2.314,6.586 z"
+ id="path1021" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 904.904,425.218 c 0.467,-0.165 0.976,0.08 1.14,0.545 l 3.546,10.088 7.298,-2.566 -6.048,-17.207 c -0.061,-0.17 -0.27,-0.249 -0.47,-0.18 l -14.183,4.984 2.314,6.586 z"
+ id="path1023" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 904.904,425.218 c 0.467,-0.165 0.976,0.08 1.14,0.545 l 3.546,10.088 7.298,-2.566 -6.048,-17.207 c -0.061,-0.17 -0.27,-0.249 -0.47,-0.18 l -14.183,4.984 2.314,6.586 z"
+ id="path1025" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 904.904,425.218 c 0.467,-0.165 0.976,0.08 1.14,0.545 l 3.546,10.088 7.298,-2.566 -6.048,-17.207 c -0.061,-0.17 -0.27,-0.249 -0.47,-0.18 l -14.183,4.984 2.314,6.586 z"
+ id="path1027" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 904.904,425.218 c 0.467,-0.165 0.976,0.08 1.14,0.545 l 3.546,10.088 7.298,-2.566 -6.048,-17.207 c -0.061,-0.17 -0.27,-0.249 -0.47,-0.18 l -14.183,4.984 2.314,6.586 z"
+ id="path1029" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="912.33398"
+ y="434.832"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1025.53,-569.6814)"
+ width="4.7160001"
+ height="7.737"
+ id="rect1031" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="912.33398"
+ y="434.832"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1025.53,-569.6814)"
+ width="4.7160001"
+ height="7.737"
+ id="rect1033" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="912.33398"
+ y="434.832"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1025.53,-569.6814)"
+ width="4.7160001"
+ height="7.737"
+ id="rect1035" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="912.33398"
+ y="434.832"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1025.53,-569.6814)"
+ width="4.7160001"
+ height="7.737"
+ id="rect1037" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="912.33398"
+ y="434.832"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1025.53,-569.6814)"
+ width="4.7160001"
+ height="7.737"
+ id="rect1039" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.531,453.151 c 0.077,0.219 0.198,0.404 0.343,0.549 l 14.409,-5.064 -2.366,-6.737 -14.544,5.113 z"
+ id="path1041" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.531,453.151 c 0.077,0.219 0.198,0.404 0.343,0.549 l 14.409,-5.064 -2.366,-6.737 -14.544,5.113 z"
+ id="path1043" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 907.531,453.151 c 0.077,0.219 0.198,0.404 0.343,0.549 l 14.409,-5.064 -2.366,-6.737 -14.544,5.113 z"
+ id="path1045" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 907.531,453.151 c 0.077,0.219 0.198,0.404 0.343,0.549 l 14.409,-5.064 -2.366,-6.737 -14.544,5.113 z"
+ id="path1047" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.531,453.151 c 0.077,0.219 0.198,0.404 0.343,0.549 l 14.409,-5.064 -2.366,-6.737 -14.544,5.113 z"
+ id="path1049" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="904.85901"
+ y="444.00201"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1920.8193,560.6502)"
+ width="15.417"
+ height="0.46599999"
+ id="rect1051" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="904.85901"
+ y="444.00201"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1920.8193,560.6502)"
+ width="15.417"
+ height="0.46599999"
+ id="rect1053" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="904.85901"
+ y="444.00201"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1920.8193,560.6502)"
+ width="15.417"
+ height="0.46599999"
+ id="rect1055" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="904.85901"
+ y="444.00201"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1920.8193,560.6502)"
+ width="15.417"
+ height="0.46599999"
+ id="rect1057" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="904.85901"
+ y="444.00201"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1920.8193,560.6502)"
+ width="15.417"
+ height="0.46599999"
+ id="rect1059" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="904.85901"
+ y="444.00201"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1920.8193,560.6502)"
+ width="15.417"
+ height="0.46599999"
+ id="rect1061" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 906.497,429.2 c 0.302,-0.105 0.549,-0.178 0.555,-0.161 l 0.93,2.642 c 0.005,0.018 -0.231,0.115 -0.534,0.222 l -6.572,2.312 1.47,4.183 7.245,-2.546 -3.546,-10.088 c -0.164,-0.465 -0.673,-0.71 -1.14,-0.545 l -6.402,2.25 1.423,4.043 z"
+ id="path1063" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 906.497,429.2 c 0.302,-0.105 0.549,-0.178 0.555,-0.161 l 0.93,2.642 c 0.005,0.018 -0.231,0.115 -0.534,0.222 l -6.572,2.312 1.47,4.183 7.245,-2.546 -3.546,-10.088 c -0.164,-0.465 -0.673,-0.71 -1.14,-0.545 l -6.402,2.25 1.423,4.043 z"
+ id="path1065" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 906.497,429.2 c 0.302,-0.105 0.549,-0.178 0.555,-0.161 l 0.93,2.642 c 0.005,0.018 -0.231,0.115 -0.534,0.222 l -6.572,2.312 1.47,4.183 7.245,-2.546 -3.546,-10.088 c -0.164,-0.465 -0.673,-0.71 -1.14,-0.545 l -6.402,2.25 1.423,4.043 z"
+ id="path1067" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 906.497,429.2 c 0.302,-0.105 0.549,-0.178 0.555,-0.161 l 0.93,2.642 c 0.005,0.018 -0.231,0.115 -0.534,0.222 l -6.572,2.312 1.47,4.183 7.245,-2.546 -3.546,-10.088 c -0.164,-0.465 -0.673,-0.71 -1.14,-0.545 l -6.402,2.25 1.423,4.043 z"
+ id="path1069" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 906.497,429.2 c 0.302,-0.105 0.549,-0.178 0.555,-0.161 l 0.93,2.642 c 0.005,0.018 -0.231,0.115 -0.534,0.222 l -6.572,2.312 1.47,4.183 7.245,-2.546 -3.546,-10.088 c -0.164,-0.465 -0.673,-0.71 -1.14,-0.545 l -6.402,2.25 1.423,4.043 z"
+ id="path1071" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 906.497,429.2 c 0.302,-0.105 0.549,-0.178 0.555,-0.161 l 0.93,2.642 c 0.005,0.018 -0.231,0.115 -0.534,0.222 l -6.572,2.312 1.47,4.183 7.245,-2.546 -3.546,-10.088 c -0.164,-0.465 -0.673,-0.71 -1.14,-0.545 l -6.402,2.25 1.423,4.043 z"
+ id="path1073" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="905.06201"
+ y="437.41699"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1023.079,-561.1106)"
+ width="4.7160001"
+ height="7.6810002"
+ id="rect1075" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="905.06201"
+ y="437.41699"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1023.079,-561.1106)"
+ width="4.7160001"
+ height="7.6810002"
+ id="rect1077" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="905.06201"
+ y="437.41699"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1023.079,-561.1106)"
+ width="4.7160001"
+ height="7.6810002"
+ id="rect1079" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="905.06201"
+ y="437.41699"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1023.079,-561.1106)"
+ width="4.7160001"
+ height="7.6810002"
+ id="rect1081" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="905.06201"
+ y="437.41699"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1023.079,-561.1106)"
+ width="4.7160001"
+ height="7.6810002"
+ id="rect1083" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="905.06201"
+ y="437.41699"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1023.079,-561.1106)"
+ width="4.7160001"
+ height="7.6810002"
+ id="rect1085" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 929.275,506.754 6.443,18.33 c 8.181,-4.003 15.36,-9.361 21.357,-15.704 l -3.878,-11.034 z"
+ id="path1087" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 929.275,506.754 6.443,18.33 c 8.181,-4.003 15.36,-9.361 21.357,-15.704 l -3.878,-11.034 z"
+ id="path1089" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="937.90698"
+ y="487.513"
+ transform="matrix(-0.3318,-0.9433,0.9433,-0.3318,780.6106,1553.2924)"
+ width="5"
+ height="25.357"
+ id="rect1091" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="937.90698"
+ y="487.513"
+ transform="matrix(-0.3318,-0.9433,0.9433,-0.3318,780.6106,1553.2924)"
+ width="5"
+ height="25.357"
+ id="rect1093" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="937.90698"
+ y="487.513"
+ transform="matrix(-0.3318,-0.9433,0.9433,-0.3318,780.6106,1553.2924)"
+ width="5"
+ height="25.357"
+ id="rect1095" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 943.88,491.398 -17.804,6.26 1.539,4.379 23.925,-8.41 -14.468,-41.153 c -0.152,-0.432 -0.652,-0.65 -1.116,-0.486 l -4.438,1.559 12.908,36.714 c 0.163,0.464 -0.081,0.974 -0.546,1.137 z"
+ id="path1097" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 943.88,491.398 -17.804,6.26 1.539,4.379 23.925,-8.41 -14.468,-41.153 c -0.152,-0.432 -0.652,-0.65 -1.116,-0.486 l -4.438,1.559 12.908,36.714 c 0.163,0.464 -0.081,0.974 -0.546,1.137 z"
+ id="path1099" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 943.88,491.398 -17.804,6.26 1.539,4.379 23.925,-8.41 -14.468,-41.153 c -0.152,-0.432 -0.652,-0.65 -1.116,-0.486 l -4.438,1.559 12.908,36.714 c 0.163,0.464 -0.081,0.974 -0.546,1.137 z"
+ id="path1101" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 943.88,491.398 -17.804,6.26 1.539,4.379 23.925,-8.41 -14.468,-41.153 c -0.152,-0.432 -0.652,-0.65 -1.116,-0.486 l -4.438,1.559 12.908,36.714 c 0.163,0.464 -0.081,0.974 -0.546,1.137 z"
+ id="path1103" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 913.717,459.806 c -0.467,0.162 -0.72,0.645 -0.567,1.077 l 12.927,36.775 17.804,-6.26 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -12.908,-36.714 -7.047,2.479 z"
+ id="path1105" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 913.717,459.806 c -0.467,0.162 -0.72,0.645 -0.567,1.077 l 12.927,36.775 17.804,-6.26 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -12.908,-36.714 -7.047,2.479 z"
+ id="path1107" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 913.717,459.806 c -0.467,0.162 -0.72,0.645 -0.567,1.077 l 12.927,36.775 17.804,-6.26 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -12.908,-36.714 -7.047,2.479 z"
+ id="path1109" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 913.717,459.806 c -0.467,0.162 -0.72,0.645 -0.567,1.077 l 12.927,36.775 17.804,-6.26 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -12.908,-36.714 -7.047,2.479 z"
+ id="path1111" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 913.717,459.806 c -0.467,0.162 -0.72,0.645 -0.567,1.077 l 12.927,36.775 17.804,-6.26 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -12.908,-36.714 -7.047,2.479 z"
+ id="path1113" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.867,458.085 -0.109,0.037 1.602,4.556 c 0.02,0.056 0.124,0.068 0.232,0.032 l 6.483,-2.28 -1.637,-4.655 z"
+ id="path1115" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.867,458.085 -0.109,0.037 1.602,4.556 c 0.02,0.056 0.124,0.068 0.232,0.032 l 6.483,-2.28 -1.637,-4.655 z"
+ id="path1117" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.867,458.085 -0.109,0.037 1.602,4.556 c 0.02,0.056 0.124,0.068 0.232,0.032 l 6.483,-2.28 -1.637,-4.655 z"
+ id="path1119" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 873.867,458.085 -0.109,0.037 1.602,4.556 c 0.02,0.056 0.124,0.068 0.232,0.032 l 6.483,-2.28 -1.637,-4.655 z"
+ id="path1121" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.754,458.111 0.003,0.011 0.109,-0.037 c -0.035,0.012 -0.074,0.019 -0.112,0.026 z"
+ id="path1123" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.754,458.111 0.003,0.011 0.109,-0.037 c -0.035,0.012 -0.074,0.019 -0.112,0.026 z"
+ id="path1125" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 873.754,458.111 0.003,0.011 0.109,-0.037 c -0.035,0.012 -0.074,0.019 -0.112,0.026 z"
+ id="path1127" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.754,458.111 0.003,0.011 0.109,-0.037 c -0.035,0.012 -0.074,0.019 -0.112,0.026 z"
+ id="path1129" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 873.754,458.111 0.003,0.011 0.109,-0.037 c -0.035,0.012 -0.074,0.019 -0.112,0.026 z"
+ id="path1131" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.438,455.774 -0.154,-0.439 -6.681,2.35 0.151,0.427 c 0.038,-0.008 0.076,-0.015 0.112,-0.026 z"
+ id="path1133" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.438,455.774 -0.154,-0.439 -6.681,2.35 0.151,0.427 c 0.038,-0.008 0.076,-0.015 0.112,-0.026 z"
+ id="path1135" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.438,455.774 -0.154,-0.439 -6.681,2.35 0.151,0.427 c 0.038,-0.008 0.076,-0.015 0.112,-0.026 z"
+ id="path1137" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 880.438,455.774 -0.154,-0.439 -6.681,2.35 0.151,0.427 c 0.038,-0.008 0.076,-0.015 0.112,-0.026 z"
+ id="path1139" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.438,455.774 -0.154,-0.439 -6.681,2.35 0.151,0.427 c 0.038,-0.008 0.076,-0.015 0.112,-0.026 z"
+ id="path1141" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 880.438,455.774 -0.154,-0.439 -6.681,2.35 0.151,0.427 c 0.038,-0.008 0.076,-0.015 0.112,-0.026 z"
+ id="path1143" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="871.98199"
+ y="450.11099"
+ transform="matrix(0.9433,-0.3318,0.3318,0.9433,-100.5338,316.1562)"
+ width="7.0809999"
+ height="4.7140002"
+ id="rect1145" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="871.98199"
+ y="450.11099"
+ transform="matrix(0.9433,-0.3318,0.3318,0.9433,-100.5338,316.1562)"
+ width="7.0809999"
+ height="4.7140002"
+ id="rect1147" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="871.98199"
+ y="450.11099"
+ transform="matrix(0.9433,-0.3318,0.3318,0.9433,-100.5338,316.1562)"
+ width="7.0809999"
+ height="4.7140002"
+ id="rect1149" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="871.98199"
+ y="450.11099"
+ transform="matrix(0.9433,-0.3318,0.3318,0.9433,-100.5338,316.1562)"
+ width="7.0809999"
+ height="4.7140002"
+ id="rect1151" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="871.98199"
+ y="450.11099"
+ transform="matrix(0.9433,-0.3318,0.3318,0.9433,-100.5338,316.1562)"
+ width="7.0809999"
+ height="4.7140002"
+ id="rect1153" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="871.98199"
+ y="450.11099"
+ transform="matrix(0.9433,-0.3318,0.3318,0.9433,-100.5338,316.1562)"
+ width="7.0809999"
+ height="4.7140002"
+ id="rect1155" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 885.44,456.03 5.23,-1.84 -0.629,-1.791 -9.604,3.375 1.637,4.655 4.211,-1.479 -0.94,-2.679 c -0.036,-0.102 0.006,-0.211 0.095,-0.241 z"
+ id="path1157" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 885.44,456.03 5.23,-1.84 -0.629,-1.791 -9.604,3.375 1.637,4.655 4.211,-1.479 -0.94,-2.679 c -0.036,-0.102 0.006,-0.211 0.095,-0.241 z"
+ id="path1159" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 885.44,456.03 5.23,-1.84 -0.629,-1.791 -9.604,3.375 1.637,4.655 4.211,-1.479 -0.94,-2.679 c -0.036,-0.102 0.006,-0.211 0.095,-0.241 z"
+ id="path1161" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 885.44,456.03 5.23,-1.84 -0.629,-1.791 -9.604,3.375 1.637,4.655 4.211,-1.479 -0.94,-2.679 c -0.036,-0.102 0.006,-0.211 0.095,-0.241 z"
+ id="path1163" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 885.44,456.03 5.23,-1.84 -0.629,-1.791 -9.604,3.375 1.637,4.655 4.211,-1.479 -0.94,-2.679 c -0.036,-0.102 0.006,-0.211 0.095,-0.241 z"
+ id="path1165" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.92999"
+ y="448.77802"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,750.1652,1439.4045)"
+ width="0.46599999"
+ height="10.179"
+ id="rect1167" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.92999"
+ y="448.77802"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,750.1652,1439.4045)"
+ width="0.46599999"
+ height="10.179"
+ id="rect1169" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.92999"
+ y="448.77802"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,750.1652,1439.4045)"
+ width="0.46599999"
+ height="10.179"
+ id="rect1171" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="884.92999"
+ y="448.77802"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,750.1652,1439.4045)"
+ width="0.46599999"
+ height="10.179"
+ id="rect1173" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.92999"
+ y="448.77802"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,750.1652,1439.4045)"
+ width="0.46599999"
+ height="10.179"
+ id="rect1175" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.92999"
+ y="448.77802"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,750.1652,1439.4045)"
+ width="0.46599999"
+ height="10.179"
+ id="rect1177" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="884.92999"
+ y="448.77802"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,750.1652,1439.4045)"
+ width="0.46599999"
+ height="10.179"
+ id="rect1179" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.909,446.333 -4.549,1.6 c -0.396,0.139 -0.819,-0.018 -1.04,-0.354 l -4.239,1.49 1.564,4.449 9.603,-3.376 z"
+ id="path1181" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.909,446.333 -4.549,1.6 c -0.396,0.139 -0.819,-0.018 -1.04,-0.354 l -4.239,1.49 1.564,4.449 9.603,-3.376 z"
+ id="path1183" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.909,446.333 -4.549,1.6 c -0.396,0.139 -0.819,-0.018 -1.04,-0.354 l -4.239,1.49 1.564,4.449 9.603,-3.376 z"
+ id="path1185" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 887.909,446.333 -4.549,1.6 c -0.396,0.139 -0.819,-0.018 -1.04,-0.354 l -4.239,1.49 1.564,4.449 9.603,-3.376 z"
+ id="path1187" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.909,446.333 -4.549,1.6 c -0.396,0.139 -0.819,-0.018 -1.04,-0.354 l -4.239,1.49 1.564,4.449 9.603,-3.376 z"
+ id="path1189" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.909,446.333 -4.549,1.6 c -0.396,0.139 -0.819,-0.018 -1.04,-0.354 l -4.239,1.49 1.564,4.449 9.603,-3.376 z"
+ id="path1191" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 887.909,446.333 -4.549,1.6 c -0.396,0.139 -0.819,-0.018 -1.04,-0.354 l -4.239,1.49 1.564,4.449 9.603,-3.376 z"
+ id="path1193" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 891.642,456.954 -0.972,-2.764 -5.23,1.84 c -0.089,0.029 -0.131,0.139 -0.095,0.241 l 0.94,2.679 5.194,-1.826 c 0.111,-0.038 0.183,-0.113 0.163,-0.17 z"
+ id="path1195" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 891.642,456.954 -0.972,-2.764 -5.23,1.84 c -0.089,0.029 -0.131,0.139 -0.095,0.241 l 0.94,2.679 5.194,-1.826 c 0.111,-0.038 0.183,-0.113 0.163,-0.17 z"
+ id="path1197" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 891.642,456.954 -0.972,-2.764 -5.23,1.84 c -0.089,0.029 -0.131,0.139 -0.095,0.241 l 0.94,2.679 5.194,-1.826 c 0.111,-0.038 0.183,-0.113 0.163,-0.17 z"
+ id="path1199" />
+ <path
+ style="opacity:0.4;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 891.642,456.954 -0.972,-2.764 -5.23,1.84 c -0.089,0.029 -0.131,0.139 -0.095,0.241 l 0.94,2.679 5.194,-1.826 c 0.111,-0.038 0.183,-0.113 0.163,-0.17 z"
+ id="path1201" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 891.642,456.954 -0.972,-2.764 -5.23,1.84 c -0.089,0.029 -0.131,0.139 -0.095,0.241 l 0.94,2.679 5.194,-1.826 c 0.111,-0.038 0.183,-0.113 0.163,-0.17 z"
+ id="path1203" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 891.642,456.954 -0.972,-2.764 -5.23,1.84 c -0.089,0.029 -0.131,0.139 -0.095,0.241 l 0.94,2.679 5.194,-1.826 c 0.111,-0.038 0.183,-0.113 0.163,-0.17 z"
+ id="path1205" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 883.36,447.933 4.549,-1.6 -0.226,-0.639 -5.363,1.885 c 0.221,0.336 0.644,0.492 1.04,0.354 z"
+ id="path1207" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 883.36,447.933 4.549,-1.6 -0.226,-0.639 -5.363,1.885 c 0.221,0.336 0.644,0.492 1.04,0.354 z"
+ id="path1209" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 883.36,447.933 4.549,-1.6 -0.226,-0.639 -5.363,1.885 c 0.221,0.336 0.644,0.492 1.04,0.354 z"
+ id="path1211" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 883.36,447.933 4.549,-1.6 -0.226,-0.639 -5.363,1.885 c 0.221,0.336 0.644,0.492 1.04,0.354 z"
+ id="path1213" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 883.36,447.933 4.549,-1.6 -0.226,-0.639 -5.363,1.885 c 0.221,0.336 0.644,0.492 1.04,0.354 z"
+ id="path1215" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 883.36,447.933 4.549,-1.6 -0.226,-0.639 -5.363,1.885 c 0.221,0.336 0.644,0.492 1.04,0.354 z"
+ id="path1217" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 883.36,447.933 4.549,-1.6 -0.226,-0.639 -5.363,1.885 c 0.221,0.336 0.644,0.492 1.04,0.354 z"
+ id="path1219" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 883.36,447.933 4.549,-1.6 -0.226,-0.639 -5.363,1.885 c 0.221,0.336 0.644,0.492 1.04,0.354 z"
+ id="path1221" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 845.947,475.468 c -0.367,0.129 -0.657,0.246 -0.652,0.264 l 0.93,2.641 c 0.006,0.018 0.306,-0.074 0.671,-0.201 l 5.523,-1.943 -0.95,-2.701 z"
+ id="path1223" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 845.947,475.468 c -0.367,0.129 -0.657,0.246 -0.652,0.264 l 0.93,2.641 c 0.006,0.018 0.306,-0.074 0.671,-0.201 l 5.523,-1.943 -0.95,-2.701 z"
+ id="path1225" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 845.947,475.468 c -0.367,0.129 -0.657,0.246 -0.652,0.264 l 0.93,2.641 c 0.006,0.018 0.306,-0.074 0.671,-0.201 l 5.523,-1.943 -0.95,-2.701 z"
+ id="path1227" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 931,446.142 -1.853,0.652 0.772,2.192 9.901,-3.479 c 0.365,-0.128 0.657,-0.247 0.65,-0.263 l -0.928,-2.644 c -0.007,-0.016 -0.308,0.074 -0.673,0.204 l -7.34,2.581 c -0.041,0.358 -0.232,0.652 -0.529,0.757 z"
+ id="path1229" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 931,446.142 -1.853,0.652 0.772,2.192 9.901,-3.479 c 0.365,-0.128 0.657,-0.247 0.65,-0.263 l -0.928,-2.644 c -0.007,-0.016 -0.308,0.074 -0.673,0.204 l -7.34,2.581 c -0.041,0.358 -0.232,0.652 -0.529,0.757 z"
+ id="path1231" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 931,446.142 -1.853,0.652 0.772,2.192 9.901,-3.479 c 0.365,-0.128 0.657,-0.247 0.65,-0.263 l -0.928,-2.644 c -0.007,-0.016 -0.308,0.074 -0.673,0.204 l -7.34,2.581 c -0.041,0.358 -0.232,0.652 -0.529,0.757 z"
+ id="path1233" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="925.02802"
+ y="445.521"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,809.3387,1471.7247)"
+ width="2.326"
+ height="7.0879998"
+ id="rect1235" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="925.02802"
+ y="445.521"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,809.3387,1471.7247)"
+ width="2.326"
+ height="7.0879998"
+ id="rect1237" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="925.02802"
+ y="445.521"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,809.3387,1471.7247)"
+ width="2.326"
+ height="7.0879998"
+ id="rect1239" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="925.02802"
+ y="445.521"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,809.3387,1471.7247)"
+ width="2.326"
+ height="7.0879998"
+ id="rect1241" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="851.30701"
+ y="469.71399"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-107.435,312.7222)"
+ width="22.503"
+ height="2.8629999"
+ id="rect1243" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="851.30701"
+ y="469.71399"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-107.435,312.7222)"
+ width="22.503"
+ height="2.8629999"
+ id="rect1245" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="851.30701"
+ y="469.71399"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-107.435,312.7222)"
+ width="22.503"
+ height="2.8629999"
+ id="rect1247" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="851.30701"
+ y="469.71399"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-107.435,312.7222)"
+ width="22.503"
+ height="2.8629999"
+ id="rect1249" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 -5.862,2.061 0.18,0.508 c 0.162,0.465 -0.082,0.976 -0.547,1.139 l -1.011,0.355 0.476,1.351 22.124,-7.776 -0.771,-2.194 -13.701,4.815 c -0.299,0.104 -0.632,-0.007 -0.888,-0.259 z"
+ id="path1251" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 -5.862,2.061 0.18,0.508 c 0.162,0.465 -0.082,0.976 -0.547,1.139 l -1.011,0.355 0.476,1.351 22.124,-7.776 -0.771,-2.194 -13.701,4.815 c -0.299,0.104 -0.632,-0.007 -0.888,-0.259 z"
+ id="path1253" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 -5.862,2.061 0.18,0.508 c 0.162,0.465 -0.082,0.976 -0.547,1.139 l -1.011,0.355 0.476,1.351 22.124,-7.776 -0.771,-2.194 -13.701,4.815 c -0.299,0.104 -0.632,-0.007 -0.888,-0.259 z"
+ id="path1255" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 -5.862,2.061 0.18,0.508 c 0.162,0.465 -0.082,0.976 -0.547,1.139 l -1.011,0.355 0.476,1.351 22.124,-7.776 -0.771,-2.194 -13.701,4.815 c -0.299,0.104 -0.632,-0.007 -0.888,-0.259 z"
+ id="path1257" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 -5.862,2.061 0.18,0.508 c 0.162,0.465 -0.082,0.976 -0.547,1.139 l -1.011,0.355 0.476,1.351 22.124,-7.776 -0.771,-2.194 -13.701,4.815 c -0.299,0.104 -0.632,-0.007 -0.888,-0.259 z"
+ id="path1259" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.633,457.763 1.011,-0.355 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -0.18,-0.508 -1.854,0.65 z"
+ id="path1261" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.633,457.763 1.011,-0.355 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -0.18,-0.508 -1.854,0.65 z"
+ id="path1263" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 900.633,457.763 1.011,-0.355 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -0.18,-0.508 -1.854,0.65 z"
+ id="path1265" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.633,457.763 1.011,-0.355 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -0.18,-0.508 -1.854,0.65 z"
+ id="path1267" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 900.633,457.763 1.011,-0.355 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -0.18,-0.508 -1.854,0.65 z"
+ id="path1269" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.633,457.763 1.011,-0.355 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -0.18,-0.508 -1.854,0.65 z"
+ id="path1271" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="897.22699"
+ y="458.34399"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1899.5426,594.111)"
+ width="3.75"
+ height="1.432"
+ id="rect1273" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="897.22699"
+ y="458.34399"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1899.5426,594.111)"
+ width="3.75"
+ height="1.432"
+ id="rect1275" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="897.22699"
+ y="458.34399"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1899.5426,594.111)"
+ width="3.75"
+ height="1.432"
+ id="rect1277" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="897.22699"
+ y="458.34399"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1899.5426,594.111)"
+ width="3.75"
+ height="1.432"
+ id="rect1279" />
+
+ <rect
+ style="opacity:0.4;fill:#fff6a3"
+ x="897.22699"
+ y="458.34399"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1899.5426,594.111)"
+ width="3.75"
+ height="1.432"
+ id="rect1281" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="897.22699"
+ y="458.34399"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1899.5426,594.111)"
+ width="3.75"
+ height="1.432"
+ id="rect1283" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="897.91101"
+ y="455.83401"
+ transform="matrix(-0.3305,-0.9438,0.9438,-0.3305,763.6388,1457.1118)"
+ width="1.433"
+ height="3.75"
+ id="rect1285" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="897.91101"
+ y="455.83401"
+ transform="matrix(-0.3305,-0.9438,0.9438,-0.3305,763.6388,1457.1118)"
+ width="1.433"
+ height="3.75"
+ id="rect1287" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="897.91101"
+ y="455.83401"
+ transform="matrix(-0.3305,-0.9438,0.9438,-0.3305,763.6388,1457.1118)"
+ width="1.433"
+ height="3.75"
+ id="rect1289" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="897.91101"
+ y="455.83401"
+ transform="matrix(-0.3305,-0.9438,0.9438,-0.3305,763.6388,1457.1118)"
+ width="1.433"
+ height="3.75"
+ id="rect1291" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="897.91101"
+ y="455.83401"
+ transform="matrix(-0.3305,-0.9438,0.9438,-0.3305,763.6388,1457.1118)"
+ width="1.433"
+ height="3.75"
+ id="rect1293" />
+
+ <rect
+ style="opacity:0.4;fill:#fff6a3"
+ x="897.91101"
+ y="455.83401"
+ transform="matrix(-0.3305,-0.9438,0.9438,-0.3305,763.6388,1457.1118)"
+ width="1.433"
+ height="3.75"
+ id="rect1295" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="897.91101"
+ y="455.83401"
+ transform="matrix(-0.3305,-0.9438,0.9438,-0.3305,763.6388,1457.1118)"
+ width="1.433"
+ height="3.75"
+ id="rect1297" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.493,462.381 -3.368,1.186 c -0.467,0.163 -0.976,-0.081 -1.14,-0.548 l -0.179,-0.507 -7.413,2.605 0.948,2.702 11.625,-4.087 z"
+ id="path1299" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.493,462.381 -3.368,1.186 c -0.467,0.163 -0.976,-0.081 -1.14,-0.548 l -0.179,-0.507 -7.413,2.605 0.948,2.702 11.625,-4.087 z"
+ id="path1301" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.493,462.381 -3.368,1.186 c -0.467,0.163 -0.976,-0.081 -1.14,-0.548 l -0.179,-0.507 -7.413,2.605 0.948,2.702 11.625,-4.087 z"
+ id="path1303" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.493,462.381 -3.368,1.186 c -0.467,0.163 -0.976,-0.081 -1.14,-0.548 l -0.179,-0.507 -7.413,2.605 0.948,2.702 11.625,-4.087 z"
+ id="path1305" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.806,462.512 0.179,0.507 c 0.164,0.467 0.673,0.711 1.14,0.548 l 3.368,-1.186 -0.475,-1.351 z"
+ id="path1307" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.806,462.512 0.179,0.507 c 0.164,0.467 0.673,0.711 1.14,0.548 l 3.368,-1.186 -0.475,-1.351 z"
+ id="path1309" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.806,462.512 0.179,0.507 c 0.164,0.467 0.673,0.711 1.14,0.548 l 3.368,-1.186 -0.475,-1.351 z"
+ id="path1311" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.806,462.512 0.179,0.507 c 0.164,0.467 0.673,0.711 1.14,0.548 l 3.368,-1.186 -0.475,-1.351 z"
+ id="path1313" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.806,462.512 0.179,0.507 c 0.164,0.467 0.673,0.711 1.14,0.548 l 3.368,-1.186 -0.475,-1.351 z"
+ id="path1315" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08698"
+ y="465.513"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,723.2739,1446.7085)"
+ width="2.8659999"
+ height="2.8570001"
+ id="rect1317" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08698"
+ y="465.513"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,723.2739,1446.7085)"
+ width="2.8659999"
+ height="2.8570001"
+ id="rect1319" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08698"
+ y="465.513"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,723.2739,1446.7085)"
+ width="2.8659999"
+ height="2.8570001"
+ id="rect1321" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08698"
+ y="465.513"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,723.2739,1446.7085)"
+ width="2.8659999"
+ height="2.8570001"
+ id="rect1323" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08698"
+ y="465.513"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,723.2739,1446.7085)"
+ width="2.8659999"
+ height="2.8570001"
+ id="rect1325" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.56799"
+ y="461.39301"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.8505,321.3775)"
+ width="5.7140002"
+ height="1.432"
+ id="rect1327" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.56799"
+ y="461.39301"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.8505,321.3775)"
+ width="5.7140002"
+ height="1.432"
+ id="rect1329" />
+
+ <rect
+ style="opacity:0.4;fill:#fff6a3"
+ x="887.56799"
+ y="461.39301"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.8505,321.3775)"
+ width="5.7140002"
+ height="1.432"
+ id="rect1331" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.56799"
+ y="461.39301"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.8505,321.3775)"
+ width="5.7140002"
+ height="1.432"
+ id="rect1333" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.56799"
+ y="461.39301"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.8505,321.3775)"
+ width="5.7140002"
+ height="1.432"
+ id="rect1335" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.09399"
+ y="460.043"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.4214,321.0878)"
+ width="5.7150002"
+ height="1.432"
+ id="rect1337" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.09399"
+ y="460.043"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.4214,321.0878)"
+ width="5.7150002"
+ height="1.432"
+ id="rect1339" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.09399"
+ y="460.043"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.4214,321.0878)"
+ width="5.7150002"
+ height="1.432"
+ id="rect1341" />
+
+ <rect
+ style="opacity:0.4;fill:#fff6a3"
+ x="887.09399"
+ y="460.043"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.4214,321.0878)"
+ width="5.7150002"
+ height="1.432"
+ id="rect1343" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.09399"
+ y="460.043"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.4214,321.0878)"
+ width="5.7150002"
+ height="1.432"
+ id="rect1345" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.09399"
+ y="460.043"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.4214,321.0878)"
+ width="5.7150002"
+ height="1.432"
+ id="rect1347" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.995"
+ y="459.70599"
+ transform="matrix(0.9435,-0.3313,0.3313,0.9435,-101.9866,322.6373)"
+ width="4.4650002"
+ height="1.432"
+ id="rect1349" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.995"
+ y="459.70599"
+ transform="matrix(0.9435,-0.3313,0.3313,0.9435,-101.9866,322.6373)"
+ width="4.4650002"
+ height="1.432"
+ id="rect1351" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="892.995"
+ y="459.70599"
+ transform="matrix(0.9435,-0.3313,0.3313,0.9435,-101.9866,322.6373)"
+ width="4.4650002"
+ height="1.432"
+ id="rect1353" />
+
+ <rect
+ style="opacity:0.4;fill:#fff6a3"
+ x="892.995"
+ y="459.70599"
+ transform="matrix(0.9435,-0.3313,0.3313,0.9435,-101.9866,322.6373)"
+ width="4.4650002"
+ height="1.432"
+ id="rect1355" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.995"
+ y="459.70599"
+ transform="matrix(0.9435,-0.3313,0.3313,0.9435,-101.9866,322.6373)"
+ width="4.4650002"
+ height="1.432"
+ id="rect1357" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.995"
+ y="459.70599"
+ transform="matrix(0.9435,-0.3313,0.3313,0.9435,-101.9866,322.6373)"
+ width="4.4650002"
+ height="1.432"
+ id="rect1359" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.52002"
+ y="458.35501"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-101.6219,322.8149)"
+ width="4.4660001"
+ height="1.431"
+ id="rect1361" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.52002"
+ y="458.35501"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-101.6219,322.8149)"
+ width="4.4660001"
+ height="1.431"
+ id="rect1363" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.52002"
+ y="458.35501"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-101.6219,322.8149)"
+ width="4.4660001"
+ height="1.431"
+ id="rect1365" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="892.52002"
+ y="458.35501"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-101.6219,322.8149)"
+ width="4.4660001"
+ height="1.431"
+ id="rect1367" />
+
+ <rect
+ style="opacity:0.4;fill:#fff6a3"
+ x="892.52002"
+ y="458.35501"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-101.6219,322.8149)"
+ width="4.4660001"
+ height="1.431"
+ id="rect1369" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.52002"
+ y="458.35501"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-101.6219,322.8149)"
+ width="4.4660001"
+ height="1.431"
+ id="rect1371" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.52002"
+ y="458.35501"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-101.6219,322.8149)"
+ width="4.4660001"
+ height="1.431"
+ id="rect1373" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="M 929.147,446.794 931,446.142 c 0.298,-0.104 0.488,-0.398 0.531,-0.756 l -2.563,0.899 z"
+ id="path1375" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="M 929.147,446.794 931,446.142 c 0.298,-0.104 0.488,-0.398 0.531,-0.756 l -2.563,0.899 z"
+ id="path1377" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="M 929.147,446.794 931,446.142 c 0.298,-0.104 0.488,-0.398 0.531,-0.756 l -2.563,0.899 z"
+ id="path1379" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="M 929.147,446.794 931,446.142 c 0.298,-0.104 0.488,-0.398 0.531,-0.756 l -2.563,0.899 z"
+ id="path1381" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="922.172"
+ y="447.444"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1947.5007,563.2526)"
+ width="7.085"
+ height="0.54000002"
+ id="rect1383" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="922.172"
+ y="447.444"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1947.5007,563.2526)"
+ width="7.085"
+ height="0.54000002"
+ id="rect1385" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="922.172"
+ y="447.444"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1947.5007,563.2526)"
+ width="7.085"
+ height="0.54000002"
+ id="rect1387" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="922.172"
+ y="447.444"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1947.5007,563.2526)"
+ width="7.085"
+ height="0.54000002"
+ id="rect1389" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="922.172"
+ y="447.444"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1947.5007,563.2526)"
+ width="7.085"
+ height="0.54000002"
+ id="rect1391" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 c 0.257,0.252 0.59,0.363 0.888,0.258 l 13.701,-4.815 -0.18,-0.507 z"
+ id="path1393" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 c 0.257,0.252 0.59,0.363 0.888,0.258 l 13.701,-4.815 -0.18,-0.507 z"
+ id="path1395" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 c 0.257,0.252 0.59,0.363 0.888,0.258 l 13.701,-4.815 -0.18,-0.507 z"
+ id="path1397" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 c 0.257,0.252 0.59,0.363 0.888,0.258 l 13.701,-4.815 -0.18,-0.507 z"
+ id="path1399" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 c 0.257,0.252 0.59,0.363 0.888,0.258 l 13.701,-4.815 -0.18,-0.507 z"
+ id="path1401" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 c 0.257,0.252 0.59,0.363 0.888,0.258 l 13.701,-4.815 -0.18,-0.507 z"
+ id="path1403" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 939.38,433.542 c 0.311,-0.109 0.636,0.014 0.729,0.276 l 0.152,0.436 6.234,-2.191 -0.64,-1.817 -17.354,6.1 0.32,0.908 z"
+ id="path1405" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 939.38,433.542 c 0.311,-0.109 0.636,0.014 0.729,0.276 l 0.152,0.436 6.234,-2.191 -0.64,-1.817 -17.354,6.1 0.32,0.908 z"
+ id="path1407" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 939.38,433.542 c 0.311,-0.109 0.636,0.014 0.729,0.276 l 0.152,0.436 6.234,-2.191 -0.64,-1.817 -17.354,6.1 0.32,0.908 z"
+ id="path1409" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 940.261,434.254 -0.152,-0.436 c -0.093,-0.263 -0.418,-0.386 -0.729,-0.276 l -10.558,3.711 0.317,0.91 z"
+ id="path1411" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 940.261,434.254 -0.152,-0.436 c -0.093,-0.263 -0.418,-0.386 -0.729,-0.276 l -10.558,3.711 0.317,0.91 z"
+ id="path1413" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 940.261,434.254 -0.152,-0.436 c -0.093,-0.263 -0.418,-0.386 -0.729,-0.276 l -10.558,3.711 0.317,0.91 z"
+ id="path1415" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 940.261,434.254 -0.152,-0.436 c -0.093,-0.263 -0.418,-0.386 -0.729,-0.276 l -10.558,3.711 0.317,0.91 z"
+ id="path1417" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 864.433,458.866 c -0.432,0.15 -0.775,0.281 -0.772,0.293 l 0.626,1.778 c 0.003,0.01 0.354,-0.103 0.784,-0.253 l 5.104,-1.795 -0.64,-1.818 z"
+ id="path1419" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 864.433,458.866 c -0.432,0.15 -0.775,0.281 -0.772,0.293 l 0.626,1.778 c 0.003,0.01 0.354,-0.103 0.784,-0.253 l 5.104,-1.795 -0.64,-1.818 z"
+ id="path1421" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 864.433,458.866 c -0.432,0.15 -0.775,0.281 -0.772,0.293 l 0.626,1.778 c 0.003,0.01 0.354,-0.103 0.784,-0.253 l 5.104,-1.795 -0.64,-1.818 z"
+ id="path1423" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 864.433,458.866 c -0.432,0.15 -0.775,0.281 -0.772,0.293 l 0.626,1.778 c 0.003,0.01 0.354,-0.103 0.784,-0.253 l 5.104,-1.795 -0.64,-1.818 z"
+ id="path1425" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 864.433,458.866 c -0.432,0.15 -0.775,0.281 -0.772,0.293 l 0.626,1.778 c 0.003,0.01 0.354,-0.103 0.784,-0.253 l 5.104,-1.795 -0.64,-1.818 z"
+ id="path1427" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="899.27698"
+ y="447.33701"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1901.9545,570.3709)"
+ width="6.072"
+ height="0.248"
+ id="rect1429" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="899.27698"
+ y="447.33701"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1901.9545,570.3709)"
+ width="6.072"
+ height="0.248"
+ id="rect1431" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="899.27698"
+ y="447.33701"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1901.9545,570.3709)"
+ width="6.072"
+ height="0.248"
+ id="rect1433" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="899.27698"
+ y="447.33701"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1901.9545,570.3709)"
+ width="6.072"
+ height="0.248"
+ id="rect1435" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="899.27698"
+ y="447.33701"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1901.9545,570.3709)"
+ width="6.072"
+ height="0.248"
+ id="rect1437" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="899.27698"
+ y="447.33701"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1901.9545,570.3709)"
+ width="6.072"
+ height="0.248"
+ id="rect1439" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.89697"
+ y="449.29099"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1891.7986,576.0156)"
+ width="5.7129998"
+ height="0.248"
+ id="rect1441" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.89697"
+ y="449.29099"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1891.7986,576.0156)"
+ width="5.7129998"
+ height="0.248"
+ id="rect1443" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.89697"
+ y="449.29099"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1891.7986,576.0156)"
+ width="5.7129998"
+ height="0.248"
+ id="rect1445" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="893.89697"
+ y="449.29099"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1891.7986,576.0156)"
+ width="5.7129998"
+ height="0.248"
+ id="rect1447" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.89697"
+ y="449.29099"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1891.7986,576.0156)"
+ width="5.7129998"
+ height="0.248"
+ id="rect1449" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="893.89697"
+ y="449.29099"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1891.7986,576.0156)"
+ width="5.7129998"
+ height="0.248"
+ id="rect1451" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.89697"
+ y="449.29099"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1891.7986,576.0156)"
+ width="5.7129998"
+ height="0.248"
+ id="rect1453" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 957.979,427.572 0.142,0.404 11.286,-3.968 c -0.293,-0.58 -0.595,-1.157 -0.904,-1.725 l -11.021,3.874 z"
+ id="path1455" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 957.979,427.572 0.142,0.404 11.286,-3.968 c -0.293,-0.58 -0.595,-1.157 -0.904,-1.725 l -11.021,3.874 z"
+ id="path1457" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 958.121,427.977 -0.142,-0.404 c 0.052,0.147 0.058,0.298 0.034,0.442 z"
+ id="path1459" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 958.121,427.977 -0.142,-0.404 c 0.052,0.147 0.058,0.298 0.034,0.442 z"
+ id="path1461" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 958.121,427.977 -0.142,-0.404 c 0.052,0.147 0.058,0.298 0.034,0.442 z"
+ id="path1463" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 958.013,428.015 c 0.023,-0.145 0.018,-0.295 -0.034,-0.442 l -0.498,-1.414 -11.625,4.087 0.64,1.817 z"
+ id="path1465" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 958.013,428.015 c 0.023,-0.145 0.018,-0.295 -0.034,-0.442 l -0.498,-1.414 -11.625,4.087 0.64,1.817 z"
+ id="path1467" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 958.013,428.015 c 0.023,-0.145 0.018,-0.295 -0.034,-0.442 l -0.498,-1.414 -11.625,4.087 0.64,1.817 z"
+ id="path1469" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 958.013,428.015 c 0.023,-0.145 0.018,-0.295 -0.034,-0.442 l -0.498,-1.414 -11.625,4.087 0.64,1.817 z"
+ id="path1471" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.39301"
+ y="443.17899"
+ transform="matrix(0.3326,0.9431,-0.9431,0.3326,1022.7144,-552.7264)"
+ width="0.963"
+ height="6.073"
+ id="rect1473" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.39301"
+ y="443.17899"
+ transform="matrix(0.3326,0.9431,-0.9431,0.3326,1022.7144,-552.7264)"
+ width="0.963"
+ height="6.073"
+ id="rect1475" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.39301"
+ y="443.17899"
+ transform="matrix(0.3326,0.9431,-0.9431,0.3326,1022.7144,-552.7264)"
+ width="0.963"
+ height="6.073"
+ id="rect1477" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="901.39301"
+ y="443.17899"
+ transform="matrix(0.3326,0.9431,-0.9431,0.3326,1022.7144,-552.7264)"
+ width="0.963"
+ height="6.073"
+ id="rect1479" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.39301"
+ y="443.17899"
+ transform="matrix(0.3326,0.9431,-0.9431,0.3326,1022.7144,-552.7264)"
+ width="0.963"
+ height="6.073"
+ id="rect1481" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.39301"
+ y="443.17899"
+ transform="matrix(0.3326,0.9431,-0.9431,0.3326,1022.7144,-552.7264)"
+ width="0.963"
+ height="6.073"
+ id="rect1483" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.79498"
+ y="443.97101"
+ transform="matrix(-0.3334,-0.9428,0.9428,-0.3334,781.4904,1446.5745)"
+ width="0.71499997"
+ height="6.072"
+ id="rect1485" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.79498"
+ y="443.97101"
+ transform="matrix(-0.3334,-0.9428,0.9428,-0.3334,781.4904,1446.5745)"
+ width="0.71499997"
+ height="6.072"
+ id="rect1487" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.79498"
+ y="443.97101"
+ transform="matrix(-0.3334,-0.9428,0.9428,-0.3334,781.4904,1446.5745)"
+ width="0.71499997"
+ height="6.072"
+ id="rect1489" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="901.79498"
+ y="443.97101"
+ transform="matrix(-0.3334,-0.9428,0.9428,-0.3334,781.4904,1446.5745)"
+ width="0.71499997"
+ height="6.072"
+ id="rect1491" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="901.79498"
+ y="443.97101"
+ transform="matrix(-0.3334,-0.9428,0.9428,-0.3334,781.4904,1446.5745)"
+ width="0.71499997"
+ height="6.072"
+ id="rect1493" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.79498"
+ y="443.97101"
+ transform="matrix(-0.3334,-0.9428,0.9428,-0.3334,781.4904,1446.5745)"
+ width="0.71499997"
+ height="6.072"
+ id="rect1495" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.79498"
+ y="443.97101"
+ transform="matrix(-0.3334,-0.9428,0.9428,-0.3334,781.4904,1446.5745)"
+ width="0.71499997"
+ height="6.072"
+ id="rect1497" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.946,450.044 c -0.093,-0.262 0.085,-0.561 0.394,-0.67 l 4.83,-1.697 -0.319,-0.909 -5.392,1.895 z"
+ id="path1499" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.946,450.044 c -0.093,-0.262 0.085,-0.561 0.394,-0.67 l 4.83,-1.697 -0.319,-0.909 -5.392,1.895 z"
+ id="path1501" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.946,450.044 c -0.093,-0.262 0.085,-0.561 0.394,-0.67 l 4.83,-1.697 -0.319,-0.909 -5.392,1.895 z"
+ id="path1503" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.946,450.044 c -0.093,-0.262 0.085,-0.561 0.394,-0.67 l 4.83,-1.697 -0.319,-0.909 -5.392,1.895 z"
+ id="path1505" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 893.946,450.044 c -0.093,-0.262 0.085,-0.561 0.394,-0.67 l 4.83,-1.697 -0.319,-0.909 -5.392,1.895 z"
+ id="path1507" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.946,450.044 c -0.093,-0.262 0.085,-0.561 0.394,-0.67 l 4.83,-1.697 -0.319,-0.909 -5.392,1.895 z"
+ id="path1509" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.946,450.044 c -0.093,-0.262 0.085,-0.561 0.394,-0.67 l 4.83,-1.697 -0.319,-0.909 -5.392,1.895 z"
+ id="path1511" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.016,450.245 5.392,-1.895 -0.238,-0.674 -4.83,1.697 c -0.309,0.109 -0.486,0.408 -0.394,0.67 l 0.011,0.031 z"
+ id="path1513" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.016,450.245 5.392,-1.895 -0.238,-0.674 -4.83,1.697 c -0.309,0.109 -0.486,0.408 -0.394,0.67 l 0.011,0.031 z"
+ id="path1515" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.016,450.245 5.392,-1.895 -0.238,-0.674 -4.83,1.697 c -0.309,0.109 -0.486,0.408 -0.394,0.67 l 0.011,0.031 z"
+ id="path1517" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 894.016,450.245 5.392,-1.895 -0.238,-0.674 -4.83,1.697 c -0.309,0.109 -0.486,0.408 -0.394,0.67 l 0.011,0.031 z"
+ id="path1519" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.016,450.245 5.392,-1.895 -0.238,-0.674 -4.83,1.697 c -0.309,0.109 -0.486,0.408 -0.394,0.67 l 0.011,0.031 z"
+ id="path1521" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 894.016,450.245 5.392,-1.895 -0.238,-0.674 -4.83,1.697 c -0.309,0.109 -0.486,0.408 -0.394,0.67 l 0.011,0.031 z"
+ id="path1523" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.016,450.245 5.392,-1.895 -0.238,-0.674 -4.83,1.697 c -0.309,0.109 -0.486,0.408 -0.394,0.67 l 0.011,0.031 z"
+ id="path1525" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.016,450.245 5.392,-1.895 -0.238,-0.674 -4.83,1.697 c -0.309,0.109 -0.486,0.408 -0.394,0.67 l 0.011,0.031 z"
+ id="path1527" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 872.729,457.538 0.142,0.404 0.107,-0.038 c -0.108,-0.097 -0.198,-0.219 -0.249,-0.366 z"
+ id="path1529" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 872.729,457.538 0.142,0.404 0.107,-0.038 c -0.108,-0.097 -0.198,-0.219 -0.249,-0.366 z"
+ id="path1531" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 872.729,457.538 0.142,0.404 0.107,-0.038 c -0.108,-0.097 -0.198,-0.219 -0.249,-0.366 z"
+ id="path1533" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 872.729,457.538 0.142,0.404 0.107,-0.038 c -0.108,-0.097 -0.198,-0.219 -0.249,-0.366 z"
+ id="path1535" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 872.729,457.538 0.142,0.404 0.107,-0.038 c -0.108,-0.097 -0.198,-0.219 -0.249,-0.366 z"
+ id="path1537" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.603,457.685 -0.638,-1.818 -0.734,0.259 0.498,1.413 c 0.051,0.146 0.141,0.269 0.249,0.366 z"
+ id="path1539" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.603,457.685 -0.638,-1.818 -0.734,0.259 0.498,1.413 c 0.051,0.146 0.141,0.269 0.249,0.366 z"
+ id="path1541" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.603,457.685 -0.638,-1.818 -0.734,0.259 0.498,1.413 c 0.051,0.146 0.141,0.269 0.249,0.366 z"
+ id="path1543" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 873.603,457.685 -0.638,-1.818 -0.734,0.259 0.498,1.413 c 0.051,0.146 0.141,0.269 0.249,0.366 z"
+ id="path1545" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.603,457.685 -0.638,-1.818 -0.734,0.259 0.498,1.413 c 0.051,0.146 0.141,0.269 0.249,0.366 z"
+ id="path1547" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.603,457.685 -0.638,-1.818 -0.734,0.259 0.498,1.413 c 0.051,0.146 0.141,0.269 0.249,0.366 z"
+ id="path1549" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="870.175,458.89 872.871,457.942 872.729,457.538 872.231,456.125 869.536,457.071 "
+ id="polygon1551" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="870.175,458.89 872.871,457.942 872.729,457.538 872.231,456.125 869.536,457.071 "
+ id="polygon1553" />
+ <polygon
+ style="opacity:0.5;fill:#d1e4b7"
+ points="870.175,458.89 872.871,457.942 872.729,457.538 872.231,456.125 869.536,457.071 "
+ id="polygon1555" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="870.175,458.89 872.871,457.942 872.729,457.538 872.231,456.125 869.536,457.071 "
+ id="polygon1557" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="870.175,458.89 872.871,457.942 872.729,457.538 872.231,456.125 869.536,457.071 "
+ id="polygon1559" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="870.175,458.89 872.871,457.942 872.729,457.538 872.231,456.125 869.536,457.071 "
+ id="polygon1561" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.998,450.249 c 0.014,0.091 0.008,0.182 -0.006,0.269 l 0.108,-0.038 -0.084,-0.234 c -0.006,0.001 -0.013,0.001 -0.018,0.003 z"
+ id="path1563" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.998,450.249 c 0.014,0.091 0.008,0.182 -0.006,0.269 l 0.108,-0.038 -0.084,-0.234 c -0.006,0.001 -0.013,0.001 -0.018,0.003 z"
+ id="path1565" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.998,450.249 c 0.014,0.091 0.008,0.182 -0.006,0.269 l 0.108,-0.038 -0.084,-0.234 c -0.006,0.001 -0.013,0.001 -0.018,0.003 z"
+ id="path1567" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.998,450.249 c 0.014,0.091 0.008,0.182 -0.006,0.269 l 0.108,-0.038 -0.084,-0.234 c -0.006,0.001 -0.013,0.001 -0.018,0.003 z"
+ id="path1569" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 893.998,450.249 c 0.014,0.091 0.008,0.182 -0.006,0.269 l 0.108,-0.038 -0.084,-0.234 c -0.006,0.001 -0.013,0.001 -0.018,0.003 z"
+ id="path1571" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.998,450.249 c 0.014,0.091 0.008,0.182 -0.006,0.269 l 0.108,-0.038 -0.084,-0.234 c -0.006,0.001 -0.013,0.001 -0.018,0.003 z"
+ id="path1573" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.998,450.249 c 0.014,0.091 0.008,0.182 -0.006,0.269 l 0.108,-0.038 -0.084,-0.234 c -0.006,0.001 -0.013,0.001 -0.018,0.003 z"
+ id="path1575" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 -0.258,-0.739 -3.37,1.184 0.64,1.818 4.104,-1.443 c 0.014,-0.087 0.02,-0.178 0.006,-0.269 -0.458,0.152 -0.958,-0.09 -1.122,-0.551 z"
+ id="path1577" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 -0.258,-0.739 -3.37,1.184 0.64,1.818 4.104,-1.443 c 0.014,-0.087 0.02,-0.178 0.006,-0.269 -0.458,0.152 -0.958,-0.09 -1.122,-0.551 z"
+ id="path1579" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 -0.258,-0.739 -3.37,1.184 0.64,1.818 4.104,-1.443 c 0.014,-0.087 0.02,-0.178 0.006,-0.269 -0.458,0.152 -0.958,-0.09 -1.122,-0.551 z"
+ id="path1581" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 -0.258,-0.739 -3.37,1.184 0.64,1.818 4.104,-1.443 c 0.014,-0.087 0.02,-0.178 0.006,-0.269 -0.458,0.152 -0.958,-0.09 -1.122,-0.551 z"
+ id="path1583" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 -0.258,-0.739 -3.37,1.184 0.64,1.818 4.104,-1.443 c 0.014,-0.087 0.02,-0.178 0.006,-0.269 -0.458,0.152 -0.958,-0.09 -1.122,-0.551 z"
+ id="path1585" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 -0.258,-0.739 -3.37,1.184 0.64,1.818 4.104,-1.443 c 0.014,-0.087 0.02,-0.178 0.006,-0.269 -0.458,0.152 -0.958,-0.09 -1.122,-0.551 z"
+ id="path1587" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 -0.258,-0.739 -3.37,1.184 0.64,1.818 4.104,-1.443 c 0.014,-0.087 0.02,-0.178 0.006,-0.269 -0.458,0.152 -0.958,-0.09 -1.122,-0.551 z"
+ id="path1589" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 -0.258,-0.739 -3.37,1.184 0.64,1.818 4.104,-1.443 c 0.014,-0.087 0.02,-0.178 0.006,-0.269 -0.458,0.152 -0.958,-0.09 -1.122,-0.551 z"
+ id="path1591" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.957,450.075 c 0.021,0.059 0.033,0.117 0.041,0.174 0.006,-0.002 0.013,-0.002 0.019,-0.004 z"
+ id="path1593" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.957,450.075 c 0.021,0.059 0.033,0.117 0.041,0.174 0.006,-0.002 0.013,-0.002 0.019,-0.004 z"
+ id="path1595" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.957,450.075 c 0.021,0.059 0.033,0.117 0.041,0.174 0.006,-0.002 0.013,-0.002 0.019,-0.004 z"
+ id="path1597" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.957,450.075 c 0.021,0.059 0.033,0.117 0.041,0.174 0.006,-0.002 0.013,-0.002 0.019,-0.004 z"
+ id="path1599" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 893.957,450.075 c 0.021,0.059 0.033,0.117 0.041,0.174 0.006,-0.002 0.013,-0.002 0.019,-0.004 z"
+ id="path1601" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.957,450.075 c 0.021,0.059 0.033,0.117 0.041,0.174 0.006,-0.002 0.013,-0.002 0.019,-0.004 z"
+ id="path1603" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.957,450.075 c 0.021,0.059 0.033,0.117 0.041,0.174 0.006,-0.002 0.013,-0.002 0.019,-0.004 z"
+ id="path1605" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.957,450.075 c 0.021,0.059 0.033,0.117 0.041,0.174 0.006,-0.002 0.013,-0.002 0.019,-0.004 z"
+ id="path1607" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z"
+ id="path1609" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z"
+ id="path1611" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z"
+ id="path1613" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z"
+ id="path1615" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z"
+ id="path1617" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z"
+ id="path1619" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z"
+ id="path1621" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z"
+ id="path1623" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z"
+ id="path1625" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="925.88501"
+ y="436.79199"
+ transform="matrix(-0.9433,0.3321,-0.3321,-0.9433,1947.2135,541.801)"
+ width="2.858"
+ height="0.963"
+ id="rect1627" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="925.88501"
+ y="436.79199"
+ transform="matrix(-0.9433,0.3321,-0.3321,-0.9433,1947.2135,541.801)"
+ width="2.858"
+ height="0.963"
+ id="rect1629" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="925.88501"
+ y="436.79199"
+ transform="matrix(-0.9433,0.3321,-0.3321,-0.9433,1947.2135,541.801)"
+ width="2.858"
+ height="0.963"
+ id="rect1631" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="925.88501"
+ y="436.79199"
+ transform="matrix(-0.9433,0.3321,-0.3321,-0.9433,1947.2135,541.801)"
+ width="2.858"
+ height="0.963"
+ id="rect1633" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.08301"
+ y="438.439"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1938.5862,547.1425)"
+ width="7.0840001"
+ height="0.96499997"
+ id="rect1635" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.08301"
+ y="438.439"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1938.5862,547.1425)"
+ width="7.0840001"
+ height="0.96499997"
+ id="rect1637" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.08301"
+ y="438.439"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1938.5862,547.1425)"
+ width="7.0840001"
+ height="0.96499997"
+ id="rect1639" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.08301"
+ y="438.439"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1938.5862,547.1425)"
+ width="7.0840001"
+ height="0.96499997"
+ id="rect1641" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.08301"
+ y="438.439"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1938.5862,547.1425)"
+ width="7.0840001"
+ height="0.96499997"
+ id="rect1643" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="927.151"
+ y="436.75299"
+ transform="matrix(0.3293,0.9442,-0.9442,0.3293,1035.9423,-582.0021)"
+ width="0.96399999"
+ height="2.858"
+ id="rect1645" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="927.151"
+ y="436.75299"
+ transform="matrix(0.3293,0.9442,-0.9442,0.3293,1035.9423,-582.0021)"
+ width="0.96399999"
+ height="2.858"
+ id="rect1647" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="927.151"
+ y="436.75299"
+ transform="matrix(0.3293,0.9442,-0.9442,0.3293,1035.9423,-582.0021)"
+ width="0.96399999"
+ height="2.858"
+ id="rect1649" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="927.151"
+ y="436.75299"
+ transform="matrix(0.3293,0.9442,-0.9442,0.3293,1035.9423,-582.0021)"
+ width="0.96399999"
+ height="2.858"
+ id="rect1651" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="927.151"
+ y="436.75299"
+ transform="matrix(0.3293,0.9442,-0.9442,0.3293,1035.9423,-582.0021)"
+ width="0.96399999"
+ height="2.858"
+ id="rect1653" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.40198"
+ y="439.349"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1939.5032,548.8501)"
+ width="7.085"
+ height="0.963"
+ id="rect1655" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.40198"
+ y="439.349"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1939.5032,548.8501)"
+ width="7.085"
+ height="0.963"
+ id="rect1657" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.40198"
+ y="439.349"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1939.5032,548.8501)"
+ width="7.085"
+ height="0.963"
+ id="rect1659" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="919.40198"
+ y="439.349"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1939.5032,548.8501)"
+ width="7.085"
+ height="0.963"
+ id="rect1661" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.40198"
+ y="439.349"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1939.5032,548.8501)"
+ width="7.085"
+ height="0.963"
+ id="rect1663" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.40198"
+ y="439.349"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1939.5032,548.8501)"
+ width="7.085"
+ height="0.963"
+ id="rect1665" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.085,442.948 c 0.02,0.057 0.033,0.116 0.041,0.174 l 7.316,-2.571 -0.32,-0.908 -7.299,2.565 z"
+ id="path1667" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.085,442.948 c 0.02,0.057 0.033,0.116 0.041,0.174 l 7.316,-2.571 -0.32,-0.908 -7.299,2.565 z"
+ id="path1669" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.085,442.948 c 0.02,0.057 0.033,0.116 0.041,0.174 l 7.316,-2.571 -0.32,-0.908 -7.299,2.565 z"
+ id="path1671" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 912.085,442.948 c 0.02,0.057 0.033,0.116 0.041,0.174 l 7.316,-2.571 -0.32,-0.908 -7.299,2.565 z"
+ id="path1673" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.085,442.948 c 0.02,0.057 0.033,0.116 0.041,0.174 l 7.316,-2.571 -0.32,-0.908 -7.299,2.565 z"
+ id="path1675" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.085,442.948 c 0.02,0.057 0.033,0.116 0.041,0.174 l 7.316,-2.571 -0.32,-0.908 -7.299,2.565 z"
+ id="path1677" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 911.537,444.087 -6.4,2.25 0.082,0.234 14.544,-5.112 -0.319,-0.908 -7.316,2.571 c 0.056,0.412 -0.183,0.822 -0.591,0.965 z"
+ id="path1679" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 911.537,444.087 -6.4,2.25 0.082,0.234 14.544,-5.112 -0.319,-0.908 -7.316,2.571 c 0.056,0.412 -0.183,0.822 -0.591,0.965 z"
+ id="path1681" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 911.537,444.087 -6.4,2.25 0.082,0.234 14.544,-5.112 -0.319,-0.908 -7.316,2.571 c 0.056,0.412 -0.183,0.822 -0.591,0.965 z"
+ id="path1683" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 911.537,444.087 -6.4,2.25 0.082,0.234 14.544,-5.112 -0.319,-0.908 -7.316,2.571 c 0.056,0.412 -0.183,0.822 -0.591,0.965 z"
+ id="path1685" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 911.537,444.087 -6.4,2.25 0.082,0.234 14.544,-5.112 -0.319,-0.908 -7.316,2.571 c 0.056,0.412 -0.183,0.822 -0.591,0.965 z"
+ id="path1687" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 911.537,444.087 -6.4,2.25 0.082,0.234 14.544,-5.112 -0.319,-0.908 -7.316,2.571 c 0.056,0.412 -0.183,0.822 -0.591,0.965 z"
+ id="path1689" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 911.537,444.087 -6.4,2.25 0.082,0.234 14.544,-5.112 -0.319,-0.908 -7.316,2.571 c 0.056,0.412 -0.183,0.822 -0.591,0.965 z"
+ id="path1691" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.126,443.122 c -0.008,-0.058 -0.021,-0.117 -0.041,-0.174 l -0.262,-0.74 -7.244,2.547 0.32,0.908 z"
+ id="path1693" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.126,443.122 c -0.008,-0.058 -0.021,-0.117 -0.041,-0.174 l -0.262,-0.74 -7.244,2.547 0.32,0.908 z"
+ id="path1695" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.126,443.122 c -0.008,-0.058 -0.021,-0.117 -0.041,-0.174 l -0.262,-0.74 -7.244,2.547 0.32,0.908 z"
+ id="path1697" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 912.126,443.122 c -0.008,-0.058 -0.021,-0.117 -0.041,-0.174 l -0.262,-0.74 -7.244,2.547 0.32,0.908 z"
+ id="path1699" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.126,443.122 c -0.008,-0.058 -0.021,-0.117 -0.041,-0.174 l -0.262,-0.74 -7.244,2.547 0.32,0.908 z"
+ id="path1701" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.126,443.122 c -0.008,-0.058 -0.021,-0.117 -0.041,-0.174 l -0.262,-0.74 -7.244,2.547 0.32,0.908 z"
+ id="path1703" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.126,443.122 c -0.008,-0.058 -0.021,-0.117 -0.041,-0.174 l -0.262,-0.74 -7.244,2.547 0.32,0.908 z"
+ id="path1705" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 905.136,446.337 6.4,-2.25 c 0.408,-0.143 0.647,-0.553 0.59,-0.965 l -7.227,2.541 z"
+ id="path1707" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 905.136,446.337 6.4,-2.25 c 0.408,-0.143 0.647,-0.553 0.59,-0.965 l -7.227,2.541 z"
+ id="path1709" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 905.136,446.337 6.4,-2.25 c 0.408,-0.143 0.647,-0.553 0.59,-0.965 l -7.227,2.541 z"
+ id="path1711" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 905.136,446.337 6.4,-2.25 c 0.408,-0.143 0.647,-0.553 0.59,-0.965 l -7.227,2.541 z"
+ id="path1713" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 905.136,446.337 6.4,-2.25 c 0.408,-0.143 0.647,-0.553 0.59,-0.965 l -7.227,2.541 z"
+ id="path1715" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 905.136,446.337 6.4,-2.25 c 0.408,-0.143 0.647,-0.553 0.59,-0.965 l -7.227,2.541 z"
+ id="path1717" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 905.136,446.337 6.4,-2.25 c 0.408,-0.143 0.647,-0.553 0.59,-0.965 l -7.227,2.541 z"
+ id="path1719" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 905.136,446.337 6.4,-2.25 c 0.408,-0.143 0.647,-0.553 0.59,-0.965 l -7.227,2.541 z"
+ id="path1721" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08398"
+ y="454.638"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.475,316.4445)"
+ width="7.0799999"
+ height="1.927"
+ id="rect1723" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08398"
+ y="454.638"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.475,316.4445)"
+ width="7.0799999"
+ height="1.927"
+ id="rect1725" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08398"
+ y="454.638"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.475,316.4445)"
+ width="7.0799999"
+ height="1.927"
+ id="rect1727" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="873.08398"
+ y="454.638"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.475,316.4445)"
+ width="7.0799999"
+ height="1.927"
+ id="rect1729" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08398"
+ y="454.638"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.475,316.4445)"
+ width="7.0799999"
+ height="1.927"
+ id="rect1731" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="873.08398"
+ y="454.638"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.475,316.4445)"
+ width="7.0799999"
+ height="1.927"
+ id="rect1733" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08398"
+ y="454.638"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.475,316.4445)"
+ width="7.0799999"
+ height="1.927"
+ id="rect1735" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.67603"
+ y="451.776"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-100.0782,319.0779)"
+ width="10.179"
+ height="1.925"
+ id="rect1737" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.67603"
+ y="451.776"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-100.0782,319.0779)"
+ width="10.179"
+ height="1.925"
+ id="rect1739" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.67603"
+ y="451.776"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-100.0782,319.0779)"
+ width="10.179"
+ height="1.925"
+ id="rect1741" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="879.67603"
+ y="451.776"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-100.0782,319.0779)"
+ width="10.179"
+ height="1.925"
+ id="rect1743" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.67603"
+ y="451.776"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-100.0782,319.0779)"
+ width="10.179"
+ height="1.925"
+ id="rect1745" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.67603"
+ y="451.776"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-100.0782,319.0779)"
+ width="10.179"
+ height="1.925"
+ id="rect1747" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="879.67603"
+ y="451.776"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-100.0782,319.0779)"
+ width="10.179"
+ height="1.925"
+ id="rect1749" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.67603"
+ y="451.776"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-100.0782,319.0779)"
+ width="10.179"
+ height="1.925"
+ id="rect1751" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 934.034,429.402 c 0.29,-0.103 0.521,-0.192 0.517,-0.203 l -0.656,-1.868 c -0.004,-0.014 -0.241,0.061 -0.529,0.162 l -7.098,2.494 0.671,1.91 z"
+ id="path1753" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 934.034,429.402 c 0.29,-0.103 0.521,-0.192 0.517,-0.203 l -0.656,-1.868 c -0.004,-0.014 -0.241,0.061 -0.529,0.162 l -7.098,2.494 0.671,1.91 z"
+ id="path1755" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 934.034,429.402 c 0.29,-0.103 0.521,-0.192 0.517,-0.203 l -0.656,-1.868 c -0.004,-0.014 -0.241,0.061 -0.529,0.162 l -7.098,2.494 0.671,1.91 z"
+ id="path1757" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 859.869,453.327 c -0.289,0.102 -0.52,0.191 -0.515,0.205 l 0.655,1.867 c 0.005,0.012 0.242,-0.063 0.531,-0.163 l 7.433,-2.612 -0.673,-1.909 z"
+ id="path1759" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 859.869,453.327 c -0.289,0.102 -0.52,0.191 -0.515,0.205 l 0.655,1.867 c 0.005,0.012 0.242,-0.063 0.531,-0.163 l 7.433,-2.612 -0.673,-1.909 z"
+ id="path1761" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 859.869,453.327 c -0.289,0.102 -0.52,0.191 -0.515,0.205 l 0.655,1.867 c 0.005,0.012 0.242,-0.063 0.531,-0.163 l 7.433,-2.612 -0.673,-1.909 z"
+ id="path1763" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 859.869,453.327 c -0.289,0.102 -0.52,0.191 -0.515,0.205 l 0.655,1.867 c 0.005,0.012 0.242,-0.063 0.531,-0.163 l 7.433,-2.612 -0.673,-1.909 z"
+ id="path1765" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 901.427,440.637 c 0.025,0.07 0.038,0.142 0.044,0.212 l 1.544,-0.543 -0.671,-1.909 -1.516,0.533 z"
+ id="path1767" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 901.427,440.637 c 0.025,0.07 0.038,0.142 0.044,0.212 l 1.544,-0.543 -0.671,-1.909 -1.516,0.533 z"
+ id="path1769" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 901.427,440.637 c 0.025,0.07 0.038,0.142 0.044,0.212 l 1.544,-0.543 -0.671,-1.909 -1.516,0.533 z"
+ id="path1771" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 901.427,440.637 c 0.025,0.07 0.038,0.142 0.044,0.212 l 1.544,-0.543 -0.671,-1.909 -1.516,0.533 z"
+ id="path1773" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 901.427,440.637 c 0.025,0.07 0.038,0.142 0.044,0.212 l 1.544,-0.543 -0.671,-1.909 -1.516,0.533 z"
+ id="path1775" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 901.427,440.637 c 0.025,0.07 0.038,0.142 0.044,0.212 l 1.544,-0.543 -0.671,-1.909 -1.516,0.533 z"
+ id="path1777" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.287,442.319 4.185,-1.471 c -0.006,-0.07 -0.019,-0.142 -0.044,-0.212 l -0.599,-1.707 -4.213,1.481 z"
+ id="path1779" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.287,442.319 4.185,-1.471 c -0.006,-0.07 -0.019,-0.142 -0.044,-0.212 l -0.599,-1.707 -4.213,1.481 z"
+ id="path1781" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.287,442.319 4.185,-1.471 c -0.006,-0.07 -0.019,-0.142 -0.044,-0.212 l -0.599,-1.707 -4.213,1.481 z"
+ id="path1783" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 897.287,442.319 4.185,-1.471 c -0.006,-0.07 -0.019,-0.142 -0.044,-0.212 l -0.599,-1.707 -4.213,1.481 z"
+ id="path1785" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.287,442.319 4.185,-1.471 c -0.006,-0.07 -0.019,-0.142 -0.044,-0.212 l -0.599,-1.707 -4.213,1.481 z"
+ id="path1787" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.287,442.319 4.185,-1.471 c -0.006,-0.07 -0.019,-0.142 -0.044,-0.212 l -0.599,-1.707 -4.213,1.481 z"
+ id="path1789" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 897.287,442.319 4.185,-1.471 c -0.006,-0.07 -0.019,-0.142 -0.044,-0.212 l -0.599,-1.707 -4.213,1.481 z"
+ id="path1791" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.24402"
+ y="439.45499"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1014.9191,-548.0275)"
+ width="2.023"
+ height="5.7150002"
+ id="rect1793" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.24402"
+ y="439.45499"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1014.9191,-548.0275)"
+ width="2.023"
+ height="5.7150002"
+ id="rect1795" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.24402"
+ y="439.45499"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1014.9191,-548.0275)"
+ width="2.023"
+ height="5.7150002"
+ id="rect1797" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.24402"
+ y="439.45499"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1014.9191,-548.0275)"
+ width="2.023"
+ height="5.7150002"
+ id="rect1799" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="893.24402"
+ y="439.45499"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1014.9191,-548.0275)"
+ width="2.023"
+ height="5.7150002"
+ id="rect1801" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.24402"
+ y="439.45499"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1014.9191,-548.0275)"
+ width="2.023"
+ height="5.7150002"
+ id="rect1803" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.24402"
+ y="439.45499"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1014.9191,-548.0275)"
+ width="2.023"
+ height="5.7150002"
+ id="rect1805" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="893.24402"
+ y="439.45499"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1014.9191,-548.0275)"
+ width="2.023"
+ height="5.7150002"
+ id="rect1807" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="867.55603"
+ y="450.18301"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-100.489,313.9638)"
+ width="2.8570001"
+ height="2.0239999"
+ id="rect1809" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="867.55603"
+ y="450.18301"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-100.489,313.9638)"
+ width="2.8570001"
+ height="2.0239999"
+ id="rect1811" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="867.55603"
+ y="450.18301"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-100.489,313.9638)"
+ width="2.8570001"
+ height="2.0239999"
+ id="rect1813" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="867.55603"
+ y="450.18301"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-100.489,313.9638)"
+ width="2.8570001"
+ height="2.0239999"
+ id="rect1815" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="867.55603"
+ y="450.18301"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-100.489,313.9638)"
+ width="2.8570001"
+ height="2.0239999"
+ id="rect1817" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 870.774,449.631 c -0.021,-0.056 0.052,-0.131 0.161,-0.169 l 6.482,-2.279 -0.008,-0.021 -7.414,2.605 0.672,1.909 0.733,-0.257 z"
+ id="path1819" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 870.774,449.631 c -0.021,-0.056 0.052,-0.131 0.161,-0.169 l 6.482,-2.279 -0.008,-0.021 -7.414,2.605 0.672,1.909 0.733,-0.257 z"
+ id="path1821" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 870.774,449.631 c -0.021,-0.056 0.052,-0.131 0.161,-0.169 l 6.482,-2.279 -0.008,-0.021 -7.414,2.605 0.672,1.909 0.733,-0.257 z"
+ id="path1823" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 870.774,449.631 c -0.021,-0.056 0.052,-0.131 0.161,-0.169 l 6.482,-2.279 -0.008,-0.021 -7.414,2.605 0.672,1.909 0.733,-0.257 z"
+ id="path1825" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 870.774,449.631 c -0.021,-0.056 0.052,-0.131 0.161,-0.169 l 6.482,-2.279 -0.008,-0.021 -7.414,2.605 0.672,1.909 0.733,-0.257 z"
+ id="path1827" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 870.774,449.631 c -0.021,-0.056 0.052,-0.131 0.161,-0.169 l 6.482,-2.279 -0.008,-0.021 -7.414,2.605 0.672,1.909 0.733,-0.257 z"
+ id="path1829" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.50897"
+ y="444.19901"
+ transform="matrix(0.3417,0.9398,-0.9398,0.3417,998.5037,-532.7004)"
+ width="0.023"
+ height="4.4650002"
+ id="rect1831" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.50897"
+ y="444.19901"
+ transform="matrix(0.3417,0.9398,-0.9398,0.3417,998.5037,-532.7004)"
+ width="0.023"
+ height="4.4650002"
+ id="rect1833" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.50897"
+ y="444.19901"
+ transform="matrix(0.3417,0.9398,-0.9398,0.3417,998.5037,-532.7004)"
+ width="0.023"
+ height="4.4650002"
+ id="rect1835" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="879.50897"
+ y="444.19901"
+ transform="matrix(0.3417,0.9398,-0.9398,0.3417,998.5037,-532.7004)"
+ width="0.023"
+ height="4.4650002"
+ id="rect1837" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.50897"
+ y="444.19901"
+ transform="matrix(0.3417,0.9398,-0.9398,0.3417,998.5037,-532.7004)"
+ width="0.023"
+ height="4.4650002"
+ id="rect1839" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.50897"
+ y="444.19901"
+ transform="matrix(0.3417,0.9398,-0.9398,0.3417,998.5037,-532.7004)"
+ width="0.023"
+ height="4.4650002"
+ id="rect1841" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="879.50897"
+ y="444.19901"
+ transform="matrix(0.3417,0.9398,-0.9398,0.3417,998.5037,-532.7004)"
+ width="0.023"
+ height="4.4650002"
+ id="rect1843" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.056,443.907 -0.043,-0.123 -5.391,1.896 0.008,0.021 5.192,-1.826 c 0.109,-0.038 0.215,-0.022 0.234,0.032 z"
+ id="path1845" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.056,443.907 -0.043,-0.123 -5.391,1.896 0.008,0.021 5.192,-1.826 c 0.109,-0.038 0.215,-0.022 0.234,0.032 z"
+ id="path1847" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.056,443.907 -0.043,-0.123 -5.391,1.896 0.008,0.021 5.192,-1.826 c 0.109,-0.038 0.215,-0.022 0.234,0.032 z"
+ id="path1849" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 887.056,443.907 -0.043,-0.123 -5.391,1.896 0.008,0.021 5.192,-1.826 c 0.109,-0.038 0.215,-0.022 0.234,0.032 z"
+ id="path1851" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.056,443.907 -0.043,-0.123 -5.391,1.896 0.008,0.021 5.192,-1.826 c 0.109,-0.038 0.215,-0.022 0.234,0.032 z"
+ id="path1853" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.056,443.907 -0.043,-0.123 -5.391,1.896 0.008,0.021 5.192,-1.826 c 0.109,-0.038 0.215,-0.022 0.234,0.032 z"
+ id="path1855" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.056,443.907 -0.043,-0.123 -5.391,1.896 0.008,0.021 5.192,-1.826 c 0.109,-0.038 0.215,-0.022 0.234,0.032 z"
+ id="path1857" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 887.056,443.907 -0.043,-0.123 -5.391,1.896 0.008,0.021 5.192,-1.826 c 0.109,-0.038 0.215,-0.022 0.234,0.032 z"
+ id="path1859" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="887.013,443.784 887.056,443.907 887.683,445.694 891.054,444.51 890.382,442.601 "
+ id="polygon1861" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="887.013,443.784 887.056,443.907 887.683,445.694 891.054,444.51 890.382,442.601 "
+ id="polygon1863" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="887.013,443.784 887.056,443.907 887.683,445.694 891.054,444.51 890.382,442.601 "
+ id="polygon1865" />
+ <polygon
+ style="opacity:0.5;fill:#d1e4b7"
+ points="887.013,443.784 887.056,443.907 887.683,445.694 891.054,444.51 890.382,442.601 "
+ id="polygon1867" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="887.013,443.784 887.056,443.907 887.683,445.694 891.054,444.51 890.382,442.601 "
+ id="polygon1869" />
+ <polygon
+ style="opacity:0.2;fill:#fff6a3"
+ points="887.013,443.784 887.056,443.907 887.683,445.694 891.054,444.51 890.382,442.601 "
+ id="polygon1871" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="887.013,443.784 887.056,443.907 887.683,445.694 891.054,444.51 890.382,442.601 "
+ id="polygon1873" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="887.013,443.784 887.056,443.907 887.683,445.694 891.054,444.51 890.382,442.601 "
+ id="polygon1875" />
+ <polygon
+ style="opacity:0.2;fill:#fff6a3"
+ points="887.013,443.784 887.056,443.907 887.683,445.694 891.054,444.51 890.382,442.601 "
+ id="polygon1877" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1879" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1881" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1883" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1885" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1887" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1889" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1891" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1893" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1895" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1897" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="923.82599"
+ y="430.40399"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1941.2131,531.6422)"
+ width="2.8570001"
+ height="2.0250001"
+ id="rect1899" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="923.82599"
+ y="430.40399"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1941.2131,531.6422)"
+ width="2.8570001"
+ height="2.0250001"
+ id="rect1901" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="923.82599"
+ y="430.40399"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1941.2131,531.6422)"
+ width="2.8570001"
+ height="2.0250001"
+ id="rect1903" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="923.82599"
+ y="430.40399"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1941.2131,531.6422)"
+ width="2.8570001"
+ height="2.0250001"
+ id="rect1905" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.55298"
+ y="429.521"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1024.5623,-578.9479)"
+ width="2.0239999"
+ height="7.086"
+ id="rect1907" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.55298"
+ y="429.521"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1024.5623,-578.9479)"
+ width="2.0239999"
+ height="7.086"
+ id="rect1909" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.55298"
+ y="429.521"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1024.5623,-578.9479)"
+ width="2.0239999"
+ height="7.086"
+ id="rect1911" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.55298"
+ y="429.521"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1024.5623,-578.9479)"
+ width="2.0239999"
+ height="7.086"
+ id="rect1913" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="919.55298"
+ y="429.521"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1024.5623,-578.9479)"
+ width="2.0239999"
+ height="7.086"
+ id="rect1915" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="912.56299"
+ y="431.65399"
+ transform="matrix(0.3324,0.9431,-0.9431,0.3324,1020.6695,-570.872)"
+ width="2.0239999"
+ height="7.7360001"
+ id="rect1917" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="912.56299"
+ y="431.65399"
+ transform="matrix(0.3324,0.9431,-0.9431,0.3324,1020.6695,-570.872)"
+ width="2.0239999"
+ height="7.7360001"
+ id="rect1919" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="912.56299"
+ y="431.65399"
+ transform="matrix(0.3324,0.9431,-0.9431,0.3324,1020.6695,-570.872)"
+ width="2.0239999"
+ height="7.7360001"
+ id="rect1921" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="912.56299"
+ y="431.65399"
+ transform="matrix(0.3324,0.9431,-0.9431,0.3324,1020.6695,-570.872)"
+ width="2.0239999"
+ height="7.7360001"
+ id="rect1923" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="912.56299"
+ y="431.65399"
+ transform="matrix(0.3324,0.9431,-0.9431,0.3324,1020.6695,-570.872)"
+ width="2.0239999"
+ height="7.7360001"
+ id="rect1925" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="912.56299"
+ y="431.65399"
+ transform="matrix(0.3324,0.9431,-0.9431,0.3324,1020.6695,-570.872)"
+ width="2.0239999"
+ height="7.7360001"
+ id="rect1927" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="902.46198"
+ y="437.06699"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1906.5923,550.8441)"
+ width="7.6810002"
+ height="2.023"
+ id="rect1929" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="902.46198"
+ y="437.06699"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1906.5923,550.8441)"
+ width="7.6810002"
+ height="2.023"
+ id="rect1931" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="902.46198"
+ y="437.06699"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1906.5923,550.8441)"
+ width="7.6810002"
+ height="2.023"
+ id="rect1933" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="902.46198"
+ y="437.06699"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1906.5923,550.8441)"
+ width="7.6810002"
+ height="2.023"
+ id="rect1935" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="902.46198"
+ y="437.06699"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1906.5923,550.8441)"
+ width="7.6810002"
+ height="2.023"
+ id="rect1937" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="902.46198"
+ y="437.06699"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1906.5923,550.8441)"
+ width="7.6810002"
+ height="2.023"
+ id="rect1939" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="902.46198"
+ y="437.06699"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1906.5923,550.8441)"
+ width="7.6810002"
+ height="2.023"
+ id="rect1941" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 877.417,447.183 -6.482,2.279 c -0.109,0.038 -0.182,0.113 -0.161,0.169 l 0.627,1.788 6.68,-2.35 z"
+ id="path1943" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 877.417,447.183 -6.482,2.279 c -0.109,0.038 -0.182,0.113 -0.161,0.169 l 0.627,1.788 6.68,-2.35 z"
+ id="path1945" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 877.417,447.183 -6.482,2.279 c -0.109,0.038 -0.182,0.113 -0.161,0.169 l 0.627,1.788 6.68,-2.35 z"
+ id="path1947" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 877.417,447.183 -6.482,2.279 c -0.109,0.038 -0.182,0.113 -0.161,0.169 l 0.627,1.788 6.68,-2.35 z"
+ id="path1949" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 877.417,447.183 -6.482,2.279 c -0.109,0.038 -0.182,0.113 -0.161,0.169 l 0.627,1.788 6.68,-2.35 z"
+ id="path1951" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 877.417,447.183 -6.482,2.279 c -0.109,0.038 -0.182,0.113 -0.161,0.169 l 0.627,1.788 6.68,-2.35 z"
+ id="path1953" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 877.417,447.183 -6.482,2.279 c -0.109,0.038 -0.182,0.113 -0.161,0.169 l 0.627,1.788 6.68,-2.35 z"
+ id="path1955" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 c -0.039,-0.058 -0.072,-0.123 -0.099,-0.192 l -0.591,-1.685 -4.213,1.48 0.663,1.887 z"
+ id="path1957" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 c -0.039,-0.058 -0.072,-0.123 -0.099,-0.192 l -0.591,-1.685 -4.213,1.48 0.663,1.887 z"
+ id="path1959" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 c -0.039,-0.058 -0.072,-0.123 -0.099,-0.192 l -0.591,-1.685 -4.213,1.48 0.663,1.887 z"
+ id="path1961" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 c -0.039,-0.058 -0.072,-0.123 -0.099,-0.192 l -0.591,-1.685 -4.213,1.48 0.663,1.887 z"
+ id="path1963" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 c -0.039,-0.058 -0.072,-0.123 -0.099,-0.192 l -0.591,-1.685 -4.213,1.48 0.663,1.887 z"
+ id="path1965" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 c -0.039,-0.058 -0.072,-0.123 -0.099,-0.192 l -0.591,-1.685 -4.213,1.48 0.663,1.887 z"
+ id="path1967" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 c -0.039,-0.058 -0.072,-0.123 -0.099,-0.192 l -0.591,-1.685 -4.213,1.48 0.663,1.887 z"
+ id="path1969" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 c -0.039,-0.058 -0.072,-0.123 -0.099,-0.192 l -0.591,-1.685 -4.213,1.48 0.663,1.887 z"
+ id="path1971" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z"
+ id="path1973" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z"
+ id="path1975" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z"
+ id="path1977" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z"
+ id="path1979" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z"
+ id="path1981" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z"
+ id="path1983" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z"
+ id="path1985" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z"
+ id="path1987" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z"
+ id="path1989" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 830.122,456.046 c -0.301,0.105 -0.54,0.205 -0.534,0.223 l 0.928,2.643 c 0.007,0.016 0.256,-0.057 0.555,-0.162 l 1.738,-0.611 -0.949,-2.701 z"
+ id="path1991" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 830.122,456.046 c -0.301,0.105 -0.54,0.205 -0.534,0.223 l 0.928,2.643 c 0.007,0.016 0.256,-0.057 0.555,-0.162 l 1.738,-0.611 -0.949,-2.701 z"
+ id="path1993" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 830.122,456.046 c -0.301,0.105 -0.54,0.205 -0.534,0.223 l 0.928,2.643 c 0.007,0.016 0.256,-0.057 0.555,-0.162 l 1.738,-0.611 -0.949,-2.701 z"
+ id="path1995" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="831.34302"
+ y="449.552"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.5217,307.0137)"
+ width="35.001999"
+ height="2.8629999"
+ id="rect1997" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="831.34302"
+ y="449.552"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.5217,307.0137)"
+ width="35.001999"
+ height="2.8629999"
+ id="rect1999" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="831.34302"
+ y="449.552"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.5217,307.0137)"
+ width="35.001999"
+ height="2.8629999"
+ id="rect2001" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="831.34302"
+ y="449.552"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.5217,307.0137)"
+ width="35.001999"
+ height="2.8629999"
+ id="rect2003" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="898.20801"
+ y="432.32501"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1009.9156,-559.2386)"
+ width="2.865"
+ height="1.609"
+ id="rect2005" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="898.20801"
+ y="432.32501"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1009.9156,-559.2386)"
+ width="2.865"
+ height="1.609"
+ id="rect2007" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="898.20801"
+ y="432.32501"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1009.9156,-559.2386)"
+ width="2.865"
+ height="1.609"
+ id="rect2009" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="898.20801"
+ y="432.32501"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1009.9156,-559.2386)"
+ width="2.865"
+ height="1.609"
+ id="rect2011" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="898.20801"
+ y="432.32501"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1009.9156,-559.2386)"
+ width="2.865"
+ height="1.609"
+ id="rect2013" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="898.20801"
+ y="432.32501"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1009.9156,-559.2386)"
+ width="2.865"
+ height="1.609"
+ id="rect2015" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.64899"
+ y="429.99399"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1007.931,-552.7007)"
+ width="2.8640001"
+ height="10.177"
+ id="rect2017" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.64899"
+ y="429.99399"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1007.931,-552.7007)"
+ width="2.8640001"
+ height="10.177"
+ id="rect2019" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.64899"
+ y="429.99399"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1007.931,-552.7007)"
+ width="2.8640001"
+ height="10.177"
+ id="rect2021" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="892.64899"
+ y="429.99399"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1007.931,-552.7007)"
+ width="2.8640001"
+ height="10.177"
+ id="rect2023" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.64899"
+ y="429.99399"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1007.931,-552.7007)"
+ width="2.8640001"
+ height="10.177"
+ id="rect2025" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.64899"
+ y="429.99399"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1007.931,-552.7007)"
+ width="2.8640001"
+ height="10.177"
+ id="rect2027" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="892.64899"
+ y="429.99399"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1007.931,-552.7007)"
+ width="2.8640001"
+ height="10.177"
+ id="rect2029" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="865.271"
+ y="443.27701"
+ transform="matrix(0.3318,0.9433,-0.9433,0.3318,998.6042,-520.4573)"
+ width="2.8629999"
+ height="2.8570001"
+ id="rect2031" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="865.271"
+ y="443.27701"
+ transform="matrix(0.3318,0.9433,-0.9433,0.3318,998.6042,-520.4573)"
+ width="2.8629999"
+ height="2.8570001"
+ id="rect2033" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="865.271"
+ y="443.27701"
+ transform="matrix(0.3318,0.9433,-0.9433,0.3318,998.6042,-520.4573)"
+ width="2.8629999"
+ height="2.8570001"
+ id="rect2035" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="865.271"
+ y="443.27701"
+ transform="matrix(0.3318,0.9433,-0.9433,0.3318,998.6042,-520.4573)"
+ width="2.8629999"
+ height="2.8570001"
+ id="rect2037" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="865.271"
+ y="443.27701"
+ transform="matrix(0.3318,0.9433,-0.9433,0.3318,998.6042,-520.4573)"
+ width="2.8629999"
+ height="2.8570001"
+ id="rect2039" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="867.70203"
+ y="440.75601"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-97.1949,314.8572)"
+ width="12.322"
+ height="2.8629999"
+ id="rect2041" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="867.70203"
+ y="440.75601"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-97.1949,314.8572)"
+ width="12.322"
+ height="2.8629999"
+ id="rect2043" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="867.70203"
+ y="440.75601"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-97.1949,314.8572)"
+ width="12.322"
+ height="2.8629999"
+ id="rect2045" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="867.70203"
+ y="440.75601"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-97.1949,314.8572)"
+ width="12.322"
+ height="2.8629999"
+ id="rect2047" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="867.70203"
+ y="440.75601"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-97.1949,314.8572)"
+ width="12.322"
+ height="2.8629999"
+ id="rect2049" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="867.70203"
+ y="440.75601"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-97.1949,314.8572)"
+ width="12.322"
+ height="2.8629999"
+ id="rect2051" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.93903"
+ y="436.34"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1003.9882,-538.9043)"
+ width="2.8640001"
+ height="5.7150002"
+ id="rect2053" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.93903"
+ y="436.34"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1003.9882,-538.9043)"
+ width="2.8640001"
+ height="5.7150002"
+ id="rect2055" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.93903"
+ y="436.34"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1003.9882,-538.9043)"
+ width="2.8640001"
+ height="5.7150002"
+ id="rect2057" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="880.93903"
+ y="436.34"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1003.9882,-538.9043)"
+ width="2.8640001"
+ height="5.7150002"
+ id="rect2059" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.93903"
+ y="436.34"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1003.9882,-538.9043)"
+ width="2.8640001"
+ height="5.7150002"
+ id="rect2061" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.93903"
+ y="436.34"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1003.9882,-538.9043)"
+ width="2.8640001"
+ height="5.7150002"
+ id="rect2063" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="880.93903"
+ y="436.34"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1003.9882,-538.9043)"
+ width="2.8640001"
+ height="5.7150002"
+ id="rect2065" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.966"
+ y="436.22601"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-94.9557,318.8143)"
+ width="3.572"
+ height="2.8640001"
+ id="rect2067" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.966"
+ y="436.22601"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-94.9557,318.8143)"
+ width="3.572"
+ height="2.8640001"
+ id="rect2069" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.966"
+ y="436.22601"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-94.9557,318.8143)"
+ width="3.572"
+ height="2.8640001"
+ id="rect2071" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="884.966"
+ y="436.22601"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-94.9557,318.8143)"
+ width="3.572"
+ height="2.8640001"
+ id="rect2073" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="884.966"
+ y="436.22601"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-94.9557,318.8143)"
+ width="3.572"
+ height="2.8640001"
+ id="rect2075" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.966"
+ y="436.22601"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-94.9557,318.8143)"
+ width="3.572"
+ height="2.8640001"
+ id="rect2077" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.966"
+ y="436.22601"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-94.9557,318.8143)"
+ width="3.572"
+ height="2.8640001"
+ id="rect2079" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="884.966"
+ y="436.22601"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-94.9557,318.8143)"
+ width="3.572"
+ height="2.8640001"
+ id="rect2081" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.42603"
+ y="436.47198"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ width="2.865"
+ height="0.89300001"
+ id="rect2083" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.42603"
+ y="436.47198"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ width="2.865"
+ height="0.89300001"
+ id="rect2085" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.42603"
+ y="436.47198"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ width="2.865"
+ height="0.89300001"
+ id="rect2087" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="887.42603"
+ y="436.47198"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ width="2.865"
+ height="0.89300001"
+ id="rect2089" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="887.42603"
+ y="436.47198"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ width="2.865"
+ height="0.89300001"
+ id="rect2091" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.42603"
+ y="436.47198"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ width="2.865"
+ height="0.89300001"
+ id="rect2093" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.42603"
+ y="436.47198"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ width="2.865"
+ height="0.89300001"
+ id="rect2095" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.42603"
+ y="436.47198"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ width="2.865"
+ height="0.89300001"
+ id="rect2097" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="887.42603"
+ y="436.47198"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ width="2.865"
+ height="0.89300001"
+ id="rect2099" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.447,431.902 c 0.303,-0.106 0.539,-0.204 0.534,-0.222 l -0.93,-2.642 c -0.006,-0.017 -0.253,0.056 -0.555,0.161 l -6.572,2.311 0.95,2.703 z"
+ id="path2101" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.447,431.902 c 0.303,-0.106 0.539,-0.204 0.534,-0.222 l -0.93,-2.642 c -0.006,-0.017 -0.253,0.056 -0.555,0.161 l -6.572,2.311 0.95,2.703 z"
+ id="path2103" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.447,431.902 c 0.303,-0.106 0.539,-0.204 0.534,-0.222 l -0.93,-2.642 c -0.006,-0.017 -0.253,0.056 -0.555,0.161 l -6.572,2.311 0.95,2.703 z"
+ id="path2105" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 907.447,431.902 c 0.303,-0.106 0.539,-0.204 0.534,-0.222 l -0.93,-2.642 c -0.006,-0.017 -0.253,0.056 -0.555,0.161 l -6.572,2.311 0.95,2.703 z"
+ id="path2107" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.447,431.902 c 0.303,-0.106 0.539,-0.204 0.534,-0.222 l -0.93,-2.642 c -0.006,-0.017 -0.253,0.056 -0.555,0.161 l -6.572,2.311 0.95,2.703 z"
+ id="path2109" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.447,431.902 c 0.303,-0.106 0.539,-0.204 0.534,-0.222 l -0.93,-2.642 c -0.006,-0.017 -0.253,0.056 -0.555,0.161 l -6.572,2.311 0.95,2.703 z"
+ id="path2111" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 907.447,431.902 c 0.303,-0.106 0.539,-0.204 0.534,-0.222 l -0.93,-2.642 c -0.006,-0.017 -0.253,0.056 -0.555,0.161 l -6.572,2.311 0.95,2.703 z"
+ id="path2113" />
+ </g>
+ <path
+ style="opacity:0.4;fill:#244960"
+ inkscape:connector-curvature="0"
+ d="m 914.193,184.73 c 85.199,-29.948 178.542,14.841 208.489,100.038 29.949,85.198 -14.84,178.542 -100.04,208.492 -85.195,29.947 -178.54,-14.841 -208.487,-100.04 -29.949,-85.197 14.841,-178.541 100.038,-208.49 z"
+ id="path2117" />
+
+ <linearGradient
+ id="SVGID_8_"
+ gradientUnits="userSpaceOnUse"
+ x1="-182.34331"
+ y1="642.96289"
+ x2="-182.34331"
+ y2="-161.6875"
+ gradientTransform="rotate(180,476.0757,509.10205)">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop2119" />
+ <stop
+ offset="0.097"
+ style="stop-color:#FFFFFF;stop-opacity:0.903"
+ id="stop2121" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop2123" />
+ </linearGradient>
+
+ <line
+ style="opacity:0.3;fill:#f6f6f6;stroke:url(#SVGID_8_);stroke-width:3;stroke-miterlimit:10"
+ stroke-miterlimit="10"
+ x1="1134.494"
+ y1="375.241"
+ x2="1134.494"
+ y2="1179.8929"
+ id="line2126" />
+
+ <linearGradient
+ id="SVGID_9_"
+ gradientUnits="userSpaceOnUse"
+ x1="682.24799"
+ y1="433.76459"
+ x2="682.24799"
+ y2="-435.74661"
+ gradientTransform="translate(103.2568,-50.5977)">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop2128" />
+ <stop
+ offset="0.097"
+ style="stop-color:#FFFFFF;stop-opacity:0.903"
+ id="stop2130" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop2132" />
+ </linearGradient>
+
+ <line
+ style="opacity:0.3;fill:#f6f6f6;stroke:url(#SVGID_9_);stroke-width:3;stroke-miterlimit:10"
+ stroke-miterlimit="10"
+ x1="785.505"
+ y1="383.16699"
+ x2="785.505"
+ y2="-486.34399"
+ id="line2135" />
+ </g>
+ <linearGradient
+ id="SVGID_10_"
+ gradientUnits="userSpaceOnUse"
+ x1="1684.6602"
+ y1="-241.16209"
+ x2="1684.6602"
+ y2="590.34332">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop2139" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop2141" />
+ </linearGradient>
+ <rect
+ style="opacity:0.1;fill:url(#SVGID_10_)"
+ x="1654.174"
+ y="-241.162"
+ width="60.973999"
+ height="831.505"
+ id="rect2144" />
+ <linearGradient
+ id="SVGID_11_"
+ gradientUnits="userSpaceOnUse"
+ x1="1743.0996"
+ y1="-151.3203"
+ x2="1743.0996"
+ y2="953.18597">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop2146" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop2148" />
+ </linearGradient>
+ <rect
+ style="opacity:0.1;fill:url(#SVGID_11_)"
+ x="1684.6639"
+ y="-151.32001"
+ width="116.87"
+ height="1104.506"
+ id="rect2151" />
+ <linearGradient
+ id="SVGID_12_"
+ gradientUnits="userSpaceOnUse"
+ x1="1883.8594"
+ y1="-237.31351"
+ x2="1883.8594"
+ y2="867.19379">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop2153" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop2155" />
+ </linearGradient>
+ <rect
+ style="opacity:0.1;fill:url(#SVGID_12_)"
+ x="1847.72"
+ y="-237.313"
+ width="72.279999"
+ height="1104.507"
+ id="rect2158" />
+ <g
+ style="opacity:0.5"
+ id="rais_2_">
+ <linearGradient
+ id="SVGID_13_"
+ gradientUnits="userSpaceOnUse"
+ x1="182.82761"
+ y1="-482.51511"
+ x2="182.82761"
+ y2="535.99561">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop2160" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop2162" />
+ </linearGradient>
+ <rect
+ style="opacity:0.1;fill:url(#SVGID_13_)"
+ x="152.341"
+ y="-482.51501"
+ width="60.973999"
+ height="1018.511"
+ id="rect2165" />
+ <linearGradient
+ id="SVGID_14_"
+ gradientUnits="userSpaceOnUse"
+ x1="254.88091"
+ y1="-485.91849"
+ x2="254.8808"
+ y2="866.99268">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop2167" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop2169" />
+ </linearGradient>
+ <rect
+ style="opacity:0.1;fill:url(#SVGID_14_)"
+ x="174.09599"
+ y="-485.918"
+ width="161.57001"
+ height="1352.911"
+ id="rect2172" />
+ <linearGradient
+ id="SVGID_15_"
+ gradientUnits="userSpaceOnUse"
+ x1="429.021"
+ y1="-521.5"
+ x2="429.0209"
+ y2="831.41058">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop2174" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop2176" />
+ </linearGradient>
+ <rect
+ style="opacity:0.1;fill:url(#SVGID_15_)"
+ x="392.88101"
+ y="-521.5"
+ width="72.279999"
+ height="1352.91"
+ id="rect2179" />
+ </g>
+ <linearGradient
+ id="SVGID_16_"
+ gradientUnits="userSpaceOnUse"
+ x1="1809.5947"
+ y1="-362.57669"
+ x2="1809.5947"
+ y2="741.93018">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop2182" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop2184" />
+ </linearGradient>
+ <rect
+ style="opacity:0.1;fill:url(#SVGID_16_)"
+ x="1791.524"
+ y="-362.577"
+ width="36.140999"
+ height="1104.506"
+ id="rect2187" />
+</g>
+</svg> \ No newline at end of file
diff --git a/moonlight-theme/wallpaper/contents/images/1920x1080.svg b/moonlight-theme/wallpaper/contents/images/1920x1080.svg
new file mode 100755
index 0000000..248fdbe
--- /dev/null
+++ b/moonlight-theme/wallpaper/contents/images/1920x1080.svg
@@ -0,0 +1,2205 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="1920px"
+ height="1080px" viewBox="0 0 1920 1080" enable-background="new 0 0 1920 1080" xml:space="preserve">
+<g id="Layer_2" display="none">
+ <radialGradient id="SVGID_1_" cx="960" cy="540" r="1100.0364" gradientUnits="userSpaceOnUse">
+ <stop offset="0" style="stop-color:#515C5D"/>
+ <stop offset="1" style="stop-color:#003343"/>
+ </radialGradient>
+ <rect x="-340" y="-314.494" display="inline" fill="url(#SVGID_1_)" width="2600" height="1708.988"/>
+</g>
+<g id="Layer_3">
+ <g>
+ <rect x="-340" y="-46" fill="#133544" width="2600" height="1172"/>
+
+ <radialGradient id="SVGID_2_" cx="257.6602" cy="1126.085" r="1100.5193" gradientTransform="matrix(1 0 0 -0.6858 702.3398 1312.2686)" gradientUnits="userSpaceOnUse">
+ <stop offset="0" style="stop-color:#24363E"/>
+ <stop offset="0.1555" style="stop-color:#273943"/>
+ <stop offset="0.3948" style="stop-color:#2B3F49"/>
+ <stop offset="0.6601" style="stop-color:#2E424D"/>
+ <stop offset="1" style="stop-color:#2F434E"/>
+ </radialGradient>
+ <rect x="-340" y="-46" fill="none" stroke="url(#SVGID_2_)" stroke-miterlimit="10" width="2600" height="1172"/>
+ </g>
+ <g>
+
+ <radialGradient id="SVGID_3_" cx="499.9785" cy="1219.9453" r="1145.0345" gradientTransform="matrix(0.2308 0 0 -0.2308 844.6051 721.5048)" gradientUnits="userSpaceOnUse">
+ <stop offset="0" style="stop-color:#6C99B8"/>
+ <stop offset="1" style="stop-color:#133544;stop-opacity:0"/>
+ </radialGradient>
+ <rect x="619.362" y="99.302" fill="url(#SVGID_3_)" width="681.277" height="681.278"/>
+ </g>
+</g>
+<g id="Layer_1">
+ <g id="debian" opacity="0.6">
+ <g>
+ <path fill="#F6F6F6" d="M969.532,722.4c-2.012,0.029,0.385,1.039,3.01,1.44c0.727-0.57,1.388-1.138,1.973-1.696
+ C972.879,722.545,971.213,722.551,969.532,722.4"/>
+ <path fill="#F6F6F6" d="M980.346,719.703c1.198-1.654,2.071-3.467,2.38-5.338c-0.269,1.334-0.996,2.486-1.676,3.703
+ c-3.768,2.37-0.353-1.405-0.006-2.842C976.997,720.322,980.49,718.281,980.346,719.703"/>
+ <path fill="#F6F6F6" d="M984.336,709.328c0.24-3.629-0.716-2.482-1.04-1.1C983.673,708.426,983.97,710.784,984.336,709.328"/>
+ <path fill="#F6F6F6" d="M961.894,659.754c1.078,0.192,2.325,0.346,2.151,0.6C965.218,660.095,965.487,659.857,961.894,659.754"/>
+ <path fill="#F6F6F6" d="M964.045,660.354l-0.761,0.156l0.706-0.063L964.045,660.354"/>
+ <path fill="#F6F6F6" d="M997.562,710.699c0.119,3.259-0.956,4.835-1.921,7.637l-1.741,0.865
+ c-1.424,2.768,0.138,1.756-0.882,3.955c-2.224,1.982-6.749,6.188-8.198,6.574c-1.056-0.025,0.718-1.248,0.948-1.726
+ c-2.975,2.042-2.386,3.065-6.938,4.312l-0.137-0.299c-11.228,5.281-26.824-5.186-26.618-19.467
+ c-0.119,0.904-0.341,0.678-0.593,1.045c-0.578-7.347,3.396-14.725,10.096-17.739c6.556-3.246,14.239-1.912,18.938,2.466
+ c-2.583-3.381-7.712-6.961-13.8-6.628c-5.958,0.097-11.534,3.884-13.394,7.994c-3.051,1.921-3.406,7.405-4.738,8.411
+ c-1.787,13.152,3.366,18.834,12.092,25.518c1.374,0.93,0.388,1.064,0.572,1.773c-2.897-1.358-5.55-3.406-7.733-5.916
+ c1.156,1.696,2.406,3.346,4.021,4.637c-2.732-0.924-6.383-6.621-7.45-6.853c4.713,8.433,19.108,14.791,26.656,11.636
+ c-3.491,0.134-7.925,0.075-11.844-1.375c-1.646-0.846-3.89-2.604-3.484-2.932c10.288,3.842,20.922,2.91,29.826-4.227
+ c2.264-1.766,4.738-4.766,5.456-4.81c-1.079,1.621,0.182,0.78-0.646,2.21c2.258-3.64-0.979-1.48,2.333-6.288l1.225,1.688
+ c-0.453-3.021,3.754-6.691,3.326-11.469c0.965-1.459,1.076,1.572,0.053,4.934c1.423-3.729,0.375-4.329,0.739-7.401
+ c0.395,1.032,0.911,2.131,1.178,3.223c-0.925-3.604,0.95-6.069,1.414-8.16c-0.455-0.206-1.43,1.592-1.653-2.665
+ c0.035-1.851,0.517-0.969,0.705-1.423c-0.367-0.212-1.319-1.627-1.898-4.347c0.42-0.639,1.123,1.656,1.696,1.748
+ c-0.368-2.16-1.003-3.809-1.024-5.469c-1.674-3.491-0.594,0.467-1.951-1.499c-1.774-5.544,1.477-1.285,1.696-3.804
+ c2.696,3.902,4.235,9.953,4.937,12.461c-0.539-3.058-1.406-6.016-2.468-8.882c0.817,0.347-1.32-6.283,1.062-1.893
+ c-2.545-9.362-10.888-18.11-18.565-22.214c0.938,0.859,2.127,1.938,1.701,2.107c-3.818-2.275-3.146-2.449-3.691-3.409
+ c-3.113-1.267-3.317,0.103-5.377,0c-5.86-3.107-6.992-2.776-12.388-4.726l0.248,1.146c-3.885-1.293-4.523,0.491-8.725,0.004
+ c-0.254-0.199,1.348-0.723,2.667-0.911c-3.759,0.497-3.581-0.743-7.258,0.134c0.907-0.637,1.864-1.053,2.829-1.594
+ c-3.061,0.188-7.307,1.782-5.994,0.332c-4.998,2.227-13.865,5.356-18.846,10.025l-0.157-1.051
+ c-2.281,2.74-9.947,8.182-10.557,11.725l-0.608,0.143c-1.188,2.013-1.956,4.287-2.897,6.354
+ c-1.549,2.646-2.275,1.019-2.054,1.433c-3.053,6.192-4.567,11.393-5.881,15.658c0.935,1.396,0.023,8.395,0.377,13.998
+ c-1.534,27.693,19.433,54.572,42.351,60.785c3.358,1.201,8.353,1.152,12.601,1.274c-5.011-1.435-5.659-0.757-10.544-2.462
+ c-3.521-1.658-4.294-3.551-6.789-5.719l0.985,1.746c-4.894-1.734-2.843-2.145-6.822-3.406l1.054-1.371
+ c-1.589-0.124-4.2-2.68-4.917-4.093l-1.736,0.069c-2.084-2.573-3.193-4.422-3.113-5.862l-0.563,0.999
+ c-0.634-1.092-7.669-9.646-4.019-7.658c-0.676-0.619-1.579-1.006-2.556-2.777l0.744-0.852c-1.76-2.258-3.236-5.159-3.124-6.121
+ c0.938,1.266,1.587,1.5,2.231,1.721c-4.433-11.005-4.684-0.61-8.043-11.202l0.712-0.06c-0.544-0.818-0.875-1.71-1.313-2.588
+ l0.308-3.078c-3.19-3.697-0.895-15.695-0.432-22.275c0.321-2.68,2.665-5.531,4.45-10l-1.087-0.186
+ c2.077-3.627,11.864-14.559,16.395-14c2.197-2.756-0.432-0.008-0.862-0.701c4.823-4.99,6.339-3.529,9.595-4.424
+ c3.512-2.082-3.015,0.811-1.35-0.797c6.067-1.547,4.302-3.521,12.218-4.309c0.832,0.477-1.939,0.734-2.637,1.35
+ c5.055-2.471,16.003-1.909,23.11,1.374c8.249,3.855,17.514,15.251,17.882,25.968l0.413,0.113
+ c-0.207,4.263,0.652,9.188-0.842,13.711L997.562,710.699"/>
+ <path fill="#F6F6F6" d="M947.549,725.162l-0.281,1.415c1.323,1.799,2.374,3.748,4.066,5.153
+ C950.117,729.355,949.211,728.371,947.549,725.162"/>
+ <path fill="#F6F6F6" d="M950.682,725.041c-0.704-0.773-1.119-1.707-1.582-2.637c0.44,1.632,1.352,3.034,2.197,4.462
+ L950.682,725.041"/>
+ <path fill="#F6F6F6" d="M1006.055,713.008l-0.3,0.744c-0.543,3.85-1.711,7.66-3.506,11.195
+ C1004.231,721.219,1005.514,717.139,1006.055,713.008"/>
+ <path fill="#F6F6F6" d="M962.294,658.789c1.363-0.5,3.349-0.272,4.795-0.6c-1.885,0.155-3.759,0.252-5.61,0.488L962.294,658.789"
+ />
+ <path fill="#F6F6F6" d="M914.486,684.214c0.313,2.901-2.184,4.027,0.554,2.114C916.51,683.022,914.464,685.417,914.486,684.214"
+ />
+ <path fill="#F6F6F6" d="M911.267,697.659c0.632-1.941,0.747-3.103,0.986-4.223C910.511,695.666,911.45,696.139,911.267,697.659"
+ />
+ </g>
+ </g>
+ <g id="rais" opacity="0.5">
+ <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="76.6133" y1="-480.1338" x2="76.6132" y2="538.377">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+ <rect x="-42.515" y="-480.134" opacity="0.1" fill="url(#SVGID_4_)" width="238.256" height="1018.511"/>
+ <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="36.4639" y1="-492.0107" x2="36.4638" y2="860.9009">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+ <rect x="-44.321" y="-492.011" opacity="0.1" fill="url(#SVGID_5_)" width="161.57" height="1352.911"/>
+ <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="44.7573" y1="-493.2749" x2="44.7573" y2="859.6353">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+ <rect x="8.617" y="-493.275" opacity="0.1" fill="url(#SVGID_6_)" width="72.28" height="1352.91"/>
+ </g>
+
+ <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="39.5313" y1="54.9775" x2="1966.5557" y2="54.9775" gradientTransform="matrix(-1 0 0 -1 1968.5313 1120.0254)">
+ <stop offset="0" style="stop-color:#2B4F5A;stop-opacity:0"/>
+ <stop offset="0.5" style="stop-color:#2A4F5A;stop-opacity:0.958"/>
+ <stop offset="1" style="stop-color:#23353D;stop-opacity:0"/>
+ </linearGradient>
+ <rect x="1.976" y="1050.096" opacity="0.2" fill="url(#SVGID_7_)" width="1927.024" height="29.904"/>
+ <g>
+
+ <circle opacity="0.3" fill="#244960" stroke="#F6F6F6" stroke-width="3" stroke-miterlimit="10" cx="960" cy="387.706" r="174.447"/>
+ <circle opacity="0.4" fill="#244960" cx="929.506" cy="409.521" r="131.647"/>
+ <g>
+ <path fill="none" d="M961.413,437.345l1.242,3.537l11.819-4.154c-0.354-1.191-0.739-2.381-1.156-3.568l0,0L961.413,437.345z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M961.569,494.871c0.091,0.262-0.086,0.562-0.395,0.67l-7.977,2.805l3.878,11.034
+ c6.327-6.691,11.338-14.476,14.822-22.909l-11.82,4.155L961.569,494.871z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M949.62,440.953l-2.972-8.451l-6.232,2.19l4.382,12.467l17.858-6.277l-1.242-3.537
+ l-11.216,3.942C949.971,441.366,949.712,441.216,949.62,440.953z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M916.134,511.373c-0.311,0.109-0.635-0.015-0.727-0.273l-0.223-0.632
+ c0.215,0.608,0.01,1.235-0.455,1.399l-20.386,7.167l4.786,13.617c9.393,0.463,19.027-0.85,28.445-4.161
+ c2.813-0.989,5.529-2.129,8.143-3.406l-6.443-18.33L916.134,511.373z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M861.561,520.335c2.563,1.692,5.228,3.223,7.974,4.587l-2.313-6.577L861.561,520.335z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M834.78,471.823c-0.464,0.164-0.975-0.08-1.139-0.545l-5.601-15.932
+ c-0.318,9.061,1.016,18.332,4.205,27.402c4.196,11.937,11.116,22.138,19.813,30.154l-14.751-41.967L834.78,471.823z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M852.418,476.228l-5.523,1.943c-0.365,0.127-0.665,0.219-0.671,0.201l-0.93-2.641
+ c-0.005-0.018,0.285-0.135,0.652-0.264l5.521-1.941l-2.367-6.734l-11.794,4.145l14.751,41.967
+ c2.975,2.738,6.152,5.222,9.503,7.432l5.66-1.99L852.418,476.228z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M852.418,476.228l-5.523,1.943c-0.365,0.127-0.665,0.219-0.671,0.201l-0.93-2.641
+ c-0.005-0.018,0.285-0.135,0.652-0.264l5.521-1.941l-2.367-6.734l-11.794,4.145l14.751,41.967
+ c2.975,2.738,6.152,5.222,9.503,7.432l5.66-1.99L852.418,476.228z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M853.195,401.971c-0.767,0.679-1.52,1.376-2.257,2.086l2.661-0.936L853.195,401.971z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M853.195,401.971c-0.767,0.679-1.52,1.376-2.257,2.086l2.661-0.936L853.195,401.971z"/>
+
+ <rect x="943.222" y="430.075" transform="matrix(-0.3319 -0.9433 0.9433 -0.3319 847.8203 1467.1946)" opacity="0.4" fill="#FFF8B9" width="0.465" height="6.606"/>
+
+ <rect x="943.222" y="430.075" transform="matrix(-0.3319 -0.9433 0.9433 -0.3319 847.8203 1467.1946)" opacity="0.4" fill="#FFF8B9" width="0.465" height="6.606"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M926.267,429.987l7.098-2.494c0.288-0.102,0.525-0.176,0.529-0.162l0.656,1.868
+ c0.004,0.011-0.227,0.101-0.517,0.203l-7.096,2.495l1.564,4.447l17.354-6.1l-11.179-31.805c-0.094-0.264,0.014-0.541,0.239-0.62
+ l8.144-2.862c-0.976-0.623-1.965-1.221-2.965-1.798l-23.827,8.376L926.267,429.987z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M926.267,429.987l7.098-2.494c0.288-0.102,0.525-0.176,0.529-0.162l0.656,1.868
+ c0.004,0.011-0.227,0.101-0.517,0.203l-7.096,2.495l1.564,4.447l17.354-6.1l-11.179-31.805c-0.094-0.264,0.014-0.541,0.239-0.62
+ l8.144-2.862c-0.976-0.623-1.965-1.221-2.965-1.798l-23.827,8.376L926.267,429.987z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M883.798,385.634c-1.944,0.512-3.882,1.105-5.811,1.783
+ c-6.199,2.179-11.931,5.095-17.131,8.609l23.669-8.319L883.798,385.634z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M883.798,385.634c-1.944,0.512-3.882,1.105-5.811,1.783
+ c-6.199,2.179-11.931,5.095-17.131,8.609l23.669-8.319L883.798,385.634z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M873.985,395.954c0.465-0.162,0.976,0.081,1.139,0.547l0.329,0.936l9.615,27.354
+ l11.119-3.909l-11.661-33.175l-23.669,8.319c-2.7,1.826-5.258,3.813-7.662,5.944l0.404,1.15L873.985,395.954z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M873.985,395.954c0.465-0.162,0.976,0.081,1.139,0.547l0.329,0.936l9.615,27.354
+ l11.119-3.909l-11.661-33.175l-23.669,8.319c-2.7,1.826-5.258,3.813-7.662,5.944l0.404,1.15L873.985,395.954z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M873.985,395.954c0.465-0.162,0.976,0.081,1.139,0.547l0.329,0.936l9.615,27.354
+ l11.119-3.909l-11.661-33.175l-23.669,8.319c-2.7,1.826-5.258,3.813-7.662,5.944l0.404,1.15L873.985,395.954z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M975.202,476.572c3.283-12.727,3.252-26.444-0.728-39.845l-11.819,4.154L975.202,476.572z"
+ />
+ <path opacity="0.4" fill="#FFF8B9" d="M944.797,447.159l15.28,43.467l11.82-4.155c1.326-3.212,2.433-6.521,3.305-9.898
+ l-12.547-35.69L944.797,447.159z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M944.797,447.159l15.28,43.467l11.82-4.155c1.326-3.212,2.433-6.521,3.305-9.898
+ l-12.547-35.69L944.797,447.159z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M929.296,438.601l2.157,6.142c0.077,0.22,0.101,0.439,0.077,0.644l7.34-2.581
+ c0.365-0.13,0.666-0.22,0.673-0.204l0.928,2.644c0.007,0.016-0.285,0.135-0.65,0.263l-9.901,3.479l1.063,3.03l13.815-4.857
+ l-4.382-12.467L929.296,438.601z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M929.296,438.601l2.157,6.142c0.077,0.22,0.101,0.439,0.077,0.644l7.34-2.581
+ c0.365-0.13,0.666-0.22,0.673-0.204l0.928,2.644c0.007,0.016-0.285,0.135-0.65,0.263l-9.901,3.479l1.063,3.03l13.815-4.857
+ l-4.382-12.467L929.296,438.601z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M953.198,498.346l7.977-2.805c0.309-0.108,0.485-0.408,0.395-0.67l-1.492-4.245
+ l-8.537,3.001L953.198,498.346z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M953.198,498.346l7.977-2.805c0.309-0.108,0.485-0.408,0.395-0.67l-1.492-4.245
+ l-8.537,3.001L953.198,498.346z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M914.757,506.557c-0.467,0.164-0.917,0.083-1.01-0.179l1.438,4.09l0.223,0.632
+ c0.092,0.259,0.416,0.383,0.727,0.273l13.141-4.619l-1.659-4.717L914.757,506.557z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M914.757,506.557c-0.467,0.164-0.917,0.083-1.01-0.179l1.438,4.09l0.223,0.632
+ c0.092,0.259,0.416,0.383,0.727,0.273l13.141-4.619l-1.659-4.717L914.757,506.557z"/>
+
+ <rect x="923.567" y="450.071" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 1951.5443 570.3113)" opacity="0.4" fill="#FFF8B9" width="7.085" height="3.211"/>
+
+ <rect x="923.567" y="450.071" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 1951.5443 570.3113)" opacity="0.4" fill="#FFF8B9" width="7.085" height="3.211"/>
+
+ <rect x="923.567" y="450.071" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 1951.5443 570.3113)" opacity="0.5" fill="#D1E4B7" width="7.085" height="3.211"/>
+
+ <rect x="934.546" y="430.535" transform="matrix(-0.3363 -0.9417 0.9417 -0.3363 838.1754 1463.5337)" opacity="0.4" fill="#FFF8B9" width="0.465" height="11.786"/>
+
+ <rect x="934.546" y="430.535" transform="matrix(-0.3363 -0.9417 0.9417 -0.3363 838.1754 1463.5337)" opacity="0.4" fill="#FFF8B9" width="0.465" height="11.786"/>
+
+ <rect x="934.546" y="430.535" transform="matrix(-0.3363 -0.9417 0.9417 -0.3363 838.1754 1463.5337)" opacity="0.5" fill="#D1E4B7" width="0.465" height="11.786"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M912.375,502.475l1.373,3.903c0.093,0.262,0.543,0.343,1.01,0.179l12.858-4.52
+ l-1.539-4.379L912.375,502.475z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M912.375,502.475l1.373,3.903c0.093,0.262,0.543,0.343,1.01,0.179l12.858-4.52
+ l-1.539-4.379L912.375,502.475z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M912.375,502.475l1.373,3.903c0.093,0.262,0.543,0.343,1.01,0.179l12.858-4.52
+ l-1.539-4.379L912.375,502.475z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M931.519,453.546l4.438-1.559c0.464-0.164,0.964,0.055,1.116,0.486l14.468,41.153
+ l8.537-3.001l-15.28-43.467l-13.815,4.857L931.519,453.546z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M931.519,453.546l4.438-1.559c0.464-0.164,0.964,0.055,1.116,0.486l14.468,41.153
+ l8.537-3.001l-15.28-43.467l-13.815,4.857L931.519,453.546z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M931.519,453.546l4.438-1.559c0.464-0.164,0.964,0.055,1.116,0.486l14.468,41.153
+ l8.537-3.001l-15.28-43.467l-13.815,4.857L931.519,453.546z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M913.15,460.883c-0.152-0.433,0.101-0.915,0.567-1.077l-11.008,3.867l4.226,12.019
+ c0.037,0.104-0.005,0.212-0.093,0.243l-3.378,1.188l8.91,25.353l13.702-4.816L913.15,460.883z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M913.15,460.883c-0.152-0.433,0.101-0.915,0.567-1.077l-11.008,3.867l4.226,12.019
+ c0.037,0.104-0.005,0.212-0.093,0.243l-3.378,1.188l8.91,25.353l13.702-4.816L913.15,460.883z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M913.15,460.883c-0.152-0.433,0.101-0.915,0.567-1.077l-11.008,3.867l4.226,12.019
+ c0.037,0.104-0.005,0.212-0.093,0.243l-3.378,1.188l8.91,25.353l13.702-4.816L913.15,460.883z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M913.15,460.883c-0.152-0.433,0.101-0.915,0.567-1.077l-11.008,3.867l4.226,12.019
+ c0.037,0.104-0.005,0.212-0.093,0.243l-3.378,1.188l8.91,25.353l13.702-4.816L913.15,460.883z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M924.728,455.589c0.06,0.17-0.054,0.365-0.256,0.436l7.047-2.479l-0.537-1.529l-6.684,2.35
+ L924.728,455.589z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M924.728,455.589c0.06,0.17-0.054,0.365-0.256,0.436l7.047-2.479l-0.537-1.529l-6.684,2.35
+ L924.728,455.589z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M924.728,455.589c0.06,0.17-0.054,0.365-0.256,0.436l7.047-2.479l-0.537-1.529l-6.684,2.35
+ L924.728,455.589z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M924.728,455.589c0.06,0.17-0.054,0.365-0.256,0.436l7.047-2.479l-0.537-1.529l-6.684,2.35
+ L924.728,455.589z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M834.78,471.823l2.527-0.887l-4.499-12.799l-1.738,0.611
+ c-0.299,0.105-0.548,0.178-0.555,0.162l-0.928-2.643c-0.006-0.018,0.233-0.117,0.534-0.223l1.737-0.609l-3.026-8.608
+ c-0.425,2.81-0.691,5.654-0.792,8.519l5.601,15.932C833.805,471.743,834.316,471.987,834.78,471.823z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M834.78,471.823l2.527-0.887l-4.499-12.799l-1.738,0.611
+ c-0.299,0.105-0.548,0.178-0.555,0.162l-0.928-2.643c-0.006-0.018,0.233-0.117,0.534-0.223l1.737-0.609l-3.026-8.608
+ c-0.425,2.81-0.691,5.654-0.792,8.519l5.601,15.932C833.805,471.743,834.316,471.987,834.78,471.823z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M864.88,443.829l-13.352-37.982c-0.215-0.609-0.012-1.236,0.453-1.4l1.854-0.652
+ l-0.237-0.673l-2.661,0.936c-11.876,11.438-19.647,26.534-22.105,42.771l3.026,8.608L864.88,443.829z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M864.88,443.829l-13.352-37.982c-0.215-0.609-0.012-1.236,0.453-1.4l1.854-0.652
+ l-0.237-0.673l-2.661,0.936c-11.876,11.438-19.647,26.534-22.105,42.771l3.026,8.608L864.88,443.829z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M864.88,443.829l-13.352-37.982c-0.215-0.609-0.012-1.236,0.453-1.4l1.854-0.652
+ l-0.237-0.673l-2.661,0.936c-11.876,11.438-19.647,26.534-22.105,42.771l3.026,8.608L864.88,443.829z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M847.812,460.429l20.385-7.165l-0.224-0.64l-7.433,2.612
+ c-0.289,0.101-0.526,0.175-0.531,0.163l-0.655-1.867c-0.005-0.014,0.226-0.104,0.515-0.205l7.432-2.612l-1.47-4.185
+ l-33.022,11.607l4.499,12.799l11.794-4.145l-1.744-4.963C847.142,461.22,847.345,460.593,847.812,460.429z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M847.812,460.429l20.385-7.165l-0.224-0.64l-7.433,2.612
+ c-0.289,0.101-0.526,0.175-0.531,0.163l-0.655-1.867c-0.005-0.014,0.226-0.104,0.515-0.205l7.432-2.612l-1.47-4.185
+ l-33.022,11.607l4.499,12.799l11.794-4.145l-1.744-4.963C847.142,461.22,847.345,460.593,847.812,460.429z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M847.812,460.429l20.385-7.165l-0.224-0.64l-7.433,2.612
+ c-0.289,0.101-0.526,0.175-0.531,0.163l-0.655-1.867c-0.005-0.014,0.226-0.104,0.515-0.205l7.432-2.612l-1.47-4.185
+ l-33.022,11.607l4.499,12.799l11.794-4.145l-1.744-4.963C847.142,461.22,847.345,460.593,847.812,460.429z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M875.453,397.437l-0.329-0.936c-0.163-0.466-0.674-0.709-1.139-0.547l-20.386,7.167
+ l0.237,0.673l20.386-7.166C874.687,396.466,875.239,396.827,875.453,397.437z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M875.453,397.437l-0.329-0.936c-0.163-0.466-0.674-0.709-1.139-0.547l-20.386,7.167
+ l0.237,0.673l20.386-7.166C874.687,396.466,875.239,396.827,875.453,397.437z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M875.453,397.437l-0.329-0.936c-0.163-0.466-0.674-0.709-1.139-0.547l-20.386,7.167
+ l0.237,0.673l20.386-7.166C874.687,396.466,875.239,396.827,875.453,397.437z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M875.453,397.437l-0.329-0.936c-0.163-0.466-0.674-0.709-1.139-0.547l-20.386,7.167
+ l0.237,0.673l20.386-7.166C874.687,396.466,875.239,396.827,875.453,397.437z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M940.095,393.16c-9.196-5.288-19.482-8.615-30.164-9.649l6.337,18.025L940.095,393.16z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M940.095,393.16c-9.196-5.288-19.482-8.615-30.164-9.649l6.337,18.025L940.095,393.16z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M940.095,393.16c-9.196-5.288-19.482-8.615-30.164-9.649l6.337,18.025L940.095,393.16z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M892.49,519.685c-0.465,0.165-1.015-0.198-1.229-0.808l-2.811-7.994l-21.229,7.462
+ l2.313,6.577c9.151,4.542,19.225,7.22,29.596,7.729l-4.786-13.617L892.49,519.685z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M892.49,519.685c-0.465,0.165-1.015-0.198-1.229-0.808l-2.811-7.994l-21.229,7.462
+ l2.313,6.577c9.151,4.542,19.225,7.22,29.596,7.729l-4.786-13.617L892.49,519.685z"/>
+
+ <rect x="848.113" y="482.304" transform="matrix(-0.3316 -0.9434 0.9434 -0.3316 693.4218 1478.4001)" opacity="0.4" fill="#FFF8B9" width="44.643" height="22.503"/>
+
+ <rect x="848.113" y="482.304" transform="matrix(-0.3316 -0.9434 0.9434 -0.3316 693.4218 1478.4001)" opacity="0.4" fill="#FFF8B9" width="44.643" height="22.503"/>
+
+ <rect x="848.113" y="482.304" transform="matrix(-0.3316 -0.9434 0.9434 -0.3316 693.4218 1478.4001)" opacity="0.4" fill="#FFF8B9" width="44.643" height="22.503"/>
+
+ <rect x="849.648" y="462.859" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -105.9666 311.9189)" opacity="0.4" fill="#FFF8B9" width="22.502" height="7.138"/>
+
+ <rect x="849.648" y="462.859" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -105.9666 311.9189)" opacity="0.4" fill="#FFF8B9" width="22.502" height="7.138"/>
+
+ <rect x="849.648" y="462.859" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -105.9666 311.9189)" opacity="0.4" fill="#FFF8B9" width="22.502" height="7.138"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M870.175,458.89l-5.104,1.795c-0.43,0.15-0.781,0.263-0.784,0.253l-0.626-1.778
+ c-0.003-0.012,0.341-0.143,0.772-0.293l5.103-1.795l-1.339-3.808l-20.385,7.165c-0.467,0.164-0.67,0.791-0.455,1.4l1.744,4.963
+ l21.229-7.463L870.175,458.89z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M870.175,458.89l-5.104,1.795c-0.43,0.15-0.781,0.263-0.784,0.253l-0.626-1.778
+ c-0.003-0.012,0.341-0.143,0.772-0.293l5.103-1.795l-1.339-3.808l-20.385,7.165c-0.467,0.164-0.67,0.791-0.455,1.4l1.744,4.963
+ l21.229-7.463L870.175,458.89z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M870.175,458.89l-5.104,1.795c-0.43,0.15-0.781,0.263-0.784,0.253l-0.626-1.778
+ c-0.003-0.012,0.341-0.143,0.772-0.293l5.103-1.795l-1.339-3.808l-20.385,7.165c-0.467,0.164-0.67,0.791-0.455,1.4l1.744,4.963
+ l21.229-7.463L870.175,458.89z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M870.175,458.89l-5.104,1.795c-0.43,0.15-0.781,0.263-0.784,0.253l-0.626-1.778
+ c-0.003-0.012,0.341-0.143,0.772-0.293l5.103-1.795l-1.339-3.808l-20.385,7.165c-0.467,0.164-0.67,0.791-0.455,1.4l1.744,4.963
+ l21.229-7.463L870.175,458.89z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M894.25,422.904c0.465-0.163,0.974,0.082,1.138,0.548l1.599,4.548l1.516-0.532
+ l-2.314-6.586l-11.119,3.909l0.419,1.194L894.25,422.904z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M894.25,422.904c0.465-0.163,0.974,0.082,1.138,0.548l1.599,4.548l1.516-0.532
+ l-2.314-6.586l-11.119,3.909l0.419,1.194L894.25,422.904z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M894.25,422.904c0.465-0.163,0.974,0.082,1.138,0.548l1.599,4.548l1.516-0.532
+ l-2.314-6.586l-11.119,3.909l0.419,1.194L894.25,422.904z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M894.25,422.904c0.465-0.163,0.974,0.082,1.138,0.548l1.599,4.548l1.516-0.532
+ l-2.314-6.586l-11.119,3.909l0.419,1.194L894.25,422.904z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M905.373,447.012l-5.729,2.013l2.367,6.736l5.862-2.061
+ c-0.145-0.145-0.266-0.33-0.343-0.549L905.373,447.012z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M905.373,447.012l-5.729,2.013l2.367,6.736l5.862-2.061
+ c-0.145-0.145-0.266-0.33-0.343-0.549L905.373,447.012z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M905.373,447.012l-5.729,2.013l2.367,6.736l5.862-2.061
+ c-0.145-0.145-0.266-0.33-0.343-0.549L905.373,447.012z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M905.373,447.012l-5.729,2.013l2.367,6.736l5.862-2.061
+ c-0.145-0.145-0.266-0.33-0.343-0.549L905.373,447.012z"/>
+
+ <rect x="900.976" y="455.134" transform="matrix(-0.9434 0.3315 -0.3315 -0.9434 1925.2111 585.0494)" opacity="0.4" fill="#FFF8B9" width="23.452" height="3.211"/>
+
+ <rect x="900.976" y="455.134" transform="matrix(-0.9434 0.3315 -0.3315 -0.9434 1925.2111 585.0494)" opacity="0.4" fill="#FFF8B9" width="23.452" height="3.211"/>
+
+ <rect x="900.976" y="455.134" transform="matrix(-0.9434 0.3315 -0.3315 -0.9434 1925.2111 585.0494)" opacity="0.5" fill="#D1E4B7" width="23.452" height="3.211"/>
+
+ <rect x="900.976" y="455.134" transform="matrix(-0.9434 0.3315 -0.3315 -0.9434 1925.2111 585.0494)" opacity="0.2" fill="#FFF6A3" width="23.452" height="3.211"/>
+
+ <rect x="899.395" y="447.565" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 1902.2772 571.1381)" opacity="0.4" fill="#FFF8B9" width="6.072" height="0.467"/>
+
+ <rect x="899.395" y="447.565" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 1902.2772 571.1381)" opacity="0.4" fill="#FFF8B9" width="6.072" height="0.467"/>
+
+ <rect x="899.395" y="447.565" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 1902.2772 571.1381)" opacity="0.4" fill="#FFF8B9" width="6.072" height="0.467"/>
+
+ <rect x="899.395" y="447.565" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 1902.2772 571.1381)" opacity="0.5" fill="#D1E4B7" width="6.072" height="0.467"/>
+
+ <rect x="899.395" y="447.565" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 1902.2772 571.1381)" opacity="0.2" fill="#FFF6A3" width="6.072" height="0.467"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M902.709,463.673l11.008-3.867l10.755-3.781c0.202-0.07,0.315-0.266,0.256-0.436
+ l-0.43-1.223l-22.126,7.775L902.709,463.673z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M902.709,463.673l11.008-3.867l10.755-3.781c0.202-0.07,0.315-0.266,0.256-0.436
+ l-0.43-1.223l-22.126,7.775L902.709,463.673z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M902.709,463.673l11.008-3.867l10.755-3.781c0.202-0.07,0.315-0.266,0.256-0.436
+ l-0.43-1.223l-22.126,7.775L902.709,463.673z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M902.709,463.673l11.008-3.867l10.755-3.781c0.202-0.07,0.315-0.266,0.256-0.436
+ l-0.43-1.223l-22.126,7.775L902.709,463.673z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M902.709,463.673l11.008-3.867l10.755-3.781c0.202-0.07,0.315-0.266,0.256-0.436
+ l-0.43-1.223l-22.126,7.775L902.709,463.673z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M894.252,450.919l0.63,1.79l3.38-1.187c0.087-0.031,0.188,0.027,0.224,0.131l1.672,4.758
+ l1.854-0.65l-2.367-6.736L894.252,450.919z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M894.252,450.919l0.63,1.79l3.38-1.187c0.087-0.031,0.188,0.027,0.224,0.131l1.672,4.758
+ l1.854-0.65l-2.367-6.736L894.252,450.919z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M894.252,450.919l0.63,1.79l3.38-1.187c0.087-0.031,0.188,0.027,0.224,0.131l1.672,4.758
+ l1.854-0.65l-2.367-6.736L894.252,450.919z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M894.252,450.919l0.63,1.79l3.38-1.187c0.087-0.031,0.188,0.027,0.224,0.131l1.672,4.758
+ l1.854-0.65l-2.367-6.736L894.252,450.919z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M894.252,450.919l0.63,1.79l3.38-1.187c0.087-0.031,0.188,0.027,0.224,0.131l1.672,4.758
+ l1.854-0.65l-2.367-6.736L894.252,450.919z"/>
+
+ <rect x="896.64" y="446.895" transform="matrix(-0.3275 -0.9448 0.9448 -0.3275 765.6945 1444.4624)" opacity="0.4" fill="#FFF8B9" width="0.465" height="5.715"/>
+
+ <rect x="896.64" y="446.895" transform="matrix(-0.3275 -0.9448 0.9448 -0.3275 765.6945 1444.4624)" opacity="0.4" fill="#FFF8B9" width="0.465" height="5.715"/>
+
+ <rect x="896.64" y="446.895" transform="matrix(-0.3275 -0.9448 0.9448 -0.3275 765.6945 1444.4624)" opacity="0.4" fill="#FFF8B9" width="0.465" height="5.715"/>
+
+ <rect x="896.64" y="446.895" transform="matrix(-0.3275 -0.9448 0.9448 -0.3275 765.6945 1444.4624)" opacity="0.5" fill="#D1E4B7" width="0.465" height="5.715"/>
+
+ <rect x="896.64" y="446.895" transform="matrix(-0.3275 -0.9448 0.9448 -0.3275 765.6945 1444.4624)" opacity="0.4" fill="#FFF8B9" width="0.465" height="5.715"/>
+
+ <rect x="896.64" y="446.895" transform="matrix(-0.3275 -0.9448 0.9448 -0.3275 765.6945 1444.4624)" opacity="0.2" fill="#FFF6A3" width="0.465" height="5.715"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M903.464,477.122l3.378-1.188c0.088-0.031,0.13-0.139,0.093-0.243l-4.226-12.019
+ l-3.535,1.242L903.464,477.122z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M903.464,477.122l3.378-1.188c0.088-0.031,0.13-0.139,0.093-0.243l-4.226-12.019
+ l-3.535,1.242L903.464,477.122z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M903.464,477.122l3.378-1.188c0.088-0.031,0.13-0.139,0.093-0.243l-4.226-12.019
+ l-3.535,1.242L903.464,477.122z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M903.464,477.122l3.378-1.188c0.088-0.031,0.13-0.139,0.093-0.243l-4.226-12.019
+ l-3.535,1.242L903.464,477.122z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M903.464,477.122l3.378-1.188c0.088-0.031,0.13-0.139,0.093-0.243l-4.226-12.019
+ l-3.535,1.242L903.464,477.122z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M898.802,463.863c-0.091-0.265,0.21-0.61,0.676-0.773l2.694-0.948l-1.063-3.028
+ l-3.538,1.243L898.802,463.863z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M898.802,463.863c-0.091-0.265,0.21-0.61,0.676-0.773l2.694-0.948l-1.063-3.028
+ l-3.538,1.243L898.802,463.863z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M898.802,463.863c-0.091-0.265,0.21-0.61,0.676-0.773l2.694-0.948l-1.063-3.028
+ l-3.538,1.243L898.802,463.863z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M898.802,463.863c-0.091-0.265,0.21-0.61,0.676-0.773l2.694-0.948l-1.063-3.028
+ l-3.538,1.243L898.802,463.863z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M898.802,463.863c-0.091-0.265,0.21-0.61,0.676-0.773l2.694-0.948l-1.063-3.028
+ l-3.538,1.243L898.802,463.863z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M899.478,463.09c-0.466,0.163-0.767,0.509-0.676,0.773l0.372,1.052l3.535-1.242
+ l-0.537-1.531L899.478,463.09z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M899.478,463.09c-0.466,0.163-0.767,0.509-0.676,0.773l0.372,1.052l3.535-1.242
+ l-0.537-1.531L899.478,463.09z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M899.478,463.09c-0.466,0.163-0.767,0.509-0.676,0.773l0.372,1.052l3.535-1.242
+ l-0.537-1.531L899.478,463.09z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M899.478,463.09c-0.466,0.163-0.767,0.509-0.676,0.773l0.372,1.052l3.535-1.242
+ l-0.537-1.531L899.478,463.09z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M899.478,463.09c-0.466,0.163-0.767,0.509-0.676,0.773l0.372,1.052l3.535-1.242
+ l-0.537-1.531L899.478,463.09z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M899.478,463.09c-0.466,0.163-0.767,0.509-0.676,0.773l0.372,1.052l3.535-1.242
+ l-0.537-1.531L899.478,463.09z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M900.158,456.411l-1.672-4.758c-0.036-0.104-0.137-0.162-0.224-0.131l-3.38,1.187
+ l1.74,4.945L900.158,456.411z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M900.158,456.411l-1.672-4.758c-0.036-0.104-0.137-0.162-0.224-0.131l-3.38,1.187
+ l1.74,4.945L900.158,456.411z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M900.158,456.411l-1.672-4.758c-0.036-0.104-0.137-0.162-0.224-0.131l-3.38,1.187
+ l1.74,4.945L900.158,456.411z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M900.158,456.411l-1.672-4.758c-0.036-0.104-0.137-0.162-0.224-0.131l-3.38,1.187
+ l1.74,4.945L900.158,456.411z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M900.158,456.411l-1.672-4.758c-0.036-0.104-0.137-0.162-0.224-0.131l-3.38,1.187
+ l1.74,4.945L900.158,456.411z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M900.158,456.411l-1.672-4.758c-0.036-0.104-0.137-0.162-0.224-0.131l-3.38,1.187
+ l1.74,4.945L900.158,456.411z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M961.413,437.345l11.905-4.186c-1.115-3.176-2.426-6.229-3.912-9.15l-11.286,3.968
+ L961.413,437.345z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M968.502,422.284c-5.235-9.678-12.421-17.841-20.878-24.169l9.857,28.043L968.502,422.284z
+ "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M958.013,428.015c-0.052,0.311-0.263,0.585-0.581,0.697l-10.784,3.79l2.972,8.451
+ c0.093,0.263,0.352,0.413,0.577,0.334l11.216-3.942l-3.292-9.368L958.013,428.015z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M958.013,428.015c-0.052,0.311-0.263,0.585-0.581,0.697l-10.784,3.79l2.972,8.451
+ c0.093,0.263,0.352,0.413,0.577,0.334l11.216-3.942l-3.292-9.368L958.013,428.015z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M946.648,432.502l10.784-3.79c0.318-0.112,0.529-0.387,0.581-0.697l-11.518,4.048
+ L946.648,432.502z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M946.648,432.502l10.784-3.79c0.318-0.112,0.529-0.387,0.581-0.697l-11.518,4.048
+ L946.648,432.502z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M946.648,432.502l10.784-3.79c0.318-0.112,0.529-0.387,0.581-0.697l-11.518,4.048
+ L946.648,432.502z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M934.677,398.44l11.179,31.805l11.625-4.087l-9.857-28.043
+ c-1.483-1.109-3.006-2.163-4.563-3.157l-8.144,2.862C934.691,397.899,934.583,398.177,934.677,398.44z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M934.677,398.44l11.179,31.805l11.625-4.087l-9.857-28.043
+ c-1.483-1.109-3.006-2.163-4.563-3.157l-8.144,2.862C934.691,397.899,934.583,398.177,934.677,398.44z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M934.677,398.44l11.179,31.805l11.625-4.087l-9.857-28.043
+ c-1.483-1.109-3.006-2.163-4.563-3.157l-8.144,2.862C934.691,397.899,934.583,398.177,934.677,398.44z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M896.986,428l-1.599-4.548c-0.164-0.466-0.673-0.711-1.138-0.548l-8.763,3.081l1.896,5.391
+ L896.986,428z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M896.986,428l-1.599-4.548c-0.164-0.466-0.673-0.711-1.138-0.548l-8.763,3.081l1.896,5.391
+ L896.986,428z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M896.986,428l-1.599-4.548c-0.164-0.466-0.673-0.711-1.138-0.548l-8.763,3.081l1.896,5.391
+ L896.986,428z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M896.986,428l-1.599-4.548c-0.164-0.466-0.673-0.711-1.138-0.548l-8.763,3.081l1.896,5.391
+ L896.986,428z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M896.986,428l-1.599-4.548c-0.164-0.466-0.673-0.711-1.138-0.548l-8.763,3.081l1.896,5.391
+ L896.986,428z"/>
+
+ <rect x="896.312" y="428.952" transform="matrix(0.332 0.9433 -0.9433 0.332 1005.5748 -560.4146)" opacity="0.4" fill="#FFF8B9" width="4.286" height="1.606"/>
+
+ <rect x="896.312" y="428.952" transform="matrix(0.332 0.9433 -0.9433 0.332 1005.5748 -560.4146)" opacity="0.4" fill="#FFF8B9" width="4.286" height="1.606"/>
+
+ <rect x="896.312" y="428.952" transform="matrix(0.332 0.9433 -0.9433 0.332 1005.5748 -560.4146)" opacity="0.4" fill="#FFF8B9" width="4.286" height="1.606"/>
+
+ <rect x="896.312" y="428.952" transform="matrix(0.332 0.9433 -0.9433 0.332 1005.5748 -560.4146)" opacity="0.2" fill="#FFF6A3" width="4.286" height="1.606"/>
+
+ <rect x="896.312" y="428.952" transform="matrix(0.332 0.9433 -0.9433 0.332 1005.5748 -560.4146)" opacity="0.4" fill="#FFF8B9" width="4.286" height="1.606"/>
+
+ <rect x="900.048" y="434.355" transform="matrix(-0.9433 0.3319 -0.3319 -0.9433 1895.5321 549.4395)" opacity="0.4" fill="#FFF8B9" width="1.607" height="4.433"/>
+
+ <rect x="900.048" y="434.355" transform="matrix(-0.9433 0.3319 -0.3319 -0.9433 1895.5321 549.4395)" opacity="0.4" fill="#FFF8B9" width="1.607" height="4.433"/>
+
+ <rect x="900.048" y="434.355" transform="matrix(-0.9433 0.3319 -0.3319 -0.9433 1895.5321 549.4395)" opacity="0.4" fill="#FFF8B9" width="1.607" height="4.433"/>
+
+ <rect x="900.048" y="434.355" transform="matrix(-0.9433 0.3319 -0.3319 -0.9433 1895.5321 549.4395)" opacity="0.2" fill="#FFF6A3" width="1.607" height="4.433"/>
+
+ <rect x="900.048" y="434.355" transform="matrix(-0.9433 0.3319 -0.3319 -0.9433 1895.5321 549.4395)" opacity="0.4" fill="#FFF8B9" width="1.607" height="4.433"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M900.882,441.774l-3.371,1.186l1.339,3.808l5.729-2.013l-1.564-4.449l-1.544,0.543
+ C901.509,441.248,901.276,441.638,900.882,441.774z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M900.882,441.774l-3.371,1.186l1.339,3.808l5.729-2.013l-1.564-4.449l-1.544,0.543
+ C901.509,441.248,901.276,441.638,900.882,441.774z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M900.882,441.774l-3.371,1.186l1.339,3.808l5.729-2.013l-1.564-4.449l-1.544,0.543
+ C901.509,441.248,901.276,441.638,900.882,441.774z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M900.882,441.774l-3.371,1.186l1.339,3.808l5.729-2.013l-1.564-4.449l-1.544,0.543
+ C901.509,441.248,901.276,441.638,900.882,441.774z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M900.882,441.774l-3.371,1.186l1.339,3.808l5.729-2.013l-1.564-4.449l-1.544,0.543
+ C901.509,441.248,901.276,441.638,900.882,441.774z"/>
+
+ <rect x="892.628" y="443.793" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 1888.123 569.545)" opacity="0.4" fill="#FFF8B9" width="5.715" height="4.036"/>
+
+ <rect x="892.628" y="443.793" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 1888.123 569.545)" opacity="0.4" fill="#FFF8B9" width="5.715" height="4.036"/>
+
+ <rect x="892.628" y="443.793" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 1888.123 569.545)" opacity="0.4" fill="#FFF8B9" width="5.715" height="4.036"/>
+
+ <rect x="892.628" y="443.793" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 1888.123 569.545)" opacity="0.4" fill="#FFF8B9" width="5.715" height="4.036"/>
+
+ <rect x="892.628" y="443.793" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 1888.123 569.545)" opacity="0.2" fill="#FFF6A3" width="5.715" height="4.036"/>
+
+ <rect x="892.628" y="443.793" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 1888.123 569.545)" opacity="0.4" fill="#FFF8B9" width="5.715" height="4.036"/>
+
+ <rect x="887.807" y="429.566" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 1878.4277 542.8927)" opacity="0.4" fill="#FFF8B9" width="10.177" height="4.286"/>
+
+ <rect x="887.807" y="429.566" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 1878.4277 542.8927)" opacity="0.4" fill="#FFF8B9" width="10.177" height="4.286"/>
+
+ <rect x="887.807" y="429.566" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 1878.4277 542.8927)" opacity="0.4" fill="#FFF8B9" width="10.177" height="4.286"/>
+
+ <rect x="887.807" y="429.566" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 1878.4277 542.8927)" opacity="0.2" fill="#FFF6A3" width="10.177" height="4.286"/>
+
+ <rect x="887.807" y="429.566" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 1878.4277 542.8927)" opacity="0.4" fill="#FFF8B9" width="10.177" height="4.286"/>
+
+ <rect x="887.807" y="429.566" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 1878.4277 542.8927)" opacity="0.4" fill="#FFF8B9" width="10.177" height="4.286"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M895.01,438.538c0.467-0.164,0.978,0.081,1.14,0.547l0.466,1.326l4.213-1.481l-1.472-4.184
+ l-9.604,3.376l0.709,2.014L895.01,438.538z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M895.01,438.538c0.467-0.164,0.978,0.081,1.14,0.547l0.466,1.326l4.213-1.481l-1.472-4.184
+ l-9.604,3.376l0.709,2.014L895.01,438.538z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M895.01,438.538c0.467-0.164,0.978,0.081,1.14,0.547l0.466,1.326l4.213-1.481l-1.472-4.184
+ l-9.604,3.376l0.709,2.014L895.01,438.538z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M895.01,438.538c0.467-0.164,0.978,0.081,1.14,0.547l0.466,1.326l4.213-1.481l-1.472-4.184
+ l-9.604,3.376l0.709,2.014L895.01,438.538z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M895.01,438.538c0.467-0.164,0.978,0.081,1.14,0.547l0.466,1.326l4.213-1.481l-1.472-4.184
+ l-9.604,3.376l0.709,2.014L895.01,438.538z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M895.01,438.538c0.467-0.164,0.978,0.081,1.14,0.547l0.466,1.326l4.213-1.481l-1.472-4.184
+ l-9.604,3.376l0.709,2.014L895.01,438.538z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M897.511,442.96l3.371-1.186c0.394-0.137,0.627-0.526,0.589-0.926l-4.185,1.471
+ L897.511,442.96z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M897.511,442.96l3.371-1.186c0.394-0.137,0.627-0.526,0.589-0.926l-4.185,1.471
+ L897.511,442.96z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M897.511,442.96l3.371-1.186c0.394-0.137,0.627-0.526,0.589-0.926l-4.185,1.471
+ L897.511,442.96z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M897.511,442.96l3.371-1.186c0.394-0.137,0.627-0.526,0.589-0.926l-4.185,1.471
+ L897.511,442.96z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M897.511,442.96l3.371-1.186c0.394-0.137,0.627-0.526,0.589-0.926l-4.185,1.471
+ L897.511,442.96z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M897.511,442.96l3.371-1.186c0.394-0.137,0.627-0.526,0.589-0.926l-4.185,1.471
+ L897.511,442.96z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M896.15,439.085c-0.162-0.466-0.673-0.711-1.14-0.547l-4.548,1.598l0.762,2.17l5.392-1.895
+ L896.15,439.085z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M896.15,439.085c-0.162-0.466-0.673-0.711-1.14-0.547l-4.548,1.598l0.762,2.17l5.392-1.895
+ L896.15,439.085z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M896.15,439.085c-0.162-0.466-0.673-0.711-1.14-0.547l-4.548,1.598l0.762,2.17l5.392-1.895
+ L896.15,439.085z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M896.15,439.085c-0.162-0.466-0.673-0.711-1.14-0.547l-4.548,1.598l0.762,2.17l5.392-1.895
+ L896.15,439.085z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M896.15,439.085c-0.162-0.466-0.673-0.711-1.14-0.547l-4.548,1.598l0.762,2.17l5.392-1.895
+ L896.15,439.085z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M896.15,439.085c-0.162-0.466-0.673-0.711-1.14-0.547l-4.548,1.598l0.762,2.17l5.392-1.895
+ L896.15,439.085z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M896.15,439.085c-0.162-0.466-0.673-0.711-1.14-0.547l-4.548,1.598l0.762,2.17l5.392-1.895
+ L896.15,439.085z"/>
+
+ <rect x="894.364" y="440.73" transform="matrix(-0.3309 -0.9437 0.9437 -0.3309 772.1244 1434.6663)" opacity="0.4" fill="#FFF8B9" width="0.679" height="5.714"/>
+
+ <rect x="894.364" y="440.73" transform="matrix(-0.3309 -0.9437 0.9437 -0.3309 772.1244 1434.6663)" opacity="0.4" fill="#FFF8B9" width="0.679" height="5.714"/>
+
+ <rect x="894.364" y="440.73" transform="matrix(-0.3309 -0.9437 0.9437 -0.3309 772.1244 1434.6663)" opacity="0.4" fill="#FFF8B9" width="0.679" height="5.714"/>
+
+ <rect x="894.364" y="440.73" transform="matrix(-0.3309 -0.9437 0.9437 -0.3309 772.1244 1434.6663)" opacity="0.4" fill="#FFF8B9" width="0.679" height="5.714"/>
+
+ <rect x="894.364" y="440.73" transform="matrix(-0.3309 -0.9437 0.9437 -0.3309 772.1244 1434.6663)" opacity="0.2" fill="#FFF6A3" width="0.679" height="5.714"/>
+
+ <rect x="894.364" y="440.73" transform="matrix(-0.3309 -0.9437 0.9437 -0.3309 772.1244 1434.6663)" opacity="0.4" fill="#FFF8B9" width="0.679" height="5.714"/>
+
+ <rect x="894.364" y="440.73" transform="matrix(-0.3309 -0.9437 0.9437 -0.3309 772.1244 1434.6663)" opacity="0.4" fill="#FFF8B9" width="0.679" height="5.714"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M912.375,502.475l-21.229,7.461l3.198,9.099l20.386-7.167
+ c0.465-0.164,0.67-0.791,0.455-1.399l-1.438-4.09L912.375,502.475z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M912.375,502.475l-21.229,7.461l3.198,9.099l20.386-7.167
+ c0.465-0.164,0.67-0.791,0.455-1.399l-1.438-4.09L912.375,502.475z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M894.019,480.441c-0.088,0.03-0.188-0.028-0.223-0.131l-5.83-16.578l-11.625,4.087
+ l14.805,42.116l21.229-7.461l-8.91-25.353L894.019,480.441z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M894.019,480.441c-0.088,0.03-0.188-0.028-0.223-0.131l-5.83-16.578l-11.625,4.087
+ l14.805,42.116l21.229-7.461l-8.91-25.353L894.019,480.441z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M894.019,480.441c-0.088,0.03-0.188-0.028-0.223-0.131l-5.83-16.578l-11.625,4.087
+ l14.805,42.116l21.229-7.461l-8.91-25.353L894.019,480.441z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M875.591,462.71c-0.108,0.036-0.213,0.023-0.232-0.032l-1.602-4.556l-0.733,0.26
+ l2.369,6.735l7.413-2.605l-0.731-2.082L875.591,462.71z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M875.591,462.71c-0.108,0.036-0.213,0.023-0.232-0.032l-1.602-4.556l-0.733,0.26
+ l2.369,6.735l7.413-2.605l-0.731-2.082L875.591,462.71z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M875.591,462.71c-0.108,0.036-0.213,0.023-0.232-0.032l-1.602-4.556l-0.733,0.26
+ l2.369,6.735l7.413-2.605l-0.731-2.082L875.591,462.71z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M871.28,453.42l-0.612-1.744l-2.694,0.948l0.224,0.64l1.853-0.651
+ C870.515,452.448,871.067,452.81,871.28,453.42z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M871.28,453.42l-0.612-1.744l-2.694,0.948l0.224,0.64l1.853-0.651
+ C870.515,452.448,871.067,452.81,871.28,453.42z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M871.28,453.42l-0.612-1.744l-2.694,0.948l0.224,0.64l1.853-0.651
+ C870.515,452.448,871.067,452.81,871.28,453.42z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M871.28,453.42l-0.612-1.744l-2.694,0.948l0.224,0.64l1.853-0.651
+ C870.515,452.448,871.067,452.81,871.28,453.42z"/>
+
+ <rect x="866.484" y="445.931" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -99.5385 313.4356)" opacity="0.4" fill="#FFF8B9" width="2.857" height="4.435"/>
+
+ <rect x="866.484" y="445.931" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -99.5385 313.4356)" opacity="0.4" fill="#FFF8B9" width="2.857" height="4.435"/>
+
+ <rect x="866.484" y="445.931" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -99.5385 313.4356)" opacity="0.5" fill="#D1E4B7" width="2.857" height="4.435"/>
+
+ <rect x="866.484" y="445.931" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -99.5385 313.4356)" opacity="0.4" fill="#FFF8B9" width="2.857" height="4.435"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M873.754,458.111c-0.285,0.062-0.57-0.021-0.776-0.207l-0.107,0.038l0.153,0.439
+ l0.733-0.26L873.754,458.111z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M873.754,458.111c-0.285,0.062-0.57-0.021-0.776-0.207l-0.107,0.038l0.153,0.439
+ l0.733-0.26L873.754,458.111z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M873.754,458.111c-0.285,0.062-0.57-0.021-0.776-0.207l-0.107,0.038l0.153,0.439
+ l0.733-0.26L873.754,458.111z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M873.754,458.111c-0.285,0.062-0.57-0.021-0.776-0.207l-0.107,0.038l0.153,0.439
+ l0.733-0.26L873.754,458.111z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M853.836,403.794l-1.854,0.652c-0.465,0.164-0.668,0.791-0.453,1.4l13.352,37.982
+ l2.695-0.948L853.836,403.794z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M853.836,403.794l-1.854,0.652c-0.465,0.164-0.668,0.791-0.453,1.4l13.352,37.982
+ l2.695-0.948L853.836,403.794z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M853.836,403.794l-1.854,0.652c-0.465,0.164-0.668,0.791-0.453,1.4l13.352,37.982
+ l2.695-0.948L853.836,403.794z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M853.836,403.794l-1.854,0.652c-0.465,0.164-0.668,0.791-0.453,1.4l13.352,37.982
+ l2.695-0.948L853.836,403.794z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="871.401,451.419 870.667,451.676 871.28,453.42 872.231,456.125 872.965,455.866
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="871.401,451.419 870.667,451.676 871.28,453.42 872.231,456.125 872.965,455.866
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="871.401,451.419 870.667,451.676 871.28,453.42 872.231,456.125 872.965,455.866
+ "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="871.401,451.419 870.667,451.676 871.28,453.42 872.231,456.125 872.965,455.866
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="871.401,451.419 870.667,451.676 871.28,453.42 872.231,456.125 872.965,455.866
+ "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M877.41,447.161l-0.467-1.326c-0.162-0.465,0.082-0.977,0.547-1.139l3.37-1.185
+ l-0.707-2.016l-11.627,4.086l1.47,4.185L877.41,447.161z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M877.41,447.161l-0.467-1.326c-0.162-0.465,0.082-0.977,0.547-1.139l3.37-1.185
+ l-0.707-2.016l-11.627,4.086l1.47,4.185L877.41,447.161z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M877.41,447.161l-0.467-1.326c-0.162-0.465,0.082-0.977,0.547-1.139l3.37-1.185
+ l-0.707-2.016l-11.627,4.086l1.47,4.185L877.41,447.161z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M877.41,447.161l-0.467-1.326c-0.162-0.465,0.082-0.977,0.547-1.139l3.37-1.185
+ l-0.707-2.016l-11.627,4.086l1.47,4.185L877.41,447.161z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M877.41,447.161l-0.467-1.326c-0.162-0.465,0.082-0.977,0.547-1.139l3.37-1.185
+ l-0.707-2.016l-11.627,4.086l1.47,4.185L877.41,447.161z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M872.978,457.904c0.206,0.186,0.491,0.269,0.776,0.207l-0.151-0.427L872.978,457.904z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M872.978,457.904c0.206,0.186,0.491,0.269,0.776,0.207l-0.151-0.427L872.978,457.904z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M872.978,457.904c0.206,0.186,0.491,0.269,0.776,0.207l-0.151-0.427L872.978,457.904z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M872.978,457.904c0.206,0.186,0.491,0.269,0.776,0.207l-0.151-0.427L872.978,457.904z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M872.978,457.904c0.206,0.186,0.491,0.269,0.776,0.207l-0.151-0.427L872.978,457.904z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M879.201,438.794l-3.02-8.591c-0.162-0.466,0.08-0.976,0.545-1.139l4.55-1.599
+ l-0.312-0.887c-0.061-0.17,0.055-0.363,0.255-0.434l3.849-1.354l-9.615-27.354c-0.214-0.609-0.766-0.971-1.23-0.809
+ l-20.386,7.166l13.739,39.087L879.201,438.794z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M879.201,438.794l-3.02-8.591c-0.162-0.466,0.08-0.976,0.545-1.139l4.55-1.599
+ l-0.312-0.887c-0.061-0.17,0.055-0.363,0.255-0.434l3.849-1.354l-9.615-27.354c-0.214-0.609-0.766-0.971-1.23-0.809
+ l-20.386,7.166l13.739,39.087L879.201,438.794z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M879.201,438.794l-3.02-8.591c-0.162-0.466,0.08-0.976,0.545-1.139l4.55-1.599
+ l-0.312-0.887c-0.061-0.17,0.055-0.363,0.255-0.434l3.849-1.354l-9.615-27.354c-0.214-0.609-0.766-0.971-1.23-0.809
+ l-20.386,7.166l13.739,39.087L879.201,438.794z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M879.201,438.794l-3.02-8.591c-0.162-0.466,0.08-0.976,0.545-1.139l4.55-1.599
+ l-0.312-0.887c-0.061-0.17,0.055-0.363,0.255-0.434l3.849-1.354l-9.615-27.354c-0.214-0.609-0.766-0.971-1.23-0.809
+ l-20.386,7.166l13.739,39.087L879.201,438.794z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M879.201,438.794l-3.02-8.591c-0.162-0.466,0.08-0.976,0.545-1.139l4.55-1.599
+ l-0.312-0.887c-0.061-0.17,0.055-0.363,0.255-0.434l3.849-1.354l-9.615-27.354c-0.214-0.609-0.766-0.971-1.23-0.809
+ l-20.386,7.166l13.739,39.087L879.201,438.794z"/>
+
+ <rect x="882.314" y="459.628" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -102.713 319.2587)" opacity="0.4" fill="#FFF8B9" width="4.463" height="2.207"/>
+
+ <rect x="882.314" y="459.628" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -102.713 319.2587)" opacity="0.4" fill="#FFF8B9" width="4.463" height="2.207"/>
+
+ <rect x="882.314" y="459.628" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -102.713 319.2587)" opacity="0.4" fill="#FFF8B9" width="4.463" height="2.207"/>
+
+ <rect x="882.314" y="459.628" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -102.713 319.2587)" opacity="0.4" fill="#FFF8B9" width="4.463" height="2.207"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M880.86,443.512l-3.37,1.185c-0.465,0.162-0.709,0.674-0.547,1.139l0.467,1.326l4.213-1.48
+ L880.86,443.512z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M880.86,443.512l-3.37,1.185c-0.465,0.162-0.709,0.674-0.547,1.139l0.467,1.326l4.213-1.48
+ L880.86,443.512z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M880.86,443.512l-3.37,1.185c-0.465,0.162-0.709,0.674-0.547,1.139l0.467,1.326l4.213-1.48
+ L880.86,443.512z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M880.86,443.512l-3.37,1.185c-0.465,0.162-0.709,0.674-0.547,1.139l0.467,1.326l4.213-1.48
+ L880.86,443.512z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M880.86,443.512l-3.37,1.185c-0.465,0.162-0.709,0.674-0.547,1.139l0.467,1.326l4.213-1.48
+ L880.86,443.512z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M880.86,443.512l-3.37,1.185c-0.465,0.162-0.709,0.674-0.547,1.139l0.467,1.326l4.213-1.48
+ L880.86,443.512z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M888.451,510.883l2.811,7.994c0.214,0.609,0.764,0.973,1.229,0.808l1.854-0.65
+ l-3.198-9.099L888.451,510.883z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M888.451,510.883l2.811,7.994c0.214,0.609,0.764,0.973,1.229,0.808l1.854-0.65
+ l-3.198-9.099L888.451,510.883z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M888.451,510.883l2.811,7.994c0.214,0.609,0.764,0.973,1.229,0.808l1.854-0.65
+ l-3.198-9.099L888.451,510.883z"/>
+
+ <rect x="880.967" y="467.03" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -112.3917 320.5772)" opacity="0.4" fill="#FFF8B9" width="2.857" height="44.642"/>
+
+ <rect x="880.967" y="467.03" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -112.3917 320.5772)" opacity="0.4" fill="#FFF8B9" width="2.857" height="44.642"/>
+
+ <rect x="880.967" y="467.03" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -112.3917 320.5772)" opacity="0.4" fill="#FFF8B9" width="2.857" height="44.642"/>
+
+ <rect x="880.967" y="467.03" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -112.3917 320.5772)" opacity="0.4" fill="#FFF8B9" width="2.857" height="44.642"/>
+
+ <rect x="871.433" y="458.653" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -103.8983 315.671)" opacity="0.4" fill="#FFF8B9" width="2.856" height="7.139"/>
+
+ <rect x="871.433" y="458.653" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -103.8983 315.671)" opacity="0.4" fill="#FFF8B9" width="2.856" height="7.139"/>
+
+ <rect x="871.433" y="458.653" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -103.8983 315.671)" opacity="0.4" fill="#FFF8B9" width="2.856" height="7.139"/>
+
+ <rect x="871.433" y="458.653" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -103.8983 315.671)" opacity="0.4" fill="#FFF8B9" width="2.856" height="7.139"/>
+
+ <rect x="870.172" y="458.403" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -102.7637 314.9393)" opacity="0.4" fill="#FFF8B9" width="2.857" height="0.466"/>
+
+ <rect x="870.172" y="458.403" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -102.7637 314.9393)" opacity="0.4" fill="#FFF8B9" width="2.857" height="0.466"/>
+
+ <rect x="870.172" y="458.403" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -102.7637 314.9393)" opacity="0.5" fill="#D1E4B7" width="2.857" height="0.466"/>
+
+ <rect x="870.172" y="458.403" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -102.7637 314.9393)" opacity="0.4" fill="#FFF8B9" width="2.857" height="0.466"/>
+
+ <rect x="870.172" y="458.403" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -102.7637 314.9393)" opacity="0.4" fill="#FFF8B9" width="2.857" height="0.466"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M871.28,453.42c-0.213-0.61-0.765-0.972-1.23-0.808l-1.853,0.651l1.339,3.808l2.695-0.946
+ L871.28,453.42z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M871.28,453.42c-0.213-0.61-0.765-0.972-1.23-0.808l-1.853,0.651l1.339,3.808l2.695-0.946
+ L871.28,453.42z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M871.28,453.42c-0.213-0.61-0.765-0.972-1.23-0.808l-1.853,0.651l1.339,3.808l2.695-0.946
+ L871.28,453.42z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M871.28,453.42c-0.213-0.61-0.765-0.972-1.23-0.808l-1.853,0.651l1.339,3.808l2.695-0.946
+ L871.28,453.42z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M871.28,453.42c-0.213-0.61-0.765-0.972-1.23-0.808l-1.853,0.651l1.339,3.808l2.695-0.946
+ L871.28,453.42z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M880.964,426.579l0.312,0.887l4.211-1.48l-0.419-1.194l-3.849,1.354
+ C881.019,426.216,880.904,426.409,880.964,426.579z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M880.964,426.579l0.312,0.887l4.211-1.48l-0.419-1.194l-3.849,1.354
+ C881.019,426.216,880.904,426.409,880.964,426.579z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M880.964,426.579l0.312,0.887l4.211-1.48l-0.419-1.194l-3.849,1.354
+ C881.019,426.216,880.904,426.409,880.964,426.579z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M880.964,426.579l0.312,0.887l4.211-1.48l-0.419-1.194l-3.849,1.354
+ C881.019,426.216,880.904,426.409,880.964,426.579z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M880.964,426.579l0.312,0.887l4.211-1.48l-0.419-1.194l-3.849,1.354
+ C881.019,426.216,880.904,426.409,880.964,426.579z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M880.964,426.579l0.312,0.887l4.211-1.48l-0.419-1.194l-3.849,1.354
+ C881.019,426.216,880.904,426.409,880.964,426.579z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="890.042,452.399 890.67,454.19 894.882,452.709 894.252,450.919 893.412,451.216
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="890.042,452.399 890.67,454.19 894.882,452.709 894.252,450.919 893.412,451.216
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="890.042,452.399 890.67,454.19 894.882,452.709 894.252,450.919 893.412,451.216
+ "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="890.042,452.399 890.67,454.19 894.882,452.709 894.252,450.919 893.412,451.216
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="890.042,452.399 890.67,454.19 894.882,452.709 894.252,450.919 893.412,451.216
+ "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M893.992,450.518c-0.053,0.31-0.264,0.585-0.58,0.698l0.841-0.297l-0.152-0.439
+ L893.992,450.518z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M893.992,450.518c-0.053,0.31-0.264,0.585-0.58,0.698l0.841-0.297l-0.152-0.439
+ L893.992,450.518z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M893.992,450.518c-0.053,0.31-0.264,0.585-0.58,0.698l0.841-0.297l-0.152-0.439
+ L893.992,450.518z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M893.992,450.518c-0.053,0.31-0.264,0.585-0.58,0.698l0.841-0.297l-0.152-0.439
+ L893.992,450.518z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M893.992,450.518c-0.053,0.31-0.264,0.585-0.58,0.698l0.841-0.297l-0.152-0.439
+ L893.992,450.518z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M893.992,450.518c-0.053,0.31-0.264,0.585-0.58,0.698l0.841-0.297l-0.152-0.439
+ L893.992,450.518z"/>
+
+ <rect x="888.477" y="445.628" transform="matrix(0.9436 -0.3311 0.3311 0.9436 -98.0035 320.0338)" opacity="0.4" fill="#FFF8B9" width="3.572" height="4.038"/>
+
+ <rect x="888.477" y="445.628" transform="matrix(0.9436 -0.3311 0.3311 0.9436 -98.0035 320.0338)" opacity="0.4" fill="#FFF8B9" width="3.572" height="4.038"/>
+
+ <rect x="888.477" y="445.628" transform="matrix(0.9436 -0.3311 0.3311 0.9436 -98.0035 320.0338)" opacity="0.4" fill="#FFF8B9" width="3.572" height="4.038"/>
+
+ <rect x="888.477" y="445.628" transform="matrix(0.9436 -0.3311 0.3311 0.9436 -98.0035 320.0338)" opacity="0.5" fill="#D1E4B7" width="3.572" height="4.038"/>
+
+ <rect x="888.477" y="445.628" transform="matrix(0.9436 -0.3311 0.3311 0.9436 -98.0035 320.0338)" opacity="0.4" fill="#FFF8B9" width="3.572" height="4.038"/>
+
+ <rect x="888.477" y="445.628" transform="matrix(0.9436 -0.3311 0.3311 0.9436 -98.0035 320.0338)" opacity="0.2" fill="#FFF6A3" width="3.572" height="4.038"/>
+
+ <rect x="888.477" y="445.628" transform="matrix(0.9436 -0.3311 0.3311 0.9436 -98.0035 320.0338)" opacity="0.4" fill="#FFF8B9" width="3.572" height="4.038"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M893.992,450.518l-4.104,1.443l0.154,0.438l3.37-1.184
+ C893.728,451.103,893.939,450.827,893.992,450.518z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M893.992,450.518l-4.104,1.443l0.154,0.438l3.37-1.184
+ C893.728,451.103,893.939,450.827,893.992,450.518z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M893.992,450.518l-4.104,1.443l0.154,0.438l3.37-1.184
+ C893.728,451.103,893.939,450.827,893.992,450.518z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M893.992,450.518l-4.104,1.443l0.154,0.438l3.37-1.184
+ C893.728,451.103,893.939,450.827,893.992,450.518z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M893.992,450.518l-4.104,1.443l0.154,0.438l3.37-1.184
+ C893.728,451.103,893.939,450.827,893.992,450.518z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M893.992,450.518l-4.104,1.443l0.154,0.438l3.37-1.184
+ C893.728,451.103,893.939,450.827,893.992,450.518z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M893.992,450.518l-4.104,1.443l0.154,0.438l3.37-1.184
+ C893.728,451.103,893.939,450.827,893.992,450.518z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M895.323,466.269c-0.198,0.07-0.41-0.01-0.47-0.178l-1.495-4.254l-5.392,1.896l5.83,16.578
+ c0.035,0.103,0.135,0.161,0.223,0.131l9.445-3.319l-4.29-12.207L895.323,466.269z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M895.323,466.269c-0.198,0.07-0.41-0.01-0.47-0.178l-1.495-4.254l-5.392,1.896l5.83,16.578
+ c0.035,0.103,0.135,0.161,0.223,0.131l9.445-3.319l-4.29-12.207L895.323,466.269z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M895.323,466.269c-0.198,0.07-0.41-0.01-0.47-0.178l-1.495-4.254l-5.392,1.896l5.83,16.578
+ c0.035,0.103,0.135,0.161,0.223,0.131l9.445-3.319l-4.29-12.207L895.323,466.269z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M895.323,466.269c-0.198,0.07-0.41-0.01-0.47-0.178l-1.495-4.254l-5.392,1.896l5.83,16.578
+ c0.035,0.103,0.135,0.161,0.223,0.131l9.445-3.319l-4.29-12.207L895.323,466.269z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M891.48,457.124l-5.194,1.826l0.732,2.08l5.392-1.895l-0.768-2.182
+ C891.662,457.011,891.59,457.086,891.48,457.124z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M891.48,457.124l-5.194,1.826l0.732,2.08l5.392-1.895l-0.768-2.182
+ C891.662,457.011,891.59,457.086,891.48,457.124z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M891.48,457.124l-5.194,1.826l0.732,2.08l5.392-1.895l-0.768-2.182
+ C891.662,457.011,891.59,457.086,891.48,457.124z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M891.48,457.124l-5.194,1.826l0.732,2.08l5.392-1.895l-0.768-2.182
+ C891.662,457.011,891.59,457.086,891.48,457.124z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M891.48,457.124l-5.194,1.826l0.732,2.08l5.392-1.895l-0.768-2.182
+ C891.662,457.011,891.59,457.086,891.48,457.124z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M893.358,461.837l1.495,4.254c0.06,0.168,0.271,0.248,0.47,0.178l3.852-1.354l-0.372-1.052
+ l-1.231-3.507L893.358,461.837z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M893.358,461.837l1.495,4.254c0.06,0.168,0.271,0.248,0.47,0.178l3.852-1.354l-0.372-1.052
+ l-1.231-3.507L893.358,461.837z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M893.358,461.837l1.495,4.254c0.06,0.168,0.271,0.248,0.47,0.178l3.852-1.354l-0.372-1.052
+ l-1.231-3.507L893.358,461.837z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M893.358,461.837l1.495,4.254c0.06,0.168,0.271,0.248,0.47,0.178l3.852-1.354l-0.372-1.052
+ l-1.231-3.507L893.358,461.837z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M893.358,461.837l1.495,4.254c0.06,0.168,0.271,0.248,0.47,0.178l3.852-1.354l-0.372-1.052
+ l-1.231-3.507L893.358,461.837z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="894.882,452.709 890.67,454.19 891.642,456.954 892.41,459.136 896.623,457.654
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="894.882,452.709 890.67,454.19 891.642,456.954 892.41,459.136 896.623,457.654
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="894.882,452.709 890.67,454.19 891.642,456.954 892.41,459.136 896.623,457.654
+ "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="894.882,452.709 890.67,454.19 891.642,456.954 892.41,459.136 896.623,457.654
+ "/>
+ <polygon opacity="0.4" fill="#FFF6A3" points="894.882,452.709 890.67,454.19 891.642,456.954 892.41,459.136 896.623,457.654
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="894.882,452.709 890.67,454.19 891.642,456.954 892.41,459.136 896.623,457.654
+ "/>
+
+ <rect x="880.345" y="440.489" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -96.4515 317.8753)" opacity="0.4" fill="#FFF8B9" width="5.713" height="2.136"/>
+
+ <rect x="880.345" y="440.489" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -96.4515 317.8753)" opacity="0.4" fill="#FFF8B9" width="5.713" height="2.136"/>
+
+ <rect x="880.345" y="440.489" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -96.4515 317.8753)" opacity="0.4" fill="#FFF8B9" width="5.713" height="2.136"/>
+
+ <rect x="880.345" y="440.489" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -96.4515 317.8753)" opacity="0.5" fill="#D1E4B7" width="5.713" height="2.136"/>
+
+ <rect x="880.345" y="440.489" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -96.4515 317.8753)" opacity="0.4" fill="#FFF8B9" width="5.713" height="2.136"/>
+
+ <rect x="880.345" y="440.489" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -96.4515 317.8753)" opacity="0.4" fill="#FFF8B9" width="5.713" height="2.136"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M881.276,427.466l-4.55,1.599c-0.465,0.163-0.707,0.673-0.545,1.139l3.02,8.591
+ l5.392-1.895L881.276,427.466z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M881.276,427.466l-4.55,1.599c-0.465,0.163-0.707,0.673-0.545,1.139l3.02,8.591
+ l5.392-1.895L881.276,427.466z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M881.276,427.466l-4.55,1.599c-0.465,0.163-0.707,0.673-0.545,1.139l3.02,8.591
+ l5.392-1.895L881.276,427.466z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M881.276,427.466l-4.55,1.599c-0.465,0.163-0.707,0.673-0.545,1.139l3.02,8.591
+ l5.392-1.895L881.276,427.466z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M881.276,427.466l-4.55,1.599c-0.465,0.163-0.707,0.673-0.545,1.139l3.02,8.591
+ l5.392-1.895L881.276,427.466z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M881.276,427.466l-4.55,1.599c-0.465,0.163-0.707,0.673-0.545,1.139l3.02,8.591
+ l5.392-1.895L881.276,427.466z"/>
+
+ <rect x="882.787" y="440.791" transform="matrix(0.3322 0.9432 -0.9432 0.3322 1008.7016 -537.4744)" opacity="0.4" fill="#FFF8B9" width="2.299" height="5.713"/>
+
+ <rect x="882.787" y="440.791" transform="matrix(0.3322 0.9432 -0.9432 0.3322 1008.7016 -537.4744)" opacity="0.4" fill="#FFF8B9" width="2.299" height="5.713"/>
+
+ <rect x="882.787" y="440.791" transform="matrix(0.3322 0.9432 -0.9432 0.3322 1008.7016 -537.4744)" opacity="0.4" fill="#FFF8B9" width="2.299" height="5.713"/>
+
+ <rect x="882.787" y="440.791" transform="matrix(0.3322 0.9432 -0.9432 0.3322 1008.7016 -537.4744)" opacity="0.5" fill="#D1E4B7" width="2.299" height="5.713"/>
+
+ <rect x="882.787" y="440.791" transform="matrix(0.3322 0.9432 -0.9432 0.3322 1008.7016 -537.4744)" opacity="0.4" fill="#FFF8B9" width="2.299" height="5.713"/>
+
+ <rect x="882.787" y="440.791" transform="matrix(0.3322 0.9432 -0.9432 0.3322 1008.7016 -537.4744)" opacity="0.4" fill="#FFF8B9" width="2.299" height="5.713"/>
+
+ <rect x="882.787" y="440.791" transform="matrix(0.3322 0.9432 -0.9432 0.3322 1008.7016 -537.4744)" opacity="0.4" fill="#FFF8B9" width="2.299" height="5.713"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M887.962,435.715l-1.125-3.2c-0.166-0.465,0.08-0.975,0.545-1.139l-1.896-5.391
+ l-4.211,1.48l3.316,9.434L887.962,435.715z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M887.962,435.715l-1.125-3.2c-0.166-0.465,0.08-0.975,0.545-1.139l-1.896-5.391
+ l-4.211,1.48l3.316,9.434L887.962,435.715z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M887.962,435.715l-1.125-3.2c-0.166-0.465,0.08-0.975,0.545-1.139l-1.896-5.391
+ l-4.211,1.48l3.316,9.434L887.962,435.715z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M887.962,435.715l-1.125-3.2c-0.166-0.465,0.08-0.975,0.545-1.139l-1.896-5.391
+ l-4.211,1.48l3.316,9.434L887.962,435.715z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M887.962,435.715l-1.125-3.2c-0.166-0.465,0.08-0.975,0.545-1.139l-1.896-5.391
+ l-4.211,1.48l3.316,9.434L887.962,435.715z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M887.962,435.715l-1.125-3.2c-0.166-0.465,0.08-0.975,0.545-1.139l-1.896-5.391
+ l-4.211,1.48l3.316,9.434L887.962,435.715z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M887.962,435.715l-1.125-3.2c-0.166-0.465,0.08-0.975,0.545-1.139l-1.896-5.391
+ l-4.211,1.48l3.316,9.434L887.962,435.715z"/>
+
+ <rect x="886.514" y="438.232" transform="matrix(0.3327 0.943 -0.943 0.3327 1007.2826 -543.3893)" opacity="0.4" fill="#FFF8B9" width="2.134" height="3.57"/>
+
+ <rect x="886.514" y="438.232" transform="matrix(0.3327 0.943 -0.943 0.3327 1007.2826 -543.3893)" opacity="0.4" fill="#FFF8B9" width="2.134" height="3.57"/>
+
+ <rect x="886.514" y="438.232" transform="matrix(0.3327 0.943 -0.943 0.3327 1007.2826 -543.3893)" opacity="0.4" fill="#FFF8B9" width="2.134" height="3.57"/>
+
+ <rect x="886.514" y="438.232" transform="matrix(0.3327 0.943 -0.943 0.3327 1007.2826 -543.3893)" opacity="0.5" fill="#D1E4B7" width="2.134" height="3.57"/>
+
+ <rect x="886.514" y="438.232" transform="matrix(0.3327 0.943 -0.943 0.3327 1007.2826 -543.3893)" opacity="0.2" fill="#FFF6A3" width="2.134" height="3.57"/>
+
+ <rect x="886.514" y="438.232" transform="matrix(0.3327 0.943 -0.943 0.3327 1007.2826 -543.3893)" opacity="0.4" fill="#FFF8B9" width="2.134" height="3.57"/>
+
+ <rect x="886.514" y="438.232" transform="matrix(0.3327 0.943 -0.943 0.3327 1007.2826 -543.3893)" opacity="0.4" fill="#FFF8B9" width="2.134" height="3.57"/>
+
+ <rect x="889.142" y="443.636" transform="matrix(0.3309 0.9437 -0.9437 0.3309 1015.5203 -541.3357)" opacity="0.4" fill="#FFF8B9" width="0.679" height="3.573"/>
+
+ <rect x="889.142" y="443.636" transform="matrix(0.3309 0.9437 -0.9437 0.3309 1015.5203 -541.3357)" opacity="0.4" fill="#FFF8B9" width="0.679" height="3.573"/>
+
+ <rect x="889.142" y="443.636" transform="matrix(0.3309 0.9437 -0.9437 0.3309 1015.5203 -541.3357)" opacity="0.4" fill="#FFF8B9" width="0.679" height="3.573"/>
+
+ <rect x="889.142" y="443.636" transform="matrix(0.3309 0.9437 -0.9437 0.3309 1015.5203 -541.3357)" opacity="0.5" fill="#D1E4B7" width="0.679" height="3.573"/>
+
+ <rect x="889.142" y="443.636" transform="matrix(0.3309 0.9437 -0.9437 0.3309 1015.5203 -541.3357)" opacity="0.4" fill="#FFF8B9" width="0.679" height="3.573"/>
+
+ <rect x="889.142" y="443.636" transform="matrix(0.3309 0.9437 -0.9437 0.3309 1015.5203 -541.3357)" opacity="0.2" fill="#FFF6A3" width="0.679" height="3.573"/>
+
+ <rect x="889.142" y="443.636" transform="matrix(0.3309 0.9437 -0.9437 0.3309 1015.5203 -541.3357)" opacity="0.4" fill="#FFF8B9" width="0.679" height="3.573"/>
+
+ <rect x="889.142" y="443.636" transform="matrix(0.3309 0.9437 -0.9437 0.3309 1015.5203 -541.3357)" opacity="0.4" fill="#FFF8B9" width="0.679" height="3.573"/>
+
+ <rect x="886.53" y="440.959" transform="matrix(0.9434 -0.3315 0.3315 0.9434 -96.3315 319.4956)" opacity="0.4" fill="#FFF8B9" width="3.573" height="2.299"/>
+
+ <rect x="886.53" y="440.959" transform="matrix(0.9434 -0.3315 0.3315 0.9434 -96.3315 319.4956)" opacity="0.4" fill="#FFF8B9" width="3.573" height="2.299"/>
+
+ <rect x="886.53" y="440.959" transform="matrix(0.9434 -0.3315 0.3315 0.9434 -96.3315 319.4956)" opacity="0.4" fill="#FFF8B9" width="3.573" height="2.299"/>
+
+ <rect x="886.53" y="440.959" transform="matrix(0.9434 -0.3315 0.3315 0.9434 -96.3315 319.4956)" opacity="0.5" fill="#D1E4B7" width="3.573" height="2.299"/>
+
+ <rect x="886.53" y="440.959" transform="matrix(0.9434 -0.3315 0.3315 0.9434 -96.3315 319.4956)" opacity="0.4" fill="#FFF8B9" width="3.573" height="2.299"/>
+
+ <rect x="886.53" y="440.959" transform="matrix(0.9434 -0.3315 0.3315 0.9434 -96.3315 319.4956)" opacity="0.2" fill="#FFF6A3" width="3.573" height="2.299"/>
+
+ <rect x="886.53" y="440.959" transform="matrix(0.9434 -0.3315 0.3315 0.9434 -96.3315 319.4956)" opacity="0.4" fill="#FFF8B9" width="3.573" height="2.299"/>
+
+ <rect x="886.53" y="440.959" transform="matrix(0.9434 -0.3315 0.3315 0.9434 -96.3315 319.4956)" opacity="0.4" fill="#FFF8B9" width="3.573" height="2.299"/>
+
+ <rect x="891.923" y="444.889" transform="matrix(-0.9429 0.3329 -0.3329 -0.9429 1882.6193 571.2168)" opacity="0.4" fill="#FFF8B9" width="0.892" height="4.036"/>
+
+ <rect x="891.923" y="444.889" transform="matrix(-0.9429 0.3329 -0.3329 -0.9429 1882.6193 571.2168)" opacity="0.4" fill="#FFF8B9" width="0.892" height="4.036"/>
+
+ <rect x="891.923" y="444.889" transform="matrix(-0.9429 0.3329 -0.3329 -0.9429 1882.6193 571.2168)" opacity="0.4" fill="#FFF8B9" width="0.892" height="4.036"/>
+
+ <rect x="891.923" y="444.889" transform="matrix(-0.9429 0.3329 -0.3329 -0.9429 1882.6193 571.2168)" opacity="0.5" fill="#D1E4B7" width="0.892" height="4.036"/>
+
+ <rect x="891.923" y="444.889" transform="matrix(-0.9429 0.3329 -0.3329 -0.9429 1882.6193 571.2168)" opacity="0.4" fill="#FFF8B9" width="0.892" height="4.036"/>
+
+ <rect x="891.923" y="444.889" transform="matrix(-0.9429 0.3329 -0.3329 -0.9429 1882.6193 571.2168)" opacity="0.2" fill="#FFF6A3" width="0.892" height="4.036"/>
+
+ <rect x="891.923" y="444.889" transform="matrix(-0.9429 0.3329 -0.3329 -0.9429 1882.6193 571.2168)" opacity="0.4" fill="#FFF8B9" width="0.892" height="4.036"/>
+
+ <rect x="891.923" y="444.889" transform="matrix(-0.9429 0.3329 -0.3329 -0.9429 1882.6193 571.2168)" opacity="0.4" fill="#FFF8B9" width="0.892" height="4.036"/>
+
+ <rect x="889.24" y="438.21" transform="matrix(0.9432 -0.3322 0.3322 0.9432 -95.4077 320.5515)" opacity="0.4" fill="#FFF8B9" width="0.894" height="2.134"/>
+
+ <rect x="889.24" y="438.21" transform="matrix(0.9432 -0.3322 0.3322 0.9432 -95.4077 320.5515)" opacity="0.4" fill="#FFF8B9" width="0.894" height="2.134"/>
+
+ <rect x="889.24" y="438.21" transform="matrix(0.9432 -0.3322 0.3322 0.9432 -95.4077 320.5515)" opacity="0.4" fill="#FFF8B9" width="0.894" height="2.134"/>
+
+ <rect x="889.24" y="438.21" transform="matrix(0.9432 -0.3322 0.3322 0.9432 -95.4077 320.5515)" opacity="0.5" fill="#D1E4B7" width="0.894" height="2.134"/>
+
+ <rect x="889.24" y="438.21" transform="matrix(0.9432 -0.3322 0.3322 0.9432 -95.4077 320.5515)" opacity="0.2" fill="#FFF6A3" width="0.894" height="2.134"/>
+
+ <rect x="889.24" y="438.21" transform="matrix(0.9432 -0.3322 0.3322 0.9432 -95.4077 320.5515)" opacity="0.4" fill="#FFF8B9" width="0.894" height="2.134"/>
+
+ <rect x="889.24" y="438.21" transform="matrix(0.9432 -0.3322 0.3322 0.9432 -95.4077 320.5515)" opacity="0.4" fill="#FFF8B9" width="0.894" height="2.134"/>
+
+ <rect x="889.24" y="438.21" transform="matrix(0.9432 -0.3322 0.3322 0.9432 -95.4077 320.5515)" opacity="0.4" fill="#FFF8B9" width="0.894" height="2.134"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M887.382,431.376c-0.465,0.164-0.711,0.674-0.545,1.139l1.125,3.2l0.843-0.296
+ L887.382,431.376z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M887.382,431.376c-0.465,0.164-0.711,0.674-0.545,1.139l1.125,3.2l0.843-0.296
+ L887.382,431.376z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M887.382,431.376c-0.465,0.164-0.711,0.674-0.545,1.139l1.125,3.2l0.843-0.296
+ L887.382,431.376z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M887.382,431.376c-0.465,0.164-0.711,0.674-0.545,1.139l1.125,3.2l0.843-0.296
+ L887.382,431.376z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M887.382,431.376c-0.465,0.164-0.711,0.674-0.545,1.139l1.125,3.2l0.843-0.296
+ L887.382,431.376z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M887.382,431.376c-0.465,0.164-0.711,0.674-0.545,1.139l1.125,3.2l0.843-0.296
+ L887.382,431.376z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M887.382,431.376c-0.465,0.164-0.711,0.674-0.545,1.139l1.125,3.2l0.843-0.296
+ L887.382,431.376z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M887.382,431.376c-0.465,0.164-0.711,0.674-0.545,1.139l1.125,3.2l0.843-0.296
+ L887.382,431.376z"/>
+
+ <rect x="889.273" y="440.923" transform="matrix(0.3312 0.9436 -0.9436 0.3312 1011.9513 -544.9827)" opacity="0.4" fill="#FFF8B9" width="2.3" height="0.892"/>
+
+ <rect x="889.273" y="440.923" transform="matrix(0.3312 0.9436 -0.9436 0.3312 1011.9513 -544.9827)" opacity="0.4" fill="#FFF8B9" width="2.3" height="0.892"/>
+
+ <rect x="889.273" y="440.923" transform="matrix(0.3312 0.9436 -0.9436 0.3312 1011.9513 -544.9827)" opacity="0.4" fill="#FFF8B9" width="2.3" height="0.892"/>
+
+ <rect x="889.273" y="440.923" transform="matrix(0.3312 0.9436 -0.9436 0.3312 1011.9513 -544.9827)" opacity="0.5" fill="#D1E4B7" width="2.3" height="0.892"/>
+
+ <rect x="889.273" y="440.923" transform="matrix(0.3312 0.9436 -0.9436 0.3312 1011.9513 -544.9827)" opacity="0.4" fill="#FFF8B9" width="2.3" height="0.892"/>
+
+ <rect x="889.273" y="440.923" transform="matrix(0.3312 0.9436 -0.9436 0.3312 1011.9513 -544.9827)" opacity="0.2" fill="#FFF6A3" width="2.3" height="0.892"/>
+
+ <rect x="889.273" y="440.923" transform="matrix(0.3312 0.9436 -0.9436 0.3312 1011.9513 -544.9827)" opacity="0.4" fill="#FFF8B9" width="2.3" height="0.892"/>
+
+ <rect x="889.273" y="440.923" transform="matrix(0.3312 0.9436 -0.9436 0.3312 1011.9513 -544.9827)" opacity="0.4" fill="#FFF8B9" width="2.3" height="0.892"/>
+
+ <rect x="889.273" y="440.923" transform="matrix(0.3312 0.9436 -0.9436 0.3312 1011.9513 -544.9827)" opacity="0.4" fill="#FFF8B9" width="2.3" height="0.892"/>
+
+ <rect x="891.248" y="444.236" transform="matrix(0.3309 0.9437 -0.9437 0.3309 1016.2313 -543.8188)" opacity="0.4" fill="#FFF8B9" width="0.679" height="0.892"/>
+
+ <rect x="891.248" y="444.236" transform="matrix(0.3309 0.9437 -0.9437 0.3309 1016.2313 -543.8188)" opacity="0.4" fill="#FFF8B9" width="0.679" height="0.892"/>
+
+ <rect x="891.248" y="444.236" transform="matrix(0.3309 0.9437 -0.9437 0.3309 1016.2313 -543.8188)" opacity="0.4" fill="#FFF8B9" width="0.679" height="0.892"/>
+
+ <rect x="891.248" y="444.236" transform="matrix(0.3309 0.9437 -0.9437 0.3309 1016.2313 -543.8188)" opacity="0.5" fill="#D1E4B7" width="0.679" height="0.892"/>
+
+ <rect x="891.248" y="444.236" transform="matrix(0.3309 0.9437 -0.9437 0.3309 1016.2313 -543.8188)" opacity="0.4" fill="#FFF8B9" width="0.679" height="0.892"/>
+
+ <rect x="891.248" y="444.236" transform="matrix(0.3309 0.9437 -0.9437 0.3309 1016.2313 -543.8188)" opacity="0.2" fill="#FFF6A3" width="0.679" height="0.892"/>
+
+ <rect x="891.248" y="444.236" transform="matrix(0.3309 0.9437 -0.9437 0.3309 1016.2313 -543.8188)" opacity="0.4" fill="#FFF8B9" width="0.679" height="0.892"/>
+
+ <rect x="891.248" y="444.236" transform="matrix(0.3309 0.9437 -0.9437 0.3309 1016.2313 -543.8188)" opacity="0.4" fill="#FFF8B9" width="0.679" height="0.892"/>
+
+ <rect x="891.248" y="444.236" transform="matrix(0.3309 0.9437 -0.9437 0.3309 1016.2313 -543.8188)" opacity="0.4" fill="#FFF8B9" width="0.679" height="0.892"/>
+
+ <rect x="904.84" y="414.806" transform="matrix(0.3316 0.9434 -0.9434 0.3316 1007.5962 -589.655)" opacity="0.4" fill="#FFF8B9" width="30.157" height="2.859"/>
+
+ <rect x="904.84" y="414.806" transform="matrix(0.3316 0.9434 -0.9434 0.3316 1007.5962 -589.655)" opacity="0.4" fill="#FFF8B9" width="30.157" height="2.859"/>
+
+ <rect x="904.84" y="414.806" transform="matrix(0.3316 0.9434 -0.9434 0.3316 1007.5962 -589.655)" opacity="0.4" fill="#FFF8B9" width="30.157" height="2.859"/>
+
+ <rect x="924.944" y="432.238" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 1944.4392 537.4492)" opacity="0.4" fill="#FFF8B9" width="2.857" height="4.714"/>
+
+ <rect x="924.944" y="432.238" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 1944.4392 537.4492)" opacity="0.4" fill="#FFF8B9" width="2.857" height="4.714"/>
+
+ <rect x="924.944" y="432.238" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 1944.4392 537.4492)" opacity="0.4" fill="#FFF8B9" width="2.857" height="4.714"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M886.547,386.995l-0.66-1.881c-0.698,0.162-1.395,0.336-2.089,0.52l0.728,2.073
+ L886.547,386.995z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M886.547,386.995l-0.66-1.881c-0.698,0.162-1.395,0.336-2.089,0.52l0.728,2.073
+ L886.547,386.995z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M886.547,386.995l-0.66-1.881c-0.698,0.162-1.395,0.336-2.089,0.52l0.728,2.073
+ L886.547,386.995z"/>
+
+ <rect x="918.14" y="433.886" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 1935.8896 542.0336)" opacity="0.4" fill="#FFF8B9" width="7.086" height="4.714"/>
+
+ <rect x="918.14" y="433.886" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 1935.8896 542.0336)" opacity="0.4" fill="#FFF8B9" width="7.086" height="4.714"/>
+
+ <rect x="918.14" y="433.886" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 1935.8896 542.0336)" opacity="0.4" fill="#FFF8B9" width="7.086" height="4.714"/>
+
+ <rect x="918.14" y="433.886" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 1935.8896 542.0336)" opacity="0.4" fill="#FFF8B9" width="7.086" height="4.714"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M910.839,416.077l6.048,17.207l6.686-2.35l-10.002-28.451l-18.362,6.455
+ c-0.468,0.164-0.977-0.08-1.139-0.547l-7.522-21.396l-2.021,0.712l11.661,33.175l14.183-4.984
+ C910.57,415.828,910.779,415.907,910.839,416.077z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M910.839,416.077l6.048,17.207l6.686-2.35l-10.002-28.451l-18.362,6.455
+ c-0.468,0.164-0.977-0.08-1.139-0.547l-7.522-21.396l-2.021,0.712l11.661,33.175l14.183-4.984
+ C910.57,415.828,910.779,415.907,910.839,416.077z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M910.839,416.077l6.048,17.207l6.686-2.35l-10.002-28.451l-18.362,6.455
+ c-0.468,0.164-0.977-0.08-1.139-0.547l-7.522-21.396l-2.021,0.712l11.661,33.175l14.183-4.984
+ C910.57,415.828,910.779,415.907,910.839,416.077z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M910.839,416.077l6.048,17.207l6.686-2.35l-10.002-28.451l-18.362,6.455
+ c-0.468,0.164-0.977-0.08-1.139-0.547l-7.522-21.396l-2.021,0.712l11.661,33.175l14.183-4.984
+ C910.57,415.828,910.779,415.907,910.839,416.077z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M928.967,446.285l2.563-0.899c0.023-0.204,0-0.424-0.077-0.644l-2.157-6.142l-2.695,0.947
+ L928.967,446.285z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M928.967,446.285l2.563-0.899c0.023-0.204,0-0.424-0.077-0.644l-2.157-6.142l-2.695,0.947
+ L928.967,446.285z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M928.967,446.285l2.563-0.899c0.023-0.204,0-0.424-0.077-0.644l-2.157-6.142l-2.695,0.947
+ L928.967,446.285z"/>
+
+ <rect x="920.899" y="440.521" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 1943.8555 556.3701)" opacity="0.4" fill="#FFF8B9" width="7.086" height="7.141"/>
+
+ <rect x="920.899" y="440.521" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 1943.8555 556.3701)" opacity="0.4" fill="#FFF8B9" width="7.086" height="7.141"/>
+
+ <rect x="920.899" y="440.521" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 1943.8555 556.3701)" opacity="0.5" fill="#D1E4B7" width="7.086" height="7.141"/>
+
+ <rect x="920.899" y="440.521" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 1943.8555 556.3701)" opacity="0.4" fill="#FFF8B9" width="7.086" height="7.141"/>
+
+ <rect x="927.64" y="437.427" transform="matrix(-0.3326 -0.9431 0.9431 -0.3326 822.611 1459.8647)" opacity="0.4" fill="#FFF8B9" width="0.464" height="2.857"/>
+
+ <rect x="927.64" y="437.427" transform="matrix(-0.3326 -0.9431 0.9431 -0.3326 822.611 1459.8647)" opacity="0.4" fill="#FFF8B9" width="0.464" height="2.857"/>
+
+ <rect x="927.64" y="437.427" transform="matrix(-0.3326 -0.9431 0.9431 -0.3326 822.611 1459.8647)" opacity="0.5" fill="#D1E4B7" width="0.464" height="2.857"/>
+
+ <rect x="927.64" y="437.427" transform="matrix(-0.3326 -0.9431 0.9431 -0.3326 822.611 1459.8647)" opacity="0.4" fill="#FFF8B9" width="0.464" height="2.857"/>
+
+ <rect x="919.639" y="440.272" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 1940.2162 549.8165)" opacity="0.4" fill="#FFF8B9" width="7.086" height="0.464"/>
+
+ <rect x="919.639" y="440.272" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 1940.2162 549.8165)" opacity="0.4" fill="#FFF8B9" width="7.086" height="0.464"/>
+
+ <rect x="919.639" y="440.272" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 1940.2162 549.8165)" opacity="0.4" fill="#FFF8B9" width="7.086" height="0.464"/>
+
+ <rect x="919.639" y="440.272" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 1940.2162 549.8165)" opacity="0.5" fill="#D1E4B7" width="7.086" height="0.464"/>
+
+ <rect x="919.639" y="440.272" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 1940.2162 549.8165)" opacity="0.4" fill="#FFF8B9" width="7.086" height="0.464"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M916.268,401.536l-6.337-18.025c-1.033-0.099-2.07-0.178-3.111-0.234l6.751,19.207
+ L916.268,401.536z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M916.268,401.536l-6.337-18.025c-1.033-0.099-2.07-0.178-3.111-0.234l6.751,19.207
+ L916.268,401.536z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M916.268,401.536l-6.337-18.025c-1.033-0.099-2.07-0.178-3.111-0.234l6.751,19.207
+ L916.268,401.536z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M916.268,401.536l-6.337-18.025c-1.033-0.099-2.07-0.178-3.111-0.234l6.751,19.207
+ L916.268,401.536z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M896.739,383.414c-3.612,0.294-7.239,0.858-10.852,1.7l0.66,1.881L896.739,383.414z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M896.739,383.414c-3.612,0.294-7.239,0.858-10.852,1.7l0.66,1.881L896.739,383.414z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M896.739,383.414c-3.612,0.294-7.239,0.858-10.852,1.7l0.66,1.881L896.739,383.414z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M896.739,383.414c-3.612,0.294-7.239,0.858-10.852,1.7l0.66,1.881L896.739,383.414z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M894.07,408.392c0.162,0.467,0.671,0.711,1.139,0.547l18.362-6.455l-6.751-19.207
+ c-3.335-0.181-6.703-0.139-10.081,0.138l-10.191,3.581L894.07,408.392z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M894.07,408.392c0.162,0.467,0.671,0.711,1.139,0.547l18.362-6.455l-6.751-19.207
+ c-3.335-0.181-6.703-0.139-10.081,0.138l-10.191,3.581L894.07,408.392z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M894.07,408.392c0.162,0.467,0.671,0.711,1.139,0.547l18.362-6.455l-6.751-19.207
+ c-3.335-0.181-6.703-0.139-10.081,0.138l-10.191,3.581L894.07,408.392z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M894.07,408.392c0.162,0.467,0.671,0.711,1.139,0.547l18.362-6.455l-6.751-19.207
+ c-3.335-0.181-6.703-0.139-10.081,0.138l-10.191,3.581L894.07,408.392z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M894.07,408.392c0.162,0.467,0.671,0.711,1.139,0.547l18.362-6.455l-6.751-19.207
+ c-3.335-0.181-6.703-0.139-10.081,0.138l-10.191,3.581L894.07,408.392z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M904.904,425.218c0.467-0.165,0.976,0.08,1.14,0.545l3.546,10.088l7.298-2.566
+ l-6.048-17.207c-0.061-0.17-0.27-0.249-0.47-0.18l-14.183,4.984l2.314,6.586L904.904,425.218z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M904.904,425.218c0.467-0.165,0.976,0.08,1.14,0.545l3.546,10.088l7.298-2.566
+ l-6.048-17.207c-0.061-0.17-0.27-0.249-0.47-0.18l-14.183,4.984l2.314,6.586L904.904,425.218z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M904.904,425.218c0.467-0.165,0.976,0.08,1.14,0.545l3.546,10.088l7.298-2.566
+ l-6.048-17.207c-0.061-0.17-0.27-0.249-0.47-0.18l-14.183,4.984l2.314,6.586L904.904,425.218z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M904.904,425.218c0.467-0.165,0.976,0.08,1.14,0.545l3.546,10.088l7.298-2.566
+ l-6.048-17.207c-0.061-0.17-0.27-0.249-0.47-0.18l-14.183,4.984l2.314,6.586L904.904,425.218z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M904.904,425.218c0.467-0.165,0.976,0.08,1.14,0.545l3.546,10.088l7.298-2.566
+ l-6.048-17.207c-0.061-0.17-0.27-0.249-0.47-0.18l-14.183,4.984l2.314,6.586L904.904,425.218z"/>
+
+ <rect x="912.334" y="434.832" transform="matrix(0.3313 0.9435 -0.9435 0.3313 1025.53 -569.6814)" opacity="0.4" fill="#FFF8B9" width="4.716" height="7.737"/>
+
+ <rect x="912.334" y="434.832" transform="matrix(0.3313 0.9435 -0.9435 0.3313 1025.53 -569.6814)" opacity="0.4" fill="#FFF8B9" width="4.716" height="7.737"/>
+
+ <rect x="912.334" y="434.832" transform="matrix(0.3313 0.9435 -0.9435 0.3313 1025.53 -569.6814)" opacity="0.4" fill="#FFF8B9" width="4.716" height="7.737"/>
+
+ <rect x="912.334" y="434.832" transform="matrix(0.3313 0.9435 -0.9435 0.3313 1025.53 -569.6814)" opacity="0.2" fill="#FFF6A3" width="4.716" height="7.737"/>
+
+ <rect x="912.334" y="434.832" transform="matrix(0.3313 0.9435 -0.9435 0.3313 1025.53 -569.6814)" opacity="0.4" fill="#FFF8B9" width="4.716" height="7.737"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M907.531,453.151c0.077,0.219,0.198,0.404,0.343,0.549l14.409-5.064l-2.366-6.737
+ l-14.544,5.113L907.531,453.151z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M907.531,453.151c0.077,0.219,0.198,0.404,0.343,0.549l14.409-5.064l-2.366-6.737
+ l-14.544,5.113L907.531,453.151z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M907.531,453.151c0.077,0.219,0.198,0.404,0.343,0.549l14.409-5.064l-2.366-6.737
+ l-14.544,5.113L907.531,453.151z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M907.531,453.151c0.077,0.219,0.198,0.404,0.343,0.549l14.409-5.064l-2.366-6.737
+ l-14.544,5.113L907.531,453.151z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M907.531,453.151c0.077,0.219,0.198,0.404,0.343,0.549l14.409-5.064l-2.366-6.737
+ l-14.544,5.113L907.531,453.151z"/>
+
+ <rect x="904.859" y="444.002" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 1920.8193 560.6502)" opacity="0.4" fill="#FFF8B9" width="15.417" height="0.466"/>
+
+ <rect x="904.859" y="444.002" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 1920.8193 560.6502)" opacity="0.4" fill="#FFF8B9" width="15.417" height="0.466"/>
+
+ <rect x="904.859" y="444.002" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 1920.8193 560.6502)" opacity="0.4" fill="#FFF8B9" width="15.417" height="0.466"/>
+
+ <rect x="904.859" y="444.002" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 1920.8193 560.6502)" opacity="0.5" fill="#D1E4B7" width="15.417" height="0.466"/>
+
+ <rect x="904.859" y="444.002" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 1920.8193 560.6502)" opacity="0.2" fill="#FFF6A3" width="15.417" height="0.466"/>
+
+ <rect x="904.859" y="444.002" transform="matrix(-0.9434 0.3317 -0.3317 -0.9434 1920.8193 560.6502)" opacity="0.4" fill="#FFF8B9" width="15.417" height="0.466"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M906.497,429.2c0.302-0.105,0.549-0.178,0.555-0.161l0.93,2.642
+ c0.005,0.018-0.231,0.115-0.534,0.222l-6.572,2.312l1.47,4.183l7.245-2.546l-3.546-10.088c-0.164-0.465-0.673-0.71-1.14-0.545
+ l-6.402,2.25l1.423,4.043L906.497,429.2z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M906.497,429.2c0.302-0.105,0.549-0.178,0.555-0.161l0.93,2.642
+ c0.005,0.018-0.231,0.115-0.534,0.222l-6.572,2.312l1.47,4.183l7.245-2.546l-3.546-10.088c-0.164-0.465-0.673-0.71-1.14-0.545
+ l-6.402,2.25l1.423,4.043L906.497,429.2z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M906.497,429.2c0.302-0.105,0.549-0.178,0.555-0.161l0.93,2.642
+ c0.005,0.018-0.231,0.115-0.534,0.222l-6.572,2.312l1.47,4.183l7.245-2.546l-3.546-10.088c-0.164-0.465-0.673-0.71-1.14-0.545
+ l-6.402,2.25l1.423,4.043L906.497,429.2z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M906.497,429.2c0.302-0.105,0.549-0.178,0.555-0.161l0.93,2.642
+ c0.005,0.018-0.231,0.115-0.534,0.222l-6.572,2.312l1.47,4.183l7.245-2.546l-3.546-10.088c-0.164-0.465-0.673-0.71-1.14-0.545
+ l-6.402,2.25l1.423,4.043L906.497,429.2z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M906.497,429.2c0.302-0.105,0.549-0.178,0.555-0.161l0.93,2.642
+ c0.005,0.018-0.231,0.115-0.534,0.222l-6.572,2.312l1.47,4.183l7.245-2.546l-3.546-10.088c-0.164-0.465-0.673-0.71-1.14-0.545
+ l-6.402,2.25l1.423,4.043L906.497,429.2z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M906.497,429.2c0.302-0.105,0.549-0.178,0.555-0.161l0.93,2.642
+ c0.005,0.018-0.231,0.115-0.534,0.222l-6.572,2.312l1.47,4.183l7.245-2.546l-3.546-10.088c-0.164-0.465-0.673-0.71-1.14-0.545
+ l-6.402,2.25l1.423,4.043L906.497,429.2z"/>
+
+ <rect x="905.062" y="437.417" transform="matrix(0.3313 0.9435 -0.9435 0.3313 1023.079 -561.1106)" opacity="0.4" fill="#FFF8B9" width="4.716" height="7.681"/>
+
+ <rect x="905.062" y="437.417" transform="matrix(0.3313 0.9435 -0.9435 0.3313 1023.079 -561.1106)" opacity="0.4" fill="#FFF8B9" width="4.716" height="7.681"/>
+
+ <rect x="905.062" y="437.417" transform="matrix(0.3313 0.9435 -0.9435 0.3313 1023.079 -561.1106)" opacity="0.4" fill="#FFF8B9" width="4.716" height="7.681"/>
+
+ <rect x="905.062" y="437.417" transform="matrix(0.3313 0.9435 -0.9435 0.3313 1023.079 -561.1106)" opacity="0.2" fill="#FFF6A3" width="4.716" height="7.681"/>
+
+ <rect x="905.062" y="437.417" transform="matrix(0.3313 0.9435 -0.9435 0.3313 1023.079 -561.1106)" opacity="0.4" fill="#FFF8B9" width="4.716" height="7.681"/>
+
+ <rect x="905.062" y="437.417" transform="matrix(0.3313 0.9435 -0.9435 0.3313 1023.079 -561.1106)" opacity="0.4" fill="#FFF8B9" width="4.716" height="7.681"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M929.275,506.754l6.443,18.33c8.181-4.003,15.36-9.361,21.357-15.704l-3.878-11.034
+ L929.275,506.754z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M929.275,506.754l6.443,18.33c8.181-4.003,15.36-9.361,21.357-15.704l-3.878-11.034
+ L929.275,506.754z"/>
+
+ <rect x="937.907" y="487.513" transform="matrix(-0.3318 -0.9433 0.9433 -0.3318 780.6106 1553.2924)" opacity="0.4" fill="#FFF8B9" width="5" height="25.357"/>
+
+ <rect x="937.907" y="487.513" transform="matrix(-0.3318 -0.9433 0.9433 -0.3318 780.6106 1553.2924)" opacity="0.5" fill="#D1E4B7" width="5" height="25.357"/>
+
+ <rect x="937.907" y="487.513" transform="matrix(-0.3318 -0.9433 0.9433 -0.3318 780.6106 1553.2924)" opacity="0.4" fill="#FFF8B9" width="5" height="25.357"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M943.88,491.398l-17.804,6.26l1.539,4.379l23.925-8.41l-14.468-41.153
+ c-0.152-0.432-0.652-0.65-1.116-0.486l-4.438,1.559l12.908,36.714C944.589,490.725,944.345,491.235,943.88,491.398z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M943.88,491.398l-17.804,6.26l1.539,4.379l23.925-8.41l-14.468-41.153
+ c-0.152-0.432-0.652-0.65-1.116-0.486l-4.438,1.559l12.908,36.714C944.589,490.725,944.345,491.235,943.88,491.398z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M943.88,491.398l-17.804,6.26l1.539,4.379l23.925-8.41l-14.468-41.153
+ c-0.152-0.432-0.652-0.65-1.116-0.486l-4.438,1.559l12.908,36.714C944.589,490.725,944.345,491.235,943.88,491.398z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M943.88,491.398l-17.804,6.26l1.539,4.379l23.925-8.41l-14.468-41.153
+ c-0.152-0.432-0.652-0.65-1.116-0.486l-4.438,1.559l12.908,36.714C944.589,490.725,944.345,491.235,943.88,491.398z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M913.717,459.806c-0.467,0.162-0.72,0.645-0.567,1.077l12.927,36.775l17.804-6.26
+ c0.465-0.163,0.709-0.674,0.547-1.139l-12.908-36.714l-7.047,2.479L913.717,459.806z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M913.717,459.806c-0.467,0.162-0.72,0.645-0.567,1.077l12.927,36.775l17.804-6.26
+ c0.465-0.163,0.709-0.674,0.547-1.139l-12.908-36.714l-7.047,2.479L913.717,459.806z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M913.717,459.806c-0.467,0.162-0.72,0.645-0.567,1.077l12.927,36.775l17.804-6.26
+ c0.465-0.163,0.709-0.674,0.547-1.139l-12.908-36.714l-7.047,2.479L913.717,459.806z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M913.717,459.806c-0.467,0.162-0.72,0.645-0.567,1.077l12.927,36.775l17.804-6.26
+ c0.465-0.163,0.709-0.674,0.547-1.139l-12.908-36.714l-7.047,2.479L913.717,459.806z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M913.717,459.806c-0.467,0.162-0.72,0.645-0.567,1.077l12.927,36.775l17.804-6.26
+ c0.465-0.163,0.709-0.674,0.547-1.139l-12.908-36.714l-7.047,2.479L913.717,459.806z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M873.867,458.085l-0.109,0.037l1.602,4.556c0.02,0.056,0.124,0.068,0.232,0.032l6.483-2.28
+ l-1.637-4.655L873.867,458.085z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M873.867,458.085l-0.109,0.037l1.602,4.556c0.02,0.056,0.124,0.068,0.232,0.032l6.483-2.28
+ l-1.637-4.655L873.867,458.085z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M873.867,458.085l-0.109,0.037l1.602,4.556c0.02,0.056,0.124,0.068,0.232,0.032l6.483-2.28
+ l-1.637-4.655L873.867,458.085z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M873.867,458.085l-0.109,0.037l1.602,4.556c0.02,0.056,0.124,0.068,0.232,0.032l6.483-2.28
+ l-1.637-4.655L873.867,458.085z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M873.754,458.111l0.003,0.011l0.109-0.037
+ C873.831,458.097,873.792,458.104,873.754,458.111z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M873.754,458.111l0.003,0.011l0.109-0.037
+ C873.831,458.097,873.792,458.104,873.754,458.111z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M873.754,458.111l0.003,0.011l0.109-0.037
+ C873.831,458.097,873.792,458.104,873.754,458.111z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M873.754,458.111l0.003,0.011l0.109-0.037
+ C873.831,458.097,873.792,458.104,873.754,458.111z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M873.754,458.111l0.003,0.011l0.109-0.037
+ C873.831,458.097,873.792,458.104,873.754,458.111z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M880.438,455.774l-0.154-0.439l-6.681,2.35l0.151,0.427
+ c0.038-0.008,0.076-0.015,0.112-0.026L880.438,455.774z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M880.438,455.774l-0.154-0.439l-6.681,2.35l0.151,0.427
+ c0.038-0.008,0.076-0.015,0.112-0.026L880.438,455.774z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M880.438,455.774l-0.154-0.439l-6.681,2.35l0.151,0.427
+ c0.038-0.008,0.076-0.015,0.112-0.026L880.438,455.774z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M880.438,455.774l-0.154-0.439l-6.681,2.35l0.151,0.427
+ c0.038-0.008,0.076-0.015,0.112-0.026L880.438,455.774z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M880.438,455.774l-0.154-0.439l-6.681,2.35l0.151,0.427
+ c0.038-0.008,0.076-0.015,0.112-0.026L880.438,455.774z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M880.438,455.774l-0.154-0.439l-6.681,2.35l0.151,0.427
+ c0.038-0.008,0.076-0.015,0.112-0.026L880.438,455.774z"/>
+
+ <rect x="871.982" y="450.111" transform="matrix(0.9433 -0.3318 0.3318 0.9433 -100.5338 316.1562)" opacity="0.4" fill="#FFF8B9" width="7.081" height="4.714"/>
+
+ <rect x="871.982" y="450.111" transform="matrix(0.9433 -0.3318 0.3318 0.9433 -100.5338 316.1562)" opacity="0.4" fill="#FFF8B9" width="7.081" height="4.714"/>
+
+ <rect x="871.982" y="450.111" transform="matrix(0.9433 -0.3318 0.3318 0.9433 -100.5338 316.1562)" opacity="0.4" fill="#FFF8B9" width="7.081" height="4.714"/>
+
+ <rect x="871.982" y="450.111" transform="matrix(0.9433 -0.3318 0.3318 0.9433 -100.5338 316.1562)" opacity="0.5" fill="#D1E4B7" width="7.081" height="4.714"/>
+
+ <rect x="871.982" y="450.111" transform="matrix(0.9433 -0.3318 0.3318 0.9433 -100.5338 316.1562)" opacity="0.4" fill="#FFF8B9" width="7.081" height="4.714"/>
+
+ <rect x="871.982" y="450.111" transform="matrix(0.9433 -0.3318 0.3318 0.9433 -100.5338 316.1562)" opacity="0.2" fill="#FFF6A3" width="7.081" height="4.714"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M885.44,456.03l5.23-1.84l-0.629-1.791l-9.604,3.375l1.637,4.655l4.211-1.479l-0.94-2.679
+ C885.309,456.169,885.351,456.06,885.44,456.03z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M885.44,456.03l5.23-1.84l-0.629-1.791l-9.604,3.375l1.637,4.655l4.211-1.479l-0.94-2.679
+ C885.309,456.169,885.351,456.06,885.44,456.03z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M885.44,456.03l5.23-1.84l-0.629-1.791l-9.604,3.375l1.637,4.655l4.211-1.479l-0.94-2.679
+ C885.309,456.169,885.351,456.06,885.44,456.03z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M885.44,456.03l5.23-1.84l-0.629-1.791l-9.604,3.375l1.637,4.655l4.211-1.479l-0.94-2.679
+ C885.309,456.169,885.351,456.06,885.44,456.03z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M885.44,456.03l5.23-1.84l-0.629-1.791l-9.604,3.375l1.637,4.655l4.211-1.479l-0.94-2.679
+ C885.309,456.169,885.351,456.06,885.44,456.03z"/>
+
+ <rect x="884.93" y="448.778" transform="matrix(-0.3313 -0.9435 0.9435 -0.3313 750.1652 1439.4045)" opacity="0.4" fill="#FFF8B9" width="0.466" height="10.179"/>
+
+ <rect x="884.93" y="448.778" transform="matrix(-0.3313 -0.9435 0.9435 -0.3313 750.1652 1439.4045)" opacity="0.4" fill="#FFF8B9" width="0.466" height="10.179"/>
+
+ <rect x="884.93" y="448.778" transform="matrix(-0.3313 -0.9435 0.9435 -0.3313 750.1652 1439.4045)" opacity="0.4" fill="#FFF8B9" width="0.466" height="10.179"/>
+
+ <rect x="884.93" y="448.778" transform="matrix(-0.3313 -0.9435 0.9435 -0.3313 750.1652 1439.4045)" opacity="0.5" fill="#D1E4B7" width="0.466" height="10.179"/>
+
+ <rect x="884.93" y="448.778" transform="matrix(-0.3313 -0.9435 0.9435 -0.3313 750.1652 1439.4045)" opacity="0.4" fill="#FFF8B9" width="0.466" height="10.179"/>
+
+ <rect x="884.93" y="448.778" transform="matrix(-0.3313 -0.9435 0.9435 -0.3313 750.1652 1439.4045)" opacity="0.4" fill="#FFF8B9" width="0.466" height="10.179"/>
+
+ <rect x="884.93" y="448.778" transform="matrix(-0.3313 -0.9435 0.9435 -0.3313 750.1652 1439.4045)" opacity="0.2" fill="#FFF6A3" width="0.466" height="10.179"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M887.909,446.333l-4.549,1.6c-0.396,0.139-0.819-0.018-1.04-0.354l-4.239,1.49l1.564,4.449
+ l9.603-3.376L887.909,446.333z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M887.909,446.333l-4.549,1.6c-0.396,0.139-0.819-0.018-1.04-0.354l-4.239,1.49l1.564,4.449
+ l9.603-3.376L887.909,446.333z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M887.909,446.333l-4.549,1.6c-0.396,0.139-0.819-0.018-1.04-0.354l-4.239,1.49l1.564,4.449
+ l9.603-3.376L887.909,446.333z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M887.909,446.333l-4.549,1.6c-0.396,0.139-0.819-0.018-1.04-0.354l-4.239,1.49l1.564,4.449
+ l9.603-3.376L887.909,446.333z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M887.909,446.333l-4.549,1.6c-0.396,0.139-0.819-0.018-1.04-0.354l-4.239,1.49l1.564,4.449
+ l9.603-3.376L887.909,446.333z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M887.909,446.333l-4.549,1.6c-0.396,0.139-0.819-0.018-1.04-0.354l-4.239,1.49l1.564,4.449
+ l9.603-3.376L887.909,446.333z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M887.909,446.333l-4.549,1.6c-0.396,0.139-0.819-0.018-1.04-0.354l-4.239,1.49l1.564,4.449
+ l9.603-3.376L887.909,446.333z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M891.642,456.954l-0.972-2.764l-5.23,1.84c-0.089,0.029-0.131,0.139-0.095,0.241
+ l0.94,2.679l5.194-1.826C891.59,457.086,891.662,457.011,891.642,456.954z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M891.642,456.954l-0.972-2.764l-5.23,1.84c-0.089,0.029-0.131,0.139-0.095,0.241
+ l0.94,2.679l5.194-1.826C891.59,457.086,891.662,457.011,891.642,456.954z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M891.642,456.954l-0.972-2.764l-5.23,1.84c-0.089,0.029-0.131,0.139-0.095,0.241
+ l0.94,2.679l5.194-1.826C891.59,457.086,891.662,457.011,891.642,456.954z"/>
+ <path opacity="0.4" fill="#FFF6A3" d="M891.642,456.954l-0.972-2.764l-5.23,1.84c-0.089,0.029-0.131,0.139-0.095,0.241
+ l0.94,2.679l5.194-1.826C891.59,457.086,891.662,457.011,891.642,456.954z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M891.642,456.954l-0.972-2.764l-5.23,1.84c-0.089,0.029-0.131,0.139-0.095,0.241
+ l0.94,2.679l5.194-1.826C891.59,457.086,891.662,457.011,891.642,456.954z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M891.642,456.954l-0.972-2.764l-5.23,1.84c-0.089,0.029-0.131,0.139-0.095,0.241
+ l0.94,2.679l5.194-1.826C891.59,457.086,891.662,457.011,891.642,456.954z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M883.36,447.933l4.549-1.6l-0.226-0.639l-5.363,1.885
+ C882.541,447.915,882.964,448.071,883.36,447.933z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M883.36,447.933l4.549-1.6l-0.226-0.639l-5.363,1.885
+ C882.541,447.915,882.964,448.071,883.36,447.933z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M883.36,447.933l4.549-1.6l-0.226-0.639l-5.363,1.885
+ C882.541,447.915,882.964,448.071,883.36,447.933z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M883.36,447.933l4.549-1.6l-0.226-0.639l-5.363,1.885
+ C882.541,447.915,882.964,448.071,883.36,447.933z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M883.36,447.933l4.549-1.6l-0.226-0.639l-5.363,1.885
+ C882.541,447.915,882.964,448.071,883.36,447.933z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M883.36,447.933l4.549-1.6l-0.226-0.639l-5.363,1.885
+ C882.541,447.915,882.964,448.071,883.36,447.933z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M883.36,447.933l4.549-1.6l-0.226-0.639l-5.363,1.885
+ C882.541,447.915,882.964,448.071,883.36,447.933z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M883.36,447.933l4.549-1.6l-0.226-0.639l-5.363,1.885
+ C882.541,447.915,882.964,448.071,883.36,447.933z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M845.947,475.468c-0.367,0.129-0.657,0.246-0.652,0.264l0.93,2.641
+ c0.006,0.018,0.306-0.074,0.671-0.201l5.523-1.943l-0.95-2.701L845.947,475.468z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M845.947,475.468c-0.367,0.129-0.657,0.246-0.652,0.264l0.93,2.641
+ c0.006,0.018,0.306-0.074,0.671-0.201l5.523-1.943l-0.95-2.701L845.947,475.468z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M845.947,475.468c-0.367,0.129-0.657,0.246-0.652,0.264l0.93,2.641
+ c0.006,0.018,0.306-0.074,0.671-0.201l5.523-1.943l-0.95-2.701L845.947,475.468z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M931,446.142l-1.853,0.652l0.772,2.192l9.901-3.479c0.365-0.128,0.657-0.247,0.65-0.263
+ l-0.928-2.644c-0.007-0.016-0.308,0.074-0.673,0.204l-7.34,2.581C931.488,445.743,931.297,446.037,931,446.142z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M931,446.142l-1.853,0.652l0.772,2.192l9.901-3.479c0.365-0.128,0.657-0.247,0.65-0.263
+ l-0.928-2.644c-0.007-0.016-0.308,0.074-0.673,0.204l-7.34,2.581C931.488,445.743,931.297,446.037,931,446.142z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M931,446.142l-1.853,0.652l0.772,2.192l9.901-3.479c0.365-0.128,0.657-0.247,0.65-0.263
+ l-0.928-2.644c-0.007-0.016-0.308,0.074-0.673,0.204l-7.34,2.581C931.488,445.743,931.297,446.037,931,446.142z"/>
+
+ <rect x="925.028" y="445.521" transform="matrix(-0.3313 -0.9435 0.9435 -0.3313 809.3387 1471.7247)" opacity="0.4" fill="#FFF8B9" width="2.326" height="7.088"/>
+
+ <rect x="925.028" y="445.521" transform="matrix(-0.3313 -0.9435 0.9435 -0.3313 809.3387 1471.7247)" opacity="0.4" fill="#FFF8B9" width="2.326" height="7.088"/>
+
+ <rect x="925.028" y="445.521" transform="matrix(-0.3313 -0.9435 0.9435 -0.3313 809.3387 1471.7247)" opacity="0.5" fill="#D1E4B7" width="2.326" height="7.088"/>
+
+ <rect x="925.028" y="445.521" transform="matrix(-0.3313 -0.9435 0.9435 -0.3313 809.3387 1471.7247)" opacity="0.4" fill="#FFF8B9" width="2.326" height="7.088"/>
+
+ <rect x="851.307" y="469.714" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -107.435 312.7222)" opacity="0.4" fill="#FFF8B9" width="22.503" height="2.863"/>
+
+ <rect x="851.307" y="469.714" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -107.435 312.7222)" opacity="0.4" fill="#FFF8B9" width="22.503" height="2.863"/>
+
+ <rect x="851.307" y="469.714" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -107.435 312.7222)" opacity="0.4" fill="#FFF8B9" width="22.503" height="2.863"/>
+
+ <rect x="851.307" y="469.714" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -107.435 312.7222)" opacity="0.4" fill="#FFF8B9" width="22.503" height="2.863"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M907.874,453.7l-5.862,2.061l0.18,0.508c0.162,0.465-0.082,0.976-0.547,1.139l-1.011,0.355
+ l0.476,1.351l22.124-7.776l-0.771-2.194l-13.701,4.815C908.463,454.063,908.13,453.952,907.874,453.7z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M907.874,453.7l-5.862,2.061l0.18,0.508c0.162,0.465-0.082,0.976-0.547,1.139l-1.011,0.355
+ l0.476,1.351l22.124-7.776l-0.771-2.194l-13.701,4.815C908.463,454.063,908.13,453.952,907.874,453.7z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M907.874,453.7l-5.862,2.061l0.18,0.508c0.162,0.465-0.082,0.976-0.547,1.139l-1.011,0.355
+ l0.476,1.351l22.124-7.776l-0.771-2.194l-13.701,4.815C908.463,454.063,908.13,453.952,907.874,453.7z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M907.874,453.7l-5.862,2.061l0.18,0.508c0.162,0.465-0.082,0.976-0.547,1.139l-1.011,0.355
+ l0.476,1.351l22.124-7.776l-0.771-2.194l-13.701,4.815C908.463,454.063,908.13,453.952,907.874,453.7z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M907.874,453.7l-5.862,2.061l0.18,0.508c0.162,0.465-0.082,0.976-0.547,1.139l-1.011,0.355
+ l0.476,1.351l22.124-7.776l-0.771-2.194l-13.701,4.815C908.463,454.063,908.13,453.952,907.874,453.7z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M900.633,457.763l1.011-0.355c0.465-0.163,0.709-0.674,0.547-1.139l-0.18-0.508
+ l-1.854,0.65L900.633,457.763z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M900.633,457.763l1.011-0.355c0.465-0.163,0.709-0.674,0.547-1.139l-0.18-0.508
+ l-1.854,0.65L900.633,457.763z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M900.633,457.763l1.011-0.355c0.465-0.163,0.709-0.674,0.547-1.139l-0.18-0.508
+ l-1.854,0.65L900.633,457.763z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M900.633,457.763l1.011-0.355c0.465-0.163,0.709-0.674,0.547-1.139l-0.18-0.508
+ l-1.854,0.65L900.633,457.763z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M900.633,457.763l1.011-0.355c0.465-0.163,0.709-0.674,0.547-1.139l-0.18-0.508
+ l-1.854,0.65L900.633,457.763z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M900.633,457.763l1.011-0.355c0.465-0.163,0.709-0.674,0.547-1.139l-0.18-0.508
+ l-1.854,0.65L900.633,457.763z"/>
+
+ <rect x="897.227" y="458.344" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 1899.5426 594.111)" opacity="0.4" fill="#FFF8B9" width="3.75" height="1.432"/>
+
+ <rect x="897.227" y="458.344" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 1899.5426 594.111)" opacity="0.4" fill="#FFF8B9" width="3.75" height="1.432"/>
+
+ <rect x="897.227" y="458.344" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 1899.5426 594.111)" opacity="0.5" fill="#D1E4B7" width="3.75" height="1.432"/>
+
+ <rect x="897.227" y="458.344" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 1899.5426 594.111)" opacity="0.2" fill="#FFF6A3" width="3.75" height="1.432"/>
+
+ <rect x="897.227" y="458.344" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 1899.5426 594.111)" opacity="0.4" fill="#FFF6A3" width="3.75" height="1.432"/>
+
+ <rect x="897.227" y="458.344" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 1899.5426 594.111)" opacity="0.4" fill="#FFF8B9" width="3.75" height="1.432"/>
+
+ <rect x="897.911" y="455.834" transform="matrix(-0.3305 -0.9438 0.9438 -0.3305 763.6388 1457.1118)" opacity="0.4" fill="#FFF8B9" width="1.433" height="3.75"/>
+
+ <rect x="897.911" y="455.834" transform="matrix(-0.3305 -0.9438 0.9438 -0.3305 763.6388 1457.1118)" opacity="0.4" fill="#FFF8B9" width="1.433" height="3.75"/>
+
+ <rect x="897.911" y="455.834" transform="matrix(-0.3305 -0.9438 0.9438 -0.3305 763.6388 1457.1118)" opacity="0.5" fill="#D1E4B7" width="1.433" height="3.75"/>
+
+ <rect x="897.911" y="455.834" transform="matrix(-0.3305 -0.9438 0.9438 -0.3305 763.6388 1457.1118)" opacity="0.4" fill="#FFF8B9" width="1.433" height="3.75"/>
+
+ <rect x="897.911" y="455.834" transform="matrix(-0.3305 -0.9438 0.9438 -0.3305 763.6388 1457.1118)" opacity="0.2" fill="#FFF6A3" width="1.433" height="3.75"/>
+
+ <rect x="897.911" y="455.834" transform="matrix(-0.3305 -0.9438 0.9438 -0.3305 763.6388 1457.1118)" opacity="0.4" fill="#FFF6A3" width="1.433" height="3.75"/>
+
+ <rect x="897.911" y="455.834" transform="matrix(-0.3305 -0.9438 0.9438 -0.3305 763.6388 1457.1118)" opacity="0.4" fill="#FFF8B9" width="1.433" height="3.75"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M887.493,462.381l-3.368,1.186c-0.467,0.163-0.976-0.081-1.14-0.548l-0.179-0.507
+ l-7.413,2.605l0.948,2.702l11.625-4.087L887.493,462.381z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M887.493,462.381l-3.368,1.186c-0.467,0.163-0.976-0.081-1.14-0.548l-0.179-0.507
+ l-7.413,2.605l0.948,2.702l11.625-4.087L887.493,462.381z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M887.493,462.381l-3.368,1.186c-0.467,0.163-0.976-0.081-1.14-0.548l-0.179-0.507
+ l-7.413,2.605l0.948,2.702l11.625-4.087L887.493,462.381z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M887.493,462.381l-3.368,1.186c-0.467,0.163-0.976-0.081-1.14-0.548l-0.179-0.507
+ l-7.413,2.605l0.948,2.702l11.625-4.087L887.493,462.381z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M882.806,462.512l0.179,0.507c0.164,0.467,0.673,0.711,1.14,0.548l3.368-1.186
+ l-0.475-1.351L882.806,462.512z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M882.806,462.512l0.179,0.507c0.164,0.467,0.673,0.711,1.14,0.548l3.368-1.186
+ l-0.475-1.351L882.806,462.512z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M882.806,462.512l0.179,0.507c0.164,0.467,0.673,0.711,1.14,0.548l3.368-1.186
+ l-0.475-1.351L882.806,462.512z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M882.806,462.512l0.179,0.507c0.164,0.467,0.673,0.711,1.14,0.548l3.368-1.186
+ l-0.475-1.351L882.806,462.512z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M882.806,462.512l0.179,0.507c0.164,0.467,0.673,0.711,1.14,0.548l3.368-1.186
+ l-0.475-1.351L882.806,462.512z"/>
+
+ <rect x="873.087" y="465.513" transform="matrix(-0.3309 -0.9437 0.9437 -0.3309 723.2739 1446.7085)" opacity="0.4" fill="#FFF8B9" width="2.866" height="2.857"/>
+
+ <rect x="873.087" y="465.513" transform="matrix(-0.3309 -0.9437 0.9437 -0.3309 723.2739 1446.7085)" opacity="0.4" fill="#FFF8B9" width="2.866" height="2.857"/>
+
+ <rect x="873.087" y="465.513" transform="matrix(-0.3309 -0.9437 0.9437 -0.3309 723.2739 1446.7085)" opacity="0.4" fill="#FFF8B9" width="2.866" height="2.857"/>
+
+ <rect x="873.087" y="465.513" transform="matrix(-0.3309 -0.9437 0.9437 -0.3309 723.2739 1446.7085)" opacity="0.4" fill="#FFF8B9" width="2.866" height="2.857"/>
+
+ <rect x="873.087" y="465.513" transform="matrix(-0.3309 -0.9437 0.9437 -0.3309 723.2739 1446.7085)" opacity="0.4" fill="#FFF8B9" width="2.866" height="2.857"/>
+
+ <rect x="887.568" y="461.393" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -102.8505 321.3775)" opacity="0.4" fill="#FFF8B9" width="5.714" height="1.432"/>
+
+ <rect x="887.568" y="461.393" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -102.8505 321.3775)" opacity="0.4" fill="#FFF8B9" width="5.714" height="1.432"/>
+
+ <rect x="887.568" y="461.393" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -102.8505 321.3775)" opacity="0.4" fill="#FFF6A3" width="5.714" height="1.432"/>
+
+ <rect x="887.568" y="461.393" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -102.8505 321.3775)" opacity="0.4" fill="#FFF8B9" width="5.714" height="1.432"/>
+
+ <rect x="887.568" y="461.393" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -102.8505 321.3775)" opacity="0.4" fill="#FFF8B9" width="5.714" height="1.432"/>
+
+ <rect x="887.094" y="460.043" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -102.4214 321.0878)" opacity="0.4" fill="#FFF8B9" width="5.715" height="1.432"/>
+
+ <rect x="887.094" y="460.043" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -102.4214 321.0878)" opacity="0.4" fill="#FFF8B9" width="5.715" height="1.432"/>
+
+ <rect x="887.094" y="460.043" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -102.4214 321.0878)" opacity="0.4" fill="#FFF8B9" width="5.715" height="1.432"/>
+
+ <rect x="887.094" y="460.043" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -102.4214 321.0878)" opacity="0.4" fill="#FFF6A3" width="5.715" height="1.432"/>
+
+ <rect x="887.094" y="460.043" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -102.4214 321.0878)" opacity="0.4" fill="#FFF8B9" width="5.715" height="1.432"/>
+
+ <rect x="887.094" y="460.043" transform="matrix(0.9435 -0.3315 0.3315 0.9435 -102.4214 321.0878)" opacity="0.4" fill="#FFF8B9" width="5.715" height="1.432"/>
+
+ <rect x="892.995" y="459.706" transform="matrix(0.9435 -0.3313 0.3313 0.9435 -101.9866 322.6373)" opacity="0.4" fill="#FFF8B9" width="4.465" height="1.432"/>
+
+ <rect x="892.995" y="459.706" transform="matrix(0.9435 -0.3313 0.3313 0.9435 -101.9866 322.6373)" opacity="0.4" fill="#FFF8B9" width="4.465" height="1.432"/>
+
+ <rect x="892.995" y="459.706" transform="matrix(0.9435 -0.3313 0.3313 0.9435 -101.9866 322.6373)" opacity="0.2" fill="#FFF6A3" width="4.465" height="1.432"/>
+
+ <rect x="892.995" y="459.706" transform="matrix(0.9435 -0.3313 0.3313 0.9435 -101.9866 322.6373)" opacity="0.4" fill="#FFF6A3" width="4.465" height="1.432"/>
+
+ <rect x="892.995" y="459.706" transform="matrix(0.9435 -0.3313 0.3313 0.9435 -101.9866 322.6373)" opacity="0.4" fill="#FFF8B9" width="4.465" height="1.432"/>
+
+ <rect x="892.995" y="459.706" transform="matrix(0.9435 -0.3313 0.3313 0.9435 -101.9866 322.6373)" opacity="0.4" fill="#FFF8B9" width="4.465" height="1.432"/>
+
+ <rect x="892.52" y="458.355" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -101.6219 322.8149)" opacity="0.4" fill="#FFF8B9" width="4.466" height="1.431"/>
+
+ <rect x="892.52" y="458.355" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -101.6219 322.8149)" opacity="0.4" fill="#FFF8B9" width="4.466" height="1.431"/>
+
+ <rect x="892.52" y="458.355" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -101.6219 322.8149)" opacity="0.4" fill="#FFF8B9" width="4.466" height="1.431"/>
+
+ <rect x="892.52" y="458.355" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -101.6219 322.8149)" opacity="0.2" fill="#FFF6A3" width="4.466" height="1.431"/>
+
+ <rect x="892.52" y="458.355" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -101.6219 322.8149)" opacity="0.4" fill="#FFF6A3" width="4.466" height="1.431"/>
+
+ <rect x="892.52" y="458.355" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -101.6219 322.8149)" opacity="0.4" fill="#FFF8B9" width="4.466" height="1.431"/>
+
+ <rect x="892.52" y="458.355" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -101.6219 322.8149)" opacity="0.4" fill="#FFF8B9" width="4.466" height="1.431"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M929.147,446.794l1.853-0.652c0.298-0.104,0.488-0.398,0.531-0.756l-2.563,0.899
+ L929.147,446.794z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M929.147,446.794l1.853-0.652c0.298-0.104,0.488-0.398,0.531-0.756l-2.563,0.899
+ L929.147,446.794z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M929.147,446.794l1.853-0.652c0.298-0.104,0.488-0.398,0.531-0.756l-2.563,0.899
+ L929.147,446.794z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M929.147,446.794l1.853-0.652c0.298-0.104,0.488-0.398,0.531-0.756l-2.563,0.899
+ L929.147,446.794z"/>
+
+ <rect x="922.172" y="447.444" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 1947.5007 563.2526)" opacity="0.4" fill="#FFF8B9" width="7.085" height="0.54"/>
+
+ <rect x="922.172" y="447.444" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 1947.5007 563.2526)" opacity="0.4" fill="#FFF8B9" width="7.085" height="0.54"/>
+
+ <rect x="922.172" y="447.444" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 1947.5007 563.2526)" opacity="0.5" fill="#D1E4B7" width="7.085" height="0.54"/>
+
+ <rect x="922.172" y="447.444" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 1947.5007 563.2526)" opacity="0.4" fill="#FFF8B9" width="7.085" height="0.54"/>
+
+ <rect x="922.172" y="447.444" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 1947.5007 563.2526)" opacity="0.4" fill="#FFF8B9" width="7.085" height="0.54"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M907.874,453.7c0.257,0.252,0.59,0.363,0.888,0.258l13.701-4.815l-0.18-0.507
+ L907.874,453.7z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M907.874,453.7c0.257,0.252,0.59,0.363,0.888,0.258l13.701-4.815l-0.18-0.507
+ L907.874,453.7z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M907.874,453.7c0.257,0.252,0.59,0.363,0.888,0.258l13.701-4.815l-0.18-0.507
+ L907.874,453.7z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M907.874,453.7c0.257,0.252,0.59,0.363,0.888,0.258l13.701-4.815l-0.18-0.507
+ L907.874,453.7z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M907.874,453.7c0.257,0.252,0.59,0.363,0.888,0.258l13.701-4.815l-0.18-0.507
+ L907.874,453.7z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M907.874,453.7c0.257,0.252,0.59,0.363,0.888,0.258l13.701-4.815l-0.18-0.507
+ L907.874,453.7z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M939.38,433.542c0.311-0.109,0.636,0.014,0.729,0.276l0.152,0.436l6.234-2.191l-0.64-1.817
+ l-17.354,6.1l0.32,0.908L939.38,433.542z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M939.38,433.542c0.311-0.109,0.636,0.014,0.729,0.276l0.152,0.436l6.234-2.191l-0.64-1.817
+ l-17.354,6.1l0.32,0.908L939.38,433.542z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M939.38,433.542c0.311-0.109,0.636,0.014,0.729,0.276l0.152,0.436l6.234-2.191l-0.64-1.817
+ l-17.354,6.1l0.32,0.908L939.38,433.542z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M940.261,434.254l-0.152-0.436c-0.093-0.263-0.418-0.386-0.729-0.276l-10.558,3.711
+ l0.317,0.91L940.261,434.254z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M940.261,434.254l-0.152-0.436c-0.093-0.263-0.418-0.386-0.729-0.276l-10.558,3.711
+ l0.317,0.91L940.261,434.254z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M940.261,434.254l-0.152-0.436c-0.093-0.263-0.418-0.386-0.729-0.276l-10.558,3.711
+ l0.317,0.91L940.261,434.254z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M940.261,434.254l-0.152-0.436c-0.093-0.263-0.418-0.386-0.729-0.276l-10.558,3.711
+ l0.317,0.91L940.261,434.254z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M864.433,458.866c-0.432,0.15-0.775,0.281-0.772,0.293l0.626,1.778
+ c0.003,0.01,0.354-0.103,0.784-0.253l5.104-1.795l-0.64-1.818L864.433,458.866z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M864.433,458.866c-0.432,0.15-0.775,0.281-0.772,0.293l0.626,1.778
+ c0.003,0.01,0.354-0.103,0.784-0.253l5.104-1.795l-0.64-1.818L864.433,458.866z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M864.433,458.866c-0.432,0.15-0.775,0.281-0.772,0.293l0.626,1.778
+ c0.003,0.01,0.354-0.103,0.784-0.253l5.104-1.795l-0.64-1.818L864.433,458.866z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M864.433,458.866c-0.432,0.15-0.775,0.281-0.772,0.293l0.626,1.778
+ c0.003,0.01,0.354-0.103,0.784-0.253l5.104-1.795l-0.64-1.818L864.433,458.866z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M864.433,458.866c-0.432,0.15-0.775,0.281-0.772,0.293l0.626,1.778
+ c0.003,0.01,0.354-0.103,0.784-0.253l5.104-1.795l-0.64-1.818L864.433,458.866z"/>
+
+ <rect x="899.277" y="447.337" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 1901.9545 570.3709)" opacity="0.4" fill="#FFF8B9" width="6.072" height="0.248"/>
+
+ <rect x="899.277" y="447.337" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 1901.9545 570.3709)" opacity="0.4" fill="#FFF8B9" width="6.072" height="0.248"/>
+
+ <rect x="899.277" y="447.337" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 1901.9545 570.3709)" opacity="0.4" fill="#FFF8B9" width="6.072" height="0.248"/>
+
+ <rect x="899.277" y="447.337" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 1901.9545 570.3709)" opacity="0.5" fill="#D1E4B7" width="6.072" height="0.248"/>
+
+ <rect x="899.277" y="447.337" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 1901.9545 570.3709)" opacity="0.2" fill="#FFF6A3" width="6.072" height="0.248"/>
+
+ <rect x="899.277" y="447.337" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 1901.9545 570.3709)" opacity="0.4" fill="#FFF8B9" width="6.072" height="0.248"/>
+
+ <rect x="893.897" y="449.291" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 1891.7986 576.0156)" opacity="0.4" fill="#FFF8B9" width="5.713" height="0.248"/>
+
+ <rect x="893.897" y="449.291" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 1891.7986 576.0156)" opacity="0.4" fill="#FFF8B9" width="5.713" height="0.248"/>
+
+ <rect x="893.897" y="449.291" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 1891.7986 576.0156)" opacity="0.4" fill="#FFF8B9" width="5.713" height="0.248"/>
+
+ <rect x="893.897" y="449.291" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 1891.7986 576.0156)" opacity="0.5" fill="#D1E4B7" width="5.713" height="0.248"/>
+
+ <rect x="893.897" y="449.291" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 1891.7986 576.0156)" opacity="0.4" fill="#FFF8B9" width="5.713" height="0.248"/>
+
+ <rect x="893.897" y="449.291" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 1891.7986 576.0156)" opacity="0.2" fill="#FFF6A3" width="5.713" height="0.248"/>
+
+ <rect x="893.897" y="449.291" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 1891.7986 576.0156)" opacity="0.4" fill="#FFF8B9" width="5.713" height="0.248"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M957.979,427.572l0.142,0.404l11.286-3.968c-0.293-0.58-0.595-1.157-0.904-1.725
+ l-11.021,3.874L957.979,427.572z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M957.979,427.572l0.142,0.404l11.286-3.968c-0.293-0.58-0.595-1.157-0.904-1.725
+ l-11.021,3.874L957.979,427.572z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M958.121,427.977l-0.142-0.404c0.052,0.147,0.058,0.298,0.034,0.442L958.121,427.977z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M958.121,427.977l-0.142-0.404c0.052,0.147,0.058,0.298,0.034,0.442L958.121,427.977z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M958.121,427.977l-0.142-0.404c0.052,0.147,0.058,0.298,0.034,0.442L958.121,427.977z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M958.013,428.015c0.023-0.145,0.018-0.295-0.034-0.442l-0.498-1.414l-11.625,4.087
+ l0.64,1.817L958.013,428.015z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M958.013,428.015c0.023-0.145,0.018-0.295-0.034-0.442l-0.498-1.414l-11.625,4.087
+ l0.64,1.817L958.013,428.015z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M958.013,428.015c0.023-0.145,0.018-0.295-0.034-0.442l-0.498-1.414l-11.625,4.087
+ l0.64,1.817L958.013,428.015z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M958.013,428.015c0.023-0.145,0.018-0.295-0.034-0.442l-0.498-1.414l-11.625,4.087
+ l0.64,1.817L958.013,428.015z"/>
+
+ <rect x="901.393" y="443.179" transform="matrix(0.3326 0.9431 -0.9431 0.3326 1022.7144 -552.7264)" opacity="0.4" fill="#FFF8B9" width="0.963" height="6.073"/>
+
+ <rect x="901.393" y="443.179" transform="matrix(0.3326 0.9431 -0.9431 0.3326 1022.7144 -552.7264)" opacity="0.4" fill="#FFF8B9" width="0.963" height="6.073"/>
+
+ <rect x="901.393" y="443.179" transform="matrix(0.3326 0.9431 -0.9431 0.3326 1022.7144 -552.7264)" opacity="0.4" fill="#FFF8B9" width="0.963" height="6.073"/>
+
+ <rect x="901.393" y="443.179" transform="matrix(0.3326 0.9431 -0.9431 0.3326 1022.7144 -552.7264)" opacity="0.2" fill="#FFF6A3" width="0.963" height="6.073"/>
+
+ <rect x="901.393" y="443.179" transform="matrix(0.3326 0.9431 -0.9431 0.3326 1022.7144 -552.7264)" opacity="0.4" fill="#FFF8B9" width="0.963" height="6.073"/>
+
+ <rect x="901.393" y="443.179" transform="matrix(0.3326 0.9431 -0.9431 0.3326 1022.7144 -552.7264)" opacity="0.4" fill="#FFF8B9" width="0.963" height="6.073"/>
+
+ <rect x="901.795" y="443.971" transform="matrix(-0.3334 -0.9428 0.9428 -0.3334 781.4904 1446.5745)" opacity="0.4" fill="#FFF8B9" width="0.715" height="6.072"/>
+
+ <rect x="901.795" y="443.971" transform="matrix(-0.3334 -0.9428 0.9428 -0.3334 781.4904 1446.5745)" opacity="0.4" fill="#FFF8B9" width="0.715" height="6.072"/>
+
+ <rect x="901.795" y="443.971" transform="matrix(-0.3334 -0.9428 0.9428 -0.3334 781.4904 1446.5745)" opacity="0.4" fill="#FFF8B9" width="0.715" height="6.072"/>
+
+ <rect x="901.795" y="443.971" transform="matrix(-0.3334 -0.9428 0.9428 -0.3334 781.4904 1446.5745)" opacity="0.5" fill="#D1E4B7" width="0.715" height="6.072"/>
+
+ <rect x="901.795" y="443.971" transform="matrix(-0.3334 -0.9428 0.9428 -0.3334 781.4904 1446.5745)" opacity="0.2" fill="#FFF6A3" width="0.715" height="6.072"/>
+
+ <rect x="901.795" y="443.971" transform="matrix(-0.3334 -0.9428 0.9428 -0.3334 781.4904 1446.5745)" opacity="0.4" fill="#FFF8B9" width="0.715" height="6.072"/>
+
+ <rect x="901.795" y="443.971" transform="matrix(-0.3334 -0.9428 0.9428 -0.3334 781.4904 1446.5745)" opacity="0.4" fill="#FFF8B9" width="0.715" height="6.072"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M893.946,450.044c-0.093-0.262,0.085-0.561,0.394-0.67l4.83-1.697l-0.319-0.909
+ l-5.392,1.895L893.946,450.044z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M893.946,450.044c-0.093-0.262,0.085-0.561,0.394-0.67l4.83-1.697l-0.319-0.909
+ l-5.392,1.895L893.946,450.044z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M893.946,450.044c-0.093-0.262,0.085-0.561,0.394-0.67l4.83-1.697l-0.319-0.909
+ l-5.392,1.895L893.946,450.044z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M893.946,450.044c-0.093-0.262,0.085-0.561,0.394-0.67l4.83-1.697l-0.319-0.909
+ l-5.392,1.895L893.946,450.044z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M893.946,450.044c-0.093-0.262,0.085-0.561,0.394-0.67l4.83-1.697l-0.319-0.909
+ l-5.392,1.895L893.946,450.044z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M893.946,450.044c-0.093-0.262,0.085-0.561,0.394-0.67l4.83-1.697l-0.319-0.909
+ l-5.392,1.895L893.946,450.044z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M893.946,450.044c-0.093-0.262,0.085-0.561,0.394-0.67l4.83-1.697l-0.319-0.909
+ l-5.392,1.895L893.946,450.044z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M894.016,450.245l5.392-1.895l-0.238-0.674l-4.83,1.697
+ c-0.309,0.109-0.486,0.408-0.394,0.67l0.011,0.031L894.016,450.245z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M894.016,450.245l5.392-1.895l-0.238-0.674l-4.83,1.697
+ c-0.309,0.109-0.486,0.408-0.394,0.67l0.011,0.031L894.016,450.245z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M894.016,450.245l5.392-1.895l-0.238-0.674l-4.83,1.697
+ c-0.309,0.109-0.486,0.408-0.394,0.67l0.011,0.031L894.016,450.245z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M894.016,450.245l5.392-1.895l-0.238-0.674l-4.83,1.697
+ c-0.309,0.109-0.486,0.408-0.394,0.67l0.011,0.031L894.016,450.245z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M894.016,450.245l5.392-1.895l-0.238-0.674l-4.83,1.697
+ c-0.309,0.109-0.486,0.408-0.394,0.67l0.011,0.031L894.016,450.245z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M894.016,450.245l5.392-1.895l-0.238-0.674l-4.83,1.697
+ c-0.309,0.109-0.486,0.408-0.394,0.67l0.011,0.031L894.016,450.245z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M894.016,450.245l5.392-1.895l-0.238-0.674l-4.83,1.697
+ c-0.309,0.109-0.486,0.408-0.394,0.67l0.011,0.031L894.016,450.245z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M894.016,450.245l5.392-1.895l-0.238-0.674l-4.83,1.697
+ c-0.309,0.109-0.486,0.408-0.394,0.67l0.011,0.031L894.016,450.245z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M872.729,457.538l0.142,0.404l0.107-0.038C872.87,457.807,872.78,457.685,872.729,457.538z
+ "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M872.729,457.538l0.142,0.404l0.107-0.038C872.87,457.807,872.78,457.685,872.729,457.538z
+ "/>
+ <path opacity="0.5" fill="#D1E4B7" d="M872.729,457.538l0.142,0.404l0.107-0.038C872.87,457.807,872.78,457.685,872.729,457.538z
+ "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M872.729,457.538l0.142,0.404l0.107-0.038C872.87,457.807,872.78,457.685,872.729,457.538z
+ "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M872.729,457.538l0.142,0.404l0.107-0.038C872.87,457.807,872.78,457.685,872.729,457.538z
+ "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M873.603,457.685l-0.638-1.818l-0.734,0.259l0.498,1.413
+ c0.051,0.146,0.141,0.269,0.249,0.366L873.603,457.685z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M873.603,457.685l-0.638-1.818l-0.734,0.259l0.498,1.413
+ c0.051,0.146,0.141,0.269,0.249,0.366L873.603,457.685z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M873.603,457.685l-0.638-1.818l-0.734,0.259l0.498,1.413
+ c0.051,0.146,0.141,0.269,0.249,0.366L873.603,457.685z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M873.603,457.685l-0.638-1.818l-0.734,0.259l0.498,1.413
+ c0.051,0.146,0.141,0.269,0.249,0.366L873.603,457.685z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M873.603,457.685l-0.638-1.818l-0.734,0.259l0.498,1.413
+ c0.051,0.146,0.141,0.269,0.249,0.366L873.603,457.685z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M873.603,457.685l-0.638-1.818l-0.734,0.259l0.498,1.413
+ c0.051,0.146,0.141,0.269,0.249,0.366L873.603,457.685z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="872.729,457.538 872.231,456.125 869.536,457.071 870.175,458.89 872.871,457.942
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="872.729,457.538 872.231,456.125 869.536,457.071 870.175,458.89 872.871,457.942
+ "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="872.729,457.538 872.231,456.125 869.536,457.071 870.175,458.89 872.871,457.942
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="872.729,457.538 872.231,456.125 869.536,457.071 870.175,458.89 872.871,457.942
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="872.729,457.538 872.231,456.125 869.536,457.071 870.175,458.89 872.871,457.942
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="872.729,457.538 872.231,456.125 869.536,457.071 870.175,458.89 872.871,457.942
+ "/>
+ <path opacity="0.4" fill="#FFF8B9" d="M893.998,450.249c0.014,0.091,0.008,0.182-0.006,0.269l0.108-0.038l-0.084-0.234
+ C894.01,450.247,894.003,450.247,893.998,450.249z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M893.998,450.249c0.014,0.091,0.008,0.182-0.006,0.269l0.108-0.038l-0.084-0.234
+ C894.01,450.247,894.003,450.247,893.998,450.249z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M893.998,450.249c0.014,0.091,0.008,0.182-0.006,0.269l0.108-0.038l-0.084-0.234
+ C894.01,450.247,894.003,450.247,893.998,450.249z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M893.998,450.249c0.014,0.091,0.008,0.182-0.006,0.269l0.108-0.038l-0.084-0.234
+ C894.01,450.247,894.003,450.247,893.998,450.249z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M893.998,450.249c0.014,0.091,0.008,0.182-0.006,0.269l0.108-0.038l-0.084-0.234
+ C894.01,450.247,894.003,450.247,893.998,450.249z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M893.998,450.249c0.014,0.091,0.008,0.182-0.006,0.269l0.108-0.038l-0.084-0.234
+ C894.01,450.247,894.003,450.247,893.998,450.249z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M893.998,450.249c0.014,0.091,0.008,0.182-0.006,0.269l0.108-0.038l-0.084-0.234
+ C894.01,450.247,894.003,450.247,893.998,450.249z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M892.875,449.698l-0.258-0.739l-3.37,1.184l0.64,1.818l4.104-1.443
+ c0.014-0.087,0.02-0.178,0.006-0.269C893.539,450.401,893.039,450.159,892.875,449.698z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M892.875,449.698l-0.258-0.739l-3.37,1.184l0.64,1.818l4.104-1.443
+ c0.014-0.087,0.02-0.178,0.006-0.269C893.539,450.401,893.039,450.159,892.875,449.698z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M892.875,449.698l-0.258-0.739l-3.37,1.184l0.64,1.818l4.104-1.443
+ c0.014-0.087,0.02-0.178,0.006-0.269C893.539,450.401,893.039,450.159,892.875,449.698z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M892.875,449.698l-0.258-0.739l-3.37,1.184l0.64,1.818l4.104-1.443
+ c0.014-0.087,0.02-0.178,0.006-0.269C893.539,450.401,893.039,450.159,892.875,449.698z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M892.875,449.698l-0.258-0.739l-3.37,1.184l0.64,1.818l4.104-1.443
+ c0.014-0.087,0.02-0.178,0.006-0.269C893.539,450.401,893.039,450.159,892.875,449.698z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M892.875,449.698l-0.258-0.739l-3.37,1.184l0.64,1.818l4.104-1.443
+ c0.014-0.087,0.02-0.178,0.006-0.269C893.539,450.401,893.039,450.159,892.875,449.698z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M892.875,449.698l-0.258-0.739l-3.37,1.184l0.64,1.818l4.104-1.443
+ c0.014-0.087,0.02-0.178,0.006-0.269C893.539,450.401,893.039,450.159,892.875,449.698z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M892.875,449.698l-0.258-0.739l-3.37,1.184l0.64,1.818l4.104-1.443
+ c0.014-0.087,0.02-0.178,0.006-0.269C893.539,450.401,893.039,450.159,892.875,449.698z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M893.957,450.075c0.021,0.059,0.033,0.117,0.041,0.174
+ c0.006-0.002,0.013-0.002,0.019-0.004L893.957,450.075z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M893.957,450.075c0.021,0.059,0.033,0.117,0.041,0.174
+ c0.006-0.002,0.013-0.002,0.019-0.004L893.957,450.075z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M893.957,450.075c0.021,0.059,0.033,0.117,0.041,0.174
+ c0.006-0.002,0.013-0.002,0.019-0.004L893.957,450.075z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M893.957,450.075c0.021,0.059,0.033,0.117,0.041,0.174
+ c0.006-0.002,0.013-0.002,0.019-0.004L893.957,450.075z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M893.957,450.075c0.021,0.059,0.033,0.117,0.041,0.174
+ c0.006-0.002,0.013-0.002,0.019-0.004L893.957,450.075z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M893.957,450.075c0.021,0.059,0.033,0.117,0.041,0.174
+ c0.006-0.002,0.013-0.002,0.019-0.004L893.957,450.075z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M893.957,450.075c0.021,0.059,0.033,0.117,0.041,0.174
+ c0.006-0.002,0.013-0.002,0.019-0.004L893.957,450.075z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M893.957,450.075c0.021,0.059,0.033,0.117,0.041,0.174
+ c0.006-0.002,0.013-0.002,0.019-0.004L893.957,450.075z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M892.875,449.698c0.163,0.461,0.663,0.703,1.122,0.551
+ c-0.008-0.057-0.021-0.115-0.041-0.174l-0.011-0.031l-0.487-1.382l-0.841,0.297L892.875,449.698z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M892.875,449.698c0.163,0.461,0.663,0.703,1.122,0.551
+ c-0.008-0.057-0.021-0.115-0.041-0.174l-0.011-0.031l-0.487-1.382l-0.841,0.297L892.875,449.698z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M892.875,449.698c0.163,0.461,0.663,0.703,1.122,0.551
+ c-0.008-0.057-0.021-0.115-0.041-0.174l-0.011-0.031l-0.487-1.382l-0.841,0.297L892.875,449.698z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M892.875,449.698c0.163,0.461,0.663,0.703,1.122,0.551
+ c-0.008-0.057-0.021-0.115-0.041-0.174l-0.011-0.031l-0.487-1.382l-0.841,0.297L892.875,449.698z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M892.875,449.698c0.163,0.461,0.663,0.703,1.122,0.551
+ c-0.008-0.057-0.021-0.115-0.041-0.174l-0.011-0.031l-0.487-1.382l-0.841,0.297L892.875,449.698z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M892.875,449.698c0.163,0.461,0.663,0.703,1.122,0.551
+ c-0.008-0.057-0.021-0.115-0.041-0.174l-0.011-0.031l-0.487-1.382l-0.841,0.297L892.875,449.698z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M892.875,449.698c0.163,0.461,0.663,0.703,1.122,0.551
+ c-0.008-0.057-0.021-0.115-0.041-0.174l-0.011-0.031l-0.487-1.382l-0.841,0.297L892.875,449.698z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M892.875,449.698c0.163,0.461,0.663,0.703,1.122,0.551
+ c-0.008-0.057-0.021-0.115-0.041-0.174l-0.011-0.031l-0.487-1.382l-0.841,0.297L892.875,449.698z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M892.875,449.698c0.163,0.461,0.663,0.703,1.122,0.551
+ c-0.008-0.057-0.021-0.115-0.041-0.174l-0.011-0.031l-0.487-1.382l-0.841,0.297L892.875,449.698z"/>
+
+ <rect x="925.885" y="436.792" transform="matrix(-0.9433 0.3321 -0.3321 -0.9433 1947.2135 541.801)" opacity="0.4" fill="#FFF8B9" width="2.858" height="0.963"/>
+
+ <rect x="925.885" y="436.792" transform="matrix(-0.9433 0.3321 -0.3321 -0.9433 1947.2135 541.801)" opacity="0.4" fill="#FFF8B9" width="2.858" height="0.963"/>
+
+ <rect x="925.885" y="436.792" transform="matrix(-0.9433 0.3321 -0.3321 -0.9433 1947.2135 541.801)" opacity="0.4" fill="#FFF8B9" width="2.858" height="0.963"/>
+
+ <rect x="925.885" y="436.792" transform="matrix(-0.9433 0.3321 -0.3321 -0.9433 1947.2135 541.801)" opacity="0.4" fill="#FFF8B9" width="2.858" height="0.963"/>
+
+ <rect x="919.083" y="438.439" transform="matrix(-0.9434 0.3315 -0.3315 -0.9434 1938.5862 547.1425)" opacity="0.4" fill="#FFF8B9" width="7.084" height="0.965"/>
+
+ <rect x="919.083" y="438.439" transform="matrix(-0.9434 0.3315 -0.3315 -0.9434 1938.5862 547.1425)" opacity="0.4" fill="#FFF8B9" width="7.084" height="0.965"/>
+
+ <rect x="919.083" y="438.439" transform="matrix(-0.9434 0.3315 -0.3315 -0.9434 1938.5862 547.1425)" opacity="0.4" fill="#FFF8B9" width="7.084" height="0.965"/>
+
+ <rect x="919.083" y="438.439" transform="matrix(-0.9434 0.3315 -0.3315 -0.9434 1938.5862 547.1425)" opacity="0.4" fill="#FFF8B9" width="7.084" height="0.965"/>
+
+ <rect x="919.083" y="438.439" transform="matrix(-0.9434 0.3315 -0.3315 -0.9434 1938.5862 547.1425)" opacity="0.4" fill="#FFF8B9" width="7.084" height="0.965"/>
+
+ <rect x="927.151" y="436.753" transform="matrix(0.3293 0.9442 -0.9442 0.3293 1035.9423 -582.0021)" opacity="0.4" fill="#FFF8B9" width="0.964" height="2.858"/>
+
+ <rect x="927.151" y="436.753" transform="matrix(0.3293 0.9442 -0.9442 0.3293 1035.9423 -582.0021)" opacity="0.4" fill="#FFF8B9" width="0.964" height="2.858"/>
+
+ <rect x="927.151" y="436.753" transform="matrix(0.3293 0.9442 -0.9442 0.3293 1035.9423 -582.0021)" opacity="0.5" fill="#D1E4B7" width="0.964" height="2.858"/>
+
+ <rect x="927.151" y="436.753" transform="matrix(0.3293 0.9442 -0.9442 0.3293 1035.9423 -582.0021)" opacity="0.4" fill="#FFF8B9" width="0.964" height="2.858"/>
+
+ <rect x="927.151" y="436.753" transform="matrix(0.3293 0.9442 -0.9442 0.3293 1035.9423 -582.0021)" opacity="0.4" fill="#FFF8B9" width="0.964" height="2.858"/>
+
+ <rect x="919.402" y="439.349" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 1939.5032 548.8501)" opacity="0.4" fill="#FFF8B9" width="7.085" height="0.963"/>
+
+ <rect x="919.402" y="439.349" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 1939.5032 548.8501)" opacity="0.4" fill="#FFF8B9" width="7.085" height="0.963"/>
+
+ <rect x="919.402" y="439.349" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 1939.5032 548.8501)" opacity="0.4" fill="#FFF8B9" width="7.085" height="0.963"/>
+
+ <rect x="919.402" y="439.349" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 1939.5032 548.8501)" opacity="0.5" fill="#D1E4B7" width="7.085" height="0.963"/>
+
+ <rect x="919.402" y="439.349" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 1939.5032 548.8501)" opacity="0.4" fill="#FFF8B9" width="7.085" height="0.963"/>
+
+ <rect x="919.402" y="439.349" transform="matrix(-0.9435 0.3315 -0.3315 -0.9435 1939.5032 548.8501)" opacity="0.4" fill="#FFF8B9" width="7.085" height="0.963"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M912.085,442.948c0.02,0.057,0.033,0.116,0.041,0.174l7.316-2.571l-0.32-0.908
+ l-7.299,2.565L912.085,442.948z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M912.085,442.948c0.02,0.057,0.033,0.116,0.041,0.174l7.316-2.571l-0.32-0.908
+ l-7.299,2.565L912.085,442.948z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M912.085,442.948c0.02,0.057,0.033,0.116,0.041,0.174l7.316-2.571l-0.32-0.908
+ l-7.299,2.565L912.085,442.948z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M912.085,442.948c0.02,0.057,0.033,0.116,0.041,0.174l7.316-2.571l-0.32-0.908
+ l-7.299,2.565L912.085,442.948z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M912.085,442.948c0.02,0.057,0.033,0.116,0.041,0.174l7.316-2.571l-0.32-0.908
+ l-7.299,2.565L912.085,442.948z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M912.085,442.948c0.02,0.057,0.033,0.116,0.041,0.174l7.316-2.571l-0.32-0.908
+ l-7.299,2.565L912.085,442.948z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M911.537,444.087l-6.4,2.25l0.082,0.234l14.544-5.112l-0.319-0.908l-7.316,2.571
+ C912.184,443.534,911.945,443.944,911.537,444.087z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M911.537,444.087l-6.4,2.25l0.082,0.234l14.544-5.112l-0.319-0.908l-7.316,2.571
+ C912.184,443.534,911.945,443.944,911.537,444.087z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M911.537,444.087l-6.4,2.25l0.082,0.234l14.544-5.112l-0.319-0.908l-7.316,2.571
+ C912.184,443.534,911.945,443.944,911.537,444.087z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M911.537,444.087l-6.4,2.25l0.082,0.234l14.544-5.112l-0.319-0.908l-7.316,2.571
+ C912.184,443.534,911.945,443.944,911.537,444.087z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M911.537,444.087l-6.4,2.25l0.082,0.234l14.544-5.112l-0.319-0.908l-7.316,2.571
+ C912.184,443.534,911.945,443.944,911.537,444.087z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M911.537,444.087l-6.4,2.25l0.082,0.234l14.544-5.112l-0.319-0.908l-7.316,2.571
+ C912.184,443.534,911.945,443.944,911.537,444.087z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M911.537,444.087l-6.4,2.25l0.082,0.234l14.544-5.112l-0.319-0.908l-7.316,2.571
+ C912.184,443.534,911.945,443.944,911.537,444.087z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M912.126,443.122c-0.008-0.058-0.021-0.117-0.041-0.174l-0.262-0.74l-7.244,2.547
+ l0.32,0.908L912.126,443.122z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M912.126,443.122c-0.008-0.058-0.021-0.117-0.041-0.174l-0.262-0.74l-7.244,2.547
+ l0.32,0.908L912.126,443.122z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M912.126,443.122c-0.008-0.058-0.021-0.117-0.041-0.174l-0.262-0.74l-7.244,2.547
+ l0.32,0.908L912.126,443.122z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M912.126,443.122c-0.008-0.058-0.021-0.117-0.041-0.174l-0.262-0.74l-7.244,2.547
+ l0.32,0.908L912.126,443.122z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M912.126,443.122c-0.008-0.058-0.021-0.117-0.041-0.174l-0.262-0.74l-7.244,2.547
+ l0.32,0.908L912.126,443.122z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M912.126,443.122c-0.008-0.058-0.021-0.117-0.041-0.174l-0.262-0.74l-7.244,2.547
+ l0.32,0.908L912.126,443.122z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M912.126,443.122c-0.008-0.058-0.021-0.117-0.041-0.174l-0.262-0.74l-7.244,2.547
+ l0.32,0.908L912.126,443.122z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M905.136,446.337l6.4-2.25c0.408-0.143,0.647-0.553,0.59-0.965l-7.227,2.541
+ L905.136,446.337z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M905.136,446.337l6.4-2.25c0.408-0.143,0.647-0.553,0.59-0.965l-7.227,2.541
+ L905.136,446.337z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M905.136,446.337l6.4-2.25c0.408-0.143,0.647-0.553,0.59-0.965l-7.227,2.541
+ L905.136,446.337z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M905.136,446.337l6.4-2.25c0.408-0.143,0.647-0.553,0.59-0.965l-7.227,2.541
+ L905.136,446.337z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M905.136,446.337l6.4-2.25c0.408-0.143,0.647-0.553,0.59-0.965l-7.227,2.541
+ L905.136,446.337z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M905.136,446.337l6.4-2.25c0.408-0.143,0.647-0.553,0.59-0.965l-7.227,2.541
+ L905.136,446.337z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M905.136,446.337l6.4-2.25c0.408-0.143,0.647-0.553,0.59-0.965l-7.227,2.541
+ L905.136,446.337z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M905.136,446.337l6.4-2.25c0.408-0.143,0.647-0.553,0.59-0.965l-7.227,2.541
+ L905.136,446.337z"/>
+
+ <rect x="873.084" y="454.638" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -101.475 316.4445)" opacity="0.4" fill="#FFF8B9" width="7.08" height="1.927"/>
+
+ <rect x="873.084" y="454.638" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -101.475 316.4445)" opacity="0.4" fill="#FFF8B9" width="7.08" height="1.927"/>
+
+ <rect x="873.084" y="454.638" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -101.475 316.4445)" opacity="0.4" fill="#FFF8B9" width="7.08" height="1.927"/>
+
+ <rect x="873.084" y="454.638" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -101.475 316.4445)" opacity="0.5" fill="#D1E4B7" width="7.08" height="1.927"/>
+
+ <rect x="873.084" y="454.638" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -101.475 316.4445)" opacity="0.4" fill="#FFF8B9" width="7.08" height="1.927"/>
+
+ <rect x="873.084" y="454.638" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -101.475 316.4445)" opacity="0.2" fill="#FFF6A3" width="7.08" height="1.927"/>
+
+ <rect x="873.084" y="454.638" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -101.475 316.4445)" opacity="0.4" fill="#FFF8B9" width="7.08" height="1.927"/>
+
+ <rect x="879.676" y="451.776" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -100.0782 319.0779)" opacity="0.4" fill="#FFF8B9" width="10.179" height="1.925"/>
+
+ <rect x="879.676" y="451.776" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -100.0782 319.0779)" opacity="0.4" fill="#FFF8B9" width="10.179" height="1.925"/>
+
+ <rect x="879.676" y="451.776" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -100.0782 319.0779)" opacity="0.4" fill="#FFF8B9" width="10.179" height="1.925"/>
+
+ <rect x="879.676" y="451.776" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -100.0782 319.0779)" opacity="0.5" fill="#D1E4B7" width="10.179" height="1.925"/>
+
+ <rect x="879.676" y="451.776" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -100.0782 319.0779)" opacity="0.4" fill="#FFF8B9" width="10.179" height="1.925"/>
+
+ <rect x="879.676" y="451.776" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -100.0782 319.0779)" opacity="0.4" fill="#FFF8B9" width="10.179" height="1.925"/>
+
+ <rect x="879.676" y="451.776" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -100.0782 319.0779)" opacity="0.2" fill="#FFF6A3" width="10.179" height="1.925"/>
+
+ <rect x="879.676" y="451.776" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -100.0782 319.0779)" opacity="0.4" fill="#FFF8B9" width="10.179" height="1.925"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M934.034,429.402c0.29-0.103,0.521-0.192,0.517-0.203l-0.656-1.868
+ c-0.004-0.014-0.241,0.061-0.529,0.162l-7.098,2.494l0.671,1.91L934.034,429.402z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M934.034,429.402c0.29-0.103,0.521-0.192,0.517-0.203l-0.656-1.868
+ c-0.004-0.014-0.241,0.061-0.529,0.162l-7.098,2.494l0.671,1.91L934.034,429.402z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M934.034,429.402c0.29-0.103,0.521-0.192,0.517-0.203l-0.656-1.868
+ c-0.004-0.014-0.241,0.061-0.529,0.162l-7.098,2.494l0.671,1.91L934.034,429.402z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M859.869,453.327c-0.289,0.102-0.52,0.191-0.515,0.205l0.655,1.867
+ c0.005,0.012,0.242-0.063,0.531-0.163l7.433-2.612l-0.673-1.909L859.869,453.327z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M859.869,453.327c-0.289,0.102-0.52,0.191-0.515,0.205l0.655,1.867
+ c0.005,0.012,0.242-0.063,0.531-0.163l7.433-2.612l-0.673-1.909L859.869,453.327z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M859.869,453.327c-0.289,0.102-0.52,0.191-0.515,0.205l0.655,1.867
+ c0.005,0.012,0.242-0.063,0.531-0.163l7.433-2.612l-0.673-1.909L859.869,453.327z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M859.869,453.327c-0.289,0.102-0.52,0.191-0.515,0.205l0.655,1.867
+ c0.005,0.012,0.242-0.063,0.531-0.163l7.433-2.612l-0.673-1.909L859.869,453.327z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M901.427,440.637c0.025,0.07,0.038,0.142,0.044,0.212l1.544-0.543l-0.671-1.909
+ l-1.516,0.533L901.427,440.637z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M901.427,440.637c0.025,0.07,0.038,0.142,0.044,0.212l1.544-0.543l-0.671-1.909
+ l-1.516,0.533L901.427,440.637z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M901.427,440.637c0.025,0.07,0.038,0.142,0.044,0.212l1.544-0.543l-0.671-1.909
+ l-1.516,0.533L901.427,440.637z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M901.427,440.637c0.025,0.07,0.038,0.142,0.044,0.212l1.544-0.543l-0.671-1.909
+ l-1.516,0.533L901.427,440.637z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M901.427,440.637c0.025,0.07,0.038,0.142,0.044,0.212l1.544-0.543l-0.671-1.909
+ l-1.516,0.533L901.427,440.637z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M901.427,440.637c0.025,0.07,0.038,0.142,0.044,0.212l1.544-0.543l-0.671-1.909
+ l-1.516,0.533L901.427,440.637z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M897.287,442.319l4.185-1.471c-0.006-0.07-0.019-0.142-0.044-0.212l-0.599-1.707
+ l-4.213,1.481L897.287,442.319z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M897.287,442.319l4.185-1.471c-0.006-0.07-0.019-0.142-0.044-0.212l-0.599-1.707
+ l-4.213,1.481L897.287,442.319z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M897.287,442.319l4.185-1.471c-0.006-0.07-0.019-0.142-0.044-0.212l-0.599-1.707
+ l-4.213,1.481L897.287,442.319z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M897.287,442.319l4.185-1.471c-0.006-0.07-0.019-0.142-0.044-0.212l-0.599-1.707
+ l-4.213,1.481L897.287,442.319z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M897.287,442.319l4.185-1.471c-0.006-0.07-0.019-0.142-0.044-0.212l-0.599-1.707
+ l-4.213,1.481L897.287,442.319z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M897.287,442.319l4.185-1.471c-0.006-0.07-0.019-0.142-0.044-0.212l-0.599-1.707
+ l-4.213,1.481L897.287,442.319z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M897.287,442.319l4.185-1.471c-0.006-0.07-0.019-0.142-0.044-0.212l-0.599-1.707
+ l-4.213,1.481L897.287,442.319z"/>
+
+ <rect x="893.244" y="439.455" transform="matrix(0.3317 0.9434 -0.9434 0.3317 1014.9191 -548.0275)" opacity="0.4" fill="#FFF8B9" width="2.023" height="5.715"/>
+
+ <rect x="893.244" y="439.455" transform="matrix(0.3317 0.9434 -0.9434 0.3317 1014.9191 -548.0275)" opacity="0.4" fill="#FFF8B9" width="2.023" height="5.715"/>
+
+ <rect x="893.244" y="439.455" transform="matrix(0.3317 0.9434 -0.9434 0.3317 1014.9191 -548.0275)" opacity="0.4" fill="#FFF8B9" width="2.023" height="5.715"/>
+
+ <rect x="893.244" y="439.455" transform="matrix(0.3317 0.9434 -0.9434 0.3317 1014.9191 -548.0275)" opacity="0.4" fill="#FFF8B9" width="2.023" height="5.715"/>
+
+ <rect x="893.244" y="439.455" transform="matrix(0.3317 0.9434 -0.9434 0.3317 1014.9191 -548.0275)" opacity="0.2" fill="#FFF6A3" width="2.023" height="5.715"/>
+
+ <rect x="893.244" y="439.455" transform="matrix(0.3317 0.9434 -0.9434 0.3317 1014.9191 -548.0275)" opacity="0.4" fill="#FFF8B9" width="2.023" height="5.715"/>
+
+ <rect x="893.244" y="439.455" transform="matrix(0.3317 0.9434 -0.9434 0.3317 1014.9191 -548.0275)" opacity="0.4" fill="#FFF8B9" width="2.023" height="5.715"/>
+
+ <rect x="893.244" y="439.455" transform="matrix(0.3317 0.9434 -0.9434 0.3317 1014.9191 -548.0275)" opacity="0.2" fill="#FFF6A3" width="2.023" height="5.715"/>
+
+ <rect x="867.556" y="450.183" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -100.489 313.9638)" opacity="0.4" fill="#FFF8B9" width="2.857" height="2.024"/>
+
+ <rect x="867.556" y="450.183" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -100.489 313.9638)" opacity="0.4" fill="#FFF8B9" width="2.857" height="2.024"/>
+
+ <rect x="867.556" y="450.183" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -100.489 313.9638)" opacity="0.5" fill="#D1E4B7" width="2.857" height="2.024"/>
+
+ <rect x="867.556" y="450.183" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -100.489 313.9638)" opacity="0.4" fill="#FFF8B9" width="2.857" height="2.024"/>
+
+ <rect x="867.556" y="450.183" transform="matrix(0.9433 -0.3319 0.3319 0.9433 -100.489 313.9638)" opacity="0.2" fill="#FFF6A3" width="2.857" height="2.024"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M870.774,449.631c-0.021-0.056,0.052-0.131,0.161-0.169l6.482-2.279l-0.008-0.021
+ l-7.414,2.605l0.672,1.909l0.733-0.257L870.774,449.631z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M870.774,449.631c-0.021-0.056,0.052-0.131,0.161-0.169l6.482-2.279l-0.008-0.021
+ l-7.414,2.605l0.672,1.909l0.733-0.257L870.774,449.631z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M870.774,449.631c-0.021-0.056,0.052-0.131,0.161-0.169l6.482-2.279l-0.008-0.021
+ l-7.414,2.605l0.672,1.909l0.733-0.257L870.774,449.631z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M870.774,449.631c-0.021-0.056,0.052-0.131,0.161-0.169l6.482-2.279l-0.008-0.021
+ l-7.414,2.605l0.672,1.909l0.733-0.257L870.774,449.631z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M870.774,449.631c-0.021-0.056,0.052-0.131,0.161-0.169l6.482-2.279l-0.008-0.021
+ l-7.414,2.605l0.672,1.909l0.733-0.257L870.774,449.631z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M870.774,449.631c-0.021-0.056,0.052-0.131,0.161-0.169l6.482-2.279l-0.008-0.021
+ l-7.414,2.605l0.672,1.909l0.733-0.257L870.774,449.631z"/>
+
+ <rect x="879.509" y="444.199" transform="matrix(0.3417 0.9398 -0.9398 0.3417 998.5037 -532.7004)" opacity="0.4" fill="#FFF8B9" width="0.023" height="4.465"/>
+
+ <rect x="879.509" y="444.199" transform="matrix(0.3417 0.9398 -0.9398 0.3417 998.5037 -532.7004)" opacity="0.4" fill="#FFF8B9" width="0.023" height="4.465"/>
+
+ <rect x="879.509" y="444.199" transform="matrix(0.3417 0.9398 -0.9398 0.3417 998.5037 -532.7004)" opacity="0.4" fill="#FFF8B9" width="0.023" height="4.465"/>
+
+ <rect x="879.509" y="444.199" transform="matrix(0.3417 0.9398 -0.9398 0.3417 998.5037 -532.7004)" opacity="0.5" fill="#D1E4B7" width="0.023" height="4.465"/>
+
+ <rect x="879.509" y="444.199" transform="matrix(0.3417 0.9398 -0.9398 0.3417 998.5037 -532.7004)" opacity="0.4" fill="#FFF8B9" width="0.023" height="4.465"/>
+
+ <rect x="879.509" y="444.199" transform="matrix(0.3417 0.9398 -0.9398 0.3417 998.5037 -532.7004)" opacity="0.4" fill="#FFF8B9" width="0.023" height="4.465"/>
+
+ <rect x="879.509" y="444.199" transform="matrix(0.3417 0.9398 -0.9398 0.3417 998.5037 -532.7004)" opacity="0.2" fill="#FFF6A3" width="0.023" height="4.465"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M887.056,443.907l-0.043-0.123l-5.391,1.896l0.008,0.021l5.192-1.826
+ C886.931,443.837,887.037,443.853,887.056,443.907z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M887.056,443.907l-0.043-0.123l-5.391,1.896l0.008,0.021l5.192-1.826
+ C886.931,443.837,887.037,443.853,887.056,443.907z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M887.056,443.907l-0.043-0.123l-5.391,1.896l0.008,0.021l5.192-1.826
+ C886.931,443.837,887.037,443.853,887.056,443.907z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M887.056,443.907l-0.043-0.123l-5.391,1.896l0.008,0.021l5.192-1.826
+ C886.931,443.837,887.037,443.853,887.056,443.907z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M887.056,443.907l-0.043-0.123l-5.391,1.896l0.008,0.021l5.192-1.826
+ C886.931,443.837,887.037,443.853,887.056,443.907z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M887.056,443.907l-0.043-0.123l-5.391,1.896l0.008,0.021l5.192-1.826
+ C886.931,443.837,887.037,443.853,887.056,443.907z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M887.056,443.907l-0.043-0.123l-5.391,1.896l0.008,0.021l5.192-1.826
+ C886.931,443.837,887.037,443.853,887.056,443.907z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M887.056,443.907l-0.043-0.123l-5.391,1.896l0.008,0.021l5.192-1.826
+ C886.931,443.837,887.037,443.853,887.056,443.907z"/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="887.683,445.694 891.054,444.51 890.382,442.601 887.013,443.784 887.056,443.907
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="887.683,445.694 891.054,444.51 890.382,442.601 887.013,443.784 887.056,443.907
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="887.683,445.694 891.054,444.51 890.382,442.601 887.013,443.784 887.056,443.907
+ "/>
+ <polygon opacity="0.5" fill="#D1E4B7" points="887.683,445.694 891.054,444.51 890.382,442.601 887.013,443.784 887.056,443.907
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="887.683,445.694 891.054,444.51 890.382,442.601 887.013,443.784 887.056,443.907
+ "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="887.683,445.694 891.054,444.51 890.382,442.601 887.013,443.784 887.056,443.907
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="887.683,445.694 891.054,444.51 890.382,442.601 887.013,443.784 887.056,443.907
+ "/>
+ <polygon opacity="0.4" fill="#FFF8B9" points="887.683,445.694 891.054,444.51 890.382,442.601 887.013,443.784 887.056,443.907
+ "/>
+ <polygon opacity="0.2" fill="#FFF6A3" points="887.683,445.694 891.054,444.51 890.382,442.601 887.013,443.784 887.056,443.907
+ "/>
+
+ <rect x="890.693" y="442.396" transform="matrix(0.9438 -0.3306 0.3306 0.9438 -96.4883 319.588)" opacity="0.4" fill="#FFF8B9" width="0.892" height="2.024"/>
+
+ <rect x="890.693" y="442.396" transform="matrix(0.9438 -0.3306 0.3306 0.9438 -96.4883 319.588)" opacity="0.4" fill="#FFF8B9" width="0.892" height="2.024"/>
+
+ <rect x="890.693" y="442.396" transform="matrix(0.9438 -0.3306 0.3306 0.9438 -96.4883 319.588)" opacity="0.4" fill="#FFF8B9" width="0.892" height="2.024"/>
+
+ <rect x="890.693" y="442.396" transform="matrix(0.9438 -0.3306 0.3306 0.9438 -96.4883 319.588)" opacity="0.5" fill="#D1E4B7" width="0.892" height="2.024"/>
+
+ <rect x="890.693" y="442.396" transform="matrix(0.9438 -0.3306 0.3306 0.9438 -96.4883 319.588)" opacity="0.4" fill="#FFF8B9" width="0.892" height="2.024"/>
+
+ <rect x="890.693" y="442.396" transform="matrix(0.9438 -0.3306 0.3306 0.9438 -96.4883 319.588)" opacity="0.2" fill="#FFF6A3" width="0.892" height="2.024"/>
+
+ <rect x="890.693" y="442.396" transform="matrix(0.9438 -0.3306 0.3306 0.9438 -96.4883 319.588)" opacity="0.4" fill="#FFF8B9" width="0.892" height="2.024"/>
+
+ <rect x="890.693" y="442.396" transform="matrix(0.9438 -0.3306 0.3306 0.9438 -96.4883 319.588)" opacity="0.4" fill="#FFF8B9" width="0.892" height="2.024"/>
+
+ <rect x="890.693" y="442.396" transform="matrix(0.9438 -0.3306 0.3306 0.9438 -96.4883 319.588)" opacity="0.4" fill="#FFF8B9" width="0.892" height="2.024"/>
+
+ <rect x="890.693" y="442.396" transform="matrix(0.9438 -0.3306 0.3306 0.9438 -96.4883 319.588)" opacity="0.2" fill="#FFF6A3" width="0.892" height="2.024"/>
+
+ <rect x="923.826" y="430.404" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 1941.2131 531.6422)" opacity="0.4" fill="#FFF8B9" width="2.857" height="2.025"/>
+
+ <rect x="923.826" y="430.404" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 1941.2131 531.6422)" opacity="0.4" fill="#FFF8B9" width="2.857" height="2.025"/>
+
+ <rect x="923.826" y="430.404" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 1941.2131 531.6422)" opacity="0.4" fill="#FFF8B9" width="2.857" height="2.025"/>
+
+ <rect x="923.826" y="430.404" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 1941.2131 531.6422)" opacity="0.2" fill="#FFF6A3" width="2.857" height="2.025"/>
+
+ <rect x="919.553" y="429.521" transform="matrix(0.331 0.9436 -0.9436 0.331 1024.5623 -578.9479)" opacity="0.4" fill="#FFF8B9" width="2.024" height="7.086"/>
+
+ <rect x="919.553" y="429.521" transform="matrix(0.331 0.9436 -0.9436 0.331 1024.5623 -578.9479)" opacity="0.4" fill="#FFF8B9" width="2.024" height="7.086"/>
+
+ <rect x="919.553" y="429.521" transform="matrix(0.331 0.9436 -0.9436 0.331 1024.5623 -578.9479)" opacity="0.4" fill="#FFF8B9" width="2.024" height="7.086"/>
+
+ <rect x="919.553" y="429.521" transform="matrix(0.331 0.9436 -0.9436 0.331 1024.5623 -578.9479)" opacity="0.4" fill="#FFF8B9" width="2.024" height="7.086"/>
+
+ <rect x="919.553" y="429.521" transform="matrix(0.331 0.9436 -0.9436 0.331 1024.5623 -578.9479)" opacity="0.2" fill="#FFF6A3" width="2.024" height="7.086"/>
+
+ <rect x="912.563" y="431.654" transform="matrix(0.3324 0.9431 -0.9431 0.3324 1020.6695 -570.872)" opacity="0.4" fill="#FFF8B9" width="2.024" height="7.736"/>
+
+ <rect x="912.563" y="431.654" transform="matrix(0.3324 0.9431 -0.9431 0.3324 1020.6695 -570.872)" opacity="0.4" fill="#FFF8B9" width="2.024" height="7.736"/>
+
+ <rect x="912.563" y="431.654" transform="matrix(0.3324 0.9431 -0.9431 0.3324 1020.6695 -570.872)" opacity="0.4" fill="#FFF8B9" width="2.024" height="7.736"/>
+
+ <rect x="912.563" y="431.654" transform="matrix(0.3324 0.9431 -0.9431 0.3324 1020.6695 -570.872)" opacity="0.2" fill="#FFF6A3" width="2.024" height="7.736"/>
+
+ <rect x="912.563" y="431.654" transform="matrix(0.3324 0.9431 -0.9431 0.3324 1020.6695 -570.872)" opacity="0.4" fill="#FFF8B9" width="2.024" height="7.736"/>
+
+ <rect x="912.563" y="431.654" transform="matrix(0.3324 0.9431 -0.9431 0.3324 1020.6695 -570.872)" opacity="0.2" fill="#FFF6A3" width="2.024" height="7.736"/>
+
+ <rect x="902.462" y="437.067" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 1906.5923 550.8441)" opacity="0.4" fill="#FFF8B9" width="7.681" height="2.023"/>
+
+ <rect x="902.462" y="437.067" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 1906.5923 550.8441)" opacity="0.4" fill="#FFF8B9" width="7.681" height="2.023"/>
+
+ <rect x="902.462" y="437.067" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 1906.5923 550.8441)" opacity="0.4" fill="#FFF8B9" width="7.681" height="2.023"/>
+
+ <rect x="902.462" y="437.067" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 1906.5923 550.8441)" opacity="0.2" fill="#FFF6A3" width="7.681" height="2.023"/>
+
+ <rect x="902.462" y="437.067" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 1906.5923 550.8441)" opacity="0.4" fill="#FFF8B9" width="7.681" height="2.023"/>
+
+ <rect x="902.462" y="437.067" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 1906.5923 550.8441)" opacity="0.4" fill="#FFF8B9" width="7.681" height="2.023"/>
+
+ <rect x="902.462" y="437.067" transform="matrix(-0.9434 0.3316 -0.3316 -0.9434 1906.5923 550.8441)" opacity="0.2" fill="#FFF6A3" width="7.681" height="2.023"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M877.417,447.183l-6.482,2.279c-0.109,0.038-0.182,0.113-0.161,0.169l0.627,1.788
+ l6.68-2.35L877.417,447.183z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M877.417,447.183l-6.482,2.279c-0.109,0.038-0.182,0.113-0.161,0.169l0.627,1.788
+ l6.68-2.35L877.417,447.183z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M877.417,447.183l-6.482,2.279c-0.109,0.038-0.182,0.113-0.161,0.169l0.627,1.788
+ l6.68-2.35L877.417,447.183z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M877.417,447.183l-6.482,2.279c-0.109,0.038-0.182,0.113-0.161,0.169l0.627,1.788
+ l6.68-2.35L877.417,447.183z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M877.417,447.183l-6.482,2.279c-0.109,0.038-0.182,0.113-0.161,0.169l0.627,1.788
+ l6.68-2.35L877.417,447.183z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M877.417,447.183l-6.482,2.279c-0.109,0.038-0.182,0.113-0.161,0.169l0.627,1.788
+ l6.68-2.35L877.417,447.183z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M877.417,447.183l-6.482,2.279c-0.109,0.038-0.182,0.113-0.161,0.169l0.627,1.788
+ l6.68-2.35L877.417,447.183z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M882.32,447.579c-0.039-0.058-0.072-0.123-0.099-0.192l-0.591-1.685l-4.213,1.48
+ l0.663,1.887L882.32,447.579z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M882.32,447.579c-0.039-0.058-0.072-0.123-0.099-0.192l-0.591-1.685l-4.213,1.48
+ l0.663,1.887L882.32,447.579z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M882.32,447.579c-0.039-0.058-0.072-0.123-0.099-0.192l-0.591-1.685l-4.213,1.48
+ l0.663,1.887L882.32,447.579z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M882.32,447.579c-0.039-0.058-0.072-0.123-0.099-0.192l-0.591-1.685l-4.213,1.48
+ l0.663,1.887L882.32,447.579z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M882.32,447.579c-0.039-0.058-0.072-0.123-0.099-0.192l-0.591-1.685l-4.213,1.48
+ l0.663,1.887L882.32,447.579z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M882.32,447.579c-0.039-0.058-0.072-0.123-0.099-0.192l-0.591-1.685l-4.213,1.48
+ l0.663,1.887L882.32,447.579z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M882.32,447.579c-0.039-0.058-0.072-0.123-0.099-0.192l-0.591-1.685l-4.213,1.48
+ l0.663,1.887L882.32,447.579z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M882.32,447.579c-0.039-0.058-0.072-0.123-0.099-0.192l-0.591-1.685l-4.213,1.48
+ l0.663,1.887L882.32,447.579z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M882.32,447.579l5.363-1.885l-0.627-1.787c-0.02-0.055-0.125-0.07-0.233-0.031
+ l-5.192,1.826l0.591,1.685C882.248,447.456,882.281,447.521,882.32,447.579z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M882.32,447.579l5.363-1.885l-0.627-1.787c-0.02-0.055-0.125-0.07-0.233-0.031
+ l-5.192,1.826l0.591,1.685C882.248,447.456,882.281,447.521,882.32,447.579z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M882.32,447.579l5.363-1.885l-0.627-1.787c-0.02-0.055-0.125-0.07-0.233-0.031
+ l-5.192,1.826l0.591,1.685C882.248,447.456,882.281,447.521,882.32,447.579z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M882.32,447.579l5.363-1.885l-0.627-1.787c-0.02-0.055-0.125-0.07-0.233-0.031
+ l-5.192,1.826l0.591,1.685C882.248,447.456,882.281,447.521,882.32,447.579z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M882.32,447.579l5.363-1.885l-0.627-1.787c-0.02-0.055-0.125-0.07-0.233-0.031
+ l-5.192,1.826l0.591,1.685C882.248,447.456,882.281,447.521,882.32,447.579z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M882.32,447.579l5.363-1.885l-0.627-1.787c-0.02-0.055-0.125-0.07-0.233-0.031
+ l-5.192,1.826l0.591,1.685C882.248,447.456,882.281,447.521,882.32,447.579z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M882.32,447.579l5.363-1.885l-0.627-1.787c-0.02-0.055-0.125-0.07-0.233-0.031
+ l-5.192,1.826l0.591,1.685C882.248,447.456,882.281,447.521,882.32,447.579z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M882.32,447.579l5.363-1.885l-0.627-1.787c-0.02-0.055-0.125-0.07-0.233-0.031
+ l-5.192,1.826l0.591,1.685C882.248,447.456,882.281,447.521,882.32,447.579z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M882.32,447.579l5.363-1.885l-0.627-1.787c-0.02-0.055-0.125-0.07-0.233-0.031
+ l-5.192,1.826l0.591,1.685C882.248,447.456,882.281,447.521,882.32,447.579z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M830.122,456.046c-0.301,0.105-0.54,0.205-0.534,0.223l0.928,2.643
+ c0.007,0.016,0.256-0.057,0.555-0.162l1.738-0.611l-0.949-2.701L830.122,456.046z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M830.122,456.046c-0.301,0.105-0.54,0.205-0.534,0.223l0.928,2.643
+ c0.007,0.016,0.256-0.057,0.555-0.162l1.738-0.611l-0.949-2.701L830.122,456.046z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M830.122,456.046c-0.301,0.105-0.54,0.205-0.534,0.223l0.928,2.643
+ c0.007,0.016,0.256-0.057,0.555-0.162l1.738-0.611l-0.949-2.701L830.122,456.046z"/>
+
+ <rect x="831.343" y="449.552" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -101.5217 307.0137)" opacity="0.4" fill="#FFF8B9" width="35.002" height="2.863"/>
+
+ <rect x="831.343" y="449.552" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -101.5217 307.0137)" opacity="0.4" fill="#FFF8B9" width="35.002" height="2.863"/>
+
+ <rect x="831.343" y="449.552" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -101.5217 307.0137)" opacity="0.5" fill="#D1E4B7" width="35.002" height="2.863"/>
+
+ <rect x="831.343" y="449.552" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -101.5217 307.0137)" opacity="0.5" fill="#D1E4B7" width="35.002" height="2.863"/>
+
+ <rect x="898.208" y="432.325" transform="matrix(0.3316 0.9434 -0.9434 0.3316 1009.9156 -559.2386)" opacity="0.4" fill="#FFF8B9" width="2.865" height="1.609"/>
+
+ <rect x="898.208" y="432.325" transform="matrix(0.3316 0.9434 -0.9434 0.3316 1009.9156 -559.2386)" opacity="0.4" fill="#FFF8B9" width="2.865" height="1.609"/>
+
+ <rect x="898.208" y="432.325" transform="matrix(0.3316 0.9434 -0.9434 0.3316 1009.9156 -559.2386)" opacity="0.4" fill="#FFF8B9" width="2.865" height="1.609"/>
+
+ <rect x="898.208" y="432.325" transform="matrix(0.3316 0.9434 -0.9434 0.3316 1009.9156 -559.2386)" opacity="0.2" fill="#FFF6A3" width="2.865" height="1.609"/>
+
+ <rect x="898.208" y="432.325" transform="matrix(0.3316 0.9434 -0.9434 0.3316 1009.9156 -559.2386)" opacity="0.4" fill="#FFF8B9" width="2.865" height="1.609"/>
+
+ <rect x="898.208" y="432.325" transform="matrix(0.3316 0.9434 -0.9434 0.3316 1009.9156 -559.2386)" opacity="0.5" fill="#D1E4B7" width="2.865" height="1.609"/>
+
+ <rect x="892.649" y="429.994" transform="matrix(0.3317 0.9434 -0.9434 0.3317 1007.931 -552.7007)" opacity="0.4" fill="#FFF8B9" width="2.864" height="10.177"/>
+
+ <rect x="892.649" y="429.994" transform="matrix(0.3317 0.9434 -0.9434 0.3317 1007.931 -552.7007)" opacity="0.4" fill="#FFF8B9" width="2.864" height="10.177"/>
+
+ <rect x="892.649" y="429.994" transform="matrix(0.3317 0.9434 -0.9434 0.3317 1007.931 -552.7007)" opacity="0.4" fill="#FFF8B9" width="2.864" height="10.177"/>
+
+ <rect x="892.649" y="429.994" transform="matrix(0.3317 0.9434 -0.9434 0.3317 1007.931 -552.7007)" opacity="0.2" fill="#FFF6A3" width="2.864" height="10.177"/>
+
+ <rect x="892.649" y="429.994" transform="matrix(0.3317 0.9434 -0.9434 0.3317 1007.931 -552.7007)" opacity="0.4" fill="#FFF8B9" width="2.864" height="10.177"/>
+
+ <rect x="892.649" y="429.994" transform="matrix(0.3317 0.9434 -0.9434 0.3317 1007.931 -552.7007)" opacity="0.4" fill="#FFF8B9" width="2.864" height="10.177"/>
+
+ <rect x="892.649" y="429.994" transform="matrix(0.3317 0.9434 -0.9434 0.3317 1007.931 -552.7007)" opacity="0.5" fill="#D1E4B7" width="2.864" height="10.177"/>
+
+ <rect x="865.271" y="443.277" transform="matrix(0.3318 0.9433 -0.9433 0.3318 998.6042 -520.4573)" opacity="0.4" fill="#FFF8B9" width="2.863" height="2.857"/>
+
+ <rect x="865.271" y="443.277" transform="matrix(0.3318 0.9433 -0.9433 0.3318 998.6042 -520.4573)" opacity="0.4" fill="#FFF8B9" width="2.863" height="2.857"/>
+
+ <rect x="865.271" y="443.277" transform="matrix(0.3318 0.9433 -0.9433 0.3318 998.6042 -520.4573)" opacity="0.5" fill="#D1E4B7" width="2.863" height="2.857"/>
+
+ <rect x="865.271" y="443.277" transform="matrix(0.3318 0.9433 -0.9433 0.3318 998.6042 -520.4573)" opacity="0.4" fill="#FFF8B9" width="2.863" height="2.857"/>
+
+ <rect x="865.271" y="443.277" transform="matrix(0.3318 0.9433 -0.9433 0.3318 998.6042 -520.4573)" opacity="0.5" fill="#D1E4B7" width="2.863" height="2.857"/>
+
+ <rect x="867.702" y="440.756" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -97.1949 314.8572)" opacity="0.4" fill="#FFF8B9" width="12.322" height="2.863"/>
+
+ <rect x="867.702" y="440.756" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -97.1949 314.8572)" opacity="0.4" fill="#FFF8B9" width="12.322" height="2.863"/>
+
+ <rect x="867.702" y="440.756" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -97.1949 314.8572)" opacity="0.4" fill="#FFF8B9" width="12.322" height="2.863"/>
+
+ <rect x="867.702" y="440.756" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -97.1949 314.8572)" opacity="0.5" fill="#D1E4B7" width="12.322" height="2.863"/>
+
+ <rect x="867.702" y="440.756" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -97.1949 314.8572)" opacity="0.4" fill="#FFF8B9" width="12.322" height="2.863"/>
+
+ <rect x="867.702" y="440.756" transform="matrix(0.9434 -0.3317 0.3317 0.9434 -97.1949 314.8572)" opacity="0.5" fill="#D1E4B7" width="12.322" height="2.863"/>
+
+ <rect x="880.939" y="436.34" transform="matrix(0.3317 0.9434 -0.9434 0.3317 1003.9882 -538.9043)" opacity="0.4" fill="#FFF8B9" width="2.864" height="5.715"/>
+
+ <rect x="880.939" y="436.34" transform="matrix(0.3317 0.9434 -0.9434 0.3317 1003.9882 -538.9043)" opacity="0.4" fill="#FFF8B9" width="2.864" height="5.715"/>
+
+ <rect x="880.939" y="436.34" transform="matrix(0.3317 0.9434 -0.9434 0.3317 1003.9882 -538.9043)" opacity="0.4" fill="#FFF8B9" width="2.864" height="5.715"/>
+
+ <rect x="880.939" y="436.34" transform="matrix(0.3317 0.9434 -0.9434 0.3317 1003.9882 -538.9043)" opacity="0.5" fill="#D1E4B7" width="2.864" height="5.715"/>
+
+ <rect x="880.939" y="436.34" transform="matrix(0.3317 0.9434 -0.9434 0.3317 1003.9882 -538.9043)" opacity="0.4" fill="#FFF8B9" width="2.864" height="5.715"/>
+
+ <rect x="880.939" y="436.34" transform="matrix(0.3317 0.9434 -0.9434 0.3317 1003.9882 -538.9043)" opacity="0.4" fill="#FFF8B9" width="2.864" height="5.715"/>
+
+ <rect x="880.939" y="436.34" transform="matrix(0.3317 0.9434 -0.9434 0.3317 1003.9882 -538.9043)" opacity="0.5" fill="#D1E4B7" width="2.864" height="5.715"/>
+
+ <rect x="884.966" y="436.226" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -94.9557 318.8143)" opacity="0.4" fill="#FFF8B9" width="3.572" height="2.864"/>
+
+ <rect x="884.966" y="436.226" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -94.9557 318.8143)" opacity="0.4" fill="#FFF8B9" width="3.572" height="2.864"/>
+
+ <rect x="884.966" y="436.226" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -94.9557 318.8143)" opacity="0.4" fill="#FFF8B9" width="3.572" height="2.864"/>
+
+ <rect x="884.966" y="436.226" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -94.9557 318.8143)" opacity="0.5" fill="#D1E4B7" width="3.572" height="2.864"/>
+
+ <rect x="884.966" y="436.226" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -94.9557 318.8143)" opacity="0.2" fill="#FFF6A3" width="3.572" height="2.864"/>
+
+ <rect x="884.966" y="436.226" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -94.9557 318.8143)" opacity="0.4" fill="#FFF8B9" width="3.572" height="2.864"/>
+
+ <rect x="884.966" y="436.226" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -94.9557 318.8143)" opacity="0.4" fill="#FFF8B9" width="3.572" height="2.864"/>
+
+ <rect x="884.966" y="436.226" transform="matrix(0.9434 -0.3316 0.3316 0.9434 -94.9557 318.8143)" opacity="0.5" fill="#D1E4B7" width="3.572" height="2.864"/>
+
+ <rect x="887.426" y="436.472" transform="matrix(0.331 0.9436 -0.9436 0.331 1006.9163 -546.4575)" opacity="0.4" fill="#FFF8B9" width="2.865" height="0.893"/>
+
+ <rect x="887.426" y="436.472" transform="matrix(0.331 0.9436 -0.9436 0.331 1006.9163 -546.4575)" opacity="0.4" fill="#FFF8B9" width="2.865" height="0.893"/>
+
+ <rect x="887.426" y="436.472" transform="matrix(0.331 0.9436 -0.9436 0.331 1006.9163 -546.4575)" opacity="0.4" fill="#FFF8B9" width="2.865" height="0.893"/>
+
+ <rect x="887.426" y="436.472" transform="matrix(0.331 0.9436 -0.9436 0.331 1006.9163 -546.4575)" opacity="0.5" fill="#D1E4B7" width="2.865" height="0.893"/>
+
+ <rect x="887.426" y="436.472" transform="matrix(0.331 0.9436 -0.9436 0.331 1006.9163 -546.4575)" opacity="0.2" fill="#FFF6A3" width="2.865" height="0.893"/>
+
+ <rect x="887.426" y="436.472" transform="matrix(0.331 0.9436 -0.9436 0.331 1006.9163 -546.4575)" opacity="0.4" fill="#FFF8B9" width="2.865" height="0.893"/>
+
+ <rect x="887.426" y="436.472" transform="matrix(0.331 0.9436 -0.9436 0.331 1006.9163 -546.4575)" opacity="0.4" fill="#FFF8B9" width="2.865" height="0.893"/>
+
+ <rect x="887.426" y="436.472" transform="matrix(0.331 0.9436 -0.9436 0.331 1006.9163 -546.4575)" opacity="0.4" fill="#FFF8B9" width="2.865" height="0.893"/>
+
+ <rect x="887.426" y="436.472" transform="matrix(0.331 0.9436 -0.9436 0.331 1006.9163 -546.4575)" opacity="0.5" fill="#D1E4B7" width="2.865" height="0.893"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M907.447,431.902c0.303-0.106,0.539-0.204,0.534-0.222l-0.93-2.642
+ c-0.006-0.017-0.253,0.056-0.555,0.161l-6.572,2.311l0.95,2.703L907.447,431.902z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M907.447,431.902c0.303-0.106,0.539-0.204,0.534-0.222l-0.93-2.642
+ c-0.006-0.017-0.253,0.056-0.555,0.161l-6.572,2.311l0.95,2.703L907.447,431.902z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M907.447,431.902c0.303-0.106,0.539-0.204,0.534-0.222l-0.93-2.642
+ c-0.006-0.017-0.253,0.056-0.555,0.161l-6.572,2.311l0.95,2.703L907.447,431.902z"/>
+ <path opacity="0.2" fill="#FFF6A3" d="M907.447,431.902c0.303-0.106,0.539-0.204,0.534-0.222l-0.93-2.642
+ c-0.006-0.017-0.253,0.056-0.555,0.161l-6.572,2.311l0.95,2.703L907.447,431.902z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M907.447,431.902c0.303-0.106,0.539-0.204,0.534-0.222l-0.93-2.642
+ c-0.006-0.017-0.253,0.056-0.555,0.161l-6.572,2.311l0.95,2.703L907.447,431.902z"/>
+ <path opacity="0.4" fill="#FFF8B9" d="M907.447,431.902c0.303-0.106,0.539-0.204,0.534-0.222l-0.93-2.642
+ c-0.006-0.017-0.253,0.056-0.555,0.161l-6.572,2.311l0.95,2.703L907.447,431.902z"/>
+ <path opacity="0.5" fill="#D1E4B7" d="M907.447,431.902c0.303-0.106,0.539-0.204,0.534-0.222l-0.93-2.642
+ c-0.006-0.017-0.253,0.056-0.555,0.161l-6.572,2.311l0.95,2.703L907.447,431.902z"/>
+ </g>
+ <path opacity="0.4" fill="#244960" d="M914.193,184.73c85.199-29.948,178.542,14.841,208.489,100.038
+ c29.949,85.198-14.84,178.542-100.04,208.492c-85.195,29.947-178.54-14.841-208.487-100.04
+ C784.206,308.023,828.996,214.679,914.193,184.73z"/>
+
+ <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="-182.3433" y1="642.9629" x2="-182.3433" y2="-161.6875" gradientTransform="matrix(-1 0 0 -1 952.1514 1018.2041)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="0.097" style="stop-color:#FFFFFF;stop-opacity:0.903"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+
+ <line opacity="0.3" fill="#F6F6F6" stroke="url(#SVGID_8_)" stroke-width="3" stroke-miterlimit="10" x1="1134.494" y1="375.241" x2="1134.494" y2="1179.893"/>
+
+ <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="682.248" y1="433.7646" x2="682.248" y2="-435.7466" gradientTransform="matrix(1 0 0 1 103.2568 -50.5977)">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="0.097" style="stop-color:#FFFFFF;stop-opacity:0.903"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+
+ <line opacity="0.3" fill="#F6F6F6" stroke="url(#SVGID_9_)" stroke-width="3" stroke-miterlimit="10" x1="785.505" y1="383.167" x2="785.505" y2="-486.344"/>
+ </g>
+ <linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="1684.6602" y1="-241.1621" x2="1684.6602" y2="590.3433">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+ <rect x="1654.174" y="-241.162" opacity="0.1" fill="url(#SVGID_10_)" width="60.974" height="831.505"/>
+ <linearGradient id="SVGID_11_" gradientUnits="userSpaceOnUse" x1="1743.0996" y1="-151.3203" x2="1743.0996" y2="953.186">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+ <rect x="1684.664" y="-151.32" opacity="0.1" fill="url(#SVGID_11_)" width="116.87" height="1104.506"/>
+ <linearGradient id="SVGID_12_" gradientUnits="userSpaceOnUse" x1="1883.8594" y1="-237.3135" x2="1883.8594" y2="867.1938">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+ <rect x="1847.72" y="-237.313" opacity="0.1" fill="url(#SVGID_12_)" width="72.28" height="1104.507"/>
+ <g id="rais_2_" opacity="0.5">
+ <linearGradient id="SVGID_13_" gradientUnits="userSpaceOnUse" x1="182.8276" y1="-482.5151" x2="182.8276" y2="535.9956">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+ <rect x="152.341" y="-482.515" opacity="0.1" fill="url(#SVGID_13_)" width="60.974" height="1018.511"/>
+ <linearGradient id="SVGID_14_" gradientUnits="userSpaceOnUse" x1="254.8809" y1="-485.9185" x2="254.8808" y2="866.9927">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+ <rect x="174.096" y="-485.918" opacity="0.1" fill="url(#SVGID_14_)" width="161.57" height="1352.911"/>
+ <linearGradient id="SVGID_15_" gradientUnits="userSpaceOnUse" x1="429.021" y1="-521.5" x2="429.0209" y2="831.4106">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+ <rect x="392.881" y="-521.5" opacity="0.1" fill="url(#SVGID_15_)" width="72.28" height="1352.91"/>
+ </g>
+ <linearGradient id="SVGID_16_" gradientUnits="userSpaceOnUse" x1="1809.5947" y1="-362.5767" x2="1809.5947" y2="741.9302">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+ </linearGradient>
+ <rect x="1791.524" y="-362.577" opacity="0.1" fill="url(#SVGID_16_)" width="36.141" height="1104.506"/>
+</g>
+</svg>
diff --git a/moonlight-theme/wallpaper/contents/images/1920x1200.svg b/moonlight-theme/wallpaper/contents/images/1920x1200.svg
new file mode 100755
index 0000000..db4d737
--- /dev/null
+++ b/moonlight-theme/wallpaper/contents/images/1920x1200.svg
@@ -0,0 +1,7319 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+
+<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ version="1.1"
+ x="0px"
+ y="0px"
+ width="1920"
+ height="1200"
+ viewBox="485 -51 1920 1200"
+ enable-background="new 0 0 1920 1080"
+ xml:space="preserve"
+ id="svg2190"
+ sodipodi:docname="1920x1200.svg"
+ inkscape:version="0.92.4 (5da689c313, 2019-01-14)"><metadata
+ id="metadata2196"><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><defs
+ id="defs2194" /><sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1920"
+ inkscape:window-height="1008"
+ id="namedview2192"
+ showgrid="false"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0"
+ inkscape:zoom="0.30903185"
+ inkscape:cx="949.4005"
+ inkscape:cy="779.33457"
+ inkscape:window-x="0"
+ inkscape:window-y="36"
+ inkscape:window-maximized="1"
+ inkscape:current-layer="svg2190" />
+<g
+ id="Layer_2"
+ display="none"
+ style="display:none"
+ transform="translate(485,-15.089322)">
+ <radialGradient
+ id="SVGID_1_"
+ cx="960"
+ cy="540"
+ r="1100.0364"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ offset="0"
+ style="stop-color:#515C5D"
+ id="stop2" />
+ <stop
+ offset="1"
+ style="stop-color:#003343"
+ id="stop4" />
+ </radialGradient>
+ <rect
+ x="-340"
+ y="-314.49399"
+ display="inline"
+ width="2600"
+ height="1708.988"
+ id="rect7"
+ style="display:inline;fill:url(#SVGID_1_)" />
+</g>
+
+<g
+ id="Layer_3"
+ transform="matrix(1.1111111,0,0,1.1111111,378.33333,-51.666708)">
+ <g
+ id="g25">
+ <rect
+ style="fill:#133544"
+ x="-340"
+ y="-46"
+ width="2600"
+ height="1172"
+ id="rect10" />
+
+ <radialGradient
+ id="SVGID_2_"
+ cx="257.66019"
+ cy="1126.085"
+ r="1100.5193"
+ gradientTransform="matrix(1,0,0,-0.6858,702.3398,1312.2686)"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ offset="0"
+ style="stop-color:#24363E"
+ id="stop12" />
+ <stop
+ offset="0.1555"
+ style="stop-color:#273943"
+ id="stop14" />
+ <stop
+ offset="0.3948"
+ style="stop-color:#2B3F49"
+ id="stop16" />
+ <stop
+ offset="0.6601"
+ style="stop-color:#2E424D"
+ id="stop18" />
+ <stop
+ offset="1"
+ style="stop-color:#2F434E"
+ id="stop20" />
+ </radialGradient>
+ <rect
+ style="fill:none;stroke:url(#SVGID_2_);stroke-miterlimit:10"
+ x="-340"
+ y="-46"
+ stroke-miterlimit="10"
+ width="2600"
+ height="1172"
+ id="rect23" />
+ </g>
+ <g
+ id="g34">
+
+ <radialGradient
+ id="SVGID_3_"
+ cx="499.97849"
+ cy="1219.9453"
+ r="1145.0345"
+ gradientTransform="matrix(0.2308,0,0,-0.2308,844.6051,721.5048)"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ offset="0"
+ style="stop-color:#6C99B8"
+ id="stop27" />
+ <stop
+ offset="1"
+ style="stop-color:#133544;stop-opacity:0"
+ id="stop29" />
+ </radialGradient>
+ <rect
+ style="fill:url(#SVGID_3_)"
+ x="619.362"
+ y="99.302002"
+ width="681.27698"
+ height="681.27802"
+ id="rect32" />
+ </g>
+</g><g
+ id="Layer_1"
+ transform="matrix(1.1111111,0,0,1.1111111,378.33333,-51.666708)">
+ <g
+ style="opacity:0.6"
+ id="debian">
+ <g
+ id="g61">
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 969.532,722.4 c -2.012,0.029 0.385,1.039 3.01,1.44 0.727,-0.57 1.388,-1.138 1.973,-1.696 -1.636,0.401 -3.302,0.407 -4.983,0.256"
+ id="path37" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 980.346,719.703 c 1.198,-1.654 2.071,-3.467 2.38,-5.338 -0.269,1.334 -0.996,2.486 -1.676,3.703 -3.768,2.37 -0.353,-1.405 -0.006,-2.842 -4.047,5.096 -0.554,3.055 -0.698,4.477"
+ id="path39" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 984.336,709.328 c 0.24,-3.629 -0.716,-2.482 -1.04,-1.1 0.377,0.198 0.674,2.556 1.04,1.1"
+ id="path41" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 961.894,659.754 c 1.078,0.192 2.325,0.346 2.151,0.6 1.173,-0.259 1.442,-0.497 -2.151,-0.6"
+ id="path43" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 964.045,660.354 -0.761,0.156 0.706,-0.063 0.055,-0.093"
+ id="path45" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 997.562,710.699 c 0.119,3.259 -0.956,4.835 -1.921,7.637 l -1.741,0.865 c -1.424,2.768 0.138,1.756 -0.882,3.955 -2.224,1.982 -6.749,6.188 -8.198,6.574 -1.056,-0.025 0.718,-1.248 0.948,-1.726 -2.975,2.042 -2.386,3.065 -6.938,4.312 l -0.137,-0.299 c -11.228,5.281 -26.824,-5.186 -26.618,-19.467 -0.119,0.904 -0.341,0.678 -0.593,1.045 -0.578,-7.347 3.396,-14.725 10.096,-17.739 6.556,-3.246 14.239,-1.912 18.938,2.466 -2.583,-3.381 -7.712,-6.961 -13.8,-6.628 -5.958,0.097 -11.534,3.884 -13.394,7.994 -3.051,1.921 -3.406,7.405 -4.738,8.411 -1.787,13.152 3.366,18.834 12.092,25.518 1.374,0.93 0.388,1.064 0.572,1.773 -2.897,-1.358 -5.55,-3.406 -7.733,-5.916 1.156,1.696 2.406,3.346 4.021,4.637 -2.732,-0.924 -6.383,-6.621 -7.45,-6.853 4.713,8.433 19.108,14.791 26.656,11.636 -3.491,0.134 -7.925,0.075 -11.844,-1.375 -1.646,-0.846 -3.89,-2.604 -3.484,-2.932 10.288,3.842 20.922,2.91 29.826,-4.227 2.264,-1.766 4.738,-4.766 5.456,-4.81 -1.079,1.621 0.182,0.78 -0.646,2.21 2.258,-3.64 -0.979,-1.48 2.333,-6.288 l 1.225,1.688 c -0.453,-3.021 3.754,-6.691 3.326,-11.469 0.965,-1.459 1.076,1.572 0.053,4.934 1.423,-3.729 0.375,-4.329 0.739,-7.401 0.395,1.032 0.911,2.131 1.178,3.223 -0.925,-3.604 0.95,-6.069 1.414,-8.16 -0.455,-0.206 -1.43,1.592 -1.653,-2.665 0.035,-1.851 0.517,-0.969 0.705,-1.423 -0.367,-0.212 -1.319,-1.627 -1.898,-4.347 0.42,-0.639 1.123,1.656 1.696,1.748 -0.368,-2.16 -1.003,-3.809 -1.024,-5.469 -1.674,-3.491 -0.594,0.467 -1.951,-1.499 -1.774,-5.544 1.477,-1.285 1.696,-3.804 2.696,3.902 4.235,9.953 4.937,12.461 -0.539,-3.058 -1.406,-6.016 -2.468,-8.882 0.817,0.347 -1.32,-6.283 1.062,-1.893 -2.545,-9.362 -10.888,-18.11 -18.565,-22.214 0.938,0.859 2.127,1.938 1.701,2.107 -3.818,-2.275 -3.146,-2.449 -3.691,-3.409 -3.113,-1.267 -3.317,0.103 -5.377,0 -5.86,-3.107 -6.992,-2.776 -12.388,-4.726 l 0.248,1.146 c -3.885,-1.293 -4.523,0.491 -8.725,0.004 -0.254,-0.199 1.348,-0.723 2.667,-0.911 -3.759,0.497 -3.581,-0.743 -7.258,0.134 0.907,-0.637 1.864,-1.053 2.829,-1.594 -3.061,0.188 -7.307,1.782 -5.994,0.332 -4.998,2.227 -13.865,5.356 -18.846,10.025 l -0.157,-1.051 c -2.281,2.74 -9.947,8.182 -10.557,11.725 l -0.608,0.143 c -1.188,2.013 -1.956,4.287 -2.897,6.354 -1.549,2.646 -2.275,1.019 -2.054,1.433 -3.053,6.192 -4.567,11.393 -5.881,15.658 0.935,1.396 0.023,8.395 0.377,13.998 -1.534,27.693 19.433,54.572 42.351,60.785 3.358,1.201 8.353,1.152 12.601,1.274 -5.011,-1.435 -5.659,-0.757 -10.544,-2.462 -3.521,-1.658 -4.294,-3.551 -6.789,-5.719 l 0.985,1.746 c -4.894,-1.734 -2.843,-2.145 -6.822,-3.406 l 1.054,-1.371 c -1.589,-0.124 -4.2,-2.68 -4.917,-4.093 l -1.736,0.069 c -2.084,-2.573 -3.193,-4.422 -3.113,-5.862 l -0.563,0.999 c -0.634,-1.092 -7.669,-9.646 -4.019,-7.658 -0.676,-0.619 -1.579,-1.006 -2.556,-2.777 l 0.744,-0.852 c -1.76,-2.258 -3.236,-5.159 -3.124,-6.121 0.938,1.266 1.587,1.5 2.231,1.721 -4.433,-11.005 -4.684,-0.61 -8.043,-11.202 l 0.712,-0.06 c -0.544,-0.818 -0.875,-1.71 -1.313,-2.588 l 0.308,-3.078 c -3.19,-3.697 -0.895,-15.695 -0.432,-22.275 0.321,-2.68 2.665,-5.531 4.45,-10 l -1.087,-0.186 c 2.077,-3.627 11.864,-14.559 16.395,-14 2.197,-2.756 -0.432,-0.008 -0.862,-0.701 4.823,-4.99 6.339,-3.529 9.595,-4.424 3.512,-2.082 -3.015,0.811 -1.35,-0.797 6.067,-1.547 4.302,-3.521 12.218,-4.309 0.832,0.477 -1.939,0.734 -2.637,1.35 5.055,-2.471 16.003,-1.909 23.11,1.374 8.249,3.855 17.514,15.251 17.882,25.968 l 0.413,0.113 c -0.207,4.263 0.652,9.188 -0.842,13.711 l 1.018,-2.138"
+ id="path47" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 947.549,725.162 -0.281,1.415 c 1.323,1.799 2.374,3.748 4.066,5.153 -1.217,-2.375 -2.123,-3.359 -3.785,-6.568"
+ id="path49" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 950.682,725.041 c -0.704,-0.773 -1.119,-1.707 -1.582,-2.637 0.44,1.632 1.352,3.034 2.197,4.462 l -0.615,-1.825"
+ id="path51" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 1006.055,713.008 -0.3,0.744 c -0.543,3.85 -1.711,7.66 -3.506,11.195 1.982,-3.728 3.265,-7.808 3.806,-11.939"
+ id="path53" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 962.294,658.789 c 1.363,-0.5 3.349,-0.272 4.795,-0.6 -1.885,0.155 -3.759,0.252 -5.61,0.488 l 0.815,0.112"
+ id="path55" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 914.486,684.214 c 0.313,2.901 -2.184,4.027 0.554,2.114 1.47,-3.306 -0.576,-0.911 -0.554,-2.114"
+ id="path57" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 911.267,697.659 c 0.632,-1.941 0.747,-3.103 0.986,-4.223 -1.742,2.23 -0.803,2.703 -0.986,4.223"
+ id="path59" />
+ </g>
+ </g>
+ <g
+ style="opacity:0.5"
+ id="rais">
+ <linearGradient
+ id="SVGID_4_"
+ gradientUnits="userSpaceOnUse"
+ x1="76.613297"
+ y1="-480.13379"
+ x2="76.613197"
+ y2="538.37701">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop64" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop66" />
+ </linearGradient>
+ <rect
+ style="opacity:0.1;fill:url(#SVGID_4_)"
+ x="-42.514999"
+ y="-480.134"
+ width="238.256"
+ height="1018.511"
+ id="rect69" />
+ <linearGradient
+ id="SVGID_5_"
+ gradientUnits="userSpaceOnUse"
+ x1="36.463902"
+ y1="-492.01071"
+ x2="36.463799"
+ y2="860.90088">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop71" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop73" />
+ </linearGradient>
+ <rect
+ style="opacity:0.1;fill:url(#SVGID_5_)"
+ x="-44.320999"
+ y="-492.01099"
+ width="161.57001"
+ height="1352.911"
+ id="rect76" />
+ <linearGradient
+ id="SVGID_6_"
+ gradientUnits="userSpaceOnUse"
+ x1="44.757301"
+ y1="-493.2749"
+ x2="44.757301"
+ y2="859.63531">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop78" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop80" />
+ </linearGradient>
+ <rect
+ style="opacity:0.1;fill:url(#SVGID_6_)"
+ x="8.6169996"
+ y="-493.27499"
+ width="72.279999"
+ height="1352.91"
+ id="rect83" />
+ </g>
+
+ <linearGradient
+ id="SVGID_7_"
+ gradientUnits="userSpaceOnUse"
+ x1="39.5313"
+ y1="54.977501"
+ x2="1966.5557"
+ y2="54.977501"
+ gradientTransform="rotate(180,984.26565,560.0127)">
+ <stop
+ offset="0"
+ style="stop-color:#2B4F5A;stop-opacity:0"
+ id="stop86" />
+ <stop
+ offset="0.5"
+ style="stop-color:#2A4F5A;stop-opacity:0.958"
+ id="stop88" />
+ <stop
+ offset="1"
+ style="stop-color:#23353D;stop-opacity:0"
+ id="stop90" />
+ </linearGradient>
+ <rect
+ style="opacity:0.2;fill:url(#SVGID_7_)"
+ x="1.976"
+ y="1050.0959"
+ width="1927.024"
+ height="29.903999"
+ id="rect93" />
+ <g
+ id="g2137">
+
+ <circle
+ style="opacity:0.3;fill:#244960;stroke:#f6f6f6;stroke-width:3;stroke-miterlimit:10"
+ stroke-miterlimit="10"
+ cx="960"
+ cy="387.70599"
+ r="174.44701"
+ id="circle95" />
+ <circle
+ style="opacity:0.4;fill:#244960"
+ cx="929.50598"
+ cy="409.521"
+ r="131.647"
+ id="circle97" />
+ <g
+ id="g2115">
+ <path
+ style="fill:none"
+ inkscape:connector-curvature="0"
+ d="m 961.413,437.345 1.242,3.537 11.819,-4.154 c -0.354,-1.191 -0.739,-2.381 -1.156,-3.568 v 0 z"
+ id="path99" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 961.569,494.871 c 0.091,0.262 -0.086,0.562 -0.395,0.67 l -7.977,2.805 3.878,11.034 c 6.327,-6.691 11.338,-14.476 14.822,-22.909 l -11.82,4.155 z"
+ id="path101" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 949.62,440.953 -2.972,-8.451 -6.232,2.19 4.382,12.467 17.858,-6.277 -1.242,-3.537 -11.216,3.942 c -0.227,0.079 -0.486,-0.071 -0.578,-0.334 z"
+ id="path103" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 916.134,511.373 c -0.311,0.109 -0.635,-0.015 -0.727,-0.273 l -0.223,-0.632 c 0.215,0.608 0.01,1.235 -0.455,1.399 l -20.386,7.167 4.786,13.617 c 9.393,0.463 19.027,-0.85 28.445,-4.161 2.813,-0.989 5.529,-2.129 8.143,-3.406 l -6.443,-18.33 z"
+ id="path105" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 861.561,520.335 c 2.563,1.692 5.228,3.223 7.974,4.587 l -2.313,-6.577 z"
+ id="path107" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 834.78,471.823 c -0.464,0.164 -0.975,-0.08 -1.139,-0.545 l -5.601,-15.932 c -0.318,9.061 1.016,18.332 4.205,27.402 4.196,11.937 11.116,22.138 19.813,30.154 l -14.751,-41.967 z"
+ id="path109" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 852.418,476.228 -5.523,1.943 c -0.365,0.127 -0.665,0.219 -0.671,0.201 l -0.93,-2.641 c -0.005,-0.018 0.285,-0.135 0.652,-0.264 l 5.521,-1.941 -2.367,-6.734 -11.794,4.145 14.751,41.967 c 2.975,2.738 6.152,5.222 9.503,7.432 l 5.66,-1.99 z"
+ id="path111" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 852.418,476.228 -5.523,1.943 c -0.365,0.127 -0.665,0.219 -0.671,0.201 l -0.93,-2.641 c -0.005,-0.018 0.285,-0.135 0.652,-0.264 l 5.521,-1.941 -2.367,-6.734 -11.794,4.145 14.751,41.967 c 2.975,2.738 6.152,5.222 9.503,7.432 l 5.66,-1.99 z"
+ id="path113" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 853.195,401.971 c -0.767,0.679 -1.52,1.376 -2.257,2.086 l 2.661,-0.936 z"
+ id="path115" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 853.195,401.971 c -0.767,0.679 -1.52,1.376 -2.257,2.086 l 2.661,-0.936 z"
+ id="path117" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="943.22198"
+ y="430.07501"
+ transform="matrix(-0.3319,-0.9433,0.9433,-0.3319,847.8203,1467.1946)"
+ width="0.465"
+ height="6.6059999"
+ id="rect119" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="943.22198"
+ y="430.07501"
+ transform="matrix(-0.3319,-0.9433,0.9433,-0.3319,847.8203,1467.1946)"
+ width="0.465"
+ height="6.6059999"
+ id="rect121" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 926.267,429.987 7.098,-2.494 c 0.288,-0.102 0.525,-0.176 0.529,-0.162 l 0.656,1.868 c 0.004,0.011 -0.227,0.101 -0.517,0.203 l -7.096,2.495 1.564,4.447 17.354,-6.1 -11.179,-31.805 c -0.094,-0.264 0.014,-0.541 0.239,-0.62 l 8.144,-2.862 c -0.976,-0.623 -1.965,-1.221 -2.965,-1.798 l -23.827,8.376 z"
+ id="path123" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 926.267,429.987 7.098,-2.494 c 0.288,-0.102 0.525,-0.176 0.529,-0.162 l 0.656,1.868 c 0.004,0.011 -0.227,0.101 -0.517,0.203 l -7.096,2.495 1.564,4.447 17.354,-6.1 -11.179,-31.805 c -0.094,-0.264 0.014,-0.541 0.239,-0.62 l 8.144,-2.862 c -0.976,-0.623 -1.965,-1.221 -2.965,-1.798 l -23.827,8.376 z"
+ id="path125" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 883.798,385.634 c -1.944,0.512 -3.882,1.105 -5.811,1.783 -6.199,2.179 -11.931,5.095 -17.131,8.609 l 23.669,-8.319 z"
+ id="path127" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 883.798,385.634 c -1.944,0.512 -3.882,1.105 -5.811,1.783 -6.199,2.179 -11.931,5.095 -17.131,8.609 l 23.669,-8.319 z"
+ id="path129" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.985,395.954 c 0.465,-0.162 0.976,0.081 1.139,0.547 l 0.329,0.936 9.615,27.354 11.119,-3.909 -11.661,-33.175 -23.669,8.319 c -2.7,1.826 -5.258,3.813 -7.662,5.944 l 0.404,1.15 z"
+ id="path131" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.985,395.954 c 0.465,-0.162 0.976,0.081 1.139,0.547 l 0.329,0.936 9.615,27.354 11.119,-3.909 -11.661,-33.175 -23.669,8.319 c -2.7,1.826 -5.258,3.813 -7.662,5.944 l 0.404,1.15 z"
+ id="path133" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.985,395.954 c 0.465,-0.162 0.976,0.081 1.139,0.547 l 0.329,0.936 9.615,27.354 11.119,-3.909 -11.661,-33.175 -23.669,8.319 c -2.7,1.826 -5.258,3.813 -7.662,5.944 l 0.404,1.15 z"
+ id="path135" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 975.202,476.572 c 3.283,-12.727 3.252,-26.444 -0.728,-39.845 l -11.819,4.154 z"
+ id="path137" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 944.797,447.159 15.28,43.467 11.82,-4.155 c 1.326,-3.212 2.433,-6.521 3.305,-9.898 l -12.547,-35.69 z"
+ id="path139" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 944.797,447.159 15.28,43.467 11.82,-4.155 c 1.326,-3.212 2.433,-6.521 3.305,-9.898 l -12.547,-35.69 z"
+ id="path141" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 929.296,438.601 2.157,6.142 c 0.077,0.22 0.101,0.439 0.077,0.644 l 7.34,-2.581 c 0.365,-0.13 0.666,-0.22 0.673,-0.204 l 0.928,2.644 c 0.007,0.016 -0.285,0.135 -0.65,0.263 l -9.901,3.479 1.063,3.03 13.815,-4.857 -4.382,-12.467 z"
+ id="path143" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 929.296,438.601 2.157,6.142 c 0.077,0.22 0.101,0.439 0.077,0.644 l 7.34,-2.581 c 0.365,-0.13 0.666,-0.22 0.673,-0.204 l 0.928,2.644 c 0.007,0.016 -0.285,0.135 -0.65,0.263 l -9.901,3.479 1.063,3.03 13.815,-4.857 -4.382,-12.467 z"
+ id="path145" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 953.198,498.346 7.977,-2.805 c 0.309,-0.108 0.485,-0.408 0.395,-0.67 l -1.492,-4.245 -8.537,3.001 z"
+ id="path147" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 953.198,498.346 7.977,-2.805 c 0.309,-0.108 0.485,-0.408 0.395,-0.67 l -1.492,-4.245 -8.537,3.001 z"
+ id="path149" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 914.757,506.557 c -0.467,0.164 -0.917,0.083 -1.01,-0.179 l 1.438,4.09 0.223,0.632 c 0.092,0.259 0.416,0.383 0.727,0.273 l 13.141,-4.619 -1.659,-4.717 z"
+ id="path151" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 914.757,506.557 c -0.467,0.164 -0.917,0.083 -1.01,-0.179 l 1.438,4.09 0.223,0.632 c 0.092,0.259 0.416,0.383 0.727,0.273 l 13.141,-4.619 -1.659,-4.717 z"
+ id="path153" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="923.56702"
+ y="450.07101"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1951.5443,570.3113)"
+ width="7.085"
+ height="3.211"
+ id="rect155" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="923.56702"
+ y="450.07101"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1951.5443,570.3113)"
+ width="7.085"
+ height="3.211"
+ id="rect157" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="923.56702"
+ y="450.07101"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1951.5443,570.3113)"
+ width="7.085"
+ height="3.211"
+ id="rect159" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="934.54602"
+ y="430.535"
+ transform="matrix(-0.3363,-0.9417,0.9417,-0.3363,838.1754,1463.5337)"
+ width="0.465"
+ height="11.786"
+ id="rect161" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="934.54602"
+ y="430.535"
+ transform="matrix(-0.3363,-0.9417,0.9417,-0.3363,838.1754,1463.5337)"
+ width="0.465"
+ height="11.786"
+ id="rect163" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="934.54602"
+ y="430.535"
+ transform="matrix(-0.3363,-0.9417,0.9417,-0.3363,838.1754,1463.5337)"
+ width="0.465"
+ height="11.786"
+ id="rect165" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.375,502.475 1.373,3.903 c 0.093,0.262 0.543,0.343 1.01,0.179 l 12.858,-4.52 -1.539,-4.379 z"
+ id="path167" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.375,502.475 1.373,3.903 c 0.093,0.262 0.543,0.343 1.01,0.179 l 12.858,-4.52 -1.539,-4.379 z"
+ id="path169" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 912.375,502.475 1.373,3.903 c 0.093,0.262 0.543,0.343 1.01,0.179 l 12.858,-4.52 -1.539,-4.379 z"
+ id="path171" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 931.519,453.546 4.438,-1.559 c 0.464,-0.164 0.964,0.055 1.116,0.486 l 14.468,41.153 8.537,-3.001 -15.28,-43.467 -13.815,4.857 z"
+ id="path173" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 931.519,453.546 4.438,-1.559 c 0.464,-0.164 0.964,0.055 1.116,0.486 l 14.468,41.153 8.537,-3.001 -15.28,-43.467 -13.815,4.857 z"
+ id="path175" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 931.519,453.546 4.438,-1.559 c 0.464,-0.164 0.964,0.055 1.116,0.486 l 14.468,41.153 8.537,-3.001 -15.28,-43.467 -13.815,4.857 z"
+ id="path177" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 913.15,460.883 c -0.152,-0.433 0.101,-0.915 0.567,-1.077 l -11.008,3.867 4.226,12.019 c 0.037,0.104 -0.005,0.212 -0.093,0.243 l -3.378,1.188 8.91,25.353 13.702,-4.816 z"
+ id="path179" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 913.15,460.883 c -0.152,-0.433 0.101,-0.915 0.567,-1.077 l -11.008,3.867 4.226,12.019 c 0.037,0.104 -0.005,0.212 -0.093,0.243 l -3.378,1.188 8.91,25.353 13.702,-4.816 z"
+ id="path181" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 913.15,460.883 c -0.152,-0.433 0.101,-0.915 0.567,-1.077 l -11.008,3.867 4.226,12.019 c 0.037,0.104 -0.005,0.212 -0.093,0.243 l -3.378,1.188 8.91,25.353 13.702,-4.816 z"
+ id="path183" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 913.15,460.883 c -0.152,-0.433 0.101,-0.915 0.567,-1.077 l -11.008,3.867 4.226,12.019 c 0.037,0.104 -0.005,0.212 -0.093,0.243 l -3.378,1.188 8.91,25.353 13.702,-4.816 z"
+ id="path185" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 924.728,455.589 c 0.06,0.17 -0.054,0.365 -0.256,0.436 l 7.047,-2.479 -0.537,-1.529 -6.684,2.35 z"
+ id="path187" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 924.728,455.589 c 0.06,0.17 -0.054,0.365 -0.256,0.436 l 7.047,-2.479 -0.537,-1.529 -6.684,2.35 z"
+ id="path189" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 924.728,455.589 c 0.06,0.17 -0.054,0.365 -0.256,0.436 l 7.047,-2.479 -0.537,-1.529 -6.684,2.35 z"
+ id="path191" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 924.728,455.589 c 0.06,0.17 -0.054,0.365 -0.256,0.436 l 7.047,-2.479 -0.537,-1.529 -6.684,2.35 z"
+ id="path193" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 834.78,471.823 2.527,-0.887 -4.499,-12.799 -1.738,0.611 c -0.299,0.105 -0.548,0.178 -0.555,0.162 l -0.928,-2.643 c -0.006,-0.018 0.233,-0.117 0.534,-0.223 l 1.737,-0.609 -3.026,-8.608 c -0.425,2.81 -0.691,5.654 -0.792,8.519 l 5.601,15.932 c 0.164,0.465 0.675,0.709 1.139,0.545 z"
+ id="path195" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 834.78,471.823 2.527,-0.887 -4.499,-12.799 -1.738,0.611 c -0.299,0.105 -0.548,0.178 -0.555,0.162 l -0.928,-2.643 c -0.006,-0.018 0.233,-0.117 0.534,-0.223 l 1.737,-0.609 -3.026,-8.608 c -0.425,2.81 -0.691,5.654 -0.792,8.519 l 5.601,15.932 c 0.164,0.465 0.675,0.709 1.139,0.545 z"
+ id="path197" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 864.88,443.829 -13.352,-37.982 c -0.215,-0.609 -0.012,-1.236 0.453,-1.4 l 1.854,-0.652 -0.237,-0.673 -2.661,0.936 c -11.876,11.438 -19.647,26.534 -22.105,42.771 l 3.026,8.608 z"
+ id="path199" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 864.88,443.829 -13.352,-37.982 c -0.215,-0.609 -0.012,-1.236 0.453,-1.4 l 1.854,-0.652 -0.237,-0.673 -2.661,0.936 c -11.876,11.438 -19.647,26.534 -22.105,42.771 l 3.026,8.608 z"
+ id="path201" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 864.88,443.829 -13.352,-37.982 c -0.215,-0.609 -0.012,-1.236 0.453,-1.4 l 1.854,-0.652 -0.237,-0.673 -2.661,0.936 c -11.876,11.438 -19.647,26.534 -22.105,42.771 l 3.026,8.608 z"
+ id="path203" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 847.812,460.429 20.385,-7.165 -0.224,-0.64 -7.433,2.612 c -0.289,0.101 -0.526,0.175 -0.531,0.163 l -0.655,-1.867 c -0.005,-0.014 0.226,-0.104 0.515,-0.205 l 7.432,-2.612 -1.47,-4.185 -33.022,11.607 4.499,12.799 11.794,-4.145 -1.744,-4.963 c -0.216,-0.608 -0.013,-1.235 0.454,-1.399 z"
+ id="path205" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 847.812,460.429 20.385,-7.165 -0.224,-0.64 -7.433,2.612 c -0.289,0.101 -0.526,0.175 -0.531,0.163 l -0.655,-1.867 c -0.005,-0.014 0.226,-0.104 0.515,-0.205 l 7.432,-2.612 -1.47,-4.185 -33.022,11.607 4.499,12.799 11.794,-4.145 -1.744,-4.963 c -0.216,-0.608 -0.013,-1.235 0.454,-1.399 z"
+ id="path207" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 847.812,460.429 20.385,-7.165 -0.224,-0.64 -7.433,2.612 c -0.289,0.101 -0.526,0.175 -0.531,0.163 l -0.655,-1.867 c -0.005,-0.014 0.226,-0.104 0.515,-0.205 l 7.432,-2.612 -1.47,-4.185 -33.022,11.607 4.499,12.799 11.794,-4.145 -1.744,-4.963 c -0.216,-0.608 -0.013,-1.235 0.454,-1.399 z"
+ id="path209" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 875.453,397.437 -0.329,-0.936 c -0.163,-0.466 -0.674,-0.709 -1.139,-0.547 l -20.386,7.167 0.237,0.673 20.386,-7.166 c 0.465,-0.162 1.017,0.199 1.231,0.809 z"
+ id="path211" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 875.453,397.437 -0.329,-0.936 c -0.163,-0.466 -0.674,-0.709 -1.139,-0.547 l -20.386,7.167 0.237,0.673 20.386,-7.166 c 0.465,-0.162 1.017,0.199 1.231,0.809 z"
+ id="path213" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 875.453,397.437 -0.329,-0.936 c -0.163,-0.466 -0.674,-0.709 -1.139,-0.547 l -20.386,7.167 0.237,0.673 20.386,-7.166 c 0.465,-0.162 1.017,0.199 1.231,0.809 z"
+ id="path215" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 875.453,397.437 -0.329,-0.936 c -0.163,-0.466 -0.674,-0.709 -1.139,-0.547 l -20.386,7.167 0.237,0.673 20.386,-7.166 c 0.465,-0.162 1.017,0.199 1.231,0.809 z"
+ id="path217" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 940.095,393.16 c -9.196,-5.288 -19.482,-8.615 -30.164,-9.649 l 6.337,18.025 z"
+ id="path219" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 940.095,393.16 c -9.196,-5.288 -19.482,-8.615 -30.164,-9.649 l 6.337,18.025 z"
+ id="path221" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 940.095,393.16 c -9.196,-5.288 -19.482,-8.615 -30.164,-9.649 l 6.337,18.025 z"
+ id="path223" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.49,519.685 c -0.465,0.165 -1.015,-0.198 -1.229,-0.808 l -2.811,-7.994 -21.229,7.462 2.313,6.577 c 9.151,4.542 19.225,7.22 29.596,7.729 l -4.786,-13.617 z"
+ id="path225" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.49,519.685 c -0.465,0.165 -1.015,-0.198 -1.229,-0.808 l -2.811,-7.994 -21.229,7.462 2.313,6.577 c 9.151,4.542 19.225,7.22 29.596,7.729 l -4.786,-13.617 z"
+ id="path227" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="848.11298"
+ y="482.30399"
+ transform="matrix(-0.3316,-0.9434,0.9434,-0.3316,693.4218,1478.4001)"
+ width="44.643002"
+ height="22.503"
+ id="rect229" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="848.11298"
+ y="482.30399"
+ transform="matrix(-0.3316,-0.9434,0.9434,-0.3316,693.4218,1478.4001)"
+ width="44.643002"
+ height="22.503"
+ id="rect231" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="848.11298"
+ y="482.30399"
+ transform="matrix(-0.3316,-0.9434,0.9434,-0.3316,693.4218,1478.4001)"
+ width="44.643002"
+ height="22.503"
+ id="rect233" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="849.64801"
+ y="462.85901"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-105.9666,311.9189)"
+ width="22.502001"
+ height="7.138"
+ id="rect235" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="849.64801"
+ y="462.85901"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-105.9666,311.9189)"
+ width="22.502001"
+ height="7.138"
+ id="rect237" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="849.64801"
+ y="462.85901"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-105.9666,311.9189)"
+ width="22.502001"
+ height="7.138"
+ id="rect239" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 870.175,458.89 -5.104,1.795 c -0.43,0.15 -0.781,0.263 -0.784,0.253 l -0.626,-1.778 c -0.003,-0.012 0.341,-0.143 0.772,-0.293 l 5.103,-1.795 -1.339,-3.808 -20.385,7.165 c -0.467,0.164 -0.67,0.791 -0.455,1.4 l 1.744,4.963 21.229,-7.463 z"
+ id="path241" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 870.175,458.89 -5.104,1.795 c -0.43,0.15 -0.781,0.263 -0.784,0.253 l -0.626,-1.778 c -0.003,-0.012 0.341,-0.143 0.772,-0.293 l 5.103,-1.795 -1.339,-3.808 -20.385,7.165 c -0.467,0.164 -0.67,0.791 -0.455,1.4 l 1.744,4.963 21.229,-7.463 z"
+ id="path243" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 870.175,458.89 -5.104,1.795 c -0.43,0.15 -0.781,0.263 -0.784,0.253 l -0.626,-1.778 c -0.003,-0.012 0.341,-0.143 0.772,-0.293 l 5.103,-1.795 -1.339,-3.808 -20.385,7.165 c -0.467,0.164 -0.67,0.791 -0.455,1.4 l 1.744,4.963 21.229,-7.463 z"
+ id="path245" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 870.175,458.89 -5.104,1.795 c -0.43,0.15 -0.781,0.263 -0.784,0.253 l -0.626,-1.778 c -0.003,-0.012 0.341,-0.143 0.772,-0.293 l 5.103,-1.795 -1.339,-3.808 -20.385,7.165 c -0.467,0.164 -0.67,0.791 -0.455,1.4 l 1.744,4.963 21.229,-7.463 z"
+ id="path247" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.25,422.904 c 0.465,-0.163 0.974,0.082 1.138,0.548 l 1.599,4.548 1.516,-0.532 -2.314,-6.586 -11.119,3.909 0.419,1.194 z"
+ id="path249" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.25,422.904 c 0.465,-0.163 0.974,0.082 1.138,0.548 l 1.599,4.548 1.516,-0.532 -2.314,-6.586 -11.119,3.909 0.419,1.194 z"
+ id="path251" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.25,422.904 c 0.465,-0.163 0.974,0.082 1.138,0.548 l 1.599,4.548 1.516,-0.532 -2.314,-6.586 -11.119,3.909 0.419,1.194 z"
+ id="path253" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 894.25,422.904 c 0.465,-0.163 0.974,0.082 1.138,0.548 l 1.599,4.548 1.516,-0.532 -2.314,-6.586 -11.119,3.909 0.419,1.194 z"
+ id="path255" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 905.373,447.012 -5.729,2.013 2.367,6.736 5.862,-2.061 c -0.145,-0.145 -0.266,-0.33 -0.343,-0.549 z"
+ id="path257" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 905.373,447.012 -5.729,2.013 2.367,6.736 5.862,-2.061 c -0.145,-0.145 -0.266,-0.33 -0.343,-0.549 z"
+ id="path259" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 905.373,447.012 -5.729,2.013 2.367,6.736 5.862,-2.061 c -0.145,-0.145 -0.266,-0.33 -0.343,-0.549 z"
+ id="path261" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 905.373,447.012 -5.729,2.013 2.367,6.736 5.862,-2.061 c -0.145,-0.145 -0.266,-0.33 -0.343,-0.549 z"
+ id="path263" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="900.97601"
+ y="455.134"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1925.2111,585.0494)"
+ width="23.452"
+ height="3.211"
+ id="rect265" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="900.97601"
+ y="455.134"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1925.2111,585.0494)"
+ width="23.452"
+ height="3.211"
+ id="rect267" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="900.97601"
+ y="455.134"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1925.2111,585.0494)"
+ width="23.452"
+ height="3.211"
+ id="rect269" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="900.97601"
+ y="455.134"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1925.2111,585.0494)"
+ width="23.452"
+ height="3.211"
+ id="rect271" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="899.39502"
+ y="447.565"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1902.2772,571.1381)"
+ width="6.072"
+ height="0.46700001"
+ id="rect273" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="899.39502"
+ y="447.565"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1902.2772,571.1381)"
+ width="6.072"
+ height="0.46700001"
+ id="rect275" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="899.39502"
+ y="447.565"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1902.2772,571.1381)"
+ width="6.072"
+ height="0.46700001"
+ id="rect277" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="899.39502"
+ y="447.565"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1902.2772,571.1381)"
+ width="6.072"
+ height="0.46700001"
+ id="rect279" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="899.39502"
+ y="447.565"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1902.2772,571.1381)"
+ width="6.072"
+ height="0.46700001"
+ id="rect281" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 902.709,463.673 11.008,-3.867 10.755,-3.781 c 0.202,-0.07 0.315,-0.266 0.256,-0.436 l -0.43,-1.223 -22.126,7.775 z"
+ id="path283" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 902.709,463.673 11.008,-3.867 10.755,-3.781 c 0.202,-0.07 0.315,-0.266 0.256,-0.436 l -0.43,-1.223 -22.126,7.775 z"
+ id="path285" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 902.709,463.673 11.008,-3.867 10.755,-3.781 c 0.202,-0.07 0.315,-0.266 0.256,-0.436 l -0.43,-1.223 -22.126,7.775 z"
+ id="path287" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 902.709,463.673 11.008,-3.867 10.755,-3.781 c 0.202,-0.07 0.315,-0.266 0.256,-0.436 l -0.43,-1.223 -22.126,7.775 z"
+ id="path289" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 902.709,463.673 11.008,-3.867 10.755,-3.781 c 0.202,-0.07 0.315,-0.266 0.256,-0.436 l -0.43,-1.223 -22.126,7.775 z"
+ id="path291" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.252,450.919 0.63,1.79 3.38,-1.187 c 0.087,-0.031 0.188,0.027 0.224,0.131 l 1.672,4.758 1.854,-0.65 -2.367,-6.736 z"
+ id="path293" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.252,450.919 0.63,1.79 3.38,-1.187 c 0.087,-0.031 0.188,0.027 0.224,0.131 l 1.672,4.758 1.854,-0.65 -2.367,-6.736 z"
+ id="path295" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 894.252,450.919 0.63,1.79 3.38,-1.187 c 0.087,-0.031 0.188,0.027 0.224,0.131 l 1.672,4.758 1.854,-0.65 -2.367,-6.736 z"
+ id="path297" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.252,450.919 0.63,1.79 3.38,-1.187 c 0.087,-0.031 0.188,0.027 0.224,0.131 l 1.672,4.758 1.854,-0.65 -2.367,-6.736 z"
+ id="path299" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 894.252,450.919 0.63,1.79 3.38,-1.187 c 0.087,-0.031 0.188,0.027 0.224,0.131 l 1.672,4.758 1.854,-0.65 -2.367,-6.736 z"
+ id="path301" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="896.64001"
+ y="446.89499"
+ transform="matrix(-0.3275,-0.9448,0.9448,-0.3275,765.6945,1444.4624)"
+ width="0.465"
+ height="5.7150002"
+ id="rect303" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="896.64001"
+ y="446.89499"
+ transform="matrix(-0.3275,-0.9448,0.9448,-0.3275,765.6945,1444.4624)"
+ width="0.465"
+ height="5.7150002"
+ id="rect305" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="896.64001"
+ y="446.89499"
+ transform="matrix(-0.3275,-0.9448,0.9448,-0.3275,765.6945,1444.4624)"
+ width="0.465"
+ height="5.7150002"
+ id="rect307" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="896.64001"
+ y="446.89499"
+ transform="matrix(-0.3275,-0.9448,0.9448,-0.3275,765.6945,1444.4624)"
+ width="0.465"
+ height="5.7150002"
+ id="rect309" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="896.64001"
+ y="446.89499"
+ transform="matrix(-0.3275,-0.9448,0.9448,-0.3275,765.6945,1444.4624)"
+ width="0.465"
+ height="5.7150002"
+ id="rect311" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="896.64001"
+ y="446.89499"
+ transform="matrix(-0.3275,-0.9448,0.9448,-0.3275,765.6945,1444.4624)"
+ width="0.465"
+ height="5.7150002"
+ id="rect313" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 903.464,477.122 3.378,-1.188 c 0.088,-0.031 0.13,-0.139 0.093,-0.243 l -4.226,-12.019 -3.535,1.242 z"
+ id="path315" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 903.464,477.122 3.378,-1.188 c 0.088,-0.031 0.13,-0.139 0.093,-0.243 l -4.226,-12.019 -3.535,1.242 z"
+ id="path317" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 903.464,477.122 3.378,-1.188 c 0.088,-0.031 0.13,-0.139 0.093,-0.243 l -4.226,-12.019 -3.535,1.242 z"
+ id="path319" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 903.464,477.122 3.378,-1.188 c 0.088,-0.031 0.13,-0.139 0.093,-0.243 l -4.226,-12.019 -3.535,1.242 z"
+ id="path321" />
+ <path
+ style="opacity:0.4;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 903.464,477.122 3.378,-1.188 c 0.088,-0.031 0.13,-0.139 0.093,-0.243 l -4.226,-12.019 -3.535,1.242 z"
+ id="path323" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 898.802,463.863 c -0.091,-0.265 0.21,-0.61 0.676,-0.773 l 2.694,-0.948 -1.063,-3.028 -3.538,1.243 z"
+ id="path325" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 898.802,463.863 c -0.091,-0.265 0.21,-0.61 0.676,-0.773 l 2.694,-0.948 -1.063,-3.028 -3.538,1.243 z"
+ id="path327" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 898.802,463.863 c -0.091,-0.265 0.21,-0.61 0.676,-0.773 l 2.694,-0.948 -1.063,-3.028 -3.538,1.243 z"
+ id="path329" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 898.802,463.863 c -0.091,-0.265 0.21,-0.61 0.676,-0.773 l 2.694,-0.948 -1.063,-3.028 -3.538,1.243 z"
+ id="path331" />
+ <path
+ style="opacity:0.4;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 898.802,463.863 c -0.091,-0.265 0.21,-0.61 0.676,-0.773 l 2.694,-0.948 -1.063,-3.028 -3.538,1.243 z"
+ id="path333" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 899.478,463.09 c -0.466,0.163 -0.767,0.509 -0.676,0.773 l 0.372,1.052 3.535,-1.242 -0.537,-1.531 z"
+ id="path335" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 899.478,463.09 c -0.466,0.163 -0.767,0.509 -0.676,0.773 l 0.372,1.052 3.535,-1.242 -0.537,-1.531 z"
+ id="path337" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 899.478,463.09 c -0.466,0.163 -0.767,0.509 -0.676,0.773 l 0.372,1.052 3.535,-1.242 -0.537,-1.531 z"
+ id="path339" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 899.478,463.09 c -0.466,0.163 -0.767,0.509 -0.676,0.773 l 0.372,1.052 3.535,-1.242 -0.537,-1.531 z"
+ id="path341" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 899.478,463.09 c -0.466,0.163 -0.767,0.509 -0.676,0.773 l 0.372,1.052 3.535,-1.242 -0.537,-1.531 z"
+ id="path343" />
+ <path
+ style="opacity:0.4;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 899.478,463.09 c -0.466,0.163 -0.767,0.509 -0.676,0.773 l 0.372,1.052 3.535,-1.242 -0.537,-1.531 z"
+ id="path345" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.158,456.411 -1.672,-4.758 c -0.036,-0.104 -0.137,-0.162 -0.224,-0.131 l -3.38,1.187 1.74,4.945 z"
+ id="path347" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.158,456.411 -1.672,-4.758 c -0.036,-0.104 -0.137,-0.162 -0.224,-0.131 l -3.38,1.187 1.74,4.945 z"
+ id="path349" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 900.158,456.411 -1.672,-4.758 c -0.036,-0.104 -0.137,-0.162 -0.224,-0.131 l -3.38,1.187 1.74,4.945 z"
+ id="path351" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.158,456.411 -1.672,-4.758 c -0.036,-0.104 -0.137,-0.162 -0.224,-0.131 l -3.38,1.187 1.74,4.945 z"
+ id="path353" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 900.158,456.411 -1.672,-4.758 c -0.036,-0.104 -0.137,-0.162 -0.224,-0.131 l -3.38,1.187 1.74,4.945 z"
+ id="path355" />
+ <path
+ style="opacity:0.4;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 900.158,456.411 -1.672,-4.758 c -0.036,-0.104 -0.137,-0.162 -0.224,-0.131 l -3.38,1.187 1.74,4.945 z"
+ id="path357" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 961.413,437.345 11.905,-4.186 c -1.115,-3.176 -2.426,-6.229 -3.912,-9.15 l -11.286,3.968 z"
+ id="path359" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 968.502,422.284 c -5.235,-9.678 -12.421,-17.841 -20.878,-24.169 l 9.857,28.043 z"
+ id="path361" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 958.013,428.015 c -0.052,0.311 -0.263,0.585 -0.581,0.697 l -10.784,3.79 2.972,8.451 c 0.093,0.263 0.352,0.413 0.577,0.334 l 11.216,-3.942 -3.292,-9.368 z"
+ id="path363" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 958.013,428.015 c -0.052,0.311 -0.263,0.585 -0.581,0.697 l -10.784,3.79 2.972,8.451 c 0.093,0.263 0.352,0.413 0.577,0.334 l 11.216,-3.942 -3.292,-9.368 z"
+ id="path365" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 946.648,432.502 10.784,-3.79 c 0.318,-0.112 0.529,-0.387 0.581,-0.697 l -11.518,4.048 z"
+ id="path367" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 946.648,432.502 10.784,-3.79 c 0.318,-0.112 0.529,-0.387 0.581,-0.697 l -11.518,4.048 z"
+ id="path369" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 946.648,432.502 10.784,-3.79 c 0.318,-0.112 0.529,-0.387 0.581,-0.697 l -11.518,4.048 z"
+ id="path371" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 934.677,398.44 11.179,31.805 11.625,-4.087 -9.857,-28.043 c -1.483,-1.109 -3.006,-2.163 -4.563,-3.157 l -8.144,2.862 c -0.226,0.079 -0.334,0.357 -0.24,0.62 z"
+ id="path373" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 934.677,398.44 11.179,31.805 11.625,-4.087 -9.857,-28.043 c -1.483,-1.109 -3.006,-2.163 -4.563,-3.157 l -8.144,2.862 c -0.226,0.079 -0.334,0.357 -0.24,0.62 z"
+ id="path375" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 934.677,398.44 11.179,31.805 11.625,-4.087 -9.857,-28.043 c -1.483,-1.109 -3.006,-2.163 -4.563,-3.157 l -8.144,2.862 c -0.226,0.079 -0.334,0.357 -0.24,0.62 z"
+ id="path377" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.986,428 -1.599,-4.548 c -0.164,-0.466 -0.673,-0.711 -1.138,-0.548 l -8.763,3.081 1.896,5.391 z"
+ id="path379" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.986,428 -1.599,-4.548 c -0.164,-0.466 -0.673,-0.711 -1.138,-0.548 l -8.763,3.081 1.896,5.391 z"
+ id="path381" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.986,428 -1.599,-4.548 c -0.164,-0.466 -0.673,-0.711 -1.138,-0.548 l -8.763,3.081 1.896,5.391 z"
+ id="path383" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 896.986,428 -1.599,-4.548 c -0.164,-0.466 -0.673,-0.711 -1.138,-0.548 l -8.763,3.081 1.896,5.391 z"
+ id="path385" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.986,428 -1.599,-4.548 c -0.164,-0.466 -0.673,-0.711 -1.138,-0.548 l -8.763,3.081 1.896,5.391 z"
+ id="path387" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="896.31201"
+ y="428.952"
+ transform="matrix(0.332,0.9433,-0.9433,0.332,1005.5748,-560.4146)"
+ width="4.2859998"
+ height="1.6059999"
+ id="rect389" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="896.31201"
+ y="428.952"
+ transform="matrix(0.332,0.9433,-0.9433,0.332,1005.5748,-560.4146)"
+ width="4.2859998"
+ height="1.6059999"
+ id="rect391" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="896.31201"
+ y="428.952"
+ transform="matrix(0.332,0.9433,-0.9433,0.332,1005.5748,-560.4146)"
+ width="4.2859998"
+ height="1.6059999"
+ id="rect393" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="896.31201"
+ y="428.952"
+ transform="matrix(0.332,0.9433,-0.9433,0.332,1005.5748,-560.4146)"
+ width="4.2859998"
+ height="1.6059999"
+ id="rect395" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="896.31201"
+ y="428.952"
+ transform="matrix(0.332,0.9433,-0.9433,0.332,1005.5748,-560.4146)"
+ width="4.2859998"
+ height="1.6059999"
+ id="rect397" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="900.04797"
+ y="434.35501"
+ transform="matrix(-0.9433,0.3319,-0.3319,-0.9433,1895.5321,549.4395)"
+ width="1.607"
+ height="4.4330001"
+ id="rect399" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="900.04797"
+ y="434.35501"
+ transform="matrix(-0.9433,0.3319,-0.3319,-0.9433,1895.5321,549.4395)"
+ width="1.607"
+ height="4.4330001"
+ id="rect401" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="900.04797"
+ y="434.35501"
+ transform="matrix(-0.9433,0.3319,-0.3319,-0.9433,1895.5321,549.4395)"
+ width="1.607"
+ height="4.4330001"
+ id="rect403" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="900.04797"
+ y="434.35501"
+ transform="matrix(-0.9433,0.3319,-0.3319,-0.9433,1895.5321,549.4395)"
+ width="1.607"
+ height="4.4330001"
+ id="rect405" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="900.04797"
+ y="434.35501"
+ transform="matrix(-0.9433,0.3319,-0.3319,-0.9433,1895.5321,549.4395)"
+ width="1.607"
+ height="4.4330001"
+ id="rect407" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.882,441.774 -3.371,1.186 1.339,3.808 5.729,-2.013 -1.564,-4.449 -1.544,0.543 c 0.038,0.399 -0.195,0.789 -0.589,0.925 z"
+ id="path409" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.882,441.774 -3.371,1.186 1.339,3.808 5.729,-2.013 -1.564,-4.449 -1.544,0.543 c 0.038,0.399 -0.195,0.789 -0.589,0.925 z"
+ id="path411" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.882,441.774 -3.371,1.186 1.339,3.808 5.729,-2.013 -1.564,-4.449 -1.544,0.543 c 0.038,0.399 -0.195,0.789 -0.589,0.925 z"
+ id="path413" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 900.882,441.774 -3.371,1.186 1.339,3.808 5.729,-2.013 -1.564,-4.449 -1.544,0.543 c 0.038,0.399 -0.195,0.789 -0.589,0.925 z"
+ id="path415" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.882,441.774 -3.371,1.186 1.339,3.808 5.729,-2.013 -1.564,-4.449 -1.544,0.543 c 0.038,0.399 -0.195,0.789 -0.589,0.925 z"
+ id="path417" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.62799"
+ y="443.793"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1888.123,569.545)"
+ width="5.7150002"
+ height="4.0359998"
+ id="rect419" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.62799"
+ y="443.793"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1888.123,569.545)"
+ width="5.7150002"
+ height="4.0359998"
+ id="rect421" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.62799"
+ y="443.793"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1888.123,569.545)"
+ width="5.7150002"
+ height="4.0359998"
+ id="rect423" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.62799"
+ y="443.793"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1888.123,569.545)"
+ width="5.7150002"
+ height="4.0359998"
+ id="rect425" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="892.62799"
+ y="443.793"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1888.123,569.545)"
+ width="5.7150002"
+ height="4.0359998"
+ id="rect427" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.62799"
+ y="443.793"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1888.123,569.545)"
+ width="5.7150002"
+ height="4.0359998"
+ id="rect429" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.80701"
+ y="429.56601"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1878.4277,542.8927)"
+ width="10.177"
+ height="4.2859998"
+ id="rect431" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.80701"
+ y="429.56601"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1878.4277,542.8927)"
+ width="10.177"
+ height="4.2859998"
+ id="rect433" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.80701"
+ y="429.56601"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1878.4277,542.8927)"
+ width="10.177"
+ height="4.2859998"
+ id="rect435" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="887.80701"
+ y="429.56601"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1878.4277,542.8927)"
+ width="10.177"
+ height="4.2859998"
+ id="rect437" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.80701"
+ y="429.56601"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1878.4277,542.8927)"
+ width="10.177"
+ height="4.2859998"
+ id="rect439" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.80701"
+ y="429.56601"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1878.4277,542.8927)"
+ width="10.177"
+ height="4.2859998"
+ id="rect441" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 895.01,438.538 c 0.467,-0.164 0.978,0.081 1.14,0.547 l 0.466,1.326 4.213,-1.481 -1.472,-4.184 -9.604,3.376 0.709,2.014 z"
+ id="path443" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 895.01,438.538 c 0.467,-0.164 0.978,0.081 1.14,0.547 l 0.466,1.326 4.213,-1.481 -1.472,-4.184 -9.604,3.376 0.709,2.014 z"
+ id="path445" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 895.01,438.538 c 0.467,-0.164 0.978,0.081 1.14,0.547 l 0.466,1.326 4.213,-1.481 -1.472,-4.184 -9.604,3.376 0.709,2.014 z"
+ id="path447" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 895.01,438.538 c 0.467,-0.164 0.978,0.081 1.14,0.547 l 0.466,1.326 4.213,-1.481 -1.472,-4.184 -9.604,3.376 0.709,2.014 z"
+ id="path449" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 895.01,438.538 c 0.467,-0.164 0.978,0.081 1.14,0.547 l 0.466,1.326 4.213,-1.481 -1.472,-4.184 -9.604,3.376 0.709,2.014 z"
+ id="path451" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 895.01,438.538 c 0.467,-0.164 0.978,0.081 1.14,0.547 l 0.466,1.326 4.213,-1.481 -1.472,-4.184 -9.604,3.376 0.709,2.014 z"
+ id="path453" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.511,442.96 3.371,-1.186 c 0.394,-0.137 0.627,-0.526 0.589,-0.926 l -4.185,1.471 z"
+ id="path455" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.511,442.96 3.371,-1.186 c 0.394,-0.137 0.627,-0.526 0.589,-0.926 l -4.185,1.471 z"
+ id="path457" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.511,442.96 3.371,-1.186 c 0.394,-0.137 0.627,-0.526 0.589,-0.926 l -4.185,1.471 z"
+ id="path459" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 897.511,442.96 3.371,-1.186 c 0.394,-0.137 0.627,-0.526 0.589,-0.926 l -4.185,1.471 z"
+ id="path461" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.511,442.96 3.371,-1.186 c 0.394,-0.137 0.627,-0.526 0.589,-0.926 l -4.185,1.471 z"
+ id="path463" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.511,442.96 3.371,-1.186 c 0.394,-0.137 0.627,-0.526 0.589,-0.926 l -4.185,1.471 z"
+ id="path465" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.15,439.085 c -0.162,-0.466 -0.673,-0.711 -1.14,-0.547 l -4.548,1.598 0.762,2.17 5.392,-1.895 z"
+ id="path467" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.15,439.085 c -0.162,-0.466 -0.673,-0.711 -1.14,-0.547 l -4.548,1.598 0.762,2.17 5.392,-1.895 z"
+ id="path469" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.15,439.085 c -0.162,-0.466 -0.673,-0.711 -1.14,-0.547 l -4.548,1.598 0.762,2.17 5.392,-1.895 z"
+ id="path471" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.15,439.085 c -0.162,-0.466 -0.673,-0.711 -1.14,-0.547 l -4.548,1.598 0.762,2.17 5.392,-1.895 z"
+ id="path473" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 896.15,439.085 c -0.162,-0.466 -0.673,-0.711 -1.14,-0.547 l -4.548,1.598 0.762,2.17 5.392,-1.895 z"
+ id="path475" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.15,439.085 c -0.162,-0.466 -0.673,-0.711 -1.14,-0.547 l -4.548,1.598 0.762,2.17 5.392,-1.895 z"
+ id="path477" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.15,439.085 c -0.162,-0.466 -0.673,-0.711 -1.14,-0.547 l -4.548,1.598 0.762,2.17 5.392,-1.895 z"
+ id="path479" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="894.36401"
+ y="440.73001"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,772.1244,1434.6663)"
+ width="0.67900002"
+ height="5.7140002"
+ id="rect481" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="894.36401"
+ y="440.73001"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,772.1244,1434.6663)"
+ width="0.67900002"
+ height="5.7140002"
+ id="rect483" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="894.36401"
+ y="440.73001"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,772.1244,1434.6663)"
+ width="0.67900002"
+ height="5.7140002"
+ id="rect485" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="894.36401"
+ y="440.73001"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,772.1244,1434.6663)"
+ width="0.67900002"
+ height="5.7140002"
+ id="rect487" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="894.36401"
+ y="440.73001"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,772.1244,1434.6663)"
+ width="0.67900002"
+ height="5.7140002"
+ id="rect489" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="894.36401"
+ y="440.73001"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,772.1244,1434.6663)"
+ width="0.67900002"
+ height="5.7140002"
+ id="rect491" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="894.36401"
+ y="440.73001"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,772.1244,1434.6663)"
+ width="0.67900002"
+ height="5.7140002"
+ id="rect493" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.375,502.475 -21.229,7.461 3.198,9.099 20.386,-7.167 c 0.465,-0.164 0.67,-0.791 0.455,-1.399 l -1.438,-4.09 z"
+ id="path495" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.375,502.475 -21.229,7.461 3.198,9.099 20.386,-7.167 c 0.465,-0.164 0.67,-0.791 0.455,-1.399 l -1.438,-4.09 z"
+ id="path497" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.019,480.441 c -0.088,0.03 -0.188,-0.028 -0.223,-0.131 l -5.83,-16.578 -11.625,4.087 14.805,42.116 21.229,-7.461 -8.91,-25.353 z"
+ id="path499" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.019,480.441 c -0.088,0.03 -0.188,-0.028 -0.223,-0.131 l -5.83,-16.578 -11.625,4.087 14.805,42.116 21.229,-7.461 -8.91,-25.353 z"
+ id="path501" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.019,480.441 c -0.088,0.03 -0.188,-0.028 -0.223,-0.131 l -5.83,-16.578 -11.625,4.087 14.805,42.116 21.229,-7.461 -8.91,-25.353 z"
+ id="path503" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 875.591,462.71 c -0.108,0.036 -0.213,0.023 -0.232,-0.032 l -1.602,-4.556 -0.733,0.26 2.369,6.735 7.413,-2.605 -0.731,-2.082 z"
+ id="path505" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 875.591,462.71 c -0.108,0.036 -0.213,0.023 -0.232,-0.032 l -1.602,-4.556 -0.733,0.26 2.369,6.735 7.413,-2.605 -0.731,-2.082 z"
+ id="path507" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 875.591,462.71 c -0.108,0.036 -0.213,0.023 -0.232,-0.032 l -1.602,-4.556 -0.733,0.26 2.369,6.735 7.413,-2.605 -0.731,-2.082 z"
+ id="path509" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 871.28,453.42 -0.612,-1.744 -2.694,0.948 0.224,0.64 1.853,-0.651 c 0.464,-0.165 1.016,0.197 1.229,0.807 z"
+ id="path511" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 871.28,453.42 -0.612,-1.744 -2.694,0.948 0.224,0.64 1.853,-0.651 c 0.464,-0.165 1.016,0.197 1.229,0.807 z"
+ id="path513" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 871.28,453.42 -0.612,-1.744 -2.694,0.948 0.224,0.64 1.853,-0.651 c 0.464,-0.165 1.016,0.197 1.229,0.807 z"
+ id="path515" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 871.28,453.42 -0.612,-1.744 -2.694,0.948 0.224,0.64 1.853,-0.651 c 0.464,-0.165 1.016,0.197 1.229,0.807 z"
+ id="path517" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="866.48401"
+ y="445.931"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-99.5385,313.4356)"
+ width="2.8570001"
+ height="4.4349999"
+ id="rect519" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="866.48401"
+ y="445.931"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-99.5385,313.4356)"
+ width="2.8570001"
+ height="4.4349999"
+ id="rect521" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="866.48401"
+ y="445.931"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-99.5385,313.4356)"
+ width="2.8570001"
+ height="4.4349999"
+ id="rect523" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="866.48401"
+ y="445.931"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-99.5385,313.4356)"
+ width="2.8570001"
+ height="4.4349999"
+ id="rect525" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.754,458.111 c -0.285,0.062 -0.57,-0.021 -0.776,-0.207 l -0.107,0.038 0.153,0.439 0.733,-0.26 z"
+ id="path527" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.754,458.111 c -0.285,0.062 -0.57,-0.021 -0.776,-0.207 l -0.107,0.038 0.153,0.439 0.733,-0.26 z"
+ id="path529" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 873.754,458.111 c -0.285,0.062 -0.57,-0.021 -0.776,-0.207 l -0.107,0.038 0.153,0.439 0.733,-0.26 z"
+ id="path531" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.754,458.111 c -0.285,0.062 -0.57,-0.021 -0.776,-0.207 l -0.107,0.038 0.153,0.439 0.733,-0.26 z"
+ id="path533" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 853.836,403.794 -1.854,0.652 c -0.465,0.164 -0.668,0.791 -0.453,1.4 l 13.352,37.982 2.695,-0.948 z"
+ id="path535" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 853.836,403.794 -1.854,0.652 c -0.465,0.164 -0.668,0.791 -0.453,1.4 l 13.352,37.982 2.695,-0.948 z"
+ id="path537" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 853.836,403.794 -1.854,0.652 c -0.465,0.164 -0.668,0.791 -0.453,1.4 l 13.352,37.982 2.695,-0.948 z"
+ id="path539" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 853.836,403.794 -1.854,0.652 c -0.465,0.164 -0.668,0.791 -0.453,1.4 l 13.352,37.982 2.695,-0.948 z"
+ id="path541" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="872.231,456.125 872.965,455.866 871.401,451.419 870.667,451.676 871.28,453.42 "
+ id="polygon543" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="872.231,456.125 872.965,455.866 871.401,451.419 870.667,451.676 871.28,453.42 "
+ id="polygon545" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="872.231,456.125 872.965,455.866 871.401,451.419 870.667,451.676 871.28,453.42 "
+ id="polygon547" />
+ <polygon
+ style="opacity:0.5;fill:#d1e4b7"
+ points="872.231,456.125 872.965,455.866 871.401,451.419 870.667,451.676 871.28,453.42 "
+ id="polygon549" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="872.231,456.125 872.965,455.866 871.401,451.419 870.667,451.676 871.28,453.42 "
+ id="polygon551" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 877.41,447.161 -0.467,-1.326 c -0.162,-0.465 0.082,-0.977 0.547,-1.139 l 3.37,-1.185 -0.707,-2.016 -11.627,4.086 1.47,4.185 z"
+ id="path553" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 877.41,447.161 -0.467,-1.326 c -0.162,-0.465 0.082,-0.977 0.547,-1.139 l 3.37,-1.185 -0.707,-2.016 -11.627,4.086 1.47,4.185 z"
+ id="path555" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 877.41,447.161 -0.467,-1.326 c -0.162,-0.465 0.082,-0.977 0.547,-1.139 l 3.37,-1.185 -0.707,-2.016 -11.627,4.086 1.47,4.185 z"
+ id="path557" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 877.41,447.161 -0.467,-1.326 c -0.162,-0.465 0.082,-0.977 0.547,-1.139 l 3.37,-1.185 -0.707,-2.016 -11.627,4.086 1.47,4.185 z"
+ id="path559" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 877.41,447.161 -0.467,-1.326 c -0.162,-0.465 0.082,-0.977 0.547,-1.139 l 3.37,-1.185 -0.707,-2.016 -11.627,4.086 1.47,4.185 z"
+ id="path561" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 872.978,457.904 c 0.206,0.186 0.491,0.269 0.776,0.207 l -0.151,-0.427 z"
+ id="path563" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 872.978,457.904 c 0.206,0.186 0.491,0.269 0.776,0.207 l -0.151,-0.427 z"
+ id="path565" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 872.978,457.904 c 0.206,0.186 0.491,0.269 0.776,0.207 l -0.151,-0.427 z"
+ id="path567" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 872.978,457.904 c 0.206,0.186 0.491,0.269 0.776,0.207 l -0.151,-0.427 z"
+ id="path569" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 872.978,457.904 c 0.206,0.186 0.491,0.269 0.776,0.207 l -0.151,-0.427 z"
+ id="path571" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 879.201,438.794 -3.02,-8.591 c -0.162,-0.466 0.08,-0.976 0.545,-1.139 l 4.55,-1.599 -0.312,-0.887 c -0.061,-0.17 0.055,-0.363 0.255,-0.434 l 3.849,-1.354 -9.615,-27.354 c -0.214,-0.609 -0.766,-0.971 -1.23,-0.809 l -20.386,7.166 13.739,39.087 z"
+ id="path573" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 879.201,438.794 -3.02,-8.591 c -0.162,-0.466 0.08,-0.976 0.545,-1.139 l 4.55,-1.599 -0.312,-0.887 c -0.061,-0.17 0.055,-0.363 0.255,-0.434 l 3.849,-1.354 -9.615,-27.354 c -0.214,-0.609 -0.766,-0.971 -1.23,-0.809 l -20.386,7.166 13.739,39.087 z"
+ id="path575" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 879.201,438.794 -3.02,-8.591 c -0.162,-0.466 0.08,-0.976 0.545,-1.139 l 4.55,-1.599 -0.312,-0.887 c -0.061,-0.17 0.055,-0.363 0.255,-0.434 l 3.849,-1.354 -9.615,-27.354 c -0.214,-0.609 -0.766,-0.971 -1.23,-0.809 l -20.386,7.166 13.739,39.087 z"
+ id="path577" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 879.201,438.794 -3.02,-8.591 c -0.162,-0.466 0.08,-0.976 0.545,-1.139 l 4.55,-1.599 -0.312,-0.887 c -0.061,-0.17 0.055,-0.363 0.255,-0.434 l 3.849,-1.354 -9.615,-27.354 c -0.214,-0.609 -0.766,-0.971 -1.23,-0.809 l -20.386,7.166 13.739,39.087 z"
+ id="path579" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 879.201,438.794 -3.02,-8.591 c -0.162,-0.466 0.08,-0.976 0.545,-1.139 l 4.55,-1.599 -0.312,-0.887 c -0.061,-0.17 0.055,-0.363 0.255,-0.434 l 3.849,-1.354 -9.615,-27.354 c -0.214,-0.609 -0.766,-0.971 -1.23,-0.809 l -20.386,7.166 13.739,39.087 z"
+ id="path581" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.31403"
+ y="459.62799"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.713,319.2587)"
+ width="4.4629998"
+ height="2.207"
+ id="rect583" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.31403"
+ y="459.62799"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.713,319.2587)"
+ width="4.4629998"
+ height="2.207"
+ id="rect585" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.31403"
+ y="459.62799"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.713,319.2587)"
+ width="4.4629998"
+ height="2.207"
+ id="rect587" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.31403"
+ y="459.62799"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.713,319.2587)"
+ width="4.4629998"
+ height="2.207"
+ id="rect589" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.86,443.512 -3.37,1.185 c -0.465,0.162 -0.709,0.674 -0.547,1.139 l 0.467,1.326 4.213,-1.48 z"
+ id="path591" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.86,443.512 -3.37,1.185 c -0.465,0.162 -0.709,0.674 -0.547,1.139 l 0.467,1.326 4.213,-1.48 z"
+ id="path593" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.86,443.512 -3.37,1.185 c -0.465,0.162 -0.709,0.674 -0.547,1.139 l 0.467,1.326 4.213,-1.48 z"
+ id="path595" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 880.86,443.512 -3.37,1.185 c -0.465,0.162 -0.709,0.674 -0.547,1.139 l 0.467,1.326 4.213,-1.48 z"
+ id="path597" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.86,443.512 -3.37,1.185 c -0.465,0.162 -0.709,0.674 -0.547,1.139 l 0.467,1.326 4.213,-1.48 z"
+ id="path599" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.86,443.512 -3.37,1.185 c -0.465,0.162 -0.709,0.674 -0.547,1.139 l 0.467,1.326 4.213,-1.48 z"
+ id="path601" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 888.451,510.883 2.811,7.994 c 0.214,0.609 0.764,0.973 1.229,0.808 l 1.854,-0.65 -3.198,-9.099 z"
+ id="path603" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 888.451,510.883 2.811,7.994 c 0.214,0.609 0.764,0.973 1.229,0.808 l 1.854,-0.65 -3.198,-9.099 z"
+ id="path605" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 888.451,510.883 2.811,7.994 c 0.214,0.609 0.764,0.973 1.229,0.808 l 1.854,-0.65 -3.198,-9.099 z"
+ id="path607" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.96698"
+ y="467.03"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-112.3917,320.5772)"
+ width="2.8570001"
+ height="44.641998"
+ id="rect609" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.96698"
+ y="467.03"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-112.3917,320.5772)"
+ width="2.8570001"
+ height="44.641998"
+ id="rect611" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.96698"
+ y="467.03"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-112.3917,320.5772)"
+ width="2.8570001"
+ height="44.641998"
+ id="rect613" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.96698"
+ y="467.03"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-112.3917,320.5772)"
+ width="2.8570001"
+ height="44.641998"
+ id="rect615" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="871.43298"
+ y="458.65302"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-103.8983,315.671)"
+ width="2.8559999"
+ height="7.1389999"
+ id="rect617" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="871.43298"
+ y="458.65302"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-103.8983,315.671)"
+ width="2.8559999"
+ height="7.1389999"
+ id="rect619" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="871.43298"
+ y="458.65302"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-103.8983,315.671)"
+ width="2.8559999"
+ height="7.1389999"
+ id="rect621" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="871.43298"
+ y="458.65302"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-103.8983,315.671)"
+ width="2.8559999"
+ height="7.1389999"
+ id="rect623" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="870.172"
+ y="458.40302"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.7637,314.9393)"
+ width="2.8570001"
+ height="0.46599999"
+ id="rect625" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="870.172"
+ y="458.40302"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.7637,314.9393)"
+ width="2.8570001"
+ height="0.46599999"
+ id="rect627" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="870.172"
+ y="458.40302"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.7637,314.9393)"
+ width="2.8570001"
+ height="0.46599999"
+ id="rect629" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="870.172"
+ y="458.40302"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.7637,314.9393)"
+ width="2.8570001"
+ height="0.46599999"
+ id="rect631" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="870.172"
+ y="458.40302"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.7637,314.9393)"
+ width="2.8570001"
+ height="0.46599999"
+ id="rect633" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 871.28,453.42 c -0.213,-0.61 -0.765,-0.972 -1.23,-0.808 l -1.853,0.651 1.339,3.808 2.695,-0.946 z"
+ id="path635" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 871.28,453.42 c -0.213,-0.61 -0.765,-0.972 -1.23,-0.808 l -1.853,0.651 1.339,3.808 2.695,-0.946 z"
+ id="path637" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 871.28,453.42 c -0.213,-0.61 -0.765,-0.972 -1.23,-0.808 l -1.853,0.651 1.339,3.808 2.695,-0.946 z"
+ id="path639" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 871.28,453.42 c -0.213,-0.61 -0.765,-0.972 -1.23,-0.808 l -1.853,0.651 1.339,3.808 2.695,-0.946 z"
+ id="path641" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 871.28,453.42 c -0.213,-0.61 -0.765,-0.972 -1.23,-0.808 l -1.853,0.651 1.339,3.808 2.695,-0.946 z"
+ id="path643" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.964,426.579 0.312,0.887 4.211,-1.48 -0.419,-1.194 -3.849,1.354 c -0.2,0.07 -0.315,0.263 -0.255,0.433 z"
+ id="path645" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.964,426.579 0.312,0.887 4.211,-1.48 -0.419,-1.194 -3.849,1.354 c -0.2,0.07 -0.315,0.263 -0.255,0.433 z"
+ id="path647" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.964,426.579 0.312,0.887 4.211,-1.48 -0.419,-1.194 -3.849,1.354 c -0.2,0.07 -0.315,0.263 -0.255,0.433 z"
+ id="path649" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 880.964,426.579 0.312,0.887 4.211,-1.48 -0.419,-1.194 -3.849,1.354 c -0.2,0.07 -0.315,0.263 -0.255,0.433 z"
+ id="path651" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 880.964,426.579 0.312,0.887 4.211,-1.48 -0.419,-1.194 -3.849,1.354 c -0.2,0.07 -0.315,0.263 -0.255,0.433 z"
+ id="path653" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.964,426.579 0.312,0.887 4.211,-1.48 -0.419,-1.194 -3.849,1.354 c -0.2,0.07 -0.315,0.263 -0.255,0.433 z"
+ id="path655" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="894.252,450.919 893.412,451.216 890.042,452.399 890.67,454.19 894.882,452.709 "
+ id="polygon657" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="894.252,450.919 893.412,451.216 890.042,452.399 890.67,454.19 894.882,452.709 "
+ id="polygon659" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="894.252,450.919 893.412,451.216 890.042,452.399 890.67,454.19 894.882,452.709 "
+ id="polygon661" />
+ <polygon
+ style="opacity:0.2;fill:#fff6a3"
+ points="894.252,450.919 893.412,451.216 890.042,452.399 890.67,454.19 894.882,452.709 "
+ id="polygon663" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="894.252,450.919 893.412,451.216 890.042,452.399 890.67,454.19 894.882,452.709 "
+ id="polygon665" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 c -0.053,0.31 -0.264,0.585 -0.58,0.698 l 0.841,-0.297 -0.152,-0.439 z"
+ id="path667" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 c -0.053,0.31 -0.264,0.585 -0.58,0.698 l 0.841,-0.297 -0.152,-0.439 z"
+ id="path669" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 c -0.053,0.31 -0.264,0.585 -0.58,0.698 l 0.841,-0.297 -0.152,-0.439 z"
+ id="path671" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 c -0.053,0.31 -0.264,0.585 -0.58,0.698 l 0.841,-0.297 -0.152,-0.439 z"
+ id="path673" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 c -0.053,0.31 -0.264,0.585 -0.58,0.698 l 0.841,-0.297 -0.152,-0.439 z"
+ id="path675" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 c -0.053,0.31 -0.264,0.585 -0.58,0.698 l 0.841,-0.297 -0.152,-0.439 z"
+ id="path677" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="888.47699"
+ y="445.62799"
+ transform="matrix(0.9436,-0.3311,0.3311,0.9436,-98.0035,320.0338)"
+ width="3.572"
+ height="4.0380001"
+ id="rect679" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="888.47699"
+ y="445.62799"
+ transform="matrix(0.9436,-0.3311,0.3311,0.9436,-98.0035,320.0338)"
+ width="3.572"
+ height="4.0380001"
+ id="rect681" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="888.47699"
+ y="445.62799"
+ transform="matrix(0.9436,-0.3311,0.3311,0.9436,-98.0035,320.0338)"
+ width="3.572"
+ height="4.0380001"
+ id="rect683" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="888.47699"
+ y="445.62799"
+ transform="matrix(0.9436,-0.3311,0.3311,0.9436,-98.0035,320.0338)"
+ width="3.572"
+ height="4.0380001"
+ id="rect685" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="888.47699"
+ y="445.62799"
+ transform="matrix(0.9436,-0.3311,0.3311,0.9436,-98.0035,320.0338)"
+ width="3.572"
+ height="4.0380001"
+ id="rect687" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="888.47699"
+ y="445.62799"
+ transform="matrix(0.9436,-0.3311,0.3311,0.9436,-98.0035,320.0338)"
+ width="3.572"
+ height="4.0380001"
+ id="rect689" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="888.47699"
+ y="445.62799"
+ transform="matrix(0.9436,-0.3311,0.3311,0.9436,-98.0035,320.0338)"
+ width="3.572"
+ height="4.0380001"
+ id="rect691" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 -4.104,1.443 0.154,0.438 3.37,-1.184 c 0.316,-0.112 0.527,-0.388 0.58,-0.697 z"
+ id="path693" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 -4.104,1.443 0.154,0.438 3.37,-1.184 c 0.316,-0.112 0.527,-0.388 0.58,-0.697 z"
+ id="path695" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 -4.104,1.443 0.154,0.438 3.37,-1.184 c 0.316,-0.112 0.527,-0.388 0.58,-0.697 z"
+ id="path697" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 -4.104,1.443 0.154,0.438 3.37,-1.184 c 0.316,-0.112 0.527,-0.388 0.58,-0.697 z"
+ id="path699" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 -4.104,1.443 0.154,0.438 3.37,-1.184 c 0.316,-0.112 0.527,-0.388 0.58,-0.697 z"
+ id="path701" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 -4.104,1.443 0.154,0.438 3.37,-1.184 c 0.316,-0.112 0.527,-0.388 0.58,-0.697 z"
+ id="path703" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 -4.104,1.443 0.154,0.438 3.37,-1.184 c 0.316,-0.112 0.527,-0.388 0.58,-0.697 z"
+ id="path705" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 895.323,466.269 c -0.198,0.07 -0.41,-0.01 -0.47,-0.178 l -1.495,-4.254 -5.392,1.896 5.83,16.578 c 0.035,0.103 0.135,0.161 0.223,0.131 l 9.445,-3.319 -4.29,-12.207 z"
+ id="path707" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 895.323,466.269 c -0.198,0.07 -0.41,-0.01 -0.47,-0.178 l -1.495,-4.254 -5.392,1.896 5.83,16.578 c 0.035,0.103 0.135,0.161 0.223,0.131 l 9.445,-3.319 -4.29,-12.207 z"
+ id="path709" />
+ <path
+ style="opacity:0.4;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 895.323,466.269 c -0.198,0.07 -0.41,-0.01 -0.47,-0.178 l -1.495,-4.254 -5.392,1.896 5.83,16.578 c 0.035,0.103 0.135,0.161 0.223,0.131 l 9.445,-3.319 -4.29,-12.207 z"
+ id="path711" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 895.323,466.269 c -0.198,0.07 -0.41,-0.01 -0.47,-0.178 l -1.495,-4.254 -5.392,1.896 5.83,16.578 c 0.035,0.103 0.135,0.161 0.223,0.131 l 9.445,-3.319 -4.29,-12.207 z"
+ id="path713" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 891.48,457.124 -5.194,1.826 0.732,2.08 5.392,-1.895 -0.768,-2.182 c 0.02,0.058 -0.052,0.133 -0.162,0.171 z"
+ id="path715" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 891.48,457.124 -5.194,1.826 0.732,2.08 5.392,-1.895 -0.768,-2.182 c 0.02,0.058 -0.052,0.133 -0.162,0.171 z"
+ id="path717" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 891.48,457.124 -5.194,1.826 0.732,2.08 5.392,-1.895 -0.768,-2.182 c 0.02,0.058 -0.052,0.133 -0.162,0.171 z"
+ id="path719" />
+ <path
+ style="opacity:0.4;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 891.48,457.124 -5.194,1.826 0.732,2.08 5.392,-1.895 -0.768,-2.182 c 0.02,0.058 -0.052,0.133 -0.162,0.171 z"
+ id="path721" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 891.48,457.124 -5.194,1.826 0.732,2.08 5.392,-1.895 -0.768,-2.182 c 0.02,0.058 -0.052,0.133 -0.162,0.171 z"
+ id="path723" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.358,461.837 1.495,4.254 c 0.06,0.168 0.271,0.248 0.47,0.178 l 3.852,-1.354 -0.372,-1.052 -1.231,-3.507 z"
+ id="path725" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.358,461.837 1.495,4.254 c 0.06,0.168 0.271,0.248 0.47,0.178 l 3.852,-1.354 -0.372,-1.052 -1.231,-3.507 z"
+ id="path727" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 893.358,461.837 1.495,4.254 c 0.06,0.168 0.271,0.248 0.47,0.178 l 3.852,-1.354 -0.372,-1.052 -1.231,-3.507 z"
+ id="path729" />
+ <path
+ style="opacity:0.4;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 893.358,461.837 1.495,4.254 c 0.06,0.168 0.271,0.248 0.47,0.178 l 3.852,-1.354 -0.372,-1.052 -1.231,-3.507 z"
+ id="path731" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.358,461.837 1.495,4.254 c 0.06,0.168 0.271,0.248 0.47,0.178 l 3.852,-1.354 -0.372,-1.052 -1.231,-3.507 z"
+ id="path733" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="892.41,459.136 896.623,457.654 894.882,452.709 890.67,454.19 891.642,456.954 "
+ id="polygon735" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="892.41,459.136 896.623,457.654 894.882,452.709 890.67,454.19 891.642,456.954 "
+ id="polygon737" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="892.41,459.136 896.623,457.654 894.882,452.709 890.67,454.19 891.642,456.954 "
+ id="polygon739" />
+ <polygon
+ style="opacity:0.2;fill:#fff6a3"
+ points="892.41,459.136 896.623,457.654 894.882,452.709 890.67,454.19 891.642,456.954 "
+ id="polygon741" />
+ <polygon
+ style="opacity:0.4;fill:#fff6a3"
+ points="892.41,459.136 896.623,457.654 894.882,452.709 890.67,454.19 891.642,456.954 "
+ id="polygon743" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="892.41,459.136 896.623,457.654 894.882,452.709 890.67,454.19 891.642,456.954 "
+ id="polygon745" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.34497"
+ y="440.48901"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-96.4515,317.8753)"
+ width="5.7129998"
+ height="2.1359999"
+ id="rect747" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.34497"
+ y="440.48901"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-96.4515,317.8753)"
+ width="5.7129998"
+ height="2.1359999"
+ id="rect749" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.34497"
+ y="440.48901"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-96.4515,317.8753)"
+ width="5.7129998"
+ height="2.1359999"
+ id="rect751" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="880.34497"
+ y="440.48901"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-96.4515,317.8753)"
+ width="5.7129998"
+ height="2.1359999"
+ id="rect753" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.34497"
+ y="440.48901"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-96.4515,317.8753)"
+ width="5.7129998"
+ height="2.1359999"
+ id="rect755" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.34497"
+ y="440.48901"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-96.4515,317.8753)"
+ width="5.7129998"
+ height="2.1359999"
+ id="rect757" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 881.276,427.466 -4.55,1.599 c -0.465,0.163 -0.707,0.673 -0.545,1.139 l 3.02,8.591 5.392,-1.895 z"
+ id="path759" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 881.276,427.466 -4.55,1.599 c -0.465,0.163 -0.707,0.673 -0.545,1.139 l 3.02,8.591 5.392,-1.895 z"
+ id="path761" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 881.276,427.466 -4.55,1.599 c -0.465,0.163 -0.707,0.673 -0.545,1.139 l 3.02,8.591 5.392,-1.895 z"
+ id="path763" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 881.276,427.466 -4.55,1.599 c -0.465,0.163 -0.707,0.673 -0.545,1.139 l 3.02,8.591 5.392,-1.895 z"
+ id="path765" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 881.276,427.466 -4.55,1.599 c -0.465,0.163 -0.707,0.673 -0.545,1.139 l 3.02,8.591 5.392,-1.895 z"
+ id="path767" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 881.276,427.466 -4.55,1.599 c -0.465,0.163 -0.707,0.673 -0.545,1.139 l 3.02,8.591 5.392,-1.895 z"
+ id="path769" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.78699"
+ y="440.79099"
+ transform="matrix(0.3322,0.9432,-0.9432,0.3322,1008.7016,-537.4744)"
+ width="2.299"
+ height="5.7129998"
+ id="rect771" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.78699"
+ y="440.79099"
+ transform="matrix(0.3322,0.9432,-0.9432,0.3322,1008.7016,-537.4744)"
+ width="2.299"
+ height="5.7129998"
+ id="rect773" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.78699"
+ y="440.79099"
+ transform="matrix(0.3322,0.9432,-0.9432,0.3322,1008.7016,-537.4744)"
+ width="2.299"
+ height="5.7129998"
+ id="rect775" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="882.78699"
+ y="440.79099"
+ transform="matrix(0.3322,0.9432,-0.9432,0.3322,1008.7016,-537.4744)"
+ width="2.299"
+ height="5.7129998"
+ id="rect777" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.78699"
+ y="440.79099"
+ transform="matrix(0.3322,0.9432,-0.9432,0.3322,1008.7016,-537.4744)"
+ width="2.299"
+ height="5.7129998"
+ id="rect779" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.78699"
+ y="440.79099"
+ transform="matrix(0.3322,0.9432,-0.9432,0.3322,1008.7016,-537.4744)"
+ width="2.299"
+ height="5.7129998"
+ id="rect781" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.78699"
+ y="440.79099"
+ transform="matrix(0.3322,0.9432,-0.9432,0.3322,1008.7016,-537.4744)"
+ width="2.299"
+ height="5.7129998"
+ id="rect783" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.962,435.715 -1.125,-3.2 c -0.166,-0.465 0.08,-0.975 0.545,-1.139 l -1.896,-5.391 -4.211,1.48 3.316,9.434 z"
+ id="path785" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.962,435.715 -1.125,-3.2 c -0.166,-0.465 0.08,-0.975 0.545,-1.139 l -1.896,-5.391 -4.211,1.48 3.316,9.434 z"
+ id="path787" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.962,435.715 -1.125,-3.2 c -0.166,-0.465 0.08,-0.975 0.545,-1.139 l -1.896,-5.391 -4.211,1.48 3.316,9.434 z"
+ id="path789" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 887.962,435.715 -1.125,-3.2 c -0.166,-0.465 0.08,-0.975 0.545,-1.139 l -1.896,-5.391 -4.211,1.48 3.316,9.434 z"
+ id="path791" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 887.962,435.715 -1.125,-3.2 c -0.166,-0.465 0.08,-0.975 0.545,-1.139 l -1.896,-5.391 -4.211,1.48 3.316,9.434 z"
+ id="path793" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.962,435.715 -1.125,-3.2 c -0.166,-0.465 0.08,-0.975 0.545,-1.139 l -1.896,-5.391 -4.211,1.48 3.316,9.434 z"
+ id="path795" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.962,435.715 -1.125,-3.2 c -0.166,-0.465 0.08,-0.975 0.545,-1.139 l -1.896,-5.391 -4.211,1.48 3.316,9.434 z"
+ id="path797" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.51398"
+ y="438.23199"
+ transform="matrix(0.3327,0.943,-0.943,0.3327,1007.2826,-543.3893)"
+ width="2.1340001"
+ height="3.5699999"
+ id="rect799" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.51398"
+ y="438.23199"
+ transform="matrix(0.3327,0.943,-0.943,0.3327,1007.2826,-543.3893)"
+ width="2.1340001"
+ height="3.5699999"
+ id="rect801" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.51398"
+ y="438.23199"
+ transform="matrix(0.3327,0.943,-0.943,0.3327,1007.2826,-543.3893)"
+ width="2.1340001"
+ height="3.5699999"
+ id="rect803" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="886.51398"
+ y="438.23199"
+ transform="matrix(0.3327,0.943,-0.943,0.3327,1007.2826,-543.3893)"
+ width="2.1340001"
+ height="3.5699999"
+ id="rect805" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="886.51398"
+ y="438.23199"
+ transform="matrix(0.3327,0.943,-0.943,0.3327,1007.2826,-543.3893)"
+ width="2.1340001"
+ height="3.5699999"
+ id="rect807" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.51398"
+ y="438.23199"
+ transform="matrix(0.3327,0.943,-0.943,0.3327,1007.2826,-543.3893)"
+ width="2.1340001"
+ height="3.5699999"
+ id="rect809" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.51398"
+ y="438.23199"
+ transform="matrix(0.3327,0.943,-0.943,0.3327,1007.2826,-543.3893)"
+ width="2.1340001"
+ height="3.5699999"
+ id="rect811" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.14203"
+ y="443.63599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1015.5203,-541.3357)"
+ width="0.67900002"
+ height="3.573"
+ id="rect813" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.14203"
+ y="443.63599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1015.5203,-541.3357)"
+ width="0.67900002"
+ height="3.573"
+ id="rect815" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.14203"
+ y="443.63599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1015.5203,-541.3357)"
+ width="0.67900002"
+ height="3.573"
+ id="rect817" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="889.14203"
+ y="443.63599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1015.5203,-541.3357)"
+ width="0.67900002"
+ height="3.573"
+ id="rect819" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.14203"
+ y="443.63599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1015.5203,-541.3357)"
+ width="0.67900002"
+ height="3.573"
+ id="rect821" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="889.14203"
+ y="443.63599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1015.5203,-541.3357)"
+ width="0.67900002"
+ height="3.573"
+ id="rect823" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.14203"
+ y="443.63599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1015.5203,-541.3357)"
+ width="0.67900002"
+ height="3.573"
+ id="rect825" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.14203"
+ y="443.63599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1015.5203,-541.3357)"
+ width="0.67900002"
+ height="3.573"
+ id="rect827" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.53003"
+ y="440.95901"
+ transform="matrix(0.9434,-0.3315,0.3315,0.9434,-96.3315,319.4956)"
+ width="3.573"
+ height="2.299"
+ id="rect829" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.53003"
+ y="440.95901"
+ transform="matrix(0.9434,-0.3315,0.3315,0.9434,-96.3315,319.4956)"
+ width="3.573"
+ height="2.299"
+ id="rect831" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.53003"
+ y="440.95901"
+ transform="matrix(0.9434,-0.3315,0.3315,0.9434,-96.3315,319.4956)"
+ width="3.573"
+ height="2.299"
+ id="rect833" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="886.53003"
+ y="440.95901"
+ transform="matrix(0.9434,-0.3315,0.3315,0.9434,-96.3315,319.4956)"
+ width="3.573"
+ height="2.299"
+ id="rect835" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.53003"
+ y="440.95901"
+ transform="matrix(0.9434,-0.3315,0.3315,0.9434,-96.3315,319.4956)"
+ width="3.573"
+ height="2.299"
+ id="rect837" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="886.53003"
+ y="440.95901"
+ transform="matrix(0.9434,-0.3315,0.3315,0.9434,-96.3315,319.4956)"
+ width="3.573"
+ height="2.299"
+ id="rect839" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.53003"
+ y="440.95901"
+ transform="matrix(0.9434,-0.3315,0.3315,0.9434,-96.3315,319.4956)"
+ width="3.573"
+ height="2.299"
+ id="rect841" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.53003"
+ y="440.95901"
+ transform="matrix(0.9434,-0.3315,0.3315,0.9434,-96.3315,319.4956)"
+ width="3.573"
+ height="2.299"
+ id="rect843" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.92297"
+ y="444.88901"
+ transform="matrix(-0.9429,0.3329,-0.3329,-0.9429,1882.6193,571.2168)"
+ width="0.89200002"
+ height="4.0359998"
+ id="rect845" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.92297"
+ y="444.88901"
+ transform="matrix(-0.9429,0.3329,-0.3329,-0.9429,1882.6193,571.2168)"
+ width="0.89200002"
+ height="4.0359998"
+ id="rect847" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.92297"
+ y="444.88901"
+ transform="matrix(-0.9429,0.3329,-0.3329,-0.9429,1882.6193,571.2168)"
+ width="0.89200002"
+ height="4.0359998"
+ id="rect849" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="891.92297"
+ y="444.88901"
+ transform="matrix(-0.9429,0.3329,-0.3329,-0.9429,1882.6193,571.2168)"
+ width="0.89200002"
+ height="4.0359998"
+ id="rect851" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.92297"
+ y="444.88901"
+ transform="matrix(-0.9429,0.3329,-0.3329,-0.9429,1882.6193,571.2168)"
+ width="0.89200002"
+ height="4.0359998"
+ id="rect853" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="891.92297"
+ y="444.88901"
+ transform="matrix(-0.9429,0.3329,-0.3329,-0.9429,1882.6193,571.2168)"
+ width="0.89200002"
+ height="4.0359998"
+ id="rect855" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.92297"
+ y="444.88901"
+ transform="matrix(-0.9429,0.3329,-0.3329,-0.9429,1882.6193,571.2168)"
+ width="0.89200002"
+ height="4.0359998"
+ id="rect857" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.92297"
+ y="444.88901"
+ transform="matrix(-0.9429,0.3329,-0.3329,-0.9429,1882.6193,571.2168)"
+ width="0.89200002"
+ height="4.0359998"
+ id="rect859" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.23999"
+ y="438.20999"
+ transform="matrix(0.9432,-0.3322,0.3322,0.9432,-95.4077,320.5515)"
+ width="0.89399999"
+ height="2.1340001"
+ id="rect861" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.23999"
+ y="438.20999"
+ transform="matrix(0.9432,-0.3322,0.3322,0.9432,-95.4077,320.5515)"
+ width="0.89399999"
+ height="2.1340001"
+ id="rect863" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.23999"
+ y="438.20999"
+ transform="matrix(0.9432,-0.3322,0.3322,0.9432,-95.4077,320.5515)"
+ width="0.89399999"
+ height="2.1340001"
+ id="rect865" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="889.23999"
+ y="438.20999"
+ transform="matrix(0.9432,-0.3322,0.3322,0.9432,-95.4077,320.5515)"
+ width="0.89399999"
+ height="2.1340001"
+ id="rect867" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="889.23999"
+ y="438.20999"
+ transform="matrix(0.9432,-0.3322,0.3322,0.9432,-95.4077,320.5515)"
+ width="0.89399999"
+ height="2.1340001"
+ id="rect869" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.23999"
+ y="438.20999"
+ transform="matrix(0.9432,-0.3322,0.3322,0.9432,-95.4077,320.5515)"
+ width="0.89399999"
+ height="2.1340001"
+ id="rect871" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.23999"
+ y="438.20999"
+ transform="matrix(0.9432,-0.3322,0.3322,0.9432,-95.4077,320.5515)"
+ width="0.89399999"
+ height="2.1340001"
+ id="rect873" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.23999"
+ y="438.20999"
+ transform="matrix(0.9432,-0.3322,0.3322,0.9432,-95.4077,320.5515)"
+ width="0.89399999"
+ height="2.1340001"
+ id="rect875" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.382,431.376 c -0.465,0.164 -0.711,0.674 -0.545,1.139 l 1.125,3.2 0.843,-0.296 z"
+ id="path877" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.382,431.376 c -0.465,0.164 -0.711,0.674 -0.545,1.139 l 1.125,3.2 0.843,-0.296 z"
+ id="path879" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.382,431.376 c -0.465,0.164 -0.711,0.674 -0.545,1.139 l 1.125,3.2 0.843,-0.296 z"
+ id="path881" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 887.382,431.376 c -0.465,0.164 -0.711,0.674 -0.545,1.139 l 1.125,3.2 0.843,-0.296 z"
+ id="path883" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 887.382,431.376 c -0.465,0.164 -0.711,0.674 -0.545,1.139 l 1.125,3.2 0.843,-0.296 z"
+ id="path885" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.382,431.376 c -0.465,0.164 -0.711,0.674 -0.545,1.139 l 1.125,3.2 0.843,-0.296 z"
+ id="path887" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.382,431.376 c -0.465,0.164 -0.711,0.674 -0.545,1.139 l 1.125,3.2 0.843,-0.296 z"
+ id="path889" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.382,431.376 c -0.465,0.164 -0.711,0.674 -0.545,1.139 l 1.125,3.2 0.843,-0.296 z"
+ id="path891" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.27301"
+ y="440.923"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ width="2.3"
+ height="0.89200002"
+ id="rect893" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.27301"
+ y="440.923"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ width="2.3"
+ height="0.89200002"
+ id="rect895" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.27301"
+ y="440.923"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ width="2.3"
+ height="0.89200002"
+ id="rect897" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="889.27301"
+ y="440.923"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ width="2.3"
+ height="0.89200002"
+ id="rect899" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.27301"
+ y="440.923"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ width="2.3"
+ height="0.89200002"
+ id="rect901" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="889.27301"
+ y="440.923"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ width="2.3"
+ height="0.89200002"
+ id="rect903" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.27301"
+ y="440.923"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ width="2.3"
+ height="0.89200002"
+ id="rect905" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.27301"
+ y="440.923"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ width="2.3"
+ height="0.89200002"
+ id="rect907" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.27301"
+ y="440.923"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ width="2.3"
+ height="0.89200002"
+ id="rect909" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.24799"
+ y="444.23599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ width="0.67900002"
+ height="0.89200002"
+ id="rect911" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.24799"
+ y="444.23599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ width="0.67900002"
+ height="0.89200002"
+ id="rect913" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.24799"
+ y="444.23599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ width="0.67900002"
+ height="0.89200002"
+ id="rect915" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="891.24799"
+ y="444.23599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ width="0.67900002"
+ height="0.89200002"
+ id="rect917" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.24799"
+ y="444.23599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ width="0.67900002"
+ height="0.89200002"
+ id="rect919" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="891.24799"
+ y="444.23599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ width="0.67900002"
+ height="0.89200002"
+ id="rect921" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.24799"
+ y="444.23599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ width="0.67900002"
+ height="0.89200002"
+ id="rect923" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.24799"
+ y="444.23599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ width="0.67900002"
+ height="0.89200002"
+ id="rect925" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.24799"
+ y="444.23599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ width="0.67900002"
+ height="0.89200002"
+ id="rect927" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="904.84003"
+ y="414.806"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1007.5962,-589.655)"
+ width="30.157"
+ height="2.859"
+ id="rect929" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="904.84003"
+ y="414.806"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1007.5962,-589.655)"
+ width="30.157"
+ height="2.859"
+ id="rect931" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="904.84003"
+ y="414.806"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1007.5962,-589.655)"
+ width="30.157"
+ height="2.859"
+ id="rect933" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="924.94397"
+ y="432.23801"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1944.4392,537.4492)"
+ width="2.8570001"
+ height="4.7140002"
+ id="rect935" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="924.94397"
+ y="432.23801"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1944.4392,537.4492)"
+ width="2.8570001"
+ height="4.7140002"
+ id="rect937" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="924.94397"
+ y="432.23801"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1944.4392,537.4492)"
+ width="2.8570001"
+ height="4.7140002"
+ id="rect939" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 886.547,386.995 -0.66,-1.881 c -0.698,0.162 -1.395,0.336 -2.089,0.52 l 0.728,2.073 z"
+ id="path941" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 886.547,386.995 -0.66,-1.881 c -0.698,0.162 -1.395,0.336 -2.089,0.52 l 0.728,2.073 z"
+ id="path943" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 886.547,386.995 -0.66,-1.881 c -0.698,0.162 -1.395,0.336 -2.089,0.52 l 0.728,2.073 z"
+ id="path945" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="918.14001"
+ y="433.88599"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1935.8896,542.0336)"
+ width="7.086"
+ height="4.7140002"
+ id="rect947" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="918.14001"
+ y="433.88599"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1935.8896,542.0336)"
+ width="7.086"
+ height="4.7140002"
+ id="rect949" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="918.14001"
+ y="433.88599"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1935.8896,542.0336)"
+ width="7.086"
+ height="4.7140002"
+ id="rect951" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="918.14001"
+ y="433.88599"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1935.8896,542.0336)"
+ width="7.086"
+ height="4.7140002"
+ id="rect953" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 910.839,416.077 6.048,17.207 6.686,-2.35 -10.002,-28.451 -18.362,6.455 c -0.468,0.164 -0.977,-0.08 -1.139,-0.547 l -7.522,-21.396 -2.021,0.712 11.661,33.175 14.183,-4.984 c 0.199,-0.07 0.408,0.009 0.468,0.179 z"
+ id="path955" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 910.839,416.077 6.048,17.207 6.686,-2.35 -10.002,-28.451 -18.362,6.455 c -0.468,0.164 -0.977,-0.08 -1.139,-0.547 l -7.522,-21.396 -2.021,0.712 11.661,33.175 14.183,-4.984 c 0.199,-0.07 0.408,0.009 0.468,0.179 z"
+ id="path957" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 910.839,416.077 6.048,17.207 6.686,-2.35 -10.002,-28.451 -18.362,6.455 c -0.468,0.164 -0.977,-0.08 -1.139,-0.547 l -7.522,-21.396 -2.021,0.712 11.661,33.175 14.183,-4.984 c 0.199,-0.07 0.408,0.009 0.468,0.179 z"
+ id="path959" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 910.839,416.077 6.048,17.207 6.686,-2.35 -10.002,-28.451 -18.362,6.455 c -0.468,0.164 -0.977,-0.08 -1.139,-0.547 l -7.522,-21.396 -2.021,0.712 11.661,33.175 14.183,-4.984 c 0.199,-0.07 0.408,0.009 0.468,0.179 z"
+ id="path961" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 928.967,446.285 2.563,-0.899 c 0.023,-0.204 0,-0.424 -0.077,-0.644 l -2.157,-6.142 -2.695,0.947 z"
+ id="path963" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 928.967,446.285 2.563,-0.899 c 0.023,-0.204 0,-0.424 -0.077,-0.644 l -2.157,-6.142 -2.695,0.947 z"
+ id="path965" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 928.967,446.285 2.563,-0.899 c 0.023,-0.204 0,-0.424 -0.077,-0.644 l -2.157,-6.142 -2.695,0.947 z"
+ id="path967" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="920.89899"
+ y="440.521"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1943.8555,556.3701)"
+ width="7.086"
+ height="7.1409998"
+ id="rect969" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="920.89899"
+ y="440.521"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1943.8555,556.3701)"
+ width="7.086"
+ height="7.1409998"
+ id="rect971" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="920.89899"
+ y="440.521"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1943.8555,556.3701)"
+ width="7.086"
+ height="7.1409998"
+ id="rect973" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="920.89899"
+ y="440.521"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1943.8555,556.3701)"
+ width="7.086"
+ height="7.1409998"
+ id="rect975" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="927.64001"
+ y="437.427"
+ transform="matrix(-0.3326,-0.9431,0.9431,-0.3326,822.611,1459.8647)"
+ width="0.46399999"
+ height="2.8570001"
+ id="rect977" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="927.64001"
+ y="437.427"
+ transform="matrix(-0.3326,-0.9431,0.9431,-0.3326,822.611,1459.8647)"
+ width="0.46399999"
+ height="2.8570001"
+ id="rect979" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="927.64001"
+ y="437.427"
+ transform="matrix(-0.3326,-0.9431,0.9431,-0.3326,822.611,1459.8647)"
+ width="0.46399999"
+ height="2.8570001"
+ id="rect981" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="927.64001"
+ y="437.427"
+ transform="matrix(-0.3326,-0.9431,0.9431,-0.3326,822.611,1459.8647)"
+ width="0.46399999"
+ height="2.8570001"
+ id="rect983" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.63898"
+ y="440.272"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1940.2162,549.8165)"
+ width="7.086"
+ height="0.46399999"
+ id="rect985" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.63898"
+ y="440.272"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1940.2162,549.8165)"
+ width="7.086"
+ height="0.46399999"
+ id="rect987" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.63898"
+ y="440.272"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1940.2162,549.8165)"
+ width="7.086"
+ height="0.46399999"
+ id="rect989" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="919.63898"
+ y="440.272"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1940.2162,549.8165)"
+ width="7.086"
+ height="0.46399999"
+ id="rect991" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.63898"
+ y="440.272"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1940.2162,549.8165)"
+ width="7.086"
+ height="0.46399999"
+ id="rect993" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 916.268,401.536 -6.337,-18.025 c -1.033,-0.099 -2.07,-0.178 -3.111,-0.234 l 6.751,19.207 z"
+ id="path995" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 916.268,401.536 -6.337,-18.025 c -1.033,-0.099 -2.07,-0.178 -3.111,-0.234 l 6.751,19.207 z"
+ id="path997" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 916.268,401.536 -6.337,-18.025 c -1.033,-0.099 -2.07,-0.178 -3.111,-0.234 l 6.751,19.207 z"
+ id="path999" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 916.268,401.536 -6.337,-18.025 c -1.033,-0.099 -2.07,-0.178 -3.111,-0.234 l 6.751,19.207 z"
+ id="path1001" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.739,383.414 c -3.612,0.294 -7.239,0.858 -10.852,1.7 l 0.66,1.881 z"
+ id="path1003" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.739,383.414 c -3.612,0.294 -7.239,0.858 -10.852,1.7 l 0.66,1.881 z"
+ id="path1005" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.739,383.414 c -3.612,0.294 -7.239,0.858 -10.852,1.7 l 0.66,1.881 z"
+ id="path1007" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.739,383.414 c -3.612,0.294 -7.239,0.858 -10.852,1.7 l 0.66,1.881 z"
+ id="path1009" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.07,408.392 c 0.162,0.467 0.671,0.711 1.139,0.547 l 18.362,-6.455 -6.751,-19.207 c -3.335,-0.181 -6.703,-0.139 -10.081,0.138 l -10.191,3.581 z"
+ id="path1011" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.07,408.392 c 0.162,0.467 0.671,0.711 1.139,0.547 l 18.362,-6.455 -6.751,-19.207 c -3.335,-0.181 -6.703,-0.139 -10.081,0.138 l -10.191,3.581 z"
+ id="path1013" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.07,408.392 c 0.162,0.467 0.671,0.711 1.139,0.547 l 18.362,-6.455 -6.751,-19.207 c -3.335,-0.181 -6.703,-0.139 -10.081,0.138 l -10.191,3.581 z"
+ id="path1015" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.07,408.392 c 0.162,0.467 0.671,0.711 1.139,0.547 l 18.362,-6.455 -6.751,-19.207 c -3.335,-0.181 -6.703,-0.139 -10.081,0.138 l -10.191,3.581 z"
+ id="path1017" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.07,408.392 c 0.162,0.467 0.671,0.711 1.139,0.547 l 18.362,-6.455 -6.751,-19.207 c -3.335,-0.181 -6.703,-0.139 -10.081,0.138 l -10.191,3.581 z"
+ id="path1019" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 904.904,425.218 c 0.467,-0.165 0.976,0.08 1.14,0.545 l 3.546,10.088 7.298,-2.566 -6.048,-17.207 c -0.061,-0.17 -0.27,-0.249 -0.47,-0.18 l -14.183,4.984 2.314,6.586 z"
+ id="path1021" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 904.904,425.218 c 0.467,-0.165 0.976,0.08 1.14,0.545 l 3.546,10.088 7.298,-2.566 -6.048,-17.207 c -0.061,-0.17 -0.27,-0.249 -0.47,-0.18 l -14.183,4.984 2.314,6.586 z"
+ id="path1023" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 904.904,425.218 c 0.467,-0.165 0.976,0.08 1.14,0.545 l 3.546,10.088 7.298,-2.566 -6.048,-17.207 c -0.061,-0.17 -0.27,-0.249 -0.47,-0.18 l -14.183,4.984 2.314,6.586 z"
+ id="path1025" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 904.904,425.218 c 0.467,-0.165 0.976,0.08 1.14,0.545 l 3.546,10.088 7.298,-2.566 -6.048,-17.207 c -0.061,-0.17 -0.27,-0.249 -0.47,-0.18 l -14.183,4.984 2.314,6.586 z"
+ id="path1027" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 904.904,425.218 c 0.467,-0.165 0.976,0.08 1.14,0.545 l 3.546,10.088 7.298,-2.566 -6.048,-17.207 c -0.061,-0.17 -0.27,-0.249 -0.47,-0.18 l -14.183,4.984 2.314,6.586 z"
+ id="path1029" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="912.33398"
+ y="434.832"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1025.53,-569.6814)"
+ width="4.7160001"
+ height="7.737"
+ id="rect1031" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="912.33398"
+ y="434.832"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1025.53,-569.6814)"
+ width="4.7160001"
+ height="7.737"
+ id="rect1033" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="912.33398"
+ y="434.832"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1025.53,-569.6814)"
+ width="4.7160001"
+ height="7.737"
+ id="rect1035" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="912.33398"
+ y="434.832"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1025.53,-569.6814)"
+ width="4.7160001"
+ height="7.737"
+ id="rect1037" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="912.33398"
+ y="434.832"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1025.53,-569.6814)"
+ width="4.7160001"
+ height="7.737"
+ id="rect1039" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.531,453.151 c 0.077,0.219 0.198,0.404 0.343,0.549 l 14.409,-5.064 -2.366,-6.737 -14.544,5.113 z"
+ id="path1041" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.531,453.151 c 0.077,0.219 0.198,0.404 0.343,0.549 l 14.409,-5.064 -2.366,-6.737 -14.544,5.113 z"
+ id="path1043" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 907.531,453.151 c 0.077,0.219 0.198,0.404 0.343,0.549 l 14.409,-5.064 -2.366,-6.737 -14.544,5.113 z"
+ id="path1045" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 907.531,453.151 c 0.077,0.219 0.198,0.404 0.343,0.549 l 14.409,-5.064 -2.366,-6.737 -14.544,5.113 z"
+ id="path1047" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.531,453.151 c 0.077,0.219 0.198,0.404 0.343,0.549 l 14.409,-5.064 -2.366,-6.737 -14.544,5.113 z"
+ id="path1049" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="904.85901"
+ y="444.00201"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1920.8193,560.6502)"
+ width="15.417"
+ height="0.46599999"
+ id="rect1051" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="904.85901"
+ y="444.00201"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1920.8193,560.6502)"
+ width="15.417"
+ height="0.46599999"
+ id="rect1053" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="904.85901"
+ y="444.00201"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1920.8193,560.6502)"
+ width="15.417"
+ height="0.46599999"
+ id="rect1055" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="904.85901"
+ y="444.00201"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1920.8193,560.6502)"
+ width="15.417"
+ height="0.46599999"
+ id="rect1057" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="904.85901"
+ y="444.00201"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1920.8193,560.6502)"
+ width="15.417"
+ height="0.46599999"
+ id="rect1059" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="904.85901"
+ y="444.00201"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1920.8193,560.6502)"
+ width="15.417"
+ height="0.46599999"
+ id="rect1061" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 906.497,429.2 c 0.302,-0.105 0.549,-0.178 0.555,-0.161 l 0.93,2.642 c 0.005,0.018 -0.231,0.115 -0.534,0.222 l -6.572,2.312 1.47,4.183 7.245,-2.546 -3.546,-10.088 c -0.164,-0.465 -0.673,-0.71 -1.14,-0.545 l -6.402,2.25 1.423,4.043 z"
+ id="path1063" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 906.497,429.2 c 0.302,-0.105 0.549,-0.178 0.555,-0.161 l 0.93,2.642 c 0.005,0.018 -0.231,0.115 -0.534,0.222 l -6.572,2.312 1.47,4.183 7.245,-2.546 -3.546,-10.088 c -0.164,-0.465 -0.673,-0.71 -1.14,-0.545 l -6.402,2.25 1.423,4.043 z"
+ id="path1065" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 906.497,429.2 c 0.302,-0.105 0.549,-0.178 0.555,-0.161 l 0.93,2.642 c 0.005,0.018 -0.231,0.115 -0.534,0.222 l -6.572,2.312 1.47,4.183 7.245,-2.546 -3.546,-10.088 c -0.164,-0.465 -0.673,-0.71 -1.14,-0.545 l -6.402,2.25 1.423,4.043 z"
+ id="path1067" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 906.497,429.2 c 0.302,-0.105 0.549,-0.178 0.555,-0.161 l 0.93,2.642 c 0.005,0.018 -0.231,0.115 -0.534,0.222 l -6.572,2.312 1.47,4.183 7.245,-2.546 -3.546,-10.088 c -0.164,-0.465 -0.673,-0.71 -1.14,-0.545 l -6.402,2.25 1.423,4.043 z"
+ id="path1069" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 906.497,429.2 c 0.302,-0.105 0.549,-0.178 0.555,-0.161 l 0.93,2.642 c 0.005,0.018 -0.231,0.115 -0.534,0.222 l -6.572,2.312 1.47,4.183 7.245,-2.546 -3.546,-10.088 c -0.164,-0.465 -0.673,-0.71 -1.14,-0.545 l -6.402,2.25 1.423,4.043 z"
+ id="path1071" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 906.497,429.2 c 0.302,-0.105 0.549,-0.178 0.555,-0.161 l 0.93,2.642 c 0.005,0.018 -0.231,0.115 -0.534,0.222 l -6.572,2.312 1.47,4.183 7.245,-2.546 -3.546,-10.088 c -0.164,-0.465 -0.673,-0.71 -1.14,-0.545 l -6.402,2.25 1.423,4.043 z"
+ id="path1073" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="905.06201"
+ y="437.41699"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1023.079,-561.1106)"
+ width="4.7160001"
+ height="7.6810002"
+ id="rect1075" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="905.06201"
+ y="437.41699"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1023.079,-561.1106)"
+ width="4.7160001"
+ height="7.6810002"
+ id="rect1077" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="905.06201"
+ y="437.41699"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1023.079,-561.1106)"
+ width="4.7160001"
+ height="7.6810002"
+ id="rect1079" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="905.06201"
+ y="437.41699"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1023.079,-561.1106)"
+ width="4.7160001"
+ height="7.6810002"
+ id="rect1081" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="905.06201"
+ y="437.41699"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1023.079,-561.1106)"
+ width="4.7160001"
+ height="7.6810002"
+ id="rect1083" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="905.06201"
+ y="437.41699"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1023.079,-561.1106)"
+ width="4.7160001"
+ height="7.6810002"
+ id="rect1085" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 929.275,506.754 6.443,18.33 c 8.181,-4.003 15.36,-9.361 21.357,-15.704 l -3.878,-11.034 z"
+ id="path1087" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 929.275,506.754 6.443,18.33 c 8.181,-4.003 15.36,-9.361 21.357,-15.704 l -3.878,-11.034 z"
+ id="path1089" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="937.90698"
+ y="487.513"
+ transform="matrix(-0.3318,-0.9433,0.9433,-0.3318,780.6106,1553.2924)"
+ width="5"
+ height="25.357"
+ id="rect1091" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="937.90698"
+ y="487.513"
+ transform="matrix(-0.3318,-0.9433,0.9433,-0.3318,780.6106,1553.2924)"
+ width="5"
+ height="25.357"
+ id="rect1093" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="937.90698"
+ y="487.513"
+ transform="matrix(-0.3318,-0.9433,0.9433,-0.3318,780.6106,1553.2924)"
+ width="5"
+ height="25.357"
+ id="rect1095" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 943.88,491.398 -17.804,6.26 1.539,4.379 23.925,-8.41 -14.468,-41.153 c -0.152,-0.432 -0.652,-0.65 -1.116,-0.486 l -4.438,1.559 12.908,36.714 c 0.163,0.464 -0.081,0.974 -0.546,1.137 z"
+ id="path1097" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 943.88,491.398 -17.804,6.26 1.539,4.379 23.925,-8.41 -14.468,-41.153 c -0.152,-0.432 -0.652,-0.65 -1.116,-0.486 l -4.438,1.559 12.908,36.714 c 0.163,0.464 -0.081,0.974 -0.546,1.137 z"
+ id="path1099" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 943.88,491.398 -17.804,6.26 1.539,4.379 23.925,-8.41 -14.468,-41.153 c -0.152,-0.432 -0.652,-0.65 -1.116,-0.486 l -4.438,1.559 12.908,36.714 c 0.163,0.464 -0.081,0.974 -0.546,1.137 z"
+ id="path1101" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 943.88,491.398 -17.804,6.26 1.539,4.379 23.925,-8.41 -14.468,-41.153 c -0.152,-0.432 -0.652,-0.65 -1.116,-0.486 l -4.438,1.559 12.908,36.714 c 0.163,0.464 -0.081,0.974 -0.546,1.137 z"
+ id="path1103" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 913.717,459.806 c -0.467,0.162 -0.72,0.645 -0.567,1.077 l 12.927,36.775 17.804,-6.26 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -12.908,-36.714 -7.047,2.479 z"
+ id="path1105" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 913.717,459.806 c -0.467,0.162 -0.72,0.645 -0.567,1.077 l 12.927,36.775 17.804,-6.26 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -12.908,-36.714 -7.047,2.479 z"
+ id="path1107" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 913.717,459.806 c -0.467,0.162 -0.72,0.645 -0.567,1.077 l 12.927,36.775 17.804,-6.26 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -12.908,-36.714 -7.047,2.479 z"
+ id="path1109" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 913.717,459.806 c -0.467,0.162 -0.72,0.645 -0.567,1.077 l 12.927,36.775 17.804,-6.26 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -12.908,-36.714 -7.047,2.479 z"
+ id="path1111" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 913.717,459.806 c -0.467,0.162 -0.72,0.645 -0.567,1.077 l 12.927,36.775 17.804,-6.26 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -12.908,-36.714 -7.047,2.479 z"
+ id="path1113" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.867,458.085 -0.109,0.037 1.602,4.556 c 0.02,0.056 0.124,0.068 0.232,0.032 l 6.483,-2.28 -1.637,-4.655 z"
+ id="path1115" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.867,458.085 -0.109,0.037 1.602,4.556 c 0.02,0.056 0.124,0.068 0.232,0.032 l 6.483,-2.28 -1.637,-4.655 z"
+ id="path1117" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.867,458.085 -0.109,0.037 1.602,4.556 c 0.02,0.056 0.124,0.068 0.232,0.032 l 6.483,-2.28 -1.637,-4.655 z"
+ id="path1119" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 873.867,458.085 -0.109,0.037 1.602,4.556 c 0.02,0.056 0.124,0.068 0.232,0.032 l 6.483,-2.28 -1.637,-4.655 z"
+ id="path1121" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.754,458.111 0.003,0.011 0.109,-0.037 c -0.035,0.012 -0.074,0.019 -0.112,0.026 z"
+ id="path1123" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.754,458.111 0.003,0.011 0.109,-0.037 c -0.035,0.012 -0.074,0.019 -0.112,0.026 z"
+ id="path1125" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 873.754,458.111 0.003,0.011 0.109,-0.037 c -0.035,0.012 -0.074,0.019 -0.112,0.026 z"
+ id="path1127" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.754,458.111 0.003,0.011 0.109,-0.037 c -0.035,0.012 -0.074,0.019 -0.112,0.026 z"
+ id="path1129" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 873.754,458.111 0.003,0.011 0.109,-0.037 c -0.035,0.012 -0.074,0.019 -0.112,0.026 z"
+ id="path1131" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.438,455.774 -0.154,-0.439 -6.681,2.35 0.151,0.427 c 0.038,-0.008 0.076,-0.015 0.112,-0.026 z"
+ id="path1133" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.438,455.774 -0.154,-0.439 -6.681,2.35 0.151,0.427 c 0.038,-0.008 0.076,-0.015 0.112,-0.026 z"
+ id="path1135" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.438,455.774 -0.154,-0.439 -6.681,2.35 0.151,0.427 c 0.038,-0.008 0.076,-0.015 0.112,-0.026 z"
+ id="path1137" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 880.438,455.774 -0.154,-0.439 -6.681,2.35 0.151,0.427 c 0.038,-0.008 0.076,-0.015 0.112,-0.026 z"
+ id="path1139" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.438,455.774 -0.154,-0.439 -6.681,2.35 0.151,0.427 c 0.038,-0.008 0.076,-0.015 0.112,-0.026 z"
+ id="path1141" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 880.438,455.774 -0.154,-0.439 -6.681,2.35 0.151,0.427 c 0.038,-0.008 0.076,-0.015 0.112,-0.026 z"
+ id="path1143" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="871.98199"
+ y="450.11099"
+ transform="matrix(0.9433,-0.3318,0.3318,0.9433,-100.5338,316.1562)"
+ width="7.0809999"
+ height="4.7140002"
+ id="rect1145" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="871.98199"
+ y="450.11099"
+ transform="matrix(0.9433,-0.3318,0.3318,0.9433,-100.5338,316.1562)"
+ width="7.0809999"
+ height="4.7140002"
+ id="rect1147" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="871.98199"
+ y="450.11099"
+ transform="matrix(0.9433,-0.3318,0.3318,0.9433,-100.5338,316.1562)"
+ width="7.0809999"
+ height="4.7140002"
+ id="rect1149" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="871.98199"
+ y="450.11099"
+ transform="matrix(0.9433,-0.3318,0.3318,0.9433,-100.5338,316.1562)"
+ width="7.0809999"
+ height="4.7140002"
+ id="rect1151" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="871.98199"
+ y="450.11099"
+ transform="matrix(0.9433,-0.3318,0.3318,0.9433,-100.5338,316.1562)"
+ width="7.0809999"
+ height="4.7140002"
+ id="rect1153" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="871.98199"
+ y="450.11099"
+ transform="matrix(0.9433,-0.3318,0.3318,0.9433,-100.5338,316.1562)"
+ width="7.0809999"
+ height="4.7140002"
+ id="rect1155" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 885.44,456.03 5.23,-1.84 -0.629,-1.791 -9.604,3.375 1.637,4.655 4.211,-1.479 -0.94,-2.679 c -0.036,-0.102 0.006,-0.211 0.095,-0.241 z"
+ id="path1157" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 885.44,456.03 5.23,-1.84 -0.629,-1.791 -9.604,3.375 1.637,4.655 4.211,-1.479 -0.94,-2.679 c -0.036,-0.102 0.006,-0.211 0.095,-0.241 z"
+ id="path1159" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 885.44,456.03 5.23,-1.84 -0.629,-1.791 -9.604,3.375 1.637,4.655 4.211,-1.479 -0.94,-2.679 c -0.036,-0.102 0.006,-0.211 0.095,-0.241 z"
+ id="path1161" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 885.44,456.03 5.23,-1.84 -0.629,-1.791 -9.604,3.375 1.637,4.655 4.211,-1.479 -0.94,-2.679 c -0.036,-0.102 0.006,-0.211 0.095,-0.241 z"
+ id="path1163" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 885.44,456.03 5.23,-1.84 -0.629,-1.791 -9.604,3.375 1.637,4.655 4.211,-1.479 -0.94,-2.679 c -0.036,-0.102 0.006,-0.211 0.095,-0.241 z"
+ id="path1165" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.92999"
+ y="448.77802"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,750.1652,1439.4045)"
+ width="0.46599999"
+ height="10.179"
+ id="rect1167" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.92999"
+ y="448.77802"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,750.1652,1439.4045)"
+ width="0.46599999"
+ height="10.179"
+ id="rect1169" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.92999"
+ y="448.77802"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,750.1652,1439.4045)"
+ width="0.46599999"
+ height="10.179"
+ id="rect1171" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="884.92999"
+ y="448.77802"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,750.1652,1439.4045)"
+ width="0.46599999"
+ height="10.179"
+ id="rect1173" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.92999"
+ y="448.77802"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,750.1652,1439.4045)"
+ width="0.46599999"
+ height="10.179"
+ id="rect1175" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.92999"
+ y="448.77802"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,750.1652,1439.4045)"
+ width="0.46599999"
+ height="10.179"
+ id="rect1177" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="884.92999"
+ y="448.77802"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,750.1652,1439.4045)"
+ width="0.46599999"
+ height="10.179"
+ id="rect1179" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.909,446.333 -4.549,1.6 c -0.396,0.139 -0.819,-0.018 -1.04,-0.354 l -4.239,1.49 1.564,4.449 9.603,-3.376 z"
+ id="path1181" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.909,446.333 -4.549,1.6 c -0.396,0.139 -0.819,-0.018 -1.04,-0.354 l -4.239,1.49 1.564,4.449 9.603,-3.376 z"
+ id="path1183" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.909,446.333 -4.549,1.6 c -0.396,0.139 -0.819,-0.018 -1.04,-0.354 l -4.239,1.49 1.564,4.449 9.603,-3.376 z"
+ id="path1185" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 887.909,446.333 -4.549,1.6 c -0.396,0.139 -0.819,-0.018 -1.04,-0.354 l -4.239,1.49 1.564,4.449 9.603,-3.376 z"
+ id="path1187" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.909,446.333 -4.549,1.6 c -0.396,0.139 -0.819,-0.018 -1.04,-0.354 l -4.239,1.49 1.564,4.449 9.603,-3.376 z"
+ id="path1189" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.909,446.333 -4.549,1.6 c -0.396,0.139 -0.819,-0.018 -1.04,-0.354 l -4.239,1.49 1.564,4.449 9.603,-3.376 z"
+ id="path1191" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 887.909,446.333 -4.549,1.6 c -0.396,0.139 -0.819,-0.018 -1.04,-0.354 l -4.239,1.49 1.564,4.449 9.603,-3.376 z"
+ id="path1193" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 891.642,456.954 -0.972,-2.764 -5.23,1.84 c -0.089,0.029 -0.131,0.139 -0.095,0.241 l 0.94,2.679 5.194,-1.826 c 0.111,-0.038 0.183,-0.113 0.163,-0.17 z"
+ id="path1195" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 891.642,456.954 -0.972,-2.764 -5.23,1.84 c -0.089,0.029 -0.131,0.139 -0.095,0.241 l 0.94,2.679 5.194,-1.826 c 0.111,-0.038 0.183,-0.113 0.163,-0.17 z"
+ id="path1197" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 891.642,456.954 -0.972,-2.764 -5.23,1.84 c -0.089,0.029 -0.131,0.139 -0.095,0.241 l 0.94,2.679 5.194,-1.826 c 0.111,-0.038 0.183,-0.113 0.163,-0.17 z"
+ id="path1199" />
+ <path
+ style="opacity:0.4;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 891.642,456.954 -0.972,-2.764 -5.23,1.84 c -0.089,0.029 -0.131,0.139 -0.095,0.241 l 0.94,2.679 5.194,-1.826 c 0.111,-0.038 0.183,-0.113 0.163,-0.17 z"
+ id="path1201" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 891.642,456.954 -0.972,-2.764 -5.23,1.84 c -0.089,0.029 -0.131,0.139 -0.095,0.241 l 0.94,2.679 5.194,-1.826 c 0.111,-0.038 0.183,-0.113 0.163,-0.17 z"
+ id="path1203" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 891.642,456.954 -0.972,-2.764 -5.23,1.84 c -0.089,0.029 -0.131,0.139 -0.095,0.241 l 0.94,2.679 5.194,-1.826 c 0.111,-0.038 0.183,-0.113 0.163,-0.17 z"
+ id="path1205" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 883.36,447.933 4.549,-1.6 -0.226,-0.639 -5.363,1.885 c 0.221,0.336 0.644,0.492 1.04,0.354 z"
+ id="path1207" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 883.36,447.933 4.549,-1.6 -0.226,-0.639 -5.363,1.885 c 0.221,0.336 0.644,0.492 1.04,0.354 z"
+ id="path1209" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 883.36,447.933 4.549,-1.6 -0.226,-0.639 -5.363,1.885 c 0.221,0.336 0.644,0.492 1.04,0.354 z"
+ id="path1211" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 883.36,447.933 4.549,-1.6 -0.226,-0.639 -5.363,1.885 c 0.221,0.336 0.644,0.492 1.04,0.354 z"
+ id="path1213" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 883.36,447.933 4.549,-1.6 -0.226,-0.639 -5.363,1.885 c 0.221,0.336 0.644,0.492 1.04,0.354 z"
+ id="path1215" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 883.36,447.933 4.549,-1.6 -0.226,-0.639 -5.363,1.885 c 0.221,0.336 0.644,0.492 1.04,0.354 z"
+ id="path1217" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 883.36,447.933 4.549,-1.6 -0.226,-0.639 -5.363,1.885 c 0.221,0.336 0.644,0.492 1.04,0.354 z"
+ id="path1219" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 883.36,447.933 4.549,-1.6 -0.226,-0.639 -5.363,1.885 c 0.221,0.336 0.644,0.492 1.04,0.354 z"
+ id="path1221" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 845.947,475.468 c -0.367,0.129 -0.657,0.246 -0.652,0.264 l 0.93,2.641 c 0.006,0.018 0.306,-0.074 0.671,-0.201 l 5.523,-1.943 -0.95,-2.701 z"
+ id="path1223" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 845.947,475.468 c -0.367,0.129 -0.657,0.246 -0.652,0.264 l 0.93,2.641 c 0.006,0.018 0.306,-0.074 0.671,-0.201 l 5.523,-1.943 -0.95,-2.701 z"
+ id="path1225" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 845.947,475.468 c -0.367,0.129 -0.657,0.246 -0.652,0.264 l 0.93,2.641 c 0.006,0.018 0.306,-0.074 0.671,-0.201 l 5.523,-1.943 -0.95,-2.701 z"
+ id="path1227" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 931,446.142 -1.853,0.652 0.772,2.192 9.901,-3.479 c 0.365,-0.128 0.657,-0.247 0.65,-0.263 l -0.928,-2.644 c -0.007,-0.016 -0.308,0.074 -0.673,0.204 l -7.34,2.581 c -0.041,0.358 -0.232,0.652 -0.529,0.757 z"
+ id="path1229" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 931,446.142 -1.853,0.652 0.772,2.192 9.901,-3.479 c 0.365,-0.128 0.657,-0.247 0.65,-0.263 l -0.928,-2.644 c -0.007,-0.016 -0.308,0.074 -0.673,0.204 l -7.34,2.581 c -0.041,0.358 -0.232,0.652 -0.529,0.757 z"
+ id="path1231" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 931,446.142 -1.853,0.652 0.772,2.192 9.901,-3.479 c 0.365,-0.128 0.657,-0.247 0.65,-0.263 l -0.928,-2.644 c -0.007,-0.016 -0.308,0.074 -0.673,0.204 l -7.34,2.581 c -0.041,0.358 -0.232,0.652 -0.529,0.757 z"
+ id="path1233" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="925.02802"
+ y="445.521"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,809.3387,1471.7247)"
+ width="2.326"
+ height="7.0879998"
+ id="rect1235" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="925.02802"
+ y="445.521"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,809.3387,1471.7247)"
+ width="2.326"
+ height="7.0879998"
+ id="rect1237" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="925.02802"
+ y="445.521"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,809.3387,1471.7247)"
+ width="2.326"
+ height="7.0879998"
+ id="rect1239" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="925.02802"
+ y="445.521"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,809.3387,1471.7247)"
+ width="2.326"
+ height="7.0879998"
+ id="rect1241" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="851.30701"
+ y="469.71399"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-107.435,312.7222)"
+ width="22.503"
+ height="2.8629999"
+ id="rect1243" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="851.30701"
+ y="469.71399"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-107.435,312.7222)"
+ width="22.503"
+ height="2.8629999"
+ id="rect1245" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="851.30701"
+ y="469.71399"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-107.435,312.7222)"
+ width="22.503"
+ height="2.8629999"
+ id="rect1247" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="851.30701"
+ y="469.71399"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-107.435,312.7222)"
+ width="22.503"
+ height="2.8629999"
+ id="rect1249" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 -5.862,2.061 0.18,0.508 c 0.162,0.465 -0.082,0.976 -0.547,1.139 l -1.011,0.355 0.476,1.351 22.124,-7.776 -0.771,-2.194 -13.701,4.815 c -0.299,0.104 -0.632,-0.007 -0.888,-0.259 z"
+ id="path1251" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 -5.862,2.061 0.18,0.508 c 0.162,0.465 -0.082,0.976 -0.547,1.139 l -1.011,0.355 0.476,1.351 22.124,-7.776 -0.771,-2.194 -13.701,4.815 c -0.299,0.104 -0.632,-0.007 -0.888,-0.259 z"
+ id="path1253" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 -5.862,2.061 0.18,0.508 c 0.162,0.465 -0.082,0.976 -0.547,1.139 l -1.011,0.355 0.476,1.351 22.124,-7.776 -0.771,-2.194 -13.701,4.815 c -0.299,0.104 -0.632,-0.007 -0.888,-0.259 z"
+ id="path1255" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 -5.862,2.061 0.18,0.508 c 0.162,0.465 -0.082,0.976 -0.547,1.139 l -1.011,0.355 0.476,1.351 22.124,-7.776 -0.771,-2.194 -13.701,4.815 c -0.299,0.104 -0.632,-0.007 -0.888,-0.259 z"
+ id="path1257" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 -5.862,2.061 0.18,0.508 c 0.162,0.465 -0.082,0.976 -0.547,1.139 l -1.011,0.355 0.476,1.351 22.124,-7.776 -0.771,-2.194 -13.701,4.815 c -0.299,0.104 -0.632,-0.007 -0.888,-0.259 z"
+ id="path1259" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.633,457.763 1.011,-0.355 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -0.18,-0.508 -1.854,0.65 z"
+ id="path1261" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.633,457.763 1.011,-0.355 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -0.18,-0.508 -1.854,0.65 z"
+ id="path1263" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 900.633,457.763 1.011,-0.355 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -0.18,-0.508 -1.854,0.65 z"
+ id="path1265" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.633,457.763 1.011,-0.355 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -0.18,-0.508 -1.854,0.65 z"
+ id="path1267" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 900.633,457.763 1.011,-0.355 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -0.18,-0.508 -1.854,0.65 z"
+ id="path1269" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.633,457.763 1.011,-0.355 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -0.18,-0.508 -1.854,0.65 z"
+ id="path1271" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="897.22699"
+ y="458.34399"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1899.5426,594.111)"
+ width="3.75"
+ height="1.432"
+ id="rect1273" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="897.22699"
+ y="458.34399"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1899.5426,594.111)"
+ width="3.75"
+ height="1.432"
+ id="rect1275" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="897.22699"
+ y="458.34399"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1899.5426,594.111)"
+ width="3.75"
+ height="1.432"
+ id="rect1277" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="897.22699"
+ y="458.34399"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1899.5426,594.111)"
+ width="3.75"
+ height="1.432"
+ id="rect1279" />
+
+ <rect
+ style="opacity:0.4;fill:#fff6a3"
+ x="897.22699"
+ y="458.34399"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1899.5426,594.111)"
+ width="3.75"
+ height="1.432"
+ id="rect1281" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="897.22699"
+ y="458.34399"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1899.5426,594.111)"
+ width="3.75"
+ height="1.432"
+ id="rect1283" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="897.91101"
+ y="455.83401"
+ transform="matrix(-0.3305,-0.9438,0.9438,-0.3305,763.6388,1457.1118)"
+ width="1.433"
+ height="3.75"
+ id="rect1285" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="897.91101"
+ y="455.83401"
+ transform="matrix(-0.3305,-0.9438,0.9438,-0.3305,763.6388,1457.1118)"
+ width="1.433"
+ height="3.75"
+ id="rect1287" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="897.91101"
+ y="455.83401"
+ transform="matrix(-0.3305,-0.9438,0.9438,-0.3305,763.6388,1457.1118)"
+ width="1.433"
+ height="3.75"
+ id="rect1289" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="897.91101"
+ y="455.83401"
+ transform="matrix(-0.3305,-0.9438,0.9438,-0.3305,763.6388,1457.1118)"
+ width="1.433"
+ height="3.75"
+ id="rect1291" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="897.91101"
+ y="455.83401"
+ transform="matrix(-0.3305,-0.9438,0.9438,-0.3305,763.6388,1457.1118)"
+ width="1.433"
+ height="3.75"
+ id="rect1293" />
+
+ <rect
+ style="opacity:0.4;fill:#fff6a3"
+ x="897.91101"
+ y="455.83401"
+ transform="matrix(-0.3305,-0.9438,0.9438,-0.3305,763.6388,1457.1118)"
+ width="1.433"
+ height="3.75"
+ id="rect1295" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="897.91101"
+ y="455.83401"
+ transform="matrix(-0.3305,-0.9438,0.9438,-0.3305,763.6388,1457.1118)"
+ width="1.433"
+ height="3.75"
+ id="rect1297" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.493,462.381 -3.368,1.186 c -0.467,0.163 -0.976,-0.081 -1.14,-0.548 l -0.179,-0.507 -7.413,2.605 0.948,2.702 11.625,-4.087 z"
+ id="path1299" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.493,462.381 -3.368,1.186 c -0.467,0.163 -0.976,-0.081 -1.14,-0.548 l -0.179,-0.507 -7.413,2.605 0.948,2.702 11.625,-4.087 z"
+ id="path1301" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.493,462.381 -3.368,1.186 c -0.467,0.163 -0.976,-0.081 -1.14,-0.548 l -0.179,-0.507 -7.413,2.605 0.948,2.702 11.625,-4.087 z"
+ id="path1303" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.493,462.381 -3.368,1.186 c -0.467,0.163 -0.976,-0.081 -1.14,-0.548 l -0.179,-0.507 -7.413,2.605 0.948,2.702 11.625,-4.087 z"
+ id="path1305" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.806,462.512 0.179,0.507 c 0.164,0.467 0.673,0.711 1.14,0.548 l 3.368,-1.186 -0.475,-1.351 z"
+ id="path1307" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.806,462.512 0.179,0.507 c 0.164,0.467 0.673,0.711 1.14,0.548 l 3.368,-1.186 -0.475,-1.351 z"
+ id="path1309" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.806,462.512 0.179,0.507 c 0.164,0.467 0.673,0.711 1.14,0.548 l 3.368,-1.186 -0.475,-1.351 z"
+ id="path1311" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.806,462.512 0.179,0.507 c 0.164,0.467 0.673,0.711 1.14,0.548 l 3.368,-1.186 -0.475,-1.351 z"
+ id="path1313" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.806,462.512 0.179,0.507 c 0.164,0.467 0.673,0.711 1.14,0.548 l 3.368,-1.186 -0.475,-1.351 z"
+ id="path1315" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08698"
+ y="465.513"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,723.2739,1446.7085)"
+ width="2.8659999"
+ height="2.8570001"
+ id="rect1317" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08698"
+ y="465.513"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,723.2739,1446.7085)"
+ width="2.8659999"
+ height="2.8570001"
+ id="rect1319" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08698"
+ y="465.513"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,723.2739,1446.7085)"
+ width="2.8659999"
+ height="2.8570001"
+ id="rect1321" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08698"
+ y="465.513"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,723.2739,1446.7085)"
+ width="2.8659999"
+ height="2.8570001"
+ id="rect1323" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08698"
+ y="465.513"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,723.2739,1446.7085)"
+ width="2.8659999"
+ height="2.8570001"
+ id="rect1325" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.56799"
+ y="461.39301"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.8505,321.3775)"
+ width="5.7140002"
+ height="1.432"
+ id="rect1327" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.56799"
+ y="461.39301"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.8505,321.3775)"
+ width="5.7140002"
+ height="1.432"
+ id="rect1329" />
+
+ <rect
+ style="opacity:0.4;fill:#fff6a3"
+ x="887.56799"
+ y="461.39301"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.8505,321.3775)"
+ width="5.7140002"
+ height="1.432"
+ id="rect1331" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.56799"
+ y="461.39301"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.8505,321.3775)"
+ width="5.7140002"
+ height="1.432"
+ id="rect1333" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.56799"
+ y="461.39301"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.8505,321.3775)"
+ width="5.7140002"
+ height="1.432"
+ id="rect1335" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.09399"
+ y="460.043"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.4214,321.0878)"
+ width="5.7150002"
+ height="1.432"
+ id="rect1337" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.09399"
+ y="460.043"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.4214,321.0878)"
+ width="5.7150002"
+ height="1.432"
+ id="rect1339" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.09399"
+ y="460.043"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.4214,321.0878)"
+ width="5.7150002"
+ height="1.432"
+ id="rect1341" />
+
+ <rect
+ style="opacity:0.4;fill:#fff6a3"
+ x="887.09399"
+ y="460.043"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.4214,321.0878)"
+ width="5.7150002"
+ height="1.432"
+ id="rect1343" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.09399"
+ y="460.043"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.4214,321.0878)"
+ width="5.7150002"
+ height="1.432"
+ id="rect1345" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.09399"
+ y="460.043"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.4214,321.0878)"
+ width="5.7150002"
+ height="1.432"
+ id="rect1347" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.995"
+ y="459.70599"
+ transform="matrix(0.9435,-0.3313,0.3313,0.9435,-101.9866,322.6373)"
+ width="4.4650002"
+ height="1.432"
+ id="rect1349" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.995"
+ y="459.70599"
+ transform="matrix(0.9435,-0.3313,0.3313,0.9435,-101.9866,322.6373)"
+ width="4.4650002"
+ height="1.432"
+ id="rect1351" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="892.995"
+ y="459.70599"
+ transform="matrix(0.9435,-0.3313,0.3313,0.9435,-101.9866,322.6373)"
+ width="4.4650002"
+ height="1.432"
+ id="rect1353" />
+
+ <rect
+ style="opacity:0.4;fill:#fff6a3"
+ x="892.995"
+ y="459.70599"
+ transform="matrix(0.9435,-0.3313,0.3313,0.9435,-101.9866,322.6373)"
+ width="4.4650002"
+ height="1.432"
+ id="rect1355" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.995"
+ y="459.70599"
+ transform="matrix(0.9435,-0.3313,0.3313,0.9435,-101.9866,322.6373)"
+ width="4.4650002"
+ height="1.432"
+ id="rect1357" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.995"
+ y="459.70599"
+ transform="matrix(0.9435,-0.3313,0.3313,0.9435,-101.9866,322.6373)"
+ width="4.4650002"
+ height="1.432"
+ id="rect1359" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.52002"
+ y="458.35501"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-101.6219,322.8149)"
+ width="4.4660001"
+ height="1.431"
+ id="rect1361" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.52002"
+ y="458.35501"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-101.6219,322.8149)"
+ width="4.4660001"
+ height="1.431"
+ id="rect1363" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.52002"
+ y="458.35501"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-101.6219,322.8149)"
+ width="4.4660001"
+ height="1.431"
+ id="rect1365" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="892.52002"
+ y="458.35501"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-101.6219,322.8149)"
+ width="4.4660001"
+ height="1.431"
+ id="rect1367" />
+
+ <rect
+ style="opacity:0.4;fill:#fff6a3"
+ x="892.52002"
+ y="458.35501"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-101.6219,322.8149)"
+ width="4.4660001"
+ height="1.431"
+ id="rect1369" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.52002"
+ y="458.35501"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-101.6219,322.8149)"
+ width="4.4660001"
+ height="1.431"
+ id="rect1371" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.52002"
+ y="458.35501"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-101.6219,322.8149)"
+ width="4.4660001"
+ height="1.431"
+ id="rect1373" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="M 929.147,446.794 931,446.142 c 0.298,-0.104 0.488,-0.398 0.531,-0.756 l -2.563,0.899 z"
+ id="path1375" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="M 929.147,446.794 931,446.142 c 0.298,-0.104 0.488,-0.398 0.531,-0.756 l -2.563,0.899 z"
+ id="path1377" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="M 929.147,446.794 931,446.142 c 0.298,-0.104 0.488,-0.398 0.531,-0.756 l -2.563,0.899 z"
+ id="path1379" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="M 929.147,446.794 931,446.142 c 0.298,-0.104 0.488,-0.398 0.531,-0.756 l -2.563,0.899 z"
+ id="path1381" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="922.172"
+ y="447.444"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1947.5007,563.2526)"
+ width="7.085"
+ height="0.54000002"
+ id="rect1383" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="922.172"
+ y="447.444"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1947.5007,563.2526)"
+ width="7.085"
+ height="0.54000002"
+ id="rect1385" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="922.172"
+ y="447.444"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1947.5007,563.2526)"
+ width="7.085"
+ height="0.54000002"
+ id="rect1387" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="922.172"
+ y="447.444"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1947.5007,563.2526)"
+ width="7.085"
+ height="0.54000002"
+ id="rect1389" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="922.172"
+ y="447.444"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1947.5007,563.2526)"
+ width="7.085"
+ height="0.54000002"
+ id="rect1391" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 c 0.257,0.252 0.59,0.363 0.888,0.258 l 13.701,-4.815 -0.18,-0.507 z"
+ id="path1393" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 c 0.257,0.252 0.59,0.363 0.888,0.258 l 13.701,-4.815 -0.18,-0.507 z"
+ id="path1395" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 c 0.257,0.252 0.59,0.363 0.888,0.258 l 13.701,-4.815 -0.18,-0.507 z"
+ id="path1397" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 c 0.257,0.252 0.59,0.363 0.888,0.258 l 13.701,-4.815 -0.18,-0.507 z"
+ id="path1399" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 c 0.257,0.252 0.59,0.363 0.888,0.258 l 13.701,-4.815 -0.18,-0.507 z"
+ id="path1401" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 c 0.257,0.252 0.59,0.363 0.888,0.258 l 13.701,-4.815 -0.18,-0.507 z"
+ id="path1403" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 939.38,433.542 c 0.311,-0.109 0.636,0.014 0.729,0.276 l 0.152,0.436 6.234,-2.191 -0.64,-1.817 -17.354,6.1 0.32,0.908 z"
+ id="path1405" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 939.38,433.542 c 0.311,-0.109 0.636,0.014 0.729,0.276 l 0.152,0.436 6.234,-2.191 -0.64,-1.817 -17.354,6.1 0.32,0.908 z"
+ id="path1407" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 939.38,433.542 c 0.311,-0.109 0.636,0.014 0.729,0.276 l 0.152,0.436 6.234,-2.191 -0.64,-1.817 -17.354,6.1 0.32,0.908 z"
+ id="path1409" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 940.261,434.254 -0.152,-0.436 c -0.093,-0.263 -0.418,-0.386 -0.729,-0.276 l -10.558,3.711 0.317,0.91 z"
+ id="path1411" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 940.261,434.254 -0.152,-0.436 c -0.093,-0.263 -0.418,-0.386 -0.729,-0.276 l -10.558,3.711 0.317,0.91 z"
+ id="path1413" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 940.261,434.254 -0.152,-0.436 c -0.093,-0.263 -0.418,-0.386 -0.729,-0.276 l -10.558,3.711 0.317,0.91 z"
+ id="path1415" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 940.261,434.254 -0.152,-0.436 c -0.093,-0.263 -0.418,-0.386 -0.729,-0.276 l -10.558,3.711 0.317,0.91 z"
+ id="path1417" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 864.433,458.866 c -0.432,0.15 -0.775,0.281 -0.772,0.293 l 0.626,1.778 c 0.003,0.01 0.354,-0.103 0.784,-0.253 l 5.104,-1.795 -0.64,-1.818 z"
+ id="path1419" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 864.433,458.866 c -0.432,0.15 -0.775,0.281 -0.772,0.293 l 0.626,1.778 c 0.003,0.01 0.354,-0.103 0.784,-0.253 l 5.104,-1.795 -0.64,-1.818 z"
+ id="path1421" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 864.433,458.866 c -0.432,0.15 -0.775,0.281 -0.772,0.293 l 0.626,1.778 c 0.003,0.01 0.354,-0.103 0.784,-0.253 l 5.104,-1.795 -0.64,-1.818 z"
+ id="path1423" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 864.433,458.866 c -0.432,0.15 -0.775,0.281 -0.772,0.293 l 0.626,1.778 c 0.003,0.01 0.354,-0.103 0.784,-0.253 l 5.104,-1.795 -0.64,-1.818 z"
+ id="path1425" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 864.433,458.866 c -0.432,0.15 -0.775,0.281 -0.772,0.293 l 0.626,1.778 c 0.003,0.01 0.354,-0.103 0.784,-0.253 l 5.104,-1.795 -0.64,-1.818 z"
+ id="path1427" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="899.27698"
+ y="447.33701"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1901.9545,570.3709)"
+ width="6.072"
+ height="0.248"
+ id="rect1429" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="899.27698"
+ y="447.33701"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1901.9545,570.3709)"
+ width="6.072"
+ height="0.248"
+ id="rect1431" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="899.27698"
+ y="447.33701"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1901.9545,570.3709)"
+ width="6.072"
+ height="0.248"
+ id="rect1433" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="899.27698"
+ y="447.33701"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1901.9545,570.3709)"
+ width="6.072"
+ height="0.248"
+ id="rect1435" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="899.27698"
+ y="447.33701"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1901.9545,570.3709)"
+ width="6.072"
+ height="0.248"
+ id="rect1437" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="899.27698"
+ y="447.33701"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1901.9545,570.3709)"
+ width="6.072"
+ height="0.248"
+ id="rect1439" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.89697"
+ y="449.29099"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1891.7986,576.0156)"
+ width="5.7129998"
+ height="0.248"
+ id="rect1441" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.89697"
+ y="449.29099"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1891.7986,576.0156)"
+ width="5.7129998"
+ height="0.248"
+ id="rect1443" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.89697"
+ y="449.29099"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1891.7986,576.0156)"
+ width="5.7129998"
+ height="0.248"
+ id="rect1445" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="893.89697"
+ y="449.29099"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1891.7986,576.0156)"
+ width="5.7129998"
+ height="0.248"
+ id="rect1447" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.89697"
+ y="449.29099"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1891.7986,576.0156)"
+ width="5.7129998"
+ height="0.248"
+ id="rect1449" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="893.89697"
+ y="449.29099"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1891.7986,576.0156)"
+ width="5.7129998"
+ height="0.248"
+ id="rect1451" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.89697"
+ y="449.29099"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1891.7986,576.0156)"
+ width="5.7129998"
+ height="0.248"
+ id="rect1453" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 957.979,427.572 0.142,0.404 11.286,-3.968 c -0.293,-0.58 -0.595,-1.157 -0.904,-1.725 l -11.021,3.874 z"
+ id="path1455" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 957.979,427.572 0.142,0.404 11.286,-3.968 c -0.293,-0.58 -0.595,-1.157 -0.904,-1.725 l -11.021,3.874 z"
+ id="path1457" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 958.121,427.977 -0.142,-0.404 c 0.052,0.147 0.058,0.298 0.034,0.442 z"
+ id="path1459" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 958.121,427.977 -0.142,-0.404 c 0.052,0.147 0.058,0.298 0.034,0.442 z"
+ id="path1461" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 958.121,427.977 -0.142,-0.404 c 0.052,0.147 0.058,0.298 0.034,0.442 z"
+ id="path1463" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 958.013,428.015 c 0.023,-0.145 0.018,-0.295 -0.034,-0.442 l -0.498,-1.414 -11.625,4.087 0.64,1.817 z"
+ id="path1465" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 958.013,428.015 c 0.023,-0.145 0.018,-0.295 -0.034,-0.442 l -0.498,-1.414 -11.625,4.087 0.64,1.817 z"
+ id="path1467" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 958.013,428.015 c 0.023,-0.145 0.018,-0.295 -0.034,-0.442 l -0.498,-1.414 -11.625,4.087 0.64,1.817 z"
+ id="path1469" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 958.013,428.015 c 0.023,-0.145 0.018,-0.295 -0.034,-0.442 l -0.498,-1.414 -11.625,4.087 0.64,1.817 z"
+ id="path1471" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.39301"
+ y="443.17899"
+ transform="matrix(0.3326,0.9431,-0.9431,0.3326,1022.7144,-552.7264)"
+ width="0.963"
+ height="6.073"
+ id="rect1473" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.39301"
+ y="443.17899"
+ transform="matrix(0.3326,0.9431,-0.9431,0.3326,1022.7144,-552.7264)"
+ width="0.963"
+ height="6.073"
+ id="rect1475" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.39301"
+ y="443.17899"
+ transform="matrix(0.3326,0.9431,-0.9431,0.3326,1022.7144,-552.7264)"
+ width="0.963"
+ height="6.073"
+ id="rect1477" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="901.39301"
+ y="443.17899"
+ transform="matrix(0.3326,0.9431,-0.9431,0.3326,1022.7144,-552.7264)"
+ width="0.963"
+ height="6.073"
+ id="rect1479" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.39301"
+ y="443.17899"
+ transform="matrix(0.3326,0.9431,-0.9431,0.3326,1022.7144,-552.7264)"
+ width="0.963"
+ height="6.073"
+ id="rect1481" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.39301"
+ y="443.17899"
+ transform="matrix(0.3326,0.9431,-0.9431,0.3326,1022.7144,-552.7264)"
+ width="0.963"
+ height="6.073"
+ id="rect1483" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.79498"
+ y="443.97101"
+ transform="matrix(-0.3334,-0.9428,0.9428,-0.3334,781.4904,1446.5745)"
+ width="0.71499997"
+ height="6.072"
+ id="rect1485" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.79498"
+ y="443.97101"
+ transform="matrix(-0.3334,-0.9428,0.9428,-0.3334,781.4904,1446.5745)"
+ width="0.71499997"
+ height="6.072"
+ id="rect1487" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.79498"
+ y="443.97101"
+ transform="matrix(-0.3334,-0.9428,0.9428,-0.3334,781.4904,1446.5745)"
+ width="0.71499997"
+ height="6.072"
+ id="rect1489" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="901.79498"
+ y="443.97101"
+ transform="matrix(-0.3334,-0.9428,0.9428,-0.3334,781.4904,1446.5745)"
+ width="0.71499997"
+ height="6.072"
+ id="rect1491" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="901.79498"
+ y="443.97101"
+ transform="matrix(-0.3334,-0.9428,0.9428,-0.3334,781.4904,1446.5745)"
+ width="0.71499997"
+ height="6.072"
+ id="rect1493" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.79498"
+ y="443.97101"
+ transform="matrix(-0.3334,-0.9428,0.9428,-0.3334,781.4904,1446.5745)"
+ width="0.71499997"
+ height="6.072"
+ id="rect1495" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.79498"
+ y="443.97101"
+ transform="matrix(-0.3334,-0.9428,0.9428,-0.3334,781.4904,1446.5745)"
+ width="0.71499997"
+ height="6.072"
+ id="rect1497" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.946,450.044 c -0.093,-0.262 0.085,-0.561 0.394,-0.67 l 4.83,-1.697 -0.319,-0.909 -5.392,1.895 z"
+ id="path1499" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.946,450.044 c -0.093,-0.262 0.085,-0.561 0.394,-0.67 l 4.83,-1.697 -0.319,-0.909 -5.392,1.895 z"
+ id="path1501" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.946,450.044 c -0.093,-0.262 0.085,-0.561 0.394,-0.67 l 4.83,-1.697 -0.319,-0.909 -5.392,1.895 z"
+ id="path1503" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.946,450.044 c -0.093,-0.262 0.085,-0.561 0.394,-0.67 l 4.83,-1.697 -0.319,-0.909 -5.392,1.895 z"
+ id="path1505" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 893.946,450.044 c -0.093,-0.262 0.085,-0.561 0.394,-0.67 l 4.83,-1.697 -0.319,-0.909 -5.392,1.895 z"
+ id="path1507" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.946,450.044 c -0.093,-0.262 0.085,-0.561 0.394,-0.67 l 4.83,-1.697 -0.319,-0.909 -5.392,1.895 z"
+ id="path1509" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.946,450.044 c -0.093,-0.262 0.085,-0.561 0.394,-0.67 l 4.83,-1.697 -0.319,-0.909 -5.392,1.895 z"
+ id="path1511" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.016,450.245 5.392,-1.895 -0.238,-0.674 -4.83,1.697 c -0.309,0.109 -0.486,0.408 -0.394,0.67 l 0.011,0.031 z"
+ id="path1513" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.016,450.245 5.392,-1.895 -0.238,-0.674 -4.83,1.697 c -0.309,0.109 -0.486,0.408 -0.394,0.67 l 0.011,0.031 z"
+ id="path1515" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.016,450.245 5.392,-1.895 -0.238,-0.674 -4.83,1.697 c -0.309,0.109 -0.486,0.408 -0.394,0.67 l 0.011,0.031 z"
+ id="path1517" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 894.016,450.245 5.392,-1.895 -0.238,-0.674 -4.83,1.697 c -0.309,0.109 -0.486,0.408 -0.394,0.67 l 0.011,0.031 z"
+ id="path1519" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.016,450.245 5.392,-1.895 -0.238,-0.674 -4.83,1.697 c -0.309,0.109 -0.486,0.408 -0.394,0.67 l 0.011,0.031 z"
+ id="path1521" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 894.016,450.245 5.392,-1.895 -0.238,-0.674 -4.83,1.697 c -0.309,0.109 -0.486,0.408 -0.394,0.67 l 0.011,0.031 z"
+ id="path1523" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.016,450.245 5.392,-1.895 -0.238,-0.674 -4.83,1.697 c -0.309,0.109 -0.486,0.408 -0.394,0.67 l 0.011,0.031 z"
+ id="path1525" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.016,450.245 5.392,-1.895 -0.238,-0.674 -4.83,1.697 c -0.309,0.109 -0.486,0.408 -0.394,0.67 l 0.011,0.031 z"
+ id="path1527" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 872.729,457.538 0.142,0.404 0.107,-0.038 c -0.108,-0.097 -0.198,-0.219 -0.249,-0.366 z"
+ id="path1529" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 872.729,457.538 0.142,0.404 0.107,-0.038 c -0.108,-0.097 -0.198,-0.219 -0.249,-0.366 z"
+ id="path1531" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 872.729,457.538 0.142,0.404 0.107,-0.038 c -0.108,-0.097 -0.198,-0.219 -0.249,-0.366 z"
+ id="path1533" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 872.729,457.538 0.142,0.404 0.107,-0.038 c -0.108,-0.097 -0.198,-0.219 -0.249,-0.366 z"
+ id="path1535" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 872.729,457.538 0.142,0.404 0.107,-0.038 c -0.108,-0.097 -0.198,-0.219 -0.249,-0.366 z"
+ id="path1537" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.603,457.685 -0.638,-1.818 -0.734,0.259 0.498,1.413 c 0.051,0.146 0.141,0.269 0.249,0.366 z"
+ id="path1539" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.603,457.685 -0.638,-1.818 -0.734,0.259 0.498,1.413 c 0.051,0.146 0.141,0.269 0.249,0.366 z"
+ id="path1541" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.603,457.685 -0.638,-1.818 -0.734,0.259 0.498,1.413 c 0.051,0.146 0.141,0.269 0.249,0.366 z"
+ id="path1543" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 873.603,457.685 -0.638,-1.818 -0.734,0.259 0.498,1.413 c 0.051,0.146 0.141,0.269 0.249,0.366 z"
+ id="path1545" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.603,457.685 -0.638,-1.818 -0.734,0.259 0.498,1.413 c 0.051,0.146 0.141,0.269 0.249,0.366 z"
+ id="path1547" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.603,457.685 -0.638,-1.818 -0.734,0.259 0.498,1.413 c 0.051,0.146 0.141,0.269 0.249,0.366 z"
+ id="path1549" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="870.175,458.89 872.871,457.942 872.729,457.538 872.231,456.125 869.536,457.071 "
+ id="polygon1551" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="870.175,458.89 872.871,457.942 872.729,457.538 872.231,456.125 869.536,457.071 "
+ id="polygon1553" />
+ <polygon
+ style="opacity:0.5;fill:#d1e4b7"
+ points="870.175,458.89 872.871,457.942 872.729,457.538 872.231,456.125 869.536,457.071 "
+ id="polygon1555" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="870.175,458.89 872.871,457.942 872.729,457.538 872.231,456.125 869.536,457.071 "
+ id="polygon1557" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="870.175,458.89 872.871,457.942 872.729,457.538 872.231,456.125 869.536,457.071 "
+ id="polygon1559" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="870.175,458.89 872.871,457.942 872.729,457.538 872.231,456.125 869.536,457.071 "
+ id="polygon1561" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.998,450.249 c 0.014,0.091 0.008,0.182 -0.006,0.269 l 0.108,-0.038 -0.084,-0.234 c -0.006,0.001 -0.013,0.001 -0.018,0.003 z"
+ id="path1563" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.998,450.249 c 0.014,0.091 0.008,0.182 -0.006,0.269 l 0.108,-0.038 -0.084,-0.234 c -0.006,0.001 -0.013,0.001 -0.018,0.003 z"
+ id="path1565" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.998,450.249 c 0.014,0.091 0.008,0.182 -0.006,0.269 l 0.108,-0.038 -0.084,-0.234 c -0.006,0.001 -0.013,0.001 -0.018,0.003 z"
+ id="path1567" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.998,450.249 c 0.014,0.091 0.008,0.182 -0.006,0.269 l 0.108,-0.038 -0.084,-0.234 c -0.006,0.001 -0.013,0.001 -0.018,0.003 z"
+ id="path1569" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 893.998,450.249 c 0.014,0.091 0.008,0.182 -0.006,0.269 l 0.108,-0.038 -0.084,-0.234 c -0.006,0.001 -0.013,0.001 -0.018,0.003 z"
+ id="path1571" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.998,450.249 c 0.014,0.091 0.008,0.182 -0.006,0.269 l 0.108,-0.038 -0.084,-0.234 c -0.006,0.001 -0.013,0.001 -0.018,0.003 z"
+ id="path1573" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.998,450.249 c 0.014,0.091 0.008,0.182 -0.006,0.269 l 0.108,-0.038 -0.084,-0.234 c -0.006,0.001 -0.013,0.001 -0.018,0.003 z"
+ id="path1575" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 -0.258,-0.739 -3.37,1.184 0.64,1.818 4.104,-1.443 c 0.014,-0.087 0.02,-0.178 0.006,-0.269 -0.458,0.152 -0.958,-0.09 -1.122,-0.551 z"
+ id="path1577" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 -0.258,-0.739 -3.37,1.184 0.64,1.818 4.104,-1.443 c 0.014,-0.087 0.02,-0.178 0.006,-0.269 -0.458,0.152 -0.958,-0.09 -1.122,-0.551 z"
+ id="path1579" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 -0.258,-0.739 -3.37,1.184 0.64,1.818 4.104,-1.443 c 0.014,-0.087 0.02,-0.178 0.006,-0.269 -0.458,0.152 -0.958,-0.09 -1.122,-0.551 z"
+ id="path1581" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 -0.258,-0.739 -3.37,1.184 0.64,1.818 4.104,-1.443 c 0.014,-0.087 0.02,-0.178 0.006,-0.269 -0.458,0.152 -0.958,-0.09 -1.122,-0.551 z"
+ id="path1583" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 -0.258,-0.739 -3.37,1.184 0.64,1.818 4.104,-1.443 c 0.014,-0.087 0.02,-0.178 0.006,-0.269 -0.458,0.152 -0.958,-0.09 -1.122,-0.551 z"
+ id="path1585" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 -0.258,-0.739 -3.37,1.184 0.64,1.818 4.104,-1.443 c 0.014,-0.087 0.02,-0.178 0.006,-0.269 -0.458,0.152 -0.958,-0.09 -1.122,-0.551 z"
+ id="path1587" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 -0.258,-0.739 -3.37,1.184 0.64,1.818 4.104,-1.443 c 0.014,-0.087 0.02,-0.178 0.006,-0.269 -0.458,0.152 -0.958,-0.09 -1.122,-0.551 z"
+ id="path1589" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 -0.258,-0.739 -3.37,1.184 0.64,1.818 4.104,-1.443 c 0.014,-0.087 0.02,-0.178 0.006,-0.269 -0.458,0.152 -0.958,-0.09 -1.122,-0.551 z"
+ id="path1591" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.957,450.075 c 0.021,0.059 0.033,0.117 0.041,0.174 0.006,-0.002 0.013,-0.002 0.019,-0.004 z"
+ id="path1593" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.957,450.075 c 0.021,0.059 0.033,0.117 0.041,0.174 0.006,-0.002 0.013,-0.002 0.019,-0.004 z"
+ id="path1595" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.957,450.075 c 0.021,0.059 0.033,0.117 0.041,0.174 0.006,-0.002 0.013,-0.002 0.019,-0.004 z"
+ id="path1597" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.957,450.075 c 0.021,0.059 0.033,0.117 0.041,0.174 0.006,-0.002 0.013,-0.002 0.019,-0.004 z"
+ id="path1599" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 893.957,450.075 c 0.021,0.059 0.033,0.117 0.041,0.174 0.006,-0.002 0.013,-0.002 0.019,-0.004 z"
+ id="path1601" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.957,450.075 c 0.021,0.059 0.033,0.117 0.041,0.174 0.006,-0.002 0.013,-0.002 0.019,-0.004 z"
+ id="path1603" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.957,450.075 c 0.021,0.059 0.033,0.117 0.041,0.174 0.006,-0.002 0.013,-0.002 0.019,-0.004 z"
+ id="path1605" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.957,450.075 c 0.021,0.059 0.033,0.117 0.041,0.174 0.006,-0.002 0.013,-0.002 0.019,-0.004 z"
+ id="path1607" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z"
+ id="path1609" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z"
+ id="path1611" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z"
+ id="path1613" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z"
+ id="path1615" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z"
+ id="path1617" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z"
+ id="path1619" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z"
+ id="path1621" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z"
+ id="path1623" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z"
+ id="path1625" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="925.88501"
+ y="436.79199"
+ transform="matrix(-0.9433,0.3321,-0.3321,-0.9433,1947.2135,541.801)"
+ width="2.858"
+ height="0.963"
+ id="rect1627" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="925.88501"
+ y="436.79199"
+ transform="matrix(-0.9433,0.3321,-0.3321,-0.9433,1947.2135,541.801)"
+ width="2.858"
+ height="0.963"
+ id="rect1629" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="925.88501"
+ y="436.79199"
+ transform="matrix(-0.9433,0.3321,-0.3321,-0.9433,1947.2135,541.801)"
+ width="2.858"
+ height="0.963"
+ id="rect1631" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="925.88501"
+ y="436.79199"
+ transform="matrix(-0.9433,0.3321,-0.3321,-0.9433,1947.2135,541.801)"
+ width="2.858"
+ height="0.963"
+ id="rect1633" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.08301"
+ y="438.439"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1938.5862,547.1425)"
+ width="7.0840001"
+ height="0.96499997"
+ id="rect1635" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.08301"
+ y="438.439"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1938.5862,547.1425)"
+ width="7.0840001"
+ height="0.96499997"
+ id="rect1637" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.08301"
+ y="438.439"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1938.5862,547.1425)"
+ width="7.0840001"
+ height="0.96499997"
+ id="rect1639" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.08301"
+ y="438.439"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1938.5862,547.1425)"
+ width="7.0840001"
+ height="0.96499997"
+ id="rect1641" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.08301"
+ y="438.439"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1938.5862,547.1425)"
+ width="7.0840001"
+ height="0.96499997"
+ id="rect1643" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="927.151"
+ y="436.75299"
+ transform="matrix(0.3293,0.9442,-0.9442,0.3293,1035.9423,-582.0021)"
+ width="0.96399999"
+ height="2.858"
+ id="rect1645" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="927.151"
+ y="436.75299"
+ transform="matrix(0.3293,0.9442,-0.9442,0.3293,1035.9423,-582.0021)"
+ width="0.96399999"
+ height="2.858"
+ id="rect1647" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="927.151"
+ y="436.75299"
+ transform="matrix(0.3293,0.9442,-0.9442,0.3293,1035.9423,-582.0021)"
+ width="0.96399999"
+ height="2.858"
+ id="rect1649" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="927.151"
+ y="436.75299"
+ transform="matrix(0.3293,0.9442,-0.9442,0.3293,1035.9423,-582.0021)"
+ width="0.96399999"
+ height="2.858"
+ id="rect1651" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="927.151"
+ y="436.75299"
+ transform="matrix(0.3293,0.9442,-0.9442,0.3293,1035.9423,-582.0021)"
+ width="0.96399999"
+ height="2.858"
+ id="rect1653" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.40198"
+ y="439.349"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1939.5032,548.8501)"
+ width="7.085"
+ height="0.963"
+ id="rect1655" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.40198"
+ y="439.349"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1939.5032,548.8501)"
+ width="7.085"
+ height="0.963"
+ id="rect1657" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.40198"
+ y="439.349"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1939.5032,548.8501)"
+ width="7.085"
+ height="0.963"
+ id="rect1659" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="919.40198"
+ y="439.349"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1939.5032,548.8501)"
+ width="7.085"
+ height="0.963"
+ id="rect1661" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.40198"
+ y="439.349"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1939.5032,548.8501)"
+ width="7.085"
+ height="0.963"
+ id="rect1663" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.40198"
+ y="439.349"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1939.5032,548.8501)"
+ width="7.085"
+ height="0.963"
+ id="rect1665" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.085,442.948 c 0.02,0.057 0.033,0.116 0.041,0.174 l 7.316,-2.571 -0.32,-0.908 -7.299,2.565 z"
+ id="path1667" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.085,442.948 c 0.02,0.057 0.033,0.116 0.041,0.174 l 7.316,-2.571 -0.32,-0.908 -7.299,2.565 z"
+ id="path1669" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.085,442.948 c 0.02,0.057 0.033,0.116 0.041,0.174 l 7.316,-2.571 -0.32,-0.908 -7.299,2.565 z"
+ id="path1671" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 912.085,442.948 c 0.02,0.057 0.033,0.116 0.041,0.174 l 7.316,-2.571 -0.32,-0.908 -7.299,2.565 z"
+ id="path1673" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.085,442.948 c 0.02,0.057 0.033,0.116 0.041,0.174 l 7.316,-2.571 -0.32,-0.908 -7.299,2.565 z"
+ id="path1675" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.085,442.948 c 0.02,0.057 0.033,0.116 0.041,0.174 l 7.316,-2.571 -0.32,-0.908 -7.299,2.565 z"
+ id="path1677" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 911.537,444.087 -6.4,2.25 0.082,0.234 14.544,-5.112 -0.319,-0.908 -7.316,2.571 c 0.056,0.412 -0.183,0.822 -0.591,0.965 z"
+ id="path1679" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 911.537,444.087 -6.4,2.25 0.082,0.234 14.544,-5.112 -0.319,-0.908 -7.316,2.571 c 0.056,0.412 -0.183,0.822 -0.591,0.965 z"
+ id="path1681" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 911.537,444.087 -6.4,2.25 0.082,0.234 14.544,-5.112 -0.319,-0.908 -7.316,2.571 c 0.056,0.412 -0.183,0.822 -0.591,0.965 z"
+ id="path1683" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 911.537,444.087 -6.4,2.25 0.082,0.234 14.544,-5.112 -0.319,-0.908 -7.316,2.571 c 0.056,0.412 -0.183,0.822 -0.591,0.965 z"
+ id="path1685" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 911.537,444.087 -6.4,2.25 0.082,0.234 14.544,-5.112 -0.319,-0.908 -7.316,2.571 c 0.056,0.412 -0.183,0.822 -0.591,0.965 z"
+ id="path1687" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 911.537,444.087 -6.4,2.25 0.082,0.234 14.544,-5.112 -0.319,-0.908 -7.316,2.571 c 0.056,0.412 -0.183,0.822 -0.591,0.965 z"
+ id="path1689" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 911.537,444.087 -6.4,2.25 0.082,0.234 14.544,-5.112 -0.319,-0.908 -7.316,2.571 c 0.056,0.412 -0.183,0.822 -0.591,0.965 z"
+ id="path1691" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.126,443.122 c -0.008,-0.058 -0.021,-0.117 -0.041,-0.174 l -0.262,-0.74 -7.244,2.547 0.32,0.908 z"
+ id="path1693" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.126,443.122 c -0.008,-0.058 -0.021,-0.117 -0.041,-0.174 l -0.262,-0.74 -7.244,2.547 0.32,0.908 z"
+ id="path1695" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.126,443.122 c -0.008,-0.058 -0.021,-0.117 -0.041,-0.174 l -0.262,-0.74 -7.244,2.547 0.32,0.908 z"
+ id="path1697" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 912.126,443.122 c -0.008,-0.058 -0.021,-0.117 -0.041,-0.174 l -0.262,-0.74 -7.244,2.547 0.32,0.908 z"
+ id="path1699" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.126,443.122 c -0.008,-0.058 -0.021,-0.117 -0.041,-0.174 l -0.262,-0.74 -7.244,2.547 0.32,0.908 z"
+ id="path1701" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.126,443.122 c -0.008,-0.058 -0.021,-0.117 -0.041,-0.174 l -0.262,-0.74 -7.244,2.547 0.32,0.908 z"
+ id="path1703" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.126,443.122 c -0.008,-0.058 -0.021,-0.117 -0.041,-0.174 l -0.262,-0.74 -7.244,2.547 0.32,0.908 z"
+ id="path1705" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 905.136,446.337 6.4,-2.25 c 0.408,-0.143 0.647,-0.553 0.59,-0.965 l -7.227,2.541 z"
+ id="path1707" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 905.136,446.337 6.4,-2.25 c 0.408,-0.143 0.647,-0.553 0.59,-0.965 l -7.227,2.541 z"
+ id="path1709" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 905.136,446.337 6.4,-2.25 c 0.408,-0.143 0.647,-0.553 0.59,-0.965 l -7.227,2.541 z"
+ id="path1711" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 905.136,446.337 6.4,-2.25 c 0.408,-0.143 0.647,-0.553 0.59,-0.965 l -7.227,2.541 z"
+ id="path1713" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 905.136,446.337 6.4,-2.25 c 0.408,-0.143 0.647,-0.553 0.59,-0.965 l -7.227,2.541 z"
+ id="path1715" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 905.136,446.337 6.4,-2.25 c 0.408,-0.143 0.647,-0.553 0.59,-0.965 l -7.227,2.541 z"
+ id="path1717" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 905.136,446.337 6.4,-2.25 c 0.408,-0.143 0.647,-0.553 0.59,-0.965 l -7.227,2.541 z"
+ id="path1719" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 905.136,446.337 6.4,-2.25 c 0.408,-0.143 0.647,-0.553 0.59,-0.965 l -7.227,2.541 z"
+ id="path1721" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08398"
+ y="454.638"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.475,316.4445)"
+ width="7.0799999"
+ height="1.927"
+ id="rect1723" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08398"
+ y="454.638"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.475,316.4445)"
+ width="7.0799999"
+ height="1.927"
+ id="rect1725" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08398"
+ y="454.638"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.475,316.4445)"
+ width="7.0799999"
+ height="1.927"
+ id="rect1727" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="873.08398"
+ y="454.638"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.475,316.4445)"
+ width="7.0799999"
+ height="1.927"
+ id="rect1729" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08398"
+ y="454.638"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.475,316.4445)"
+ width="7.0799999"
+ height="1.927"
+ id="rect1731" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="873.08398"
+ y="454.638"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.475,316.4445)"
+ width="7.0799999"
+ height="1.927"
+ id="rect1733" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08398"
+ y="454.638"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.475,316.4445)"
+ width="7.0799999"
+ height="1.927"
+ id="rect1735" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.67603"
+ y="451.776"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-100.0782,319.0779)"
+ width="10.179"
+ height="1.925"
+ id="rect1737" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.67603"
+ y="451.776"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-100.0782,319.0779)"
+ width="10.179"
+ height="1.925"
+ id="rect1739" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.67603"
+ y="451.776"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-100.0782,319.0779)"
+ width="10.179"
+ height="1.925"
+ id="rect1741" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="879.67603"
+ y="451.776"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-100.0782,319.0779)"
+ width="10.179"
+ height="1.925"
+ id="rect1743" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.67603"
+ y="451.776"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-100.0782,319.0779)"
+ width="10.179"
+ height="1.925"
+ id="rect1745" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.67603"
+ y="451.776"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-100.0782,319.0779)"
+ width="10.179"
+ height="1.925"
+ id="rect1747" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="879.67603"
+ y="451.776"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-100.0782,319.0779)"
+ width="10.179"
+ height="1.925"
+ id="rect1749" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.67603"
+ y="451.776"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-100.0782,319.0779)"
+ width="10.179"
+ height="1.925"
+ id="rect1751" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 934.034,429.402 c 0.29,-0.103 0.521,-0.192 0.517,-0.203 l -0.656,-1.868 c -0.004,-0.014 -0.241,0.061 -0.529,0.162 l -7.098,2.494 0.671,1.91 z"
+ id="path1753" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 934.034,429.402 c 0.29,-0.103 0.521,-0.192 0.517,-0.203 l -0.656,-1.868 c -0.004,-0.014 -0.241,0.061 -0.529,0.162 l -7.098,2.494 0.671,1.91 z"
+ id="path1755" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 934.034,429.402 c 0.29,-0.103 0.521,-0.192 0.517,-0.203 l -0.656,-1.868 c -0.004,-0.014 -0.241,0.061 -0.529,0.162 l -7.098,2.494 0.671,1.91 z"
+ id="path1757" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 859.869,453.327 c -0.289,0.102 -0.52,0.191 -0.515,0.205 l 0.655,1.867 c 0.005,0.012 0.242,-0.063 0.531,-0.163 l 7.433,-2.612 -0.673,-1.909 z"
+ id="path1759" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 859.869,453.327 c -0.289,0.102 -0.52,0.191 -0.515,0.205 l 0.655,1.867 c 0.005,0.012 0.242,-0.063 0.531,-0.163 l 7.433,-2.612 -0.673,-1.909 z"
+ id="path1761" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 859.869,453.327 c -0.289,0.102 -0.52,0.191 -0.515,0.205 l 0.655,1.867 c 0.005,0.012 0.242,-0.063 0.531,-0.163 l 7.433,-2.612 -0.673,-1.909 z"
+ id="path1763" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 859.869,453.327 c -0.289,0.102 -0.52,0.191 -0.515,0.205 l 0.655,1.867 c 0.005,0.012 0.242,-0.063 0.531,-0.163 l 7.433,-2.612 -0.673,-1.909 z"
+ id="path1765" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 901.427,440.637 c 0.025,0.07 0.038,0.142 0.044,0.212 l 1.544,-0.543 -0.671,-1.909 -1.516,0.533 z"
+ id="path1767" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 901.427,440.637 c 0.025,0.07 0.038,0.142 0.044,0.212 l 1.544,-0.543 -0.671,-1.909 -1.516,0.533 z"
+ id="path1769" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 901.427,440.637 c 0.025,0.07 0.038,0.142 0.044,0.212 l 1.544,-0.543 -0.671,-1.909 -1.516,0.533 z"
+ id="path1771" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 901.427,440.637 c 0.025,0.07 0.038,0.142 0.044,0.212 l 1.544,-0.543 -0.671,-1.909 -1.516,0.533 z"
+ id="path1773" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 901.427,440.637 c 0.025,0.07 0.038,0.142 0.044,0.212 l 1.544,-0.543 -0.671,-1.909 -1.516,0.533 z"
+ id="path1775" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 901.427,440.637 c 0.025,0.07 0.038,0.142 0.044,0.212 l 1.544,-0.543 -0.671,-1.909 -1.516,0.533 z"
+ id="path1777" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.287,442.319 4.185,-1.471 c -0.006,-0.07 -0.019,-0.142 -0.044,-0.212 l -0.599,-1.707 -4.213,1.481 z"
+ id="path1779" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.287,442.319 4.185,-1.471 c -0.006,-0.07 -0.019,-0.142 -0.044,-0.212 l -0.599,-1.707 -4.213,1.481 z"
+ id="path1781" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.287,442.319 4.185,-1.471 c -0.006,-0.07 -0.019,-0.142 -0.044,-0.212 l -0.599,-1.707 -4.213,1.481 z"
+ id="path1783" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 897.287,442.319 4.185,-1.471 c -0.006,-0.07 -0.019,-0.142 -0.044,-0.212 l -0.599,-1.707 -4.213,1.481 z"
+ id="path1785" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.287,442.319 4.185,-1.471 c -0.006,-0.07 -0.019,-0.142 -0.044,-0.212 l -0.599,-1.707 -4.213,1.481 z"
+ id="path1787" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.287,442.319 4.185,-1.471 c -0.006,-0.07 -0.019,-0.142 -0.044,-0.212 l -0.599,-1.707 -4.213,1.481 z"
+ id="path1789" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 897.287,442.319 4.185,-1.471 c -0.006,-0.07 -0.019,-0.142 -0.044,-0.212 l -0.599,-1.707 -4.213,1.481 z"
+ id="path1791" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.24402"
+ y="439.45499"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1014.9191,-548.0275)"
+ width="2.023"
+ height="5.7150002"
+ id="rect1793" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.24402"
+ y="439.45499"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1014.9191,-548.0275)"
+ width="2.023"
+ height="5.7150002"
+ id="rect1795" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.24402"
+ y="439.45499"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1014.9191,-548.0275)"
+ width="2.023"
+ height="5.7150002"
+ id="rect1797" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.24402"
+ y="439.45499"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1014.9191,-548.0275)"
+ width="2.023"
+ height="5.7150002"
+ id="rect1799" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="893.24402"
+ y="439.45499"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1014.9191,-548.0275)"
+ width="2.023"
+ height="5.7150002"
+ id="rect1801" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.24402"
+ y="439.45499"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1014.9191,-548.0275)"
+ width="2.023"
+ height="5.7150002"
+ id="rect1803" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.24402"
+ y="439.45499"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1014.9191,-548.0275)"
+ width="2.023"
+ height="5.7150002"
+ id="rect1805" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="893.24402"
+ y="439.45499"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1014.9191,-548.0275)"
+ width="2.023"
+ height="5.7150002"
+ id="rect1807" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="867.55603"
+ y="450.18301"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-100.489,313.9638)"
+ width="2.8570001"
+ height="2.0239999"
+ id="rect1809" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="867.55603"
+ y="450.18301"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-100.489,313.9638)"
+ width="2.8570001"
+ height="2.0239999"
+ id="rect1811" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="867.55603"
+ y="450.18301"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-100.489,313.9638)"
+ width="2.8570001"
+ height="2.0239999"
+ id="rect1813" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="867.55603"
+ y="450.18301"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-100.489,313.9638)"
+ width="2.8570001"
+ height="2.0239999"
+ id="rect1815" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="867.55603"
+ y="450.18301"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-100.489,313.9638)"
+ width="2.8570001"
+ height="2.0239999"
+ id="rect1817" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 870.774,449.631 c -0.021,-0.056 0.052,-0.131 0.161,-0.169 l 6.482,-2.279 -0.008,-0.021 -7.414,2.605 0.672,1.909 0.733,-0.257 z"
+ id="path1819" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 870.774,449.631 c -0.021,-0.056 0.052,-0.131 0.161,-0.169 l 6.482,-2.279 -0.008,-0.021 -7.414,2.605 0.672,1.909 0.733,-0.257 z"
+ id="path1821" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 870.774,449.631 c -0.021,-0.056 0.052,-0.131 0.161,-0.169 l 6.482,-2.279 -0.008,-0.021 -7.414,2.605 0.672,1.909 0.733,-0.257 z"
+ id="path1823" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 870.774,449.631 c -0.021,-0.056 0.052,-0.131 0.161,-0.169 l 6.482,-2.279 -0.008,-0.021 -7.414,2.605 0.672,1.909 0.733,-0.257 z"
+ id="path1825" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 870.774,449.631 c -0.021,-0.056 0.052,-0.131 0.161,-0.169 l 6.482,-2.279 -0.008,-0.021 -7.414,2.605 0.672,1.909 0.733,-0.257 z"
+ id="path1827" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 870.774,449.631 c -0.021,-0.056 0.052,-0.131 0.161,-0.169 l 6.482,-2.279 -0.008,-0.021 -7.414,2.605 0.672,1.909 0.733,-0.257 z"
+ id="path1829" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.50897"
+ y="444.19901"
+ transform="matrix(0.3417,0.9398,-0.9398,0.3417,998.5037,-532.7004)"
+ width="0.023"
+ height="4.4650002"
+ id="rect1831" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.50897"
+ y="444.19901"
+ transform="matrix(0.3417,0.9398,-0.9398,0.3417,998.5037,-532.7004)"
+ width="0.023"
+ height="4.4650002"
+ id="rect1833" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.50897"
+ y="444.19901"
+ transform="matrix(0.3417,0.9398,-0.9398,0.3417,998.5037,-532.7004)"
+ width="0.023"
+ height="4.4650002"
+ id="rect1835" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="879.50897"
+ y="444.19901"
+ transform="matrix(0.3417,0.9398,-0.9398,0.3417,998.5037,-532.7004)"
+ width="0.023"
+ height="4.4650002"
+ id="rect1837" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.50897"
+ y="444.19901"
+ transform="matrix(0.3417,0.9398,-0.9398,0.3417,998.5037,-532.7004)"
+ width="0.023"
+ height="4.4650002"
+ id="rect1839" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.50897"
+ y="444.19901"
+ transform="matrix(0.3417,0.9398,-0.9398,0.3417,998.5037,-532.7004)"
+ width="0.023"
+ height="4.4650002"
+ id="rect1841" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="879.50897"
+ y="444.19901"
+ transform="matrix(0.3417,0.9398,-0.9398,0.3417,998.5037,-532.7004)"
+ width="0.023"
+ height="4.4650002"
+ id="rect1843" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.056,443.907 -0.043,-0.123 -5.391,1.896 0.008,0.021 5.192,-1.826 c 0.109,-0.038 0.215,-0.022 0.234,0.032 z"
+ id="path1845" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.056,443.907 -0.043,-0.123 -5.391,1.896 0.008,0.021 5.192,-1.826 c 0.109,-0.038 0.215,-0.022 0.234,0.032 z"
+ id="path1847" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.056,443.907 -0.043,-0.123 -5.391,1.896 0.008,0.021 5.192,-1.826 c 0.109,-0.038 0.215,-0.022 0.234,0.032 z"
+ id="path1849" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 887.056,443.907 -0.043,-0.123 -5.391,1.896 0.008,0.021 5.192,-1.826 c 0.109,-0.038 0.215,-0.022 0.234,0.032 z"
+ id="path1851" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.056,443.907 -0.043,-0.123 -5.391,1.896 0.008,0.021 5.192,-1.826 c 0.109,-0.038 0.215,-0.022 0.234,0.032 z"
+ id="path1853" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.056,443.907 -0.043,-0.123 -5.391,1.896 0.008,0.021 5.192,-1.826 c 0.109,-0.038 0.215,-0.022 0.234,0.032 z"
+ id="path1855" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.056,443.907 -0.043,-0.123 -5.391,1.896 0.008,0.021 5.192,-1.826 c 0.109,-0.038 0.215,-0.022 0.234,0.032 z"
+ id="path1857" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 887.056,443.907 -0.043,-0.123 -5.391,1.896 0.008,0.021 5.192,-1.826 c 0.109,-0.038 0.215,-0.022 0.234,0.032 z"
+ id="path1859" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="887.013,443.784 887.056,443.907 887.683,445.694 891.054,444.51 890.382,442.601 "
+ id="polygon1861" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="887.013,443.784 887.056,443.907 887.683,445.694 891.054,444.51 890.382,442.601 "
+ id="polygon1863" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="887.013,443.784 887.056,443.907 887.683,445.694 891.054,444.51 890.382,442.601 "
+ id="polygon1865" />
+ <polygon
+ style="opacity:0.5;fill:#d1e4b7"
+ points="887.013,443.784 887.056,443.907 887.683,445.694 891.054,444.51 890.382,442.601 "
+ id="polygon1867" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="887.013,443.784 887.056,443.907 887.683,445.694 891.054,444.51 890.382,442.601 "
+ id="polygon1869" />
+ <polygon
+ style="opacity:0.2;fill:#fff6a3"
+ points="887.013,443.784 887.056,443.907 887.683,445.694 891.054,444.51 890.382,442.601 "
+ id="polygon1871" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="887.013,443.784 887.056,443.907 887.683,445.694 891.054,444.51 890.382,442.601 "
+ id="polygon1873" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="887.013,443.784 887.056,443.907 887.683,445.694 891.054,444.51 890.382,442.601 "
+ id="polygon1875" />
+ <polygon
+ style="opacity:0.2;fill:#fff6a3"
+ points="887.013,443.784 887.056,443.907 887.683,445.694 891.054,444.51 890.382,442.601 "
+ id="polygon1877" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1879" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1881" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1883" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1885" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1887" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1889" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1891" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1893" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1895" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1897" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="923.82599"
+ y="430.40399"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1941.2131,531.6422)"
+ width="2.8570001"
+ height="2.0250001"
+ id="rect1899" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="923.82599"
+ y="430.40399"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1941.2131,531.6422)"
+ width="2.8570001"
+ height="2.0250001"
+ id="rect1901" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="923.82599"
+ y="430.40399"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1941.2131,531.6422)"
+ width="2.8570001"
+ height="2.0250001"
+ id="rect1903" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="923.82599"
+ y="430.40399"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1941.2131,531.6422)"
+ width="2.8570001"
+ height="2.0250001"
+ id="rect1905" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.55298"
+ y="429.521"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1024.5623,-578.9479)"
+ width="2.0239999"
+ height="7.086"
+ id="rect1907" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.55298"
+ y="429.521"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1024.5623,-578.9479)"
+ width="2.0239999"
+ height="7.086"
+ id="rect1909" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.55298"
+ y="429.521"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1024.5623,-578.9479)"
+ width="2.0239999"
+ height="7.086"
+ id="rect1911" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.55298"
+ y="429.521"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1024.5623,-578.9479)"
+ width="2.0239999"
+ height="7.086"
+ id="rect1913" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="919.55298"
+ y="429.521"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1024.5623,-578.9479)"
+ width="2.0239999"
+ height="7.086"
+ id="rect1915" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="912.56299"
+ y="431.65399"
+ transform="matrix(0.3324,0.9431,-0.9431,0.3324,1020.6695,-570.872)"
+ width="2.0239999"
+ height="7.7360001"
+ id="rect1917" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="912.56299"
+ y="431.65399"
+ transform="matrix(0.3324,0.9431,-0.9431,0.3324,1020.6695,-570.872)"
+ width="2.0239999"
+ height="7.7360001"
+ id="rect1919" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="912.56299"
+ y="431.65399"
+ transform="matrix(0.3324,0.9431,-0.9431,0.3324,1020.6695,-570.872)"
+ width="2.0239999"
+ height="7.7360001"
+ id="rect1921" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="912.56299"
+ y="431.65399"
+ transform="matrix(0.3324,0.9431,-0.9431,0.3324,1020.6695,-570.872)"
+ width="2.0239999"
+ height="7.7360001"
+ id="rect1923" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="912.56299"
+ y="431.65399"
+ transform="matrix(0.3324,0.9431,-0.9431,0.3324,1020.6695,-570.872)"
+ width="2.0239999"
+ height="7.7360001"
+ id="rect1925" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="912.56299"
+ y="431.65399"
+ transform="matrix(0.3324,0.9431,-0.9431,0.3324,1020.6695,-570.872)"
+ width="2.0239999"
+ height="7.7360001"
+ id="rect1927" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="902.46198"
+ y="437.06699"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1906.5923,550.8441)"
+ width="7.6810002"
+ height="2.023"
+ id="rect1929" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="902.46198"
+ y="437.06699"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1906.5923,550.8441)"
+ width="7.6810002"
+ height="2.023"
+ id="rect1931" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="902.46198"
+ y="437.06699"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1906.5923,550.8441)"
+ width="7.6810002"
+ height="2.023"
+ id="rect1933" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="902.46198"
+ y="437.06699"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1906.5923,550.8441)"
+ width="7.6810002"
+ height="2.023"
+ id="rect1935" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="902.46198"
+ y="437.06699"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1906.5923,550.8441)"
+ width="7.6810002"
+ height="2.023"
+ id="rect1937" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="902.46198"
+ y="437.06699"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1906.5923,550.8441)"
+ width="7.6810002"
+ height="2.023"
+ id="rect1939" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="902.46198"
+ y="437.06699"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1906.5923,550.8441)"
+ width="7.6810002"
+ height="2.023"
+ id="rect1941" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 877.417,447.183 -6.482,2.279 c -0.109,0.038 -0.182,0.113 -0.161,0.169 l 0.627,1.788 6.68,-2.35 z"
+ id="path1943" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 877.417,447.183 -6.482,2.279 c -0.109,0.038 -0.182,0.113 -0.161,0.169 l 0.627,1.788 6.68,-2.35 z"
+ id="path1945" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 877.417,447.183 -6.482,2.279 c -0.109,0.038 -0.182,0.113 -0.161,0.169 l 0.627,1.788 6.68,-2.35 z"
+ id="path1947" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 877.417,447.183 -6.482,2.279 c -0.109,0.038 -0.182,0.113 -0.161,0.169 l 0.627,1.788 6.68,-2.35 z"
+ id="path1949" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 877.417,447.183 -6.482,2.279 c -0.109,0.038 -0.182,0.113 -0.161,0.169 l 0.627,1.788 6.68,-2.35 z"
+ id="path1951" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 877.417,447.183 -6.482,2.279 c -0.109,0.038 -0.182,0.113 -0.161,0.169 l 0.627,1.788 6.68,-2.35 z"
+ id="path1953" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 877.417,447.183 -6.482,2.279 c -0.109,0.038 -0.182,0.113 -0.161,0.169 l 0.627,1.788 6.68,-2.35 z"
+ id="path1955" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 c -0.039,-0.058 -0.072,-0.123 -0.099,-0.192 l -0.591,-1.685 -4.213,1.48 0.663,1.887 z"
+ id="path1957" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 c -0.039,-0.058 -0.072,-0.123 -0.099,-0.192 l -0.591,-1.685 -4.213,1.48 0.663,1.887 z"
+ id="path1959" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 c -0.039,-0.058 -0.072,-0.123 -0.099,-0.192 l -0.591,-1.685 -4.213,1.48 0.663,1.887 z"
+ id="path1961" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 c -0.039,-0.058 -0.072,-0.123 -0.099,-0.192 l -0.591,-1.685 -4.213,1.48 0.663,1.887 z"
+ id="path1963" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 c -0.039,-0.058 -0.072,-0.123 -0.099,-0.192 l -0.591,-1.685 -4.213,1.48 0.663,1.887 z"
+ id="path1965" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 c -0.039,-0.058 -0.072,-0.123 -0.099,-0.192 l -0.591,-1.685 -4.213,1.48 0.663,1.887 z"
+ id="path1967" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 c -0.039,-0.058 -0.072,-0.123 -0.099,-0.192 l -0.591,-1.685 -4.213,1.48 0.663,1.887 z"
+ id="path1969" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 c -0.039,-0.058 -0.072,-0.123 -0.099,-0.192 l -0.591,-1.685 -4.213,1.48 0.663,1.887 z"
+ id="path1971" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z"
+ id="path1973" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z"
+ id="path1975" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z"
+ id="path1977" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z"
+ id="path1979" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z"
+ id="path1981" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z"
+ id="path1983" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z"
+ id="path1985" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z"
+ id="path1987" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z"
+ id="path1989" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 830.122,456.046 c -0.301,0.105 -0.54,0.205 -0.534,0.223 l 0.928,2.643 c 0.007,0.016 0.256,-0.057 0.555,-0.162 l 1.738,-0.611 -0.949,-2.701 z"
+ id="path1991" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 830.122,456.046 c -0.301,0.105 -0.54,0.205 -0.534,0.223 l 0.928,2.643 c 0.007,0.016 0.256,-0.057 0.555,-0.162 l 1.738,-0.611 -0.949,-2.701 z"
+ id="path1993" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 830.122,456.046 c -0.301,0.105 -0.54,0.205 -0.534,0.223 l 0.928,2.643 c 0.007,0.016 0.256,-0.057 0.555,-0.162 l 1.738,-0.611 -0.949,-2.701 z"
+ id="path1995" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="831.34302"
+ y="449.552"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.5217,307.0137)"
+ width="35.001999"
+ height="2.8629999"
+ id="rect1997" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="831.34302"
+ y="449.552"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.5217,307.0137)"
+ width="35.001999"
+ height="2.8629999"
+ id="rect1999" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="831.34302"
+ y="449.552"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.5217,307.0137)"
+ width="35.001999"
+ height="2.8629999"
+ id="rect2001" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="831.34302"
+ y="449.552"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.5217,307.0137)"
+ width="35.001999"
+ height="2.8629999"
+ id="rect2003" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="898.20801"
+ y="432.32501"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1009.9156,-559.2386)"
+ width="2.865"
+ height="1.609"
+ id="rect2005" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="898.20801"
+ y="432.32501"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1009.9156,-559.2386)"
+ width="2.865"
+ height="1.609"
+ id="rect2007" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="898.20801"
+ y="432.32501"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1009.9156,-559.2386)"
+ width="2.865"
+ height="1.609"
+ id="rect2009" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="898.20801"
+ y="432.32501"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1009.9156,-559.2386)"
+ width="2.865"
+ height="1.609"
+ id="rect2011" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="898.20801"
+ y="432.32501"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1009.9156,-559.2386)"
+ width="2.865"
+ height="1.609"
+ id="rect2013" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="898.20801"
+ y="432.32501"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1009.9156,-559.2386)"
+ width="2.865"
+ height="1.609"
+ id="rect2015" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.64899"
+ y="429.99399"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1007.931,-552.7007)"
+ width="2.8640001"
+ height="10.177"
+ id="rect2017" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.64899"
+ y="429.99399"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1007.931,-552.7007)"
+ width="2.8640001"
+ height="10.177"
+ id="rect2019" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.64899"
+ y="429.99399"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1007.931,-552.7007)"
+ width="2.8640001"
+ height="10.177"
+ id="rect2021" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="892.64899"
+ y="429.99399"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1007.931,-552.7007)"
+ width="2.8640001"
+ height="10.177"
+ id="rect2023" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.64899"
+ y="429.99399"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1007.931,-552.7007)"
+ width="2.8640001"
+ height="10.177"
+ id="rect2025" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.64899"
+ y="429.99399"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1007.931,-552.7007)"
+ width="2.8640001"
+ height="10.177"
+ id="rect2027" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="892.64899"
+ y="429.99399"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1007.931,-552.7007)"
+ width="2.8640001"
+ height="10.177"
+ id="rect2029" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="865.271"
+ y="443.27701"
+ transform="matrix(0.3318,0.9433,-0.9433,0.3318,998.6042,-520.4573)"
+ width="2.8629999"
+ height="2.8570001"
+ id="rect2031" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="865.271"
+ y="443.27701"
+ transform="matrix(0.3318,0.9433,-0.9433,0.3318,998.6042,-520.4573)"
+ width="2.8629999"
+ height="2.8570001"
+ id="rect2033" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="865.271"
+ y="443.27701"
+ transform="matrix(0.3318,0.9433,-0.9433,0.3318,998.6042,-520.4573)"
+ width="2.8629999"
+ height="2.8570001"
+ id="rect2035" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="865.271"
+ y="443.27701"
+ transform="matrix(0.3318,0.9433,-0.9433,0.3318,998.6042,-520.4573)"
+ width="2.8629999"
+ height="2.8570001"
+ id="rect2037" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="865.271"
+ y="443.27701"
+ transform="matrix(0.3318,0.9433,-0.9433,0.3318,998.6042,-520.4573)"
+ width="2.8629999"
+ height="2.8570001"
+ id="rect2039" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="867.70203"
+ y="440.75601"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-97.1949,314.8572)"
+ width="12.322"
+ height="2.8629999"
+ id="rect2041" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="867.70203"
+ y="440.75601"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-97.1949,314.8572)"
+ width="12.322"
+ height="2.8629999"
+ id="rect2043" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="867.70203"
+ y="440.75601"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-97.1949,314.8572)"
+ width="12.322"
+ height="2.8629999"
+ id="rect2045" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="867.70203"
+ y="440.75601"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-97.1949,314.8572)"
+ width="12.322"
+ height="2.8629999"
+ id="rect2047" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="867.70203"
+ y="440.75601"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-97.1949,314.8572)"
+ width="12.322"
+ height="2.8629999"
+ id="rect2049" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="867.70203"
+ y="440.75601"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-97.1949,314.8572)"
+ width="12.322"
+ height="2.8629999"
+ id="rect2051" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.93903"
+ y="436.34"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1003.9882,-538.9043)"
+ width="2.8640001"
+ height="5.7150002"
+ id="rect2053" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.93903"
+ y="436.34"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1003.9882,-538.9043)"
+ width="2.8640001"
+ height="5.7150002"
+ id="rect2055" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.93903"
+ y="436.34"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1003.9882,-538.9043)"
+ width="2.8640001"
+ height="5.7150002"
+ id="rect2057" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="880.93903"
+ y="436.34"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1003.9882,-538.9043)"
+ width="2.8640001"
+ height="5.7150002"
+ id="rect2059" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.93903"
+ y="436.34"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1003.9882,-538.9043)"
+ width="2.8640001"
+ height="5.7150002"
+ id="rect2061" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.93903"
+ y="436.34"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1003.9882,-538.9043)"
+ width="2.8640001"
+ height="5.7150002"
+ id="rect2063" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="880.93903"
+ y="436.34"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1003.9882,-538.9043)"
+ width="2.8640001"
+ height="5.7150002"
+ id="rect2065" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.966"
+ y="436.22601"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-94.9557,318.8143)"
+ width="3.572"
+ height="2.8640001"
+ id="rect2067" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.966"
+ y="436.22601"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-94.9557,318.8143)"
+ width="3.572"
+ height="2.8640001"
+ id="rect2069" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.966"
+ y="436.22601"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-94.9557,318.8143)"
+ width="3.572"
+ height="2.8640001"
+ id="rect2071" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="884.966"
+ y="436.22601"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-94.9557,318.8143)"
+ width="3.572"
+ height="2.8640001"
+ id="rect2073" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="884.966"
+ y="436.22601"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-94.9557,318.8143)"
+ width="3.572"
+ height="2.8640001"
+ id="rect2075" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.966"
+ y="436.22601"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-94.9557,318.8143)"
+ width="3.572"
+ height="2.8640001"
+ id="rect2077" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.966"
+ y="436.22601"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-94.9557,318.8143)"
+ width="3.572"
+ height="2.8640001"
+ id="rect2079" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="884.966"
+ y="436.22601"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-94.9557,318.8143)"
+ width="3.572"
+ height="2.8640001"
+ id="rect2081" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.42603"
+ y="436.47198"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ width="2.865"
+ height="0.89300001"
+ id="rect2083" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.42603"
+ y="436.47198"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ width="2.865"
+ height="0.89300001"
+ id="rect2085" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.42603"
+ y="436.47198"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ width="2.865"
+ height="0.89300001"
+ id="rect2087" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="887.42603"
+ y="436.47198"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ width="2.865"
+ height="0.89300001"
+ id="rect2089" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="887.42603"
+ y="436.47198"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ width="2.865"
+ height="0.89300001"
+ id="rect2091" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.42603"
+ y="436.47198"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ width="2.865"
+ height="0.89300001"
+ id="rect2093" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.42603"
+ y="436.47198"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ width="2.865"
+ height="0.89300001"
+ id="rect2095" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.42603"
+ y="436.47198"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ width="2.865"
+ height="0.89300001"
+ id="rect2097" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="887.42603"
+ y="436.47198"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ width="2.865"
+ height="0.89300001"
+ id="rect2099" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.447,431.902 c 0.303,-0.106 0.539,-0.204 0.534,-0.222 l -0.93,-2.642 c -0.006,-0.017 -0.253,0.056 -0.555,0.161 l -6.572,2.311 0.95,2.703 z"
+ id="path2101" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.447,431.902 c 0.303,-0.106 0.539,-0.204 0.534,-0.222 l -0.93,-2.642 c -0.006,-0.017 -0.253,0.056 -0.555,0.161 l -6.572,2.311 0.95,2.703 z"
+ id="path2103" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.447,431.902 c 0.303,-0.106 0.539,-0.204 0.534,-0.222 l -0.93,-2.642 c -0.006,-0.017 -0.253,0.056 -0.555,0.161 l -6.572,2.311 0.95,2.703 z"
+ id="path2105" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 907.447,431.902 c 0.303,-0.106 0.539,-0.204 0.534,-0.222 l -0.93,-2.642 c -0.006,-0.017 -0.253,0.056 -0.555,0.161 l -6.572,2.311 0.95,2.703 z"
+ id="path2107" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.447,431.902 c 0.303,-0.106 0.539,-0.204 0.534,-0.222 l -0.93,-2.642 c -0.006,-0.017 -0.253,0.056 -0.555,0.161 l -6.572,2.311 0.95,2.703 z"
+ id="path2109" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.447,431.902 c 0.303,-0.106 0.539,-0.204 0.534,-0.222 l -0.93,-2.642 c -0.006,-0.017 -0.253,0.056 -0.555,0.161 l -6.572,2.311 0.95,2.703 z"
+ id="path2111" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 907.447,431.902 c 0.303,-0.106 0.539,-0.204 0.534,-0.222 l -0.93,-2.642 c -0.006,-0.017 -0.253,0.056 -0.555,0.161 l -6.572,2.311 0.95,2.703 z"
+ id="path2113" />
+ </g>
+ <path
+ style="opacity:0.4;fill:#244960"
+ inkscape:connector-curvature="0"
+ d="m 914.193,184.73 c 85.199,-29.948 178.542,14.841 208.489,100.038 29.949,85.198 -14.84,178.542 -100.04,208.492 -85.195,29.947 -178.54,-14.841 -208.487,-100.04 -29.949,-85.197 14.841,-178.541 100.038,-208.49 z"
+ id="path2117" />
+
+ <linearGradient
+ id="SVGID_8_"
+ gradientUnits="userSpaceOnUse"
+ x1="-182.34331"
+ y1="642.96289"
+ x2="-182.34331"
+ y2="-161.6875"
+ gradientTransform="rotate(180,476.0757,509.10205)">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop2119" />
+ <stop
+ offset="0.097"
+ style="stop-color:#FFFFFF;stop-opacity:0.903"
+ id="stop2121" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop2123" />
+ </linearGradient>
+
+ <line
+ style="opacity:0.3;fill:#f6f6f6;stroke:url(#SVGID_8_);stroke-width:3;stroke-miterlimit:10"
+ stroke-miterlimit="10"
+ x1="1134.494"
+ y1="375.241"
+ x2="1134.494"
+ y2="1179.8929"
+ id="line2126" />
+
+ <linearGradient
+ id="SVGID_9_"
+ gradientUnits="userSpaceOnUse"
+ x1="682.24799"
+ y1="433.76459"
+ x2="682.24799"
+ y2="-435.74661"
+ gradientTransform="translate(103.2568,-50.5977)">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop2128" />
+ <stop
+ offset="0.097"
+ style="stop-color:#FFFFFF;stop-opacity:0.903"
+ id="stop2130" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop2132" />
+ </linearGradient>
+
+ <line
+ style="opacity:0.3;fill:#f6f6f6;stroke:url(#SVGID_9_);stroke-width:3;stroke-miterlimit:10"
+ stroke-miterlimit="10"
+ x1="785.505"
+ y1="383.16699"
+ x2="785.505"
+ y2="-486.34399"
+ id="line2135" />
+ </g>
+ <linearGradient
+ id="SVGID_10_"
+ gradientUnits="userSpaceOnUse"
+ x1="1684.6602"
+ y1="-241.16209"
+ x2="1684.6602"
+ y2="590.34332">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop2139" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop2141" />
+ </linearGradient>
+ <rect
+ style="opacity:0.1;fill:url(#SVGID_10_)"
+ x="1654.174"
+ y="-241.162"
+ width="60.973999"
+ height="831.505"
+ id="rect2144" />
+ <linearGradient
+ id="SVGID_11_"
+ gradientUnits="userSpaceOnUse"
+ x1="1743.0996"
+ y1="-151.3203"
+ x2="1743.0996"
+ y2="953.18597">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop2146" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop2148" />
+ </linearGradient>
+ <rect
+ style="opacity:0.1;fill:url(#SVGID_11_)"
+ x="1684.6639"
+ y="-151.32001"
+ width="116.87"
+ height="1104.506"
+ id="rect2151" />
+ <linearGradient
+ id="SVGID_12_"
+ gradientUnits="userSpaceOnUse"
+ x1="1883.8594"
+ y1="-237.31351"
+ x2="1883.8594"
+ y2="867.19379">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop2153" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop2155" />
+ </linearGradient>
+ <rect
+ style="opacity:0.1;fill:url(#SVGID_12_)"
+ x="1847.72"
+ y="-237.313"
+ width="72.279999"
+ height="1104.507"
+ id="rect2158" />
+ <g
+ style="opacity:0.5"
+ id="rais_2_">
+ <linearGradient
+ id="SVGID_13_"
+ gradientUnits="userSpaceOnUse"
+ x1="182.82761"
+ y1="-482.51511"
+ x2="182.82761"
+ y2="535.99561">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop2160" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop2162" />
+ </linearGradient>
+ <rect
+ style="opacity:0.1;fill:url(#SVGID_13_)"
+ x="152.341"
+ y="-482.51501"
+ width="60.973999"
+ height="1018.511"
+ id="rect2165" />
+ <linearGradient
+ id="SVGID_14_"
+ gradientUnits="userSpaceOnUse"
+ x1="254.88091"
+ y1="-485.91849"
+ x2="254.8808"
+ y2="866.99268">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop2167" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop2169" />
+ </linearGradient>
+ <rect
+ style="opacity:0.1;fill:url(#SVGID_14_)"
+ x="174.09599"
+ y="-485.918"
+ width="161.57001"
+ height="1352.911"
+ id="rect2172" />
+ <linearGradient
+ id="SVGID_15_"
+ gradientUnits="userSpaceOnUse"
+ x1="429.021"
+ y1="-521.5"
+ x2="429.0209"
+ y2="831.41058">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop2174" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop2176" />
+ </linearGradient>
+ <rect
+ style="opacity:0.1;fill:url(#SVGID_15_)"
+ x="392.88101"
+ y="-521.5"
+ width="72.279999"
+ height="1352.91"
+ id="rect2179" />
+ </g>
+ <linearGradient
+ id="SVGID_16_"
+ gradientUnits="userSpaceOnUse"
+ x1="1809.5947"
+ y1="-362.57669"
+ x2="1809.5947"
+ y2="741.93018">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop2182" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop2184" />
+ </linearGradient>
+ <rect
+ style="opacity:0.1;fill:url(#SVGID_16_)"
+ x="1791.524"
+ y="-362.577"
+ width="36.140999"
+ height="1104.506"
+ id="rect2187" />
+</g>
+</svg> \ No newline at end of file
diff --git a/moonlight-theme/wallpaper/contents/images/2560x1080.svg b/moonlight-theme/wallpaper/contents/images/2560x1080.svg
new file mode 100755
index 0000000..1d2d968
--- /dev/null
+++ b/moonlight-theme/wallpaper/contents/images/2560x1080.svg
@@ -0,0 +1,7321 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+
+<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ version="1.1"
+ x="0px"
+ y="0px"
+ width="2560"
+ height="1080"
+ viewBox="20 -46 2560 1080"
+ enable-background="new 0 0 1920 1080"
+ xml:space="preserve"
+ id="svg2190"
+ sodipodi:docname="2560x1080.svg"
+ inkscape:version="0.92.4 (5da689c313, 2019-01-14)"><metadata
+ id="metadata2196"><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><defs
+ id="defs2194">
+
+
+
+ <linearGradient
+ gradientTransform="rotate(180,984.26565,560.0127)"
+ y2="54.977501"
+ x2="1966.5557"
+ y1="54.977501"
+ x1="39.5313"
+ gradientUnits="userSpaceOnUse"
+ id="SVGID_7_">
+ <stop
+ id="stop86"
+ style="stop-color:#2B4F5A;stop-opacity:0"
+ offset="0" />
+ <stop
+ id="stop88"
+ style="stop-color:#2A4F5A;stop-opacity:0.958"
+ offset="0.5" />
+ <stop
+ id="stop90"
+ style="stop-color:#23353D;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+
+
+ <linearGradient
+ y2="590.34332"
+ x2="1684.6602"
+ y1="-241.16209"
+ x1="1684.6602"
+ gradientUnits="userSpaceOnUse"
+ id="SVGID_10_">
+ <stop
+ id="stop2139"
+ style="stop-color:#FFFFFF"
+ offset="0" />
+ <stop
+ id="stop2141"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+
+ <linearGradient
+ y2="953.18597"
+ x2="1743.0996"
+ y1="-151.3203"
+ x1="1743.0996"
+ gradientUnits="userSpaceOnUse"
+ id="SVGID_11_">
+ <stop
+ id="stop2146"
+ style="stop-color:#FFFFFF"
+ offset="0" />
+ <stop
+ id="stop2148"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+
+ <linearGradient
+ y2="867.19379"
+ x2="1883.8594"
+ y1="-237.31351"
+ x1="1883.8594"
+ gradientUnits="userSpaceOnUse"
+ id="SVGID_12_">
+ <stop
+ id="stop2153"
+ style="stop-color:#FFFFFF"
+ offset="0" />
+ <stop
+ id="stop2155"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+
+
+ <linearGradient
+ y2="741.93018"
+ x2="1809.5947"
+ y1="-362.57669"
+ x1="1809.5947"
+ gradientUnits="userSpaceOnUse"
+ id="SVGID_16_">
+ <stop
+ id="stop2182"
+ style="stop-color:#FFFFFF"
+ offset="0" />
+ <stop
+ id="stop2184"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+
+</defs><sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1920"
+ inkscape:window-height="1008"
+ id="namedview2192"
+ showgrid="false"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0"
+ inkscape:zoom="0.21851852"
+ inkscape:cx="458.47671"
+ inkscape:cy="1104.3602"
+ inkscape:window-x="0"
+ inkscape:window-y="36"
+ inkscape:window-maximized="1"
+ inkscape:current-layer="svg2190" />
+<g
+ id="Layer_2"
+ display="none"
+ style="display:none"
+ transform="translate(340.5,-46.5)">
+ <radialGradient
+ id="SVGID_1_"
+ cx="960"
+ cy="540"
+ r="1100.0364"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ offset="0"
+ style="stop-color:#515C5D"
+ id="stop2" />
+ <stop
+ offset="1"
+ style="stop-color:#003343"
+ id="stop4" />
+ </radialGradient>
+ <rect
+ x="-340"
+ y="-314.49399"
+ display="inline"
+ width="2600"
+ height="1708.988"
+ id="rect7"
+ style="display:inline;fill:url(#SVGID_1_)" />
+</g>
+<g
+ id="Layer_3"
+ transform="translate(340.5,-46.5)">
+ <g
+ id="g25">
+ <rect
+ x="-340"
+ y="-46"
+ width="2600"
+ height="1172"
+ id="rect10"
+ style="fill:#133544" />
+
+ <radialGradient
+ id="SVGID_2_"
+ cx="257.66019"
+ cy="1126.085"
+ r="1100.5193"
+ gradientTransform="matrix(1,0,0,-0.6858,702.3398,1312.2686)"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ offset="0"
+ style="stop-color:#24363E"
+ id="stop12" />
+ <stop
+ offset="0.1555"
+ style="stop-color:#273943"
+ id="stop14" />
+ <stop
+ offset="0.3948"
+ style="stop-color:#2B3F49"
+ id="stop16" />
+ <stop
+ offset="0.6601"
+ style="stop-color:#2E424D"
+ id="stop18" />
+ <stop
+ offset="1"
+ style="stop-color:#2F434E"
+ id="stop20" />
+ </radialGradient>
+ <rect
+ x="-340"
+ y="-46"
+ stroke-miterlimit="10"
+ width="2600"
+ height="1172"
+ id="rect23"
+ style="fill:none;stroke:url(#SVGID_2_);stroke-miterlimit:10" />
+ </g>
+ <g
+ id="g34">
+
+ <radialGradient
+ id="SVGID_3_"
+ cx="499.97849"
+ cy="1219.9453"
+ r="1145.0345"
+ gradientTransform="matrix(0.2308,0,0,-0.2308,844.6051,721.5048)"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ offset="0"
+ style="stop-color:#6C99B8"
+ id="stop27" />
+ <stop
+ offset="1"
+ style="stop-color:#133544;stop-opacity:0"
+ id="stop29" />
+ </radialGradient>
+ <rect
+ x="619.362"
+ y="99.302002"
+ width="681.27698"
+ height="681.27802"
+ id="rect32"
+ style="fill:url(#SVGID_3_)" />
+ </g>
+</g>
+<g
+ style="opacity:0.6"
+ id="debian"
+ transform="translate(340.5,-46.5)">
+ <g
+ id="g61">
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ id="path37"
+ d="m 969.532,722.4 c -2.012,0.029 0.385,1.039 3.01,1.44 0.727,-0.57 1.388,-1.138 1.973,-1.696 -1.636,0.401 -3.302,0.407 -4.983,0.256" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ id="path39"
+ d="m 980.346,719.703 c 1.198,-1.654 2.071,-3.467 2.38,-5.338 -0.269,1.334 -0.996,2.486 -1.676,3.703 -3.768,2.37 -0.353,-1.405 -0.006,-2.842 -4.047,5.096 -0.554,3.055 -0.698,4.477" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ id="path41"
+ d="m 984.336,709.328 c 0.24,-3.629 -0.716,-2.482 -1.04,-1.1 0.377,0.198 0.674,2.556 1.04,1.1" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ id="path43"
+ d="m 961.894,659.754 c 1.078,0.192 2.325,0.346 2.151,0.6 1.173,-0.259 1.442,-0.497 -2.151,-0.6" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ id="path45"
+ d="m 964.045,660.354 -0.761,0.156 0.706,-0.063 0.055,-0.093" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ id="path47"
+ d="m 997.562,710.699 c 0.119,3.259 -0.956,4.835 -1.921,7.637 l -1.741,0.865 c -1.424,2.768 0.138,1.756 -0.882,3.955 -2.224,1.982 -6.749,6.188 -8.198,6.574 -1.056,-0.025 0.718,-1.248 0.948,-1.726 -2.975,2.042 -2.386,3.065 -6.938,4.312 l -0.137,-0.299 c -11.228,5.281 -26.824,-5.186 -26.618,-19.467 -0.119,0.904 -0.341,0.678 -0.593,1.045 -0.578,-7.347 3.396,-14.725 10.096,-17.739 6.556,-3.246 14.239,-1.912 18.938,2.466 -2.583,-3.381 -7.712,-6.961 -13.8,-6.628 -5.958,0.097 -11.534,3.884 -13.394,7.994 -3.051,1.921 -3.406,7.405 -4.738,8.411 -1.787,13.152 3.366,18.834 12.092,25.518 1.374,0.93 0.388,1.064 0.572,1.773 -2.897,-1.358 -5.55,-3.406 -7.733,-5.916 1.156,1.696 2.406,3.346 4.021,4.637 -2.732,-0.924 -6.383,-6.621 -7.45,-6.853 4.713,8.433 19.108,14.791 26.656,11.636 -3.491,0.134 -7.925,0.075 -11.844,-1.375 -1.646,-0.846 -3.89,-2.604 -3.484,-2.932 10.288,3.842 20.922,2.91 29.826,-4.227 2.264,-1.766 4.738,-4.766 5.456,-4.81 -1.079,1.621 0.182,0.78 -0.646,2.21 2.258,-3.64 -0.979,-1.48 2.333,-6.288 l 1.225,1.688 c -0.453,-3.021 3.754,-6.691 3.326,-11.469 0.965,-1.459 1.076,1.572 0.053,4.934 1.423,-3.729 0.375,-4.329 0.739,-7.401 0.395,1.032 0.911,2.131 1.178,3.223 -0.925,-3.604 0.95,-6.069 1.414,-8.16 -0.455,-0.206 -1.43,1.592 -1.653,-2.665 0.035,-1.851 0.517,-0.969 0.705,-1.423 -0.367,-0.212 -1.319,-1.627 -1.898,-4.347 0.42,-0.639 1.123,1.656 1.696,1.748 -0.368,-2.16 -1.003,-3.809 -1.024,-5.469 -1.674,-3.491 -0.594,0.467 -1.951,-1.499 -1.774,-5.544 1.477,-1.285 1.696,-3.804 2.696,3.902 4.235,9.953 4.937,12.461 -0.539,-3.058 -1.406,-6.016 -2.468,-8.882 0.817,0.347 -1.32,-6.283 1.062,-1.893 -2.545,-9.362 -10.888,-18.11 -18.565,-22.214 0.938,0.859 2.127,1.938 1.701,2.107 -3.818,-2.275 -3.146,-2.449 -3.691,-3.409 -3.113,-1.267 -3.317,0.103 -5.377,0 -5.86,-3.107 -6.992,-2.776 -12.388,-4.726 l 0.248,1.146 c -3.885,-1.293 -4.523,0.491 -8.725,0.004 -0.254,-0.199 1.348,-0.723 2.667,-0.911 -3.759,0.497 -3.581,-0.743 -7.258,0.134 0.907,-0.637 1.864,-1.053 2.829,-1.594 -3.061,0.188 -7.307,1.782 -5.994,0.332 -4.998,2.227 -13.865,5.356 -18.846,10.025 l -0.157,-1.051 c -2.281,2.74 -9.947,8.182 -10.557,11.725 l -0.608,0.143 c -1.188,2.013 -1.956,4.287 -2.897,6.354 -1.549,2.646 -2.275,1.019 -2.054,1.433 -3.053,6.192 -4.567,11.393 -5.881,15.658 0.935,1.396 0.023,8.395 0.377,13.998 -1.534,27.693 19.433,54.572 42.351,60.785 3.358,1.201 8.353,1.152 12.601,1.274 -5.011,-1.435 -5.659,-0.757 -10.544,-2.462 -3.521,-1.658 -4.294,-3.551 -6.789,-5.719 l 0.985,1.746 c -4.894,-1.734 -2.843,-2.145 -6.822,-3.406 l 1.054,-1.371 c -1.589,-0.124 -4.2,-2.68 -4.917,-4.093 l -1.736,0.069 c -2.084,-2.573 -3.193,-4.422 -3.113,-5.862 l -0.563,0.999 c -0.634,-1.092 -7.669,-9.646 -4.019,-7.658 -0.676,-0.619 -1.579,-1.006 -2.556,-2.777 l 0.744,-0.852 c -1.76,-2.258 -3.236,-5.159 -3.124,-6.121 0.938,1.266 1.587,1.5 2.231,1.721 -4.433,-11.005 -4.684,-0.61 -8.043,-11.202 l 0.712,-0.06 c -0.544,-0.818 -0.875,-1.71 -1.313,-2.588 l 0.308,-3.078 c -3.19,-3.697 -0.895,-15.695 -0.432,-22.275 0.321,-2.68 2.665,-5.531 4.45,-10 l -1.087,-0.186 c 2.077,-3.627 11.864,-14.559 16.395,-14 2.197,-2.756 -0.432,-0.008 -0.862,-0.701 4.823,-4.99 6.339,-3.529 9.595,-4.424 3.512,-2.082 -3.015,0.811 -1.35,-0.797 6.067,-1.547 4.302,-3.521 12.218,-4.309 0.832,0.477 -1.939,0.734 -2.637,1.35 5.055,-2.471 16.003,-1.909 23.11,1.374 8.249,3.855 17.514,15.251 17.882,25.968 l 0.413,0.113 c -0.207,4.263 0.652,9.188 -0.842,13.711 l 1.018,-2.138" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ id="path49"
+ d="m 947.549,725.162 -0.281,1.415 c 1.323,1.799 2.374,3.748 4.066,5.153 -1.217,-2.375 -2.123,-3.359 -3.785,-6.568" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ id="path51"
+ d="m 950.682,725.041 c -0.704,-0.773 -1.119,-1.707 -1.582,-2.637 0.44,1.632 1.352,3.034 2.197,4.462 l -0.615,-1.825" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ id="path53"
+ d="m 1006.055,713.008 -0.3,0.744 c -0.543,3.85 -1.711,7.66 -3.506,11.195 1.982,-3.728 3.265,-7.808 3.806,-11.939" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ id="path55"
+ d="m 962.294,658.789 c 1.363,-0.5 3.349,-0.272 4.795,-0.6 -1.885,0.155 -3.759,0.252 -5.61,0.488 l 0.815,0.112" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ id="path57"
+ d="m 914.486,684.214 c 0.313,2.901 -2.184,4.027 0.554,2.114 1.47,-3.306 -0.576,-0.911 -0.554,-2.114" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ id="path59"
+ d="m 911.267,697.659 c 0.632,-1.941 0.747,-3.103 0.986,-4.223 -1.742,2.23 -0.803,2.703 -0.986,4.223" />
+ </g>
+ </g><g
+ id="g2137"
+ transform="translate(340.5,-46.5)">
+
+ <circle
+ style="opacity:0.3;fill:#244960;stroke:#f6f6f6;stroke-width:3;stroke-miterlimit:10"
+ id="circle95"
+ r="174.44701"
+ cy="387.70599"
+ cx="960"
+ stroke-miterlimit="10" />
+ <circle
+ style="opacity:0.4;fill:#244960"
+ id="circle97"
+ r="131.647"
+ cy="409.521"
+ cx="929.50598" />
+ <g
+ id="g2115">
+ <path
+ style="fill:none"
+ inkscape:connector-curvature="0"
+ id="path99"
+ d="m 961.413,437.345 1.242,3.537 11.819,-4.154 c -0.354,-1.191 -0.739,-2.381 -1.156,-3.568 v 0 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path101"
+ d="m 961.569,494.871 c 0.091,0.262 -0.086,0.562 -0.395,0.67 l -7.977,2.805 3.878,11.034 c 6.327,-6.691 11.338,-14.476 14.822,-22.909 l -11.82,4.155 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path103"
+ d="m 949.62,440.953 -2.972,-8.451 -6.232,2.19 4.382,12.467 17.858,-6.277 -1.242,-3.537 -11.216,3.942 c -0.227,0.079 -0.486,-0.071 -0.578,-0.334 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path105"
+ d="m 916.134,511.373 c -0.311,0.109 -0.635,-0.015 -0.727,-0.273 l -0.223,-0.632 c 0.215,0.608 0.01,1.235 -0.455,1.399 l -20.386,7.167 4.786,13.617 c 9.393,0.463 19.027,-0.85 28.445,-4.161 2.813,-0.989 5.529,-2.129 8.143,-3.406 l -6.443,-18.33 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path107"
+ d="m 861.561,520.335 c 2.563,1.692 5.228,3.223 7.974,4.587 l -2.313,-6.577 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path109"
+ d="m 834.78,471.823 c -0.464,0.164 -0.975,-0.08 -1.139,-0.545 l -5.601,-15.932 c -0.318,9.061 1.016,18.332 4.205,27.402 4.196,11.937 11.116,22.138 19.813,30.154 l -14.751,-41.967 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path111"
+ d="m 852.418,476.228 -5.523,1.943 c -0.365,0.127 -0.665,0.219 -0.671,0.201 l -0.93,-2.641 c -0.005,-0.018 0.285,-0.135 0.652,-0.264 l 5.521,-1.941 -2.367,-6.734 -11.794,4.145 14.751,41.967 c 2.975,2.738 6.152,5.222 9.503,7.432 l 5.66,-1.99 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path113"
+ d="m 852.418,476.228 -5.523,1.943 c -0.365,0.127 -0.665,0.219 -0.671,0.201 l -0.93,-2.641 c -0.005,-0.018 0.285,-0.135 0.652,-0.264 l 5.521,-1.941 -2.367,-6.734 -11.794,4.145 14.751,41.967 c 2.975,2.738 6.152,5.222 9.503,7.432 l 5.66,-1.99 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path115"
+ d="m 853.195,401.971 c -0.767,0.679 -1.52,1.376 -2.257,2.086 l 2.661,-0.936 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path117"
+ d="m 853.195,401.971 c -0.767,0.679 -1.52,1.376 -2.257,2.086 l 2.661,-0.936 z" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect119"
+ height="6.6059999"
+ width="0.465"
+ transform="matrix(-0.3319,-0.9433,0.9433,-0.3319,847.8203,1467.1946)"
+ y="430.07501"
+ x="943.22198" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect121"
+ height="6.6059999"
+ width="0.465"
+ transform="matrix(-0.3319,-0.9433,0.9433,-0.3319,847.8203,1467.1946)"
+ y="430.07501"
+ x="943.22198" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path123"
+ d="m 926.267,429.987 7.098,-2.494 c 0.288,-0.102 0.525,-0.176 0.529,-0.162 l 0.656,1.868 c 0.004,0.011 -0.227,0.101 -0.517,0.203 l -7.096,2.495 1.564,4.447 17.354,-6.1 -11.179,-31.805 c -0.094,-0.264 0.014,-0.541 0.239,-0.62 l 8.144,-2.862 c -0.976,-0.623 -1.965,-1.221 -2.965,-1.798 l -23.827,8.376 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path125"
+ d="m 926.267,429.987 7.098,-2.494 c 0.288,-0.102 0.525,-0.176 0.529,-0.162 l 0.656,1.868 c 0.004,0.011 -0.227,0.101 -0.517,0.203 l -7.096,2.495 1.564,4.447 17.354,-6.1 -11.179,-31.805 c -0.094,-0.264 0.014,-0.541 0.239,-0.62 l 8.144,-2.862 c -0.976,-0.623 -1.965,-1.221 -2.965,-1.798 l -23.827,8.376 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path127"
+ d="m 883.798,385.634 c -1.944,0.512 -3.882,1.105 -5.811,1.783 -6.199,2.179 -11.931,5.095 -17.131,8.609 l 23.669,-8.319 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path129"
+ d="m 883.798,385.634 c -1.944,0.512 -3.882,1.105 -5.811,1.783 -6.199,2.179 -11.931,5.095 -17.131,8.609 l 23.669,-8.319 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path131"
+ d="m 873.985,395.954 c 0.465,-0.162 0.976,0.081 1.139,0.547 l 0.329,0.936 9.615,27.354 11.119,-3.909 -11.661,-33.175 -23.669,8.319 c -2.7,1.826 -5.258,3.813 -7.662,5.944 l 0.404,1.15 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path133"
+ d="m 873.985,395.954 c 0.465,-0.162 0.976,0.081 1.139,0.547 l 0.329,0.936 9.615,27.354 11.119,-3.909 -11.661,-33.175 -23.669,8.319 c -2.7,1.826 -5.258,3.813 -7.662,5.944 l 0.404,1.15 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path135"
+ d="m 873.985,395.954 c 0.465,-0.162 0.976,0.081 1.139,0.547 l 0.329,0.936 9.615,27.354 11.119,-3.909 -11.661,-33.175 -23.669,8.319 c -2.7,1.826 -5.258,3.813 -7.662,5.944 l 0.404,1.15 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path137"
+ d="m 975.202,476.572 c 3.283,-12.727 3.252,-26.444 -0.728,-39.845 l -11.819,4.154 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path139"
+ d="m 944.797,447.159 15.28,43.467 11.82,-4.155 c 1.326,-3.212 2.433,-6.521 3.305,-9.898 l -12.547,-35.69 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path141"
+ d="m 944.797,447.159 15.28,43.467 11.82,-4.155 c 1.326,-3.212 2.433,-6.521 3.305,-9.898 l -12.547,-35.69 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path143"
+ d="m 929.296,438.601 2.157,6.142 c 0.077,0.22 0.101,0.439 0.077,0.644 l 7.34,-2.581 c 0.365,-0.13 0.666,-0.22 0.673,-0.204 l 0.928,2.644 c 0.007,0.016 -0.285,0.135 -0.65,0.263 l -9.901,3.479 1.063,3.03 13.815,-4.857 -4.382,-12.467 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path145"
+ d="m 929.296,438.601 2.157,6.142 c 0.077,0.22 0.101,0.439 0.077,0.644 l 7.34,-2.581 c 0.365,-0.13 0.666,-0.22 0.673,-0.204 l 0.928,2.644 c 0.007,0.016 -0.285,0.135 -0.65,0.263 l -9.901,3.479 1.063,3.03 13.815,-4.857 -4.382,-12.467 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path147"
+ d="m 953.198,498.346 7.977,-2.805 c 0.309,-0.108 0.485,-0.408 0.395,-0.67 l -1.492,-4.245 -8.537,3.001 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path149"
+ d="m 953.198,498.346 7.977,-2.805 c 0.309,-0.108 0.485,-0.408 0.395,-0.67 l -1.492,-4.245 -8.537,3.001 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path151"
+ d="m 914.757,506.557 c -0.467,0.164 -0.917,0.083 -1.01,-0.179 l 1.438,4.09 0.223,0.632 c 0.092,0.259 0.416,0.383 0.727,0.273 l 13.141,-4.619 -1.659,-4.717 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path153"
+ d="m 914.757,506.557 c -0.467,0.164 -0.917,0.083 -1.01,-0.179 l 1.438,4.09 0.223,0.632 c 0.092,0.259 0.416,0.383 0.727,0.273 l 13.141,-4.619 -1.659,-4.717 z" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect155"
+ height="3.211"
+ width="7.085"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1951.5443,570.3113)"
+ y="450.07101"
+ x="923.56702" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect157"
+ height="3.211"
+ width="7.085"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1951.5443,570.3113)"
+ y="450.07101"
+ x="923.56702" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect159"
+ height="3.211"
+ width="7.085"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1951.5443,570.3113)"
+ y="450.07101"
+ x="923.56702" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect161"
+ height="11.786"
+ width="0.465"
+ transform="matrix(-0.3363,-0.9417,0.9417,-0.3363,838.1754,1463.5337)"
+ y="430.535"
+ x="934.54602" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect163"
+ height="11.786"
+ width="0.465"
+ transform="matrix(-0.3363,-0.9417,0.9417,-0.3363,838.1754,1463.5337)"
+ y="430.535"
+ x="934.54602" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect165"
+ height="11.786"
+ width="0.465"
+ transform="matrix(-0.3363,-0.9417,0.9417,-0.3363,838.1754,1463.5337)"
+ y="430.535"
+ x="934.54602" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path167"
+ d="m 912.375,502.475 1.373,3.903 c 0.093,0.262 0.543,0.343 1.01,0.179 l 12.858,-4.52 -1.539,-4.379 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path169"
+ d="m 912.375,502.475 1.373,3.903 c 0.093,0.262 0.543,0.343 1.01,0.179 l 12.858,-4.52 -1.539,-4.379 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path171"
+ d="m 912.375,502.475 1.373,3.903 c 0.093,0.262 0.543,0.343 1.01,0.179 l 12.858,-4.52 -1.539,-4.379 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path173"
+ d="m 931.519,453.546 4.438,-1.559 c 0.464,-0.164 0.964,0.055 1.116,0.486 l 14.468,41.153 8.537,-3.001 -15.28,-43.467 -13.815,4.857 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path175"
+ d="m 931.519,453.546 4.438,-1.559 c 0.464,-0.164 0.964,0.055 1.116,0.486 l 14.468,41.153 8.537,-3.001 -15.28,-43.467 -13.815,4.857 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path177"
+ d="m 931.519,453.546 4.438,-1.559 c 0.464,-0.164 0.964,0.055 1.116,0.486 l 14.468,41.153 8.537,-3.001 -15.28,-43.467 -13.815,4.857 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path179"
+ d="m 913.15,460.883 c -0.152,-0.433 0.101,-0.915 0.567,-1.077 l -11.008,3.867 4.226,12.019 c 0.037,0.104 -0.005,0.212 -0.093,0.243 l -3.378,1.188 8.91,25.353 13.702,-4.816 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path181"
+ d="m 913.15,460.883 c -0.152,-0.433 0.101,-0.915 0.567,-1.077 l -11.008,3.867 4.226,12.019 c 0.037,0.104 -0.005,0.212 -0.093,0.243 l -3.378,1.188 8.91,25.353 13.702,-4.816 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path183"
+ d="m 913.15,460.883 c -0.152,-0.433 0.101,-0.915 0.567,-1.077 l -11.008,3.867 4.226,12.019 c 0.037,0.104 -0.005,0.212 -0.093,0.243 l -3.378,1.188 8.91,25.353 13.702,-4.816 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path185"
+ d="m 913.15,460.883 c -0.152,-0.433 0.101,-0.915 0.567,-1.077 l -11.008,3.867 4.226,12.019 c 0.037,0.104 -0.005,0.212 -0.093,0.243 l -3.378,1.188 8.91,25.353 13.702,-4.816 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path187"
+ d="m 924.728,455.589 c 0.06,0.17 -0.054,0.365 -0.256,0.436 l 7.047,-2.479 -0.537,-1.529 -6.684,2.35 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path189"
+ d="m 924.728,455.589 c 0.06,0.17 -0.054,0.365 -0.256,0.436 l 7.047,-2.479 -0.537,-1.529 -6.684,2.35 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path191"
+ d="m 924.728,455.589 c 0.06,0.17 -0.054,0.365 -0.256,0.436 l 7.047,-2.479 -0.537,-1.529 -6.684,2.35 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path193"
+ d="m 924.728,455.589 c 0.06,0.17 -0.054,0.365 -0.256,0.436 l 7.047,-2.479 -0.537,-1.529 -6.684,2.35 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path195"
+ d="m 834.78,471.823 2.527,-0.887 -4.499,-12.799 -1.738,0.611 c -0.299,0.105 -0.548,0.178 -0.555,0.162 l -0.928,-2.643 c -0.006,-0.018 0.233,-0.117 0.534,-0.223 l 1.737,-0.609 -3.026,-8.608 c -0.425,2.81 -0.691,5.654 -0.792,8.519 l 5.601,15.932 c 0.164,0.465 0.675,0.709 1.139,0.545 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path197"
+ d="m 834.78,471.823 2.527,-0.887 -4.499,-12.799 -1.738,0.611 c -0.299,0.105 -0.548,0.178 -0.555,0.162 l -0.928,-2.643 c -0.006,-0.018 0.233,-0.117 0.534,-0.223 l 1.737,-0.609 -3.026,-8.608 c -0.425,2.81 -0.691,5.654 -0.792,8.519 l 5.601,15.932 c 0.164,0.465 0.675,0.709 1.139,0.545 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path199"
+ d="m 864.88,443.829 -13.352,-37.982 c -0.215,-0.609 -0.012,-1.236 0.453,-1.4 l 1.854,-0.652 -0.237,-0.673 -2.661,0.936 c -11.876,11.438 -19.647,26.534 -22.105,42.771 l 3.026,8.608 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path201"
+ d="m 864.88,443.829 -13.352,-37.982 c -0.215,-0.609 -0.012,-1.236 0.453,-1.4 l 1.854,-0.652 -0.237,-0.673 -2.661,0.936 c -11.876,11.438 -19.647,26.534 -22.105,42.771 l 3.026,8.608 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path203"
+ d="m 864.88,443.829 -13.352,-37.982 c -0.215,-0.609 -0.012,-1.236 0.453,-1.4 l 1.854,-0.652 -0.237,-0.673 -2.661,0.936 c -11.876,11.438 -19.647,26.534 -22.105,42.771 l 3.026,8.608 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path205"
+ d="m 847.812,460.429 20.385,-7.165 -0.224,-0.64 -7.433,2.612 c -0.289,0.101 -0.526,0.175 -0.531,0.163 l -0.655,-1.867 c -0.005,-0.014 0.226,-0.104 0.515,-0.205 l 7.432,-2.612 -1.47,-4.185 -33.022,11.607 4.499,12.799 11.794,-4.145 -1.744,-4.963 c -0.216,-0.608 -0.013,-1.235 0.454,-1.399 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path207"
+ d="m 847.812,460.429 20.385,-7.165 -0.224,-0.64 -7.433,2.612 c -0.289,0.101 -0.526,0.175 -0.531,0.163 l -0.655,-1.867 c -0.005,-0.014 0.226,-0.104 0.515,-0.205 l 7.432,-2.612 -1.47,-4.185 -33.022,11.607 4.499,12.799 11.794,-4.145 -1.744,-4.963 c -0.216,-0.608 -0.013,-1.235 0.454,-1.399 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path209"
+ d="m 847.812,460.429 20.385,-7.165 -0.224,-0.64 -7.433,2.612 c -0.289,0.101 -0.526,0.175 -0.531,0.163 l -0.655,-1.867 c -0.005,-0.014 0.226,-0.104 0.515,-0.205 l 7.432,-2.612 -1.47,-4.185 -33.022,11.607 4.499,12.799 11.794,-4.145 -1.744,-4.963 c -0.216,-0.608 -0.013,-1.235 0.454,-1.399 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path211"
+ d="m 875.453,397.437 -0.329,-0.936 c -0.163,-0.466 -0.674,-0.709 -1.139,-0.547 l -20.386,7.167 0.237,0.673 20.386,-7.166 c 0.465,-0.162 1.017,0.199 1.231,0.809 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path213"
+ d="m 875.453,397.437 -0.329,-0.936 c -0.163,-0.466 -0.674,-0.709 -1.139,-0.547 l -20.386,7.167 0.237,0.673 20.386,-7.166 c 0.465,-0.162 1.017,0.199 1.231,0.809 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path215"
+ d="m 875.453,397.437 -0.329,-0.936 c -0.163,-0.466 -0.674,-0.709 -1.139,-0.547 l -20.386,7.167 0.237,0.673 20.386,-7.166 c 0.465,-0.162 1.017,0.199 1.231,0.809 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path217"
+ d="m 875.453,397.437 -0.329,-0.936 c -0.163,-0.466 -0.674,-0.709 -1.139,-0.547 l -20.386,7.167 0.237,0.673 20.386,-7.166 c 0.465,-0.162 1.017,0.199 1.231,0.809 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path219"
+ d="m 940.095,393.16 c -9.196,-5.288 -19.482,-8.615 -30.164,-9.649 l 6.337,18.025 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path221"
+ d="m 940.095,393.16 c -9.196,-5.288 -19.482,-8.615 -30.164,-9.649 l 6.337,18.025 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path223"
+ d="m 940.095,393.16 c -9.196,-5.288 -19.482,-8.615 -30.164,-9.649 l 6.337,18.025 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path225"
+ d="m 892.49,519.685 c -0.465,0.165 -1.015,-0.198 -1.229,-0.808 l -2.811,-7.994 -21.229,7.462 2.313,6.577 c 9.151,4.542 19.225,7.22 29.596,7.729 l -4.786,-13.617 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path227"
+ d="m 892.49,519.685 c -0.465,0.165 -1.015,-0.198 -1.229,-0.808 l -2.811,-7.994 -21.229,7.462 2.313,6.577 c 9.151,4.542 19.225,7.22 29.596,7.729 l -4.786,-13.617 z" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect229"
+ height="22.503"
+ width="44.643002"
+ transform="matrix(-0.3316,-0.9434,0.9434,-0.3316,693.4218,1478.4001)"
+ y="482.30399"
+ x="848.11298" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect231"
+ height="22.503"
+ width="44.643002"
+ transform="matrix(-0.3316,-0.9434,0.9434,-0.3316,693.4218,1478.4001)"
+ y="482.30399"
+ x="848.11298" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect233"
+ height="22.503"
+ width="44.643002"
+ transform="matrix(-0.3316,-0.9434,0.9434,-0.3316,693.4218,1478.4001)"
+ y="482.30399"
+ x="848.11298" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect235"
+ height="7.138"
+ width="22.502001"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-105.9666,311.9189)"
+ y="462.85901"
+ x="849.64801" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect237"
+ height="7.138"
+ width="22.502001"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-105.9666,311.9189)"
+ y="462.85901"
+ x="849.64801" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect239"
+ height="7.138"
+ width="22.502001"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-105.9666,311.9189)"
+ y="462.85901"
+ x="849.64801" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path241"
+ d="m 870.175,458.89 -5.104,1.795 c -0.43,0.15 -0.781,0.263 -0.784,0.253 l -0.626,-1.778 c -0.003,-0.012 0.341,-0.143 0.772,-0.293 l 5.103,-1.795 -1.339,-3.808 -20.385,7.165 c -0.467,0.164 -0.67,0.791 -0.455,1.4 l 1.744,4.963 21.229,-7.463 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path243"
+ d="m 870.175,458.89 -5.104,1.795 c -0.43,0.15 -0.781,0.263 -0.784,0.253 l -0.626,-1.778 c -0.003,-0.012 0.341,-0.143 0.772,-0.293 l 5.103,-1.795 -1.339,-3.808 -20.385,7.165 c -0.467,0.164 -0.67,0.791 -0.455,1.4 l 1.744,4.963 21.229,-7.463 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path245"
+ d="m 870.175,458.89 -5.104,1.795 c -0.43,0.15 -0.781,0.263 -0.784,0.253 l -0.626,-1.778 c -0.003,-0.012 0.341,-0.143 0.772,-0.293 l 5.103,-1.795 -1.339,-3.808 -20.385,7.165 c -0.467,0.164 -0.67,0.791 -0.455,1.4 l 1.744,4.963 21.229,-7.463 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path247"
+ d="m 870.175,458.89 -5.104,1.795 c -0.43,0.15 -0.781,0.263 -0.784,0.253 l -0.626,-1.778 c -0.003,-0.012 0.341,-0.143 0.772,-0.293 l 5.103,-1.795 -1.339,-3.808 -20.385,7.165 c -0.467,0.164 -0.67,0.791 -0.455,1.4 l 1.744,4.963 21.229,-7.463 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path249"
+ d="m 894.25,422.904 c 0.465,-0.163 0.974,0.082 1.138,0.548 l 1.599,4.548 1.516,-0.532 -2.314,-6.586 -11.119,3.909 0.419,1.194 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path251"
+ d="m 894.25,422.904 c 0.465,-0.163 0.974,0.082 1.138,0.548 l 1.599,4.548 1.516,-0.532 -2.314,-6.586 -11.119,3.909 0.419,1.194 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path253"
+ d="m 894.25,422.904 c 0.465,-0.163 0.974,0.082 1.138,0.548 l 1.599,4.548 1.516,-0.532 -2.314,-6.586 -11.119,3.909 0.419,1.194 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path255"
+ d="m 894.25,422.904 c 0.465,-0.163 0.974,0.082 1.138,0.548 l 1.599,4.548 1.516,-0.532 -2.314,-6.586 -11.119,3.909 0.419,1.194 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path257"
+ d="m 905.373,447.012 -5.729,2.013 2.367,6.736 5.862,-2.061 c -0.145,-0.145 -0.266,-0.33 -0.343,-0.549 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path259"
+ d="m 905.373,447.012 -5.729,2.013 2.367,6.736 5.862,-2.061 c -0.145,-0.145 -0.266,-0.33 -0.343,-0.549 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path261"
+ d="m 905.373,447.012 -5.729,2.013 2.367,6.736 5.862,-2.061 c -0.145,-0.145 -0.266,-0.33 -0.343,-0.549 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path263"
+ d="m 905.373,447.012 -5.729,2.013 2.367,6.736 5.862,-2.061 c -0.145,-0.145 -0.266,-0.33 -0.343,-0.549 z" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect265"
+ height="3.211"
+ width="23.452"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1925.2111,585.0494)"
+ y="455.134"
+ x="900.97601" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect267"
+ height="3.211"
+ width="23.452"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1925.2111,585.0494)"
+ y="455.134"
+ x="900.97601" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect269"
+ height="3.211"
+ width="23.452"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1925.2111,585.0494)"
+ y="455.134"
+ x="900.97601" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ id="rect271"
+ height="3.211"
+ width="23.452"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1925.2111,585.0494)"
+ y="455.134"
+ x="900.97601" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect273"
+ height="0.46700001"
+ width="6.072"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1902.2772,571.1381)"
+ y="447.565"
+ x="899.39502" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect275"
+ height="0.46700001"
+ width="6.072"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1902.2772,571.1381)"
+ y="447.565"
+ x="899.39502" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect277"
+ height="0.46700001"
+ width="6.072"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1902.2772,571.1381)"
+ y="447.565"
+ x="899.39502" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect279"
+ height="0.46700001"
+ width="6.072"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1902.2772,571.1381)"
+ y="447.565"
+ x="899.39502" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ id="rect281"
+ height="0.46700001"
+ width="6.072"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1902.2772,571.1381)"
+ y="447.565"
+ x="899.39502" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path283"
+ d="m 902.709,463.673 11.008,-3.867 10.755,-3.781 c 0.202,-0.07 0.315,-0.266 0.256,-0.436 l -0.43,-1.223 -22.126,7.775 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path285"
+ d="m 902.709,463.673 11.008,-3.867 10.755,-3.781 c 0.202,-0.07 0.315,-0.266 0.256,-0.436 l -0.43,-1.223 -22.126,7.775 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path287"
+ d="m 902.709,463.673 11.008,-3.867 10.755,-3.781 c 0.202,-0.07 0.315,-0.266 0.256,-0.436 l -0.43,-1.223 -22.126,7.775 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path289"
+ d="m 902.709,463.673 11.008,-3.867 10.755,-3.781 c 0.202,-0.07 0.315,-0.266 0.256,-0.436 l -0.43,-1.223 -22.126,7.775 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path291"
+ d="m 902.709,463.673 11.008,-3.867 10.755,-3.781 c 0.202,-0.07 0.315,-0.266 0.256,-0.436 l -0.43,-1.223 -22.126,7.775 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path293"
+ d="m 894.252,450.919 0.63,1.79 3.38,-1.187 c 0.087,-0.031 0.188,0.027 0.224,0.131 l 1.672,4.758 1.854,-0.65 -2.367,-6.736 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path295"
+ d="m 894.252,450.919 0.63,1.79 3.38,-1.187 c 0.087,-0.031 0.188,0.027 0.224,0.131 l 1.672,4.758 1.854,-0.65 -2.367,-6.736 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path297"
+ d="m 894.252,450.919 0.63,1.79 3.38,-1.187 c 0.087,-0.031 0.188,0.027 0.224,0.131 l 1.672,4.758 1.854,-0.65 -2.367,-6.736 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path299"
+ d="m 894.252,450.919 0.63,1.79 3.38,-1.187 c 0.087,-0.031 0.188,0.027 0.224,0.131 l 1.672,4.758 1.854,-0.65 -2.367,-6.736 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path301"
+ d="m 894.252,450.919 0.63,1.79 3.38,-1.187 c 0.087,-0.031 0.188,0.027 0.224,0.131 l 1.672,4.758 1.854,-0.65 -2.367,-6.736 z" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect303"
+ height="5.7150002"
+ width="0.465"
+ transform="matrix(-0.3275,-0.9448,0.9448,-0.3275,765.6945,1444.4624)"
+ y="446.89499"
+ x="896.64001" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect305"
+ height="5.7150002"
+ width="0.465"
+ transform="matrix(-0.3275,-0.9448,0.9448,-0.3275,765.6945,1444.4624)"
+ y="446.89499"
+ x="896.64001" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect307"
+ height="5.7150002"
+ width="0.465"
+ transform="matrix(-0.3275,-0.9448,0.9448,-0.3275,765.6945,1444.4624)"
+ y="446.89499"
+ x="896.64001" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect309"
+ height="5.7150002"
+ width="0.465"
+ transform="matrix(-0.3275,-0.9448,0.9448,-0.3275,765.6945,1444.4624)"
+ y="446.89499"
+ x="896.64001" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect311"
+ height="5.7150002"
+ width="0.465"
+ transform="matrix(-0.3275,-0.9448,0.9448,-0.3275,765.6945,1444.4624)"
+ y="446.89499"
+ x="896.64001" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ id="rect313"
+ height="5.7150002"
+ width="0.465"
+ transform="matrix(-0.3275,-0.9448,0.9448,-0.3275,765.6945,1444.4624)"
+ y="446.89499"
+ x="896.64001" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path315"
+ d="m 903.464,477.122 3.378,-1.188 c 0.088,-0.031 0.13,-0.139 0.093,-0.243 l -4.226,-12.019 -3.535,1.242 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path317"
+ d="m 903.464,477.122 3.378,-1.188 c 0.088,-0.031 0.13,-0.139 0.093,-0.243 l -4.226,-12.019 -3.535,1.242 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path319"
+ d="m 903.464,477.122 3.378,-1.188 c 0.088,-0.031 0.13,-0.139 0.093,-0.243 l -4.226,-12.019 -3.535,1.242 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path321"
+ d="m 903.464,477.122 3.378,-1.188 c 0.088,-0.031 0.13,-0.139 0.093,-0.243 l -4.226,-12.019 -3.535,1.242 z" />
+ <path
+ style="opacity:0.4;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path323"
+ d="m 903.464,477.122 3.378,-1.188 c 0.088,-0.031 0.13,-0.139 0.093,-0.243 l -4.226,-12.019 -3.535,1.242 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path325"
+ d="m 898.802,463.863 c -0.091,-0.265 0.21,-0.61 0.676,-0.773 l 2.694,-0.948 -1.063,-3.028 -3.538,1.243 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path327"
+ d="m 898.802,463.863 c -0.091,-0.265 0.21,-0.61 0.676,-0.773 l 2.694,-0.948 -1.063,-3.028 -3.538,1.243 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path329"
+ d="m 898.802,463.863 c -0.091,-0.265 0.21,-0.61 0.676,-0.773 l 2.694,-0.948 -1.063,-3.028 -3.538,1.243 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path331"
+ d="m 898.802,463.863 c -0.091,-0.265 0.21,-0.61 0.676,-0.773 l 2.694,-0.948 -1.063,-3.028 -3.538,1.243 z" />
+ <path
+ style="opacity:0.4;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path333"
+ d="m 898.802,463.863 c -0.091,-0.265 0.21,-0.61 0.676,-0.773 l 2.694,-0.948 -1.063,-3.028 -3.538,1.243 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path335"
+ d="m 899.478,463.09 c -0.466,0.163 -0.767,0.509 -0.676,0.773 l 0.372,1.052 3.535,-1.242 -0.537,-1.531 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path337"
+ d="m 899.478,463.09 c -0.466,0.163 -0.767,0.509 -0.676,0.773 l 0.372,1.052 3.535,-1.242 -0.537,-1.531 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path339"
+ d="m 899.478,463.09 c -0.466,0.163 -0.767,0.509 -0.676,0.773 l 0.372,1.052 3.535,-1.242 -0.537,-1.531 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path341"
+ d="m 899.478,463.09 c -0.466,0.163 -0.767,0.509 -0.676,0.773 l 0.372,1.052 3.535,-1.242 -0.537,-1.531 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path343"
+ d="m 899.478,463.09 c -0.466,0.163 -0.767,0.509 -0.676,0.773 l 0.372,1.052 3.535,-1.242 -0.537,-1.531 z" />
+ <path
+ style="opacity:0.4;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path345"
+ d="m 899.478,463.09 c -0.466,0.163 -0.767,0.509 -0.676,0.773 l 0.372,1.052 3.535,-1.242 -0.537,-1.531 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path347"
+ d="m 900.158,456.411 -1.672,-4.758 c -0.036,-0.104 -0.137,-0.162 -0.224,-0.131 l -3.38,1.187 1.74,4.945 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path349"
+ d="m 900.158,456.411 -1.672,-4.758 c -0.036,-0.104 -0.137,-0.162 -0.224,-0.131 l -3.38,1.187 1.74,4.945 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path351"
+ d="m 900.158,456.411 -1.672,-4.758 c -0.036,-0.104 -0.137,-0.162 -0.224,-0.131 l -3.38,1.187 1.74,4.945 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path353"
+ d="m 900.158,456.411 -1.672,-4.758 c -0.036,-0.104 -0.137,-0.162 -0.224,-0.131 l -3.38,1.187 1.74,4.945 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path355"
+ d="m 900.158,456.411 -1.672,-4.758 c -0.036,-0.104 -0.137,-0.162 -0.224,-0.131 l -3.38,1.187 1.74,4.945 z" />
+ <path
+ style="opacity:0.4;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path357"
+ d="m 900.158,456.411 -1.672,-4.758 c -0.036,-0.104 -0.137,-0.162 -0.224,-0.131 l -3.38,1.187 1.74,4.945 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path359"
+ d="m 961.413,437.345 11.905,-4.186 c -1.115,-3.176 -2.426,-6.229 -3.912,-9.15 l -11.286,3.968 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path361"
+ d="m 968.502,422.284 c -5.235,-9.678 -12.421,-17.841 -20.878,-24.169 l 9.857,28.043 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path363"
+ d="m 958.013,428.015 c -0.052,0.311 -0.263,0.585 -0.581,0.697 l -10.784,3.79 2.972,8.451 c 0.093,0.263 0.352,0.413 0.577,0.334 l 11.216,-3.942 -3.292,-9.368 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path365"
+ d="m 958.013,428.015 c -0.052,0.311 -0.263,0.585 -0.581,0.697 l -10.784,3.79 2.972,8.451 c 0.093,0.263 0.352,0.413 0.577,0.334 l 11.216,-3.942 -3.292,-9.368 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path367"
+ d="m 946.648,432.502 10.784,-3.79 c 0.318,-0.112 0.529,-0.387 0.581,-0.697 l -11.518,4.048 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path369"
+ d="m 946.648,432.502 10.784,-3.79 c 0.318,-0.112 0.529,-0.387 0.581,-0.697 l -11.518,4.048 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path371"
+ d="m 946.648,432.502 10.784,-3.79 c 0.318,-0.112 0.529,-0.387 0.581,-0.697 l -11.518,4.048 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path373"
+ d="m 934.677,398.44 11.179,31.805 11.625,-4.087 -9.857,-28.043 c -1.483,-1.109 -3.006,-2.163 -4.563,-3.157 l -8.144,2.862 c -0.226,0.079 -0.334,0.357 -0.24,0.62 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path375"
+ d="m 934.677,398.44 11.179,31.805 11.625,-4.087 -9.857,-28.043 c -1.483,-1.109 -3.006,-2.163 -4.563,-3.157 l -8.144,2.862 c -0.226,0.079 -0.334,0.357 -0.24,0.62 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path377"
+ d="m 934.677,398.44 11.179,31.805 11.625,-4.087 -9.857,-28.043 c -1.483,-1.109 -3.006,-2.163 -4.563,-3.157 l -8.144,2.862 c -0.226,0.079 -0.334,0.357 -0.24,0.62 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path379"
+ d="m 896.986,428 -1.599,-4.548 c -0.164,-0.466 -0.673,-0.711 -1.138,-0.548 l -8.763,3.081 1.896,5.391 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path381"
+ d="m 896.986,428 -1.599,-4.548 c -0.164,-0.466 -0.673,-0.711 -1.138,-0.548 l -8.763,3.081 1.896,5.391 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path383"
+ d="m 896.986,428 -1.599,-4.548 c -0.164,-0.466 -0.673,-0.711 -1.138,-0.548 l -8.763,3.081 1.896,5.391 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path385"
+ d="m 896.986,428 -1.599,-4.548 c -0.164,-0.466 -0.673,-0.711 -1.138,-0.548 l -8.763,3.081 1.896,5.391 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path387"
+ d="m 896.986,428 -1.599,-4.548 c -0.164,-0.466 -0.673,-0.711 -1.138,-0.548 l -8.763,3.081 1.896,5.391 z" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect389"
+ height="1.6059999"
+ width="4.2859998"
+ transform="matrix(0.332,0.9433,-0.9433,0.332,1005.5748,-560.4146)"
+ y="428.952"
+ x="896.31201" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect391"
+ height="1.6059999"
+ width="4.2859998"
+ transform="matrix(0.332,0.9433,-0.9433,0.332,1005.5748,-560.4146)"
+ y="428.952"
+ x="896.31201" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect393"
+ height="1.6059999"
+ width="4.2859998"
+ transform="matrix(0.332,0.9433,-0.9433,0.332,1005.5748,-560.4146)"
+ y="428.952"
+ x="896.31201" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ id="rect395"
+ height="1.6059999"
+ width="4.2859998"
+ transform="matrix(0.332,0.9433,-0.9433,0.332,1005.5748,-560.4146)"
+ y="428.952"
+ x="896.31201" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect397"
+ height="1.6059999"
+ width="4.2859998"
+ transform="matrix(0.332,0.9433,-0.9433,0.332,1005.5748,-560.4146)"
+ y="428.952"
+ x="896.31201" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect399"
+ height="4.4330001"
+ width="1.607"
+ transform="matrix(-0.9433,0.3319,-0.3319,-0.9433,1895.5321,549.4395)"
+ y="434.35501"
+ x="900.04797" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect401"
+ height="4.4330001"
+ width="1.607"
+ transform="matrix(-0.9433,0.3319,-0.3319,-0.9433,1895.5321,549.4395)"
+ y="434.35501"
+ x="900.04797" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect403"
+ height="4.4330001"
+ width="1.607"
+ transform="matrix(-0.9433,0.3319,-0.3319,-0.9433,1895.5321,549.4395)"
+ y="434.35501"
+ x="900.04797" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ id="rect405"
+ height="4.4330001"
+ width="1.607"
+ transform="matrix(-0.9433,0.3319,-0.3319,-0.9433,1895.5321,549.4395)"
+ y="434.35501"
+ x="900.04797" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect407"
+ height="4.4330001"
+ width="1.607"
+ transform="matrix(-0.9433,0.3319,-0.3319,-0.9433,1895.5321,549.4395)"
+ y="434.35501"
+ x="900.04797" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path409"
+ d="m 900.882,441.774 -3.371,1.186 1.339,3.808 5.729,-2.013 -1.564,-4.449 -1.544,0.543 c 0.038,0.399 -0.195,0.789 -0.589,0.925 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path411"
+ d="m 900.882,441.774 -3.371,1.186 1.339,3.808 5.729,-2.013 -1.564,-4.449 -1.544,0.543 c 0.038,0.399 -0.195,0.789 -0.589,0.925 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path413"
+ d="m 900.882,441.774 -3.371,1.186 1.339,3.808 5.729,-2.013 -1.564,-4.449 -1.544,0.543 c 0.038,0.399 -0.195,0.789 -0.589,0.925 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path415"
+ d="m 900.882,441.774 -3.371,1.186 1.339,3.808 5.729,-2.013 -1.564,-4.449 -1.544,0.543 c 0.038,0.399 -0.195,0.789 -0.589,0.925 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path417"
+ d="m 900.882,441.774 -3.371,1.186 1.339,3.808 5.729,-2.013 -1.564,-4.449 -1.544,0.543 c 0.038,0.399 -0.195,0.789 -0.589,0.925 z" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect419"
+ height="4.0359998"
+ width="5.7150002"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1888.123,569.545)"
+ y="443.793"
+ x="892.62799" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect421"
+ height="4.0359998"
+ width="5.7150002"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1888.123,569.545)"
+ y="443.793"
+ x="892.62799" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect423"
+ height="4.0359998"
+ width="5.7150002"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1888.123,569.545)"
+ y="443.793"
+ x="892.62799" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect425"
+ height="4.0359998"
+ width="5.7150002"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1888.123,569.545)"
+ y="443.793"
+ x="892.62799" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ id="rect427"
+ height="4.0359998"
+ width="5.7150002"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1888.123,569.545)"
+ y="443.793"
+ x="892.62799" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect429"
+ height="4.0359998"
+ width="5.7150002"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1888.123,569.545)"
+ y="443.793"
+ x="892.62799" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect431"
+ height="4.2859998"
+ width="10.177"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1878.4277,542.8927)"
+ y="429.56601"
+ x="887.80701" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect433"
+ height="4.2859998"
+ width="10.177"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1878.4277,542.8927)"
+ y="429.56601"
+ x="887.80701" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect435"
+ height="4.2859998"
+ width="10.177"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1878.4277,542.8927)"
+ y="429.56601"
+ x="887.80701" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ id="rect437"
+ height="4.2859998"
+ width="10.177"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1878.4277,542.8927)"
+ y="429.56601"
+ x="887.80701" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect439"
+ height="4.2859998"
+ width="10.177"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1878.4277,542.8927)"
+ y="429.56601"
+ x="887.80701" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect441"
+ height="4.2859998"
+ width="10.177"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1878.4277,542.8927)"
+ y="429.56601"
+ x="887.80701" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path443"
+ d="m 895.01,438.538 c 0.467,-0.164 0.978,0.081 1.14,0.547 l 0.466,1.326 4.213,-1.481 -1.472,-4.184 -9.604,3.376 0.709,2.014 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path445"
+ d="m 895.01,438.538 c 0.467,-0.164 0.978,0.081 1.14,0.547 l 0.466,1.326 4.213,-1.481 -1.472,-4.184 -9.604,3.376 0.709,2.014 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path447"
+ d="m 895.01,438.538 c 0.467,-0.164 0.978,0.081 1.14,0.547 l 0.466,1.326 4.213,-1.481 -1.472,-4.184 -9.604,3.376 0.709,2.014 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path449"
+ d="m 895.01,438.538 c 0.467,-0.164 0.978,0.081 1.14,0.547 l 0.466,1.326 4.213,-1.481 -1.472,-4.184 -9.604,3.376 0.709,2.014 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path451"
+ d="m 895.01,438.538 c 0.467,-0.164 0.978,0.081 1.14,0.547 l 0.466,1.326 4.213,-1.481 -1.472,-4.184 -9.604,3.376 0.709,2.014 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path453"
+ d="m 895.01,438.538 c 0.467,-0.164 0.978,0.081 1.14,0.547 l 0.466,1.326 4.213,-1.481 -1.472,-4.184 -9.604,3.376 0.709,2.014 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path455"
+ d="m 897.511,442.96 3.371,-1.186 c 0.394,-0.137 0.627,-0.526 0.589,-0.926 l -4.185,1.471 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path457"
+ d="m 897.511,442.96 3.371,-1.186 c 0.394,-0.137 0.627,-0.526 0.589,-0.926 l -4.185,1.471 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path459"
+ d="m 897.511,442.96 3.371,-1.186 c 0.394,-0.137 0.627,-0.526 0.589,-0.926 l -4.185,1.471 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path461"
+ d="m 897.511,442.96 3.371,-1.186 c 0.394,-0.137 0.627,-0.526 0.589,-0.926 l -4.185,1.471 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path463"
+ d="m 897.511,442.96 3.371,-1.186 c 0.394,-0.137 0.627,-0.526 0.589,-0.926 l -4.185,1.471 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path465"
+ d="m 897.511,442.96 3.371,-1.186 c 0.394,-0.137 0.627,-0.526 0.589,-0.926 l -4.185,1.471 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path467"
+ d="m 896.15,439.085 c -0.162,-0.466 -0.673,-0.711 -1.14,-0.547 l -4.548,1.598 0.762,2.17 5.392,-1.895 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path469"
+ d="m 896.15,439.085 c -0.162,-0.466 -0.673,-0.711 -1.14,-0.547 l -4.548,1.598 0.762,2.17 5.392,-1.895 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path471"
+ d="m 896.15,439.085 c -0.162,-0.466 -0.673,-0.711 -1.14,-0.547 l -4.548,1.598 0.762,2.17 5.392,-1.895 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path473"
+ d="m 896.15,439.085 c -0.162,-0.466 -0.673,-0.711 -1.14,-0.547 l -4.548,1.598 0.762,2.17 5.392,-1.895 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path475"
+ d="m 896.15,439.085 c -0.162,-0.466 -0.673,-0.711 -1.14,-0.547 l -4.548,1.598 0.762,2.17 5.392,-1.895 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path477"
+ d="m 896.15,439.085 c -0.162,-0.466 -0.673,-0.711 -1.14,-0.547 l -4.548,1.598 0.762,2.17 5.392,-1.895 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path479"
+ d="m 896.15,439.085 c -0.162,-0.466 -0.673,-0.711 -1.14,-0.547 l -4.548,1.598 0.762,2.17 5.392,-1.895 z" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect481"
+ height="5.7140002"
+ width="0.67900002"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,772.1244,1434.6663)"
+ y="440.73001"
+ x="894.36401" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect483"
+ height="5.7140002"
+ width="0.67900002"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,772.1244,1434.6663)"
+ y="440.73001"
+ x="894.36401" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect485"
+ height="5.7140002"
+ width="0.67900002"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,772.1244,1434.6663)"
+ y="440.73001"
+ x="894.36401" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect487"
+ height="5.7140002"
+ width="0.67900002"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,772.1244,1434.6663)"
+ y="440.73001"
+ x="894.36401" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ id="rect489"
+ height="5.7140002"
+ width="0.67900002"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,772.1244,1434.6663)"
+ y="440.73001"
+ x="894.36401" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect491"
+ height="5.7140002"
+ width="0.67900002"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,772.1244,1434.6663)"
+ y="440.73001"
+ x="894.36401" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect493"
+ height="5.7140002"
+ width="0.67900002"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,772.1244,1434.6663)"
+ y="440.73001"
+ x="894.36401" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path495"
+ d="m 912.375,502.475 -21.229,7.461 3.198,9.099 20.386,-7.167 c 0.465,-0.164 0.67,-0.791 0.455,-1.399 l -1.438,-4.09 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path497"
+ d="m 912.375,502.475 -21.229,7.461 3.198,9.099 20.386,-7.167 c 0.465,-0.164 0.67,-0.791 0.455,-1.399 l -1.438,-4.09 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path499"
+ d="m 894.019,480.441 c -0.088,0.03 -0.188,-0.028 -0.223,-0.131 l -5.83,-16.578 -11.625,4.087 14.805,42.116 21.229,-7.461 -8.91,-25.353 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path501"
+ d="m 894.019,480.441 c -0.088,0.03 -0.188,-0.028 -0.223,-0.131 l -5.83,-16.578 -11.625,4.087 14.805,42.116 21.229,-7.461 -8.91,-25.353 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path503"
+ d="m 894.019,480.441 c -0.088,0.03 -0.188,-0.028 -0.223,-0.131 l -5.83,-16.578 -11.625,4.087 14.805,42.116 21.229,-7.461 -8.91,-25.353 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path505"
+ d="m 875.591,462.71 c -0.108,0.036 -0.213,0.023 -0.232,-0.032 l -1.602,-4.556 -0.733,0.26 2.369,6.735 7.413,-2.605 -0.731,-2.082 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path507"
+ d="m 875.591,462.71 c -0.108,0.036 -0.213,0.023 -0.232,-0.032 l -1.602,-4.556 -0.733,0.26 2.369,6.735 7.413,-2.605 -0.731,-2.082 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path509"
+ d="m 875.591,462.71 c -0.108,0.036 -0.213,0.023 -0.232,-0.032 l -1.602,-4.556 -0.733,0.26 2.369,6.735 7.413,-2.605 -0.731,-2.082 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path511"
+ d="m 871.28,453.42 -0.612,-1.744 -2.694,0.948 0.224,0.64 1.853,-0.651 c 0.464,-0.165 1.016,0.197 1.229,0.807 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path513"
+ d="m 871.28,453.42 -0.612,-1.744 -2.694,0.948 0.224,0.64 1.853,-0.651 c 0.464,-0.165 1.016,0.197 1.229,0.807 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path515"
+ d="m 871.28,453.42 -0.612,-1.744 -2.694,0.948 0.224,0.64 1.853,-0.651 c 0.464,-0.165 1.016,0.197 1.229,0.807 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path517"
+ d="m 871.28,453.42 -0.612,-1.744 -2.694,0.948 0.224,0.64 1.853,-0.651 c 0.464,-0.165 1.016,0.197 1.229,0.807 z" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect519"
+ height="4.4349999"
+ width="2.8570001"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-99.5385,313.4356)"
+ y="445.931"
+ x="866.48401" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect521"
+ height="4.4349999"
+ width="2.8570001"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-99.5385,313.4356)"
+ y="445.931"
+ x="866.48401" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect523"
+ height="4.4349999"
+ width="2.8570001"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-99.5385,313.4356)"
+ y="445.931"
+ x="866.48401" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect525"
+ height="4.4349999"
+ width="2.8570001"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-99.5385,313.4356)"
+ y="445.931"
+ x="866.48401" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path527"
+ d="m 873.754,458.111 c -0.285,0.062 -0.57,-0.021 -0.776,-0.207 l -0.107,0.038 0.153,0.439 0.733,-0.26 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path529"
+ d="m 873.754,458.111 c -0.285,0.062 -0.57,-0.021 -0.776,-0.207 l -0.107,0.038 0.153,0.439 0.733,-0.26 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path531"
+ d="m 873.754,458.111 c -0.285,0.062 -0.57,-0.021 -0.776,-0.207 l -0.107,0.038 0.153,0.439 0.733,-0.26 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path533"
+ d="m 873.754,458.111 c -0.285,0.062 -0.57,-0.021 -0.776,-0.207 l -0.107,0.038 0.153,0.439 0.733,-0.26 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path535"
+ d="m 853.836,403.794 -1.854,0.652 c -0.465,0.164 -0.668,0.791 -0.453,1.4 l 13.352,37.982 2.695,-0.948 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path537"
+ d="m 853.836,403.794 -1.854,0.652 c -0.465,0.164 -0.668,0.791 -0.453,1.4 l 13.352,37.982 2.695,-0.948 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path539"
+ d="m 853.836,403.794 -1.854,0.652 c -0.465,0.164 -0.668,0.791 -0.453,1.4 l 13.352,37.982 2.695,-0.948 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path541"
+ d="m 853.836,403.794 -1.854,0.652 c -0.465,0.164 -0.668,0.791 -0.453,1.4 l 13.352,37.982 2.695,-0.948 z" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ id="polygon543"
+ points="871.28,453.42 872.231,456.125 872.965,455.866 871.401,451.419 870.667,451.676 " />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ id="polygon545"
+ points="871.28,453.42 872.231,456.125 872.965,455.866 871.401,451.419 870.667,451.676 " />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ id="polygon547"
+ points="871.28,453.42 872.231,456.125 872.965,455.866 871.401,451.419 870.667,451.676 " />
+ <polygon
+ style="opacity:0.5;fill:#d1e4b7"
+ id="polygon549"
+ points="871.28,453.42 872.231,456.125 872.965,455.866 871.401,451.419 870.667,451.676 " />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ id="polygon551"
+ points="871.28,453.42 872.231,456.125 872.965,455.866 871.401,451.419 870.667,451.676 " />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path553"
+ d="m 877.41,447.161 -0.467,-1.326 c -0.162,-0.465 0.082,-0.977 0.547,-1.139 l 3.37,-1.185 -0.707,-2.016 -11.627,4.086 1.47,4.185 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path555"
+ d="m 877.41,447.161 -0.467,-1.326 c -0.162,-0.465 0.082,-0.977 0.547,-1.139 l 3.37,-1.185 -0.707,-2.016 -11.627,4.086 1.47,4.185 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path557"
+ d="m 877.41,447.161 -0.467,-1.326 c -0.162,-0.465 0.082,-0.977 0.547,-1.139 l 3.37,-1.185 -0.707,-2.016 -11.627,4.086 1.47,4.185 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path559"
+ d="m 877.41,447.161 -0.467,-1.326 c -0.162,-0.465 0.082,-0.977 0.547,-1.139 l 3.37,-1.185 -0.707,-2.016 -11.627,4.086 1.47,4.185 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path561"
+ d="m 877.41,447.161 -0.467,-1.326 c -0.162,-0.465 0.082,-0.977 0.547,-1.139 l 3.37,-1.185 -0.707,-2.016 -11.627,4.086 1.47,4.185 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path563"
+ d="m 872.978,457.904 c 0.206,0.186 0.491,0.269 0.776,0.207 l -0.151,-0.427 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path565"
+ d="m 872.978,457.904 c 0.206,0.186 0.491,0.269 0.776,0.207 l -0.151,-0.427 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path567"
+ d="m 872.978,457.904 c 0.206,0.186 0.491,0.269 0.776,0.207 l -0.151,-0.427 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path569"
+ d="m 872.978,457.904 c 0.206,0.186 0.491,0.269 0.776,0.207 l -0.151,-0.427 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path571"
+ d="m 872.978,457.904 c 0.206,0.186 0.491,0.269 0.776,0.207 l -0.151,-0.427 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path573"
+ d="m 879.201,438.794 -3.02,-8.591 c -0.162,-0.466 0.08,-0.976 0.545,-1.139 l 4.55,-1.599 -0.312,-0.887 c -0.061,-0.17 0.055,-0.363 0.255,-0.434 l 3.849,-1.354 -9.615,-27.354 c -0.214,-0.609 -0.766,-0.971 -1.23,-0.809 l -20.386,7.166 13.739,39.087 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path575"
+ d="m 879.201,438.794 -3.02,-8.591 c -0.162,-0.466 0.08,-0.976 0.545,-1.139 l 4.55,-1.599 -0.312,-0.887 c -0.061,-0.17 0.055,-0.363 0.255,-0.434 l 3.849,-1.354 -9.615,-27.354 c -0.214,-0.609 -0.766,-0.971 -1.23,-0.809 l -20.386,7.166 13.739,39.087 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path577"
+ d="m 879.201,438.794 -3.02,-8.591 c -0.162,-0.466 0.08,-0.976 0.545,-1.139 l 4.55,-1.599 -0.312,-0.887 c -0.061,-0.17 0.055,-0.363 0.255,-0.434 l 3.849,-1.354 -9.615,-27.354 c -0.214,-0.609 -0.766,-0.971 -1.23,-0.809 l -20.386,7.166 13.739,39.087 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path579"
+ d="m 879.201,438.794 -3.02,-8.591 c -0.162,-0.466 0.08,-0.976 0.545,-1.139 l 4.55,-1.599 -0.312,-0.887 c -0.061,-0.17 0.055,-0.363 0.255,-0.434 l 3.849,-1.354 -9.615,-27.354 c -0.214,-0.609 -0.766,-0.971 -1.23,-0.809 l -20.386,7.166 13.739,39.087 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path581"
+ d="m 879.201,438.794 -3.02,-8.591 c -0.162,-0.466 0.08,-0.976 0.545,-1.139 l 4.55,-1.599 -0.312,-0.887 c -0.061,-0.17 0.055,-0.363 0.255,-0.434 l 3.849,-1.354 -9.615,-27.354 c -0.214,-0.609 -0.766,-0.971 -1.23,-0.809 l -20.386,7.166 13.739,39.087 z" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect583"
+ height="2.207"
+ width="4.4629998"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.713,319.2587)"
+ y="459.62799"
+ x="882.31403" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect585"
+ height="2.207"
+ width="4.4629998"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.713,319.2587)"
+ y="459.62799"
+ x="882.31403" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect587"
+ height="2.207"
+ width="4.4629998"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.713,319.2587)"
+ y="459.62799"
+ x="882.31403" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect589"
+ height="2.207"
+ width="4.4629998"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.713,319.2587)"
+ y="459.62799"
+ x="882.31403" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path591"
+ d="m 880.86,443.512 -3.37,1.185 c -0.465,0.162 -0.709,0.674 -0.547,1.139 l 0.467,1.326 4.213,-1.48 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path593"
+ d="m 880.86,443.512 -3.37,1.185 c -0.465,0.162 -0.709,0.674 -0.547,1.139 l 0.467,1.326 4.213,-1.48 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path595"
+ d="m 880.86,443.512 -3.37,1.185 c -0.465,0.162 -0.709,0.674 -0.547,1.139 l 0.467,1.326 4.213,-1.48 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path597"
+ d="m 880.86,443.512 -3.37,1.185 c -0.465,0.162 -0.709,0.674 -0.547,1.139 l 0.467,1.326 4.213,-1.48 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path599"
+ d="m 880.86,443.512 -3.37,1.185 c -0.465,0.162 -0.709,0.674 -0.547,1.139 l 0.467,1.326 4.213,-1.48 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path601"
+ d="m 880.86,443.512 -3.37,1.185 c -0.465,0.162 -0.709,0.674 -0.547,1.139 l 0.467,1.326 4.213,-1.48 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path603"
+ d="m 888.451,510.883 2.811,7.994 c 0.214,0.609 0.764,0.973 1.229,0.808 l 1.854,-0.65 -3.198,-9.099 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path605"
+ d="m 888.451,510.883 2.811,7.994 c 0.214,0.609 0.764,0.973 1.229,0.808 l 1.854,-0.65 -3.198,-9.099 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path607"
+ d="m 888.451,510.883 2.811,7.994 c 0.214,0.609 0.764,0.973 1.229,0.808 l 1.854,-0.65 -3.198,-9.099 z" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect609"
+ height="44.641998"
+ width="2.8570001"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-112.3917,320.5772)"
+ y="467.03"
+ x="880.96698" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect611"
+ height="44.641998"
+ width="2.8570001"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-112.3917,320.5772)"
+ y="467.03"
+ x="880.96698" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect613"
+ height="44.641998"
+ width="2.8570001"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-112.3917,320.5772)"
+ y="467.03"
+ x="880.96698" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect615"
+ height="44.641998"
+ width="2.8570001"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-112.3917,320.5772)"
+ y="467.03"
+ x="880.96698" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect617"
+ height="7.1389999"
+ width="2.8559999"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-103.8983,315.671)"
+ y="458.65302"
+ x="871.43298" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect619"
+ height="7.1389999"
+ width="2.8559999"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-103.8983,315.671)"
+ y="458.65302"
+ x="871.43298" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect621"
+ height="7.1389999"
+ width="2.8559999"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-103.8983,315.671)"
+ y="458.65302"
+ x="871.43298" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect623"
+ height="7.1389999"
+ width="2.8559999"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-103.8983,315.671)"
+ y="458.65302"
+ x="871.43298" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect625"
+ height="0.46599999"
+ width="2.8570001"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.7637,314.9393)"
+ y="458.40302"
+ x="870.172" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect627"
+ height="0.46599999"
+ width="2.8570001"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.7637,314.9393)"
+ y="458.40302"
+ x="870.172" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect629"
+ height="0.46599999"
+ width="2.8570001"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.7637,314.9393)"
+ y="458.40302"
+ x="870.172" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect631"
+ height="0.46599999"
+ width="2.8570001"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.7637,314.9393)"
+ y="458.40302"
+ x="870.172" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect633"
+ height="0.46599999"
+ width="2.8570001"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.7637,314.9393)"
+ y="458.40302"
+ x="870.172" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path635"
+ d="m 871.28,453.42 c -0.213,-0.61 -0.765,-0.972 -1.23,-0.808 l -1.853,0.651 1.339,3.808 2.695,-0.946 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path637"
+ d="m 871.28,453.42 c -0.213,-0.61 -0.765,-0.972 -1.23,-0.808 l -1.853,0.651 1.339,3.808 2.695,-0.946 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path639"
+ d="m 871.28,453.42 c -0.213,-0.61 -0.765,-0.972 -1.23,-0.808 l -1.853,0.651 1.339,3.808 2.695,-0.946 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path641"
+ d="m 871.28,453.42 c -0.213,-0.61 -0.765,-0.972 -1.23,-0.808 l -1.853,0.651 1.339,3.808 2.695,-0.946 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path643"
+ d="m 871.28,453.42 c -0.213,-0.61 -0.765,-0.972 -1.23,-0.808 l -1.853,0.651 1.339,3.808 2.695,-0.946 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path645"
+ d="m 880.964,426.579 0.312,0.887 4.211,-1.48 -0.419,-1.194 -3.849,1.354 c -0.2,0.07 -0.315,0.263 -0.255,0.433 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path647"
+ d="m 880.964,426.579 0.312,0.887 4.211,-1.48 -0.419,-1.194 -3.849,1.354 c -0.2,0.07 -0.315,0.263 -0.255,0.433 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path649"
+ d="m 880.964,426.579 0.312,0.887 4.211,-1.48 -0.419,-1.194 -3.849,1.354 c -0.2,0.07 -0.315,0.263 -0.255,0.433 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path651"
+ d="m 880.964,426.579 0.312,0.887 4.211,-1.48 -0.419,-1.194 -3.849,1.354 c -0.2,0.07 -0.315,0.263 -0.255,0.433 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path653"
+ d="m 880.964,426.579 0.312,0.887 4.211,-1.48 -0.419,-1.194 -3.849,1.354 c -0.2,0.07 -0.315,0.263 -0.255,0.433 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path655"
+ d="m 880.964,426.579 0.312,0.887 4.211,-1.48 -0.419,-1.194 -3.849,1.354 c -0.2,0.07 -0.315,0.263 -0.255,0.433 z" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ id="polygon657"
+ points="894.882,452.709 894.252,450.919 893.412,451.216 890.042,452.399 890.67,454.19 " />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ id="polygon659"
+ points="894.882,452.709 894.252,450.919 893.412,451.216 890.042,452.399 890.67,454.19 " />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ id="polygon661"
+ points="894.882,452.709 894.252,450.919 893.412,451.216 890.042,452.399 890.67,454.19 " />
+ <polygon
+ style="opacity:0.2;fill:#fff6a3"
+ id="polygon663"
+ points="894.882,452.709 894.252,450.919 893.412,451.216 890.042,452.399 890.67,454.19 " />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ id="polygon665"
+ points="894.882,452.709 894.252,450.919 893.412,451.216 890.042,452.399 890.67,454.19 " />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path667"
+ d="m 893.992,450.518 c -0.053,0.31 -0.264,0.585 -0.58,0.698 l 0.841,-0.297 -0.152,-0.439 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path669"
+ d="m 893.992,450.518 c -0.053,0.31 -0.264,0.585 -0.58,0.698 l 0.841,-0.297 -0.152,-0.439 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path671"
+ d="m 893.992,450.518 c -0.053,0.31 -0.264,0.585 -0.58,0.698 l 0.841,-0.297 -0.152,-0.439 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path673"
+ d="m 893.992,450.518 c -0.053,0.31 -0.264,0.585 -0.58,0.698 l 0.841,-0.297 -0.152,-0.439 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path675"
+ d="m 893.992,450.518 c -0.053,0.31 -0.264,0.585 -0.58,0.698 l 0.841,-0.297 -0.152,-0.439 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path677"
+ d="m 893.992,450.518 c -0.053,0.31 -0.264,0.585 -0.58,0.698 l 0.841,-0.297 -0.152,-0.439 z" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect679"
+ height="4.0380001"
+ width="3.572"
+ transform="matrix(0.9436,-0.3311,0.3311,0.9436,-98.0035,320.0338)"
+ y="445.62799"
+ x="888.47699" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect681"
+ height="4.0380001"
+ width="3.572"
+ transform="matrix(0.9436,-0.3311,0.3311,0.9436,-98.0035,320.0338)"
+ y="445.62799"
+ x="888.47699" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect683"
+ height="4.0380001"
+ width="3.572"
+ transform="matrix(0.9436,-0.3311,0.3311,0.9436,-98.0035,320.0338)"
+ y="445.62799"
+ x="888.47699" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect685"
+ height="4.0380001"
+ width="3.572"
+ transform="matrix(0.9436,-0.3311,0.3311,0.9436,-98.0035,320.0338)"
+ y="445.62799"
+ x="888.47699" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect687"
+ height="4.0380001"
+ width="3.572"
+ transform="matrix(0.9436,-0.3311,0.3311,0.9436,-98.0035,320.0338)"
+ y="445.62799"
+ x="888.47699" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ id="rect689"
+ height="4.0380001"
+ width="3.572"
+ transform="matrix(0.9436,-0.3311,0.3311,0.9436,-98.0035,320.0338)"
+ y="445.62799"
+ x="888.47699" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect691"
+ height="4.0380001"
+ width="3.572"
+ transform="matrix(0.9436,-0.3311,0.3311,0.9436,-98.0035,320.0338)"
+ y="445.62799"
+ x="888.47699" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path693"
+ d="m 893.992,450.518 -4.104,1.443 0.154,0.438 3.37,-1.184 c 0.316,-0.112 0.527,-0.388 0.58,-0.697 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path695"
+ d="m 893.992,450.518 -4.104,1.443 0.154,0.438 3.37,-1.184 c 0.316,-0.112 0.527,-0.388 0.58,-0.697 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path697"
+ d="m 893.992,450.518 -4.104,1.443 0.154,0.438 3.37,-1.184 c 0.316,-0.112 0.527,-0.388 0.58,-0.697 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path699"
+ d="m 893.992,450.518 -4.104,1.443 0.154,0.438 3.37,-1.184 c 0.316,-0.112 0.527,-0.388 0.58,-0.697 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path701"
+ d="m 893.992,450.518 -4.104,1.443 0.154,0.438 3.37,-1.184 c 0.316,-0.112 0.527,-0.388 0.58,-0.697 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path703"
+ d="m 893.992,450.518 -4.104,1.443 0.154,0.438 3.37,-1.184 c 0.316,-0.112 0.527,-0.388 0.58,-0.697 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path705"
+ d="m 893.992,450.518 -4.104,1.443 0.154,0.438 3.37,-1.184 c 0.316,-0.112 0.527,-0.388 0.58,-0.697 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path707"
+ d="m 895.323,466.269 c -0.198,0.07 -0.41,-0.01 -0.47,-0.178 l -1.495,-4.254 -5.392,1.896 5.83,16.578 c 0.035,0.103 0.135,0.161 0.223,0.131 l 9.445,-3.319 -4.29,-12.207 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path709"
+ d="m 895.323,466.269 c -0.198,0.07 -0.41,-0.01 -0.47,-0.178 l -1.495,-4.254 -5.392,1.896 5.83,16.578 c 0.035,0.103 0.135,0.161 0.223,0.131 l 9.445,-3.319 -4.29,-12.207 z" />
+ <path
+ style="opacity:0.4;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path711"
+ d="m 895.323,466.269 c -0.198,0.07 -0.41,-0.01 -0.47,-0.178 l -1.495,-4.254 -5.392,1.896 5.83,16.578 c 0.035,0.103 0.135,0.161 0.223,0.131 l 9.445,-3.319 -4.29,-12.207 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path713"
+ d="m 895.323,466.269 c -0.198,0.07 -0.41,-0.01 -0.47,-0.178 l -1.495,-4.254 -5.392,1.896 5.83,16.578 c 0.035,0.103 0.135,0.161 0.223,0.131 l 9.445,-3.319 -4.29,-12.207 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path715"
+ d="m 891.48,457.124 -5.194,1.826 0.732,2.08 5.392,-1.895 -0.768,-2.182 c 0.02,0.058 -0.052,0.133 -0.162,0.171 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path717"
+ d="m 891.48,457.124 -5.194,1.826 0.732,2.08 5.392,-1.895 -0.768,-2.182 c 0.02,0.058 -0.052,0.133 -0.162,0.171 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path719"
+ d="m 891.48,457.124 -5.194,1.826 0.732,2.08 5.392,-1.895 -0.768,-2.182 c 0.02,0.058 -0.052,0.133 -0.162,0.171 z" />
+ <path
+ style="opacity:0.4;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path721"
+ d="m 891.48,457.124 -5.194,1.826 0.732,2.08 5.392,-1.895 -0.768,-2.182 c 0.02,0.058 -0.052,0.133 -0.162,0.171 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path723"
+ d="m 891.48,457.124 -5.194,1.826 0.732,2.08 5.392,-1.895 -0.768,-2.182 c 0.02,0.058 -0.052,0.133 -0.162,0.171 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path725"
+ d="m 893.358,461.837 1.495,4.254 c 0.06,0.168 0.271,0.248 0.47,0.178 l 3.852,-1.354 -0.372,-1.052 -1.231,-3.507 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path727"
+ d="m 893.358,461.837 1.495,4.254 c 0.06,0.168 0.271,0.248 0.47,0.178 l 3.852,-1.354 -0.372,-1.052 -1.231,-3.507 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path729"
+ d="m 893.358,461.837 1.495,4.254 c 0.06,0.168 0.271,0.248 0.47,0.178 l 3.852,-1.354 -0.372,-1.052 -1.231,-3.507 z" />
+ <path
+ style="opacity:0.4;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path731"
+ d="m 893.358,461.837 1.495,4.254 c 0.06,0.168 0.271,0.248 0.47,0.178 l 3.852,-1.354 -0.372,-1.052 -1.231,-3.507 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path733"
+ d="m 893.358,461.837 1.495,4.254 c 0.06,0.168 0.271,0.248 0.47,0.178 l 3.852,-1.354 -0.372,-1.052 -1.231,-3.507 z" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ id="polygon735"
+ points="891.642,456.954 892.41,459.136 896.623,457.654 894.882,452.709 890.67,454.19 " />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ id="polygon737"
+ points="891.642,456.954 892.41,459.136 896.623,457.654 894.882,452.709 890.67,454.19 " />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ id="polygon739"
+ points="891.642,456.954 892.41,459.136 896.623,457.654 894.882,452.709 890.67,454.19 " />
+ <polygon
+ style="opacity:0.2;fill:#fff6a3"
+ id="polygon741"
+ points="891.642,456.954 892.41,459.136 896.623,457.654 894.882,452.709 890.67,454.19 " />
+ <polygon
+ style="opacity:0.4;fill:#fff6a3"
+ id="polygon743"
+ points="891.642,456.954 892.41,459.136 896.623,457.654 894.882,452.709 890.67,454.19 " />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ id="polygon745"
+ points="891.642,456.954 892.41,459.136 896.623,457.654 894.882,452.709 890.67,454.19 " />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect747"
+ height="2.1359999"
+ width="5.7129998"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-96.4515,317.8753)"
+ y="440.48901"
+ x="880.34497" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect749"
+ height="2.1359999"
+ width="5.7129998"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-96.4515,317.8753)"
+ y="440.48901"
+ x="880.34497" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect751"
+ height="2.1359999"
+ width="5.7129998"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-96.4515,317.8753)"
+ y="440.48901"
+ x="880.34497" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect753"
+ height="2.1359999"
+ width="5.7129998"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-96.4515,317.8753)"
+ y="440.48901"
+ x="880.34497" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect755"
+ height="2.1359999"
+ width="5.7129998"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-96.4515,317.8753)"
+ y="440.48901"
+ x="880.34497" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect757"
+ height="2.1359999"
+ width="5.7129998"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-96.4515,317.8753)"
+ y="440.48901"
+ x="880.34497" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path759"
+ d="m 881.276,427.466 -4.55,1.599 c -0.465,0.163 -0.707,0.673 -0.545,1.139 l 3.02,8.591 5.392,-1.895 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path761"
+ d="m 881.276,427.466 -4.55,1.599 c -0.465,0.163 -0.707,0.673 -0.545,1.139 l 3.02,8.591 5.392,-1.895 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path763"
+ d="m 881.276,427.466 -4.55,1.599 c -0.465,0.163 -0.707,0.673 -0.545,1.139 l 3.02,8.591 5.392,-1.895 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path765"
+ d="m 881.276,427.466 -4.55,1.599 c -0.465,0.163 -0.707,0.673 -0.545,1.139 l 3.02,8.591 5.392,-1.895 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path767"
+ d="m 881.276,427.466 -4.55,1.599 c -0.465,0.163 -0.707,0.673 -0.545,1.139 l 3.02,8.591 5.392,-1.895 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path769"
+ d="m 881.276,427.466 -4.55,1.599 c -0.465,0.163 -0.707,0.673 -0.545,1.139 l 3.02,8.591 5.392,-1.895 z" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect771"
+ height="5.7129998"
+ width="2.299"
+ transform="matrix(0.3322,0.9432,-0.9432,0.3322,1008.7016,-537.4744)"
+ y="440.79099"
+ x="882.78699" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect773"
+ height="5.7129998"
+ width="2.299"
+ transform="matrix(0.3322,0.9432,-0.9432,0.3322,1008.7016,-537.4744)"
+ y="440.79099"
+ x="882.78699" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect775"
+ height="5.7129998"
+ width="2.299"
+ transform="matrix(0.3322,0.9432,-0.9432,0.3322,1008.7016,-537.4744)"
+ y="440.79099"
+ x="882.78699" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect777"
+ height="5.7129998"
+ width="2.299"
+ transform="matrix(0.3322,0.9432,-0.9432,0.3322,1008.7016,-537.4744)"
+ y="440.79099"
+ x="882.78699" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect779"
+ height="5.7129998"
+ width="2.299"
+ transform="matrix(0.3322,0.9432,-0.9432,0.3322,1008.7016,-537.4744)"
+ y="440.79099"
+ x="882.78699" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect781"
+ height="5.7129998"
+ width="2.299"
+ transform="matrix(0.3322,0.9432,-0.9432,0.3322,1008.7016,-537.4744)"
+ y="440.79099"
+ x="882.78699" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect783"
+ height="5.7129998"
+ width="2.299"
+ transform="matrix(0.3322,0.9432,-0.9432,0.3322,1008.7016,-537.4744)"
+ y="440.79099"
+ x="882.78699" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path785"
+ d="m 887.962,435.715 -1.125,-3.2 c -0.166,-0.465 0.08,-0.975 0.545,-1.139 l -1.896,-5.391 -4.211,1.48 3.316,9.434 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path787"
+ d="m 887.962,435.715 -1.125,-3.2 c -0.166,-0.465 0.08,-0.975 0.545,-1.139 l -1.896,-5.391 -4.211,1.48 3.316,9.434 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path789"
+ d="m 887.962,435.715 -1.125,-3.2 c -0.166,-0.465 0.08,-0.975 0.545,-1.139 l -1.896,-5.391 -4.211,1.48 3.316,9.434 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path791"
+ d="m 887.962,435.715 -1.125,-3.2 c -0.166,-0.465 0.08,-0.975 0.545,-1.139 l -1.896,-5.391 -4.211,1.48 3.316,9.434 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path793"
+ d="m 887.962,435.715 -1.125,-3.2 c -0.166,-0.465 0.08,-0.975 0.545,-1.139 l -1.896,-5.391 -4.211,1.48 3.316,9.434 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path795"
+ d="m 887.962,435.715 -1.125,-3.2 c -0.166,-0.465 0.08,-0.975 0.545,-1.139 l -1.896,-5.391 -4.211,1.48 3.316,9.434 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path797"
+ d="m 887.962,435.715 -1.125,-3.2 c -0.166,-0.465 0.08,-0.975 0.545,-1.139 l -1.896,-5.391 -4.211,1.48 3.316,9.434 z" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect799"
+ height="3.5699999"
+ width="2.1340001"
+ transform="matrix(0.3327,0.943,-0.943,0.3327,1007.2826,-543.3893)"
+ y="438.23199"
+ x="886.51398" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect801"
+ height="3.5699999"
+ width="2.1340001"
+ transform="matrix(0.3327,0.943,-0.943,0.3327,1007.2826,-543.3893)"
+ y="438.23199"
+ x="886.51398" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect803"
+ height="3.5699999"
+ width="2.1340001"
+ transform="matrix(0.3327,0.943,-0.943,0.3327,1007.2826,-543.3893)"
+ y="438.23199"
+ x="886.51398" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect805"
+ height="3.5699999"
+ width="2.1340001"
+ transform="matrix(0.3327,0.943,-0.943,0.3327,1007.2826,-543.3893)"
+ y="438.23199"
+ x="886.51398" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ id="rect807"
+ height="3.5699999"
+ width="2.1340001"
+ transform="matrix(0.3327,0.943,-0.943,0.3327,1007.2826,-543.3893)"
+ y="438.23199"
+ x="886.51398" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect809"
+ height="3.5699999"
+ width="2.1340001"
+ transform="matrix(0.3327,0.943,-0.943,0.3327,1007.2826,-543.3893)"
+ y="438.23199"
+ x="886.51398" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect811"
+ height="3.5699999"
+ width="2.1340001"
+ transform="matrix(0.3327,0.943,-0.943,0.3327,1007.2826,-543.3893)"
+ y="438.23199"
+ x="886.51398" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect813"
+ height="3.573"
+ width="0.67900002"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1015.5203,-541.3357)"
+ y="443.63599"
+ x="889.14203" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect815"
+ height="3.573"
+ width="0.67900002"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1015.5203,-541.3357)"
+ y="443.63599"
+ x="889.14203" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect817"
+ height="3.573"
+ width="0.67900002"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1015.5203,-541.3357)"
+ y="443.63599"
+ x="889.14203" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect819"
+ height="3.573"
+ width="0.67900002"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1015.5203,-541.3357)"
+ y="443.63599"
+ x="889.14203" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect821"
+ height="3.573"
+ width="0.67900002"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1015.5203,-541.3357)"
+ y="443.63599"
+ x="889.14203" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ id="rect823"
+ height="3.573"
+ width="0.67900002"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1015.5203,-541.3357)"
+ y="443.63599"
+ x="889.14203" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect825"
+ height="3.573"
+ width="0.67900002"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1015.5203,-541.3357)"
+ y="443.63599"
+ x="889.14203" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect827"
+ height="3.573"
+ width="0.67900002"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1015.5203,-541.3357)"
+ y="443.63599"
+ x="889.14203" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect829"
+ height="2.299"
+ width="3.573"
+ transform="matrix(0.9434,-0.3315,0.3315,0.9434,-96.3315,319.4956)"
+ y="440.95901"
+ x="886.53003" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect831"
+ height="2.299"
+ width="3.573"
+ transform="matrix(0.9434,-0.3315,0.3315,0.9434,-96.3315,319.4956)"
+ y="440.95901"
+ x="886.53003" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect833"
+ height="2.299"
+ width="3.573"
+ transform="matrix(0.9434,-0.3315,0.3315,0.9434,-96.3315,319.4956)"
+ y="440.95901"
+ x="886.53003" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect835"
+ height="2.299"
+ width="3.573"
+ transform="matrix(0.9434,-0.3315,0.3315,0.9434,-96.3315,319.4956)"
+ y="440.95901"
+ x="886.53003" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect837"
+ height="2.299"
+ width="3.573"
+ transform="matrix(0.9434,-0.3315,0.3315,0.9434,-96.3315,319.4956)"
+ y="440.95901"
+ x="886.53003" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ id="rect839"
+ height="2.299"
+ width="3.573"
+ transform="matrix(0.9434,-0.3315,0.3315,0.9434,-96.3315,319.4956)"
+ y="440.95901"
+ x="886.53003" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect841"
+ height="2.299"
+ width="3.573"
+ transform="matrix(0.9434,-0.3315,0.3315,0.9434,-96.3315,319.4956)"
+ y="440.95901"
+ x="886.53003" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect843"
+ height="2.299"
+ width="3.573"
+ transform="matrix(0.9434,-0.3315,0.3315,0.9434,-96.3315,319.4956)"
+ y="440.95901"
+ x="886.53003" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect845"
+ height="4.0359998"
+ width="0.89200002"
+ transform="matrix(-0.9429,0.3329,-0.3329,-0.9429,1882.6193,571.2168)"
+ y="444.88901"
+ x="891.92297" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect847"
+ height="4.0359998"
+ width="0.89200002"
+ transform="matrix(-0.9429,0.3329,-0.3329,-0.9429,1882.6193,571.2168)"
+ y="444.88901"
+ x="891.92297" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect849"
+ height="4.0359998"
+ width="0.89200002"
+ transform="matrix(-0.9429,0.3329,-0.3329,-0.9429,1882.6193,571.2168)"
+ y="444.88901"
+ x="891.92297" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect851"
+ height="4.0359998"
+ width="0.89200002"
+ transform="matrix(-0.9429,0.3329,-0.3329,-0.9429,1882.6193,571.2168)"
+ y="444.88901"
+ x="891.92297" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect853"
+ height="4.0359998"
+ width="0.89200002"
+ transform="matrix(-0.9429,0.3329,-0.3329,-0.9429,1882.6193,571.2168)"
+ y="444.88901"
+ x="891.92297" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ id="rect855"
+ height="4.0359998"
+ width="0.89200002"
+ transform="matrix(-0.9429,0.3329,-0.3329,-0.9429,1882.6193,571.2168)"
+ y="444.88901"
+ x="891.92297" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect857"
+ height="4.0359998"
+ width="0.89200002"
+ transform="matrix(-0.9429,0.3329,-0.3329,-0.9429,1882.6193,571.2168)"
+ y="444.88901"
+ x="891.92297" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect859"
+ height="4.0359998"
+ width="0.89200002"
+ transform="matrix(-0.9429,0.3329,-0.3329,-0.9429,1882.6193,571.2168)"
+ y="444.88901"
+ x="891.92297" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect861"
+ height="2.1340001"
+ width="0.89399999"
+ transform="matrix(0.9432,-0.3322,0.3322,0.9432,-95.4077,320.5515)"
+ y="438.20999"
+ x="889.23999" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect863"
+ height="2.1340001"
+ width="0.89399999"
+ transform="matrix(0.9432,-0.3322,0.3322,0.9432,-95.4077,320.5515)"
+ y="438.20999"
+ x="889.23999" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect865"
+ height="2.1340001"
+ width="0.89399999"
+ transform="matrix(0.9432,-0.3322,0.3322,0.9432,-95.4077,320.5515)"
+ y="438.20999"
+ x="889.23999" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect867"
+ height="2.1340001"
+ width="0.89399999"
+ transform="matrix(0.9432,-0.3322,0.3322,0.9432,-95.4077,320.5515)"
+ y="438.20999"
+ x="889.23999" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ id="rect869"
+ height="2.1340001"
+ width="0.89399999"
+ transform="matrix(0.9432,-0.3322,0.3322,0.9432,-95.4077,320.5515)"
+ y="438.20999"
+ x="889.23999" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect871"
+ height="2.1340001"
+ width="0.89399999"
+ transform="matrix(0.9432,-0.3322,0.3322,0.9432,-95.4077,320.5515)"
+ y="438.20999"
+ x="889.23999" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect873"
+ height="2.1340001"
+ width="0.89399999"
+ transform="matrix(0.9432,-0.3322,0.3322,0.9432,-95.4077,320.5515)"
+ y="438.20999"
+ x="889.23999" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect875"
+ height="2.1340001"
+ width="0.89399999"
+ transform="matrix(0.9432,-0.3322,0.3322,0.9432,-95.4077,320.5515)"
+ y="438.20999"
+ x="889.23999" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path877"
+ d="m 887.382,431.376 c -0.465,0.164 -0.711,0.674 -0.545,1.139 l 1.125,3.2 0.843,-0.296 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path879"
+ d="m 887.382,431.376 c -0.465,0.164 -0.711,0.674 -0.545,1.139 l 1.125,3.2 0.843,-0.296 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path881"
+ d="m 887.382,431.376 c -0.465,0.164 -0.711,0.674 -0.545,1.139 l 1.125,3.2 0.843,-0.296 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path883"
+ d="m 887.382,431.376 c -0.465,0.164 -0.711,0.674 -0.545,1.139 l 1.125,3.2 0.843,-0.296 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path885"
+ d="m 887.382,431.376 c -0.465,0.164 -0.711,0.674 -0.545,1.139 l 1.125,3.2 0.843,-0.296 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path887"
+ d="m 887.382,431.376 c -0.465,0.164 -0.711,0.674 -0.545,1.139 l 1.125,3.2 0.843,-0.296 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path889"
+ d="m 887.382,431.376 c -0.465,0.164 -0.711,0.674 -0.545,1.139 l 1.125,3.2 0.843,-0.296 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path891"
+ d="m 887.382,431.376 c -0.465,0.164 -0.711,0.674 -0.545,1.139 l 1.125,3.2 0.843,-0.296 z" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect893"
+ height="0.89200002"
+ width="2.3"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ y="440.923"
+ x="889.27301" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect895"
+ height="0.89200002"
+ width="2.3"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ y="440.923"
+ x="889.27301" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect897"
+ height="0.89200002"
+ width="2.3"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ y="440.923"
+ x="889.27301" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect899"
+ height="0.89200002"
+ width="2.3"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ y="440.923"
+ x="889.27301" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect901"
+ height="0.89200002"
+ width="2.3"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ y="440.923"
+ x="889.27301" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ id="rect903"
+ height="0.89200002"
+ width="2.3"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ y="440.923"
+ x="889.27301" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect905"
+ height="0.89200002"
+ width="2.3"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ y="440.923"
+ x="889.27301" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect907"
+ height="0.89200002"
+ width="2.3"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ y="440.923"
+ x="889.27301" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect909"
+ height="0.89200002"
+ width="2.3"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ y="440.923"
+ x="889.27301" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect911"
+ height="0.89200002"
+ width="0.67900002"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ y="444.23599"
+ x="891.24799" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect913"
+ height="0.89200002"
+ width="0.67900002"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ y="444.23599"
+ x="891.24799" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect915"
+ height="0.89200002"
+ width="0.67900002"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ y="444.23599"
+ x="891.24799" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect917"
+ height="0.89200002"
+ width="0.67900002"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ y="444.23599"
+ x="891.24799" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect919"
+ height="0.89200002"
+ width="0.67900002"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ y="444.23599"
+ x="891.24799" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ id="rect921"
+ height="0.89200002"
+ width="0.67900002"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ y="444.23599"
+ x="891.24799" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect923"
+ height="0.89200002"
+ width="0.67900002"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ y="444.23599"
+ x="891.24799" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect925"
+ height="0.89200002"
+ width="0.67900002"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ y="444.23599"
+ x="891.24799" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect927"
+ height="0.89200002"
+ width="0.67900002"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ y="444.23599"
+ x="891.24799" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect929"
+ height="2.859"
+ width="30.157"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1007.5962,-589.655)"
+ y="414.806"
+ x="904.84003" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect931"
+ height="2.859"
+ width="30.157"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1007.5962,-589.655)"
+ y="414.806"
+ x="904.84003" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect933"
+ height="2.859"
+ width="30.157"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1007.5962,-589.655)"
+ y="414.806"
+ x="904.84003" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect935"
+ height="4.7140002"
+ width="2.8570001"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1944.4392,537.4492)"
+ y="432.23801"
+ x="924.94397" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect937"
+ height="4.7140002"
+ width="2.8570001"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1944.4392,537.4492)"
+ y="432.23801"
+ x="924.94397" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect939"
+ height="4.7140002"
+ width="2.8570001"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1944.4392,537.4492)"
+ y="432.23801"
+ x="924.94397" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path941"
+ d="m 886.547,386.995 -0.66,-1.881 c -0.698,0.162 -1.395,0.336 -2.089,0.52 l 0.728,2.073 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path943"
+ d="m 886.547,386.995 -0.66,-1.881 c -0.698,0.162 -1.395,0.336 -2.089,0.52 l 0.728,2.073 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path945"
+ d="m 886.547,386.995 -0.66,-1.881 c -0.698,0.162 -1.395,0.336 -2.089,0.52 l 0.728,2.073 z" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect947"
+ height="4.7140002"
+ width="7.086"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1935.8896,542.0336)"
+ y="433.88599"
+ x="918.14001" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect949"
+ height="4.7140002"
+ width="7.086"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1935.8896,542.0336)"
+ y="433.88599"
+ x="918.14001" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect951"
+ height="4.7140002"
+ width="7.086"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1935.8896,542.0336)"
+ y="433.88599"
+ x="918.14001" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect953"
+ height="4.7140002"
+ width="7.086"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1935.8896,542.0336)"
+ y="433.88599"
+ x="918.14001" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path955"
+ d="m 910.839,416.077 6.048,17.207 6.686,-2.35 -10.002,-28.451 -18.362,6.455 c -0.468,0.164 -0.977,-0.08 -1.139,-0.547 l -7.522,-21.396 -2.021,0.712 11.661,33.175 14.183,-4.984 c 0.199,-0.07 0.408,0.009 0.468,0.179 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path957"
+ d="m 910.839,416.077 6.048,17.207 6.686,-2.35 -10.002,-28.451 -18.362,6.455 c -0.468,0.164 -0.977,-0.08 -1.139,-0.547 l -7.522,-21.396 -2.021,0.712 11.661,33.175 14.183,-4.984 c 0.199,-0.07 0.408,0.009 0.468,0.179 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path959"
+ d="m 910.839,416.077 6.048,17.207 6.686,-2.35 -10.002,-28.451 -18.362,6.455 c -0.468,0.164 -0.977,-0.08 -1.139,-0.547 l -7.522,-21.396 -2.021,0.712 11.661,33.175 14.183,-4.984 c 0.199,-0.07 0.408,0.009 0.468,0.179 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path961"
+ d="m 910.839,416.077 6.048,17.207 6.686,-2.35 -10.002,-28.451 -18.362,6.455 c -0.468,0.164 -0.977,-0.08 -1.139,-0.547 l -7.522,-21.396 -2.021,0.712 11.661,33.175 14.183,-4.984 c 0.199,-0.07 0.408,0.009 0.468,0.179 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path963"
+ d="m 928.967,446.285 2.563,-0.899 c 0.023,-0.204 0,-0.424 -0.077,-0.644 l -2.157,-6.142 -2.695,0.947 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path965"
+ d="m 928.967,446.285 2.563,-0.899 c 0.023,-0.204 0,-0.424 -0.077,-0.644 l -2.157,-6.142 -2.695,0.947 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path967"
+ d="m 928.967,446.285 2.563,-0.899 c 0.023,-0.204 0,-0.424 -0.077,-0.644 l -2.157,-6.142 -2.695,0.947 z" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect969"
+ height="7.1409998"
+ width="7.086"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1943.8555,556.3701)"
+ y="440.521"
+ x="920.89899" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect971"
+ height="7.1409998"
+ width="7.086"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1943.8555,556.3701)"
+ y="440.521"
+ x="920.89899" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect973"
+ height="7.1409998"
+ width="7.086"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1943.8555,556.3701)"
+ y="440.521"
+ x="920.89899" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect975"
+ height="7.1409998"
+ width="7.086"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1943.8555,556.3701)"
+ y="440.521"
+ x="920.89899" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect977"
+ height="2.8570001"
+ width="0.46399999"
+ transform="matrix(-0.3326,-0.9431,0.9431,-0.3326,822.611,1459.8647)"
+ y="437.427"
+ x="927.64001" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect979"
+ height="2.8570001"
+ width="0.46399999"
+ transform="matrix(-0.3326,-0.9431,0.9431,-0.3326,822.611,1459.8647)"
+ y="437.427"
+ x="927.64001" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect981"
+ height="2.8570001"
+ width="0.46399999"
+ transform="matrix(-0.3326,-0.9431,0.9431,-0.3326,822.611,1459.8647)"
+ y="437.427"
+ x="927.64001" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect983"
+ height="2.8570001"
+ width="0.46399999"
+ transform="matrix(-0.3326,-0.9431,0.9431,-0.3326,822.611,1459.8647)"
+ y="437.427"
+ x="927.64001" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect985"
+ height="0.46399999"
+ width="7.086"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1940.2162,549.8165)"
+ y="440.272"
+ x="919.63898" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect987"
+ height="0.46399999"
+ width="7.086"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1940.2162,549.8165)"
+ y="440.272"
+ x="919.63898" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect989"
+ height="0.46399999"
+ width="7.086"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1940.2162,549.8165)"
+ y="440.272"
+ x="919.63898" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect991"
+ height="0.46399999"
+ width="7.086"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1940.2162,549.8165)"
+ y="440.272"
+ x="919.63898" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect993"
+ height="0.46399999"
+ width="7.086"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1940.2162,549.8165)"
+ y="440.272"
+ x="919.63898" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path995"
+ d="m 916.268,401.536 -6.337,-18.025 c -1.033,-0.099 -2.07,-0.178 -3.111,-0.234 l 6.751,19.207 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path997"
+ d="m 916.268,401.536 -6.337,-18.025 c -1.033,-0.099 -2.07,-0.178 -3.111,-0.234 l 6.751,19.207 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path999"
+ d="m 916.268,401.536 -6.337,-18.025 c -1.033,-0.099 -2.07,-0.178 -3.111,-0.234 l 6.751,19.207 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1001"
+ d="m 916.268,401.536 -6.337,-18.025 c -1.033,-0.099 -2.07,-0.178 -3.111,-0.234 l 6.751,19.207 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1003"
+ d="m 896.739,383.414 c -3.612,0.294 -7.239,0.858 -10.852,1.7 l 0.66,1.881 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1005"
+ d="m 896.739,383.414 c -3.612,0.294 -7.239,0.858 -10.852,1.7 l 0.66,1.881 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1007"
+ d="m 896.739,383.414 c -3.612,0.294 -7.239,0.858 -10.852,1.7 l 0.66,1.881 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1009"
+ d="m 896.739,383.414 c -3.612,0.294 -7.239,0.858 -10.852,1.7 l 0.66,1.881 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1011"
+ d="m 894.07,408.392 c 0.162,0.467 0.671,0.711 1.139,0.547 l 18.362,-6.455 -6.751,-19.207 c -3.335,-0.181 -6.703,-0.139 -10.081,0.138 l -10.191,3.581 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1013"
+ d="m 894.07,408.392 c 0.162,0.467 0.671,0.711 1.139,0.547 l 18.362,-6.455 -6.751,-19.207 c -3.335,-0.181 -6.703,-0.139 -10.081,0.138 l -10.191,3.581 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1015"
+ d="m 894.07,408.392 c 0.162,0.467 0.671,0.711 1.139,0.547 l 18.362,-6.455 -6.751,-19.207 c -3.335,-0.181 -6.703,-0.139 -10.081,0.138 l -10.191,3.581 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1017"
+ d="m 894.07,408.392 c 0.162,0.467 0.671,0.711 1.139,0.547 l 18.362,-6.455 -6.751,-19.207 c -3.335,-0.181 -6.703,-0.139 -10.081,0.138 l -10.191,3.581 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1019"
+ d="m 894.07,408.392 c 0.162,0.467 0.671,0.711 1.139,0.547 l 18.362,-6.455 -6.751,-19.207 c -3.335,-0.181 -6.703,-0.139 -10.081,0.138 l -10.191,3.581 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1021"
+ d="m 904.904,425.218 c 0.467,-0.165 0.976,0.08 1.14,0.545 l 3.546,10.088 7.298,-2.566 -6.048,-17.207 c -0.061,-0.17 -0.27,-0.249 -0.47,-0.18 l -14.183,4.984 2.314,6.586 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1023"
+ d="m 904.904,425.218 c 0.467,-0.165 0.976,0.08 1.14,0.545 l 3.546,10.088 7.298,-2.566 -6.048,-17.207 c -0.061,-0.17 -0.27,-0.249 -0.47,-0.18 l -14.183,4.984 2.314,6.586 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1025"
+ d="m 904.904,425.218 c 0.467,-0.165 0.976,0.08 1.14,0.545 l 3.546,10.088 7.298,-2.566 -6.048,-17.207 c -0.061,-0.17 -0.27,-0.249 -0.47,-0.18 l -14.183,4.984 2.314,6.586 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path1027"
+ d="m 904.904,425.218 c 0.467,-0.165 0.976,0.08 1.14,0.545 l 3.546,10.088 7.298,-2.566 -6.048,-17.207 c -0.061,-0.17 -0.27,-0.249 -0.47,-0.18 l -14.183,4.984 2.314,6.586 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1029"
+ d="m 904.904,425.218 c 0.467,-0.165 0.976,0.08 1.14,0.545 l 3.546,10.088 7.298,-2.566 -6.048,-17.207 c -0.061,-0.17 -0.27,-0.249 -0.47,-0.18 l -14.183,4.984 2.314,6.586 z" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1031"
+ height="7.737"
+ width="4.7160001"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1025.53,-569.6814)"
+ y="434.832"
+ x="912.33398" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1033"
+ height="7.737"
+ width="4.7160001"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1025.53,-569.6814)"
+ y="434.832"
+ x="912.33398" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1035"
+ height="7.737"
+ width="4.7160001"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1025.53,-569.6814)"
+ y="434.832"
+ x="912.33398" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ id="rect1037"
+ height="7.737"
+ width="4.7160001"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1025.53,-569.6814)"
+ y="434.832"
+ x="912.33398" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1039"
+ height="7.737"
+ width="4.7160001"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1025.53,-569.6814)"
+ y="434.832"
+ x="912.33398" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1041"
+ d="m 907.531,453.151 c 0.077,0.219 0.198,0.404 0.343,0.549 l 14.409,-5.064 -2.366,-6.737 -14.544,5.113 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1043"
+ d="m 907.531,453.151 c 0.077,0.219 0.198,0.404 0.343,0.549 l 14.409,-5.064 -2.366,-6.737 -14.544,5.113 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path1045"
+ d="m 907.531,453.151 c 0.077,0.219 0.198,0.404 0.343,0.549 l 14.409,-5.064 -2.366,-6.737 -14.544,5.113 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path1047"
+ d="m 907.531,453.151 c 0.077,0.219 0.198,0.404 0.343,0.549 l 14.409,-5.064 -2.366,-6.737 -14.544,5.113 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1049"
+ d="m 907.531,453.151 c 0.077,0.219 0.198,0.404 0.343,0.549 l 14.409,-5.064 -2.366,-6.737 -14.544,5.113 z" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1051"
+ height="0.46599999"
+ width="15.417"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1920.8193,560.6502)"
+ y="444.00201"
+ x="904.85901" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1053"
+ height="0.46599999"
+ width="15.417"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1920.8193,560.6502)"
+ y="444.00201"
+ x="904.85901" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1055"
+ height="0.46599999"
+ width="15.417"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1920.8193,560.6502)"
+ y="444.00201"
+ x="904.85901" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect1057"
+ height="0.46599999"
+ width="15.417"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1920.8193,560.6502)"
+ y="444.00201"
+ x="904.85901" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ id="rect1059"
+ height="0.46599999"
+ width="15.417"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1920.8193,560.6502)"
+ y="444.00201"
+ x="904.85901" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1061"
+ height="0.46599999"
+ width="15.417"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1920.8193,560.6502)"
+ y="444.00201"
+ x="904.85901" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1063"
+ d="m 906.497,429.2 c 0.302,-0.105 0.549,-0.178 0.555,-0.161 l 0.93,2.642 c 0.005,0.018 -0.231,0.115 -0.534,0.222 l -6.572,2.312 1.47,4.183 7.245,-2.546 -3.546,-10.088 c -0.164,-0.465 -0.673,-0.71 -1.14,-0.545 l -6.402,2.25 1.423,4.043 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1065"
+ d="m 906.497,429.2 c 0.302,-0.105 0.549,-0.178 0.555,-0.161 l 0.93,2.642 c 0.005,0.018 -0.231,0.115 -0.534,0.222 l -6.572,2.312 1.47,4.183 7.245,-2.546 -3.546,-10.088 c -0.164,-0.465 -0.673,-0.71 -1.14,-0.545 l -6.402,2.25 1.423,4.043 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1067"
+ d="m 906.497,429.2 c 0.302,-0.105 0.549,-0.178 0.555,-0.161 l 0.93,2.642 c 0.005,0.018 -0.231,0.115 -0.534,0.222 l -6.572,2.312 1.47,4.183 7.245,-2.546 -3.546,-10.088 c -0.164,-0.465 -0.673,-0.71 -1.14,-0.545 l -6.402,2.25 1.423,4.043 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path1069"
+ d="m 906.497,429.2 c 0.302,-0.105 0.549,-0.178 0.555,-0.161 l 0.93,2.642 c 0.005,0.018 -0.231,0.115 -0.534,0.222 l -6.572,2.312 1.47,4.183 7.245,-2.546 -3.546,-10.088 c -0.164,-0.465 -0.673,-0.71 -1.14,-0.545 l -6.402,2.25 1.423,4.043 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1071"
+ d="m 906.497,429.2 c 0.302,-0.105 0.549,-0.178 0.555,-0.161 l 0.93,2.642 c 0.005,0.018 -0.231,0.115 -0.534,0.222 l -6.572,2.312 1.47,4.183 7.245,-2.546 -3.546,-10.088 c -0.164,-0.465 -0.673,-0.71 -1.14,-0.545 l -6.402,2.25 1.423,4.043 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1073"
+ d="m 906.497,429.2 c 0.302,-0.105 0.549,-0.178 0.555,-0.161 l 0.93,2.642 c 0.005,0.018 -0.231,0.115 -0.534,0.222 l -6.572,2.312 1.47,4.183 7.245,-2.546 -3.546,-10.088 c -0.164,-0.465 -0.673,-0.71 -1.14,-0.545 l -6.402,2.25 1.423,4.043 z" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1075"
+ height="7.6810002"
+ width="4.7160001"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1023.079,-561.1106)"
+ y="437.41699"
+ x="905.06201" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1077"
+ height="7.6810002"
+ width="4.7160001"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1023.079,-561.1106)"
+ y="437.41699"
+ x="905.06201" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1079"
+ height="7.6810002"
+ width="4.7160001"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1023.079,-561.1106)"
+ y="437.41699"
+ x="905.06201" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ id="rect1081"
+ height="7.6810002"
+ width="4.7160001"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1023.079,-561.1106)"
+ y="437.41699"
+ x="905.06201" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1083"
+ height="7.6810002"
+ width="4.7160001"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1023.079,-561.1106)"
+ y="437.41699"
+ x="905.06201" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1085"
+ height="7.6810002"
+ width="4.7160001"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1023.079,-561.1106)"
+ y="437.41699"
+ x="905.06201" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1087"
+ d="m 929.275,506.754 6.443,18.33 c 8.181,-4.003 15.36,-9.361 21.357,-15.704 l -3.878,-11.034 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1089"
+ d="m 929.275,506.754 6.443,18.33 c 8.181,-4.003 15.36,-9.361 21.357,-15.704 l -3.878,-11.034 z" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1091"
+ height="25.357"
+ width="5"
+ transform="matrix(-0.3318,-0.9433,0.9433,-0.3318,780.6106,1553.2924)"
+ y="487.513"
+ x="937.90698" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect1093"
+ height="25.357"
+ width="5"
+ transform="matrix(-0.3318,-0.9433,0.9433,-0.3318,780.6106,1553.2924)"
+ y="487.513"
+ x="937.90698" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1095"
+ height="25.357"
+ width="5"
+ transform="matrix(-0.3318,-0.9433,0.9433,-0.3318,780.6106,1553.2924)"
+ y="487.513"
+ x="937.90698" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1097"
+ d="m 943.88,491.398 -17.804,6.26 1.539,4.379 23.925,-8.41 -14.468,-41.153 c -0.152,-0.432 -0.652,-0.65 -1.116,-0.486 l -4.438,1.559 12.908,36.714 c 0.163,0.464 -0.081,0.974 -0.546,1.137 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1099"
+ d="m 943.88,491.398 -17.804,6.26 1.539,4.379 23.925,-8.41 -14.468,-41.153 c -0.152,-0.432 -0.652,-0.65 -1.116,-0.486 l -4.438,1.559 12.908,36.714 c 0.163,0.464 -0.081,0.974 -0.546,1.137 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path1101"
+ d="m 943.88,491.398 -17.804,6.26 1.539,4.379 23.925,-8.41 -14.468,-41.153 c -0.152,-0.432 -0.652,-0.65 -1.116,-0.486 l -4.438,1.559 12.908,36.714 c 0.163,0.464 -0.081,0.974 -0.546,1.137 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1103"
+ d="m 943.88,491.398 -17.804,6.26 1.539,4.379 23.925,-8.41 -14.468,-41.153 c -0.152,-0.432 -0.652,-0.65 -1.116,-0.486 l -4.438,1.559 12.908,36.714 c 0.163,0.464 -0.081,0.974 -0.546,1.137 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1105"
+ d="m 913.717,459.806 c -0.467,0.162 -0.72,0.645 -0.567,1.077 l 12.927,36.775 17.804,-6.26 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -12.908,-36.714 -7.047,2.479 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1107"
+ d="m 913.717,459.806 c -0.467,0.162 -0.72,0.645 -0.567,1.077 l 12.927,36.775 17.804,-6.26 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -12.908,-36.714 -7.047,2.479 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1109"
+ d="m 913.717,459.806 c -0.467,0.162 -0.72,0.645 -0.567,1.077 l 12.927,36.775 17.804,-6.26 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -12.908,-36.714 -7.047,2.479 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path1111"
+ d="m 913.717,459.806 c -0.467,0.162 -0.72,0.645 -0.567,1.077 l 12.927,36.775 17.804,-6.26 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -12.908,-36.714 -7.047,2.479 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1113"
+ d="m 913.717,459.806 c -0.467,0.162 -0.72,0.645 -0.567,1.077 l 12.927,36.775 17.804,-6.26 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -12.908,-36.714 -7.047,2.479 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1115"
+ d="m 873.867,458.085 -0.109,0.037 1.602,4.556 c 0.02,0.056 0.124,0.068 0.232,0.032 l 6.483,-2.28 -1.637,-4.655 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1117"
+ d="m 873.867,458.085 -0.109,0.037 1.602,4.556 c 0.02,0.056 0.124,0.068 0.232,0.032 l 6.483,-2.28 -1.637,-4.655 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1119"
+ d="m 873.867,458.085 -0.109,0.037 1.602,4.556 c 0.02,0.056 0.124,0.068 0.232,0.032 l 6.483,-2.28 -1.637,-4.655 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path1121"
+ d="m 873.867,458.085 -0.109,0.037 1.602,4.556 c 0.02,0.056 0.124,0.068 0.232,0.032 l 6.483,-2.28 -1.637,-4.655 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1123"
+ d="m 873.754,458.111 0.003,0.011 0.109,-0.037 c -0.035,0.012 -0.074,0.019 -0.112,0.026 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1125"
+ d="m 873.754,458.111 0.003,0.011 0.109,-0.037 c -0.035,0.012 -0.074,0.019 -0.112,0.026 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path1127"
+ d="m 873.754,458.111 0.003,0.011 0.109,-0.037 c -0.035,0.012 -0.074,0.019 -0.112,0.026 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1129"
+ d="m 873.754,458.111 0.003,0.011 0.109,-0.037 c -0.035,0.012 -0.074,0.019 -0.112,0.026 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path1131"
+ d="m 873.754,458.111 0.003,0.011 0.109,-0.037 c -0.035,0.012 -0.074,0.019 -0.112,0.026 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1133"
+ d="m 880.438,455.774 -0.154,-0.439 -6.681,2.35 0.151,0.427 c 0.038,-0.008 0.076,-0.015 0.112,-0.026 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1135"
+ d="m 880.438,455.774 -0.154,-0.439 -6.681,2.35 0.151,0.427 c 0.038,-0.008 0.076,-0.015 0.112,-0.026 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1137"
+ d="m 880.438,455.774 -0.154,-0.439 -6.681,2.35 0.151,0.427 c 0.038,-0.008 0.076,-0.015 0.112,-0.026 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path1139"
+ d="m 880.438,455.774 -0.154,-0.439 -6.681,2.35 0.151,0.427 c 0.038,-0.008 0.076,-0.015 0.112,-0.026 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1141"
+ d="m 880.438,455.774 -0.154,-0.439 -6.681,2.35 0.151,0.427 c 0.038,-0.008 0.076,-0.015 0.112,-0.026 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path1143"
+ d="m 880.438,455.774 -0.154,-0.439 -6.681,2.35 0.151,0.427 c 0.038,-0.008 0.076,-0.015 0.112,-0.026 z" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1145"
+ height="4.7140002"
+ width="7.0809999"
+ transform="matrix(0.9433,-0.3318,0.3318,0.9433,-100.5338,316.1562)"
+ y="450.11099"
+ x="871.98199" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1147"
+ height="4.7140002"
+ width="7.0809999"
+ transform="matrix(0.9433,-0.3318,0.3318,0.9433,-100.5338,316.1562)"
+ y="450.11099"
+ x="871.98199" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1149"
+ height="4.7140002"
+ width="7.0809999"
+ transform="matrix(0.9433,-0.3318,0.3318,0.9433,-100.5338,316.1562)"
+ y="450.11099"
+ x="871.98199" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect1151"
+ height="4.7140002"
+ width="7.0809999"
+ transform="matrix(0.9433,-0.3318,0.3318,0.9433,-100.5338,316.1562)"
+ y="450.11099"
+ x="871.98199" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1153"
+ height="4.7140002"
+ width="7.0809999"
+ transform="matrix(0.9433,-0.3318,0.3318,0.9433,-100.5338,316.1562)"
+ y="450.11099"
+ x="871.98199" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ id="rect1155"
+ height="4.7140002"
+ width="7.0809999"
+ transform="matrix(0.9433,-0.3318,0.3318,0.9433,-100.5338,316.1562)"
+ y="450.11099"
+ x="871.98199" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1157"
+ d="m 885.44,456.03 5.23,-1.84 -0.629,-1.791 -9.604,3.375 1.637,4.655 4.211,-1.479 -0.94,-2.679 c -0.036,-0.102 0.006,-0.211 0.095,-0.241 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1159"
+ d="m 885.44,456.03 5.23,-1.84 -0.629,-1.791 -9.604,3.375 1.637,4.655 4.211,-1.479 -0.94,-2.679 c -0.036,-0.102 0.006,-0.211 0.095,-0.241 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1161"
+ d="m 885.44,456.03 5.23,-1.84 -0.629,-1.791 -9.604,3.375 1.637,4.655 4.211,-1.479 -0.94,-2.679 c -0.036,-0.102 0.006,-0.211 0.095,-0.241 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1163"
+ d="m 885.44,456.03 5.23,-1.84 -0.629,-1.791 -9.604,3.375 1.637,4.655 4.211,-1.479 -0.94,-2.679 c -0.036,-0.102 0.006,-0.211 0.095,-0.241 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path1165"
+ d="m 885.44,456.03 5.23,-1.84 -0.629,-1.791 -9.604,3.375 1.637,4.655 4.211,-1.479 -0.94,-2.679 c -0.036,-0.102 0.006,-0.211 0.095,-0.241 z" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1167"
+ height="10.179"
+ width="0.46599999"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,750.1652,1439.4045)"
+ y="448.77802"
+ x="884.92999" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1169"
+ height="10.179"
+ width="0.46599999"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,750.1652,1439.4045)"
+ y="448.77802"
+ x="884.92999" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1171"
+ height="10.179"
+ width="0.46599999"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,750.1652,1439.4045)"
+ y="448.77802"
+ x="884.92999" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect1173"
+ height="10.179"
+ width="0.46599999"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,750.1652,1439.4045)"
+ y="448.77802"
+ x="884.92999" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1175"
+ height="10.179"
+ width="0.46599999"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,750.1652,1439.4045)"
+ y="448.77802"
+ x="884.92999" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1177"
+ height="10.179"
+ width="0.46599999"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,750.1652,1439.4045)"
+ y="448.77802"
+ x="884.92999" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ id="rect1179"
+ height="10.179"
+ width="0.46599999"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,750.1652,1439.4045)"
+ y="448.77802"
+ x="884.92999" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1181"
+ d="m 887.909,446.333 -4.549,1.6 c -0.396,0.139 -0.819,-0.018 -1.04,-0.354 l -4.239,1.49 1.564,4.449 9.603,-3.376 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1183"
+ d="m 887.909,446.333 -4.549,1.6 c -0.396,0.139 -0.819,-0.018 -1.04,-0.354 l -4.239,1.49 1.564,4.449 9.603,-3.376 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1185"
+ d="m 887.909,446.333 -4.549,1.6 c -0.396,0.139 -0.819,-0.018 -1.04,-0.354 l -4.239,1.49 1.564,4.449 9.603,-3.376 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path1187"
+ d="m 887.909,446.333 -4.549,1.6 c -0.396,0.139 -0.819,-0.018 -1.04,-0.354 l -4.239,1.49 1.564,4.449 9.603,-3.376 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1189"
+ d="m 887.909,446.333 -4.549,1.6 c -0.396,0.139 -0.819,-0.018 -1.04,-0.354 l -4.239,1.49 1.564,4.449 9.603,-3.376 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1191"
+ d="m 887.909,446.333 -4.549,1.6 c -0.396,0.139 -0.819,-0.018 -1.04,-0.354 l -4.239,1.49 1.564,4.449 9.603,-3.376 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path1193"
+ d="m 887.909,446.333 -4.549,1.6 c -0.396,0.139 -0.819,-0.018 -1.04,-0.354 l -4.239,1.49 1.564,4.449 9.603,-3.376 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1195"
+ d="m 891.642,456.954 -0.972,-2.764 -5.23,1.84 c -0.089,0.029 -0.131,0.139 -0.095,0.241 l 0.94,2.679 5.194,-1.826 c 0.111,-0.038 0.183,-0.113 0.163,-0.17 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1197"
+ d="m 891.642,456.954 -0.972,-2.764 -5.23,1.84 c -0.089,0.029 -0.131,0.139 -0.095,0.241 l 0.94,2.679 5.194,-1.826 c 0.111,-0.038 0.183,-0.113 0.163,-0.17 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1199"
+ d="m 891.642,456.954 -0.972,-2.764 -5.23,1.84 c -0.089,0.029 -0.131,0.139 -0.095,0.241 l 0.94,2.679 5.194,-1.826 c 0.111,-0.038 0.183,-0.113 0.163,-0.17 z" />
+ <path
+ style="opacity:0.4;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path1201"
+ d="m 891.642,456.954 -0.972,-2.764 -5.23,1.84 c -0.089,0.029 -0.131,0.139 -0.095,0.241 l 0.94,2.679 5.194,-1.826 c 0.111,-0.038 0.183,-0.113 0.163,-0.17 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1203"
+ d="m 891.642,456.954 -0.972,-2.764 -5.23,1.84 c -0.089,0.029 -0.131,0.139 -0.095,0.241 l 0.94,2.679 5.194,-1.826 c 0.111,-0.038 0.183,-0.113 0.163,-0.17 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path1205"
+ d="m 891.642,456.954 -0.972,-2.764 -5.23,1.84 c -0.089,0.029 -0.131,0.139 -0.095,0.241 l 0.94,2.679 5.194,-1.826 c 0.111,-0.038 0.183,-0.113 0.163,-0.17 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1207"
+ d="m 883.36,447.933 4.549,-1.6 -0.226,-0.639 -5.363,1.885 c 0.221,0.336 0.644,0.492 1.04,0.354 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1209"
+ d="m 883.36,447.933 4.549,-1.6 -0.226,-0.639 -5.363,1.885 c 0.221,0.336 0.644,0.492 1.04,0.354 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1211"
+ d="m 883.36,447.933 4.549,-1.6 -0.226,-0.639 -5.363,1.885 c 0.221,0.336 0.644,0.492 1.04,0.354 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path1213"
+ d="m 883.36,447.933 4.549,-1.6 -0.226,-0.639 -5.363,1.885 c 0.221,0.336 0.644,0.492 1.04,0.354 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1215"
+ d="m 883.36,447.933 4.549,-1.6 -0.226,-0.639 -5.363,1.885 c 0.221,0.336 0.644,0.492 1.04,0.354 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1217"
+ d="m 883.36,447.933 4.549,-1.6 -0.226,-0.639 -5.363,1.885 c 0.221,0.336 0.644,0.492 1.04,0.354 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1219"
+ d="m 883.36,447.933 4.549,-1.6 -0.226,-0.639 -5.363,1.885 c 0.221,0.336 0.644,0.492 1.04,0.354 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path1221"
+ d="m 883.36,447.933 4.549,-1.6 -0.226,-0.639 -5.363,1.885 c 0.221,0.336 0.644,0.492 1.04,0.354 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1223"
+ d="m 845.947,475.468 c -0.367,0.129 -0.657,0.246 -0.652,0.264 l 0.93,2.641 c 0.006,0.018 0.306,-0.074 0.671,-0.201 l 5.523,-1.943 -0.95,-2.701 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1225"
+ d="m 845.947,475.468 c -0.367,0.129 -0.657,0.246 -0.652,0.264 l 0.93,2.641 c 0.006,0.018 0.306,-0.074 0.671,-0.201 l 5.523,-1.943 -0.95,-2.701 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1227"
+ d="m 845.947,475.468 c -0.367,0.129 -0.657,0.246 -0.652,0.264 l 0.93,2.641 c 0.006,0.018 0.306,-0.074 0.671,-0.201 l 5.523,-1.943 -0.95,-2.701 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1229"
+ d="m 931,446.142 -1.853,0.652 0.772,2.192 9.901,-3.479 c 0.365,-0.128 0.657,-0.247 0.65,-0.263 l -0.928,-2.644 c -0.007,-0.016 -0.308,0.074 -0.673,0.204 l -7.34,2.581 c -0.041,0.358 -0.232,0.652 -0.529,0.757 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path1231"
+ d="m 931,446.142 -1.853,0.652 0.772,2.192 9.901,-3.479 c 0.365,-0.128 0.657,-0.247 0.65,-0.263 l -0.928,-2.644 c -0.007,-0.016 -0.308,0.074 -0.673,0.204 l -7.34,2.581 c -0.041,0.358 -0.232,0.652 -0.529,0.757 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1233"
+ d="m 931,446.142 -1.853,0.652 0.772,2.192 9.901,-3.479 c 0.365,-0.128 0.657,-0.247 0.65,-0.263 l -0.928,-2.644 c -0.007,-0.016 -0.308,0.074 -0.673,0.204 l -7.34,2.581 c -0.041,0.358 -0.232,0.652 -0.529,0.757 z" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1235"
+ height="7.0879998"
+ width="2.326"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,809.3387,1471.7247)"
+ y="445.521"
+ x="925.02802" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1237"
+ height="7.0879998"
+ width="2.326"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,809.3387,1471.7247)"
+ y="445.521"
+ x="925.02802" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect1239"
+ height="7.0879998"
+ width="2.326"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,809.3387,1471.7247)"
+ y="445.521"
+ x="925.02802" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1241"
+ height="7.0879998"
+ width="2.326"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,809.3387,1471.7247)"
+ y="445.521"
+ x="925.02802" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1243"
+ height="2.8629999"
+ width="22.503"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-107.435,312.7222)"
+ y="469.71399"
+ x="851.30701" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1245"
+ height="2.8629999"
+ width="22.503"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-107.435,312.7222)"
+ y="469.71399"
+ x="851.30701" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1247"
+ height="2.8629999"
+ width="22.503"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-107.435,312.7222)"
+ y="469.71399"
+ x="851.30701" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1249"
+ height="2.8629999"
+ width="22.503"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-107.435,312.7222)"
+ y="469.71399"
+ x="851.30701" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1251"
+ d="m 907.874,453.7 -5.862,2.061 0.18,0.508 c 0.162,0.465 -0.082,0.976 -0.547,1.139 l -1.011,0.355 0.476,1.351 22.124,-7.776 -0.771,-2.194 -13.701,4.815 c -0.299,0.104 -0.632,-0.007 -0.888,-0.259 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1253"
+ d="m 907.874,453.7 -5.862,2.061 0.18,0.508 c 0.162,0.465 -0.082,0.976 -0.547,1.139 l -1.011,0.355 0.476,1.351 22.124,-7.776 -0.771,-2.194 -13.701,4.815 c -0.299,0.104 -0.632,-0.007 -0.888,-0.259 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path1255"
+ d="m 907.874,453.7 -5.862,2.061 0.18,0.508 c 0.162,0.465 -0.082,0.976 -0.547,1.139 l -1.011,0.355 0.476,1.351 22.124,-7.776 -0.771,-2.194 -13.701,4.815 c -0.299,0.104 -0.632,-0.007 -0.888,-0.259 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path1257"
+ d="m 907.874,453.7 -5.862,2.061 0.18,0.508 c 0.162,0.465 -0.082,0.976 -0.547,1.139 l -1.011,0.355 0.476,1.351 22.124,-7.776 -0.771,-2.194 -13.701,4.815 c -0.299,0.104 -0.632,-0.007 -0.888,-0.259 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1259"
+ d="m 907.874,453.7 -5.862,2.061 0.18,0.508 c 0.162,0.465 -0.082,0.976 -0.547,1.139 l -1.011,0.355 0.476,1.351 22.124,-7.776 -0.771,-2.194 -13.701,4.815 c -0.299,0.104 -0.632,-0.007 -0.888,-0.259 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1261"
+ d="m 900.633,457.763 1.011,-0.355 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -0.18,-0.508 -1.854,0.65 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1263"
+ d="m 900.633,457.763 1.011,-0.355 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -0.18,-0.508 -1.854,0.65 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path1265"
+ d="m 900.633,457.763 1.011,-0.355 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -0.18,-0.508 -1.854,0.65 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1267"
+ d="m 900.633,457.763 1.011,-0.355 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -0.18,-0.508 -1.854,0.65 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path1269"
+ d="m 900.633,457.763 1.011,-0.355 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -0.18,-0.508 -1.854,0.65 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1271"
+ d="m 900.633,457.763 1.011,-0.355 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -0.18,-0.508 -1.854,0.65 z" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1273"
+ height="1.432"
+ width="3.75"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1899.5426,594.111)"
+ y="458.34399"
+ x="897.22699" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1275"
+ height="1.432"
+ width="3.75"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1899.5426,594.111)"
+ y="458.34399"
+ x="897.22699" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect1277"
+ height="1.432"
+ width="3.75"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1899.5426,594.111)"
+ y="458.34399"
+ x="897.22699" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ id="rect1279"
+ height="1.432"
+ width="3.75"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1899.5426,594.111)"
+ y="458.34399"
+ x="897.22699" />
+
+ <rect
+ style="opacity:0.4;fill:#fff6a3"
+ id="rect1281"
+ height="1.432"
+ width="3.75"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1899.5426,594.111)"
+ y="458.34399"
+ x="897.22699" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1283"
+ height="1.432"
+ width="3.75"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1899.5426,594.111)"
+ y="458.34399"
+ x="897.22699" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1285"
+ height="3.75"
+ width="1.433"
+ transform="matrix(-0.3305,-0.9438,0.9438,-0.3305,763.6388,1457.1118)"
+ y="455.83401"
+ x="897.91101" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1287"
+ height="3.75"
+ width="1.433"
+ transform="matrix(-0.3305,-0.9438,0.9438,-0.3305,763.6388,1457.1118)"
+ y="455.83401"
+ x="897.91101" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect1289"
+ height="3.75"
+ width="1.433"
+ transform="matrix(-0.3305,-0.9438,0.9438,-0.3305,763.6388,1457.1118)"
+ y="455.83401"
+ x="897.91101" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1291"
+ height="3.75"
+ width="1.433"
+ transform="matrix(-0.3305,-0.9438,0.9438,-0.3305,763.6388,1457.1118)"
+ y="455.83401"
+ x="897.91101" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ id="rect1293"
+ height="3.75"
+ width="1.433"
+ transform="matrix(-0.3305,-0.9438,0.9438,-0.3305,763.6388,1457.1118)"
+ y="455.83401"
+ x="897.91101" />
+
+ <rect
+ style="opacity:0.4;fill:#fff6a3"
+ id="rect1295"
+ height="3.75"
+ width="1.433"
+ transform="matrix(-0.3305,-0.9438,0.9438,-0.3305,763.6388,1457.1118)"
+ y="455.83401"
+ x="897.91101" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1297"
+ height="3.75"
+ width="1.433"
+ transform="matrix(-0.3305,-0.9438,0.9438,-0.3305,763.6388,1457.1118)"
+ y="455.83401"
+ x="897.91101" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1299"
+ d="m 887.493,462.381 -3.368,1.186 c -0.467,0.163 -0.976,-0.081 -1.14,-0.548 l -0.179,-0.507 -7.413,2.605 0.948,2.702 11.625,-4.087 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1301"
+ d="m 887.493,462.381 -3.368,1.186 c -0.467,0.163 -0.976,-0.081 -1.14,-0.548 l -0.179,-0.507 -7.413,2.605 0.948,2.702 11.625,-4.087 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1303"
+ d="m 887.493,462.381 -3.368,1.186 c -0.467,0.163 -0.976,-0.081 -1.14,-0.548 l -0.179,-0.507 -7.413,2.605 0.948,2.702 11.625,-4.087 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1305"
+ d="m 887.493,462.381 -3.368,1.186 c -0.467,0.163 -0.976,-0.081 -1.14,-0.548 l -0.179,-0.507 -7.413,2.605 0.948,2.702 11.625,-4.087 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1307"
+ d="m 882.806,462.512 0.179,0.507 c 0.164,0.467 0.673,0.711 1.14,0.548 l 3.368,-1.186 -0.475,-1.351 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1309"
+ d="m 882.806,462.512 0.179,0.507 c 0.164,0.467 0.673,0.711 1.14,0.548 l 3.368,-1.186 -0.475,-1.351 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1311"
+ d="m 882.806,462.512 0.179,0.507 c 0.164,0.467 0.673,0.711 1.14,0.548 l 3.368,-1.186 -0.475,-1.351 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1313"
+ d="m 882.806,462.512 0.179,0.507 c 0.164,0.467 0.673,0.711 1.14,0.548 l 3.368,-1.186 -0.475,-1.351 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1315"
+ d="m 882.806,462.512 0.179,0.507 c 0.164,0.467 0.673,0.711 1.14,0.548 l 3.368,-1.186 -0.475,-1.351 z" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1317"
+ height="2.8570001"
+ width="2.8659999"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,723.2739,1446.7085)"
+ y="465.513"
+ x="873.08698" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1319"
+ height="2.8570001"
+ width="2.8659999"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,723.2739,1446.7085)"
+ y="465.513"
+ x="873.08698" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1321"
+ height="2.8570001"
+ width="2.8659999"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,723.2739,1446.7085)"
+ y="465.513"
+ x="873.08698" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1323"
+ height="2.8570001"
+ width="2.8659999"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,723.2739,1446.7085)"
+ y="465.513"
+ x="873.08698" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1325"
+ height="2.8570001"
+ width="2.8659999"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,723.2739,1446.7085)"
+ y="465.513"
+ x="873.08698" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1327"
+ height="1.432"
+ width="5.7140002"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.8505,321.3775)"
+ y="461.39301"
+ x="887.56799" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1329"
+ height="1.432"
+ width="5.7140002"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.8505,321.3775)"
+ y="461.39301"
+ x="887.56799" />
+
+ <rect
+ style="opacity:0.4;fill:#fff6a3"
+ id="rect1331"
+ height="1.432"
+ width="5.7140002"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.8505,321.3775)"
+ y="461.39301"
+ x="887.56799" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1333"
+ height="1.432"
+ width="5.7140002"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.8505,321.3775)"
+ y="461.39301"
+ x="887.56799" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1335"
+ height="1.432"
+ width="5.7140002"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.8505,321.3775)"
+ y="461.39301"
+ x="887.56799" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1337"
+ height="1.432"
+ width="5.7150002"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.4214,321.0878)"
+ y="460.043"
+ x="887.09399" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1339"
+ height="1.432"
+ width="5.7150002"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.4214,321.0878)"
+ y="460.043"
+ x="887.09399" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1341"
+ height="1.432"
+ width="5.7150002"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.4214,321.0878)"
+ y="460.043"
+ x="887.09399" />
+
+ <rect
+ style="opacity:0.4;fill:#fff6a3"
+ id="rect1343"
+ height="1.432"
+ width="5.7150002"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.4214,321.0878)"
+ y="460.043"
+ x="887.09399" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1345"
+ height="1.432"
+ width="5.7150002"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.4214,321.0878)"
+ y="460.043"
+ x="887.09399" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1347"
+ height="1.432"
+ width="5.7150002"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.4214,321.0878)"
+ y="460.043"
+ x="887.09399" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1349"
+ height="1.432"
+ width="4.4650002"
+ transform="matrix(0.9435,-0.3313,0.3313,0.9435,-101.9866,322.6373)"
+ y="459.70599"
+ x="892.995" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1351"
+ height="1.432"
+ width="4.4650002"
+ transform="matrix(0.9435,-0.3313,0.3313,0.9435,-101.9866,322.6373)"
+ y="459.70599"
+ x="892.995" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ id="rect1353"
+ height="1.432"
+ width="4.4650002"
+ transform="matrix(0.9435,-0.3313,0.3313,0.9435,-101.9866,322.6373)"
+ y="459.70599"
+ x="892.995" />
+
+ <rect
+ style="opacity:0.4;fill:#fff6a3"
+ id="rect1355"
+ height="1.432"
+ width="4.4650002"
+ transform="matrix(0.9435,-0.3313,0.3313,0.9435,-101.9866,322.6373)"
+ y="459.70599"
+ x="892.995" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1357"
+ height="1.432"
+ width="4.4650002"
+ transform="matrix(0.9435,-0.3313,0.3313,0.9435,-101.9866,322.6373)"
+ y="459.70599"
+ x="892.995" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1359"
+ height="1.432"
+ width="4.4650002"
+ transform="matrix(0.9435,-0.3313,0.3313,0.9435,-101.9866,322.6373)"
+ y="459.70599"
+ x="892.995" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1361"
+ height="1.431"
+ width="4.4660001"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-101.6219,322.8149)"
+ y="458.35501"
+ x="892.52002" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1363"
+ height="1.431"
+ width="4.4660001"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-101.6219,322.8149)"
+ y="458.35501"
+ x="892.52002" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1365"
+ height="1.431"
+ width="4.4660001"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-101.6219,322.8149)"
+ y="458.35501"
+ x="892.52002" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ id="rect1367"
+ height="1.431"
+ width="4.4660001"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-101.6219,322.8149)"
+ y="458.35501"
+ x="892.52002" />
+
+ <rect
+ style="opacity:0.4;fill:#fff6a3"
+ id="rect1369"
+ height="1.431"
+ width="4.4660001"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-101.6219,322.8149)"
+ y="458.35501"
+ x="892.52002" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1371"
+ height="1.431"
+ width="4.4660001"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-101.6219,322.8149)"
+ y="458.35501"
+ x="892.52002" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1373"
+ height="1.431"
+ width="4.4660001"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-101.6219,322.8149)"
+ y="458.35501"
+ x="892.52002" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1375"
+ d="M 929.147,446.794 931,446.142 c 0.298,-0.104 0.488,-0.398 0.531,-0.756 l -2.563,0.899 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path1377"
+ d="M 929.147,446.794 931,446.142 c 0.298,-0.104 0.488,-0.398 0.531,-0.756 l -2.563,0.899 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1379"
+ d="M 929.147,446.794 931,446.142 c 0.298,-0.104 0.488,-0.398 0.531,-0.756 l -2.563,0.899 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1381"
+ d="M 929.147,446.794 931,446.142 c 0.298,-0.104 0.488,-0.398 0.531,-0.756 l -2.563,0.899 z" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1383"
+ height="0.54000002"
+ width="7.085"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1947.5007,563.2526)"
+ y="447.444"
+ x="922.172" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1385"
+ height="0.54000002"
+ width="7.085"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1947.5007,563.2526)"
+ y="447.444"
+ x="922.172" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect1387"
+ height="0.54000002"
+ width="7.085"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1947.5007,563.2526)"
+ y="447.444"
+ x="922.172" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1389"
+ height="0.54000002"
+ width="7.085"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1947.5007,563.2526)"
+ y="447.444"
+ x="922.172" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1391"
+ height="0.54000002"
+ width="7.085"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1947.5007,563.2526)"
+ y="447.444"
+ x="922.172" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1393"
+ d="m 907.874,453.7 c 0.257,0.252 0.59,0.363 0.888,0.258 l 13.701,-4.815 -0.18,-0.507 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1395"
+ d="m 907.874,453.7 c 0.257,0.252 0.59,0.363 0.888,0.258 l 13.701,-4.815 -0.18,-0.507 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path1397"
+ d="m 907.874,453.7 c 0.257,0.252 0.59,0.363 0.888,0.258 l 13.701,-4.815 -0.18,-0.507 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path1399"
+ d="m 907.874,453.7 c 0.257,0.252 0.59,0.363 0.888,0.258 l 13.701,-4.815 -0.18,-0.507 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1401"
+ d="m 907.874,453.7 c 0.257,0.252 0.59,0.363 0.888,0.258 l 13.701,-4.815 -0.18,-0.507 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1403"
+ d="m 907.874,453.7 c 0.257,0.252 0.59,0.363 0.888,0.258 l 13.701,-4.815 -0.18,-0.507 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1405"
+ d="m 939.38,433.542 c 0.311,-0.109 0.636,0.014 0.729,0.276 l 0.152,0.436 6.234,-2.191 -0.64,-1.817 -17.354,6.1 0.32,0.908 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1407"
+ d="m 939.38,433.542 c 0.311,-0.109 0.636,0.014 0.729,0.276 l 0.152,0.436 6.234,-2.191 -0.64,-1.817 -17.354,6.1 0.32,0.908 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1409"
+ d="m 939.38,433.542 c 0.311,-0.109 0.636,0.014 0.729,0.276 l 0.152,0.436 6.234,-2.191 -0.64,-1.817 -17.354,6.1 0.32,0.908 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1411"
+ d="m 940.261,434.254 -0.152,-0.436 c -0.093,-0.263 -0.418,-0.386 -0.729,-0.276 l -10.558,3.711 0.317,0.91 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1413"
+ d="m 940.261,434.254 -0.152,-0.436 c -0.093,-0.263 -0.418,-0.386 -0.729,-0.276 l -10.558,3.711 0.317,0.91 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path1415"
+ d="m 940.261,434.254 -0.152,-0.436 c -0.093,-0.263 -0.418,-0.386 -0.729,-0.276 l -10.558,3.711 0.317,0.91 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1417"
+ d="m 940.261,434.254 -0.152,-0.436 c -0.093,-0.263 -0.418,-0.386 -0.729,-0.276 l -10.558,3.711 0.317,0.91 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1419"
+ d="m 864.433,458.866 c -0.432,0.15 -0.775,0.281 -0.772,0.293 l 0.626,1.778 c 0.003,0.01 0.354,-0.103 0.784,-0.253 l 5.104,-1.795 -0.64,-1.818 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1421"
+ d="m 864.433,458.866 c -0.432,0.15 -0.775,0.281 -0.772,0.293 l 0.626,1.778 c 0.003,0.01 0.354,-0.103 0.784,-0.253 l 5.104,-1.795 -0.64,-1.818 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path1423"
+ d="m 864.433,458.866 c -0.432,0.15 -0.775,0.281 -0.772,0.293 l 0.626,1.778 c 0.003,0.01 0.354,-0.103 0.784,-0.253 l 5.104,-1.795 -0.64,-1.818 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1425"
+ d="m 864.433,458.866 c -0.432,0.15 -0.775,0.281 -0.772,0.293 l 0.626,1.778 c 0.003,0.01 0.354,-0.103 0.784,-0.253 l 5.104,-1.795 -0.64,-1.818 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1427"
+ d="m 864.433,458.866 c -0.432,0.15 -0.775,0.281 -0.772,0.293 l 0.626,1.778 c 0.003,0.01 0.354,-0.103 0.784,-0.253 l 5.104,-1.795 -0.64,-1.818 z" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1429"
+ height="0.248"
+ width="6.072"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1901.9545,570.3709)"
+ y="447.33701"
+ x="899.27698" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1431"
+ height="0.248"
+ width="6.072"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1901.9545,570.3709)"
+ y="447.33701"
+ x="899.27698" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1433"
+ height="0.248"
+ width="6.072"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1901.9545,570.3709)"
+ y="447.33701"
+ x="899.27698" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect1435"
+ height="0.248"
+ width="6.072"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1901.9545,570.3709)"
+ y="447.33701"
+ x="899.27698" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ id="rect1437"
+ height="0.248"
+ width="6.072"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1901.9545,570.3709)"
+ y="447.33701"
+ x="899.27698" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1439"
+ height="0.248"
+ width="6.072"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1901.9545,570.3709)"
+ y="447.33701"
+ x="899.27698" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1441"
+ height="0.248"
+ width="5.7129998"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1891.7986,576.0156)"
+ y="449.29099"
+ x="893.89697" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1443"
+ height="0.248"
+ width="5.7129998"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1891.7986,576.0156)"
+ y="449.29099"
+ x="893.89697" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1445"
+ height="0.248"
+ width="5.7129998"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1891.7986,576.0156)"
+ y="449.29099"
+ x="893.89697" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect1447"
+ height="0.248"
+ width="5.7129998"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1891.7986,576.0156)"
+ y="449.29099"
+ x="893.89697" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1449"
+ height="0.248"
+ width="5.7129998"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1891.7986,576.0156)"
+ y="449.29099"
+ x="893.89697" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ id="rect1451"
+ height="0.248"
+ width="5.7129998"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1891.7986,576.0156)"
+ y="449.29099"
+ x="893.89697" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1453"
+ height="0.248"
+ width="5.7129998"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1891.7986,576.0156)"
+ y="449.29099"
+ x="893.89697" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1455"
+ d="m 957.979,427.572 0.142,0.404 11.286,-3.968 c -0.293,-0.58 -0.595,-1.157 -0.904,-1.725 l -11.021,3.874 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1457"
+ d="m 957.979,427.572 0.142,0.404 11.286,-3.968 c -0.293,-0.58 -0.595,-1.157 -0.904,-1.725 l -11.021,3.874 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1459"
+ d="m 958.121,427.977 -0.142,-0.404 c 0.052,0.147 0.058,0.298 0.034,0.442 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1461"
+ d="m 958.121,427.977 -0.142,-0.404 c 0.052,0.147 0.058,0.298 0.034,0.442 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1463"
+ d="m 958.121,427.977 -0.142,-0.404 c 0.052,0.147 0.058,0.298 0.034,0.442 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1465"
+ d="m 958.013,428.015 c 0.023,-0.145 0.018,-0.295 -0.034,-0.442 l -0.498,-1.414 -11.625,4.087 0.64,1.817 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1467"
+ d="m 958.013,428.015 c 0.023,-0.145 0.018,-0.295 -0.034,-0.442 l -0.498,-1.414 -11.625,4.087 0.64,1.817 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1469"
+ d="m 958.013,428.015 c 0.023,-0.145 0.018,-0.295 -0.034,-0.442 l -0.498,-1.414 -11.625,4.087 0.64,1.817 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1471"
+ d="m 958.013,428.015 c 0.023,-0.145 0.018,-0.295 -0.034,-0.442 l -0.498,-1.414 -11.625,4.087 0.64,1.817 z" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1473"
+ height="6.073"
+ width="0.963"
+ transform="matrix(0.3326,0.9431,-0.9431,0.3326,1022.7144,-552.7264)"
+ y="443.17899"
+ x="901.39301" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1475"
+ height="6.073"
+ width="0.963"
+ transform="matrix(0.3326,0.9431,-0.9431,0.3326,1022.7144,-552.7264)"
+ y="443.17899"
+ x="901.39301" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1477"
+ height="6.073"
+ width="0.963"
+ transform="matrix(0.3326,0.9431,-0.9431,0.3326,1022.7144,-552.7264)"
+ y="443.17899"
+ x="901.39301" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ id="rect1479"
+ height="6.073"
+ width="0.963"
+ transform="matrix(0.3326,0.9431,-0.9431,0.3326,1022.7144,-552.7264)"
+ y="443.17899"
+ x="901.39301" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1481"
+ height="6.073"
+ width="0.963"
+ transform="matrix(0.3326,0.9431,-0.9431,0.3326,1022.7144,-552.7264)"
+ y="443.17899"
+ x="901.39301" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1483"
+ height="6.073"
+ width="0.963"
+ transform="matrix(0.3326,0.9431,-0.9431,0.3326,1022.7144,-552.7264)"
+ y="443.17899"
+ x="901.39301" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1485"
+ height="6.072"
+ width="0.71499997"
+ transform="matrix(-0.3334,-0.9428,0.9428,-0.3334,781.4904,1446.5745)"
+ y="443.97101"
+ x="901.79498" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1487"
+ height="6.072"
+ width="0.71499997"
+ transform="matrix(-0.3334,-0.9428,0.9428,-0.3334,781.4904,1446.5745)"
+ y="443.97101"
+ x="901.79498" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1489"
+ height="6.072"
+ width="0.71499997"
+ transform="matrix(-0.3334,-0.9428,0.9428,-0.3334,781.4904,1446.5745)"
+ y="443.97101"
+ x="901.79498" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect1491"
+ height="6.072"
+ width="0.71499997"
+ transform="matrix(-0.3334,-0.9428,0.9428,-0.3334,781.4904,1446.5745)"
+ y="443.97101"
+ x="901.79498" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ id="rect1493"
+ height="6.072"
+ width="0.71499997"
+ transform="matrix(-0.3334,-0.9428,0.9428,-0.3334,781.4904,1446.5745)"
+ y="443.97101"
+ x="901.79498" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1495"
+ height="6.072"
+ width="0.71499997"
+ transform="matrix(-0.3334,-0.9428,0.9428,-0.3334,781.4904,1446.5745)"
+ y="443.97101"
+ x="901.79498" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1497"
+ height="6.072"
+ width="0.71499997"
+ transform="matrix(-0.3334,-0.9428,0.9428,-0.3334,781.4904,1446.5745)"
+ y="443.97101"
+ x="901.79498" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1499"
+ d="m 893.946,450.044 c -0.093,-0.262 0.085,-0.561 0.394,-0.67 l 4.83,-1.697 -0.319,-0.909 -5.392,1.895 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1501"
+ d="m 893.946,450.044 c -0.093,-0.262 0.085,-0.561 0.394,-0.67 l 4.83,-1.697 -0.319,-0.909 -5.392,1.895 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1503"
+ d="m 893.946,450.044 c -0.093,-0.262 0.085,-0.561 0.394,-0.67 l 4.83,-1.697 -0.319,-0.909 -5.392,1.895 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1505"
+ d="m 893.946,450.044 c -0.093,-0.262 0.085,-0.561 0.394,-0.67 l 4.83,-1.697 -0.319,-0.909 -5.392,1.895 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path1507"
+ d="m 893.946,450.044 c -0.093,-0.262 0.085,-0.561 0.394,-0.67 l 4.83,-1.697 -0.319,-0.909 -5.392,1.895 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1509"
+ d="m 893.946,450.044 c -0.093,-0.262 0.085,-0.561 0.394,-0.67 l 4.83,-1.697 -0.319,-0.909 -5.392,1.895 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1511"
+ d="m 893.946,450.044 c -0.093,-0.262 0.085,-0.561 0.394,-0.67 l 4.83,-1.697 -0.319,-0.909 -5.392,1.895 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1513"
+ d="m 894.016,450.245 5.392,-1.895 -0.238,-0.674 -4.83,1.697 c -0.309,0.109 -0.486,0.408 -0.394,0.67 l 0.011,0.031 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1515"
+ d="m 894.016,450.245 5.392,-1.895 -0.238,-0.674 -4.83,1.697 c -0.309,0.109 -0.486,0.408 -0.394,0.67 l 0.011,0.031 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1517"
+ d="m 894.016,450.245 5.392,-1.895 -0.238,-0.674 -4.83,1.697 c -0.309,0.109 -0.486,0.408 -0.394,0.67 l 0.011,0.031 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path1519"
+ d="m 894.016,450.245 5.392,-1.895 -0.238,-0.674 -4.83,1.697 c -0.309,0.109 -0.486,0.408 -0.394,0.67 l 0.011,0.031 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1521"
+ d="m 894.016,450.245 5.392,-1.895 -0.238,-0.674 -4.83,1.697 c -0.309,0.109 -0.486,0.408 -0.394,0.67 l 0.011,0.031 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path1523"
+ d="m 894.016,450.245 5.392,-1.895 -0.238,-0.674 -4.83,1.697 c -0.309,0.109 -0.486,0.408 -0.394,0.67 l 0.011,0.031 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1525"
+ d="m 894.016,450.245 5.392,-1.895 -0.238,-0.674 -4.83,1.697 c -0.309,0.109 -0.486,0.408 -0.394,0.67 l 0.011,0.031 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1527"
+ d="m 894.016,450.245 5.392,-1.895 -0.238,-0.674 -4.83,1.697 c -0.309,0.109 -0.486,0.408 -0.394,0.67 l 0.011,0.031 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1529"
+ d="m 872.729,457.538 0.142,0.404 0.107,-0.038 c -0.108,-0.097 -0.198,-0.219 -0.249,-0.366 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1531"
+ d="m 872.729,457.538 0.142,0.404 0.107,-0.038 c -0.108,-0.097 -0.198,-0.219 -0.249,-0.366 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path1533"
+ d="m 872.729,457.538 0.142,0.404 0.107,-0.038 c -0.108,-0.097 -0.198,-0.219 -0.249,-0.366 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1535"
+ d="m 872.729,457.538 0.142,0.404 0.107,-0.038 c -0.108,-0.097 -0.198,-0.219 -0.249,-0.366 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1537"
+ d="m 872.729,457.538 0.142,0.404 0.107,-0.038 c -0.108,-0.097 -0.198,-0.219 -0.249,-0.366 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1539"
+ d="m 873.603,457.685 -0.638,-1.818 -0.734,0.259 0.498,1.413 c 0.051,0.146 0.141,0.269 0.249,0.366 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1541"
+ d="m 873.603,457.685 -0.638,-1.818 -0.734,0.259 0.498,1.413 c 0.051,0.146 0.141,0.269 0.249,0.366 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1543"
+ d="m 873.603,457.685 -0.638,-1.818 -0.734,0.259 0.498,1.413 c 0.051,0.146 0.141,0.269 0.249,0.366 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path1545"
+ d="m 873.603,457.685 -0.638,-1.818 -0.734,0.259 0.498,1.413 c 0.051,0.146 0.141,0.269 0.249,0.366 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1547"
+ d="m 873.603,457.685 -0.638,-1.818 -0.734,0.259 0.498,1.413 c 0.051,0.146 0.141,0.269 0.249,0.366 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1549"
+ d="m 873.603,457.685 -0.638,-1.818 -0.734,0.259 0.498,1.413 c 0.051,0.146 0.141,0.269 0.249,0.366 z" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ id="polygon1551"
+ points="869.536,457.071 870.175,458.89 872.871,457.942 872.729,457.538 872.231,456.125 " />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ id="polygon1553"
+ points="869.536,457.071 870.175,458.89 872.871,457.942 872.729,457.538 872.231,456.125 " />
+ <polygon
+ style="opacity:0.5;fill:#d1e4b7"
+ id="polygon1555"
+ points="869.536,457.071 870.175,458.89 872.871,457.942 872.729,457.538 872.231,456.125 " />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ id="polygon1557"
+ points="869.536,457.071 870.175,458.89 872.871,457.942 872.729,457.538 872.231,456.125 " />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ id="polygon1559"
+ points="869.536,457.071 870.175,458.89 872.871,457.942 872.729,457.538 872.231,456.125 " />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ id="polygon1561"
+ points="869.536,457.071 870.175,458.89 872.871,457.942 872.729,457.538 872.231,456.125 " />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1563"
+ d="m 893.998,450.249 c 0.014,0.091 0.008,0.182 -0.006,0.269 l 0.108,-0.038 -0.084,-0.234 c -0.006,0.001 -0.013,0.001 -0.018,0.003 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1565"
+ d="m 893.998,450.249 c 0.014,0.091 0.008,0.182 -0.006,0.269 l 0.108,-0.038 -0.084,-0.234 c -0.006,0.001 -0.013,0.001 -0.018,0.003 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1567"
+ d="m 893.998,450.249 c 0.014,0.091 0.008,0.182 -0.006,0.269 l 0.108,-0.038 -0.084,-0.234 c -0.006,0.001 -0.013,0.001 -0.018,0.003 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1569"
+ d="m 893.998,450.249 c 0.014,0.091 0.008,0.182 -0.006,0.269 l 0.108,-0.038 -0.084,-0.234 c -0.006,0.001 -0.013,0.001 -0.018,0.003 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path1571"
+ d="m 893.998,450.249 c 0.014,0.091 0.008,0.182 -0.006,0.269 l 0.108,-0.038 -0.084,-0.234 c -0.006,0.001 -0.013,0.001 -0.018,0.003 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1573"
+ d="m 893.998,450.249 c 0.014,0.091 0.008,0.182 -0.006,0.269 l 0.108,-0.038 -0.084,-0.234 c -0.006,0.001 -0.013,0.001 -0.018,0.003 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1575"
+ d="m 893.998,450.249 c 0.014,0.091 0.008,0.182 -0.006,0.269 l 0.108,-0.038 -0.084,-0.234 c -0.006,0.001 -0.013,0.001 -0.018,0.003 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1577"
+ d="m 892.875,449.698 -0.258,-0.739 -3.37,1.184 0.64,1.818 4.104,-1.443 c 0.014,-0.087 0.02,-0.178 0.006,-0.269 -0.458,0.152 -0.958,-0.09 -1.122,-0.551 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1579"
+ d="m 892.875,449.698 -0.258,-0.739 -3.37,1.184 0.64,1.818 4.104,-1.443 c 0.014,-0.087 0.02,-0.178 0.006,-0.269 -0.458,0.152 -0.958,-0.09 -1.122,-0.551 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1581"
+ d="m 892.875,449.698 -0.258,-0.739 -3.37,1.184 0.64,1.818 4.104,-1.443 c 0.014,-0.087 0.02,-0.178 0.006,-0.269 -0.458,0.152 -0.958,-0.09 -1.122,-0.551 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path1583"
+ d="m 892.875,449.698 -0.258,-0.739 -3.37,1.184 0.64,1.818 4.104,-1.443 c 0.014,-0.087 0.02,-0.178 0.006,-0.269 -0.458,0.152 -0.958,-0.09 -1.122,-0.551 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1585"
+ d="m 892.875,449.698 -0.258,-0.739 -3.37,1.184 0.64,1.818 4.104,-1.443 c 0.014,-0.087 0.02,-0.178 0.006,-0.269 -0.458,0.152 -0.958,-0.09 -1.122,-0.551 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path1587"
+ d="m 892.875,449.698 -0.258,-0.739 -3.37,1.184 0.64,1.818 4.104,-1.443 c 0.014,-0.087 0.02,-0.178 0.006,-0.269 -0.458,0.152 -0.958,-0.09 -1.122,-0.551 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1589"
+ d="m 892.875,449.698 -0.258,-0.739 -3.37,1.184 0.64,1.818 4.104,-1.443 c 0.014,-0.087 0.02,-0.178 0.006,-0.269 -0.458,0.152 -0.958,-0.09 -1.122,-0.551 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1591"
+ d="m 892.875,449.698 -0.258,-0.739 -3.37,1.184 0.64,1.818 4.104,-1.443 c 0.014,-0.087 0.02,-0.178 0.006,-0.269 -0.458,0.152 -0.958,-0.09 -1.122,-0.551 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1593"
+ d="m 893.957,450.075 c 0.021,0.059 0.033,0.117 0.041,0.174 0.006,-0.002 0.013,-0.002 0.019,-0.004 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1595"
+ d="m 893.957,450.075 c 0.021,0.059 0.033,0.117 0.041,0.174 0.006,-0.002 0.013,-0.002 0.019,-0.004 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1597"
+ d="m 893.957,450.075 c 0.021,0.059 0.033,0.117 0.041,0.174 0.006,-0.002 0.013,-0.002 0.019,-0.004 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1599"
+ d="m 893.957,450.075 c 0.021,0.059 0.033,0.117 0.041,0.174 0.006,-0.002 0.013,-0.002 0.019,-0.004 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path1601"
+ d="m 893.957,450.075 c 0.021,0.059 0.033,0.117 0.041,0.174 0.006,-0.002 0.013,-0.002 0.019,-0.004 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1603"
+ d="m 893.957,450.075 c 0.021,0.059 0.033,0.117 0.041,0.174 0.006,-0.002 0.013,-0.002 0.019,-0.004 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1605"
+ d="m 893.957,450.075 c 0.021,0.059 0.033,0.117 0.041,0.174 0.006,-0.002 0.013,-0.002 0.019,-0.004 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1607"
+ d="m 893.957,450.075 c 0.021,0.059 0.033,0.117 0.041,0.174 0.006,-0.002 0.013,-0.002 0.019,-0.004 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1609"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1611"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1613"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path1615"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1617"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path1619"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1621"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1623"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1625"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1627"
+ height="0.963"
+ width="2.858"
+ transform="matrix(-0.9433,0.3321,-0.3321,-0.9433,1947.2135,541.801)"
+ y="436.79199"
+ x="925.88501" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1629"
+ height="0.963"
+ width="2.858"
+ transform="matrix(-0.9433,0.3321,-0.3321,-0.9433,1947.2135,541.801)"
+ y="436.79199"
+ x="925.88501" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1631"
+ height="0.963"
+ width="2.858"
+ transform="matrix(-0.9433,0.3321,-0.3321,-0.9433,1947.2135,541.801)"
+ y="436.79199"
+ x="925.88501" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1633"
+ height="0.963"
+ width="2.858"
+ transform="matrix(-0.9433,0.3321,-0.3321,-0.9433,1947.2135,541.801)"
+ y="436.79199"
+ x="925.88501" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1635"
+ height="0.96499997"
+ width="7.0840001"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1938.5862,547.1425)"
+ y="438.439"
+ x="919.08301" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1637"
+ height="0.96499997"
+ width="7.0840001"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1938.5862,547.1425)"
+ y="438.439"
+ x="919.08301" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1639"
+ height="0.96499997"
+ width="7.0840001"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1938.5862,547.1425)"
+ y="438.439"
+ x="919.08301" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1641"
+ height="0.96499997"
+ width="7.0840001"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1938.5862,547.1425)"
+ y="438.439"
+ x="919.08301" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1643"
+ height="0.96499997"
+ width="7.0840001"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1938.5862,547.1425)"
+ y="438.439"
+ x="919.08301" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1645"
+ height="2.858"
+ width="0.96399999"
+ transform="matrix(0.3293,0.9442,-0.9442,0.3293,1035.9423,-582.0021)"
+ y="436.75299"
+ x="927.151" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1647"
+ height="2.858"
+ width="0.96399999"
+ transform="matrix(0.3293,0.9442,-0.9442,0.3293,1035.9423,-582.0021)"
+ y="436.75299"
+ x="927.151" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect1649"
+ height="2.858"
+ width="0.96399999"
+ transform="matrix(0.3293,0.9442,-0.9442,0.3293,1035.9423,-582.0021)"
+ y="436.75299"
+ x="927.151" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1651"
+ height="2.858"
+ width="0.96399999"
+ transform="matrix(0.3293,0.9442,-0.9442,0.3293,1035.9423,-582.0021)"
+ y="436.75299"
+ x="927.151" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1653"
+ height="2.858"
+ width="0.96399999"
+ transform="matrix(0.3293,0.9442,-0.9442,0.3293,1035.9423,-582.0021)"
+ y="436.75299"
+ x="927.151" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1655"
+ height="0.963"
+ width="7.085"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1939.5032,548.8501)"
+ y="439.349"
+ x="919.40198" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1657"
+ height="0.963"
+ width="7.085"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1939.5032,548.8501)"
+ y="439.349"
+ x="919.40198" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1659"
+ height="0.963"
+ width="7.085"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1939.5032,548.8501)"
+ y="439.349"
+ x="919.40198" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect1661"
+ height="0.963"
+ width="7.085"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1939.5032,548.8501)"
+ y="439.349"
+ x="919.40198" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1663"
+ height="0.963"
+ width="7.085"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1939.5032,548.8501)"
+ y="439.349"
+ x="919.40198" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1665"
+ height="0.963"
+ width="7.085"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1939.5032,548.8501)"
+ y="439.349"
+ x="919.40198" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1667"
+ d="m 912.085,442.948 c 0.02,0.057 0.033,0.116 0.041,0.174 l 7.316,-2.571 -0.32,-0.908 -7.299,2.565 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1669"
+ d="m 912.085,442.948 c 0.02,0.057 0.033,0.116 0.041,0.174 l 7.316,-2.571 -0.32,-0.908 -7.299,2.565 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1671"
+ d="m 912.085,442.948 c 0.02,0.057 0.033,0.116 0.041,0.174 l 7.316,-2.571 -0.32,-0.908 -7.299,2.565 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path1673"
+ d="m 912.085,442.948 c 0.02,0.057 0.033,0.116 0.041,0.174 l 7.316,-2.571 -0.32,-0.908 -7.299,2.565 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1675"
+ d="m 912.085,442.948 c 0.02,0.057 0.033,0.116 0.041,0.174 l 7.316,-2.571 -0.32,-0.908 -7.299,2.565 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1677"
+ d="m 912.085,442.948 c 0.02,0.057 0.033,0.116 0.041,0.174 l 7.316,-2.571 -0.32,-0.908 -7.299,2.565 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1679"
+ d="m 911.537,444.087 -6.4,2.25 0.082,0.234 14.544,-5.112 -0.319,-0.908 -7.316,2.571 c 0.056,0.412 -0.183,0.822 -0.591,0.965 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1681"
+ d="m 911.537,444.087 -6.4,2.25 0.082,0.234 14.544,-5.112 -0.319,-0.908 -7.316,2.571 c 0.056,0.412 -0.183,0.822 -0.591,0.965 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1683"
+ d="m 911.537,444.087 -6.4,2.25 0.082,0.234 14.544,-5.112 -0.319,-0.908 -7.316,2.571 c 0.056,0.412 -0.183,0.822 -0.591,0.965 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path1685"
+ d="m 911.537,444.087 -6.4,2.25 0.082,0.234 14.544,-5.112 -0.319,-0.908 -7.316,2.571 c 0.056,0.412 -0.183,0.822 -0.591,0.965 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path1687"
+ d="m 911.537,444.087 -6.4,2.25 0.082,0.234 14.544,-5.112 -0.319,-0.908 -7.316,2.571 c 0.056,0.412 -0.183,0.822 -0.591,0.965 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1689"
+ d="m 911.537,444.087 -6.4,2.25 0.082,0.234 14.544,-5.112 -0.319,-0.908 -7.316,2.571 c 0.056,0.412 -0.183,0.822 -0.591,0.965 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1691"
+ d="m 911.537,444.087 -6.4,2.25 0.082,0.234 14.544,-5.112 -0.319,-0.908 -7.316,2.571 c 0.056,0.412 -0.183,0.822 -0.591,0.965 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1693"
+ d="m 912.126,443.122 c -0.008,-0.058 -0.021,-0.117 -0.041,-0.174 l -0.262,-0.74 -7.244,2.547 0.32,0.908 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1695"
+ d="m 912.126,443.122 c -0.008,-0.058 -0.021,-0.117 -0.041,-0.174 l -0.262,-0.74 -7.244,2.547 0.32,0.908 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1697"
+ d="m 912.126,443.122 c -0.008,-0.058 -0.021,-0.117 -0.041,-0.174 l -0.262,-0.74 -7.244,2.547 0.32,0.908 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path1699"
+ d="m 912.126,443.122 c -0.008,-0.058 -0.021,-0.117 -0.041,-0.174 l -0.262,-0.74 -7.244,2.547 0.32,0.908 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1701"
+ d="m 912.126,443.122 c -0.008,-0.058 -0.021,-0.117 -0.041,-0.174 l -0.262,-0.74 -7.244,2.547 0.32,0.908 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1703"
+ d="m 912.126,443.122 c -0.008,-0.058 -0.021,-0.117 -0.041,-0.174 l -0.262,-0.74 -7.244,2.547 0.32,0.908 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1705"
+ d="m 912.126,443.122 c -0.008,-0.058 -0.021,-0.117 -0.041,-0.174 l -0.262,-0.74 -7.244,2.547 0.32,0.908 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1707"
+ d="m 905.136,446.337 6.4,-2.25 c 0.408,-0.143 0.647,-0.553 0.59,-0.965 l -7.227,2.541 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1709"
+ d="m 905.136,446.337 6.4,-2.25 c 0.408,-0.143 0.647,-0.553 0.59,-0.965 l -7.227,2.541 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1711"
+ d="m 905.136,446.337 6.4,-2.25 c 0.408,-0.143 0.647,-0.553 0.59,-0.965 l -7.227,2.541 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path1713"
+ d="m 905.136,446.337 6.4,-2.25 c 0.408,-0.143 0.647,-0.553 0.59,-0.965 l -7.227,2.541 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path1715"
+ d="m 905.136,446.337 6.4,-2.25 c 0.408,-0.143 0.647,-0.553 0.59,-0.965 l -7.227,2.541 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1717"
+ d="m 905.136,446.337 6.4,-2.25 c 0.408,-0.143 0.647,-0.553 0.59,-0.965 l -7.227,2.541 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1719"
+ d="m 905.136,446.337 6.4,-2.25 c 0.408,-0.143 0.647,-0.553 0.59,-0.965 l -7.227,2.541 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1721"
+ d="m 905.136,446.337 6.4,-2.25 c 0.408,-0.143 0.647,-0.553 0.59,-0.965 l -7.227,2.541 z" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1723"
+ height="1.927"
+ width="7.0799999"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.475,316.4445)"
+ y="454.638"
+ x="873.08398" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1725"
+ height="1.927"
+ width="7.0799999"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.475,316.4445)"
+ y="454.638"
+ x="873.08398" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1727"
+ height="1.927"
+ width="7.0799999"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.475,316.4445)"
+ y="454.638"
+ x="873.08398" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect1729"
+ height="1.927"
+ width="7.0799999"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.475,316.4445)"
+ y="454.638"
+ x="873.08398" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1731"
+ height="1.927"
+ width="7.0799999"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.475,316.4445)"
+ y="454.638"
+ x="873.08398" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ id="rect1733"
+ height="1.927"
+ width="7.0799999"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.475,316.4445)"
+ y="454.638"
+ x="873.08398" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1735"
+ height="1.927"
+ width="7.0799999"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.475,316.4445)"
+ y="454.638"
+ x="873.08398" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1737"
+ height="1.925"
+ width="10.179"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-100.0782,319.0779)"
+ y="451.776"
+ x="879.67603" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1739"
+ height="1.925"
+ width="10.179"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-100.0782,319.0779)"
+ y="451.776"
+ x="879.67603" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1741"
+ height="1.925"
+ width="10.179"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-100.0782,319.0779)"
+ y="451.776"
+ x="879.67603" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect1743"
+ height="1.925"
+ width="10.179"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-100.0782,319.0779)"
+ y="451.776"
+ x="879.67603" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1745"
+ height="1.925"
+ width="10.179"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-100.0782,319.0779)"
+ y="451.776"
+ x="879.67603" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1747"
+ height="1.925"
+ width="10.179"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-100.0782,319.0779)"
+ y="451.776"
+ x="879.67603" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ id="rect1749"
+ height="1.925"
+ width="10.179"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-100.0782,319.0779)"
+ y="451.776"
+ x="879.67603" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1751"
+ height="1.925"
+ width="10.179"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-100.0782,319.0779)"
+ y="451.776"
+ x="879.67603" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1753"
+ d="m 934.034,429.402 c 0.29,-0.103 0.521,-0.192 0.517,-0.203 l -0.656,-1.868 c -0.004,-0.014 -0.241,0.061 -0.529,0.162 l -7.098,2.494 0.671,1.91 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1755"
+ d="m 934.034,429.402 c 0.29,-0.103 0.521,-0.192 0.517,-0.203 l -0.656,-1.868 c -0.004,-0.014 -0.241,0.061 -0.529,0.162 l -7.098,2.494 0.671,1.91 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path1757"
+ d="m 934.034,429.402 c 0.29,-0.103 0.521,-0.192 0.517,-0.203 l -0.656,-1.868 c -0.004,-0.014 -0.241,0.061 -0.529,0.162 l -7.098,2.494 0.671,1.91 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1759"
+ d="m 859.869,453.327 c -0.289,0.102 -0.52,0.191 -0.515,0.205 l 0.655,1.867 c 0.005,0.012 0.242,-0.063 0.531,-0.163 l 7.433,-2.612 -0.673,-1.909 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1761"
+ d="m 859.869,453.327 c -0.289,0.102 -0.52,0.191 -0.515,0.205 l 0.655,1.867 c 0.005,0.012 0.242,-0.063 0.531,-0.163 l 7.433,-2.612 -0.673,-1.909 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path1763"
+ d="m 859.869,453.327 c -0.289,0.102 -0.52,0.191 -0.515,0.205 l 0.655,1.867 c 0.005,0.012 0.242,-0.063 0.531,-0.163 l 7.433,-2.612 -0.673,-1.909 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path1765"
+ d="m 859.869,453.327 c -0.289,0.102 -0.52,0.191 -0.515,0.205 l 0.655,1.867 c 0.005,0.012 0.242,-0.063 0.531,-0.163 l 7.433,-2.612 -0.673,-1.909 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1767"
+ d="m 901.427,440.637 c 0.025,0.07 0.038,0.142 0.044,0.212 l 1.544,-0.543 -0.671,-1.909 -1.516,0.533 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1769"
+ d="m 901.427,440.637 c 0.025,0.07 0.038,0.142 0.044,0.212 l 1.544,-0.543 -0.671,-1.909 -1.516,0.533 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1771"
+ d="m 901.427,440.637 c 0.025,0.07 0.038,0.142 0.044,0.212 l 1.544,-0.543 -0.671,-1.909 -1.516,0.533 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path1773"
+ d="m 901.427,440.637 c 0.025,0.07 0.038,0.142 0.044,0.212 l 1.544,-0.543 -0.671,-1.909 -1.516,0.533 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1775"
+ d="m 901.427,440.637 c 0.025,0.07 0.038,0.142 0.044,0.212 l 1.544,-0.543 -0.671,-1.909 -1.516,0.533 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path1777"
+ d="m 901.427,440.637 c 0.025,0.07 0.038,0.142 0.044,0.212 l 1.544,-0.543 -0.671,-1.909 -1.516,0.533 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1779"
+ d="m 897.287,442.319 4.185,-1.471 c -0.006,-0.07 -0.019,-0.142 -0.044,-0.212 l -0.599,-1.707 -4.213,1.481 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1781"
+ d="m 897.287,442.319 4.185,-1.471 c -0.006,-0.07 -0.019,-0.142 -0.044,-0.212 l -0.599,-1.707 -4.213,1.481 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1783"
+ d="m 897.287,442.319 4.185,-1.471 c -0.006,-0.07 -0.019,-0.142 -0.044,-0.212 l -0.599,-1.707 -4.213,1.481 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path1785"
+ d="m 897.287,442.319 4.185,-1.471 c -0.006,-0.07 -0.019,-0.142 -0.044,-0.212 l -0.599,-1.707 -4.213,1.481 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1787"
+ d="m 897.287,442.319 4.185,-1.471 c -0.006,-0.07 -0.019,-0.142 -0.044,-0.212 l -0.599,-1.707 -4.213,1.481 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1789"
+ d="m 897.287,442.319 4.185,-1.471 c -0.006,-0.07 -0.019,-0.142 -0.044,-0.212 l -0.599,-1.707 -4.213,1.481 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path1791"
+ d="m 897.287,442.319 4.185,-1.471 c -0.006,-0.07 -0.019,-0.142 -0.044,-0.212 l -0.599,-1.707 -4.213,1.481 z" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1793"
+ height="5.7150002"
+ width="2.023"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1014.9191,-548.0275)"
+ y="439.45499"
+ x="893.24402" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1795"
+ height="5.7150002"
+ width="2.023"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1014.9191,-548.0275)"
+ y="439.45499"
+ x="893.24402" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1797"
+ height="5.7150002"
+ width="2.023"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1014.9191,-548.0275)"
+ y="439.45499"
+ x="893.24402" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1799"
+ height="5.7150002"
+ width="2.023"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1014.9191,-548.0275)"
+ y="439.45499"
+ x="893.24402" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ id="rect1801"
+ height="5.7150002"
+ width="2.023"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1014.9191,-548.0275)"
+ y="439.45499"
+ x="893.24402" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1803"
+ height="5.7150002"
+ width="2.023"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1014.9191,-548.0275)"
+ y="439.45499"
+ x="893.24402" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1805"
+ height="5.7150002"
+ width="2.023"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1014.9191,-548.0275)"
+ y="439.45499"
+ x="893.24402" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ id="rect1807"
+ height="5.7150002"
+ width="2.023"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1014.9191,-548.0275)"
+ y="439.45499"
+ x="893.24402" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1809"
+ height="2.0239999"
+ width="2.8570001"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-100.489,313.9638)"
+ y="450.18301"
+ x="867.55603" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1811"
+ height="2.0239999"
+ width="2.8570001"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-100.489,313.9638)"
+ y="450.18301"
+ x="867.55603" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect1813"
+ height="2.0239999"
+ width="2.8570001"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-100.489,313.9638)"
+ y="450.18301"
+ x="867.55603" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1815"
+ height="2.0239999"
+ width="2.8570001"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-100.489,313.9638)"
+ y="450.18301"
+ x="867.55603" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ id="rect1817"
+ height="2.0239999"
+ width="2.8570001"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-100.489,313.9638)"
+ y="450.18301"
+ x="867.55603" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1819"
+ d="m 870.774,449.631 c -0.021,-0.056 0.052,-0.131 0.161,-0.169 l 6.482,-2.279 -0.008,-0.021 -7.414,2.605 0.672,1.909 0.733,-0.257 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1821"
+ d="m 870.774,449.631 c -0.021,-0.056 0.052,-0.131 0.161,-0.169 l 6.482,-2.279 -0.008,-0.021 -7.414,2.605 0.672,1.909 0.733,-0.257 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1823"
+ d="m 870.774,449.631 c -0.021,-0.056 0.052,-0.131 0.161,-0.169 l 6.482,-2.279 -0.008,-0.021 -7.414,2.605 0.672,1.909 0.733,-0.257 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path1825"
+ d="m 870.774,449.631 c -0.021,-0.056 0.052,-0.131 0.161,-0.169 l 6.482,-2.279 -0.008,-0.021 -7.414,2.605 0.672,1.909 0.733,-0.257 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1827"
+ d="m 870.774,449.631 c -0.021,-0.056 0.052,-0.131 0.161,-0.169 l 6.482,-2.279 -0.008,-0.021 -7.414,2.605 0.672,1.909 0.733,-0.257 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path1829"
+ d="m 870.774,449.631 c -0.021,-0.056 0.052,-0.131 0.161,-0.169 l 6.482,-2.279 -0.008,-0.021 -7.414,2.605 0.672,1.909 0.733,-0.257 z" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1831"
+ height="4.4650002"
+ width="0.023"
+ transform="matrix(0.3417,0.9398,-0.9398,0.3417,998.5037,-532.7004)"
+ y="444.19901"
+ x="879.50897" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1833"
+ height="4.4650002"
+ width="0.023"
+ transform="matrix(0.3417,0.9398,-0.9398,0.3417,998.5037,-532.7004)"
+ y="444.19901"
+ x="879.50897" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1835"
+ height="4.4650002"
+ width="0.023"
+ transform="matrix(0.3417,0.9398,-0.9398,0.3417,998.5037,-532.7004)"
+ y="444.19901"
+ x="879.50897" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect1837"
+ height="4.4650002"
+ width="0.023"
+ transform="matrix(0.3417,0.9398,-0.9398,0.3417,998.5037,-532.7004)"
+ y="444.19901"
+ x="879.50897" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1839"
+ height="4.4650002"
+ width="0.023"
+ transform="matrix(0.3417,0.9398,-0.9398,0.3417,998.5037,-532.7004)"
+ y="444.19901"
+ x="879.50897" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1841"
+ height="4.4650002"
+ width="0.023"
+ transform="matrix(0.3417,0.9398,-0.9398,0.3417,998.5037,-532.7004)"
+ y="444.19901"
+ x="879.50897" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ id="rect1843"
+ height="4.4650002"
+ width="0.023"
+ transform="matrix(0.3417,0.9398,-0.9398,0.3417,998.5037,-532.7004)"
+ y="444.19901"
+ x="879.50897" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1845"
+ d="m 887.056,443.907 -0.043,-0.123 -5.391,1.896 0.008,0.021 5.192,-1.826 c 0.109,-0.038 0.215,-0.022 0.234,0.032 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1847"
+ d="m 887.056,443.907 -0.043,-0.123 -5.391,1.896 0.008,0.021 5.192,-1.826 c 0.109,-0.038 0.215,-0.022 0.234,0.032 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1849"
+ d="m 887.056,443.907 -0.043,-0.123 -5.391,1.896 0.008,0.021 5.192,-1.826 c 0.109,-0.038 0.215,-0.022 0.234,0.032 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path1851"
+ d="m 887.056,443.907 -0.043,-0.123 -5.391,1.896 0.008,0.021 5.192,-1.826 c 0.109,-0.038 0.215,-0.022 0.234,0.032 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1853"
+ d="m 887.056,443.907 -0.043,-0.123 -5.391,1.896 0.008,0.021 5.192,-1.826 c 0.109,-0.038 0.215,-0.022 0.234,0.032 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1855"
+ d="m 887.056,443.907 -0.043,-0.123 -5.391,1.896 0.008,0.021 5.192,-1.826 c 0.109,-0.038 0.215,-0.022 0.234,0.032 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1857"
+ d="m 887.056,443.907 -0.043,-0.123 -5.391,1.896 0.008,0.021 5.192,-1.826 c 0.109,-0.038 0.215,-0.022 0.234,0.032 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path1859"
+ d="m 887.056,443.907 -0.043,-0.123 -5.391,1.896 0.008,0.021 5.192,-1.826 c 0.109,-0.038 0.215,-0.022 0.234,0.032 z" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ id="polygon1861"
+ points="890.382,442.601 887.013,443.784 887.056,443.907 887.683,445.694 891.054,444.51 " />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ id="polygon1863"
+ points="890.382,442.601 887.013,443.784 887.056,443.907 887.683,445.694 891.054,444.51 " />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ id="polygon1865"
+ points="890.382,442.601 887.013,443.784 887.056,443.907 887.683,445.694 891.054,444.51 " />
+ <polygon
+ style="opacity:0.5;fill:#d1e4b7"
+ id="polygon1867"
+ points="890.382,442.601 887.013,443.784 887.056,443.907 887.683,445.694 891.054,444.51 " />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ id="polygon1869"
+ points="890.382,442.601 887.013,443.784 887.056,443.907 887.683,445.694 891.054,444.51 " />
+ <polygon
+ style="opacity:0.2;fill:#fff6a3"
+ id="polygon1871"
+ points="890.382,442.601 887.013,443.784 887.056,443.907 887.683,445.694 891.054,444.51 " />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ id="polygon1873"
+ points="890.382,442.601 887.013,443.784 887.056,443.907 887.683,445.694 891.054,444.51 " />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ id="polygon1875"
+ points="890.382,442.601 887.013,443.784 887.056,443.907 887.683,445.694 891.054,444.51 " />
+ <polygon
+ style="opacity:0.2;fill:#fff6a3"
+ id="polygon1877"
+ points="890.382,442.601 887.013,443.784 887.056,443.907 887.683,445.694 891.054,444.51 " />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1879"
+ height="2.0239999"
+ width="0.89200002"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ y="442.396"
+ x="890.69299" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1881"
+ height="2.0239999"
+ width="0.89200002"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ y="442.396"
+ x="890.69299" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1883"
+ height="2.0239999"
+ width="0.89200002"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ y="442.396"
+ x="890.69299" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect1885"
+ height="2.0239999"
+ width="0.89200002"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ y="442.396"
+ x="890.69299" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1887"
+ height="2.0239999"
+ width="0.89200002"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ y="442.396"
+ x="890.69299" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ id="rect1889"
+ height="2.0239999"
+ width="0.89200002"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ y="442.396"
+ x="890.69299" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1891"
+ height="2.0239999"
+ width="0.89200002"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ y="442.396"
+ x="890.69299" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1893"
+ height="2.0239999"
+ width="0.89200002"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ y="442.396"
+ x="890.69299" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1895"
+ height="2.0239999"
+ width="0.89200002"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ y="442.396"
+ x="890.69299" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ id="rect1897"
+ height="2.0239999"
+ width="0.89200002"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ y="442.396"
+ x="890.69299" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1899"
+ height="2.0250001"
+ width="2.8570001"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1941.2131,531.6422)"
+ y="430.40399"
+ x="923.82599" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1901"
+ height="2.0250001"
+ width="2.8570001"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1941.2131,531.6422)"
+ y="430.40399"
+ x="923.82599" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1903"
+ height="2.0250001"
+ width="2.8570001"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1941.2131,531.6422)"
+ y="430.40399"
+ x="923.82599" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ id="rect1905"
+ height="2.0250001"
+ width="2.8570001"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1941.2131,531.6422)"
+ y="430.40399"
+ x="923.82599" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1907"
+ height="7.086"
+ width="2.0239999"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1024.5623,-578.9479)"
+ y="429.521"
+ x="919.55298" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1909"
+ height="7.086"
+ width="2.0239999"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1024.5623,-578.9479)"
+ y="429.521"
+ x="919.55298" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1911"
+ height="7.086"
+ width="2.0239999"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1024.5623,-578.9479)"
+ y="429.521"
+ x="919.55298" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1913"
+ height="7.086"
+ width="2.0239999"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1024.5623,-578.9479)"
+ y="429.521"
+ x="919.55298" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ id="rect1915"
+ height="7.086"
+ width="2.0239999"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1024.5623,-578.9479)"
+ y="429.521"
+ x="919.55298" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1917"
+ height="7.7360001"
+ width="2.0239999"
+ transform="matrix(0.3324,0.9431,-0.9431,0.3324,1020.6695,-570.872)"
+ y="431.65399"
+ x="912.56299" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1919"
+ height="7.7360001"
+ width="2.0239999"
+ transform="matrix(0.3324,0.9431,-0.9431,0.3324,1020.6695,-570.872)"
+ y="431.65399"
+ x="912.56299" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1921"
+ height="7.7360001"
+ width="2.0239999"
+ transform="matrix(0.3324,0.9431,-0.9431,0.3324,1020.6695,-570.872)"
+ y="431.65399"
+ x="912.56299" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ id="rect1923"
+ height="7.7360001"
+ width="2.0239999"
+ transform="matrix(0.3324,0.9431,-0.9431,0.3324,1020.6695,-570.872)"
+ y="431.65399"
+ x="912.56299" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1925"
+ height="7.7360001"
+ width="2.0239999"
+ transform="matrix(0.3324,0.9431,-0.9431,0.3324,1020.6695,-570.872)"
+ y="431.65399"
+ x="912.56299" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ id="rect1927"
+ height="7.7360001"
+ width="2.0239999"
+ transform="matrix(0.3324,0.9431,-0.9431,0.3324,1020.6695,-570.872)"
+ y="431.65399"
+ x="912.56299" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1929"
+ height="2.023"
+ width="7.6810002"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1906.5923,550.8441)"
+ y="437.06699"
+ x="902.46198" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1931"
+ height="2.023"
+ width="7.6810002"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1906.5923,550.8441)"
+ y="437.06699"
+ x="902.46198" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1933"
+ height="2.023"
+ width="7.6810002"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1906.5923,550.8441)"
+ y="437.06699"
+ x="902.46198" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ id="rect1935"
+ height="2.023"
+ width="7.6810002"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1906.5923,550.8441)"
+ y="437.06699"
+ x="902.46198" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1937"
+ height="2.023"
+ width="7.6810002"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1906.5923,550.8441)"
+ y="437.06699"
+ x="902.46198" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1939"
+ height="2.023"
+ width="7.6810002"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1906.5923,550.8441)"
+ y="437.06699"
+ x="902.46198" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ id="rect1941"
+ height="2.023"
+ width="7.6810002"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1906.5923,550.8441)"
+ y="437.06699"
+ x="902.46198" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1943"
+ d="m 877.417,447.183 -6.482,2.279 c -0.109,0.038 -0.182,0.113 -0.161,0.169 l 0.627,1.788 6.68,-2.35 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1945"
+ d="m 877.417,447.183 -6.482,2.279 c -0.109,0.038 -0.182,0.113 -0.161,0.169 l 0.627,1.788 6.68,-2.35 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1947"
+ d="m 877.417,447.183 -6.482,2.279 c -0.109,0.038 -0.182,0.113 -0.161,0.169 l 0.627,1.788 6.68,-2.35 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path1949"
+ d="m 877.417,447.183 -6.482,2.279 c -0.109,0.038 -0.182,0.113 -0.161,0.169 l 0.627,1.788 6.68,-2.35 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1951"
+ d="m 877.417,447.183 -6.482,2.279 c -0.109,0.038 -0.182,0.113 -0.161,0.169 l 0.627,1.788 6.68,-2.35 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path1953"
+ d="m 877.417,447.183 -6.482,2.279 c -0.109,0.038 -0.182,0.113 -0.161,0.169 l 0.627,1.788 6.68,-2.35 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path1955"
+ d="m 877.417,447.183 -6.482,2.279 c -0.109,0.038 -0.182,0.113 -0.161,0.169 l 0.627,1.788 6.68,-2.35 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1957"
+ d="m 882.32,447.579 c -0.039,-0.058 -0.072,-0.123 -0.099,-0.192 l -0.591,-1.685 -4.213,1.48 0.663,1.887 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1959"
+ d="m 882.32,447.579 c -0.039,-0.058 -0.072,-0.123 -0.099,-0.192 l -0.591,-1.685 -4.213,1.48 0.663,1.887 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1961"
+ d="m 882.32,447.579 c -0.039,-0.058 -0.072,-0.123 -0.099,-0.192 l -0.591,-1.685 -4.213,1.48 0.663,1.887 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path1963"
+ d="m 882.32,447.579 c -0.039,-0.058 -0.072,-0.123 -0.099,-0.192 l -0.591,-1.685 -4.213,1.48 0.663,1.887 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1965"
+ d="m 882.32,447.579 c -0.039,-0.058 -0.072,-0.123 -0.099,-0.192 l -0.591,-1.685 -4.213,1.48 0.663,1.887 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1967"
+ d="m 882.32,447.579 c -0.039,-0.058 -0.072,-0.123 -0.099,-0.192 l -0.591,-1.685 -4.213,1.48 0.663,1.887 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path1969"
+ d="m 882.32,447.579 c -0.039,-0.058 -0.072,-0.123 -0.099,-0.192 l -0.591,-1.685 -4.213,1.48 0.663,1.887 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path1971"
+ d="m 882.32,447.579 c -0.039,-0.058 -0.072,-0.123 -0.099,-0.192 l -0.591,-1.685 -4.213,1.48 0.663,1.887 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1973"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1975"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1977"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path1979"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1981"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1983"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1985"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path1987"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path1989"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path1991"
+ d="m 830.122,456.046 c -0.301,0.105 -0.54,0.205 -0.534,0.223 l 0.928,2.643 c 0.007,0.016 0.256,-0.057 0.555,-0.162 l 1.738,-0.611 -0.949,-2.701 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path1993"
+ d="m 830.122,456.046 c -0.301,0.105 -0.54,0.205 -0.534,0.223 l 0.928,2.643 c 0.007,0.016 0.256,-0.057 0.555,-0.162 l 1.738,-0.611 -0.949,-2.701 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path1995"
+ d="m 830.122,456.046 c -0.301,0.105 -0.54,0.205 -0.534,0.223 l 0.928,2.643 c 0.007,0.016 0.256,-0.057 0.555,-0.162 l 1.738,-0.611 -0.949,-2.701 z" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1997"
+ height="2.8629999"
+ width="35.001999"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.5217,307.0137)"
+ y="449.552"
+ x="831.34302" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect1999"
+ height="2.8629999"
+ width="35.001999"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.5217,307.0137)"
+ y="449.552"
+ x="831.34302" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect2001"
+ height="2.8629999"
+ width="35.001999"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.5217,307.0137)"
+ y="449.552"
+ x="831.34302" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect2003"
+ height="2.8629999"
+ width="35.001999"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.5217,307.0137)"
+ y="449.552"
+ x="831.34302" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect2005"
+ height="1.609"
+ width="2.865"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1009.9156,-559.2386)"
+ y="432.32501"
+ x="898.20801" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect2007"
+ height="1.609"
+ width="2.865"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1009.9156,-559.2386)"
+ y="432.32501"
+ x="898.20801" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect2009"
+ height="1.609"
+ width="2.865"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1009.9156,-559.2386)"
+ y="432.32501"
+ x="898.20801" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ id="rect2011"
+ height="1.609"
+ width="2.865"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1009.9156,-559.2386)"
+ y="432.32501"
+ x="898.20801" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect2013"
+ height="1.609"
+ width="2.865"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1009.9156,-559.2386)"
+ y="432.32501"
+ x="898.20801" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect2015"
+ height="1.609"
+ width="2.865"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1009.9156,-559.2386)"
+ y="432.32501"
+ x="898.20801" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect2017"
+ height="10.177"
+ width="2.8640001"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1007.931,-552.7007)"
+ y="429.99399"
+ x="892.64899" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect2019"
+ height="10.177"
+ width="2.8640001"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1007.931,-552.7007)"
+ y="429.99399"
+ x="892.64899" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect2021"
+ height="10.177"
+ width="2.8640001"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1007.931,-552.7007)"
+ y="429.99399"
+ x="892.64899" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ id="rect2023"
+ height="10.177"
+ width="2.8640001"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1007.931,-552.7007)"
+ y="429.99399"
+ x="892.64899" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect2025"
+ height="10.177"
+ width="2.8640001"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1007.931,-552.7007)"
+ y="429.99399"
+ x="892.64899" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect2027"
+ height="10.177"
+ width="2.8640001"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1007.931,-552.7007)"
+ y="429.99399"
+ x="892.64899" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect2029"
+ height="10.177"
+ width="2.8640001"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1007.931,-552.7007)"
+ y="429.99399"
+ x="892.64899" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect2031"
+ height="2.8570001"
+ width="2.8629999"
+ transform="matrix(0.3318,0.9433,-0.9433,0.3318,998.6042,-520.4573)"
+ y="443.27701"
+ x="865.271" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect2033"
+ height="2.8570001"
+ width="2.8629999"
+ transform="matrix(0.3318,0.9433,-0.9433,0.3318,998.6042,-520.4573)"
+ y="443.27701"
+ x="865.271" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect2035"
+ height="2.8570001"
+ width="2.8629999"
+ transform="matrix(0.3318,0.9433,-0.9433,0.3318,998.6042,-520.4573)"
+ y="443.27701"
+ x="865.271" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect2037"
+ height="2.8570001"
+ width="2.8629999"
+ transform="matrix(0.3318,0.9433,-0.9433,0.3318,998.6042,-520.4573)"
+ y="443.27701"
+ x="865.271" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect2039"
+ height="2.8570001"
+ width="2.8629999"
+ transform="matrix(0.3318,0.9433,-0.9433,0.3318,998.6042,-520.4573)"
+ y="443.27701"
+ x="865.271" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect2041"
+ height="2.8629999"
+ width="12.322"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-97.1949,314.8572)"
+ y="440.75601"
+ x="867.70203" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect2043"
+ height="2.8629999"
+ width="12.322"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-97.1949,314.8572)"
+ y="440.75601"
+ x="867.70203" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect2045"
+ height="2.8629999"
+ width="12.322"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-97.1949,314.8572)"
+ y="440.75601"
+ x="867.70203" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect2047"
+ height="2.8629999"
+ width="12.322"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-97.1949,314.8572)"
+ y="440.75601"
+ x="867.70203" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect2049"
+ height="2.8629999"
+ width="12.322"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-97.1949,314.8572)"
+ y="440.75601"
+ x="867.70203" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect2051"
+ height="2.8629999"
+ width="12.322"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-97.1949,314.8572)"
+ y="440.75601"
+ x="867.70203" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect2053"
+ height="5.7150002"
+ width="2.8640001"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1003.9882,-538.9043)"
+ y="436.34"
+ x="880.93903" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect2055"
+ height="5.7150002"
+ width="2.8640001"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1003.9882,-538.9043)"
+ y="436.34"
+ x="880.93903" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect2057"
+ height="5.7150002"
+ width="2.8640001"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1003.9882,-538.9043)"
+ y="436.34"
+ x="880.93903" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect2059"
+ height="5.7150002"
+ width="2.8640001"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1003.9882,-538.9043)"
+ y="436.34"
+ x="880.93903" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect2061"
+ height="5.7150002"
+ width="2.8640001"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1003.9882,-538.9043)"
+ y="436.34"
+ x="880.93903" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect2063"
+ height="5.7150002"
+ width="2.8640001"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1003.9882,-538.9043)"
+ y="436.34"
+ x="880.93903" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect2065"
+ height="5.7150002"
+ width="2.8640001"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1003.9882,-538.9043)"
+ y="436.34"
+ x="880.93903" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect2067"
+ height="2.8640001"
+ width="3.572"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-94.9557,318.8143)"
+ y="436.22601"
+ x="884.966" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect2069"
+ height="2.8640001"
+ width="3.572"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-94.9557,318.8143)"
+ y="436.22601"
+ x="884.966" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect2071"
+ height="2.8640001"
+ width="3.572"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-94.9557,318.8143)"
+ y="436.22601"
+ x="884.966" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect2073"
+ height="2.8640001"
+ width="3.572"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-94.9557,318.8143)"
+ y="436.22601"
+ x="884.966" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ id="rect2075"
+ height="2.8640001"
+ width="3.572"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-94.9557,318.8143)"
+ y="436.22601"
+ x="884.966" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect2077"
+ height="2.8640001"
+ width="3.572"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-94.9557,318.8143)"
+ y="436.22601"
+ x="884.966" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect2079"
+ height="2.8640001"
+ width="3.572"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-94.9557,318.8143)"
+ y="436.22601"
+ x="884.966" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect2081"
+ height="2.8640001"
+ width="3.572"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-94.9557,318.8143)"
+ y="436.22601"
+ x="884.966" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect2083"
+ height="0.89300001"
+ width="2.865"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ y="436.47198"
+ x="887.42603" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect2085"
+ height="0.89300001"
+ width="2.865"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ y="436.47198"
+ x="887.42603" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect2087"
+ height="0.89300001"
+ width="2.865"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ y="436.47198"
+ x="887.42603" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect2089"
+ height="0.89300001"
+ width="2.865"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ y="436.47198"
+ x="887.42603" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ id="rect2091"
+ height="0.89300001"
+ width="2.865"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ y="436.47198"
+ x="887.42603" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect2093"
+ height="0.89300001"
+ width="2.865"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ y="436.47198"
+ x="887.42603" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect2095"
+ height="0.89300001"
+ width="2.865"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ y="436.47198"
+ x="887.42603" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ id="rect2097"
+ height="0.89300001"
+ width="2.865"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ y="436.47198"
+ x="887.42603" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ id="rect2099"
+ height="0.89300001"
+ width="2.865"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ y="436.47198"
+ x="887.42603" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path2101"
+ d="m 907.447,431.902 c 0.303,-0.106 0.539,-0.204 0.534,-0.222 l -0.93,-2.642 c -0.006,-0.017 -0.253,0.056 -0.555,0.161 l -6.572,2.311 0.95,2.703 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path2103"
+ d="m 907.447,431.902 c 0.303,-0.106 0.539,-0.204 0.534,-0.222 l -0.93,-2.642 c -0.006,-0.017 -0.253,0.056 -0.555,0.161 l -6.572,2.311 0.95,2.703 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path2105"
+ d="m 907.447,431.902 c 0.303,-0.106 0.539,-0.204 0.534,-0.222 l -0.93,-2.642 c -0.006,-0.017 -0.253,0.056 -0.555,0.161 l -6.572,2.311 0.95,2.703 z" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ id="path2107"
+ d="m 907.447,431.902 c 0.303,-0.106 0.539,-0.204 0.534,-0.222 l -0.93,-2.642 c -0.006,-0.017 -0.253,0.056 -0.555,0.161 l -6.572,2.311 0.95,2.703 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path2109"
+ d="m 907.447,431.902 c 0.303,-0.106 0.539,-0.204 0.534,-0.222 l -0.93,-2.642 c -0.006,-0.017 -0.253,0.056 -0.555,0.161 l -6.572,2.311 0.95,2.703 z" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ id="path2111"
+ d="m 907.447,431.902 c 0.303,-0.106 0.539,-0.204 0.534,-0.222 l -0.93,-2.642 c -0.006,-0.017 -0.253,0.056 -0.555,0.161 l -6.572,2.311 0.95,2.703 z" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ id="path2113"
+ d="m 907.447,431.902 c 0.303,-0.106 0.539,-0.204 0.534,-0.222 l -0.93,-2.642 c -0.006,-0.017 -0.253,0.056 -0.555,0.161 l -6.572,2.311 0.95,2.703 z" />
+ </g>
+ <path
+ style="opacity:0.4;fill:#244960"
+ inkscape:connector-curvature="0"
+ id="path2117"
+ d="m 914.193,184.73 c 85.199,-29.948 178.542,14.841 208.489,100.038 29.949,85.198 -14.84,178.542 -100.04,208.492 -85.195,29.947 -178.54,-14.841 -208.487,-100.04 -29.949,-85.197 14.841,-178.541 100.038,-208.49 z" />
+
+ <linearGradient
+ gradientTransform="rotate(180,476.0757,509.10205)"
+ y2="-161.6875"
+ x2="-182.34331"
+ y1="642.96289"
+ x1="-182.34331"
+ gradientUnits="userSpaceOnUse"
+ id="SVGID_8_">
+ <stop
+ id="stop2119"
+ style="stop-color:#FFFFFF"
+ offset="0" />
+ <stop
+ id="stop2121"
+ style="stop-color:#FFFFFF;stop-opacity:0.903"
+ offset="0.097" />
+ <stop
+ id="stop2123"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+
+ <line
+ style="opacity:0.3;fill:#f6f6f6;stroke:url(#SVGID_8_);stroke-width:3;stroke-miterlimit:10"
+ id="line2126"
+ y2="1179.8929"
+ x2="1134.494"
+ y1="375.241"
+ x1="1134.494"
+ stroke-miterlimit="10" />
+
+ <linearGradient
+ gradientTransform="translate(103.2568,-50.5977)"
+ y2="-435.74661"
+ x2="682.24799"
+ y1="433.76459"
+ x1="682.24799"
+ gradientUnits="userSpaceOnUse"
+ id="SVGID_9_">
+ <stop
+ id="stop2128"
+ style="stop-color:#FFFFFF"
+ offset="0" />
+ <stop
+ id="stop2130"
+ style="stop-color:#FFFFFF;stop-opacity:0.903"
+ offset="0.097" />
+ <stop
+ id="stop2132"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+
+ <line
+ style="opacity:0.3;fill:#f6f6f6;stroke:url(#SVGID_9_);stroke-width:3;stroke-miterlimit:10"
+ id="line2135"
+ y2="-486.34399"
+ x2="785.505"
+ y1="383.16699"
+ x1="785.505"
+ stroke-miterlimit="10" />
+ </g><g
+ id="g6288"
+ transform="matrix(1.2973054,0,0,1,60.33739,-46.5)"><g
+ id="rais"
+ style="opacity:0.5">
+ <linearGradient
+ id="SVGID_4_"
+ gradientUnits="userSpaceOnUse"
+ x1="76.613297"
+ y1="-480.13379"
+ x2="76.613197"
+ y2="538.37701">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop64" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop66" />
+ </linearGradient>
+ <rect
+ x="-42.514999"
+ y="-480.134"
+ width="238.256"
+ height="1018.511"
+ id="rect69"
+ style="opacity:0.1;fill:url(#SVGID_4_)" />
+ <linearGradient
+ id="SVGID_5_"
+ gradientUnits="userSpaceOnUse"
+ x1="36.463902"
+ y1="-492.01071"
+ x2="36.463799"
+ y2="860.90088">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop71" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop73" />
+ </linearGradient>
+ <rect
+ x="-44.320999"
+ y="-492.01099"
+ width="161.57001"
+ height="1352.911"
+ id="rect76"
+ style="opacity:0.1;fill:url(#SVGID_5_)" />
+ <linearGradient
+ id="SVGID_6_"
+ gradientUnits="userSpaceOnUse"
+ x1="44.757301"
+ y1="-493.2749"
+ x2="44.757301"
+ y2="859.63531">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop78" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop80" />
+ </linearGradient>
+ <rect
+ x="8.6169996"
+ y="-493.27499"
+ width="72.279999"
+ height="1352.91"
+ id="rect83"
+ style="opacity:0.1;fill:url(#SVGID_6_)" />
+ </g><rect
+ x="1.976"
+ y="1050.0959"
+ width="1927.024"
+ height="29.903999"
+ id="rect93"
+ style="opacity:0.2;fill:url(#SVGID_7_)" /><rect
+ x="1654.174"
+ y="-241.162"
+ width="60.973999"
+ height="831.505"
+ id="rect2144"
+ style="opacity:0.1;fill:url(#SVGID_10_)" /><rect
+ x="1684.6639"
+ y="-151.32001"
+ width="116.87"
+ height="1104.506"
+ id="rect2151"
+ style="opacity:0.1;fill:url(#SVGID_11_)" /><rect
+ x="1847.72"
+ y="-237.313"
+ width="72.279999"
+ height="1104.507"
+ id="rect2158"
+ style="opacity:0.1;fill:url(#SVGID_12_)" /><g
+ id="rais_2_"
+ style="opacity:0.5">
+ <linearGradient
+ id="SVGID_13_"
+ gradientUnits="userSpaceOnUse"
+ x1="182.82761"
+ y1="-482.51511"
+ x2="182.82761"
+ y2="535.99561">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop2160" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop2162" />
+ </linearGradient>
+ <rect
+ x="152.341"
+ y="-482.51501"
+ width="60.973999"
+ height="1018.511"
+ id="rect2165"
+ style="opacity:0.1;fill:url(#SVGID_13_)" />
+ <linearGradient
+ id="SVGID_14_"
+ gradientUnits="userSpaceOnUse"
+ x1="254.88091"
+ y1="-485.91849"
+ x2="254.8808"
+ y2="866.99268">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop2167" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop2169" />
+ </linearGradient>
+ <rect
+ x="174.09599"
+ y="-485.918"
+ width="161.57001"
+ height="1352.911"
+ id="rect2172"
+ style="opacity:0.1;fill:url(#SVGID_14_)" />
+ <linearGradient
+ id="SVGID_15_"
+ gradientUnits="userSpaceOnUse"
+ x1="429.021"
+ y1="-521.5"
+ x2="429.0209"
+ y2="831.41058">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop2174" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop2176" />
+ </linearGradient>
+ <rect
+ x="392.88101"
+ y="-521.5"
+ width="72.279999"
+ height="1352.91"
+ id="rect2179"
+ style="opacity:0.1;fill:url(#SVGID_15_)" />
+ </g><rect
+ x="1791.524"
+ y="-362.577"
+ width="36.140999"
+ height="1104.506"
+ id="rect2187"
+ style="opacity:0.1;fill:url(#SVGID_16_)" /></g>
+</svg> \ No newline at end of file
diff --git a/moonlight-theme/wallpaper/contents/images/2560x1440.svg b/moonlight-theme/wallpaper/contents/images/2560x1440.svg
new file mode 100755
index 0000000..860b901
--- /dev/null
+++ b/moonlight-theme/wallpaper/contents/images/2560x1440.svg
@@ -0,0 +1,7319 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+
+<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ version="1.1"
+ x="0px"
+ y="0px"
+ width="2560"
+ height="1440"
+ viewBox="454 -62 2560 1440"
+ enable-background="new 0 0 1920 1080"
+ xml:space="preserve"
+ id="svg2190"
+ sodipodi:docname="2560x1440.svg"
+ inkscape:version="0.92.4 (5da689c313, 2019-01-14)"><metadata
+ id="metadata2196"><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><defs
+ id="defs2194" /><sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1920"
+ inkscape:window-height="1008"
+ id="namedview2192"
+ showgrid="false"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0"
+ inkscape:zoom="0.21851852"
+ inkscape:cx="1733.9957"
+ inkscape:cy="852.26518"
+ inkscape:window-x="0"
+ inkscape:window-y="36"
+ inkscape:window-maximized="1"
+ inkscape:current-layer="svg2190" />
+<g
+ id="Layer_2"
+ display="none"
+ style="display:none"
+ transform="translate(773.99566,47.734806)">
+ <radialGradient
+ id="SVGID_1_"
+ cx="960"
+ cy="540"
+ r="1100.0364"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ offset="0"
+ style="stop-color:#515C5D"
+ id="stop2" />
+ <stop
+ offset="1"
+ style="stop-color:#003343"
+ id="stop4" />
+ </radialGradient>
+ <rect
+ x="-340"
+ y="-314.49399"
+ display="inline"
+ width="2600"
+ height="1708.988"
+ id="rect7"
+ style="display:inline;fill:url(#SVGID_1_)" />
+</g>
+
+<g
+ id="Layer_3"
+ transform="matrix(1.33333,0,0,1.33333,453.99886,-61.996249)">
+ <g
+ id="g25">
+ <rect
+ style="fill:#133544"
+ x="-340"
+ y="-46"
+ width="2600"
+ height="1172"
+ id="rect10" />
+
+ <radialGradient
+ id="SVGID_2_"
+ cx="257.66019"
+ cy="1126.085"
+ r="1100.5193"
+ gradientTransform="matrix(1,0,0,-0.6858,702.3398,1312.2686)"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ offset="0"
+ style="stop-color:#24363E"
+ id="stop12" />
+ <stop
+ offset="0.1555"
+ style="stop-color:#273943"
+ id="stop14" />
+ <stop
+ offset="0.3948"
+ style="stop-color:#2B3F49"
+ id="stop16" />
+ <stop
+ offset="0.6601"
+ style="stop-color:#2E424D"
+ id="stop18" />
+ <stop
+ offset="1"
+ style="stop-color:#2F434E"
+ id="stop20" />
+ </radialGradient>
+ <rect
+ style="fill:none;stroke:url(#SVGID_2_);stroke-miterlimit:10"
+ x="-340"
+ y="-46"
+ stroke-miterlimit="10"
+ width="2600"
+ height="1172"
+ id="rect23" />
+ </g>
+ <g
+ id="g34">
+
+ <radialGradient
+ id="SVGID_3_"
+ cx="499.97849"
+ cy="1219.9453"
+ r="1145.0345"
+ gradientTransform="matrix(0.2308,0,0,-0.2308,844.6051,721.5048)"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ offset="0"
+ style="stop-color:#6C99B8"
+ id="stop27" />
+ <stop
+ offset="1"
+ style="stop-color:#133544;stop-opacity:0"
+ id="stop29" />
+ </radialGradient>
+ <rect
+ style="fill:url(#SVGID_3_)"
+ x="619.362"
+ y="99.302002"
+ width="681.27698"
+ height="681.27802"
+ id="rect32" />
+ </g>
+</g><g
+ id="Layer_1"
+ transform="matrix(1.33333,0,0,1.33333,453.99886,-61.996249)">
+ <g
+ style="opacity:0.6"
+ id="debian">
+ <g
+ id="g61">
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 969.532,722.4 c -2.012,0.029 0.385,1.039 3.01,1.44 0.727,-0.57 1.388,-1.138 1.973,-1.696 -1.636,0.401 -3.302,0.407 -4.983,0.256"
+ id="path37" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 980.346,719.703 c 1.198,-1.654 2.071,-3.467 2.38,-5.338 -0.269,1.334 -0.996,2.486 -1.676,3.703 -3.768,2.37 -0.353,-1.405 -0.006,-2.842 -4.047,5.096 -0.554,3.055 -0.698,4.477"
+ id="path39" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 984.336,709.328 c 0.24,-3.629 -0.716,-2.482 -1.04,-1.1 0.377,0.198 0.674,2.556 1.04,1.1"
+ id="path41" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 961.894,659.754 c 1.078,0.192 2.325,0.346 2.151,0.6 1.173,-0.259 1.442,-0.497 -2.151,-0.6"
+ id="path43" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 964.045,660.354 -0.761,0.156 0.706,-0.063 0.055,-0.093"
+ id="path45" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 997.562,710.699 c 0.119,3.259 -0.956,4.835 -1.921,7.637 l -1.741,0.865 c -1.424,2.768 0.138,1.756 -0.882,3.955 -2.224,1.982 -6.749,6.188 -8.198,6.574 -1.056,-0.025 0.718,-1.248 0.948,-1.726 -2.975,2.042 -2.386,3.065 -6.938,4.312 l -0.137,-0.299 c -11.228,5.281 -26.824,-5.186 -26.618,-19.467 -0.119,0.904 -0.341,0.678 -0.593,1.045 -0.578,-7.347 3.396,-14.725 10.096,-17.739 6.556,-3.246 14.239,-1.912 18.938,2.466 -2.583,-3.381 -7.712,-6.961 -13.8,-6.628 -5.958,0.097 -11.534,3.884 -13.394,7.994 -3.051,1.921 -3.406,7.405 -4.738,8.411 -1.787,13.152 3.366,18.834 12.092,25.518 1.374,0.93 0.388,1.064 0.572,1.773 -2.897,-1.358 -5.55,-3.406 -7.733,-5.916 1.156,1.696 2.406,3.346 4.021,4.637 -2.732,-0.924 -6.383,-6.621 -7.45,-6.853 4.713,8.433 19.108,14.791 26.656,11.636 -3.491,0.134 -7.925,0.075 -11.844,-1.375 -1.646,-0.846 -3.89,-2.604 -3.484,-2.932 10.288,3.842 20.922,2.91 29.826,-4.227 2.264,-1.766 4.738,-4.766 5.456,-4.81 -1.079,1.621 0.182,0.78 -0.646,2.21 2.258,-3.64 -0.979,-1.48 2.333,-6.288 l 1.225,1.688 c -0.453,-3.021 3.754,-6.691 3.326,-11.469 0.965,-1.459 1.076,1.572 0.053,4.934 1.423,-3.729 0.375,-4.329 0.739,-7.401 0.395,1.032 0.911,2.131 1.178,3.223 -0.925,-3.604 0.95,-6.069 1.414,-8.16 -0.455,-0.206 -1.43,1.592 -1.653,-2.665 0.035,-1.851 0.517,-0.969 0.705,-1.423 -0.367,-0.212 -1.319,-1.627 -1.898,-4.347 0.42,-0.639 1.123,1.656 1.696,1.748 -0.368,-2.16 -1.003,-3.809 -1.024,-5.469 -1.674,-3.491 -0.594,0.467 -1.951,-1.499 -1.774,-5.544 1.477,-1.285 1.696,-3.804 2.696,3.902 4.235,9.953 4.937,12.461 -0.539,-3.058 -1.406,-6.016 -2.468,-8.882 0.817,0.347 -1.32,-6.283 1.062,-1.893 -2.545,-9.362 -10.888,-18.11 -18.565,-22.214 0.938,0.859 2.127,1.938 1.701,2.107 -3.818,-2.275 -3.146,-2.449 -3.691,-3.409 -3.113,-1.267 -3.317,0.103 -5.377,0 -5.86,-3.107 -6.992,-2.776 -12.388,-4.726 l 0.248,1.146 c -3.885,-1.293 -4.523,0.491 -8.725,0.004 -0.254,-0.199 1.348,-0.723 2.667,-0.911 -3.759,0.497 -3.581,-0.743 -7.258,0.134 0.907,-0.637 1.864,-1.053 2.829,-1.594 -3.061,0.188 -7.307,1.782 -5.994,0.332 -4.998,2.227 -13.865,5.356 -18.846,10.025 l -0.157,-1.051 c -2.281,2.74 -9.947,8.182 -10.557,11.725 l -0.608,0.143 c -1.188,2.013 -1.956,4.287 -2.897,6.354 -1.549,2.646 -2.275,1.019 -2.054,1.433 -3.053,6.192 -4.567,11.393 -5.881,15.658 0.935,1.396 0.023,8.395 0.377,13.998 -1.534,27.693 19.433,54.572 42.351,60.785 3.358,1.201 8.353,1.152 12.601,1.274 -5.011,-1.435 -5.659,-0.757 -10.544,-2.462 -3.521,-1.658 -4.294,-3.551 -6.789,-5.719 l 0.985,1.746 c -4.894,-1.734 -2.843,-2.145 -6.822,-3.406 l 1.054,-1.371 c -1.589,-0.124 -4.2,-2.68 -4.917,-4.093 l -1.736,0.069 c -2.084,-2.573 -3.193,-4.422 -3.113,-5.862 l -0.563,0.999 c -0.634,-1.092 -7.669,-9.646 -4.019,-7.658 -0.676,-0.619 -1.579,-1.006 -2.556,-2.777 l 0.744,-0.852 c -1.76,-2.258 -3.236,-5.159 -3.124,-6.121 0.938,1.266 1.587,1.5 2.231,1.721 -4.433,-11.005 -4.684,-0.61 -8.043,-11.202 l 0.712,-0.06 c -0.544,-0.818 -0.875,-1.71 -1.313,-2.588 l 0.308,-3.078 c -3.19,-3.697 -0.895,-15.695 -0.432,-22.275 0.321,-2.68 2.665,-5.531 4.45,-10 l -1.087,-0.186 c 2.077,-3.627 11.864,-14.559 16.395,-14 2.197,-2.756 -0.432,-0.008 -0.862,-0.701 4.823,-4.99 6.339,-3.529 9.595,-4.424 3.512,-2.082 -3.015,0.811 -1.35,-0.797 6.067,-1.547 4.302,-3.521 12.218,-4.309 0.832,0.477 -1.939,0.734 -2.637,1.35 5.055,-2.471 16.003,-1.909 23.11,1.374 8.249,3.855 17.514,15.251 17.882,25.968 l 0.413,0.113 c -0.207,4.263 0.652,9.188 -0.842,13.711 l 1.018,-2.138"
+ id="path47" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 947.549,725.162 -0.281,1.415 c 1.323,1.799 2.374,3.748 4.066,5.153 -1.217,-2.375 -2.123,-3.359 -3.785,-6.568"
+ id="path49" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 950.682,725.041 c -0.704,-0.773 -1.119,-1.707 -1.582,-2.637 0.44,1.632 1.352,3.034 2.197,4.462 l -0.615,-1.825"
+ id="path51" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 1006.055,713.008 -0.3,0.744 c -0.543,3.85 -1.711,7.66 -3.506,11.195 1.982,-3.728 3.265,-7.808 3.806,-11.939"
+ id="path53" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 962.294,658.789 c 1.363,-0.5 3.349,-0.272 4.795,-0.6 -1.885,0.155 -3.759,0.252 -5.61,0.488 l 0.815,0.112"
+ id="path55" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 914.486,684.214 c 0.313,2.901 -2.184,4.027 0.554,2.114 1.47,-3.306 -0.576,-0.911 -0.554,-2.114"
+ id="path57" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 911.267,697.659 c 0.632,-1.941 0.747,-3.103 0.986,-4.223 -1.742,2.23 -0.803,2.703 -0.986,4.223"
+ id="path59" />
+ </g>
+ </g>
+ <g
+ style="opacity:0.5"
+ id="rais">
+ <linearGradient
+ id="SVGID_4_"
+ gradientUnits="userSpaceOnUse"
+ x1="76.613297"
+ y1="-480.13379"
+ x2="76.613197"
+ y2="538.37701">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop64" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop66" />
+ </linearGradient>
+ <rect
+ style="opacity:0.1;fill:url(#SVGID_4_)"
+ x="-42.514999"
+ y="-480.134"
+ width="238.256"
+ height="1018.511"
+ id="rect69" />
+ <linearGradient
+ id="SVGID_5_"
+ gradientUnits="userSpaceOnUse"
+ x1="36.463902"
+ y1="-492.01071"
+ x2="36.463799"
+ y2="860.90088">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop71" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop73" />
+ </linearGradient>
+ <rect
+ style="opacity:0.1;fill:url(#SVGID_5_)"
+ x="-44.320999"
+ y="-492.01099"
+ width="161.57001"
+ height="1352.911"
+ id="rect76" />
+ <linearGradient
+ id="SVGID_6_"
+ gradientUnits="userSpaceOnUse"
+ x1="44.757301"
+ y1="-493.2749"
+ x2="44.757301"
+ y2="859.63531">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop78" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop80" />
+ </linearGradient>
+ <rect
+ style="opacity:0.1;fill:url(#SVGID_6_)"
+ x="8.6169996"
+ y="-493.27499"
+ width="72.279999"
+ height="1352.91"
+ id="rect83" />
+ </g>
+
+ <linearGradient
+ id="SVGID_7_"
+ gradientUnits="userSpaceOnUse"
+ x1="39.5313"
+ y1="54.977501"
+ x2="1966.5557"
+ y2="54.977501"
+ gradientTransform="rotate(180,984.26565,560.0127)">
+ <stop
+ offset="0"
+ style="stop-color:#2B4F5A;stop-opacity:0"
+ id="stop86" />
+ <stop
+ offset="0.5"
+ style="stop-color:#2A4F5A;stop-opacity:0.958"
+ id="stop88" />
+ <stop
+ offset="1"
+ style="stop-color:#23353D;stop-opacity:0"
+ id="stop90" />
+ </linearGradient>
+ <rect
+ style="opacity:0.2;fill:url(#SVGID_7_)"
+ x="1.976"
+ y="1050.0959"
+ width="1927.024"
+ height="29.903999"
+ id="rect93" />
+ <g
+ id="g2137">
+
+ <circle
+ style="opacity:0.3;fill:#244960;stroke:#f6f6f6;stroke-width:3;stroke-miterlimit:10"
+ stroke-miterlimit="10"
+ cx="960"
+ cy="387.70599"
+ r="174.44701"
+ id="circle95" />
+ <circle
+ style="opacity:0.4;fill:#244960"
+ cx="929.50598"
+ cy="409.521"
+ r="131.647"
+ id="circle97" />
+ <g
+ id="g2115">
+ <path
+ style="fill:none"
+ inkscape:connector-curvature="0"
+ d="m 961.413,437.345 1.242,3.537 11.819,-4.154 c -0.354,-1.191 -0.739,-2.381 -1.156,-3.568 v 0 z"
+ id="path99" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 961.569,494.871 c 0.091,0.262 -0.086,0.562 -0.395,0.67 l -7.977,2.805 3.878,11.034 c 6.327,-6.691 11.338,-14.476 14.822,-22.909 l -11.82,4.155 z"
+ id="path101" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 949.62,440.953 -2.972,-8.451 -6.232,2.19 4.382,12.467 17.858,-6.277 -1.242,-3.537 -11.216,3.942 c -0.227,0.079 -0.486,-0.071 -0.578,-0.334 z"
+ id="path103" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 916.134,511.373 c -0.311,0.109 -0.635,-0.015 -0.727,-0.273 l -0.223,-0.632 c 0.215,0.608 0.01,1.235 -0.455,1.399 l -20.386,7.167 4.786,13.617 c 9.393,0.463 19.027,-0.85 28.445,-4.161 2.813,-0.989 5.529,-2.129 8.143,-3.406 l -6.443,-18.33 z"
+ id="path105" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 861.561,520.335 c 2.563,1.692 5.228,3.223 7.974,4.587 l -2.313,-6.577 z"
+ id="path107" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 834.78,471.823 c -0.464,0.164 -0.975,-0.08 -1.139,-0.545 l -5.601,-15.932 c -0.318,9.061 1.016,18.332 4.205,27.402 4.196,11.937 11.116,22.138 19.813,30.154 l -14.751,-41.967 z"
+ id="path109" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 852.418,476.228 -5.523,1.943 c -0.365,0.127 -0.665,0.219 -0.671,0.201 l -0.93,-2.641 c -0.005,-0.018 0.285,-0.135 0.652,-0.264 l 5.521,-1.941 -2.367,-6.734 -11.794,4.145 14.751,41.967 c 2.975,2.738 6.152,5.222 9.503,7.432 l 5.66,-1.99 z"
+ id="path111" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 852.418,476.228 -5.523,1.943 c -0.365,0.127 -0.665,0.219 -0.671,0.201 l -0.93,-2.641 c -0.005,-0.018 0.285,-0.135 0.652,-0.264 l 5.521,-1.941 -2.367,-6.734 -11.794,4.145 14.751,41.967 c 2.975,2.738 6.152,5.222 9.503,7.432 l 5.66,-1.99 z"
+ id="path113" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 853.195,401.971 c -0.767,0.679 -1.52,1.376 -2.257,2.086 l 2.661,-0.936 z"
+ id="path115" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 853.195,401.971 c -0.767,0.679 -1.52,1.376 -2.257,2.086 l 2.661,-0.936 z"
+ id="path117" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="943.22198"
+ y="430.07501"
+ transform="matrix(-0.3319,-0.9433,0.9433,-0.3319,847.8203,1467.1946)"
+ width="0.465"
+ height="6.6059999"
+ id="rect119" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="943.22198"
+ y="430.07501"
+ transform="matrix(-0.3319,-0.9433,0.9433,-0.3319,847.8203,1467.1946)"
+ width="0.465"
+ height="6.6059999"
+ id="rect121" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 926.267,429.987 7.098,-2.494 c 0.288,-0.102 0.525,-0.176 0.529,-0.162 l 0.656,1.868 c 0.004,0.011 -0.227,0.101 -0.517,0.203 l -7.096,2.495 1.564,4.447 17.354,-6.1 -11.179,-31.805 c -0.094,-0.264 0.014,-0.541 0.239,-0.62 l 8.144,-2.862 c -0.976,-0.623 -1.965,-1.221 -2.965,-1.798 l -23.827,8.376 z"
+ id="path123" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 926.267,429.987 7.098,-2.494 c 0.288,-0.102 0.525,-0.176 0.529,-0.162 l 0.656,1.868 c 0.004,0.011 -0.227,0.101 -0.517,0.203 l -7.096,2.495 1.564,4.447 17.354,-6.1 -11.179,-31.805 c -0.094,-0.264 0.014,-0.541 0.239,-0.62 l 8.144,-2.862 c -0.976,-0.623 -1.965,-1.221 -2.965,-1.798 l -23.827,8.376 z"
+ id="path125" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 883.798,385.634 c -1.944,0.512 -3.882,1.105 -5.811,1.783 -6.199,2.179 -11.931,5.095 -17.131,8.609 l 23.669,-8.319 z"
+ id="path127" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 883.798,385.634 c -1.944,0.512 -3.882,1.105 -5.811,1.783 -6.199,2.179 -11.931,5.095 -17.131,8.609 l 23.669,-8.319 z"
+ id="path129" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.985,395.954 c 0.465,-0.162 0.976,0.081 1.139,0.547 l 0.329,0.936 9.615,27.354 11.119,-3.909 -11.661,-33.175 -23.669,8.319 c -2.7,1.826 -5.258,3.813 -7.662,5.944 l 0.404,1.15 z"
+ id="path131" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.985,395.954 c 0.465,-0.162 0.976,0.081 1.139,0.547 l 0.329,0.936 9.615,27.354 11.119,-3.909 -11.661,-33.175 -23.669,8.319 c -2.7,1.826 -5.258,3.813 -7.662,5.944 l 0.404,1.15 z"
+ id="path133" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.985,395.954 c 0.465,-0.162 0.976,0.081 1.139,0.547 l 0.329,0.936 9.615,27.354 11.119,-3.909 -11.661,-33.175 -23.669,8.319 c -2.7,1.826 -5.258,3.813 -7.662,5.944 l 0.404,1.15 z"
+ id="path135" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 975.202,476.572 c 3.283,-12.727 3.252,-26.444 -0.728,-39.845 l -11.819,4.154 z"
+ id="path137" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 944.797,447.159 15.28,43.467 11.82,-4.155 c 1.326,-3.212 2.433,-6.521 3.305,-9.898 l -12.547,-35.69 z"
+ id="path139" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 944.797,447.159 15.28,43.467 11.82,-4.155 c 1.326,-3.212 2.433,-6.521 3.305,-9.898 l -12.547,-35.69 z"
+ id="path141" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 929.296,438.601 2.157,6.142 c 0.077,0.22 0.101,0.439 0.077,0.644 l 7.34,-2.581 c 0.365,-0.13 0.666,-0.22 0.673,-0.204 l 0.928,2.644 c 0.007,0.016 -0.285,0.135 -0.65,0.263 l -9.901,3.479 1.063,3.03 13.815,-4.857 -4.382,-12.467 z"
+ id="path143" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 929.296,438.601 2.157,6.142 c 0.077,0.22 0.101,0.439 0.077,0.644 l 7.34,-2.581 c 0.365,-0.13 0.666,-0.22 0.673,-0.204 l 0.928,2.644 c 0.007,0.016 -0.285,0.135 -0.65,0.263 l -9.901,3.479 1.063,3.03 13.815,-4.857 -4.382,-12.467 z"
+ id="path145" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 953.198,498.346 7.977,-2.805 c 0.309,-0.108 0.485,-0.408 0.395,-0.67 l -1.492,-4.245 -8.537,3.001 z"
+ id="path147" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 953.198,498.346 7.977,-2.805 c 0.309,-0.108 0.485,-0.408 0.395,-0.67 l -1.492,-4.245 -8.537,3.001 z"
+ id="path149" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 914.757,506.557 c -0.467,0.164 -0.917,0.083 -1.01,-0.179 l 1.438,4.09 0.223,0.632 c 0.092,0.259 0.416,0.383 0.727,0.273 l 13.141,-4.619 -1.659,-4.717 z"
+ id="path151" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 914.757,506.557 c -0.467,0.164 -0.917,0.083 -1.01,-0.179 l 1.438,4.09 0.223,0.632 c 0.092,0.259 0.416,0.383 0.727,0.273 l 13.141,-4.619 -1.659,-4.717 z"
+ id="path153" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="923.56702"
+ y="450.07101"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1951.5443,570.3113)"
+ width="7.085"
+ height="3.211"
+ id="rect155" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="923.56702"
+ y="450.07101"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1951.5443,570.3113)"
+ width="7.085"
+ height="3.211"
+ id="rect157" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="923.56702"
+ y="450.07101"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1951.5443,570.3113)"
+ width="7.085"
+ height="3.211"
+ id="rect159" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="934.54602"
+ y="430.535"
+ transform="matrix(-0.3363,-0.9417,0.9417,-0.3363,838.1754,1463.5337)"
+ width="0.465"
+ height="11.786"
+ id="rect161" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="934.54602"
+ y="430.535"
+ transform="matrix(-0.3363,-0.9417,0.9417,-0.3363,838.1754,1463.5337)"
+ width="0.465"
+ height="11.786"
+ id="rect163" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="934.54602"
+ y="430.535"
+ transform="matrix(-0.3363,-0.9417,0.9417,-0.3363,838.1754,1463.5337)"
+ width="0.465"
+ height="11.786"
+ id="rect165" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.375,502.475 1.373,3.903 c 0.093,0.262 0.543,0.343 1.01,0.179 l 12.858,-4.52 -1.539,-4.379 z"
+ id="path167" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.375,502.475 1.373,3.903 c 0.093,0.262 0.543,0.343 1.01,0.179 l 12.858,-4.52 -1.539,-4.379 z"
+ id="path169" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 912.375,502.475 1.373,3.903 c 0.093,0.262 0.543,0.343 1.01,0.179 l 12.858,-4.52 -1.539,-4.379 z"
+ id="path171" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 931.519,453.546 4.438,-1.559 c 0.464,-0.164 0.964,0.055 1.116,0.486 l 14.468,41.153 8.537,-3.001 -15.28,-43.467 -13.815,4.857 z"
+ id="path173" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 931.519,453.546 4.438,-1.559 c 0.464,-0.164 0.964,0.055 1.116,0.486 l 14.468,41.153 8.537,-3.001 -15.28,-43.467 -13.815,4.857 z"
+ id="path175" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 931.519,453.546 4.438,-1.559 c 0.464,-0.164 0.964,0.055 1.116,0.486 l 14.468,41.153 8.537,-3.001 -15.28,-43.467 -13.815,4.857 z"
+ id="path177" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 913.15,460.883 c -0.152,-0.433 0.101,-0.915 0.567,-1.077 l -11.008,3.867 4.226,12.019 c 0.037,0.104 -0.005,0.212 -0.093,0.243 l -3.378,1.188 8.91,25.353 13.702,-4.816 z"
+ id="path179" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 913.15,460.883 c -0.152,-0.433 0.101,-0.915 0.567,-1.077 l -11.008,3.867 4.226,12.019 c 0.037,0.104 -0.005,0.212 -0.093,0.243 l -3.378,1.188 8.91,25.353 13.702,-4.816 z"
+ id="path181" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 913.15,460.883 c -0.152,-0.433 0.101,-0.915 0.567,-1.077 l -11.008,3.867 4.226,12.019 c 0.037,0.104 -0.005,0.212 -0.093,0.243 l -3.378,1.188 8.91,25.353 13.702,-4.816 z"
+ id="path183" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 913.15,460.883 c -0.152,-0.433 0.101,-0.915 0.567,-1.077 l -11.008,3.867 4.226,12.019 c 0.037,0.104 -0.005,0.212 -0.093,0.243 l -3.378,1.188 8.91,25.353 13.702,-4.816 z"
+ id="path185" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 924.728,455.589 c 0.06,0.17 -0.054,0.365 -0.256,0.436 l 7.047,-2.479 -0.537,-1.529 -6.684,2.35 z"
+ id="path187" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 924.728,455.589 c 0.06,0.17 -0.054,0.365 -0.256,0.436 l 7.047,-2.479 -0.537,-1.529 -6.684,2.35 z"
+ id="path189" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 924.728,455.589 c 0.06,0.17 -0.054,0.365 -0.256,0.436 l 7.047,-2.479 -0.537,-1.529 -6.684,2.35 z"
+ id="path191" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 924.728,455.589 c 0.06,0.17 -0.054,0.365 -0.256,0.436 l 7.047,-2.479 -0.537,-1.529 -6.684,2.35 z"
+ id="path193" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 834.78,471.823 2.527,-0.887 -4.499,-12.799 -1.738,0.611 c -0.299,0.105 -0.548,0.178 -0.555,0.162 l -0.928,-2.643 c -0.006,-0.018 0.233,-0.117 0.534,-0.223 l 1.737,-0.609 -3.026,-8.608 c -0.425,2.81 -0.691,5.654 -0.792,8.519 l 5.601,15.932 c 0.164,0.465 0.675,0.709 1.139,0.545 z"
+ id="path195" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 834.78,471.823 2.527,-0.887 -4.499,-12.799 -1.738,0.611 c -0.299,0.105 -0.548,0.178 -0.555,0.162 l -0.928,-2.643 c -0.006,-0.018 0.233,-0.117 0.534,-0.223 l 1.737,-0.609 -3.026,-8.608 c -0.425,2.81 -0.691,5.654 -0.792,8.519 l 5.601,15.932 c 0.164,0.465 0.675,0.709 1.139,0.545 z"
+ id="path197" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 864.88,443.829 -13.352,-37.982 c -0.215,-0.609 -0.012,-1.236 0.453,-1.4 l 1.854,-0.652 -0.237,-0.673 -2.661,0.936 c -11.876,11.438 -19.647,26.534 -22.105,42.771 l 3.026,8.608 z"
+ id="path199" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 864.88,443.829 -13.352,-37.982 c -0.215,-0.609 -0.012,-1.236 0.453,-1.4 l 1.854,-0.652 -0.237,-0.673 -2.661,0.936 c -11.876,11.438 -19.647,26.534 -22.105,42.771 l 3.026,8.608 z"
+ id="path201" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 864.88,443.829 -13.352,-37.982 c -0.215,-0.609 -0.012,-1.236 0.453,-1.4 l 1.854,-0.652 -0.237,-0.673 -2.661,0.936 c -11.876,11.438 -19.647,26.534 -22.105,42.771 l 3.026,8.608 z"
+ id="path203" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 847.812,460.429 20.385,-7.165 -0.224,-0.64 -7.433,2.612 c -0.289,0.101 -0.526,0.175 -0.531,0.163 l -0.655,-1.867 c -0.005,-0.014 0.226,-0.104 0.515,-0.205 l 7.432,-2.612 -1.47,-4.185 -33.022,11.607 4.499,12.799 11.794,-4.145 -1.744,-4.963 c -0.216,-0.608 -0.013,-1.235 0.454,-1.399 z"
+ id="path205" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 847.812,460.429 20.385,-7.165 -0.224,-0.64 -7.433,2.612 c -0.289,0.101 -0.526,0.175 -0.531,0.163 l -0.655,-1.867 c -0.005,-0.014 0.226,-0.104 0.515,-0.205 l 7.432,-2.612 -1.47,-4.185 -33.022,11.607 4.499,12.799 11.794,-4.145 -1.744,-4.963 c -0.216,-0.608 -0.013,-1.235 0.454,-1.399 z"
+ id="path207" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 847.812,460.429 20.385,-7.165 -0.224,-0.64 -7.433,2.612 c -0.289,0.101 -0.526,0.175 -0.531,0.163 l -0.655,-1.867 c -0.005,-0.014 0.226,-0.104 0.515,-0.205 l 7.432,-2.612 -1.47,-4.185 -33.022,11.607 4.499,12.799 11.794,-4.145 -1.744,-4.963 c -0.216,-0.608 -0.013,-1.235 0.454,-1.399 z"
+ id="path209" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 875.453,397.437 -0.329,-0.936 c -0.163,-0.466 -0.674,-0.709 -1.139,-0.547 l -20.386,7.167 0.237,0.673 20.386,-7.166 c 0.465,-0.162 1.017,0.199 1.231,0.809 z"
+ id="path211" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 875.453,397.437 -0.329,-0.936 c -0.163,-0.466 -0.674,-0.709 -1.139,-0.547 l -20.386,7.167 0.237,0.673 20.386,-7.166 c 0.465,-0.162 1.017,0.199 1.231,0.809 z"
+ id="path213" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 875.453,397.437 -0.329,-0.936 c -0.163,-0.466 -0.674,-0.709 -1.139,-0.547 l -20.386,7.167 0.237,0.673 20.386,-7.166 c 0.465,-0.162 1.017,0.199 1.231,0.809 z"
+ id="path215" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 875.453,397.437 -0.329,-0.936 c -0.163,-0.466 -0.674,-0.709 -1.139,-0.547 l -20.386,7.167 0.237,0.673 20.386,-7.166 c 0.465,-0.162 1.017,0.199 1.231,0.809 z"
+ id="path217" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 940.095,393.16 c -9.196,-5.288 -19.482,-8.615 -30.164,-9.649 l 6.337,18.025 z"
+ id="path219" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 940.095,393.16 c -9.196,-5.288 -19.482,-8.615 -30.164,-9.649 l 6.337,18.025 z"
+ id="path221" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 940.095,393.16 c -9.196,-5.288 -19.482,-8.615 -30.164,-9.649 l 6.337,18.025 z"
+ id="path223" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.49,519.685 c -0.465,0.165 -1.015,-0.198 -1.229,-0.808 l -2.811,-7.994 -21.229,7.462 2.313,6.577 c 9.151,4.542 19.225,7.22 29.596,7.729 l -4.786,-13.617 z"
+ id="path225" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.49,519.685 c -0.465,0.165 -1.015,-0.198 -1.229,-0.808 l -2.811,-7.994 -21.229,7.462 2.313,6.577 c 9.151,4.542 19.225,7.22 29.596,7.729 l -4.786,-13.617 z"
+ id="path227" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="848.11298"
+ y="482.30399"
+ transform="matrix(-0.3316,-0.9434,0.9434,-0.3316,693.4218,1478.4001)"
+ width="44.643002"
+ height="22.503"
+ id="rect229" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="848.11298"
+ y="482.30399"
+ transform="matrix(-0.3316,-0.9434,0.9434,-0.3316,693.4218,1478.4001)"
+ width="44.643002"
+ height="22.503"
+ id="rect231" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="848.11298"
+ y="482.30399"
+ transform="matrix(-0.3316,-0.9434,0.9434,-0.3316,693.4218,1478.4001)"
+ width="44.643002"
+ height="22.503"
+ id="rect233" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="849.64801"
+ y="462.85901"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-105.9666,311.9189)"
+ width="22.502001"
+ height="7.138"
+ id="rect235" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="849.64801"
+ y="462.85901"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-105.9666,311.9189)"
+ width="22.502001"
+ height="7.138"
+ id="rect237" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="849.64801"
+ y="462.85901"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-105.9666,311.9189)"
+ width="22.502001"
+ height="7.138"
+ id="rect239" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 870.175,458.89 -5.104,1.795 c -0.43,0.15 -0.781,0.263 -0.784,0.253 l -0.626,-1.778 c -0.003,-0.012 0.341,-0.143 0.772,-0.293 l 5.103,-1.795 -1.339,-3.808 -20.385,7.165 c -0.467,0.164 -0.67,0.791 -0.455,1.4 l 1.744,4.963 21.229,-7.463 z"
+ id="path241" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 870.175,458.89 -5.104,1.795 c -0.43,0.15 -0.781,0.263 -0.784,0.253 l -0.626,-1.778 c -0.003,-0.012 0.341,-0.143 0.772,-0.293 l 5.103,-1.795 -1.339,-3.808 -20.385,7.165 c -0.467,0.164 -0.67,0.791 -0.455,1.4 l 1.744,4.963 21.229,-7.463 z"
+ id="path243" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 870.175,458.89 -5.104,1.795 c -0.43,0.15 -0.781,0.263 -0.784,0.253 l -0.626,-1.778 c -0.003,-0.012 0.341,-0.143 0.772,-0.293 l 5.103,-1.795 -1.339,-3.808 -20.385,7.165 c -0.467,0.164 -0.67,0.791 -0.455,1.4 l 1.744,4.963 21.229,-7.463 z"
+ id="path245" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 870.175,458.89 -5.104,1.795 c -0.43,0.15 -0.781,0.263 -0.784,0.253 l -0.626,-1.778 c -0.003,-0.012 0.341,-0.143 0.772,-0.293 l 5.103,-1.795 -1.339,-3.808 -20.385,7.165 c -0.467,0.164 -0.67,0.791 -0.455,1.4 l 1.744,4.963 21.229,-7.463 z"
+ id="path247" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.25,422.904 c 0.465,-0.163 0.974,0.082 1.138,0.548 l 1.599,4.548 1.516,-0.532 -2.314,-6.586 -11.119,3.909 0.419,1.194 z"
+ id="path249" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.25,422.904 c 0.465,-0.163 0.974,0.082 1.138,0.548 l 1.599,4.548 1.516,-0.532 -2.314,-6.586 -11.119,3.909 0.419,1.194 z"
+ id="path251" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.25,422.904 c 0.465,-0.163 0.974,0.082 1.138,0.548 l 1.599,4.548 1.516,-0.532 -2.314,-6.586 -11.119,3.909 0.419,1.194 z"
+ id="path253" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 894.25,422.904 c 0.465,-0.163 0.974,0.082 1.138,0.548 l 1.599,4.548 1.516,-0.532 -2.314,-6.586 -11.119,3.909 0.419,1.194 z"
+ id="path255" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 905.373,447.012 -5.729,2.013 2.367,6.736 5.862,-2.061 c -0.145,-0.145 -0.266,-0.33 -0.343,-0.549 z"
+ id="path257" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 905.373,447.012 -5.729,2.013 2.367,6.736 5.862,-2.061 c -0.145,-0.145 -0.266,-0.33 -0.343,-0.549 z"
+ id="path259" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 905.373,447.012 -5.729,2.013 2.367,6.736 5.862,-2.061 c -0.145,-0.145 -0.266,-0.33 -0.343,-0.549 z"
+ id="path261" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 905.373,447.012 -5.729,2.013 2.367,6.736 5.862,-2.061 c -0.145,-0.145 -0.266,-0.33 -0.343,-0.549 z"
+ id="path263" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="900.97601"
+ y="455.134"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1925.2111,585.0494)"
+ width="23.452"
+ height="3.211"
+ id="rect265" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="900.97601"
+ y="455.134"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1925.2111,585.0494)"
+ width="23.452"
+ height="3.211"
+ id="rect267" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="900.97601"
+ y="455.134"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1925.2111,585.0494)"
+ width="23.452"
+ height="3.211"
+ id="rect269" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="900.97601"
+ y="455.134"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1925.2111,585.0494)"
+ width="23.452"
+ height="3.211"
+ id="rect271" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="899.39502"
+ y="447.565"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1902.2772,571.1381)"
+ width="6.072"
+ height="0.46700001"
+ id="rect273" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="899.39502"
+ y="447.565"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1902.2772,571.1381)"
+ width="6.072"
+ height="0.46700001"
+ id="rect275" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="899.39502"
+ y="447.565"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1902.2772,571.1381)"
+ width="6.072"
+ height="0.46700001"
+ id="rect277" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="899.39502"
+ y="447.565"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1902.2772,571.1381)"
+ width="6.072"
+ height="0.46700001"
+ id="rect279" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="899.39502"
+ y="447.565"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1902.2772,571.1381)"
+ width="6.072"
+ height="0.46700001"
+ id="rect281" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 902.709,463.673 11.008,-3.867 10.755,-3.781 c 0.202,-0.07 0.315,-0.266 0.256,-0.436 l -0.43,-1.223 -22.126,7.775 z"
+ id="path283" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 902.709,463.673 11.008,-3.867 10.755,-3.781 c 0.202,-0.07 0.315,-0.266 0.256,-0.436 l -0.43,-1.223 -22.126,7.775 z"
+ id="path285" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 902.709,463.673 11.008,-3.867 10.755,-3.781 c 0.202,-0.07 0.315,-0.266 0.256,-0.436 l -0.43,-1.223 -22.126,7.775 z"
+ id="path287" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 902.709,463.673 11.008,-3.867 10.755,-3.781 c 0.202,-0.07 0.315,-0.266 0.256,-0.436 l -0.43,-1.223 -22.126,7.775 z"
+ id="path289" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 902.709,463.673 11.008,-3.867 10.755,-3.781 c 0.202,-0.07 0.315,-0.266 0.256,-0.436 l -0.43,-1.223 -22.126,7.775 z"
+ id="path291" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.252,450.919 0.63,1.79 3.38,-1.187 c 0.087,-0.031 0.188,0.027 0.224,0.131 l 1.672,4.758 1.854,-0.65 -2.367,-6.736 z"
+ id="path293" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.252,450.919 0.63,1.79 3.38,-1.187 c 0.087,-0.031 0.188,0.027 0.224,0.131 l 1.672,4.758 1.854,-0.65 -2.367,-6.736 z"
+ id="path295" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 894.252,450.919 0.63,1.79 3.38,-1.187 c 0.087,-0.031 0.188,0.027 0.224,0.131 l 1.672,4.758 1.854,-0.65 -2.367,-6.736 z"
+ id="path297" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.252,450.919 0.63,1.79 3.38,-1.187 c 0.087,-0.031 0.188,0.027 0.224,0.131 l 1.672,4.758 1.854,-0.65 -2.367,-6.736 z"
+ id="path299" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 894.252,450.919 0.63,1.79 3.38,-1.187 c 0.087,-0.031 0.188,0.027 0.224,0.131 l 1.672,4.758 1.854,-0.65 -2.367,-6.736 z"
+ id="path301" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="896.64001"
+ y="446.89499"
+ transform="matrix(-0.3275,-0.9448,0.9448,-0.3275,765.6945,1444.4624)"
+ width="0.465"
+ height="5.7150002"
+ id="rect303" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="896.64001"
+ y="446.89499"
+ transform="matrix(-0.3275,-0.9448,0.9448,-0.3275,765.6945,1444.4624)"
+ width="0.465"
+ height="5.7150002"
+ id="rect305" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="896.64001"
+ y="446.89499"
+ transform="matrix(-0.3275,-0.9448,0.9448,-0.3275,765.6945,1444.4624)"
+ width="0.465"
+ height="5.7150002"
+ id="rect307" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="896.64001"
+ y="446.89499"
+ transform="matrix(-0.3275,-0.9448,0.9448,-0.3275,765.6945,1444.4624)"
+ width="0.465"
+ height="5.7150002"
+ id="rect309" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="896.64001"
+ y="446.89499"
+ transform="matrix(-0.3275,-0.9448,0.9448,-0.3275,765.6945,1444.4624)"
+ width="0.465"
+ height="5.7150002"
+ id="rect311" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="896.64001"
+ y="446.89499"
+ transform="matrix(-0.3275,-0.9448,0.9448,-0.3275,765.6945,1444.4624)"
+ width="0.465"
+ height="5.7150002"
+ id="rect313" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 903.464,477.122 3.378,-1.188 c 0.088,-0.031 0.13,-0.139 0.093,-0.243 l -4.226,-12.019 -3.535,1.242 z"
+ id="path315" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 903.464,477.122 3.378,-1.188 c 0.088,-0.031 0.13,-0.139 0.093,-0.243 l -4.226,-12.019 -3.535,1.242 z"
+ id="path317" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 903.464,477.122 3.378,-1.188 c 0.088,-0.031 0.13,-0.139 0.093,-0.243 l -4.226,-12.019 -3.535,1.242 z"
+ id="path319" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 903.464,477.122 3.378,-1.188 c 0.088,-0.031 0.13,-0.139 0.093,-0.243 l -4.226,-12.019 -3.535,1.242 z"
+ id="path321" />
+ <path
+ style="opacity:0.4;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 903.464,477.122 3.378,-1.188 c 0.088,-0.031 0.13,-0.139 0.093,-0.243 l -4.226,-12.019 -3.535,1.242 z"
+ id="path323" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 898.802,463.863 c -0.091,-0.265 0.21,-0.61 0.676,-0.773 l 2.694,-0.948 -1.063,-3.028 -3.538,1.243 z"
+ id="path325" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 898.802,463.863 c -0.091,-0.265 0.21,-0.61 0.676,-0.773 l 2.694,-0.948 -1.063,-3.028 -3.538,1.243 z"
+ id="path327" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 898.802,463.863 c -0.091,-0.265 0.21,-0.61 0.676,-0.773 l 2.694,-0.948 -1.063,-3.028 -3.538,1.243 z"
+ id="path329" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 898.802,463.863 c -0.091,-0.265 0.21,-0.61 0.676,-0.773 l 2.694,-0.948 -1.063,-3.028 -3.538,1.243 z"
+ id="path331" />
+ <path
+ style="opacity:0.4;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 898.802,463.863 c -0.091,-0.265 0.21,-0.61 0.676,-0.773 l 2.694,-0.948 -1.063,-3.028 -3.538,1.243 z"
+ id="path333" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 899.478,463.09 c -0.466,0.163 -0.767,0.509 -0.676,0.773 l 0.372,1.052 3.535,-1.242 -0.537,-1.531 z"
+ id="path335" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 899.478,463.09 c -0.466,0.163 -0.767,0.509 -0.676,0.773 l 0.372,1.052 3.535,-1.242 -0.537,-1.531 z"
+ id="path337" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 899.478,463.09 c -0.466,0.163 -0.767,0.509 -0.676,0.773 l 0.372,1.052 3.535,-1.242 -0.537,-1.531 z"
+ id="path339" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 899.478,463.09 c -0.466,0.163 -0.767,0.509 -0.676,0.773 l 0.372,1.052 3.535,-1.242 -0.537,-1.531 z"
+ id="path341" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 899.478,463.09 c -0.466,0.163 -0.767,0.509 -0.676,0.773 l 0.372,1.052 3.535,-1.242 -0.537,-1.531 z"
+ id="path343" />
+ <path
+ style="opacity:0.4;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 899.478,463.09 c -0.466,0.163 -0.767,0.509 -0.676,0.773 l 0.372,1.052 3.535,-1.242 -0.537,-1.531 z"
+ id="path345" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.158,456.411 -1.672,-4.758 c -0.036,-0.104 -0.137,-0.162 -0.224,-0.131 l -3.38,1.187 1.74,4.945 z"
+ id="path347" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.158,456.411 -1.672,-4.758 c -0.036,-0.104 -0.137,-0.162 -0.224,-0.131 l -3.38,1.187 1.74,4.945 z"
+ id="path349" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 900.158,456.411 -1.672,-4.758 c -0.036,-0.104 -0.137,-0.162 -0.224,-0.131 l -3.38,1.187 1.74,4.945 z"
+ id="path351" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.158,456.411 -1.672,-4.758 c -0.036,-0.104 -0.137,-0.162 -0.224,-0.131 l -3.38,1.187 1.74,4.945 z"
+ id="path353" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 900.158,456.411 -1.672,-4.758 c -0.036,-0.104 -0.137,-0.162 -0.224,-0.131 l -3.38,1.187 1.74,4.945 z"
+ id="path355" />
+ <path
+ style="opacity:0.4;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 900.158,456.411 -1.672,-4.758 c -0.036,-0.104 -0.137,-0.162 -0.224,-0.131 l -3.38,1.187 1.74,4.945 z"
+ id="path357" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 961.413,437.345 11.905,-4.186 c -1.115,-3.176 -2.426,-6.229 -3.912,-9.15 l -11.286,3.968 z"
+ id="path359" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 968.502,422.284 c -5.235,-9.678 -12.421,-17.841 -20.878,-24.169 l 9.857,28.043 z"
+ id="path361" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 958.013,428.015 c -0.052,0.311 -0.263,0.585 -0.581,0.697 l -10.784,3.79 2.972,8.451 c 0.093,0.263 0.352,0.413 0.577,0.334 l 11.216,-3.942 -3.292,-9.368 z"
+ id="path363" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 958.013,428.015 c -0.052,0.311 -0.263,0.585 -0.581,0.697 l -10.784,3.79 2.972,8.451 c 0.093,0.263 0.352,0.413 0.577,0.334 l 11.216,-3.942 -3.292,-9.368 z"
+ id="path365" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 946.648,432.502 10.784,-3.79 c 0.318,-0.112 0.529,-0.387 0.581,-0.697 l -11.518,4.048 z"
+ id="path367" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 946.648,432.502 10.784,-3.79 c 0.318,-0.112 0.529,-0.387 0.581,-0.697 l -11.518,4.048 z"
+ id="path369" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 946.648,432.502 10.784,-3.79 c 0.318,-0.112 0.529,-0.387 0.581,-0.697 l -11.518,4.048 z"
+ id="path371" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 934.677,398.44 11.179,31.805 11.625,-4.087 -9.857,-28.043 c -1.483,-1.109 -3.006,-2.163 -4.563,-3.157 l -8.144,2.862 c -0.226,0.079 -0.334,0.357 -0.24,0.62 z"
+ id="path373" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 934.677,398.44 11.179,31.805 11.625,-4.087 -9.857,-28.043 c -1.483,-1.109 -3.006,-2.163 -4.563,-3.157 l -8.144,2.862 c -0.226,0.079 -0.334,0.357 -0.24,0.62 z"
+ id="path375" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 934.677,398.44 11.179,31.805 11.625,-4.087 -9.857,-28.043 c -1.483,-1.109 -3.006,-2.163 -4.563,-3.157 l -8.144,2.862 c -0.226,0.079 -0.334,0.357 -0.24,0.62 z"
+ id="path377" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.986,428 -1.599,-4.548 c -0.164,-0.466 -0.673,-0.711 -1.138,-0.548 l -8.763,3.081 1.896,5.391 z"
+ id="path379" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.986,428 -1.599,-4.548 c -0.164,-0.466 -0.673,-0.711 -1.138,-0.548 l -8.763,3.081 1.896,5.391 z"
+ id="path381" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.986,428 -1.599,-4.548 c -0.164,-0.466 -0.673,-0.711 -1.138,-0.548 l -8.763,3.081 1.896,5.391 z"
+ id="path383" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 896.986,428 -1.599,-4.548 c -0.164,-0.466 -0.673,-0.711 -1.138,-0.548 l -8.763,3.081 1.896,5.391 z"
+ id="path385" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.986,428 -1.599,-4.548 c -0.164,-0.466 -0.673,-0.711 -1.138,-0.548 l -8.763,3.081 1.896,5.391 z"
+ id="path387" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="896.31201"
+ y="428.952"
+ transform="matrix(0.332,0.9433,-0.9433,0.332,1005.5748,-560.4146)"
+ width="4.2859998"
+ height="1.6059999"
+ id="rect389" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="896.31201"
+ y="428.952"
+ transform="matrix(0.332,0.9433,-0.9433,0.332,1005.5748,-560.4146)"
+ width="4.2859998"
+ height="1.6059999"
+ id="rect391" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="896.31201"
+ y="428.952"
+ transform="matrix(0.332,0.9433,-0.9433,0.332,1005.5748,-560.4146)"
+ width="4.2859998"
+ height="1.6059999"
+ id="rect393" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="896.31201"
+ y="428.952"
+ transform="matrix(0.332,0.9433,-0.9433,0.332,1005.5748,-560.4146)"
+ width="4.2859998"
+ height="1.6059999"
+ id="rect395" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="896.31201"
+ y="428.952"
+ transform="matrix(0.332,0.9433,-0.9433,0.332,1005.5748,-560.4146)"
+ width="4.2859998"
+ height="1.6059999"
+ id="rect397" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="900.04797"
+ y="434.35501"
+ transform="matrix(-0.9433,0.3319,-0.3319,-0.9433,1895.5321,549.4395)"
+ width="1.607"
+ height="4.4330001"
+ id="rect399" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="900.04797"
+ y="434.35501"
+ transform="matrix(-0.9433,0.3319,-0.3319,-0.9433,1895.5321,549.4395)"
+ width="1.607"
+ height="4.4330001"
+ id="rect401" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="900.04797"
+ y="434.35501"
+ transform="matrix(-0.9433,0.3319,-0.3319,-0.9433,1895.5321,549.4395)"
+ width="1.607"
+ height="4.4330001"
+ id="rect403" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="900.04797"
+ y="434.35501"
+ transform="matrix(-0.9433,0.3319,-0.3319,-0.9433,1895.5321,549.4395)"
+ width="1.607"
+ height="4.4330001"
+ id="rect405" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="900.04797"
+ y="434.35501"
+ transform="matrix(-0.9433,0.3319,-0.3319,-0.9433,1895.5321,549.4395)"
+ width="1.607"
+ height="4.4330001"
+ id="rect407" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.882,441.774 -3.371,1.186 1.339,3.808 5.729,-2.013 -1.564,-4.449 -1.544,0.543 c 0.038,0.399 -0.195,0.789 -0.589,0.925 z"
+ id="path409" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.882,441.774 -3.371,1.186 1.339,3.808 5.729,-2.013 -1.564,-4.449 -1.544,0.543 c 0.038,0.399 -0.195,0.789 -0.589,0.925 z"
+ id="path411" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.882,441.774 -3.371,1.186 1.339,3.808 5.729,-2.013 -1.564,-4.449 -1.544,0.543 c 0.038,0.399 -0.195,0.789 -0.589,0.925 z"
+ id="path413" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 900.882,441.774 -3.371,1.186 1.339,3.808 5.729,-2.013 -1.564,-4.449 -1.544,0.543 c 0.038,0.399 -0.195,0.789 -0.589,0.925 z"
+ id="path415" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.882,441.774 -3.371,1.186 1.339,3.808 5.729,-2.013 -1.564,-4.449 -1.544,0.543 c 0.038,0.399 -0.195,0.789 -0.589,0.925 z"
+ id="path417" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.62799"
+ y="443.793"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1888.123,569.545)"
+ width="5.7150002"
+ height="4.0359998"
+ id="rect419" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.62799"
+ y="443.793"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1888.123,569.545)"
+ width="5.7150002"
+ height="4.0359998"
+ id="rect421" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.62799"
+ y="443.793"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1888.123,569.545)"
+ width="5.7150002"
+ height="4.0359998"
+ id="rect423" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.62799"
+ y="443.793"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1888.123,569.545)"
+ width="5.7150002"
+ height="4.0359998"
+ id="rect425" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="892.62799"
+ y="443.793"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1888.123,569.545)"
+ width="5.7150002"
+ height="4.0359998"
+ id="rect427" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.62799"
+ y="443.793"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1888.123,569.545)"
+ width="5.7150002"
+ height="4.0359998"
+ id="rect429" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.80701"
+ y="429.56601"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1878.4277,542.8927)"
+ width="10.177"
+ height="4.2859998"
+ id="rect431" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.80701"
+ y="429.56601"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1878.4277,542.8927)"
+ width="10.177"
+ height="4.2859998"
+ id="rect433" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.80701"
+ y="429.56601"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1878.4277,542.8927)"
+ width="10.177"
+ height="4.2859998"
+ id="rect435" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="887.80701"
+ y="429.56601"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1878.4277,542.8927)"
+ width="10.177"
+ height="4.2859998"
+ id="rect437" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.80701"
+ y="429.56601"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1878.4277,542.8927)"
+ width="10.177"
+ height="4.2859998"
+ id="rect439" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.80701"
+ y="429.56601"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1878.4277,542.8927)"
+ width="10.177"
+ height="4.2859998"
+ id="rect441" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 895.01,438.538 c 0.467,-0.164 0.978,0.081 1.14,0.547 l 0.466,1.326 4.213,-1.481 -1.472,-4.184 -9.604,3.376 0.709,2.014 z"
+ id="path443" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 895.01,438.538 c 0.467,-0.164 0.978,0.081 1.14,0.547 l 0.466,1.326 4.213,-1.481 -1.472,-4.184 -9.604,3.376 0.709,2.014 z"
+ id="path445" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 895.01,438.538 c 0.467,-0.164 0.978,0.081 1.14,0.547 l 0.466,1.326 4.213,-1.481 -1.472,-4.184 -9.604,3.376 0.709,2.014 z"
+ id="path447" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 895.01,438.538 c 0.467,-0.164 0.978,0.081 1.14,0.547 l 0.466,1.326 4.213,-1.481 -1.472,-4.184 -9.604,3.376 0.709,2.014 z"
+ id="path449" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 895.01,438.538 c 0.467,-0.164 0.978,0.081 1.14,0.547 l 0.466,1.326 4.213,-1.481 -1.472,-4.184 -9.604,3.376 0.709,2.014 z"
+ id="path451" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 895.01,438.538 c 0.467,-0.164 0.978,0.081 1.14,0.547 l 0.466,1.326 4.213,-1.481 -1.472,-4.184 -9.604,3.376 0.709,2.014 z"
+ id="path453" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.511,442.96 3.371,-1.186 c 0.394,-0.137 0.627,-0.526 0.589,-0.926 l -4.185,1.471 z"
+ id="path455" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.511,442.96 3.371,-1.186 c 0.394,-0.137 0.627,-0.526 0.589,-0.926 l -4.185,1.471 z"
+ id="path457" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.511,442.96 3.371,-1.186 c 0.394,-0.137 0.627,-0.526 0.589,-0.926 l -4.185,1.471 z"
+ id="path459" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 897.511,442.96 3.371,-1.186 c 0.394,-0.137 0.627,-0.526 0.589,-0.926 l -4.185,1.471 z"
+ id="path461" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.511,442.96 3.371,-1.186 c 0.394,-0.137 0.627,-0.526 0.589,-0.926 l -4.185,1.471 z"
+ id="path463" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.511,442.96 3.371,-1.186 c 0.394,-0.137 0.627,-0.526 0.589,-0.926 l -4.185,1.471 z"
+ id="path465" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.15,439.085 c -0.162,-0.466 -0.673,-0.711 -1.14,-0.547 l -4.548,1.598 0.762,2.17 5.392,-1.895 z"
+ id="path467" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.15,439.085 c -0.162,-0.466 -0.673,-0.711 -1.14,-0.547 l -4.548,1.598 0.762,2.17 5.392,-1.895 z"
+ id="path469" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.15,439.085 c -0.162,-0.466 -0.673,-0.711 -1.14,-0.547 l -4.548,1.598 0.762,2.17 5.392,-1.895 z"
+ id="path471" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.15,439.085 c -0.162,-0.466 -0.673,-0.711 -1.14,-0.547 l -4.548,1.598 0.762,2.17 5.392,-1.895 z"
+ id="path473" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 896.15,439.085 c -0.162,-0.466 -0.673,-0.711 -1.14,-0.547 l -4.548,1.598 0.762,2.17 5.392,-1.895 z"
+ id="path475" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.15,439.085 c -0.162,-0.466 -0.673,-0.711 -1.14,-0.547 l -4.548,1.598 0.762,2.17 5.392,-1.895 z"
+ id="path477" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.15,439.085 c -0.162,-0.466 -0.673,-0.711 -1.14,-0.547 l -4.548,1.598 0.762,2.17 5.392,-1.895 z"
+ id="path479" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="894.36401"
+ y="440.73001"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,772.1244,1434.6663)"
+ width="0.67900002"
+ height="5.7140002"
+ id="rect481" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="894.36401"
+ y="440.73001"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,772.1244,1434.6663)"
+ width="0.67900002"
+ height="5.7140002"
+ id="rect483" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="894.36401"
+ y="440.73001"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,772.1244,1434.6663)"
+ width="0.67900002"
+ height="5.7140002"
+ id="rect485" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="894.36401"
+ y="440.73001"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,772.1244,1434.6663)"
+ width="0.67900002"
+ height="5.7140002"
+ id="rect487" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="894.36401"
+ y="440.73001"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,772.1244,1434.6663)"
+ width="0.67900002"
+ height="5.7140002"
+ id="rect489" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="894.36401"
+ y="440.73001"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,772.1244,1434.6663)"
+ width="0.67900002"
+ height="5.7140002"
+ id="rect491" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="894.36401"
+ y="440.73001"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,772.1244,1434.6663)"
+ width="0.67900002"
+ height="5.7140002"
+ id="rect493" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.375,502.475 -21.229,7.461 3.198,9.099 20.386,-7.167 c 0.465,-0.164 0.67,-0.791 0.455,-1.399 l -1.438,-4.09 z"
+ id="path495" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.375,502.475 -21.229,7.461 3.198,9.099 20.386,-7.167 c 0.465,-0.164 0.67,-0.791 0.455,-1.399 l -1.438,-4.09 z"
+ id="path497" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.019,480.441 c -0.088,0.03 -0.188,-0.028 -0.223,-0.131 l -5.83,-16.578 -11.625,4.087 14.805,42.116 21.229,-7.461 -8.91,-25.353 z"
+ id="path499" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.019,480.441 c -0.088,0.03 -0.188,-0.028 -0.223,-0.131 l -5.83,-16.578 -11.625,4.087 14.805,42.116 21.229,-7.461 -8.91,-25.353 z"
+ id="path501" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.019,480.441 c -0.088,0.03 -0.188,-0.028 -0.223,-0.131 l -5.83,-16.578 -11.625,4.087 14.805,42.116 21.229,-7.461 -8.91,-25.353 z"
+ id="path503" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 875.591,462.71 c -0.108,0.036 -0.213,0.023 -0.232,-0.032 l -1.602,-4.556 -0.733,0.26 2.369,6.735 7.413,-2.605 -0.731,-2.082 z"
+ id="path505" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 875.591,462.71 c -0.108,0.036 -0.213,0.023 -0.232,-0.032 l -1.602,-4.556 -0.733,0.26 2.369,6.735 7.413,-2.605 -0.731,-2.082 z"
+ id="path507" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 875.591,462.71 c -0.108,0.036 -0.213,0.023 -0.232,-0.032 l -1.602,-4.556 -0.733,0.26 2.369,6.735 7.413,-2.605 -0.731,-2.082 z"
+ id="path509" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 871.28,453.42 -0.612,-1.744 -2.694,0.948 0.224,0.64 1.853,-0.651 c 0.464,-0.165 1.016,0.197 1.229,0.807 z"
+ id="path511" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 871.28,453.42 -0.612,-1.744 -2.694,0.948 0.224,0.64 1.853,-0.651 c 0.464,-0.165 1.016,0.197 1.229,0.807 z"
+ id="path513" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 871.28,453.42 -0.612,-1.744 -2.694,0.948 0.224,0.64 1.853,-0.651 c 0.464,-0.165 1.016,0.197 1.229,0.807 z"
+ id="path515" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 871.28,453.42 -0.612,-1.744 -2.694,0.948 0.224,0.64 1.853,-0.651 c 0.464,-0.165 1.016,0.197 1.229,0.807 z"
+ id="path517" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="866.48401"
+ y="445.931"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-99.5385,313.4356)"
+ width="2.8570001"
+ height="4.4349999"
+ id="rect519" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="866.48401"
+ y="445.931"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-99.5385,313.4356)"
+ width="2.8570001"
+ height="4.4349999"
+ id="rect521" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="866.48401"
+ y="445.931"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-99.5385,313.4356)"
+ width="2.8570001"
+ height="4.4349999"
+ id="rect523" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="866.48401"
+ y="445.931"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-99.5385,313.4356)"
+ width="2.8570001"
+ height="4.4349999"
+ id="rect525" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.754,458.111 c -0.285,0.062 -0.57,-0.021 -0.776,-0.207 l -0.107,0.038 0.153,0.439 0.733,-0.26 z"
+ id="path527" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.754,458.111 c -0.285,0.062 -0.57,-0.021 -0.776,-0.207 l -0.107,0.038 0.153,0.439 0.733,-0.26 z"
+ id="path529" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 873.754,458.111 c -0.285,0.062 -0.57,-0.021 -0.776,-0.207 l -0.107,0.038 0.153,0.439 0.733,-0.26 z"
+ id="path531" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.754,458.111 c -0.285,0.062 -0.57,-0.021 -0.776,-0.207 l -0.107,0.038 0.153,0.439 0.733,-0.26 z"
+ id="path533" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 853.836,403.794 -1.854,0.652 c -0.465,0.164 -0.668,0.791 -0.453,1.4 l 13.352,37.982 2.695,-0.948 z"
+ id="path535" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 853.836,403.794 -1.854,0.652 c -0.465,0.164 -0.668,0.791 -0.453,1.4 l 13.352,37.982 2.695,-0.948 z"
+ id="path537" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 853.836,403.794 -1.854,0.652 c -0.465,0.164 -0.668,0.791 -0.453,1.4 l 13.352,37.982 2.695,-0.948 z"
+ id="path539" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 853.836,403.794 -1.854,0.652 c -0.465,0.164 -0.668,0.791 -0.453,1.4 l 13.352,37.982 2.695,-0.948 z"
+ id="path541" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="870.667,451.676 871.28,453.42 872.231,456.125 872.965,455.866 871.401,451.419 "
+ id="polygon543" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="870.667,451.676 871.28,453.42 872.231,456.125 872.965,455.866 871.401,451.419 "
+ id="polygon545" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="870.667,451.676 871.28,453.42 872.231,456.125 872.965,455.866 871.401,451.419 "
+ id="polygon547" />
+ <polygon
+ style="opacity:0.5;fill:#d1e4b7"
+ points="870.667,451.676 871.28,453.42 872.231,456.125 872.965,455.866 871.401,451.419 "
+ id="polygon549" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="870.667,451.676 871.28,453.42 872.231,456.125 872.965,455.866 871.401,451.419 "
+ id="polygon551" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 877.41,447.161 -0.467,-1.326 c -0.162,-0.465 0.082,-0.977 0.547,-1.139 l 3.37,-1.185 -0.707,-2.016 -11.627,4.086 1.47,4.185 z"
+ id="path553" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 877.41,447.161 -0.467,-1.326 c -0.162,-0.465 0.082,-0.977 0.547,-1.139 l 3.37,-1.185 -0.707,-2.016 -11.627,4.086 1.47,4.185 z"
+ id="path555" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 877.41,447.161 -0.467,-1.326 c -0.162,-0.465 0.082,-0.977 0.547,-1.139 l 3.37,-1.185 -0.707,-2.016 -11.627,4.086 1.47,4.185 z"
+ id="path557" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 877.41,447.161 -0.467,-1.326 c -0.162,-0.465 0.082,-0.977 0.547,-1.139 l 3.37,-1.185 -0.707,-2.016 -11.627,4.086 1.47,4.185 z"
+ id="path559" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 877.41,447.161 -0.467,-1.326 c -0.162,-0.465 0.082,-0.977 0.547,-1.139 l 3.37,-1.185 -0.707,-2.016 -11.627,4.086 1.47,4.185 z"
+ id="path561" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 872.978,457.904 c 0.206,0.186 0.491,0.269 0.776,0.207 l -0.151,-0.427 z"
+ id="path563" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 872.978,457.904 c 0.206,0.186 0.491,0.269 0.776,0.207 l -0.151,-0.427 z"
+ id="path565" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 872.978,457.904 c 0.206,0.186 0.491,0.269 0.776,0.207 l -0.151,-0.427 z"
+ id="path567" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 872.978,457.904 c 0.206,0.186 0.491,0.269 0.776,0.207 l -0.151,-0.427 z"
+ id="path569" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 872.978,457.904 c 0.206,0.186 0.491,0.269 0.776,0.207 l -0.151,-0.427 z"
+ id="path571" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 879.201,438.794 -3.02,-8.591 c -0.162,-0.466 0.08,-0.976 0.545,-1.139 l 4.55,-1.599 -0.312,-0.887 c -0.061,-0.17 0.055,-0.363 0.255,-0.434 l 3.849,-1.354 -9.615,-27.354 c -0.214,-0.609 -0.766,-0.971 -1.23,-0.809 l -20.386,7.166 13.739,39.087 z"
+ id="path573" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 879.201,438.794 -3.02,-8.591 c -0.162,-0.466 0.08,-0.976 0.545,-1.139 l 4.55,-1.599 -0.312,-0.887 c -0.061,-0.17 0.055,-0.363 0.255,-0.434 l 3.849,-1.354 -9.615,-27.354 c -0.214,-0.609 -0.766,-0.971 -1.23,-0.809 l -20.386,7.166 13.739,39.087 z"
+ id="path575" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 879.201,438.794 -3.02,-8.591 c -0.162,-0.466 0.08,-0.976 0.545,-1.139 l 4.55,-1.599 -0.312,-0.887 c -0.061,-0.17 0.055,-0.363 0.255,-0.434 l 3.849,-1.354 -9.615,-27.354 c -0.214,-0.609 -0.766,-0.971 -1.23,-0.809 l -20.386,7.166 13.739,39.087 z"
+ id="path577" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 879.201,438.794 -3.02,-8.591 c -0.162,-0.466 0.08,-0.976 0.545,-1.139 l 4.55,-1.599 -0.312,-0.887 c -0.061,-0.17 0.055,-0.363 0.255,-0.434 l 3.849,-1.354 -9.615,-27.354 c -0.214,-0.609 -0.766,-0.971 -1.23,-0.809 l -20.386,7.166 13.739,39.087 z"
+ id="path579" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 879.201,438.794 -3.02,-8.591 c -0.162,-0.466 0.08,-0.976 0.545,-1.139 l 4.55,-1.599 -0.312,-0.887 c -0.061,-0.17 0.055,-0.363 0.255,-0.434 l 3.849,-1.354 -9.615,-27.354 c -0.214,-0.609 -0.766,-0.971 -1.23,-0.809 l -20.386,7.166 13.739,39.087 z"
+ id="path581" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.31403"
+ y="459.62799"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.713,319.2587)"
+ width="4.4629998"
+ height="2.207"
+ id="rect583" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.31403"
+ y="459.62799"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.713,319.2587)"
+ width="4.4629998"
+ height="2.207"
+ id="rect585" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.31403"
+ y="459.62799"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.713,319.2587)"
+ width="4.4629998"
+ height="2.207"
+ id="rect587" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.31403"
+ y="459.62799"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.713,319.2587)"
+ width="4.4629998"
+ height="2.207"
+ id="rect589" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.86,443.512 -3.37,1.185 c -0.465,0.162 -0.709,0.674 -0.547,1.139 l 0.467,1.326 4.213,-1.48 z"
+ id="path591" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.86,443.512 -3.37,1.185 c -0.465,0.162 -0.709,0.674 -0.547,1.139 l 0.467,1.326 4.213,-1.48 z"
+ id="path593" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.86,443.512 -3.37,1.185 c -0.465,0.162 -0.709,0.674 -0.547,1.139 l 0.467,1.326 4.213,-1.48 z"
+ id="path595" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 880.86,443.512 -3.37,1.185 c -0.465,0.162 -0.709,0.674 -0.547,1.139 l 0.467,1.326 4.213,-1.48 z"
+ id="path597" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.86,443.512 -3.37,1.185 c -0.465,0.162 -0.709,0.674 -0.547,1.139 l 0.467,1.326 4.213,-1.48 z"
+ id="path599" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.86,443.512 -3.37,1.185 c -0.465,0.162 -0.709,0.674 -0.547,1.139 l 0.467,1.326 4.213,-1.48 z"
+ id="path601" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 888.451,510.883 2.811,7.994 c 0.214,0.609 0.764,0.973 1.229,0.808 l 1.854,-0.65 -3.198,-9.099 z"
+ id="path603" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 888.451,510.883 2.811,7.994 c 0.214,0.609 0.764,0.973 1.229,0.808 l 1.854,-0.65 -3.198,-9.099 z"
+ id="path605" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 888.451,510.883 2.811,7.994 c 0.214,0.609 0.764,0.973 1.229,0.808 l 1.854,-0.65 -3.198,-9.099 z"
+ id="path607" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.96698"
+ y="467.03"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-112.3917,320.5772)"
+ width="2.8570001"
+ height="44.641998"
+ id="rect609" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.96698"
+ y="467.03"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-112.3917,320.5772)"
+ width="2.8570001"
+ height="44.641998"
+ id="rect611" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.96698"
+ y="467.03"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-112.3917,320.5772)"
+ width="2.8570001"
+ height="44.641998"
+ id="rect613" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.96698"
+ y="467.03"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-112.3917,320.5772)"
+ width="2.8570001"
+ height="44.641998"
+ id="rect615" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="871.43298"
+ y="458.65302"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-103.8983,315.671)"
+ width="2.8559999"
+ height="7.1389999"
+ id="rect617" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="871.43298"
+ y="458.65302"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-103.8983,315.671)"
+ width="2.8559999"
+ height="7.1389999"
+ id="rect619" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="871.43298"
+ y="458.65302"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-103.8983,315.671)"
+ width="2.8559999"
+ height="7.1389999"
+ id="rect621" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="871.43298"
+ y="458.65302"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-103.8983,315.671)"
+ width="2.8559999"
+ height="7.1389999"
+ id="rect623" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="870.172"
+ y="458.40302"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.7637,314.9393)"
+ width="2.8570001"
+ height="0.46599999"
+ id="rect625" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="870.172"
+ y="458.40302"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.7637,314.9393)"
+ width="2.8570001"
+ height="0.46599999"
+ id="rect627" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="870.172"
+ y="458.40302"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.7637,314.9393)"
+ width="2.8570001"
+ height="0.46599999"
+ id="rect629" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="870.172"
+ y="458.40302"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.7637,314.9393)"
+ width="2.8570001"
+ height="0.46599999"
+ id="rect631" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="870.172"
+ y="458.40302"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.7637,314.9393)"
+ width="2.8570001"
+ height="0.46599999"
+ id="rect633" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 871.28,453.42 c -0.213,-0.61 -0.765,-0.972 -1.23,-0.808 l -1.853,0.651 1.339,3.808 2.695,-0.946 z"
+ id="path635" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 871.28,453.42 c -0.213,-0.61 -0.765,-0.972 -1.23,-0.808 l -1.853,0.651 1.339,3.808 2.695,-0.946 z"
+ id="path637" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 871.28,453.42 c -0.213,-0.61 -0.765,-0.972 -1.23,-0.808 l -1.853,0.651 1.339,3.808 2.695,-0.946 z"
+ id="path639" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 871.28,453.42 c -0.213,-0.61 -0.765,-0.972 -1.23,-0.808 l -1.853,0.651 1.339,3.808 2.695,-0.946 z"
+ id="path641" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 871.28,453.42 c -0.213,-0.61 -0.765,-0.972 -1.23,-0.808 l -1.853,0.651 1.339,3.808 2.695,-0.946 z"
+ id="path643" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.964,426.579 0.312,0.887 4.211,-1.48 -0.419,-1.194 -3.849,1.354 c -0.2,0.07 -0.315,0.263 -0.255,0.433 z"
+ id="path645" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.964,426.579 0.312,0.887 4.211,-1.48 -0.419,-1.194 -3.849,1.354 c -0.2,0.07 -0.315,0.263 -0.255,0.433 z"
+ id="path647" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.964,426.579 0.312,0.887 4.211,-1.48 -0.419,-1.194 -3.849,1.354 c -0.2,0.07 -0.315,0.263 -0.255,0.433 z"
+ id="path649" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 880.964,426.579 0.312,0.887 4.211,-1.48 -0.419,-1.194 -3.849,1.354 c -0.2,0.07 -0.315,0.263 -0.255,0.433 z"
+ id="path651" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 880.964,426.579 0.312,0.887 4.211,-1.48 -0.419,-1.194 -3.849,1.354 c -0.2,0.07 -0.315,0.263 -0.255,0.433 z"
+ id="path653" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.964,426.579 0.312,0.887 4.211,-1.48 -0.419,-1.194 -3.849,1.354 c -0.2,0.07 -0.315,0.263 -0.255,0.433 z"
+ id="path655" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="890.67,454.19 894.882,452.709 894.252,450.919 893.412,451.216 890.042,452.399 "
+ id="polygon657" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="890.67,454.19 894.882,452.709 894.252,450.919 893.412,451.216 890.042,452.399 "
+ id="polygon659" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="890.67,454.19 894.882,452.709 894.252,450.919 893.412,451.216 890.042,452.399 "
+ id="polygon661" />
+ <polygon
+ style="opacity:0.2;fill:#fff6a3"
+ points="890.67,454.19 894.882,452.709 894.252,450.919 893.412,451.216 890.042,452.399 "
+ id="polygon663" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="890.67,454.19 894.882,452.709 894.252,450.919 893.412,451.216 890.042,452.399 "
+ id="polygon665" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 c -0.053,0.31 -0.264,0.585 -0.58,0.698 l 0.841,-0.297 -0.152,-0.439 z"
+ id="path667" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 c -0.053,0.31 -0.264,0.585 -0.58,0.698 l 0.841,-0.297 -0.152,-0.439 z"
+ id="path669" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 c -0.053,0.31 -0.264,0.585 -0.58,0.698 l 0.841,-0.297 -0.152,-0.439 z"
+ id="path671" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 c -0.053,0.31 -0.264,0.585 -0.58,0.698 l 0.841,-0.297 -0.152,-0.439 z"
+ id="path673" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 c -0.053,0.31 -0.264,0.585 -0.58,0.698 l 0.841,-0.297 -0.152,-0.439 z"
+ id="path675" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 c -0.053,0.31 -0.264,0.585 -0.58,0.698 l 0.841,-0.297 -0.152,-0.439 z"
+ id="path677" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="888.47699"
+ y="445.62799"
+ transform="matrix(0.9436,-0.3311,0.3311,0.9436,-98.0035,320.0338)"
+ width="3.572"
+ height="4.0380001"
+ id="rect679" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="888.47699"
+ y="445.62799"
+ transform="matrix(0.9436,-0.3311,0.3311,0.9436,-98.0035,320.0338)"
+ width="3.572"
+ height="4.0380001"
+ id="rect681" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="888.47699"
+ y="445.62799"
+ transform="matrix(0.9436,-0.3311,0.3311,0.9436,-98.0035,320.0338)"
+ width="3.572"
+ height="4.0380001"
+ id="rect683" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="888.47699"
+ y="445.62799"
+ transform="matrix(0.9436,-0.3311,0.3311,0.9436,-98.0035,320.0338)"
+ width="3.572"
+ height="4.0380001"
+ id="rect685" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="888.47699"
+ y="445.62799"
+ transform="matrix(0.9436,-0.3311,0.3311,0.9436,-98.0035,320.0338)"
+ width="3.572"
+ height="4.0380001"
+ id="rect687" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="888.47699"
+ y="445.62799"
+ transform="matrix(0.9436,-0.3311,0.3311,0.9436,-98.0035,320.0338)"
+ width="3.572"
+ height="4.0380001"
+ id="rect689" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="888.47699"
+ y="445.62799"
+ transform="matrix(0.9436,-0.3311,0.3311,0.9436,-98.0035,320.0338)"
+ width="3.572"
+ height="4.0380001"
+ id="rect691" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 -4.104,1.443 0.154,0.438 3.37,-1.184 c 0.316,-0.112 0.527,-0.388 0.58,-0.697 z"
+ id="path693" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 -4.104,1.443 0.154,0.438 3.37,-1.184 c 0.316,-0.112 0.527,-0.388 0.58,-0.697 z"
+ id="path695" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 -4.104,1.443 0.154,0.438 3.37,-1.184 c 0.316,-0.112 0.527,-0.388 0.58,-0.697 z"
+ id="path697" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 -4.104,1.443 0.154,0.438 3.37,-1.184 c 0.316,-0.112 0.527,-0.388 0.58,-0.697 z"
+ id="path699" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 -4.104,1.443 0.154,0.438 3.37,-1.184 c 0.316,-0.112 0.527,-0.388 0.58,-0.697 z"
+ id="path701" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 -4.104,1.443 0.154,0.438 3.37,-1.184 c 0.316,-0.112 0.527,-0.388 0.58,-0.697 z"
+ id="path703" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 -4.104,1.443 0.154,0.438 3.37,-1.184 c 0.316,-0.112 0.527,-0.388 0.58,-0.697 z"
+ id="path705" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 895.323,466.269 c -0.198,0.07 -0.41,-0.01 -0.47,-0.178 l -1.495,-4.254 -5.392,1.896 5.83,16.578 c 0.035,0.103 0.135,0.161 0.223,0.131 l 9.445,-3.319 -4.29,-12.207 z"
+ id="path707" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 895.323,466.269 c -0.198,0.07 -0.41,-0.01 -0.47,-0.178 l -1.495,-4.254 -5.392,1.896 5.83,16.578 c 0.035,0.103 0.135,0.161 0.223,0.131 l 9.445,-3.319 -4.29,-12.207 z"
+ id="path709" />
+ <path
+ style="opacity:0.4;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 895.323,466.269 c -0.198,0.07 -0.41,-0.01 -0.47,-0.178 l -1.495,-4.254 -5.392,1.896 5.83,16.578 c 0.035,0.103 0.135,0.161 0.223,0.131 l 9.445,-3.319 -4.29,-12.207 z"
+ id="path711" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 895.323,466.269 c -0.198,0.07 -0.41,-0.01 -0.47,-0.178 l -1.495,-4.254 -5.392,1.896 5.83,16.578 c 0.035,0.103 0.135,0.161 0.223,0.131 l 9.445,-3.319 -4.29,-12.207 z"
+ id="path713" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 891.48,457.124 -5.194,1.826 0.732,2.08 5.392,-1.895 -0.768,-2.182 c 0.02,0.058 -0.052,0.133 -0.162,0.171 z"
+ id="path715" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 891.48,457.124 -5.194,1.826 0.732,2.08 5.392,-1.895 -0.768,-2.182 c 0.02,0.058 -0.052,0.133 -0.162,0.171 z"
+ id="path717" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 891.48,457.124 -5.194,1.826 0.732,2.08 5.392,-1.895 -0.768,-2.182 c 0.02,0.058 -0.052,0.133 -0.162,0.171 z"
+ id="path719" />
+ <path
+ style="opacity:0.4;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 891.48,457.124 -5.194,1.826 0.732,2.08 5.392,-1.895 -0.768,-2.182 c 0.02,0.058 -0.052,0.133 -0.162,0.171 z"
+ id="path721" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 891.48,457.124 -5.194,1.826 0.732,2.08 5.392,-1.895 -0.768,-2.182 c 0.02,0.058 -0.052,0.133 -0.162,0.171 z"
+ id="path723" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.358,461.837 1.495,4.254 c 0.06,0.168 0.271,0.248 0.47,0.178 l 3.852,-1.354 -0.372,-1.052 -1.231,-3.507 z"
+ id="path725" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.358,461.837 1.495,4.254 c 0.06,0.168 0.271,0.248 0.47,0.178 l 3.852,-1.354 -0.372,-1.052 -1.231,-3.507 z"
+ id="path727" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 893.358,461.837 1.495,4.254 c 0.06,0.168 0.271,0.248 0.47,0.178 l 3.852,-1.354 -0.372,-1.052 -1.231,-3.507 z"
+ id="path729" />
+ <path
+ style="opacity:0.4;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 893.358,461.837 1.495,4.254 c 0.06,0.168 0.271,0.248 0.47,0.178 l 3.852,-1.354 -0.372,-1.052 -1.231,-3.507 z"
+ id="path731" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.358,461.837 1.495,4.254 c 0.06,0.168 0.271,0.248 0.47,0.178 l 3.852,-1.354 -0.372,-1.052 -1.231,-3.507 z"
+ id="path733" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="890.67,454.19 891.642,456.954 892.41,459.136 896.623,457.654 894.882,452.709 "
+ id="polygon735" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="890.67,454.19 891.642,456.954 892.41,459.136 896.623,457.654 894.882,452.709 "
+ id="polygon737" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="890.67,454.19 891.642,456.954 892.41,459.136 896.623,457.654 894.882,452.709 "
+ id="polygon739" />
+ <polygon
+ style="opacity:0.2;fill:#fff6a3"
+ points="890.67,454.19 891.642,456.954 892.41,459.136 896.623,457.654 894.882,452.709 "
+ id="polygon741" />
+ <polygon
+ style="opacity:0.4;fill:#fff6a3"
+ points="890.67,454.19 891.642,456.954 892.41,459.136 896.623,457.654 894.882,452.709 "
+ id="polygon743" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="890.67,454.19 891.642,456.954 892.41,459.136 896.623,457.654 894.882,452.709 "
+ id="polygon745" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.34497"
+ y="440.48901"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-96.4515,317.8753)"
+ width="5.7129998"
+ height="2.1359999"
+ id="rect747" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.34497"
+ y="440.48901"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-96.4515,317.8753)"
+ width="5.7129998"
+ height="2.1359999"
+ id="rect749" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.34497"
+ y="440.48901"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-96.4515,317.8753)"
+ width="5.7129998"
+ height="2.1359999"
+ id="rect751" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="880.34497"
+ y="440.48901"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-96.4515,317.8753)"
+ width="5.7129998"
+ height="2.1359999"
+ id="rect753" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.34497"
+ y="440.48901"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-96.4515,317.8753)"
+ width="5.7129998"
+ height="2.1359999"
+ id="rect755" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.34497"
+ y="440.48901"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-96.4515,317.8753)"
+ width="5.7129998"
+ height="2.1359999"
+ id="rect757" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 881.276,427.466 -4.55,1.599 c -0.465,0.163 -0.707,0.673 -0.545,1.139 l 3.02,8.591 5.392,-1.895 z"
+ id="path759" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 881.276,427.466 -4.55,1.599 c -0.465,0.163 -0.707,0.673 -0.545,1.139 l 3.02,8.591 5.392,-1.895 z"
+ id="path761" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 881.276,427.466 -4.55,1.599 c -0.465,0.163 -0.707,0.673 -0.545,1.139 l 3.02,8.591 5.392,-1.895 z"
+ id="path763" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 881.276,427.466 -4.55,1.599 c -0.465,0.163 -0.707,0.673 -0.545,1.139 l 3.02,8.591 5.392,-1.895 z"
+ id="path765" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 881.276,427.466 -4.55,1.599 c -0.465,0.163 -0.707,0.673 -0.545,1.139 l 3.02,8.591 5.392,-1.895 z"
+ id="path767" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 881.276,427.466 -4.55,1.599 c -0.465,0.163 -0.707,0.673 -0.545,1.139 l 3.02,8.591 5.392,-1.895 z"
+ id="path769" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.78699"
+ y="440.79099"
+ transform="matrix(0.3322,0.9432,-0.9432,0.3322,1008.7016,-537.4744)"
+ width="2.299"
+ height="5.7129998"
+ id="rect771" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.78699"
+ y="440.79099"
+ transform="matrix(0.3322,0.9432,-0.9432,0.3322,1008.7016,-537.4744)"
+ width="2.299"
+ height="5.7129998"
+ id="rect773" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.78699"
+ y="440.79099"
+ transform="matrix(0.3322,0.9432,-0.9432,0.3322,1008.7016,-537.4744)"
+ width="2.299"
+ height="5.7129998"
+ id="rect775" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="882.78699"
+ y="440.79099"
+ transform="matrix(0.3322,0.9432,-0.9432,0.3322,1008.7016,-537.4744)"
+ width="2.299"
+ height="5.7129998"
+ id="rect777" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.78699"
+ y="440.79099"
+ transform="matrix(0.3322,0.9432,-0.9432,0.3322,1008.7016,-537.4744)"
+ width="2.299"
+ height="5.7129998"
+ id="rect779" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.78699"
+ y="440.79099"
+ transform="matrix(0.3322,0.9432,-0.9432,0.3322,1008.7016,-537.4744)"
+ width="2.299"
+ height="5.7129998"
+ id="rect781" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.78699"
+ y="440.79099"
+ transform="matrix(0.3322,0.9432,-0.9432,0.3322,1008.7016,-537.4744)"
+ width="2.299"
+ height="5.7129998"
+ id="rect783" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.962,435.715 -1.125,-3.2 c -0.166,-0.465 0.08,-0.975 0.545,-1.139 l -1.896,-5.391 -4.211,1.48 3.316,9.434 z"
+ id="path785" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.962,435.715 -1.125,-3.2 c -0.166,-0.465 0.08,-0.975 0.545,-1.139 l -1.896,-5.391 -4.211,1.48 3.316,9.434 z"
+ id="path787" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.962,435.715 -1.125,-3.2 c -0.166,-0.465 0.08,-0.975 0.545,-1.139 l -1.896,-5.391 -4.211,1.48 3.316,9.434 z"
+ id="path789" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 887.962,435.715 -1.125,-3.2 c -0.166,-0.465 0.08,-0.975 0.545,-1.139 l -1.896,-5.391 -4.211,1.48 3.316,9.434 z"
+ id="path791" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 887.962,435.715 -1.125,-3.2 c -0.166,-0.465 0.08,-0.975 0.545,-1.139 l -1.896,-5.391 -4.211,1.48 3.316,9.434 z"
+ id="path793" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.962,435.715 -1.125,-3.2 c -0.166,-0.465 0.08,-0.975 0.545,-1.139 l -1.896,-5.391 -4.211,1.48 3.316,9.434 z"
+ id="path795" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.962,435.715 -1.125,-3.2 c -0.166,-0.465 0.08,-0.975 0.545,-1.139 l -1.896,-5.391 -4.211,1.48 3.316,9.434 z"
+ id="path797" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.51398"
+ y="438.23199"
+ transform="matrix(0.3327,0.943,-0.943,0.3327,1007.2826,-543.3893)"
+ width="2.1340001"
+ height="3.5699999"
+ id="rect799" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.51398"
+ y="438.23199"
+ transform="matrix(0.3327,0.943,-0.943,0.3327,1007.2826,-543.3893)"
+ width="2.1340001"
+ height="3.5699999"
+ id="rect801" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.51398"
+ y="438.23199"
+ transform="matrix(0.3327,0.943,-0.943,0.3327,1007.2826,-543.3893)"
+ width="2.1340001"
+ height="3.5699999"
+ id="rect803" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="886.51398"
+ y="438.23199"
+ transform="matrix(0.3327,0.943,-0.943,0.3327,1007.2826,-543.3893)"
+ width="2.1340001"
+ height="3.5699999"
+ id="rect805" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="886.51398"
+ y="438.23199"
+ transform="matrix(0.3327,0.943,-0.943,0.3327,1007.2826,-543.3893)"
+ width="2.1340001"
+ height="3.5699999"
+ id="rect807" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.51398"
+ y="438.23199"
+ transform="matrix(0.3327,0.943,-0.943,0.3327,1007.2826,-543.3893)"
+ width="2.1340001"
+ height="3.5699999"
+ id="rect809" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.51398"
+ y="438.23199"
+ transform="matrix(0.3327,0.943,-0.943,0.3327,1007.2826,-543.3893)"
+ width="2.1340001"
+ height="3.5699999"
+ id="rect811" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.14203"
+ y="443.63599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1015.5203,-541.3357)"
+ width="0.67900002"
+ height="3.573"
+ id="rect813" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.14203"
+ y="443.63599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1015.5203,-541.3357)"
+ width="0.67900002"
+ height="3.573"
+ id="rect815" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.14203"
+ y="443.63599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1015.5203,-541.3357)"
+ width="0.67900002"
+ height="3.573"
+ id="rect817" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="889.14203"
+ y="443.63599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1015.5203,-541.3357)"
+ width="0.67900002"
+ height="3.573"
+ id="rect819" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.14203"
+ y="443.63599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1015.5203,-541.3357)"
+ width="0.67900002"
+ height="3.573"
+ id="rect821" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="889.14203"
+ y="443.63599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1015.5203,-541.3357)"
+ width="0.67900002"
+ height="3.573"
+ id="rect823" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.14203"
+ y="443.63599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1015.5203,-541.3357)"
+ width="0.67900002"
+ height="3.573"
+ id="rect825" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.14203"
+ y="443.63599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1015.5203,-541.3357)"
+ width="0.67900002"
+ height="3.573"
+ id="rect827" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.53003"
+ y="440.95901"
+ transform="matrix(0.9434,-0.3315,0.3315,0.9434,-96.3315,319.4956)"
+ width="3.573"
+ height="2.299"
+ id="rect829" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.53003"
+ y="440.95901"
+ transform="matrix(0.9434,-0.3315,0.3315,0.9434,-96.3315,319.4956)"
+ width="3.573"
+ height="2.299"
+ id="rect831" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.53003"
+ y="440.95901"
+ transform="matrix(0.9434,-0.3315,0.3315,0.9434,-96.3315,319.4956)"
+ width="3.573"
+ height="2.299"
+ id="rect833" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="886.53003"
+ y="440.95901"
+ transform="matrix(0.9434,-0.3315,0.3315,0.9434,-96.3315,319.4956)"
+ width="3.573"
+ height="2.299"
+ id="rect835" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.53003"
+ y="440.95901"
+ transform="matrix(0.9434,-0.3315,0.3315,0.9434,-96.3315,319.4956)"
+ width="3.573"
+ height="2.299"
+ id="rect837" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="886.53003"
+ y="440.95901"
+ transform="matrix(0.9434,-0.3315,0.3315,0.9434,-96.3315,319.4956)"
+ width="3.573"
+ height="2.299"
+ id="rect839" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.53003"
+ y="440.95901"
+ transform="matrix(0.9434,-0.3315,0.3315,0.9434,-96.3315,319.4956)"
+ width="3.573"
+ height="2.299"
+ id="rect841" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.53003"
+ y="440.95901"
+ transform="matrix(0.9434,-0.3315,0.3315,0.9434,-96.3315,319.4956)"
+ width="3.573"
+ height="2.299"
+ id="rect843" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.92297"
+ y="444.88901"
+ transform="matrix(-0.9429,0.3329,-0.3329,-0.9429,1882.6193,571.2168)"
+ width="0.89200002"
+ height="4.0359998"
+ id="rect845" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.92297"
+ y="444.88901"
+ transform="matrix(-0.9429,0.3329,-0.3329,-0.9429,1882.6193,571.2168)"
+ width="0.89200002"
+ height="4.0359998"
+ id="rect847" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.92297"
+ y="444.88901"
+ transform="matrix(-0.9429,0.3329,-0.3329,-0.9429,1882.6193,571.2168)"
+ width="0.89200002"
+ height="4.0359998"
+ id="rect849" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="891.92297"
+ y="444.88901"
+ transform="matrix(-0.9429,0.3329,-0.3329,-0.9429,1882.6193,571.2168)"
+ width="0.89200002"
+ height="4.0359998"
+ id="rect851" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.92297"
+ y="444.88901"
+ transform="matrix(-0.9429,0.3329,-0.3329,-0.9429,1882.6193,571.2168)"
+ width="0.89200002"
+ height="4.0359998"
+ id="rect853" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="891.92297"
+ y="444.88901"
+ transform="matrix(-0.9429,0.3329,-0.3329,-0.9429,1882.6193,571.2168)"
+ width="0.89200002"
+ height="4.0359998"
+ id="rect855" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.92297"
+ y="444.88901"
+ transform="matrix(-0.9429,0.3329,-0.3329,-0.9429,1882.6193,571.2168)"
+ width="0.89200002"
+ height="4.0359998"
+ id="rect857" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.92297"
+ y="444.88901"
+ transform="matrix(-0.9429,0.3329,-0.3329,-0.9429,1882.6193,571.2168)"
+ width="0.89200002"
+ height="4.0359998"
+ id="rect859" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.23999"
+ y="438.20999"
+ transform="matrix(0.9432,-0.3322,0.3322,0.9432,-95.4077,320.5515)"
+ width="0.89399999"
+ height="2.1340001"
+ id="rect861" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.23999"
+ y="438.20999"
+ transform="matrix(0.9432,-0.3322,0.3322,0.9432,-95.4077,320.5515)"
+ width="0.89399999"
+ height="2.1340001"
+ id="rect863" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.23999"
+ y="438.20999"
+ transform="matrix(0.9432,-0.3322,0.3322,0.9432,-95.4077,320.5515)"
+ width="0.89399999"
+ height="2.1340001"
+ id="rect865" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="889.23999"
+ y="438.20999"
+ transform="matrix(0.9432,-0.3322,0.3322,0.9432,-95.4077,320.5515)"
+ width="0.89399999"
+ height="2.1340001"
+ id="rect867" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="889.23999"
+ y="438.20999"
+ transform="matrix(0.9432,-0.3322,0.3322,0.9432,-95.4077,320.5515)"
+ width="0.89399999"
+ height="2.1340001"
+ id="rect869" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.23999"
+ y="438.20999"
+ transform="matrix(0.9432,-0.3322,0.3322,0.9432,-95.4077,320.5515)"
+ width="0.89399999"
+ height="2.1340001"
+ id="rect871" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.23999"
+ y="438.20999"
+ transform="matrix(0.9432,-0.3322,0.3322,0.9432,-95.4077,320.5515)"
+ width="0.89399999"
+ height="2.1340001"
+ id="rect873" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.23999"
+ y="438.20999"
+ transform="matrix(0.9432,-0.3322,0.3322,0.9432,-95.4077,320.5515)"
+ width="0.89399999"
+ height="2.1340001"
+ id="rect875" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.382,431.376 c -0.465,0.164 -0.711,0.674 -0.545,1.139 l 1.125,3.2 0.843,-0.296 z"
+ id="path877" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.382,431.376 c -0.465,0.164 -0.711,0.674 -0.545,1.139 l 1.125,3.2 0.843,-0.296 z"
+ id="path879" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.382,431.376 c -0.465,0.164 -0.711,0.674 -0.545,1.139 l 1.125,3.2 0.843,-0.296 z"
+ id="path881" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 887.382,431.376 c -0.465,0.164 -0.711,0.674 -0.545,1.139 l 1.125,3.2 0.843,-0.296 z"
+ id="path883" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 887.382,431.376 c -0.465,0.164 -0.711,0.674 -0.545,1.139 l 1.125,3.2 0.843,-0.296 z"
+ id="path885" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.382,431.376 c -0.465,0.164 -0.711,0.674 -0.545,1.139 l 1.125,3.2 0.843,-0.296 z"
+ id="path887" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.382,431.376 c -0.465,0.164 -0.711,0.674 -0.545,1.139 l 1.125,3.2 0.843,-0.296 z"
+ id="path889" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.382,431.376 c -0.465,0.164 -0.711,0.674 -0.545,1.139 l 1.125,3.2 0.843,-0.296 z"
+ id="path891" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.27301"
+ y="440.923"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ width="2.3"
+ height="0.89200002"
+ id="rect893" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.27301"
+ y="440.923"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ width="2.3"
+ height="0.89200002"
+ id="rect895" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.27301"
+ y="440.923"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ width="2.3"
+ height="0.89200002"
+ id="rect897" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="889.27301"
+ y="440.923"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ width="2.3"
+ height="0.89200002"
+ id="rect899" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.27301"
+ y="440.923"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ width="2.3"
+ height="0.89200002"
+ id="rect901" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="889.27301"
+ y="440.923"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ width="2.3"
+ height="0.89200002"
+ id="rect903" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.27301"
+ y="440.923"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ width="2.3"
+ height="0.89200002"
+ id="rect905" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.27301"
+ y="440.923"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ width="2.3"
+ height="0.89200002"
+ id="rect907" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.27301"
+ y="440.923"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ width="2.3"
+ height="0.89200002"
+ id="rect909" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.24799"
+ y="444.23599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ width="0.67900002"
+ height="0.89200002"
+ id="rect911" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.24799"
+ y="444.23599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ width="0.67900002"
+ height="0.89200002"
+ id="rect913" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.24799"
+ y="444.23599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ width="0.67900002"
+ height="0.89200002"
+ id="rect915" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="891.24799"
+ y="444.23599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ width="0.67900002"
+ height="0.89200002"
+ id="rect917" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.24799"
+ y="444.23599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ width="0.67900002"
+ height="0.89200002"
+ id="rect919" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="891.24799"
+ y="444.23599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ width="0.67900002"
+ height="0.89200002"
+ id="rect921" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.24799"
+ y="444.23599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ width="0.67900002"
+ height="0.89200002"
+ id="rect923" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.24799"
+ y="444.23599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ width="0.67900002"
+ height="0.89200002"
+ id="rect925" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.24799"
+ y="444.23599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ width="0.67900002"
+ height="0.89200002"
+ id="rect927" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="904.84003"
+ y="414.806"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1007.5962,-589.655)"
+ width="30.157"
+ height="2.859"
+ id="rect929" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="904.84003"
+ y="414.806"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1007.5962,-589.655)"
+ width="30.157"
+ height="2.859"
+ id="rect931" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="904.84003"
+ y="414.806"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1007.5962,-589.655)"
+ width="30.157"
+ height="2.859"
+ id="rect933" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="924.94397"
+ y="432.23801"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1944.4392,537.4492)"
+ width="2.8570001"
+ height="4.7140002"
+ id="rect935" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="924.94397"
+ y="432.23801"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1944.4392,537.4492)"
+ width="2.8570001"
+ height="4.7140002"
+ id="rect937" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="924.94397"
+ y="432.23801"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1944.4392,537.4492)"
+ width="2.8570001"
+ height="4.7140002"
+ id="rect939" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 886.547,386.995 -0.66,-1.881 c -0.698,0.162 -1.395,0.336 -2.089,0.52 l 0.728,2.073 z"
+ id="path941" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 886.547,386.995 -0.66,-1.881 c -0.698,0.162 -1.395,0.336 -2.089,0.52 l 0.728,2.073 z"
+ id="path943" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 886.547,386.995 -0.66,-1.881 c -0.698,0.162 -1.395,0.336 -2.089,0.52 l 0.728,2.073 z"
+ id="path945" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="918.14001"
+ y="433.88599"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1935.8896,542.0336)"
+ width="7.086"
+ height="4.7140002"
+ id="rect947" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="918.14001"
+ y="433.88599"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1935.8896,542.0336)"
+ width="7.086"
+ height="4.7140002"
+ id="rect949" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="918.14001"
+ y="433.88599"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1935.8896,542.0336)"
+ width="7.086"
+ height="4.7140002"
+ id="rect951" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="918.14001"
+ y="433.88599"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1935.8896,542.0336)"
+ width="7.086"
+ height="4.7140002"
+ id="rect953" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 910.839,416.077 6.048,17.207 6.686,-2.35 -10.002,-28.451 -18.362,6.455 c -0.468,0.164 -0.977,-0.08 -1.139,-0.547 l -7.522,-21.396 -2.021,0.712 11.661,33.175 14.183,-4.984 c 0.199,-0.07 0.408,0.009 0.468,0.179 z"
+ id="path955" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 910.839,416.077 6.048,17.207 6.686,-2.35 -10.002,-28.451 -18.362,6.455 c -0.468,0.164 -0.977,-0.08 -1.139,-0.547 l -7.522,-21.396 -2.021,0.712 11.661,33.175 14.183,-4.984 c 0.199,-0.07 0.408,0.009 0.468,0.179 z"
+ id="path957" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 910.839,416.077 6.048,17.207 6.686,-2.35 -10.002,-28.451 -18.362,6.455 c -0.468,0.164 -0.977,-0.08 -1.139,-0.547 l -7.522,-21.396 -2.021,0.712 11.661,33.175 14.183,-4.984 c 0.199,-0.07 0.408,0.009 0.468,0.179 z"
+ id="path959" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 910.839,416.077 6.048,17.207 6.686,-2.35 -10.002,-28.451 -18.362,6.455 c -0.468,0.164 -0.977,-0.08 -1.139,-0.547 l -7.522,-21.396 -2.021,0.712 11.661,33.175 14.183,-4.984 c 0.199,-0.07 0.408,0.009 0.468,0.179 z"
+ id="path961" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 928.967,446.285 2.563,-0.899 c 0.023,-0.204 0,-0.424 -0.077,-0.644 l -2.157,-6.142 -2.695,0.947 z"
+ id="path963" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 928.967,446.285 2.563,-0.899 c 0.023,-0.204 0,-0.424 -0.077,-0.644 l -2.157,-6.142 -2.695,0.947 z"
+ id="path965" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 928.967,446.285 2.563,-0.899 c 0.023,-0.204 0,-0.424 -0.077,-0.644 l -2.157,-6.142 -2.695,0.947 z"
+ id="path967" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="920.89899"
+ y="440.521"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1943.8555,556.3701)"
+ width="7.086"
+ height="7.1409998"
+ id="rect969" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="920.89899"
+ y="440.521"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1943.8555,556.3701)"
+ width="7.086"
+ height="7.1409998"
+ id="rect971" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="920.89899"
+ y="440.521"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1943.8555,556.3701)"
+ width="7.086"
+ height="7.1409998"
+ id="rect973" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="920.89899"
+ y="440.521"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1943.8555,556.3701)"
+ width="7.086"
+ height="7.1409998"
+ id="rect975" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="927.64001"
+ y="437.427"
+ transform="matrix(-0.3326,-0.9431,0.9431,-0.3326,822.611,1459.8647)"
+ width="0.46399999"
+ height="2.8570001"
+ id="rect977" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="927.64001"
+ y="437.427"
+ transform="matrix(-0.3326,-0.9431,0.9431,-0.3326,822.611,1459.8647)"
+ width="0.46399999"
+ height="2.8570001"
+ id="rect979" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="927.64001"
+ y="437.427"
+ transform="matrix(-0.3326,-0.9431,0.9431,-0.3326,822.611,1459.8647)"
+ width="0.46399999"
+ height="2.8570001"
+ id="rect981" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="927.64001"
+ y="437.427"
+ transform="matrix(-0.3326,-0.9431,0.9431,-0.3326,822.611,1459.8647)"
+ width="0.46399999"
+ height="2.8570001"
+ id="rect983" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.63898"
+ y="440.272"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1940.2162,549.8165)"
+ width="7.086"
+ height="0.46399999"
+ id="rect985" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.63898"
+ y="440.272"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1940.2162,549.8165)"
+ width="7.086"
+ height="0.46399999"
+ id="rect987" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.63898"
+ y="440.272"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1940.2162,549.8165)"
+ width="7.086"
+ height="0.46399999"
+ id="rect989" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="919.63898"
+ y="440.272"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1940.2162,549.8165)"
+ width="7.086"
+ height="0.46399999"
+ id="rect991" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.63898"
+ y="440.272"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1940.2162,549.8165)"
+ width="7.086"
+ height="0.46399999"
+ id="rect993" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 916.268,401.536 -6.337,-18.025 c -1.033,-0.099 -2.07,-0.178 -3.111,-0.234 l 6.751,19.207 z"
+ id="path995" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 916.268,401.536 -6.337,-18.025 c -1.033,-0.099 -2.07,-0.178 -3.111,-0.234 l 6.751,19.207 z"
+ id="path997" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 916.268,401.536 -6.337,-18.025 c -1.033,-0.099 -2.07,-0.178 -3.111,-0.234 l 6.751,19.207 z"
+ id="path999" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 916.268,401.536 -6.337,-18.025 c -1.033,-0.099 -2.07,-0.178 -3.111,-0.234 l 6.751,19.207 z"
+ id="path1001" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.739,383.414 c -3.612,0.294 -7.239,0.858 -10.852,1.7 l 0.66,1.881 z"
+ id="path1003" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.739,383.414 c -3.612,0.294 -7.239,0.858 -10.852,1.7 l 0.66,1.881 z"
+ id="path1005" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.739,383.414 c -3.612,0.294 -7.239,0.858 -10.852,1.7 l 0.66,1.881 z"
+ id="path1007" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.739,383.414 c -3.612,0.294 -7.239,0.858 -10.852,1.7 l 0.66,1.881 z"
+ id="path1009" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.07,408.392 c 0.162,0.467 0.671,0.711 1.139,0.547 l 18.362,-6.455 -6.751,-19.207 c -3.335,-0.181 -6.703,-0.139 -10.081,0.138 l -10.191,3.581 z"
+ id="path1011" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.07,408.392 c 0.162,0.467 0.671,0.711 1.139,0.547 l 18.362,-6.455 -6.751,-19.207 c -3.335,-0.181 -6.703,-0.139 -10.081,0.138 l -10.191,3.581 z"
+ id="path1013" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.07,408.392 c 0.162,0.467 0.671,0.711 1.139,0.547 l 18.362,-6.455 -6.751,-19.207 c -3.335,-0.181 -6.703,-0.139 -10.081,0.138 l -10.191,3.581 z"
+ id="path1015" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.07,408.392 c 0.162,0.467 0.671,0.711 1.139,0.547 l 18.362,-6.455 -6.751,-19.207 c -3.335,-0.181 -6.703,-0.139 -10.081,0.138 l -10.191,3.581 z"
+ id="path1017" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.07,408.392 c 0.162,0.467 0.671,0.711 1.139,0.547 l 18.362,-6.455 -6.751,-19.207 c -3.335,-0.181 -6.703,-0.139 -10.081,0.138 l -10.191,3.581 z"
+ id="path1019" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 904.904,425.218 c 0.467,-0.165 0.976,0.08 1.14,0.545 l 3.546,10.088 7.298,-2.566 -6.048,-17.207 c -0.061,-0.17 -0.27,-0.249 -0.47,-0.18 l -14.183,4.984 2.314,6.586 z"
+ id="path1021" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 904.904,425.218 c 0.467,-0.165 0.976,0.08 1.14,0.545 l 3.546,10.088 7.298,-2.566 -6.048,-17.207 c -0.061,-0.17 -0.27,-0.249 -0.47,-0.18 l -14.183,4.984 2.314,6.586 z"
+ id="path1023" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 904.904,425.218 c 0.467,-0.165 0.976,0.08 1.14,0.545 l 3.546,10.088 7.298,-2.566 -6.048,-17.207 c -0.061,-0.17 -0.27,-0.249 -0.47,-0.18 l -14.183,4.984 2.314,6.586 z"
+ id="path1025" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 904.904,425.218 c 0.467,-0.165 0.976,0.08 1.14,0.545 l 3.546,10.088 7.298,-2.566 -6.048,-17.207 c -0.061,-0.17 -0.27,-0.249 -0.47,-0.18 l -14.183,4.984 2.314,6.586 z"
+ id="path1027" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 904.904,425.218 c 0.467,-0.165 0.976,0.08 1.14,0.545 l 3.546,10.088 7.298,-2.566 -6.048,-17.207 c -0.061,-0.17 -0.27,-0.249 -0.47,-0.18 l -14.183,4.984 2.314,6.586 z"
+ id="path1029" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="912.33398"
+ y="434.832"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1025.53,-569.6814)"
+ width="4.7160001"
+ height="7.737"
+ id="rect1031" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="912.33398"
+ y="434.832"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1025.53,-569.6814)"
+ width="4.7160001"
+ height="7.737"
+ id="rect1033" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="912.33398"
+ y="434.832"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1025.53,-569.6814)"
+ width="4.7160001"
+ height="7.737"
+ id="rect1035" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="912.33398"
+ y="434.832"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1025.53,-569.6814)"
+ width="4.7160001"
+ height="7.737"
+ id="rect1037" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="912.33398"
+ y="434.832"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1025.53,-569.6814)"
+ width="4.7160001"
+ height="7.737"
+ id="rect1039" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.531,453.151 c 0.077,0.219 0.198,0.404 0.343,0.549 l 14.409,-5.064 -2.366,-6.737 -14.544,5.113 z"
+ id="path1041" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.531,453.151 c 0.077,0.219 0.198,0.404 0.343,0.549 l 14.409,-5.064 -2.366,-6.737 -14.544,5.113 z"
+ id="path1043" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 907.531,453.151 c 0.077,0.219 0.198,0.404 0.343,0.549 l 14.409,-5.064 -2.366,-6.737 -14.544,5.113 z"
+ id="path1045" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 907.531,453.151 c 0.077,0.219 0.198,0.404 0.343,0.549 l 14.409,-5.064 -2.366,-6.737 -14.544,5.113 z"
+ id="path1047" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.531,453.151 c 0.077,0.219 0.198,0.404 0.343,0.549 l 14.409,-5.064 -2.366,-6.737 -14.544,5.113 z"
+ id="path1049" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="904.85901"
+ y="444.00201"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1920.8193,560.6502)"
+ width="15.417"
+ height="0.46599999"
+ id="rect1051" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="904.85901"
+ y="444.00201"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1920.8193,560.6502)"
+ width="15.417"
+ height="0.46599999"
+ id="rect1053" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="904.85901"
+ y="444.00201"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1920.8193,560.6502)"
+ width="15.417"
+ height="0.46599999"
+ id="rect1055" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="904.85901"
+ y="444.00201"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1920.8193,560.6502)"
+ width="15.417"
+ height="0.46599999"
+ id="rect1057" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="904.85901"
+ y="444.00201"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1920.8193,560.6502)"
+ width="15.417"
+ height="0.46599999"
+ id="rect1059" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="904.85901"
+ y="444.00201"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1920.8193,560.6502)"
+ width="15.417"
+ height="0.46599999"
+ id="rect1061" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 906.497,429.2 c 0.302,-0.105 0.549,-0.178 0.555,-0.161 l 0.93,2.642 c 0.005,0.018 -0.231,0.115 -0.534,0.222 l -6.572,2.312 1.47,4.183 7.245,-2.546 -3.546,-10.088 c -0.164,-0.465 -0.673,-0.71 -1.14,-0.545 l -6.402,2.25 1.423,4.043 z"
+ id="path1063" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 906.497,429.2 c 0.302,-0.105 0.549,-0.178 0.555,-0.161 l 0.93,2.642 c 0.005,0.018 -0.231,0.115 -0.534,0.222 l -6.572,2.312 1.47,4.183 7.245,-2.546 -3.546,-10.088 c -0.164,-0.465 -0.673,-0.71 -1.14,-0.545 l -6.402,2.25 1.423,4.043 z"
+ id="path1065" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 906.497,429.2 c 0.302,-0.105 0.549,-0.178 0.555,-0.161 l 0.93,2.642 c 0.005,0.018 -0.231,0.115 -0.534,0.222 l -6.572,2.312 1.47,4.183 7.245,-2.546 -3.546,-10.088 c -0.164,-0.465 -0.673,-0.71 -1.14,-0.545 l -6.402,2.25 1.423,4.043 z"
+ id="path1067" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 906.497,429.2 c 0.302,-0.105 0.549,-0.178 0.555,-0.161 l 0.93,2.642 c 0.005,0.018 -0.231,0.115 -0.534,0.222 l -6.572,2.312 1.47,4.183 7.245,-2.546 -3.546,-10.088 c -0.164,-0.465 -0.673,-0.71 -1.14,-0.545 l -6.402,2.25 1.423,4.043 z"
+ id="path1069" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 906.497,429.2 c 0.302,-0.105 0.549,-0.178 0.555,-0.161 l 0.93,2.642 c 0.005,0.018 -0.231,0.115 -0.534,0.222 l -6.572,2.312 1.47,4.183 7.245,-2.546 -3.546,-10.088 c -0.164,-0.465 -0.673,-0.71 -1.14,-0.545 l -6.402,2.25 1.423,4.043 z"
+ id="path1071" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 906.497,429.2 c 0.302,-0.105 0.549,-0.178 0.555,-0.161 l 0.93,2.642 c 0.005,0.018 -0.231,0.115 -0.534,0.222 l -6.572,2.312 1.47,4.183 7.245,-2.546 -3.546,-10.088 c -0.164,-0.465 -0.673,-0.71 -1.14,-0.545 l -6.402,2.25 1.423,4.043 z"
+ id="path1073" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="905.06201"
+ y="437.41699"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1023.079,-561.1106)"
+ width="4.7160001"
+ height="7.6810002"
+ id="rect1075" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="905.06201"
+ y="437.41699"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1023.079,-561.1106)"
+ width="4.7160001"
+ height="7.6810002"
+ id="rect1077" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="905.06201"
+ y="437.41699"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1023.079,-561.1106)"
+ width="4.7160001"
+ height="7.6810002"
+ id="rect1079" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="905.06201"
+ y="437.41699"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1023.079,-561.1106)"
+ width="4.7160001"
+ height="7.6810002"
+ id="rect1081" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="905.06201"
+ y="437.41699"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1023.079,-561.1106)"
+ width="4.7160001"
+ height="7.6810002"
+ id="rect1083" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="905.06201"
+ y="437.41699"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1023.079,-561.1106)"
+ width="4.7160001"
+ height="7.6810002"
+ id="rect1085" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 929.275,506.754 6.443,18.33 c 8.181,-4.003 15.36,-9.361 21.357,-15.704 l -3.878,-11.034 z"
+ id="path1087" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 929.275,506.754 6.443,18.33 c 8.181,-4.003 15.36,-9.361 21.357,-15.704 l -3.878,-11.034 z"
+ id="path1089" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="937.90698"
+ y="487.513"
+ transform="matrix(-0.3318,-0.9433,0.9433,-0.3318,780.6106,1553.2924)"
+ width="5"
+ height="25.357"
+ id="rect1091" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="937.90698"
+ y="487.513"
+ transform="matrix(-0.3318,-0.9433,0.9433,-0.3318,780.6106,1553.2924)"
+ width="5"
+ height="25.357"
+ id="rect1093" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="937.90698"
+ y="487.513"
+ transform="matrix(-0.3318,-0.9433,0.9433,-0.3318,780.6106,1553.2924)"
+ width="5"
+ height="25.357"
+ id="rect1095" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 943.88,491.398 -17.804,6.26 1.539,4.379 23.925,-8.41 -14.468,-41.153 c -0.152,-0.432 -0.652,-0.65 -1.116,-0.486 l -4.438,1.559 12.908,36.714 c 0.163,0.464 -0.081,0.974 -0.546,1.137 z"
+ id="path1097" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 943.88,491.398 -17.804,6.26 1.539,4.379 23.925,-8.41 -14.468,-41.153 c -0.152,-0.432 -0.652,-0.65 -1.116,-0.486 l -4.438,1.559 12.908,36.714 c 0.163,0.464 -0.081,0.974 -0.546,1.137 z"
+ id="path1099" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 943.88,491.398 -17.804,6.26 1.539,4.379 23.925,-8.41 -14.468,-41.153 c -0.152,-0.432 -0.652,-0.65 -1.116,-0.486 l -4.438,1.559 12.908,36.714 c 0.163,0.464 -0.081,0.974 -0.546,1.137 z"
+ id="path1101" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 943.88,491.398 -17.804,6.26 1.539,4.379 23.925,-8.41 -14.468,-41.153 c -0.152,-0.432 -0.652,-0.65 -1.116,-0.486 l -4.438,1.559 12.908,36.714 c 0.163,0.464 -0.081,0.974 -0.546,1.137 z"
+ id="path1103" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 913.717,459.806 c -0.467,0.162 -0.72,0.645 -0.567,1.077 l 12.927,36.775 17.804,-6.26 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -12.908,-36.714 -7.047,2.479 z"
+ id="path1105" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 913.717,459.806 c -0.467,0.162 -0.72,0.645 -0.567,1.077 l 12.927,36.775 17.804,-6.26 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -12.908,-36.714 -7.047,2.479 z"
+ id="path1107" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 913.717,459.806 c -0.467,0.162 -0.72,0.645 -0.567,1.077 l 12.927,36.775 17.804,-6.26 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -12.908,-36.714 -7.047,2.479 z"
+ id="path1109" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 913.717,459.806 c -0.467,0.162 -0.72,0.645 -0.567,1.077 l 12.927,36.775 17.804,-6.26 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -12.908,-36.714 -7.047,2.479 z"
+ id="path1111" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 913.717,459.806 c -0.467,0.162 -0.72,0.645 -0.567,1.077 l 12.927,36.775 17.804,-6.26 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -12.908,-36.714 -7.047,2.479 z"
+ id="path1113" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.867,458.085 -0.109,0.037 1.602,4.556 c 0.02,0.056 0.124,0.068 0.232,0.032 l 6.483,-2.28 -1.637,-4.655 z"
+ id="path1115" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.867,458.085 -0.109,0.037 1.602,4.556 c 0.02,0.056 0.124,0.068 0.232,0.032 l 6.483,-2.28 -1.637,-4.655 z"
+ id="path1117" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.867,458.085 -0.109,0.037 1.602,4.556 c 0.02,0.056 0.124,0.068 0.232,0.032 l 6.483,-2.28 -1.637,-4.655 z"
+ id="path1119" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 873.867,458.085 -0.109,0.037 1.602,4.556 c 0.02,0.056 0.124,0.068 0.232,0.032 l 6.483,-2.28 -1.637,-4.655 z"
+ id="path1121" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.754,458.111 0.003,0.011 0.109,-0.037 c -0.035,0.012 -0.074,0.019 -0.112,0.026 z"
+ id="path1123" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.754,458.111 0.003,0.011 0.109,-0.037 c -0.035,0.012 -0.074,0.019 -0.112,0.026 z"
+ id="path1125" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 873.754,458.111 0.003,0.011 0.109,-0.037 c -0.035,0.012 -0.074,0.019 -0.112,0.026 z"
+ id="path1127" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.754,458.111 0.003,0.011 0.109,-0.037 c -0.035,0.012 -0.074,0.019 -0.112,0.026 z"
+ id="path1129" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 873.754,458.111 0.003,0.011 0.109,-0.037 c -0.035,0.012 -0.074,0.019 -0.112,0.026 z"
+ id="path1131" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.438,455.774 -0.154,-0.439 -6.681,2.35 0.151,0.427 c 0.038,-0.008 0.076,-0.015 0.112,-0.026 z"
+ id="path1133" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.438,455.774 -0.154,-0.439 -6.681,2.35 0.151,0.427 c 0.038,-0.008 0.076,-0.015 0.112,-0.026 z"
+ id="path1135" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.438,455.774 -0.154,-0.439 -6.681,2.35 0.151,0.427 c 0.038,-0.008 0.076,-0.015 0.112,-0.026 z"
+ id="path1137" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 880.438,455.774 -0.154,-0.439 -6.681,2.35 0.151,0.427 c 0.038,-0.008 0.076,-0.015 0.112,-0.026 z"
+ id="path1139" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.438,455.774 -0.154,-0.439 -6.681,2.35 0.151,0.427 c 0.038,-0.008 0.076,-0.015 0.112,-0.026 z"
+ id="path1141" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 880.438,455.774 -0.154,-0.439 -6.681,2.35 0.151,0.427 c 0.038,-0.008 0.076,-0.015 0.112,-0.026 z"
+ id="path1143" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="871.98199"
+ y="450.11099"
+ transform="matrix(0.9433,-0.3318,0.3318,0.9433,-100.5338,316.1562)"
+ width="7.0809999"
+ height="4.7140002"
+ id="rect1145" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="871.98199"
+ y="450.11099"
+ transform="matrix(0.9433,-0.3318,0.3318,0.9433,-100.5338,316.1562)"
+ width="7.0809999"
+ height="4.7140002"
+ id="rect1147" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="871.98199"
+ y="450.11099"
+ transform="matrix(0.9433,-0.3318,0.3318,0.9433,-100.5338,316.1562)"
+ width="7.0809999"
+ height="4.7140002"
+ id="rect1149" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="871.98199"
+ y="450.11099"
+ transform="matrix(0.9433,-0.3318,0.3318,0.9433,-100.5338,316.1562)"
+ width="7.0809999"
+ height="4.7140002"
+ id="rect1151" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="871.98199"
+ y="450.11099"
+ transform="matrix(0.9433,-0.3318,0.3318,0.9433,-100.5338,316.1562)"
+ width="7.0809999"
+ height="4.7140002"
+ id="rect1153" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="871.98199"
+ y="450.11099"
+ transform="matrix(0.9433,-0.3318,0.3318,0.9433,-100.5338,316.1562)"
+ width="7.0809999"
+ height="4.7140002"
+ id="rect1155" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 885.44,456.03 5.23,-1.84 -0.629,-1.791 -9.604,3.375 1.637,4.655 4.211,-1.479 -0.94,-2.679 c -0.036,-0.102 0.006,-0.211 0.095,-0.241 z"
+ id="path1157" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 885.44,456.03 5.23,-1.84 -0.629,-1.791 -9.604,3.375 1.637,4.655 4.211,-1.479 -0.94,-2.679 c -0.036,-0.102 0.006,-0.211 0.095,-0.241 z"
+ id="path1159" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 885.44,456.03 5.23,-1.84 -0.629,-1.791 -9.604,3.375 1.637,4.655 4.211,-1.479 -0.94,-2.679 c -0.036,-0.102 0.006,-0.211 0.095,-0.241 z"
+ id="path1161" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 885.44,456.03 5.23,-1.84 -0.629,-1.791 -9.604,3.375 1.637,4.655 4.211,-1.479 -0.94,-2.679 c -0.036,-0.102 0.006,-0.211 0.095,-0.241 z"
+ id="path1163" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 885.44,456.03 5.23,-1.84 -0.629,-1.791 -9.604,3.375 1.637,4.655 4.211,-1.479 -0.94,-2.679 c -0.036,-0.102 0.006,-0.211 0.095,-0.241 z"
+ id="path1165" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.92999"
+ y="448.77802"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,750.1652,1439.4045)"
+ width="0.46599999"
+ height="10.179"
+ id="rect1167" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.92999"
+ y="448.77802"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,750.1652,1439.4045)"
+ width="0.46599999"
+ height="10.179"
+ id="rect1169" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.92999"
+ y="448.77802"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,750.1652,1439.4045)"
+ width="0.46599999"
+ height="10.179"
+ id="rect1171" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="884.92999"
+ y="448.77802"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,750.1652,1439.4045)"
+ width="0.46599999"
+ height="10.179"
+ id="rect1173" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.92999"
+ y="448.77802"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,750.1652,1439.4045)"
+ width="0.46599999"
+ height="10.179"
+ id="rect1175" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.92999"
+ y="448.77802"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,750.1652,1439.4045)"
+ width="0.46599999"
+ height="10.179"
+ id="rect1177" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="884.92999"
+ y="448.77802"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,750.1652,1439.4045)"
+ width="0.46599999"
+ height="10.179"
+ id="rect1179" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.909,446.333 -4.549,1.6 c -0.396,0.139 -0.819,-0.018 -1.04,-0.354 l -4.239,1.49 1.564,4.449 9.603,-3.376 z"
+ id="path1181" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.909,446.333 -4.549,1.6 c -0.396,0.139 -0.819,-0.018 -1.04,-0.354 l -4.239,1.49 1.564,4.449 9.603,-3.376 z"
+ id="path1183" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.909,446.333 -4.549,1.6 c -0.396,0.139 -0.819,-0.018 -1.04,-0.354 l -4.239,1.49 1.564,4.449 9.603,-3.376 z"
+ id="path1185" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 887.909,446.333 -4.549,1.6 c -0.396,0.139 -0.819,-0.018 -1.04,-0.354 l -4.239,1.49 1.564,4.449 9.603,-3.376 z"
+ id="path1187" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.909,446.333 -4.549,1.6 c -0.396,0.139 -0.819,-0.018 -1.04,-0.354 l -4.239,1.49 1.564,4.449 9.603,-3.376 z"
+ id="path1189" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.909,446.333 -4.549,1.6 c -0.396,0.139 -0.819,-0.018 -1.04,-0.354 l -4.239,1.49 1.564,4.449 9.603,-3.376 z"
+ id="path1191" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 887.909,446.333 -4.549,1.6 c -0.396,0.139 -0.819,-0.018 -1.04,-0.354 l -4.239,1.49 1.564,4.449 9.603,-3.376 z"
+ id="path1193" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 891.642,456.954 -0.972,-2.764 -5.23,1.84 c -0.089,0.029 -0.131,0.139 -0.095,0.241 l 0.94,2.679 5.194,-1.826 c 0.111,-0.038 0.183,-0.113 0.163,-0.17 z"
+ id="path1195" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 891.642,456.954 -0.972,-2.764 -5.23,1.84 c -0.089,0.029 -0.131,0.139 -0.095,0.241 l 0.94,2.679 5.194,-1.826 c 0.111,-0.038 0.183,-0.113 0.163,-0.17 z"
+ id="path1197" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 891.642,456.954 -0.972,-2.764 -5.23,1.84 c -0.089,0.029 -0.131,0.139 -0.095,0.241 l 0.94,2.679 5.194,-1.826 c 0.111,-0.038 0.183,-0.113 0.163,-0.17 z"
+ id="path1199" />
+ <path
+ style="opacity:0.4;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 891.642,456.954 -0.972,-2.764 -5.23,1.84 c -0.089,0.029 -0.131,0.139 -0.095,0.241 l 0.94,2.679 5.194,-1.826 c 0.111,-0.038 0.183,-0.113 0.163,-0.17 z"
+ id="path1201" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 891.642,456.954 -0.972,-2.764 -5.23,1.84 c -0.089,0.029 -0.131,0.139 -0.095,0.241 l 0.94,2.679 5.194,-1.826 c 0.111,-0.038 0.183,-0.113 0.163,-0.17 z"
+ id="path1203" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 891.642,456.954 -0.972,-2.764 -5.23,1.84 c -0.089,0.029 -0.131,0.139 -0.095,0.241 l 0.94,2.679 5.194,-1.826 c 0.111,-0.038 0.183,-0.113 0.163,-0.17 z"
+ id="path1205" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 883.36,447.933 4.549,-1.6 -0.226,-0.639 -5.363,1.885 c 0.221,0.336 0.644,0.492 1.04,0.354 z"
+ id="path1207" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 883.36,447.933 4.549,-1.6 -0.226,-0.639 -5.363,1.885 c 0.221,0.336 0.644,0.492 1.04,0.354 z"
+ id="path1209" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 883.36,447.933 4.549,-1.6 -0.226,-0.639 -5.363,1.885 c 0.221,0.336 0.644,0.492 1.04,0.354 z"
+ id="path1211" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 883.36,447.933 4.549,-1.6 -0.226,-0.639 -5.363,1.885 c 0.221,0.336 0.644,0.492 1.04,0.354 z"
+ id="path1213" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 883.36,447.933 4.549,-1.6 -0.226,-0.639 -5.363,1.885 c 0.221,0.336 0.644,0.492 1.04,0.354 z"
+ id="path1215" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 883.36,447.933 4.549,-1.6 -0.226,-0.639 -5.363,1.885 c 0.221,0.336 0.644,0.492 1.04,0.354 z"
+ id="path1217" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 883.36,447.933 4.549,-1.6 -0.226,-0.639 -5.363,1.885 c 0.221,0.336 0.644,0.492 1.04,0.354 z"
+ id="path1219" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 883.36,447.933 4.549,-1.6 -0.226,-0.639 -5.363,1.885 c 0.221,0.336 0.644,0.492 1.04,0.354 z"
+ id="path1221" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 845.947,475.468 c -0.367,0.129 -0.657,0.246 -0.652,0.264 l 0.93,2.641 c 0.006,0.018 0.306,-0.074 0.671,-0.201 l 5.523,-1.943 -0.95,-2.701 z"
+ id="path1223" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 845.947,475.468 c -0.367,0.129 -0.657,0.246 -0.652,0.264 l 0.93,2.641 c 0.006,0.018 0.306,-0.074 0.671,-0.201 l 5.523,-1.943 -0.95,-2.701 z"
+ id="path1225" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 845.947,475.468 c -0.367,0.129 -0.657,0.246 -0.652,0.264 l 0.93,2.641 c 0.006,0.018 0.306,-0.074 0.671,-0.201 l 5.523,-1.943 -0.95,-2.701 z"
+ id="path1227" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 931,446.142 -1.853,0.652 0.772,2.192 9.901,-3.479 c 0.365,-0.128 0.657,-0.247 0.65,-0.263 l -0.928,-2.644 c -0.007,-0.016 -0.308,0.074 -0.673,0.204 l -7.34,2.581 c -0.041,0.358 -0.232,0.652 -0.529,0.757 z"
+ id="path1229" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 931,446.142 -1.853,0.652 0.772,2.192 9.901,-3.479 c 0.365,-0.128 0.657,-0.247 0.65,-0.263 l -0.928,-2.644 c -0.007,-0.016 -0.308,0.074 -0.673,0.204 l -7.34,2.581 c -0.041,0.358 -0.232,0.652 -0.529,0.757 z"
+ id="path1231" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 931,446.142 -1.853,0.652 0.772,2.192 9.901,-3.479 c 0.365,-0.128 0.657,-0.247 0.65,-0.263 l -0.928,-2.644 c -0.007,-0.016 -0.308,0.074 -0.673,0.204 l -7.34,2.581 c -0.041,0.358 -0.232,0.652 -0.529,0.757 z"
+ id="path1233" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="925.02802"
+ y="445.521"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,809.3387,1471.7247)"
+ width="2.326"
+ height="7.0879998"
+ id="rect1235" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="925.02802"
+ y="445.521"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,809.3387,1471.7247)"
+ width="2.326"
+ height="7.0879998"
+ id="rect1237" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="925.02802"
+ y="445.521"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,809.3387,1471.7247)"
+ width="2.326"
+ height="7.0879998"
+ id="rect1239" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="925.02802"
+ y="445.521"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,809.3387,1471.7247)"
+ width="2.326"
+ height="7.0879998"
+ id="rect1241" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="851.30701"
+ y="469.71399"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-107.435,312.7222)"
+ width="22.503"
+ height="2.8629999"
+ id="rect1243" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="851.30701"
+ y="469.71399"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-107.435,312.7222)"
+ width="22.503"
+ height="2.8629999"
+ id="rect1245" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="851.30701"
+ y="469.71399"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-107.435,312.7222)"
+ width="22.503"
+ height="2.8629999"
+ id="rect1247" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="851.30701"
+ y="469.71399"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-107.435,312.7222)"
+ width="22.503"
+ height="2.8629999"
+ id="rect1249" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 -5.862,2.061 0.18,0.508 c 0.162,0.465 -0.082,0.976 -0.547,1.139 l -1.011,0.355 0.476,1.351 22.124,-7.776 -0.771,-2.194 -13.701,4.815 c -0.299,0.104 -0.632,-0.007 -0.888,-0.259 z"
+ id="path1251" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 -5.862,2.061 0.18,0.508 c 0.162,0.465 -0.082,0.976 -0.547,1.139 l -1.011,0.355 0.476,1.351 22.124,-7.776 -0.771,-2.194 -13.701,4.815 c -0.299,0.104 -0.632,-0.007 -0.888,-0.259 z"
+ id="path1253" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 -5.862,2.061 0.18,0.508 c 0.162,0.465 -0.082,0.976 -0.547,1.139 l -1.011,0.355 0.476,1.351 22.124,-7.776 -0.771,-2.194 -13.701,4.815 c -0.299,0.104 -0.632,-0.007 -0.888,-0.259 z"
+ id="path1255" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 -5.862,2.061 0.18,0.508 c 0.162,0.465 -0.082,0.976 -0.547,1.139 l -1.011,0.355 0.476,1.351 22.124,-7.776 -0.771,-2.194 -13.701,4.815 c -0.299,0.104 -0.632,-0.007 -0.888,-0.259 z"
+ id="path1257" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 -5.862,2.061 0.18,0.508 c 0.162,0.465 -0.082,0.976 -0.547,1.139 l -1.011,0.355 0.476,1.351 22.124,-7.776 -0.771,-2.194 -13.701,4.815 c -0.299,0.104 -0.632,-0.007 -0.888,-0.259 z"
+ id="path1259" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.633,457.763 1.011,-0.355 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -0.18,-0.508 -1.854,0.65 z"
+ id="path1261" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.633,457.763 1.011,-0.355 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -0.18,-0.508 -1.854,0.65 z"
+ id="path1263" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 900.633,457.763 1.011,-0.355 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -0.18,-0.508 -1.854,0.65 z"
+ id="path1265" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.633,457.763 1.011,-0.355 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -0.18,-0.508 -1.854,0.65 z"
+ id="path1267" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 900.633,457.763 1.011,-0.355 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -0.18,-0.508 -1.854,0.65 z"
+ id="path1269" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.633,457.763 1.011,-0.355 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -0.18,-0.508 -1.854,0.65 z"
+ id="path1271" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="897.22699"
+ y="458.34399"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1899.5426,594.111)"
+ width="3.75"
+ height="1.432"
+ id="rect1273" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="897.22699"
+ y="458.34399"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1899.5426,594.111)"
+ width="3.75"
+ height="1.432"
+ id="rect1275" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="897.22699"
+ y="458.34399"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1899.5426,594.111)"
+ width="3.75"
+ height="1.432"
+ id="rect1277" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="897.22699"
+ y="458.34399"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1899.5426,594.111)"
+ width="3.75"
+ height="1.432"
+ id="rect1279" />
+
+ <rect
+ style="opacity:0.4;fill:#fff6a3"
+ x="897.22699"
+ y="458.34399"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1899.5426,594.111)"
+ width="3.75"
+ height="1.432"
+ id="rect1281" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="897.22699"
+ y="458.34399"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1899.5426,594.111)"
+ width="3.75"
+ height="1.432"
+ id="rect1283" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="897.91101"
+ y="455.83401"
+ transform="matrix(-0.3305,-0.9438,0.9438,-0.3305,763.6388,1457.1118)"
+ width="1.433"
+ height="3.75"
+ id="rect1285" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="897.91101"
+ y="455.83401"
+ transform="matrix(-0.3305,-0.9438,0.9438,-0.3305,763.6388,1457.1118)"
+ width="1.433"
+ height="3.75"
+ id="rect1287" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="897.91101"
+ y="455.83401"
+ transform="matrix(-0.3305,-0.9438,0.9438,-0.3305,763.6388,1457.1118)"
+ width="1.433"
+ height="3.75"
+ id="rect1289" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="897.91101"
+ y="455.83401"
+ transform="matrix(-0.3305,-0.9438,0.9438,-0.3305,763.6388,1457.1118)"
+ width="1.433"
+ height="3.75"
+ id="rect1291" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="897.91101"
+ y="455.83401"
+ transform="matrix(-0.3305,-0.9438,0.9438,-0.3305,763.6388,1457.1118)"
+ width="1.433"
+ height="3.75"
+ id="rect1293" />
+
+ <rect
+ style="opacity:0.4;fill:#fff6a3"
+ x="897.91101"
+ y="455.83401"
+ transform="matrix(-0.3305,-0.9438,0.9438,-0.3305,763.6388,1457.1118)"
+ width="1.433"
+ height="3.75"
+ id="rect1295" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="897.91101"
+ y="455.83401"
+ transform="matrix(-0.3305,-0.9438,0.9438,-0.3305,763.6388,1457.1118)"
+ width="1.433"
+ height="3.75"
+ id="rect1297" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.493,462.381 -3.368,1.186 c -0.467,0.163 -0.976,-0.081 -1.14,-0.548 l -0.179,-0.507 -7.413,2.605 0.948,2.702 11.625,-4.087 z"
+ id="path1299" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.493,462.381 -3.368,1.186 c -0.467,0.163 -0.976,-0.081 -1.14,-0.548 l -0.179,-0.507 -7.413,2.605 0.948,2.702 11.625,-4.087 z"
+ id="path1301" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.493,462.381 -3.368,1.186 c -0.467,0.163 -0.976,-0.081 -1.14,-0.548 l -0.179,-0.507 -7.413,2.605 0.948,2.702 11.625,-4.087 z"
+ id="path1303" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.493,462.381 -3.368,1.186 c -0.467,0.163 -0.976,-0.081 -1.14,-0.548 l -0.179,-0.507 -7.413,2.605 0.948,2.702 11.625,-4.087 z"
+ id="path1305" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.806,462.512 0.179,0.507 c 0.164,0.467 0.673,0.711 1.14,0.548 l 3.368,-1.186 -0.475,-1.351 z"
+ id="path1307" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.806,462.512 0.179,0.507 c 0.164,0.467 0.673,0.711 1.14,0.548 l 3.368,-1.186 -0.475,-1.351 z"
+ id="path1309" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.806,462.512 0.179,0.507 c 0.164,0.467 0.673,0.711 1.14,0.548 l 3.368,-1.186 -0.475,-1.351 z"
+ id="path1311" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.806,462.512 0.179,0.507 c 0.164,0.467 0.673,0.711 1.14,0.548 l 3.368,-1.186 -0.475,-1.351 z"
+ id="path1313" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.806,462.512 0.179,0.507 c 0.164,0.467 0.673,0.711 1.14,0.548 l 3.368,-1.186 -0.475,-1.351 z"
+ id="path1315" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08698"
+ y="465.513"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,723.2739,1446.7085)"
+ width="2.8659999"
+ height="2.8570001"
+ id="rect1317" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08698"
+ y="465.513"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,723.2739,1446.7085)"
+ width="2.8659999"
+ height="2.8570001"
+ id="rect1319" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08698"
+ y="465.513"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,723.2739,1446.7085)"
+ width="2.8659999"
+ height="2.8570001"
+ id="rect1321" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08698"
+ y="465.513"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,723.2739,1446.7085)"
+ width="2.8659999"
+ height="2.8570001"
+ id="rect1323" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08698"
+ y="465.513"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,723.2739,1446.7085)"
+ width="2.8659999"
+ height="2.8570001"
+ id="rect1325" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.56799"
+ y="461.39301"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.8505,321.3775)"
+ width="5.7140002"
+ height="1.432"
+ id="rect1327" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.56799"
+ y="461.39301"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.8505,321.3775)"
+ width="5.7140002"
+ height="1.432"
+ id="rect1329" />
+
+ <rect
+ style="opacity:0.4;fill:#fff6a3"
+ x="887.56799"
+ y="461.39301"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.8505,321.3775)"
+ width="5.7140002"
+ height="1.432"
+ id="rect1331" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.56799"
+ y="461.39301"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.8505,321.3775)"
+ width="5.7140002"
+ height="1.432"
+ id="rect1333" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.56799"
+ y="461.39301"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.8505,321.3775)"
+ width="5.7140002"
+ height="1.432"
+ id="rect1335" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.09399"
+ y="460.043"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.4214,321.0878)"
+ width="5.7150002"
+ height="1.432"
+ id="rect1337" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.09399"
+ y="460.043"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.4214,321.0878)"
+ width="5.7150002"
+ height="1.432"
+ id="rect1339" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.09399"
+ y="460.043"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.4214,321.0878)"
+ width="5.7150002"
+ height="1.432"
+ id="rect1341" />
+
+ <rect
+ style="opacity:0.4;fill:#fff6a3"
+ x="887.09399"
+ y="460.043"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.4214,321.0878)"
+ width="5.7150002"
+ height="1.432"
+ id="rect1343" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.09399"
+ y="460.043"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.4214,321.0878)"
+ width="5.7150002"
+ height="1.432"
+ id="rect1345" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.09399"
+ y="460.043"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.4214,321.0878)"
+ width="5.7150002"
+ height="1.432"
+ id="rect1347" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.995"
+ y="459.70599"
+ transform="matrix(0.9435,-0.3313,0.3313,0.9435,-101.9866,322.6373)"
+ width="4.4650002"
+ height="1.432"
+ id="rect1349" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.995"
+ y="459.70599"
+ transform="matrix(0.9435,-0.3313,0.3313,0.9435,-101.9866,322.6373)"
+ width="4.4650002"
+ height="1.432"
+ id="rect1351" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="892.995"
+ y="459.70599"
+ transform="matrix(0.9435,-0.3313,0.3313,0.9435,-101.9866,322.6373)"
+ width="4.4650002"
+ height="1.432"
+ id="rect1353" />
+
+ <rect
+ style="opacity:0.4;fill:#fff6a3"
+ x="892.995"
+ y="459.70599"
+ transform="matrix(0.9435,-0.3313,0.3313,0.9435,-101.9866,322.6373)"
+ width="4.4650002"
+ height="1.432"
+ id="rect1355" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.995"
+ y="459.70599"
+ transform="matrix(0.9435,-0.3313,0.3313,0.9435,-101.9866,322.6373)"
+ width="4.4650002"
+ height="1.432"
+ id="rect1357" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.995"
+ y="459.70599"
+ transform="matrix(0.9435,-0.3313,0.3313,0.9435,-101.9866,322.6373)"
+ width="4.4650002"
+ height="1.432"
+ id="rect1359" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.52002"
+ y="458.35501"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-101.6219,322.8149)"
+ width="4.4660001"
+ height="1.431"
+ id="rect1361" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.52002"
+ y="458.35501"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-101.6219,322.8149)"
+ width="4.4660001"
+ height="1.431"
+ id="rect1363" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.52002"
+ y="458.35501"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-101.6219,322.8149)"
+ width="4.4660001"
+ height="1.431"
+ id="rect1365" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="892.52002"
+ y="458.35501"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-101.6219,322.8149)"
+ width="4.4660001"
+ height="1.431"
+ id="rect1367" />
+
+ <rect
+ style="opacity:0.4;fill:#fff6a3"
+ x="892.52002"
+ y="458.35501"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-101.6219,322.8149)"
+ width="4.4660001"
+ height="1.431"
+ id="rect1369" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.52002"
+ y="458.35501"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-101.6219,322.8149)"
+ width="4.4660001"
+ height="1.431"
+ id="rect1371" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.52002"
+ y="458.35501"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-101.6219,322.8149)"
+ width="4.4660001"
+ height="1.431"
+ id="rect1373" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="M 929.147,446.794 931,446.142 c 0.298,-0.104 0.488,-0.398 0.531,-0.756 l -2.563,0.899 z"
+ id="path1375" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="M 929.147,446.794 931,446.142 c 0.298,-0.104 0.488,-0.398 0.531,-0.756 l -2.563,0.899 z"
+ id="path1377" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="M 929.147,446.794 931,446.142 c 0.298,-0.104 0.488,-0.398 0.531,-0.756 l -2.563,0.899 z"
+ id="path1379" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="M 929.147,446.794 931,446.142 c 0.298,-0.104 0.488,-0.398 0.531,-0.756 l -2.563,0.899 z"
+ id="path1381" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="922.172"
+ y="447.444"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1947.5007,563.2526)"
+ width="7.085"
+ height="0.54000002"
+ id="rect1383" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="922.172"
+ y="447.444"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1947.5007,563.2526)"
+ width="7.085"
+ height="0.54000002"
+ id="rect1385" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="922.172"
+ y="447.444"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1947.5007,563.2526)"
+ width="7.085"
+ height="0.54000002"
+ id="rect1387" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="922.172"
+ y="447.444"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1947.5007,563.2526)"
+ width="7.085"
+ height="0.54000002"
+ id="rect1389" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="922.172"
+ y="447.444"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1947.5007,563.2526)"
+ width="7.085"
+ height="0.54000002"
+ id="rect1391" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 c 0.257,0.252 0.59,0.363 0.888,0.258 l 13.701,-4.815 -0.18,-0.507 z"
+ id="path1393" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 c 0.257,0.252 0.59,0.363 0.888,0.258 l 13.701,-4.815 -0.18,-0.507 z"
+ id="path1395" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 c 0.257,0.252 0.59,0.363 0.888,0.258 l 13.701,-4.815 -0.18,-0.507 z"
+ id="path1397" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 c 0.257,0.252 0.59,0.363 0.888,0.258 l 13.701,-4.815 -0.18,-0.507 z"
+ id="path1399" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 c 0.257,0.252 0.59,0.363 0.888,0.258 l 13.701,-4.815 -0.18,-0.507 z"
+ id="path1401" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 c 0.257,0.252 0.59,0.363 0.888,0.258 l 13.701,-4.815 -0.18,-0.507 z"
+ id="path1403" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 939.38,433.542 c 0.311,-0.109 0.636,0.014 0.729,0.276 l 0.152,0.436 6.234,-2.191 -0.64,-1.817 -17.354,6.1 0.32,0.908 z"
+ id="path1405" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 939.38,433.542 c 0.311,-0.109 0.636,0.014 0.729,0.276 l 0.152,0.436 6.234,-2.191 -0.64,-1.817 -17.354,6.1 0.32,0.908 z"
+ id="path1407" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 939.38,433.542 c 0.311,-0.109 0.636,0.014 0.729,0.276 l 0.152,0.436 6.234,-2.191 -0.64,-1.817 -17.354,6.1 0.32,0.908 z"
+ id="path1409" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 940.261,434.254 -0.152,-0.436 c -0.093,-0.263 -0.418,-0.386 -0.729,-0.276 l -10.558,3.711 0.317,0.91 z"
+ id="path1411" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 940.261,434.254 -0.152,-0.436 c -0.093,-0.263 -0.418,-0.386 -0.729,-0.276 l -10.558,3.711 0.317,0.91 z"
+ id="path1413" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 940.261,434.254 -0.152,-0.436 c -0.093,-0.263 -0.418,-0.386 -0.729,-0.276 l -10.558,3.711 0.317,0.91 z"
+ id="path1415" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 940.261,434.254 -0.152,-0.436 c -0.093,-0.263 -0.418,-0.386 -0.729,-0.276 l -10.558,3.711 0.317,0.91 z"
+ id="path1417" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 864.433,458.866 c -0.432,0.15 -0.775,0.281 -0.772,0.293 l 0.626,1.778 c 0.003,0.01 0.354,-0.103 0.784,-0.253 l 5.104,-1.795 -0.64,-1.818 z"
+ id="path1419" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 864.433,458.866 c -0.432,0.15 -0.775,0.281 -0.772,0.293 l 0.626,1.778 c 0.003,0.01 0.354,-0.103 0.784,-0.253 l 5.104,-1.795 -0.64,-1.818 z"
+ id="path1421" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 864.433,458.866 c -0.432,0.15 -0.775,0.281 -0.772,0.293 l 0.626,1.778 c 0.003,0.01 0.354,-0.103 0.784,-0.253 l 5.104,-1.795 -0.64,-1.818 z"
+ id="path1423" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 864.433,458.866 c -0.432,0.15 -0.775,0.281 -0.772,0.293 l 0.626,1.778 c 0.003,0.01 0.354,-0.103 0.784,-0.253 l 5.104,-1.795 -0.64,-1.818 z"
+ id="path1425" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 864.433,458.866 c -0.432,0.15 -0.775,0.281 -0.772,0.293 l 0.626,1.778 c 0.003,0.01 0.354,-0.103 0.784,-0.253 l 5.104,-1.795 -0.64,-1.818 z"
+ id="path1427" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="899.27698"
+ y="447.33701"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1901.9545,570.3709)"
+ width="6.072"
+ height="0.248"
+ id="rect1429" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="899.27698"
+ y="447.33701"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1901.9545,570.3709)"
+ width="6.072"
+ height="0.248"
+ id="rect1431" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="899.27698"
+ y="447.33701"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1901.9545,570.3709)"
+ width="6.072"
+ height="0.248"
+ id="rect1433" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="899.27698"
+ y="447.33701"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1901.9545,570.3709)"
+ width="6.072"
+ height="0.248"
+ id="rect1435" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="899.27698"
+ y="447.33701"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1901.9545,570.3709)"
+ width="6.072"
+ height="0.248"
+ id="rect1437" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="899.27698"
+ y="447.33701"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1901.9545,570.3709)"
+ width="6.072"
+ height="0.248"
+ id="rect1439" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.89697"
+ y="449.29099"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1891.7986,576.0156)"
+ width="5.7129998"
+ height="0.248"
+ id="rect1441" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.89697"
+ y="449.29099"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1891.7986,576.0156)"
+ width="5.7129998"
+ height="0.248"
+ id="rect1443" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.89697"
+ y="449.29099"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1891.7986,576.0156)"
+ width="5.7129998"
+ height="0.248"
+ id="rect1445" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="893.89697"
+ y="449.29099"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1891.7986,576.0156)"
+ width="5.7129998"
+ height="0.248"
+ id="rect1447" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.89697"
+ y="449.29099"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1891.7986,576.0156)"
+ width="5.7129998"
+ height="0.248"
+ id="rect1449" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="893.89697"
+ y="449.29099"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1891.7986,576.0156)"
+ width="5.7129998"
+ height="0.248"
+ id="rect1451" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.89697"
+ y="449.29099"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1891.7986,576.0156)"
+ width="5.7129998"
+ height="0.248"
+ id="rect1453" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 957.979,427.572 0.142,0.404 11.286,-3.968 c -0.293,-0.58 -0.595,-1.157 -0.904,-1.725 l -11.021,3.874 z"
+ id="path1455" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 957.979,427.572 0.142,0.404 11.286,-3.968 c -0.293,-0.58 -0.595,-1.157 -0.904,-1.725 l -11.021,3.874 z"
+ id="path1457" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 958.121,427.977 -0.142,-0.404 c 0.052,0.147 0.058,0.298 0.034,0.442 z"
+ id="path1459" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 958.121,427.977 -0.142,-0.404 c 0.052,0.147 0.058,0.298 0.034,0.442 z"
+ id="path1461" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 958.121,427.977 -0.142,-0.404 c 0.052,0.147 0.058,0.298 0.034,0.442 z"
+ id="path1463" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 958.013,428.015 c 0.023,-0.145 0.018,-0.295 -0.034,-0.442 l -0.498,-1.414 -11.625,4.087 0.64,1.817 z"
+ id="path1465" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 958.013,428.015 c 0.023,-0.145 0.018,-0.295 -0.034,-0.442 l -0.498,-1.414 -11.625,4.087 0.64,1.817 z"
+ id="path1467" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 958.013,428.015 c 0.023,-0.145 0.018,-0.295 -0.034,-0.442 l -0.498,-1.414 -11.625,4.087 0.64,1.817 z"
+ id="path1469" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 958.013,428.015 c 0.023,-0.145 0.018,-0.295 -0.034,-0.442 l -0.498,-1.414 -11.625,4.087 0.64,1.817 z"
+ id="path1471" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.39301"
+ y="443.17899"
+ transform="matrix(0.3326,0.9431,-0.9431,0.3326,1022.7144,-552.7264)"
+ width="0.963"
+ height="6.073"
+ id="rect1473" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.39301"
+ y="443.17899"
+ transform="matrix(0.3326,0.9431,-0.9431,0.3326,1022.7144,-552.7264)"
+ width="0.963"
+ height="6.073"
+ id="rect1475" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.39301"
+ y="443.17899"
+ transform="matrix(0.3326,0.9431,-0.9431,0.3326,1022.7144,-552.7264)"
+ width="0.963"
+ height="6.073"
+ id="rect1477" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="901.39301"
+ y="443.17899"
+ transform="matrix(0.3326,0.9431,-0.9431,0.3326,1022.7144,-552.7264)"
+ width="0.963"
+ height="6.073"
+ id="rect1479" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.39301"
+ y="443.17899"
+ transform="matrix(0.3326,0.9431,-0.9431,0.3326,1022.7144,-552.7264)"
+ width="0.963"
+ height="6.073"
+ id="rect1481" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.39301"
+ y="443.17899"
+ transform="matrix(0.3326,0.9431,-0.9431,0.3326,1022.7144,-552.7264)"
+ width="0.963"
+ height="6.073"
+ id="rect1483" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.79498"
+ y="443.97101"
+ transform="matrix(-0.3334,-0.9428,0.9428,-0.3334,781.4904,1446.5745)"
+ width="0.71499997"
+ height="6.072"
+ id="rect1485" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.79498"
+ y="443.97101"
+ transform="matrix(-0.3334,-0.9428,0.9428,-0.3334,781.4904,1446.5745)"
+ width="0.71499997"
+ height="6.072"
+ id="rect1487" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.79498"
+ y="443.97101"
+ transform="matrix(-0.3334,-0.9428,0.9428,-0.3334,781.4904,1446.5745)"
+ width="0.71499997"
+ height="6.072"
+ id="rect1489" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="901.79498"
+ y="443.97101"
+ transform="matrix(-0.3334,-0.9428,0.9428,-0.3334,781.4904,1446.5745)"
+ width="0.71499997"
+ height="6.072"
+ id="rect1491" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="901.79498"
+ y="443.97101"
+ transform="matrix(-0.3334,-0.9428,0.9428,-0.3334,781.4904,1446.5745)"
+ width="0.71499997"
+ height="6.072"
+ id="rect1493" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.79498"
+ y="443.97101"
+ transform="matrix(-0.3334,-0.9428,0.9428,-0.3334,781.4904,1446.5745)"
+ width="0.71499997"
+ height="6.072"
+ id="rect1495" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.79498"
+ y="443.97101"
+ transform="matrix(-0.3334,-0.9428,0.9428,-0.3334,781.4904,1446.5745)"
+ width="0.71499997"
+ height="6.072"
+ id="rect1497" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.946,450.044 c -0.093,-0.262 0.085,-0.561 0.394,-0.67 l 4.83,-1.697 -0.319,-0.909 -5.392,1.895 z"
+ id="path1499" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.946,450.044 c -0.093,-0.262 0.085,-0.561 0.394,-0.67 l 4.83,-1.697 -0.319,-0.909 -5.392,1.895 z"
+ id="path1501" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.946,450.044 c -0.093,-0.262 0.085,-0.561 0.394,-0.67 l 4.83,-1.697 -0.319,-0.909 -5.392,1.895 z"
+ id="path1503" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.946,450.044 c -0.093,-0.262 0.085,-0.561 0.394,-0.67 l 4.83,-1.697 -0.319,-0.909 -5.392,1.895 z"
+ id="path1505" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 893.946,450.044 c -0.093,-0.262 0.085,-0.561 0.394,-0.67 l 4.83,-1.697 -0.319,-0.909 -5.392,1.895 z"
+ id="path1507" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.946,450.044 c -0.093,-0.262 0.085,-0.561 0.394,-0.67 l 4.83,-1.697 -0.319,-0.909 -5.392,1.895 z"
+ id="path1509" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.946,450.044 c -0.093,-0.262 0.085,-0.561 0.394,-0.67 l 4.83,-1.697 -0.319,-0.909 -5.392,1.895 z"
+ id="path1511" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.016,450.245 5.392,-1.895 -0.238,-0.674 -4.83,1.697 c -0.309,0.109 -0.486,0.408 -0.394,0.67 l 0.011,0.031 z"
+ id="path1513" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.016,450.245 5.392,-1.895 -0.238,-0.674 -4.83,1.697 c -0.309,0.109 -0.486,0.408 -0.394,0.67 l 0.011,0.031 z"
+ id="path1515" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.016,450.245 5.392,-1.895 -0.238,-0.674 -4.83,1.697 c -0.309,0.109 -0.486,0.408 -0.394,0.67 l 0.011,0.031 z"
+ id="path1517" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 894.016,450.245 5.392,-1.895 -0.238,-0.674 -4.83,1.697 c -0.309,0.109 -0.486,0.408 -0.394,0.67 l 0.011,0.031 z"
+ id="path1519" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.016,450.245 5.392,-1.895 -0.238,-0.674 -4.83,1.697 c -0.309,0.109 -0.486,0.408 -0.394,0.67 l 0.011,0.031 z"
+ id="path1521" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 894.016,450.245 5.392,-1.895 -0.238,-0.674 -4.83,1.697 c -0.309,0.109 -0.486,0.408 -0.394,0.67 l 0.011,0.031 z"
+ id="path1523" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.016,450.245 5.392,-1.895 -0.238,-0.674 -4.83,1.697 c -0.309,0.109 -0.486,0.408 -0.394,0.67 l 0.011,0.031 z"
+ id="path1525" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.016,450.245 5.392,-1.895 -0.238,-0.674 -4.83,1.697 c -0.309,0.109 -0.486,0.408 -0.394,0.67 l 0.011,0.031 z"
+ id="path1527" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 872.729,457.538 0.142,0.404 0.107,-0.038 c -0.108,-0.097 -0.198,-0.219 -0.249,-0.366 z"
+ id="path1529" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 872.729,457.538 0.142,0.404 0.107,-0.038 c -0.108,-0.097 -0.198,-0.219 -0.249,-0.366 z"
+ id="path1531" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 872.729,457.538 0.142,0.404 0.107,-0.038 c -0.108,-0.097 -0.198,-0.219 -0.249,-0.366 z"
+ id="path1533" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 872.729,457.538 0.142,0.404 0.107,-0.038 c -0.108,-0.097 -0.198,-0.219 -0.249,-0.366 z"
+ id="path1535" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 872.729,457.538 0.142,0.404 0.107,-0.038 c -0.108,-0.097 -0.198,-0.219 -0.249,-0.366 z"
+ id="path1537" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.603,457.685 -0.638,-1.818 -0.734,0.259 0.498,1.413 c 0.051,0.146 0.141,0.269 0.249,0.366 z"
+ id="path1539" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.603,457.685 -0.638,-1.818 -0.734,0.259 0.498,1.413 c 0.051,0.146 0.141,0.269 0.249,0.366 z"
+ id="path1541" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.603,457.685 -0.638,-1.818 -0.734,0.259 0.498,1.413 c 0.051,0.146 0.141,0.269 0.249,0.366 z"
+ id="path1543" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 873.603,457.685 -0.638,-1.818 -0.734,0.259 0.498,1.413 c 0.051,0.146 0.141,0.269 0.249,0.366 z"
+ id="path1545" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.603,457.685 -0.638,-1.818 -0.734,0.259 0.498,1.413 c 0.051,0.146 0.141,0.269 0.249,0.366 z"
+ id="path1547" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.603,457.685 -0.638,-1.818 -0.734,0.259 0.498,1.413 c 0.051,0.146 0.141,0.269 0.249,0.366 z"
+ id="path1549" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="872.231,456.125 869.536,457.071 870.175,458.89 872.871,457.942 872.729,457.538 "
+ id="polygon1551" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="872.231,456.125 869.536,457.071 870.175,458.89 872.871,457.942 872.729,457.538 "
+ id="polygon1553" />
+ <polygon
+ style="opacity:0.5;fill:#d1e4b7"
+ points="872.231,456.125 869.536,457.071 870.175,458.89 872.871,457.942 872.729,457.538 "
+ id="polygon1555" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="872.231,456.125 869.536,457.071 870.175,458.89 872.871,457.942 872.729,457.538 "
+ id="polygon1557" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="872.231,456.125 869.536,457.071 870.175,458.89 872.871,457.942 872.729,457.538 "
+ id="polygon1559" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="872.231,456.125 869.536,457.071 870.175,458.89 872.871,457.942 872.729,457.538 "
+ id="polygon1561" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.998,450.249 c 0.014,0.091 0.008,0.182 -0.006,0.269 l 0.108,-0.038 -0.084,-0.234 c -0.006,0.001 -0.013,0.001 -0.018,0.003 z"
+ id="path1563" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.998,450.249 c 0.014,0.091 0.008,0.182 -0.006,0.269 l 0.108,-0.038 -0.084,-0.234 c -0.006,0.001 -0.013,0.001 -0.018,0.003 z"
+ id="path1565" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.998,450.249 c 0.014,0.091 0.008,0.182 -0.006,0.269 l 0.108,-0.038 -0.084,-0.234 c -0.006,0.001 -0.013,0.001 -0.018,0.003 z"
+ id="path1567" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.998,450.249 c 0.014,0.091 0.008,0.182 -0.006,0.269 l 0.108,-0.038 -0.084,-0.234 c -0.006,0.001 -0.013,0.001 -0.018,0.003 z"
+ id="path1569" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 893.998,450.249 c 0.014,0.091 0.008,0.182 -0.006,0.269 l 0.108,-0.038 -0.084,-0.234 c -0.006,0.001 -0.013,0.001 -0.018,0.003 z"
+ id="path1571" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.998,450.249 c 0.014,0.091 0.008,0.182 -0.006,0.269 l 0.108,-0.038 -0.084,-0.234 c -0.006,0.001 -0.013,0.001 -0.018,0.003 z"
+ id="path1573" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.998,450.249 c 0.014,0.091 0.008,0.182 -0.006,0.269 l 0.108,-0.038 -0.084,-0.234 c -0.006,0.001 -0.013,0.001 -0.018,0.003 z"
+ id="path1575" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 -0.258,-0.739 -3.37,1.184 0.64,1.818 4.104,-1.443 c 0.014,-0.087 0.02,-0.178 0.006,-0.269 -0.458,0.152 -0.958,-0.09 -1.122,-0.551 z"
+ id="path1577" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 -0.258,-0.739 -3.37,1.184 0.64,1.818 4.104,-1.443 c 0.014,-0.087 0.02,-0.178 0.006,-0.269 -0.458,0.152 -0.958,-0.09 -1.122,-0.551 z"
+ id="path1579" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 -0.258,-0.739 -3.37,1.184 0.64,1.818 4.104,-1.443 c 0.014,-0.087 0.02,-0.178 0.006,-0.269 -0.458,0.152 -0.958,-0.09 -1.122,-0.551 z"
+ id="path1581" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 -0.258,-0.739 -3.37,1.184 0.64,1.818 4.104,-1.443 c 0.014,-0.087 0.02,-0.178 0.006,-0.269 -0.458,0.152 -0.958,-0.09 -1.122,-0.551 z"
+ id="path1583" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 -0.258,-0.739 -3.37,1.184 0.64,1.818 4.104,-1.443 c 0.014,-0.087 0.02,-0.178 0.006,-0.269 -0.458,0.152 -0.958,-0.09 -1.122,-0.551 z"
+ id="path1585" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 -0.258,-0.739 -3.37,1.184 0.64,1.818 4.104,-1.443 c 0.014,-0.087 0.02,-0.178 0.006,-0.269 -0.458,0.152 -0.958,-0.09 -1.122,-0.551 z"
+ id="path1587" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 -0.258,-0.739 -3.37,1.184 0.64,1.818 4.104,-1.443 c 0.014,-0.087 0.02,-0.178 0.006,-0.269 -0.458,0.152 -0.958,-0.09 -1.122,-0.551 z"
+ id="path1589" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 -0.258,-0.739 -3.37,1.184 0.64,1.818 4.104,-1.443 c 0.014,-0.087 0.02,-0.178 0.006,-0.269 -0.458,0.152 -0.958,-0.09 -1.122,-0.551 z"
+ id="path1591" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.957,450.075 c 0.021,0.059 0.033,0.117 0.041,0.174 0.006,-0.002 0.013,-0.002 0.019,-0.004 z"
+ id="path1593" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.957,450.075 c 0.021,0.059 0.033,0.117 0.041,0.174 0.006,-0.002 0.013,-0.002 0.019,-0.004 z"
+ id="path1595" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.957,450.075 c 0.021,0.059 0.033,0.117 0.041,0.174 0.006,-0.002 0.013,-0.002 0.019,-0.004 z"
+ id="path1597" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.957,450.075 c 0.021,0.059 0.033,0.117 0.041,0.174 0.006,-0.002 0.013,-0.002 0.019,-0.004 z"
+ id="path1599" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 893.957,450.075 c 0.021,0.059 0.033,0.117 0.041,0.174 0.006,-0.002 0.013,-0.002 0.019,-0.004 z"
+ id="path1601" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.957,450.075 c 0.021,0.059 0.033,0.117 0.041,0.174 0.006,-0.002 0.013,-0.002 0.019,-0.004 z"
+ id="path1603" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.957,450.075 c 0.021,0.059 0.033,0.117 0.041,0.174 0.006,-0.002 0.013,-0.002 0.019,-0.004 z"
+ id="path1605" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.957,450.075 c 0.021,0.059 0.033,0.117 0.041,0.174 0.006,-0.002 0.013,-0.002 0.019,-0.004 z"
+ id="path1607" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z"
+ id="path1609" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z"
+ id="path1611" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z"
+ id="path1613" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z"
+ id="path1615" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z"
+ id="path1617" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z"
+ id="path1619" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z"
+ id="path1621" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z"
+ id="path1623" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z"
+ id="path1625" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="925.88501"
+ y="436.79199"
+ transform="matrix(-0.9433,0.3321,-0.3321,-0.9433,1947.2135,541.801)"
+ width="2.858"
+ height="0.963"
+ id="rect1627" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="925.88501"
+ y="436.79199"
+ transform="matrix(-0.9433,0.3321,-0.3321,-0.9433,1947.2135,541.801)"
+ width="2.858"
+ height="0.963"
+ id="rect1629" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="925.88501"
+ y="436.79199"
+ transform="matrix(-0.9433,0.3321,-0.3321,-0.9433,1947.2135,541.801)"
+ width="2.858"
+ height="0.963"
+ id="rect1631" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="925.88501"
+ y="436.79199"
+ transform="matrix(-0.9433,0.3321,-0.3321,-0.9433,1947.2135,541.801)"
+ width="2.858"
+ height="0.963"
+ id="rect1633" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.08301"
+ y="438.439"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1938.5862,547.1425)"
+ width="7.0840001"
+ height="0.96499997"
+ id="rect1635" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.08301"
+ y="438.439"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1938.5862,547.1425)"
+ width="7.0840001"
+ height="0.96499997"
+ id="rect1637" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.08301"
+ y="438.439"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1938.5862,547.1425)"
+ width="7.0840001"
+ height="0.96499997"
+ id="rect1639" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.08301"
+ y="438.439"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1938.5862,547.1425)"
+ width="7.0840001"
+ height="0.96499997"
+ id="rect1641" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.08301"
+ y="438.439"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1938.5862,547.1425)"
+ width="7.0840001"
+ height="0.96499997"
+ id="rect1643" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="927.151"
+ y="436.75299"
+ transform="matrix(0.3293,0.9442,-0.9442,0.3293,1035.9423,-582.0021)"
+ width="0.96399999"
+ height="2.858"
+ id="rect1645" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="927.151"
+ y="436.75299"
+ transform="matrix(0.3293,0.9442,-0.9442,0.3293,1035.9423,-582.0021)"
+ width="0.96399999"
+ height="2.858"
+ id="rect1647" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="927.151"
+ y="436.75299"
+ transform="matrix(0.3293,0.9442,-0.9442,0.3293,1035.9423,-582.0021)"
+ width="0.96399999"
+ height="2.858"
+ id="rect1649" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="927.151"
+ y="436.75299"
+ transform="matrix(0.3293,0.9442,-0.9442,0.3293,1035.9423,-582.0021)"
+ width="0.96399999"
+ height="2.858"
+ id="rect1651" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="927.151"
+ y="436.75299"
+ transform="matrix(0.3293,0.9442,-0.9442,0.3293,1035.9423,-582.0021)"
+ width="0.96399999"
+ height="2.858"
+ id="rect1653" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.40198"
+ y="439.349"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1939.5032,548.8501)"
+ width="7.085"
+ height="0.963"
+ id="rect1655" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.40198"
+ y="439.349"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1939.5032,548.8501)"
+ width="7.085"
+ height="0.963"
+ id="rect1657" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.40198"
+ y="439.349"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1939.5032,548.8501)"
+ width="7.085"
+ height="0.963"
+ id="rect1659" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="919.40198"
+ y="439.349"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1939.5032,548.8501)"
+ width="7.085"
+ height="0.963"
+ id="rect1661" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.40198"
+ y="439.349"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1939.5032,548.8501)"
+ width="7.085"
+ height="0.963"
+ id="rect1663" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.40198"
+ y="439.349"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1939.5032,548.8501)"
+ width="7.085"
+ height="0.963"
+ id="rect1665" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.085,442.948 c 0.02,0.057 0.033,0.116 0.041,0.174 l 7.316,-2.571 -0.32,-0.908 -7.299,2.565 z"
+ id="path1667" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.085,442.948 c 0.02,0.057 0.033,0.116 0.041,0.174 l 7.316,-2.571 -0.32,-0.908 -7.299,2.565 z"
+ id="path1669" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.085,442.948 c 0.02,0.057 0.033,0.116 0.041,0.174 l 7.316,-2.571 -0.32,-0.908 -7.299,2.565 z"
+ id="path1671" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 912.085,442.948 c 0.02,0.057 0.033,0.116 0.041,0.174 l 7.316,-2.571 -0.32,-0.908 -7.299,2.565 z"
+ id="path1673" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.085,442.948 c 0.02,0.057 0.033,0.116 0.041,0.174 l 7.316,-2.571 -0.32,-0.908 -7.299,2.565 z"
+ id="path1675" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.085,442.948 c 0.02,0.057 0.033,0.116 0.041,0.174 l 7.316,-2.571 -0.32,-0.908 -7.299,2.565 z"
+ id="path1677" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 911.537,444.087 -6.4,2.25 0.082,0.234 14.544,-5.112 -0.319,-0.908 -7.316,2.571 c 0.056,0.412 -0.183,0.822 -0.591,0.965 z"
+ id="path1679" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 911.537,444.087 -6.4,2.25 0.082,0.234 14.544,-5.112 -0.319,-0.908 -7.316,2.571 c 0.056,0.412 -0.183,0.822 -0.591,0.965 z"
+ id="path1681" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 911.537,444.087 -6.4,2.25 0.082,0.234 14.544,-5.112 -0.319,-0.908 -7.316,2.571 c 0.056,0.412 -0.183,0.822 -0.591,0.965 z"
+ id="path1683" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 911.537,444.087 -6.4,2.25 0.082,0.234 14.544,-5.112 -0.319,-0.908 -7.316,2.571 c 0.056,0.412 -0.183,0.822 -0.591,0.965 z"
+ id="path1685" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 911.537,444.087 -6.4,2.25 0.082,0.234 14.544,-5.112 -0.319,-0.908 -7.316,2.571 c 0.056,0.412 -0.183,0.822 -0.591,0.965 z"
+ id="path1687" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 911.537,444.087 -6.4,2.25 0.082,0.234 14.544,-5.112 -0.319,-0.908 -7.316,2.571 c 0.056,0.412 -0.183,0.822 -0.591,0.965 z"
+ id="path1689" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 911.537,444.087 -6.4,2.25 0.082,0.234 14.544,-5.112 -0.319,-0.908 -7.316,2.571 c 0.056,0.412 -0.183,0.822 -0.591,0.965 z"
+ id="path1691" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.126,443.122 c -0.008,-0.058 -0.021,-0.117 -0.041,-0.174 l -0.262,-0.74 -7.244,2.547 0.32,0.908 z"
+ id="path1693" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.126,443.122 c -0.008,-0.058 -0.021,-0.117 -0.041,-0.174 l -0.262,-0.74 -7.244,2.547 0.32,0.908 z"
+ id="path1695" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.126,443.122 c -0.008,-0.058 -0.021,-0.117 -0.041,-0.174 l -0.262,-0.74 -7.244,2.547 0.32,0.908 z"
+ id="path1697" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 912.126,443.122 c -0.008,-0.058 -0.021,-0.117 -0.041,-0.174 l -0.262,-0.74 -7.244,2.547 0.32,0.908 z"
+ id="path1699" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.126,443.122 c -0.008,-0.058 -0.021,-0.117 -0.041,-0.174 l -0.262,-0.74 -7.244,2.547 0.32,0.908 z"
+ id="path1701" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.126,443.122 c -0.008,-0.058 -0.021,-0.117 -0.041,-0.174 l -0.262,-0.74 -7.244,2.547 0.32,0.908 z"
+ id="path1703" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.126,443.122 c -0.008,-0.058 -0.021,-0.117 -0.041,-0.174 l -0.262,-0.74 -7.244,2.547 0.32,0.908 z"
+ id="path1705" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 905.136,446.337 6.4,-2.25 c 0.408,-0.143 0.647,-0.553 0.59,-0.965 l -7.227,2.541 z"
+ id="path1707" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 905.136,446.337 6.4,-2.25 c 0.408,-0.143 0.647,-0.553 0.59,-0.965 l -7.227,2.541 z"
+ id="path1709" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 905.136,446.337 6.4,-2.25 c 0.408,-0.143 0.647,-0.553 0.59,-0.965 l -7.227,2.541 z"
+ id="path1711" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 905.136,446.337 6.4,-2.25 c 0.408,-0.143 0.647,-0.553 0.59,-0.965 l -7.227,2.541 z"
+ id="path1713" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 905.136,446.337 6.4,-2.25 c 0.408,-0.143 0.647,-0.553 0.59,-0.965 l -7.227,2.541 z"
+ id="path1715" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 905.136,446.337 6.4,-2.25 c 0.408,-0.143 0.647,-0.553 0.59,-0.965 l -7.227,2.541 z"
+ id="path1717" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 905.136,446.337 6.4,-2.25 c 0.408,-0.143 0.647,-0.553 0.59,-0.965 l -7.227,2.541 z"
+ id="path1719" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 905.136,446.337 6.4,-2.25 c 0.408,-0.143 0.647,-0.553 0.59,-0.965 l -7.227,2.541 z"
+ id="path1721" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08398"
+ y="454.638"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.475,316.4445)"
+ width="7.0799999"
+ height="1.927"
+ id="rect1723" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08398"
+ y="454.638"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.475,316.4445)"
+ width="7.0799999"
+ height="1.927"
+ id="rect1725" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08398"
+ y="454.638"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.475,316.4445)"
+ width="7.0799999"
+ height="1.927"
+ id="rect1727" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="873.08398"
+ y="454.638"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.475,316.4445)"
+ width="7.0799999"
+ height="1.927"
+ id="rect1729" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08398"
+ y="454.638"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.475,316.4445)"
+ width="7.0799999"
+ height="1.927"
+ id="rect1731" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="873.08398"
+ y="454.638"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.475,316.4445)"
+ width="7.0799999"
+ height="1.927"
+ id="rect1733" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08398"
+ y="454.638"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.475,316.4445)"
+ width="7.0799999"
+ height="1.927"
+ id="rect1735" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.67603"
+ y="451.776"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-100.0782,319.0779)"
+ width="10.179"
+ height="1.925"
+ id="rect1737" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.67603"
+ y="451.776"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-100.0782,319.0779)"
+ width="10.179"
+ height="1.925"
+ id="rect1739" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.67603"
+ y="451.776"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-100.0782,319.0779)"
+ width="10.179"
+ height="1.925"
+ id="rect1741" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="879.67603"
+ y="451.776"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-100.0782,319.0779)"
+ width="10.179"
+ height="1.925"
+ id="rect1743" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.67603"
+ y="451.776"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-100.0782,319.0779)"
+ width="10.179"
+ height="1.925"
+ id="rect1745" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.67603"
+ y="451.776"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-100.0782,319.0779)"
+ width="10.179"
+ height="1.925"
+ id="rect1747" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="879.67603"
+ y="451.776"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-100.0782,319.0779)"
+ width="10.179"
+ height="1.925"
+ id="rect1749" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.67603"
+ y="451.776"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-100.0782,319.0779)"
+ width="10.179"
+ height="1.925"
+ id="rect1751" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 934.034,429.402 c 0.29,-0.103 0.521,-0.192 0.517,-0.203 l -0.656,-1.868 c -0.004,-0.014 -0.241,0.061 -0.529,0.162 l -7.098,2.494 0.671,1.91 z"
+ id="path1753" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 934.034,429.402 c 0.29,-0.103 0.521,-0.192 0.517,-0.203 l -0.656,-1.868 c -0.004,-0.014 -0.241,0.061 -0.529,0.162 l -7.098,2.494 0.671,1.91 z"
+ id="path1755" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 934.034,429.402 c 0.29,-0.103 0.521,-0.192 0.517,-0.203 l -0.656,-1.868 c -0.004,-0.014 -0.241,0.061 -0.529,0.162 l -7.098,2.494 0.671,1.91 z"
+ id="path1757" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 859.869,453.327 c -0.289,0.102 -0.52,0.191 -0.515,0.205 l 0.655,1.867 c 0.005,0.012 0.242,-0.063 0.531,-0.163 l 7.433,-2.612 -0.673,-1.909 z"
+ id="path1759" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 859.869,453.327 c -0.289,0.102 -0.52,0.191 -0.515,0.205 l 0.655,1.867 c 0.005,0.012 0.242,-0.063 0.531,-0.163 l 7.433,-2.612 -0.673,-1.909 z"
+ id="path1761" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 859.869,453.327 c -0.289,0.102 -0.52,0.191 -0.515,0.205 l 0.655,1.867 c 0.005,0.012 0.242,-0.063 0.531,-0.163 l 7.433,-2.612 -0.673,-1.909 z"
+ id="path1763" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 859.869,453.327 c -0.289,0.102 -0.52,0.191 -0.515,0.205 l 0.655,1.867 c 0.005,0.012 0.242,-0.063 0.531,-0.163 l 7.433,-2.612 -0.673,-1.909 z"
+ id="path1765" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 901.427,440.637 c 0.025,0.07 0.038,0.142 0.044,0.212 l 1.544,-0.543 -0.671,-1.909 -1.516,0.533 z"
+ id="path1767" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 901.427,440.637 c 0.025,0.07 0.038,0.142 0.044,0.212 l 1.544,-0.543 -0.671,-1.909 -1.516,0.533 z"
+ id="path1769" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 901.427,440.637 c 0.025,0.07 0.038,0.142 0.044,0.212 l 1.544,-0.543 -0.671,-1.909 -1.516,0.533 z"
+ id="path1771" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 901.427,440.637 c 0.025,0.07 0.038,0.142 0.044,0.212 l 1.544,-0.543 -0.671,-1.909 -1.516,0.533 z"
+ id="path1773" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 901.427,440.637 c 0.025,0.07 0.038,0.142 0.044,0.212 l 1.544,-0.543 -0.671,-1.909 -1.516,0.533 z"
+ id="path1775" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 901.427,440.637 c 0.025,0.07 0.038,0.142 0.044,0.212 l 1.544,-0.543 -0.671,-1.909 -1.516,0.533 z"
+ id="path1777" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.287,442.319 4.185,-1.471 c -0.006,-0.07 -0.019,-0.142 -0.044,-0.212 l -0.599,-1.707 -4.213,1.481 z"
+ id="path1779" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.287,442.319 4.185,-1.471 c -0.006,-0.07 -0.019,-0.142 -0.044,-0.212 l -0.599,-1.707 -4.213,1.481 z"
+ id="path1781" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.287,442.319 4.185,-1.471 c -0.006,-0.07 -0.019,-0.142 -0.044,-0.212 l -0.599,-1.707 -4.213,1.481 z"
+ id="path1783" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 897.287,442.319 4.185,-1.471 c -0.006,-0.07 -0.019,-0.142 -0.044,-0.212 l -0.599,-1.707 -4.213,1.481 z"
+ id="path1785" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.287,442.319 4.185,-1.471 c -0.006,-0.07 -0.019,-0.142 -0.044,-0.212 l -0.599,-1.707 -4.213,1.481 z"
+ id="path1787" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.287,442.319 4.185,-1.471 c -0.006,-0.07 -0.019,-0.142 -0.044,-0.212 l -0.599,-1.707 -4.213,1.481 z"
+ id="path1789" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 897.287,442.319 4.185,-1.471 c -0.006,-0.07 -0.019,-0.142 -0.044,-0.212 l -0.599,-1.707 -4.213,1.481 z"
+ id="path1791" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.24402"
+ y="439.45499"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1014.9191,-548.0275)"
+ width="2.023"
+ height="5.7150002"
+ id="rect1793" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.24402"
+ y="439.45499"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1014.9191,-548.0275)"
+ width="2.023"
+ height="5.7150002"
+ id="rect1795" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.24402"
+ y="439.45499"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1014.9191,-548.0275)"
+ width="2.023"
+ height="5.7150002"
+ id="rect1797" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.24402"
+ y="439.45499"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1014.9191,-548.0275)"
+ width="2.023"
+ height="5.7150002"
+ id="rect1799" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="893.24402"
+ y="439.45499"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1014.9191,-548.0275)"
+ width="2.023"
+ height="5.7150002"
+ id="rect1801" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.24402"
+ y="439.45499"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1014.9191,-548.0275)"
+ width="2.023"
+ height="5.7150002"
+ id="rect1803" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.24402"
+ y="439.45499"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1014.9191,-548.0275)"
+ width="2.023"
+ height="5.7150002"
+ id="rect1805" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="893.24402"
+ y="439.45499"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1014.9191,-548.0275)"
+ width="2.023"
+ height="5.7150002"
+ id="rect1807" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="867.55603"
+ y="450.18301"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-100.489,313.9638)"
+ width="2.8570001"
+ height="2.0239999"
+ id="rect1809" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="867.55603"
+ y="450.18301"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-100.489,313.9638)"
+ width="2.8570001"
+ height="2.0239999"
+ id="rect1811" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="867.55603"
+ y="450.18301"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-100.489,313.9638)"
+ width="2.8570001"
+ height="2.0239999"
+ id="rect1813" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="867.55603"
+ y="450.18301"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-100.489,313.9638)"
+ width="2.8570001"
+ height="2.0239999"
+ id="rect1815" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="867.55603"
+ y="450.18301"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-100.489,313.9638)"
+ width="2.8570001"
+ height="2.0239999"
+ id="rect1817" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 870.774,449.631 c -0.021,-0.056 0.052,-0.131 0.161,-0.169 l 6.482,-2.279 -0.008,-0.021 -7.414,2.605 0.672,1.909 0.733,-0.257 z"
+ id="path1819" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 870.774,449.631 c -0.021,-0.056 0.052,-0.131 0.161,-0.169 l 6.482,-2.279 -0.008,-0.021 -7.414,2.605 0.672,1.909 0.733,-0.257 z"
+ id="path1821" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 870.774,449.631 c -0.021,-0.056 0.052,-0.131 0.161,-0.169 l 6.482,-2.279 -0.008,-0.021 -7.414,2.605 0.672,1.909 0.733,-0.257 z"
+ id="path1823" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 870.774,449.631 c -0.021,-0.056 0.052,-0.131 0.161,-0.169 l 6.482,-2.279 -0.008,-0.021 -7.414,2.605 0.672,1.909 0.733,-0.257 z"
+ id="path1825" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 870.774,449.631 c -0.021,-0.056 0.052,-0.131 0.161,-0.169 l 6.482,-2.279 -0.008,-0.021 -7.414,2.605 0.672,1.909 0.733,-0.257 z"
+ id="path1827" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 870.774,449.631 c -0.021,-0.056 0.052,-0.131 0.161,-0.169 l 6.482,-2.279 -0.008,-0.021 -7.414,2.605 0.672,1.909 0.733,-0.257 z"
+ id="path1829" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.50897"
+ y="444.19901"
+ transform="matrix(0.3417,0.9398,-0.9398,0.3417,998.5037,-532.7004)"
+ width="0.023"
+ height="4.4650002"
+ id="rect1831" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.50897"
+ y="444.19901"
+ transform="matrix(0.3417,0.9398,-0.9398,0.3417,998.5037,-532.7004)"
+ width="0.023"
+ height="4.4650002"
+ id="rect1833" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.50897"
+ y="444.19901"
+ transform="matrix(0.3417,0.9398,-0.9398,0.3417,998.5037,-532.7004)"
+ width="0.023"
+ height="4.4650002"
+ id="rect1835" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="879.50897"
+ y="444.19901"
+ transform="matrix(0.3417,0.9398,-0.9398,0.3417,998.5037,-532.7004)"
+ width="0.023"
+ height="4.4650002"
+ id="rect1837" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.50897"
+ y="444.19901"
+ transform="matrix(0.3417,0.9398,-0.9398,0.3417,998.5037,-532.7004)"
+ width="0.023"
+ height="4.4650002"
+ id="rect1839" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.50897"
+ y="444.19901"
+ transform="matrix(0.3417,0.9398,-0.9398,0.3417,998.5037,-532.7004)"
+ width="0.023"
+ height="4.4650002"
+ id="rect1841" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="879.50897"
+ y="444.19901"
+ transform="matrix(0.3417,0.9398,-0.9398,0.3417,998.5037,-532.7004)"
+ width="0.023"
+ height="4.4650002"
+ id="rect1843" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.056,443.907 -0.043,-0.123 -5.391,1.896 0.008,0.021 5.192,-1.826 c 0.109,-0.038 0.215,-0.022 0.234,0.032 z"
+ id="path1845" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.056,443.907 -0.043,-0.123 -5.391,1.896 0.008,0.021 5.192,-1.826 c 0.109,-0.038 0.215,-0.022 0.234,0.032 z"
+ id="path1847" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.056,443.907 -0.043,-0.123 -5.391,1.896 0.008,0.021 5.192,-1.826 c 0.109,-0.038 0.215,-0.022 0.234,0.032 z"
+ id="path1849" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 887.056,443.907 -0.043,-0.123 -5.391,1.896 0.008,0.021 5.192,-1.826 c 0.109,-0.038 0.215,-0.022 0.234,0.032 z"
+ id="path1851" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.056,443.907 -0.043,-0.123 -5.391,1.896 0.008,0.021 5.192,-1.826 c 0.109,-0.038 0.215,-0.022 0.234,0.032 z"
+ id="path1853" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.056,443.907 -0.043,-0.123 -5.391,1.896 0.008,0.021 5.192,-1.826 c 0.109,-0.038 0.215,-0.022 0.234,0.032 z"
+ id="path1855" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.056,443.907 -0.043,-0.123 -5.391,1.896 0.008,0.021 5.192,-1.826 c 0.109,-0.038 0.215,-0.022 0.234,0.032 z"
+ id="path1857" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 887.056,443.907 -0.043,-0.123 -5.391,1.896 0.008,0.021 5.192,-1.826 c 0.109,-0.038 0.215,-0.022 0.234,0.032 z"
+ id="path1859" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="891.054,444.51 890.382,442.601 887.013,443.784 887.056,443.907 887.683,445.694 "
+ id="polygon1861" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="891.054,444.51 890.382,442.601 887.013,443.784 887.056,443.907 887.683,445.694 "
+ id="polygon1863" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="891.054,444.51 890.382,442.601 887.013,443.784 887.056,443.907 887.683,445.694 "
+ id="polygon1865" />
+ <polygon
+ style="opacity:0.5;fill:#d1e4b7"
+ points="891.054,444.51 890.382,442.601 887.013,443.784 887.056,443.907 887.683,445.694 "
+ id="polygon1867" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="891.054,444.51 890.382,442.601 887.013,443.784 887.056,443.907 887.683,445.694 "
+ id="polygon1869" />
+ <polygon
+ style="opacity:0.2;fill:#fff6a3"
+ points="891.054,444.51 890.382,442.601 887.013,443.784 887.056,443.907 887.683,445.694 "
+ id="polygon1871" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="891.054,444.51 890.382,442.601 887.013,443.784 887.056,443.907 887.683,445.694 "
+ id="polygon1873" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="891.054,444.51 890.382,442.601 887.013,443.784 887.056,443.907 887.683,445.694 "
+ id="polygon1875" />
+ <polygon
+ style="opacity:0.2;fill:#fff6a3"
+ points="891.054,444.51 890.382,442.601 887.013,443.784 887.056,443.907 887.683,445.694 "
+ id="polygon1877" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1879" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1881" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1883" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1885" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1887" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1889" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1891" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1893" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1895" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1897" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="923.82599"
+ y="430.40399"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1941.2131,531.6422)"
+ width="2.8570001"
+ height="2.0250001"
+ id="rect1899" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="923.82599"
+ y="430.40399"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1941.2131,531.6422)"
+ width="2.8570001"
+ height="2.0250001"
+ id="rect1901" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="923.82599"
+ y="430.40399"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1941.2131,531.6422)"
+ width="2.8570001"
+ height="2.0250001"
+ id="rect1903" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="923.82599"
+ y="430.40399"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1941.2131,531.6422)"
+ width="2.8570001"
+ height="2.0250001"
+ id="rect1905" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.55298"
+ y="429.521"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1024.5623,-578.9479)"
+ width="2.0239999"
+ height="7.086"
+ id="rect1907" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.55298"
+ y="429.521"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1024.5623,-578.9479)"
+ width="2.0239999"
+ height="7.086"
+ id="rect1909" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.55298"
+ y="429.521"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1024.5623,-578.9479)"
+ width="2.0239999"
+ height="7.086"
+ id="rect1911" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.55298"
+ y="429.521"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1024.5623,-578.9479)"
+ width="2.0239999"
+ height="7.086"
+ id="rect1913" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="919.55298"
+ y="429.521"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1024.5623,-578.9479)"
+ width="2.0239999"
+ height="7.086"
+ id="rect1915" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="912.56299"
+ y="431.65399"
+ transform="matrix(0.3324,0.9431,-0.9431,0.3324,1020.6695,-570.872)"
+ width="2.0239999"
+ height="7.7360001"
+ id="rect1917" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="912.56299"
+ y="431.65399"
+ transform="matrix(0.3324,0.9431,-0.9431,0.3324,1020.6695,-570.872)"
+ width="2.0239999"
+ height="7.7360001"
+ id="rect1919" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="912.56299"
+ y="431.65399"
+ transform="matrix(0.3324,0.9431,-0.9431,0.3324,1020.6695,-570.872)"
+ width="2.0239999"
+ height="7.7360001"
+ id="rect1921" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="912.56299"
+ y="431.65399"
+ transform="matrix(0.3324,0.9431,-0.9431,0.3324,1020.6695,-570.872)"
+ width="2.0239999"
+ height="7.7360001"
+ id="rect1923" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="912.56299"
+ y="431.65399"
+ transform="matrix(0.3324,0.9431,-0.9431,0.3324,1020.6695,-570.872)"
+ width="2.0239999"
+ height="7.7360001"
+ id="rect1925" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="912.56299"
+ y="431.65399"
+ transform="matrix(0.3324,0.9431,-0.9431,0.3324,1020.6695,-570.872)"
+ width="2.0239999"
+ height="7.7360001"
+ id="rect1927" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="902.46198"
+ y="437.06699"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1906.5923,550.8441)"
+ width="7.6810002"
+ height="2.023"
+ id="rect1929" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="902.46198"
+ y="437.06699"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1906.5923,550.8441)"
+ width="7.6810002"
+ height="2.023"
+ id="rect1931" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="902.46198"
+ y="437.06699"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1906.5923,550.8441)"
+ width="7.6810002"
+ height="2.023"
+ id="rect1933" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="902.46198"
+ y="437.06699"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1906.5923,550.8441)"
+ width="7.6810002"
+ height="2.023"
+ id="rect1935" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="902.46198"
+ y="437.06699"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1906.5923,550.8441)"
+ width="7.6810002"
+ height="2.023"
+ id="rect1937" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="902.46198"
+ y="437.06699"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1906.5923,550.8441)"
+ width="7.6810002"
+ height="2.023"
+ id="rect1939" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="902.46198"
+ y="437.06699"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1906.5923,550.8441)"
+ width="7.6810002"
+ height="2.023"
+ id="rect1941" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 877.417,447.183 -6.482,2.279 c -0.109,0.038 -0.182,0.113 -0.161,0.169 l 0.627,1.788 6.68,-2.35 z"
+ id="path1943" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 877.417,447.183 -6.482,2.279 c -0.109,0.038 -0.182,0.113 -0.161,0.169 l 0.627,1.788 6.68,-2.35 z"
+ id="path1945" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 877.417,447.183 -6.482,2.279 c -0.109,0.038 -0.182,0.113 -0.161,0.169 l 0.627,1.788 6.68,-2.35 z"
+ id="path1947" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 877.417,447.183 -6.482,2.279 c -0.109,0.038 -0.182,0.113 -0.161,0.169 l 0.627,1.788 6.68,-2.35 z"
+ id="path1949" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 877.417,447.183 -6.482,2.279 c -0.109,0.038 -0.182,0.113 -0.161,0.169 l 0.627,1.788 6.68,-2.35 z"
+ id="path1951" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 877.417,447.183 -6.482,2.279 c -0.109,0.038 -0.182,0.113 -0.161,0.169 l 0.627,1.788 6.68,-2.35 z"
+ id="path1953" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 877.417,447.183 -6.482,2.279 c -0.109,0.038 -0.182,0.113 -0.161,0.169 l 0.627,1.788 6.68,-2.35 z"
+ id="path1955" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 c -0.039,-0.058 -0.072,-0.123 -0.099,-0.192 l -0.591,-1.685 -4.213,1.48 0.663,1.887 z"
+ id="path1957" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 c -0.039,-0.058 -0.072,-0.123 -0.099,-0.192 l -0.591,-1.685 -4.213,1.48 0.663,1.887 z"
+ id="path1959" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 c -0.039,-0.058 -0.072,-0.123 -0.099,-0.192 l -0.591,-1.685 -4.213,1.48 0.663,1.887 z"
+ id="path1961" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 c -0.039,-0.058 -0.072,-0.123 -0.099,-0.192 l -0.591,-1.685 -4.213,1.48 0.663,1.887 z"
+ id="path1963" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 c -0.039,-0.058 -0.072,-0.123 -0.099,-0.192 l -0.591,-1.685 -4.213,1.48 0.663,1.887 z"
+ id="path1965" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 c -0.039,-0.058 -0.072,-0.123 -0.099,-0.192 l -0.591,-1.685 -4.213,1.48 0.663,1.887 z"
+ id="path1967" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 c -0.039,-0.058 -0.072,-0.123 -0.099,-0.192 l -0.591,-1.685 -4.213,1.48 0.663,1.887 z"
+ id="path1969" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 c -0.039,-0.058 -0.072,-0.123 -0.099,-0.192 l -0.591,-1.685 -4.213,1.48 0.663,1.887 z"
+ id="path1971" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z"
+ id="path1973" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z"
+ id="path1975" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z"
+ id="path1977" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z"
+ id="path1979" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z"
+ id="path1981" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z"
+ id="path1983" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z"
+ id="path1985" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z"
+ id="path1987" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z"
+ id="path1989" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 830.122,456.046 c -0.301,0.105 -0.54,0.205 -0.534,0.223 l 0.928,2.643 c 0.007,0.016 0.256,-0.057 0.555,-0.162 l 1.738,-0.611 -0.949,-2.701 z"
+ id="path1991" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 830.122,456.046 c -0.301,0.105 -0.54,0.205 -0.534,0.223 l 0.928,2.643 c 0.007,0.016 0.256,-0.057 0.555,-0.162 l 1.738,-0.611 -0.949,-2.701 z"
+ id="path1993" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 830.122,456.046 c -0.301,0.105 -0.54,0.205 -0.534,0.223 l 0.928,2.643 c 0.007,0.016 0.256,-0.057 0.555,-0.162 l 1.738,-0.611 -0.949,-2.701 z"
+ id="path1995" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="831.34302"
+ y="449.552"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.5217,307.0137)"
+ width="35.001999"
+ height="2.8629999"
+ id="rect1997" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="831.34302"
+ y="449.552"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.5217,307.0137)"
+ width="35.001999"
+ height="2.8629999"
+ id="rect1999" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="831.34302"
+ y="449.552"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.5217,307.0137)"
+ width="35.001999"
+ height="2.8629999"
+ id="rect2001" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="831.34302"
+ y="449.552"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.5217,307.0137)"
+ width="35.001999"
+ height="2.8629999"
+ id="rect2003" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="898.20801"
+ y="432.32501"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1009.9156,-559.2386)"
+ width="2.865"
+ height="1.609"
+ id="rect2005" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="898.20801"
+ y="432.32501"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1009.9156,-559.2386)"
+ width="2.865"
+ height="1.609"
+ id="rect2007" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="898.20801"
+ y="432.32501"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1009.9156,-559.2386)"
+ width="2.865"
+ height="1.609"
+ id="rect2009" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="898.20801"
+ y="432.32501"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1009.9156,-559.2386)"
+ width="2.865"
+ height="1.609"
+ id="rect2011" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="898.20801"
+ y="432.32501"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1009.9156,-559.2386)"
+ width="2.865"
+ height="1.609"
+ id="rect2013" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="898.20801"
+ y="432.32501"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1009.9156,-559.2386)"
+ width="2.865"
+ height="1.609"
+ id="rect2015" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.64899"
+ y="429.99399"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1007.931,-552.7007)"
+ width="2.8640001"
+ height="10.177"
+ id="rect2017" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.64899"
+ y="429.99399"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1007.931,-552.7007)"
+ width="2.8640001"
+ height="10.177"
+ id="rect2019" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.64899"
+ y="429.99399"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1007.931,-552.7007)"
+ width="2.8640001"
+ height="10.177"
+ id="rect2021" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="892.64899"
+ y="429.99399"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1007.931,-552.7007)"
+ width="2.8640001"
+ height="10.177"
+ id="rect2023" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.64899"
+ y="429.99399"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1007.931,-552.7007)"
+ width="2.8640001"
+ height="10.177"
+ id="rect2025" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.64899"
+ y="429.99399"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1007.931,-552.7007)"
+ width="2.8640001"
+ height="10.177"
+ id="rect2027" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="892.64899"
+ y="429.99399"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1007.931,-552.7007)"
+ width="2.8640001"
+ height="10.177"
+ id="rect2029" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="865.271"
+ y="443.27701"
+ transform="matrix(0.3318,0.9433,-0.9433,0.3318,998.6042,-520.4573)"
+ width="2.8629999"
+ height="2.8570001"
+ id="rect2031" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="865.271"
+ y="443.27701"
+ transform="matrix(0.3318,0.9433,-0.9433,0.3318,998.6042,-520.4573)"
+ width="2.8629999"
+ height="2.8570001"
+ id="rect2033" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="865.271"
+ y="443.27701"
+ transform="matrix(0.3318,0.9433,-0.9433,0.3318,998.6042,-520.4573)"
+ width="2.8629999"
+ height="2.8570001"
+ id="rect2035" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="865.271"
+ y="443.27701"
+ transform="matrix(0.3318,0.9433,-0.9433,0.3318,998.6042,-520.4573)"
+ width="2.8629999"
+ height="2.8570001"
+ id="rect2037" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="865.271"
+ y="443.27701"
+ transform="matrix(0.3318,0.9433,-0.9433,0.3318,998.6042,-520.4573)"
+ width="2.8629999"
+ height="2.8570001"
+ id="rect2039" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="867.70203"
+ y="440.75601"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-97.1949,314.8572)"
+ width="12.322"
+ height="2.8629999"
+ id="rect2041" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="867.70203"
+ y="440.75601"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-97.1949,314.8572)"
+ width="12.322"
+ height="2.8629999"
+ id="rect2043" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="867.70203"
+ y="440.75601"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-97.1949,314.8572)"
+ width="12.322"
+ height="2.8629999"
+ id="rect2045" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="867.70203"
+ y="440.75601"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-97.1949,314.8572)"
+ width="12.322"
+ height="2.8629999"
+ id="rect2047" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="867.70203"
+ y="440.75601"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-97.1949,314.8572)"
+ width="12.322"
+ height="2.8629999"
+ id="rect2049" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="867.70203"
+ y="440.75601"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-97.1949,314.8572)"
+ width="12.322"
+ height="2.8629999"
+ id="rect2051" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.93903"
+ y="436.34"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1003.9882,-538.9043)"
+ width="2.8640001"
+ height="5.7150002"
+ id="rect2053" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.93903"
+ y="436.34"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1003.9882,-538.9043)"
+ width="2.8640001"
+ height="5.7150002"
+ id="rect2055" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.93903"
+ y="436.34"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1003.9882,-538.9043)"
+ width="2.8640001"
+ height="5.7150002"
+ id="rect2057" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="880.93903"
+ y="436.34"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1003.9882,-538.9043)"
+ width="2.8640001"
+ height="5.7150002"
+ id="rect2059" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.93903"
+ y="436.34"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1003.9882,-538.9043)"
+ width="2.8640001"
+ height="5.7150002"
+ id="rect2061" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.93903"
+ y="436.34"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1003.9882,-538.9043)"
+ width="2.8640001"
+ height="5.7150002"
+ id="rect2063" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="880.93903"
+ y="436.34"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1003.9882,-538.9043)"
+ width="2.8640001"
+ height="5.7150002"
+ id="rect2065" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.966"
+ y="436.22601"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-94.9557,318.8143)"
+ width="3.572"
+ height="2.8640001"
+ id="rect2067" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.966"
+ y="436.22601"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-94.9557,318.8143)"
+ width="3.572"
+ height="2.8640001"
+ id="rect2069" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.966"
+ y="436.22601"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-94.9557,318.8143)"
+ width="3.572"
+ height="2.8640001"
+ id="rect2071" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="884.966"
+ y="436.22601"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-94.9557,318.8143)"
+ width="3.572"
+ height="2.8640001"
+ id="rect2073" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="884.966"
+ y="436.22601"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-94.9557,318.8143)"
+ width="3.572"
+ height="2.8640001"
+ id="rect2075" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.966"
+ y="436.22601"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-94.9557,318.8143)"
+ width="3.572"
+ height="2.8640001"
+ id="rect2077" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.966"
+ y="436.22601"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-94.9557,318.8143)"
+ width="3.572"
+ height="2.8640001"
+ id="rect2079" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="884.966"
+ y="436.22601"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-94.9557,318.8143)"
+ width="3.572"
+ height="2.8640001"
+ id="rect2081" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.42603"
+ y="436.47198"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ width="2.865"
+ height="0.89300001"
+ id="rect2083" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.42603"
+ y="436.47198"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ width="2.865"
+ height="0.89300001"
+ id="rect2085" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.42603"
+ y="436.47198"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ width="2.865"
+ height="0.89300001"
+ id="rect2087" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="887.42603"
+ y="436.47198"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ width="2.865"
+ height="0.89300001"
+ id="rect2089" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="887.42603"
+ y="436.47198"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ width="2.865"
+ height="0.89300001"
+ id="rect2091" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.42603"
+ y="436.47198"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ width="2.865"
+ height="0.89300001"
+ id="rect2093" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.42603"
+ y="436.47198"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ width="2.865"
+ height="0.89300001"
+ id="rect2095" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.42603"
+ y="436.47198"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ width="2.865"
+ height="0.89300001"
+ id="rect2097" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="887.42603"
+ y="436.47198"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ width="2.865"
+ height="0.89300001"
+ id="rect2099" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.447,431.902 c 0.303,-0.106 0.539,-0.204 0.534,-0.222 l -0.93,-2.642 c -0.006,-0.017 -0.253,0.056 -0.555,0.161 l -6.572,2.311 0.95,2.703 z"
+ id="path2101" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.447,431.902 c 0.303,-0.106 0.539,-0.204 0.534,-0.222 l -0.93,-2.642 c -0.006,-0.017 -0.253,0.056 -0.555,0.161 l -6.572,2.311 0.95,2.703 z"
+ id="path2103" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.447,431.902 c 0.303,-0.106 0.539,-0.204 0.534,-0.222 l -0.93,-2.642 c -0.006,-0.017 -0.253,0.056 -0.555,0.161 l -6.572,2.311 0.95,2.703 z"
+ id="path2105" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 907.447,431.902 c 0.303,-0.106 0.539,-0.204 0.534,-0.222 l -0.93,-2.642 c -0.006,-0.017 -0.253,0.056 -0.555,0.161 l -6.572,2.311 0.95,2.703 z"
+ id="path2107" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.447,431.902 c 0.303,-0.106 0.539,-0.204 0.534,-0.222 l -0.93,-2.642 c -0.006,-0.017 -0.253,0.056 -0.555,0.161 l -6.572,2.311 0.95,2.703 z"
+ id="path2109" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.447,431.902 c 0.303,-0.106 0.539,-0.204 0.534,-0.222 l -0.93,-2.642 c -0.006,-0.017 -0.253,0.056 -0.555,0.161 l -6.572,2.311 0.95,2.703 z"
+ id="path2111" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 907.447,431.902 c 0.303,-0.106 0.539,-0.204 0.534,-0.222 l -0.93,-2.642 c -0.006,-0.017 -0.253,0.056 -0.555,0.161 l -6.572,2.311 0.95,2.703 z"
+ id="path2113" />
+ </g>
+ <path
+ style="opacity:0.4;fill:#244960"
+ inkscape:connector-curvature="0"
+ d="m 914.193,184.73 c 85.199,-29.948 178.542,14.841 208.489,100.038 29.949,85.198 -14.84,178.542 -100.04,208.492 -85.195,29.947 -178.54,-14.841 -208.487,-100.04 -29.949,-85.197 14.841,-178.541 100.038,-208.49 z"
+ id="path2117" />
+
+ <linearGradient
+ id="SVGID_8_"
+ gradientUnits="userSpaceOnUse"
+ x1="-182.34331"
+ y1="642.96289"
+ x2="-182.34331"
+ y2="-161.6875"
+ gradientTransform="rotate(180,476.0757,509.10205)">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop2119" />
+ <stop
+ offset="0.097"
+ style="stop-color:#FFFFFF;stop-opacity:0.903"
+ id="stop2121" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop2123" />
+ </linearGradient>
+
+ <line
+ style="opacity:0.3;fill:#f6f6f6;stroke:url(#SVGID_8_);stroke-width:3;stroke-miterlimit:10"
+ stroke-miterlimit="10"
+ x1="1134.494"
+ y1="375.241"
+ x2="1134.494"
+ y2="1179.8929"
+ id="line2126" />
+
+ <linearGradient
+ id="SVGID_9_"
+ gradientUnits="userSpaceOnUse"
+ x1="682.24799"
+ y1="433.76459"
+ x2="682.24799"
+ y2="-435.74661"
+ gradientTransform="translate(103.2568,-50.5977)">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop2128" />
+ <stop
+ offset="0.097"
+ style="stop-color:#FFFFFF;stop-opacity:0.903"
+ id="stop2130" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop2132" />
+ </linearGradient>
+
+ <line
+ style="opacity:0.3;fill:#f6f6f6;stroke:url(#SVGID_9_);stroke-width:3;stroke-miterlimit:10"
+ stroke-miterlimit="10"
+ x1="785.505"
+ y1="383.16699"
+ x2="785.505"
+ y2="-486.34399"
+ id="line2135" />
+ </g>
+ <linearGradient
+ id="SVGID_10_"
+ gradientUnits="userSpaceOnUse"
+ x1="1684.6602"
+ y1="-241.16209"
+ x2="1684.6602"
+ y2="590.34332">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop2139" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop2141" />
+ </linearGradient>
+ <rect
+ style="opacity:0.1;fill:url(#SVGID_10_)"
+ x="1654.174"
+ y="-241.162"
+ width="60.973999"
+ height="831.505"
+ id="rect2144" />
+ <linearGradient
+ id="SVGID_11_"
+ gradientUnits="userSpaceOnUse"
+ x1="1743.0996"
+ y1="-151.3203"
+ x2="1743.0996"
+ y2="953.18597">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop2146" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop2148" />
+ </linearGradient>
+ <rect
+ style="opacity:0.1;fill:url(#SVGID_11_)"
+ x="1684.6639"
+ y="-151.32001"
+ width="116.87"
+ height="1104.506"
+ id="rect2151" />
+ <linearGradient
+ id="SVGID_12_"
+ gradientUnits="userSpaceOnUse"
+ x1="1883.8594"
+ y1="-237.31351"
+ x2="1883.8594"
+ y2="867.19379">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop2153" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop2155" />
+ </linearGradient>
+ <rect
+ style="opacity:0.1;fill:url(#SVGID_12_)"
+ x="1847.72"
+ y="-237.313"
+ width="72.279999"
+ height="1104.507"
+ id="rect2158" />
+ <g
+ style="opacity:0.5"
+ id="rais_2_">
+ <linearGradient
+ id="SVGID_13_"
+ gradientUnits="userSpaceOnUse"
+ x1="182.82761"
+ y1="-482.51511"
+ x2="182.82761"
+ y2="535.99561">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop2160" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop2162" />
+ </linearGradient>
+ <rect
+ style="opacity:0.1;fill:url(#SVGID_13_)"
+ x="152.341"
+ y="-482.51501"
+ width="60.973999"
+ height="1018.511"
+ id="rect2165" />
+ <linearGradient
+ id="SVGID_14_"
+ gradientUnits="userSpaceOnUse"
+ x1="254.88091"
+ y1="-485.91849"
+ x2="254.8808"
+ y2="866.99268">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop2167" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop2169" />
+ </linearGradient>
+ <rect
+ style="opacity:0.1;fill:url(#SVGID_14_)"
+ x="174.09599"
+ y="-485.918"
+ width="161.57001"
+ height="1352.911"
+ id="rect2172" />
+ <linearGradient
+ id="SVGID_15_"
+ gradientUnits="userSpaceOnUse"
+ x1="429.021"
+ y1="-521.5"
+ x2="429.0209"
+ y2="831.41058">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop2174" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop2176" />
+ </linearGradient>
+ <rect
+ style="opacity:0.1;fill:url(#SVGID_15_)"
+ x="392.88101"
+ y="-521.5"
+ width="72.279999"
+ height="1352.91"
+ id="rect2179" />
+ </g>
+ <linearGradient
+ id="SVGID_16_"
+ gradientUnits="userSpaceOnUse"
+ x1="1809.5947"
+ y1="-362.57669"
+ x2="1809.5947"
+ y2="741.93018">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop2182" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop2184" />
+ </linearGradient>
+ <rect
+ style="opacity:0.1;fill:url(#SVGID_16_)"
+ x="1791.524"
+ y="-362.577"
+ width="36.140999"
+ height="1104.506"
+ id="rect2187" />
+</g>
+</svg> \ No newline at end of file
diff --git a/moonlight-theme/wallpaper/contents/images/3840x2160.svg b/moonlight-theme/wallpaper/contents/images/3840x2160.svg
new file mode 100755
index 0000000..ae5c2a9
--- /dev/null
+++ b/moonlight-theme/wallpaper/contents/images/3840x2160.svg
@@ -0,0 +1,7320 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+
+<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ version="1.1"
+ x="0px"
+ y="0px"
+ width="3840"
+ height="2160"
+ viewBox="682 -93 3840 2160"
+ enable-background="new 0 0 1920 1080"
+ xml:space="preserve"
+ id="svg2190"
+ sodipodi:docname="3840x2160.svg"
+ inkscape:version="0.92.4 (5da689c313, 2019-01-14)"><metadata
+ id="metadata2196"><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><defs
+ id="defs2194" /><sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1920"
+ inkscape:window-height="1008"
+ id="namedview2192"
+ showgrid="false"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0"
+ viewbox-y="-93"
+ inkscape:zoom="0.15451593"
+ inkscape:cx="1126.7799"
+ inkscape:cy="1579.1963"
+ inkscape:window-x="0"
+ inkscape:window-y="36"
+ inkscape:window-maximized="1"
+ inkscape:current-layer="svg2190" />
+<g
+ id="Layer_2"
+ display="none"
+ style="display:none"
+ transform="translate(1641,236.19647)">
+ <radialGradient
+ id="SVGID_1_"
+ cx="960"
+ cy="540"
+ r="1100.0364"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ offset="0"
+ style="stop-color:#515C5D"
+ id="stop2" />
+ <stop
+ offset="1"
+ style="stop-color:#003343"
+ id="stop4" />
+ </radialGradient>
+ <rect
+ x="-340"
+ y="-314.49399"
+ display="inline"
+ width="2600"
+ height="1708.988"
+ id="rect7"
+ style="display:inline;fill:url(#SVGID_1_)" />
+</g>
+
+<g
+ id="Layer_3"
+ transform="matrix(2,0,0,2,681,-93)">
+ <g
+ id="g25">
+ <rect
+ style="fill:#133544"
+ x="-340"
+ y="-46"
+ width="2600"
+ height="1172"
+ id="rect10" />
+
+ <radialGradient
+ id="SVGID_2_"
+ cx="257.66019"
+ cy="1126.085"
+ r="1100.5193"
+ gradientTransform="matrix(1,0,0,-0.6858,702.3398,1312.2686)"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ offset="0"
+ style="stop-color:#24363E"
+ id="stop12" />
+ <stop
+ offset="0.1555"
+ style="stop-color:#273943"
+ id="stop14" />
+ <stop
+ offset="0.3948"
+ style="stop-color:#2B3F49"
+ id="stop16" />
+ <stop
+ offset="0.6601"
+ style="stop-color:#2E424D"
+ id="stop18" />
+ <stop
+ offset="1"
+ style="stop-color:#2F434E"
+ id="stop20" />
+ </radialGradient>
+ <rect
+ style="fill:none;stroke:url(#SVGID_2_);stroke-miterlimit:10"
+ x="-340"
+ y="-46"
+ stroke-miterlimit="10"
+ width="2600"
+ height="1172"
+ id="rect23" />
+ </g>
+ <g
+ id="g34">
+
+ <radialGradient
+ id="SVGID_3_"
+ cx="499.97849"
+ cy="1219.9453"
+ r="1145.0345"
+ gradientTransform="matrix(0.2308,0,0,-0.2308,844.6051,721.5048)"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ offset="0"
+ style="stop-color:#6C99B8"
+ id="stop27" />
+ <stop
+ offset="1"
+ style="stop-color:#133544;stop-opacity:0"
+ id="stop29" />
+ </radialGradient>
+ <rect
+ style="fill:url(#SVGID_3_)"
+ x="619.362"
+ y="99.302002"
+ width="681.27698"
+ height="681.27802"
+ id="rect32" />
+ </g>
+</g><g
+ id="Layer_1"
+ transform="matrix(2,0,0,2,681,-93)">
+ <g
+ style="opacity:0.6"
+ id="debian">
+ <g
+ id="g61">
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 969.532,722.4 c -2.012,0.029 0.385,1.039 3.01,1.44 0.727,-0.57 1.388,-1.138 1.973,-1.696 -1.636,0.401 -3.302,0.407 -4.983,0.256"
+ id="path37" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 980.346,719.703 c 1.198,-1.654 2.071,-3.467 2.38,-5.338 -0.269,1.334 -0.996,2.486 -1.676,3.703 -3.768,2.37 -0.353,-1.405 -0.006,-2.842 -4.047,5.096 -0.554,3.055 -0.698,4.477"
+ id="path39" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 984.336,709.328 c 0.24,-3.629 -0.716,-2.482 -1.04,-1.1 0.377,0.198 0.674,2.556 1.04,1.1"
+ id="path41" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 961.894,659.754 c 1.078,0.192 2.325,0.346 2.151,0.6 1.173,-0.259 1.442,-0.497 -2.151,-0.6"
+ id="path43" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 964.045,660.354 -0.761,0.156 0.706,-0.063 0.055,-0.093"
+ id="path45" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 997.562,710.699 c 0.119,3.259 -0.956,4.835 -1.921,7.637 l -1.741,0.865 c -1.424,2.768 0.138,1.756 -0.882,3.955 -2.224,1.982 -6.749,6.188 -8.198,6.574 -1.056,-0.025 0.718,-1.248 0.948,-1.726 -2.975,2.042 -2.386,3.065 -6.938,4.312 l -0.137,-0.299 c -11.228,5.281 -26.824,-5.186 -26.618,-19.467 -0.119,0.904 -0.341,0.678 -0.593,1.045 -0.578,-7.347 3.396,-14.725 10.096,-17.739 6.556,-3.246 14.239,-1.912 18.938,2.466 -2.583,-3.381 -7.712,-6.961 -13.8,-6.628 -5.958,0.097 -11.534,3.884 -13.394,7.994 -3.051,1.921 -3.406,7.405 -4.738,8.411 -1.787,13.152 3.366,18.834 12.092,25.518 1.374,0.93 0.388,1.064 0.572,1.773 -2.897,-1.358 -5.55,-3.406 -7.733,-5.916 1.156,1.696 2.406,3.346 4.021,4.637 -2.732,-0.924 -6.383,-6.621 -7.45,-6.853 4.713,8.433 19.108,14.791 26.656,11.636 -3.491,0.134 -7.925,0.075 -11.844,-1.375 -1.646,-0.846 -3.89,-2.604 -3.484,-2.932 10.288,3.842 20.922,2.91 29.826,-4.227 2.264,-1.766 4.738,-4.766 5.456,-4.81 -1.079,1.621 0.182,0.78 -0.646,2.21 2.258,-3.64 -0.979,-1.48 2.333,-6.288 l 1.225,1.688 c -0.453,-3.021 3.754,-6.691 3.326,-11.469 0.965,-1.459 1.076,1.572 0.053,4.934 1.423,-3.729 0.375,-4.329 0.739,-7.401 0.395,1.032 0.911,2.131 1.178,3.223 -0.925,-3.604 0.95,-6.069 1.414,-8.16 -0.455,-0.206 -1.43,1.592 -1.653,-2.665 0.035,-1.851 0.517,-0.969 0.705,-1.423 -0.367,-0.212 -1.319,-1.627 -1.898,-4.347 0.42,-0.639 1.123,1.656 1.696,1.748 -0.368,-2.16 -1.003,-3.809 -1.024,-5.469 -1.674,-3.491 -0.594,0.467 -1.951,-1.499 -1.774,-5.544 1.477,-1.285 1.696,-3.804 2.696,3.902 4.235,9.953 4.937,12.461 -0.539,-3.058 -1.406,-6.016 -2.468,-8.882 0.817,0.347 -1.32,-6.283 1.062,-1.893 -2.545,-9.362 -10.888,-18.11 -18.565,-22.214 0.938,0.859 2.127,1.938 1.701,2.107 -3.818,-2.275 -3.146,-2.449 -3.691,-3.409 -3.113,-1.267 -3.317,0.103 -5.377,0 -5.86,-3.107 -6.992,-2.776 -12.388,-4.726 l 0.248,1.146 c -3.885,-1.293 -4.523,0.491 -8.725,0.004 -0.254,-0.199 1.348,-0.723 2.667,-0.911 -3.759,0.497 -3.581,-0.743 -7.258,0.134 0.907,-0.637 1.864,-1.053 2.829,-1.594 -3.061,0.188 -7.307,1.782 -5.994,0.332 -4.998,2.227 -13.865,5.356 -18.846,10.025 l -0.157,-1.051 c -2.281,2.74 -9.947,8.182 -10.557,11.725 l -0.608,0.143 c -1.188,2.013 -1.956,4.287 -2.897,6.354 -1.549,2.646 -2.275,1.019 -2.054,1.433 -3.053,6.192 -4.567,11.393 -5.881,15.658 0.935,1.396 0.023,8.395 0.377,13.998 -1.534,27.693 19.433,54.572 42.351,60.785 3.358,1.201 8.353,1.152 12.601,1.274 -5.011,-1.435 -5.659,-0.757 -10.544,-2.462 -3.521,-1.658 -4.294,-3.551 -6.789,-5.719 l 0.985,1.746 c -4.894,-1.734 -2.843,-2.145 -6.822,-3.406 l 1.054,-1.371 c -1.589,-0.124 -4.2,-2.68 -4.917,-4.093 l -1.736,0.069 c -2.084,-2.573 -3.193,-4.422 -3.113,-5.862 l -0.563,0.999 c -0.634,-1.092 -7.669,-9.646 -4.019,-7.658 -0.676,-0.619 -1.579,-1.006 -2.556,-2.777 l 0.744,-0.852 c -1.76,-2.258 -3.236,-5.159 -3.124,-6.121 0.938,1.266 1.587,1.5 2.231,1.721 -4.433,-11.005 -4.684,-0.61 -8.043,-11.202 l 0.712,-0.06 c -0.544,-0.818 -0.875,-1.71 -1.313,-2.588 l 0.308,-3.078 c -3.19,-3.697 -0.895,-15.695 -0.432,-22.275 0.321,-2.68 2.665,-5.531 4.45,-10 l -1.087,-0.186 c 2.077,-3.627 11.864,-14.559 16.395,-14 2.197,-2.756 -0.432,-0.008 -0.862,-0.701 4.823,-4.99 6.339,-3.529 9.595,-4.424 3.512,-2.082 -3.015,0.811 -1.35,-0.797 6.067,-1.547 4.302,-3.521 12.218,-4.309 0.832,0.477 -1.939,0.734 -2.637,1.35 5.055,-2.471 16.003,-1.909 23.11,1.374 8.249,3.855 17.514,15.251 17.882,25.968 l 0.413,0.113 c -0.207,4.263 0.652,9.188 -0.842,13.711 l 1.018,-2.138"
+ id="path47" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 947.549,725.162 -0.281,1.415 c 1.323,1.799 2.374,3.748 4.066,5.153 -1.217,-2.375 -2.123,-3.359 -3.785,-6.568"
+ id="path49" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 950.682,725.041 c -0.704,-0.773 -1.119,-1.707 -1.582,-2.637 0.44,1.632 1.352,3.034 2.197,4.462 l -0.615,-1.825"
+ id="path51" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 1006.055,713.008 -0.3,0.744 c -0.543,3.85 -1.711,7.66 -3.506,11.195 1.982,-3.728 3.265,-7.808 3.806,-11.939"
+ id="path53" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 962.294,658.789 c 1.363,-0.5 3.349,-0.272 4.795,-0.6 -1.885,0.155 -3.759,0.252 -5.61,0.488 l 0.815,0.112"
+ id="path55" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 914.486,684.214 c 0.313,2.901 -2.184,4.027 0.554,2.114 1.47,-3.306 -0.576,-0.911 -0.554,-2.114"
+ id="path57" />
+ <path
+ style="fill:#f6f6f6"
+ inkscape:connector-curvature="0"
+ d="m 911.267,697.659 c 0.632,-1.941 0.747,-3.103 0.986,-4.223 -1.742,2.23 -0.803,2.703 -0.986,4.223"
+ id="path59" />
+ </g>
+ </g>
+ <g
+ style="opacity:0.5"
+ id="rais">
+ <linearGradient
+ id="SVGID_4_"
+ gradientUnits="userSpaceOnUse"
+ x1="76.613297"
+ y1="-480.13379"
+ x2="76.613197"
+ y2="538.37701">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop64" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop66" />
+ </linearGradient>
+ <rect
+ style="opacity:0.1;fill:url(#SVGID_4_)"
+ x="-42.514999"
+ y="-480.134"
+ width="238.256"
+ height="1018.511"
+ id="rect69" />
+ <linearGradient
+ id="SVGID_5_"
+ gradientUnits="userSpaceOnUse"
+ x1="36.463902"
+ y1="-492.01071"
+ x2="36.463799"
+ y2="860.90088">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop71" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop73" />
+ </linearGradient>
+ <rect
+ style="opacity:0.1;fill:url(#SVGID_5_)"
+ x="-44.320999"
+ y="-492.01099"
+ width="161.57001"
+ height="1352.911"
+ id="rect76" />
+ <linearGradient
+ id="SVGID_6_"
+ gradientUnits="userSpaceOnUse"
+ x1="44.757301"
+ y1="-493.2749"
+ x2="44.757301"
+ y2="859.63531">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop78" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop80" />
+ </linearGradient>
+ <rect
+ style="opacity:0.1;fill:url(#SVGID_6_)"
+ x="8.6169996"
+ y="-493.27499"
+ width="72.279999"
+ height="1352.91"
+ id="rect83" />
+ </g>
+
+ <linearGradient
+ id="SVGID_7_"
+ gradientUnits="userSpaceOnUse"
+ x1="39.5313"
+ y1="54.977501"
+ x2="1966.5557"
+ y2="54.977501"
+ gradientTransform="rotate(180,984.26565,560.0127)">
+ <stop
+ offset="0"
+ style="stop-color:#2B4F5A;stop-opacity:0"
+ id="stop86" />
+ <stop
+ offset="0.5"
+ style="stop-color:#2A4F5A;stop-opacity:0.958"
+ id="stop88" />
+ <stop
+ offset="1"
+ style="stop-color:#23353D;stop-opacity:0"
+ id="stop90" />
+ </linearGradient>
+ <rect
+ style="opacity:0.2;fill:url(#SVGID_7_)"
+ x="1.976"
+ y="1050.0959"
+ width="1927.024"
+ height="29.903999"
+ id="rect93" />
+ <g
+ id="g2137">
+
+ <circle
+ style="opacity:0.3;fill:#244960;stroke:#f6f6f6;stroke-width:3;stroke-miterlimit:10"
+ stroke-miterlimit="10"
+ cx="960"
+ cy="387.70599"
+ r="174.44701"
+ id="circle95" />
+ <circle
+ style="opacity:0.4;fill:#244960"
+ cx="929.50598"
+ cy="409.521"
+ r="131.647"
+ id="circle97" />
+ <g
+ id="g2115">
+ <path
+ style="fill:none"
+ inkscape:connector-curvature="0"
+ d="m 961.413,437.345 1.242,3.537 11.819,-4.154 c -0.354,-1.191 -0.739,-2.381 -1.156,-3.568 v 0 z"
+ id="path99" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 961.569,494.871 c 0.091,0.262 -0.086,0.562 -0.395,0.67 l -7.977,2.805 3.878,11.034 c 6.327,-6.691 11.338,-14.476 14.822,-22.909 l -11.82,4.155 z"
+ id="path101" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 949.62,440.953 -2.972,-8.451 -6.232,2.19 4.382,12.467 17.858,-6.277 -1.242,-3.537 -11.216,3.942 c -0.227,0.079 -0.486,-0.071 -0.578,-0.334 z"
+ id="path103" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 916.134,511.373 c -0.311,0.109 -0.635,-0.015 -0.727,-0.273 l -0.223,-0.632 c 0.215,0.608 0.01,1.235 -0.455,1.399 l -20.386,7.167 4.786,13.617 c 9.393,0.463 19.027,-0.85 28.445,-4.161 2.813,-0.989 5.529,-2.129 8.143,-3.406 l -6.443,-18.33 z"
+ id="path105" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 861.561,520.335 c 2.563,1.692 5.228,3.223 7.974,4.587 l -2.313,-6.577 z"
+ id="path107" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 834.78,471.823 c -0.464,0.164 -0.975,-0.08 -1.139,-0.545 l -5.601,-15.932 c -0.318,9.061 1.016,18.332 4.205,27.402 4.196,11.937 11.116,22.138 19.813,30.154 l -14.751,-41.967 z"
+ id="path109" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 852.418,476.228 -5.523,1.943 c -0.365,0.127 -0.665,0.219 -0.671,0.201 l -0.93,-2.641 c -0.005,-0.018 0.285,-0.135 0.652,-0.264 l 5.521,-1.941 -2.367,-6.734 -11.794,4.145 14.751,41.967 c 2.975,2.738 6.152,5.222 9.503,7.432 l 5.66,-1.99 z"
+ id="path111" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 852.418,476.228 -5.523,1.943 c -0.365,0.127 -0.665,0.219 -0.671,0.201 l -0.93,-2.641 c -0.005,-0.018 0.285,-0.135 0.652,-0.264 l 5.521,-1.941 -2.367,-6.734 -11.794,4.145 14.751,41.967 c 2.975,2.738 6.152,5.222 9.503,7.432 l 5.66,-1.99 z"
+ id="path113" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 853.195,401.971 c -0.767,0.679 -1.52,1.376 -2.257,2.086 l 2.661,-0.936 z"
+ id="path115" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 853.195,401.971 c -0.767,0.679 -1.52,1.376 -2.257,2.086 l 2.661,-0.936 z"
+ id="path117" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="943.22198"
+ y="430.07501"
+ transform="matrix(-0.3319,-0.9433,0.9433,-0.3319,847.8203,1467.1946)"
+ width="0.465"
+ height="6.6059999"
+ id="rect119" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="943.22198"
+ y="430.07501"
+ transform="matrix(-0.3319,-0.9433,0.9433,-0.3319,847.8203,1467.1946)"
+ width="0.465"
+ height="6.6059999"
+ id="rect121" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 926.267,429.987 7.098,-2.494 c 0.288,-0.102 0.525,-0.176 0.529,-0.162 l 0.656,1.868 c 0.004,0.011 -0.227,0.101 -0.517,0.203 l -7.096,2.495 1.564,4.447 17.354,-6.1 -11.179,-31.805 c -0.094,-0.264 0.014,-0.541 0.239,-0.62 l 8.144,-2.862 c -0.976,-0.623 -1.965,-1.221 -2.965,-1.798 l -23.827,8.376 z"
+ id="path123" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 926.267,429.987 7.098,-2.494 c 0.288,-0.102 0.525,-0.176 0.529,-0.162 l 0.656,1.868 c 0.004,0.011 -0.227,0.101 -0.517,0.203 l -7.096,2.495 1.564,4.447 17.354,-6.1 -11.179,-31.805 c -0.094,-0.264 0.014,-0.541 0.239,-0.62 l 8.144,-2.862 c -0.976,-0.623 -1.965,-1.221 -2.965,-1.798 l -23.827,8.376 z"
+ id="path125" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 883.798,385.634 c -1.944,0.512 -3.882,1.105 -5.811,1.783 -6.199,2.179 -11.931,5.095 -17.131,8.609 l 23.669,-8.319 z"
+ id="path127" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 883.798,385.634 c -1.944,0.512 -3.882,1.105 -5.811,1.783 -6.199,2.179 -11.931,5.095 -17.131,8.609 l 23.669,-8.319 z"
+ id="path129" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.985,395.954 c 0.465,-0.162 0.976,0.081 1.139,0.547 l 0.329,0.936 9.615,27.354 11.119,-3.909 -11.661,-33.175 -23.669,8.319 c -2.7,1.826 -5.258,3.813 -7.662,5.944 l 0.404,1.15 z"
+ id="path131" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.985,395.954 c 0.465,-0.162 0.976,0.081 1.139,0.547 l 0.329,0.936 9.615,27.354 11.119,-3.909 -11.661,-33.175 -23.669,8.319 c -2.7,1.826 -5.258,3.813 -7.662,5.944 l 0.404,1.15 z"
+ id="path133" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.985,395.954 c 0.465,-0.162 0.976,0.081 1.139,0.547 l 0.329,0.936 9.615,27.354 11.119,-3.909 -11.661,-33.175 -23.669,8.319 c -2.7,1.826 -5.258,3.813 -7.662,5.944 l 0.404,1.15 z"
+ id="path135" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 975.202,476.572 c 3.283,-12.727 3.252,-26.444 -0.728,-39.845 l -11.819,4.154 z"
+ id="path137" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 944.797,447.159 15.28,43.467 11.82,-4.155 c 1.326,-3.212 2.433,-6.521 3.305,-9.898 l -12.547,-35.69 z"
+ id="path139" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 944.797,447.159 15.28,43.467 11.82,-4.155 c 1.326,-3.212 2.433,-6.521 3.305,-9.898 l -12.547,-35.69 z"
+ id="path141" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 929.296,438.601 2.157,6.142 c 0.077,0.22 0.101,0.439 0.077,0.644 l 7.34,-2.581 c 0.365,-0.13 0.666,-0.22 0.673,-0.204 l 0.928,2.644 c 0.007,0.016 -0.285,0.135 -0.65,0.263 l -9.901,3.479 1.063,3.03 13.815,-4.857 -4.382,-12.467 z"
+ id="path143" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 929.296,438.601 2.157,6.142 c 0.077,0.22 0.101,0.439 0.077,0.644 l 7.34,-2.581 c 0.365,-0.13 0.666,-0.22 0.673,-0.204 l 0.928,2.644 c 0.007,0.016 -0.285,0.135 -0.65,0.263 l -9.901,3.479 1.063,3.03 13.815,-4.857 -4.382,-12.467 z"
+ id="path145" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 953.198,498.346 7.977,-2.805 c 0.309,-0.108 0.485,-0.408 0.395,-0.67 l -1.492,-4.245 -8.537,3.001 z"
+ id="path147" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 953.198,498.346 7.977,-2.805 c 0.309,-0.108 0.485,-0.408 0.395,-0.67 l -1.492,-4.245 -8.537,3.001 z"
+ id="path149" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 914.757,506.557 c -0.467,0.164 -0.917,0.083 -1.01,-0.179 l 1.438,4.09 0.223,0.632 c 0.092,0.259 0.416,0.383 0.727,0.273 l 13.141,-4.619 -1.659,-4.717 z"
+ id="path151" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 914.757,506.557 c -0.467,0.164 -0.917,0.083 -1.01,-0.179 l 1.438,4.09 0.223,0.632 c 0.092,0.259 0.416,0.383 0.727,0.273 l 13.141,-4.619 -1.659,-4.717 z"
+ id="path153" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="923.56702"
+ y="450.07101"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1951.5443,570.3113)"
+ width="7.085"
+ height="3.211"
+ id="rect155" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="923.56702"
+ y="450.07101"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1951.5443,570.3113)"
+ width="7.085"
+ height="3.211"
+ id="rect157" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="923.56702"
+ y="450.07101"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1951.5443,570.3113)"
+ width="7.085"
+ height="3.211"
+ id="rect159" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="934.54602"
+ y="430.535"
+ transform="matrix(-0.3363,-0.9417,0.9417,-0.3363,838.1754,1463.5337)"
+ width="0.465"
+ height="11.786"
+ id="rect161" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="934.54602"
+ y="430.535"
+ transform="matrix(-0.3363,-0.9417,0.9417,-0.3363,838.1754,1463.5337)"
+ width="0.465"
+ height="11.786"
+ id="rect163" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="934.54602"
+ y="430.535"
+ transform="matrix(-0.3363,-0.9417,0.9417,-0.3363,838.1754,1463.5337)"
+ width="0.465"
+ height="11.786"
+ id="rect165" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.375,502.475 1.373,3.903 c 0.093,0.262 0.543,0.343 1.01,0.179 l 12.858,-4.52 -1.539,-4.379 z"
+ id="path167" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.375,502.475 1.373,3.903 c 0.093,0.262 0.543,0.343 1.01,0.179 l 12.858,-4.52 -1.539,-4.379 z"
+ id="path169" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 912.375,502.475 1.373,3.903 c 0.093,0.262 0.543,0.343 1.01,0.179 l 12.858,-4.52 -1.539,-4.379 z"
+ id="path171" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 931.519,453.546 4.438,-1.559 c 0.464,-0.164 0.964,0.055 1.116,0.486 l 14.468,41.153 8.537,-3.001 -15.28,-43.467 -13.815,4.857 z"
+ id="path173" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 931.519,453.546 4.438,-1.559 c 0.464,-0.164 0.964,0.055 1.116,0.486 l 14.468,41.153 8.537,-3.001 -15.28,-43.467 -13.815,4.857 z"
+ id="path175" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 931.519,453.546 4.438,-1.559 c 0.464,-0.164 0.964,0.055 1.116,0.486 l 14.468,41.153 8.537,-3.001 -15.28,-43.467 -13.815,4.857 z"
+ id="path177" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 913.15,460.883 c -0.152,-0.433 0.101,-0.915 0.567,-1.077 l -11.008,3.867 4.226,12.019 c 0.037,0.104 -0.005,0.212 -0.093,0.243 l -3.378,1.188 8.91,25.353 13.702,-4.816 z"
+ id="path179" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 913.15,460.883 c -0.152,-0.433 0.101,-0.915 0.567,-1.077 l -11.008,3.867 4.226,12.019 c 0.037,0.104 -0.005,0.212 -0.093,0.243 l -3.378,1.188 8.91,25.353 13.702,-4.816 z"
+ id="path181" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 913.15,460.883 c -0.152,-0.433 0.101,-0.915 0.567,-1.077 l -11.008,3.867 4.226,12.019 c 0.037,0.104 -0.005,0.212 -0.093,0.243 l -3.378,1.188 8.91,25.353 13.702,-4.816 z"
+ id="path183" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 913.15,460.883 c -0.152,-0.433 0.101,-0.915 0.567,-1.077 l -11.008,3.867 4.226,12.019 c 0.037,0.104 -0.005,0.212 -0.093,0.243 l -3.378,1.188 8.91,25.353 13.702,-4.816 z"
+ id="path185" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 924.728,455.589 c 0.06,0.17 -0.054,0.365 -0.256,0.436 l 7.047,-2.479 -0.537,-1.529 -6.684,2.35 z"
+ id="path187" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 924.728,455.589 c 0.06,0.17 -0.054,0.365 -0.256,0.436 l 7.047,-2.479 -0.537,-1.529 -6.684,2.35 z"
+ id="path189" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 924.728,455.589 c 0.06,0.17 -0.054,0.365 -0.256,0.436 l 7.047,-2.479 -0.537,-1.529 -6.684,2.35 z"
+ id="path191" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 924.728,455.589 c 0.06,0.17 -0.054,0.365 -0.256,0.436 l 7.047,-2.479 -0.537,-1.529 -6.684,2.35 z"
+ id="path193" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 834.78,471.823 2.527,-0.887 -4.499,-12.799 -1.738,0.611 c -0.299,0.105 -0.548,0.178 -0.555,0.162 l -0.928,-2.643 c -0.006,-0.018 0.233,-0.117 0.534,-0.223 l 1.737,-0.609 -3.026,-8.608 c -0.425,2.81 -0.691,5.654 -0.792,8.519 l 5.601,15.932 c 0.164,0.465 0.675,0.709 1.139,0.545 z"
+ id="path195" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 834.78,471.823 2.527,-0.887 -4.499,-12.799 -1.738,0.611 c -0.299,0.105 -0.548,0.178 -0.555,0.162 l -0.928,-2.643 c -0.006,-0.018 0.233,-0.117 0.534,-0.223 l 1.737,-0.609 -3.026,-8.608 c -0.425,2.81 -0.691,5.654 -0.792,8.519 l 5.601,15.932 c 0.164,0.465 0.675,0.709 1.139,0.545 z"
+ id="path197" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 864.88,443.829 -13.352,-37.982 c -0.215,-0.609 -0.012,-1.236 0.453,-1.4 l 1.854,-0.652 -0.237,-0.673 -2.661,0.936 c -11.876,11.438 -19.647,26.534 -22.105,42.771 l 3.026,8.608 z"
+ id="path199" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 864.88,443.829 -13.352,-37.982 c -0.215,-0.609 -0.012,-1.236 0.453,-1.4 l 1.854,-0.652 -0.237,-0.673 -2.661,0.936 c -11.876,11.438 -19.647,26.534 -22.105,42.771 l 3.026,8.608 z"
+ id="path201" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 864.88,443.829 -13.352,-37.982 c -0.215,-0.609 -0.012,-1.236 0.453,-1.4 l 1.854,-0.652 -0.237,-0.673 -2.661,0.936 c -11.876,11.438 -19.647,26.534 -22.105,42.771 l 3.026,8.608 z"
+ id="path203" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 847.812,460.429 20.385,-7.165 -0.224,-0.64 -7.433,2.612 c -0.289,0.101 -0.526,0.175 -0.531,0.163 l -0.655,-1.867 c -0.005,-0.014 0.226,-0.104 0.515,-0.205 l 7.432,-2.612 -1.47,-4.185 -33.022,11.607 4.499,12.799 11.794,-4.145 -1.744,-4.963 c -0.216,-0.608 -0.013,-1.235 0.454,-1.399 z"
+ id="path205" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 847.812,460.429 20.385,-7.165 -0.224,-0.64 -7.433,2.612 c -0.289,0.101 -0.526,0.175 -0.531,0.163 l -0.655,-1.867 c -0.005,-0.014 0.226,-0.104 0.515,-0.205 l 7.432,-2.612 -1.47,-4.185 -33.022,11.607 4.499,12.799 11.794,-4.145 -1.744,-4.963 c -0.216,-0.608 -0.013,-1.235 0.454,-1.399 z"
+ id="path207" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 847.812,460.429 20.385,-7.165 -0.224,-0.64 -7.433,2.612 c -0.289,0.101 -0.526,0.175 -0.531,0.163 l -0.655,-1.867 c -0.005,-0.014 0.226,-0.104 0.515,-0.205 l 7.432,-2.612 -1.47,-4.185 -33.022,11.607 4.499,12.799 11.794,-4.145 -1.744,-4.963 c -0.216,-0.608 -0.013,-1.235 0.454,-1.399 z"
+ id="path209" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 875.453,397.437 -0.329,-0.936 c -0.163,-0.466 -0.674,-0.709 -1.139,-0.547 l -20.386,7.167 0.237,0.673 20.386,-7.166 c 0.465,-0.162 1.017,0.199 1.231,0.809 z"
+ id="path211" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 875.453,397.437 -0.329,-0.936 c -0.163,-0.466 -0.674,-0.709 -1.139,-0.547 l -20.386,7.167 0.237,0.673 20.386,-7.166 c 0.465,-0.162 1.017,0.199 1.231,0.809 z"
+ id="path213" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 875.453,397.437 -0.329,-0.936 c -0.163,-0.466 -0.674,-0.709 -1.139,-0.547 l -20.386,7.167 0.237,0.673 20.386,-7.166 c 0.465,-0.162 1.017,0.199 1.231,0.809 z"
+ id="path215" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 875.453,397.437 -0.329,-0.936 c -0.163,-0.466 -0.674,-0.709 -1.139,-0.547 l -20.386,7.167 0.237,0.673 20.386,-7.166 c 0.465,-0.162 1.017,0.199 1.231,0.809 z"
+ id="path217" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 940.095,393.16 c -9.196,-5.288 -19.482,-8.615 -30.164,-9.649 l 6.337,18.025 z"
+ id="path219" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 940.095,393.16 c -9.196,-5.288 -19.482,-8.615 -30.164,-9.649 l 6.337,18.025 z"
+ id="path221" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 940.095,393.16 c -9.196,-5.288 -19.482,-8.615 -30.164,-9.649 l 6.337,18.025 z"
+ id="path223" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.49,519.685 c -0.465,0.165 -1.015,-0.198 -1.229,-0.808 l -2.811,-7.994 -21.229,7.462 2.313,6.577 c 9.151,4.542 19.225,7.22 29.596,7.729 l -4.786,-13.617 z"
+ id="path225" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.49,519.685 c -0.465,0.165 -1.015,-0.198 -1.229,-0.808 l -2.811,-7.994 -21.229,7.462 2.313,6.577 c 9.151,4.542 19.225,7.22 29.596,7.729 l -4.786,-13.617 z"
+ id="path227" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="848.11298"
+ y="482.30399"
+ transform="matrix(-0.3316,-0.9434,0.9434,-0.3316,693.4218,1478.4001)"
+ width="44.643002"
+ height="22.503"
+ id="rect229" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="848.11298"
+ y="482.30399"
+ transform="matrix(-0.3316,-0.9434,0.9434,-0.3316,693.4218,1478.4001)"
+ width="44.643002"
+ height="22.503"
+ id="rect231" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="848.11298"
+ y="482.30399"
+ transform="matrix(-0.3316,-0.9434,0.9434,-0.3316,693.4218,1478.4001)"
+ width="44.643002"
+ height="22.503"
+ id="rect233" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="849.64801"
+ y="462.85901"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-105.9666,311.9189)"
+ width="22.502001"
+ height="7.138"
+ id="rect235" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="849.64801"
+ y="462.85901"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-105.9666,311.9189)"
+ width="22.502001"
+ height="7.138"
+ id="rect237" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="849.64801"
+ y="462.85901"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-105.9666,311.9189)"
+ width="22.502001"
+ height="7.138"
+ id="rect239" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 870.175,458.89 -5.104,1.795 c -0.43,0.15 -0.781,0.263 -0.784,0.253 l -0.626,-1.778 c -0.003,-0.012 0.341,-0.143 0.772,-0.293 l 5.103,-1.795 -1.339,-3.808 -20.385,7.165 c -0.467,0.164 -0.67,0.791 -0.455,1.4 l 1.744,4.963 21.229,-7.463 z"
+ id="path241" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 870.175,458.89 -5.104,1.795 c -0.43,0.15 -0.781,0.263 -0.784,0.253 l -0.626,-1.778 c -0.003,-0.012 0.341,-0.143 0.772,-0.293 l 5.103,-1.795 -1.339,-3.808 -20.385,7.165 c -0.467,0.164 -0.67,0.791 -0.455,1.4 l 1.744,4.963 21.229,-7.463 z"
+ id="path243" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 870.175,458.89 -5.104,1.795 c -0.43,0.15 -0.781,0.263 -0.784,0.253 l -0.626,-1.778 c -0.003,-0.012 0.341,-0.143 0.772,-0.293 l 5.103,-1.795 -1.339,-3.808 -20.385,7.165 c -0.467,0.164 -0.67,0.791 -0.455,1.4 l 1.744,4.963 21.229,-7.463 z"
+ id="path245" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 870.175,458.89 -5.104,1.795 c -0.43,0.15 -0.781,0.263 -0.784,0.253 l -0.626,-1.778 c -0.003,-0.012 0.341,-0.143 0.772,-0.293 l 5.103,-1.795 -1.339,-3.808 -20.385,7.165 c -0.467,0.164 -0.67,0.791 -0.455,1.4 l 1.744,4.963 21.229,-7.463 z"
+ id="path247" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.25,422.904 c 0.465,-0.163 0.974,0.082 1.138,0.548 l 1.599,4.548 1.516,-0.532 -2.314,-6.586 -11.119,3.909 0.419,1.194 z"
+ id="path249" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.25,422.904 c 0.465,-0.163 0.974,0.082 1.138,0.548 l 1.599,4.548 1.516,-0.532 -2.314,-6.586 -11.119,3.909 0.419,1.194 z"
+ id="path251" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.25,422.904 c 0.465,-0.163 0.974,0.082 1.138,0.548 l 1.599,4.548 1.516,-0.532 -2.314,-6.586 -11.119,3.909 0.419,1.194 z"
+ id="path253" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 894.25,422.904 c 0.465,-0.163 0.974,0.082 1.138,0.548 l 1.599,4.548 1.516,-0.532 -2.314,-6.586 -11.119,3.909 0.419,1.194 z"
+ id="path255" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 905.373,447.012 -5.729,2.013 2.367,6.736 5.862,-2.061 c -0.145,-0.145 -0.266,-0.33 -0.343,-0.549 z"
+ id="path257" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 905.373,447.012 -5.729,2.013 2.367,6.736 5.862,-2.061 c -0.145,-0.145 -0.266,-0.33 -0.343,-0.549 z"
+ id="path259" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 905.373,447.012 -5.729,2.013 2.367,6.736 5.862,-2.061 c -0.145,-0.145 -0.266,-0.33 -0.343,-0.549 z"
+ id="path261" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 905.373,447.012 -5.729,2.013 2.367,6.736 5.862,-2.061 c -0.145,-0.145 -0.266,-0.33 -0.343,-0.549 z"
+ id="path263" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="900.97601"
+ y="455.134"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1925.2111,585.0494)"
+ width="23.452"
+ height="3.211"
+ id="rect265" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="900.97601"
+ y="455.134"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1925.2111,585.0494)"
+ width="23.452"
+ height="3.211"
+ id="rect267" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="900.97601"
+ y="455.134"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1925.2111,585.0494)"
+ width="23.452"
+ height="3.211"
+ id="rect269" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="900.97601"
+ y="455.134"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1925.2111,585.0494)"
+ width="23.452"
+ height="3.211"
+ id="rect271" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="899.39502"
+ y="447.565"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1902.2772,571.1381)"
+ width="6.072"
+ height="0.46700001"
+ id="rect273" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="899.39502"
+ y="447.565"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1902.2772,571.1381)"
+ width="6.072"
+ height="0.46700001"
+ id="rect275" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="899.39502"
+ y="447.565"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1902.2772,571.1381)"
+ width="6.072"
+ height="0.46700001"
+ id="rect277" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="899.39502"
+ y="447.565"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1902.2772,571.1381)"
+ width="6.072"
+ height="0.46700001"
+ id="rect279" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="899.39502"
+ y="447.565"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1902.2772,571.1381)"
+ width="6.072"
+ height="0.46700001"
+ id="rect281" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 902.709,463.673 11.008,-3.867 10.755,-3.781 c 0.202,-0.07 0.315,-0.266 0.256,-0.436 l -0.43,-1.223 -22.126,7.775 z"
+ id="path283" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 902.709,463.673 11.008,-3.867 10.755,-3.781 c 0.202,-0.07 0.315,-0.266 0.256,-0.436 l -0.43,-1.223 -22.126,7.775 z"
+ id="path285" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 902.709,463.673 11.008,-3.867 10.755,-3.781 c 0.202,-0.07 0.315,-0.266 0.256,-0.436 l -0.43,-1.223 -22.126,7.775 z"
+ id="path287" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 902.709,463.673 11.008,-3.867 10.755,-3.781 c 0.202,-0.07 0.315,-0.266 0.256,-0.436 l -0.43,-1.223 -22.126,7.775 z"
+ id="path289" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 902.709,463.673 11.008,-3.867 10.755,-3.781 c 0.202,-0.07 0.315,-0.266 0.256,-0.436 l -0.43,-1.223 -22.126,7.775 z"
+ id="path291" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.252,450.919 0.63,1.79 3.38,-1.187 c 0.087,-0.031 0.188,0.027 0.224,0.131 l 1.672,4.758 1.854,-0.65 -2.367,-6.736 z"
+ id="path293" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.252,450.919 0.63,1.79 3.38,-1.187 c 0.087,-0.031 0.188,0.027 0.224,0.131 l 1.672,4.758 1.854,-0.65 -2.367,-6.736 z"
+ id="path295" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 894.252,450.919 0.63,1.79 3.38,-1.187 c 0.087,-0.031 0.188,0.027 0.224,0.131 l 1.672,4.758 1.854,-0.65 -2.367,-6.736 z"
+ id="path297" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.252,450.919 0.63,1.79 3.38,-1.187 c 0.087,-0.031 0.188,0.027 0.224,0.131 l 1.672,4.758 1.854,-0.65 -2.367,-6.736 z"
+ id="path299" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 894.252,450.919 0.63,1.79 3.38,-1.187 c 0.087,-0.031 0.188,0.027 0.224,0.131 l 1.672,4.758 1.854,-0.65 -2.367,-6.736 z"
+ id="path301" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="896.64001"
+ y="446.89499"
+ transform="matrix(-0.3275,-0.9448,0.9448,-0.3275,765.6945,1444.4624)"
+ width="0.465"
+ height="5.7150002"
+ id="rect303" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="896.64001"
+ y="446.89499"
+ transform="matrix(-0.3275,-0.9448,0.9448,-0.3275,765.6945,1444.4624)"
+ width="0.465"
+ height="5.7150002"
+ id="rect305" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="896.64001"
+ y="446.89499"
+ transform="matrix(-0.3275,-0.9448,0.9448,-0.3275,765.6945,1444.4624)"
+ width="0.465"
+ height="5.7150002"
+ id="rect307" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="896.64001"
+ y="446.89499"
+ transform="matrix(-0.3275,-0.9448,0.9448,-0.3275,765.6945,1444.4624)"
+ width="0.465"
+ height="5.7150002"
+ id="rect309" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="896.64001"
+ y="446.89499"
+ transform="matrix(-0.3275,-0.9448,0.9448,-0.3275,765.6945,1444.4624)"
+ width="0.465"
+ height="5.7150002"
+ id="rect311" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="896.64001"
+ y="446.89499"
+ transform="matrix(-0.3275,-0.9448,0.9448,-0.3275,765.6945,1444.4624)"
+ width="0.465"
+ height="5.7150002"
+ id="rect313" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 903.464,477.122 3.378,-1.188 c 0.088,-0.031 0.13,-0.139 0.093,-0.243 l -4.226,-12.019 -3.535,1.242 z"
+ id="path315" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 903.464,477.122 3.378,-1.188 c 0.088,-0.031 0.13,-0.139 0.093,-0.243 l -4.226,-12.019 -3.535,1.242 z"
+ id="path317" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 903.464,477.122 3.378,-1.188 c 0.088,-0.031 0.13,-0.139 0.093,-0.243 l -4.226,-12.019 -3.535,1.242 z"
+ id="path319" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 903.464,477.122 3.378,-1.188 c 0.088,-0.031 0.13,-0.139 0.093,-0.243 l -4.226,-12.019 -3.535,1.242 z"
+ id="path321" />
+ <path
+ style="opacity:0.4;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 903.464,477.122 3.378,-1.188 c 0.088,-0.031 0.13,-0.139 0.093,-0.243 l -4.226,-12.019 -3.535,1.242 z"
+ id="path323" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 898.802,463.863 c -0.091,-0.265 0.21,-0.61 0.676,-0.773 l 2.694,-0.948 -1.063,-3.028 -3.538,1.243 z"
+ id="path325" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 898.802,463.863 c -0.091,-0.265 0.21,-0.61 0.676,-0.773 l 2.694,-0.948 -1.063,-3.028 -3.538,1.243 z"
+ id="path327" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 898.802,463.863 c -0.091,-0.265 0.21,-0.61 0.676,-0.773 l 2.694,-0.948 -1.063,-3.028 -3.538,1.243 z"
+ id="path329" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 898.802,463.863 c -0.091,-0.265 0.21,-0.61 0.676,-0.773 l 2.694,-0.948 -1.063,-3.028 -3.538,1.243 z"
+ id="path331" />
+ <path
+ style="opacity:0.4;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 898.802,463.863 c -0.091,-0.265 0.21,-0.61 0.676,-0.773 l 2.694,-0.948 -1.063,-3.028 -3.538,1.243 z"
+ id="path333" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 899.478,463.09 c -0.466,0.163 -0.767,0.509 -0.676,0.773 l 0.372,1.052 3.535,-1.242 -0.537,-1.531 z"
+ id="path335" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 899.478,463.09 c -0.466,0.163 -0.767,0.509 -0.676,0.773 l 0.372,1.052 3.535,-1.242 -0.537,-1.531 z"
+ id="path337" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 899.478,463.09 c -0.466,0.163 -0.767,0.509 -0.676,0.773 l 0.372,1.052 3.535,-1.242 -0.537,-1.531 z"
+ id="path339" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 899.478,463.09 c -0.466,0.163 -0.767,0.509 -0.676,0.773 l 0.372,1.052 3.535,-1.242 -0.537,-1.531 z"
+ id="path341" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 899.478,463.09 c -0.466,0.163 -0.767,0.509 -0.676,0.773 l 0.372,1.052 3.535,-1.242 -0.537,-1.531 z"
+ id="path343" />
+ <path
+ style="opacity:0.4;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 899.478,463.09 c -0.466,0.163 -0.767,0.509 -0.676,0.773 l 0.372,1.052 3.535,-1.242 -0.537,-1.531 z"
+ id="path345" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.158,456.411 -1.672,-4.758 c -0.036,-0.104 -0.137,-0.162 -0.224,-0.131 l -3.38,1.187 1.74,4.945 z"
+ id="path347" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.158,456.411 -1.672,-4.758 c -0.036,-0.104 -0.137,-0.162 -0.224,-0.131 l -3.38,1.187 1.74,4.945 z"
+ id="path349" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 900.158,456.411 -1.672,-4.758 c -0.036,-0.104 -0.137,-0.162 -0.224,-0.131 l -3.38,1.187 1.74,4.945 z"
+ id="path351" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.158,456.411 -1.672,-4.758 c -0.036,-0.104 -0.137,-0.162 -0.224,-0.131 l -3.38,1.187 1.74,4.945 z"
+ id="path353" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 900.158,456.411 -1.672,-4.758 c -0.036,-0.104 -0.137,-0.162 -0.224,-0.131 l -3.38,1.187 1.74,4.945 z"
+ id="path355" />
+ <path
+ style="opacity:0.4;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 900.158,456.411 -1.672,-4.758 c -0.036,-0.104 -0.137,-0.162 -0.224,-0.131 l -3.38,1.187 1.74,4.945 z"
+ id="path357" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 961.413,437.345 11.905,-4.186 c -1.115,-3.176 -2.426,-6.229 -3.912,-9.15 l -11.286,3.968 z"
+ id="path359" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 968.502,422.284 c -5.235,-9.678 -12.421,-17.841 -20.878,-24.169 l 9.857,28.043 z"
+ id="path361" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 958.013,428.015 c -0.052,0.311 -0.263,0.585 -0.581,0.697 l -10.784,3.79 2.972,8.451 c 0.093,0.263 0.352,0.413 0.577,0.334 l 11.216,-3.942 -3.292,-9.368 z"
+ id="path363" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 958.013,428.015 c -0.052,0.311 -0.263,0.585 -0.581,0.697 l -10.784,3.79 2.972,8.451 c 0.093,0.263 0.352,0.413 0.577,0.334 l 11.216,-3.942 -3.292,-9.368 z"
+ id="path365" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 946.648,432.502 10.784,-3.79 c 0.318,-0.112 0.529,-0.387 0.581,-0.697 l -11.518,4.048 z"
+ id="path367" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 946.648,432.502 10.784,-3.79 c 0.318,-0.112 0.529,-0.387 0.581,-0.697 l -11.518,4.048 z"
+ id="path369" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 946.648,432.502 10.784,-3.79 c 0.318,-0.112 0.529,-0.387 0.581,-0.697 l -11.518,4.048 z"
+ id="path371" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 934.677,398.44 11.179,31.805 11.625,-4.087 -9.857,-28.043 c -1.483,-1.109 -3.006,-2.163 -4.563,-3.157 l -8.144,2.862 c -0.226,0.079 -0.334,0.357 -0.24,0.62 z"
+ id="path373" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 934.677,398.44 11.179,31.805 11.625,-4.087 -9.857,-28.043 c -1.483,-1.109 -3.006,-2.163 -4.563,-3.157 l -8.144,2.862 c -0.226,0.079 -0.334,0.357 -0.24,0.62 z"
+ id="path375" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 934.677,398.44 11.179,31.805 11.625,-4.087 -9.857,-28.043 c -1.483,-1.109 -3.006,-2.163 -4.563,-3.157 l -8.144,2.862 c -0.226,0.079 -0.334,0.357 -0.24,0.62 z"
+ id="path377" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.986,428 -1.599,-4.548 c -0.164,-0.466 -0.673,-0.711 -1.138,-0.548 l -8.763,3.081 1.896,5.391 z"
+ id="path379" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.986,428 -1.599,-4.548 c -0.164,-0.466 -0.673,-0.711 -1.138,-0.548 l -8.763,3.081 1.896,5.391 z"
+ id="path381" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.986,428 -1.599,-4.548 c -0.164,-0.466 -0.673,-0.711 -1.138,-0.548 l -8.763,3.081 1.896,5.391 z"
+ id="path383" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 896.986,428 -1.599,-4.548 c -0.164,-0.466 -0.673,-0.711 -1.138,-0.548 l -8.763,3.081 1.896,5.391 z"
+ id="path385" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.986,428 -1.599,-4.548 c -0.164,-0.466 -0.673,-0.711 -1.138,-0.548 l -8.763,3.081 1.896,5.391 z"
+ id="path387" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="896.31201"
+ y="428.952"
+ transform="matrix(0.332,0.9433,-0.9433,0.332,1005.5748,-560.4146)"
+ width="4.2859998"
+ height="1.6059999"
+ id="rect389" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="896.31201"
+ y="428.952"
+ transform="matrix(0.332,0.9433,-0.9433,0.332,1005.5748,-560.4146)"
+ width="4.2859998"
+ height="1.6059999"
+ id="rect391" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="896.31201"
+ y="428.952"
+ transform="matrix(0.332,0.9433,-0.9433,0.332,1005.5748,-560.4146)"
+ width="4.2859998"
+ height="1.6059999"
+ id="rect393" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="896.31201"
+ y="428.952"
+ transform="matrix(0.332,0.9433,-0.9433,0.332,1005.5748,-560.4146)"
+ width="4.2859998"
+ height="1.6059999"
+ id="rect395" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="896.31201"
+ y="428.952"
+ transform="matrix(0.332,0.9433,-0.9433,0.332,1005.5748,-560.4146)"
+ width="4.2859998"
+ height="1.6059999"
+ id="rect397" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="900.04797"
+ y="434.35501"
+ transform="matrix(-0.9433,0.3319,-0.3319,-0.9433,1895.5321,549.4395)"
+ width="1.607"
+ height="4.4330001"
+ id="rect399" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="900.04797"
+ y="434.35501"
+ transform="matrix(-0.9433,0.3319,-0.3319,-0.9433,1895.5321,549.4395)"
+ width="1.607"
+ height="4.4330001"
+ id="rect401" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="900.04797"
+ y="434.35501"
+ transform="matrix(-0.9433,0.3319,-0.3319,-0.9433,1895.5321,549.4395)"
+ width="1.607"
+ height="4.4330001"
+ id="rect403" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="900.04797"
+ y="434.35501"
+ transform="matrix(-0.9433,0.3319,-0.3319,-0.9433,1895.5321,549.4395)"
+ width="1.607"
+ height="4.4330001"
+ id="rect405" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="900.04797"
+ y="434.35501"
+ transform="matrix(-0.9433,0.3319,-0.3319,-0.9433,1895.5321,549.4395)"
+ width="1.607"
+ height="4.4330001"
+ id="rect407" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.882,441.774 -3.371,1.186 1.339,3.808 5.729,-2.013 -1.564,-4.449 -1.544,0.543 c 0.038,0.399 -0.195,0.789 -0.589,0.925 z"
+ id="path409" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.882,441.774 -3.371,1.186 1.339,3.808 5.729,-2.013 -1.564,-4.449 -1.544,0.543 c 0.038,0.399 -0.195,0.789 -0.589,0.925 z"
+ id="path411" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.882,441.774 -3.371,1.186 1.339,3.808 5.729,-2.013 -1.564,-4.449 -1.544,0.543 c 0.038,0.399 -0.195,0.789 -0.589,0.925 z"
+ id="path413" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 900.882,441.774 -3.371,1.186 1.339,3.808 5.729,-2.013 -1.564,-4.449 -1.544,0.543 c 0.038,0.399 -0.195,0.789 -0.589,0.925 z"
+ id="path415" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.882,441.774 -3.371,1.186 1.339,3.808 5.729,-2.013 -1.564,-4.449 -1.544,0.543 c 0.038,0.399 -0.195,0.789 -0.589,0.925 z"
+ id="path417" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.62799"
+ y="443.793"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1888.123,569.545)"
+ width="5.7150002"
+ height="4.0359998"
+ id="rect419" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.62799"
+ y="443.793"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1888.123,569.545)"
+ width="5.7150002"
+ height="4.0359998"
+ id="rect421" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.62799"
+ y="443.793"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1888.123,569.545)"
+ width="5.7150002"
+ height="4.0359998"
+ id="rect423" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.62799"
+ y="443.793"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1888.123,569.545)"
+ width="5.7150002"
+ height="4.0359998"
+ id="rect425" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="892.62799"
+ y="443.793"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1888.123,569.545)"
+ width="5.7150002"
+ height="4.0359998"
+ id="rect427" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.62799"
+ y="443.793"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1888.123,569.545)"
+ width="5.7150002"
+ height="4.0359998"
+ id="rect429" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.80701"
+ y="429.56601"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1878.4277,542.8927)"
+ width="10.177"
+ height="4.2859998"
+ id="rect431" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.80701"
+ y="429.56601"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1878.4277,542.8927)"
+ width="10.177"
+ height="4.2859998"
+ id="rect433" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.80701"
+ y="429.56601"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1878.4277,542.8927)"
+ width="10.177"
+ height="4.2859998"
+ id="rect435" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="887.80701"
+ y="429.56601"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1878.4277,542.8927)"
+ width="10.177"
+ height="4.2859998"
+ id="rect437" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.80701"
+ y="429.56601"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1878.4277,542.8927)"
+ width="10.177"
+ height="4.2859998"
+ id="rect439" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.80701"
+ y="429.56601"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1878.4277,542.8927)"
+ width="10.177"
+ height="4.2859998"
+ id="rect441" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 895.01,438.538 c 0.467,-0.164 0.978,0.081 1.14,0.547 l 0.466,1.326 4.213,-1.481 -1.472,-4.184 -9.604,3.376 0.709,2.014 z"
+ id="path443" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 895.01,438.538 c 0.467,-0.164 0.978,0.081 1.14,0.547 l 0.466,1.326 4.213,-1.481 -1.472,-4.184 -9.604,3.376 0.709,2.014 z"
+ id="path445" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 895.01,438.538 c 0.467,-0.164 0.978,0.081 1.14,0.547 l 0.466,1.326 4.213,-1.481 -1.472,-4.184 -9.604,3.376 0.709,2.014 z"
+ id="path447" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 895.01,438.538 c 0.467,-0.164 0.978,0.081 1.14,0.547 l 0.466,1.326 4.213,-1.481 -1.472,-4.184 -9.604,3.376 0.709,2.014 z"
+ id="path449" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 895.01,438.538 c 0.467,-0.164 0.978,0.081 1.14,0.547 l 0.466,1.326 4.213,-1.481 -1.472,-4.184 -9.604,3.376 0.709,2.014 z"
+ id="path451" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 895.01,438.538 c 0.467,-0.164 0.978,0.081 1.14,0.547 l 0.466,1.326 4.213,-1.481 -1.472,-4.184 -9.604,3.376 0.709,2.014 z"
+ id="path453" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.511,442.96 3.371,-1.186 c 0.394,-0.137 0.627,-0.526 0.589,-0.926 l -4.185,1.471 z"
+ id="path455" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.511,442.96 3.371,-1.186 c 0.394,-0.137 0.627,-0.526 0.589,-0.926 l -4.185,1.471 z"
+ id="path457" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.511,442.96 3.371,-1.186 c 0.394,-0.137 0.627,-0.526 0.589,-0.926 l -4.185,1.471 z"
+ id="path459" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 897.511,442.96 3.371,-1.186 c 0.394,-0.137 0.627,-0.526 0.589,-0.926 l -4.185,1.471 z"
+ id="path461" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.511,442.96 3.371,-1.186 c 0.394,-0.137 0.627,-0.526 0.589,-0.926 l -4.185,1.471 z"
+ id="path463" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.511,442.96 3.371,-1.186 c 0.394,-0.137 0.627,-0.526 0.589,-0.926 l -4.185,1.471 z"
+ id="path465" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.15,439.085 c -0.162,-0.466 -0.673,-0.711 -1.14,-0.547 l -4.548,1.598 0.762,2.17 5.392,-1.895 z"
+ id="path467" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.15,439.085 c -0.162,-0.466 -0.673,-0.711 -1.14,-0.547 l -4.548,1.598 0.762,2.17 5.392,-1.895 z"
+ id="path469" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.15,439.085 c -0.162,-0.466 -0.673,-0.711 -1.14,-0.547 l -4.548,1.598 0.762,2.17 5.392,-1.895 z"
+ id="path471" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.15,439.085 c -0.162,-0.466 -0.673,-0.711 -1.14,-0.547 l -4.548,1.598 0.762,2.17 5.392,-1.895 z"
+ id="path473" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 896.15,439.085 c -0.162,-0.466 -0.673,-0.711 -1.14,-0.547 l -4.548,1.598 0.762,2.17 5.392,-1.895 z"
+ id="path475" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.15,439.085 c -0.162,-0.466 -0.673,-0.711 -1.14,-0.547 l -4.548,1.598 0.762,2.17 5.392,-1.895 z"
+ id="path477" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.15,439.085 c -0.162,-0.466 -0.673,-0.711 -1.14,-0.547 l -4.548,1.598 0.762,2.17 5.392,-1.895 z"
+ id="path479" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="894.36401"
+ y="440.73001"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,772.1244,1434.6663)"
+ width="0.67900002"
+ height="5.7140002"
+ id="rect481" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="894.36401"
+ y="440.73001"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,772.1244,1434.6663)"
+ width="0.67900002"
+ height="5.7140002"
+ id="rect483" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="894.36401"
+ y="440.73001"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,772.1244,1434.6663)"
+ width="0.67900002"
+ height="5.7140002"
+ id="rect485" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="894.36401"
+ y="440.73001"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,772.1244,1434.6663)"
+ width="0.67900002"
+ height="5.7140002"
+ id="rect487" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="894.36401"
+ y="440.73001"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,772.1244,1434.6663)"
+ width="0.67900002"
+ height="5.7140002"
+ id="rect489" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="894.36401"
+ y="440.73001"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,772.1244,1434.6663)"
+ width="0.67900002"
+ height="5.7140002"
+ id="rect491" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="894.36401"
+ y="440.73001"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,772.1244,1434.6663)"
+ width="0.67900002"
+ height="5.7140002"
+ id="rect493" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.375,502.475 -21.229,7.461 3.198,9.099 20.386,-7.167 c 0.465,-0.164 0.67,-0.791 0.455,-1.399 l -1.438,-4.09 z"
+ id="path495" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.375,502.475 -21.229,7.461 3.198,9.099 20.386,-7.167 c 0.465,-0.164 0.67,-0.791 0.455,-1.399 l -1.438,-4.09 z"
+ id="path497" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.019,480.441 c -0.088,0.03 -0.188,-0.028 -0.223,-0.131 l -5.83,-16.578 -11.625,4.087 14.805,42.116 21.229,-7.461 -8.91,-25.353 z"
+ id="path499" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.019,480.441 c -0.088,0.03 -0.188,-0.028 -0.223,-0.131 l -5.83,-16.578 -11.625,4.087 14.805,42.116 21.229,-7.461 -8.91,-25.353 z"
+ id="path501" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.019,480.441 c -0.088,0.03 -0.188,-0.028 -0.223,-0.131 l -5.83,-16.578 -11.625,4.087 14.805,42.116 21.229,-7.461 -8.91,-25.353 z"
+ id="path503" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 875.591,462.71 c -0.108,0.036 -0.213,0.023 -0.232,-0.032 l -1.602,-4.556 -0.733,0.26 2.369,6.735 7.413,-2.605 -0.731,-2.082 z"
+ id="path505" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 875.591,462.71 c -0.108,0.036 -0.213,0.023 -0.232,-0.032 l -1.602,-4.556 -0.733,0.26 2.369,6.735 7.413,-2.605 -0.731,-2.082 z"
+ id="path507" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 875.591,462.71 c -0.108,0.036 -0.213,0.023 -0.232,-0.032 l -1.602,-4.556 -0.733,0.26 2.369,6.735 7.413,-2.605 -0.731,-2.082 z"
+ id="path509" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 871.28,453.42 -0.612,-1.744 -2.694,0.948 0.224,0.64 1.853,-0.651 c 0.464,-0.165 1.016,0.197 1.229,0.807 z"
+ id="path511" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 871.28,453.42 -0.612,-1.744 -2.694,0.948 0.224,0.64 1.853,-0.651 c 0.464,-0.165 1.016,0.197 1.229,0.807 z"
+ id="path513" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 871.28,453.42 -0.612,-1.744 -2.694,0.948 0.224,0.64 1.853,-0.651 c 0.464,-0.165 1.016,0.197 1.229,0.807 z"
+ id="path515" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 871.28,453.42 -0.612,-1.744 -2.694,0.948 0.224,0.64 1.853,-0.651 c 0.464,-0.165 1.016,0.197 1.229,0.807 z"
+ id="path517" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="866.48401"
+ y="445.931"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-99.5385,313.4356)"
+ width="2.8570001"
+ height="4.4349999"
+ id="rect519" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="866.48401"
+ y="445.931"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-99.5385,313.4356)"
+ width="2.8570001"
+ height="4.4349999"
+ id="rect521" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="866.48401"
+ y="445.931"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-99.5385,313.4356)"
+ width="2.8570001"
+ height="4.4349999"
+ id="rect523" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="866.48401"
+ y="445.931"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-99.5385,313.4356)"
+ width="2.8570001"
+ height="4.4349999"
+ id="rect525" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.754,458.111 c -0.285,0.062 -0.57,-0.021 -0.776,-0.207 l -0.107,0.038 0.153,0.439 0.733,-0.26 z"
+ id="path527" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.754,458.111 c -0.285,0.062 -0.57,-0.021 -0.776,-0.207 l -0.107,0.038 0.153,0.439 0.733,-0.26 z"
+ id="path529" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 873.754,458.111 c -0.285,0.062 -0.57,-0.021 -0.776,-0.207 l -0.107,0.038 0.153,0.439 0.733,-0.26 z"
+ id="path531" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.754,458.111 c -0.285,0.062 -0.57,-0.021 -0.776,-0.207 l -0.107,0.038 0.153,0.439 0.733,-0.26 z"
+ id="path533" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 853.836,403.794 -1.854,0.652 c -0.465,0.164 -0.668,0.791 -0.453,1.4 l 13.352,37.982 2.695,-0.948 z"
+ id="path535" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 853.836,403.794 -1.854,0.652 c -0.465,0.164 -0.668,0.791 -0.453,1.4 l 13.352,37.982 2.695,-0.948 z"
+ id="path537" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 853.836,403.794 -1.854,0.652 c -0.465,0.164 -0.668,0.791 -0.453,1.4 l 13.352,37.982 2.695,-0.948 z"
+ id="path539" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 853.836,403.794 -1.854,0.652 c -0.465,0.164 -0.668,0.791 -0.453,1.4 l 13.352,37.982 2.695,-0.948 z"
+ id="path541" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="871.401,451.419 870.667,451.676 871.28,453.42 872.231,456.125 872.965,455.866 "
+ id="polygon543" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="871.401,451.419 870.667,451.676 871.28,453.42 872.231,456.125 872.965,455.866 "
+ id="polygon545" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="871.401,451.419 870.667,451.676 871.28,453.42 872.231,456.125 872.965,455.866 "
+ id="polygon547" />
+ <polygon
+ style="opacity:0.5;fill:#d1e4b7"
+ points="871.401,451.419 870.667,451.676 871.28,453.42 872.231,456.125 872.965,455.866 "
+ id="polygon549" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="871.401,451.419 870.667,451.676 871.28,453.42 872.231,456.125 872.965,455.866 "
+ id="polygon551" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 877.41,447.161 -0.467,-1.326 c -0.162,-0.465 0.082,-0.977 0.547,-1.139 l 3.37,-1.185 -0.707,-2.016 -11.627,4.086 1.47,4.185 z"
+ id="path553" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 877.41,447.161 -0.467,-1.326 c -0.162,-0.465 0.082,-0.977 0.547,-1.139 l 3.37,-1.185 -0.707,-2.016 -11.627,4.086 1.47,4.185 z"
+ id="path555" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 877.41,447.161 -0.467,-1.326 c -0.162,-0.465 0.082,-0.977 0.547,-1.139 l 3.37,-1.185 -0.707,-2.016 -11.627,4.086 1.47,4.185 z"
+ id="path557" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 877.41,447.161 -0.467,-1.326 c -0.162,-0.465 0.082,-0.977 0.547,-1.139 l 3.37,-1.185 -0.707,-2.016 -11.627,4.086 1.47,4.185 z"
+ id="path559" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 877.41,447.161 -0.467,-1.326 c -0.162,-0.465 0.082,-0.977 0.547,-1.139 l 3.37,-1.185 -0.707,-2.016 -11.627,4.086 1.47,4.185 z"
+ id="path561" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 872.978,457.904 c 0.206,0.186 0.491,0.269 0.776,0.207 l -0.151,-0.427 z"
+ id="path563" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 872.978,457.904 c 0.206,0.186 0.491,0.269 0.776,0.207 l -0.151,-0.427 z"
+ id="path565" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 872.978,457.904 c 0.206,0.186 0.491,0.269 0.776,0.207 l -0.151,-0.427 z"
+ id="path567" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 872.978,457.904 c 0.206,0.186 0.491,0.269 0.776,0.207 l -0.151,-0.427 z"
+ id="path569" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 872.978,457.904 c 0.206,0.186 0.491,0.269 0.776,0.207 l -0.151,-0.427 z"
+ id="path571" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 879.201,438.794 -3.02,-8.591 c -0.162,-0.466 0.08,-0.976 0.545,-1.139 l 4.55,-1.599 -0.312,-0.887 c -0.061,-0.17 0.055,-0.363 0.255,-0.434 l 3.849,-1.354 -9.615,-27.354 c -0.214,-0.609 -0.766,-0.971 -1.23,-0.809 l -20.386,7.166 13.739,39.087 z"
+ id="path573" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 879.201,438.794 -3.02,-8.591 c -0.162,-0.466 0.08,-0.976 0.545,-1.139 l 4.55,-1.599 -0.312,-0.887 c -0.061,-0.17 0.055,-0.363 0.255,-0.434 l 3.849,-1.354 -9.615,-27.354 c -0.214,-0.609 -0.766,-0.971 -1.23,-0.809 l -20.386,7.166 13.739,39.087 z"
+ id="path575" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 879.201,438.794 -3.02,-8.591 c -0.162,-0.466 0.08,-0.976 0.545,-1.139 l 4.55,-1.599 -0.312,-0.887 c -0.061,-0.17 0.055,-0.363 0.255,-0.434 l 3.849,-1.354 -9.615,-27.354 c -0.214,-0.609 -0.766,-0.971 -1.23,-0.809 l -20.386,7.166 13.739,39.087 z"
+ id="path577" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 879.201,438.794 -3.02,-8.591 c -0.162,-0.466 0.08,-0.976 0.545,-1.139 l 4.55,-1.599 -0.312,-0.887 c -0.061,-0.17 0.055,-0.363 0.255,-0.434 l 3.849,-1.354 -9.615,-27.354 c -0.214,-0.609 -0.766,-0.971 -1.23,-0.809 l -20.386,7.166 13.739,39.087 z"
+ id="path579" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 879.201,438.794 -3.02,-8.591 c -0.162,-0.466 0.08,-0.976 0.545,-1.139 l 4.55,-1.599 -0.312,-0.887 c -0.061,-0.17 0.055,-0.363 0.255,-0.434 l 3.849,-1.354 -9.615,-27.354 c -0.214,-0.609 -0.766,-0.971 -1.23,-0.809 l -20.386,7.166 13.739,39.087 z"
+ id="path581" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.31403"
+ y="459.62799"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.713,319.2587)"
+ width="4.4629998"
+ height="2.207"
+ id="rect583" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.31403"
+ y="459.62799"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.713,319.2587)"
+ width="4.4629998"
+ height="2.207"
+ id="rect585" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.31403"
+ y="459.62799"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.713,319.2587)"
+ width="4.4629998"
+ height="2.207"
+ id="rect587" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.31403"
+ y="459.62799"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.713,319.2587)"
+ width="4.4629998"
+ height="2.207"
+ id="rect589" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.86,443.512 -3.37,1.185 c -0.465,0.162 -0.709,0.674 -0.547,1.139 l 0.467,1.326 4.213,-1.48 z"
+ id="path591" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.86,443.512 -3.37,1.185 c -0.465,0.162 -0.709,0.674 -0.547,1.139 l 0.467,1.326 4.213,-1.48 z"
+ id="path593" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.86,443.512 -3.37,1.185 c -0.465,0.162 -0.709,0.674 -0.547,1.139 l 0.467,1.326 4.213,-1.48 z"
+ id="path595" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 880.86,443.512 -3.37,1.185 c -0.465,0.162 -0.709,0.674 -0.547,1.139 l 0.467,1.326 4.213,-1.48 z"
+ id="path597" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.86,443.512 -3.37,1.185 c -0.465,0.162 -0.709,0.674 -0.547,1.139 l 0.467,1.326 4.213,-1.48 z"
+ id="path599" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.86,443.512 -3.37,1.185 c -0.465,0.162 -0.709,0.674 -0.547,1.139 l 0.467,1.326 4.213,-1.48 z"
+ id="path601" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 888.451,510.883 2.811,7.994 c 0.214,0.609 0.764,0.973 1.229,0.808 l 1.854,-0.65 -3.198,-9.099 z"
+ id="path603" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 888.451,510.883 2.811,7.994 c 0.214,0.609 0.764,0.973 1.229,0.808 l 1.854,-0.65 -3.198,-9.099 z"
+ id="path605" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 888.451,510.883 2.811,7.994 c 0.214,0.609 0.764,0.973 1.229,0.808 l 1.854,-0.65 -3.198,-9.099 z"
+ id="path607" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.96698"
+ y="467.03"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-112.3917,320.5772)"
+ width="2.8570001"
+ height="44.641998"
+ id="rect609" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.96698"
+ y="467.03"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-112.3917,320.5772)"
+ width="2.8570001"
+ height="44.641998"
+ id="rect611" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.96698"
+ y="467.03"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-112.3917,320.5772)"
+ width="2.8570001"
+ height="44.641998"
+ id="rect613" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.96698"
+ y="467.03"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-112.3917,320.5772)"
+ width="2.8570001"
+ height="44.641998"
+ id="rect615" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="871.43298"
+ y="458.65302"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-103.8983,315.671)"
+ width="2.8559999"
+ height="7.1389999"
+ id="rect617" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="871.43298"
+ y="458.65302"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-103.8983,315.671)"
+ width="2.8559999"
+ height="7.1389999"
+ id="rect619" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="871.43298"
+ y="458.65302"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-103.8983,315.671)"
+ width="2.8559999"
+ height="7.1389999"
+ id="rect621" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="871.43298"
+ y="458.65302"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-103.8983,315.671)"
+ width="2.8559999"
+ height="7.1389999"
+ id="rect623" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="870.172"
+ y="458.40302"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.7637,314.9393)"
+ width="2.8570001"
+ height="0.46599999"
+ id="rect625" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="870.172"
+ y="458.40302"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.7637,314.9393)"
+ width="2.8570001"
+ height="0.46599999"
+ id="rect627" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="870.172"
+ y="458.40302"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.7637,314.9393)"
+ width="2.8570001"
+ height="0.46599999"
+ id="rect629" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="870.172"
+ y="458.40302"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.7637,314.9393)"
+ width="2.8570001"
+ height="0.46599999"
+ id="rect631" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="870.172"
+ y="458.40302"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.7637,314.9393)"
+ width="2.8570001"
+ height="0.46599999"
+ id="rect633" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 871.28,453.42 c -0.213,-0.61 -0.765,-0.972 -1.23,-0.808 l -1.853,0.651 1.339,3.808 2.695,-0.946 z"
+ id="path635" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 871.28,453.42 c -0.213,-0.61 -0.765,-0.972 -1.23,-0.808 l -1.853,0.651 1.339,3.808 2.695,-0.946 z"
+ id="path637" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 871.28,453.42 c -0.213,-0.61 -0.765,-0.972 -1.23,-0.808 l -1.853,0.651 1.339,3.808 2.695,-0.946 z"
+ id="path639" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 871.28,453.42 c -0.213,-0.61 -0.765,-0.972 -1.23,-0.808 l -1.853,0.651 1.339,3.808 2.695,-0.946 z"
+ id="path641" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 871.28,453.42 c -0.213,-0.61 -0.765,-0.972 -1.23,-0.808 l -1.853,0.651 1.339,3.808 2.695,-0.946 z"
+ id="path643" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.964,426.579 0.312,0.887 4.211,-1.48 -0.419,-1.194 -3.849,1.354 c -0.2,0.07 -0.315,0.263 -0.255,0.433 z"
+ id="path645" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.964,426.579 0.312,0.887 4.211,-1.48 -0.419,-1.194 -3.849,1.354 c -0.2,0.07 -0.315,0.263 -0.255,0.433 z"
+ id="path647" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.964,426.579 0.312,0.887 4.211,-1.48 -0.419,-1.194 -3.849,1.354 c -0.2,0.07 -0.315,0.263 -0.255,0.433 z"
+ id="path649" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 880.964,426.579 0.312,0.887 4.211,-1.48 -0.419,-1.194 -3.849,1.354 c -0.2,0.07 -0.315,0.263 -0.255,0.433 z"
+ id="path651" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 880.964,426.579 0.312,0.887 4.211,-1.48 -0.419,-1.194 -3.849,1.354 c -0.2,0.07 -0.315,0.263 -0.255,0.433 z"
+ id="path653" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.964,426.579 0.312,0.887 4.211,-1.48 -0.419,-1.194 -3.849,1.354 c -0.2,0.07 -0.315,0.263 -0.255,0.433 z"
+ id="path655" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="890.042,452.399 890.67,454.19 894.882,452.709 894.252,450.919 893.412,451.216 "
+ id="polygon657" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="890.042,452.399 890.67,454.19 894.882,452.709 894.252,450.919 893.412,451.216 "
+ id="polygon659" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="890.042,452.399 890.67,454.19 894.882,452.709 894.252,450.919 893.412,451.216 "
+ id="polygon661" />
+ <polygon
+ style="opacity:0.2;fill:#fff6a3"
+ points="890.042,452.399 890.67,454.19 894.882,452.709 894.252,450.919 893.412,451.216 "
+ id="polygon663" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="890.042,452.399 890.67,454.19 894.882,452.709 894.252,450.919 893.412,451.216 "
+ id="polygon665" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 c -0.053,0.31 -0.264,0.585 -0.58,0.698 l 0.841,-0.297 -0.152,-0.439 z"
+ id="path667" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 c -0.053,0.31 -0.264,0.585 -0.58,0.698 l 0.841,-0.297 -0.152,-0.439 z"
+ id="path669" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 c -0.053,0.31 -0.264,0.585 -0.58,0.698 l 0.841,-0.297 -0.152,-0.439 z"
+ id="path671" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 c -0.053,0.31 -0.264,0.585 -0.58,0.698 l 0.841,-0.297 -0.152,-0.439 z"
+ id="path673" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 c -0.053,0.31 -0.264,0.585 -0.58,0.698 l 0.841,-0.297 -0.152,-0.439 z"
+ id="path675" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 c -0.053,0.31 -0.264,0.585 -0.58,0.698 l 0.841,-0.297 -0.152,-0.439 z"
+ id="path677" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="888.47699"
+ y="445.62799"
+ transform="matrix(0.9436,-0.3311,0.3311,0.9436,-98.0035,320.0338)"
+ width="3.572"
+ height="4.0380001"
+ id="rect679" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="888.47699"
+ y="445.62799"
+ transform="matrix(0.9436,-0.3311,0.3311,0.9436,-98.0035,320.0338)"
+ width="3.572"
+ height="4.0380001"
+ id="rect681" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="888.47699"
+ y="445.62799"
+ transform="matrix(0.9436,-0.3311,0.3311,0.9436,-98.0035,320.0338)"
+ width="3.572"
+ height="4.0380001"
+ id="rect683" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="888.47699"
+ y="445.62799"
+ transform="matrix(0.9436,-0.3311,0.3311,0.9436,-98.0035,320.0338)"
+ width="3.572"
+ height="4.0380001"
+ id="rect685" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="888.47699"
+ y="445.62799"
+ transform="matrix(0.9436,-0.3311,0.3311,0.9436,-98.0035,320.0338)"
+ width="3.572"
+ height="4.0380001"
+ id="rect687" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="888.47699"
+ y="445.62799"
+ transform="matrix(0.9436,-0.3311,0.3311,0.9436,-98.0035,320.0338)"
+ width="3.572"
+ height="4.0380001"
+ id="rect689" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="888.47699"
+ y="445.62799"
+ transform="matrix(0.9436,-0.3311,0.3311,0.9436,-98.0035,320.0338)"
+ width="3.572"
+ height="4.0380001"
+ id="rect691" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 -4.104,1.443 0.154,0.438 3.37,-1.184 c 0.316,-0.112 0.527,-0.388 0.58,-0.697 z"
+ id="path693" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 -4.104,1.443 0.154,0.438 3.37,-1.184 c 0.316,-0.112 0.527,-0.388 0.58,-0.697 z"
+ id="path695" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 -4.104,1.443 0.154,0.438 3.37,-1.184 c 0.316,-0.112 0.527,-0.388 0.58,-0.697 z"
+ id="path697" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 -4.104,1.443 0.154,0.438 3.37,-1.184 c 0.316,-0.112 0.527,-0.388 0.58,-0.697 z"
+ id="path699" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 -4.104,1.443 0.154,0.438 3.37,-1.184 c 0.316,-0.112 0.527,-0.388 0.58,-0.697 z"
+ id="path701" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 -4.104,1.443 0.154,0.438 3.37,-1.184 c 0.316,-0.112 0.527,-0.388 0.58,-0.697 z"
+ id="path703" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.992,450.518 -4.104,1.443 0.154,0.438 3.37,-1.184 c 0.316,-0.112 0.527,-0.388 0.58,-0.697 z"
+ id="path705" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 895.323,466.269 c -0.198,0.07 -0.41,-0.01 -0.47,-0.178 l -1.495,-4.254 -5.392,1.896 5.83,16.578 c 0.035,0.103 0.135,0.161 0.223,0.131 l 9.445,-3.319 -4.29,-12.207 z"
+ id="path707" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 895.323,466.269 c -0.198,0.07 -0.41,-0.01 -0.47,-0.178 l -1.495,-4.254 -5.392,1.896 5.83,16.578 c 0.035,0.103 0.135,0.161 0.223,0.131 l 9.445,-3.319 -4.29,-12.207 z"
+ id="path709" />
+ <path
+ style="opacity:0.4;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 895.323,466.269 c -0.198,0.07 -0.41,-0.01 -0.47,-0.178 l -1.495,-4.254 -5.392,1.896 5.83,16.578 c 0.035,0.103 0.135,0.161 0.223,0.131 l 9.445,-3.319 -4.29,-12.207 z"
+ id="path711" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 895.323,466.269 c -0.198,0.07 -0.41,-0.01 -0.47,-0.178 l -1.495,-4.254 -5.392,1.896 5.83,16.578 c 0.035,0.103 0.135,0.161 0.223,0.131 l 9.445,-3.319 -4.29,-12.207 z"
+ id="path713" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 891.48,457.124 -5.194,1.826 0.732,2.08 5.392,-1.895 -0.768,-2.182 c 0.02,0.058 -0.052,0.133 -0.162,0.171 z"
+ id="path715" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 891.48,457.124 -5.194,1.826 0.732,2.08 5.392,-1.895 -0.768,-2.182 c 0.02,0.058 -0.052,0.133 -0.162,0.171 z"
+ id="path717" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 891.48,457.124 -5.194,1.826 0.732,2.08 5.392,-1.895 -0.768,-2.182 c 0.02,0.058 -0.052,0.133 -0.162,0.171 z"
+ id="path719" />
+ <path
+ style="opacity:0.4;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 891.48,457.124 -5.194,1.826 0.732,2.08 5.392,-1.895 -0.768,-2.182 c 0.02,0.058 -0.052,0.133 -0.162,0.171 z"
+ id="path721" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 891.48,457.124 -5.194,1.826 0.732,2.08 5.392,-1.895 -0.768,-2.182 c 0.02,0.058 -0.052,0.133 -0.162,0.171 z"
+ id="path723" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.358,461.837 1.495,4.254 c 0.06,0.168 0.271,0.248 0.47,0.178 l 3.852,-1.354 -0.372,-1.052 -1.231,-3.507 z"
+ id="path725" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.358,461.837 1.495,4.254 c 0.06,0.168 0.271,0.248 0.47,0.178 l 3.852,-1.354 -0.372,-1.052 -1.231,-3.507 z"
+ id="path727" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 893.358,461.837 1.495,4.254 c 0.06,0.168 0.271,0.248 0.47,0.178 l 3.852,-1.354 -0.372,-1.052 -1.231,-3.507 z"
+ id="path729" />
+ <path
+ style="opacity:0.4;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 893.358,461.837 1.495,4.254 c 0.06,0.168 0.271,0.248 0.47,0.178 l 3.852,-1.354 -0.372,-1.052 -1.231,-3.507 z"
+ id="path731" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.358,461.837 1.495,4.254 c 0.06,0.168 0.271,0.248 0.47,0.178 l 3.852,-1.354 -0.372,-1.052 -1.231,-3.507 z"
+ id="path733" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="894.882,452.709 890.67,454.19 891.642,456.954 892.41,459.136 896.623,457.654 "
+ id="polygon735" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="894.882,452.709 890.67,454.19 891.642,456.954 892.41,459.136 896.623,457.654 "
+ id="polygon737" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="894.882,452.709 890.67,454.19 891.642,456.954 892.41,459.136 896.623,457.654 "
+ id="polygon739" />
+ <polygon
+ style="opacity:0.2;fill:#fff6a3"
+ points="894.882,452.709 890.67,454.19 891.642,456.954 892.41,459.136 896.623,457.654 "
+ id="polygon741" />
+ <polygon
+ style="opacity:0.4;fill:#fff6a3"
+ points="894.882,452.709 890.67,454.19 891.642,456.954 892.41,459.136 896.623,457.654 "
+ id="polygon743" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="894.882,452.709 890.67,454.19 891.642,456.954 892.41,459.136 896.623,457.654 "
+ id="polygon745" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.34497"
+ y="440.48901"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-96.4515,317.8753)"
+ width="5.7129998"
+ height="2.1359999"
+ id="rect747" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.34497"
+ y="440.48901"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-96.4515,317.8753)"
+ width="5.7129998"
+ height="2.1359999"
+ id="rect749" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.34497"
+ y="440.48901"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-96.4515,317.8753)"
+ width="5.7129998"
+ height="2.1359999"
+ id="rect751" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="880.34497"
+ y="440.48901"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-96.4515,317.8753)"
+ width="5.7129998"
+ height="2.1359999"
+ id="rect753" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.34497"
+ y="440.48901"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-96.4515,317.8753)"
+ width="5.7129998"
+ height="2.1359999"
+ id="rect755" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.34497"
+ y="440.48901"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-96.4515,317.8753)"
+ width="5.7129998"
+ height="2.1359999"
+ id="rect757" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 881.276,427.466 -4.55,1.599 c -0.465,0.163 -0.707,0.673 -0.545,1.139 l 3.02,8.591 5.392,-1.895 z"
+ id="path759" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 881.276,427.466 -4.55,1.599 c -0.465,0.163 -0.707,0.673 -0.545,1.139 l 3.02,8.591 5.392,-1.895 z"
+ id="path761" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 881.276,427.466 -4.55,1.599 c -0.465,0.163 -0.707,0.673 -0.545,1.139 l 3.02,8.591 5.392,-1.895 z"
+ id="path763" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 881.276,427.466 -4.55,1.599 c -0.465,0.163 -0.707,0.673 -0.545,1.139 l 3.02,8.591 5.392,-1.895 z"
+ id="path765" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 881.276,427.466 -4.55,1.599 c -0.465,0.163 -0.707,0.673 -0.545,1.139 l 3.02,8.591 5.392,-1.895 z"
+ id="path767" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 881.276,427.466 -4.55,1.599 c -0.465,0.163 -0.707,0.673 -0.545,1.139 l 3.02,8.591 5.392,-1.895 z"
+ id="path769" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.78699"
+ y="440.79099"
+ transform="matrix(0.3322,0.9432,-0.9432,0.3322,1008.7016,-537.4744)"
+ width="2.299"
+ height="5.7129998"
+ id="rect771" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.78699"
+ y="440.79099"
+ transform="matrix(0.3322,0.9432,-0.9432,0.3322,1008.7016,-537.4744)"
+ width="2.299"
+ height="5.7129998"
+ id="rect773" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.78699"
+ y="440.79099"
+ transform="matrix(0.3322,0.9432,-0.9432,0.3322,1008.7016,-537.4744)"
+ width="2.299"
+ height="5.7129998"
+ id="rect775" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="882.78699"
+ y="440.79099"
+ transform="matrix(0.3322,0.9432,-0.9432,0.3322,1008.7016,-537.4744)"
+ width="2.299"
+ height="5.7129998"
+ id="rect777" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.78699"
+ y="440.79099"
+ transform="matrix(0.3322,0.9432,-0.9432,0.3322,1008.7016,-537.4744)"
+ width="2.299"
+ height="5.7129998"
+ id="rect779" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.78699"
+ y="440.79099"
+ transform="matrix(0.3322,0.9432,-0.9432,0.3322,1008.7016,-537.4744)"
+ width="2.299"
+ height="5.7129998"
+ id="rect781" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="882.78699"
+ y="440.79099"
+ transform="matrix(0.3322,0.9432,-0.9432,0.3322,1008.7016,-537.4744)"
+ width="2.299"
+ height="5.7129998"
+ id="rect783" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.962,435.715 -1.125,-3.2 c -0.166,-0.465 0.08,-0.975 0.545,-1.139 l -1.896,-5.391 -4.211,1.48 3.316,9.434 z"
+ id="path785" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.962,435.715 -1.125,-3.2 c -0.166,-0.465 0.08,-0.975 0.545,-1.139 l -1.896,-5.391 -4.211,1.48 3.316,9.434 z"
+ id="path787" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.962,435.715 -1.125,-3.2 c -0.166,-0.465 0.08,-0.975 0.545,-1.139 l -1.896,-5.391 -4.211,1.48 3.316,9.434 z"
+ id="path789" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 887.962,435.715 -1.125,-3.2 c -0.166,-0.465 0.08,-0.975 0.545,-1.139 l -1.896,-5.391 -4.211,1.48 3.316,9.434 z"
+ id="path791" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 887.962,435.715 -1.125,-3.2 c -0.166,-0.465 0.08,-0.975 0.545,-1.139 l -1.896,-5.391 -4.211,1.48 3.316,9.434 z"
+ id="path793" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.962,435.715 -1.125,-3.2 c -0.166,-0.465 0.08,-0.975 0.545,-1.139 l -1.896,-5.391 -4.211,1.48 3.316,9.434 z"
+ id="path795" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.962,435.715 -1.125,-3.2 c -0.166,-0.465 0.08,-0.975 0.545,-1.139 l -1.896,-5.391 -4.211,1.48 3.316,9.434 z"
+ id="path797" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.51398"
+ y="438.23199"
+ transform="matrix(0.3327,0.943,-0.943,0.3327,1007.2826,-543.3893)"
+ width="2.1340001"
+ height="3.5699999"
+ id="rect799" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.51398"
+ y="438.23199"
+ transform="matrix(0.3327,0.943,-0.943,0.3327,1007.2826,-543.3893)"
+ width="2.1340001"
+ height="3.5699999"
+ id="rect801" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.51398"
+ y="438.23199"
+ transform="matrix(0.3327,0.943,-0.943,0.3327,1007.2826,-543.3893)"
+ width="2.1340001"
+ height="3.5699999"
+ id="rect803" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="886.51398"
+ y="438.23199"
+ transform="matrix(0.3327,0.943,-0.943,0.3327,1007.2826,-543.3893)"
+ width="2.1340001"
+ height="3.5699999"
+ id="rect805" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="886.51398"
+ y="438.23199"
+ transform="matrix(0.3327,0.943,-0.943,0.3327,1007.2826,-543.3893)"
+ width="2.1340001"
+ height="3.5699999"
+ id="rect807" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.51398"
+ y="438.23199"
+ transform="matrix(0.3327,0.943,-0.943,0.3327,1007.2826,-543.3893)"
+ width="2.1340001"
+ height="3.5699999"
+ id="rect809" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.51398"
+ y="438.23199"
+ transform="matrix(0.3327,0.943,-0.943,0.3327,1007.2826,-543.3893)"
+ width="2.1340001"
+ height="3.5699999"
+ id="rect811" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.14203"
+ y="443.63599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1015.5203,-541.3357)"
+ width="0.67900002"
+ height="3.573"
+ id="rect813" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.14203"
+ y="443.63599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1015.5203,-541.3357)"
+ width="0.67900002"
+ height="3.573"
+ id="rect815" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.14203"
+ y="443.63599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1015.5203,-541.3357)"
+ width="0.67900002"
+ height="3.573"
+ id="rect817" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="889.14203"
+ y="443.63599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1015.5203,-541.3357)"
+ width="0.67900002"
+ height="3.573"
+ id="rect819" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.14203"
+ y="443.63599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1015.5203,-541.3357)"
+ width="0.67900002"
+ height="3.573"
+ id="rect821" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="889.14203"
+ y="443.63599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1015.5203,-541.3357)"
+ width="0.67900002"
+ height="3.573"
+ id="rect823" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.14203"
+ y="443.63599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1015.5203,-541.3357)"
+ width="0.67900002"
+ height="3.573"
+ id="rect825" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.14203"
+ y="443.63599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1015.5203,-541.3357)"
+ width="0.67900002"
+ height="3.573"
+ id="rect827" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.53003"
+ y="440.95901"
+ transform="matrix(0.9434,-0.3315,0.3315,0.9434,-96.3315,319.4956)"
+ width="3.573"
+ height="2.299"
+ id="rect829" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.53003"
+ y="440.95901"
+ transform="matrix(0.9434,-0.3315,0.3315,0.9434,-96.3315,319.4956)"
+ width="3.573"
+ height="2.299"
+ id="rect831" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.53003"
+ y="440.95901"
+ transform="matrix(0.9434,-0.3315,0.3315,0.9434,-96.3315,319.4956)"
+ width="3.573"
+ height="2.299"
+ id="rect833" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="886.53003"
+ y="440.95901"
+ transform="matrix(0.9434,-0.3315,0.3315,0.9434,-96.3315,319.4956)"
+ width="3.573"
+ height="2.299"
+ id="rect835" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.53003"
+ y="440.95901"
+ transform="matrix(0.9434,-0.3315,0.3315,0.9434,-96.3315,319.4956)"
+ width="3.573"
+ height="2.299"
+ id="rect837" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="886.53003"
+ y="440.95901"
+ transform="matrix(0.9434,-0.3315,0.3315,0.9434,-96.3315,319.4956)"
+ width="3.573"
+ height="2.299"
+ id="rect839" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.53003"
+ y="440.95901"
+ transform="matrix(0.9434,-0.3315,0.3315,0.9434,-96.3315,319.4956)"
+ width="3.573"
+ height="2.299"
+ id="rect841" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="886.53003"
+ y="440.95901"
+ transform="matrix(0.9434,-0.3315,0.3315,0.9434,-96.3315,319.4956)"
+ width="3.573"
+ height="2.299"
+ id="rect843" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.92297"
+ y="444.88901"
+ transform="matrix(-0.9429,0.3329,-0.3329,-0.9429,1882.6193,571.2168)"
+ width="0.89200002"
+ height="4.0359998"
+ id="rect845" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.92297"
+ y="444.88901"
+ transform="matrix(-0.9429,0.3329,-0.3329,-0.9429,1882.6193,571.2168)"
+ width="0.89200002"
+ height="4.0359998"
+ id="rect847" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.92297"
+ y="444.88901"
+ transform="matrix(-0.9429,0.3329,-0.3329,-0.9429,1882.6193,571.2168)"
+ width="0.89200002"
+ height="4.0359998"
+ id="rect849" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="891.92297"
+ y="444.88901"
+ transform="matrix(-0.9429,0.3329,-0.3329,-0.9429,1882.6193,571.2168)"
+ width="0.89200002"
+ height="4.0359998"
+ id="rect851" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.92297"
+ y="444.88901"
+ transform="matrix(-0.9429,0.3329,-0.3329,-0.9429,1882.6193,571.2168)"
+ width="0.89200002"
+ height="4.0359998"
+ id="rect853" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="891.92297"
+ y="444.88901"
+ transform="matrix(-0.9429,0.3329,-0.3329,-0.9429,1882.6193,571.2168)"
+ width="0.89200002"
+ height="4.0359998"
+ id="rect855" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.92297"
+ y="444.88901"
+ transform="matrix(-0.9429,0.3329,-0.3329,-0.9429,1882.6193,571.2168)"
+ width="0.89200002"
+ height="4.0359998"
+ id="rect857" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.92297"
+ y="444.88901"
+ transform="matrix(-0.9429,0.3329,-0.3329,-0.9429,1882.6193,571.2168)"
+ width="0.89200002"
+ height="4.0359998"
+ id="rect859" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.23999"
+ y="438.20999"
+ transform="matrix(0.9432,-0.3322,0.3322,0.9432,-95.4077,320.5515)"
+ width="0.89399999"
+ height="2.1340001"
+ id="rect861" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.23999"
+ y="438.20999"
+ transform="matrix(0.9432,-0.3322,0.3322,0.9432,-95.4077,320.5515)"
+ width="0.89399999"
+ height="2.1340001"
+ id="rect863" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.23999"
+ y="438.20999"
+ transform="matrix(0.9432,-0.3322,0.3322,0.9432,-95.4077,320.5515)"
+ width="0.89399999"
+ height="2.1340001"
+ id="rect865" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="889.23999"
+ y="438.20999"
+ transform="matrix(0.9432,-0.3322,0.3322,0.9432,-95.4077,320.5515)"
+ width="0.89399999"
+ height="2.1340001"
+ id="rect867" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="889.23999"
+ y="438.20999"
+ transform="matrix(0.9432,-0.3322,0.3322,0.9432,-95.4077,320.5515)"
+ width="0.89399999"
+ height="2.1340001"
+ id="rect869" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.23999"
+ y="438.20999"
+ transform="matrix(0.9432,-0.3322,0.3322,0.9432,-95.4077,320.5515)"
+ width="0.89399999"
+ height="2.1340001"
+ id="rect871" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.23999"
+ y="438.20999"
+ transform="matrix(0.9432,-0.3322,0.3322,0.9432,-95.4077,320.5515)"
+ width="0.89399999"
+ height="2.1340001"
+ id="rect873" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.23999"
+ y="438.20999"
+ transform="matrix(0.9432,-0.3322,0.3322,0.9432,-95.4077,320.5515)"
+ width="0.89399999"
+ height="2.1340001"
+ id="rect875" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.382,431.376 c -0.465,0.164 -0.711,0.674 -0.545,1.139 l 1.125,3.2 0.843,-0.296 z"
+ id="path877" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.382,431.376 c -0.465,0.164 -0.711,0.674 -0.545,1.139 l 1.125,3.2 0.843,-0.296 z"
+ id="path879" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.382,431.376 c -0.465,0.164 -0.711,0.674 -0.545,1.139 l 1.125,3.2 0.843,-0.296 z"
+ id="path881" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 887.382,431.376 c -0.465,0.164 -0.711,0.674 -0.545,1.139 l 1.125,3.2 0.843,-0.296 z"
+ id="path883" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 887.382,431.376 c -0.465,0.164 -0.711,0.674 -0.545,1.139 l 1.125,3.2 0.843,-0.296 z"
+ id="path885" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.382,431.376 c -0.465,0.164 -0.711,0.674 -0.545,1.139 l 1.125,3.2 0.843,-0.296 z"
+ id="path887" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.382,431.376 c -0.465,0.164 -0.711,0.674 -0.545,1.139 l 1.125,3.2 0.843,-0.296 z"
+ id="path889" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.382,431.376 c -0.465,0.164 -0.711,0.674 -0.545,1.139 l 1.125,3.2 0.843,-0.296 z"
+ id="path891" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.27301"
+ y="440.923"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ width="2.3"
+ height="0.89200002"
+ id="rect893" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.27301"
+ y="440.923"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ width="2.3"
+ height="0.89200002"
+ id="rect895" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.27301"
+ y="440.923"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ width="2.3"
+ height="0.89200002"
+ id="rect897" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="889.27301"
+ y="440.923"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ width="2.3"
+ height="0.89200002"
+ id="rect899" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.27301"
+ y="440.923"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ width="2.3"
+ height="0.89200002"
+ id="rect901" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="889.27301"
+ y="440.923"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ width="2.3"
+ height="0.89200002"
+ id="rect903" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.27301"
+ y="440.923"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ width="2.3"
+ height="0.89200002"
+ id="rect905" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.27301"
+ y="440.923"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ width="2.3"
+ height="0.89200002"
+ id="rect907" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="889.27301"
+ y="440.923"
+ transform="matrix(0.3312,0.9436,-0.9436,0.3312,1011.9513,-544.9827)"
+ width="2.3"
+ height="0.89200002"
+ id="rect909" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.24799"
+ y="444.23599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ width="0.67900002"
+ height="0.89200002"
+ id="rect911" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.24799"
+ y="444.23599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ width="0.67900002"
+ height="0.89200002"
+ id="rect913" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.24799"
+ y="444.23599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ width="0.67900002"
+ height="0.89200002"
+ id="rect915" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="891.24799"
+ y="444.23599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ width="0.67900002"
+ height="0.89200002"
+ id="rect917" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.24799"
+ y="444.23599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ width="0.67900002"
+ height="0.89200002"
+ id="rect919" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="891.24799"
+ y="444.23599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ width="0.67900002"
+ height="0.89200002"
+ id="rect921" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.24799"
+ y="444.23599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ width="0.67900002"
+ height="0.89200002"
+ id="rect923" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.24799"
+ y="444.23599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ width="0.67900002"
+ height="0.89200002"
+ id="rect925" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="891.24799"
+ y="444.23599"
+ transform="matrix(0.3309,0.9437,-0.9437,0.3309,1016.2313,-543.8188)"
+ width="0.67900002"
+ height="0.89200002"
+ id="rect927" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="904.84003"
+ y="414.806"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1007.5962,-589.655)"
+ width="30.157"
+ height="2.859"
+ id="rect929" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="904.84003"
+ y="414.806"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1007.5962,-589.655)"
+ width="30.157"
+ height="2.859"
+ id="rect931" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="904.84003"
+ y="414.806"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1007.5962,-589.655)"
+ width="30.157"
+ height="2.859"
+ id="rect933" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="924.94397"
+ y="432.23801"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1944.4392,537.4492)"
+ width="2.8570001"
+ height="4.7140002"
+ id="rect935" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="924.94397"
+ y="432.23801"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1944.4392,537.4492)"
+ width="2.8570001"
+ height="4.7140002"
+ id="rect937" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="924.94397"
+ y="432.23801"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1944.4392,537.4492)"
+ width="2.8570001"
+ height="4.7140002"
+ id="rect939" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 886.547,386.995 -0.66,-1.881 c -0.698,0.162 -1.395,0.336 -2.089,0.52 l 0.728,2.073 z"
+ id="path941" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 886.547,386.995 -0.66,-1.881 c -0.698,0.162 -1.395,0.336 -2.089,0.52 l 0.728,2.073 z"
+ id="path943" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 886.547,386.995 -0.66,-1.881 c -0.698,0.162 -1.395,0.336 -2.089,0.52 l 0.728,2.073 z"
+ id="path945" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="918.14001"
+ y="433.88599"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1935.8896,542.0336)"
+ width="7.086"
+ height="4.7140002"
+ id="rect947" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="918.14001"
+ y="433.88599"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1935.8896,542.0336)"
+ width="7.086"
+ height="4.7140002"
+ id="rect949" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="918.14001"
+ y="433.88599"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1935.8896,542.0336)"
+ width="7.086"
+ height="4.7140002"
+ id="rect951" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="918.14001"
+ y="433.88599"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1935.8896,542.0336)"
+ width="7.086"
+ height="4.7140002"
+ id="rect953" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 910.839,416.077 6.048,17.207 6.686,-2.35 -10.002,-28.451 -18.362,6.455 c -0.468,0.164 -0.977,-0.08 -1.139,-0.547 l -7.522,-21.396 -2.021,0.712 11.661,33.175 14.183,-4.984 c 0.199,-0.07 0.408,0.009 0.468,0.179 z"
+ id="path955" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 910.839,416.077 6.048,17.207 6.686,-2.35 -10.002,-28.451 -18.362,6.455 c -0.468,0.164 -0.977,-0.08 -1.139,-0.547 l -7.522,-21.396 -2.021,0.712 11.661,33.175 14.183,-4.984 c 0.199,-0.07 0.408,0.009 0.468,0.179 z"
+ id="path957" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 910.839,416.077 6.048,17.207 6.686,-2.35 -10.002,-28.451 -18.362,6.455 c -0.468,0.164 -0.977,-0.08 -1.139,-0.547 l -7.522,-21.396 -2.021,0.712 11.661,33.175 14.183,-4.984 c 0.199,-0.07 0.408,0.009 0.468,0.179 z"
+ id="path959" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 910.839,416.077 6.048,17.207 6.686,-2.35 -10.002,-28.451 -18.362,6.455 c -0.468,0.164 -0.977,-0.08 -1.139,-0.547 l -7.522,-21.396 -2.021,0.712 11.661,33.175 14.183,-4.984 c 0.199,-0.07 0.408,0.009 0.468,0.179 z"
+ id="path961" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 928.967,446.285 2.563,-0.899 c 0.023,-0.204 0,-0.424 -0.077,-0.644 l -2.157,-6.142 -2.695,0.947 z"
+ id="path963" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 928.967,446.285 2.563,-0.899 c 0.023,-0.204 0,-0.424 -0.077,-0.644 l -2.157,-6.142 -2.695,0.947 z"
+ id="path965" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 928.967,446.285 2.563,-0.899 c 0.023,-0.204 0,-0.424 -0.077,-0.644 l -2.157,-6.142 -2.695,0.947 z"
+ id="path967" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="920.89899"
+ y="440.521"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1943.8555,556.3701)"
+ width="7.086"
+ height="7.1409998"
+ id="rect969" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="920.89899"
+ y="440.521"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1943.8555,556.3701)"
+ width="7.086"
+ height="7.1409998"
+ id="rect971" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="920.89899"
+ y="440.521"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1943.8555,556.3701)"
+ width="7.086"
+ height="7.1409998"
+ id="rect973" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="920.89899"
+ y="440.521"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1943.8555,556.3701)"
+ width="7.086"
+ height="7.1409998"
+ id="rect975" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="927.64001"
+ y="437.427"
+ transform="matrix(-0.3326,-0.9431,0.9431,-0.3326,822.611,1459.8647)"
+ width="0.46399999"
+ height="2.8570001"
+ id="rect977" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="927.64001"
+ y="437.427"
+ transform="matrix(-0.3326,-0.9431,0.9431,-0.3326,822.611,1459.8647)"
+ width="0.46399999"
+ height="2.8570001"
+ id="rect979" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="927.64001"
+ y="437.427"
+ transform="matrix(-0.3326,-0.9431,0.9431,-0.3326,822.611,1459.8647)"
+ width="0.46399999"
+ height="2.8570001"
+ id="rect981" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="927.64001"
+ y="437.427"
+ transform="matrix(-0.3326,-0.9431,0.9431,-0.3326,822.611,1459.8647)"
+ width="0.46399999"
+ height="2.8570001"
+ id="rect983" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.63898"
+ y="440.272"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1940.2162,549.8165)"
+ width="7.086"
+ height="0.46399999"
+ id="rect985" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.63898"
+ y="440.272"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1940.2162,549.8165)"
+ width="7.086"
+ height="0.46399999"
+ id="rect987" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.63898"
+ y="440.272"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1940.2162,549.8165)"
+ width="7.086"
+ height="0.46399999"
+ id="rect989" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="919.63898"
+ y="440.272"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1940.2162,549.8165)"
+ width="7.086"
+ height="0.46399999"
+ id="rect991" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.63898"
+ y="440.272"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1940.2162,549.8165)"
+ width="7.086"
+ height="0.46399999"
+ id="rect993" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 916.268,401.536 -6.337,-18.025 c -1.033,-0.099 -2.07,-0.178 -3.111,-0.234 l 6.751,19.207 z"
+ id="path995" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 916.268,401.536 -6.337,-18.025 c -1.033,-0.099 -2.07,-0.178 -3.111,-0.234 l 6.751,19.207 z"
+ id="path997" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 916.268,401.536 -6.337,-18.025 c -1.033,-0.099 -2.07,-0.178 -3.111,-0.234 l 6.751,19.207 z"
+ id="path999" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 916.268,401.536 -6.337,-18.025 c -1.033,-0.099 -2.07,-0.178 -3.111,-0.234 l 6.751,19.207 z"
+ id="path1001" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.739,383.414 c -3.612,0.294 -7.239,0.858 -10.852,1.7 l 0.66,1.881 z"
+ id="path1003" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.739,383.414 c -3.612,0.294 -7.239,0.858 -10.852,1.7 l 0.66,1.881 z"
+ id="path1005" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.739,383.414 c -3.612,0.294 -7.239,0.858 -10.852,1.7 l 0.66,1.881 z"
+ id="path1007" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 896.739,383.414 c -3.612,0.294 -7.239,0.858 -10.852,1.7 l 0.66,1.881 z"
+ id="path1009" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.07,408.392 c 0.162,0.467 0.671,0.711 1.139,0.547 l 18.362,-6.455 -6.751,-19.207 c -3.335,-0.181 -6.703,-0.139 -10.081,0.138 l -10.191,3.581 z"
+ id="path1011" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.07,408.392 c 0.162,0.467 0.671,0.711 1.139,0.547 l 18.362,-6.455 -6.751,-19.207 c -3.335,-0.181 -6.703,-0.139 -10.081,0.138 l -10.191,3.581 z"
+ id="path1013" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.07,408.392 c 0.162,0.467 0.671,0.711 1.139,0.547 l 18.362,-6.455 -6.751,-19.207 c -3.335,-0.181 -6.703,-0.139 -10.081,0.138 l -10.191,3.581 z"
+ id="path1015" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.07,408.392 c 0.162,0.467 0.671,0.711 1.139,0.547 l 18.362,-6.455 -6.751,-19.207 c -3.335,-0.181 -6.703,-0.139 -10.081,0.138 l -10.191,3.581 z"
+ id="path1017" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.07,408.392 c 0.162,0.467 0.671,0.711 1.139,0.547 l 18.362,-6.455 -6.751,-19.207 c -3.335,-0.181 -6.703,-0.139 -10.081,0.138 l -10.191,3.581 z"
+ id="path1019" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 904.904,425.218 c 0.467,-0.165 0.976,0.08 1.14,0.545 l 3.546,10.088 7.298,-2.566 -6.048,-17.207 c -0.061,-0.17 -0.27,-0.249 -0.47,-0.18 l -14.183,4.984 2.314,6.586 z"
+ id="path1021" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 904.904,425.218 c 0.467,-0.165 0.976,0.08 1.14,0.545 l 3.546,10.088 7.298,-2.566 -6.048,-17.207 c -0.061,-0.17 -0.27,-0.249 -0.47,-0.18 l -14.183,4.984 2.314,6.586 z"
+ id="path1023" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 904.904,425.218 c 0.467,-0.165 0.976,0.08 1.14,0.545 l 3.546,10.088 7.298,-2.566 -6.048,-17.207 c -0.061,-0.17 -0.27,-0.249 -0.47,-0.18 l -14.183,4.984 2.314,6.586 z"
+ id="path1025" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 904.904,425.218 c 0.467,-0.165 0.976,0.08 1.14,0.545 l 3.546,10.088 7.298,-2.566 -6.048,-17.207 c -0.061,-0.17 -0.27,-0.249 -0.47,-0.18 l -14.183,4.984 2.314,6.586 z"
+ id="path1027" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 904.904,425.218 c 0.467,-0.165 0.976,0.08 1.14,0.545 l 3.546,10.088 7.298,-2.566 -6.048,-17.207 c -0.061,-0.17 -0.27,-0.249 -0.47,-0.18 l -14.183,4.984 2.314,6.586 z"
+ id="path1029" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="912.33398"
+ y="434.832"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1025.53,-569.6814)"
+ width="4.7160001"
+ height="7.737"
+ id="rect1031" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="912.33398"
+ y="434.832"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1025.53,-569.6814)"
+ width="4.7160001"
+ height="7.737"
+ id="rect1033" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="912.33398"
+ y="434.832"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1025.53,-569.6814)"
+ width="4.7160001"
+ height="7.737"
+ id="rect1035" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="912.33398"
+ y="434.832"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1025.53,-569.6814)"
+ width="4.7160001"
+ height="7.737"
+ id="rect1037" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="912.33398"
+ y="434.832"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1025.53,-569.6814)"
+ width="4.7160001"
+ height="7.737"
+ id="rect1039" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.531,453.151 c 0.077,0.219 0.198,0.404 0.343,0.549 l 14.409,-5.064 -2.366,-6.737 -14.544,5.113 z"
+ id="path1041" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.531,453.151 c 0.077,0.219 0.198,0.404 0.343,0.549 l 14.409,-5.064 -2.366,-6.737 -14.544,5.113 z"
+ id="path1043" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 907.531,453.151 c 0.077,0.219 0.198,0.404 0.343,0.549 l 14.409,-5.064 -2.366,-6.737 -14.544,5.113 z"
+ id="path1045" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 907.531,453.151 c 0.077,0.219 0.198,0.404 0.343,0.549 l 14.409,-5.064 -2.366,-6.737 -14.544,5.113 z"
+ id="path1047" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.531,453.151 c 0.077,0.219 0.198,0.404 0.343,0.549 l 14.409,-5.064 -2.366,-6.737 -14.544,5.113 z"
+ id="path1049" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="904.85901"
+ y="444.00201"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1920.8193,560.6502)"
+ width="15.417"
+ height="0.46599999"
+ id="rect1051" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="904.85901"
+ y="444.00201"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1920.8193,560.6502)"
+ width="15.417"
+ height="0.46599999"
+ id="rect1053" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="904.85901"
+ y="444.00201"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1920.8193,560.6502)"
+ width="15.417"
+ height="0.46599999"
+ id="rect1055" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="904.85901"
+ y="444.00201"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1920.8193,560.6502)"
+ width="15.417"
+ height="0.46599999"
+ id="rect1057" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="904.85901"
+ y="444.00201"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1920.8193,560.6502)"
+ width="15.417"
+ height="0.46599999"
+ id="rect1059" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="904.85901"
+ y="444.00201"
+ transform="matrix(-0.9434,0.3317,-0.3317,-0.9434,1920.8193,560.6502)"
+ width="15.417"
+ height="0.46599999"
+ id="rect1061" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 906.497,429.2 c 0.302,-0.105 0.549,-0.178 0.555,-0.161 l 0.93,2.642 c 0.005,0.018 -0.231,0.115 -0.534,0.222 l -6.572,2.312 1.47,4.183 7.245,-2.546 -3.546,-10.088 c -0.164,-0.465 -0.673,-0.71 -1.14,-0.545 l -6.402,2.25 1.423,4.043 z"
+ id="path1063" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 906.497,429.2 c 0.302,-0.105 0.549,-0.178 0.555,-0.161 l 0.93,2.642 c 0.005,0.018 -0.231,0.115 -0.534,0.222 l -6.572,2.312 1.47,4.183 7.245,-2.546 -3.546,-10.088 c -0.164,-0.465 -0.673,-0.71 -1.14,-0.545 l -6.402,2.25 1.423,4.043 z"
+ id="path1065" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 906.497,429.2 c 0.302,-0.105 0.549,-0.178 0.555,-0.161 l 0.93,2.642 c 0.005,0.018 -0.231,0.115 -0.534,0.222 l -6.572,2.312 1.47,4.183 7.245,-2.546 -3.546,-10.088 c -0.164,-0.465 -0.673,-0.71 -1.14,-0.545 l -6.402,2.25 1.423,4.043 z"
+ id="path1067" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 906.497,429.2 c 0.302,-0.105 0.549,-0.178 0.555,-0.161 l 0.93,2.642 c 0.005,0.018 -0.231,0.115 -0.534,0.222 l -6.572,2.312 1.47,4.183 7.245,-2.546 -3.546,-10.088 c -0.164,-0.465 -0.673,-0.71 -1.14,-0.545 l -6.402,2.25 1.423,4.043 z"
+ id="path1069" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 906.497,429.2 c 0.302,-0.105 0.549,-0.178 0.555,-0.161 l 0.93,2.642 c 0.005,0.018 -0.231,0.115 -0.534,0.222 l -6.572,2.312 1.47,4.183 7.245,-2.546 -3.546,-10.088 c -0.164,-0.465 -0.673,-0.71 -1.14,-0.545 l -6.402,2.25 1.423,4.043 z"
+ id="path1071" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 906.497,429.2 c 0.302,-0.105 0.549,-0.178 0.555,-0.161 l 0.93,2.642 c 0.005,0.018 -0.231,0.115 -0.534,0.222 l -6.572,2.312 1.47,4.183 7.245,-2.546 -3.546,-10.088 c -0.164,-0.465 -0.673,-0.71 -1.14,-0.545 l -6.402,2.25 1.423,4.043 z"
+ id="path1073" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="905.06201"
+ y="437.41699"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1023.079,-561.1106)"
+ width="4.7160001"
+ height="7.6810002"
+ id="rect1075" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="905.06201"
+ y="437.41699"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1023.079,-561.1106)"
+ width="4.7160001"
+ height="7.6810002"
+ id="rect1077" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="905.06201"
+ y="437.41699"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1023.079,-561.1106)"
+ width="4.7160001"
+ height="7.6810002"
+ id="rect1079" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="905.06201"
+ y="437.41699"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1023.079,-561.1106)"
+ width="4.7160001"
+ height="7.6810002"
+ id="rect1081" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="905.06201"
+ y="437.41699"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1023.079,-561.1106)"
+ width="4.7160001"
+ height="7.6810002"
+ id="rect1083" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="905.06201"
+ y="437.41699"
+ transform="matrix(0.3313,0.9435,-0.9435,0.3313,1023.079,-561.1106)"
+ width="4.7160001"
+ height="7.6810002"
+ id="rect1085" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 929.275,506.754 6.443,18.33 c 8.181,-4.003 15.36,-9.361 21.357,-15.704 l -3.878,-11.034 z"
+ id="path1087" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 929.275,506.754 6.443,18.33 c 8.181,-4.003 15.36,-9.361 21.357,-15.704 l -3.878,-11.034 z"
+ id="path1089" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="937.90698"
+ y="487.513"
+ transform="matrix(-0.3318,-0.9433,0.9433,-0.3318,780.6106,1553.2924)"
+ width="5"
+ height="25.357"
+ id="rect1091" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="937.90698"
+ y="487.513"
+ transform="matrix(-0.3318,-0.9433,0.9433,-0.3318,780.6106,1553.2924)"
+ width="5"
+ height="25.357"
+ id="rect1093" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="937.90698"
+ y="487.513"
+ transform="matrix(-0.3318,-0.9433,0.9433,-0.3318,780.6106,1553.2924)"
+ width="5"
+ height="25.357"
+ id="rect1095" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 943.88,491.398 -17.804,6.26 1.539,4.379 23.925,-8.41 -14.468,-41.153 c -0.152,-0.432 -0.652,-0.65 -1.116,-0.486 l -4.438,1.559 12.908,36.714 c 0.163,0.464 -0.081,0.974 -0.546,1.137 z"
+ id="path1097" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 943.88,491.398 -17.804,6.26 1.539,4.379 23.925,-8.41 -14.468,-41.153 c -0.152,-0.432 -0.652,-0.65 -1.116,-0.486 l -4.438,1.559 12.908,36.714 c 0.163,0.464 -0.081,0.974 -0.546,1.137 z"
+ id="path1099" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 943.88,491.398 -17.804,6.26 1.539,4.379 23.925,-8.41 -14.468,-41.153 c -0.152,-0.432 -0.652,-0.65 -1.116,-0.486 l -4.438,1.559 12.908,36.714 c 0.163,0.464 -0.081,0.974 -0.546,1.137 z"
+ id="path1101" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 943.88,491.398 -17.804,6.26 1.539,4.379 23.925,-8.41 -14.468,-41.153 c -0.152,-0.432 -0.652,-0.65 -1.116,-0.486 l -4.438,1.559 12.908,36.714 c 0.163,0.464 -0.081,0.974 -0.546,1.137 z"
+ id="path1103" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 913.717,459.806 c -0.467,0.162 -0.72,0.645 -0.567,1.077 l 12.927,36.775 17.804,-6.26 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -12.908,-36.714 -7.047,2.479 z"
+ id="path1105" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 913.717,459.806 c -0.467,0.162 -0.72,0.645 -0.567,1.077 l 12.927,36.775 17.804,-6.26 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -12.908,-36.714 -7.047,2.479 z"
+ id="path1107" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 913.717,459.806 c -0.467,0.162 -0.72,0.645 -0.567,1.077 l 12.927,36.775 17.804,-6.26 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -12.908,-36.714 -7.047,2.479 z"
+ id="path1109" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 913.717,459.806 c -0.467,0.162 -0.72,0.645 -0.567,1.077 l 12.927,36.775 17.804,-6.26 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -12.908,-36.714 -7.047,2.479 z"
+ id="path1111" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 913.717,459.806 c -0.467,0.162 -0.72,0.645 -0.567,1.077 l 12.927,36.775 17.804,-6.26 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -12.908,-36.714 -7.047,2.479 z"
+ id="path1113" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.867,458.085 -0.109,0.037 1.602,4.556 c 0.02,0.056 0.124,0.068 0.232,0.032 l 6.483,-2.28 -1.637,-4.655 z"
+ id="path1115" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.867,458.085 -0.109,0.037 1.602,4.556 c 0.02,0.056 0.124,0.068 0.232,0.032 l 6.483,-2.28 -1.637,-4.655 z"
+ id="path1117" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.867,458.085 -0.109,0.037 1.602,4.556 c 0.02,0.056 0.124,0.068 0.232,0.032 l 6.483,-2.28 -1.637,-4.655 z"
+ id="path1119" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 873.867,458.085 -0.109,0.037 1.602,4.556 c 0.02,0.056 0.124,0.068 0.232,0.032 l 6.483,-2.28 -1.637,-4.655 z"
+ id="path1121" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.754,458.111 0.003,0.011 0.109,-0.037 c -0.035,0.012 -0.074,0.019 -0.112,0.026 z"
+ id="path1123" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.754,458.111 0.003,0.011 0.109,-0.037 c -0.035,0.012 -0.074,0.019 -0.112,0.026 z"
+ id="path1125" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 873.754,458.111 0.003,0.011 0.109,-0.037 c -0.035,0.012 -0.074,0.019 -0.112,0.026 z"
+ id="path1127" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.754,458.111 0.003,0.011 0.109,-0.037 c -0.035,0.012 -0.074,0.019 -0.112,0.026 z"
+ id="path1129" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 873.754,458.111 0.003,0.011 0.109,-0.037 c -0.035,0.012 -0.074,0.019 -0.112,0.026 z"
+ id="path1131" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.438,455.774 -0.154,-0.439 -6.681,2.35 0.151,0.427 c 0.038,-0.008 0.076,-0.015 0.112,-0.026 z"
+ id="path1133" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.438,455.774 -0.154,-0.439 -6.681,2.35 0.151,0.427 c 0.038,-0.008 0.076,-0.015 0.112,-0.026 z"
+ id="path1135" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.438,455.774 -0.154,-0.439 -6.681,2.35 0.151,0.427 c 0.038,-0.008 0.076,-0.015 0.112,-0.026 z"
+ id="path1137" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 880.438,455.774 -0.154,-0.439 -6.681,2.35 0.151,0.427 c 0.038,-0.008 0.076,-0.015 0.112,-0.026 z"
+ id="path1139" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 880.438,455.774 -0.154,-0.439 -6.681,2.35 0.151,0.427 c 0.038,-0.008 0.076,-0.015 0.112,-0.026 z"
+ id="path1141" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 880.438,455.774 -0.154,-0.439 -6.681,2.35 0.151,0.427 c 0.038,-0.008 0.076,-0.015 0.112,-0.026 z"
+ id="path1143" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="871.98199"
+ y="450.11099"
+ transform="matrix(0.9433,-0.3318,0.3318,0.9433,-100.5338,316.1562)"
+ width="7.0809999"
+ height="4.7140002"
+ id="rect1145" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="871.98199"
+ y="450.11099"
+ transform="matrix(0.9433,-0.3318,0.3318,0.9433,-100.5338,316.1562)"
+ width="7.0809999"
+ height="4.7140002"
+ id="rect1147" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="871.98199"
+ y="450.11099"
+ transform="matrix(0.9433,-0.3318,0.3318,0.9433,-100.5338,316.1562)"
+ width="7.0809999"
+ height="4.7140002"
+ id="rect1149" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="871.98199"
+ y="450.11099"
+ transform="matrix(0.9433,-0.3318,0.3318,0.9433,-100.5338,316.1562)"
+ width="7.0809999"
+ height="4.7140002"
+ id="rect1151" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="871.98199"
+ y="450.11099"
+ transform="matrix(0.9433,-0.3318,0.3318,0.9433,-100.5338,316.1562)"
+ width="7.0809999"
+ height="4.7140002"
+ id="rect1153" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="871.98199"
+ y="450.11099"
+ transform="matrix(0.9433,-0.3318,0.3318,0.9433,-100.5338,316.1562)"
+ width="7.0809999"
+ height="4.7140002"
+ id="rect1155" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 885.44,456.03 5.23,-1.84 -0.629,-1.791 -9.604,3.375 1.637,4.655 4.211,-1.479 -0.94,-2.679 c -0.036,-0.102 0.006,-0.211 0.095,-0.241 z"
+ id="path1157" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 885.44,456.03 5.23,-1.84 -0.629,-1.791 -9.604,3.375 1.637,4.655 4.211,-1.479 -0.94,-2.679 c -0.036,-0.102 0.006,-0.211 0.095,-0.241 z"
+ id="path1159" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 885.44,456.03 5.23,-1.84 -0.629,-1.791 -9.604,3.375 1.637,4.655 4.211,-1.479 -0.94,-2.679 c -0.036,-0.102 0.006,-0.211 0.095,-0.241 z"
+ id="path1161" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 885.44,456.03 5.23,-1.84 -0.629,-1.791 -9.604,3.375 1.637,4.655 4.211,-1.479 -0.94,-2.679 c -0.036,-0.102 0.006,-0.211 0.095,-0.241 z"
+ id="path1163" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 885.44,456.03 5.23,-1.84 -0.629,-1.791 -9.604,3.375 1.637,4.655 4.211,-1.479 -0.94,-2.679 c -0.036,-0.102 0.006,-0.211 0.095,-0.241 z"
+ id="path1165" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.92999"
+ y="448.77802"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,750.1652,1439.4045)"
+ width="0.46599999"
+ height="10.179"
+ id="rect1167" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.92999"
+ y="448.77802"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,750.1652,1439.4045)"
+ width="0.46599999"
+ height="10.179"
+ id="rect1169" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.92999"
+ y="448.77802"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,750.1652,1439.4045)"
+ width="0.46599999"
+ height="10.179"
+ id="rect1171" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="884.92999"
+ y="448.77802"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,750.1652,1439.4045)"
+ width="0.46599999"
+ height="10.179"
+ id="rect1173" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.92999"
+ y="448.77802"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,750.1652,1439.4045)"
+ width="0.46599999"
+ height="10.179"
+ id="rect1175" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.92999"
+ y="448.77802"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,750.1652,1439.4045)"
+ width="0.46599999"
+ height="10.179"
+ id="rect1177" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="884.92999"
+ y="448.77802"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,750.1652,1439.4045)"
+ width="0.46599999"
+ height="10.179"
+ id="rect1179" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.909,446.333 -4.549,1.6 c -0.396,0.139 -0.819,-0.018 -1.04,-0.354 l -4.239,1.49 1.564,4.449 9.603,-3.376 z"
+ id="path1181" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.909,446.333 -4.549,1.6 c -0.396,0.139 -0.819,-0.018 -1.04,-0.354 l -4.239,1.49 1.564,4.449 9.603,-3.376 z"
+ id="path1183" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.909,446.333 -4.549,1.6 c -0.396,0.139 -0.819,-0.018 -1.04,-0.354 l -4.239,1.49 1.564,4.449 9.603,-3.376 z"
+ id="path1185" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 887.909,446.333 -4.549,1.6 c -0.396,0.139 -0.819,-0.018 -1.04,-0.354 l -4.239,1.49 1.564,4.449 9.603,-3.376 z"
+ id="path1187" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.909,446.333 -4.549,1.6 c -0.396,0.139 -0.819,-0.018 -1.04,-0.354 l -4.239,1.49 1.564,4.449 9.603,-3.376 z"
+ id="path1189" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.909,446.333 -4.549,1.6 c -0.396,0.139 -0.819,-0.018 -1.04,-0.354 l -4.239,1.49 1.564,4.449 9.603,-3.376 z"
+ id="path1191" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 887.909,446.333 -4.549,1.6 c -0.396,0.139 -0.819,-0.018 -1.04,-0.354 l -4.239,1.49 1.564,4.449 9.603,-3.376 z"
+ id="path1193" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 891.642,456.954 -0.972,-2.764 -5.23,1.84 c -0.089,0.029 -0.131,0.139 -0.095,0.241 l 0.94,2.679 5.194,-1.826 c 0.111,-0.038 0.183,-0.113 0.163,-0.17 z"
+ id="path1195" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 891.642,456.954 -0.972,-2.764 -5.23,1.84 c -0.089,0.029 -0.131,0.139 -0.095,0.241 l 0.94,2.679 5.194,-1.826 c 0.111,-0.038 0.183,-0.113 0.163,-0.17 z"
+ id="path1197" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 891.642,456.954 -0.972,-2.764 -5.23,1.84 c -0.089,0.029 -0.131,0.139 -0.095,0.241 l 0.94,2.679 5.194,-1.826 c 0.111,-0.038 0.183,-0.113 0.163,-0.17 z"
+ id="path1199" />
+ <path
+ style="opacity:0.4;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 891.642,456.954 -0.972,-2.764 -5.23,1.84 c -0.089,0.029 -0.131,0.139 -0.095,0.241 l 0.94,2.679 5.194,-1.826 c 0.111,-0.038 0.183,-0.113 0.163,-0.17 z"
+ id="path1201" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 891.642,456.954 -0.972,-2.764 -5.23,1.84 c -0.089,0.029 -0.131,0.139 -0.095,0.241 l 0.94,2.679 5.194,-1.826 c 0.111,-0.038 0.183,-0.113 0.163,-0.17 z"
+ id="path1203" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 891.642,456.954 -0.972,-2.764 -5.23,1.84 c -0.089,0.029 -0.131,0.139 -0.095,0.241 l 0.94,2.679 5.194,-1.826 c 0.111,-0.038 0.183,-0.113 0.163,-0.17 z"
+ id="path1205" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 883.36,447.933 4.549,-1.6 -0.226,-0.639 -5.363,1.885 c 0.221,0.336 0.644,0.492 1.04,0.354 z"
+ id="path1207" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 883.36,447.933 4.549,-1.6 -0.226,-0.639 -5.363,1.885 c 0.221,0.336 0.644,0.492 1.04,0.354 z"
+ id="path1209" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 883.36,447.933 4.549,-1.6 -0.226,-0.639 -5.363,1.885 c 0.221,0.336 0.644,0.492 1.04,0.354 z"
+ id="path1211" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 883.36,447.933 4.549,-1.6 -0.226,-0.639 -5.363,1.885 c 0.221,0.336 0.644,0.492 1.04,0.354 z"
+ id="path1213" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 883.36,447.933 4.549,-1.6 -0.226,-0.639 -5.363,1.885 c 0.221,0.336 0.644,0.492 1.04,0.354 z"
+ id="path1215" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 883.36,447.933 4.549,-1.6 -0.226,-0.639 -5.363,1.885 c 0.221,0.336 0.644,0.492 1.04,0.354 z"
+ id="path1217" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 883.36,447.933 4.549,-1.6 -0.226,-0.639 -5.363,1.885 c 0.221,0.336 0.644,0.492 1.04,0.354 z"
+ id="path1219" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 883.36,447.933 4.549,-1.6 -0.226,-0.639 -5.363,1.885 c 0.221,0.336 0.644,0.492 1.04,0.354 z"
+ id="path1221" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 845.947,475.468 c -0.367,0.129 -0.657,0.246 -0.652,0.264 l 0.93,2.641 c 0.006,0.018 0.306,-0.074 0.671,-0.201 l 5.523,-1.943 -0.95,-2.701 z"
+ id="path1223" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 845.947,475.468 c -0.367,0.129 -0.657,0.246 -0.652,0.264 l 0.93,2.641 c 0.006,0.018 0.306,-0.074 0.671,-0.201 l 5.523,-1.943 -0.95,-2.701 z"
+ id="path1225" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 845.947,475.468 c -0.367,0.129 -0.657,0.246 -0.652,0.264 l 0.93,2.641 c 0.006,0.018 0.306,-0.074 0.671,-0.201 l 5.523,-1.943 -0.95,-2.701 z"
+ id="path1227" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 931,446.142 -1.853,0.652 0.772,2.192 9.901,-3.479 c 0.365,-0.128 0.657,-0.247 0.65,-0.263 l -0.928,-2.644 c -0.007,-0.016 -0.308,0.074 -0.673,0.204 l -7.34,2.581 c -0.041,0.358 -0.232,0.652 -0.529,0.757 z"
+ id="path1229" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 931,446.142 -1.853,0.652 0.772,2.192 9.901,-3.479 c 0.365,-0.128 0.657,-0.247 0.65,-0.263 l -0.928,-2.644 c -0.007,-0.016 -0.308,0.074 -0.673,0.204 l -7.34,2.581 c -0.041,0.358 -0.232,0.652 -0.529,0.757 z"
+ id="path1231" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 931,446.142 -1.853,0.652 0.772,2.192 9.901,-3.479 c 0.365,-0.128 0.657,-0.247 0.65,-0.263 l -0.928,-2.644 c -0.007,-0.016 -0.308,0.074 -0.673,0.204 l -7.34,2.581 c -0.041,0.358 -0.232,0.652 -0.529,0.757 z"
+ id="path1233" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="925.02802"
+ y="445.521"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,809.3387,1471.7247)"
+ width="2.326"
+ height="7.0879998"
+ id="rect1235" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="925.02802"
+ y="445.521"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,809.3387,1471.7247)"
+ width="2.326"
+ height="7.0879998"
+ id="rect1237" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="925.02802"
+ y="445.521"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,809.3387,1471.7247)"
+ width="2.326"
+ height="7.0879998"
+ id="rect1239" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="925.02802"
+ y="445.521"
+ transform="matrix(-0.3313,-0.9435,0.9435,-0.3313,809.3387,1471.7247)"
+ width="2.326"
+ height="7.0879998"
+ id="rect1241" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="851.30701"
+ y="469.71399"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-107.435,312.7222)"
+ width="22.503"
+ height="2.8629999"
+ id="rect1243" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="851.30701"
+ y="469.71399"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-107.435,312.7222)"
+ width="22.503"
+ height="2.8629999"
+ id="rect1245" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="851.30701"
+ y="469.71399"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-107.435,312.7222)"
+ width="22.503"
+ height="2.8629999"
+ id="rect1247" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="851.30701"
+ y="469.71399"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-107.435,312.7222)"
+ width="22.503"
+ height="2.8629999"
+ id="rect1249" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 -5.862,2.061 0.18,0.508 c 0.162,0.465 -0.082,0.976 -0.547,1.139 l -1.011,0.355 0.476,1.351 22.124,-7.776 -0.771,-2.194 -13.701,4.815 c -0.299,0.104 -0.632,-0.007 -0.888,-0.259 z"
+ id="path1251" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 -5.862,2.061 0.18,0.508 c 0.162,0.465 -0.082,0.976 -0.547,1.139 l -1.011,0.355 0.476,1.351 22.124,-7.776 -0.771,-2.194 -13.701,4.815 c -0.299,0.104 -0.632,-0.007 -0.888,-0.259 z"
+ id="path1253" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 -5.862,2.061 0.18,0.508 c 0.162,0.465 -0.082,0.976 -0.547,1.139 l -1.011,0.355 0.476,1.351 22.124,-7.776 -0.771,-2.194 -13.701,4.815 c -0.299,0.104 -0.632,-0.007 -0.888,-0.259 z"
+ id="path1255" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 -5.862,2.061 0.18,0.508 c 0.162,0.465 -0.082,0.976 -0.547,1.139 l -1.011,0.355 0.476,1.351 22.124,-7.776 -0.771,-2.194 -13.701,4.815 c -0.299,0.104 -0.632,-0.007 -0.888,-0.259 z"
+ id="path1257" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 -5.862,2.061 0.18,0.508 c 0.162,0.465 -0.082,0.976 -0.547,1.139 l -1.011,0.355 0.476,1.351 22.124,-7.776 -0.771,-2.194 -13.701,4.815 c -0.299,0.104 -0.632,-0.007 -0.888,-0.259 z"
+ id="path1259" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.633,457.763 1.011,-0.355 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -0.18,-0.508 -1.854,0.65 z"
+ id="path1261" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.633,457.763 1.011,-0.355 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -0.18,-0.508 -1.854,0.65 z"
+ id="path1263" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 900.633,457.763 1.011,-0.355 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -0.18,-0.508 -1.854,0.65 z"
+ id="path1265" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.633,457.763 1.011,-0.355 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -0.18,-0.508 -1.854,0.65 z"
+ id="path1267" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 900.633,457.763 1.011,-0.355 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -0.18,-0.508 -1.854,0.65 z"
+ id="path1269" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 900.633,457.763 1.011,-0.355 c 0.465,-0.163 0.709,-0.674 0.547,-1.139 l -0.18,-0.508 -1.854,0.65 z"
+ id="path1271" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="897.22699"
+ y="458.34399"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1899.5426,594.111)"
+ width="3.75"
+ height="1.432"
+ id="rect1273" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="897.22699"
+ y="458.34399"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1899.5426,594.111)"
+ width="3.75"
+ height="1.432"
+ id="rect1275" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="897.22699"
+ y="458.34399"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1899.5426,594.111)"
+ width="3.75"
+ height="1.432"
+ id="rect1277" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="897.22699"
+ y="458.34399"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1899.5426,594.111)"
+ width="3.75"
+ height="1.432"
+ id="rect1279" />
+
+ <rect
+ style="opacity:0.4;fill:#fff6a3"
+ x="897.22699"
+ y="458.34399"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1899.5426,594.111)"
+ width="3.75"
+ height="1.432"
+ id="rect1281" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="897.22699"
+ y="458.34399"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1899.5426,594.111)"
+ width="3.75"
+ height="1.432"
+ id="rect1283" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="897.91101"
+ y="455.83401"
+ transform="matrix(-0.3305,-0.9438,0.9438,-0.3305,763.6388,1457.1118)"
+ width="1.433"
+ height="3.75"
+ id="rect1285" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="897.91101"
+ y="455.83401"
+ transform="matrix(-0.3305,-0.9438,0.9438,-0.3305,763.6388,1457.1118)"
+ width="1.433"
+ height="3.75"
+ id="rect1287" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="897.91101"
+ y="455.83401"
+ transform="matrix(-0.3305,-0.9438,0.9438,-0.3305,763.6388,1457.1118)"
+ width="1.433"
+ height="3.75"
+ id="rect1289" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="897.91101"
+ y="455.83401"
+ transform="matrix(-0.3305,-0.9438,0.9438,-0.3305,763.6388,1457.1118)"
+ width="1.433"
+ height="3.75"
+ id="rect1291" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="897.91101"
+ y="455.83401"
+ transform="matrix(-0.3305,-0.9438,0.9438,-0.3305,763.6388,1457.1118)"
+ width="1.433"
+ height="3.75"
+ id="rect1293" />
+
+ <rect
+ style="opacity:0.4;fill:#fff6a3"
+ x="897.91101"
+ y="455.83401"
+ transform="matrix(-0.3305,-0.9438,0.9438,-0.3305,763.6388,1457.1118)"
+ width="1.433"
+ height="3.75"
+ id="rect1295" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="897.91101"
+ y="455.83401"
+ transform="matrix(-0.3305,-0.9438,0.9438,-0.3305,763.6388,1457.1118)"
+ width="1.433"
+ height="3.75"
+ id="rect1297" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.493,462.381 -3.368,1.186 c -0.467,0.163 -0.976,-0.081 -1.14,-0.548 l -0.179,-0.507 -7.413,2.605 0.948,2.702 11.625,-4.087 z"
+ id="path1299" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.493,462.381 -3.368,1.186 c -0.467,0.163 -0.976,-0.081 -1.14,-0.548 l -0.179,-0.507 -7.413,2.605 0.948,2.702 11.625,-4.087 z"
+ id="path1301" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.493,462.381 -3.368,1.186 c -0.467,0.163 -0.976,-0.081 -1.14,-0.548 l -0.179,-0.507 -7.413,2.605 0.948,2.702 11.625,-4.087 z"
+ id="path1303" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.493,462.381 -3.368,1.186 c -0.467,0.163 -0.976,-0.081 -1.14,-0.548 l -0.179,-0.507 -7.413,2.605 0.948,2.702 11.625,-4.087 z"
+ id="path1305" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.806,462.512 0.179,0.507 c 0.164,0.467 0.673,0.711 1.14,0.548 l 3.368,-1.186 -0.475,-1.351 z"
+ id="path1307" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.806,462.512 0.179,0.507 c 0.164,0.467 0.673,0.711 1.14,0.548 l 3.368,-1.186 -0.475,-1.351 z"
+ id="path1309" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.806,462.512 0.179,0.507 c 0.164,0.467 0.673,0.711 1.14,0.548 l 3.368,-1.186 -0.475,-1.351 z"
+ id="path1311" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.806,462.512 0.179,0.507 c 0.164,0.467 0.673,0.711 1.14,0.548 l 3.368,-1.186 -0.475,-1.351 z"
+ id="path1313" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.806,462.512 0.179,0.507 c 0.164,0.467 0.673,0.711 1.14,0.548 l 3.368,-1.186 -0.475,-1.351 z"
+ id="path1315" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08698"
+ y="465.513"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,723.2739,1446.7085)"
+ width="2.8659999"
+ height="2.8570001"
+ id="rect1317" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08698"
+ y="465.513"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,723.2739,1446.7085)"
+ width="2.8659999"
+ height="2.8570001"
+ id="rect1319" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08698"
+ y="465.513"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,723.2739,1446.7085)"
+ width="2.8659999"
+ height="2.8570001"
+ id="rect1321" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08698"
+ y="465.513"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,723.2739,1446.7085)"
+ width="2.8659999"
+ height="2.8570001"
+ id="rect1323" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08698"
+ y="465.513"
+ transform="matrix(-0.3309,-0.9437,0.9437,-0.3309,723.2739,1446.7085)"
+ width="2.8659999"
+ height="2.8570001"
+ id="rect1325" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.56799"
+ y="461.39301"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.8505,321.3775)"
+ width="5.7140002"
+ height="1.432"
+ id="rect1327" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.56799"
+ y="461.39301"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.8505,321.3775)"
+ width="5.7140002"
+ height="1.432"
+ id="rect1329" />
+
+ <rect
+ style="opacity:0.4;fill:#fff6a3"
+ x="887.56799"
+ y="461.39301"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.8505,321.3775)"
+ width="5.7140002"
+ height="1.432"
+ id="rect1331" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.56799"
+ y="461.39301"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.8505,321.3775)"
+ width="5.7140002"
+ height="1.432"
+ id="rect1333" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.56799"
+ y="461.39301"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-102.8505,321.3775)"
+ width="5.7140002"
+ height="1.432"
+ id="rect1335" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.09399"
+ y="460.043"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.4214,321.0878)"
+ width="5.7150002"
+ height="1.432"
+ id="rect1337" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.09399"
+ y="460.043"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.4214,321.0878)"
+ width="5.7150002"
+ height="1.432"
+ id="rect1339" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.09399"
+ y="460.043"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.4214,321.0878)"
+ width="5.7150002"
+ height="1.432"
+ id="rect1341" />
+
+ <rect
+ style="opacity:0.4;fill:#fff6a3"
+ x="887.09399"
+ y="460.043"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.4214,321.0878)"
+ width="5.7150002"
+ height="1.432"
+ id="rect1343" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.09399"
+ y="460.043"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.4214,321.0878)"
+ width="5.7150002"
+ height="1.432"
+ id="rect1345" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.09399"
+ y="460.043"
+ transform="matrix(0.9435,-0.3315,0.3315,0.9435,-102.4214,321.0878)"
+ width="5.7150002"
+ height="1.432"
+ id="rect1347" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.995"
+ y="459.70599"
+ transform="matrix(0.9435,-0.3313,0.3313,0.9435,-101.9866,322.6373)"
+ width="4.4650002"
+ height="1.432"
+ id="rect1349" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.995"
+ y="459.70599"
+ transform="matrix(0.9435,-0.3313,0.3313,0.9435,-101.9866,322.6373)"
+ width="4.4650002"
+ height="1.432"
+ id="rect1351" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="892.995"
+ y="459.70599"
+ transform="matrix(0.9435,-0.3313,0.3313,0.9435,-101.9866,322.6373)"
+ width="4.4650002"
+ height="1.432"
+ id="rect1353" />
+
+ <rect
+ style="opacity:0.4;fill:#fff6a3"
+ x="892.995"
+ y="459.70599"
+ transform="matrix(0.9435,-0.3313,0.3313,0.9435,-101.9866,322.6373)"
+ width="4.4650002"
+ height="1.432"
+ id="rect1355" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.995"
+ y="459.70599"
+ transform="matrix(0.9435,-0.3313,0.3313,0.9435,-101.9866,322.6373)"
+ width="4.4650002"
+ height="1.432"
+ id="rect1357" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.995"
+ y="459.70599"
+ transform="matrix(0.9435,-0.3313,0.3313,0.9435,-101.9866,322.6373)"
+ width="4.4650002"
+ height="1.432"
+ id="rect1359" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.52002"
+ y="458.35501"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-101.6219,322.8149)"
+ width="4.4660001"
+ height="1.431"
+ id="rect1361" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.52002"
+ y="458.35501"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-101.6219,322.8149)"
+ width="4.4660001"
+ height="1.431"
+ id="rect1363" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.52002"
+ y="458.35501"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-101.6219,322.8149)"
+ width="4.4660001"
+ height="1.431"
+ id="rect1365" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="892.52002"
+ y="458.35501"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-101.6219,322.8149)"
+ width="4.4660001"
+ height="1.431"
+ id="rect1367" />
+
+ <rect
+ style="opacity:0.4;fill:#fff6a3"
+ x="892.52002"
+ y="458.35501"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-101.6219,322.8149)"
+ width="4.4660001"
+ height="1.431"
+ id="rect1369" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.52002"
+ y="458.35501"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-101.6219,322.8149)"
+ width="4.4660001"
+ height="1.431"
+ id="rect1371" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.52002"
+ y="458.35501"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-101.6219,322.8149)"
+ width="4.4660001"
+ height="1.431"
+ id="rect1373" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="M 929.147,446.794 931,446.142 c 0.298,-0.104 0.488,-0.398 0.531,-0.756 l -2.563,0.899 z"
+ id="path1375" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="M 929.147,446.794 931,446.142 c 0.298,-0.104 0.488,-0.398 0.531,-0.756 l -2.563,0.899 z"
+ id="path1377" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="M 929.147,446.794 931,446.142 c 0.298,-0.104 0.488,-0.398 0.531,-0.756 l -2.563,0.899 z"
+ id="path1379" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="M 929.147,446.794 931,446.142 c 0.298,-0.104 0.488,-0.398 0.531,-0.756 l -2.563,0.899 z"
+ id="path1381" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="922.172"
+ y="447.444"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1947.5007,563.2526)"
+ width="7.085"
+ height="0.54000002"
+ id="rect1383" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="922.172"
+ y="447.444"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1947.5007,563.2526)"
+ width="7.085"
+ height="0.54000002"
+ id="rect1385" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="922.172"
+ y="447.444"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1947.5007,563.2526)"
+ width="7.085"
+ height="0.54000002"
+ id="rect1387" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="922.172"
+ y="447.444"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1947.5007,563.2526)"
+ width="7.085"
+ height="0.54000002"
+ id="rect1389" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="922.172"
+ y="447.444"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1947.5007,563.2526)"
+ width="7.085"
+ height="0.54000002"
+ id="rect1391" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 c 0.257,0.252 0.59,0.363 0.888,0.258 l 13.701,-4.815 -0.18,-0.507 z"
+ id="path1393" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 c 0.257,0.252 0.59,0.363 0.888,0.258 l 13.701,-4.815 -0.18,-0.507 z"
+ id="path1395" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 c 0.257,0.252 0.59,0.363 0.888,0.258 l 13.701,-4.815 -0.18,-0.507 z"
+ id="path1397" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 c 0.257,0.252 0.59,0.363 0.888,0.258 l 13.701,-4.815 -0.18,-0.507 z"
+ id="path1399" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 c 0.257,0.252 0.59,0.363 0.888,0.258 l 13.701,-4.815 -0.18,-0.507 z"
+ id="path1401" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.874,453.7 c 0.257,0.252 0.59,0.363 0.888,0.258 l 13.701,-4.815 -0.18,-0.507 z"
+ id="path1403" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 939.38,433.542 c 0.311,-0.109 0.636,0.014 0.729,0.276 l 0.152,0.436 6.234,-2.191 -0.64,-1.817 -17.354,6.1 0.32,0.908 z"
+ id="path1405" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 939.38,433.542 c 0.311,-0.109 0.636,0.014 0.729,0.276 l 0.152,0.436 6.234,-2.191 -0.64,-1.817 -17.354,6.1 0.32,0.908 z"
+ id="path1407" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 939.38,433.542 c 0.311,-0.109 0.636,0.014 0.729,0.276 l 0.152,0.436 6.234,-2.191 -0.64,-1.817 -17.354,6.1 0.32,0.908 z"
+ id="path1409" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 940.261,434.254 -0.152,-0.436 c -0.093,-0.263 -0.418,-0.386 -0.729,-0.276 l -10.558,3.711 0.317,0.91 z"
+ id="path1411" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 940.261,434.254 -0.152,-0.436 c -0.093,-0.263 -0.418,-0.386 -0.729,-0.276 l -10.558,3.711 0.317,0.91 z"
+ id="path1413" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 940.261,434.254 -0.152,-0.436 c -0.093,-0.263 -0.418,-0.386 -0.729,-0.276 l -10.558,3.711 0.317,0.91 z"
+ id="path1415" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 940.261,434.254 -0.152,-0.436 c -0.093,-0.263 -0.418,-0.386 -0.729,-0.276 l -10.558,3.711 0.317,0.91 z"
+ id="path1417" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 864.433,458.866 c -0.432,0.15 -0.775,0.281 -0.772,0.293 l 0.626,1.778 c 0.003,0.01 0.354,-0.103 0.784,-0.253 l 5.104,-1.795 -0.64,-1.818 z"
+ id="path1419" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 864.433,458.866 c -0.432,0.15 -0.775,0.281 -0.772,0.293 l 0.626,1.778 c 0.003,0.01 0.354,-0.103 0.784,-0.253 l 5.104,-1.795 -0.64,-1.818 z"
+ id="path1421" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 864.433,458.866 c -0.432,0.15 -0.775,0.281 -0.772,0.293 l 0.626,1.778 c 0.003,0.01 0.354,-0.103 0.784,-0.253 l 5.104,-1.795 -0.64,-1.818 z"
+ id="path1423" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 864.433,458.866 c -0.432,0.15 -0.775,0.281 -0.772,0.293 l 0.626,1.778 c 0.003,0.01 0.354,-0.103 0.784,-0.253 l 5.104,-1.795 -0.64,-1.818 z"
+ id="path1425" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 864.433,458.866 c -0.432,0.15 -0.775,0.281 -0.772,0.293 l 0.626,1.778 c 0.003,0.01 0.354,-0.103 0.784,-0.253 l 5.104,-1.795 -0.64,-1.818 z"
+ id="path1427" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="899.27698"
+ y="447.33701"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1901.9545,570.3709)"
+ width="6.072"
+ height="0.248"
+ id="rect1429" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="899.27698"
+ y="447.33701"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1901.9545,570.3709)"
+ width="6.072"
+ height="0.248"
+ id="rect1431" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="899.27698"
+ y="447.33701"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1901.9545,570.3709)"
+ width="6.072"
+ height="0.248"
+ id="rect1433" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="899.27698"
+ y="447.33701"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1901.9545,570.3709)"
+ width="6.072"
+ height="0.248"
+ id="rect1435" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="899.27698"
+ y="447.33701"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1901.9545,570.3709)"
+ width="6.072"
+ height="0.248"
+ id="rect1437" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="899.27698"
+ y="447.33701"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1901.9545,570.3709)"
+ width="6.072"
+ height="0.248"
+ id="rect1439" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.89697"
+ y="449.29099"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1891.7986,576.0156)"
+ width="5.7129998"
+ height="0.248"
+ id="rect1441" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.89697"
+ y="449.29099"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1891.7986,576.0156)"
+ width="5.7129998"
+ height="0.248"
+ id="rect1443" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.89697"
+ y="449.29099"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1891.7986,576.0156)"
+ width="5.7129998"
+ height="0.248"
+ id="rect1445" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="893.89697"
+ y="449.29099"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1891.7986,576.0156)"
+ width="5.7129998"
+ height="0.248"
+ id="rect1447" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.89697"
+ y="449.29099"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1891.7986,576.0156)"
+ width="5.7129998"
+ height="0.248"
+ id="rect1449" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="893.89697"
+ y="449.29099"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1891.7986,576.0156)"
+ width="5.7129998"
+ height="0.248"
+ id="rect1451" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.89697"
+ y="449.29099"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1891.7986,576.0156)"
+ width="5.7129998"
+ height="0.248"
+ id="rect1453" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 957.979,427.572 0.142,0.404 11.286,-3.968 c -0.293,-0.58 -0.595,-1.157 -0.904,-1.725 l -11.021,3.874 z"
+ id="path1455" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 957.979,427.572 0.142,0.404 11.286,-3.968 c -0.293,-0.58 -0.595,-1.157 -0.904,-1.725 l -11.021,3.874 z"
+ id="path1457" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 958.121,427.977 -0.142,-0.404 c 0.052,0.147 0.058,0.298 0.034,0.442 z"
+ id="path1459" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 958.121,427.977 -0.142,-0.404 c 0.052,0.147 0.058,0.298 0.034,0.442 z"
+ id="path1461" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 958.121,427.977 -0.142,-0.404 c 0.052,0.147 0.058,0.298 0.034,0.442 z"
+ id="path1463" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 958.013,428.015 c 0.023,-0.145 0.018,-0.295 -0.034,-0.442 l -0.498,-1.414 -11.625,4.087 0.64,1.817 z"
+ id="path1465" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 958.013,428.015 c 0.023,-0.145 0.018,-0.295 -0.034,-0.442 l -0.498,-1.414 -11.625,4.087 0.64,1.817 z"
+ id="path1467" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 958.013,428.015 c 0.023,-0.145 0.018,-0.295 -0.034,-0.442 l -0.498,-1.414 -11.625,4.087 0.64,1.817 z"
+ id="path1469" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 958.013,428.015 c 0.023,-0.145 0.018,-0.295 -0.034,-0.442 l -0.498,-1.414 -11.625,4.087 0.64,1.817 z"
+ id="path1471" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.39301"
+ y="443.17899"
+ transform="matrix(0.3326,0.9431,-0.9431,0.3326,1022.7144,-552.7264)"
+ width="0.963"
+ height="6.073"
+ id="rect1473" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.39301"
+ y="443.17899"
+ transform="matrix(0.3326,0.9431,-0.9431,0.3326,1022.7144,-552.7264)"
+ width="0.963"
+ height="6.073"
+ id="rect1475" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.39301"
+ y="443.17899"
+ transform="matrix(0.3326,0.9431,-0.9431,0.3326,1022.7144,-552.7264)"
+ width="0.963"
+ height="6.073"
+ id="rect1477" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="901.39301"
+ y="443.17899"
+ transform="matrix(0.3326,0.9431,-0.9431,0.3326,1022.7144,-552.7264)"
+ width="0.963"
+ height="6.073"
+ id="rect1479" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.39301"
+ y="443.17899"
+ transform="matrix(0.3326,0.9431,-0.9431,0.3326,1022.7144,-552.7264)"
+ width="0.963"
+ height="6.073"
+ id="rect1481" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.39301"
+ y="443.17899"
+ transform="matrix(0.3326,0.9431,-0.9431,0.3326,1022.7144,-552.7264)"
+ width="0.963"
+ height="6.073"
+ id="rect1483" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.79498"
+ y="443.97101"
+ transform="matrix(-0.3334,-0.9428,0.9428,-0.3334,781.4904,1446.5745)"
+ width="0.71499997"
+ height="6.072"
+ id="rect1485" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.79498"
+ y="443.97101"
+ transform="matrix(-0.3334,-0.9428,0.9428,-0.3334,781.4904,1446.5745)"
+ width="0.71499997"
+ height="6.072"
+ id="rect1487" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.79498"
+ y="443.97101"
+ transform="matrix(-0.3334,-0.9428,0.9428,-0.3334,781.4904,1446.5745)"
+ width="0.71499997"
+ height="6.072"
+ id="rect1489" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="901.79498"
+ y="443.97101"
+ transform="matrix(-0.3334,-0.9428,0.9428,-0.3334,781.4904,1446.5745)"
+ width="0.71499997"
+ height="6.072"
+ id="rect1491" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="901.79498"
+ y="443.97101"
+ transform="matrix(-0.3334,-0.9428,0.9428,-0.3334,781.4904,1446.5745)"
+ width="0.71499997"
+ height="6.072"
+ id="rect1493" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.79498"
+ y="443.97101"
+ transform="matrix(-0.3334,-0.9428,0.9428,-0.3334,781.4904,1446.5745)"
+ width="0.71499997"
+ height="6.072"
+ id="rect1495" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="901.79498"
+ y="443.97101"
+ transform="matrix(-0.3334,-0.9428,0.9428,-0.3334,781.4904,1446.5745)"
+ width="0.71499997"
+ height="6.072"
+ id="rect1497" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.946,450.044 c -0.093,-0.262 0.085,-0.561 0.394,-0.67 l 4.83,-1.697 -0.319,-0.909 -5.392,1.895 z"
+ id="path1499" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.946,450.044 c -0.093,-0.262 0.085,-0.561 0.394,-0.67 l 4.83,-1.697 -0.319,-0.909 -5.392,1.895 z"
+ id="path1501" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.946,450.044 c -0.093,-0.262 0.085,-0.561 0.394,-0.67 l 4.83,-1.697 -0.319,-0.909 -5.392,1.895 z"
+ id="path1503" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.946,450.044 c -0.093,-0.262 0.085,-0.561 0.394,-0.67 l 4.83,-1.697 -0.319,-0.909 -5.392,1.895 z"
+ id="path1505" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 893.946,450.044 c -0.093,-0.262 0.085,-0.561 0.394,-0.67 l 4.83,-1.697 -0.319,-0.909 -5.392,1.895 z"
+ id="path1507" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.946,450.044 c -0.093,-0.262 0.085,-0.561 0.394,-0.67 l 4.83,-1.697 -0.319,-0.909 -5.392,1.895 z"
+ id="path1509" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.946,450.044 c -0.093,-0.262 0.085,-0.561 0.394,-0.67 l 4.83,-1.697 -0.319,-0.909 -5.392,1.895 z"
+ id="path1511" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.016,450.245 5.392,-1.895 -0.238,-0.674 -4.83,1.697 c -0.309,0.109 -0.486,0.408 -0.394,0.67 l 0.011,0.031 z"
+ id="path1513" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.016,450.245 5.392,-1.895 -0.238,-0.674 -4.83,1.697 c -0.309,0.109 -0.486,0.408 -0.394,0.67 l 0.011,0.031 z"
+ id="path1515" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.016,450.245 5.392,-1.895 -0.238,-0.674 -4.83,1.697 c -0.309,0.109 -0.486,0.408 -0.394,0.67 l 0.011,0.031 z"
+ id="path1517" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 894.016,450.245 5.392,-1.895 -0.238,-0.674 -4.83,1.697 c -0.309,0.109 -0.486,0.408 -0.394,0.67 l 0.011,0.031 z"
+ id="path1519" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.016,450.245 5.392,-1.895 -0.238,-0.674 -4.83,1.697 c -0.309,0.109 -0.486,0.408 -0.394,0.67 l 0.011,0.031 z"
+ id="path1521" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 894.016,450.245 5.392,-1.895 -0.238,-0.674 -4.83,1.697 c -0.309,0.109 -0.486,0.408 -0.394,0.67 l 0.011,0.031 z"
+ id="path1523" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.016,450.245 5.392,-1.895 -0.238,-0.674 -4.83,1.697 c -0.309,0.109 -0.486,0.408 -0.394,0.67 l 0.011,0.031 z"
+ id="path1525" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 894.016,450.245 5.392,-1.895 -0.238,-0.674 -4.83,1.697 c -0.309,0.109 -0.486,0.408 -0.394,0.67 l 0.011,0.031 z"
+ id="path1527" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 872.729,457.538 0.142,0.404 0.107,-0.038 c -0.108,-0.097 -0.198,-0.219 -0.249,-0.366 z"
+ id="path1529" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 872.729,457.538 0.142,0.404 0.107,-0.038 c -0.108,-0.097 -0.198,-0.219 -0.249,-0.366 z"
+ id="path1531" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 872.729,457.538 0.142,0.404 0.107,-0.038 c -0.108,-0.097 -0.198,-0.219 -0.249,-0.366 z"
+ id="path1533" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 872.729,457.538 0.142,0.404 0.107,-0.038 c -0.108,-0.097 -0.198,-0.219 -0.249,-0.366 z"
+ id="path1535" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 872.729,457.538 0.142,0.404 0.107,-0.038 c -0.108,-0.097 -0.198,-0.219 -0.249,-0.366 z"
+ id="path1537" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.603,457.685 -0.638,-1.818 -0.734,0.259 0.498,1.413 c 0.051,0.146 0.141,0.269 0.249,0.366 z"
+ id="path1539" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.603,457.685 -0.638,-1.818 -0.734,0.259 0.498,1.413 c 0.051,0.146 0.141,0.269 0.249,0.366 z"
+ id="path1541" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.603,457.685 -0.638,-1.818 -0.734,0.259 0.498,1.413 c 0.051,0.146 0.141,0.269 0.249,0.366 z"
+ id="path1543" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 873.603,457.685 -0.638,-1.818 -0.734,0.259 0.498,1.413 c 0.051,0.146 0.141,0.269 0.249,0.366 z"
+ id="path1545" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.603,457.685 -0.638,-1.818 -0.734,0.259 0.498,1.413 c 0.051,0.146 0.141,0.269 0.249,0.366 z"
+ id="path1547" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 873.603,457.685 -0.638,-1.818 -0.734,0.259 0.498,1.413 c 0.051,0.146 0.141,0.269 0.249,0.366 z"
+ id="path1549" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="872.729,457.538 872.231,456.125 869.536,457.071 870.175,458.89 872.871,457.942 "
+ id="polygon1551" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="872.729,457.538 872.231,456.125 869.536,457.071 870.175,458.89 872.871,457.942 "
+ id="polygon1553" />
+ <polygon
+ style="opacity:0.5;fill:#d1e4b7"
+ points="872.729,457.538 872.231,456.125 869.536,457.071 870.175,458.89 872.871,457.942 "
+ id="polygon1555" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="872.729,457.538 872.231,456.125 869.536,457.071 870.175,458.89 872.871,457.942 "
+ id="polygon1557" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="872.729,457.538 872.231,456.125 869.536,457.071 870.175,458.89 872.871,457.942 "
+ id="polygon1559" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="872.729,457.538 872.231,456.125 869.536,457.071 870.175,458.89 872.871,457.942 "
+ id="polygon1561" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.998,450.249 c 0.014,0.091 0.008,0.182 -0.006,0.269 l 0.108,-0.038 -0.084,-0.234 c -0.006,0.001 -0.013,0.001 -0.018,0.003 z"
+ id="path1563" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.998,450.249 c 0.014,0.091 0.008,0.182 -0.006,0.269 l 0.108,-0.038 -0.084,-0.234 c -0.006,0.001 -0.013,0.001 -0.018,0.003 z"
+ id="path1565" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.998,450.249 c 0.014,0.091 0.008,0.182 -0.006,0.269 l 0.108,-0.038 -0.084,-0.234 c -0.006,0.001 -0.013,0.001 -0.018,0.003 z"
+ id="path1567" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.998,450.249 c 0.014,0.091 0.008,0.182 -0.006,0.269 l 0.108,-0.038 -0.084,-0.234 c -0.006,0.001 -0.013,0.001 -0.018,0.003 z"
+ id="path1569" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 893.998,450.249 c 0.014,0.091 0.008,0.182 -0.006,0.269 l 0.108,-0.038 -0.084,-0.234 c -0.006,0.001 -0.013,0.001 -0.018,0.003 z"
+ id="path1571" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.998,450.249 c 0.014,0.091 0.008,0.182 -0.006,0.269 l 0.108,-0.038 -0.084,-0.234 c -0.006,0.001 -0.013,0.001 -0.018,0.003 z"
+ id="path1573" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.998,450.249 c 0.014,0.091 0.008,0.182 -0.006,0.269 l 0.108,-0.038 -0.084,-0.234 c -0.006,0.001 -0.013,0.001 -0.018,0.003 z"
+ id="path1575" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 -0.258,-0.739 -3.37,1.184 0.64,1.818 4.104,-1.443 c 0.014,-0.087 0.02,-0.178 0.006,-0.269 -0.458,0.152 -0.958,-0.09 -1.122,-0.551 z"
+ id="path1577" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 -0.258,-0.739 -3.37,1.184 0.64,1.818 4.104,-1.443 c 0.014,-0.087 0.02,-0.178 0.006,-0.269 -0.458,0.152 -0.958,-0.09 -1.122,-0.551 z"
+ id="path1579" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 -0.258,-0.739 -3.37,1.184 0.64,1.818 4.104,-1.443 c 0.014,-0.087 0.02,-0.178 0.006,-0.269 -0.458,0.152 -0.958,-0.09 -1.122,-0.551 z"
+ id="path1581" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 -0.258,-0.739 -3.37,1.184 0.64,1.818 4.104,-1.443 c 0.014,-0.087 0.02,-0.178 0.006,-0.269 -0.458,0.152 -0.958,-0.09 -1.122,-0.551 z"
+ id="path1583" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 -0.258,-0.739 -3.37,1.184 0.64,1.818 4.104,-1.443 c 0.014,-0.087 0.02,-0.178 0.006,-0.269 -0.458,0.152 -0.958,-0.09 -1.122,-0.551 z"
+ id="path1585" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 -0.258,-0.739 -3.37,1.184 0.64,1.818 4.104,-1.443 c 0.014,-0.087 0.02,-0.178 0.006,-0.269 -0.458,0.152 -0.958,-0.09 -1.122,-0.551 z"
+ id="path1587" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 -0.258,-0.739 -3.37,1.184 0.64,1.818 4.104,-1.443 c 0.014,-0.087 0.02,-0.178 0.006,-0.269 -0.458,0.152 -0.958,-0.09 -1.122,-0.551 z"
+ id="path1589" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 -0.258,-0.739 -3.37,1.184 0.64,1.818 4.104,-1.443 c 0.014,-0.087 0.02,-0.178 0.006,-0.269 -0.458,0.152 -0.958,-0.09 -1.122,-0.551 z"
+ id="path1591" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.957,450.075 c 0.021,0.059 0.033,0.117 0.041,0.174 0.006,-0.002 0.013,-0.002 0.019,-0.004 z"
+ id="path1593" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.957,450.075 c 0.021,0.059 0.033,0.117 0.041,0.174 0.006,-0.002 0.013,-0.002 0.019,-0.004 z"
+ id="path1595" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.957,450.075 c 0.021,0.059 0.033,0.117 0.041,0.174 0.006,-0.002 0.013,-0.002 0.019,-0.004 z"
+ id="path1597" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.957,450.075 c 0.021,0.059 0.033,0.117 0.041,0.174 0.006,-0.002 0.013,-0.002 0.019,-0.004 z"
+ id="path1599" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 893.957,450.075 c 0.021,0.059 0.033,0.117 0.041,0.174 0.006,-0.002 0.013,-0.002 0.019,-0.004 z"
+ id="path1601" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.957,450.075 c 0.021,0.059 0.033,0.117 0.041,0.174 0.006,-0.002 0.013,-0.002 0.019,-0.004 z"
+ id="path1603" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.957,450.075 c 0.021,0.059 0.033,0.117 0.041,0.174 0.006,-0.002 0.013,-0.002 0.019,-0.004 z"
+ id="path1605" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 893.957,450.075 c 0.021,0.059 0.033,0.117 0.041,0.174 0.006,-0.002 0.013,-0.002 0.019,-0.004 z"
+ id="path1607" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z"
+ id="path1609" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z"
+ id="path1611" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z"
+ id="path1613" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z"
+ id="path1615" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z"
+ id="path1617" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z"
+ id="path1619" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z"
+ id="path1621" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z"
+ id="path1623" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 892.875,449.698 c 0.163,0.461 0.663,0.703 1.122,0.551 -0.008,-0.057 -0.021,-0.115 -0.041,-0.174 l -0.011,-0.031 -0.487,-1.382 -0.841,0.297 z"
+ id="path1625" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="925.88501"
+ y="436.79199"
+ transform="matrix(-0.9433,0.3321,-0.3321,-0.9433,1947.2135,541.801)"
+ width="2.858"
+ height="0.963"
+ id="rect1627" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="925.88501"
+ y="436.79199"
+ transform="matrix(-0.9433,0.3321,-0.3321,-0.9433,1947.2135,541.801)"
+ width="2.858"
+ height="0.963"
+ id="rect1629" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="925.88501"
+ y="436.79199"
+ transform="matrix(-0.9433,0.3321,-0.3321,-0.9433,1947.2135,541.801)"
+ width="2.858"
+ height="0.963"
+ id="rect1631" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="925.88501"
+ y="436.79199"
+ transform="matrix(-0.9433,0.3321,-0.3321,-0.9433,1947.2135,541.801)"
+ width="2.858"
+ height="0.963"
+ id="rect1633" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.08301"
+ y="438.439"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1938.5862,547.1425)"
+ width="7.0840001"
+ height="0.96499997"
+ id="rect1635" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.08301"
+ y="438.439"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1938.5862,547.1425)"
+ width="7.0840001"
+ height="0.96499997"
+ id="rect1637" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.08301"
+ y="438.439"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1938.5862,547.1425)"
+ width="7.0840001"
+ height="0.96499997"
+ id="rect1639" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.08301"
+ y="438.439"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1938.5862,547.1425)"
+ width="7.0840001"
+ height="0.96499997"
+ id="rect1641" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.08301"
+ y="438.439"
+ transform="matrix(-0.9434,0.3315,-0.3315,-0.9434,1938.5862,547.1425)"
+ width="7.0840001"
+ height="0.96499997"
+ id="rect1643" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="927.151"
+ y="436.75299"
+ transform="matrix(0.3293,0.9442,-0.9442,0.3293,1035.9423,-582.0021)"
+ width="0.96399999"
+ height="2.858"
+ id="rect1645" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="927.151"
+ y="436.75299"
+ transform="matrix(0.3293,0.9442,-0.9442,0.3293,1035.9423,-582.0021)"
+ width="0.96399999"
+ height="2.858"
+ id="rect1647" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="927.151"
+ y="436.75299"
+ transform="matrix(0.3293,0.9442,-0.9442,0.3293,1035.9423,-582.0021)"
+ width="0.96399999"
+ height="2.858"
+ id="rect1649" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="927.151"
+ y="436.75299"
+ transform="matrix(0.3293,0.9442,-0.9442,0.3293,1035.9423,-582.0021)"
+ width="0.96399999"
+ height="2.858"
+ id="rect1651" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="927.151"
+ y="436.75299"
+ transform="matrix(0.3293,0.9442,-0.9442,0.3293,1035.9423,-582.0021)"
+ width="0.96399999"
+ height="2.858"
+ id="rect1653" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.40198"
+ y="439.349"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1939.5032,548.8501)"
+ width="7.085"
+ height="0.963"
+ id="rect1655" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.40198"
+ y="439.349"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1939.5032,548.8501)"
+ width="7.085"
+ height="0.963"
+ id="rect1657" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.40198"
+ y="439.349"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1939.5032,548.8501)"
+ width="7.085"
+ height="0.963"
+ id="rect1659" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="919.40198"
+ y="439.349"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1939.5032,548.8501)"
+ width="7.085"
+ height="0.963"
+ id="rect1661" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.40198"
+ y="439.349"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1939.5032,548.8501)"
+ width="7.085"
+ height="0.963"
+ id="rect1663" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.40198"
+ y="439.349"
+ transform="matrix(-0.9435,0.3315,-0.3315,-0.9435,1939.5032,548.8501)"
+ width="7.085"
+ height="0.963"
+ id="rect1665" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.085,442.948 c 0.02,0.057 0.033,0.116 0.041,0.174 l 7.316,-2.571 -0.32,-0.908 -7.299,2.565 z"
+ id="path1667" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.085,442.948 c 0.02,0.057 0.033,0.116 0.041,0.174 l 7.316,-2.571 -0.32,-0.908 -7.299,2.565 z"
+ id="path1669" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.085,442.948 c 0.02,0.057 0.033,0.116 0.041,0.174 l 7.316,-2.571 -0.32,-0.908 -7.299,2.565 z"
+ id="path1671" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 912.085,442.948 c 0.02,0.057 0.033,0.116 0.041,0.174 l 7.316,-2.571 -0.32,-0.908 -7.299,2.565 z"
+ id="path1673" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.085,442.948 c 0.02,0.057 0.033,0.116 0.041,0.174 l 7.316,-2.571 -0.32,-0.908 -7.299,2.565 z"
+ id="path1675" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.085,442.948 c 0.02,0.057 0.033,0.116 0.041,0.174 l 7.316,-2.571 -0.32,-0.908 -7.299,2.565 z"
+ id="path1677" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 911.537,444.087 -6.4,2.25 0.082,0.234 14.544,-5.112 -0.319,-0.908 -7.316,2.571 c 0.056,0.412 -0.183,0.822 -0.591,0.965 z"
+ id="path1679" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 911.537,444.087 -6.4,2.25 0.082,0.234 14.544,-5.112 -0.319,-0.908 -7.316,2.571 c 0.056,0.412 -0.183,0.822 -0.591,0.965 z"
+ id="path1681" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 911.537,444.087 -6.4,2.25 0.082,0.234 14.544,-5.112 -0.319,-0.908 -7.316,2.571 c 0.056,0.412 -0.183,0.822 -0.591,0.965 z"
+ id="path1683" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 911.537,444.087 -6.4,2.25 0.082,0.234 14.544,-5.112 -0.319,-0.908 -7.316,2.571 c 0.056,0.412 -0.183,0.822 -0.591,0.965 z"
+ id="path1685" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 911.537,444.087 -6.4,2.25 0.082,0.234 14.544,-5.112 -0.319,-0.908 -7.316,2.571 c 0.056,0.412 -0.183,0.822 -0.591,0.965 z"
+ id="path1687" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 911.537,444.087 -6.4,2.25 0.082,0.234 14.544,-5.112 -0.319,-0.908 -7.316,2.571 c 0.056,0.412 -0.183,0.822 -0.591,0.965 z"
+ id="path1689" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 911.537,444.087 -6.4,2.25 0.082,0.234 14.544,-5.112 -0.319,-0.908 -7.316,2.571 c 0.056,0.412 -0.183,0.822 -0.591,0.965 z"
+ id="path1691" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.126,443.122 c -0.008,-0.058 -0.021,-0.117 -0.041,-0.174 l -0.262,-0.74 -7.244,2.547 0.32,0.908 z"
+ id="path1693" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.126,443.122 c -0.008,-0.058 -0.021,-0.117 -0.041,-0.174 l -0.262,-0.74 -7.244,2.547 0.32,0.908 z"
+ id="path1695" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.126,443.122 c -0.008,-0.058 -0.021,-0.117 -0.041,-0.174 l -0.262,-0.74 -7.244,2.547 0.32,0.908 z"
+ id="path1697" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 912.126,443.122 c -0.008,-0.058 -0.021,-0.117 -0.041,-0.174 l -0.262,-0.74 -7.244,2.547 0.32,0.908 z"
+ id="path1699" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.126,443.122 c -0.008,-0.058 -0.021,-0.117 -0.041,-0.174 l -0.262,-0.74 -7.244,2.547 0.32,0.908 z"
+ id="path1701" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.126,443.122 c -0.008,-0.058 -0.021,-0.117 -0.041,-0.174 l -0.262,-0.74 -7.244,2.547 0.32,0.908 z"
+ id="path1703" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 912.126,443.122 c -0.008,-0.058 -0.021,-0.117 -0.041,-0.174 l -0.262,-0.74 -7.244,2.547 0.32,0.908 z"
+ id="path1705" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 905.136,446.337 6.4,-2.25 c 0.408,-0.143 0.647,-0.553 0.59,-0.965 l -7.227,2.541 z"
+ id="path1707" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 905.136,446.337 6.4,-2.25 c 0.408,-0.143 0.647,-0.553 0.59,-0.965 l -7.227,2.541 z"
+ id="path1709" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 905.136,446.337 6.4,-2.25 c 0.408,-0.143 0.647,-0.553 0.59,-0.965 l -7.227,2.541 z"
+ id="path1711" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 905.136,446.337 6.4,-2.25 c 0.408,-0.143 0.647,-0.553 0.59,-0.965 l -7.227,2.541 z"
+ id="path1713" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 905.136,446.337 6.4,-2.25 c 0.408,-0.143 0.647,-0.553 0.59,-0.965 l -7.227,2.541 z"
+ id="path1715" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 905.136,446.337 6.4,-2.25 c 0.408,-0.143 0.647,-0.553 0.59,-0.965 l -7.227,2.541 z"
+ id="path1717" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 905.136,446.337 6.4,-2.25 c 0.408,-0.143 0.647,-0.553 0.59,-0.965 l -7.227,2.541 z"
+ id="path1719" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 905.136,446.337 6.4,-2.25 c 0.408,-0.143 0.647,-0.553 0.59,-0.965 l -7.227,2.541 z"
+ id="path1721" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08398"
+ y="454.638"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.475,316.4445)"
+ width="7.0799999"
+ height="1.927"
+ id="rect1723" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08398"
+ y="454.638"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.475,316.4445)"
+ width="7.0799999"
+ height="1.927"
+ id="rect1725" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08398"
+ y="454.638"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.475,316.4445)"
+ width="7.0799999"
+ height="1.927"
+ id="rect1727" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="873.08398"
+ y="454.638"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.475,316.4445)"
+ width="7.0799999"
+ height="1.927"
+ id="rect1729" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08398"
+ y="454.638"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.475,316.4445)"
+ width="7.0799999"
+ height="1.927"
+ id="rect1731" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="873.08398"
+ y="454.638"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.475,316.4445)"
+ width="7.0799999"
+ height="1.927"
+ id="rect1733" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="873.08398"
+ y="454.638"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.475,316.4445)"
+ width="7.0799999"
+ height="1.927"
+ id="rect1735" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.67603"
+ y="451.776"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-100.0782,319.0779)"
+ width="10.179"
+ height="1.925"
+ id="rect1737" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.67603"
+ y="451.776"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-100.0782,319.0779)"
+ width="10.179"
+ height="1.925"
+ id="rect1739" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.67603"
+ y="451.776"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-100.0782,319.0779)"
+ width="10.179"
+ height="1.925"
+ id="rect1741" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="879.67603"
+ y="451.776"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-100.0782,319.0779)"
+ width="10.179"
+ height="1.925"
+ id="rect1743" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.67603"
+ y="451.776"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-100.0782,319.0779)"
+ width="10.179"
+ height="1.925"
+ id="rect1745" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.67603"
+ y="451.776"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-100.0782,319.0779)"
+ width="10.179"
+ height="1.925"
+ id="rect1747" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="879.67603"
+ y="451.776"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-100.0782,319.0779)"
+ width="10.179"
+ height="1.925"
+ id="rect1749" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.67603"
+ y="451.776"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-100.0782,319.0779)"
+ width="10.179"
+ height="1.925"
+ id="rect1751" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 934.034,429.402 c 0.29,-0.103 0.521,-0.192 0.517,-0.203 l -0.656,-1.868 c -0.004,-0.014 -0.241,0.061 -0.529,0.162 l -7.098,2.494 0.671,1.91 z"
+ id="path1753" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 934.034,429.402 c 0.29,-0.103 0.521,-0.192 0.517,-0.203 l -0.656,-1.868 c -0.004,-0.014 -0.241,0.061 -0.529,0.162 l -7.098,2.494 0.671,1.91 z"
+ id="path1755" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 934.034,429.402 c 0.29,-0.103 0.521,-0.192 0.517,-0.203 l -0.656,-1.868 c -0.004,-0.014 -0.241,0.061 -0.529,0.162 l -7.098,2.494 0.671,1.91 z"
+ id="path1757" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 859.869,453.327 c -0.289,0.102 -0.52,0.191 -0.515,0.205 l 0.655,1.867 c 0.005,0.012 0.242,-0.063 0.531,-0.163 l 7.433,-2.612 -0.673,-1.909 z"
+ id="path1759" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 859.869,453.327 c -0.289,0.102 -0.52,0.191 -0.515,0.205 l 0.655,1.867 c 0.005,0.012 0.242,-0.063 0.531,-0.163 l 7.433,-2.612 -0.673,-1.909 z"
+ id="path1761" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 859.869,453.327 c -0.289,0.102 -0.52,0.191 -0.515,0.205 l 0.655,1.867 c 0.005,0.012 0.242,-0.063 0.531,-0.163 l 7.433,-2.612 -0.673,-1.909 z"
+ id="path1763" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 859.869,453.327 c -0.289,0.102 -0.52,0.191 -0.515,0.205 l 0.655,1.867 c 0.005,0.012 0.242,-0.063 0.531,-0.163 l 7.433,-2.612 -0.673,-1.909 z"
+ id="path1765" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 901.427,440.637 c 0.025,0.07 0.038,0.142 0.044,0.212 l 1.544,-0.543 -0.671,-1.909 -1.516,0.533 z"
+ id="path1767" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 901.427,440.637 c 0.025,0.07 0.038,0.142 0.044,0.212 l 1.544,-0.543 -0.671,-1.909 -1.516,0.533 z"
+ id="path1769" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 901.427,440.637 c 0.025,0.07 0.038,0.142 0.044,0.212 l 1.544,-0.543 -0.671,-1.909 -1.516,0.533 z"
+ id="path1771" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 901.427,440.637 c 0.025,0.07 0.038,0.142 0.044,0.212 l 1.544,-0.543 -0.671,-1.909 -1.516,0.533 z"
+ id="path1773" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 901.427,440.637 c 0.025,0.07 0.038,0.142 0.044,0.212 l 1.544,-0.543 -0.671,-1.909 -1.516,0.533 z"
+ id="path1775" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 901.427,440.637 c 0.025,0.07 0.038,0.142 0.044,0.212 l 1.544,-0.543 -0.671,-1.909 -1.516,0.533 z"
+ id="path1777" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.287,442.319 4.185,-1.471 c -0.006,-0.07 -0.019,-0.142 -0.044,-0.212 l -0.599,-1.707 -4.213,1.481 z"
+ id="path1779" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.287,442.319 4.185,-1.471 c -0.006,-0.07 -0.019,-0.142 -0.044,-0.212 l -0.599,-1.707 -4.213,1.481 z"
+ id="path1781" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.287,442.319 4.185,-1.471 c -0.006,-0.07 -0.019,-0.142 -0.044,-0.212 l -0.599,-1.707 -4.213,1.481 z"
+ id="path1783" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 897.287,442.319 4.185,-1.471 c -0.006,-0.07 -0.019,-0.142 -0.044,-0.212 l -0.599,-1.707 -4.213,1.481 z"
+ id="path1785" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.287,442.319 4.185,-1.471 c -0.006,-0.07 -0.019,-0.142 -0.044,-0.212 l -0.599,-1.707 -4.213,1.481 z"
+ id="path1787" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 897.287,442.319 4.185,-1.471 c -0.006,-0.07 -0.019,-0.142 -0.044,-0.212 l -0.599,-1.707 -4.213,1.481 z"
+ id="path1789" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 897.287,442.319 4.185,-1.471 c -0.006,-0.07 -0.019,-0.142 -0.044,-0.212 l -0.599,-1.707 -4.213,1.481 z"
+ id="path1791" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.24402"
+ y="439.45499"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1014.9191,-548.0275)"
+ width="2.023"
+ height="5.7150002"
+ id="rect1793" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.24402"
+ y="439.45499"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1014.9191,-548.0275)"
+ width="2.023"
+ height="5.7150002"
+ id="rect1795" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.24402"
+ y="439.45499"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1014.9191,-548.0275)"
+ width="2.023"
+ height="5.7150002"
+ id="rect1797" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.24402"
+ y="439.45499"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1014.9191,-548.0275)"
+ width="2.023"
+ height="5.7150002"
+ id="rect1799" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="893.24402"
+ y="439.45499"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1014.9191,-548.0275)"
+ width="2.023"
+ height="5.7150002"
+ id="rect1801" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.24402"
+ y="439.45499"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1014.9191,-548.0275)"
+ width="2.023"
+ height="5.7150002"
+ id="rect1803" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="893.24402"
+ y="439.45499"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1014.9191,-548.0275)"
+ width="2.023"
+ height="5.7150002"
+ id="rect1805" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="893.24402"
+ y="439.45499"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1014.9191,-548.0275)"
+ width="2.023"
+ height="5.7150002"
+ id="rect1807" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="867.55603"
+ y="450.18301"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-100.489,313.9638)"
+ width="2.8570001"
+ height="2.0239999"
+ id="rect1809" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="867.55603"
+ y="450.18301"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-100.489,313.9638)"
+ width="2.8570001"
+ height="2.0239999"
+ id="rect1811" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="867.55603"
+ y="450.18301"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-100.489,313.9638)"
+ width="2.8570001"
+ height="2.0239999"
+ id="rect1813" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="867.55603"
+ y="450.18301"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-100.489,313.9638)"
+ width="2.8570001"
+ height="2.0239999"
+ id="rect1815" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="867.55603"
+ y="450.18301"
+ transform="matrix(0.9433,-0.3319,0.3319,0.9433,-100.489,313.9638)"
+ width="2.8570001"
+ height="2.0239999"
+ id="rect1817" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 870.774,449.631 c -0.021,-0.056 0.052,-0.131 0.161,-0.169 l 6.482,-2.279 -0.008,-0.021 -7.414,2.605 0.672,1.909 0.733,-0.257 z"
+ id="path1819" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 870.774,449.631 c -0.021,-0.056 0.052,-0.131 0.161,-0.169 l 6.482,-2.279 -0.008,-0.021 -7.414,2.605 0.672,1.909 0.733,-0.257 z"
+ id="path1821" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 870.774,449.631 c -0.021,-0.056 0.052,-0.131 0.161,-0.169 l 6.482,-2.279 -0.008,-0.021 -7.414,2.605 0.672,1.909 0.733,-0.257 z"
+ id="path1823" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 870.774,449.631 c -0.021,-0.056 0.052,-0.131 0.161,-0.169 l 6.482,-2.279 -0.008,-0.021 -7.414,2.605 0.672,1.909 0.733,-0.257 z"
+ id="path1825" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 870.774,449.631 c -0.021,-0.056 0.052,-0.131 0.161,-0.169 l 6.482,-2.279 -0.008,-0.021 -7.414,2.605 0.672,1.909 0.733,-0.257 z"
+ id="path1827" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 870.774,449.631 c -0.021,-0.056 0.052,-0.131 0.161,-0.169 l 6.482,-2.279 -0.008,-0.021 -7.414,2.605 0.672,1.909 0.733,-0.257 z"
+ id="path1829" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.50897"
+ y="444.19901"
+ transform="matrix(0.3417,0.9398,-0.9398,0.3417,998.5037,-532.7004)"
+ width="0.023"
+ height="4.4650002"
+ id="rect1831" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.50897"
+ y="444.19901"
+ transform="matrix(0.3417,0.9398,-0.9398,0.3417,998.5037,-532.7004)"
+ width="0.023"
+ height="4.4650002"
+ id="rect1833" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.50897"
+ y="444.19901"
+ transform="matrix(0.3417,0.9398,-0.9398,0.3417,998.5037,-532.7004)"
+ width="0.023"
+ height="4.4650002"
+ id="rect1835" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="879.50897"
+ y="444.19901"
+ transform="matrix(0.3417,0.9398,-0.9398,0.3417,998.5037,-532.7004)"
+ width="0.023"
+ height="4.4650002"
+ id="rect1837" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.50897"
+ y="444.19901"
+ transform="matrix(0.3417,0.9398,-0.9398,0.3417,998.5037,-532.7004)"
+ width="0.023"
+ height="4.4650002"
+ id="rect1839" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="879.50897"
+ y="444.19901"
+ transform="matrix(0.3417,0.9398,-0.9398,0.3417,998.5037,-532.7004)"
+ width="0.023"
+ height="4.4650002"
+ id="rect1841" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="879.50897"
+ y="444.19901"
+ transform="matrix(0.3417,0.9398,-0.9398,0.3417,998.5037,-532.7004)"
+ width="0.023"
+ height="4.4650002"
+ id="rect1843" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.056,443.907 -0.043,-0.123 -5.391,1.896 0.008,0.021 5.192,-1.826 c 0.109,-0.038 0.215,-0.022 0.234,0.032 z"
+ id="path1845" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.056,443.907 -0.043,-0.123 -5.391,1.896 0.008,0.021 5.192,-1.826 c 0.109,-0.038 0.215,-0.022 0.234,0.032 z"
+ id="path1847" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.056,443.907 -0.043,-0.123 -5.391,1.896 0.008,0.021 5.192,-1.826 c 0.109,-0.038 0.215,-0.022 0.234,0.032 z"
+ id="path1849" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 887.056,443.907 -0.043,-0.123 -5.391,1.896 0.008,0.021 5.192,-1.826 c 0.109,-0.038 0.215,-0.022 0.234,0.032 z"
+ id="path1851" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.056,443.907 -0.043,-0.123 -5.391,1.896 0.008,0.021 5.192,-1.826 c 0.109,-0.038 0.215,-0.022 0.234,0.032 z"
+ id="path1853" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.056,443.907 -0.043,-0.123 -5.391,1.896 0.008,0.021 5.192,-1.826 c 0.109,-0.038 0.215,-0.022 0.234,0.032 z"
+ id="path1855" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 887.056,443.907 -0.043,-0.123 -5.391,1.896 0.008,0.021 5.192,-1.826 c 0.109,-0.038 0.215,-0.022 0.234,0.032 z"
+ id="path1857" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 887.056,443.907 -0.043,-0.123 -5.391,1.896 0.008,0.021 5.192,-1.826 c 0.109,-0.038 0.215,-0.022 0.234,0.032 z"
+ id="path1859" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="887.683,445.694 891.054,444.51 890.382,442.601 887.013,443.784 887.056,443.907 "
+ id="polygon1861" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="887.683,445.694 891.054,444.51 890.382,442.601 887.013,443.784 887.056,443.907 "
+ id="polygon1863" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="887.683,445.694 891.054,444.51 890.382,442.601 887.013,443.784 887.056,443.907 "
+ id="polygon1865" />
+ <polygon
+ style="opacity:0.5;fill:#d1e4b7"
+ points="887.683,445.694 891.054,444.51 890.382,442.601 887.013,443.784 887.056,443.907 "
+ id="polygon1867" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="887.683,445.694 891.054,444.51 890.382,442.601 887.013,443.784 887.056,443.907 "
+ id="polygon1869" />
+ <polygon
+ style="opacity:0.2;fill:#fff6a3"
+ points="887.683,445.694 891.054,444.51 890.382,442.601 887.013,443.784 887.056,443.907 "
+ id="polygon1871" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="887.683,445.694 891.054,444.51 890.382,442.601 887.013,443.784 887.056,443.907 "
+ id="polygon1873" />
+ <polygon
+ style="opacity:0.4;fill:#fff8b9"
+ points="887.683,445.694 891.054,444.51 890.382,442.601 887.013,443.784 887.056,443.907 "
+ id="polygon1875" />
+ <polygon
+ style="opacity:0.2;fill:#fff6a3"
+ points="887.683,445.694 891.054,444.51 890.382,442.601 887.013,443.784 887.056,443.907 "
+ id="polygon1877" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1879" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1881" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1883" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1885" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1887" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1889" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1891" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1893" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1895" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="890.69299"
+ y="442.396"
+ transform="matrix(0.9438,-0.3306,0.3306,0.9438,-96.4883,319.588)"
+ width="0.89200002"
+ height="2.0239999"
+ id="rect1897" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="923.82599"
+ y="430.40399"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1941.2131,531.6422)"
+ width="2.8570001"
+ height="2.0250001"
+ id="rect1899" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="923.82599"
+ y="430.40399"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1941.2131,531.6422)"
+ width="2.8570001"
+ height="2.0250001"
+ id="rect1901" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="923.82599"
+ y="430.40399"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1941.2131,531.6422)"
+ width="2.8570001"
+ height="2.0250001"
+ id="rect1903" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="923.82599"
+ y="430.40399"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1941.2131,531.6422)"
+ width="2.8570001"
+ height="2.0250001"
+ id="rect1905" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.55298"
+ y="429.521"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1024.5623,-578.9479)"
+ width="2.0239999"
+ height="7.086"
+ id="rect1907" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.55298"
+ y="429.521"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1024.5623,-578.9479)"
+ width="2.0239999"
+ height="7.086"
+ id="rect1909" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.55298"
+ y="429.521"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1024.5623,-578.9479)"
+ width="2.0239999"
+ height="7.086"
+ id="rect1911" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="919.55298"
+ y="429.521"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1024.5623,-578.9479)"
+ width="2.0239999"
+ height="7.086"
+ id="rect1913" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="919.55298"
+ y="429.521"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1024.5623,-578.9479)"
+ width="2.0239999"
+ height="7.086"
+ id="rect1915" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="912.56299"
+ y="431.65399"
+ transform="matrix(0.3324,0.9431,-0.9431,0.3324,1020.6695,-570.872)"
+ width="2.0239999"
+ height="7.7360001"
+ id="rect1917" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="912.56299"
+ y="431.65399"
+ transform="matrix(0.3324,0.9431,-0.9431,0.3324,1020.6695,-570.872)"
+ width="2.0239999"
+ height="7.7360001"
+ id="rect1919" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="912.56299"
+ y="431.65399"
+ transform="matrix(0.3324,0.9431,-0.9431,0.3324,1020.6695,-570.872)"
+ width="2.0239999"
+ height="7.7360001"
+ id="rect1921" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="912.56299"
+ y="431.65399"
+ transform="matrix(0.3324,0.9431,-0.9431,0.3324,1020.6695,-570.872)"
+ width="2.0239999"
+ height="7.7360001"
+ id="rect1923" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="912.56299"
+ y="431.65399"
+ transform="matrix(0.3324,0.9431,-0.9431,0.3324,1020.6695,-570.872)"
+ width="2.0239999"
+ height="7.7360001"
+ id="rect1925" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="912.56299"
+ y="431.65399"
+ transform="matrix(0.3324,0.9431,-0.9431,0.3324,1020.6695,-570.872)"
+ width="2.0239999"
+ height="7.7360001"
+ id="rect1927" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="902.46198"
+ y="437.06699"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1906.5923,550.8441)"
+ width="7.6810002"
+ height="2.023"
+ id="rect1929" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="902.46198"
+ y="437.06699"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1906.5923,550.8441)"
+ width="7.6810002"
+ height="2.023"
+ id="rect1931" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="902.46198"
+ y="437.06699"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1906.5923,550.8441)"
+ width="7.6810002"
+ height="2.023"
+ id="rect1933" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="902.46198"
+ y="437.06699"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1906.5923,550.8441)"
+ width="7.6810002"
+ height="2.023"
+ id="rect1935" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="902.46198"
+ y="437.06699"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1906.5923,550.8441)"
+ width="7.6810002"
+ height="2.023"
+ id="rect1937" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="902.46198"
+ y="437.06699"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1906.5923,550.8441)"
+ width="7.6810002"
+ height="2.023"
+ id="rect1939" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="902.46198"
+ y="437.06699"
+ transform="matrix(-0.9434,0.3316,-0.3316,-0.9434,1906.5923,550.8441)"
+ width="7.6810002"
+ height="2.023"
+ id="rect1941" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 877.417,447.183 -6.482,2.279 c -0.109,0.038 -0.182,0.113 -0.161,0.169 l 0.627,1.788 6.68,-2.35 z"
+ id="path1943" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 877.417,447.183 -6.482,2.279 c -0.109,0.038 -0.182,0.113 -0.161,0.169 l 0.627,1.788 6.68,-2.35 z"
+ id="path1945" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 877.417,447.183 -6.482,2.279 c -0.109,0.038 -0.182,0.113 -0.161,0.169 l 0.627,1.788 6.68,-2.35 z"
+ id="path1947" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 877.417,447.183 -6.482,2.279 c -0.109,0.038 -0.182,0.113 -0.161,0.169 l 0.627,1.788 6.68,-2.35 z"
+ id="path1949" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 877.417,447.183 -6.482,2.279 c -0.109,0.038 -0.182,0.113 -0.161,0.169 l 0.627,1.788 6.68,-2.35 z"
+ id="path1951" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 877.417,447.183 -6.482,2.279 c -0.109,0.038 -0.182,0.113 -0.161,0.169 l 0.627,1.788 6.68,-2.35 z"
+ id="path1953" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 877.417,447.183 -6.482,2.279 c -0.109,0.038 -0.182,0.113 -0.161,0.169 l 0.627,1.788 6.68,-2.35 z"
+ id="path1955" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 c -0.039,-0.058 -0.072,-0.123 -0.099,-0.192 l -0.591,-1.685 -4.213,1.48 0.663,1.887 z"
+ id="path1957" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 c -0.039,-0.058 -0.072,-0.123 -0.099,-0.192 l -0.591,-1.685 -4.213,1.48 0.663,1.887 z"
+ id="path1959" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 c -0.039,-0.058 -0.072,-0.123 -0.099,-0.192 l -0.591,-1.685 -4.213,1.48 0.663,1.887 z"
+ id="path1961" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 c -0.039,-0.058 -0.072,-0.123 -0.099,-0.192 l -0.591,-1.685 -4.213,1.48 0.663,1.887 z"
+ id="path1963" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 c -0.039,-0.058 -0.072,-0.123 -0.099,-0.192 l -0.591,-1.685 -4.213,1.48 0.663,1.887 z"
+ id="path1965" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 c -0.039,-0.058 -0.072,-0.123 -0.099,-0.192 l -0.591,-1.685 -4.213,1.48 0.663,1.887 z"
+ id="path1967" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 c -0.039,-0.058 -0.072,-0.123 -0.099,-0.192 l -0.591,-1.685 -4.213,1.48 0.663,1.887 z"
+ id="path1969" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 c -0.039,-0.058 -0.072,-0.123 -0.099,-0.192 l -0.591,-1.685 -4.213,1.48 0.663,1.887 z"
+ id="path1971" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z"
+ id="path1973" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z"
+ id="path1975" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z"
+ id="path1977" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z"
+ id="path1979" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z"
+ id="path1981" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z"
+ id="path1983" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z"
+ id="path1985" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z"
+ id="path1987" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 882.32,447.579 5.363,-1.885 -0.627,-1.787 c -0.02,-0.055 -0.125,-0.07 -0.233,-0.031 l -5.192,1.826 0.591,1.685 c 0.026,0.069 0.059,0.134 0.098,0.192 z"
+ id="path1989" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 830.122,456.046 c -0.301,0.105 -0.54,0.205 -0.534,0.223 l 0.928,2.643 c 0.007,0.016 0.256,-0.057 0.555,-0.162 l 1.738,-0.611 -0.949,-2.701 z"
+ id="path1991" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 830.122,456.046 c -0.301,0.105 -0.54,0.205 -0.534,0.223 l 0.928,2.643 c 0.007,0.016 0.256,-0.057 0.555,-0.162 l 1.738,-0.611 -0.949,-2.701 z"
+ id="path1993" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 830.122,456.046 c -0.301,0.105 -0.54,0.205 -0.534,0.223 l 0.928,2.643 c 0.007,0.016 0.256,-0.057 0.555,-0.162 l 1.738,-0.611 -0.949,-2.701 z"
+ id="path1995" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="831.34302"
+ y="449.552"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.5217,307.0137)"
+ width="35.001999"
+ height="2.8629999"
+ id="rect1997" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="831.34302"
+ y="449.552"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.5217,307.0137)"
+ width="35.001999"
+ height="2.8629999"
+ id="rect1999" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="831.34302"
+ y="449.552"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.5217,307.0137)"
+ width="35.001999"
+ height="2.8629999"
+ id="rect2001" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="831.34302"
+ y="449.552"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-101.5217,307.0137)"
+ width="35.001999"
+ height="2.8629999"
+ id="rect2003" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="898.20801"
+ y="432.32501"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1009.9156,-559.2386)"
+ width="2.865"
+ height="1.609"
+ id="rect2005" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="898.20801"
+ y="432.32501"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1009.9156,-559.2386)"
+ width="2.865"
+ height="1.609"
+ id="rect2007" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="898.20801"
+ y="432.32501"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1009.9156,-559.2386)"
+ width="2.865"
+ height="1.609"
+ id="rect2009" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="898.20801"
+ y="432.32501"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1009.9156,-559.2386)"
+ width="2.865"
+ height="1.609"
+ id="rect2011" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="898.20801"
+ y="432.32501"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1009.9156,-559.2386)"
+ width="2.865"
+ height="1.609"
+ id="rect2013" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="898.20801"
+ y="432.32501"
+ transform="matrix(0.3316,0.9434,-0.9434,0.3316,1009.9156,-559.2386)"
+ width="2.865"
+ height="1.609"
+ id="rect2015" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.64899"
+ y="429.99399"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1007.931,-552.7007)"
+ width="2.8640001"
+ height="10.177"
+ id="rect2017" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.64899"
+ y="429.99399"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1007.931,-552.7007)"
+ width="2.8640001"
+ height="10.177"
+ id="rect2019" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.64899"
+ y="429.99399"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1007.931,-552.7007)"
+ width="2.8640001"
+ height="10.177"
+ id="rect2021" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="892.64899"
+ y="429.99399"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1007.931,-552.7007)"
+ width="2.8640001"
+ height="10.177"
+ id="rect2023" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.64899"
+ y="429.99399"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1007.931,-552.7007)"
+ width="2.8640001"
+ height="10.177"
+ id="rect2025" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="892.64899"
+ y="429.99399"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1007.931,-552.7007)"
+ width="2.8640001"
+ height="10.177"
+ id="rect2027" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="892.64899"
+ y="429.99399"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1007.931,-552.7007)"
+ width="2.8640001"
+ height="10.177"
+ id="rect2029" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="865.271"
+ y="443.27701"
+ transform="matrix(0.3318,0.9433,-0.9433,0.3318,998.6042,-520.4573)"
+ width="2.8629999"
+ height="2.8570001"
+ id="rect2031" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="865.271"
+ y="443.27701"
+ transform="matrix(0.3318,0.9433,-0.9433,0.3318,998.6042,-520.4573)"
+ width="2.8629999"
+ height="2.8570001"
+ id="rect2033" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="865.271"
+ y="443.27701"
+ transform="matrix(0.3318,0.9433,-0.9433,0.3318,998.6042,-520.4573)"
+ width="2.8629999"
+ height="2.8570001"
+ id="rect2035" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="865.271"
+ y="443.27701"
+ transform="matrix(0.3318,0.9433,-0.9433,0.3318,998.6042,-520.4573)"
+ width="2.8629999"
+ height="2.8570001"
+ id="rect2037" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="865.271"
+ y="443.27701"
+ transform="matrix(0.3318,0.9433,-0.9433,0.3318,998.6042,-520.4573)"
+ width="2.8629999"
+ height="2.8570001"
+ id="rect2039" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="867.70203"
+ y="440.75601"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-97.1949,314.8572)"
+ width="12.322"
+ height="2.8629999"
+ id="rect2041" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="867.70203"
+ y="440.75601"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-97.1949,314.8572)"
+ width="12.322"
+ height="2.8629999"
+ id="rect2043" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="867.70203"
+ y="440.75601"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-97.1949,314.8572)"
+ width="12.322"
+ height="2.8629999"
+ id="rect2045" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="867.70203"
+ y="440.75601"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-97.1949,314.8572)"
+ width="12.322"
+ height="2.8629999"
+ id="rect2047" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="867.70203"
+ y="440.75601"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-97.1949,314.8572)"
+ width="12.322"
+ height="2.8629999"
+ id="rect2049" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="867.70203"
+ y="440.75601"
+ transform="matrix(0.9434,-0.3317,0.3317,0.9434,-97.1949,314.8572)"
+ width="12.322"
+ height="2.8629999"
+ id="rect2051" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.93903"
+ y="436.34"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1003.9882,-538.9043)"
+ width="2.8640001"
+ height="5.7150002"
+ id="rect2053" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.93903"
+ y="436.34"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1003.9882,-538.9043)"
+ width="2.8640001"
+ height="5.7150002"
+ id="rect2055" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.93903"
+ y="436.34"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1003.9882,-538.9043)"
+ width="2.8640001"
+ height="5.7150002"
+ id="rect2057" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="880.93903"
+ y="436.34"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1003.9882,-538.9043)"
+ width="2.8640001"
+ height="5.7150002"
+ id="rect2059" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.93903"
+ y="436.34"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1003.9882,-538.9043)"
+ width="2.8640001"
+ height="5.7150002"
+ id="rect2061" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="880.93903"
+ y="436.34"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1003.9882,-538.9043)"
+ width="2.8640001"
+ height="5.7150002"
+ id="rect2063" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="880.93903"
+ y="436.34"
+ transform="matrix(0.3317,0.9434,-0.9434,0.3317,1003.9882,-538.9043)"
+ width="2.8640001"
+ height="5.7150002"
+ id="rect2065" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.966"
+ y="436.22601"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-94.9557,318.8143)"
+ width="3.572"
+ height="2.8640001"
+ id="rect2067" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.966"
+ y="436.22601"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-94.9557,318.8143)"
+ width="3.572"
+ height="2.8640001"
+ id="rect2069" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.966"
+ y="436.22601"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-94.9557,318.8143)"
+ width="3.572"
+ height="2.8640001"
+ id="rect2071" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="884.966"
+ y="436.22601"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-94.9557,318.8143)"
+ width="3.572"
+ height="2.8640001"
+ id="rect2073" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="884.966"
+ y="436.22601"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-94.9557,318.8143)"
+ width="3.572"
+ height="2.8640001"
+ id="rect2075" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.966"
+ y="436.22601"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-94.9557,318.8143)"
+ width="3.572"
+ height="2.8640001"
+ id="rect2077" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="884.966"
+ y="436.22601"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-94.9557,318.8143)"
+ width="3.572"
+ height="2.8640001"
+ id="rect2079" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="884.966"
+ y="436.22601"
+ transform="matrix(0.9434,-0.3316,0.3316,0.9434,-94.9557,318.8143)"
+ width="3.572"
+ height="2.8640001"
+ id="rect2081" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.42603"
+ y="436.47198"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ width="2.865"
+ height="0.89300001"
+ id="rect2083" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.42603"
+ y="436.47198"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ width="2.865"
+ height="0.89300001"
+ id="rect2085" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.42603"
+ y="436.47198"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ width="2.865"
+ height="0.89300001"
+ id="rect2087" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="887.42603"
+ y="436.47198"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ width="2.865"
+ height="0.89300001"
+ id="rect2089" />
+
+ <rect
+ style="opacity:0.2;fill:#fff6a3"
+ x="887.42603"
+ y="436.47198"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ width="2.865"
+ height="0.89300001"
+ id="rect2091" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.42603"
+ y="436.47198"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ width="2.865"
+ height="0.89300001"
+ id="rect2093" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.42603"
+ y="436.47198"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ width="2.865"
+ height="0.89300001"
+ id="rect2095" />
+
+ <rect
+ style="opacity:0.4;fill:#fff8b9"
+ x="887.42603"
+ y="436.47198"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ width="2.865"
+ height="0.89300001"
+ id="rect2097" />
+
+ <rect
+ style="opacity:0.5;fill:#d1e4b7"
+ x="887.42603"
+ y="436.47198"
+ transform="matrix(0.331,0.9436,-0.9436,0.331,1006.9163,-546.4575)"
+ width="2.865"
+ height="0.89300001"
+ id="rect2099" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.447,431.902 c 0.303,-0.106 0.539,-0.204 0.534,-0.222 l -0.93,-2.642 c -0.006,-0.017 -0.253,0.056 -0.555,0.161 l -6.572,2.311 0.95,2.703 z"
+ id="path2101" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.447,431.902 c 0.303,-0.106 0.539,-0.204 0.534,-0.222 l -0.93,-2.642 c -0.006,-0.017 -0.253,0.056 -0.555,0.161 l -6.572,2.311 0.95,2.703 z"
+ id="path2103" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.447,431.902 c 0.303,-0.106 0.539,-0.204 0.534,-0.222 l -0.93,-2.642 c -0.006,-0.017 -0.253,0.056 -0.555,0.161 l -6.572,2.311 0.95,2.703 z"
+ id="path2105" />
+ <path
+ style="opacity:0.2;fill:#fff6a3"
+ inkscape:connector-curvature="0"
+ d="m 907.447,431.902 c 0.303,-0.106 0.539,-0.204 0.534,-0.222 l -0.93,-2.642 c -0.006,-0.017 -0.253,0.056 -0.555,0.161 l -6.572,2.311 0.95,2.703 z"
+ id="path2107" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.447,431.902 c 0.303,-0.106 0.539,-0.204 0.534,-0.222 l -0.93,-2.642 c -0.006,-0.017 -0.253,0.056 -0.555,0.161 l -6.572,2.311 0.95,2.703 z"
+ id="path2109" />
+ <path
+ style="opacity:0.4;fill:#fff8b9"
+ inkscape:connector-curvature="0"
+ d="m 907.447,431.902 c 0.303,-0.106 0.539,-0.204 0.534,-0.222 l -0.93,-2.642 c -0.006,-0.017 -0.253,0.056 -0.555,0.161 l -6.572,2.311 0.95,2.703 z"
+ id="path2111" />
+ <path
+ style="opacity:0.5;fill:#d1e4b7"
+ inkscape:connector-curvature="0"
+ d="m 907.447,431.902 c 0.303,-0.106 0.539,-0.204 0.534,-0.222 l -0.93,-2.642 c -0.006,-0.017 -0.253,0.056 -0.555,0.161 l -6.572,2.311 0.95,2.703 z"
+ id="path2113" />
+ </g>
+ <path
+ style="opacity:0.4;fill:#244960"
+ inkscape:connector-curvature="0"
+ d="m 914.193,184.73 c 85.199,-29.948 178.542,14.841 208.489,100.038 29.949,85.198 -14.84,178.542 -100.04,208.492 -85.195,29.947 -178.54,-14.841 -208.487,-100.04 -29.949,-85.197 14.841,-178.541 100.038,-208.49 z"
+ id="path2117" />
+
+ <linearGradient
+ id="SVGID_8_"
+ gradientUnits="userSpaceOnUse"
+ x1="-182.34331"
+ y1="642.96289"
+ x2="-182.34331"
+ y2="-161.6875"
+ gradientTransform="rotate(180,476.0757,509.10205)">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop2119" />
+ <stop
+ offset="0.097"
+ style="stop-color:#FFFFFF;stop-opacity:0.903"
+ id="stop2121" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop2123" />
+ </linearGradient>
+
+ <line
+ style="opacity:0.3;fill:#f6f6f6;stroke:url(#SVGID_8_);stroke-width:3;stroke-miterlimit:10"
+ stroke-miterlimit="10"
+ x1="1134.494"
+ y1="375.241"
+ x2="1134.494"
+ y2="1179.8929"
+ id="line2126" />
+
+ <linearGradient
+ id="SVGID_9_"
+ gradientUnits="userSpaceOnUse"
+ x1="682.24799"
+ y1="433.76459"
+ x2="682.24799"
+ y2="-435.74661"
+ gradientTransform="translate(103.2568,-50.5977)">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop2128" />
+ <stop
+ offset="0.097"
+ style="stop-color:#FFFFFF;stop-opacity:0.903"
+ id="stop2130" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop2132" />
+ </linearGradient>
+
+ <line
+ style="opacity:0.3;fill:#f6f6f6;stroke:url(#SVGID_9_);stroke-width:3;stroke-miterlimit:10"
+ stroke-miterlimit="10"
+ x1="785.505"
+ y1="383.16699"
+ x2="785.505"
+ y2="-486.34399"
+ id="line2135" />
+ </g>
+ <linearGradient
+ id="SVGID_10_"
+ gradientUnits="userSpaceOnUse"
+ x1="1684.6602"
+ y1="-241.16209"
+ x2="1684.6602"
+ y2="590.34332">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop2139" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop2141" />
+ </linearGradient>
+ <rect
+ style="opacity:0.1;fill:url(#SVGID_10_)"
+ x="1654.174"
+ y="-241.162"
+ width="60.973999"
+ height="831.505"
+ id="rect2144" />
+ <linearGradient
+ id="SVGID_11_"
+ gradientUnits="userSpaceOnUse"
+ x1="1743.0996"
+ y1="-151.3203"
+ x2="1743.0996"
+ y2="953.18597">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop2146" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop2148" />
+ </linearGradient>
+ <rect
+ style="opacity:0.1;fill:url(#SVGID_11_)"
+ x="1684.6639"
+ y="-151.32001"
+ width="116.87"
+ height="1104.506"
+ id="rect2151" />
+ <linearGradient
+ id="SVGID_12_"
+ gradientUnits="userSpaceOnUse"
+ x1="1883.8594"
+ y1="-237.31351"
+ x2="1883.8594"
+ y2="867.19379">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop2153" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop2155" />
+ </linearGradient>
+ <rect
+ style="opacity:0.1;fill:url(#SVGID_12_)"
+ x="1847.72"
+ y="-237.313"
+ width="72.279999"
+ height="1104.507"
+ id="rect2158" />
+ <g
+ style="opacity:0.5"
+ id="rais_2_">
+ <linearGradient
+ id="SVGID_13_"
+ gradientUnits="userSpaceOnUse"
+ x1="182.82761"
+ y1="-482.51511"
+ x2="182.82761"
+ y2="535.99561">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop2160" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop2162" />
+ </linearGradient>
+ <rect
+ style="opacity:0.1;fill:url(#SVGID_13_)"
+ x="152.341"
+ y="-482.51501"
+ width="60.973999"
+ height="1018.511"
+ id="rect2165" />
+ <linearGradient
+ id="SVGID_14_"
+ gradientUnits="userSpaceOnUse"
+ x1="254.88091"
+ y1="-485.91849"
+ x2="254.8808"
+ y2="866.99268">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop2167" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop2169" />
+ </linearGradient>
+ <rect
+ style="opacity:0.1;fill:url(#SVGID_14_)"
+ x="174.09599"
+ y="-485.918"
+ width="161.57001"
+ height="1352.911"
+ id="rect2172" />
+ <linearGradient
+ id="SVGID_15_"
+ gradientUnits="userSpaceOnUse"
+ x1="429.021"
+ y1="-521.5"
+ x2="429.0209"
+ y2="831.41058">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop2174" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop2176" />
+ </linearGradient>
+ <rect
+ style="opacity:0.1;fill:url(#SVGID_15_)"
+ x="392.88101"
+ y="-521.5"
+ width="72.279999"
+ height="1352.91"
+ id="rect2179" />
+ </g>
+ <linearGradient
+ id="SVGID_16_"
+ gradientUnits="userSpaceOnUse"
+ x1="1809.5947"
+ y1="-362.57669"
+ x2="1809.5947"
+ y2="741.93018">
+ <stop
+ offset="0"
+ style="stop-color:#FFFFFF"
+ id="stop2182" />
+ <stop
+ offset="1"
+ style="stop-color:#FFFFFF;stop-opacity:0"
+ id="stop2184" />
+ </linearGradient>
+ <rect
+ style="opacity:0.1;fill:url(#SVGID_16_)"
+ x="1791.524"
+ y="-362.577"
+ width="36.140999"
+ height="1104.506"
+ id="rect2187" />
+</g>
+</svg> \ No newline at end of file
diff --git a/moonlight-theme/wallpaper/gnome-background.xml b/moonlight-theme/wallpaper/gnome-background.xml
new file mode 100644
index 0000000..38c8b61
--- /dev/null
+++ b/moonlight-theme/wallpaper/gnome-background.xml
@@ -0,0 +1,15 @@
+<background>
+ <static>
+ <duration>8640000.0</duration>
+ <file>
+ <size width="1280" height="720">/usr/share/desktop-base/moonlight-theme/wallpaper/contents/images/1280x720.svg</size>
+ <size width="1280" height="1024">/usr/share/desktop-base/moonlight-theme/wallpaper/contents/images/1280x1024.svg</size>
+ <size width="1920" height="1080">/usr/share/desktop-base/moonlight-theme/wallpaper/contents/images/1920x1080.svg</size>
+ <size width="1920" height="1200">/usr/share/desktop-base/moonlight-theme/wallpaper/contents/images/1920x1200.svg</size>
+ <size width="2560" height="1080">/usr/share/desktop-base/moonlight-theme/wallpaper/contents/images/2560x1080.svg</size>
+ <size width="2560" height="1440">/usr/share/desktop-base/moonlight-theme/wallpaper/contents/images/2560x1440.svg</size>
+ <size width="3840" height="2160">/usr/share/desktop-base/moonlight-theme/wallpaper/contents/images/3840x2160.svg</size>
+ </file>
+ </static>
+</background>
+
diff --git a/moonlight-theme/wallpaper/metadata.desktop b/moonlight-theme/wallpaper/metadata.desktop
new file mode 100644
index 0000000..2eb0c12
--- /dev/null
+++ b/moonlight-theme/wallpaper/metadata.desktop
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Name=Moonlight
+Name[fr]=Clair de Lune
+X-KDE-PluginInfo-Name=Moonlight
+X-KDE-PluginInfo-Author=Juliette Taka Belin
+X-KDE-PluginInfo-Email=juliettetaka.belin@gmail.com
+X-KDE-PluginInfo-License=GPLv2+