va_common 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +9 -0
- data/.travis.yml +4 -0
- data/CODE_OF_CONDUCT.md +13 -0
- data/Gemfile +4 -0
- data/README.md +66 -0
- data/Rakefile +1 -0
- data/app/assets/fonts/merriweather-bold-webfont.eot +0 -0
- data/app/assets/fonts/merriweather-bold-webfont.svg +294 -0
- data/app/assets/fonts/merriweather-bold-webfont.ttf +0 -0
- data/app/assets/fonts/merriweather-bold-webfont.woff +0 -0
- data/app/assets/fonts/merriweather-bold-webfont.woff2 +0 -0
- data/app/assets/fonts/merriweather-italic-webfont.eot +0 -0
- data/app/assets/fonts/merriweather-italic-webfont.svg +283 -0
- data/app/assets/fonts/merriweather-italic-webfont.ttf +0 -0
- data/app/assets/fonts/merriweather-italic-webfont.woff +0 -0
- data/app/assets/fonts/merriweather-italic-webfont.woff2 +0 -0
- data/app/assets/fonts/merriweather-light-webfont.eot +0 -0
- data/app/assets/fonts/merriweather-light-webfont.svg +299 -0
- data/app/assets/fonts/merriweather-light-webfont.ttf +0 -0
- data/app/assets/fonts/merriweather-light-webfont.woff +0 -0
- data/app/assets/fonts/merriweather-light-webfont.woff2 +0 -0
- data/app/assets/fonts/merriweather-regular-webfont.eot +0 -0
- data/app/assets/fonts/merriweather-regular-webfont.svg +294 -0
- data/app/assets/fonts/merriweather-regular-webfont.ttf +0 -0
- data/app/assets/fonts/merriweather-regular-webfont.woff +0 -0
- data/app/assets/fonts/merriweather-regular-webfont.woff2 +0 -0
- data/app/assets/fonts/sourcesanspro-bold-webfont.eot +0 -0
- data/app/assets/fonts/sourcesanspro-bold-webfont.svg +965 -0
- data/app/assets/fonts/sourcesanspro-bold-webfont.ttf +0 -0
- data/app/assets/fonts/sourcesanspro-bold-webfont.woff +0 -0
- data/app/assets/fonts/sourcesanspro-bold-webfont.woff2 +0 -0
- data/app/assets/fonts/sourcesanspro-italic-webfont.eot +0 -0
- data/app/assets/fonts/sourcesanspro-italic-webfont.svg +853 -0
- data/app/assets/fonts/sourcesanspro-italic-webfont.ttf +0 -0
- data/app/assets/fonts/sourcesanspro-italic-webfont.woff +0 -0
- data/app/assets/fonts/sourcesanspro-italic-webfont.woff2 +0 -0
- data/app/assets/fonts/sourcesanspro-light-webfont.eot +0 -0
- data/app/assets/fonts/sourcesanspro-light-webfont.svg +915 -0
- data/app/assets/fonts/sourcesanspro-light-webfont.ttf +0 -0
- data/app/assets/fonts/sourcesanspro-light-webfont.woff +0 -0
- data/app/assets/fonts/sourcesanspro-light-webfont.woff2 +0 -0
- data/app/assets/fonts/sourcesanspro-regular-webfont.eot +0 -0
- data/app/assets/fonts/sourcesanspro-regular-webfont.svg +989 -0
- data/app/assets/fonts/sourcesanspro-regular-webfont.ttf +0 -0
- data/app/assets/fonts/sourcesanspro-regular-webfont.woff +0 -0
- data/app/assets/fonts/sourcesanspro-regular-webfont.woff2 +0 -0
- data/app/assets/images/design/background/thread.png +0 -0
- data/app/assets/images/design/logo/logo-alt-hover.png +0 -0
- data/app/assets/images/design/logo/logo-alt.png +0 -0
- data/app/assets/images/design/logo/logo-hover.png +0 -0
- data/app/assets/images/design/logo/logo-small.png +0 -0
- data/app/assets/images/design/logo/logo.png +0 -0
- data/app/assets/images/design/logo/og-image.jpg +0 -0
- data/app/assets/images/design/seal/seal-footer.png +0 -0
- data/app/assets/images/design/seal/seal-footer.svg +1 -0
- data/app/assets/images/design/seal/seal.png +0 -0
- data/app/assets/images/design/seal/stars.png +0 -0
- data/app/assets/images/icons/apple-touch-icon-114x114.png +0 -0
- data/app/assets/images/icons/apple-touch-icon-152x152.png +0 -0
- data/app/assets/images/icons/apple-touch-icon-72x72.png +0 -0
- data/app/assets/images/icons/apple-touch-icon.png +0 -0
- data/app/assets/images/icons/favicon.ico +0 -0
- data/app/assets/images/icons/va.png +0 -0
- data/app/assets/images/icons/watermark.png +0 -0
- data/app/assets/images/icons/wrench.png +0 -0
- data/app/assets/images/social-icons/png/facebook25.png +0 -0
- data/app/assets/images/social-icons/png/rss25.png +0 -0
- data/app/assets/images/social-icons/png/twitter16.png +0 -0
- data/app/assets/images/social-icons/png/youtube15.png +0 -0
- data/app/assets/images/social-icons/svg/facebook25.svg +11 -0
- data/app/assets/images/social-icons/svg/rss25.svg +1 -0
- data/app/assets/images/social-icons/svg/twitter16.svg +15 -0
- data/app/assets/images/social-icons/svg/youtube15.svg +1 -0
- data/app/assets/js/components.js +376 -0
- data/app/assets/js/foundation/foundation.abide.js +408 -0
- data/app/assets/js/foundation/foundation.accordion.js +88 -0
- data/app/assets/js/foundation/foundation.alert.js +43 -0
- data/app/assets/js/foundation/foundation.clearing.js +586 -0
- data/app/assets/js/foundation/foundation.dropdown.js +463 -0
- data/app/assets/js/foundation/foundation.equalizer.js +104 -0
- data/app/assets/js/foundation/foundation.interchange.js +359 -0
- data/app/assets/js/foundation/foundation.joyride.js +932 -0
- data/app/assets/js/foundation/foundation.js +725 -0
- data/app/assets/js/foundation/foundation.magellan.js +215 -0
- data/app/assets/js/foundation/foundation.offcanvas.js +152 -0
- data/app/assets/js/foundation/foundation.orbit.js +476 -0
- data/app/assets/js/foundation/foundation.reveal.js +498 -0
- data/app/assets/js/foundation/foundation.slider.js +281 -0
- data/app/assets/js/foundation/foundation.tab.js +249 -0
- data/app/assets/js/foundation/foundation.tooltip.js +339 -0
- data/app/assets/js/foundation/foundation.topbar.js +458 -0
- data/app/assets/js/foundation.min.js +6376 -0
- data/app/assets/js/scripts-no-touch.js +33 -0
- data/app/assets/js/scripts-touch.js +33 -0
- data/app/assets/js/va_common_main.js +1 -0
- data/app/assets/js/vendor/classie.js +80 -0
- data/app/assets/js/vendor/html5shiv.js +8 -0
- data/app/assets/js/vendor/jquery-1.11.0.min.js +4 -0
- data/app/assets/js/vendor/jquery.js +9789 -0
- data/app/assets/js/vendor/jquery.smooth-scroll.js +255 -0
- data/app/assets/js/vendor/jquery.stellar.js +651 -0
- data/app/assets/js/vendor/jquery.tipsy.js +258 -0
- data/app/assets/js/vendor/menu.js +40 -0
- data/app/assets/js/vendor/modernizr.custom.js +4 -0
- data/app/assets/js/vendor/nwmatcher-1.2.5-min.js +7 -0
- data/app/assets/js/vendor/respond.min.js +6 -0
- data/app/assets/js/vendor/scroll-settings.js +3 -0
- data/app/assets/js/vendor/selectivizr-1.0.3b.js +560 -0
- data/app/assets/js/vendor/stellar-settings.js +8 -0
- data/app/assets/js/vendor/svg-injector.js +450 -0
- data/app/assets/js/vendor/tota11y.min.js +28 -0
- data/app/assets/js/vendor/wow.min.js +2 -0
- data/app/assets/stylesheets/_va.scss +2377 -0
- data/app/assets/stylesheets/components/_accordions.scss +98 -0
- data/app/assets/stylesheets/core/_base.scss +20 -0
- data/app/assets/stylesheets/core/_defaults.scss +92 -0
- data/app/assets/stylesheets/core/_grid-settings.scss +10 -0
- data/app/assets/stylesheets/core/_grid.scss +116 -0
- data/app/assets/stylesheets/core/_utilities.scss +105 -0
- data/app/assets/stylesheets/core/_variables.scss +88 -0
- data/app/assets/stylesheets/elements/_buttons.scss +189 -0
- data/app/assets/stylesheets/elements/_figure.scss +9 -0
- data/app/assets/stylesheets/elements/_inputs.scss +328 -0
- data/app/assets/stylesheets/elements/_labels.scss +39 -0
- data/app/assets/stylesheets/elements/_list.scss +82 -0
- data/app/assets/stylesheets/elements/_table.scss +39 -0
- data/app/assets/stylesheets/elements/_typography.scss +220 -0
- data/app/assets/stylesheets/foundation/_functions.scss +146 -0
- data/app/assets/stylesheets/foundation/_settings.scss +1467 -0
- data/app/assets/stylesheets/foundation/_variables.scss +1286 -0
- data/app/assets/stylesheets/foundation/components/_accordion.scss +157 -0
- data/app/assets/stylesheets/foundation/components/_alert-boxes.scss +128 -0
- data/app/assets/stylesheets/foundation/components/_block-grid.scss +132 -0
- data/app/assets/stylesheets/foundation/components/_breadcrumbs.scss +132 -0
- data/app/assets/stylesheets/foundation/components/_button-groups.scss +200 -0
- data/app/assets/stylesheets/foundation/components/_buttons.scss +259 -0
- data/app/assets/stylesheets/foundation/components/_clearing.scss +256 -0
- data/app/assets/stylesheets/foundation/components/_dropdown-buttons.scss +131 -0
- data/app/assets/stylesheets/foundation/components/_dropdown.scss +262 -0
- data/app/assets/stylesheets/foundation/components/_flex-video.scss +51 -0
- data/app/assets/stylesheets/foundation/components/_forms.scss +570 -0
- data/app/assets/stylesheets/foundation/components/_global.scss +481 -0
- data/app/assets/stylesheets/foundation/components/_grid.scss +289 -0
- data/app/assets/stylesheets/foundation/components/_icon-bar.scss +358 -0
- data/app/assets/stylesheets/foundation/components/_inline-lists.scss +57 -0
- data/app/assets/stylesheets/foundation/components/_joyride.scss +222 -0
- data/app/assets/stylesheets/foundation/components/_keystrokes.scss +61 -0
- data/app/assets/stylesheets/foundation/components/_labels.scss +106 -0
- data/app/assets/stylesheets/foundation/components/_magellan.scss +34 -0
- data/app/assets/stylesheets/foundation/components/_offcanvas.scss +515 -0
- data/app/assets/stylesheets/foundation/components/_orbit.scss +368 -0
- data/app/assets/stylesheets/foundation/components/_pagination.scss +162 -0
- data/app/assets/stylesheets/foundation/components/_panels.scss +101 -0
- data/app/assets/stylesheets/foundation/components/_pricing-tables.scss +150 -0
- data/app/assets/stylesheets/foundation/components/_progress-bars.scss +79 -0
- data/app/assets/stylesheets/foundation/components/_range-slider.scss +169 -0
- data/app/assets/stylesheets/foundation/components/_reveal.scss +202 -0
- data/app/assets/stylesheets/foundation/components/_side-nav.scss +116 -0
- data/app/assets/stylesheets/foundation/components/_split-buttons.scss +199 -0
- data/app/assets/stylesheets/foundation/components/_sub-nav.scss +123 -0
- data/app/assets/stylesheets/foundation/components/_switches.scss +238 -0
- data/app/assets/stylesheets/foundation/components/_tables.scss +135 -0
- data/app/assets/stylesheets/foundation/components/_tabs.scss +123 -0
- data/app/assets/stylesheets/foundation/components/_thumbs.scss +66 -0
- data/app/assets/stylesheets/foundation/components/_toolbar.scss +70 -0
- data/app/assets/stylesheets/foundation/components/_tooltips.scss +142 -0
- data/app/assets/stylesheets/foundation/components/_top-bar.scss +691 -0
- data/app/assets/stylesheets/foundation/components/_type.scss +525 -0
- data/app/assets/stylesheets/foundation/components/_visibility.scss +408 -0
- data/app/assets/stylesheets/functions/_new-breakpoint.scss +49 -0
- data/app/assets/stylesheets/functions/_private.scss +114 -0
- data/app/assets/stylesheets/lib/_normalize.scss +427 -0
- data/app/assets/stylesheets/lib/bourbon/_bourbon-deprecated-upcoming.scss +411 -0
- data/app/assets/stylesheets/lib/bourbon/_bourbon.scss +87 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_border-color.scss +26 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_border-radius.scss +48 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_border-style.scss +25 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_border-width.scss +25 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_buttons.scss +64 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_clearfix.scss +25 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_ellipsis.scss +30 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_font-stacks.scss +31 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_hide-text.scss +27 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_margin.scss +26 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_padding.scss +26 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_position.scss +48 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_prefixer.scss +66 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_retina-image.scss +25 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_size.scss +51 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_text-inputs.scss +112 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_timing-functions.scss +34 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_triangle.scss +63 -0
- data/app/assets/stylesheets/lib/bourbon/addons/_word-wrap.scss +29 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_animation.scss +43 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_appearance.scss +3 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_backface-visibility.scss +3 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_background-image.scss +42 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_background.scss +55 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_border-image.scss +59 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_calc.scss +4 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_columns.scss +47 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_filter.scss +4 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_flex-box.scss +287 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_font-face.scss +24 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_font-feature-settings.scss +4 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_hidpi-media-query.scss +10 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_hyphens.scss +4 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_image-rendering.scss +14 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_keyframes.scss +36 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_linear-gradient.scss +38 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_perspective.scss +8 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_placeholder.scss +8 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_radial-gradient.scss +39 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_selection.scss +42 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_text-decoration.scss +19 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_transform.scss +15 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_transition.scss +71 -0
- data/app/assets/stylesheets/lib/bourbon/css3/_user-select.scss +3 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_assign-inputs.scss +11 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_contains-falsy.scss +20 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_contains.scss +26 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_is-length.scss +11 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_is-light.scss +21 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_is-number.scss +11 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_is-size.scss +13 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_modular-scale.scss +69 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_px-to-em.scss +13 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_px-to-rem.scss +15 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_shade.scss +24 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_strip-units.scss +17 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_tint.scss +24 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_transition-property-name.scss +22 -0
- data/app/assets/stylesheets/lib/bourbon/functions/_unpack.scss +27 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_convert-units.scss +21 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_directional-values.scss +96 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_font-source-declaration.scss +43 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_gradient-positions-parser.scss +13 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_linear-angle-parser.scss +25 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_linear-gradient-parser.scss +41 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_linear-positions-parser.scss +61 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_linear-side-corner-parser.scss +31 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_radial-arg-parser.scss +69 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_radial-gradient-parser.scss +50 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_radial-positions-parser.scss +18 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_render-gradients.scss +26 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_shape-size-stripper.scss +10 -0
- data/app/assets/stylesheets/lib/bourbon/helpers/_str-to-num.scss +50 -0
- data/app/assets/stylesheets/lib/bourbon/settings/_asset-pipeline.scss +7 -0
- data/app/assets/stylesheets/lib/bourbon/settings/_prefixer.scss +9 -0
- data/app/assets/stylesheets/lib/bourbon/settings/_px-to-em.scss +1 -0
- data/app/assets/stylesheets/lib/neat/_neat-helpers.scss +8 -0
- data/app/assets/stylesheets/lib/neat/_neat.scss +23 -0
- data/app/assets/stylesheets/lib/neat/functions/_new-breakpoint.scss +49 -0
- data/app/assets/stylesheets/lib/neat/functions/_private.scss +114 -0
- data/app/assets/stylesheets/lib/neat/grid/_box-sizing.scss +15 -0
- data/app/assets/stylesheets/lib/neat/grid/_direction-context.scss +33 -0
- data/app/assets/stylesheets/lib/neat/grid/_display-context.scss +28 -0
- data/app/assets/stylesheets/lib/neat/grid/_fill-parent.scss +22 -0
- data/app/assets/stylesheets/lib/neat/grid/_media.scss +92 -0
- data/app/assets/stylesheets/lib/neat/grid/_omega.scss +87 -0
- data/app/assets/stylesheets/lib/neat/grid/_outer-container.scss +38 -0
- data/app/assets/stylesheets/lib/neat/grid/_pad.scss +25 -0
- data/app/assets/stylesheets/lib/neat/grid/_private.scss +35 -0
- data/app/assets/stylesheets/lib/neat/grid/_row.scss +52 -0
- data/app/assets/stylesheets/lib/neat/grid/_shift.scss +50 -0
- data/app/assets/stylesheets/lib/neat/grid/_span-columns.scss +94 -0
- data/app/assets/stylesheets/lib/neat/grid/_to-deprecate.scss +97 -0
- data/app/assets/stylesheets/lib/neat/grid/_visual-grid.scss +42 -0
- data/app/assets/stylesheets/lib/neat/settings/_disable-warnings.scss +13 -0
- data/app/assets/stylesheets/lib/neat/settings/_grid.scss +51 -0
- data/app/assets/stylesheets/lib/neat/settings/_visual-grid.scss +27 -0
- data/app/assets/stylesheets/va_common_main.css.scss +18 -0
- data/bin/console +14 -0
- data/bin/setup +7 -0
- data/lib/generators/files/_footer.html.erb +89 -0
- data/lib/generators/files/_header.html.erb +7 -0
- data/lib/generators/va_common_generator.rb +6 -0
- data/lib/generators/va_footer_generator.rb +7 -0
- data/lib/generators/va_header_generator.rb +7 -0
- data/lib/va_common/engine.rb +4 -0
- data/lib/va_common/version.rb +3 -0
- data/lib/va_common.rb +2 -0
- data/va_common.gemspec +22 -0
- metadata +354 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="206.4" height="237.4" viewBox="0 0 206.4 237.4"><style>.st0{fill:#FFFFFF;} .st1{fill:url(#SVGID_1_);} .st2{display:none;} .st3{display:inline;fill:#A79433;} .st4{display:inline;} .st5{fill:#A79433;} .st6{fill:#2A0F10;} .st7{fill:#A91F23;} .st8{fill:#791120;} .st9{fill:#3B1219;} .st10{fill:#E9F2F7;} .st11{fill:#A6BCC7;} .st12{fill:#4568A6;} .st13{fill:#C1D9E5;} .st14{fill:url(#SVGID_2_);} .st15{fill:#202A5C;} .st16{fill:#151038;} .st17{fill:#203C73;} .st18{fill:#1E2251;} .st19{fill:#171947;} .st20{fill:#0F143E;} .st21{fill:#0F1130;} .st22{fill:#0E0F21;} .st23{fill:#8CB8CC;} .st24{fill:#9BB0BB;} .st25{fill:#83ABBF;} .st26{fill:#85AEC2;} .st27{fill:#9DB9C7;} .st28{fill:#B6CDDA;} .st29{fill:#87A8C3;} .st30{fill:#3C5C93;} .st31{fill:#9EB3BF;} .st32{fill:#666666;} .st33{fill:#E6E6E6;} .st34{fill:#E8E8E8;} .st35{fill:#EBEBEB;} .st36{fill:#EEEEEE;} .st37{fill:#F1F1F1;} .st38{fill:#F4F4F4;} .st39{fill:#F7F7F7;} .st40{fill:#F9F9F9;} .st41{fill:#FCFCFC;} .st42{fill:#C4DCE9;} .st43{fill:#8B1725;} .st44{fill:#8A1729;} .st45{fill:#620714;} .st46{fill:#74A8BF;} .st47{fill:#D6E3EA;} .st48{fill:#C4D4DD;} .st49{fill:#C5DBE7;} .st50{fill:#A4C8DA;} .st51{fill:#6984B1;} .st52{fill:#660916;} .st53{fill:#5C7CB1;} .st54{fill:#A8CADA;} .st55{fill:#3E2311;} .st56{fill:#680A18;} .st57{fill:url(#SVGID_3_);} .st58{fill:#AF6E29;} .st59{fill:#FEE667;} .st60{fill:#FFD420;} .st61{fill:url(#SVGID_4_);} .st62{fill:#FEE986;} .st63{fill:#FFD942;} .st64{fill:#FEDC4F;} .st65{fill:#FEDE5B;} .st66{fill:#FFE167;} .st67{fill:#FEE474;} .st68{fill:#FEE67D;} .st69{fill:url(#SVGID_5_);} .st70{fill:#C7862A;} .st71{fill:#C0822B;} .st72{fill:url(#SVGID_6_);} .st73{fill:#FED831;} .st74{fill:#FFDB41;} .st75{fill:#FEDF4E;} .st76{fill:#FEE25B;} .st77{fill:#FFD72F;} .st78{fill:#FED93D;} .st79{fill:#FEDD47;} .st80{fill:#FEE052;} .st81{fill:#FEE35D;} .st82{fill:#EEC51A;} .st83{fill:#E0B825;} .st84{fill:#D1AB2B;} .st85{fill:url(#SVGID_7_);} .st86{fill:#EAC01E;} .st87{fill:#D5AF29;} .st88{fill:#FFD835;} .st89{fill:#FEE156;} .st90{fill:#FFD634;} .st91{fill:#F1C61E;} .st92{fill:#E5BC21;} .st93{fill:#DAB328;} .st94{fill:#CEA92C;} .st95{fill:url(#SVGID_8_);} .st96{fill:url(#SVGID_9_);} .st97{fill:#FFD838;} .st98{fill:#FEDC49;} .st99{fill:#FEE25A;} .st100{fill:#FED833;} .st101{fill:#FEDB43;} .st102{fill:#FEDF50;} .st103{fill:#FED93F;} .st104{fill:#FEE055;} .st105{fill:#FEE56B;} .st106{fill:#FFDA4C;} .st107{fill:#FEE170;} .st108{fill:#FFD945;} .st109{fill:#FEDD62;} .st110{fill:#FFE47A;} .st111{fill:url(#SVGID_10_);} .st112{fill:url(#SVGID_11_);} .st113{fill:url(#SVGID_12_);} .st114{fill:url(#SVGID_13_);} .st115{fill:url(#SVGID_14_);} .st116{fill:url(#SVGID_15_);} .st117{fill:url(#SVGID_16_);} .st118{fill:url(#SVGID_17_);} .st119{fill:url(#SVGID_18_);} .st120{fill:#8FB3C6;} .st121{fill:url(#SVGID_19_);} .st122{fill:url(#SVGID_20_);} .st123{fill:url(#SVGID_21_);} .st124{fill:url(#SVGID_22_);} .st125{fill:url(#SVGID_23_);} .st126{fill:#6A3115;} .st127{fill:#CADEE7;} .st128{fill:url(#SVGID_24_);} .st129{fill:url(#SVGID_25_);} .st130{fill:url(#SVGID_26_);} .st131{fill:#5B3216;} .st132{fill:#22110A;} .st133{fill:#783819;} .st134{fill:#452711;} .st135{fill:#492610;} .st136{fill:#87481F;} .st137{fill:#81431D;} .st138{fill:#743B19;} .st139{fill:#3E2111;} .st140{fill:#2B1A0E;} .st141{fill:#7D421C;} .st142{fill:#562D16;} .st143{fill:#9D5D27;} .st144{fill:#9F7556;} .st145{fill:#814C28;} .st146{fill:#945725;} .st147{fill:#976F51;} .st148{fill:url(#SVGID_27_);} .st149{fill:url(#SVGID_28_);} .st150{fill:url(#SVGID_29_);} .st151{fill:url(#SVGID_30_);} .st152{fill:url(#SVGID_31_);} .st153{fill:url(#SVGID_32_);} .st154{fill:url(#SVGID_33_);} .st155{fill:url(#SVGID_34_);} .st156{fill:url(#SVGID_35_);} .st157{fill:url(#SVGID_36_);} .st158{fill:url(#SVGID_37_);} .st159{fill:url(#SVGID_38_);} .st160{fill:url(#SVGID_39_);} .st161{fill:url(#SVGID_40_);} .st162{fill:url(#SVGID_41_);} .st163{fill:url(#SVGID_42_);} .st164{fill:url(#SVGID_43_);} .st165{fill:url(#SVGID_44_);} .st166{fill:url(#SVGID_45_);} .st167{fill:url(#SVGID_46_);} .st168{fill:url(#SVGID_47_);} .st169{fill:url(#SVGID_48_);} .st170{fill:url(#SVGID_49_);} .st171{fill:url(#SVGID_50_);} .st172{fill:url(#SVGID_51_);} .st173{fill:url(#SVGID_52_);} .st174{fill:url(#SVGID_53_);} .st175{fill:url(#SVGID_54_);} .st176{fill:url(#SVGID_55_);} .st177{fill:url(#SVGID_56_);} .st178{fill:#8C222B;} .st179{fill:#8E5623;} .st180{fill:url(#SVGID_57_);} .st181{fill:url(#SVGID_58_);} .st182{fill:url(#SVGID_59_);} .st183{fill:url(#SVGID_60_);} .st184{fill:url(#SVGID_61_);} .st185{fill:#532D13;} .st186{fill:#572715;} .st187{fill:#966343;} .st188{fill:#B18060;} .st189{fill:#341D0E;} .st190{fill:#4F2B12;} .st191{fill:#6F3A21;} .st192{fill:#975A33;} .st193{fill:#47260E;} .st194{fill:#43240F;} .st195{fill:#2D180D;} .st196{fill:url(#SVGID_62_);} .st197{fill:url(#SVGID_63_);} .st198{fill:url(#SVGID_64_);} .st199{fill:#8B4D21;} .st200{fill:url(#SVGID_65_);} .st201{fill:url(#SVGID_66_);} .st202{fill:url(#SVGID_67_);} .st203{fill:url(#SVGID_68_);} .st204{fill:url(#SVGID_69_);} .st205{fill:url(#SVGID_70_);} .st206{fill:url(#SVGID_71_);} .st207{fill:url(#SVGID_72_);} .st208{fill:url(#SVGID_73_);} .st209{fill:url(#SVGID_74_);} .st210{fill:url(#SVGID_75_);} .st211{fill:#8D542F;} .st212{fill:url(#SVGID_76_);} .st213{fill:url(#SVGID_77_);} .st214{fill:url(#SVGID_78_);} .st215{fill:#995724;} .st216{fill:#2D1A0E;} .st217{fill:#864F2A;} .st218{fill:#7D4A22;} .st219{fill:#442414;} .st220{fill:url(#SVGID_79_);} .st221{fill:url(#SVGID_80_);} .st222{fill:url(#SVGID_81_);} .st223{fill:url(#SVGID_82_);} .st224{fill:url(#SVGID_83_);} .st225{fill:url(#SVGID_84_);} .st226{fill:url(#SVGID_85_);} .st227{fill:url(#SVGID_86_);} .st228{fill:#6784A0;} .st229{fill:#64727B;} .st230{fill:url(#SVGID_87_);} .st231{fill:url(#SVGID_88_);} .st232{fill:#BDA12F;} .st233{fill:#AA8A2F;} .st234{fill:#6C5422;} .st235{fill:#C2D1CA;} .st236{fill:#C1D2CE;} .st237{fill:#969696;} .st238{fill:#010101;} .st239{fill:#E0D16C;} .st240{fill:#E4E2E1;} .st241{fill:url(#SVGID_89_);} .st242{fill:#BA7229;} .st243{fill:url(#SVGID_90_);} .st244{fill:url(#SVGID_91_);} .st245{fill:url(#SVGID_92_);} .st246{fill:url(#SVGID_93_);} .st247{fill:url(#SVGID_94_);} .st248{fill:url(#SVGID_95_);} .st249{fill:url(#SVGID_96_);} .st250{fill:url(#SVGID_97_);} .st251{fill:url(#SVGID_98_);} .st252{fill:url(#SVGID_99_);} .st253{fill:url(#SVGID_100_);} .st254{fill:url(#SVGID_101_);} .st255{fill:url(#SVGID_102_);} .st256{fill:url(#SVGID_103_);} .st257{fill:url(#SVGID_104_);} .st258{fill:url(#SVGID_105_);} .st259{fill:url(#SVGID_106_);} .st260{fill:url(#SVGID_107_);} .st261{fill:url(#SVGID_108_);} .st262{fill:url(#SVGID_109_);} .st263{fill:url(#SVGID_110_);} .st264{fill:url(#SVGID_111_);} .st265{fill:url(#SVGID_112_);} .st266{fill:url(#SVGID_113_);} .st267{fill:url(#SVGID_114_);} .st268{fill:url(#SVGID_115_);} .st269{fill:url(#SVGID_116_);} .st270{fill:url(#SVGID_117_);} .st271{fill:url(#SVGID_118_);} .st272{fill:url(#SVGID_119_);} .st273{fill:url(#SVGID_120_);} .st274{fill:url(#SVGID_121_);} .st275{fill:url(#SVGID_122_);} .st276{fill:url(#SVGID_123_);} .st277{fill:url(#SVGID_124_);} .st278{fill:url(#SVGID_125_);} .st279{fill:url(#SVGID_126_);} .st280{fill:url(#SVGID_127_);} .st281{fill:url(#SVGID_128_);} .st282{fill:url(#SVGID_129_);} .st283{fill:url(#SVGID_130_);} .st284{fill:url(#SVGID_131_);} .st285{fill:url(#SVGID_132_);} .st286{fill:url(#SVGID_133_);} .st287{fill:url(#SVGID_134_);} .st288{fill:url(#SVGID_135_);} .st289{fill:url(#SVGID_136_);} .st290{fill:url(#SVGID_137_);} .st291{fill:url(#SVGID_138_);} .st292{fill:url(#SVGID_139_);} .st293{fill:url(#SVGID_140_);} .st294{fill:url(#SVGID_141_);} .st295{fill:url(#SVGID_142_);} .st296{fill:url(#SVGID_143_);} .st297{fill:url(#SVGID_144_);} .st298{fill:url(#SVGID_145_);} .st299{fill:url(#SVGID_146_);} .st300{fill:url(#SVGID_147_);} .st301{fill:url(#SVGID_148_);} .st302{fill:url(#SVGID_149_);} .st303{fill:url(#SVGID_150_);} .st304{fill:url(#SVGID_151_);} .st305{fill:url(#SVGID_152_);} .st306{fill:url(#SVGID_153_);} .st307{fill:url(#SVGID_154_);} .st308{fill:url(#SVGID_155_);} .st309{fill:url(#SVGID_156_);} .st310{fill:url(#SVGID_157_);} .st311{fill:url(#SVGID_158_);} .st312{fill:url(#SVGID_159_);} .st313{fill:url(#SVGID_160_);} .st314{fill:url(#SVGID_161_);} .st315{fill:url(#SVGID_162_);} .st316{fill:url(#SVGID_163_);} .st317{fill:url(#SVGID_164_);} .st318{fill:url(#SVGID_165_);} .st319{fill:url(#SVGID_166_);} .st320{fill:url(#SVGID_167_);} .st321{fill:url(#SVGID_168_);} .st322{fill:url(#SVGID_169_);} .st323{fill:url(#SVGID_170_);} .st324{fill:url(#SVGID_171_);} .st325{fill:url(#SVGID_172_);} .st326{fill:url(#SVGID_173_);} .st327{fill:url(#SVGID_174_);} .st328{fill:url(#SVGID_175_);} .st329{fill:url(#SVGID_176_);} .st330{fill:url(#SVGID_177_);} .st331{fill:url(#SVGID_178_);} .st332{fill:url(#SVGID_179_);} .st333{fill:url(#SVGID_180_);} .st334{fill:url(#SVGID_181_);} .st335{fill:url(#SVGID_182_);} .st336{fill:url(#SVGID_183_);} .st337{fill:url(#SVGID_184_);} .st338{fill:url(#SVGID_185_);} .st339{fill:url(#SVGID_186_);} .st340{fill:url(#SVGID_187_);} .st341{fill:url(#SVGID_188_);} .st342{fill:url(#SVGID_189_);} .st343{fill:url(#SVGID_190_);} .st344{fill:url(#SVGID_191_);} .st345{fill:url(#SVGID_192_);} .st346{fill:url(#SVGID_193_);} .st347{fill:url(#SVGID_194_);} .st348{fill:url(#SVGID_195_);} .st349{fill:url(#SVGID_196_);} .st350{fill:url(#SVGID_197_);} .st351{fill:url(#SVGID_198_);} .st352{fill:url(#SVGID_199_);} .st353{fill:url(#SVGID_200_);} .st354{fill:url(#SVGID_201_);} .st355{fill:url(#SVGID_202_);} .st356{fill:url(#SVGID_203_);} .st357{fill:url(#SVGID_204_);} .st358{fill:url(#SVGID_205_);} .st359{fill:url(#SVGID_206_);} .st360{fill:url(#SVGID_207_);} .st361{fill:url(#SVGID_208_);} .st362{fill:url(#SVGID_209_);} .st363{fill:url(#SVGID_210_);} .st364{fill:url(#SVGID_211_);} .st365{fill:url(#SVGID_212_);} .st366{fill:url(#SVGID_213_);} .st367{fill:url(#SVGID_214_);} .st368{fill:url(#SVGID_215_);} .st369{fill:url(#SVGID_216_);} .st370{fill:url(#SVGID_217_);} .st371{fill:url(#SVGID_218_);} .st372{fill:url(#SVGID_219_);} .st373{fill:url(#SVGID_220_);} .st374{fill:url(#SVGID_221_);} .st375{fill:url(#SVGID_222_);} .st376{fill:url(#SVGID_223_);} .st377{fill:url(#SVGID_224_);} .st378{fill:url(#SVGID_225_);} .st379{fill:url(#SVGID_226_);} .st380{fill:url(#SVGID_227_);} .st381{fill:url(#SVGID_228_);} .st382{fill:url(#SVGID_229_);} .st383{fill:url(#SVGID_230_);} .st384{fill:url(#SVGID_231_);} .st385{fill:url(#SVGID_232_);} .st386{fill:url(#SVGID_233_);} .st387{fill:url(#SVGID_234_);} .st388{fill:url(#SVGID_235_);} .st389{fill:url(#SVGID_236_);} .st390{fill:url(#SVGID_237_);} .st391{fill:url(#SVGID_238_);} .st392{fill:url(#SVGID_239_);} .st393{fill:url(#SVGID_240_);} .st394{fill:url(#SVGID_241_);} .st395{fill:url(#SVGID_242_);} .st396{fill:url(#SVGID_243_);} .st397{fill:url(#SVGID_244_);} .st398{fill:url(#SVGID_245_);} .st399{fill:url(#SVGID_246_);} .st400{fill:url(#SVGID_247_);} .st401{fill:url(#SVGID_248_);} .st402{fill:url(#SVGID_249_);} .st403{fill:url(#SVGID_250_);} .st404{fill:url(#SVGID_251_);} .st405{fill:url(#SVGID_252_);} .st406{fill:url(#SVGID_253_);} .st407{fill:url(#SVGID_254_);} .st408{fill:url(#SVGID_255_);} .st409{fill:url(#SVGID_256_);} .st410{fill:url(#SVGID_257_);} .st411{fill:url(#SVGID_258_);} .st412{fill:url(#SVGID_259_);} .st413{fill:url(#SVGID_260_);} .st414{fill:url(#SVGID_261_);} .st415{fill:url(#SVGID_262_);} .st416{fill:url(#SVGID_263_);} .st417{fill:url(#SVGID_264_);} .st418{fill:url(#SVGID_265_);} .st419{fill:url(#SVGID_266_);} .st420{fill:url(#SVGID_267_);} .st421{fill:url(#SVGID_268_);} .st422{fill:url(#SVGID_269_);} .st423{fill:url(#SVGID_270_);} .st424{fill:url(#SVGID_271_);} .st425{fill:url(#SVGID_272_);} .st426{fill:url(#SVGID_273_);} .st427{fill:url(#SVGID_274_);} .st428{fill:url(#SVGID_275_);} .st429{fill:url(#SVGID_276_);} .st430{fill:url(#SVGID_277_);} .st431{fill:url(#SVGID_278_);} .st432{fill:url(#SVGID_279_);} .st433{fill:url(#SVGID_280_);} .st434{fill:url(#SVGID_281_);} .st435{fill:url(#SVGID_282_);} .st436{fill:url(#SVGID_283_);} .st437{fill:url(#SVGID_284_);} .st438{fill:url(#SVGID_285_);} .st439{fill:url(#SVGID_286_);} .st440{fill:url(#SVGID_287_);} .st441{fill:url(#SVGID_288_);} .st442{fill:url(#SVGID_289_);} .st443{fill:url(#SVGID_290_);} .st444{fill:url(#SVGID_291_);} .st445{fill:url(#SVGID_292_);} .st446{fill:url(#SVGID_293_);} .st447{fill:url(#SVGID_294_);} .st448{fill:url(#SVGID_295_);} .st449{fill:url(#SVGID_296_);} .st450{fill:url(#SVGID_297_);} .st451{fill:url(#SVGID_298_);} .st452{fill:url(#SVGID_299_);} .st453{fill:url(#SVGID_300_);} .st454{fill:url(#SVGID_301_);} .st455{fill:url(#SVGID_302_);} .st456{fill:url(#SVGID_303_);} .st457{fill:url(#SVGID_304_);} .st458{fill:url(#SVGID_305_);} .st459{fill:url(#SVGID_306_);} .st460{fill:url(#SVGID_307_);} .st461{fill:url(#SVGID_308_);} .st462{fill:url(#SVGID_309_);} .st463{fill:url(#SVGID_310_);} .st464{fill:url(#SVGID_311_);} .st465{fill:url(#SVGID_312_);} .st466{fill:url(#SVGID_313_);} .st467{fill:url(#SVGID_314_);} .st468{fill:url(#SVGID_315_);} .st469{fill:url(#SVGID_316_);} .st470{fill:url(#SVGID_317_);} .st471{fill:url(#SVGID_318_);} .st472{fill:url(#SVGID_319_);} .st473{fill:url(#SVGID_320_);} .st474{fill:url(#SVGID_321_);} .st475{fill:url(#SVGID_322_);} .st476{fill:url(#SVGID_323_);} .st477{fill:url(#SVGID_324_);} .st478{fill:url(#SVGID_325_);} .st479{fill:url(#SVGID_326_);} .st480{fill:url(#SVGID_327_);} .st481{fill:url(#SVGID_328_);} .st482{fill:url(#SVGID_329_);} .st483{fill:url(#SVGID_330_);} .st484{fill:url(#SVGID_331_);} .st485{fill:url(#SVGID_332_);} .st486{fill:url(#SVGID_333_);} .st487{fill:url(#SVGID_334_);} .st488{fill:url(#SVGID_335_);} .st489{fill:url(#SVGID_336_);} .st490{fill:url(#SVGID_337_);} .st491{fill:url(#SVGID_338_);} .st492{fill:url(#SVGID_339_);} .st493{fill:url(#SVGID_340_);} .st494{fill:url(#SVGID_341_);} .st495{fill:url(#SVGID_342_);} .st496{fill:url(#SVGID_343_);} .st497{fill:url(#SVGID_344_);} .st498{fill:url(#SVGID_345_);} .st499{fill:url(#SVGID_346_);} .st500{fill:url(#SVGID_347_);} .st501{fill:url(#SVGID_348_);} .st502{fill:url(#SVGID_349_);} .st503{fill:url(#SVGID_350_);} .st504{fill:url(#SVGID_351_);} .st505{fill:url(#SVGID_352_);} .st506{fill:url(#SVGID_353_);} .st507{fill:url(#SVGID_354_);} .st508{fill:url(#SVGID_355_);} .st509{fill:url(#SVGID_356_);} .st510{fill:url(#SVGID_357_);} .st511{fill:url(#SVGID_358_);} .st512{fill:url(#SVGID_359_);} .st513{fill:url(#SVGID_360_);} .st514{fill:url(#SVGID_361_);} .st515{fill:url(#SVGID_362_);} .st516{fill:url(#SVGID_363_);} .st517{fill:url(#SVGID_364_);} .st518{fill:url(#SVGID_365_);} .st519{fill:url(#SVGID_366_);} .st520{fill:url(#SVGID_367_);} .st521{fill:url(#SVGID_368_);} .st522{fill:url(#SVGID_369_);} .st523{fill:url(#SVGID_370_);} .st524{fill:url(#SVGID_371_);} .st525{fill:url(#SVGID_372_);} .st526{fill:url(#SVGID_373_);} .st527{fill:url(#SVGID_374_);} .st528{fill:url(#SVGID_375_);} .st529{fill:url(#SVGID_376_);} .st530{fill:url(#SVGID_377_);} .st531{fill:url(#SVGID_378_);} .st532{fill:url(#SVGID_379_);} .st533{fill:url(#SVGID_380_);} .st534{fill:url(#SVGID_381_);} .st535{fill:url(#SVGID_382_);} .st536{fill:url(#SVGID_383_);} .st537{fill:url(#SVGID_384_);} .st538{fill:url(#SVGID_385_);} .st539{fill:url(#SVGID_386_);} .st540{fill:url(#SVGID_387_);} .st541{fill:url(#SVGID_388_);} .st542{fill:url(#SVGID_389_);} .st543{fill:url(#SVGID_390_);} .st544{fill:url(#SVGID_391_);} .st545{fill:url(#SVGID_392_);} .st546{fill:url(#SVGID_393_);} .st547{fill:url(#SVGID_394_);} .st548{fill:url(#SVGID_395_);} .st549{fill:url(#SVGID_396_);} .st550{fill:url(#SVGID_397_);} .st551{fill:url(#SVGID_398_);} .st552{fill:url(#SVGID_399_);} .st553{fill:url(#SVGID_400_);} .st554{fill:url(#SVGID_401_);} .st555{fill:url(#SVGID_402_);} .st556{fill:url(#SVGID_403_);} .st557{fill:url(#SVGID_404_);} .st558{fill:url(#SVGID_405_);} .st559{fill:url(#SVGID_406_);} .st560{fill:url(#SVGID_407_);} .st561{fill:url(#SVGID_408_);} .st562{fill:url(#SVGID_409_);} .st563{fill:url(#SVGID_410_);} .st564{fill:url(#SVGID_411_);} .st565{fill:url(#SVGID_412_);} .st566{fill:url(#SVGID_413_);} .st567{fill:url(#SVGID_414_);} .st568{fill:url(#SVGID_415_);} .st569{fill:url(#SVGID_416_);} .st570{fill:url(#SVGID_417_);} .st571{fill:url(#SVGID_418_);} .st572{fill:url(#SVGID_419_);} .st573{fill:url(#SVGID_420_);} .st574{fill:url(#SVGID_421_);} .st575{fill:url(#SVGID_422_);} .st576{fill:url(#SVGID_423_);} .st577{fill:url(#SVGID_424_);} .st578{fill:url(#SVGID_425_);} .st579{fill:url(#SVGID_426_);} .st580{fill:url(#SVGID_427_);} .st581{fill:url(#SVGID_428_);} .st582{fill:url(#SVGID_429_);} .st583{fill:url(#SVGID_430_);} .st584{fill:url(#SVGID_431_);} .st585{fill:url(#SVGID_432_);} .st586{fill:url(#SVGID_433_);} .st587{fill:url(#SVGID_434_);} .st588{fill:url(#SVGID_435_);} .st589{fill:url(#SVGID_436_);} .st590{fill:url(#SVGID_437_);} .st591{fill:url(#SVGID_438_);} .st592{fill:url(#SVGID_439_);} .st593{fill:url(#SVGID_440_);} .st594{fill:url(#SVGID_441_);} .st595{fill:url(#SVGID_442_);} .st596{fill:url(#SVGID_443_);} .st597{fill:url(#SVGID_444_);} .st598{fill:url(#SVGID_445_);} .st599{fill:url(#SVGID_446_);} .st600{fill:url(#SVGID_447_);} .st601{fill:url(#SVGID_448_);} .st602{fill:url(#SVGID_449_);} .st603{fill:url(#SVGID_450_);} .st604{fill:url(#SVGID_451_);} .st605{fill:url(#SVGID_452_);} .st606{fill:url(#SVGID_453_);} .st607{fill:url(#SVGID_454_);} .st608{fill:url(#SVGID_455_);} .st609{fill:url(#SVGID_456_);} .st610{fill:url(#SVGID_457_);} .st611{fill:url(#SVGID_458_);} .st612{fill:url(#SVGID_459_);} .st613{fill:url(#SVGID_460_);} .st614{fill:url(#SVGID_461_);} .st615{fill:url(#SVGID_462_);} .st616{fill:url(#SVGID_463_);} .st617{fill:url(#SVGID_464_);} .st618{fill:url(#SVGID_465_);} .st619{fill:url(#SVGID_466_);} .st620{fill:url(#SVGID_467_);} .st621{fill:url(#SVGID_468_);} .st622{fill:url(#SVGID_469_);} .st623{fill:url(#SVGID_470_);} .st624{fill:url(#SVGID_471_);} .st625{fill:url(#SVGID_472_);} .st626{fill:url(#SVGID_473_);} .st627{fill:url(#SVGID_474_);} .st628{fill:url(#SVGID_475_);} .st629{fill:url(#SVGID_476_);} .st630{fill:url(#SVGID_477_);} .st631{fill:url(#SVGID_478_);} .st632{fill:url(#SVGID_479_);} .st633{fill:url(#SVGID_480_);} .st634{fill:url(#SVGID_481_);} .st635{fill:url(#SVGID_482_);} .st636{fill:url(#SVGID_483_);} .st637{fill:url(#SVGID_484_);} .st638{fill:url(#SVGID_485_);} .st639{fill:url(#SVGID_486_);} .st640{fill:url(#SVGID_487_);} .st641{fill:url(#SVGID_488_);} .st642{fill:url(#SVGID_489_);} .st643{fill:url(#SVGID_490_);} .st644{fill:url(#SVGID_491_);} .st645{fill:url(#SVGID_492_);} .st646{fill:url(#SVGID_493_);} .st647{fill:url(#SVGID_494_);} .st648{fill:url(#SVGID_495_);} .st649{fill:url(#SVGID_496_);} .st650{fill:url(#SVGID_497_);} .st651{fill:url(#SVGID_498_);} .st652{fill:url(#SVGID_499_);} .st653{fill:url(#SVGID_500_);} .st654{fill:url(#SVGID_501_);} .st655{fill:url(#SVGID_502_);} .st656{fill:url(#SVGID_503_);} .st657{fill:url(#SVGID_504_);} .st658{fill:url(#SVGID_505_);} .st659{fill:url(#SVGID_506_);} .st660{fill:url(#SVGID_507_);} .st661{fill:url(#SVGID_508_);} .st662{fill:url(#SVGID_509_);} .st663{fill:url(#SVGID_510_);} .st664{fill:url(#SVGID_511_);} .st665{fill:url(#SVGID_512_);} .st666{fill:url(#SVGID_513_);} .st667{fill:url(#SVGID_514_);} .st668{fill:url(#SVGID_515_);} .st669{fill:url(#SVGID_516_);} .st670{fill:url(#SVGID_517_);} .st671{fill:url(#SVGID_518_);} .st672{fill:url(#SVGID_519_);} .st673{fill:url(#SVGID_520_);} .st674{fill:url(#SVGID_521_);} .st675{fill:url(#SVGID_522_);} .st676{fill:url(#SVGID_523_);} .st677{fill:url(#SVGID_524_);} .st678{fill:url(#SVGID_525_);} .st679{fill:url(#SVGID_526_);} .st680{fill:url(#SVGID_527_);} .st681{fill:url(#SVGID_528_);} .st682{fill:url(#SVGID_529_);} .st683{fill:url(#SVGID_530_);} .st684{fill:url(#SVGID_531_);} .st685{fill:url(#SVGID_532_);} .st686{fill:url(#SVGID_533_);} .st687{fill:url(#SVGID_534_);} .st688{fill:url(#SVGID_535_);} .st689{fill:url(#SVGID_536_);} .st690{fill:url(#SVGID_537_);} .st691{fill:url(#SVGID_538_);} .st692{fill:url(#SVGID_539_);} .st693{fill:url(#SVGID_540_);} .st694{fill:url(#SVGID_541_);} .st695{fill:url(#SVGID_542_);} .st696{fill:url(#SVGID_543_);} .st697{fill:url(#SVGID_544_);} .st698{fill:url(#SVGID_545_);} .st699{fill:url(#SVGID_546_);} .st700{fill:url(#SVGID_547_);} .st701{fill:url(#SVGID_548_);} .st702{fill:url(#SVGID_549_);} .st703{fill:url(#SVGID_550_);} .st704{fill:url(#SVGID_551_);} .st705{fill:url(#SVGID_552_);} .st706{fill:url(#SVGID_553_);} .st707{fill:url(#SVGID_554_);} .st708{fill:url(#SVGID_555_);} .st709{fill:url(#SVGID_556_);} .st710{fill:url(#SVGID_557_);} .st711{fill:url(#SVGID_558_);} .st712{fill:url(#SVGID_559_);} .st713{fill:url(#SVGID_560_);} .st714{fill:url(#SVGID_561_);} .st715{fill:url(#SVGID_562_);} .st716{fill:url(#SVGID_563_);} .st717{fill:url(#SVGID_564_);} .st718{fill:url(#SVGID_565_);} .st719{fill:url(#SVGID_566_);} .st720{fill:url(#SVGID_567_);} .st721{fill:url(#SVGID_568_);} .st722{fill:url(#SVGID_569_);} .st723{fill:url(#SVGID_570_);} .st724{fill:url(#SVGID_571_);} .st725{fill:url(#SVGID_572_);} .st726{fill:url(#SVGID_573_);} .st727{fill:url(#SVGID_574_);} .st728{fill:url(#SVGID_575_);} .st729{fill:url(#SVGID_576_);} .st730{fill:url(#SVGID_577_);} .st731{fill:url(#SVGID_578_);} .st732{fill:url(#SVGID_579_);} .st733{fill:url(#SVGID_580_);} .st734{fill:url(#SVGID_581_);} .st735{fill:url(#SVGID_582_);} .st736{fill:url(#SVGID_583_);} .st737{fill:url(#SVGID_584_);} .st738{fill:url(#SVGID_585_);} .st739{fill:url(#SVGID_586_);} .st740{fill:url(#SVGID_587_);} .st741{fill:url(#SVGID_588_);} .st742{fill:url(#SVGID_589_);} .st743{fill:url(#SVGID_590_);} .st744{fill:url(#SVGID_591_);} .st745{fill:url(#SVGID_592_);} .st746{fill:url(#SVGID_593_);} .st747{fill:url(#SVGID_594_);} .st748{fill:url(#SVGID_595_);} .st749{fill:url(#SVGID_596_);} .st750{fill:url(#SVGID_597_);} .st751{fill:url(#SVGID_598_);} .st752{fill:url(#SVGID_599_);} .st753{fill:url(#SVGID_600_);} .st754{fill:url(#SVGID_601_);} .st755{fill:url(#SVGID_602_);} .st756{fill:url(#SVGID_603_);} .st757{fill:url(#SVGID_604_);} .st758{fill:url(#SVGID_605_);} .st759{fill:url(#SVGID_606_);} .st760{fill:url(#SVGID_607_);} .st761{fill:url(#SVGID_608_);} .st762{fill:url(#SVGID_609_);} .st763{fill:url(#SVGID_610_);} .st764{fill:url(#SVGID_611_);} .st765{fill:url(#SVGID_612_);} .st766{fill:url(#SVGID_613_);} .st767{fill:url(#SVGID_614_);} .st768{fill:url(#SVGID_615_);} .st769{fill:url(#SVGID_616_);} .st770{fill:url(#SVGID_617_);} .st771{fill:url(#SVGID_618_);} .st772{fill:url(#SVGID_619_);} .st773{fill:url(#SVGID_620_);} .st774{fill:url(#SVGID_621_);} .st775{fill:url(#SVGID_622_);} .st776{fill:url(#SVGID_623_);} .st777{fill:url(#SVGID_624_);} .st778{fill:url(#SVGID_625_);} .st779{fill:url(#SVGID_626_);} .st780{fill:url(#SVGID_627_);} .st781{fill:url(#SVGID_628_);} .st782{fill:url(#SVGID_629_);} .st783{fill:url(#SVGID_630_);} .st784{fill:url(#SVGID_631_);} .st785{fill:url(#SVGID_632_);} .st786{fill:url(#SVGID_633_);} .st787{fill:url(#SVGID_634_);} .st788{fill:url(#SVGID_635_);} .st789{fill:url(#SVGID_636_);} .st790{fill:url(#SVGID_637_);} .st791{fill:url(#SVGID_638_);} .st792{fill:url(#SVGID_639_);} .st793{fill:url(#SVGID_640_);} .st794{fill:url(#SVGID_641_);} .st795{fill:url(#SVGID_642_);} .st796{fill:url(#SVGID_643_);} .st797{fill:url(#SVGID_644_);} .st798{fill:url(#SVGID_645_);} .st799{fill:url(#SVGID_646_);} .st800{fill:url(#SVGID_647_);} .st801{fill:url(#SVGID_648_);} .st802{fill:url(#SVGID_649_);} .st803{fill:url(#SVGID_650_);} .st804{fill:url(#SVGID_651_);} .st805{fill:url(#SVGID_652_);} .st806{fill:url(#SVGID_653_);} .st807{fill:url(#SVGID_654_);} .st808{fill:url(#SVGID_655_);} .st809{fill:url(#SVGID_656_);} .st810{fill:url(#SVGID_657_);} .st811{fill:url(#SVGID_658_);} .st812{fill:url(#SVGID_659_);} .st813{fill:url(#SVGID_660_);} .st814{fill:url(#SVGID_661_);} .st815{fill:url(#SVGID_662_);} .st816{fill:url(#SVGID_663_);} .st817{fill:url(#SVGID_664_);} .st818{fill:url(#SVGID_665_);} .st819{fill:url(#SVGID_666_);} .st820{fill:url(#SVGID_667_);} .st821{fill:url(#SVGID_668_);} .st822{fill:url(#SVGID_669_);} .st823{fill:url(#SVGID_670_);} .st824{fill:url(#SVGID_671_);} .st825{fill:url(#SVGID_672_);} .st826{fill:url(#SVGID_673_);} .st827{fill:url(#SVGID_674_);} .st828{fill:url(#SVGID_675_);} .st829{fill:url(#SVGID_676_);} .st830{fill:url(#SVGID_677_);} .st831{fill:url(#SVGID_678_);} .st832{fill:url(#SVGID_679_);} .st833{fill:url(#SVGID_680_);} .st834{fill:url(#SVGID_681_);} .st835{fill:url(#SVGID_682_);} .st836{fill:url(#SVGID_683_);} .st837{fill:url(#SVGID_684_);} .st838{fill:url(#SVGID_685_);} .st839{fill:url(#SVGID_686_);} .st840{fill:url(#SVGID_687_);} .st841{fill:url(#SVGID_688_);} .st842{fill:url(#SVGID_689_);} .st843{fill:url(#SVGID_690_);} .st844{fill:url(#SVGID_691_);} .st845{fill:url(#SVGID_692_);} .st846{fill:url(#SVGID_693_);} .st847{fill:url(#SVGID_694_);} .st848{fill:url(#SVGID_695_);} .st849{fill:url(#SVGID_696_);} .st850{fill:url(#SVGID_697_);} .st851{fill:url(#SVGID_698_);} .st852{fill:url(#SVGID_699_);} .st853{fill:url(#SVGID_700_);} .st854{fill:url(#SVGID_701_);} .st855{fill:url(#SVGID_702_);} .st856{fill:url(#SVGID_703_);} .st857{fill:url(#SVGID_704_);} .st858{fill:url(#SVGID_705_);} .st859{fill:url(#SVGID_706_);} .st860{fill:url(#SVGID_707_);} .st861{fill:url(#SVGID_708_);} .st862{fill:url(#SVGID_709_);} .st863{fill:url(#SVGID_710_);} .st864{fill:url(#SVGID_711_);} .st865{fill:url(#SVGID_712_);} .st866{fill:url(#SVGID_713_);} .st867{fill:url(#SVGID_714_);} .st868{fill:url(#SVGID_715_);} .st869{fill:url(#SVGID_716_);} .st870{fill:url(#SVGID_717_);} .st871{fill:url(#SVGID_718_);} .st872{fill:url(#SVGID_719_);} .st873{fill:url(#SVGID_720_);} .st874{fill:url(#SVGID_721_);} .st875{fill:url(#SVGID_722_);} .st876{fill:url(#SVGID_723_);} .st877{fill:url(#SVGID_724_);} .st878{fill:url(#SVGID_725_);} .st879{fill:url(#SVGID_726_);} .st880{fill:url(#SVGID_727_);} .st881{fill:url(#SVGID_728_);} .st882{fill:url(#SVGID_729_);} .st883{fill:url(#SVGID_730_);} .st884{fill:url(#SVGID_731_);} .st885{fill:url(#SVGID_732_);} .st886{fill:url(#SVGID_733_);} .st887{fill:url(#SVGID_734_);} .st888{fill:url(#SVGID_735_);} .st889{fill:url(#SVGID_736_);} .st890{fill:url(#SVGID_737_);} .st891{fill:url(#SVGID_738_);} .st892{fill:url(#SVGID_739_);} .st893{fill:url(#SVGID_740_);} .st894{fill:url(#SVGID_741_);} .st895{fill:url(#SVGID_742_);} .st896{fill:url(#SVGID_743_);} .st897{fill:url(#SVGID_744_);} .st898{fill:url(#SVGID_745_);} .st899{fill:url(#SVGID_746_);} .st900{fill:url(#SVGID_747_);} .st901{fill:url(#SVGID_748_);} .st902{fill:url(#SVGID_749_);} .st903{fill:url(#SVGID_750_);} .st904{fill:url(#SVGID_751_);} .st905{fill:url(#SVGID_752_);} .st906{fill:url(#SVGID_753_);}</style><path class="st0" d="M118.7 12.1h-.4l-.4.1-.3.3-.1.5-.1.8v5.4c-.6 1.1-1.7 1.8-3.2 1.8-1.5 0-2.5-.6-3-1.8v-6.5l-.1-.4-.4-.1h-.5l-.1-.1V12l.1-.1h.7l1 .1 1-.1h.7l.1.1v.1l-.1.1h-.5l-.4.1-.1.4v6.1c0 .8.9 1.6 2.1 1.6 1.1 0 2.2-.8 2.2-1.6v-5l.1-.8-.1-.5-.3-.3-.4-.1h-.4l-.1-.1v-.1l.1-.1h.6l.9.1.9-.1h.6l.1.1-.2.2zM119.6 20.8c-.5 0-.9-.4-.9-.9s.4-.9.9-.9.9.4.9.9c-.1.5-.4.9-.9.9zM124.3 20.9c-.9 0-1.5-.2-2-.7h-.1l-.5.5h-.1l-.1-.1-.1-2.8.1-.1h.2l.1.1.3.7c.5 1.4 1.3 2.1 2.2 2.1h.1c1 0 1.8-.8 1.8-1.8 0-.9-.6-1.6-2-2.1-1.8-.7-2.5-1.4-2.5-2.6 0-1.3 1.1-2.3 2.8-2.3.7 0 1.3.3 1.7.6h.1l.4-.4h.1l.1.1v2.3l-.1.1h-.2l-.1-.1-.3-.7c-.3-.9-1.1-1.6-1.8-1.6h-.1c-.9 0-1.6.6-1.6 1.6 0 .9.4 1.3 2 1.8 1.7.6 2.5 1.5 2.5 2.8 0 1.5-1.2 2.6-2.9 2.6zM128.7 20.8c-.5 0-.9-.4-.9-.9s.4-.9.9-.9.9.4.9.9-.4.9-.9.9zM137.1 20.7h-.8l-1.5-.1-1 .1h-.8l-.1-.1v-.1l.1-.1h.6l.4-.1.1-.4v-7.3l-.1-.4-.4-.1h-.5l-.1-.1v-.1l.1-.1h.7l1 .1 1.5-.1h.8c2.4 0 4.2 1.8 4.2 4.2v.3c-.1 2.4-2 4.4-4.2 4.4zm-.4-8.5h-.7l-.4.1-.1.3V20l.1.3.4.1h.8c1.9 0 3-1.5 3-4.1-.1-2.6-1.2-4.1-3.1-4.1zM147.2 17.4h-3.9l-.1.1v.4c0 1.5.6 2.4 1.8 2.4.9 0 1.6-.6 1.8-1.6l.1-.1h.1c.1 0 .3.1.3.3-.3 1.2-1.2 1.9-2.4 1.9-1.8 0-3-1.1-3-3v-.1c0-1.8 1.3-3.2 3-3.2 1.3 0 2.3 1.1 2.3 2.9zm-2.5-2.6c-.8 0-1.3.8-1.4 2.2h2.6l.1-.1c-.1-1.4-.5-2.1-1.3-2.1zM151.5 20.8c-.8 0-1.3-.2-1.8-.8v3l.1.3.4.1h.4l.1.1v.1l-.1.1h-.6l-.9-.1-.9.1h-.6l-.1-.1v-.1l.1-.1h.4l.4-.1.1-.3v-7.8l-.1-.3-.4-.1h-.3l-.1-.1v-.1l.1-.1h2l.1.1v1.1c.4-.8 1.1-1.3 1.9-1.3 1.5 0 2.5 1.2 2.5 3-.1 2-1.1 3.4-2.7 3.4zm-.3-5.7c-.6 0-1.2.5-1.5 1.4v2.9c.4.7.8.9 1.5.9.9 0 1.6-1 1.6-2.6-.1-1.7-.6-2.6-1.6-2.6zM159.6 20.8c-.6 0-1-.4-1.1-1.1-.3.7-1 1.1-1.8 1.1-1.1 0-1.8-.6-1.8-1.6 0-1.2 1.1-1.8 3.2-1.8h.3l.1-.1v-1.5c-.2-.6-.6-.9-1.1-.9-.4 0-.8.2-1 .4v.9c-.1.3-.4.5-.7.5-.4 0-.6-.2-.6-.6 0-.8 1.3-1.6 2.5-1.6h.1c1 0 1.8.4 2.1 1.3v4.1l.1.3.2.2.3.1.4-.1h.1l.1.1v.1c-.6.1-.9.2-1.4.2zm-1.2-3l-.4-.1c-1.2 0-1.9.5-1.9 1.5 0 .7.4 1.1 1 1.1s1-.3 1.3-.9v-1.6zM165 16.4c-.3 0-.5-.2-.6-.5v-.1l.4-.4c0-.2-.2-.4-.4-.4-.5 0-.9.8-1.2 2.1V20l.1.3.4.1h.5l.1.1v.1l-.1.1h-.7l-.9-.1-.9.1h-.6l-.1-.1v-.1l.1-.1h.4l.4-.1.1-.3v-4.7l-.1-.4-.4-.1h-.3l-.1-.1v-.1l.1-.1h1.9l.1.1v1.7c.3-1.3.8-1.9 1.6-1.9.6 0 1 .4 1 1s-.3 1-.8 1zM168.5 20.8c-.8 0-1.3-.3-1.6-.9v-4.8l-.1-.1h-.8l-.1-.1v-.1l.1-.1.8-.1.1-.1.3-1.3.1-.1.8-.4.1.1v1.7l.1.1h1.6l.1.1v.3l-.1.1h-1.6l-.1.1v4.2c0 .7.2 1.1.6 1.1.4 0 .6-.3.6-.9v-.8l.1-.1c.2 0 .4.2.4.5v.3c0 .8-.6 1.3-1.4 1.3zM180.6 20.7h-.5l-.9-.1-.9.1h-.5l-.1-.1v-.1l.1-.1h.3l.4-.1.1-.3v-4.3c-.2-.4-.5-.6-.9-.6-.6 0-1.1.5-1.5 1.4V20l.1.3.4.1h.3l.1.1v.1l-.1.1h-.5l-.9-.1-.9.1h-.7l-.1-.1v-.1l.1-.1h.3l.4-.1.1-.3v-4.3c-.2-.4-.5-.6-.9-.6-.6 0-1.1.5-1.5 1.4V20l.1.3.4.1h.3l.1.1v.1l-.1.1h-.5l-.9-.1-.9.1h-.6l-.1-.1v-.1l.1-.1h.4l.4-.1.1-.3v-4.8l-.1-.3-.4-.1h-.3l-.1-.1v-.1l.1-.1h2l.1.1v1.2c.5-.9 1.2-1.4 2-1.4s1.4.5 1.6 1.4c.4-.9 1.2-1.4 2-1.4s1.5.5 1.7 1.3v4.2l.1.3.4.1h.3l.1.1-.1.3zM186.3 17.4h-3.9l-.1.1v.4c0 1.5.6 2.4 1.8 2.4.9 0 1.6-.6 1.8-1.6l.1-.1h.1c.1 0 .3.1.3.3-.3 1.2-1.2 1.9-2.4 1.9-1.8 0-3-1.1-3-3v-.1c0-1.8 1.3-3.2 3-3.2 1.4 0 2.3 1.1 2.3 2.9zm-2.5-2.6c-.8 0-1.3.8-1.4 2.2h2.6l.1-.1c-.1-1.4-.5-2.1-1.3-2.1zM193.6 20.7h-.6l-.9-.1-.9.1h-.6l-.1-.1v-.1l.1-.1h.4l.4-.1.1-.3v-4.2c-.1-.4-.5-.7-.9-.7-.7 0-1.3.5-1.6 1.5v3.5l.1.3.4.1h.4l.1.1v.1l-.1.1h-.6l-.9-.1-.9.1h-.6l-.1-.1v-.1l.1-.1h.4l.4-.1.1-.3v-4.8l-.1-.3-.4-.1h-.3l-.1-.1v-.1l.1-.1h2l.1.1v1.2c.5-.9 1.2-1.4 2.1-1.4.8 0 1.5.5 1.7 1.3V20l.1.3.4.1h.4l.1.1-.3.2zM195.9 20.8c-.8 0-1.3-.3-1.6-.9v-4.8l-.1-.1h-.8l-.1-.1v-.1l.1-.1.8-.1.1-.1.3-1.3.1-.1.8-.4.1.1v1.7l.1.1h1.6l.1.1v.3l-.1.1h-1.6l-.1.1v4.2c0 .7.2 1.1.6 1.1.4 0 .6-.3.6-.9v-.8l.1-.1c.2 0 .4.2.4.5v.3c0 .8-.6 1.3-1.4 1.3zM113.4 33.7c-1.7 0-2.8-1.2-2.8-3v-.1c0-1.9 1.3-3.2 3-3.2s2.8 1.2 2.8 3v.1c-.1 1.9-1.3 3.2-3 3.2zm0-5.9c-1 0-1.5.9-1.5 2.8s.5 2.8 1.5 2.8 1.5-.9 1.5-2.8c.1-1.9-.4-2.8-1.5-2.8zM120.8 26c-.4 0-.6-.3-.6-.6v-.1l.4-.4c-.2-.3-.4-.4-.8-.4-.5 0-.9.5-.9 1.2v1.8l.1.1h1.3l.1.1v.3l-.1.1H119l-.1.1v5l.1.3.4.1h.6l.1.1v.1l-.1.1h-.7l-1-.1-1 .1h-.5l-.1-.1v-.1l.1-.1h.4l.4-.1.1-.3v-5l-.1-.1h-.8l-.1-.1v-.1l.1-.1.8-.1.1-.1V26c.3-1.1 1.1-1.9 2.1-1.9h.1c.9 0 1.6.5 1.6 1.2-.1.4-.4.7-.7.7zM130.5 25h-.4l-.4.2-.3.3-.2.4-2.6 7.7-.1.1h-.4l-.1-.1-2.7-8.1-.3-.3-.4-.1h-.4l-.1-.1v-.1l.1-.1h.6l1 .1 1-.1h1.1l.1.1v.1h-.6l-.4.1-.1.3v.2l2 5.9.1.3.1-.3 1.8-5.6v-.3l-.1-.3-.1-.1-.4-.1h-.5l-.1-.1v-.1l.1-.1h.8l.8.1.8-.1h.6l.1.1-.4.1zM134.7 30.3h-3.9l-.1.1v.4c0 1.5.6 2.4 1.8 2.4.9 0 1.6-.6 1.8-1.6l.1-.1h.1c.1 0 .3.1.3.3-.3 1.2-1.2 1.9-2.4 1.9-1.8 0-3-1.1-3-3v-.1c0-1.8 1.3-3.2 3-3.2 1.4 0 2.3 1.1 2.3 2.9zm-2.5-2.5c-.8 0-1.3.8-1.4 2.2h2.6l.1-.1c0-1.5-.5-2.1-1.3-2.1zM137.5 33.7c-.8 0-1.3-.3-1.6-.9V28l-.1-.1h-.8l-.1-.1v-.1l.1-.1.8-.1.1-.1.3-1.3.1-.1.8-.4.1.1v1.7l.1.1h1.6l.1.1v.3l-.1.1h-1.6l-.1.1v4.2c0 .7.2 1.1.6 1.1.4 0 .6-.3.6-.9v-.8l.1-.1c.2 0 .4.2.4.5v.3c0 .8-.6 1.3-1.4 1.3zM144.7 30.3h-3.9l-.1.1v.4c0 1.5.6 2.4 1.8 2.4.9 0 1.6-.6 1.8-1.6l.1-.1h.1c.1 0 .3.1.3.3-.3 1.2-1.2 1.9-2.4 1.9-1.8 0-3-1.1-3-3v-.1c0-1.8 1.3-3.2 3-3.2 1.3 0 2.3 1.1 2.3 2.9zm-2.5-2.5c-.8 0-1.3.8-1.4 2.2h2.6l.1-.1c-.1-1.5-.5-2.1-1.3-2.1zM149 29.3c-.3 0-.5-.2-.6-.5v-.1l.4-.4c0-.2-.2-.4-.4-.4-.5 0-.9.8-1.2 2.1v3l.1.3.4.1h.5l.1.1v.1l-.1.1h-.7l-.9-.1-.9.1h-.6l-.1-.1v-.1l.1-.1h.4l.4-.1.1-.3v-4.7l-.1-.4-.4-.1h-.3l-.1-.1v-.1l.1-.1h1.9l.1.1v1.7c.3-1.3.8-1.9 1.6-1.9.6 0 1 .4 1 1-.1.6-.4.9-.8.9zM154.8 33.7c-.6 0-1-.4-1.1-1.1-.3.7-1 1.1-1.8 1.1-1.1 0-1.8-.6-1.8-1.6 0-1.2 1.1-1.8 3.2-1.8h.3l.1-.1v-1.5c-.2-.6-.6-.9-1.1-.9-.4 0-.8.2-1 .4v.9c-.1.3-.4.5-.7.5-.4 0-.6-.2-.6-.6 0-.8 1.3-1.6 2.5-1.6h.1c1 0 1.8.4 2.1 1.3V33l.2.2.3.1.4-.1h.1l.1.1v.1c-.5.2-.8.3-1.3.3zm-1.2-3l-.4-.1c-1.2 0-1.9.5-1.9 1.5 0 .7.4 1.1 1 1.1s1-.3 1.3-.9v-1.6zM163.2 33.6h-.6l-.9-.1-.9.1h-.6l-.1-.1v-.1l.1-.1h.4l.4-.1.1-.3v-4.2c-.1-.4-.5-.7-.9-.7-.7 0-1.3.5-1.6 1.5V33l.1.3.4.1h.4l.1.1v.1l-.1.1h-.6l-.9-.1-.9.1h-.6l-.1-.1v-.1l.1-.1h.4l.4-.1.1-.3v-4.8l-.1-.3-.4-.1h-.3l-.1-.1v-.1l.1-.1h2l.1.1v1.2c.5-.9 1.2-1.4 2.1-1.4.8 0 1.5.5 1.7 1.3V33l.1.3.4.1h.4l.1.1-.3.1zM166.1 33.7c-.7 0-1.1-.1-1.5-.5h-.1l-.4.4h-.1l-.1-.1-.1-2.1.1-.1h.2l.1.1c.4 1.2 1.1 1.9 2 1.9h.1c.7 0 1.2-.5 1.2-1.1 0-.5-.4-1-1.5-1.3-1.4-.4-1.9-1-1.9-1.9 0-.9.8-1.7 2.1-1.7.5 0 1 .2 1.3.5h.1l.4-.4h.1l.1.1v1.7l-.1.1h-.2l-.1-.1c-.3-.9-.9-1.6-1.6-1.6h-.2c-.7 0-1.1.4-1.1 1 0 .5.4.9 1.5 1.1 1.3.3 2 1 2 2-.1 1.3-1 2-2.3 2zM179.5 33.6h-.6l-1-.1-1 .1h-.9l-.1-.1v-.1l.1-.1h.4l.4-.1.1-.1.1-.3v-.2l-.8-2.2-.1-.1h-2.9l-.1.1-.6 1.9v.4l.1.3.2.2.4.1h.3l.1.1v.1l-.1.1h-.7l-.8-.1-.8.1h-.5l-.1-.1v-.1l.1-.1h.3l.4-.2.3-.3.2-.4 2.6-7.5.1-.1.4-.1.4-.1.1.1 2.8 8.1.3.4.4.1h.4l.1.1v.2zm-4.8-7.4l-.1-.4-.1.4-1.3 3.8H176.1l-1.4-3.8zM187.3 26c-.4 0-.6-.3-.6-.6v-.1l.4-.4c-.2-.3-.4-.4-.8-.4-.5 0-.9.5-.9 1.2v1.8l.1.1h1.3l.1.1v.3l-.1.1h-1.3l-.1.1v5l.1.3.4.1h.6l.1.1v.1l-.1.1h-.7l-1-.1-1 .1h-.5l-.1-.1v-.1l.1-.1h.4l.4-.1.1-.3v-5l-.1-.1h-2.3l-.1.1v5l.1.3.4.1h.4l.1.1v.1l-.1.1h-.5l-1-.1-1 .1h-.5l-.1-.1v-.1l.1-.1h.4l.4-.1.1-.3v-5l-.1-.1h-.8l-.1-.1v-.1l.1-.1.8-.1.1-.1v-1.3c.3-1.2 1.2-1.9 2.3-1.9.7 0 1.3.3 1.7.8.4-.6 1.2-.9 1.9-.9.9 0 1.6.5 1.6 1.2-.1.2-.4.5-.7.5zm-3.1-.5c-.3-.6-.7-.9-1.3-.9-.7 0-1.1.5-1.1 1.3v1.6l.1.1h2.3l.1-.1v-2z"/><path class="st0" d="M191.7 33.7c-.6 0-1-.4-1.1-1.1-.3.7-1 1.1-1.8 1.1-1.1 0-1.8-.6-1.8-1.6 0-1.2 1.1-1.8 3.2-1.8h.3l.1-.1v-1.5c-.2-.6-.6-.9-1.1-.9-.4 0-.8.2-1 .4v.9c-.1.3-.4.5-.7.5-.4 0-.6-.2-.6-.6 0-.8 1.3-1.6 2.5-1.6h.1c1 0 1.8.4 2.1 1.3v4.1l.1.3.2.2.3.1.4-.1h.1l.1.1v.1c-.5.1-.9.2-1.4.2zm-1.2-3l-.4-.1c-1.2 0-1.9.5-1.9 1.5 0 .7.4 1.1 1 1.1s1-.3 1.3-.9v-1.6zM196.4 33.6h-.5l-1-.1-1 .1h-.5l-.1-.1v-.1l.1-.1h.4l.4-.1.1-.3v-4.8l-.1-.3-.4-.1h-.3l-.1-.1v-.1l.1-.1h2l.1.1V33l.1.3.4.1h.4l.1.1-.2.1zm-1.6-7.3c-.4 0-.8-.4-.8-.8s.3-.8.8-.8c.4 0 .8.4.8.8-.1.4-.4.8-.8.8zM200.8 29.3c-.3 0-.5-.2-.6-.5v-.1l.4-.4c0-.2-.2-.4-.4-.4-.5 0-.9.8-1.2 2.1v3l.1.3.4.1h.5l.1.1v.1l-.1.1h-.7l-.9-.1-.9.1h-.5l-.1-.1v-.1l.1-.1h.4l.4-.1.1-.3v-4.7l-.1-.4-.4-.1h-.4l-.1-.1v-.1l.1-.1h1.9l.1.1v1.7c.3-1.3.8-1.9 1.6-1.9.6 0 1 .4 1 1s-.3.9-.8.9zM204.2 33.7c-.7 0-1.1-.1-1.5-.5h-.1l-.4.4h-.1l-.1-.1-.1-2.1.1-.1h.2l.1.1c.4 1.2 1.1 1.9 2 1.9h.1c.7 0 1.2-.5 1.2-1.1 0-.5-.4-1-1.5-1.3-1.4-.4-1.9-1-1.9-1.9 0-.9.8-1.7 2.1-1.7.5 0 1 .2 1.3.5l.4-.4h.1l.1.1v1.7l-.1.1h-.2l-.1-.1c-.3-.9-.9-1.6-1.6-1.6h-.1c-.7 0-1.1.4-1.1 1 0 .5.4.9 1.5 1.1 1.3.3 2 1 2 2-.1 1.3-1 2-2.3 2zM45.6 39.7h-.4V6.5h.4v33.2z"/><g><path class="st0" d="M7 33.7L0 11.2h5.4l2.7 9.5c.7 2.7 1.4 5.2 2 8h.1c.6-2.7 1.2-5.4 2-7.9l2.8-9.6h5.3l-7.4 22.4H7zM23.3 27.9l-1.6 5.8h-5.1l6.7-22.4h6.5l6.8 22.4h-5.4l-1.7-5.8h-6.2zm5.6-3.8l-1.4-4.8c-.4-1.3-.8-3-1.1-4.3h-.1c-.3 1.3-.7 3-1 4.3L24 24.1h4.9z"/></g><g><radialGradient id="SVGID_1_" cx="78.249" cy="23.032" r="17.239" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#EEF4F6"/><stop offset=".101" stop-color="#D6E2EB"/><stop offset=".288" stop-color="#B1CADC"/><stop offset=".475" stop-color="#94B9D0"/><stop offset=".657" stop-color="#81AEC9"/><stop offset=".835" stop-color="#75A7C5"/><stop offset="1" stop-color="#71A5C3"/></radialGradient><circle class="st1" cx="78.2" cy="23" r="17.2"/><path class="st6" d="M78.5 28.6c-.6.3-1.2 1.1-1.2 1.1l.1 1 1.2.5 1.4-1.7c.1 0-.9-1.2-1.5-.9z"/><path class="st7" d="M76 33.6s-.5.4-.9.6c-.4.1-.7.5-.8.8-.2.4-.3.4-.5.9s-.2 1-.3 1.2c-.1.3-.5 1-.4 1.6 0 0 1.1-1.3 2.5-1.9l.9-.4s.2 0 .3.3c.1.3.1 1.1.8 1.6.8.4 1.2.7 1.5 1.2 0 0 .2-.7.5-.9.2-.3 1.2-1.5 1.5-2.5.3-1 .1-1.1.1-1.3 0 0-1.9-3.2-2.8-3.7 0 0-.5-1.7-1.2.3-.8 2-1.2 2.2-1.2 2.2z"/><path class="st8" d="M78.5 38.8l.6.6c-.3-.4-.6-.6-.6-.6M77.7 38.4c-.8-.5-.8-1.3-.9-1.6v-.1s.1.5.2.7c0 .2.1.6.7 1zM76.3 36.7l.2-.1s-.1 0-.2.1z"/><path class="st9" d="M74.7 37.3c.3-.2.5-.3.6-.4h.1v.1c-.3 0-.5.2-.7.3zM73.9 37.9c-.4.4-.8.9-.8.9s.3-.4.8-.9zM75 34.4c-.2 0-.5.3-.5.3s.2-.4.8-.6c.4-.2.7-.4.7-.4v.3s-.1.1-.2.1"/><path class="st10" d="M74.1 35.4s.1.5 0 .8c-.1.3 0 .5 0 .7 0 .2.1.4 0 .6-.1.2-.1.5-.1.5s.4-.4.8-.6c.1-.2 0-.4-.1-.8s0-.7.1-.8c.1-.1 0-.3-.1-.5s0-.5 0-.5c-.4.2-.5.4-.6.6zM75.2 34.2s-.4.2-.2.5c.2.2.5.3.4.8-.2.7 0 .7.1 1 .1.2 0 .4 0 .4l.9-.4s0-.4-.2-.8-.1-.5-.1-.8c0-.3-.3-.9-.5-.9-.1 0-.2.2-.4.2z"/><path class="st11" d="M76.3 36.5l-.6.2s-.3.1-.4.1v-.1c.4 0 .8-.2 1-.2z"/><path class="st12" d="M74.7 37.3c-.3.2-.6.4-.8.6v.1c.2-.2.5-.4.8-.7zM75.6 34.1c-.2.1-.5.2-.7.4 0 0 0-.2.2-.3 0 0 .3-.1.3-.2.1 0 .1-.1.1-.1l.1.2z"/><path class="st9" d="M79.2 35.8h-.3c-.3 0-.2 0-.3.1v.4c-.1 0-.2.3-.3.2v-.4c-.2.1-.7.2-.8.3-.3.1-.4.2-.5.2-.1 0-.1.1-.2.1-.1-.1-.1-.2-.2-.2 0 0 3.9-1.2 4.6-1.6 0 0 0 .1-.1.2s-.7.3-1 .4"/><path class="st10" d="M78.4 38.9s0-.6.4-1.2.9-1.1 1.1-1.5c.2-.4.2-.7.2-.7l-.8.2s-.2.3-.5.5-1 .8-1.2 1.3c-.1.4-.1.9-.1.9l.9.5z"/><path class="st12" d="M80.1 35.6c-.2.1-.6.2-.9.3l.1-.1.8-.3v.1z"/><path class="st10" d="M78.6 35.8s0-.2.2-.4c.2-.1.7-.6.8-.8.2-.2.3-.5 0-1.2-.2-.5-.1-.6-.1-.6l-.2-.3s-.1.2-.1.5.1.7-.2 1.1c-.3.4-1.1.7-1 1.9l.6-.2zM76.9 32.2s0 .5.2.9.7.9.7 1.6c-.1.6-.1 1.4-.1 1.4l-.7.2s.2-.6-.1-1c-.2-.4-.7-.9-.7-1.4.1-.6.7-1.7.7-1.7z"/><path class="st13" d="M79.9 36.3s-.8.2-.9.2c-.1 0-.3-.1-.3-.1s-.4.2-.8 1c0 0-.1.2.2.2h.5c.3-.3.6-.4.7-.4.2 0 .3-.3.5-.4-.1-.3.1-.5.1-.5z"/><path class="st12" d="M78.6 36.3s-.3.2-.8 1c0 0-.1.2.2.2.2 0 .4.1.5 0 .1-.3.3-.4.5-.5 0 0-.2-.2-.3-.5l-.1-.2z"/><path class="st8" d="M79.9 36.3l-.5.6s.5-.3.7-.4c.2-.1.5-.1.6-.1.2-.1.3-.4.3-.4l-1.1.3z"/><path class="st13" d="M77 35.4c.4-.1.7-.2.7-.2v-.7c-.3 0-.7.1-1.1.2 0 0 .1.2.2.3l.2.4z"/><path class="st8" d="M77 35.4c-.2.1-.6.2-.9.3 0 0-.1-.1-.1-.3 0-.1.1-.5.1-.5.2-.1.4-.1.6-.2 0 0 .1.2.2.3.1.3.1.4.1.4z"/><path class="st13" d="M76.1 35c-.3.1-.5.2-.7.3 0 0-.1.3-.1.5v.3s.1 0 .1-.1c.2-.1.5-.2.7-.3 0 0-.1-.1-.1-.3l.1-.4z"/><path class="st8" d="M75.3 36.1c-.3.2-.5.3-.7.5v-.3c0-.2.1-.5.1-.5.1-.1.2-.2.4-.2.1-.1.2-.1.4-.2 0 0-.1.3-.1.5-.2.1-.1.2-.1.2z"/><path class="st13" d="M74 36.4c.1-.2.3-.4.6-.6 0 0-.1.3-.1.5v.4c-.2.2-.4.3-.5.5v-.3-.5z"/><path class="st8" d="M74 37c-.1.1-.2.1-.2.2-.2 0 0-.5.1-.7 0 0 0-.1.1-.1V37z"/><path class="st13" d="M79 34.1c.1-.1.3-.1.5-.1h.2s0 .3-.1.5-.3.4-.3.4h-.2c-.2-.1-.4 0-.6.1l-.1-.3s.6-.4.6-.6z"/><path class="st8" d="M79.4 34.9l1.6-.5-.5-.6-.7.2s.1.3-.1.5-.3.4-.3.4z"/><path class="st12" d="M78.1 35.3c0-.2.1-.3.1-.4.1-.1.3-.2.3-.2s.1.1.1.2v1l-.4.1s-.1-.4-.1-.7z"/><path class="st8" d="M79.2 32.6s-.1.1-.1.3c0 .2 0 .6-.2 1s-.5.5-.5.5l.1.3s.4-.3.6-.5c.2-.2.3-.6.3-.9-.2-.2-.2-.7-.2-.7z"/><path class="st9" d="M78.5 34.7l-.2.2c-.1.1-.3-.3-.3-.3 0-.1 0-.2-.1-.2-.1-.3.3-.2.3-.2.1 0 .1 0 .1.2l.2.3z"/><linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="76.837" y1="33.022" x2="81.97" y2="39.036"><stop offset="0" stop-color="#3B1219"/><stop offset=".267" stop-color="#411216"/><stop offset=".646" stop-color="#461213"/><stop offset="1" stop-color="#481212"/></linearGradient><path class="st14" d="M81 34.4l-1.5-2.1-1-1.3-.1.5c.1-.1.2 0 .2.1.1.2.7 1 .9 1.2.5.8 1.6 1.7 1.7 2.2 0 0 0 1-.4 1.7-.3.5-.4.3-.6.8s-.4.7-.5.9c-.3.3-.5.7-.4 1.1 0 0 .2-.7.5-.9.2-.3 1.2-1.5 1.5-2.5l.2-.5c-.1-.8-.5-1.2-.5-1.2z"/><path class="st8" d="M78.6 32s.3.7 0 1.3c-.3.6-.4.7-.4.7-.1 0-.3-.3-.1-.5.1-.1.3-.4.5-.7.1-.4 0-.8 0-.8z"/><path class="st9" d="M78.4 31.2s-.5-.8-.8-.7c-.1 0 0 1-.1 1-.2 0 0 .5.1.7.1.2.2 1.8.2 1.8s.3 1.1.5.6c.1-.4-.2-.7-.2-.7.1-.1.1-.2.1-.4s-.1-.3-.1-.3 0-.4-.1-.5c0 0-.2-.4 0-.7.1-.2.3-.3.4-.3.2-.1 0-.5 0-.5z"/><path class="st12" d="M76.6 34.8c0-.2-.1-.3-.1-.3.1-.1.1-.5.1-.5.2-.1.2-.5.2-.5.1-.1.2-.2.2-.4 0 0-.1-.2-.1-.3 0 0-.3.1-.5.8-.2.7-.1.8-.1.8l.3.4z"/><path class="st9" d="M76.8 36.7c.1-.7-.2-1.1-.2-1.1.1-.2 0-.7 0-.7s0-.1.1-.1c0 0-.2-.3-.2-.5 0-.1.2-1.1.4-1.4l.2-.1.1.2v-.2c.1-.1.2-.4.2-.4.1-.1.2-.5.2-.5l-.2-.4s-.4 1.1-.9 2.1c-.3.6-.2 2.1-.2 2.1l.3.8.2.2z"/><path class="st7" d="M78.4 31.1s1.9 2.6 2.8 3.6c1 1 2.9.7 3.5.6.5-.1.8.1 1.1.1.3 0 .4-.3.9-.4.5-.1.8 0 1.1-.4.2-.4.5-.4 1-.7.5-.2 1.2-.9 1.3-1.5.1-.5.4-1.1.4-1.1L84 26l-5.3 4.4-.3.7z"/><path class="st8" d="M78.5 30.8s2.4.7 3.1.9c.3.1.5.1 1 .3h.5c.6.5 1.2.7 1.2.7s.1-1.3 1.8-3c.7-.7-2.2-3.6-2.2-3.6l-5.2 4.3-.2.4z"/><path class="st7" d="M81.7 27.9s.5.1.6.2c.1 0 .2.2.2.2s.3-.6.7-.9c.1-.1-.1-.6-.1-.6l-1.4 1.1z"/><path class="st15" d="M90.5 31.2c.3-.9.7-1.3 1-1.6.3-.4.3-.9.3-1.3 0-.5.4-1.2.4-2 0-.5 0-2 .1-2.9.1-.9.6-2.4.6-3.3 0-.5.1-1.6.1-1.6l-9.1 7.6c-.1.9.9 1.7 1.2 1.9.3.2.9 1.1 1 1.4.1.3-1.5 1.5-1.5 1.5-.5.5-.8 1-.8 1s.2-.1.6.7c0 0 .7-.5 1-.8.6-.5.6-.7 1.8-1 1.3-.2 1.3.2 1.7.3.3.2 1.3 0 1.6.1z"/><path class="st16" d="M85 28.1c.1-.1.1-.1.2-.1.5-.3 1-.6 1.4-1 .5-.4 1.3-1.6 1.6-2.1.3-.5.6-.8 1.1-1.3.5-.4.7-.8.9-1.1.2-.3.5-.5.8-.8.3-.3.6-.8.5-.9 0-.1-.2 0-.4.2s-1 1-1.3 1.2c-.3.2-1.1.9-1.6 1.4-.5.4-1.4 1.5-1.8 1.9-.4.4-1.5 1.8-1.7 2.1l-.2.2.5.3zM85.2 32s.4-.9.8-1.4c.4-.5.9-1.3 1.1-1.5.4-.4.8-1.2 1.1-1.4.3-.2.6-1 .9-1.3.2-.4 1.3-1.9 1.5-2.3.2-.4.4-.9.8-1.3s.6-1 .7-1.2c.2-.2.4-.6.2-.7-.2-.1-.7.3-1.2.8s-.8 1-1.2 1.7c-.4.6-1.3 2.2-1.6 2.8-.3.6-1.4 1.1-1.8 1.6-.4.5-1 1.2-1 1.2s.4.5.3.7c-.1.1-.5.6-1 1s-1.2 1.1-1.3 1.5c0 0 .2 0 .6.7l1.1-.9zM88.7 31.2c.2-.4.2-.4.7-1l.5-.5c.4-.4.5-.8.5-.8.1-.2.1-.5.3-.8.3-.4.9-.8 1-1 .2-.2.4-1 .4-1.5v-1.3s-1.1.9-1.6 1.9c-.3.6-.6 1.2-.9 1.7l-.3.5c-.1.2-.1.3-.2.4-.2.4-.3.8-.5 1.2-.2.3-.3.6-.5.9 0 0 .2.1.3.2.2.2.3.1.3.1z"/><path class="st7" d="M65.2 30.1s.1.5.4.7c.3.2.3.7.4.8.3.4.8.4 1.2.8 0 0 1.3 1.9 2.8 2.4 1.5.5 1.9.2 2.1.1.3 0 .9.2 1.3.1s1.2-.6 1.6-.8c.3-.2.9-.3 1.1-.9.2-.6.7-1.7.8-1.8.1-.1.8-.9.3-1.2-.5-.4-4.1-3.7-4.1-3.7s-.6-1-2.4 0c-1.6 1.1-5.5 3.5-5.5 3.5z"/><path class="st9" d="M75.4 31l.6.2s0 .6.6.7c.5 0 1-.7.6-1.1-.4-.4-1.2-.5-1.5-.3-.3.2-.3.5-.3.5z"/><path class="st10" d="M73.3 26.7s-.9.4-1 .6c0 0-.3.1-.6.3-.5.3-.3.6-.5.8-.2.2-.3.1-.4.3-.1.2-.1.3-.1.4 0 .2-.2.1-.2.5 0 .2.1.4.1.7 0 0-.7-.9-.7-1.2 0-.3 0-.4.1-.5v-.7c.1-.8 2.4-1.9 2.4-1.9l.9.7z"/><path class="st17" d="M63.8 17.7s-.2.5 0 1.9c.2 1.2-.2 1.7-.2 2.1-.1.9.2 2.2.3 3 .1 1.1 0 1.9.1 2.7 0 0 .4 1 1.2 2.7 0 0 1.6.4 1.8.4 0 0 .5 0 1.1.2 0 0 .4 0 1.1.2.8.2 1.1.6 1.2.6.1 0 .4.1.8.1 0 0-.4-.7-.4-1.1 0-.3-.4-.8-.5-.9-.1-.1-.4-.6-.4-.9 0-.3.2-.3.2-.7 0-.4.1-.6.3-.8 0 0 .2-.2.4-.2s.2-.1.4-.3c.3-.2 1-.4 1.3-.9l-8.7-8.1z"/><path class="st16" d="M63.8 17.7s-.2.5 0 1.9c.2 1.2-.2 1.7-.2 2.1-.1.9.2 2.2.3 3 .1 1.1 0 2.1.1 2.7.1.7.4 1.2 1.2 2.7 0 0 1.6.4 1.8.4 0 0 .5.2 1.1.2 0 0 .4 0 1.1.2.8.2 1.1.6 1.2.6.1 0 .4.1.8.1 0 0-.4-.7-.4-1.1 0-.3-.4-.8-.5-.9-.1-.1-.4-.6-.4-.9 0-.3.2-.3.2-.7 0-.4.1-.6.3-.8 0 0 .2-.2.4-.2s.2-.1.4-.3c.3-.2 1-.4 1.3-.9l-8.7-8.1z"/><path class="st15" d="M70.2 25c-.4-.8 0-1.1 0-1.1l2.1 2s-1.2.8-1.4 1c-.4-.3-.3-1.1-.7-1.9z"/><path class="st18" d="M70.3 25.2c-.4-.8 0-1.2 0-1.2l2 1.9s-1.2.8-1.4 1c-.3-.3-.2-1.1-.6-1.7z"/><path class="st19" d="M70.5 25.3c-.4-.8 0-1.3 0-1.3l1.9 1.8s-1.2.8-1.4 1c-.3-.1-.2-.9-.5-1.5z"/><path class="st20" d="M70.6 25.4c-.4-.8-.1-1.3-.1-1.3l1.8 1.7s-1.2.9-1.3 1c-.2-.1-.2-.8-.4-1.4z"/><path class="st21" d="M70.7 25.6c-.4-.8-.1-1.4-.1-1.4l1.7 1.6s-1.2.9-1.3.9c0 0-.1-.7-.3-1.1z"/><path class="st22" d="M70.8 25.7c-.3-.8-.2-1.4-.2-1.4l1.7 1.6-1.3.8s0-.6-.2-1z"/><path class="st15" d="M65 19.5c.4.7 1.4 2.1 1.7 2.6l.3.4c.2.2.4.5.6.7l.4.4c.2.3.4.5.5.7l.3.5c.1.2.2.4.4.6l.5.8.1.1c.1.1.6.6.8.7-.3.2-.4.4-.4.4-.1 0-.1-.1-.2-.2-.9-.5-1.4-1.6-1.8-2.4-.4-.9-.8-1.3-1.7-2.1l-.3-.3-.4-.6c-.4-.9-1.4-2.7-1.4-2.7s.2-.2.6.4zM68.2 29.7c0-.1-.1-.1-.1-.2-.2-.2-.3-.4-.4-.5-.1-.2-.2-.3-.3-.5-.1-.1-.2-.4-.5-.7l-.1-.1c-.2-.3-.4-.6-.6-.8l-.5-.7c-.1-.1-.1-.2-.1-.2-.1-.3-.2-.6-.4-.9l-.1-.2c-.2-.3-.4-.6-.5-.8-.2-.3-.9-1.4-.9-1.4-.2-.1.2 1.2.5 1.9.2.7 1 1.5 1.2 2 .2.3.5.8.9 1.3l.5.8c.2.4.5.7.8 1l.1.1c.2.2.3.4.4.6.2.5 0 .4.3.4s.8.1 1.2.3c.4.2.5.2.3.1-.2-.2-.4-.2-.7-.4-.4-.4-.6-.6-1-1.1z"/><path class="st10" d="M87.2 23.6l-.1.4-.4.3.3.1.1.5.2-.4.4-.1-.2-.3.2-.5-.4.2z"/><path class="st23" d="M87.5 24.1l.2.3-.4.1-.2.4v-.3l.4-.5z"/><path class="st10" d="M88.8 22.3v.3l-.4.2.4.2-.1.2.2-.3.4.1-.2-.4.2-.3-.3.1z"/><path class="st24" d="M88.8 23l-.1.2.2-.3.4.1-.2-.4z"/><path class="st10" d="M85.1 25.6l-.1.3-.5.3.4.1.1.5.3-.4h.4l-.2-.3.2-.4-.4.1z"/><path class="st23" d="M86.7 25.3v.3l-.4.3.4-.1-.1.5.2-.4.5-.1-.3-.2.3-.3-.4.1zM88.5 23.6v.3l-.3.3h.2v.1l.3-.2v-.2l.2-.2-.3.1z"/><path class="st0" d="M86.1 27l-.1.5-.4.3h.3v.4l.2-.4h.3l-.2-.3.2-.4-.2.2-.1-.3z"/><path class="st23" d="M86.4 28l-.2.3s.1 0 .1.1-.2.4-.2.4l.3-.4h.4l-.3-.2s.4-.2.4-.3c-.1 0-.4.2-.5.1zM87.1 28.1l.3.1.1.3.2-.4.2-.1-.2.1-.2-.4-.1.3z"/><path class="st0" d="M88.1 28.7v-.4l.4-.2H88l.1-.2-.3.3-.2.3.3-.1z"/><path class="st10" d="M87.3 26.6l.4-.3.3.2v-.4l.4-.3-.5.1v-.4l-.2.4s-.2 0-.4.1c0 0 .1 0 .2.1l-.2.5zM88.1 25.2l.3-.1.2.1v-.3l.3-.2h-.3v-.3s-.3.3-.4.5c-.1.2-.1.3-.1.3zM89.5 23.8l.2-.5.4-.2h-.4l.2-.4s-.4.5-.5.6l-.3.3.3-.1.1.3z"/><path class="st23" d="M89.5 24.1v.3l-.4.4.3-.1.1.4.1-.4.3-.1-.1-.2.1-.2-.3.2z"/><path class="st10" d="M87.4 29.2l-.2.3-.4.2.2.1-.1.3.3-.2.3.1-.1-.4.4-.2-.4.1zM86.6 30.5s-.4.3-.5.5l-.3.1.1-.2h-.2l.4-.3.2-.4-.1.3h.4z"/><path class="st25" d="M85.1 31.7l-.4.2-.4.1.2.1.1.2.3-.2.2-.1c0-.1-.1-.2 0-.3zM85.5 31.1l-.3.1v.2l-.1-.1-.2-.1.2-.1z"/><path class="st10" d="M87.4 30.4l-.1.2-.3.1.1-.2zM87.8 29.6l.2.2s-.2.3-.2.6l.4-.3.3.2v-.5l.4-.3-.4.1s0-.2-.1-.3l-.2.4-.4-.1zM88.9 28.8l.4-.2.3.3v-.4l.3-.3-.4-.1v-.4l-.3.4h-.4l.3.3-.2.4z"/><path class="st13" d="M89.9 28.1l-.3.3v.4l-.1-.1-.2-.1c.1-.1.2-.3.3-.5h.3z"/><path class="st10" d="M90.3 29.1l.3-.5v.4h.4l-.4.3s-.1.4 0 .6l-.3-.3-.4.2.3-.4-.2-.3h.3z"/><path class="st13" d="M90.3 29.1l-.5.1.2.3-.3.4h.1c.2-.2.3-.4.4-.5 0-.2.1-.3.1-.3z"/><path class="st26" d="M90.4 27.7l.4-.4s.3.3.4.3l-.2-.5.3-.3-.3.1-.1-.4-.1.5-.5.2.4.1-.3.4z"/><path class="st10" d="M89 27.3l.3-.4.3.1-.2-.3.3-.4-.3.2-.1-.4-.2.5-.3.2h.2zM90.1 26.9v-.5l.4-.2h-.3l-.1-.5-.2.4h-.2l.2.3-.2.3.2-.1zM90.7 25.7l.4-.2.2.1v-.3l.2-.2h-.2v-.4l-.2.5-.5.1h.3z"/><path class="st27" d="M91.1 25.5l.2.1v-.3l.2-.2h-.1z"/><path class="st10" d="M90.3 25.3l.1-.3.3-.1-.2-.3v-.4l-.3.4-.2.4.3-.1c-.1.1-.1.3 0 .4zM91.3 24.2v-.3l.4-.3-.4.1v-.2l-.3.3-.4.1.3.1-.1.4.3-.2c-.2-.1 0 0 .2 0z"/><path class="st23" d="M90.9 23.2l-.4.1v-.2l-.1.3-.3.3.2-.1-.1.4.3-.4.3-.1-.2-.1zM88.9 25.5l.1.2-.2.2.2-.1.1.2s0-.2.1-.3l.3-.1-.2-.1.1-.3-.2.3h-.3z"/><path class="st23" d="M88.5 26.2l.1.2-.2.2.2-.1.1.2v-.3c0-.1.3-.1.3-.1s-.1-.1-.2-.1l.1-.3-.3.2-.1.1z"/><path class="st13" d="M88.3 27.2v.2l-.1.3.2-.2.2-.3-.1.1z"/><path class="st10" d="M90.3 21.1l-.1.3-.5.3h.4l.1.3.2-.3h.4l-.2-.3.2-.2-.3.1z"/><path class="st23" d="M90.8 21.2l.1-.1-.3.3.2.3h-.4l-.2.3-.1-.2z"/><path class="st10" d="M90.3 23l.3-.3.3.3-.2-.5.3-.3-.3.1-.1-.2-.1.3-.3.1.2.1z"/><path class="st23" d="M90.4 22.6l-.1.4.3-.3.3.3-.2-.5.3-.3-.3.1zM89.7 22.3l.2.2.2-.2-.1.2.1.1-.3.3-.1-.1h-.2l.2-.2zM91.2 23l.2-.2s-.2 0-.3-.1l.1.3z"/><path class="st10" d="M91.7 22.4l.2-.2s.1.1.2.1c-.1.1-.3.2-.4.1z"/><path class="st23" d="M91.7 21.6l-.1.3-.3.1.3.1v.2s.1-.1.2-.3c0-.2.1-.3.1-.3s-.1.1-.2-.1z"/><path class="st10" d="M91.8 19.9l-.2.5-.4.3.3-.1v.6l.3-.6.6-.1-.4-.1.1-.2-.2.1z"/><path class="st23" d="M92 21s0 .3-.1.3l.3-.2c.1-.1-.1 0-.2-.1z"/><path class="st10" d="M89.6 31.2s0 .4-.1.5c-.1.1-.2.2-.3.5-.1.2-.1.7-.3.8-.2.1-.5.9-1.4.7 0 0-.1-.1.1-.3.2-.1.1-.6.2-.8.1-.2.8-.4.9-.6.1-.3.1-.8.1-.8h.8zM88.2 31s-.2.3-.3.6c-.1.4.1.4-.1.5 0 0-.1 0-.2.1s-.1.1 0 .1 0 .1-.1.1-.3 0-.3.1-.1.1-.2.2-.5.2-.6.4c0 .2 0 .3-.1.4 0 .1-.1.2.1.2h.3c.1.1-.1.3-.3.3-.3.1-.8.2-1.1.2 0 0 0-.3.2-.4l-.6.2v-.2s-.1-.2 0-.3c.1-.1.2-.1.3-.2 0-.1-.1-.2.2-.3.3-.1 1-.3 1.1-.4.1-.1.5-.2.6-.2.1 0 0 0-.1-.1s.1-.4.1-.5c.2-.2.1-.4.3-.7.1-.2.2-.2.2-.2s.4 0 .6.1z"/><path class="st10" d="M86.3 31.2s-.1.6-.2.9c-.2.3-.5.6-1 .7-.5.1-.8.2-1 .4-.2.2-.3.4-.3.5 0 0 .4.1.5.2 0 0 0 .3-.2.4 0 0-.3-.1-.4-.1-.2 0-.5-.1-.5-.1s.2-.3.3-.4H83s-.2-.2.1-.5c.2-.3.4-.4.8-.4s.7 0 .9-.1c.3-.1.6-.5.6-.7l.2-.4s.2-.2.7-.4zM83 26.8s-.1.6.2 1l.6.6c.2.1.7.9.7.9l1-.3s-.3-.4-.6-.7c-.1-.1-.2-.2-.4-.3-.2-.1-.8-.7-.9-1.3v-.4l-.6.5z"/><path class="st28" d="M83.9 28.4c.2-.3.4-.5.6-.7l.2.2c.1.1.2.2.3.2l-.5.5c-.1.1 1.1.2 1.1.3-.1.1-1.2-.1-1.2 0l-.3-.3c-.1-.2-.2-.2-.2-.2z"/><path class="st29" d="M83.9 28.3c.8.3 1.7.5 1.7.5-.1.1-1.2-.1-1.2 0-.1 0-.5-.3-.5-.5z"/><path class="st30" d="M83.8 31.8s-.1-.5-.3-.7c0 0 .8-.4 1-.3l.2.1c-.1 0-.7.5-.9.9z"/><path class="st10" d="M83.3 31.8s-.3-.3-.6-.4c0 0-.5.2-.6.3-.1.1-.1.3 0 .5 0 0-.4.1-.7.4-.2.2-.1.5-.1.5l.3.1s-.2.1-.2.2c0 0 .3.4.5.4s.3-.1.4-.2c0-.1.1-.2.1-.2s-.4-.1-.5-.2V33c0-.1 0-.3.2-.5s.3-.3.6-.3c0 0 0-.2.1-.3.2.1.5 0 .5-.1zM81.5 31c-.1 0-.3.2-.3.4 0 .1.1.4.1.4-.3 0-.4 0-.5.1-.3.1-.2.4-.2.5v.2c.1.1.3.2.3.2s-.1 0-.1.1v.3c-.2-.1-.6-.4-.6-.4 0-.1-.1-.3 0-.3h.2c-.1-.1-.3-.2-.3-.2s-.1-.2.1-.5c.3-.3.7-.3.7-.3-.2-.1-.2-.4-.1-.5.1-.1.6-.2.6-.2s-.3 0-.4-.1c-.1-.1-.7-.7-1-.9l.1-.2s.2-.1.2-.2.1-.2.1-.2h.3l.3.3.3.3c.1.1.1.1.3.2.1.1.3.2.3.3 0 .1.1.5.1.6-.2.1-.4 0-.5.1z"/><path class="st6" d="M78.5 30.8s0-.4.4-.7c.4-.3.8-.4.8-.4l.6.6s-.4 0-.7.2c-.4.3-1.1.3-1.1.3z"/><path class="st31" d="M80.3 29.7c.5.1.5-.2.5-.2l-.3-.3c-.1.1-.3 0-.3 0l-.1.2c0 .1-.2.2-.2.2l-.1.2s.2-.2.5-.1z"/><path class="st10" d="M65.8 21.7l-.1.4h-.4c0 .1.4.3.3.4 0 .1-.1.2 0 .5 0 0 .1-.3.3-.3 0 0 .1.2.3.2v-.4s.1-.2.2-.3c0 0-.1-.1-.3-.1l-.3-.4zM65.2 23.9v.4s-.3-.1-.4-.1l.3.5v.5s.1-.2.2-.2l.3.3s0-.4-.1-.5c0 0 .1-.1.2-.1l-.4-.2c.1 0 0-.3-.1-.6zM65.8 25.9v.3l-.4.1s0 .1.3.1c0 0 .1 0 .1.1v.6s.1-.3.2-.3c0 0 .2.2.3.2 0 0 0-.2-.1-.3 0 0 .1-.1.2-.1v-.1c-.1-.1-.3-.2-.3-.2s-.2-.3-.3-.4zM66.1 28.3l.4.1.2.6s.1-.2.1-.4l.3.1c-.1-.2-.3-.4-.3-.4s0-.3.1-.4c-.2-.1-.2.1-.3.1l-.3-.4.1.4s-.3.2-.3.3zM67.8 28.8l-.1.4h-.4l.4.2s-.1.2-.1.3l.3-.2s.1 0 .2.1.2.1.2.1-.1-.1-.1-.2-.1-.2-.1-.2.1-.2.2-.2l-.4-.1-.1-.2zM68.7 29.7l.1.2h-.2s.1.1.3.2c0 0 .1.3.1.4 0 0 0-.2.1-.2 0 0 .2.1.3.2 0-.1-.2-.3-.2-.3s.1 0 .1-.1c0 0-.1-.1-.3-.1-.1-.1-.3-.4-.3-.3zM69.2 29h-.3l.3.3s0 .3.1.4l.2-.3c.1 0 .3.1.3.1l-.2-.3s.1-.1.1-.2h-.3l-.2-.3v.3zM69.7 28.5l-.1-.2V28l-.1.1s-.2-.2-.3-.2c0 0 .1.2.2.3l-.1.1.2.1c.1-.1.2.1.2.1zM68.8 27s.4.6.6.7v-.3s.1 0 .2-.1l.2-.1s-.1-.1-.4-.1l-.1-.3-.1.2c0 .1-.3.1-.4 0zM69.7 26.2s0-.3-.1-.5c0 0 .2-.1.2-.3h-.4s-.2-.2-.2-.3v.4h-.3l.3.3s-.1.4-.1.5l.3-.3s.1.1.3.2zM69.4 24.7s-.2-.3-.3-.4l.1-.5-.4.2s-.2-.1-.3-.2l.1.4-.3.3s.2.1.3.1l.1.4s.1-.3.2-.4c0 0 .3 0 .5.1zM67.5 22.7s.1.3.1.4c0 0-.2.3-.2.4h.3s.1.3.1.4c0 0 .1-.3.2-.4h.4l-.4-.4v-.5s-.2.2-.2.3c0 0-.2-.2-.3-.2z"/><path class="st10" d="M66.7 21.6v.4l-.2.2-.2.2s.1.1.3.1l.1.4.2-.4s.2 0 .3.2c0 0-.1-.4-.1-.5 0 0 0-.3.3-.4 0 0-.3 0-.4.1 0 0-.2-.3-.3-.3.1 0 .1-.1 0 0z"/><path class="st32" d="M62.9 16.8s.1.1.2.1c.1.1.4.2.6.2.2 0 .4.1.5.2v.1s0 .1-.1 0c-.1 0-.2-.1-.2 0h.1c-.1 0-.2.2-.2.2s-.1-.1-.2-.1c-.1.1.1.2.1.3v.1c-.2.1-.3-.2-.4-.4 0-.2-.2-.5-.3-.5-.1 0-.2-.1-.1-.2-.1 0 0 0 0 0z"/><path class="st33" d="M62.9 16.8s.1 0 .2.1.4.2.6.2c.2 0 .4 0 .4.3 0 0 0 .1-.1 0-.1 0-.2-.1-.2 0l.1.1-.1.1s-.4-.4-.5-.4c-.1 0-.1 0 .1.2l.2.2c-.1.1 0 .2.1.3v.1c-.2.1-.3-.2-.4-.4 0-.2-.2-.5-.3-.5-.1-.2-.1-.3-.1-.3z"/><path class="st33" d="M63.2 17.2h.2c.1 0 .2 0 .2-.2-.2 0-.5-.2-.6-.2-.1-.1-.1-.1-.2-.1s0 .1.1.2c.1.2.2.2.3.3-.1 0 0 0 0 0z"/><path class="st34" d="M63.6 17.1c0 .1-.1.2-.2.2l-.1-.1h-.1c-.1 0-.1-.1-.2-.2s-.1-.2-.1-.2.1 0 .2.1c0 0 .3.2.5.2z"/><path class="st35" d="M63.5 17.1c0 .1-.1.2-.2.1h-.1-.1c-.1 0-.1 0-.1-.1-.1 0-.1-.1-.2-.2s-.1-.2-.1-.2.1 0 .2.1c.2.1.5.3.6.3z"/><path class="st36" d="M63.5 17.1c0 .1-.1.1-.2.1h-.1c-.1 0-.1 0-.1-.1L63 17c-.1-.1-.1-.2-.1-.2s.1 0 .2.1c0 0 .2.2.4.2z"/><path class="st37" d="M63.4 17.1c0 .2-.4.1-.4.1l-.1-.1c-.1-.1-.1-.2-.1-.2s.1 0 .2.1c.1-.1.3 0 .4.1z"/><path class="st38" d="M63.4 17.1c0 .2-.3.1-.4 0l-.1-.1c-.1-.1-.1-.2-.1-.2s.1 0 .2.1c.1 0 .3.1.4.2z"/><path class="st39" d="M63.4 17c.1.2-.3.1-.3 0l-.1-.1c-.1-.1-.1-.2-.1-.2s.1 0 .2.1c0 .1.1.2.3.2z"/><path class="st40" d="M63.3 17c.1.1-.3.1-.3 0l-.1-.1c-.1-.1-.1-.2-.1-.2s.1 0 .2.1.2.2.3.2z"/><path class="st41" d="M63.3 17c.1.1-.2.1-.3 0h-.1c-.1-.1-.1-.2-.1-.2s.1 0 .2.1c.1 0 .2.1.3.1z"/><path class="st0" d="M63.2 17c-.1 0-.1-.1-.2-.1-.1-.1-.1-.1-.2-.1s0 .1.1.2.4 0 .3 0zM63.6 17.5c-.1-.1-.4-.3-.4-.3s0-.1.1 0c.1 0 .3.2.3.3h.2l-.1.1-.1-.1z"/><path class="st32" d="M93.8 17.7s-.1.1-.2.1c-.1.1-.4.2-.6.2-.2 0-.4 0-.5.2v.1s0 .1.1 0c.1 0 .2-.1.2 0l-.1.1c.1 0 .1.1.1.1s.1-.1.2 0-.1.2-.1.2v.1c.2.1.3-.2.4-.4 0-.2.2-.5.3-.5.2 0 .2-.1.2-.2z"/><path class="st33" d="M93.8 17.7s-.1 0-.2.1c-.1 0-.4.2-.6.2-.2 0-.4 0-.4.3 0 0 0 .1.1 0 .1 0 .2-.1.2 0l-.1.1s.4-.4.5-.4c.1 0 .1 0-.1.2l-.2.2c.1.1 0 .2-.1.3v.1c.2.1.3-.2.4-.4 0-.2.2-.5.3-.5.2-.1.2-.2.2-.2z"/><path class="st33" d="M93.4 18.1h-.2c-.1 0-.2 0-.2-.2.2 0 .5-.2.6-.2.1-.1.1-.1.2-.1s0 .1-.1.2-.1.2-.3.3c.1 0 0 0 0 0z"/><path class="st34" d="M93.1 18c0 .1.1.2.2.2l.1-.1h.1c.1 0 .1-.1.2-.2s.1-.2.1-.2-.1 0-.2.1c-.1 0-.4.2-.5.2z"/><path class="st35" d="M93.1 18c0 .1.1.2.2.2h.2c.1 0 .1-.1.2-.1.1-.1.1-.2.1-.2s-.1 0-.2.1c-.1-.2-.3 0-.5 0z"/><path class="st36" d="M93.1 18c0 .1.1.1.2.1h.1c.1 0 .1 0 .1-.1l.1-.1c.1-.1.1-.2.1-.2s-.1 0-.2.1l-.4.2z"/><path class="st37" d="M93.2 17.9c0 .2.4.1.4.1l.1-.1c.1-.1.1-.2.1-.2s-.1 0-.2.1c-.1 0-.3.1-.4.1z"/><path class="st38" d="M93.2 17.9c0 .2.3.1.4 0l.1-.1c.1-.1.1-.2.1-.2s-.1 0-.2.1-.2.2-.4.2z"/><path class="st39" d="M93.3 17.9c-.1.2.3.1.3 0l.1-.1c.1-.1.1-.2.1-.2s-.1 0-.2.1-.2.2-.3.2z"/><path class="st40" d="M93.3 17.9c-.1.1.3.1.3 0l.1-.1c.1-.1.1-.2.1-.2s-.1 0-.2.1-.2.2-.3.2z"/><path class="st41" d="M93.3 17.9c-.1.1.2.1.3 0h.1c.1-.1.1-.2.1-.2s-.1 0-.2.1c-.1 0-.2.1-.3.1z"/><path class="st0" d="M93.4 17.9c.1 0 .1-.1.2-.1.1-.1.1-.1.2-.1s0 .1-.1.2-.4 0-.3 0zM93.3 18.1h-.1c-.1.1-.3.2-.4.2l-.1.1.1.1c.1-.1.4-.3.5-.4z"/><path class="st10" d="M67 30.5s.3.6.5.8c.2.2.3.6.5.8.2.2.5.8.8 1.1.3.3.6.9 1.5 1.1.9.2 1.4-.3 1.4-.3s-.1-.1-.3-.2c-.2-.1-.5 0-.7 0-.2-.1-.7-.3-1-.7-.2-.4-.4-.6-.6-.8-.2-.2-.3-.6-.5-.9-.2-.3-.5-.5-.5-.5s-.5-.2-1.1-.4zM69.3 31s.1.1.1.3c.1.2.1.5.3.7l.7.7c.2.3.4.2.6.4.2.3.3.3.3.3s-.2-.7-.4-1.1c-.3-.4-.5-.2-.7-.7.1-.1-.4-.7-.9-.6zM74.2 27.6s-.7.2-1.2.4c-.2.1-.4.3-.4.3-.1 0-.5.4-.6.8 0 0 0 .2-.2.3-.2.1-.2.2-.2.3 0 .2-.3.2-.3.3 0 .1.2.2.1.4-.1.1-.2.4-.1.8 0 .4-.1.4 0 .5 0 .1.5.5.6.9 0 0 0 .2.1.4 0 .1.2.1.4.2.1.1 0 .1.1.1 0 0 .1 0 .2.1.2.2.1.2.1.2l.8-.2s.1-.2-.1-.4c-.2-.1-.5 0-.5 0s-.2.2-.2-.1c0-.3-.2-.8-.7-1.1-.4-.3-.4-.8-.2-1.1.3-.4.8-.5.9-.6.1-.1.1-.6.6-.9.1-.1.3-.2.4-.3.4-.2.8-.3 1.1-.5l-.7-.8z"/><path class="st10" d="M75.9 29.1s-.7.5-.9.5c-.2.1-.7.2-.9.7 0 0 .1.3-.3.3-.4.1-1 .3-.9.9 0 0 .6.6.7.9v.4s.2-.1.5.1c.3.1.1.4.1.4l.5-.1.5-.2s.1-.4-.2-.6c-.3-.2-.7-.1-.7-.1s0-.2-.1-.3c-.1 0-.2 0-.2-.1s.1-.5.5-.8c.4-.2.8-.5.8-.6 0-.1 1.3-.8 1.3-.8l-.7-.6z"/><path class="st10" d="M75.6 32.8s.3-.5.3-.6c0-.1-.3-.2-.5-.3-.2 0-.6.1-.1-.2.1-.1.3-.6.3-.6s.2 0 .5.1c0 0-.1.3.2.4.3.1.3.3.5.3l-.2.5-1 .4z"/><path class="st8" d="M70.3 34.5s.5.4 1.9-.1c1.1-.4 2.3-1 2.3-1l-1.2.4c-.3 0-1.1.3-1.4.5-.4.2-.8.5-1.6.2z"/><path class="st23" d="M69.2 27.9c.1.1.3.2.4.3V28l-.1.1c0 .1-.1-.1-.3-.2z"/><path class="st15" d="M69.2 27.9c-.1-.1-.2-.1-.3-.2-.2-.2-.5-.3-.6-.5-.6-.5-1.3-1.6-1.7-2.1-.5-.5-1.9-2.6-2.2-3.3-.3-.6-.2-.9-.2-.8.1.1.2.7.6 1.2.3.5 1.9 2 2.2 2.3.2.3 1.7 2.3 2 2.7l.3.3c.2.2.5.4.8.6 0 0 .1.1-.1.3-.1 0-.2-.2-.3-.2l-.5-.3z"/><path class="st16" d="M70.2 31.4c.3-.1.4-.1.6-.1h.1l.1.3-.6-.1c.1.1 0 .1-.2-.1z"/><path class="st7" d="M75.5 32"/><path class="st15" d="M64 25.8s1 2 2 3.1 1.4 1.4 1.6 1.6c.2.1-.4 0-.7 0-1-.2-1.4-.5-2-1.6-.4-.8-.9-1.5-.9-1.9.1-.4-.1-1.4 0-1.2z"/><path class="st42" d="M66.9 27.7c0 .1 0 .1 0 0z"/><path class="st43" d="M72.5 27.1c.2.3.4.7.7.9l-.4.3c-.3-.4-.4-.7-.6-1 0 0 .1-.1.2-.1l.1-.1zM73.5 29c.4.3.8.6 1.1.8 0 0 .2-.1.3-.1.1 0 .3-.1.3-.1-.2-.2-.5-.3-.6-.4-.1-.1-.3-.2-.6-.4 0 0-.3.1-.4.2 0-.1-.1 0-.1 0z"/><path class="st8" d="M71.1 28.4c.2.3.4.5.7.9l.1.1.1-.1c0-.1.1-.3.1-.3-.5-.5-.6-.7-.8-1 0 0 0 .1-.1.2 0 .1 0 .1-.1.2.1 0 0 0 0 0zM74 30.6c-.4-.1-.8-.4-1.2-.6 0 0 .1 0 .1-.1l.1-.3c.4.3.7.5 1.1.7 0 0 0 .1-.1.3zM75.5 31.1c.3.1 1 .1 1 .1s-.9-.2-1.5-.5l-.2.3c.2 0 .5.1.7.1zM72.4 30.2c.2.1.5.2.7.4 0 0-.2-.3-.5-.5l-.2.1zM71.5 29.9l-.8-.8v-.2-.2c.1.1.5.6.9.9.1.1.1.2-.1.3.1 0 0 0 0 0zM70.5 29.6s.2.3.4.4c.2.1.5.2.5.2V30.5c-.3-.1-.4-.2-.8-.5l-.1-.4zM73 31.1c-.1 0-.3-.1-.5-.2-.1-.1-.4-.1-.6-.2l.1-.1c.4.2.8.3 1 .5zM70.4 31.8h.3c.2 0 .4.1.7.1l-.2-.2v-.3c-.1 0-.3 0-.4-.1l.1.3s-.5-.1-.6-.1c-.1 0-.2 0-.3-.2 0 0-.1 0 0 0l.2.2c.2.2.2.3.2.3z"/><path class="st44" d="M67.7 31.7c-.5-.1-1.7-.1-1.7-.1l-.1-.2-.1-.3c.2-.1 1.1 0 1.6.1l.2.2c.1.1.1.3.1.3zM69.6 31.7h-.8s0-.1-.1-.2c0-.1-.1-.2-.1-.2.3 0 .5 0 .9.1l.1.3z"/><path class="st45" d="M71.9 31.5c.3.1.7.1 1.1.2l.2.3h-.9s-.2-.1-.2-.2c-.1-.2-.2-.3-.2-.3zM71.3 33c.1 0 .2-.1.4-.1h.3s0 .1.1.1.2.1.2.1c-.3.1-.6.1-.7.1-.4.1-.8 0-1.1.4l-.3-.1c.2-.2.5-.3.8-.4 0 0 .1.2.3.2V33zM74.5 32.3c.1-.1.3-.1.3-.1s.3-.2-.2-.2H74l.1-.2h1.2l-.1.1s-.1.1.1.1h.4c-.2.1-.5.2-.7.4h-.1c-.2-.1-.3-.1-.4-.1z"/><path class="st8" d="M68.1 32.3c-.2 0-.3.1-.5.1-.3 0-.4-.1-.5-.1l.2.2c.1.1.1.2.2.3 0 0 .5.1 1.1.2l-.5-.7zM69.5 32.8c.5-.1.8 0 1-.1l-.3-.3h-.5c-.1 0-.3 0-.5-.1l.3.5zM71.6 33.9c.3-.1.8-.3 1.1-.4v.1c-.2.1-.5.1-.6.1-.3.1-.4.2-.5.2zM73.6 33.3c.2-.1.4-.1.6-.2 0 0 .1.2 0 .3-.2 0-.4.1-.6.1v-.2zM75.1 32.6c.1 0 .1 0 0 0 .2-.1.5-.2.8-.3 0 0-.2.5-.3.6-.1.1-.3.1-.4.2 0-.1 0-.3-.1-.5z"/><path class="st45" d="M72.8 32.9c.3-.1.5-.1.7-.2v.2c-.1 0-.2.1-.4.1 0 0-.1 0-.3.1.1-.1.1 0 0-.2z"/><path class="st46" d="M72.7 34.7h.8c.2-.1 1-.6 1.3-.8.4-.2.6-.1.6-.1s.3-.4.5-.6c0 0-.5.1-.7.2 0 0-.4.2-1 .6-.5.3-1.2.7-1.5.7z"/><path class="st47" d="M72.8 28.3l.4.4.3.3s.1-.1.2-.1c.1-.1.4-.2.4-.2-.3-.2-.6-.5-.9-.7-.2.1-.4.3-.4.3zM75.2 29.5l.8.6-.2.1s-.3 0-.6-.2c-.1-.1-.3-.2-.5-.3 0 0 .1-.1.2-.1s.3-.1.3-.1zM72.5 27.1c-.1-.1-.2-.3-.3-.3-.1-.1-.3-.5-.6-.3 0 0 .2.3.5.9l.2-.1c.1-.1.1-.2.2-.2z"/><path class="st48" d="M70.6 27.1l.7.7c.1.1.1.1.1.2s-.1.3-.1.3c0 .1-.2.2-.2.2-.3-.4-.5-.7-1-.9 0 0 0-.1.2-.2.2-.3.3-.3.3-.3zM72.8 30c-.3-.2-.6-.4-.8-.6l.1-.1c0-.1.1-.3.1-.3.2.2.5.4.9.7-.1-.1-.2.2-.3.3zM74 30.6c.4.2.7.3.9.4l.2-.2c-.3-.1-.6-.3-1-.5v.1c0 .1-.1.2-.1.2zM70 28.2c.1.1.6.4.7.6v.4l-.3-.3c-.1-.1-.3-.2-.5-.3 0-.1.1-.3.1-.4zM71.5 29.9c.1.1.2.1.3.1.2.1.4.1.6.2l.2-.1c-.1-.1-.2-.1-.3-.1-.2 0-.4-.2-.5-.3 0 0 0 .1-.1.1-.1.1-.2.1-.2.1zM70.7 30c-.5-.4-.1-.4-.1-.4l.1.4zM72 30.6c-.2-.1-.4-.2-.5-.3v.2c.2.1.1.1.5.2v-.1zM73 31.1c.2.1.3 0 .3 0H73z"/><path class="st49" d="M67.7 31.7h1c0-.1-.2-.3-.2-.3-.3 0-.6.1-.8 0-.1 0-.2 0-.3-.1.1 0 .3.2.3.4z"/><path class="st50" d="M70.2 31.4h-.7l.1.3c.3 0 .6.1.9.1-.1 0-.3-.4-.3-.4z"/><path class="st46" d="M72.4 31.9h-.9s-.2-.1-.2-.2.1-.2.1-.2c.2 0 .4.1.6.1l.2.2.2.1zM74 32h-.7c-.1-.1-.2-.3-.2-.3.4 0 .7.1 1 .1l-.1.2zM71.1 33.1c.1 0 .1 0 .2-.1l.1.3s-.1 0-.2-.1l-.1-.1zM70.5 33.6c-.5.6-1.2.1-1.2.1.7.1.7-.1 1-.3l.2.2zM72 32.9c.3 0 .6 0 .9-.1v.1c-.2.1-.3 0-.6.1 0 0-.1 0-.3-.1 0 .2 0 0 0 0zM73.6 32.7c.1 0 .1 0 .2-.1.3-.1.5-.2.7-.3h.3c-.4.2-.7.4-.8.4-.1 0-.2.1-.4.1v-.1zM75.5 32c.4-.2.7-.4.7-.4s-.4.1-1 .2l-.2.1c0 .1.1 0 .2 0 .2.1.3.1.3.1z"/><path class="st48" d="M68.1 32.3c.1 0 .2 0 .3-.1.2 0 .5 0 .7.1l.3.5c-.1 0-.2 0-.3.1-.2.1-.4.1-.6.1l-.4-.7zM70.5 32.7c.2-.1.5-.2.5-.2.1 0 .2-.1-.1-.1h-.7l.3.3zM71.7 33.9c-.1.1-.3.2-.5.3-.4.1-.7.1-.7.1.2 0 .6-.1.8-.3.1-.1.2-.1.4-.1zM72.7 33.5c.2 0 .3-.1.5-.1.1 0 .3-.1.4-.1v.2c-.3.1-.6.1-.8.2-.1-.1-.1-.2-.1-.2zM75.2 33c-.3.1-.6.2-1 .3.1-.1 0-.3 0-.3.4-.2.8-.3 1-.4-.1 0 0 .1 0 .4zM75.6 32.8c.4-.2.9-.4.9-.4l.2-.4s-.4.1-.8.3c0-.1-.1.3-.3.5z"/><path class="st23" d="M68.8 24.8c-.1-.2-.2-.3-.3-.5l-.2.2.3.1.1.4.1-.2zM67.9 23.6c-.1-.1-.2-.3-.4-.4l-.2.3h.3l.1.4.2-.3zM67 22.5c-.1-.2-.2-.3-.3-.4 0 0-.2.3-.3.3 0 0 .1.1.3 0l.1.5.2-.4zM65.2 24.8c0 .1.1.2.1.2l-.1.1v-.3zM66.3 26.9c-.2-.3-.4-.5-.5-.7l-.4.1s0 .1.3.1c0 0 .1 0 .1.1v.6s.1-.3.2-.3c0 0 .2.1.3.1zM69.7 26.2c-.1-.2-.3-.5-.5-.8v.2h-.3l.3.3s-.1.4-.1.5l.3-.3c0-.1.1 0 .3.1zM66.2 22.4c-.1-.2-.3-.4-.4-.6v-.1l.2.4c.2 0 .3.1.3.1 0 .1-.1.1-.1.2zM66.8 28.6s0-.1-.1-.1c-.1-.2-.2-.4-.4-.6v-.3l.3.4c.1 0 .2-.2.3-.1-.1.1-.1.4-.1.4s.2.2.3.4c0-.1-.3-.2-.3-.1zM68.1 29.6c-.1-.1-.2-.1-.2-.1l-.2.1-.1-.1v-.2l-.4-.2h.4V29c.2.2.3.3.5.6 0 0 .1 0 .1.1l-.1-.1z"/><path class="st45" d="M82.8 32.4c.2 0 .4.1.5.1.3.1.7.2 1 .2h.3c.4 0 .6-.3.6-.3-.6.1-.6.3-1 .3-.2 0-.8-.2-1.3-.5-.1 0-.1.1-.1.2zM81.2 31.5c.1.1.3.1.4.1.1 0 .3.1.5.2v.2c0 .1.1.2.1.2-.1-.1-.3-.1-.4-.2-.1-.1-.2-.1-.4-.2-.2 0-.2-.1-.2-.3zM79.4 31c.4.1.7.2 1.1.3 0 0 0 .2.1.2h-.1c-.4-.1-.8-.3-1.2-.4l.1-.1z"/><path class="st8" d="M89.2 32.4c.3-.1.5-.1.5-.2.1-.1-.1-.1-.5-.1v.3z"/><path class="st45" d="M88.5 32.3h-.8s-.1 0-.1.1c0 0 .1 0 .1.1h.5l.3-.2zM86.9 32.3h-1s-.1.2-.2.2c.2 0 .5-.1.7-.1h.6s-.1 0-.1-.1z"/><path class="st51" d="M82.9 32.2c-.3-.1-.6-.2-.8-.3 0 0-.1.2.1.4.1.1.5.1.7.2h.1c-.2-.2-.1-.3-.1-.3z"/><path class="st52" d="M83.6 32c0-.2.2-.2.1-.3 0-.2-.1-.4-.2-.5l-.1-.1.2-.1c-.6-.2-1.2-.1-1.8-.2h-.1v.2h.1c.3.1.5.3.8.4.2.1.4.3.7.5.2 0 .3.1.3.1zM81.9 30c-.1-.3-.4-.4-.5-.6-.1-.2-.3-.5-.2-.8h.2l-.1-.1c-.1 0-.2-.2-.3-.3-.2.1-.3.1-.3.1-.1.2-.2.2-.1.4 0 0-.3.2-.4.4.4.5 1.3 1 1.9 1.1h.1v-.1c0 .1-.3-.1-.3-.1.1 0 0 0 0 0z"/><path class="st53" d="M83.3 31.9c-.1-.1-.3-.3-.6-.5l-.6.3c-.1 0-.1.1-.1.1l.8.3.1-.1c.1 0 .4-.1.4-.1z"/><path class="st51" d="M81.2 31.5c-.2 0-.5-.1-.7-.2v.2c.3.1.5.2.8.3-.1 0-.1-.1-.1-.3z"/><path class="st54" d="M88.1 32.5h.3c.3 0 .6 0 .9-.1v-.2h-.7l-.5.3"/><path class="st46" d="M87.6 32.3h-.7s0 .1.1.1h-.1.7s-.1 0-.1-.1h.1zM85.2 32.4c.2 0 .3-.1.6-.1h.2s0 .1-.1.1-.1.1-.1.1c-.4.1-.8.2-1.1.2h-.3s.4 0 .6-.1l.2-.2z"/><path class="st8" d="M88.8 33.2c.3-.1.6-.1.6-.2.2-.2.3-.2.3-.2s-.2.2-.4.3c-.2.1-.9.5-1.3.6 0 0 .3-.1.4-.2.2-.1.4-.3.4-.3zM87.7 33.4c-.2 0-.4.1-.7.1-.2 0-.4.1-.7.1 0 0-.1.1 0 .2s.2 0 .2 0H87.7s-.1 0-.1-.1c-.1-.1.1-.3.1-.3z"/><path class="st45" d="M84.8 33.6c-.3 0-.7 0-1-.1l-.1.2s.4 0 .5.2c.1 0 .4.1.7.1v-.2c-.1-.1-.1-.2-.1-.2zM82.4 33.6c.2.1.8.2 1 .2l-.3-.1c-.1 0-.1-.2-.1-.2-.3-.1-.6-.2-1-.3 0 0-.1.2 0 .3 0-.1.2 0 .4.1zM80.5 32.4c.3.1.5.3.8.4V33.1c-.1 0-.2-.1-.3-.1 0 0-.2-.1-.3-.2l-.2-.1v-.3z"/><path class="st54" d="M88.8 33.2c-.3.1-.7.1-1.1.2 0 0-.1.1-.1.2 0 0-.1.1.1.1h.4l.4-.2.3-.3z"/><path class="st46" d="M84.8 33.6c.6 0 1.1 0 1.5-.1 0 0-.1.1-.1.2s.2.1.2.1c-.6.1-1.3.2-1.6.2v-.2-.2zM83.3 33.8c.4 0 .7.1.9.2 0 0-.1-.1-.2-.1-.1-.1-.3-.1-.3-.1l.1-.2c-.2 0-.5-.1-.7-.1H83s0 .2.1.3c0-.1.2 0 .2 0zM81.9 33.1c-.2-.1-.5-.2-.7-.3v.3c.3.1.5.2.7.3v-.3zM80.5 32.7l.2.1c-.3-.2-.6-.3-.9-.5 0 0-.1-.1 0-.3 0 0 .6.3.7.4v.3z"/><path class="st55" d="M79.8 32.2s-.2-.2-.3-.2c-.4-.3-.6-.6-.6-.6s.4.3.9.6v.2z"/><path class="st56" d="M89.3 33.5s-1.1.7-1.5.9c-.3.1-.8.5-.9.5-.1 0-.4 0-.5.1-.2.1-.4.2-.9.1-.4-.1-.8-.1-1-.1 0 0 .4-.3 1-.3s1.6-.2 1.9-.4c.3-.2.5-.1.6-.2.1-.1.3-.2.3-.2s.6-.2 1-.4z"/><linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="79.489" y1="30.759" x2="84.621" y2="36.772"><stop offset="0" stop-color="#3B1219"/><stop offset=".267" stop-color="#411216"/><stop offset=".646" stop-color="#461213"/><stop offset="1" stop-color="#481212"/></linearGradient><path class="st57" d="M85 35.2s-.6-.1-1.2-.1-1.8 0-2.3-.4c-.5-.4-.6-.4-.6-.4s1.4.7 3.3.7c0 0-.9-.4-1.2-.4-.3 0-1.5-.2-1.8-.3-.2-.1-.6-.3-.9-.7 0 0 .4.3.6.4.2.1.3.1.5.1 0 0-.7-.4-1-.6-.1-.1-1.2-1.1-1.5-1.6 0 0 1.4 2 2 2.6.7.6 1.1.8 2 .8.9.1 1.5 0 2.1-.1z"/><path class="st56" d="M79.9 32.8c-.5-.4-1.1-1-1.1-1s.4.4.9.8l.1.1.1.1zM81.4 33.6l-.1-.1c-.1-.1-.4-.1-.8-.3V33c.2.1.3.2.5.2.1.1.2.1.4.2v.2zM85.4 34.3c-.2 0-.5.1-.7.2-.2.1-.3.3-.6.1-.3-.2-.8-.3-.8-.3h.9-.1l.1-.1c.3.2.8.1 1.2.1z"/><path class="st8" d="M86.6 34.1c.5-.2.9-.2 1.4-.3h.1s-.6-.1-.9 0c-.2 0-.2 0-.4.1l-.2.2z"/><path class="st13" d="M86.5 34.2h-.1c-.3.1-.7.1-1 .2v-.1c.3 0 .5-.1.7-.1.2 0 .5-.1.7-.2-.1-.1-.1.1-.3.2zM83.1 34.1c.2.1.6.1.9.2-.3 0-.6-.1-.9-.2z"/><path class="st56" d="M83.1 34.1c-.2-.1-.4-.1-.5-.2-.2-.1-.3-.1-.4-.1l.1-.1c.1.2.4.3.8.4z"/><path class="st13" d="M81.4 33.5c.2.1.3.2.4.2.1.1.2.1.4.1l-.1.1c-.1 0-.1.1-.3 0-.1 0-.3-.2-.5-.3l.1-.1zM79.9 32.6c.2.2.5.3.7.4v.2c-.1 0-.2-.1-.3-.2-.1-.1-.2-.2-.4-.3v-.1z"/><path class="st8" d="M87.8 31.9h.1c.2 0 .5-.3.7-.7 0 0-.1 0-.2-.1s-.3-.1-.3-.1v.1c-.1.1-.1.3-.2.4 0 0-.1.2-.1.3v.1zM87 32h-.2s.1-.1.2 0z"/><path class="st13" d="M87 32h.9c0-.2.1-.5.1-.5-.1.1-.3.3-.4.3-.3 0-.4 0-.6.2z"/><path class="st15" d="M91.6 29.3l-.6.6c-.2.2-.7.5-.8.8 0 0 .3-.3.5-.3.2-.1.3-.2.4-.3.1-.2.5-.8.5-.8z"/><path class="st13" d="M90.8 23.7l-.3.1.2.1z"/><path class="st24" d="M87.4 26h-.1.1z"/><path class="st23" d="M86.2 27.3l-.1-.3-.1.4z"/><path class="st24" d="M85.7 26.3v.1h-.1z"/><path class="st58" d="M92.9 18.5s0-.1 0 0L79.8 29.3s0 .1.1.1c.1-.1 13-10.9 13-10.9z"/><path class="st59" d="M92.8 18.4L79.9 29.2v.1l12.9-10.9c.1 0 0 0 0 0z"/><path class="st58" d="M63.7 17.7l.1-.1 13 12.3s-.1.2-.2.1L63.7 17.7z"/><path class="st59" d="M63.8 17.5l13 12.2v.1l-13-12.3c0 .1 0 0 0 0z"/><path class="st53" d="M80.4 30.4s-.4.2-.7.1c0 0-.2 0-.2.1s0 .7-.5.5c-.6-.1-.7-.1-.7-.1v-.4s0 .2.1.1c.3-.4.9-.2 1-.3.2-.1.1-.2.4-.2l.6.2z"/><path class="st30" d="M79.3 31.2c-.1 0-.2-.1-.3-.1-.7-.2-.4-.2-.4-.2s.4 0 .8.1c0 .1-.1.2-.1.2z"/><path class="st60" d="M76.1 34.9s-.4 0-.5.3c-.1.4.1.5.2.5.1.1.5 0 .6-.2.2-.2.1-.5-.3-.6z"/><path class="st60" d="M76 35.7s-.3 0-.4.3c-.1.3-.1.6-.1.8 0 .1.1 1.3.1 1.6v.5s.5.1 1 0v-.1-1.4c0-.4 0-1-.1-1.3-.1-.4-.3-.4-.5-.4z"/><linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="75.572" y1="37.277" x2="76.612" y2="37.277"><stop offset="0" stop-color="#AF6E29"/><stop offset=".429" stop-color="#A05724"/><stop offset="1" stop-color="#8D3A1E"/></linearGradient><path class="st61" d="M75.6 38.8s-.1-.1 0 0c.5 0 .8-.1.8-.2 0 0-.2-.5-.1-.8 0-.3 0-.7.1-1v-.7c0-.3-.3-.4-.3-.4 0-.1.3 0 .4.3.1.4.1 1.1.1 1.2v1.5c-.1.2-.6.2-1 .1z"/><path class="st62" d="M75.7 38.1c.1-.3 0-1.3.4-1.5.1-.1.1-.6.1-.6s-.1-.2-.2-.2c0 0-.2 0-.2.1 0 0-.1 0-.1.4v1.8z"/><path class="st63" d="M76 35c.1 0 .2 0 .2.1.1.1.2.3.1.4l-.1.1-.1.1H76h-.1c-.1 0-.1 0-.2-.1s-.1-.1-.1-.3c.1-.2.4-.3.4-.3z"/><path class="st64" d="M76 35h.2c.1.1.1.3.1.3s0 .1-.1.1h-.1-.1c-.1 0-.1 0-.2-.1s-.1-.1-.1-.3c0 .1.3.1.3 0z"/><path class="st65" d="M76 35.1h.2c.1.1.1.2.1.3 0 0 0 .1-.1.1h-.1-.1c-.1 0-.1 0-.2-.1s-.1-.1-.1-.2c.1 0 .2-.1.3-.1z"/><path class="st66" d="M75.9 35.1h.2c.1.1.1.2.1.3v.1h-.1-.1c-.1 0-.1 0-.1-.1-.1-.1-.1-.1-.1-.2l.1-.1z"/><path class="st67" d="M75.9 35.1c.1 0 .1-.1.2 0s.1.2.1.2v.1h-.1-.1c-.1 0-.1 0-.1-.1v-.1c-.1 0 0-.1 0-.1z"/><path class="st68" d="M75.9 35.1c.1 0 .1-.1.1 0s.1.1.1.2v.1H76c-.1 0-.1 0-.1-.1v-.1c-.1 0 0 0 0-.1z"/><path class="st62" d="M75.9 35.2l-.1.1c0 .1.1.1.1.1h.1v-.1s0-.1-.1-.1c.1-.1 0-.1 0 0z"/><path class="st60" d="M77.6 34s.1-.1.3-.1c.2 0 .3-.4.1-.6v-.1l-.2.2-.3.3c0 .2 0 .3.1.3zM77.6 33.5s.1 0 .1-.1c.1-.1.2-.1.2-.2.1-.2.1-.4 0-.6l-.1-.1s-.1.1-.1.2c-.1.1-.3.2-.3.5.1.2.2.3.2.3z"/><path class="st60" d="M77.5 33s.2-.1.3-.3c.1-.2.2-.2.1-.5l-.1-.2s0 .2-.1.3c-.1.1-.2.3-.1.5-.2.2-.1.2-.1.2zM77.4 32.1l.2-.2c.1-.1.1-.3 0-.4 0 0-.2-.2-.3.2-.1.2-.1.3.1.4z"/><path class="st60" d="M77.6 31.5s.1.2.3.2c.2 0 .2-.2.2-.2s-.2 0-.3-.2c0-.1 0-.1-.1-.1h-.1v.3z"/><path class="st60" d="M77.9 31.2c-.1 0-.1.1 0 .2 0 0 0 .2.2.2h.2c.1-.1.1-.2.1-.2h-.2c-.2-.2-.3-.2-.3-.2z"/><path class="st60" d="M78 31.3s.1.1.3 0c0 0 .1-.1 0-.3 0 0-.1.1-.2 0s-.2.1-.3.1l.2.2zM78 31s0-.2.2-.3h.2v.1c0 .1 0 .2-.2.2H78z"/><path class="st60" d="M78 30.9s-.1-.1.1-.4c.2-.2.3 0 .3 0s.1.1 0 .2c0 0-.2 0-.4.2z"/><path class="st60" d="M78.1 30.5s-.1.1-.1.2c0 0-.2-.1-.1-.3.1-.2.2-.2.3-.1.1 0 .1.1.1.1s-.1 0-.2.1z"/><path class="st60" d="M77.9 30.4c0 .1 0 .2.1.3 0 0-.2 0-.3-.2-.1-.2.1-.2.2-.3.1 0 .1.1.1.1s-.1 0-.1.1zM77.4 31.4s-.4 0-.6.2c-.1.2 0 .3 0 .3s.1 0 .2-.1c.1 0 .2 0 .3-.1 0-.1.1-.3.1-.3z"/><path class="st60" d="M77.2 31.7s-.1 0-.1.1c-.1 0-.2 0-.3.1-.1.1-.2.2-.2.4.1-.1.2-.1.4-.1.2-.1.3-.4.2-.5z"/><path class="st60" d="M77.1 32s0 .1-.1.1-.2.1-.3.1c-.1 0-.2.1-.3.2v.2s.1-.1.2-.1.4-.1.4-.2c.1 0 .2-.2.1-.3zM77 32.4s-.1.1-.2.1-.2 0-.3.1c-.2.1-.3.3-.3.5 0 0 .1-.1.2-.1.3 0 .7-.2.6-.6z"/><path class="st60" d="M76.9 32.9s-.2.1-.3.1c-.1 0-.3.1-.4.1-.1.1-.2.3-.2.5 0 0 .2-.2.4-.2s.6-.2.5-.5z"/><path class="st60" d="M76.7 33.3s-.1.1-.2.1-.2 0-.3.1c-.2.1-.3.4-.3.5 0 0 .2-.1.3-.1.1 0 .3-.1.4-.1.1-.1.2-.4.1-.5z"/><path class="st60" d="M76.5 33.8s-.4.1-.6.2c-.2.2-.2.4-.1.6 0 0 .1-.1.2-.1.2-.1.4-.1.5-.2v-.5z"/><path class="st60" d="M76.4 34.3s-.1.1-.3.1c-.1 0-.1 0-.3.1-.1.1-.2.4-.1.5 0 0 .3-.2.5-.1s.2-.2.3-.3c-.1-.1-.1-.3-.1-.3z"/><path d="M76.6 30.7c.1-.1.1-.1.2 0 .1 0 .1.1.2.2.2.1.2 0 .3.2.1-.1 0-.1 0-.2-.1-.2-.1-.5-.3-.6-.1-.1-.2-.1-.3 0-.1.2-.2.3-.3.5.1-.1.2-.1.2-.1z"/><linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="77.319" y1="30.681" x2="77.399" y2="31.455"><stop offset="0" stop-color="#AF6E29"/><stop offset=".429" stop-color="#A05724"/><stop offset="1" stop-color="#8D3A1E"/></linearGradient><path class="st69" d="M77.3 31.1c-.1 0-.2.1-.2.1 0-.1 0-.3.2-.3s.3-.1.3-.1c-.1.2-.1.2-.3.3z"/><path class="st70" d="M77.5 31.1s-.4 0-.5.1c-.1.2-.1.3-.1.3s.1 0 .2-.1c.1 0 .2 0 .3-.1l.1-.2z"/><path class="st71" d="M77.5 31.1s-.1.3-.3.3c-.1.1-.3.1-.4.1 0 0 0-.1.1-.2.1 0 .3 0 .4-.1l.2-.1z"/><linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="76.799" y1="31.318" x2="77.438" y2="31.318"><stop offset="0" stop-color="#AF6E29"/><stop offset=".429" stop-color="#A05724"/><stop offset="1" stop-color="#8D3A1E"/></linearGradient><path class="st72" d="M77.5 31.1s-.1.3-.2.3c-.1.1-.4.1-.4.1s0-.1.1-.1.3 0 .4-.2l.1-.1z"/><path class="st60" d="M77.8 33.9s-.3.1-.4.3c-.1.2 0 .3.1.4 0 0 .1 0 .2.1H78s.1 0 .1-.1l.1-.1c.1-.1 0-.3-.1-.5-.1-.1-.1-.1-.3-.1zM77.7 32.1s-.1.1-.2.3c-.1.2-.1.4 0 .5 0 0 .1-.2.2-.3.1-.1.1-.3 0-.5z"/><path class="st73" d="M77.5 32.9c-.1-.1-.1-.3 0-.4.1-.2.2-.3.2-.3.1.2 0 .3-.1.5l-.1.2z"/><path class="st74" d="M77.5 32.9c-.1-.1-.1-.2.1-.4.1-.2.2-.3.2-.3 0 .2 0 .3-.1.5-.1 0-.2.2-.2.2z"/><path class="st75" d="M77.5 32.8c-.1-.1 0-.2.1-.4s.1-.3.1-.3c0 .2 0 .3-.1.5 0 .1-.1.2-.1.2z"/><path class="st76" d="M77.5 32.8c-.1-.1 0-.2.1-.3.1-.1.1-.3.1-.3 0 .2 0 .3-.1.5l-.1.1z"/><path class="st59" d="M77.7 32.1s0 .2-.1.3c-.1.1-.2.3-.1.3 0 0 0-.1.1-.1.1-.1.1-.3.1-.5z"/><path class="st60" d="M77.9 32.6s0 .1-.2.3c-.2.2-.2.4-.1.5l.3-.3v-.5z"/><path class="st77" d="M77.6 32.9c.2-.2.2-.3.2-.3.1.2.1.4-.1.5-.1.2-.2.3-.2.3 0-.1 0-.3.1-.5z"/><path class="st78" d="M77.7 33c.2-.2.2-.3.2-.3 0 .2 0 .4-.1.5l-.2.2c-.1-.1-.1-.3.1-.4z"/><path class="st79" d="M77.7 33c.2-.2.2-.3.2-.3 0 .2 0 .4-.1.5l-.2.2c-.1-.1-.1-.3.1-.4z"/><path class="st80" d="M77.7 33c.2-.2.2-.3.2-.3 0 .2 0 .4-.1.5l-.2.2c-.1-.2 0-.3.1-.4z"/><path class="st81" d="M77.7 33c.2-.2.2-.4.2-.4 0 .2 0 .4-.1.5l-.1.1c-.2 0-.1-.1 0-.2z"/><path class="st59" d="M77.9 32.6s0 .2-.2.4c-.1.1-.2.2-.1.3l.1-.1c.1-.2.2-.4.2-.6z"/><path class="st60" d="M78 33.3s-.1.1-.3.2c-.2.1-.2.4-.1.5 0 0 0-.2.2-.3.1-.1.2-.2.2-.4zM77.5 33s0-.2.2-.4c.1-.1.1-.4 0-.5 0 0 .2.1.2.4 0 .1-.1.3-.2.4-.1.1-.2.1-.2.1z"/><path class="st60" d="M77.9 32.6c.1.2.1.5 0 .6-.3.3-.3.4-.3.4s.2-.1.3-.2c.1-.1.2-.2.1-.6 0 0-.2-.3-.1-.2z"/><path class="st60" d="M77.6 34s0-.2.2-.3c.1-.1.2-.2.2-.5 0 0 .1.1.1.4 0 .3-.2.3-.3.4h-.2z"/><path class="st82" d="M77.7 32.7c.1-.1.1-.2.1-.4 0-.1 0-.2-.1-.2 0 0 .2.1.2.4 0 .1-.1.3-.2.4-.1.1-.2.1-.2.1s.1-.2.2-.3z"/><path class="st83" d="M77.7 32.7c.1-.1.1-.3.1-.4 0-.1-.1-.2-.1-.2s.2.1.2.4c0 .2-.2.4-.2.4-.1.1-.2.1-.2.1s.1-.2.2-.3z"/><path class="st84" d="M77.7 32.7c.1-.1.2-.3.1-.4 0-.1-.1-.2-.1-.2s.2.1.2.4c0 .2-.2.4-.3.5l-.1.1.2-.4z"/><path class="st82" d="M77.8 33.2c.1-.1.1-.2.1-.4 0-.1-.1-.2-.1-.3 0-.1.2.2.2.3.1.3-.1.5-.2.5-.1.1-.3.2-.3.2l.3-.3z"/><path class="st83" d="M77.8 33.3c.1-.1.2-.2.2-.4s-.1-.3-.1-.3.2.2.2.3c0 .3-.1.4-.2.5l-.2.2s-.1-.2.1-.3z"/><path class="st84" d="M77.8 33.3c.1-.1.2-.2.2-.4s-.1-.3-.1-.3.2.1.2.4c-.1.3-.3.4-.3.3 0 .1-.2.2-.2.2s0-.1.2-.2z"/><path class="st82" d="M77.7 33.8c.1 0 .2-.1.2-.3v-.3s.2.1.1.3c0 .3-.2.3-.3.3-.1 0-.2.1-.3.1v-.1h.3z"/><path class="st83" d="M77.7 33.8c.1 0 .2-.1.3-.3v-.3s.1.2.1.3c0 .2-.1.3-.2.3s-.2.1-.2.1-.1 0 0 0c-.1 0 0 0 0-.1z"/><path class="st84" d="M77.7 33.9c.1 0 .3-.1.3-.3v-.3s.1.2.1.3c0 .2-.1.3-.2.3h-.2l-.1.1s0-.1.1-.1z"/><linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="77.557" y1="33.607" x2="78.134" y2="33.607"><stop offset="0" stop-color="#AF6E29"/><stop offset=".429" stop-color="#A05724"/><stop offset="1" stop-color="#8D3A1E"/></linearGradient><path class="st85" d="M78 33.2c.1 0 .2.1.2.3 0 .2-.1.3-.2.3s-.2 0-.2.1c-.1 0-.2.1-.2.1s0-.1.1-.2c0 0 .3-.1.4-.3 0 0-.1-.2-.1-.3z"/><path class="st77" d="M77.6 33.5c.2-.1.3-.2.3-.2 0 .2-.1.3-.2.4-.2.1-.2.2-.2.2-.1 0 0-.3.1-.4z"/><path class="st78" d="M77.6 33.5c.2-.1.3-.2.3-.2 0 .2-.1.3-.2.4-.2.1-.2.2-.2.2 0-.1 0-.3.1-.4z"/><path class="st79" d="M77.6 33.6c.2-.1.3-.3.3-.3 0 .2-.1.3-.2.4-.1.1-.2.1-.2.1s0-.2.1-.2z"/><path class="st80" d="M77.7 33.6c.2-.1.3-.3.3-.3 0 .2-.1.3-.2.4l-.1.1c-.2-.1-.2-.2 0-.2z"/><path class="st81" d="M77.7 33.6c.2-.1.3-.3.3-.3-.1.2-.2.3-.3.3 0 .1-.1.2-.1.2 0-.1 0-.2.1-.2z"/><path class="st59" d="M78 33.3s-.1.2-.3.3c-.1 0-.1 0-.1.1h.1c.1-.1.2-.2.3-.4z"/><path class="st60" d="M77.5 31.5s-.1.1-.2.3c-.1.1 0 .3.1.4 0 0 0-.1.1-.2 0-.3.1-.3 0-.5z"/><path class="st60" d="M77.4 32.1s0-.1.1-.2.1-.2.1-.4c0 0 .1-.1.1.2 0 .2-.1.3-.1.4h-.2z"/><path class="st86" d="M77.5 31.9c.1-.1.1-.2.1-.4 0 0 .1 0 .1.2s-.1.3-.2.3h-.1c0 .1 0 0 .1-.1z"/><path class="st87" d="M77.5 31.9c.1-.1.1-.2.1-.4 0 0 .1.1 0 .3-.1.2-.2.3-.2.3 0-.1 0-.1.1-.2z"/><path class="st55" d="M77.6 31.9c-.1.2-.2.2-.2.2"/><path class="st73" d="M77.4 31.9c0 .1-.1.1-.1.1-.1 0-.2-.2 0-.3l.2-.2c.1.2 0 .2-.1.4z"/><path class="st74" d="M77.4 31.9c-.1.1-.1.2-.1.2-.1 0-.1-.2 0-.3l.2-.2c0 .1 0 .1-.1.3z"/><path class="st75" d="M77.4 31.8c-.1.1-.1.2-.1.2-.1 0-.1-.2 0-.3l.2-.2c0 .2 0 .2-.1.3z"/><path class="st76" d="M77.4 31.8c0 .1-.1.1-.1.1 0-.1-.1-.2 0-.3.1-.1.1-.2.1-.2.1.3.1.3 0 .4z"/><path class="st59" d="M77.5 31.5s0 .1-.1.2-.1.2-.1.3c0 0 0-.1.1-.1.1-.2.1-.2.1-.4z"/><path class="st60" d="M77.5 32.5s.3-.3.3-.5-.1-.2-.1-.3c0 0 0 .2-.2.3-.1.1-.1.3-.1.3 0 .2.1.2.1.2z"/><path class="st60" d="M77.6 31.8c.1.1 0 .4-.1.5-.1.1-.1.2-.1.2s.1-.2.2-.2c.1-.1.2-.4 0-.5z"/><path class="st60" d="M77.6 31.8s-.1.2-.2.3c-.1.1-.1.3 0 .4 0 0 0-.1.1-.2.1-.2.2-.4.1-.5z"/><path class="st60" d="M77.6 31.8c.1.1 0 .4-.1.5-.1.1-.1.2-.1.2s.1-.2.2-.2c.1-.1.2-.4 0-.5z"/><path class="st86" d="M77.5 32.3c.1-.1.1-.3.1-.5v-.1c.1.1.1.4.1.5 0 .1-.2.3-.2.3v-.2z"/><path class="st87" d="M77.6 32.3c.1-.1.1-.3.1-.4 0-.1-.1-.2-.1-.2.1.1.1.2.1.4-.1.2-.2.3-.2.3 0 .1 0 0 .1-.1z"/><path class="st88" d="M77.4 32.1c.1-.1.2-.3.2-.3.1.2 0 .4-.1.5-.1.1-.1.2-.1.2-.1-.1-.1-.3 0-.4z"/><path class="st79" d="M77.5 32.1c.1-.1.2-.3.2-.3 0 .2 0 .3-.1.5-.1.1-.1.2-.1.2-.2-.1-.2-.3 0-.4z"/><path class="st89" d="M77.5 32.1c.1-.1.1-.3.1-.3 0 .2 0 .3-.1.4-.1.1-.1.2-.1.2-.1 0 0-.2.1-.3z"/><path class="st59" d="M77.6 31.8s0 .2-.1.3c-.1.1-.1.2 0 .3 0 0 0-.1.1-.2v-.4z"/><path class="st60" d="M77.7 34.5h.3s.2 0 .3.3c.1.2.1.6.1 1.4v1.2s-.2.2-.5.1h-.5s.1-.7-.1-2.2c0-.2.1-.7.4-.8-.1.1-.1 0 0 0z"/><path class="st90" d="M77.9 33.9c.1 0 .1 0 .2.1.2.1.2.3.1.4v.1l-.1.1H78h-.1c-.1 0-.2 0-.2-.1-.1-.1-.1-.1-.1-.3-.1-.2.3-.3.3-.3z"/><path class="st63" d="M77.8 33.9c.1 0 .2 0 .2.1.1.1.2.3.1.4v.1l-.1.1h-.1-.1c-.1 0-.1 0-.2-.1s-.1-.1-.1-.3c0-.2.2-.3.3-.3z"/><path class="st64" d="M77.7 34h.2c.1.1.1.3.1.3s0 .1-.1.1h-.1-.1c-.1 0-.1 0-.2-.1s-.1-.1-.1-.3h.3z"/><path class="st65" d="M77.7 34h.2c.1.1.1.2.1.3 0 0 0 .1-.1.1h-.1-.1c-.1 0-.1 0-.2-.1s-.1-.1-.1-.2c.1 0 .3-.1.3-.1z"/><path class="st66" d="M77.7 34h.2c.1.1.1.2.1.3v.1h-.1-.1c-.1 0-.1 0-.1-.1-.1 0-.1-.1-.1-.2-.1 0 .1-.1.1-.1z"/><path class="st67" d="M77.7 34c.1 0 .1-.1.2 0s.1.2.1.2v.1h-.1-.1c-.1 0-.1 0-.1-.1v-.1c-.2 0-.1-.1 0-.1z"/><path class="st68" d="M77.6 34.1c.1 0 .1-.1.1 0s.1.1.1.2v.1h-.1c-.1 0-.1 0-.1-.1v-.1-.1z"/><path class="st62" d="M77.6 34.1l-.1.1c0 .1.1.1.1.1h.1v-.1s0-.1-.1-.1c.1-.1.1-.1 0 0z"/><path class="st60" d="M77.3 31.5s-.4 0-.5.1c-.1.1-.1.2-.1.2s.2 0 .2-.1c.3-.1.4-.2.4-.2zM77.2 31.8s-.3.1-.4.1c-.1 0-.2.2-.2.3 0 0 0-.1.2-.1.2-.1.3-.1.4-.3zM77.1 32.1s-.1.1-.4.1c-.2 0-.3.1-.3.3 0 0 .1-.1.2-.1.2 0 .5 0 .5-.3zM77 32.5s-.1.1-.4.1c-.2 0-.3.2-.3.4.1-.1.1-.1.2-.1.1-.1.4-.1.5-.4zM76.8 32.9s-.3.1-.5.2c-.3.1-.2.4-.2.4s0-.1.2-.1c.3-.1.5-.2.5-.5zM76.7 33.3s-.2.2-.4.3c-.3.1-.4.2-.4.4 0 0 0-.1.4-.2.2-.1.3-.3.4-.5zM76.4 33.9s-.3.1-.5.2c-.3.2-.2.4-.2.4l.2-.1c.3-.1.5-.1.5-.5zM76.4 34.4s-.3.1-.5.2-.1.4-.1.4 0-.1.3-.2c.1 0 .3 0 .3-.4z"/><path class="st60" d="M76.7 31.9s0-.1.2-.1c.2-.1.4-.2.4-.3 0 0 0 .2-.1.3-.1 0-.4 0-.5.1z"/><path class="st86" d="M77 31.7c.1 0 .3-.1.3-.2l.1-.1s0 .1-.1.2c0 .1-.2.2-.2.2-.1 0-.3.1-.4.1 0 0 0-.1.3-.2z"/><path class="st87" d="M77 31.8c.1 0 .3-.1.3-.2s.1-.1.1-.1 0 .1-.1.2c-.1 0-.3.1-.3.1 0 .1-.2.1-.2.1-.1 0 0-.1.2-.1z"/><path class="st60" d="M76.6 32.2s0-.1.2-.2c.3-.1.4-.1.5-.3 0 0 .1.2-.1.3-.2.2-.4.1-.6.2z"/><path class="st82" d="M76.8 32.1c.1 0 .3-.1.3-.1.1-.1.1-.2.1-.2s.1.2-.1.3c-.1.1-.3.1-.5.2 0 0-.1 0 0-.1 0-.1.1-.1.2-.1z"/><path class="st83" d="M76.7 32.1c.1 0 .3 0 .4-.1.1-.1.1-.2.1-.2s.1.2-.1.3c-.1.1-.3.1-.5.2h-.1l.2-.2z"/><path class="st84" d="M76.7 32.1c.1 0 .3 0 .4-.1.1-.1.1-.2.1-.3 0 0 .1.1 0 .3-.1.1-.3.1-.5.1-.1.1-.2.1-.1.1l.1-.1z"/><path class="st60" d="M77.1 32c0 .3-.2.4-.5.5-.3 0-.2.2-.2.2s.1 0 .2-.1c.1 0 .3 0 .4-.2.1-.1.2-.2.1-.4z"/><path class="st86" d="M76.6 32.5c.2 0 .3-.1.4-.2.1-.1.1-.2.1-.3v.1c0 .2-.1.3-.1.4h-.4c-.1.1-.2.2-.2.1 0 0 0-.1.2-.1z"/><path class="st87" d="M76.6 32.5c.1 0 .4-.1.5-.2.1-.1.1-.3.1-.3s.1.1 0 .2c0 .2-.2.3-.2.3-.2.1-.4 0-.4 0l-.1.1s0-.1.1-.1z"/><path class="st60" d="M76.3 33c0-.1.1-.1.2-.1s.5-.2.5-.4c0 0 .1.2-.1.4s-.5.1-.6.3V33z"/><path class="st86" d="M76.5 32.9c.1 0 .3-.1.4-.2.1-.1.1-.2.1-.3 0 0 .1.2-.1.4s-.4.1-.5.2h-.1s.1-.1.2-.1z"/><path class="st87" d="M76.5 32.9c.1 0 .3-.1.4-.2.1-.1.1-.2.1-.3 0 0 .1.2-.1.4s-.4.1-.5.2l-.1.1c0-.1.1-.2.2-.2z"/><path class="st60" d="M76.1 33.6s0-.2.3-.2c.2 0 .5-.2.5-.5 0 0 .1.3-.3.5-.3.1-.3 0-.5.2z"/><path class="st86" d="M76.3 33.4c.2 0 .4-.1.5-.3 0 0 .1-.1.1-.2v.2c0 .1-.1.2-.3.3-.3.1-.4.1-.5.2 0 0 0-.2.2-.2z"/><path class="st87" d="M76.3 33.4c.1 0 .4-.1.5-.3l.1-.2v.3c-.1.1-.1.2-.3.3-.2.1-.4.1-.5.2 0-.1 0-.3.2-.3z"/><path class="st60" d="M75.9 34s0-.1.4-.2c.3-.1.4-.2.4-.4 0 0 .1 0 0 .3s-.3.2-.5.3c-.1 0-.3.1-.3 0z"/><path class="st82" d="M76.2 33.8c.2 0 .3-.1.4-.2.1-.1.1-.1.1-.2 0 0 .1.1 0 .3-.1.2-.3.2-.4.3-.1 0-.3.1-.3.1V34c-.1 0-.1-.1.2-.2z"/><path class="st83" d="M76.1 33.8c.2 0 .4-.1.5-.2.1-.1.1-.2.1-.2s.1.1 0 .3c-.2.2-.4.2-.6.1 0 .1-.2.2-.3.2v-.1c.1.1.1 0 .3-.1z"/><path class="st84" d="M76.1 33.9c.1 0 .4-.1.5-.3.1-.1.1-.2.1-.3 0 0 .1.1 0 .3-.1.2-.3.2-.4.2-.1 0-.3.1-.4.1 0 .1 0 0 .2 0z"/><path class="st60" d="M75.8 34.6s-.1-.2.2-.2c.2-.1.5-.1.5-.5 0 0 .1.1 0 .4-.1.3-.4.2-.5.3h-.2z"/><path class="st82" d="M76 34.4c.1 0 .3-.1.4-.2.1-.1.1-.2.1-.4 0 0 .1.1 0 .4-.1.3-.4.2-.5.2-.1.2-.1.2-.2.2 0 0-.1-.1.2-.2z"/><path class="st83" d="M76 34.4c.1-.1.3-.1.4-.2.1-.1.1-.2.1-.4 0 0 .1.1 0 .4-.1.3-.4.2-.5.2-.1.1-.1.2-.2.2 0 0-.1-.1.2-.2z"/><path class="st84" d="M75.9 34.4c.1-.1.3-.1.4-.2 0 0 .1-.2.1-.4 0 0 .1.1 0 .4-.1.2-.3.2-.4.2-.1 0-.2 0-.2.1s0 0 .1-.1z"/><path class="st60" d="M76.3 35c-.1 0-.2 0-.3.1-.1 0-.3.1-.3.1s-.1-.1 0-.1c0 0 .1-.1.3-.1.2 0 .3-.1.4-.3v-.2s.1.3 0 .5c0-.1-.1-.1-.1 0z"/><path class="st91" d="M76.4 34.5v-.2s.1.3 0 .5c0 .1-.1.1-.1.1H76c-.1 0-.2 0-.3.1v-.1c.1-.1.1-.1.3-.1.2 0 .3-.1.4-.3z"/><path class="st92" d="M76.4 34.5v-.2s.1.2 0 .5c0 .1-.1.1-.1.2H76c-.1 0-.3 0-.3.1V35c.1-.1.2-.1.3-.1.3-.1.3-.2.4-.4z"/><path class="st93" d="M76.4 34.5v-.2s.1.2 0 .4c0 .1-.1.2-.1.2h-.2c-.1 0-.3 0-.3.1v-.1c.1-.1.2-.1.4-.1.1 0 .2-.2.2-.3z"/><path class="st94" d="M76.4 34.5v-.1s.1.2 0 .4c0 .1-.1.2-.1.3h-.2c-.1 0-.3 0-.4.1v-.1c.1-.1.3-.1.4-.1.3-.2.3-.4.3-.5z"/><linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="75.715" y1="34.677" x2="76.459" y2="34.677"><stop offset="0" stop-color="#AF6E29"/><stop offset=".429" stop-color="#A05724"/><stop offset="1" stop-color="#8D3A1E"/></linearGradient><path class="st95" d="M76.4 34.3s.1.1.1.4c0 .2-.1.3-.2.3h-.2s-.3 0-.4.1c.1-.2.4-.1.5-.2.2-.1.1-.3.1-.4.1-.1.1-.2.1-.2z"/><linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="75.798" y1="34.215" x2="76.521" y2="34.215"><stop offset="0" stop-color="#AF6E29"/><stop offset=".429" stop-color="#A05724"/><stop offset="1" stop-color="#8D3A1E"/></linearGradient><path class="st96" d="M76.5 33.8s.1.2 0 .5c-.1.2-.3.2-.4.2-.1 0-.2 0-.3.1 0 0 0-.1.1-.1.1-.1.4-.1.5-.2 0-.1.1-.2.1-.5z"/><path class="st97" d="M76.7 32.2c.2 0 .4-.1.4-.1 0 .2-.3.3-.4.3-.1 0-.2.1-.2.1-.1-.2 0-.3.2-.3z"/><path class="st98" d="M76.7 32.2c.2 0 .4-.1.4-.1 0 .2-.3.2-.4.3-.1 0-.2.1-.2.1 0-.2 0-.2.2-.3z"/><path class="st99" d="M76.7 32.3c.1 0 .4-.1.4-.1-.1.2-.3.2-.4.2-.1 0-.2.1-.2.1 0-.2 0-.2.2-.2z"/><path class="st100" d="M76.6 32.6c.3 0 .4-.1.4-.1 0 .2-.4.3-.4.3-.1 0-.1.1-.2.1-.1-.1 0-.3.2-.3z"/><path class="st101" d="M76.5 32.6c.3 0 .4-.1.4-.1 0 .2-.4.2-.4.3-.1 0-.1.1-.2.1 0-.1.1-.2.2-.3z"/><path class="st102" d="M76.5 32.7c.3 0 .4-.1.4-.1 0 .2-.3.2-.4.2-.1 0-.1.1-.2.1 0-.1.1-.2.2-.2z"/><path class="st81" d="M76.5 32.7c.3 0 .4-.1.4-.1-.1.2-.3.2-.4.2-.1 0-.1.1-.2.1.1-.1.1-.2.2-.2z"/><path class="st97" d="M76.4 33.1c.2-.1.4-.1.4-.1 0 .2-.2.3-.4.3s-.2.1-.2.1-.1-.2.2-.3z"/><path class="st98" d="M76.4 33.1c.2 0 .4-.1.4-.1 0 .1-.2.3-.4.3s-.2.1-.2.1-.1-.2.2-.3z"/><path class="st99" d="M76.4 33.1c.2 0 .4-.1.4-.1-.1.1-.3.2-.4.1l-.2.2s-.1-.1.2-.2z"/><path class="st97" d="M75.9 33.9c0-.2.1-.3.4-.4.2 0 .4-.2.4-.2-.1.2-.1.3-.4.4-.4.1-.4.2-.4.2z"/><path class="st98" d="M75.9 33.9c0-.2.2-.3.3-.3.2 0 .4-.2.4-.2-.1.2-.2.3-.4.3-.2.1-.3.2-.3.2z"/><path class="st99" d="M75.9 33.9c0-.2.2-.2.3-.3.2 0 .3-.2.3-.2-.1.2-.2.2-.4.3-.1 0-.2.2-.2.2z"/><path class="st100" d="M76.4 33.9c0 .3-.3.4-.4.4l-.2.1s-.1-.2.2-.4c.2 0 .4-.1.4-.1z"/><path class="st101" d="M76.4 33.9c0 .3-.3.3-.4.4l-.2.1s-.1-.2.2-.3l.4-.2z"/><path class="st102" d="M76.4 33.9c0 .2-.2.3-.4.3s-.2.1-.2.1-.1-.2.2-.3c.2 0 .4-.1.4-.1z"/><path class="st81" d="M76.4 34c0 .2-.2.2-.4.3-.1 0-.2.1-.2.1s-.1-.2.2-.2l.4-.2z"/><path class="st97" d="M76.6 32.1c0-.1 0-.2.2-.2.1 0 .4-.1.4-.1-.1.2-.2.2-.4.2l-.2.1z"/><path class="st98" d="M76.6 32.1c0-.1 0-.2.2-.2.1 0 .4-.1.4-.1-.1.2-.3.2-.4.2-.1 0-.2.1-.2.1z"/><path class="st99" d="M76.6 32.1c0-.1.1-.2.2-.2s.4-.1.4-.1c-.1.1-.3.2-.4.2-.1 0-.2.1-.2.1z"/><path class="st103" d="M76.8 31.8s0-.1.1-.2.4-.1.4-.1-.2.2-.3.2c-.1 0-.2.1-.2.1z"/><path class="st104" d="M76.8 31.7s0-.1.1-.1c.1-.1.4-.1.4-.1s-.2.1-.3.2h-.2z"/><path class="st100" d="M76 34.8c-.3.1-.3.2-.3.2s-.1-.3.2-.4c.2-.1.5-.2.5-.2 0 .3-.2.3-.4.4z"/><path class="st101" d="M76 34.8c-.3.1-.3.2-.3.2s-.1-.2.2-.3l.4-.2c0 .2-.1.2-.3.3z"/><path class="st102" d="M76 34.7c-.2.1-.3.2-.3.2s-.1-.2.2-.3l.4-.2c0 .3-.2.3-.3.3z"/><path class="st81" d="M76 34.7c-.2 0-.3.2-.3.2s0-.2.3-.2c.1-.1.3-.2.3-.2-.1.2-.2.2-.3.2z"/><path class="st105" d="M77.2 31.5s-.3 0-.4.1c-.1.1 0 .1 0 .1h.1c.1 0 .3-.1.3-.2zM77.1 31.8s-.2.1-.3.1c-.1 0-.2.1-.2.1l.1-.1c.1.1.4 0 .4-.1zM77 32.2s-.3.1-.4.1c-.1 0-.2.1-.2.1l.2-.1c.1 0 .3 0 .4-.1zM76.9 32.6s-.1.1-.4.1c-.1 0-.1.1-.2.2.1 0 .1-.1.2-.1.1-.1.3-.1.4-.2zM76.7 33s-.1.1-.3.1c-.2 0-.2.2-.2.2s.1-.1.2-.1.3-.1.3-.2zM76.6 33.5s-.2.2-.3.2c-.1 0-.3.1-.3.2 0 0 .1-.1.3-.1.1-.2.2-.2.3-.3zM76.4 34l-.4.2c-.2 0-.1.2-.1.2s.1-.1.2-.1l.3-.3zM76.2 34.5s-.1.1-.3.1c-.2 0-.2.2-.2.2s.1-.1.3-.2c.1.1.2 0 .2-.1z"/><path class="st60" d="M78.1 31s-.1 0-.1.1v.1h.2s.1 0 .1-.1V31h-.1-.1zM78.1 30.9c0-.1.2-.2.3-.2.1 0 .1.1 0 .2h-.3z"/><path class="st60" d="M78.2 30.5c-.1 0-.1.1-.1.2v.1l.1-.1h.2s.1 0 .1-.1c0 0 0-.1-.1-.1s-.1-.1-.2 0c0-.1 0 0 0 0zM78 30.3c-.1.1-.1.1-.1.2 0 0 0 .1.1.1l.2-.2c-.1-.1-.1-.1-.2-.1zM77.9 31.3c0 .1 0 .1.1.2h.2c.1 0 .1-.1.1-.1h-.1c-.2-.1-.2-.1-.3-.1z"/><path class="st60" d="M77.7 31.3c-.1 0-.1.1 0 0 0 .2 0 .2.1.3.1 0 .1.1.2 0 0 0 .1 0 .1-.1 0 0-.1 0-.1-.1l-.1-.1v-.1c-.1.1-.1.1-.2.1z"/><path class="st106" d="M78.2 30.3c0 .1 0 .1 0 0 0 .1-.1.1-.1.1s0 .1-.1.1l-.1-.1c0-.1 0-.1.1-.2.1.1.1.1.2.1z"/><path class="st107" d="M78.1 30.3c.1.1 0 .1 0 0 0 .1-.1.1-.1.1s0 .1-.1.1v-.1c0-.1 0-.1.1-.1h.1z"/><path class="st108" d="M78.3 30.6h-.1s-.1 0-.1.1v-.1c0-.1.1-.1.1-.2h.2c-.1.1 0 .1-.1.2.1 0 .1 0 0 0z"/><path class="st109" d="M78.3 30.6h-.1s-.1 0-.1.1v-.1c0-.1.1-.1.1-.2h.2c-.1.1 0 .1-.1.2.1 0 .1 0 0 0z"/><path class="st110" d="M78.3 30.6h-.1-.1v-.1c0-.1.1-.1.1-.1h.1v.2c.1 0 0 0 0 0z"/><path class="st108" d="M78.1 30.9c0-.2.2-.2.3-.2.1 0 .1.1 0 .2h-.3z"/><path class="st109" d="M78.1 30.9c0-.1.2-.2.3-.2 0 0 .1.1 0 .2h-.3z"/><path class="st110" d="M78.1 30.9c.1-.1.2-.2.2-.1 0 0 .1.1 0 .2 0-.1-.1-.1-.2-.1z"/><path class="st108" d="M78.3 31.2h-.1-.1v-.1H78.4l-.1.1z"/><path class="st109" d="M78.3 31.2h-.1-.1v-.1H78.4s-.1 0-.1.1z"/><path class="st110" d="M78.3 31.2h-.1-.1v-.1h.1s.1 0 .1.1c0-.1 0-.1 0 0z"/><path class="st106" d="M77.9 31.4l-.1-.1c.1 0 .1.1.2.1h.1s0 .1-.1.1c.1 0 0 0-.1-.1z"/><path class="st107" d="M77.9 31.4l-.1-.1c.1 0 .1.1.2.1h.1s0 .1-.1.1c0-.1 0-.1-.1-.1z"/><path class="st108" d="M77.7 31.6c-.1 0-.1-.1-.1-.2v-.1c.1 0 .1 0 .1.1v.2s.1 0 .1.1h-.1c.1-.1.1-.1 0-.1z"/><path class="st109" d="M77.7 31.6c-.1 0-.1-.1-.1-.2v-.1h.1v.2s.1 0 .1.1h-.1c.1 0 .1 0 0 0z"/><path class="st110" d="M77.7 31.5l-.1-.1v-.1h.1s0 .1.1.1c0 0 .1 0 .1.1h-.1c0 .1-.1.1-.1 0z"/><linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="78.025" y1="30.838" x2="78.469" y2="30.838"><stop offset=".215" stop-color="#F2C51B"/><stop offset=".284" stop-color="#EDBD1F"/><stop offset=".58" stop-color="#DAA227"/><stop offset=".829" stop-color="#D0922A"/><stop offset="1" stop-color="#CC8D2A"/></linearGradient><path class="st111" d="M78 30.9c0 .1.2.2.4.1.1 0 .1-.2 0-.3h-.1c.1 0 0 .1 0 .2h-.2-.1z"/><linearGradient id="SVGID_11_" gradientUnits="userSpaceOnUse" x1="77.9" y1="31.125" x2="78.412" y2="31.125"><stop offset=".215" stop-color="#F2C51B"/><stop offset=".284" stop-color="#EDBD1F"/><stop offset=".58" stop-color="#DAA227"/><stop offset=".829" stop-color="#D0922A"/><stop offset="1" stop-color="#CC8D2A"/></linearGradient><path class="st112" d="M77.9 31.1s0 .1.1.2h.3c.1-.1.1-.2 0-.3h-.1v.2s-.1 0-.1.1c0-.1-.2-.1-.2-.2z"/><linearGradient id="SVGID_12_" gradientUnits="userSpaceOnUse" x1="77.808" y1="31.358" x2="78.283" y2="31.358"><stop offset=".215" stop-color="#F2C51B"/><stop offset=".284" stop-color="#EDBD1F"/><stop offset=".58" stop-color="#DAA227"/><stop offset=".829" stop-color="#D0922A"/><stop offset="1" stop-color="#CC8D2A"/></linearGradient><path class="st113" d="M77.8 31.2s-.1.1.1.2h.2s.1 0 .1-.2h-.1s0 .1-.1.1h-.1c.1.1 0 .1-.1-.1z"/><linearGradient id="SVGID_13_" gradientUnits="userSpaceOnUse" x1="77.562" y1="31.485" x2="78.075" y2="31.485"><stop offset=".215" stop-color="#F2C51B"/><stop offset=".284" stop-color="#EDBD1F"/><stop offset=".58" stop-color="#DAA227"/><stop offset=".829" stop-color="#D0922A"/><stop offset="1" stop-color="#CC8D2A"/></linearGradient><path class="st114" d="M77.6 31.3s0 .3.3.2c.1 0 .1 0 .1-.1h.1s0 .2-.2.2-.4-.2-.3-.3z"/><linearGradient id="SVGID_14_" gradientUnits="userSpaceOnUse" x1="77.581" y1="31.293" x2="77.818" y2="31.293"><stop offset=".215" stop-color="#F2C51B"/><stop offset=".284" stop-color="#EDBD1F"/><stop offset=".58" stop-color="#DAA227"/><stop offset=".829" stop-color="#D0922A"/><stop offset="1" stop-color="#CC8D2A"/></linearGradient><path class="st115" d="M77.6 31.3c.1 0 .1 0 .1-.1h.1s0 .2-.2.1z"/><linearGradient id="SVGID_15_" gradientUnits="userSpaceOnUse" x1="77.284" y1="31.519" x2="77.514" y2="31.519"><stop offset=".215" stop-color="#F2C51B"/><stop offset=".284" stop-color="#EDBD1F"/><stop offset=".58" stop-color="#DAA227"/><stop offset=".829" stop-color="#D0922A"/><stop offset="1" stop-color="#CC8D2A"/></linearGradient><path class="st116" d="M77.3 31.5c.1 0 .1 0 .1-.1 0 0 .1.2.1.1 0 0-.2 0-.2.1v-.1z"/><linearGradient id="SVGID_16_" gradientUnits="userSpaceOnUse" x1="77.977" y1="30.657" x2="78.427" y2="30.657"><stop offset=".215" stop-color="#F2C51B"/><stop offset=".284" stop-color="#EDBD1F"/><stop offset=".58" stop-color="#DAA227"/><stop offset=".829" stop-color="#D0922A"/><stop offset="1" stop-color="#CC8D2A"/></linearGradient><path class="st117" d="M78 30.8s.1-.1.3-.2h.1s.1-.1 0-.2v.1h-.1c-.1.2-.2.2-.3.3l-.1-.1c.1 0 .1.1.1.1z"/><linearGradient id="SVGID_17_" gradientUnits="userSpaceOnUse" x1="77.838" y1="30.549" x2="78.213" y2="30.549"><stop offset=".215" stop-color="#F2C51B"/><stop offset=".284" stop-color="#EDBD1F"/><stop offset=".58" stop-color="#DAA227"/><stop offset=".829" stop-color="#D0922A"/><stop offset="1" stop-color="#CC8D2A"/></linearGradient><path class="st118" d="M77.9 30.6l.1.1s0-.1.1-.1c.1-.1.1-.2.2-.2 0 0-.1-.1-.2.1-.1 0-.2.1-.2.1-.1-.2-.1-.1 0 0z"/><linearGradient id="SVGID_18_" gradientUnits="userSpaceOnUse" x1="77.665" y1="30.486" x2="77.936" y2="30.486"><stop offset=".215" stop-color="#F2C51B"/><stop offset=".284" stop-color="#EDBD1F"/><stop offset=".58" stop-color="#DAA227"/><stop offset=".829" stop-color="#D0922A"/><stop offset="1" stop-color="#CC8D2A"/></linearGradient><path class="st119" d="M77.9 30.4s0 .1.1.3h-.1c-.1-.1-.1-.1-.1-.2l.1.1h.1c-.2-.3-.1-.3-.1-.2 0-.1 0 0 0 0z"/><path class="st58" d="M78 30.9s0 .1 0 0c0 .1.3.1.4.1.1-.1 0-.2 0-.2s0 .1-.1.2h-.2s-.1 0-.1-.1zM77.9 31.1s0 .1.1.2h.3c.1 0 .1-.2.1-.2s0 .1-.1.1h-.2c0 .1-.2 0-.2-.1z"/><path class="st58" d="M77.8 31.2s-.1.1.2.3h.2s.1 0 .1-.2c0 0 0 .1-.1.2H78c0-.1-.1-.1-.2-.3zM77.6 31.4s0 .3.3.2c.1 0 .1 0 .1-.1 0 0 0 .2-.2.2-.1 0-.3-.2-.2-.3zM78 30.9s.1-.2.3-.2h.1s.1-.1 0-.2v.1s-.1 0-.2.1c0 0-.1 0-.2.2 0 0-.1-.1 0-.1v.1zM77.9 30.6l.1.1s0-.1.1-.1c.1-.1.1-.2.1-.2s-.1 0-.2.2c0 .1-.1.1-.1 0-.1-.1-.1-.1 0 0z"/><path class="st58" d="M77.9 30.4s0 .1.1.3h-.1c-.1-.1-.1-.1-.1-.2 0 0 0 .1.1.1s0-.1 0-.1c0-.2.1-.3.1-.3-.1.1-.1.2-.1.2z"/><path class="st27" d="M77.7 38.4s.7.4.8.5v-.1s-.8-.5-.8-.4z"/><path class="st120" d="M80.5 31.3l.7.2s0-.4.3-.6h.3c.1-.2-.1-.5-.1-.6 0-.1-.2-.3-.3-.3-.1-.1-.4-.3-.5-.4-.1-.1-.3-.4-.3-.4-.1.1-.3 0-.3 0l-.1.2c0 .1-.2.2-.2.2l-.1.2c.2.2.9.8 1 .9.1.1.4.1.4.1s-.4 0-.6.1c-.3.2-.2.4-.2.4z"/><path class="st10" d="M80.8 29.6c-.1-.1-.3-.7-.3-.7-.1.1-.4.3-.4.3s-.1.2-.2.3h-.3l.2.3.5.5c.1.1-.5-.4-.5-.5.2-.1 1-.1 1-.2z"/><linearGradient id="SVGID_19_" gradientUnits="userSpaceOnUse" x1="77.377" y1="36.1" x2="78.423" y2="36.1"><stop offset="0" stop-color="#AF6E29"/><stop offset=".429" stop-color="#A05724"/><stop offset="1" stop-color="#8D3A1E"/></linearGradient><path class="st121" d="M77.4 37.6s-.1 0 0 0c.1-.1.3-.1.4-.1.4 0 .5 0 .5-.2 0-.1-.1-.5-.1-.8 0-.4 0-.8.1-.9v-.7c0-.3-.3-.4-.3-.4 0-.1.3 0 .4.3.1.4.1 1.1.1 1.2v1.5c-.2.2-.7.2-1.1.1z"/><path class="st51" d="M81.8 31c-.1 0-.7-.1-.8-.1-.3-.1-.6-.4-.8-.6-.3-.2-.3-.4-.3-.4h.1c.8.2.2.3 1.9.8-.1.2-.1.3-.1.3z"/><linearGradient id="SVGID_20_" gradientUnits="userSpaceOnUse" x1="75.662" y1="35.377" x2="76.508" y2="35.377"><stop offset="0" stop-color="#AF6E29"/><stop offset=".429" stop-color="#A05724"/><stop offset="1" stop-color="#8D3A1E"/></linearGradient><path class="st122" d="M76.3 35.4V35c.3.1.3.6 0 .7-.2.1-.5.1-.6-.1 0 0 .5.1.6-.2z"/><path class="st62" d="M77.5 37c.2-.1.1-1.3.4-1.7.1-.1.1-.3.1-.3s-.1-.2-.2-.2c0 0-.2 0-.2.1 0 0-.1.1-.1.4 0 .3.1 1 .1 1 0 .5-.1.7-.1.7z"/><linearGradient id="SVGID_21_" gradientUnits="userSpaceOnUse" x1="77.567" y1="33.035" x2="78.042" y2="33.035"><stop offset="0" stop-color="#AF6E29"/><stop offset=".429" stop-color="#A05724"/><stop offset="1" stop-color="#8D3A1E"/></linearGradient><path class="st123" d="M77.9 32.5c.1.1.2.3.2.5 0 .3-.2.4-.3.4-.1 0-.2.1-.2.1s0-.1.1-.2.3-.3.3-.5c0-.1-.1-.2-.1-.3z"/><linearGradient id="SVGID_22_" gradientUnits="userSpaceOnUse" x1="76.231" y1="29.67" x2="76.422" y2="30.73"><stop offset="0" stop-color="#BF892C"/><stop offset=".173" stop-color="#BD862B"/><stop offset=".313" stop-color="#B47C2A"/><stop offset=".442" stop-color="#A66B26"/><stop offset=".564" stop-color="#945521"/><stop offset=".68" stop-color="#7C3A19"/><stop offset=".73" stop-color="#712D14"/></linearGradient><path class="st124" d="M75.7 29.8l-.5.5c-.1.2.1.4.2.6l.3-.1c.1 0 .4 0 .4-.2 0-.1.3-.2.4-.3 1.2-.4 1-.6 1-.7-.1-.2-1.7.1-1.8.2z"/><linearGradient id="SVGID_23_" gradientUnits="userSpaceOnUse" x1="75.619" y1="29.867" x2="75.663" y2="31.085"><stop offset="0" stop-color="#BF892C"/><stop offset=".173" stop-color="#BD862B"/><stop offset=".313" stop-color="#B47C2A"/><stop offset=".442" stop-color="#A66B26"/><stop offset=".564" stop-color="#945521"/><stop offset=".68" stop-color="#7C3A19"/><stop offset=".73" stop-color="#712D14"/></linearGradient><path class="st125" d="M75.7 29.8c-.1.1-.4.3-.5.5-.1.2.1.4.2.6l.3-.1c.1 0 .3.1.3-.1 0 0-.4-.2.2-.8.1-.2-.5-.1-.5-.1z"/><path class="st60" d="M77.4 29.3s-.6.1-.9.2c-.3.1-.5.1-.7.2-.1 0-.3 0-.4.2-.2.2-.2.3-.3.4-.1.1 0 .2 0 .3.1.1.1.3.1.3h.2v-.1l-.2-.2c0-.1-.1-.3 0-.3l.2-.2.1-.1-.3.3v.1c0 .1 0 .1.1.2s.1.2.2.2h.1s-.2-.2-.2-.3c0-.1 0-.2.1-.3.1-.1.4-.3.4-.3s-.3.3-.3.4c0 .1-.1.2 0 .2s.1.2.2.2.1 0 .1-.1-.1-.1 0-.2c0-.1.1-.2.2-.3.1-.1.3-.3.4-.3.5-.1.9-.2.9-.2v-.3z"/><path class="st126" d="M76.1 27.4s.2.1.3.4c.1.2.2.8.9 1.1 0 0-.1.2-.1.4 0 0 .2 0 .2.2h.1c.1 0 .4-.3.4-.6 0-.5.4-1.2.4-1.5 0 .1-1.5 0-2.2 0z"/><path d="M75.3 30.9c.1.1.3.1.5 0-.1 0-.2 0-.3-.1-.1.1-.2 0-.2.1z"/><path d="M75.5 30.8c.2.1.4.1.4.1s-.1 0-.3-.1h-.1zM75.8 30.7c.2.1.3.1.3.1s-.1 0-.2-.2c0 .1-.1 0-.1.1z"/><path class="st62" d="M75.6 29.8c.1-.1.1 0 .3-.1.4-.1.9-.2 1.3-.3 0 0 .1 0 0 .1-.2.1-.8.2-1 .2-.1.1 0 0 .1 0v.1l-.1.1s-.2.2-.3.2V30l.2-.2H76s-.3.2-.4.3c0-.1.1-.2.2-.2-.1-.1-.4.1-.5.3 0-.1.1-.2.2-.3 0-.1 0-.1.1-.1z"/><path class="st10" d="M81.3 27.2s1.2.6 1.7.9c.5.2 1.7.7 2.9.9 0 0 .4.1.5.1.3 0 .2.4.1.5-.1.1-.2.2-.3.2 0 0 .1.2 0 .3-.1.1-.2.1-.2.1v.2c-.1.1-.3.1-.3.1s0 .3-.4.3c0 0-.1.3-.4.2-.1 0-.2-.1-.2-.1s-.1.3-.4.2c0 0-.2.3-.6.1 0 0-.3.2-.5 0 0 0-.3.1-.4-.1 0 0-.2.3-.5 0-.2-.3-.6-.9-.9-1.3-.3-.4-.8-.8-.8-.8s.2 0 0-.1c.1 0 .2.1.3 0s.1-.1 0-.2l.1-.1c0-.1 0-.2-.1-.2 0 0 .1-.1 0-.3 0-.1.2 0 .1-.1-.1-.2-.2-.2-.2-.2s.2 0 .1-.2l-.1-.2s.2-.3.5-.2z"/><path class="st127" d="M84.9 30s-1.3-.7-1.9-1.1c-.5-.5-1.7-1.1-1.8-1.1 0 0 0 .1-.1.1 0 0 .2.4 0 .6 0 0 0 .2-.1.3 0 0 0 .3-.1.3h-.1s.4.7 1.3 1.3l.3.1.3.2-.9-.7-.7-1h.1c.3.3.3.3 1.3 1 .6.5.6.4.7.5.1.1 0-.1 0-.1s.1 0-.3-.3c-.1-.1 0-.2-.3-.4-.6-.5-1.1-1-1.2-1 0 0 .1 0 .5.3.6.4 1.1.9 1.5 1 .3.1.7.4.7.4s-.3-.2-.8-.6l-1.6-1.3s.1 0 .7.4c.4.3.8.6 1.1.8.6.3 1.2.5 1.4.5 0 0-1.4-.8-2.7-1.8 0 0-.1-.1-.3-.2 0 0 .1 0 .5.2.2.1.1 0 .3.2.3.2.7.6 1.5.7-.2.3.5.6.7.7z"/><path class="st29" d="M81.2 27.7c.1 0 1.3.7 1.8 1.1.5.5 1.9 1.1 1.9 1.1l-1.2-.6c-.2-.1-.8-.5-1.2-.7-.3-.2-1.1-.9-1.1-.6l.1.2c.2.1.5.3.5.3 1.2 1 2.7 1.8 2.7 1.8s-1-.5-1.1-.7c-.2-.1-.5-.2-1.2-.7-.7-.5-.8-.5-.8-.5s-.2-.1-.1.1c0 .1.1.1.1.1l1.6 1.3c.5.3.8.6.8.6s-.5-.3-.9-.6-.6-.5-1-.7c-.4-.2-.6-.5-.7-.6-.1-.1-.2.1-.2.1-.3-.1.3.3 1.2 1 .3.2.6.5.7.6.4.3.3.2.3.2s-.5-.4-.7-.6c-.3-.2-.7-.5-.8-.7-.1-.1-.5-.5-.7-.5-.1 0-.1.1-.1.1l.8.9c.8.8.9.7.9.7s-.3-.2-.7-.6c-.4-.3-.5-.5-.6-.6-.1-.2-.7-.5-.7-.5s.3.1.4 0v-.2c0-.1.1-.4.1-.5v-.3c-.2.1-.1 0-.1 0z"/><path class="st60" d="M77.8 29.5s-.3.4-.6.4h-.5c-.1 0-.2.1-.2.1s-.1 0-.2.1c0 .1-.2.4-.2.4v.4c.1.2.4.2.5 0v-.2s.1-.1.1-.2c0 0 .1 0 .2-.1v-.2h.2s.3.2.4.8v.3s.3 0 .3-.3v-.5c0-.2-.1-.4-.1-.4l.3-.4c-.1.1 0-.2-.2-.2z"/><linearGradient id="SVGID_24_" gradientUnits="userSpaceOnUse" x1="76.288" y1="30.178" x2="76.57" y2="31.605"><stop offset="0" stop-color="#BF892C"/><stop offset=".173" stop-color="#BD862B"/><stop offset=".313" stop-color="#B47C2A"/><stop offset=".442" stop-color="#A66B26"/><stop offset=".564" stop-color="#945521"/><stop offset=".68" stop-color="#7C3A19"/><stop offset=".73" stop-color="#712D14"/></linearGradient><path class="st128" d="M76.4 31l-.2-.2c0-.1-.1-.2 0-.3.1-.1.1-.3.3-.3 0 0-.1.1-.1.2s-.1.1-.1.2c-.1.1 0 .1.1.4z"/><path d="M76.4 31c.1.1.3.1.3.1l-.2.1c-.2 0-.3-.1-.3-.1.1 0 .2-.1.2-.1z"/><linearGradient id="SVGID_25_" gradientUnits="userSpaceOnUse" x1="77.43" y1="30.013" x2="77.842" y2="31.166"><stop offset="0" stop-color="#AF6E29"/><stop offset=".429" stop-color="#A05724"/><stop offset="1" stop-color="#8D3A1E"/></linearGradient><path class="st129" d="M77.4 31.3c.2 0 .3-.1.3-.3 0-.4-.1-.9-.2-.9 0-.1-.2-.1-.2-.1.2 0 .6-.4.6-.4v.2l-.4.4c.2.9.1 1 .1 1h-.1v.1s0 .2-.1.1c0-.1-.1 0-.2 0 .1.2.2.1.2-.1z"/><path class="st9" d="M77.7 31.1c.1 0 0 .1 0 .1-.1 0-.1.1-.1.1s0 .2-.1.1c0-.1-.1 0-.2 0l-.1-.1c.1 0 .1-.1.1-.1.2.2.3.1.4-.1z"/><path class="st9" d="M77.4 31.3c.1 0 .3 0 .3-.2s0-.6-.1-.9l.4-.4-.3.4c.1.5.1.8.1 1-.1.2-.3.2-.4.1z"/><linearGradient id="SVGID_26_" gradientUnits="userSpaceOnUse" x1="76.415" y1="30.189" x2="76.725" y2="30.447"><stop offset=".215" stop-color="#F2C51B"/><stop offset=".284" stop-color="#EDBD1F"/><stop offset=".58" stop-color="#DAA227"/><stop offset=".829" stop-color="#D0922A"/><stop offset="1" stop-color="#CC8D2A"/></linearGradient><path class="st130" d="M77.2 30.1c-.1 0-.4 0-.5.1-.1.2 0 .2-.1.4 0 0-.1.2-.1.3 0 .1.1.2.1.2V31v-.1c.1-.1.1-.2.1-.2.3 0 .1-.3.2-.3h.1c0-.2.2-.3.2-.3z"/><path class="st62" d="M77.3 30.2c.2.2.2.7.2.8 0-.2-.1-.3-.1-.5-.1-.2-.1-.2-.1-.3zM76.5 30.1c.1 0 .1-.1.2-.1s.3-.1.5-.1.4 0 .6-.1c0 .1 0 .1-.1.1-.3.1-.6.1-.8.1-.1 0-.1 0-.2.1h-.2z"/><path class="st55" d="M77.5 28.7c-.1 0-.1-.3 0-.4 0 0-.4-.1-.5-.3-.1-.2-.3-.3-.3-.4 0-.1-.3 0-.3 0s-.9-.3-1.1-.4c-.3-.2-1.1-.6-1.5-1-.2-.2-.1-3.5-.1-3.5-.9-1-3.3-1.8-3.6-2.2-.4-.6-1.9-.9-1.7-1.5 0 0 .6 0 .6-.1 0 0-.5-.6-.5-.8 0 0-1.3-1.3-2.6-1.8-.4-.2.1-.4.2-.4s.7-.1 1.5.2c0 0-.7-.8-.9-1-.3-.2-1.4-.8-1.6-.9-.2-.1 0-.3.3-.3s2.2.5 3.2 1.5c-.8-1.4-1.5-2.5-2.3-3.3-.2-.2-.3-.3-.2-.4.1 0 .4.1.4.1.5.2 2.4 1.5 3 2.7-.2-1.1-.8-2.2-1.8-3.1-.1-.1-.1-.4 0-.5.1-.1.5.1.6.2.1 0 1.4 1 2.4 2.8-.1-.9-.2-1.4-.7-2.2 0-.1-.1-.3 0-.4.1 0 .4.1.6.3.1.2.6.7.7 1.1.1.4.4 1 .4 1.6 0 .1.1 0 .1-.1s-.1-1.3 0-1.4c0-.1.2-.3.3-.3.1 0 .3.8.4 1.1.1.3.1.8.1 1.3v.6c0 .1 0 .1.1 0s.2-.4.3-.8c.1-.5.3-.7.4-.7.1 0 .2.3.2.5 0 .1 0 1.1-.1 1.3 0 .1.1 0 .1 0s.1-.3.2-.5c.1-.1.2-.2.3-.2.1 0 .2.4.1.9v.3s.2-.1.4-.4c.1-.1.4-.2.4-.1.1 0 .1.3 0 .6s-.2.6-.3.8c0 0 .4-.1.5 0 .1.1.1.4 0 .5-.1.2 0 .1.2 0 .3-.1.4-.2.8-.2.1 0 0 .3 0 .3s-.2.2-.1.3c0 .1.1-.1.6-.2.2 0 .4 0 .4.1s0 .3-.2.6c-.1.1.1.1.2 0 .2-.1.3-.1.5 0 .1 0-.1.5-.2.7h.1c.2-.1.4 0 .4 0 .1.2-.1.4-.1.5h.4s.4-1.3.5-2c.1-.7.4-2 .5-2.2.2-.2.2-.3.2-.3.1 0 .2.3.3.4.1.3 0 .7 0 .9 0 .2 0 .1.1 0s1.4-.9 1.8-1.5c.4-.6.9-1.5 1.2-2.2.1-.4.1-.6.2-.7.1-.1.2-.2.3-.2.1 0 .1.3.2.5 0 .2.1.9-.3 1.9-.1.2.2-.1.3-.2.1-.1.9-1.6 1.1-2.2.1-.3.3-.6.5-1 .1-.2.1.1.2.1 0 .2.3.9 0 1.4-.1.2 0 .7-.2 1.2 0 .1 0 .1.1 0s.6-1 .9-1.4c.3-.4.9-2 1-2.1.1-.2.2.1.2.4 0 .2.2.8 0 1.5-.2.6-.7 1.5-.9 1.9-.1.1.1 0 .2 0s1.1-.6 1.4-1c.3-.4.9-1.2 1.1-1.6.1-.2.4-.3.4-.3s.2.3 0 .9c-.2.6-.2.6-.2.8 0 .2-.5 1.1-.7 1.4-.2.3-.5.8-.8 1.2 0 0 .4-.1.9-.5 1-.8 1.2-1.1 1.6-1.4.4-.3.6-.5.7-.5.1 0-.1 1.1-.3 1.4-.2.3-1 .9-1.1 1.1-.2.2-1.1.9-1.3 1.2.5-.1 1-.4 1.6-.7.5-.4.7-.7.8-.7.1-.1.5-.2.6-.2.1 0 .1.7-.3 1.2s-1.6 1.4-1.8 1.6c0 0 .3 0 .6-.1.3-.2.9-.2 1-.3.1-.1.1-.1.4 0 .1 0-.1.6-.4.8-.3.2-.7.6-1.2.9 0 0 .3.1.4.1.1 0 .2.3.2.4 0 .1-.1.3-.6.5s-1.1.3-1.4.3c0 0 0 .5-.1.7-.2.2-.3.3-.6.4-.3.1-.6.1-.6.1s.1.5 0 .6c-.1.1-.4.1-.6.1h-.6v.4c0 .2-.4.1-.4.1s0 .3-.1.4c-.1.1-.5.2-.5.2s-.1.2-.1.3c-.1.1-.4.1-.4.1s0 .4-.1.5c-.1.1-.3.1-.3.1s0 .2-.1.3l-.4.1v.2s-.3.1-.4.2c0 .1 0 .4-.1.4h-.2l-.1.3h-.4l-.1.3h-.2v.4c0 .1-.2 0-.4-.1s-.7-.3-.9-.5c0 0-.1.2-.1.3 0 0 0 .2.1.3 0 .1.7.5.8.6h-.1l.1 1.1c-.3 0-.3.2-.3.2 0 .1 0 .1-.1.2-.1 0-.5.1-.5.3 0 .1-.3.1-.4.1l-.1.2s-.3.1-.3.2-.2.4-.3.4c-.1 0-.3.1-.4.2-.1.1-.3 0-.4 0-.1 0-.2.2-.3.1-.1-.1-.3-.2-.3-.2v-.3s0-.1-.1-.2c-.1 0 .2-1.7.3-1.8.3-.3-.2 0-.4.4l-.2.5z"/><path class="st131" d="M73.7 22.7c-.9-1-3.7-2-3.9-2.4-.4-.6-1.5-.8-1.3-1.4h.6s-.5-.6-.5-.8c0 0-1.3-1.3-2.6-1.8-.4-.2.1-.4.2-.4s.7-.1 1.5.2c0 0-.7-.8-.9-1-.3-.2-1.4-.8-1.6-.9-.2-.1 0-.3.3-.3s2.2.5 3.2 1.5c-.8-1.4-1.5-2.5-2.3-3.3-.2-.2-.3-.3-.2-.4.1 0 .4.1.4.1.5.2 2.4 1.5 3 2.7-.2-1.1-.8-2.2-1.8-3.1-.1-.1-.1-.4 0-.5.1-.1.5.1.6.2.1 0 1.4 1 2.4 2.8-.1-.9-.2-1.4-.7-2.2 0-.1-.1-.3 0-.4.1 0 .4.1.6.3.1.2.6.7.7 1.1.1.4.4 1 .4 1.6v-.2-1.3c0-.1.2-.3.3-.3.1 0 .3.8.4 1.1.1.3.1.8.1 1.3v.6c0 .1 0 0 .1-.1s.2-.4.3-.7c.1-.5.3-.7.4-.7.1 0 .2.3.2.5v1.3s0-.1.1-.1c0-.1.1-.2.3-.4.1-.1.2-.2.3-.2.1 0 .2.4.1.9v.3s.2-.1.4-.4c.1-.1.4-.2.4-.1.1 0 .1.3 0 .6s-.2.6-.3.8c0 0-.8.7-.8 1.2 0 .1 0 .7.1.6.1-.1.4-.4.4-.3.1.2.1.4 0 .7-.5.9.5 1.1 0 1.7-.2.3-.2.5-.2.8 0 .4-.7.8-.7.8z"/><path class="st132" d="M73.8 23.6c-.7 1-.1 2.4 0 2.5.4.4 1.2.8 1.5 1 .3.2 1 .4 1 .4s.3.3.7.3c.2 0 .4.7.7.9v.1c-.1.4-.1.5-.1.7 0 0 0 .1.1.1.1-.1.5-.5.3-.4 0 0 .2-.5.2-.9.1-.7.2-.9.2-.8 0 0-.2.7-.2 1-.1.5-.3 1-.2 1 .1 0 .2.2.2.2v.3c0 .1.2.2.3.2.1.1.2-.1.3-.1.1 0 .3.1.4 0 .1-.1.3-.2.4-.2.1 0 .3-.3.3-.4l.1-.1h.2l.2-.3s.2 0 .2-.1.4-.1.5-.1v-.1h.2c.1 0 0-.2 0-.2 0-.1 0-.3.1-.4.1-.1.1-.3 0-.4-.1-.1 0-.2 0-.3 0-.1-.1-.3 0-.4h.2c-.2-.1-.8-.6-.9-.6 0-.1-.1-.2-.1-.3l.1-.3c.2.2.8.4.9.5.2.1.3.2.4.1v-.4h.2c.1 0 .1-.3.1-.3s.1 0 .2-.1.1-.3.1-.3h.2c.1 0 .1-.3.1-.4h.1v-.2s.4 0 .4-.1l.1-.3s.2 0 .3-.1c.1-.1.1-.5.1-.5s.3 0 .4-.1c.1-.1.1-.3.1-.3s.5-.1.5-.2c.1-.1.1-.4.1-.4s.4.1.4-.1v-.4h.6c.2 0 .5-.1.6-.1.1-.1 0-.6 0-.6s.3 0 .6-.1c.2-.1.4-.3.6-.4.2-.2.1-.7.1-.7.3 0 .9-.1 1.4-.3.5-.2.5-.4.6-.5 0-.1-.1-.4-.2-.4s-.4-.1-.4-.1c.6-.3.9-.7 1.2-.9.3-.2.6-.8.4-.8-.3-.1-.3 0-.4 0-.1.1-.7.1-1 .3-.4.3-.7.3-.7.3.3-.2 1.4-1.1 1.8-1.6.4-.5.5-1.1.3-1.2-.1 0-.5.1-.6.2-.1.1-.3.4-.8.7-.5.4-1 .7-1.6.7.2-.4 1.1-1.1 1.3-1.2.2-.2.9-.8 1.1-1.1.2-.3.4-1.3.3-1.4-.1 0-.3.2-.7.5-.4.3-.6.6-1.6 1.4-.5.4-.9.5-.9.5.3-.4.6-.9.8-1.2.2-.3.7-1.2.7-1.4 0-.2 0-.2.2-.8.2-.6 0-.9 0-.9s-.3.1-.4.3c-.2.4-.8 1.2-1.1 1.6-.3.4-1.3 1-1.4 1-.1 0-.2.1-.1 0 .3-.4.7-1.3.9-1.9.2-.8.1-1.3 0-1.5 0-.2-.1-.5-.2-.4-.1.2-.7 1.7-1 2.1-.3.4-.8 1.3-.9 1.4-.1.1 0 .1 0 0 .3-.5.1-1 .2-1.2.3-.5 0-1.1-.1-1.3 0-.1-.1-.3-.2-.1-.2.4-.4.7-.5 1-.2.6-1 2.1-1.1 2.2-.1.1-.4.6-.3.3.4-1 .3-1.9.3-2 0-.2-.1-.5-.2-.5s-.2.1-.3.2c-.1.1-.1.3-.2.7-.2.7-.7 1.6-1.2 2.2-.4.6-1.7 1.4-1.8 1.5-.1.1-.1.1-.1 0 0-.2.1-.6 0-.9-.1-.1-.2-.4-.3-.4-.1 0-.1 0-.2.3-.2.2-.5 1.5-.5 2.2-.1.7-.4 2-.5 2l-.5 2.6-3.6 1z"/><path class="st55" d="M81.1 24c0-.1 0-.2.1-.1s.8.8.9.8c.2.1.6.1.5.2-.1.1-.5 0-.7-.1 0-.1-.8-.8-.8-.8zM80.6 24c.1-.1.6.3.7.5.1.2-.7-.4-.7-.5zM81.7 24.9c0-.1.1 0 .3.1.3.1.5.2.5.3 0 .1-.3 0-.5 0-.1-.1-.3-.4-.3-.4z"/><path class="st55" d="M81 24.7c-.1 0-.4-.5-.5-.6-.1-.1-.2 0-.2.1s.9.7 1.1.9c.2.2.5.5.7.5.2 0 .3-.1.1-.1-.2-.1-.8-.5-.9-.6-.1-.1-.3-.2-.3-.2zM81.7 23.9c-.1 0-.4-.4-.5-.5-.1-.1-.4-.1-.4 0 0 0 .1.1.3.2.3.2.7.6.8.7.3.4.7.5.9.5.2 0 .3-.1.1-.2-.2-.1-.8-.4-.9-.5-.1 0-.3-.2-.3-.2zM80.5 24.9c.1 0 .4.2.6.4.2.2.3.2.3.3 0 .1-.4-.2-.5-.3-.1-.2-.4-.4-.4-.4zM81.5 25.7c.1 0 .4.2.4.2s-.1.1-.3 0c0-.1-.1-.2-.1-.2zM79.9 24.7c.1-.1.6.5.8.6.2.1.8.7.9.8.1.1-.3 0-.5-.2-.1-.2-.5-.4-.6-.5-.1 0-.6-.6-.6-.7zM79.5 24.1c.2-.1.3 0 .4.1.1 0 0 .2 0 .3-.1.1-.5-.3-.4-.4zM75.7 26.6c-.1.2-.1.1-.2.1s0-.1-.1-.2l.3.1zM79.7 25c.1-.1.3.3.4.4.1.1-.1.1-.2 0-.1 0-.2-.3-.2-.4z"/><path class="st131" d="M80.1 28.4c.1-.1.3.2.4.2.1.1-.1.2-.2.1-.1 0-.2-.2-.2-.3z"/><path class="st55" d="M80.2 25.7c.1-.1.3.2.4.3.2.1.6.3.5.3-.1.1-.4-.1-.6-.2-.1-.2-.3-.3-.3-.4zM82.3 15.1c.5-.3.6-.2.9-.4.1-.1 0-.1.2-.1.1 0 .2-.2.7-.8.2-.2.9-3 1.2-2.7 0 0-.1 1.1-.4 1.9-.2.5-.3.7-.6 1.6 0 .1.4-.1.3-.1-.1.5-.7 1.2-1.2 1.5-.2.1 0 .2.2.2.2-.1.3-.2.2.1-.1.2-.3.5-.5.6-.4.2-.1-.5-.2-.7-.1-.1-.4-.4-.6-.3-.2.1.1-.9-.2-.8-.3.1-.5.3-.4.2.1 0 1-.7 1.2-1.4.2-.6.3-1.6.3-1.7 0-.1 0-.2-.1-.2s-.3.1-.3.2-.3 1.5-.8 2.1c-.5.7-.8 1-.7 1.1.1.1.4-.2.4-.2"/><path class="st55" d="M80.1 26.1c0-.1-.1-.1-.1-.2-.1-.2-.2-.1-.3-.1-.1-.1 0-.2-.1-.3 0-.1-.2-.1-.2-.1-.1-.1 0-.1-.1-.2s-.2 0-.2 0c-.1 0-.1-.2-.2-.3-.1-.1-.1-.1-.2-.1-.1-.1 0-.2-.1-.3-.1 0-.3.1-.4.1-.1 0 .1-.2.1-.3-.1-.1-.3.1-.3.1-.1-.1-.1-.1 0-.2s-.3-.1-.2-.2c.2-.1.1 0 .3 0 .1 0 .1-.2.2-.2.1-.1.2.1.3.1.1 0 .1-.1.3 0 .2.1.5 0 .3-.2-.1 0 .2-.1.1-.3-.2-.1 0-.2.1-.2.2 0-.1-.1 0-.3 0-.1-.2 0-.2-.2s.1-.2.2-.2c.2 0 .2.1.2 0 .1-.1.2-.3.1-.3-.2.1-.3.1-.4.1 0 0-.2.1-.3.1-.1 0-.1.2-.2.2h-.2s-.1-.1-.3.1c-.1.1-.2 0-.2 0s-.1-.1 0-.2.4-.1.4-.1v-.2s.2-.2.4-.2h.3c.1-.1-.2-.1 0-.2s.3 0 .3-.1l-.1-.1H79c-.1-.1.1-.2.2-.2l.3.1c.1 0 .1 0 .2-.1s-.2-.2-.3-.2c-.1 0-.1-.2.1-.2s.2-.2.3-.2c.1-.1-.2-.3 0-.3s.3-.1.3-.2-.3-.2-.1-.4c.2-.1.2-.1.1-.3 0-.1-.1-.2.1-.3.1-.1.3-.4 0-.2s-.4-.2-.2-.3c.2-.1.1-.3 0-.3-.2 0-.5-.5-.2-.6.1-.1.9-.5.8-.4-.2 0-.1-.3.1-.4.2-.1.6 0 .7-.1.1-.2.1-.4.4-.4.2-.1.5-.6.4-.8-.1-.1-.4 0-.7.4-.4.4-2.2 1-2.3 1.4l-.3.1-.3 1.3-.6 1.6v1l-.9 2.2-.1.9 2.1 1.4.4.3.5-.1.1-.2z"/><path class="st131" d="M83.4 16.5c0-.1-.1-.1-.4.2-.3.4-1.7 1.2-1.9 1.2-.2.1-.3.1-.4.2 0 0 0 .2.1.2.2 0 1-.2 1.1-.3.1 0 .1-.2.1-.2s1-.4 1.2-.7c.2-.2.2-.6.2-.6zM82.4 19.1c.4 0 .6-.1.7-.1.2-.1.2.3-.4.3-.7 0-.7-.1-.3-.2zM82.2 19.6c.5 0 .6-.1.7-.1.1.1-.2.3-.3.3-.1 0-.3-.1-.4-.2 0 0-.1 0 0 0zM80.7 19.1c.4 0 .9 0 1.1-.1.2 0 .1.5-.2.6h-.9c-.3-.1-.1-.5 0-.5zM80.8 18.6c.4 0 .9-.2 1.1-.2.2 0 .1.5-.2.5-.2 0-.6 0-.8-.1-.2 0-.1-.2-.1-.2zM79.7 18.4c.3 0 .6-.1.8-.2.2 0 .1.6-.3.7h-.5c-.1-.1 0-.5 0-.5zM82.3 17.8c.4-.1 1.1-.5 1.2-.6.2-.1.1.5-.2.7-.3.1-.9.3-1.1.3-.2.1.1-.3.1-.4zM84.5 16.5c.2-.3.8-1.3 1.3-2.2.2-.3.2-.2.3-.2.2-.1 0 1.6-1 2.6-.2.2-.7.6-.9.6-.7.2-.2-.1.3-.8z"/><path class="st131" d="M84.5 17.8c.1-.1 1-.7 1.6-1.5.4-.5.9-1 1.4-1.6l.9-1.2c.4-.6.3-.6.6-1s.2-.1.2-.1c.1 0-.7 1.9-1.3 2.5-.8.9-1 1.8-2.2 2.7l-.5.5c-.3.1-.9.4-1.1.4-.7-.1.1-.6.4-.7zM82.2 18.6c.4-.1 1-.1 1.2-.2.2-.1.1.3-.2.5-.1.1-.9.1-1 .1-.3-.1 0-.4 0-.4zM81.6 16.8c.4-.5.6-.6 1.1-.6.2 0 .1.5-.2.7-.1.1-.5.3-.7.3-.2 0-.3-.4-.2-.4z"/><path class="st133" d="M79.7 16.7c.8-.4 1.6-1.4 2.4-1.3.2 0 0 .5-.3.7-.1.1-.7.3-1.1.6-.5.3-.9.4-1 .4-.3.1-.1-.4 0-.4z"/><path class="st133" d="M81.7 15.4c.5-.3.8-.7 1.1-1.2.3-.4.2-.7.4-1.2.1-.2.1-.7.1-.6.2.4-.1 1.9-.3 2.2-.1.2-.8.6-1 .7-.1 0-.3.1-.3.1zM83.3 14.6c.1 0 .6-.8.8-1.5.4-1 1-2.2 1.1-1.9 0 .1-.1.5-.3 1.3-.1.3-.2.4-.4.8-.1.2-.2.6-.3.8-.1.3-.2.4-.3.6 0 0-.6.9-.7.9-.1.1-.2-.8.1-1z"/><path class="st131" d="M79.7 18c.4-.1 1.5-.7 1.7-.8.2-.1.1.4-.2.6-.1.1-.3.1-.5.2 0 0 0-.3-.1-.2 0 0-.1.3-.2.3-.3.1-.7.2-.8.2l.1-.3zM79.7 17.4c.4-.1 1.5-.8 1.7-.9.2-.1.1.3-.1.6-.1.1-.1.2-.4.2 0 0-.1-.4-.1-.3l-.1.4c-.4.1-.8.4-.9.4-.3-.1-.2-.4-.1-.4zM80.6 19.7h.9c.2 0 .1.1.1.2s.1.2-.1.2-.9 0-1.1-.1c-.1-.1.2-.3.2-.3zM80.4 20.3c.3 0 1 .1 1.2 0 .2 0 0 .3-.2.3s-.8.1-1 0c-.3 0 0-.2 0-.3zM80.1 21.5c.1.1 1 0 1.2 0 .2 0 .3.3 0 .5s-1 .1-1.1 0c0 0-.2-.2-.2-.3-.1-.1.1-.2.1-.2zM79.8 22.1c.1.1 1.1.2 1.3.2.2 0 0 .3-.1.4-.1.1-1.1 0-1.2-.1 0 0-.2-.1-.1-.2-.1-.1.1-.3.1-.3zM79.5 22.8c.1.1 1.1.1 1.3.1.2 0 0 .4-.2.4s-1-.2-1.1-.1c-.1 0-.2-.1-.1-.2-.1-.1.1-.2.1-.2zM79.1 23.3c.1.1.8.3.9.2.2 0 .2.2 0 .2s-.8-.1-.9-.1c-.1 0-.2-.1-.1-.2l.1-.1zM80.2 20.7c.6.1 1 .1 1.2.1.2 0 .1.4-.1.5-.2.1-1.1.2-1.2.1-.1-.1-.2-.3.1-.7z"/><path class="st55" d="M80.6 19.4c.2 0 .6 0 .7.1.1.1-.1.1-.2.1h-.5c-.1-.1-.1-.2 0-.2zM80.7 18.3h1c.1-.1-.3.1-.5.2-.1 0-.4.1-.4.1-.1-.2-.1-.3-.1-.3zM82.2 18.1h.8c.1 0-.1.1-.3.1-.1 0-.4.1-.4.1-.2 0-.2-.2-.1-.2zM80.7 18.7c.2 0 .6.1.7 0 .1 0-.1.1-.3.2-.1 0-.3 0-.4-.1v-.1zM80.5 19.9c.2 0 .3.1.4 0 .1 0 .4 0 .3.1 0 .1-.2.1-.3.1-.1 0-.4 0-.5-.1-.1-.1.1-.1.1-.1zM80.3 20.5c.2 0 .6.1.7.1.1 0-.1.1-.1.1h-.6c-.2-.1 0-.2 0-.2zM80.1 21.8c.1.1.4.1.5.1.1 0 .2.1.1.1-.2.1-.7 0-.8-.1v-.3l.2.2zM79.8 22.4c.1.1.7.2.8.2.1 0-.1.2-.3.2-.1 0-.7 0-.7-.1 0 0-.1-.1 0-.2 0-.2.2-.1.2-.1zM79.5 23s.5.2.6.2h-.2c-.1 0-.5-.1-.6 0 0 0-.2-.3-.1-.3.1.1.3.1.3.1zM80.1 20.9c.2 0 .7.4.8.4.1 0-.3.2-.4.2-.1 0-.4 0-.5-.1 0-.2-.1-.3.1-.5z"/><path class="st133" d="M86 15.8c.2-.3.1-1.4.4-1.6.6-.3 1.4-.9 1.5-1 .1-.2.8-1.1 1.1-1.6.1-.2.3-.2.3-.2.1 0-.6 1.2-.9 1.6-.2.4-1 1.5-1.3 1.8-.3.3-1.2 1.4-1.3 1.4 0-.1.1-.2.2-.4zM83.8 16.9c.1 0 1-1.2 1.5-2 .3-.6.8-.9 1.3-2.3.2-.5.4-.8.5-.9.2-.7.2-1.3.1-1.3s-.5 1-.8 1.7c-.3.7-1 1.6-1.2 2-.2.4-.4 1.4-.9 2.1-.6.5-.7.7-.5.7zM86.6 17c.2-.2.4-.7.6-.9.3-.3.4-.4.4-.5.6-.3 1.6-1.1 2.3-1.8.4-.3.7-.5.8-.6.1 0-.3.7-.5.9-.2.2-1.6 1.5-2 1.8-.5.3-1 .8-1.6 1.1 0 .1-.1.1 0 0z"/><path class="st131" d="M90.5 14.2c-.1 0-.3.1-.6.4-.3.3-1.6 1.2-2.5 2.1-.3.3-1.2.6-1.6 1-.4.5-.5.4-.6.5-.1.1.4.3.8.2.4-.2.7-.7 1-.8.3-.2.7-.9 1-1.1.3-.2 1.3-1.3 1.6-1.5.4-.1.6-.2.9-.8z"/><path class="st134" d="M85.6 18c-.2.2-.3.2-.4.2-.1.1.4.3.8.2.2-.1.5-.4.7-.6.1 0-1 .2-1.1.2z"/><path class="st133" d="M87.2 17.9c.6-.5.7-1 .9-1.1.1-.1 1-.3 1.7-.9.5-.4.4-.6.8-.7.2-.1.4-.1.2.1-.4.3-.6.9-1.4 1.4-.8.4-1.8 1.1-2.2 1.2z"/><path class="st135" d="M85.2 18.6c-.4-.2-.6 0-1 .1s-.5.1-.3.2.6-.1.9-.1c.2 0 .6-.1.4-.2z"/><path class="st131" d="M83.4 19.3c.2-.1.8 0 1.1-.1.3 0 .8-.4 1.3-.4s.8-.6 1.4-.7c.7-.1 1-.4 1.4-.6.4-.2.3-.1.4-.3.1-.1.3-.2.8-.5.6-.2.8-.5.7-.4-.1.1-.6.5-.9.7-.3.2-.7.4-.9.6-.2.2-.7.6-1.1.7-.4.1-.7.6-1.3.7-.5.1-1.1.4-1.3.5-.3.1-.9 0-1.4 0-.1 0-.2-.1-.2-.2z"/><path class="st134" d="M83.4 19.3c.2-.1 1-.2 1.2 0 .3.2.8.1.6.2-.3.1-.9 0-1.4 0-.3 0-.4-.1-.4-.2z"/><path class="st131" d="M83 20.1c-.1-.1.1-.2.1-.4 0-.1.1-.1.3-.1.2.1.9 0 1.5.1s1.1-.2 1.3-.2c.2 0 1.4-.4 1.8-.5.3-.1.9-.3 1.2-.5.3-.1.8-.4.9-.4.1 0-.2.4-.4.5-.2.1-.6.3-.9.4-.3.2-.7.2-1.1.2-.3.1-1.4.5-1.7.7-.4.2-.8.2-1.2.2-.7 0-1.4.2-1.8 0z"/><path class="st134" d="M83 20.1c-.1-.1.1-.2.1-.4 0-.1.1-.1.3-.1.2.1.2 0 .7.1.6.1 1.1.5.8.5-.8-.1-1.5.1-1.9-.1z"/><path class="st133" d="M84.7 19.8c.6.1 1.1-.2 1.3-.2.2 0 1.4-.4 1.8-.5.3-.1.1.2-.2.3-.3.1-1.4.3-1.8.5-.4.2-.5.2-.8.1-.8-.1-.8-.3-.3-.2z"/><path class="st131" d="M83.2 20.4c.1-.1.2 0 .6 0 .4.1 1.2.1 1.7 0 .6-.1 1.6-.2 2.1-.3.5 0 1.1 0 1.3-.1.1-.1.5-.1.6-.1.1 0-.5.3-.8.3-.4 0-.3.2-1.3.2s-1.5.2-1.9.2h-1.8c-.5-.1-.5-.2-.5-.2z"/><path class="st133" d="M85.8 20.5c.6-.1 1.8-.3 2.2-.3.3 0 .4.1.4.1-.2 0-.4.1-.7.1-1 0-1.5.3-1.9.2-.4 0-1.3.2-1.8 0-.4-.2 1.3 0 1.8-.1zM86.5 20.1c.8-.1 1.5-.1 1.9-.2.4-.1 1.1-.3 1.2-.4.1 0-.1-.2-.6-.3-.2 0-.3.2-.9.2-.4.1-1.9.7-1.6.7z"/><path class="st131" d="M82.2 20.4c.1-.1.8.2 1.1.3.3.1 1.1.3 1.6.2.5-.1 1.4-.1 1.7-.2.3-.1 1.1-.1 1.2 0 .1.1-.1.8-1.4.8-1.3 0-1.3-.2-1.5-.2-.2-.1.7 0 1.2 0s1.5-.3 1.5-.4c.1-.1-.6.1-1.4.2-.8.1-1.7.1-2.2 0-.5-.1-1.8-.6-1.8-.7z"/><path class="st133" d="M86.1 21c-.7 0-1-.1-.6-.1.3 0 1-.1 1.1-.1.3-.1 1.1-.1 1.2 0 .1.1 0 .4-.5.6-.2.1-.9-.1-.6-.1.4-.1.9-.2.9-.3.1-.2-.6 0-1.5 0"/><path class="st131" d="M81.7 21.2c-.1-.2 0-.2 0-.4s0-.4.2-.2 2.2.7 2.6.7c.4 0 .6.4 1.6.4.2 0 .5.2.4.3-.1.1-.3.2-.5.1-.1 0-.4-.1-.7-.2-.2-.1-.3.2-.7.1-.4-.1-.6-.3-1-.4-.4 0-.9-.2-1.2-.4-.3-.2-.1.2.1.3.3.1.5.4.5.5 0 .1-.1 0-.5-.2-.2-.2-.7-.4-.8-.6z"/><path class="st131" d="M83.3 21.8c.1.1.3.3.5.4.2.1.2 0 0-.2-.2-.1-.1-.2 0-.1s.6.5.9.5c.3 0 .6 0 .6-.1s-.3-.1-.5-.2c-.3 0-.5-.2-.7-.3h-.8z"/><path class="st133" d="M84.2 22c.1.1.3.3.6.3s.6.1.5 0c0-.1-.3-.1-.5-.2-.3 0-.5-.2-.7-.3-.2 0-.1.1.1.2z"/><path class="st131" d="M81.6 21.9c.1-.1-.1-.3.1-.3s1.1.4 1.6.7 1.1.4 1.2.4c.1 0 .5-.1.5.1s0 .3-.5.3c-.4 0-1.5-.5-1.7-.7-.2-.1-.5 0-1.2-.5zM81.5 22.2c-.1.1.2.3.5.5.3.1.6.5 1.1.7.5.2 1.2.3 1.3.2.1-.1-.6-.3-1.1-.5-.5-.3-1.1-.6-1.3-.7-.2-.1-.5-.3-.5-.2zM81.7 22.9c.1-.1.7.4 1 .5.2.1 1 .4 1.2.5.1.1 0 .4-.3.3-.3-.1-.8-.5-1.1-.6-.3-.3-.8-.7-.8-.7zM81.1 22.9c0-.1.4.2 1.1.7.7.5 1.2.8 1.3.8.1 0-.2.2-.5 0s-.7-.5-.9-.7c-.3 0-1-.7-1-.8zM81.1 23.3c.1 0 .8.7 1 .8.2.2 1 .5 1 .6 0 .1-.6-.1-.8-.2-.2-.1-.5-.4-.7-.6-.2-.1-.6-.5-.5-.6zM80.4 19.2c0-.1-.7 0-.8.2-.1.2 0 .4 0 .4-.1.1-.1.3-.1.4 0 .2-.2.2-.2.3.1.2.8.2.8.1.1-.1-.2-.1-.3-.2-.1-.1-.2-.2.1-.2.3 0 .3-.2.3-.2 0-.1-.3-.1-.3-.1-.1-.1.1-.1.2-.1.2 0 .3 0 .3-.1s-.1-.1-.1-.2c0-.2.1-.1.1-.3z"/><path class="st133" d="M79.1 21.3c0-.1.3-.2.5-.1.1 0 .3.1.2.2-.1.1-.4 0-.5.1 0-.1-.2-.1-.2-.2zM79.5 22c0-.2-.2-.2-.3-.2-.2 0-.2.2-.3.2-.1 0-.3.1-.2.2 0 .1.1.1.2 0s.2-.2.4-.1c.1.1.2 0 .2-.1zM78.6 22.4c-.1.1-.1.3.1.3.1.1.3.2.4.2.1-.1 0-.2-.2-.3-.2-.1-.2-.2-.3-.2zM86.1 19.4c0-.1.4-.2.7-.3.3 0 .9-.6 1.2-.7.2-.1.7-.4 1-.5.2 0 1-.3 1.2-.4.2 0 .4-.2.5-.1.1 0 .2 0 .2.1 0 0-.1.1-.2.1-.3.2-.8.4-1.2.6-.3.2-.9.4-1.3.6-.3.2-.8.2-1.1.3-.3.2-.9.4-1 .3z"/><path class="st133" d="M78.4 29.6c0-.4.1-.5.1-.3s.1.7.5.9c0 0 .2.1.3-.2 0 0-.2-.2-.2-.5-.2-.6 0-.8 0-.8 0-.1.1 1 .5 1.2 0 0 .2 0 .3-.1v-.2s-.2-.3-.2-.5-.1-.4 0-.5c.1 0 .1.5.4.7.1 0 .2-.1.2-.1-.3-.2-.4-1-.3-1.2.1-.3.1.2.3.3.2.1.4.1.5.3.1.1.1-.2 0-.3-.1-.2-.1-.3 0-.3s.1.3.2.3c.1.1.3.2.3.3l.1.2s.1-.1.1-.2c0-.2.1-.4 0-.5-.1-.1 0-.2.1-.4 0-.1-.2-.3-.2-.4.1-.1.2-.1.2-.1s-.8-.5-.9-.6c-.1-.1-.1-.3-.3-.5-.2-.2-.1.2-.2.2s-.6 0-.5-.2c.1-.2.1 0 .2-.1 0-.1.1-.3-.1-.3-.2.1-.1.3-.2.2-.1-.1-.2-.2-.1-.3.1-.1-.2-.1-.3-.1-.1 0-.1 0-.2-.1s-.1-.1 0-.3c.1-.1 0-.3-.1-.2-.1.1 0 .2-.1.2-.1.1-.3.2-.3.1s-.1-.1.1-.2l.2-.2c0-.1-.1-.1-.2-.1s-.2 0-.2.1c-.1.2-.2 0-.2 0 0-.1-.2-.2-.1-.2h.2c0-.1-.1-.3-.2-.2-.1.1-.3 0-.3-.1.1-.1.2-.2.3-.4 0-.2.3-.1.3-.3 0-.2 0-.3.2-.2.1.2.1.2.2.1s.2 0 .3-.1c.1-.1.1-.3-.1-.3-.2-.1-.1-.2-.3-.2-.2 0-.5 0-.3-.1.1-.2.3 0 .3 0 .1-.1-.1-.2 0-.3.1-.1.3-.2.2-.2 0-.1-.2-.1-.1-.2s.3 0 .3-.1c.1-.1 0-.2 0-.3 0-.1.2 0 .2-.1.1-.1.2-.2 0-.3-.1-.1-.1-.3 0-.2.1 0 .1.2.3.1.2-.1-.1-.2-.3-.3-.1-.1-.2-.1-.1-.2.2-.1-.1-.2.1-.3.2-.1.1-.3.2-.3.2-.1 0-.2-.1-.3-.1 0-.1-.2 0-.2s.2 0 .3-.1c.1-.1-.3-.2-.1-.3.2-.1.3 0 .3-.1s-.2-.2-.2-.3c0-.1.1-.1.2-.1.2 0 .2-.1.1-.2s-.1-.1 0-.2.1-.2 0-.2c-.2 0-.2-.1.1-.3.3-.2.4-.5.2-.4-.2.1-.1-.1 0-.2s0-.2-.2-.2-.1 0-.1-.4 0-.9-.3-1.1c0 0-.2 0-.2.3s-.2 1.5-.2 1.5l-.3.5-.1 1.2-.1.2-.2 1-.5 1-.7.9-1.4.5H73.9l.2 2.6s.3.3.3.5.1.2.3.2c.1 0 .1.3.2.3s0-.2.2-.2.3.1.2.2c-.1.1-.1.3-.1.3.1 0 .3 0 .4-.2 0-.2-.1-.4.1-.4s.1.1.3-.1c.1-.1.3.1.2.2-.1.1-.2 0-.2.2s.1.3 0 .4c-.1.2.2.1.2 0 .1-.1.2-.1.2.1.1.2.2-.3.3-.1.1.2.1.5.2.5s.3-.2.3 0-.1.4.1.4.1-.1.1-.3c0-.1 0-.4.1-.4.2.1.1.2.2.3.1.1.2 0 .2-.1s-.1-.3.1-.3.2.2.1.4c-.1.1-.1.2.1.2.1 0 .3.2.3.2l-.3 1.1.1 1s.3.5.2.3l-.1-.3z"/><path class="st136" d="M69.1 18.3s-.6-.3-.7-.3c-.3-.2-.7-.7-.9-.7-.9-.6-1.3-.8-1.5-.9-.2-.1-.3-.1-.3-.2.8-.1 2.3.9 3.4 2.1z"/><path class="st137" d="M82.8 16.3c-.3-.1-.6 0-.8.1-.4.4-.1.2 0 .2.2 0-.4.5-.3.5.1 0 .5-.4.7-.5.2-.2.4-.3.4-.3z"/><path class="st138" d="M71.8 20.5c.1-.2.3-.7.5-.6 0 0 .3.4.2.6-.1.1-.1.2-.2.2s-.7.4-.5-.2z"/><path class="st138" d="M71.3 20.3c.1-.2.3-.7.5-.6 0 0 .2.5.1.6-.1.1-.2.2-.3.2-.4.1-.4-.1-.3-.2zM70.5 20.1c.2-.2.5-.4.7-.3 0 0 .2.2.1.4-.1.1-.1.2-.1.2-.4 1-1.2 0-1-.4 0 0 .1.2.2.1 0-.2.1 0 .1 0zM69.3 19.6c.1-.2.6-.2.8-.1 0 0 .1.5 0 .6-.1.1-.2-.3-.2-.3-.4.2-.7-.1-.6-.2zM72.4 20.7c.1-.2.3-.7.4-.6 0 0 .2.6.1.6l-.2.2s-.3-.1-.3-.2z"/><path class="st139" d="M73.5 21.4c.2 0 .4-.2.4-.3v-.2c-.1 0-.4.3-.4.5-.1 0 0 0 0 0z"/><path class="st140" d="M75.4 19.6c.2 0 .6-.1.7-.2.1-.1.4-.5.6-.7.3-.3.4-.7.3-.6 0 0-.1.2-.3.4-.1.1-.2.2-.2.3-.1.2-.2.3-.5.4-.1 0-.1.1-.2.2v-.2c-.3.2-.4.3-.4.4-.1 0 0 0 0 0zM74.9 19.1c.2 0 .5-.1.6-.2.1-.1.4-.5.6-.7.3-.3.4-.7.3-.6-.1 0-.2.4-.6.7-.2.1-.3.3-.4.4 0 0-.2-.1-.2 0-.3.2-.4.3-.3.4-.2 0-.1 0 0 0z"/><path class="st139" d="M74 21.7c.3 0 .4-.2.5-.4.1-.2.1-.3-.1-.3-.2.1-.5.5-.5.6 0 .1.1.1.1.1zM74.2 20.8c.2 0 .2-.1.2-.2s0-.2-.1-.2l-.3.3c.1 0 .2.1.2.1z"/><path class="st137" d="M74.8 18.9c.4-.4 1.2-1.1 1.4-1.2.2-.2-.3 0-.9.4-.4.2-.4.3-.6.5-.1.3.1.3.1.3zM75.9 20c.3-.4 1-1 1.2-1.1.2-.2 0-.2-.5.2-.2.1-.4.3-.6.5-.2.2-.1.4-.1.4zM75.3 19.5c.4-.4 1.5-1.2 1.7-1.4.2-.2-.4 0-1 .3-.4.2-.6.4-.7.6-.2.4 0 .5 0 .5z"/><path class="st141" d="M74.8 18.9c.1-.1.3-.3.5-.4.2-.2.3-.4.5-.5.2-.2.5-.3.6-.4.1 0-.2-.1-.3 0-.2 0-.5.2-.7.3-.4.2-.4.3-.5.5-.1.1-.1.2-.1.3-.1.2-.1.4 0 .4-.1-.1 0-.2 0-.2z"/><path class="st142" d="M76 19.8c0-.1.1-.2.2-.4.1-.1.2-.1.2-.2.2-.3.6-.4.6-.5.4 0-.9 1.2-1 1.1z"/><path class="st137" d="M75.3 19.5c.4-.4 1.5-1.2 1.7-1.4.2-.2-.4 0-1 .3-.4.2-.6.4-.7.6-.2.4 0 .5 0 .5z"/><path class="st143" d="M73.8 21.4c.2-.2.4-.3.6-.3.1 0-.2.4-.4.6-.1.1-.3-.2-.2-.3z"/><path class="st144" d="M74.1 22.4c0-.2 0-.5-.1-.5h-.3v-.3c0-.1-.3 0-.3.1-.1 0 0-.2-.1-.3l-.4.1v-.3c0-.1-.4 0-.4 0s0-.2-.1-.2c0-.1-.2-.1-.3 0-.1.1-.1.1-.1-.1 0-.1-.1-.3-.1-.3s-.2 0-.5.2v-.3c0-.1-.4 0-.5.1-.1.1-.1-.1-.1-.3 0-.1-.3 0-.3.1-.1 0-.1-.3-.1-.3h-.3s.1-.4 0-.4-.4 0-.4.1c-.1.1 0 .2 0 .2s.4.4.6.7c.3.3 1.7.7 2.6 1.2.3.2.8.6.9.8.3.5.8.1.8.1s-.1-.4-.5-.4z"/><path class="st143" d="M72.7 21.9c.3.2.8.6.9.8.3.5.8.1.8.1s.1-.3-.3-.3c0-.2 0-.5-.1-.5h-.3v-.3c0-.1-.3 0-.3.1-.1 0 0-.2-.1-.3-.2 0-.3.3-.4.2-.1 0-.3-.2-.4-.1-.1.1.2.1.2.1s-.2 0 0 .2z"/><path class="st145" d="M73.3 22.3l.3.3c.3.5.8.1.8.1s.1-.3-.3-.3c0-.1-.2-.2-.3-.1-.1 0 0 .2-.1.1l-.1-.2c-.2 0-.3.1-.3.1z"/><path class="st131" d="M79.2 29.9s-.2.1-.2 0c-.1-.1-.1-.1-.2-.3-.2-.4-.2-.7-.3-.9-.1-.4-.1-.7-.1-.7s-.2.7-.1 1.6v.1c-.1.1-.2-1.9-.2-1.8-.1.1-.1.1-.1.3 0 .2-.1.8-.2 1.2 0 0 .1 0 .1.1l.2-.2c.1.5.2 1 .4.8.1-.1-.1-.3-.1-.7v-.1c.2.5.4.8.6.7.2.1.2 0 .2-.1z"/><path class="st146" d="M79 30.1c-.2.1-.6-1.4-.5-1.6 0-.1.3 1.1.5 1.4.1.1 0 .2 0 .2z"/><path class="st131" d="M79.6 29.8h-.2c-.3-.3-.5-1.2-.4-1.5 0-.2.2.5.6 1.2.1.2 0 .3 0 .3z"/><path class="st131" d="M79 28.3c-.1 0-.1 0 0 0-.2.3-.1 1 0 1.2V29l.1.1v-.4c-.1-.3-.1-.4-.1-.4zM80.1 29.2s-.1.2-.2.1c-.2-.1-.2-.4-.2-.6 0-.1.1-.2.1 0 0 .1.1.1.1.2.1.2.2.3.2.3z"/><path class="st144" d="M82.8 12.9c-.2.7-.7 1.6-1.2 2.2-.4.6-1.7 1.4-1.9 1.5-.2.2.1.1.5 0 .2-.1.5-.2.6-.5 0 0 .3-.6.2-.2 0 .2.1.1.1.1s1.1-.6 1-.6c-.1 0-.3-.1-.4 0-.1 0-.1-.1.1-.2.3-.2 1.2-1 1.3-2.7 0-.3 0-.3-.1-.2 0 .1 0 .3-.2.6"/><path class="st137" d="M82.3 17.8c.5-.1 1-.5 1.2-.6.2-.1 0 .3-.2.4-.2.1-.8.3-.9.2-.1.2-.1 0-.1 0zM82.1 18.6c.4-.1 1.2-.2 1.3-.2.1-.1-.1.3-.3.3-.1 0-.8 0-1-.1zM81.3 18.6c.2-.1.4-.1.6-.2.1 0 0 .2-.1.2s-.6.1-.5 0zM80.9 18.1c.2-.1.9-.4 1-.5.2-.1 0 .2-.1.3-.1.1-1 .4-.9.2zM82.4 19.6c.3 0 .4-.2.5-.1 0 .1-.1.2-.3.2s-.3-.1-.2-.1zM82.6 17.1c.3-.2.6-.6.7-.5.1 0-.1.3-.2.4-.3.1-.5.2-.5.1zM81.3 19.1c.2 0 .4 0 .5-.1.1 0 0 .2-.2.2-.1.1-.2.1-.3-.1 0 .1 0 0 0 0zM81 19.8h.5c.1 0 .1 0 .1.1s0 .1-.1.1-.4.1-.5 0c.1-.1 0-.1 0-.2zM80.9 20.4h.7c.1 0 0 .3-.1.2-.2 0-.6-.1-.6-.2zM80.8 20.9h.4c.2 0 .2 0 .2.1s-.3.1-.4.1c-.1 0-.2-.1-.2-.2-.1 0 0 0 0 0zM79.9 20.6h-.3c-.2 0-.2 0-.2-.1s.3 0 .4 0c.1 0 .2.1.3.2 0-.1-.2-.1-.2-.1zM80.1 20.1h-.4c-.2 0-.2 0-.2-.1s.3 0 .4 0c.1-.1.2-.1.2.1 0-.1 0 0 0 0zM79.8 19.2c.1 0 .1.1.3 0h.2c-.1.1-.3.1-.4.1h-.2c.1 0 .1-.1.1-.1zM80.4 17.9c-.1 0-.1.1-.2.1-.2.1-.2.1-.2 0s.2-.2.3-.2h.2s0 .1-.1.1zM80.4 18.7h-.2c-.2 0-.3-.1-.3-.2s.5-.2.6-.2h.1c0 .1-.1.4-.2.4zM80.7 21.6h.5c.1 0 .3.1 0 .2-.1 0-.4 0-.5-.2-.1 0-.1 0 0 0zM80.5 22.3c.2 0 .5-.1.5 0s-.1.2-.2.2-.2-.1-.3-.2c-.1.1 0 0 0 0zM80.1 22.9c.2 0 .5.1.5.1.1 0 .1.1 0 .2s-.3-.1-.5-.1c.1-.1 0-.1 0-.2z"/><path class="st147" d="M84.2 14.2c.2-.4.6-1.4.6-1.6.1-.2.2-.8.1-.7-.1.1-.2.3-.3.6-.1.2-.1.4-.3.9-.1.3-.2.8-.1.8-.2.2-.1.1 0 0zM86 13.7c.2-.4.6-1.5.7-1.7.3-.5.5-1.5.4-1.4-.1.1-.4 1-.5 1.3-.1.2-.3.5-.6 1.2-.2.6-.2.7-1 1.8-.1.1 0 .3 0 .3.1.1.9-1.4 1-1.5z"/><path class="st16" d="M78.3 0c-12.7 0-23 10.3-23 23s10.3 23 23 23 23-10.3 23-23S91 0 78.3 0zm0 40.1c-9.5 0-17.1-7.7-17.1-17.1 0-9.5 7.7-17.1 17.1-17.1 9.5 0 17.1 7.7 17.1 17.1 0 9.4-7.7 17.1-17.1 17.1z"/><linearGradient id="SVGID_27_" gradientUnits="userSpaceOnUse" x1="76.076" y1="37.258" x2="76.49" y2="37.258"><stop offset="0" stop-color="#F2C51B"/><stop offset=".459" stop-color="#DEA726"/><stop offset=".865" stop-color="#CC8D2A"/></linearGradient><path class="st148" d="M76.1 35.8c.2-.1.4.2.3 1.3-.1 1.1.1 1.5.1 1.6 0 .1-.4.1-.4.1.4-.3.1-.5.1-1.6 0-1 .2-1.3-.1-1.4z"/><linearGradient id="SVGID_28_" gradientUnits="userSpaceOnUse" x1="77.819" y1="36.058" x2="78.266" y2="36.058"><stop offset="0" stop-color="#F2C51B"/><stop offset=".459" stop-color="#DEA726"/><stop offset=".865" stop-color="#CC8D2A"/></linearGradient><path class="st149" d="M77.9 34.6c.2.1.4.2.3 1.3-.1 1.1.1 1.5.1 1.6-.1.1-.4.1-.4.1.4-.3.1-.5.2-1.6s.1-1.2-.2-1.4z"/><radialGradient id="SVGID_29_" cx="76.015" cy="35.343" r=".423" gradientUnits="userSpaceOnUse"><stop offset=".215" stop-color="#F2C51B"/><stop offset=".284" stop-color="#EDBD1F"/><stop offset=".58" stop-color="#DAA227"/><stop offset=".829" stop-color="#D0922A"/><stop offset="1" stop-color="#CC8D2A"/></radialGradient><path class="st150" d="M76.3 35c.2.4 0 .9-.6.6.1.1.7 0 .6-.6z"/><linearGradient id="SVGID_30_" gradientUnits="userSpaceOnUse" x1="77.457" y1="34.274" x2="78.273" y2="34.274"><stop offset="0" stop-color="#AF6E29"/><stop offset=".429" stop-color="#A05724"/><stop offset="1" stop-color="#8D3A1E"/></linearGradient><path class="st151" d="M78.1 34.3v-.4c.3.1.3.6 0 .7-.2.1-.5.1-.6-.1 0 0 .5.1.6-.2z"/><radialGradient id="SVGID_31_" cx="77.782" cy="34.227" r=".355" gradientUnits="userSpaceOnUse"><stop offset=".215" stop-color="#F2C51B"/><stop offset=".284" stop-color="#EDBD1F"/><stop offset=".58" stop-color="#DAA227"/><stop offset=".829" stop-color="#D0922A"/><stop offset="1" stop-color="#CC8D2A"/></radialGradient><path class="st152" d="M77.9 33.9c.4.5-.3.8-.4.6v.1c.6.2.8-.2.6-.6-.1-.1-.2-.1-.2-.1z"/><linearGradient id="SVGID_32_" gradientUnits="userSpaceOnUse" x1="75.702" y1="34.7" x2="76.408" y2="34.7"><stop offset=".215" stop-color="#F2C51B"/><stop offset=".284" stop-color="#EDBD1F"/><stop offset=".58" stop-color="#DAA227"/><stop offset=".829" stop-color="#D0922A"/><stop offset="1" stop-color="#CC8D2A"/></linearGradient><path class="st153" d="M76.4 34.4v.1c0 .1 0 .3-.2.4-.2.1-.5 0-.5.2 0-.2.1-.2.3-.2.2-.1.3-.2.4-.5z"/><linearGradient id="SVGID_33_" gradientUnits="userSpaceOnUse" x1="75.771" y1="34.206" x2="76.479" y2="34.206"><stop offset=".215" stop-color="#F2C51B"/><stop offset=".284" stop-color="#EDBD1F"/><stop offset=".58" stop-color="#DAA227"/><stop offset=".829" stop-color="#D0922A"/><stop offset="1" stop-color="#CC8D2A"/></linearGradient><path class="st154" d="M76.5 33.8v.1c0 .1 0 .3-.2.4-.2.1-.3.1-.4.1-.1 0-.1.1-.1.1 0-.2 0-.2.3-.3.2 0 .3 0 .4-.4z"/><linearGradient id="SVGID_34_" gradientUnits="userSpaceOnUse" x1="112.571" y1="31.39" x2="113.224" y2="31.39" gradientTransform="rotate(-14.703 103.944 168.624)"><stop offset=".215" stop-color="#F2C51B"/><stop offset=".284" stop-color="#EDBD1F"/><stop offset=".58" stop-color="#DAA227"/><stop offset=".829" stop-color="#D0922A"/><stop offset="1" stop-color="#CC8D2A"/></linearGradient><path class="st155" d="M78 33.2l.1.1c0 .1.1.3-.1.4-.1.1-.2.1-.3.2-.1 0-.1.1-.1.1 0-.1-.1-.1.2-.3.1-.1.2-.1.2-.5z"/><linearGradient id="SVGID_35_" gradientUnits="userSpaceOnUse" x1="128.15" y1="31.77" x2="128.81" y2="31.77" gradientTransform="rotate(-21.647 106.435 165.173)"><stop offset=".215" stop-color="#F2C51B"/><stop offset=".284" stop-color="#EDBD1F"/><stop offset=".58" stop-color="#DAA227"/><stop offset=".829" stop-color="#D0922A"/><stop offset="1" stop-color="#CC8D2A"/></linearGradient><path class="st156" d="M77.9 32.6l.1.1c.1.1.1.3 0 .4-.1.1-.1.2-.3.3-.1 0-.1.1-.1.1 0-.1 0-.2.2-.4.1 0 .1-.3.1-.5z"/><linearGradient id="SVGID_36_" gradientUnits="userSpaceOnUse" x1="128.301" y1="31.249" x2="128.873" y2="31.249" gradientTransform="rotate(-21.647 106.435 165.173)"><stop offset=".215" stop-color="#F2C51B"/><stop offset=".284" stop-color="#EDBD1F"/><stop offset=".58" stop-color="#DAA227"/><stop offset=".829" stop-color="#D0922A"/><stop offset="1" stop-color="#CC8D2A"/></linearGradient><path class="st157" d="M77.7 32l.1.1c.1.1.1.3 0 .4l-.2.2c0 .1-.1.2-.1.2 0-.1 0-.2.1-.3.2-.1.2-.3.1-.6z"/><linearGradient id="SVGID_37_" gradientUnits="userSpaceOnUse" x1="128.435" y1="30.807" x2="128.885" y2="30.807" gradientTransform="rotate(-21.647 106.435 165.173)"><stop offset=".215" stop-color="#F2C51B"/><stop offset=".284" stop-color="#EDBD1F"/><stop offset=".58" stop-color="#DAA227"/><stop offset=".829" stop-color="#D0922A"/><stop offset="1" stop-color="#CC8D2A"/></linearGradient><path class="st158" d="M77.6 31.7l.1.1c0 .1.1.3 0 .4-.1.1 0 .1-.1.2l-.1.1c0-.1 0-.2.1-.3 0-.1.1-.3 0-.5z"/><linearGradient id="SVGID_38_" gradientUnits="userSpaceOnUse" x1="128.495" y1="30.471" x2="128.87" y2="30.471" gradientTransform="rotate(-21.647 106.435 165.173)"><stop offset=".215" stop-color="#F2C51B"/><stop offset=".284" stop-color="#EDBD1F"/><stop offset=".58" stop-color="#DAA227"/><stop offset=".829" stop-color="#D0922A"/><stop offset="1" stop-color="#CC8D2A"/></linearGradient><path class="st159" d="M77.5 31.5c.1.1.1.2 0 .3-.1.1 0 .1-.1.1l-.1.1s0-.1.1-.2c.1 0 .1-.2.1-.3z"/><linearGradient id="SVGID_39_" gradientUnits="userSpaceOnUse" x1="75.866" y1="33.677" x2="76.723" y2="33.677"><stop offset="0" stop-color="#AF6E29"/><stop offset=".429" stop-color="#A05724"/><stop offset="1" stop-color="#8D3A1E"/></linearGradient><path class="st160" d="M75.9 34.1s0-.1.2-.2c.1-.1.5-.1.6-.3.1-.2.1-.2.1-.4 0 0 .1.2 0 .4-.1.1-.2.1-.4.2s-.5.2-.5.3z"/><linearGradient id="SVGID_40_" gradientUnits="userSpaceOnUse" x1="75.865" y1="33.677" x2="76.691" y2="33.677"><stop offset=".215" stop-color="#F2C51B"/><stop offset=".284" stop-color="#EDBD1F"/><stop offset=".58" stop-color="#DAA227"/><stop offset=".829" stop-color="#D0922A"/><stop offset="1" stop-color="#CC8D2A"/></linearGradient><path class="st161" d="M76.7 33.3c0 .2 0 .4-.2.4-.2.1-.4.1-.5.2-.1 0-.1.1-.1.1 0-.2.1-.3.5-.4.1.1.2 0 .3-.3z"/><linearGradient id="SVGID_41_" gradientUnits="userSpaceOnUse" x1="77.527" y1="32.524" x2="77.891" y2="32.524"><stop offset="0" stop-color="#AF6E29"/><stop offset=".429" stop-color="#A05724"/><stop offset="1" stop-color="#8D3A1E"/></linearGradient><path class="st162" d="M77.7 32.1s0-.1 0 0c.1 0 .2.2.2.4 0 .3-.3.5-.3.5l-.1.1s.1-.1.1-.2c.1-.1.2-.3.2-.5s-.1-.3-.1-.3z"/><linearGradient id="SVGID_42_" gradientUnits="userSpaceOnUse" x1="77.457" y1="32.092" x2="77.739" y2="32.092"><stop offset="0" stop-color="#AF6E29"/><stop offset=".429" stop-color="#A05724"/><stop offset="1" stop-color="#8D3A1E"/></linearGradient><path class="st163" d="M77.6 31.7c.1 0 .2.2.1.4-.1.3-.2.4-.3.4 0 0 .1-.1.1-.2s.2-.2.1-.4c.1-.1 0-.2 0-.2z"/><linearGradient id="SVGID_43_" gradientUnits="userSpaceOnUse" x1="76.08" y1="33.193" x2="76.885" y2="33.193"><stop offset=".215" stop-color="#F2C51B"/><stop offset=".284" stop-color="#EDBD1F"/><stop offset=".58" stop-color="#DAA227"/><stop offset=".829" stop-color="#D0922A"/><stop offset="1" stop-color="#CC8D2A"/></linearGradient><path class="st164" d="M76.9 32.8c0 .2 0 .4-.2.5-.2.1-.4.1-.5.2-.1 0-.1.1-.1.1 0-.2.1-.3.4-.4.2 0 .3-.1.4-.4z"/><linearGradient id="SVGID_44_" gradientUnits="userSpaceOnUse" x1="76.28" y1="32.701" x2="77.045" y2="32.701"><stop offset=".215" stop-color="#F2C51B"/><stop offset=".284" stop-color="#EDBD1F"/><stop offset=".58" stop-color="#DAA227"/><stop offset=".829" stop-color="#D0922A"/><stop offset="1" stop-color="#CC8D2A"/></linearGradient><path class="st165" d="M77 32.3s0 .1 0 0c0 .2 0 .4-.2.5-.1.1-.4.1-.5.2-.1 0-.1.1-.1.1.1-.2.1-.2.4-.3.2-.1.4-.2.4-.5z"/><linearGradient id="SVGID_45_" gradientUnits="userSpaceOnUse" x1="76.081" y1="33.21" x2="76.911" y2="33.21"><stop offset="0" stop-color="#AF6E29"/><stop offset=".429" stop-color="#A05724"/><stop offset="1" stop-color="#8D3A1E"/></linearGradient><path class="st166" d="M76.9 32.8v.3c-.1.1-.2.2-.4.3-.2.1-.4.1-.4.2 0 0 0-.1.2-.2.1-.1.5-.1.6-.3v-.3z"/><linearGradient id="SVGID_46_" gradientUnits="userSpaceOnUse" x1="76.28" y1="32.704" x2="77.061" y2="32.704"><stop offset="0" stop-color="#AF6E29"/><stop offset=".429" stop-color="#A05724"/><stop offset="1" stop-color="#8D3A1E"/></linearGradient><path class="st167" d="M77.1 32.3s.1.3-.1.4c-.1.2-.4.2-.5.2-.1 0-.2.1-.2.1s.1-.1.2-.1c.2-.1.4-.1.5-.2 0-.1.1-.3.1-.4z"/><linearGradient id="SVGID_47_" gradientUnits="userSpaceOnUse" x1="76.438" y1="32.3" x2="77.128" y2="32.3"><stop offset=".215" stop-color="#F2C51B"/><stop offset=".284" stop-color="#EDBD1F"/><stop offset=".58" stop-color="#DAA227"/><stop offset=".829" stop-color="#D0922A"/><stop offset="1" stop-color="#CC8D2A"/></linearGradient><path class="st168" d="M77.1 32c0 .2 0 .4-.2.4-.1.1-.2.1-.3.1-.1 0-.2.1-.2.1 0-.2 0-.1.3-.2.2-.1.4-.1.4-.4z"/><linearGradient id="SVGID_48_" gradientUnits="userSpaceOnUse" x1="76.57" y1="31.981" x2="77.213" y2="31.981"><stop offset=".215" stop-color="#F2C51B"/><stop offset=".284" stop-color="#EDBD1F"/><stop offset=".58" stop-color="#DAA227"/><stop offset=".829" stop-color="#D0922A"/><stop offset="1" stop-color="#CC8D2A"/></linearGradient><path class="st169" d="M77.2 31.7s0 .1 0 0c0 .1 0 .3-.2.3-.1.1-.1 0-.2.1-.1 0-.2.1-.2.1 0-.1 0-.1.3-.2.1 0 .2-.1.3-.3z"/><linearGradient id="SVGID_49_" gradientUnits="userSpaceOnUse" x1="76.737" y1="31.63" x2="77.347" y2="31.63"><stop offset=".215" stop-color="#F2C51B"/><stop offset=".284" stop-color="#EDBD1F"/><stop offset=".58" stop-color="#DAA227"/><stop offset=".829" stop-color="#D0922A"/><stop offset="1" stop-color="#CC8D2A"/></linearGradient><path class="st170" d="M77.3 31.4c0-.1 0 .2-.2.3l-.2.1c-.1 0-.2.1-.2.1h-.1c.1-.1.2-.2.3-.2.2 0 .3-.1.4-.3z"/><linearGradient id="SVGID_50_" gradientUnits="userSpaceOnUse" x1="76.432" y1="32.315" x2="77.154" y2="32.315"><stop offset="0" stop-color="#AF6E29"/><stop offset=".429" stop-color="#A05724"/><stop offset="1" stop-color="#8D3A1E"/></linearGradient><path class="st171" d="M77.1 32v.3c-.1.2-.2.2-.3.2-.2 0-.3 0-.4.1 0 0 0-.1.1-.1.1-.1.4 0 .5-.2.1-.1.1-.2.1-.3z"/><linearGradient id="SVGID_51_" gradientUnits="userSpaceOnUse" x1="76.574" y1="31.946" x2="77.242" y2="31.946"><stop offset="0" stop-color="#AF6E29"/><stop offset=".429" stop-color="#A05724"/><stop offset="1" stop-color="#8D3A1E"/></linearGradient><path class="st172" d="M77.2 31.7s0-.1 0 0c.1 0 .1.2 0 .3-.1.1-.2.2-.4.2h-.2l.1-.1c.1 0 .3 0 .4-.1.1-.1.1-.3.1-.3z"/><linearGradient id="SVGID_52_" gradientUnits="userSpaceOnUse" x1="76.74" y1="31.608" x2="77.359" y2="31.608"><stop offset="0" stop-color="#AF6E29"/><stop offset=".429" stop-color="#A05724"/><stop offset="1" stop-color="#8D3A1E"/></linearGradient><path class="st173" d="M77.4 31.3s0 .2-.1.4c-.1.1-.3.1-.4.1h-.1s.1-.1.2-.1.3-.1.3-.2l.1-.2z"/><linearGradient id="SVGID_53_" gradientUnits="userSpaceOnUse" x1="77.362" y1="31.769" x2="77.611" y2="31.769"><stop offset="0" stop-color="#AF6E29"/><stop offset=".429" stop-color="#A05724"/><stop offset="1" stop-color="#8D3A1E"/></linearGradient><path class="st174" d="M77.6 31.5s.1.2 0 .4-.2.2-.2.2.1-.1.1-.2c0 0 .1-.2.1-.4z"/><path class="st48" d="M75.5 31.1c.2 0 .5.1.5.1s0 .2.2.3c.2.1.2 0 .4.2 0 .1.1.1.1.1s-.1 0-.1.1c0 0-.3-.1-.4-.3-.1-.2-.3-.1-.5-.3 0-.1-.2-.2-.2-.2"/><linearGradient id="SVGID_54_" gradientUnits="userSpaceOnUse" x1="77.383" y1="31.078" x2="77.656" y2="31.078"><stop offset=".215" stop-color="#F2C51B"/><stop offset=".284" stop-color="#EDBD1F"/><stop offset=".58" stop-color="#DAA227"/><stop offset=".829" stop-color="#D0922A"/><stop offset="1" stop-color="#CC8D2A"/></linearGradient><path class="st175" d="M77.4 31.3c.2 0 .3-.2.3-.2v-.3c0 .4-.2.4-.2.3-.1.1-.1.2-.1.2z"/><linearGradient id="SVGID_55_" gradientUnits="userSpaceOnUse" x1="72.537" y1="33.624" x2="73.787" y2="35.089"><stop offset="0" stop-color="#3B1219"/><stop offset=".267" stop-color="#411216"/><stop offset=".646" stop-color="#461213"/><stop offset="1" stop-color="#481212"/></linearGradient><path class="st176" d="M75.3 33.4c-.9.4-2.4 1.2-2.9 1.4-.7.3-1.1.3-1.6.2 0 0 .5.2.9.1.3-.1 1.4-.4 1.8-.6.3-.3 1.6-1 1.8-1.1z"/><linearGradient id="SVGID_56_" gradientUnits="userSpaceOnUse" x1="74.134" y1="34.091" x2="74.944" y2="35.04"><stop offset="0" stop-color="#3B1219"/><stop offset=".267" stop-color="#411216"/><stop offset=".646" stop-color="#461213"/><stop offset="1" stop-color="#481212"/></linearGradient><path class="st177" d="M75.8 34c-.1.1-.3.1-.5.2-.4.2-1.3.8-1.6.9-.3.1-.8 0-.8 0 .5.1.9-.1 1.5-.4.5-.3.5-.5 1.4-.8.1 0 0 .1 0 .1z"/><path class="st120" d="M80.5 31.3c.3.1.7.2.7.2s0-.2.1-.4c0 0-.5-.1-.7-.1 0 0-.2.1-.1.3z"/><path class="st178" d="M81.2 31.5c.3.1.8.3.8.3s.1-.2.3-.2c0 0-.2-.2-1-.4 0 0-.2.1-.1.3zM79.4 31.1c.3.1 1 .3 1 .3s0-.2.1-.3c0 0-.7-.1-1.1-.1.1-.1 0-.1 0 .1z"/><path class="st120" d="M82 31.9c.3.2.8.3.8.3l.2-.2s-.6-.4-.8-.4c.1 0-.1.1-.2.3z"/><path d="M76.5 30.9c.1.2.4.2.4.2s-.1.1-.3 0c-.1-.1-.1-.1-.1-.2z"/><g><path class="st179" d="M79.6 9h-1.2l.9-.6-.3-1 .9.6.8-.7.1.1-.3 1 .7.6h-1l-.3 1h-.1l-.2-1zM76.4 9h-1.1l.9-.6-.3-1 .8.6.8-.7.1.1-.3 1 .7.6h.1-1l-.3 1h-.2l-.2-1zM75.4 12.1h-1l-.1-.1.9-.6-.3-1 .8.6.8-.7.1.1-.3 1 .7.6.1.1h-1l-.3 1-.2-.1-.2-.9zM78 14h-1l-.1-.1.9-.6-.3-1 .8.6.8-.7.1.1-.3 1 .8.6.1.1h-1l-.3 1-.1-.1-.4-.9zM80.5 12.1h-1l-.1-.1.9-.6-.3-1 .8.6.8-.7.1.1-.3 1 .8.6.1.1h-1l-.3 1-.2-.1-.3-.9z"/><linearGradient id="SVGID_57_" gradientUnits="userSpaceOnUse" x1="76.635" y1="7.503" x2="76.635" y2="14.933"><stop offset="0" stop-color="#D6BF49"/><stop offset=".388" stop-color="#DCC44A"/><stop offset="1" stop-color="#E0C84B"/></linearGradient><path class="st180" d="M76.3 9h-1l.8-.6-.3-1 .8.6.8-.6-.3 1 .9.6h-1l-.3 1-.4-1z"/><g><linearGradient id="SVGID_58_" gradientUnits="userSpaceOnUse" x1="75.644" y1="7.503" x2="75.644" y2="14.933"><stop offset="0" stop-color="#D6BF49"/><stop offset=".388" stop-color="#DCC44A"/><stop offset="1" stop-color="#E0C84B"/></linearGradient><path class="st181" d="M75.3 12h-1l.8-.6-.3-1 .8.6.8-.6-.3 1 .9.6h-1l-.3 1-.4-1z"/></g><g><linearGradient id="SVGID_59_" gradientUnits="userSpaceOnUse" x1="80.778" y1="7.503" x2="80.778" y2="14.933"><stop offset="0" stop-color="#D6BF49"/><stop offset=".388" stop-color="#DCC44A"/><stop offset="1" stop-color="#E0C84B"/></linearGradient><path class="st182" d="M80.5 12h-1l.8-.6-.3-1 .8.6.8-.6-.3 1 .9.6h-1l-.3 1-.4-1z"/></g><g><linearGradient id="SVGID_60_" gradientUnits="userSpaceOnUse" x1="78.211" y1="7.503" x2="78.211" y2="14.933"><stop offset="0" stop-color="#D6BF49"/><stop offset=".388" stop-color="#DCC44A"/><stop offset="1" stop-color="#E0C84B"/></linearGradient><path class="st183" d="M77.9 13.9h-1l.8-.6-.3-1 .8.6.8-.6-.3 1 .9.6h-1l-.3 1-.4-1z"/></g><g><linearGradient id="SVGID_61_" gradientUnits="userSpaceOnUse" x1="79.797" y1="7.503" x2="79.797" y2="14.933"><stop offset="0" stop-color="#D6BF49"/><stop offset=".388" stop-color="#DCC44A"/><stop offset="1" stop-color="#E0C84B"/></linearGradient><path class="st184" d="M79.5 9h-1l.8-.6-.3-1 .8.6.8-.6-.3 1 .9.6h-1l-.3 1-.4-1z"/></g></g><path class="st185" d="M83.3 13.8c-.2.4-.4.7-.9.9 0 0-.4.5-.7.7 0 0 .5-.1.6-.1.1 0 .1.3.1.3.2-.2.5-.6.6-.8.3-.8.3-1 .3-1z"/><path class="st133" d="M86.4 19c.3 0 .6-.2 1.1-.5.4-.3.7-.4.9-.5.2-.1.2-.1.3-.2.1-.1-.3 0-.5.2s-.2.2-.6.3c-.3.1-.7 0-.9.2-.2.3-.6.5-.3.5zM84.7 18.8c.3 0 .8 0 .3-.2s-.6.1-.5.1l.2.1zM82.2 20.4c.3.3.8.4.9.4s.1-.1-.2-.2c-.3-.1-.6-.3-.7-.2zM81.7 20.9c.3.3.8.4.9.4.1 0 .1-.1-.2-.2-.2-.2-.6-.3-.7-.2zM83.6 22.8c.3.3.8.4.9.4.1 0 .1-.1-.2-.2-.2-.2-.6-.3-.7-.2zM82.7 23.6c.3.3.9.5 1.1.5.1 0 .1-.1-.2-.2-.3 0-.7-.2-.9-.3zM85.4 22c.3.3.7.2.9.2.1 0 .1-.1-.2-.2-.2-.1-.6-.1-.7 0zM81.7 21.2c.3.3.8.5.9.5.1 0-.1-.1-.3-.3-.2-.1-.5-.2-.6-.2zM84.2 20.1c-.2-.1-.4 0-.7-.2-.3-.1-.4-.2-.5 0 0 .1.1.3.3.2h.9z"/><path class="st134" d="M83.9 18.4c.7 0 1.1-.2 1.4-.4.3-.2.7-.6 1-.9.2-.3-.5.2-1 .4-.2.1-.2 0-.4.1-1.1.5-1.3.7-1 .8zM83.8 17.4c.2.2 1.3-.5 1.5-1 .2-.4-.5.1-.9.4 0 0-.1 0-.1.1-.2.2-.6.4-.5.5z"/><path class="st133" d="M81.8 22c.1.1.3.2.6.3.3.1.6.3.6.2 0-.1-.3-.4-.5-.4-.3 0-.4-.2-.6-.2-.2-.1-.2 0-.1.1zM82.4 23c.1.1.3.2.6.3.3.1.7.2.7.2 0-.1-.4-.3-.7-.3-.3 0-.5-.2-.7-.3l.1.1zM84.1 21.7c.2.1.4.3.7.3h.7c.1 0 1.2.1-.6-.3-.3-.1-.7 0-.8 0-.2-.1-.2-.1 0 0z"/><path class="st134" d="M85 15.2c-.3.3.1-1.1.1-1.2 0-.1-.4 1.3-.8 1.9-.5.7-.6 1-.5.9.1.1.7-.7 1.2-1.6.1-.1.1 0 0 0z"/><path class="st133" d="M86.4 16c-.3.5-.7.9-1 1.1-.2.1.2 0 .6-.1.2-.2.5-.9.4-1zM85.6 14.8c-.3.4-.4.7-.5.8-.1.2.3 0 .5-.3.1-.2.1-.7 0-.5z"/><path class="st55" d="M80.3 26.3s.4.5.5.6c.1.1.5.4.5.4H81s-.3-.1-.3-.2-.4-.2-.4-.4c0-.3-.3-.7-.3-.7l.3.3z"/><path class="st146" d="M79.5 29.8c-.2.1-.4-.5-.3-.7 0-.1.1.3.3.6.1.1 0 .1 0 .1zM78.4 30.1c-.2.1-.3-.6-.3-.9 0-.1.1.2.1.1s0 .2.1.3c.1.2.2.5.1.5z"/><path class="st133" d="M79.9 19.2c-.2 0-.3 0-.3.2s-.1.3 0 .3.2 0 .3-.1c.1-.1-.2-.1-.1-.2s.2 0 .2-.1-.1-.1-.1-.1z"/><path class="st132" d="M79 23c-.3 0-.2.1-.1.2 0 .1.1.3.1.2.1-.1.1 0 .2-.1 0-.2-.2-.3-.2-.3"/><path class="st55" d="M79.3 22.2c-.3 0-.2.1-.1.2 0 .1.1.3.1.2.1-.1.1 0 .2-.1 0-.2-.2-.3-.2-.3M80.1 20.3c-.3 0-.1.1 0 .2 0 .1.1.3.1.2.1-.1.1 0 .2-.1s0-.1 0-.1l-.3-.2z"/><path class="st146" d="M75.6 23c-.3 0-.2.1-.1.2 0 .1.2.1.3 0 0 0-.1-.2-.2-.2M74.8 23.8c-.2.2-.1.2 0 .3.1.1.3 0 .2-.1 0-.2-.2-.3-.2-.2z"/><path class="st186" d="M76.2 25.3c-.3 0-.2.1-.1.2 0 .1.2.1.3 0 0-.1-.2-.2-.2-.2M76.1 24.7c-.3 0-.3.1-.3.2s.4.1.5 0c0-.1-.1-.2-.2-.2"/><path class="st186" d="M75.8 24.7c-.3 0-.4.1-.4.2s.2.1.3 0c.1-.1.2-.2.1-.2M75.5 26.2c-.3 0-.2.1-.1.2 0 .1.3.2.3.1.1-.1-.1-.1-.1-.1l-.1-.2zM76.3 26.3c-.3 0-.2.1-.1.2 0 .1.1.1.2 0 0-.1-.1-.2-.1-.2zM80.9 27.5c-.3 0-.2.1-.1.2 0 .1.1.1.2 0 0-.1-.1-.2-.1-.2zM79.4 28.3c-.3 0-.2.1-.1.2 0 .1.1.1.2 0 0-.2-.1-.2-.1-.2zM77.8 24.4c-.3 0-.2.1-.1.2 0 .1.2 0 .3-.1 0 0-.1 0-.2-.1zM77.2 24.3c-.3 0-.2.1-.1.2 0 .1.1.1.2 0 0-.1-.1-.2-.1-.2zM79.7 26.2c.1 0 .2-.1.2-.2-.1 0-.1-.1-.1 0-.1 0-.1.2-.1.2zM78 25.2h-.2v.1c-.3 0-.2.1-.1.2 0 .1.2.1.3 0v-.1h.1s0-.1-.1-.2z"/><path class="st134" d="M75 25.9h-.2v.1c-.3 0-.2.1-.1.2 0 .1.2.1.3 0v-.1h.1c.1-.1.1-.2-.1-.2z"/><path class="st186" d="M80.1 27.1h-.2v.1c0 .2-.1.2-.1.3 0 .1.2.1.2 0v-.1h.1c.1-.1.1-.2 0-.3zM78.9 26.9c.1 0 .3-.1.3-.1v-.1c.3 0 .1-.1.1-.2s-.1-.2-.1-.1c0 0-.2.2-.1.2 0 0-.1 0-.1.1-.1.1-.2.2-.1.2z"/><path class="st131" d="M79 28.2c0 .1.1.1.1.1.1.1.1-.1.2-.1 0-.1.1-.2 0-.1 0 0-.2 0-.2.1H79c.1-.1 0-.1 0 0z"/><path class="st186" d="M77.8 25.8c0-.1-.1-.1-.2 0v.1c-.2 0-.1.1-.1.2s.1.1.2 0V26c0-.2.1-.2.1-.2zM78.4 24.8c0-.1-.1-.1-.2 0v.1c-.2 0-.1.1-.1.2s.1.1.2 0V25c.2 0 .1-.1.1-.2zM75.1 24.2v.2c.3.1.2-.1.4-.2.2 0 .2-.1.1-.2 0-.1-.2-.2-.3-.1v.1s-.2-.1-.2 0v.2z"/><path class="st146" d="M75.6 24.2c-.4 0-.2.1-.2.2s.3.2.4.1c.1-.1-.1-.3-.2-.3zM74.9 24.4c-.3 0-.2.1-.1.2 0 .1.2.1.3 0 0-.1-.1-.2-.2-.2M75.4 25.3c-.3 0-.2.1-.1.2 0 .1.2.1.3 0 0 0-.2-.1-.2-.2M79.5 27.6c-.3 0-.2.1-.1.2 0 .1.2.1.3 0 0-.1-.1-.2-.2-.2M78.6 28.2c-.1 0-.1.1-.1.2s.1.1.1 0c.1-.1 0-.2 0-.2z"/><path class="st131" d="M78.7 27.7c-.1 0-.1.1-.1.2s.1.1.1 0c.1-.1.1-.2 0-.2zM79.6 27.5c-.1 0-.1.1-.1.2s.1.1.1 0c.1-.1 0-.2 0-.2z"/><path class="st146" d="M78.7 28c0 .1.1.1.2.1s.2-.2 0-.3l-.2.2zM79 28c.2.2.3.1.3 0s0-.2-.1-.2c-.1.2-.2.1-.2.2zM79.3 28.2c.2.2.3.1.3 0s0-.2-.1-.2c-.1.2-.2.2-.2.2zM76 23.6c-.3 0-.2.1-.1.2 0 .1 0 .1.1.1s.1.1.1 0c.1-.2-.1-.3-.1-.3"/><path class="st131" d="M85.9 18.3c-.2.1-.6.1-.4.2h.5c.5-.2.3-.3.3-.3l-.4.1zM84.8 18c-.3 0-.6.2-.6.3 0 .1.4 0 .5-.1.1 0 .1 0 .2-.1.5-.2.4-.4.4-.4l-.5.3z"/><path class="st146" d="M78.3 21.4c-.3 0-.2.1-.1.2 0 .1.1.3.1.2.1-.1.1 0 .2-.1 0-.2-.1-.3-.2-.3M77.7 22.7c-.3 0-.1.1-.1.2-.2.2.1.3.1.2.1-.1.1 0 .2-.1 0-.1-.2-.2-.2-.3M75.1 23.2c-.3 0-.1.1-.1.2-.2.2.1.3.1.2.1-.1.1 0 .2-.1 0-.1-.1-.3-.2-.3M76.9 25.2c-.3 0-.1.1-.1.2-.2.2.1.3.1.2.1-.1.1 0 .2-.1 0-.2-.2-.3-.2-.3zM76.5 23.4c-.3 0-.1.1-.1.1 0 .1 0 .1.1.1s.1.2.2 0c.1.1-.2-.1-.2-.2"/><path class="st143" d="M79.1 18.8s.2-.2.2-.3c0-.1-.2-.1-.3-.1-.1-.1-.1 0 0-.2 0 0 .2-.1.3-.1.1-.1-.2-.5-.2-.5.1-.1.3.1.3-.6 0-.3.1-1.3 0-1.7-.1 0-.1 0-.2.3-.2.2-.5 1.5-.5 2.2-.1.7-.4 1.9-.5 2-.2.6-.7 1.5-.7 1.5-.3.5-1.1.9-1.4 1.3-.1.1-.2.1-.2.1s-1.3 0-1.7.1c-.1 0 .2.9.6.8 0 0 .2-.2.1-.3-.3-.2-.1-.2-.1-.2.3 0 .2.4.3.4.2 0 .2-.2.2-.2s.1.2.2 0c.1-.1.3.3.4.3 0 0 .2 0 .2-.1-.3-.5-.2-.4-.2-.4s.4.1.5 0c0 0-.1-.3-.1-.4.1-.1.5.5.7.5.1 0-.1-.4.1-.4.4.1.2-.3.2-.3.1 0 .3.1.4 0 .1-.1.1-.3.1-.3h.3s.1-.2.1-.4c0-.5.4-.1.5-.2.1 0 .1-.3.1-.3s-.1-.2.1-.3c.1 0-.3-.3-.2-.4.1 0 .1 0 .2-.2s0-.3 0-.3c0-.1-.1-.1-.1-.1v-.2s.3-.1.4-.2c0 0-.2-.3-.1-.3.1-.1.3-.2.4-.2-.1 0-.1-.2-.4-.3z"/><path class="st187" d="M86.6 15.4c.3-.3.5-.6.8-.8.3-.3.7-.9.6-.9-.2.1-.7.6-.9.8-.1.2-.3.3-.4.5-.1.2-.3.5-.1.4z"/><path class="st133" d="M79.1 22.3c-.1.1-.2.1-.1.2s.2.1.3.1c.2-.1.2-.2 0-.2s-.1-.1-.2-.1z"/><path class="st134" d="M82 20c-.1 0-.1.1-.1.1 0 .1.1.1.3.1.1 0 .2-.1 0-.1-.1-.1 0-.2-.2-.1zM78.7 24c-.1 0-.2.1-.1.1.1.1.2.1.4.1s.3-.1 0-.1-.2-.1-.3-.1zM74.4 25.6h-.2c0 .1 0 .2.1.3.1.1.2.1.1-.1-.1-.1.1-.1 0-.2zM77.2 27.2c-.1 0-.2.1-.2.1 0 .1-.1.2 0 .3.1.1.2 0 .2-.2.2-.2.2-.2 0-.2zM76.7 27.2c-.1.1-.1.1 0 .2.1 0 .1 0 .2-.1s.1-.2-.1-.1h-.1zM77.9 27.8c-.1-.2 0-.1-.1-.2s-.1 0-.2 0v.1h-.1c-.1.1-.1.1-.1.2.1.1.1.1.2 0h.1c.1.1.3.1.2-.1z"/><path class="st188" d="M79 18.5c.1-.3.1-.2.3-.1.1 0 0 .1-.1.1-.2 0-.2.1-.2 0zM79.3 17.6c-.3 0-.2.1-.1.2 0 .1.1 0 .2.1.1 0 .1 0 .1-.1s-.2-.2-.2-.2M77.3 23.1c-.1 0-.4-.2-.2-.3.1 0 .2-.3.4-.3s.1-.2.1-.2c.1 0 .3.1.3.2s-.1 0-.2 0 0 .1 0 .2-.3-.1-.3 0c-.1.2 0 .4-.1.4z"/><path class="st146" d="M75.2 24.4c-.1 0-.4-.2-.2-.3.1 0 .2-.3.4-.3s.1-.2.1-.2c.1 0 .3.1.3.2s-.1 0-.2 0 0 .1 0 .2-.3-.1-.3 0c-.1.2 0 .4-.1.4z"/><path class="st186" d="M76.4 25.9c.2 0 .1-.2.1-.2.1 0 .2-.2.2-.1s0 .2-.1.2 0 .1 0 .2-.2-.1-.3 0c-.1.3 0-.1.1-.1zM78.4 25.3c.2 0 .1-.2.1-.2.1 0 .1-.2.2-.1 0 .1.1.2 0 .3-.1.1 0 0 0 .1s-.3 0-.3.1c-.1.1-.1-.2 0-.2zM76.4 26.6c.2 0 .1-.2.1-.2.1 0 .2-.2.2-.1s.1.2 0 .3c-.1.1 0 .1 0 .2s-.2-.1-.3.1c-.1.1-.2-.3 0-.3zM77 24.9c-.2.1.1.1-.2.3-.1.1 0 .2-.1.2s-.3-.2-.2-.3c.1-.1.3-.1.3-.2-.1 0-.1-.1 0-.2 0 0 .4 0 .2.2zM80.6 27.3c-.2.1.1.3-.2.3-.1 0-.1.2-.2.2s-.1-.2 0-.3c.1-.1.3-.1.3-.2-.1 0-.1-.1 0-.2-.1 0 .3.1.1.2zM77.6 24.9c-.1-.1-.3 0-.3.1s0 .2-.1.2-.2 0-.1.2c0 0 0 .1.1.1-.2 0-.2.1-.1.2 0 0 .3.1.3 0v-.2c-.1-.3.2-.1.1-.3-.1-.3.2-.3.1-.3zM78.9 26.5c-.1-.1-.3 0-.3.1s.1.2.1.2c-.1 0-.3 0-.3.2 0 0 0 .1.1.1-.2 0-.2.1-.1.2h.1s.2-.1.2-.2c-.1-.3.3-.1.2-.4-.1-.2 0-.2 0-.2zM77.5 26.2c0-.1-.2-.1-.3-.1 0-.1-.1-.2-.1-.2-.1 0-.2.1-.1.2l.2.1c0 .1 0 .1-.1.1-.2 0-.2.2-.1.3 0 .1.2.1.2 0v-.1c.1.1.3 0 .2-.1 0 0 0-.1-.1-.1.1.2.2 0 .2-.1zM78.2 26.3c-.1.1-.2 0-.3 0 0 .1-.1.2-.1.2-.1 0-.2-.1-.2-.2l.2-.2.2-.1c0-.1 0-.2-.1-.2-.1-.1.1-.1.1-.2 0 0-.1-.1 0-.1s.2 0 .2.1c-.1.1 0 .2 0 .2.1 0 .1.2 0 .2h-.1c.1.1.2.2.1.3zM75.3 26.1c-.1 0-.2-.1-.1-.2s.1-.4.3-.4c.2 0 .2-.1.3-.1.1 0 .3.1.3.2s-.1 0-.2 0 0 .1 0 .2-.3-.1-.3 0c-.3.1-.2.3-.3.3zM78.6 26.4c-.1.1-.2 0-.2-.1.1-.1 0-.4.1-.4s.1-.2.2-.2h.3c0 .1-.1 0-.2.1-.1 0 0 .1 0 .2s-.2 0-.3.1c.1.1.2.2.1.3zM75.3 24.9l-.2-.1c0 .1-.2.2-.1.3.1.1-.4.1-.4.2s-.1.2.1.2c.1 0 .2 0 .2-.1s.2 0 .3 0c.1 0-.1-.2 0-.3 0 .1.2.1.3 0-.1 0-.2-.2-.2-.2zM80.3 26.5l-.2-.1c0 .1-.3.1-.2.2.1.1-.3.2-.3.2 0 .1 0 .1.1.2.2.1.2 0 .2-.1s.1-.1.2-.1 0-.2.1-.2h.2l-.1-.1z"/><path class="st146" d="M75.5 24.3c0-.1-.3-.1-.3 0s-.1.1 0 .2-.3.3-.3.3c0 .1 0 .2.1.2s.1-.1.1-.2.2-.1.3-.2c.1-.1-.2-.2-.1-.2.1-.1.2 0 .2-.1zM78.2 25.2c0-.1-.3-.1-.3 0s-.1.1 0 .2-.3.3-.3.3c0 .1 0 .2.1.2s.1-.1.1-.2.2-.1.3-.2c.1-.1-.2-.2-.1-.2.1-.1.2 0 .2-.1z"/><path class="st186" d="M78.1 23.3c0-.1-.3-.3-.4-.2 0 .1-.4.2-.3.3.1.1-.2.1-.2.1 0 .1.1.2.2.2s0-.1 0-.2.2 0 .3 0c.1 0-.1-.2 0-.3.1 0 .3.1.4.1z"/><path class="st146" d="M79.6 27.4c0-.1-.2-.2-.2-.2h-.1-.2c-.1 0 0 .2-.1.2-.2 0-.4 0-.5.2-.1.1 0 .5.1.4.1 0 .2-.3.3-.4.1-.1.3.1.3 0s0-.2.1-.2.2 0 .1-.1h.1c.1.2.2.2.1.1z"/><path class="st188" d="M76 23.8c-.1 0-.2-.1-.2 0s0 0 .1.2c.2.2.4.2.1-.2zM75.5 23.9c-.1 0-.2-.1-.2 0s0 0 .1.2.3.1.1-.2zM74.9 24.1c-.1.1-.2.1-.2.2s0 .1.2.1.4-.2 0-.3z"/><path class="st188" d="M75 23.8c.2-.1.3 0 .4.1.1.1 0 .1-.1 0-.2-.1-.4 0-.3-.1z"/><path class="st55" d="M78.1 23c.2-.1.3 0 .4.1.1.1 0 .1-.1 0-.2 0-.4.1-.3-.1z"/><path class="st146" d="M80.7 27.4c.1.3-.1.3-.3.3-.1 0-.1 0 0-.1s.2-.4.3-.2z"/><path class="st131" d="M83.8 19.4c.2-.1.3-.1.4 0 .1.1 0 .1-.1.1s-.3 0-.3-.1z"/><path class="st133" d="M80.9 20.1c.2-.1.3-.1.4 0 .1.1 0 .1-.1.1-.1-.1-.3 0-.3-.1zM80.9 19.5c.2-.1.3-.1.4 0 .1.1 0 .1-.1.1-.1-.1-.3 0-.3-.1zM80.6 20.6c.2-.1.3 0 .4 0 .1 0 .1.1-.1.1-.1 0-.4 0-.3-.1zM80.4 21.2c.2-.1.7.1.7.1-.1.1-.3.1-.4.1-.2 0-.3 0-.3-.2zM80.4 22c.1-.1.5.1.4.1h-.3s-.1 0-.1-.1zM79.7 23.2c.1-.1.5.1.4.1 0 0 .2.1-.3 0 0 0-.1 0-.1-.1z"/><path class="st146" d="M74.5 25.2c.1-.1.3 0 .3 0s.3.1-.2.1c-.1 0-.2 0-.1-.1zM79.4 26.2c0 .2-.2.3-.2.3s-.3.1 0-.2c.1-.1.1-.2.2-.1zM77.3 24.3c.1-.1.3.1.3.1s0 .1-.2.1c-.1 0-.1 0-.1-.2zM78.5 26.3c.1-.1.3 0 .3.1 0 0 0 .1-.2.1-.1-.1-.1-.1-.1-.2z"/><path class="st186" d="M78.9 25.3c.1-.1.3.1.3.1-.1-.1-.1 0-.3-.1 0 .1 0 .1 0 0z"/><path class="st133" d="M81.3 18.3c.1-.1.5-.1.4-.1-.1 0-.2.1-.3.1-.1 0-.1.1-.1 0zM84.2 19.3c.1 0 .5.1.5.2-.1.1-.1 0-.2 0s-.4 0-.3-.2zM85.1 17.9c.1-.1.5-.3.5-.3 0 .1-.1.1-.1.2-.1 0-.3.2-.4.1z"/><path class="st188" d="M78.5 20.8c.2-.1.3-.1.4.1.1.1 0 .1-.2 0-.1-.1-.3 0-.2-.1zM77.8 21.9c.2-.1.4-.1.5 0 0 .1-.1.1-.3.1-.2 0-.3 0-.2-.1z"/><path class="st133" d="M78.7 20.4c.1.2.1.2.2.1.1 0 .1-.2 0-.2s-.2 0-.2.1z"/><path class="st143" d="M79.3 18.2c.1.2.1.2.2.1.1 0 .1-.2 0-.2s-.2 0-.2.1z"/><path class="st133" d="M78.1 20.7c.1.2.3.4.3.3.1 0-.1-.4-.1-.4-.1 0-.2.1-.2.1zM78.4 19.8c.1.2.2.3.2.3.1 0 0-.3-.1-.3-.1-.1-.1 0-.1 0z"/><path class="st133" d="M78 21.2c-.2.3-.3.4-.2.4.1.2.5 0 .5-.1v-.3s.2-.2.1-.2l-.2.1c-.1 0-.2.1-.2.1z"/><path class="st188" d="M75.3 23.2c-.3 0-.2.1-.1.2 0 .1.2.1.3 0l-.2-.2"/><path class="st146" d="M75.4 22.8c-.3 0-.1.1-.1.1 0 .1.2.1.2 0 .1 0 0-.1-.1-.1"/><path class="st186" d="M74.9 25.6c-.2 0-.1.1-.1.1 0 .1.2 0 .3-.1h-.2zM77 23.9c-.2-.1-.2.1-.1.1 0 .1.2 0 .3 0 0-.1-.2-.1-.2-.1M74.8 24.9c-.3 0-.1.1-.1.1 0 .1.2.1.2 0l-.1-.1M78.2 26.4c-.3 0-.2.1-.1.2.1 0 .2.1.2 0 .1-.1 0-.2-.1-.2M80.4 28c-.3 0-.2.1-.1.2.1 0 .2.1.2 0 .1-.1 0-.2-.1-.2M78.1 27.2c-.3 0-.2.1-.1.2.1 0 .2.1.2 0 .1-.1-.1-.2-.1-.2"/><path class="st134" d="M76.1 26.8c-.2.1-.2.3-.1.3s.2-.1.2-.2l-.1-.1z"/><path class="st186" d="M79.5 26.7c.3 0 .2-.2.1-.2s-.1 0-.1.1v.1z"/><path class="st146" d="M78.8 28.6c.2 0 .1-.2.1-.2-.1 0-.1 0-.1.1-.1 0-.1.1 0 .1zM76.4 24.9c-.3 0-.1.1-.1.1 0 .1.2.1.2 0l-.1-.1M77.1 24.8c0 .3.1.2.1.1.1 0 .1-.2.1-.2-.1-.1-.2 0-.2.1zM79.3 26.8c0 .1.1.2.1.1.1 0 .1-.2.1-.2-.1 0-.2.1-.2.1zM78 22.3c0 .3.1.2.1.1.1 0 .1-.2.1-.2-.1-.1-.2 0-.2.1zM77.3 25.5c-.1.1.1.2.1.1.1 0 .1-.2.1-.2-.1 0-.2.1-.2.1z"/><path class="st186" d="M76.1 24.3c-.1-.1-.1.1-.1.1 0 .1.2.1.2 0 .1 0-.1-.1-.1-.1M75.7 23.5c-.3 0-.1.1-.1.1 0 .1.2.1.2 0l-.1-.1"/><path class="st188" d="M79.4 27.3c-.2-.2-.7-.2-1.1.2-.4.6-.5 1.8-.6 2h.1s.2-.4.2-.6c0 0 0 .2.1.7.1.3.2.3.2.2-.1-.2-.1-.7-.2-1.4 0-.6.2-1.2.9-1.1.1 0 0-.1-.1-.1.3 0 .5.1.5.1z"/><path class="st144" d="M79 30.1s-.1-.1-.2-.1c-.3-.3-.3-1-.3-1.2 0-.1.1.8.4 1.1.1.1.1.2.1.2z"/><path class="st146" d="M75.5 23.4c-.3 0-.2.1-.1.2 0 .1.2.1.3 0 0-.1-.2-.2-.2-.2M77.5 23.6c.2 0 .1-.2.1-.2.1 0 .2-.2.2-.1s0 .2-.1.2 0 .1 0 .2-.3-.1-.3 0c-.2.3-.1-.1.1-.1zM78.5 25.7c.2 0 0-.2.1-.2s.2-.2.2-.1 0 .2-.1.2-.1.1-.1.2-.1.1-.2.2 0-.4.1-.3z"/><path class="st146" d="M76.9 24c-.1 0-.4-.3-.2-.3.1 0 .2-.3.4-.2.2 0 .1-.2.1-.2.1 0 .3.1.3.2s-.1 0-.2 0 0 .1 0 .2-.3-.1-.3 0c-.2.1 0 .2-.1.3z"/><path class="st188" d="M76.1 23.4c-.2-.2-.5-.1-.6-.1-.1.1.4.2.5.3.1.1.2.2.2 0 0 0 0-.2.4 0 .2.1 0-.3-.2-.3s.3-.1.5-.1c.2.1 0-.2-.1-.2-.2-.1-.3-.1-.5-.1-.1 0-.5 0-.2.1.1.1-.2.2 0 .4z"/><path class="st146" d="M76.9 24.9c-.1.1-.4-.1-.4-.2.1-.1.1-.3.3-.4.2 0 0-.2.1-.2s.3-.1.3 0c.1.1-.1 0-.2.1-.1 0 0 .1.1.2 0 .1-.3.1-.3.1-.1.3.2.4.1.4z"/><path class="st132" d="M77.9 19.8c.1-.2.1-.4.1-.5 0 0-.2-.1-.5 0 .2-.3.2-.7.2-.7h-.1c-.3.6-1 1-1.1 1.2-.2.2-.5.3-.5.3-.1.2 0 .9-.5.9-.1 0-.3-.1-.3 0-.1.2-.2.4-.5.5-.5.2-.3 1.1-.3 1.1l1.7-.1 1.4-1.2.7-1.6c.1.1-.4.1-.3.1z"/><path class="st188" d="M79.4 15.3c-.1 0-.1 0-.2.3-.2.2-.5 1.5-.5 2.2-.1.7-.4 1.9-.5 2-.2.6-.7 1.5-.7 1.5-.3.5-1.1.9-1.4 1.3-.1.1-.2.1-.2.1s-1.1 0-1.7.1c-.1 0 .2.1.3.1h.3c.1.1.1.2.3.3V23h.2s.3.2.5.2V23c.1 0 .3.1.3.1s.2.1.3-.1h.2c-.3-.1-.2-.1-.2-.2s.4.1.5 0c.1 0 0-.3-.1-.3 0 0 0-.1.1-.1l.1.1h.2c.1 0-.1-.2-.1-.2s.3 0 .3-.1c.1-.1-.1-.2-.1-.2l.3-.1c0-.1-.1-.2-.1-.2s-.1-.1.1 0c.1.1.4 0 .5-.1.1 0-.1-.3-.1-.3s.3 0 .4-.1c.1 0 0-.2-.1-.2-.2-.1-.2-.1-.2-.2h.4c.1 0-.1-.4-.1-.4s0-.1.1-.1h.3c.1 0-.2-.1-.3-.3-.1-.1.2-.2.2-.2s.3 0 .4-.2c0-.1-.2-.2-.2-.2s-.1-.1 0-.1c.1-.1.4-.1.5-.2 0 0-.2-.2-.4 0-.2.1-.4 0-.2-.1s.3-.3.3-.3l-.2-.2c-.1-.1 0-.3.1-.5 0 0-.1-.4 0-.5.1-.1.5-.4.4-1-.2-.7.1-.7 0-1.2z"/><path class="st189" d="M75.6 21.2c.3-.1.4-.1.6-.4.2-.2.2-.5.1-.5-.3.1-.7.6-.8.7-.1.2 0 .3.1.2zM77.2 20.8c.3-.1.3-.1.5-.3.2-.2.2-.5.1-.4-.2.1-.6.5-.7.6-.1.1.1.2.1.1zM76.7 20.6c.3-.1.7-.5.9-.8.2-.3.2-.6 0-.5-.2.1-1 1-1 1.1-.1.2.1.2.1.2z"/><path class="st189" d="M75.1 21.6c.2-.1.2-.1.3-.2.1-.1.1-.4 0-.3-.2 0-.4.5-.5.5-.1-.1.1 0 .2 0z"/><path class="st132" d="M75.2 21.3c.1 0 .1 0 .2-.1s.1-.3 0-.2c-.1 0-.2.3-.3.3h.1z"/><path class="st189" d="M75.6 21.9c.2-.1.2-.1.3-.2.1-.1.1-.4 0-.3-.2 0-.4.5-.4.5h.1zM74.4 22.4c.3-.1.4-.1.6-.4.2-.2.3-.6.1-.5-.3.1-.7.7-.8.8-.2 0 0 .1.1.1zM76.6 20.1c-.1 0-.5.2-.3.4 0 .1.6-.3.3-.4zM77 20.9c-.1 0-.5.2-.3.4.1.1.6-.3.3-.4z"/><path class="st55" d="M75.7 22c-.1 0-.5.2-.3.4.1.1.6-.3.3-.4z"/><path class="st190" d="M73.4 20.5c-.1 0-.7.5-.5.7.1 0 .3.1.3.1.3-.3.3-.8.2-.8z"/><path class="st55" d="M76.6 21.6c-.1 0-.4.1-.2.3 0 .1.4-.3.2-.3z"/><path class="st189" d="M76.7 20.8c-.1-.1-.6.3-.5.5 0 .2.5-.4.5-.5z"/><path class="st191" d="M75 22.1c.1-.3.5-.7 1-.7.1 0-.6.5-.9.8-.2.2-.1.1-.1-.1z"/><path class="st137" d="M74.3 21.7c.1-.2.6-.3.7-.3.1 0-.5.5-.6.9 0 .1-.1.1-.1 0 0-.2-.1-.4 0-.6z"/><path class="st186" d="M75.9 26.2c0-.2 0-.1.2-.2.1-.1 0-.3-.2-.2-.1.1-.1 0-.3.1-.2 0 0 .2-.1.4.1.1.4.1.4-.1zM78 26.7c-.2 0-.1.1-.1.3 0 .1-.1.1-.2.1 0-.1-.1-.3-.3-.3-.1 0-.1.2-.1.2v.2c0 .1.2.2.2.1v-.1c.1 0 .2.1.2.1.1 0-.1.2 0 .2.4 0 .4-.3.4-.4 0-.1 0-.3-.1-.4z"/><path class="st146" d="M77.6 24.9c-.3 0-.2.1-.1.2 0 .1.1.3.1.2.1-.1.1 0 .2-.1 0-.2-.1-.3-.2-.3zM80.1 26.8c-.2.2-.1.2-.1.2.1 0 .2.1.2 0s.1-.1.1-.2h-.2zM76.7 24c0-.1-.3-.1-.3-.1-.1 0 .1.2-.1.2s.2.3-.2.3c0 0-.1 0-.2.1 0 .1.1.1-.2.2-.1 0 0 .1.1.2 0 0-.5.3 0 .2l.2-.1c.1 0-.1-.2 0-.3.1-.1.3.1.3 0s-.1-.2 0-.2.2.1.2 0c0 0 0-.1-.1-.1l.1-.1c0-.1-.1-.1 0-.2.2 0 .2 0 .2-.1z"/><path class="st188" d="M76.6 24c-.1 0-.1.1-.1.2s-.2.1-.2.2-.1.1.1.2c.2 0 .3-.1.1-.2.1 0 .1-.1.1-.1.2 0 .3-.1 0-.3z"/><path class="st146" d="M79.1 25.8h-.2v.1c-.3 0-.2.1-.1.2 0 .1.2.1.3 0V26h.1s0-.1-.1-.2z"/><path class="st188" d="M78.6 27.4c0 .3.1.2.1.1.1 0 .1-.2.1-.2-.1 0-.2.1-.2.1zM78.2 27.8c0 .3-.1.3 0 .3s.2-.3.2-.3c-.1-.1-.2 0-.2 0z"/><path class="st142" d="M76.9 21.2c.3-.4.7-.8.9-.9.2-.2.2-.2-.4.1-.2.1-.2.1-.4.3-.1.1-.1.3-.1.5-.1 0 0 0 0 0zM76.5 21.5c-.1 0-.6.3-.4.5 0 .1.5-.5.4-.5z"/><path class="st137" d="M76.1 20.4c-.2.1-.3.1-.4.3-.2.2-.2.4-.1.4.2-.1.6-.6.5-.7.2 0 .1 0 0 0z"/><path class="st142" d="M76.7 20.4c.2-.4.6-.7.8-.9.2-.2.1-.2-.4.2-.2.1-.2.2-.3.3-.3.4-.1.4-.1.4zM76.5 20.8c-.1 0-.5.2-.3.4.1.1.4-.4.3-.4z"/><path class="st136" d="M70.5 15.5s-.5-1.4-.8-2.2c-.3-.8-2-2.5-2-2.5s-.1.3 0 .4c.2.2 1.1 1.1 1.2 1.5.1.3.7 1.3.7 2.1 0 .3.5.8.7.9.2.1.2-.2.2-.2z"/><path class="st190" d="M71.2 15.9s.2 0 .4.6c.1.1.6-.4.6-.5 0-.1-.4-1-.4-1.3 0-.2-.2.3-.2.3-.1.1-.3.6-.4.7-.2 0-.5-1.4-.6-1.5-.1-.1.2 1.2-.1 1.5-.3.3-.9-1.2-.9-1.2h-.1c0 .5.1 1.2-.1 1.4-.2.3-.2.3-.3.3-.1 0-.3-.7-.4-.6 0 .1.3 1.1.1 1.3 0 0 .1 0 .2.1 0 0 .2 0 .6.3 0 0-.1-.9.1-1 .2 0 .6.7.6.7s.1-1 .3-1c.2 0 .4.5.4.6 0 0 0-.6.2-.7z"/><path class="st136" d="M69.3 15.6s-.5.1-.5 0c-.2-.5-.9-1.6-1-1.7-.5-.9-1.4-1.8-1.5-2-.1-.1-.2-.2-.1-.3.5.2 2.2 2.3 3.1 4z"/><path class="st138" d="M70.7 14.3v-.8c-.1-.3-.6-.9-.8-1v.3c.1.2.1.3.2.5.1.1.2.4.2.6 0 .4-.1.7-.2.8-.1.1.1.4.3.7-.3 0-.4-.1-.7-.6l.1.4c.2.5.7.9.7.9.2-.1.4-.5.4-.9 0-.2-.1-.7-.2-.9z"/><path class="st138" d="M69.7 14.8c-.1-.5-.5-.9-.5-.9-.1-.2-.1-.2-.3-.3v.3c.1.2.2.5.2.6 0 .4.1.6-.1.9-.1.1-.1.2.1.5-.3 0-.4 0-.8-.5 0 0 .1.3.3.6.1.2.7.7.8.6.1-.1.3-.5.3-.9.2-.2.1-.8 0-.9zM69.5 18.3c-.4-.7-.3-1.3-.4-1.4-.1-.1-.4-.4-.6-.4-.3-.3-.6-.1-.5 0 .2.3.5.9 1 1.1l.5.7z"/><path class="st138" d="M68.7 15.4c-.2-.4-.7-.6-.7-.6-.2-.2-.2-.2-.3-.2-.1 0 0 .1.1.2s.4.3.4.5c.1.4.5.8.5 1.1 0 .1-.2-.1 0 .1-.3.1-.4.1-.8-.2 0 0 .2.2.5.4.2.1.7.2.7.1.1-.2.1-.5 0-.9-.2-.1-.3-.4-.4-.5zM71.8 13.9c0-.1 0 .2-.1.5-.1.2-.4.6-.5.6-.1 0 0 .1 0 .2-.3-.1-.4-.2-.5-.7 0 0-.1.6.1 1.1.1.3.4.8.4.7 0 0 0-.4.1-.4l.2.3c.1-.2.3-.4.3-.8 0-.1.1-.8.1-1-.1-.2 0-.4-.1-.5z"/><path class="st55" d="M67.7 10.8c.1-.2.4 0 .6.1.2.1 1.4 1.2 1.5 1.4.1.2.8 1 .8 1.2v.1c-.2-.2-.7-.9-.8-1.1-.2-.2-.9-.9-1.1-.9-.2-.1-.3 0-.3 0l-.7-.8z"/><path class="st55" d="M70.2 14.8c-.1-.2-.1-.4-.2-.6l-.3-.9c-.2-.4-.4-.8-.6-1.1-.4-.5-.3-.5-.8-.9-.1-.1-.3-.3-.1-.2 1.2 1 2 2.4 2.3 3.6.1.3.3 1.1.6 1.3 0 0 0 .2-.1.2s-.4-.3-.4-.3c0-.5-.3-.7-.4-1.1z"/><path class="st192" d="M70.1 14.8c-.1-.2-.1-.4-.2-.6l-.3-.9c-.2-.4-.4-.8-.6-1.1-.4-.5-.5-.8-1-1.3-.1-.1-.3-.3-.1-.2.5.4 1 1 1.4 1.6.3.5.7 1 .8 1.5.2.7.5 1.1.5 1.7-.1.1-.2.4-.5-.7z"/><path class="st141" d="M70.6 14.2v-1.3c0-.3-.5-1.2-.6-1.6-.1-.3.1-.3.1-.3s1 2 1 2.9v1.2l-.5-.9z"/><path class="st192" d="M71.2 15.9c-.5-.1-.5-.5-.5-.5-.1-.1.2.1.2-.1-.2-.3-.3-.7-.3-1.1v-.9s.1.6.2.8c.1.3.2.3.3.3.1.1.1 1.2.1 1.2v.3zM68.8 15c-.2-.4-.5-.4-.6-.5-.1-.1-.3-.5-.4-.6 0-.1.1.1.3.2.2.1.2.1.3.2.1.1.1 0 .1 0l.3.7z"/><path class="st144" d="M69.1 15.5c-.8-1.6-1.3-2.2-1.9-2.7-.1-.2-.4-.2-.5-.4-.2-.2-.5-.5-.5-.6-.2-.1-.1-.2-.1-.2.2 0 .9.4 1.4 1.2l.9 1.2c.3.3.4.7.6 1 .3.5.4.8.4.9.1.1-.3-.3-.3-.4z"/><path class="st55" d="M69.5 16c-.1-.2-1.6-2.6-2.1-3.1-.1-.2-.4-.2-.5-.4-.2-.2-.5-.5-.5-.6-.2-.1-.1-.2-.1-.2.2 0 .8.4 1.3 1.2.3.4.6.8 1 1.2.3.3.4.7.6 1 .1.1.4.8.4.9 0 .2.2-.5.2-.5.1.1.3.6.1.9 0 .1-.4.1-.4.1.1 0 0-.3 0-.5z"/><path class="st192" d="M69.1 15.5c-.8-1.6-1.3-2.2-1.9-2.7-.1-.2-.4-.2-.5-.4-.2-.2-.5-.5-.5-.6-.2-.1-.1-.2-.1-.2.2 0 .9.4 1.4 1.2l.9 1.2c.3.3.4.7.6 1 .3.5.3.8.4.9.1.1-.3-.3-.3-.4z"/><path class="st55" d="M66.1 11.7c.1-.2.4 0 .7.1.5.2 1.7 1.1 1.8 1.3.3.2.9 1.2 1 1.3 0 0 .1.3 0 .1-.3-.4-.8-1.1-1-1.2-.2-.2-1-.8-1.4-.8-.2 0-.7-.6-.7-.6l-.4-.2z"/><path class="st192" d="M70.5 15.6c0 .2-.1.4-.2.4-.2 0-.4-.5-.4-.6-.1-.3-.2-.5-.3-.9-.1-.3-.1-.4-.1-.4l.2.4c.1.3.4.4.5.5.1 0 .1.3.1.3l.2.3z"/><path class="st55" d="M65.1 13.9c.1-.2.4-.1.6-.1.1 0 .5.1.9.2.5.2 1.2.5 1.4.6.2.2.6.5.7.6 0 .1.3.5.2.4-.2-.1-.8-.7-.9-.8-.2-.1-.9-.4-1.4-.6-.2-.1-.4-.2-.5-.2-.2 0-.5-.1-.5-.1h-.5z"/><path class="st190" d="M69 16.3c.2.2.1.1.1.2s.3.5.2.4c-.2-.1-.2 0-.3-.1v-.5z"/><path class="st192" d="M69.6 16.6c-.2 0-.6-.3-1.1-1.2-.1-.1-.1-.2-.1-.3l-.2-.4.3.3c.2.3.4.2.5.3.1 0 .5.8.5.8l.1.5z"/><path class="st55" d="M65.8 16.1c0-.2.2-.2.4-.3h.6c.4 0 .9.1 1 .2.1.1.6.3.7.3.1.1.2 1.2 0 1.1-.1 0-.3.2-.4-.4-.1-.4-.4-.8-.6-.8-.2 0-.8-.3-.9-.3-.1 0-.5.1-.5.1l-.3.1z"/><path class="st136" d="M68.4 16.2c.3 1-.6 0-.6-.1-.3-.2-.9-1-1-1.1-.9-.6-1.1-.6-1.3-.7-.1-.1-.4-.2-.4-.3.6-.2 2.2.6 3.3 2.2z"/><path class="st192" d="M68 15.8c-.3-.3-.8-.4-.9-.5-.1-.1-.3-.2-.3-.3 0 0 .2.1.3.1.2 0 .3 0 .4.1.1.1.1 0 .1 0l.4.6z"/><path class="st192" d="M68.8 17.2c0-.3.1-.4 0-.5-.3-.5-.6-1-1-1.3-.4-.3-.7-.7-1.1-.9-.5-.3-1.4-.7-1.7-.6 0 .1 0 .1.1.2.1 0 .9.2.9.2.3.1.5.3 1 .6.5.4.9 1 .9 1.1.5.5.9 1.2.9 1.2z"/><path class="st138" d="M69 16.9c.1 0 .7.6.7.7 0 .1-.2-.7-.2-.7s-.5-.1-.6-.1l.1.1zM71.1 17.2c.2.1.4-.4.4-.3 0 .1.2-.4.2-.4s-.2-.6-.4-.6-.2 1.3-.2 1.3zM70.1 17.3c.1 0 .1-.6.2-.3 0 .1-.1-.6-.1-.6s-.4-.2-.5-.2c0 .1.4 1.1.4 1.1zM69.8 18.7c.1 0 .1.4.1.7 0 .1.3-.5.3-.5s-.2-.4-.4-.4v.2zM70.2 19c.1 0 .1.4.1.7 0 .1.3-.5.3-.5s-.2-.4-.4-.4v.2zM69.1 19.4c.5.1.1-.5.3-.3.1 0-.4-.2-.4-.2h-.7c.1 0 .8.5.8.5zM70.5 17.2c.1 0 .4-.5.4-.2v-.7s-.1-.3-.3-.3c-.1-.1-.1 1.2-.1 1.2zM71.5 17.1c.1.1.5-.2.4.1 0 .1.3-.5.3-.5s0-.4-.2-.5c-.1 0-.5.9-.5.9z"/><path class="st55" d="M70.1 11c.1 0 .4.1.6.3.2.2.7.8 1 1.6.1.1.1.4.1.6 0 .1.1.3.1.3v.2c0 .1 0-.1-.1-.2l-.1-.3c-.1-.2-.1-.4-.2-.5-.1-.3-.2-.7-.4-.8-.2-.1-.3-.2-.3-.2l-.3-.5-.4-.5z"/><path class="st192" d="M71.3 15.6c0-.6-.1-1.4-.1-2.1 0-.5-.2-.9-.3-1.3-.1-.5-.4-.9-.7-1.2l.2.4c.1.2.3.8.5 1.5.2.5.1 1.2.1 1.7-.1-.1.2 1.2.3 1z"/><path class="st193" d="M68.3 16.8c.1.2.3.2.3.3 0 .2.3.4.4.4.1 0 .4.7.4.7h-.3c-.1 0-.7-.7-.7-.8 0 0-.1-.4-.1-.6z"/><path class="st194" d="M69.4 17.2c.1.2.2.7 0 .8-.2.1.4.8.5.5.1-.2.2-.2.1-.6 0-.2-.5-.6-.6-.7z"/><path class="st194" d="M69.3 18.2c.1.1-.6-.3-.7-.2-.1.1 1.2 1.4 1.2 1.3 0-.2-.1-.2 0-.5.1-.4-.1-.5-.5-.6z"/><path class="st190" d="M69.2 18.9h-.4c.3.1.4.2.4.3.1.2.3.4.5.3.2 0 .2 0 .1-.2 0-.1-.3-.4-.6-.4z"/><path class="st194" d="M70.3 18.6c0 .2-.6.6-.8.6-.1 0 .2.6.3.5.1 0 .2-.1.2-.1.3.8.2-.1.2-.2 0-.4.1-.4.1-.8z"/><path class="st193" d="M74.7 19.3c-.1.1-.6-.1-.7-.2 0-.1-.2.5 0 .5.1 0 .2.1.2.2-.2.5-.4.7.1.5.2-.2.1-.7.4-1z"/><path class="st195" d="M75.5 20.1c-.1.1-.5 0-.6-.1-.1-.1-.2.3-.1.5 0 .1.1.2.1.2-.2.5-.2.7.2.4.3-.1 0-.8.4-1z"/><path class="st138" d="M73.8 18.4c.1.1-.3.5-.4.8 0 .1.6-.2.6-.2s.2-.5 0-.7c-.1 0-.2.1-.2.1z"/><path class="st193" d="M74.2 18.8c-.1.1-.5.2-.6.1-.1-.1-.5.3-.3.4h.4c.3.6.3.1.4 0 .2-.3-.1-.2.1-.5z"/><path class="st194" d="M70.6 18.4c-.1 0 0 .1-.1.1s.1.5 0 .9c0 .1-.3 0-.4.1-.1.1.1.5.2.5s.3 0 .4-.2c.2-.4.4.2.5.1.7-.2.3-.9.3-1 .1-.1-.1-.6-.3-.4-.2.3-.5 0-.6-.1z"/><path class="st194" d="M71.9 18.7c-.1 0 0 .1-.1.1 0 0-.4.5-.4.8 0 .1.2 0 .2 0 .1 0 .2.1.2.1 0 .1.3.2.5.1.1-.1.1.3.4.2.5-.2.4-.6.2-.9-.2-.2-.7-.1-1-.4z"/><path class="st190" d="M72.1 16.8c-.2.1-.5.2-.7.7 0 0 .2.4.3.2.1-.2.5-.8.4-.9z"/><path class="st194" d="M72.6 17.1c-.1.2-.4.2-.7.5 0 0-.2-.2-.3-.2 0-.4.1-.7 0-.8-.1 0-.5.3-.6.8 0 0-.1 0-.1-.1 0-.2 0-.8-.1-.9-.1 0-.3.4-.5.8-.1-.3-.2-.5-.2-.6-.1.1-.2.5-.2 1 0 .3-.2.4-.2.6 0 .1.1.2.3.3.2.1.1-.5.5-.6.1 0 .1.1.2.2 0 0 .2 0 .3-.1 0 0 .1.5.2.4.2.1.2-.3.3-.2 0 0 .1.1.3 0 .1 0 .3.2.4.5 0 0 .2-.2.5-.3l.2.5s.3-.3.4-.3c.1 0-.3-.2-.3-.3.1-.1.1-.3 0-.4 0-.2-.5.2-.4.1.2-.2.2-.5.2-.6-.1-.1-.6.3-.6.2.4-.2.4-.5.4-.5z"/><path class="st192" d="M69 16.9c-.1.1-.1.7 0 1 .2.3.3.5.5.5 0 0 .3 0 .2.1-.2.3-.1.9.1 1.1.1 0 .2-.3.1-.6 0-.2-.1-.4-.1-.5 0-.2-.5-.3-.7-1.3 0-.2 0-.3-.1-.3zM70.7 17.9c-.1-.4-.2-1.4-.2-1.7V16c-.1 0-.3.2-.4.3-.2.4.3 1.4.4 1.5l.2.1z"/><linearGradient id="SVGID_62_" gradientUnits="userSpaceOnUse" x1="70.537" y1="17.827" x2="70.537" y2="16.653"><stop offset="0" stop-color="#6B3A16"/><stop offset=".055" stop-color="#6E3C17"/><stop offset=".383" stop-color="#7E451D"/><stop offset=".702" stop-color="#884B20"/><stop offset="1" stop-color="#8B4D21"/></linearGradient><path class="st196" d="M70.7 17.9c0-.2-.1-.8-.2-1.1 0-.4-.2.1-.1.4 0 .1-.2.1-.1.2.1.2.2.3.2.4.1.1.2.1.2.1z"/><linearGradient id="SVGID_63_" gradientUnits="userSpaceOnUse" x1="69.536" y1="18.502" x2="69.536" y2="17.62"><stop offset="0" stop-color="#6B3A16"/><stop offset=".055" stop-color="#6E3C17"/><stop offset=".383" stop-color="#7E451D"/><stop offset=".702" stop-color="#884B20"/><stop offset="1" stop-color="#8B4D21"/></linearGradient><path class="st197" d="M69.3 17.7c.2.2.5.7.6.8 0 0-.4.2-.6-.3l.2-.1c-.2-.2-.3-.5-.2-.4z"/><linearGradient id="SVGID_64_" gradientUnits="userSpaceOnUse" x1="69.802" y1="19.534" x2="69.802" y2="18.767"><stop offset="0" stop-color="#6B3A16"/><stop offset=".055" stop-color="#6E3C17"/><stop offset=".383" stop-color="#7E451D"/><stop offset=".702" stop-color="#884B20"/><stop offset="1" stop-color="#8B4D21"/></linearGradient><path class="st198" d="M69.9 19.6c-.1 0-.3-.3-.2-.5l.2.1v-.1-.4s.1.1.1.5c0 .3-.1.4-.1.4z"/><path class="st199" d="M71.1 14.8c0 .4.1.5.1.5s.1-.2 0-1.2c0-.2-.1.6-.1.7zM70.3 15.2c.1.4.2.4.2.4s.1-.2-.3-1.2c-.1-.2 0 .7.1.8zM69.3 15.9c.2.4.3.5.3.5s0-.5-.5-1.4c-.1-.1.1.8.2.9zM68.5 16.4l.4.4s-.1-.5-.8-1.2c-.1-.1.3.7.4.8z"/><linearGradient id="SVGID_65_" gradientUnits="userSpaceOnUse" x1="69.068" y1="18.724" x2="69.605" y2="19.361"><stop offset="0" stop-color="#975A33"/><stop offset=".302" stop-color="#8C5128"/><stop offset=".662" stop-color="#844A20"/><stop offset="1" stop-color="#81471E"/></linearGradient><path class="st200" d="M69.5 19.1c-.3-.2-.8-.3-1-1.1 0 0 .5.4.7.6.2.2.3.5.3.5z"/><path class="st192" d="M69.1 18.1c-.1 0-.5 0-1.2-.7h.3l-.3-.3c-.5-.5-.6-.5-.9-.6-.1 0-.3 0-.5-.1-.1-.1-.4-.2-.5-.2-.2-.1-.1-.1 0-.1.2-.1.5.2.8.2.4.1.8.5 1.2.8.2.2.7.5 1.1 1z"/><path class="st199" d="M68.7 17.9c.2.2.4.2.4.2s-.2-.3-.7-.7c-.1-.1.2.5.3.5zM69.5 19.1c-.1-.2-.5-.7-.5-.7s.1 0 .3.3c.1.1.2.5.2.4z"/><path class="st143" d="M68.8 15.8c.2.3.8.8.8.8v.5c0-.1-.7-.6-.8-1.3z"/><path class="st192" d="M69.7 16.3c-.2 0-.3.8 0 1.2.2.4.4.7.5.7.1 0 0-.7-.1-1-.2-.4-.3-.9-.4-.9z"/><linearGradient id="SVGID_66_" gradientUnits="userSpaceOnUse" x1="70.001" y1="18.115" x2="70.001" y2="16.897"><stop offset="0" stop-color="#6B3A16"/><stop offset=".055" stop-color="#6E3C17"/><stop offset=".383" stop-color="#7E451D"/><stop offset=".702" stop-color="#884B20"/><stop offset="1" stop-color="#8B4D21"/></linearGradient><path class="st201" d="M70 17.3c.1.3-.2.2-.2.3.2.4.3.5.4.5.1 0 .1-.6-.2-1.2-.1-.1-.2.1 0 .4z"/><path class="st192" d="M68.8 17.2c-.3.1-.8-.6-1-1-.2-.3-.3-.4-.3-.4s.2.1.3.2c.2.2.5.3.7.3.1 0 .1.1.1.1l.2.8z"/><path class="st190" d="M72.5 15.8l-.4.5.1.5s.2-.2.3-.2c.1 0 .3.4.4.4l-.2-.7-.1-.3-.1-.2z"/><path class="st190" d="M73 16.5l-.5.5.1.5.3-.3c.1 0 .3.4.4.4l-.1-.9-.1-.4-.1.2z"/><path class="st190" d="M73.8 16.8l-.7.3s-.2.7-.1.9c.1.2.3-.2.3-.1s.2.4.2.4c.1 0 .7.1.7.1l-.2-1.6h-.2z"/><path class="st138" d="M72.6 14.6c-.1.6-.6.7-.5 1-.2-.1-.2-.6-.2-.8 0-.1-.1.3-.1.2v.4c0 .4.3 1.1.3 1 .1 0 .4-.4.5-.6v-1.2zM72 17.5c.2 0 .5-.2.6-.4 0 0 0-.3-.1-.5 0-.1-.5.9-.5.9zM72.5 17.8c.2 0 .4-.1.6-.2v-.4c-.1-.1-.6.6-.6.6zM72.9 18.4c.2 0 .4-.1.5-.2v-.4c-.1-.2-.5.6-.5.6z"/><path class="st55" d="M72.1 12.4c.1 0 .1 0 0 0 .2.1.2.3.3.5.1.2.3 1 .3 1.7v.8c0 .1-.1.4-.1.5-.1.3-.5.6-.5.6 0-.1.2-1 .3-1.3 0-.1.2-.2.2-.3v-.5c0-.3-.3-.7-.3-.7l-.2-1.3z"/><path class="st141" d="M71.8 14.9c0-.9.1-.8.1-1.1v-1.2c0-.2.2-.3.2-.3.2 1.2.2 1.4.2 2.3v1l-.5-.7z"/><path class="st138" d="M73.5 15.6c-.2.5-.6.5-.6.7-.1-.1.1-1.1.1-1.3 0-.1-.1.2-.2.4 0 0-.1.2-.2.3-.2.7.2 1.4.3 1.4.1 0 .4-.4.5-.6 0-.1.1-.7.1-.9z"/><path class="st138" d="M74.3 16.2c-.3.4-.7.4-.7.6-.1-.1.3-1.1.3-1.3 0-.1-.1.2-.3.3 0 0-.1.2-.2.3-.3.7.1 1.2.1 1.3.1 0 .3-.2.5-.3.1-.2.3-.8.3-.9z"/><path class="st138" d="M74.8 17.1c-.4.3-.8.1-.8.3-.1-.1.6-1 .7-1.1 0-.1-.2.1-.4.2 0 0-.2.1-.3.2-.5.5-.4 1.4-.4 1.4.1 0 .4-.2.7-.3.1 0 .5-.6.5-.7z"/><path class="st55" d="M73.5 13.8s0 .1 0 0c.1.1.2.3.2.4v1.3c0 .1-.1.3-.2.6 0 .1.1 0 0 .1s.1-.8.1-1.1c.1-.2-.1-.6-.1-.6v-.7zM74.2 14.9s.1 0 0 0c.1.2.2.3.2.4 0 .2 0 .9-.1 1.3 0 .1-.2.3-.3.6 0 .1-.1.3-.1.3-.1.1.3-1 .4-1.4.1-.2-.1-.6-.1-.6v-.6zM75.2 15.7c.1.2.1.3.1.5s-.2.6-.4 1c0 .1-.1.1-.1.1-.2.1-.4.1-.4.1l.8-1.7z"/><path class="st141" d="M72.7 15.7c-.1-.3.3-.7.3-.9 0-.2.1-.5.2-.6.2-.4.3-.3.3-.3-.1 1-.1 1.1-.3 1.8-.1.5-.2.7-.2.7l-.3-.7zM73.4 16.3c-.1-.2.2-.7.3-.9.1-.1.2-.3.3-.4.2-.2.2 0 .2 0-.1 1-.1.5-.3 1.2-.1.5-.3.6-.3.6l-.2-.5zM73.8 17.3c0-.2.4-1.1.5-1.1.1-.1.3-.3.5-.4.1-.1.2-.1.3-.1.1 0 .1.1.1.1-.4.9-.3.6-.7 1.2-.3.4-.5.5-.5.5l-.2-.2z"/><path class="st192" d="M71.8 14.5s.1.1.1.2.1.2.1.3c.1.1.1.2.1.1 0-.3.1-.9 0-1.4 0-.4 0-.9-.1-1.1-.1-.3 0-.5.1 0 .1.4.1.9.1 1.3v1c0 .4-.1.8-.2 1.1 0 0-.1 0-.1-.1-.1-.1-.1-.3-.2-.5v-.3c.1-.2.1-.4.1-.6z"/><path class="st199" d="M72.2 15.4v.4s.1-.3.1-1c.1-.2-.1.5-.1.6z"/><path class="st192" d="M72.3 18.3c.2-.3.7-1 .7-1.1 0-.1-.6.2-.8.6-.1.4 0 .5.1.5z"/><linearGradient id="SVGID_67_" gradientUnits="userSpaceOnUse" x1="72.292" y1="18.226" x2="72.649" y2="17.456"><stop offset="0" stop-color="#6B3A16"/><stop offset=".055" stop-color="#6E3C17"/><stop offset=".383" stop-color="#7E451D"/><stop offset=".702" stop-color="#884B20"/><stop offset="1" stop-color="#8B4D21"/></linearGradient><path class="st202" d="M72.3 18.3c.1-.2.4-.6.6-.9.1-.2-.2-.1-.4.3l-.1.2c-.1 0-.1-.2-.1-.2-.2.4-.1.6 0 .6z"/><path class="st192" d="M72.2 15.2c0-.5-.3-.9-.3-1.1v-.5c0-.1.1.2.2.3.1.1.2.2.2.3 0 .1 0 0 0 0l-.1 1zM73.7 16.7c.1-.5-.2-.8-.2-.9.1-.2.1-.2.2-.3v.3c.1.1.1.2.1.3v.1l-.1.5zM73.5 13.9c0 .2 0 .6-.1 1s-.2.9-.3 1.2c0 .1-.1.3-.1.5 0 .1-.1.3-.1.4 0 0 0-.1-.1-.3 0-.2-.2-.4-.1-.6 0-.2 0-.4.1-.6 0 .2.2.4.2.6.1-.2.2-.5.3-.8.1-.3.1-.6.2-.8 0-.1-.1-.3-.1-.3 0-.3.1-.5.1-.3z"/><path class="st199" d="M73 16c-.1.3 0 .5 0 .5s0-.2.1-.3c.1-.1.1-.4.2-.7 0-.2-.3.4-.3.5z"/><path class="st192" d="M74.2 15v.5c-.1.2-.1.4-.2.6l-.3.9c-.1.2-.2.4-.2.5-.1.1-.2-.8 0-1.3 0-.1 0 .1.1.3.1.1.1.2.1.2.1-.1.2-.3.2-.5s.2-.4.2-.6c0-.1.1-.2.1-.3V15z"/><path class="st199" d="M73.6 16.9c-.1.3-.1.4-.1.4s.2-.2.4-.9c.1-.2-.3.4-.3.5z"/><path class="st192" d="M73.7 18c.1 0 .3-.4.6-.7.2-.3.4-.6.5-.9.2-.3.3-.6.4-.7 0-.1-.2-.1-.3 0 0 0 .2.2 0 .3-.2.2-.3.5-.5.7-.2.2-.4.4-.4.5v-.4-.2c-.2.3-.2.5-.3.8-.1.4-.1.6 0 .6z"/><path class="st143" d="M71.8 20.6c.1.1.1.2 0 .4 0 0-.3.1-.2 0l.2-.4zM71.2 20.5c.1-.1.2.1.1.4 0 0-.3.1-.3 0s.2-.4.2-.4z"/><path class="st144" d="M73 21.6c.1-.1.1 0 .1.2 0 0-.3 0-.2-.1l.1-.1z"/><path class="st143" d="M69.9 19.7s.1.2 0 .4c0 0-.2 0-.1-.1 0-.2.1-.3.1-.3zM70.2 20.1c.1-.1.1.2.1.3 0 0-.2.1-.2-.1 0-.1.1-.2.1-.2zM72.2 20.9c.1-.1.2.2.1.3 0 0-.3.1-.2 0 0-.1.1-.3.1-.3zM70.6 20.2c.1 0 .1.2.1.4 0 0-.2.2-.2 0 0-.1.1-.4.1-.4zM72.7 21.1c0-.1.1 0 .1.2 0 .1-.1.1-.1 0-.1-.1 0-.2 0-.2z"/><path class="st145" d="M73.5 21.6c0-.1.1 0 .1.2 0 .1-.2.2-.2.1-.1-.1.1-.3.1-.3zM74 22.1c0-.1.1.1.1.3 0 .1-.2.1-.2-.1-.1-.1.1-.2.1-.2z"/><path class="st192" d="M73.3 17.8c-.3 0-.6.4-.4.6.1.1.5-.7.4-.6z"/><linearGradient id="SVGID_68_" gradientUnits="userSpaceOnUse" x1="72.848" y1="18.339" x2="73.085" y2="17.95"><stop offset="0" stop-color="#6B3A16"/><stop offset=".055" stop-color="#6E3C17"/><stop offset=".383" stop-color="#7E451D"/><stop offset=".702" stop-color="#884B20"/><stop offset="1" stop-color="#8B4D21"/></linearGradient><path class="st203" d="M72.9 18.4c.1 0 .2-.1.3-.4.1-.1-.1 0-.2.1s-.1-.2-.2-.1c0 .2 0 .4.1.4z"/><path class="st192" d="M74.4 18.9c-.3 0-.4.1-.5.5 0 .1 0 .3.1.3s.4-.6.5-.7c0-.1-.1-.1-.1-.1z"/><linearGradient id="SVGID_69_" gradientUnits="userSpaceOnUse" x1="73.888" y1="19.529" x2="74.412" y2="18.754"><stop offset="0" stop-color="#6B3A16"/><stop offset=".055" stop-color="#6E3C17"/><stop offset=".383" stop-color="#7E451D"/><stop offset=".702" stop-color="#884B20"/><stop offset="1" stop-color="#8B4D21"/></linearGradient><path class="st204" d="M74.4 18.9c-.1 0-.2.1-.3.3l-.1-.1c-.1.1-.1.4-.1.4 0 .1 0 .1.1.1s.4-.6.5-.7h-.1z"/><path class="st138" d="M74.2 20.2s0-.3-.1-.4c-.1-.1-.3 0-.3 0v-.4c-.1-.1-.4 0-.4 0s-.1-.2-.1-.3h-.2s.1-.5-.1-.7l-.6.6s-.2-.5-.3-.6c-.1-.1-.4.4-.4.4s-.2-.5-.4-.6c-.1-.1-.3.4-.3.4s-.2-.4-.4-.4c0 0-.2.2-.1.3.3.2.4.5.4.5.1 0 .3-.6.3-.6s.2.4.2.7c.1.6.3-.4.3-.4-.2.3.1-.2.1-.2v.2c.3.1.3.3.3.3.1 0 .2.6.2.6s.1-.8.2-.8c.2.1.2.6.3.6.1 0-.1.3-.1.3v.1c.4.1.7-.1.7-.1.1 0-.5.5-.5.5s.3-.1.5-.1c.2-.1 0 .4.1.4.6 0 .7-.3.7-.3z"/><path class="st192" d="M71.3 18.2c-.2 0-.4.6-.4.9 0 .4.2.2.2.3.1.1.1.3.2.2.1-.1 0-.8 0-1v-.4zM72.9 18.6c-.3 0-.7.5-.7.7-.1.4 0 .4.1.3.2-.1.2.2.3.1.1-.1.2-.5.2-.7 0-.2.1-.4.1-.4zM70.6 18.2c-.2 0-.4.6-.4.9 0 .1.2.2.2.3h-.2v.5c.1.1.3-.3.3-.6v-.8l.1-.3z"/><linearGradient id="SVGID_70_" gradientUnits="userSpaceOnUse" x1="70.434" y1="19.901" x2="70.434" y2="18.858"><stop offset="0" stop-color="#6B3A16"/><stop offset=".055" stop-color="#6E3C17"/><stop offset=".383" stop-color="#7E451D"/><stop offset=".702" stop-color="#884B20"/><stop offset="1" stop-color="#8B4D21"/></linearGradient><path class="st205" d="M70.6 18.8v.4s0 .2-.1.3c-.1.1-.2-.1-.2-.1v.5c0 .1.1-.1.2-.2 0 0 .1-.2.2-.5-.1-.2-.1-.3-.1-.4z"/><path class="st192" d="M72 18.3c-.2 0-.5.4-.5.8-.1.4 0 .4.1.3.2-.1.2.2.3.1.1-.1 0-.6.1-.8 0-.1.1-.3 0-.4zM73.9 18.2c-.3 0-.7.3-.7.7 0 .3 0 .3.1.3s.6-.8.6-.8c.1-.1.1-.2 0-.2z"/><linearGradient id="SVGID_71_" gradientUnits="userSpaceOnUse" x1="71.083" y1="19.507" x2="71.083" y2="18.652"><stop offset="0" stop-color="#6B3A16"/><stop offset=".055" stop-color="#6E3C17"/><stop offset=".383" stop-color="#7E451D"/><stop offset=".702" stop-color="#884B20"/><stop offset="1" stop-color="#8B4D21"/></linearGradient><path class="st206" d="M71.1 19.4c.1.1.1.3.2.2.1-.1 0-.8 0-1 0-.1-.1 0-.1.1v.2s0 .1-.1 0-.1-.2-.1-.2c-.1.1 0 .4 0 .5-.1.2.1.2.1.2z"/><linearGradient id="SVGID_72_" gradientUnits="userSpaceOnUse" x1="72.495" y1="19.654" x2="72.495" y2="18.625"><stop offset="0" stop-color="#6B3A16"/><stop offset=".055" stop-color="#6E3C17"/><stop offset=".383" stop-color="#7E451D"/><stop offset=".702" stop-color="#884B20"/><stop offset="1" stop-color="#8B4D21"/></linearGradient><path class="st207" d="M72.9 18.6c-.2 0-.3.3-.4.6l-.1.2c-.1 0-.2-.2-.2-.2-.1.1-.1.3-.1.4.1.1.2 0 .2 0 .1 0 .1.2.2.1s.2-.5.2-.7l.2-.4z"/><linearGradient id="SVGID_73_" gradientUnits="userSpaceOnUse" x1="71.746" y1="19.54" x2="71.746" y2="18.374"><stop offset="0" stop-color="#6B3A16"/><stop offset=".055" stop-color="#6E3C17"/><stop offset=".383" stop-color="#7E451D"/><stop offset=".702" stop-color="#884B20"/><stop offset="1" stop-color="#8B4D21"/></linearGradient><path class="st208" d="M72 18.3c-.1 0-.2.4-.3.7 0 0 0 .1-.1.1s-.2-.2-.2-.2c0 .1-.1.4-.1.5.1.1.2-.1.3 0 .1.1.1.2.2.1s0-.6.1-.8c.1-.1.2-.3.1-.4z"/><linearGradient id="SVGID_74_" gradientUnits="userSpaceOnUse" x1="73.152" y1="19.203" x2="73.735" y2="18.305"><stop offset="0" stop-color="#6B3A16"/><stop offset=".055" stop-color="#6E3C17"/><stop offset=".383" stop-color="#7E451D"/><stop offset=".702" stop-color="#884B20"/><stop offset="1" stop-color="#8B4D21"/></linearGradient><path class="st209" d="M73.9 18.3c-.1 0-.2.1-.2.1l-.3.3-.2-.1c-.1.2-.1.3-.1.4 0 .1.1.2.1.2.2 0 .7-.7.7-.9.1 0 .1 0 0 0z"/><path class="st199" d="M74 17.6c-.2.2-.1.3-.1.3s.2-.1.5-.6c0-.1-.4.3-.4.3z"/><linearGradient id="SVGID_75_" gradientUnits="userSpaceOnUse" x1="73.643" y1="20.925" x2="73.106" y2="21.454"><stop offset="0" stop-color="#975A33"/><stop offset=".476" stop-color="#8B5027"/><stop offset="1" stop-color="#81471E"/></linearGradient><path class="st210" d="M73.3 21.1c.2-.2.5-.3.7-.3.1 0-.4.5-.5.6-.2.1-.3-.2-.2-.3z"/><path class="st138" d="M74 17.9c-.1.4 0 .7 0 .7s.5 0 .7-.2l.4-.4s-.3.2-.5.2h-.2l-.2-.4-.2.1z"/><path class="st141" d="M75 17.3c-.1 0-.2 0-.4.2-.1.1-.3.2-.3.3-.2.1-.2.3-.2.5l.1.2c.3-.4.8-.9 1-1.1l-.2-.1z"/><path class="st211" d="M74.2 18.4c.3-.3.5-.7.6-.8.1-.1-.2.1-.3.2-.1.1-.3.5-.3.1 0-.1-.2.1-.2.2.1.2.2.3.2.3zM74.7 19c.3-.3.9-.8 1.1-.9.1-.1-.5.2-.6.3l-.3.2c-.1.1-.1-.2 0-.4 0-.1-.2.3-.3.4 0 .4.1.4.1.4zM75.5 19.3c.3-.3 1-.8 1.1-.9.1-.1-.5.2-.6.3 0 0-.2.2-.3.2l-.2.4z"/><path class="st55" d="M75.2 17.3c-.1.1-.6.7-.7.8-.1.2.3 0 .5-.1.3-.1.3-.3.2-.7z"/><path class="st192" d="M71.2 15.9v.7c-.1.5-.2 1-.2 1.3 0 .4-.3-.5-.3-1 0-.3.1-.6.2-.7.2-.2.3-.2.3-.3z"/><linearGradient id="SVGID_76_" gradientUnits="userSpaceOnUse" x1="70.988" y1="17.908" x2="70.988" y2="16.836"><stop offset="0" stop-color="#6B3A16"/><stop offset=".055" stop-color="#6E3C17"/><stop offset=".383" stop-color="#7E451D"/><stop offset=".702" stop-color="#884B20"/><stop offset="1" stop-color="#8B4D21"/></linearGradient><path class="st212" d="M71.2 16.9c0 .3-.1.8-.1 1 0 .3-.1-.1-.2-.3v-.3c0-.1.2.1.2 0-.1-.3.1-.5.1-.4z"/><path class="st138" d="M70.6 20.1c.1-.2.4-.4.6-.4 0 0 .2.2.1.3-.1.1-.1.2-.2.2-.2-.1-.5-.1-.5-.1z"/><path class="st190" d="M70.8 20.1c.2-.1.4-.2.5-.1l-.1.1-.1.1s-.1.1-.2 0c0 0-.1-.1-.3-.1h.2zM71.4 20.2c.2-.1.4-.1.6-.1l-.1.1-.1.1s-.2.1-.3 0c-.1.1.1 0-.1-.1zM72.4 20.5c.2-.1.4-.1.6-.1l.1.1c0 .2-.1.2-.1.2s-.4.1-.5 0c-.1 0 .1-.1-.1-.2-.1.1-.1 0 0 0z"/><linearGradient id="SVGID_77_" gradientUnits="userSpaceOnUse" x1="70.937" y1="19.739" x2="70.528" y2="20.275"><stop offset="0" stop-color="#975A33"/><stop offset=".398" stop-color="#90542D"/><stop offset="1" stop-color="#81471E"/></linearGradient><path class="st213" d="M70.5 20.1c.1-.2.5-.4.6-.4 0 0 0 .1-.1.2l-.2.2h-.3z"/><path class="st199" d="M71.2 19.7s-.1.1-.1.2l-.2.2h-.2c-.1 0 .3-.4.5-.4z"/><linearGradient id="SVGID_78_" gradientUnits="userSpaceOnUse" x1="71.562" y1="19.884" x2="71.127" y2="20.555"><stop offset="0" stop-color="#975A33"/><stop offset=".476" stop-color="#8B5027"/><stop offset="1" stop-color="#81471E"/></linearGradient><path class="st214" d="M71.1 20.2c.1-.2.3-.4.5-.5.2-.1.3-.1.2.2-.1.3-.2.6-.3.5-.1-.1 0-.1-.2-.2-.1 0-.2.1-.2 0z"/><path class="st199" d="M71.8 19.9c-.1.3-.2.6-.3.5-.1 0-.1-.1-.1-.1s.4-.7.4-.4z"/><path class="st215" d="M69.5 20c-.1-.1-.1-.2-.1-.2-.2-.1-.2-.2-.3-.3-.1-.1-.4 0-.4 0 .3.1.7.3.8.5z"/><path class="st144" d="M69.5 19.6c-.2 0-1.1.1-1-.6 0 0 .4.2.6.4.1 0 .4.2.4.2z"/><path class="st199" d="M69.5 19.6c-.2-.1-.7-.2-1-.6 0 0 .5.3.5.2.1 0 .1-.1.1-.1.2.1.4.5.4.5z"/><path class="st216" d="M74.4 20c.2 0 .4-.2.5-.4 0-.2.1-.4 0-.3-.2.1-.5.6-.5.7-.1 0 0 0 0 0z"/><path class="st217" d="M74.8 19.2c-.3 0-.5.2-.5.5-.1.3-.1.3 0 .3s.5-.6.6-.7c.1-.1 0-.1-.1-.1z"/><path class="st218" d="M74.2 20h.1c.1 0 .5-.6.6-.7.1-.1-.7.6-.7.7z"/><path class="st216" d="M74.9 20.4c.3 0 .4-.2.5-.4.1-.2.1-.3-.1-.3-.2.1-.5.5-.5.6-.1.1 0 .1.1.1z"/><path class="st140" d="M74.7 21.2c.2 0 .3-.2.3-.4 0-.1 0-.2-.1-.2-.1.1-.3.4-.4.5.1 0 .2.1.2.1z"/><path class="st217" d="M75 20.6c-.4 0-.7.4-.5.6.1 0 .6-.6.5-.6zM75.2 19.7c-.3 0-.4.2-.5.4-.1.2-.1.3 0 .3.2-.1.5-.5.5-.6.2-.1.1-.1 0-.1z"/><path class="st132" d="M75.4 20.7c.2 0 .4-.1.5-.5 0-.1-.2-.1-.2-.1-.1.1-.3.4-.4.5-.1 0 0 .1.1.1z"/><path class="st217" d="M75.7 20.1c-.3 0-.4.1-.5.3-.1.2-.1.3 0 .3.2-.1.5-.4.5-.5.2-.1.1-.1 0-.1z"/><path class="st219" d="M73.7 20.6c.3 0 .6-.4.5-.3-.1.1-.3.1-.4.1-.1 0-.2 0-.1.2-.1-.1 0 0 0 0z"/><path class="st190" d="M73.4 20.3c.3 0 .5-.3.4-.3-.1.1-.4 0-.4 0-.1.1-.2.2-.3.2-.1.1.1.1.3.1zM73.1 20c.3 0 .4-.3.3-.3-.1.1-.4 0-.4 0-.1.1-.2.1-.2.1 0 .1.1.2.3.2zM72 20.7c.4 0 .6-.4.5-.4-.1.1-.4.1-.4.1-.1.1-.3.1-.3.1-.1.1 0 .2.2.2z"/><path class="st192" d="M74 20c-.2 0-.6.3-.4.5.1.1.5-.5.4-.5zM73.4 20.1c.2-.2.5-.5.3-.5s-.6.1-.6.4c-.1.5.2.2.3.1z"/><linearGradient id="SVGID_79_" gradientUnits="userSpaceOnUse" x1="73.067" y1="20.313" x2="73.578" y2="19.802"><stop offset="0" stop-color="#6B3A16"/><stop offset=".055" stop-color="#6E3C17"/><stop offset=".383" stop-color="#7E451D"/><stop offset=".702" stop-color="#884B20"/><stop offset="1" stop-color="#8B4D21"/></linearGradient><path class="st220" d="M73.4 20.1l.4-.4s-.3.2-.5.4c-.1.1-.1.3-.1.3 0-.1.1-.2.2-.3z"/><path class="st192" d="M74.4 20.3c-.2 0-.5.2-.3.4.1.1.4-.4.3-.4z"/><path class="st199" d="M74.4 20.3l-.3.4c.1.1.4-.4.3-.4zM74 20l-.4.5c.1.1.5-.5.4-.5z"/><path class="st192" d="M73.1 19.4c-.2 0-.6.3-.3.5.1.1.5-.4.3-.5z"/><linearGradient id="SVGID_80_" gradientUnits="userSpaceOnUse" x1="72.823" y1="19.891" x2="73.127" y2="19.474"><stop offset="0" stop-color="#6B3A16"/><stop offset=".055" stop-color="#6E3C17"/><stop offset=".383" stop-color="#7E451D"/><stop offset=".702" stop-color="#884B20"/><stop offset="1" stop-color="#8B4D21"/></linearGradient><path class="st221" d="M73.1 19.4c-.1 0-.4.4-.3.5.1.1.5-.4.3-.5z"/><linearGradient id="SVGID_81_" gradientUnits="userSpaceOnUse" x1="72.603" y1="20.3" x2="72.302" y2="20.771"><stop offset="0" stop-color="#975A33"/><stop offset=".476" stop-color="#8B5027"/><stop offset="1" stop-color="#81471E"/></linearGradient><path class="st222" d="M72.3 20.7c-.1-.1-.1-.3.4-.6.3-.2 0 .4-.1.5-.1.2-.3.1-.3.1z"/><path class="st199" d="M72.8 20.1c0 .1-.2.4-.3.5-.1.1-.2.1-.2.1l.5-.6z"/><linearGradient id="SVGID_82_" gradientUnits="userSpaceOnUse" x1="72.114" y1="20.146" x2="71.668" y2="20.77"><stop offset="0" stop-color="#975A33"/><stop offset=".476" stop-color="#8B5027"/><stop offset="1" stop-color="#81471E"/></linearGradient><path class="st223" d="M71.7 20.5c.1-.2.6-.6.6-.6.1.1-.1.6-.2.6s-.4.1-.4 0z"/><path class="st199" d="M72.3 19.9c.1.1-.1.6-.2.6s.1-.7.2-.6z"/><linearGradient id="SVGID_83_" gradientUnits="userSpaceOnUse" x1="73.143" y1="20.617" x2="72.632" y2="21.19"><stop offset="0" stop-color="#975A33"/><stop offset=".476" stop-color="#8B5027"/><stop offset="1" stop-color="#81471E"/></linearGradient><path class="st224" d="M72.7 20.8c.2-.2.5-.4.6-.4.1 0-.3.4-.4.6 0 .2-.2-.1-.2-.2z"/><path class="st199" d="M73.4 20.5c.1 0-.3.4-.4.6 0 .1-.1.1-.2 0 0-.1.4-.6.6-.6z"/><path class="st137" d="M75.4 20.9c-.1 0-.5.2-.3.4 0 .1.4-.4.3-.4z"/><path class="st55" d="M71.8 14.8c0 .4-.1 1-.1 1.1-.1.1-.2.3-.2.3l-.3-.3v-.1s.3-.4.4-.6c.1 0 .2-.4.2-.4z"/><path class="st192" d="M71.9 18.1c0-.4.5-1.4.6-1.5 0 0-.1-.1-.3 0-.2.1-.5.5-.5.7 0 .1-.1-.4.1-.7.1-.3.2-.4.1-.4s-.3.1-.4.2c-.1.1-.5.4-.3 1.4 0 .1 0 .1.1.1l.3-.3s0 .3.1.4c.1.1.2.2.2.1z"/><linearGradient id="SVGID_84_" gradientUnits="userSpaceOnUse" x1="71.948" y1="18.126" x2="71.948" y2="17.208"><stop offset="0" stop-color="#6B3A16"/><stop offset=".055" stop-color="#6E3C17"/><stop offset=".383" stop-color="#7E451D"/><stop offset=".702" stop-color="#884B20"/><stop offset="1" stop-color="#8B4D21"/></linearGradient><path class="st225" d="M71.9 18.1c0-.2.1-.7.3-1 .1-.2-.2.1-.3.3 0 0-.2 0-.3.1-.1.2 0 .4 0 .4.1.2.3.3.3.2z"/><linearGradient id="SVGID_85_" gradientUnits="userSpaceOnUse" x1="71.566" y1="17.836" x2="71.566" y2="16.71"><stop offset="0" stop-color="#6B3A16"/><stop offset=".055" stop-color="#6E3C17"/><stop offset=".383" stop-color="#7E451D"/><stop offset=".702" stop-color="#884B20"/><stop offset="1" stop-color="#8B4D21"/></linearGradient><path class="st226" d="M71.9 16.5c-.1.3-.1.6-.1.7 0 .3-.3.7-.4.6 0-.1-.1-.5-.1-.7 0-.1.1.2.2.2l.1-.3c.1-.4.3-.6.3-.5z"/><path class="st126" d="M77.8 29.5c.1-.1.2-.2.2-.5l.1.6-.2.2c.1 0 .1-.2-.1-.3"/><g><path class="st10" d="M74.1 22.6s-1 .1-1.7.4c-.8.3-1.4.9-1.7 1.4-.2.5 0 1 .7.9.6-.1 1.1-.3 1.1-.3l-.4.5-.1.2s.2-.2.7-.1c.5.1.7.3.7.3l.1-.2s.1 0 .2-.1c0 0 .1 0 .1-.2 0 0-.4-.3-.2-.3.1 0 .5.1.5.1s.2-.1.3-.2c0 0 0-.2-.1-.2 0 0 .1 0 .2-.1l-.1-.3.2-.2.1-.2s0-.1.1-.2c0 0 0-.2-.2-.2 0 0 .3-.3 0-.3 0 0 .2-.2-.1-.3-.1 0-.1-.4-.4-.4z"/><linearGradient id="SVGID_86_" gradientUnits="userSpaceOnUse" x1="71.023" y1="25.145" x2="74.569" y2="25.145"><stop offset="0" stop-color="#71817B"/><stop offset=".589" stop-color="#7E97A4"/><stop offset="1" stop-color="#87A8C3"/></linearGradient><path class="st227" d="M72.2 25.8s.2-.2.7-.1c.5.1.7.3.7.3l.1-.3s.1 0 .2-.1c0 0 .1 0 .1-.2 0 0 .2-.1.3 0 .1 0 0-.2 0-.2s.2-.1.3-.2l-.1-.1s-.2-.1-.5 0-.3-.3-.7-.1c0 0-.4 0-.7.2l-.4.1s.1-.3 0-.4c-.1-.1.1-.3 0-.3l-.2.2c-.1.1-.1.2-.3.4-.1.1-.3.4-.7.4 0 0 .2.1.4.1.3-.2.8.2.8.3z"/><path class="st228" d="M73.8 26.1s-.4-.4-.9-.5c-.5-.1-.7.1-.7.1 0-.1.3-.3.5-.3s.3-.1.5-.1c.1 0 .1.1.2.1.6-.2.9-.1.8-.1-.1 0-.2.1-.2.1v.3h-.3c.2.3.1.4.1.4z"/><path class="st229" d="M72.7 24.9c.1 0 .3-.1.4 0 0 0-.2.1-.4.3-.1.1-.3.3-.4.5h-.1c0-.2.4-.6.4-.6s.1-.1.1-.2c.1.1 0 .1 0 0z"/><linearGradient id="SVGID_87_" gradientUnits="userSpaceOnUse" x1="70.731" y1="26.151" x2="73.101" y2="25.351"><stop offset="0" stop-color="#F0CE2B"/><stop offset=".224" stop-color="#EAC82C"/><stop offset=".463" stop-color="#D9B92D"/><stop offset=".71" stop-color="#C1A22E"/><stop offset=".961" stop-color="#A4872F"/><stop offset="1" stop-color="#9E822E"/></linearGradient><path class="st230" d="M70.8 25.2c.1.1.3.2.6.2.6 0 .5-.3 1.3-.5 0 0 .2 0 0 .2-.2.1-.4.3-.6.9-.2.4-.2.8-.2.8s-.4-.4-.5-.9c0 0-.4.4.1 1 0 0-.5.1-.7-.5-.2-.6 0-1 0-1v-.2z"/><linearGradient id="SVGID_88_" gradientUnits="userSpaceOnUse" x1="71.56" y1="26.322" x2="72.476" y2="25.235"><stop offset="0" stop-color="#C49B45"/><stop offset=".227" stop-color="#CF8E2A"/><stop offset=".489" stop-color="#A35723"/><stop offset=".656" stop-color="#8D3A1E"/><stop offset="1" stop-color="#3B1219"/></linearGradient><path class="st231" d="M71.9 26.6c.1-.5.3-1.2.5-1.4 0 0 .1-.1 0-.1-.2.1-.3.1-.5.3l.1-.1-.4.4s.1.7.3.9z"/><path class="st232" d="M71.9 24.7s.1.3-.1.4c-.2.1-.3 0-.3 0l.4-.4z"/><path class="st233" d="M72.4 25.1s-.7.2-1 .8c-.2.3 0 .7 0 .7s-.2-.3 0-.7c.2-.4.6-.8 1.3-1v.1c-.3.2-.6.6-.7 1.6 0 0 0-.9.4-1.4v-.1z"/><ellipse transform="rotate(64.298 71.48 25.438)" class="st234" cx="71.5" cy="25.4" rx=".1" ry=".1"/><path class="st235" d="M72.1 24.6c.2.1.1.3.1.4 0 0 .1-.2.2-.3.1-.1.2-.1 0-.2-.1.1-.2.1-.3.1zM73.5 24.7s.1.1.2.1c.1.1.2.1.2.1.2 0 .3-.1.4-.1.1 0 .3.1.3.1v-.2l.1-.1c.1-.1 0-.3-.1-.4l-.2.2.1.2h-.3l-.3-.1-.4.2z"/><path class="st236" d="M71.9 24.6s.3-.3.3-.2c-.1.2-.1.3-.1.3.2-.2.5-.4.6-.5-.4 0-.8.4-.8.4z"/><path d="M71.9 25v-.2c-.1.1-.1.2-.2.3-.1 0 .1.1.2-.1z"/><path class="st237" d="M72.4 24.2c-.2.1-.5.3-.7.6-.1.2-.3.3-.5.4h-.1-.1s.3 0 .5-.1c.3-.1.3-.3.4-.4 0-.1.3-.3.5-.5"/><path d="M72.1 24.5c-.2.2-.3.5-.5.6-.1.1-.2.1-.2.1s.1 0 .2-.2.3-.3.5-.5z"/><path class="st62" d="M70.8 25.3c-.2.3-.1.8 0 1 .1.2-.1-.3.1-.9l-.1-.1z"/></g><g><path class="st238" d="M60.2 23.3c0-.4-.3-.5-.7-.6H59c-.4.1-.6.2-.6.6 0 0 0 .1.1.2h1.7v-.2h.2v.9h-.2V24h-1.6s-.1 0-.1.1V24.4h-.2v-1.1c0-.1 0-.2.1-.4 0-.1.1-.2.2-.3.2-.2.5-.2.7-.2.2 0 .4 0 .5.1.2.1.4.2.5.4.1.2.1.4.1.6l-.2-.2zM60.5 20.4l-.2 1.8h-.2c0-.1.1-.2-.1-.3h-.1l-1.5-.1h-.1-.1v.2H58l.2-1.8.8.1v.1c-.4.1-.6.2-.7.6v.2h.2l.6.1c0-.3-.1-.4-.4-.5v-.1l1 .1v.1c-.3 0-.5.1-.5.4l.6.1c.1 0 .2 0 .2-.1v-.1c0-.4-.2-.6-.6-.7v-.1h1.1zM59.8 19.1l.6.1s.2 0 .2-.1l.1-.2h.2l-.2 1h-.2v-.2c0-.1 0-.1-.1-.1 0 0-1.5-.4-1.5-.3h-.1c0 .1 0 .1-.1.2h-.2s.3-1.1.3-1.2c0-.2.1-.3.2-.4.1-.1.3-.1.5-.1.5.1.5.6.4 1l-.1.3h-.2V19c.1-.3 0-.5-.4-.6-.3-.1-.4 0-.5.3v.2l.1.1.7.2.3-.1zM60.8 15.2c0-.1.1-.1.1-.2.1-.2.1-.4-.2-.5-.3-.1-.4 0-.5.2 0 .1-.1.1-.1.2s.1.1.1.1l.6.2.1.1.6.3h.2l.1-.2.1.1-.4.9-.1-.1s0-.1.1-.1c.1-.1 0-.1-.1-.2l-1.2-.6s-.2-.1-.2 0c-.1 0-.1.2-.1.2l-.1-.1.4-1 .1-.2c.1-.1.1-.3.3-.3.1-.1.3-.1.5 0 .3.2.3.5.2.7.1-.2.3-.2.6-.2 0 0 .3.1.4.1.1-.1-.1-.2-.2-.3l.1-.1c.1 0 .1.1.2.1.2.1.2.4.1.6 0 .1-.1.2-.2.2H62l-.4-.1c-.2-.1-.4-.2-.5.1l-.1.2-.2-.1zM61.3 13.8l-.7-.4.9-1.5.7.4-.1.1c-.3-.1-.6-.2-.8.1v.1s.1 0 .1.1l1.3.8c.1.1.1.1.2 0 0-.1.1-.1.1-.2l.1.1-.6.9-.1-.1c0-.1.1-.1.1-.2v-.1s-.1 0-.1-.1l-1.2-.8s-.1 0-.1-.1H61c-.2.3.1.6.3.7v.2zM64.2 11.9l-.1.1-1.9-.7 1 .8c.2.2.4.2.5 0l.1.1-.5.6-.1-.1c.1-.2.1-.3-.1-.5l-1-.8s-.1-.1-.2-.1l-.1.1v.1l-.1-.1.5-.7 1.3.5-.8-1.1.5-.7.1.1-.1.1s-.1.1-.1.2.1.1.2.1l1.1.9c.1 0 .1-.1.2-.1v-.1l.1.1-.6.8-.1-.1.1-.1v-.1-.1L64 11l-1.3-1 1.5 1.9zM66.5 9.4l-1.3 1.3-.1-.1c0-.1.2-.1.1-.2 0 0 0-.1-.1-.1l-1-1.1H64h-.1c-.1 0-.1.1-.2.1l-.1-.1L65 7.9l.5.5-.1.1c-.4-.2-.6-.3-.9 0 0 0-.1.1-.1.2v.1l.1.1.4.4c.2-.2.2-.4 0-.6l.1-.1.7.7-.1.1c-.2-.2-.4-.2-.6 0l.4.5c.1.1.1.1.2.1l.1-.1c.3-.3.3-.5 0-.9l.3-.2.5.6zM66.1 7.7l.7.9c.1.2.3.3.5.1l.1.1-.6.5-.1-.1c.2-.2.2-.2 0-.4l-.8-1.1h-.3l-.1-.1.5-.5 1.6.5-.5-.7c-.1-.2-.3-.2-.4-.1l-.1-.1.6-.5.1.1c-.1.1-.2.2-.1.3 0 .1.1.1.1.2l.9 1.2-.1.1-2-.4zM67.8 6.8l-.4-.7 1.6-.9.4.7-.1.1c-.2-.2-.5-.5-.7-.3 0 0-.1.1 0 .1 0 0 0 .1.1.1l.8 1.3c.1.1.1.1.2.1s.1-.1.2-.1l.1.1-.9.5-.1-.1c.1 0 .1-.1.2-.1v-.1-.1L68.1 6s0-.1-.1-.1h-.1c-.3.2-.2.6-.1.8v.1zM72.3 6c.3-.1.2-.5.2-.7 0-.1-.1-.2-.1-.3-.1-.3-.4-.9-.8-.7-.4.2-.2.7-.1 1.1l.3.6c.1 0 .3.1.5 0v.2c-.3.1-.5.1-.8-.1-.2-.1-.4-.4-.5-.6-.1-.3-.1-.6 0-.9.1-.2.3-.4.6-.5.2-.1.5-.1.7 0 .2.1.4.4.5.6.2.3.2.7 0 .9-.1.3-.3.4-.6.5l.1-.1zM73.3 5.7v-.2H73.6v-.1L73.3 4c0-.1 0-.1-.1-.1H72.9v-.2l1.7-.4.2.7h-.1c-.2-.4-.4-.5-.8-.5-.1 0-.2 0-.2.1v.2l.1.6c.3-.1.3-.2.3-.5h.1l.2 1h-.1c0-.1 0-.1-.1-.2-.1-.2-.2-.2-.4-.2l.2.7c0 .2 0 .2.2.2h.2v.2l-1.1.1zM76.3 3h1v.2c-.1 0-.2 0-.2.1v.1l.5 1.2.3-1.1v-.1c0-.1-.2-.2-.3-.2V3h.8v.2c-.2 0-.3.2-.4.4l-.5 1.6h-.2l-.7-1.8c0-.1-.1-.2-.2-.2h-.1V3zM80.4 5.2L78.6 5v-.2c.1 0 .2 0 .3-.1v-.1l.1-1.4v-.1V3h-.2v-.2l1.7.2v.8h-.1c-.1-.4-.2-.6-.6-.7h-.2v.8c.3 0 .4-.1.4-.4h.1l-.1 1h-.1c0-.3-.1-.5-.4-.5v.6c0 .1 0 .2.1.2h.1c.4 0 .6-.2.7-.6h.1l-.1 1zM80.9 3.9l.2-.8 1.7.3-.1.8h-.1c0-.3 0-.7-.3-.7h-.1v.1l-.3 1.5c0 .1 0 .1.1.2h.2v.2l-1.1-.2v-.2H81.4V5l.3-1.4v-.1s0-.1-.1-.1c-.3-.1-.5.3-.6.6l-.1-.1zM84.4 6.1l-1.7-.5v-.1c.1 0 .2.1.3 0v-.1l.4-1.4v-.1-.1c-.1 0-.1-.1-.2-.1v-.2L85 4l-.2.7h-.1c0-.4-.1-.7-.5-.8H84h-.1s0 .1-.1.1l-.2.5c.2.1.4 0 .5-.3h.1l-.3 1h-.1c.1-.3 0-.5-.3-.6l-.2.6c0 .1-.1.2.1.2 0 0 .1 0 .1.1.4.1.6 0 .8-.4h.1v1zM85.8 5.5l-.3.6v.2s.1 0 .1.1h.1l-.1.1-1-.4.1-.1s.1 0 .1.1c.2 0 .2 0 .2-.1l.6-1.3.1-.2c0-.1-.1-.1-.1-.1h-.1l.1-.1 1 .4.2.1.2.2c.1.1.1.3 0 .5-.1.3-.5.3-.7.3.2.1.2.3.2.6v.4c.1.1.2-.1.3-.2l.1.1c0 .1-.1.1-.1.2-.1.2-.4.2-.6.1-.1 0-.2-.1-.2-.2v-.7c.1-.2.1-.4-.1-.5l-.1-.1.1-.1c.1 0 .1.1.2.1.2.1.4.1.5-.2.1-.3 0-.4-.2-.5-.1 0-.1-.1-.2-.1s-.1.1-.1.1l-.2.6-.1.1z"/><path class="st238" d="M87.5 6.8c-.1.1-.2.1-.2.2-.1.1 0 .2.1.3l-.1.1-.7-.4.1-.1c.3.1.5 0 .6-.2l1.3-1 .2.1-.4 1.9c0 .2 0 .2.1.3l-.1.1-.8-.5.1-.1s.1.1.2.1.1-.1.1-.1l.1-.3-.6-.4.2-.1.4.3.2-.8-.6.5-.2.1zM90 7.2l-.7.9c-.2.2-.2.3 0 .5l-.1.1-.6-.5.1-.1c.2.2.3.1.5-.1l.8-1c0-.1 0-.2-.1-.3l.1-.1.5.4v1.7L91 8c.2-.2.2-.3 0-.5l.1-.1.6.5-.1.1c-.1-.1-.2-.1-.3 0l-.2.2-1 1.2-.1-.1V7.2zM91 9.1c-.1.4-.1.8.1 1.1.1.1.3.2.5 0 .1-.1.1-.3 0-.4l-.1-.2c-.1-.2-.2-.3-.2-.5s0-.4.2-.5c.3-.3.7-.3 1 0 .1.1.2.3.2.4h.2l.1.1-.5.6-.1-.1c.2-.3.2-.7 0-.9-.1-.1-.3-.2-.5 0s-.1.3 0 .5l.1.1c.2.3.4.7 0 1-.1.1-.3.2-.5.2s-.3-.1-.5-.2c-.1-.1-.2-.3-.2-.5h-.2l-.1-.1.5-.6zM93.4 12c-.1 0-.2 0-.3.1-.1.1-.1.2 0 .3l-.1.2-.4-.6.1-.1c.1.2.4.1.6.1l1.6-.4.1.2-1.1 1.6c-.1.1-.1.2 0 .3l-.1.1-.5-.8.1-.1.1.1c.1 0 .1 0 .1-.1l.2-.3-.4-.6h.2l.3.4.5-.6-.8.2h-.2zM93.8 13.9l.1-.1.1.1v.1s.1 0 .1-.1l1.3-.7.1-.1c0-.1 0-.1-.1-.1v-.1l.1-.1.8 1.6-.7.4-.1-.1c.3-.3.4-.5.3-.8 0-.1-.1-.1-.1-.2h-.1l-.4.3c.1.3.3.3.6.2l.1.1-.9.5-.1-.1c.1 0 .1-.1.2-.1.1-.2.1-.3.1-.4l-.6.3c-.1.1-.2.1-.1.2l.1.2-.1.1-.7-1.1zM94.7 15.5l.1-.1.1.1v.1h.1l1.4-.5s.1 0 .1-.1V14.7l.1-.1.7 1.6-.7.3v-.1c.3-.2.5-.5.3-.8 0-.1-.1-.2-.1-.2h-.2l-.6.2c.1.3.2.3.5.2v.1l-1 .4v-.1c.1 0 .1-.1.2-.1.1-.1.2-.2.1-.4l-.6.2c-.1.1-.2.1-.1.2l.1.2-.1.1-.4-.9zM96.1 17.3h-.3c-.2 0-.2.2-.1.3h-.2l-.2-.7h.2c.1.2.3.2.5.2l1.7.1.1.2-1.5 1.2c-.3.1-.3.1-.3.3h-.2l-.2-.9h.2s0 .1.1.2h.1l.3-.2-.2-.7h.2l.2.5.6-.5-.8-.1-.2.1zM95.9 19.1h.2v.2c0 .1.1.1.2.1l1.4-.3h.1s.1 0 .1-.1v-.2h.2l.2 1h-.2v-.1c0-.1 0-.1-.1-.2h-.1-.1l-1.5.3s-.1 0-.1.1v.2H96l-.1-1zM97.4 21.1v.2c0 .3.1.4.5.4.3 0 .4-.2.3-.4v-.2h-1l-.7.1h-.1c-.1 0-.1 0-.1.1v.2h-.2l-.1-1h.2v.1c0 .1.1.1.2.1l1.4-.1h.2V20.3h.2l.1 1v.2c0 .2 0 .3-.1.4-.1.1-.2.2-.4.2-.4 0-.5-.2-.6-.5 0 .2-.2.4-.4.4l-.2.1c-.1 0-.1 0-.2.1 0 .1.2.1.3.1v.1h-.2c-.3 0-.4-.2-.4-.4 0-.1 0-.2.1-.3.1-.1.2-.1.3-.1h.2c.2 0 .4-.1.4-.3v-.2h.3zM97.1 22.8v.1c-.3.1-.7.3-.7.7 0 .2.1.4.3.4.2 0 .3-.1.3-.3v-.2c0-.2.1-.4.2-.5.1-.1.3-.2.5-.2.5 0 .7.3.7.7 0 .2-.1.3-.2.5l.1.1v.1h-.8v-.1c.3-.1.7-.3.7-.6 0-.2-.1-.4-.3-.4-.2 0-.3.2-.3.3v.2c-.1.4-.2.7-.8.7-.2 0-.4-.1-.5-.2-.1-.1-.2-.3-.1-.5 0-.2.1-.4.2-.5l-.2-.2v-.1h.9zM60.3 17.6l.2-.5h-.8l.6.5.2.1c.1.1.2.1.3.2.2.1.2-.1.3-.2h.1l-.2.7h-.1c0-.2-.2-.4-.3-.5l-1.3-1.1.1-.2 1.9-.1c.2 0 .2 0 .3-.2h.1l-.3.9h-.1s.1-.1 0-.2h-.5l-.2.6h-.3z"/><g><path class="st238" d="M61.3 28.8l.4.9-.1.1c0-.1 0-.2-.1-.2h-.1l-.9.4c-.1 0-.3.1-.3.2-.1.1-.1.1-.1.2v.2l.3.3c.2 0 .3 0 .5-.1l.7-.3c.1-.1.3-.1.3-.3v-.1l.1-.1.3.7-.1.1c-.1-.2-.2-.2-.5-.1l-.8.3c-.1 0-.2.1-.3.1-.2 0-.4 0-.5-.1-.1-.1-.2-.2-.2-.4-.1-.2-.1-.4-.1-.6.1-.2.2-.3.4-.4l1.1-.4s.1 0 .1-.1-.1-.2-.1-.2v-.1zM61.9 31.5l-.9.5c-.2.1-.3.2-.2.4l-.1.1-.4-.6.1-.1c.1.2.2.2.4.1l1.2-.6c.1-.1.1-.2 0-.3l.1-.1.3.6-.7 1.5.8-.4c.2-.1.3-.2.2-.4l.1-.1.3.6H63c-.1-.1-.1-.2-.3-.1-.1 0-.2.1-.2.1l-1.3.7-.1-.1.8-1.8zM61.6 34.1l.1-.1.1.1c.1.1.1 0 .2 0l1.2-.8s.1 0 .1-.1v-.1s0-.1-.1-.1v-.1l.1-.1.6.8-.1.1v-.1l-.1-.1h-.1-.1l-1.2.8-.1.1s0 .1.1.1l-.1.1-.6-.5zM63.5 34.5l.6-.5 1.1 1.3-.6.5-.1-.1c.2-.2.4-.5.2-.8 0 0-.1-.1-.1 0l-.1.1-1.1 1c-.1.1-.1.1-.1.2s.1.1.1.1l-.1.1-.7-.8.1-.1c0 .1.1.1.2.2h.1s.1 0 .1-.1l1.1-.9.1-.1v-.1c-.1-.2-.5-.1-.8 0zM65.3 38.3L64 37.1l.1-.1c.1 0 .2.2.2.1 0 0 .1 0 .1-.1l1-1.1v-.1-.1c0-.1-.1-.1-.1-.2l.1-.1 1.2 1.1-.5.6-.1-.1c.2-.4.2-.6-.1-.9 0 0-.1-.1-.2-.1h-.1l-.1.1-.4.4c.2.2.4.1.6 0l.1.1-.7.8-.1-.1c.2-.2.2-.4 0-.6l-.4.5c-.1.1-.1.1-.1.2l.1.1c.3.3.5.2.9 0l.1.1-.3.7zM66.5 39.2l-.7-.5.1-.1c.1 0 .1.1.2.1 0 0 0-.1.1-.1l.9-1.2v-.1l-.1-.1V37l.7.5.2.1c.1.1.2.1.2.3.1.1.1.2.1.3 0 .3-.1.5-.3.7-.1.2-.2.3-.4.4-.2.1-.4.2-.6.1-.1.1-.3-.1-.4-.2l.1-.1c.3.2.6.1.9-.2 0-.1.1-.1.1-.2.1-.1.1-.2.2-.3.2-.3.2-.6-.1-.8 0 0-.1-.1-.2-.1l-.1.1-.8 1.1s-.1.1-.1.2.1.1.1.1l-.1.2zM69.5 40.1l.1.1c-.1.3 0 .8.3.9.2.1.4.1.5-.1.1-.2 0-.3-.1-.4l-.1-.1c-.2-.1-.3-.2-.4-.4-.1-.2-.1-.4 0-.5.2-.4.6-.5.9-.3.1.1.3.2.3.3l.2-.1h.1l-.3.7-.1-.1c.1-.3 0-.7-.3-.8-.1-.1-.4-.1-.4.1-.1.2 0 .3.2.4l.1.1c.3.2.5.5.3 1-.1.2-.2.3-.4.4-.2.1-.3 0-.5-.1s-.3-.2-.4-.4l-.2.2h-.1l.3-.9zM71.4 40.4l.3-.7 1.6.5-.3.8h-.1c.1-.3.1-.7-.2-.8h-.1v.1l-.5 1.4v.2c.1 0 .1 0 .2.1l-.1.1-1-.3.1-.1c.1 0 .1 0 .2.1h.1v-.1l.5-1.4v-.1s0-.1-.1-.1c-.3-.1-.5.2-.6.5v-.2zM73.3 41.8c0 .1-.1.2-.1.3 0 .2.1.2.2.3v.2l-.7-.2v-.2c.2 0 .3-.2.5-.4l.9-1.4h.2l.2 1.9c0 .2 0 .2.2.3v.2l-.9-.2v-.2h.2V42l-.7-.2.1-.2.5.1V41l-.4.7-.2.1zM74.8 41.5l.2-.8 1.6.2-.1.8h-.1c0-.3-.1-.7-.3-.7H76v.1l-.2 1.5c0 .1 0 .1.1.2h.2v.2l-1-.1v-.2h.2s.1 0 .1-.1v-.1l.2-1.4V41s0-.1-.1-.1c-.3 0-.5.3-.5.6h-.2zM78.7 43.1H77v-.2c.1 0 .2 0 .3-.1v-1.6-.1-.1h-.2v-.2h1.7v.8h-.1c-.1-.4-.2-.6-.6-.6h-.2v.8c.2 0 .4-.1.4-.4h.1v1h-.1c0-.3-.1-.5-.4-.5v.6c0 .1 0 .2.1.2h.1c.4 0 .5-.2.7-.6h.1l-.2 1zM79.2 42.3h.1c.1.3.4.7.7.6.2 0 .4-.1.3-.4 0-.2-.1-.3-.3-.3h-.2c-.2 0-.4-.1-.5-.2-.1-.1-.2-.3-.2-.5 0-.5.3-.7.6-.7.2 0 .3 0 .5.1l.1-.2h.1l.1.8h-.1c-.1-.2-.4-.5-.7-.5-.2 0-.3.1-.3.3 0 .2.2.3.3.3h.2c.4.1.7.2.8.7 0 .2 0 .4-.2.5-.1.1-.3.2-.5.2s-.4 0-.5-.2l-.1.2h-.1l-.1-.7zM88.3 39.8c0 .1 0 .2.1.3.1.1.2.1.3 0l.1.1-.6.4-.2-.1c.2-.1.1-.4.1-.6l-.3-1.6.2-.1 1.5 1.2c.1.1.2.1.3.1l.1.1-.8.5-.1-.2.1-.1c0-.1 0-.1-.1-.1l-.3-.2-.4.3v-.2l.4-.3-.6-.5.2.8v.2zM91 38.7l-1.7-1.1.8 1c.2.2.3.3.5.2l.1.1-.6.4H90c.2-.1.1-.3 0-.5l-.8-1-.1-.1-.1.1-.1-.1.6-.5 1.1.8-.6-1.2.6-.5.1.1h-.1l-.1.1c0 .1.1.1.1.2l.9 1.1c.1.1.1 0 .2-.1h.1l.1.1-.7.6-.1-.1.1-.1v-.1-.1s0-.1-.1-.1l-1-1.3.9 2.1zM93.6 36.2l-1.2 1.2-.1-.1c0-.1.2-.1.1-.2 0 0 0-.1-.1-.1l-1.1-1h-.1-.1c-.1 0-.1.1-.2.1l.1-.1 1.2-1.2.6.5-.1.1c-.4-.2-.6-.3-.9 0 0 0-.1.1-.1.2v.1l.1.1.4.4c.2-.2.1-.4 0-.6l.1-.1.8.7-.1.1c-.2-.2-.4-.2-.6 0l.5.4c.1.1.1.1.2.1l.1-.1c.3-.3.2-.5 0-.9l.1-.1.4.5zM93.6 34.6l.5.4s.1 0 .1.1h.1l.1-.1v-.1l.1.1-.5.8-.1-.1.1-.1c.1-.1 0-.1-.1-.2l-1.1-.8-.2-.1c-.1 0-.1.1-.1.1v.1l-.1-.1.6-.8.1-.1.3-.3c.1 0 .3 0 .4.1.3.2.2.5.1.8.2-.1.4-.1.6 0l.2.1c.1 0 .1.1.2.1.1-.1-.1-.2-.1-.3l.1-.1.1.1c.2.2.1.4 0 .6-.1.1-.2.1-.3.1-.1 0-.2 0-.3-.1l-.1-.1c-.2-.1-.4-.2-.5-.1-.1-.1-.1-.1-.2 0l-.1-.1c0-.1.1-.1.1-.2.1-.2.1-.4-.1-.6-.2-.2-.4-.1-.5.1 0 0-.1.1-.1.2s.1.1.1.1l.5.4.1.1zM95.3 34l-.1-.1.1-.1c0-.1 0-.1-.1-.2l-1.2-.8h-.1-.1l-.1.1v.1l-.1-.1.4-.9.1.1v.1s-.1.1-.1.2c0 0 .1 0 .1.1l1.3.8s.1.1.1 0c0 0 0-.1.1-.1v-.1l.1.1-.4.8zM94.8 30.5l.8.3v.1c-.3-.1-.8-.1-.9.2-.1.1-.1.2 0 .4l.3.3c.1.1.2.1.3.2.1.1.3.1.4.2.1 0 .2.1.4 0 .1 0 .2-.1.3-.2.1-.3 0-.6-.3-.8l.1-.1c.4.3.5.7.3 1.1-.1.2-.3.4-.6.4-.3.1-.5 0-.8-.1-.3-.1-.5-.3-.6-.6-.1-.2-.1-.5 0-.7.1-.2.2-.3.3-.3v-.4zM96.5 30.4l.2.2c.2.1.2 0 .3-.2l.1.1-.3.7-.1-.1c.1-.2-.1-.4-.3-.5l-1.3-1.1.1-.2h1.9c.2 0 .2 0 .3-.2l.1.1-.3.8s.1-.1 0-.2h-.5l-.2.6-.1-.1.2-.5h-.8l.6.5.1.1zM83.9 42.3c.3-.1.3-.4.2-.7 0-.1 0-.2-.1-.3-.1-.3-.3-.9-.7-.8-.4.1-.3.7-.2 1.1l.3.6c.1.1.3.1.5.1v.2c-.3.1-.5 0-.8-.1-.2-.1-.4-.4-.5-.7-.1-.3-.1-.6 0-.9.1-.2.3-.4.6-.5.3-.1.5-.1.8.1.2.1.4.4.5.7.1.3.1.6-.1.9-.1.3-.3.4-.6.5l.1-.2zM85.1 42l-.1-.1.1-.1h.1v-.1l-.5-1.4c0-.1 0-.1-.1-.1H84.3V40l1.6-.6.3.7h-.1c-.2-.3-.5-.5-.8-.3-.1 0-.2 0-.2.1v.1l.2.6c.3-.1.3-.2.2-.5l.1-.1.4 1c0-.1-.1-.1-.1-.2-.1-.1-.2-.2-.4-.1l.2.6c.1.1.1.2.2.1l.2-.1.1.1-1.1.6z"/></g></g><g><path class="st239" d="M60.1 23.3c0-.4-.3-.5-.7-.6h-.5c-.4.1-.6.2-.6.6 0 0 0 .1.1.2h1.7v-.2h.2v.9h-.2V24h-1.6s-.1 0-.1.1V24.4h-.2v-1.1c0-.1 0-.3.1-.4 0-.1.1-.2.2-.3.2-.2.5-.2.7-.2.2 0 .4 0 .5.1.2.1.4.2.5.4.1.2.1.4.1.6l-.2-.2zM60.5 20.3l-.2 1.8h-.2c0-.1.1-.2 0-.3H60l-1.5-.1h-.1-.1v.2h-.2l.2-1.8.8.1v.1c-.4.1-.6.2-.7.6v.2h.2l.6.1c0-.3-.1-.4-.4-.5v-.1l1 .1v.1c-.3 0-.5.1-.5.4l.6.1c.1 0 .2 0 .2-.1v-.1c0-.4-.2-.6-.6-.7v-.1h1zM59.8 19.1l.6.1s.2 0 .2-.1l.1-.2h.2l-.2 1h-.2v-.2c0-.1 0-.1-.1-.1 0 0-1.5-.4-1.5-.3h-.1c0 .1 0 .1-.1.2h-.2s.3-1.1.3-1.2c0-.2.1-.3.2-.4.1-.1.3-.1.5-.1.5.1.5.6.4 1l-.1.3h-.2V19c.1-.3 0-.5-.4-.6-.3-.1-.4 0-.5.3v.2l.1.1.7.2.3-.1zM60.8 15.2c0-.1.1-.1.1-.2.1-.2.1-.4-.2-.5-.3-.1-.4 0-.5.2 0 .1-.1.1-.1.2s.1.1.1.1l.6.2.1.1.6.3h.2l.1-.2.1.1-.4.9-.1-.1s0-.1.1-.1c.1-.1 0-.1-.1-.2l-1.2-.6s-.2-.1-.2 0c-.1 0-.1.2-.1.2l-.1-.1.4-1 .1-.2c.1-.1.1-.3.3-.3.1-.1.3-.1.5 0 .3.2.3.5.2.7.1-.2.3-.2.6-.2 0 0 .3.1.4.1.1-.1-.1-.2-.2-.3l.1-.1c.1 0 .1.1.2.1.2.1.2.4.1.6 0 .1-.1.2-.2.2H62l-.5-.1c-.2-.1-.4-.2-.5.1l-.1.2-.1-.1z"/><path class="st239" d="M61.2 13.8l-.7-.4.9-1.5.7.4-.1.1c-.3-.1-.6-.2-.8.1v.1s.1 0 .1.1l1.3.8c.1.1.1.1.2 0 0-.1.1-.1.1-.2l.1.1-.6.9-.1-.1c0-.1.1-.1.1-.2v-.1s-.1 0-.1-.1l-1.1-.8s-.1 0-.1-.1H61c-.2.3.1.6.3.7l-.1.2zM64.1 11.8l-.1.1-1.9-.7 1 .8c.2.2.4.2.5 0l.1.1-.5.6-.1-.1c.1-.2.1-.3-.1-.5l-1-.8s-.1-.1-.2-.1l-.1.1v.1l-.1-.1.5-.7 1.3.5-.8-1.1.5-.7.1.1-.1.1s-.1.1-.1.2.1.1.2.1l1.1.9c.1 0 .1-.1.2-.1v-.1l.1.1-.6.8-.1-.1.1-.1v-.1-.1l-.1-.1-1.3-1 1.5 1.9zM66.4 9.4l-1.3 1.3-.1-.2c0-.1.2-.1.1-.2 0 0 0-.1-.1-.1l-1-1.1h-.1-.1c-.1 0-.1.1-.2.1l-.1-.1 1.3-1.2.5.5-.1.1c-.4-.2-.6-.3-.9 0 0 0-.1.1-.1.2v.1l.1.1.4.4c.2-.2.2-.4 0-.6l.3-.1.7.7-.1.1c-.2-.2-.4-.2-.6 0l.4.5c.1.1.1.1.2.1l.1-.1c.3-.3.3-.5.1-.9l.1-.1.5.5zM66 7.6l.7.9c.1.2.3.3.5.1l.1.1-.6.5-.1-.1c.2-.2.2-.2 0-.4l-.8-1.1h-.3l-.1-.1.5-.4 1.6.5-.5-.7c-.1-.2-.3-.2-.4-.1l-.1-.1.6-.5.1.1c-.1.1-.2.2-.1.3 0 .1.1.1.1.2l.9 1.2-.1.1-2-.5zM67.7 6.8l-.3-.8 1.5-.9.4.7-.1.1c-.2-.2-.5-.5-.7-.3 0 0-.1.1 0 .1 0 0 0 .1.1.1l.8 1.3c.1.1.1.1.2.1s.1-.1.2-.1l.1.1-.9.5-.1-.1c.1 0 .1-.1.2-.1v-.1-.1l-1-1.3s0-.1-.1-.1h-.1c-.3.1-.2.6-.1.8l-.1.1zM72.2 6c.3-.1.2-.5.2-.7 0-.1-.1-.2-.1-.3-.1-.3-.4-.9-.8-.7-.4.2-.2.7-.1 1.1l.3.6h.5v.2c-.3.1-.5.1-.8-.1-.2-.1-.4-.4-.5-.6-.1-.3-.1-.6 0-.9.1-.3.3-.5.6-.6.3-.1.5-.1.8.1.2.1.4.4.5.6.1.3.1.6 0 .9-.1.3-.3.4-.6.5V6zM73.3 5.7v-.2H73.6v-.1L73.3 4c0-.1 0-.1-.1-.1H72.9v-.2l1.7-.4.1.7h-.1c-.2-.4-.4-.5-.8-.5-.1 0-.2 0-.2.1v.2l.1.6c.3-.1.3-.2.3-.5h.1l.2 1h-.1c0-.1 0-.1-.1-.2-.1-.2-.2-.2-.4-.2l.1.6c0 .2 0 .2.2.2h.2v.2l-.9.2zM76.2 3h1v.2c-.1 0-.2 0-.2.1v.1l.5 1.2.3-1.1v-.1c0-.1-.2-.2-.3-.2V3h.8v.2c-.2 0-.3.2-.4.4l-.5 1.6h-.2l-.7-1.8c0-.1-.1-.2-.2-.2h-.1V3zM80.4 5.1L78.6 5v-.2c.1 0 .2 0 .3-.1v-.1l.1-1.4v-.1V3h-.2v-.2l1.7.2v.8h-.1c-.1-.4-.2-.6-.6-.7h-.2v.8c.3 0 .4-.1.4-.4h.1l-.1 1h-.1c0-.3-.1-.5-.4-.5v.6c0 .1 0 .2.1.2h.1c.4 0 .6-.2.7-.6h.1l-.1.9zM80.9 3.8l.2-.8 1.7.3-.1.8h-.1c0-.3 0-.7-.3-.7h-.1v.1L81.9 5c0 .1 0 .1.1.2h.2v.2L81 5.2V5H81.3v-.1l.3-1.4v-.1s0-.1-.1-.1c-.3-.1-.5.3-.6.6v-.1zM84.3 6l-1.7-.5v-.1c.1 0 .2.1.3 0v-.1l.4-1.4v-.1-.1c-.1 0-.1-.1-.2-.1v-.1l1.8.5-.2.7h-.1c0-.4-.1-.7-.5-.8h-.2-.1s0 .1-.1.1l-.2.5c.2.1.4 0 .5-.3h.1l-.3 1h-.1c.1-.3 0-.5-.3-.6l-.2.6c0 .1-.1.2.1.2 0 0 .1 0 .1.1.4.1.6 0 .8-.4l.1.1V6zM85.7 5.5l-.3.6v.2s.1 0 .1.1h.1l-.1.1-1-.4.2-.1s.1 0 .1.1c.1 0 .1 0 .2-.1l.6-1.3.1-.2c0-.1-.1-.1-.1-.1h-.1l.1-.1 1 .4.2.1c-.1 0 .1 0 .2.2v.4c-.1.3-.5.3-.7.3.2.1.2.3.2.6v.4c.1.1.2-.1.3-.2l.1.1c0 .1-.1.1-.1.2-.1.2-.4.2-.6.1-.1 0-.2-.1-.2-.2v-.6c.1-.2.1-.4-.1-.5 0 0-.1 0-.2-.1l.1-.1c.1 0 .1.1.2.1.2.1.4.1.5-.2.1-.3 0-.4-.2-.5-.1 0-.1-.1-.2-.1s-.1.1-.1.1l-.2.6-.1.1z"/><path class="st239" d="M87.5 6.8c-.1.1-.2.1-.2.2-.1.1 0 .2.1.3l-.1.1-.7-.4.1-.1c.2.1.4-.1.6-.2l1.3-1 .2.1-.4 1.9c0 .2 0 .2.1.3l-.1.1-.8-.5.1-.1s.1.1.2.1.1-.1.1-.1v-.4l-.5-.3.2-.1.5.3.2-.8-.6.5-.3.1zM90 7.2l-.7.9c-.2.2-.2.3 0 .5l-.1.1-.6-.5.1-.1c.2.1.3.1.4-.1l.8-1c0-.1 0-.2-.1-.3l.1-.1.5.4v1.7l.5-.7c.2-.2.2-.3 0-.5l.1-.1.6.5-.1.1c-.1-.1-.2-.1-.3 0-.1.1-.2.1-.2.2l-1 1.2-.1-.1.1-2.1zM90.9 9.1c-.1.4-.1.8.1 1.1.1.1.3.2.5 0 .1-.1.1-.3 0-.4l-.1-.2c-.1-.2-.2-.3-.2-.5s0-.4.2-.5c.3-.3.7-.3 1 0 .1.1.2.3.2.4h.2l.1.1-.5.6-.1-.1c.2-.3.2-.7 0-.9-.1-.1-.3-.2-.5 0-.1.2-.1.3 0 .4l.1.1c.2.3.4.7 0 1-.1.1-.3.2-.5.2s-.3-.1-.5-.2c-.1-.1-.2-.3-.2-.5h-.2l-.1-.1.5-.5zM93.4 12c-.1 0-.2 0-.3.1-.1.1-.1.2 0 .3l-.1.1-.4-.6.1-.1c.1.2.4.1.6.1l1.6-.4.1.2-1.1 1.6c-.1.1-.1.2 0 .3l-.1.1-.5-.8.1-.1.1.1c.1 0 .1 0 .1-.1l.2-.3-.4-.5h.2l.3.4.5-.6-.9.2h-.1zM93.8 13.8l.1-.1.1.1v.1s.1 0 .1-.1l1.3-.7.1-.1c0-.1 0-.1-.1-.1v-.1l.1-.1.8 1.6-.7.4-.1-.1c.3-.3.4-.5.3-.8 0-.1-.1-.1-.1-.2h-.1l-.4.4c.1.3.3.3.6.2l.1.1-.9.5-.1-.1c.1 0 .1-.1.2-.1.1-.2.1-.3.1-.4l-.6.3c-.1.1-.2.1-.1.2l.1.2-.1.1-.7-1.2zM94.6 15.5l.1-.1.1.1v.1h.1l1.4-.5s.1 0 .1-.1V14.7l.1-.1.6 1.6-.7.3-.1-.1c.3-.2.5-.5.3-.8 0-.1-.1-.2-.1-.2h-.1l-.4.3c.1.3.2.3.5.2l.1.1-1 .4-.1-.1c.1 0 .1-.1.2-.1.1-.1.2-.2.1-.4l-.5.2c-.1.1-.2.1-.1.2l.1.2-.3.1-.4-1zM96 17.3h-.3c-.2 0-.2.2-.1.3h-.2l-.2-.7h.2c.1.2.3.2.5.2l1.7.1.1.2-1.5 1.2c-.1.1-.2.1-.1.3h-.2l-.3-.9h.2s0 .1.1.2h.1l.3-.2-.3-.7h.2l.2.5.6-.5-.8-.1-.2.1zM95.8 19.1h.2v.2c0 .1.1.1.2.1l1.4-.3h.1s.1 0 .1-.1v-.2h.2l.2 1H98v-.1c0-.1 0-.1-.1-.2h-.1-.1l-1.5.3s-.1 0-.1.1v.2h-.2l-.1-1zM97.3 21.1v.2c0 .3.1.4.5.4.3 0 .4-.2.3-.4v-.2h-1l-.7.1h-.1c-.1 0-.1 0-.1.1v.2H96l-.1-1h.2v.1c0 .1.1.1.2.1l1.4-.1h.2V20.3h.2l.1 1v.2c0 .2 0 .3-.1.4-.1.1-.2.2-.4.2-.4 0-.5-.2-.6-.5 0 .2-.2.4-.4.4l-.2.1c-.1 0-.1 0-.2.1 0 .1.2.1.3.1v.1h-.2c-.3 0-.4-.2-.4-.4 0-.1 0-.2.1-.3.1-.1.2-.1.3-.1h.2c.2 0 .4-.1.4-.3v-.2h.3zM97.1 22.8v.1c-.3.1-.7.3-.7.7 0 .2.1.4.3.4.2 0 .3-.1.3-.3v-.2c0-.2.1-.4.2-.5.1-.1.3-.2.5-.2.5 0 .7.3.7.7 0 .2-.1.3-.2.5l.1.1v.1h-.8v-.1c.3-.1.7-.3.7-.6 0-.2-.1-.4-.3-.4-.2 0-.3.2-.3.3v.2c-.1.4-.2.7-.8.7-.2 0-.4-.1-.5-.2-.1-.1-.2-.3-.1-.5 0-.2.1-.4.2-.5l-.2-.2v-.1h.9zM60.2 17.6l.2-.5h-.8l.6.5.2.1c.1.1.2.1.3.2.2.1.2-.1.3-.2h.1l-.2.7h-.1c0-.2-.2-.4-.3-.5l-1.3-1.1.1-.2 1.9-.1c.2 0 .2 0 .3-.2h.1l-.3.9h-.1s.1-.1 0-.2h-.5l-.2.6h-.3z"/><g><path class="st239" d="M83.8 42.2c.3-.1.3-.5.2-.7 0-.1 0-.2-.1-.3-.1-.3-.3-.9-.7-.8-.4.1-.3.7-.2 1.1l.3.6c.2.1.4.1.5.1v.2c-.3.1-.5 0-.8-.1-.2-.1-.4-.4-.5-.7-.1-.3-.1-.6 0-.9.1-.2.3-.4.6-.5.3-.1.5-.1.8.1.2.1.4.4.5.7.1.3.1.6-.1.9-.1.3-.3.4-.6.5l.1-.2zM85.1 41.9l-.1-.1.1-.1h.1v-.1l-.5-1.4s0-.1-.1-.1H84.3V40l1.6-.6.3.7h-.1c-.2-.3-.5-.5-.8-.3-.1 0-.2.1-.2.1v.1l.2.6c.3-.1.3-.2.2-.5h.1l.4 1V41c0-.1-.1-.1-.1-.2-.1-.1-.2-.2-.4-.1l.2.6c.1.1.1.2.2.1l.2-.1.1.1-1.1.5zM88.2 39.6l-.2-.8.6.5-.4.3v.2l.5-.3.3.2.1.1c0 .1-.1.1-.1.1v.1l.8-.5-.1-.1c-.1.1-.2.1-.3-.1l-1.5-1.2-.2.1.3 1.6c0 .2.1.4-.1.6l.1.1.6-.4-.1-.1c-.1.1-.2.1-.3 0-.1-.1-.1-.2-.1-.3l.1-.1zM90.9 38.7l-1.7-1.1.8 1c.2.2.3.3.5.2l.1.1-.6.4c.2-.1.1-.3 0-.5l-.8-1-.1-.1-.1.1-.1-.1.6-.5 1.1.8-.6-1.3.6-.5.1.1h-.1l-.1.1c0 .1.1.1.1.2l.9 1.1c.1.1.1 0 .2-.1h.1l.1.1-.7.6-.1-.1.1-.1V38v-.1s0-.1-.1-.1l-1-1.3.8 2.2zM93.6 36.2l-1.2 1.2-.1-.1c0-.1.2-.1.1-.2 0 0 0-.1-.1-.1l-1.1-1h-.1-.1v.1l-.2-.1 1.2-1.2.6.5-.1.1c-.4-.2-.6-.3-.9 0 0 0-.1.1-.1.2v.1l.1.1.4.4c.2-.2.1-.4 0-.6l.1-.1.8.7-.1.1c-.2-.2-.4-.2-.6 0l.5.4c.1.1.1.1.2.1l.1-.1c.3-.3.2-.5 0-.9l.1-.1.5.5zM93.4 34.5l-.5-.4-.1-.1c0-.1.1-.1.1-.2.1-.2.3-.2.5-.1.3.2.2.4.1.6 0 .1 0 .1-.1.2l.1.1v-.1s0-.1.1-.1c.2-.2.3-.1.5.1l.1.1c.1.1.2.1.3.1.1 0 .2-.1.3-.1.1-.2.2-.4 0-.6l-.1-.1v.1c.1.1.3.2.1.3-.1 0-.1 0-.2-.1l-.2-.1c-.2-.1-.4-.1-.6 0 .1-.2.2-.5-.1-.8-.1-.1-.3-.1-.4-.1-.2 0-.3.1-.3.3l-.1.1-.6.8.1.1v-.1l.1-.1.2.1 1.1.8c.1.1.1.1.1.2l-.1.1.1.1.6-.8-.1-.1v.1l-.1.1h-.1s-.1 0-.1-.1l-.5-.4-.2.1zM95.3 33.9l-.1-.1.1-.1c0-.1 0-.1-.1-.2l-1.2-.8h-.1-.1l-.1.1v.1l-.1-.1.4-.8.1.1v.1s-.1.1-.1.2c0 0 .1 0 .1.1l1.3.8s.1.1.1 0c0 0 0-.1.1-.1v-.1l.1.1-.4.7zM94.8 30.4l.8.3v.1c-.3-.1-.8-.1-.9.2-.1.1-.1.2 0 .4l.3.3c.1.1.2.1.3.2.1.1.3.1.4.2.1 0 .2.1.4 0 .1 0 .2-.1.3-.2.1-.3 0-.6-.3-.8l.1-.1c.4.3.5.7.3 1.1-.1.2-.3.4-.6.4-.3.1-.5 0-.8-.1-.3-.1-.5-.3-.6-.6-.1-.3-.1-.5 0-.7.1-.2.2-.3.3-.3v-.4zM96.3 30.2l-.6-.5h.8l-.2.5.1.1.2-.6h.5v.2l.1.1.3-.8-.1-.1c-.1.2-.1.2-.3.2l-1.9-.1-.1.2 1.3 1.1c.2.1.3.3.3.5l.1.1.3-.7-.1-.1c0 .1-.1.2-.3.2-.1 0-.2-.1-.2-.2l-.2-.1zM61.2 28.7l.4.9-.1.1c0-.1 0-.2-.1-.2h-.1l-.9.4c-.1 0-.3.1-.3.2-.1.1-.1.1-.1.2v.2l.3.3c.2 0 .3 0 .5-.1l.7-.3c.1-.1.3-.1.3-.3V30l.1-.1.3.7-.1.1c-.1-.2-.2-.2-.5-.1l-.8.3c-.1 0-.2.1-.3.1-.2 0-.4 0-.5-.1-.1-.1-.2-.2-.2-.4-.1-.2-.1-.4-.1-.6.1-.2.2-.3.4-.4l1.1-.4s.1 0 .1-.1-.1-.2-.1-.2v-.1zM61.9 31.4l-1 .5c-.2.1-.3.2-.2.4l-.1.1-.4-.6.1-.1c.1.2.2.2.4.1l1.2-.6c.1-.1.1-.2 0-.3l.1-.1.3.6-.7 1.5.8-.4c.2-.1.3-.2.2-.4l.1-.1.3.6v.1c-.1-.1-.1-.2-.3-.1-.1 0-.2.1-.2.1l-1.3.8-.2-.2.9-1.9zM61.5 34.1l.1-.1.1.1c.1.1.1 0 .2 0l1.2-.8s.1 0 .1-.1v-.1s0-.1-.1-.1v-.1l.1-.1.6.8-.1.1v-.1l-.1-.1h-.1s-.1 0-.1.1l-1.2.8-.1.1s0 .1.1.1v.1l-.1.1-.6-.7zM63.4 34.4l.6-.5 1.1 1.3-.6.5-.1-.1c.2-.2.4-.5.2-.8 0 0-.1-.1-.1 0l-.1.1-1.1 1c-.1.1-.1.1-.1.2s.1.1.1.1l-.1.1-.7-.8.1-.1c0 .1.1.1.2.2h.1s.1 0 .1-.1l1.1-.9.1-.1v-.1c-.1-.2-.5 0-.8 0zM65.3 38.2L64 37.1l.1-.1c.1 0 .2.2.2.1 0 0 .1 0 .1-.1l1-1.1v-.1-.1c0-.1-.1-.1-.1-.2l.1-.1 1.2 1.1-.5.6-.1-.1c.2-.4.2-.6 0-.9 0 0-.1-.1-.2-.1h-.1l-.1.1-.4.4c.2.2.4.1.6 0l.1.1-.7.8-.1-.1c.2-.2.2-.4 0-.6l-.4.5c-.1.1-.1.1-.1.2l.1.1c.3.3.5.2.9 0l.1.1-.4.6zM66.6 39l-.1-.1c0-.1.1-.1.1-.2l.8-1.1.1-.1c.1 0 .1 0 .2.1.3.2.3.4.1.8-.1.1-.1.2-.2.3 0 .1-.1.1-.1.2-.4.2-.6.4-.9.1l-.1.1c.1.1.3.2.5.3.2 0 .4 0 .6-.1.2-.1.3-.2.4-.4.2-.2.3-.5.3-.7 0-.1 0-.2-.1-.3-.1-.1-.1-.2-.2-.3l-.2-.1-.8-.6-.1.1.1.1v.1l-.9 1.2s0 .1-.1.1-.1-.1-.2-.1l-.1.1.7.5h.2zM69.5 40.1l.1.1c-.1.3 0 .8.3.9.2.1.4.1.5-.1.1-.2 0-.3-.1-.4l-.1-.1c-.2-.1-.3-.2-.4-.4-.1-.2-.1-.4 0-.5.2-.4.6-.5.9-.3.1.1.3.2.3.3l.2-.1h.1l-.3.7-.1-.1c.1-.3 0-.7-.3-.8-.1-.1-.4-.1-.4.1-.1.2 0 .3.1.4l.1.1c.3.2.5.5.3 1-.1.2-.2.3-.4.4-.2.1-.3 0-.5-.1s-.3-.2-.4-.4l-.2.1h-.1l.4-.8zM71.3 40.4l.3-.7 1.6.5-.2.8h-.1c.1-.3.1-.7-.2-.8h-.1v.1l-.6 1.4v.2c.1 0 .1 0 .2.1l-.1.1-1-.3.1-.1c.1 0 .1 0 .2.1h.1v-.1l.5-1.4v-.1s0-.1-.1-.1c-.3-.1-.5.2-.6.5v-.2zM73.4 41.6l.4-.7.1.8-.5-.1-.1.2.6.2v.4h-.2v.2l.9.2v-.2c-.2 0-.2-.1-.2-.3l-.2-1.9H74l-.9 1.4c-.1.2-.3.4-.5.4v.2l.7.2v-.2c-.1 0-.2-.1-.2-.3 0-.1.1-.2.1-.3l.2-.2zM74.8 41.4l.2-.8 1.6.2-.1.8h-.1c0-.3-.1-.7-.3-.7H76v.1l-.2 1.5c0 .1 0 .1.1.2h.2v.2l-1-.1v-.2H75.4v-.1l.2-1.4V41s0-.1-.1-.1c-.3 0-.5.3-.5.6l-.2-.1zM78.7 43.1H77v-.2c.1 0 .2 0 .3-.1v-1.6-.1-.1h-.2v-.2h1.7v.8h-.1c-.1-.4-.2-.6-.6-.6h-.2v.8c.2 0 .4-.1.4-.4h.1v1h-.1c0-.3-.1-.5-.4-.5v.6c0 .1 0 .2.1.2h.1c.4 0 .5-.2.7-.6h.1l-.2 1zM79.1 42.2h.1c.1.3.4.7.7.6.2 0 .4-.1.3-.4 0-.2-.1-.3-.3-.3h-.2c-.2 0-.4-.1-.5-.2-.1-.1-.2-.3-.3-.5 0-.5.3-.7.6-.7.2 0 .3 0 .5.1l.1-.2h.1l.1.8h-.1c0-.1-.2-.4-.5-.4-.2 0-.3.1-.3.3 0 .2.2.3.3.3h.2c.4.1.7.2.8.7 0 .2 0 .4-.2.5-.2.2-.4.2-.5.2-.2 0-.4 0-.5-.2l-.1.2h-.1l-.2-.8z"/></g></g><g><circle class="st239" cx="97" cy="26.6" r=".6"/><path class="st240" d="M97.1 26.5c.1 0 .2-.1.2-.2-.1-.1-.2-.1-.3-.1-.3 0-.5.2-.5.5 0 .2.1.3.2.4V27c0-.3.2-.5.4-.5z"/><linearGradient id="SVGID_89_" gradientUnits="userSpaceOnUse" x1="97.228" y1="27.026" x2="96.86" y2="26.422"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st241" d="M97.4 26.4c0 .1 0 .3-.3.3-.2 0-.3.3-.4.3.1.1.2.1.3.1.3 0 .5-.2.5-.5-.1-.1-.1-.2-.1-.2z"/></g><path class="st242" d="M96.7 27c.2.1.3.1.5 0s0 0-.2 0h-.3z"/><g><circle class="st239" cx="59.6" cy="26.6" r=".6"/><path class="st240" d="M59.8 26.5c.1 0 .2-.1.2-.2-.1-.1-.2-.1-.3-.1-.3 0-.5.2-.5.5 0 .2.1.3.2.4V27c-.1-.3.1-.5.4-.5z"/><linearGradient id="SVGID_90_" gradientUnits="userSpaceOnUse" x1="59.865" y1="27.026" x2="59.497" y2="26.422"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st243" d="M60 26.4c0 .1 0 .3-.3.3-.2 0-.3.3-.4.3.1.1.2.1.3.1.3 0 .5-.2.5-.5 0-.1-.1-.2-.1-.2z"/></g><path class="st242" d="M59.4 27c.2.1.3.1.5 0s0 0-.2 0h-.3z"/><g><linearGradient id="SVGID_91_" gradientUnits="userSpaceOnUse" x1="75.733" y1="2.012" x2="73.8" y2=".634"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st244" d="M75 1.2c-.5-.1-1 0-1.2.2.4.1 1.1.5 1.6.6.5.1 1 0 1.3-.2-.5-.1-1.2-.5-1.7-.6z"/><linearGradient id="SVGID_92_" gradientUnits="userSpaceOnUse" x1="76.125" y1="2.198" x2="74.039" y2=".915"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st245" d="M75.2 1.9c-.5-.1-1.2-.4-1.5-.5.3-.2.7-.4 1.3-.2.6.1 1.2.5 1.7.7-.3.1-1 .1-1.5 0z"/><linearGradient id="SVGID_93_" gradientUnits="userSpaceOnUse" x1="76.421" y1="2.221" x2="74.105" y2="1.093"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st246" d="M75.1 1.8c-.5-.1-1.1-.3-1.4-.4.3-.2.7-.4 1.3-.2.6.1 1.2.5 1.7.7-.3.1-1.1 0-1.6-.1z"/><linearGradient id="SVGID_94_" gradientUnits="userSpaceOnUse" x1="76.129" y1="2.182" x2="73.734" y2=".756"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st247" d="M75 1.6c-.5-.1-1.1-.2-1.3-.3.3-.1.7-.3 1.3-.1.6.1 1.2.5 1.7.7-.4.1-1.2-.1-1.7-.3z"/><linearGradient id="SVGID_95_" gradientUnits="userSpaceOnUse" x1="76.299" y1="2.218" x2="73.992" y2=".978"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st248" d="M74.9 1.5c-.5-.1-1-.1-1.2-.1.3-.2.7-.4 1.3-.2.6.1 1.2.5 1.7.7-.4.1-1.3-.3-1.8-.4z"/><linearGradient id="SVGID_96_" gradientUnits="userSpaceOnUse" x1="76.254" y1="2.285" x2="74.116" y2=".957"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st249" d="M74.8 1.4c-.4-.1-1 0-1.1 0 .3-.2.7-.4 1.3-.2.6.1 1.2.5 1.7.7-.4.1-1.5-.4-1.9-.5z"/><linearGradient id="SVGID_97_" gradientUnits="userSpaceOnUse" x1="76.342" y1="2.207" x2="73.884" y2=".949"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st250" d="M76.6 1.8c-.4-.2-.9-.6-1.5-.7-.5-.1-1.1.1-1.4.3 0 0 .5-.2 1-.1.4 0 1.6.7 1.9.5z"/><linearGradient id="SVGID_98_" gradientUnits="userSpaceOnUse" x1="77.16" y1="1.798" x2="75.002" y2=".325"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st251" d="M76.5 1c-.6-.2-1-.1-1.3.1.4.1 1 .6 1.6.7.5.2 1.1.1 1.3-.1-.4-.1-1-.5-1.6-.7z"/><linearGradient id="SVGID_99_" gradientUnits="userSpaceOnUse" x1="77.238" y1="1.926" x2="75.89" y2=".826"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st252" d="M76.7 1.8c-.5-.2-1.1-.6-1.5-.6.3-.2.8-.4 1.3-.2.6.2 1.2.6 1.6.8-.3.2-.9.1-1.4 0z"/><linearGradient id="SVGID_100_" gradientUnits="userSpaceOnUse" x1="77.036" y1="1.906" x2="76.174" y2=".859"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st253" d="M76.6 1.6c-.5-.2-1-.4-1.4-.5.3-.1.8-.3 1.3-.1.6.2 1.2.6 1.6.8-.3.2-1 0-1.5-.2z"/><linearGradient id="SVGID_101_" gradientUnits="userSpaceOnUse" x1="77.457" y1="2.013" x2="75.787" y2=".847"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st254" d="M76.5 1.5c-.5-.1-1-.3-1.3-.3.3-.2.8-.4 1.3-.2.6.2 1.2.6 1.6.8-.3.2-1.1-.2-1.6-.3z"/><linearGradient id="SVGID_102_" gradientUnits="userSpaceOnUse" x1="77.036" y1="1.906" x2="76.174" y2=".859"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st255" d="M76.4 1.4c-.5-.1-1-.2-1.2-.2.3-.2.8-.4 1.3-.2.6.2 1.2.6 1.6.8-.3.2-1.2-.3-1.7-.4z"/><linearGradient id="SVGID_103_" gradientUnits="userSpaceOnUse" x1="77.036" y1="1.906" x2="76.174" y2=".859"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st256" d="M76.3 1.2c-.4-.1-1-.1-1.1-.1.3-.1.8-.3 1.3-.1.6.2 1.2.6 1.6.8-.3.2-1.4-.5-1.8-.6z"/><linearGradient id="SVGID_104_" gradientUnits="userSpaceOnUse" x1="77.285" y1="1.94" x2="76.148" y2="1.058"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st257" d="M78.1 1.8c-.4-.2-.9-.6-1.5-.8-.6-.2-1.2-.1-1.4.2 0 0 .5-.2 1-.1.4.1 1.6.9 1.9.7z"/><linearGradient id="SVGID_105_" gradientUnits="userSpaceOnUse" x1="88.01" y1="4.012" x2="87.133" y2="1.921"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st258" d="M88.1 3.1c-.4-.4-.9-.5-1.3-.6.3.3.5 1 .9 1.4.4.4.8.6 1.3.6-.4-.3-.5-.9-.9-1.4z"/><linearGradient id="SVGID_106_" gradientUnits="userSpaceOnUse" x1="88.327" y1="4.342" x2="87.307" y2="2.646"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st259" d="M87.6 3.8c-.4-.4-.6-1-.8-1.2.4 0 .9.2 1.3.6l.1.1c.4.4.5 1 .8 1.4-.5-.3-1.1-.5-1.4-.9z"/><linearGradient id="SVGID_107_" gradientUnits="userSpaceOnUse" x1="88.323" y1="4.344" x2="87.303" y2="2.648"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st260" d="M87.5 3.7c-.4-.4-.6-.9-.8-1.1.4 0 .9.2 1.3.6l.1.1c.4.4.5 1 .8 1.4-.4-.4-1-.7-1.4-1z"/><linearGradient id="SVGID_108_" gradientUnits="userSpaceOnUse" x1="88.493" y1="4.57" x2="87.037" y2="2.253"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st261" d="M87.5 3.5c-.4-.3-.6-.7-.7-.9.4 0 .9.2 1.3.6l.1.1c.4.4.5 1 .8 1.4-.5-.5-1.1-.9-1.5-1.2z"/><linearGradient id="SVGID_109_" gradientUnits="userSpaceOnUse" x1="88.314" y1="4.35" x2="87.294" y2="2.654"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st262" d="M87.4 3.3c-.4-.3-.5-.6-.6-.7.4 0 .9.2 1.3.6l.1.1c.3.4.5 1 .8 1.4-.5-.7-1.2-1.1-1.6-1.4z"/><linearGradient id="SVGID_110_" gradientUnits="userSpaceOnUse" x1="88.309" y1="4.353" x2="87.29" y2="2.656"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st263" d="M87.4 3.1c-.4-.3-.6-.5-.6-.5.4 0 1 .2 1.3.6l.1.1c.3.4.5 1 .8 1.3-.5-.7-1.2-1.2-1.6-1.5z"/><linearGradient id="SVGID_111_" gradientUnits="userSpaceOnUse" x1="88.123" y1="4.112" x2="87.479" y2="2.951"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st264" d="M88.9 4.6c-.3-.4-.5-.9-.8-1.3-.3-.4-.9-.6-1.3-.7 0 0 .1.1.6.3.4.3 1.1.9 1.5 1.7z"/><g><linearGradient id="SVGID_112_" gradientUnits="userSpaceOnUse" x1="89.534" y1="5.058" x2="88.051" y2="2.099"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st265" d="M89.3 3.7c-.3-.4-.7-.5-1.1-.4.3.3.5 1.1.8 1.5.3.4.7.6 1.1.5-.3-.5-.5-1.2-.8-1.6z"/><linearGradient id="SVGID_113_" gradientUnits="userSpaceOnUse" x1="89.725" y1="5.285" x2="88.34" y2="2.875"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st266" d="M88.9 4.6c-.3-.3-.5-1.1-.7-1.3.3-.1.7.1 1 .4l.1.1c.3.4.5 1.1.7 1.5-.2 0-.5-.2-.6-.3-.2-.1-.4-.3-.5-.4z"/><linearGradient id="SVGID_114_" gradientUnits="userSpaceOnUse" x1="89.739" y1="5.277" x2="88.354" y2="2.867"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st267" d="M88.9 4.4c-.3-.3-.5-1-.7-1.2.3-.1.7.1 1 .5l.1.1c.3.4.5 1.1.7 1.4-.2-.1-.5-.3-.6-.4-.2-.1-.4-.2-.5-.4z"/><linearGradient id="SVGID_115_" gradientUnits="userSpaceOnUse" x1="89.736" y1="5.278" x2="88.351" y2="2.869"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st268" d="M88.9 4.3c-.3-.2-.6-.9-.7-1 .3-.1.7.1 1 .5l.1.1c.3.4.6 1 .7 1.4-.2-.1-.5-.4-.6-.5l-.5-.5z"/><linearGradient id="SVGID_116_" gradientUnits="userSpaceOnUse" x1="89.853" y1="5.184" x2="88.5" y2="3.215"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st269" d="M88.9 4.1c-.2-.2-.6-.8-.7-.9.3-.1.7.1 1 .5l.1.1c.3.4.6 1 .7 1.4l-.6-.6c-.1-.1-.4-.3-.5-.5z"/><linearGradient id="SVGID_117_" gradientUnits="userSpaceOnUse" x1="89.726" y1="5.284" x2="88.341" y2="2.874"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st270" d="M88.8 4l-.7-.7c.3-.1.7.1 1 .5l.1.1c.3.4.6 1 .7 1.4-.2-.3-.5-.6-.6-.8 0-.1-.3-.4-.5-.5z"/><linearGradient id="SVGID_118_" gradientUnits="userSpaceOnUse" x1="89.721" y1="5.287" x2="88.336" y2="2.877"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st271" d="M88.8 3.8c-.2-.1-.6-.5-.6-.6.3-.1.7.2 1 .5l.1.1c.3.4.6 1 .8 1.4-.2-.3-.5-.7-.6-.9-.2-.1-.5-.4-.7-.5z"/><linearGradient id="SVGID_119_" gradientUnits="userSpaceOnUse" x1="89.635" y1="5.216" x2="88.686" y2="3.477"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st272" d="M89.4 4.3c.1.2.5.6.6 1-.2-.4-.5-1-.8-1.4-.3-.4-.7-.7-1.1-.6 0 0 .4.3.6.4.3.1.6.4.7.6z"/></g><g><linearGradient id="SVGID_120_" gradientUnits="userSpaceOnUse" x1="92.061" y1="6.671" x2="90.951" y2="4.814"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st273" d="M91.9 5.5c-.3-.5-.7-.6-1.1-.6.2.4.4 1.2.6 1.7.2.5.7.8 1.1.7-.2-.5-.3-1.4-.6-1.8z"/><linearGradient id="SVGID_121_" gradientUnits="userSpaceOnUse" x1="92.329" y1="7.098" x2="91.219" y2="5.24"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st274" d="M91.5 6.4c-.2-.4-.5-1.2-.7-1.6.4 0 .8.2 1.1.6.3.5.5 1.2.7 1.7-.4.1-.9-.2-1.1-.7z"/><linearGradient id="SVGID_122_" gradientUnits="userSpaceOnUse" x1="92.344" y1="7.089" x2="91.234" y2="5.232"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st275" d="M91.8 5.5c.3.5.5 1.3.7 1.7-.4 0-.8-.5-1.1-.9-.2-.4-.5-1.1-.7-1.4.5 0 .8.2 1.1.6z"/><linearGradient id="SVGID_123_" gradientUnits="userSpaceOnUse" x1="92.166" y1="6.93" x2="91.145" y2="4.934"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st276" d="M91.8 5.5c0 .1 0 .1 0 0 .3.5.5 1.2.7 1.7-.3-.1-.7-.6-1.1-1.1-.2-.3-.6-1.1-.6-1.3.4.1.7.3 1 .7z"/><linearGradient id="SVGID_124_" gradientUnits="userSpaceOnUse" x1="92.165" y1="6.931" x2="91.249" y2="5.138"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st277" d="M91.8 5.6c.3.5.6 1.2.7 1.6-.3-.1-.7-.8-1.1-1.2-.3-.3-.6-1-.6-1.1.4 0 .7.2 1 .7z"/><linearGradient id="SVGID_125_" gradientUnits="userSpaceOnUse" x1="92.207" y1="6.802" x2="91.044" y2="4.856"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st278" d="M91.8 5.6c.3.5.6 1.2.8 1.6-.3-.2-.7-.9-1.1-1.4-.3-.3-.6-.9-.6-1 .3.1.6.4.9.8z"/><linearGradient id="SVGID_126_" gradientUnits="userSpaceOnUse" x1="92.322" y1="6.916" x2="91.212" y2="5.058"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st279" d="M91.8 5.6c.3.5.5 1.2.7 1.6-.3-.2-.7-1.1-1.1-1.5-.3-.3-.6-.8-.6-.8.4 0 .7.2 1 .7z"/><linearGradient id="SVGID_127_" gradientUnits="userSpaceOnUse" x1="92.353" y1="7.084" x2="91.243" y2="5.226"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st280" d="M92.5 7.2c-.2-.5-.5-1.1-.8-1.5-.3-.4-.6-.8-1-.8 0 0 .3.4.6.7.6.4 1 1.4 1.2 1.6z"/></g><g><linearGradient id="SVGID_128_" gradientUnits="userSpaceOnUse" x1="95.74" y1="9.676" x2="94.108" y2="9.072"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st281" d="M95.6 9c-.2-.5-.6-.8-1-.9.1.4.1 1.2.3 1.7.1.5.5.9.8 1 0-.5 0-1.3-.1-1.8z"/><linearGradient id="SVGID_129_" gradientUnits="userSpaceOnUse" x1="95.885" y1="9.617" x2="94.794" y2="9.381"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st282" d="M94.9 9.6c-.1-.5-.2-1.2-.3-1.5.4.1.7.5.9.9.1.5.2 1.2.3 1.7-.5 0-.7-.6-.9-1.1z"/><linearGradient id="SVGID_130_" gradientUnits="userSpaceOnUse" x1="95.885" y1="9.617" x2="94.794" y2="9.381"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st283" d="M95.4 9.1c.1.6.2 1.2.3 1.7-.5-.2-.7-.8-.8-1.3-.1-.5-.3-1.1-.3-1.4.4.1.7.5.8 1z"/><linearGradient id="SVGID_131_" gradientUnits="userSpaceOnUse" x1="95.885" y1="9.617" x2="94.794" y2="9.381"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st284" d="M95.4 9.1s0 .1 0 0c.1.6.2 1.1.3 1.7-.5-.2-.6-1-.8-1.4-.1-.4-.3-1-.3-1.3.4.1.7.5.8 1z"/><linearGradient id="SVGID_132_" gradientUnits="userSpaceOnUse" x1="95.885" y1="9.617" x2="94.794" y2="9.381"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st285" d="M95.3 9.2c.1.6.2 1 .4 1.7-.6-.2-.6-1.2-.8-1.6-.2-.4-.3-1-.4-1.1.5 0 .7.5.8 1z"/><linearGradient id="SVGID_133_" gradientUnits="userSpaceOnUse" x1="95.885" y1="9.617" x2="94.794" y2="9.381"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st286" d="M95.3 9.2c.1.6.2 1 .4 1.6-.6-.3-.6-1.3-.8-1.7-.2-.4-.3-.9-.4-1 .5.1.7.6.8 1.1z"/><linearGradient id="SVGID_134_" gradientUnits="userSpaceOnUse" x1="95.77" y1="9.592" x2="94.68" y2="9.356"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st287" d="M95.3 9.2s0 .1 0 0c.1.6.2.9.5 1.6-.7-.3-.7-1.5-.8-1.8l-.4-.8c.4 0 .6.5.7 1z"/><linearGradient id="SVGID_135_" gradientUnits="userSpaceOnUse" x1="95.774" y1="9.593" x2="94.683" y2="9.357"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st288" d="M95.7 10.8c-.4-.7-.5-1-.5-1.6 0-.5-.2-1-.6-1.1 0 0 .2.4.4.7.2.4.1 1.7.7 2z"/></g><g><linearGradient id="SVGID_136_" gradientUnits="userSpaceOnUse" x1="97.307" y1="12.091" x2="96.372" y2="11.88"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st289" d="M97.4 11.6c-.1-.5-.4-.8-.8-1 0 .4-.1 1.2-.1 1.7s.3 1 .7 1.1c.1-.4.3-1.3.2-1.8z"/><linearGradient id="SVGID_137_" gradientUnits="userSpaceOnUse" x1="97.468" y1="12.127" x2="96.533" y2="11.916"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st290" d="M96.6 12.1c-.1-.5 0-1.2 0-1.6.4.2.6.5.7 1v.1c0 .6 0 1.4-.1 1.8-.3-.1-.6-.8-.6-1.3z"/><linearGradient id="SVGID_138_" gradientUnits="userSpaceOnUse" x1="97.468" y1="12.127" x2="96.533" y2="11.916"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st291" d="M97.3 11.6v1.8c-.4-.2-.6-1-.6-1.4-.1-.5 0-1.1 0-1.4.3.1.5.5.6 1z"/><linearGradient id="SVGID_139_" gradientUnits="userSpaceOnUse" x1="97.468" y1="12.127" x2="96.533" y2="11.916"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st292" d="M97.2 11.6v1.8c-.4-.2-.5-1.1-.6-1.6-.1-.4-.1-1.1-.1-1.3.5.2.7.6.7 1.1z"/><linearGradient id="SVGID_140_" gradientUnits="userSpaceOnUse" x1="97.468" y1="12.127" x2="96.533" y2="11.916"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st293" d="M97.2 11.6c-.1.8 0 1.4.1 1.8-.4-.2-.5-1.3-.5-1.7-.1-.4-.1-1-.1-1.2.3.2.5.7.5 1.1z"/><linearGradient id="SVGID_141_" gradientUnits="userSpaceOnUse" x1="97.468" y1="12.127" x2="96.533" y2="11.916"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st294" d="M97.1 11.6c-.1.8.1 1.3.1 1.8-.4-.2-.4-1.4-.5-1.8-.1-.4-.1-1-.1-1.1.4.2.5.7.5 1.1z"/><linearGradient id="SVGID_142_" gradientUnits="userSpaceOnUse" x1="97.468" y1="12.127" x2="96.533" y2="11.916"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st295" d="M97.1 11.6c-.1.9.1 1.3.1 1.8-.4-.2-.4-1.5-.4-1.9-.1-.4-.2-.9-.2-1 .4.2.5.7.5 1.1z"/><linearGradient id="SVGID_143_" gradientUnits="userSpaceOnUse" x1="97.415" y1="12.115" x2="96.479" y2="11.904"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st296" d="M97.2 13.5c-.1-.5-.3-.9-.2-1.8.1-.4-.1-.9-.5-1.1 0 0 .1.5.2.8.2.4.2 1.8.5 2.1z"/></g><g><linearGradient id="SVGID_144_" gradientUnits="userSpaceOnUse" x1="99.325" y1="16.435" x2="98.456" y2="16.216"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st297" d="M99.4 16.1c0-.5-.3-.9-.6-1.1-.1.4-.3 1.2-.3 1.7s.1.9.5 1.1c.1-.5.4-1.2.4-1.7z"/><linearGradient id="SVGID_145_" gradientUnits="userSpaceOnUse" x1="99.401" y1="16.459" x2="98.526" y2="16.238"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st298" d="M98.6 16.5c0-.5.2-1.2.2-1.5.3.3.4.5.4 1v.2c-.1.5-.2 1.1-.3 1.5-.3-.3-.3-.7-.3-1.2z"/><linearGradient id="SVGID_146_" gradientUnits="userSpaceOnUse" x1="99.401" y1="16.459" x2="98.526" y2="16.238"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st299" d="M99.2 16.2c-.1.5-.2 1.1-.2 1.5-.4-.4-.3-.9-.3-1.4 0-.5.1-1.1.2-1.4.3.3.4.6.4 1.1 0 .1-.1.1-.1.2z"/><linearGradient id="SVGID_147_" gradientUnits="userSpaceOnUse" x1="99.401" y1="16.459" x2="98.32" y2="16.186"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st300" d="M99.2 16.2c-.1.5-.1 1.1-.2 1.5-.4-.5-.3-1-.3-1.5s.1-1.1.1-1.3c.2.3.4.6.4 1.1v.2z"/><linearGradient id="SVGID_148_" gradientUnits="userSpaceOnUse" x1="99.306" y1="16.434" x2="98.431" y2="16.214"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st301" d="M99.1 16.2c-.1.5-.1 1.1-.2 1.5-.4-.6-.2-1.1-.2-1.6s0-1.1.1-1.2c.2.3.3.6.3 1.1.1.1.1.2 0 .2z"/><linearGradient id="SVGID_149_" gradientUnits="userSpaceOnUse" x1="99.401" y1="16.459" x2="98.526" y2="16.238"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st302" d="M99.1 16.2c-.1.6 0 1.1-.1 1.5-.5-.6-.2-1.3-.1-1.7v-1.1c.2.3.3.6.3 1.1-.1.1-.1.2-.1.2z"/><linearGradient id="SVGID_150_" gradientUnits="userSpaceOnUse" x1="99.401" y1="16.459" x2="98.526" y2="16.238"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st303" d="M99.1 16.3c-.1.6 0 1-.1 1.5-.5-.7-.1-1.4-.1-1.8 0-.4-.1-1-.1-1 .2.3.3.7.2 1.1.1 0 .1.1.1.2z"/><linearGradient id="SVGID_151_" gradientUnits="userSpaceOnUse" x1="99.401" y1="16.459" x2="98.526" y2="16.238"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st304" d="M99 17.7c.1-.5-.1-.9 0-1.5.1-.5 0-1-.2-1.3 0 0 .1.5.1.9.1.4-.4 1.1.1 1.9z"/></g><g><linearGradient id="SVGID_152_" gradientUnits="userSpaceOnUse" x1="99.755" y1="17.885" x2="98.764" y2="17.753"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st305" d="M99.9 17.5c0-.5-.2-.9-.5-1.1-.1.4-.4 1.2-.5 1.7-.1.5.1 1 .4 1.2.2-.5.6-1.3.6-1.8z"/><linearGradient id="SVGID_153_" gradientUnits="userSpaceOnUse" x1="99.865" y1="17.9" x2="98.875" y2="17.768"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st306" d="M98.9 18.1c0-.2.1-.5.2-.8.2-.4.2-.7.3-.9.3.2.5.6.4 1.2-.1.5-.5 1.2-.4 1.8-.4-.3-.5-.8-.5-1.3z"/><linearGradient id="SVGID_154_" gradientUnits="userSpaceOnUse" x1="99.864" y1="17.9" x2="98.876" y2="17.768"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st307" d="M99 18.1c0-.2.1-.5.2-.8.2-.4.2-.8.2-.9.3.2.5.7.3 1.2s-.3 1.3-.4 1.7c-.3-.3-.4-.7-.3-1.2z"/><linearGradient id="SVGID_155_" gradientUnits="userSpaceOnUse" x1="99.818" y1="17.893" x2="98.831" y2="17.762"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st308" d="M99 18.1c0-.2.1-.5.2-.8.2-.4.2-.8.2-1 .3.2.4.8.2 1.3s-.3 1.2-.3 1.6c-.3-.2-.4-.7-.3-1.1z"/><linearGradient id="SVGID_156_" gradientUnits="userSpaceOnUse" x1="99.863" y1="17.899" x2="98.876" y2="17.768"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st309" d="M99 18.1c0-.2.1-.4.3-.8.2-.5.1-.9.1-1 .3.3.4.9.2 1.3-.3.5-.3 1.2-.2 1.6-.4-.2-.5-.7-.4-1.1z"/><linearGradient id="SVGID_157_" gradientUnits="userSpaceOnUse" x1="99.863" y1="17.899" x2="98.877" y2="17.768"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st310" d="M99 18.1c0-.2.1-.4.3-.8.3-.5.1-.9.1-1 .2.3.4.9.1 1.4-.4.5-.3 1.2-.2 1.5-.3-.2-.4-.7-.3-1.1z"/><linearGradient id="SVGID_158_" gradientUnits="userSpaceOnUse" x1="99.862" y1="17.899" x2="98.878" y2="17.769"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st311" d="M99.1 18.1c-.1.4 0 .9.3 1.2-.2-.3-.4-.9.1-1.5.4-.5.2-1.2-.1-1.4 0 0 .3.5 0 1-.2.3-.3.5-.3.7z"/></g><g><linearGradient id="SVGID_159_" gradientUnits="userSpaceOnUse" x1="100.347" y1="22.898" x2="99.514" y2="22.641"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st312" d="M100.5 22.8c.1-.4.1-1.1-.2-1.4-.2.4-.7 1-.8 1.5-.2.5-.2 1.1.1 1.3.2-.4.8-1 .9-1.4z"/><linearGradient id="SVGID_160_" gradientUnits="userSpaceOnUse" x1="100.365" y1="22.903" x2="99.623" y2="22.674"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st313" d="M99.5 22.9c.1-.2.2-.3.3-.5.2-.4.5-.8.5-1 .2.2.1 1 0 1.4-.2.4-.7 1-.7 1.5-.3-.4-.2-.9-.1-1.4z"/><linearGradient id="SVGID_161_" gradientUnits="userSpaceOnUse" x1="100.448" y1="22.929" x2="99.625" y2="22.675"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st314" d="M99.6 23c.1-.2.2-.3.3-.5.2-.4.5-.9.5-1.1.1.2.1 1.1 0 1.4-.2.4-.7.9-.7 1.4-.4-.4-.3-.8-.1-1.2z"/><linearGradient id="SVGID_162_" gradientUnits="userSpaceOnUse" x1="100.325" y1="22.891" x2="99.521" y2="22.643"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st315" d="M99.6 23c.1-.2.2-.3.3-.5.3-.4.4-.9.5-1.1.1.2.2.6-.1 1.5-.2.5-.6.9-.6 1.4-.4-.5-.3-.9-.1-1.3z"/><linearGradient id="SVGID_163_" gradientUnits="userSpaceOnUse" x1="100.337" y1="22.895" x2="99.638" y2="22.679"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st316" d="M99.6 23c.1-.2.2-.3.3-.5.3-.4.4-1 .4-1.1.1.2-.1 1-.2 1.4-.1.3-.5.8-.5 1.4-.3-.4-.1-.8 0-1.2z"/><linearGradient id="SVGID_164_" gradientUnits="userSpaceOnUse" x1="100.406" y1="22.916" x2="99.634" y2="22.678"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st317" d="M99.7 23c-.1.3-.3.7-.1 1.2-.1-.6.3-1.1.5-1.3.2-.2.3-1.3.3-1.5-.1.4.1.3-.4 1.1-.2.2-.3.3-.3.5z"/></g><g><linearGradient id="SVGID_165_" gradientUnits="userSpaceOnUse" x1="60.333" y1="35.411" x2="59.378" y2="33.405"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st318" d="M59.5 34.9c.1.5.5.9.9 1-.1-.4 0-1.3-.1-1.9-.1-.6-.4-.8-.7-.9-.1.4-.2 1.3-.1 1.8z"/><linearGradient id="SVGID_166_" gradientUnits="userSpaceOnUse" x1="60.254" y1="35.146" x2="59.191" y2="32.911"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st319" d="M59.7 34.9c-.1-.6 0-1.3-.1-1.8.4.2.6.6.7 1.2.1.5 0 1.3.1 1.7-.3-.2-.6-.6-.7-1.1z"/><linearGradient id="SVGID_167_" gradientUnits="userSpaceOnUse" x1="60.271" y1="35.3" x2="59.263" y2="33.182"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st320" d="M59.6 34.9c-.1-.5-.1-1.3-.1-1.8.5.3.5.9.5 1.4.1.5.1 1 .2 1.3-.2-.1-.5-.3-.6-.9z"/><linearGradient id="SVGID_168_" gradientUnits="userSpaceOnUse" x1="60.239" y1="35.262" x2="59.456" y2="33.615"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st321" d="M59.6 34.9c-.1-.6.1-1.3 0-1.8.6.4.6 1.2.6 1.7s.1 1 .1 1.2c-.2-.2-.6-.5-.7-1.1z"/><linearGradient id="SVGID_169_" gradientUnits="userSpaceOnUse" x1="60.387" y1="35.386" x2="59.324" y2="33.151"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st322" d="M59.8 34.9c-.1-.6.2-1.2-.2-1.8.7.5.5 1.4.6 1.9.1.5.1.8.2.9-.2-.2-.5-.5-.6-1z"/><linearGradient id="SVGID_170_" gradientUnits="userSpaceOnUse" x1="60.274" y1="35.081" x2="59.544" y2="33.547"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st323" d="M59.6 33.1c.5.6.2 1.2.3 1.8.1.5.3.9.5 1 0 0-.1-.2-.2-.7-.1-.4.2-1.6-.6-2.1z"/></g><g><linearGradient id="SVGID_171_" gradientUnits="userSpaceOnUse" x1="59.526" y1="34.075" x2="58.562" y2="31.973"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st324" d="M58.7 33.6c.1.7.5 1 .8 1.1-.1-.5.1-1.4.1-1.8 0-.5-.3-.9-.7-1.1-.1.4-.3 1.1-.2 1.8z"/><linearGradient id="SVGID_172_" gradientUnits="userSpaceOnUse" x1="59.473" y1="33.768" x2="58.509" y2="31.666"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st325" d="M58.9 33.6c-.1-.6 0-1.4 0-1.9.4.2.6.6.7 1.1 0 .5-.1 1.5-.1 1.8-.3-.1-.5-.4-.6-1z"/><linearGradient id="SVGID_173_" gradientUnits="userSpaceOnUse" x1="59.535" y1="34.071" x2="58.571" y2="31.969"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st326" d="M58.9 33.6c-.1-.6 0-1.4 0-1.9.5.4.6 1 .5 1.5-.1.8 0 1.2.1 1.4-.3-.1-.6-.4-.6-1z"/><linearGradient id="SVGID_174_" gradientUnits="userSpaceOnUse" x1="59.557" y1="34.061" x2="58.593" y2="31.959"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st327" d="M58.9 33.6c-.1-.6.2-1.4 0-1.8.6.4.5 1.2.5 1.7v1.2c-.2-.2-.4-.5-.5-1.1z"/><linearGradient id="SVGID_175_" gradientUnits="userSpaceOnUse" x1="59.577" y1="34.053" x2="58.613" y2="31.95"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st328" d="M59 33.6c-.1-.6.2-1.4-.1-1.8.7.5.4 1.4.4 1.9 0 .4.1.9.1 1-.1-.2-.4-.5-.4-1.1z"/><linearGradient id="SVGID_176_" gradientUnits="userSpaceOnUse" x1="59.48" y1="33.794" x2="58.771" y2="32.246"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st329" d="M58.9 31.7c.4.5.1 1.2.1 1.8.1.6.3.9.4 1.1 0 0-.1-.4-.1-.8-.1-.5.3-1.5-.4-2.1z"/></g><g><linearGradient id="SVGID_177_" gradientUnits="userSpaceOnUse" x1="58.079" y1="30.828" x2="57.305" y2="28.837"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st330" d="M57.4 30.8c0 .5.3 1 .6 1.2 0-.4.3-1.2.4-1.7.1-.6-.1-.9-.4-1.1-.2.3-.5 1-.6 1.6z"/></g><g><linearGradient id="SVGID_178_" gradientUnits="userSpaceOnUse" x1="57.312" y1="27.77" x2="56.412" y2="26.87"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st331" d="M56.6 27.8c-.1.5.2 1 .4 1.3.1-.4.6-1.2.7-1.7.1-.5-.1-.9-.4-1.2-.2.4-.6 1-.7 1.6z"/></g><g><linearGradient id="SVGID_179_" gradientUnits="userSpaceOnUse" x1="57.043" y1="26.321" x2="56.039" y2="25.23"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st332" d="M56.3 26.3c-.1.6.1 1.1.3 1.4.1-.4.6-1.1.8-1.7.2-.6 0-1.1-.3-1.3-.1.4-.7 1-.8 1.6z"/></g><g><linearGradient id="SVGID_180_" gradientUnits="userSpaceOnUse" x1="58.209" y1="31.291" x2="57.447" y2="29.331"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st333" d="M57.5 30.8c0-.5.4-1.2.5-1.7.3.3.4.7.3 1.3-.1.5-.2 1.2-.2 1.5-.4-.1-.7-.5-.6-1.1z"/><linearGradient id="SVGID_181_" gradientUnits="userSpaceOnUse" x1="58.181" y1="31.307" x2="57.176" y2="28.721"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st334" d="M57.4 30.8c0-.5.5-1.2.5-1.6.3.4.2 1 .1 1.5V32c-.3-.2-.6-.7-.6-1.2z"/><linearGradient id="SVGID_182_" gradientUnits="userSpaceOnUse" x1="58.204" y1="31.299" x2="57.441" y2="29.334"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st335" d="M57.5 30.8c0-.5.4-1.2.4-1.7.3.4.1 1.2 0 1.6-.1.5.1 1 0 1.2-.2-.1-.4-.6-.4-1.1z"/><linearGradient id="SVGID_183_" gradientUnits="userSpaceOnUse" x1="58.124" y1="31.064" x2="57.482" y2="29.414"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st336" d="M57.6 30.8c0-.5.4-1.2.4-1.7.2.5-.1 1.4-.1 1.8-.1.4.2.9.2 1-.4-.1-.6-.6-.5-1.1z"/></g><g><linearGradient id="SVGID_184_" gradientUnits="userSpaceOnUse" x1="57.452" y1="27.911" x2="56.552" y2="27.011"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st337" d="M56.6 27.8c.1-.6.5-1.2.7-1.6.2.3.4.8.3 1.3-.2.5-.5 1.2-.6 1.5-.2-.2-.5-.7-.4-1.2z"/><linearGradient id="SVGID_185_" gradientUnits="userSpaceOnUse" x1="57.453" y1="27.91" x2="56.091" y2="26.548"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st338" d="M56.7 27.8c.1-.6.5-1.2.6-1.6.2.4.3.9.1 1.4-.1.5-.3 1.2-.4 1.4-.2-.2-.4-.7-.3-1.2z"/><linearGradient id="SVGID_186_" gradientUnits="userSpaceOnUse" x1="57.454" y1="27.91" x2="56.361" y2="26.817"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st339" d="M56.6 27.7c.1-.6.6-1.1.7-1.5.2.4.1 1.1 0 1.6s-.2 1.1-.3 1.3c-.2-.3-.5-.8-.4-1.4z"/><linearGradient id="SVGID_187_" gradientUnits="userSpaceOnUse" x1="57.455" y1="27.909" x2="56.554" y2="27.008"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st340" d="M56.7 27.8c.1-.6.5-1.1.6-1.6.1.5 0 1.3-.2 1.7-.1.4-.1 1-.2 1.2-.1-.3-.3-.8-.2-1.3z"/><linearGradient id="SVGID_188_" gradientUnits="userSpaceOnUse" x1="57.456" y1="27.909" x2="56.555" y2="27.008"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st341" d="M56.7 27.8c.1-.6.5-1.1.6-1.6.1.6-.2 1.4-.3 1.8-.1.4 0 1 0 1-.2-.2-.4-.7-.3-1.2z"/></g><g><linearGradient id="SVGID_189_" gradientUnits="userSpaceOnUse" x1="57.23" y1="26.529" x2="56.226" y2="25.436"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st342" d="M57.2 26.1c-.2.6-.5 1.2-.6 1.5-.3-.3-.5-.7-.3-1.3.2-.6.7-1.2.8-1.7.3.4.3.9.1 1.5z"/><linearGradient id="SVGID_190_" gradientUnits="userSpaceOnUse" x1="57.234" y1="26.525" x2="55.839" y2="25.009"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st343" d="M57.1 26.2c-.2.6-.4 1.1-.5 1.4-.3-.3-.5-.7-.3-1.2.2-.6.8-1.2.8-1.7.3.4.1 1 0 1.5z"/><linearGradient id="SVGID_191_" gradientUnits="userSpaceOnUse" x1="57.238" y1="26.521" x2="56.233" y2="25.429"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st344" d="M56.9 26.4c-.2.6-.3 1.1-.3 1.3-.3-.3-.5-.7-.3-1.2.2-.6.8-1.2.8-1.7.3.4 0 1-.2 1.6z"/><linearGradient id="SVGID_192_" gradientUnits="userSpaceOnUse" x1="57.242" y1="26.517" x2="56.238" y2="25.426"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st345" d="M56.8 26.5c-.2.6-.1 1-.2 1.1-.3-.3-.4-.7-.3-1.2.2-.6.8-1.2.8-1.7.3.6-.2 1.3-.3 1.8z"/><linearGradient id="SVGID_193_" gradientUnits="userSpaceOnUse" x1="57.245" y1="26.514" x2="56.241" y2="25.422"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st346" d="M56.6 26.6c-.2.6 0 .9 0 1-.3-.3-.4-.7-.3-1.2.2-.6.8-1.2.8-1.7.3.7-.4 1.4-.5 1.9z"/></g><g><linearGradient id="SVGID_194_" gradientUnits="userSpaceOnUse" x1="56.791" y1="24.696" x2="56.02" y2="24.172"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st347" d="M56.2 24.7c-.2.5 0 1 .2 1.3.2-.4.7-1 .9-1.5.2-.4.1-.9-.2-1.2-.2.4-.7.9-.9 1.4z"/><linearGradient id="SVGID_195_" gradientUnits="userSpaceOnUse" x1="58.217" y1="31.293" x2="57.453" y2="29.328"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st348" d="M58 29.1c0 .5-.3 1.1-.4 1.7 0 .5.1.9.4 1.1 0 0-.4-.4-.3-.8.1-.4.5-1.4.3-2z"/><linearGradient id="SVGID_196_" gradientUnits="userSpaceOnUse" x1="57.456" y1="27.907" x2="56.556" y2="27.007"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st349" d="M57.3 26.2c0 .6-.5 1.1-.6 1.6-.1.5 0 1 .3 1.2 0 0-.2-.5-.1-.9s.5-1.3.4-1.9z"/><linearGradient id="SVGID_197_" gradientUnits="userSpaceOnUse" x1="57.24" y1="26.528" x2="56.391" y2="25.605"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st350" d="M57.2 24.7c0 .6-.6 1.1-.8 1.7-.2.6 0 1 .3 1.2 0 0-.3-.2-.2-.9.1-.4.9-1.2.7-2z"/><linearGradient id="SVGID_198_" gradientUnits="userSpaceOnUse" x1="57.001" y1="24.838" x2="56.204" y2="24.296"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st351" d="M57.1 24.6c-.2.5-.6 1.1-.7 1.4-.2-.3-.3-.7-.2-1.2.2-.5.7-1.1.9-1.5.2.3.1.9 0 1.3z"/><linearGradient id="SVGID_199_" gradientUnits="userSpaceOnUse" x1="57.002" y1="24.837" x2="56.205" y2="24.295"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st352" d="M56.9 24.7c-.2.5-.5 1-.6 1.3-.2-.4-.3-.7-.1-1.2.2-.5.7-1.1.9-1.5.2.4 0 1.1-.2 1.4z"/><linearGradient id="SVGID_200_" gradientUnits="userSpaceOnUse" x1="56.995" y1="24.851" x2="55.751" y2="24.005"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st353" d="M56.8 24.8c-.2.5-.3 1-.4 1.2-.2-.4-.3-.7-.1-1.2.2-.5.7-1 .8-1.5.2.5-.2 1.1-.3 1.5z"/><linearGradient id="SVGID_201_" gradientUnits="userSpaceOnUse" x1="56.995" y1="24.85" x2="56.21" y2="24.316"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st354" d="M56.6 24.9c-.2.5-.2.9-.3 1.1-.2-.4-.3-.7-.1-1.2.2-.5.7-1 .8-1.5.3.5-.2 1.2-.4 1.6z"/><linearGradient id="SVGID_202_" gradientUnits="userSpaceOnUse" x1="56.997" y1="24.849" x2="56.211" y2="24.315"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st355" d="M56.5 25c-.2.5-.1.9-.1 1-.2-.5-.3-.7-.1-1.2.2-.5.7-1 .8-1.5.2.6-.5 1.4-.6 1.7z"/><linearGradient id="SVGID_203_" gradientUnits="userSpaceOnUse" x1="56.998" y1="24.848" x2="56.211" y2="24.313"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st356" d="M57.1 23.3c-.1.5-.6.9-.8 1.4-.2.5-.2.7.1 1.2 0 0-.2-.4 0-.8.1-.3.9-1.2.7-1.8z"/></g><g><linearGradient id="SVGID_204_" gradientUnits="userSpaceOnUse" x1="57.002" y1="20.322" x2="56.445" y2="19.72"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st357" d="M56.4 20.1c-.3.4-.2 1-.1 1.3.2-.3.8-.9 1.1-1.3.3-.4.2-.8.1-1.2-.3.3-.8.8-1.1 1.2z"/><linearGradient id="SVGID_205_" gradientUnits="userSpaceOnUse" x1="57.167" y1="20.5" x2="56.61" y2="19.898"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st358" d="M57.2 20.2c-.3.4-.8 1-1 1.2-.1-.3-.2-.9.1-1.3.3-.4.8-.9 1.2-1.1.1.3 0 .8-.3 1.2z"/><linearGradient id="SVGID_206_" gradientUnits="userSpaceOnUse" x1="57.167" y1="20.5" x2="56.375" y2="19.645"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st359" d="M57.1 20.2c-.2.4-.7 1-.8 1.2-.1-.3-.2-.9.1-1.3.3-.4.8-.9 1.2-1.1 0 .4-.3.9-.5 1.2z"/><linearGradient id="SVGID_207_" gradientUnits="userSpaceOnUse" x1="57.167" y1="20.5" x2="56.61" y2="19.898"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st360" d="M56.9 20.3l-.6 1.2c-.1-.3-.2-.9.1-1.3.3-.4.8-.9 1.2-1.1 0 .3-.5.8-.7 1.2z"/><linearGradient id="SVGID_208_" gradientUnits="userSpaceOnUse" x1="57.167" y1="20.5" x2="56.61" y2="19.898"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st361" d="M56.7 20.3c-.2.4-.4 1-.5 1.1-.1-.3-.2-.9.1-1.3.3-.4.8-.9 1.2-1.1.1.4-.5 1-.8 1.3z"/><linearGradient id="SVGID_209_" gradientUnits="userSpaceOnUse" x1="57.168" y1="20.5" x2="56.612" y2="19.901"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st362" d="M56.6 20.4c-.2.3-.3 1-.3 1.1-.1-.3-.2-.9.1-1.3.3-.4.8-.9 1.2-1.1 0 .3-.8.9-1 1.3z"/><linearGradient id="SVGID_210_" gradientUnits="userSpaceOnUse" x1="57.168" y1="20.5" x2="56.613" y2="19.901"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st363" d="M57.5 19c-.3.2-.9.6-1.2 1.1-.3.4-.2 1-.1 1.4 0 0-.1-.6.1-1s1.3-1.1 1.2-1.5z"/></g><g><linearGradient id="SVGID_211_" gradientUnits="userSpaceOnUse" x1="57.393" y1="17.53" x2="56.87" y2="17.028"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st364" d="M56.8 17.4c-.3.4-.3.9-.2 1.3.3-.3.9-.7 1.2-1.1.3-.4.4-.9.3-1.2-.3.2-1 .6-1.3 1z"/><linearGradient id="SVGID_212_" gradientUnits="userSpaceOnUse" x1="57.549" y1="17.68" x2="57.02" y2="17.172"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st365" d="M57.7 17.6c-.3.4-.8.8-1 1.1-.1-.4-.1-.9.2-1.3.3-.4 1-.8 1.3-1 0 .3-.2.8-.5 1.2z"/><linearGradient id="SVGID_213_" gradientUnits="userSpaceOnUse" x1="57.584" y1="17.713" x2="57.02" y2="17.172"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st366" d="M57.5 17.6c-.3.4-.7.9-.9 1-.1-.4-.1-.9.2-1.3.3-.4 1-.8 1.3-1 .1.4-.3.9-.6 1.3z"/><linearGradient id="SVGID_214_" gradientUnits="userSpaceOnUse" x1="57.584" y1="17.714" x2="56.827" y2="16.987"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st367" d="M57.3 17.6c-.3.4-.6.9-.7 1-.1-.4-.1-.9.2-1.3.3-.4 1-.8 1.3-1 .1.4-.5 1-.8 1.3z"/><linearGradient id="SVGID_215_" gradientUnits="userSpaceOnUse" x1="57.584" y1="17.714" x2="57.02" y2="17.172"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st368" d="M57.2 17.7c-.2.4-.5.9-.5 1-.1-.4-.1-.9.2-1.3.3-.4 1-.8 1.3-1 0 .3-.8.9-1 1.3z"/><linearGradient id="SVGID_216_" gradientUnits="userSpaceOnUse" x1="57.584" y1="17.714" x2="56.884" y2="17.041"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st369" d="M57 17.7c-.2.3-.3.9-.4 1-.1-.4-.1-.9.2-1.3.3-.4 1-.7 1.3-1 .1.3-.9.9-1.1 1.3z"/><linearGradient id="SVGID_217_" gradientUnits="userSpaceOnUse" x1="57.584" y1="17.714" x2="57.021" y2="17.173"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st370" d="M58.1 16.3c-.3.3-1 .5-1.3 1-.3.4-.3 1-.2 1.3 0 0 0-.6.2-1 .2-.2 1.4-.9 1.3-1.3z"/></g><g><linearGradient id="SVGID_218_" gradientUnits="userSpaceOnUse" x1="57.707" y1="16.009" x2="57.321" y2="15.58"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st371" d="M57.2 16c-.3.4-.3.7-.3 1.1.3-.3 1-.5 1.3-.9.3-.3.4-.9.3-1.2-.2.2-1 .6-1.3 1z"/><linearGradient id="SVGID_219_" gradientUnits="userSpaceOnUse" x1="57.964" y1="16.295" x2="57.577" y2="15.865"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st372" d="M58.1 16.3c-.3.3-.9.7-1.1.9-.1-.4-.1-.7.3-1.1.3-.4 1-.8 1.4-1-.1.3-.3.8-.6 1.2z"/><linearGradient id="SVGID_220_" gradientUnits="userSpaceOnUse" x1="57.968" y1="16.3" x2="57.359" y2="15.623"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st373" d="M57.9 16.3c-.3.3-.8.7-.9.9-.1-.4-.1-.7.3-1.1.3-.4 1-.8 1.4-1-.1.3-.5.8-.8 1.2z"/><linearGradient id="SVGID_221_" gradientUnits="userSpaceOnUse" x1="57.981" y1="16.314" x2="57.58" y2="15.869"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st374" d="M57.7 16.3c-.3.3-.6.7-.8.8-.1-.4-.1-.7.3-1.1.3-.4 1-.8 1.4-1 0 .4-.6 1-.9 1.3z"/><linearGradient id="SVGID_222_" gradientUnits="userSpaceOnUse" x1="57.981" y1="16.314" x2="57.48" y2="15.757"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st375" d="M57.6 16.3c-.3.3-.6.7-.6.8-.1-.4-.1-.7.3-1.1.3-.4 1-.8 1.4-1-.1.4-.9 1-1.1 1.3z"/><linearGradient id="SVGID_223_" gradientUnits="userSpaceOnUse" x1="57.981" y1="16.314" x2="57.58" y2="15.869"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st376" d="M57.4 16.3c-.2.3-.4.8-.4.8-.1-.4-.1-.7.3-1.1.3-.4 1-.8 1.4-1-.1.4-1.1 1-1.3 1.3z"/><linearGradient id="SVGID_224_" gradientUnits="userSpaceOnUse" x1="57.981" y1="16.314" x2="57.581" y2="15.869"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st377" d="M58.6 15c-.3.2-1 .6-1.4.9-.3.4-.3.8-.3 1.2 0 0 0-.5.3-.8.2-.3 1.4-.9 1.4-1.3z"/></g><g><linearGradient id="SVGID_225_" gradientUnits="userSpaceOnUse" x1="58.305" y1="14.814" x2="57.919" y2="14.364"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st378" d="M57.7 14.6c-.4.4-.4.8-.4 1.2.3-.3 1-.6 1.3-.9.4-.3.5-.8.4-1.2-.2.3-.9.6-1.3.9z"/><linearGradient id="SVGID_226_" gradientUnits="userSpaceOnUse" x1="58.449" y1="14.982" x2="58.063" y2="14.531"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st379" d="M58.6 14.9c-.4.3-.9.7-1.2.9 0-.4 0-.8.4-1.2.4-.4 1.1-.6 1.4-.9 0 .4-.3.9-.6 1.2z"/><linearGradient id="SVGID_227_" gradientUnits="userSpaceOnUse" x1="58.459" y1="14.994" x2="57.793" y2="14.217"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st380" d="M58.4 14.9c-.3.3-.8.7-1 .9 0-.4 0-.8.4-1.2.4-.4 1.1-.6 1.4-.9 0 .4-.5.9-.8 1.2z"/><linearGradient id="SVGID_228_" gradientUnits="userSpaceOnUse" x1="58.459" y1="14.994" x2="58.065" y2="14.534"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st381" d="M58.2 14.9c-.3.3-.7.8-.8.9 0-.4 0-.8.4-1.2.4-.4 1.1-.6 1.4-.9 0 .4-.7.9-1 1.2z"/><linearGradient id="SVGID_229_" gradientUnits="userSpaceOnUse" x1="58.459" y1="14.994" x2="58.065" y2="14.534"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st382" d="M58.1 14.9c-.3.3-.6.8-.7.9 0-.4 0-.8.4-1.2.4-.4 1.1-.6 1.4-.9 0 .4-.8.9-1.1 1.2z"/><linearGradient id="SVGID_230_" gradientUnits="userSpaceOnUse" x1="58.459" y1="14.994" x2="57.877" y2="14.315"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st383" d="M57.9 14.9c-.3.3-.4.9-.5.9 0-.4 0-.8.4-1.2.4-.4 1.1-.6 1.4-.9 0 .4-1 .9-1.3 1.2z"/><linearGradient id="SVGID_231_" gradientUnits="userSpaceOnUse" x1="58.46" y1="14.995" x2="58.059" y2="14.527"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st384" d="M59.1 13.7c-.4.2-1 .4-1.4.8-.4.4-.4.9-.4 1.3 0 0 .1-.6.3-.9.4-.3 1.6-.8 1.5-1.2z"/></g><g><linearGradient id="SVGID_232_" gradientUnits="userSpaceOnUse" x1="58.955" y1="13.566" x2="58.44" y2="12.921"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st385" d="M58.4 13.1c-.4.4-.6.9-.6 1.3.3-.3 1.1-.6 1.5-.8.4-.2.6-.8.5-1.2-.3.3-1 .4-1.4.7z"/><linearGradient id="SVGID_233_" gradientUnits="userSpaceOnUse" x1="59.084" y1="13.727" x2="58.568" y2="13.082"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st386" d="M59.2 13.6c-.4.2-1.1.6-1.3.9-.1-.4.2-1 .6-1.3.4-.4 1.1-.4 1.4-.7.1.3-.4.9-.7 1.1z"/><linearGradient id="SVGID_234_" gradientUnits="userSpaceOnUse" x1="59.084" y1="13.727" x2="58.361" y2="12.824"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st387" d="M59 13.6c-.3.2-1 .7-1.1.9-.1-.4.2-1 .6-1.3.4-.4 1.1-.4 1.4-.7.1.3-.6.9-.9 1.1z"/><linearGradient id="SVGID_235_" gradientUnits="userSpaceOnUse" x1="59.097" y1="13.743" x2="58.569" y2="13.083"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st388" d="M58.8 13.6c-.3.2-.8.7-1 .9-.1-.4.2-1 .6-1.3.4-.4 1.1-.4 1.4-.7.1.3-.6.9-1 1.1z"/><linearGradient id="SVGID_236_" gradientUnits="userSpaceOnUse" x1="59.097" y1="13.743" x2="58.456" y2="12.942"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st389" d="M58.7 13.6c-.3.2-.7.8-.8.9-.1-.4.2-1 .6-1.3.4-.4 1.1-.4 1.4-.7 0 .3-.9.8-1.2 1.1z"/><linearGradient id="SVGID_237_" gradientUnits="userSpaceOnUse" x1="59.097" y1="13.743" x2="58.569" y2="13.083"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st390" d="M58.5 13.6c-.3.2-.6.9-.6.9-.1-.4.2-1 .6-1.3.4-.4 1.1-.4 1.4-.7 0 .3-1.1.8-1.4 1.1z"/><linearGradient id="SVGID_238_" gradientUnits="userSpaceOnUse" x1="59.097" y1="13.743" x2="58.569" y2="13.083"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st391" d="M59.8 12.4c-.3.3-1 .3-1.4.7-.4.4-.6.9-.6 1.4 0 0 .2-.7.4-.9.4-.3 1.7-.7 1.6-1.2z"/></g><g><linearGradient id="SVGID_239_" gradientUnits="userSpaceOnUse" x1="59.664" y1="12.207" x2="59.255" y2="11.54"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st392" d="M59.1 11.9c-.4.3-.6.7-.5 1 .3-.2 1.1-.4 1.5-.6.4-.3.6-.7.5-1.1-.3.3-1.1.4-1.5.7z"/><linearGradient id="SVGID_240_" gradientUnits="userSpaceOnUse" x1="59.814" y1="12.449" x2="59.404" y2="11.78"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st393" d="M59.9 12.3c-.3.3-1 .5-1.3.7-.1-.4.1-.8.5-1.1.4-.3 1.2-.4 1.5-.7.1.4-.3.9-.7 1.1z"/><linearGradient id="SVGID_241_" gradientUnits="userSpaceOnUse" x1="59.768" y1="12.374" x2="59.362" y2="11.711"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st394" d="M59.7 12.3c-.3.3-.9.5-1.1.7-.1-.4.1-.8.5-1.1.4-.3 1.2-.4 1.5-.7.1.4-.5.8-.9 1.1z"/><linearGradient id="SVGID_242_" gradientUnits="userSpaceOnUse" x1="59.806" y1="12.436" x2="59.404" y2="11.779"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st395" d="M59.6 12.3c-.3.3-.8.6-.9.7-.1-.4.1-.8.5-1.1.4-.3 1.2-.4 1.5-.7 0 .4-.8.8-1.1 1.1z"/><linearGradient id="SVGID_243_" gradientUnits="userSpaceOnUse" x1="59.806" y1="12.436" x2="59.404" y2="11.779"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st396" d="M59.4 12.2c-.3.3-.7.7-.8.7-.1-.4.1-.8.5-1.1.4-.3 1.2-.4 1.5-.7.1.5-.9.9-1.2 1.1z"/><linearGradient id="SVGID_244_" gradientUnits="userSpaceOnUse" x1="59.806" y1="12.436" x2="59.404" y2="11.779"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st397" d="M59.2 12.2c-.3.2-.5.7-.6.8-.1-.4.1-.8.5-1.1.4-.3 1.2-.4 1.5-.7.1.4-1.1.8-1.4 1z"/><linearGradient id="SVGID_245_" gradientUnits="userSpaceOnUse" x1="59.811" y1="12.434" x2="59.407" y2="11.776"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st398" d="M60.6 11.2c-.3.1-1 .3-1.4.6-.4.3-.6.8-.5 1.2 0 0 .2-.5.4-.8.2-.3 1.6-.6 1.5-1z"/></g><g><linearGradient id="SVGID_246_" gradientUnits="userSpaceOnUse" x1="61.55" y1="9.813" x2="60.897" y2="9.182"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st399" d="M60.8 9.3c-.5.3-.7.7-.6 1 .3-.1 1-.2 1.5-.5.5-.2.8-.7.8-1.1-.4.4-1.2.4-1.7.6z"/><linearGradient id="SVGID_247_" gradientUnits="userSpaceOnUse" x1="61.609" y1="9.871" x2="60.957" y2="9.24"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st400" d="M61.5 9.9c-.5.2-1 .3-1.2.5-.1-.4.1-.8.6-1 .5-.3 1.2-.3 1.6-.5 0 .3-.5.7-1 1z"/><linearGradient id="SVGID_248_" gradientUnits="userSpaceOnUse" x1="61.698" y1="9.956" x2="61.045" y2="9.325"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st401" d="M61.3 9.8c-.4.2-.8.4-1 .6-.1-.4.1-.8.6-1 .5-.3 1.2-.3 1.6-.5 0 .3-.8.7-1.2.9z"/><linearGradient id="SVGID_249_" gradientUnits="userSpaceOnUse" x1="61.698" y1="9.956" x2="61.045" y2="9.325"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st402" d="M61.2 9.8c-.4.2-.8.5-.9.6-.1-.4.1-.8.6-1 .5-.3 1.2-.3 1.6-.5 0 .3-.9.7-1.3.9z"/><linearGradient id="SVGID_250_" gradientUnits="userSpaceOnUse" x1="61.698" y1="9.956" x2="61.045" y2="9.325"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st403" d="M61 9.7c-.4.2-.6.6-.7.6-.1-.4.1-.8.6-1 .5-.3 1.2-.3 1.6-.5 0 .4-1.1.7-1.5.9z"/><linearGradient id="SVGID_251_" gradientUnits="userSpaceOnUse" x1="61.7" y1="9.959" x2="61.034" y2="9.315"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st404" d="M60.8 9.7c-.4.2-.5.6-.5.7-.1-.4.2-.8.6-1.1.4-.3 1.1-.3 1.6-.4 0 .3-1.4.6-1.7.8z"/><linearGradient id="SVGID_252_" gradientUnits="userSpaceOnUse" x1="61.687" y1="9.946" x2="60.901" y2="9.186"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st405" d="M62.5 8.9c-.4.1-1.1.3-1.6.6s-.7.6-.6 1c0 0 .3-.6.7-.9.3-.4 1.5-.6 1.5-.7z"/></g><g><linearGradient id="SVGID_253_" gradientUnits="userSpaceOnUse" x1="62.521" y1="8.641" x2="61.694" y2="7.88"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st406" d="M61.7 8.2c-.5.2-.6.6-.5 1 .3-.2 1.2-.2 1.7-.4s.7-.6.6-1c-.4.2-1.3.1-1.8.4z"/><linearGradient id="SVGID_254_" gradientUnits="userSpaceOnUse" x1="62.739" y1="8.842" x2="61.912" y2="8.081"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st407" d="M62.7 8.7c-.5.2-1.2.3-1.5.5-.1-.4.1-.7.5-1 .5-.2 1.3-.2 1.7-.4.1.3-.3.7-.7.9z"/><linearGradient id="SVGID_255_" gradientUnits="userSpaceOnUse" x1="62.739" y1="8.842" x2="61.638" y2="7.828"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st408" d="M62.5 8.6c-.5.2-1.1.4-1.3.6-.1-.4.1-.7.5-1 .5-.2 1.3-.2 1.7-.4.1.3-.5.6-.9.8z"/><linearGradient id="SVGID_256_" gradientUnits="userSpaceOnUse" x1="62.739" y1="8.842" x2="61.912" y2="8.081"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st409" d="M62.3 8.6c-.4.2-.9.4-1.1.6-.1-.4.1-.7.5-1 .5-.2 1.3-.2 1.7-.4.1.3-.7.6-1.1.8z"/><linearGradient id="SVGID_257_" gradientUnits="userSpaceOnUse" x1="62.739" y1="8.842" x2="61.912" y2="8.081"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st410" d="M62.1 8.5c-.4.2-.7.5-.9.6-.1-.4.1-.7.5-1 .5-.2 1.3-.2 1.7-.4.1.4-1 .6-1.3.8z"/><linearGradient id="SVGID_258_" gradientUnits="userSpaceOnUse" x1="62.739" y1="8.842" x2="61.912" y2="8.081"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st411" d="M61.8 8.5c-.4.2-.6.6-.6.7-.1-.4.1-.7.5-1 .5-.2 1.3-.2 1.7-.4.1.3-1.2.5-1.6.7z"/><linearGradient id="SVGID_259_" gradientUnits="userSpaceOnUse" x1="62.739" y1="8.842" x2="61.913" y2="8.081"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st412" d="M63.5 7.8c-.4.1-1.2.1-1.7.3-.5.2-.7.7-.6 1 0 0 .1-.5.4-.7.4-.2 1.9-.3 1.9-.6z"/></g><g><linearGradient id="SVGID_260_" gradientUnits="userSpaceOnUse" x1="63.528" y1="7.623" x2="62.419" y2="6.753"><stop offset="0" stop-color="#B75127"/><stop offset=".36" stop-color="#CF9C2B"/><stop offset=".607" stop-color="#E4D42B"/><stop offset=".853" stop-color="#FFF1C5"/></linearGradient><path class="st413" d="M62.8 7.1c-.5.2-.7.6-.7 1 .3-.2 1.2-.2 1.7-.3.5-.2.7-.5.6-.9-.3.1-1.2 0-1.6.2z"/><linearGradient id="SVGID_261_" gradientUnits="userSpaceOnUse" x1="63.778" y1="7.819" x2="62.669" y2="6.95"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st414" d="M63.6 7.7c-.5.2-1.3.2-1.5.4 0-.3.2-.8.7-1 .5-.2 1.3-.1 1.7-.3 0 .4-.4.7-.9.9z"/><linearGradient id="SVGID_262_" gradientUnits="userSpaceOnUse" x1="63.778" y1="7.82" x2="62.47" y2="6.793"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st415" d="M63.4 7.6c-.4.2-1.1.3-1.3.5 0-.3.2-.8.7-1 .5-.2 1.3-.1 1.7-.3 0 .4-.6.6-1.1.8z"/><linearGradient id="SVGID_263_" gradientUnits="userSpaceOnUse" x1="63.778" y1="7.819" x2="62.669" y2="6.95"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st416" d="M63.2 7.5c-.4.2-1 .4-1.2.5 0-.3.2-.8.7-1 .5-.2 1.3-.1 1.7-.3.1.5-.7.7-1.2.8z"/><linearGradient id="SVGID_264_" gradientUnits="userSpaceOnUse" x1="63.778" y1="7.82" x2="62.493" y2="6.811"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st417" d="M63 7.5c-.4.2-.8.5-1 .6 0-.3.2-.8.7-1 .5-.2 1.3-.1 1.7-.3.1.4-1 .5-1.4.7z"/><linearGradient id="SVGID_265_" gradientUnits="userSpaceOnUse" x1="63.778" y1="7.82" x2="62.482" y2="6.803"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st418" d="M62.8 7.4c-.4.2-.7.6-.8.7 0-.3.2-.8.7-1 .5-.2 1.3-.1 1.7-.3.1.4-1.2.4-1.6.6z"/><linearGradient id="SVGID_266_" gradientUnits="userSpaceOnUse" x1="63.778" y1="7.82" x2="62.669" y2="6.95"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st419" d="M64.5 6.8c-.5.1-1.2 0-1.7.2s-.8.7-.7 1c0 0 .2-.5.6-.7.3-.1 1.8-.1 1.8-.5z"/></g><g><linearGradient id="SVGID_267_" gradientUnits="userSpaceOnUse" x1="64.599" y1="6.535" x2="63.447" y2="5.86"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st420" d="M64 6c-.5.1-.7.5-.7.9.3 0 1.2 0 1.7-.1s.7-.5.7-.8c-.4.1-1.2-.1-1.7 0z"/><linearGradient id="SVGID_268_" gradientUnits="userSpaceOnUse" x1="65.028" y1="6.785" x2="63.876" y2="6.111"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st421" d="M64.7 6.7c-.5.1-1.2.1-1.5.2 0-.3.2-.7.7-.9.5-.1 1.3.1 1.7-.1.1.4-.4.7-.9.8z"/><linearGradient id="SVGID_269_" gradientUnits="userSpaceOnUse" x1="65.028" y1="6.785" x2="63.876" y2="6.111"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st422" d="M64.6 6.6c-.5.1-1.1.2-1.3.3 0-.3.2-.7.7-.9.5-.1 1.3.1 1.7-.1-.1.4-.7.6-1.1.7z"/><linearGradient id="SVGID_270_" gradientUnits="userSpaceOnUse" x1="65.028" y1="6.785" x2="63.876" y2="6.111"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st423" d="M64.4 6.6c-.4.1-.9.3-1.1.4 0-.3.2-.7.7-.9.5-.1 1.3.1 1.7-.1-.1.3-.9.4-1.3.6z"/><linearGradient id="SVGID_271_" gradientUnits="userSpaceOnUse" x1="64.9" y1="6.71" x2="63.747" y2="6.036"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st424" d="M64.2 6.5c-.4.1-.8.4-.9.4 0-.3.2-.7.7-.9.5-.1 1.3.1 1.7-.1-.1.4-1.1.5-1.5.6z"/><linearGradient id="SVGID_272_" gradientUnits="userSpaceOnUse" x1="65.028" y1="6.785" x2="63.876" y2="6.111"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st425" d="M64 6.4c-.4.1-.7.5-.7.5 0-.3.2-.7.7-.9.5-.1 1.3.1 1.7-.1-.1.4-1.3.4-1.7.5z"/><linearGradient id="SVGID_273_" gradientUnits="userSpaceOnUse" x1="65.028" y1="6.785" x2="63.876" y2="6.111"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st426" d="M65.7 6c-.5 0-1.2-.1-1.7 0s-.7.5-.7.9c0 0 .2-.4.6-.6.3-.1 1.7 0 1.8-.3z"/></g><g><linearGradient id="SVGID_274_" gradientUnits="userSpaceOnUse" x1="65.757" y1="5.722" x2="64.162" y2="4.939"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st427" d="M65.1 5.2c-.5.1-.8.5-.9.8.4-.1 1.2.1 1.7 0s.8-.4.9-.8c-.4.1-1.2-.2-1.7 0z"/><linearGradient id="SVGID_275_" gradientUnits="userSpaceOnUse" x1="66.36" y1="6.018" x2="64.765" y2="5.235"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st428" d="M65.8 5.9c-.5.1-1.2 0-1.6.1 0-.3.3-.7.9-.8.5-.1 1.3.1 1.8.1-.1.3-.6.5-1.1.6z"/><linearGradient id="SVGID_276_" gradientUnits="userSpaceOnUse" x1="66.36" y1="6.018" x2="64.765" y2="5.235"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st429" d="M65.6 5.8c-.5.1-1.1.1-1.4.2 0-.3.3-.7.9-.8.5-.1 1.3.1 1.8.1-.1.3-.8.4-1.3.5z"/><linearGradient id="SVGID_277_" gradientUnits="userSpaceOnUse" x1="66.232" y1="5.955" x2="64.34" y2="5.026"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st430" d="M65.4 5.7c-.5.1-1 .2-1.2.3 0-.3.3-.7.9-.8.5-.1 1.3.1 1.8.1-.1.3-1 .3-1.5.4z"/><linearGradient id="SVGID_278_" gradientUnits="userSpaceOnUse" x1="66.36" y1="6.018" x2="64.765" y2="5.235"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st431" d="M65.2 5.6c-.4.1-.9.3-1 .4 0-.3.3-.7.9-.8.5-.1 1.3.1 1.8.1-.1.3-1.2.2-1.7.3z"/><linearGradient id="SVGID_279_" gradientUnits="userSpaceOnUse" x1="66.36" y1="6.018" x2="64.765" y2="5.235"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st432" d="M65.1 5.5c-.5.1-.8.5-.9.5 0-.3.3-.7.9-.8.5-.1 1.3.1 1.8.1-.2.3-1.4.1-1.8.2z"/><linearGradient id="SVGID_280_" gradientUnits="userSpaceOnUse" x1="66.305" y1="5.959" x2="64.5" y2="5.073"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st433" d="M66.9 5.2c-.4 0-1-.1-1.5 0s-1.1.5-1.1.8c0 0 .3-.4.7-.6.3-.1 1.8.1 1.9-.2z"/></g><g><linearGradient id="SVGID_281_" gradientUnits="userSpaceOnUse" x1="66.805" y1="4.869" x2="65.472" y2="3.994"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st434" d="M66.3 4.4c-.5.1-1 .4-1 .8.4 0 1.1.1 1.6 0 .5 0 1.1-.4 1.2-.7-.4 0-1.2-.2-1.8-.1z"/><linearGradient id="SVGID_282_" gradientUnits="userSpaceOnUse" x1="67.309" y1="5.199" x2="65.975" y2="4.324"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st435" d="M66.8 5.1c-.5 0-1.2 0-1.5.1.1-.3.5-.7 1-.8.5-.1 1.3.1 1.8.1-.1.3-.8.5-1.3.6z"/><linearGradient id="SVGID_283_" gradientUnits="userSpaceOnUse" x1="67.225" y1="5.144" x2="65.891" y2="4.269"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st436" d="M66.6 5c-.5 0-1.1.1-1.3.2.1-.3.5-.7 1-.8.5-.1 1.3.1 1.8.1-.1.3-1 .4-1.5.5z"/><linearGradient id="SVGID_284_" gradientUnits="userSpaceOnUse" x1="67.309" y1="5.199" x2="65.975" y2="4.324"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st437" d="M66.4 4.9c-.5.1-1 .2-1.1.3.1-.3.5-.7 1-.8.5-.1 1.3.1 1.8.1-.1.3-1.2.3-1.7.4z"/><linearGradient id="SVGID_285_" gradientUnits="userSpaceOnUse" x1="67.309" y1="5.199" x2="65.975" y2="4.324"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st438" d="M66.3 4.8c-.4.1-.9.3-1 .4.1-.3.5-.7 1-.8.5-.1 1.3.1 1.8.1-.1.3-1.4.2-1.8.3z"/><linearGradient id="SVGID_286_" gradientUnits="userSpaceOnUse" x1="67.181" y1="5.115" x2="65.848" y2="4.241"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st439" d="M66.3 4.7c-.4.1-.9.4-1 .5.1-.3.5-.7 1-.8.5-.1 1.3.1 1.8.1-.1.3-1.4.1-1.8.2z"/><linearGradient id="SVGID_287_" gradientUnits="userSpaceOnUse" x1="67.309" y1="5.199" x2="65.975" y2="4.324"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st440" d="M68.1 4.5c-.4 0-1.2-.2-1.7-.1s-1 .5-1.1.8c0 0 .5-.5.8-.6.4-.1 1.9.2 2-.1z"/></g><g><linearGradient id="SVGID_288_" gradientUnits="userSpaceOnUse" x1="68.498" y1="4.271" x2="65.626" y2="3.105"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st441" d="M67.5 3.7c-.5 0-.8.4-.9.7.4-.1 1.3.2 1.8.1.5 0 1-.4 1.1-.7-.5 0-1.4-.2-2-.1z"/><linearGradient id="SVGID_289_" gradientUnits="userSpaceOnUse" x1="68.812" y1="4.398" x2="66.782" y2="3.574"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st442" d="M68.2 4.4c-.5 0-1.3-.1-1.6 0 .1-.4.4-.7.9-.7.6-.1 1.5.2 1.9.1-.1.3-.7.6-1.2.6z"/><linearGradient id="SVGID_290_" gradientUnits="userSpaceOnUse" x1="68.812" y1="4.398" x2="66.782" y2="3.574"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st443" d="M68 4.3c-.5 0-1.2 0-1.4.1.1-.4.4-.7.9-.7.6-.1 1.5.2 1.9.1-.1.3-.9.4-1.4.5z"/><linearGradient id="SVGID_291_" gradientUnits="userSpaceOnUse" x1="68.812" y1="4.398" x2="66.782" y2="3.574"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st444" d="M67.8 4.2c-.5 0-1.1.1-1.3.2.2-.4.5-.7 1-.7.6-.1 1.5.2 1.9.1-.1.3-1.1.3-1.6.4z"/><linearGradient id="SVGID_292_" gradientUnits="userSpaceOnUse" x1="68.685" y1="4.347" x2="66.654" y2="3.523"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st445" d="M67.7 4.1c-.4 0-1 .3-1.1.3.1-.4.4-.7.9-.7.6-.1 1.5.2 1.9.1-.1.3-1.3.2-1.7.3z"/><linearGradient id="SVGID_293_" gradientUnits="userSpaceOnUse" x1="68.813" y1="4.398" x2="66.782" y2="3.574"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st446" d="M67.5 4c-.4.1-.9.4-.9.4.1-.4.4-.7.9-.7.6-.1 1.5.2 1.9.1-.1.3-1.5.1-1.9.2z"/><linearGradient id="SVGID_294_" gradientUnits="userSpaceOnUse" x1="68.812" y1="4.398" x2="66.781" y2="3.574"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st447" d="M69.4 3.8c-.4-.1-1.3-.2-1.8-.2s-.9.4-1 .7c0 0 .4-.4.8-.5.3 0 1.9.3 2 0z"/></g><g><linearGradient id="SVGID_295_" gradientUnits="userSpaceOnUse" x1="71.223" y1="2.949" x2="69.635" y2="2.144"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st448" d="M70.6 2.2c-.5 0-1 .4-1.1.7.4-.1 1.2.2 1.8.2.5 0 .9-.3 1.1-.6-.5-.1-1.3-.3-1.8-.3z"/><linearGradient id="SVGID_296_" gradientUnits="userSpaceOnUse" x1="71.658" y1="3.17" x2="70.07" y2="2.365"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st449" d="M71 3c-.5 0-1.3-.1-1.6-.1.1-.3.6-.7 1.1-.7.5 0 1.3.3 1.7.4-.2.3-.7.5-1.2.4z"/><linearGradient id="SVGID_297_" gradientUnits="userSpaceOnUse" x1="71.658" y1="3.17" x2="70.07" y2="2.365"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st450" d="M70.9 2.9h-1.5c.1-.3.6-.7 1.1-.7.5 0 1.3.3 1.7.4-.2.3-.8.3-1.3.3z"/><linearGradient id="SVGID_298_" gradientUnits="userSpaceOnUse" x1="71.658" y1="3.17" x2="70.07" y2="2.365"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st451" d="M70.8 2.8c-.5 0-1.2.1-1.4.1.1-.3.6-.7 1.1-.7.5 0 1.3.3 1.7.4-.2.3-1 .2-1.4.2z"/><linearGradient id="SVGID_299_" gradientUnits="userSpaceOnUse" x1="71.495" y1="3.087" x2="69.907" y2="2.282"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st452" d="M70.6 2.7c-.4 0-1.1.2-1.2.3.1-.3.6-.7 1.1-.7.5 0 1.3.3 1.7.4-.2.2-1.1 0-1.6 0z"/><linearGradient id="SVGID_300_" gradientUnits="userSpaceOnUse" x1="71.658" y1="3.17" x2="70.07" y2="2.365"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st453" d="M70.5 2.5c-.4 0-1 .4-1.1.4.1-.3.6-.7 1.1-.7.5 0 1.3.3 1.7.4-.2.3-1.3-.1-1.7-.1z"/><linearGradient id="SVGID_301_" gradientUnits="userSpaceOnUse" x1="71.658" y1="3.17" x2="70.07" y2="2.365"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st454" d="M72.3 2.6c-.4-.1-1.1-.4-1.7-.4-.5 0-1.1.4-1.2.7 0 0 .5-.5.9-.5s1.7.5 2 .2z"/></g><g><linearGradient id="SVGID_302_" gradientUnits="userSpaceOnUse" x1="72.973" y1="2.435" x2="70.531" y2="1.577"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st455" d="M72.1 1.7c-.5 0-.9.3-1.1.5.4.1 1.1.4 1.7.4.5.1.9-.2 1.2-.4-.5-.1-1.2-.4-1.8-.5z"/><linearGradient id="SVGID_303_" gradientUnits="userSpaceOnUse" x1="73.27" y1="2.632" x2="71.752" y2="1.942"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st456" d="M72.5 2.5c-.5 0-1.2-.2-1.5-.3.3-.2.6-.5 1.1-.5.6.1 1.3.4 1.7.5-.2.3-.8.4-1.3.3z"/><linearGradient id="SVGID_304_" gradientUnits="userSpaceOnUse" x1="73.235" y1="2.615" x2="71.441" y2="1.802"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st457" d="M72.4 2.4c-.5-.1-1.1-.1-1.4-.2.3-.2.6-.5 1.1-.5.6.1 1.3.4 1.7.5-.3.3-.9.3-1.4.2z"/><linearGradient id="SVGID_305_" gradientUnits="userSpaceOnUse" x1="73.227" y1="2.692" x2="71.551" y2="1.771"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st458" d="M72.2 2.3c-.5 0-1.1 0-1.3-.1.3-.2.6-.5 1.1-.5.6.1 1.3.4 1.7.5-.2.3-1 .1-1.5.1z"/><linearGradient id="SVGID_306_" gradientUnits="userSpaceOnUse" x1="73.264" y1="2.746" x2="71.661" y2="1.803"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st459" d="M72.1 2.2c-.5 0-1 .1-1.1.1.3-.2.6-.5 1.1-.5.6.1 1.3.4 1.7.5-.3.2-1.2-.1-1.7-.1z"/><linearGradient id="SVGID_307_" gradientUnits="userSpaceOnUse" x1="73.402" y1="2.76" x2="71.109" y2="1.563"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st460" d="M72 2c-.4 0-.9.2-1 .2.3-.2.6-.5 1.1-.5.6.1 1.3.4 1.7.5-.3.3-1.4-.2-1.8-.2z"/><linearGradient id="SVGID_308_" gradientUnits="userSpaceOnUse" x1="73.359" y1="2.64" x2="71.805" y2="1.986"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st461" d="M73.8 2.2c-.4-.1-1-.5-1.6-.5-.6 0-1 .3-1.3.5 0 0 .5-.3.9-.3.5 0 1.7.6 2 .3z"/></g><g><linearGradient id="SVGID_309_" gradientUnits="userSpaceOnUse" x1="74.323" y1="2.128" x2="71.756" y2=".962"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st462" d="M73.5 1.4c-.5-.1-.9.1-1.2.4.4.1 1.1.4 1.7.6.5.1 1 0 1.2-.3-.5-.2-1.1-.6-1.7-.7z"/><linearGradient id="SVGID_310_" gradientUnits="userSpaceOnUse" x1="74.71" y1="2.424" x2="72.626" y2="1.208"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st463" d="M73.9 2.2c-.5-.1-1.2-.4-1.5-.4.2-.2.6-.5 1.2-.4.6.1 1.2.6 1.7.6-.3.3-.9.3-1.4.2z"/><linearGradient id="SVGID_311_" gradientUnits="userSpaceOnUse" x1="74.837" y1="2.333" x2="72.649" y2="1.399"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st464" d="M73.8 2.1c-.5-.1-1.1-.3-1.4-.3.2-.2.6-.5 1.2-.4.6.1 1.2.6 1.7.6-.3.3-1 .2-1.5.1z"/><linearGradient id="SVGID_312_" gradientUnits="userSpaceOnUse" x1="74.95" y1="2.406" x2="72.266" y2="1.202"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st465" d="M73.6 1.9c-.5-.1-1.1-.1-1.3-.2.2-.2.6-.5 1.2-.4.6.1 1.2.6 1.7.6-.2.4-1.1.1-1.6 0z"/><linearGradient id="SVGID_313_" gradientUnits="userSpaceOnUse" x1="74.834" y1="2.419" x2="72.662" y2="1.311"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st466" d="M73.5 1.8c-.5-.1-1 0-1.2 0 .2-.2.6-.5 1.2-.4.6.1 1.2.6 1.7.6-.2.3-1.2-.1-1.7-.2z"/><linearGradient id="SVGID_314_" gradientUnits="userSpaceOnUse" x1="74.699" y1="2.337" x2="72.285" y2="1.141"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st467" d="M73.4 1.6c-.4-.1-1 .1-1 .1.2-.2.7-.5 1.2-.4.6.1 1.2.6 1.6.7-.3.3-1.4-.3-1.8-.4z"/><linearGradient id="SVGID_315_" gradientUnits="userSpaceOnUse" x1="74.689" y1="2.308" x2="73.119" y2="1.556"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st468" d="M75.2 2c-.4-.1-1-.5-1.6-.6-.5-.1-1 .2-1.2.4 0 0 .5-.3.9-.2.4-.1 1.6.7 1.9.4z"/></g><g><linearGradient id="SVGID_316_" gradientUnits="userSpaceOnUse" x1="61.367" y1="36.495" x2="60.016" y2="34.643"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st469" d="M60.4 36.2c.2.5.5.7.9.8-.1-.5-.1-1.4-.2-1.8-.1-.5-.5-.8-.8-.9 0 .5-.1 1.4.1 1.9z"/><linearGradient id="SVGID_317_" gradientUnits="userSpaceOnUse" x1="61.145" y1="36.128" x2="59.794" y2="34.276"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st470" d="M60.4 36c-.1-.5-.1-1.3-.1-1.7.3.1.7.4.8.9.1.4.1 1.3.2 1.8-.4-.1-.8-.5-.9-1z"/><linearGradient id="SVGID_318_" gradientUnits="userSpaceOnUse" x1="61.433" y1="36.447" x2="60.082" y2="34.594"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st471" d="M60.5 35.8c-.1-.5-.2-1.2-.2-1.5.3.1.7.4.8.9.1.4.1 1.3.2 1.8-.4-.1-.7-.7-.8-1.2z"/><linearGradient id="SVGID_319_" gradientUnits="userSpaceOnUse" x1="61.452" y1="36.433" x2="60.101" y2="34.58"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st472" d="M60.5 35.7c-.1-.4-.3-1.1-.2-1.4.3.1.7.4.8.9.1.4.1 1.3.2 1.8-.4-.1-.6-.9-.8-1.3z"/><linearGradient id="SVGID_320_" gradientUnits="userSpaceOnUse" x1="61.242" y1="36.125" x2="59.89" y2="34.272"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st473" d="M60.6 35.5c-.1-.4-.3-1-.3-1.2.3.1.7.4.8.9.1.4.2 1.3.2 1.8-.4-.1-.6-1.1-.7-1.5z"/><linearGradient id="SVGID_321_" gradientUnits="userSpaceOnUse" x1="61.466" y1="36.423" x2="60.115" y2="34.57"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st474" d="M60.7 35.3c-.1-.4-.4-.9-.4-1.1.3.1.7.4.8.9.1.4.2 1.3.2 1.8-.4 0-.5-1.2-.6-1.6z"/><linearGradient id="SVGID_322_" gradientUnits="userSpaceOnUse" x1="61.469" y1="36.421" x2="60.117" y2="34.567"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st475" d="M60.8 35.2c-.1-.4-.5-.8-.5-.9.3.1.7.4.8.9.1.4.2 1.3.2 1.9-.4-.2-.4-1.5-.5-1.9z"/><linearGradient id="SVGID_323_" gradientUnits="userSpaceOnUse" x1="61.312" y1="36.202" x2="60.099" y2="34.54"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st476" d="M61.3 37c-.1-.6-.1-1.4-.2-1.9s-.5-.7-.8-.9c0 0 .4.4.6.7.1.5 0 1.9.4 2.1z"/></g><g><linearGradient id="SVGID_324_" gradientUnits="userSpaceOnUse" x1="90.87" y1="5.924" x2="89.712" y2="3.835"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st477" d="M90.6 4.6c-.3-.4-.8-.7-1.1-.6.2.3.5 1.2.7 1.6.3.4.7.7 1.1.6-.2-.4-.4-1.2-.7-1.6z"/><linearGradient id="SVGID_325_" gradientUnits="userSpaceOnUse" x1="90.987" y1="6.114" x2="89.828" y2="4.024"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st478" d="M90.2 5.4c-.3-.3-.5-1.1-.7-1.4.4-.1.8.2 1.1.6l.1.1c.3.4.5 1.1.6 1.5-.2 0-.5-.3-.6-.4-.2-.1-.4-.2-.5-.4z"/><linearGradient id="SVGID_326_" gradientUnits="userSpaceOnUse" x1="90.782" y1="5.876" x2="89.87" y2="3.963"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st479" d="M90.2 5.3c-.2-.3-.5-1-.7-1.3.3-.1.8.2 1.1.6l.1.1c.3.4.5 1.1.7 1.5-.2-.1-.5-.4-.6-.5-.3-.1-.5-.3-.6-.4z"/><linearGradient id="SVGID_327_" gradientUnits="userSpaceOnUse" x1="90.778" y1="5.878" x2="89.865" y2="3.965"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st480" d="M90.2 5.1c-.2-.3-.6-.9-.7-1.1.3-.1.8.2 1.1.6l.1.1c.3.4.5 1.1.7 1.5l-.6-.6c-.3-.1-.5-.4-.6-.5z"/><linearGradient id="SVGID_328_" gradientUnits="userSpaceOnUse" x1="91.09" y1="6.259" x2="89.931" y2="4.17"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st481" d="M90.2 5c-.2-.2-.6-.8-.7-1 .3-.1.8.3 1.1.6l.1.1c.3.4.5 1.1.7 1.5-.2-.2-.5-.6-.6-.7-.3-.2-.5-.4-.6-.5z"/><linearGradient id="SVGID_329_" gradientUnits="userSpaceOnUse" x1="91.084" y1="6.262" x2="89.926" y2="4.173"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st482" d="M90.1 4.8c-.2-.2-.6-.7-.7-.8.3 0 .8.3 1.1.6l.1.1c.3.4.5 1.1.7 1.5-.1-.3-.5-.7-.6-.8-.1-.2-.4-.5-.6-.6z"/><linearGradient id="SVGID_330_" gradientUnits="userSpaceOnUse" x1="91.078" y1="6.266" x2="89.92" y2="4.176"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st483" d="M90.1 4.7c-.2-.1-.6-.7-.6-.7.3 0 .8.3 1 .6l.1.1c.3.4.5 1 .7 1.5-.1-.3-.5-.8-.6-.9-.1-.2-.4-.5-.6-.6z"/><linearGradient id="SVGID_331_" gradientUnits="userSpaceOnUse" x1="91.028" y1="6.188" x2="90.065" y2="4.45"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st484" d="M90.7 5.2c.1.2.5.7.6 1.1-.2-.4-.4-1-.7-1.5-.3-.5-.8-.8-1.1-.8 0 0 .5.5.7.6.1.1.4.4.5.6z"/><linearGradient id="SVGID_332_" gradientUnits="userSpaceOnUse" x1="93.469" y1="7.685" x2="91.675" y2="5.597"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st485" d="M93.2 6.5c-.3-.5-.7-.6-1.1-.7.2.4.3 1.2.6 1.7.2.5.7.8 1.1.7-.2-.4-.3-1.2-.6-1.7z"/><linearGradient id="SVGID_333_" gradientUnits="userSpaceOnUse" x1="93.629" y1="7.835" x2="92.308" y2="6.298"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st486" d="M92.7 7.5c-.2-.4-.5-1.3-.6-1.6.4 0 .8.2 1 .7.3.5.4 1.2.6 1.7-.3 0-.7-.4-1-.8z"/><linearGradient id="SVGID_334_" gradientUnits="userSpaceOnUse" x1="93.367" y1="7.484" x2="92.288" y2="6.229"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st487" d="M93.1 6.5c0 .1 0 .1 0 0 .3.5.5 1.3.6 1.7-.3 0-.7-.5-1-.9-.2-.4-.5-1.2-.6-1.5.4.1.7.3 1 .7z"/><linearGradient id="SVGID_335_" gradientUnits="userSpaceOnUse" x1="93.471" y1="7.566" x2="92.392" y2="6.311"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st488" d="M93.1 6.6c.3.5.5 1.2.6 1.7-.3-.1-.7-.7-1-1.1-.2-.4-.5-1.1-.6-1.3.4 0 .7.2 1 .7z"/><linearGradient id="SVGID_336_" gradientUnits="userSpaceOnUse" x1="93.681" y1="7.79" x2="92.602" y2="6.535"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st489" d="M93.1 6.6c.3.5.5 1.2.7 1.6-.3-.1-.7-.8-1-1.3-.2-.3-.5-1-.6-1.2.3.2.6.5.9.9z"/><linearGradient id="SVGID_337_" gradientUnits="userSpaceOnUse" x1="93.683" y1="7.788" x2="92.604" y2="6.533"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st490" d="M93 6.6c.1.1.1.1 0 0 .3.5.5 1.2.7 1.6-.3-.2-.6-.9-1.1-1.4-.2-.3-.5-.9-.6-1 .5.1.8.4 1 .8z"/><linearGradient id="SVGID_338_" gradientUnits="userSpaceOnUse" x1="93.68" y1="7.791" x2="92.268" y2="6.148"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st491" d="M93 6.7c.3.5.5 1.1.7 1.6-.3-.2-.6-1.1-1.1-1.6-.3-.3-.6-.8-.6-.8.5 0 .8.3 1 .8z"/><linearGradient id="SVGID_339_" gradientUnits="userSpaceOnUse" x1="93.673" y1="7.796" x2="92.594" y2="6.542"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st492" d="M93.7 8.3c-.2-.5-.4-1.1-.7-1.5-.3-.5-.5-.8-.9-.9 0 0 .3.4.6.7.5.4.8 1.4 1 1.7z"/><linearGradient id="SVGID_340_" gradientUnits="userSpaceOnUse" x1="94.674" y1="8.84" x2="92.718" y2="6.595"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st493" d="M94.5 7.7c-.3-.5-.7-.7-1.1-.7.1.4.3 1.2.5 1.7s.5.8.9.8c-.1-.5-.1-1.3-.3-1.8z"/><linearGradient id="SVGID_341_" gradientUnits="userSpaceOnUse" x1="94.796" y1="8.953" x2="93.761" y2="7.765"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st494" d="M93.9 8.6c-.2-.4-.4-1.3-.5-1.6.4.1.7.3 1 .7.2.5.3 1.3.4 1.8-.4 0-.6-.4-.9-.9z"/><linearGradient id="SVGID_342_" gradientUnits="userSpaceOnUse" x1="94.811" y1="8.94" x2="93.776" y2="7.752"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st495" d="M94.4 7.7c0 .1 0 .1 0 0 .3.5.3 1.3.4 1.8-.3-.1-.6-.6-.9-1-.2-.4-.4-1.2-.5-1.5.4.1.7.3 1 .7z"/><linearGradient id="SVGID_343_" gradientUnits="userSpaceOnUse" x1="94.819" y1="8.933" x2="93.596" y2="7.529"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st496" d="M94.3 7.8c.1 0 .1 0 0 0 .3.5.3 1.3.5 1.7-.3-.1-.6-.7-.9-1.2-.2-.3-.4-1.1-.5-1.3.4.1.7.3.9.8z"/><linearGradient id="SVGID_344_" gradientUnits="userSpaceOnUse" x1="94.821" y1="8.931" x2="93.786" y2="7.743"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st497" d="M94.3 7.8c.3.5.3 1.3.5 1.7-.3-.1-.5-.9-.9-1.3-.2-.3-.5-1-.5-1.2.4.1.7.3.9.8z"/><linearGradient id="SVGID_345_" gradientUnits="userSpaceOnUse" x1="94.819" y1="8.933" x2="93.784" y2="7.745"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st498" d="M94.3 7.8c0 .1 0 .1 0 0 .3.5.4 1.2.5 1.7-.3-.2-.5-1-.9-1.5-.2-.3-.5-.9-.5-1 .4.1.7.4.9.8z"/><linearGradient id="SVGID_346_" gradientUnits="userSpaceOnUse" x1="94.814" y1="8.938" x2="93.186" y2="7.07"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st499" d="M94.3 7.9c.3.5.4 1.2.5 1.6-.3-.2-.4-1.2-.9-1.6-.2-.3-.5-.8-.5-.9.4.1.6.4.9.9z"/><linearGradient id="SVGID_347_" gradientUnits="userSpaceOnUse" x1="94.806" y1="8.944" x2="93.771" y2="7.756"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st500" d="M94.8 9.5c-.1-.5-.3-1.1-.5-1.6-.3-.5-.5-.8-.9-.9 0 0 .3.5.5.7.5.5.7 1.5.9 1.8z"/><linearGradient id="SVGID_348_" gradientUnits="userSpaceOnUse" x1="96.499" y1="10.767" x2="95.549" y2="10.563"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st501" d="M96.6 10.3c-.1-.5-.5-1-.9-1 .1.4 0 1.3.1 1.8s.4.9.7 1c0-.5.2-1.3.1-1.8z"/><linearGradient id="SVGID_349_" gradientUnits="userSpaceOnUse" x1="96.592" y1="10.787" x2="95.643" y2="10.583"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st502" d="M95.8 10.9c-.1-.5-.1-1.3-.2-1.6.4.1.7.6.8 1v.1c.1.5 0 1.2.1 1.7-.4-.2-.6-.7-.7-1.2z"/><linearGradient id="SVGID_350_" gradientUnits="userSpaceOnUse" x1="96.592" y1="10.787" x2="95.643" y2="10.583"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st503" d="M96.4 10.3c0 .1 0 .1 0 0 .1.6 0 1.2.1 1.8-.5-.2-.6-.9-.7-1.4-.1-.5-.1-1.2-.2-1.5.4.1.7.6.8 1.1z"/><linearGradient id="SVGID_351_" gradientUnits="userSpaceOnUse" x1="96.497" y1="10.767" x2="95.548" y2="10.563"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st504" d="M96.3 10.4c.1.6 0 1.1.2 1.7-.5-.3-.5-1.1-.6-1.5-.1-.5-.2-1.1-.2-1.3.3 0 .6.6.6 1.1z"/><linearGradient id="SVGID_352_" gradientUnits="userSpaceOnUse" x1="96.592" y1="10.787" x2="95.643" y2="10.583"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st505" d="M96.3 10.4c0 .6 0 1 .2 1.7-.5-.3-.5-1.2-.6-1.7-.1-.4-.2-1-.3-1.2.4.1.7.7.7 1.2z"/><linearGradient id="SVGID_353_" gradientUnits="userSpaceOnUse" x1="96.592" y1="10.787" x2="95.643" y2="10.583"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st506" d="M96.3 10.4s0 .1 0 0c0 .6.1 1 .2 1.7-.6-.4-.5-1.4-.6-1.8-.1-.4-.3-.9-.3-1 .4 0 .6.6.7 1.1z"/><linearGradient id="SVGID_354_" gradientUnits="userSpaceOnUse" x1="96.592" y1="10.787" x2="95.643" y2="10.583"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st507" d="M96.2 10.5c0 .6.1.9.3 1.6-.6-.4-.4-1.5-.5-1.9-.1-.4-.3-.8-.3-.9.3 0 .5.7.5 1.2z"/><linearGradient id="SVGID_355_" gradientUnits="userSpaceOnUse" x1="96.592" y1="10.787" x2="95.643" y2="10.583"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st508" d="M96.5 12.1c-.3-.8-.4-1-.3-1.6 0-.5-.1-1.2-.5-1.2l.4.8c0 .3-.3 1.6.4 2z"/><g><linearGradient id="SVGID_356_" gradientUnits="userSpaceOnUse" x1="98.024" y1="13.547" x2="97.096" y2="13.344"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st509" d="M98.1 13.1c-.1-.5-.4-.8-.7-1 0 .4-.2 1.2-.2 1.7s.3 1 .7 1.2c.1-.6.3-1.4.2-1.9z"/><linearGradient id="SVGID_357_" gradientUnits="userSpaceOnUse" x1="98.177" y1="13.58" x2="97.249" y2="13.377"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st510" d="M97.3 13.6c0-.5.1-1.2.1-1.5.4.2.6.5.7 1v.1c0 .6-.1 1.3-.1 1.8-.4-.3-.7-1-.7-1.4z"/><linearGradient id="SVGID_358_" gradientUnits="userSpaceOnUse" x1="98.114" y1="13.566" x2="97.186" y2="13.364"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st511" d="M98 13.1c0 .6 0 1.3-.1 1.8-.4-.2-.5-1-.6-1.5V12c.5.2.7.6.7 1.1 0-.1 0 0 0 0z"/><linearGradient id="SVGID_359_" gradientUnits="userSpaceOnUse" x1="98.177" y1="13.58" x2="97.249" y2="13.377"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st512" d="M98 13.1c-.1.7 0 1.3-.1 1.8-.4-.2-.5-1.1-.5-1.6V12c.4.2.6.6.6 1.1 0-.1 0 0 0 0z"/><linearGradient id="SVGID_360_" gradientUnits="userSpaceOnUse" x1="98.177" y1="13.58" x2="97.249" y2="13.377"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st513" d="M98 13.1c-.1.8 0 1.3 0 1.8-.4-.2-.4-1.3-.5-1.7-.1-.4-.1-1-.1-1.2.3.2.6.6.6 1.1 0-.1 0 0 0 0z"/><linearGradient id="SVGID_361_" gradientUnits="userSpaceOnUse" x1="98.117" y1="13.567" x2="97.189" y2="13.364"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st514" d="M97.9 13.1c-.1.8 0 1.3 0 1.8-.4-.2-.4-1.4-.4-1.8-.1-.4-.1-.9-.1-1.1.3.2.5.6.5 1.1 0-.1 0 0 0 0z"/><linearGradient id="SVGID_362_" gradientUnits="userSpaceOnUse" x1="98.177" y1="13.58" x2="97.249" y2="13.377"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st515" d="M97.9 13.1c-.2.9 0 1.3.1 1.8-.4-.3-.3-1.5-.4-1.9-.1-.4-.2-.9-.2-.9.3.1.5.6.5 1 0-.1 0 0 0 0z"/><linearGradient id="SVGID_363_" gradientUnits="userSpaceOnUse" x1="98.177" y1="13.58" x2="97.249" y2="13.377"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st516" d="M97.9 14.9c0-.5-.3-.9-.1-1.8.1-.3-.1-.9-.4-1.1 0 0 .1.5.2.8.1.4 0 1.8.3 2.1z"/></g><g><linearGradient id="SVGID_364_" gradientUnits="userSpaceOnUse" x1="98.779" y1="14.957" x2="97.817" y2="14.619"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st517" d="M98.9 14.4c0-.5-.4-.8-.7-1.1 0 .4-.2 1.2-.2 1.7s.3 1 .6 1.2c.1-.3.3-1.2.3-1.8z"/><linearGradient id="SVGID_365_" gradientUnits="userSpaceOnUse" x1="98.889" y1="14.998" x2="97.939" y2="14.665"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st518" d="M98 14.9c0-.5.1-1.2.1-1.5.3.2.6.6.6 1v.1c0 .6-.1 1.3-.2 1.8-.3-.3-.5-.9-.5-1.4z"/><linearGradient id="SVGID_366_" gradientUnits="userSpaceOnUse" x1="98.889" y1="14.998" x2="97.939" y2="14.665"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st519" d="M98.8 14.4c-.1.6-.1 1.3-.2 1.8-.4-.2-.5-1-.5-1.5s.1-1.1.1-1.4c.3.3.6.6.6 1.1z"/><linearGradient id="SVGID_367_" gradientUnits="userSpaceOnUse" x1="98.889" y1="14.998" x2="97.939" y2="14.665"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st520" d="M98.7 14.4c-.1.7-.1 1.3-.2 1.8-.4-.2-.4-1.2-.4-1.6v-1.3c.4.3.6.7.6 1.1z"/><linearGradient id="SVGID_368_" gradientUnits="userSpaceOnUse" x1="98.889" y1="14.998" x2="97.939" y2="14.665"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st521" d="M98.7 14.4c-.1.8-.1 1.3-.1 1.8-.3-.3-.3-1.3-.4-1.7 0-.4-.1-1 0-1.2.3.3.5.7.5 1.1z"/><linearGradient id="SVGID_369_" gradientUnits="userSpaceOnUse" x1="98.889" y1="14.998" x2="97.939" y2="14.665"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st522" d="M98.6 14.4c-.2.8-.1 1.3-.1 1.8-.3-.3-.3-1.4-.3-1.8 0-.4-.1-.9-.1-1.1.4.3.6.7.5 1.1z"/><linearGradient id="SVGID_370_" gradientUnits="userSpaceOnUse" x1="98.889" y1="14.998" x2="97.939" y2="14.665"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st523" d="M98.6 14.4c-.2.9 0 1.3 0 1.8-.3-.3-.2-1.5-.3-1.9 0-.4-.2-.9-.1-.9.3.2.5.6.4 1z"/><linearGradient id="SVGID_371_" gradientUnits="userSpaceOnUse" x1="98.797" y1="14.966" x2="97.847" y2="14.632"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st524" d="M98.6 16.3c0-.5-.3-.9 0-1.8.1-.3 0-.9-.4-1.1l.2.8c0 .4-.2 1.8.2 2.1z"/></g><g><linearGradient id="SVGID_372_" gradientUnits="userSpaceOnUse" x1="100.096" y1="19.547" x2="99.166" y2="19.436"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st525" d="M100.2 19.3c.1-.5-.2-1-.4-1.3-.1.4-.5 1.2-.6 1.7-.1.5 0 1 .3 1.2.2-.4.7-1 .7-1.6z"/><linearGradient id="SVGID_373_" gradientUnits="userSpaceOnUse" x1="100.185" y1="19.558" x2="99.257" y2="19.447"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st526" d="M99.3 19.6c.1-.5.3-1.2.4-1.5.2.3.4.7.3 1.2v.2c-.1.5-.5.9-.5 1.5-.3-.4-.2-.9-.2-1.4z"/><linearGradient id="SVGID_374_" gradientUnits="userSpaceOnUse" x1="100.184" y1="19.557" x2="99.258" y2="19.447"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st527" d="M100 19.5c-.1.5-.3 1.1-.5 1.5-.3-.5-.2-1-.1-1.5s.3-1.2.4-1.4c.2.3.3.7.3 1.2 0 0-.1.1-.1.2z"/><linearGradient id="SVGID_375_" gradientUnits="userSpaceOnUse" x1="100.183" y1="19.557" x2="99.259" y2="19.447"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st528" d="M100 19.5c-.1.5-.3 1.1-.4 1.5-.4-.6-.2-1.1-.1-1.6s.2-1.1.3-1.4c.2.3.3.7.2 1.2v.3z"/><linearGradient id="SVGID_376_" gradientUnits="userSpaceOnUse" x1="100.183" y1="19.557" x2="99.26" y2="19.447"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st529" d="M99.9 19.4c-.2.6-.2 1.1-.3 1.5-.4-.6-.1-1.2 0-1.7s.2-1.1.2-1.3c.2.3.3.7.2 1.2 0 .2-.1.3-.1.3z"/><linearGradient id="SVGID_377_" gradientUnits="userSpaceOnUse" x1="100.18" y1="19.557" x2="99.26" y2="19.447"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st530" d="M99.9 19.4c-.2.6-.1 1.1-.3 1.5-.4-.7 0-1.3.1-1.8s.1-1.1.2-1.2c.2.4.2.8.1 1.2-.1.2-.1.3-.1.3z"/><linearGradient id="SVGID_378_" gradientUnits="userSpaceOnUse" x1="100.178" y1="19.557" x2="99.262" y2="19.447"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st531" d="M99.8 19.4c-.2.6-.1 1.1-.3 1.5-.4-.8.1-1.4.1-1.9.1-.5.1-1 .1-1.1.2.4.2.8.1 1.2.1.2 0 .3 0 .3z"/><linearGradient id="SVGID_379_" gradientUnits="userSpaceOnUse" x1="100.109" y1="19.549" x2="99.195" y2="19.439"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st532" d="M99.6 21c.2-.5 0-.9.2-1.5.1-.5.2-.9 0-1.4 0 0 .1.5 0 1-.1.3-.7 1-.2 1.9z"/></g><g><linearGradient id="SVGID_380_" gradientUnits="userSpaceOnUse" x1="100.293" y1="21.217" x2="99.517" y2="21.023"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st533" d="M100.5 20.9c.1-.5 0-1-.3-1.3-.1.4-.6 1.2-.7 1.7-.1.5-.1 1 .2 1.3.1-.5.7-1.1.8-1.7z"/><linearGradient id="SVGID_381_" gradientUnits="userSpaceOnUse" x1="100.379" y1="21.255" x2="99.605" y2="21.062"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st534" d="M99.5 21.3c.1-.2.1-.5.3-.8.2-.4.4-.7.4-.9.3.3.4.8.2 1.3s-.8 1.1-.8 1.7c-.3-.3-.3-.8-.1-1.3z"/><linearGradient id="SVGID_382_" gradientUnits="userSpaceOnUse" x1="100.313" y1="21.239" x2="99.541" y2="21.046"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st535" d="M99.5 21.3c.1-.2.1-.5.3-.8.2-.4.3-.7.4-.9.3.3.4.8.2 1.3s-.6 1.2-.7 1.6c-.4-.2-.3-.7-.2-1.2z"/><linearGradient id="SVGID_383_" gradientUnits="userSpaceOnUse" x1="100.377" y1="21.255" x2="99.606" y2="21.062"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st536" d="M99.5 21.3c.1-.2.1-.5.3-.8.3-.4.3-.8.3-.9.2.3.4.9.1 1.4-.3.5-.6 1.1-.6 1.6-.2-.3-.2-.8-.1-1.3z"/><linearGradient id="SVGID_384_" gradientUnits="userSpaceOnUse" x1="100.376" y1="21.255" x2="99.606" y2="21.062"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st537" d="M99.5 21.3c.1-.2.1-.5.3-.8.3-.4.2-.8.2-.9.2.3.3 1 0 1.4-.4.5-.6 1.1-.5 1.5-.1-.2-.1-.7 0-1.2z"/><linearGradient id="SVGID_385_" gradientUnits="userSpaceOnUse" x1="100.323" y1="21.241" x2="99.558" y2="21.05"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st538" d="M99.6 21.3c.1-.2.2-.4.4-.7.3-.5.2-.9.2-.9.3.5.3 1-.1 1.4-.5.5-.5 1.2-.4 1.6-.3-.5-.3-.9-.1-1.4z"/><linearGradient id="SVGID_386_" gradientUnits="userSpaceOnUse" x1="100.372" y1="21.254" x2="99.608" y2="21.063"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st539" d="M99.6 21.3c-.2.4-.2.9 0 1.3-.1-.4-.2-1 .4-1.5.4-.4.4-.9.1-1.4.1.2.2.5-.1.9-.2.3-.3.5-.4.7z"/></g><g><linearGradient id="SVGID_387_" gradientUnits="userSpaceOnUse" x1="100.29" y1="24.459" x2="99.514" y2="24.105"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st540" d="M100.4 24.4c.2-.4.3-1.1 0-1.4-.2.4-.7 1-1 1.5-.2.5-.3 1-.1 1.3.4-.5.9-1 1.1-1.4z"/><linearGradient id="SVGID_388_" gradientUnits="userSpaceOnUse" x1="100.281" y1="24.455" x2="99.585" y2="24.137"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st541" d="M99.5 24.4c.1-.2.2-.3.4-.5.3-.3.5-.8.6-1 .1.2 0 1.1-.2 1.4-.2.4-.7.7-.8 1.3-.3-.3-.3-.8 0-1.2z"/><linearGradient id="SVGID_389_" gradientUnits="userSpaceOnUse" x1="100.356" y1="24.488" x2="99.584" y2="24.137"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st542" d="M99.5 24.4c.1-.2.2-.3.4-.5.3-.4.5-.9.6-1 .1.2 0 .8 0 1 0 .1-.1.3-.2.4-.3.4-.7.8-.8 1.3-.3-.3-.2-.8 0-1.2z"/><linearGradient id="SVGID_390_" gradientUnits="userSpaceOnUse" x1="100.354" y1="24.488" x2="99.586" y2="24.138"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st543" d="M99.5 24.4c.1-.2.2-.3.4-.5.3-.4.5-1 .5-1.1.1.2-.1.8-.1 1 0 .1-.1.3-.2.4-.3.4-.7.8-.8 1.3-.1-.3 0-.7.2-1.1z"/><linearGradient id="SVGID_391_" gradientUnits="userSpaceOnUse" x1="100.352" y1="24.487" x2="99.587" y2="24.139"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st544" d="M99.6 24.5c.1-.2.2-.3.4-.5.4-.4.5-1 .5-1.1 0 .2-.1.8-.1 1 0 .1-.1.3-.2.4-.2.2-.6.6-.7 1.3-.3-.4-.1-.8.1-1.1z"/><linearGradient id="SVGID_392_" gradientUnits="userSpaceOnUse" x1="100.289" y1="24.458" x2="99.529" y2="24.112"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st545" d="M99.6 24.5c-.2.3-.3.6-.2 1.2 0-.6.4-1.1.6-1.3.1-.1.2-.3.3-.4.1-.2.2-.8.2-1.1 0 0-.1.7-.5 1.1-.2.2-.3.3-.4.5z"/></g><g><linearGradient id="SVGID_393_" gradientUnits="userSpaceOnUse" x1="62.298" y1="37.549" x2="60.94" y2="35.994"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st546" d="M61.4 37.5c.2.5.6.7 1 .8-.1-.5-.2-1.4-.3-1.8-.1-.5-.5-.7-.9-.8 0 .3 0 1.2.2 1.8z"/><linearGradient id="SVGID_394_" gradientUnits="userSpaceOnUse" x1="62.076" y1="37.24" x2="60.717" y2="35.684"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st547" d="M61.4 37.3c-.2-.5-.2-1.3-.2-1.7.4.1.7.3.9.8.1.4.2 1.3.3 1.8-.4-.1-.9-.5-1-.9z"/><linearGradient id="SVGID_395_" gradientUnits="userSpaceOnUse" x1="62.359" y1="37.496" x2="61.001" y2="35.941"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st548" d="M61.4 37.1c-.2-.5-.3-1.2-.2-1.5.4.1.7.3.9.8.1.4.2 1.3.3 1.8-.4-.1-.8-.7-1-1.1z"/><linearGradient id="SVGID_396_" gradientUnits="userSpaceOnUse" x1="62.154" y1="37.227" x2="61.111" y2="36.032"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st549" d="M61.5 36.9c-.2-.4-.3-1.1-.3-1.3.4.1.7.3.9.8.1.4.2 1.3.3 1.8-.4-.1-.7-.9-.9-1.3z"/><linearGradient id="SVGID_397_" gradientUnits="userSpaceOnUse" x1="62.385" y1="37.474" x2="61.026" y2="35.918"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st550" d="M61.6 36.8c-.2-.4-.4-1-.4-1.2.4.1.7.3.9.8.1.4.3 1.3.3 1.8-.4-.1-.7-1-.8-1.4z"/><linearGradient id="SVGID_398_" gradientUnits="userSpaceOnUse" x1="62.389" y1="37.47" x2="61.03" y2="35.914"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st551" d="M61.6 36.6c-.2-.4-.5-.9-.5-1 .4.1.7.3.9.8.1.4.3 1.3.3 1.8-.3-.1-.5-1.2-.7-1.6z"/><linearGradient id="SVGID_399_" gradientUnits="userSpaceOnUse" x1="62.391" y1="37.468" x2="61.032" y2="35.912"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st552" d="M61.7 36.4c-.2-.4-.5-.8-.5-.9.4.1.7.3.9.8.1.4.3 1.3.3 1.8-.4 0-.5-1.3-.7-1.7z"/><linearGradient id="SVGID_400_" gradientUnits="userSpaceOnUse" x1="62.261" y1="37.316" x2="61.089" y2="35.974"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st553" d="M62.3 38.2c-.1-.6-.1-1.3-.3-1.8-.2-.5-.5-.7-.9-.8 0 0 .5.3.6.7.2.3.3 1.8.6 1.9z"/></g><g><linearGradient id="SVGID_401_" gradientUnits="userSpaceOnUse" x1="63.483" y1="38.823" x2="62.004" y2="37.145"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st554" d="M62.5 38.6c.2.5.6.6 1 .7-.1-.5-.3-1.3-.4-1.8-.2-.5-.5-.7-.9-.8 0 .5.1 1.4.3 1.9z"/><linearGradient id="SVGID_402_" gradientUnits="userSpaceOnUse" x1="63.322" y1="38.592" x2="61.842" y2="36.913"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st555" d="M62.4 38.4c-.2-.5-.2-1.3-.3-1.7.4 0 .8.3.9.8.1.4.3 1.3.4 1.8-.3-.1-.8-.4-1-.9z"/><linearGradient id="SVGID_403_" gradientUnits="userSpaceOnUse" x1="63.545" y1="38.769" x2="62.066" y2="37.091"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st556" d="M62.5 38.2c-.2-.4-.3-1.2-.4-1.5.4 0 .8.3.9.8.1.4.3 1.3.4 1.8-.3-.1-.7-.6-.9-1.1z"/><linearGradient id="SVGID_404_" gradientUnits="userSpaceOnUse" x1="63.565" y1="38.75" x2="62.086" y2="37.072"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st557" d="M62.6 38.1c-.2-.4-.4-1.1-.4-1.3.4 0 .8.3.9.7.1.4.3 1.3.4 1.8-.4-.1-.8-.8-.9-1.2z"/><linearGradient id="SVGID_405_" gradientUnits="userSpaceOnUse" x1="63.422" y1="38.567" x2="62.055" y2="37.017"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st558" d="M62.6 37.9c-.2-.4-.4-1-.5-1.1.4 0 .7.3.9.7.1.4.3 1.3.4 1.8-.3-.1-.6-1-.8-1.4z"/><linearGradient id="SVGID_406_" gradientUnits="userSpaceOnUse" x1="63.581" y1="38.737" x2="62.102" y2="37.059"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st559" d="M62.7 37.7c-.2-.4-.5-.8-.5-1 .4 0 .7.3.9.7.2.4.3 1.3.4 1.8-.4 0-.7-1.1-.8-1.5z"/><linearGradient id="SVGID_407_" gradientUnits="userSpaceOnUse" x1="63.584" y1="38.734" x2="62.105" y2="37.056"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st560" d="M62.7 37.6c-.2-.4-.6-.7-.6-.8.4 0 .7.3.9.7.2.4.3 1.3.4 1.8-.3-.1-.5-1.4-.7-1.7z"/><linearGradient id="SVGID_408_" gradientUnits="userSpaceOnUse" x1="63.467" y1="38.598" x2="62.078" y2="37.022"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st561" d="M63.4 39.3c-.2-.6-.2-1.3-.4-1.8s-.5-.7-.9-.7c0 0 .5.3.7.6.2.3.3 1.8.6 1.9z"/></g><g><linearGradient id="SVGID_409_" gradientUnits="userSpaceOnUse" x1="64.789" y1="40.091" x2="62.796" y2="37.858"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st562" d="M63.6 39.6c.3.5.7.6 1.1.6-.2-.5-.4-1.4-.5-1.8-.2-.5-.6-.7-1-.7.1.6.1 1.5.4 1.9z"/><linearGradient id="SVGID_410_" gradientUnits="userSpaceOnUse" x1="64.544" y1="39.771" x2="62.552" y2="37.537"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st563" d="M63.5 39.4c-.2-.4-.3-1.3-.4-1.6.4 0 .8.2 1 .7.2.4.4 1.3.5 1.8-.3-.1-.9-.4-1.1-.9z"/><linearGradient id="SVGID_411_" gradientUnits="userSpaceOnUse" x1="64.856" y1="40.032" x2="62.863" y2="37.798"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st564" d="M63.6 39.3c-.2-.4-.4-1.1-.4-1.5.4 0 .8.2 1 .7.2.4.4 1.3.5 1.8-.4-.1-.9-.6-1.1-1z"/><linearGradient id="SVGID_412_" gradientUnits="userSpaceOnUse" x1="64.884" y1="40.007" x2="62.891" y2="37.774"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st565" d="M63.6 39.1c-.2-.4-.4-1-.5-1.3.4 0 .8.2 1 .7.2.4.4 1.3.5 1.8-.3-.1-.8-.8-1-1.2z"/><linearGradient id="SVGID_413_" gradientUnits="userSpaceOnUse" x1="64.898" y1="39.995" x2="62.905" y2="37.761"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st566" d="M63.7 38.9c-.2-.4-.5-.9-.5-1.1.4 0 .8.2 1 .7.2.4.4 1.3.5 1.8-.4-.1-.8-1-1-1.4z"/><linearGradient id="SVGID_414_" gradientUnits="userSpaceOnUse" x1="64.767" y1="39.834" x2="63.293" y2="38.181"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st567" d="M63.7 38.7c-.2-.4-.6-.8-.6-.9.4 0 .8.2 1 .7.2.4.4 1.3.5 1.8-.3-.1-.7-1.2-.9-1.6z"/><linearGradient id="SVGID_415_" gradientUnits="userSpaceOnUse" x1="64.909" y1="39.985" x2="62.916" y2="37.751"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st568" d="M63.8 38.6c-.2-.4-.6-.7-.6-.8.4 0 .8.2 1 .7.2.4.5 1.3.5 1.8-.4-.1-.7-1.4-.9-1.7z"/><linearGradient id="SVGID_416_" gradientUnits="userSpaceOnUse" x1="64.69" y1="39.734" x2="63.055" y2="37.901"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st569" d="M64.6 40.3c-.2-.6-.3-1.3-.6-1.8-.2-.5-.6-.7-1-.7 0 0 .5.3.7.6.3.3.6 1.8.9 1.9z"/></g><g><linearGradient id="SVGID_417_" gradientUnits="userSpaceOnUse" x1="67.153" y1="41.997" x2="65.433" y2="39.836"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st570" d="M66.1 41.6c.3.4.7.5 1.1.5-.2-.4-.5-1.3-.7-1.6-.2-.4-.7-.6-1.1-.6.2.3.4 1.2.7 1.7z"/><linearGradient id="SVGID_418_" gradientUnits="userSpaceOnUse" x1="66.925" y1="41.685" x2="65.205" y2="39.524"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st571" d="M66.1 41.4c-.3-.4-.5-1.2-.6-1.6.4-.1.8.1 1.1.6.2.4.5 1.2.7 1.6-.5 0-1-.2-1.2-.6z"/><linearGradient id="SVGID_419_" gradientUnits="userSpaceOnUse" x1="67.215" y1="41.949" x2="65.495" y2="39.787"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st572" d="M66.1 41.2c-.3-.4-.5-1.1-.6-1.4.4-.1.8.1 1.1.5.2.4.5 1.2.7 1.7-.5 0-1-.4-1.2-.8z"/><linearGradient id="SVGID_420_" gradientUnits="userSpaceOnUse" x1="67.261" y1="41.912" x2="65.541" y2="39.751"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st573" d="M66.1 41c-.3-.4-.6-1-.7-1.2.4-.1.8.1 1.1.5.2.4.5 1.2.7 1.7-.4 0-.8-.6-1.1-1z"/><linearGradient id="SVGID_421_" gradientUnits="userSpaceOnUse" x1="67.292" y1="41.887" x2="65.572" y2="39.726"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st574" d="M66.1 40.8c-.3-.4-.6-.8-.7-1 .4-.1.8.1 1.1.5.2.4.6 1.2.7 1.7-.4 0-.8-.8-1.1-1.2z"/><linearGradient id="SVGID_422_" gradientUnits="userSpaceOnUse" x1="67.309" y1="41.873" x2="65.783" y2="39.955"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st575" d="M66.1 40.6c-.3-.3-.7-.7-.7-.8.4-.1.8.1 1.1.5.2.4.6 1.2.7 1.7-.4 0-.8-1-1.1-1.4z"/><linearGradient id="SVGID_423_" gradientUnits="userSpaceOnUse" x1="67.319" y1="41.866" x2="65.599" y2="39.705"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st576" d="M66.2 40.5c-.2-.3-.7-.6-.7-.7.4-.1.8.1 1.1.5.2.4.6 1.2.7 1.7-.5 0-.9-1.2-1.1-1.5z"/><linearGradient id="SVGID_424_" gradientUnits="userSpaceOnUse" x1="67.141" y1="41.629" x2="65.642" y2="39.746"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st577" d="M67.2 42c-.3-.6-.5-1.3-.7-1.7-.3-.4-.7-.6-1.1-.5 0 0 .5.2.8.5.2.3.6 1.7 1 1.7z"/></g><g><linearGradient id="SVGID_425_" gradientUnits="userSpaceOnUse" x1="68.543" y1="42.771" x2="66.487" y2="40.539"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st578" d="M67.4 42.3c.4.4.8.5 1.1.4-.3-.4-.6-1.3-.8-1.6-.3-.4-.7-.5-1.1-.5.2.5.5 1.3.8 1.7z"/><linearGradient id="SVGID_426_" gradientUnits="userSpaceOnUse" x1="68.367" y1="42.552" x2="66.31" y2="40.321"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st579" d="M67.3 42.2c-.3-.4-.6-1.2-.7-1.5.4 0 .8.1 1.1.5l.8 1.6c-.3 0-.9-.3-1.2-.6z"/><linearGradient id="SVGID_427_" gradientUnits="userSpaceOnUse" x1="68.603" y1="42.716" x2="66.547" y2="40.484"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st580" d="M67.3 42c-.3-.4-.6-1-.7-1.3.4 0 .8.1 1.1.5l.8 1.6c-.3 0-.9-.5-1.2-.8z"/><linearGradient id="SVGID_428_" gradientUnits="userSpaceOnUse" x1="68.647" y1="42.676" x2="66.59" y2="40.444"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st581" d="M67.3 41.8c-.3-.4-.6-.9-.7-1.2.4 0 .8.1 1.1.5.2.4.6 1.2.9 1.6-.4.1-1-.6-1.3-.9z"/><linearGradient id="SVGID_429_" gradientUnits="userSpaceOnUse" x1="68.487" y1="42.444" x2="66.769" y2="40.58"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st582" d="M67.4 41.6c-.3-.3-.7-.8-.7-1 .4 0 .8.1 1.1.5.2.4.6 1.2.9 1.6-.5.1-1.1-.8-1.3-1.1z"/><linearGradient id="SVGID_430_" gradientUnits="userSpaceOnUse" x1="68.691" y1="42.635" x2="66.635" y2="40.403"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st583" d="M67.4 41.4c-.3-.3-.7-.7-.7-.8.4 0 .8.1 1.1.5.2.3.7 1.2.9 1.6-.5 0-1.1-1-1.3-1.3z"/><linearGradient id="SVGID_431_" gradientUnits="userSpaceOnUse" x1="68.7" y1="42.627" x2="66.644" y2="40.395"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st584" d="M67.4 41.2c-.3-.3-.7-.6-.8-.6.4 0 .8.1 1.1.5.3.3.7 1.2.9 1.6-.5 0-1-1.2-1.2-1.5z"/><linearGradient id="SVGID_432_" gradientUnits="userSpaceOnUse" x1="68.44" y1="42.333" x2="66.715" y2="40.462"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st585" d="M68.5 42.7c-.3-.5-.6-1.2-.9-1.7-.3-.4-.7-.5-1.1-.5 0 0 .5.2.8.4.3.4.8 1.8 1.2 1.8z"/></g><g><linearGradient id="SVGID_433_" gradientUnits="userSpaceOnUse" x1="71.057" y1="43.917" x2="69.31" y2="42.083"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st586" d="M70.2 43.6c.4.3.8.3 1.2.2-.3-.4-.8-1.1-1-1.4-.3-.4-.7-.4-1.1-.3.1.4.5 1.2.9 1.5z"/><linearGradient id="SVGID_434_" gradientUnits="userSpaceOnUse" x1="70.873" y1="43.707" x2="69.125" y2="41.873"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st587" d="M70 43.5c-.3-.3-.7-1-.9-1.4.4-.1.8 0 1.1.3.3.3.7 1 1 1.4-.2.2-.8 0-1.2-.3z"/><linearGradient id="SVGID_435_" gradientUnits="userSpaceOnUse" x1="71.104" y1="43.872" x2="69.357" y2="42.037"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st588" d="M70 43.3c-.3-.3-.7-.9-.9-1.2.4-.1.8 0 1.1.3.3.3.8 1 1 1.4-.2.1-.8-.2-1.2-.5z"/><linearGradient id="SVGID_436_" gradientUnits="userSpaceOnUse" x1="71.142" y1="43.837" x2="69.394" y2="42.002"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st589" d="M70 43.1c-.3-.3-.8-.8-.9-1 .4-.1.8 0 1.1.3.3.3.8 1 1 1.4-.2.1-.9-.4-1.2-.7z"/><linearGradient id="SVGID_437_" gradientUnits="userSpaceOnUse" x1="71.165" y1="43.815" x2="69.416" y2="41.978"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st590" d="M70 43c-.3-.3-.8-.7-.8-.9.4-.1.8 0 1.1.3.3.3.8 1 1 1.4-.4.1-1-.6-1.3-.8z"/><linearGradient id="SVGID_438_" gradientUnits="userSpaceOnUse" x1="71.17" y1="43.809" x2="69.421" y2="41.973"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st591" d="M70 42.8c-.3-.3-.8-.6-.8-.7.4-.1.8 0 1.1.3.3.3.8 1 1.1 1.4-.5.1-1.1-.7-1.4-1z"/><linearGradient id="SVGID_439_" gradientUnits="userSpaceOnUse" x1="71.171" y1="43.809" x2="69.421" y2="41.972"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st592" d="M70 42.6c-.3-.3-.8-.4-.8-.5.4-.1.8 0 1.1.3.3.3.8 1 1.1 1.4-.5.1-1.1-.9-1.4-1.2z"/><linearGradient id="SVGID_440_" gradientUnits="userSpaceOnUse" x1="70.948" y1="43.577" x2="69.557" y2="42.116"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st593" d="M71.3 43.9c-.4-.5-.7-1.1-1.1-1.5-.3-.4-.7-.4-1.1-.3 0 0 .5.1.8.3.4.3 1 1.5 1.4 1.5z"/></g><g><linearGradient id="SVGID_441_" gradientUnits="userSpaceOnUse" x1="75.374" y1="44.999" x2="73.302" y2="43.407"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st594" d="M74.5 44.9c.5.3.9.2 1.2 0-.4-.3-1-.9-1.3-1.2-.4-.3-.8-.3-1.2-.1.4.3.8 1 1.3 1.3z"/><linearGradient id="SVGID_442_" gradientUnits="userSpaceOnUse" x1="75.215" y1="44.859" x2="73.142" y2="43.266"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st595" d="M74.4 44.8c-.4-.3-.9-.9-1.1-1.2.3-.2.8-.2 1.2.1.3.3 1 .9 1.3 1.2-.4.1-1 .1-1.4-.1z"/><linearGradient id="SVGID_443_" gradientUnits="userSpaceOnUse" x1="75.413" y1="44.949" x2="73.34" y2="43.356"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st596" d="M74.3 44.6c-.4-.2-.9-.8-1.1-1 .3-.2.8-.2 1.2.1.3.2 1 .9 1.3 1.2-.3.1-1-.1-1.4-.3z"/><linearGradient id="SVGID_444_" gradientUnits="userSpaceOnUse" x1="75.44" y1="44.914" x2="73.367" y2="43.321"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st597" d="M74.3 44.4c-.4-.2-.9-.6-1-.8.3-.2.8-.2 1.2.1.3.2 1 .9 1.3 1.2-.4.1-1.1-.3-1.5-.5z"/><linearGradient id="SVGID_445_" gradientUnits="userSpaceOnUse" x1="75.146" y1="44.665" x2="73.399" y2="43.322"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st598" d="M74.2 44.2c-.4-.2-.9-.6-1-.7.4-.1.8-.2 1.1.1.3.2 1 .8 1.4 1.2-.3.2-1.1-.3-1.5-.6z"/><linearGradient id="SVGID_446_" gradientUnits="userSpaceOnUse" x1="75.235" y1="44.735" x2="73.487" y2="43.392"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st599" d="M74.2 44.1c-.4-.2-.9-.4-1-.5.4-.1.7-.2 1.1.1.3.2 1 .8 1.4 1.2-.3.1-1.2-.6-1.5-.8z"/><linearGradient id="SVGID_447_" gradientUnits="userSpaceOnUse" x1="75.448" y1="44.902" x2="73.375" y2="43.309"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st600" d="M74.1 43.9c-.3-.2-.9-.3-.9-.3.4-.1.7-.2 1.1.1.3.2 1 .8 1.4 1.2-.3.1-1.2-.8-1.6-1z"/><linearGradient id="SVGID_448_" gradientUnits="userSpaceOnUse" x1="75.35" y1="44.829" x2="73.641" y2="43.516"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st601" d="M75.7 44.9c-.5-.4-1-.9-1.4-1.2-.4-.3-.8-.2-1.1-.1 0 0 .5 0 .9.2.3.1 1.3 1.2 1.6 1.1z"/></g><g><linearGradient id="SVGID_449_" gradientUnits="userSpaceOnUse" x1="76.945" y1="45.239" x2="75.103" y2="43.885"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st602" d="M76.1 45.1c.6.3 1 .1 1.2-.1-.4-.3-1-.9-1.4-1.1-.4-.3-.9-.2-1.2 0 .3.3.9 1 1.4 1.2z"/><linearGradient id="SVGID_450_" gradientUnits="userSpaceOnUse" x1="76.678" y1="45.037" x2="74.868" y2="43.706"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st603" d="M75.9 45c-.4-.2-.9-.8-1.2-1.1.3-.2.8-.3 1.2 0 .3.2.9.8 1.3 1.1-.2.1-.8.2-1.3 0z"/><linearGradient id="SVGID_451_" gradientUnits="userSpaceOnUse" x1="76.935" y1="45.175" x2="75.126" y2="43.845"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st604" d="M75.8 44.8c-.4-.2-.9-.7-1.2-.9.3-.2.8-.3 1.2 0 .4.2 1 .8 1.4 1.1-.3.2-1 0-1.4-.2z"/><linearGradient id="SVGID_452_" gradientUnits="userSpaceOnUse" x1="76.95" y1="45.155" x2="75.14" y2="43.825"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st605" d="M75.8 44.6c-.4-.2-.9-.6-1.1-.7.3-.2.8-.3 1.2 0 .4.2 1 .8 1.4 1.1-.4.2-1.1-.2-1.5-.4z"/><linearGradient id="SVGID_453_" gradientUnits="userSpaceOnUse" x1="76.951" y1="45.154" x2="75.141" y2="43.824"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st606" d="M75.7 44.5c-.4-.2-.9-.4-1.1-.6.3-.2.8-.3 1.2 0 .4.2 1 .8 1.4 1.1-.3.2-1.1-.3-1.5-.5z"/><linearGradient id="SVGID_454_" gradientUnits="userSpaceOnUse" x1="76.95" y1="45.156" x2="75.14" y2="43.825"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st607" d="M75.7 44.3c-.4-.2-.9-.3-1-.4.3-.2.7-.3 1.2 0 .4.2 1 .8 1.4 1.1-.4.2-1.3-.5-1.6-.7z"/><linearGradient id="SVGID_455_" gradientUnits="userSpaceOnUse" x1="76.812" y1="45.056" x2="75.069" y2="43.774"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st608" d="M75.6 44.2c-.4-.2-.9-.2-.9-.2.3-.2.7-.3 1.2 0 .4.2 1.1.8 1.4 1.1-.4.1-1.4-.8-1.7-.9z"/><linearGradient id="SVGID_456_" gradientUnits="userSpaceOnUse" x1="76.824" y1="45.076" x2="75.288" y2="43.947"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st609" d="M77.2 45c-.7-.4-1.1-1-1.4-1.1-.4-.2-.9-.2-1.2 0 0 0 .5-.1.9.1.4.1 1.4 1.2 1.7 1z"/></g><g><linearGradient id="SVGID_457_" gradientUnits="userSpaceOnUse" x1="78.353" y1="45.236" x2="76.414" y2="43.907"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st610" d="M77.5 45.1c.5.2.9 0 1.2-.2-.4-.2-1.1-.7-1.5-.9-.4-.2-.9-.1-1.2 0 .4.4 1 1 1.5 1.1z"/><linearGradient id="SVGID_458_" gradientUnits="userSpaceOnUse" x1="78.113" y1="45.067" x2="76.173" y2="43.737"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st611" d="M77.4 45c-.4-.2-1-.7-1.3-1 .3-.2.8-.3 1.2 0 .4.2 1.1.7 1.5 1-.3.2-1 .2-1.4 0z"/><linearGradient id="SVGID_459_" gradientUnits="userSpaceOnUse" x1="78.373" y1="45.209" x2="76.433" y2="43.879"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st612" d="M77.3 44.9c-.4-.2-1-.6-1.2-.8.3-.2.7-.3 1.2 0 .4.2 1.1.7 1.5 1-.4.1-1.1 0-1.5-.2z"/><linearGradient id="SVGID_460_" gradientUnits="userSpaceOnUse" x1="78.381" y1="45.196" x2="76.442" y2="43.867"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st613" d="M77.2 44.7c-.4-.2-1-.5-1.1-.7.3-.2.7-.3 1.2 0 .4.2 1.1.7 1.5 1-.4.2-1.2-.1-1.6-.3z"/><linearGradient id="SVGID_461_" gradientUnits="userSpaceOnUse" x1="78.275" y1="45.115" x2="76.154" y2="43.661"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st614" d="M77.2 44.6c-.4-.2-1-.4-1.1-.5.3-.2.7-.3 1.2 0 .4.2 1.1.7 1.5 1-.4.1-1.2-.4-1.6-.5z"/><linearGradient id="SVGID_462_" gradientUnits="userSpaceOnUse" x1="78.386" y1="45.189" x2="76.167" y2="43.668"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st615" d="M77.1 44.4c-.4-.1-.9-.3-1-.4.3-.2.7-.3 1.2 0 .4.2 1.1.7 1.5 1-.4.2-1.3-.4-1.7-.6z"/><linearGradient id="SVGID_463_" gradientUnits="userSpaceOnUse" x1="78.386" y1="45.188" x2="76.447" y2="43.859"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st616" d="M77 44.3c-.4-.1-.9-.2-.9-.2.3-.2.7-.3 1.2 0 .4.2 1.1.7 1.5 1-.4.1-1.4-.7-1.8-.8z"/><linearGradient id="SVGID_464_" gradientUnits="userSpaceOnUse" x1="78.229" y1="45.095" x2="76.582" y2="43.966"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st617" d="M78.8 45c-.5-.3-1.1-.8-1.5-1-.4-.2-.8-.1-1.2 0 0 0 .5-.1.9.1.3.2 1.4 1 1.8.9z"/></g><g><linearGradient id="SVGID_465_" gradientUnits="userSpaceOnUse" x1="79.829" y1="45.122" x2="77.848" y2="43.837"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st618" d="M79.1 45.1c.5.1 1 0 1.3-.2-.4-.2-1.2-.7-1.6-.8-.4-.2-.9-.1-1.2.1.3.2.9.8 1.5.9z"/><linearGradient id="SVGID_466_" gradientUnits="userSpaceOnUse" x1="79.545" y1="44.939" x2="77.563" y2="43.654"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st619" d="M78.9 45c-.5-.2-1.1-.7-1.4-.9.3-.2.8-.3 1.2-.1l1.6.8c-.3.3-.9.4-1.4.2z"/><linearGradient id="SVGID_467_" gradientUnits="userSpaceOnUse" x1="79.834" y1="45.114" x2="77.852" y2="43.829"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st620" d="M78.8 44.9c-.4-.2-1-.5-1.3-.7.3-.2.8-.3 1.2-.1l1.6.8c-.3.2-1 .1-1.5 0z"/><linearGradient id="SVGID_468_" gradientUnits="userSpaceOnUse" x1="79.599" y1="44.967" x2="77.617" y2="43.682"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st621" d="M78.7 44.7c-.4-.1-1-.4-1.2-.6.3-.2.7-.3 1.2-.1l1.6.8c-.3.3-1.1.1-1.6-.1z"/><linearGradient id="SVGID_469_" gradientUnits="userSpaceOnUse" x1="79.829" y1="45.121" x2="77.848" y2="43.836"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st622" d="M78.6 44.6c-.4-.1-1-.3-1.1-.4.3-.2.7-.3 1.2-.1l1.6.8c-.3.2-1.2-.2-1.7-.3z"/><linearGradient id="SVGID_470_" gradientUnits="userSpaceOnUse" x1="79.65" y1="45.009" x2="77.669" y2="43.725"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st623" d="M78.6 44.4c-.4-.1-1-.2-1.1-.3.3-.2.7-.3 1.2-.2l1.6.8c-.3.4-1.3-.1-1.7-.3z"/><linearGradient id="SVGID_471_" gradientUnits="userSpaceOnUse" x1="79.826" y1="45.126" x2="77.845" y2="43.841"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st624" d="M78.5 44.3c-.4-.1-.9-.1-1-.1.3-.2.7-.3 1.2-.2.4.2 1.2.6 1.6.9-.3.2-1.4-.5-1.8-.6z"/><linearGradient id="SVGID_472_" gradientUnits="userSpaceOnUse" x1="79.7" y1="45.051" x2="78.025" y2="43.965"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st625" d="M80.3 44.9c-.6-.3-1.2-.7-1.6-.9-.5-.2-.9-.1-1.2.2 0 0 .5-.1.9 0 .4 0 1.6.9 1.9.7z"/></g><g><linearGradient id="SVGID_473_" gradientUnits="userSpaceOnUse" x1="81.307" y1="44.912" x2="79.566" y2="43.867"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st626" d="M80.7 45c.5.1.9-.1 1.2-.3-.5-.2-1.3-.6-1.7-.7-.5-.2-.9 0-1.2.2.4.2 1.2.7 1.7.8z"/><linearGradient id="SVGID_474_" gradientUnits="userSpaceOnUse" x1="81.008" y1="44.737" x2="79.266" y2="43.692"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st627" d="M80.5 44.9c-.5-.1-1.1-.6-1.5-.7.3-.3.7-.4 1.2-.2.4.1 1.2.5 1.7.7-.3.2-.9.3-1.4.2z"/><linearGradient id="SVGID_475_" gradientUnits="userSpaceOnUse" x1="81.303" y1="44.918" x2="79.562" y2="43.873"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st628" d="M80.4 44.8c-.5-.1-1.1-.4-1.4-.6.3-.3.7-.4 1.2-.2.4.1 1.2.5 1.7.7-.3.2-1 .2-1.5.1z"/><linearGradient id="SVGID_476_" gradientUnits="userSpaceOnUse" x1="81.301" y1="44.922" x2="79.56" y2="43.877"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st629" d="M80.3 44.6c-.4-.1-1-.3-1.3-.4.3-.3.7-.4 1.2-.2.4.1 1.2.5 1.7.7-.3.2-1.1 0-1.6-.1z"/><linearGradient id="SVGID_477_" gradientUnits="userSpaceOnUse" x1="81.178" y1="44.852" x2="79.436" y2="43.807"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st630" d="M80.2 44.5c-.4-.1-1-.2-1.2-.3.3-.3.7-.4 1.2-.2.4.1 1.2.5 1.7.7-.3.2-1.3-.1-1.7-.2z"/><linearGradient id="SVGID_478_" gradientUnits="userSpaceOnUse" x1="81.297" y1="44.928" x2="79.556" y2="43.883"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st631" d="M80.1 44.4c-.4-.1-1-.1-1.1-.2.3-.3.7-.4 1.2-.2.4.1 1.2.5 1.7.7-.3.2-1.4-.3-1.8-.3z"/><linearGradient id="SVGID_479_" gradientUnits="userSpaceOnUse" x1="81.295" y1="44.932" x2="79.554" y2="43.887"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st632" d="M80 44.2c-.4-.1-.9 0-1 0 .3-.3.7-.4 1.2-.2.4.1 1.3.5 1.7.7-.4.2-1.5-.4-1.9-.5z"/><linearGradient id="SVGID_480_" gradientUnits="userSpaceOnUse" x1="81.199" y1="44.879" x2="79.56" y2="43.895"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st633" d="M81.9 44.7c-.6-.2-1.2-.6-1.7-.7-.5-.1-.9 0-1.1.3 0 0 .5-.2.9-.1.3-.1 1.5.7 1.9.5z"/></g><g><linearGradient id="SVGID_481_" gradientUnits="userSpaceOnUse" x1="82.991" y1="44.734" x2="81.112" y2="43.751"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st634" d="M82.3 44.7c.5.1.8-.1 1.1-.4-.5-.1-1.2-.5-1.6-.6-.5-.1-.9 0-1.1.3.3.2 1 .7 1.6.7z"/><linearGradient id="SVGID_482_" gradientUnits="userSpaceOnUse" x1="82.689" y1="44.58" x2="80.81" y2="43.596"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st635" d="M82.1 44.7c-.5-.1-1.2-.5-1.5-.6.2-.3.7-.4 1.1-.3.4.1 1.2.5 1.7.6-.3.2-.9.4-1.3.3z"/><linearGradient id="SVGID_483_" gradientUnits="userSpaceOnUse" x1="82.985" y1="44.745" x2="81.101" y2="43.759"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st636" d="M82 44.5c-.7-.1-1.4-.5-1.4-.5.2-.3.7-.4 1.1-.3.4.1 1.2.4 1.7.6-.3.3-1 .3-1.4.2z"/><linearGradient id="SVGID_484_" gradientUnits="userSpaceOnUse" x1="82.813" y1="44.653" x2="80.934" y2="43.67"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st637" d="M81.8 44.4c-.4-.1-1.1-.3-1.3-.4.2-.3.6-.4 1.1-.3.4.1 1.2.4 1.7.6-.2.3-1 .2-1.5.1z"/><linearGradient id="SVGID_485_" gradientUnits="userSpaceOnUse" x1="82.985" y1="44.748" x2="81.105" y2="43.765"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st638" d="M81.7 44.3c-.4-.1-1-.1-1.2-.2.2-.3.6-.4 1.1-.3.4.1 1.2.4 1.7.6-.2.2-1.1-.1-1.6-.1z"/><linearGradient id="SVGID_486_" gradientUnits="userSpaceOnUse" x1="82.982" y1="44.751" x2="81.103" y2="43.768"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st639" d="M81.6 44.1c-.4-.1-1 0-1.1-.1.2-.3.6-.4 1.1-.3.4.1 1.2.4 1.7.6-.3.3-1.3-.1-1.7-.2z"/><linearGradient id="SVGID_487_" gradientUnits="userSpaceOnUse" x1="82.98" y1="44.754" x2="81.102" y2="43.771"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st640" d="M81.5 44c-.4 0-.9.1-1 .1.2-.3.6-.4 1.1-.3.4.1 1.2.4 1.7.6-.3.2-1.4-.3-1.8-.4z"/><linearGradient id="SVGID_488_" gradientUnits="userSpaceOnUse" x1="82.844" y1="44.687" x2="81.03" y2="43.738"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st641" d="M83.3 44.3c-.6-.2-1.2-.5-1.7-.6-.5-.1-.9.1-1.1.3 0 0 .5-.2.9-.2.4.1 1.6.8 1.9.5z"/></g><g><linearGradient id="SVGID_489_" gradientUnits="userSpaceOnUse" x1="84.281" y1="44.3" x2="82.41" y2="43.387"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st642" d="M83.7 44.4c.5 0 .9-.2 1.1-.5-.5-.1-1.3-.4-1.7-.5-.5-.1-.9.1-1.1.4.4.2 1.2.6 1.7.6z"/><linearGradient id="SVGID_490_" gradientUnits="userSpaceOnUse" x1="84.279" y1="44.303" x2="82.409" y2="43.39"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st643" d="M83.5 44.4c-.5-.1-1.2-.4-1.5-.5.2-.3.6-.5 1.1-.4.4.1 1.2.4 1.7.5-.2.2-.8.4-1.3.4z"/><linearGradient id="SVGID_491_" gradientUnits="userSpaceOnUse" x1="83.993" y1="44.168" x2="82.122" y2="43.254"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st644" d="M83.4 44.2c-.5-.1-1.1-.3-1.4-.4.2-.3.6-.5 1.1-.4.4.1 1.2.3 1.7.5-.3.3-.9.4-1.4.3z"/><linearGradient id="SVGID_492_" gradientUnits="userSpaceOnUse" x1="84.276" y1="44.311" x2="82.406" y2="43.397"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st645" d="M83.3 44.1c-.5 0-1.1-.2-1.3-.3.2-.3.6-.5 1.1-.4.4.1 1.2.3 1.7.5-.3.3-1.1.3-1.5.2z"/><linearGradient id="SVGID_493_" gradientUnits="userSpaceOnUse" x1="84.275" y1="44.314" x2="82.404" y2="43.401"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st646" d="M83.2 44c-.4 0-1-.1-1.2-.2.2-.3.6-.5 1.1-.4.4.1 1.3.3 1.7.5-.3.3-1.2.1-1.6.1z"/><linearGradient id="SVGID_494_" gradientUnits="userSpaceOnUse" x1="84.273" y1="44.318" x2="82.402" y2="43.404"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st647" d="M83.1 43.9H82c.2-.3.6-.5 1.1-.4.4.1 1.3.3 1.7.5-.3.2-1.3-.1-1.7-.1z"/><linearGradient id="SVGID_495_" gradientUnits="userSpaceOnUse" x1="84.014" y1="44.184" x2="82.441" y2="43.416"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st648" d="M82.9 43.7c-.4 0-.9.1-1 .1.2-.3.6-.4 1.1-.4.4.1 1.3.3 1.7.5-.2.3-1.4-.1-1.8-.2z"/><linearGradient id="SVGID_496_" gradientUnits="userSpaceOnUse" x1="84.117" y1="44.24" x2="82.463" y2="43.432"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st649" d="M84.8 43.9c-.6-.1-1.2-.4-1.7-.5-.5-.1-.9.1-1.1.4 0 0 .5-.2.9-.2.3 0 1.6.6 1.9.3z"/></g><g><linearGradient id="SVGID_497_" gradientUnits="userSpaceOnUse" x1="85.547" y1="44.148" x2="84.198" y2="42.799"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st650" d="M85.3 44c.6 0 .9-.3 1.1-.6-.5-.1-1.3-.3-1.8-.4-.5-.1-1 .2-1.2.5.4.1 1.3.5 1.9.5z"/><linearGradient id="SVGID_498_" gradientUnits="userSpaceOnUse" x1="85.376" y1="43.985" x2="84.027" y2="42.636"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st651" d="M85.1 43.9c-.5 0-1.3-.3-1.7-.5.2-.3.7-.5 1.2-.5.4.1 1.3.3 1.8.4-.3.4-.8.7-1.3.6z"/><linearGradient id="SVGID_499_" gradientUnits="userSpaceOnUse" x1="85.539" y1="44.154" x2="84.19" y2="42.805"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st652" d="M84.9 43.8c-.5 0-1.3-.2-1.6-.3.2-.3.7-.6 1.2-.5.3 0 1.1.3 1.8.4-.2.3-.9.5-1.4.4z"/><linearGradient id="SVGID_500_" gradientUnits="userSpaceOnUse" x1="85.395" y1="44.016" x2="84.154" y2="42.776"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st653" d="M84.8 43.7c-.5 0-1.2-.1-1.5-.2.2-.3.7-.5 1.2-.5.4.1 1.3.3 1.8.4-.2.3-1 .3-1.5.3z"/><linearGradient id="SVGID_501_" gradientUnits="userSpaceOnUse" x1="85.533" y1="44.16" x2="84.184" y2="42.812"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st654" d="M84.7 43.6c-.5 0-1.2 0-1.3-.1.2-.3.7-.5 1.2-.5.4.1 1.3.3 1.8.4-.3.3-1.3.2-1.7.2z"/><linearGradient id="SVGID_502_" gradientUnits="userSpaceOnUse" x1="85.529" y1="44.164" x2="84.181" y2="42.816"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st655" d="M84.5 43.5c-.4 0-1.1.1-1.2 0 .2-.3.7-.5 1.2-.5.4 0 1.3.3 1.8.4-.2.3-1.3.1-1.8.1z"/><linearGradient id="SVGID_503_" gradientUnits="userSpaceOnUse" x1="85.527" y1="44.168" x2="84.178" y2="42.819"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st656" d="M84.4 43.3c-.4 0-1 .2-1.1.2.2-.3.7-.5 1.2-.5.4 0 1.3.2 1.8.4-.3.3-1.5-.1-1.9-.1z"/><linearGradient id="SVGID_504_" gradientUnits="userSpaceOnUse" x1="85.404" y1="44.051" x2="84.228" y2="42.875"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st657" d="M86.3 43.4c-.6-.1-1.3-.4-1.8-.4s-1 .2-1.2.5c0 0 .6-.3 1-.3s1.7.5 2 .2z"/></g><g><linearGradient id="SVGID_505_" gradientUnits="userSpaceOnUse" x1="87.264" y1="43.36" x2="85.525" y2="42.599"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st658" d="M86.8 43.4c.6 0 .8-.3 1-.6-.5-.1-1.3-.3-1.8-.3s-.9.2-1.1.5c.5.2 1.3.5 1.9.4z"/><linearGradient id="SVGID_506_" gradientUnits="userSpaceOnUse" x1="87.049" y1="43.263" x2="85.308" y2="42.502"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st659" d="M86.6 43.4c-.5 0-1.3-.3-1.7-.4.2-.3.6-.6 1.1-.5.4 0 1.3.3 1.8.3-.2.4-.7.6-1.2.6z"/><linearGradient id="SVGID_507_" gradientUnits="userSpaceOnUse" x1="87.266" y1="43.363" x2="85.524" y2="42.601"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st660" d="M86.4 43.3c-.5 0-1.3-.2-1.5-.2.2-.3.6-.6 1.1-.5.4 0 1.3.2 1.8.3-.2.3-.9.4-1.4.4z"/><linearGradient id="SVGID_508_" gradientUnits="userSpaceOnUse" x1="87.264" y1="43.366" x2="85.523" y2="42.604"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st661" d="M86.3 43.2c-.5 0-1.1-.1-1.4-.1.2-.3.6-.6 1.1-.5.4 0 1.3.2 1.8.3-.2.3-1 .3-1.5.3z"/><linearGradient id="SVGID_509_" gradientUnits="userSpaceOnUse" x1="87.262" y1="43.37" x2="85.521" y2="42.608"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st662" d="M86.2 43.1h-1.3c.2-.3.6-.6 1.1-.5.4 0 1.3.2 1.8.3-.3.3-1.2.2-1.6.2z"/><linearGradient id="SVGID_510_" gradientUnits="userSpaceOnUse" x1="87.105" y1="43.298" x2="85.554" y2="42.619"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st663" d="M86 43c-.4 0-1 .1-1.1.1.2-.3.5-.5 1.1-.5.4 0 1.3.2 1.8.3-.3.3-1.3 0-1.8.1z"/><linearGradient id="SVGID_511_" gradientUnits="userSpaceOnUse" x1="87.261" y1="43.37" x2="85.517" y2="42.607"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st664" d="M85.9 42.9c-.4 0-.9.2-1 .2.2-.3.5-.5 1.1-.5.4 0 1.3.2 1.8.3-.3.3-1.5-.1-1.9 0z"/><linearGradient id="SVGID_512_" gradientUnits="userSpaceOnUse" x1="87.157" y1="43.329" x2="85.558" y2="42.629"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st665" d="M87.8 42.9c-.6-.1-1.3-.3-1.8-.3s-.8.2-1.1.5c0 0 .5-.3.9-.3.3-.1 1.7.4 2 .1z"/></g><g><linearGradient id="SVGID_513_" gradientUnits="userSpaceOnUse" x1="88.499" y1="42.796" x2="87.13" y2="41.992"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st666" d="M88.2 42.9c.5-.1.8-.4 1-.7-.5 0-1.4-.2-1.8-.2-.5 0-.9.3-1.1.6.5 0 1.3.3 1.9.3z"/><linearGradient id="SVGID_514_" gradientUnits="userSpaceOnUse" x1="88.326" y1="42.699" x2="86.957" y2="41.895"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st667" d="M88 42.8c-.5 0-1.3-.2-1.7-.3.2-.3.5-.6 1-.6.4 0 1.3.1 1.8.2-.1.4-.6.7-1.1.7z"/><linearGradient id="SVGID_515_" gradientUnits="userSpaceOnUse" x1="88.495" y1="42.803" x2="87.126" y2="41.999"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st668" d="M87.8 42.7c-.5 0-1.2-.1-1.5-.2.2-.3.5-.6 1-.6.4 0 1.3.1 1.8.2-.1.4-.8.6-1.3.6z"/><linearGradient id="SVGID_516_" gradientUnits="userSpaceOnUse" x1="88.323" y1="42.708" x2="86.969" y2="41.912"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st669" d="M87.7 42.6c-.5 0-1.1 0-1.4-.1.2-.3.5-.6 1-.6.4 0 1.3.1 1.8.2-.1.4-.9.5-1.4.5z"/><linearGradient id="SVGID_517_" gradientUnits="userSpaceOnUse" x1="88.491" y1="42.811" x2="87.122" y2="42.007"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st670" d="M87.5 42.5c-.4 0-1.1.1-1.3.1.2-.3.5-.6 1-.6.4 0 1.3.1 1.9.2-.1.3-1.1.3-1.6.3z"/><linearGradient id="SVGID_518_" gradientUnits="userSpaceOnUse" x1="88.489" y1="42.815" x2="87.12" y2="42.011"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st671" d="M87.4 42.4c-.4 0-1 .2-1.1.2.2-.3.5-.6 1-.6.4 0 1.4.1 1.9.2-.2.3-1.4.2-1.8.2z"/><linearGradient id="SVGID_519_" gradientUnits="userSpaceOnUse" x1="88.486" y1="42.819" x2="87.117" y2="42.015"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st672" d="M87.3 42.3c-.4 0-.9.3-1 .3.2-.3.5-.6 1-.6.4 0 1.4.1 1.9.2-.3.3-1.5.1-1.9.1z"/><linearGradient id="SVGID_520_" gradientUnits="userSpaceOnUse" x1="88.089" y1="42.758" x2="87.205" y2="41.825"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st673" d="M89.2 42.2c-.6 0-1.3-.2-1.9-.2-.5 0-.9.3-1 .6 0 0 .4-.3.8-.4.4-.1 1.8.3 2.1 0z"/></g><g><linearGradient id="SVGID_521_" gradientUnits="userSpaceOnUse" x1="89.914" y1="41.925" x2="88.306" y2="41.404"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st674" d="M89.5 42.2c.5-.1.8-.5.9-.8-.5 0-1.4-.1-1.8-.1-.5 0-.8.3-1 .7.5.1 1.4.2 1.9.2z"/><linearGradient id="SVGID_522_" gradientUnits="userSpaceOnUse" x1="89.659" y1="41.847" x2="88.052" y2="41.326"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st675" d="M89.3 42.1c-.5.1-1.3-.1-1.6-.2.2-.3.5-.7 1-.7.4 0 1.3.1 1.8.1-.2.4-.7.8-1.2.8z"/><linearGradient id="SVGID_523_" gradientUnits="userSpaceOnUse" x1="89.91" y1="41.932" x2="88.303" y2="41.411"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st676" d="M89.2 42c-.5.1-1.2 0-1.5-.1.2-.3.5-.7 1-.7.4 0 1.3 0 1.8.1-.2.4-.9.7-1.3.7z"/><linearGradient id="SVGID_524_" gradientUnits="userSpaceOnUse" x1="89.91" y1="41.937" x2="88.3" y2="41.415"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st677" d="M89 41.9c-.4.1-1.1.1-1.3 0 .2-.3.5-.6 1-.7.4 0 1.3 0 1.8.1-.2.4-1 .6-1.5.6z"/><linearGradient id="SVGID_525_" gradientUnits="userSpaceOnUse" x1="89.797" y1="41.905" x2="88.28" y2="41.413"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st678" d="M88.9 41.8c-.4.1-1 .2-1.2.1.2-.3.5-.6 1-.7.4 0 1.3 0 1.8.1-.2.4-1.2.5-1.6.5z"/><linearGradient id="SVGID_526_" gradientUnits="userSpaceOnUse" x1="89.907" y1="41.944" x2="88.297" y2="41.422"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st679" d="M88.7 41.7c-.4.1-.9.3-1.1.2.2-.3.5-.6.9-.7.4 0 1.3 0 1.8.1 0 .4-1.2.4-1.6.4z"/><linearGradient id="SVGID_527_" gradientUnits="userSpaceOnUse" x1="89.905" y1="41.949" x2="88.295" y2="41.427"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st680" d="M88.6 41.6c-.4.1-.9.4-.9.3.2-.3.5-.6.9-.7.4 0 1.3 0 1.8.1-.2.4-1.4.3-1.8.3z"/><linearGradient id="SVGID_528_" gradientUnits="userSpaceOnUse" x1="89.78" y1="41.912" x2="88.217" y2="41.405"><stop offset="0" stop-color="#B75127"/><stop offset=".004" stop-color="#B85227"/><stop offset=".301" stop-color="#CC932B"/><stop offset=".509" stop-color="#DCC02C"/><stop offset=".607" stop-color="#E4D42B"/><stop offset=".853" stop-color="#FFF1C5"/></linearGradient><path class="st681" d="M90.5 41.4c-.6 0-1.3-.1-1.8-.1s-.8.4-.9.7c0 0 .4-.4.8-.5.2 0 1.6.2 1.9-.1z"/></g><g><linearGradient id="SVGID_529_" gradientUnits="userSpaceOnUse" x1="91.208" y1="41.014" x2="89.425" y2="40.688"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st682" d="M90.8 41.3c.5-.1.7-.5.9-.8-.5 0-1.4 0-1.8.1-.5 0-.8.4-.9.7.4 0 1.3.1 1.8 0z"/><linearGradient id="SVGID_530_" gradientUnits="userSpaceOnUse" x1="90.876" y1="40.958" x2="89.093" y2="40.632"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st683" d="M90.7 41.3c-.5.1-1.3 0-1.6-.1.2-.3.4-.7.9-.7.4 0 1.3 0 1.8-.1-.2.4-.7.8-1.1.9z"/><linearGradient id="SVGID_531_" gradientUnits="userSpaceOnUse" x1="91.111" y1="41.005" x2="89.609" y2="40.73"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st684" d="M90.5 41.2c-.5.1-1.2.1-1.5 0 .2-.3.4-.7.9-.7.4-.1 1.3 0 1.8-.1-.1.4-.7.7-1.2.8z"/><linearGradient id="SVGID_532_" gradientUnits="userSpaceOnUse" x1="91.205" y1="41.026" x2="89.421" y2="40.699"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st685" d="M90.3 41.1c-.4.1-1.1.2-1.3.1.2-.3.4-.7.9-.7.4-.1 1.3-.1 1.8-.1-.1.4-.9.6-1.4.7z"/><linearGradient id="SVGID_533_" gradientUnits="userSpaceOnUse" x1="91.105" y1="41.012" x2="89.432" y2="40.706"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st686" d="M90.2 41.1c-.4.1-1 .3-1.2.2.2-.3.4-.7.9-.7.4-.1 1.3-.1 1.8-.1-.2.3-1.1.5-1.5.6z"/><linearGradient id="SVGID_534_" gradientUnits="userSpaceOnUse" x1="91.204" y1="41.033" x2="89.419" y2="40.707"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st687" d="M90 41c-.4.1-.9.3-1 .3.2-.3.4-.7.9-.7.4-.1 1.3-.1 1.8-.1-.2.3-1.3.4-1.7.5z"/><linearGradient id="SVGID_535_" gradientUnits="userSpaceOnUse" x1="91.203" y1="41.038" x2="89.418" y2="40.712"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st688" d="M89.9 40.9c-.4.1-.8.4-.9.4.2-.3.4-.7.9-.7.4-.1 1.3-.1 1.8-.1-.2.3-1.4.3-1.8.4z"/><linearGradient id="SVGID_536_" gradientUnits="userSpaceOnUse" x1="91.095" y1="41.022" x2="89.43" y2="40.717"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st689" d="M91.7 40.5c-.6 0-1.3 0-1.8.1s-.7.4-.9.7c0 0 .4-.4.7-.5.4-.1 1.8 0 2-.3z"/></g><g><linearGradient id="SVGID_537_" gradientUnits="userSpaceOnUse" x1="92.317" y1="40.282" x2="90.688" y2="39.652"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st690" d="M92.1 40.4c.5-.2.7-.7.8-.8-.5.1-1.3.1-1.7.1-.5.1-.8.4-.9.8.4 0 1.3.1 1.8-.1z"/><linearGradient id="SVGID_538_" gradientUnits="userSpaceOnUse" x1="92.022" y1="40.173" x2="90.394" y2="39.543"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st691" d="M91.9 40.4c-.5.1-1.3.1-1.6.1.1-.4.4-.7.9-.8.4-.1 1.3-.1 1.7-.1-.1.1-.5.7-1 .8z"/><linearGradient id="SVGID_539_" gradientUnits="userSpaceOnUse" x1="92.326" y1="40.256" x2="90.698" y2="39.626"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st692" d="M91.8 40.3c-.5.1-1.2.2-1.5.2.1-.4.4-.7.9-.8.4-.1 1.3-.2 1.8-.2-.2.3-.8.7-1.2.8z"/><linearGradient id="SVGID_540_" gradientUnits="userSpaceOnUse" x1="92.13" y1="40.185" x2="90.715" y2="39.638"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st693" d="M91.6 40.2c-.4.1-1.1.2-1.3.3.1-.4.4-.7.9-.8.4-.1 1.3-.2 1.8-.2-.2.3-1 .6-1.4.7z"/><linearGradient id="SVGID_541_" gradientUnits="userSpaceOnUse" x1="92.323" y1="40.265" x2="90.695" y2="39.635"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st694" d="M91.4 40.2c-.4.1-1 .3-1.2.3.1-.4.4-.7.9-.8.4-.1 1.3-.2 1.8-.2-.1.3-1 .5-1.5.7z"/><linearGradient id="SVGID_542_" gradientUnits="userSpaceOnUse" x1="92.322" y1="40.269" x2="90.693" y2="39.639"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st695" d="M91.3 40.1c-.4.1-.9.4-1 .4.1-.4.4-.7.8-.8.4-.1 1.3-.2 1.8-.2-.1.3-1.2.5-1.6.6z"/><linearGradient id="SVGID_543_" gradientUnits="userSpaceOnUse" x1="92.32" y1="40.273" x2="90.691" y2="39.643"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st696" d="M91.1 40c-.4.1-.8.5-.9.5.1-.4.4-.7.8-.8.4-.1 1.3-.2 1.8-.2-.1.3-1.3.4-1.7.5z"/><linearGradient id="SVGID_544_" gradientUnits="userSpaceOnUse" x1="92.128" y1="40.204" x2="90.716" y2="39.658"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st697" d="M92.9 39.5c-.6.1-1.3.1-1.8.2s-.8.5-.8.8c0 0 .3-.4.7-.6.3-.1 1.7-.1 1.9-.4z"/></g><g><linearGradient id="SVGID_545_" gradientUnits="userSpaceOnUse" x1="93.519" y1="39.139" x2="91.801" y2="38.77"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st698" d="M93.3 39.3c.5-.2.7-.6.8-1-.5.1-1.3.2-1.7.3-.5.1-.8.5-.9.9.4.1 1.2.1 1.8-.2z"/><linearGradient id="SVGID_546_" gradientUnits="userSpaceOnUse" x1="93.253" y1="39.085" x2="91.535" y2="38.716"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st699" d="M93.1 39.4c-.5.2-1.2.2-1.6.2.1-.4.4-.7.9-.9.4-.1 1.2-.2 1.7-.3-.2.3-.6.8-1 1z"/><linearGradient id="SVGID_547_" gradientUnits="userSpaceOnUse" x1="93.517" y1="39.148" x2="91.799" y2="38.778"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st700" d="M92.9 39.3c-.4.2-1.1.2-1.5.3.1-.4.4-.7.9-.9.4-.1 1.2-.2 1.7-.3-.1.3-.7.8-1.1.9z"/><linearGradient id="SVGID_548_" gradientUnits="userSpaceOnUse" x1="93.333" y1="39.112" x2="91.884" y2="38.8"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st701" d="M92.7 39.3c-.4.2-1.1.3-1.3.3.1-.4.4-.7.9-.9.4-.1 1.2-.3 1.7-.3-.1.3-.8.7-1.3.9z"/><linearGradient id="SVGID_549_" gradientUnits="userSpaceOnUse" x1="93.516" y1="39.156" x2="91.798" y2="38.786"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st702" d="M92.6 39.2c-.4.2-1 .4-1.1.4.1-.4.4-.7.8-.9.4-.1 1.2-.3 1.7-.3-.1.4-1 .6-1.4.8z"/><linearGradient id="SVGID_550_" gradientUnits="userSpaceOnUse" x1="93.515" y1="39.16" x2="91.797" y2="38.79"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st703" d="M92.4 39.1c-.4.2-.9.4-1 .5.1-.4.4-.7.8-.9.4-.1 1.2-.3 1.7-.3 0 .4-1.1.6-1.5.7z"/><linearGradient id="SVGID_551_" gradientUnits="userSpaceOnUse" x1="93.514" y1="39.164" x2="91.796" y2="38.794"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st704" d="M92.3 39.1c-.4.2-.8.5-.8.5.1-.4.4-.7.8-.9.4-.1 1.2-.3 1.7-.3-.1.4-1.4.5-1.7.7z"/><linearGradient id="SVGID_552_" gradientUnits="userSpaceOnUse" x1="93.382" y1="39.141" x2="91.86" y2="38.813"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st705" d="M94 38.4c-.6.1-1.3.2-1.7.3-.5.2-.7.5-.8.9 0 0 .3-.4.7-.6.3-.1 1.6-.2 1.8-.6z"/></g><g><linearGradient id="SVGID_553_" gradientUnits="userSpaceOnUse" x1="94.511" y1="38.084" x2="92.711" y2="37.629"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st706" d="M94.4 38.2c.5-.3.6-.7.7-1.1-.5.2-1.3.4-1.7.5-.5.2-.7.6-.8.9.4.1 1.3 0 1.8-.3z"/><linearGradient id="SVGID_554_" gradientUnits="userSpaceOnUse" x1="94.278" y1="38.031" x2="92.478" y2="37.575"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st707" d="M94.2 38.3c-.5.2-1.2.3-1.6.4.1-.4.3-.8.8-.9.4-.1 1.2-.4 1.7-.5-.1.3-.5.8-.9 1z"/><linearGradient id="SVGID_555_" gradientUnits="userSpaceOnUse" x1="94.509" y1="38.093" x2="92.709" y2="37.638"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st708" d="M94 38.2c-.4.2-1.1.4-1.4.4.1-.4.3-.8.8-.9.4-.2 1.2-.4 1.7-.5-.1.4-.7.8-1.1 1z"/><linearGradient id="SVGID_556_" gradientUnits="userSpaceOnUse" x1="94.507" y1="38.097" x2="92.707" y2="37.642"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st709" d="M93.8 38.2c-.4.2-1 .4-1.3.5.1-.4.3-.7.8-.9.4-.2 1.2-.4 1.7-.5 0 .3-.8.7-1.2.9z"/><linearGradient id="SVGID_557_" gradientUnits="userSpaceOnUse" x1="94.507" y1="38.102" x2="92.706" y2="37.646"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st710" d="M93.7 38.1c-.4.2-.9.5-1.1.5.1-.4.3-.7.8-.9.4-.2 1.2-.4 1.7-.5-.2.4-1 .8-1.4.9z"/><linearGradient id="SVGID_558_" gradientUnits="userSpaceOnUse" x1="94.341" y1="38.065" x2="92.796" y2="37.673"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st711" d="M93.5 38.1c-.4.2-.8.5-1 .6.1-.4.3-.7.8-.9.4-.2 1.2-.4 1.7-.5-.1.3-1.1.6-1.5.8z"/><linearGradient id="SVGID_559_" gradientUnits="userSpaceOnUse" x1="94.504" y1="38.11" x2="92.702" y2="37.654"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st712" d="M93.3 38.1c-.4.2-.7.6-.8.6.1-.4.3-.7.8-.9.4-.2 1.3-.5 1.7-.5-.1.3-1.3.6-1.7.8z"/><linearGradient id="SVGID_560_" gradientUnits="userSpaceOnUse" x1="94.369" y1="38.08" x2="92.866" y2="37.7"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st713" d="M95.1 37.2c-.6.2-1.3.3-1.8.5s-.7.6-.8.9c0 0 .3-.5.6-.7.4-.1 1.8-.3 2-.7z"/></g><g><linearGradient id="SVGID_561_" gradientUnits="userSpaceOnUse" x1="95.644" y1="36.915" x2="93.83" y2="36.505"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st714" d="M95.4 37c.5-.3.6-.8.6-1.1-.4.2-1.3.5-1.7.6-.5.2-.6.6-.7 1 .5 0 1.4-.2 1.8-.5z"/><linearGradient id="SVGID_562_" gradientUnits="userSpaceOnUse" x1="95.392" y1="36.863" x2="93.579" y2="36.453"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st715" d="M95.3 37.1c-.4.2-1.2.4-1.6.5.1-.4.2-.8.7-1 .4-.2 1.2-.5 1.7-.6-.1.2-.4.8-.8 1.1z"/><linearGradient id="SVGID_563_" gradientUnits="userSpaceOnUse" x1="95.651" y1="36.909" x2="93.831" y2="36.497"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st716" d="M95.1 37c-.4.2-1.1.5-1.4.5.1-.4.2-.8.7-1 .4-.2 1.2-.5 1.7-.7-.1.5-.6 1-1 1.2z"/><linearGradient id="SVGID_564_" gradientUnits="userSpaceOnUse" x1="95.45" y1="36.867" x2="93.824" y2="36.5"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st717" d="M94.9 37l-1.2.6c.1-.4.2-.8.7-1 .4-.2 1.2-.5 1.7-.7-.1.4-.8.9-1.2 1.1z"/><linearGradient id="SVGID_565_" gradientUnits="userSpaceOnUse" x1="95.415" y1="36.864" x2="93.915" y2="36.525"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st718" d="M94.8 37c-.4.2-.9.6-1.1.6.1-.4.2-.8.7-1 .4-.2 1.2-.5 1.7-.7-.1.4-1 .8-1.3 1.1z"/><linearGradient id="SVGID_566_" gradientUnits="userSpaceOnUse" x1="95.648" y1="36.922" x2="93.826" y2="36.51"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st719" d="M94.6 36.9c-.4.2-.8.6-.9.6.1-.4.2-.8.7-1 .4-.2 1.2-.5 1.7-.7-.1.5-1.1.9-1.5 1.1z"/><linearGradient id="SVGID_567_" gradientUnits="userSpaceOnUse" x1="95.648" y1="36.926" x2="93.824" y2="36.514"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st720" d="M94.4 36.9c-.3.2-.7.7-.7.7.1-.4.2-.8.7-1 .4-.2 1.2-.6 1.7-.7-.1.4-1.3.8-1.7 1z"/><linearGradient id="SVGID_568_" gradientUnits="userSpaceOnUse" x1="95.531" y1="36.904" x2="93.99" y2="36.556"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st721" d="M96.1 35.9c-.6.2-1.3.4-1.7.7-.4.2-.6.6-.7 1 0 0 .3-.5.6-.7.3-.2 1.7-.6 1.8-1z"/></g><g><linearGradient id="SVGID_569_" gradientUnits="userSpaceOnUse" x1="96.494" y1="35.656" x2="94.928" y2="35.395"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st722" d="M96.4 35.7c.4-.3.5-.7.5-1-.4.2-1.3.5-1.6.7-.4.2-.6.7-.6 1 .4-.2 1.3-.4 1.7-.7z"/><linearGradient id="SVGID_570_" gradientUnits="userSpaceOnUse" x1="96.18" y1="35.608" x2="94.612" y2="35.347"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st723" d="M96.3 35.8c-.4.3-1.2.5-1.6.6 0-.4.2-.8.6-1 .4-.2 1.2-.5 1.6-.7 0 .4-.2.8-.6 1.1z"/><linearGradient id="SVGID_571_" gradientUnits="userSpaceOnUse" x1="96.493" y1="35.665" x2="94.927" y2="35.404"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st724" d="M96.1 35.8c-.4.3-1.1.5-1.4.6 0-.4.2-.8.6-1 .4-.2 1.2-.5 1.6-.7 0 .4-.4.8-.8 1.1z"/><linearGradient id="SVGID_572_" gradientUnits="userSpaceOnUse" x1="96.492" y1="35.669" x2="94.927" y2="35.408"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st725" d="M95.9 35.8c-.4.3-1 .6-1.2.7 0-.4.2-.8.6-1 .4-.2 1.2-.5 1.6-.7 0 .3-.6.7-1 1z"/><linearGradient id="SVGID_573_" gradientUnits="userSpaceOnUse" x1="96.332" y1="35.647" x2="95.042" y2="35.432"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st726" d="M95.7 35.7c-.4.3-.9.6-1 .7 0-.4.2-.8.6-1 .4-.2 1.2-.5 1.6-.7 0 .4-.8.8-1.2 1z"/><linearGradient id="SVGID_574_" gradientUnits="userSpaceOnUse" x1="96.49" y1="35.678" x2="94.925" y2="35.417"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st727" d="M95.6 35.7c-.3.3-.7.7-.9.7 0-.4.2-.8.6-1 .4-.2 1.2-.5 1.7-.7-.1.4-1.1.8-1.4 1z"/><linearGradient id="SVGID_575_" gradientUnits="userSpaceOnUse" x1="96.49" y1="35.682" x2="94.924" y2="35.421"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st728" d="M95.4 35.7c-.3.2-.6.7-.7.7 0-.4.2-.8.6-1 .4-.2 1.2-.5 1.7-.7-.1.4-1.3.8-1.6 1z"/><linearGradient id="SVGID_576_" gradientUnits="userSpaceOnUse" x1="96.359" y1="35.665" x2="94.969" y2="35.434"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st729" d="M96.9 34.7c-.6.3-1.2.4-1.7.7-.4.3-.6.7-.6 1 0 0 .2-.5.5-.8.4-.1 1.8-.5 1.8-.9z"/></g><g><linearGradient id="SVGID_577_" gradientUnits="userSpaceOnUse" x1="97.267" y1="34.434" x2="95.742" y2="34.064"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st730" d="M97.3 34.5c.4-.3.4-.8.4-1.1-.4.3-1.2.6-1.5.8-.4.3-.6.7-.6 1.1.4-.2 1.2-.5 1.7-.8z"/><linearGradient id="SVGID_578_" gradientUnits="userSpaceOnUse" x1="97.052" y1="34.387" x2="95.53" y2="34.017"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st731" d="M97.1 34.5c-.4.3-1.2.5-1.5.7 0-.4.1-.8.6-1.1.4-.2 1.1-.6 1.5-.8 0 .4-.2 1-.6 1.2z"/><linearGradient id="SVGID_579_" gradientUnits="userSpaceOnUse" x1="97.262" y1="34.443" x2="95.74" y2="34.073"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st732" d="M96.9 34.5c-.4.3-1.1.6-1.3.7 0-.4.1-.8.6-1.1.4-.2 1.1-.6 1.5-.9 0 .5-.4 1.1-.8 1.3z"/><linearGradient id="SVGID_580_" gradientUnits="userSpaceOnUse" x1="97.261" y1="34.447" x2="95.739" y2="34.077"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st733" d="M96.7 34.5c-.4.3-.9.6-1.2.7 0-.4.1-.8.5-1.1.4-.2 1.1-.6 1.6-.9.1.5-.5 1.1-.9 1.3z"/><linearGradient id="SVGID_581_" gradientUnits="userSpaceOnUse" x1="97.26" y1="34.452" x2="95.738" y2="34.082"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st734" d="M96.6 34.5c-.3.3-.8.7-1 .7 0-.4.1-.8.5-1.1.4-.2 1.1-.6 1.6-.9 0 .5-.8 1-1.1 1.3z"/><linearGradient id="SVGID_582_" gradientUnits="userSpaceOnUse" x1="97.26" y1="34.456" x2="95.737" y2="34.086"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st735" d="M96.4 34.5l-.8.8c0-.4.1-.8.5-1.1.4-.2 1.1-.7 1.6-.9 0 .4-1 .9-1.3 1.2z"/><linearGradient id="SVGID_583_" gradientUnits="userSpaceOnUse" x1="97.259" y1="34.46" x2="95.736" y2="34.09"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st736" d="M96.2 34.5c-.3.3-.6.7-.7.8 0-.4.1-.8.5-1.1.4-.2 1.1-.7 1.6-.9 0 .4-1.1.9-1.4 1.2z"/><linearGradient id="SVGID_584_" gradientUnits="userSpaceOnUse" x1="97.084" y1="34.422" x2="95.864" y2="34.126"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st737" d="M97.7 33.3c-.5.3-1.2.6-1.6.9-.4.3-.6.7-.5 1.1 0 0 .2-.5.5-.8.2-.3 1.5-.8 1.6-1.2z"/></g><g><linearGradient id="SVGID_585_" gradientUnits="userSpaceOnUse" x1="102.478" y1="26.72" x2="101.762" y2="26.199" gradientTransform="rotate(-1.812 307.43 180.146)"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st738" d="M98.1 33c.4-.4.4-.8.4-1.2-.4.3-1.2.7-1.6 1-.4.3-.6.8-.5 1.2.5-.3 1.3-.6 1.7-1z"/><linearGradient id="SVGID_586_" gradientUnits="userSpaceOnUse" x1="102.219" y1="26.538" x2="101.503" y2="26.017" gradientTransform="rotate(-1.812 307.43 180.146)"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st739" d="M97.9 33.1c-.4.4-1.1.7-1.5.9-.1-.4.1-.8.5-1.2.3-.3 1.1-.7 1.6-1 0 .4-.2 1-.6 1.3z"/><linearGradient id="SVGID_587_" gradientUnits="userSpaceOnUse" x1="102.469" y1="26.725" x2="101.756" y2="26.207" gradientTransform="rotate(-1.812 307.43 180.146)"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st740" d="M97.8 33.1c-.4.3-1 .7-1.3.9-.1-.4.1-.8.5-1.2.3-.3 1.1-.7 1.6-1-.1.4-.5 1-.8 1.3z"/><linearGradient id="SVGID_588_" gradientUnits="userSpaceOnUse" x1="102.462" y1="26.724" x2="101.753" y2="26.209" gradientTransform="rotate(-1.812 307.43 180.146)"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st741" d="M97.6 33.1c-.4.3-.9.7-1.1.9-.1-.4.1-.8.5-1.2.3-.3 1.1-.7 1.6-1-.1.4-.7 1-1 1.3z"/><linearGradient id="SVGID_589_" gradientUnits="userSpaceOnUse" x1="102.457" y1="26.726" x2="101.751" y2="26.212" gradientTransform="rotate(-1.812 307.43 180.146)"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st742" d="M97.4 33.1c-.3.3-.8.8-1 .9-.1-.4.1-.8.5-1.2.3-.3 1.1-.8 1.6-1 0 .4-.8 1-1.1 1.3z"/><linearGradient id="SVGID_590_" gradientUnits="userSpaceOnUse" x1="102.453" y1="26.728" x2="101.748" y2="26.215" gradientTransform="rotate(-1.812 307.43 180.146)"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st743" d="M97.2 33.1c-.3.3-.7.8-.8.9-.1-.4.1-.8.5-1.2.3-.3 1.1-.8 1.6-1 0 .4-1 1-1.3 1.3z"/><linearGradient id="SVGID_591_" gradientUnits="userSpaceOnUse" x1="102.45" y1="26.732" x2="101.746" y2="26.219" gradientTransform="rotate(-1.812 307.43 180.146)"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st744" d="M97 33.1c-.3.3-.5.8-.6.9-.1-.4.1-.8.5-1.2.3-.3 1.1-.8 1.6-1 0 .4-1.2 1-1.5 1.3z"/><linearGradient id="SVGID_592_" gradientUnits="userSpaceOnUse" x1="102.362" y1="26.672" x2="101.658" y2="26.161" gradientTransform="rotate(-1.812 307.43 180.146)"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st745" d="M98.5 31.8c-.5.4-1.2.7-1.6 1-.4.3-.5.8-.5 1.2 0 0 .1-.6.4-.9.4-.2 1.7-.9 1.7-1.3z"/></g><g><linearGradient id="SVGID_593_" gradientUnits="userSpaceOnUse" x1="98.458" y1="31.588" x2="97.459" y2="30.838"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st746" d="M98.9 31.5c.4-.4.4-.9.3-1.1-.4.3-1.1.7-1.4 1-.4.3-.5.8-.4 1.2.3-.3 1.1-.7 1.5-1.1z"/><linearGradient id="SVGID_594_" gradientUnits="userSpaceOnUse" x1="98.367" y1="31.507" x2="97.785" y2="31.071"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st747" d="M98.7 31.6c-.3.4-1 .7-1.3.9-.1-.4 0-.8.4-1.2.3-.3 1-.7 1.4-1 0 .4-.2 1-.5 1.3z"/><linearGradient id="SVGID_595_" gradientUnits="userSpaceOnUse" x1="98.591" y1="31.679" x2="98.013" y2="31.246"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st748" d="M98.5 31.6c-.3.3-.9.7-1.2.9-.1-.4 0-.8.4-1.2.3-.3 1-.8 1.4-1.1.1.5-.2 1.1-.6 1.4z"/><linearGradient id="SVGID_596_" gradientUnits="userSpaceOnUse" x1="98.574" y1="31.671" x2="98.008" y2="31.247"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st749" d="M98.4 31.6c-.3.3-.8.8-1 .9-.1-.4 0-.8.4-1.1.3-.3 1-.8 1.4-1.1 0 .4-.5 1-.8 1.3z"/><linearGradient id="SVGID_597_" gradientUnits="userSpaceOnUse" x1="98.557" y1="31.664" x2="98.003" y2="31.248"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st750" d="M98.2 31.7c-.3.3-.7.8-.8.9-.1-.4 0-.8.4-1.1.3-.3 1-.8 1.4-1.1 0 .3-.7.9-1 1.3z"/><linearGradient id="SVGID_598_" gradientUnits="userSpaceOnUse" x1="98.547" y1="31.66" x2="97.999" y2="31.25"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st751" d="M98 31.7c-.3.3-.6.8-.7.9-.1-.4 0-.8.4-1.1.3-.3 1-.8 1.4-1.1.1.3-.8 1-1.1 1.3z"/><linearGradient id="SVGID_599_" gradientUnits="userSpaceOnUse" x1="98.539" y1="31.659" x2="97.997" y2="31.252"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st752" d="M97.9 31.7c-.3.3-.5.8-.5.9-.1-.4 0-.8.4-1.1.3-.3 1-.8 1.4-1.1 0 .3-1.1 1-1.3 1.3z"/><linearGradient id="SVGID_600_" gradientUnits="userSpaceOnUse" x1="98.476" y1="31.617" x2="97.936" y2="31.212"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st753" d="M99.2 30.3c-.5.4-1.1.7-1.4 1.1-.4.4-.4.8-.4 1.1 0 0 .1-.6.4-.9.1-.2 1.4-.9 1.4-1.3z"/></g><g><linearGradient id="SVGID_601_" gradientUnits="userSpaceOnUse" x1="99.161" y1="30.266" x2="98.589" y2="29.851"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st754" d="M99.4 30.1c.3-.4.3-.9.2-1.2-.4.3-1 .9-1.3 1.2-.4.3-.4.8-.3 1.2.3-.4 1.1-.8 1.4-1.2z"/><linearGradient id="SVGID_602_" gradientUnits="userSpaceOnUse" x1="99.16" y1="30.271" x2="98.183" y2="29.561"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st755" d="M99.3 30.2c-.3.4-1 .8-1.3 1-.1-.4 0-.8.3-1.2.3-.3 1-.8 1.3-1.2.1.4 0 1-.3 1.4z"/><linearGradient id="SVGID_603_" gradientUnits="userSpaceOnUse" x1="99.157" y1="30.273" x2="98.585" y2="29.857"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st756" d="M99.1 30.2c-.3.4-.9.8-1.1 1-.1-.4 0-.8.3-1.2.3-.3 1-.8 1.4-1.2 0 .4-.3 1.1-.6 1.4z"/><linearGradient id="SVGID_604_" gradientUnits="userSpaceOnUse" x1="99.15" y1="30.273" x2="98.582" y2="29.859"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st757" d="M98.9 30.2c-.3.4-.8.8-1 .9-.1-.4 0-.8.3-1.2.3-.3 1-.9 1.4-1.2.1.5-.4 1.2-.7 1.5z"/><linearGradient id="SVGID_605_" gradientUnits="userSpaceOnUse" x1="99.138" y1="30.267" x2="98.402" y2="29.732"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st758" d="M98.8 30.3c-.3.3-.7.8-.8.9-.1-.4 0-.8.3-1.2.3-.3 1-.9 1.4-1.2 0 .4-.6 1.1-.9 1.5z"/><linearGradient id="SVGID_606_" gradientUnits="userSpaceOnUse" x1="99.127" y1="30.265" x2="98.575" y2="29.863"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st759" d="M98.6 30.3c-.3.3-.5.8-.6.9-.1-.4 0-.8.3-1.2.3-.3 1-.9 1.4-1.2 0 .5-.8 1.2-1.1 1.5z"/><linearGradient id="SVGID_607_" gradientUnits="userSpaceOnUse" x1="99.121" y1="30.265" x2="98.572" y2="29.866"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st760" d="M98.4 30.3c-.2.3-.4.9-.5.9-.1-.4 0-.8.3-1.2.3-.3 1-.9 1.4-1.2.1.5-.9 1.2-1.2 1.5z"/><linearGradient id="SVGID_608_" gradientUnits="userSpaceOnUse" x1="99.017" y1="30.194" x2="98.471" y2="29.797"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st761" d="M99.7 28.9c-.5.4-1 .8-1.4 1.2-.3.4-.4.8-.3 1.2 0 0 .1-.6.3-.9.2-.4 1.4-1.1 1.4-1.5z"/></g><g><linearGradient id="SVGID_609_" gradientUnits="userSpaceOnUse" x1="99.598" y1="28.751" x2="98.032" y2="28.166"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st762" d="M99.9 28.6c.3-.5.2-.9.1-1.2-.3.4-1 .9-1.3 1.2-.3.4-.4.9-.2 1.2.3-.3 1-.7 1.4-1.2z"/><linearGradient id="SVGID_610_" gradientUnits="userSpaceOnUse" x1="99.722" y1="28.801" x2="98.405" y2="28.309"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st763" d="M99.7 28.7c-.3.4-1 .8-1.2 1.1-.1-.3-.1-.8.2-1.2.3-.3.9-.9 1.3-1.2.1.3 0 .9-.3 1.3z"/><linearGradient id="SVGID_611_" gradientUnits="userSpaceOnUse" x1="99.663" y1="28.768" x2="98.774" y2="28.436"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st764" d="M99.5 28.7c-.3.4-.8.6-1 1.1-.1-.3-.1-.8.2-1.2l1.3-1.3c.1.5-.2 1-.5 1.4z"/><linearGradient id="SVGID_612_" gradientUnits="userSpaceOnUse" x1="99.71" y1="28.79" x2="98.802" y2="28.451"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st765" d="M99.4 28.8c-.3.4-.7.9-.9 1-.1-.3-.1-.8.2-1.2l1.3-1.3c.1.5-.3 1.1-.6 1.5z"/><linearGradient id="SVGID_613_" gradientUnits="userSpaceOnUse" x1="99.705" y1="28.792" x2="98.8" y2="28.454"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st766" d="M99.2 28.8c-.2.4-.6.9-.7 1-.1-.3-.1-.8.2-1.2l1.3-1.3c.1.5-.5 1.1-.8 1.5z"/><linearGradient id="SVGID_614_" gradientUnits="userSpaceOnUse" x1="99.699" y1="28.795" x2="98.798" y2="28.458"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st767" d="M99 28.9c-.2.4-.5.9-.6 1-.1-.3-.1-.8.2-1.2l1.3-1.3c.2.4-.6 1.1-.9 1.5z"/><linearGradient id="SVGID_615_" gradientUnits="userSpaceOnUse" x1="99.697" y1="28.799" x2="98.611" y2="28.393"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st768" d="M98.9 28.9c-.2.3-.4.9-.4.9-.1-.3-.1-.8.2-1.2.3-.3.9-1 1.3-1.3.1.5-.9 1.3-1.1 1.6z"/><linearGradient id="SVGID_616_" gradientUnits="userSpaceOnUse" x1="99.584" y1="28.761" x2="98.823" y2="28.477"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st769" d="M100 27.4c-.4.5-1 .9-1.3 1.3-.3.4-.3.8-.2 1.2 0 0 0-.6.2-.9.2-.4 1.4-1.2 1.3-1.6z"/></g><g><linearGradient id="SVGID_617_" gradientUnits="userSpaceOnUse" x1="99.976" y1="27.211" x2="98.625" y2="26.783"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st770" d="M100.1 27.1c.2-.4.3-1 .1-1.4-.3.4-.9 1-1.2 1.4-.3.4-.3.9-.2 1.2.4-.2 1.1-.7 1.3-1.2z"/><linearGradient id="SVGID_618_" gradientUnits="userSpaceOnUse" x1="99.949" y1="27.206" x2="98.961" y2="26.893"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st771" d="M99.9 27.2c-.3.3-.8.8-1 1.2-.2-.3-.1-.8.2-1.2.3-.3.9-1 1.2-1.4.1.2-.1 1.1-.4 1.4z"/><linearGradient id="SVGID_619_" gradientUnits="userSpaceOnUse" x1="100.042" y1="27.241" x2="98.636" y2="26.795"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st772" d="M99.8 27.3c-.3.3-.7.6-.9 1.1-.2-.3-.1-.8.2-1.2.3-.4.9-1 1.2-1.4.1.2-.2 1.3-.5 1.5z"/><linearGradient id="SVGID_620_" gradientUnits="userSpaceOnUse" x1="99.929" y1="27.209" x2="99.165" y2="26.967"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st773" d="M99.8 27.3c-.4.3-.7.9-.9 1.1-.2-.3-.1-.8.2-1.2.3-.4.9-1 1.2-1.4.1.2-.5 1.5-.5 1.5z"/><linearGradient id="SVGID_621_" gradientUnits="userSpaceOnUse" x1="99.944" y1="27.223" x2="99.164" y2="26.976"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st774" d="M99.4 27.4c-.2.4-.4.9-.5 1-.1-.3-.1-.8.2-1.2.2-.4.9-1 1.2-1.4.1.3-.9 1.6-.9 1.6z"/><linearGradient id="SVGID_622_" gradientUnits="userSpaceOnUse" x1="99.972" y1="27.236" x2="99.165" y2="26.981"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st775" d="M99.3 27.5c-.2.4-.3.9-.4 1-.2-.3-.1-.8.2-1.2.2-.4.8-1.1 1.2-1.4.1.3-1 1.5-1 1.6z"/><linearGradient id="SVGID_623_" gradientUnits="userSpaceOnUse" x1="99.919" y1="27.25" x2="99.109" y2="26.994"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st776" d="M100.3 25.9c-.4.5-1 .9-1.2 1.4-.3.4-.3.9-.1 1.2 0 0 0-.6.2-.9-.1-.1 1.2-1.4 1.1-1.7z"/></g><g><linearGradient id="SVGID_624_" gradientUnits="userSpaceOnUse" x1="58.745" y1="32.286" x2="57.725" y2="30.269"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st777" d="M58 32.1c0 .5.3.9.6 1.1.1-.4.2-1.1.2-1.6 0-.6-.2-1-.6-1.1.1.3-.2 1.1-.2 1.6z"/></g><g><linearGradient id="SVGID_625_" gradientUnits="userSpaceOnUse" x1="58.923" y1="32.729" x2="57.902" y2="30.709"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st778" d="M58 32.1c0-.5.3-1.3.3-1.7.3.2.5.8.4 1.2 0 .5-.1 1.3-.1 1.6-.2-.2-.5-.6-.6-1.1z"/><linearGradient id="SVGID_626_" gradientUnits="userSpaceOnUse" x1="58.919" y1="32.734" x2="57.703" y2="30.326"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st779" d="M58.1 32.2c0-.5.2-1.2.2-1.7.3.3.4.9.3 1.4v1.4c-.2-.3-.4-.7-.5-1.1z"/><linearGradient id="SVGID_627_" gradientUnits="userSpaceOnUse" x1="58.912" y1="32.738" x2="57.901" y2="30.738"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st780" d="M58.2 32.2c0-.5.3-1.2.2-1.7.3.4.2 1.1.2 1.6s.1 1 .1 1.2c-.3-.3-.5-.6-.5-1.1z"/><linearGradient id="SVGID_628_" gradientUnits="userSpaceOnUse" x1="58.918" y1="32.735" x2="57.908" y2="30.735"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st781" d="M58.2 32.1c0-.5.3-1.2.2-1.7.3.5.1 1.4.1 1.8 0 .5.2.9.2 1-.3-.2-.5-.5-.5-1.1z"/></g><linearGradient id="SVGID_629_" gradientUnits="userSpaceOnUse" x1="58.928" y1="32.73" x2="57.917" y2="30.73"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st782" d="M58.4 30.4c.1.5-.2 1.1-.2 1.7 0 .5.2.9.5 1.1 0 0-.4-.3-.3-.8 0-.4.3-1.4 0-2z"/><g><linearGradient id="SVGID_630_" gradientUnits="userSpaceOnUse" x1="57.745" y1="29.421" x2="56.869" y2="28.417"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st783" d="M56.9 29.4c-.1.5.3 1 .5 1.1.1-.4.4-1 .5-1.5.1-.5-.2-1-.4-1.2-.1.4-.5 1-.6 1.6z"/></g><g><linearGradient id="SVGID_631_" gradientUnits="userSpaceOnUse" x1="57.902" y1="29.613" x2="57.026" y2="28.609"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st784" d="M57 29.4c.1-.6.4-1.2.6-1.6.3.3.4.7.3 1.2-.1.5-.3 1.2-.4 1.5-.2-.2-.6-.6-.5-1.1z"/><linearGradient id="SVGID_632_" gradientUnits="userSpaceOnUse" x1="57.903" y1="29.612" x2="56.729" y2="28.267"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st785" d="M56.9 29.4c.1-.6.5-1.1.6-1.6.2.3.3.9.2 1.4-.1.5-.2 1.1-.3 1.3-.1-.2-.5-.7-.5-1.1z"/><linearGradient id="SVGID_633_" gradientUnits="userSpaceOnUse" x1="57.924" y1="29.622" x2="57.036" y2="28.604"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st786" d="M57 29.4c.1-.6.4-1.1.5-1.6.2.4.1 1 .1 1.5-.1.5-.1 1-.1 1.2-.3-.2-.5-.6-.5-1.1z"/><linearGradient id="SVGID_634_" gradientUnits="userSpaceOnUse" x1="57.927" y1="29.619" x2="57.039" y2="28.601"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st787" d="M57.1 29.2c.1-.6.5-.9.5-1.4.2.5 0 1.2-.1 1.6-.1.4 0 .9 0 1.1-.3-.2-.5-.7-.4-1.3z"/><linearGradient id="SVGID_635_" gradientUnits="userSpaceOnUse" x1="57.927" y1="29.619" x2="57.039" y2="28.602"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st788" d="M57.1 29.4c.1-.6.5-1.1.5-1.6.1.5-.1 1.4-.2 1.8-.1.4.1.9.1.9-.3-.2-.5-.6-.4-1.1z"/></g><linearGradient id="SVGID_636_" gradientUnits="userSpaceOnUse" x1="57.928" y1="29.619" x2="57.04" y2="28.601"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st789" d="M57.6 27.8c0 .6-.4 1-.5 1.6-.1.5.1.9.4 1.1 0 0-.3-.4-.2-.8 0-.4.4-1.3.3-1.9z"/><g><linearGradient id="SVGID_637_" gradientUnits="userSpaceOnUse" x1="43.24" y1="23.064" x2="42.515" y2="22.373" gradientTransform="rotate(.934 128.8 863.613)"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st790" d="M56.3 21.5c-.3.4-.2 1.1 0 1.4.2-.3.8-1 1-1.4.2-.4.2-.9 0-1.2-.2.3-.8.8-1 1.2z"/><linearGradient id="SVGID_638_" gradientUnits="userSpaceOnUse" x1="43.384" y1="23.203" x2="42.66" y2="22.511" gradientTransform="rotate(.934 128.8 863.613)"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st791" d="M57.1 21.6c-.2.4-.7 1.1-.9 1.4-.2-.3-.3-1 0-1.4.3-.4.8-1 1.1-1.2.2.2.1.8-.2 1.2z"/><linearGradient id="SVGID_639_" gradientUnits="userSpaceOnUse" x1="43.384" y1="23.203" x2="42.66" y2="22.511" gradientTransform="rotate(.934 128.8 863.613)"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st792" d="M57 21.7c-.2.4-.6 1.1-.7 1.3-.2-.3-.3-1 0-1.4.3-.4.8-1 1.1-1.2.1.3-.2.9-.4 1.3z"/><linearGradient id="SVGID_640_" gradientUnits="userSpaceOnUse" x1="43.384" y1="23.203" x2="42.407" y2="22.27" gradientTransform="rotate(.934 128.8 863.613)"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st793" d="M56.8 21.7c-.2.4-.5 1.1-.6 1.2-.2-.3-.3-1 0-1.4.3-.4.8-1 1.1-1.2.2.4-.3 1-.5 1.4z"/><linearGradient id="SVGID_641_" gradientUnits="userSpaceOnUse" x1="43.384" y1="23.203" x2="42.66" y2="22.511" gradientTransform="rotate(.934 128.8 863.613)"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st794" d="M56.7 21.8c-.2.4-.3 1.1-.4 1.2-.2-.3-.3-1 0-1.4.3-.4.8-1 1.1-1.2.1.3-.6 1-.7 1.4z"/><linearGradient id="SVGID_642_" gradientUnits="userSpaceOnUse" x1="43.386" y1="23.204" x2="42.671" y2="22.522" gradientTransform="rotate(.934 128.8 863.613)"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st795" d="M56.5 21.8c-.2.4-.2 1.1-.2 1.1-.2-.3-.3-1 0-1.4.3-.4.8-.9 1.1-1.2.1.4-.7 1.2-.9 1.5z"/><linearGradient id="SVGID_643_" gradientUnits="userSpaceOnUse" x1="43.386" y1="23.204" x2="42.553" y2="22.409" gradientTransform="rotate(.934 128.8 863.613)"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st796" d="M57.3 20.3c-.3.3-.8.7-1.1 1.2-.3.4-.2 1.2 0 1.5 0 0-.1-.6.1-1 .2-.5 1.1-1.5 1-1.7z"/></g><g><linearGradient id="SVGID_644_" gradientUnits="userSpaceOnUse" x1="43.24" y1="24.597" x2="42.544" y2="23.996" gradientTransform="rotate(.934 128.8 863.613)"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st797" d="M56.2 23.2c-.2.5-.1 1 .1 1.3.2-.3.7-1 .9-1.5.2-.5.1-.9-.1-1.2-.2.3-.7.9-.9 1.4z"/><linearGradient id="SVGID_645_" gradientUnits="userSpaceOnUse" x1="43.351" y1="24.693" x2="42.655" y2="24.092" gradientTransform="rotate(.934 128.8 863.613)"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st798" d="M57.1 23.1c-.2.4-.6 1.1-.8 1.4-.2-.3-.3-.9-.1-1.3.2-.5.7-1 1-1.4.1.3 0 .9-.1 1.3z"/><linearGradient id="SVGID_646_" gradientUnits="userSpaceOnUse" x1="43.351" y1="24.693" x2="42.292" y2="23.779" gradientTransform="rotate(.934 128.8 863.613)"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st799" d="M56.9 23.2c-.2.4-.5 1.1-.6 1.3-.2-.3-.3-.9-.1-1.3.2-.5.7-1 1-1.4.1.3-.1.9-.3 1.4z"/><linearGradient id="SVGID_647_" gradientUnits="userSpaceOnUse" x1="43.351" y1="24.693" x2="42.655" y2="24.092" gradientTransform="rotate(.934 128.8 863.613)"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st800" d="M56.8 23.3c-.1.4-.4 1-.5 1.2-.2-.3-.3-.9-.1-1.3.2-.5.7-1 1-1.4.1.3-.3 1-.4 1.5z"/><linearGradient id="SVGID_648_" gradientUnits="userSpaceOnUse" x1="43.351" y1="24.693" x2="42.655" y2="24.092" gradientTransform="rotate(.934 128.8 863.613)"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st801" d="M56.6 23.3c-.1.4-.3 1-.3 1.1-.2-.3-.3-.9-.1-1.3.2-.5.7-1 1-1.4.1.4-.5 1.2-.6 1.6z"/><linearGradient id="SVGID_649_" gradientUnits="userSpaceOnUse" x1="43.352" y1="24.694" x2="42.663" y2="24.099" gradientTransform="rotate(.934 128.8 863.613)"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st802" d="M56.5 23.4c-.1.4-.1 1-.2 1.1-.2-.3-.3-.9-.1-1.4.2-.5.7-1 1-1.3.1.3-.6 1.2-.7 1.6z"/><linearGradient id="SVGID_650_" gradientUnits="userSpaceOnUse" x1="43.355" y1="24.69" x2="42.562" y2="24.005" gradientTransform="rotate(.934 128.8 863.613)"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st803" d="M57.1 21.8c-.3.3-.7.8-1 1.3-.2.5-.1 1.1.1 1.4 0 0-.1-.6 0-.9.2-.5 1-1.6.9-1.8z"/></g><g><linearGradient id="SVGID_651_" gradientUnits="userSpaceOnUse" x1="57.136" y1="18.996" x2="56.611" y2="18.535"><stop offset="0" stop-color="#B75127"/><stop offset=".302" stop-color="#CA8D2B"/><stop offset=".607" stop-color="#E4D42B"/><stop offset=".853" stop-color="#FFF1C5"/></linearGradient><path class="st804" d="M56.5 18.9c-.3.4-.2.8-.1 1.2.2-.3.9-.7 1.2-1.1.3-.4.3-.9.1-1.3-.3.3-.9.7-1.2 1.2z"/><linearGradient id="SVGID_652_" gradientUnits="userSpaceOnUse" x1="57.299" y1="19.139" x2="56.77" y2="18.674"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st805" d="M57.4 19c-.3.4-.8.8-1 1.1-.1-.4-.1-.8.1-1.2.3-.4.9-.9 1.2-1.2.1.4 0 .9-.3 1.3z"/><linearGradient id="SVGID_653_" gradientUnits="userSpaceOnUse" x1="57.324" y1="19.162" x2="56.501" y2="18.438"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st806" d="M57.2 19.1c-.3.4-.7.8-.8 1-.1-.4-.1-.8.1-1.2.3-.4.9-.9 1.2-1.2.1.4-.2 1-.5 1.4z"/><linearGradient id="SVGID_654_" gradientUnits="userSpaceOnUse" x1="57.35" y1="19.184" x2="56.775" y2="18.678"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st807" d="M57 19.1c-.2.4-.5.8-.7 1-.1-.4-.1-.8.1-1.2.3-.4.9-.9 1.2-1.2.2.4-.3 1-.6 1.4z"/><linearGradient id="SVGID_655_" gradientUnits="userSpaceOnUse" x1="57.35" y1="19.184" x2="56.775" y2="18.678"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st808" d="M56.9 19.1c-.2.4-.4.9-.5 1-.1-.4-.1-.8.1-1.2.3-.4.9-.9 1.2-1.2.1.4-.6 1.1-.8 1.4z"/><linearGradient id="SVGID_656_" gradientUnits="userSpaceOnUse" x1="57.349" y1="19.184" x2="56.777" y2="18.68"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st809" d="M56.7 19.2c-.2.4-.3.9-.3.9-.1-.4-.1-.8.1-1.3.3-.4.9-.8 1.2-1.1.1.4-.8 1.1-1 1.5z"/><linearGradient id="SVGID_657_" gradientUnits="userSpaceOnUse" x1="57.349" y1="19.184" x2="56.687" y2="18.601"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st810" d="M57.7 17.7c-.3.3-.9.6-1.1 1.1-.3.4-.2.9-.2 1.3 0 0 0-.5.2-.9.1-.4 1.2-1.1 1.1-1.5z"/></g><g><linearGradient id="SVGID_658_" gradientUnits="userSpaceOnUse" x1="60.524" y1="10.981" x2="60.009" y2="10.251"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st811" d="M59.9 10.6c-.4.3-.6.7-.5 1.1.3-.2 1-.3 1.5-.6s.7-.8.6-1.1c-.4.2-1.2.3-1.6.6z"/><linearGradient id="SVGID_659_" gradientUnits="userSpaceOnUse" x1="60.628" y1="11.128" x2="60.114" y2="10.399"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st812" d="M60.7 11.1c-.4.3-1 .4-1.3.6-.1-.4.1-.8.5-1.1.4-.3 1.2-.4 1.6-.6.1.4-.4.8-.8 1.1z"/><linearGradient id="SVGID_660_" gradientUnits="userSpaceOnUse" x1="60.689" y1="11.214" x2="60.175" y2="10.486"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st813" d="M60.5 11.1c-.4.3-.9.5-1.1.6-.1-.4.1-.8.5-1.1.4-.3 1.2-.4 1.6-.6.1.4-.6.8-1 1.1z"/><linearGradient id="SVGID_661_" gradientUnits="userSpaceOnUse" x1="60.685" y1="11.209" x2="60.175" y2="10.486"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st814" d="M60.3 11c-.4.3-.8.5-.9.7-.1-.4.1-.8.5-1.1.4-.3 1.2-.4 1.6-.6 0 .4-.8.8-1.2 1z"/><linearGradient id="SVGID_662_" gradientUnits="userSpaceOnUse" x1="60.691" y1="11.217" x2="59.98" y2="10.209"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st815" d="M60.1 11c-.4.3-.6.6-.7.7-.1-.4.1-.8.5-1.1.4-.3 1.2-.4 1.6-.6 0 .4-1 .7-1.4 1z"/><linearGradient id="SVGID_663_" gradientUnits="userSpaceOnUse" x1="60.691" y1="11.217" x2="60.175" y2="10.486"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st816" d="M59.9 11c-.3.3-.5.7-.5.7-.1-.4.1-.8.5-1.1.4-.3 1.2-.4 1.6-.6 0 .4-1.3.7-1.6 1z"/><linearGradient id="SVGID_664_" gradientUnits="userSpaceOnUse" x1="60.691" y1="11.217" x2="60.175" y2="10.486"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st817" d="M61.5 10c-.4.2-1.1.3-1.6.6-.4.3-.6.7-.5 1.1 0 0 0-.5.3-.7.3-.3 1.8-.6 1.8-1z"/></g><g><linearGradient id="SVGID_665_" gradientUnits="userSpaceOnUse" x1="70.008" y1="3.619" x2="67.515" y2="2.501"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st818" d="M69.1 2.9c-.5 0-.9.4-1.1.7.4 0 1.1.2 1.6.2s1-.4 1.2-.7c-.4-.1-1.2-.2-1.7-.2z"/><linearGradient id="SVGID_666_" gradientUnits="userSpaceOnUse" x1="70.247" y1="3.726" x2="68.516" y2="2.95"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st819" d="M69.5 3.7c-.5 0-1.2 0-1.5-.1.2-.3.6-.6 1.1-.7.5 0 1.3.1 1.7.2-.2.3-.8.6-1.3.6z"/><linearGradient id="SVGID_667_" gradientUnits="userSpaceOnUse" x1="70.249" y1="3.726" x2="68.516" y2="2.95"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st820" d="M69.4 3.6H68c.2-.3.6-.6 1.1-.7.5 0 1.3.1 1.7.2-.2.3-.9.5-1.4.5z"/><linearGradient id="SVGID_668_" gradientUnits="userSpaceOnUse" x1="70.087" y1="3.654" x2="68.354" y2="2.877"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st821" d="M69.3 3.5c-.4 0-1.1.1-1.3.1.2-.3.6-.6 1.1-.7.5 0 1.3.1 1.7.2-.2.3-1.1.3-1.5.4z"/><linearGradient id="SVGID_669_" gradientUnits="userSpaceOnUse" x1="70.25" y1="3.727" x2="68.517" y2="2.95"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st822" d="M69.1 3.3c-.4 0-1 .3-1.1.3.2-.3.6-.6 1.1-.7.5 0 1.3.1 1.7.2-.2.3-1.2.2-1.7.2z"/><linearGradient id="SVGID_670_" gradientUnits="userSpaceOnUse" x1="70.251" y1="3.727" x2="68.517" y2="2.95"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st823" d="M69.1 3.3c-.4.1-1 .4-1.1.4.2-.3.6-.6 1.1-.7.5 0 1.3.1 1.7.2-.2.2-1.3 0-1.7.1z"/><linearGradient id="SVGID_671_" gradientUnits="userSpaceOnUse" x1="70.229" y1="3.718" x2="68.808" y2="3.08"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st824" d="M70.8 3.1c-.4-.1-1.1-.2-1.6-.2s-1 .4-1.2.7c0 0 .6-.4.9-.5.4 0 1.7.3 1.9 0z"/></g><g><linearGradient id="SVGID_672_" gradientUnits="userSpaceOnUse" x1="100.029" y1="25.925" x2="99.329" y2="25.55"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st825" d="M100.3 25.8c.2-.4.3-1 .1-1.4-.2.4-.8.9-1.1 1.3-.3.4-.4 1-.2 1.3.3-.3.9-.8 1.2-1.2z"/><linearGradient id="SVGID_673_" gradientUnits="userSpaceOnUse" x1="100.112" y1="25.969" x2="99.487" y2="25.635"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st826" d="M99.4 25.8c.1-.1.2-.3.4-.4.3-.3.5-.7.6-.9.2.3-.1 1.2-.2 1.4-.3.4-.8.7-1 1.3-.3-.5-.1-1 .2-1.4z"/><linearGradient id="SVGID_674_" gradientUnits="userSpaceOnUse" x1="100.116" y1="25.971" x2="99.421" y2="25.6"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st827" d="M99.3 25.8c.1-.1.2-.3.4-.4.3-.3.6-.8.7-.9.1.2-.1.7-.1 1 0 .1-.1.3-.2.4-.3.4-.8.8-.9 1.3-.3-.5-.1-1 .1-1.4z"/><linearGradient id="SVGID_675_" gradientUnits="userSpaceOnUse" x1="100.115" y1="25.971" x2="99.422" y2="25.6"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st828" d="M99.4 25.9c.1-.1.2-.3.4-.4.4-.3.6-.9.6-1 .1.2-.1.8-.2 1 0 .1-.1.3-.2.4-.3.4-.7.8-.9 1.3-.1-.5 0-1 .3-1.3z"/><linearGradient id="SVGID_676_" gradientUnits="userSpaceOnUse" x1="100.113" y1="25.97" x2="99.307" y2="25.539"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st829" d="M99.4 25.9c.1-.1.2-.3.4-.4.4-.4.6-.9.6-1 0 .3-.2.8-.2 1 0 .1-.1.3-.3.4-.2.2-.7.6-.8 1.3-.1-.6.1-1 .3-1.3z"/><linearGradient id="SVGID_677_" gradientUnits="userSpaceOnUse" x1="100.109" y1="25.968" x2="99.426" y2="25.602"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st830" d="M99.4 25.9c-.2.3-.4.7-.3 1.2 0-.6.5-1.1.7-1.3.1-.1.2-.2.3-.4.1-.2.3-.7.3-1 0 0-.2.6-.6 1-.2.2-.3.4-.4.5z"/></g><g><linearGradient id="SVGID_678_" gradientUnits="userSpaceOnUse" x1="72.384" y1="44.441" x2="70.714" y2="42.529"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st831" d="M71.6 44.2c.4.3.8.3 1.1.2-.3-.4-.8-1.1-1.1-1.4-.3-.3-.8-.4-1.1-.3.3.4.7 1.1 1.1 1.5z"/><linearGradient id="SVGID_679_" gradientUnits="userSpaceOnUse" x1="72.113" y1="44.123" x2="70.443" y2="42.212"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st832" d="M71.5 44c-.4-.3-.7-1-1-1.3.3-.1.8-.1 1.1.2.3.3.8 1 1.1 1.4-.3.1-.9 0-1.2-.3z"/><linearGradient id="SVGID_680_" gradientUnits="userSpaceOnUse" x1="72.418" y1="44.411" x2="70.748" y2="42.499"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st833" d="M71.5 43.8c-.4-.3-.8-.9-.9-1.1.3-.1.8-.1 1.1.2.3.3.8 1 1.1 1.4-.4.1-1-.2-1.3-.5z"/><linearGradient id="SVGID_681_" gradientUnits="userSpaceOnUse" x1="72.436" y1="44.396" x2="70.765" y2="42.484"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st834" d="M71.4 43.7c-.3-.3-.8-.8-.9-1 .3-.1.8-.1 1.1.2.3.3.8 1 1.1 1.4-.3.1-.9-.4-1.3-.6z"/><linearGradient id="SVGID_682_" gradientUnits="userSpaceOnUse" x1="72.284" y1="44.221" x2="70.613" y2="42.308"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st835" d="M71.4 43.5c-.3-.3-.8-.6-.9-.8.3-.1.8-.1 1.1.2.3.3.8 1 1.1 1.4-.3.1-1-.5-1.3-.8z"/><linearGradient id="SVGID_683_" gradientUnits="userSpaceOnUse" x1="72.436" y1="44.397" x2="70.765" y2="42.484"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st836" d="M71.4 43.3c-.3-.2-.8-.5-.9-.6.3-.1.8-.1 1.1.2.3.3.8 1 1.1 1.4-.3.1-1-.7-1.3-1z"/><linearGradient id="SVGID_684_" gradientUnits="userSpaceOnUse" x1="72.435" y1="44.398" x2="70.764" y2="42.486"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st837" d="M71.4 43.1c-.3-.2-.8-.4-.9-.4.3-.1.8-.1 1.1.2.3.3.8 1 1.1 1.4-.3.1-1-.9-1.3-1.2z"/><linearGradient id="SVGID_685_" gradientUnits="userSpaceOnUse" x1="72.256" y1="44.201" x2="70.786" y2="42.519"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st838" d="M72.7 44.3c-.4-.4-.7-1.1-1.1-1.4-.4-.3-.8-.4-1.1-.2 0 0 .5 0 .8.3.3.2 1 1.4 1.4 1.3z"/></g><g><linearGradient id="SVGID_686_" gradientUnits="userSpaceOnUse" x1="73.867" y1="44.772" x2="71.836" y2="42.873"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st839" d="M73 44.6c.4.3.9.2 1.2.1-.3-.3-.9-1-1.2-1.3-.4-.3-.8-.3-1.2-.2.3.3.8 1.1 1.2 1.4z"/><linearGradient id="SVGID_687_" gradientUnits="userSpaceOnUse" x1="73.936" y1="44.697" x2="71.906" y2="42.798"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st840" d="M72.7 43.7c-.3-.2-.8-.5-.9-.6.3-.2.8-.1 1.1.2.3.3.9.9 1.2 1.3-.3.2-1-.6-1.4-.9z"/><linearGradient id="SVGID_688_" gradientUnits="userSpaceOnUse" x1="73.935" y1="44.699" x2="71.905" y2="42.8"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st841" d="M72.7 43.6c-.3-.2-.8-.3-.9-.4.3-.2.8-.2 1.1.2.3.3.9.9 1.2 1.3-.3.1-1.1-.9-1.4-1.1z"/><linearGradient id="SVGID_689_" gradientUnits="userSpaceOnUse" x1="73.623" y1="44.535" x2="71.593" y2="42.635"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st842" d="M72.9 44.4c-.4-.3-.8-1-1-1.2.3-.2.8-.1 1.2.2.3.3.9 1 1.2 1.3-.4.1-1 0-1.4-.3z"/><linearGradient id="SVGID_690_" gradientUnits="userSpaceOnUse" x1="73.903" y1="44.733" x2="71.873" y2="42.833"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st843" d="M72.8 44.3c-.4-.3-.8-.8-1-1.1.3-.2.8-.1 1.2.2.3.3.9 1 1.2 1.3-.3.1-1-.2-1.4-.4z"/><linearGradient id="SVGID_691_" gradientUnits="userSpaceOnUse" x1="73.931" y1="44.704" x2="71.9" y2="42.805"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st844" d="M72.8 44.1c-.4-.3-.8-.7-1-.9.3-.2.8-.1 1.2.2.3.3.9.9 1.2 1.3-.3.1-1-.4-1.4-.6z"/><linearGradient id="SVGID_692_" gradientUnits="userSpaceOnUse" x1="73.748" y1="44.52" x2="72.099" y2="42.978"><stop offset="0" stop-color="#B75127"/><stop offset=".073" stop-color="#BE6828"/><stop offset=".205" stop-color="#C98B2B"/><stop offset=".329" stop-color="#D3A92C"/><stop offset=".441" stop-color="#DBBF2C"/><stop offset=".538" stop-color="#E1CE2B"/><stop offset=".607" stop-color="#E4D42B"/><stop offset=".844" stop-color="#FFF1C5"/></linearGradient><path class="st845" d="M72.8 43.9c-.3-.2-.8-.6-.9-.7.3-.2.8-.1 1.1.2.3.3.9.9 1.2 1.3-.4.1-1.1-.6-1.4-.8z"/><linearGradient id="SVGID_693_" gradientUnits="userSpaceOnUse" x1="73.736" y1="44.517" x2="72.197" y2="43.077"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st846" d="M74.2 44.7c-.4-.4-.8-1-1.2-1.3-.4-.3-.8-.3-1.1-.2 0 0 .5 0 .9.2.2.2 1 1.4 1.4 1.3z"/></g><g><linearGradient id="SVGID_694_" gradientUnits="userSpaceOnUse" x1="69.82" y1="43.343" x2="67.83" y2="41.397"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st847" d="M68.8 43c.4.4.8.4 1.1.3-.3-.4-.7-1.2-.9-1.5-.3-.4-.7-.5-1.1-.4.1.4.5 1.2.9 1.6z"/><linearGradient id="SVGID_695_" gradientUnits="userSpaceOnUse" x1="69.604" y1="43.109" x2="67.614" y2="41.163"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st848" d="M68.7 42.8c-.3-.4-.6-1.1-.8-1.4.4 0 .8 0 1.1.4.2.3.7 1.1.9 1.5-.4.1-.9-.1-1.2-.5z"/><linearGradient id="SVGID_696_" gradientUnits="userSpaceOnUse" x1="69.877" y1="43.284" x2="67.887" y2="41.338"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st849" d="M68.6 42.7c-.3-.3-.7-1-.8-1.3.4 0 .8 0 1.1.4.3.3.7 1.1.9 1.5-.3.1-.8-.3-1.2-.6z"/><linearGradient id="SVGID_697_" gradientUnits="userSpaceOnUse" x1="69.914" y1="43.247" x2="67.924" y2="41.301"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st850" d="M68.6 42.5c-.3-.3-.7-.9-.8-1.1.4 0 .8 0 1.1.4.3.3.7 1.1.9 1.5-.3.1-.9-.5-1.2-.8z"/><linearGradient id="SVGID_698_" gradientUnits="userSpaceOnUse" x1="69.711" y1="42.992" x2="68.087" y2="41.403"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st851" d="M68.6 42.3c-.3-.3-.7-.7-.8-.9.4 0 .8 0 1.1.4.3.3.7 1.1.9 1.5-.3.1-.9-.7-1.2-1z"/><linearGradient id="SVGID_699_" gradientUnits="userSpaceOnUse" x1="69.957" y1="43.202" x2="67.968" y2="41.256"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st852" d="M68.6 42.1c-.3-.3-.7-.6-.8-.7.4 0 .7 0 1.1.4.3.3.7 1.1.9 1.5-.3.1-.9-.9-1.2-1.2z"/><linearGradient id="SVGID_700_" gradientUnits="userSpaceOnUse" x1="69.966" y1="43.193" x2="67.977" y2="41.248"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st853" d="M68.6 42c-.3-.3-.8-.5-.8-.6.4 0 .7 0 1.1.4.3.3.7 1.1 1 1.5-.4.1-1-1.1-1.3-1.3z"/><linearGradient id="SVGID_701_" gradientUnits="userSpaceOnUse" x1="69.855" y1="43.074" x2="68.117" y2="41.374"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st854" d="M69.9 43.3c-.4-.5-.6-1.2-1-1.5-.3-.4-.7-.4-1.1-.4 0 0 .5.1.8.4.3.2.9 1.5 1.3 1.5z"/></g><g><linearGradient id="SVGID_702_" gradientUnits="userSpaceOnUse" x1="65.824" y1="41.065" x2="64.095" y2="38.782"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st855" d="M64.8 40.6c.2.4.9.5 1.1.5-.2-.5-.5-1.3-.6-1.7-.2-.5-.6-.6-1-.7 0 .6.2 1.5.5 1.9z"/><linearGradient id="SVGID_703_" gradientUnits="userSpaceOnUse" x1="65.662" y1="40.813" x2="63.947" y2="38.549"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st856" d="M64.8 40.5c-.3-.4-.4-1.2-.5-1.6.4 0 .8.2 1 .6.2.4.4 1.2.6 1.7-.1 0-1-.4-1.1-.7z"/><linearGradient id="SVGID_704_" gradientUnits="userSpaceOnUse" x1="65.871" y1="40.987" x2="64.163" y2="38.732"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st857" d="M64.8 40.3c-.2-.4-.5-1.1-.5-1.4.4 0 .8.2 1 .6.2.4.5 1.2.6 1.7-.4-.1-.9-.5-1.1-.9z"/><linearGradient id="SVGID_705_" gradientUnits="userSpaceOnUse" x1="65.918" y1="40.952" x2="64.209" y2="38.695"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st858" d="M64.8 40.1c-.2-.4-.5-1-.6-1.3.4 0 .8.2 1 .6.2.4.5 1.2.6 1.7-.3 0-.7-.6-1-1z"/><linearGradient id="SVGID_706_" gradientUnits="userSpaceOnUse" x1="65.825" y1="40.764" x2="64.371" y2="38.844"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st859" d="M64.9 39.9c-.2-.4-.6-.9-.6-1.1.4 0 .8.2 1 .6.2.4.5 1.2.6 1.7-.4 0-.8-.8-1-1.2z"/><linearGradient id="SVGID_707_" gradientUnits="userSpaceOnUse" x1="65.966" y1="40.915" x2="64.258" y2="38.659"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st860" d="M64.9 39.7c-.2-.4-.6-.8-.7-.9.4 0 .8.2 1 .6.2.4.5 1.2.7 1.7-.4 0-.8-1-1-1.4z"/><linearGradient id="SVGID_708_" gradientUnits="userSpaceOnUse" x1="65.761" y1="40.625" x2="64.41" y2="38.841"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st861" d="M64.9 39.6c-.2-.3-.7-.7-.7-.7.4 0 .8.2 1 .6.2.4.5 1.2.7 1.7-.4-.1-.7-1.3-1-1.6z"/><linearGradient id="SVGID_709_" gradientUnits="userSpaceOnUse" x1="65.894" y1="40.789" x2="64.644" y2="39.138"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st862" d="M65.9 41.2c-.3-.6-.4-1.2-.7-1.7-.2-.4-.6-.6-1-.6 0 0 .5.2.7.5.3.3.6 1.7 1 1.8z"/></g></g><g><linearGradient id="SVGID_710_" gradientUnits="userSpaceOnUse" x1="78.951" y1="1.871" x2="77.22" y2=".751"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st863" d="M78 .9c-.6-.2-1 0-1.3.1.4.2.9.5 1.4.8.6.2 1.2.1 1.5 0-.4-.3-1-.7-1.6-.9z"/><linearGradient id="SVGID_711_" gradientUnits="userSpaceOnUse" x1="79.048" y1="1.974" x2="77.332" y2=".782"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st864" d="M78.1 1.6c-.5-.2-1-.5-1.3-.6.2-.2.7-.3 1.2-.1.6.2 1.2.6 1.6.9-.3.1-1 0-1.5-.2z"/><linearGradient id="SVGID_712_" gradientUnits="userSpaceOnUse" x1="79.148" y1="1.999" x2="77.417" y2=".879"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st865" d="M78 1.5c-.5-.2-1-.4-1.2-.5.2-.2.7-.3 1.2-.1.6.2 1.2.6 1.6.9-.3.1-1.1-.1-1.6-.3z"/><linearGradient id="SVGID_713_" gradientUnits="userSpaceOnUse" x1="79.082" y1="1.935" x2="77.075" y2=".684"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st866" d="M78 1.4c-.5-.2-1.1-.3-1.3-.4.3-.2.8-.3 1.3-.1.6.2 1.2.6 1.6.9-.4.1-1.2-.3-1.6-.4z"/><linearGradient id="SVGID_714_" gradientUnits="userSpaceOnUse" x1="79.335" y1="2.033" x2="77.516" y2=".986"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st867" d="M77.9 1.3c-.5-.1-1.1-.2-1.2-.3.3-.2.8-.3 1.3-.1.6.2 1.2.6 1.6.9-.4.1-1.3-.4-1.7-.5z"/><linearGradient id="SVGID_715_" gradientUnits="userSpaceOnUse" x1="79.243" y1="2.16" x2="77.833" y2="1.113"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st868" d="M77.8 1.1c-.4-.1-1-.1-1.1-.1.3-.2.8-.3 1.3-.1.6.2 1.2.6 1.6.9-.4.1-1.4-.6-1.8-.7z"/><linearGradient id="SVGID_716_" gradientUnits="userSpaceOnUse" x1="79.049" y1="1.987" x2="77.755" y2="1.071"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st869" d="M79.7 1.8c-.4-.2-.9-.7-1.5-.9-.6-.2-1.2 0-1.5.1 0 0 .6-.2 1-.1s1.5 1 2 .9z"/></g><g><linearGradient id="SVGID_717_" gradientUnits="userSpaceOnUse" x1="80.424" y1="1.836" x2="79.002" y2=".692"><stop offset="0" stop-color="#B75127"/><stop offset=".004" stop-color="#B85227"/><stop offset=".164" stop-color="#C57D2A"/><stop offset=".31" stop-color="#D0A02C"/><stop offset=".437" stop-color="#DABB2C"/><stop offset=".54" stop-color="#E1CD2B"/><stop offset=".607" stop-color="#E4D42B"/><stop offset=".853" stop-color="#FFF1C5"/></linearGradient><path class="st870" d="M79.8.9c-.6-.2-1-.1-1.3 0 .4.2.8.6 1.4.9.6.3 1.2.2 1.6.1-.5-.2-1.1-.7-1.7-1z"/><linearGradient id="SVGID_718_" gradientUnits="userSpaceOnUse" x1="80.861" y1="2.04" x2="79.174" y2=".94"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st871" d="M79.8 1.7c-.5-.2-1-.6-1.3-.7.3-.2.8-.2 1.3 0 .6.2 1.2.7 1.6 1-.4 0-1.1-.1-1.6-.3z"/><linearGradient id="SVGID_719_" gradientUnits="userSpaceOnUse" x1="80.642" y1="2.011" x2="79.22" y2=".868"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st872" d="M79.7 1.6c-.5-.2-.9-.4-1.2-.6.3-.2.8-.2 1.3 0 .6.2 1.2.7 1.6 1-.4 0-1.2-.2-1.7-.4z"/><linearGradient id="SVGID_720_" gradientUnits="userSpaceOnUse" x1="80.986" y1="2.238" x2="79.124" y2=".83"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st873" d="M79.8 1.5c-.5-.2-1.1-.4-1.3-.5.3-.2.8-.2 1.3 0 .6.2 1.2.7 1.6 1-.5.1-1.2-.4-1.6-.5z"/><linearGradient id="SVGID_721_" gradientUnits="userSpaceOnUse" x1="80.642" y1="2.011" x2="79.22" y2=".868"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st874" d="M79.7 1.3c-.5-.1-1.1-.3-1.2-.3.3-.2.8-.2 1.3 0 .6.2 1.2.7 1.6 1-.5 0-1.3-.5-1.7-.7z"/><linearGradient id="SVGID_722_" gradientUnits="userSpaceOnUse" x1="80.642" y1="2.011" x2="79.22" y2=".868"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st875" d="M79.6 1.2c-.5-.2-1-.2-1.1-.2.3-.2.8-.2 1.3 0 .6.2 1.2.7 1.6 1-.5 0-1.4-.7-1.8-.8z"/><linearGradient id="SVGID_723_" gradientUnits="userSpaceOnUse" x1="80.79" y1="2.013" x2="79.382" y2="1.031"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st876" d="M81.4 1.9c-.4-.2-.8-.7-1.4-.9-.6-.2-1.2-.1-1.5 0 0 0 .6-.1 1 0 .3.1 1.4 1 1.9.9z"/></g><g><linearGradient id="SVGID_724_" gradientUnits="userSpaceOnUse" x1="82.177" y1="2.193" x2="80.797" y2=".857"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st877" d="M81.6 1.1c-.5-.3-1-.2-1.4-.1.4.2.8.7 1.3 1 .5.3 1.2.3 1.5.2-.4-.3-.9-.8-1.4-1.1z"/><linearGradient id="SVGID_725_" gradientUnits="userSpaceOnUse" x1="82.389" y1="2.287" x2="80.743" y2=".92"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st878" d="M81.4 1.9c-.5-.3-.9-.6-1.3-.8.3-.1.8-.2 1.4.1.5.3 1.1.8 1.5 1.1-.4 0-1-.1-1.6-.4z"/><linearGradient id="SVGID_726_" gradientUnits="userSpaceOnUse" x1="82.35" y1="2.36" x2="80.97" y2="1.024"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st879" d="M81.4 1.7c-.5-.3-.9-.5-1.2-.7.3-.1.8-.2 1.4.1.5.3 1.1.8 1.5 1.1-.5.1-1.2-.2-1.7-.5z"/><linearGradient id="SVGID_727_" gradientUnits="userSpaceOnUse" x1="82.35" y1="2.36" x2="80.97" y2="1.024"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st880" d="M81.4 1.6L80.2 1c.3-.1.8-.2 1.4.1.5.3 1.1.8 1.5 1.1-.6.1-1.3-.4-1.7-.6z"/><linearGradient id="SVGID_728_" gradientUnits="userSpaceOnUse" x1="82.458" y1="2.3" x2="80.591" y2=".815"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st881" d="M81.4 1.5c-.4-.2-1.1-.4-1.2-.4.3-.1.8-.2 1.4.1.5.3 1.1.8 1.5 1.1-.6 0-1.4-.6-1.7-.8z"/><linearGradient id="SVGID_729_" gradientUnits="userSpaceOnUse" x1="82.35" y1="2.36" x2="80.97" y2="1.024"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st882" d="M81.3 1.3c-.4-.2-1-.2-1.1-.3.3-.1.8-.2 1.4.1.5.3 1.1.8 1.5 1.1-.6.1-1.5-.7-1.8-.9z"/><linearGradient id="SVGID_730_" gradientUnits="userSpaceOnUse" x1="82.585" y1="2.359" x2="80.982" y2="1.08"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st883" d="M83 2.2c-.4-.3-.8-.8-1.3-1.1-.5-.3-1.2-.2-1.5-.1 0 0 .6-.1 1 .1s1.3 1.2 1.8 1.1z"/></g><g><linearGradient id="SVGID_731_" gradientUnits="userSpaceOnUse" x1="83.84" y1="2.511" x2="82.49" y2="1.088"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st884" d="M83.3 1.5c-.5-.3-.9-.3-1.3-.2.4.3.7.7 1.2 1.1.5.3 1.1.4 1.5.3-.4-.3-.9-.9-1.4-1.2z"/><linearGradient id="SVGID_732_" gradientUnits="userSpaceOnUse" x1="84.078" y1="2.583" x2="81.841" y2=".665"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st885" d="M83.2 2.2c-.5-.3-.8-.7-1.2-.9.4-.1.8-.1 1.3.2.5.3 1 .9 1.4 1.2-.4.1-1.1-.2-1.5-.5z"/><linearGradient id="SVGID_733_" gradientUnits="userSpaceOnUse" x1="84.017" y1="2.697" x2="82.666" y2="1.274"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st886" d="M83.1 2.1c-.5-.3-.8-.6-1.1-.7.4-.1.8-.1 1.3.2.5.3 1 .9 1.4 1.2-.4-.1-1.1-.4-1.6-.7z"/><linearGradient id="SVGID_734_" gradientUnits="userSpaceOnUse" x1="84.017" y1="2.697" x2="82.666" y2="1.274"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st887" d="M83.2 2c-.4-.3-1-.6-1.2-.7.4-.1.8-.1 1.3.2.5.3 1 .9 1.4 1.2-.5.1-1.2-.5-1.5-.7z"/><linearGradient id="SVGID_735_" gradientUnits="userSpaceOnUse" x1="84.017" y1="2.697" x2="82.666" y2="1.274"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st888" d="M83.1 1.8c-.4-.2-1-.4-1.1-.5.4-.1.8-.1 1.3.2.5.3 1 .9 1.4 1.2-.5 0-1.2-.7-1.6-.9z"/><linearGradient id="SVGID_736_" gradientUnits="userSpaceOnUse" x1="84.017" y1="2.697" x2="82.666" y2="1.274"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st889" d="M83 1.7c-.4-.2-1-.3-1-.3.4-.1.8-.1 1.3.2.5.3 1 .9 1.4 1.2-.5-.1-1.3-1-1.7-1.1z"/><linearGradient id="SVGID_737_" gradientUnits="userSpaceOnUse" x1="84.4" y1="2.646" x2="82.599" y2="1.295"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st890" d="M84.7 2.7c-.4-.3-.7-.9-1.2-1.2-.5-.3-1.1-.3-1.5-.2 0 0 .6 0 1 .2.3.1 1.2 1.2 1.7 1.2z"/></g><g><linearGradient id="SVGID_738_" gradientUnits="userSpaceOnUse" x1="85.709" y1="3.28" x2="83.954" y2="1.366"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st891" d="M84.8 1.8c-.5-.3-.9-.3-1.2-.3.3.3.6.8 1.1 1.2.4.4 1 .5 1.4.4-.4-.3-.8-.9-1.3-1.3z"/><linearGradient id="SVGID_739_" gradientUnits="userSpaceOnUse" x1="85.718" y1="3.272" x2="83.963" y2="1.358"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st892" d="M84.6 2.6c-.4-.4-.7-.8-1-1 .3-.1.7-.1 1.2.3.5.3.9 1 1.2 1.3-.3 0-.9-.3-1.4-.6z"/><linearGradient id="SVGID_740_" gradientUnits="userSpaceOnUse" x1="85.807" y1="3.372" x2="84.56" y2="2.009"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st893" d="M84.6 2.4c-.4-.3-.7-.6-1-.8.3-.1.7-.1 1.2.3.5.3.9 1 1.2 1.3-.3 0-1-.5-1.4-.8z"/><linearGradient id="SVGID_741_" gradientUnits="userSpaceOnUse" x1="85.718" y1="3.272" x2="83.963" y2="1.358"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st894" d="M84.7 2.3c-.4-.3-.9-.6-1-.8.3-.1.7-.1 1.2.3.5.3.9 1 1.2 1.3-.5 0-1.1-.5-1.4-.8z"/><linearGradient id="SVGID_742_" gradientUnits="userSpaceOnUse" x1="85.718" y1="3.272" x2="83.963" y2="1.358"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st895" d="M84.6 2.2c-.4-.3-.9-.5-1-.6.3-.1.7-.1 1.2.3.5.3.9 1 1.2 1.3-.4-.1-1.1-.8-1.4-1z"/><linearGradient id="SVGID_743_" gradientUnits="userSpaceOnUse" x1="85.545" y1="3.083" x2="83.79" y2="1.169"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st896" d="M84.6 2c-.4-.3-.9-.4-.9-.4.3-.1.7-.1 1.2.3.5.3.9 1 1.2 1.3-.5-.1-1.2-1-1.5-1.2z"/><linearGradient id="SVGID_744_" gradientUnits="userSpaceOnUse" x1="85.882" y1="3.268" x2="84.098" y2="1.485"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st897" d="M86.1 3.1c-.3-.3-.6-.9-1.1-1.3-.5-.3-1-.4-1.4-.3 0 0 .5 0 .9.2.3.3 1.1 1.4 1.6 1.4z"/></g><linearGradient id="SVGID_745_" gradientUnits="userSpaceOnUse" x1="85.46" y1="2.939" x2="84.119" y2="1.554"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st898" d="M85.3 3.1l-.6-.3c-.2-.2-.3-.3-.4-.5-.3-.3-.5-.6-.7-.7h.1c.1.1.3.4.6.6.2.2.2.3.4.5.4.4 1 .4 1.3.4-.2-.2-.3-.3-.5-.6s-.3-.5-.6-.7c.3.2.5.4.6.7.2.2.3.4.5.6-.1.1-.4.1-.7 0z"/><g><linearGradient id="SVGID_746_" gradientUnits="userSpaceOnUse" x1="87.009" y1="3.948" x2="85.46" y2="1.505"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st899" d="M86.4 2.4c-.4-.4-.8-.4-1.2-.3.3.3.6.8 1 1.2.4.4.9.5 1.3.6-.3-.5-.6-1.1-1.1-1.5z"/><linearGradient id="SVGID_747_" gradientUnits="userSpaceOnUse" x1="87.008" y1="3.948" x2="85.707" y2="1.894"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st900" d="M86.2 3.1c-.4-.4-.7-.8-1-1.1.4 0 .8 0 1.2.4.5.4.8 1 1.1 1.5-.4-.1-.9-.4-1.3-.8z"/><linearGradient id="SVGID_748_" gradientUnits="userSpaceOnUse" x1="87.008" y1="3.948" x2="85.707" y2="1.894"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st901" d="M86.2 2.9l-.9-.9c.3 0 .7 0 1.1.4.5.4.8 1 1.1 1.5-.4-.1-.9-.6-1.3-1z"/><linearGradient id="SVGID_749_" gradientUnits="userSpaceOnUse" x1="87.242" y1="3.723" x2="85.214" y2="1.544"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st902" d="M86.2 2.9c-.4-.3-.8-.7-1-.8.4-.1.8-.1 1.2.3.5.4.8 1 1.1 1.5-.5-.2-.9-.7-1.3-1z"/><linearGradient id="SVGID_750_" gradientUnits="userSpaceOnUse" x1="87.008" y1="3.948" x2="85.707" y2="1.894"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st903" d="M86.2 2.7c-.4-.3-.8-.6-1-.7.4 0 .8 0 1.2.4.5.4.8 1 1.1 1.5-.5-.2-1-.9-1.3-1.2z"/><linearGradient id="SVGID_751_" gradientUnits="userSpaceOnUse" x1="87.008" y1="3.948" x2="85.707" y2="1.894"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st904" d="M86.2 2.5c-.4-.3-.9-.4-.9-.5.3 0 .7 0 1.1.4.5.4.8 1 1.1 1.5-.5-.2-1-1.1-1.3-1.4z"/><linearGradient id="SVGID_752_" gradientUnits="userSpaceOnUse" x1="86.796" y1="3.747" x2="85.986" y2="2.23"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st905" d="M87.5 3.8c-.2-.4-.4-1-.9-1.4-.4-.4-1-.4-1.4-.4 0 0 .5 0 .9.3.3.3.9 1.4 1.4 1.5z"/></g><linearGradient id="SVGID_753_" gradientUnits="userSpaceOnUse" x1="86.509" y1="3.607" x2="86.083" y2="1.484"><stop offset="0" stop-color="#B44F26"/><stop offset=".028" stop-color="#B65727"/><stop offset=".171" stop-color="#BF7A29"/><stop offset=".306" stop-color="#C7962A"/><stop offset=".427" stop-color="#CDAC2A"/><stop offset=".532" stop-color="#D2BA29"/><stop offset=".607" stop-color="#D4C029"/><stop offset=".853" stop-color="#ECDF91"/></linearGradient><path class="st906" d="M86.8 3.7c-.2-.1-.4-.2-.6-.4-.2-.2-.2-.3-.4-.5-.2-.3-.4-.6-.6-.7.2.2.4.4.6.7l.5.5c.4.4.9.5 1.2.5l-.3-.6c-.1-.3-.3-.5-.5-.7.2.2.5.4.6.7.1.2.2.5.3.7-.3-.1-.5-.1-.8-.2z"/></g></g></svg>
|