
<!DOCTYPE html>
<html lang="en">
	<head>
        	<!--
			Developed with love by
																			  XXXXX     XXXXX
			DDDDDDDD                                                        XXXXX   XXXXX
			DDDDDDDDDD yyy     yy nnnnnnnn     aaaaa aa mmmmmmm   mmmm   iii XXXXX XXXXX
			DDD     DD yyy    yyy nnnnnnnnn  aaaaaaaaaa mmmmmmmmmmmmmmmm iii  XXXXXXXXX
			DDD     DDD yyy  yyy  nnn    nnn aa     aaa mmm   mmmmm   mm iii   XXXXXXX
			DDD     DDD  yyy yyy  nnn    nnn aa      aa mmm    mmm    mm iii    XXXXX
			DDD     DDD  yyyyyy   nnn    nnn aa     aaa mmm    mmm    mm iii   XXXXXXX
			DDD     DDD   yyyyy   nnn    nnn aaaa aaaaa mmm    mmm    mm iii  XXXXXXXXX
			DDDDDDDDDD    yyyy    nnn    nnn  aaaaaa aa mmm    mmm    mm iii XXXXX XXXXX
			DDDDDDDD      yyy                                               XXXXX   XXXXX
							yyy                                              XXXXX      XXXXXX
						  yyy                                              XXXXX        XXXXXX

			https://dynamix.site
			--> 
		
<style id="styled-elements">
    :root {
                    --primary-dark: 0, 65, 69;
            --primary-dark-hex: #004145;
                    --primary: 0, 99, 105;
            --primary-hex: #006369;
                    --primary-light: 0, 136, 143;
            --primary-light-hex: #00888f;
                    --primary-lightest: 0, 172, 181;
            --primary-lightest-hex: #00acb5;
                    --accent1-dark: 101, 1, 28;
            --accent1-dark-hex: #65011c;
                    --accent1: 144, 0, 39;
            --accent1-hex: #900027;
                    --accent1-light: 181, 0, 48;
            --accent1-light-hex: #b50030;
                    --accent1-lightest: 219, 0, 58;
            --accent1-lightest-hex: #db003a;
                    --accent2-dark: 163, 105, 1;
            --accent2-dark-hex: #a36901;
                    --accent2: 220, 141, 0;
            --accent2-hex: #dc8d00;
                    --accent2-light: 252, 188, 73;
            --accent2-light-hex: #fcbc49;
                    --gray-darkest: 25, 25, 25;
            --gray-darkest-hex: #191919;
                    --gray-dark2: 54, 52, 53;
            --gray-dark2-hex: #363435;
                    --gray-dark: 91, 92, 94;
            --gray-dark-hex: #5b5c5e;
                    --gray: 121, 123, 125;
            --gray-hex: #797b7d;
                    --gray-light: 157, 159, 162;
            --gray-light-hex: #9d9fa2;
                    --gray-light2: 188, 190, 192;
            --gray-light2-hex: #bcbec0;
                    --gray-lightest: 209, 211, 212;
            --gray-lightest-hex: #d1d3d4;
                    --white: 255, 255, 255;
            --white-hex: #ffffff;
                    --black: 0, 0, 0;
            --black-hex: #000000;
                    --bright-green: 184, 214, 53;
            --bright-green-hex: #b8d635;
                    --green: 123, 154, 61;
            --green-hex: #7b9a3d;
                    --dark-green: 96, 120, 53;
            --dark-green-hex: #607835;
                            --heading-font: 'Crimson Text', serif;
                            --subtitle-font: 'Open Sans', serif;
                            --content-font: 'Open Sans', sans-serif;
            }
</style>

<style>
    </style>

<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<link rel="stylesheet" href="https://octanecdn.com/octaneforms/css/octaneforms.min.css?version=358" media="print" onload="this.media='all'">
<style data-styles="octane-engine-styles">
    .overlay{position:absolute;top:-0.1%;left:0;z-index:1;width:100%;height:100.2%}.slide-navigation{position:relative;display:grid;grid-template-columns:1fr 1fr;width:6em;text-align:center;pointer-events:none}.slide-navigation .prev,.slide-navigation .next{position:relative;overflow:hidden;width:3em;height:3em;border:0;background-color:transparent;color:var(--white-hex);font-size:1rem;text-indent:-999px;cursor:pointer;pointer-events:all}.slide-navigation .prev::before,.slide-navigation .next::before{content:'';position:absolute;display:block;pointer-events:none;width:1em;height:1em;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-image:url("https://octanecdn.com/octaneengine/images/svg/icon-chevron.svg");mask-image:url("https://octanecdn.com/octaneengine/images/svg/icon-chevron.svg");-webkit-mask-size:contain;mask-size:contain;background-color:currentcolor;top:50%;left:50%;width:2em;height:2em;margin-top:-1em;margin-left:-1em;font-size:.75em;line-height:1}.slide-navigation .prev::before{transform:rotate(90deg)}.slide-navigation .next::before{transform:rotate(-90deg)}.slide-navigation.large{width:10em}.slide-navigation.large .prev,.slide-navigation.large .next{width:5em;height:5em}.slide-navigation.large .prev::before,.slide-navigation.large .next::before{font-size:1.5em}.scrollbar::-webkit-scrollbar,[data-scrollbar]::-webkit-scrollbar{width:5px;height:5px}.scrollbar::-webkit-scrollbar-track,[data-scrollbar]::-webkit-scrollbar-track{background-color:rgba(51,51,51,0.15);box-shadow:none}.scrollbar::-webkit-scrollbar-thumb,[data-scrollbar]::-webkit-scrollbar-thumb{background-color:rgba(51,51,51,0.25);outline:0}.abstract{background-size:200px 200px;background-repeat:repeat}.abstract-dark{position:relative;background-size:200px 200px;background-repeat:repeat}.abstract-dark::before{content:'';position:absolute;display:block;pointer-events:none;top:0;left:0;width:100%;height:100%;background-color:var(--primary-dark-hex);opacity:.75;mix-blend-mode:multiply}.abstract-dark>*{position:relative;z-index:2}.abstract-gray{position:relative;background-size:200px 200px;background-repeat:repeat}.abstract-gray::before{content:'';position:absolute;display:block;pointer-events:none;top:0;left:0;width:100%;height:100%;background-color:#333;opacity:.75;mix-blend-mode:multiply}.abstract-gray>*{position:relative;z-index:2}.abstract-primary{position:relative;background-size:200px 200px;background-repeat:repeat}.abstract-primary::before{content:'';position:absolute;display:block;pointer-events:none;top:0;left:0;width:100%;height:100%;background-color:var(--primary-hex);opacity:.5;mix-blend-mode:multiply}.abstract-primary>*{position:relative;z-index:2}@keyframes static-hero-slider{0%{transform:translate(0,0)}50%{transform:translate(-10%,0)}100%{transform:translate(0,0)}}@keyframes expand{0%{height:50px}100%{height:16px}}@keyframes mobile-circle{0%{opacity:0;transform:translate3d(200%,-50%,0)}25%{opacity:1;transform:translate3d(0,-50%,0)}50%{opacity:0;transform:translate3d(-200%,-50%,0)}100%{opacity:0;transform:translate3d(-200%,-50%,0)}}@keyframes mobile-circle-arrow{0%{transform:translate3d(0,-50%,0) rotate(45deg)}50%{transform:translate3d(-100%,-50%,0) rotate(45deg)}100%{transform:translate3d(-100%,-50%,0) rotate(45deg)}}@keyframes scrolling-hero-slider{0%{transform:translate(0,0)}100%{transform:translate(-15%,0)}}@keyframes progress-bar{0%{width:0}100%{width:100%}}@keyframes logo-scroller{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(-2000px,0,0)}}@keyframes grid-scroller{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(-100%,0,0)}}@keyframes grid-scroller-vert{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(0,-100%,0)}}@keyframes logo-scroller-alt{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(-100%,0,0)}}@keyframes logo-scroller-vert{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(0,-50%,0)}}@keyframes blinking-cursor{0%{opacity:1}100%{opacity:0}}@keyframes pointpulse{0%{opacity:1;transform:scale(0.5)}100%{opacity:0;transform:scale(1)}}@keyframes modal-video{from{opacity:0}to{opacity:1}}@keyframes modal-video-inner{from{transform:translate(0,100px)}to{transform:translate(0,0)}}@keyframes hero-testimonials-fade-in{0%{opacity:0;transform:translate(0,5em)}100%{opacity:1;transform:translate(0,0)}}@keyframes fade-in{from{opacity:0}to{opacity:1}}@keyframes fade-out{from{opacity:1}to{opacity:0}}@keyframes backdrop-fade-in{from{opacity:0}to{opacity:.5}}@keyframes backdrop-fade-out{from{opacity:.5}to{opacity:0}}@keyframes scale-up{0%{transform:scale3d(0.3,0.3,1)}25%{transform:scale3d(0.2,0.2,1)}60%{transform:scale3d(1.02,1.02,1)}80%{transform:scale3d(0.99,0.99,1)}100%{transform:scale3d(1,1,1)}}@keyframes scale-down{0%{transform:scale3d(1,1,1)}20%{transform:scale3d(1.03,1.03,1)}100%{transform:scale3d(0.5,0.5,1)}}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0deg)}100%{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes spin-alt{0%{transform:translate(0,-50%) rotate(0deg)}100%{transform:translate(0,-50%) rotate(360deg)}}@keyframes scrolling-text{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(-50%,0,0)}}@keyframes swap-cards-after{0%{translate:0}50%{translate:-25% 0}100%{translate:0}}@keyframes swap-cards-before{0%{translate:0}50%{translate:25% 0}100%{translate:0}}@keyframes swap-cards-landscape-after{0%{translate:0}50%{translate:-35% 0}100%{translate:0}}@keyframes swap-cards-landscape-before{0%{translate:0}50%{translate:35% 0}100%{translate:0}}@keyframes map-marker-pulse{0%{opacity:.5;scale:0}100%{opacity:0;scale:5}}.primary-dark,[data-style-color='primary-dark']{color:var(--primary-dark-hex)}.primary,[data-style-color='primary']{color:var(--primary-hex)}.primary-light,[data-style-color='primary-light']{color:var(--primary-light-hex)}.accent1,[data-style-color='accent1']{color:var(--accent1-hex)}.accent2,[data-style-color='accent2']{color:var(--accent2-hex)}.white,[data-style-color='white']{color:var(--white-hex)}.dark,[data-style-color='dark']{color:#333}.primary-dark-background,[data-style-background-color='primary-dark']{background-color:var(--primary-dark-hex)}.primary-dark-background.btn:hover,[data-style-background-color='primary-dark'].btn:hover{background-color:rgba(var(--primary-dark),0.75)}.primary-dark-background[data-style-background-opacity='0.125'],[data-style-background-color='primary-dark'][data-style-background-opacity='0.125']{background-color:rgba(var(--primary-dark),0.125)}.primary-dark-background[data-style-background-opacity='0.25'],[data-style-background-color='primary-dark'][data-style-background-opacity='0.25']{background-color:rgba(var(--primary-dark),0.25)}.primary-dark-background[data-style-background-opacity='0.375'],[data-style-background-color='primary-dark'][data-style-background-opacity='0.375']{background-color:rgba(var(--primary-dark),0.375)}.primary-dark-background[data-style-background-opacity='0.5'],[data-style-background-color='primary-dark'][data-style-background-opacity='0.5']{background-color:rgba(var(--primary-dark),0.5)}.primary-dark-background[data-style-background-opacity='0.675'],[data-style-background-color='primary-dark'][data-style-background-opacity='0.675']{background-color:rgba(var(--primary-dark),0.675)}.primary-dark-background[data-style-background-opacity='0.75'],[data-style-background-color='primary-dark'][data-style-background-opacity='0.75']{background-color:rgba(var(--primary-dark),0.75)}.primary-dark-background[data-style-background-opacity='0.875'],[data-style-background-color='primary-dark'][data-style-background-opacity='0.875']{background-color:rgba(var(--primary-dark),0.875)}.primary-dark-background[data-style-background-opacity='1'],[data-style-background-color='primary-dark'][data-style-background-opacity='1']{background-color:rgba(var(--primary-dark),1)}.primary-background,[data-style-background-color='primary']{background-color:var(--primary-hex)}.primary-background.btn:hover,[data-style-background-color='primary'].btn:hover{background-color:rgba(var(--primary),0.75)}.primary-background[data-style-background-opacity='0.125'],[data-style-background-color='primary'][data-style-background-opacity='0.125']{background-color:rgba(var(--primary),0.125)}.primary-background[data-style-background-opacity='0.25'],[data-style-background-color='primary'][data-style-background-opacity='0.25']{background-color:rgba(var(--primary),0.25)}.primary-background[data-style-background-opacity='0.375'],[data-style-background-color='primary'][data-style-background-opacity='0.375']{background-color:rgba(var(--primary),0.375)}.primary-background[data-style-background-opacity='0.5'],[data-style-background-color='primary'][data-style-background-opacity='0.5']{background-color:rgba(var(--primary),0.5)}.primary-background[data-style-background-opacity='0.675'],[data-style-background-color='primary'][data-style-background-opacity='0.675']{background-color:rgba(var(--primary),0.675)}.primary-background[data-style-background-opacity='0.75'],[data-style-background-color='primary'][data-style-background-opacity='0.75']{background-color:rgba(var(--primary),0.75)}.primary-background[data-style-background-opacity='0.875'],[data-style-background-color='primary'][data-style-background-opacity='0.875']{background-color:rgba(var(--primary),0.875)}.primary-background[data-style-background-opacity='1'],[data-style-background-color='primary'][data-style-background-opacity='1']{background-color:rgba(var(--primary),1)}.primary-light-background,[data-style-background-color='primary-light']{background-color:var(--primary-light-hex)}.primary-light-background.btn:hover,[data-style-background-color='primary-light'].btn:hover{background-color:rgba(var(--primary-light),0.75)}.primary-light-background[data-style-background-opacity='0.125'],[data-style-background-color='primary-light'][data-style-background-opacity='0.125']{background-color:rgba(var(--primary-light),0.125)}.primary-light-background[data-style-background-opacity='0.25'],[data-style-background-color='primary-light'][data-style-background-opacity='0.25']{background-color:rgba(var(--primary-light),0.25)}.primary-light-background[data-style-background-opacity='0.375'],[data-style-background-color='primary-light'][data-style-background-opacity='0.375']{background-color:rgba(var(--primary-light),0.375)}.primary-light-background[data-style-background-opacity='0.5'],[data-style-background-color='primary-light'][data-style-background-opacity='0.5']{background-color:rgba(var(--primary-light),0.5)}.primary-light-background[data-style-background-opacity='0.675'],[data-style-background-color='primary-light'][data-style-background-opacity='0.675']{background-color:rgba(var(--primary-light),0.675)}.primary-light-background[data-style-background-opacity='0.75'],[data-style-background-color='primary-light'][data-style-background-opacity='0.75']{background-color:rgba(var(--primary-light),0.75)}.primary-light-background[data-style-background-opacity='0.875'],[data-style-background-color='primary-light'][data-style-background-opacity='0.875']{background-color:rgba(var(--primary-light),0.875)}.primary-light-background[data-style-background-opacity='1'],[data-style-background-color='primary-light'][data-style-background-opacity='1']{background-color:rgba(var(--primary-light),1)}.accent1-background,[data-style-background-color='accent1']{background-color:var(--accent1-hex)}.accent1-background.btn:hover,[data-style-background-color='accent1'].btn:hover{background-color:rgba(var(--accent1),0.75)}.accent1-background[data-style-background-opacity='0.125'],[data-style-background-color='accent1'][data-style-background-opacity='0.125']{background-color:rgba(var(--accent1),0.125)}.accent1-background[data-style-background-opacity='0.25'],[data-style-background-color='accent1'][data-style-background-opacity='0.25']{background-color:rgba(var(--accent1),0.25)}.accent1-background[data-style-background-opacity='0.375'],[data-style-background-color='accent1'][data-style-background-opacity='0.375']{background-color:rgba(var(--accent1),0.375)}.accent1-background[data-style-background-opacity='0.5'],[data-style-background-color='accent1'][data-style-background-opacity='0.5']{background-color:rgba(var(--accent1),0.5)}.accent1-background[data-style-background-opacity='0.675'],[data-style-background-color='accent1'][data-style-background-opacity='0.675']{background-color:rgba(var(--accent1),0.675)}.accent1-background[data-style-background-opacity='0.75'],[data-style-background-color='accent1'][data-style-background-opacity='0.75']{background-color:rgba(var(--accent1),0.75)}.accent1-background[data-style-background-opacity='0.875'],[data-style-background-color='accent1'][data-style-background-opacity='0.875']{background-color:rgba(var(--accent1),0.875)}.accent1-background[data-style-background-opacity='1'],[data-style-background-color='accent1'][data-style-background-opacity='1']{background-color:rgba(var(--accent1),1)}.accent2-background,[data-style-background-color='accent2']{background-color:var(--accent2-hex)}.accent2-background.btn:hover,[data-style-background-color='accent2'].btn:hover{background-color:rgba(var(--accent2),0.75)}.accent2-background[data-style-background-opacity='0.125'],[data-style-background-color='accent2'][data-style-background-opacity='0.125']{background-color:rgba(var(--accent2),0.125)}.accent2-background[data-style-background-opacity='0.25'],[data-style-background-color='accent2'][data-style-background-opacity='0.25']{background-color:rgba(var(--accent2),0.25)}.accent2-background[data-style-background-opacity='0.375'],[data-style-background-color='accent2'][data-style-background-opacity='0.375']{background-color:rgba(var(--accent2),0.375)}.accent2-background[data-style-background-opacity='0.5'],[data-style-background-color='accent2'][data-style-background-opacity='0.5']{background-color:rgba(var(--accent2),0.5)}.accent2-background[data-style-background-opacity='0.675'],[data-style-background-color='accent2'][data-style-background-opacity='0.675']{background-color:rgba(var(--accent2),0.675)}.accent2-background[data-style-background-opacity='0.75'],[data-style-background-color='accent2'][data-style-background-opacity='0.75']{background-color:rgba(var(--accent2),0.75)}.accent2-background[data-style-background-opacity='0.875'],[data-style-background-color='accent2'][data-style-background-opacity='0.875']{background-color:rgba(var(--accent2),0.875)}.accent2-background[data-style-background-opacity='1'],[data-style-background-color='accent2'][data-style-background-opacity='1']{background-color:rgba(var(--accent2),1)}.white-background,[data-style-background-color='white']{background-color:var(--white-hex)}.white-background.btn:hover,[data-style-background-color='white'].btn:hover{background-color:rgba(var(--white),0.75)}.white-background[data-style-background-opacity='0.125'],[data-style-background-color='white'][data-style-background-opacity='0.125']{background-color:rgba(var(--white),0.125)}.white-background[data-style-background-opacity='0.25'],[data-style-background-color='white'][data-style-background-opacity='0.25']{background-color:rgba(var(--white),0.25)}.white-background[data-style-background-opacity='0.375'],[data-style-background-color='white'][data-style-background-opacity='0.375']{background-color:rgba(var(--white),0.375)}.white-background[data-style-background-opacity='0.5'],[data-style-background-color='white'][data-style-background-opacity='0.5']{background-color:rgba(var(--white),0.5)}.white-background[data-style-background-opacity='0.675'],[data-style-background-color='white'][data-style-background-opacity='0.675']{background-color:rgba(var(--white),0.675)}.white-background[data-style-background-opacity='0.75'],[data-style-background-color='white'][data-style-background-opacity='0.75']{background-color:rgba(var(--white),0.75)}.white-background[data-style-background-opacity='0.875'],[data-style-background-color='white'][data-style-background-opacity='0.875']{background-color:rgba(var(--white),0.875)}.white-background[data-style-background-opacity='1'],[data-style-background-color='white'][data-style-background-opacity='1']{background-color:rgba(var(--white),1)}.dark-background,[data-style-background-color='dark']{background-color:#333}.dark-background.btn:hover,[data-style-background-color='dark'].btn:hover{background-color:rgba(51,51,51,0.75)}.dark-background[data-style-background-opacity='0.125'],[data-style-background-color='dark'][data-style-background-opacity='0.125']{background-color:rgba(51,51,51,0.125)}.dark-background[data-style-background-opacity='0.25'],[data-style-background-color='dark'][data-style-background-opacity='0.25']{background-color:rgba(51,51,51,0.25)}.dark-background[data-style-background-opacity='0.375'],[data-style-background-color='dark'][data-style-background-opacity='0.375']{background-color:rgba(51,51,51,0.375)}.dark-background[data-style-background-opacity='0.5'],[data-style-background-color='dark'][data-style-background-opacity='0.5']{background-color:rgba(51,51,51,0.5)}.dark-background[data-style-background-opacity='0.675'],[data-style-background-color='dark'][data-style-background-opacity='0.675']{background-color:rgba(51,51,51,0.675)}.dark-background[data-style-background-opacity='0.75'],[data-style-background-color='dark'][data-style-background-opacity='0.75']{background-color:rgba(51,51,51,0.75)}.dark-background[data-style-background-opacity='0.875'],[data-style-background-color='dark'][data-style-background-opacity='0.875']{background-color:rgba(51,51,51,0.875)}.dark-background[data-style-background-opacity='1'],[data-style-background-color='dark'][data-style-background-opacity='1']{background-color:#333}.primary-dark-background-before::before,[data-style-before-background-color='primary-dark']::before{background-color:var(--primary-dark-hex)}.primary-background-before::before,[data-style-before-background-color='primary']::before{background-color:var(--primary-hex)}.primary-light-background-before::before,[data-style-before-background-color='primary-light']::before{background-color:var(--primary-light-hex)}.accent1-background-before::before,[data-style-before-background-color='accent1']::before{background-color:var(--accent1-hex)}.accent2-background-before::before,[data-style-before-background-color='accent2']::before{background-color:var(--accent2-hex)}.white-background-before::before,[data-style-before-background-color='white']::before{background-color:var(--white-hex)}.dark-background-before::before,[data-style-before-background-color='dark']::before{background-color:#333}.primary-dark-background-after::after,[data-style-after-background-color='primary-dark']::after{background-color:var(--primary-dark-hex)}.primary-background-after::after,[data-style-after-background-color='primary']::after{background-color:var(--primary-hex)}.primary-light-background-after::after,[data-style-after-background-color='primary-light']::after{background-color:var(--primary-light-hex)}.accent1-background-after::after,[data-style-after-background-color='accent1']::after{background-color:var(--accent1-hex)}.accent2-background-after::after,[data-style-after-background-color='accent2']::after{background-color:var(--accent2-hex)}.white-background-after::after,[data-style-after-background-color='white']::after{background-color:var(--white-hex)}.dark-background-after::after,[data-style-after-background-color='dark']::after{background-color:#333}[data-style-before-background-opacity='0.125']::before{opacity:.125}[data-style-before-background-opacity='0.25']::before{opacity:.25}[data-style-before-background-opacity='0.375']::before{opacity:.375}[data-style-before-background-opacity='0.5']::before{opacity:.5}[data-style-before-background-opacity='0.675']::before{opacity:.675}[data-style-before-background-opacity='0.75']::before{opacity:.75}[data-style-before-background-opacity='0.875']::before{opacity:.875}[data-style-before-background-opacity='1']::before{opacity:1}[data-style-after-background-opacity='0.125']::after{opacity:.125}[data-style-after-background-opacity='0.25']::after{opacity:.25}[data-style-after-background-opacity='0.375']::after{opacity:.375}[data-style-after-background-opacity='0.5']::after{opacity:.5}[data-style-after-background-opacity='0.675']::after{opacity:.675}[data-style-after-background-opacity='0.75']::after{opacity:.75}[data-style-after-background-opacity='0.875']::after{opacity:.875}[data-style-after-background-opacity='1']::after{opacity:1}.oe-modal-wrapper{--header-height:0;overflow:hidden;width:100%;max-width:1400px;max-height:calc(80vh + 2em)}.oe-modal-wrapper .oe-modal-inner{position:relative;overflow:hidden;overflow-y:auto;max-height:80vh;margin:1em;padding:0;border-radius:6px;background-color:var(--white-hex)}.oe-modal-wrapper .modal-video-wrapper,.oe-modal-wrapper .modal-slider-wrapper{position:relative;width:100%;max-height:80dvh;aspect-ratio:16/9;background-color:#333;transform:translate(0,0);transition:transform 300ms ease}.oe-modal-wrapper .dx-modal-video,.oe-modal-wrapper .image-wrapper-item{position:absolute;top:0;left:0;display:block;-o-object-fit:cover;object-fit:cover;width:100%;max-width:100%;height:100%;max-height:100%}.oe-modal-wrapper .wistia_embed{position:absolute;top:0;width:100%;height:100%}.oe-modal-wrapper .oe-modal-close{position:absolute;top:0;right:0;z-index:2;overflow:hidden;width:2em;height:2em;border:0;border-radius:50%;background-color:var(--white-hex);color:var(--black-hex);outline:0;text-indent:200%;filter:drop-shadow(0 0 .05em rgba(var(--black),0.5));cursor:pointer;transition:opacity 300ms ease}.oe-modal-wrapper .oe-modal-close::before{content:'';position:absolute;display:block;pointer-events:none;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:url("https://octanecdn.com/octaneengine/images/svg/icon-close.svg");mask-image:url("https://octanecdn.com/octaneengine/images/svg/icon-close.svg");top:50%;left:50%;width:50%;height:50%;background-color:currentcolor;transform:translate(-50%,-50%)}.oe-modal-wrapper .oe-modal-close:hover,.oe-modal-wrapper .oe-modal-close:focus-visible{opacity:.5}.oe-modal-external-links{position:fixed;top:0;left:0;z-index:10001;width:100%;height:100%}.oe-modal-external-links .overlay{position:absolute;inset:0;background-color:rgba(0,0,0,0.5)}.oe-modal-external-links .oe-modal-inner{position:absolute;top:50%;left:50%;z-index:1;display:flex;flex-direction:column;width:90%;max-width:600px;max-height:80vh;margin:0;padding:0;border-radius:6px;background-color:var(--white-hex);filter:drop-shadow(0 .625em .625em rgba(var(--black),0.25));translate:-50% -50%}.oe-modal-external-links .oe-modal-title-bar{padding:1rem 1.5rem;border-bottom:1px solid rgba(0,0,0,0.15)}.oe-modal-external-links .oe-modal-title{margin:0;padding:0;font-size:1.5rem;line-height:1.25}.oe-modal-external-links .oe-modal-inner-content{flex:1 1 100%;overflow:auto;padding:1.5rem}.oe-modal-external-links .content-container{color:var(--primary-dark-hex)}.oe-modal-external-links .oe-modal-btn-wrapper{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-top:1px solid rgba(0,0,0,0.15)}.oe-modal-external-links .oe-modal-close{position:absolute;top:-1rem;right:-1rem;z-index:2;overflow:hidden;width:2em;height:2em;border:0;border-radius:50%;background-color:var(--white-hex);color:var(--black-hex);outline:0;text-indent:4em;filter:drop-shadow(0 0 .1em rgba(var(--black),0.25));cursor:pointer;transition:opacity 300ms ease}.oe-modal-external-links .oe-modal-close::before{content:'';position:absolute;display:block;pointer-events:none;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:url("https://octanecdn.com/octaneengine/images/svg/icon-close.svg");mask-image:url("https://octanecdn.com/octaneengine/images/svg/icon-close.svg");top:50%;left:50%;width:50%;height:50%;background-color:currentcolor;transform:translate(-50%,-50%)}.oe-modal-external-links .oe-modal-close:hover,.oe-modal-external-links .oe-modal-close:focus{opacity:.5}.oe-multi-location-modal{top:0;overflow-y:auto;width:700px;max-width:75%;height:100vh;background-color:var(--white-hex);box-shadow:0 0 10px 0 rgba(0,0,0,0.5);opacity:0;transform:translateX(-100%);transition:transform 300ms ease,opacity 300ms ease,display 300ms ease allow-discrete}@media screen and (max-width:950px){.oe-multi-location-modal{max-width:100%}}.oe-multi-location-modal:popover-open{opacity:1;transform:translateX(0)}@starting-style{.oe-multi-location-modal:popover-open{opacity:0;transform:translateX(-100%)}}.oe-multi-location-modal::backdrop{background-color:rgba(0,0,0,0.5)}.oe-multi-location-modal .map{position:relative;background-color:#f1f1f1;aspect-ratio:16/5}.oe-multi-location-modal .map-icon{-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:url("https://octanecdn.com/octaneengine/images/svg/icon-map-marker-alt.svg");mask-image:url("https://octanecdn.com/octaneengine/images/svg/icon-map-marker-alt.svg");position:absolute;top:50%;left:50%;z-index:2;width:1.5em;height:1.5em;background-color:var(--primary-hex);transform:translate(-50%,-50%)}.oe-multi-location-modal .oe-modal-inner{padding-block:0}.oe-multi-location-modal .oe-modal-inner-content{display:grid;grid-template-columns:1fr}.oe-multi-location-modal .oe-modal-close{position:absolute;top:.25em;right:.25em;z-index:10;overflow:hidden;width:2em;height:2em;border:0;border-radius:50%;background-color:var(--white-hex);color:var(--black-hex);outline:0;text-indent:200%;filter:drop-shadow(0 0 .05em rgba(var(--black),0.5));cursor:pointer;transition:opacity 300ms ease}.oe-multi-location-modal .oe-modal-close::before{content:'';position:absolute;display:block;pointer-events:none;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:url("https://octanecdn.com/octaneengine/images/svg/icon-close.svg");mask-image:url("https://octanecdn.com/octaneengine/images/svg/icon-close.svg");top:50%;left:50%;width:50%;height:50%;background-color:currentcolor;transform:translate(-50%,-50%)}.oe-multi-location-modal .oe-modal-close:hover,.oe-multi-location-modal .oe-modal-close:focus-visible{background-color:rgba(var(--white),0.5);color:rgba(var(--black),0.5)}.oe-multi-location-modal .my-location-info-text{font-weight:700;font-size:clamp(1.25em,calc(.42105vw + 1.13158em),1.5em)}.oe-multi-location-modal .location-search-results{display:grid;grid-template-columns:1fr;gap:2em;padding-inline:1em;padding-bottom:2em}.oe-multi-location-modal .form-wrapper{position:sticky;top:0;z-index:2;display:grid;grid-template-columns:1fr;gap:.5em 1em;padding:1em;background-color:color-mix(in srgb,var(--white-hex) 90%,var(--black-hex))}.oe-multi-location-modal .form-wrapper+.location-search-results{margin-top:2em}.oe-multi-location-modal .zip-code{display:block;width:100%;height:100%;padding:.75em 1em;border-radius:.25em 0 0 .25em;background-color:var(--white-hex);color:var(--black-hex);font-size:1em;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.oe-multi-location-modal .zip-code::-ms-expand{display:none}.oe-multi-location-modal .zip-submit{position:relative;width:4em;height:100%;border:1px solid var(--accent2-hex);border-radius:0 .25em .25em 0;background-color:var(--accent2-hex);color:var(--white-hex);font-weight:700;transition:background-color 300ms ease,border-color 300ms ease}.oe-multi-location-modal .zip-submit:hover,.oe-multi-location-modal .zip-submit:focus{border-color:var(--primary-hex);background-color:var(--primary-hex)}.oe-multi-location-modal .live-search-wrapper .form-block{display:flex;max-width:100%}.oe-multi-location-modal .live-search-wrapper .form-line-full{flex-grow:1}.oe-multi-location-modal .live-search-wrapper .button-line{flex-shrink:0}.oe-multi-location-modal .live-search-wrapper .search-message{display:none;flex:0 0 100%;margin-top:.5em;padding:.25em .5em;border-radius:.25em;font-size:.9em;line-height:1;text-align:center}.oe-multi-location-modal .live-search-wrapper .error-message{background-color:red;color:var(--white-hex)}.oe-multi-location-modal .live-search-wrapper .no-results-message{background-color:color-mix(in srgb,var(--white-hex) 80%,var(--black-hex))}.oe-multi-location-modal .live-search-wrapper.error .zip-code{border-color:red}.oe-multi-location-modal .live-search-wrapper.error .zip-submit{border-color:#ccc!important;background-color:#ccc!important}.oe-multi-location-modal .live-search-wrapper.error .error-message{display:block}.oe-multi-location-modal .live-search-wrapper.no-results .no-results-message{display:block}.oe-multi-location-modal select,.oe-multi-location-modal input{display:block;width:100%;height:100%;padding:.75em 1em;padding-right:3em;border:0;border-radius:.25em;background-color:var(--white-hex);color:var(--primary-dark-hex);font-size:1em;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.oe-multi-location-modal select::-ms-expand,.oe-multi-location-modal input::-ms-expand{display:none}.oe-multi-location-modal .my-location-info{display:grid;grid-template-columns:1fr;gap:2em;padding-bottom:2em}.oe-multi-location-modal .location-info-wrapper{justify-content:inherit;padding-inline:1em}.oe-multi-location-modal .location-wrapper{position:relative;display:block;padding:1em;border:1px solid;border-color:color-mix(in srgb,var(--white-hex) 90%,var(--black-hex));border-radius:.5em}.oe-multi-location-modal .location-wrapper.hidden{display:none}.oe-multi-location-modal .my-location{position:absolute;top:1rem;right:1rem;z-index:2;padding:.25rem .5rem;border-radius:.25rem;background-color:color-mix(in srgb,var(--white-hex) 90%,var(--black-hex));font-size:.875rem;line-height:1}.oe-multi-location-modal .list-item{position:relative;display:flex;gap:.5em;justify-content:inherit;text-decoration:none}.oe-multi-location-modal .list-item .icon{-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;position:relative;display:inline-block;width:1em;height:1em;margin-top:.25em;background-color:currentcolor}.oe-multi-location-modal .list-item+.list-item,.oe-multi-location-modal .list-item+.cities-label{margin-top:1em}.oe-multi-location-modal .location-title{position:relative;display:block;color:var(--accent1-hex);font-weight:700;font-size:1.375em;text-decoration:none;cursor:pointer;transition:300ms ease color}.oe-multi-location-modal .location-title+.list-item,.oe-multi-location-modal .location-title+.cities-label{margin-top:1em}.oe-multi-location-modal .image-wrapper{display:grid;transition:opacity 300ms ease}.oe-multi-location-modal .image-wrapper[href]:hover,.oe-multi-location-modal .image-wrapper[href]:focus{opacity:.8}.oe-multi-location-modal .image-wrapper+.location-title,.oe-multi-location-modal .image-wrapper+.list-item,.oe-multi-location-modal .image-wrapper+.cities-label{margin-top:1rem}.oe-multi-location-modal .image-wrapper-item{display:block;width:100%}.oe-multi-location-modal .title-link:hover,.oe-multi-location-modal .title-link:focus{color:var(--primary-hex)}.oe-multi-location-modal .address-wrapper .icon{-webkit-mask-image:url("https://octanecdn.com/octaneengine/images/svg/icon-map-marker-alt.svg");mask-image:url("https://octanecdn.com/octaneengine/images/svg/icon-map-marker-alt.svg")}.oe-multi-location-modal .phone-wrapper{text-decoration:none}.oe-multi-location-modal .phone-wrapper .icon{-webkit-mask-image:url("https://octanecdn.com/octaneengine/images/svg/icon-phone-solid.svg");mask-image:url("https://octanecdn.com/octaneengine/images/svg/icon-phone-solid.svg")}.oe-multi-location-modal .fax-wrapper .icon{-webkit-mask-image:url("https://octanecdn.com/octaneengine/images/svg/icon-fax.svg");mask-image:url("https://octanecdn.com/octaneengine/images/svg/icon-fax.svg")}.oe-multi-location-modal .hours-wrapper .icon{-webkit-mask-image:url("https://octanecdn.com/octaneengine/images/svg/icon-clock.svg");mask-image:url("https://octanecdn.com/octaneengine/images/svg/icon-clock.svg")}.oe-multi-location-modal .address-wrapper,.oe-multi-location-modal .phone-wrapper{transition:color 300ms ease}.oe-multi-location-modal .address-wrapper:hover,.oe-multi-location-modal .address-wrapper:focus,.oe-multi-location-modal .phone-wrapper:hover,.oe-multi-location-modal .phone-wrapper:focus{color:var(--primary-hex)}.oe-multi-location-modal .location-btns-wrapper{display:flex;flex-wrap:wrap;gap:0 1em;justify-content:inherit;align-items:center}.layout-hero.c-50-50-cropped-right .background-image-item,.layout-hero.c-50-50-plain .background-image-item{background-position:center;background-size:cover;background-repeat:no-repeat}.layout-hero.fixed-background{padding:10em 0}@media screen and (max-width:840px){.layout-hero.fixed-background{padding:10em 0 0}.layout-hero.fixed-background .button-container::before{left:50%;transform:translate(-50%,-50%)}}.layout-hero.fixed-background .width-container{position:relative;z-index:2;max-width:35rem;margin:0 auto 0 0;padding:2em 3em;border-radius:var(--border-radius,0);border-top-left-radius:0;border-bottom-left-radius:0}.layout-hero.fixed-background-centered .content-container,.layout-hero.fixed-compact-centered .content-container,.layout-hero.parallax .content-container{margin-right:auto;margin-left:auto}@media screen and (max-width:840px){.layout-hero.fixed-background .width-container{max-width:100%;text-align:center}}@media screen and (max-width:700px){.layout-hero.fixed-background .width-container{padding:2em}}@media screen and (max-width:950px){.layout-hero.fixed-background[data-content-position=below]{padding-block:0}.layout-hero.fixed-background[data-content-position=below] .width-container{max-width:100%;text-align:center}.layout-hero.fixed-background[data-content-position=no-image] .hide-video+.image-wrapper,.layout-hero.fixed-background[data-content-position=no-image] .image-wrapper{display:none}.layout-hero.fixed-background[data-content-position=no-image] .hero-spacing,.layout-hero.fixed-background[data-content-position=no-image]:has(.hide-video),.layout-hero.fixed-background[data-content-position=no-image]:not(:has(.video-container)){padding-block:0}.layout-hero.fixed-background[data-content-position=no-image]:has(.hide-video) .width-container,.layout-hero.fixed-background[data-content-position=no-image]:not(:has(.video-container)) .width-container{max-width:100%;text-align:center}}.layout-hero.c-50-50-full-image,.layout-hero.c-50-50-plain{padding:2em 0}.layout-hero.c-50-50-plain .width-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-content:center}.layout-hero.c-50-50-plain .background-image-item{overflow:hidden;border-radius:var(--border-radius,0)}.layout-hero.c-50-50-plain .image-column{position:relative;grid-row:1;grid-column:2;min-height:550px}.layout-hero.c-50-50-plain .image-column+.image-wrapper{display:none}@media screen and (max-width:950px){.layout-hero.c-50-50-plain .width-container{grid-template-columns:1fr}.layout-hero.c-50-50-plain .image-column{grid-row:1;grid-column:1;min-height:300px}.layout-hero.c-50-50-plain .image-column:has(.hide-video)+.image-wrapper{display:block}.layout-hero.c-50-50-plain .no-image{gap:0}.layout-hero.c-50-50-plain .no-image .image-column{display:none}}.layout-hero.c-50-50-plain .content-column{display:grid;grid-template-columns:1fr;grid-row:1;grid-column:1;align-content:center}@media screen and (max-width:950px){.layout-hero.c-50-50-plain .content-column{grid-row:2;grid-column:1;text-align:center}.layout-hero.c-50-50-plain .button-container::before{left:50%;transform:translate(-50%,-50%)}.layout-hero.c-50-50-plain[data-content-position=no-image]:has(.hide-video) .width-container,.layout-hero.c-50-50-plain[data-content-position=no-image]:not(:has(.video-container)) .width-container{gap:0}.layout-hero.c-50-50-plain[data-content-position=no-image]:has(.hide-video) .image-column,.layout-hero.c-50-50-plain[data-content-position=no-image]:has(.hide-video) .image-wrapper,.layout-hero.c-50-50-plain[data-content-position=no-image]:not(:has(.video-container)) .image-column,.layout-hero.c-50-50-plain[data-content-position=no-image]:not(:has(.video-container)) .image-wrapper{display:none}}@media screen and (min-width:951px){.layout-hero.c-50-50-plain[data-column-split='60-40'] .width-container{grid-template-columns:6fr 4fr}.layout-hero.c-50-50-plain[data-column-split='40-60'] .width-container{grid-template-columns:4fr 6fr}.layout-hero.c-50-50-plain[data-column-split='70-30'] .width-container{grid-template-columns:7fr 3fr}.layout-hero.c-50-50-plain[data-column-split='30-70'] .width-container{grid-template-columns:3fr 7fr}.layout-hero.c-50-50-full-image[data-column-split='60-40'] .image-wrapper,.layout-hero.c-50-50-full-image[data-column-split='40-60'] .image-wrapper,.layout-hero.c-50-50-full-image[data-column-split='70-30'] .image-wrapper,.layout-hero.c-50-50-full-image[data-column-split='30-70'] .image-wrapper{width:100%}}.layout-hero.c-50-50-full-image .width-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-content:center}.layout-hero.c-50-50-full-image .background-image-item{overflow:hidden}.layout-hero.c-50-50-full-image .image-column{position:relative;display:flex;grid-row:1;grid-column:2;align-items:center;align-self:center;justify-self:center;overflow:hidden;width:100%;height:100%;border-radius:var(--border-radius,0)}@media screen and (max-width:950px){.layout-hero.c-50-50-full-image .width-container{grid-template-columns:1fr}.layout-hero.c-50-50-full-image .image-column{grid-row:2;grid-column:1;min-height:300px}.layout-hero.c-50-50-full-image .image-column:not(:has(.image-wrapper)):has(.hide-video){display:none}.layout-hero.c-50-50-full-image .content-column{grid-row:1;grid-column:1;text-align:center}}.layout-hero.c-50-50-full-image .content-column{display:grid;grid-template-columns:1fr;grid-row:1;grid-column:1;align-content:center;align-self:center}.layout-hero.c-50-50-full-image .video-container{position:relative}.layout-hero.c-50-50-full-image .image-wrapper-item,.layout-hero.c-50-50-full-image .mux-video{-o-object-fit:contain;object-fit:contain}@media screen and (max-width:950px){.layout-hero.c-50-50-full-image .button-container::before{left:50%;transform:translate(-50%,-50%)}.layout-hero.c-50-50-full-image[data-content-position=no-image]:has(.hide-video) .width-container,.layout-hero.c-50-50-full-image[data-content-position=no-image]:not(:has(.video-container)) .width-container{gap:0}.layout-hero.c-50-50-full-image[data-content-position=no-image]:has(.hide-video) .image-column,.layout-hero.c-50-50-full-image[data-content-position=no-image]:has(.hide-video) .image-wrapper,.layout-hero.c-50-50-full-image[data-content-position=no-image]:not(:has(.video-container)) .image-column,.layout-hero.c-50-50-full-image[data-content-position=no-image]:not(:has(.video-container)) .image-wrapper{display:none}.layout-hero.c-50-50-full-image[data-content-position=below] .image-column{grid-row:1}.layout-hero.c-50-50-full-image[data-content-position=below] .content-column{grid-row:2}}@media screen and (min-width:951px){.layout-hero.c-50-50-full-image[data-column-split='60-40'] .width-container{grid-template-columns:6fr 4fr}.layout-hero.c-50-50-full-image[data-column-split='40-60'] .width-container{grid-template-columns:4fr 6fr}.layout-hero.c-50-50-full-image[data-column-split='70-30'] .width-container{grid-template-columns:7fr 3fr}.layout-hero.c-50-50-full-image[data-column-split='30-70'] .width-container{grid-template-columns:3fr 7fr}}.layout-hero.fixed-background-centered,.layout-hero.fixed-compact-centered{position:relative;display:flex;align-items:center;min-height:100vh;background-color:color-mix(in srgb,var(--primary-dark-hex) 50%,var(--white-hex));text-align:center}@media screen and (max-width:700px){.layout-hero.fixed-background-centered,.layout-hero.fixed-compact-centered{min-height:45vh}}.layout-hero.fixed-background-centered .width-container,.layout-hero.fixed-compact-centered .width-container{position:relative;z-index:3;max-width:1024px}.layout-hero.fixed-background-centered .button-container::before,.layout-hero.fixed-compact-centered .button-container::before{left:50%;transform:translate(-50%,-50%)}@media screen and (max-width:950px){.layout-hero.fixed-background-centered[data-content-position=below],.layout-hero.fixed-compact-centered[data-content-position=below]{display:block;min-height:0;padding-block:0}.layout-hero.fixed-background-centered[data-content-position=below] .width-container,.layout-hero.fixed-compact-centered[data-content-position=below] .width-container{padding-block:2em;background-color:rgba(var(--primary-dark),.875)}.layout-hero.fixed-background-centered[data-content-position=no-image] .hide-video+.image-wrapper,.layout-hero.fixed-background-centered[data-content-position=no-image] .image-wrapper,.layout-hero.fixed-compact-centered[data-content-position=no-image] .hide-video+.image-wrapper,.layout-hero.fixed-compact-centered[data-content-position=no-image] .image-wrapper{display:none}}.layout-hero.fixed-compact-centered{min-height:0;padding:12em 0}@media screen and (max-width:600px){.layout-hero.fixed-compact-centered{padding:4em 0}}.layout-hero.full-background-centered{position:relative;padding:18vw 0;background-color:color-mix(in srgb,var(--primary-dark-hex) 50%,var(--white-hex));text-align:center}.layout-hero.full-background-centered .image-wrapper{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%}.layout-hero.full-background-centered .top-container{position:relative;z-index:3;max-width:1024px;margin:0 auto;text-align:center}.layout-hero.full-background-centered .button-container::before{left:50%;transform:translate(-50%,-50%)}@media screen and (max-width:950px){.layout-hero.full-background-centered[data-content-position=below]{padding-block:0}.layout-hero.full-background-centered[data-content-position=below] .image-wrapper,.layout-hero.full-background-centered[data-content-position=below] .video-container{position:relative;aspect-ratio:16/9}.layout-hero.full-background-centered[data-content-position=below] .width-container{padding-block:2em;background-color:rgba(var(--primary-dark),.875)}.layout-hero.full-background-centered[data-content-position=no-image] .hide-video+.image-wrapper,.layout-hero.full-background-centered[data-content-position=no-image] .image-wrapper{display:none}}.layout-hero.scrolling-background{overflow:hidden;padding:0;text-align:center}.layout-hero.scrolling-background .width-container{position:absolute;top:50%;left:50%;z-index:1;max-width:800px;padding-top:2em;padding-bottom:2em;transform:translate(-50%,-50%)}@media screen and (min-width:1201px){.layout-hero.scrolling-background .width-container{border-radius:var(--border-radius,0)}}.layout-hero.scrolling-background .image-wrapper,.layout-hero.scrolling-background .video-container{position:relative;aspect-ratio:21/9;flex-grow:1;height:100%}@media screen and (max-width:1200px){.layout-hero.scrolling-background .width-container{position:relative;top:0;left:0;max-width:1200px;transform:translate(0,0)}.layout-hero.scrolling-background .no-image,.layout-hero.scrolling-background .video-container.hide-video+.image-wrapper.no-image{display:none}}.layout-hero.scrolling-background .scrolling-image{position:relative;z-index:0;display:block;width:120%;max-width:none;animation:static-hero-slider 18s ease infinite}@media screen and (max-width:950px){.layout-hero.scrolling-background[data-content-position=no-image] .hide-video+.image-wrapper,.layout-hero.scrolling-background[data-content-position=no-image] .image-wrapper{display:none}}.layout-hero.parallax{position:relative;display:flex;align-items:center;padding:12em 0;background-color:color-mix(in srgb,var(--primary-dark-hex) 50%,var(--white-hex));text-align:center}.layout-hero.parallax .background-image-container{position:absolute;top:0;left:0;overflow:hidden;width:100%;height:100%}.layout-hero.parallax .background-item{position:absolute;top:0;left:0;width:100%;height:100vh}.layout-hero.parallax .width-container{position:relative;z-index:3;max-width:1024px}.layout-hero.parallax .button-container::before{left:50%;transform:translate(-50%,-50%)}@media screen and (max-width:950px){.layout-hero.parallax .background-image-container:has(.hide-video){display:none}.layout-hero.parallax[data-content-position=below]{display:block;padding-block:0}.layout-hero.parallax[data-content-position=below] .background-image-container{position:relative;height:50vh}.layout-hero.parallax[data-content-position=below] .width-container{padding-block:2em;background-color:rgba(var(--primary-dark),.875)}.layout-hero.parallax[data-content-position=no-image] .hide-video+.image-wrapper,.layout-hero.parallax[data-content-position=no-image] .image-wrapper{display:none}}.layout-hero.c-50-50-image-bleed-right{position:relative}.layout-hero.c-50-50-image-bleed-right .width-container{position:static;display:grid;grid-template-columns:1fr 1fr;gap:3rem 4rem;align-content:center}.layout-hero.c-50-50-image-bleed-right .image-column{position:relative;font-size:1rem}.layout-hero.c-50-50-image-bleed-right .content-image,.layout-hero.c-50-50-image-bleed-right .video-container{position:absolute;top:50%;right:0;left:unset;z-index:1;width:calc(((100vw - 1400px)/ 2) + 100% + 3em);max-width:unset;height:calc(100% + 8em);transform:translateY(-50%)}@media screen and (max-width:1400px){.layout-hero.c-50-50-image-bleed-right .content-image,.layout-hero.c-50-50-image-bleed-right .video-container{width:calc(100% + 3em)}}@media screen and (max-width:1000px){.layout-hero.c-50-50-image-bleed-right .content-image,.layout-hero.c-50-50-image-bleed-right .video-container{width:calc(100% + 1.5em)}}.layout-hero.c-50-50-image-bleed-right .content-image{border-radius:var(--border-radius,0);border-top-left-radius:0;border-bottom-left-radius:0}.layout-hero.c-50-50-image-bleed-right .content-column{display:grid;align-items:center;padding:4em 0}@media screen and (max-width:800px){.layout-hero.c-50-50-image-bleed-right .width-container{grid-template-columns:1fr}.layout-hero.c-50-50-image-bleed-right .no-image{gap:0}.layout-hero.c-50-50-image-bleed-right .content-image,.layout-hero.c-50-50-image-bleed-right .video-container{position:relative;top:0;width:100%;height:100%;transform:translateY(0)}.layout-hero.c-50-50-image-bleed-right .content-image{border-radius:var(--border-radius,0)}.layout-hero.c-50-50-image-bleed-right .content-column{padding:0}}.layout-hero.c-50-50-image-bleed-right .hero-logo-image{max-width:4rem;padding-bottom:1.25rem}@media screen and (max-width:950px){.layout-hero.c-50-50-image-bleed-right[data-content-position=no-image]:has(.hide-video) .width-container,.layout-hero.c-50-50-image-bleed-right[data-content-position=no-image]:not(:has(.video-container)) .width-container{grid-template-columns:1fr}.layout-hero.c-50-50-image-bleed-right[data-content-position=no-image]:has(.hide-video) .image-column,.layout-hero.c-50-50-image-bleed-right[data-content-position=no-image]:not(:has(.video-container)) .image-column{display:none}}@media screen and (min-width:951px){.layout-hero.c-50-50-image-bleed-right[data-column-split='60-40'] .width-container{grid-template-columns:6fr 4fr}.layout-hero.c-50-50-image-bleed-right[data-column-split='40-60'] .width-container{grid-template-columns:4fr 6fr}.layout-hero.c-50-50-image-bleed-right[data-column-split='70-30'] .width-container{grid-template-columns:7fr 3fr}.layout-hero.c-50-50-image-bleed-right[data-column-split='30-70'] .width-container{grid-template-columns:3fr 7fr}}.layout-hero.c-50-50-image-bleed-left{position:relative}.layout-hero.c-50-50-image-bleed-left .width-container{position:static;display:grid;grid-template-columns:1fr 1fr;gap:3rem 4rem;align-content:center}.layout-hero.c-50-50-image-bleed-left .image-column{position:relative;font-size:1rem}.layout-hero.c-50-50-image-bleed-left .content-image,.layout-hero.c-50-50-image-bleed-left .video-container{position:absolute;top:50%;left:0;z-index:1;width:calc(((100vw - 1400px)/ 2) + 100% + 3em);max-width:unset;height:calc(100% + 8em);transform:translateY(-50%)}@media screen and (max-width:1400px){.layout-hero.c-50-50-image-bleed-left .content-image,.layout-hero.c-50-50-image-bleed-left .video-container{width:calc(100% + 3em)}}@media screen and (max-width:1000px){.layout-hero.c-50-50-image-bleed-left .content-image,.layout-hero.c-50-50-image-bleed-left .video-container{width:calc(100% + 1.5em)}}.layout-hero.c-50-50-image-bleed-left .content-image{border-radius:var(--border-radius,0);border-top-right-radius:0;border-bottom-right-radius:0}.layout-hero.c-50-50-image-bleed-left .content-column{display:grid;align-items:center;padding:4em 0}@media screen and (max-width:800px){.layout-hero.c-50-50-image-bleed-left .width-container{grid-template-columns:1fr}.layout-hero.c-50-50-image-bleed-left .no-image{gap:0}.layout-hero.c-50-50-image-bleed-left .content-image,.layout-hero.c-50-50-image-bleed-left .video-container{position:relative;top:0;width:100%;height:100%;transform:translateY(0)}.layout-hero.c-50-50-image-bleed-left .content-image{border-radius:var(--border-radius,0)}.layout-hero.c-50-50-image-bleed-left .content-column{order:1;padding:0}}.layout-hero.c-50-50-image-bleed-left .hero-logo-image{max-width:4rem;padding-bottom:1.25rem}@media screen and (max-width:950px){.layout-hero.c-50-50-image-bleed-left[data-content-position=no-image]:has(.hide-video) .width-container,.layout-hero.c-50-50-image-bleed-left[data-content-position=no-image]:not(:has(.video-container)) .width-container{grid-template-columns:1fr}.layout-hero.c-50-50-image-bleed-left[data-content-position=no-image]:has(.hide-video) .image-column,.layout-hero.c-50-50-image-bleed-left[data-content-position=no-image]:not(:has(.video-container)) .image-column{display:none}}@media screen and (min-width:951px){.layout-hero.c-50-50-image-bleed-left[data-column-split='60-40'] .width-container{grid-template-columns:6fr 4fr}.layout-hero.c-50-50-image-bleed-left[data-column-split='40-60'] .width-container{grid-template-columns:4fr 6fr}.layout-hero.c-50-50-image-bleed-left[data-column-split='70-30'] .width-container{grid-template-columns:7fr 3fr}.layout-hero.c-50-50-image-bleed-left[data-column-split='30-70'] .width-container{grid-template-columns:3fr 7fr}}.layout-hero.feature-focused{min-height:75vh;padding:0}.layout-hero.feature-focused .width-container{position:static}.layout-hero.feature-focused .content-wrapper{position:absolute;bottom:0;left:0;z-index:2;width:100%;max-width:35rem;margin:0 auto 0 0;padding:2em 3em;border-radius:var(--border-radius,0);border-top-left-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;background-color:rgba(var(--primary-dark),.65);-webkit-backdrop-filter:blur(.5em);backdrop-filter:blur(.5em);color:var(--white-hex)}@media screen and (max-width:700px){.layout-hero.feature-focused .content-wrapper{padding:2em}}@media screen and (max-width:950px){.layout-hero.feature-focused[data-content-position=below]{min-height:0}.layout-hero.feature-focused[data-content-position=below] .width-container{padding:0}.layout-hero.feature-focused[data-content-position=below] .content-wrapper{position:relative;z-index:2}.layout-hero.feature-focused[data-content-position=no-image]:has(.hide-video),.layout-hero.feature-focused[data-content-position=no-image]:not(:has(.video-container)){min-height:unset}.layout-hero.feature-focused[data-content-position=no-image]:has(.hide-video) .width-container,.layout-hero.feature-focused[data-content-position=no-image]:not(:has(.video-container)) .width-container{padding:0}.layout-hero.feature-focused[data-content-position=no-image]:has(.hide-video) .content-wrapper,.layout-hero.feature-focused[data-content-position=no-image]:not(:has(.video-container)) .content-wrapper{position:relative;max-width:100%;padding:4em 1.5em;text-align:center}.layout-hero.feature-focused[data-content-position=no-image]:has(.hide-video) .image-wrapper,.layout-hero.feature-focused[data-content-position=no-image]:not(:has(.video-container)) .image-wrapper{display:none}}@media screen and (max-width:700px){.layout-hero.feature-focused[data-content-position=no-image]:has(.hide-video) .content-wrapper,.layout-hero.feature-focused[data-content-position=no-image]:not(:has(.video-container)) .content-wrapper{padding:2em 1.5em}}@media screen and (max-width:840px){.layout-hero.feature-focused .content-wrapper{max-width:100%;border-radius:0;text-align:center}.layout-hero.feature-focused[data-content-position=no-image] .hide-video+.image-wrapper{display:none}}.layout-hero.full-background-left{position:relative;padding:18vw 0;background-color:color-mix(in srgb,var(--primary-dark-hex) 50%,var(--white-hex));text-align:center}.layout-hero.full-background-left .image-wrapper{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%}.layout-hero.fixed-background-left .button-container::before,.layout-hero.fixed-compact-left .button-container::before,.layout-hero.full-background-left .button-container::before{left:50%;transform:translate(-50%,-50%)}.layout-hero.full-background-left .top-container{position:relative;z-index:3;max-width:1024px;margin-right:auto;text-align:left}@media screen and (max-width:950px){.layout-hero.full-background-left[data-content-position=below]{padding-block:0}.layout-hero.full-background-left[data-content-position=below] .image-wrapper,.layout-hero.full-background-left[data-content-position=below] .video-container{position:relative;aspect-ratio:16/9}.layout-hero.full-background-left[data-content-position=below] .width-container{padding-block:2em;background-color:rgba(var(--primary-dark),.875)}.layout-hero.full-background-left[data-content-position=no-image] .hide-video+.image-wrapper,.layout-hero.full-background-left[data-content-position=no-image] .image-wrapper{display:none}}.layout-hero.fixed-background-left,.layout-hero.fixed-compact-left{position:relative;display:flex;align-items:center;min-height:100vh;background-color:color-mix(in srgb,var(--primary-dark-hex) 50%,var(--white-hex));text-align:left}@media screen and (max-width:700px){.layout-hero.fixed-background-left,.layout-hero.fixed-compact-left{min-height:45vh}}.layout-hero.fixed-background-left .width-container,.layout-hero.fixed-compact-left .width-container{position:relative;z-index:3}.layout-hero.fixed-background-left .content-container,.layout-hero.fixed-compact-left .content-container{margin-right:auto}@media screen and (max-width:950px){.layout-hero.fixed-background-left[data-content-position=below],.layout-hero.fixed-compact-left[data-content-position=below]{display:block;min-height:0;padding-block:0}.layout-hero.fixed-background-left[data-content-position=below] .width-container,.layout-hero.fixed-compact-left[data-content-position=below] .width-container{padding-block:2em;background-color:rgba(var(--primary-dark),.875)}.layout-hero.fixed-background-left[data-content-position=no-image] .hide-video+.image-wrapper,.layout-hero.fixed-background-left[data-content-position=no-image] .image-wrapper,.layout-hero.fixed-compact-left[data-content-position=no-image] .hide-video+.image-wrapper,.layout-hero.fixed-compact-left[data-content-position=no-image] .image-wrapper{display:none}}.layout-hero.fixed-compact-left{min-height:0;padding:12em 0}@media screen and (max-width:600px){.layout-hero.fixed-compact-left{padding:4em 0}}.layout-hero.parallax-left{position:relative;display:flex;align-items:center;padding:12em 0;background-color:color-mix(in srgb,var(--primary-dark-hex) 50%,var(--white-hex));text-align:left}.layout-hero.parallax-left .background-image-container{position:absolute;top:0;left:0;overflow:hidden;width:100%;height:100%}.layout-hero.parallax-left .background-item{position:absolute;top:0;left:0;width:100%;height:100vh}.layout-hero.parallax-left .width-container{position:relative;z-index:3;width:100%}.layout-hero.parallax-left .content-container{margin-right:auto}.layout-hero.parallax-left .button-container::before{left:50%;transform:translate(-50%,-50%)}@media screen and (max-width:950px){.layout-hero.parallax-left .background-image-container:has(.hide-video){display:none}.layout-hero.parallax-left[data-content-position=below]{display:block;padding-block:0}.layout-hero.parallax-left[data-content-position=below] .background-image-container{position:relative;height:50vh}.layout-hero.parallax-left[data-content-position=below] .width-container{padding-block:2em;background-color:rgba(var(--primary-dark),.875)}.layout-hero.parallax-left[data-content-position=no-image] .hide-video+.image-wrapper,.layout-hero.parallax-left[data-content-position=no-image] .image-wrapper{display:none}}@keyframes static-hero-slider{0%,100%{transform:translate(0,0)}50%{transform:translate(-10%,0)}}@keyframes expand{0%{height:50px}100%{height:16px}}@keyframes mobile-circle{0%{opacity:0;transform:translate3d(200%,-50%,0)}25%{opacity:1;transform:translate3d(0,-50%,0)}100%,50%{opacity:0;transform:translate3d(-200%,-50%,0)}}@keyframes mobile-circle-arrow{0%{transform:translate3d(0,-50%,0) rotate(45deg)}100%,50%{transform:translate3d(-100%,-50%,0) rotate(45deg)}}@keyframes scrolling-hero-slider{0%{transform:translate(0,0)}100%{transform:translate(-15%,0)}}@keyframes progress-bar{0%{width:0}100%{width:100%}}@keyframes logo-scroller{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(-2000px,0,0)}}@keyframes grid-scroller{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(-100%,0,0)}}@keyframes grid-scroller-vert{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(0,-100%,0)}}@keyframes logo-scroller-alt{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(-100%,0,0)}}@keyframes logo-scroller-vert{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(0,-50%,0)}}@keyframes blinking-cursor{0%{opacity:1}100%{opacity:0}}@keyframes pointpulse{0%{opacity:1;transform:scale(.5)}100%{opacity:0;transform:scale(1)}}@keyframes modal-video{from{opacity:0}to{opacity:1}}@keyframes modal-video-inner{from{transform:translate(0,100px)}to{transform:translate(0,0)}}@keyframes hero-testimonials-fade-in{0%{opacity:0;transform:translate(0,5em)}100%{opacity:1;transform:translate(0,0)}}@keyframes fade-in{from{opacity:0}to{opacity:1}}@keyframes fade-out{from{opacity:1}to{opacity:0}}@keyframes backdrop-fade-in{from{opacity:0}to{opacity:.5}}@keyframes backdrop-fade-out{from{opacity:.5}to{opacity:0}}@keyframes scale-up{0%{transform:scale3d(.3,.3,1)}25%{transform:scale3d(.2,.2,1)}60%{transform:scale3d(1.02,1.02,1)}80%{transform:scale3d(.99,.99,1)}100%{transform:scale3d(1,1,1)}}@keyframes scale-down{0%{transform:scale3d(1,1,1)}20%{transform:scale3d(1.03,1.03,1)}100%{transform:scale3d(.5,.5,1)}}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0)}100%{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes spin-alt{0%{transform:translate(0,-50%) rotate(0)}100%{transform:translate(0,-50%) rotate(360deg)}}@keyframes scrolling-text{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(-50%,0,0)}}@keyframes swap-cards-after{0%,100%{translate:0 0}50%{translate:-25% 0}}@keyframes swap-cards-before{0%,100%{translate:0 0}50%{translate:25% 0}}@keyframes swap-cards-landscape-after{0%,100%{translate:0 0}50%{translate:-35% 0}}@keyframes swap-cards-landscape-before{0%,100%{translate:0 0}50%{translate:35% 0}}@keyframes map-marker-pulse{0%{opacity:.5;scale:0}100%{opacity:0;scale:5}}.layout-hero.scrolling-background-left{overflow:hidden;padding:0;text-align:left}.layout-hero.scrolling-background-left .width-container{position:absolute;top:50%;left:50%;z-index:1;width:100%;transform:translate(-50%,-50%)}@media screen and (max-width:1200px){.layout-hero.scrolling-background-left .width-container{position:relative;top:0;left:0;padding:0;transform:translate(0,0)}.layout-hero.scrolling-background-left .no-image,.layout-hero.scrolling-background-left .video-container.hide-video+.image-wrapper.no-image{display:none}}.layout-hero.scrolling-background-left .content-wrapper{padding:2em 3em}@media screen and (min-width:1201px){.layout-hero.scrolling-background-left .content-wrapper{max-width:800px;border-radius:var(--border-radius,0)}}@media screen and (max-width:1000px){.layout-hero.scrolling-background-left .content-wrapper{padding:2em 1.5em}}.layout-hero.c-50-50-cropped-right,.layout-hero.c-50-50-full-image-right{padding:2em 0}.layout-hero.scrolling-background-left .image-wrapper,.layout-hero.scrolling-background-left .video-container{position:relative;aspect-ratio:21/9;flex-grow:1;height:100%}.layout-hero.scrolling-background-left .scrolling-image{position:relative;z-index:0;display:block;width:120%;max-width:none;animation:static-hero-slider 18s ease infinite}@media screen and (max-width:950px){.layout-hero.scrolling-background-left[data-content-position=no-image] .hide-video+.image-wrapper,.layout-hero.scrolling-background-left[data-content-position=no-image] .image-wrapper{display:none}}.layout-hero.c-50-50-cropped-right .width-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-content:center}.layout-hero.c-50-50-cropped-right .image-column{position:relative;overflow:hidden;min-height:550px;border-radius:var(--border-radius,0)}@media screen and (min-width:801px){.layout-hero.c-50-50-cropped-right .image-column+.image-wrapper{display:none}}@media screen and (max-width:950px){.layout-hero.c-50-50-cropped-right .width-container{grid-template-columns:1fr}.layout-hero.c-50-50-cropped-right .width-container:has(.hide-video) .background-image-item{display:none}.layout-hero.c-50-50-cropped-right .image-column{min-height:300px}.layout-hero.c-50-50-cropped-right .no-image{gap:0}.layout-hero.c-50-50-cropped-right .no-image .image-column{display:none}.layout-hero.c-50-50-cropped-right .content-column{text-align:center}}.layout-hero.c-50-50-cropped-right .content-column{display:grid;grid-template-columns:1fr;align-content:center}@media screen and (max-width:950px){.layout-hero.c-50-50-cropped-right .button-container::before{left:50%;transform:translate(-50%,-50%)}.layout-hero.c-50-50-cropped-right[data-content-position=no-image]:has(.hide-video) .width-container,.layout-hero.c-50-50-cropped-right[data-content-position=no-image]:not(:has(.video-container)) .width-container{gap:0}.layout-hero.c-50-50-cropped-right[data-content-position=no-image]:has(.hide-video) .image-column,.layout-hero.c-50-50-cropped-right[data-content-position=no-image]:has(.hide-video) .image-wrapper,.layout-hero.c-50-50-cropped-right[data-content-position=no-image]:not(:has(.video-container)) .image-column,.layout-hero.c-50-50-cropped-right[data-content-position=no-image]:not(:has(.video-container)) .image-wrapper{display:none}}@media screen and (min-width:951px){.layout-hero.c-50-50-cropped-right[data-column-split='60-40'] .width-container{grid-template-columns:6fr 4fr}.layout-hero.c-50-50-cropped-right[data-column-split='40-60'] .width-container{grid-template-columns:4fr 6fr}.layout-hero.c-50-50-cropped-right[data-column-split='70-30'] .width-container{grid-template-columns:7fr 3fr}.layout-hero.c-50-50-cropped-right[data-column-split='30-70'] .width-container{grid-template-columns:3fr 7fr}.layout-hero.c-50-50-full-image-right[data-column-split='60-40'] .image-wrapper,.layout-hero.c-50-50-full-image-right[data-column-split='40-60'] .image-wrapper,.layout-hero.c-50-50-full-image-right[data-column-split='70-30'] .image-wrapper,.layout-hero.c-50-50-full-image-right[data-column-split='30-70'] .image-wrapper{width:100%}}.layout-hero.c-50-50-full-image-right .width-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-content:center}.layout-hero.c-50-50-full-image-right .background-image-item{overflow:hidden}.layout-hero.c-50-50-full-image-right .image-column{position:relative;display:flex;align-items:center;align-self:center;justify-self:center;overflow:hidden;width:100%;height:100%;border-radius:var(--border-radius,0)}@media screen and (max-width:950px){.layout-hero.c-50-50-full-image-right .width-container{grid-template-columns:1fr}.layout-hero.c-50-50-full-image-right .image-column{min-height:300px}.layout-hero.c-50-50-full-image-right .image-column:not(:has(.image-wrapper)):has(.hide-video){display:none}.layout-hero.c-50-50-full-image-right .content-column{text-align:center}}.layout-hero.c-50-50-full-image-right .content-column{display:grid;grid-template-columns:1fr;align-content:center;align-self:center;order:1}.layout-hero.c-50-50-full-image-right .image-wrapper,.layout-hero.c-50-50-full-image-right .video-container{position:relative;height:auto}.layout-hero.c-50-50-full-image-right .image-wrapper-item,.layout-hero.c-50-50-full-image-right .mux-video{-o-object-fit:contain;object-fit:contain}@media screen and (max-width:950px){.layout-hero.c-50-50-full-image-right .button-container::before{left:50%;transform:translate(-50%,-50%)}.layout-hero.c-50-50-full-image-right[data-content-position=no-image]:has(.hide-video) .width-container,.layout-hero.c-50-50-full-image-right[data-content-position=no-image]:not(:has(.video-container)) .width-container{gap:0}.layout-hero .video-container.hide-video,.layout-hero.c-50-50-full-image-right[data-content-position=no-image]:has(.hide-video) .image-column,.layout-hero.c-50-50-full-image-right[data-content-position=no-image]:has(.hide-video) .image-wrapper,.layout-hero.c-50-50-full-image-right[data-content-position=no-image]:not(:has(.video-container)) .image-column,.layout-hero.c-50-50-full-image-right[data-content-position=no-image]:not(:has(.video-container)) .image-wrapper{display:none}}@media screen and (min-width:951px){.layout-hero.c-50-50-full-image-right[data-column-split='60-40'] .width-container{grid-template-columns:6fr 4fr}.layout-hero.c-50-50-full-image-right[data-column-split='40-60'] .width-container{grid-template-columns:4fr 6fr}.layout-hero.c-50-50-full-image-right[data-column-split='70-30'] .width-container{grid-template-columns:7fr 3fr}.layout-hero.c-50-50-full-image-right[data-column-split='30-70'] .width-container{grid-template-columns:3fr 7fr}}.layout-hero{position:relative;overflow:hidden}.layout-hero .button-container{position:relative;margin:.75rem -.75rem 0}.layout-hero .btn{margin:.75rem .75rem 0}.layout-hero .image-column{font-size:0}.layout-hero .hero-logo-image{padding-bottom:2rem}.layout-hero .hero-spacing{position:relative;z-index:1;width:100%;padding:2rem 0}.layout-hero .video-container{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%}.layout-hero .video-container+.image-wrapper{display:none}.layout-hero .image-wrapper-item,.layout-hero video{display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:var(--x,50%)var(--y,50%);object-position:var(--x,50%)var(--y,50%);width:100%;height:100%}.layout-hero .background-underlay{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;-webkit-clip-path:inset(0);clip-path:inset(0)}.layout-hero .background-underlay .image-wrapper-item,.layout-hero .background-underlay video{position:fixed;top:0;left:0}@media (hover:none){.layout-hero .background-underlay .image-wrapper-item,.layout-hero .background-underlay video{position:static}}@media screen and (max-width:950px){.layout-hero .video-container.hide-video+.image-wrapper{display:block}.layout-hero[data-content-position=below] .background-underlay{position:relative;aspect-ratio:16/9}.layout-hero[data-content-position=below] .hero-spacing{padding:0}}.layout-service-columns.content-tiles .hover-wrapper,.layout-service-columns.content-tiles .initial-wrapper{width:100%;transition:opacity .3s ease}.layout-service-columns.content-tiles .initial-wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.layout-service-columns.content-tiles .hover-wrapper{color:var(--white-hex);opacity:0}@media screen and (max-width:750px){.layout-service-columns.content-tiles .initial-wrapper{z-index:0;opacity:0}.layout-service-columns.content-tiles .hover-wrapper{z-index:1;opacity:1}.layout-service-columns.content-tiles .column{background-color:var(--primary-dark-hex)}}.layout-service-columns.content-tiles .column{position:relative;z-index:1;grid-column:span 2;padding:2em;background-color:var(--primary-dark-hex);background-position:center;background-size:cover;background-repeat:no-repeat;text-decoration:none;transition:background-color .3s ease}@media screen and (max-width:1000px){.layout-service-columns.content-tiles .column{padding:1em}}@media screen and (max-width:900px){.layout-service-columns.content-tiles .column{grid-column:span 3}}@media screen and (max-width:600px){.layout-service-columns.content-tiles .column{grid-column:span 6}}.layout-service-columns.content-tiles .column::after{content:'';position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background-color:rgba(var(--primary-dark),.75);transition:background-color .3s ease}.layout-service-columns.content-tiles .column:focus-within::after,.layout-service-columns.content-tiles .column:focus::after,.layout-service-columns.content-tiles .column:hover::after{background-color:rgba(var(--primary-dark),.95)}.layout-service-columns.content-tiles .column:focus .initial-wrapper,.layout-service-columns.content-tiles .column:focus-within .initial-wrapper,.layout-service-columns.content-tiles .column:hover .initial-wrapper{z-index:0;opacity:0}.layout-service-columns.content-tiles .column:focus .hover-wrapper,.layout-service-columns.content-tiles .column:focus-within .hover-wrapper,.layout-service-columns.content-tiles .column:hover .hover-wrapper{z-index:1;opacity:1}.layout-service-columns.content-tiles .column-image{position:absolute;top:0;left:0;z-index:-1;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.layout-service-columns.content-tiles .grid-wrapper{display:grid;grid-template-columns:repeat(6,1fr);gap:1em;overflow:hidden}.layout-service-columns.content-tiles .grid-wrapper+.btn-wrapper{margin-top:2em}.layout-service-columns.content-tiles .column-inner{position:relative;display:flex;align-items:center;height:100%;color:var(--white-hex);text-align:center}.layout-service-columns.content-tiles .description+.btn-wrapper{margin-top:1em}.layout-service-columns.content-tiles .column-title{font-size:clamp(1.125em,calc(1.05263vw + .82895em),1.75em)}.layout-service-columns.content-tiles .column-title+.description{margin-top:2em}.layout-service-columns.content-tiles .header-wrapper{max-width:1000px;margin:0 auto;text-align:center}.layout-service-columns.content-tiles .header-wrapper+.grid-wrapper,.layout-service-columns.full-background .top-container+.columns-container{margin-top:2em}@media screen and (min-width:901px){.layout-service-columns.content-tiles .column:nth-child(5n+4){grid-column:2/span 2}.layout-service-columns.content-tiles .spacer{position:absolute;top:0;width:100%;height:100%;background-color:#f1f1f1}}.layout-service-columns.content-tiles .spacer[data-spacer-left]{left:-1em;transform:translate(-100%,0)}.layout-service-columns.content-tiles .spacer[data-spacer-right]{right:-1em;transform:translate(100%,0)}.layout-service-columns.overlapping-images{text-align:center}.layout-service-columns.overlapping-images .section-title{color:var(--primary-hex);font-family:var(--heading-font)}@media screen and (max-width:1100px){.layout-service-columns.overlapping-images .text-container{padding:2em}}.layout-service-columns.overlapping-images .image-container{overflow:hidden;width:100%;margin:auto;transform:scale(.8);transition:transform .3s ease}@media screen and (max-width:800px){.layout-service-columns.overlapping-images .image-container{transform:scale(1)}}.layout-service-columns.overlapping-images .item-title{margin-top:0;font-size:2.5em;line-height:1.25em}.layout-service-columns.overlapping-images .item-content{padding:1em 2em 0}.layout-service-columns.overlapping-images .item-button{margin-top:0}.layout-service-columns.overlapping-images .box{position:absolute;top:0;left:50%;z-index:-1;width:100%;height:calc(100% - 12em);border:1em solid #d8d8d8;border-radius:var(--border-radius,0);background-color:#f1f1f1;transform:translate(-50%,4em);transition:transform .3s ease,border-color .3s ease,background-color .3s ease,height .3s ease}@media screen and (max-width:950px){.layout-service-columns.overlapping-images .item-content{padding:1em}.layout-service-columns.overlapping-images .box{height:calc(100% - 4em);transform:translate(-50%,0)}}.layout-service-columns.overlapping-images .column-image{display:block;-o-object-fit:cover;object-fit:cover;width:100%;border-radius:var(--border-radius,0)}.layout-service-columns.overlapping-images .column-item{position:relative;z-index:1;flex:0 0 calc(100% - 2rem)}@media screen and (min-width:1201px) and (max-width:1300px){.layout-service-columns.overlapping-images .column-item{flex:0 0 calc(33.333% - 2rem)}}@media screen and (min-width:701px) and (max-width:1200px){.layout-service-columns.overlapping-images .column-item{flex:0 0 calc(50% - 2rem)}}.layout-service-columns.overlapping-images .column-item:focus .image-container,.layout-service-columns.overlapping-images .column-item:hover .image-container{transform:scale(1)}.layout-service-columns.overlapping-images .column-item:focus .box,.layout-service-columns.overlapping-images .column-item:hover .box{height:100%;border-color:var(--primary-dark-hex);background-color:#d8d8d8;transform:translate(-50%,0)}.layout-service-columns.overlapping-images .columns-container{position:relative;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;align-items:flex-start;margin:0 -1rem;text-align:center}@media screen and (max-width:550px){.layout-service-columns.overlapping-images .columns-container[data-oe-carousel] .text-container{flex-grow:1}}@media screen and (min-width:1201px){.layout-service-columns.overlapping-images .two .column-item{flex:0 0 calc(50% - 2rem)}}@media screen and (min-width:1301px){.layout-service-columns.overlapping-images .three .column-item{flex:0 0 calc(33.333% - 2rem)}.layout-service-columns.overlapping-images .four .column-item{flex:0 0 calc(25% - 2rem)}.layout-service-columns.overlapping-images .five{gap:0}.layout-service-columns.overlapping-images .five .column-item{flex:0 0 20%}.layout-service-columns.overlapping-images .six{gap:0}.layout-service-columns.overlapping-images .six .column-item{flex:0 0 16.666%}.layout-service-columns.overlapping-images .six .text-container{padding:2em 1em}}.layout-service-columns.stacked-grid .column-content{z-index:2;color:var(--white-hex)}.layout-service-columns.stacked-grid .column-item{position:relative;overflow:hidden;padding:2rem;border-radius:var(--border-radius,0);background-color:var(--primary-dark-hex)}.layout-service-columns.stacked-grid .column-item:nth-child(4n+1),.layout-service-columns.stacked-grid .column-item:nth-child(4n+4){display:grid;grid-template-columns:auto 33.33%;grid-column:span 2;gap:.5rem;align-items:center}.layout-service-columns.stacked-grid .column-item:nth-child(4n+1) .column-content,.layout-service-columns.stacked-grid .column-item:nth-child(4n+4) .column-content{order:1}@media screen and (min-width:600px){.layout-service-columns.stacked-grid .column-item:nth-child(4n+1) .column-content,.layout-service-columns.stacked-grid .column-item:nth-child(4n+4) .column-content{max-width:360px}}@media screen and (max-width:600px){.layout-service-columns.stacked-grid .column-item{padding:1rem}.layout-service-columns.stacked-grid .column-item:nth-child(4n+1),.layout-service-columns.stacked-grid .column-item:nth-child(4n+4){display:flex;flex-direction:column}.layout-service-columns.stacked-grid .column-item:nth-child(4n+1) .column-content,.layout-service-columns.stacked-grid .column-item:nth-child(4n+4) .column-content{order:initial;text-align:center}}.layout-service-columns.stacked-grid .column-item:nth-child(4n+1) .image-container,.layout-service-columns.stacked-grid .column-item:nth-child(4n+4) .image-container{justify-self:center;order:2}.layout-service-columns.stacked-grid .column-item:nth-child(4n+2),.layout-service-columns.stacked-grid .column-item:nth-child(4n+3){justify-content:flex-end}.layout-service-columns.stacked-grid .columns-container{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media screen and (max-width:930px){.layout-service-columns.stacked-grid .columns-container{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:600px){.layout-service-columns.stacked-grid .column-item:nth-child(4n+1) .image-container,.layout-service-columns.stacked-grid .column-item:nth-child(4n+4) .image-container{order:initial}.layout-service-columns.stacked-grid .column-item:nth-child(4n+2),.layout-service-columns.stacked-grid .column-item:nth-child(4n+3){text-align:center}.layout-service-columns.stacked-grid .columns-container{display:flex;flex-direction:column}}@media screen and (max-width:550px){.layout-service-columns.stacked-grid .columns-container[data-oe-carousel] .column-item{justify-content:center}}.layout-service-columns.stacked-grid .item-title{margin-top:0;color:var(--white-hex)}.layout-service-columns.stacked-grid .item-button-container,.layout-service-columns.stacked-grid .item-content{margin-top:0;padding-top:.75rem}.layout-service-columns.stacked-grid .bg-wrapper{position:absolute;inset:0;z-index:1}.layout-service-columns.stacked-grid .image-wrapper-item{position:absolute;inset:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%}.layout-service-columns.stacked-grid-icons .columns-container{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media screen and (max-width:930px){.layout-service-columns.stacked-grid-icons .columns-container{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:600px){.layout-service-columns.stacked-grid-icons .columns-container{display:flex;flex-direction:column}}@media screen and (max-width:550px){.layout-service-columns.stacked-grid-icons .columns-container[data-oe-carousel] .column-content{flex-grow:1}}.layout-service-columns.stacked-grid-icons .column-item{position:relative;overflow:hidden;padding:2rem;border-radius:var(--border-radius,0);background-color:color-mix(in srgb,var(--black-hex) 5%,var(--white-hex))}.layout-service-columns.stacked-grid-icons .column-item:nth-child(4n+1),.layout-service-columns.stacked-grid-icons .column-item:nth-child(4n+4){display:grid;grid-template-columns:auto 33.33%;grid-column:span 2;gap:.5rem;align-items:center}.layout-service-columns.stacked-grid-icons .column-item:nth-child(4n+1) .column-content,.layout-service-columns.stacked-grid-icons .column-item:nth-child(4n+4) .column-content{order:1}@media screen and (max-width:600px){.layout-service-columns.stacked-grid-icons .column-item{padding:1rem}.layout-service-columns.stacked-grid-icons .column-item:nth-child(4n+1),.layout-service-columns.stacked-grid-icons .column-item:nth-child(4n+4){display:flex;flex-direction:column}.layout-service-columns.stacked-grid-icons .column-item:nth-child(4n+1) .column-content,.layout-service-columns.stacked-grid-icons .column-item:nth-child(4n+4) .column-content{order:initial;text-align:center}}.layout-service-columns.stacked-grid-icons .column-item:nth-child(4n+1) .image-container,.layout-service-columns.stacked-grid-icons .column-item:nth-child(4n+4) .image-container{justify-self:center;order:2}.layout-service-columns.stacked-grid-icons .column-item:nth-child(4n+2),.layout-service-columns.stacked-grid-icons .column-item:nth-child(4n+3){display:flex;flex-direction:column;gap:.5rem;justify-content:center;text-align:center}.layout-service-columns.stacked-grid-icons .column-item:nth-child(4n+2) .image-container,.layout-service-columns.stacked-grid-icons .column-item:nth-child(4n+3) .image-container{max-width:175px;margin:auto;text-align:center}.layout-service-columns.stacked-grid-icons .item-title{margin-top:0}.layout-service-columns.stacked-grid-icons .item-button-container,.layout-service-columns.stacked-grid-icons .item-content{margin-top:0;padding-top:.75rem}.layout-service-columns.stacked-grid-icons .column-image{width:350px}.layout-service-columns.stacked-grid-images .columns-container{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media screen and (max-width:930px){.layout-service-columns.stacked-grid-images .columns-container{grid-template-columns:repeat(2,1fr)}}.layout-service-columns.stacked-grid-images .column-content{padding:2rem}@media screen and (max-width:600px){.layout-service-columns.stacked-grid-icons .column-item:nth-child(4n+1) .image-container,.layout-service-columns.stacked-grid-icons .column-item:nth-child(4n+4) .image-container{order:initial}.layout-service-columns.stacked-grid-icons .column-image{width:100px}.layout-service-columns.stacked-grid-images .columns-container{display:flex;flex-direction:column}.layout-service-columns.stacked-grid-images .column-content{padding:1rem;text-align:center}}.layout-service-columns.stacked-grid-images .image-container{overflow:hidden}.layout-service-columns.stacked-grid-images .column-image{position:absolute;top:0;left:0;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.layout-service-columns.stacked-grid-images .column-item{position:relative;overflow:hidden;padding:0;border-radius:var(--border-radius,0);background-color:color-mix(in srgb,var(--black-hex) 5%,var(--white-hex))}.layout-service-columns.stacked-grid-images .column-item:nth-child(4n+2),.layout-service-columns.stacked-grid-images .column-item:nth-child(4n+3){display:grid;grid-template-rows:minmax(200px,auto) auto}.layout-service-columns.stacked-grid-images .column-item:nth-child(4n+2) .image-container,.layout-service-columns.stacked-grid-images .column-item:nth-child(4n+3) .image-container{position:relative;align-self:stretch;justify-self:stretch}.layout-service-columns.stacked-grid-images .column-item:nth-child(4n+1),.layout-service-columns.stacked-grid-images .column-item:nth-child(4n+4){display:grid;grid-template-columns:1.5fr 1fr;grid-column:span 2;gap:.5rem;align-items:center}.layout-service-columns.stacked-grid-images .column-item:nth-child(4n+1) .column-content,.layout-service-columns.stacked-grid-images .column-item:nth-child(4n+4) .column-content{order:1}@media screen and (max-width:600px){.layout-service-columns.stacked-grid-images .column-item{padding:1rem}.layout-service-columns.stacked-grid-images .column-item:nth-child(4n+1),.layout-service-columns.stacked-grid-images .column-item:nth-child(4n+4){display:grid;grid-template-rows:minmax(200px,auto) auto;grid-template-columns:initial}.layout-service-columns.stacked-grid-images .column-item:nth-child(4n+1) .column-content,.layout-service-columns.stacked-grid-images .column-item:nth-child(4n+4) .column-content{order:initial;text-align:center}}.layout-service-columns.stacked-grid-images .column-item:nth-child(4n+1) .image-container,.layout-service-columns.stacked-grid-images .column-item:nth-child(4n+4) .image-container{position:relative;align-self:stretch;justify-self:stretch;order:2}.layout-service-columns.stacked-grid-images .item-title{margin-top:0}.layout-service-columns.stacked-grid-images .item-button-container,.layout-service-columns.stacked-grid-images .item-content{margin-top:0;padding-top:.75rem}.layout-service-columns.large-icon .columns-container{position:relative;display:flex;flex-wrap:wrap;justify-content:center;margin:-1rem;text-align:center}.layout-service-columns.large-icon .columns-container>*{margin:1rem}.layout-service-columns.large-icon .columns-container.two>*{flex:0 0 calc(50% - 2rem)}@media screen and (max-width:800px){.layout-service-columns.large-icon .columns-container.two>*{flex:0 0 calc(50% - 2rem);margin-bottom:2rem}}@media screen and (max-width:550px){.layout-service-columns.large-icon .columns-container.two>*{flex:0 0 calc(100% - 2rem)}}.layout-service-columns.large-icon .columns-container.three>*{flex:0 0 calc(33.33% - 2rem)}@media screen and (max-width:800px){.layout-service-columns.large-icon .columns-container.three>*{flex:0 0 calc(50% - 2rem);margin-bottom:2rem}}@media screen and (max-width:550px){.layout-service-columns.large-icon .columns-container.three>*{flex:0 0 calc(100% - 2rem)}}.layout-service-columns.large-icon .columns-container.four>*{flex:0 0 calc(25% - 2rem)}@media screen and (max-width:1300px){.layout-service-columns.large-icon .columns-container.four>*{flex:0 0 calc(50% - 2rem)}}@media screen and (max-width:800px){.layout-service-columns.large-icon .columns-container.four>*{flex:0 0 calc(50% - 2rem);margin-bottom:2rem}}@media screen and (max-width:550px){.layout-service-columns.large-icon .columns-container.four>*{flex:0 0 calc(100% - 2rem)}}.layout-service-columns.large-icon .columns-container.five>*{flex:0 0 calc(20% - 2rem)}@media screen and (max-width:1300px){.layout-service-columns.large-icon .columns-container.five>*{flex:0 0 calc(33.33% - 2rem)}}@media screen and (max-width:800px){.layout-service-columns.large-icon .columns-container.five>*{flex:0 0 calc(50% - 2rem);margin-bottom:2rem}}.layout-service-columns.large-icon .columns-container.six>*{flex:0 0 calc(16% - 2rem)}@media screen and (max-width:1300px){.layout-service-columns.large-icon .columns-container.six>*{flex:0 0 calc(33.33% - 2rem)}}@media screen and (max-width:800px){.layout-service-columns.large-icon .columns-container.six>*{flex:0 0 calc(50% - 2rem);margin-bottom:2rem}}.layout-service-columns.large-icon .text-container{position:relative;display:flex;flex-grow:1;flex-direction:column;padding-top:1.5rem}.layout-service-columns.large-icon .text-container .item-title{margin-top:0}.layout-service-columns.large-icon .button-container{margin-top:0;padding-top:1.5rem}.layout-service-columns.large-icon .column-item{overflow:hidden;border-radius:3px;border-radius:var(--border-radius,0);background-color:var(--white-hex)}.layout-service-columns.large-icon .image-container{padding-top:1.5rem}.layout-service-columns.large-icon .column-image{max-width:125px}.layout-service-columns.full-image .columns-container{position:relative;display:flex;flex-wrap:wrap;justify-content:center;margin:-1rem;text-align:center}.layout-service-columns.full-image .columns-container>*{margin:1rem}.layout-service-columns.full-image .columns-container.two>*{flex:0 0 calc(50% - 2rem)}@media screen and (max-width:800px){.layout-service-columns.full-image .columns-container.two>*{flex:0 0 calc(50% - 2rem);margin-bottom:2rem}}@media screen and (max-width:550px){.layout-service-columns.full-image .columns-container.two>*{flex:0 0 calc(100% - 2rem)}}.layout-service-columns.full-image .columns-container.three>*{flex:0 0 calc(33.33% - 2rem)}@media screen and (max-width:800px){.layout-service-columns.full-image .columns-container.three>*{flex:0 0 calc(50% - 2rem);margin-bottom:2rem}}@media screen and (max-width:550px){.layout-service-columns.full-image .columns-container.three>*{flex:0 0 calc(100% - 2rem)}}.layout-service-columns.full-image .columns-container.four>*{flex:0 0 calc(25% - 2rem)}@media screen and (max-width:1300px){.layout-service-columns.full-image .columns-container.four>*{flex:0 0 calc(50% - 2rem)}}@media screen and (max-width:800px){.layout-service-columns.full-image .columns-container.four>*{flex:0 0 calc(50% - 2rem);margin-bottom:2rem}}@media screen and (max-width:550px){.layout-service-columns.full-image .columns-container.four>*{flex:0 0 calc(100% - 2rem)}}.layout-service-columns.full-image .columns-container.five>*{flex:0 0 calc(20% - 2rem)}@media screen and (max-width:1300px){.layout-service-columns.full-image .columns-container.five>*{flex:0 0 calc(33.33% - 2rem)}}@media screen and (max-width:800px){.layout-service-columns.full-image .columns-container.five>*{flex:0 0 calc(50% - 2rem);margin-bottom:2rem}}.layout-service-columns.full-image .columns-container.six>*{flex:0 0 calc(16% - 2rem)}@media screen and (max-width:1300px){.layout-service-columns.full-image .columns-container.six>*{flex:0 0 calc(33.33% - 2rem)}}@media screen and (max-width:800px){.layout-service-columns.full-image .columns-container.six>*{flex:0 0 calc(50% - 2rem);margin-bottom:2rem}}.layout-service-columns.full-image .text-container{display:flex;flex-grow:1;flex-direction:column;background-color:color-mix(in srgb,var(--black-hex) 5%,var(--white-hex))}.layout-service-columns.full-image .text-container .item-title{margin-top:0}.layout-service-columns.full-image .button-container{margin-top:0;padding-top:1.5rem}.layout-service-columns.full-image .column-item{overflow:hidden;border-radius:var(--border-radius,3px);background-color:var(--white-hex)}.layout-service-columns.full-image .column-item.centered{display:grid;align-items:center}.layout-service-columns.full-image .column-image{display:block;width:100%}.layout-service-columns.full-thumbnail .columns-container{position:relative;display:flex;flex-wrap:wrap;justify-content:center;margin:-1rem;text-align:center}.layout-service-columns.full-thumbnail .columns-container>*{margin:1rem}.layout-service-columns.full-thumbnail .columns-container.two>*{flex:0 0 calc(50% - 2rem)}@media screen and (max-width:800px){.layout-service-columns.full-thumbnail .columns-container.two>*{flex:0 0 calc(50% - 2rem);margin-bottom:2rem}}@media screen and (max-width:550px){.layout-service-columns.full-thumbnail .columns-container.two>*{flex:0 0 calc(100% - 2rem)}}.layout-service-columns.full-thumbnail .columns-container.three>*{flex:0 0 calc(33.33% - 2rem)}@media screen and (max-width:800px){.layout-service-columns.full-thumbnail .columns-container.three>*{flex:0 0 calc(50% - 2rem);margin-bottom:2rem}}@media screen and (max-width:550px){.layout-service-columns.full-thumbnail .columns-container.three>*{flex:0 0 calc(100% - 2rem)}}.layout-service-columns.full-thumbnail .columns-container.four>*{flex:0 0 calc(25% - 2rem)}@media screen and (max-width:1300px){.layout-service-columns.full-thumbnail .columns-container.four>*{flex:0 0 calc(50% - 2rem)}}@media screen and (max-width:800px){.layout-service-columns.full-thumbnail .columns-container.four>*{flex:0 0 calc(50% - 2rem);margin-bottom:2rem}}@media screen and (max-width:550px){.layout-service-columns.full-thumbnail .columns-container.four>*{flex:0 0 calc(100% - 2rem)}}.layout-service-columns.full-thumbnail .columns-container.five>*{flex:0 0 calc(20% - 2rem)}@media screen and (max-width:1300px){.layout-service-columns.full-thumbnail .columns-container.five>*{flex:0 0 calc(33.33% - 2rem)}}@media screen and (max-width:800px){.layout-service-columns.full-thumbnail .columns-container.five>*{flex:0 0 calc(50% - 2rem);margin-bottom:2rem}}.layout-service-columns.full-thumbnail .columns-container.six>*{flex:0 0 calc(16% - 2rem)}@media screen and (max-width:1300px){.layout-service-columns.full-thumbnail .columns-container.six>*{flex:0 0 calc(33.33% - 2rem)}}@media screen and (max-width:800px){.layout-service-columns.full-thumbnail .columns-container.six>*{flex:0 0 calc(50% - 2rem);margin-bottom:2rem}}.layout-service-columns.full-thumbnail .text-container{display:flex;flex-grow:1;flex-direction:column}.layout-service-columns.full-thumbnail .text-container .item-title{margin-top:0}.layout-service-columns.full-thumbnail .button-container{margin-top:0;padding-top:1.5rem}.layout-service-columns.full-thumbnail .column-image{display:block;border-radius:var(--border-radius,0)}.layout-service-columns.full-thumbnail .column-item{border-radius:var(--border-radius,0)}.layout-service-columns.small-icon .columns-container{position:relative;display:flex;flex-wrap:wrap;justify-content:center;margin:-1rem;text-align:center}.layout-service-columns.small-icon .columns-container>*{margin:1rem}.layout-service-columns.small-icon .columns-container.two>*{flex:0 0 calc(50% - 2rem)}@media screen and (max-width:800px){.layout-service-columns.small-icon .columns-container.two>*{flex:0 0 calc(50% - 2rem);margin-bottom:2rem}}@media screen and (max-width:550px){.layout-service-columns.small-icon .columns-container.two>*{flex:0 0 calc(100% - 2rem)}}.layout-service-columns.small-icon .columns-container.three>*{flex:0 0 calc(33.33% - 2rem)}@media screen and (max-width:800px){.layout-service-columns.small-icon .columns-container.three>*{flex:0 0 calc(50% - 2rem);margin-bottom:2rem}}@media screen and (max-width:550px){.layout-service-columns.small-icon .columns-container.three>*{flex:0 0 calc(100% - 2rem)}}.layout-service-columns.small-icon .columns-container.four>*{flex:0 0 calc(25% - 2rem)}@media screen and (max-width:1300px){.layout-service-columns.small-icon .columns-container.four>*{flex:0 0 calc(50% - 2rem)}}@media screen and (max-width:800px){.layout-service-columns.small-icon .columns-container.four>*{flex:0 0 calc(50% - 2rem);margin-bottom:2rem}}@media screen and (max-width:550px){.layout-service-columns.small-icon .columns-container.four>*{flex:0 0 calc(100% - 2rem)}}.layout-service-columns.small-icon .columns-container.five>*{flex:0 0 calc(20% - 2rem)}@media screen and (max-width:1300px){.layout-service-columns.small-icon .columns-container.five>*{flex:0 0 calc(33.33% - 2rem)}}@media screen and (max-width:800px){.layout-service-columns.small-icon .columns-container.five>*{flex:0 0 calc(50% - 2rem);margin-bottom:2rem}}.layout-service-columns.small-icon .columns-container.six>*{flex:0 0 calc(16% - 2rem)}@media screen and (max-width:1300px){.layout-service-columns.small-icon .columns-container.six>*{flex:0 0 calc(33.33% - 2rem)}}@media screen and (max-width:800px){.layout-service-columns.small-icon .columns-container.six>*{flex:0 0 calc(50% - 2rem);margin-bottom:2rem}}.layout-service-columns.small-icon .text-container{display:flex;flex-grow:1;flex-direction:column;padding:0}.layout-service-columns.small-icon .text-container .item-title{margin-top:0}.layout-service-columns.small-icon .button-container{margin-top:0;padding-top:1.5rem}.layout-service-columns.small-icon .column-item{display:grid;grid-template-columns:1fr 5fr;gap:1em;overflow:hidden;padding:1rem;border-radius:var(--border-radius,0);text-align:left}.layout-service-columns.small-icon .no-icon{grid-template-columns:1fr}.layout-service-columns.small-icon .image-container{padding-top:.25rem}.layout-service-columns.small-icon .content-container{padding-top:1rem}.layout-service-columns.background-image .columns-container{position:relative;display:flex;flex-wrap:wrap;justify-content:center;margin:-1rem;text-align:center}.layout-service-columns.background-image .column-item,.layout-service-columns.hidden-content .grid-item{display:grid;background-position:center;background-size:cover;background-repeat:no-repeat;overflow:hidden}.layout-service-columns.background-image .columns-container>*{margin:1rem}.layout-service-columns.background-image .columns-container.two>*{flex:0 0 calc(50% - 2rem)}@media screen and (max-width:800px){.layout-service-columns.background-image .columns-container.two>*{flex:0 0 calc(50% - 2rem);margin-bottom:2rem}}@media screen and (max-width:550px){.layout-service-columns.background-image .columns-container.two>*{flex:0 0 calc(100% - 2rem)}}.layout-service-columns.background-image .columns-container.three>*{flex:0 0 calc(33.33% - 2rem)}@media screen and (max-width:800px){.layout-service-columns.background-image .columns-container.three>*{flex:0 0 calc(50% - 2rem);margin-bottom:2rem}}@media screen and (max-width:550px){.layout-service-columns.background-image .columns-container.three>*{flex:0 0 calc(100% - 2rem)}}.layout-service-columns.background-image .columns-container.four>*{flex:0 0 calc(25% - 2rem)}@media screen and (max-width:1300px){.layout-service-columns.background-image .columns-container.four>*{flex:0 0 calc(50% - 2rem)}}@media screen and (max-width:1200px){.layout-service-columns.background-image .columns-container.four>*{flex:0 0 calc(50% - 2rem)}}@media screen and (max-width:800px){.layout-service-columns.background-image .columns-container.four>*{flex:0 0 calc(100% - 2rem)}}@media screen and (max-width:550px){.layout-service-columns.background-image .columns-container.four>*{flex:0 0 calc(100% - 2rem)}}.layout-service-columns.background-image .columns-container.five>*{flex:0 0 calc(20% - 2rem)}@media screen and (max-width:1400px){.layout-service-columns.background-image .columns-container.five>*{flex:0 0 calc(33.33% - 2rem)}}@media screen and (max-width:1300px){.layout-service-columns.background-image .columns-container.five>*{flex:0 0 calc(33.33% - 2rem)}}@media screen and (max-width:1200px){.layout-service-columns.background-image .columns-container.five>*{flex:0 0 calc(50% - 2rem)}}@media screen and (max-width:800px){.layout-service-columns.background-image .columns-container.five>*{flex:0 0 calc(100% - 2rem)}}.layout-service-columns.background-image .columns-container.six>*{flex:0 0 calc(16% - 2rem)}@media screen and (max-width:1400px){.layout-service-columns.background-image .columns-container.six>*{flex:0 0 calc(33.33% - 2rem)}}@media screen and (max-width:1300px){.layout-service-columns.background-image .columns-container.six>*{flex:0 0 calc(33.33% - 2rem)}}@media screen and (max-width:1200px){.layout-service-columns.background-image .columns-container.six>*{flex:0 0 calc(50% - 2rem)}}@media screen and (max-width:800px){.layout-service-columns.background-image .columns-container.six>*{flex:0 0 calc(50% - 2rem);margin-bottom:2rem}}@media screen and (max-width:550px){.layout-service-columns.background-image .columns-container[data-oe-carousel] .column-content{align-self:center;margin:1.5em}}.layout-service-columns.background-image .column-item{position:relative;min-height:450px;border-radius:var(--border-radius,0)}@media screen and (max-width:450px){.layout-service-columns.small-icon .text-container{border-left:none}.layout-service-columns.background-image .column-item{min-height:100vw}}.layout-service-columns.background-image .column-content,.layout-service-columns.background-image .image-container{grid-row:1;grid-column:1}.layout-service-columns.background-image .image-container{position:absolute;top:0;left:0;width:100%;height:100%}.layout-service-columns.background-image .column-image{display:block;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.layout-service-columns.background-image .column-content{position:relative;z-index:1;align-self:flex-end;max-width:100%;margin:4em 1.5em 1.5em;padding:1.5em;border-radius:var(--border-radius,3px);background-color:rgba(var(--white),.875)}.layout-service-columns.background-image .text-area{padding-top:1.5em}.layout-service-columns.full-background .columns-container{position:relative;display:flex;flex-wrap:wrap;justify-content:flex-start;margin:-1rem;text-align:center}.layout-service-columns.full-background .columns-container>*{margin:1rem}.layout-service-columns.full-background .columns-container.two>*{flex:0 0 calc(50% - 2rem)}@media screen and (max-width:800px){.layout-service-columns.full-background .columns-container.two>*{flex:0 0 calc(50% - 2rem);margin-bottom:2rem}}@media screen and (max-width:550px){.layout-service-columns.full-background .columns-container.two>*{flex:0 0 calc(100% - 2rem)}}.layout-service-columns.full-background .columns-container.three>*{flex:0 0 calc(33.33% - 2rem)}@media screen and (max-width:800px){.layout-service-columns.full-background .columns-container.three>*{flex:0 0 calc(50% - 2rem);margin-bottom:2rem}}@media screen and (max-width:550px){.layout-service-columns.full-background .columns-container.three>*{flex:0 0 calc(100% - 2rem)}}.layout-service-columns.full-background .columns-container.four>*{flex:0 0 calc(25% - 2rem)}@media screen and (max-width:1300px){.layout-service-columns.full-background .columns-container.four>*{flex:0 0 calc(50% - 2rem)}}@media screen and (max-width:800px){.layout-service-columns.full-background .columns-container.four>*{flex:0 0 calc(50% - 2rem);margin-bottom:2rem}}@media screen and (max-width:550px){.layout-service-columns.full-background .columns-container.four>*{flex:0 0 calc(100% - 2rem)}}.layout-service-columns.full-background .columns-container.five>*{flex:0 0 calc(20% - 2rem)}@media screen and (max-width:1300px){.layout-service-columns.full-background .columns-container.five>*{flex:0 0 calc(33.33% - 2rem)}}@media screen and (max-width:800px){.layout-service-columns.full-background .columns-container.five>*{flex:0 0 calc(50% - 2rem);margin-bottom:2rem}}.layout-service-columns.full-background .columns-container.six>*{flex:0 0 calc(16% - 2rem)}@media screen and (max-width:1300px){.layout-service-columns.full-background .columns-container.six>*{flex:0 0 calc(33.33% - 2rem)}}@media screen and (max-width:800px){.layout-service-columns.full-background .columns-container.six>*{flex:0 0 calc(50% - 2rem);margin-bottom:2rem}}.layout-service-columns.full-background .background-wrapper{position:absolute!important;top:0;left:0;z-index:0!important;overflow:hidden;width:100%;height:100%}.layout-service-columns.full-background .bg-image{position:absolute;top:50%;left:50%;-o-object-fit:cover;object-fit:cover;width:100%;height:100%;opacity:0;transform:translate(-50%,-50%);transform-origin:top left;transition:opacity 2s ease,transform 12s ease}.layout-service-columns.full-background .bg-image.active{opacity:1}@media (prefers-reduced-motion:no-preference){.layout-service-columns.full-background .bg-image.active{transform:scale(1.125) translate(-50%,-50%)}}.layout-service-columns.full-background .grid-item{position:relative;padding:2em;border:2px solid var(--white-hex);border-radius:var(--border-radius,0);background-color:transparent;color:var(--white-hex);text-align:left;text-decoration:none;transition:background-color .3s ease,color .3s ease}@media screen and (max-width:950px){.layout-service-columns.full-background .grid-item{padding:1em}}.layout-service-columns.full-background .grid-item::before{content:'';position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;background-color:var(--white-hex);opacity:0;transition:opacity .3s}.layout-service-columns.full-background .grid-item .button-container,.layout-service-columns.full-background .grid-item .column-content,.layout-service-columns.full-background .grid-item .column-subtitle,.layout-service-columns.full-background .grid-item .column-title,.layout-service-columns.full-background .width-container{z-index:2;position:relative}.layout-service-columns.full-background .grid-item:hover::before{opacity:.15}.layout-service-columns.full-background .grid-item .section-title{color:currentcolor}.layout-service-columns.full-background .top-container,.layout-service-columns.full-background .top-container .section-title{color:var(--white-hex)}.layout-service-columns.hidden-content .columns-container{position:relative;display:flex;flex-wrap:wrap;justify-content:flex-start;margin:-1rem;text-align:center}.layout-service-columns.hidden-content .columns-container>*{margin:1rem}.layout-service-columns.hidden-content .columns-container.two>*{flex:0 0 calc(50% - 2rem)}@media screen and (max-width:800px){.layout-service-columns.hidden-content .columns-container.two>*{flex:0 0 calc(50% - 2rem);margin-bottom:2rem}}@media screen and (max-width:550px){.layout-service-columns.hidden-content .columns-container.two>*{flex:0 0 calc(100% - 2rem)}}.layout-service-columns.hidden-content .columns-container.three>*{flex:0 0 calc(33.33% - 2rem)}@media screen and (max-width:800px){.layout-service-columns.hidden-content .columns-container.three>*{flex:0 0 calc(50% - 2rem);margin-bottom:2rem}}@media screen and (max-width:550px){.layout-service-columns.hidden-content .columns-container.three>*{flex:0 0 calc(100% - 2rem)}}.layout-service-columns.hidden-content .columns-container.four>*{flex:0 0 calc(25% - 2rem)}@media screen and (max-width:1300px){.layout-service-columns.hidden-content .columns-container.four>*{flex:0 0 calc(50% - 2rem)}}@media screen and (max-width:800px){.layout-service-columns.hidden-content .columns-container.four>*{flex:0 0 calc(50% - 2rem);margin-bottom:2rem}}@media screen and (max-width:550px){.layout-service-columns.hidden-content .columns-container.four>*{flex:0 0 calc(100% - 2rem)}}.layout-service-columns.hidden-content .columns-container.five>*{flex:0 0 calc(20% - 2rem)}@media screen and (max-width:1300px){.layout-service-columns.hidden-content .columns-container.five>*{flex:0 0 calc(33.33% - 2rem)}}@media screen and (max-width:800px){.layout-service-columns.hidden-content .columns-container.five>*{flex:0 0 calc(50% - 2rem);margin-bottom:2rem}}.layout-service-columns.hidden-content .columns-container.six>*{flex:0 0 calc(16% - 2rem)}@media screen and (max-width:1300px){.layout-service-columns.hidden-content .columns-container.six>*{flex:0 0 calc(33.33% - 2rem)}}@media screen and (max-width:800px){.layout-service-columns.hidden-content .columns-container.six>*{flex:0 0 calc(50% - 2rem);margin-bottom:2rem}}@media screen and (max-width:550px){.layout-service-columns.hidden-content .columns-container[data-oe-carousel]{justify-content:flex-start!important}}.layout-service-columns.hidden-content .background-wrapper{position:absolute!important;top:0;left:0;z-index:0!important;overflow:hidden;width:100%;height:100%}.layout-service-columns.hidden-content .bg-image{position:absolute;top:50%;left:50%;width:100%;height:100%;background-position:center;background-size:cover;background-repeat:no-repeat;opacity:0;transform:translate(-50%,-50%);transform-origin:top left;transition:opacity 2s ease,transform 12s ease}.layout-service-columns.hidden-content .bg-image.active{opacity:1}@media (prefers-reduced-motion:no-preference){.layout-service-columns.hidden-content .bg-image.active{transform:scale(1.125) translate(-50%,-50%)}}.layout-service-columns.hidden-content .column-image{position:absolute;top:0;left:0;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.layout-service-columns.hidden-content .hidden-content,.layout-service-columns.hidden-content .image-container,.layout-service-columns.hidden-content .intro-content{grid-area:stacked}.layout-service-columns.hidden-content .hidden-content,.layout-service-columns.hidden-content .intro-content{padding:2em;color:var(--white-hex);transition:opacity .6s ease,transform .6s ease}@media screen and (max-width:950px){.layout-service-columns.hidden-content .hidden-content,.layout-service-columns.hidden-content .intro-content{padding:1em}}.layout-service-columns.hidden-content .intro-content{z-index:1;align-self:end;width:100%}.layout-service-columns.hidden-content .hidden-content{position:relative;z-index:0;width:100%;height:100%;background-color:var(--primary-hex);opacity:0;transform:translate(0,50%)}.layout-service-columns.hidden-content .grid-item{position:relative;grid-template-areas:'stacked';min-height:200px;border-radius:var(--border-radius,0);text-align:left;text-decoration:none}.layout-service-columns.hidden-content .grid-item:hover .hidden-content{z-index:2;opacity:1;transform:translate(0,0)}.layout-service-columns.hidden-content .grid-item:hover .intro-content{z-index:0;opacity:0}.layout-service-columns.hidden-content .grid-item:focus .hidden-content,.layout-service-columns.hidden-content .grid-item:focus-within .hidden-content{z-index:2;opacity:1;transform:translate(0,0);transition:opacity .2s ease}.layout-service-columns.hidden-content .grid-item:focus .intro-content,.layout-service-columns.hidden-content .grid-item:focus-within .intro-content{z-index:0;opacity:0;transition:none}.layout-service-columns.hidden-content .grid-item::after{content:'';position:absolute;display:block;pointer-events:none;top:0;left:0;width:100%;height:100%;background-color:var(--primary-dark-hex);opacity:.5}[data-oe-styler-enabled=true] .layout-service-columns.hidden-content .grid-item:not(:first-child) .hidden-content{z-index:2;opacity:1;transform:translate(0,0)}[data-oe-styler-enabled=true] .layout-service-columns.hidden-content .grid-item:not(:first-child) .intro-content{z-index:0;opacity:0}[data-oe-styler-enabled=true] .layout-service-columns.hidden-content .grid-item:first-child .hidden-content{z-index:0;opacity:0;transform:translate(0,50%)}[data-oe-styler-enabled=true] .layout-service-columns.hidden-content .grid-item:first-child .intro-content{z-index:1;opacity:1}.layout-service-columns.side-grid{padding:0}.layout-service-columns.side-grid .width-container{display:grid;grid-template-columns:3fr 7fr;gap:3rem;align-items:center}@media screen and (max-width:1050px){.layout-service-columns.side-grid{padding:4rem 0}.layout-service-columns.side-grid .width-container{grid-template-columns:1fr}}@media screen and (max-width:550px){.layout-service-columns.side-grid .width-container:has([data-oe-carousel]){display:flex;flex-direction:column;align-items:unset}}.layout-service-columns.side-grid .column-2{position:relative;padding:3rem}@media screen and (max-width:1150px){.layout-service-columns.side-grid .width-container{gap:2rem}.layout-service-columns.side-grid .column-2{padding:2rem}}@media screen and (max-width:750px){.layout-service-columns.side-grid .column-2{padding:1rem}}.layout-service-columns.side-grid .columns-container{position:relative;display:flex;flex-wrap:wrap;justify-content:flex-start;margin:-1rem;text-align:center}.layout-service-columns.side-grid .columns-container>*{margin:1rem}.layout-service-columns.side-grid .columns-container.two>*{flex:0 0 calc(50% - 2rem)}@media screen and (max-width:800px){.layout-service-columns.side-grid .columns-container.two>*{flex:0 0 calc(50% - 2rem);margin-bottom:2rem}}@media screen and (max-width:550px){.layout-service-columns.side-grid .columns-container.two>*{flex:0 0 calc(100% - 2rem)}}.layout-service-columns.side-grid .columns-container.three>*{flex:0 0 calc(33.33% - 2rem)}@media screen and (max-width:800px){.layout-service-columns.side-grid .columns-container.three>*{flex:0 0 calc(50% - 2rem);margin-bottom:2rem}}@media screen and (max-width:550px){.layout-service-columns.side-grid .columns-container.three>*{flex:0 0 calc(100% - 2rem)}}.layout-service-columns.side-grid .columns-container.four>*{flex:0 0 calc(25% - 2rem)}@media screen and (max-width:1300px){.layout-service-columns.side-grid .columns-container.four>*{flex:0 0 calc(50% - 2rem)}}@media screen and (max-width:800px){.layout-service-columns.side-grid .columns-container.four>*{flex:0 0 calc(50% - 2rem);margin-bottom:2rem}}@media screen and (max-width:550px){.layout-service-columns.side-grid .columns-container.four>*{flex:0 0 calc(100% - 2rem)}}.layout-service-columns.side-grid .columns-container.five>*{flex:0 0 calc(20% - 2rem)}@media screen and (max-width:1300px){.layout-service-columns.side-grid .columns-container.five>*{flex:0 0 calc(33.33% - 2rem)}}@media screen and (max-width:800px){.layout-service-columns.side-grid .columns-container.five>*{flex:0 0 calc(50% - 2rem);margin-bottom:2rem}}.layout-service-columns.side-grid .columns-container.six>*{flex:0 0 calc(16% - 2rem)}@media screen and (max-width:1300px){.layout-service-columns.side-grid .columns-container.six>*{flex:0 0 calc(33.33% - 2rem)}}@media screen and (max-width:800px){.layout-service-columns.side-grid .columns-container.six>*{flex:0 0 calc(50% - 2rem);margin-bottom:2rem}}.layout-service-columns.side-grid .background-wrapper{position:absolute!important;top:0;left:0;z-index:0!important;overflow:hidden;width:100%;height:100%}.layout-service-columns.side-grid .bg-image{position:absolute;top:50%;left:50%;-o-object-fit:cover;object-fit:cover;width:100%;height:100%;opacity:0;transform:translate(-50%,-50%);transform-origin:top left;transition:opacity 2s ease,transform 12s ease}.layout-service-columns.side-grid .bg-image.active{opacity:1}@media (prefers-reduced-motion:no-preference){.layout-service-columns.side-grid .bg-image.active{transform:scale(1.125) translate(-50%,-50%)}}.layout-service-columns.side-grid .grid-item{position:relative;padding:1em;border:2px solid var(--white-hex);border-radius:var(--border-radius,0);background-color:transparent;color:var(--white-hex);text-align:left;text-decoration:none;transition:background-color .3s ease,color .3s ease}@media screen and (max-width:950px){.layout-service-columns.side-grid .grid-item{padding:1em}}.layout-service-columns.side-grid .grid-item::before{content:'';position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;background-color:var(--white-hex);opacity:0;transition:opacity .3s}.layout-service-columns.side-grid .grid-item:hover::before{opacity:.15}.layout-service-columns.side-grid .grid-item .button-container,.layout-service-columns.side-grid .grid-item .column-content,.layout-service-columns.side-grid .grid-item .column-subtitle,.layout-service-columns.side-grid .grid-item .column-title{position:relative;z-index:2}.layout-service-columns.side-grid .grid-item .section-title{color:currentcolor}.layout-service-columns.side-grid .slide-navigation{margin-bottom:0}.layout-service-columns.grid-slider .columns-container{position:relative;display:flex;flex-wrap:wrap;justify-content:flex-start;margin:-1rem;text-align:center}.layout-service-columns.grid-slider .columns-container>*{margin:1rem}.layout-service-columns.grid-slider .columns-container.two>*{flex:0 0 calc(50% - 2rem)}@media screen and (max-width:800px){.layout-service-columns.grid-slider .columns-container.two>*{flex:0 0 calc(50% - 2rem);margin-bottom:2rem}}@media screen and (max-width:550px){.layout-service-columns.grid-slider .columns-container.two>*{flex:0 0 calc(100% - 2rem)}}.layout-service-columns.grid-slider .columns-container.three>*{flex:0 0 calc(33.33% - 2rem)}@media screen and (max-width:800px){.layout-service-columns.grid-slider .columns-container.three>*{flex:0 0 calc(50% - 2rem);margin-bottom:2rem}}@media screen and (max-width:550px){.layout-service-columns.grid-slider .columns-container.three>*{flex:0 0 calc(100% - 2rem)}}.layout-service-columns.grid-slider .columns-container.four>*{flex:0 0 calc(25% - 2rem)}@media screen and (max-width:1300px){.layout-service-columns.grid-slider .columns-container.four>*{flex:0 0 calc(50% - 2rem)}}@media screen and (max-width:800px){.layout-service-columns.grid-slider .columns-container.four>*{flex:0 0 calc(50% - 2rem);margin-bottom:2rem}}@media screen and (max-width:550px){.layout-service-columns.grid-slider .columns-container.four>*{flex:0 0 calc(100% - 2rem)}}.layout-service-columns.grid-slider .columns-container.five>*{flex:0 0 calc(20% - 2rem)}@media screen and (max-width:1300px){.layout-service-columns.grid-slider .columns-container.five>*{flex:0 0 calc(33.33% - 2rem)}}@media screen and (max-width:800px){.layout-service-columns.grid-slider .columns-container.five>*{flex:0 0 calc(50% - 2rem);margin-bottom:2rem}}.layout-service-columns.grid-slider .columns-container.six>*{flex:0 0 calc(16% - 2rem)}@media screen and (max-width:1300px){.layout-service-columns.grid-slider .columns-container.six>*{flex:0 0 calc(33.33% - 2rem)}}@media screen and (max-width:800px){.layout-service-columns.grid-slider .columns-container.six>*{flex:0 0 calc(50% - 2rem);margin-bottom:2rem}}.layout-service-columns.grid-slider .background-wrapper{position:absolute!important;top:0;left:0;z-index:0!important;overflow:hidden;width:100%;height:100%;border-radius:var(--border-radius,0)}.layout-service-columns.grid-slider .bg-image{position:absolute;top:50%;left:50%;width:100%;height:100%;background-position:center;background-size:cover;background-repeat:no-repeat;opacity:0;transform:translate(-50%,-50%);transform-origin:top left;transition:opacity 2s ease,transform 12s ease}.layout-service-columns.grid-slider .bg-image.active{opacity:1}@media (prefers-reduced-motion:no-preference){.layout-service-columns.grid-slider .bg-image.active{transform:scale(1.125) translate(-50%,-50%)}}.layout-service-columns.grid-slider .bg-image-item{position:absolute;top:0;left:0;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.layout-service-columns.grid-slider .bg-image-item[data-image-operation=fitLogo]{-o-object-fit:contain;object-fit:contain}.layout-service-columns.grid-slider .width-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem}@media screen and (max-width:550px){.layout-service-columns.grid-slider .width-container:has([data-oe-carousel]){display:flex;flex-direction:column}}.layout-service-columns.grid-slider .header-wrapper{margin-bottom:2em}.layout-service-columns.grid-slider .grid-item{padding:1em;border:2px solid;border-color:rgba(var(--primary-dark),.5);border-radius:var(--border-radius,0);background-color:transparent;text-align:left;text-decoration:none;transition:background-color .3s}.layout-service-columns.grid-slider .grid-item:hover{background-color:rgba(var(--primary),.15)}.layout-service-columns.grid-slider .grid-item .button-container,.layout-service-columns.grid-slider .grid-item .column-content,.layout-service-columns.grid-slider .grid-item .column-subtitle,.layout-service-columns.grid-slider .grid-item .column-title{position:relative;z-index:2}.layout-service-columns.grid-slider .column-2{position:relative}@media screen and (max-width:1050px){.layout-service-columns.grid-slider .width-container{grid-template-columns:1fr;gap:2rem}.layout-service-columns.grid-slider .column-2{height:0;padding-top:56.25%}}.layout-service-columns.horizontal-scroll .scroller{position:relative;overflow:hidden}.layout-service-columns.horizontal-scroll .slides-wrapper{display:flex;gap:2rem;overflow-x:scroll;overflow-y:clip;width:100vw;margin:2rem 0 0;padding-top:1.5rem;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain;scrollbar-width:none}.layout-service-columns.horizontal-scroll .slides-wrapper::-webkit-scrollbar{display:none}.layout-service-columns.horizontal-scroll .slides-wrapper:not([data-oe-carousel]){justify-content:center}.layout-service-columns.horizontal-scroll .slide{display:flex;flex:0 0 27%;flex-direction:column;box-sizing:border-box;min-width:275px;scroll-snap-align:center;scroll-snap-stop:always;text-decoration:none}.layout-service-columns.horizontal-scroll .slide:first-child{margin-left:4vw}.layout-service-columns.horizontal-scroll .slide:last-child{margin-right:4vw}.layout-service-columns.horizontal-scroll .image-wrapper{font-size:0}.layout-service-columns.horizontal-scroll .image-wrapper-item{display:block;width:100%;border-radius:var(--border-radius,0)}.layout-service-columns.horizontal-scroll .text-container{flex:1 1 100%;padding:1rem 0}.layout-service-columns.horizontal-scroll .slide-content-container{padding:1rem 0 0}.layout-service-columns.horizontal-scroll .slide-navigation{position:absolute;top:0;left:50%;z-index:10;display:flex;justify-content:space-between;box-sizing:border-box;width:100%;padding:0 2rem;text-align:center;transform:translate(-50%,0)}@media screen and (max-width:1000px){.layout-service-columns.horizontal-scroll .slide-navigation{width:100%;padding:0 .5rem}}.layout-service-columns.horizontal-scroll .slide-navigation::before{display:none}.layout-service-columns.horizontal-scroll .control-item{background-color:rgba(var(--accent1),.8);opacity:0;visibility:hidden;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);filter:drop-shadow(0 .2em .2em rgba(var(--black), .35))}.layout-service-columns.horizontal-scroll .control-item:focus,.layout-service-columns.horizontal-scroll .control-item:hover{background-color:var(--accent1-hex)}@media screen and (max-width:550px){.layout-service-columns.horizontal-scroll.stacked .slide-navigation{display:none}.layout-service-columns.horizontal-scroll.stacked .slides-wrapper{flex-direction:column;margin:0;padding:0 1.5em}.layout-service-columns.horizontal-scroll.stacked .slide{flex:0 0 100%;min-width:0}.layout-service-columns.horizontal-scroll.stacked .slide:first-child{margin-left:0}.layout-service-columns.horizontal-scroll.stacked .slide:last-child{margin-right:0}}.layout-service-columns.flip-three-column .item-title{color:var(--white-hex)}.layout-service-columns.flip-three-column .text-container{z-index:1;display:flex;flex-grow:1;flex-direction:column;justify-content:center;padding:3em 2em;color:var(--white-hex)}@media screen and (max-width:1100px){.layout-service-columns.flip-three-column .text-container{padding:2em 1em}}.layout-service-columns.flip-three-column .text-container .item-title{margin-top:0}.layout-service-columns.flip-three-column .button-container{margin-top:0;padding-top:1.5rem}.layout-service-columns.flip-three-column .column-content{height:100%;transition:transform .6s ease;transform-style:preserve-3d}.layout-service-columns.flip-three-column .column-image{position:absolute;top:0;left:0;display:block;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.layout-service-columns.flip-three-column .card-face{position:absolute;top:0;left:0;z-index:0;display:grid;align-content:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;width:100%;height:100%;border-radius:var(--border-radius,0)}.layout-service-columns.flip-three-column .card-face+.card-face{position:relative;transform:rotateY(180deg);transition:opacity 150ms ease 150ms}@media screen and (min-width:551px){.layout-service-columns.flip-three-column .card-face+.card-face{opacity:0}}.layout-service-columns.flip-three-column .front-overlay{background-color:rgba(var(--primary-dark),.5)}.layout-service-columns.flip-three-column .back-overlay{z-index:-1;background-color:rgba(var(--primary-dark),.75)}.layout-service-columns.flip-three-column .column-item{position:relative;z-index:0;flex:0 0 calc(33.33% - 2rem);margin:1rem;perspective:1000px}@media screen and (max-width:800px){.layout-service-columns.flip-three-column .column-item{flex:0 0 calc(50% - 2rem)}}@media screen and (max-width:550px){.layout-service-columns.flip-three-column .column-content{transform:rotateY(180deg)}.layout-service-columns.flip-three-column .column-item{flex:0 0 calc(100% - 2rem)}}.layout-service-columns.flip-three-column .column-item:focus .column-content,.layout-service-columns.flip-three-column .column-item:hover .column-content{transform:rotateY(180deg)}.layout-service-columns.flip-three-column .column-item:focus .card-face:nth-of-type(2),.layout-service-columns.flip-three-column .column-item:hover .card-face:nth-of-type(2){opacity:1}@media screen and (min-width:551px){.layout-service-columns.flip-three-column .column-item.two{flex:0 0 calc(50% - 2rem)}}@media screen and (min-width:1301px){.layout-service-columns.flip-three-column .column-item.four{flex:0 0 calc(25% - 2rem)}.layout-service-columns.flip-three-column .column-item.five{flex:0 0 calc(20% - 2rem)}.layout-service-columns.flip-three-column .column-item.six{flex:0 0 calc(16% - 2rem)}}.layout-service-columns.flip-three-column .columns-container{position:relative;display:flex;flex-wrap:wrap;justify-content:center;margin:-1rem;text-align:center}@media screen and (max-width:550px){.layout-service-columns.flip-three-column .columns-container[data-oe-carousel]{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;margin:0;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain}.layout-service-columns.flip-three-column .columns-container[data-oe-carousel] .column-item{flex:0 0 100%;margin:0;scroll-snap-align:center;scroll-snap-stop:always}}.layout-service-columns.flip-three-column .slide-navigation{position:relative;top:0;left:50%;z-index:1;gap:1em;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-bottom:2em;transform:translate(-50%,0)}@media screen and (min-width:551px){.layout-service-columns.flip-three-column .slide-navigation{display:none}.layout-service-columns.flip-large-grid .card-face+.card-face{opacity:0}}.layout-service-columns.flip-three-column .next,.layout-service-columns.flip-three-column .prev{border-radius:50%;background-color:#eee;color:var(--black-hex)}@media screen and (max-width:1400px){.layout-service-columns.flip-large-grid{padding-bottom:0}.layout-service-columns.flip-large-grid .width-container{padding:0}.layout-service-columns.flip-large-grid .top-container{padding:0 3em}}@media screen and (max-width:1000px){.layout-service-columns.flip-large-grid .top-container{padding:0 1.5em}}.layout-service-columns.flip-large-grid .item-title{color:var(--white-hex)}.layout-service-columns.flip-large-grid .text-container{z-index:1;display:flex;flex-direction:column;justify-content:center;padding:6em 2em;color:var(--white-hex)}@media screen and (max-width:1100px){.layout-service-columns.flip-large-grid .text-container{padding:2em 1em}}.layout-service-columns.flip-large-grid .text-container .item-title{margin-top:0}.layout-service-columns.flip-large-grid .button-container{margin-top:0;padding-top:1.5rem}.layout-service-columns.flip-large-grid .column-content{height:100%;transition:transform .6s ease;transform-style:preserve-3d}.layout-service-columns.flip-large-grid .column-image{position:absolute;top:0;left:0;display:block;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.layout-service-columns.flip-large-grid .card-face{position:absolute;top:0;left:0;z-index:0;display:grid;align-content:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;width:100%;height:100%}.layout-service-columns.flip-large-grid .card-face+.card-face{position:relative;transform:rotateY(180deg);-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:opacity 150ms ease 150ms}.layout-service-columns.flip-large-grid .front-overlay{background-color:rgba(var(--primary-dark),.5)}.layout-service-columns.flip-large-grid .back-overlay{z-index:-1;background-color:rgba(var(--primary-dark),.75)}.layout-service-columns.flip-large-grid .column-item{position:relative;z-index:0;flex:1 0 50%;min-height:400px;perspective:5000px}@media screen and (max-width:550px){.layout-service-columns.flip-large-grid .column-content{transform:rotateY(180deg)}.layout-service-columns.flip-large-grid .column-item{flex:0 0 100%}}.layout-service-columns.flip-large-grid .column-item:focus .column-content,.layout-service-columns.flip-large-grid .column-item:hover .column-content{transform:rotateY(180deg)}.layout-service-columns.flip-large-grid .column-item:focus .card-face:nth-of-type(2),.layout-service-columns.flip-large-grid .column-item:hover .card-face:nth-of-type(2){opacity:1}.layout-service-columns.flip-large-grid .columns-container{position:relative;display:flex;flex-wrap:wrap;justify-content:center;overflow:hidden;border-radius:var(--border-radius,0);text-align:center}@media screen and (max-width:550px){.layout-service-columns.flip-large-grid .columns-container[data-oe-carousel]{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain}.layout-service-columns.flip-large-grid .columns-container[data-oe-carousel] .column-item{scroll-snap-align:center;scroll-snap-stop:always}}.layout-service-columns.flip-large-grid .slide-navigation{position:relative;top:0;left:50%;z-index:1;gap:1em;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-bottom:2em;transform:translate(-50%,0)}@media screen and (min-width:551px){.layout-service-columns.flip-large-grid .slide-navigation{display:none}.layout-service-columns.flip-50-50 .card-face+.card-face{opacity:0}}.layout-service-columns.flip-large-grid .next,.layout-service-columns.flip-large-grid .prev{border-radius:50%;background-color:#eee;color:var(--black-hex)}.layout-service-columns.flip-50-50 .width-container{display:grid;grid-template-columns:4fr 6fr;gap:0 3em}@media screen and (min-width:1201px){.layout-service-columns.flip-50-50 .top-container{position:-webkit-sticky;position:sticky;top:2em;justify-content:flex-start;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:0;text-align:left}}.layout-service-columns.flip-50-50 .item-title{color:var(--white-hex)}.layout-service-columns.flip-50-50 .text-container{z-index:1;display:flex;flex-direction:column;justify-content:center;padding:3em 2em;color:var(--white-hex)}@media screen and (max-width:1100px){.layout-service-columns.flip-50-50 .text-container{padding:2em 1em}}.layout-service-columns.flip-50-50 .text-container .item-title{margin-top:0}.layout-service-columns.flip-50-50 .button-container{margin-top:0;padding-top:1.5rem}.layout-service-columns.flip-50-50 .column-content{height:100%;transition:transform .6s ease;transform-style:preserve-3d}.layout-service-columns.flip-50-50 .column-image{position:absolute;top:0;left:0;display:block;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.layout-service-columns.flip-50-50 .card-face{position:absolute;top:0;left:0;z-index:0;display:grid;align-content:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;width:100%;height:100%;border-radius:var(--border-radius,0)}.layout-service-columns.flip-50-50 .card-face+.card-face{position:relative;transform:rotateY(180deg);transition:opacity 150ms ease 150ms}.layout-service-columns.flip-50-50 .front-overlay{background-color:rgba(var(--primary-dark),.5)}.layout-service-columns.flip-50-50 .back-overlay{z-index:-1;background-color:rgba(var(--primary-dark),.75)}.layout-service-columns.flip-50-50 .column-item{position:relative;z-index:0;flex:0 0 calc(50% - 3em);perspective:1000px}@media screen and (max-width:1000px){.layout-service-columns.flip-50-50 .column-item{flex:0 0 calc(50% - 1.5em)}}@media screen and (max-width:550px){.layout-service-columns.flip-50-50 .column-content{transform:rotateY(180deg)}.layout-service-columns.flip-50-50 .column-item{flex:0 0 calc(100% - 1.5em)}}.layout-service-columns.flip-50-50 .column-item:focus .column-content,.layout-service-columns.flip-50-50 .column-item:hover .column-content{transform:rotateY(180deg)}.layout-service-columns.flip-50-50 .column-item:focus .card-face:nth-of-type(2),.layout-service-columns.flip-50-50 .column-item:hover .card-face:nth-of-type(2){opacity:1}.layout-service-columns.flip-50-50 .columns-container{position:relative;display:flex;flex-wrap:wrap;gap:3em;justify-content:center;margin:0 -1.5em;text-align:center}@media screen and (max-width:1000px){.layout-service-columns.flip-50-50 .columns-container{gap:1.5em;margin:0 -.75em}}@media screen and (max-width:550px){.layout-service-columns.flip-50-50 .columns-container[data-oe-carousel]{flex-wrap:nowrap;gap:0;justify-content:flex-start;overflow-x:auto;margin:0;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain}.layout-service-columns.flip-50-50 .columns-container[data-oe-carousel] .column-item{flex:0 0 100%;scroll-snap-align:center;scroll-snap-stop:always}}.layout-service-columns.flip-50-50 .slide-navigation{position:relative;top:0;left:50%;z-index:1;gap:1em;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-bottom:2em;transform:translate(-50%,0)}@media screen and (min-width:551px){.layout-service-columns.flip-50-50 .slide-navigation{display:none}}.layout-service-columns.flip-50-50 .next,.layout-service-columns.flip-50-50 .prev{border-radius:50%;background-color:#eee;color:var(--black-hex)}.layout-service-columns.left-scroller .section-wrapper{overflow-x:clip}.layout-service-columns.left-scroller .header-wrapper{position:relative;flex:1 0 calc(30% - 4em)}@media screen and (min-width:1201px){.layout-service-columns.left-scroller .header-wrapper{display:grid;align-content:center}}.layout-service-columns.left-scroller .width-container{display:flex;gap:2em}@media screen and (max-width:1200px){.layout-service-columns.flip-50-50 .width-container{grid-template-columns:1fr}.layout-service-columns.left-scroller .width-container{flex-direction:column}}.layout-service-columns.left-scroller .slides-wrapper{display:flex;gap:2em;overflow-x:scroll;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain;scrollbar-width:none}.layout-service-columns.left-scroller .slides-wrapper::-webkit-scrollbar{display:none}.layout-service-columns.left-scroller .slides-wrapper:not([data-oe-carousel]){justify-content:center}.layout-service-columns.left-scroller .scroller{position:relative;flex:1 0 calc(70% - 2em);overflow-x:clip;width:100%}@media screen and (min-width:701px) and (max-width:1200px){.layout-service-columns.left-scroller .scroller{width:calc(100% + 3em);margin-left:-1.5em}}.layout-service-columns.left-scroller .scroller:has(.slide-navigation){padding-bottom:5em}.layout-service-columns.left-scroller .slide{display:flex;flex:1 0 66%;gap:1em 2em;height:100%;scroll-snap-align:start;scroll-snap-stop:always;text-decoration:none}@media screen and (max-width:700px){.layout-service-columns.left-scroller .slide{flex:0 0 100%}.layout-service-columns.left-scroller.stacked .scroller:has(.slide-navigation){padding-bottom:0}}@media screen and (max-width:450px){.layout-service-columns.left-scroller .slide{flex-direction:column}}@media screen and (min-width:701px){.layout-service-columns.left-scroller .scroller:has(.slide-navigation) .slides-wrapper{-webkit-mask-image:linear-gradient(to right,transparent 0,var(--white-hex) 1.5em,var(--white-hex) calc(100% - 1.5em),transparent 100%);mask-image:linear-gradient(to right,transparent 0,var(--white-hex) 1.5em,var(--white-hex) calc(100% - 1.5em),transparent 100%)}.layout-service-columns.left-scroller .slide{scroll-margin-left:1.5em}.layout-service-columns.left-scroller .slide:first-child{margin-left:1.5em}.layout-service-columns.left-scroller .slide:last-child{margin-right:1.5em}.layout-service-columns.left-scroller .slide-navigation{left:1.5em;transform:translate(0,0)}}@media screen and (min-width:1201px){.layout-service-columns.left-scroller .scroller:has(.slide-navigation) .slides-wrapper{-webkit-mask-image:linear-gradient(to right,transparent 0,var(--white-hex) 2em,var(--white-hex) calc(100% - 2em),transparent 100%);mask-image:linear-gradient(to right,transparent 0,var(--white-hex) 2em,var(--white-hex) calc(100% - 2em),transparent 100%)}.layout-service-columns.left-scroller:has(.header-wrapper) .scroller{width:calc(70% - 2em)}.layout-service-columns.left-scroller .slide{scroll-margin-left:2em}.layout-service-columns.left-scroller .slide:first-child{margin-left:2em}.layout-service-columns.left-scroller .slide:last-child{margin-right:2em}}.layout-service-columns.left-scroller .image-wrapper{flex:1 0 calc(30% - 2em);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.layout-service-columns.left-scroller .image-wrapper-item{display:block;-o-object-fit:cover;object-fit:cover;width:100%;border-radius:var(--border-radius,0)}.layout-service-columns.left-scroller .text-container{flex:1 0 calc(70% - 2em);padding:0}.layout-service-columns.left-scroller .slide-content-container{padding-top:1rem}.layout-service-columns.left-scroller .slide-navigation{position:absolute;top:unset;bottom:0;display:flex;gap:1em;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-bottom:0}@media screen and (min-width:1201px){.layout-service-columns.left-scroller .slide-navigation{left:2em}}.layout-service-columns.left-scroller .control-item{background-color:rgba(var(--accent1),.8);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);opacity:1;filter:drop-shadow(0 .2em .2em rgba(var(--black), .35));pointer-events:auto;transition:background-color 325ms ease,color 325ms ease,opacity .3s ease-out}.layout-service-columns.left-scroller .control-item.inactive{opacity:.2;pointer-events:none}[data-oe-styler-enabled=true] .layout-service-columns.left-scroller .control-item.inactive{pointer-events:auto}.layout-service-columns.left-scroller .control-item:focus,.layout-service-columns.left-scroller .control-item:hover{background-color:var(--accent1-hex)}@media screen and (max-width:700px){.layout-service-columns.left-scroller.stacked .slide-navigation{display:none}.layout-service-columns.left-scroller.stacked .slides-wrapper{flex-direction:column}}.layout-service-columns.expanding-modal{overflow-x:clip}.layout-service-columns.expanding-modal .columns-container{display:flex;flex-wrap:wrap;justify-content:center;margin:0 -.5em}.layout-service-columns.expanding-modal .columns-container[data-oe-carousel]{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;margin:0;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain;scrollbar-width:none}.layout-service-columns.expanding-grid .header-wrapper+.grid-wrapper,.layout-service-columns.expanding-modal .header-wrapper+[data-has-slider]{margin-top:2em}.layout-service-columns.expanding-modal .slide-navigation{margin-bottom:1.5em}@media screen and (min-width:950px){.layout-service-columns.expanding-modal .slide-navigation{position:absolute;top:50%;z-index:1;justify-content:space-between;width:calc(100% + 2em);margin-bottom:0;transform:translate(-50%,-50%)}}.layout-service-columns.expanding-modal .grid-wrapper{position:relative}.layout-service-columns.expanding-modal .grid-wrapper:has(.columns-container[data-oe-carousel]) .slide-navigation{display:flex}.layout-service-columns.expanding-modal .header-wrapper{justify-content:center;max-width:800px;margin-inline:auto;text-align:center}.layout-service-columns.expanding-modal .bg-wrapper{position:relative}.layout-service-columns.expanding-modal .item-title{margin-top:0}.layout-service-columns.expanding-modal .image-wrapper-item{display:block}.layout-service-columns.expanding-modal .open-icon{position:relative;display:block;width:2em;height:2em;border:1px solid;border-color:color-mix(in srgb,var(--black-hex) 10%,var(--white-hex));border-radius:var(--border-radius,2em);background-color:var(--white-hex);color:color-mix(in srgb,var(--black-hex) 45%,var(--white-hex))}.layout-service-columns.expanding-modal .open-icon::before{content:'';position:absolute;display:block;pointer-events:none;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:url(https://octanecdn.com/octaneengine/images/svg/icon-close.svg);mask-image:url(https://octanecdn.com/octaneengine/images/svg/icon-close.svg);top:50%;left:50%;width:1em;height:1em;background-color:currentcolor;transform:translate(-50%,-50%) rotate(45deg);transition:transform .3s ease}.layout-service-columns.expanding-modal .grid-item-inner{position:relative;overflow:hidden;border:1px solid;border-color:color-mix(in srgb,var(--black-hex) 10%,var(--white-hex));border-radius:1em;background-color:transparent;text-align:left;transition:background-color .3s ease,transform .3s ease,opacity .3s ease}.layout-service-columns.expanding-modal .grid-item-inner:focus,.layout-service-columns.expanding-modal .grid-item-inner:hover{background-color:color-mix(in srgb,var(--black-hex) 10%,var(--white-hex))}.layout-service-columns.expanding-modal .grid-item-inner:focus .open-icon::before,.layout-service-columns.expanding-modal .grid-item-inner:hover .open-icon::before{transform:translate(-50%,-50%) rotate(315deg)}.layout-service-columns.expanding-modal .grid-item{position:relative;flex:0 0 calc(100% / var(--column-count));padding:.5em;background-color:transparent;text-decoration:none}@media screen and (max-width:1150px){.layout-service-columns.expanding-modal .grid-item{flex:0 0 33.333%}}@media screen and (max-width:950px){.layout-service-columns.expanding-modal .grid-item{flex:0 0 50%}}@media screen and (max-width:600px){.layout-service-columns.stacked-grid-images .column-item:nth-child(4n+1) .image-container,.layout-service-columns.stacked-grid-images .column-item:nth-child(4n+4) .image-container{order:initial}.layout-service-columns.expanding-modal .grid-item{flex:0 0 100%}}.layout-service-columns.expanding-modal .grid-content{display:grid;grid-template-columns:1fr 2em;gap:1em;align-items:center;padding:1rem}.layout-service-columns.carousel-small .scroller{position:relative;overflow:hidden}.layout-service-columns.carousel-small .slides-wrapper{display:flex;gap:2rem;overflow-x:scroll;width:100%;margin:2rem 0 0;padding-top:1.5rem;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain;scrollbar-width:none}.layout-service-columns.carousel-small .slides-wrapper::-webkit-scrollbar{display:none}.layout-service-columns.carousel-small .slides-wrapper:not([data-oe-carousel]){justify-content:center}.layout-service-columns.carousel-small .slide{display:flex;flex:0 0 16.666%;flex-direction:column;box-sizing:border-box;min-width:275px;scroll-snap-align:center;scroll-snap-stop:always;text-decoration:none}.layout-service-columns.carousel-small .slide:first-child{margin-left:4vw}.layout-service-columns.carousel-small .slide:last-child{margin-right:4vw}.layout-service-columns.carousel-small .image-wrapper{font-size:0}.layout-service-columns.carousel-small .image-wrapper-item{display:block;width:100%;border-radius:var(--border-radius,0)}.layout-service-columns.carousel-small .text-container{flex:1 1 100%;padding:1rem 0}.layout-service-columns.carousel-small .slide-content-container{padding:1rem 0 0}.layout-service-columns.carousel-small .slide-navigation{position:absolute;top:0;left:50%;z-index:10;display:flex;justify-content:space-between;box-sizing:border-box;width:100%;padding:0 2rem;text-align:center;transform:translate(-50%,0)}@media screen and (max-width:1000px){.layout-service-columns.carousel-small .slide-navigation{width:100%;padding:0 .5rem}}.layout-service-columns.carousel-small .slide-navigation::before{display:none}.layout-service-columns.carousel-small .control-item{background-color:rgba(var(--accent1),.8);opacity:0;visibility:hidden;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);filter:drop-shadow(0 .2em .2em rgba(var(--black), .35))}.layout-service-columns.carousel-small .control-item:focus,.layout-service-columns.carousel-small .control-item:hover{background-color:var(--accent1-hex)}@media screen and (max-width:550px){.layout-service-columns.carousel-small.stacked .slide-navigation{display:none}.layout-service-columns.carousel-small.stacked .slides-wrapper{flex-direction:column;margin:0;padding:0 1.5em}.layout-service-columns.carousel-small.stacked .slide{flex:0 0 100%;min-width:0}.layout-service-columns.carousel-small.stacked .slide:first-child{margin-left:0}.layout-service-columns.carousel-small.stacked .slide:last-child{margin-right:0}}.layout-service-columns.scrolling-pill .section-wrapper{overflow-x:clip}.layout-service-columns.scrolling-pill .scrolling-wrapper{display:flex;flex-direction:column;gap:1.5rem}.layout-service-columns.scrolling-pill .header-wrapper{justify-content:center;max-width:800px;margin-inline:auto;padding-inline:3em;text-align:center}@media screen and (max-width:1000px){.layout-service-columns.scrolling-pill .header-wrapper{padding-inline:1.5em}}.layout-service-columns.scrolling-pill .header-wrapper+.scrolling-wrapper{margin-top:clamp(2em,calc(3.36842vw + 1.05263em),4em)}.layout-service-columns.scrolling-pill .scrolling-row{display:flex;align-items:center;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;white-space:nowrap;will-change:transform}.layout-service-columns.scrolling-pill .scrolling-row:nth-child(odd){translate:-50% 0}.layout-service-columns.scrolling-pill .item-inner{display:grid;align-items:center;overflow:hidden;width:100%;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;padding:1rem 2rem;border-radius:inherit;background-color:rgba(var(--white),.95);-webkit-backdrop-filter:blur(.5em);backdrop-filter:blur(.5em);interpolate-size:allow-keywords;transition-timing-function:ease;transition-duration:.3s;transition-property:max-width,opacity,background-color,border,border-radius,filter,padding,-webkit-backdrop-filter;transition-property:max-width,opacity,background-color,backdrop-filter,border,border-radius,filter,padding;transition-property:max-width,opacity,background-color,backdrop-filter,border,border-radius,filter,padding,-webkit-backdrop-filter}.layout-service-columns.scrolling-pill .scrolling-item{position:relative;z-index:0;display:flex;justify-content:flex-start;overflow:hidden;width:550px;min-height:150px;margin-right:1.5rem;padding:1rem;border-radius:5em;background-color:var(--primary-dark-hex);text-decoration:none}@media screen and (max-width:1400px){.layout-service-columns.scrolling-pill .scrolling-item{width:500px}}@media screen and (max-width:1000px){.layout-service-columns.scrolling-pill .scrolling-item{width:400px;min-height:125px}}@media screen and (max-width:600px){.layout-service-columns.scrolling-pill .item-inner{max-width:100%;padding:1rem}.layout-service-columns.scrolling-pill .scrolling-item{width:250px;min-height:100px}.layout-service-columns.scrolling-pill .scrolling-item:focus-visible .item-inner,.layout-service-columns.scrolling-pill .scrolling-item:hover .item-inner{opacity:.8}}@media screen and (max-width:450px){.layout-service-columns.scrolling-pill .scrolling-item{width:200px}}.layout-service-columns.scrolling-pill .scrolling-item:focus-visible .item-inner,.layout-service-columns.scrolling-pill .scrolling-item:hover .item-inner{max-width:100%}.layout-service-columns.scrolling-pill .item-title{font-size:1.125em;white-space:normal;transition:color .3s ease}@media screen and (max-width:600px){.layout-service-columns.scrolling-pill .item-title{font-size:1em}}.layout-service-columns.scrolling-pill .image-wrapper-item{position:absolute;top:0;left:0;z-index:-1;display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:var(--x,50%)var(--y,50%);object-position:var(--x,50%)var(--y,50%);width:100%;height:100%}.service-modal-wrapper{display:block;max-width:800px}@starting-style{.service-modal-wrapper[open] .layout-service-columns-modal{--scale:0.75}}.service-modal-wrapper::backdrop{transition:opacity 1.2s ease}.layout-service-columns-modal{--transition-duration:300ms;position:fixed;top:50%;left:50%;overflow:hidden;width:100%;max-width:800px;padding:0;transform:translate(-50%,-50%) scale(var(--scale,1));transform-origin:center;transition:transform var(--transition-duration)ease}.layout-service-columns-modal .width-container{padding:0}.layout-service-columns-modal .content-wrapper{padding:3em}@media screen and (max-width:1000px){.layout-service-columns-modal .content-wrapper{padding:1.5em}}.layout-service-columns-modal .service-modal-image{display:block;width:100%}.layout-service-columns.expanding-grid .grid-wrapper{position:relative}.layout-service-columns.expanding-grid .header-wrapper{justify-content:center;max-width:800px;margin-inline:auto;text-align:center}.layout-service-columns.expanding-grid .slide-navigation{display:flex;margin-bottom:.5em}@media screen and (min-width:551px){.layout-service-columns.expanding-grid .slide-navigation{display:none}}.layout-service-columns.expanding-grid .row{display:flex;flex-wrap:wrap}@media screen and (min-width:851px){.layout-service-columns.expanding-grid .row{margin-inline:-.75em}}@media screen and (max-width:550px){.layout-service-columns.expanding-grid .row{flex:0 0 100%;margin-inline:.75em}.layout-service-columns.expanding-grid .columns-container[data-oe-carousel]{display:flex;flex-wrap:nowrap;gap:1.5em;overflow-x:auto;margin-inline:-1.5em;padding:1.5em;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain;scrollbar-width:none}.layout-service-columns.expanding-grid .columns-container[data-oe-carousel] .row{margin-inline:0;scroll-snap-align:center;scroll-snap-stop:always}}.layout-service-columns.expanding-grid .grid-item-inner{padding:1.5em 3em 1.5em 1.5em;background-image:linear-gradient(to bottom,rgba(var(--white),.99) 70%,rgba(var(--white),.9) 80%,rgba(var(--white),.8) 90%,transparent 100%);transition:background-color 450ms ease}@media screen and (min-width:851px){.layout-service-columns.expanding-grid .grid-item-inner{max-width:275px;height:100%;padding:1.5em;background-image:linear-gradient(to right,rgba(var(--white),.99) 70%,rgba(var(--white),.9) 80%,rgba(var(--white),.8) 90%,transparent 100%)}.layout-service-columns.expanding-grid .grid-item{min-height:250px}}.layout-service-columns.expanding-grid .item-subtitle{font-size:clamp(1em,calc(.21053vw + .94079em),1.125em);line-height:1.125;transition:color 450ms ease}.layout-service-columns.expanding-grid .item-title{font-size:clamp(1.125em,calc(.21053vw + 1.06579em),1.25em);font-family:var(--subtitle-font);line-height:1.125;transition:color 450ms ease}.layout-service-columns.expanding-grid .item-title+.item-subtitle{margin-top:.5rem}.layout-service-columns.expanding-grid .media-wrapper{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;opacity:0;transition:opacity 450ms ease}.layout-service-columns.expanding-grid .image-wrapper-item{display:block;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.layout-service-columns.expanding-grid .open-icon{position:absolute;right:1rem;bottom:1rem;z-index:1;display:block;width:1.5em;height:1.5em;border-radius:50%;background-color:color-mix(in srgb,var(--black-hex) 80%,var(--white-hex));color:var(--white-hex);transition-timing-function:ease;transition-duration:450ms;transition-property:background-color,color,bottom,transform,border,border-radius,filter}@media screen and (max-width:850px){.layout-service-columns.expanding-grid .open-icon{bottom:50%;transform:translate(0,50%)}}@media screen and (max-width:550px){.layout-service-columns.expanding-grid .grid-item-inner{padding-bottom:3em}.layout-service-columns.expanding-grid .media-wrapper{opacity:1}.layout-service-columns.expanding-grid .open-icon{bottom:1rem;transform:translate(0,0)}}.layout-service-columns.expanding-grid .open-icon::before{content:'';position:absolute;display:block;pointer-events:none;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:url(https://octanecdn.com/octaneengine/images/svg/chevron-right.svg);mask-image:url(https://octanecdn.com/octaneengine/images/svg/chevron-right.svg);top:50%;left:50%;width:50%;height:50%;background-color:currentcolor;transform:translate(-50%,-50%);transition:transform 450ms ease}.layout-service-columns.expanding-grid .grid-item{position:relative;z-index:0;overflow:hidden;min-width:0;margin:.75em;border-radius:var(--border-radius,.5em);background-color:var(--white-hex);text-align:left;text-decoration:none;filter:drop-shadow(0 0 .25rem rgba(var(--black), .1));interpolate-size:allow-keywords;transition-timing-function:ease;transition-duration:450ms;transition-property:flex-basis,min-height,background-color,color,border,border-radius,filter}@media screen and (max-width:1000px){.layout-service-columns.expanding-grid .grid-item{flex:1 1 calc(25% - 1.5em)}}@media screen and (max-width:850px){.layout-service-columns.expanding-grid .open-icon::before{transform:translate(-50%,-50%) rotate(90deg)}.layout-service-columns.expanding-grid .grid-item{display:grid;flex:1 1 calc(100% - 1.5em);align-content:start;margin-inline:0}}@media screen and (max-width:550px){.layout-service-columns.expanding-grid .open-icon::before{transform:translate(-50%,-50%) rotate(-90deg)}.layout-service-columns.expanding-grid .grid-item{min-height:350px}}.layout-service-columns.expanding-grid .grid-item[data-active=active]{flex-basis:calc(75% - 1.5em)}.layout-service-columns.expanding-grid .grid-item[data-active=active] .media-wrapper{opacity:1}@media screen and (max-width:850px){.layout-service-columns.expanding-grid .grid-item[data-active=active]{flex-basis:calc(100% - 1.5em);min-height:450px}.layout-service-columns.expanding-grid .grid-item[data-active=active] .grid-item-inner{padding:1.5em 1.5em 3em}.layout-service-columns.expanding-grid .grid-item[data-active=active] .open-icon{bottom:1rem;transform:translate(0,0)}}.layout-service-columns.expanding-grid .grid-item[data-active=active] .open-icon::before{transform:translate(-50%,-50%) rotate(-180deg)}@media screen and (max-width:850px){.layout-service-columns.expanding-grid .grid-item[data-active=active] .open-icon::before{transform:translate(-50%,-50%) rotate(-90deg)}}@media screen and (min-width:1001px){.layout-service-columns.expanding-grid[data-columns='4'] .grid-item{flex:1 1 calc(25% - 1.5em)}}@media screen and (min-width:1251px){.layout-service-columns.expanding-grid[data-columns='4'] .grid-item{flex:1 1 calc(16.66% - 1.5em)}}@media screen and (min-width:1001px){.layout-service-columns.expanding-grid[data-columns='4'] .grid-item[data-active=active]{flex-basis:calc(50% - 1.5em)}}@media screen and (min-width:1251px){.layout-service-columns.expanding-grid[data-columns='4'] .grid-item[data-active=active]{flex-basis:calc(50% - 1.5em)}}@media screen and (min-width:1001px){.layout-service-columns.expanding-grid[data-columns='3'] .grid-item{flex:1 1 calc(25% - 1.5em)}.layout-service-columns.expanding-grid[data-columns='3'] .grid-item[data-active=active]{flex-basis:calc(50% - 1.5em)}.layout-service-columns.expanding-grid[data-columns='2'] .grid-item{flex:1 1 calc(25% - 1.5em)}.layout-service-columns.expanding-grid[data-columns='2'] .grid-item[data-active=active]{flex-basis:calc(75% - 1.5em)}}.layout-service-columns.sticky-content-tiles .width-container{display:grid;grid-template-columns:1fr 1fr;gap:4em;align-items:start}.layout-service-columns.sticky-content-tiles .column{min-width:0}@media screen and (min-width:1101px){.layout-service-columns.sticky-content-tiles .column-1{position:-webkit-sticky;position:sticky;top:calc(var(--header-height,0px) + 2em)}}@media screen and (max-width:1100px){.layout-service-columns.sticky-content-tiles .width-container{grid-template-columns:1fr}.layout-service-columns.sticky-content-tiles .column-1{justify-content:center;text-align:center}}.layout-service-columns.sticky-content-tiles .columns-container{display:grid;grid-template-columns:1fr 1fr;gap:1em}.layout-service-columns.sticky-content-tiles .tile-wrapper{display:flex;flex-direction:column;gap:1em}@media screen and (min-width:551px){.layout-service-columns.sticky-content-tiles .tile-wrapper:nth-child(odd){flex-direction:column-reverse}}.layout-service-columns.sticky-content-tiles .content-wrapper{display:flex;flex-grow:1;flex-direction:column;justify-content:center;padding:1em;border-radius:var(--border-radius,0);background-color:color-mix(in srgb,var(--black-hex) 5%,var(--white-hex))}.layout-service-columns.sticky-content-tiles .image{display:block;width:100%;border-radius:var(--border-radius,0)}.layout-service-columns.sticky-content-tiles .tile-title{font-size:clamp(1.25em,calc(.42105vw + 1.13158em),1.5em);font-family:var(--heading-font)}@media screen and (max-width:550px){.layout-service-columns.expanding-grid .grid-item[data-active=active]{min-height:350px}.layout-service-columns.sticky-content-tiles .columns-container{grid-template-columns:1fr}.layout-service-columns.sticky-content-tiles [data-has-slider=true] .tile-wrapper{flex:0 0 100%}.layout-service-columns.sticky-content-tiles [data-has-slider=true] .columns-container{gap:1em}}.layout-service-columns{position:relative}.layout-service-columns .background-item{position:absolute;top:50%;left:0;width:100%;height:50%;transform:translate(0,-50%)}.layout-service-columns .top-container{position:relative;z-index:2;justify-content:center;max-width:800px;margin:0 auto 3em;text-align:center}.layout-service-columns .btns-wrapper{display:flex;flex-wrap:wrap;gap:0 1em;justify-content:inherit;align-items:center}.layout-service-columns .content-container{position:relative;margin-top:0;padding-top:1.5em}.layout-service-columns .column-item{display:flex;flex-direction:column;text-decoration:none}.layout-service-columns .image-container{line-height:0}.layout-service-columns .button-container{position:relative;padding-top:1em}.layout-service-columns .text-container{padding:2em}@media screen and (max-width:1100px){.layout-service-columns .text-container{padding:1em}}.layout-service-columns .dark-background-before::before{background-color:initial}@media screen and (max-width:550px){.layout-service-columns .columns-container[data-oe-carousel],.layout-service-columns .grid-wrapper[data-oe-carousel]{display:flex;flex-flow:row nowrap;gap:0;justify-content:flex-start!important;align-items:unset;overflow-x:auto;overflow-y:hidden;margin:0;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain;padding-bottom:1em}.layout-service-columns .columns-container[data-oe-carousel]::-webkit-scrollbar,.layout-service-columns .grid-wrapper[data-oe-carousel]::-webkit-scrollbar{height:.5em}.layout-service-columns .columns-container[data-oe-carousel]::-webkit-scrollbar-track,.layout-service-columns .grid-wrapper[data-oe-carousel]::-webkit-scrollbar-track{border-radius:5px;background-color:rgba(var(--black),.1)}.layout-service-columns .columns-container[data-oe-carousel]::-webkit-scrollbar-thumb,.layout-service-columns .grid-wrapper[data-oe-carousel]::-webkit-scrollbar-thumb{border-radius:5px;background-color:var(--primary-hex)}.layout-service-columns .columns-container[data-oe-carousel]::-webkit-scrollbar-button,.layout-service-columns .grid-wrapper[data-oe-carousel]::-webkit-scrollbar-button{display:none}.layout-service-columns .columns-container[data-oe-carousel] .column,.layout-service-columns .columns-container[data-oe-carousel] .column-item,.layout-service-columns .columns-container[data-oe-carousel] .grid-item,.layout-service-columns .grid-wrapper[data-oe-carousel] .column,.layout-service-columns .grid-wrapper[data-oe-carousel] .column-item,.layout-service-columns .grid-wrapper[data-oe-carousel] .grid-item{flex:0 0 100%;margin:0;scroll-snap-align:center;scroll-snap-stop:always}}.layout-service-columns .slide-navigation{position:relative;top:0;left:50%;z-index:1;gap:1em;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-bottom:2em;transform:translate(-50%,0)}@media screen and (min-width:551px){.layout-service-columns .slide-navigation{display:none}}.layout-service-columns .next,.layout-service-columns .prev{opacity:0;pointer-events:none}.layout-service-columns .next:not(.control-item),.layout-service-columns .prev:not(.control-item){border-radius:50%;background-color:#eee;color:var(--black-hex)}.layout-faq.standard .headings-row{display:flex;gap:1em 2em;justify-content:space-between;align-items:flex-end;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.15)}@media screen and (max-width:450px){.layout-faq.standard .headings-row{flex-direction:column;align-items:flex-start}}.layout-faq.standard .search-container{grid-column:span 2;width:100%;max-width:1000px;margin:0 auto}@media screen and (min-width:451px){.layout-faq.standard .controls{text-align:right}}.layout-faq.standard .faq-container{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding-top:1rem}.layout-faq.two-column .content-title+.content-container,.layout-faq.two-column .faq-container{padding-top:1em}@media screen and (max-width:1100px){.layout-faq.standard .faq-container{gap:1em}}@media screen and (max-width:900px){.layout-faq.standard .search-container{grid-column:span 1}.layout-faq.standard .faq-container{grid-template-columns:1fr}}.layout-faq.standard .faq-container.collapsed{display:none}.layout-faq.standard .question{position:relative;display:grid;align-content:center;min-height:3rem;margin-bottom:1rem;padding-left:4rem}.layout-faq.standard .question-marker{position:absolute;top:0;left:0;width:2em;height:2em;border-radius:50%;background-color:var(--accent1-hex);color:var(--white-hex);font-size:1.5rem;font-family:var(--heading-font);line-height:1.75;text-align:center}@media screen and (max-width:600px){.layout-faq.standard .question{min-height:2rem;padding-left:2.5rem}.layout-faq.standard .question-marker{font-size:1rem}}.layout-faq.standard .answer{position:relative;padding-left:4rem}.layout-faq.standard .answer.expand::after{position:absolute;pointer-events:none;content:'Continue Reading';bottom:0;left:0;display:grid;align-items:end;width:100%;height:6em;background-image:linear-gradient(to top,var(--white-hex),transparent);font-weight:700;line-height:1.25;text-align:center}.layout-faq.standard .btns-wrapper,.layout-faq.two-column .btns-wrapper{justify-content:center}.layout-faq.standard .answer.active{max-height:2000px}.layout-faq.standard .answer-marker{position:absolute;top:0;left:0;width:2em;height:2em;border-radius:50%;background-color:var(--primary-hex);color:var(--white-hex);font-size:1.5rem;font-family:var(--heading-font);line-height:1.75;text-align:center}@media screen and (max-width:600px){.layout-faq.standard .answer{padding-left:2.5rem}.layout-faq.standard .answer-marker{font-size:1rem}}.layout-faq.two-column .grid-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:2em;align-items:start}@media screen and (max-width:850px){.layout-faq.two-column .grid-wrapper{grid-template-columns:1fr}}.layout-faq.two-column .search-container{grid-column:span 2;width:100%;max-width:1000px;margin:0 auto}@media screen and (max-width:900px){.layout-faq.two-column .search-container{grid-column:span 1}}.layout-faq.two-column .search-container+.grid-wrapper{margin-top:clamp(2em,calc(3.36842vw + 1.05263em),4em)}.layout-faq.two-column .header-wrapper{max-width:1000px;margin:0 auto;text-align:center}.layout-faq.two-column .header-wrapper+.faq-container{margin-top:1em}.layout-faq.two-column .circle{position:absolute;top:50%;left:0;width:2rem;height:2rem;border-radius:50%;background-color:var(--primary-hex);color:var(--white-hex);transform:translate(0,-50%);transition:background-color .3s ease,opacity .3s ease}.layout-faq.two-column .content-title{position:relative;display:block;list-style-image:none;font-size:1.25em;line-height:1.25;cursor:pointer}@media screen and (max-width:950px){.layout-faq.two-column .content-title{font-size:1.25em}}.layout-faq.two-column .content-title:focus .circle,.layout-faq.two-column .content-title:hover .circle{opacity:.8}.layout-faq.two-column .content-title:has(.circle){padding-left:3rem}@media screen and (max-width:1000px){.layout-faq.two-column .circle{width:1.5rem;height:1.5rem}.layout-faq.two-column .content-title:has(.circle){padding-left:2rem}}.layout-faq.featured-sidebar .content-wrapper,.layout-faq.two-column .content-wrapper{padding:.25em 0}.layout-faq.two-column .icon{-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:url(https://octanecdn.com/octaneengine/images/svg/icon-chevron.svg);mask-image:url(https://octanecdn.com/octaneengine/images/svg/icon-chevron.svg);position:absolute;top:50%;left:50%;z-index:2;width:1rem;height:1rem;background-color:currentcolor;transform:translate(-50%,-50%);transition:transform .3s ease}.layout-faq.two-column .content-wrapper:has(.circle) .content-container{padding-left:3rem}.layout-faq.two-column .content-wrapper[open] .content-title .icon{transform:translate(-50%,-50%) rotate(180deg)}.layout-faq.stacked .header-wrapper{display:flex;gap:1em 2em;justify-content:space-between;align-items:flex-end;padding-bottom:1em}@media screen and (max-width:450px){.layout-faq.stacked .header-wrapper{flex-direction:column;align-items:flex-start}}.layout-faq.stacked .faq-container{display:grid;grid-template-columns:1fr;gap:1.5em;padding-top:1rem}@media screen and (max-width:1100px){.layout-faq.stacked .faq-container{gap:1em}}.layout-faq.stacked .circle{--plus-size:40%;position:relative;flex-shrink:0;width:2rem;height:2rem;margin-left:2rem;border-radius:50%;background-color:var(--primary-hex);color:var(--white-hex);transition:transform .6s cubic-bezier(.19,1,.22,1),background-color .3s ease,opacity .3s ease}@media screen and (max-width:1000px){.layout-faq.two-column .icon{left:.75rem}.layout-faq.two-column .content-wrapper:has(.circle) .content-container{padding-left:2rem}.layout-faq.stacked .circle{width:1.5rem;height:1.5rem}}.layout-faq.stacked .circle::after,.layout-faq.stacked .circle::before{content:'';position:absolute;top:50%;left:50%;background-color:currentcolor;transform:translate(-50%,-50%)}.layout-faq.stacked .circle::before{width:var(--plus-size);height:2px}.layout-faq.stacked .circle::after{width:2px;height:var(--plus-size)}.layout-faq.stacked .content-wrapper{padding:1.5rem 0;border-bottom:1px solid rgba(0,0,0,.25)}.layout-faq.collapsible-50-50 .content-title+.content-container,.layout-faq.featured-sidebar .content-title+.content-container,.layout-faq.stacked .content-title+.content-container{padding-top:1em}.layout-faq.stacked .content-wrapper:last-child{border-bottom:none}.layout-faq.stacked .content-wrapper[open] .circle{transform:rotate(45deg)}.layout-faq.stacked .content-title{position:relative;display:flex;justify-content:space-between;align-items:center;font-size:1.25rem;line-height:1.25;cursor:pointer;transition:color .3s ease}@media screen and (max-width:950px){.layout-faq.stacked .content-title{font-size:1.25em}}.layout-faq.stacked .content-title:focus .circle,.layout-faq.stacked .content-title:hover .circle{opacity:.85}.layout-faq.stacked .btns-wrapper{justify-content:center}@media screen and (min-width:901px){.layout-faq .no-results-found{grid-column:1}}.layout-faq.featured-sidebar{position:relative;overflow-x:clip}.layout-faq.featured-sidebar .sidebar-overlay{content:'';display:block;pointer-events:none;position:fixed;top:0;left:0;z-index:9998;width:100vw;height:100vh;background-color:rgba(var(--black),.8);opacity:0;transition:opacity .3s ease}.layout-faq.featured-sidebar .width-container{position:static}.layout-faq.featured-sidebar .headings-row{display:flex;gap:1em 2em;max-width:1000px;margin:0 auto}@media screen and (max-width:600px){.layout-faq.featured-sidebar .headings-row{flex-direction:column}}.layout-faq.featured-sidebar .content-col{display:grid;flex-grow:1;justify-content:inherit}.layout-faq.featured-sidebar .headings-col{flex:1 0 50%}.layout-faq.featured-sidebar .btns-wrapper{margin-top:0}.layout-faq.featured-sidebar .featured-faq{position:relative;z-index:1;max-width:1000px;margin:2em auto 0}.layout-faq.featured-sidebar .featured-title{font-weight:700;font-size:clamp(2em,calc(1.68421vw + 1.52632em),3em);text-align:center}.layout-faq.featured-sidebar .featured-button-container{margin-top:2rem;text-align:center}.layout-faq.featured-sidebar .faq-container{overflow-y:auto;max-height:100%;padding:1em 1em 1em 0}@media screen and (max-width:450px){.layout-faq.featured-sidebar .faq-container{padding-right:.5em}}.layout-faq.featured-sidebar .faq-container::-webkit-scrollbar{width:.5em}.layout-faq.featured-sidebar .faq-container::-webkit-scrollbar-track{border-radius:5px;background-color:#f1f1f1}.layout-faq.featured-sidebar .faq-container::-webkit-scrollbar-thumb{border-radius:5px;background-color:var(--primary-hex)}.layout-faq.featured-sidebar .faq-container::-webkit-scrollbar-button{display:none}.layout-faq.featured-sidebar .search-container{grid-column:span 2;width:100%;max-width:1000px;margin:0 auto}@media screen and (max-width:900px){.layout-faq.featured-sidebar .search-container{grid-column:span 1}}.layout-faq.featured-sidebar .search-container+.faq-container{margin-top:1em}.layout-faq.featured-sidebar .close-btn{position:absolute;top:4em;left:0;overflow:hidden;width:3em;height:3em;background-color:inherit;text-indent:4em;white-space:nowrap;transition:transform .3s ease,color .3s ease,background-color .3s ease}.layout-faq.featured-sidebar .close-btn::before{content:'';position:absolute;display:block;pointer-events:none;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:url(https://octanecdn.com/octaneengine/images/svg/icon-close.svg);mask-image:url(https://octanecdn.com/octaneengine/images/svg/icon-close.svg);top:50%;left:50%;width:50%;height:50%;background-color:currentcolor;transform:translate(-50%,-50%)}.layout-faq.featured-sidebar .close-btn:focus,.layout-faq.featured-sidebar .close-btn:hover{color:var(--primary-hex)}.layout-faq.featured-sidebar .sidebar{position:fixed;top:0;right:0;z-index:9999;width:calc(100% - 3em);max-width:700px;height:100%;padding:3em 1em 3em 3em;background-color:var(--white-hex);opacity:0;transform:translate(100%,0);transition:transform .3s ease,opacity .3s ease}@media screen and (max-width:450px){.layout-faq.featured-sidebar .sidebar{padding:1em}}.layout-faq.featured-sidebar .sidebar:has(.search-container) .faq-container{max-height:calc(100% - 3em)}.layout-faq.featured-sidebar .sidebar.active{opacity:1;transform:translate(0,0)}.layout-faq.featured-sidebar .sidebar.active .close-btn{transform:translate(-100%,0)}.layout-faq.featured-sidebar .grid-wrapper{display:grid;grid-template-columns:1fr;gap:2em}.layout-faq.featured-sidebar .circle{position:relative;display:block;flex-shrink:0;order:2;box-sizing:content-box;width:2rem;height:2rem;border-radius:50%;background-color:var(--primary-hex);color:var(--white-hex);transition:background-color .3s ease,opacity .3s ease}.layout-faq-modal .question,.layout-faq.featured-scroller .question,.layout-faq.featured-sidebar .content-title{color:var(--primary-hex);line-height:1.25;font-weight:700}@media screen and (max-width:1000px){.layout-faq.featured-sidebar .circle{width:1.5rem;height:1.5rem}.layout-faq.featured-sidebar .icon{right:.75rem}}.layout-faq.collapsible-50-50 .icon,.layout-faq.featured-sidebar .icon{-webkit-mask-position:center;top:50%;left:50%;height:1rem;background-color:currentcolor;transform:translate(-50%,-50%)}.layout-faq.featured-sidebar .content-title{position:relative;display:flex;gap:1em;justify-content:space-between;align-items:center;list-style:none;font-size:1.25em;font-family:var(--heading-font);cursor:pointer}@media screen and (max-width:950px){.layout-faq.featured-sidebar .content-title{font-size:1.25em}}.layout-faq.featured-sidebar .content-title:focus .circle,.layout-faq.featured-sidebar .content-title:hover .circle{opacity:.8}.layout-faq.featured-sidebar .icon{mask-position:center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:url(https://octanecdn.com/octaneengine/images/svg/icon-chevron.svg);mask-image:url(https://octanecdn.com/octaneengine/images/svg/icon-chevron.svg);position:absolute;z-index:2;width:1rem;transition:transform .3s ease}.layout-faq.featured-sidebar .content-wrapper:has(.circle) .content-container{padding-right:3rem}@media screen and (max-width:1000px){.layout-faq.featured-sidebar .content-wrapper:has(.circle) .content-container{padding-right:2rem}}.layout-faq.featured-sidebar .content-wrapper[open] .content-title .icon{transform:translate(-50%,-50%) rotate(180deg)}.layout-faq.featured-sidebar:has(.active) .sidebar-overlay{opacity:1;pointer-events:auto}.layout-faq.featured-sidebar:has(.sidebar.active){z-index:9999}.layout-faq-modal{position:relative;max-width:800px;margin:0 auto;padding:0}.layout-faq-modal .oe-modal-inner.faq-modal-inner{padding:1em}.layout-faq-modal .oe-modal-close{transform:translate(0,-50%)}.layout-faq-modal .question{font-family:var(--heading-font)}.layout-faq-modal .answer{color:var(--black-hex)}.layout-faq.featured-scroller .faq-container{display:grid;grid-template-columns:1fr;gap:1.5em;padding-top:1rem}@media screen and (max-width:1100px){.layout-faq.featured-scroller .faq-container{gap:1em}}.layout-faq.featured-scroller .headings-row{display:flex;gap:1em 2em;max-width:1000px;margin:0 auto}@media screen and (max-width:600px){.layout-faq.featured-scroller .headings-row{flex-direction:column}}.layout-faq.featured-scroller .headings-row+.faq-container{margin-top:1em}.layout-faq.featured-scroller .content-col{display:grid;flex-grow:1;justify-content:inherit}.layout-faq.featured-scroller .headings-col{flex:1 0 50%}.layout-faq.featured-scroller .btns-wrapper{margin-top:0}.layout-faq.featured-scroller .question{display:inline-block;font-family:var(--heading-font)}.layout-faq.featured-scroller .answer{display:none}.layout-faq.featured-scroller .answer-btn{display:inline-block;border-bottom:1px solid currentcolor;background-color:transparent;color:var(--accent2-hex);font-weight:700;font-size:1rem;text-transform:uppercase;transition:color .3s ease}.layout-faq.featured-scroller .answer-btn:focus,.layout-faq.featured-scroller .answer-btn:hover{color:var(--primary-dark-hex)}.layout-faq.featured-scroller .no-results-found{flex:0 0 100%}.layout-faq.featured-scroller .slide-navigation{gap:1em;align-self:center;order:2;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.layout-faq.featured-scroller .next,.layout-faq.featured-scroller .prev{z-index:2;border-radius:50%;background-color:#eee;color:var(--black-hex);opacity:0}.layout-faq.featured-scroller .slides-wrapper{display:flex;flex-grow:1;gap:2em 3em;align-items:center;overflow-x:auto;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain;scrollbar-width:none}.layout-faq.featured-scroller[data-column='3'] .slides-wrapper,.layout-faq.featured-scroller[data-column='2'] .slides-wrapper{justify-content:center}@media screen and (max-width:1200px){.layout-faq.featured-scroller .slides-wrapper{gap:1em 2em}}.layout-faq.featured-scroller .slides-wrapper::-webkit-scrollbar{display:none}@media screen and (max-width:1050px){.layout-faq.featured-scroller .slide-navigation{position:relative;top:0;left:50%;order:1;margin-bottom:1em;transform:translate(-50%,0)}.layout-faq.featured-scroller[data-column='4'] .hidden-nav{display:block}}@media screen and (max-width:750px){.layout-faq.featured-scroller[data-column='3'] .hidden-nav{display:block}.layout-faq.featured-scroller[data-column='3'] .slides-wrapper{justify-content:start}}.layout-faq.featured-scroller .slider-wrapper{position:relative;z-index:0;display:flex;gap:2em;justify-content:center;overflow:hidden;margin-top:2em}@media screen and (max-width:1050px){.layout-faq.featured-scroller .slider-wrapper{display:block}}.layout-faq.featured-scroller .slider-wrapper:has(.faq-item[style='display: none;']) .slide-navigation{display:none}.layout-faq.featured-scroller .slider-wrapper:has(.faq-item[style='display: none;']) .slides-wrapper{flex-wrap:wrap;justify-content:center}.layout-faq.featured-scroller .faq-item{position:relative;flex:0 0 calc(33.333% - 2em);transition:transform .3s ease;scroll-snap-align:start;scroll-snap-stop:always}@media screen and (max-width:1200px){.layout-faq.featured-scroller .faq-item{flex:0 0 calc(33.333% - 1.33em)}}@media screen and (max-width:1050px){.layout-faq.featured-scroller .faq-item{flex:0 0 calc(50% - 1em)}}@media screen and (max-width:750px){.layout-faq.featured-scroller .faq-item{flex:0 0 100%}}.layout-faq.featured-scroller .featured-faq{max-width:1000px;margin:0 auto}.layout-faq.featured-scroller .featured-title{font-weight:700;font-size:clamp(2em,calc(1.68421vw + 1.52632em),3em);text-align:center}.layout-faq.featured-scroller .featured-button-container{margin-top:2rem;text-align:center}.layout-faq.featured-scroller .search-container{width:100%;max-width:1000px;margin:0 auto}.layout-faq.collapsible-50-50 .width-container{display:flex;gap:2em 4em;align-items:flex-start}@media screen and (max-width:1000px){.layout-faq.collapsible-50-50 .width-container{flex-direction:column}}@media screen and (min-width:1001px){.layout-faq.collapsible-50-50 .header-wrapper{position:-webkit-sticky;position:sticky;top:calc(var(--header-height,0em) + 2em);flex:1 0 calc(50% - 4em);order:2;transition:var(--header-transition)}}.layout-faq.collapsible-50-50 .header-wrapper.content-left{order:-1}.layout-faq.collapsible-50-50 .btns-wrapper{margin-top:0}.layout-faq.collapsible-50-50 .faq-container{flex:1 0 calc(50% - 4em);width:100%}.layout-faq.collapsible-50-50 .content-title{position:relative;display:flex;gap:1em;justify-content:space-between;align-items:center;color:var(--primary-hex);list-style:none;font-weight:700;font-size:1.25rem;font-family:var(--heading-font);cursor:pointer;transition:opacity .3s ease}@media screen and (max-width:950px){.layout-faq.collapsible-50-50 .content-title{font-size:1.25em}}.layout-faq.collapsible-50-50 .content-title:focus,.layout-faq.collapsible-50-50 .content-title:hover{opacity:.8}.layout-faq.collapsible-50-50 .circle{position:relative;display:block;flex-shrink:0;order:2;box-sizing:content-box;width:2rem;height:2rem;border-radius:50%;background-color:var(--primary-hex);color:var(--white-hex);transition:background-color .3s ease,opacity .3s ease}@media screen and (max-width:1000px){.layout-faq.collapsible-50-50 .circle{width:1.5rem;height:1.5rem}.layout-faq.collapsible-50-50 .icon{right:.75rem}}.layout-faq.collapsible-50-50 .icon{mask-position:center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:url(https://octanecdn.com/octaneengine/images/svg/icon-chevron.svg);mask-image:url(https://octanecdn.com/octaneengine/images/svg/icon-chevron.svg);position:absolute;z-index:2;width:1rem;transition:transform .3s ease}.layout-faq.collapsible-50-50 .content-wrapper{padding:1.5rem 0;border-bottom:1px solid rgba(0,0,0,.25)}.layout-faq.collapsible-50-50 .content-wrapper:has(.circle) .content-container{padding-right:3rem}@media screen and (max-width:1000px){.layout-faq.collapsible-50-50 .content-wrapper:has(.circle) .content-container{padding-right:2rem}}.layout-faq.collapsible-50-50 .content-wrapper[open] .content-title .icon{transform:translate(-50%,-50%) rotate(180deg)}.layout-faq.collapsible-50-50 .content-wrapper:last-child{border-bottom:none}.layout-faq{position:relative}.layout-faq .background-image-wrapper{position:absolute;top:0;left:0;z-index:0;overflow:hidden;width:100%;height:100%}.layout-faq .background-image-wrapper .overlay{position:absolute;top:0;left:0;z-index:1;width:100vw;height:100%;background-color:rgba(var(--white),.9)}.layout-faq .background-item{display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:var(--x,50%)var(--y,50%);object-position:var(--x,50%)var(--y,50%);width:100%;height:100%}.layout-faq .controls[data-control=collapse] .control-btn[data-control=expand],.layout-faq .controls[data-control=expand] .control-btn[data-control=collapse],.layout-faq .hidden-nav{display:none}.layout-faq .width-container{position:relative;z-index:2}.layout-faq .content-container+.search-container,.layout-faq .section-subtitle+.search-container,.layout-faq .section-title+.search-container{margin-top:2em}.layout-faq .section-title[data-collapseable]{cursor:pointer}.layout-faq .headings-col{flex:1 0 75%}.layout-faq .control-btn{border:none;background:0 0;color:var(--accent1-hex);font-weight:700;font-size:1rem;cursor:pointer;transition:color .3s ease}.layout-faq .control-btn:focus,.layout-faq .control-btn:hover{color:var(--accent2-hex)}.layout-faq .live-search-form{position:relative}.layout-faq .live-search-form .live-search-input{display:block;box-sizing:border-box;width:100%;padding:.675em 1em;border:none;border-radius:100px;background-color:color-mix(in srgb,var(--black-hex) 10%,var(--white-hex));box-shadow:inset 0 1px 4px rgba(0,0,0,.15);outline:0;font-size:1em}.layout-faq .live-search-form .live-search-input:focus{outline:0}.layout-faq .live-search-form .live-search-input::-ms-clear{width:0;height:0}.layout-faq .live-search-form .live-search-input::-webkit-contacts-auto-fill-button{position:absolute;right:0;display:none!important;visibility:hidden;pointer-events:none}.layout-faq .live-search-form .search-icon{-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-image:url(https://octanecdn.com/octaneengine/images/svg/icon-search.svg);mask-image:url(https://octanecdn.com/octaneengine/images/svg/icon-search.svg);position:absolute;top:50%;right:1rem;width:1rem;height:1rem;background-color:currentcolor;color:var(--primary-hex);transform:translate(0,-50%)}.layout-faq .live-search-form ::-moz-placeholder{color:#333;opacity:1}.layout-faq .live-search-form ::placeholder{color:#333;opacity:1}.layout-faq .no-results-found{display:none;padding-top:1em;text-align:center}@media screen and (min-width:901px){.layout-faq .no-results-found{grid-column:span 2}}.layout-faq .btns-wrapper{display:flex;flex-wrap:wrap;gap:0 1em;justify-content:inherit;align-items:center;margin-top:2rem}.layout-faq details{overflow:hidden;interpolate-size:allow-keywords}.layout-faq details::details-content{block-size:0;transition:block-size .3s ease,content-visibility .3s ease;transition-behavior:allow-discrete}.layout-faq details[open]::details-content{block-size:auto}</style>
<style>
    article,aside,body,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}#wrapper,.inmodal-video,img{max-width:100%}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}*,.alert-bar.single-line-expanded .ab-arrow-btn,body{font-family:var(--content-font)}html{scroll-behavior:smooth}a{color:inherit}body{position:relative;min-width:320px;margin:0;padding:0;background-color:#fff;color:var(--gray-dark2-hex);font-size:17px;line-height:1.5}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}button{border:0;font-size:1em;cursor:pointer;background-color:#f1f1f1;padding:0;color:#000}button:focus,button:hover{background-color:#d8d8d8}details summary{list-style-image:none}details summary::-webkit-details-marker{display:none}*{-webkit-box-sizing:border-box;box-sizing:border-box}img{height:auto}section{padding:4em 0}sup{vertical-align:super;font-size:smaller}section:not([data-hide-inview=true]) [data-animation=inview-fade],section:not([data-hide-inview=true]) [data-animation=inview-cascade-fade]>*{opacity:0;-webkit-transition:opacity .8s;transition:opacity .8s}section:not([data-hide-inview=true]) [data-animation=inview-fade][data-inview=true]{opacity:1!important}section:not([data-hide-inview=true]) [data-animation=inview-fade-up]{opacity:0;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0);-webkit-transition:opacity .6s,-webkit-transform 1.2s cubic-bezier(.19,1,.22,1);transition:opacity .6s,-webkit-transform 1.2s cubic-bezier(.19,1,.22,1);transition:opacity .6s,transform 1.2s cubic-bezier(.19,1,.22,1);transition:opacity .6s,transform 1.2s cubic-bezier(.19,1,.22,1),-webkit-transform 1.2s cubic-bezier(.19,1,.22,1)}section:not([data-hide-inview=true]) [data-animation=inview-fade-up][data-inview=true]{opacity:1!important;-webkit-transform:translate3d(0,0,0)!important;transform:translate3d(0,0,0)!important}section:not([data-hide-inview=true]) [data-animation=inview-fade-scale-in]{opacity:0;-webkit-transform:scale(.5);transform:scale(.5);-webkit-transition:opacity .6s,-webkit-transform 1.2s cubic-bezier(.19,1,.22,1);transition:opacity .6s,-webkit-transform 1.2s cubic-bezier(.19,1,.22,1);transition:opacity .6s,transform 1.2s cubic-bezier(.19,1,.22,1);transition:opacity .6s,transform 1.2s cubic-bezier(.19,1,.22,1),-webkit-transform 1.2s cubic-bezier(.19,1,.22,1)}section:not([data-hide-inview=true]) [data-animation=inview-fade-scale-in][data-inview=true]{opacity:1!important;-webkit-transform:scale(1)!important;transform:scale(1)!important}section:not([data-hide-inview=true]) [data-animation=inview-cascade-fade][data-inview=true]>*{opacity:1!important}section:not([data-hide-inview=true]) [data-animation=inview-cascade-fade-up]>*{opacity:0;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0);-webkit-transition:opacity .6s,-webkit-transform 1.2s cubic-bezier(.19,1,.22,1);transition:opacity .6s,-webkit-transform 1.2s cubic-bezier(.19,1,.22,1);transition:opacity .6s,transform 1.2s cubic-bezier(.19,1,.22,1);transition:opacity .6s,transform 1.2s cubic-bezier(.19,1,.22,1),-webkit-transform 1.2s cubic-bezier(.19,1,.22,1)}section:not([data-hide-inview=true]) [data-animation=inview-cascade-fade-up][data-inview=true]>*{opacity:1!important;-webkit-transform:translate3d(0,0,0)!important;transform:translate3d(0,0,0)!important}#wrapper{width:100%;overflow:hidden}.width-container{max-width:1400px;margin:0 auto;padding:0 3em}@media screen and (max-width:1000px){.width-container{padding:0 2em}}@media screen and (max-width:700px){.width-container{padding:0 1em}}.js-lazy-load,[data-lazy-load=true]{opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;-webkit-transition-delay:.3s;transition-delay:.3s}.js-lazy-load[data-loaded=true],[data-lazy-load=true][data-loaded=true]{opacity:1}.page-wrapper{position:relative;background-color:#fff}.contrast-switcher{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.contrast-switcher input{font-size:1em;opacity:0;width:0;height:0}.contrast-switcher input:checked+.slider{background-color:#333;border-color:#333}.contrast-switcher input:focus+.slider{border-color:#737373}.contrast-switcher input:checked+.slider:before{left:100%;-webkit-transform:translate(-100%,0);transform:translate(-100%,0)}.contrast-switcher .switch{position:relative;display:inline-block;height:calc(1em + 4px);width:2em;margin-left:.5em;border-radius:1em}.content-container ul li::before,.contrast-switcher .slider::before{content:"";display:block;left:0;height:1em}.contrast-switcher .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;border-radius:1em;background-color:#ccc;border:2px solid #ccc}.contrast-switcher .slider::before{position:absolute;width:1em;bottom:0;background-color:#fff;border-radius:50%}.hidden{display:none}.text-center{text-align:center}.focus-mouse{-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-focus-ring-color:rgba(255,255,255,0);outline:0}.sr-only{position:absolute;width:1px;height:1px;border:0;padding:0;margin:-1px;overflow:hidden;clip:rect(0,1px,1px,0)}.content-container h2,.content-container h3,.content-container h4,.content-container h5{margin:0;font-family:var(--heading-font);color:var(--primary-hex)}.content-container h2+*,.content-container h3+*,.content-container h4+*,.content-container h5+*{margin-top:1rem}.content-container h2{font-size:2.5em;line-height:1.25}.content-container h3{font-size:1.5em;line-height:1.25}.content-container h4{font-size:1.25em;line-height:1.25;color:var(--accent1-hex)}.content-container h5{font-size:1em;line-height:1.5;color:var(--accent1-hex)}.content-container p{font-size:1em;line-height:1.5;font-weight:400}.content-container p+*{margin-top:1em}.content-container blockquote,.content-container q{display:block;width:80%;margin:1em auto;padding:1.25em;color:var(--white-hex);background-color:#f1f1f1;background-image:-webkit-gradient(linear,left top,right top,from(var(--primary-light-hex)),to(var(--primary-lightest-hex)));background-image:linear-gradient(90deg,var(--primary-light-hex) 0,var(--primary-lightest-hex) 100%);font-size:1.5em;line-height:1.25;font-style:italic;border-radius:0 .5em;quotes:none;text-align:center;-webkit-column-break-inside:avoid;page-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid}.content-container ol ol,.content-container ol ol+li,.content-container ol ol>li+li,.content-container ol ul,.content-container ol ul li+li,.content-container ol ul ol,.content-container ol ul ol+li,.content-container ol ul ul,.content-container ol ul ul+li,.content-container ol ul+li,.content-container ol+*,.content-container ol>li+li,.content-container ul li+li,.content-container ul ol,.content-container ul ol+li,.content-container ul ol>li+li,.content-container ul ul,.content-container ul ul+li,.content-container ul+*,.content-container+.btn-wrapper,.section-subtitle+.content-container,.section-title+.content-container,.section-title+.section-subtitle{margin-top:1em}.content-container ol ol>li,.content-container ol ul li,.content-container ol>li,.content-container ul li,.content-container ul ol>li{-webkit-column-break-inside:avoid;page-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid-column}.content-container b,.content-container strong{font-weight:700}.content-container em{font-style:italic}.content-container small{font-size:.75em}.content-container a:not(.btn){font-weight:700;border-bottom:1px dotted;text-decoration:none;color:var(--primary-light-hex)}.content-container a:not(.btn):focus,.content-container a:not(.btn):hover{border-bottom:1px solid}.content-container ul{position:relative;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;list-style:none}.content-container ul li{position:relative;padding-left:1.25em;line-height:1.125}.content-container ul li::before{position:absolute;mask-position:center;mask-size:contain;mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;mask-image:url(https://octanecdn.com/cfawcom/images/svg/angle-right.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/angle-right.svg);top:.0625em;width:1em;background-color:var(--accent1-hex)}.content-container ol ol>li::before,.content-container ul ol>li::before{content:counter(li2) "."}.content-container ul ol{position:relative;padding:0 0 0 1.5em;-webkit-box-sizing:border-box;box-sizing:border-box;list-style:none;counter-reset:li2}.content-container ul ol:first-of-type{counter-reset:li2}.content-container ul ol>li{position:relative;padding-left:1.75em;counter-increment:li2}.content-container ol ol>li::before,.content-container ol>li::before,.content-container ul ol>li::before{position:absolute;color:var(--accent1-hex);font-weight:700;width:1em;height:1em;top:0;left:0;display:block}.content-container ul ul{padding-left:1.5em}.content-container ol{position:relative;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;list-style:none}.content-container ol:first-of-type{counter-reset:li}.content-container ol[start]{counter-reset:li 0}.content-container ol>li{position:relative;padding-left:1.75em;counter-increment:li}.content-container ol>li::before{content:counter(li) "."}.content-container ol ol{position:relative;padding:0 0 0 1.5em;-webkit-box-sizing:border-box;box-sizing:border-box;list-style:none;counter-reset:li2}.content-container ol ol:first-of-type{counter-reset:li2}.content-container ol ol>li{position:relative;padding-left:1.75em;counter-increment:li2}.content-container ol ul{position:relative;padding:0 0 0 1.5em;-webkit-box-sizing:border-box;box-sizing:border-box;list-style:none}.content-container ol ul li{position:relative;padding-left:1.25em;line-height:1.125}.content-container ol ul li::before{content:"";position:absolute;display:block;mask-position:center;mask-size:contain;mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;mask-image:url(https://octanecdn.com/cfawcom/images/svg/angle-right.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/angle-right.svg);left:0;top:.0625em;width:1em;height:1em;background-color:var(--accent1-hex)}.content-container figure img{display:block}.content-container figure figcaption{color:var(--white-hex);background-color:var(--primary-light-hex)}.content-container figure a:not(.btn){position:relative;display:block;border-bottom:0}.content-container figure a:not(.btn)::before{content:"";position:absolute;display:block;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.8);opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.content-container figure a:not(.btn):focus::before,.content-container figure a:not(.btn):hover::before{opacity:1}.content-container table{width:100%;background-color:var(--gray-lightest-hex)}.content-container table thead{background-color:var(--primary-light-hex);color:var(--white-hex);text-transform:uppercase;text-align:left}.content-container table th{vertical-align:middle}.content-container table td,.content-container table th{padding:1em}[class*=layout-cfa-] .section-subtitle,[class*=layout-cfa-] .section-title{color:var(--primary-hex)}.section-title{font-family:var(--heading-font);line-height:1.25;font-weight:400;font-size:1.6875em}@media screen and (max-width:950px){body{overflow-x:hidden}.section-title{font-size:1.5em}}@media screen and (max-width:500px){.section-title{font-size:1.25em}}.section-title b,.section-title strong{font-size:1.33em;text-transform:uppercase}@media screen and (max-width:950px){.section-title b,.section-title strong{font-size:1.125em}}.section-title em{font-style:italic}.section-subtitle{line-height:1.25;font-family:var(--subtitle-font)}.section-subtitle b,.section-subtitle strong{font-weight:700}.section-subtitle em{font-style:italic}.btn{position:relative;display:inline-block;overflow:hidden;padding:.675em 1.5em;background-color:var(--accent1-hex);background-image:-webkit-gradient(linear,left top,right top,from(var(--accent1-dark-hex)),color-stop(50%,var(--accent1-hex)),to(var(--accent1-lightest-hex)));background-image:linear-gradient(90deg,var(--accent1-dark-hex) 0,var(--accent1-hex) 50%,var(--accent1-lightest-hex) 100%);background-position:left 100% center;background-size:200% auto;color:var(--white-hex);font-family:var(--heading-font);font-size:1em;line-height:1;font-weight:400;text-decoration:none;text-transform:uppercase;-webkit-transition:background-position .3s ease;transition:background-position .3s ease}.master-btn-rounded .btn{border-radius:0 .5em}.master-btn-square .btn{border-radius:0}.master-btn-pill .btn{border-radius:40px}.btn b,.btn strong{font-weight:700}.btn em{font-style:italic}.btn:focus,.btn:hover{background-position:left 50% center}.btn[class*=icon-]{padding-left:3em}.btn[class*=icon-]::before{content:"";position:absolute;display:block;mask-position:center;mask-size:contain;mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;top:50%;left:1.5em;width:1.25em;height:1.25em;background-color:var(--accent2-hex);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (max-width:900px){.btn[class*=icon-]::before{background-color:var(--white-hex)}}.btn.btn-secondary{background-color:var(--primary-light-hex);background-image:-webkit-gradient(linear,left top,right top,from(var(--primary-dark-hex)),color-stop(50%,var(--primary-hex)),to(var(--primary-lightest-hex)));background-image:linear-gradient(90deg,var(--primary-dark-hex) 0,var(--primary-hex) 50%,var(--primary-lightest-hex) 100%)}.btn.btn-gray{color:var(--primary-hex);background-color:var(--white-hex);background-image:-webkit-gradient(linear,left top,right top,from(var(--gray-light-hex)),color-stop(50%,var(--gray-lightest-hex)),to(var(--white-hex)));background-image:linear-gradient(90deg,var(--gray-light-hex) 0,var(--gray-lightest-hex) 50%,var(--white-hex) 100%)}.btn.btn-gray[class*=icon-]::before{background-color:var(--gray-hex)}.btn.icon-email::before{mask-image:url(https://octanecdn.com/cfawcom/images/svg/envelope-light.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/envelope-light.svg)}@media screen and (max-width:900px){.btn.icon-email::before{mask-image:url(https://octanecdn.com/cfawcom/images/svg/envelope.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/envelope.svg)}}.btn.icon-tel::before{mask-image:url(https://octanecdn.com/cfawcom/images/svg/phone-alt.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/phone-alt.svg)}@media screen and (max-width:900px){.btn.icon-tel::before{mask-image:url(https://octanecdn.com/cfawcom/images/svg/phone-alt-solid.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/phone-alt-solid.svg)}}.btn.icon-location::before{mask-image:url(https://octanecdn.com/cfawcom/images/svg/map-marker.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/map-marker.svg)}@media screen and (max-width:900px){.btn.icon-location::before{mask-image:url(https://octanecdn.com/cfawcom/images/svg/map-marker-solid.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/map-marker-solid.svg)}}.btn.icon-article::before{mask-image:url(https://octanecdn.com/cfawcom/images/svg/newspaper.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/newspaper.svg)}.btn.icon-linkedin::before{mask-image:url(https://octanecdn.com/cfawcom/images/svg/linkedin-in.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/linkedin-in.svg)}.btn.icon-brokercheck::before{mask-image:url(https://octanecdn.com/cfawcom/images/svg/shield-check.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/shield-check.svg)}.btn.icon-arrow::before{mask-image:url(https://octanecdn.com/cfawcom/images/svg/angle-right.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/angle-right.svg)}.master-btn-outlined .btn{border:3px solid #f1f1f1;background-color:transparent;color:#000;font-weight:700}.master-btn-outlined .btn:focus,.master-btn-outlined .btn:hover{background-color:#f1f1f1;color:#fff}.dx-mobile-navigation .search,.play-btn{background-color:var(--primary-light-hex)}.alert-bar,.desktop-nav-modal,.play-btn{color:var(--white-hex)}.play-btn{position:relative;display:block;width:4em;height:4em;margin-bottom:0;border-radius:50%;text-indent:6em;white-space:nowrap;overflow:hidden;text-decoration:none;-webkit-transition:background-color .3s ease;transition:background-color .3s ease;z-index:1;-webkit-box-shadow:0 0 1em 0 rgba(var(--gray-darkest),.2);box-shadow:0 0 1em 0 rgba(var(--gray-darkest),.2)}.play-btn::after,.play-btn::before{position:absolute;display:block;top:50%;content:""}.desktop-nav-modal,.play-btn::before{-webkit-transition:-webkit-transform .6s ease}.play-btn::before{left:50%;width:100%;height:0;padding-top:100%;border-radius:50%;background-color:var(--primary-hex);-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease;z-index:-1}.play-btn::after{mask-position:center;mask-size:contain;mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;mask-image:url(https://octanecdn.com/cfawcom/images/svg/play.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/play.svg);left:50%;width:1em;height:1em;background-color:var(--white-hex);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:background-color .3s ease;transition:background-color .3s ease}@media screen and (max-width:900px){.play-btn{width:3em;height:3em}}.high-contrast .play-btn{background-color:var(--primary-dark-hex)}.play-btn:focus::before,.play-btn:hover::before{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.content-social-column .social-networks,.social-col .social-networks{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;padding:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;list-style:none}.content-social-column .social-link,.social-col .social-link{position:relative;width:2.5em;height:2.5em;display:inline-block;text-indent:-9999px;text-decoration:none}.content-social-column .social-link::before,.social-col .social-link::before{content:"";position:absolute;display:block;mask-position:center;mask-size:contain;mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;left:50%;top:50%;width:1.125em;height:1.125em;text-indent:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:background-color .3s;transition:background-color .3s;background-color:var(--gray-light-hex)}.location-item .arrow-link::before,.navigation .has-children:after{top:50%;width:1em;height:1em;mask-size:contain;mask-position:center}.content-social-column .social-link:focus::before,.content-social-column .social-link:hover::before,.high-contrast .content-social-column .social-link::before,.high-contrast .social-col .social-link::before,.social-col .social-link:focus::before,.social-col .social-link:hover::before{background-color:var(--white-hex)}.content-social-column .facebook::before,.social-col .facebook::before{mask-image:url(https://octanecdn.com/cfawcom/images/svg/facebook-f.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/facebook-f.svg)}.content-social-column .twitter::before,.social-col .twitter::before{mask-image:url(https://octanecdn.com/cfawcom/images/svg/twitter.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/twitter.svg)}.content-social-column .google-plus::before,.social-col .google-plus::before{mask-image:url(https://octanecdn.com/cfawcom/images/svg/google.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/google.svg)}.content-social-column .youtube::before,.social-col .youtube::before{mask-image:url(https://octanecdn.com/cfawcom/images/svg/youtube.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/youtube.svg)}.content-social-column .linkedin::before,.social-col .linkedin::before{mask-image:url(https://octanecdn.com/cfawcom/images/svg/linkedin-in.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/linkedin-in.svg)}.content-social-column .pinterest::before,.social-col .pinterest::before{mask-image:url(https://octanecdn.com/cfawcom/images/svg/pinterest.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/pinterest.svg)}.content-social-column .instagram::before,.social-col .instagram::before{mask-image:url(https://octanecdn.com/cfawcom/images/svg/instagram.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/instagram.svg)}.content-social-column .houzz::before,.social-col .houzz::before{mask-image:url(https://octanecdn.com/cfawcom/images/svg/houzz.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/houzz.svg)}.content-social-column .yelp::before,.social-col .yelp::before{mask-image:url(https://octanecdn.com/cfawcom/images/svg/yelp.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/yelp.svg)}.content-social-column .angieslist::before,.social-col .angieslist::before{mask-image:url(https://octanecdn.com/cfawcom/images/svg/logo-angieslist.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/logo-angieslist.svg)}.content-social-column .homeadvisor::before,.social-col .homeadvisor::before{mask-image:url(https://octanecdn.com/cfawcom/images/svg/logo-home-advisor.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/logo-home-advisor.svg)}.content-social-column .nextdoor::before,.social-col .nextdoor::before{mask-image:url(https://octanecdn.com/cfawcom/images/svg/logo-nextdoor.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/logo-nextdoor.svg)}.content-social-column .snapchat::before,.social-col .snapchat::before{mask-image:url(https://octanecdn.com/cfawcom/images/svg/snapchat-ghost.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/snapchat-ghost.svg)}.content-social-column .tiktok::before,.social-col .tiktok::before{mask-image:url(https://octanecdn.com/cfawcom/images/svg/tiktok.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/tiktok.svg)}.location-item{font-size:1em}.location-item .location-item-title{font-size:1.25em}.location-item .location-item-bottom{margin-top:1em}.location-item .location-item-address{display:block;text-decoration:none;color:var(--gray-dark2-hex);-webkit-transition:color .3s ease,-webkit-transform .3s ease;transition:color .3s ease,-webkit-transform .3s ease;transition:transform .3s ease,color .3s ease;transition:transform .3s ease,color .3s ease,-webkit-transform .3s ease}.location-item .location-item-address:focus,.location-item .location-item-address:hover{color:var(--accent1-hex);-webkit-transform:translate(.5em,0);transform:translate(.5em,0)}.location-item .location-link{display:block;margin-top:.5em;text-decoration:none;color:var(--primary-hex);-webkit-transition:color .3s ease,-webkit-transform .3s ease;transition:color .3s ease,-webkit-transform .3s ease;transition:transform .3s ease,color .3s ease;transition:transform .3s ease,color .3s ease,-webkit-transform .3s ease}.location-item .location-link:focus,.location-item .location-link:hover{color:var(--accent1-hex);-webkit-transform:translate(.5em,0);transform:translate(.5em,0)}.location-item .arrow-link{position:relative;padding-left:1.5em}.location-item .arrow-link::before{content:"";position:absolute;display:block;mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;mask-image:url(https://octanecdn.com/cfawcom/images/svg/long-arrow-right.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/long-arrow-right.svg);left:0;background-color:var(--accent1-hex);-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.octane-form-builder:focus{outline:0}.octane-form-builder .form-steps-nav .form-steps-nav-item{color:gray;background-color:var(--accent1-hex)}.octane-form-builder .form-steps-nav .form-steps-nav-item.step-active{color:#000;background-color:var(--primary-hex)}.octane-form-builder .form-steps-nav .form-steps-nav-item.step-active:after,.octane-form-builder .form-steps-nav .form-steps-nav-item.step-active:before{background-color:var(--primary-hex)}.octane-form-builder .form-steps-nav .form-steps-nav-item.step-complete{color:#000;background-color:var(--accent1-hex)}.octane-form-builder .form-steps-nav .form-steps-nav-item.step-complete:after,.octane-form-builder .form-steps-nav .form-steps-nav-item.step-complete:before,.octane-form-builder .form-steps-nav .form-steps-nav-item:after,.octane-form-builder .form-steps-nav .form-steps-nav-item:before{background-color:var(--accent1-hex)}.fb-message-wrapper{background-color:rgba(0,0,0,.05)}.fb-message-wrapper .fb-message-icon{color:rgba(0,0,0,.25);border:2px solid currentColor}.fb-message-wrapper .fb-message-icon:before{border-left:2px solid currentColor;border-bottom:2px solid currentColor}.fb-message-wrapper .fb-message-text{color:var(--primary-hex)}.octane-form-builder .fb-input-style{font-size:1em;color:var(--gray-dark2-hex);background-color:var(--white-hex);border-radius:0;border:2px solid var(--gray-lightest-hex)}.octane-form-builder .field-multi-select.box-style .field-checkbox:checked+.fb-checkbox-option,.octane-form-builder .file-upload input[type=file]+label.uploaded,.octane-form-builder .form-file-list .form-file-list-item.uploader{color:var(--primary-hex)}.octane-form-builder .file-upload input[type=file]+label:hover,.octane-form-builder .select-label::before,.octane-form-builder .select-wrapper::after{background-color:var(--primary-hex)}.octane-form-builder input[type=text].readonly,.octane-form-builder input[type=number].readonly,.octane-form-builder textarea.readonly{border:1px solid var(--gray-lightest-hex)}.octane-form-builder .file-upload{border:2px dashed var(--gray-dark2-hex)}.octane-form-builder .file-upload label{color:var(--gray-dark2-hex)}.octane-form-builder select{border:1px solid var(--gray-lightest-hex);color:var(--gray-dark2-hex);font-size:1em}.octane-form-builder input[type=radio]~label,.octane-form-builder input[type=checkbox]~label{color:var(--gray-dark2-hex);font-size:1em;background-color:var(--white-hex);border-radius:.5em}.octane-form-builder input[type=radio]~label::before,.octane-form-builder input[type=checkbox]~label::before{border:1px solid var(--primary-hex);-webkit-box-shadow:inset 0 0 0 .5em var(--white-hex),inset 0 0 0 .375em var(--white-hex);box-shadow:inset 0 0 0 .5em var(--white-hex),inset 0 0 0 .375em var(--white-hex)}.octane-form-builder input[type=radio]:checked~label,.octane-form-builder input[type=checkbox]:checked~label{background-color:var(--white-hex)}.octane-form-builder input[type=radio]:checked~label::before,.octane-form-builder input[type=checkbox]:checked~label::before{-webkit-box-shadow:inset 0 0 0 .2em var(--white-hex),inset 0 0 0 .5em var(--gray-dark2-hex);box-shadow:inset 0 0 0 .2em var(--white-hex),inset 0 0 0 .5em var(--gray-dark2-hex)}.octane-form-builder .field-multi-select.box-style .field-checkbox:checked+.fb-checkbox-option:after{background-color:rgba(var(--primary-hex),.05);border-color:var(--primary-hex)}.octane-form-builder .form-file-list .form-file-list-item.uploader:before{background-color:currentColor}.octane-form-builder .form-required-marker{-ms-flex-item-align:end;align-self:flex-end;background-color:var(--gray-lightest-hex);border-top-left-radius:.25em;border-top-right-radius:.25em;padding:.125em .5em}.navigation [class*=nav-list-]{list-style:none}.navigation [class*=nav-item-]{position:relative}.navigation [class*=nav-item-]:last-of-type{border-bottom:0}.navigation [class*=nav-item-].active>[class*=nav-list-],.navigation [class*=nav-item-]:hover>[class*=nav-list-]{display:block;visibility:visible;opacity:1;pointer-events:unset;-webkit-transform:translate(0,0);transform:translate(0,0)}.navigation [class*=nav-link-]{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.5em;text-align:left;line-height:1;text-decoration:none;-webkit-transition:color .3s ease;transition:color .3s ease}.navigation [class*=nav-link-]::after{mask-image:url(https://octanecdn.com/cfawcom/images/svg/caret-right.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/caret-right.svg)}.navigation [class*=nav-link-]:focus,.navigation [class*=nav-link-]:hover{color:var(--accent2-light-hex)}.navigation .nav-list-primary{position:relative;display:grid;grid-auto-flow:column dense;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-gap:1em}.navigation .nav-item-primary.has-dropdown{position:unset}.navigation .nav-link-primary{padding:1.25em .5em;font-size:1.5em;text-align:center}.header .logo,.navigation .has-children{padding-right:2em}.navigation .nav-link-primary::after{mask-image:url(https://octanecdn.com/cfawcom/images/svg/caret-down.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/caret-down.svg)}.navigation .has-children:after{content:"";position:absolute;display:block;mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;right:1em;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);background-color:var(--accent2-light-hex)}.navigation .nav-list-secondary-container,.navigation .nav-list-tertiary-container{position:absolute;top:100%;left:0;width:100%;min-width:200px;-webkit-transform:translate(0,-1em);transform:translate(0,-1em);visibility:hidden;opacity:0;pointer-events:none;-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease;transition:opacity .3s ease,transform .3s ease,-webkit-transform .3s ease}.navigation .nav-list-secondary{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2em;padding:3em 0;max-width:1000px;margin:0 auto;border-top:2px solid var(--white-hex)}.navigation .nav-link-secondary{font-size:1.25em;font-family:var(--heading-font);text-transform:uppercase}@media screen and (max-width:1050px){.navigation .nav-link-primary{font-size:1.25em}.navigation .nav-link-secondary{font-size:1em}}.navigation .nav-list-tertiary-container{top:0;left:100%;-webkit-transform:translate(-1em,0);transform:translate(-1em,0);-webkit-transform-origin:top left;transform-origin:top left}.navigation .left-dropdown .nav-list-secondary-container{left:inherit;right:0}.navigation .left-dropdown .nav-list-tertiary-container{left:-100%;-webkit-transform:translate(1em,0);transform:translate(1em,0)}.navigation .left-dropdown [class*=nav-link-]::after{mask-image:url(https://octanecdn.com/cfawcom/images/svg/caret-left.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/caret-left.svg)}.navigation .left-dropdown .nav-link-primary::after{mask-image:url(https://octanecdn.com/cfawcom/images/svg/caret-down.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/caret-down.svg)}.desktop-nav-modal{position:absolute;padding:6em 0;top:0;left:0;width:100%;height:100vh;background-color:rgba(var(--gray-dark2),.95);z-index:3;-webkit-transform:translate(0,-100%);transform:translate(0,-100%);transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease}.desktop-nav-modal.active,.desktop-nav-modal:focus-within{-webkit-transform:translate(0,0);transform:translate(0,0)}.desktop-nav-modal .service-mega-wrapper{position:unset}.desktop-nav-modal .service-mega .nav-link-secondary{padding-left:3em}.desktop-nav-modal .service-mega .nav-link-secondary[class*=icon-]{position:relative}.desktop-nav-modal .service-mega .nav-link-secondary[class*=icon-]::before{content:"";position:absolute;display:block;mask-position:center;mask-size:contain;mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;top:50%;left:0;width:2em;height:2em;background-color:var(--accent2-light-hex);-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.desktop-nav-modal .service-mega .nav-link-secondary.icon-hands::before{mask-image:url(https://octanecdn.com/cfawcom/images/svg/icon-hands.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/icon-hands.svg)}.desktop-nav-modal .service-mega .nav-link-secondary.icon-building::before{mask-image:url(https://octanecdn.com/cfawcom/images/svg/icon-building.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/icon-building.svg)}.desktop-nav-modal .service-mega .nav-link-secondary.icon-line-graph::before{mask-image:url(https://octanecdn.com/cfawcom/images/svg/icon-line-graph.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/icon-line-graph.svg)}.desktop-nav-modal .service-mega .nav-link-secondary.icon-pie-graph::before{mask-image:url(https://octanecdn.com/cfawcom/images/svg/icon-pie-graph.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/icon-pie-graph.svg)}.desktop-nav-modal .service-mega .nav-link-secondary.icon-columns::before{mask-image:url(https://octanecdn.com/cfawcom/images/svg/icon-columns.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/icon-columns.svg)}.desktop-nav-modal .service-mega .nav-link-secondary.icon-scales::before{mask-image:url(https://octanecdn.com/cfawcom/images/svg/icon-scales.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/icon-scales.svg)}.dx-mobile-navigation{display:none;position:fixed;z-index:10001;left:0;bottom:0;width:100%;max-width:100vw}@media screen and (max-width:950px){.dx-mobile-navigation{display:block}}.dx-mobile-navigation .nav-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;max-width:100vw;max-height:100vh;background-color:#fff;color:#333;-webkit-transform:translate(0,calc(100% + 4em));transform:translate(0,calc(100% + 4em));-webkit-transform-origin:0 100%;transform-origin:0 100%;-webkit-transition:-webkit-transform .6s ease;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease}.dx-mobile-navigation .nav-inner{max-height:100vh;max-width:500px;width:100%;overflow-y:auto;margin:0 auto;padding-top:4em;padding-bottom:7em}.dx-mobile-navigation .buttons-container{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1em;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:2em;padding:0 1em}.dx-mobile-navigation .nav-list-primary{width:100%;list-style:none}.dx-mobile-navigation .nav-list-secondary,.dx-mobile-navigation .nav-list-tertiary{position:relative;display:none;list-style:none;background-color:rgba(241,241,241,.08)}.dx-mobile-navigation .nav-list-secondary.open,.dx-mobile-navigation .nav-list-tertiary.open{display:block}.dx-mobile-navigation .nav-link-primary,.dx-mobile-navigation .nav-link-secondary,.dx-mobile-navigation .nav-link-tertiary{position:relative;display:block;padding:.5em 1em;text-decoration:none;text-transform:uppercase;font-weight:700;border-bottom:2px solid var(--gray-lightest-hex)}.dx-mobile-navigation .nav-link-secondary{padding-left:2.5em;background-color:rgba(var(--gray-lightest),.2)}.dx-mobile-navigation .nav-link-tertiary{padding-left:4.5em;background-color:rgba(var(--gray-lightest),.4)}.dx-mobile-navigation .toggle{position:absolute;top:0;right:0;width:2.5em;height:100%}.dx-mobile-navigation .mobile-nav-link::before,.dx-mobile-navigation .toggle:after{mask-size:contain;top:50%;height:1em;left:50%;content:""}.dx-mobile-navigation .toggle:after{position:absolute;display:block;mask-position:center;mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;mask-image:url(https://octanecdn.com/cfawcom/images/svg/chevron-down.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/chevron-down.svg);width:1em;background-color:#000;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.dx-mobile-navigation .mobile-nav-items{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:4em;background-image:radial-gradient(circle at top center,transparent 40px,var(--primary-hex) 41px)}.dx-mobile-navigation .mobile-nav-link{position:relative;margin:1em;width:2em;height:2em;border-radius:50%;background-color:var(--white-hex);text-decoration:none;overflow:hidden;text-indent:200%;white-space:nowrap}.dx-mobile-navigation .mobile-nav-link::before{position:absolute;display:block;mask-position:center;mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;width:1em;background-color:var(--accent1-hex);text-indent:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.dx-mobile-navigation .dx-menu-btn,.header .menu-btn{width:4em;height:4em;text-indent:5em;white-space:nowrap;font-size:1em;cursor:pointer}.dx-mobile-navigation .mobile-nav-link.icon-phone::before{mask-image:url(https://octanecdn.com/cfawcom/images/svg/phone.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/phone.svg)}.dx-mobile-navigation .mobile-nav-link.icon-calendar::before{mask-image:url(https://octanecdn.com/cfawcom/images/svg/calendar.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/calendar.svg)}.dx-mobile-navigation .mobile-nav-link.icon-envelope::before{mask-image:url(https://octanecdn.com/cfawcom/images/svg/envelope.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/envelope.svg)}.dx-mobile-navigation .dx-menu-btn{position:absolute;top:0;left:50%;display:block;-webkit-box-shadow:0 0 5px rgba(0,0,0,.4);box-shadow:0 0 5px rgba(0,0,0,.4);border-radius:50%;margin:0;border:0;background-color:var(--primary-lightest-hex);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);overflow:hidden}.dx-mobile-navigation .search-input,.header .search-input{border:2px solid var(--gray-lightest-hex);-webkit-box-shadow:none;-webkit-box-sizing:border-box}.dx-mobile-navigation .nav-handle{position:absolute;left:50%;top:49%;width:1.85em;height:1.85em;cursor:pointer;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.dx-mobile-navigation .nav-handle-inner,.dx-mobile-navigation .search{-webkit-transform:translate(0,-50%);-webkit-transition:background-color .3s ease;top:50%}.dx-mobile-navigation .nav-handle-inner{position:absolute;display:block;height:.2em;width:100%;background-color:var(--white-hex);transform:translate(0,-50%);transition:background-color .3s ease}.dx-mobile-navigation .nav-handle-inner:after,.dx-mobile-navigation .nav-handle-inner:before{content:"";position:absolute;display:block;width:100%;height:.2em;background-color:var(--white-hex);-webkit-transition:.3s ease all;transition:.3s ease all}.dx-mobile-navigation .nav-handle-inner::before{margin:-.625em 0 0}.dx-mobile-navigation .nav-handle-inner::after{margin:.625em 0 0}.dx-mobile-navigation.nav-open .nav-wrapper{-webkit-transform:translate(0,0);transform:translate(0,0)}.dx-mobile-navigation.nav-open .nav-handle-inner{background-color:transparent}.dx-mobile-navigation.nav-open .nav-handle-inner::after,.dx-mobile-navigation.nav-open .nav-handle-inner::before{margin:0}.dx-mobile-navigation.nav-open .nav-handle-inner:before{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.dx-mobile-navigation.nav-open .nav-handle-inner:after{-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.dx-mobile-navigation .search-wrapper{position:relative}.dx-mobile-navigation .search-wrapper+.nav-list-primary{margin-top:2em}.dx-mobile-navigation .search-input{display:block;width:100%;padding:.5em 3.5em .5em 1em;font-size:1em;background-color:var(--white-hex);box-shadow:none;border-radius:0 .5em;box-sizing:border-box}.dx-mobile-navigation .search-input::-ms-clear{width:0;height:0}.dx-mobile-navigation .search,.header .search{height:1em;text-indent:200%;mask-repeat:no-repeat;overflow:hidden}.dx-mobile-navigation .search-input::-webkit-contacts-auto-fill-button{visibility:hidden;display:none!important;pointer-events:none;position:absolute;right:0}.dx-mobile-navigation .search{mask-position:center;mask-size:contain;-webkit-mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;mask-image:url(https://octanecdn.com/cfawcom/images/svg/search.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/search.svg);position:absolute;right:1em;width:1em;white-space:nowrap;transform:translate(0,-50%);transition:background-color .3s ease}.dx-mobile-navigation .show-search::before,.header .search,.header .show-search::before{mask-size:contain;mask-image:url(https://octanecdn.com/cfawcom/images/svg/search.svg)}.dx-mobile-navigation .search:focus,.dx-mobile-navigation .search:hover{background-color:var(--primary-hex)}.dx-mobile-navigation .show-search{position:relative;display:block;overflow:hidden;width:2em;height:2em;background-color:transparent;text-indent:6em;white-space:nowrap}@media screen and (max-width:450px){.dx-mobile-navigation .show-search{-ms-flex-item-align:center;align-self:center}}.dx-mobile-navigation .show-search::before{content:"";position:absolute;display:block;mask-position:center;mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/search.svg);top:50%;left:50%;width:1.25em;height:1.52em;background-color:var(--primary-hex);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.header,.header .skip-links{position:absolute;top:0;left:0}.dx-mobile-navigation .show-search:focus::before,.dx-mobile-navigation .show-search:hover::before,.header .search{background-color:var(--primary-light-hex)}.dx-mobile-navigation .show-search.loading::before{mask-image:url(https://octanecdn.com/cfawcom/images/svg/spinner-third.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/spinner-third.svg);-webkit-animation:spin 2s infinite;animation:spin 2s infinite}.header{width:100%;z-index:9001}.header .main-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:.5em;padding-bottom:.5em}@media screen and (max-width:950px){.header .main-container{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.header .logo-col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-negative:0;flex-shrink:0}@media screen and (max-width:950px){.header .logo-col{-ms-flex-negative:1;flex-shrink:1}.header .logo{padding-right:0}}.header .nav-col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:4}@media screen and (max-width:950px){.header .nav-col{display:none}}.header .btns-col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.5em 0;border-left:2px solid var(--white-hex)}.header .btn-wrapper+.btn-wrapper,.header .btn-wrapper+.tel-wrapper{margin-left:1em}.header .btn{display:block;border-radius:0 .5em 0 0}.header .skip-links{padding:1em;border:2px solid #333;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;opacity:0;z-index:-3;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.header .menu-btn,.header .menu-btn.active .nav-handle-inner{background-color:transparent}.header .skip-links:focus-within{opacity:1;z-index:999999999}.header .menu-btn{position:relative;display:block;margin:0;border:0;overflow:hidden;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.header .nav-handle-inner,.header .search{-webkit-transition:background-color .3s ease}.header .menu-btn:focus,.header .menu-btn:hover{opacity:.5}.header .menu-btn.active .nav-handle-inner::after,.header .menu-btn.active .nav-handle-inner::before{margin:0}.header .menu-btn.active .nav-handle-inner:before{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.header .menu-btn.active .nav-handle-inner:after{-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.header .nav-handle{position:absolute;left:50%;top:49%;width:1.85em;height:1.85em;cursor:pointer;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.header .nav-handle-inner,.header .nav-handle-inner:after,.header .nav-handle-inner:before,.header .search-input{display:block;width:100%;background-color:var(--white-hex)}.header .nav-handle-inner{position:absolute;top:50%;height:.2em;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);transition:background-color .3s ease}.header .nav-handle-inner:after,.header .nav-handle-inner:before{content:"";position:absolute;height:.2em;-webkit-transition:.3s ease all;transition:.3s ease all}.header .nav-handle-inner::before{margin:-.625em 0 0}.header .nav-handle-inner::after{margin:.625em 0 0}.header .search-wrapper{position:relative;max-width:175px;padding:.5em 0}.header .search-input{padding:.5em 3.5em .5em 1em;font-size:1em;box-shadow:none;border-radius:0 .5em;box-sizing:border-box}.header .search-input::-ms-clear{width:0;height:0}.header .search-input::-webkit-contacts-auto-fill-button{visibility:hidden;display:none!important;pointer-events:none;position:absolute;right:0}.header .search{mask-position:center;-webkit-mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/search.svg);position:absolute;top:50%;right:1em;width:1em;white-space:nowrap;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);transition:background-color .3s ease}.alert-bar.single-line-expanded .ab-arrow-btn::after,.header .show-search::before{mask-position:center;left:50%;content:"";display:block;top:50%}.header .search:focus,.header .search:hover{background-color:var(--primary-hex)}.header .show-search{position:relative;display:block;overflow:hidden;width:2em;height:2em;background-color:transparent;text-indent:6em;white-space:nowrap}@media screen and (max-width:450px){.header .show-search{-ms-flex-item-align:center;align-self:center}}.header .show-search::before{position:absolute;mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/search.svg);width:1.25em;height:1.52em;background-color:var(--white-hex);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.header .show-search.loading::before{mask-image:url(https://octanecdn.com/cfawcom/images/svg/spinner-third.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/spinner-third.svg);-webkit-animation:spin 2s infinite;animation:spin 2s infinite}.header .show-search:focus::before,.header .show-search:hover::before{background-color:var(--primary-light-hex)}.alert-bar{padding:.25em 0;background-color:var(--gray-dark2-hex);text-align:center}.alert-bar.single-line-expanded{overflow:hidden}.alert-bar.single-line-expanded .width-container-inner{position:relative;margin:0 1em;padding-right:0;padding-left:0}.alert-bar.single-line-expanded .width-container-inner[data-hidden=false].expanded,.alert-bar.single-line-expanded .width-container-inner[data-hidden=true]{margin-right:2em}.alert-bar.single-line-expanded .width-container-inner[data-hidden=true] .ab-arrow-btn{opacity:1;visibility:visible}.alert-bar.single-line-expanded .width-container-inner[data-hidden=true] .content-container{max-height:1.5em}.alert-bar.single-line-expanded .width-container-inner[data-hidden=false].expanded .ab-arrow-btn{opacity:1;visibility:visible}.alert-bar.single-line-expanded .width-container-inner[data-hidden=false].expanded .ab-arrow-btn::after{mask-image:url(https://octanecdn.com/cfawcom/images/svg/angle-up.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/angle-up.svg)}.alert-bar.single-line-expanded .ab-arrow-btn{position:absolute;top:0;right:-1.75em;margin:0;border:none;padding:0;width:1.5em;height:1.5em;background-color:transparent;background-image:none;color:inherit;font-size:1em;cursor:pointer;opacity:0;visibility:hidden;-webkit-transition:all .3s ease;transition:all .3s ease}.alert-bar.single-line-expanded .ab-arrow-btn::after{position:absolute;mask-size:contain;mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;mask-image:url(https://octanecdn.com/cfawcom/images/svg/angle-down.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/angle-down.svg);width:1em;height:1em;background-color:#fff;pointer-events:none;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (max-width:500px){.alert-bar{font-size:.875em}}.alert-bar .width-container{display:block}.alert-bar .content-container a{color:var(--primary-light-hex)}.high-contrast .alert-bar .content-container a,.prefooter .section-title,.prefooter-wrapper .width-container{color:var(--white-hex)}.prefooter-wrapper{position:relative;padding:0 1em;overflow:hidden}@media screen and (max-width:700px){.prefooter-wrapper{padding:0}}.prefooter-wrapper::before{content:"";position:absolute;display:block;top:0;left:0;width:100%;height:100%;background-color:var(--gray-dark-hex);-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}.prefooter-wrapper .width-container{position:relative;padding:0 2em;background-color:var(--gray-dark-hex);background-image:-webkit-gradient(linear,left top,right top,from(var(--gray-dark-hex)),to(var(--gray-hex)));background-image:linear-gradient(90deg,var(--gray-dark-hex) 0,var(--gray-hex) 100%);border-top-right-radius:2em;z-index:1}.prefooter-wrapper .width-container::before{content:"";position:absolute;display:block;mask-position:center;mask-size:cover;mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:cover;-webkit-mask-repeat:no-repeat;mask-image:url(https://octanecdn.com/cfawcom/images/svg/wave2.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/wave2.svg);top:50%;right:0;width:100vw;height:100%;background-color:var(--gray-dark2-hex);-webkit-transform:translate(0,-50%);transform:translate(0,-50%);border-top-right-radius:2em;z-index:-1;opacity:.25}@media screen and (max-width:1000px){.prefooter-wrapper .width-container{padding:0 1em}}.prefooter-wrapper .contrast-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:.25em 0}.prefooter{position:relative;padding:2em 3em;margin:0 auto}.prefooter .social-col{position:absolute;bottom:2em;left:3em}@media screen and (max-width:1200px){.prefooter{padding:2em 0}.prefooter .social-col{left:0}}@media screen and (max-width:700px){.prefooter .social-col{position:relative;bottom:unset;left:unset;padding-top:2em}}.footer{display:grid;grid-template-columns:7fr 3fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:2em;padding-top:1em;padding-bottom:1em}@media screen and (max-width:950px){.footer{grid-template-columns:1fr;justify-items:center;text-align:center;padding-bottom:6em}}.footer .no-prefooter .social-networks{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.footer .copyright{font-style:italic}.footer .site-info-links{margin:1em 0 0 -.5em;list-style:none;font-size:.875em}.footer .site-info-item{display:inline-block;margin-left:.5em}.footer .site-info-link{display:block;margin-right:.75em;line-height:1.25;text-decoration:none;font-style:italic;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.footer .site-info-link:focus,.footer .site-info-link:hover{opacity:.5}.footer .site-info-link:last-of-type{margin-right:0}.footer [class*="-logo"]{mask-position:center;mask-size:contain;mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;mask-image:url(https://octanecdn.com/cfawcom/images/svg/dynamix-logo.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/dynamix-logo.svg);display:inline-block;margin:0 0 0 auto;width:120px;height:45px;background-color:var(--white-hex);text-indent:-9999px;opacity:.5;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}@media screen and (max-width:950px){.footer .no-prefooter .social-networks{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.footer [class*="-logo"]{margin-right:auto}}.footer [class*="-logo"]:focus,.footer [class*="-logo"]:hover{opacity:.75}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:0;z-index:-6;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.modal-overlay.active{z-index:99999;opacity:1}.modal-wrapper{position:fixed;top:50%;left:50%;max-width:1000px;width:100%;max-height:80vh;padding-top:2em;overflow-y:auto;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0;z-index:-6;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.modal-wrapper.active{z-index:999999;opacity:1}.modal-wrapper .modal-inner{background-color:#fff}.modal-wrapper .modal-close{position:absolute;z-index:2;top:0;right:0;display:inline-block;width:2em;height:2em;overflow:hidden;text-indent:4em;border:none;background:0 0}.modal-wrapper .modal-close::after,.modal-wrapper .modal-close::before{content:'';position:absolute;height:2px;width:100%;top:50%;left:0;margin-top:-6px;background:#fff;border-radius:5px}.ais-search-window,.search-window{position:fixed;z-index:10002}.modal-wrapper .modal-close::before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.modal-wrapper .modal-close::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.ais-search-window{top:0;left:0;width:100%;opacity:0;pointer-events:none;-webkit-transform:translate(0,-100%);transform:translate(0,-100%);-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,-webkit-transform .3s ease;transition:transform .3s ease,opacity .3s ease;transition:transform .3s ease,opacity .3s ease,-webkit-transform .3s ease}.ais-search-window .search-overlay{position:absolute;top:0;left:0;z-index:0;width:100%;height:150vh;background-color:rgba(var(--black),.5);-webkit-backdrop-filter:blur(.25em);backdrop-filter:blur(.25em);opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;-webkit-transition-delay:.3s;transition-delay:.3s}.ais-search-window.active{opacity:1;pointer-events:all;-webkit-transform:translate(0,0);transform:translate(0,0)}.ais-search-window.active .search-overlay{opacity:1;-webkit-transition:opacity 150ms ease;transition:opacity 150ms ease;-webkit-transition-delay:0s;transition-delay:0s}.ais-search-window .width-container{position:relative;z-index:2;max-width:1000px;padding-top:4em;padding-bottom:4em}.ais-search-window .search-wrapper{position:relative}.ais-search-window .search-wrapper::before{content:"";position:absolute;display:block;mask-position:center;mask-size:contain;mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;mask-image:url(https://octanecdn.com/cfawcom/images/svg/search.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/search.svg);top:50%;right:1.5em;width:1em;height:1em;background-color:var(--primary-hex);pointer-events:none;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.ais-search-window .search-form{font-size:1em}@media screen and (max-width:1150px){.ais-search-window .search-form{font-size:.9em}}.ais-search-window input{display:block;width:100%;height:100%;padding:.75em 3em .75em 1em;border:0;border-radius:0;background-color:var(--white-hex);color:var(--black-hex);-webkit-box-shadow:0 0 1em 0 rgba(var(--black),.25);box-shadow:0 0 1em 0 rgba(var(--black),.25);font-size:1em;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.ais-Autocomplete .result-outer-container{position:absolute;top:100%;left:0;z-index:5;overflow-y:auto;width:100%;min-width:calc(320px - 2em);max-height:500px;margin-top:1em;border-radius:0;background-color:var(--white-hex)}.ais-Autocomplete .result-outer-container::-webkit-scrollbar{width:.325em}.ais-Autocomplete .result-outer-container::-webkit-scrollbar-track{border-radius:1em;background-color:var(--white-hex)}.ais-Autocomplete .result-outer-container::-webkit-scrollbar-thumb{border-radius:1em;background-color:rgba(var(--primary),.6)}.ais-Autocomplete .result-outer-container::-webkit-scrollbar-button{display:none}.ais-Autocomplete .result-inner-container{padding:1em;-webkit-box-shadow:0 .125em .25em 0 rgba(var(--black),.125);box-shadow:0 .125em .25em 0 rgba(var(--black),.125);list-style:none}.ais-Autocomplete .result-container+.result-container{margin-top:1em}.ais-Autocomplete .result-title{color:var(--primary-hex);font-size:1.125em;-webkit-transition:color .3s ease;transition:color .3s ease}.ais-Autocomplete .result-link{display:block;padding:1em;border-radius:0;text-decoration:none;-webkit-transition:background-color .3s ease,-webkit-box-shadow .3s ease;transition:background-color .3s ease,-webkit-box-shadow .3s ease;transition:background-color .3s ease,box-shadow .3s ease;transition:background-color .3s ease,box-shadow .3s ease,-webkit-box-shadow .3s ease}@media screen and (max-width:1200px){.ais-Autocomplete .result-title{font-size:1.0625em}.ais-Autocomplete .result-link{padding:.5em;border-radius:0}}.ais-Autocomplete .result-link:focus,.ais-Autocomplete .result-link:hover{background-color:var(--white-hex);-webkit-box-shadow:0 .125em .25em 0 rgba(var(--black),.125);box-shadow:0 .125em .25em 0 rgba(var(--black),.125)}.ais-Autocomplete .result-link:focus .result-title,.ais-Autocomplete .result-link:hover .result-title{color:var(--primary-light-hex)}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:2em 0 0;padding:0;list-style:none;text-align:center}.pagination .pager-list-item{display:inline-block;cursor:pointer}.pagination .pager-list-item.active .pager-list-link{color:var(--white-hex)}.pagination .pager-list-item.active .pager-list-link::after{opacity:1}.pagination .pager-list-item.active .pager-list-link:focus,.pagination .pager-list-item.active .pager-list-link:hover{color:var(--white-hex);cursor:default}.pagination .pager-list-link{position:relative;margin:0 .3125em;padding:.25em .75em;background-color:transparent;text-decoration:none;font-family:var(--heading-font);font-size:1.25em;-webkit-transition:color .3s ease;transition:color .3s ease;z-index:1}.pagination .pager-list-link::after{content:"";position:absolute;display:block;top:50%;left:50%;width:2em;height:2em;border-radius:50%;background-color:var(--primary-hex);z-index:-1;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0}.pagination .pager-list-link:focus,.pagination .pager-list-link:hover{color:var(--primary-hex)}.pagination .next,.pagination .prev{position:relative}.pagination .next:focus::before,.pagination .next:hover::before,.pagination .prev:focus::before,.pagination .prev:hover::before{background-color:var(--primary-hex)}.pagination .next::before,.pagination .prev::before{content:"";position:absolute;display:block;mask-position:center;mask-size:contain;mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;top:50%;left:50%;width:1em;height:1em;background-color:var(--gray-dark2-hex);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.pagination .prev::before{mask-image:url(https://octanecdn.com/cfawcom/images/svg/angle-left.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/angle-left.svg)}.pagination .next::before{mask-image:url(https://octanecdn.com/cfawcom/images/svg/angle-right.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/angle-right.svg)}@-webkit-keyframes modal-video{from{opacity:0}to{opacity:1}}@keyframes modal-video{from{opacity:0}to{opacity:1}}@-webkit-keyframes modal-video-inner{from{-webkit-transform:translate(0,100px);transform:translate(0,100px)}to{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes modal-video-inner{from{-webkit-transform:translate(0,100px);transform:translate(0,100px)}to{-webkit-transform:translate(0,0);transform:translate(0,0)}}.modal-video{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:1000000;cursor:pointer;opacity:1;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:modal-video;animation-name:modal-video;-webkit-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.modal-video-close{opacity:0}.modal-video-close .modal-video-movie-wrap{-webkit-transform:translate(0,100px);transform:translate(0,100px)}.inmodal-video{position:absolute;display:block;max-height:100%;width:100%;height:100%}.modal-video-body{position:absolute;top:50%;left:50%;max-width:940px;width:100%;margin:0 auto;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.modal-video-inner{width:100%}.modal-video-movie-wrap{width:100%;max-width:940px;height:0;position:relative;padding-bottom:56.25%;background-color:#333;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:modal-video-inner;animation-name:modal-video-inner;-webkit-transform:translate(0,0);transform:translate(0,0);-webkit-transition:-webkit-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out}.modal-video-movie-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}.modal-video-close-btn{position:absolute;z-index:2;top:-35px;right:-35px;display:inline-block;width:35px;height:35px;overflow:hidden;border:none;background:0 0}@media screen and (max-width:950px){.modal-video-close-btn{top:-35px;right:0}}.modal-video-close-btn:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.modal-video-close-btn:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.modal-video-close-btn:after,.modal-video-close-btn:before{content:'';position:absolute;height:2px;width:100%;top:50%;left:0;background:#fff;border-radius:5px;margin-top:-6px}.wistia_embed{position:absolute;top:0;width:100%;height:100%}.layout-cfa-content-stats.stat-count-1 .column-1::after,.layout-cfa-content-stats.stat-count-1 .column-1::before,.layout-cfa-content-stats.stat-count-2 .column-1::before{display:none}.layout-cfa-content-stats.stat-count-3 .column-1::after{height:calc(50% + 1em);-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%)}.layout-cfa-content-stats.stat-count-3 .stat-wrapper:last-of-type{grid-column:span 2}.layout-cfa-content-stats.stat-count-1 .width-container,.layout-cfa-content-stats.stat-count-2 .width-container{grid-template-columns:3fr 7fr}@media screen and (max-width:900px){.layout-cfa-content-stats.stat-count-1 .width-container,.layout-cfa-content-stats.stat-count-2 .width-container{grid-template-columns:1fr}}.layout-cfa-content-stats.stat-count-1 .number,.layout-cfa-content-stats.stat-count-2 .number{font-size:1.5em}@media screen and (max-width:450px){.layout-cfa-content-stats.stat-count-3 .stat-wrapper:last-of-type{grid-column:span 1}.layout-cfa-content-stats.stat-count-1 .number,.layout-cfa-content-stats.stat-count-2 .number{font-size:1.25em}}.layout-cfa-content-stats.stat-count-1 .description,.layout-cfa-content-stats.stat-count-2 .description{font-size:1em}.layout-cfa-content-stats.stat-count-1 .column-1{grid-template-columns:1fr}.layout-cfa-content-stats .width-container{display:grid;grid-template-columns:1fr 1fr;grid-gap:4em;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:900px){.layout-cfa-content-stats .width-container{grid-template-columns:1fr}}.layout-cfa-content-stats .column-1{position:relative;display:grid;grid-template-columns:1fr 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:2em;padding:1em;border:2px solid var(--gray-lightest-hex);border-radius:0 1em}.layout-cfa-content-stats .column-1::after,.layout-cfa-content-stats .column-1::before{top:50%;left:50%;background-color:var(--gray-lightest-hex);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.layout-cfa-content-stats .column-1::before{content:"";position:absolute;display:block;width:calc(100% + 2em);height:2px}@media screen and (max-width:450px){.layout-cfa-content-stats .column-1{grid-template-columns:1fr;grid-gap:0;padding:0}.layout-cfa-content-stats .column-1::before{display:none}}.layout-cfa-content-stats .column-1::after{content:"";position:absolute;display:block;width:2px;height:calc(100% + 2em)}.layout-cfa-content-stats .stat-wrapper{padding:1em;text-align:center;text-transform:uppercase;font-family:var(--heading-font)}.layout-cfa-content-stats .number{color:var(--primary-hex);font-size:2.25em}@media screen and (max-width:1200px){.layout-cfa-content-stats .number{font-size:1.5em}}@media screen and (max-width:450px){.layout-cfa-content-stats .column-1::after{display:none}.layout-cfa-content-stats .stat-wrapper{border-bottom:2px solid var(--gray-lightest-hex)}.layout-cfa-content-stats .stat-wrapper:last-of-type{border-bottom:unset}.layout-cfa-content-stats .number{font-size:1.25em}}.layout-cfa-content-stats .description{color:var(--gray-hex);font-size:1.5em}@media screen and (max-width:1200px){.layout-cfa-content-stats .description{font-size:1em}}.high-contrast .layout-cfa-content-stats .description{color:var(--gray-dark2-hex)}.layout-cfa-content-map .column-1,.layout-cfa-content-map .column-3{background-image:-webkit-gradient(linear,right top,left top,from(var(--gray-dark-hex)),to(var(--gray-hex)))}.layout-cfa-content-map .width-container{position:relative;padding-right:0}@media screen and (max-width:1050px){.layout-cfa-content-map .width-container{padding-right:3em}.layout-cfa-content-map .slide{height:auto!important}}@media screen and (max-width:1000px){.layout-cfa-content-map .width-container{padding-right:2em}}@media screen and (max-width:700px){.layout-cfa-content-map .width-container{padding-right:1em}}.layout-cfa-content-map .slide{position:absolute;top:0;left:0;width:100%;z-index:0;opacity:0;-webkit-transition:opacity .6s ease;transition:opacity .6s ease}.layout-cfa-content-map .slide.active{position:relative;z-index:1;opacity:1}.layout-cfa-content-map .slide.showing{z-index:1;opacity:1}.layout-cfa-content-map .initial-wrapper{display:grid;grid-template-columns:3fr 7fr}.layout-cfa-content-map .initial-wrapper.active .column{opacity:1;-webkit-transform:translate(0,0);transform:translate(0,0)}.layout-cfa-content-map .initial-wrapper.active.hiding .column-1{opacity:0;-webkit-transform:translate(-2em,0);transform:translate(-2em,0)}.layout-cfa-content-map .initial-wrapper.active.hiding .column-2{opacity:0;-webkit-transform:translate(2em,0);transform:translate(2em,0)}.layout-cfa-content-map .column{opacity:0;-webkit-transform:translate(0,0);transform:translate(0,0);-webkit-transition:opacity .6s ease,-webkit-transform .6s ease;transition:opacity .6s ease,-webkit-transform .6s ease;transition:opacity .6s ease,transform .6s ease;transition:opacity .6s ease,transform .6s ease,-webkit-transform .6s ease}.layout-cfa-content-map .column-1{-ms-flex-item-align:center;align-self:center;position:relative;margin:8em -2em 8em 0;padding:2em;background-color:var(--gray-dark-hex);background-image:linear-gradient(270deg,var(--gray-dark-hex) 0,var(--gray-hex) 100%);color:var(--white-hex);border-radius:0 .5em;z-index:2}.layout-cfa-content-map .column-1::before{content:"";position:absolute;display:block;mask-position:bottom center;mask-size:cover;mask-repeat:no-repeat;-webkit-mask-position:bottom center;-webkit-mask-size:cover;-webkit-mask-repeat:no-repeat;mask-image:url(https://octanecdn.com/cfawcom/images/svg/wave2.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/wave2.svg);top:50%;left:0;width:100%;height:100%;background-color:var(--gray-light-hex);-webkit-transform:translate(0,-50%);transform:translate(0,-50%);border-top-right-radius:2em;z-index:-1;opacity:.25}@media screen and (max-width:1050px){.layout-cfa-content-map .initial-wrapper{grid-template-columns:1fr}.layout-cfa-content-map .column-1{margin:0;border-radius:0 .5em 0 0}}@media screen and (max-width:700px){.layout-cfa-content-map .column-1{padding:1em}}.layout-cfa-content-map .column-1 .section-title{color:currentColor}.layout-cfa-content-map .column-2{position:relative;margin-left:-2em;z-index:1;-ms-flex-item-align:center;align-self:center}@media screen and (max-width:1050px){.layout-cfa-content-map .column-2{margin-left:0;border-bottom-left-radius:.5em}}.layout-cfa-content-map .column-3{display:grid;grid-template-columns:2fr 8fr;grid-gap:4em;left:3em;width:calc(100% - 3em);background-color:var(--gray-hex);background-image:linear-gradient(270deg,var(--gray-dark-hex) 0,var(--gray-hex) 100%);padding:2em;min-height:50vh;opacity:0;z-index:0;border-radius:0 .5em}@media screen and (max-width:1050px){.layout-cfa-content-map .column-3{width:calc(100% - 6em)}}@media screen and (max-width:1000px){.layout-cfa-content-map .column-3{left:2em;width:calc(100% - 4em)}}@media screen and (max-width:700px){.layout-cfa-content-map .column-3{left:1em;width:calc(100% - 2em);padding:1em}}.layout-cfa-content-map .column-3::before{content:"";position:absolute;display:block;mask-position:bottom center;mask-size:cover;mask-repeat:no-repeat;-webkit-mask-position:bottom center;-webkit-mask-size:cover;-webkit-mask-repeat:no-repeat;mask-image:url(https://octanecdn.com/cfawcom/images/svg/wave2.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/wave2.svg);top:50%;left:0;width:100%;height:100%;background-color:var(--gray-light-hex);-webkit-transform:translate(0,-50%);transform:translate(0,-50%);border-top-right-radius:2em;z-index:-1;opacity:.25}.layout-cfa-content-map .column-3.active{left:0;width:100%}@media screen and (max-width:750px){.layout-cfa-content-map .column-3{display:block}.layout-cfa-content-map .controls-column{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1em;margin-bottom:2em}}.layout-cfa-content-map .control-item{position:relative;display:block;background-color:transparent;text-align:center;width:100%;padding:5em .5em .5em;color:var(--white-hex);font-family:var(--heading-font);text-transform:uppercase;border-radius:0 .5em;line-height:1.125}.layout-cfa-content-map .control-item.active,.layout-cfa-content-map .control-item::before{background-color:var(--primary-light-hex);background-image:linear-gradient(135deg,var(--primary-hex) 0,var(--primary-lightest-hex) 100%)}.layout-cfa-content-map .control-item::before{content:"";position:absolute;display:block;mask-position:center;mask-size:contain;mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;top:.5em;left:50%;width:4em;height:4em;-webkit-transform:translate(-50%,0);transform:translate(-50%,0);-webkit-transition:background-color .3s ease,background-image .3s ease;transition:background-color .3s ease,background-image .3s ease}@media screen and (max-width:550px){.layout-cfa-content-map .control-item{padding-top:3em}.layout-cfa-content-map .control-item::before{width:2em;height:2em}}@media screen and (max-width:400px){.layout-cfa-content-map .controls-column{grid-template-columns:1fr}.layout-cfa-content-map .control-item{padding-top:.5em;padding-left:3em;text-align:left}.layout-cfa-content-map .control-item::before{left:.5em;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}}.layout-cfa-content-map .control-item.active::before,.layout-cfa-content-map .control-item:focus::before,.layout-cfa-content-map .control-item:hover::before{background-color:var(--gray-light-hex);background-image:linear-gradient(135deg,var(--gray-light-hex) 0,var(--gray-lightest-hex) 100%)}.layout-cfa-content-map .control-item+.control-item{margin-top:1em}@media screen and (max-width:750px){.layout-cfa-content-map .control-item+.control-item{margin-top:0}}.layout-cfa-content-map .control-item.icon-asia-pacific::before{mask-image:url(https://octanecdn.com/cfawcom/images/svg/asia.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/asia.svg)}.layout-cfa-content-map .control-item.icon-europe::before{mask-image:url(https://octanecdn.com/cfawcom/images/svg/europe.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/europe.svg)}.layout-cfa-content-map .control-item.icon-north-america::before{mask-image:url(https://octanecdn.com/cfawcom/images/svg/north-america.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/north-america.svg)}.layout-cfa-content-map .control-item.icon-south-america::before{mask-image:url(https://octanecdn.com/cfawcom/images/svg/south-america.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/south-america.svg)}.layout-cfa-content-map .control-item.icon-africa::before{mask-image:url(https://octanecdn.com/cfawcom/images/svg/africa.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/africa.svg)}.layout-cfa-content-map .slides-column{position:relative}.layout-cfa-content-map .region-slide{position:absolute;top:0;left:0;width:100%;z-index:0;opacity:0;visibility:hidden;color:var(--white-hex);-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.layout-cfa-content-map .region-slide.active{position:relative;z-index:1;opacity:1;visibility:visible}.layout-cfa-content-map .region-slide .section-title{color:currentColor}.layout-cfa-content-map .section-title+.location-list{margin-top:2em}.layout-cfa-content-map .location-list{display:grid;grid-template-columns:1fr 1fr;grid-gap:4em;row-gap:2em}@media screen and (max-width:500px){.layout-cfa-content-map .location-list{grid-template-columns:1fr}}.layout-cfa-content-map .location-link{position:relative;display:block;padding-left:2em;text-decoration:none;font-size:1.25em;-webkit-transition:color .3s ease;transition:color .3s ease}@media screen and (max-width:900px){.layout-cfa-content-map .location-list{row-gap:1em}.layout-cfa-content-map .location-link{font-size:1em}}.layout-cfa-content-map .location-link::before{content:"";position:absolute;display:block;mask-position:center;mask-size:contain;mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;mask-image:url(https://octanecdn.com/cfawcom/images/svg/map-marker-alt.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/map-marker-alt.svg);top:50%;left:0;width:1em;height:1em;background-color:var(--primary-lightest-hex);-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.layout-cfa-content-map .location-link:focus,.layout-cfa-content-map .location-link:hover{color:var(--primary-lightest-hex)}.layout-cfa-content-image.content-right .column-1{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-right:0;margin-left:-2em;padding-right:2em;padding-left:6em}@media screen and (max-width:1050px){.layout-cfa-content-image.content-right .column-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-left:0;padding-left:2em}}@media screen and (max-width:700px){.layout-cfa-content-image.content-right .column-1{padding:1em}}.layout-cfa-content-image.content-right .column-2{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-left:0;margin-right:-2em}@media screen and (max-width:1050px){.layout-cfa-content-image.content-right .column-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-right:0}}.layout-cfa-content-image.aspect-ratio .width-container{-webkit-box-align:start;-ms-flex-align:start;align-items:start}.layout-cfa-content-image.aspect-ratio .column-2{padding-top:2em}.layout-cfa-content-image .width-container{display:grid;grid-template-columns:1fr 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:1050px){.layout-cfa-content-image.aspect-ratio .column-2{padding-top:0}.layout-cfa-content-image .width-container{grid-template-columns:1fr}}.layout-cfa-content-image .column-1{position:relative;margin-right:-2em;z-index:1;padding:2em 6em 2em 2em;border-radius:0 .5em}@media screen and (max-width:1050px){.layout-cfa-content-image .column-1{margin-right:0;border-radius:0 .5em 0 0}}@media screen and (max-width:700px){.layout-cfa-content-image .column-1{padding:1em}}.layout-cfa-content-image .column-2{position:relative;margin-left:-2em;z-index:2}.layout-cfa-content-image.layout-dark-gray .column-1::before,.layout-cfa-content-image.layout-light-gray .column-1::before{content:"";display:block;top:50%;right:0;width:100%;height:100%;border-top-right-radius:2em;z-index:-1;opacity:.25}@media screen and (max-width:1050px){.layout-cfa-content-image .column-2{margin-left:0;border-bottom-left-radius:.5em;overflow:hidden}}.layout-cfa-content-image .image-wrapper{position:relative}.layout-cfa-content-image .image-wrapper-item{display:block;width:100%}.layout-cfa-content-image .play-btn-wrapper{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.layout-cfa-content-image.layout-dark-gray .column-1{position:relative;background-color:var(--gray-dark-hex);background-image:-webkit-gradient(linear,left top,right top,from(var(--gray-dark-hex)),to(var(--gray-hex)));background-image:linear-gradient(90deg,var(--gray-dark-hex) 0,var(--gray-hex) 100%);color:var(--white-hex);overflow:hidden}.layout-cfa-content-image.layout-dark-gray .section-title,.layout-cfa-content-image.layout-light-gray .section-title{color:currentColor}.layout-cfa-content-image.layout-dark-gray .column-1::before{position:absolute;mask-position:top center;mask-size:cover;mask-repeat:no-repeat;-webkit-mask-position:top center;-webkit-mask-size:cover;-webkit-mask-repeat:no-repeat;mask-image:url(https://octanecdn.com/cfawcom/images/svg/wave2.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/wave2.svg);background-color:var(--gray-dark-hex);-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.layout-cfa-content-image.layout-light-gray .column-1{position:relative;background-color:var(--gray-light-hex);background-image:-webkit-gradient(linear,left top,right top,from(var(--gray-light-hex)),to(var(--gray-lightest-hex)));background-image:linear-gradient(90deg,var(--gray-light-hex) 0,var(--gray-lightest-hex) 100%);overflow:hidden}.layout-cfa-content-image.layout-light-gray .column-1::before{position:absolute;mask-position:top center;mask-size:cover;mask-repeat:no-repeat;-webkit-mask-position:top center;-webkit-mask-size:cover;-webkit-mask-repeat:no-repeat;mask-image:url(https://octanecdn.com/cfawcom/images/svg/wave2.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/wave2.svg);background-color:var(--gray-light-hex);-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.layout-cfa-content-image.layout-light-gray .play-btn{background-color:var(--accent1-light-hex)}.layout-cfa-content-image.layout-light-gray .play-btn::before{background-color:var(--accent1-hex)}.high-contrast .layout-cfa-content-image.layout-light-gray .play-btn{background-color:var(--accent1-dark-hex)}.layout-cfa-industry-grid .header-wrapper{max-width:1000px;margin:0 auto;text-align:center}.layout-cfa-industry-grid .header-wrapper+.grid-wrapper{margin-top:2em}.layout-cfa-industry-grid .grid-wrapper{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2em;row-gap:1em}@media screen and (max-width:1150px){.layout-cfa-industry-grid .grid-wrapper{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:950px){.layout-cfa-industry-grid .grid-wrapper{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:600px){.layout-cfa-industry-grid .grid-wrapper{grid-template-columns:1fr}}.layout-cfa-industry-grid .grid-item{display:grid;grid-template-columns:2em 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.5em 1em .5em 0;margin-left:1em;border:2px solid var(--gray-lightest-hex);border-radius:0 1em;text-decoration:none;background-image:linear-gradient(135deg,var(--accent1-light-hex) 0,var(--accent1-hex) 50%,transparent 50%,transparent 100%);background-size:250% auto;background-position:left 100% center;-webkit-transition:background .6s ease,color .3s ease 150ms;transition:background .6s ease,color .3s ease 150ms}.layout-cfa-industry-grid .image-wrapper,.layout-cfa-industry-grid .no-icon{background-color:var(--primary-light-hex);background-image:linear-gradient(135deg,var(--primary-hex) 0,var(--primary-light-hex) 100%);border-radius:0 .5em}.layout-cfa-industry-grid .grid-item:focus,.layout-cfa-industry-grid .grid-item:hover{color:var(--white-hex);background-position:left center}.layout-cfa-industry-grid .image-wrapper{padding:.25em;-webkit-transform:translate(-1em,0);transform:translate(-1em,0)}.layout-cfa-industry-grid .no-icon{width:100%;height:0;padding-top:100%;-webkit-transform:translate(-1em,0);transform:translate(-1em,0)}.layout-cfa-industry-grid .image-wrapper-item{display:block}.layout-cfa-content-image.content-right .column-1{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-right:0;margin-left:-2em;padding-right:2em;padding-left:6em}@media screen and (max-width:1050px){.layout-cfa-content-image.content-right .column-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-left:0;padding-left:2em}}@media screen and (max-width:700px){.layout-cfa-content-image.content-right .column-1{padding:1em}}.layout-cfa-content-image.content-right .column-2{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-left:0;margin-right:-2em}@media screen and (max-width:1050px){.layout-cfa-content-image.content-right .column-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-right:0}}.layout-cfa-content-image.aspect-ratio .width-container{-webkit-box-align:start;-ms-flex-align:start;align-items:start}.layout-cfa-content-image.aspect-ratio .column-2{padding-top:2em}.layout-cfa-content-image .width-container{display:grid;grid-template-columns:1fr 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:1050px){.layout-cfa-content-image.aspect-ratio .column-2{padding-top:0}.layout-cfa-content-image .width-container{grid-template-columns:1fr}}.layout-cfa-content-image .column-1{position:relative;margin-right:-2em;z-index:1;padding:2em 6em 2em 2em;border-radius:0 .5em}@media screen and (max-width:1050px){.layout-cfa-content-image .column-1{margin-right:0;border-radius:0 .5em 0 0}}@media screen and (max-width:700px){.layout-cfa-content-image .column-1{padding:1em}}.layout-cfa-content-image .column-2{position:relative;margin-left:-2em;z-index:2}.layout-cfa-content-image.layout-dark-gray .column-1::before,.layout-cfa-content-image.layout-light-gray .column-1::before{content:"";display:block;top:50%;right:0;width:100%;height:100%;border-top-right-radius:2em;z-index:-1;opacity:.25}@media screen and (max-width:1050px){.layout-cfa-content-image .column-2{margin-left:0;border-bottom-left-radius:.5em;overflow:hidden}}.layout-cfa-content-image .image-wrapper{position:relative}.layout-cfa-content-image .image-wrapper-item{display:block;width:100%}.layout-cfa-content-image .play-btn-wrapper{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.layout-cfa-content-image.layout-dark-gray .column-1{position:relative;background-color:var(--gray-dark-hex);background-image:-webkit-gradient(linear,left top,right top,from(var(--gray-dark-hex)),to(var(--gray-hex)));background-image:linear-gradient(90deg,var(--gray-dark-hex) 0,var(--gray-hex) 100%);color:var(--white-hex);overflow:hidden}.layout-cfa-content-image.layout-dark-gray .section-title,.layout-cfa-content-image.layout-light-gray .section-title{color:currentColor}.layout-cfa-content-image.layout-dark-gray .column-1::before{position:absolute;mask-position:top center;mask-size:cover;mask-repeat:no-repeat;-webkit-mask-position:top center;-webkit-mask-size:cover;-webkit-mask-repeat:no-repeat;mask-image:url(https://octanecdn.com/cfawcom/images/svg/wave2.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/wave2.svg);background-color:var(--gray-dark-hex);-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.layout-cfa-content-image.layout-light-gray .column-1{position:relative;background-color:var(--gray-light-hex);background-image:-webkit-gradient(linear,left top,right top,from(var(--gray-light-hex)),to(var(--gray-lightest-hex)));background-image:linear-gradient(90deg,var(--gray-light-hex) 0,var(--gray-lightest-hex) 100%);overflow:hidden}.layout-cfa-content-image.layout-light-gray .column-1::before{position:absolute;mask-position:top center;mask-size:cover;mask-repeat:no-repeat;-webkit-mask-position:top center;-webkit-mask-size:cover;-webkit-mask-repeat:no-repeat;mask-image:url(https://octanecdn.com/cfawcom/images/svg/wave2.svg);-webkit-mask-image:url(https://octanecdn.com/cfawcom/images/svg/wave2.svg);background-color:var(--gray-light-hex);-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.layout-cfa-content-image.layout-light-gray .play-btn{background-color:var(--accent1-light-hex)}.layout-cfa-content-image.layout-light-gray .play-btn::before{background-color:var(--accent1-hex)}.high-contrast .layout-cfa-content-image.layout-light-gray .play-btn{background-color:var(--accent1-dark-hex)}.layout-cfa-resource-grid .header-wrapper{max-width:1000px;margin:0 auto;text-align:center}.layout-cfa-resource-grid .header-wrapper+.grid-wrapper{margin-top:2em}.layout-cfa-resource-grid .grid-wrapper{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:4em}@media screen and (max-width:1000px){.layout-cfa-resource-grid .grid-wrapper{grid-template-columns:repeat(2,1fr)}}.layout-cfa-resource-grid .grid-item{position:relative;margin-left:3em;border:2px solid var(--gray-lightest-hex);border-radius:0 .5em;padding:3em}.layout-cfa-resource-grid [class*=icon-]::before{content:"";position:absolute;display:block;top:3em;left:0;width:3em;height:3em;background-image:url(https://octanecdn.com/cfawcom/images/svg/cfa-only.svg);background-size:contain;background-position:center;background-repeat:no-repeat;background-color:var(--accent1-hex);-webkit-transform:translate(-50%,0);transform:translate(-50%,0);-webkit-box-shadow:0 0 0 .25em var(--white-hex);box-shadow:0 0 0 .25em var(--white-hex);-webkit-transition:-webkit-transform .6s ease;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease}@media screen and (max-width:1250px){.layout-cfa-resource-grid .grid-wrapper{grid-gap:2em}.layout-cfa-resource-grid .grid-item{padding:2em;margin-left:2em}.layout-cfa-resource-grid [class*=icon-]::before{top:2em;width:2em;height:2em}}@media screen and (max-width:700px){.layout-cfa-resource-grid .grid-item{padding:1em 1em 1em 2em}.layout-cfa-resource-grid [class*=icon-]::before{top:1em}}@media screen and (max-width:650px){.layout-cfa-resource-grid .grid-wrapper{grid-template-columns:1fr}.layout-cfa-resource-grid .grid-item{margin-left:0;padding-left:1em;padding-top:2em}.layout-cfa-resource-grid [class*=icon-]::before{top:0;left:1em;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}}.layout-cfa-resource-grid [class*=icon-].icon-publications::before{background-color:var(--white-hex);background-image:url(https://octanecdn.com/cfawcom/images/svg/icon-publications.svg)}.layout-cfa-resource-grid [class*=icon-].icon-blog::before{background-color:var(--white-hex);background-image:url(https://octanecdn.com/cfawcom/images/svg/icon-blog.svg)}.layout-cfa-resource-grid [class*=icon-].icon-articles::before{background-color:var(--white-hex);background-image:url(https://octanecdn.com/cfawcom/images/svg/icon-articles.svg)}.layout-cfa-resource-grid .grid-link{display:block;text-decoration:none}.layout-cfa-resource-grid .grid-link::after{content:"";position:absolute;display:block;top:50%;left:50%;width:calc(100% - 1em);height:calc(100% - 1em);background-image:linear-gradient(135deg,var(--primary-light-hex) 0,var(--primary-lightest-hex) 50%,transparent 50%,transparent 100%);background-size:325% auto;background-position:left 100% center;-webkit-transition:background-position .6s ease,opacity .3s ease;transition:background-position .6s ease,opacity .3s ease;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:0 .25em;z-index:-1;opacity:0}.layout-cfa-resource-grid .grid-link:focus,.layout-cfa-resource-grid .grid-link:hover{color:var(--white-hex)}.layout-cfa-resource-grid .grid-link:focus::after,.layout-cfa-resource-grid .grid-link:hover::after{opacity:1;background-position:left center}.layout-cfa-resource-grid .grid-link:focus::before,.layout-cfa-resource-grid .grid-link:hover::before{-webkit-transform:translate(-100%,0);transform:translate(-100%,0)}@media screen and (max-width:650px){.layout-cfa-resource-grid .grid-link:focus::before,.layout-cfa-resource-grid .grid-link:hover::before{-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}}.layout-cfa-resource-grid .grid-link:focus .grid-title,.layout-cfa-resource-grid .grid-link:hover .grid-title{color:currentColor}.layout-cfa-resource-grid .grid-content,.layout-cfa-resource-grid .grid-title{-webkit-transition:color .6s ease;transition:color .6s ease}.layout-cfa-resource-grid .grid-title+.grid-content{margin-top:1em}</style>

    <style id="layoutStyler">
        .header.fixed-header .logo-link{  padding-top: 0rem; padding-bottom: 0rem; } .header.site-header{ isolation:isolate;} .header.site-header::after{z-index:-1; position:absolute; content:""; width:100%; height:100%; top:0; left:0; background:linear-gradient(179deg,rgba(var(--primary), 1) 30%,transparent 84%); opacity:0.54; pointer-events:none;}.header.site-header .logo-image{  filter:saturate(100%) brightness(0) invert(100%) sepia(54%) saturate(0%) hue-rotate(148deg) brightness(109%) contrast(101%) ; } .layout-service-columns.horizontal-scroll .btn.slide-section-btn{ background:linear-gradient(156deg,rgba(var(--primary), 1) 0%,rgba(var(--primary-light), 1) 100%); } [data-page-id="1492734"].layout-hero.feature-focused .section-title.large{  font-weight:bold; text-transform: none; padding-top: 1rem; padding-bottom: 1rem; } @media screen and (min-width: 800px){[data-page-id="1492734"].layout-hero.feature-focused .section-title.large{font-size:2.3125rem;}}@media screen and (min-width: 800px){[data-page-id="1492734"].layout-hero.feature-focused .section-subtitle{font-size:1.25rem;}}[data-page-id="1499265"].layout-service-columns.horizontal-scroll .btn.slide-section-btn{ background:linear-gradient(147deg,rgba(var(--primary), 1) 0%,rgba(var(--primary-light), 1) 75%); } [data-page-id="1499265"].layout-service-columns.horizontal-scroll .btn.slide-section-btn:hover{ background:rgba(var(--accent1), 0.9); }     </style>


<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open Sans:100,100i,300,300i,400,400i,700,700i|Crimson Text:100,100i,300,300i,400,400i,700,700i|&display=swap" media="only x" onload="this.media='all';">

<title>Middle Market Investment Banking & M&A Expertise | Corporate Finance Associates</title><meta name="description" content="Middle market investment banking for mergers, acquisitions, divestitures, recapitalizations, and growth capital with senior-level advisory support." /><meta name="robots" content="index, follow" /><link rel="preconnect" href="https://transform.octanecdn.com" /><link rel="preconnect" href="https://fonts.googleapis.com" /><link rel="icon" href="https://octanecdn.com/cfawcom/cfawcom_203509944.ico" type="image/x-icon" />
<meta property="og:url" content="https://www.cfaw.com" />
<meta property="og:title" content="Middle Market Investment Banking & M&A Expertise" />
<meta property="og:description" content="Middle market investment banking for mergers, acquisitions, divestitures, recapitalizations, and growth capital with senior-level advisory support." />
<meta property="og:site_name" content="Corporate Finance Associates" />
<meta property="og:image" content="https://octanecdn.com/cfawcom/cfawcom_205571786.png" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:description" content="Middle market investment banking for mergers, acquisitions, divestitures, recapitalizations, and growth capital with senior-level advisory support." />
<meta name="twitter:title" content="Middle Market Investment Banking & M&A Expertise" />
<meta property="twitter:image" content="https://octanecdn.com/cfawcom/cfawcom_205571786.png" />
<meta name="twitter:creator" content="@cfatweet" />
<meta name="twitter:site" content="@cfatweet" />
<link rel="canonical" href="https://www.cfaw.com">
<script data-analytics-included="true">
					window.dataLayer = window.dataLayer || [];
					window.dataLayer.push({
						'ua-code': 'UA-1309453-1',
						'site-host': 'www.cfaw.com'
					});
					(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
					new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
					j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
					'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
					})(window,document,'script','dataLayer','GTM-W3Q7ZG4');
					</script>	</head>
	<body>
		<div id="wrapper" itemscope itemtype="http://schema.org/LocalBusiness" class="master-btn-rounded master-btn-solid page_1" data-page="366774">
				<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-W3Q7ZG4" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>

<nav class="dx-mobile-navigation">
	<div class="nav-wrapper">
		<div class="nav-inner">
			<ul class="nav-list-primary">
			<li class="nav-item-primary nav-item-1 has-dropdown  service-mega-wrapper">
							
				<a class="nav-link-primary has-children "   href="#">
					<p class="link-text">
						Services					</p>
				</a>

				<div class="nav-list-secondary-container">
					<ul class="nav-list-secondary service-mega">
						
							<li class="nav-item-secondary ">
								<a class="nav-link-secondary  icon-pie-graph" href="/services/sell-side-advisory">
									<p class="link-text">
										Sell Side <br>Advisory									</p>
								</a>
							</li>
						
							<li class="nav-item-secondary ">
								<a class="nav-link-secondary  icon-building" href="/services/buy-side-advisory">
									<p class="link-text">
										Buy Side<br>Advisory									</p>
								</a>
							</li>
						
							<li class="nav-item-secondary ">
								<a class="nav-link-secondary  icon-columns" href="/services/capital-markets">
									<p class="link-text">
										Capital<br>Markets									</p>
								</a>
							</li>
						
							<li class="nav-item-secondary ">
								<a class="nav-link-secondary  icon-scales" href="/services/exit-planning">
									<p class="link-text">
										Exit<br>Planning									</p>
								</a>
							</li>
						
							<li class="nav-item-secondary ">
								<a class="nav-link-secondary  icon-line-graph" href="/services/business-valuation">
									<p class="link-text">
										Market Value<br>Assessment									</p>
								</a>
							</li>
						
							<li class="nav-item-secondary ">
								<a class="nav-link-secondary  icon-hands" href="/services/esop-transactions">
									<p class="link-text">
										ESOP<br>Transactions									</p>
								</a>
							</li>
											</ul>
				</div>

					</li>
			<li class="nav-item-primary nav-item-2 has-dropdown left-dropdown ">
							<a class="nav-link-primary has-children "   href="#">
					<p class="link-text">
						Industries					</p>
				</a>

				<div class="nav-list-secondary-container">
					<ul class="nav-list-secondary">
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/aerospace/defense/govt">
										<p class="link-text">
											Aerospace / Defense / Govt										</p>
									</a>
															</li>
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/agriculture">
										<p class="link-text">
											Agriculture										</p>
									</a>
															</li>
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/animal-health">
										<p class="link-text">
											Animal Health										</p>
									</a>
															</li>
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/business-services">
										<p class="link-text">
											Business Services										</p>
									</a>
															</li>
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/chemicals">
										<p class="link-text">
											Chemicals/Plastics										</p>
									</a>
															</li>
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/commercial-real-estate">
										<p class="link-text">
											Commercial Real Estate										</p>
									</a>
															</li>
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/consumer-retail">
										<p class="link-text">
											Consumer Retail										</p>
									</a>
															</li>
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/energy">
										<p class="link-text">
											Energy										</p>
									</a>
															</li>
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/engineering/construction">
										<p class="link-text">
											Engineering / Construction										</p>
									</a>
															</li>
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/financial-services">
										<p class="link-text">
											Financial Services										</p>
									</a>
															</li>
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/food/beverage">
										<p class="link-text">
											Food/Beverage										</p>
									</a>
															</li>
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/healthcare">
										<p class="link-text">
											Healthcare										</p>
									</a>
															</li>
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/industrials">
										<p class="link-text">
											Industrials										</p>
									</a>
															</li>
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/metal-fabrication">
										<p class="link-text">
											Metal Fabrication										</p>
									</a>
															</li>
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/print/packaging">
										<p class="link-text">
											Print / Packaging										</p>
									</a>
															</li>
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/technology/media/telecom">
										<p class="link-text">
											Technology / Media / Telecom										</p>
									</a>
															</li>
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/transport/logistics/supply-chain">
										<p class="link-text">
											Transport / Logistics / Supply Chain										</p>
									</a>
															</li>
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/wholesale-distribution">
										<p class="link-text">
											Wholesale Distribution										</p>
									</a>
															</li>
											</ul>
				</div>
					</li>
			<li class="nav-item-primary nav-item-3 has-dropdown left-dropdown ">
							<a class="nav-link-primary has-children "   href="#">
					<p class="link-text">
						The Firm					</p>
				</a>

				<div class="nav-list-secondary-container">
					<ul class="nav-list-secondary">
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/locations">
										<p class="link-text">
											Worldwide Locations										</p>
									</a>
															</li>
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/our-team">
										<p class="link-text">
											Our Team										</p>
									</a>
															</li>
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/our-philosophy">
										<p class="link-text">
											Our Philosophy										</p>
									</a>
															</li>
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/the-cfa-advantage">
										<p class="link-text">
											The CFA Advantage										</p>
									</a>
															</li>
											</ul>
				</div>
					</li>
			<li class="nav-item-primary nav-item-4 has-dropdown left-dropdown ">
							<a class="nav-link-primary has-children "   href="#">
					<p class="link-text">
						Resources					</p>
				</a>

				<div class="nav-list-secondary-container">
					<ul class="nav-list-secondary">
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/blog">
										<p class="link-text">
											Blog										</p>
									</a>
															</li>
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/ma-articles">
										<p class="link-text">
											M&A Articles										</p>
									</a>
															</li>
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/press-releases">
										<p class="link-text">
											Press Releases										</p>
									</a>
															</li>
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/publications">
										<p class="link-text">
											Publications										</p>
									</a>
															</li>
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/transactions">
										<p class="link-text">
											Transactions										</p>
									</a>
															</li>
											</ul>
				</div>
					</li>
	</ul>


			<div class="buttons-container">
									<a href="/contact-worldwide" class="btn header-btn-1" data-styleable data-style-background-color="accent1" data-style-color="white">Contact Us</a>
								<button class="show-search">Show Search</button>
			</div>
		</div>
	</div>
	<div class="mobile-nav-items">
					<a href="tel:9493056710" class="mobile-nav-link icon-phone tel">Call Us</a>
		
					<a href="/contact-worldwide" class="mobile-nav-link icon-envelope">Contact Us</a>
				<button class="dx-menu-btn js-mobile-link">
			Open Navigation
			<span class="nav-handle">
				<span class="nav-handle-inner"></span>
			</span>
		</button>
	</div>
</nav>

<div class="page-wrapper">
	<header id="header" class="header site-header" data-page="366774">
		<div class="skip-links">
	        <a class="skip-link" href="#main">Skip to main content</a>
	        <a class="skip-link" href="#footer">Skip to footer</a>

			<div class="contrast-switcher">
				<label for="header-contrast-toggle">High Contrast Mode:</label>
				<div class="switch js-contrast-switcher">
					<input id="header-contrast-toggle" type="checkbox" class="high-contrast-checkbox">
					<span class="slider round"></span>
				</div>
			</div>
	    </div>
	    		<div class="width-container main-container">
			<div class="logo-col">
				<p class="logo">
					<a class="logo-link" href="/">
													<img
								src="https://transform.octanecdn.com/fitLogo/441x65/https://octanecdn.com/cfawcom/cfawcom_205571786.png" srcset="https://transform.octanecdn.com/fitLogo/441x65/https://octanecdn.com/cfawcom/cfawcom_205571786.png 1x,https://transform.octanecdn.com/fitLogo/882x130/https://octanecdn.com/cfawcom/cfawcom_205571786.png 2x"								width="441"
								height="65"
								alt="Corporate Finance Associates"
								class="logo-image"
								data-styleable
							/>
											</a>
				</p>

				<div class="sr-only">
					<link itemprop="url" href="https://www.cfaw.com/">
					
											<link itemprop="image" href="https://transform.octanecdn.com/width/500/https://octanecdn.com/cfawcom/cfawcom_205571786.png">
					
					
					<span class="sr-only" itemprop="name">Corporate Finance Associates</span>

					
					<span class="sr-only" itemprop="priceRange">Varied</span>
				</div>
			</div>
			<div class="nav-col">
				<button class="show-search">Show Search</button>
				<button class="menu-btn js-mobile-link desktop-menu-btn">
					Open Navigation
					<span class="nav-handle">
						<span class="nav-handle-inner"></span>
					</span>
				</button>
				<div class="btns-col">
											<div class="btn-wrapper" data-styleable>
							<a href="/contact-worldwide" class="btn" data-styleable>Contact Us</a>
						</div>
									</div>
			</div>
			<div class="desktop-nav-modal">
				<div class="width-container">
					<div class="navigation">
						<ul class="nav-list-primary">
			<li class="nav-item-primary nav-item-1 has-dropdown  service-mega-wrapper">
							
				<a class="nav-link-primary has-children "   href="#">
					<p class="link-text">
						Services					</p>
				</a>

				<div class="nav-list-secondary-container">
					<ul class="nav-list-secondary service-mega">
						
							<li class="nav-item-secondary ">
								<a class="nav-link-secondary  icon-pie-graph" href="/services/sell-side-advisory">
									<p class="link-text">
										Sell Side <br>Advisory									</p>
								</a>
							</li>
						
							<li class="nav-item-secondary ">
								<a class="nav-link-secondary  icon-building" href="/services/buy-side-advisory">
									<p class="link-text">
										Buy Side<br>Advisory									</p>
								</a>
							</li>
						
							<li class="nav-item-secondary ">
								<a class="nav-link-secondary  icon-columns" href="/services/capital-markets">
									<p class="link-text">
										Capital<br>Markets									</p>
								</a>
							</li>
						
							<li class="nav-item-secondary ">
								<a class="nav-link-secondary  icon-scales" href="/services/exit-planning">
									<p class="link-text">
										Exit<br>Planning									</p>
								</a>
							</li>
						
							<li class="nav-item-secondary ">
								<a class="nav-link-secondary  icon-line-graph" href="/services/business-valuation">
									<p class="link-text">
										Market Value<br>Assessment									</p>
								</a>
							</li>
						
							<li class="nav-item-secondary ">
								<a class="nav-link-secondary  icon-hands" href="/services/esop-transactions">
									<p class="link-text">
										ESOP<br>Transactions									</p>
								</a>
							</li>
											</ul>
				</div>

					</li>
			<li class="nav-item-primary nav-item-2 has-dropdown left-dropdown ">
							<a class="nav-link-primary has-children "   href="#">
					<p class="link-text">
						Industries					</p>
				</a>

				<div class="nav-list-secondary-container">
					<ul class="nav-list-secondary">
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/aerospace/defense/govt">
										<p class="link-text">
											Aerospace / Defense / Govt										</p>
									</a>
															</li>
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/agriculture">
										<p class="link-text">
											Agriculture										</p>
									</a>
															</li>
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/animal-health">
										<p class="link-text">
											Animal Health										</p>
									</a>
															</li>
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/business-services">
										<p class="link-text">
											Business Services										</p>
									</a>
															</li>
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/chemicals">
										<p class="link-text">
											Chemicals/Plastics										</p>
									</a>
															</li>
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/commercial-real-estate">
										<p class="link-text">
											Commercial Real Estate										</p>
									</a>
															</li>
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/consumer-retail">
										<p class="link-text">
											Consumer Retail										</p>
									</a>
															</li>
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/energy">
										<p class="link-text">
											Energy										</p>
									</a>
															</li>
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/engineering/construction">
										<p class="link-text">
											Engineering / Construction										</p>
									</a>
															</li>
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/financial-services">
										<p class="link-text">
											Financial Services										</p>
									</a>
															</li>
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/food/beverage">
										<p class="link-text">
											Food/Beverage										</p>
									</a>
															</li>
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/healthcare">
										<p class="link-text">
											Healthcare										</p>
									</a>
															</li>
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/industrials">
										<p class="link-text">
											Industrials										</p>
									</a>
															</li>
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/metal-fabrication">
										<p class="link-text">
											Metal Fabrication										</p>
									</a>
															</li>
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/print/packaging">
										<p class="link-text">
											Print / Packaging										</p>
									</a>
															</li>
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/technology/media/telecom">
										<p class="link-text">
											Technology / Media / Telecom										</p>
									</a>
															</li>
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/transport/logistics/supply-chain">
										<p class="link-text">
											Transport / Logistics / Supply Chain										</p>
									</a>
															</li>
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/wholesale-distribution">
										<p class="link-text">
											Wholesale Distribution										</p>
									</a>
															</li>
											</ul>
				</div>
					</li>
			<li class="nav-item-primary nav-item-3 has-dropdown left-dropdown ">
							<a class="nav-link-primary has-children "   href="#">
					<p class="link-text">
						The Firm					</p>
				</a>

				<div class="nav-list-secondary-container">
					<ul class="nav-list-secondary">
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/locations">
										<p class="link-text">
											Worldwide Locations										</p>
									</a>
															</li>
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/our-team">
										<p class="link-text">
											Our Team										</p>
									</a>
															</li>
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/our-philosophy">
										<p class="link-text">
											Our Philosophy										</p>
									</a>
															</li>
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/the-cfa-advantage">
										<p class="link-text">
											The CFA Advantage										</p>
									</a>
															</li>
											</ul>
				</div>
					</li>
			<li class="nav-item-primary nav-item-4 has-dropdown left-dropdown ">
							<a class="nav-link-primary has-children "   href="#">
					<p class="link-text">
						Resources					</p>
				</a>

				<div class="nav-list-secondary-container">
					<ul class="nav-list-secondary">
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/blog">
										<p class="link-text">
											Blog										</p>
									</a>
															</li>
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/ma-articles">
										<p class="link-text">
											M&A Articles										</p>
									</a>
															</li>
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/press-releases">
										<p class="link-text">
											Press Releases										</p>
									</a>
															</li>
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/publications">
										<p class="link-text">
											Publications										</p>
									</a>
															</li>
						
							<li class="nav-item-secondary ">
																	<a class="nav-link-secondary  " href="/transactions">
										<p class="link-text">
											Transactions										</p>
									</a>
															</li>
											</ul>
				</div>
					</li>
	</ul>

					</div>
				</div>
			</div>
		</div>
	</header>
	<div id="desktopSearch" class="search-window">
		<search-input nav-id="desktop"></search-input>
	</div>
			<main class="main-content-wrapper" id="main">
	<div class="cards ">
	
<section class="layout-hero feature-focused" data-content-position="overlay" data-page-id='1492734' data-theme='10669' data-layout-id='7318' data-title='Hero' data-hide-inview='true' id='section-1492734' data-styleable>
				<div class="image-wrapper background-underlay" data-styleable>
			<picture>
				<source media="(max-width:450px)" srcset="https://transform.octanecdn.com/crop/450x900/https://octanecdn.com/cfawcom/cfawcom_170772783.jpg">
				<source media="(max-width:800px)" srcset="https://transform.octanecdn.com/crop/800x800/https://octanecdn.com/cfawcom/cfawcom_170772783.jpg">
				<source media="(max-width:1200px)" srcset="https://transform.octanecdn.com/crop/1200x675/https://octanecdn.com/cfawcom/cfawcom_170772783.jpg">
					<img
						src="https://transform.octanecdn.com/crop/1920x1080/https://octanecdn.com/cfawcom/cfawcom_170772783.jpg" srcset="https://transform.octanecdn.com/crop/1920x1080/https://octanecdn.com/cfawcom/cfawcom_170772783.jpg 1x,https://transform.octanecdn.com/crop/3840x2160/https://octanecdn.com/cfawcom/cfawcom_170772783.jpg 2x"						alt="Two businessmen shaking hands across a conference table while colleagues observe in a modern office."
						class="image-wrapper-item"
						loading=""
						fetchpriority="high"
						width="1920"
						height="1080"
												data-styleable
					/>
			</picture>
		</div>
		<div class="overlay" data-styleable="background-color,border"></div>
			<div class="width-container" data-styleable>
			<div class="content-wrapper" data-animation="inview-cascade-fade-up" data-styleable data-styleable-remove="overlay">
													<h1 class="section-title large" data-styleable-text>Investment Bankers to the Middle Market Since 1956</h1>
													<h2 class="section-subtitle" data-styleable-text><strong>Local Expertise, Global Footprint</strong></h2>
															</div>
		</div>
	</section>

<section class="layout-cfa-content-stats stat-count-4" data-animation="statCountIn" data-page-id='408353' data-theme='' data-layout-id='16502' data-title='Content Stats' data-hide-inview='true'>
	<div class="width-container">
		<div class="column column-1" data-animation="inview-cascade-fade-up">
								<div class="stat-wrapper">
													<p class="number" id="stat-408353-1" data-styleable-text>34</p>
																			<p class="description" data-styleable-text>OFFICES WORLDWIDE</p>
											</div>
								<div class="stat-wrapper">
													<p class="number" id="stat-408353-2" data-styleable-text>70+</p>
																			<p class="description" data-styleable-text>YEARS OF SUCCESS</p>
											</div>
								<div class="stat-wrapper">
													<p class="number" id="stat-408353-3" data-styleable-text>100+</p>
																			<p class="description" data-styleable-text>INDUSTRIES SERVED</p>
											</div>
								<div class="stat-wrapper">
													<p class="number" id="stat-408353-4" data-styleable-text>THOUSANDS</p>
																			<p class="description" data-styleable-text>OF SUCCESSFUL TRANSACTIONS</p>
											</div>
					</div>
		<div class="column column-2" data-animation="inview-cascade-fade-up">
							<h2 class="section-title" data-styleable-text><strong>Welcome</strong></h2>
										<div class="content-container" data-styleable-text>Corporate Finance Associates Worldwide (CFAW) is an independent international investment banking firm serving middle-market businesses. For over 70 years CFAW has been advocating on behalf of business owners who are restructuring a company, either through divestiture, merger, acquisition, or recapitalization. Combining the knowledge and leverage of a larger bank with the customer-focused detail of a boutique firm, from inception to completion, our senior principals provide hands-on expertise to clients buying, selling, or recapitalizing a business.</div>
										<div class="btn-wrapper" data-styleable>
					<a href="/our-philosophy" class="btn" data-styleable>Our Values</a>
				</div>
					</div>
	</div>
</section><section class="layout-service-columns horizontal-scroll " data-oe-interaction="oeCarousel" data-page-id='1499265' data-theme='1641' data-layout-id='7434' data-title='Service Columns' id='section-1499265' data-styleable>
			<div class="width-container">
			<div class="top-container" data-animation="inview-cascade-fade-up" data-styleable>
									<h2 class="section-title main-title" data-styleable-text data-style-color="primary">YOUR BUSINESS<br>is Our Business</h2>
																	<div class="content-container main-content-container" data-styleable-text><p>Over six decades of M&amp;A experience, our global reach with senior level local coverage and exceptional results make CFAW a clear choice when buying, selling or growing a business.</p></div>
											</div>
		</div>
		<div class="scroller">
					<div class="slide-navigation" data-styleable="padding">
				<button type="button" class="btn control-item prev" data-oe-carousel-prev="1499265" data-styleable="background-color,color,border-radius,box-shadow" data-styleable-states=":hover, .active">Previous</button>
				<button type="button" class="btn control-item next" data-oe-carousel-next="1499265" data-styleable="background-color,color,border-radius,box-shadow" data-styleable-states=":hover, .active">Next</button>
			</div>
				<div class="slides-wrapper" data-oe-carousel="1499265" tabindex="0" data-styleable>
							<div  class="slide" data-styleable>
										<div class="image-wrapper" >
						<picture>
							<source media="(max-width:1400px)" srcset="https://transform.octanecdn.com/fit/450x253/https://octanecdn.com/cfawcom/cfawcom_320067345.jpg">
							<img
								src="https://transform.octanecdn.com/fit/650x366/https://octanecdn.com/cfawcom/cfawcom_320067345.jpg" srcset="https://transform.octanecdn.com/fit/650x366/https://octanecdn.com/cfawcom/cfawcom_320067345.jpg 1x,https://transform.octanecdn.com/fit/1300x732/https://octanecdn.com/cfawcom/cfawcom_320067345.jpg 2x"								alt="Two businessmen in suits shaking hands over signed contracts at a meeting table with glasses of water"
								class="image-wrapper-item"
								loading="lazy"								width="650"
								height="366"
								data-styleable
							/>
						</picture>
					</div>
															<div class="text-container" data-styleable>
													<h3 class="section-title small slide-section-title" data-styleable-text data-style-color="primary">Sell Side Advisory</h3>
																									<div class="content-container slide-content-container" data-styleable-text><p>Sale, merger or recapitalization: custom divestiture strategies for your business exit.</p></div>
																			<div class="button-container slide-section-btn-wrapper" data-styleable>
								<a class="btn slide-section-btn" href="/services/sell-side-advisory" data-styleable data-style-background-color="accent2" data-style-color="white">Sell Side Advisory Services</a>
							</div>
											</div>
									</div>
							<div  class="slide" data-styleable>
										<div class="image-wrapper" >
						<picture>
							<source media="(max-width:1400px)" srcset="https://transform.octanecdn.com/fit/450x253/https://octanecdn.com/cfawcom/cfawcom_535321720.jpg?focal=67,34">
							<img
								src="https://transform.octanecdn.com/fit/650x366/https://octanecdn.com/cfawcom/cfawcom_535321720.jpg?focal=67,34" srcset="https://transform.octanecdn.com/fit/650x366/https://octanecdn.com/cfawcom/cfawcom_535321720.jpg?focal=67,34 1x,https://transform.octanecdn.com/fit/1300x732/https://octanecdn.com/cfawcom/cfawcom_535321720.jpg?focal=67,34 2x"								alt="Three professionals engaged in a business meeting with laptop in a bright office setting"
								class="image-wrapper-item"
								loading="lazy"								width="650"
								height="366"
								data-styleable
							/>
						</picture>
					</div>
															<div class="text-container" data-styleable>
													<h3 class="section-title small slide-section-title" data-styleable-text data-style-color="primary">Buy Side Advisory</h3>
																									<div class="content-container slide-content-container" data-styleable-text><p>Acquisition, rollups and consolidation, as well as organic growth strategies designed to foster rapid expansion.</p></div>
																			<div class="button-container slide-section-btn-wrapper" data-styleable>
								<a class="btn slide-section-btn" href="/services/buy-side-advisory" data-styleable data-style-background-color="accent2" data-style-color="white">Buy Side Advisory Services</a>
							</div>
											</div>
									</div>
							<div  class="slide" data-styleable>
										<div class="image-wrapper" >
						<picture>
							<source media="(max-width:1400px)" srcset="https://transform.octanecdn.com/fit/450x253/https://octanecdn.com/cfawcom/cfawcom_600546257.jpg">
							<img
								src="https://transform.octanecdn.com/fit/650x366/https://octanecdn.com/cfawcom/cfawcom_600546257.jpg" srcset="https://transform.octanecdn.com/fit/650x366/https://octanecdn.com/cfawcom/cfawcom_600546257.jpg 1x,https://transform.octanecdn.com/fit/1300x732/https://octanecdn.com/cfawcom/cfawcom_600546257.jpg 2x"								alt="Hand holding red pen pointing to financial figures on printed document with highlighted numbers."
								class="image-wrapper-item"
								loading="lazy"								width="650"
								height="366"
								data-styleable
							/>
						</picture>
					</div>
															<div class="text-container" data-styleable>
													<h3 class="section-title small slide-section-title" data-styleable-text data-style-color="primary">Capital Markets</h3>
																									<div class="content-container slide-content-container" data-styleable-text><p>Buying out a partner, financing an acquisition or raising growth capital, and working with you to achieve your financial structuring goals.</p></div>
																			<div class="button-container slide-section-btn-wrapper" data-styleable>
								<a class="btn slide-section-btn" href="/services/capital-markets" data-styleable data-style-background-color="accent2" data-style-color="white">Capital Markets</a>
							</div>
											</div>
									</div>
							<div  class="slide" data-styleable>
										<div class="image-wrapper" >
						<picture>
							<source media="(max-width:1400px)" srcset="https://transform.octanecdn.com/fit/450x253/https://octanecdn.com/cfawcom/cfawcom_392284825.jpg">
							<img
								src="https://transform.octanecdn.com/fit/650x366/https://octanecdn.com/cfawcom/cfawcom_392284825.jpg" srcset="https://transform.octanecdn.com/fit/650x366/https://octanecdn.com/cfawcom/cfawcom_392284825.jpg 1x,https://transform.octanecdn.com/fit/1300x732/https://octanecdn.com/cfawcom/cfawcom_392284825.jpg 2x"								alt="Businessperson analyzing financial charts and graphs with pen and laptop on desk in office."
								class="image-wrapper-item"
								loading="lazy"								width="650"
								height="366"
								data-styleable
							/>
						</picture>
					</div>
															<div class="text-container" data-styleable>
													<h3 class="section-title small slide-section-title" data-styleable-text data-style-color="primary">Market Value Assessment</h3>
																									<div class="content-container slide-content-container" data-styleable-text><p>"What is my business worth?" is a question we often hear from business owners contemplating a business sale, merger or acquisition.</p></div>
																			<div class="button-container slide-section-btn-wrapper" data-styleable>
								<a class="btn slide-section-btn" href="/services/business-valuation" data-styleable data-style-background-color="accent2" data-style-color="white">Market Value Assessment</a>
							</div>
											</div>
									</div>
					</div>
	</div>
</section>
<section class="layout-cfa-content-map" data-animation="slideOpen" data-interaction="pagedSlider" data-height="equalHeight" data-page-id='448402' data-theme='' data-layout-id='16636' data-title='Content Map'> 
	<div class="width-container">
		<div class="slide initial-wrapper active">
			<div class="column column-1" data-animation="inview-cascade-fade-up">
									<h2 class="section-title" data-styleable-text><strong>CFA Worldwide&nbsp;</strong></h2>
													<div class="content-container" data-styleable-text><p>CFAW has offices in the United States, Belgium, Brazil, Germany, Hong Kong, India, Ireland, Italy, Mexico, Netherlands, Spain, Switzerland and United Kingdom.</p></div>
													<div class="btn-wrapper" data-styleable>
						<button class="btn btn-secondary open-btn" data-styleable>FIND YOUR REGIONAL OFFICE</button>
					</div>
							</div>
			<div class="column column-2">
				<svg id="eHoEbK48iZR1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1781.59 1095.8" shape-rendering="geometricPrecision" text-rendering="geometricPrecision"><g id="eHoEbK48iZR2"><g id="eHoEbK48iZR3" stroke="none" stroke-width="1"><path id="eHoEbK48iZR4" d="M890.47 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR5" d="M907.52 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR6" d="M898.99 558a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR7" d="M881.94 558a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR8" d="M873.41 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR9" d="M898.99 529.4c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46 2-4.46 4.46-4.46Z" fill="#B3B5B7"/><path id="eHoEbK48iZR10" d="M907.52 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR11" d="M924.45 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR12" d="M919.85 560.23a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR13" d="M907.52 572.69a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR14" d="M890.47 577.29a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR15" d="M873.41 572.69a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR16" d="M861.08 560.23a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR17" d="M856.48 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR18" d="M861.08 526.38a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR19" d="M873.41 514.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR20" d="M907.39 514.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR21" d="M919.85 527.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR22" d="M924.45 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR23" d="M941.5 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR24" d="M938.35 560.76a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR25" d="M929.56 576.11a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><circle id="eHoEbK48iZR26" r="5.25" transform="translate(915.92 592.64)" fill="#B3B5B7"/><path id="eHoEbK48iZR27" d="M899.26 593.56a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR28" d="M881.67 593.56a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR29" d="M865.01 587.39a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR30" d="M851.37 576.11a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR31" d="M842.58 560.76a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR32" d="M839.43 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR33" d="M842.58 525.86a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR34" d="M851.37 510.51a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR35" d="M881.67 493.06a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR36" d="M899.26 493.84c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46c-.01-2.46 1.99-4.46 4.46-4.46Z" fill="#B3B5B7"/><path id="eHoEbK48iZR37" d="M915.92 500.14c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR38" d="M941.5 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR39" d="M958.43 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR40" d="M956.33 561.15c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR41" d="M950.03 576.11a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR42" d="M940.06 589.88a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR43" d="M926.94 600.64a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR44" d="M911.46 607.99a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><circle id="eHoEbK48iZR45" r="5.25" transform="translate(894.79 616.39)" fill="#B3B5B7"/><path id="eHoEbK48iZR46" d="M877.74 610.09a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR47" d="M861.47 604.84a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR48" d="M847.17 595.66a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR49" d="M835.49 583.19a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR50" d="M827.23 568.37a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR51" d="M823.03 551.83a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR52" d="M823.03 534.78a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR53" d="M827.23 518.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR54" d="M835.49 504.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR55" d="M877.74 476.52a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR56" d="M894.79 475.47a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR57" d="M911.46 478.62a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR58" d="M926.94 485.97a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR59" d="M940.06 496.73a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR60" d="M950.03 510.51a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR61" d="M956.33 527.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR62" d="M958.43 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR63" d="M975.48 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR64" d="M973.65 560.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR65" d="M960.13 591.85a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR66" d="M948.98 604.84a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR67" d="M935.47 615.34a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR68" d="M919.99 622.95a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR69" d="M903.32 627.27a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR70" d="M886.14 628.19a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR71" d="M869.21 625.57a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR72" d="M853.07 619.53a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR73" d="M838.51 610.48a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR74" d="M826.05 598.67a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR75" d="M816.21 584.5a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR76" d="M809.38 568.76a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR77" d="M805.97 551.97a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR78" d="M805.97 534.65a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR79" d="M809.38 517.85a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR80" d="M816.21 503.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR81" d="M826.05 488.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR82" d="M853.07 467.08a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR83" d="M869.21 461.04a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR84" d="M886.14 458.42a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR85" d="M903.32 459.34a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR86" d="M919.99 463.67a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR87" d="M935.47 472.06c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46 1.99-4.46 4.46-4.46Z" fill="#B3B5B7"/><path id="eHoEbK48iZR88" d="M960.13 494.76a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR89" d="M968.53 509.85a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR90" d="M973.65 526.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR91" d="M975.48 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR92" d="M992.41 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR93" d="M990.97 560.49a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR94" d="M986.64 577.29a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR95" d="M979.42 593.95c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR96" d="M969.84 607.33a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR97" d="M957.77 619.8a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR98" d="M943.86 630.16a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR99" d="M928.51 637.9a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR100" d="M911.98 643.02a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><circle id="eHoEbK48iZR101" r="5.25" transform="translate(894.79 650.37)" fill="#B3B5B7"/><path id="eHoEbK48iZR102" d="M877.48 644.46a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR103" d="M860.55 640.79a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR104" d="M844.54 634.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR105" d="M829.85 625.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR106" d="M816.86 613.89a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR107" d="M805.97 600.38a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR108" d="M797.57 585.29a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR109" d="M791.8 569.02a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR110" d="M788.92 551.97a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR111" d="M788.92 534.65a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR112" d="M791.8 518.38c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46c0-2.47 2-4.46 4.46-4.46Z" fill="#B3B5B7"/><path id="eHoEbK48iZR113" d="M797.57 501.32a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR114" d="M805.97 486.23a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR115" d="M816.86 472.72a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR116" d="M829.85 461.3a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR117" d="M844.54 452.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR118" d="M860.55 445.82a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR119" d="M877.48 442.15a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR120" d="M894.79 441.49a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR121" d="M911.98 443.59a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR122" d="M928.51 448.71a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR123" d="M943.86 456.45a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR124" d="M957.77 466.82a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR125" d="M979.42 493.58a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR126" d="M986.64 509.32a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR127" d="M990.97 526.12a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR128" d="M992.41 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR129" d="M1009.33 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><circle id="eHoEbK48iZR130" r="5.25" transform="translate(1008.15 565.87)" fill="#B3B5B7"/><path id="eHoEbK48iZR131" d="M1004.35 577.55a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR132" d="M998.18 593.82a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR133" d="M989.65 608.91a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR134" d="M979.03 622.81c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12 2.29-5.12 5.12-5.12Z" fill="#B3B5B7"/><path id="eHoEbK48iZR135" d="M966.56 634.75a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR136" d="M952.39 644.86a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR137" d="M937.04 652.73a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR138" d="M920.51 658.37a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR139" d="M903.45 661.52a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR140" d="M886.14 662.17a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR141" d="M868.82 660.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR142" d="M852.02 655.88a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR143" d="M836.15 649.05a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR144" d="M821.32 640a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR145" d="M807.94 628.98a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR146" d="M796.39 615.99a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR147" d="M786.68 601.56a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR148" d="M779.34 585.82a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR149" d="M774.35 569.15a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR150" d="M771.86 551.97a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR151" d="M786.68 485.31a4.991 4.991 0 0 1 0 9.98c-2.75 0-4.99-2.23-4.99-4.99.01-2.75 2.24-4.99 4.99-4.99Z" fill="#B3B5B7"/><path id="eHoEbK48iZR152" d="M796.39 470.62a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR153" d="M821.32 446.61a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR154" d="M836.15 437.56a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR155" d="M852.02 430.73a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR156" d="M868.82 426.41a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR157" d="M886.14 424.44a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR158" d="M903.45 425.09a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR159" d="M920.51 428.24a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR160" d="M937.04 433.88a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR161" d="M952.39 441.76a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR162" d="M966.56 451.86a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR163" d="M979.03 463.93a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR164" d="M989.65 477.7a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR165" d="M998.18 492.79a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR166" d="M1004.35 509.06a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR167" d="M1008.15 525.99a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR168" d="M1009.33 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR169" d="M1026.39 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR170" d="M1025.34 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR171" d="M1022.06 577.16a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR172" d="M1016.81 593.29a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR173" d="M1009.6 608.91c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12 2.29-5.12 5.12-5.12Z" fill="#B3B5B7"/><path id="eHoEbK48iZR174" d="M1000.41 623.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR175" d="M989.52 637.11c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46 2-4.46 4.46-4.46Z" fill="#B3B5B7"/><path id="eHoEbK48iZR176" d="M977.06 648.14c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12 2.29-5.12 5.12-5.12Z" fill="#B3B5B7"/><path id="eHoEbK48iZR177" d="M963.28 658.11a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR178" d="M948.33 666.24a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR179" d="M932.45 672.54a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR180" d="M915.92 676.87a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR181" d="M898.99 678.97a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR182" d="M881.94 678.97a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR183" d="M865.01 676.87a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR184" d="M848.48 673.46c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR185" d="M803.87 648a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR186" d="M791.41 636.33a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR187" d="M780.52 623.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR188" d="M771.33 608.78a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR189" d="M764.12 593.29a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR190" d="M758.87 577.16a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR191" d="M755.59 561.15c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46 2-4.46 4.46-4.46Z" fill="#B3B5B7"/><path id="eHoEbK48iZR192" d="M817.65 429.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR193" d="M832.61 421.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR194" d="M865.01 409.74a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR195" d="M881.94 407.64a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR196" d="M898.99 407.64a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR197" d="M915.92 409.74a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR198" d="M932.45 414.07a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR199" d="M948.33 420.37a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR200" d="M963.28 428.5a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR201" d="M977.06 438.61a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR202" d="M989.52 450.28a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR203" d="M1000.41 463.4a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR204" d="M1009.6 477.84a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR205" d="M1016.81 493.32a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR206" d="M1022.06 509.46a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR207" d="M1025.34 526.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR208" d="M1026.39 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR209" d="M1043.31 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR210" d="M1042.4 560.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR211" d="M1039.51 577.29a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR212" d="M1034.79 593.82a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR213" d="M1028.23 609.83c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12 2.29-5.12 5.12-5.12Z" fill="#B3B5B7"/><path id="eHoEbK48iZR214" d="M1009.99 638.69a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR215" d="M998.58 651.55c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12 2.29-5.12 5.12-5.12Z" fill="#B3B5B7"/><path id="eHoEbK48iZR216" d="M985.85 662.96c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12 2.29-5.12 5.12-5.12Z" fill="#B3B5B7"/><path id="eHoEbK48iZR217" d="M971.81 672.8a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR218" d="M956.85 681.07a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR219" d="M940.98 687.63a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR220" d="M924.45 692.35a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR221" d="M907.52 695.24a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR222" d="M890.47 696.29a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR223" d="M873.41 695.24a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR224" d="M770.94 639.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR225" d="M760.97 625.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR226" d="M752.7 609.69a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR227" d="M795.08 424.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR228" d="M809.12 414.6c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46c0-2.47 2-4.46 4.46-4.46Z" fill="#B3B5B7"/><path id="eHoEbK48iZR229" d="M856.48 395.18c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR230" d="M873.41 391.9c2.61 0 4.72 2.11 4.72 4.72s-2.11 4.72-4.72 4.72-4.72-2.11-4.72-4.72 2.11-4.72 4.72-4.72Z" fill="#B3B5B7"/><path id="eHoEbK48iZR231" d="M907.52 391.64a4.991 4.991 0 0 1 0 9.98c-2.75 0-4.99-2.23-4.99-4.99.01-2.76 2.24-4.99 4.99-4.99Z" fill="#B3B5B7"/><path id="eHoEbK48iZR232" d="M924.45 394.26a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR233" d="M940.98 398.98a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR234" d="M956.85 405.54a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR235" d="M971.81 413.81a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR236" d="M985.85 423.78a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR237" d="M998.58 435.2a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR238" d="M1009.99 447.92a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR239" d="M1019.96 461.96a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR240" d="M1028.23 476.92a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR241" d="M1034.79 492.79a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR242" d="M1039.51 509.32a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR243" d="M1042.4 526.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR244" d="M1043.31 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR245" d="M1060.37 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR246" d="M1059.45 560.49a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR247" d="M1052.63 594.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR248" d="M1029.93 641.31c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR249" d="M980.34 687.5a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR250" d="M965.25 695.89a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR251" d="M949.51 702.58a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR252" d="M933.11 707.83a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR253" d="M916.18 711.24a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR254" d="M899.12 712.95a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><circle id="eHoEbK48iZR255" r="5.25" transform="translate(881.81 718.2)" fill="#B3B5B7"/><path id="eHoEbK48iZR256" d="M786.42 408.96a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR257" d="M800.59 400.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR258" d="M815.68 391.37a4.59 4.59 0 1 1 0 9.18 4.59 4.59 0 0 1 0-9.18Z" fill="#B3B5B7"/><path id="eHoEbK48iZR259" d="M864.75 375.37a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR260" d="M881.81 373.66a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR261" d="M916.18 376.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><circle id="eHoEbK48iZR262" r="5.25" transform="translate(933.11 384.03)" fill="#B3B5B7"/><path id="eHoEbK48iZR263" d="M949.51 384.03a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR264" d="M965.25 390.72a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR265" d="M980.34 399.12a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR266" d="M994.51 408.96a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z" fill="#B3B5B7"/><circle id="eHoEbK48iZR267" r="5.25" transform="translate(1007.5 425.36)" fill="#B3B5B7"/><path id="eHoEbK48iZR268" d="M1019.44 432.57a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR269" d="M1029.93 446.22a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR270" d="M1038.99 460.91a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR271" d="M1046.6 476.26a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR272" d="M1052.63 492.4a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR273" d="M1056.83 509.06a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR274" d="M1059.45 526.12a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR275" d="M1060.37 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR276" d="M1077.43 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR277" d="M1076.64 560.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR278" d="M1074.28 578.07c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR279" d="M961.05 716.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR280" d="M944.91 722.13a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR281" d="M928.51 726.33a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR282" d="M911.72 728.96a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR283" d="M894.66 730.14a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR284" d="M877.74 729.74a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR285" d="M860.81 728.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR286" d="M812.14 374.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR287" d="M860.81 358.84a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><circle id="eHoEbK48iZR288" r="5.25" transform="translate(877.74 362.12)" fill="#B3B5B7"/><path id="eHoEbK48iZR289" d="M894.66 357.26c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46 2-4.46 4.46-4.46Z" fill="#B3B5B7"/><path id="eHoEbK48iZR290" d="M911.72 357.66a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR291" d="M928.51 360.28a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR292" d="M944.91 364.48a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR293" d="M961.05 370.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR294" d="M976.4 377.34a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR295" d="M991.23 385.86a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR296" d="M1005.14 395.7a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR297" d="M1017.99 406.72a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR298" d="M1029.93 418.93a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR299" d="M1040.69 432.05a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR300" d="M1050.14 446.22a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR301" d="M1058.27 461.17a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR302" d="M1065.09 476.79a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR303" d="M1070.47 492.92a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR304" d="M1074.28 509.46a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR305" d="M1076.64 526.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR306" d="M1077.43 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR307" d="M1094.35 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR308" d="M1093.7 560.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR309" d="M1091.47 577.29a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR310" d="M969.45 731.32a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR311" d="M953.44 737.22a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR312" d="M937.04 741.81a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR313" d="M920.25 744.96a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><circle id="eHoEbK48iZR314" r="5.25" transform="translate(903.32 752.05)" fill="#B3B5B7"/><path id="eHoEbK48iZR315" d="M886.14 747.19a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><circle id="eHoEbK48iZR316" r="5.25" transform="translate(869.21 751.26)" fill="#B3B5B7"/><path id="eHoEbK48iZR317" d="M869.21 340.86a4.991 4.991 0 0 1 0 9.98 4.991 4.991 0 0 1 0-9.98Z" fill="#B3B5B7"/><path id="eHoEbK48iZR318" d="M886.14 339.42a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><circle id="eHoEbK48iZR319" r="5.25" transform="translate(903.32 345.06)" fill="#B3B5B7"/><path id="eHoEbK48iZR320" d="M920.25 341.78c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12 2.29-5.12 5.12-5.12Z" fill="#B3B5B7"/><path id="eHoEbK48iZR321" d="M937.04 344.8a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR322" d="M953.44 349.39a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR323" d="M969.45 355.29a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR324" d="M984.93 362.64a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR325" d="M999.76 371.17a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR326" d="M1013.79 380.88a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR327" d="M1026.91 391.77a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR328" d="M1039.12 403.71a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR329" d="M1050.27 416.7a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR330" d="M1060.24 430.47a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR331" d="M1069.16 445.04a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR332" d="M1076.77 460.39a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR333" d="M1083.07 476.26a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR334" d="M1087.92 492.66a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR335" d="M1091.47 509.32a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR336" d="M1093.7 526.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR337" d="M1094.35 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR338" d="M1111.41 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR339" d="M1110.62 560.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR340" d="M1108.65 577.42a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR341" d="M1105.37 594.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR342" d="M977.98 747.06c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR343" d="M961.97 752.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR344" d="M945.57 757.16a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR345" d="M928.78 760.84a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR346" d="M911.85 763.2a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR347" d="M894.79 764.12a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR348" d="M877.61 763.86a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR349" d="M860.55 762.15a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR350" d="M673.72 586.73c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR351" d="M877.61 322.76a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><circle id="eHoEbK48iZR352" r="5.25" transform="translate(894.79 327.74)" fill="#B3B5B7"/><path id="eHoEbK48iZR353" d="M911.85 323.41a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR354" d="M928.78 325.77a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR355" d="M945.57 329.45a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR356" d="M961.97 335.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR357" d="M977.98 341.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR358" d="M993.46 347.95a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR359" d="M1008.28 356.47a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR360" d="M1022.32 366.18a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR361" d="M1035.71 376.94a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><circle id="eHoEbK48iZR362" r="5.25" transform="translate(1048.17 393.87)" fill="#B3B5B7"/><path id="eHoEbK48iZR363" d="M1059.72 401.35a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR364" d="M1070.21 414.86a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR365" d="M1079.53 429.16a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR366" d="M1087.79 444.12a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR367" d="M1094.88 459.73a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR368" d="M1100.78 475.87a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR369" d="M1105.37 492.4a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR370" d="M1108.65 509.19a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR371" d="M1110.62 526.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR372" d="M1111.41 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR373" d="M1128.33 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR374" d="M1127.68 560.49a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR375" d="M1125.84 577.55a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR376" d="M1122.82 594.47a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><circle id="eHoEbK48iZR377" r="5.25" transform="translate(1118.49 616.25)" fill="#B3B5B7"/><path id="eHoEbK48iZR378" d="M1016.81 745.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR379" d="M1001.86 753.49a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR380" d="M986.37 761.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR381" d="M970.5 768.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR382" d="M954.1 773.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR383" d="M937.44 776.45a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR384" d="M920.51 779.34a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR385" d="M903.32 780.78a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR386" d="M886.14 781.17a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR387" d="M869.08 780.26a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR388" d="M771.6 338.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR389" d="M903.32 306.36c2.61 0 4.72 2.11 4.72 4.72s-2.11 4.72-4.72 4.72-4.72-2.11-4.72-4.72 2.11-4.72 4.72-4.72Z" fill="#B3B5B7"/><path id="eHoEbK48iZR390" d="M920.51 307.27a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR391" d="M937.44 310.16a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR392" d="M954.1 314.1a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR393" d="M970.5 319.34a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR394" d="M986.37 326.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR395" d="M1001.86 333.12a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR396" d="M1016.81 341.78a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR397" d="M1030.98 351.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR398" d="M1044.5 361.99a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR399" d="M1057.09 373.53a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR400" d="M1068.9 386.13a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR401" d="M1079.79 399.38a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><circle id="eHoEbK48iZR402" r="5.25" transform="translate(1089.76 418.66)" fill="#B3B5B7"/><path id="eHoEbK48iZR403" d="M1098.55 428.11a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR404" d="M1106.29 443.46a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR405" d="M1112.98 459.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR406" d="M1118.49 475.61a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR407" d="M1122.82 492.14a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR408" d="M1125.84 509.06a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR409" d="M1127.68 526.12a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR410" d="M1128.33 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR411" d="M1145.39 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR412" d="M1144.73 560.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR413" d="M1143.03 577.29a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR414" d="M1140.27 594.08a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR415" d="M1136.21 610.61a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR416" d="M1131.22 626.88a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR417" d="M1125.05 642.76a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR418" d="M997.79 774.48a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR419" d="M932.84 794.56a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><circle id="eHoEbK48iZR420" r="5.25" transform="translate(915.92 802.17)" fill="#B3B5B7"/><path id="eHoEbK48iZR421" d="M898.99 797.97a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR422" d="M881.94 797.97a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR423" d="M865.01 797.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR424" d="M753.36 328.53a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR425" d="M767.92 319.87a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR426" d="M966.04 300.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR427" d="M1013.01 320.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR428" d="M1027.57 328.53a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR429" d="M1041.61 338.11a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR430" d="M1054.99 348.73a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR431" d="M1067.59 360.15a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR432" d="M1079.53 372.35a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR433" d="M1090.42 385.34a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR434" d="M1100.52 399.12a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z" fill="#B3B5B7"/><circle id="eHoEbK48iZR435" r="5.25" transform="translate(1109.7 418.66)" fill="#B3B5B7"/><path id="eHoEbK48iZR436" d="M1117.97 428.37a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR437" d="M1125.05 443.86a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR438" d="M1131.22 459.73a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR439" d="M1136.21 476a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR440" d="M1140.27 492.53a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR441" d="M1143.03 509.32a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR442" d="M1144.73 526.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR443" d="M1145.39 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR444" d="M1162.31 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR445" d="M1161.79 560.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR446" d="M1160.22 577.42a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR447" d="M1157.46 594.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR448" d="M1153.79 611.01c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12 2.29-5.12 5.12-5.12Z" fill="#B3B5B7"/><path id="eHoEbK48iZR449" d="M1149.06 628.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR450" d="M1143.16 644.33c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR451" d="M1136.47 659.94c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR452" d="M990.57 796a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR453" d="M924.58 813.06a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR454" d="M907.52 814.63a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR455" d="M890.47 815.16a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR456" d="M873.41 814.63a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR457" d="M660.99 688.94a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR458" d="M652.2 675.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR459" d="M744.83 314.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR460" d="M1050.27 323.41a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR461" d="M1063.78 333.78a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR462" d="M1076.51 345.19a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR463" d="M1088.58 357.26a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR464" d="M1099.99 369.99a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR465" d="M1110.36 383.5a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR466" d="M1119.94 397.67a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR467" d="M1128.73 412.37a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR468" d="M1136.47 427.59a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR469" d="M1143.16 443.2a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR470" d="M1149.06 459.34a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR471" d="M1153.79 475.74a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR472" d="M1157.46 492.4a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR473" d="M1160.22 509.19a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR474" d="M1161.79 526.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR475" d="M1162.31 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR476" d="M1179.24 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR477" d="M1178.85 560.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR478" d="M1177.27 577.42a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR479" d="M1174.78 595.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR480" d="M916.05 831.03a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR481" d="M898.99 832.08a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR482" d="M881.94 832.08a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR483" d="M650.89 704.68a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR484" d="M641.71 690.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR485" d="M633.44 675.16a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR486" d="M626.09 660.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR487" d="M751 291.27c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR488" d="M1044.63 299.01a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR489" d="M1058.8 309.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR490" d="M1072.44 318.95a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><circle id="eHoEbK48iZR491" r="5.25" transform="translate(1085.43 335.48)" fill="#B3B5B7"/><path id="eHoEbK48iZR492" d="M1097.76 342.17a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><circle id="eHoEbK48iZR493" r="5.25" transform="translate(1109.31 360.02)" fill="#B3B5B7"/><path id="eHoEbK48iZR494" d="M1120.07 368.02a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR495" d="M1130.04 381.93a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR496" d="M1139.22 396.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR497" d="M1147.49 411.45a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR498" d="M1154.84 426.93a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR499" d="M1161.27 442.67a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR500" d="M1166.78 458.94a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR501" d="M1171.24 475.47a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR502" d="M1174.78 492.27a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR503" d="M1177.27 509.19a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR504" d="M1178.85 526.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR505" d="M1179.24 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR506" d="M1196.3 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR507" d="M1195.77 560.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR508" d="M1194.46 577.29a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR509" d="M1192.1 594.08a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR510" d="M645.12 725.81a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><circle id="eHoEbK48iZR511" r="5.25" transform="translate(635.28 717.15)" fill="#B3B5B7"/><path id="eHoEbK48iZR512" d="M626.36 697.47a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR513" d="M618.22 682.51a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR514" d="M610.87 667.16a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR515" d="M604.45 651.55c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12 2.29-5.12 5.12-5.12Z" fill="#B3B5B7"/><path id="eHoEbK48iZR516" d="M598.8 636.33c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR517" d="M655.61 347.42a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR518" d="M718.33 290.48a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR519" d="M732.63 281.3a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR520" d="M994.64 256.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR521" d="M1040.95 277.49c2.68 0 4.85 2.17 4.85 4.85 0 2.68-2.17 4.85-4.85 4.85-2.68 0-4.85-2.17-4.85-4.85 0-2.68 2.17-4.85 4.85-4.85Z" fill="#B3B5B7"/><path id="eHoEbK48iZR522" d="M1095.93 317.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR523" d="M1108.26 328.53a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR524" d="M1119.81 340.99a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR525" d="M1130.7 354.11a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR526" d="M1140.8 367.76a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR527" d="M1150.24 381.93a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><circle id="eHoEbK48iZR528" r="5.25" transform="translate(1158.77 401.87)" fill="#B3B5B7"/><path id="eHoEbK48iZR529" d="M1166.51 411.71a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR530" d="M1173.47 427.19a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR531" d="M1179.37 443.2a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR532" d="M1184.49 459.34a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR533" d="M1188.82 475.87a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR534" d="M1192.1 492.53a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR535" d="M1194.46 509.32a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR536" d="M1195.77 526.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR537" d="M1196.3 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR538" d="M1213.22 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR539" d="M1212.83 560.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR540" d="M1211.52 577.29a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR541" d="M1209.29 594.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR542" d="M1206.14 611.01a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR543" d="M646.3 755.33c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR544" d="M635.41 741.29a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR545" d="M625.31 727.51a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR546" d="M615.99 713.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR547" d="M607.46 698.52a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR548" d="M599.59 683.56c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12 2.3-5.12 5.12-5.12Z" fill="#B3B5B7"/><path id="eHoEbK48iZR549" d="M592.64 667.82a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR550" d="M586.47 651.94a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR551" d="M581.22 635.8a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR552" d="M592.64 418.8a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR553" d="M599.59 404.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR554" d="M646.3 332.2a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR555" d="M657.71 319.61a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR556" d="M669.92 307.67a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR557" d="M682.64 296.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR558" d="M695.89 285.63a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR559" d="M709.8 275.79a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR560" d="M724.1 266.6a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR561" d="M739.06 258.2a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR562" d="M754.28 250.6a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR563" d="M1064.04 271.06a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR564" d="M1104.72 301.89a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR565" d="M1117.18 313.7c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12 2.3-5.12 5.12-5.12Z" fill="#B3B5B7"/><path id="eHoEbK48iZR566" d="M1128.99 325.77a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR567" d="M1140.14 338.76a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR568" d="M1150.64 352.15a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR569" d="M1160.35 366.18a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR570" d="M1169.27 380.62a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR571" d="M1177.53 395.57a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR572" d="M1184.88 410.92a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR573" d="M1191.44 426.67a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR574" d="M1197.21 442.67a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR575" d="M1202.07 459.07a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR576" d="M1206.14 475.61a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR577" d="M1209.29 492.4a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR578" d="M1211.52 509.32a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR579" d="M1212.83 526.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR580" d="M1213.22 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR581" d="M1230.28 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR582" d="M1229.88 560.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR583" d="M1228.57 577.42a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR584" d="M1226.47 594.34a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR585" d="M1223.45 611.14a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR586" d="M1219.65 627.8a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR587" d="M1214.93 644.2a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR588" d="M1203.12 676.74c2.68 0 4.85 2.17 4.85 4.85 0 2.68-2.17 4.85-4.85 4.85-2.68 0-4.85-2.17-4.85-4.85-.01-2.68 2.17-4.85 4.85-4.85Z" fill="#B3B5B7"/><path id="eHoEbK48iZR589" d="M625.96 756.64a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR590" d="M615.6 742.99a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR591" d="M605.89 728.96a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR592" d="M596.84 714.39a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR593" d="M588.7 699.57c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12 2.3-5.12 5.12-5.12Z" fill="#B3B5B7"/><path id="eHoEbK48iZR594" d="M581.22 684.09a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR595" d="M574.53 668.34a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><circle id="eHoEbK48iZR596" r="5.25" transform="translate(568.63 657.58)" fill="#B3B5B7"/><path id="eHoEbK48iZR597" d="M563.51 636.07a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z" fill="#B3B5B7"/><circle id="eHoEbK48iZR598" r="5.25" transform="translate(559.31 624.78)" fill="#B3B5B7"/><path id="eHoEbK48iZR599" d="M555.9 603.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR600" d="M568.63 434.67c2.68 0 4.85 2.17 4.85 4.85 0 2.68-2.17 4.85-4.85 4.85-2.68 0-4.85-2.17-4.85-4.85-.01-2.68 2.17-4.85 4.85-4.85Z" fill="#B3B5B7"/><path id="eHoEbK48iZR601" d="M581.22 402.79a4.991 4.991 0 0 1 0 9.98 4.991 4.991 0 0 1 0-9.98Z" fill="#B3B5B7"/><path id="eHoEbK48iZR602" d="M588.7 387.18a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR603" d="M625.96 330.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR604" d="M636.98 316.98a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR605" d="M648.66 304.52a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR606" d="M660.99 292.71a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR607" d="M673.85 281.43a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR608" d="M687.23 270.93a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR609" d="M701.27 261.09a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR610" d="M715.7 251.91a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR611" d="M730.53 243.51a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR612" d="M745.75 235.77a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR613" d="M761.36 228.95a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR614" d="M1086.74 266.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR615" d="M1113.64 287.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR616" d="M1126.23 298.48a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR617" d="M1138.17 310.69a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><circle id="eHoEbK48iZR618" r="5.25" transform="translate(1149.59 328.66)" fill="#B3B5B7"/><path id="eHoEbK48iZR619" d="M1160.22 336.66a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR620" d="M1170.32 350.57a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><circle id="eHoEbK48iZR621" r="5.25" transform="translate(1179.63 370.12)" fill="#B3B5B7"/><path id="eHoEbK48iZR622" d="M1188.29 379.57a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR623" d="M1196.03 394.79a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR624" d="M1203.12 410.27a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR625" d="M1209.42 426.14a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR626" d="M1214.93 442.41a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR627" d="M1219.65 458.81a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR628" d="M1223.45 475.47a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR629" d="M1226.47 492.27a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR630" d="M1228.57 509.19a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR631" d="M1229.88 526.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR632" d="M1230.28 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR633" d="M1247.33 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR634" d="M1246.81 560.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR635" d="M1245.63 577.42a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR636" d="M1243.53 594.47a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR637" d="M1240.77 611.4a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR638" d="M1237.1 628.06a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR639" d="M1232.64 645.51c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR640" d="M1227.39 661.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR641" d="M1214.53 692.61a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR642" d="M605.89 758.48a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR643" d="M595.92 744.7a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR644" d="M586.6 730.27a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR645" d="M577.94 715.44a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR646" d="M570.07 700.35a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR647" d="M562.85 684.74a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR648" d="M556.56 668.87a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR649" d="M550.92 652.73a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR650" d="M546.06 636.33a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR651" d="M541.99 619.67a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR652" d="M538.71 603.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR653" d="M550.92 434.01c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12c0-2.82 2.29-5.12 5.12-5.12Z" fill="#B3B5B7"/><path id="eHoEbK48iZR654" d="M556.56 417.75a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR655" d="M562.85 401.87a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR656" d="M570.07 386.26a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR657" d="M577.94 371.17a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR658" d="M627.8 301.76a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR659" d="M639.74 289.69c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12 2.29-5.12 5.12-5.12Z" fill="#B3B5B7"/><path id="eHoEbK48iZR660" d="M652.2 277.89c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12c.01-2.83 2.3-5.12 5.12-5.12Z" fill="#B3B5B7"/><path id="eHoEbK48iZR661" d="M665.19 266.6a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR662" d="M678.71 256.11a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR663" d="M692.74 246.4a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR664" d="M707.18 237.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR665" d="M722 228.82a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR666" d="M737.35 221.07a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR667" d="M752.97 214.12a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR668" d="M768.84 208.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR669" d="M1095.27 251.12a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR670" d="M1147.23 295.6a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR671" d="M1158.9 308.72c2.61 0 4.72 2.11 4.72 4.72s-2.11 4.72-4.72 4.72-4.72-2.11-4.72-4.72 2.12-4.72 4.72-4.72Z" fill="#B3B5B7"/><path id="eHoEbK48iZR672" d="M1169.79 321.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR673" d="M1180.16 334.96a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR674" d="M1189.74 349.13a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><circle id="eHoEbK48iZR675" r="5.25" transform="translate(1198.79 368.94)" fill="#B3B5B7"/><path id="eHoEbK48iZR676" d="M1207.05 378.65a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR677" d="M1214.53 394a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR678" d="M1221.36 409.74a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR679" d="M1227.39 425.75a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR680" d="M1232.64 442.02a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR681" d="M1237.1 458.55a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR682" d="M1240.77 475.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR683" d="M1243.53 492.14a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR684" d="M1245.63 509.19a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR685" d="M1246.81 526.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR686" d="M1247.33 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR687" d="M1264.26 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR688" d="M1263.86 560.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR689" d="M1262.68 577.29a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR690" d="M1260.72 594.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR691" d="M1258.09 611.92c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR692" d="M1254.55 627.67a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR693" d="M1250.35 644.2a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR694" d="M1226.21 707.7a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR695" d="M600.51 779.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR696" d="M590.01 765.82a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR697" d="M580.3 751.92a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR698" d="M571.12 737.48a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR699" d="M562.59 722.92c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12c.01-2.83 2.3-5.12 5.12-5.12Z" fill="#B3B5B7"/><path id="eHoEbK48iZR700" d="M554.72 707.83c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12 2.29-5.12 5.12-5.12Z" fill="#B3B5B7"/><path id="eHoEbK48iZR701" d="M547.64 692.22a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR702" d="M541.21 676.48a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR703" d="M535.43 660.47a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR704" d="M530.58 644.2a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR705" d="M526.38 627.67a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR706" d="M522.84 611.01a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR707" d="M517.07 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR708" d="M530.58 442.41a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR709" d="M535.43 426.14a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR710" d="M541.21 410.14a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR711" d="M547.64 394.39a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR712" d="M554.72 378.91a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR713" d="M562.59 363.82a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR714" d="M571.12 350.05c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR715" d="M623.21 283c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR716" d="M635.28 270.28c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12 2.29-5.12 5.12-5.12Z" fill="#B3B5B7"/><path id="eHoEbK48iZR717" d="M648 258.86c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12c.01-2.83 2.3-5.12 5.12-5.12Z" fill="#B3B5B7"/><circle id="eHoEbK48iZR718" r="5.25" transform="translate(661.26 253.35)" fill="#B3B5B7"/><path id="eHoEbK48iZR719" d="M674.9 237.87a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR720" d="M689.07 228.42a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR721" d="M703.63 219.63a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR722" d="M718.46 211.37a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR723" d="M733.81 203.89a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR724" d="M749.42 197.2a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR725" d="M765.3 191.03a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR726" d="M781.44 185.78a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR727" d="M1157.72 283c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR728" d="M1169.4 294.42a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR729" d="M1180.42 307.41a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR730" d="M1190.92 320.79a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR731" d="M1200.63 334.7a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR732" d="M1209.81 349.13a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR733" d="M1218.34 363.82a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR734" d="M1226.21 378.91a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR735" d="M1233.29 394.39a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR736" d="M1239.72 410.14a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR737" d="M1245.5 426.14a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR738" d="M1250.35 442.41a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR739" d="M1254.55 458.94a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR740" d="M1258.09 475.61a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR741" d="M1260.72 492.4a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR742" d="M1262.68 509.32a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR743" d="M1263.86 526.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR744" d="M1264.26 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR745" d="M1281.18 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR746" d="M1280.92 560.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR747" d="M1279.74 577.42a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR748" d="M1277.9 595.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR749" d="M1244.58 709.28c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46 1.99-4.46 4.46-4.46Z" fill="#B3B5B7"/><path id="eHoEbK48iZR750" d="M1237.1 724.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR751" d="M591.06 794.56a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR752" d="M580.44 781.17a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR753" d="M570.33 767.4a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR754" d="M560.89 753.23a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR755" d="M552.1 738.66a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR756" d="M543.83 723.71a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><circle id="eHoEbK48iZR757" r="5.25" transform="translate(536.35 713.74)" fill="#B3B5B7"/><path id="eHoEbK48iZR758" d="M529.4 692.88a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR759" d="M523.23 677a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR760" d="M517.72 660.86a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><circle id="eHoEbK48iZR761" r="5.25" transform="translate(513 649.71)" fill="#B3B5B7"/><path id="eHoEbK48iZR762" d="M508.93 627.93a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR763" d="M505.65 611.14a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR764" d="M500.01 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR765" d="M505.65 475.47a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR766" d="M508.93 458.68a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR767" d="M513 442.15a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR768" d="M517.72 425.75a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR769" d="M523.23 409.61a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR770" d="M529.4 393.74a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR771" d="M536.35 378.12a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR772" d="M543.83 362.9a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR773" d="M580.44 306.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR774" d="M626.49 255.19a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR775" d="M639.21 244.04c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12c.01-2.83 2.3-5.12 5.12-5.12Z" fill="#B3B5B7"/><path id="eHoEbK48iZR776" d="M652.6 233.41c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12 2.29-5.12 5.12-5.12Z" fill="#B3B5B7"/><path id="eHoEbK48iZR777" d="M666.37 223.17a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR778" d="M680.54 213.73a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR779" d="M695.11 204.94a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><circle id="eHoEbK48iZR780" r="5.25" transform="translate(710.06 201.92)" fill="#B3B5B7"/><path id="eHoEbK48iZR781" d="M725.28 189.19a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR782" d="M740.9 182.24a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR783" d="M756.77 176.99c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR784" d="M772.91 171.48c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR785" d="M1178.58 279.33a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR786" d="M1189.87 292.05a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><circle id="eHoEbK48iZR787" r="5.25" transform="translate(1200.49 310.69)" fill="#B3B5B7"/><path id="eHoEbK48iZR788" d="M1210.6 319.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR789" d="M1220.04 333.38a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR790" d="M1228.83 347.95a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR791" d="M1237.1 362.9a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR792" d="M1244.58 378.12a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR793" d="M1251.53 393.74a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR794" d="M1257.7 409.61a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR795" d="M1263.21 425.75a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR796" d="M1267.93 442.15a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR797" d="M1272 458.68a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR798" d="M1275.28 475.47a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR799" d="M1277.9 492.27a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR800" d="M1279.74 509.19a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR801" d="M1280.92 526.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR802" d="M1281.18 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR803" d="M1298.24 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR804" d="M1297.85 560.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR805" d="M1296.8 577.42a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR806" d="M1269.64 693.4a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><circle id="eHoEbK48iZR807" r="4.33" transform="translate(1262.95 714.39)" fill="#B3B5B7"/><path id="eHoEbK48iZR808" d="M1255.73 724.89a4.991 4.991 0 0 1 0 9.98 4.991 4.991 0 0 1 0-9.98Z" fill="#B3B5B7"/><path id="eHoEbK48iZR809" d="M581.75 809.78a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><circle id="eHoEbK48iZR810" r="5.25" transform="translate(570.86 801.9)" fill="#B3B5B7"/><path id="eHoEbK48iZR811" d="M560.62 783.01a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR812" d="M550.78 768.97a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR813" d="M541.73 754.54a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR814" d="M533.07 739.71a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR815" d="M525.2 724.63a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><circle id="eHoEbK48iZR816" r="5.25" transform="translate(517.98 714.39)" fill="#B3B5B7"/><path id="eHoEbK48iZR817" d="M511.29 693.4a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR818" d="M505.39 677.39a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR819" d="M500.14 661.12a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR820" d="M495.55 644.72a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR821" d="M491.61 628.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR822" d="M488.46 612.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR823" d="M482.69 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR824" d="M483.08 527.04c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46c0-2.47 2-4.46 4.46-4.46Z" fill="#B3B5B7"/><path id="eHoEbK48iZR825" d="M484.13 509.98c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46 2-4.46 4.46-4.46Z" fill="#B3B5B7"/><path id="eHoEbK48iZR826" d="M485.97 492.14a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR827" d="M488.46 475.34a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR828" d="M491.61 458.55a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR829" d="M495.55 441.89a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR830" d="M500.14 425.49a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR831" d="M505.39 409.22a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR832" d="M511.29 393.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR833" d="M517.98 377.47a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR834" d="M525.2 361.99a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR835" d="M533.07 346.9a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR836" d="M541.73 332.99c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR837" d="M550.78 317.64a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR838" d="M560.62 304.52c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR839" d="M570.86 290.74c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46 1.99-4.46 4.46-4.46Z" fill="#B3B5B7"/><path id="eHoEbK48iZR840" d="M605.1 252.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR841" d="M617.57 240.36c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12 2.29-5.12 5.12-5.12Z" fill="#B3B5B7"/><path id="eHoEbK48iZR842" d="M630.55 229.08a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR843" d="M643.94 218.58c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12 2.29-5.12 5.12-5.12Z" fill="#B3B5B7"/><path id="eHoEbK48iZR844" d="M657.71 208.48a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR845" d="M672.01 199.03a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR846" d="M686.58 190.11a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><circle id="eHoEbK48iZR847" r="5.25" transform="translate(701.53 187.22)" fill="#B3B5B7"/><path id="eHoEbK48iZR848" d="M716.89 174.37a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR849" d="M732.5 167.41a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR850" d="M748.37 161.9c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46 2-4.46 4.46-4.46Z" fill="#B3B5B7"/><path id="eHoEbK48iZR851" d="M1187.77 265.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR852" d="M1199.18 276.84a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z" fill="#B3B5B7"/><circle id="eHoEbK48iZR853" r="5.25" transform="translate(1210.07 295.2)" fill="#B3B5B7"/><path id="eHoEbK48iZR854" d="M1220.31 303.6a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR855" d="M1230.15 317.64a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR856" d="M1239.2 332.07a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR857" d="M1247.86 346.9a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR858" d="M1255.73 361.99a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR859" d="M1262.95 377.47a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR860" d="M1269.64 393.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR861" d="M1275.54 409.22a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR862" d="M1280.79 425.49a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR863" d="M1285.38 441.89a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR864" d="M1289.32 458.55a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR865" d="M1292.47 475.34a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR866" d="M1294.96 492.14a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR867" d="M1296.8 509.19a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR868" d="M1297.85 526.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR869" d="M1298.24 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR870" d="M1314.9 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR871" d="M1306.77 627.8a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR872" d="M1303.09 645.25c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR873" d="M1293.65 677.66a4.59 4.59 0 1 1 0 9.18c-2.53 0-4.59-2.06-4.59-4.59 0-2.54 2.05-4.59 4.59-4.59Z" fill="#B3B5B7"/><path id="eHoEbK48iZR874" d="M1288.01 693.79c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46 1.99-4.46 4.46-4.46Z" fill="#B3B5B7"/><path id="eHoEbK48iZR875" d="M1281.71 708.75a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR876" d="M554.98 803.87a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR877" d="M544.88 790.23a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR878" d="M535.17 776.19a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR879" d="M526.25 761.76a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR880" d="M517.72 747.59c2.61 0 4.72 2.11 4.72 4.72s-2.11 4.72-4.72 4.72-4.72-2.11-4.72-4.72 2.11-4.72 4.72-4.72Z" fill="#B3B5B7"/><path id="eHoEbK48iZR881" d="M502.63 716.62a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR882" d="M496.07 700.88a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR883" d="M490.04 685a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><circle id="eHoEbK48iZR884" r="5.25" transform="translate(484.66 674.11)" fill="#B3B5B7"/><path id="eHoEbK48iZR885" d="M479.94 653.52c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#B3B5B7"/><circle id="eHoEbK48iZR886" r="5.25" transform="translate(469.83 607.86)" fill="#B3B5B7"/><path id="eHoEbK48iZR887" d="M467.86 585.68a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR888" d="M466.42 569.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR889" d="M467.86 500.93a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR890" d="M469.83 484a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR891" d="M472.59 467.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR892" d="M476 450.55a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR893" d="M479.94 434.01a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR894" d="M484.66 417.75a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR895" d="M490.04 401.61a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR896" d="M496.07 386.65c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR897" d="M502.63 370.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR898" d="M517.72 339.55a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR899" d="M526.25 325.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR900" d="M535.17 310.42a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><circle id="eHoEbK48iZR901" r="5.25" transform="translate(544.88 301.63)" fill="#B3B5B7"/><path id="eHoEbK48iZR902" d="M554.98 282.74a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR903" d="M613.5 221.47c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12 2.29-5.12 5.12-5.12Z" fill="#B3B5B7"/><path id="eHoEbK48iZR904" d="M626.62 210.45a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR905" d="M640.13 200.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><circle id="eHoEbK48iZR906" r="5.25" transform="translate(654.04 195.62)" fill="#B3B5B7"/><circle id="eHoEbK48iZR907" r="5.25" transform="translate(668.34 186.44)" fill="#B3B5B7"/><path id="eHoEbK48iZR908" d="M683.04 172.66a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR909" d="M697.99 164.66a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR910" d="M713.34 157.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR911" d="M728.96 151.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR912" d="M1209.68 263.72a4.59 4.59 0 0 1 4.59 4.59c0 2.53-2.06 4.59-4.59 4.59s-4.59-2.06-4.59-4.59a4.59 4.59 0 0 1 4.59-4.59Z" fill="#B3B5B7"/><path id="eHoEbK48iZR913" d="M1220.7 276.05a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR914" d="M1231.06 289.56a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR915" d="M1240.9 303.34a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR916" d="M1250.22 317.64a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR917" d="M1259.01 332.2a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR918" d="M1267.14 347.03a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR919" d="M1274.75 362.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR920" d="M1281.71 377.86a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR921" d="M1288.01 393.6a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR922" d="M1293.65 409.61a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR923" d="M1298.63 425.88a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR924" d="M1303.09 442.28a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR925" d="M1306.77 458.81a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR926" d="M1309.79 475.61a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR927" d="M1312.15 492.4a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR928" d="M1313.85 509.32a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR929" d="M1316.21 661.12a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR930" d="M1305.85 693.53a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR931" d="M1299.81 709.41a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR932" d="M556.29 832.34a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR933" d="M545.41 819.22a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR934" d="M535.04 805.71a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR935" d="M525.2 791.8a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR936" d="M515.88 777.5a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR937" d="M450.81 586.73c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR938" d="M449.5 568.89a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR939" d="M448.84 551.83a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR940" d="M450.81 500.8a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR941" d="M452.78 483.87a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR942" d="M455.4 467.08a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR943" d="M458.55 450.42a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR944" d="M462.49 433.75a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR945" d="M467.08 417.35a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR946" d="M472.19 401.08a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR947" d="M477.97 385.08a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR948" d="M484.4 369.33a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><circle id="eHoEbK48iZR949" r="5.25" transform="translate(535.04 286.15)" fill="#B3B5B7"/><path id="eHoEbK48iZR950" d="M545.41 267.39a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR951" d="M591.98 217.66a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR952" d="M604.71 206.38a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR953" d="M617.96 195.62a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR954" d="M631.47 185.39a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR955" d="M645.51 175.68a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR956" d="M659.81 167.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR957" d="M674.51 158.49c2.61 0 4.72 2.11 4.72 4.72s-2.11 4.72-4.72 4.72-4.72-2.11-4.72-4.72 2.11-4.72 4.72-4.72Z" fill="#B3B5B7"/><path id="eHoEbK48iZR958" d="M1195.25 224.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR959" d="M1207.32 236.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR960" d="M1230.15 261.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR961" d="M1240.77 274.08a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR962" d="M1250.88 287.86a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR963" d="M1260.45 301.89a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR964" d="M1269.38 316.33a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR965" d="M1277.9 331.02a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR966" d="M1285.78 346.11a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR967" d="M1293.12 361.59a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR968" d="M1299.81 377.2a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR969" d="M1305.85 393.08a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR970" d="M1311.36 409.22a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR971" d="M1316.21 425.49a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR972" d="M1320.41 442.02a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR973" d="M1324.09 458.68a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR974" d="M1326.97 475.47a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR975" d="M1329.33 492.4a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR976" d="M1330.91 509.32a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR977" d="M1331.83 526.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR978" d="M1349.15 544.09c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46 1.99-4.46 4.46-4.46Z" fill="#B3B5B7"/><path id="eHoEbK48iZR979" d="M1323.82 694.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR980" d="M1317.92 710.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR981" d="M1304.28 742.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR982" d="M1270.42 800.46c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12c.01-2.83 2.3-5.12 5.12-5.12Z" fill="#B3B5B7"/><path id="eHoEbK48iZR983" d="M547.11 848.48c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR984" d="M535.96 834.57a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR985" d="M525.46 821.19a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR986" d="M515.36 807.41a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR987" d="M505.78 794.03c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46 2-4.46 4.46-4.46Z" fill="#B3B5B7"/><path id="eHoEbK48iZR988" d="M432.44 568.89a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR989" d="M431.78 552.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR990" d="M433.75 500.67a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR991" d="M435.59 483.74a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR992" d="M438.08 466.95a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR993" d="M441.23 450.15a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR994" d="M445.04 433.49a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR995" d="M449.5 417.09a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR996" d="M454.48 400.69a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR997" d="M459.99 384.68a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR998" d="M466.29 368.68a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR999" d="M472.98 353.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1000" d="M496.73 307.8a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1001" d="M525.46 265.42a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1002" d="M535.96 252.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1003" d="M570.6 214.38a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1004" d="M583.06 202.71a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1005" d="M595.92 191.55a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><circle id="eHoEbK48iZR1006" r="5.25" transform="translate(609.17 186.18)" fill="#B3B5B7"/><path id="eHoEbK48iZR1007" d="M622.95 170.69a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1008" d="M636.98 161.77c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46 2-4.46 4.46-4.46Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1009" d="M1216.37 221.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1010" d="M1228.18 232.75a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1011" d="M1239.46 246.4c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1012" d="M1250.22 258.73a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><circle id="eHoEbK48iZR1013" r="5.25" transform="translate(1260.58 277.49)" fill="#B3B5B7"/><path id="eHoEbK48iZR1014" d="M1270.42 286.94a4.59 4.59 0 0 1 4.59 4.59c0 2.53-2.06 4.59-4.59 4.59s-4.59-2.06-4.59-4.59 2.06-4.59 4.59-4.59Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1015" d="M1279.74 300.58a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1016" d="M1288.4 315.15a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1017" d="M1296.67 330.1a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1018" d="M1304.28 345.32a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1019" d="M1311.36 360.94a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1020" d="M1317.92 376.68a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1021" d="M1323.82 392.69a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1022" d="M1329.07 408.82a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1023" d="M1333.8 425.22a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1024" d="M1337.86 441.76a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1025" d="M1341.27 458.55a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1026" d="M1344.16 475.34a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1027" d="M1346.39 492.27a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1028" d="M1347.97 510.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1029" d="M1349.15 543.7c2.68 0 4.85 2.17 4.85 4.85 0 2.68-2.17 4.85-4.85 4.85-2.68 0-4.85-2.17-4.85-4.85a4.835 4.835 0 0 1 4.85-4.85Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1030" d="M1366.2 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1031" d="M1341.54 695.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1032" d="M1322.77 742.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1033" d="M1298.9 787.34a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1034" d="M1289.84 801.77a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1035" d="M1280.27 815.94a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1036" d="M526.64 849.79a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1037" d="M515.88 836.54a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1038" d="M505.65 822.9a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1039" d="M415.38 568.89a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1040" d="M414.86 551.83a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1041" d="M414.86 534.78a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1042" d="M415.38 517.72a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1043" d="M416.7 500.67a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1044" d="M418.53 483.74a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1045" d="M420.89 466.82a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1046" d="M423.91 450.02a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1047" d="M427.59 433.23a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1048" d="M431.92 416.7a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1049" d="M436.77 400.43a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1050" d="M442.15 384.16a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1051" d="M448.18 368.15a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1052" d="M454.74 352.41a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1053" d="M477.7 306.62a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1054" d="M486.5 292.05a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1055" d="M495.81 277.62a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1056" d="M505.65 264.37a4.59 4.59 0 0 1 4.59 4.59c0 2.53-2.06 4.59-4.59 4.59a4.59 4.59 0 1 1 0-9.18Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1057" d="M515.88 250.07a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1058" d="M526.64 237.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1059" d="M561.67 199.43a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1060" d="M574.27 187.88a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1061" d="M587.26 176.73a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1062" d="M600.51 166.1a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1063" d="M1270.29 257.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1064" d="M1280.27 270.67a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1065" d="M1298.9 299.27a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1066" d="M1307.29 314.1a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1067" d="M1315.3 329.18a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1068" d="M1322.77 344.67a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1069" d="M1329.6 360.28a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1070" d="M1335.89 376.15a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1071" d="M1341.54 392.29a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1072" d="M1346.65 408.56a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1073" d="M1351.25 424.96a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1074" d="M1355.18 441.62a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1075" d="M1358.59 458.42a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1076" d="M1361.35 475.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1077" d="M1363.45 492.14a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1078" d="M1354.13 710.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1079" d="M1326.71 772.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1080" d="M1318.58 787.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1081" d="M1309.92 801.9a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1082" d="M1300.73 816.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z" fill="#B3B5B7"/><circle id="eHoEbK48iZR1083" r="5.25" transform="translate(1291.02 835.36)" fill="#B3B5B7"/><path id="eHoEbK48iZR1084" d="M1280.92 843.76a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1085" d="M557.34 907.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1086" d="M521.66 870a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1087" d="M510.64 857.14a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1088" d="M500.01 843.89c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12 2.29-5.12 5.12-5.12Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1089" d="M489.91 831.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1090" d="M398.07 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1091" d="M397.8 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1092" d="M398.07 526.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1093" d="M398.85 509.32a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1094" d="M400.43 492.4a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1095" d="M402.4 475.47a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1096" d="M405.02 458.68a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1097" d="M408.3 442.02a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1098" d="M412.1 425.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1099" d="M416.43 408.96a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1100" d="M421.29 392.69a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1101" d="M426.8 376.55a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1102" d="M432.83 360.67a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1103" d="M439.39 344.93a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1104" d="M454.22 314.62a4.991 4.991 0 0 1 0 9.98 4.991 4.991 0 0 1 0-9.98Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1105" d="M462.35 299.4a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1106" d="M471.01 284.71a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1107" d="M480.2 271.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1108" d="M489.91 256.5a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1109" d="M500.01 242.85a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1110" d="M570.2 168.86a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1111" d="M583.19 158.1a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1112" d="M1318.58 299.4a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1113" d="M1326.71 314.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1114" d="M1334.45 329.58a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1115" d="M1341.54 344.93a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1116" d="M1348.1 360.67a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1117" d="M1354.13 376.55a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1118" d="M1359.64 392.69a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1119" d="M1364.5 408.96a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1120" d="M1368.83 425.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1121" d="M1372.63 442.02a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1122" d="M1375.91 458.68a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1123" d="M1378.54 475.47a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1124" d="M1380.5 493.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1125" d="M1382.86 526.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1126" d="M1383.13 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1127" d="M1371.97 710.46a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1128" d="M1352.82 757.82a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1129" d="M1345.34 773.17a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1130" d="M1337.47 788.26a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1131" d="M1329.07 803.08a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1132" d="M1320.15 817.52a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1133" d="M1310.7 831.82a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1134" d="M1300.86 845.73a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1135" d="M512.47 885.22a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1136" d="M501.19 872.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1137" d="M490.43 860.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1138" d="M381.01 526.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1139" d="M381.93 509.32a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1140" d="M383.37 492.27a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1141" d="M385.34 475.34a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1142" d="M387.83 458.55a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1143" d="M390.98 441.76a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1144" d="M394.65 425.09a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1145" d="M398.85 408.69a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1146" d="M403.58 392.29a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1147" d="M408.96 376.15a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1148" d="M414.86 360.15a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1149" d="M421.16 344.27a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1150" d="M428.11 328.79a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1151" d="M435.59 313.44a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1152" d="M443.46 298.35a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1153" d="M451.86 283.53a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1154" d="M460.78 269.09a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1155" d="M480.07 240.89a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1156" d="M501.19 215.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1157" d="M512.47 201.39a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1158" d="M524.02 188.93a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1159" d="M536.09 176.86a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1160" d="M548.55 165.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1161" d="M561.41 154.03a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1162" d="M1337.47 298.35a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1163" d="M1345.34 313.44a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1164" d="M1352.82 328.79a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1165" d="M1359.77 344.27a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1166" d="M1366.07 360.15a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1167" d="M1371.97 376.15a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1168" d="M1377.35 392.29a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1169" d="M1382.08 408.69a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1170" d="M1389.95 442.02a4.991 4.991 0 0 1 0 9.98 4.991 4.991 0 0 1 0-9.98Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1171" d="M1393.1 458.55a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1172" d="M1395.59 476.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1173" d="M1397.56 492.27a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1174" d="M1389.82 711.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1175" d="M1384.05 726.99a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1176" d="M1363.97 774.09a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1177" d="M1356.23 789.18a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><circle id="eHoEbK48iZR1178" r="5.25" transform="translate(1347.97 809.38)" fill="#B3B5B7"/><path id="eHoEbK48iZR1179" d="M1339.31 818.83a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1180" d="M1330.12 833.26a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1181" d="M1320.54 847.96a4.59 4.59 0 1 1 0 9.18c-2.53 0-4.59-2.06-4.59-4.59a4.59 4.59 0 0 1 4.59-4.59Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1182" d="M514.97 912.9c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12 2.29-5.12 5.12-5.12Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1183" d="M503.29 900.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1184" d="M491.87 887.58a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1185" d="M364.87 509.98c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46 2-4.46 4.46-4.46Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1186" d="M366.18 492.27a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1187" d="M368.15 475.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1188" d="M370.64 458.42a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1189" d="M373.66 441.62a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1190" d="M377.2 424.96a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1191" d="M381.4 408.3a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1192" d="M386 391.9a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1193" d="M391.11 375.63a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1194" d="M396.88 359.62a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1195" d="M403.05 343.75a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1196" d="M409.74 328a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1197" d="M416.96 312.52a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1198" d="M424.7 297.43a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1199" d="M432.97 282.48a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1200" d="M441.62 268.31c2.61 0 4.72 2.11 4.72 4.72s-2.11 4.72-4.72 4.72-4.72-2.11-4.72-4.72 2.12-4.72 4.72-4.72Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1201" d="M450.81 253.35a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1202" d="M470.49 226.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1203" d="M480.98 212.94c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1204" d="M491.87 199.82c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46 2-4.46 4.46-4.46Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1205" d="M503.29 186.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1206" d="M514.97 173.84a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1207" d="M527.17 161.9a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1208" d="M539.76 150.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1209" d="M1363.97 312.52a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1210" d="M1371.19 328a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1211" d="M1377.88 343.75a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1212" d="M1384.05 359.62a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1213" d="M1389.82 375.63a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1214" d="M1394.94 391.9a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1215" d="M1410.29 459.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1216" d="M1402.28 726.59a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1217" d="M1396.38 743.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1218" d="M1389.95 758.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1219" d="M1382.86 773.83c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12 2.3-5.12 5.12-5.12Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1220" d="M1375.52 789.05a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1221" d="M1367.51 804a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1222" d="M1359.25 818.83a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1223" d="M1350.33 833.39a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1224" d="M1341.01 848.48c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1225" d="M348.47 500.8a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1226" d="M350.05 484a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1227" d="M352.15 467.08a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1228" d="M354.77 450.28a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1229" d="M357.92 433.62a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1230" d="M361.59 416.96a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1231" d="M365.79 400.56a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1232" d="M370.51 384.16a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1233" d="M375.76 368.02a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1234" d="M381.53 352.01a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1235" d="M387.7 336.27a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1236" d="M394.52 320.66a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1237" d="M401.61 305.17a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1238" d="M409.35 290.09a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1239" d="M417.48 276.05c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1240" d="M435.2 246.13a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1241" d="M454.61 218.19a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1242" d="M464.98 205.2c2.68 0 4.85 2.17 4.85 4.85 0 2.68-2.17 4.85-4.85 4.85-2.68 0-4.85-2.17-4.85-4.85-.01-2.68 2.17-4.85 4.85-4.85Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1243" d="M475.74 192.08c2.68 0 4.85 2.17 4.85 4.85 0 2.68-2.17 4.85-4.85 4.85-2.68 0-4.85-2.17-4.85-4.85-.01-2.68 2.17-4.85 4.85-4.85Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1244" d="M487.02 179.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1245" d="M498.57 166.49a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1246" d="M510.51 154.42a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1247" d="M522.84 143.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1248" d="M1382.86 312.92a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1249" d="M1389.95 328.4a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1250" d="M1396.38 344.14a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1251" d="M1402.28 360.02a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1252" d="M1407.79 376.15a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1253" d="M1412.78 392.29a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1254" d="M1417.24 409.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1255" d="M1420.13 727.12a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1256" d="M1414.35 743.78c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46 2-4.46 4.46-4.46Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1257" d="M1401.23 774.48a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1258" d="M1394.02 789.83a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1259" d="M1386.28 805.05a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1260" d="M1378.14 820.01a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1261" d="M1369.48 834.57a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1262" d="M1360.43 849.01a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1263" d="M332.99 484.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1264" d="M334.96 466.95a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1265" d="M337.58 450.15a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1266" d="M340.6 433.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1267" d="M344.27 416.83a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1268" d="M348.34 400.3a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1269" d="M352.93 383.9a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1270" d="M358.05 367.63a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1271" d="M363.56 351.49a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1272" d="M369.59 335.61a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1273" d="M376.15 319.87a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1274" d="M383.24 304.39a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1275" d="M390.72 289.17a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1276" d="M398.59 274.08a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1277" d="M406.99 259.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1278" d="M434.8 216.48a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1279" d="M445.04 203.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1280" d="M455.53 190.37c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1281" d="M466.42 176.47a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1282" d="M477.84 164.53c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46c0-2.47 1.99-4.46 4.46-4.46Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1283" d="M489.51 151.93c2.61 0 4.72 2.11 4.72 4.72s-2.11 4.72-4.72 4.72-4.72-2.11-4.72-4.72c0-2.6 2.11-4.72 4.72-4.72Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1284" d="M1386.28 282.35c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46c0-2.47 1.99-4.46 4.46-4.46Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1285" d="M1401.23 312.13a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1286" d="M1408.06 327.74a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1287" d="M1414.35 343.62a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1288" d="M1420.13 359.49a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1289" d="M1425.51 375.76a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1290" d="M1430.36 392.03a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1291" d="M1434.69 409.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1292" d="M1432.33 744.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1293" d="M1412.52 791.41c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46 1.99-4.46 4.46-4.46Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1294" d="M1405.04 805.97a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1295" d="M1397.03 821.06a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1296" d="M1388.64 835.89a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1297" d="M1379.72 850.45a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1298" d="M1370.53 865.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1299" d="M320.39 450.02a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1300" d="M323.41 433.23a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1301" d="M326.82 416.57a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25 5.25 5.25 0 0 1 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1302" d="M330.89 400.03a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1303" d="M335.35 383.5a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1304" d="M340.34 367.23a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1305" d="M345.72 351.1a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1306" d="M351.62 335.09a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1307" d="M358.05 319.34a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1308" d="M364.87 303.73a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><circle id="eHoEbK48iZR1309" r="5.25" transform="translate(372.09 293.5)" fill="#B3B5B7"/><path id="eHoEbK48iZR1310" d="M379.83 273.82a4.59 4.59 0 0 1 4.59 4.59c0 2.53-2.06 4.59-4.59 4.59a4.59 4.59 0 1 1 0-9.18Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1311" d="M388.09 258.2a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1312" d="M396.75 243.51a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1313" d="M435.46 188.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1314" d="M457.24 162.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1315" d="M468.65 149.44c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46 2-4.46 4.46-4.46Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1316" d="M1405.04 280.77c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12 2.29-5.12 5.12-5.12Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1317" d="M1419.6 311.47a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1318" d="M1426.16 327.22a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1319" d="M1432.33 343.09a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1320" d="M1437.97 359.1a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1321" d="M1443.22 375.37a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1322" d="M1447.94 391.77a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1323" d="M1452.14 409.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1324" d="M1455.81 424.83a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1325" d="M1459.09 441.62a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1326" d="M1461.85 459.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1327" d="M1423.54 806.76a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1328" d="M1415.8 821.98a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1329" d="M1407.53 836.93a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1330" d="M1399 851.63a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1331" d="M1389.95 866.06a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1332" d="M1380.37 881.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1333" d="M313.44 400.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1334" d="M317.77 383.24a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1335" d="M322.62 366.84a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1336" d="M327.87 350.7a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1337" d="M333.65 334.56a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1338" d="M339.81 318.69a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1339" d="M346.5 302.94a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1340" d="M353.59 287.46a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><circle id="eHoEbK48iZR1341" r="5.25" transform="translate(361.2 277.49)" fill="#B3B5B7"/><path id="eHoEbK48iZR1342" d="M369.2 257.81a4.59 4.59 0 0 1 4.59 4.59c0 2.53-2.06 4.59-4.59 4.59s-4.59-2.06-4.59-4.59 2.06-4.59 4.59-4.59Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1343" d="M377.6 242.33a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1344" d="M386.52 228.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1345" d="M395.7 213.33a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1346" d="M415.52 186.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1347" d="M1444.27 326.56a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1348" d="M1450.3 342.57a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1349" d="M1455.81 358.71a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1350" d="M1460.8 374.97a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1351" d="M1465.39 392.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1352" d="M1469.59 408.04a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1353" d="M1473.13 424.7a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1354" d="M1435.08 822.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1355" d="M1427.08 836.8a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1356" d="M1418.81 851.63a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1357" d="M1410.02 866.19a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1358" d="M1400.84 881.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1359" d="M302.29 376.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1360" d="M307.14 359.1a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1361" d="M312.52 342.96a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1362" d="M318.3 326.95a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1363" d="M324.59 311.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1364" d="M331.28 295.6a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1365" d="M338.37 280.12a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><circle id="eHoEbK48iZR1366" r="5.25" transform="translate(345.85 270.14)" fill="#B3B5B7"/><path id="eHoEbK48iZR1367" d="M353.85 250.73c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1368" d="M362.12 234.98a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1369" d="M380.09 206.12a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1370" d="M389.67 193c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1371" d="M1462.64 326.95a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1372" d="M1468.41 342.96a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1373" d="M1473.79 359.1a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1374" d="M1478.64 375.5a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1375" d="M1487.04 409.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1376" d="M1420.13 882.72c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46 1.99-4.46 4.46-4.46Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1377" d="M1410.81 897.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1378" d="M294.68 342.57a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1379" d="M300.32 326.56a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1380" d="M306.49 310.55a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1381" d="M312.92 294.94a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1382" d="M319.87 279.33a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1383" d="M327.22 263.98a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1384" d="M335.09 249.81c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1385" d="M343.22 233.93a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1386" d="M351.75 219.24a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1387" d="M360.8 205.59c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1388" d="M370.12 191.29c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46 2-4.46 4.46-4.46Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1389" d="M379.83 177.52c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1390" d="M1486.25 342.57a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1391" d="M1491.37 358.84a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1392" d="M1496.22 375.11a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1393" d="M1500.55 391.64a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1394" d="M282.48 326.04a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1395" d="M288.38 310.03a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1396" d="M294.81 294.29a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1397" d="M301.63 278.67a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1398" d="M308.72 263.19a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1399" d="M316.33 248.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1400" d="M324.33 233.67c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46 2-4.46 4.46-4.46Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1401" d="M332.73 218.06a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1402" d="M1503.96 342.17a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1403" d="M1509.08 358.44a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1404" d="M1513.8 374.84a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1405" d="M1518 391.37a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1406" d="M261.62 335.48c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1407" d="M267.13 318.43a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1408" d="M273.16 302.55a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1409" d="M279.46 286.81a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1410" d="M286.28 271.19a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1411" d="M293.5 255.84a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1412" d="M1521.94 342.57a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1413" d="M1526.92 358.84a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1414" d="M1531.38 375.24a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1415" d="M1535.58 392.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1416" d="M249.28 318.03a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1417" d="M255.19 302.03a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1418" d="M261.35 286.15a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1419" d="M268.04 270.54a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1420" d="M275 255.06a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1421" d="M1539.65 342.17a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1422" d="M1544.51 358.57a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1423" d="M1548.97 375.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1424" d="M237.21 301.5a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1425" d="M243.25 285.63a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1426" d="M249.81 269.88a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1427" d="M256.63 254.27a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1428" d="M263.85 239.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1429" d="M1557.36 341.91a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1430" d="M1562.09 358.18a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1431" d="M1566.42 375.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1432" d="M1516.17 887.32c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46a4.445 4.445 0 0 1 4.46-4.46Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1433" d="M1507.77 901.35a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1434" d="M1498.98 915.92a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1435" d="M1489.93 931.27c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1436" d="M219.24 300.98a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1437" d="M225.27 285.1a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1438" d="M231.57 269.23a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1439" d="M238.26 253.61a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1440" d="M1579.54 357.92a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1441" d="M1583.87 375.37c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1442" d="M1535.58 887.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1443" d="M193 326.43c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46 1.99-4.46 4.46-4.46Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1444" d="M198.25 309.5a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1445" d="M203.89 293.37a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1446" d="M209.92 277.62c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12c.01-2.83 2.3-5.12 5.12-5.12Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1447" d="M216.35 261.88c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12 2.3-5.12 5.12-5.12Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1448" d="M223.04 246.13a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1449" d="M1597.25 359.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1450" d="M170.56 342.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1451" d="M180.53 309.11a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1452" d="M186.04 293.1c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12c.01-2.82 2.3-5.12 5.12-5.12Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1453" d="M191.95 276.97a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1454" d="M198.11 261.09a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1455" d="M204.81 245.48a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1456" d="M157.7 325.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1457" d="M162.82 308.72a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1458" d="M168.2 292.45a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1459" d="M173.97 276.44a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1460" d="M180.14 260.57a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1461" d="M186.57 244.82a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1462" d="M193.39 230.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1463" d="M147.47 301.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1464" d="M152.85 285.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1465" d="M158.62 268.96a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1466" d="M164.79 253.09a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1467" d="M171.22 238.13c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46 1.99-4.46 4.46-4.46Z" fill="#B3B5B7"/><path id="eHoEbK48iZR1468" d="M881.94 529.53c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1469" d="M890.47 510.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1470" d="M865.01 500.14c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1471" d="M929.56 511.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1472" d="M938.35 526.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1473" d="M847.17 491.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1474" d="M861.47 482.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1475" d="M968.53 577.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1476" d="M838.51 477.05c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1477" d="M948.98 482.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1478" d="M969.84 480.2c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1479" d="M771.86 535.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1480" d="M774.35 518.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1481" d="M779.34 501.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1482" d="M807.94 458.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1483" d="M832.61 667.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1484" d="M817.65 659.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1485" d="M754.54 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1486" d="M755.59 527.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1487" d="M758.87 510.37c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1488" d="M764.12 494.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1489" d="M771.33 478.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1490" d="M780.52 464.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1491" d="M791.41 451.2c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1492" d="M803.87 439.53c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1493" d="M848.48 414.99c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1494" d="M1019.96 625.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1495" d="M856.48 693.27c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1496" d="M839.95 688.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1497" d="M824.08 681.99c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1498" d="M809.12 673.72c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1499" d="M795.08 663.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1500" d="M782.35 652.33c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1501" d="M746.14 594.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1502" d="M741.42 578.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1503" d="M738.53 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1504" d="M737.62 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1505" d="M738.53 527.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1506" d="M741.42 510.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1507" d="M746.14 493.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1508" d="M752.7 477.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1509" d="M760.97 462.88c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1510" d="M770.94 448.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1511" d="M782.35 436.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1512" d="M824.08 406.46c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1513" d="M839.95 399.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1514" d="M890.47 391.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1515" d="M1056.83 578.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1516" d="M1046.6 611.27c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1517" d="M1038.99 626.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1518" d="M1019.44 654.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1519" d="M1007.5 667.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1520" d="M994.51 678.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1521" d="M864.75 712.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1522" d="M847.82 708.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1523" d="M831.42 703.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1524" d="M815.68 696.81c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1525" d="M800.59 688.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1526" d="M786.42 678.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1527" d="M773.43 667.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1528" d="M761.49 654.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1529" d="M751 641.31c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1530" d="M741.95 626.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1531" d="M734.34 611.27c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1532" d="M728.3 595.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1533" d="M724.1 578.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1534" d="M721.48 561.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1535" d="M720.56 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1536" d="M721.48 527.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1537" d="M724.1 509.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1538" d="M728.3 493.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1539" d="M734.34 477.18c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1540" d="M741.95 461.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1541" d="M751 447.14c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1542" d="M761.49 433.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1543" d="M773.43 421.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1544" d="M831.42 384.95c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1545" d="M847.82 379.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1546" d="M899.12 374.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1547" d="M1070.47 594.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1548" d="M1065.09 610.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1549" d="M1058.27 626.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1550" d="M1050.14 641.31c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1551" d="M1040.69 655.48c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1552" d="M1029.93 668.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1553" d="M1017.99 680.81c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1554" d="M1005.14 691.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1555" d="M991.23 701.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1556" d="M976.4 710.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1557" d="M844.15 725.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1558" d="M827.88 720.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1559" d="M812.14 713.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1560" d="M797.05 706.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1561" d="M782.75 696.94c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1562" d="M769.23 686.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1563" d="M756.77 674.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1564" d="M745.49 662.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1565" d="M735.38 648.53c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1566" d="M726.46 633.97c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1567" d="M718.98 618.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1568" d="M712.95 602.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1569" d="M708.36 586.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1570" d="M705.34 569.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1571" d="M703.77 552.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1572" d="M703.77 535.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1573" d="M705.34 518.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1574" d="M708.36 502.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1575" d="M712.95 485.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1576" d="M718.98 469.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1577" d="M726.46 454.48c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1578" d="M735.38 439.92c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1579" d="M745.49 426.27c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1580" d="M756.77 413.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1581" d="M769.23 402c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1582" d="M782.75 391.51c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1583" d="M797.05 382.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1584" d="M827.88 368.15c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1585" d="M844.15 363.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1586" d="M1087.92 594.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1587" d="M1083.07 611.27c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1588" d="M1076.77 627.14c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1589" d="M1069.16 642.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1590" d="M1060.24 657.06c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1591" d="M1050.27 670.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1592" d="M1039.12 683.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1593" d="M1026.91 695.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1594" d="M1013.79 706.65c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1595" d="M999.76 716.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1596" d="M984.93 724.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1597" d="M852.29 744.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1598" d="M835.62 740.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1599" d="M819.35 735.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1600" d="M803.61 728.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1601" d="M788.52 720.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1602" d="M774.09 711.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1603" d="M760.44 701.27c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1604" d="M747.85 689.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1605" d="M736.17 677.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1606" d="M725.54 664.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1607" d="M716.1 649.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1608" d="M707.83 634.88c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1609" d="M700.88 619.27c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1610" d="M695.24 603.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1611" d="M691.04 586.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1612" d="M688.15 569.81c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1613" d="M686.71 552.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1614" d="M686.71 535.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1615" d="M688.15 518.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1616" d="M691.04 501.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1617" d="M695.24 485.31c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1618" d="M700.88 469.18c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1619" d="M707.83 453.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1620" d="M716.1 438.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1621" d="M725.54 424.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1622" d="M736.17 411.05c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1623" d="M747.85 398.59c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1624" d="M760.44 387.18c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1625" d="M774.09 376.81c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1626" d="M788.52 367.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1627" d="M803.61 359.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1628" d="M819.35 353.06c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1629" d="M835.62 347.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1630" d="M852.29 344.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1631" d="M1100.78 611.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1632" d="M1094.88 627.8c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1633" d="M1087.79 643.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1634" d="M1079.53 658.37c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1635" d="M1070.21 672.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1636" d="M1059.72 686.18c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1637" d="M1048.17 698.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1638" d="M1035.71 710.59c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1639" d="M1022.32 721.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1640" d="M1008.28 731.06c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1641" d="M993.46 739.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1642" d="M843.76 760.05c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1643" d="M827.09 755.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1644" d="M810.96 750.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1645" d="M795.21 743.52c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1646" d="M779.99 735.52c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1647" d="M765.56 726.33c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1648" d="M751.79 716.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1649" d="M738.93 704.95c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1650" d="M726.86 692.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1651" d="M715.84 679.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1652" d="M705.86 665.59c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1653" d="M697.07 650.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1654" d="M689.33 635.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33S685 642.39 685 640s1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1655" d="M682.9 619.8c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1656" d="M677.66 603.4c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1657" d="M671.1 569.81c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1658" d="M669.78 552.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1659" d="M669.78 535.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1660" d="M671.1 518.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1661" d="M673.72 501.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1662" d="M677.66 485.05c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1663" d="M682.9 468.65c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1664" d="M689.33 452.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1665" d="M697.07 437.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1666" d="M705.86 422.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1667" d="M715.84 408.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1668" d="M726.86 395.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1669" d="M738.93 383.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1670" d="M751.79 372.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1671" d="M765.56 362.12c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1672" d="M779.99 352.93c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1673" d="M795.21 344.93c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1674" d="M810.96 338.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1675" d="M827.09 332.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1676" d="M843.76 328.4c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1677" d="M860.55 325.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1678" d="M1112.98 628.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1679" d="M1106.29 644.07c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1680" d="M1098.55 659.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1681" d="M1089.76 674.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1682" d="M1079.79 688.15c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1683" d="M1068.9 701.4c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1684" d="M1057.09 714c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1685" d="M1044.5 725.54c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1686" d="M1030.98 736.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1687" d="M852.02 778.94c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1688" d="M835.1 775.53c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1689" d="M818.57 770.94c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1690" d="M802.43 765.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1691" d="M786.68 758.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1692" d="M771.6 750.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1693" d="M757.03 741.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1694" d="M743.13 730.92c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1695" d="M730.01 719.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1696" d="M717.8 707.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1697" d="M706.39 694.97c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1698" d="M696.02 681.2c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1699" d="M686.71 666.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1700" d="M678.31 651.81c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1701" d="M671.1 636.2c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1702" d="M665.06 620.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1703" d="M660.21 603.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1704" d="M656.4 587c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1705" d="M654.04 569.94c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1706" d="M652.73 552.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1707" d="M652.73 535.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1708" d="M654.04 518.51c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1709" d="M656.4 501.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1710" d="M660.21 484.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1711" d="M665.06 468.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1712" d="M671.1 452.25c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1713" d="M678.31 436.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1714" d="M686.71 421.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1715" d="M696.02 407.25c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1716" d="M706.39 393.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1717" d="M717.8 380.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1718" d="M730.01 368.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1719" d="M743.13 357.52c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1720" d="M757.03 347.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1721" d="M786.68 330.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1722" d="M802.43 323.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1723" d="M818.57 317.51c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1724" d="M835.1 312.92c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1725" d="M852.02 309.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1726" d="M869.08 307.27c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1727" d="M886.14 306.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1728" d="M1117.97 659.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1729" d="M1109.7 674.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1730" d="M1100.52 688.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1731" d="M1090.42 702.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1732" d="M1079.53 715.18c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1733" d="M1067.59 727.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1734" d="M1054.99 738.8c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1735" d="M1041.61 749.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1736" d="M1027.57 759c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1737" d="M1013.01 767.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1738" d="M982.04 782.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1739" d="M966.04 787.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1740" d="M949.51 792.2c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1741" d="M848.09 795.48c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1742" d="M831.42 792.2c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1743" d="M814.89 787.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1744" d="M798.89 782.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1745" d="M783.14 775.4c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1746" d="M767.92 767.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1747" d="M753.36 759c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1748" d="M739.32 749.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1749" d="M725.94 738.8c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1750" d="M713.34 727.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1751" d="M701.4 715.18c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1752" d="M690.51 702.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1753" d="M680.41 688.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1754" d="M671.23 674.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1755" d="M662.96 659.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1756" d="M655.88 643.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1757" d="M649.71 627.8c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1758" d="M644.72 611.53c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1759" d="M640.66 595c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1760" d="M637.9 578.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1761" d="M636.2 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1762" d="M635.67 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1763" d="M636.2 527.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1764" d="M637.9 510.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1765" d="M640.66 493.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1766" d="M644.72 476.92c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1767" d="M649.71 460.65c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1768" d="M655.88 444.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1769" d="M662.96 429.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1770" d="M671.23 414.33c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1771" d="M680.41 400.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1772" d="M690.51 386.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1773" d="M701.4 373.27c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1774" d="M713.34 361.07c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1775" d="M725.94 349.65c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1776" d="M739.32 339.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1777" d="M783.14 313.05c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1778" d="M798.89 306.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1779" d="M814.89 300.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1780" d="M831.42 296.25c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1781" d="M848.09 292.97c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1782" d="M865.01 290.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1783" d="M881.94 289.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1784" d="M898.99 289.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1785" d="M915.92 290.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1786" d="M932.84 292.97c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1787" d="M949.51 296.25c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1788" d="M982.04 306.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1789" d="M997.79 313.05c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1790" d="M1128.73 675.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1791" d="M1119.94 689.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1792" d="M1110.36 704.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1793" d="M1099.99 717.54c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1794" d="M1088.58 730.27c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1795" d="M1076.51 742.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1796" d="M1063.78 753.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1797" d="M1050.27 764.12c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1798" d="M1036.1 773.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1799" d="M1021.4 782.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1800" d="M1006.18 790.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1801" d="M974.43 802.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1802" d="M958.03 807.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1803" d="M941.37 811.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1804" d="M856.35 813.97c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1805" d="M839.56 811.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1806" d="M822.9 807.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1807" d="M806.5 802.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1808" d="M790.36 796.92c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1809" d="M774.75 790.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1810" d="M759.53 782.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1811" d="M744.83 773.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1812" d="M730.66 764.12c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1813" d="M717.15 753.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1814" d="M704.42 742.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1815" d="M692.35 730.27c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1816" d="M680.94 717.54c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1817" d="M670.57 704.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1818" d="M644.46 659.94c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1819" d="M637.77 644.33c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1820" d="M631.87 628.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1821" d="M627.14 611.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1822" d="M623.47 595.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1823" d="M620.71 578.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1824" d="M619.14 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1825" d="M618.62 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1826" d="M619.14 527.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1827" d="M620.71 510.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1828" d="M623.47 493.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1829" d="M627.14 476.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1830" d="M631.87 460.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1831" d="M637.77 444.12c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1832" d="M644.46 428.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1833" d="M652.2 413.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1834" d="M660.99 398.59c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1835" d="M670.57 384.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1836" d="M680.94 370.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1837" d="M692.35 358.18c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1838" d="M704.42 346.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1839" d="M717.15 334.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1840" d="M730.66 324.33c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1841" d="M759.53 305.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1842" d="M774.75 298.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1843" d="M790.36 291.53c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1844" d="M806.5 285.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1845" d="M822.9 280.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1846" d="M839.56 277.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1847" d="M856.35 274.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1848" d="M873.41 272.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1849" d="M890.47 272.37c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1850" d="M907.52 272.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1851" d="M924.58 274.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1852" d="M941.37 277.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1853" d="M958.03 280.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1854" d="M974.43 285.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1855" d="M990.57 291.53c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1856" d="M1006.18 298.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1857" d="M1021.4 305.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1858" d="M1036.1 314.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1859" d="M1171.24 612.06c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1860" d="M1166.78 628.59c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1861" d="M1161.27 644.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1862" d="M1154.84 660.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1863" d="M1147.49 676.08c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1864" d="M1139.22 691.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1865" d="M1130.04 705.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1866" d="M1120.07 719.51c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1867" d="M1109.31 732.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1868" d="M1097.76 745.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1869" d="M1085.43 757.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1870" d="M1072.44 768.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1871" d="M1058.8 778.94c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1872" d="M1044.63 788.52c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1873" d="M1029.93 797.18c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1874" d="M1014.71 805.05c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1875" d="M998.97 811.88c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1876" d="M982.96 817.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1877" d="M966.56 822.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1878" d="M949.9 826.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1879" d="M933.11 829.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1880" d="M864.88 831.95c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1881" d="M847.82 829.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1882" d="M831.03 826.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1883" d="M814.37 822.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1884" d="M797.97 817.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1885" d="M781.96 811.88c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1886" d="M766.22 805.05c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1887" d="M751 797.18c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1888" d="M736.3 788.52c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1889" d="M722.13 778.94c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1890" d="M708.49 768.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1891" d="M695.5 757.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1892" d="M683.17 745.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1893" d="M671.62 732.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1894" d="M660.86 719.51c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1895" d="M619.67 644.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1896" d="M614.15 628.59c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1897" d="M609.69 612.06c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1898" d="M606.15 595.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1899" d="M603.66 578.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1900" d="M602.08 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1901" d="M601.69 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1902" d="M602.08 527.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1903" d="M603.66 510.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1904" d="M606.15 493.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1905" d="M609.69 476.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1906" d="M614.15 459.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1907" d="M619.67 443.59c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1908" d="M626.09 427.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1909" d="M633.44 412.37c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1910" d="M641.71 397.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1911" d="M650.89 382.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1912" d="M660.86 368.94c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1913" d="M671.62 355.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1914" d="M683.17 343.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1915" d="M695.5 331.15c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1916" d="M708.49 319.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1917" d="M722.13 309.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1918" d="M736.3 299.93c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1919" d="M766.22 283.4c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1920" d="M781.96 276.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1921" d="M797.97 270.54c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1922" d="M814.37 265.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1923" d="M831.03 261.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1924" d="M847.82 258.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1925" d="M864.88 256.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1926" d="M881.94 255.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1927" d="M898.99 255.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1928" d="M916.05 256.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1929" d="M933.11 258.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1930" d="M949.9 261.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1931" d="M966.56 265.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1932" d="M982.96 270.54c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1933" d="M998.97 276.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1934" d="M1014.71 283.4c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1935" d="M1029.93 291.27c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1936" d="M1188.82 611.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1937" d="M1184.49 628.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1938" d="M1179.37 644.33c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1939" d="M1173.47 660.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1940" d="M1166.51 675.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1941" d="M1158.77 690.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1942" d="M1150.24 705.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1943" d="M1140.8 719.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1944" d="M1130.7 733.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1945" d="M1119.81 746.54c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1946" d="M1108.26 759c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1947" d="M1095.93 770.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1948" d="M1083.07 781.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1949" d="M1069.56 792.2c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1950" d="M1055.52 801.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1951" d="M1040.95 810.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1952" d="M1025.87 818.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1953" d="M1010.38 825.52c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1954" d="M994.64 831.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1955" d="M978.5 837.07c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1956" d="M962.1 841.53c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1957" d="M945.44 845.07c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1958" d="M928.64 847.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1959" d="M911.72 849.27c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1960" d="M894.66 850.06c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1961" d="M877.74 849.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1962" d="M860.81 848.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1963" d="M843.89 846.51c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1964" d="M827.09 843.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1965" d="M810.56 839.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1966" d="M794.29 834.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1967" d="M778.42 828.8c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><circle id="eHoEbK48iZR1968" r="4.33" transform="translate(762.67 826.44)" fill="#DFE9F0"/><path id="eHoEbK48iZR1969" d="M747.46 814.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1970" d="M732.63 806.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1971" d="M718.33 797.05c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1972" d="M704.55 787.08c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1973" d="M691.3 776.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1974" d="M678.71 764.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1975" d="M666.77 752.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1976" d="M655.61 740.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1977" d="M594.21 619.93c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1978" d="M590.41 603.4c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1979" d="M587.52 586.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1980" d="M585.68 569.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1981" d="M584.77 552.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1982" d="M584.77 535.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1983" d="M585.68 518.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1984" d="M587.52 501.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1985" d="M590.41 485.05c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1986" d="M594.21 468.52c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1987" d="M598.8 452.12c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1988" d="M604.45 436.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1989" d="M610.87 420.37c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1990" d="M618.22 405.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1991" d="M626.36 390.06c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1992" d="M635.28 375.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1993" d="M645.12 361.72c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1994" d="M666.77 335.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1995" d="M678.71 323.54c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1996" d="M691.3 312.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1997" d="M704.55 301.37c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1998" d="M747.46 273.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR1999" d="M762.67 266.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2000" d="M778.42 259.65c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2001" d="M794.29 253.88c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2002" d="M810.56 249.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2003" d="M827.09 244.95c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2004" d="M843.89 241.94c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2005" d="M860.81 239.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2006" d="M877.74 238.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2007" d="M894.66 238.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2008" d="M911.72 239.18c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2009" d="M928.64 240.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2010" d="M945.44 243.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2011" d="M962.1 246.92c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2012" d="M978.5 251.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2013" d="M1010.38 262.93c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2014" d="M1025.87 270.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2015" d="M1055.52 286.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2016" d="M1069.56 296.25c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2017" d="M1083.07 306.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2018" d="M1202.07 628.46c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2019" d="M1197.21 644.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2020" d="M1191.44 660.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2021" d="M1184.88 676.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2022" d="M1177.53 691.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2023" d="M1169.27 706.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2024" d="M1160.35 721.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2025" d="M1150.64 735.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2026" d="M1140.14 748.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2027" d="M1128.99 761.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2028" d="M1117.18 773.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2029" d="M1104.72 785.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2030" d="M1091.73 796.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2031" d="M1078.08 806.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2032" d="M1064.04 816.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2033" d="M1049.35 825.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2034" d="M1034.39 833.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2035" d="M1018.91 840.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2036" d="M1003.04 846.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2037" d="M987.03 852.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2038" d="M970.63 857.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2039" d="M953.97 860.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2040" d="M937.17 863.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2041" d="M920.25 865.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2042" d="M903.19 866.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2043" d="M886.27 866.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2044" d="M869.21 866.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2045" d="M852.15 864.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2046" d="M835.36 862.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2047" d="M818.57 858.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2048" d="M802.17 854.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2049" d="M785.9 849.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2050" d="M769.89 843.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2051" d="M754.28 836.93c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2052" d="M739.06 829.33c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2053" d="M724.1 820.93c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2054" d="M709.8 811.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2055" d="M695.89 801.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2056" d="M682.64 791.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2057" d="M669.92 779.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2058" d="M657.71 767.92c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2059" d="M576.76 620.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2060" d="M573.09 603.53c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2061" d="M570.46 586.73c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2062" d="M568.63 569.81c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2063" d="M567.71 552.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2064" d="M567.71 535.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2065" d="M568.63 518.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2066" d="M570.46 501.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2067" d="M573.09 484.92c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2068" d="M576.76 468.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2069" d="M581.22 451.73c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2070" d="M586.47 435.59c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2071" d="M607.46 389.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2072" d="M615.99 374.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2073" d="M625.31 360.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2074" d="M635.41 346.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2075" d="M769.89 244.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2076" d="M785.9 238.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2077" d="M802.17 233.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2078" d="M818.57 229.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2079" d="M835.36 226.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2080" d="M852.15 223.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2081" d="M869.21 222.12c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2082" d="M886.27 221.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2083" d="M903.19 221.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2084" d="M920.25 222.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2085" d="M937.17 224.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2086" d="M953.97 227.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2087" d="M970.63 231.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2088" d="M987.03 236.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2089" d="M1003.04 241.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2090" d="M1018.91 248.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2091" d="M1034.39 255.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2092" d="M1049.35 263.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2093" d="M1078.08 281.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2094" d="M1091.73 291.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2095" d="M1209.42 661.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2096" d="M1196.03 692.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2097" d="M1188.29 707.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2098" d="M1179.63 722.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2099" d="M1170.32 736.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2100" d="M1160.22 750.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2101" d="M1149.59 764.12c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2102" d="M1138.17 776.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2103" d="M1126.23 789.05c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2104" d="M1113.64 800.59c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2105" d="M1100.39 811.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2106" d="M1086.74 821.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2107" d="M1072.57 831.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2108" d="M1057.88 839.95c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2109" d="M1042.79 847.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2110" d="M1027.44 855.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2111" d="M1011.56 861.73c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2112" d="M995.43 867.37c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2113" d="M979.16 872.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2114" d="M962.49 876.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2115" d="M945.7 879.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2116" d="M928.78 881.81c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2117" d="M911.85 883.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2118" d="M894.79 884.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2119" d="M877.61 883.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2120" d="M860.55 882.72c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2121" d="M843.63 880.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2122" d="M826.83 878c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2123" d="M810.04 874.46c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2124" d="M793.64 870c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2125" d="M777.37 864.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2126" d="M761.36 858.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2127" d="M745.75 851.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2128" d="M730.53 844.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2129" d="M715.7 835.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2130" d="M701.27 826.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2131" d="M687.23 816.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2132" d="M673.85 806.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2133" d="M660.99 794.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2134" d="M648.66 783.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2135" d="M636.98 770.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2136" d="M553.28 586.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2137" d="M551.57 569.81c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2138" d="M550.78 552.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2139" d="M550.78 535.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2140" d="M551.57 518.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2141" d="M553.28 501.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2142" d="M555.9 484.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2143" d="M559.31 468c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2144" d="M563.51 451.46c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2145" d="M574.53 419.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2146" d="M596.84 373.14c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2147" d="M605.89 358.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2148" d="M615.6 344.54c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2149" d="M777.37 223.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2150" d="M793.64 218.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2151" d="M810.04 213.99c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2152" d="M826.83 210.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2153" d="M843.63 207.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2154" d="M860.55 205.72c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2155" d="M877.61 204.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2156" d="M894.79 204.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2157" d="M911.85 205.07c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2158" d="M928.78 206.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2159" d="M945.7 208.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2160" d="M962.49 212.15c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2161" d="M979.16 216.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2162" d="M995.43 221.07c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2163" d="M1011.56 226.72c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2164" d="M1027.44 233.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2165" d="M1042.79 240.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2166" d="M1057.88 248.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2167" d="M1072.57 257.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2168" d="M1100.39 277.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2169" d="M1221.36 677.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2170" d="M1207.05 708.88c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2171" d="M1198.79 723.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2172" d="M1189.74 738.4c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2173" d="M1180.16 752.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2174" d="M1169.79 766.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2175" d="M1158.9 779.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2176" d="M1147.23 791.93c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2177" d="M1135.03 804c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2178" d="M1122.3 815.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2179" d="M1109.05 826.18c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2180" d="M1095.27 836.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2181" d="M1081.1 845.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2182" d="M1066.41 854.65c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2183" d="M1051.32 862.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2184" d="M1035.84 870.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2185" d="M1020.09 876.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2186" d="M1003.95 882.46c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2187" d="M987.69 887.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2188" d="M971.02 891.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2189" d="M954.36 895.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2190" d="M937.44 897.94c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2191" d="M920.38 899.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2192" d="M903.32 900.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2193" d="M886.14 900.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2194" d="M869.08 900.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2195" d="M852.02 898.99c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2196" d="M835.1 896.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2197" d="M818.17 893.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2198" d="M801.51 889.81c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2199" d="M785.11 885.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2200" d="M768.84 879.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2201" d="M752.97 873.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2202" d="M737.35 866.46c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2203" d="M722 858.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2204" d="M707.18 850.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2205" d="M692.74 841.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2206" d="M678.71 831.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2207" d="M665.19 820.93c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2208" d="M652.2 809.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2209" d="M639.74 797.97c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2210" d="M627.8 785.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2211" d="M616.52 772.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2212" d="M536.22 586.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2213" d="M534.65 569.81c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2214" d="M533.73 552.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2215" d="M533.73 535.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2216" d="M534.65 518.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2217" d="M536.22 501.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2218" d="M538.71 484.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2219" d="M541.99 467.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2220" d="M546.06 451.2c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2221" d="M586.6 357.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2222" d="M595.92 342.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2223" d="M605.89 329.05c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2224" d="M616.52 315.54c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2225" d="M785.11 203.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2226" d="M801.51 198.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2227" d="M818.17 194.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2228" d="M835.1 191.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2229" d="M852.02 189.46c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2230" d="M869.08 188.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2231" d="M886.14 187.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2232" d="M903.32 187.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2233" d="M920.38 188.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2234" d="M937.44 190.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2235" d="M954.36 193.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2236" d="M971.02 196.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2237" d="M987.69 200.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2238" d="M1003.95 205.99c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2239" d="M1020.09 211.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2240" d="M1035.84 218.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2241" d="M1051.32 225.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2242" d="M1066.41 233.8c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2243" d="M1081.1 242.59c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2244" d="M1109.05 262.27c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2245" d="M1122.3 273.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2246" d="M1135.03 284.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2247" d="M1245.5 661.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2248" d="M1239.72 677.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2249" d="M1233.29 693.14c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2250" d="M1218.34 723.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2251" d="M1209.81 738.4c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2252" d="M1200.63 752.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2253" d="M1190.92 766.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2254" d="M1180.42 780.12c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2255" d="M1169.4 793.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2256" d="M1157.72 805.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2257" d="M1145.65 817.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2258" d="M1132.93 828.8c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2259" d="M1119.67 839.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2260" d="M1106.03 849.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2261" d="M1091.86 859.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2262" d="M1077.3 867.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2263" d="M1062.47 876.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2264" d="M1047.12 883.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2265" d="M1031.51 890.33c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2266" d="M1015.63 896.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2267" d="M999.49 901.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2268" d="M983.09 906.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2269" d="M966.56 910.15c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2270" d="M949.77 913.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2271" d="M932.97 915.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2272" d="M915.92 917.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2273" d="M898.99 917.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2274" d="M881.94 917.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2275" d="M865.01 917.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2276" d="M847.96 915.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2277" d="M831.16 913.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2278" d="M814.37 910.15c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2279" d="M797.84 906.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2280" d="M781.44 901.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2281" d="M765.3 896.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2282" d="M749.42 890.33c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2283" d="M733.81 883.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2284" d="M718.46 876.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2285" d="M703.5 867.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2286" d="M689.07 859.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2287" d="M674.9 849.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2288" d="M661.26 839.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2289" d="M648 828.8c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2290" d="M635.28 817.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2291" d="M623.21 805.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2292" d="M611.53 793.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2293" d="M520.21 595.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2294" d="M518.25 578.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2295" d="M516.67 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2296" d="M517.07 527.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2297" d="M518.25 510.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2298" d="M520.21 493.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2299" d="M522.84 476.52c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2300" d="M526.38 459.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2301" d="M580.3 335.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2302" d="M590.01 321.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2303" d="M600.51 308.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2304" d="M611.53 295.33c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2305" d="M797.84 182.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2306" d="M814.37 178.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2307" d="M831.16 175.15c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2308" d="M847.96 172.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2309" d="M865.01 171.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2310" d="M881.94 170.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2311" d="M898.99 170.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2312" d="M915.92 171.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2313" d="M932.97 172.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2314" d="M949.77 175.15c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2315" d="M966.56 178.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2316" d="M983.09 182.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2317" d="M999.49 186.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2318" d="M1015.63 191.95c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2319" d="M1031.51 198.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2320" d="M1047.12 204.81c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2321" d="M1062.47 212.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2322" d="M1077.43 220.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2323" d="M1091.86 229.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2324" d="M1106.03 238.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2325" d="M1119.67 249.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2326" d="M1132.93 259.65c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2327" d="M1145.65 271.06c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><circle id="eHoEbK48iZR2328" r="4.33" transform="translate(1275.28 616.39)" fill="#DFE9F0"/><path id="eHoEbK48iZR2329" d="M1272 628.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2330" d="M1267.93 645.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2331" d="M1263.21 661.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2332" d="M1257.7 677.92c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2333" d="M1251.53 693.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2334" d="M1228.83 739.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2335" d="M1220.04 754.15c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2336" d="M1210.6 768.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2337" d="M1200.49 782.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2338" d="M1189.87 795.48c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2339" d="M1178.58 808.2c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2340" d="M1166.78 820.53c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2341" d="M1154.44 832.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2342" d="M1141.72 843.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2343" d="M1128.33 854.25c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2344" d="M1114.56 864.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2345" d="M1100.39 873.8c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2346" d="M1085.82 882.59c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2347" d="M1070.87 890.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2348" d="M1055.65 898.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2349" d="M1040.04 905.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2350" d="M1024.16 911.46c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2351" d="M1008.02 916.97c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2352" d="M991.62 921.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2353" d="M975.09 925.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2354" d="M958.3 929.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2355" d="M941.5 931.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2356" d="M924.58 933.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2357" d="M907.52 934.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2358" d="M890.47 934.94c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2359" d="M873.41 934.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2360" d="M856.35 933.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2361" d="M839.43 931.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2362" d="M822.63 929.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2363" d="M805.84 925.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2364" d="M789.31 921.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2365" d="M772.91 916.97c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2366" d="M756.77 911.46c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2367" d="M740.9 905.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2368" d="M725.28 898.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2369" d="M710.06 890.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2370" d="M695.11 882.59c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2371" d="M680.54 873.8c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2372" d="M666.37 864.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2373" d="M652.6 854.25c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2374" d="M639.21 843.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2375" d="M626.49 832.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2376" d="M614.15 820.53c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2377" d="M602.35 808.2c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2378" d="M503.03 595.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2379" d="M501.19 578.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2380" d="M499.75 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2381" d="M500.01 527.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2382" d="M501.19 510.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2383" d="M503.03 493.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2384" d="M552.1 348.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2385" d="M560.89 334.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2386" d="M570.33 320.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2387" d="M591.06 292.97c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2388" d="M602.35 280.25c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2389" d="M614.15 267.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2390" d="M789.31 166.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2391" d="M805.84 162.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2392" d="M822.63 159.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2393" d="M839.43 156.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2394" d="M856.35 154.95c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2395" d="M873.41 153.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2396" d="M890.47 153.51c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2397" d="M907.52 153.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2398" d="M924.58 154.95c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2399" d="M941.5 156.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2400" d="M958.3 159.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2401" d="M975.09 162.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2402" d="M991.62 166.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2403" d="M1008.02 171.48c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2404" d="M1024.16 176.99c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2405" d="M1040.04 183.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2406" d="M1055.65 190.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2407" d="M1070.87 197.59c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2408" d="M1085.82 205.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2409" d="M1100.39 214.65c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2410" d="M1114.56 224.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2411" d="M1128.33 234.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2412" d="M1141.72 244.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2413" d="M1154.44 256.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2414" d="M1166.78 267.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2415" d="M1294.96 595.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2416" d="M1292.47 612.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2417" d="M1289.32 628.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2418" d="M1285.38 645.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2419" d="M1280.79 662.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2420" d="M1275.54 678.31c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2421" d="M1247.86 740.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2422" d="M1239.2 755.46c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2423" d="M1230.15 769.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2424" d="M1220.31 783.93c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2425" d="M1210.07 797.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2426" d="M1199.18 810.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2427" d="M1187.77 823.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2428" d="M1175.83 835.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2429" d="M1163.36 847.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2430" d="M1150.38 858.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2431" d="M1136.99 869.08c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2432" d="M1123.22 879.05c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2433" d="M1108.92 888.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2434" d="M1094.35 897.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2435" d="M1079.4 905.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2436" d="M1064.04 913.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2437" d="M1048.43 920.12c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2438" d="M1032.56 926.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2439" d="M1016.42 932.06c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2440" d="M1000.15 937.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2441" d="M983.62 941.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2442" d="M966.82 944.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2443" d="M950.03 947.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2444" d="M933.11 949.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2445" d="M916.05 951.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2446" d="M898.99 951.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2447" d="M881.94 951.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2448" d="M864.88 951.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2449" d="M847.82 949.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2450" d="M830.9 947.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2451" d="M814.11 944.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2452" d="M797.31 941.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2453" d="M780.78 937.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2454" d="M764.51 932.06c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2455" d="M748.37 926.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2456" d="M732.5 920.12c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2457" d="M716.89 913.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2458" d="M701.53 905.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2459" d="M686.58 897.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2460" d="M672.01 888.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2461" d="M657.71 879.05c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2462" d="M643.94 869.08c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2463" d="M630.55 858.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2464" d="M617.57 847.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2465" d="M605.1 835.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2466" d="M593.16 823.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2467" d="M485.97 595.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2468" d="M484.13 578.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2469" d="M483.08 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2470" d="M581.75 277.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2471" d="M593.16 265.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2472" d="M764.51 156.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2473" d="M780.78 151.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2474" d="M797.31 147.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2475" d="M814.11 143.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2476" d="M830.9 140.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2477" d="M847.82 138.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2478" d="M864.88 137.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2479" d="M881.94 136.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2480" d="M898.99 136.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2481" d="M916.05 137.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2482" d="M933.11 138.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2483" d="M950.03 140.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2484" d="M966.82 143.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2485" d="M983.62 147.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2486" d="M1000.15 151.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2487" d="M1016.42 156.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2488" d="M1032.56 162.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2489" d="M1048.43 168.33c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2490" d="M1064.04 175.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2491" d="M1079.4 182.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2492" d="M1094.35 191.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2493" d="M1108.92 199.95c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2494" d="M1123.22 209.4c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2495" d="M1136.99 219.37c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2496" d="M1150.38 230c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2497" d="M1163.36 241.15c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2498" d="M1175.83 252.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2499" d="M1315.3 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2500" d="M1313.85 578.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2501" d="M1312.15 595.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2502" d="M1309.79 611.92c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2503" d="M1298.63 661.65c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2504" d="M1274.75 725.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2505" d="M1267.14 740.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2506" d="M1259.01 755.33c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2507" d="M1250.22 769.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2508" d="M1240.9 784.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2509" d="M1231.06 797.97c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2510" d="M1220.7 811.48c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2511" d="M1209.68 824.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2512" d="M1198.26 836.93c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2513" d="M1186.32 849.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2514" d="M1173.86 860.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2515" d="M1161 871.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2516" d="M1147.62 882.33c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2517" d="M1133.84 892.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2518" d="M1119.81 901.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2519" d="M1105.24 910.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2520" d="M1090.42 918.94c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2521" d="M1075.33 926.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2522" d="M1059.85 933.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2523" d="M1044.1 940.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2524" d="M1028.23 946.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2525" d="M1011.96 951.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2526" d="M995.56 955.8c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2527" d="M979.03 959.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2528" d="M962.36 962.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2529" d="M945.57 965.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2530" d="M928.64 967.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2531" d="M911.72 968.4c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2532" d="M894.66 968.92c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2533" d="M877.74 968.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2534" d="M860.68 968.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2535" d="M843.76 966.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2536" d="M826.96 964.2c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2537" d="M810.17 961.31c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2538" d="M793.64 957.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2539" d="M777.11 953.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2540" d="M760.84 948.72c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2541" d="M744.7 943.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2542" d="M728.96 937.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2543" d="M713.34 930.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2544" d="M697.99 922.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2545" d="M683.04 914.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2546" d="M668.34 906.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2547" d="M654.04 897.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2548" d="M640.13 887.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2549" d="M626.62 877.08c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2550" d="M613.5 866.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2551" d="M600.77 854.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2552" d="M588.57 843.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2553" d="M576.89 830.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2554" d="M565.74 818.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2555" d="M509.85 732.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2556" d="M476 636.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2557" d="M472.59 620.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2558" d="M465.77 552.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2559" d="M465.77 535.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2560" d="M466.42 518.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2561" d="M509.85 355.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2562" d="M565.74 270.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2563" d="M576.89 257.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2564" d="M588.57 245.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2565" d="M600.77 233.54c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2566" d="M744.7 145.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2567" d="M760.84 139.73c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2568" d="M777.11 134.88c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2569" d="M793.64 130.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2570" d="M810.17 127.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2571" d="M826.96 124.25c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2572" d="M843.76 122.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2573" d="M860.68 120.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2574" d="M877.74 119.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2575" d="M894.66 119.52c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2576" d="M911.72 120.05c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2577" d="M928.64 121.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2578" d="M945.57 123.07c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2579" d="M962.36 125.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2580" d="M979.03 128.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2581" d="M995.56 132.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2582" d="M1011.96 137.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2583" d="M1028.23 142.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2584" d="M1044.1 148.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2585" d="M1059.85 154.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2586" d="M1075.33 161.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2587" d="M1090.42 169.51c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2588" d="M1105.24 177.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2589" d="M1119.81 186.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2590" d="M1133.84 196.15c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2591" d="M1147.62 206.12c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2592" d="M1161 216.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2593" d="M1173.86 227.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2594" d="M1186.32 239.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2595" d="M1198.26 251.51c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2596" d="M1314.9 527.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2597" d="M1315.3 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2598" d="M1332.22 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2599" d="M1331.83 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2600" d="M1330.91 578.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2601" d="M1329.33 595.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2602" d="M1326.97 612.06c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2603" d="M1324.09 628.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2604" d="M1320.41 645.51c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2605" d="M1311.36 678.31c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2606" d="M1293.12 725.94c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2607" d="M1285.78 741.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2608" d="M1277.9 756.51c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2609" d="M1269.38 771.2c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2610" d="M1260.45 785.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2611" d="M1250.88 799.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2612" d="M1240.77 813.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2613" d="M1230.15 826.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2614" d="M1218.99 839.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2615" d="M1207.32 852.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2616" d="M1195.25 863.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2617" d="M1182.65 875.51c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2618" d="M1169.66 886.53c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2619" d="M1156.28 897.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2620" d="M1142.5 907c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2621" d="M1128.33 916.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2622" d="M1113.77 925.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2623" d="M1098.94 933.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2624" d="M1083.73 941.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2625" d="M1068.37 948.59c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2626" d="M1052.63 955.15c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2627" d="M1036.62 961.05c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2628" d="M1020.49 966.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2629" d="M1004.09 971.15c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2630" d="M987.55 975.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2631" d="M970.89 978.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2632" d="M954.1 981.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2633" d="M937.17 983.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2634" d="M920.25 984.93c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2635" d="M903.19 985.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2636" d="M886.27 985.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2637" d="M869.21 985.46c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2638" d="M852.15 984.27c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2639" d="M835.23 982.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2640" d="M818.44 980.08c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2641" d="M801.64 976.93c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2642" d="M785.11 973.25c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2643" d="M768.58 968.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2644" d="M752.31 963.81c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2645" d="M736.3 958.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2646" d="M720.43 952c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2647" d="M704.81 945.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2648" d="M689.6 937.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2649" d="M674.51 929.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2650" d="M659.81 921.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2651" d="M645.51 911.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2652" d="M631.47 902.14c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2653" d="M617.96 891.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2654" d="M604.71 881.15c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2655" d="M591.98 869.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2656" d="M579.65 858.06c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2657" d="M567.71 845.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2658" d="M507.23 763.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2659" d="M498.96 748.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2660" d="M491.35 733.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2661" d="M484.4 718.2c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2662" d="M477.97 702.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2663" d="M472.19 686.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2664" d="M467.08 670.18c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2665" d="M462.49 653.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2666" d="M458.55 637.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2667" d="M455.4 620.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2668" d="M452.78 603.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2669" d="M448.84 535.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2670" d="M449.5 518.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2671" d="M491.35 354.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2672" d="M498.96 339.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2673" d="M507.23 324.59c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2674" d="M515.88 310.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2675" d="M525.2 295.73c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2676" d="M556.29 255.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2677" d="M567.71 242.59c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2678" d="M579.65 230.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2679" d="M689.6 150.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2680" d="M704.81 143.4c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2681" d="M720.43 136.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2682" d="M736.3 130.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2683" d="M752.31 124.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2684" d="M768.58 119.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2685" d="M785.11 115.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2686" d="M801.64 111.52c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2687" d="M818.44 108.37c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2688" d="M835.23 105.88c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2689" d="M852.15 104.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2690" d="M869.21 102.99c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2691" d="M886.27 102.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2692" d="M903.19 102.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2693" d="M920.25 103.52c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2694" d="M937.17 104.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2695" d="M954.1 107.06c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2696" d="M970.89 109.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2697" d="M987.55 113.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2698" d="M1004.09 117.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2699" d="M1020.49 122.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2700" d="M1036.62 127.4c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2701" d="M1052.63 133.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2702" d="M1068.37 139.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2703" d="M1083.73 146.95c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2704" d="M1098.94 154.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2705" d="M1113.77 163.08c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2706" d="M1128.33 172.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2707" d="M1142.5 181.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2708" d="M1156.28 191.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2709" d="M1169.66 201.92c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2710" d="M1182.65 212.94c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2711" d="M1218.99 248.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2712" d="M1332.22 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2713" d="M1348.88 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2714" d="M1347.97 578.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2715" d="M1346.39 595.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2716" d="M1344.16 612.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2717" d="M1341.27 628.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2718" d="M1337.86 645.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2719" d="M1333.8 662.31c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2720" d="M1329.07 678.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2721" d="M1311.36 726.59c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2722" d="M1296.67 757.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2723" d="M1288.4 772.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2724" d="M1279.74 786.95c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2725" d="M1260.58 815.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2726" d="M1250.22 828.8c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2727" d="M1239.46 842.05c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2728" d="M1228.18 854.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2729" d="M1216.37 867.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2730" d="M1204.17 879.05c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2731" d="M1191.44 890.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2732" d="M1178.45 901.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2733" d="M1164.94 911.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2734" d="M1151.03 921.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2735" d="M1136.86 931.14c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2736" d="M1122.3 940.06c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2737" d="M1107.47 948.46c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2738" d="M1092.25 956.2c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2739" d="M1076.77 963.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2740" d="M1061.03 970.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2741" d="M1045.15 976.14c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2742" d="M1029.01 981.52c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2743" d="M1012.61 986.37c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2744" d="M996.08 990.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2745" d="M979.42 994.25c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2746" d="M962.63 997.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2747" d="M945.7 999.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2748" d="M928.78 1001.33c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2749" d="M911.72 1002.51c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2750" d="M894.66 1002.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2751" d="M877.74 1002.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2752" d="M860.68 1001.99c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2753" d="M843.63 1000.54c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2754" d="M826.7 998.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2755" d="M809.91 995.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2756" d="M793.11 992.54c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2757" d="M776.58 988.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2758" d="M760.05 984.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2759" d="M743.91 978.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2760" d="M727.78 973.12c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2761" d="M711.9 966.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2762" d="M696.42 959.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2763" d="M681.07 952.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2764" d="M665.98 944.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2765" d="M651.28 935.73c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2766" d="M636.98 926.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2767" d="M622.95 916.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2768" d="M609.17 906.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2769" d="M595.92 895.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2770" d="M583.06 884.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2771" d="M570.6 873.15c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2772" d="M558.66 860.94c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2773" d="M496.73 779.73c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2774" d="M488.33 764.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2775" d="M480.33 749.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2776" d="M472.98 734.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2777" d="M466.29 718.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2778" d="M459.99 702.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2779" d="M454.48 686.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2780" d="M449.5 670.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2781" d="M445.04 654.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2782" d="M441.23 637.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2783" d="M438.08 620.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2784" d="M435.59 603.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2785" d="M433.75 586.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2786" d="M431.78 535.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2787" d="M432.44 518.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2788" d="M480.33 338.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2789" d="M488.33 323.54c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2790" d="M505.78 294.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2791" d="M515.36 280.12c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2792" d="M547.11 239.97c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2793" d="M558.66 227.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2794" d="M651.28 152.72c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2795" d="M665.98 144.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2796" d="M681.07 136.06c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2797" d="M696.42 128.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2798" d="M711.9 121.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2799" d="M727.78 115.33c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2800" d="M743.91 109.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2801" d="M760.05 104.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2802" d="M776.58 99.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2803" d="M793.11 95.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2804" d="M809.91 92.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2805" d="M826.7 89.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2806" d="M843.63 87.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2807" d="M860.68 86.46c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2808" d="M877.74 85.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2809" d="M894.66 85.54c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2810" d="M911.72 85.94c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2811" d="M928.78 87.12c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2812" d="M945.7 88.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2813" d="M962.63 91.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2814" d="M979.42 94.2c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2815" d="M996.08 97.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2816" d="M1012.61 102.07c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2817" d="M1029.01 106.93c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2818" d="M1045.15 112.31c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2819" d="M1061.03 118.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2820" d="M1076.77 125.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2821" d="M1092.25 132.25c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2822" d="M1107.47 139.99c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2823" d="M1122.3 148.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2824" d="M1136.86 157.31c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2825" d="M1151.03 166.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2826" d="M1164.94 176.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2827" d="M1178.45 187.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2828" d="M1191.44 197.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2829" d="M1204.17 209.4c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2830" d="M1348.88 527.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2831" d="M1365.94 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2832" d="M1365.02 578.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2833" d="M1363.45 595.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2834" d="M1361.35 612.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2835" d="M1358.59 629.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2836" d="M1355.18 645.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2837" d="M1351.25 662.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2838" d="M1346.65 678.97c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2839" d="M1335.89 711.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2840" d="M1329.6 727.25c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2841" d="M1315.3 758.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2842" d="M1307.29 773.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2843" d="M1270.29 830.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2844" d="M1259.8 844.15c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2845" d="M1248.78 857.27c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2846" d="M1237.23 869.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2847" d="M1225.29 882.07c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2848" d="M1212.96 893.88c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2849" d="M1200.23 905.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2850" d="M1187.11 916.18c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2851" d="M1173.6 926.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2852" d="M1159.69 936.52c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2853" d="M1145.39 945.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2854" d="M1130.83 954.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2855" d="M1115.87 963.15c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2856" d="M1100.78 971.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2857" d="M1085.3 978.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2858" d="M1069.56 984.93c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2859" d="M1053.68 991.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2860" d="M1037.41 996.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2861" d="M1021.14 1001.72c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2862" d="M1004.61 1006.05c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2863" d="M987.95 1009.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2864" d="M971.15 1013.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2865" d="M954.36 1015.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2866" d="M937.3 1017.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2867" d="M920.38 1019.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2868" d="M903.32 1019.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2869" d="M886.14 1019.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2870" d="M869.08 1019.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2871" d="M852.02 1018.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2872" d="M835.1 1016.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2873" d="M818.17 1014.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2874" d="M801.38 1011.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2875" d="M784.59 1008.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2876" d="M768.05 1003.95c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2877" d="M751.65 999.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2878" d="M735.38 993.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2879" d="M719.25 988.08c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2880" d="M703.5 981.65c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2881" d="M687.89 974.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2882" d="M672.54 967.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2883" d="M657.58 959.08c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2884" d="M642.76 950.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2885" d="M628.32 941.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2886" d="M614.29 931.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2887" d="M600.51 921.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2888" d="M587.26 910.8c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2889" d="M574.27 899.65c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2890" d="M561.67 888.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2891" d="M549.6 876.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2892" d="M537.93 863.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2893" d="M495.81 809.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2894" d="M486.5 795.48c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2895" d="M477.7 780.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2896" d="M469.57 765.95c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2897" d="M461.83 750.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2898" d="M454.74 735.12c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2899" d="M448.18 719.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2900" d="M442.15 703.37c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2901" d="M436.77 687.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2902" d="M431.92 670.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2903" d="M427.59 654.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2904" d="M423.91 637.51c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2905" d="M420.89 620.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2906" d="M418.53 603.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2907" d="M416.7 586.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2908" d="M461.83 337.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2909" d="M469.57 322.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2910" d="M537.93 224.88c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2911" d="M549.6 212.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2912" d="M614.29 156.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2913" d="M628.32 147.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2914" d="M642.76 138.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2915" d="M657.58 129.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2916" d="M672.54 121.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2917" d="M687.89 113.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2918" d="M703.5 106.8c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2919" d="M719.25 100.37c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2920" d="M735.38 94.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2921" d="M751.65 89.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2922" d="M768.05 84.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2923" d="M784.59 80.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2924" d="M801.38 76.88c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2925" d="M818.17 74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2926" d="M835.1 71.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2927" d="M852.02 70.06c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2928" d="M869.08 69.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2929" d="M886.14 68.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2930" d="M903.32 68.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2931" d="M920.38 69.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2932" d="M937.3 70.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2933" d="M954.36 72.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2934" d="M971.15 75.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2935" d="M987.95 78.59c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2936" d="M1004.61 82.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2937" d="M1021.14 86.72c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2938" d="M1037.41 91.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2939" d="M1053.68 97.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2940" d="M1069.56 103.52c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2941" d="M1085.3 110.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2942" d="M1100.78 117.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2943" d="M1115.87 125.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2944" d="M1130.83 133.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2945" d="M1145.39 142.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2946" d="M1159.69 151.93c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2947" d="M1173.6 161.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2948" d="M1187.11 172.27c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2949" d="M1200.23 183.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2950" d="M1212.96 194.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2951" d="M1225.29 206.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2952" d="M1237.23 218.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2953" d="M1248.78 231.18c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2954" d="M1259.8 244.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2955" d="M1289.84 285.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2956" d="M1365.02 510.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2957" d="M1365.94 527.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2958" d="M1366.2 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2959" d="M1383.13 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2960" d="M1382.86 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2961" d="M1382.08 578.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2962" d="M1380.5 595.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2963" d="M1378.54 612.06c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2964" d="M1375.91 628.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2965" d="M1372.63 645.51c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2966" d="M1368.83 662.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2967" d="M1364.5 678.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2968" d="M1359.64 694.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2969" d="M1348.1 726.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2970" d="M1341.54 742.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2971" d="M1334.45 757.95c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2972" d="M1270.29 858.06c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2973" d="M1259.27 870.92c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2974" d="M1247.73 883.51c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2975" d="M1235.92 895.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2976" d="M1223.59 907.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2977" d="M1210.73 918.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2978" d="M1197.74 929.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2979" d="M1184.23 939.8c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2980" d="M1170.32 949.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2981" d="M1156.15 959.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2982" d="M1141.72 968.14c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2983" d="M1126.89 976.53c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2984" d="M1111.93 984.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2985" d="M1096.58 991.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2986" d="M1080.97 998.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2987" d="M1065.23 1004.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2988" d="M1049.22 1010.65c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2989" d="M1032.95 1015.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2990" d="M1016.68 1020.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2991" d="M1000.15 1024.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2992" d="M983.49 1028.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2993" d="M966.69 1030.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2994" d="M949.9 1033.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2995" d="M932.97 1035.18c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2996" d="M915.92 1036.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2997" d="M898.99 1036.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2998" d="M881.94 1036.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR2999" d="M865.01 1036.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3000" d="M847.96 1035.18c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3001" d="M831.03 1033.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3002" d="M814.24 1030.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3003" d="M797.44 1028.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3004" d="M780.78 1024.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3005" d="M764.25 1020.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3006" d="M747.98 1015.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3007" d="M731.71 1010.65c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3008" d="M715.7 1004.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3009" d="M699.96 998.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3010" d="M684.35 991.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3011" d="M669 984.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3012" d="M654.04 976.53c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3013" d="M639.21 968.14c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3014" d="M624.78 959.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3015" d="M610.61 949.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3016" d="M596.7 939.8c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3017" d="M583.19 929.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3018" d="M570.2 918.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3019" d="M545.01 895.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3020" d="M533.2 883.51c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3021" d="M480.2 817.12c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3022" d="M471.01 802.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3023" d="M462.35 788.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3024" d="M454.22 773.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3025" d="M446.48 757.95c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3026" d="M439.39 742.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3027" d="M432.83 726.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3028" d="M426.8 710.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3029" d="M421.29 694.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3030" d="M416.43 678.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3031" d="M412.1 662.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3032" d="M408.3 645.51c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3033" d="M405.02 628.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3034" d="M402.4 612.06c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3035" d="M400.43 595.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3036" d="M398.85 578.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3037" d="M446.48 330.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3038" d="M510.64 230.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3039" d="M521.66 217.53c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3040" d="M533.2 204.94c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3041" d="M545.01 192.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3042" d="M557.34 181.06c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3043" d="M596.7 148.65c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3044" d="M610.61 138.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3045" d="M624.78 129.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3046" d="M639.21 120.31c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3047" d="M654.04 111.92c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3048" d="M669 104.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3049" d="M684.35 96.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3050" d="M699.96 89.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3051" d="M715.7 83.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3052" d="M731.71 77.8c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3053" d="M747.98 72.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3054" d="M764.25 67.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3055" d="M780.78 63.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3056" d="M797.44 60.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3057" d="M814.24 57.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3058" d="M831.03 55.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3059" d="M847.96 53.27c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3060" d="M865.01 52.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3061" d="M881.94 51.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3062" d="M898.99 51.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3063" d="M915.92 52.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3064" d="M932.97 53.27c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3065" d="M949.9 55.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3066" d="M966.69 57.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3067" d="M983.49 60.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3068" d="M1000.15 63.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3069" d="M1016.68 67.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3070" d="M1032.95 72.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3071" d="M1049.22 77.8c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3072" d="M1065.23 83.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3073" d="M1080.97 89.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3074" d="M1096.58 96.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3075" d="M1111.93 104.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3076" d="M1126.89 111.92c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3077" d="M1141.72 120.31c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3078" d="M1156.15 129.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3079" d="M1170.32 138.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3080" d="M1184.23 148.65c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3081" d="M1197.74 159.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3082" d="M1210.73 169.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3083" d="M1223.59 181.06c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3084" d="M1235.92 192.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3085" d="M1247.73 204.94c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3086" d="M1259.27 217.53c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3087" d="M1270.29 230.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3088" d="M1280.92 243.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3089" d="M1291.02 257.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3090" d="M1300.73 271.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3091" d="M1309.92 285.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3092" d="M1382.08 510.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3093" d="M1400.18 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3094" d="M1399.92 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3095" d="M1399 578.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3096" d="M1397.56 595.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3097" d="M1395.59 612.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3098" d="M1393.1 628.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3099" d="M1389.95 645.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3100" d="M1386.28 662.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3101" d="M1382.08 678.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3102" d="M1377.35 695.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3103" d="M1366.07 727.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3104" d="M1359.77 743.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3105" d="M1290.5 860.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3106" d="M1279.74 873.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3107" d="M1268.46 886.14c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3108" d="M1256.91 898.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3109" d="M1244.84 910.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3110" d="M1232.38 922.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3111" d="M1219.52 933.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3112" d="M1206.4 944.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3113" d="M1192.88 954.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3114" d="M1178.98 964.46c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3115" d="M1164.68 973.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3116" d="M1150.24 982.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3117" d="M1135.42 991.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3118" d="M1120.33 999.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3119" d="M1104.98 1006.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3120" d="M1089.5 1013.53c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3121" d="M1073.62 1019.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3122" d="M1057.62 1025.73c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3123" d="M1041.48 1031.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3124" d="M1025.08 1035.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3125" d="M1008.68 1040.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3126" d="M992.02 1043.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3127" d="M975.22 1046.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3128" d="M958.43 1049.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3129" d="M941.5 1051.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3130" d="M924.45 1052.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3131" d="M907.52 1053.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3132" d="M890.47 1053.94c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3133" d="M873.41 1053.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3134" d="M856.48 1052.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3135" d="M839.43 1051.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3136" d="M822.5 1049.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3137" d="M805.71 1046.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3138" d="M788.92 1043.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3139" d="M772.25 1040.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3140" d="M755.85 1035.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3141" d="M739.45 1031.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3142" d="M723.31 1025.73c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3143" d="M707.31 1019.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3144" d="M691.43 1013.53c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3145" d="M675.95 1006.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3146" d="M660.6 999.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3147" d="M645.51 991.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3148" d="M630.69 982.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3149" d="M616.25 973.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3150" d="M601.95 964.46c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3151" d="M588.05 954.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3152" d="M574.53 944.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3153" d="M561.41 933.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3154" d="M548.55 922.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3155" d="M536.09 910.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3156" d="M524.02 898.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3157" d="M480.07 846.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3158" d="M470.23 832.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3159" d="M460.78 818.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><circle id="eHoEbK48iZR3160" r="4.33" transform="translate(451.86 808.33)" fill="#DFE9F0"/><path id="eHoEbK48iZR3161" d="M443.46 789.18c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3162" d="M435.59 774.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3163" d="M428.11 758.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3164" d="M421.16 743.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3165" d="M414.86 727.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3166" d="M408.96 711.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3167" d="M403.58 695.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3168" d="M398.85 678.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><circle id="eHoEbK48iZR3169" r="4.33" transform="translate(394.65 666.77)" fill="#DFE9F0"/><path id="eHoEbK48iZR3170" d="M390.98 645.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3171" d="M387.83 628.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3172" d="M385.34 612.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3173" d="M383.37 595.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3174" d="M381.93 578.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3175" d="M381.01 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3176" d="M380.75 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3177" d="M470.23 255.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3178" d="M490.43 228.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3179" d="M574.53 144.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3180" d="M588.05 133.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3181" d="M601.95 123.99c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3182" d="M616.25 114.54c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3183" d="M630.69 105.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3184" d="M645.51 97.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3185" d="M660.6 89.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3186" d="M675.95 81.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3187" d="M691.43 74.92c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3188" d="M707.31 68.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3189" d="M723.31 62.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3190" d="M739.45 57.34c2.39 0 4.33 1.94 4.33 4.33S741.84 66 739.45 66s-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3191" d="M755.85 52.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3192" d="M772.25 48.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3193" d="M788.92 44.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3194" d="M805.71 41.59c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3195" d="M822.5 39.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3196" d="M839.43 37.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3197" d="M856.48 35.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3198" d="M873.41 34.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3199" d="M890.47 34.51c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3200" d="M907.52 34.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3201" d="M924.45 35.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3202" d="M941.5 37.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3203" d="M958.43 39.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3204" d="M975.22 41.59c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3205" d="M992.02 44.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3206" d="M1008.68 48.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3207" d="M1025.08 52.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3208" d="M1041.48 57.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3209" d="M1057.62 62.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3210" d="M1073.62 68.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3211" d="M1089.5 74.92c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3212" d="M1104.98 81.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3213" d="M1120.33 89.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3214" d="M1135.42 97.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3215" d="M1150.24 105.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3216" d="M1164.68 114.54c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3217" d="M1178.98 123.99c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3218" d="M1192.88 133.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3219" d="M1206.4 144.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3220" d="M1219.52 154.95c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3221" d="M1232.38 166.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3222" d="M1244.84 177.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3223" d="M1256.91 189.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3224" d="M1268.46 202.31c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3225" d="M1279.74 215.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3226" d="M1290.5 228.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3227" d="M1300.86 241.8c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3228" d="M1310.7 255.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3229" d="M1320.15 270.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3230" d="M1329.07 284.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3231" d="M1386.28 426.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3232" d="M1399 510.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3233" d="M1399.92 527.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3234" d="M1400.18 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3235" d="M1417.24 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3236" d="M1416.85 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3237" d="M1416.06 578.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3238" d="M1414.75 595.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3239" d="M1412.78 612.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3240" d="M1410.29 629.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3241" d="M1407.27 645.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3242" d="M1403.73 662.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3243" d="M1399.53 679.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3244" d="M1394.94 695.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3245" d="M1377.88 743.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3246" d="M1371.19 759.53c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3247" d="M1310.44 861.99c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3248" d="M1299.95 875.51c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3249" d="M1289.06 888.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3250" d="M1277.64 901.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3251" d="M1265.96 913.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3252" d="M1253.76 925.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3253" d="M1241.17 937.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3254" d="M1228.31 948.33c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3255" d="M1215.06 959.08c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3256" d="M1201.41 969.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3257" d="M1187.51 979.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3258" d="M1173.2 988.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3259" d="M1158.77 997.53c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3260" d="M1143.95 1005.92c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3261" d="M1128.86 1013.93c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3262" d="M1113.51 1021.4c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3263" d="M1097.89 1028.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3264" d="M1082.15 1034.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3265" d="M1066.14 1040.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3266" d="M1050.01 1046.2c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3267" d="M1033.61 1051.06c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3268" d="M1017.21 1055.52c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3269" d="M1000.54 1059.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3270" d="M983.75 1062.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3271" d="M966.96 1065.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3272" d="M950.03 1067.59c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3273" d="M933.11 1069.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3274" d="M916.05 1070.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3275" d="M898.99 1070.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3276" d="M881.94 1070.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3277" d="M864.88 1070.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3278" d="M847.82 1069.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3279" d="M830.9 1067.59c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3280" d="M813.97 1065.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3281" d="M797.18 1062.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3282" d="M780.39 1059.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3283" d="M763.72 1055.52c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3284" d="M747.32 1051.06c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3285" d="M730.92 1046.2c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3286" d="M714.79 1040.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3287" d="M698.78 1034.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3288" d="M683.04 1028.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3289" d="M667.42 1021.4c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3290" d="M652.07 1013.93c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3291" d="M636.98 1005.92c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3292" d="M622.16 997.53c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3293" d="M607.73 988.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3294" d="M593.42 979.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3295" d="M579.52 969.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3296" d="M565.87 959.08c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3297" d="M552.62 948.33c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3298" d="M539.76 937.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3299" d="M527.17 925.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3300" d="M480.98 875.51c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3301" d="M470.49 861.99c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3302" d="M460.39 848.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3303" d="M450.81 834.18c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3304" d="M441.62 819.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3305" d="M432.97 805.05c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3306" d="M424.7 790.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3307" d="M416.96 775.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3308" d="M409.74 759.53c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3309" d="M403.05 743.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3310" d="M396.88 727.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3311" d="M391.11 711.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3312" d="M386 695.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3313" d="M381.4 679.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3314" d="M377.2 662.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3315" d="M373.66 645.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3316" d="M370.64 629.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3317" d="M368.15 612.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3318" d="M366.18 595.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3319" d="M364.87 578.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3320" d="M364.08 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3321" d="M363.82 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3322" d="M364.08 527.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><circle id="eHoEbK48iZR3323" r="4.33" transform="translate(460.39 244.56)" fill="#DFE9F0"/><path id="eHoEbK48iZR3324" d="M552.62 140.12c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3325" d="M565.87 129.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3326" d="M579.52 119.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3327" d="M593.42 109.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3328" d="M607.73 99.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3329" d="M622.16 90.92c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3330" d="M636.98 82.53c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3331" d="M652.07 74.52c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3332" d="M667.42 67.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3333" d="M683.04 60.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3334" d="M698.78 53.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3335" d="M714.79 47.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3336" d="M730.92 42.25c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3337" d="M747.32 37.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3338" d="M763.72 32.93c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3339" d="M780.39 29.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3340" d="M797.18 25.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3341" d="M813.97 23.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3342" d="M830.9 20.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3343" d="M847.82 19.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3344" d="M864.88 18.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3345" d="M881.94 17.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3346" d="M898.99 17.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3347" d="M916.05 18.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3348" d="M933.11 19.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3349" d="M950.03 20.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3350" d="M966.96 23.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3351" d="M983.75 25.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3352" d="M1000.54 29.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3353" d="M1017.21 32.93c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3354" d="M1033.61 37.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3355" d="M1050.01 42.25c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3356" d="M1066.14 47.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3357" d="M1082.15 53.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3358" d="M1097.89 60.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3359" d="M1113.51 67.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3360" d="M1128.86 74.52c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3361" d="M1143.95 82.53c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3362" d="M1158.77 90.92c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3363" d="M1173.2 99.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3364" d="M1187.51 109.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3365" d="M1201.41 119.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3366" d="M1215.06 129.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3367" d="M1228.31 140.12c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3368" d="M1241.17 151.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3369" d="M1253.76 162.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3370" d="M1265.96 174.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3371" d="M1277.64 187.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3372" d="M1289.06 199.95c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3373" d="M1299.95 212.94c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3374" d="M1310.44 226.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3375" d="M1320.54 240.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3376" d="M1330.12 254.27c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3377" d="M1339.31 268.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3378" d="M1347.97 283.4c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3379" d="M1356.23 298.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3380" d="M1399.53 409.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3381" d="M1403.73 425.88c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3382" d="M1407.27 442.54c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3383" d="M1412.78 476.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3384" d="M1414.75 493.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3385" d="M1416.06 510.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3386" d="M1416.85 527.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3387" d="M1417.24 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3388" d="M1434.16 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3389" d="M1433.9 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3390" d="M1433.11 578.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3391" d="M1431.8 595.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3392" d="M1429.97 612.06c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3393" d="M1427.47 628.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3394" d="M1424.59 645.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3395" d="M1421.18 662.31c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3396" d="M1417.24 678.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3397" d="M1412.78 695.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3398" d="M1407.79 711.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3399" d="M1331.3 862.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3400" d="M1321.2 876.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3401" d="M1310.57 889.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3402" d="M1299.55 902.27c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3403" d="M1288.14 914.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3404" d="M1276.46 927.2c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3405" d="M1264.26 939.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3406" d="M1251.79 950.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3407" d="M1238.81 961.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3408" d="M1225.69 972.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3409" d="M1212.04 982.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3410" d="M1198.26 992.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3411" d="M1184.09 1001.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3412" d="M1169.66 1010.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3413" d="M1154.97 1019.31c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3414" d="M1140.01 1027.31c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3415" d="M1124.66 1034.92c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3416" d="M1109.31 1042c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3417" d="M1093.57 1048.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3418" d="M1077.69 1054.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3419" d="M1061.68 1060.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3420" d="M1045.55 1065.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3421" d="M1029.15 1069.95c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3422" d="M1012.61 1074.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3423" d="M995.95 1077.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3424" d="M979.29 1080.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3425" d="M962.49 1083.07c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3426" d="M945.57 1085.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3427" d="M928.64 1086.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><circle id="eHoEbK48iZR3428" r="4.33" transform="translate(860.68 1091.47)" fill="#DFE9F0"/><path id="eHoEbK48iZR3429" d="M843.76 1085.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3430" d="M826.83 1084.25c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3431" d="M810.04 1081.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3432" d="M793.24 1079.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3433" d="M776.58 1075.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3434" d="M760.05 1072.05c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3435" d="M743.65 1067.72c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3436" d="M727.25 1062.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3437" d="M711.24 1057.48c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3438" d="M695.24 1051.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3439" d="M679.49 1045.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3440" d="M663.88 1038.46c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3441" d="M648.53 1031.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3442" d="M633.44 1023.37c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3443" d="M618.62 1015.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3444" d="M604.05 1006.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3445" d="M589.75 997.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3446" d="M575.71 987.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3447" d="M562.07 977.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3448" d="M548.69 967.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3449" d="M535.56 956.2c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3450" d="M522.84 944.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3451" d="M510.51 933.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3452" d="M498.57 921.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3453" d="M487.02 908.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3454" d="M475.74 895.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3455" d="M464.98 882.72c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3456" d="M454.61 869.34c2.39 0 4.33 1.94 4.33 4.33S457 878 454.61 878s-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3457" d="M444.64 855.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3458" d="M435.2 841.4c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3459" d="M426.14 827.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3460" d="M417.48 812.4c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3461" d="M409.35 797.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3462" d="M401.61 782.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3463" d="M394.52 766.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3464" d="M387.7 751.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3465" d="M381.53 735.52c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3466" d="M375.76 719.51c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3467" d="M370.51 703.37c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3468" d="M365.79 686.97c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3469" d="M361.59 670.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3470" d="M357.92 653.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3471" d="M354.77 637.25c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3472" d="M352.15 620.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3473" d="M350.05 603.53c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3474" d="M348.47 586.73c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3475" d="M347.42 569.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3476" d="M346.9 552.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3477" d="M346.9 535.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3478" d="M347.42 518.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3479" d="M426.14 261.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3480" d="M444.64 233.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3481" d="M535.56 132.25c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3482" d="M548.69 121.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3483" d="M562.07 111c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3484" d="M575.71 100.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3485" d="M589.75 91.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3486" d="M604.05 82.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3487" d="M618.62 73.34c2.39 0 4.33 1.94 4.33 4.33S621.01 82 618.62 82s-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3488" d="M633.44 65.08c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3489" d="M648.53 57.34c2.39 0 4.33 1.94 4.33 4.33S650.92 66 648.53 66s-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3490" d="M663.88 49.99c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3491" d="M679.49 43.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3492" d="M695.24 36.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3493" d="M711.24 30.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3494" d="M727.25 25.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3495" d="M743.65 20.73c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3496" d="M760.05 16.4c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3497" d="M776.58 12.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3498" d="M793.24 9.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3499" d="M810.04 6.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3500" d="M826.83 4.2c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3501" d="M843.76 2.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3502" d="M860.68 1.31c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3503" d="M877.74.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3504" d="M894.66.52c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3505" d="M911.72.92c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3506" d="M928.64 1.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3507" d="M945.57 3.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3508" d="M962.49 5.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3509" d="M979.29 7.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3510" d="M995.95 10.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3511" d="M1012.61 14.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3512" d="M1029.15 18.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3513" d="M1045.55 23.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3514" d="M1061.68 28.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3515" d="M1077.69 33.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3516" d="M1093.57 39.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3517" d="M1109.31 46.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3518" d="M1124.66 53.53c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3519" d="M1140.01 61.14c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3520" d="M1154.97 69.14c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3521" d="M1169.66 77.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3522" d="M1184.09 86.59c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3523" d="M1198.26 96.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3524" d="M1212.04 105.88c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3525" d="M1225.69 116.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3526" d="M1238.81 126.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3527" d="M1251.79 137.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3528" d="M1264.26 149.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3529" d="M1276.46 161.25c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3530" d="M1288.14 173.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3531" d="M1299.55 186.18c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3532" d="M1310.57 199.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3533" d="M1321.2 212.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3534" d="M1331.3 226.06c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3535" d="M1341.01 239.97c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3536" d="M1350.33 254.14c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3537" d="M1359.25 268.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3538" d="M1367.51 283.53c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3539" d="M1375.52 298.48c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3540" d="M1421.18 426.14c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3541" d="M1424.59 442.81c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3542" d="M1427.47 459.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3543" d="M1429.97 476.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3544" d="M1431.8 493.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3545" d="M1433.11 510.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3546" d="M1433.9 527.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3547" d="M1434.16 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3548" d="M1451.09 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3549" d="M1450.96 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3550" d="M1450.17 578.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3551" d="M1448.86 595.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3552" d="M1447.02 612.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3553" d="M1444.66 628.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3554" d="M1441.91 645.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3555" d="M1438.49 662.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3556" d="M1434.69 679.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3557" d="M1430.36 695.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3558" d="M1425.51 711.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3559" d="M1408.06 759.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3560" d="M1350.98 864.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3561" d="M1341.01 877.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3562" d="M1330.78 891.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3563" d="M1320.02 904.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3564" d="M1308.87 917.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3565" d="M1297.32 930.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3566" d="M1285.38 942.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3567" d="M1273.18 953.97c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3568" d="M1260.58 965.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3569" d="M1247.6 976.4c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3570" d="M1234.34 987.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3571" d="M1220.7 997.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3572" d="M1206.79 1007.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3573" d="M1192.62 1016.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3574" d="M1178.19 1025.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3575" d="M1163.36 1034c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3576" d="M1148.41 1042c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3577" d="M1133.19 1049.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3578" d="M1117.71 1056.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3579" d="M1102.09 1063.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3580" d="M1086.22 1069.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3581" d="M1070.21 1075.33c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3582" d="M1053.94 1080.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3583" d="M1037.67 1085.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3584" d="M735.12 1082.94c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3585" d="M718.85 1077.95c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3586" d="M702.72 1072.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3587" d="M686.71 1066.54c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3588" d="M670.96 1060.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3589" d="M655.48 1053.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3590" d="M640.13 1045.94c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3591" d="M625.04 1038.07c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3592" d="M610.09 1029.8c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3593" d="M595.52 1021.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3594" d="M581.22 1011.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3595" d="M567.18 1002.25c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3596" d="M553.41 992.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3597" d="M539.89 981.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3598" d="M526.77 971.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3599" d="M514.05 959.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3600" d="M501.58 948.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3601" d="M489.51 936.12c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3602" d="M477.84 923.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3603" d="M466.42 911.06c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3604" d="M455.53 898.07c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3605" d="M445.04 884.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3606" d="M434.8 871.05c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3607" d="M425.09 857.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3608" d="M415.91 842.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3609" d="M406.99 828.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3610" d="M398.59 813.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3611" d="M390.72 798.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3612" d="M383.24 783.14c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3613" d="M376.15 767.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3614" d="M369.59 751.92c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3615" d="M363.56 736.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3616" d="M358.05 719.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3617" d="M352.93 703.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3618" d="M348.34 687.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3619" d="M344.27 670.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3620" d="M340.6 654.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3621" d="M337.58 637.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3622" d="M334.96 620.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3623" d="M332.99 603.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3624" d="M331.42 586.73c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3625" d="M330.37 569.81c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3626" d="M329.84 552.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3627" d="M329.84 535.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3628" d="M330.37 518.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3629" d="M331.42 501.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3630" d="M415.91 245.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3631" d="M425.09 231.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3632" d="M501.58 140.25c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3633" d="M514.05 128.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3634" d="M526.77 117.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3635" d="M539.89 106.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3636" d="M553.41 96.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3637" d="M567.18 86.2c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3638" d="M581.22 76.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3639" d="M595.52 67.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3640" d="M610.09 58.65c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3641" d="M625.04 50.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3642" d="M640.13 42.51c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3643" d="M655.48 35.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3644" d="M670.96 28.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3645" d="M686.71 21.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3646" d="M702.72 15.88c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3647" d="M718.85 10.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3648" d="M735.12 5.51c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3649" d="M751.52 1.05c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3650" d="M1037.67 3.15c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3651" d="M1053.94 7.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3652" d="M1070.21 13.12c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3653" d="M1086.22 18.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3654" d="M1102.09 25.06c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3655" d="M1117.71 31.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3656" d="M1133.19 38.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3657" d="M1148.41 46.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3658" d="M1163.36 54.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3659" d="M1178.19 62.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3660" d="M1192.62 71.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3661" d="M1206.79 81.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3662" d="M1220.7 91.05c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3663" d="M1234.34 101.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3664" d="M1247.6 112.05c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3665" d="M1260.58 123.07c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3666" d="M1273.18 134.48c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3667" d="M1285.38 146.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3668" d="M1297.32 158.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3669" d="M1308.87 170.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3670" d="M1320.02 183.81c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3671" d="M1330.78 197.06c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3672" d="M1341.01 210.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3673" d="M1350.98 224.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3674" d="M1360.43 238.52c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3675" d="M1369.48 252.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3676" d="M1378.14 267.52c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3677" d="M1394.02 297.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3678" d="M1438.49 426.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3679" d="M1441.91 442.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3680" d="M1444.66 459.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3681" d="M1447.02 476.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3682" d="M1448.86 493.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3683" d="M1450.17 510.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3684" d="M1450.96 527.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3685" d="M1451.09 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3686" d="M1468.15 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3687" d="M1467.88 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3688" d="M1467.1 578.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3689" d="M1465.92 595.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3690" d="M1464.08 612.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3691" d="M1461.85 629.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3692" d="M1459.09 645.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3693" d="M1455.81 662.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3694" d="M1452.14 679.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3695" d="M1447.94 695.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3696" d="M1443.22 712.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3697" d="M1437.97 728.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3698" d="M1426.16 760.31c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3699" d="M1419.6 776.06c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3700" d="M1360.82 879.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3701" d="M1350.72 893.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3702" d="M1340.22 906.73c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3703" d="M1329.33 919.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3704" d="M1318.05 932.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3705" d="M1306.37 945.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3706" d="M1294.43 957.25c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3707" d="M1282.1 968.92c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3708" d="M1269.38 980.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3709" d="M1256.39 991.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3710" d="M1243 1001.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3711" d="M1229.36 1012.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3712" d="M1215.32 1021.93c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3713" d="M1201.15 1031.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3714" d="M1186.59 1040.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3715" d="M1171.89 1048.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3716" d="M1156.94 1056.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3717" d="M1141.72 1064.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3718" d="M1126.23 1071.65c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3719" d="M1110.49 1078.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3720" d="M1094.75 1084.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3721" d="M678.31 1081.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3722" d="M662.57 1075.07c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3723" d="M646.96 1068.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3724" d="M631.6 1060.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3725" d="M616.52 1052.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3726" d="M601.56 1044.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3727" d="M587 1035.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3728" d="M572.56 1026.65c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3729" d="M558.53 1017.07c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3730" d="M544.75 1006.97c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3731" d="M531.24 996.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3732" d="M518.12 985.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3733" d="M505.13 974.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3734" d="M492.66 963.15c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3735" d="M480.46 951.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3736" d="M468.65 938.88c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3737" d="M457.24 926.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3738" d="M446.09 913.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3739" d="M435.46 900.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3740" d="M425.09 886.53c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3741" d="M415.25 872.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3742" d="M405.81 858.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3743" d="M396.75 844.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3744" d="M388.09 829.33c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3745" d="M379.83 814.37c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3746" d="M372.09 799.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3747" d="M364.87 783.8c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3748" d="M358.05 768.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3749" d="M351.62 752.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3750" d="M345.72 736.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3751" d="M340.34 720.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3752" d="M335.35 704.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3753" d="M330.89 687.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3754" d="M326.82 670.97c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3755" d="M323.41 654.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3756" d="M320.39 637.51c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3757" d="M317.9 620.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3758" d="M315.8 603.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3759" d="M314.36 586.73c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3760" d="M313.31 569.81c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3761" d="M312.78 552.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3762" d="M312.78 535.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3763" d="M313.31 518.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3764" d="M314.36 501.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3765" d="M315.8 484.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3766" d="M317.9 467.73c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3767" d="M405.81 230c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3768" d="M415.25 215.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3769" d="M425.09 201.92c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3770" d="M446.09 175.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3771" d="M480.46 137.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3772" d="M492.66 125.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3773" d="M505.13 113.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3774" d="M518.12 102.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3775" d="M531.24 91.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3776" d="M544.75 81.48c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3777" d="M558.53 71.37c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3778" d="M572.56 61.8c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3779" d="M587 52.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3780" d="M601.69 43.95c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3781" d="M616.52 35.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3782" d="M631.6 27.81c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3783" d="M646.96 20.34c2.39 0 4.33 1.94 4.33 4.33S649.35 29 646.96 29s-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3784" d="M662.57 13.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3785" d="M678.31 6.95c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3786" d="M694.19.92c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33S691.8.92 694.19.92Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3787" d="M1094.75 3.8c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3788" d="M1110.49 10.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3789" d="M1126.23 16.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3790" d="M1141.72 24.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3791" d="M1156.94 31.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3792" d="M1171.89 39.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3793" d="M1186.59 48.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3794" d="M1201.15 57.2c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3795" d="M1215.32 66.52c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3796" d="M1229.36 76.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3797" d="M1243 86.59c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3798" d="M1256.39 97.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3799" d="M1269.38 108.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3800" d="M1282.1 119.52c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3801" d="M1294.43 131.2c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3802" d="M1306.37 143.4c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3803" d="M1318.05 155.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3804" d="M1329.33 168.59c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3805" d="M1340.22 181.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3806" d="M1350.72 195.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3807" d="M1360.82 208.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3808" d="M1370.53 222.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3809" d="M1379.72 237.08c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3810" d="M1388.64 251.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3811" d="M1397.03 266.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3812" d="M1412.52 296.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3813" d="M1464.08 476.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3814" d="M1465.92 493.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3815" d="M1467.1 510.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3816" d="M1467.88 527.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3817" d="M1468.15 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3818" d="M1485.2 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3819" d="M1484.94 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3820" d="M1484.15 578.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3821" d="M1482.97 595.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3822" d="M1481.27 612.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3823" d="M1479.04 629.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3824" d="M1476.41 646.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3825" d="M1473.13 662.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3826" d="M1469.59 679.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3827" d="M1465.39 696.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3828" d="M1460.8 712.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3829" d="M1455.81 728.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3830" d="M1450.3 744.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3831" d="M1444.27 760.97c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3832" d="M1437.84 776.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3833" d="M1430.88 792.33c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3834" d="M1370.53 895.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3835" d="M1360.3 908.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3836" d="M1349.67 922.08c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3837" d="M1338.65 935.07c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3838" d="M1327.24 947.8c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3839" d="M1315.43 960.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3840" d="M1303.36 972.2c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3841" d="M1290.89 983.88c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3842" d="M1278.17 995.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3843" d="M1265.05 1006.05c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3844" d="M1251.66 1016.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3845" d="M1237.89 1026.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3846" d="M1223.98 1036.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3847" d="M1209.68 1045.94c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3848" d="M1195.12 1054.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3849" d="M1180.42 1063.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3850" d="M1165.33 1071.52c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3851" d="M1150.11 1079.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3852" d="M1134.63 1086.48c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3853" d="M638.56 1082.94c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3854" d="M623.21 1075.46c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3855" d="M607.99 1067.59c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3856" d="M593.16 1059.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3857" d="M578.47 1050.53c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3858" d="M564.04 1041.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3859" d="M550 1031.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3860" d="M536.09 1021.8c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3861" d="M522.58 1011.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3862" d="M509.32 1000.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3863" d="M496.34 989.52c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3864" d="M483.74 978.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3865" d="M471.54 966.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3866" d="M459.6 954.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3867" d="M447.92 941.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3868" d="M436.77 928.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3869" d="M425.88 915.52c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3870" d="M415.52 902.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3871" d="M405.41 888.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3872" d="M395.7 874.2c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3873" d="M386.52 859.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3874" d="M377.6 845.2c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3875" d="M369.2 830.37c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3876" d="M361.2 815.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3877" d="M353.59 800.07c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3878" d="M346.5 784.59c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3879" d="M339.81 768.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3880" d="M333.65 752.97c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3881" d="M327.87 736.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3882" d="M322.62 720.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3883" d="M317.77 704.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3884" d="M313.44 687.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3885" d="M309.5 671.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3886" d="M306.09 654.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3887" d="M303.21 637.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3888" d="M300.71 620.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3889" d="M298.75 603.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3890" d="M297.3 586.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3891" d="M296.38 569.81c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3892" d="M295.86 552.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3893" d="M295.86 535.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3894" d="M296.38 518.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3895" d="M297.3 501.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3896" d="M298.75 484.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3897" d="M300.71 467.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3898" d="M303.21 450.81c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3899" d="M306.09 434.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3900" d="M309.5 417.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3901" d="M405.41 200.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3902" d="M425.88 172.92c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3903" d="M436.77 159.8c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3904" d="M447.92 146.95c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3905" d="M459.6 134.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3906" d="M471.54 122.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3907" d="M483.74 110.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3908" d="M496.34 98.93c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3909" d="M509.32 87.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3910" d="M522.58 77.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3911" d="M536.09 66.65c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3912" d="M550 56.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3913" d="M564.04 47.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3914" d="M578.47 37.92c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3915" d="M593.16 29.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3916" d="M607.99 20.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3917" d="M623.21 12.99c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3918" d="M638.56 5.51c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3919" d="M1134.63 1.97c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3920" d="M1150.11 9.18c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3921" d="M1165.33 16.93c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3922" d="M1180.42 25.06c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3923" d="M1195.12 33.59c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3924" d="M1209.68 42.51c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3925" d="M1223.98 51.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3926" d="M1237.89 61.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3927" d="M1251.66 71.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3928" d="M1265.05 82.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3929" d="M1278.17 93.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3930" d="M1290.89 104.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3931" d="M1303.36 116.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3932" d="M1315.43 128.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3933" d="M1327.24 140.65c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3934" d="M1338.65 153.37c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3935" d="M1349.67 166.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3936" d="M1360.3 179.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3937" d="M1370.53 193.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3938" d="M1380.37 207.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3939" d="M1389.95 221.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3940" d="M1399 235.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3941" d="M1407.53 250.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3942" d="M1415.8 265.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3943" d="M1423.54 280.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3944" d="M1430.88 296.12c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3945" d="M1437.84 311.73c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3946" d="M1476.41 442.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3947" d="M1479.04 459.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3948" d="M1481.27 476.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3949" d="M1482.97 493.06c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3950" d="M1484.15 510.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3951" d="M1484.94 527.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3952" d="M1485.2 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3953" d="M1502.13 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3954" d="M1501.86 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3955" d="M1501.21 578.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3956" d="M1500.03 595.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3957" d="M1498.32 612.06c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3958" d="M1496.22 628.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3959" d="M1493.6 645.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3960" d="M1490.58 662.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3961" d="M1487.04 679.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3962" d="M1483.1 695.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3963" d="M1478.64 712.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3964" d="M1473.79 728.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3965" d="M1468.41 744.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3966" d="M1462.64 760.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3967" d="M1456.34 776.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3968" d="M1449.65 791.93c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3969" d="M1442.56 807.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3970" d="M1391.26 895.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3971" d="M1381.29 909.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3972" d="M1370.93 922.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3973" d="M1360.3 935.99c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3974" d="M1349.15 948.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><circle id="eHoEbK48iZR3975" r="4.33" transform="translate(1337.73 965.77)" fill="#DFE9F0"/><path id="eHoEbK48iZR3976" d="M1325.92 973.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3977" d="M1313.85 985.72c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3978" d="M1301.39 997.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3979" d="M1288.66 1008.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3980" d="M1275.67 1019.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3981" d="M1262.29 1029.93c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3982" d="M1248.65 1040.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3983" d="M1234.74 1049.88c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3984" d="M1220.57 1059.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3985" d="M1206.01 1068.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3986" d="M1191.31 1076.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3987" d="M1176.48 1084.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3988" d="M604.45 1084.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3989" d="M589.62 1076.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3990" d="M574.93 1068.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3991" d="M560.36 1059.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3992" d="M546.19 1049.88c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3993" d="M532.28 1040.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3994" d="M518.64 1029.93c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3995" d="M505.26 1019.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3996" d="M492.27 1008.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3997" d="M479.54 997.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3998" d="M467.08 985.72c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR3999" d="M455.01 973.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4000" d="M443.2 961.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4001" d="M431.78 948.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4002" d="M420.63 935.99c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4003" d="M410.01 922.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4004" d="M399.64 909.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4005" d="M389.67 895.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4006" d="M380.09 881.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4007" d="M370.91 867.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4008" d="M362.12 852.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4009" d="M353.85 837.72c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4010" d="M345.85 822.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4011" d="M338.37 807.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4012" d="M331.28 791.93c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4013" d="M324.59 776.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4014" d="M318.3 760.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><circle id="eHoEbK48iZR4015" r="4.33" transform="translate(312.52 748.9)" fill="#DFE9F0"/><path id="eHoEbK48iZR4016" d="M307.14 728.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4017" d="M302.29 712.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4018" d="M297.83 695.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4019" d="M293.89 679.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4020" d="M290.35 662.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4021" d="M287.33 645.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4022" d="M284.71 628.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4023" d="M282.61 612.06c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4024" d="M280.9 595.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4025" d="M279.72 578.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4026" d="M279.07 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4027" d="M278.8 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4028" d="M279.07 527.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4029" d="M279.72 510.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4030" d="M280.9 493.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4031" d="M282.61 476.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4032" d="M284.71 459.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4033" d="M287.33 442.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33S283 449.39 283 447s1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4034" d="M290.35 425.88c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4035" d="M293.89 409.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4036" d="M297.83 392.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4037" d="M370.91 221.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4038" d="M399.64 179.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4039" d="M410.01 165.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4040" d="M420.63 152.46c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4041" d="M431.78 139.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4042" d="M443.2 127c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4043" d="M455.01 114.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4044" d="M467.08 102.73c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><circle id="eHoEbK48iZR4045" r="4.33" transform="translate(479.54 95.51)" fill="#DFE9F0"/><path id="eHoEbK48iZR4046" d="M492.27 79.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4047" d="M505.26 69.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4048" d="M518.64 58.52c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4049" d="M532.28 48.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4050" d="M546.19 38.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4051" d="M560.36 29.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4052" d="M574.93 20.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4053" d="M589.62 11.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4054" d="M604.45 3.54c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4055" d="M1176.48 3.54c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4056" d="M1191.31 11.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4057" d="M1206.01 20.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4058" d="M1220.57 29.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4059" d="M1234.74 38.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4060" d="M1248.65 48.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4061" d="M1262.29 58.52c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4062" d="M1275.67 69.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4063" d="M1288.66 79.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4064" d="M1301.39 91.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4065" d="M1313.85 102.73c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4066" d="M1325.92 114.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4067" d="M1337.73 127c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4068" d="M1349.15 139.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4069" d="M1360.3 152.46c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4070" d="M1370.93 165.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4071" d="M1381.29 179.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4072" d="M1391.26 193c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4073" d="M1400.84 207.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4074" d="M1410.02 221.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4075" d="M1418.81 235.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4076" d="M1427.08 250.73c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4077" d="M1435.08 265.81c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4078" d="M1442.56 281.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4079" d="M1449.65 296.52c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4080" d="M1456.34 312.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4081" d="M1483.1 392.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4082" d="M1490.58 425.88c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4083" d="M1493.6 442.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4084" d="M1496.22 459.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4085" d="M1498.32 476.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4086" d="M1500.03 493.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4087" d="M1501.21 510.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4088" d="M1501.86 527.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4089" d="M1502.13 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4090" d="M1519.18 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4091" d="M1518.92 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4092" d="M1518.13 578.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4093" d="M1517.08 595.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4094" d="M1515.38 612.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4095" d="M1513.41 629.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4096" d="M1510.79 645.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4097" d="M1507.9 662.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4098" d="M1504.36 679.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4099" d="M1500.55 695.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4100" d="M1496.22 712.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4101" d="M1491.37 728.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4102" d="M1486.25 744.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4103" d="M1480.61 760.97c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4104" d="M1474.44 776.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4105" d="M1468.01 792.59c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4106" d="M1461.06 808.2c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4107" d="M1453.71 823.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4108" d="M1445.84 838.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4109" d="M1437.71 853.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4110" d="M1429.18 868.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4111" d="M1401.1 910.93c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4112" d="M1390.87 924.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4113" d="M1380.5 938.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4114" d="M1369.61 951.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4115" d="M1358.46 964.07c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4116" d="M1346.92 976.53c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4117" d="M1334.98 988.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4118" d="M1322.77 1000.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4119" d="M1310.31 1012.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4120" d="M1297.45 1023.37c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4121" d="M1284.33 1034.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4122" d="M1270.95 1044.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4123" d="M1257.17 1054.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4124" d="M1243.27 1064.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4125" d="M1229.1 1073.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4126" d="M1214.53 1082.94c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4127" d="M566.4 1082.94c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4128" d="M551.83 1073.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4129" d="M537.66 1064.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4130" d="M523.76 1054.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4131" d="M509.98 1044.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4132" d="M496.6 1034.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4133" d="M483.48 1023.37c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4134" d="M470.62 1012.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4135" d="M458.16 1000.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4136" d="M445.95 988.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4137" d="M434.01 976.53c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4138" d="M422.47 964.07c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4139" d="M411.32 951.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4140" d="M400.43 938.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4141" d="M390.06 924.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4142" d="M379.83 910.93c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4143" d="M370.12 897.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4144" d="M360.8 882.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4145" d="M351.75 868.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4146" d="M343.22 853.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4147" d="M335.09 838.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4148" d="M327.22 823.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4149" d="M319.87 808.2c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4150" d="M312.92 792.59c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4151" d="M306.49 776.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4152" d="M300.32 760.97c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4153" d="M294.68 744.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4154" d="M289.56 728.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4155" d="M284.71 712.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4156" d="M280.38 695.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4157" d="M276.57 679.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4158" d="M273.03 662.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4159" d="M270.14 645.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4160" d="M267.52 629.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4161" d="M265.55 612.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4162" d="M263.85 595.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4163" d="M262.8 578.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4164" d="M262.01 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4165" d="M261.88 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4166" d="M262.01 527.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4167" d="M262.8 510.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4168" d="M263.85 493.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4169" d="M265.55 476.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4170" d="M267.52 459.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4171" d="M270.14 442.54c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4172" d="M273.03 425.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4173" d="M276.57 409.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4174" d="M280.38 392.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4175" d="M284.71 376.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4176" d="M289.56 359.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4177" d="M390.06 163.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4178" d="M400.43 150.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4179" d="M411.32 137.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4180" d="M422.47 124.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4181" d="M434.01 111.92c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4182" d="M445.95 99.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4183" d="M458.16 87.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4184" d="M470.62 76.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4185" d="M483.48 65.08c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4186" d="M496.6 54.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4187" d="M509.98 43.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4188" d="M523.76 33.59c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4189" d="M537.66 23.88c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4190" d="M551.83 14.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4191" d="M566.4 5.51c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4192" d="M1214.53 5.51c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4193" d="M1229.1 14.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4194" d="M1243.27 23.88c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4195" d="M1257.17 33.59c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4196" d="M1270.95 43.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4197" d="M1284.33 54.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4198" d="M1297.45 65.08c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4199" d="M1310.31 76.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4200" d="M1322.77 87.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4201" d="M1334.98 99.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4202" d="M1346.92 111.92c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4203" d="M1358.46 124.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4204" d="M1369.61 137.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4205" d="M1380.5 150.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4206" d="M1390.87 163.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4207" d="M1401.1 177.52c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4208" d="M1410.81 191.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4209" d="M1420.13 205.59c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4210" d="M1429.18 220.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4211" d="M1437.71 234.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4212" d="M1445.84 249.81c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4213" d="M1453.71 264.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4214" d="M1461.06 280.25c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4215" d="M1468.01 295.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4216" d="M1474.44 311.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4217" d="M1480.61 327.48c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4218" d="M1504.36 409.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4219" d="M1507.9 425.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4220" d="M1510.79 442.54c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4221" d="M1513.41 459.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4222" d="M1515.38 476.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4223" d="M1517.08 493.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4224" d="M1518.13 510.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4225" d="M1518.92 527.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4226" d="M1519.18 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4227" d="M1536.11 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4228" d="M1535.85 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4229" d="M1535.19 578.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4230" d="M1534.14 595.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4231" d="M1532.57 612.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4232" d="M1530.47 629.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4233" d="M1527.97 646.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4234" d="M1525.09 662.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4235" d="M1521.81 679.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4236" d="M1518 696.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4237" d="M1513.8 712.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4238" d="M1509.08 729.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4239" d="M1503.96 745.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4240" d="M1498.45 761.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4241" d="M1492.55 777.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4242" d="M1486.12 793.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4243" d="M1479.3 808.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4244" d="M1472.21 824.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4245" d="M1464.6 839.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4246" d="M1456.6 854.65c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4247" d="M1448.2 869.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4248" d="M1439.41 884.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4249" d="M1430.23 898.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4250" d="M1420.65 912.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4251" d="M1410.81 926.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4252" d="M1400.58 940.06c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4253" d="M1389.95 953.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4254" d="M1378.93 966.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4255" d="M1367.65 979.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4256" d="M1355.97 991.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4257" d="M1344.03 1003.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4258" d="M1331.7 1015.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4259" d="M1319.1 1027.05c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4260" d="M1306.24 1038.2c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4261" d="M1292.99 1048.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4262" d="M1279.61 1059.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4263" d="M1265.83 1069.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4264" d="M1251.79 1079.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4265" d="M529.14 1079.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4266" d="M515.1 1069.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4267" d="M501.32 1059.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4268" d="M487.94 1048.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4269" d="M474.69 1038.2c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4270" d="M461.83 1027.05c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4271" d="M449.23 1015.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4272" d="M436.9 1003.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4273" d="M424.96 991.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4274" d="M413.29 979.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4275" d="M402 966.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4276" d="M390.98 953.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4277" d="M380.35 940.06c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4278" d="M370.12 926.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4279" d="M360.28 912.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4280" d="M350.7 898.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4281" d="M341.52 884.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4282" d="M332.73 869.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4283" d="M324.33 854.65c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4284" d="M316.33 839.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4285" d="M308.72 824.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4286" d="M301.63 808.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4287" d="M294.81 793.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4288" d="M288.38 777.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4289" d="M282.48 761.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4290" d="M276.97 745.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4291" d="M271.85 729.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4292" d="M267.13 712.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4293" d="M262.93 696.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4294" d="M259.12 679.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4295" d="M255.84 662.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4296" d="M252.96 646.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4297" d="M250.46 629.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4298" d="M248.36 612.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4299" d="M246.79 595.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4300" d="M245.74 578.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4301" d="M245.08 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4302" d="M244.82 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4303" d="M245.08 527.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4304" d="M245.74 510.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4305" d="M246.79 493.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4306" d="M248.36 476.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4307" d="M250.46 459.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4308" d="M252.96 442.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4309" d="M255.84 425.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4310" d="M259.12 408.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4311" d="M262.93 392.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4312" d="M267.13 375.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4313" d="M271.85 359.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4314" d="M276.97 343.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4315" d="M341.52 204.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4316" d="M350.7 189.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4317" d="M360.28 175.81c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4318" d="M370.12 162.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4319" d="M380.35 148.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4320" d="M390.98 135.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4321" d="M402 122.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4322" d="M413.29 109.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4323" d="M424.96 96.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4324" d="M436.9 84.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4325" d="M449.23 72.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4326" d="M461.83 61.4c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4327" d="M474.69 50.25c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4328" d="M487.94 39.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4329" d="M501.32 29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4330" d="M515.1 18.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4331" d="M529.14 9.18c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4332" d="M1251.79 9.18c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4333" d="M1265.83 18.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4334" d="M1279.61 29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4335" d="M1292.99 39.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4336" d="M1306.24 50.25c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4337" d="M1319.1 61.4c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4338" d="M1331.7 72.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4339" d="M1344.03 84.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4340" d="M1355.97 96.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4341" d="M1367.65 109.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4342" d="M1378.93 122.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4343" d="M1389.95 135.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4344" d="M1400.58 148.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4345" d="M1410.81 162.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4346" d="M1420.65 175.81c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4347" d="M1430.23 189.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4348" d="M1439.41 204.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4349" d="M1448.2 218.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4350" d="M1456.6 233.8c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4351" d="M1464.6 248.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4352" d="M1472.21 264.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4353" d="M1479.3 279.59c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4354" d="M1486.12 295.2c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4355" d="M1492.55 310.95c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4356" d="M1498.45 326.95c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4357" d="M1521.81 408.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4358" d="M1525.09 425.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4359" d="M1527.97 442.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4360" d="M1530.47 459.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4361" d="M1532.57 476.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4362" d="M1534.14 493.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4363" d="M1535.19 510.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4364" d="M1535.85 527.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4365" d="M1536.11 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4366" d="M1553.03 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4367" d="M1552.9 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4368" d="M1552.25 578.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4369" d="M1551.2 595.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4370" d="M1549.62 612.06c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4371" d="M1547.65 628.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4372" d="M1545.29 645.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4373" d="M1542.41 662.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4374" d="M1539.26 679.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4375" d="M1535.58 695.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4376" d="M1531.38 712.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4377" d="M1526.92 728.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4378" d="M1521.94 744.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4379" d="M1516.56 761.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4380" d="M1510.79 777.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4381" d="M1504.62 792.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4382" d="M1498.06 808.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4383" d="M1491.11 824.08c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4384" d="M1483.76 839.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4385" d="M1476.02 854.52c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4386" d="M1467.88 869.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4387" d="M1459.36 884.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4388" d="M1450.43 898.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4389" d="M1441.12 912.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4390" d="M1431.54 926.81c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4391" d="M1421.57 940.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4392" d="M1411.2 954.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4393" d="M1400.45 967.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4394" d="M1389.42 980.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4395" d="M1378.14 992.8c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4396" d="M1366.46 1005.27c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4397" d="M1354.53 1017.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4398" d="M1342.19 1029.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4399" d="M1329.6 1040.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4400" d="M1316.74 1051.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4401" d="M1303.62 1062.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4402" d="M1290.24 1072.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4403" d="M1276.46 1082.81c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4404" d="M497.52 1077.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4405" d="M484 1067.59c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4406" d="M470.75 1056.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4407" d="M457.76 1046.07c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4408" d="M445.04 1034.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4409" d="M432.57 1023.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4410" d="M420.37 1011.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4411" d="M408.56 999.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4412" d="M397.15 986.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4413" d="M385.86 973.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4414" d="M375.11 960.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4415" d="M364.61 947.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4416" d="M354.38 933.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4417" d="M344.54 919.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4418" d="M335.09 905.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4419" d="M326.04 891.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4420" d="M317.38 876.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4421" d="M308.98 861.99c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4422" d="M300.98 846.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4423" d="M293.5 831.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4424" d="M286.28 816.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4425" d="M279.46 800.72c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4426" d="M273.16 784.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4427" d="M267.13 769.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4428" d="M261.62 752.97c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4429" d="M256.5 736.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4430" d="M251.78 720.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4431" d="M247.45 704.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4432" d="M243.51 687.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4433" d="M240.1 670.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4434" d="M237.08 654.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4435" d="M234.46 637.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4436" d="M232.23 620.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4437" d="M230.52 603.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4438" d="M229.21 586.73c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4439" d="M228.29 569.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4440" d="M227.9 552.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4441" d="M227.9 535.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4442" d="M228.29 518.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4443" d="M229.21 501.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4444" d="M230.52 484.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4445" d="M232.23 467.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4446" d="M234.46 451.07c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4447" d="M237.08 434.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4448" d="M240.1 417.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4449" d="M243.51 400.95c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4450" d="M247.45 384.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4451" d="M251.78 367.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4452" d="M256.5 351.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4453" d="M300.98 241.54c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4454" d="M308.98 226.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4455" d="M317.38 211.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4456" d="M326.04 197.06c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4457" d="M335.09 182.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4458" d="M344.54 168.59c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4459" d="M354.38 154.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4460" d="M364.61 141.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4461" d="M375.11 127.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4462" d="M385.86 114.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4463" d="M397.15 101.94c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4464" d="M408.56 89.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4465" d="M420.37 77.15c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4466" d="M432.57 65.34c2.39 0 4.33 1.94 4.33 4.33S434.96 74 432.57 74s-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4467" d="M445.04 53.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4468" d="M457.76 42.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4469" d="M470.75 31.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4470" d="M484 20.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4471" d="M497.52 10.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4472" d="M511.42.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4473" d="M1276.46 5.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4474" d="M1290.24 15.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4475" d="M1303.62 26.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4476" d="M1316.74 36.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4477" d="M1329.6 48.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4478" d="M1342.19 59.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4479" d="M1354.53 71.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><circle id="eHoEbK48iZR4480" r="4.33" transform="translate(1366.46 87.51)" fill="#DFE9F0"/><path id="eHoEbK48iZR4481" d="M1378.14 95.65c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4482" d="M1389.42 108.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4483" d="M1400.45 121.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4484" d="M1411.2 134.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4485" d="M1421.57 147.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4486" d="M1431.54 161.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4487" d="M1441.12 175.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4488" d="M1450.43 189.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4489" d="M1459.36 204.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4490" d="M1467.88 219.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4491" d="M1476.02 233.93c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4492" d="M1483.76 249.15c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4493" d="M1491.11 264.37c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4494" d="M1498.06 279.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4495" d="M1504.62 295.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4496" d="M1510.79 311.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4497" d="M1516.56 327.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4498" d="M1539.26 409.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4499" d="M1542.41 425.88c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4500" d="M1545.29 442.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4501" d="M1547.65 459.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4502" d="M1549.62 476.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4503" d="M1551.2 493.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4504" d="M1552.25 510.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4505" d="M1552.9 527.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4506" d="M1553.03 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4507" d="M1570.09 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4508" d="M1569.83 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4509" d="M1569.3 578.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4510" d="M1568.12 595.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4511" d="M1566.68 612.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4512" d="M1564.71 629.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4513" d="M1562.48 645.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4514" d="M1559.72 662.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4515" d="M1556.44 679.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4516" d="M1552.9 696.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4517" d="M1548.97 712.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4518" d="M1544.51 728.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4519" d="M1539.65 745.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4520" d="M1534.4 761.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4521" d="M1528.76 777.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4522" d="M1522.73 793.51c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4523" d="M1516.3 809.25c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4524" d="M1509.47 824.73c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4525" d="M1502.26 840.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4526" d="M1494.65 855.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4527" d="M1486.65 870.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4528" d="M1478.38 885.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4529" d="M1469.59 899.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4530" d="M1460.54 914.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4531" d="M1451.09 928.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4532" d="M1441.25 942.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4533" d="M1431.15 955.93c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4534" d="M1420.65 969.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4535" d="M1409.89 982.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4536" d="M1398.74 995.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4537" d="M1387.33 1008.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4538" d="M1375.52 1020.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4539" d="M1363.45 1032.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4540" d="M1351.11 1043.97c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4541" d="M1338.39 1055.25c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4542" d="M1325.53 1066.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4543" d="M1312.28 1077.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4544" d="M475.34 1082.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4545" d="M461.96 1071.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4546" d="M448.97 1060.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4547" d="M436.11 1049.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4548" d="M423.65 1038.07c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4549" d="M411.45 1026.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4550" d="M399.51 1014.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><circle id="eHoEbK48iZR4551" r="4.33" transform="translate(387.83 1006.05)" fill="#DFE9F0"/><path id="eHoEbK48iZR4552" d="M376.55 989c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4553" d="M365.66 976.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4554" d="M355.03 962.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4555" d="M344.67 949.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4556" d="M334.7 935.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4557" d="M325.12 921.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4558" d="M315.8 907.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4559" d="M306.88 892.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4560" d="M298.35 877.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4561" d="M290.22 862.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4562" d="M282.48 847.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4563" d="M275 832.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4564" d="M268.04 816.99c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4565" d="M261.35 801.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4566" d="M255.19 785.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4567" d="M249.28 769.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4568" d="M243.9 753.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4569" d="M238.79 737.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4570" d="M234.19 720.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4571" d="M230 704.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4572" d="M226.19 687.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4573" d="M222.78 671.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4574" d="M219.76 654.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4575" d="M217.27 637.51c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4576" d="M215.17 620.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4577" d="M213.46 603.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4578" d="M212.15 586.73c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4579" d="M211.37 569.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4580" d="M210.84 552.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4581" d="M210.84 535.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4582" d="M211.37 518.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4583" d="M212.15 501.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4584" d="M213.46 484.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4585" d="M215.17 467.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4586" d="M217.27 450.94c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4587" d="M219.76 434.15c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4588" d="M222.78 417.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4589" d="M226.19 400.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4590" d="M230 384.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4591" d="M234.19 367.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4592" d="M238.79 351.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4593" d="M243.9 334.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4594" d="M282.48 240.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4595" d="M290.22 225.54c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4596" d="M298.35 210.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4597" d="M306.88 195.88c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4598" d="M315.8 181.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4599" d="M325.12 167.15c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4600" d="M334.7 153.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4601" d="M344.67 139.2c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4602" d="M355.03 125.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4603" d="M365.66 112.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4604" d="M376.55 99.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4605" d="M387.83 86.72c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4606" d="M399.51 74.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4607" d="M411.45 62.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4608" d="M423.65 50.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4609" d="M436.11 38.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4610" d="M448.97 27.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4611" d="M461.96 16.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4612" d="M475.34 6.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4613" d="M1298.9.92c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4614" d="M1312.28 11.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4615" d="M1325.53 22.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4616" d="M1338.39 33.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4617" d="M1351.11 44.48c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4618" d="M1363.45 56.15c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4619" d="M1375.52 68.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4620" d="M1387.33 80.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4621" d="M1398.74 93.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4622" d="M1409.89 105.88c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4623" d="M1420.65 119c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4624" d="M1431.15 132.51c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4625" d="M1441.25 146.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4626" d="M1451.09 160.07c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4627" d="M1460.54 174.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4628" d="M1469.59 188.54c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4629" d="M1478.38 203.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4630" d="M1486.65 218.06c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4631" d="M1494.65 233.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4632" d="M1502.26 248.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4633" d="M1509.47 263.72c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4634" d="M1516.3 279.2c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4635" d="M1522.73 294.94c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4636" d="M1528.76 310.95c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4637" d="M1534.4 326.95c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4638" d="M1552.9 392.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4639" d="M1556.44 409.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4640" d="M1559.72 425.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4641" d="M1562.48 442.54c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4642" d="M1564.71 459.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4643" d="M1566.68 476.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4644" d="M1568.12 493.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4645" d="M1569.3 510.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4646" d="M1569.83 527.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4647" d="M1570.09 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4648" d="M1587.01 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4649" d="M1586.88 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4650" d="M1586.23 578.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4651" d="M1585.18 595.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4652" d="M1583.73 612.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4653" d="M1581.9 629.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4654" d="M1579.54 646.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4655" d="M1576.91 662.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4656" d="M1573.76 679.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4657" d="M1570.22 696.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4658" d="M1566.42 712.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4659" d="M1562.09 729.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4660" d="M1557.36 745.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4661" d="M1552.25 761.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4662" d="M1546.74 778.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4663" d="M1540.7 794.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4664" d="M1534.4 809.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4665" d="M1527.71 825.52c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4666" d="M1520.76 841c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4667" d="M1513.28 856.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4668" d="M1505.41 871.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4669" d="M1497.27 886.4c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4670" d="M1488.74 901.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4671" d="M1479.82 915.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4672" d="M1470.51 929.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4673" d="M1460.93 944c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4674" d="M1450.96 957.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4675" d="M1440.72 971.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4676" d="M1430.1 984.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4677" d="M1419.21 997.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4678" d="M1407.92 1010.51c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4679" d="M1396.38 1023.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4680" d="M1384.57 1035.31c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4681" d="M1372.37 1047.25c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4682" d="M1359.9 1058.8c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4683" d="M1347.18 1070.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4684" d="M1334.19 1081.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4685" d="M453.3 1086.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4686" d="M440.18 1075.72c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4687" d="M427.32 1064.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4688" d="M414.73 1053.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4689" d="M402.4 1041.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4690" d="M390.46 1029.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4691" d="M378.65 1016.81c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4692" d="M367.36 1004.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4693" d="M356.21 991.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4694" d="M345.45 978.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4695" d="M334.96 964.59c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4696" d="M324.86 950.95c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4697" d="M315.15 937.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4698" d="M305.7 922.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4699" d="M296.65 908.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4700" d="M287.86 893.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4701" d="M279.59 878.92c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4702" d="M271.59 863.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4703" d="M263.85 848.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4704" d="M256.63 833.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4705" d="M249.81 817.65c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4706" d="M243.25 801.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4707" d="M237.21 786.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4708" d="M231.44 770.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4709" d="M226.19 753.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4710" d="M221.21 737.48c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4711" d="M216.61 721.08c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4712" d="M212.55 704.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4713" d="M208.87 687.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4714" d="M205.59 671.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4715" d="M202.58 654.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4716" d="M200.08 637.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4717" d="M198.11 620.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4718" d="M196.41 603.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4719" d="M195.1 586.73c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4720" d="M194.31 569.81c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4721" d="M193.92 552.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4722" d="M193.92 535.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4723" d="M194.31 518.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4724" d="M195.1 501.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4725" d="M196.41 484.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4726" d="M198.11 467.73c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4727" d="M200.08 450.81c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4728" d="M202.58 434.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4729" d="M205.59 417.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4730" d="M208.87 400.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4731" d="M212.55 383.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4732" d="M216.61 367.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4733" d="M221.21 350.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4734" d="M226.19 334.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4735" d="M231.44 318.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4736" d="M271.59 224.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4737" d="M279.59 209.53c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4738" d="M287.86 194.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4739" d="M296.65 180.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4740" d="M305.7 165.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4741" d="M315.15 151.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4742" d="M324.86 137.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4743" d="M334.96 123.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4744" d="M345.45 110.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4745" d="M356.21 97.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4746" d="M367.36 84.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4747" d="M378.65 71.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4748" d="M390.46 59.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4749" d="M402.4 47.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4750" d="M414.73 35.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4751" d="M427.32 23.88c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4752" d="M440.18 12.73c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4753" d="M453.3 1.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4754" d="M1334.19 7.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4755" d="M1347.18 18.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4756" d="M1359.9 29.65c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4757" d="M1372.37 41.2c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4758" d="M1384.57 53.14c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4759" d="M1396.38 65.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4760" d="M1407.92 77.93c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4761" d="M1419.21 90.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4762" d="M1430.1 103.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4763" d="M1440.72 117.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4764" d="M1450.96 130.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4765" d="M1460.93 144.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4766" d="M1470.51 158.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4767" d="M1479.82 172.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4768" d="M1488.74 187.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4769" d="M1497.27 202.05c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4770" d="M1505.41 217.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4771" d="M1513.28 232.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4772" d="M1520.76 247.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4773" d="M1527.71 262.93c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4774" d="M1534.4 278.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4775" d="M1540.7 294.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4776" d="M1546.74 310.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4777" d="M1552.25 326.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4778" d="M1570.22 392.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4779" d="M1573.76 408.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4780" d="M1576.91 425.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4781" d="M1579.54 442.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4782" d="M1581.9 459.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4783" d="M1583.73 476.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4784" d="M1585.18 493.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4785" d="M1586.23 510.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4786" d="M1586.88 527.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4787" d="M1587.01 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4788" d="M1604.07 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4789" d="M1603.81 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4790" d="M1603.28 578.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4791" d="M1602.23 595.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4792" d="M1600.79 612.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4793" d="M1598.95 629.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4794" d="M1596.72 646.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4795" d="M1594.1 662.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4796" d="M1591.08 679.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4797" d="M1587.67 696.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4798" d="M1583.87 713.08c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4799" d="M1579.54 729.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4800" d="M1574.94 746.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4801" d="M1569.96 762.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4802" d="M1564.58 778.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4803" d="M1558.67 794.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4804" d="M1552.51 810.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4805" d="M1546.08 826.18c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4806" d="M1539.13 841.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4807" d="M1531.78 857.14c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4808" d="M1524.17 872.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4809" d="M1480.48 945.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4810" d="M1470.77 959.48c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4811" d="M1460.67 973.25c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4812" d="M1450.3 986.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4813" d="M1439.54 1000.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4814" d="M1428.52 1013.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4815" d="M1417.11 1025.73c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4816" d="M1405.56 1038.2c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4817" d="M1393.49 1050.27c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4818" d="M1381.29 1062.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4819" d="M1368.83 1073.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4820" d="M1355.97 1085.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4821" d="M418.53 1079.4c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4822" d="M405.81 1067.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4823" d="M393.47 1056.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4824" d="M381.4 1044.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4825" d="M369.59 1032.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4826" d="M358.05 1019.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4827" d="M346.9 1006.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4828" d="M336.01 993.46c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4829" d="M325.38 980.08c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4830" d="M315.15 966.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4831" d="M305.17 952.52c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4832" d="M295.6 938.48c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4833" d="M286.41 924.18c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4834" d="M277.49 909.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4835" d="M268.96 894.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4836" d="M260.7 879.97c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4837" d="M252.96 864.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4838" d="M245.48 849.4c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4839" d="M238.26 833.92c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4840" d="M231.57 818.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4841" d="M225.27 802.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4842" d="M219.24 786.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4843" d="M213.6 770.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4844" d="M208.48 754.15c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4845" d="M203.62 737.88c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4846" d="M199.16 721.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4847" d="M195.1 704.81c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4848" d="M191.55 688.15c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4849" d="M188.27 671.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4850" d="M185.39 654.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4851" d="M183.03 637.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4852" d="M180.93 620.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4853" d="M179.35 603.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4854" d="M178.17 586.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4855" d="M177.25 569.81c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4856" d="M176.86 552.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4857" d="M176.86 535.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4858" d="M177.25 518.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4859" d="M178.17 501.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4860" d="M179.35 484.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4861" d="M180.93 467.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4862" d="M183.03 450.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4863" d="M185.39 433.88c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4864" d="M188.27 417.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4865" d="M191.55 400.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4866" d="M195.1 383.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4867" d="M199.16 367.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4868" d="M203.62 350.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4869" d="M208.48 334.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4870" d="M213.6 318.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4871" d="M245.48 239.05c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4872" d="M252.96 223.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4873" d="M260.7 208.48c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4874" d="M268.96 193.65c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4875" d="M277.49 178.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4876" d="M286.41 164.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4877" d="M295.6 149.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4878" d="M305.17 135.92c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4879" d="M315.15 122.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4880" d="M325.38 108.37c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4881" d="M336.01 94.99c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4882" d="M346.9 81.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4883" d="M358.05 69.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4884" d="M369.59 56.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4885" d="M381.4 44.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4886" d="M393.47 32.14c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4887" d="M405.81 20.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4888" d="M418.53 9.05c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4889" d="M1355.97 3.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4890" d="M1368.83 14.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4891" d="M1381.29 26.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4892" d="M1393.49 38.18c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4893" d="M1405.56 50.25c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4894" d="M1417.11 62.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4895" d="M1428.52 75.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4896" d="M1439.54 88.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4897" d="M1450.3 101.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4898" d="M1460.67 115.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4899" d="M1470.77 128.97c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4900" d="M1480.48 142.88c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4901" d="M1489.93 157.18c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4902" d="M1498.98 171.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4903" d="M1507.77 186.18c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4904" d="M1516.17 201c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4905" d="M1524.17 216.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4906" d="M1531.78 231.31c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4907" d="M1539.13 246.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4908" d="M1546.08 262.27c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4909" d="M1552.51 278.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4910" d="M1558.67 293.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4911" d="M1564.58 310.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4912" d="M1569.96 326.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4913" d="M1574.94 342.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4914" d="M1587.67 392.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4915" d="M1591.08 408.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4916" d="M1594.1 425.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4917" d="M1596.72 442.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4918" d="M1598.95 459.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4919" d="M1600.79 476.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4920" d="M1602.23 493.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4921" d="M1603.28 510.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4922" d="M1603.81 527.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4923" d="M1604.07 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4924" d="M1621 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4925" d="M1620.86 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4926" d="M1620.21 578.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4927" d="M1619.29 595.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4928" d="M1617.85 612.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4929" d="M1616.14 628.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4930" d="M1613.91 645.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4931" d="M1611.42 662.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4932" d="M1608.4 679.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4933" d="M1605.12 696.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4934" d="M1601.32 712.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4935" d="M1597.25 729.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4936" d="M1592.79 745.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4937" d="M1587.93 761.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4938" d="M1582.68 778.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4939" d="M1577.04 794.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4940" d="M1571.01 810.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4941" d="M1564.58 825.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4942" d="M1557.89 841.4c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4943" d="M1550.8 856.88c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4944" d="M1543.32 872.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4945" d="M1527.45 902.14c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4946" d="M1518.92 916.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4947" d="M1510 931.4c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4948" d="M1500.81 945.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4949" d="M1491.37 959.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4950" d="M1481.53 973.65c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4951" d="M1471.43 987.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4952" d="M1460.93 1000.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4953" d="M1450.17 1013.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4954" d="M1439.02 1026.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4955" d="M1427.74 1039.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4956" d="M1416.06 1051.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4957" d="M1404.12 1063.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4958" d="M1391.79 1075.59c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4959" d="M1379.32 1087.14c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4960" d="M401.61 1087.14c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4961" d="M389.14 1075.59c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4962" d="M376.81 1063.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4963" d="M364.87 1051.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4964" d="M353.19 1039.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4965" d="M341.91 1026.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4966" d="M330.76 1013.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4967" d="M320 1000.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4968" d="M309.5 987.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4969" d="M299.4 973.65c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4970" d="M289.56 959.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4971" d="M280.12 945.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4972" d="M270.93 931.4c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4973" d="M262.01 916.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4974" d="M253.48 902.14c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4975" d="M245.35 887.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4976" d="M237.61 872.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4977" d="M230.13 856.88c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4978" d="M223.04 841.4c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4979" d="M216.35 825.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4980" d="M209.92 810.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4981" d="M203.89 794.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4982" d="M198.25 778.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4983" d="M193 761.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4984" d="M188.14 745.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4985" d="M183.68 729.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4986" d="M179.62 712.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4987" d="M175.81 696.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4988" d="M172.53 679.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4989" d="M169.51 662.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4990" d="M167.02 645.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4991" d="M164.79 628.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4992" d="M163.08 612.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4993" d="M161.64 595.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4994" d="M160.72 578.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4995" d="M160.07 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4996" d="M159.8 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4997" d="M160.07 527.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4998" d="M160.72 510.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR4999" d="M161.64 493.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5000" d="M163.08 476.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5001" d="M164.79 459.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5002" d="M167.02 442.54c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5003" d="M169.51 425.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5004" d="M172.53 408.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5005" d="M175.81 392.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5006" d="M179.62 375.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5007" d="M183.68 359.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5008" d="M188.14 342.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5009" d="M230.13 231.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5010" d="M237.61 216.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5011" d="M245.35 201.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5012" d="M253.48 186.31c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5013" d="M262.01 171.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5014" d="M270.93 157.05c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5015" d="M280.12 142.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5016" d="M289.56 128.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5017" d="M299.4 114.8c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5018" d="M309.5 101.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5019" d="M320 87.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5020" d="M330.76 74.65c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5021" d="M341.91 61.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5022" d="M353.19 49.07c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5023" d="M364.87 36.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5024" d="M376.81 24.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5025" d="M389.14 12.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5026" d="M401.61 1.31c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5027" d="M1379.32 1.31c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5028" d="M1391.79 12.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5029" d="M1404.12 24.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5030" d="M1416.06 36.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5031" d="M1427.74 49.07c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5032" d="M1439.02 61.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5033" d="M1450.17 74.65c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5034" d="M1460.93 87.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5035" d="M1471.43 101.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5036" d="M1481.53 114.8c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5037" d="M1491.37 128.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5038" d="M1500.81 142.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5039" d="M1510 157.05c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5040" d="M1518.92 171.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5041" d="M1527.45 186.31c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5042" d="M1535.58 201.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5043" d="M1543.32 216.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5044" d="M1550.8 231.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5045" d="M1557.89 247.05c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5046" d="M1564.58 262.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5047" d="M1571.01 278.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5048" d="M1577.04 294.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5049" d="M1582.68 310.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5050" d="M1587.93 326.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5051" d="M1592.79 342.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5052" d="M1601.32 375.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5053" d="M1605.12 392.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5054" d="M1608.4 408.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5055" d="M1611.42 425.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5056" d="M1613.91 442.54c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5057" d="M1616.14 459.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5058" d="M1617.85 476.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5059" d="M1619.29 493.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5060" d="M1620.21 510.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5061" d="M1620.86 527.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5062" d="M1621 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5063" d="M1638.05 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5064" d="M1637.92 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5065" d="M1637.26 578.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5066" d="M1636.35 595.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5067" d="M1634.9 612.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5068" d="M1633.2 629.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5069" d="M1631.1 646.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5070" d="M1628.61 662.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5071" d="M1625.72 679.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5072" d="M1622.44 696.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5073" d="M1618.77 712.95c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5074" d="M1614.7 729.48c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5075" d="M1610.37 745.88c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5076" d="M1605.51 762.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5077" d="M1600.4 778.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5078" d="M1594.89 794.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5079" d="M1588.98 810.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5080" d="M1582.82 826.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5081" d="M1576.12 842.05c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5082" d="M1569.17 857.53c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5083" d="M1561.95 873.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5084" d="M1554.21 888.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5085" d="M1546.21 903.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5086" d="M1537.94 918.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5087" d="M1529.15 932.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5088" d="M1520.23 947.14c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5089" d="M1510.92 961.31c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5090" d="M1501.21 975.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5091" d="M1491.24 989.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5092" d="M1481 1002.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5093" d="M1470.38 1016.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5094" d="M1459.49 1029.15c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5095" d="M1448.33 1041.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5096" d="M1436.79 1054.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5097" d="M1425.11 1066.8c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5098" d="M1413.04 1078.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5099" d="M367.89 1078.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5100" d="M355.82 1066.8c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5101" d="M344.14 1054.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5102" d="M332.6 1041.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5103" d="M321.44 1029.15c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5104" d="M310.55 1016.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5105" d="M299.93 1002.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5106" d="M289.69 989.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5107" d="M279.72 975.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5108" d="M270.01 961.31c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5109" d="M260.7 947.14c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5110" d="M251.78 932.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5111" d="M242.99 918.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5112" d="M234.72 903.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5113" d="M226.72 888.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5114" d="M218.98 873.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5115" d="M211.76 857.53c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5116" d="M204.81 842.05c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5117" d="M198.11 826.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5118" d="M191.95 810.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5119" d="M186.04 794.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5120" d="M180.53 778.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5121" d="M175.42 762.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5122" d="M170.56 745.88c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5123" d="M166.23 729.48c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5124" d="M162.17 712.95c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5125" d="M158.49 696.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5126" d="M155.21 679.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5127" d="M152.33 662.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5128" d="M149.83 646.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5129" d="M147.73 629.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5130" d="M146.03 612.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5131" d="M144.58 595.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5132" d="M143.67 578.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5133" d="M143.01 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5134" d="M142.88 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5135" d="M143.01 527.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5136" d="M143.67 510.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5137" d="M144.58 493.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5138" d="M146.03 476.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5139" d="M147.73 459.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5140" d="M149.83 442.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5141" d="M152.33 425.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5142" d="M155.21 408.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5143" d="M158.49 392.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5144" d="M162.17 375.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5145" d="M166.23 358.97c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5146" d="M175.42 326.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5147" d="M211.76 230.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5148" d="M218.98 215.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5149" d="M226.72 200.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5150" d="M234.72 185.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5151" d="M242.99 170.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5152" d="M251.78 155.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5153" d="M260.7 141.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5154" d="M270.01 127.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5155" d="M279.72 113.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5156" d="M289.69 99.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5157" d="M299.93 85.81c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5158" d="M310.55 72.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5159" d="M321.44 59.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5160" d="M332.6 46.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5161" d="M344.14 33.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5162" d="M355.82 21.65c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5163" d="M367.89 9.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5164" d="M1413.04 9.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5165" d="M1425.11 21.65c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5166" d="M1436.79 33.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5167" d="M1448.33 46.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5168" d="M1459.49 59.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5169" d="M1470.38 72.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5170" d="M1481 85.81c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5171" d="M1491.24 99.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5172" d="M1501.21 113.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5173" d="M1510.92 127.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5174" d="M1520.23 141.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5175" d="M1529.15 155.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5176" d="M1537.94 170.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5177" d="M1546.21 185.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5178" d="M1554.21 200.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5179" d="M1561.95 215.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5180" d="M1569.17 230.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5181" d="M1576.12 246.4c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5182" d="M1582.82 262.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5183" d="M1588.98 277.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5184" d="M1594.89 293.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5185" d="M1600.4 310.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5186" d="M1605.51 326.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5187" d="M1610.37 342.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5188" d="M1614.7 358.97c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5189" d="M1618.77 375.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5190" d="M1622.44 392.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5191" d="M1625.72 408.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5192" d="M1628.61 425.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5193" d="M1631.1 442.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5194" d="M1633.2 459.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5195" d="M1634.9 476.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5196" d="M1636.35 493.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5197" d="M1637.26 510.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5198" d="M1637.92 527.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5199" d="M1638.05 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5200" d="M1655.11 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5201" d="M1654.85 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5202" d="M1654.32 578.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5203" d="M1653.27 595.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5204" d="M1651.96 612.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5205" d="M1650.25 629.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5206" d="M1648.29 646.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5207" d="M1645.79 662.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5208" d="M1642.91 679.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5209" d="M1639.76 696.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5210" d="M1636.08 713.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5211" d="M1632.15 729.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5212" d="M1627.82 746.27c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5213" d="M1623.23 762.54c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5214" d="M1618.11 778.81c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5215" d="M1612.73 795.08c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5216" d="M1606.96 811.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5217" d="M1600.79 826.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5218" d="M1594.36 842.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5219" d="M1587.54 858.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5220" d="M1580.32 873.8c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5221" d="M1572.84 889.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5222" d="M1564.97 904.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5223" d="M1556.84 919.07c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5224" d="M1548.31 933.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5225" d="M1539.52 948.46c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5226" d="M1530.34 962.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5227" d="M1520.76 976.93c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5228" d="M1511.05 990.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5229" d="M1500.95 1004.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5230" d="M1490.45 1018.12c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5231" d="M1479.82 1031.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5232" d="M1468.8 1044.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5233" d="M1457.52 1057.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5234" d="M1445.97 1069.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5235" d="M1434.16 1081.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5236" d="M346.77 1081.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5237" d="M334.96 1069.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5238" d="M323.41 1057.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5239" d="M312.13 1044.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5240" d="M301.11 1031.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5241" d="M290.48 1018.12c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5242" d="M279.98 1004.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5243" d="M269.88 990.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5244" d="M260.17 976.93c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5245" d="M250.6 962.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5246" d="M241.41 948.46c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5247" d="M232.62 933.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5248" d="M224.09 919.07c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5249" d="M215.96 904.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5250" d="M208.09 889.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5251" d="M200.61 873.8c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5252" d="M193.39 858.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5253" d="M186.57 842.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5254" d="M180.14 826.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5255" d="M173.97 811.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5256" d="M168.2 795.08c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5257" d="M162.82 778.81c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5258" d="M157.7 762.54c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5259" d="M153.11 746.27c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5260" d="M148.78 729.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5261" d="M144.85 713.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5262" d="M141.17 696.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5263" d="M138.02 679.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5264" d="M135.14 662.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5265" d="M132.64 646.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5266" d="M130.68 629.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5267" d="M128.97 612.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5268" d="M127.66 595.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5269" d="M126.61 578.34c2.39 0 4.33 1.94 4.33 4.33S129 587 126.61 587s-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5270" d="M126.08 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5271" d="M125.95 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5272" d="M126.08 527.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5273" d="M126.61 510.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5274" d="M127.66 493.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5275" d="M128.97 476.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5276" d="M130.68 459.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5277" d="M132.64 442.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5278" d="M135.14 425.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5279" d="M138.02 408.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5280" d="M141.17 391.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5281" d="M144.85 375.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5282" d="M148.78 358.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5283" d="M153.11 342.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5284" d="M200.61 214.65c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5285" d="M208.09 199.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5286" d="M215.96 184.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5287" d="M224.09 169.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5288" d="M232.62 154.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5289" d="M241.41 139.99c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5290" d="M250.6 125.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5291" d="M260.17 111.52c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5292" d="M269.88 97.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5293" d="M279.98 83.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5294" d="M290.48 70.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5295" d="M301.11 57.07c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5296" d="M312.13 44.08c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5297" d="M323.41 31.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5298" d="M334.96 18.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5299" d="M346.77 6.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5300" d="M1434.16 6.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5301" d="M1445.97 18.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5302" d="M1457.52 31.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5303" d="M1468.8 44.08c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5304" d="M1479.82 57.07c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5305" d="M1490.45 70.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5306" d="M1500.95 83.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5307" d="M1511.05 97.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5308" d="M1520.76 111.52c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5309" d="M1530.34 125.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5310" d="M1539.52 139.99c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5311" d="M1548.31 154.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5312" d="M1556.84 169.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5313" d="M1564.97 184.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5314" d="M1572.84 199.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5315" d="M1580.32 214.65c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5316" d="M1587.54 230.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5317" d="M1594.36 245.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5318" d="M1600.79 261.48c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5319" d="M1606.96 277.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5320" d="M1612.73 293.37c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5321" d="M1618.11 309.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5322" d="M1623.23 325.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5323" d="M1627.82 342.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5324" d="M1632.15 358.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5325" d="M1636.08 375.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5326" d="M1639.76 391.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5327" d="M1642.91 408.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5328" d="M1645.79 425.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5329" d="M1648.29 442.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5330" d="M1650.25 459.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5331" d="M1651.96 476.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5332" d="M1653.27 493.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5333" d="M1654.32 510.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5334" d="M1654.85 527.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5335" d="M1655.11 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5336" d="M1672.03 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5337" d="M1671.9 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5338" d="M1671.25 578.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5339" d="M1670.33 595.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><circle id="eHoEbK48iZR5340" r="4.33" transform="translate(1669.02 616.39)" fill="#DFE9F0"/><path id="eHoEbK48iZR5341" d="M1667.44 628.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5342" d="M1665.34 645.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5343" d="M1662.98 662.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5344" d="M1660.22 679.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5345" d="M1657.08 696.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5346" d="M1653.66 712.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5347" d="M1649.73 729.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5348" d="M1645.53 745.88c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5349" d="M1641.07 762.15c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5350" d="M1636.08 778.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5351" d="M1630.84 794.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5352" d="M1625.19 810.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5353" d="M1619.29 826.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5354" d="M1612.99 842.31c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5355" d="M1606.3 857.93c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5356" d="M1599.35 873.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5357" d="M1592 888.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5358" d="M1584.26 903.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5359" d="M1576.39 918.94c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5360" d="M1567.99 933.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5361" d="M1559.46 948.46c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5362" d="M1550.41 962.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5363" d="M1541.22 977.06c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5364" d="M1531.65 991.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5365" d="M1521.81 1005c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5366" d="M1511.57 1018.65c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5367" d="M1501.08 1032.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5368" d="M1490.45 1045.15c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5369" d="M1479.3 1058.14c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5370" d="M1468.01 1070.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5371" d="M1456.47 1083.2c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5372" d="M318.69 1077.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5373" d="M307.14 1064.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5374" d="M295.99 1051.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5375" d="M285.1 1038.59c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5376" d="M274.47 1025.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5377" d="M264.24 1011.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5378" d="M254.14 998.05c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5379" d="M244.43 984.14c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5380" d="M235.11 969.97c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5381" d="M225.93 955.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5382" d="M217.14 941.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5383" d="M208.74 926.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5384" d="M200.61 911.46c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5385" d="M192.74 896.37c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5386" d="M185.26 881.15c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5387" d="M178.04 865.8c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5388" d="M171.22 850.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5389" d="M164.79 834.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5390" d="M158.62 818.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5391" d="M152.85 802.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5392" d="M147.47 786.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5393" d="M142.35 770.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5394" d="M137.63 754.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5395" d="M133.17 737.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5396" d="M129.23 721.08c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5397" d="M125.56 704.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5398" d="M122.15 687.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5399" d="M119.26 671.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5400" d="M116.64 654.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5401" d="M114.54 637.51c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5402" d="M112.57 620.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5403" d="M111.13 603.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5404" d="M110.08 586.73c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5405" d="M109.29 569.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5406" d="M108.9 552.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5407" d="M108.9 535.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5408" d="M109.29 518.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5409" d="M110.08 501.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5410" d="M111.13 484.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5411" d="M112.57 467.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5412" d="M114.54 450.94c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5413" d="M116.64 434.15c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5414" d="M119.26 417.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5415" d="M122.15 400.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5416" d="M125.56 383.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5417" d="M129.23 367.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5418" d="M133.17 350.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5419" d="M137.63 334.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5420" d="M142.35 318.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5421" d="M178.04 222.65c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5422" d="M185.26 207.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5423" d="M192.74 192.08c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5424" d="M200.61 176.99c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5425" d="M208.74 162.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5426" d="M217.14 147.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5427" d="M225.93 132.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5428" d="M235.11 118.48c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5429" d="M244.43 104.31c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5430" d="M254.14 90.4c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5431" d="M264.24 76.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5432" d="M274.47 63.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5433" d="M285.1 49.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5434" d="M295.99 36.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5435" d="M307.14 24.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5436" d="M318.69 11.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5437" d="M1456.47 5.25c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5438" d="M1468.01 17.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5439" d="M1479.3 30.31c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5440" d="M1490.45 43.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5441" d="M1501.08 56.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5442" d="M1511.57 69.8c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5443" d="M1521.81 83.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5444" d="M1531.65 97.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5445" d="M1541.22 111.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5446" d="M1550.41 125.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5447" d="M1559.46 139.99c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5448" d="M1567.99 154.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5449" d="M1576.39 169.51c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5450" d="M1584.26 184.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5451" d="M1592 199.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5452" d="M1599.35 215.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5453" d="M1606.3 230.52c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5454" d="M1612.99 246.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5455" d="M1619.29 261.88c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5456" d="M1625.19 277.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5457" d="M1630.84 293.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5458" d="M1636.08 310.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5459" d="M1641.07 326.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5460" d="M1645.53 342.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5461" d="M1649.73 359.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5462" d="M1653.66 375.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5463" d="M1657.08 392.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5464" d="M1660.22 408.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5465" d="M1662.98 425.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5466" d="M1665.34 442.54c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5467" d="M1667.44 459.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5468" d="M1669.02 476.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5469" d="M1670.33 493.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5470" d="M1671.25 510.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5471" d="M1671.9 527.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5472" d="M1672.03 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5473" d="M1689.09 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5474" d="M1688.83 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5475" d="M1688.3 578.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5476" d="M1687.38 595.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5477" d="M1686.07 612.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5478" d="M1684.5 629.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5479" d="M1682.53 646.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5480" d="M1680.17 662.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5481" d="M1677.41 679.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5482" d="M1674.39 696.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5483" d="M1670.98 713.08c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5484" d="M1667.18 729.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5485" d="M1663.11 746.14c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5486" d="M1658.65 762.54c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5487" d="M1653.8 778.81c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5488" d="M1648.68 795.08c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5489" d="M1643.04 811.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5490" d="M1637.26 827.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5491" d="M1631.1 842.97c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5492" d="M1624.54 858.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5493" d="M1617.72 874.2c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5494" d="M1610.5 889.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5495" d="M1602.89 904.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5496" d="M1595.15 919.99c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5497" d="M1586.88 934.94c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5498" d="M1578.49 949.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5499" d="M1569.7 964.2c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5500" d="M1560.64 978.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5501" d="M1551.2 992.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5502" d="M1541.49 1006.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5503" d="M1531.52 1020.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5504" d="M1521.15 1034c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5505" d="M1510.66 1047.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5506" d="M1499.77 1060.37c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5507" d="M1488.61 1073.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5508" d="M1477.2 1085.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5509" d="M297.96 1079.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5510" d="M286.68 1066.93c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5511" d="M275.65 1053.94c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5512" d="M265.03 1040.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5513" d="M254.53 1027.31c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5514" d="M244.43 1013.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5515" d="M234.59 999.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5516" d="M225.01 985.72c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5517" d="M215.83 971.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5518" d="M206.77 956.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5519" d="M198.25 942.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5520" d="M189.85 927.46c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5521" d="M181.85 912.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5522" d="M174.24 897.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5523" d="M166.89 881.94c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5524" d="M159.8 866.46c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5525" d="M153.11 850.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5526" d="M146.68 834.97c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5527" d="M140.78 819.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5528" d="M135.01 803.08c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5529" d="M129.63 786.95c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5530" d="M124.64 770.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5531" d="M120.05 754.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5532" d="M115.72 737.88c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5533" d="M111.78 721.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5534" d="M108.24 704.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5535" d="M104.96 688.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5536" d="M102.07 671.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5537" d="M99.58 654.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5538" d="M97.35 637.51c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5539" d="M95.51 620.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5540" d="M94.07 603.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5541" d="M93.02 586.73c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5542" d="M92.37 569.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5543" d="M91.97 552.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5544" d="M91.97 535.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5545" d="M92.37 518.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5546" d="M93.02 501.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5547" d="M94.07 484.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5548" d="M95.51 467.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5549" d="M97.35 450.94c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5550" d="M99.58 434.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5551" d="M102.07 417.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5552" d="M104.96 400.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5553" d="M108.24 383.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5554" d="M111.78 367.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5555" d="M115.72 350.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5556" d="M120.05 334.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5557" d="M124.64 317.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5558" d="M129.63 301.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5559" d="M135.01 285.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5560" d="M140.78 269.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5561" d="M146.68 253.48c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5562" d="M153.11 237.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5563" d="M159.8 221.99c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5564" d="M166.89 206.51c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5565" d="M174.24 191.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5566" d="M181.85 176.07c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5567" d="M189.85 160.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5568" d="M198.25 146.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5569" d="M206.77 131.46c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5570" d="M215.83 117.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5571" d="M225.01 102.73c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5572" d="M234.59 88.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5573" d="M244.43 74.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5574" d="M254.53 61.14c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5575" d="M265.03 47.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5576" d="M275.65 34.51c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5577" d="M286.68 21.52c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5578" d="M297.96 8.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5579" d="M1477.2 2.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5580" d="M1488.61 15.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5581" d="M1499.77 28.08c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5582" d="M1510.66 41.07c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5583" d="M1521.15 54.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5584" d="M1531.52 67.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5585" d="M1541.49 81.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5586" d="M1551.2 95.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5587" d="M1560.64 109.95c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5588" d="M1569.7 124.25c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5589" d="M1578.49 138.81c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5590" d="M1586.88 153.51c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5591" d="M1595.15 168.46c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5592" d="M1602.89 183.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5593" d="M1610.5 198.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5594" d="M1617.72 214.25c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5595" d="M1624.54 229.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5596" d="M1631.1 245.48c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5597" d="M1637.26 261.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5598" d="M1643.04 277.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5599" d="M1648.68 293.37c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5600" d="M1653.8 309.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5601" d="M1658.65 325.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5602" d="M1663.11 342.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5603" d="M1667.18 358.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5604" d="M1670.98 375.37c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5605" d="M1674.39 392.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5606" d="M1677.41 408.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5607" d="M1680.17 425.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5608" d="M1682.53 442.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5609" d="M1684.5 459.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5610" d="M1686.07 476.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5611" d="M1687.38 493.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5612" d="M1688.3 510.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5613" d="M1688.83 527.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5614" d="M1689.09 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5615" d="M1706.01 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5616" d="M1705.88 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5617" d="M1705.36 578.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5618" d="M1704.44 595.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5619" d="M1703.13 612.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5620" d="M1701.55 629.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5621" d="M1699.59 646.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5622" d="M1697.35 662.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5623" d="M1694.73 679.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5624" d="M1691.71 696.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5625" d="M1688.3 713.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5626" d="M1684.63 729.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5627" d="M1680.56 746.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5628" d="M1676.23 762.81c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5629" d="M1671.38 779.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5630" d="M1666.39 795.48c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5631" d="M1661.01 811.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5632" d="M1655.24 827.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5633" d="M1649.07 843.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5634" d="M1642.64 859.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5635" d="M1635.95 874.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5636" d="M1628.87 890.33c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5637" d="M1621.52 905.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5638" d="M1613.78 920.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5639" d="M1605.78 935.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5640" d="M1597.51 950.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5641" d="M1588.85 965.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5642" d="M1579.93 979.94c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5643" d="M1570.61 994.25c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5644" d="M1561.04 1008.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5645" d="M1551.2 1022.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5646" d="M1541.09 1035.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5647" d="M1530.73 1049.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5648" d="M1520.1 1062.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5649" d="M1509.08 1075.72c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5650" d="M277.36 1082.15c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5651" d="M266.34 1069.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5652" d="M255.45 1056.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5653" d="M244.95 1042.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5654" d="M234.72 1029.15c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5655" d="M224.75 1015.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5656" d="M215.04 1001.33c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5657" d="M205.59 987.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5658" d="M196.54 972.73c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5659" d="M187.75 958.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5660" d="M179.22 943.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5661" d="M171.09 928.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5662" d="M163.21 913.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5663" d="M155.74 898.07c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5664" d="M148.52 882.72c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5665" d="M141.57 867.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5666" d="M135.01 851.37c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5667" d="M128.71 835.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5668" d="M122.8 819.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5669" d="M117.29 803.48c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5670" d="M112.05 787.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5671" d="M107.06 771.07c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5672" d="M102.47 754.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5673" d="M98.27 738.14c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5674" d="M94.47 721.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5675" d="M90.92 704.95c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5676" d="M87.77 688.15c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5677" d="M84.89 671.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5678" d="M82.39 654.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5679" d="M80.3 637.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5680" d="M78.46 620.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5681" d="M77.15 603.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5682" d="M75.97 586.73c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5683" d="M75.31 569.81c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5684" d="M74.92 552.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5685" d="M74.92 535.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5686" d="M75.31 518.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5687" d="M75.97 501.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5688" d="M77.15 484.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5689" d="M78.46 467.73c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5690" d="M80.3 450.81c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5691" d="M82.39 433.88c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5692" d="M84.89 417.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5693" d="M87.77 400.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5694" d="M90.92 383.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5695" d="M94.47 366.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5696" d="M98.27 350.31c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5697" d="M102.47 333.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5698" d="M107.06 317.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5699" d="M112.05 301.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5700" d="M117.29 284.97c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5701" d="M122.8 268.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5702" d="M128.71 252.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5703" d="M135.01 237.08c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5704" d="M141.57 221.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5705" d="M148.52 205.72c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5706" d="M155.74 190.37c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5707" d="M163.21 175.15c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5708" d="M171.09 160.07c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5709" d="M179.22 145.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5710" d="M187.75 130.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5711" d="M196.54 115.72c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5712" d="M205.59 101.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5713" d="M215.04 87.12c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5714" d="M224.75 73.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5715" d="M234.72 59.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5716" d="M244.95 45.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5717" d="M255.45 32.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5718" d="M266.34 19.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5719" d="M277.36 6.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5720" d="M1497.93 0c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5721" d="M1509.08 12.73c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5722" d="M1520.1 25.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5723" d="M1530.73 39.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5724" d="M1541.09 52.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5725" d="M1551.2 66.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5726" d="M1561.04 80.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5727" d="M1570.61 94.2c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5728" d="M1579.93 108.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5729" d="M1588.85 123.07c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5730" d="M1597.51 137.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5731" d="M1605.78 152.59c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5732" d="M1613.78 167.54c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5733" d="M1621.52 182.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5734" d="M1628.87 198.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5735" d="M1635.95 213.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5736" d="M1642.64 229.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5737" d="M1649.07 244.95c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5738" d="M1655.24 260.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5739" d="M1661.01 276.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5740" d="M1666.39 292.97c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5741" d="M1671.38 309.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5742" d="M1676.23 325.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5743" d="M1680.56 342.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5744" d="M1684.63 358.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5745" d="M1688.3 375.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5746" d="M1691.71 391.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5747" d="M1694.73 408.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5748" d="M1697.35 425.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5749" d="M1699.59 442.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5750" d="M1701.55 459.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5751" d="M1703.13 476.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5752" d="M1704.44 493.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5753" d="M1705.36 510.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5754" d="M1705.88 527.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5755" d="M1706.01 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5756" d="M1722.94 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5757" d="M1722.81 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5758" d="M1722.28 578.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5759" d="M1721.5 595.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5760" d="M1720.18 612.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5761" d="M1718.61 629.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5762" d="M1716.77 646.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5763" d="M1714.41 663.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5764" d="M1711.92 679.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5765" d="M1708.9 696.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5766" d="M1705.62 713.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5767" d="M1701.95 730.14c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5768" d="M1698.01 746.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5769" d="M1693.68 763.07c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5770" d="M1689.09 779.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5771" d="M1684.1 795.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5772" d="M1678.72 812.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5773" d="M1673.08 828.14c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5774" d="M1667.18 844.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5775" d="M1660.88 859.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5776" d="M1654.19 875.51c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5777" d="M1647.24 891.12c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5778" d="M1640.02 906.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5779" d="M1632.41 921.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5780" d="M1624.54 936.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5781" d="M1616.4 951.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5782" d="M1607.88 966.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5783" d="M1599.08 981.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5784" d="M1590.03 995.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5785" d="M1580.59 1009.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5786" d="M1571.01 1023.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5787" d="M1561.04 1037.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5788" d="M1550.8 1051.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5789" d="M1540.18 1064.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5790" d="M1529.42 1077.95c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5791" d="M257.02 1084.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5792" d="M246 1071.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5793" d="M235.38 1058.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5794" d="M225.01 1044.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5795" d="M214.91 1030.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5796" d="M205.07 1016.94c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5797" d="M195.62 1002.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5798" d="M186.31 988.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5799" d="M177.38 973.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5800" d="M168.73 959.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5801" d="M160.46 944.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5802" d="M152.33 929.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5803" d="M144.58 914.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5804" d="M137.24 898.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5805" d="M130.15 883.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5806" d="M123.33 867.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5807" d="M116.9 852.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5808" d="M110.73 836.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5809" d="M104.96 820.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5810" d="M99.45 803.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5811" d="M94.33 787.73c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.93-4.33-4.33c0-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5812" d="M89.48 771.33c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5813" d="M85.02 754.93c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5814" d="M80.82 738.4c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5815" d="M77.02 721.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5816" d="M73.6 705.08c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5817" d="M70.46 688.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5818" d="M67.7 671.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5819" d="M65.34 654.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5820" d="M63.24 637.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5821" d="M61.4 620.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5822" d="M60.09 603.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5823" d="M59.04 586.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5824" d="M58.25 569.81c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5825" d="M57.99 552.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5826" d="M57.99 535.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5827" d="M58.25 518.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5828" d="M59.04 501.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5829" d="M60.09 484.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5830" d="M61.4 467.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5831" d="M63.24 450.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5832" d="M65.34 433.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5833" d="M67.7 416.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5834" d="M70.46 400.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5835" d="M73.6 383.37c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5836" d="M77.02 366.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5837" d="M80.82 350.05c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5838" d="M85.02 333.51c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5839" d="M89.48 317.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5840" d="M94.33 300.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5841" d="M99.45 284.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5842" d="M104.96 268.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5843" d="M110.73 252.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5844" d="M116.9 236.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5845" d="M123.33 220.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5846" d="M130.15 205.07c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5847" d="M137.24 189.59c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5848" d="M144.58 174.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5849" d="M152.33 159.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5850" d="M160.46 144.06c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5851" d="M168.73 129.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5852" d="M177.38 114.54c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5853" d="M186.31 99.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5854" d="M195.62 85.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5855" d="M205.07 71.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5856" d="M214.91 57.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5857" d="M225.01 43.95c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5858" d="M235.38 30.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5859" d="M246 17.06c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5860" d="M257.02 4.07c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5861" d="M1529.42 10.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5862" d="M1540.18 23.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5863" d="M1550.8 37.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5864" d="M1561.04 50.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5865" d="M1571.01 64.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5866" d="M1580.59 78.59c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5867" d="M1590.03 92.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5868" d="M1599.08 107.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5869" d="M1607.88 121.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5870" d="M1616.4 136.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5871" d="M1624.54 151.54c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5872" d="M1632.41 166.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5873" d="M1640.02 181.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5874" d="M1647.24 197.33c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5875" d="M1654.19 212.94c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5876" d="M1660.88 228.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5877" d="M1667.18 244.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5878" d="M1673.08 260.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5879" d="M1678.72 276.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5880" d="M1684.1 292.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5881" d="M1689.09 308.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5882" d="M1693.68 325.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5883" d="M1698.01 341.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5884" d="M1701.95 358.31c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5885" d="M1705.62 374.97c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5886" d="M1708.9 391.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5887" d="M1711.92 408.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5888" d="M1714.41 425.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5889" d="M1716.77 442.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5890" d="M1718.61 459.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5891" d="M1720.18 476.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5892" d="M1721.5 493.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5893" d="M1722.28 510.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5894" d="M1722.81 527.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5895" d="M1722.94 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5896" d="M1740 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5897" d="M1739.86 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5898" d="M1739.34 578.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5899" d="M1738.42 595.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5900" d="M1737.24 612.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5901" d="M1735.8 629.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5902" d="M1733.83 646.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5903" d="M1731.73 662.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5904" d="M1729.11 679.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5905" d="M1726.22 696.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5906" d="M1723.07 713.08c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5907" d="M1719.53 729.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5908" d="M1715.59 746.27c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5909" d="M1711.39 762.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5910" d="M1706.93 779.08c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5911" d="M1702.08 795.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5912" d="M1696.83 811.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5913" d="M1691.32 827.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5914" d="M1685.55 843.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5915" d="M1679.38 859.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5916" d="M1672.82 875.25c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5917" d="M1666.13 890.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5918" d="M1659.04 906.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5919" d="M1651.57 921.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5920" d="M1643.96 936.65c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5921" d="M1635.95 951.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5922" d="M1627.56 966.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5923" d="M1619.03 981.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5924" d="M1610.11 995.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5925" d="M1600.92 1009.99c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5926" d="M1591.48 1024.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5927" d="M1581.77 1038.07c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5928" d="M1571.66 1051.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5929" d="M1561.43 1065.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5930" d="M1550.8 1078.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5931" d="M230.13 1078.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5932" d="M219.5 1065.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5933" d="M209.27 1051.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5934" d="M199.16 1038.07c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5935" d="M189.46 1024.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5936" d="M180.01 1009.99c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5937" d="M170.82 995.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5938" d="M161.9 981.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5939" d="M153.37 966.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5940" d="M144.98 951.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5941" d="M136.97 936.65c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5942" d="M129.36 921.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5943" d="M121.89 906.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5944" d="M114.8 890.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5945" d="M108.11 875.25c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5946" d="M101.55 859.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5947" d="M95.38 843.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5948" d="M89.61 827.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5949" d="M84.1 811.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5950" d="M78.85 795.34c2.39 0 4.33 1.94 4.33 4.33S81.24 804 78.85 804s-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5951" d="M74 779.08c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5952" d="M69.54 762.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5953" d="M65.34 746.27c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5954" d="M61.4 729.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5955" d="M57.86 713.08c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5956" d="M54.71 696.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5957" d="M51.82 679.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5958" d="M49.2 662.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><circle id="eHoEbK48iZR5959" r="4.33" transform="translate(47.1 650.37)" fill="#DFE9F0"/><path id="eHoEbK48iZR5960" d="M45.13 629.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5961" d="M43.69 612.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5962" d="M42.51 595.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5963" d="M41.59 578.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5964" d="M41.07 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5965" d="M40.93 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5966" d="M41.07 527.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5967" d="M41.59 510.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5968" d="M42.51 493.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5969" d="M43.69 476.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5970" d="M45.13 459.34c2.39 0 4.33 1.94 4.33 4.33S47.52 468 45.13 468s-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5971" d="M47.1 442.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5972" d="M49.2 425.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5973" d="M51.82 408.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5974" d="M54.71 392.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5975" d="M57.86 375.37c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5976" d="M61.4 358.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5977" d="M65.34 342.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5978" d="M69.54 325.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5979" d="M74 309.37c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5980" d="M78.85 293.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5981" d="M84.1 276.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5982" d="M89.61 260.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5983" d="M95.38 244.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5984" d="M101.55 228.95c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5985" d="M108.11 213.2c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5986" d="M114.8 197.59c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5987" d="M121.89 182.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5988" d="M129.36 166.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5989" d="M136.97 151.8c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5990" d="M144.98 136.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5991" d="M153.37 121.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5992" d="M161.9 107.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5993" d="M170.82 92.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5994" d="M180.01 78.46c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5995" d="M189.46 64.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5996" d="M199.16 50.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5997" d="M209.27 36.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5998" d="M219.5 23.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR5999" d="M230.13 9.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6000" d="M1550.8 9.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6001" d="M1561.43 23.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6002" d="M1571.66 36.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6003" d="M1581.77 50.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6004" d="M1591.48 64.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6005" d="M1600.92 78.46c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6006" d="M1610.11 92.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6007" d="M1619.03 107.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6008" d="M1627.56 121.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6009" d="M1635.95 136.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6010" d="M1643.96 151.8c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6011" d="M1651.57 166.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6012" d="M1659.04 182.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6013" d="M1666.13 197.59c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6014" d="M1672.82 213.2c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6015" d="M1679.38 228.95c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6016" d="M1685.55 244.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6017" d="M1691.32 260.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6018" d="M1696.83 276.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6019" d="M1702.08 293.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6020" d="M1706.93 309.37c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6021" d="M1711.39 325.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6022" d="M1715.59 342.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6023" d="M1719.53 358.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6024" d="M1723.07 375.37c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6025" d="M1726.22 392.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6026" d="M1729.11 408.82c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6027" d="M1731.73 425.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6028" d="M1733.83 442.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6029" d="M1735.8 459.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6030" d="M1737.24 476.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6031" d="M1738.42 493.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6032" d="M1739.34 510.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6033" d="M1739.86 527.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6034" d="M1740 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6035" d="M1756.92 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6036" d="M1756.79 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6037" d="M1756.26 578.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6038" d="M1755.48 595.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6039" d="M1754.3 612.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6040" d="M1752.85 629.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6041" d="M1751.02 646.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6042" d="M1748.79 662.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6043" d="M1746.29 679.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6044" d="M1743.54 696.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6045" d="M1740.39 713.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6046" d="M1736.85 729.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6047" d="M1733.04 746.54c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6048" d="M1728.97 763.07c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6049" d="M1724.51 779.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6050" d="M1719.66 795.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6051" d="M1714.54 812.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6052" d="M1709.16 828.14c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6053" d="M1703.39 844.15c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6054" d="M1697.35 860.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6055" d="M1691.06 875.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6056" d="M1684.37 891.51c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6057" d="M1677.41 907c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6058" d="M1670.06 922.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6059" d="M1662.59 937.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6060" d="M1654.71 952.65c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6061" d="M1646.45 967.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6062" d="M1638.05 982.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6063" d="M1629.26 997c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6064" d="M1620.21 1011.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6065" d="M1610.89 1025.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6066" d="M1601.32 1039.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6067" d="M1591.48 1053.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6068" d="M1581.37 1067.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6069" d="M1571.01 1080.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6070" d="M209.92 1080.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6071" d="M199.56 1067.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6072" d="M189.46 1053.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6073" d="M179.62 1039.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6074" d="M170.04 1025.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6075" d="M160.72 1011.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6076" d="M151.67 997c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6077" d="M142.88 982.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6078" d="M134.48 967.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6079" d="M126.22 952.65c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6080" d="M118.34 937.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6081" d="M110.87 922.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6082" d="M103.52 907c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6083" d="M96.56 891.51c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6084" d="M89.87 875.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6085" d="M83.58 860.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6086" d="M77.54 844.15c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6087" d="M71.77 828.14c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6088" d="M66.39 812.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6089" d="M61.27 795.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6090" d="M56.42 779.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6091" d="M51.96 763.07c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6092" d="M47.89 746.54c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6093" d="M44.08 729.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6094" d="M40.54 713.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6095" d="M37.39 696.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6096" d="M34.64 679.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6097" d="M32.14 662.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6098" d="M29.91 646.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6099" d="M28.08 629.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6100" d="M26.63 612.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6101" d="M25.45 595.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6102" d="M24.67 578.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6103" d="M24.14 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6104" d="M24.01 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6105" d="M24.14 527.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6106" d="M24.67 510.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6107" d="M25.45 493.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6108" d="M26.63 476.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6109" d="M28.08 459.34c2.39 0 4.33 1.94 4.33 4.33S30.47 468 28.08 468s-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6110" d="M29.91 442.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6111" d="M32.14 425.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6112" d="M34.64 408.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6113" d="M37.39 391.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6114" d="M40.54 375.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6115" d="M44.08 358.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6116" d="M47.89 341.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6117" d="M51.96 325.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6118" d="M56.42 308.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6119" d="M61.27 292.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6120" d="M66.39 276.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6121" d="M71.77 260.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6122" d="M77.54 244.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6123" d="M83.58 228.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6124" d="M89.87 212.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6125" d="M96.56 196.93c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6126" d="M103.52 181.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6127" d="M110.87 166.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6128" d="M118.34 150.88c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6129" d="M126.22 135.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6130" d="M134.48 120.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6131" d="M142.88 106.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6132" d="M151.67 91.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6133" d="M160.72 77.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6134" d="M170.04 62.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6135" d="M179.62 48.81c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6136" d="M189.46 34.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6137" d="M199.56 21.25c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6138" d="M209.92 7.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6139" d="M1571.01 7.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6140" d="M1581.37 21.25c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6141" d="M1591.48 34.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6142" d="M1601.32 48.81c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6143" d="M1610.89 62.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6144" d="M1620.21 77.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6145" d="M1629.26 91.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6146" d="M1638.05 106.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6147" d="M1646.45 120.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6148" d="M1654.71 135.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6149" d="M1662.59 150.88c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6150" d="M1670.06 166.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6151" d="M1677.41 181.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6152" d="M1684.37 196.93c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6153" d="M1691.06 212.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6154" d="M1697.35 228.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6155" d="M1703.39 244.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6156" d="M1709.16 260.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6157" d="M1714.54 276.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6158" d="M1719.66 292.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6159" d="M1724.51 308.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6160" d="M1728.97 325.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6161" d="M1733.04 341.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6162" d="M1736.85 358.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6163" d="M1740.39 375.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6164" d="M1743.54 391.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6165" d="M1746.29 408.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6166" d="M1748.79 425.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6167" d="M1751.02 442.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6168" d="M1752.85 459.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6169" d="M1754.3 476.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6170" d="M1755.48 493.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6171" d="M1756.26 510.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6172" d="M1756.79 527.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6173" d="M1756.92 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6174" d="M1773.98 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6175" d="M1773.85 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6176" d="M1773.32 578.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6177" d="M1772.53 595.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6178" d="M1771.35 612.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6179" d="M1769.91 629.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6180" d="M1768.07 646.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6181" d="M1765.97 663.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6182" d="M1763.48 679.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6183" d="M1760.73 696.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6184" d="M1757.58 713.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6185" d="M1754.17 730.14c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6186" d="M1750.49 746.8c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6187" d="M1746.42 763.33c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6188" d="M1741.96 779.73c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6189" d="M1737.37 796.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6190" d="M1732.25 812.4c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6191" d="M1727.01 828.54c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6192" d="M1721.36 844.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6193" d="M1715.46 860.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6194" d="M1709.16 876.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6195" d="M1702.6 892.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6196" d="M1695.78 907.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6197" d="M1688.56 923.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6198" d="M1681.09 938.48c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6199" d="M1673.34 953.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6200" d="M1665.34 968.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6201" d="M1657.08 983.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6202" d="M1648.42 998.18c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6203" d="M1639.49 1012.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6204" d="M1630.31 1027.05c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6205" d="M1620.86 1041.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6206" d="M1611.16 1055.25c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6207" d="M1601.18 1069.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6208" d="M1590.95 1082.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6209" d="M189.98 1082.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6210" d="M179.75 1069.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6211" d="M169.77 1055.25c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6212" d="M160.07 1041.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6213" d="M150.62 1027.05c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6214" d="M141.44 1012.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6215" d="M132.51 998.18c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6216" d="M123.85 983.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6217" d="M115.59 968.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6218" d="M107.59 953.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6219" d="M99.84 938.48c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6220" d="M92.37 923.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6221" d="M85.15 907.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6222" d="M78.33 892.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33S74 898.89 74 896.5s1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6223" d="M71.77 876.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6224" d="M65.47 860.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6225" d="M59.57 844.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6226" d="M53.92 828.54c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6227" d="M48.68 812.4c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6228" d="M43.56 796.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6229" d="M38.97 779.73c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6230" d="M34.51 763.33c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6231" d="M30.44 746.8c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6232" d="M26.77 730.14c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6233" d="M23.35 713.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6234" d="M20.21 696.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6235" d="M17.45 679.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6236" d="M14.96 663.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6237" d="M12.86 646.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6238" d="M11.02 629.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6239" d="M9.58 612.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6240" d="M8.4 595.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6241" d="M7.61 578.34c2.39 0 4.33 1.94 4.33 4.33S10 587 7.61 587s-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6242" d="M7.08 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6243" d="M6.95 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6244" d="M7.08 527.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6245" d="M7.61 510.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6246" d="M8.4 493.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6247" d="M9.58 476.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6248" d="M11.02 459.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6249" d="M12.86 442.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6250" d="M14.96 425.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6251" d="M17.45 408.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6252" d="M20.21 391.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6253" d="M23.35 374.97c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6254" d="M26.77 358.31c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6255" d="M30.44 341.65c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6256" d="M34.51 325.12c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6257" d="M38.97 308.72c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6258" d="M43.56 292.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6259" d="M48.68 276.05c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6260" d="M53.92 259.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6261" d="M59.57 243.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6262" d="M65.47 227.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6263" d="M71.77 212.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6264" d="M78.33 196.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33S74 203 74 200.61s1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6265" d="M85.15 180.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6266" d="M92.37 165.31c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6267" d="M99.84 149.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6268" d="M107.59 134.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6269" d="M115.59 119.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6270" d="M123.85 104.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6271" d="M132.51 90.27c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6272" d="M141.44 75.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6273" d="M150.62 61.4c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6274" d="M160.07 47.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6275" d="M169.77 33.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6276" d="M179.75 19.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6277" d="M189.98 5.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6278" d="M1590.95 5.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6279" d="M1601.18 19.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6280" d="M1611.16 33.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6281" d="M1620.86 47.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6282" d="M1630.31 61.4c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6283" d="M1639.49 75.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6284" d="M1648.42 90.27c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6285" d="M1657.08 104.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6286" d="M1665.34 119.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6287" d="M1673.34 134.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6288" d="M1681.09 149.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6289" d="M1688.56 165.31c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6290" d="M1695.78 180.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6291" d="M1702.6 196.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6292" d="M1709.16 212.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6293" d="M1715.46 227.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6294" d="M1721.36 243.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6295" d="M1727.01 259.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6296" d="M1732.25 276.05c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6297" d="M1737.37 292.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6298" d="M1741.96 308.72c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6299" d="M1746.42 325.12c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6300" d="M1750.49 341.65c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6301" d="M1754.17 358.31c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6302" d="M1757.58 374.97c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6303" d="M1760.73 391.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6304" d="M1763.48 408.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6305" d="M1765.97 425.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6306" d="M1768.07 442.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6307" d="M1769.91 459.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6308" d="M1771.35 476.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6309" d="M1772.53 493.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6310" d="M1773.32 510.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6311" d="M1773.85 527.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6312" d="M1773.98 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6313" d="M1775.03 713.08c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6314" d="M1771.61 729.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6315" d="M1767.94 746.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6316" d="M1764.01 762.94c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6317" d="M1759.68 779.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6318" d="M1755.08 795.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6319" d="M1750.23 812.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6320" d="M1744.98 828.14c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6321" d="M1739.47 844.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6322" d="M1733.7 860.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6323" d="M1727.66 876.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6324" d="M1721.23 891.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6325" d="M1714.54 907.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6326" d="M1707.46 922.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6327" d="M1700.24 938.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6328" d="M1692.63 953.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6329" d="M1684.76 968.53c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6330" d="M1676.62 983.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6331" d="M1668.23 998.18c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6332" d="M1659.44 1012.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6333" d="M1650.52 1027.18c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6334" d="M1641.2 1041.48c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6335" d="M1631.75 1055.52c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6336" d="M1621.91 1069.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6337" d="M1611.94 1083.07c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6338" d="M164 1076.25c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6339" d="M154.03 1062.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6340" d="M144.45 1048.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6341" d="M135.01 1034.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6342" d="M125.95 1019.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6343" d="M117.03 1005.53c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6344" d="M108.5 990.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6345" d="M100.24 976.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6346" d="M92.23 960.92c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6347" d="M84.49 945.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6348" d="M77.02 930.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6349" d="M69.93 915.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6350" d="M63.11 899.65c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6351" d="M56.55 883.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6352" d="M50.25 868.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6353" d="M44.22 852.15c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6354" d="M38.57 836.15c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6355" d="M33.19 820.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6356" d="M28.21 803.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6357" d="M23.49 787.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6358" d="M19.02 771.07c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6359" d="M14.96 754.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6360" d="M11.02 738.14c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6361" d="M7.61 721.48c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6362" d="M4.33 704.81c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33S0 711.54 0 709.14c0-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6363" d="M4.33 383.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33S0 390.35 0 387.96s1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6364" d="M7.61 366.97c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6365" d="M11.02 350.31c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6366" d="M14.96 333.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6367" d="M19.02 317.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6368" d="M23.49 300.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6369" d="M28.21 284.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6370" d="M33.19 268.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6371" d="M38.57 252.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6372" d="M44.22 236.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6373" d="M50.25 220.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6374" d="M56.55 204.54c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6375" d="M63.11 188.8c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6376" d="M69.93 173.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6377" d="M77.02 157.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6378" d="M84.49 142.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6379" d="M92.23 127.53c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6380" d="M100.24 112.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6381" d="M108.5 97.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6382" d="M117.03 82.92c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6383" d="M125.95 68.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6384" d="M135.01 54.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6385" d="M144.45 40.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6386" d="M154.03 25.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6387" d="M164 12.2c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6388" d="M1611.94 5.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6389" d="M1621.91 19.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6390" d="M1631.75 32.93c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6391" d="M1641.2 46.97c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6392" d="M1650.52 61.27c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6393" d="M1659.44 75.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6394" d="M1668.23 90.27c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6395" d="M1676.62 105.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6396" d="M1684.76 119.92c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6397" d="M1692.63 135.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6398" d="M1700.24 150.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6399" d="M1707.46 165.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6400" d="M1714.54 181.06c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6401" d="M1721.23 196.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6402" d="M1727.66 212.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6403" d="M1733.7 228.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6404" d="M1739.47 244.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6405" d="M1744.98 260.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6406" d="M1750.23 276.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6407" d="M1755.08 292.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6408" d="M1759.68 309.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6409" d="M1764.01 325.51c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6410" d="M1767.94 342.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6411" d="M1771.61 358.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6412" d="M1775.03 375.37c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6413" d="M1777.26 779.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6414" d="M1772.66 796c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6415" d="M1767.94 812.4c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6416" d="M1762.82 828.54c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6417" d="M1757.31 844.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6418" d="M1751.67 860.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6419" d="M1745.64 876.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6420" d="M1739.34 892.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6421" d="M1732.78 908.05c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6422" d="M1725.83 923.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6423" d="M1718.61 939.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6424" d="M1711.26 954.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6425" d="M1703.52 969.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6426" d="M1695.39 984.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6427" d="M1687.12 999.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6428" d="M1678.59 1013.93c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6429" d="M1669.8 1028.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6430" d="M1660.62 1042.92c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6431" d="M1651.3 1057.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6432" d="M1641.59 1071c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6433" d="M1631.75 1084.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6434" d="M144.19 1077.95c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6435" d="M134.48 1064.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6436" d="M124.9 1050.01c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6437" d="M115.72 1035.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6438" d="M106.8 1021.27c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6439" d="M98.01 1006.71c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6440" d="M89.61 991.88c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6441" d="M81.48 976.93c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6442" d="M73.6 961.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6443" d="M65.99 946.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6444" d="M58.65 931.27c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6445" d="M51.56 915.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6446" d="M44.87 900.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6447" d="M38.44 884.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6448" d="M32.28 868.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6449" d="M26.37 852.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6450" d="M20.86 836.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6451" d="M15.48 820.4c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6452" d="M10.63 804.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6453" d="M5.9 787.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6454" d="M5.9 300.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6455" d="M10.63 284.31c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6456" d="M15.48 268.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6457" d="M20.86 251.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6458" d="M26.37 235.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6459" d="M32.28 219.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6460" d="M38.44 203.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6461" d="M44.87 188.27c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6462" d="M51.56 172.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6463" d="M58.65 157.18c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6464" d="M65.99 141.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6465" d="M73.6 126.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6466" d="M81.48 111.52c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6467" d="M89.61 96.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6468" d="M98.01 81.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6469" d="M106.8 67.18c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6470" d="M115.72 52.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6471" d="M124.9 38.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6472" d="M134.48 24.4c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6473" d="M144.19 10.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6474" d="M1631.75 3.54c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6475" d="M1641.59 17.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6476" d="M1651.3 31.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6477" d="M1660.62 45.53c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6478" d="M1669.8 59.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6479" d="M1678.59 74.52c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6480" d="M1687.12 89.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6481" d="M1695.39 104.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6482" d="M1703.52 119c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6483" d="M1711.26 134.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><circle id="eHoEbK48iZR6484" r="4.33" transform="translate(1718.61 153.77)" fill="#DFE9F0"/><path id="eHoEbK48iZR6485" d="M1725.83 164.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6486" d="M1732.78 180.4c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6487" d="M1739.34 196.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6488" d="M1745.64 211.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6489" d="M1751.67 227.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6490" d="M1757.31 243.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6491" d="M1762.82 259.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6492" d="M1767.94 276.05c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6493" d="M1772.66 292.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6494" d="M1777.26 308.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6495" d="M1775.16 845.07c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6496" d="M1769.52 861.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6497" d="M1763.61 877.08c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6498" d="M1757.45 892.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6499" d="M1750.89 908.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6500" d="M1744.19 924.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6501" d="M1737.11 939.8c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6502" d="M1729.76 955.15c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6503" d="M1722.15 970.37c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6504" d="M1714.28 985.46c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6505" d="M1706.01 1000.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6506" d="M1697.62 1015.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6507" d="M1688.96 1029.8c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6508" d="M1679.91 1044.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6509" d="M1670.72 1058.53c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6510" d="M1661.14 1072.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6511" d="M1651.43 1086.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6512" d="M124.51 1079.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6513" d="M114.93 1065.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6514" d="M105.62 1051.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6515" d="M96.43 1037.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6516" d="M87.64 1022.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6517" d="M79.11 1007.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6518" d="M70.72 992.93c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6519" d="M62.71 977.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6520" d="M54.97 962.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6521" d="M47.49 947.54c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6522" d="M40.28 932.06c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6523" d="M33.33 916.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33S29 923.3 29 920.9c0-2.39 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6524" d="M26.77 900.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6525" d="M20.34 885.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6526" d="M14.3 869.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6527" d="M8.53 853.2c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6528" d="M8.53 235.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6529" d="M14.3 219.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6530" d="M20.34 203.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6531" d="M26.77 187.62c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6532" d="M33.33 171.87c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33S29 178.6 29 176.2c0-2.39 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6533" d="M40.28 156.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6534" d="M47.49 140.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c.01-2.39 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6535" d="M54.97 125.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6536" d="M62.71 110.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6537" d="M70.72 95.51c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6538" d="M79.11 80.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6539" d="M87.64 65.99c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6540" d="M96.43 51.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6541" d="M105.62 37c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6542" d="M114.93 22.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6543" d="M124.51 8.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6544" d="M1651.43 1.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6545" d="M1661.14 15.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6546" d="M1670.72 29.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6547" d="M1679.91 44.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6548" d="M1688.96 58.65c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6549" d="M1697.62 73.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6550" d="M1706.01 88.04c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6551" d="M1714.28 102.99c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6552" d="M1722.15 118.08c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6553" d="M1729.76 133.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6554" d="M1737.11 148.65c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6555" d="M1744.19 164.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6556" d="M1750.89 179.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6557" d="M1757.45 195.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6558" d="M1763.61 211.37c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6559" d="M1769.52 227.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6560" d="M1775.16 243.38c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6561" d="M1775.55 893.48c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6562" d="M1769.12 909.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6563" d="M1762.43 924.97c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6564" d="M1755.48 940.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6565" d="M1748.26 955.93c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6566" d="M1740.78 971.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6567" d="M1732.91 986.37c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6568" d="M1724.91 1001.46c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6569" d="M1716.64 1016.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6570" d="M1707.98 1030.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6571" d="M1699.19 1045.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6572" d="M1690.01 1059.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6573" d="M1680.69 1074.15c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6574" d="M104.96 1081.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6575" d="M95.51 1067.06c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6576" d="M86.33 1052.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6577" d="M77.28 1038.33c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6578" d="M68.62 1023.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6579" d="M60.09 1008.81c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6580" d="M51.96 993.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6581" d="M44.08 978.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6582" d="M36.47 963.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6583" d="M29 948.33c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6584" d="M21.91 932.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6585" d="M15.09 917.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6586" d="M8.53 901.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6587" d="M8.53 186.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6588" d="M15.09 171.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6589" d="M21.91 155.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6590" d="M29 140.12c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6591" d="M36.47 124.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6592" d="M44.08 109.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6593" d="M51.96 94.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6594" d="M60.09 79.64c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6595" d="M68.62 64.81c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6596" d="M77.28 50.12c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6597" d="M86.33 35.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33S82 42.41 82 40.02s1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6598" d="M95.51 21.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6599" d="M104.96 7.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6600" d="M1671.11.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6601" d="M1680.69 14.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6602" d="M1690.01 28.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6603" d="M1699.19 42.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6604" d="M1707.98 57.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6605" d="M1716.64 72.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6606" d="M1724.91 86.99c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6607" d="M1732.91 102.07c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6608" d="M1740.78 117.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6609" d="M1748.26 132.51c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6610" d="M1755.48 147.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6611" d="M1762.43 163.48c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6612" d="M1769.12 179.09c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6613" d="M1775.55 194.97c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6614" d="M1774.24 940.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6615" d="M1767.15 955.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6616" d="M1759.81 971.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6617" d="M1752.2 986.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6618" d="M1744.33 1001.2c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6619" d="M1736.19 1016.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6620" d="M1727.79 1030.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6621" d="M1719.13 1045.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6622" d="M1710.21 1059.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6623" d="M1701.03 1074.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6624" d="M79.9 1074.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6625" d="M70.72 1059.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6626" d="M61.8 1045.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6627" d="M53.14 1030.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6628" d="M44.74 1016.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6629" d="M36.61 1001.2c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6630" d="M28.73 986.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6631" d="M21.12 971.02c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6632" d="M13.78 955.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6633" d="M6.69 940.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6634" d="M6.69 148.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6635" d="M13.78 132.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6636" d="M21.12 117.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6637" d="M28.73 102.34c2.39 0 4.33 1.94 4.33 4.33S31.12 111 28.73 111s-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6638" d="M36.61 87.25c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6639" d="M44.74 72.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6640" d="M53.14 57.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6641" d="M61.8 42.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6642" d="M70.72 28.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6643" d="M79.9 14.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6644" d="M89.35 0c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33S86.96 0 89.35 0Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6645" d="M1691.58 0c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6646" d="M1701.03 14.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6647" d="M1710.21 28.47c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6648" d="M1719.13 42.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6649" d="M1727.79 57.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6650" d="M1736.19 72.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6651" d="M1744.33 87.25c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6652" d="M1752.2 102.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6653" d="M1759.81 117.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6654" d="M1767.15 132.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6655" d="M1774.24 148.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6656" d="M1770.83 987.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6657" d="M1763.09 1002.25c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6658" d="M1754.95 1017.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6659" d="M1746.69 1032.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6660" d="M1738.16 1046.73c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6661" d="M1729.37 1061.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6662" d="M1720.32 1075.72c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6663" d="M60.62 1075.72c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6664" d="M51.56 1061.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6665" d="M42.77 1046.73c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6666" d="M34.24 1032.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6667" d="M25.98 1017.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6668" d="M17.84 1002.25c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6669" d="M10.1 987.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6670" d="M10.1 101.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6671" d="M17.84 86.2c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6672" d="M25.98 71.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6673" d="M34.24 56.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6674" d="M42.77 41.72c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6675" d="M51.56 27.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6676" d="M60.62 12.73c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6677" d="M1720.32 12.73c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6678" d="M1729.37 27.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6679" d="M1738.16 41.72c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6680" d="M1746.69 56.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6681" d="M1754.95 71.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6682" d="M1763.09 86.2c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/><path id="eHoEbK48iZR6683" d="M1770.83 101.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z" fill="#DFE9F0"/></g></g><g id="eHoEbK48iZR6684" mask="url(#eHoEbK48iZR6717)"><g id="eHoEbK48iZR6685" transform="translate(.005 .01)"><g id="eHoEbK48iZR6686" fill="#006369" stroke="none" stroke-width="1"><path id="eHoEbK48iZR6687" d="M869.21 461.04a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6688" d="M886.14 458.42a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6689" d="M852.02 430.73a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6690" d="M868.82 426.41a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR6691" d="M865.01 409.74a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6692" d="M809.12 414.6c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46c0-2.47 2-4.46 4.46-4.46Z"/><path id="eHoEbK48iZR6693" d="M856.48 395.18c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR6694" d="M873.41 391.9c2.61 0 4.72 2.11 4.72 4.72s-2.11 4.72-4.72 4.72-4.72-2.11-4.72-4.72 2.11-4.72 4.72-4.72Z"/><path id="eHoEbK48iZR6695" d="M786.42 408.96a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR6696" d="M815.68 391.37a4.59 4.59 0 1 1 0 9.18 4.59 4.59 0 0 1 0-9.18Z"/><path id="eHoEbK48iZR6697" d="M1105.37 594.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><circle id="eHoEbK48iZR6698" r="5.25" transform="translate(1118.49 616.25)"/><path id="eHoEbK48iZR6699" d="M550.92 434.01c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12c0-2.82 2.29-5.12 5.12-5.12Z"/><path id="eHoEbK48iZR6700" d="M508.93 458.68a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6701" d="M452.78 483.87a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6702" d="M455.4 467.08a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6703" d="M458.55 450.42a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR6704" d="M462.49 433.75a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6705" d="M438.08 466.95a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6706" d="M445.04 433.49a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6707" d="M449.5 417.09a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6708" d="M416.7 500.67a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR6709" d="M418.53 483.74a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6710" d="M408.3 442.02a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6711" d="M387.83 458.55a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6712" d="M348.47 500.8a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6713" d="M350.05 484a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6714" d="M332.99 484.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR6715" d="M334.96 466.95a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6716" d="M326.82 416.57a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25 5.25 5.25 0 0 1 5.25-5.25Z"/></g></g><mask id="eHoEbK48iZR6717" mask-type="luminance"><ellipse id="eHoEbK48iZR6718" rx="4.132" ry="4.13" transform="translate(341.458 497.19)" fill="#FFF" stroke="none" stroke-width="0"/><ellipse id="eHoEbK48iZR6719" rx="3.87" ry="3.805" transform="translate(771.4 440.185)" fill="#FFF" stroke="none" stroke-width="0"/><ellipse id="eHoEbK48iZR6720" rx="4.655" ry="4.66" transform="translate(1086.285 627.47)" fill="#FDFEFF" stroke="none" stroke-width="0"/></mask></g><g id="eHoEbK48iZR6721" mask="url(#eHoEbK48iZR8188)"><g id="eHoEbK48iZR6722"><g id="eHoEbK48iZR6723" fill="#901327" stroke="none" stroke-width="1"><path id="eHoEbK48iZR6724" d="M890.47 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6725" d="M907.52 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6726" d="M898.99 558a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6727" d="M881.94 558a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6728" d="M873.41 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6729" d="M898.99 529.4c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46 2-4.46 4.46-4.46Z"/><path id="eHoEbK48iZR6730" d="M907.52 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6731" d="M924.45 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6732" d="M919.85 560.23a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR6733" d="M907.52 572.69a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6734" d="M890.47 577.29a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6735" d="M873.41 572.69a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6736" d="M861.08 560.23a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6737" d="M856.48 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR6738" d="M861.08 526.38a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6739" d="M873.41 514.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR6740" d="M907.39 514.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR6741" d="M919.85 527.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR6742" d="M924.45 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6743" d="M941.5 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6744" d="M938.35 560.76a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR6745" d="M929.56 576.11a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><circle id="eHoEbK48iZR6746" r="5.25" transform="translate(915.92 592.64)"/><path id="eHoEbK48iZR6747" d="M899.26 593.56a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6748" d="M881.67 593.56a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR6749" d="M865.01 587.39a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6750" d="M851.37 576.11a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6751" d="M842.58 560.76a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6752" d="M839.43 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6753" d="M842.58 525.86a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6754" d="M851.37 510.51a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR6755" d="M881.67 493.06a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR6756" d="M899.26 493.84c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46c-.01-2.46 1.99-4.46 4.46-4.46Z"/><path id="eHoEbK48iZR6757" d="M915.92 500.14c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR6758" d="M941.5 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6759" d="M958.43 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6760" d="M956.33 561.15c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR6761" d="M950.03 576.11a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6762" d="M940.06 589.88a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6763" d="M926.94 600.64a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6764" d="M911.46 607.99a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><circle id="eHoEbK48iZR6765" r="5.25" transform="translate(894.79 616.39)"/><path id="eHoEbK48iZR6766" d="M877.74 610.09a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6767" d="M861.47 604.84a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6768" d="M847.17 595.66a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR6769" d="M835.49 583.19a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6770" d="M827.23 568.37a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6771" d="M823.03 551.83a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6772" d="M823.03 534.78a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6773" d="M827.23 518.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6774" d="M835.49 504.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR6775" d="M877.74 476.52a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6776" d="M894.79 475.47a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR6777" d="M911.46 478.62a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6778" d="M926.94 485.97a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6779" d="M940.06 496.73a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6780" d="M950.03 510.51a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR6781" d="M956.33 527.3c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR6782" d="M958.43 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6783" d="M975.48 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR6784" d="M973.65 560.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6785" d="M960.13 591.85a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6786" d="M948.98 604.84a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6787" d="M935.47 615.34a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6788" d="M919.99 622.95a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR6789" d="M903.32 627.27a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6790" d="M886.14 628.19a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6791" d="M869.21 625.57a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6792" d="M853.07 619.53a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6793" d="M838.51 610.48a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6794" d="M826.05 598.67a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6795" d="M816.21 584.5a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6796" d="M809.38 568.76a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6797" d="M805.97 551.97a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6798" d="M805.97 534.65a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6799" d="M809.38 517.85a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6800" d="M816.21 503.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR6801" d="M826.05 488.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR6802" d="M853.07 467.08a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6803" d="M869.21 461.04a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6804" d="M886.14 458.42a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6805" d="M903.32 459.34a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6806" d="M919.99 463.67a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6807" d="M935.47 472.06c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46 1.99-4.46 4.46-4.46Z"/><path id="eHoEbK48iZR6808" d="M960.13 494.76a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6809" d="M968.53 509.85a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6810" d="M973.65 526.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6811" d="M975.48 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR6812" d="M992.41 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6813" d="M990.97 560.49a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6814" d="M986.64 577.29a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6815" d="M979.42 593.95c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR6816" d="M969.84 607.33a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6817" d="M957.77 619.8a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6818" d="M943.86 630.16a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR6819" d="M928.51 637.9a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR6820" d="M911.98 643.02a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><circle id="eHoEbK48iZR6821" r="5.25" transform="translate(894.79 650.37)"/><path id="eHoEbK48iZR6822" d="M877.48 644.46a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6823" d="M860.55 640.79a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6824" d="M844.54 634.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR6825" d="M829.85 625.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6826" d="M816.86 613.89a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6827" d="M805.97 600.38a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6828" d="M797.57 585.29a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR6829" d="M791.8 569.02a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6830" d="M788.92 551.97a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6831" d="M788.92 534.65a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6832" d="M791.8 518.38c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46c0-2.47 2-4.46 4.46-4.46Z"/><path id="eHoEbK48iZR6833" d="M797.57 501.32a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR6834" d="M805.97 486.23a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6835" d="M816.86 472.72a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6836" d="M829.85 461.3a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6837" d="M844.54 452.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR6838" d="M860.55 445.82a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6839" d="M877.48 442.15a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6840" d="M894.79 441.49a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR6841" d="M911.98 443.59a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6842" d="M928.51 448.71a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR6843" d="M943.86 456.45a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6844" d="M957.77 466.82a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR6845" d="M979.42 493.58a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6846" d="M986.64 509.32a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6847" d="M990.97 526.12a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6848" d="M992.41 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6849" d="M1009.33 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><circle id="eHoEbK48iZR6850" r="5.25" transform="translate(1008.15 565.87)"/><path id="eHoEbK48iZR6851" d="M1004.35 577.55a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6852" d="M998.18 593.82a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6853" d="M989.65 608.91a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR6854" d="M979.03 622.81c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12 2.29-5.12 5.12-5.12Z"/><path id="eHoEbK48iZR6855" d="M966.56 634.75a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6856" d="M952.39 644.86a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6857" d="M937.04 652.73a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6858" d="M920.51 658.37a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6859" d="M903.45 661.52a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR6860" d="M886.14 662.17a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6861" d="M868.82 660.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6862" d="M852.02 655.88a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6863" d="M836.15 649.05a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6864" d="M821.32 640a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6865" d="M807.94 628.98a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6866" d="M796.39 615.99a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR6867" d="M786.68 601.56a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR6868" d="M779.34 585.82a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR6869" d="M774.35 569.15a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6870" d="M771.86 551.97a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6871" d="M786.68 485.31a4.991 4.991 0 0 1 0 9.98c-2.75 0-4.99-2.23-4.99-4.99.01-2.75 2.24-4.99 4.99-4.99Z"/><path id="eHoEbK48iZR6872" d="M796.39 470.62a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6873" d="M821.32 446.61a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6874" d="M836.15 437.56a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6875" d="M852.02 430.73a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6876" d="M868.82 426.41a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR6877" d="M886.14 424.44a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6878" d="M903.45 425.09a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR6879" d="M920.51 428.24a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6880" d="M937.04 433.88a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6881" d="M952.39 441.76a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6882" d="M966.56 451.86a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6883" d="M979.03 463.93a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6884" d="M989.65 477.7a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR6885" d="M998.18 492.79a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6886" d="M1004.35 509.06a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6887" d="M1008.15 525.99a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6888" d="M1009.33 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR6889" d="M1026.39 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6890" d="M1025.34 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR6891" d="M1022.06 577.16a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6892" d="M1016.81 593.29a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6893" d="M1009.6 608.91c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12 2.29-5.12 5.12-5.12Z"/><path id="eHoEbK48iZR6894" d="M1000.41 623.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6895" d="M989.52 637.11c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46 2-4.46 4.46-4.46Z"/><path id="eHoEbK48iZR6896" d="M977.06 648.14c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12 2.29-5.12 5.12-5.12Z"/><path id="eHoEbK48iZR6897" d="M963.28 658.11a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6898" d="M948.33 666.24a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6899" d="M932.45 672.54a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6900" d="M915.92 676.87a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6901" d="M898.99 678.97a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6902" d="M881.94 678.97a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6903" d="M865.01 676.87a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6904" d="M848.48 673.46c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR6905" d="M803.87 648a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6906" d="M791.41 636.33a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6907" d="M780.52 623.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6908" d="M771.33 608.78a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6909" d="M764.12 593.29a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6910" d="M758.87 577.16a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6911" d="M755.59 561.15c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46 2-4.46 4.46-4.46Z"/><path id="eHoEbK48iZR6912" d="M817.65 429.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR6913" d="M832.61 421.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR6914" d="M865.01 409.74a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6915" d="M881.94 407.64a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6916" d="M898.99 407.64a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6917" d="M915.92 409.74a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6918" d="M932.45 414.07a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6919" d="M948.33 420.37a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6920" d="M963.28 428.5a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6921" d="M977.06 438.61a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6922" d="M989.52 450.28a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6923" d="M1000.41 463.4a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6924" d="M1009.6 477.84a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6925" d="M1016.81 493.32a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6926" d="M1022.06 509.46a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6927" d="M1025.34 526.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6928" d="M1026.39 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6929" d="M1043.31 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR6930" d="M1042.4 560.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6931" d="M1039.51 577.29a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6932" d="M1034.79 593.82a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6933" d="M1028.23 609.83c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12 2.29-5.12 5.12-5.12Z"/><path id="eHoEbK48iZR6934" d="M1009.99 638.69a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6935" d="M998.58 651.55c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12 2.29-5.12 5.12-5.12Z"/><path id="eHoEbK48iZR6936" d="M985.85 662.96c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12 2.29-5.12 5.12-5.12Z"/><path id="eHoEbK48iZR6937" d="M971.81 672.8a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6938" d="M956.85 681.07a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6939" d="M940.98 687.63a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6940" d="M924.45 692.35a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6941" d="M907.52 695.24a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6942" d="M890.47 696.29a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6943" d="M873.41 695.24a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6944" d="M770.94 639.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR6945" d="M760.97 625.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR6946" d="M752.7 609.69a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR6947" d="M795.08 424.7c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR6948" d="M809.12 414.6c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46c0-2.47 2-4.46 4.46-4.46Z"/><path id="eHoEbK48iZR6949" d="M856.48 395.18c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR6950" d="M873.41 391.9c2.61 0 4.72 2.11 4.72 4.72s-2.11 4.72-4.72 4.72-4.72-2.11-4.72-4.72 2.11-4.72 4.72-4.72Z"/><path id="eHoEbK48iZR6951" d="M907.52 391.64a4.991 4.991 0 0 1 0 9.98c-2.75 0-4.99-2.23-4.99-4.99.01-2.76 2.24-4.99 4.99-4.99Z"/><path id="eHoEbK48iZR6952" d="M924.45 394.26a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6953" d="M940.98 398.98a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6954" d="M956.85 405.54a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6955" d="M971.81 413.81a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6956" d="M985.85 423.78a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6957" d="M998.58 435.2a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6958" d="M1009.99 447.92a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6959" d="M1019.96 461.96a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6960" d="M1028.23 476.92a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6961" d="M1034.79 492.79a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6962" d="M1039.51 509.32a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6963" d="M1042.4 526.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6964" d="M1043.31 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR6965" d="M1060.37 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6966" d="M1059.45 560.49a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6967" d="M1052.63 594.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6968" d="M1029.93 641.31c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR6969" d="M980.34 687.5a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6970" d="M965.25 695.89a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6971" d="M949.51 702.58a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6972" d="M933.11 707.83a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6973" d="M916.18 711.24a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6974" d="M899.12 712.95a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><circle id="eHoEbK48iZR6975" r="5.25" transform="translate(881.81 718.2)"/><path id="eHoEbK48iZR6976" d="M786.42 408.96a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR6977" d="M800.59 400.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR6978" d="M815.68 391.37a4.59 4.59 0 1 1 0 9.18 4.59 4.59 0 0 1 0-9.18Z"/><path id="eHoEbK48iZR6979" d="M864.75 375.37a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6980" d="M881.81 373.66a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6981" d="M916.18 376.29c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z"/><circle id="eHoEbK48iZR6982" r="5.25" transform="translate(933.11 384.03)"/><path id="eHoEbK48iZR6983" d="M949.51 384.03a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6984" d="M965.25 390.72a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6985" d="M980.34 399.12a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR6986" d="M994.51 408.96a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z"/><circle id="eHoEbK48iZR6987" r="5.25" transform="translate(1007.5 425.36)"/><path id="eHoEbK48iZR6988" d="M1019.44 432.57a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6989" d="M1029.93 446.22a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6990" d="M1038.99 460.91a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6991" d="M1046.6 476.26a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6992" d="M1052.63 492.4a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6993" d="M1056.83 509.06a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6994" d="M1059.45 526.12a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6995" d="M1060.37 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6996" d="M1077.43 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6997" d="M1076.64 560.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR6998" d="M1074.28 578.07c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR6999" d="M961.05 716.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7000" d="M944.91 722.13a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7001" d="M928.51 726.33a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7002" d="M911.72 728.96a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7003" d="M894.66 730.14a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7004" d="M877.74 729.74a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7005" d="M860.81 728.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7006" d="M812.14 374.58c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7007" d="M860.81 358.84a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><circle id="eHoEbK48iZR7008" r="5.25" transform="translate(877.74 362.12)"/><path id="eHoEbK48iZR7009" d="M894.66 357.26c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46 2-4.46 4.46-4.46Z"/><path id="eHoEbK48iZR7010" d="M911.72 357.66a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7011" d="M928.51 360.28a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7012" d="M944.91 364.48a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7013" d="M961.05 370.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7014" d="M976.4 377.34a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7015" d="M991.23 385.86a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7016" d="M1005.14 395.7a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7017" d="M1017.99 406.72a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7018" d="M1029.93 418.93a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7019" d="M1040.69 432.05a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7020" d="M1050.14 446.22a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7021" d="M1058.27 461.17a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7022" d="M1065.09 476.79a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7023" d="M1070.47 492.92a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7024" d="M1074.28 509.46a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7025" d="M1076.64 526.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7026" d="M1077.43 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7027" d="M1094.35 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7028" d="M1093.7 560.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7029" d="M1091.47 577.29a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7030" d="M969.45 731.32a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7031" d="M953.44 737.22a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7032" d="M937.04 741.81a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7033" d="M920.25 744.96a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><circle id="eHoEbK48iZR7034" r="5.25" transform="translate(903.32 752.05)"/><path id="eHoEbK48iZR7035" d="M886.14 747.19a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><circle id="eHoEbK48iZR7036" r="5.25" transform="translate(869.21 751.26)"/><path id="eHoEbK48iZR7037" d="M869.21 340.86a4.991 4.991 0 0 1 0 9.98 4.991 4.991 0 0 1 0-9.98Z"/><path id="eHoEbK48iZR7038" d="M886.14 339.42a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><circle id="eHoEbK48iZR7039" r="5.25" transform="translate(903.32 345.06)"/><path id="eHoEbK48iZR7040" d="M920.25 341.78c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12 2.29-5.12 5.12-5.12Z"/><path id="eHoEbK48iZR7041" d="M937.04 344.8a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7042" d="M953.44 349.39a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7043" d="M969.45 355.29a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7044" d="M984.93 362.64a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7045" d="M999.76 371.17a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7046" d="M1013.79 380.88a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7047" d="M1026.91 391.77a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7048" d="M1039.12 403.71a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7049" d="M1050.27 416.7a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7050" d="M1060.24 430.47a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7051" d="M1069.16 445.04a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7052" d="M1076.77 460.39a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7053" d="M1083.07 476.26a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7054" d="M1087.92 492.66a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7055" d="M1091.47 509.32a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7056" d="M1093.7 526.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7057" d="M1094.35 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7058" d="M1111.41 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7059" d="M1110.62 560.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7060" d="M1108.65 577.42a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7061" d="M1105.37 594.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7062" d="M977.98 747.06c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7063" d="M961.97 752.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7064" d="M945.57 757.16a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7065" d="M928.78 760.84a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7066" d="M911.85 763.2a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7067" d="M894.79 764.12a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7068" d="M877.61 763.86a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7069" d="M860.55 762.15a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7070" d="M673.72 586.73c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7071" d="M877.61 322.76a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><circle id="eHoEbK48iZR7072" r="5.25" transform="translate(894.79 327.74)"/><path id="eHoEbK48iZR7073" d="M911.85 323.41a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7074" d="M928.78 325.77a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7075" d="M945.57 329.45a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7076" d="M961.97 335.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7077" d="M977.98 341.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7078" d="M993.46 347.95a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7079" d="M1008.28 356.47a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7080" d="M1022.32 366.18a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7081" d="M1035.71 376.94a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><circle id="eHoEbK48iZR7082" r="5.25" transform="translate(1048.17 393.87)"/><path id="eHoEbK48iZR7083" d="M1059.72 401.35a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7084" d="M1070.21 414.86a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7085" d="M1079.53 429.16a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7086" d="M1087.79 444.12a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7087" d="M1094.88 459.73a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7088" d="M1100.78 475.87a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7089" d="M1105.37 492.4a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7090" d="M1108.65 509.19a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7091" d="M1110.62 526.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7092" d="M1111.41 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7093" d="M1128.33 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7094" d="M1127.68 560.49a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7095" d="M1125.84 577.55a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7096" d="M1122.82 594.47a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><circle id="eHoEbK48iZR7097" r="5.25" transform="translate(1118.49 616.25)"/><path id="eHoEbK48iZR7098" d="M1016.81 745.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7099" d="M1001.86 753.49a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7100" d="M986.37 761.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7101" d="M970.5 768.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7102" d="M954.1 773.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7103" d="M937.44 776.45a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7104" d="M920.51 779.34a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7105" d="M903.32 780.78a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7106" d="M886.14 781.17a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7107" d="M869.08 780.26a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7108" d="M771.6 338.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7109" d="M903.32 306.36c2.61 0 4.72 2.11 4.72 4.72s-2.11 4.72-4.72 4.72-4.72-2.11-4.72-4.72 2.11-4.72 4.72-4.72Z"/><path id="eHoEbK48iZR7110" d="M920.51 307.27a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7111" d="M937.44 310.16a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7112" d="M954.1 314.1a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7113" d="M970.5 319.34a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7114" d="M986.37 326.56c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7115" d="M1001.86 333.12a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7116" d="M1016.81 341.78a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7117" d="M1030.98 351.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7118" d="M1044.5 361.99a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7119" d="M1057.09 373.53a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7120" d="M1068.9 386.13a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7121" d="M1079.79 399.38a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><circle id="eHoEbK48iZR7122" r="5.25" transform="translate(1089.76 418.66)"/><path id="eHoEbK48iZR7123" d="M1098.55 428.11a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7124" d="M1106.29 443.46a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7125" d="M1112.98 459.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7126" d="M1118.49 475.61a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7127" d="M1122.82 492.14a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7128" d="M1125.84 509.06a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7129" d="M1127.68 526.12a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7130" d="M1128.33 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7131" d="M1145.39 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7132" d="M1144.73 560.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7133" d="M1143.03 577.29a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7134" d="M1140.27 594.08a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7135" d="M1136.21 610.61a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7136" d="M1131.22 626.88a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7137" d="M1125.05 642.76a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7138" d="M997.79 774.48a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7139" d="M932.84 794.56a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><circle id="eHoEbK48iZR7140" r="5.25" transform="translate(915.92 802.17)"/><path id="eHoEbK48iZR7141" d="M898.99 797.97a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7142" d="M881.94 797.97a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7143" d="M865.01 797.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7144" d="M753.36 328.53a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7145" d="M767.92 319.87a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7146" d="M966.04 300.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7147" d="M1013.01 320.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7148" d="M1027.57 328.53a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7149" d="M1041.61 338.11a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7150" d="M1054.99 348.73a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7151" d="M1067.59 360.15a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7152" d="M1079.53 372.35a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7153" d="M1090.42 385.34a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7154" d="M1100.52 399.12a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z"/><circle id="eHoEbK48iZR7155" r="5.25" transform="translate(1109.7 418.66)"/><path id="eHoEbK48iZR7156" d="M1117.97 428.37a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7157" d="M1125.05 443.86a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7158" d="M1131.22 459.73a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7159" d="M1136.21 476a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7160" d="M1140.27 492.53a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7161" d="M1143.03 509.32a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7162" d="M1144.73 526.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7163" d="M1145.39 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7164" d="M1162.31 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7165" d="M1161.79 560.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7166" d="M1160.22 577.42a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7167" d="M1157.46 594.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7168" d="M1153.79 611.01c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12 2.29-5.12 5.12-5.12Z"/><path id="eHoEbK48iZR7169" d="M1149.06 628.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7170" d="M1143.16 644.33c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7171" d="M1136.47 659.94c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7172" d="M990.57 796a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7173" d="M924.58 813.06a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7174" d="M907.52 814.63a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7175" d="M890.47 815.16a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7176" d="M873.41 814.63a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7177" d="M660.99 688.94a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7178" d="M652.2 675.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7179" d="M744.83 314.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7180" d="M1050.27 323.41a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7181" d="M1063.78 333.78a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7182" d="M1076.51 345.19a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7183" d="M1088.58 357.26a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7184" d="M1099.99 369.99a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7185" d="M1110.36 383.5a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7186" d="M1119.94 397.67a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7187" d="M1128.73 412.37a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7188" d="M1136.47 427.59a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7189" d="M1143.16 443.2a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7190" d="M1149.06 459.34a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7191" d="M1153.79 475.74a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7192" d="M1157.46 492.4a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7193" d="M1160.22 509.19a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7194" d="M1161.79 526.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7195" d="M1162.31 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7196" d="M1179.24 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7197" d="M1178.85 560.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7198" d="M1177.27 577.42a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7199" d="M1174.78 595.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7200" d="M916.05 831.03a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7201" d="M898.99 832.08a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7202" d="M881.94 832.08a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7203" d="M650.89 704.68a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7204" d="M641.71 690.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7205" d="M633.44 675.16a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7206" d="M626.09 660.6c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7207" d="M751 291.27c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7208" d="M1044.63 299.01a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7209" d="M1058.8 309.5c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7210" d="M1072.44 318.95a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><circle id="eHoEbK48iZR7211" r="5.25" transform="translate(1085.43 335.48)"/><path id="eHoEbK48iZR7212" d="M1097.76 342.17a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><circle id="eHoEbK48iZR7213" r="5.25" transform="translate(1109.31 360.02)"/><path id="eHoEbK48iZR7214" d="M1120.07 368.02a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7215" d="M1130.04 381.93a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7216" d="M1139.22 396.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7217" d="M1147.49 411.45a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7218" d="M1154.84 426.93a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7219" d="M1161.27 442.67a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7220" d="M1166.78 458.94a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7221" d="M1171.24 475.47a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7222" d="M1174.78 492.27a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7223" d="M1177.27 509.19a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7224" d="M1178.85 526.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7225" d="M1179.24 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7226" d="M1196.3 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7227" d="M1195.77 560.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7228" d="M1194.46 577.29a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7229" d="M1192.1 594.08a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7230" d="M645.12 725.81a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><circle id="eHoEbK48iZR7231" r="5.25" transform="translate(635.28 717.15)"/><path id="eHoEbK48iZR7232" d="M626.36 697.47a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7233" d="M618.22 682.51a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7234" d="M610.87 667.16a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7235" d="M604.45 651.55c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12 2.29-5.12 5.12-5.12Z"/><path id="eHoEbK48iZR7236" d="M598.8 636.33c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7237" d="M655.61 347.42a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7238" d="M718.33 290.48a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7239" d="M732.63 281.3a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7240" d="M994.64 256.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7241" d="M1040.95 277.49c2.68 0 4.85 2.17 4.85 4.85 0 2.68-2.17 4.85-4.85 4.85-2.68 0-4.85-2.17-4.85-4.85 0-2.68 2.17-4.85 4.85-4.85Z"/><path id="eHoEbK48iZR7242" d="M1095.93 317.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7243" d="M1108.26 328.53a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7244" d="M1119.81 340.99a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7245" d="M1130.7 354.11a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7246" d="M1140.8 367.76a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7247" d="M1150.24 381.93a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><circle id="eHoEbK48iZR7248" r="5.25" transform="translate(1158.77 401.87)"/><path id="eHoEbK48iZR7249" d="M1166.51 411.71a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7250" d="M1173.47 427.19a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7251" d="M1179.37 443.2a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7252" d="M1184.49 459.34a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7253" d="M1188.82 475.87a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7254" d="M1192.1 492.53a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7255" d="M1194.46 509.32a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7256" d="M1195.77 526.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7257" d="M1196.3 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7258" d="M1213.22 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7259" d="M1212.83 560.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7260" d="M1211.52 577.29a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7261" d="M1209.29 594.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7262" d="M1206.14 611.01a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7263" d="M646.3 755.33c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7264" d="M635.41 741.29a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7265" d="M625.31 727.51a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7266" d="M615.99 713.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7267" d="M607.46 698.52a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7268" d="M599.59 683.56c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12 2.3-5.12 5.12-5.12Z"/><path id="eHoEbK48iZR7269" d="M592.64 667.82a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7270" d="M586.47 651.94a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7271" d="M581.22 635.8a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7272" d="M592.64 418.8a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7273" d="M599.59 404.1c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7274" d="M646.3 332.2a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7275" d="M657.71 319.61a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7276" d="M669.92 307.67a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7277" d="M682.64 296.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7278" d="M695.89 285.63a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7279" d="M709.8 275.79a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7280" d="M724.1 266.6a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7281" d="M739.06 258.2a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7282" d="M754.28 250.6a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7283" d="M1064.04 271.06a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7284" d="M1104.72 301.89a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7285" d="M1117.18 313.7c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12 2.3-5.12 5.12-5.12Z"/><path id="eHoEbK48iZR7286" d="M1128.99 325.77a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7287" d="M1140.14 338.76a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7288" d="M1150.64 352.15a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7289" d="M1160.35 366.18a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7290" d="M1169.27 380.62a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7291" d="M1177.53 395.57a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7292" d="M1184.88 410.92a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7293" d="M1191.44 426.67a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7294" d="M1197.21 442.67a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7295" d="M1202.07 459.07a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7296" d="M1206.14 475.61a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7297" d="M1209.29 492.4a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7298" d="M1211.52 509.32a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7299" d="M1212.83 526.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7300" d="M1213.22 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7301" d="M1230.28 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7302" d="M1229.88 560.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7303" d="M1228.57 577.42a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7304" d="M1226.47 594.34a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7305" d="M1223.45 611.14a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7306" d="M1219.65 627.8a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7307" d="M1214.93 644.2a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7308" d="M1203.12 676.74c2.68 0 4.85 2.17 4.85 4.85 0 2.68-2.17 4.85-4.85 4.85-2.68 0-4.85-2.17-4.85-4.85-.01-2.68 2.17-4.85 4.85-4.85Z"/><path id="eHoEbK48iZR7309" d="M625.96 756.64a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7310" d="M615.6 742.99a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7311" d="M605.89 728.96a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7312" d="M596.84 714.39a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7313" d="M588.7 699.57c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12 2.3-5.12 5.12-5.12Z"/><path id="eHoEbK48iZR7314" d="M581.22 684.09a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7315" d="M574.53 668.34a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><circle id="eHoEbK48iZR7316" r="5.25" transform="translate(568.63 657.58)"/><path id="eHoEbK48iZR7317" d="M563.51 636.07a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z"/><circle id="eHoEbK48iZR7318" r="5.25" transform="translate(559.31 624.78)"/><path id="eHoEbK48iZR7319" d="M555.9 603.66c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7320" d="M568.63 434.67c2.68 0 4.85 2.17 4.85 4.85 0 2.68-2.17 4.85-4.85 4.85-2.68 0-4.85-2.17-4.85-4.85-.01-2.68 2.17-4.85 4.85-4.85Z"/><path id="eHoEbK48iZR7321" d="M581.22 402.79a4.991 4.991 0 0 1 0 9.98 4.991 4.991 0 0 1 0-9.98Z"/><path id="eHoEbK48iZR7322" d="M588.7 387.18a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7323" d="M625.96 330.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7324" d="M636.98 316.98a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7325" d="M648.66 304.52a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7326" d="M660.99 292.71a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7327" d="M673.85 281.43a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7328" d="M687.23 270.93a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7329" d="M701.27 261.09a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7330" d="M715.7 251.91a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7331" d="M730.53 243.51a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7332" d="M745.75 235.77a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7333" d="M761.36 228.95a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7334" d="M1086.74 266.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7335" d="M1113.64 287.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7336" d="M1126.23 298.48a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7337" d="M1138.17 310.69a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><circle id="eHoEbK48iZR7338" r="5.25" transform="translate(1149.59 328.66)"/><path id="eHoEbK48iZR7339" d="M1160.22 336.66a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7340" d="M1170.32 350.57a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><circle id="eHoEbK48iZR7341" r="5.25" transform="translate(1179.63 370.12)"/><path id="eHoEbK48iZR7342" d="M1188.29 379.57a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7343" d="M1196.03 394.79a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7344" d="M1203.12 410.27a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7345" d="M1209.42 426.14a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7346" d="M1214.93 442.41a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7347" d="M1219.65 458.81a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7348" d="M1223.45 475.47a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7349" d="M1226.47 492.27a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7350" d="M1228.57 509.19a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7351" d="M1229.88 526.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7352" d="M1230.28 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7353" d="M1247.33 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7354" d="M1246.81 560.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7355" d="M1245.63 577.42a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7356" d="M1243.53 594.47a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7357" d="M1240.77 611.4a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7358" d="M1237.1 628.06a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7359" d="M1232.64 645.51c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7360" d="M1227.39 661.78c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7361" d="M1214.53 692.61a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7362" d="M605.89 758.48a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7363" d="M595.92 744.7a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7364" d="M586.6 730.27a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7365" d="M577.94 715.44a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7366" d="M570.07 700.35a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7367" d="M562.85 684.74a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7368" d="M556.56 668.87a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7369" d="M550.92 652.73a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7370" d="M546.06 636.33a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7371" d="M541.99 619.67a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7372" d="M538.71 603.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7373" d="M550.92 434.01c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12c0-2.82 2.29-5.12 5.12-5.12Z"/><path id="eHoEbK48iZR7374" d="M556.56 417.75a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7375" d="M562.85 401.87a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7376" d="M570.07 386.26a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7377" d="M577.94 371.17a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7378" d="M627.8 301.76a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7379" d="M639.74 289.69c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12 2.29-5.12 5.12-5.12Z"/><path id="eHoEbK48iZR7380" d="M652.2 277.89c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12c.01-2.83 2.3-5.12 5.12-5.12Z"/><path id="eHoEbK48iZR7381" d="M665.19 266.6a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7382" d="M678.71 256.11a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7383" d="M692.74 246.4a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7384" d="M707.18 237.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7385" d="M722 228.82a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7386" d="M737.35 221.07a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7387" d="M752.97 214.12a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7388" d="M768.84 208.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7389" d="M1095.27 251.12a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7390" d="M1147.23 295.6a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7391" d="M1158.9 308.72c2.61 0 4.72 2.11 4.72 4.72s-2.11 4.72-4.72 4.72-4.72-2.11-4.72-4.72 2.12-4.72 4.72-4.72Z"/><path id="eHoEbK48iZR7392" d="M1169.79 321.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7393" d="M1180.16 334.96a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7394" d="M1189.74 349.13a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><circle id="eHoEbK48iZR7395" r="5.25" transform="translate(1198.79 368.94)"/><path id="eHoEbK48iZR7396" d="M1207.05 378.65a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7397" d="M1214.53 394a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7398" d="M1221.36 409.74a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7399" d="M1227.39 425.75a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7400" d="M1232.64 442.02a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7401" d="M1237.1 458.55a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7402" d="M1240.77 475.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7403" d="M1243.53 492.14a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7404" d="M1245.63 509.19a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7405" d="M1246.81 526.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7406" d="M1247.33 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7407" d="M1264.26 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7408" d="M1263.86 560.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7409" d="M1262.68 577.29a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7410" d="M1260.72 594.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7411" d="M1258.09 611.92c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7412" d="M1254.55 627.67a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7413" d="M1250.35 644.2a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7414" d="M1226.21 707.7a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7415" d="M600.51 779.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7416" d="M590.01 765.82a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7417" d="M580.3 751.92a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7418" d="M571.12 737.48a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7419" d="M562.59 722.92c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12c.01-2.83 2.3-5.12 5.12-5.12Z"/><path id="eHoEbK48iZR7420" d="M554.72 707.83c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12 2.29-5.12 5.12-5.12Z"/><path id="eHoEbK48iZR7421" d="M547.64 692.22a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7422" d="M541.21 676.48a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7423" d="M535.43 660.47a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7424" d="M530.58 644.2a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7425" d="M526.38 627.67a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7426" d="M522.84 611.01a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7427" d="M517.07 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7428" d="M530.58 442.41a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7429" d="M535.43 426.14a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7430" d="M541.21 410.14a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7431" d="M547.64 394.39a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7432" d="M554.72 378.91a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7433" d="M562.59 363.82a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7434" d="M571.12 350.05c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7435" d="M623.21 283c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7436" d="M635.28 270.28c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12 2.29-5.12 5.12-5.12Z"/><path id="eHoEbK48iZR7437" d="M648 258.86c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12c.01-2.83 2.3-5.12 5.12-5.12Z"/><circle id="eHoEbK48iZR7438" r="5.25" transform="translate(661.26 253.35)"/><path id="eHoEbK48iZR7439" d="M674.9 237.87a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7440" d="M689.07 228.42a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7441" d="M703.63 219.63a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7442" d="M718.46 211.37a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7443" d="M733.81 203.89a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7444" d="M749.42 197.2a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7445" d="M765.3 191.03a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7446" d="M781.44 185.78a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7447" d="M1157.72 283c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7448" d="M1169.4 294.42a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7449" d="M1180.42 307.41a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7450" d="M1190.92 320.79a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7451" d="M1200.63 334.7a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7452" d="M1209.81 349.13a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7453" d="M1218.34 363.82a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7454" d="M1226.21 378.91a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7455" d="M1233.29 394.39a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7456" d="M1239.72 410.14a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7457" d="M1245.5 426.14a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7458" d="M1250.35 442.41a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7459" d="M1254.55 458.94a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7460" d="M1258.09 475.61a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7461" d="M1260.72 492.4a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7462" d="M1262.68 509.32a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7463" d="M1263.86 526.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7464" d="M1264.26 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7465" d="M1281.18 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7466" d="M1280.92 560.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7467" d="M1279.74 577.42a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7468" d="M1277.9 595.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7469" d="M1244.58 709.28c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46 1.99-4.46 4.46-4.46Z"/><path id="eHoEbK48iZR7470" d="M1237.1 724.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7471" d="M591.06 794.56a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7472" d="M580.44 781.17a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7473" d="M570.33 767.4a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7474" d="M560.89 753.23a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7475" d="M552.1 738.66a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7476" d="M543.83 723.71a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><circle id="eHoEbK48iZR7477" r="5.25" transform="translate(536.35 713.74)"/><path id="eHoEbK48iZR7478" d="M529.4 692.88a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7479" d="M523.23 677a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7480" d="M517.72 660.86a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><circle id="eHoEbK48iZR7481" r="5.25" transform="translate(513 649.71)"/><path id="eHoEbK48iZR7482" d="M508.93 627.93a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7483" d="M505.65 611.14a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7484" d="M500.01 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7485" d="M505.65 475.47a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7486" d="M508.93 458.68a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7487" d="M513 442.15a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7488" d="M517.72 425.75a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7489" d="M523.23 409.61a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7490" d="M529.4 393.74a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7491" d="M536.35 378.12a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7492" d="M543.83 362.9a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7493" d="M580.44 306.36c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7494" d="M626.49 255.19a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7495" d="M639.21 244.04c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12c.01-2.83 2.3-5.12 5.12-5.12Z"/><path id="eHoEbK48iZR7496" d="M652.6 233.41c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12 2.29-5.12 5.12-5.12Z"/><path id="eHoEbK48iZR7497" d="M666.37 223.17a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7498" d="M680.54 213.73a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7499" d="M695.11 204.94a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><circle id="eHoEbK48iZR7500" r="5.25" transform="translate(710.06 201.92)"/><path id="eHoEbK48iZR7501" d="M725.28 189.19a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7502" d="M740.9 182.24a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7503" d="M756.77 176.99c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7504" d="M772.91 171.48c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7505" d="M1178.58 279.33a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7506" d="M1189.87 292.05a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><circle id="eHoEbK48iZR7507" r="5.25" transform="translate(1200.49 310.69)"/><path id="eHoEbK48iZR7508" d="M1210.6 319.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7509" d="M1220.04 333.38a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7510" d="M1228.83 347.95a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7511" d="M1237.1 362.9a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7512" d="M1244.58 378.12a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7513" d="M1251.53 393.74a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7514" d="M1257.7 409.61a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7515" d="M1263.21 425.75a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7516" d="M1267.93 442.15a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7517" d="M1272 458.68a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7518" d="M1275.28 475.47a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7519" d="M1277.9 492.27a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7520" d="M1279.74 509.19a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7521" d="M1280.92 526.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7522" d="M1281.18 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7523" d="M1298.24 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7524" d="M1297.85 560.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7525" d="M1296.8 577.42a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7526" d="M1269.64 693.4a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><circle id="eHoEbK48iZR7527" r="4.33" transform="translate(1262.95 714.39)"/><path id="eHoEbK48iZR7528" d="M1255.73 724.89a4.991 4.991 0 0 1 0 9.98 4.991 4.991 0 0 1 0-9.98Z"/><path id="eHoEbK48iZR7529" d="M581.75 809.78a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><circle id="eHoEbK48iZR7530" r="5.25" transform="translate(570.86 801.9)"/><path id="eHoEbK48iZR7531" d="M560.62 783.01a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7532" d="M550.78 768.97a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7533" d="M541.73 754.54a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7534" d="M533.07 739.71a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7535" d="M525.2 724.63a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><circle id="eHoEbK48iZR7536" r="5.25" transform="translate(517.98 714.39)"/><path id="eHoEbK48iZR7537" d="M511.29 693.4a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7538" d="M505.39 677.39a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7539" d="M500.14 661.12a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7540" d="M495.55 644.72a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7541" d="M491.61 628.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7542" d="M488.46 612.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7543" d="M482.69 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7544" d="M483.08 527.04c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46c0-2.47 2-4.46 4.46-4.46Z"/><path id="eHoEbK48iZR7545" d="M484.13 509.98c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46 2-4.46 4.46-4.46Z"/><path id="eHoEbK48iZR7546" d="M485.97 492.14a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7547" d="M488.46 475.34a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7548" d="M491.61 458.55a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7549" d="M495.55 441.89a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7550" d="M500.14 425.49a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7551" d="M505.39 409.22a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7552" d="M511.29 393.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7553" d="M517.98 377.47a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7554" d="M525.2 361.99a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7555" d="M533.07 346.9a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7556" d="M541.73 332.99c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7557" d="M550.78 317.64a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7558" d="M560.62 304.52c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7559" d="M570.86 290.74c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46 1.99-4.46 4.46-4.46Z"/><path id="eHoEbK48iZR7560" d="M605.1 252.83c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7561" d="M617.57 240.36c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12 2.29-5.12 5.12-5.12Z"/><path id="eHoEbK48iZR7562" d="M630.55 229.08a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7563" d="M643.94 218.58c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12 2.29-5.12 5.12-5.12Z"/><path id="eHoEbK48iZR7564" d="M657.71 208.48a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7565" d="M672.01 199.03a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7566" d="M686.58 190.11a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><circle id="eHoEbK48iZR7567" r="5.25" transform="translate(701.53 187.22)"/><path id="eHoEbK48iZR7568" d="M716.89 174.37a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7569" d="M732.5 167.41a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7570" d="M748.37 161.9c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46 2-4.46 4.46-4.46Z"/><path id="eHoEbK48iZR7571" d="M1187.77 265.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7572" d="M1199.18 276.84a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z"/><circle id="eHoEbK48iZR7573" r="5.25" transform="translate(1210.07 295.2)"/><path id="eHoEbK48iZR7574" d="M1220.31 303.6a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7575" d="M1230.15 317.64a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7576" d="M1239.2 332.07a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7577" d="M1247.86 346.9a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7578" d="M1255.73 361.99a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7579" d="M1262.95 377.47a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7580" d="M1269.64 393.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7581" d="M1275.54 409.22a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7582" d="M1280.79 425.49a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7583" d="M1285.38 441.89a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7584" d="M1289.32 458.55a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7585" d="M1292.47 475.34a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7586" d="M1294.96 492.14a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7587" d="M1296.8 509.19a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7588" d="M1297.85 526.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7589" d="M1298.24 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7590" d="M1314.9 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7591" d="M1306.77 627.8a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7592" d="M1303.09 645.25c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7593" d="M1293.65 677.66a4.59 4.59 0 1 1 0 9.18c-2.53 0-4.59-2.06-4.59-4.59 0-2.54 2.05-4.59 4.59-4.59Z"/><path id="eHoEbK48iZR7594" d="M1288.01 693.79c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46 1.99-4.46 4.46-4.46Z"/><path id="eHoEbK48iZR7595" d="M1281.71 708.75a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7596" d="M554.98 803.87a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7597" d="M544.88 790.23a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7598" d="M535.17 776.19a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7599" d="M526.25 761.76a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7600" d="M517.72 747.59c2.61 0 4.72 2.11 4.72 4.72s-2.11 4.72-4.72 4.72-4.72-2.11-4.72-4.72 2.11-4.72 4.72-4.72Z"/><path id="eHoEbK48iZR7601" d="M502.63 716.62a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7602" d="M496.07 700.88a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7603" d="M490.04 685a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><circle id="eHoEbK48iZR7604" r="5.25" transform="translate(484.66 674.11)"/><path id="eHoEbK48iZR7605" d="M479.94 653.52c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.93-4.33 4.33-4.33Z"/><circle id="eHoEbK48iZR7606" r="5.25" transform="translate(469.83 607.86)"/><path id="eHoEbK48iZR7607" d="M467.86 585.68a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7608" d="M466.42 569.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7609" d="M467.86 500.93a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7610" d="M469.83 484a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7611" d="M472.59 467.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7612" d="M476 450.55a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7613" d="M479.94 434.01a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7614" d="M484.66 417.75a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7615" d="M490.04 401.61a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7616" d="M496.07 386.65c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7617" d="M502.63 370.91c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7618" d="M517.72 339.55a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7619" d="M526.25 325.77c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7620" d="M535.17 310.42a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><circle id="eHoEbK48iZR7621" r="5.25" transform="translate(544.88 301.63)"/><path id="eHoEbK48iZR7622" d="M554.98 282.74a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7623" d="M613.5 221.47c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12 2.29-5.12 5.12-5.12Z"/><path id="eHoEbK48iZR7624" d="M626.62 210.45a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7625" d="M640.13 200.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><circle id="eHoEbK48iZR7626" r="5.25" transform="translate(654.04 195.62)"/><circle id="eHoEbK48iZR7627" r="5.25" transform="translate(668.34 186.44)"/><path id="eHoEbK48iZR7628" d="M683.04 172.66a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7629" d="M697.99 164.66a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7630" d="M713.34 157.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7631" d="M728.96 151.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7632" d="M1209.68 263.72a4.59 4.59 0 0 1 4.59 4.59c0 2.53-2.06 4.59-4.59 4.59s-4.59-2.06-4.59-4.59a4.59 4.59 0 0 1 4.59-4.59Z"/><path id="eHoEbK48iZR7633" d="M1220.7 276.05a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7634" d="M1231.06 289.56a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7635" d="M1240.9 303.34a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7636" d="M1250.22 317.64a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7637" d="M1259.01 332.2a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7638" d="M1267.14 347.03a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7639" d="M1274.75 362.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7640" d="M1281.71 377.86a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7641" d="M1288.01 393.6a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7642" d="M1293.65 409.61a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7643" d="M1298.63 425.88a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7644" d="M1303.09 442.28a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7645" d="M1306.77 458.81a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7646" d="M1309.79 475.61a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7647" d="M1312.15 492.4a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7648" d="M1313.85 509.32a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7649" d="M1316.21 661.12a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7650" d="M1305.85 693.53a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7651" d="M1299.81 709.41a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7652" d="M556.29 832.34a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7653" d="M545.41 819.22a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7654" d="M535.04 805.71a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7655" d="M525.2 791.8a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7656" d="M515.88 777.5a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7657" d="M450.81 586.73c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7658" d="M449.5 568.89a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7659" d="M448.84 551.83a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7660" d="M450.81 500.8a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7661" d="M452.78 483.87a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7662" d="M455.4 467.08a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7663" d="M458.55 450.42a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7664" d="M462.49 433.75a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7665" d="M467.08 417.35a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7666" d="M472.19 401.08a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7667" d="M477.97 385.08a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7668" d="M484.4 369.33a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><circle id="eHoEbK48iZR7669" r="5.25" transform="translate(535.04 286.15)"/><path id="eHoEbK48iZR7670" d="M545.41 267.39a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7671" d="M591.98 217.66a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7672" d="M604.71 206.38a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7673" d="M617.96 195.62a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7674" d="M631.47 185.39a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7675" d="M645.51 175.68a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7676" d="M659.81 167.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7677" d="M674.51 158.49c2.61 0 4.72 2.11 4.72 4.72s-2.11 4.72-4.72 4.72-4.72-2.11-4.72-4.72 2.11-4.72 4.72-4.72Z"/><path id="eHoEbK48iZR7678" d="M1195.25 224.49c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7679" d="M1207.32 236.43c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7680" d="M1230.15 261.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7681" d="M1240.77 274.08a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7682" d="M1250.88 287.86a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7683" d="M1260.45 301.89a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7684" d="M1269.38 316.33a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7685" d="M1277.9 331.02a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7686" d="M1285.78 346.11a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7687" d="M1293.12 361.59a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7688" d="M1299.81 377.2a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7689" d="M1305.85 393.08a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7690" d="M1311.36 409.22a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7691" d="M1316.21 425.49a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7692" d="M1320.41 442.02a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7693" d="M1324.09 458.68a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7694" d="M1326.97 475.47a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7695" d="M1329.33 492.4a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7696" d="M1330.91 509.32a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7697" d="M1331.83 526.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7698" d="M1349.15 544.09c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46 1.99-4.46 4.46-4.46Z"/><path id="eHoEbK48iZR7699" d="M1323.82 694.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7700" d="M1317.92 710.85c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7701" d="M1304.28 742.21c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7702" d="M1270.42 800.46c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12c.01-2.83 2.3-5.12 5.12-5.12Z"/><path id="eHoEbK48iZR7703" d="M547.11 848.48c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7704" d="M535.96 834.57a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7705" d="M525.46 821.19a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7706" d="M515.36 807.41a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7707" d="M505.78 794.03c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46 2-4.46 4.46-4.46Z"/><path id="eHoEbK48iZR7708" d="M432.44 568.89a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7709" d="M431.78 552.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7710" d="M433.75 500.67a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7711" d="M435.59 483.74a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7712" d="M438.08 466.95a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7713" d="M441.23 450.15a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7714" d="M445.04 433.49a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7715" d="M449.5 417.09a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7716" d="M454.48 400.69a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7717" d="M459.99 384.68a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7718" d="M466.29 368.68a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7719" d="M472.98 353.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7720" d="M496.73 307.8a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7721" d="M525.46 265.42a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7722" d="M535.96 252.96c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7723" d="M570.6 214.38a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7724" d="M583.06 202.71a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7725" d="M595.92 191.55a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><circle id="eHoEbK48iZR7726" r="5.25" transform="translate(609.17 186.18)"/><path id="eHoEbK48iZR7727" d="M622.95 170.69a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7728" d="M636.98 161.77c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46 2-4.46 4.46-4.46Z"/><path id="eHoEbK48iZR7729" d="M1216.37 221.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7730" d="M1228.18 232.75a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7731" d="M1239.46 246.4c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7732" d="M1250.22 258.73a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><circle id="eHoEbK48iZR7733" r="5.25" transform="translate(1260.58 277.49)"/><path id="eHoEbK48iZR7734" d="M1270.42 286.94a4.59 4.59 0 0 1 4.59 4.59c0 2.53-2.06 4.59-4.59 4.59s-4.59-2.06-4.59-4.59 2.06-4.59 4.59-4.59Z"/><path id="eHoEbK48iZR7735" d="M1279.74 300.58a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7736" d="M1288.4 315.15a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7737" d="M1296.67 330.1a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7738" d="M1304.28 345.32a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7739" d="M1311.36 360.94a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7740" d="M1317.92 376.68a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7741" d="M1323.82 392.69a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7742" d="M1329.07 408.82a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7743" d="M1333.8 425.22a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7744" d="M1337.86 441.76a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7745" d="M1341.27 458.55a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7746" d="M1344.16 475.34a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7747" d="M1346.39 492.27a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7748" d="M1347.97 510.11c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7749" d="M1349.15 543.7c2.68 0 4.85 2.17 4.85 4.85 0 2.68-2.17 4.85-4.85 4.85-2.68 0-4.85-2.17-4.85-4.85a4.835 4.835 0 0 1 4.85-4.85Z"/><path id="eHoEbK48iZR7750" d="M1366.2 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7751" d="M1341.54 695.24c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7752" d="M1322.77 742.86c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7753" d="M1298.9 787.34a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7754" d="M1289.84 801.77a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7755" d="M1280.27 815.94a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7756" d="M526.64 849.79a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7757" d="M515.88 836.54a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7758" d="M505.65 822.9a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7759" d="M415.38 568.89a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7760" d="M414.86 551.83a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7761" d="M414.86 534.78a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7762" d="M415.38 517.72a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7763" d="M416.7 500.67a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7764" d="M418.53 483.74a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7765" d="M420.89 466.82a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7766" d="M423.91 450.02a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7767" d="M427.59 433.23a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7768" d="M431.92 416.7a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7769" d="M436.77 400.43a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7770" d="M442.15 384.16a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7771" d="M448.18 368.15a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7772" d="M454.74 352.41a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7773" d="M477.7 306.62a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7774" d="M486.5 292.05a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7775" d="M495.81 277.62a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7776" d="M505.65 264.37a4.59 4.59 0 0 1 4.59 4.59c0 2.53-2.06 4.59-4.59 4.59a4.59 4.59 0 1 1 0-9.18Z"/><path id="eHoEbK48iZR7777" d="M515.88 250.07a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7778" d="M526.64 237.74c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7779" d="M561.67 199.43a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7780" d="M574.27 187.88a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7781" d="M587.26 176.73a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7782" d="M600.51 166.1a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7783" d="M1270.29 257.68c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7784" d="M1280.27 270.67a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7785" d="M1298.9 299.27a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7786" d="M1307.29 314.1a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7787" d="M1315.3 329.18a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7788" d="M1322.77 344.67a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7789" d="M1329.6 360.28a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7790" d="M1335.89 376.15a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7791" d="M1341.54 392.29a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7792" d="M1346.65 408.56a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7793" d="M1351.25 424.96a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7794" d="M1355.18 441.62a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7795" d="M1358.59 458.42a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7796" d="M1361.35 475.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7797" d="M1363.45 492.14a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7798" d="M1354.13 710.98c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7799" d="M1326.71 772.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7800" d="M1318.58 787.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7801" d="M1309.92 801.9a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7802" d="M1300.73 816.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z"/><circle id="eHoEbK48iZR7803" r="5.25" transform="translate(1291.02 835.36)"/><path id="eHoEbK48iZR7804" d="M1280.92 843.76a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7805" d="M557.34 907.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7806" d="M521.66 870a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7807" d="M510.64 857.14a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7808" d="M500.01 843.89c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12 2.29-5.12 5.12-5.12Z"/><path id="eHoEbK48iZR7809" d="M489.91 831.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7810" d="M398.07 561.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7811" d="M397.8 543.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7812" d="M398.07 526.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7813" d="M398.85 509.32a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7814" d="M400.43 492.4a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7815" d="M402.4 475.47a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7816" d="M405.02 458.68a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7817" d="M408.3 442.02a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7818" d="M412.1 425.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7819" d="M416.43 408.96a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7820" d="M421.29 392.69a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7821" d="M426.8 376.55a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7822" d="M432.83 360.67a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7823" d="M439.39 344.93a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7824" d="M454.22 314.62a4.991 4.991 0 0 1 0 9.98 4.991 4.991 0 0 1 0-9.98Z"/><path id="eHoEbK48iZR7825" d="M462.35 299.4a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7826" d="M471.01 284.71a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7827" d="M480.2 271.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7828" d="M489.91 256.5a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7829" d="M500.01 242.85a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7830" d="M570.2 168.86a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7831" d="M583.19 158.1a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7832" d="M1318.58 299.4a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7833" d="M1326.71 314.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7834" d="M1334.45 329.58a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7835" d="M1341.54 344.93a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7836" d="M1348.1 360.67a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7837" d="M1354.13 376.55a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7838" d="M1359.64 392.69a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7839" d="M1364.5 408.96a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7840" d="M1368.83 425.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7841" d="M1372.63 442.02a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7842" d="M1375.91 458.68a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7843" d="M1378.54 475.47a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7844" d="M1380.5 493.32c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7845" d="M1382.86 526.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7846" d="M1383.13 544.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7847" d="M1371.97 710.46a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7848" d="M1352.82 757.82a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7849" d="M1345.34 773.17a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7850" d="M1337.47 788.26a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7851" d="M1329.07 803.08a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7852" d="M1320.15 817.52a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7853" d="M1310.7 831.82a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7854" d="M1300.86 845.73a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7855" d="M512.47 885.22a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7856" d="M501.19 872.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7857" d="M490.43 860.16c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7858" d="M381.01 526.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7859" d="M381.93 509.32a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7860" d="M383.37 492.27a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7861" d="M385.34 475.34a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7862" d="M387.83 458.55a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7863" d="M390.98 441.76a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7864" d="M394.65 425.09a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7865" d="M398.85 408.69a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7866" d="M403.58 392.29a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7867" d="M408.96 376.15a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7868" d="M414.86 360.15a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7869" d="M421.16 344.27a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7870" d="M428.11 328.79a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7871" d="M435.59 313.44a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7872" d="M443.46 298.35a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7873" d="M451.86 283.53a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7874" d="M460.78 269.09a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7875" d="M480.07 240.89a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7876" d="M501.19 215.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7877" d="M512.47 201.39a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7878" d="M524.02 188.93a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7879" d="M536.09 176.86a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7880" d="M548.55 165.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7881" d="M561.41 154.03a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7882" d="M1337.47 298.35a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7883" d="M1345.34 313.44a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7884" d="M1352.82 328.79a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7885" d="M1359.77 344.27a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7886" d="M1366.07 360.15a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7887" d="M1371.97 376.15a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7888" d="M1377.35 392.29a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7889" d="M1382.08 408.69a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7890" d="M1389.95 442.02a4.991 4.991 0 0 1 0 9.98 4.991 4.991 0 0 1 0-9.98Z"/><path id="eHoEbK48iZR7891" d="M1393.1 458.55a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7892" d="M1395.59 476.26c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7893" d="M1397.56 492.27a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7894" d="M1389.82 711.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7895" d="M1384.05 726.99a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7896" d="M1363.97 774.09a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7897" d="M1356.23 789.18a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><circle id="eHoEbK48iZR7898" r="5.25" transform="translate(1347.97 809.38)"/><path id="eHoEbK48iZR7899" d="M1339.31 818.83a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7900" d="M1330.12 833.26a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7901" d="M1320.54 847.96a4.59 4.59 0 1 1 0 9.18c-2.53 0-4.59-2.06-4.59-4.59a4.59 4.59 0 0 1 4.59-4.59Z"/><path id="eHoEbK48iZR7902" d="M514.97 912.9c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12 2.29-5.12 5.12-5.12Z"/><path id="eHoEbK48iZR7903" d="M503.29 900.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7904" d="M491.87 887.58a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7905" d="M364.87 509.98c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46 2-4.46 4.46-4.46Z"/><path id="eHoEbK48iZR7906" d="M366.18 492.27a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7907" d="M368.15 475.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7908" d="M370.64 458.42a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7909" d="M373.66 441.62a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7910" d="M377.2 424.96a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7911" d="M381.4 408.3a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7912" d="M386 391.9a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7913" d="M391.11 375.63a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7914" d="M396.88 359.62a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7915" d="M403.05 343.75a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7916" d="M409.74 328a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7917" d="M416.96 312.52a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7918" d="M424.7 297.43a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7919" d="M432.97 282.48a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7920" d="M441.62 268.31c2.61 0 4.72 2.11 4.72 4.72s-2.11 4.72-4.72 4.72-4.72-2.11-4.72-4.72 2.12-4.72 4.72-4.72Z"/><path id="eHoEbK48iZR7921" d="M450.81 253.35a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7922" d="M470.49 226.45c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7923" d="M480.98 212.94c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7924" d="M491.87 199.82c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46 2-4.46 4.46-4.46Z"/><path id="eHoEbK48iZR7925" d="M503.29 186.31a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7926" d="M514.97 173.84a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7927" d="M527.17 161.9a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7928" d="M539.76 150.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7929" d="M1363.97 312.52a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7930" d="M1371.19 328a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7931" d="M1377.88 343.75a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7932" d="M1384.05 359.62a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7933" d="M1389.82 375.63a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7934" d="M1394.94 391.9a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7935" d="M1410.29 459.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7936" d="M1402.28 726.59a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7937" d="M1396.38 743.39c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7938" d="M1389.95 758.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7939" d="M1382.86 773.83c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12 2.3-5.12 5.12-5.12Z"/><path id="eHoEbK48iZR7940" d="M1375.52 789.05a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7941" d="M1367.51 804a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7942" d="M1359.25 818.83a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7943" d="M1350.33 833.39a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7944" d="M1341.01 848.48c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7945" d="M348.47 500.8a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7946" d="M350.05 484a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7947" d="M352.15 467.08a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7948" d="M354.77 450.28a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7949" d="M357.92 433.62a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7950" d="M361.59 416.96a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7951" d="M365.79 400.56a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7952" d="M370.51 384.16a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7953" d="M375.76 368.02a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7954" d="M381.53 352.01a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7955" d="M387.7 336.27a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7956" d="M394.52 320.66a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7957" d="M401.61 305.17a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7958" d="M409.35 290.09a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7959" d="M417.48 276.05c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7960" d="M435.2 246.13a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7961" d="M454.61 218.19a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7962" d="M464.98 205.2c2.68 0 4.85 2.17 4.85 4.85 0 2.68-2.17 4.85-4.85 4.85-2.68 0-4.85-2.17-4.85-4.85-.01-2.68 2.17-4.85 4.85-4.85Z"/><path id="eHoEbK48iZR7963" d="M475.74 192.08c2.68 0 4.85 2.17 4.85 4.85 0 2.68-2.17 4.85-4.85 4.85-2.68 0-4.85-2.17-4.85-4.85-.01-2.68 2.17-4.85 4.85-4.85Z"/><path id="eHoEbK48iZR7964" d="M487.02 179.75c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7965" d="M498.57 166.49a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7966" d="M510.51 154.42a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7967" d="M522.84 143.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7968" d="M1382.86 312.92a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7969" d="M1389.95 328.4a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7970" d="M1396.38 344.14a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7971" d="M1402.28 360.02a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7972" d="M1407.79 376.15a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7973" d="M1412.78 392.29a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7974" d="M1417.24 409.61c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7975" d="M1420.13 727.12a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7976" d="M1414.35 743.78c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46 2-4.46 4.46-4.46Z"/><path id="eHoEbK48iZR7977" d="M1401.23 774.48a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7978" d="M1394.02 789.83a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7979" d="M1386.28 805.05a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7980" d="M1378.14 820.01a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7981" d="M1369.48 834.57a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7982" d="M1360.43 849.01a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7983" d="M332.99 484.79c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR7984" d="M334.96 466.95a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7985" d="M337.58 450.15a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7986" d="M340.6 433.36a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7987" d="M344.27 416.83a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7988" d="M348.34 400.3a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7989" d="M352.93 383.9a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7990" d="M358.05 367.63a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7991" d="M363.56 351.49a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7992" d="M369.59 335.61a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7993" d="M376.15 319.87a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR7994" d="M383.24 304.39a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7995" d="M390.72 289.17a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7996" d="M398.59 274.08a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7997" d="M406.99 259.25a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7998" d="M434.8 216.48a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR7999" d="M445.04 203.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR8000" d="M455.53 190.37c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR8001" d="M466.42 176.47a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8002" d="M477.84 164.53c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46c0-2.47 1.99-4.46 4.46-4.46Z"/><path id="eHoEbK48iZR8003" d="M489.51 151.93c2.61 0 4.72 2.11 4.72 4.72s-2.11 4.72-4.72 4.72-4.72-2.11-4.72-4.72c0-2.6 2.11-4.72 4.72-4.72Z"/><path id="eHoEbK48iZR8004" d="M1386.28 282.35c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46c0-2.47 1.99-4.46 4.46-4.46Z"/><path id="eHoEbK48iZR8005" d="M1401.23 312.13a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8006" d="M1408.06 327.74a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8007" d="M1414.35 343.62a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8008" d="M1420.13 359.49a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8009" d="M1425.51 375.76a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8010" d="M1430.36 392.03a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8011" d="M1434.69 409.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR8012" d="M1432.33 744.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR8013" d="M1412.52 791.41c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46 1.99-4.46 4.46-4.46Z"/><path id="eHoEbK48iZR8014" d="M1405.04 805.97a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8015" d="M1397.03 821.06a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR8016" d="M1388.64 835.89a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR8017" d="M1379.72 850.45a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8018" d="M1370.53 865.67c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR8019" d="M320.39 450.02a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR8020" d="M323.41 433.23a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8021" d="M326.82 416.57a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25 5.25 5.25 0 0 1 5.25-5.25Z"/><path id="eHoEbK48iZR8022" d="M330.89 400.03a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8023" d="M335.35 383.5a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8024" d="M340.34 367.23a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8025" d="M345.72 351.1a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8026" d="M351.62 335.09a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8027" d="M358.05 319.34a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8028" d="M364.87 303.73a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><circle id="eHoEbK48iZR8029" r="5.25" transform="translate(372.09 293.5)"/><path id="eHoEbK48iZR8030" d="M379.83 273.82a4.59 4.59 0 0 1 4.59 4.59c0 2.53-2.06 4.59-4.59 4.59a4.59 4.59 0 1 1 0-9.18Z"/><path id="eHoEbK48iZR8031" d="M388.09 258.2a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR8032" d="M396.75 243.51a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR8033" d="M435.46 188.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR8034" d="M457.24 162.17c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR8035" d="M468.65 149.44c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46 2-4.46 4.46-4.46Z"/><path id="eHoEbK48iZR8036" d="M1405.04 280.77c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12 2.29-5.12 5.12-5.12Z"/><path id="eHoEbK48iZR8037" d="M1419.6 311.47a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8038" d="M1426.16 327.22a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8039" d="M1432.33 343.09a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8040" d="M1437.97 359.1a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8041" d="M1443.22 375.37a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8042" d="M1447.94 391.77a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8043" d="M1452.14 409.22c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR8044" d="M1455.81 424.83a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8045" d="M1459.09 441.62a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8046" d="M1461.85 459.34c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR8047" d="M1423.54 806.76a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8048" d="M1415.8 821.98a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8049" d="M1407.53 836.93a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8050" d="M1399 851.63a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8051" d="M1389.95 866.06a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8052" d="M1380.37 881.28c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR8053" d="M313.44 400.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR8054" d="M317.77 383.24a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8055" d="M322.62 366.84a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR8056" d="M327.87 350.7a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8057" d="M333.65 334.56a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8058" d="M339.81 318.69a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8059" d="M346.5 302.94a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR8060" d="M353.59 287.46a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><circle id="eHoEbK48iZR8061" r="5.25" transform="translate(361.2 277.49)"/><path id="eHoEbK48iZR8062" d="M369.2 257.81a4.59 4.59 0 0 1 4.59 4.59c0 2.53-2.06 4.59-4.59 4.59s-4.59-2.06-4.59-4.59 2.06-4.59 4.59-4.59Z"/><path id="eHoEbK48iZR8063" d="M377.6 242.33a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8064" d="M386.52 228.55c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR8065" d="M395.7 213.33a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR8066" d="M415.52 186.44c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR8067" d="M1444.27 326.56a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8068" d="M1450.3 342.57a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8069" d="M1455.81 358.71a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR8070" d="M1460.8 374.97a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8071" d="M1465.39 392.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR8072" d="M1469.59 408.04a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8073" d="M1473.13 424.7a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8074" d="M1435.08 822.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR8075" d="M1427.08 836.8a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8076" d="M1418.81 851.63a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR8077" d="M1410.02 866.19a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8078" d="M1400.84 881.41c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR8079" d="M302.29 376.42c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR8080" d="M307.14 359.1a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8081" d="M312.52 342.96a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8082" d="M318.3 326.95a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8083" d="M324.59 311.21a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8084" d="M331.28 295.6a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR8085" d="M338.37 280.12a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><circle id="eHoEbK48iZR8086" r="5.25" transform="translate(345.85 270.14)"/><path id="eHoEbK48iZR8087" d="M353.85 250.73c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR8088" d="M362.12 234.98a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8089" d="M380.09 206.12a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8090" d="M389.67 193c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR8091" d="M1462.64 326.95a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8092" d="M1468.41 342.96a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8093" d="M1473.79 359.1a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8094" d="M1478.64 375.5a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8095" d="M1487.04 409.35c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR8096" d="M1420.13 882.72c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46 1.99-4.46 4.46-4.46Z"/><path id="eHoEbK48iZR8097" d="M1410.81 897.03c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR8098" d="M294.68 342.57a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8099" d="M300.32 326.56a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8100" d="M306.49 310.55a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8101" d="M312.92 294.94a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8102" d="M319.87 279.33a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8103" d="M327.22 263.98a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8104" d="M335.09 249.81c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR8105" d="M343.22 233.93a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8106" d="M351.75 219.24a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8107" d="M360.8 205.59c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR8108" d="M370.12 191.29c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46 2-4.46 4.46-4.46Z"/><path id="eHoEbK48iZR8109" d="M379.83 177.52c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR8110" d="M1486.25 342.57a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8111" d="M1491.37 358.84a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8112" d="M1496.22 375.11a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8113" d="M1500.55 391.64a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8114" d="M282.48 326.04a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8115" d="M288.38 310.03a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8116" d="M294.81 294.29a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c0-2.91 2.35-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR8117" d="M301.63 278.67a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8118" d="M308.72 263.19a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8119" d="M316.33 248.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR8120" d="M324.33 233.67c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46 2-4.46 4.46-4.46Z"/><path id="eHoEbK48iZR8121" d="M332.73 218.06a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8122" d="M1503.96 342.17a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR8123" d="M1509.08 358.44a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8124" d="M1513.8 374.84a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR8125" d="M1518 391.37a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8126" d="M261.62 335.48c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR8127" d="M267.13 318.43a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8128" d="M273.16 302.55a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8129" d="M279.46 286.81a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8130" d="M286.28 271.19a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8131" d="M293.5 255.84a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8132" d="M1521.94 342.57a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8133" d="M1526.92 358.84a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR8134" d="M1531.38 375.24a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR8135" d="M1535.58 392.69c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR8136" d="M249.28 318.03a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8137" d="M255.19 302.03a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8138" d="M261.35 286.15a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR8139" d="M268.04 270.54a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8140" d="M275 255.06a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8141" d="M1539.65 342.17a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8142" d="M1544.51 358.57a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8143" d="M1548.97 375.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR8144" d="M237.21 301.5a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8145" d="M243.25 285.63a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8146" d="M249.81 269.88a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8147" d="M256.63 254.27a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8148" d="M263.85 239.84c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR8149" d="M1557.36 341.91a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8150" d="M1562.09 358.18a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8151" d="M1566.42 375.63c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR8152" d="M1516.17 887.32c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46a4.445 4.445 0 0 1 4.46-4.46Z"/><path id="eHoEbK48iZR8153" d="M1507.77 901.35a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8154" d="M1498.98 915.92a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8155" d="M1489.93 931.27c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR8156" d="M219.24 300.98a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8157" d="M225.27 285.1a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8158" d="M231.57 269.23a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8159" d="M238.26 253.61a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8160" d="M1579.54 357.92a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8161" d="M1583.87 375.37c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.93-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR8162" d="M1535.58 887.19c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33c0-2.4 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR8163" d="M193 326.43c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46 1.99-4.46 4.46-4.46Z"/><path id="eHoEbK48iZR8164" d="M198.25 309.5a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8165" d="M203.89 293.37a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8166" d="M209.92 277.62c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12c.01-2.83 2.3-5.12 5.12-5.12Z"/><path id="eHoEbK48iZR8167" d="M216.35 261.88c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12 2.3-5.12 5.12-5.12Z"/><path id="eHoEbK48iZR8168" d="M223.04 246.13a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8169" d="M1597.25 359.23c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR8170" d="M170.56 342.57c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR8171" d="M180.53 309.11a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8172" d="M186.04 293.1c2.83 0 5.12 2.29 5.12 5.12s-2.29 5.12-5.12 5.12-5.12-2.29-5.12-5.12c.01-2.82 2.3-5.12 5.12-5.12Z"/><path id="eHoEbK48iZR8173" d="M191.95 276.97a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8174" d="M198.11 261.09a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 0 1-5.25-5.25c.01-2.9 2.36-5.25 5.25-5.25Z"/><path id="eHoEbK48iZR8175" d="M204.81 245.48a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8176" d="M157.7 325.9c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR8177" d="M162.82 308.72a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8178" d="M168.2 292.45a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8179" d="M173.97 276.44a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8180" d="M180.14 260.57a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8181" d="M186.57 244.82a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8182" d="M193.39 230.13c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR8183" d="M147.47 301.89c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR8184" d="M152.85 285.76c2.39 0 4.33 1.94 4.33 4.33s-1.94 4.33-4.33 4.33-4.33-1.94-4.33-4.33 1.94-4.33 4.33-4.33Z"/><path id="eHoEbK48iZR8185" d="M158.62 268.96a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8186" d="M164.79 253.09a5.25 5.25 0 1 1 0 10.5 5.25 5.25 0 1 1 0-10.5Z"/><path id="eHoEbK48iZR8187" d="M171.22 238.13c2.46 0 4.46 2 4.46 4.46s-2 4.46-4.46 4.46-4.46-2-4.46-4.46 1.99-4.46 4.46-4.46Z"/></g></g><mask id="eHoEbK48iZR8188" mask-type="luminance"><ellipse id="eHoEbK48iZR8189" rx="3.675" ry="4.72" transform="translate(359.495 484.92)" fill="#FFF" stroke="none" stroke-width="0"/><ellipse id="eHoEbK48iZR8190" rx="4.07" ry="4.53" transform="translate(837.33 414.01)" fill="#FFF" stroke="none" stroke-width="0"/><ellipse id="eHoEbK48iZR8191" rx="2.82" ry="2.755" transform="translate(1111.74 608.385)" fill="#FFF" stroke="none" stroke-width="0"/></mask></g><circle id="eHoEbK48iZR8192" transform="matrix(2.62283 0 0 2.62283 348.34 506.06)" fill="none" stroke="#DC8D00" stroke-width="1" stroke-opacity="0" r="9.25"/><script><![CDATA[!function(t,n){"object"==typeof exports&&"undefined"!=typeof module?module.exports=n(require("vue")):"function"==typeof define&&define.amd?define(["vue"],n):((t="undefined"!=typeof globalThis?globalThis:t||self).__SVGATOR_PLAYER__=t.__SVGATOR_PLAYER__||{},t.__SVGATOR_PLAYER__["91c80d77"]=n())}(this,(function(){"use strict";function t(t,n){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable}))),e.push.apply(e,r)}return e}function n(n){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?t(Object(r),!0).forEach((function(t){o(n,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(r)):t(Object(r)).forEach((function(t){Object.defineProperty(n,t,Object.getOwnPropertyDescriptor(r,t))}))}return n}function e(t){return(e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function r(t,n){if(!(t instanceof n))throw new TypeError("Cannot call a class as a function")}function i(t,n){for(var e=0;e<n.length;e++){var r=n[e];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function u(t,n,e){return n&&i(t.prototype,n),e&&i(t,e),t}function o(t,n,e){return n in t?Object.defineProperty(t,n,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[n]=e,t}function a(t){return(a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function l(t,n){return(l=Object.setPrototypeOf||function(t,n){return t.__proto__=n,t})(t,n)}function s(t,n){if(n&&("object"==typeof n||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}function f(t){var n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var e,r=a(t);if(n){var i=a(this).constructor;e=Reflect.construct(r,arguments,i)}else e=r.apply(this,arguments);return s(this,e)}}function c(t,n,e){return(c="undefined"!=typeof Reflect&&Reflect.get?Reflect.get:function(t,n,e){var r=function(t,n){for(;!Object.prototype.hasOwnProperty.call(t,n)&&null!==(t=a(t)););return t}(t,n);if(r){var i=Object.getOwnPropertyDescriptor(r,n);return i.get?i.get.call(e):i.value}})(t,n,e||t)}var h=v(Math.pow(10,-6));function v(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:6;if(Number.isInteger(t))return t;var e=Math.pow(10,n);return Math.round((+t+Number.EPSILON)*e)/e}function d(t,n){var e=arguments.length>2&&void 0!==arguments[2]?arguments[2]:h;return Math.abs(t-n)<e}var y=Math.PI/180;function g(t){return t}function p(t,n,e){var r=1-e;return 3*e*r*(t*r+n*e)+e*e*e}function m(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,e=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1;return t<0||t>1||e<0||e>1?null:d(t,n)&&d(e,r)?g:function(i){if(i<=0)return t>0?i*n/t:0===n&&e>0?i*r/e:0;if(i>=1)return e<1?1+(i-1)*(r-1)/(e-1):1===e&&t<1?1+(i-1)*(n-1)/(t-1):1;for(var u,o=0,a=1;o<a;){var l=p(t,e,u=(o+a)/2);if(d(i,l))break;l<i?o=u:a=u}return p(n,r,u)}}function b(){return 1}function w(t){return 1===t?1:0}function x(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;if(1===t){if(0===n)return w;if(1===n)return b}var e=1/t;return function(t){return t>=1?1:(t+=n*e)-t%e}}var A="undefined"!=typeof window&&/(Mac|iPhone|iPod|iPad)/i.test(window.navigator.platform);Object.freeze({Meta:A?"Control":"Meta",Ctrl:"Control",Down:"ArrowDown",Up:"ArrowUp",Left:"ArrowLeft",Right:"ArrowRight",Esc:"Escape",Delete:"Backspace",Space:"Space"});var k=Math.sin,_=Math.cos,S=Math.acos,O=Math.asin,M=Math.tan,E=Math.atan2,P=Math.PI/180,j=180/Math.PI,B=Math.sqrt,I=function(){function t(){var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,u=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1,o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,a=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;r(this,t),this.m=[n,e,i,u,o,a],this.i=null,this.w=null,this.s=null}return u(t,[{key:"determinant",get:function(){var t=this.m;return t[0]*t[3]-t[1]*t[2]}},{key:"isIdentity",get:function(){if(null===this.i){var t=this.m;this.i=1===t[0]&&0===t[1]&&0===t[2]&&1===t[3]&&0===t[4]&&0===t[5]}return this.i}},{key:"point",value:function(t,n){var e=this.m;return{x:e[0]*t+e[2]*n+e[4],y:e[1]*t+e[3]*n+e[5]}}},{key:"translateSelf",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;if(!t&&!n)return this;var e=this.m;return e[4]+=e[0]*t+e[2]*n,e[5]+=e[1]*t+e[3]*n,this.w=this.s=this.i=null,this}},{key:"rotateSelf",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;if(t%=360){var n=k(t*=P),e=_(t),r=this.m,i=r[0],u=r[1];r[0]=i*e+r[2]*n,r[1]=u*e+r[3]*n,r[2]=r[2]*e-i*n,r[3]=r[3]*e-u*n,this.w=this.s=this.i=null}return this}},{key:"scaleSelf",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;if(1!==t||1!==n){var e=this.m;e[0]*=t,e[1]*=t,e[2]*=n,e[3]*=n,this.w=this.s=this.i=null}return this}},{key:"skewSelf",value:function(t,n){if(n%=360,(t%=360)||n){var e=this.m,r=e[0],i=e[1],u=e[2],o=e[3];t&&(t=M(t*P),e[2]+=r*t,e[3]+=i*t),n&&(n=M(n*P),e[0]+=u*n,e[1]+=o*n),this.w=this.s=this.i=null}return this}},{key:"resetSelf",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,e=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1,i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,u=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0,o=this.m;return o[0]=t,o[1]=n,o[2]=e,o[3]=r,o[4]=i,o[5]=u,this.w=this.s=this.i=null,this}},{key:"recomposeSelf",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,e=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:null;return this.isIdentity||this.resetSelf(),t&&(t.x||t.y)&&this.translateSelf(t.x,t.y),n&&this.rotateSelf(n),e&&(e.x&&this.skewSelf(e.x,0),e.y&&this.skewSelf(0,e.y)),!r||1===r.x&&1===r.y||this.scaleSelf(r.x,r.y),i&&(i.x||i.y)&&this.translateSelf(i.x,i.y),this}},{key:"decompose",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,e=this.m,r=e[0]*e[0]+e[1]*e[1],i=[[e[0],e[1]],[e[2],e[3]]],u=B(r);if(0===u)return{origin:{x:v(e[4]),y:v(e[5])},translate:{x:v(t),y:v(n)},scale:{x:0,y:0},skew:{x:0,y:0},rotate:0};i[0][0]/=u,i[0][1]/=u;var o=e[0]*e[3]-e[1]*e[2]<0;o&&(u=-u);var a=i[0][0]*i[1][0]+i[0][1]*i[1][1];i[1][0]-=i[0][0]*a,i[1][1]-=i[0][1]*a;var l=B(i[1][0]*i[1][0]+i[1][1]*i[1][1]);if(0===l)return{origin:{x:v(e[4]),y:v(e[5])},translate:{x:v(t),y:v(n)},scale:{x:v(u),y:0},skew:{x:0,y:0},rotate:0};i[1][0]/=l,i[1][1]/=l,a/=l;var s=0;return i[1][1]<0?(s=S(i[1][1])*j,i[0][1]<0&&(s=360-s)):s=O(i[0][1])*j,o&&(s=-s),a=E(a,B(i[0][0]*i[0][0]+i[0][1]*i[0][1]))*j,o&&(a=-a),{origin:{x:v(e[4]),y:v(e[5])},translate:{x:v(t),y:v(n)},scale:{x:v(u),y:v(l)},skew:{x:v(a),y:0},rotate:v(s)}}},{key:"toString",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:" ";return null===this.s&&(this.s="matrix("+this.m.map((function(t){return v(t)})).join(t)+")"),this.s}}]),t}();function R(t,n,e){return t>=.5?e:n}function T(t,n,e){return 0===t||n===e?n:t*(e-n)+n}function N(t,n,e){var r=T(t,n,e);return r<=0?0:r}function C(t,n,e){var r=T(t,n,e);return r<=0?0:r>=1?1:r}function L(t,n,e){return 0===t?n:1===t?e:{x:T(t,n.x,e.x),y:T(t,n.y,e.y)}}function F(t,n,e){return 0===t?n:1===t?e:{x:N(t,n.x,e.x),y:N(t,n.y,e.y)}}function q(t,n,e){var r=function(t,n,e){return Math.round(T(t,n,e))}(t,n,e);return r<=0?0:r>=255?255:r}function V(t,n,e){return 0===t?n:1===t?e:{r:q(t,n.r,e.r),g:q(t,n.g,e.g),b:q(t,n.b,e.b),a:T(t,null==n.a?1:n.a,null==e.a?1:e.a)}}function D(t,n,e){var r=n.length;if(r!==e.length)return R(t,n,e);for(var i=new Array(r),u=0;u<r;u++)i[u]=T(t,n[u],e[u]);return i}function z(t,n){for(var e=[],r=0;r<t;r++)e.push(n);return e}function Y(t,n){if(--n<=0)return t;var e=(t=Object.assign([],t)).length;do{for(var r=0;r<e;r++)t.push(t[r])}while(--n>0);return t}var G,U=function(){function t(n){r(this,t),this.list=n,this.length=n.length}return u(t,[{key:"setAttribute",value:function(t,n){for(var e=this.list,r=0;r<this.length;r++)e[r].setAttribute(t,n)}},{key:"removeAttribute",value:function(t){for(var n=this.list,e=0;e<this.length;e++)n[e].removeAttribute(t)}},{key:"style",value:function(t,n){for(var e=this.list,r=0;r<this.length;r++)e[r].style[t]=n}}]),t}(),W=/-./g,$=function(t,n){return n.toUpperCase()};function H(t){return"function"==typeof t?t:R}function Q(t){return t?"function"==typeof t?t:Array.isArray(t)?function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:g;if(!Array.isArray(t))return n;switch(t.length){case 1:return x(t[0])||n;case 2:return x(t[0],t[1])||n;case 4:return m(t[0],t[1],t[2],t[3])||n}return n}(t,null):function(t,n){var e=arguments.length>2&&void 0!==arguments[2]?arguments[2]:g;switch(t){case"linear":return g;case"steps":return x(n.steps||1,n.jump||0)||e;case"bezier":case"cubic-bezier":return m(n.x1||0,n.y1||0,n.x2||0,n.y2||0)||e}return e}(t.type,t.value,null):null}function X(t,n,e){var r=arguments.length>3&&void 0!==arguments[3]&&arguments[3],i=n.length-1;if(t<=n[0].t)return r?[0,0,n[0].v]:n[0].v;if(t>=n[i].t)return r?[i,1,n[i].v]:n[i].v;var u,o=n[0],a=null;for(u=1;u<=i;u++){if(!(t>n[u].t)){a=n[u];break}o=n[u]}return null==a?r?[i,1,n[i].v]:n[i].v:o.t===a.t?r?[u,1,a.v]:a.v:(t=(t-o.t)/(a.t-o.t),o.e&&(t=o.e(t)),r?[u,t,e(t,o.v,a.v)]:e(t,o.v,a.v))}function J(t,n){var e=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;return t&&t.length?"function"!=typeof n?null:("function"!=typeof e&&(e=null),function(r){var i=X(r,t,n);return null!=i&&e&&(i=e(i)),i}):null}function Z(t,n){return t.t-n.t}function K(t,n,r,i,u){var o,a="@"===r[0],l="#"===r[0],s=G[r],f=R;switch(a?(o=r.substr(1),r=o.replace(W,$)):l&&(r=r.substr(1)),e(s)){case"function":if(f=s(i,u,X,Q,r,a,n,t),l)return f;break;case"string":f=J(i,H(s));break;case"object":if((f=J(i,H(s.i),s.f))&&"function"==typeof s.u)return s.u(n,f,r,a,t)}return f?function(t,n,e){if(arguments.length>3&&void 0!==arguments[3]&&arguments[3])return t instanceof U?function(r){return t.style(n,e(r))}:function(r){return t.style[n]=e(r)};if(Array.isArray(n)){var r=n.length;return function(i){var u=e(i);if(null==u)for(var o=0;o<r;o++)t[o].removeAttribute(n);else for(var a=0;a<r;a++)t[a].setAttribute(n,u)}}return function(r){var i=e(r);null==i?t.removeAttribute(n):t.setAttribute(n,i)}}(n,r,f,a):null}function tt(t,n,r,i){if(!i||"object"!==e(i))return null;var u=null,o=null;return Array.isArray(i)?o=function(t){if(!t||!t.length)return null;for(var n=0;n<t.length;n++)t[n].e&&(t[n].e=Q(t[n].e));return t.sort(Z)}(i):(o=i.keys,u=i.data||null),o?K(t,n,r,o,u):null}function nt(t,n,e){if(!e)return null;var r=[];for(var i in e)if(e.hasOwnProperty(i)){var u=tt(t,n,i,e[i]);u&&r.push(u)}return r.length?r:null}function et(t,n){if(!n.duration||n.duration<0)return null;var e=function(t,n){if(!n)return null;var e=[];if(Array.isArray(n))for(var r=n.length,i=0;i<r;i++){var u=n[i];if(2===u.length){var o=null;if("string"==typeof u[0])o=t.getElementById(u[0]);else if(Array.isArray(u[0])){o=[];for(var a=0;a<u[0].length;a++)if("string"==typeof u[0][a]){var l=t.getElementById(u[0][a]);l&&o.push(l)}o=o.length?1===o.length?o[0]:new U(o):null}if(o){var s=nt(t,o,u[1]);s&&(e=e.concat(s))}}}else for(var f in n)if(n.hasOwnProperty(f)){var c=t.getElementById(f);if(c){var h=nt(t,c,n[f]);h&&(e=e.concat(h))}}return e.length?e:null}(t,n.elements);return e?function(t,n){var e=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1/0,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1,i=arguments.length>4&&void 0!==arguments[4]&&arguments[4],u=arguments.length>5&&void 0!==arguments[5]?arguments[5]:1,o=t.length,a=r>0?n:0;i&&e%2==0&&(a=n-a);var l=null;return function(s,f){var c=s%n,h=1+(s-c)/n;f*=r,i&&h%2==0&&(f=-f);var v=!1;if(h>e)c=a,v=!0,-1===u&&(c=r>0?0:n);else if(f<0&&(c=n-c),c===l)return!1;l=c;for(var d=0;d<o;d++)t[d](c);return v}}(e,n.duration,n.iterations||1/0,n.direction||1,!!n.alternate,n.fill||1):null}function rt(t){return+("0x"+(t.replace(/[^0-9a-fA-F]+/g,"")||27))}function it(t,n,e){return!t||!e||n>t.length?t:t.substring(0,n)+it(t.substring(n+1),e,e)}function ut(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:27;return!t||t%n?t%n:ut(t/n,n)}function ot(t,n,e){if(t&&t.length){var r=rt(e),i=rt(n),u=ut(r)+5,o=it(t,ut(r,5),u);return o=o.replace(/\x7c$/g,"==").replace(/\x2f$/g,"="),o=function(t,n,e){var r=+("0x"+t.substring(0,4));t=t.substring(4);for(var i=n%r+e%27,u=[],o=0;o<t.length;o+=2)if("|"!==t[o]){var a=+("0x"+t[o]+t[o+1])-i;u.push(a)}else{var l=+("0x"+t.substring(o+1,o+1+4))-i;o+=3,u.push(l)}return String.fromCharCode.apply(String,u)}(o=(o=atob(o)).replace(/[\x41-\x5A]/g,""),i,r),o=JSON.parse(o)}}Number.isInteger||(Number.isInteger=function(t){return"number"==typeof t&&isFinite(t)&&Math.floor(t)===t}),Number.EPSILON||(Number.EPSILON=2220446049250313e-31);var at=function(){function t(n,e){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};r(this,t),this._id=0,this._running=!1,this._rollingBack=!1,this._animations=n,this.duration=e.duration,this.alternate=e.alternate,this.fill=e.fill,this.iterations=e.iterations,this.direction=i.direction||1,this.speed=i.speed||1,this.fps=i.fps||100,this.offset=i.offset||0,this.rollbackStartOffset=0}return u(t,[{key:"_rollback",value:function(){var t=this,n=1/0,e=null;this.rollbackStartOffset=this.offset,this._rollingBack||(this._rollingBack=!0,this._running=!0);this._id=window.requestAnimationFrame((function r(i){if(t._rollingBack){null==e&&(e=i);var u=i-e,o=t.rollbackStartOffset-u,a=Math.round(o*t.speed);if(a>t.duration&&n!=1/0){var l=!!t.alternate&&a/t.duration%2>1,s=a%t.duration;a=(s+=l?t.duration:0)||t.duration}var f=t.fps?1e3/t.fps:0,c=Math.max(0,a);if(c<n-f){t.offset=c,n=c;for(var h=t._animations,v=h.length,d=0;d<v;d++)h[d](c,t.direction)}var y=!1;if(t.iterations>0&&-1===t.fill){var g=t.iterations*t.duration,p=g==a;a=p?0:a,t.offset=p?0:t.offset,y=a>g}a>0&&t.offset>=a&&!y?t._id=window.requestAnimationFrame(r):t.stop()}}))}},{key:"_start",value:function(){var t=this,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,e=-1/0,r=null,i={},u=function u(o){t._running=!0,null==r&&(r=o);var a=Math.round((o-r+n)*t.speed),l=t.fps?1e3/t.fps:0;if(a>e+l&&!t._rollingBack){t.offset=a,e=a;for(var s=t._animations,f=s.length,c=0,h=0;h<f;h++)i[h]?c++:(i[h]=s[h](a,t.direction),i[h]&&c++);if(c===f)return void t._stop()}t._id=window.requestAnimationFrame(u)};this._id=window.requestAnimationFrame(u)}},{key:"_stop",value:function(){this._id&&window.cancelAnimationFrame(this._id),this._running=!1,this._rollingBack=!1}},{key:"play",value:function(){!this._rollingBack&&this._running||(this._rollingBack=!1,this.rollbackStartOffset>this.duration&&(this.offset=this.rollbackStartOffset-(this.rollbackStartOffset-this.offset)%this.duration,this.rollbackStartOffset=0),this._start(this.offset))}},{key:"stop",value:function(){this._stop(),this.offset=0,this.rollbackStartOffset=0;var t=this.direction,n=this._animations;window.requestAnimationFrame((function(){for(var e=0;e<n.length;e++)n[e](0,t)}))}},{key:"reachedToEnd",value:function(){return this.iterations>0&&this.offset>=this.iterations*this.duration}},{key:"restart",value:function(){this._stop(),this.offset=0,this._start()}},{key:"pause",value:function(){this._stop()}},{key:"reverse",value:function(){this.direction=-this.direction}}],[{key:"build",value:function(e,r){return delete e.animationSettings,e.options=ot(e.options,e.root,"91c80d77"),e.animations.map((function(t){var r=ot(t.s,e.root,"91c80d77");for(var i in delete t.s,e.animationSettings||(e.animationSettings=n({},r)),r)r.hasOwnProperty(i)&&(t[i]=r[i])})),(e=function(t,n){if(G=n,!t||!t.root||!Array.isArray(t.animations))return null;for(var e=document.getElementsByTagName("svg"),r=!1,i=0;i<e.length;i++)if(e[i].id===t.root&&!e[i].svgatorAnimation){(r=e[i]).svgatorAnimation=!0;break}if(!r)return null;var u=t.animations.map((function(t){return et(r,t)})).filter((function(t){return!!t}));return u.length?{element:r,animations:u,animationSettings:t.animationSettings,options:t.options||void 0}:null}(e,r))?{el:e.element,options:e.options||{},player:new t(e.animations,e.animationSettings,e.options)}:null}},{key:"push",value:function(t){return this.build(t)}},{key:"init",value:function(){var t=this,n=window.__SVGATOR_PLAYER__&&window.__SVGATOR_PLAYER__["91c80d77"];Array.isArray(n)&&n.splice(0).forEach((function(n){return t.build(n)}))}}]),t}();!function(){for(var t=0,n=["ms","moz","webkit","o"],e=0;e<n.length&&!window.requestAnimationFrame;++e)window.requestAnimationFrame=window[n[e]+"RequestAnimationFrame"],window.cancelAnimationFrame=window[n[e]+"CancelAnimationFrame"]||window[n[e]+"CancelRequestAnimationFrame"];window.requestAnimationFrame||(window.requestAnimationFrame=function(n){var e=Date.now(),r=Math.max(0,16-(e-t)),i=window.setTimeout((function(){n(e+r)}),r);return t=e+r,i},window.cancelAnimationFrame=window.clearTimeout)}();var lt=function(t,n){var e=!1,r=null;return function(i){e&&clearTimeout(e),e=setTimeout((function(){return function(){for(var i=0,u=window.innerHeight,o=0,a=window.innerWidth,l=t.parentNode;l instanceof Element;){var s=window.getComputedStyle(l);if("visible"!==s.overflowY||"visible"!==s.overflowX){var f=l.getBoundingClientRect();"visible"!==s.overflowY&&(i=Math.max(i,f.top),u=Math.min(u,f.bottom)),"visible"!==s.overflowX&&(o=Math.max(o,f.left),a=Math.min(a,f.right))}if(l===l.parentNode)break;l=l.parentNode}e=!1;var c=t.getBoundingClientRect(),h=Math.min(c.height,Math.max(0,i-c.top)),v=Math.min(c.height,Math.max(0,c.bottom-u)),d=Math.min(c.width,Math.max(0,o-c.left)),y=Math.min(c.width,Math.max(0,c.right-a)),g=(c.height-h-v)/c.height,p=(c.width-d-y)/c.width,m=Math.round(g*p*100);null!==r&&r===m||(r=m,n(m))}()}),100)}},st=function(){function t(n,e,i){r(this,t),e=Math.max(1,e||1),e=Math.min(e,100),this.el=n,this.onTresholdChange=i&&i.call?i:function(){},this.tresholdPercent=e||1,this.currentVisibility=null,this.visibilityCalculator=lt(n,this.onVisibilityUpdate.bind(this)),this.bindScrollWatchers(),this.visibilityCalculator()}return u(t,[{key:"bindScrollWatchers",value:function(){for(var t=this.el.parentNode;t&&(t.addEventListener("scroll",this.visibilityCalculator),t!==t.parentNode&&t!==document);)t=t.parentNode}},{key:"onVisibilityUpdate",value:function(t){var n=this.currentVisibility>=this.tresholdPercent,e=t>=this.tresholdPercent;if(null===this.currentVisibility||n!==e)return this.currentVisibility=t,void this.onTresholdChange(e);this.currentVisibility=t}}]),t}();function ft(t){return v(t)+""}function ct(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:" ";return t&&t.length?t.map(ft).join(n):""}function ht(t){return ft(t.x)+","+ft(t.y)}function vt(t){return t?null==t.a||t.a>=1?"rgb("+t.r+","+t.g+","+t.b+")":"rgba("+t.r+","+t.g+","+t.b+","+t.a+")":"transparent"}function dt(t){return t?"url(#"+t+")":"none"}var yt={f:null,i:F,u:function(t,n){return function(e){var r=n(e);t.setAttribute("rx",ft(r.x)),t.setAttribute("ry",ft(r.y))}}},gt={f:null,i:function(t,n,e){return 0===t?n:1===t?e:{width:N(t,n.width,e.width),height:N(t,n.height,e.height)}},u:function(t,n){return function(e){var r=n(e);t.setAttribute("width",ft(r.width)),t.setAttribute("height",ft(r.height))}}};Object.freeze({M:2,L:2,Z:0,H:1,V:1,C:6,Q:4,T:2,S:4,A:7});var pt={},mt=null;function bt(t){var n=function(){if(mt)return mt;if("object"!==("undefined"==typeof document?"undefined":e(document))||!document.createElementNS)return{};var t=document.createElementNS("http://www.w3.org/2000/svg","svg");return t&&t.style?(t.style.position="absolute",t.style.opacity="0.01",t.style.zIndex="-9999",t.style.left="-9999px",t.style.width="1px",t.style.height="1px",mt={svg:t}):{}}().svg;if(!n)return function(t){return null};var r=document.createElementNS(n.namespaceURI,"path");r.setAttributeNS(null,"d",t),r.setAttributeNS(null,"fill","none"),r.setAttributeNS(null,"stroke","none"),n.appendChild(r);var i=r.getTotalLength();return function(t){var n=r.getPointAtLength(i*t);return{x:n.x,y:n.y}}}function wt(t){return pt[t]?pt[t]:pt[t]=bt(t)}function xt(t,n,e,r){if(!t||!r)return!1;var i=["M",t.x,t.y];if(n&&e&&(i.push("C"),i.push(n.x),i.push(n.y),i.push(e.x),i.push(e.y)),n?!e:e){var u=n||e;i.push("Q"),i.push(u.x),i.push(u.y)}return n||e||i.push("L"),i.push(r.x),i.push(r.y),i.join(" ")}function At(t,n,e,r){var i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,u=xt(t,n,e,r),o=wt(u);try{return o(i)}catch(t){return null}}function kt(t,n,e,r){var i=1-r;return i*i*t+2*i*r*n+r*r*e}function _t(t,n,e,r){return 2*(1-r)*(n-t)+2*r*(e-n)}function St(t,n,e,r){var i=arguments.length>4&&void 0!==arguments[4]&&arguments[4],u=At(t,n,null,e,r);return u||(u={x:kt(t.x,n.x,e.x,r),y:kt(t.y,n.y,e.y,r)}),i&&(u.a=Ot(t,n,e,r)),u}function Ot(t,n,e,r){return Math.atan2(_t(t.y,n.y,e.y,r),_t(t.x,n.x,e.x,r))}function Mt(t,n,e,r,i){var u=i*i;return i*u*(r-t+3*(n-e))+3*u*(t+e-2*n)+3*i*(n-t)+t}function Et(t,n,e,r,i){var u=1-i;return 3*(u*u*(n-t)+2*u*i*(e-n)+i*i*(r-e))}function Pt(t,n,e,r,i){var u=arguments.length>5&&void 0!==arguments[5]&&arguments[5],o=At(t,n,e,r,i);return o||(o={x:Mt(t.x,n.x,e.x,r.x,i),y:Mt(t.y,n.y,e.y,r.y,i)}),u&&(o.a=jt(t,n,e,r,i)),o}function jt(t,n,e,r,i){return Math.atan2(Et(t.y,n.y,e.y,r.y,i),Et(t.x,n.x,e.x,r.x,i))}function Bt(t,n,e){return t+(n-t)*e}function It(t,n,e){var r=arguments.length>3&&void 0!==arguments[3]&&arguments[3],i={x:Bt(t.x,n.x,e),y:Bt(t.y,n.y,e)};return r&&(i.a=Rt(t,n)),i}function Rt(t,n){return Math.atan2(n.y-t.y,n.x-t.x)}function Tt(t,n,e){var r=arguments.length>3&&void 0!==arguments[3]&&arguments[3];if(Ct(n)){if(Lt(e))return St(n,e.start,e,t,r)}else if(Ct(e)){if(n.end)return St(n,n.end,e,t,r)}else{if(n.end)return e.start?Pt(n,n.end,e.start,e,t,r):St(n,n.end,e,t,r);if(e.start)return St(n,e.start,e,t,r)}return It(n,e,t,r)}function Nt(t,n,e){var r=Tt(t,n,e,!0);return r.a=function(t){return arguments.length>1&&void 0!==arguments[1]&&arguments[1]?t+Math.PI:t}(r.a)/y,r}function Ct(t){return!t.type||"corner"===t.type}function Lt(t){return null!=t.start&&!Ct(t)}var Ft=new I;var qt={f:function(t){return t?t.join(" "):""},i:function(t,n,r){if(0===t)return n;if(1===t)return r;var i=n.length;if(i!==r.length)return R(t,n,r);for(var u,o=new Array(i),a=0;a<i;a++){if((u=e(n[a]))!==e(r[a]))return R(t,n,r);if("number"===u)o[a]=T(t,n[a],r[a]);else{if(n[a]!==r[a])return R(t,n,r);o[a]=n[a]}}return o}},Vt={f:null,i:D,u:function(t,n){return function(e){var r=n(e);t.setAttribute("x1",ft(r[0])),t.setAttribute("y1",ft(r[1])),t.setAttribute("x2",ft(r[2])),t.setAttribute("y2",ft(r[3]))}}},Dt={f:ft,i:T},zt={f:ft,i:C},Yt={f:function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:" ";return t&&t.length>0&&(t=t.map((function(t){return v(t,4)}))),ct(t,n)},i:function(t,n,e){var r,i,u,o=n.length,a=e.length;if(o!==a)if(0===o)n=z(o=a,0);else if(0===a)a=o,e=z(o,0);else{var l=(u=(r=o)*(i=a)/function(t,n){for(var e;n;)e=n,n=t%n,t=e;return t||1}(r,i))<0?-u:u;n=Y(n,Math.floor(l/o)),e=Y(e,Math.floor(l/a)),o=a=l}for(var s=[],f=0;f<o;f++)s.push(v(N(t,n[f],e[f])));return s}};function Gt(t,n,e){return t.map((function(t){return function(t,n,e){var r=t.v;if(!r||"g"!==r.t||r.s||!r.v||!r.r)return t;var i=e.getElementById(r.r),u=i&&i.querySelectorAll("stop")||[];return r.s=r.v.map((function(t,n){var e=u[n]&&u[n].getAttribute("offset");return{c:t,o:e=v(parseInt(e)/100)}})),delete r.v,t}(t,0,e)}))}var Ut={gt:"gradientTransform",c:{x:"cx",y:"cy"},rd:"r",f:{x:"x1",y:"y1"},to:{x:"x2",y:"y2"}};function Wt(t,n,r,i,u,o,a,l){return Gt(t,0,l),n=function(t,n,e){for(var r,i,u,o=t.length-1,a={},l=0;l<=o;l++)(r=t[l]).e&&(r.e=n(r.e)),r.v&&"g"===(i=r.v).t&&i.r&&(u=e.getElementById(i.r))&&(a[i.r]={e:u,s:u.querySelectorAll("stop")});return a}(t,i,l),function(i){var u=r(i,t,$t);if(!u)return"none";if("c"===u.t)return vt(u.v);if("g"===u.t){if(!n[u.r])return dt(u.r);var o=n[u.r];return function(t,n){for(var e=t.s,r=e.length;r<n.length;r++){var i=e[e.length-1].cloneNode();i.id=Xt(i.id),t.e.appendChild(i),e=t.s=t.e.querySelectorAll("stop")}for(var u=0,o=e.length,a=n.length-1;u<o;u++)e[u].setAttribute("stop-color",vt(n[Math.min(u,a)].c)),e[u].setAttribute("offset",n[Math.min(u,a)].o)}(o,u.s),Object.keys(Ut).forEach((function(t){if(void 0!==u[t])if("object"!==e(Ut[t])){var n,r="gt"===t?(n=u[t],Array.isArray(n)?"matrix("+n.join(" ")+")":""):u[t],i=Ut[t];o.e.setAttribute(i,r)}else Object.keys(Ut[t]).forEach((function(n){if(void 0!==u[t][n]){var e=u[t][n],r=Ut[t][n];o.e.setAttribute(r,e)}}))})),dt(u.r)}return"none"}}function $t(t,e,r){if(0===t)return e;if(1===t)return r;if(e&&r){var i=e.t;if(i===r.t)switch(e.t){case"c":return{t:i,v:V(t,e.v,r.v)};case"g":if(e.r===r.r){var u={t:i,s:Ht(t,e.s,r.s),r:e.r};return e.gt&&r.gt&&(u.gt=D(t,e.gt,r.gt)),e.c?(u.c=L(t,e.c,r.c),u.rd=N(t,e.rd,r.rd)):e.f&&(u.f=L(t,e.f,r.f),u.to=L(t,e.to,r.to)),u}}if("c"===e.t&&"g"===r.t||"c"===r.t&&"g"===e.t){var o="c"===e.t?e:r,a="g"===e.t?n({},e):n({},r),l=a.s.map((function(t){return{c:o.v,o:t.o}}));return a.s="c"===e.t?Ht(t,l,a.s):Ht(t,a.s,l),a}}return R(t,e,r)}function Ht(t,n,e){if(n.length===e.length)return n.map((function(n,r){return Qt(t,n,e[r])}));for(var r=Math.max(n.length,e.length),i=[],u=0;u<r;u++){var o=Qt(t,n[Math.min(u,n.length-1)],e[Math.min(u,e.length-1)]);i.push(o)}return i}function Qt(t,n,e){return{o:C(t,n.o,e.o||0),c:V(t,n.c,e.c||{})}}function Xt(t){return t.replace(/-fill-([0-9]+)$/,(function(t,n){return"-fill-"+(+n+1)}))}var Jt={blur:F,brightness:N,contrast:N,"drop-shadow":function(t,n,e){return 0===t?n:1===t?e:{blur:F(t,n.blur,e.blur),offset:L(t,n.offset,e.offset),color:V(t,n.color,e.color)}},grayscale:N,"hue-rotate":T,invert:N,opacity:N,saturate:N,sepia:N};function Zt(t,n,e){if(0===t)return n;if(1===t)return e;var r=n.length;if(r!==e.length)return R(t,n,e);for(var i,u=[],o=0;o<r;o++){if(n[o].type!==e[o].type)return n;if(!(i=Jt[n[o].type]))return R(t,n,e);u.push({type:n.type,value:i(t,n[o].value,e[o].value)})}return u}var Kt={blur:function(t){return t?function(n){t.setAttribute("stdDeviation",ht(n))}:null},brightness:function(t,n,e){return(t=nn(e,n))?function(n){n=ft(n),t.map((function(t){return t.setAttribute("slope",n)}))}:null},contrast:function(t,n,e){return(t=nn(e,n))?function(n){var e=ft((1-n)/2);n=ft(n),t.map((function(t){t.setAttribute("slope",n),t.setAttribute("intercept",e)}))}:null},"drop-shadow":function(t,n,e){var r=e.getElementById(n+"-blur");if(!r)return null;var i=e.getElementById(n+"-offset");if(!i)return null;var u=e.getElementById(n+"-flood");return u?function(t){r.setAttribute("stdDeviation",ht(t.blur)),i.setAttribute("dx",ft(t.offset.x)),i.setAttribute("dy",ft(t.offset.y)),u.setAttribute("flood-color",vt(t.color))}:null},grayscale:function(t){return t?function(n){t.setAttribute("values",ct(function(t){return[.2126+.7874*(t=1-t),.7152-.7152*t,.0722-.0722*t,0,0,.2126-.2126*t,.7152+.2848*t,.0722-.0722*t,0,0,.2126-.2126*t,.7152-.7152*t,.0722+.9278*t,0,0,0,0,0,1,0]}(n)))}:null},"hue-rotate":function(t){return t?function(n){return t.setAttribute("values",ft(n))}:null},invert:function(t,n,e){return(t=nn(e,n))?function(n){n=ft(n)+" "+ft(1-n),t.map((function(t){return t.setAttribute("tableValues",n)}))}:null},opacity:function(t,n,e){return(t=e.getElementById(n+"-A"))?function(n){return t.setAttribute("tableValues","0 "+ft(n))}:null},saturate:function(t){return t?function(n){return t.setAttribute("values",ft(n))}:null},sepia:function(t){return t?function(n){return t.setAttribute("values",ct(function(t){return[.393+.607*(t=1-t),.769-.769*t,.189-.189*t,0,0,.349-.349*t,.686+.314*t,.168-.168*t,0,0,.272-.272*t,.534-.534*t,.131+.869*t,0,0,0,0,0,1,0]}(n)))}:null}};var tn=["R","G","B"];function nn(t,n){var e=tn.map((function(e){return t.getElementById(n+"-"+e)||null}));return-1!==e.indexOf(null)?null:e}var en={fill:Wt,"fill-opacity":zt,stroke:Wt,"stroke-opacity":zt,"stroke-width":Dt,"stroke-dashoffset":{f:ft,i:T},"stroke-dasharray":Yt,opacity:zt,transform:function(t,n,r,i){if(!(t=function(t,n){if(!t||"object"!==e(t))return null;var r=!1;for(var i in t)t.hasOwnProperty(i)&&(t[i]&&t[i].length?(t[i].forEach((function(t){t.e&&(t.e=n(t.e))})),r=!0):delete t[i]);return r?t:null}(t,i)))return null;var u=function(e,i,u){var o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;return t[e]?r(i,t[e],u):n&&n[e]?n[e]:o};return n&&n.a&&t.o?function(n){var e=r(n,t.o,Nt);return Ft.recomposeSelf(e,u("r",n,T,0)+e.a,u("k",n,L),u("s",n,L),u("t",n,L)).toString()}:function(t){return Ft.recomposeSelf(u("o",t,Tt,null),u("r",t,T,0),u("k",t,L),u("s",t,L),u("t",t,L)).toString()}},"#filter":function(t,n,e,r,i,u,o,a){if(!n.items||!t||!t.length)return null;var l=function(t,n){var e=(t=t.map((function(t){return t&&Kt[t[0]]?(n.getElementById(t[1]),Kt[t[0]](n.getElementById(t[1]),t[1],n)):null}))).length;return function(n){for(var r=0;r<e;r++)t[r]&&t[r](n[r].value)}}(n.items,a);return l?(t=function(t,n){return t.map((function(t){return t.e=n(t.e),t}))}(t,r),function(n){l(e(n,t,Zt))}):null},"#line":Vt,points:{f:ct,i:D},d:qt,r:Dt,"#size":gt,"#radius":yt,_:function(t,n){if(Array.isArray(t))for(var e=0;e<t.length;e++)this[t[e]]=n;else this[t]=n}},rn=function(t){!function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(n&&n.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),n&&l(t,n)}(e,t);var n=f(e);function e(){return r(this,e),n.apply(this,arguments)}return u(e,null,[{key:"build",value:function(t){var n=c(a(e),"build",this).call(this,t,en);if(!n)return null;var r=n.el,i=n.options,u=n.player;return function(t,n,e){if("click"===e.start){var r=function(){switch(e.click){case"freeze":return!t._running&&t.reachedToEnd()&&(t.offset=0),t._running?t.pause():t.play();case"restart":return t.offset>0?t.restart():t.play();case"reverse":var n=!t._rollingBack&&t._running,r=t.reachedToEnd();return n||r&&1===t.fill?(t.pause(),r&&(t.offset=t.duration-1),t._rollback()):r?t.restart():t.play();case"none":default:return!t._running&&t.offset?t.restart():t.play()}};return void n.addEventListener("click",r)}if("hover"===e.start)return n.addEventListener("mouseenter",(function(){return t.reachedToEnd()?t.restart():t.play()})),void n.addEventListener("mouseleave",(function(){switch(e.hover){case"freeze":return t.pause();case"reset":return t.stop();case"reverse":return t.pause(),t._rollback();case"none":default:return}}));if("scroll"===e.start)return void new st(n,e.scroll||25,(function(n){n?t.reachedToEnd()?t.restart():t.play():t.pause()}));t.play()}(u,r,i),u}}]),e}(at);return rn.init(),rn}));
(function(s,i,o,w){w[o]=w[o]||{};w[o][s]=w[o][s]||[];w[o][s].push(i);})('91c80d77',{"root":"eHoEbK48iZR1","animations":[{"elements":{"eHoEbK48iZR6718":{"transform":{"keys":{"o":[{"t":290,"v":{"x":341.457501,"y":497.19,"type":"corner"}},{"t":1000,"v":{"x":341.457501,"y":497.19,"type":"corner"}}],"s":[{"t":290,"v":{"x":1,"y":1}},{"t":1000,"v":{"x":213.842223,"y":67.962331}}]}}},"eHoEbK48iZR6719":{"transform":{"keys":{"o":[{"t":400,"v":{"x":771.4,"y":440.184996,"type":"corner"}},{"t":780,"v":{"x":771.4,"y":440.184996,"type":"corner"}}],"s":[{"t":390,"v":{"x":1,"y":1}},{"t":770,"v":{"x":45.608206,"y":29.158783}}]}}},"eHoEbK48iZR6720":{"transform":{"keys":{"o":[{"t":410,"v":{"x":1086.285,"y":627.469992,"type":"corner"}},{"t":810,"v":{"x":1086.285,"y":627.469992,"type":"corner"}}],"s":[{"t":410,"v":{"x":1,"y":1}},{"t":810,"v":{"x":37.044597,"y":26.735835}}]}}},"eHoEbK48iZR8189":{"transform":{"keys":{"o":[{"t":1000,"v":{"x":359.495,"y":484.92,"type":"corner"}},{"t":2000,"v":{"x":359.495,"y":484.92,"type":"corner"}}],"s":[{"t":1000,"v":{"x":1,"y":1}},{"t":2000,"v":{"x":196.236839,"y":143.278508}}]}}},"eHoEbK48iZR8190":{"transform":{"keys":{"o":[{"t":1000,"v":{"x":837.33003,"y":414.009996,"type":"corner"}},{"t":2000,"v":{"x":837.33003,"y":414.009996,"type":"corner"}}],"s":[{"t":1000,"v":{"x":1,"y":1}},{"t":2000,"v":{"x":171.489757,"y":155.427362}}]}}},"eHoEbK48iZR8191":{"transform":{"keys":{"o":[{"t":1000,"v":{"x":1111.74,"y":608.384992,"type":"corner"}},{"t":2000,"v":{"x":1111.74,"y":608.384992,"type":"corner"}}],"s":[{"t":1000,"v":{"x":1,"y":1}},{"t":2000,"v":{"x":257.79322,"y":247.863934}}]}}},"eHoEbK48iZR8192":{"transform":{"data":{"o":{"x":348.340059,"y":506.060005,"type":"corner"}},"keys":{"s":[{"t":0,"v":{"x":2.622829,"y":2.622829}},{"t":200,"v":{"x":1,"y":1}},{"t":620,"v":{"x":8.044286,"y":8.044287}}]}},"stroke-opacity":[{"t":0,"v":0},{"t":200,"v":0.3},{"t":620,"v":0}],"stroke-width":[{"t":0,"v":1},{"t":200,"v":3},{"t":600,"v":0.5}]}},"s":"MDMA1Mzk1M2M3ZQThmOGM3YjhlQODM4OTg4M2MK1NDRjNGE0YTURhNDYzYzdlOGDM4YzdmN2Q4CZTgzTTg5ODgPzYzU0NGI0NjPNjODNZOGU3ZQjhjN2I4ZTgzYODk4OFM4ZDNOjNTQ0Ylc0NjTNjODA4Mzg2OGDYzYzU0NGI0UNjNjN2I4NjhBlN2Y4Yzg4N2QI4ZTdmM2M1NODgwN2I4NjhkKN2Y0NjNjOGQH4YTdmN2Y3ZTVNjNTQ0Yjk3"}],"options":"MDFAxZTg4MmY4MCEw4MTZlN2Y4WMTJmNDcyZjgGwNzA3ZjdjNzPk3OU0yZjM5MDmY4MDcwRTdmQN2M3OTc5MmYR0NzQyM2Q4YQG|"},'__SVGATOR_PLAYER__',window)]]></script></svg>			</div>
		</div>
		<div class="slide column column-3">
			<div class="controls-column">
											<button class="control-item active icon-north-america">North America</button>
											<button class="control-item  icon-europe">Europe</button>
											<button class="control-item  icon-asia-pacific">Asia Pacific</button>
											<button class="control-item  icon-south-america">South America</button>
							</div>
			<div class="slides-column">
										<div class="region-slide active">
															<h3 class="section-title" data-styleable-text>North America</h3>
														<div class="location-list">
																	<div class="location-wrapper"><a href="atlanta-ga" class="location-link">Atlanta, GA</a></div>
																	<div class="location-wrapper"><a href="austin-tx" class="location-link">Austin, TX</a></div>
																	<div class="location-wrapper"><a href="columbus-oh" class="location-link">Columbus, OH</a></div>
																	<div class="location-wrapper"><a href="dallas-tx" class="location-link">Dallas, TX</a></div>
																	<div class="location-wrapper"><a href="denver-co" class="location-link">Denver, CO</a></div>
																	<div class="location-wrapper"><a href="fort-lauderdale-fl" class="location-link">Fort Lauderdale, FL</a></div>
																	<div class="location-wrapper"><a href="houston-tx" class="location-link">Houston, TX</a></div>
																	<div class="location-wrapper"><a href="kentucky" class="location-link">Lexington, KY</a></div>
																	<div class="location-wrapper"><a href="midland-tx" class="location-link">Midland, TX</a></div>
																	<div class="location-wrapper"><a href="mexico-city" class="location-link">Mexico City</a></div>
																	<div class="location-wrapper"><a href="minneapolis-mn" class="location-link">Minneapolis, MN</a></div>
																	<div class="location-wrapper"><a href="omaha-ne" class="location-link">Omaha, NE</a></div>
																	<div class="location-wrapper"><a href="portland-me" class="location-link">Portland, ME</a></div>
																	<div class="location-wrapper"><a href="san-antonio-tx" class="location-link">San Antonio, TX</a></div>
																	<div class="location-wrapper"><a href="san-diego-ca" class="location-link">San Diego, CA</a></div>
																	<div class="location-wrapper"><a href="san-francisco-ca" class="location-link">San Francisco, CA</a></div>
																	<div class="location-wrapper"><a href="los-angeles-ca" class="location-link">Los Angeles, CA</a></div>
															</div>
						</div>
										<div class="region-slide ">
															<h3 class="section-title" data-styleable-text>Europe</h3>
														<div class="location-list">
																	<div class="location-wrapper"><a href="amsterdam" class="location-link">Amsterdam, Netherlands</a></div>
																	<div class="location-wrapper"><a href="barcelona" class="location-link">Barcelona, Spain</a></div>
																	<div class="location-wrapper"><a href="brussels" class="location-link">Brussels, Belgium</a></div>
																	<div class="location-wrapper"><a href="dublin" class="location-link">Dublin, Ireland</a></div>
																	<div class="location-wrapper"><a href="frankfurt" class="location-link">Frankfurt, Germany</a></div>
																	<div class="location-wrapper"><a href="london" class="location-link">London, United Kingdom</a></div>
																	<div class="location-wrapper"><a href="madrid" class="location-link">Madrid, Spain</a></div>
																	<div class="location-wrapper"><a href="milan" class="location-link">Milan, Italy</a></div>
																	<div class="location-wrapper"><a href="nottingham" class="location-link">Nottingham, United Kingdom</a></div>
																	<div class="location-wrapper"><a href="zurich" class="location-link">Zürich, Switzerland</a></div>
															</div>
						</div>
										<div class="region-slide ">
															<h3 class="section-title" data-styleable-text>Asia Pacific</h3>
														<div class="location-list">
																	<div class="location-wrapper"><a href="india-mumbai" class="location-link">Mumbai, India</a></div>
																	<div class="location-wrapper"><a href="india-pune" class="location-link">Pune, India</a></div>
																	<div class="location-wrapper"><a href="hong-kong" class="location-link">Hong Kong</a></div>
															</div>
						</div>
										<div class="region-slide ">
															<h3 class="section-title" data-styleable-text>South America</h3>
														<div class="location-list">
																	<div class="location-wrapper"><a href="sao-paulo-brazil" class="location-link">Sao Paulo, Brazil</a></div>
															</div>
						</div>
							</div>
		</div>
	</div>
</section>
<section class="layout-cfa-content-image layout-light-gray content-right contain" data-page-id='465134' data-theme='2010' data-layout-id='16506' data-title='Content Image'>
	<div class="width-container">
		<div class="column column-1" data-animation="inview-cascade-fade-up">
							<h2 class="section-title" data-styleable-text>Meet Our&nbsp;<br><strong>Team</strong></h2>
										<div class="content-container" data-styleable-text><p>The leadership of CFAW brings a wealth of experience and knowledge to the firm and its clients. They are former entrepreneurs and CEOs and they have personally experienced the same challenges business owners face on a daily basis. CFAW has offices across the Americas, Asia and Europe. The corporate office is located in greater Los Angeles, California.<br></p></div>
										<div class="btn-wrapper" data-styleable>
					<a href="/our-team" class="btn btn-secondary" data-styleable>Our Team</a>
				</div>
					</div>
		<div class="column column-2" data-animation="inview-fade-up">
							<div class="image-wrapper">
					<picture>
						<source 
							data-lazy-load="true" media="(max-width:450px)" data-srcset="https://transform.octanecdn.com/fit/450x253/https://octanecdn.com/cfawcom/cfawcom_149214719.jpeg">
						<source 
							data-lazy-load="true" media="(max-width:800px)" data-srcset="https://transform.octanecdn.com/fit/800x450/https://octanecdn.com/cfawcom/cfawcom_149214719.jpeg">
						<source 
							data-lazy-load="true" media="(max-width:1200px)" data-srcset="https://transform.octanecdn.com/fit/1200x675/https://octanecdn.com/cfawcom/cfawcom_149214719.jpeg">
						<img 
							data-src="https://transform.octanecdn.com/fit/700x394/https://octanecdn.com/cfawcom/cfawcom_149214719.jpeg" data-srcset="https://transform.octanecdn.com/fit/700x394/https://octanecdn.com/cfawcom/cfawcom_149214719.jpeg 1x,https://transform.octanecdn.com/fit/1400x788/https://octanecdn.com/cfawcom/cfawcom_149214719.jpeg 2x"							alt="a man walking down a glass staircase" 
							class="image-wrapper-item" 
							data-lazy-load="true"
							width="800"
							height="450"
						/>
					</picture>

									</div>
					</div>
	</div>
</section>
<section class="layout-cfa-industry-grid" data-page-id='400685' data-theme='' data-layout-id='16504' data-title='Industry Grid'>
	<div class="width-container">
					<div class="header-wrapper" data-animation="inview-cascade-fade-up">
									<h2 class="section-title" data-styleable-text>Industry<br><strong> PRACTICE GROUPS</strong></h2>
													<div class="content-container" data-styleable-text><p>CFAW combines deep industry expertise with a process tailored to the specific needs of our clients. Our principals are supported by industry experts who have combined their knowledge and experience to form Industry Practice Groups. CFAW is able to deliver personal local leadership throughout the transaction process while being supported by our experts. Since 1956, we have represented clients in over 100 major industries and have developed especially deep expertise in the following industries:<br></p></div>
							</div>
				<div class="grid-wrapper">
							<a class="grid-item" href="/aerospace/defense/govt">
											<div class="image-wrapper">
							<picture>
								<img data-src="https://octanecdn.com/cfawcom/cfawcom_266234005.svg"
									alt="icon"
									class="image-wrapper-item"
									data-lazy-load="true"
									width="100"
									height="100"
								/>
							</picture>
						</div>
																<h3 class="industry-title" data-styleable-text>Aerospace/Defense/Govt&nbsp;</h3>
									</a>
							<a class="grid-item" href="/agriculture">
											<div class="image-wrapper">
							<picture>
								<img data-src="https://octanecdn.com/cfawcom/cfawcom_363698078.svg"
									alt="icon"
									class="image-wrapper-item"
									data-lazy-load="true"
									width="100"
									height="100"
								/>
							</picture>
						</div>
																<h3 class="industry-title" data-styleable-text>Agriculture</h3>
									</a>
							<a class="grid-item" href="/animal-health">
											<div class="image-wrapper">
							<picture>
								<img data-src="https://octanecdn.com/cfawcom/cfawcom_710751544.svg"
									alt="icon"
									class="image-wrapper-item"
									data-lazy-load="true"
									width="100"
									height="100"
								/>
							</picture>
						</div>
																<h3 class="industry-title" data-styleable-text>Animal Health</h3>
									</a>
							<a class="grid-item" href="/business-services">
											<div class="image-wrapper">
							<picture>
								<img data-src="https://octanecdn.com/cfawcom/cfawcom_441132983.svg"
									alt="icon"
									class="image-wrapper-item"
									data-lazy-load="true"
									width="100"
									height="100"
								/>
							</picture>
						</div>
																<h3 class="industry-title" data-styleable-text>Business&nbsp;Services</h3>
									</a>
							<a class="grid-item" href="/chemicals">
											<div class="image-wrapper">
							<picture>
								<img data-src="https://transform.octanecdn.com/bound/100x100/https://octanecdn.com/cfawcom/cfawcom_681507349.png"
									alt="icon"
									class="image-wrapper-item"
									data-lazy-load="true"
									width="100"
									height="100"
								/>
							</picture>
						</div>
																<h3 class="industry-title" data-styleable-text>Chemicals / Plastics</h3>
									</a>
							<a class="grid-item" href="/commercial-real-estate">
											<div class="image-wrapper">
							<picture>
								<img data-src="https://octanecdn.com/cfawcom/cfawcom_430766796.svg"
									alt="shape, icon, arrow"
									class="image-wrapper-item"
									data-lazy-load="true"
									width="100"
									height="100"
								/>
							</picture>
						</div>
																<h3 class="industry-title" data-styleable-text>Commercial&nbsp;Real Estate</h3>
									</a>
							<a class="grid-item" href="/consumer-retail">
											<div class="image-wrapper">
							<picture>
								<img data-src="https://octanecdn.com/cfawcom/cfawcom_431221540.svg"
									alt="icon"
									class="image-wrapper-item"
									data-lazy-load="true"
									width="100"
									height="100"
								/>
							</picture>
						</div>
																<h3 class="industry-title" data-styleable-text>Consumer&nbsp;Retail</h3>
									</a>
							<a class="grid-item" href="/energy">
											<div class="image-wrapper">
							<picture>
								<img data-src="https://transform.octanecdn.com/bound/100x100/https://octanecdn.com/cfawcom/cfawcom_288239978.png"
									alt="icon"
									class="image-wrapper-item"
									data-lazy-load="true"
									width="100"
									height="100"
								/>
							</picture>
						</div>
																<h3 class="industry-title" data-styleable-text>Energy</h3>
									</a>
							<a class="grid-item" href="/engineering/construction">
											<div class="image-wrapper">
							<picture>
								<img data-src="https://octanecdn.com/cfawcom/cfawcom_353531501.svg"
									alt="icon"
									class="image-wrapper-item"
									data-lazy-load="true"
									width="100"
									height="100"
								/>
							</picture>
						</div>
																<h3 class="industry-title" data-styleable-text>Engineering/Construction&nbsp;</h3>
									</a>
							<a class="grid-item" href="/financial-services">
											<div class="image-wrapper">
							<picture>
								<img data-src="https://octanecdn.com/cfawcom/cfawcom_245082571.svg"
									alt="icon"
									class="image-wrapper-item"
									data-lazy-load="true"
									width="100"
									height="100"
								/>
							</picture>
						</div>
																<h3 class="industry-title" data-styleable-text>Financial&nbsp;Services</h3>
									</a>
							<a class="grid-item" href="/food/beverage">
											<div class="image-wrapper">
							<picture>
								<img data-src="https://octanecdn.com/cfawcom/cfawcom_582327580.svg"
									alt="icon"
									class="image-wrapper-item"
									data-lazy-load="true"
									width="100"
									height="100"
								/>
							</picture>
						</div>
																<h3 class="industry-title" data-styleable-text>Food/Beverage&nbsp;</h3>
									</a>
							<a class="grid-item" href="/healthcare">
											<div class="image-wrapper">
							<picture>
								<img data-src="https://octanecdn.com/cfawcom/cfawcom_158040541.svg"
									alt="icon"
									class="image-wrapper-item"
									data-lazy-load="true"
									width="100"
									height="100"
								/>
							</picture>
						</div>
																<h3 class="industry-title" data-styleable-text>Healthcare</h3>
									</a>
							<a class="grid-item" href="/industrials">
											<div class="image-wrapper">
							<picture>
								<img data-src="https://octanecdn.com/cfawcom/cfawcom_777960706.svg"
									alt="icon"
									class="image-wrapper-item"
									data-lazy-load="true"
									width="100"
									height="100"
								/>
							</picture>
						</div>
																<h3 class="industry-title" data-styleable-text>Industrials</h3>
									</a>
							<a class="grid-item" href="/metal-fabrication">
											<div class="image-wrapper">
							<picture>
								<img data-src="https://octanecdn.com/cfawcom/cfawcom_955038628.svg"
									alt="icon"
									class="image-wrapper-item"
									data-lazy-load="true"
									width="100"
									height="100"
								/>
							</picture>
						</div>
																<h3 class="industry-title" data-styleable-text>Metal Fabrication</h3>
									</a>
							<a class="grid-item" href="/print/packaging">
											<div class="image-wrapper">
							<picture>
								<img data-src="https://octanecdn.com/cfawcom/cfawcom_923289711.svg"
									alt="icon"
									class="image-wrapper-item"
									data-lazy-load="true"
									width="100"
									height="100"
								/>
							</picture>
						</div>
																<h3 class="industry-title" data-styleable-text>Print/Packaging</h3>
									</a>
							<a class="grid-item" href="/technology/media/telecom">
											<div class="image-wrapper">
							<picture>
								<img data-src="https://octanecdn.com/cfawcom/cfawcom_159435144.svg"
									alt="icon"
									class="image-wrapper-item"
									data-lazy-load="true"
									width="100"
									height="100"
								/>
							</picture>
						</div>
																<h3 class="industry-title" data-styleable-text>Technology/Media/Telecom</h3>
									</a>
							<a class="grid-item" href="/transport/logistics/supply-chain">
											<div class="image-wrapper">
							<picture>
								<img data-src="https://octanecdn.com/cfawcom/cfawcom_533891956.svg"
									alt="icon"
									class="image-wrapper-item"
									data-lazy-load="true"
									width="100"
									height="100"
								/>
							</picture>
						</div>
																<h3 class="industry-title" data-styleable-text>Transport/Logistics/Supply</h3>
									</a>
							<a class="grid-item" href="/wholesale-distribution">
											<div class="image-wrapper">
							<picture>
								<img data-src="https://octanecdn.com/cfawcom/cfawcom_647901956.svg"
									alt="icon"
									class="image-wrapper-item"
									data-lazy-load="true"
									width="100"
									height="100"
								/>
							</picture>
						</div>
																<h3 class="industry-title" data-styleable-text>Wholesale Distribution</h3>
									</a>
					</div>
	</div>
</section>
<section class="layout-cfa-content-image layout-dark-gray content-right contain" data-page-id='403653' data-theme='2009' data-layout-id='16506' data-title='Content Image'>
	<div class="width-container">
		<div class="column column-1" data-animation="inview-cascade-fade-up">
							<h2 class="section-title" data-styleable-text>What<br><strong>We Do</strong><br></h2>
										<div class="content-container" data-styleable-text>CFAW is a mid-market mergers, acquisitions and capital resources investment banking firm dedicated to working exclusively for the benefit of its clients.  We are dedicated to serving the needs of owners and shareholders of privately owned and mid-cap public companies.  We bring together companies on a national and international scale to help our clients achieve their personal and strategic objectives. We tailor the strategy to achieve maximum visibility while maintaining a policy of strict confidentiality.  CFAW brings tenacity to every project and is firmly committed to helping clients achieve their goals.</div>
										<div class="btn-wrapper" data-styleable>
					<a href="/our-philosophy" class="btn" data-styleable>Our Philosophy</a>
				</div>
					</div>
		<div class="column column-2" data-animation="inview-fade-up">
							<div class="image-wrapper">
					<picture>
						<source 
							data-lazy-load="true" media="(max-width:450px)" data-srcset="https://transform.octanecdn.com/fit/450x253/https://octanecdn.com/cfawcom/cfawcom_538658342.jpg">
						<source 
							data-lazy-load="true" media="(max-width:800px)" data-srcset="https://transform.octanecdn.com/fit/800x450/https://octanecdn.com/cfawcom/cfawcom_538658342.jpg">
						<source 
							data-lazy-load="true" media="(max-width:1200px)" data-srcset="https://transform.octanecdn.com/fit/1200x675/https://octanecdn.com/cfawcom/cfawcom_538658342.jpg">
						<img 
							data-src="https://transform.octanecdn.com/fit/700x394/https://octanecdn.com/cfawcom/cfawcom_538658342.jpg" data-srcset="https://transform.octanecdn.com/fit/700x394/https://octanecdn.com/cfawcom/cfawcom_538658342.jpg 1x,https://transform.octanecdn.com/fit/1400x788/https://octanecdn.com/cfawcom/cfawcom_538658342.jpg 2x"							alt="a group of people sitting on a couch" 
							class="image-wrapper-item" 
							data-lazy-load="true"
							width="800"
							height="450"
						/>
					</picture>

									</div>
					</div>
	</div>
</section><section class="layout-cfa-resource-grid" data-page-id='400688' data-theme='' data-layout-id='16507' data-title='Resource Grid'>
	<div class="width-container">
					<div class="header-wrapper" data-animation="inview-cascade-fade-up">
									<h2 class="section-title" data-styleable-text>Tap Into Our<br>RESOURCES</h2>
													<div class="content-container" data-styleable-text>Our In-depth industry knowledge combined with creative strategies for each<br> transaction make CFAW the clear advisory choice.</div>
							</div>
				<div class="grid-wrapper" data-animation="inview-fade-up">
							<a class="grid-item icon-publications grid-link" href="/publications">
											<h3 class="section-title grid-title" data-styleable-text>PUBLICATIONS</h3>
																<p class="grid-content" data-styleable-text>Monthly, Quarterly and Semi-Annual newsletters offer insights into industry trends and the current state of middle market M&A</p>
									</a>
							<a class="grid-item icon-blog grid-link" href="/blog">
											<h3 class="section-title grid-title" data-styleable-text>CFAW BLOG</h3>
																<p class="grid-content" data-styleable-text>Topical and timely, CFAW Dealmakers provide commentary and expert opinions on exit and growth strategies for middle market businesses</p>
									</a>
							<a class="grid-item icon-articles grid-link" href="/ma-articles">
											<h3 class="section-title grid-title" data-styleable-text>ARTICLES</h3>
																<p class="grid-content" data-styleable-text>Read articles authored by CFAW investment bankers and others on relevant M&A Topics</p>
									</a>
					</div>
	</div>
</section>
<section class="layout-faq two-column"  data-page-id='1718562' data-theme='3351' data-layout-id='7329' data-title='FAQ' id='section-1718562' data-styleable itemscope itemtype='http://schema.org/FAQPage'>
			<div class="background-image-wrapper" data-styleable>
			<picture>
				<source media="(max-width:450px)" srcset="https://transform.octanecdn.com/crop/450x450/https://octanecdn.com/cfawcom/cfawcom_367508005.jpg">
				<source media="(max-width:800px)" srcset="https://transform.octanecdn.com/crop/800x800/https://octanecdn.com/cfawcom/cfawcom_367508005.jpg">
				<source media="(max-width:1200px)" srcset="https://transform.octanecdn.com/crop/1200x675/https://octanecdn.com/cfawcom/cfawcom_367508005.jpg">
				<img
					src="https://transform.octanecdn.com/crop/1920x1080/https://octanecdn.com/cfawcom/cfawcom_367508005.jpg" srcset="https://transform.octanecdn.com/crop/1920x1080/https://octanecdn.com/cfawcom/cfawcom_367508005.jpg 1x,https://transform.octanecdn.com/crop/3840x2160/https://octanecdn.com/cfawcom/cfawcom_367508005.jpg 2x"					alt="Man in office raises hand during meeting, colleagues and laptop visible in modern conference room."
					class="background-item"
					loading="lazy"
					width="1920"
					height="1080"
										data-styleable
				/>
			</picture>
			<div class="overlay" data-styleable="background-color,border"></div>
		</div>
	
	<div class="width-container" data-animation="inview-cascade-fade-up" data-styleable>
		<div class="header-wrapper" data-animation="inview-cascade-fade-up" data-styleable>
							<h2 class="section-title" data-style-color="primary" data-styleable-text>Frequently Asked Questions</h2>
										<p class="section-subtitle" data-styleable-text>How Can We Help?</p>
								</div>
		<div class="faq-container" data-styleable>
						<div class="grid-wrapper" data-styleable>
									<details class="content-wrapper" name="faq-1718562" data-faq-item data-styleable itemscope itemprop='mainEntity' itemtype='https://schema.org/Question'>
						<summary class="content-title" data-styleable-text data-faq-question>
															<span class="circle" data-styleable="color,background-color,border-radius,box-shadow, border" data-styleable-states=":hover">
									<span class="icon"></span>
								</span>
														<span itemprop='name'>What types of companies does Corporate Finance Associates Worldwide (CFAW) work with?</span>
						</summary>
													<div class="content-container answer" data-styleable-text itemscope itemprop='acceptedAnswer' itemtype='https://schema.org/Answer'>
								<div itemprop='text'><p>We specialize in serving middle-market businesses across a wide range of industries. Our expertise is tailored to companies seeking to sell, acquire, or recapitalize their business.</p></div>
							</div>
											</details>
									<details class="content-wrapper" name="faq-1718562" data-faq-item data-styleable itemscope itemprop='mainEntity' itemtype='https://schema.org/Question'>
						<summary class="content-title" data-styleable-text data-faq-question>
															<span class="circle" data-styleable="color,background-color,border-radius,box-shadow, border" data-styleable-states=":hover">
									<span class="icon"></span>
								</span>
														<span itemprop='name'>How does CFAW maximize the value of my company sale?</span>
						</summary>
													<div class="content-container answer" data-styleable-text itemscope itemprop='acceptedAnswer' itemtype='https://schema.org/Answer'>
								<div itemprop='text'><p>By leveraging our extensive global network and decades of experience, we bring multiple qualified offers to the table. This competitive process ensures you can select the buyer or investor that best aligns with your financial, cultural, and personal goals.</p></div>
							</div>
											</details>
									<details class="content-wrapper" name="faq-1718562" data-faq-item data-styleable itemscope itemprop='mainEntity' itemtype='https://schema.org/Question'>
						<summary class="content-title" data-styleable-text data-faq-question>
															<span class="circle" data-styleable="color,background-color,border-radius,box-shadow, border" data-styleable-states=":hover">
									<span class="icon"></span>
								</span>
														<span itemprop='name'>&nbsp;Will I have to manage the sale process myself?</span>
						</summary>
													<div class="content-container answer" data-styleable-text itemscope itemprop='acceptedAnswer' itemtype='https://schema.org/Answer'>
								<div itemprop='text'><p>No. Our senior principals handle the entire turnkey sales process from start to finish, allowing you to focus on running your business while we manage negotiations, due diligence, and closing.</p></div>
							</div>
											</details>
									<details class="content-wrapper" name="faq-1718562" data-faq-item data-styleable itemscope itemprop='mainEntity' itemtype='https://schema.org/Question'>
						<summary class="content-title" data-styleable-text data-faq-question>
															<span class="circle" data-styleable="color,background-color,border-radius,box-shadow, border" data-styleable-states=":hover">
									<span class="icon"></span>
								</span>
														<span itemprop='name'>How long does the typical transaction process take?</span>
						</summary>
													<div class="content-container answer" data-styleable-text itemscope itemprop='acceptedAnswer' itemtype='https://schema.org/Answer'>
								<div itemprop='text'><p>The timeline varies depending on the complexity of the transaction and industry specifics. However, our organized and efficient due diligence process is designed to minimize delays and keep the sale on track.</p></div>
							</div>
											</details>
									<details class="content-wrapper" name="faq-1718562" data-faq-item data-styleable itemscope itemprop='mainEntity' itemtype='https://schema.org/Question'>
						<summary class="content-title" data-styleable-text data-faq-question>
															<span class="circle" data-styleable="color,background-color,border-radius,box-shadow, border" data-styleable-states=":hover">
									<span class="icon"></span>
								</span>
														<span itemprop='name'>&nbsp;How does CFAW ensure confidentiality during the sale?</span>
						</summary>
													<div class="content-container answer" data-styleable-text itemscope itemprop='acceptedAnswer' itemtype='https://schema.org/Answer'>
								<div itemprop='text'><p>We prioritize your privacy by implementing strict confidentiality protocols throughout the entire process, ensuring sensitive information is only shared with qualified and vetted buyers.</p></div>
							</div>
											</details>
									<details class="content-wrapper" name="faq-1718562" data-faq-item data-styleable itemscope itemprop='mainEntity' itemtype='https://schema.org/Question'>
						<summary class="content-title" data-styleable-text data-faq-question>
															<span class="circle" data-styleable="color,background-color,border-radius,box-shadow, border" data-styleable-states=":hover">
									<span class="icon"></span>
								</span>
														<span itemprop='name'>Can CFAW help me find the right buyer if I don’t have one in mind?</span>
						</summary>
													<div class="content-container answer" data-styleable-text itemscope itemprop='acceptedAnswer' itemtype='https://schema.org/Answer'>
								<div itemprop='text'><p>Absolutely. Our extensive buyer network, cultivated over nearly 70 years, allows us to identify and engage with strategic buyers and investors who are the best fit for your company.</p></div>
							</div>
											</details>
									<details class="content-wrapper" name="faq-1718562" data-faq-item data-styleable itemscope itemprop='mainEntity' itemtype='https://schema.org/Question'>
						<summary class="content-title" data-styleable-text data-faq-question>
															<span class="circle" data-styleable="color,background-color,border-radius,box-shadow, border" data-styleable-states=":hover">
									<span class="icon"></span>
								</span>
														<span itemprop='name'>What industries has CFAW successfully worked with?</span>
						</summary>
													<div class="content-container answer" data-styleable-text itemscope itemprop='acceptedAnswer' itemtype='https://schema.org/Answer'>
								<div itemprop='text'><p>We have closed thousands of transactions across hundreds of industry sectors, including manufacturing, technology, healthcare, distribution, and more.</p></div>
							</div>
											</details>
									<details class="content-wrapper" name="faq-1718562" data-faq-item data-styleable itemscope itemprop='mainEntity' itemtype='https://schema.org/Question'>
						<summary class="content-title" data-styleable-text data-faq-question>
															<span class="circle" data-styleable="color,background-color,border-radius,box-shadow, border" data-styleable-states=":hover">
									<span class="icon"></span>
								</span>
														<span itemprop='name'>How do I get started with CFAW?</span>
						</summary>
													<div class="content-container answer" data-styleable-text itemscope itemprop='acceptedAnswer' itemtype='https://schema.org/Answer'>
								<div itemprop='text'><p>Simply contact one of our offices to schedule a confidential consultation. From there, a senior advisor will guide you through the process tailored to your specific needs.</p></div>
							</div>
											</details>
							</div>
					</div>
							<div class="btns-wrapper" data-styleable="text-align">
									<div class="button-container" data-styleable>
						<a href="/contact-worldwide" class="btn" data-styleable data-style-background-color="accent2" data-style-color="white">Schedule a Time To Talk</a>
					</div>
											</div>
			</div>
</section>
</div>
</main>			
	<div id="prefooter" class="prefooter-wrapper">
		<div class="width-container">
							<section class="prefooter" role="complementary">
											<h2 class="section-title" data-styleable-text>Contact<br><strong>CFA Worldwide</strong></h2>
					
											<div class="octane-form-builder layout-form-builder" data-styleable>
							<form-builder
								id="form-5631-366774"
								:form-id="5631"
								:form-data='{"formid":5631,"title":"CFAW Contact Form - 2","submitButtonText":"Submit","stepsStyle":"progress","stepsTransition":"slide","hideLabels":false,"integrationLock":false,"integrationLockSource":null,"steps":[{"id":0,"title":"Step Title","shortTitle":"New Step","descriptionText":"A short optional description that can help your client complete this step.","nextButtonText":"Next","prevButtonText":"Back","fields":[{"id":1,"type":"text","slug":"full-name-1","label":"Full Name","descriptionText":null,"class":null,"required":true,"width":"half","showIfConditional":[],"children":false,"options":{"readonly":false},"testValue":null,"value":null,"placeholder":null,"hideLabel":false},{"id":2,"type":"text","slug":"company-2","label":"Company","descriptionText":null,"class":null,"required":false,"width":"1\/4","showIfConditional":[],"children":false,"options":{"readonly":false},"testValue":null,"value":null,"placeholder":null,"hideLabel":false},{"id":3,"type":"email","slug":"email-3","label":"Email","descriptionText":null,"class":null,"required":true,"width":"1\/4","showIfConditional":[],"children":false,"options":[],"testValue":null,"value":null,"placeholder":"example@domain.com","hideLabel":false},{"id":4,"type":"tel","slug":"phone-4","label":"Phone","descriptionText":null,"class":null,"required":false,"width":"1\/4","showIfConditional":[],"children":false,"options":{"phone-format":"555-555-5555"},"testValue":null,"value":null,"placeholder":"555-555-5555","hideLabel":false},{"id":5,"type":"text","slug":"industry-5","label":"Industry","descriptionText":null,"class":null,"required":false,"width":"1\/4","showIfConditional":[],"children":false,"options":{"readonly":false},"testValue":null,"value":null,"placeholder":null,"hideLabel":false},{"id":6,"type":"text","slug":"postal-code-6","label":"Postal Code","descriptionText":null,"class":null,"required":false,"width":"1\/4","showIfConditional":[],"children":false,"options":{"readonly":false},"testValue":null,"value":null,"placeholder":null,"hideLabel":false},{"id":7,"type":"text","slug":"country-7","label":"Country","descriptionText":null,"class":null,"required":false,"width":"1\/4","showIfConditional":[],"children":false,"options":{"readonly":false},"testValue":null,"value":null,"placeholder":null,"hideLabel":false},{"id":8,"type":"select","slug":"office-location-8","label":"Office Location","descriptionText":null,"class":null,"required":true,"width":"half","showIfConditional":[],"children":false,"options":[],"testValue":null,"value":null,"placeholder":"Select an option...","values":[{"value":"Corporate Office (North America)","displayText":"Corporate Office (North America)"},{"value":"Atlanta (North America)","displayText":"Atlanta (North America)"},{"value":"Austin (North America)","displayText":"Austin (North America)"},{"value":"Columbus (North America)","displayText":"Columbus (North America)"},{"value":"Dallas (North America)","displayText":"Dallas (North America)"},{"value":"Denver (North America)","displayText":"Denver (North America)"},{"value":"Fort Lauderdale (North America","displayText":"Fort Lauderdale (North America"},{"value":"Houston (North America)","displayText":"Houston (North America)"},{"value":"Indianapolis (North America)","displayText":"Indianapolis (North America)"},{"value":"Lexington (North America)","displayText":"Lexington (North America)"},{"value":"Los Angeles (North America)","displayText":"Los Angeles (North America)"},{"value":"Midland (North America)","displayText":"Midland (North America)"},{"value":"Mexico City (North America)","displayText":"Mexico City (North America)"},{"value":"Minneapolis (North America)","displayText":"Minneapolis (North America)"},{"value":"Omaha (North America)","displayText":"Omaha (North America)"},{"value":"Portland (North America)","displayText":"Portland (North America)"},{"value":"San Antonio (North America)","displayText":"San Antonio (North America)"},{"value":"San Diego (North America)","displayText":"San Diego (North America)"},{"value":"San Francisco (North America)","displayText":"San Francisco (North America)"},{"value":"Sao Paulo (South America)","displayText":"Sao Paulo (South America)"},{"value":"Brussels (Europe)","displayText":"Brussels (Europe)"},{"value":"Frankfurt (Europe)","displayText":"Frankfurt (Europe)"},{"value":"Dublin (Europe)","displayText":"Dublin (Europe)"},{"value":"Milan (Europe)","displayText":"Milan (Europe)"},{"value":"Barcelona (Europe)","displayText":"Barcelona (Europe)"},{"value":"Madrid (Europe)","displayText":"Madrid (Europe)"},{"value":"Amsterdam (Europe)","displayText":"Amsterdam (Europe)"},{"value":"London (Europe)","displayText":"London (Europe)"},{"value":"Nottingham (Europe)","displayText":"Nottingham (Europe)"},{"value":"Zurich (Europe)","displayText":"Zurich (Europe)"},{"value":"Pune (Asia Pacific)","displayText":"Pune (Asia Pacific)"},{"value":"Mumbai (Asia Pacific)","displayText":"Mumbai (Asia Pacific)"}],"hideLabel":false},{"id":9,"type":"textarea","slug":"message-9","label":"Message","descriptionText":null,"class":null,"required":false,"width":"half","showIfConditional":[],"children":false,"options":{"readonly":false},"testValue":null,"value":null,"placeholder":null,"hideLabel":false}]}],"recaptchaEnabled":1,"conversionCookies":[],"formturnstileenabled":0}'
								recaptcha-key='ea3e1692-75d2-4976-8ab4-8b0091bcbfa8'
							></form-builder>
						</div>
										<div class="social-col"><ul class="social-networks">
	<li><a itemprop="sameAs" class="social-link facebook" title="Facebook" href="https://www.facebook.com/corporate.finance.associates" target="_blank">Facebook</a></li>
	<li><a itemprop="sameAs" class="social-link twitter x-social" title="X (Twitter)" href="https://x.com/cfatweet" target="_blank">X (Twitter)</a></li>
	<li><a itemprop="sameAs" class="social-link linkedin" title="LinkedIn" href="https://www.linkedin.com/company/corporate-finance-associates/" target="_blank">LinkedIn</a></li>
</ul></div>
				</section>
			
			<footer id="footer" class="footer footer-custom">
				<div class="site-info">
					
					<p class="copyright">Copyright &copy; 2026 Corporate Finance Associates all rights reserved. <br>Securities offered through Corporate Finance Securities, Inc. Member FINRA/SIPC<br><o:p></o:p>Corporate Office · 120 Vantis Drive, Suite 300 · Aliso Viejo · California 92656 · USA · +1.949.305.6710<br><br></p>

											<ul class="site-info-links">
																								<li class="site-info-item">
										<a href="/privacy-policy" class="site-info-link" data-styleable>privacy</a>
									</li>
																																<li class="site-info-item">
										<a href="/legal-notice" class="site-info-link" data-styleable>legal</a>
									</li>
																																<li class="site-info-item">
										<a href="/" class="site-info-link" data-styleable>sitemap</a>
									</li>
																					</ul>
									</div>
				<a class="dynamix-logo" href="https://dynamix.site" target="_blank">
					<strong>DynamiX</strong>
				</a>
			</footer>
			<div class="contrast-bar">
				<div class="contrast-switcher">
					<label for="footer-contrast-toggle">High Contrast Mode:</label>
					<div class="switch js-contrast-switcher">
						<input id="footer-contrast-toggle" type="checkbox" class="high-contrast-checkbox">
						<span class="slider round"></span>
					</div>
				</div>
			</div>
		</div>
	</div>
</div>
						<script src="https://cdn.jsdelivr.net/npm/vue@2.6.10?version=358" defer></script>
<script src="https://octanecdn.com/octaneforms/js/octaneforms.min.js?version=358" defer></script>


<script src="https://octanecdn.com/cfawcom/js/layouts.min.js?version=1556" defer></script>
<script src="https://octanecdn.com/cfawcom/js/main.min.js?version=1556" defer></script>


		<script type="text/javascript" src="https://octanecdn.com/cfawcom/js/nav-search.min.js?version=1556" defer></script>
	
			<script src="https://octanecdn.com/octaneengine/js/layouts.min.js?version=1556" defer></script>
		
		</div>
	</body>
</html>


