{"id":3854,"date":"2022-03-19T23:01:56","date_gmt":"2022-03-19T23:01:56","guid":{"rendered":"http:\/\/localhost:10000\/notionhive\/teachforbd-new\/?page_id=3854"},"modified":"2026-04-13T17:48:04","modified_gmt":"2026-04-13T17:48:04","slug":"impact","status":"publish","type":"page","link":"https:\/\/teachforbangladesh.org\/impact\/","title":{"rendered":"Impact"},"content":{"rendered":"<!-- banner image -->\r\n  <section class=\"image-wrapper banner impact-banner banner-text-middle\">\r\n\r\n        <img decoding=\"async\" width=\"1440\" height=\"620\" data-src=\"https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2025\/03\/impact-banner-1.webp\" class=\"banner-feature-image lazyload\" alt=\"Our Impact\" data-srcset=\"https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2025\/03\/impact-banner-1.webp 1440w, https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2025\/03\/impact-banner-1-600x258.webp 600w, https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2025\/03\/impact-banner-1-768x331.webp 768w\" data-sizes=\"auto, (max-width: 1440px) 100vw, 1440px\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" style=\"--smush-placeholder-width: 1440px; --smush-placeholder-aspect-ratio: 1440\/620;\" \/>   \r\n    <div class=\"banner-overlay\"><\/div>\r\n    \r\n    <div class=\"container\">\r\n                    <h1 class=\"banner-title text-center text-color-white\">Our Impact<\/h1>\r\n         \r\n    <\/div>\r\n  <\/section><section class=\"both-side-text fellowship__about half-to-half-text  bg-white\">\r\n    <div class=\"container align-start\">\r\n                    <h2 class=\"font-weight-normal\">\r\n                Teach For Bangladesh\u2019s Vision of Change            <\/h2>\r\n                            <div class=\"description font-weight-light\">\r\n                <p>Teach For Bangladesh is a movement of coalition-builders and change-makers working with children and communities towards a shared vision of the future. We are developing leaders who teach and teachers who lead by example. Our work is based on the belief that dismantling and rebuilding systems that perpetuate inequity will require healing the impact of those systems within ourselves first.<\/p>            <\/div>\r\n            <\/div>\r\n<\/section><section class=\"impact-overview\">\r\n\r\n        <img decoding=\"async\" width=\"1440\" height=\"480\" data-src=\"https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2025\/03\/Frame-2147223671.webp\" class=\"impact-feature-image lazyload\" alt=\"\" data-srcset=\"https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2025\/03\/Frame-2147223671.webp 1440w, https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2025\/03\/Frame-2147223671-600x200.webp 600w, https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2025\/03\/Frame-2147223671-768x256.webp 768w\" data-sizes=\"auto, (max-width: 1440px) 100vw, 1440px\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" style=\"--smush-placeholder-width: 1440px; --smush-placeholder-aspect-ratio: 1440\/480;\" \/>\r\n        <div class=\"container\">\r\n\r\n            <div class=\"footprint-wrapper\">\r\n\r\n                                    <div class=\"list-item\">\r\n                                                    <h3 class=\"counter\" data-count=\"117000\">1,17,000<\/h3>\r\n                        \r\n                                                    <h4>Students Impacted<\/h4>\r\n                                            <\/div>\r\n                                    <div class=\"list-item\">\r\n                                                    <h3 class=\"counter\" data-count=\"671\">671<\/h3>\r\n                        \r\n                                                    <h4>Fellows Impacted<\/h4>\r\n                                            <\/div>\r\n                                    <div class=\"list-item\">\r\n                                                    <h3 class=\"counter\" data-count=\"136000\">1,36,000<\/h3>\r\n                        \r\n                                                    <h4>Community Members Impacted<\/h4>\r\n                                            <\/div>\r\n                                    <div class=\"list-item\">\r\n                                                    <h3 class=\"counter\" data-count=\"64\">64<\/h3>\r\n                        \r\n                                                    <h4>Schools Impacted<\/h4>\r\n                                            <\/div>\r\n                                    <div class=\"list-item\">\r\n                                                    <h3 class=\"counter\" data-count=\"61000\">61,000<\/h3>\r\n                        \r\n                                                    <h4>Youths Impacted<\/h4>\r\n                                            <\/div>\r\n                \r\n            <\/div><!-- end footprint-wrapper -->\r\n\r\n            <!-- JavaScript for CounterUp Effect -->\r\n            <script>\r\n                document.addEventListener(\"DOMContentLoaded\", function () {\r\n                    let counters = document.querySelectorAll(\".counter\");\r\n                    let started = false; \/\/ To ensure counter runs only once\r\n\r\n                    function runCounter() {\r\n                        counters.forEach(counter => {\r\n                            let target = +counter.getAttribute(\"data-count\");\r\n                            let count = 0;\r\n                            let speed = Math.floor(target \/ 40); \/\/ Adjust speed based on target number\r\n\r\n                            let updateCounter = setInterval(() => {\r\n                                count += speed;\r\n                                counter.innerText = count;\r\n\r\n                                if (count >= target) {\r\n                                    counter.innerText = target; \/\/ Set final value\r\n                                    clearInterval(updateCounter);\r\n                                }\r\n                            }, 20);\r\n                        });\r\n                    }\r\n\r\n                    \/\/ Intersection Observer to trigger counter on scroll\r\n                    let observer = new IntersectionObserver(entries => {\r\n                        entries.forEach(entry => {\r\n                            if (entry.isIntersecting && !started) {\r\n                                runCounter();\r\n                                started = true; \/\/ Ensure it runs only once\r\n                            }\r\n                        });\r\n                    }, { threshold: 0.5 }); \/\/ Trigger when 50% visible\r\n\r\n                    observer.observe(document.querySelector(\".footprint-wrapper\"));\r\n                });\r\n            <\/script>\r\n\r\n\r\n\r\n        <\/div><!-- end container -->\r\n\r\n<\/section><!-- end impact --><section class=\"impact-overview apply-now\">\r\n\r\n        <img decoding=\"async\" width=\"1440\" height=\"600\" data-src=\"https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2025\/03\/7U5A1124-2-1.webp\" class=\"impact-feature-image lazyload\" alt=\"Over the years through the Fellowship we are impacting thousands of lives\" data-srcset=\"https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2025\/03\/7U5A1124-2-1.webp 1440w, https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2025\/03\/7U5A1124-2-1-600x250.webp 600w, https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2025\/03\/7U5A1124-2-1-768x320.webp 768w\" data-sizes=\"auto, (max-width: 1440px) 100vw, 1440px\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" style=\"--smush-placeholder-width: 1440px; --smush-placeholder-aspect-ratio: 1440\/600;\" \/>\r\n        <div class=\"container\">\r\n\r\n            <div class=\"apply-form-wrapper\">\r\n\r\n                <div class=\"apply-form-left\">\r\n                    <img decoding=\"async\" width=\"2048\" height=\"1536\" data-src=\"https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2025\/04\/431795142_7693874067303489_2269242216786975909_n.jpg\" class=\"image_01 lazyload\" alt=\"Over the years through the Fellowship we are impacting thousands of lives\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" style=\"--smush-placeholder-width: 2048px; --smush-placeholder-aspect-ratio: 2048\/1536;\" \/>                    <img decoding=\"async\" width=\"6000\" height=\"4000\" data-src=\"https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2025\/04\/DSC03693-1.jpg\" class=\"image_02 lazyload\" alt=\"Over the years through the Fellowship we are impacting thousands of lives\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" style=\"--smush-placeholder-width: 6000px; --smush-placeholder-aspect-ratio: 6000\/4000;\" \/>                <\/div>\r\n\r\n                <div class=\"apply-form-right\">\r\n                                            <h3 class=\"banner-title text-color-white\">Over the years through the Fellowship we are impacting thousands of lives<\/h3>\r\n                     \r\n                                            <a target=\"\" class=\"apply-btn\" href=\"https:\/\/teachforbangladesh.org\/fellowship-impact\/\">Know More<\/a>\r\n                     \r\n                <\/div>\r\n\r\n            <\/div><!-- end footprint-wrapper -->\r\n\r\n        <\/div><!-- end container -->\r\n\r\n<\/section><!-- end impact --><section class=\"impact-lists\">\r\n    <div class=\"container\">\r\n        <div class=\"impact-lists-wrapper\">\r\n\r\n                            <div class=\"impact-list-title\">TFB Addressing Educational Inequity Through These Focus Areas<\/div>\r\n            \r\n                              \r\n                    <div class=\"impact-list-card\">\r\n\r\n                        <a href=\"https:\/\/teachforbangladesh.org\/impact\/youth-mobilization\/\" class=\"image-wrapper\">\r\n                            <img decoding=\"async\" width=\"589\" height=\"604\" data-src=\"https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2025\/03\/Capture-1.jpg\" class=\"attachment-full size-full lazyload\" alt=\"Youth Mobilization\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" style=\"--smush-placeholder-width: 589px; --smush-placeholder-aspect-ratio: 589\/604;\" \/>                        <\/a>\r\n\r\n                       <a href=\"https:\/\/teachforbangladesh.org\/impact\/youth-mobilization\/\" class=\"impact-list-content\">\r\n                            <h3 class=\"font-weight-normal base-color\">Youth Mobilization<\/h3>\r\n                            <span class=\"read-more\"> \r\n                                <svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                    <rect width=\"32\" height=\"32\" rx=\"16\" fill=\"white\"\/>\r\n                                    <g clip-path=\"url(#clip0_220_174)\">\r\n                                    <path d=\"M14 20L18 16L14 12\" stroke=\"#003322\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                    <\/g>\r\n                                    <defs>\r\n                                    <clipPath id=\"clip0_220_174\">\r\n                                    <rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(6 6)\"\/>\r\n                                    <\/clipPath>\r\n                                    <\/defs>\r\n                                <\/svg>\r\n                            <\/span>\r\n                        <\/a>\r\n\r\n                    <\/div><!-- end col-lg-4 -->\r\n                  \r\n                    <div class=\"impact-list-card\">\r\n\r\n                        <a href=\"https:\/\/teachforbangladesh.org\/impact\/education-in-emergency\/\" class=\"image-wrapper\">\r\n                            <img decoding=\"async\" width=\"960\" height=\"1280\" data-src=\"https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2025\/03\/481163188_2019362741876659_3403476929848429635_n.jpg\" class=\"attachment-full size-full lazyload\" alt=\"Education in Emergency\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" style=\"--smush-placeholder-width: 960px; --smush-placeholder-aspect-ratio: 960\/1280;\" \/>                        <\/a>\r\n\r\n                       <a href=\"https:\/\/teachforbangladesh.org\/impact\/education-in-emergency\/\" class=\"impact-list-content\">\r\n                            <h3 class=\"font-weight-normal base-color\">Education in Emergency<\/h3>\r\n                            <span class=\"read-more\"> \r\n                                <svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                    <rect width=\"32\" height=\"32\" rx=\"16\" fill=\"white\"\/>\r\n                                    <g clip-path=\"url(#clip0_220_174)\">\r\n                                    <path d=\"M14 20L18 16L14 12\" stroke=\"#003322\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                    <\/g>\r\n                                    <defs>\r\n                                    <clipPath id=\"clip0_220_174\">\r\n                                    <rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(6 6)\"\/>\r\n                                    <\/clipPath>\r\n                                    <\/defs>\r\n                                <\/svg>\r\n                            <\/span>\r\n                        <\/a>\r\n\r\n                    <\/div><!-- end col-lg-4 -->\r\n                  \r\n                    <div class=\"impact-list-card\">\r\n\r\n                        <a href=\"https:\/\/teachforbangladesh.org\/impact\/edtech\/\" class=\"image-wrapper\">\r\n                            <img decoding=\"async\" width=\"1542\" height=\"2048\" data-src=\"https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2025\/03\/480198621_4037135353280748_6080036121697084657_n.jpg\" class=\"attachment-full size-full lazyload\" alt=\"Digital Literacy &amp; EdTech\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" style=\"--smush-placeholder-width: 1542px; --smush-placeholder-aspect-ratio: 1542\/2048;\" \/>                        <\/a>\r\n\r\n                       <a href=\"https:\/\/teachforbangladesh.org\/impact\/edtech\/\" class=\"impact-list-content\">\r\n                            <h3 class=\"font-weight-normal base-color\">Digital Literacy &amp; EdTech<\/h3>\r\n                            <span class=\"read-more\"> \r\n                                <svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                    <rect width=\"32\" height=\"32\" rx=\"16\" fill=\"white\"\/>\r\n                                    <g clip-path=\"url(#clip0_220_174)\">\r\n                                    <path d=\"M14 20L18 16L14 12\" stroke=\"#003322\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                    <\/g>\r\n                                    <defs>\r\n                                    <clipPath id=\"clip0_220_174\">\r\n                                    <rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(6 6)\"\/>\r\n                                    <\/clipPath>\r\n                                    <\/defs>\r\n                                <\/svg>\r\n                            <\/span>\r\n                        <\/a>\r\n\r\n                    <\/div><!-- end col-lg-4 -->\r\n                  \r\n                    <div class=\"impact-list-card\">\r\n\r\n                        <a href=\"https:\/\/teachforbangladesh.org\/impact\/girls-education\/\" class=\"image-wrapper\">\r\n                            <img decoding=\"async\" width=\"496\" height=\"569\" data-src=\"https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2025\/03\/Capture-1-1.jpg\" class=\"attachment-full size-full lazyload\" alt=\"Girls\u2019 Education\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" style=\"--smush-placeholder-width: 496px; --smush-placeholder-aspect-ratio: 496\/569;\" \/>                        <\/a>\r\n\r\n                       <a href=\"https:\/\/teachforbangladesh.org\/impact\/girls-education\/\" class=\"impact-list-content\">\r\n                            <h3 class=\"font-weight-normal base-color\">Girls\u2019 Education<\/h3>\r\n                            <span class=\"read-more\"> \r\n                                <svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                    <rect width=\"32\" height=\"32\" rx=\"16\" fill=\"white\"\/>\r\n                                    <g clip-path=\"url(#clip0_220_174)\">\r\n                                    <path d=\"M14 20L18 16L14 12\" stroke=\"#003322\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                    <\/g>\r\n                                    <defs>\r\n                                    <clipPath id=\"clip0_220_174\">\r\n                                    <rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(6 6)\"\/>\r\n                                    <\/clipPath>\r\n                                    <\/defs>\r\n                                <\/svg>\r\n                            <\/span>\r\n                        <\/a>\r\n\r\n                    <\/div><!-- end col-lg-4 -->\r\n                  \r\n                    <div class=\"impact-list-card\">\r\n\r\n                        <a href=\"https:\/\/teachforbangladesh.org\/impact\/climate\/\" class=\"image-wrapper\">\r\n                            <img decoding=\"async\" width=\"2047\" height=\"2048\" data-src=\"https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2025\/03\/421882952_3239958686298688_1524940167885535608_n.jpg\" class=\"attachment-full size-full lazyload\" alt=\"Climate Education\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" style=\"--smush-placeholder-width: 2047px; --smush-placeholder-aspect-ratio: 2047\/2048;\" \/>                        <\/a>\r\n\r\n                       <a href=\"https:\/\/teachforbangladesh.org\/impact\/climate\/\" class=\"impact-list-content\">\r\n                            <h3 class=\"font-weight-normal base-color\">Climate Education<\/h3>\r\n                            <span class=\"read-more\"> \r\n                                <svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                    <rect width=\"32\" height=\"32\" rx=\"16\" fill=\"white\"\/>\r\n                                    <g clip-path=\"url(#clip0_220_174)\">\r\n                                    <path d=\"M14 20L18 16L14 12\" stroke=\"#003322\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                    <\/g>\r\n                                    <defs>\r\n                                    <clipPath id=\"clip0_220_174\">\r\n                                    <rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(6 6)\"\/>\r\n                                    <\/clipPath>\r\n                                    <\/defs>\r\n                                <\/svg>\r\n                            <\/span>\r\n                        <\/a>\r\n\r\n                    <\/div><!-- end col-lg-4 -->\r\n                                    <\/div>\r\n\r\n        <div id=\"impact-list\">\r\n                              \r\n                    <div class=\"impact-slider-item\">\r\n                        <div class=\"impact-slider-item-inner\">\r\n\r\n                            <a href=\"https:\/\/teachforbangladesh.org\/impact\/youth-mobilization\/\" class=\"image-wrapper\">\r\n                                <img decoding=\"async\" width=\"589\" height=\"604\" data-src=\"https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2025\/03\/Capture-1.jpg\" class=\"attachment-full size-full lazyload\" alt=\"Youth Mobilization\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" style=\"--smush-placeholder-width: 589px; --smush-placeholder-aspect-ratio: 589\/604;\" \/>                            <\/a>\r\n\r\n                            <a href=\"https:\/\/teachforbangladesh.org\/impact\/youth-mobilization\/\" class=\"impact-list-content\">\r\n                                    <h3 class=\"font-weight-normal base-color\">Youth Mobilization<\/h3>\r\n                                    <span class=\"read-more\"> \r\n                                        <svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                            <rect width=\"32\" height=\"32\" rx=\"16\" fill=\"white\"\/>\r\n                                            <g clip-path=\"url(#clip0_220_174)\">\r\n                                            <path d=\"M14 20L18 16L14 12\" stroke=\"#003322\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                            <\/g>\r\n                                            <defs>\r\n                                            <clipPath id=\"clip0_220_174\">\r\n                                            <rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(6 6)\"\/>\r\n                                            <\/clipPath>\r\n                                            <\/defs>\r\n                                        <\/svg>\r\n                                    <\/span>\r\n                                <\/a>\r\n                        <\/div>\r\n                    <\/div>\r\n                  \r\n                    <div class=\"impact-slider-item\">\r\n                        <div class=\"impact-slider-item-inner\">\r\n\r\n                            <a href=\"https:\/\/teachforbangladesh.org\/impact\/education-in-emergency\/\" class=\"image-wrapper\">\r\n                                <img decoding=\"async\" width=\"960\" height=\"1280\" data-src=\"https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2025\/03\/481163188_2019362741876659_3403476929848429635_n.jpg\" class=\"attachment-full size-full lazyload\" alt=\"Education in Emergency\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" style=\"--smush-placeholder-width: 960px; --smush-placeholder-aspect-ratio: 960\/1280;\" \/>                            <\/a>\r\n\r\n                            <a href=\"https:\/\/teachforbangladesh.org\/impact\/education-in-emergency\/\" class=\"impact-list-content\">\r\n                                    <h3 class=\"font-weight-normal base-color\">Education in Emergency<\/h3>\r\n                                    <span class=\"read-more\"> \r\n                                        <svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                            <rect width=\"32\" height=\"32\" rx=\"16\" fill=\"white\"\/>\r\n                                            <g clip-path=\"url(#clip0_220_174)\">\r\n                                            <path d=\"M14 20L18 16L14 12\" stroke=\"#003322\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                            <\/g>\r\n                                            <defs>\r\n                                            <clipPath id=\"clip0_220_174\">\r\n                                            <rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(6 6)\"\/>\r\n                                            <\/clipPath>\r\n                                            <\/defs>\r\n                                        <\/svg>\r\n                                    <\/span>\r\n                                <\/a>\r\n                        <\/div>\r\n                    <\/div>\r\n                  \r\n                    <div class=\"impact-slider-item\">\r\n                        <div class=\"impact-slider-item-inner\">\r\n\r\n                            <a href=\"https:\/\/teachforbangladesh.org\/impact\/edtech\/\" class=\"image-wrapper\">\r\n                                <img decoding=\"async\" width=\"1542\" height=\"2048\" data-src=\"https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2025\/03\/480198621_4037135353280748_6080036121697084657_n.jpg\" class=\"attachment-full size-full lazyload\" alt=\"Digital Literacy &amp; EdTech\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" style=\"--smush-placeholder-width: 1542px; --smush-placeholder-aspect-ratio: 1542\/2048;\" \/>                            <\/a>\r\n\r\n                            <a href=\"https:\/\/teachforbangladesh.org\/impact\/edtech\/\" class=\"impact-list-content\">\r\n                                    <h3 class=\"font-weight-normal base-color\">Digital Literacy &amp; EdTech<\/h3>\r\n                                    <span class=\"read-more\"> \r\n                                        <svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                            <rect width=\"32\" height=\"32\" rx=\"16\" fill=\"white\"\/>\r\n                                            <g clip-path=\"url(#clip0_220_174)\">\r\n                                            <path d=\"M14 20L18 16L14 12\" stroke=\"#003322\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                            <\/g>\r\n                                            <defs>\r\n                                            <clipPath id=\"clip0_220_174\">\r\n                                            <rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(6 6)\"\/>\r\n                                            <\/clipPath>\r\n                                            <\/defs>\r\n                                        <\/svg>\r\n                                    <\/span>\r\n                                <\/a>\r\n                        <\/div>\r\n                    <\/div>\r\n                  \r\n                    <div class=\"impact-slider-item\">\r\n                        <div class=\"impact-slider-item-inner\">\r\n\r\n                            <a href=\"https:\/\/teachforbangladesh.org\/impact\/girls-education\/\" class=\"image-wrapper\">\r\n                                <img decoding=\"async\" width=\"496\" height=\"569\" data-src=\"https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2025\/03\/Capture-1-1.jpg\" class=\"attachment-full size-full lazyload\" alt=\"Girls\u2019 Education\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" style=\"--smush-placeholder-width: 496px; --smush-placeholder-aspect-ratio: 496\/569;\" \/>                            <\/a>\r\n\r\n                            <a href=\"https:\/\/teachforbangladesh.org\/impact\/girls-education\/\" class=\"impact-list-content\">\r\n                                    <h3 class=\"font-weight-normal base-color\">Girls\u2019 Education<\/h3>\r\n                                    <span class=\"read-more\"> \r\n                                        <svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                            <rect width=\"32\" height=\"32\" rx=\"16\" fill=\"white\"\/>\r\n                                            <g clip-path=\"url(#clip0_220_174)\">\r\n                                            <path d=\"M14 20L18 16L14 12\" stroke=\"#003322\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                            <\/g>\r\n                                            <defs>\r\n                                            <clipPath id=\"clip0_220_174\">\r\n                                            <rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(6 6)\"\/>\r\n                                            <\/clipPath>\r\n                                            <\/defs>\r\n                                        <\/svg>\r\n                                    <\/span>\r\n                                <\/a>\r\n                        <\/div>\r\n                    <\/div>\r\n                  \r\n                    <div class=\"impact-slider-item\">\r\n                        <div class=\"impact-slider-item-inner\">\r\n\r\n                            <a href=\"https:\/\/teachforbangladesh.org\/impact\/climate\/\" class=\"image-wrapper\">\r\n                                <img decoding=\"async\" width=\"2047\" height=\"2048\" data-src=\"https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2025\/03\/421882952_3239958686298688_1524940167885535608_n.jpg\" class=\"attachment-full size-full lazyload\" alt=\"Climate Education\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" style=\"--smush-placeholder-width: 2047px; --smush-placeholder-aspect-ratio: 2047\/2048;\" \/>                            <\/a>\r\n\r\n                            <a href=\"https:\/\/teachforbangladesh.org\/impact\/climate\/\" class=\"impact-list-content\">\r\n                                    <h3 class=\"font-weight-normal base-color\">Climate Education<\/h3>\r\n                                    <span class=\"read-more\"> \r\n                                        <svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                            <rect width=\"32\" height=\"32\" rx=\"16\" fill=\"white\"\/>\r\n                                            <g clip-path=\"url(#clip0_220_174)\">\r\n                                            <path d=\"M14 20L18 16L14 12\" stroke=\"#003322\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                            <\/g>\r\n                                            <defs>\r\n                                            <clipPath id=\"clip0_220_174\">\r\n                                            <rect width=\"20\" height=\"20\" fill=\"white\" transform=\"translate(6 6)\"\/>\r\n                                            <\/clipPath>\r\n                                            <\/defs>\r\n                                        <\/svg>\r\n                                    <\/span>\r\n                                <\/a>\r\n                        <\/div>\r\n                    <\/div>\r\n                                    <\/div>\r\n\r\n    <\/div>\r\n<\/section><section class=\"impact-footprint\" style=\"background-color:#003322\">\r\n    <div class=\"container\">\r\n        <div class=\"impact-footprint-wrapper\">\r\n            <div class=\"impact-footprint-left\">\r\n\r\n                <svg width=\"526\" height=\"641\" viewBox=\"0 0 526 641\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                    <path d=\"M68 21.4988C68 22.3282 67.3284 23 66.5001 23C65.6716 23 65 22.3282 65 21.4988C65 20.6695 65.6716 20 66.5001 20C67.3284 20 68 20.6695 68 21.4988Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M77 21.4988C77 22.3282 76.3284 23 75.4999 23C74.6716 23 74 22.3282 74 21.4988C74 20.6695 74.6716 20 75.4999 20C76.3284 20 77 20.6695 77 21.4988Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M68 32.5012C68 33.3282 67.3284 34 66.5001 34C65.6716 34 65 33.3282 65 32.5012C65 31.6718 65.6716 31 66.5001 31C67.3284 31 68 31.6718 68 32.5012Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M77 32.5012C77 33.3282 76.3284 34 75.4999 34C74.6716 34 74 33.3282 74 32.5012C74 31.6718 74.6716 31 75.4999 31C76.3284 31 77 31.6718 77 32.5012Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M77 43.4988C77 44.3282 76.3284 45 75.4999 45C74.6716 45 74 44.3282 74 43.4988C74 42.6718 74.6716 42 75.4999 42C76.3284 42 77 42.6718 77 43.4988Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M87 43.4988C87 44.3282 86.3286 45 85.5 45C84.6716 45 84 44.3282 84 43.4988C84 42.6718 84.6716 42 85.5 42C86.3286 42 87 42.6718 87 43.4988Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M96 43.4988C96 44.3282 95.3286 45 94.5 45C93.6716 45 93 44.3282 93 43.4988C93 42.6718 93.6716 42 94.5 42C95.3286 42 96 42.6718 96 43.4988Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M124 43.4988C124 44.3282 123.328 45 122.5 45C121.672 45 121 44.3282 121 43.4988C121 42.6718 121.672 42 122.5 42C123.328 42 124 42.6718 124 43.4988Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M77 54.5012C77 55.3282 76.3284 56 75.4999 56C74.6716 56 74 55.3282 74 54.5012C74 53.6718 74.6716 53 75.4999 53C76.3284 53 77 53.6718 77 54.5012Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M87 54.5012C87 55.3282 86.3286 56 85.5 56C84.6716 56 84 55.3282 84 54.5012C84 53.6718 84.6716 53 85.5 53C86.3286 53 87 53.6718 87 54.5012Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M96 54.5012C96 55.3282 95.3286 56 94.5 56C93.6716 56 93 55.3282 93 54.5012C93 53.6718 93.6716 53 94.5 53C95.3286 53 96 53.6718 96 54.5012Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M105 54.5012C105 55.3282 104.329 56 103.5 56C102.672 56 102 55.3282 102 54.5012C102 53.6718 102.672 53 103.5 53C104.329 53 105 53.6718 105 54.5012Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M124 54.5012C124 55.3282 123.328 56 122.5 56C121.672 56 121 55.3282 121 54.5012C121 53.6718 121.672 53 122.5 53C123.328 53 124 53.6718 124 54.5012Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M133 54.5012C133 55.3282 132.328 56 131.5 56C130.672 56 130 55.3282 130 54.5012C130 53.6718 130.672 53 131.5 53C132.328 53 133 53.6718 133 54.5012Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M68 65.4988C68 66.3282 67.3284 67 66.5001 67C65.6716 67 65 66.3282 65 65.4988C65 64.6718 65.6716 64 66.5001 64C67.3284 64 68 64.6718 68 65.4988Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M77 65.4988C77 66.3282 76.3284 67 75.4999 67C74.6716 67 74 66.3282 74 65.4988C74 64.6718 74.6716 64 75.4999 64C76.3284 64 77 64.6718 77 65.4988Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M87 65.4988C87 66.3282 86.3286 67 85.5 67C84.6716 67 84 66.3282 84 65.4988C84 64.6718 84.6716 64 85.5 64C86.3286 64 87 64.6718 87 65.4988Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M96 65.4988C96 66.3282 95.3286 67 94.5 67C93.6716 67 93 66.3282 93 65.4988C93 64.6718 93.6716 64 94.5 64C95.3286 64 96 64.6718 96 65.4988Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M105 65.4988C105 66.3282 104.329 67 103.5 67C102.672 67 102 66.3282 102 65.4988C102 64.6718 102.672 64 103.5 64C104.329 64 105 64.6718 105 65.4988Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M114 65.4988C114 66.3282 113.328 67 112.5 67C111.672 67 111 66.3282 111 65.4988C111 64.6718 111.672 64 112.5 64C113.328 64 114 64.6718 114 65.4988Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M124 65.4988C124 66.3282 123.328 67 122.5 67C121.672 67 121 66.3282 121 65.4988C121 64.6718 121.672 64 122.5 64C123.328 64 124 64.6718 124 65.4988Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M133 65.4988C133 66.3282 132.328 67 131.5 67C130.672 67 130 66.3282 130 65.4988C130 64.6718 130.672 64 131.5 64C132.328 64 133 64.6718 133 65.4988Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M142 65.4988C142 66.3282 141.328 67 140.5 67C139.671 67 139 66.3282 139 65.4988C139 64.6718 139.671 64 140.5 64C141.328 64 142 64.6718 142 65.4988Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M188 65.4988C188 66.3282 187.328 67 186.5 67C185.672 67 185 66.3282 185 65.4988C185 64.6718 185.672 64 186.5 64C187.328 64 188 64.6718 188 65.4988Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M50 76.5C50 77.33 49.3284 78 48.5 78C47.6714 78 47 77.33 47 76.5C47 75.67 47.6714 75 48.5 75C49.3284 75 50 75.67 50 76.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M59 76.5C59 77.33 58.3284 78 57.5 78C56.6714 78 56 77.33 56 76.5C56 75.67 56.6714 75 57.5 75C58.3284 75 59 75.67 59 76.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M68 76.5C68 77.33 67.3284 78 66.5001 78C65.6716 78 65 77.33 65 76.5C65 75.67 65.6716 75 66.5001 75C67.3284 75 68 75.67 68 76.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M77 76.5C77 77.33 76.3284 78 75.4999 78C74.6716 78 74 77.33 74 76.5C74 75.67 74.6716 75 75.4999 75C76.3284 75 77 75.67 77 76.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M87 76.5C87 77.33 86.3286 78 85.5 78C84.6716 78 84 77.33 84 76.5C84 75.67 84.6716 75 85.5 75C86.3286 75 87 75.67 87 76.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M96 76.5C96 77.33 95.3286 78 94.5 78C93.6716 78 93 77.33 93 76.5C93 75.67 93.6716 75 94.5 75C95.3286 75 96 75.67 96 76.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M105 76.5C105 77.33 104.329 78 103.5 78C102.672 78 102 77.33 102 76.5C102 75.67 102.672 75 103.5 75C104.329 75 105 75.67 105 76.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M114 76.5C114 77.33 113.328 78 112.5 78C111.672 78 111 77.33 111 76.5C111 75.67 111.672 75 112.5 75C113.328 75 114 75.67 114 76.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M124 76.5C124 77.33 123.328 78 122.5 78C121.672 78 121 77.33 121 76.5C121 75.67 121.672 75 122.5 75C123.328 75 124 75.67 124 76.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M133 76.5C133 77.33 132.328 78 131.5 78C130.672 78 130 77.33 130 76.5C130 75.67 130.672 75 131.5 75C132.328 75 133 75.67 133 76.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M142 76.5C142 77.33 141.328 78 140.5 78C139.671 78 139 77.33 139 76.5C139 75.67 139.671 75 140.5 75C141.328 75 142 75.67 142 76.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M188 76.5C188 77.33 187.328 78 186.5 78C185.672 78 185 77.33 185 76.5C185 75.67 185.672 75 186.5 75C187.328 75 188 75.67 188 76.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M198 76.5C198 77.33 197.328 78 196.5 78C195.672 78 195 77.33 195 76.5C195 75.67 195.672 75 196.5 75C197.328 75 198 75.67 198 76.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M50 87.4988C50 88.3282 49.3284 89 48.5 89C47.6714 89 47 88.3282 47 87.4988C47 86.6718 47.6714 86 48.5 86C49.3284 86 50 86.6718 50 87.4988Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M59 87.4988C59 88.3282 58.3284 89 57.5 89C56.6714 89 56 88.3282 56 87.4988C56 86.6718 56.6714 86 57.5 86C58.3284 86 59 86.6718 59 87.4988Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M68 87.4988C68 88.3282 67.3284 89 66.5001 89C65.6716 89 65 88.3282 65 87.4988C65 86.6718 65.6716 86 66.5001 86C67.3284 86 68 86.6718 68 87.4988Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M77 87.4988C77 88.3282 76.3284 89 75.4999 89C74.6716 89 74 88.3282 74 87.4988C74 86.6718 74.6716 86 75.4999 86C76.3284 86 77 86.6718 77 87.4988Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M87 87.4988C87 88.3282 86.3286 89 85.5 89C84.6716 89 84 88.3282 84 87.4988C84 86.6718 84.6716 86 85.5 86C86.3286 86 87 86.6718 87 87.4988Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M96 87.4988C96 88.3282 95.3286 89 94.5 89C93.6716 89 93 88.3282 93 87.4988C93 86.6718 93.6716 86 94.5 86C95.3286 86 96 86.6718 96 87.4988Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M105 87.4988C105 88.3282 104.329 89 103.5 89C102.672 89 102 88.3282 102 87.4988C102 86.6718 102.672 86 103.5 86C104.329 86 105 86.6718 105 87.4988Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M114 87.4988C114 88.3282 113.328 89 112.5 89C111.672 89 111 88.3282 111 87.4988C111 86.6718 111.672 86 112.5 86C113.328 86 114 86.6718 114 87.4988Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M124 87.4988C124 88.3282 123.328 89 122.5 89C121.672 89 121 88.3282 121 87.4988C121 86.6718 121.672 86 122.5 86C123.328 86 124 86.6718 124 87.4988Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M133 87.4988C133 88.3282 132.328 89 131.5 89C130.672 89 130 88.3282 130 87.4988C130 86.6718 130.672 86 131.5 86C132.328 86 133 86.6718 133 87.4988Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M142 87.4988C142 88.3282 141.328 89 140.5 89C139.671 89 139 88.3282 139 87.4988C139 86.6718 139.671 86 140.5 86C141.328 86 142 86.6718 142 87.4988Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M151 87.4988C151 88.3282 150.328 89 149.5 89C148.672 89 148 88.3282 148 87.4988C148 86.6718 148.672 86 149.5 86C150.328 86 151 86.6718 151 87.4988Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M161 87.4988C161 88.3282 160.328 89 159.5 89C158.672 89 158 88.3282 158 87.4988C158 86.6718 158.672 86 159.5 86C160.328 86 161 86.6718 161 87.4988Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M170 87.4988C170 88.3282 169.328 89 168.5 89C167.672 89 167 88.3282 167 87.4988C167 86.6718 167.672 86 168.5 86C169.328 86 170 86.6718 170 87.4988Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M179 87.4988C179 88.3282 178.328 89 177.5 89C176.672 89 176 88.3282 176 87.4988C176 86.6718 176.672 86 177.5 86C178.328 86 179 86.6718 179 87.4988Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M188 87.4988C188 88.3282 187.328 89 186.5 89C185.672 89 185 88.3282 185 87.4988C185 86.6718 185.672 86 186.5 86C187.328 86 188 86.6718 188 87.4988Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M198 87.4988C198 88.3282 197.328 89 196.5 89C195.672 89 195 88.3282 195 87.4988C195 86.6718 195.672 86 196.5 86C197.328 86 198 86.6718 198 87.4988Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M207 87.4988C207 88.3282 206.328 89 205.5 89C204.672 89 204 88.3282 204 87.4988C204 86.6718 204.672 86 205.5 86C206.328 86 207 86.6718 207 87.4988Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M50 98.5C50 99.33 49.3284 100 48.5 100C47.6714 100 47 99.33 47 98.5C47 97.67 47.6714 97 48.5 97C49.3284 97 50 97.67 50 98.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M50 109.501C50 110.328 49.3284 111 48.5 111C47.6714 111 47 110.328 47 109.501C47 108.672 47.6714 108 48.5 108C49.3284 108 50 108.672 50 109.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M59 98.5C59 99.33 58.3284 100 57.5 100C56.6714 100 56 99.33 56 98.5C56 97.67 56.6714 97 57.5 97C58.3284 97 59 97.67 59 98.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M68 98.5C68 99.33 67.3284 100 66.5001 100C65.6716 100 65 99.33 65 98.5C65 97.67 65.6716 97 66.5001 97C67.3284 97 68 97.67 68 98.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M77 98.5C77 99.33 76.3284 100 75.4999 100C74.6716 100 74 99.33 74 98.5C74 97.67 74.6716 97 75.4999 97C76.3284 97 77 97.67 77 98.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M87 98.5C87 99.33 86.3286 100 85.5 100C84.6716 100 84 99.33 84 98.5C84 97.67 84.6716 97 85.5 97C86.3286 97 87 97.67 87 98.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M96 98.5C96 99.33 95.3286 100 94.5 100C93.6716 100 93 99.33 93 98.5C93 97.67 93.6716 97 94.5 97C95.3286 97 96 97.67 96 98.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M105 98.5C105 99.33 104.329 100 103.5 100C102.672 100 102 99.33 102 98.5C102 97.67 102.672 97 103.5 97C104.329 97 105 97.67 105 98.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M114 98.5C114 99.33 113.328 100 112.5 100C111.672 100 111 99.33 111 98.5C111 97.67 111.672 97 112.5 97C113.328 97 114 97.67 114 98.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M124 98.5C124 99.33 123.328 100 122.5 100C121.672 100 121 99.33 121 98.5C121 97.67 121.672 97 122.5 97C123.328 97 124 97.67 124 98.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M133 98.5C133 99.33 132.328 100 131.5 100C130.672 100 130 99.33 130 98.5C130 97.67 130.672 97 131.5 97C132.328 97 133 97.67 133 98.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M142 98.5C142 99.33 141.328 100 140.5 100C139.671 100 139 99.33 139 98.5C139 97.67 139.671 97 140.5 97C141.328 97 142 97.67 142 98.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M151 98.5C151 99.33 150.328 100 149.5 100C148.672 100 148 99.33 148 98.5C148 97.67 148.672 97 149.5 97C150.328 97 151 97.67 151 98.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M161 98.5C161 99.33 160.328 100 159.5 100C158.672 100 158 99.33 158 98.5C158 97.67 158.672 97 159.5 97C160.328 97 161 97.67 161 98.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M170 98.5C170 99.33 169.328 100 168.5 100C167.672 100 167 99.33 167 98.5C167 97.67 167.672 97 168.5 97C169.328 97 170 97.67 170 98.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M179 98.5C179 99.33 178.328 100 177.5 100C176.672 100 176 99.33 176 98.5C176 97.67 176.672 97 177.5 97C178.328 97 179 97.67 179 98.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M188 98.5C188 99.33 187.328 100 186.5 100C185.672 100 185 99.33 185 98.5C185 97.67 185.672 97 186.5 97C187.328 97 188 97.67 188 98.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M198 98.5C198 99.33 197.328 100 196.5 100C195.672 100 195 99.33 195 98.5C195 97.67 195.672 97 196.5 97C197.328 97 198 97.67 198 98.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M207 98.5C207 99.33 206.328 100 205.5 100C204.672 100 204 99.33 204 98.5C204 97.67 204.672 97 205.5 97C206.328 97 207 97.67 207 98.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M59 109.501C59 110.328 58.3284 111 57.5 111C56.6714 111 56 110.328 56 109.501C56 108.672 56.6714 108 57.5 108C58.3284 108 59 108.672 59 109.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M68 109.501C68 110.328 67.3284 111 66.5001 111C65.6716 111 65 110.328 65 109.501C65 108.672 65.6716 108 66.5001 108C67.3284 108 68 108.672 68 109.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M77 109.501C77 110.328 76.3284 111 75.4999 111C74.6716 111 74 110.328 74 109.501C74 108.672 74.6716 108 75.4999 108C76.3284 108 77 108.672 77 109.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M87 109.501C87 110.328 86.3286 111 85.5 111C84.6716 111 84 110.328 84 109.501C84 108.672 84.6716 108 85.5 108C86.3286 108 87 108.672 87 109.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M96 109.501C96 110.328 95.3286 111 94.5 111C93.6716 111 93 110.328 93 109.501C93 108.672 93.6716 108 94.5 108C95.3286 108 96 108.672 96 109.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M105 109.501C105 110.328 104.329 111 103.5 111C102.672 111 102 110.328 102 109.501C102 108.672 102.672 108 103.5 108C104.329 108 105 108.672 105 109.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M114 109.501C114 110.328 113.328 111 112.5 111C111.672 111 111 110.328 111 109.501C111 108.672 111.672 108 112.5 108C113.328 108 114 108.672 114 109.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M124 109.501C124 110.328 123.328 111 122.5 111C121.672 111 121 110.328 121 109.501C121 108.672 121.672 108 122.5 108C123.328 108 124 108.672 124 109.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M133 109.501C133 110.328 132.328 111 131.5 111C130.672 111 130 110.328 130 109.501C130 108.672 130.672 108 131.5 108C132.328 108 133 108.672 133 109.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M142 109.501C142 110.328 141.328 111 140.5 111C139.671 111 139 110.328 139 109.501C139 108.672 139.671 108 140.5 108C141.328 108 142 108.672 142 109.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M151 109.501C151 110.328 150.328 111 149.5 111C148.672 111 148 110.328 148 109.501C148 108.672 148.672 108 149.5 108C150.328 108 151 108.672 151 109.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M161 109.501C161 110.328 160.328 111 159.5 111C158.672 111 158 110.328 158 109.501C158 108.672 158.672 108 159.5 108C160.328 108 161 108.672 161 109.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M170 109.501C170 110.328 169.328 111 168.5 111C167.672 111 167 110.328 167 109.501C167 108.672 167.672 108 168.5 108C169.328 108 170 108.672 170 109.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M179 109.501C179 110.328 178.328 111 177.5 111C176.672 111 176 110.328 176 109.501C176 108.672 176.672 108 177.5 108C178.328 108 179 108.672 179 109.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M188 109.501C188 110.328 187.328 111 186.5 111C185.672 111 185 110.328 185 109.501C185 108.672 185.672 108 186.5 108C187.328 108 188 108.672 188 109.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M198 109.501C198 110.328 197.328 111 196.5 111C195.672 111 195 110.328 195 109.501C195 108.672 195.672 108 196.5 108C197.328 108 198 108.672 198 109.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M207 109.501C207 110.328 206.328 111 205.5 111C204.672 111 204 110.328 204 109.501C204 108.672 204.672 108 205.5 108C206.328 108 207 108.672 207 109.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M68 119.499C68 120.328 67.3284 121 66.5001 121C65.6716 121 65 120.328 65 119.499C65 118.672 65.6716 118 66.5001 118C67.3284 118 68 118.672 68 119.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M77 119.499C77 120.328 76.3284 121 75.4999 121C74.6716 121 74 120.328 74 119.499C74 118.672 74.6716 118 75.4999 118C76.3284 118 77 118.672 77 119.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M87 119.499C87 120.328 86.3286 121 85.5 121C84.6716 121 84 120.328 84 119.499C84 118.672 84.6716 118 85.5 118C86.3286 118 87 118.672 87 119.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M96 119.499C96 120.328 95.3286 121 94.5 121C93.6716 121 93 120.328 93 119.499C93 118.672 93.6716 118 94.5 118C95.3286 118 96 118.672 96 119.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M105 119.499C105 120.328 104.329 121 103.5 121C102.672 121 102 120.328 102 119.499C102 118.672 102.672 118 103.5 118C104.329 118 105 118.672 105 119.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M114 119.499C114 120.328 113.328 121 112.5 121C111.672 121 111 120.328 111 119.499C111 118.672 111.672 118 112.5 118C113.328 118 114 118.672 114 119.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M124 119.499C124 120.328 123.328 121 122.5 121C121.672 121 121 120.328 121 119.499C121 118.672 121.672 118 122.5 118C123.328 118 124 118.672 124 119.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M133 119.499C133 120.328 132.328 121 131.5 121C130.672 121 130 120.328 130 119.499C130 118.672 130.672 118 131.5 118C132.328 118 133 118.672 133 119.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M142 119.499C142 120.328 141.328 121 140.5 121C139.671 121 139 120.328 139 119.499C139 118.672 139.671 118 140.5 118C141.328 118 142 118.672 142 119.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M151 119.499C151 120.328 150.328 121 149.5 121C148.672 121 148 120.328 148 119.499C148 118.672 148.672 118 149.5 118C150.328 118 151 118.672 151 119.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M161 119.499C161 120.328 160.328 121 159.5 121C158.672 121 158 120.328 158 119.499C158 118.672 158.672 118 159.5 118C160.328 118 161 118.672 161 119.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M170 119.499C170 120.328 169.328 121 168.5 121C167.672 121 167 120.328 167 119.499C167 118.672 167.672 118 168.5 118C169.328 118 170 118.672 170 119.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M179 119.499C179 120.328 178.328 121 177.5 121C176.672 121 176 120.328 176 119.499C176 118.672 176.672 118 177.5 118C178.328 118 179 118.672 179 119.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M188 119.499C188 120.328 187.328 121 186.5 121C185.672 121 185 120.328 185 119.499C185 118.672 185.672 118 186.5 118C187.328 118 188 118.672 188 119.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M198 119.499C198 120.328 197.328 121 196.5 121C195.672 121 195 120.328 195 119.499C195 118.672 195.672 118 196.5 118C197.328 118 198 118.672 198 119.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M207 119.499C207 120.328 206.328 121 205.5 121C204.672 121 204 120.328 204 119.499C204 118.672 204.672 118 205.5 118C206.328 118 207 118.672 207 119.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M77 130.501C77 131.328 76.3284 132 75.4999 132C74.6716 132 74 131.328 74 130.501C74 129.672 74.6716 129 75.4999 129C76.3284 129 77 129.672 77 130.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M87 130.501C87 131.328 86.3286 132 85.5 132C84.6716 132 84 131.328 84 130.501C84 129.672 84.6716 129 85.5 129C86.3286 129 87 129.672 87 130.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M96 130.501C96 131.328 95.3286 132 94.5 132C93.6716 132 93 131.328 93 130.501C93 129.672 93.6716 129 94.5 129C95.3286 129 96 129.672 96 130.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M105 130.501C105 131.328 104.329 132 103.5 132C102.672 132 102 131.328 102 130.501C102 129.672 102.672 129 103.5 129C104.329 129 105 129.672 105 130.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M114 130.501C114 131.328 113.328 132 112.5 132C111.672 132 111 131.328 111 130.501C111 129.672 111.672 129 112.5 129C113.328 129 114 129.672 114 130.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M124 130.501C124 131.328 123.328 132 122.5 132C121.672 132 121 131.328 121 130.501C121 129.672 121.672 129 122.5 129C123.328 129 124 129.672 124 130.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M133 130.501C133 131.328 132.328 132 131.5 132C130.672 132 130 131.328 130 130.501C130 129.672 130.672 129 131.5 129C132.328 129 133 129.672 133 130.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M142 130.501C142 131.328 141.328 132 140.5 132C139.671 132 139 131.328 139 130.501C139 129.672 139.671 129 140.5 129C141.328 129 142 129.672 142 130.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M151 130.501C151 131.328 150.328 132 149.5 132C148.672 132 148 131.328 148 130.501C148 129.672 148.672 129 149.5 129C150.328 129 151 129.672 151 130.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M161 130.501C161 131.328 160.328 132 159.5 132C158.672 132 158 131.328 158 130.501C158 129.672 158.672 129 159.5 129C160.328 129 161 129.672 161 130.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M170 130.501C170 131.328 169.328 132 168.5 132C167.672 132 167 131.328 167 130.501C167 129.672 167.672 129 168.5 129C169.328 129 170 129.672 170 130.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M179 130.501C179 131.328 178.328 132 177.5 132C176.672 132 176 131.328 176 130.501C176 129.672 176.672 129 177.5 129C178.328 129 179 129.672 179 130.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M188 130.501C188 131.328 187.328 132 186.5 132C185.672 132 185 131.328 185 130.501C185 129.672 185.672 129 186.5 129C187.328 129 188 129.672 188 130.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M198 130.501C198 131.328 197.328 132 196.5 132C195.672 132 195 131.328 195 130.501C195 129.672 195.672 129 196.5 129C197.328 129 198 129.672 198 130.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M207 130.501C207 131.328 206.328 132 205.5 132C204.672 132 204 131.328 204 130.501C204 129.672 204.672 129 205.5 129C206.328 129 207 129.672 207 130.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M87 141.499C87 142.328 86.3286 143 85.5 143C84.6716 143 84 142.328 84 141.499C84 140.672 84.6716 140 85.5 140C86.3286 140 87 140.672 87 141.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M96 141.499C96 142.328 95.3286 143 94.5 143C93.6716 143 93 142.328 93 141.499C93 140.672 93.6716 140 94.5 140C95.3286 140 96 140.672 96 141.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M105 141.499C105 142.328 104.329 143 103.5 143C102.672 143 102 142.328 102 141.499C102 140.672 102.672 140 103.5 140C104.329 140 105 140.672 105 141.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M114 141.499C114 142.328 113.328 143 112.5 143C111.672 143 111 142.328 111 141.499C111 140.672 111.672 140 112.5 140C113.328 140 114 140.672 114 141.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M124 141.499C124 142.328 123.328 143 122.5 143C121.672 143 121 142.328 121 141.499C121 140.672 121.672 140 122.5 140C123.328 140 124 140.672 124 141.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M133 141.499C133 142.328 132.328 143 131.5 143C130.672 143 130 142.328 130 141.499C130 140.672 130.672 140 131.5 140C132.328 140 133 140.672 133 141.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M142 141.499C142 142.328 141.328 143 140.5 143C139.671 143 139 142.328 139 141.499C139 140.672 139.671 140 140.5 140C141.328 140 142 140.672 142 141.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M151 141.499C151 142.328 150.328 143 149.5 143C148.672 143 148 142.328 148 141.499C148 140.672 148.672 140 149.5 140C150.328 140 151 140.672 151 141.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M161 141.499C161 142.328 160.328 143 159.5 143C158.672 143 158 142.328 158 141.499C158 140.672 158.672 140 159.5 140C160.328 140 161 140.672 161 141.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M170 141.499C170 142.328 169.328 143 168.5 143C167.672 143 167 142.328 167 141.499C167 140.672 167.672 140 168.5 140C169.328 140 170 140.672 170 141.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M179 141.499C179 142.328 178.328 143 177.5 143C176.672 143 176 142.328 176 141.499C176 140.672 176.672 140 177.5 140C178.328 140 179 140.672 179 141.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M188 141.499C188 142.328 187.328 143 186.5 143C185.672 143 185 142.328 185 141.499C185 140.672 185.672 140 186.5 140C187.328 140 188 140.672 188 141.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M198 141.499C198 142.328 197.328 143 196.5 143C195.672 143 195 142.328 195 141.499C195 140.672 195.672 140 196.5 140C197.328 140 198 140.672 198 141.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M207 141.499C207 142.328 206.328 143 205.5 143C204.672 143 204 142.328 204 141.499C204 140.672 204.672 140 205.5 140C206.328 140 207 140.672 207 141.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M114 152.501C114 153.328 113.328 154 112.5 154C111.672 154 111 153.328 111 152.501C111 151.672 111.672 151 112.5 151C113.328 151 114 151.672 114 152.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M124 152.501C124 153.328 123.328 154 122.5 154C121.672 154 121 153.328 121 152.501C121 151.672 121.672 151 122.5 151C123.328 151 124 151.672 124 152.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M133 152.501C133 153.328 132.328 154 131.5 154C130.672 154 130 153.328 130 152.501C130 151.672 130.672 151 131.5 151C132.328 151 133 151.672 133 152.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M142 152.501C142 153.328 141.328 154 140.5 154C139.671 154 139 153.328 139 152.501C139 151.672 139.671 151 140.5 151C141.328 151 142 151.672 142 152.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M151 152.501C151 153.328 150.328 154 149.5 154C148.672 154 148 153.328 148 152.501C148 151.672 148.672 151 149.5 151C150.328 151 151 151.672 151 152.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M161 152.501C161 153.328 160.328 154 159.5 154C158.672 154 158 153.328 158 152.501C158 151.672 158.672 151 159.5 151C160.328 151 161 151.672 161 152.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M170 152.501C170 153.328 169.328 154 168.5 154C167.672 154 167 153.328 167 152.501C167 151.672 167.672 151 168.5 151C169.328 151 170 151.672 170 152.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M179 152.501C179 153.328 178.328 154 177.5 154C176.672 154 176 153.328 176 152.501C176 151.672 176.672 151 177.5 151C178.328 151 179 151.672 179 152.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M188 152.501C188 153.328 187.328 154 186.5 154C185.672 154 185 153.328 185 152.501C185 151.672 185.672 151 186.5 151C187.328 151 188 151.672 188 152.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M198 152.501C198 153.328 197.328 154 196.5 154C195.672 154 195 153.328 195 152.501C195 151.672 195.672 151 196.5 151C197.328 151 198 151.672 198 152.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M207 152.501C207 153.328 206.328 154 205.5 154C204.672 154 204 153.328 204 152.501C204 151.672 204.672 151 205.5 151C206.328 151 207 151.672 207 152.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M114 163.499C114 164.328 113.328 165 112.5 165C111.672 165 111 164.328 111 163.499C111 162.672 111.672 162 112.5 162C113.328 162 114 162.672 114 163.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M124 163.499C124 164.328 123.328 165 122.5 165C121.672 165 121 164.328 121 163.499C121 162.672 121.672 162 122.5 162C123.328 162 124 162.672 124 163.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M133 163.499C133 164.328 132.328 165 131.5 165C130.672 165 130 164.328 130 163.499C130 162.672 130.672 162 131.5 162C132.328 162 133 162.672 133 163.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M142 163.499C142 164.328 141.328 165 140.5 165C139.671 165 139 164.328 139 163.499C139 162.672 139.671 162 140.5 162C141.328 162 142 162.672 142 163.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M151 163.499C151 164.328 150.328 165 149.5 165C148.672 165 148 164.328 148 163.499C148 162.672 148.672 162 149.5 162C150.328 162 151 162.672 151 163.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M161 163.499C161 164.328 160.328 165 159.5 165C158.672 165 158 164.328 158 163.499C158 162.672 158.672 162 159.5 162C160.328 162 161 162.672 161 163.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M170 163.499C170 164.328 169.328 165 168.5 165C167.672 165 167 164.328 167 163.499C167 162.672 167.672 162 168.5 162C169.328 162 170 162.672 170 163.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M179 163.499C179 164.328 178.328 165 177.5 165C176.672 165 176 164.328 176 163.499C176 162.672 176.672 162 177.5 162C178.328 162 179 162.672 179 163.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M188 163.499C188 164.328 187.328 165 186.5 165C185.672 165 185 164.328 185 163.499C185 162.672 185.672 162 186.5 162C187.328 162 188 162.672 188 163.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M198 163.499C198 164.328 197.328 165 196.5 165C195.672 165 195 164.328 195 163.499C195 162.672 195.672 162 196.5 162C197.328 162 198 162.672 198 163.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M207 163.499C207 164.328 206.328 165 205.5 165C204.672 165 204 164.328 204 163.499C204 162.672 204.672 162 205.5 162C206.328 162 207 162.672 207 163.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M216 163.499C216 164.328 215.328 165 214.5 165C213.672 165 213 164.328 213 163.499C213 162.672 213.672 162 214.5 162C215.328 162 216 162.672 216 163.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M225 163.499C225 164.328 224.328 165 223.5 165C222.672 165 222 164.328 222 163.499C222 162.672 222.672 162 223.5 162C224.328 162 225 162.672 225 163.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M77 174.501C77 175.331 76.3284 176 75.4999 176C74.6716 176 74 175.331 74 174.501C74 173.672 74.6716 173 75.4999 173C76.3284 173 77 173.672 77 174.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M87 174.501C87 175.331 86.3286 176 85.5 176C84.6716 176 84 175.331 84 174.501C84 173.672 84.6716 173 85.5 173C86.3286 173 87 173.672 87 174.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M96 174.501C96 175.331 95.3286 176 94.5 176C93.6716 176 93 175.331 93 174.501C93 173.672 93.6716 173 94.5 173C95.3286 173 96 173.672 96 174.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M105 174.501C105 175.331 104.329 176 103.5 176C102.672 176 102 175.331 102 174.501C102 173.672 102.672 173 103.5 173C104.329 173 105 173.672 105 174.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M114 174.501C114 175.331 113.328 176 112.5 176C111.672 176 111 175.331 111 174.501C111 173.672 111.672 173 112.5 173C113.328 173 114 173.672 114 174.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M124 174.501C124 175.331 123.328 176 122.5 176C121.672 176 121 175.331 121 174.501C121 173.672 121.672 173 122.5 173C123.328 173 124 173.672 124 174.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M133 174.501C133 175.331 132.328 176 131.5 176C130.672 176 130 175.331 130 174.501C130 173.672 130.672 173 131.5 173C132.328 173 133 173.672 133 174.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M142 174.501C142 175.331 141.328 176 140.5 176C139.671 176 139 175.331 139 174.501C139 173.672 139.671 173 140.5 173C141.328 173 142 173.672 142 174.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M151 174.501C151 175.331 150.328 176 149.5 176C148.672 176 148 175.331 148 174.501C148 173.672 148.672 173 149.5 173C150.328 173 151 173.672 151 174.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M161 174.501C161 175.331 160.328 176 159.5 176C158.672 176 158 175.331 158 174.501C158 173.672 158.672 173 159.5 173C160.328 173 161 173.672 161 174.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M170 174.501C170 175.331 169.328 176 168.5 176C167.672 176 167 175.331 167 174.501C167 173.672 167.672 173 168.5 173C169.328 173 170 173.672 170 174.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M179 174.501C179 175.331 178.328 176 177.5 176C176.672 176 176 175.331 176 174.501C176 173.672 176.672 173 177.5 173C178.328 173 179 173.672 179 174.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M188 174.501C188 175.331 187.328 176 186.5 176C185.672 176 185 175.331 185 174.501C185 173.672 185.672 173 186.5 173C187.328 173 188 173.672 188 174.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M198 174.501C198 175.331 197.328 176 196.5 176C195.672 176 195 175.331 195 174.501C195 173.672 195.672 173 196.5 173C197.328 173 198 173.672 198 174.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M207 174.501C207 175.331 206.328 176 205.5 176C204.672 176 204 175.331 204 174.501C204 173.672 204.672 173 205.5 173C206.328 173 207 173.672 207 174.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M216 174.501C216 175.331 215.328 176 214.5 176C213.672 176 213 175.331 213 174.501C213 173.672 213.672 173 214.5 173C215.328 173 216 173.672 216 174.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M225 174.501C225 175.331 224.328 176 223.5 176C222.672 176 222 175.331 222 174.501C222 173.672 222.672 173 223.5 173C224.328 173 225 173.672 225 174.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M235 174.501C235 175.331 234.328 176 233.5 176C232.672 176 232 175.331 232 174.501C232 173.672 232.672 173 233.5 173C234.328 173 235 173.672 235 174.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M244 174.501C244 175.331 243.328 176 242.5 176C241.672 176 241 175.331 241 174.501C241 173.672 241.672 173 242.5 173C243.328 173 244 173.672 244 174.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M253 174.501C253 175.331 252.328 176 251.5 176C250.672 176 250 175.331 250 174.501C250 173.672 250.672 173 251.5 173C252.328 173 253 173.672 253 174.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M263 174.501C263 175.331 262.329 176 261.5 176C260.671 176 260 175.331 260 174.501C260 173.672 260.671 173 261.5 173C262.329 173 263 173.672 263 174.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M272 174.501C272 175.331 271.329 176 270.5 176C269.672 176 269 175.331 269 174.501C269 173.672 269.672 173 270.5 173C271.329 173 272 173.672 272 174.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M281 174.501C281 175.331 280.328 176 279.5 176C278.672 176 278 175.331 278 174.501C278 173.672 278.672 173 279.5 173C280.328 173 281 173.672 281 174.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M290 174.501C290 175.331 289.328 176 288.5 176C287.671 176 287 175.331 287 174.501C287 173.672 287.671 173 288.5 173C289.328 173 290 173.672 290 174.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M300 174.501C300 175.331 299.329 176 298.5 176C297.672 176 297 175.331 297 174.501C297 173.672 297.672 173 298.5 173C299.329 173 300 173.672 300 174.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M309 174.501C309 175.331 308.328 176 307.5 176C306.672 176 306 175.331 306 174.501C306 173.672 306.672 173 307.5 173C308.328 173 309 173.672 309 174.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M318 174.501C318 175.331 317.329 176 316.5 176C315.672 176 315 175.331 315 174.501C315 173.672 315.672 173 316.5 173C317.329 173 318 173.672 318 174.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M327 174.501C327 175.331 326.328 176 325.5 176C324.672 176 324 175.331 324 174.501C324 173.672 324.672 173 325.5 173C326.328 173 327 173.672 327 174.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M337 174.501C337 175.331 336.328 176 335.5 176C334.672 176 334 175.331 334 174.501C334 173.672 334.672 173 335.5 173C336.328 173 337 173.672 337 174.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M346 174.501C346 175.331 345.328 176 344.5 176C343.671 176 343 175.331 343 174.501C343 173.672 343.671 173 344.5 173C345.328 173 346 173.672 346 174.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M355 174.501C355 175.331 354.329 176 353.5 176C352.672 176 352 175.331 352 174.501C352 173.672 352.672 173 353.5 173C354.329 173 355 173.672 355 174.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M364 174.501C364 175.331 363.328 176 362.5 176C361.672 176 361 175.331 361 174.501C361 173.672 361.672 173 362.5 173C363.328 173 364 173.672 364 174.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M374 174.501C374 175.331 373.328 176 372.5 176C371.672 176 371 175.331 371 174.501C371 173.672 371.672 173 372.5 173C373.328 173 374 173.672 374 174.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M383 174.501C383 175.331 382.329 176 381.5 176C380.672 176 380 175.331 380 174.501C380 173.672 380.672 173 381.5 173C382.329 173 383 173.672 383 174.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M392 174.501C392 175.331 391.328 176 390.5 176C389.672 176 389 175.331 389 174.501C389 173.672 389.672 173 390.5 173C391.328 173 392 173.672 392 174.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M401 174.501C401 175.331 400.328 176 399.5 176C398.671 176 398 175.331 398 174.501C398 173.672 398.671 173 399.5 173C400.328 173 401 173.672 401 174.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M411 174.501C411 175.331 410.328 176 409.5 176C408.672 176 408 175.331 408 174.501C408 173.672 408.672 173 409.5 173C410.328 173 411 173.672 411 174.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M420 174.501C420 175.331 419.328 176 418.5 176C417.672 176 417 175.331 417 174.501C417 173.672 417.672 173 418.5 173C419.328 173 420 173.672 420 174.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M429 174.501C429 175.331 428.328 176 427.5 176C426.671 176 426 175.331 426 174.501C426 173.672 426.671 173 427.5 173C428.328 173 429 173.672 429 174.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M77 185.499C77 186.328 76.3284 187 75.4999 187C74.6716 187 74 186.328 74 185.499C74 184.672 74.6716 184 75.4999 184C76.3284 184 77 184.672 77 185.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M87 185.499C87 186.328 86.3286 187 85.5 187C84.6716 187 84 186.328 84 185.499C84 184.672 84.6716 184 85.5 184C86.3286 184 87 184.672 87 185.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M96 185.499C96 186.328 95.3286 187 94.5 187C93.6716 187 93 186.328 93 185.499C93 184.672 93.6716 184 94.5 184C95.3286 184 96 184.672 96 185.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M105 185.499C105 186.328 104.329 187 103.5 187C102.672 187 102 186.328 102 185.499C102 184.672 102.672 184 103.5 184C104.329 184 105 184.672 105 185.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M114 185.499C114 186.328 113.328 187 112.5 187C111.672 187 111 186.328 111 185.499C111 184.672 111.672 184 112.5 184C113.328 184 114 184.672 114 185.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M124 185.499C124 186.328 123.328 187 122.5 187C121.672 187 121 186.328 121 185.499C121 184.672 121.672 184 122.5 184C123.328 184 124 184.672 124 185.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M133 185.499C133 186.328 132.328 187 131.5 187C130.672 187 130 186.328 130 185.499C130 184.672 130.672 184 131.5 184C132.328 184 133 184.672 133 185.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M142 185.499C142 186.328 141.328 187 140.5 187C139.671 187 139 186.328 139 185.499C139 184.672 139.671 184 140.5 184C141.328 184 142 184.672 142 185.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M151 185.499C151 186.328 150.328 187 149.5 187C148.672 187 148 186.328 148 185.499C148 184.672 148.672 184 149.5 184C150.328 184 151 184.672 151 185.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M161 185.499C161 186.328 160.328 187 159.5 187C158.672 187 158 186.328 158 185.499C158 184.672 158.672 184 159.5 184C160.328 184 161 184.672 161 185.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M170 185.499C170 186.328 169.328 187 168.5 187C167.672 187 167 186.328 167 185.499C167 184.672 167.672 184 168.5 184C169.328 184 170 184.672 170 185.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M179 185.499C179 186.328 178.328 187 177.5 187C176.672 187 176 186.328 176 185.499C176 184.672 176.672 184 177.5 184C178.328 184 179 184.672 179 185.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M188 185.499C188 186.328 187.328 187 186.5 187C185.672 187 185 186.328 185 185.499C185 184.672 185.672 184 186.5 184C187.328 184 188 184.672 188 185.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M198 185.499C198 186.328 197.328 187 196.5 187C195.672 187 195 186.328 195 185.499C195 184.672 195.672 184 196.5 184C197.328 184 198 184.672 198 185.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M207 185.499C207 186.328 206.328 187 205.5 187C204.672 187 204 186.328 204 185.499C204 184.672 204.672 184 205.5 184C206.328 184 207 184.672 207 185.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M216 185.499C216 186.328 215.328 187 214.5 187C213.672 187 213 186.328 213 185.499C213 184.672 213.672 184 214.5 184C215.328 184 216 184.672 216 185.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M225 185.499C225 186.328 224.328 187 223.5 187C222.672 187 222 186.328 222 185.499C222 184.672 222.672 184 223.5 184C224.328 184 225 184.672 225 185.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M235 185.499C235 186.328 234.328 187 233.5 187C232.672 187 232 186.328 232 185.499C232 184.672 232.672 184 233.5 184C234.328 184 235 184.672 235 185.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M244 185.499C244 186.328 243.328 187 242.5 187C241.672 187 241 186.328 241 185.499C241 184.672 241.672 184 242.5 184C243.328 184 244 184.672 244 185.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M253 185.499C253 186.328 252.328 187 251.5 187C250.672 187 250 186.328 250 185.499C250 184.672 250.672 184 251.5 184C252.328 184 253 184.672 253 185.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M263 185.499C263 186.328 262.329 187 261.5 187C260.671 187 260 186.328 260 185.499C260 184.672 260.671 184 261.5 184C262.329 184 263 184.672 263 185.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M272 185.499C272 186.328 271.329 187 270.5 187C269.672 187 269 186.328 269 185.499C269 184.672 269.672 184 270.5 184C271.329 184 272 184.672 272 185.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M281 185.499C281 186.328 280.328 187 279.5 187C278.672 187 278 186.328 278 185.499C278 184.672 278.672 184 279.5 184C280.328 184 281 184.672 281 185.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M290 185.499C290 186.328 289.328 187 288.5 187C287.671 187 287 186.328 287 185.499C287 184.672 287.671 184 288.5 184C289.328 184 290 184.672 290 185.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M300 185.499C300 186.328 299.329 187 298.5 187C297.672 187 297 186.328 297 185.499C297 184.672 297.672 184 298.5 184C299.329 184 300 184.672 300 185.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M309 185.499C309 186.328 308.328 187 307.5 187C306.672 187 306 186.328 306 185.499C306 184.672 306.672 184 307.5 184C308.328 184 309 184.672 309 185.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M318 185.499C318 186.328 317.329 187 316.5 187C315.672 187 315 186.328 315 185.499C315 184.672 315.672 184 316.5 184C317.329 184 318 184.672 318 185.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M327 185.499C327 186.328 326.328 187 325.5 187C324.672 187 324 186.328 324 185.499C324 184.672 324.672 184 325.5 184C326.328 184 327 184.672 327 185.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M337 185.499C337 186.328 336.328 187 335.5 187C334.672 187 334 186.328 334 185.499C334 184.672 334.672 184 335.5 184C336.328 184 337 184.672 337 185.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M346 185.499C346 186.328 345.328 187 344.5 187C343.671 187 343 186.328 343 185.499C343 184.672 343.671 184 344.5 184C345.328 184 346 184.672 346 185.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M355 185.499C355 186.328 354.329 187 353.5 187C352.672 187 352 186.328 352 185.499C352 184.672 352.672 184 353.5 184C354.329 184 355 184.672 355 185.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M364 185.499C364 186.328 363.328 187 362.5 187C361.672 187 361 186.328 361 185.499C361 184.672 361.672 184 362.5 184C363.328 184 364 184.672 364 185.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M374 185.499C374 186.328 373.328 187 372.5 187C371.672 187 371 186.328 371 185.499C371 184.672 371.672 184 372.5 184C373.328 184 374 184.672 374 185.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M383 185.499C383 186.328 382.329 187 381.5 187C380.672 187 380 186.328 380 185.499C380 184.672 380.672 184 381.5 184C382.329 184 383 184.672 383 185.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M392 185.499C392 186.328 391.328 187 390.5 187C389.672 187 389 186.328 389 185.499C389 184.672 389.672 184 390.5 184C391.328 184 392 184.672 392 185.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M401 185.499C401 186.328 400.328 187 399.5 187C398.671 187 398 186.328 398 185.499C398 184.672 398.671 184 399.5 184C400.328 184 401 184.672 401 185.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M411 185.499C411 186.328 410.328 187 409.5 187C408.672 187 408 186.328 408 185.499C408 184.672 408.672 184 409.5 184C410.328 184 411 184.672 411 185.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M420 185.499C420 186.328 419.328 187 418.5 187C417.672 187 417 186.328 417 185.499C417 184.672 417.672 184 418.5 184C419.328 184 420 184.672 420 185.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M429 185.499C429 186.328 428.328 187 427.5 187C426.671 187 426 186.328 426 185.499C426 184.672 426.671 184 427.5 184C428.328 184 429 184.672 429 185.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M438 185.499C438 186.328 437.329 187 436.5 187C435.672 187 435 186.328 435 185.499C435 184.672 435.672 184 436.5 184C437.329 184 438 184.672 438 185.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M448 185.499C448 186.328 447.328 187 446.5 187C445.672 187 445 186.328 445 185.499C445 184.672 445.672 184 446.5 184C447.328 184 448 184.672 448 185.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M68 196.5C68 197.328 67.3284 198 66.5001 198C65.6716 198 65 197.328 65 196.5C65 195.672 65.6716 195 66.5001 195C67.3284 195 68 195.672 68 196.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M77 196.5C77 197.328 76.3284 198 75.4999 198C74.6716 198 74 197.328 74 196.5C74 195.672 74.6716 195 75.4999 195C76.3284 195 77 195.672 77 196.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M87 196.5C87 197.328 86.3286 198 85.5 198C84.6716 198 84 197.328 84 196.5C84 195.672 84.6716 195 85.5 195C86.3286 195 87 195.672 87 196.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M96 196.5C96 197.328 95.3286 198 94.5 198C93.6716 198 93 197.328 93 196.5C93 195.672 93.6716 195 94.5 195C95.3286 195 96 195.672 96 196.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M105 196.5C105 197.328 104.329 198 103.5 198C102.672 198 102 197.328 102 196.5C102 195.672 102.672 195 103.5 195C104.329 195 105 195.672 105 196.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M114 196.5C114 197.328 113.328 198 112.5 198C111.672 198 111 197.328 111 196.5C111 195.672 111.672 195 112.5 195C113.328 195 114 195.672 114 196.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M124 196.5C124 197.328 123.328 198 122.5 198C121.672 198 121 197.328 121 196.5C121 195.672 121.672 195 122.5 195C123.328 195 124 195.672 124 196.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M133 196.5C133 197.328 132.328 198 131.5 198C130.672 198 130 197.328 130 196.5C130 195.672 130.672 195 131.5 195C132.328 195 133 195.672 133 196.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M142 196.5C142 197.328 141.328 198 140.5 198C139.671 198 139 197.328 139 196.5C139 195.672 139.671 195 140.5 195C141.328 195 142 195.672 142 196.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M151 196.5C151 197.328 150.328 198 149.5 198C148.672 198 148 197.328 148 196.5C148 195.672 148.672 195 149.5 195C150.328 195 151 195.672 151 196.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M161 196.5C161 197.328 160.328 198 159.5 198C158.672 198 158 197.328 158 196.5C158 195.672 158.672 195 159.5 195C160.328 195 161 195.672 161 196.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M170 196.5C170 197.328 169.328 198 168.5 198C167.672 198 167 197.328 167 196.5C167 195.672 167.672 195 168.5 195C169.328 195 170 195.672 170 196.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M179 196.5C179 197.328 178.328 198 177.5 198C176.672 198 176 197.328 176 196.5C176 195.672 176.672 195 177.5 195C178.328 195 179 195.672 179 196.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M188 196.5C188 197.328 187.328 198 186.5 198C185.672 198 185 197.328 185 196.5C185 195.672 185.672 195 186.5 195C187.328 195 188 195.672 188 196.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M198 196.5C198 197.328 197.328 198 196.5 198C195.672 198 195 197.328 195 196.5C195 195.672 195.672 195 196.5 195C197.328 195 198 195.672 198 196.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M207 196.5C207 197.328 206.328 198 205.5 198C204.672 198 204 197.328 204 196.5C204 195.672 204.672 195 205.5 195C206.328 195 207 195.672 207 196.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M216 196.5C216 197.328 215.328 198 214.5 198C213.672 198 213 197.328 213 196.5C213 195.672 213.672 195 214.5 195C215.328 195 216 195.672 216 196.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M225 196.5C225 197.328 224.328 198 223.5 198C222.672 198 222 197.328 222 196.5C222 195.672 222.672 195 223.5 195C224.328 195 225 195.672 225 196.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M235 196.5C235 197.328 234.328 198 233.5 198C232.672 198 232 197.328 232 196.5C232 195.672 232.672 195 233.5 195C234.328 195 235 195.672 235 196.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M244 196.5C244 197.328 243.328 198 242.5 198C241.672 198 241 197.328 241 196.5C241 195.672 241.672 195 242.5 195C243.328 195 244 195.672 244 196.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M253 196.5C253 197.328 252.328 198 251.5 198C250.672 198 250 197.328 250 196.5C250 195.672 250.672 195 251.5 195C252.328 195 253 195.672 253 196.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M263 196.5C263 197.328 262.329 198 261.5 198C260.671 198 260 197.328 260 196.5C260 195.672 260.671 195 261.5 195C262.329 195 263 195.672 263 196.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M272 196.5C272 197.328 271.329 198 270.5 198C269.672 198 269 197.328 269 196.5C269 195.672 269.672 195 270.5 195C271.329 195 272 195.672 272 196.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M281 196.5C281 197.328 280.328 198 279.5 198C278.672 198 278 197.328 278 196.5C278 195.672 278.672 195 279.5 195C280.328 195 281 195.672 281 196.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M290 196.5C290 197.328 289.328 198 288.5 198C287.671 198 287 197.328 287 196.5C287 195.672 287.671 195 288.5 195C289.328 195 290 195.672 290 196.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M300 196.5C300 197.328 299.329 198 298.5 198C297.672 198 297 197.328 297 196.5C297 195.672 297.672 195 298.5 195C299.329 195 300 195.672 300 196.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M309 196.5C309 197.328 308.328 198 307.5 198C306.672 198 306 197.328 306 196.5C306 195.672 306.672 195 307.5 195C308.328 195 309 195.672 309 196.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M318 196.5C318 197.328 317.329 198 316.5 198C315.672 198 315 197.328 315 196.5C315 195.672 315.672 195 316.5 195C317.329 195 318 195.672 318 196.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M327 196.5C327 197.328 326.328 198 325.5 198C324.672 198 324 197.328 324 196.5C324 195.672 324.672 195 325.5 195C326.328 195 327 195.672 327 196.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M337 196.5C337 197.328 336.328 198 335.5 198C334.672 198 334 197.328 334 196.5C334 195.672 334.672 195 335.5 195C336.328 195 337 195.672 337 196.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M346 196.5C346 197.328 345.328 198 344.5 198C343.671 198 343 197.328 343 196.5C343 195.672 343.671 195 344.5 195C345.328 195 346 195.672 346 196.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M355 196.5C355 197.328 354.329 198 353.5 198C352.672 198 352 197.328 352 196.5C352 195.672 352.672 195 353.5 195C354.329 195 355 195.672 355 196.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M364 196.5C364 197.328 363.328 198 362.5 198C361.672 198 361 197.328 361 196.5C361 195.672 361.672 195 362.5 195C363.328 195 364 195.672 364 196.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M374 196.5C374 197.328 373.328 198 372.5 198C371.672 198 371 197.328 371 196.5C371 195.672 371.672 195 372.5 195C373.328 195 374 195.672 374 196.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M383 196.5C383 197.328 382.329 198 381.5 198C380.672 198 380 197.328 380 196.5C380 195.672 380.672 195 381.5 195C382.329 195 383 195.672 383 196.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M392 196.5C392 197.328 391.328 198 390.5 198C389.672 198 389 197.328 389 196.5C389 195.672 389.672 195 390.5 195C391.328 195 392 195.672 392 196.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M401 196.5C401 197.328 400.328 198 399.5 198C398.671 198 398 197.328 398 196.5C398 195.672 398.671 195 399.5 195C400.328 195 401 195.672 401 196.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M411 196.5C411 197.328 410.328 198 409.5 198C408.672 198 408 197.328 408 196.5C408 195.672 408.672 195 409.5 195C410.328 195 411 195.672 411 196.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M420 196.5C420 197.328 419.328 198 418.5 198C417.672 198 417 197.328 417 196.5C417 195.672 417.672 195 418.5 195C419.328 195 420 195.672 420 196.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M429 196.5C429 197.328 428.328 198 427.5 198C426.671 198 426 197.328 426 196.5C426 195.672 426.671 195 427.5 195C428.328 195 429 195.672 429 196.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M438 196.5C438 197.328 437.329 198 436.5 198C435.672 198 435 197.328 435 196.5C435 195.672 435.672 195 436.5 195C437.329 195 438 195.672 438 196.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M448 196.5C448 197.328 447.328 198 446.5 198C445.672 198 445 197.328 445 196.5C445 195.672 445.672 195 446.5 195C447.328 195 448 195.672 448 196.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M457 196.5C457 197.328 456.329 198 455.501 198C454.672 198 454 197.328 454 196.5C454 195.672 454.672 195 455.501 195C456.329 195 457 195.672 457 196.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M466 196.5C466 197.328 465.33 198 464.499 198C463.67 198 463 197.328 463 196.5C463 195.672 463.67 195 464.499 195C465.33 195 466 195.672 466 196.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M59 207.5C59 208.329 58.3284 209 57.5 209C56.6714 209 56 208.329 56 207.5C56 206.672 56.6714 206 57.5 206C58.3284 206 59 206.672 59 207.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M68 207.5C68 208.329 67.3284 209 66.5001 209C65.6716 209 65 208.329 65 207.5C65 206.672 65.6716 206 66.5001 206C67.3284 206 68 206.672 68 207.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M77 207.5C77 208.329 76.3284 209 75.4999 209C74.6716 209 74 208.329 74 207.5C74 206.672 74.6716 206 75.4999 206C76.3284 206 77 206.672 77 207.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M87 207.5C87 208.329 86.3286 209 85.5 209C84.6716 209 84 208.329 84 207.5C84 206.672 84.6716 206 85.5 206C86.3286 206 87 206.672 87 207.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M96 207.5C96 208.329 95.3286 209 94.5 209C93.6716 209 93 208.329 93 207.5C93 206.672 93.6716 206 94.5 206C95.3286 206 96 206.672 96 207.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M105 207.5C105 208.329 104.329 209 103.5 209C102.672 209 102 208.329 102 207.5C102 206.672 102.672 206 103.5 206C104.329 206 105 206.672 105 207.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M114 207.5C114 208.329 113.328 209 112.5 209C111.672 209 111 208.329 111 207.5C111 206.672 111.672 206 112.5 206C113.328 206 114 206.672 114 207.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M124 207.5C124 208.329 123.328 209 122.5 209C121.672 209 121 208.329 121 207.5C121 206.672 121.672 206 122.5 206C123.328 206 124 206.672 124 207.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M133 207.5C133 208.329 132.328 209 131.5 209C130.672 209 130 208.329 130 207.5C130 206.672 130.672 206 131.5 206C132.328 206 133 206.672 133 207.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M142 207.5C142 208.329 141.328 209 140.5 209C139.671 209 139 208.329 139 207.5C139 206.672 139.671 206 140.5 206C141.328 206 142 206.672 142 207.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M151 207.5C151 208.329 150.328 209 149.5 209C148.672 209 148 208.329 148 207.5C148 206.672 148.672 206 149.5 206C150.328 206 151 206.672 151 207.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M161 207.5C161 208.329 160.328 209 159.5 209C158.672 209 158 208.329 158 207.5C158 206.672 158.672 206 159.5 206C160.328 206 161 206.672 161 207.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M170 207.5C170 208.329 169.328 209 168.5 209C167.672 209 167 208.329 167 207.5C167 206.672 167.672 206 168.5 206C169.328 206 170 206.672 170 207.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M179 207.5C179 208.329 178.328 209 177.5 209C176.672 209 176 208.329 176 207.5C176 206.672 176.672 206 177.5 206C178.328 206 179 206.672 179 207.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M188 207.5C188 208.329 187.328 209 186.5 209C185.672 209 185 208.329 185 207.5C185 206.672 185.672 206 186.5 206C187.328 206 188 206.672 188 207.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M198 207.5C198 208.329 197.328 209 196.5 209C195.672 209 195 208.329 195 207.5C195 206.672 195.672 206 196.5 206C197.328 206 198 206.672 198 207.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M207 207.5C207 208.329 206.328 209 205.5 209C204.672 209 204 208.329 204 207.5C204 206.672 204.672 206 205.5 206C206.328 206 207 206.672 207 207.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M216 207.5C216 208.329 215.328 209 214.5 209C213.672 209 213 208.329 213 207.5C213 206.672 213.672 206 214.5 206C215.328 206 216 206.672 216 207.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M225 207.5C225 208.329 224.328 209 223.5 209C222.672 209 222 208.329 222 207.5C222 206.672 222.672 206 223.5 206C224.328 206 225 206.672 225 207.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M235 207.5C235 208.329 234.328 209 233.5 209C232.672 209 232 208.329 232 207.5C232 206.672 232.672 206 233.5 206C234.328 206 235 206.672 235 207.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M244 207.5C244 208.329 243.328 209 242.5 209C241.672 209 241 208.329 241 207.5C241 206.672 241.672 206 242.5 206C243.328 206 244 206.672 244 207.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M253 207.5C253 208.329 252.328 209 251.5 209C250.672 209 250 208.329 250 207.5C250 206.672 250.672 206 251.5 206C252.328 206 253 206.672 253 207.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M263 207.5C263 208.329 262.329 209 261.5 209C260.671 209 260 208.329 260 207.5C260 206.672 260.671 206 261.5 206C262.329 206 263 206.672 263 207.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M272 207.5C272 208.329 271.329 209 270.5 209C269.672 209 269 208.329 269 207.5C269 206.672 269.672 206 270.5 206C271.329 206 272 206.672 272 207.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M281 207.5C281 208.329 280.328 209 279.5 209C278.672 209 278 208.329 278 207.5C278 206.672 278.672 206 279.5 206C280.328 206 281 206.672 281 207.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M290 207.5C290 208.329 289.328 209 288.5 209C287.671 209 287 208.329 287 207.5C287 206.672 287.671 206 288.5 206C289.328 206 290 206.672 290 207.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M300 207.5C300 208.329 299.329 209 298.5 209C297.672 209 297 208.329 297 207.5C297 206.672 297.672 206 298.5 206C299.329 206 300 206.672 300 207.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M309 207.5C309 208.329 308.328 209 307.5 209C306.672 209 306 208.329 306 207.5C306 206.672 306.672 206 307.5 206C308.328 206 309 206.672 309 207.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M318 207.5C318 208.329 317.329 209 316.5 209C315.672 209 315 208.329 315 207.5C315 206.672 315.672 206 316.5 206C317.329 206 318 206.672 318 207.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M327 207.5C327 208.329 326.328 209 325.5 209C324.672 209 324 208.329 324 207.5C324 206.672 324.672 206 325.5 206C326.328 206 327 206.672 327 207.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M337 207.5C337 208.329 336.328 209 335.5 209C334.672 209 334 208.329 334 207.5C334 206.672 334.672 206 335.5 206C336.328 206 337 206.672 337 207.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M346 207.5C346 208.329 345.328 209 344.5 209C343.671 209 343 208.329 343 207.5C343 206.672 343.671 206 344.5 206C345.328 206 346 206.672 346 207.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M355 207.5C355 208.329 354.329 209 353.5 209C352.672 209 352 208.329 352 207.5C352 206.672 352.672 206 353.5 206C354.329 206 355 206.672 355 207.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M364 207.5C364 208.329 363.328 209 362.5 209C361.672 209 361 208.329 361 207.5C361 206.672 361.672 206 362.5 206C363.328 206 364 206.672 364 207.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M374 207.5C374 208.329 373.328 209 372.5 209C371.672 209 371 208.329 371 207.5C371 206.672 371.672 206 372.5 206C373.328 206 374 206.672 374 207.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M383 207.5C383 208.329 382.329 209 381.5 209C380.672 209 380 208.329 380 207.5C380 206.672 380.672 206 381.5 206C382.329 206 383 206.672 383 207.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M392 207.5C392 208.329 391.328 209 390.5 209C389.672 209 389 208.329 389 207.5C389 206.672 389.672 206 390.5 206C391.328 206 392 206.672 392 207.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M401 207.5C401 208.329 400.328 209 399.5 209C398.671 209 398 208.329 398 207.5C398 206.672 398.671 206 399.5 206C400.328 206 401 206.672 401 207.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M411 207.5C411 208.329 410.328 209 409.5 209C408.672 209 408 208.329 408 207.5C408 206.672 408.672 206 409.5 206C410.328 206 411 206.672 411 207.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M420 207.5C420 208.329 419.328 209 418.5 209C417.672 209 417 208.329 417 207.5C417 206.672 417.672 206 418.5 206C419.328 206 420 206.672 420 207.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M429 207.5C429 208.329 428.328 209 427.5 209C426.671 209 426 208.329 426 207.5C426 206.672 426.671 206 427.5 206C428.328 206 429 206.672 429 207.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M438 207.5C438 208.329 437.329 209 436.5 209C435.672 209 435 208.329 435 207.5C435 206.672 435.672 206 436.5 206C437.329 206 438 206.672 438 207.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M448 207.5C448 208.329 447.328 209 446.5 209C445.672 209 445 208.329 445 207.5C445 206.672 445.672 206 446.5 206C447.328 206 448 206.672 448 207.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M457 207.5C457 208.329 456.329 209 455.501 209C454.672 209 454 208.329 454 207.5C454 206.672 454.672 206 455.501 206C456.329 206 457 206.672 457 207.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M466 207.5C466 208.329 465.33 209 464.499 209C463.67 209 463 208.329 463 207.5C463 206.672 463.67 206 464.499 206C465.33 206 466 206.672 466 207.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M59 218.5C59 219.328 58.3284 220 57.5 220C56.6714 220 56 219.328 56 218.5C56 217.671 56.6714 217 57.5 217C58.3284 217 59 217.671 59 218.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M68 218.5C68 219.328 67.3284 220 66.5001 220C65.6716 220 65 219.328 65 218.5C65 217.671 65.6716 217 66.5001 217C67.3284 217 68 217.671 68 218.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M77 218.5C77 219.328 76.3284 220 75.4999 220C74.6716 220 74 219.328 74 218.5C74 217.671 74.6716 217 75.4999 217C76.3284 217 77 217.671 77 218.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M87 218.5C87 219.328 86.3286 220 85.5 220C84.6716 220 84 219.328 84 218.5C84 217.671 84.6716 217 85.5 217C86.3286 217 87 217.671 87 218.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M96 218.5C96 219.328 95.3286 220 94.5 220C93.6716 220 93 219.328 93 218.5C93 217.671 93.6716 217 94.5 217C95.3286 217 96 217.671 96 218.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M105 218.5C105 219.328 104.329 220 103.5 220C102.672 220 102 219.328 102 218.5C102 217.671 102.672 217 103.5 217C104.329 217 105 217.671 105 218.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M114 218.5C114 219.328 113.328 220 112.5 220C111.672 220 111 219.328 111 218.5C111 217.671 111.672 217 112.5 217C113.328 217 114 217.671 114 218.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M124 218.5C124 219.328 123.328 220 122.5 220C121.672 220 121 219.328 121 218.5C121 217.671 121.672 217 122.5 217C123.328 217 124 217.671 124 218.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M133 218.5C133 219.328 132.328 220 131.5 220C130.672 220 130 219.328 130 218.5C130 217.671 130.672 217 131.5 217C132.328 217 133 217.671 133 218.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M142 218.5C142 219.328 141.328 220 140.5 220C139.671 220 139 219.328 139 218.5C139 217.671 139.671 217 140.5 217C141.328 217 142 217.671 142 218.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M151 218.5C151 219.328 150.328 220 149.5 220C148.672 220 148 219.328 148 218.5C148 217.671 148.672 217 149.5 217C150.328 217 151 217.671 151 218.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M161 218.5C161 219.328 160.328 220 159.5 220C158.672 220 158 219.328 158 218.5C158 217.671 158.672 217 159.5 217C160.328 217 161 217.671 161 218.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M170 218.5C170 219.328 169.328 220 168.5 220C167.672 220 167 219.328 167 218.5C167 217.671 167.672 217 168.5 217C169.328 217 170 217.671 170 218.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M179 218.5C179 219.328 178.328 220 177.5 220C176.672 220 176 219.328 176 218.5C176 217.671 176.672 217 177.5 217C178.328 217 179 217.671 179 218.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M188 218.5C188 219.328 187.328 220 186.5 220C185.672 220 185 219.328 185 218.5C185 217.671 185.672 217 186.5 217C187.328 217 188 217.671 188 218.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M198 218.5C198 219.328 197.328 220 196.5 220C195.672 220 195 219.328 195 218.5C195 217.671 195.672 217 196.5 217C197.328 217 198 217.671 198 218.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M207 218.5C207 219.328 206.328 220 205.5 220C204.672 220 204 219.328 204 218.5C204 217.671 204.672 217 205.5 217C206.328 217 207 217.671 207 218.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M216 218.5C216 219.328 215.328 220 214.5 220C213.672 220 213 219.328 213 218.5C213 217.671 213.672 217 214.5 217C215.328 217 216 217.671 216 218.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M225 218.5C225 219.328 224.328 220 223.5 220C222.672 220 222 219.328 222 218.5C222 217.671 222.672 217 223.5 217C224.328 217 225 217.671 225 218.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M235 218.5C235 219.328 234.328 220 233.5 220C232.672 220 232 219.328 232 218.5C232 217.671 232.672 217 233.5 217C234.328 217 235 217.671 235 218.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M244 218.5C244 219.328 243.328 220 242.5 220C241.672 220 241 219.328 241 218.5C241 217.671 241.672 217 242.5 217C243.328 217 244 217.671 244 218.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M253 218.5C253 219.328 252.328 220 251.5 220C250.672 220 250 219.328 250 218.5C250 217.671 250.672 217 251.5 217C252.328 217 253 217.671 253 218.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M263 218.5C263 219.328 262.329 220 261.5 220C260.671 220 260 219.328 260 218.5C260 217.671 260.671 217 261.5 217C262.329 217 263 217.671 263 218.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M272 218.5C272 219.328 271.329 220 270.5 220C269.672 220 269 219.328 269 218.5C269 217.671 269.672 217 270.5 217C271.329 217 272 217.671 272 218.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M281 218.5C281 219.328 280.328 220 279.5 220C278.672 220 278 219.328 278 218.5C278 217.671 278.672 217 279.5 217C280.328 217 281 217.671 281 218.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M290 218.5C290 219.328 289.328 220 288.5 220C287.671 220 287 219.328 287 218.5C287 217.671 287.671 217 288.5 217C289.328 217 290 217.671 290 218.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M300 218.5C300 219.328 299.329 220 298.5 220C297.672 220 297 219.328 297 218.5C297 217.671 297.672 217 298.5 217C299.329 217 300 217.671 300 218.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M309 218.5C309 219.328 308.328 220 307.5 220C306.672 220 306 219.328 306 218.5C306 217.671 306.672 217 307.5 217C308.328 217 309 217.671 309 218.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M318 218.5C318 219.328 317.329 220 316.5 220C315.672 220 315 219.328 315 218.5C315 217.671 315.672 217 316.5 217C317.329 217 318 217.671 318 218.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M327 218.5C327 219.328 326.328 220 325.5 220C324.672 220 324 219.328 324 218.5C324 217.671 324.672 217 325.5 217C326.328 217 327 217.671 327 218.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M337 218.5C337 219.328 336.328 220 335.5 220C334.672 220 334 219.328 334 218.5C334 217.671 334.672 217 335.5 217C336.328 217 337 217.671 337 218.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M346 218.5C346 219.328 345.328 220 344.5 220C343.671 220 343 219.328 343 218.5C343 217.671 343.671 217 344.5 217C345.328 217 346 217.671 346 218.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M355 218.5C355 219.328 354.329 220 353.5 220C352.672 220 352 219.328 352 218.5C352 217.671 352.672 217 353.5 217C354.329 217 355 217.671 355 218.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M364 218.5C364 219.328 363.328 220 362.5 220C361.672 220 361 219.328 361 218.5C361 217.671 361.672 217 362.5 217C363.328 217 364 217.671 364 218.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M374 218.5C374 219.328 373.328 220 372.5 220C371.672 220 371 219.328 371 218.5C371 217.671 371.672 217 372.5 217C373.328 217 374 217.671 374 218.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M383 218.5C383 219.328 382.329 220 381.5 220C380.672 220 380 219.328 380 218.5C380 217.671 380.672 217 381.5 217C382.329 217 383 217.671 383 218.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M392 218.5C392 219.328 391.328 220 390.5 220C389.672 220 389 219.328 389 218.5C389 217.671 389.672 217 390.5 217C391.328 217 392 217.671 392 218.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M401 218.5C401 219.328 400.328 220 399.5 220C398.671 220 398 219.328 398 218.5C398 217.671 398.671 217 399.5 217C400.328 217 401 217.671 401 218.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M411 218.5C411 219.328 410.328 220 409.5 220C408.672 220 408 219.328 408 218.5C408 217.671 408.672 217 409.5 217C410.328 217 411 217.671 411 218.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M420 218.5C420 219.328 419.328 220 418.5 220C417.672 220 417 219.328 417 218.5C417 217.671 417.672 217 418.5 217C419.328 217 420 217.671 420 218.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M429 218.5C429 219.328 428.328 220 427.5 220C426.671 220 426 219.328 426 218.5C426 217.671 426.671 217 427.5 217C428.328 217 429 217.671 429 218.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M438 218.5C438 219.328 437.329 220 436.5 220C435.672 220 435 219.328 435 218.5C435 217.671 435.672 217 436.5 217C437.329 217 438 217.671 438 218.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M59 229.5C59 230.328 58.3284 231 57.5 231C56.6714 231 56 230.328 56 229.5C56 228.672 56.6714 228 57.5 228C58.3284 228 59 228.672 59 229.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M68 229.5C68 230.328 67.3284 231 66.5001 231C65.6716 231 65 230.328 65 229.5C65 228.672 65.6716 228 66.5001 228C67.3284 228 68 228.672 68 229.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M77 229.5C77 230.328 76.3284 231 75.4999 231C74.6716 231 74 230.328 74 229.5C74 228.672 74.6716 228 75.4999 228C76.3284 228 77 228.672 77 229.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M87 229.5C87 230.328 86.3286 231 85.5 231C84.6716 231 84 230.328 84 229.5C84 228.672 84.6716 228 85.5 228C86.3286 228 87 228.672 87 229.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M96 229.5C96 230.328 95.3286 231 94.5 231C93.6716 231 93 230.328 93 229.5C93 228.672 93.6716 228 94.5 228C95.3286 228 96 228.672 96 229.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M105 229.5C105 230.328 104.329 231 103.5 231C102.672 231 102 230.328 102 229.5C102 228.672 102.672 228 103.5 228C104.329 228 105 228.672 105 229.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M114 229.5C114 230.328 113.328 231 112.5 231C111.672 231 111 230.328 111 229.5C111 228.672 111.672 228 112.5 228C113.328 228 114 228.672 114 229.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M124 229.5C124 230.328 123.328 231 122.5 231C121.672 231 121 230.328 121 229.5C121 228.672 121.672 228 122.5 228C123.328 228 124 228.672 124 229.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M133 229.5C133 230.328 132.328 231 131.5 231C130.672 231 130 230.328 130 229.5C130 228.672 130.672 228 131.5 228C132.328 228 133 228.672 133 229.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M142 229.5C142 230.328 141.328 231 140.5 231C139.671 231 139 230.328 139 229.5C139 228.672 139.671 228 140.5 228C141.328 228 142 228.672 142 229.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M151 229.5C151 230.328 150.328 231 149.5 231C148.672 231 148 230.328 148 229.5C148 228.672 148.672 228 149.5 228C150.328 228 151 228.672 151 229.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M161 229.5C161 230.328 160.328 231 159.5 231C158.672 231 158 230.328 158 229.5C158 228.672 158.672 228 159.5 228C160.328 228 161 228.672 161 229.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M170 229.5C170 230.328 169.328 231 168.5 231C167.672 231 167 230.328 167 229.5C167 228.672 167.672 228 168.5 228C169.328 228 170 228.672 170 229.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M179 229.5C179 230.328 178.328 231 177.5 231C176.672 231 176 230.328 176 229.5C176 228.672 176.672 228 177.5 228C178.328 228 179 228.672 179 229.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M188 229.5C188 230.328 187.328 231 186.5 231C185.672 231 185 230.328 185 229.5C185 228.672 185.672 228 186.5 228C187.328 228 188 228.672 188 229.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M198 229.5C198 230.328 197.328 231 196.5 231C195.672 231 195 230.328 195 229.5C195 228.672 195.672 228 196.5 228C197.328 228 198 228.672 198 229.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M207 229.5C207 230.328 206.328 231 205.5 231C204.672 231 204 230.328 204 229.5C204 228.672 204.672 228 205.5 228C206.328 228 207 228.672 207 229.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M216 229.5C216 230.328 215.328 231 214.5 231C213.672 231 213 230.328 213 229.5C213 228.672 213.672 228 214.5 228C215.328 228 216 228.672 216 229.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M225 229.5C225 230.328 224.328 231 223.5 231C222.672 231 222 230.328 222 229.5C222 228.672 222.672 228 223.5 228C224.328 228 225 228.672 225 229.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M235 229.5C235 230.328 234.328 231 233.5 231C232.672 231 232 230.328 232 229.5C232 228.672 232.672 228 233.5 228C234.328 228 235 228.672 235 229.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M244 229.5C244 230.328 243.328 231 242.5 231C241.672 231 241 230.328 241 229.5C241 228.672 241.672 228 242.5 228C243.328 228 244 228.672 244 229.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M253 229.5C253 230.328 252.328 231 251.5 231C250.672 231 250 230.328 250 229.5C250 228.672 250.672 228 251.5 228C252.328 228 253 228.672 253 229.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M263 229.5C263 230.328 262.329 231 261.5 231C260.671 231 260 230.328 260 229.5C260 228.672 260.671 228 261.5 228C262.329 228 263 228.672 263 229.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M272 229.5C272 230.328 271.329 231 270.5 231C269.672 231 269 230.328 269 229.5C269 228.672 269.672 228 270.5 228C271.329 228 272 228.672 272 229.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M281 229.5C281 230.328 280.328 231 279.5 231C278.672 231 278 230.328 278 229.5C278 228.672 278.672 228 279.5 228C280.328 228 281 228.672 281 229.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M290 229.5C290 230.328 289.328 231 288.5 231C287.671 231 287 230.328 287 229.5C287 228.672 287.671 228 288.5 228C289.328 228 290 228.672 290 229.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M300 229.5C300 230.328 299.329 231 298.5 231C297.672 231 297 230.328 297 229.5C297 228.672 297.672 228 298.5 228C299.329 228 300 228.672 300 229.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M309 229.5C309 230.328 308.328 231 307.5 231C306.672 231 306 230.328 306 229.5C306 228.672 306.672 228 307.5 228C308.328 228 309 228.672 309 229.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M318 229.5C318 230.328 317.329 231 316.5 231C315.672 231 315 230.328 315 229.5C315 228.672 315.672 228 316.5 228C317.329 228 318 228.672 318 229.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M327 229.5C327 230.328 326.328 231 325.5 231C324.672 231 324 230.328 324 229.5C324 228.672 324.672 228 325.5 228C326.328 228 327 228.672 327 229.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M337 229.5C337 230.328 336.328 231 335.5 231C334.672 231 334 230.328 334 229.5C334 228.672 334.672 228 335.5 228C336.328 228 337 228.672 337 229.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M346 229.5C346 230.328 345.328 231 344.5 231C343.671 231 343 230.328 343 229.5C343 228.672 343.671 228 344.5 228C345.328 228 346 228.672 346 229.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M355 229.5C355 230.328 354.329 231 353.5 231C352.672 231 352 230.328 352 229.5C352 228.672 352.672 228 353.5 228C354.329 228 355 228.672 355 229.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M364 229.5C364 230.328 363.328 231 362.5 231C361.672 231 361 230.328 361 229.5C361 228.672 361.672 228 362.5 228C363.328 228 364 228.672 364 229.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M374 229.5C374 230.328 373.328 231 372.5 231C371.672 231 371 230.328 371 229.5C371 228.672 371.672 228 372.5 228C373.328 228 374 228.672 374 229.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M383 229.5C383 230.328 382.329 231 381.5 231C380.672 231 380 230.328 380 229.5C380 228.672 380.672 228 381.5 228C382.329 228 383 228.672 383 229.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M392 229.5C392 230.328 391.328 231 390.5 231C389.672 231 389 230.328 389 229.5C389 228.672 389.672 228 390.5 228C391.328 228 392 228.672 392 229.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M401 229.5C401 230.328 400.328 231 399.5 231C398.671 231 398 230.328 398 229.5C398 228.672 398.671 228 399.5 228C400.328 228 401 228.672 401 229.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M411 229.5C411 230.328 410.328 231 409.5 231C408.672 231 408 230.328 408 229.5C408 228.672 408.672 228 409.5 228C410.328 228 411 228.672 411 229.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M420 229.5C420 230.328 419.328 231 418.5 231C417.672 231 417 230.328 417 229.5C417 228.672 417.672 228 418.5 228C419.328 228 420 228.672 420 229.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M429 229.5C429 230.328 428.328 231 427.5 231C426.671 231 426 230.328 426 229.5C426 228.672 426.671 228 427.5 228C428.328 228 429 228.672 429 229.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M438 229.5C438 230.328 437.329 231 436.5 231C435.672 231 435 230.328 435 229.5C435 228.672 435.672 228 436.5 228C437.329 228 438 228.672 438 229.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M59 240.5C59 241.329 58.3284 242 57.5 242C56.6714 242 56 241.329 56 240.5C56 239.672 56.6714 239 57.5 239C58.3284 239 59 239.672 59 240.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M68 240.5C68 241.329 67.3284 242 66.5001 242C65.6716 242 65 241.329 65 240.5C65 239.672 65.6716 239 66.5001 239C67.3284 239 68 239.672 68 240.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M77 240.5C77 241.329 76.3284 242 75.4999 242C74.6716 242 74 241.329 74 240.5C74 239.672 74.6716 239 75.4999 239C76.3284 239 77 239.672 77 240.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M87 240.5C87 241.329 86.3286 242 85.5 242C84.6716 242 84 241.329 84 240.5C84 239.672 84.6716 239 85.5 239C86.3286 239 87 239.672 87 240.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M96 240.5C96 241.329 95.3286 242 94.5 242C93.6716 242 93 241.329 93 240.5C93 239.672 93.6716 239 94.5 239C95.3286 239 96 239.672 96 240.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M105 240.5C105 241.329 104.329 242 103.5 242C102.672 242 102 241.329 102 240.5C102 239.672 102.672 239 103.5 239C104.329 239 105 239.672 105 240.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M114 240.5C114 241.329 113.328 242 112.5 242C111.672 242 111 241.329 111 240.5C111 239.672 111.672 239 112.5 239C113.328 239 114 239.672 114 240.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M124 240.5C124 241.329 123.328 242 122.5 242C121.672 242 121 241.329 121 240.5C121 239.672 121.672 239 122.5 239C123.328 239 124 239.672 124 240.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M133 240.5C133 241.329 132.328 242 131.5 242C130.672 242 130 241.329 130 240.5C130 239.672 130.672 239 131.5 239C132.328 239 133 239.672 133 240.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M142 240.5C142 241.329 141.328 242 140.5 242C139.671 242 139 241.329 139 240.5C139 239.672 139.671 239 140.5 239C141.328 239 142 239.672 142 240.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M151 240.5C151 241.329 150.328 242 149.5 242C148.672 242 148 241.329 148 240.5C148 239.672 148.672 239 149.5 239C150.328 239 151 239.672 151 240.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M161 240.5C161 241.329 160.328 242 159.5 242C158.672 242 158 241.329 158 240.5C158 239.672 158.672 239 159.5 239C160.328 239 161 239.672 161 240.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M170 240.5C170 241.329 169.328 242 168.5 242C167.672 242 167 241.329 167 240.5C167 239.672 167.672 239 168.5 239C169.328 239 170 239.672 170 240.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M179 240.5C179 241.329 178.328 242 177.5 242C176.672 242 176 241.329 176 240.5C176 239.672 176.672 239 177.5 239C178.328 239 179 239.672 179 240.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M188 240.5C188 241.329 187.328 242 186.5 242C185.672 242 185 241.329 185 240.5C185 239.672 185.672 239 186.5 239C187.328 239 188 239.672 188 240.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M198 240.5C198 241.329 197.328 242 196.5 242C195.672 242 195 241.329 195 240.5C195 239.672 195.672 239 196.5 239C197.328 239 198 239.672 198 240.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M207 240.5C207 241.329 206.328 242 205.5 242C204.672 242 204 241.329 204 240.5C204 239.672 204.672 239 205.5 239C206.328 239 207 239.672 207 240.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M216 240.5C216 241.329 215.328 242 214.5 242C213.672 242 213 241.329 213 240.5C213 239.672 213.672 239 214.5 239C215.328 239 216 239.672 216 240.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M225 240.5C225 241.329 224.328 242 223.5 242C222.672 242 222 241.329 222 240.5C222 239.672 222.672 239 223.5 239C224.328 239 225 239.672 225 240.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M235 240.5C235 241.329 234.328 242 233.5 242C232.672 242 232 241.329 232 240.5C232 239.672 232.672 239 233.5 239C234.328 239 235 239.672 235 240.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M244 240.5C244 241.329 243.328 242 242.5 242C241.672 242 241 241.329 241 240.5C241 239.672 241.672 239 242.5 239C243.328 239 244 239.672 244 240.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M253 240.5C253 241.329 252.328 242 251.5 242C250.672 242 250 241.329 250 240.5C250 239.672 250.672 239 251.5 239C252.328 239 253 239.672 253 240.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M263 240.5C263 241.329 262.329 242 261.5 242C260.671 242 260 241.329 260 240.5C260 239.672 260.671 239 261.5 239C262.329 239 263 239.672 263 240.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M272 240.5C272 241.329 271.329 242 270.5 242C269.672 242 269 241.329 269 240.5C269 239.672 269.672 239 270.5 239C271.329 239 272 239.672 272 240.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M281 240.5C281 241.329 280.328 242 279.5 242C278.672 242 278 241.329 278 240.5C278 239.672 278.672 239 279.5 239C280.328 239 281 239.672 281 240.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M290 240.5C290 241.329 289.328 242 288.5 242C287.671 242 287 241.329 287 240.5C287 239.672 287.671 239 288.5 239C289.328 239 290 239.672 290 240.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M300 240.5C300 241.329 299.329 242 298.5 242C297.672 242 297 241.329 297 240.5C297 239.672 297.672 239 298.5 239C299.329 239 300 239.672 300 240.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M309 240.5C309 241.329 308.328 242 307.5 242C306.672 242 306 241.329 306 240.5C306 239.672 306.672 239 307.5 239C308.328 239 309 239.672 309 240.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M318 240.5C318 241.329 317.329 242 316.5 242C315.672 242 315 241.329 315 240.5C315 239.672 315.672 239 316.5 239C317.329 239 318 239.672 318 240.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M327 240.5C327 241.329 326.328 242 325.5 242C324.672 242 324 241.329 324 240.5C324 239.672 324.672 239 325.5 239C326.328 239 327 239.672 327 240.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M337 240.5C337 241.329 336.328 242 335.5 242C334.672 242 334 241.329 334 240.5C334 239.672 334.672 239 335.5 239C336.328 239 337 239.672 337 240.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M346 240.5C346 241.329 345.328 242 344.5 242C343.671 242 343 241.329 343 240.5C343 239.672 343.671 239 344.5 239C345.328 239 346 239.672 346 240.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M355 240.5C355 241.329 354.329 242 353.5 242C352.672 242 352 241.329 352 240.5C352 239.672 352.672 239 353.5 239C354.329 239 355 239.672 355 240.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M364 240.5C364 241.329 363.328 242 362.5 242C361.672 242 361 241.329 361 240.5C361 239.672 361.672 239 362.5 239C363.328 239 364 239.672 364 240.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M374 240.5C374 241.329 373.328 242 372.5 242C371.672 242 371 241.329 371 240.5C371 239.672 371.672 239 372.5 239C373.328 239 374 239.672 374 240.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M383 240.5C383 241.329 382.329 242 381.5 242C380.672 242 380 241.329 380 240.5C380 239.672 380.672 239 381.5 239C382.329 239 383 239.672 383 240.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M392 240.5C392 241.329 391.328 242 390.5 242C389.672 242 389 241.329 389 240.5C389 239.672 389.672 239 390.5 239C391.328 239 392 239.672 392 240.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M401 240.5C401 241.329 400.328 242 399.5 242C398.671 242 398 241.329 398 240.5C398 239.672 398.671 239 399.5 239C400.328 239 401 239.672 401 240.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M411 240.5C411 241.329 410.328 242 409.5 242C408.672 242 408 241.329 408 240.5C408 239.672 408.672 239 409.5 239C410.328 239 411 239.672 411 240.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M420 240.5C420 241.329 419.328 242 418.5 242C417.672 242 417 241.329 417 240.5C417 239.672 417.672 239 418.5 239C419.328 239 420 239.672 420 240.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M429 240.5C429 241.329 428.328 242 427.5 242C426.671 242 426 241.329 426 240.5C426 239.672 426.671 239 427.5 239C428.328 239 429 239.672 429 240.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M59 250.5C59 251.328 58.3284 252 57.5 252C56.6714 252 56 251.328 56 250.5C56 249.672 56.6714 249 57.5 249C58.3284 249 59 249.672 59 250.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M49 207.5C49 208.329 48.3284 209 47.5 209C46.6714 209 46 208.329 46 207.5C46 206.672 46.6714 206 47.5 206C48.3284 206 49 206.672 49 207.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M49 218.5C49 219.328 48.3284 220 47.5 220C46.6714 220 46 219.328 46 218.5C46 217.671 46.6714 217 47.5 217C48.3284 217 49 217.671 49 218.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M49 229.5C49 230.328 48.3284 231 47.5 231C46.6714 231 46 230.328 46 229.5C46 228.672 46.6714 228 47.5 228C48.3284 228 49 228.672 49 229.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M49 240.5C49 241.329 48.3284 242 47.5 242C46.6714 242 46 241.329 46 240.5C46 239.672 46.6714 239 47.5 239C48.3284 239 49 239.672 49 240.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M38 218.5C38 219.328 37.3284 220 36.5 220C35.6716 220 35 219.328 35 218.5C35 217.671 35.6716 217 36.5 217C37.3284 217 38 217.671 38 218.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M38 229.5C38 230.328 37.3284 231 36.5 231C35.6716 231 35 230.328 35 229.5C35 228.672 35.6716 228 36.5 228C37.3284 228 38 228.672 38 229.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M68 250.5C68 251.328 67.3284 252 66.5001 252C65.6716 252 65 251.328 65 250.5C65 249.672 65.6716 249 66.5001 249C67.3284 249 68 249.672 68 250.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M77 250.5C77 251.328 76.3284 252 75.4999 252C74.6716 252 74 251.328 74 250.5C74 249.672 74.6716 249 75.4999 249C76.3284 249 77 249.672 77 250.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M87 250.5C87 251.328 86.3286 252 85.5 252C84.6716 252 84 251.328 84 250.5C84 249.672 84.6716 249 85.5 249C86.3286 249 87 249.672 87 250.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M96 250.5C96 251.328 95.3286 252 94.5 252C93.6716 252 93 251.328 93 250.5C93 249.672 93.6716 249 94.5 249C95.3286 249 96 249.672 96 250.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M105 250.5C105 251.328 104.329 252 103.5 252C102.672 252 102 251.328 102 250.5C102 249.672 102.672 249 103.5 249C104.329 249 105 249.672 105 250.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M114 250.5C114 251.328 113.328 252 112.5 252C111.672 252 111 251.328 111 250.5C111 249.672 111.672 249 112.5 249C113.328 249 114 249.672 114 250.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M124 250.5C124 251.328 123.328 252 122.5 252C121.672 252 121 251.328 121 250.5C121 249.672 121.672 249 122.5 249C123.328 249 124 249.672 124 250.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M133 250.5C133 251.328 132.328 252 131.5 252C130.672 252 130 251.328 130 250.5C130 249.672 130.672 249 131.5 249C132.328 249 133 249.672 133 250.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M142 250.5C142 251.328 141.328 252 140.5 252C139.671 252 139 251.328 139 250.5C139 249.672 139.671 249 140.5 249C141.328 249 142 249.672 142 250.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M151 250.5C151 251.328 150.328 252 149.5 252C148.672 252 148 251.328 148 250.5C148 249.672 148.672 249 149.5 249C150.328 249 151 249.672 151 250.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M161 250.5C161 251.328 160.328 252 159.5 252C158.672 252 158 251.328 158 250.5C158 249.672 158.672 249 159.5 249C160.328 249 161 249.672 161 250.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M170 250.5C170 251.328 169.328 252 168.5 252C167.672 252 167 251.328 167 250.5C167 249.672 167.672 249 168.5 249C169.328 249 170 249.672 170 250.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M179 250.5C179 251.328 178.328 252 177.5 252C176.672 252 176 251.328 176 250.5C176 249.672 176.672 249 177.5 249C178.328 249 179 249.672 179 250.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M188 250.5C188 251.328 187.328 252 186.5 252C185.672 252 185 251.328 185 250.5C185 249.672 185.672 249 186.5 249C187.328 249 188 249.672 188 250.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M198 250.5C198 251.328 197.328 252 196.5 252C195.672 252 195 251.328 195 250.5C195 249.672 195.672 249 196.5 249C197.328 249 198 249.672 198 250.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M207 250.5C207 251.328 206.328 252 205.5 252C204.672 252 204 251.328 204 250.5C204 249.672 204.672 249 205.5 249C206.328 249 207 249.672 207 250.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M216 250.5C216 251.328 215.328 252 214.5 252C213.672 252 213 251.328 213 250.5C213 249.672 213.672 249 214.5 249C215.328 249 216 249.672 216 250.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M225 250.5C225 251.328 224.328 252 223.5 252C222.672 252 222 251.328 222 250.5C222 249.672 222.672 249 223.5 249C224.328 249 225 249.672 225 250.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M235 250.5C235 251.328 234.328 252 233.5 252C232.672 252 232 251.328 232 250.5C232 249.672 232.672 249 233.5 249C234.328 249 235 249.672 235 250.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M244 250.5C244 251.328 243.328 252 242.5 252C241.672 252 241 251.328 241 250.5C241 249.672 241.672 249 242.5 249C243.328 249 244 249.672 244 250.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M253 250.5C253 251.328 252.328 252 251.5 252C250.672 252 250 251.328 250 250.5C250 249.672 250.672 249 251.5 249C252.328 249 253 249.672 253 250.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M263 250.5C263 251.328 262.329 252 261.5 252C260.671 252 260 251.328 260 250.5C260 249.672 260.671 249 261.5 249C262.329 249 263 249.672 263 250.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M272 250.5C272 251.328 271.329 252 270.5 252C269.672 252 269 251.328 269 250.5C269 249.672 269.672 249 270.5 249C271.329 249 272 249.672 272 250.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M281 250.5C281 251.328 280.328 252 279.5 252C278.672 252 278 251.328 278 250.5C278 249.672 278.672 249 279.5 249C280.328 249 281 249.672 281 250.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M290 250.5C290 251.328 289.328 252 288.5 252C287.671 252 287 251.328 287 250.5C287 249.672 287.671 249 288.5 249C289.328 249 290 249.672 290 250.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M300 250.5C300 251.328 299.329 252 298.5 252C297.672 252 297 251.328 297 250.5C297 249.672 297.672 249 298.5 249C299.329 249 300 249.672 300 250.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M309 250.5C309 251.328 308.328 252 307.5 252C306.672 252 306 251.328 306 250.5C306 249.672 306.672 249 307.5 249C308.328 249 309 249.672 309 250.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M318 250.5C318 251.328 317.329 252 316.5 252C315.672 252 315 251.328 315 250.5C315 249.672 315.672 249 316.5 249C317.329 249 318 249.672 318 250.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M327 250.5C327 251.328 326.328 252 325.5 252C324.672 252 324 251.328 324 250.5C324 249.672 324.672 249 325.5 249C326.328 249 327 249.672 327 250.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M337 250.5C337 251.328 336.328 252 335.5 252C334.672 252 334 251.328 334 250.5C334 249.672 334.672 249 335.5 249C336.328 249 337 249.672 337 250.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M346 250.5C346 251.328 345.328 252 344.5 252C343.671 252 343 251.328 343 250.5C343 249.672 343.671 249 344.5 249C345.328 249 346 249.672 346 250.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M355 250.5C355 251.328 354.329 252 353.5 252C352.672 252 352 251.328 352 250.5C352 249.672 352.672 249 353.5 249C354.329 249 355 249.672 355 250.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M364 250.5C364 251.328 363.328 252 362.5 252C361.672 252 361 251.328 361 250.5C361 249.672 361.672 249 362.5 249C363.328 249 364 249.672 364 250.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M374 250.5C374 251.328 373.328 252 372.5 252C371.672 252 371 251.328 371 250.5C371 249.672 371.672 249 372.5 249C373.328 249 374 249.672 374 250.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M383 250.5C383 251.328 382.329 252 381.5 252C380.672 252 380 251.328 380 250.5C380 249.672 380.672 249 381.5 249C382.329 249 383 249.672 383 250.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M392 250.5C392 251.328 391.328 252 390.5 252C389.672 252 389 251.328 389 250.5C389 249.672 389.672 249 390.5 249C391.328 249 392 249.672 392 250.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M401 250.5C401 251.328 400.328 252 399.5 252C398.671 252 398 251.328 398 250.5C398 249.672 398.671 249 399.5 249C400.328 249 401 249.672 401 250.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M411 250.5C411 251.328 410.328 252 409.5 252C408.672 252 408 251.328 408 250.5C408 249.672 408.672 249 409.5 249C410.328 249 411 249.672 411 250.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M420 250.5C420 251.328 419.328 252 418.5 252C417.672 252 417 251.328 417 250.5C417 249.672 417.672 249 418.5 249C419.328 249 420 249.672 420 250.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M429 250.5C429 251.328 428.328 252 427.5 252C426.671 252 426 251.328 426 250.5C426 249.672 426.671 249 427.5 249C428.328 249 429 249.672 429 250.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M77 261.5C77 262.328 76.3284 263 75.4999 263C74.6716 263 74 262.328 74 261.5C74 260.672 74.6716 260 75.4999 260C76.3284 260 77 260.672 77 261.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M87 261.5C87 262.328 86.3286 263 85.5 263C84.6716 263 84 262.328 84 261.5C84 260.672 84.6716 260 85.5 260C86.3286 260 87 260.672 87 261.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M96 261.5C96 262.328 95.3286 263 94.5 263C93.6716 263 93 262.328 93 261.5C93 260.672 93.6716 260 94.5 260C95.3286 260 96 260.672 96 261.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M105 261.5C105 262.328 104.329 263 103.5 263C102.672 263 102 262.328 102 261.5C102 260.672 102.672 260 103.5 260C104.329 260 105 260.672 105 261.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M114 261.5C114 262.328 113.328 263 112.5 263C111.672 263 111 262.328 111 261.5C111 260.672 111.672 260 112.5 260C113.328 260 114 260.672 114 261.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M124 261.5C124 262.328 123.328 263 122.5 263C121.672 263 121 262.328 121 261.5C121 260.672 121.672 260 122.5 260C123.328 260 124 260.672 124 261.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M133 261.5C133 262.328 132.328 263 131.5 263C130.672 263 130 262.328 130 261.5C130 260.672 130.672 260 131.5 260C132.328 260 133 260.672 133 261.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M142 261.5C142 262.328 141.328 263 140.5 263C139.671 263 139 262.328 139 261.5C139 260.672 139.671 260 140.5 260C141.328 260 142 260.672 142 261.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M151 261.5C151 262.328 150.328 263 149.5 263C148.672 263 148 262.328 148 261.5C148 260.672 148.672 260 149.5 260C150.328 260 151 260.672 151 261.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M161 261.5C161 262.328 160.328 263 159.5 263C158.672 263 158 262.328 158 261.5C158 260.672 158.672 260 159.5 260C160.328 260 161 260.672 161 261.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M170 261.5C170 262.328 169.328 263 168.5 263C167.672 263 167 262.328 167 261.5C167 260.672 167.672 260 168.5 260C169.328 260 170 260.672 170 261.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M179 261.5C179 262.328 178.328 263 177.5 263C176.672 263 176 262.328 176 261.5C176 260.672 176.672 260 177.5 260C178.328 260 179 260.672 179 261.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M188 261.5C188 262.328 187.328 263 186.5 263C185.672 263 185 262.328 185 261.5C185 260.672 185.672 260 186.5 260C187.328 260 188 260.672 188 261.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M198 261.5C198 262.328 197.328 263 196.5 263C195.672 263 195 262.328 195 261.5C195 260.672 195.672 260 196.5 260C197.328 260 198 260.672 198 261.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M207 261.5C207 262.328 206.328 263 205.5 263C204.672 263 204 262.328 204 261.5C204 260.672 204.672 260 205.5 260C206.328 260 207 260.672 207 261.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M216 261.5C216 262.328 215.328 263 214.5 263C213.672 263 213 262.328 213 261.5C213 260.672 213.672 260 214.5 260C215.328 260 216 260.672 216 261.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M225 261.5C225 262.328 224.328 263 223.5 263C222.672 263 222 262.328 222 261.5C222 260.672 222.672 260 223.5 260C224.328 260 225 260.672 225 261.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M235 261.5C235 262.328 234.328 263 233.5 263C232.672 263 232 262.328 232 261.5C232 260.672 232.672 260 233.5 260C234.328 260 235 260.672 235 261.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M244 261.5C244 262.328 243.328 263 242.5 263C241.672 263 241 262.328 241 261.5C241 260.672 241.672 260 242.5 260C243.328 260 244 260.672 244 261.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M253 261.5C253 262.328 252.328 263 251.5 263C250.672 263 250 262.328 250 261.5C250 260.672 250.672 260 251.5 260C252.328 260 253 260.672 253 261.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M263 261.5C263 262.328 262.329 263 261.5 263C260.671 263 260 262.328 260 261.5C260 260.672 260.671 260 261.5 260C262.329 260 263 260.672 263 261.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M272 261.5C272 262.328 271.329 263 270.5 263C269.672 263 269 262.328 269 261.5C269 260.672 269.672 260 270.5 260C271.329 260 272 260.672 272 261.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M281 261.5C281 262.328 280.328 263 279.5 263C278.672 263 278 262.328 278 261.5C278 260.672 278.672 260 279.5 260C280.328 260 281 260.672 281 261.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M290 261.5C290 262.328 289.328 263 288.5 263C287.671 263 287 262.328 287 261.5C287 260.672 287.671 260 288.5 260C289.328 260 290 260.672 290 261.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M300 261.5C300 262.328 299.329 263 298.5 263C297.672 263 297 262.328 297 261.5C297 260.672 297.672 260 298.5 260C299.329 260 300 260.672 300 261.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M309 261.5C309 262.328 308.328 263 307.5 263C306.672 263 306 262.328 306 261.5C306 260.672 306.672 260 307.5 260C308.328 260 309 260.672 309 261.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M318 261.5C318 262.328 317.329 263 316.5 263C315.672 263 315 262.328 315 261.5C315 260.672 315.672 260 316.5 260C317.329 260 318 260.672 318 261.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M327 261.5C327 262.328 326.328 263 325.5 263C324.672 263 324 262.328 324 261.5C324 260.672 324.672 260 325.5 260C326.328 260 327 260.672 327 261.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M337 261.5C337 262.328 336.328 263 335.5 263C334.672 263 334 262.328 334 261.5C334 260.672 334.672 260 335.5 260C336.328 260 337 260.672 337 261.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M346 261.5C346 262.328 345.328 263 344.5 263C343.671 263 343 262.328 343 261.5C343 260.672 343.671 260 344.5 260C345.328 260 346 260.672 346 261.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M355 261.5C355 262.328 354.329 263 353.5 263C352.672 263 352 262.328 352 261.5C352 260.672 352.672 260 353.5 260C354.329 260 355 260.672 355 261.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M364 261.5C364 262.328 363.328 263 362.5 263C361.672 263 361 262.328 361 261.5C361 260.672 361.672 260 362.5 260C363.328 260 364 260.672 364 261.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M374 261.5C374 262.328 373.328 263 372.5 263C371.672 263 371 262.328 371 261.5C371 260.672 371.672 260 372.5 260C373.328 260 374 260.672 374 261.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M383 261.5C383 262.328 382.329 263 381.5 263C380.672 263 380 262.328 380 261.5C380 260.672 380.672 260 381.5 260C382.329 260 383 260.672 383 261.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M392 261.5C392 262.328 391.328 263 390.5 263C389.672 263 389 262.328 389 261.5C389 260.672 389.672 260 390.5 260C391.328 260 392 260.672 392 261.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M401 261.5C401 262.328 400.328 263 399.5 263C398.671 263 398 262.328 398 261.5C398 260.672 398.671 260 399.5 260C400.328 260 401 260.672 401 261.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M411 261.5C411 262.328 410.328 263 409.5 263C408.672 263 408 262.328 408 261.5C408 260.672 408.672 260 409.5 260C410.328 260 411 260.672 411 261.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M420 261.5C420 262.328 419.328 263 418.5 263C417.672 263 417 262.328 417 261.5C417 260.672 417.672 260 418.5 260C419.328 260 420 260.672 420 261.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M105 272.5C105 273.328 104.329 274 103.5 274C102.672 274 102 273.328 102 272.5C102 271.672 102.672 271 103.5 271C104.329 271 105 271.672 105 272.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M114 272.5C114 273.328 113.328 274 112.5 274C111.672 274 111 273.328 111 272.5C111 271.672 111.672 271 112.5 271C113.328 271 114 271.672 114 272.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M124 272.5C124 273.328 123.328 274 122.5 274C121.672 274 121 273.328 121 272.5C121 271.672 121.672 271 122.5 271C123.328 271 124 271.672 124 272.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M133 272.5C133 273.328 132.328 274 131.5 274C130.672 274 130 273.328 130 272.5C130 271.672 130.672 271 131.5 271C132.328 271 133 271.672 133 272.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M142 272.5C142 273.328 141.328 274 140.5 274C139.671 274 139 273.328 139 272.5C139 271.672 139.671 271 140.5 271C141.328 271 142 271.672 142 272.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M151 272.5C151 273.328 150.328 274 149.5 274C148.672 274 148 273.328 148 272.5C148 271.672 148.672 271 149.5 271C150.328 271 151 271.672 151 272.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M161 272.5C161 273.328 160.328 274 159.5 274C158.672 274 158 273.328 158 272.5C158 271.672 158.672 271 159.5 271C160.328 271 161 271.672 161 272.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M170 272.5C170 273.328 169.328 274 168.5 274C167.672 274 167 273.328 167 272.5C167 271.672 167.672 271 168.5 271C169.328 271 170 271.672 170 272.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M179 272.5C179 273.328 178.328 274 177.5 274C176.672 274 176 273.328 176 272.5C176 271.672 176.672 271 177.5 271C178.328 271 179 271.672 179 272.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M188 272.5C188 273.328 187.328 274 186.5 274C185.672 274 185 273.328 185 272.5C185 271.672 185.672 271 186.5 271C187.328 271 188 271.672 188 272.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M198 272.5C198 273.328 197.328 274 196.5 274C195.672 274 195 273.328 195 272.5C195 271.672 195.672 271 196.5 271C197.328 271 198 271.672 198 272.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M207 272.5C207 273.328 206.328 274 205.5 274C204.672 274 204 273.328 204 272.5C204 271.672 204.672 271 205.5 271C206.328 271 207 271.672 207 272.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M216 272.5C216 273.328 215.328 274 214.5 274C213.672 274 213 273.328 213 272.5C213 271.672 213.672 271 214.5 271C215.328 271 216 271.672 216 272.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M225 272.5C225 273.328 224.328 274 223.5 274C222.672 274 222 273.328 222 272.5C222 271.672 222.672 271 223.5 271C224.328 271 225 271.672 225 272.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M235 272.5C235 273.328 234.328 274 233.5 274C232.672 274 232 273.328 232 272.5C232 271.672 232.672 271 233.5 271C234.328 271 235 271.672 235 272.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M244 272.5C244 273.328 243.328 274 242.5 274C241.672 274 241 273.328 241 272.5C241 271.672 241.672 271 242.5 271C243.328 271 244 271.672 244 272.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M253 272.5C253 273.328 252.328 274 251.5 274C250.672 274 250 273.328 250 272.5C250 271.672 250.672 271 251.5 271C252.328 271 253 271.672 253 272.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M263 272.5C263 273.328 262.329 274 261.5 274C260.671 274 260 273.328 260 272.5C260 271.672 260.671 271 261.5 271C262.329 271 263 271.672 263 272.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M272 272.5C272 273.328 271.329 274 270.5 274C269.672 274 269 273.328 269 272.5C269 271.672 269.672 271 270.5 271C271.329 271 272 271.672 272 272.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M281 272.5C281 273.328 280.328 274 279.5 274C278.672 274 278 273.328 278 272.5C278 271.672 278.672 271 279.5 271C280.328 271 281 271.672 281 272.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M290 272.5C290 273.328 289.328 274 288.5 274C287.671 274 287 273.328 287 272.5C287 271.672 287.671 271 288.5 271C289.328 271 290 271.672 290 272.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M300 272.5C300 273.328 299.329 274 298.5 274C297.672 274 297 273.328 297 272.5C297 271.672 297.672 271 298.5 271C299.329 271 300 271.672 300 272.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M309 272.5C309 273.328 308.328 274 307.5 274C306.672 274 306 273.328 306 272.5C306 271.672 306.672 271 307.5 271C308.328 271 309 271.672 309 272.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M318 272.5C318 273.328 317.329 274 316.5 274C315.672 274 315 273.328 315 272.5C315 271.672 315.672 271 316.5 271C317.329 271 318 271.672 318 272.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M327 272.5C327 273.328 326.328 274 325.5 274C324.672 274 324 273.328 324 272.5C324 271.672 324.672 271 325.5 271C326.328 271 327 271.672 327 272.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M337 272.5C337 273.328 336.328 274 335.5 274C334.672 274 334 273.328 334 272.5C334 271.672 334.672 271 335.5 271C336.328 271 337 271.672 337 272.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M346 272.5C346 273.328 345.328 274 344.5 274C343.671 274 343 273.328 343 272.5C343 271.672 343.671 271 344.5 271C345.328 271 346 271.672 346 272.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M355 272.5C355 273.328 354.329 274 353.5 274C352.672 274 352 273.328 352 272.5C352 271.672 352.672 271 353.5 271C354.329 271 355 271.672 355 272.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M364 272.5C364 273.328 363.328 274 362.5 274C361.672 274 361 273.328 361 272.5C361 271.672 361.672 271 362.5 271C363.328 271 364 271.672 364 272.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M374 272.5C374 273.328 373.328 274 372.5 274C371.672 274 371 273.328 371 272.5C371 271.672 371.672 271 372.5 271C373.328 271 374 271.672 374 272.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M383 272.5C383 273.328 382.329 274 381.5 274C380.672 274 380 273.328 380 272.5C380 271.672 380.672 271 381.5 271C382.329 271 383 271.672 383 272.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M392 272.5C392 273.328 391.328 274 390.5 274C389.672 274 389 273.328 389 272.5C389 271.672 389.672 271 390.5 271C391.328 271 392 271.672 392 272.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M401 272.5C401 273.328 400.328 274 399.5 274C398.671 274 398 273.328 398 272.5C398 271.672 398.671 271 399.5 271C400.328 271 401 271.672 401 272.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M411 272.5C411 273.328 410.328 274 409.5 274C408.672 274 408 273.328 408 272.5C408 271.672 408.672 271 409.5 271C410.328 271 411 271.672 411 272.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M105 283.5C105 284.328 104.329 285 103.5 285C102.672 285 102 284.328 102 283.5C102 282.672 102.672 282 103.5 282C104.329 282 105 282.672 105 283.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M114 283.5C114 284.328 113.328 285 112.5 285C111.672 285 111 284.328 111 283.5C111 282.672 111.672 282 112.5 282C113.328 282 114 282.672 114 283.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M124 283.5C124 284.328 123.328 285 122.5 285C121.672 285 121 284.328 121 283.5C121 282.672 121.672 282 122.5 282C123.328 282 124 282.672 124 283.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M133 283.5C133 284.328 132.328 285 131.5 285C130.672 285 130 284.328 130 283.5C130 282.672 130.672 282 131.5 282C132.328 282 133 282.672 133 283.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M142 283.5C142 284.328 141.328 285 140.5 285C139.671 285 139 284.328 139 283.5C139 282.672 139.671 282 140.5 282C141.328 282 142 282.672 142 283.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M151 283.5C151 284.328 150.328 285 149.5 285C148.672 285 148 284.328 148 283.5C148 282.672 148.672 282 149.5 282C150.328 282 151 282.672 151 283.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M161 283.5C161 284.328 160.328 285 159.5 285C158.672 285 158 284.328 158 283.5C158 282.672 158.672 282 159.5 282C160.328 282 161 282.672 161 283.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M170 283.5C170 284.328 169.328 285 168.5 285C167.672 285 167 284.328 167 283.5C167 282.672 167.672 282 168.5 282C169.328 282 170 282.672 170 283.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M179 283.5C179 284.328 178.328 285 177.5 285C176.672 285 176 284.328 176 283.5C176 282.672 176.672 282 177.5 282C178.328 282 179 282.672 179 283.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M188 283.5C188 284.328 187.328 285 186.5 285C185.672 285 185 284.328 185 283.5C185 282.672 185.672 282 186.5 282C187.328 282 188 282.672 188 283.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M198 283.5C198 284.328 197.328 285 196.5 285C195.672 285 195 284.328 195 283.5C195 282.672 195.672 282 196.5 282C197.328 282 198 282.672 198 283.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M207 283.5C207 284.328 206.328 285 205.5 285C204.672 285 204 284.328 204 283.5C204 282.672 204.672 282 205.5 282C206.328 282 207 282.672 207 283.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M216 283.5C216 284.328 215.328 285 214.5 285C213.672 285 213 284.328 213 283.5C213 282.672 213.672 282 214.5 282C215.328 282 216 282.672 216 283.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M225 283.5C225 284.328 224.328 285 223.5 285C222.672 285 222 284.328 222 283.5C222 282.672 222.672 282 223.5 282C224.328 282 225 282.672 225 283.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M235 283.5C235 284.328 234.328 285 233.5 285C232.672 285 232 284.328 232 283.5C232 282.672 232.672 282 233.5 282C234.328 282 235 282.672 235 283.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M244 283.5C244 284.328 243.328 285 242.5 285C241.672 285 241 284.328 241 283.5C241 282.672 241.672 282 242.5 282C243.328 282 244 282.672 244 283.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M253 283.5C253 284.328 252.328 285 251.5 285C250.672 285 250 284.328 250 283.5C250 282.672 250.672 282 251.5 282C252.328 282 253 282.672 253 283.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M263 283.5C263 284.328 262.329 285 261.5 285C260.671 285 260 284.328 260 283.5C260 282.672 260.671 282 261.5 282C262.329 282 263 282.672 263 283.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M272 283.5C272 284.328 271.329 285 270.5 285C269.672 285 269 284.328 269 283.5C269 282.672 269.672 282 270.5 282C271.329 282 272 282.672 272 283.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M281 283.5C281 284.328 280.328 285 279.5 285C278.672 285 278 284.328 278 283.5C278 282.672 278.672 282 279.5 282C280.328 282 281 282.672 281 283.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M290 283.5C290 284.328 289.328 285 288.5 285C287.671 285 287 284.328 287 283.5C287 282.672 287.671 282 288.5 282C289.328 282 290 282.672 290 283.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M300 283.5C300 284.328 299.329 285 298.5 285C297.672 285 297 284.328 297 283.5C297 282.672 297.672 282 298.5 282C299.329 282 300 282.672 300 283.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M309 283.5C309 284.328 308.328 285 307.5 285C306.672 285 306 284.328 306 283.5C306 282.672 306.672 282 307.5 282C308.328 282 309 282.672 309 283.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M318 283.5C318 284.328 317.329 285 316.5 285C315.672 285 315 284.328 315 283.5C315 282.672 315.672 282 316.5 282C317.329 282 318 282.672 318 283.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M327 283.5C327 284.328 326.328 285 325.5 285C324.672 285 324 284.328 324 283.5C324 282.672 324.672 282 325.5 282C326.328 282 327 282.672 327 283.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M337 283.5C337 284.328 336.328 285 335.5 285C334.672 285 334 284.328 334 283.5C334 282.672 334.672 282 335.5 282C336.328 282 337 282.672 337 283.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M346 283.5C346 284.328 345.328 285 344.5 285C343.671 285 343 284.328 343 283.5C343 282.672 343.671 282 344.5 282C345.328 282 346 282.672 346 283.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M355 283.5C355 284.328 354.329 285 353.5 285C352.672 285 352 284.328 352 283.5C352 282.672 352.672 282 353.5 282C354.329 282 355 282.672 355 283.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M364 283.5C364 284.328 363.328 285 362.5 285C361.672 285 361 284.328 361 283.5C361 282.672 361.672 282 362.5 282C363.328 282 364 282.672 364 283.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M374 283.5C374 284.328 373.328 285 372.5 285C371.672 285 371 284.328 371 283.5C371 282.672 371.672 282 372.5 282C373.328 282 374 282.672 374 283.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M383 283.5C383 284.328 382.329 285 381.5 285C380.672 285 380 284.328 380 283.5C380 282.672 380.672 282 381.5 282C382.329 282 383 282.672 383 283.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M392 283.5C392 284.328 391.328 285 390.5 285C389.672 285 389 284.328 389 283.5C389 282.672 389.672 282 390.5 282C391.328 282 392 282.672 392 283.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M401 283.5C401 284.328 400.328 285 399.5 285C398.671 285 398 284.328 398 283.5C398 282.672 398.671 282 399.5 282C400.328 282 401 282.672 401 283.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M105 294.5C105 295.329 104.329 296 103.5 296C102.672 296 102 295.329 102 294.5C102 293.672 102.672 293 103.5 293C104.329 293 105 293.672 105 294.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M114 294.5C114 295.329 113.328 296 112.5 296C111.672 296 111 295.329 111 294.5C111 293.672 111.672 293 112.5 293C113.328 293 114 293.672 114 294.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M124 294.5C124 295.329 123.328 296 122.5 296C121.672 296 121 295.329 121 294.5C121 293.672 121.672 293 122.5 293C123.328 293 124 293.672 124 294.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M133 294.5C133 295.329 132.328 296 131.5 296C130.672 296 130 295.329 130 294.5C130 293.672 130.672 293 131.5 293C132.328 293 133 293.672 133 294.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M142 294.5C142 295.329 141.328 296 140.5 296C139.671 296 139 295.329 139 294.5C139 293.672 139.671 293 140.5 293C141.328 293 142 293.672 142 294.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M151 294.5C151 295.329 150.328 296 149.5 296C148.672 296 148 295.329 148 294.5C148 293.672 148.672 293 149.5 293C150.328 293 151 293.672 151 294.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M161 294.5C161 295.329 160.328 296 159.5 296C158.672 296 158 295.329 158 294.5C158 293.672 158.672 293 159.5 293C160.328 293 161 293.672 161 294.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M170 294.5C170 295.329 169.328 296 168.5 296C167.672 296 167 295.329 167 294.5C167 293.672 167.672 293 168.5 293C169.328 293 170 293.672 170 294.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M179 294.5C179 295.329 178.328 296 177.5 296C176.672 296 176 295.329 176 294.5C176 293.672 176.672 293 177.5 293C178.328 293 179 293.672 179 294.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M188 294.5C188 295.329 187.328 296 186.5 296C185.672 296 185 295.329 185 294.5C185 293.672 185.672 293 186.5 293C187.328 293 188 293.672 188 294.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M198 294.5C198 295.329 197.328 296 196.5 296C195.672 296 195 295.329 195 294.5C195 293.672 195.672 293 196.5 293C197.328 293 198 293.672 198 294.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M207 294.5C207 295.329 206.328 296 205.5 296C204.672 296 204 295.329 204 294.5C204 293.672 204.672 293 205.5 293C206.328 293 207 293.672 207 294.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M216 294.5C216 295.329 215.328 296 214.5 296C213.672 296 213 295.329 213 294.5C213 293.672 213.672 293 214.5 293C215.328 293 216 293.672 216 294.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M225 294.5C225 295.329 224.328 296 223.5 296C222.672 296 222 295.329 222 294.5C222 293.672 222.672 293 223.5 293C224.328 293 225 293.672 225 294.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M235 294.5C235 295.329 234.328 296 233.5 296C232.672 296 232 295.329 232 294.5C232 293.672 232.672 293 233.5 293C234.328 293 235 293.672 235 294.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M244 294.5C244 295.329 243.328 296 242.5 296C241.672 296 241 295.329 241 294.5C241 293.672 241.672 293 242.5 293C243.328 293 244 293.672 244 294.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M253 294.5C253 295.329 252.328 296 251.5 296C250.672 296 250 295.329 250 294.5C250 293.672 250.672 293 251.5 293C252.328 293 253 293.672 253 294.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M263 294.5C263 295.329 262.329 296 261.5 296C260.671 296 260 295.329 260 294.5C260 293.672 260.671 293 261.5 293C262.329 293 263 293.672 263 294.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M272 294.5C272 295.329 271.329 296 270.5 296C269.672 296 269 295.329 269 294.5C269 293.672 269.672 293 270.5 293C271.329 293 272 293.672 272 294.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M281 294.5C281 295.329 280.328 296 279.5 296C278.672 296 278 295.329 278 294.5C278 293.672 278.672 293 279.5 293C280.328 293 281 293.672 281 294.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M290 294.5C290 295.329 289.328 296 288.5 296C287.671 296 287 295.329 287 294.5C287 293.672 287.671 293 288.5 293C289.328 293 290 293.672 290 294.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M300 294.5C300 295.329 299.329 296 298.5 296C297.672 296 297 295.329 297 294.5C297 293.672 297.672 293 298.5 293C299.329 293 300 293.672 300 294.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M309 294.5C309 295.329 308.328 296 307.5 296C306.672 296 306 295.329 306 294.5C306 293.672 306.672 293 307.5 293C308.328 293 309 293.672 309 294.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M318 294.5C318 295.329 317.329 296 316.5 296C315.672 296 315 295.329 315 294.5C315 293.672 315.672 293 316.5 293C317.329 293 318 293.672 318 294.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M327 294.5C327 295.329 326.328 296 325.5 296C324.672 296 324 295.329 324 294.5C324 293.672 324.672 293 325.5 293C326.328 293 327 293.672 327 294.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M337 294.5C337 295.329 336.328 296 335.5 296C334.672 296 334 295.329 334 294.5C334 293.672 334.672 293 335.5 293C336.328 293 337 293.672 337 294.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M346 294.5C346 295.329 345.328 296 344.5 296C343.671 296 343 295.329 343 294.5C343 293.672 343.671 293 344.5 293C345.328 293 346 293.672 346 294.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M355 294.5C355 295.329 354.329 296 353.5 296C352.672 296 352 295.329 352 294.5C352 293.672 352.672 293 353.5 293C354.329 293 355 293.672 355 294.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M105 305.5C105 306.328 104.329 307 103.5 307C102.672 307 102 306.328 102 305.5C102 304.672 102.672 304 103.5 304C104.329 304 105 304.672 105 305.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M114 305.5C114 306.328 113.328 307 112.5 307C111.672 307 111 306.328 111 305.5C111 304.672 111.672 304 112.5 304C113.328 304 114 304.672 114 305.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M124 305.5C124 306.328 123.328 307 122.5 307C121.672 307 121 306.328 121 305.5C121 304.672 121.672 304 122.5 304C123.328 304 124 304.672 124 305.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M133 305.5C133 306.328 132.328 307 131.5 307C130.672 307 130 306.328 130 305.5C130 304.672 130.672 304 131.5 304C132.328 304 133 304.672 133 305.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M142 305.5C142 306.328 141.328 307 140.5 307C139.671 307 139 306.328 139 305.5C139 304.672 139.671 304 140.5 304C141.328 304 142 304.672 142 305.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M151 305.5C151 306.328 150.328 307 149.5 307C148.672 307 148 306.328 148 305.5C148 304.672 148.672 304 149.5 304C150.328 304 151 304.672 151 305.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M161 305.5C161 306.328 160.328 307 159.5 307C158.672 307 158 306.328 158 305.5C158 304.672 158.672 304 159.5 304C160.328 304 161 304.672 161 305.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M170 305.5C170 306.328 169.328 307 168.5 307C167.672 307 167 306.328 167 305.5C167 304.672 167.672 304 168.5 304C169.328 304 170 304.672 170 305.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M179 305.5C179 306.328 178.328 307 177.5 307C176.672 307 176 306.328 176 305.5C176 304.672 176.672 304 177.5 304C178.328 304 179 304.672 179 305.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M188 305.5C188 306.328 187.328 307 186.5 307C185.672 307 185 306.328 185 305.5C185 304.672 185.672 304 186.5 304C187.328 304 188 304.672 188 305.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M198 305.5C198 306.328 197.328 307 196.5 307C195.672 307 195 306.328 195 305.5C195 304.672 195.672 304 196.5 304C197.328 304 198 304.672 198 305.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M207 305.5C207 306.328 206.328 307 205.5 307C204.672 307 204 306.328 204 305.5C204 304.672 204.672 304 205.5 304C206.328 304 207 304.672 207 305.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M216 305.5C216 306.328 215.328 307 214.5 307C213.672 307 213 306.328 213 305.5C213 304.672 213.672 304 214.5 304C215.328 304 216 304.672 216 305.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M225 305.5C225 306.328 224.328 307 223.5 307C222.672 307 222 306.328 222 305.5C222 304.672 222.672 304 223.5 304C224.328 304 225 304.672 225 305.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M235 305.5C235 306.328 234.328 307 233.5 307C232.672 307 232 306.328 232 305.5C232 304.672 232.672 304 233.5 304C234.328 304 235 304.672 235 305.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M244 305.5C244 306.328 243.328 307 242.5 307C241.672 307 241 306.328 241 305.5C241 304.672 241.672 304 242.5 304C243.328 304 244 304.672 244 305.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M253 305.5C253 306.328 252.328 307 251.5 307C250.672 307 250 306.328 250 305.5C250 304.672 250.672 304 251.5 304C252.328 304 253 304.672 253 305.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M263 305.5C263 306.328 262.329 307 261.5 307C260.671 307 260 306.328 260 305.5C260 304.672 260.671 304 261.5 304C262.329 304 263 304.672 263 305.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M272 305.5C272 306.328 271.329 307 270.5 307C269.672 307 269 306.328 269 305.5C269 304.672 269.672 304 270.5 304C271.329 304 272 304.672 272 305.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M281 305.5C281 306.328 280.328 307 279.5 307C278.672 307 278 306.328 278 305.5C278 304.672 278.672 304 279.5 304C280.328 304 281 304.672 281 305.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M290 305.5C290 306.328 289.328 307 288.5 307C287.671 307 287 306.328 287 305.5C287 304.672 287.671 304 288.5 304C289.328 304 290 304.672 290 305.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M300 305.5C300 306.328 299.329 307 298.5 307C297.672 307 297 306.328 297 305.5C297 304.672 297.672 304 298.5 304C299.329 304 300 304.672 300 305.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M309 305.5C309 306.328 308.328 307 307.5 307C306.672 307 306 306.328 306 305.5C306 304.672 306.672 304 307.5 304C308.328 304 309 304.672 309 305.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M318 305.5C318 306.328 317.329 307 316.5 307C315.672 307 315 306.328 315 305.5C315 304.672 315.672 304 316.5 304C317.329 304 318 304.672 318 305.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M327 305.5C327 306.328 326.328 307 325.5 307C324.672 307 324 306.328 324 305.5C324 304.672 324.672 304 325.5 304C326.328 304 327 304.672 327 305.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M337 305.5C337 306.328 336.328 307 335.5 307C334.672 307 334 306.328 334 305.5C334 304.672 334.672 304 335.5 304C336.328 304 337 304.672 337 305.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M346 305.5C346 306.328 345.328 307 344.5 307C343.671 307 343 306.328 343 305.5C343 304.672 343.671 304 344.5 304C345.328 304 346 304.672 346 305.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M87 316.5C87 317.328 86.3286 318 85.5 318C84.6716 318 84 317.328 84 316.5C84 315.672 84.6716 315 85.5 315C86.3286 315 87 315.672 87 316.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M96 316.5C96 317.328 95.3286 318 94.5 318C93.6716 318 93 317.328 93 316.5C93 315.672 93.6716 315 94.5 315C95.3286 315 96 315.672 96 316.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M105 316.5C105 317.328 104.329 318 103.5 318C102.672 318 102 317.328 102 316.5C102 315.672 102.672 315 103.5 315C104.329 315 105 315.672 105 316.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M114 316.5C114 317.328 113.328 318 112.5 318C111.672 318 111 317.328 111 316.5C111 315.672 111.672 315 112.5 315C113.328 315 114 315.672 114 316.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M124 316.5C124 317.328 123.328 318 122.5 318C121.672 318 121 317.328 121 316.5C121 315.672 121.672 315 122.5 315C123.328 315 124 315.672 124 316.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M133 316.5C133 317.328 132.328 318 131.5 318C130.672 318 130 317.328 130 316.5C130 315.672 130.672 315 131.5 315C132.328 315 133 315.672 133 316.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M142 316.5C142 317.328 141.328 318 140.5 318C139.671 318 139 317.328 139 316.5C139 315.672 139.671 315 140.5 315C141.328 315 142 315.672 142 316.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M151 316.5C151 317.328 150.328 318 149.5 318C148.672 318 148 317.328 148 316.5C148 315.672 148.672 315 149.5 315C150.328 315 151 315.672 151 316.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M161 316.5C161 317.328 160.328 318 159.5 318C158.672 318 158 317.328 158 316.5C158 315.672 158.672 315 159.5 315C160.328 315 161 315.672 161 316.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M170 316.5C170 317.328 169.328 318 168.5 318C167.672 318 167 317.328 167 316.5C167 315.672 167.672 315 168.5 315C169.328 315 170 315.672 170 316.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M179 316.5C179 317.328 178.328 318 177.5 318C176.672 318 176 317.328 176 316.5C176 315.672 176.672 315 177.5 315C178.328 315 179 315.672 179 316.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M188 316.5C188 317.328 187.328 318 186.5 318C185.672 318 185 317.328 185 316.5C185 315.672 185.672 315 186.5 315C187.328 315 188 315.672 188 316.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M198 316.5C198 317.328 197.328 318 196.5 318C195.672 318 195 317.328 195 316.5C195 315.672 195.672 315 196.5 315C197.328 315 198 315.672 198 316.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M207 316.5C207 317.328 206.328 318 205.5 318C204.672 318 204 317.328 204 316.5C204 315.672 204.672 315 205.5 315C206.328 315 207 315.672 207 316.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M216 316.5C216 317.328 215.328 318 214.5 318C213.672 318 213 317.328 213 316.5C213 315.672 213.672 315 214.5 315C215.328 315 216 315.672 216 316.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M225 316.5C225 317.328 224.328 318 223.5 318C222.672 318 222 317.328 222 316.5C222 315.672 222.672 315 223.5 315C224.328 315 225 315.672 225 316.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M235 316.5C235 317.328 234.328 318 233.5 318C232.672 318 232 317.328 232 316.5C232 315.672 232.672 315 233.5 315C234.328 315 235 315.672 235 316.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M244 316.5C244 317.328 243.328 318 242.5 318C241.672 318 241 317.328 241 316.5C241 315.672 241.672 315 242.5 315C243.328 315 244 315.672 244 316.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M253 316.5C253 317.328 252.328 318 251.5 318C250.672 318 250 317.328 250 316.5C250 315.672 250.672 315 251.5 315C252.328 315 253 315.672 253 316.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M263 316.5C263 317.328 262.329 318 261.5 318C260.671 318 260 317.328 260 316.5C260 315.672 260.671 315 261.5 315C262.329 315 263 315.672 263 316.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M272 316.5C272 317.328 271.329 318 270.5 318C269.672 318 269 317.328 269 316.5C269 315.672 269.672 315 270.5 315C271.329 315 272 315.672 272 316.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M281 316.5C281 317.328 280.328 318 279.5 318C278.672 318 278 317.328 278 316.5C278 315.672 278.672 315 279.5 315C280.328 315 281 315.672 281 316.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M290 316.5C290 317.328 289.328 318 288.5 318C287.671 318 287 317.328 287 316.5C287 315.672 287.671 315 288.5 315C289.328 315 290 315.672 290 316.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M300 316.5C300 317.328 299.329 318 298.5 318C297.672 318 297 317.328 297 316.5C297 315.672 297.672 315 298.5 315C299.329 315 300 315.672 300 316.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M309 316.5C309 317.328 308.328 318 307.5 318C306.672 318 306 317.328 306 316.5C306 315.672 306.672 315 307.5 315C308.328 315 309 315.672 309 316.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M318 316.5C318 317.328 317.329 318 316.5 318C315.672 318 315 317.328 315 316.5C315 315.672 315.672 315 316.5 315C317.329 315 318 315.672 318 316.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M327 316.5C327 317.328 326.328 318 325.5 318C324.672 318 324 317.328 324 316.5C324 315.672 324.672 315 325.5 315C326.328 315 327 315.672 327 316.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M337 316.5C337 317.328 336.328 318 335.5 318C334.672 318 334 317.328 334 316.5C334 315.672 334.672 315 335.5 315C336.328 315 337 315.672 337 316.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M346 316.5C346 317.328 345.328 318 344.5 318C343.671 318 343 317.328 343 316.5C343 315.672 343.671 315 344.5 315C345.328 315 346 315.672 346 316.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M87 327.5C87 328.328 86.3286 329 85.5 329C84.6716 329 84 328.328 84 327.5C84 326.672 84.6716 326 85.5 326C86.3286 326 87 326.672 87 327.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M96 327.5C96 328.328 95.3286 329 94.5 329C93.6716 329 93 328.328 93 327.5C93 326.672 93.6716 326 94.5 326C95.3286 326 96 326.672 96 327.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M105 327.5C105 328.328 104.329 329 103.5 329C102.672 329 102 328.328 102 327.5C102 326.672 102.672 326 103.5 326C104.329 326 105 326.672 105 327.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M114 327.5C114 328.328 113.328 329 112.5 329C111.672 329 111 328.328 111 327.5C111 326.672 111.672 326 112.5 326C113.328 326 114 326.672 114 327.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M124 327.5C124 328.328 123.328 329 122.5 329C121.672 329 121 328.328 121 327.5C121 326.672 121.672 326 122.5 326C123.328 326 124 326.672 124 327.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M133 327.5C133 328.328 132.328 329 131.5 329C130.672 329 130 328.328 130 327.5C130 326.672 130.672 326 131.5 326C132.328 326 133 326.672 133 327.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M142 327.5C142 328.328 141.328 329 140.5 329C139.671 329 139 328.328 139 327.5C139 326.672 139.671 326 140.5 326C141.328 326 142 326.672 142 327.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M151 327.5C151 328.328 150.328 329 149.5 329C148.672 329 148 328.328 148 327.5C148 326.672 148.672 326 149.5 326C150.328 326 151 326.672 151 327.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M161 327.5C161 328.328 160.328 329 159.5 329C158.672 329 158 328.328 158 327.5C158 326.672 158.672 326 159.5 326C160.328 326 161 326.672 161 327.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M170 327.5C170 328.328 169.328 329 168.5 329C167.672 329 167 328.328 167 327.5C167 326.672 167.672 326 168.5 326C169.328 326 170 326.672 170 327.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M179 327.5C179 328.328 178.328 329 177.5 329C176.672 329 176 328.328 176 327.5C176 326.672 176.672 326 177.5 326C178.328 326 179 326.672 179 327.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M188 327.5C188 328.328 187.328 329 186.5 329C185.672 329 185 328.328 185 327.5C185 326.672 185.672 326 186.5 326C187.328 326 188 326.672 188 327.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M198 327.5C198 328.328 197.328 329 196.5 329C195.672 329 195 328.328 195 327.5C195 326.672 195.672 326 196.5 326C197.328 326 198 326.672 198 327.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M207 327.5C207 328.328 206.328 329 205.5 329C204.672 329 204 328.328 204 327.5C204 326.672 204.672 326 205.5 326C206.328 326 207 326.672 207 327.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M216 327.5C216 328.328 215.328 329 214.5 329C213.672 329 213 328.328 213 327.5C213 326.672 213.672 326 214.5 326C215.328 326 216 326.672 216 327.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M225 327.5C225 328.328 224.328 329 223.5 329C222.672 329 222 328.328 222 327.5C222 326.672 222.672 326 223.5 326C224.328 326 225 326.672 225 327.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M235 327.5C235 328.328 234.328 329 233.5 329C232.672 329 232 328.328 232 327.5C232 326.672 232.672 326 233.5 326C234.328 326 235 326.672 235 327.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M244 327.5C244 328.328 243.328 329 242.5 329C241.672 329 241 328.328 241 327.5C241 326.672 241.672 326 242.5 326C243.328 326 244 326.672 244 327.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M253 327.5C253 328.328 252.328 329 251.5 329C250.672 329 250 328.328 250 327.5C250 326.672 250.672 326 251.5 326C252.328 326 253 326.672 253 327.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M263 327.5C263 328.328 262.329 329 261.5 329C260.671 329 260 328.328 260 327.5C260 326.672 260.671 326 261.5 326C262.329 326 263 326.672 263 327.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M272 327.5C272 328.328 271.329 329 270.5 329C269.672 329 269 328.328 269 327.5C269 326.672 269.672 326 270.5 326C271.329 326 272 326.672 272 327.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M281 327.5C281 328.328 280.328 329 279.5 329C278.672 329 278 328.328 278 327.5C278 326.672 278.672 326 279.5 326C280.328 326 281 326.672 281 327.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M290 327.5C290 328.328 289.328 329 288.5 329C287.671 329 287 328.328 287 327.5C287 326.672 287.671 326 288.5 326C289.328 326 290 326.672 290 327.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M300 327.5C300 328.328 299.329 329 298.5 329C297.672 329 297 328.328 297 327.5C297 326.672 297.672 326 298.5 326C299.329 326 300 326.672 300 327.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M309 327.5C309 328.328 308.328 329 307.5 329C306.672 329 306 328.328 306 327.5C306 326.672 306.672 326 307.5 326C308.328 326 309 326.672 309 327.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M318 327.5C318 328.328 317.329 329 316.5 329C315.672 329 315 328.328 315 327.5C315 326.672 315.672 326 316.5 326C317.329 326 318 326.672 318 327.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M327 327.5C327 328.328 326.328 329 325.5 329C324.672 329 324 328.328 324 327.5C324 326.672 324.672 326 325.5 326C326.328 326 327 326.672 327 327.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M337 327.5C337 328.328 336.328 329 335.5 329C334.672 329 334 328.328 334 327.5C334 326.672 334.672 326 335.5 326C336.328 326 337 326.672 337 327.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M411 327.5C411 328.328 410.328 329 409.5 329C408.672 329 408 328.328 408 327.5C408 326.672 408.672 326 409.5 326C410.328 326 411 326.672 411 327.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M429 327.5C429 328.328 428.328 329 427.5 329C426.671 329 426 328.328 426 327.5C426 326.672 426.671 326 427.5 326C428.328 326 429 326.672 429 327.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M438 327.5C438 328.328 437.329 329 436.5 329C435.672 329 435 328.328 435 327.5C435 326.672 435.672 326 436.5 326C437.329 326 438 326.672 438 327.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M448 327.5C448 328.328 447.328 329 446.5 329C445.672 329 445 328.328 445 327.5C445 326.672 445.672 326 446.5 326C447.328 326 448 326.672 448 327.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M87 338.5C87 339.328 86.3286 340 85.5 340C84.6716 340 84 339.328 84 338.5C84 337.672 84.6716 337 85.5 337C86.3286 337 87 337.672 87 338.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M96 338.5C96 339.328 95.3286 340 94.5 340C93.6716 340 93 339.328 93 338.5C93 337.672 93.6716 337 94.5 337C95.3286 337 96 337.672 96 338.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M105 338.5C105 339.328 104.329 340 103.5 340C102.672 340 102 339.328 102 338.5C102 337.672 102.672 337 103.5 337C104.329 337 105 337.672 105 338.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M114 338.5C114 339.328 113.328 340 112.5 340C111.672 340 111 339.328 111 338.5C111 337.672 111.672 337 112.5 337C113.328 337 114 337.672 114 338.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M124 338.5C124 339.328 123.328 340 122.5 340C121.672 340 121 339.328 121 338.5C121 337.672 121.672 337 122.5 337C123.328 337 124 337.672 124 338.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M133 338.5C133 339.328 132.328 340 131.5 340C130.672 340 130 339.328 130 338.5C130 337.672 130.672 337 131.5 337C132.328 337 133 337.672 133 338.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M142 338.5C142 339.328 141.328 340 140.5 340C139.671 340 139 339.328 139 338.5C139 337.672 139.671 337 140.5 337C141.328 337 142 337.672 142 338.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M151 338.5C151 339.328 150.328 340 149.5 340C148.672 340 148 339.328 148 338.5C148 337.672 148.672 337 149.5 337C150.328 337 151 337.672 151 338.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M161 338.5C161 339.328 160.328 340 159.5 340C158.672 340 158 339.328 158 338.5C158 337.672 158.672 337 159.5 337C160.328 337 161 337.672 161 338.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M170 338.5C170 339.328 169.328 340 168.5 340C167.672 340 167 339.328 167 338.5C167 337.672 167.672 337 168.5 337C169.328 337 170 337.672 170 338.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M179 338.5C179 339.328 178.328 340 177.5 340C176.672 340 176 339.328 176 338.5C176 337.672 176.672 337 177.5 337C178.328 337 179 337.672 179 338.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M188 338.5C188 339.328 187.328 340 186.5 340C185.672 340 185 339.328 185 338.5C185 337.672 185.672 337 186.5 337C187.328 337 188 337.672 188 338.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M198 338.5C198 339.328 197.328 340 196.5 340C195.672 340 195 339.328 195 338.5C195 337.672 195.672 337 196.5 337C197.328 337 198 337.672 198 338.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M207 338.5C207 339.328 206.328 340 205.5 340C204.672 340 204 339.328 204 338.5C204 337.672 204.672 337 205.5 337C206.328 337 207 337.672 207 338.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M216 338.5C216 339.328 215.328 340 214.5 340C213.672 340 213 339.328 213 338.5C213 337.672 213.672 337 214.5 337C215.328 337 216 337.672 216 338.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M225 338.5C225 339.328 224.328 340 223.5 340C222.672 340 222 339.328 222 338.5C222 337.672 222.672 337 223.5 337C224.328 337 225 337.672 225 338.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M235 338.5C235 339.328 234.328 340 233.5 340C232.672 340 232 339.328 232 338.5C232 337.672 232.672 337 233.5 337C234.328 337 235 337.672 235 338.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M244 338.5C244 339.328 243.328 340 242.5 340C241.672 340 241 339.328 241 338.5C241 337.672 241.672 337 242.5 337C243.328 337 244 337.672 244 338.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M253 338.5C253 339.328 252.328 340 251.5 340C250.672 340 250 339.328 250 338.5C250 337.672 250.672 337 251.5 337C252.328 337 253 337.672 253 338.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M263 338.5C263 339.328 262.329 340 261.5 340C260.671 340 260 339.328 260 338.5C260 337.672 260.671 337 261.5 337C262.329 337 263 337.672 263 338.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M272 338.5C272 339.328 271.329 340 270.5 340C269.672 340 269 339.328 269 338.5C269 337.672 269.672 337 270.5 337C271.329 337 272 337.672 272 338.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M281 338.5C281 339.328 280.328 340 279.5 340C278.672 340 278 339.328 278 338.5C278 337.672 278.672 337 279.5 337C280.328 337 281 337.672 281 338.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M290 338.5C290 339.328 289.328 340 288.5 340C287.671 340 287 339.328 287 338.5C287 337.672 287.671 337 288.5 337C289.328 337 290 337.672 290 338.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M300 338.5C300 339.328 299.329 340 298.5 340C297.672 340 297 339.328 297 338.5C297 337.672 297.672 337 298.5 337C299.329 337 300 337.672 300 338.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M309 338.5C309 339.328 308.328 340 307.5 340C306.672 340 306 339.328 306 338.5C306 337.672 306.672 337 307.5 337C308.328 337 309 337.672 309 338.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M318 338.5C318 339.328 317.329 340 316.5 340C315.672 340 315 339.328 315 338.5C315 337.672 315.672 337 316.5 337C317.329 337 318 337.672 318 338.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M327 338.5C327 339.328 326.328 340 325.5 340C324.672 340 324 339.328 324 338.5C324 337.672 324.672 337 325.5 337C326.328 337 327 337.672 327 338.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M337 338.5C337 339.328 336.328 340 335.5 340C334.672 340 334 339.328 334 338.5C334 337.672 334.672 337 335.5 337C336.328 337 337 337.672 337 338.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M411 338.5C411 339.328 410.328 340 409.5 340C408.672 340 408 339.328 408 338.5C408 337.672 408.672 337 409.5 337C410.328 337 411 337.672 411 338.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M420 338.5C420 339.328 419.328 340 418.5 340C417.672 340 417 339.328 417 338.5C417 337.672 417.672 337 418.5 337C419.328 337 420 337.672 420 338.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M429 338.5C429 339.328 428.328 340 427.5 340C426.671 340 426 339.328 426 338.5C426 337.672 426.671 337 427.5 337C428.328 337 429 337.672 429 338.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M438 338.5C438 339.328 437.329 340 436.5 340C435.672 340 435 339.328 435 338.5C435 337.672 435.672 337 436.5 337C437.329 337 438 337.672 438 338.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M448 338.5C448 339.328 447.328 340 446.5 340C445.672 340 445 339.328 445 338.5C445 337.672 445.672 337 446.5 337C447.328 337 448 337.672 448 338.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M105 349.5C105 350.329 104.329 351 103.5 351C102.672 351 102 350.329 102 349.5C102 348.672 102.672 348 103.5 348C104.329 348 105 348.672 105 349.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M114 349.5C114 350.329 113.328 351 112.5 351C111.672 351 111 350.329 111 349.5C111 348.672 111.672 348 112.5 348C113.328 348 114 348.672 114 349.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M124 349.5C124 350.329 123.328 351 122.5 351C121.672 351 121 350.329 121 349.5C121 348.672 121.672 348 122.5 348C123.328 348 124 348.672 124 349.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M133 349.5C133 350.329 132.328 351 131.5 351C130.672 351 130 350.329 130 349.5C130 348.672 130.672 348 131.5 348C132.328 348 133 348.672 133 349.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M142 349.5C142 350.329 141.328 351 140.5 351C139.671 351 139 350.329 139 349.5C139 348.672 139.671 348 140.5 348C141.328 348 142 348.672 142 349.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M151 349.5C151 350.329 150.328 351 149.5 351C148.672 351 148 350.329 148 349.5C148 348.672 148.672 348 149.5 348C150.328 348 151 348.672 151 349.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M161 349.5C161 350.329 160.328 351 159.5 351C158.672 351 158 350.329 158 349.5C158 348.672 158.672 348 159.5 348C160.328 348 161 348.672 161 349.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M170 349.5C170 350.329 169.328 351 168.5 351C167.672 351 167 350.329 167 349.5C167 348.672 167.672 348 168.5 348C169.328 348 170 348.672 170 349.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M179 349.5C179 350.329 178.328 351 177.5 351C176.672 351 176 350.329 176 349.5C176 348.672 176.672 348 177.5 348C178.328 348 179 348.672 179 349.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M188 349.5C188 350.329 187.328 351 186.5 351C185.672 351 185 350.329 185 349.5C185 348.672 185.672 348 186.5 348C187.328 348 188 348.672 188 349.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M198 349.5C198 350.329 197.328 351 196.5 351C195.672 351 195 350.329 195 349.5C195 348.672 195.672 348 196.5 348C197.328 348 198 348.672 198 349.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M207 349.5C207 350.329 206.328 351 205.5 351C204.672 351 204 350.329 204 349.5C204 348.672 204.672 348 205.5 348C206.328 348 207 348.672 207 349.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M216 349.5C216 350.329 215.328 351 214.5 351C213.672 351 213 350.329 213 349.5C213 348.672 213.672 348 214.5 348C215.328 348 216 348.672 216 349.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M225 349.5C225 350.329 224.328 351 223.5 351C222.672 351 222 350.329 222 349.5C222 348.672 222.672 348 223.5 348C224.328 348 225 348.672 225 349.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M235 349.5C235 350.329 234.328 351 233.5 351C232.672 351 232 350.329 232 349.5C232 348.672 232.672 348 233.5 348C234.328 348 235 348.672 235 349.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M244 349.5C244 350.329 243.328 351 242.5 351C241.672 351 241 350.329 241 349.5C241 348.672 241.672 348 242.5 348C243.328 348 244 348.672 244 349.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M253 349.5C253 350.329 252.328 351 251.5 351C250.672 351 250 350.329 250 349.5C250 348.672 250.672 348 251.5 348C252.328 348 253 348.672 253 349.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M263 349.5C263 350.329 262.329 351 261.5 351C260.671 351 260 350.329 260 349.5C260 348.672 260.671 348 261.5 348C262.329 348 263 348.672 263 349.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M272 349.5C272 350.329 271.329 351 270.5 351C269.672 351 269 350.329 269 349.5C269 348.672 269.672 348 270.5 348C271.329 348 272 348.672 272 349.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M281 349.5C281 350.329 280.328 351 279.5 351C278.672 351 278 350.329 278 349.5C278 348.672 278.672 348 279.5 348C280.328 348 281 348.672 281 349.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M290 349.5C290 350.329 289.328 351 288.5 351C287.671 351 287 350.329 287 349.5C287 348.672 287.671 348 288.5 348C289.328 348 290 348.672 290 349.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M300 349.5C300 350.329 299.329 351 298.5 351C297.672 351 297 350.329 297 349.5C297 348.672 297.672 348 298.5 348C299.329 348 300 348.672 300 349.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M309 349.5C309 350.329 308.328 351 307.5 351C306.672 351 306 350.329 306 349.5C306 348.672 306.672 348 307.5 348C308.328 348 309 348.672 309 349.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M318 349.5C318 350.329 317.329 351 316.5 351C315.672 351 315 350.329 315 349.5C315 348.672 315.672 348 316.5 348C317.329 348 318 348.672 318 349.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M327 349.5C327 350.329 326.328 351 325.5 351C324.672 351 324 350.329 324 349.5C324 348.672 324.672 348 325.5 348C326.328 348 327 348.672 327 349.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M337 349.5C337 350.329 336.328 351 335.5 351C334.672 351 334 350.329 334 349.5C334 348.672 334.672 348 335.5 348C336.328 348 337 348.672 337 349.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M420 349.5C420 350.329 419.328 351 418.5 351C417.672 351 417 350.329 417 349.5C417 348.672 417.672 348 418.5 348C419.328 348 420 348.672 420 349.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M429 349.5C429 350.329 428.328 351 427.5 351C426.671 351 426 350.329 426 349.5C426 348.672 426.671 348 427.5 348C428.328 348 429 348.672 429 349.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M438 349.5C438 350.329 437.329 351 436.5 351C435.672 351 435 350.329 435 349.5C435 348.672 435.672 348 436.5 348C437.329 348 438 348.672 438 349.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M448 349.5C448 350.329 447.328 351 446.5 351C445.672 351 445 350.329 445 349.5C445 348.672 445.672 348 446.5 348C447.328 348 448 348.672 448 349.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M105 360.5C105 361.328 104.329 362 103.5 362C102.672 362 102 361.328 102 360.5C102 359.672 102.672 359 103.5 359C104.329 359 105 359.672 105 360.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M114 360.5C114 361.328 113.328 362 112.5 362C111.672 362 111 361.328 111 360.5C111 359.672 111.672 359 112.5 359C113.328 359 114 359.672 114 360.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M124 360.5C124 361.328 123.328 362 122.5 362C121.672 362 121 361.328 121 360.5C121 359.672 121.672 359 122.5 359C123.328 359 124 359.672 124 360.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M133 360.5C133 361.328 132.328 362 131.5 362C130.672 362 130 361.328 130 360.5C130 359.672 130.672 359 131.5 359C132.328 359 133 359.672 133 360.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M142 360.5C142 361.328 141.328 362 140.5 362C139.671 362 139 361.328 139 360.5C139 359.672 139.671 359 140.5 359C141.328 359 142 359.672 142 360.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M151 360.5C151 361.328 150.328 362 149.5 362C148.672 362 148 361.328 148 360.5C148 359.672 148.672 359 149.5 359C150.328 359 151 359.672 151 360.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M161 360.5C161 361.328 160.328 362 159.5 362C158.672 362 158 361.328 158 360.5C158 359.672 158.672 359 159.5 359C160.328 359 161 359.672 161 360.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M170 360.5C170 361.328 169.328 362 168.5 362C167.672 362 167 361.328 167 360.5C167 359.672 167.672 359 168.5 359C169.328 359 170 359.672 170 360.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M179 360.5C179 361.328 178.328 362 177.5 362C176.672 362 176 361.328 176 360.5C176 359.672 176.672 359 177.5 359C178.328 359 179 359.672 179 360.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M188 360.5C188 361.328 187.328 362 186.5 362C185.672 362 185 361.328 185 360.5C185 359.672 185.672 359 186.5 359C187.328 359 188 359.672 188 360.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M198 360.5C198 361.328 197.328 362 196.5 362C195.672 362 195 361.328 195 360.5C195 359.672 195.672 359 196.5 359C197.328 359 198 359.672 198 360.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M207 360.5C207 361.328 206.328 362 205.5 362C204.672 362 204 361.328 204 360.5C204 359.672 204.672 359 205.5 359C206.328 359 207 359.672 207 360.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M216 360.5C216 361.328 215.328 362 214.5 362C213.672 362 213 361.328 213 360.5C213 359.672 213.672 359 214.5 359C215.328 359 216 359.672 216 360.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M225 360.5C225 361.328 224.328 362 223.5 362C222.672 362 222 361.328 222 360.5C222 359.672 222.672 359 223.5 359C224.328 359 225 359.672 225 360.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M235 360.5C235 361.328 234.328 362 233.5 362C232.672 362 232 361.328 232 360.5C232 359.672 232.672 359 233.5 359C234.328 359 235 359.672 235 360.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M244 360.5C244 361.328 243.328 362 242.5 362C241.672 362 241 361.328 241 360.5C241 359.672 241.672 359 242.5 359C243.328 359 244 359.672 244 360.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M253 360.5C253 361.328 252.328 362 251.5 362C250.672 362 250 361.328 250 360.5C250 359.672 250.672 359 251.5 359C252.328 359 253 359.672 253 360.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M263 360.5C263 361.328 262.329 362 261.5 362C260.671 362 260 361.328 260 360.5C260 359.672 260.671 359 261.5 359C262.329 359 263 359.672 263 360.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M272 360.5C272 361.328 271.329 362 270.5 362C269.672 362 269 361.328 269 360.5C269 359.672 269.672 359 270.5 359C271.329 359 272 359.672 272 360.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M281 360.5C281 361.328 280.328 362 279.5 362C278.672 362 278 361.328 278 360.5C278 359.672 278.672 359 279.5 359C280.328 359 281 359.672 281 360.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M290 360.5C290 361.328 289.328 362 288.5 362C287.671 362 287 361.328 287 360.5C287 359.672 287.671 359 288.5 359C289.328 359 290 359.672 290 360.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M300 360.5C300 361.328 299.329 362 298.5 362C297.672 362 297 361.328 297 360.5C297 359.672 297.672 359 298.5 359C299.329 359 300 359.672 300 360.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M309 360.5C309 361.328 308.328 362 307.5 362C306.672 362 306 361.328 306 360.5C306 359.672 306.672 359 307.5 359C308.328 359 309 359.672 309 360.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M318 360.5C318 361.328 317.329 362 316.5 362C315.672 362 315 361.328 315 360.5C315 359.672 315.672 359 316.5 359C317.329 359 318 359.672 318 360.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M327 360.5C327 361.328 326.328 362 325.5 362C324.672 362 324 361.328 324 360.5C324 359.672 324.672 359 325.5 359C326.328 359 327 359.672 327 360.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M337 360.5C337 361.328 336.328 362 335.5 362C334.672 362 334 361.328 334 360.5C334 359.672 334.672 359 335.5 359C336.328 359 337 359.672 337 360.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M346 360.5C346 361.328 345.328 362 344.5 362C343.671 362 343 361.328 343 360.5C343 359.672 343.671 359 344.5 359C345.328 359 346 359.672 346 360.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M401 360.5C401 361.328 400.328 362 399.5 362C398.671 362 398 361.328 398 360.5C398 359.672 398.671 359 399.5 359C400.328 359 401 359.672 401 360.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M411 360.5C411 361.328 410.328 362 409.5 362C408.672 362 408 361.328 408 360.5C408 359.672 408.672 359 409.5 359C410.328 359 411 359.672 411 360.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M420 360.5C420 361.328 419.328 362 418.5 362C417.672 362 417 361.328 417 360.5C417 359.672 417.672 359 418.5 359C419.328 359 420 359.672 420 360.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M429 360.5C429 361.328 428.328 362 427.5 362C426.671 362 426 361.328 426 360.5C426 359.672 426.671 359 427.5 359C428.328 359 429 359.672 429 360.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M438 360.5C438 361.328 437.329 362 436.5 362C435.672 362 435 361.328 435 360.5C435 359.672 435.672 359 436.5 359C437.329 359 438 359.672 438 360.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M448 360.5C448 361.328 447.328 362 446.5 362C445.672 362 445 361.328 445 360.5C445 359.672 445.672 359 446.5 359C447.328 359 448 359.672 448 360.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M105 371.5C105 372.329 104.329 373 103.5 373C102.672 373 102 372.329 102 371.5C102 370.672 102.672 370 103.5 370C104.329 370 105 370.672 105 371.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M114 371.5C114 372.329 113.328 373 112.5 373C111.672 373 111 372.329 111 371.5C111 370.672 111.672 370 112.5 370C113.328 370 114 370.672 114 371.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M124 371.5C124 372.329 123.328 373 122.5 373C121.672 373 121 372.329 121 371.5C121 370.672 121.672 370 122.5 370C123.328 370 124 370.672 124 371.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M133 371.5C133 372.329 132.328 373 131.5 373C130.672 373 130 372.329 130 371.5C130 370.672 130.672 370 131.5 370C132.328 370 133 370.672 133 371.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M142 371.5C142 372.329 141.328 373 140.5 373C139.671 373 139 372.329 139 371.5C139 370.672 139.671 370 140.5 370C141.328 370 142 370.672 142 371.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M151 371.5C151 372.329 150.328 373 149.5 373C148.672 373 148 372.329 148 371.5C148 370.672 148.672 370 149.5 370C150.328 370 151 370.672 151 371.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M161 371.5C161 372.329 160.328 373 159.5 373C158.672 373 158 372.329 158 371.5C158 370.672 158.672 370 159.5 370C160.328 370 161 370.672 161 371.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M170 371.5C170 372.329 169.328 373 168.5 373C167.672 373 167 372.329 167 371.5C167 370.672 167.672 370 168.5 370C169.328 370 170 370.672 170 371.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M179 371.5C179 372.329 178.328 373 177.5 373C176.672 373 176 372.329 176 371.5C176 370.672 176.672 370 177.5 370C178.328 370 179 370.672 179 371.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M188 371.5C188 372.329 187.328 373 186.5 373C185.672 373 185 372.329 185 371.5C185 370.672 185.672 370 186.5 370C187.328 370 188 370.672 188 371.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M198 371.5C198 372.329 197.328 373 196.5 373C195.672 373 195 372.329 195 371.5C195 370.672 195.672 370 196.5 370C197.328 370 198 370.672 198 371.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M207 371.5C207 372.329 206.328 373 205.5 373C204.672 373 204 372.329 204 371.5C204 370.672 204.672 370 205.5 370C206.328 370 207 370.672 207 371.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M216 371.5C216 372.329 215.328 373 214.5 373C213.672 373 213 372.329 213 371.5C213 370.672 213.672 370 214.5 370C215.328 370 216 370.672 216 371.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M225 371.5C225 372.329 224.328 373 223.5 373C222.672 373 222 372.329 222 371.5C222 370.672 222.672 370 223.5 370C224.328 370 225 370.672 225 371.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M235 371.5C235 372.329 234.328 373 233.5 373C232.672 373 232 372.329 232 371.5C232 370.672 232.672 370 233.5 370C234.328 370 235 370.672 235 371.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M244 371.5C244 372.329 243.328 373 242.5 373C241.672 373 241 372.329 241 371.5C241 370.672 241.672 370 242.5 370C243.328 370 244 370.672 244 371.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M253 371.5C253 372.329 252.328 373 251.5 373C250.672 373 250 372.329 250 371.5C250 370.672 250.672 370 251.5 370C252.328 370 253 370.672 253 371.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M263 371.5C263 372.329 262.329 373 261.5 373C260.671 373 260 372.329 260 371.5C260 370.672 260.671 370 261.5 370C262.329 370 263 370.672 263 371.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M272 371.5C272 372.329 271.329 373 270.5 373C269.672 373 269 372.329 269 371.5C269 370.672 269.672 370 270.5 370C271.329 370 272 370.672 272 371.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M281 371.5C281 372.329 280.328 373 279.5 373C278.672 373 278 372.329 278 371.5C278 370.672 278.672 370 279.5 370C280.328 370 281 370.672 281 371.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M290 371.5C290 372.329 289.328 373 288.5 373C287.671 373 287 372.329 287 371.5C287 370.672 287.671 370 288.5 370C289.328 370 290 370.672 290 371.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M300 371.5C300 372.329 299.329 373 298.5 373C297.672 373 297 372.329 297 371.5C297 370.672 297.672 370 298.5 370C299.329 370 300 370.672 300 371.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M309 371.5C309 372.329 308.328 373 307.5 373C306.672 373 306 372.329 306 371.5C306 370.672 306.672 370 307.5 370C308.328 370 309 370.672 309 371.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M318 371.5C318 372.329 317.329 373 316.5 373C315.672 373 315 372.329 315 371.5C315 370.672 315.672 370 316.5 370C317.329 370 318 370.672 318 371.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M327 371.5C327 372.329 326.328 373 325.5 373C324.672 373 324 372.329 324 371.5C324 370.672 324.672 370 325.5 370C326.328 370 327 370.672 327 371.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M337 371.5C337 372.329 336.328 373 335.5 373C334.672 373 334 372.329 334 371.5C334 370.672 334.672 370 335.5 370C336.328 370 337 370.672 337 371.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M346 371.5C346 372.329 345.328 373 344.5 373C343.671 373 343 372.329 343 371.5C343 370.672 343.671 370 344.5 370C345.328 370 346 370.672 346 371.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M401 371.5C401 372.329 400.328 373 399.5 373C398.671 373 398 372.329 398 371.5C398 370.672 398.671 370 399.5 370C400.328 370 401 370.672 401 371.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M411 371.5C411 372.329 410.328 373 409.5 373C408.672 373 408 372.329 408 371.5C408 370.672 408.672 370 409.5 370C410.328 370 411 370.672 411 371.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M420 371.5C420 372.329 419.328 373 418.5 373C417.672 373 417 372.329 417 371.5C417 370.672 417.672 370 418.5 370C419.328 370 420 370.672 420 371.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M429 371.5C429 372.329 428.328 373 427.5 373C426.671 373 426 372.329 426 371.5C426 370.672 426.671 370 427.5 370C428.328 370 429 370.672 429 371.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M438 371.5C438 372.329 437.329 373 436.5 373C435.672 373 435 372.329 435 371.5C435 370.672 435.672 370 436.5 370C437.329 370 438 370.672 438 371.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M448 371.5C448 372.329 447.328 373 446.5 373C445.672 373 445 372.329 445 371.5C445 370.672 445.672 370 446.5 370C447.328 370 448 370.672 448 371.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M114 381.5C114 382.328 113.328 383 112.5 383C111.672 383 111 382.328 111 381.5C111 380.672 111.672 380 112.5 380C113.328 380 114 380.672 114 381.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M124 381.5C124 382.328 123.328 383 122.5 383C121.672 383 121 382.328 121 381.5C121 380.672 121.672 380 122.5 380C123.328 380 124 380.672 124 381.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M133 381.5C133 382.328 132.328 383 131.5 383C130.672 383 130 382.328 130 381.5C130 380.672 130.672 380 131.5 380C132.328 380 133 380.672 133 381.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M142 381.5C142 382.328 141.328 383 140.5 383C139.671 383 139 382.328 139 381.5C139 380.672 139.671 380 140.5 380C141.328 380 142 380.672 142 381.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M151 381.5C151 382.328 150.328 383 149.5 383C148.672 383 148 382.328 148 381.5C148 380.672 148.672 380 149.5 380C150.328 380 151 380.672 151 381.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M161 381.5C161 382.328 160.328 383 159.5 383C158.672 383 158 382.328 158 381.5C158 380.672 158.672 380 159.5 380C160.328 380 161 380.672 161 381.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M170 381.5C170 382.328 169.328 383 168.5 383C167.672 383 167 382.328 167 381.5C167 380.672 167.672 380 168.5 380C169.328 380 170 380.672 170 381.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M179 381.5C179 382.328 178.328 383 177.5 383C176.672 383 176 382.328 176 381.5C176 380.672 176.672 380 177.5 380C178.328 380 179 380.672 179 381.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M188 381.5C188 382.328 187.328 383 186.5 383C185.672 383 185 382.328 185 381.5C185 380.672 185.672 380 186.5 380C187.328 380 188 380.672 188 381.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M198 381.5C198 382.328 197.328 383 196.5 383C195.672 383 195 382.328 195 381.5C195 380.672 195.672 380 196.5 380C197.328 380 198 380.672 198 381.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M207 381.5C207 382.328 206.328 383 205.5 383C204.672 383 204 382.328 204 381.5C204 380.672 204.672 380 205.5 380C206.328 380 207 380.672 207 381.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M216 381.5C216 382.328 215.328 383 214.5 383C213.672 383 213 382.328 213 381.5C213 380.672 213.672 380 214.5 380C215.328 380 216 380.672 216 381.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M225 381.5C225 382.328 224.328 383 223.5 383C222.672 383 222 382.328 222 381.5C222 380.672 222.672 380 223.5 380C224.328 380 225 380.672 225 381.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M235 381.5C235 382.328 234.328 383 233.5 383C232.672 383 232 382.328 232 381.5C232 380.672 232.672 380 233.5 380C234.328 380 235 380.672 235 381.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M244 381.5C244 382.328 243.328 383 242.5 383C241.672 383 241 382.328 241 381.5C241 380.672 241.672 380 242.5 380C243.328 380 244 380.672 244 381.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M253 381.5C253 382.328 252.328 383 251.5 383C250.672 383 250 382.328 250 381.5C250 380.672 250.672 380 251.5 380C252.328 380 253 380.672 253 381.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M263 381.5C263 382.328 262.329 383 261.5 383C260.671 383 260 382.328 260 381.5C260 380.672 260.671 380 261.5 380C262.329 380 263 380.672 263 381.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M272 381.5C272 382.328 271.329 383 270.5 383C269.672 383 269 382.328 269 381.5C269 380.672 269.672 380 270.5 380C271.329 380 272 380.672 272 381.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M281 381.5C281 382.328 280.328 383 279.5 383C278.672 383 278 382.328 278 381.5C278 380.672 278.672 380 279.5 380C280.328 380 281 380.672 281 381.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M290 381.5C290 382.328 289.328 383 288.5 383C287.671 383 287 382.328 287 381.5C287 380.672 287.671 380 288.5 380C289.328 380 290 380.672 290 381.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M300 381.5C300 382.328 299.329 383 298.5 383C297.672 383 297 382.328 297 381.5C297 380.672 297.672 380 298.5 380C299.329 380 300 380.672 300 381.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M309 381.5C309 382.328 308.328 383 307.5 383C306.672 383 306 382.328 306 381.5C306 380.672 306.672 380 307.5 380C308.328 380 309 380.672 309 381.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M318 381.5C318 382.328 317.329 383 316.5 383C315.672 383 315 382.328 315 381.5C315 380.672 315.672 380 316.5 380C317.329 380 318 380.672 318 381.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M327 381.5C327 382.328 326.328 383 325.5 383C324.672 383 324 382.328 324 381.5C324 380.672 324.672 380 325.5 380C326.328 380 327 380.672 327 381.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M337 381.5C337 382.328 336.328 383 335.5 383C334.672 383 334 382.328 334 381.5C334 380.672 334.672 380 335.5 380C336.328 380 337 380.672 337 381.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M346 381.5C346 382.328 345.328 383 344.5 383C343.671 383 343 382.328 343 381.5C343 380.672 343.671 380 344.5 380C345.328 380 346 380.672 346 381.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M355 381.5C355 382.328 354.329 383 353.5 383C352.672 383 352 382.328 352 381.5C352 380.672 352.672 380 353.5 380C354.329 380 355 380.672 355 381.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M364 381.5C364 382.328 363.328 383 362.5 383C361.672 383 361 382.328 361 381.5C361 380.672 361.672 380 362.5 380C363.328 380 364 380.672 364 381.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M401 381.5C401 382.328 400.328 383 399.5 383C398.671 383 398 382.328 398 381.5C398 380.672 398.671 380 399.5 380C400.328 380 401 380.672 401 381.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M411 381.5C411 382.328 410.328 383 409.5 383C408.672 383 408 382.328 408 381.5C408 380.672 408.672 380 409.5 380C410.328 380 411 380.672 411 381.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M420 381.5C420 382.328 419.328 383 418.5 383C417.672 383 417 382.328 417 381.5C417 380.672 417.672 380 418.5 380C419.328 380 420 380.672 420 381.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M429 381.5C429 382.328 428.328 383 427.5 383C426.671 383 426 382.328 426 381.5C426 380.672 426.671 380 427.5 380C428.328 380 429 380.672 429 381.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M438 381.5C438 382.328 437.329 383 436.5 383C435.672 383 435 382.328 435 381.5C435 380.672 435.672 380 436.5 380C437.329 380 438 380.672 438 381.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M448 381.5C448 382.328 447.328 383 446.5 383C445.672 383 445 382.328 445 381.5C445 380.672 445.672 380 446.5 380C447.328 380 448 380.672 448 381.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M114 392.5C114 393.328 113.328 394 112.5 394C111.672 394 111 393.328 111 392.5C111 391.671 111.672 391 112.5 391C113.328 391 114 391.671 114 392.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M124 392.5C124 393.328 123.328 394 122.5 394C121.672 394 121 393.328 121 392.5C121 391.671 121.672 391 122.5 391C123.328 391 124 391.671 124 392.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M133 392.5C133 393.328 132.328 394 131.5 394C130.672 394 130 393.328 130 392.5C130 391.671 130.672 391 131.5 391C132.328 391 133 391.671 133 392.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M142 392.5C142 393.328 141.328 394 140.5 394C139.671 394 139 393.328 139 392.5C139 391.671 139.671 391 140.5 391C141.328 391 142 391.671 142 392.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M151 392.5C151 393.328 150.328 394 149.5 394C148.672 394 148 393.328 148 392.5C148 391.671 148.672 391 149.5 391C150.328 391 151 391.671 151 392.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M161 392.5C161 393.328 160.328 394 159.5 394C158.672 394 158 393.328 158 392.5C158 391.671 158.672 391 159.5 391C160.328 391 161 391.671 161 392.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M170 392.5C170 393.328 169.328 394 168.5 394C167.672 394 167 393.328 167 392.5C167 391.671 167.672 391 168.5 391C169.328 391 170 391.671 170 392.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M179 392.5C179 393.328 178.328 394 177.5 394C176.672 394 176 393.328 176 392.5C176 391.671 176.672 391 177.5 391C178.328 391 179 391.671 179 392.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M188 392.5C188 393.328 187.328 394 186.5 394C185.672 394 185 393.328 185 392.5C185 391.671 185.672 391 186.5 391C187.328 391 188 391.671 188 392.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M198 392.5C198 393.328 197.328 394 196.5 394C195.672 394 195 393.328 195 392.5C195 391.671 195.672 391 196.5 391C197.328 391 198 391.671 198 392.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M207 392.5C207 393.328 206.328 394 205.5 394C204.672 394 204 393.328 204 392.5C204 391.671 204.672 391 205.5 391C206.328 391 207 391.671 207 392.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M216 392.5C216 393.328 215.328 394 214.5 394C213.672 394 213 393.328 213 392.5C213 391.671 213.672 391 214.5 391C215.328 391 216 391.671 216 392.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M225 392.5C225 393.328 224.328 394 223.5 394C222.672 394 222 393.328 222 392.5C222 391.671 222.672 391 223.5 391C224.328 391 225 391.671 225 392.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M235 392.5C235 393.328 234.328 394 233.5 394C232.672 394 232 393.328 232 392.5C232 391.671 232.672 391 233.5 391C234.328 391 235 391.671 235 392.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M244 392.5C244 393.328 243.328 394 242.5 394C241.672 394 241 393.328 241 392.5C241 391.671 241.672 391 242.5 391C243.328 391 244 391.671 244 392.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M253 392.5C253 393.328 252.328 394 251.5 394C250.672 394 250 393.328 250 392.5C250 391.671 250.672 391 251.5 391C252.328 391 253 391.671 253 392.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M263 392.5C263 393.328 262.329 394 261.5 394C260.671 394 260 393.328 260 392.5C260 391.671 260.671 391 261.5 391C262.329 391 263 391.671 263 392.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M272 392.5C272 393.328 271.329 394 270.5 394C269.672 394 269 393.328 269 392.5C269 391.671 269.672 391 270.5 391C271.329 391 272 391.671 272 392.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M281 392.5C281 393.328 280.328 394 279.5 394C278.672 394 278 393.328 278 392.5C278 391.671 278.672 391 279.5 391C280.328 391 281 391.671 281 392.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M290 392.5C290 393.328 289.328 394 288.5 394C287.671 394 287 393.328 287 392.5C287 391.671 287.671 391 288.5 391C289.328 391 290 391.671 290 392.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M300 392.5C300 393.328 299.329 394 298.5 394C297.672 394 297 393.328 297 392.5C297 391.671 297.672 391 298.5 391C299.329 391 300 391.671 300 392.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M309 392.5C309 393.328 308.328 394 307.5 394C306.672 394 306 393.328 306 392.5C306 391.671 306.672 391 307.5 391C308.328 391 309 391.671 309 392.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M318 392.5C318 393.328 317.329 394 316.5 394C315.672 394 315 393.328 315 392.5C315 391.671 315.672 391 316.5 391C317.329 391 318 391.671 318 392.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M327 392.5C327 393.328 326.328 394 325.5 394C324.672 394 324 393.328 324 392.5C324 391.671 324.672 391 325.5 391C326.328 391 327 391.671 327 392.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M337 392.5C337 393.328 336.328 394 335.5 394C334.672 394 334 393.328 334 392.5C334 391.671 334.672 391 335.5 391C336.328 391 337 391.671 337 392.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M346 392.5C346 393.328 345.328 394 344.5 394C343.671 394 343 393.328 343 392.5C343 391.671 343.671 391 344.5 391C345.328 391 346 391.671 346 392.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M355 392.5C355 393.328 354.329 394 353.5 394C352.672 394 352 393.328 352 392.5C352 391.671 352.672 391 353.5 391C354.329 391 355 391.671 355 392.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M364 392.5C364 393.328 363.328 394 362.5 394C361.672 394 361 393.328 361 392.5C361 391.671 361.672 391 362.5 391C363.328 391 364 391.671 364 392.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M401 392.5C401 393.328 400.328 394 399.5 394C398.671 394 398 393.328 398 392.5C398 391.671 398.671 391 399.5 391C400.328 391 401 391.671 401 392.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M411 392.5C411 393.328 410.328 394 409.5 394C408.672 394 408 393.328 408 392.5C408 391.671 408.672 391 409.5 391C410.328 391 411 391.671 411 392.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M420 392.5C420 393.328 419.328 394 418.5 394C417.672 394 417 393.328 417 392.5C417 391.671 417.672 391 418.5 391C419.328 391 420 391.671 420 392.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M429 392.5C429 393.328 428.328 394 427.5 394C426.671 394 426 393.328 426 392.5C426 391.671 426.671 391 427.5 391C428.328 391 429 391.671 429 392.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M438 392.5C438 393.328 437.329 394 436.5 394C435.672 394 435 393.328 435 392.5C435 391.671 435.672 391 436.5 391C437.329 391 438 391.671 438 392.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M448 392.5C448 393.328 447.328 394 446.5 394C445.672 394 445 393.328 445 392.5C445 391.671 445.672 391 446.5 391C447.328 391 448 391.671 448 392.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M114 403.5C114 404.328 113.328 405 112.5 405C111.672 405 111 404.328 111 403.5C111 402.672 111.672 402 112.5 402C113.328 402 114 402.672 114 403.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M124 403.5C124 404.328 123.328 405 122.5 405C121.672 405 121 404.328 121 403.5C121 402.672 121.672 402 122.5 402C123.328 402 124 402.672 124 403.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M133 403.5C133 404.328 132.328 405 131.5 405C130.672 405 130 404.328 130 403.5C130 402.672 130.672 402 131.5 402C132.328 402 133 402.672 133 403.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M142 403.5C142 404.328 141.328 405 140.5 405C139.671 405 139 404.328 139 403.5C139 402.672 139.671 402 140.5 402C141.328 402 142 402.672 142 403.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M151 403.5C151 404.328 150.328 405 149.5 405C148.672 405 148 404.328 148 403.5C148 402.672 148.672 402 149.5 402C150.328 402 151 402.672 151 403.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M161 403.5C161 404.328 160.328 405 159.5 405C158.672 405 158 404.328 158 403.5C158 402.672 158.672 402 159.5 402C160.328 402 161 402.672 161 403.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M170 403.5C170 404.328 169.328 405 168.5 405C167.672 405 167 404.328 167 403.5C167 402.672 167.672 402 168.5 402C169.328 402 170 402.672 170 403.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M179 403.5C179 404.328 178.328 405 177.5 405C176.672 405 176 404.328 176 403.5C176 402.672 176.672 402 177.5 402C178.328 402 179 402.672 179 403.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M188 403.5C188 404.328 187.328 405 186.5 405C185.672 405 185 404.328 185 403.5C185 402.672 185.672 402 186.5 402C187.328 402 188 402.672 188 403.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M198 403.5C198 404.328 197.328 405 196.5 405C195.672 405 195 404.328 195 403.5C195 402.672 195.672 402 196.5 402C197.328 402 198 402.672 198 403.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M207 403.5C207 404.328 206.328 405 205.5 405C204.672 405 204 404.328 204 403.5C204 402.672 204.672 402 205.5 402C206.328 402 207 402.672 207 403.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M216 403.5C216 404.328 215.328 405 214.5 405C213.672 405 213 404.328 213 403.5C213 402.672 213.672 402 214.5 402C215.328 402 216 402.672 216 403.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M225 403.5C225 404.328 224.328 405 223.5 405C222.672 405 222 404.328 222 403.5C222 402.672 222.672 402 223.5 402C224.328 402 225 402.672 225 403.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M235 403.5C235 404.328 234.328 405 233.5 405C232.672 405 232 404.328 232 403.5C232 402.672 232.672 402 233.5 402C234.328 402 235 402.672 235 403.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M244 403.5C244 404.328 243.328 405 242.5 405C241.672 405 241 404.328 241 403.5C241 402.672 241.672 402 242.5 402C243.328 402 244 402.672 244 403.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M253 403.5C253 404.328 252.328 405 251.5 405C250.672 405 250 404.328 250 403.5C250 402.672 250.672 402 251.5 402C252.328 402 253 402.672 253 403.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M263 403.5C263 404.328 262.329 405 261.5 405C260.671 405 260 404.328 260 403.5C260 402.672 260.671 402 261.5 402C262.329 402 263 402.672 263 403.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M272 403.5C272 404.328 271.329 405 270.5 405C269.672 405 269 404.328 269 403.5C269 402.672 269.672 402 270.5 402C271.329 402 272 402.672 272 403.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M281 403.5C281 404.328 280.328 405 279.5 405C278.672 405 278 404.328 278 403.5C278 402.672 278.672 402 279.5 402C280.328 402 281 402.672 281 403.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M290 403.5C290 404.328 289.328 405 288.5 405C287.671 405 287 404.328 287 403.5C287 402.672 287.671 402 288.5 402C289.328 402 290 402.672 290 403.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M300 403.5C300 404.328 299.329 405 298.5 405C297.672 405 297 404.328 297 403.5C297 402.672 297.672 402 298.5 402C299.329 402 300 402.672 300 403.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M309 403.5C309 404.328 308.328 405 307.5 405C306.672 405 306 404.328 306 403.5C306 402.672 306.672 402 307.5 402C308.328 402 309 402.672 309 403.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M318 403.5C318 404.328 317.329 405 316.5 405C315.672 405 315 404.328 315 403.5C315 402.672 315.672 402 316.5 402C317.329 402 318 402.672 318 403.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M327 403.5C327 404.328 326.328 405 325.5 405C324.672 405 324 404.328 324 403.5C324 402.672 324.672 402 325.5 402C326.328 402 327 402.672 327 403.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M337 403.5C337 404.328 336.328 405 335.5 405C334.672 405 334 404.328 334 403.5C334 402.672 334.672 402 335.5 402C336.328 402 337 402.672 337 403.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M346 403.5C346 404.328 345.328 405 344.5 405C343.671 405 343 404.328 343 403.5C343 402.672 343.671 402 344.5 402C345.328 402 346 402.672 346 403.5Z\" fill=\"#66857A\"\/>\r\n                    <path d=\"M355 403.5C355 404.328 354.329 405 353.5 405C352.672 405 352 404.328 352 403.5C352 402.672 352.672 402 353.5 402C354.329 402 355 402.672 355 403.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M364 403.5C364 404.328 363.328 405 362.5 405C361.672 405 361 404.328 361 403.5C361 402.672 361.672 402 362.5 402C363.328 402 364 402.672 364 403.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M374 403.5C374 404.328 373.328 405 372.5 405C371.672 405 371 404.328 371 403.5C371 402.672 371.672 402 372.5 402C373.328 402 374 402.672 374 403.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M383 403.5C383 404.328 382.329 405 381.5 405C380.672 405 380 404.328 380 403.5C380 402.672 380.672 402 381.5 402C382.329 402 383 402.672 383 403.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M392 403.5C392 404.328 391.328 405 390.5 405C389.672 405 389 404.328 389 403.5C389 402.672 389.672 402 390.5 402C391.328 402 392 402.672 392 403.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M401 403.5C401 404.328 400.328 405 399.5 405C398.671 405 398 404.328 398 403.5C398 402.672 398.671 402 399.5 402C400.328 402 401 402.672 401 403.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M411 403.5C411 404.328 410.328 405 409.5 405C408.672 405 408 404.328 408 403.5C408 402.672 408.672 402 409.5 402C410.328 402 411 402.672 411 403.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M420 403.5C420 404.328 419.328 405 418.5 405C417.672 405 417 404.328 417 403.5C417 402.672 417.672 402 418.5 402C419.328 402 420 402.672 420 403.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M429 403.5C429 404.328 428.328 405 427.5 405C426.671 405 426 404.328 426 403.5C426 402.672 426.671 402 427.5 402C428.328 402 429 402.672 429 403.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M438 403.5C438 404.328 437.329 405 436.5 405C435.672 405 435 404.328 435 403.5C435 402.672 435.672 402 436.5 402C437.329 402 438 402.672 438 403.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M448 403.5C448 404.328 447.328 405 446.5 405C445.672 405 445 404.328 445 403.5C445 402.672 445.672 402 446.5 402C447.328 402 448 402.672 448 403.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M124 414.5C124 415.329 123.328 416 122.5 416C121.672 416 121 415.329 121 414.5C121 413.671 121.672 413 122.5 413C123.328 413 124 413.671 124 414.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M133 414.5C133 415.329 132.328 416 131.5 416C130.672 416 130 415.329 130 414.5C130 413.671 130.672 413 131.5 413C132.328 413 133 413.671 133 414.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M142 414.5C142 415.329 141.328 416 140.5 416C139.671 416 139 415.329 139 414.5C139 413.671 139.671 413 140.5 413C141.328 413 142 413.671 142 414.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M151 414.5C151 415.329 150.328 416 149.5 416C148.672 416 148 415.329 148 414.5C148 413.671 148.672 413 149.5 413C150.328 413 151 413.671 151 414.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M161 414.5C161 415.329 160.328 416 159.5 416C158.672 416 158 415.329 158 414.5C158 413.671 158.672 413 159.5 413C160.328 413 161 413.671 161 414.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M170 414.5C170 415.329 169.328 416 168.5 416C167.672 416 167 415.329 167 414.5C167 413.671 167.672 413 168.5 413C169.328 413 170 413.671 170 414.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M179 414.5C179 415.329 178.328 416 177.5 416C176.672 416 176 415.329 176 414.5C176 413.671 176.672 413 177.5 413C178.328 413 179 413.671 179 414.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M188 414.5C188 415.329 187.328 416 186.5 416C185.672 416 185 415.329 185 414.5C185 413.671 185.672 413 186.5 413C187.328 413 188 413.671 188 414.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M198 414.5C198 415.329 197.328 416 196.5 416C195.672 416 195 415.329 195 414.5C195 413.671 195.672 413 196.5 413C197.328 413 198 413.671 198 414.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M207 414.5C207 415.329 206.328 416 205.5 416C204.672 416 204 415.329 204 414.5C204 413.671 204.672 413 205.5 413C206.328 413 207 413.671 207 414.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M216 414.5C216 415.329 215.328 416 214.5 416C213.672 416 213 415.329 213 414.5C213 413.671 213.672 413 214.5 413C215.328 413 216 413.671 216 414.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M225 414.5C225 415.329 224.328 416 223.5 416C222.672 416 222 415.329 222 414.5C222 413.671 222.672 413 223.5 413C224.328 413 225 413.671 225 414.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M235 414.5C235 415.329 234.328 416 233.5 416C232.672 416 232 415.329 232 414.5C232 413.671 232.672 413 233.5 413C234.328 413 235 413.671 235 414.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M244 414.5C244 415.329 243.328 416 242.5 416C241.672 416 241 415.329 241 414.5C241 413.671 241.672 413 242.5 413C243.328 413 244 413.671 244 414.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M253 414.5C253 415.329 252.328 416 251.5 416C250.672 416 250 415.329 250 414.5C250 413.671 250.672 413 251.5 413C252.328 413 253 413.671 253 414.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M263 414.5C263 415.329 262.329 416 261.5 416C260.671 416 260 415.329 260 414.5C260 413.671 260.671 413 261.5 413C262.329 413 263 413.671 263 414.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M272 414.5C272 415.329 271.329 416 270.5 416C269.672 416 269 415.329 269 414.5C269 413.671 269.672 413 270.5 413C271.329 413 272 413.671 272 414.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M281 414.5C281 415.329 280.328 416 279.5 416C278.672 416 278 415.329 278 414.5C278 413.671 278.672 413 279.5 413C280.328 413 281 413.671 281 414.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M290 414.5C290 415.329 289.328 416 288.5 416C287.671 416 287 415.329 287 414.5C287 413.671 287.671 413 288.5 413C289.328 413 290 413.671 290 414.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M300 414.5C300 415.329 299.329 416 298.5 416C297.672 416 297 415.329 297 414.5C297 413.671 297.672 413 298.5 413C299.329 413 300 413.671 300 414.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M309 414.5C309 415.329 308.328 416 307.5 416C306.672 416 306 415.329 306 414.5C306 413.671 306.672 413 307.5 413C308.328 413 309 413.671 309 414.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M318 414.5C318 415.329 317.329 416 316.5 416C315.672 416 315 415.329 315 414.5C315 413.671 315.672 413 316.5 413C317.329 413 318 413.671 318 414.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M327 414.5C327 415.329 326.328 416 325.5 416C324.672 416 324 415.329 324 414.5C324 413.671 324.672 413 325.5 413C326.328 413 327 413.671 327 414.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M337 414.5C337 415.329 336.328 416 335.5 416C334.672 416 334 415.329 334 414.5C334 413.671 334.672 413 335.5 413C336.328 413 337 413.671 337 414.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M346 414.5C346 415.329 345.328 416 344.5 416C343.671 416 343 415.329 343 414.5C343 413.671 343.671 413 344.5 413C345.328 413 346 413.671 346 414.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M355 414.5C355 415.329 354.329 416 353.5 416C352.672 416 352 415.329 352 414.5C352 413.671 352.672 413 353.5 413C354.329 413 355 413.671 355 414.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M364 414.5C364 415.329 363.328 416 362.5 416C361.672 416 361 415.329 361 414.5C361 413.671 361.672 413 362.5 413C363.328 413 364 413.671 364 414.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M374 414.5C374 415.329 373.328 416 372.5 416C371.672 416 371 415.329 371 414.5C371 413.671 371.672 413 372.5 413C373.328 413 374 413.671 374 414.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M383 414.5C383 415.329 382.329 416 381.5 416C380.672 416 380 415.329 380 414.5C380 413.671 380.672 413 381.5 413C382.329 413 383 413.671 383 414.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M392 414.5C392 415.329 391.328 416 390.5 416C389.672 416 389 415.329 389 414.5C389 413.671 389.672 413 390.5 413C391.328 413 392 413.671 392 414.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M401 414.5C401 415.329 400.328 416 399.5 416C398.671 416 398 415.329 398 414.5C398 413.671 398.671 413 399.5 413C400.328 413 401 413.671 401 414.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M411 414.5C411 415.329 410.328 416 409.5 416C408.672 416 408 415.329 408 414.5C408 413.671 408.672 413 409.5 413C410.328 413 411 413.671 411 414.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M420 414.5C420 415.329 419.328 416 418.5 416C417.672 416 417 415.329 417 414.5C417 413.671 417.672 413 418.5 413C419.328 413 420 413.671 420 414.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M429 414.5C429 415.329 428.328 416 427.5 416C426.671 416 426 415.329 426 414.5C426 413.671 426.671 413 427.5 413C428.328 413 429 413.671 429 414.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M438 414.5C438 415.329 437.329 416 436.5 416C435.672 416 435 415.329 435 414.5C435 413.671 435.672 413 436.5 413C437.329 413 438 413.671 438 414.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M448 414.5C448 415.329 447.328 416 446.5 416C445.672 416 445 415.329 445 414.5C445 413.671 445.672 413 446.5 413C447.328 413 448 413.671 448 414.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M457 414.5C457 415.329 456.329 416 455.501 416C454.672 416 454 415.329 454 414.5C454 413.671 454.672 413 455.501 413C456.329 413 457 413.671 457 414.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M124 425.5C124 426.328 123.328 427 122.5 427C121.672 427 121 426.328 121 425.5C121 424.672 121.672 424 122.5 424C123.328 424 124 424.672 124 425.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M133 425.5C133 426.328 132.328 427 131.5 427C130.672 427 130 426.328 130 425.5C130 424.672 130.672 424 131.5 424C132.328 424 133 424.672 133 425.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M142 425.5C142 426.328 141.328 427 140.5 427C139.671 427 139 426.328 139 425.5C139 424.672 139.671 424 140.5 424C141.328 424 142 424.672 142 425.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M151 425.5C151 426.328 150.328 427 149.5 427C148.672 427 148 426.328 148 425.5C148 424.672 148.672 424 149.5 424C150.328 424 151 424.672 151 425.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M161 425.5C161 426.328 160.328 427 159.5 427C158.672 427 158 426.328 158 425.5C158 424.672 158.672 424 159.5 424C160.328 424 161 424.672 161 425.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M170 425.5C170 426.328 169.328 427 168.5 427C167.672 427 167 426.328 167 425.5C167 424.672 167.672 424 168.5 424C169.328 424 170 424.672 170 425.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M179 425.5C179 426.328 178.328 427 177.5 427C176.672 427 176 426.328 176 425.5C176 424.672 176.672 424 177.5 424C178.328 424 179 424.672 179 425.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M188 425.5C188 426.328 187.328 427 186.5 427C185.672 427 185 426.328 185 425.5C185 424.672 185.672 424 186.5 424C187.328 424 188 424.672 188 425.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M198 425.5C198 426.328 197.328 427 196.5 427C195.672 427 195 426.328 195 425.5C195 424.672 195.672 424 196.5 424C197.328 424 198 424.672 198 425.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M207 425.5C207 426.328 206.328 427 205.5 427C204.672 427 204 426.328 204 425.5C204 424.672 204.672 424 205.5 424C206.328 424 207 424.672 207 425.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M216 425.5C216 426.328 215.328 427 214.5 427C213.672 427 213 426.328 213 425.5C213 424.672 213.672 424 214.5 424C215.328 424 216 424.672 216 425.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M225 425.5C225 426.328 224.328 427 223.5 427C222.672 427 222 426.328 222 425.5C222 424.672 222.672 424 223.5 424C224.328 424 225 424.672 225 425.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M235 425.5C235 426.328 234.328 427 233.5 427C232.672 427 232 426.328 232 425.5C232 424.672 232.672 424 233.5 424C234.328 424 235 424.672 235 425.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M244 425.5C244 426.328 243.328 427 242.5 427C241.672 427 241 426.328 241 425.5C241 424.672 241.672 424 242.5 424C243.328 424 244 424.672 244 425.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M253 425.5C253 426.328 252.328 427 251.5 427C250.672 427 250 426.328 250 425.5C250 424.672 250.672 424 251.5 424C252.328 424 253 424.672 253 425.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M263 425.5C263 426.328 262.329 427 261.5 427C260.671 427 260 426.328 260 425.5C260 424.672 260.671 424 261.5 424C262.329 424 263 424.672 263 425.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M272 425.5C272 426.328 271.329 427 270.5 427C269.672 427 269 426.328 269 425.5C269 424.672 269.672 424 270.5 424C271.329 424 272 424.672 272 425.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M281 425.5C281 426.328 280.328 427 279.5 427C278.672 427 278 426.328 278 425.5C278 424.672 278.672 424 279.5 424C280.328 424 281 424.672 281 425.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M290 425.5C290 426.328 289.328 427 288.5 427C287.671 427 287 426.328 287 425.5C287 424.672 287.671 424 288.5 424C289.328 424 290 424.672 290 425.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M309 425.5C309 426.328 308.328 427 307.5 427C306.672 427 306 426.328 306 425.5C306 424.672 306.672 424 307.5 424C308.328 424 309 424.672 309 425.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M318 425.5C318 426.328 317.329 427 316.5 427C315.672 427 315 426.328 315 425.5C315 424.672 315.672 424 316.5 424C317.329 424 318 424.672 318 425.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M364 425.5C364 426.328 363.328 427 362.5 427C361.672 427 361 426.328 361 425.5C361 424.672 361.672 424 362.5 424C363.328 424 364 424.672 364 425.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M374 425.5C374 426.328 373.328 427 372.5 427C371.672 427 371 426.328 371 425.5C371 424.672 371.672 424 372.5 424C373.328 424 374 424.672 374 425.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M383 425.5C383 426.328 382.329 427 381.5 427C380.672 427 380 426.328 380 425.5C380 424.672 380.672 424 381.5 424C382.329 424 383 424.672 383 425.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M392 425.5C392 426.328 391.328 427 390.5 427C389.672 427 389 426.328 389 425.5C389 424.672 389.672 424 390.5 424C391.328 424 392 424.672 392 425.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M401 425.5C401 426.328 400.328 427 399.5 427C398.671 427 398 426.328 398 425.5C398 424.672 398.671 424 399.5 424C400.328 424 401 424.672 401 425.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M411 425.5C411 426.328 410.328 427 409.5 427C408.672 427 408 426.328 408 425.5C408 424.672 408.672 424 409.5 424C410.328 424 411 424.672 411 425.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M420 425.5C420 426.328 419.328 427 418.5 427C417.672 427 417 426.328 417 425.5C417 424.672 417.672 424 418.5 424C419.328 424 420 424.672 420 425.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M429 425.5C429 426.328 428.328 427 427.5 427C426.671 427 426 426.328 426 425.5C426 424.672 426.671 424 427.5 424C428.328 424 429 424.672 429 425.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M438 425.5C438 426.328 437.329 427 436.5 427C435.672 427 435 426.328 435 425.5C435 424.672 435.672 424 436.5 424C437.329 424 438 424.672 438 425.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M448 425.5C448 426.328 447.328 427 446.5 427C445.672 427 445 426.328 445 425.5C445 424.672 445.672 424 446.5 424C447.328 424 448 424.672 448 425.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M457 425.5C457 426.328 456.329 427 455.501 427C454.672 427 454 426.328 454 425.5C454 424.672 454.672 424 455.501 424C456.329 424 457 424.672 457 425.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M466 425.5C466 426.328 465.33 427 464.499 427C463.67 427 463 426.328 463 425.5C463 424.672 463.67 424 464.499 424C465.33 424 466 424.672 466 425.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M124 436.5C124 437.329 123.328 438 122.5 438C121.672 438 121 437.329 121 436.5C121 435.672 121.672 435 122.5 435C123.328 435 124 435.672 124 436.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M133 436.5C133 437.329 132.328 438 131.5 438C130.672 438 130 437.329 130 436.5C130 435.672 130.672 435 131.5 435C132.328 435 133 435.672 133 436.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M142 436.5C142 437.329 141.328 438 140.5 438C139.671 438 139 437.329 139 436.5C139 435.672 139.671 435 140.5 435C141.328 435 142 435.672 142 436.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M151 436.5C151 437.329 150.328 438 149.5 438C148.672 438 148 437.329 148 436.5C148 435.672 148.672 435 149.5 435C150.328 435 151 435.672 151 436.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M161 436.5C161 437.329 160.328 438 159.5 438C158.672 438 158 437.329 158 436.5C158 435.672 158.672 435 159.5 435C160.328 435 161 435.672 161 436.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M170 436.5C170 437.329 169.328 438 168.5 438C167.672 438 167 437.329 167 436.5C167 435.672 167.672 435 168.5 435C169.328 435 170 435.672 170 436.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M179 436.5C179 437.329 178.328 438 177.5 438C176.672 438 176 437.329 176 436.5C176 435.672 176.672 435 177.5 435C178.328 435 179 435.672 179 436.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M188 436.5C188 437.329 187.328 438 186.5 438C185.672 438 185 437.329 185 436.5C185 435.672 185.672 435 186.5 435C187.328 435 188 435.672 188 436.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M198 436.5C198 437.329 197.328 438 196.5 438C195.672 438 195 437.329 195 436.5C195 435.672 195.672 435 196.5 435C197.328 435 198 435.672 198 436.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M207 436.5C207 437.329 206.328 438 205.5 438C204.672 438 204 437.329 204 436.5C204 435.672 204.672 435 205.5 435C206.328 435 207 435.672 207 436.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M216 436.5C216 437.329 215.328 438 214.5 438C213.672 438 213 437.329 213 436.5C213 435.672 213.672 435 214.5 435C215.328 435 216 435.672 216 436.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M225 436.5C225 437.329 224.328 438 223.5 438C222.672 438 222 437.329 222 436.5C222 435.672 222.672 435 223.5 435C224.328 435 225 435.672 225 436.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M235 436.5C235 437.329 234.328 438 233.5 438C232.672 438 232 437.329 232 436.5C232 435.672 232.672 435 233.5 435C234.328 435 235 435.672 235 436.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M244 436.5C244 437.329 243.328 438 242.5 438C241.672 438 241 437.329 241 436.5C241 435.672 241.672 435 242.5 435C243.328 435 244 435.672 244 436.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M253 436.5C253 437.329 252.328 438 251.5 438C250.672 438 250 437.329 250 436.5C250 435.672 250.672 435 251.5 435C252.328 435 253 435.672 253 436.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M263 436.5C263 437.329 262.329 438 261.5 438C260.671 438 260 437.329 260 436.5C260 435.672 260.671 435 261.5 435C262.329 435 263 435.672 263 436.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M272 436.5C272 437.329 271.329 438 270.5 438C269.672 438 269 437.329 269 436.5C269 435.672 269.672 435 270.5 435C271.329 435 272 435.672 272 436.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M281 436.5C281 437.329 280.328 438 279.5 438C278.672 438 278 437.329 278 436.5C278 435.672 278.672 435 279.5 435C280.328 435 281 435.672 281 436.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M290 436.5C290 437.329 289.328 438 288.5 438C287.671 438 287 437.329 287 436.5C287 435.672 287.671 435 288.5 435C289.328 435 290 435.672 290 436.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M300 436.5C300 437.329 299.329 438 298.5 438C297.672 438 297 437.329 297 436.5C297 435.672 297.672 435 298.5 435C299.329 435 300 435.672 300 436.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M309 436.5C309 437.329 308.328 438 307.5 438C306.672 438 306 437.329 306 436.5C306 435.672 306.672 435 307.5 435C308.328 435 309 435.672 309 436.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M318 436.5C318 437.329 317.329 438 316.5 438C315.672 438 315 437.329 315 436.5C315 435.672 315.672 435 316.5 435C317.329 435 318 435.672 318 436.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M327 436.5C327 437.329 326.328 438 325.5 438C324.672 438 324 437.329 324 436.5C324 435.672 324.672 435 325.5 435C326.328 435 327 435.672 327 436.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M374 436.5C374 437.329 373.328 438 372.5 438C371.672 438 371 437.329 371 436.5C371 435.672 371.672 435 372.5 435C373.328 435 374 435.672 374 436.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M383 436.5C383 437.329 382.329 438 381.5 438C380.672 438 380 437.329 380 436.5C380 435.672 380.672 435 381.5 435C382.329 435 383 435.672 383 436.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M392 436.5C392 437.329 391.328 438 390.5 438C389.672 438 389 437.329 389 436.5C389 435.672 389.672 435 390.5 435C391.328 435 392 435.672 392 436.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M401 436.5C401 437.329 400.328 438 399.5 438C398.671 438 398 437.329 398 436.5C398 435.672 398.671 435 399.5 435C400.328 435 401 435.672 401 436.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M411 436.5C411 437.329 410.328 438 409.5 438C408.672 438 408 437.329 408 436.5C408 435.672 408.672 435 409.5 435C410.328 435 411 435.672 411 436.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M420 436.5C420 437.329 419.328 438 418.5 438C417.672 438 417 437.329 417 436.5C417 435.672 417.672 435 418.5 435C419.328 435 420 435.672 420 436.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M429 436.5C429 437.329 428.328 438 427.5 438C426.671 438 426 437.329 426 436.5C426 435.672 426.671 435 427.5 435C428.328 435 429 435.672 429 436.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M438 436.5C438 437.329 437.329 438 436.5 438C435.672 438 435 437.329 435 436.5C435 435.672 435.672 435 436.5 435C437.329 435 438 435.672 438 436.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M448 436.5C448 437.329 447.328 438 446.5 438C445.672 438 445 437.329 445 436.5C445 435.672 445.672 435 446.5 435C447.328 435 448 435.672 448 436.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M457 436.5C457 437.329 456.329 438 455.501 438C454.672 438 454 437.329 454 436.5C454 435.672 454.672 435 455.501 435C456.329 435 457 435.672 457 436.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M466 436.5C466 437.329 465.33 438 464.499 438C463.67 438 463 437.329 463 436.5C463 435.672 463.67 435 464.499 435C465.33 435 466 435.672 466 436.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M124 447.5C124 448.328 123.328 449 122.5 449C121.672 449 121 448.328 121 447.5C121 446.672 121.672 446 122.5 446C123.328 446 124 446.672 124 447.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M133 447.5C133 448.328 132.328 449 131.5 449C130.672 449 130 448.328 130 447.5C130 446.672 130.672 446 131.5 446C132.328 446 133 446.672 133 447.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M142 447.5C142 448.328 141.328 449 140.5 449C139.671 449 139 448.328 139 447.5C139 446.672 139.671 446 140.5 446C141.328 446 142 446.672 142 447.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M151 447.5C151 448.328 150.328 449 149.5 449C148.672 449 148 448.328 148 447.5C148 446.672 148.672 446 149.5 446C150.328 446 151 446.672 151 447.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M161 447.5C161 448.328 160.328 449 159.5 449C158.672 449 158 448.328 158 447.5C158 446.672 158.672 446 159.5 446C160.328 446 161 446.672 161 447.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M170 447.5C170 448.328 169.328 449 168.5 449C167.672 449 167 448.328 167 447.5C167 446.672 167.672 446 168.5 446C169.328 446 170 446.672 170 447.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M179 447.5C179 448.328 178.328 449 177.5 449C176.672 449 176 448.328 176 447.5C176 446.672 176.672 446 177.5 446C178.328 446 179 446.672 179 447.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M188 447.5C188 448.328 187.328 449 186.5 449C185.672 449 185 448.328 185 447.5C185 446.672 185.672 446 186.5 446C187.328 446 188 446.672 188 447.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M198 447.5C198 448.328 197.328 449 196.5 449C195.672 449 195 448.328 195 447.5C195 446.672 195.672 446 196.5 446C197.328 446 198 446.672 198 447.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M207 447.5C207 448.328 206.328 449 205.5 449C204.672 449 204 448.328 204 447.5C204 446.672 204.672 446 205.5 446C206.328 446 207 446.672 207 447.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M216 447.5C216 448.328 215.328 449 214.5 449C213.672 449 213 448.328 213 447.5C213 446.672 213.672 446 214.5 446C215.328 446 216 446.672 216 447.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M225 447.5C225 448.328 224.328 449 223.5 449C222.672 449 222 448.328 222 447.5C222 446.672 222.672 446 223.5 446C224.328 446 225 446.672 225 447.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M235 447.5C235 448.328 234.328 449 233.5 449C232.672 449 232 448.328 232 447.5C232 446.672 232.672 446 233.5 446C234.328 446 235 446.672 235 447.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M244 447.5C244 448.328 243.328 449 242.5 449C241.672 449 241 448.328 241 447.5C241 446.672 241.672 446 242.5 446C243.328 446 244 446.672 244 447.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M253 447.5C253 448.328 252.328 449 251.5 449C250.672 449 250 448.328 250 447.5C250 446.672 250.672 446 251.5 446C252.328 446 253 446.672 253 447.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M263 447.5C263 448.328 262.329 449 261.5 449C260.671 449 260 448.328 260 447.5C260 446.672 260.671 446 261.5 446C262.329 446 263 446.672 263 447.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M272 447.5C272 448.328 271.329 449 270.5 449C269.672 449 269 448.328 269 447.5C269 446.672 269.672 446 270.5 446C271.329 446 272 446.672 272 447.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M281 447.5C281 448.328 280.328 449 279.5 449C278.672 449 278 448.328 278 447.5C278 446.672 278.672 446 279.5 446C280.328 446 281 446.672 281 447.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M290 447.5C290 448.328 289.328 449 288.5 449C287.671 449 287 448.328 287 447.5C287 446.672 287.671 446 288.5 446C289.328 446 290 446.672 290 447.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M300 447.5C300 448.328 299.329 449 298.5 449C297.672 449 297 448.328 297 447.5C297 446.672 297.672 446 298.5 446C299.329 446 300 446.672 300 447.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M318 447.5C318 448.328 317.329 449 316.5 449C315.672 449 315 448.328 315 447.5C315 446.672 315.672 446 316.5 446C317.329 446 318 446.672 318 447.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M327 447.5C327 448.328 326.328 449 325.5 449C324.672 449 324 448.328 324 447.5C324 446.672 324.672 446 325.5 446C326.328 446 327 446.672 327 447.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M364 447.5C364 448.328 363.328 449 362.5 449C361.672 449 361 448.328 361 447.5C361 446.672 361.672 446 362.5 446C363.328 446 364 446.672 364 447.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M358 436.5C358 437.329 357.328 438 356.5 438C355.671 438 355 437.329 355 436.5C355 435.672 355.671 435 356.5 435C357.328 435 358 435.672 358 436.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M383 447.5C383 448.328 382.329 449 381.5 449C380.672 449 380 448.328 380 447.5C380 446.672 380.672 446 381.5 446C382.329 446 383 446.672 383 447.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M392 447.5C392 448.328 391.328 449 390.5 449C389.672 449 389 448.328 389 447.5C389 446.672 389.672 446 390.5 446C391.328 446 392 446.672 392 447.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M401 447.5C401 448.328 400.328 449 399.5 449C398.671 449 398 448.328 398 447.5C398 446.672 398.671 446 399.5 446C400.328 446 401 446.672 401 447.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M411 447.5C411 448.328 410.328 449 409.5 449C408.672 449 408 448.328 408 447.5C408 446.672 408.672 446 409.5 446C410.328 446 411 446.672 411 447.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M420 447.5C420 448.328 419.328 449 418.5 449C417.672 449 417 448.328 417 447.5C417 446.672 417.672 446 418.5 446C419.328 446 420 446.672 420 447.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M429 447.5C429 448.328 428.328 449 427.5 449C426.671 449 426 448.328 426 447.5C426 446.672 426.671 446 427.5 446C428.328 446 429 446.672 429 447.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M438 447.5C438 448.328 437.329 449 436.5 449C435.672 449 435 448.328 435 447.5C435 446.672 435.672 446 436.5 446C437.329 446 438 446.672 438 447.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M448 447.5C448 448.328 447.328 449 446.5 449C445.672 449 445 448.328 445 447.5C445 446.672 445.672 446 446.5 446C447.328 446 448 446.672 448 447.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M457 447.5C457 448.328 456.329 449 455.501 449C454.672 449 454 448.328 454 447.5C454 446.672 454.672 446 455.501 446C456.329 446 457 446.672 457 447.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M466 447.5C466 448.328 465.33 449 464.499 449C463.67 449 463 448.328 463 447.5C463 446.672 463.67 446 464.499 446C465.33 446 466 446.672 466 447.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M124 458.5C124 459.329 123.328 460 122.5 460C121.672 460 121 459.329 121 458.5C121 457.672 121.672 457 122.5 457C123.328 457 124 457.672 124 458.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M133 458.5C133 459.329 132.328 460 131.5 460C130.672 460 130 459.329 130 458.5C130 457.672 130.672 457 131.5 457C132.328 457 133 457.672 133 458.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M142 458.5C142 459.329 141.328 460 140.5 460C139.671 460 139 459.329 139 458.5C139 457.672 139.671 457 140.5 457C141.328 457 142 457.672 142 458.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M151 458.5C151 459.329 150.328 460 149.5 460C148.672 460 148 459.329 148 458.5C148 457.672 148.672 457 149.5 457C150.328 457 151 457.672 151 458.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M161 458.5C161 459.329 160.328 460 159.5 460C158.672 460 158 459.329 158 458.5C158 457.672 158.672 457 159.5 457C160.328 457 161 457.672 161 458.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M170 458.5C170 459.329 169.328 460 168.5 460C167.672 460 167 459.329 167 458.5C167 457.672 167.672 457 168.5 457C169.328 457 170 457.672 170 458.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M179 458.5C179 459.329 178.328 460 177.5 460C176.672 460 176 459.329 176 458.5C176 457.672 176.672 457 177.5 457C178.328 457 179 457.672 179 458.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M188 458.5C188 459.329 187.328 460 186.5 460C185.672 460 185 459.329 185 458.5C185 457.672 185.672 457 186.5 457C187.328 457 188 457.672 188 458.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M198 458.5C198 459.329 197.328 460 196.5 460C195.672 460 195 459.329 195 458.5C195 457.672 195.672 457 196.5 457C197.328 457 198 457.672 198 458.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M207 458.5C207 459.329 206.328 460 205.5 460C204.672 460 204 459.329 204 458.5C204 457.672 204.672 457 205.5 457C206.328 457 207 457.672 207 458.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M216 458.5C216 459.329 215.328 460 214.5 460C213.672 460 213 459.329 213 458.5C213 457.672 213.672 457 214.5 457C215.328 457 216 457.672 216 458.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M225 458.5C225 459.329 224.328 460 223.5 460C222.672 460 222 459.329 222 458.5C222 457.672 222.672 457 223.5 457C224.328 457 225 457.672 225 458.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M235 458.5C235 459.329 234.328 460 233.5 460C232.672 460 232 459.329 232 458.5C232 457.672 232.672 457 233.5 457C234.328 457 235 457.672 235 458.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M244 458.5C244 459.329 243.328 460 242.5 460C241.672 460 241 459.329 241 458.5C241 457.672 241.672 457 242.5 457C243.328 457 244 457.672 244 458.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M253 458.5C253 459.329 252.328 460 251.5 460C250.672 460 250 459.329 250 458.5C250 457.672 250.672 457 251.5 457C252.328 457 253 457.672 253 458.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M263 458.5C263 459.329 262.329 460 261.5 460C260.671 460 260 459.329 260 458.5C260 457.672 260.671 457 261.5 457C262.329 457 263 457.672 263 458.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M272 458.5C272 459.329 271.329 460 270.5 460C269.672 460 269 459.329 269 458.5C269 457.672 269.672 457 270.5 457C271.329 457 272 457.672 272 458.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M281 458.5C281 459.329 280.328 460 279.5 460C278.672 460 278 459.329 278 458.5C278 457.672 278.672 457 279.5 457C280.328 457 281 457.672 281 458.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M290 458.5C290 459.329 289.328 460 288.5 460C287.671 460 287 459.329 287 458.5C287 457.672 287.671 457 288.5 457C289.328 457 290 457.672 290 458.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M300 458.5C300 459.329 299.329 460 298.5 460C297.672 460 297 459.329 297 458.5C297 457.672 297.672 457 298.5 457C299.329 457 300 457.672 300 458.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M309 458.5C309 459.329 308.328 460 307.5 460C306.672 460 306 459.329 306 458.5C306 457.672 306.672 457 307.5 457C308.328 457 309 457.672 309 458.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M327 458.5C327 459.329 326.328 460 325.5 460C324.672 460 324 459.329 324 458.5C324 457.672 324.672 457 325.5 457C326.328 457 327 457.672 327 458.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M364 458.5C364 459.329 363.328 460 362.5 460C361.672 460 361 459.329 361 458.5C361 457.672 361.672 457 362.5 457C363.328 457 364 457.672 364 458.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M374 458.5C374 459.329 373.328 460 372.5 460C371.672 460 371 459.329 371 458.5C371 457.672 371.672 457 372.5 457C373.328 457 374 457.672 374 458.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M374 469.5C374 470.328 373.328 471 372.5 471C371.672 471 371 470.328 371 469.5C371 468.672 371.672 468 372.5 468C373.328 468 374 468.672 374 469.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M392 458.5C392 459.329 391.328 460 390.5 460C389.672 460 389 459.329 389 458.5C389 457.672 389.672 457 390.5 457C391.328 457 392 457.672 392 458.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M401 458.5C401 459.329 400.328 460 399.5 460C398.671 460 398 459.329 398 458.5C398 457.672 398.671 457 399.5 457C400.328 457 401 457.672 401 458.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M411 458.5C411 459.329 410.328 460 409.5 460C408.672 460 408 459.329 408 458.5C408 457.672 408.672 457 409.5 457C410.328 457 411 457.672 411 458.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M420 458.5C420 459.329 419.328 460 418.5 460C417.672 460 417 459.329 417 458.5C417 457.672 417.672 457 418.5 457C419.328 457 420 457.672 420 458.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M429 458.5C429 459.329 428.328 460 427.5 460C426.671 460 426 459.329 426 458.5C426 457.672 426.671 457 427.5 457C428.328 457 429 457.672 429 458.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M438 458.5C438 459.329 437.329 460 436.5 460C435.672 460 435 459.329 435 458.5C435 457.672 435.672 457 436.5 457C437.329 457 438 457.672 438 458.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M448 458.5C448 459.329 447.328 460 446.5 460C445.672 460 445 459.329 445 458.5C445 457.672 445.672 457 446.5 457C447.328 457 448 457.672 448 458.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M457 458.5C457 459.329 456.329 460 455.501 460C454.672 460 454 459.329 454 458.5C454 457.672 454.672 457 455.501 457C456.329 457 457 457.672 457 458.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M466 458.5C466 459.329 465.33 460 464.499 460C463.67 460 463 459.329 463 458.5C463 457.672 463.67 457 464.499 457C465.33 457 466 457.672 466 458.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M475 458.5C475 459.329 474.328 460 473.5 460C472.672 460 472 459.329 472 458.5C472 457.672 472.672 457 473.5 457C474.328 457 475 457.672 475 458.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M124 469.5C124 470.328 123.328 471 122.5 471C121.672 471 121 470.328 121 469.5C121 468.672 121.672 468 122.5 468C123.328 468 124 468.672 124 469.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M133 469.5C133 470.328 132.328 471 131.5 471C130.672 471 130 470.328 130 469.5C130 468.672 130.672 468 131.5 468C132.328 468 133 468.672 133 469.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M142 469.5C142 470.328 141.328 471 140.5 471C139.671 471 139 470.328 139 469.5C139 468.672 139.671 468 140.5 468C141.328 468 142 468.672 142 469.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M151 469.5C151 470.328 150.328 471 149.5 471C148.672 471 148 470.328 148 469.5C148 468.672 148.672 468 149.5 468C150.328 468 151 468.672 151 469.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M161 469.5C161 470.328 160.328 471 159.5 471C158.672 471 158 470.328 158 469.5C158 468.672 158.672 468 159.5 468C160.328 468 161 468.672 161 469.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M170 469.5C170 470.328 169.328 471 168.5 471C167.672 471 167 470.328 167 469.5C167 468.672 167.672 468 168.5 468C169.328 468 170 468.672 170 469.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M179 469.5C179 470.328 178.328 471 177.5 471C176.672 471 176 470.328 176 469.5C176 468.672 176.672 468 177.5 468C178.328 468 179 468.672 179 469.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M188 469.5C188 470.328 187.328 471 186.5 471C185.672 471 185 470.328 185 469.5C185 468.672 185.672 468 186.5 468C187.328 468 188 468.672 188 469.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M198 469.5C198 470.328 197.328 471 196.5 471C195.672 471 195 470.328 195 469.5C195 468.672 195.672 468 196.5 468C197.328 468 198 468.672 198 469.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M207 469.5C207 470.328 206.328 471 205.5 471C204.672 471 204 470.328 204 469.5C204 468.672 204.672 468 205.5 468C206.328 468 207 468.672 207 469.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M216 469.5C216 470.328 215.328 471 214.5 471C213.672 471 213 470.328 213 469.5C213 468.672 213.672 468 214.5 468C215.328 468 216 468.672 216 469.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M225 469.5C225 470.328 224.328 471 223.5 471C222.672 471 222 470.328 222 469.5C222 468.672 222.672 468 223.5 468C224.328 468 225 468.672 225 469.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M235 469.5C235 470.328 234.328 471 233.5 471C232.672 471 232 470.328 232 469.5C232 468.672 232.672 468 233.5 468C234.328 468 235 468.672 235 469.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M244 469.5C244 470.328 243.328 471 242.5 471C241.672 471 241 470.328 241 469.5C241 468.672 241.672 468 242.5 468C243.328 468 244 468.672 244 469.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M253 469.5C253 470.328 252.328 471 251.5 471C250.672 471 250 470.328 250 469.5C250 468.672 250.672 468 251.5 468C252.328 468 253 468.672 253 469.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M263 469.5C263 470.328 262.329 471 261.5 471C260.671 471 260 470.328 260 469.5C260 468.672 260.671 468 261.5 468C262.329 468 263 468.672 263 469.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M272 469.5C272 470.328 271.329 471 270.5 471C269.672 471 269 470.328 269 469.5C269 468.672 269.672 468 270.5 468C271.329 468 272 468.672 272 469.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M281 469.5C281 470.328 280.328 471 279.5 471C278.672 471 278 470.328 278 469.5C278 468.672 278.672 468 279.5 468C280.328 468 281 468.672 281 469.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M290 469.5C290 470.328 289.328 471 288.5 471C287.671 471 287 470.328 287 469.5C287 468.672 287.671 468 288.5 468C289.328 468 290 468.672 290 469.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M300 469.5C300 470.328 299.329 471 298.5 471C297.672 471 297 470.328 297 469.5C297 468.672 297.672 468 298.5 468C299.329 468 300 468.672 300 469.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M309 469.5C309 470.328 308.328 471 307.5 471C306.672 471 306 470.328 306 469.5C306 468.672 306.672 468 307.5 468C308.328 468 309 468.672 309 469.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M327 469.5C327 470.328 326.328 471 325.5 471C324.672 471 324 470.328 324 469.5C324 468.672 324.672 468 325.5 468C326.328 468 327 468.672 327 469.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M401 469.5C401 470.328 400.328 471 399.5 471C398.671 471 398 470.328 398 469.5C398 468.672 398.671 468 399.5 468C400.328 468 401 468.672 401 469.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M411 469.5C411 470.328 410.328 471 409.5 471C408.672 471 408 470.328 408 469.5C408 468.672 408.672 468 409.5 468C410.328 468 411 468.672 411 469.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M420 469.5C420 470.328 419.328 471 418.5 471C417.672 471 417 470.328 417 469.5C417 468.672 417.672 468 418.5 468C419.328 468 420 468.672 420 469.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M429 469.5C429 470.328 428.328 471 427.5 471C426.671 471 426 470.328 426 469.5C426 468.672 426.671 468 427.5 468C428.328 468 429 468.672 429 469.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M438 469.5C438 470.328 437.329 471 436.5 471C435.672 471 435 470.328 435 469.5C435 468.672 435.672 468 436.5 468C437.329 468 438 468.672 438 469.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M448 469.5C448 470.328 447.328 471 446.5 471C445.672 471 445 470.328 445 469.5C445 468.672 445.672 468 446.5 468C447.328 468 448 468.672 448 469.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M457 469.5C457 470.328 456.329 471 455.501 471C454.672 471 454 470.328 454 469.5C454 468.672 454.672 468 455.501 468C456.329 468 457 468.672 457 469.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M466 469.5C466 470.328 465.33 471 464.499 471C463.67 471 463 470.328 463 469.5C463 468.672 463.67 468 464.499 468C465.33 468 466 468.672 466 469.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M475 469.5C475 470.328 474.328 471 473.5 471C472.672 471 472 470.328 472 469.5C472 468.672 472.672 468 473.5 468C474.328 468 475 468.672 475 469.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M124 480.501C124 481.328 123.328 482 122.5 482C121.672 482 121 481.328 121 480.501C121 479.672 121.672 479 122.5 479C123.328 479 124 479.672 124 480.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M133 480.501C133 481.328 132.328 482 131.5 482C130.672 482 130 481.328 130 480.501C130 479.672 130.672 479 131.5 479C132.328 479 133 479.672 133 480.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M142 480.501C142 481.328 141.328 482 140.5 482C139.671 482 139 481.328 139 480.501C139 479.672 139.671 479 140.5 479C141.328 479 142 479.672 142 480.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M151 480.501C151 481.328 150.328 482 149.5 482C148.672 482 148 481.328 148 480.501C148 479.672 148.672 479 149.5 479C150.328 479 151 479.672 151 480.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M161 480.501C161 481.328 160.328 482 159.5 482C158.672 482 158 481.328 158 480.501C158 479.672 158.672 479 159.5 479C160.328 479 161 479.672 161 480.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M170 480.501C170 481.328 169.328 482 168.5 482C167.672 482 167 481.328 167 480.501C167 479.672 167.672 479 168.5 479C169.328 479 170 479.672 170 480.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M179 480.501C179 481.328 178.328 482 177.5 482C176.672 482 176 481.328 176 480.501C176 479.672 176.672 479 177.5 479C178.328 479 179 479.672 179 480.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M188 480.501C188 481.328 187.328 482 186.5 482C185.672 482 185 481.328 185 480.501C185 479.672 185.672 479 186.5 479C187.328 479 188 479.672 188 480.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M198 480.501C198 481.328 197.328 482 196.5 482C195.672 482 195 481.328 195 480.501C195 479.672 195.672 479 196.5 479C197.328 479 198 479.672 198 480.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M207 480.501C207 481.328 206.328 482 205.5 482C204.672 482 204 481.328 204 480.501C204 479.672 204.672 479 205.5 479C206.328 479 207 479.672 207 480.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M216 480.501C216 481.328 215.328 482 214.5 482C213.672 482 213 481.328 213 480.501C213 479.672 213.672 479 214.5 479C215.328 479 216 479.672 216 480.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M225 480.501C225 481.328 224.328 482 223.5 482C222.672 482 222 481.328 222 480.501C222 479.672 222.672 479 223.5 479C224.328 479 225 479.672 225 480.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M235 480.501C235 481.328 234.328 482 233.5 482C232.672 482 232 481.328 232 480.501C232 479.672 232.672 479 233.5 479C234.328 479 235 479.672 235 480.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M244 480.501C244 481.328 243.328 482 242.5 482C241.672 482 241 481.328 241 480.501C241 479.672 241.672 479 242.5 479C243.328 479 244 479.672 244 480.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M253 480.501C253 481.328 252.328 482 251.5 482C250.672 482 250 481.328 250 480.501C250 479.672 250.672 479 251.5 479C252.328 479 253 479.672 253 480.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M263 480.501C263 481.328 262.329 482 261.5 482C260.671 482 260 481.328 260 480.501C260 479.672 260.671 479 261.5 479C262.329 479 263 479.672 263 480.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M272 480.501C272 481.328 271.329 482 270.5 482C269.672 482 269 481.328 269 480.501C269 479.672 269.672 479 270.5 479C271.329 479 272 479.672 272 480.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M281 480.501C281 481.328 280.328 482 279.5 482C278.672 482 278 481.328 278 480.501C278 479.672 278.672 479 279.5 479C280.328 479 281 479.672 281 480.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M290 480.501C290 481.328 289.328 482 288.5 482C287.671 482 287 481.328 287 480.501C287 479.672 287.671 479 288.5 479C289.328 479 290 479.672 290 480.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M300 480.501C300 481.328 299.329 482 298.5 482C297.672 482 297 481.328 297 480.501C297 479.672 297.672 479 298.5 479C299.329 479 300 479.672 300 480.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M327 480.501C327 481.328 326.328 482 325.5 482C324.672 482 324 481.328 324 480.501C324 479.672 324.672 479 325.5 479C326.328 479 327 479.672 327 480.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M336 469.5C336 470.328 335.328 471 334.5 471C333.671 471 333 470.328 333 469.5C333 468.672 333.671 468 334.5 468C335.328 468 336 468.672 336 469.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M336 480.501C336 481.328 335.328 482 334.5 482C333.671 482 333 481.328 333 480.501C333 479.672 333.671 479 334.5 479C335.328 479 336 479.672 336 480.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M401 480.501C401 481.328 400.328 482 399.5 482C398.671 482 398 481.328 398 480.501C398 479.672 398.671 479 399.5 479C400.328 479 401 479.672 401 480.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M411 480.501C411 481.328 410.328 482 409.5 482C408.672 482 408 481.328 408 480.501C408 479.672 408.672 479 409.5 479C410.328 479 411 479.672 411 480.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M420 480.501C420 481.328 419.328 482 418.5 482C417.672 482 417 481.328 417 480.501C417 479.672 417.672 479 418.5 479C419.328 479 420 479.672 420 480.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M429 480.501C429 481.328 428.328 482 427.5 482C426.671 482 426 481.328 426 480.501C426 479.672 426.671 479 427.5 479C428.328 479 429 479.672 429 480.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M438 480.501C438 481.328 437.329 482 436.5 482C435.672 482 435 481.328 435 480.501C435 479.672 435.672 479 436.5 479C437.329 479 438 479.672 438 480.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M448 480.501C448 481.328 447.328 482 446.5 482C445.672 482 445 481.328 445 480.501C445 479.672 445.672 479 446.5 479C447.328 479 448 479.672 448 480.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M457 480.501C457 481.328 456.329 482 455.501 482C454.672 482 454 481.328 454 480.501C454 479.672 454.672 479 455.501 479C456.329 479 457 479.672 457 480.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M466 480.501C466 481.328 465.33 482 464.499 482C463.67 482 463 481.328 463 480.501C463 479.672 463.67 479 464.499 479C465.33 479 466 479.672 466 480.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M475 480.501C475 481.328 474.328 482 473.5 482C472.672 482 472 481.328 472 480.501C472 479.672 472.672 479 473.5 479C474.328 479 475 479.672 475 480.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M133 491.499C133 492.328 132.328 493 131.5 493C130.672 493 130 492.328 130 491.499C130 490.672 130.672 490 131.5 490C132.328 490 133 490.672 133 491.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M142 491.499C142 492.328 141.328 493 140.5 493C139.671 493 139 492.328 139 491.499C139 490.672 139.671 490 140.5 490C141.328 490 142 490.672 142 491.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M151 491.499C151 492.328 150.328 493 149.5 493C148.672 493 148 492.328 148 491.499C148 490.672 148.672 490 149.5 490C150.328 490 151 490.672 151 491.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M161 491.499C161 492.328 160.328 493 159.5 493C158.672 493 158 492.328 158 491.499C158 490.672 158.672 490 159.5 490C160.328 490 161 490.672 161 491.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M170 491.499C170 492.328 169.328 493 168.5 493C167.672 493 167 492.328 167 491.499C167 490.672 167.672 490 168.5 490C169.328 490 170 490.672 170 491.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M179 491.499C179 492.328 178.328 493 177.5 493C176.672 493 176 492.328 176 491.499C176 490.672 176.672 490 177.5 490C178.328 490 179 490.672 179 491.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M188 491.499C188 492.328 187.328 493 186.5 493C185.672 493 185 492.328 185 491.499C185 490.672 185.672 490 186.5 490C187.328 490 188 490.672 188 491.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M198 491.499C198 492.328 197.328 493 196.5 493C195.672 493 195 492.328 195 491.499C195 490.672 195.672 490 196.5 490C197.328 490 198 490.672 198 491.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M207 491.499C207 492.328 206.328 493 205.5 493C204.672 493 204 492.328 204 491.499C204 490.672 204.672 490 205.5 490C206.328 490 207 490.672 207 491.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M216 491.499C216 492.328 215.328 493 214.5 493C213.672 493 213 492.328 213 491.499C213 490.672 213.672 490 214.5 490C215.328 490 216 490.672 216 491.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M225 491.499C225 492.328 224.328 493 223.5 493C222.672 493 222 492.328 222 491.499C222 490.672 222.672 490 223.5 490C224.328 490 225 490.672 225 491.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M235 491.499C235 492.328 234.328 493 233.5 493C232.672 493 232 492.328 232 491.499C232 490.672 232.672 490 233.5 490C234.328 490 235 490.672 235 491.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M244 491.499C244 492.328 243.328 493 242.5 493C241.672 493 241 492.328 241 491.499C241 490.672 241.672 490 242.5 490C243.328 490 244 490.672 244 491.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M253 491.499C253 492.328 252.328 493 251.5 493C250.672 493 250 492.328 250 491.499C250 490.672 250.672 490 251.5 490C252.328 490 253 490.672 253 491.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M263 491.499C263 492.328 262.329 493 261.5 493C260.671 493 260 492.328 260 491.499C260 490.672 260.671 490 261.5 490C262.329 490 263 490.672 263 491.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M272 491.499C272 492.328 271.329 493 270.5 493C269.672 493 269 492.328 269 491.499C269 490.672 269.672 490 270.5 490C271.329 490 272 490.672 272 491.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M281 491.499C281 492.328 280.328 493 279.5 493C278.672 493 278 492.328 278 491.499C278 490.672 278.672 490 279.5 490C280.328 490 281 490.672 281 491.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M290 491.499C290 492.328 289.328 493 288.5 493C287.671 493 287 492.328 287 491.499C287 490.672 287.671 490 288.5 490C289.328 490 290 490.672 290 491.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M300 491.499C300 492.328 299.329 493 298.5 493C297.672 493 297 492.328 297 491.499C297 490.672 297.672 490 298.5 490C299.329 490 300 490.672 300 491.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M327 491.499C327 492.328 326.328 493 325.5 493C324.672 493 324 492.328 324 491.499C324 490.672 324.672 490 325.5 490C326.328 490 327 490.672 327 491.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M401 491.499C401 492.328 400.328 493 399.5 493C398.671 493 398 492.328 398 491.499C398 490.672 398.671 490 399.5 490C400.328 490 401 490.672 401 491.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M411 491.499C411 492.328 410.328 493 409.5 493C408.672 493 408 492.328 408 491.499C408 490.672 408.672 490 409.5 490C410.328 490 411 490.672 411 491.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M420 491.499C420 492.328 419.328 493 418.5 493C417.672 493 417 492.328 417 491.499C417 490.672 417.672 490 418.5 490C419.328 490 420 490.672 420 491.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M429 491.499C429 492.328 428.328 493 427.5 493C426.671 493 426 492.328 426 491.499C426 490.672 426.671 490 427.5 490C428.328 490 429 490.672 429 491.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M438 491.499C438 492.328 437.329 493 436.5 493C435.672 493 435 492.328 435 491.499C435 490.672 435.672 490 436.5 490C437.329 490 438 490.672 438 491.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M448 491.499C448 492.328 447.328 493 446.5 493C445.672 493 445 492.328 445 491.499C445 490.672 445.672 490 446.5 490C447.328 490 448 490.672 448 491.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M457 491.499C457 492.328 456.329 493 455.501 493C454.672 493 454 492.328 454 491.499C454 490.672 454.672 490 455.501 490C456.329 490 457 490.672 457 491.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M466 491.499C466 492.328 465.33 493 464.499 493C463.67 493 463 492.328 463 491.499C463 490.672 463.67 490 464.499 490C465.33 490 466 490.672 466 491.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M475 491.499C475 492.328 474.328 493 473.5 493C472.672 493 472 492.328 472 491.499C472 490.672 472.672 490 473.5 490C474.328 490 475 490.672 475 491.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M133 502.501C133 503.328 132.328 504 131.5 504C130.672 504 130 503.328 130 502.501C130 501.672 130.672 501 131.5 501C132.328 501 133 501.672 133 502.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M142 502.501C142 503.328 141.328 504 140.5 504C139.671 504 139 503.328 139 502.501C139 501.672 139.671 501 140.5 501C141.328 501 142 501.672 142 502.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M151 502.501C151 503.328 150.328 504 149.5 504C148.672 504 148 503.328 148 502.501C148 501.672 148.672 501 149.5 501C150.328 501 151 501.672 151 502.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M161 502.501C161 503.328 160.328 504 159.5 504C158.672 504 158 503.328 158 502.501C158 501.672 158.672 501 159.5 501C160.328 501 161 501.672 161 502.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M170 502.501C170 503.328 169.328 504 168.5 504C167.672 504 167 503.328 167 502.501C167 501.672 167.672 501 168.5 501C169.328 501 170 501.672 170 502.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M179 502.501C179 503.328 178.328 504 177.5 504C176.672 504 176 503.328 176 502.501C176 501.672 176.672 501 177.5 501C178.328 501 179 501.672 179 502.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M188 502.501C188 503.328 187.328 504 186.5 504C185.672 504 185 503.328 185 502.501C185 501.672 185.672 501 186.5 501C187.328 501 188 501.672 188 502.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M198 502.501C198 503.328 197.328 504 196.5 504C195.672 504 195 503.328 195 502.501C195 501.672 195.672 501 196.5 501C197.328 501 198 501.672 198 502.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M207 502.501C207 503.328 206.328 504 205.5 504C204.672 504 204 503.328 204 502.501C204 501.672 204.672 501 205.5 501C206.328 501 207 501.672 207 502.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M216 502.501C216 503.328 215.328 504 214.5 504C213.672 504 213 503.328 213 502.501C213 501.672 213.672 501 214.5 501C215.328 501 216 501.672 216 502.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M225 502.501C225 503.328 224.328 504 223.5 504C222.672 504 222 503.328 222 502.501C222 501.672 222.672 501 223.5 501C224.328 501 225 501.672 225 502.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M235 502.501C235 503.328 234.328 504 233.5 504C232.672 504 232 503.328 232 502.501C232 501.672 232.672 501 233.5 501C234.328 501 235 501.672 235 502.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M244 502.501C244 503.328 243.328 504 242.5 504C241.672 504 241 503.328 241 502.501C241 501.672 241.672 501 242.5 501C243.328 501 244 501.672 244 502.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M253 502.501C253 503.328 252.328 504 251.5 504C250.672 504 250 503.328 250 502.501C250 501.672 250.672 501 251.5 501C252.328 501 253 501.672 253 502.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M411 502.501C411 503.328 410.328 504 409.5 504C408.672 504 408 503.328 408 502.501C408 501.672 408.672 501 409.5 501C410.328 501 411 501.672 411 502.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M420 502.501C420 503.328 419.328 504 418.5 504C417.672 504 417 503.328 417 502.501C417 501.672 417.672 501 418.5 501C419.328 501 420 501.672 420 502.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M429 502.501C429 503.328 428.328 504 427.5 504C426.671 504 426 503.328 426 502.501C426 501.672 426.671 501 427.5 501C428.328 501 429 501.672 429 502.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M438 502.501C438 503.328 437.329 504 436.5 504C435.672 504 435 503.328 435 502.501C435 501.672 435.672 501 436.5 501C437.329 501 438 501.672 438 502.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M448 502.501C448 503.328 447.328 504 446.5 504C445.672 504 445 503.328 445 502.501C445 501.672 445.672 501 446.5 501C447.328 501 448 501.672 448 502.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M457 502.501C457 503.328 456.329 504 455.501 504C454.672 504 454 503.328 454 502.501C454 501.672 454.672 501 455.501 501C456.329 501 457 501.672 457 502.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M466 502.501C466 503.328 465.33 504 464.499 504C463.67 504 463 503.328 463 502.501C463 501.672 463.67 501 464.499 501C465.33 501 466 501.672 466 502.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M475 502.501C475 503.328 474.328 504 473.5 504C472.672 504 472 503.328 472 502.501C472 501.672 472.672 501 473.5 501C474.328 501 475 501.672 475 502.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M133 512.499C133 513.328 132.328 514 131.5 514C130.672 514 130 513.328 130 512.499C130 511.672 130.672 511 131.5 511C132.328 511 133 511.672 133 512.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M142 512.499C142 513.328 141.328 514 140.5 514C139.671 514 139 513.328 139 512.499C139 511.672 139.671 511 140.5 511C141.328 511 142 511.672 142 512.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M151 512.499C151 513.328 150.328 514 149.5 514C148.672 514 148 513.328 148 512.499C148 511.672 148.672 511 149.5 511C150.328 511 151 511.672 151 512.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M161 512.499C161 513.328 160.328 514 159.5 514C158.672 514 158 513.328 158 512.499C158 511.672 158.672 511 159.5 511C160.328 511 161 511.672 161 512.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M170 512.499C170 513.328 169.328 514 168.5 514C167.672 514 167 513.328 167 512.499C167 511.672 167.672 511 168.5 511C169.328 511 170 511.672 170 512.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M179 512.499C179 513.328 178.328 514 177.5 514C176.672 514 176 513.328 176 512.499C176 511.672 176.672 511 177.5 511C178.328 511 179 511.672 179 512.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M188 512.499C188 513.328 187.328 514 186.5 514C185.672 514 185 513.328 185 512.499C185 511.672 185.672 511 186.5 511C187.328 511 188 511.672 188 512.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M198 512.499C198 513.328 197.328 514 196.5 514C195.672 514 195 513.328 195 512.499C195 511.672 195.672 511 196.5 511C197.328 511 198 511.672 198 512.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M207 512.499C207 513.328 206.328 514 205.5 514C204.672 514 204 513.328 204 512.499C204 511.672 204.672 511 205.5 511C206.328 511 207 511.672 207 512.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M216 512.499C216 513.328 215.328 514 214.5 514C213.672 514 213 513.328 213 512.499C213 511.672 213.672 511 214.5 511C215.328 511 216 511.672 216 512.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M225 512.499C225 513.328 224.328 514 223.5 514C222.672 514 222 513.328 222 512.499C222 511.672 222.672 511 223.5 511C224.328 511 225 511.672 225 512.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M235 512.499C235 513.328 234.328 514 233.5 514C232.672 514 232 513.328 232 512.499C232 511.672 232.672 511 233.5 511C234.328 511 235 511.672 235 512.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M244 512.499C244 513.328 243.328 514 242.5 514C241.672 514 241 513.328 241 512.499C241 511.672 241.672 511 242.5 511C243.328 511 244 511.672 244 512.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M253 512.499C253 513.328 252.328 514 251.5 514C250.672 514 250 513.328 250 512.499C250 511.672 250.672 511 251.5 511C252.328 511 253 511.672 253 512.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M411 512.499C411 513.328 410.328 514 409.5 514C408.672 514 408 513.328 408 512.499C408 511.672 408.672 511 409.5 511C410.328 511 411 511.672 411 512.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M420 512.499C420 513.328 419.328 514 418.5 514C417.672 514 417 513.328 417 512.499C417 511.672 417.672 511 418.5 511C419.328 511 420 511.672 420 512.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M429 512.499C429 513.328 428.328 514 427.5 514C426.671 514 426 513.328 426 512.499C426 511.672 426.671 511 427.5 511C428.328 511 429 511.672 429 512.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M438 512.499C438 513.328 437.329 514 436.5 514C435.672 514 435 513.328 435 512.499C435 511.672 435.672 511 436.5 511C437.329 511 438 511.672 438 512.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M448 512.499C448 513.328 447.328 514 446.5 514C445.672 514 445 513.328 445 512.499C445 511.672 445.672 511 446.5 511C447.328 511 448 511.672 448 512.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M457 512.499C457 513.328 456.329 514 455.501 514C454.672 514 454 513.328 454 512.499C454 511.672 454.672 511 455.501 511C456.329 511 457 511.672 457 512.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M466 512.499C466 513.328 465.33 514 464.499 514C463.67 514 463 513.328 463 512.499C463 511.672 463.67 511 464.499 511C465.33 511 466 511.672 466 512.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M475 512.499C475 513.328 474.328 514 473.5 514C472.672 514 472 513.328 472 512.499C472 511.672 472.672 511 473.5 511C474.328 511 475 511.672 475 512.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M133 523.5C133 524.33 132.328 525 131.5 525C130.672 525 130 524.33 130 523.5C130 522.67 130.672 522 131.5 522C132.328 522 133 522.67 133 523.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M142 523.5C142 524.33 141.328 525 140.5 525C139.671 525 139 524.33 139 523.5C139 522.67 139.671 522 140.5 522C141.328 522 142 522.67 142 523.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M151 523.5C151 524.33 150.328 525 149.5 525C148.672 525 148 524.33 148 523.5C148 522.67 148.672 522 149.5 522C150.328 522 151 522.67 151 523.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M161 523.5C161 524.33 160.328 525 159.5 525C158.672 525 158 524.33 158 523.5C158 522.67 158.672 522 159.5 522C160.328 522 161 522.67 161 523.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M170 523.5C170 524.33 169.328 525 168.5 525C167.672 525 167 524.33 167 523.5C167 522.67 167.672 522 168.5 522C169.328 522 170 522.67 170 523.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M179 523.5C179 524.33 178.328 525 177.5 525C176.672 525 176 524.33 176 523.5C176 522.67 176.672 522 177.5 522C178.328 522 179 522.67 179 523.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M188 523.5C188 524.33 187.328 525 186.5 525C185.672 525 185 524.33 185 523.5C185 522.67 185.672 522 186.5 522C187.328 522 188 522.67 188 523.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M198 523.5C198 524.33 197.328 525 196.5 525C195.672 525 195 524.33 195 523.5C195 522.67 195.672 522 196.5 522C197.328 522 198 522.67 198 523.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M207 523.5C207 524.33 206.328 525 205.5 525C204.672 525 204 524.33 204 523.5C204 522.67 204.672 522 205.5 522C206.328 522 207 522.67 207 523.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M216 523.5C216 524.33 215.328 525 214.5 525C213.672 525 213 524.33 213 523.5C213 522.67 213.672 522 214.5 522C215.328 522 216 522.67 216 523.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M225 523.5C225 524.33 224.328 525 223.5 525C222.672 525 222 524.33 222 523.5C222 522.67 222.672 522 223.5 522C224.328 522 225 522.67 225 523.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M235 523.5C235 524.33 234.328 525 233.5 525C232.672 525 232 524.33 232 523.5C232 522.67 232.672 522 233.5 522C234.328 522 235 522.67 235 523.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M235 534.501C235 535.328 234.328 536 233.5 536C232.672 536 232 535.328 232 534.501C232 533.672 232.672 533 233.5 533C234.328 533 235 533.672 235 534.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M162 542.501C162 543.328 161.328 544 160.5 544C159.672 544 159 543.328 159 542.501C159 541.672 159.672 541 160.5 541C161.328 541 162 541.672 162 542.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M179 542.501C179 543.328 178.328 544 177.5 544C176.672 544 176 543.328 176 542.501C176 541.672 176.672 541 177.5 541C178.328 541 179 541.672 179 542.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M207 534.501C207 535.328 206.328 536 205.5 536C204.672 536 204 535.328 204 534.501C204 533.672 204.672 533 205.5 533C206.328 533 207 533.672 207 534.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M244 523.5C244 524.33 243.328 525 242.5 525C241.672 525 241 524.33 241 523.5C241 522.67 241.672 522 242.5 522C243.328 522 244 522.67 244 523.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M411 523.5C411 524.33 410.328 525 409.5 525C408.672 525 408 524.33 408 523.5C408 522.67 408.672 522 409.5 522C410.328 522 411 522.67 411 523.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M420 523.5C420 524.33 419.328 525 418.5 525C417.672 525 417 524.33 417 523.5C417 522.67 417.672 522 418.5 522C419.328 522 420 522.67 420 523.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M429 523.5C429 524.33 428.328 525 427.5 525C426.671 525 426 524.33 426 523.5C426 522.67 426.671 522 427.5 522C428.328 522 429 522.67 429 523.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M438 523.5C438 524.33 437.329 525 436.5 525C435.672 525 435 524.33 435 523.5C435 522.67 435.672 522 436.5 522C437.329 522 438 522.67 438 523.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M448 523.5C448 524.33 447.328 525 446.5 525C445.672 525 445 524.33 445 523.5C445 522.67 445.672 522 446.5 522C447.328 522 448 522.67 448 523.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M457 523.5C457 524.33 456.329 525 455.501 525C454.672 525 454 524.33 454 523.5C454 522.67 454.672 522 455.501 522C456.329 522 457 522.67 457 523.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M466 523.5C466 524.33 465.33 525 464.499 525C463.67 525 463 524.33 463 523.5C463 522.67 463.67 522 464.499 522C465.33 522 466 522.67 466 523.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M475 523.5C475 524.33 474.328 525 473.5 525C472.672 525 472 524.33 472 523.5C472 522.67 472.672 522 473.5 522C474.328 522 475 522.67 475 523.5Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M142 534.501C142 535.328 141.328 536 140.5 536C139.671 536 139 535.328 139 534.501C139 533.672 139.671 533 140.5 533C141.328 533 142 533.672 142 534.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M151 534.501C151 535.328 150.328 536 149.5 536C148.672 536 148 535.328 148 534.501C148 533.672 148.672 533 149.5 533C150.328 533 151 533.672 151 534.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M151 545.499C151 546.328 150.328 547 149.5 547C148.672 547 148 546.328 148 545.499C148 544.672 148.672 544 149.5 544C150.328 544 151 544.672 151 545.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M161 534.501C161 535.328 160.328 536 159.5 536C158.672 536 158 535.328 158 534.501C158 533.672 158.672 533 159.5 533C160.328 533 161 533.672 161 534.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M170 534.501C170 535.328 169.328 536 168.5 536C167.672 536 167 535.328 167 534.501C167 533.672 167.672 533 168.5 533C169.328 533 170 533.672 170 534.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M179 534.501C179 535.328 178.328 536 177.5 536C176.672 536 176 535.328 176 534.501C176 533.672 176.672 533 177.5 533C178.328 533 179 533.672 179 534.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M188 534.501C188 535.328 187.328 536 186.5 536C185.672 536 185 535.328 185 534.501C185 533.672 185.672 533 186.5 533C187.328 533 188 533.672 188 534.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M411 534.501C411 535.328 410.328 536 409.5 536C408.672 536 408 535.328 408 534.501C408 533.672 408.672 533 409.5 533C410.328 533 411 533.672 411 534.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M420 534.501C420 535.328 419.328 536 418.5 536C417.672 536 417 535.328 417 534.501C417 533.672 417.672 533 418.5 533C419.328 533 420 533.672 420 534.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M429 534.501C429 535.328 428.328 536 427.5 536C426.671 536 426 535.328 426 534.501C426 533.672 426.671 533 427.5 533C428.328 533 429 533.672 429 534.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M438 534.501C438 535.328 437.329 536 436.5 536C435.672 536 435 535.328 435 534.501C435 533.672 435.672 533 436.5 533C437.329 533 438 533.672 438 534.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M448 534.501C448 535.328 447.328 536 446.5 536C445.672 536 445 535.328 445 534.501C445 533.672 445.672 533 446.5 533C447.328 533 448 533.672 448 534.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M457 534.501C457 535.328 456.329 536 455.501 536C454.672 536 454 535.328 454 534.501C454 533.672 454.672 533 455.501 533C456.329 533 457 533.672 457 534.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M466 534.501C466 535.328 465.33 536 464.499 536C463.67 536 463 535.328 463 534.501C463 533.672 463.67 533 464.499 533C465.33 533 466 533.672 466 534.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M475 534.501C475 535.328 474.328 536 473.5 536C472.672 536 472 535.328 472 534.501C472 533.672 472.672 533 473.5 533C474.328 533 475 533.672 475 534.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M411 545.499C411 546.328 410.328 547 409.5 547C408.672 547 408 546.328 408 545.499C408 544.672 408.672 544 409.5 544C410.328 544 411 544.672 411 545.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M420 545.499C420 546.328 419.328 547 418.5 547C417.672 547 417 546.328 417 545.499C417 544.672 417.672 544 418.5 544C419.328 544 420 544.672 420 545.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M438 545.499C438 546.328 437.329 547 436.5 547C435.672 547 435 546.328 435 545.499C435 544.672 435.672 544 436.5 544C437.329 544 438 544.672 438 545.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M448 545.499C448 546.328 447.328 547 446.5 547C445.672 547 445 546.328 445 545.499C445 544.672 445.672 544 446.5 544C447.328 544 448 544.672 448 545.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M457 545.499C457 546.328 456.329 547 455.501 547C454.672 547 454 546.328 454 545.499C454 544.672 454.672 544 455.501 544C456.329 544 457 544.672 457 545.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M466 545.499C466 546.328 465.33 547 464.499 547C463.67 547 463 546.328 463 545.499C463 544.672 463.67 544 464.499 544C465.33 544 466 544.672 466 545.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M475 545.499C475 546.328 474.328 547 473.5 547C472.672 547 472 546.328 472 545.499C472 544.672 472.672 544 473.5 544C474.328 544 475 544.672 475 545.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M411 556.501C411 557.328 410.328 558 409.5 558C408.672 558 408 557.328 408 556.501C408 555.672 408.672 555 409.5 555C410.328 555 411 555.672 411 556.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M420 556.501C420 557.328 419.328 558 418.5 558C417.672 558 417 557.328 417 556.501C417 555.672 417.672 555 418.5 555C419.328 555 420 555.672 420 556.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M429 556.501C429 557.328 428.328 558 427.5 558C426.671 558 426 557.328 426 556.501C426 555.672 426.671 555 427.5 555C428.328 555 429 555.672 429 556.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M438 556.501C438 557.328 437.329 558 436.5 558C435.672 558 435 557.328 435 556.501C435 555.672 435.672 555 436.5 555C437.329 555 438 555.672 438 556.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M448 556.501C448 557.328 447.328 558 446.5 558C445.672 558 445 557.328 445 556.501C445 555.672 445.672 555 446.5 555C447.328 555 448 555.672 448 556.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M457 556.501C457 557.328 456.329 558 455.501 558C454.672 558 454 557.328 454 556.501C454 555.672 454.672 555 455.501 555C456.329 555 457 555.672 457 556.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M466 556.501C466 557.328 465.33 558 464.499 558C463.67 558 463 557.328 463 556.501C463 555.672 463.67 555 464.499 555C465.33 555 466 555.672 466 556.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M475 556.501C475 557.328 474.328 558 473.5 558C472.672 558 472 557.328 472 556.501C472 555.672 472.672 555 473.5 555C474.328 555 475 555.672 475 556.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M420 567.499C420 568.328 419.328 569 418.5 569C417.672 569 417 568.328 417 567.499C417 566.672 417.672 566 418.5 566C419.328 566 420 566.672 420 567.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M429 567.499C429 568.328 428.328 569 427.5 569C426.671 569 426 568.328 426 567.499C426 566.672 426.671 566 427.5 566C428.328 566 429 566.672 429 567.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M438 567.499C438 568.328 437.329 569 436.5 569C435.672 569 435 568.328 435 567.499C435 566.672 435.672 566 436.5 566C437.329 566 438 566.672 438 567.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M448 567.499C448 568.328 447.328 569 446.5 569C445.672 569 445 568.328 445 567.499C445 566.672 445.672 566 446.5 566C447.328 566 448 566.672 448 567.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M466 567.499C466 568.328 465.33 569 464.499 569C463.67 569 463 568.328 463 567.499C463 566.672 463.67 566 464.499 566C465.33 566 466 566.672 466 567.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M475 567.499C475 568.328 474.328 569 473.5 569C472.672 569 472 568.328 472 567.499C472 566.672 472.672 566 473.5 566C474.328 566 475 566.672 475 567.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M485 567.499C485 568.328 484.33 569 483.499 569C482.67 569 482 568.328 482 567.499C482 566.672 482.67 566 483.499 566C484.33 566 485 566.672 485 567.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M420 578.501C420 579.328 419.328 580 418.5 580C417.672 580 417 579.328 417 578.501C417 577.672 417.672 577 418.5 577C419.328 577 420 577.672 420 578.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M429 578.501C429 579.328 428.328 580 427.5 580C426.671 580 426 579.328 426 578.501C426 577.672 426.671 577 427.5 577C428.328 577 429 577.672 429 578.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M438 578.501C438 579.328 437.329 580 436.5 580C435.672 580 435 579.328 435 578.501C435 577.672 435.672 577 436.5 577C437.329 577 438 577.672 438 578.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M481 578.501C481 579.328 480.33 580 479.501 580C478.673 580 478 579.328 478 578.501C478 577.672 478.673 577 479.501 577C480.33 577 481 577.672 481 578.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M429 589.499C429 590.328 428.328 591 427.5 591C426.671 591 426 590.328 426 589.499C426 588.672 426.671 588 427.5 588C428.328 588 429 588.672 429 589.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M438 589.499C438 590.328 437.329 591 436.5 591C435.672 591 435 590.328 435 589.499C435 588.672 435.672 588 436.5 588C437.329 588 438 588.672 438 589.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M429 600.501C429 601.331 428.328 602 427.5 602C426.671 602 426 601.331 426 600.501C426 599.672 426.671 599 427.5 599C428.328 599 429 599.672 429 600.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M438 600.501C438 601.331 437.329 602 436.5 602C435.672 602 435 601.331 435 600.501C435 599.672 435.672 599 436.5 599C437.329 599 438 599.672 438 600.501Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M438 611.499C438 612.328 437.329 613 436.5 613C435.672 613 435 612.328 435 611.499C435 610.672 435.672 610 436.5 610C437.329 610 438 610.672 438 611.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <path d=\"M448 621.499C448 622.328 447.328 623 446.5 623C445.672 623 445 622.328 445 621.499C445 620.669 445.672 620 446.5 620C447.328 620 448 620.669 448 621.499Z\" fill=\"white\" fill-opacity=\"0.4\"\/>\r\n                    <foreignObject x=\"408.25\" y=\"526.25\" width=\"38.5002\" height=\"38.4992\"><div xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" style=\"backdrop-filter:blur(2.2px);clip-path:url(#bgblur_0_190_2994_clip_path);height:100%;width:100%\"><\/div><\/foreignObject><path class=\"item-count-04\" data-figma-bg-blur-radius=\"4.4\" d=\"M442.35 545.488C442.35 553.699 435.701 560.35 427.498 560.35C419.297 560.35 412.65 553.699 412.65 545.488C412.65 537.301 419.297 530.65 427.498 530.65C435.701 530.65 442.35 537.301 442.35 545.488Z\" fill=\"#E7A800\" fill-opacity=\"0.3\"\/>\r\n                    <path d=\"M430 544.998C430 546.656 428.657 548 427 548C425.343 548 424 546.656 424 544.998C424 543.344 425.343 542 427 542C428.657 542 430 543.344 430 544.998Z\" fill=\"#E7A800\"\/>\r\n                    <foreignObject x=\"142.6\" y=\"109.6\" width=\"38.5\" height=\"38.4992\"><div xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" style=\"backdrop-filter:blur(2.2px);clip-path:url(#bgblur_1_190_2994_clip_path);height:100%;width:100%\"><\/div><\/foreignObject><path class=\"item-count-02\" data-figma-bg-blur-radius=\"4.4\" d=\"M176.7 128.838C176.7 137.048 170.051 143.699 161.848 143.699C153.647 143.699 147 137.048 147 128.838C147 120.65 153.647 113.999 161.848 113.999C170.051 113.999 176.7 120.65 176.7 128.838Z\" fill=\"#E7A800\" fill-opacity=\"0.3\"\/>\r\n                    <path d=\"M165 128.998C165 130.656 163.657 132 162 132C160.343 132 159 130.656 159 128.998C159 127.344 160.343 126 162 126C163.657 126 165 127.344 165 128.998Z\" fill=\"#E7A800\"\/>\r\n                    <foreignObject x=\"236.6\" y=\"305.6\" width=\"38.5\" height=\"38.4992\"><div xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" style=\"backdrop-filter:blur(2.2px);clip-path:url(#bgblur_2_190_2994_clip_path);height:100%;width:100%\"><\/div><\/foreignObject><path class=\"item-count-01\" data-figma-bg-blur-radius=\"4.4\" d=\"M270.7 324.838C270.7 333.048 264.051 339.699 255.848 339.699C247.647 339.699 241 333.048 241 324.838C241 316.65 247.647 309.999 255.848 309.999C264.051 309.999 270.7 316.65 270.7 324.838Z\" fill=\"#E7A800\" fill-opacity=\"0.3\"\/>\r\n                    <path d=\"M259 324.998C259 326.656 257.657 328 256 328C254.343 328 253 326.656 253 324.998C253 323.344 254.343 322 256 322C257.657 322 259 323.344 259 324.998Z\" fill=\"#E7A800\"\/>\r\n                    <foreignObject x=\"375.6\" y=\"406.6\" width=\"38.5002\" height=\"38.4992\"><div xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" style=\"backdrop-filter:blur(2.2px);clip-path:url(#bgblur_3_190_2994_clip_path);height:100%;width:100%\"><\/div><\/foreignObject><path class=\"item-count-03\" data-figma-bg-blur-radius=\"4.4\" d=\"M409.7 425.838C409.7 434.048 403.051 440.699 394.848 440.699C386.647 440.699 380 434.048 380 425.838C380 417.65 386.647 410.999 394.848 410.999C403.051 410.999 409.7 417.65 409.7 425.838Z\" fill=\"#E7A800\" fill-opacity=\"0.3\"\/>\r\n                    <path d=\"M398 425.998C398 427.656 396.657 429 395 429C393.343 429 392 427.656 392 425.998C392 424.344 393.343 423 395 423C396.657 423 398 424.344 398 425.998Z\" fill=\"#E7A800\"\/>\r\n                    <defs>\r\n                    <clipPath id=\"bgblur_0_190_2994_clip_path\" transform=\"translate(-408.25 -526.25)\"><path d=\"M442.35 545.488C442.35 553.699 435.701 560.35 427.498 560.35C419.297 560.35 412.65 553.699 412.65 545.488C412.65 537.301 419.297 530.65 427.498 530.65C435.701 530.65 442.35 537.301 442.35 545.488Z\"\/>\r\n                    <\/clipPath><clipPath id=\"bgblur_1_190_2994_clip_path\" transform=\"translate(-142.6 -109.6)\"><path d=\"M176.7 128.838C176.7 137.048 170.051 143.699 161.848 143.699C153.647 143.699 147 137.048 147 128.838C147 120.65 153.647 113.999 161.848 113.999C170.051 113.999 176.7 120.65 176.7 128.838Z\"\/>\r\n                    <\/clipPath><clipPath id=\"bgblur_2_190_2994_clip_path\" transform=\"translate(-236.6 -305.6)\"><path d=\"M270.7 324.838C270.7 333.048 264.051 339.699 255.848 339.699C247.647 339.699 241 333.048 241 324.838C241 316.65 247.647 309.999 255.848 309.999C264.051 309.999 270.7 316.65 270.7 324.838Z\"\/>\r\n                    <\/clipPath><clipPath id=\"bgblur_3_190_2994_clip_path\" transform=\"translate(-375.6 -406.6)\"><path d=\"M409.7 425.838C409.7 434.048 403.051 440.699 394.848 440.699C386.647 440.699 380 434.048 380 425.838C380 417.65 386.647 410.999 394.848 410.999C403.051 410.999 409.7 417.65 409.7 425.838Z\"\/>\r\n                    <\/clipPath><\/defs>\r\n                <\/svg>\r\n\r\n                \r\n                    <div class=\"tfb-item-list item-0\">\r\n                                                    <h4>Dhaka<\/h4>\r\n                        \r\n                        <div class=\"tfb-item-list-wrapper\">\r\n                                                            <div class=\"tfb-item\">\r\n                                                                            <p>22<\/p>\r\n                                                                                                                <h5> School count<\/h5>\r\n                                                                    <\/div>\r\n                                                            <div class=\"tfb-item\">\r\n                                                                            <p>3,740<\/p>\r\n                                                                                                                <h5>Student<\/h5>\r\n                                                                    <\/div>\r\n                                                            <div class=\"tfb-item\">\r\n                                                                            <p>14960<\/p>\r\n                                                                                                                <h5>Community Members<\/h5>\r\n                                                                    <\/div>\r\n                                                            <div class=\"tfb-item\">\r\n                                                                            <p>46<\/p>\r\n                                                                                                                <h5>Fellow Count<\/h5>\r\n                                                                    <\/div>\r\n                                                    <\/div>\r\n\r\n\r\n                    <\/div>\r\n                    \r\n                \r\n                    <div class=\"tfb-item-list item-1\">\r\n                                                    <h4>Rangpur<\/h4>\r\n                        \r\n                        <div class=\"tfb-item-list-wrapper\">\r\n                                                            <div class=\"tfb-item\">\r\n                                                                            <p>07<\/p>\r\n                                                                                                                <h5> School count<\/h5>\r\n                                                                    <\/div>\r\n                                                            <div class=\"tfb-item\">\r\n                                                                            <p>1650<\/p>\r\n                                                                                                                <h5>Student<\/h5>\r\n                                                                    <\/div>\r\n                                                            <div class=\"tfb-item\">\r\n                                                                            <p>5,700<\/p>\r\n                                                                                                                <h5>Community Members<\/h5>\r\n                                                                    <\/div>\r\n                                                            <div class=\"tfb-item\">\r\n                                                                            <p>15<\/p>\r\n                                                                                                                <h5>Fellow Count<\/h5>\r\n                                                                    <\/div>\r\n                                                    <\/div>\r\n\r\n\r\n                    <\/div>\r\n                    \r\n                \r\n                    <div class=\"tfb-item-list item-2\">\r\n                                                    <h4>Chattogram<\/h4>\r\n                        \r\n                        <div class=\"tfb-item-list-wrapper\">\r\n                                                            <div class=\"tfb-item\">\r\n                                                                            <p>16<\/p>\r\n                                                                                                                <h5> School count<\/h5>\r\n                                                                    <\/div>\r\n                                                            <div class=\"tfb-item\">\r\n                                                                            <p>3190<\/p>\r\n                                                                                                                <h5>Student<\/h5>\r\n                                                                    <\/div>\r\n                                                            <div class=\"tfb-item\">\r\n                                                                            <p>15,950<\/p>\r\n                                                                                                                <h5>Community Members<\/h5>\r\n                                                                    <\/div>\r\n                                                            <div class=\"tfb-item\">\r\n                                                                            <p>40<\/p>\r\n                                                                                                                <h5>Fellow Count<\/h5>\r\n                                                                    <\/div>\r\n                                                    <\/div>\r\n\r\n\r\n                    <\/div>\r\n                    \r\n                \r\n                    <div class=\"tfb-item-list item-3\">\r\n                                                    <h4>Cox&#039;s Bazar<\/h4>\r\n                        \r\n                        <div class=\"tfb-item-list-wrapper\">\r\n                                                            <div class=\"tfb-item\">\r\n                                                                            <p>14<\/p>\r\n                                                                                                                <h5> School count<\/h5>\r\n                                                                    <\/div>\r\n                                                            <div class=\"tfb-item\">\r\n                                                                            <p>3410<\/p>\r\n                                                                                                                <h5>Student<\/h5>\r\n                                                                    <\/div>\r\n                                                            <div class=\"tfb-item\">\r\n                                                                            <p>13,640<\/p>\r\n                                                                                                                <h5>Community Members<\/h5>\r\n                                                                    <\/div>\r\n                                                            <div class=\"tfb-item\">\r\n                                                                            <p>37<\/p>\r\n                                                                                                                <h5>Fellow Count<\/h5>\r\n                                                                    <\/div>\r\n                                                    <\/div>\r\n\r\n\r\n                    <\/div>\r\n                    \r\n                \r\n            <\/div>\r\n\r\n            <div class=\"impact-footprint-right\">\r\n\r\n                                    <h3>Our Current Footprint<\/h3>\r\n                \r\n                                    <p>Teach For Bangladesh is currently working across four key regions of the country\u2014Dhaka, Chattogram, Cox&#039;s Bazar, and Rangpur. Through our growing network of Fellows and Alumni, we are partnering with government schools in underserved communities to deliver quality education, build local leadership, and drive systems-level change. Each region represents a critical step in our mission to reach the children who need us most.<\/p>\r\n                \r\n            <\/div>\r\n\r\n        <\/div>\r\n    <\/div>\r\n<\/section><section class=\"impact-report \" style=\"background-color:#D6E1D6\">\r\n    <div class=\"container\">\r\n\r\n                    <h2>Our Annual Reports<\/h2>\r\n        \r\n                    <div class=\"impact-report-slider\" id=\"three-column-slider\">\r\n\r\n                                    <div class=\"impact-report-item\">\r\n\r\n                        \r\n                                <div class=\"feature-image\">\r\n                                    <img decoding=\"async\" width=\"627\" height=\"663\" data-src=\"https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2026\/02\/Annual-report-Front-Page.jpg\" class=\"impact-feature-image lazyload\" alt=\"Our Annual Reports\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" style=\"--smush-placeholder-width: 627px; --smush-placeholder-aspect-ratio: 627\/663;\" \/>                                <\/div>\r\n\r\n                            \r\n                                                    <h3>TFB Annual Report (2024-2025))<\/h3>\r\n                        \r\n                                                    <a \r\n                                href=\"https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2026\/02\/TFB-Annual-Report-2025.pdf\"\r\n                                 download                                                                 >\r\n                                <svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                    <path d=\"M9 12.9375V2.25\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                    <path d=\"M5.625 9.5625L9 12.9375L12.375 9.5625\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                    <path d=\"M13.5 13.5V14.625C13.5 15.2438 12.9938 15.75 12.375 15.75H5.625C5.00625 15.75 4.5 15.2438 4.5 14.625V13.5\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                <\/svg>\r\n                                <span>Download PDF<\/span>\r\n                            <\/a>\r\n                        \r\n                    <\/div>\r\n                                    <div class=\"impact-report-item\">\r\n\r\n                        \r\n                                <div class=\"feature-image\">\r\n                                    <img decoding=\"async\" width=\"634\" height=\"763\" data-src=\"https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2025\/04\/TFB-Annual-Report-2023-2024.jpg\" class=\"impact-feature-image lazyload\" alt=\"Our Annual Reports\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" style=\"--smush-placeholder-width: 634px; --smush-placeholder-aspect-ratio: 634\/763;\" \/>                                <\/div>\r\n\r\n                            \r\n                                                    <h3>TFB Annual Report (2023-2024)<\/h3>\r\n                        \r\n                                                    <a \r\n                                href=\"https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2026\/02\/TFB-Annual-Report-2024.pdf\"\r\n                                 download                                                                 >\r\n                                <svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                    <path d=\"M9 12.9375V2.25\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                    <path d=\"M5.625 9.5625L9 12.9375L12.375 9.5625\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                    <path d=\"M13.5 13.5V14.625C13.5 15.2438 12.9938 15.75 12.375 15.75H5.625C5.00625 15.75 4.5 15.2438 4.5 14.625V13.5\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                <\/svg>\r\n                                <span>Download PDF<\/span>\r\n                            <\/a>\r\n                        \r\n                    <\/div>\r\n                                    <div class=\"impact-report-item\">\r\n\r\n                        \r\n                                <div class=\"feature-image\">\r\n                                    <img decoding=\"async\" width=\"635\" height=\"456\" data-src=\"https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2025\/04\/TFB-Annual-Report-2022-2023.jpg\" class=\"impact-feature-image lazyload\" alt=\"Our Annual Reports\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" style=\"--smush-placeholder-width: 635px; --smush-placeholder-aspect-ratio: 635\/456;\" \/>                                <\/div>\r\n\r\n                            \r\n                                                    <h3>TFB Annual Report (2022-2023)<\/h3>\r\n                        \r\n                                                    <a \r\n                                href=\"https:\/\/drive.google.com\/uc?export=download&#038;id=1P0oHXzAlNfJ26eeDMZNLwVa7wCKOhY8W\"\r\n                                                                                                >\r\n                                <svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                    <path d=\"M9 12.9375V2.25\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                    <path d=\"M5.625 9.5625L9 12.9375L12.375 9.5625\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                    <path d=\"M13.5 13.5V14.625C13.5 15.2438 12.9938 15.75 12.375 15.75H5.625C5.00625 15.75 4.5 15.2438 4.5 14.625V13.5\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                <\/svg>\r\n                                <span>Download PDF<\/span>\r\n                            <\/a>\r\n                        \r\n                    <\/div>\r\n                                    <div class=\"impact-report-item\">\r\n\r\n                        \r\n                                <div class=\"feature-image\">\r\n                                    <img decoding=\"async\" width=\"626\" height=\"841\" data-src=\"https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2025\/04\/TFB-Annual-Report-2021-2022.jpg\" class=\"impact-feature-image lazyload\" alt=\"Our Annual Reports\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" style=\"--smush-placeholder-width: 626px; --smush-placeholder-aspect-ratio: 626\/841;\" \/>                                <\/div>\r\n\r\n                            \r\n                                                    <h3>TFB Annual Report (2021-2022)<\/h3>\r\n                        \r\n                                                    <a \r\n                                href=\"https:\/\/drive.google.com\/uc?export=download&#038;id=1boTuiJ_r6owjEj1wh8ZMppnQWQJU7bjO\"\r\n                                                                                                >\r\n                                <svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                    <path d=\"M9 12.9375V2.25\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                    <path d=\"M5.625 9.5625L9 12.9375L12.375 9.5625\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                    <path d=\"M13.5 13.5V14.625C13.5 15.2438 12.9938 15.75 12.375 15.75H5.625C5.00625 15.75 4.5 15.2438 4.5 14.625V13.5\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                <\/svg>\r\n                                <span>Download PDF<\/span>\r\n                            <\/a>\r\n                        \r\n                    <\/div>\r\n                                    <div class=\"impact-report-item\">\r\n\r\n                        \r\n                                <div class=\"feature-image\">\r\n                                    <img decoding=\"async\" width=\"607\" height=\"449\" data-src=\"https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2025\/04\/TFB-Annual-Report-2020-2021.jpg\" class=\"impact-feature-image lazyload\" alt=\"Our Annual Reports\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" style=\"--smush-placeholder-width: 607px; --smush-placeholder-aspect-ratio: 607\/449;\" \/>                                <\/div>\r\n\r\n                            \r\n                                                    <h3>TFB Annual Report (2020-2021)<\/h3>\r\n                        \r\n                                                    <a \r\n                                href=\"https:\/\/drive.google.com\/uc?export=download&#038;id=19Vpx6voS81vVfHK6qNr_YMpY1o0DoVUx\"\r\n                                                                                                >\r\n                                <svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                    <path d=\"M9 12.9375V2.25\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                    <path d=\"M5.625 9.5625L9 12.9375L12.375 9.5625\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                    <path d=\"M13.5 13.5V14.625C13.5 15.2438 12.9938 15.75 12.375 15.75H5.625C5.00625 15.75 4.5 15.2438 4.5 14.625V13.5\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                <\/svg>\r\n                                <span>Download PDF<\/span>\r\n                            <\/a>\r\n                        \r\n                    <\/div>\r\n                                    <div class=\"impact-report-item\">\r\n\r\n                        \r\n                                <div class=\"feature-image\">\r\n                                    <img decoding=\"async\" width=\"316\" height=\"282\" data-src=\"https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2025\/04\/TFB-Annual-Report-2016-2017.jpg\" class=\"impact-feature-image lazyload\" alt=\"Our Annual Reports\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" style=\"--smush-placeholder-width: 316px; --smush-placeholder-aspect-ratio: 316\/282;\" \/>                                <\/div>\r\n\r\n                            \r\n                                                    <h3>TFB Annual Report (2016-2017)<\/h3>\r\n                        \r\n                                                    <a \r\n                                href=\"https:\/\/drive.google.com\/uc?export=download&#038;id=1VLb3MoKLatFK4y-mgDhtE4N0M17yPbiJ\"\r\n                                                                                                >\r\n                                <svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                    <path d=\"M9 12.9375V2.25\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                    <path d=\"M5.625 9.5625L9 12.9375L12.375 9.5625\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                    <path d=\"M13.5 13.5V14.625C13.5 15.2438 12.9938 15.75 12.375 15.75H5.625C5.00625 15.75 4.5 15.2438 4.5 14.625V13.5\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                <\/svg>\r\n                                <span>Download PDF<\/span>\r\n                            <\/a>\r\n                        \r\n                    <\/div>\r\n                                    <div class=\"impact-report-item\">\r\n\r\n                        \r\n                                <div class=\"feature-image\">\r\n                                    <img decoding=\"async\" width=\"307\" height=\"222\" data-src=\"https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2025\/04\/TFB-Annual-Report-2015-2016.jpg\" class=\"impact-feature-image lazyload\" alt=\"Our Annual Reports\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" style=\"--smush-placeholder-width: 307px; --smush-placeholder-aspect-ratio: 307\/222;\" \/>                                <\/div>\r\n\r\n                            \r\n                                                    <h3>TFB Annual Report (2015-2016)<\/h3>\r\n                        \r\n                                                    <a \r\n                                href=\"https:\/\/drive.google.com\/uc?export=download&#038;id=1lEFbTntByi3MnxbOXDqtS1ZKki7wbByA\"\r\n                                                                                                >\r\n                                <svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                    <path d=\"M9 12.9375V2.25\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                    <path d=\"M5.625 9.5625L9 12.9375L12.375 9.5625\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                    <path d=\"M13.5 13.5V14.625C13.5 15.2438 12.9938 15.75 12.375 15.75H5.625C5.00625 15.75 4.5 15.2438 4.5 14.625V13.5\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                <\/svg>\r\n                                <span>Download PDF<\/span>\r\n                            <\/a>\r\n                        \r\n                    <\/div>\r\n                                    <div class=\"impact-report-item\">\r\n\r\n                        \r\n                                <div class=\"feature-image\">\r\n                                    <img decoding=\"async\" width=\"629\" height=\"469\" data-src=\"https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2025\/04\/TFB-Annual-Report-2014-2015.jpg\" class=\"impact-feature-image lazyload\" alt=\"Our Annual Reports\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" style=\"--smush-placeholder-width: 629px; --smush-placeholder-aspect-ratio: 629\/469;\" \/>                                <\/div>\r\n\r\n                            \r\n                                                    <h3>TFB Annual Report (2014-2015)<\/h3>\r\n                        \r\n                                                    <a \r\n                                href=\"https:\/\/drive.google.com\/uc?export=download&#038;id=1rWCYl2kSJ4u15iO5iY-X3OeI1qyI3Jkd\"\r\n                                                                                                >\r\n                                <svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                    <path d=\"M9 12.9375V2.25\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                    <path d=\"M5.625 9.5625L9 12.9375L12.375 9.5625\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                    <path d=\"M13.5 13.5V14.625C13.5 15.2438 12.9938 15.75 12.375 15.75H5.625C5.00625 15.75 4.5 15.2438 4.5 14.625V13.5\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                <\/svg>\r\n                                <span>Download PDF<\/span>\r\n                            <\/a>\r\n                        \r\n                    <\/div>\r\n                            <\/div>\r\n        \r\n    <\/div>\r\n<\/section><section class=\"impact-report bg-white\" style=\"background-color:\">\r\n    <div class=\"container\">\r\n\r\n                    <h2>Quarterly Newsletters<\/h2>\r\n        \r\n                    <div class=\"impact-report-slider\" id=\"four-column-slider\">\r\n\r\n                                    <div class=\"impact-report-item\">\r\n\r\n                        \r\n                                <div class=\"feature-image\">\r\n                                    <img decoding=\"async\" width=\"728\" height=\"833\" data-src=\"https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2026\/04\/Capture.jpg\" class=\"impact-feature-image lazyload\" alt=\"Quarterly Newsletters\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" style=\"--smush-placeholder-width: 728px; --smush-placeholder-aspect-ratio: 728\/833;\" \/>                                <\/div>\r\n\r\n                            \r\n                                                    <h3>TFB Quarter 1 Newsletter (2026)<\/h3>\r\n                        \r\n                                                    <a \r\n                                href=\"https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2026\/04\/Q1-Newsletter-2026.pdf\"\r\n                                 download                                                                 >\r\n                                <svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                    <path d=\"M9 12.9375V2.25\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                    <path d=\"M5.625 9.5625L9 12.9375L12.375 9.5625\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                    <path d=\"M13.5 13.5V14.625C13.5 15.2438 12.9938 15.75 12.375 15.75H5.625C5.00625 15.75 4.5 15.2438 4.5 14.625V13.5\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                <\/svg>\r\n                                <span>Download PDF<\/span>\r\n                            <\/a>\r\n                        \r\n                    <\/div>\r\n                                    <div class=\"impact-report-item\">\r\n\r\n                        \r\n                                <div class=\"feature-image\">\r\n                                    <img decoding=\"async\" width=\"735\" height=\"839\" data-src=\"https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2025\/12\/Front.jpg\" class=\"impact-feature-image lazyload\" alt=\"Quarterly Newsletters\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" style=\"--smush-placeholder-width: 735px; --smush-placeholder-aspect-ratio: 735\/839;\" \/>                                <\/div>\r\n\r\n                            \r\n                                                    <h3>TFB Quarter 4 Newsletter (2025)<\/h3>\r\n                        \r\n                                                    <a \r\n                                href=\"https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2025\/12\/Q4-Newsletter-2025-3.pdf\"\r\n                                 download                                                                 >\r\n                                <svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                    <path d=\"M9 12.9375V2.25\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                    <path d=\"M5.625 9.5625L9 12.9375L12.375 9.5625\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                    <path d=\"M13.5 13.5V14.625C13.5 15.2438 12.9938 15.75 12.375 15.75H5.625C5.00625 15.75 4.5 15.2438 4.5 14.625V13.5\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                <\/svg>\r\n                                <span>Download PDF<\/span>\r\n                            <\/a>\r\n                        \r\n                    <\/div>\r\n                                    <div class=\"impact-report-item\">\r\n\r\n                        \r\n                                <div class=\"feature-image\">\r\n                                    <img decoding=\"async\" width=\"598\" height=\"759\" data-src=\"https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2025\/10\/Front.png\" class=\"impact-feature-image lazyload\" alt=\"Quarterly Newsletters\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" style=\"--smush-placeholder-width: 598px; --smush-placeholder-aspect-ratio: 598\/759;\" \/>                                <\/div>\r\n\r\n                            \r\n                                                    <h3>TFB Quarter 3 Newsletter (2025)<\/h3>\r\n                        \r\n                                                    <a \r\n                                href=\"https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2025\/10\/Q3-Newsletter-2025-1.pdf\"\r\n                                 download                                                                 >\r\n                                <svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                    <path d=\"M9 12.9375V2.25\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                    <path d=\"M5.625 9.5625L9 12.9375L12.375 9.5625\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                    <path d=\"M13.5 13.5V14.625C13.5 15.2438 12.9938 15.75 12.375 15.75H5.625C5.00625 15.75 4.5 15.2438 4.5 14.625V13.5\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                <\/svg>\r\n                                <span>Download PDF<\/span>\r\n                            <\/a>\r\n                        \r\n                    <\/div>\r\n                                    <div class=\"impact-report-item\">\r\n\r\n                        \r\n                                <div class=\"feature-image\">\r\n                                    <img decoding=\"async\" width=\"638\" height=\"824\" data-src=\"https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2025\/07\/Newsletter-front.jpg\" class=\"impact-feature-image lazyload\" alt=\"Quarterly Newsletters\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" style=\"--smush-placeholder-width: 638px; --smush-placeholder-aspect-ratio: 638\/824;\" \/>                                <\/div>\r\n\r\n                            \r\n                                                    <h3>TFB Quarter 2 Newsletter (2025)<\/h3>\r\n                        \r\n                                                    <a \r\n                                href=\"https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2025\/07\/TFB-Q2-Newsletter-2025.pdf\"\r\n                                 download                                  target=\"_blank\"                                 >\r\n                                <svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                    <path d=\"M9 12.9375V2.25\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                    <path d=\"M5.625 9.5625L9 12.9375L12.375 9.5625\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                    <path d=\"M13.5 13.5V14.625C13.5 15.2438 12.9938 15.75 12.375 15.75H5.625C5.00625 15.75 4.5 15.2438 4.5 14.625V13.5\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                <\/svg>\r\n                                <span>Download PDF<\/span>\r\n                            <\/a>\r\n                        \r\n                    <\/div>\r\n                                    <div class=\"impact-report-item\">\r\n\r\n                        \r\n                                <div class=\"feature-image\">\r\n                                    <img decoding=\"async\" width=\"634\" height=\"685\" data-src=\"https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2025\/04\/2025-Q1-Newsletter.jpg\" class=\"impact-feature-image lazyload\" alt=\"Quarterly Newsletters\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" style=\"--smush-placeholder-width: 634px; --smush-placeholder-aspect-ratio: 634\/685;\" \/>                                <\/div>\r\n\r\n                            \r\n                                                    <h3>TFB Quarter 1 Newsletter (2025)<\/h3>\r\n                        \r\n                                                    <a \r\n                                href=\"https:\/\/drive.google.com\/uc?export=download&#038;id=1qHvKB295dYW1uRxnnnqDh1T_JAYjJHr-\"\r\n                                                                                                >\r\n                                <svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                    <path d=\"M9 12.9375V2.25\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                    <path d=\"M5.625 9.5625L9 12.9375L12.375 9.5625\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                    <path d=\"M13.5 13.5V14.625C13.5 15.2438 12.9938 15.75 12.375 15.75H5.625C5.00625 15.75 4.5 15.2438 4.5 14.625V13.5\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                <\/svg>\r\n                                <span>Download PDF<\/span>\r\n                            <\/a>\r\n                        \r\n                    <\/div>\r\n                                    <div class=\"impact-report-item\">\r\n\r\n                        \r\n                                <div class=\"feature-image\">\r\n                                    <img decoding=\"async\" width=\"639\" height=\"778\" data-src=\"https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2025\/04\/Q4-Newsletter.jpg\" class=\"impact-feature-image lazyload\" alt=\"Quarterly Newsletters\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" style=\"--smush-placeholder-width: 639px; --smush-placeholder-aspect-ratio: 639\/778;\" \/>                                <\/div>\r\n\r\n                            \r\n                                                    <h3>TFB Quarter 4 Newsletter (2024)<\/h3>\r\n                        \r\n                                                    <a \r\n                                href=\"https:\/\/drive.google.com\/uc?export=download&#038;id=1N8dABs3HzlCZ1aUS252TtMjMqN5dH4XV\"\r\n                                                                                                >\r\n                                <svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                    <path d=\"M9 12.9375V2.25\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                    <path d=\"M5.625 9.5625L9 12.9375L12.375 9.5625\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                    <path d=\"M13.5 13.5V14.625C13.5 15.2438 12.9938 15.75 12.375 15.75H5.625C5.00625 15.75 4.5 15.2438 4.5 14.625V13.5\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                <\/svg>\r\n                                <span>Download PDF<\/span>\r\n                            <\/a>\r\n                        \r\n                    <\/div>\r\n                                    <div class=\"impact-report-item\">\r\n\r\n                        \r\n                                <div class=\"feature-image\">\r\n                                    <img decoding=\"async\" width=\"633\" height=\"782\" data-src=\"https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2025\/04\/Q3-Newsletter.jpg\" class=\"impact-feature-image lazyload\" alt=\"Quarterly Newsletters\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" style=\"--smush-placeholder-width: 633px; --smush-placeholder-aspect-ratio: 633\/782;\" \/>                                <\/div>\r\n\r\n                            \r\n                                                    <h3>TFB Quarter 3 Newsletter (2024)<\/h3>\r\n                        \r\n                                                    <a \r\n                                href=\"https:\/\/drive.google.com\/uc?export=download&#038;id=1X88sbDPaqBBy2M0LZSkSdLJNxrC4uwOR\"\r\n                                                                                                >\r\n                                <svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                    <path d=\"M9 12.9375V2.25\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                    <path d=\"M5.625 9.5625L9 12.9375L12.375 9.5625\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                    <path d=\"M13.5 13.5V14.625C13.5 15.2438 12.9938 15.75 12.375 15.75H5.625C5.00625 15.75 4.5 15.2438 4.5 14.625V13.5\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                <\/svg>\r\n                                <span>Download PDF<\/span>\r\n                            <\/a>\r\n                        \r\n                    <\/div>\r\n                                    <div class=\"impact-report-item\">\r\n\r\n                        \r\n                                <div class=\"feature-image\">\r\n                                    <img decoding=\"async\" width=\"639\" height=\"681\" data-src=\"https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2025\/04\/Q2-Newsletter.jpg\" class=\"impact-feature-image lazyload\" alt=\"Quarterly Newsletters\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" style=\"--smush-placeholder-width: 639px; --smush-placeholder-aspect-ratio: 639\/681;\" \/>                                <\/div>\r\n\r\n                            \r\n                                                    <h3>TFB Quarter 2 Newsletter (2024)<\/h3>\r\n                        \r\n                                                    <a \r\n                                href=\"https:\/\/drive.google.com\/uc?export=download&#038;id=1nRxw4KFRXcJA2rqG4IolmP5BCO5g2BM_\"\r\n                                                                                                >\r\n                                <svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                    <path d=\"M9 12.9375V2.25\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                    <path d=\"M5.625 9.5625L9 12.9375L12.375 9.5625\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                    <path d=\"M13.5 13.5V14.625C13.5 15.2438 12.9938 15.75 12.375 15.75H5.625C5.00625 15.75 4.5 15.2438 4.5 14.625V13.5\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                <\/svg>\r\n                                <span>Download PDF<\/span>\r\n                            <\/a>\r\n                        \r\n                    <\/div>\r\n                                    <div class=\"impact-report-item\">\r\n\r\n                        \r\n                                <div class=\"feature-image\">\r\n                                    <img decoding=\"async\" width=\"638\" height=\"797\" data-src=\"https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2025\/04\/Q1-Newsletter.jpg\" class=\"impact-feature-image lazyload\" alt=\"Quarterly Newsletters\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" style=\"--smush-placeholder-width: 638px; --smush-placeholder-aspect-ratio: 638\/797;\" \/>                                <\/div>\r\n\r\n                            \r\n                                                    <h3>TFB Quarter 1 Newsletter (2024)<\/h3>\r\n                        \r\n                                                    <a \r\n                                href=\"https:\/\/drive.google.com\/uc?export=download&#038;id=1nbs-ZdKna-gCohgYFtkURRsX6N1MxqO9\"\r\n                                                                                                >\r\n                                <svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                    <path d=\"M9 12.9375V2.25\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                    <path d=\"M5.625 9.5625L9 12.9375L12.375 9.5625\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                    <path d=\"M13.5 13.5V14.625C13.5 15.2438 12.9938 15.75 12.375 15.75H5.625C5.00625 15.75 4.5 15.2438 4.5 14.625V13.5\" stroke=\"#005C40\" stroke-width=\"1.5\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                                <\/svg>\r\n                                <span>Download PDF<\/span>\r\n                            <\/a>\r\n                        \r\n                    <\/div>\r\n                            <\/div>\r\n        \r\n    <\/div>\r\n<\/section><section class=\"subscriber\">\r\n\r\n    <!-- bg image -->\r\n            <div \r\n            class=\"bg-image tbd__desktop lazyload\" \r\n            style=\"background:inherit\" data-bg=\"url(https://teachforbangladesh.org/https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2025\/02\/DSC03844.webp)\">\r\n        <\/div>\r\n\r\n        <div \r\n            class=\"bg-image tbd__mobile lazyload\" \r\n            style=\"background:inherit\" data-bg=\"url(https://teachforbangladesh.org/https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2025\/02\/DSC03844-600x400.webp)\">\r\n        <\/div>\r\n  \r\n       \r\n      <div class=\"container\">\r\n        <div class=\"item-flex\">\r\n            <div class=\"col-lg-12\">\r\n    \r\n                             <h2 class=\"section-title text-uppercase\">Subscribe<\/h2>\r\n                  \r\n                              <p class=\"short-des\">\r\n                    Sign up to receive our newsletter with updates and inspiration delivered to your inbox quarterly.                <\/p>\r\n                 \r\n            <\/div>\r\n    \r\n            <div class=\"col-lg-12\">\r\n              <!-- Begin Mailchimp Signup Form -->\r\n<link href=\"\/\/cdn-images.mailchimp.com\/embedcode\/classic-10_7.css\" rel=\"stylesheet\" type=\"text\/css\">\r\n<style type=\"text\/css\">\r\n\t#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif;  width:600px;}\r\n\t\/* Add your own Mailchimp form style overrides in your site stylesheet or in this style block.\r\n\t   We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. *\/\r\n<\/style>\r\n<div id=\"mc_embed_signup\">\r\n<form action=\"https:\/\/teachforbangladesh.us15.list-manage.com\/subscribe\/post?u=45e78bcea4b18defae0ecda9e&amp;id=e3ff018cff\" method=\"post\" id=\"mc-embedded-subscribe-form\" name=\"mc-embedded-subscribe-form\" class=\"validate\" target=\"_blank\" novalidate>\r\n    <div id=\"mc_embed_signup_scroll\">\r\n\t<h2>Subscribe<\/h2>\r\n<div class=\"indicates-required\"><span class=\"asterisk\">*<\/span> indicates required<\/div>\r\n<div class=\"mc-field-group\">\r\n\t<label for=\"mce-FNAME\">First Name <\/label>\r\n\t<input type=\"text\" value=\"\" name=\"FNAME\" class=\"\" id=\"mce-FNAME\">\r\n<\/div>\r\n<div class=\"mc-field-group\">\r\n\t<label for=\"mce-LNAME\">Last Name <\/label>\r\n\t<input type=\"text\" value=\"\" name=\"LNAME\" class=\"\" id=\"mce-LNAME\">\r\n<\/div>\r\n<div class=\"mc-field-group\">\r\n\t<label for=\"mce-EMAIL\">Email Address  <span class=\"asterisk\">*<\/span>\r\n<\/label>\r\n\t<input type=\"email\" value=\"\" name=\"EMAIL\" class=\"required email\" id=\"mce-EMAIL\">\r\n<\/div>\r\n\t<div id=\"mce-responses\" class=\"clear\">\r\n\t\t<div class=\"response\" id=\"mce-error-response\" style=\"display:none\"><\/div>\r\n\t\t<div class=\"response\" id=\"mce-success-response\" style=\"display:none\"><\/div>\r\n\t<\/div>    <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->\r\n    <div style=\"position: absolute; left: -5000px;\" aria-hidden=\"true\"><input type=\"text\" name=\"b_45e78bcea4b18defae0ecda9e_e3ff018cff\" tabindex=\"-1\" value=\"\"><\/div>\r\n    <div class=\"clear\"><input type=\"submit\" value=\"Subscribe\" name=\"subscribe\" id=\"mc-embedded-subscribe\" class=\"button\"><\/div>\r\n    <\/div>\r\n<\/form>\r\n<\/div>\r\n<script type='text\/javascript' src='https:\/\/s3.amazonaws.com\/downloads.mailchimp.com\/js\/mc-validate.js'><\/script><script type='text\/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';fnames[3]='ADDRESS';ftypes[3]='address';fnames[4]='PHONE';ftypes[4]='phone';}(jQuery));var $mcj = jQuery.noConflict(true);<\/script>\r\n<!--End mc_embed_signup-->\r\n            <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n  <!-- end subscribe -->","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":18,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-3854","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Impact - Teach For Bangladesh<\/title>\n<meta name=\"description\" content=\"TFB is a movement of coalition-builders and change-makers working with children and communities towards a shared vision of the future.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/teachforbangladesh.org\/impact\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Impact - Teach For Bangladesh\" \/>\n<meta property=\"og:description\" content=\"TFB is a movement of coalition-builders and change-makers working with children and communities towards a shared vision of the future.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/teachforbangladesh.org\/impact\/\" \/>\n<meta property=\"og:site_name\" content=\"Teach For Bangladesh\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-13T17:48:04+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/teachforbangladesh.org\/impact\/\",\"url\":\"https:\/\/teachforbangladesh.org\/impact\/\",\"name\":\"Impact - Teach For Bangladesh\",\"isPartOf\":{\"@id\":\"https:\/\/teachforbangladesh.org\/#website\"},\"datePublished\":\"2022-03-19T23:01:56+00:00\",\"dateModified\":\"2026-04-13T17:48:04+00:00\",\"description\":\"TFB is a movement of coalition-builders and change-makers working with children and communities towards a shared vision of the future.\",\"breadcrumb\":{\"@id\":\"https:\/\/teachforbangladesh.org\/impact\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/teachforbangladesh.org\/impact\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/teachforbangladesh.org\/impact\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/teachforbangladesh.org\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Impact\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/teachforbangladesh.org\/#website\",\"url\":\"https:\/\/teachforbangladesh.org\/\",\"name\":\"Teach For Bangladesh\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/teachforbangladesh.org\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/teachforbangladesh.org\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/teachforbangladesh.org\/#organization\",\"name\":\"Teach For Bangladesh\",\"url\":\"https:\/\/teachforbangladesh.org\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/teachforbangladesh.org\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2022\/03\/cropped-favicon-1.png\",\"contentUrl\":\"https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2022\/03\/cropped-favicon-1.png\",\"width\":170,\"height\":64,\"caption\":\"Teach For Bangladesh\"},\"image\":{\"@id\":\"https:\/\/teachforbangladesh.org\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Impact - Teach For Bangladesh","description":"TFB is a movement of coalition-builders and change-makers working with children and communities towards a shared vision of the future.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/teachforbangladesh.org\/impact\/","og_locale":"en_US","og_type":"article","og_title":"Impact - Teach For Bangladesh","og_description":"TFB is a movement of coalition-builders and change-makers working with children and communities towards a shared vision of the future.","og_url":"https:\/\/teachforbangladesh.org\/impact\/","og_site_name":"Teach For Bangladesh","article_modified_time":"2026-04-13T17:48:04+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/teachforbangladesh.org\/impact\/","url":"https:\/\/teachforbangladesh.org\/impact\/","name":"Impact - Teach For Bangladesh","isPartOf":{"@id":"https:\/\/teachforbangladesh.org\/#website"},"datePublished":"2022-03-19T23:01:56+00:00","dateModified":"2026-04-13T17:48:04+00:00","description":"TFB is a movement of coalition-builders and change-makers working with children and communities towards a shared vision of the future.","breadcrumb":{"@id":"https:\/\/teachforbangladesh.org\/impact\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/teachforbangladesh.org\/impact\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/teachforbangladesh.org\/impact\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/teachforbangladesh.org\/"},{"@type":"ListItem","position":2,"name":"Impact"}]},{"@type":"WebSite","@id":"https:\/\/teachforbangladesh.org\/#website","url":"https:\/\/teachforbangladesh.org\/","name":"Teach For Bangladesh","description":"","publisher":{"@id":"https:\/\/teachforbangladesh.org\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/teachforbangladesh.org\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/teachforbangladesh.org\/#organization","name":"Teach For Bangladesh","url":"https:\/\/teachforbangladesh.org\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/teachforbangladesh.org\/#\/schema\/logo\/image\/","url":"https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2022\/03\/cropped-favicon-1.png","contentUrl":"https:\/\/teachforbangladesh.org\/wp-content\/uploads\/2022\/03\/cropped-favicon-1.png","width":170,"height":64,"caption":"Teach For Bangladesh"},"image":{"@id":"https:\/\/teachforbangladesh.org\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/teachforbangladesh.org\/wp-json\/wp\/v2\/pages\/3854","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/teachforbangladesh.org\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/teachforbangladesh.org\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/teachforbangladesh.org\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/teachforbangladesh.org\/wp-json\/wp\/v2\/comments?post=3854"}],"version-history":[{"count":24,"href":"https:\/\/teachforbangladesh.org\/wp-json\/wp\/v2\/pages\/3854\/revisions"}],"predecessor-version":[{"id":12046,"href":"https:\/\/teachforbangladesh.org\/wp-json\/wp\/v2\/pages\/3854\/revisions\/12046"}],"wp:attachment":[{"href":"https:\/\/teachforbangladesh.org\/wp-json\/wp\/v2\/media?parent=3854"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}