:root {
  --hauptfarbe: #1d3557;
  --hauptnavfarbe: #003566;
  --secondnavfarbe: #FFE1A9;
  --eventfarbe: #35679D; /* #026ba8 ; #4695B1;*/
  --secondeventfarbe: #FFE1A9; /* #026ba8 ; #4695B1;*/
  --linkfarbe:  #84406C;
  --secondlinkfarbe:  #FFE1A9;
  --pressefarbe: #624391;
  --secondpressefarbe: #FFE1A9;
  --foerderfarbe: #3a5a40;
  --secondfoerderfarbe: #FFE1A9;
  --upcomingfarbe: #B06209;
  --tomorrowfarbe:  #52820D;
  --suchfarbe: #5d5d81;
  --themafarbe: #023047   ;
  --white: #fff;
  --textfarbe: #3A444B;
  --bgfarbe: #F9FBFC;
  --cardbgfarbe: #fff;
  --alertfoerdercheck: #f5f5f5;
  --rssfarbe: #f26522;
  --videosfarbe: #334E58;



}

/* @media (prefers-color-scheme: dark) {

    :root {

        --hauptfarbe: #fff;
        --hauptnavfarbe: #023047;
        --eventfarbe: #35679D; 
        --linkfarbe:  #9A3131;
        --pressefarbe: #624391;
        --foerderfarbe: #52820D;
        --upcomingfarbe: #B06209;
        --tomorrowfarbe:  #52820D;
        --suchfarbe: #5d5d81;
        --themafarbe: #fff   ;
        --white: #121212;
        --textfarbe: #fff;
        --bgfarbe: #121212;
        --cardbgfarbe: #121212;
        --alertfoerdercheck: #f5f5f5;
        --rssfarbe: #f26522;

        }


  }  


  @font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 200;
    src: url("/package/external/googlefonts/Oswald-VariableFont_wght.ttf") format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }*/


  @font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 200;
    src: url("/package/external/googlefonts/OpenSans-VariableFont.ttf") format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

body {

    font-family: "OpenSans", sans-serif;
    font-optical-sizing: auto;
    font-size: 1.2rem;
    /* font-weight: 100; */
    color: var(--textfarbe);
    /* background-color: var(--bgfarbe); */
    padding-top: 55px;
    
}



.sticky-top { top: 100px; }

@media (min-width: 992px) {

  body {
    padding-top: 65px;
  }

}


a {
  color: var(--hauptfarbe);
  text-decoration: underline;
}

ul.list-unstyled li a {
  padding-left: 12px;
  border-left: .25rem solid transparent;

}


ul.list-unstyled li a.active{
  
  border-left-color: var(--eventfarbe);
}


@media (min-width: 768px) {
  .dropdown-menu {
      width: 300px !important;
  }
}

.dropdown-menu > li > a:hover {
  background-image: none;
  background-color: var(--hauptnavfarbe);
  color: #fff;
}

.list-group {
  --bs-list-group-color: var(--textfarbe) !important;


}

.btn-outline-dark {

  --bs-btn-hover-bg: var(--hauptnavfarbe);

}

.btn-outline-dark:hover {

  text-decoration: none;

}

.beruf365-foerdercheck-popover {

  --bs-popover-header-bg:var(--foerderfarbe);
  --bs-popover-header-color: white;
}


.beruf365-text-justify {
    
  text-align: justify !important;
  text-justify: inter-word;
    
    
}


.beruf365-nounderline {
	
	text-decoration: none;
	
}

.beruf365-nounderline:hover {
	
	text-decoration: none;
	
}

.beruf365-strike {

   
  text-decoration: line-through !important;

}

.beruf365-event-img-user {
  max-width: 45px;
  max-height: 45px;
  
}

.beruf365-event-img-organisator {

  max-width: 150px;
  margin-bottom: 5px;

}

.beruf365-event-img-organisator2 {

  max-width: 250px;
  margin-bottom: 5px;

}

.beruf365-event-img-organisator3 {

  max-width: 25px;
  margin-top: 5px;

}

.beruf365-event-img-appstore {
  padding: 0;
  max-height: 20px;
}

.beruf365-back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
}

.btn-beruf365-back-to-top {
background-color: var(--hauptnavfarbe);
border-color: var(--white);
color:var(--white);
margin: 10px;
}

.btn-beruf365-back-to-top:active, .btn-beruf365-back-to-top:focus, .btn-beruf365-back-to-top:hover {
background-color: var(--white)!important;
border-color: var(--hauptnavfarbe) !important;
color: var(--hauptnavfarbe);
}

.btn-beruf365 {
  background-color: var(--hauptnavfarbe);
  border-color: #fff;
  color: var(--white);
}

.btn-beruf365:active, .btn-beruf365:focus, .btn-beruf365:hover {
  background-color: #fff !important;
  border-color: var(--hauptnavfarbe) !important;
  color: var(--hauptfarbe);
  text-decoration: none;
}


.btn-beruf365-green {
  background-color: var(--tomorrowfarbe);
  border-color: #fff;
  color: var(--white);
}

.btn-beruf365-green:active, .btn-beruf365-green:focus, .btn-beruf365-green:hover {
  background-color: #fff !important;
  border-color: var(--tomorrowfarbe) !important;
  color: var(--hauptfarbe);
  text-decoration: none;
}


.btn-beruf365-event {
  background-color: var(--eventfarbe);
  border-color: #fff;
  color: var(--white);
  
}

.btn-beruf365-event:active, .btn-beruf365-event:focus, .btn-beruf365-event:hover {
  background-color: #fff !important;
  border-color: var(--eventfarbe) !important;
  color: var(--eventfarbe);
  text-decoration: none;
}

.btn-beruf365-bo {
  background-color: var(--eventfarbe);
  border-color: #fff;
  color: var(--white);
  
}

.btn-beruf365-bo:active, .btn-beruf365-bo:focus, .btn-beruf365-bo:hover {
  background-color: #fff !important;
  border-color: var(--eventfarbe) !important;
  color: var(--eventfarbe);
  text-decoration: none;
}

.btn-beruf365-presselink {
  background-color: var(--pressefarbe);
  border-color: #fff;
  color: var(--white);
  
}

.btn-beruf365-presselink:active, .btn-beruf365-presselink:focus, .btn-beruf365-presselink:hover {
  background-color: #fff !important;
  border-color: var(--pressefarbe) !important;
  color: var(--pressefarbe);
  text-decoration: none;
}



.btn-beruf365-video {
  background-color: var(--videosfarbe);
  border-color: #fff;
  color: var(--white);
  
}

.btn-beruf365-video:active, .btn-beruf365-video:focus, .btn-beruf365-video:hover {
  background-color: #fff !important;
  border-color: var(--videosfarbe) !important;
  color: var(--videosfarbe);
  text-decoration: none;
}


.btn-beruf365-link {
  background-color: var(--linkfarbe);
  border-color: #fff;
  color: var(--white);
  
}

.btn-beruf365-link:active, .btn-beruf365-link:focus, .btn-beruf365-link:hover {
  background-color: #fff !important;
  border-color: var(--linkfarbe) !important;
  color: var(--linkfarbe);
  text-decoration: none;
}


.btn-beruf365-foerdercheck {
  background-color: var(--foerderfarbe);
  border-color: #fff;
  color: var(--white);

}

.btn-beruf365-foerdercheck:active, .btn-beruf365-foerdercheck:focus, .btn-beruf365-foerdercheck:hover {
  background-color: #fff !important;
  border-color: var(--foerderfarbe) !important;
  color: var(--foerderfarbe);
  text-decoration: none;
}


.beruf365-input-plz {

  width: 100px;

}

.beruf365-nav-mainitem.nav-item {

  padding: 10px !important;

}

.beruf-365-nav-event.nav-item:hover {

  background-color: var(--eventfarbe) !important;

}

.beruf-365-nav-presse.nav-item:hover {

  background-color: var(--pressefarbe) !important;

}

.beruf-365-nav-weblinks.nav-item:hover {
  background-color: var(--linkfarbe) !important;
}
.beruf-365-nav-videos.nav-item:hover {
  background-color: var(--videosfarbe) !important;
}

.beruf-365-nav-foerdercheck.nav-item:hover {
  background-color: var(--foerderfarbe) !important;
}

.beruf365-nav-bottom {
  color: #fff !important;
  text-decoration: none;
}

.beruf365-nav-bottom:hover {
  text-decoration: underline;
}

.beruf365-img-logo {
  width: 150px;
}

.beruf365-img-portrait {

  width: 200px;

}

.beruf365-badge-logo-size {
  max-width: 12px;
}

.beruf365-badge {
  font-weight: 100;
  font-size: 0.9rem;
}

.beruf365-badge-primary {
  background-color: var(--hauptnavfarbe);
  color: #fff;
}

.beruf365-badge-secondary {
  background-color: var(--secondnavfarbe);
}

.beruf365-badge-event {
  background-color: var(--eventfarbe);
}

.beruf365-badge-presse {
  background-color: var(--pressefarbe);
}

.beruf365-badge-video {
  background-color: var(--videosfarbe);
}

.beruf365-badge-links {
  background-color: var(--linkfarbe);
}


.beruf365-badge-event-gruen {
  background-color: var(--tomorrowfarbe);
}

.beruf365-badge-event-gelb {
  background-color: var(--upcomingfarbe);
}

.beruf365-badge-event-rot {
  background-color: var(--linkfarbe);
}


.beruf365-navbar-toggler.navbar-toggler {
  border: 0;
  color: #fff;
}


.beruf365-menu-nofocus {

  outline: 0 !important;
  box-shadow: none !important;

}

.beruf365-bg-primary {
  --bs-bg-opacity: 1;
  background-color: var(--hauptnavfarbe) !important
}

.beruf365-bg-secondary {
  --bs-bg-opacity: 1;
  background-color: var(--secondnavfarbe) !important
}

.beruf365-bg-third {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1920' height='1920' preserveAspectRatio='none' viewBox='0 0 1920 1920'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1028%26quot%3b)' fill='none'%3e%3cpath d='M-73.97 1244.89L-73.97 1244.89' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-73.97 1244.89L60.09 1285.38' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-73.97 1244.89L-45.1 1414.18' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-45.1 1414.18L-45.1 1414.18' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-45.1 1414.18L37.71 1439.41' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-45.1 1414.18L-67.23 1543.62' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-67.23 1543.62L-67.23 1543.62' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-67.23 1543.62L50.34 1541.11' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-67.23 1543.62L37.71 1439.41' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-67.23 1543.62L-70.61 1715.15' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-67.23 1543.62L189.88 1581.3' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-67.23 1543.62L60.09 1285.38' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-70.61 1715.15L-70.61 1715.15' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-70.61 1715.15L-94.98 1838.62' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-70.61 1715.15L97.68 1841.57' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-70.61 1715.15L50.34 1541.11' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-94.98 1838.62L-94.98 1838.62' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-94.98 1838.62L97.68 1841.57' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-72.32 2049.6L-72.32 2049.6' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-72.32 2049.6L103.12 2003.18' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-72.32 2049.6L-94.98 1838.62' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M60.09 1285.38L60.09 1285.38' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M60.09 1285.38L37.71 1439.41' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M60.09 1285.38L224.34 1293.22' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M60.09 1285.38L-45.1 1414.18' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M37.71 1439.41L37.71 1439.41' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M37.71 1439.41L50.34 1541.11' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M37.71 1439.41L226.14 1458.25' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M50.34 1541.11L50.34 1541.11' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M97.68 1841.57L97.68 1841.57' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M97.68 1841.57L189.25 1902.51' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M97.68 1841.57L103.12 2003.18' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M97.68 1841.57L191.81 1993.4' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M103.12 2003.18L103.12 2003.18' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M103.12 2003.18L191.81 1993.4' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M103.12 2003.18L189.25 1902.51' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M224.34 1293.22L224.34 1293.22' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M224.34 1293.22L378.09 1309.43' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M224.34 1293.22L226.14 1458.25' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M224.34 1293.22L355.77 1131.42' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M224.34 1293.22L401.12 1423.96' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M224.34 1293.22L37.71 1439.41' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M226.14 1458.25L226.14 1458.25' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M226.14 1458.25L189.88 1581.3' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M226.14 1458.25L401.12 1423.96' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M226.14 1458.25L50.34 1541.11' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M226.14 1458.25L386.56 1587.02' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M189.88 1581.3L189.88 1581.3' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M189.88 1581.3L50.34 1541.11' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M189.88 1581.3L386.56 1587.02' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M189.25 1902.51L189.25 1902.51' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M189.25 1902.51L191.81 1993.4' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M189.25 1902.51L352.07 1912.26' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M189.25 1902.51L363.32 2058.08' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M189.25 1902.51L410.1 1741.08' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M191.81 1993.4L191.81 1993.4' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M191.81 1993.4L352.07 1912.26' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M191.81 1993.4L363.32 2058.08' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M191.81 1993.4L-72.32 2049.6' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M355.77 1131.42L355.77 1131.42' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M355.77 1131.42L378.09 1309.43' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M355.77 1131.42L559.21 1138.3' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M378.09 1309.43L378.09 1309.43' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M378.09 1309.43L401.12 1423.96' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M378.09 1309.43L498.61 1408.19' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M378.09 1309.43L547.68 1272.05' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M401.12 1423.96L401.12 1423.96' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M401.12 1423.96L498.61 1408.19' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M401.12 1423.96L386.56 1587.02' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M401.12 1423.96L519.63 1560.07' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M386.56 1587.02L386.56 1587.02' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M386.56 1587.02L519.63 1560.07' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M386.56 1587.02L410.1 1741.08' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M386.56 1587.02L498.61 1408.19' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M410.1 1741.08L410.1 1741.08' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M410.1 1741.08L532.99 1762.11' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M410.1 1741.08L352.07 1912.26' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M410.1 1741.08L554.22 1885.29' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M352.07 1912.26L352.07 1912.26' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M352.07 1912.26L363.32 2058.08' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M363.32 2058.08L363.32 2058.08' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M363.32 2058.08L504.17 2032.53' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M559.21 1138.3L559.21 1138.3' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M559.21 1138.3L679.95 1088.5' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M559.21 1138.3L547.68 1272.05' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M559.21 1138.3L639.46 1298.85' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M559.21 1138.3L693.67 997.92' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M559.21 1138.3L378.09 1309.43' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M547.68 1272.05L547.68 1272.05' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M547.68 1272.05L639.46 1298.85' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M547.68 1272.05L498.61 1408.19' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M547.68 1272.05L659.35 1436.34' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M498.61 1408.19L498.61 1408.19' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M498.61 1408.19L519.63 1560.07' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M498.61 1408.19L659.35 1436.34' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M498.61 1408.19L639.46 1298.85' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M519.63 1560.07L519.63 1560.07' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M519.63 1560.07L686.14 1546.73' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M519.63 1560.07L659.35 1436.34' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M532.99 1762.11L532.99 1762.11' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M532.99 1762.11L554.22 1885.29' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M554.22 1885.29L554.22 1885.29' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M554.22 1885.29L693.34 1904.79' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M554.22 1885.29L504.17 2032.53' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M554.22 1885.29L702.45 1762.35' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M554.22 1885.29L711.31 2002.59' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M504.17 2032.53L504.17 2032.53' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M504.17 2032.53L352.07 1912.26' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M504.17 2032.53L711.31 2002.59' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M504.17 2032.53L693.34 1904.79' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M504.17 2032.53L532.99 1762.11' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M693.67 997.92L693.67 997.92' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M693.67 997.92L679.95 1088.5' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M693.67 997.92L861.2 989.13' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M679.95 1088.5L679.95 1088.5' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M679.95 1088.5L851.92 1142.04' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M679.95 1088.5L861.2 989.13' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M679.95 1088.5L639.46 1298.85' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M639.46 1298.85L639.46 1298.85' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M639.46 1298.85L659.35 1436.34' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M659.35 1436.34L659.35 1436.34' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M659.35 1436.34L686.14 1546.73' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M659.35 1436.34L811.19 1420.99' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M686.14 1546.73L686.14 1546.73' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M686.14 1546.73L805.04 1595.31' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M686.14 1546.73L811.19 1420.99' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M702.45 1762.35L702.45 1762.35' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M702.45 1762.35L693.34 1904.79' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M702.45 1762.35L842.27 1723.82' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M702.45 1762.35L532.99 1762.11' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M702.45 1762.35L805.04 1595.31' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M693.34 1904.79L693.34 1904.79' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M693.34 1904.79L711.31 2002.59' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M711.31 2002.59L711.31 2002.59' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M711.31 2002.59L861.31 1996.17' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M711.31 2002.59L702.45 1762.35' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M711.31 2002.59L978.85 2058.92' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M861.2 989.13L861.2 989.13' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M861.2 989.13L997.81 959.45' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M861.2 989.13L851.92 1142.04' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M861.2 989.13L963.07 1151.56' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M851.92 1142.04L851.92 1142.04' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M851.92 1142.04L963.07 1151.56' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M851.92 1142.04L950.13 1249.37' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M811.19 1420.99L811.19 1420.99' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M811.19 1420.99L939.85 1417.47' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M811.19 1420.99L805.04 1595.31' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M811.19 1420.99L639.46 1298.85' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M805.04 1595.31L805.04 1595.31' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M805.04 1595.31L842.27 1723.82' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M805.04 1595.31L659.35 1436.34' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M805.04 1595.31L939.85 1417.47' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M842.27 1723.82L842.27 1723.82' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M842.27 1723.82L993.83 1737.64' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M842.27 1723.82L978.03 1903.91' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M842.27 1723.82L693.34 1904.79' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M842.27 1723.82L686.14 1546.73' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M861.31 1996.17L861.31 1996.17' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M861.31 1996.17L978.85 2058.92' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M861.31 1996.17L978.03 1903.91' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M970.84 663.22L970.84 663.22' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M970.84 663.22L973.81 806.19' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M973.81 806.19L973.81 806.19' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M973.81 806.19L997.81 959.45' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M997.81 959.45L997.81 959.45' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M997.81 959.45L1156.26 943.86' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M997.81 959.45L1132.49 861.77' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M997.81 959.45L963.07 1151.56' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M997.81 959.45L851.92 1142.04' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M963.07 1151.56L963.07 1151.56' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M963.07 1151.56L950.13 1249.37' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M950.13 1249.37L950.13 1249.37' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M950.13 1249.37L939.85 1417.47' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M939.85 1417.47L939.85 1417.47' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M939.85 1417.47L1090.09 1405.36' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M993.83 1737.64L993.83 1737.64' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M993.83 1737.64L1132.82 1721.74' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M993.83 1737.64L978.03 1903.91' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M993.83 1737.64L805.04 1595.31' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M993.83 1737.64L1241.14 1861.1' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M978.03 1903.91L978.03 1903.91' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M978.03 1903.91L978.85 2058.92' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M978.85 2058.92L978.85 2058.92' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M978.85 2058.92L1125.37 1988.54' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1158.35 189.77L1158.35 189.77' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1158.35 189.77L1269 239.68' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1158.35 189.77L1144.94 340.93' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1158.35 189.77L1290.57 69.32' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1144.94 340.93L1144.94 340.93' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1144.94 340.93L1269 239.68' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1144.94 340.93L1305.77 388.65' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1101.62 540.49L1101.62 540.49' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1101.62 540.49L1129.93 708.22' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1101.62 540.49L970.84 663.22' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1129.93 708.22L1129.93 708.22' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1129.93 708.22L1240.34 669.79' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1129.93 708.22L1132.49 861.77' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1129.93 708.22L1240.23 815.55' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1129.93 708.22L970.84 663.22' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1132.49 861.77L1132.49 861.77' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1132.49 861.77L1156.26 943.86' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1156.26 943.86L1156.26 943.86' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1156.26 943.86L1243.94 992.96' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1156.26 943.86L1240.23 815.55' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1128.91 1297.97L1128.91 1297.97' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1128.91 1297.97L1090.09 1405.36' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1128.91 1297.97L1256.27 1257.78' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1128.91 1297.97L950.13 1249.37' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1128.91 1297.97L1248.61 1453.36' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1128.91 1297.97L963.07 1151.56' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1128.91 1297.97L939.85 1417.47' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1090.09 1405.36L1090.09 1405.36' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1090.09 1405.36L1248.61 1453.36' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1132.82 1721.74L1132.82 1721.74' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1132.82 1721.74L1241.14 1861.1' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1132.82 1721.74L1247 1538.53' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1125.37 1988.54L1125.37 1988.54' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1125.37 1988.54L1274.39 2002.94' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1125.37 1988.54L978.03 1903.91' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1125.37 1988.54L1241.14 1861.1' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1125.37 1988.54L861.31 1996.17' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1125.37 1988.54L1132.82 1721.74' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1243.76 -72.63L1243.76 -72.63' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1243.76 -72.63L1290.57 69.32' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1243.76 -72.63L1452.41 -73.54' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1243.76 -72.63L1448.71 59.13' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1243.76 -72.63L1158.35 189.77' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1243.76 -72.63L1269 239.68' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1243.76 -72.63L1606.89 -72.22' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1290.57 69.32L1290.57 69.32' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1290.57 69.32L1448.71 59.13' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1290.57 69.32L1269 239.68' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1269 239.68L1269 239.68' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1269 239.68L1305.77 388.65' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1305.77 388.65L1305.77 388.65' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1305.77 388.65L1444.4 513.42' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1305.77 388.65L1444.96 249.84' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1305.77 388.65L1158.35 189.77' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1305.77 388.65L1101.62 540.49' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1240.34 669.79L1240.34 669.79' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1240.34 669.79L1240.23 815.55' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1240.23 815.55L1240.23 815.55' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1240.23 815.55L1132.49 861.77' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1240.23 815.55L1408.77 854.84' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1243.94 992.96L1243.94 992.96' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1243.94 992.96L1260.76 1115.07' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1243.94 992.96L1132.49 861.77' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1243.94 992.96L1240.23 815.55' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1243.94 992.96L1448.62 983.88' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1243.94 992.96L1408.77 854.84' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1260.76 1115.07L1260.76 1115.07' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1260.76 1115.07L1256.27 1257.78' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1260.76 1115.07L1422.65 1159.51' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1260.76 1115.07L1156.26 943.86' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1256.27 1257.78L1256.27 1257.78' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1256.27 1257.78L1430.73 1307.13' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1256.27 1257.78L1422.65 1159.51' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1256.27 1257.78L1248.61 1453.36' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1256.27 1257.78L1090.09 1405.36' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1248.61 1453.36L1248.61 1453.36' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1248.61 1453.36L1247 1538.53' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1247 1538.53L1247 1538.53' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1247 1538.53L1090.09 1405.36' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1247 1538.53L1452.86 1586.29' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1241.14 1861.1L1241.14 1861.1' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1241.14 1861.1L1274.39 2002.94' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1241.14 1861.1L1411.17 1886.04' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1274.39 2002.94L1274.39 2002.94' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1274.39 2002.94L1424.04 2053.85' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1274.39 2002.94L1411.17 1886.04' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1274.39 2002.94L1390.47 1761.95' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1274.39 2002.94L1565.06 2007.7' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1452.41 -73.54L1452.41 -73.54' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1452.41 -73.54L1448.71 59.13' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1452.41 -73.54L1606.89 -72.22' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1448.71 59.13L1448.71 59.13' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1448.71 59.13L1595.26 108.52' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1448.71 59.13L1556.54 208.14' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1444.96 249.84L1444.96 249.84' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1444.96 249.84L1556.54 208.14' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1444.96 249.84L1269 239.68' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1444.96 249.84L1448.71 59.13' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1444.96 249.84L1565.6 400.98' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1444.96 249.84L1595.26 108.52' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1444.4 513.42L1444.4 513.42' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1444.4 513.42L1565.1 530.76' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1444.4 513.42L1443.62 678.15' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1444.4 513.42L1565.6 400.98' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1444.4 513.42L1564.57 664.61' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1444.4 513.42L1694.3 528.72' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1443.62 678.15L1443.62 678.15' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1443.62 678.15L1564.57 664.61' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1408.77 854.84L1408.77 854.84' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1408.77 854.84L1448.62 983.88' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1408.77 854.84L1549.19 826.14' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1408.77 854.84L1443.62 678.15' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1408.77 854.84L1591.93 961.71' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1448.62 983.88L1448.62 983.88' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1448.62 983.88L1591.93 961.71' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1448.62 983.88L1422.65 1159.51' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1448.62 983.88L1549.19 826.14' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1422.65 1159.51L1422.65 1159.51' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1422.65 1159.51L1430.73 1307.13' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1422.65 1159.51L1593.05 1114.81' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1430.73 1307.13L1430.73 1307.13' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1430.73 1307.13L1589.65 1288.76' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1430.73 1307.13L1248.61 1453.36' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1430.73 1307.13L1593.05 1114.81' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1430.73 1307.13L1260.76 1115.07' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1452.86 1586.29L1452.86 1586.29' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1452.86 1586.29L1581.44 1706.97' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1452.86 1586.29L1390.47 1761.95' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1452.86 1586.29L1248.61 1453.36' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1452.86 1586.29L1696.33 1611.72' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1452.86 1586.29L1430.73 1307.13' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1390.47 1761.95L1390.47 1761.95' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1390.47 1761.95L1411.17 1886.04' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1390.47 1761.95L1241.14 1861.1' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1390.47 1761.95L1581.44 1706.97' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1390.47 1761.95L1608.55 1880.44' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1390.47 1761.95L1132.82 1721.74' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1411.17 1886.04L1411.17 1886.04' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1411.17 1886.04L1424.04 2053.85' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1411.17 1886.04L1565.06 2007.7' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1424.04 2053.85L1424.04 2053.85' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1424.04 2053.85L1565.06 2007.7' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1606.89 -72.22L1606.89 -72.22' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1606.89 -72.22L1703.82 -80.04' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1595.26 108.52L1595.26 108.52' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1595.26 108.52L1556.54 208.14' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1595.26 108.52L1692.77 190.66' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1595.26 108.52L1722.74 54.93' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1556.54 208.14L1556.54 208.14' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1565.6 400.98L1565.6 400.98' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1565.6 400.98L1565.1 530.76' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1565.6 400.98L1694.3 528.72' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1565.1 530.76L1565.1 530.76' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1564.57 664.61L1564.57 664.61' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1564.57 664.61L1565.1 530.76' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1549.19 826.14L1549.19 826.14' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1549.19 826.14L1591.93 961.71' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1549.19 826.14L1564.57 664.61' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1591.93 961.71L1591.93 961.71' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1593.05 1114.81L1593.05 1114.81' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1593.05 1114.81L1591.93 961.71' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1593.05 1114.81L1756.75 1159.71' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1593.05 1114.81L1589.65 1288.76' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1593.05 1114.81L1448.62 983.88' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1593.05 1114.81L1762.17 1240.25' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1589.65 1288.76L1589.65 1288.76' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1581.44 1706.97L1581.44 1706.97' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1581.44 1706.97L1711.59 1709.64' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1581.44 1706.97L1696.33 1611.72' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1581.44 1706.97L1608.55 1880.44' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1608.55 1880.44L1608.55 1880.44' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1608.55 1880.44L1565.06 2007.7' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1608.55 1880.44L1743.05 1910.22' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1608.55 1880.44L1411.17 1886.04' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1565.06 2007.7L1565.06 2007.7' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1565.06 2007.7L1752.8 2033.43' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1703.82 -80.04L1703.82 -80.04' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1703.82 -80.04L1722.74 54.93' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1703.82 -80.04L1897.94 -98.43' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1703.82 -80.04L1595.26 108.52' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1703.82 -80.04L1452.41 -73.54' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1703.82 -80.04L1692.77 190.66' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1722.74 54.93L1722.74 54.93' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1692.77 190.66L1692.77 190.66' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1692.77 190.66L1556.54 208.14' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1692.77 190.66L1722.74 54.93' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1757.84 369.04L1757.84 369.04' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1757.84 369.04L1887.91 346.75' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1757.84 369.04L1694.3 528.72' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1757.84 369.04L1866.59 215.66' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1757.84 369.04L1692.77 190.66' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1757.84 369.04L1565.6 400.98' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1694.3 528.72L1694.3 528.72' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1694.3 528.72L1717.06 639.23' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1694.3 528.72L1565.1 530.76' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1694.3 528.72L1881.48 533.99' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1717.06 639.23L1717.06 639.23' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1717.06 639.23L1838.9 647.93' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1717.06 639.23L1564.57 664.61' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1717.06 639.23L1753.12 796.53' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1717.06 639.23L1565.1 530.76' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1717.06 639.23L1881.48 533.99' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1753.12 796.53L1753.12 796.53' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1753.12 796.53L1868.81 848.02' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1753.12 796.53L1838.9 647.93' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1753.12 796.53L1549.19 826.14' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1753.12 796.53L1564.57 664.61' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1756.75 1159.71L1756.75 1159.71' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1756.75 1159.71L1762.17 1240.25' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1756.75 1159.71L1876.56 1142.63' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1762.17 1240.25L1762.17 1240.25' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1762.17 1240.25L1850.42 1312.03' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1762.17 1240.25L1876.56 1142.63' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1762.17 1240.25L1855.85 1391.31' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1762.17 1240.25L1589.65 1288.76' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1713.06 1452.37L1713.06 1452.37' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1713.06 1452.37L1855.85 1391.31' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1713.06 1452.37L1696.33 1611.72' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1696.33 1611.72L1696.33 1611.72' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1696.33 1611.72L1711.59 1709.64' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1696.33 1611.72L1864.98 1581.56' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1696.33 1611.72L1872.38 1691.06' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1711.59 1709.64L1711.59 1709.64' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1711.59 1709.64L1872.38 1691.06' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1711.59 1709.64L1608.55 1880.44' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1711.59 1709.64L1864.98 1581.56' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1743.05 1910.22L1743.05 1910.22' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1743.05 1910.22L1752.8 2033.43' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1752.8 2033.43L1752.8 2033.43' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1897.94 -98.43L1897.94 -98.43' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1897.94 -98.43L2061.2 -42.12' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1897.94 -98.43L1722.74 54.93' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1897.94 -98.43L2042 93.15' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1897.94 -98.43L1606.89 -72.22' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1897.94 -98.43L1866.59 215.66' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1866.59 215.66L1866.59 215.66' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1866.59 215.66L1887.91 346.75' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1866.59 215.66L1692.77 190.66' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1866.59 215.66L2000.19 381.33' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1866.59 215.66L2042 93.15' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1866.59 215.66L1722.74 54.93' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1887.91 346.75L1887.91 346.75' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1887.91 346.75L2000.19 381.33' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1887.91 346.75L1881.48 533.99' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1887.91 346.75L2020.32 530.18' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1881.48 533.99L1881.48 533.99' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1881.48 533.99L1838.9 647.93' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1881.48 533.99L2020.32 530.18' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1838.9 647.93L1838.9 647.93' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1838.9 647.93L1694.3 528.72' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1868.81 848.02L1868.81 848.02' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1868.81 848.02L1994.75 809.82' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1868.81 848.02L1897.27 989.91' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1868.81 848.02L1838.9 647.93' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1868.81 848.02L2016.21 993.79' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1868.81 848.02L2025.51 676.12' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1897.27 989.91L1897.27 989.91' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1897.27 989.91L2016.21 993.79' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1897.27 989.91L1876.56 1142.63' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1897.27 989.91L2039.94 1131.71' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1897.27 989.91L1994.75 809.82' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1897.27 989.91L1756.75 1159.71' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1876.56 1142.63L1876.56 1142.63' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1850.42 1312.03L1850.42 1312.03' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1850.42 1312.03L1855.85 1391.31' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1850.42 1312.03L1989.93 1401.9' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1855.85 1391.31L1855.85 1391.31' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1855.85 1391.31L1989.93 1401.9' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1864.98 1581.56L1864.98 1581.56' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1864.98 1581.56L1872.38 1691.06' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1864.98 1581.56L2053.63 1604.05' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1872.38 1691.06L1872.38 1691.06' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1872.38 1691.06L1908.82 1869.8' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1872.38 1691.06L2053.63 1604.05' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1908.82 1869.8L1908.82 1869.8' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1908.82 1869.8L2012.8 1851.4' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1908.82 1869.8L1902.24 2015.13' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1908.82 1869.8L2014.31 1990.35' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1908.82 1869.8L1743.05 1910.22' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1902.24 2015.13L1902.24 2015.13' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1902.24 2015.13L2014.31 1990.35' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1902.24 2015.13L1752.8 2033.43' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1902.24 2015.13L1743.05 1910.22' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1902.24 2015.13L2012.8 1851.4' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1902.24 2015.13L1608.55 1880.44' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2061.2 -42.12L2061.2 -42.12' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2061.2 -42.12L2042 93.15' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2042 93.15L2042 93.15' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2000.19 381.33L2000.19 381.33' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2000.19 381.33L2020.32 530.18' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2000.19 381.33L1881.48 533.99' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2020.32 530.18L2020.32 530.18' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2020.32 530.18L2025.51 676.12' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2020.32 530.18L1838.9 647.93' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2025.51 676.12L2025.51 676.12' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2025.51 676.12L1994.75 809.82' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1994.75 809.82L1994.75 809.82' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1994.75 809.82L2016.21 993.79' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1994.75 809.82L1838.9 647.93' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1994.75 809.82L1753.12 796.53' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2016.21 993.79L2016.21 993.79' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2016.21 993.79L2039.94 1131.71' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2016.21 993.79L1876.56 1142.63' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2039.94 1131.71L2039.94 1131.71' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2039.94 1131.71L2018.3 1257.87' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2018.3 1257.87L2018.3 1257.87' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2018.3 1257.87L1989.93 1401.9' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2018.3 1257.87L1850.42 1312.03' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1989.93 1401.9L1989.93 1401.9' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1989.93 1401.9L2053.63 1604.05' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1989.93 1401.9L1864.98 1581.56' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2053.63 1604.05L2053.63 1604.05' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2012.8 1851.4L2012.8 1851.4' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2012.8 1851.4L2014.31 1990.35' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2012.8 1851.4L1872.38 1691.06' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2012.8 1851.4L2053.63 1604.05' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2012.8 1851.4L1743.05 1910.22' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2014.31 1990.35L2014.31 1990.35' stroke='rgba(255%2c 225%2c 169%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3ccircle r='5' cx='-73.97' cy='1244.89' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='-45.1' cy='1414.18' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='-67.23' cy='1543.62' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='-70.61' cy='1715.15' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='-94.98' cy='1838.62' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='-72.32' cy='2049.6' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='60.09' cy='1285.38' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='37.71' cy='1439.41' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='50.34' cy='1541.11' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='97.68' cy='1841.57' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='103.12' cy='2003.18' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='224.34' cy='1293.22' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='226.14' cy='1458.25' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='189.88' cy='1581.3' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='189.25' cy='1902.51' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='191.81' cy='1993.4' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='355.77' cy='1131.42' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='378.09' cy='1309.43' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='401.12' cy='1423.96' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='386.56' cy='1587.02' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='410.1' cy='1741.08' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='352.07' cy='1912.26' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='363.32' cy='2058.08' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='559.21' cy='1138.3' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='547.68' cy='1272.05' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='498.61' cy='1408.19' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='519.63' cy='1560.07' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='532.99' cy='1762.11' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='554.22' cy='1885.29' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='504.17' cy='2032.53' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='693.67' cy='997.92' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='679.95' cy='1088.5' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='639.46' cy='1298.85' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='659.35' cy='1436.34' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='686.14' cy='1546.73' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='702.45' cy='1762.35' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='693.34' cy='1904.79' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='711.31' cy='2002.59' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='861.2' cy='989.13' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='851.92' cy='1142.04' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='811.19' cy='1420.99' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='805.04' cy='1595.31' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='842.27' cy='1723.82' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='861.31' cy='1996.17' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='970.84' cy='663.22' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='973.81' cy='806.19' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='997.81' cy='959.45' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='963.07' cy='1151.56' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='950.13' cy='1249.37' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='939.85' cy='1417.47' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='993.83' cy='1737.64' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='978.03' cy='1903.91' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='978.85' cy='2058.92' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1158.35' cy='189.77' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1144.94' cy='340.93' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1101.62' cy='540.49' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1129.93' cy='708.22' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1132.49' cy='861.77' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1156.26' cy='943.86' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1128.91' cy='1297.97' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1090.09' cy='1405.36' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1132.82' cy='1721.74' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1125.37' cy='1988.54' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1243.76' cy='-72.63' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1290.57' cy='69.32' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1269' cy='239.68' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1305.77' cy='388.65' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1240.34' cy='669.79' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1240.23' cy='815.55' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1243.94' cy='992.96' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1260.76' cy='1115.07' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1256.27' cy='1257.78' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1248.61' cy='1453.36' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1247' cy='1538.53' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1241.14' cy='1861.1' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1274.39' cy='2002.94' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1452.41' cy='-73.54' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1448.71' cy='59.13' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1444.96' cy='249.84' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1444.4' cy='513.42' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1443.62' cy='678.15' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1408.77' cy='854.84' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1448.62' cy='983.88' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1422.65' cy='1159.51' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1430.73' cy='1307.13' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1452.86' cy='1586.29' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1390.47' cy='1761.95' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1411.17' cy='1886.04' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1424.04' cy='2053.85' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1606.89' cy='-72.22' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1595.26' cy='108.52' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1556.54' cy='208.14' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1565.6' cy='400.98' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1565.1' cy='530.76' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1564.57' cy='664.61' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1549.19' cy='826.14' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1591.93' cy='961.71' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1593.05' cy='1114.81' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1589.65' cy='1288.76' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1581.44' cy='1706.97' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1608.55' cy='1880.44' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1565.06' cy='2007.7' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1703.82' cy='-80.04' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1722.74' cy='54.93' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1692.77' cy='190.66' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1757.84' cy='369.04' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1694.3' cy='528.72' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1717.06' cy='639.23' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1753.12' cy='796.53' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1756.75' cy='1159.71' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1762.17' cy='1240.25' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1713.06' cy='1452.37' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1696.33' cy='1611.72' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1711.59' cy='1709.64' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1743.05' cy='1910.22' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1752.8' cy='2033.43' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1897.94' cy='-98.43' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1866.59' cy='215.66' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1887.91' cy='346.75' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1881.48' cy='533.99' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1838.9' cy='647.93' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1868.81' cy='848.02' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1897.27' cy='989.91' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1876.56' cy='1142.63' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1850.42' cy='1312.03' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1855.85' cy='1391.31' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1864.98' cy='1581.56' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1872.38' cy='1691.06' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1908.82' cy='1869.8' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1902.24' cy='2015.13' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='2061.2' cy='-42.12' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='2042' cy='93.15' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='2000.19' cy='381.33' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='2020.32' cy='530.18' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='2025.51' cy='676.12' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1994.75' cy='809.82' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='2016.21' cy='993.79' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='2039.94' cy='1131.71' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='2018.3' cy='1257.87' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1989.93' cy='1401.9' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='2053.63' cy='1604.05' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='2012.8' cy='1851.4' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='2014.31' cy='1990.35' fill='rgba(255%2c 225%2c 169%2c 1)'%3e%3c/circle%3e%3cpath d='M64.95 1696.55L64.95 1696.55' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M64.95 1696.55L57.88 1537.59' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M64.95 1696.55L-95.47 1713.05' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M64.95 1696.55L236.87 1697.65' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M45.63 1908.37L45.63 1908.37' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M45.63 1908.37L53.93 1989.88' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M45.63 1908.37L-41.67 1854.59' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M45.63 1908.37L-41.74 2009.83' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M45.63 1908.37L247.11 1899.27' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M53.93 1989.88L53.93 1989.88' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M53.93 1989.88L-41.74 2009.83' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M53.93 1989.88L-41.67 1854.59' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M53.93 1989.88L229.55 1995.57' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M53.93 1989.88L247.11 1899.27' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M53.93 1989.88L64.95 1696.55' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M236.87 1697.65L236.87 1697.65' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M236.87 1697.65L339.79 1714.22' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M236.87 1697.65L254.95 1545.89' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M247.11 1899.27L247.11 1899.27' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M247.11 1899.27L229.55 1995.57' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M247.11 1899.27L374.62 1871.73' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M247.11 1899.27L381.41 2016.25' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M834.89 1302.47L834.89 1302.47' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M834.89 1302.47L820.55 1461.01' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M834.89 1302.47L940.17 1443.37' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M834.89 1302.47L684.18 1451.08' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M834.89 1302.47L1094.97 1240.73' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M861.67 2017.01L861.67 2017.01' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M861.67 2017.01L807.92 1891.94' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M861.67 2017.01L995.69 2053.31' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M861.67 2017.01L706.46 1897.77' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M861.67 2017.01L646.74 2048.25' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M940.17 1443.37L940.17 1443.37' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M940.17 1443.37L820.55 1461.01' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M940.17 1443.37L999.94 1568.8' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M940.17 1443.37L1100.46 1427.51' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1302.61 960.34L1302.61 960.34' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1302.61 960.34L1404.02 938.86' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1302.61 960.34L1247.47 1104.54' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1302.61 960.34L1391.99 1115.54' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1302.61 960.34L1451.52 789.87' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1302.61 960.34L1538.84 980.71' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1302.61 960.34L1103.26 1127.13' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1451.52 789.87L1451.52 789.87' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1451.52 789.87L1396.06 694.72' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1451.52 789.87L1591.03 818.39' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1451.52 789.87L1404.02 938.86' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1579.45 224.14L1579.45 224.14' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1579.45 224.14L1694.05 212.77' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1579.45 224.14L1607.52 108.48' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1709.02 67.24L1709.02 67.24' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1709.02 67.24L1607.52 108.48' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1709.02 67.24L1693.05 -69.51' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1709.02 67.24L1694.05 212.77' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1697.19 658.69L1697.19 658.69' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1697.19 658.69L1606.56 665.21' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1697.19 658.69L1707.38 555.19' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1697.19 658.69L1838.06 657.94' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1697.54 1101.98L1697.54 1101.98' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1697.54 1101.98L1565.66 1097.64' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1697.54 1101.98L1689.56 1255.29' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1697.54 1101.98L1607.9 1261.77' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1697.54 1101.98L1538.84 980.71' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-54.41 1556.1L-54.41 1556.1' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-54.41 1556.1L57.88 1537.59' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-54.41 1556.1L-95.47 1713.05' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-95.47 1713.05L-95.47 1713.05' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-95.47 1713.05L-41.67 1854.59' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-95.47 1713.05L57.88 1537.59' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-95.47 1713.05L45.63 1908.37' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-41.67 1854.59L-41.67 1854.59' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-41.74 2009.83L-41.74 2009.83' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-41.74 2009.83L-41.67 1854.59' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-41.74 2009.83L229.55 1995.57' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-41.74 2009.83L-95.47 1713.05' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-41.74 2009.83L247.11 1899.27' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M57.88 1537.59L57.88 1537.59' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M57.88 1537.59L254.95 1545.89' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M254.95 1545.89L254.95 1545.89' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M254.95 1545.89L406.39 1581.74' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M254.95 1545.89L339.79 1714.22' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M229.55 1995.57L229.55 1995.57' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M229.55 1995.57L381.41 2016.25' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M406.39 1581.74L406.39 1581.74' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M406.39 1581.74L339.79 1714.22' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M406.39 1581.74L509.97 1730' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M339.79 1714.22L339.79 1714.22' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M339.79 1714.22L374.62 1871.73' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M339.79 1714.22L509.97 1730' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M374.62 1871.73L374.62 1871.73' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M374.62 1871.73L381.41 2016.25' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M374.62 1871.73L520.73 1890.77' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M381.41 2016.25L381.41 2016.25' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M543.36 1444.69L543.36 1444.69' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M543.36 1444.69L684.18 1451.08' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M543.36 1444.69L406.39 1581.74' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M543.36 1444.69L711.15 1587.16' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M543.36 1444.69L820.55 1461.01' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M543.36 1444.69L509.97 1730' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M543.36 1444.69L254.95 1545.89' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M509.97 1730L509.97 1730' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M509.97 1730L520.73 1890.77' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M509.97 1730L678.24 1752.76' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M520.73 1890.77L520.73 1890.77' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M520.73 1890.77L557.9 1993.85' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M520.73 1890.77L706.46 1897.77' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M520.73 1890.77L381.41 2016.25' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M520.73 1890.77L646.74 2048.25' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M557.9 1993.85L557.9 1993.85' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M557.9 1993.85L646.74 2048.25' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M557.9 1993.85L706.46 1897.77' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M557.9 1993.85L381.41 2016.25' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M684.18 1451.08L684.18 1451.08' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M684.18 1451.08L820.55 1461.01' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M684.18 1451.08L711.15 1587.16' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M711.15 1587.16L711.15 1587.16' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M711.15 1587.16L850.85 1595.18' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M711.15 1587.16L820.55 1461.01' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M711.15 1587.16L678.24 1752.76' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M711.15 1587.16L807.3 1744.62' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M678.24 1752.76L678.24 1752.76' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M678.24 1752.76L807.3 1744.62' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M678.24 1752.76L706.46 1897.77' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M706.46 1897.77L706.46 1897.77' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M706.46 1897.77L807.92 1891.94' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M706.46 1897.77L646.74 2048.25' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M646.74 2048.25L646.74 2048.25' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M820.55 1461.01L820.55 1461.01' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M820.55 1461.01L850.85 1595.18' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M850.85 1595.18L850.85 1595.18' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M850.85 1595.18L999.94 1568.8' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M850.85 1595.18L807.3 1744.62' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M850.85 1595.18L987.87 1693.44' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M807.3 1744.62L807.3 1744.62' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M807.92 1891.94L807.92 1891.94' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M807.92 1891.94L807.3 1744.62' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M999.94 1568.8L999.94 1568.8' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M999.94 1568.8L987.87 1693.44' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M999.94 1568.8L1144.46 1584.15' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M999.94 1568.8L1100.46 1427.51' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M999.94 1568.8L820.55 1461.01' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M987.87 1693.44L987.87 1693.44' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M987.87 1693.44L1140.22 1741.07' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M995.69 2053.31L995.69 2053.31' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M995.69 2053.31L1162.02 1991.57' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1103.26 1127.13L1103.26 1127.13' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1103.26 1127.13L1094.97 1240.73' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1103.26 1127.13L1247.47 1104.54' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1103.26 1127.13L1272.11 1281.87' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1094.97 1240.73L1094.97 1240.73' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1094.97 1240.73L1272.11 1281.87' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1094.97 1240.73L1100.46 1427.51' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1100.46 1427.51L1100.46 1427.51' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1100.46 1427.51L1144.46 1584.15' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1100.46 1427.51L1268.91 1445.3' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1100.46 1427.51L1272.11 1281.87' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1144.46 1584.15L1144.46 1584.15' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1144.46 1584.15L1292.7 1545.16' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1144.46 1584.15L1140.22 1741.07' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1140.22 1741.07L1140.22 1741.07' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1140.22 1741.07L1158.95 1842.95' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1158.95 1842.95L1158.95 1842.95' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1158.95 1842.95L1304.79 1857.26' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1158.95 1842.95L1162.02 1991.57' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1158.95 1842.95L1306.81 1743.92' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1162.02 1991.57L1162.02 1991.57' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1162.02 1991.57L1304.79 1857.26' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1162.02 1991.57L1140.22 1741.07' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1247.47 1104.54L1247.47 1104.54' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1247.47 1104.54L1391.99 1115.54' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1272.11 1281.87L1272.11 1281.87' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1272.11 1281.87L1412.87 1309.46' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1272.11 1281.87L1268.91 1445.3' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1268.91 1445.3L1268.91 1445.3' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1268.91 1445.3L1292.7 1545.16' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1268.91 1445.3L1408.65 1419.5' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1292.7 1545.16L1292.7 1545.16' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1306.81 1743.92L1306.81 1743.92' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1306.81 1743.92L1411.41 1702.83' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1306.81 1743.92L1304.79 1857.26' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1304.79 1857.26L1304.79 1857.26' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1304.79 1857.26L1411.41 1702.83' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1304.79 1857.26L1140.22 1741.07' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1396.06 694.72L1396.06 694.72' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1404.02 938.86L1404.02 938.86' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1404.02 938.86L1538.84 980.71' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1404.02 938.86L1391.99 1115.54' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1404.02 938.86L1591.03 818.39' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1391.99 1115.54L1391.99 1115.54' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1391.99 1115.54L1565.66 1097.64' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1412.87 1309.46L1412.87 1309.46' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1412.87 1309.46L1408.65 1419.5' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1408.65 1419.5L1408.65 1419.5' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1439.12 1609.36L1439.12 1609.36' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1439.12 1609.36L1411.41 1702.83' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1439.12 1609.36L1580.65 1544.94' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1439.12 1609.36L1292.7 1545.16' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1411.41 1702.83L1411.41 1702.83' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1411.41 1702.83L1292.7 1545.16' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1411.41 1702.83L1580.65 1544.94' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1411.41 1702.83L1572.82 1883.86' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1422.81 2051.01L1422.81 2051.01' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1422.81 2051.01L1552.53 2041.72' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1422.81 2051.01L1572.82 1883.86' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1594.85 -102.43L1594.85 -102.43' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1594.85 -102.43L1693.05 -69.51' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1594.85 -102.43L1709.02 67.24' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1594.85 -102.43L1607.52 108.48' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1594.85 -102.43L1885.6 -56.16' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1594.85 -102.43L1579.45 224.14' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1594.85 -102.43L1694.05 212.77' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1607.52 108.48L1607.52 108.48' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1554.2 373.89L1554.2 373.89' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1554.2 373.89L1696.52 390.11' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1554.2 373.89L1579.45 224.14' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1554.2 373.89L1555.91 530.65' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1554.2 373.89L1694.05 212.77' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1554.2 373.89L1707.38 555.19' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1554.2 373.89L1607.52 108.48' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1555.91 530.65L1555.91 530.65' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1555.91 530.65L1606.56 665.21' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1555.91 530.65L1707.38 555.19' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1555.91 530.65L1697.19 658.69' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1555.91 530.65L1696.52 390.11' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1555.91 530.65L1396.06 694.72' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1606.56 665.21L1606.56 665.21' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1606.56 665.21L1707.38 555.19' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1606.56 665.21L1591.03 818.39' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1606.56 665.21L1451.52 789.87' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1606.56 665.21L1748.87 820.97' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1591.03 818.39L1591.03 818.39' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1591.03 818.39L1748.87 820.97' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1538.84 980.71L1538.84 980.71' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1538.84 980.71L1565.66 1097.64' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1565.66 1097.64L1565.66 1097.64' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1607.9 1261.77L1607.9 1261.77' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1607.9 1261.77L1689.56 1255.29' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1607.9 1261.77L1565.66 1097.64' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1610.32 1456.85L1610.32 1456.85' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1610.32 1456.85L1580.65 1544.94' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1610.32 1456.85L1730.36 1456.42' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1580.65 1544.94L1580.65 1544.94' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1580.65 1544.94L1715.12 1570.37' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1572.82 1883.86L1572.82 1883.86' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1572.82 1883.86L1729.4 1874.24' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1572.82 1883.86L1552.53 2041.72' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1572.82 1883.86L1706.59 1728.88' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1572.82 1883.86L1730.88 2059.42' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1552.53 2041.72L1552.53 2041.72' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1693.05 -69.51L1693.05 -69.51' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1693.05 -69.51L1885.6 -56.16' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1693.05 -69.51L1607.52 108.48' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1694.05 212.77L1694.05 212.77' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1694.05 212.77L1607.52 108.48' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1694.05 212.77L1696.52 390.11' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1696.52 390.11L1696.52 390.11' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1696.52 390.11L1839.75 352.23' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1707.38 555.19L1707.38 555.19' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1707.38 555.19L1838.94 560.7' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1707.38 555.19L1696.52 390.11' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1707.38 555.19L1838.06 657.94' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1748.87 820.97L1748.87 820.97' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1748.87 820.97L1880.66 820.25' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1748.87 820.97L1697.19 658.69' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1748.87 820.97L1838.06 657.94' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1748.87 820.97L1894.45 986.91' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1689.56 1255.29L1689.56 1255.29' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1689.56 1255.29L1870.34 1288.94' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1689.56 1255.29L1565.66 1097.64' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1689.56 1255.29L1730.36 1456.42' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1689.56 1255.29L1610.32 1456.85' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1730.36 1456.42L1730.36 1456.42' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1730.36 1456.42L1715.12 1570.37' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1730.36 1456.42L1897.55 1431.69' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1730.36 1456.42L1580.65 1544.94' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1730.36 1456.42L1870.34 1288.94' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1715.12 1570.37L1715.12 1570.37' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1715.12 1570.37L1610.32 1456.85' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1706.59 1728.88L1706.59 1728.88' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1706.59 1728.88L1729.4 1874.24' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1706.59 1728.88L1715.12 1570.37' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1729.4 1874.24L1729.4 1874.24' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1729.4 1874.24L1899.58 1852.59' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1729.4 1874.24L1730.88 2059.42' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1729.4 1874.24L1898.57 2017.02' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1730.88 2059.42L1730.88 2059.42' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1730.88 2059.42L1898.57 2017.02' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1730.88 2059.42L1552.53 2041.72' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1730.88 2059.42L1988.87 2038.38' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1885.6 -56.16L1885.6 -56.16' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1885.6 -56.16L1909.68 60.76' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1885.6 -56.16L2021.56 -62.69' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1885.6 -56.16L2002.05 86.15' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1909.68 60.76L1909.68 60.76' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1909.68 60.76L2002.05 86.15' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1874.39 260.81L1874.39 260.81' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1874.39 260.81L1839.75 352.23' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1874.39 260.81L2017.41 218.6' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1874.39 260.81L2009.32 364.95' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1839.75 352.23L1839.75 352.23' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1839.75 352.23L2009.32 364.95' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1838.94 560.7L1838.94 560.7' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1838.94 560.7L1838.06 657.94' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1838.94 560.7L1697.19 658.69' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1838.06 657.94L1838.06 657.94' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1880.66 820.25L1880.66 820.25' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1880.66 820.25L1894.45 986.91' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1880.66 820.25L1838.06 657.94' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1880.66 820.25L2049.48 794.95' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1880.66 820.25L2037.99 668.43' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1880.66 820.25L1697.19 658.69' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1894.45 986.91L1894.45 986.91' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1894.45 986.91L2049.75 1000.24' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1894.45 986.91L2002.54 1113.74' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1894.45 986.91L1697.54 1101.98' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1870.34 1288.94L1870.34 1288.94' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1870.34 1288.94L1993.32 1298.51' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1870.34 1288.94L1897.55 1431.69' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1870.34 1288.94L2002.54 1113.74' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1870.34 1288.94L2027.63 1443.52' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1897.55 1431.69L1897.55 1431.69' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1897.55 1431.69L2027.63 1443.52' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1897.55 1431.69L1911.26 1588.92' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1911.26 1588.92L1911.26 1588.92' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1911.26 1588.92L1888.32 1712.03' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1911.26 1588.92L2061.18 1555.8' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1888.32 1712.03L1888.32 1712.03' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1888.32 1712.03L2006.25 1751.15' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1888.32 1712.03L1899.58 1852.59' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1888.32 1712.03L1706.59 1728.88' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1899.58 1852.59L1899.58 1852.59' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1899.58 1852.59L2028.1 1886.55' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1899.58 1852.59L2006.25 1751.15' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1899.58 1852.59L1898.57 2017.02' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1898.57 2017.02L1898.57 2017.02' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1898.57 2017.02L1988.87 2038.38' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2021.56 -62.69L2021.56 -62.69' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2021.56 -62.69L2002.05 86.15' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2002.05 86.15L2002.05 86.15' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2002.05 86.15L2017.41 218.6' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2002.05 86.15L1874.39 260.81' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2002.05 86.15L2009.32 364.95' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2017.41 218.6L2017.41 218.6' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2017.41 218.6L2009.32 364.95' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2017.41 218.6L1909.68 60.76' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2017.41 218.6L1839.75 352.23' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2009.32 364.95L2009.32 364.95' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2009.32 364.95L1838.94 560.7' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2037.99 668.43L2037.99 668.43' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2037.99 668.43L2049.48 794.95' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2037.99 668.43L1838.06 657.94' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2037.99 668.43L1838.94 560.7' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2049.48 794.95L2049.48 794.95' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2049.75 1000.24L2049.75 1000.24' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2049.75 1000.24L2002.54 1113.74' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2002.54 1113.74L2002.54 1113.74' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2002.54 1113.74L1993.32 1298.51' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1993.32 1298.51L1993.32 1298.51' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1993.32 1298.51L2027.63 1443.52' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1993.32 1298.51L1897.55 1431.69' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2027.63 1443.52L2027.63 1443.52' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2027.63 1443.52L2061.18 1555.8' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2027.63 1443.52L1911.26 1588.92' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2027.63 1443.52L1730.36 1456.42' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2061.18 1555.8L2061.18 1555.8' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2006.25 1751.15L2006.25 1751.15' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2006.25 1751.15L2028.1 1886.55' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2028.1 1886.55L2028.1 1886.55' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2028.1 1886.55L1988.87 2038.38' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2028.1 1886.55L1898.57 2017.02' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2028.1 1886.55L1888.32 1712.03' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1988.87 2038.38L1988.87 2038.38' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1988.87 2038.38L1899.58 1852.59' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1988.87 2038.38L2006.25 1751.15' stroke='hsl(39.10000000000002%2c 100%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3ccircle r='25' cx='64.95' cy='1696.55' fill='url(%26quot%3b%23SvgjsRadialGradient1029%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='45.63' cy='1908.37' fill='url(%26quot%3b%23SvgjsRadialGradient1029%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='53.93' cy='1989.88' fill='url(%26quot%3b%23SvgjsRadialGradient1029%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='236.87' cy='1697.65' fill='url(%26quot%3b%23SvgjsRadialGradient1029%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='247.11' cy='1899.27' fill='url(%26quot%3b%23SvgjsRadialGradient1029%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='834.89' cy='1302.47' fill='url(%26quot%3b%23SvgjsRadialGradient1029%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='861.67' cy='2017.01' fill='url(%26quot%3b%23SvgjsRadialGradient1029%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='940.17' cy='1443.37' fill='url(%26quot%3b%23SvgjsRadialGradient1029%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='1302.61' cy='960.34' fill='url(%26quot%3b%23SvgjsRadialGradient1029%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='1451.52' cy='789.87' fill='url(%26quot%3b%23SvgjsRadialGradient1029%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='1579.45' cy='224.14' fill='url(%26quot%3b%23SvgjsRadialGradient1029%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='1709.02' cy='67.24' fill='url(%26quot%3b%23SvgjsRadialGradient1029%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='1697.19' cy='658.69' fill='url(%26quot%3b%23SvgjsRadialGradient1029%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='1697.54' cy='1101.98' fill='url(%26quot%3b%23SvgjsRadialGradient1029%26quot%3b)'%3e%3c/circle%3e%3ccircle r='5' cx='-54.41' cy='1556.1' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='-95.47' cy='1713.05' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='-41.67' cy='1854.59' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='-41.74' cy='2009.83' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='57.88' cy='1537.59' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='254.95' cy='1545.89' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='229.55' cy='1995.57' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='406.39' cy='1581.74' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='339.79' cy='1714.22' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='374.62' cy='1871.73' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='381.41' cy='2016.25' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='543.36' cy='1444.69' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='509.97' cy='1730' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='520.73' cy='1890.77' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='557.9' cy='1993.85' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='684.18' cy='1451.08' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='711.15' cy='1587.16' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='678.24' cy='1752.76' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='706.46' cy='1897.77' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='646.74' cy='2048.25' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='820.55' cy='1461.01' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='850.85' cy='1595.18' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='807.3' cy='1744.62' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='807.92' cy='1891.94' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='999.94' cy='1568.8' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='987.87' cy='1693.44' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='995.69' cy='2053.31' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1103.26' cy='1127.13' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1094.97' cy='1240.73' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1100.46' cy='1427.51' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1144.46' cy='1584.15' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1140.22' cy='1741.07' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1158.95' cy='1842.95' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1162.02' cy='1991.57' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1247.47' cy='1104.54' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1272.11' cy='1281.87' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1268.91' cy='1445.3' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1292.7' cy='1545.16' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1306.81' cy='1743.92' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1304.79' cy='1857.26' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1396.06' cy='694.72' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1404.02' cy='938.86' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1391.99' cy='1115.54' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1412.87' cy='1309.46' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1408.65' cy='1419.5' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1439.12' cy='1609.36' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1411.41' cy='1702.83' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1422.81' cy='2051.01' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1594.85' cy='-102.43' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1607.52' cy='108.48' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1554.2' cy='373.89' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1555.91' cy='530.65' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1606.56' cy='665.21' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1591.03' cy='818.39' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1538.84' cy='980.71' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1565.66' cy='1097.64' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1607.9' cy='1261.77' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1610.32' cy='1456.85' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1580.65' cy='1544.94' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1572.82' cy='1883.86' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1552.53' cy='2041.72' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1693.05' cy='-69.51' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1694.05' cy='212.77' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1696.52' cy='390.11' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1707.38' cy='555.19' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1748.87' cy='820.97' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1689.56' cy='1255.29' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1730.36' cy='1456.42' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1715.12' cy='1570.37' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1706.59' cy='1728.88' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1729.4' cy='1874.24' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1730.88' cy='2059.42' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1885.6' cy='-56.16' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1909.68' cy='60.76' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1874.39' cy='260.81' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1839.75' cy='352.23' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1838.94' cy='560.7' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1838.06' cy='657.94' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1880.66' cy='820.25' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1894.45' cy='986.91' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1870.34' cy='1288.94' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1897.55' cy='1431.69' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1911.26' cy='1588.92' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1888.32' cy='1712.03' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1899.58' cy='1852.59' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1898.57' cy='2017.02' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='2021.56' cy='-62.69' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='2002.05' cy='86.15' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='2017.41' cy='218.6' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='2009.32' cy='364.95' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='2037.99' cy='668.43' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='2049.48' cy='794.95' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='2049.75' cy='1000.24' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='2002.54' cy='1113.74' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1993.32' cy='1298.51' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='2027.63' cy='1443.52' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='2061.18' cy='1555.8' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='2006.25' cy='1751.15' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='2028.1' cy='1886.55' fill='%23fff0d4'%3e%3c/circle%3e%3ccircle r='5' cx='1988.87' cy='2038.38' fill='%23fff0d4'%3e%3c/circle%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1028'%3e%3crect width='1920' height='1920' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cradialGradient id='SvgjsRadialGradient1029'%3e%3cstop stop-color='white' offset='0.1'%3e%3c/stop%3e%3cstop stop-color='rgba(255%2c 225%2c 169%2c 1)' offset='0.2'%3e%3c/stop%3e%3cstop stop-color='rgba(255%2c 225%2c 169%2c 0)' offset='1'%3e%3c/stop%3e%3c/radialGradient%3e%3c/defs%3e%3c/svg%3e");
}

.beruf365-bg-event {
  --bs-bg-opacity: 1;
  background-color: var(--eventfarbe) !important
}

.beruf365-bg-eventsecond {
  --bs-bg-opacity: 1;
  background-color: var(--secondeventfarbe) !important
}

.beruf365-bg-presse {
  --bs-bg-opacity: 1;
  background-color: var(--pressefarbe) !important
}

.beruf365-bg-pressesecond {
  --bs-bg-opacity: 1;
  background-color: var(--secondpressefarbe) !important
}

.beruf365-bg-weblinks {
  --bs-bg-opacity: 1;
  background-color: var(--linkfarbe) !important
}

.beruf365-bg-weblinkssecond {
  --bs-bg-opacity: 1;
  background-color: var(--secondlinkfarbe) !important
}

.beruf365-bg-videos {
  --bs-bg-opacity: 1;
  background-color: var(--videosfarbe) !important
}

.beruf365-bg-videossecond {
  --bs-bg-opacity: 1;
  background-color: var(--secondpressefarbe) !important
}

.beruf365-bg-foerdercheck {
  --bs-bg-opacity: 1;
  background-color: var(--foerderfarbe) !important
}

.beruf365-bg-foerderchecksecond {
  --bs-bg-opacity: 1;
  background-color: var(--secondfoerderfarbe) !important
}

.beruf365-noscrollbars::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.beruf365-noscrollbars {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}


.beruf365-acc.accordion-button {

  background-color: var(--hauptnavfarbe);
  color: #fff;
}

.beruf365-acc-bo.accordion-button {

  background-color: var(--eventfarbe);
  color: #fff;
}

.beruf365-acc-presselink.accordion-button {

  background-color: var(--pressefarbe);
  color: #fff;
}

.beruf365-acc-link.accordion-button {

  background-color: var(--linkfarbe);
  color: #fff;
}

.beruf365-acc-video.accordion-button {

  background-color: var(--videosfarbe);
  color: #fff;
}

.beruf365-check:checked {
  background-color: var(--hauptnavfarbe);
}

.beruf365-check-bo:checked {
  background-color: var(--eventfarbe);
}

.beruf365-check-presselink:checked {
  background-color: var(--pressefarbe);
}

.beruf365-check-link:checked {
  background-color: var(--linkfarbe);
}

.beruf365-check-video:checked {
  background-color: var(--videosfarbe);
}

input[type=radio], input[type=checkbox] {
  appearance: none;
  transform:scale(1.2);
  background-color: white;
  border-radius:50%;
}

.accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23003566'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");

}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23003566'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button-white.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");

}

.accordion-button-white:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* .beruf365-acc.accordion-button:not(.collapsed) {

  background-color: #2f52a0;
  color: #fff;
} */



.accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-bg: var(--white);
  --bs-accordion-active-bg:var(--white);
  --bs-accordion-btn-bg:var(--white);
  --bs-accordion-btn-padding-x: 1.25rem;
}


.accordion-item {
  background-color:var(--bs-tertiary-bg);
  border-bottom: 1px solid var(--bs-tertiary-bg);

  /* border-bottom: 1px solid var(--bs-accordion-border-color); */
}

.accordion-button:hover {
 
  background-color: var(--bs-tertiary-bg);
  
}

.accordion-button:not(.collapsed) {
  color: var(--hauptfarbe);
  background-color:var(--bs-tertiary-bg);


}

.accordion-button-event:not(.collapsed) {
  color: var(--white);
  background-color:var(--eventfarbe);


}

.accordion-button-event:hover {
 
  background-color:var(--eventfarbe);
  
}

.accordion-button-bo:hover {
 
  background-color:var(--eventfarbe);
  
}

.accordion-button-bo:not(.collapsed) {
  color: var(--white);
  background-color:var(--eventfarbe);


}

.accordion-button-presselink:hover {
 
  background-color:var(--pressefarbe);
  
}

.accordion-button-presselink:not(.collapsed) {
  color: var(--white);
  background-color:var(--pressefarbe);


}

.accordion-button-link:hover {
 
  background-color:var(--linkfarbe);
  
}

.accordion-button-link:not(.collapsed) {
  color: var(--white);
  background-color:var(--linkfarbe);


}

.accordion-body {
  
  /* border-bottom: 5px dotted var(--bs-accordion-border-color); */
  
}

.wdh {

  display: none;

}



#bodetails, #botermine, #boschlagworte, #bozielgruppe, #boteilen, #bosimilar, #kennwort, #meinedaten, #meineorganisation, #einstellungen, #aktuellertag, #allgemein, #veranstaltungen, #weblinks, #pressespiegel, #fc {

  scroll-margin-top: 80px;

}



