@import url("fontawesome-all.min.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,100italic,300italic");
/*
	Landed by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-text-size-adjust: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input, select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

/* Basic */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html, body {
  background: #1c1d26;
}

body.is-preload *, body.is-preload *:before, body.is-preload *:after {
  animation: none !important;
  transition: none !important;
}

body, input, select, textarea {
  color: rgba(255, 255, 255, 0.75);
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 15pt;
  font-weight: 100;
  line-height: 1.75em;
}

a {
  transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-bottom: dotted 1px;
  color: #286fcc;
  text-decoration: none;
}
a:hover {
  color: #286fcc !important;
  border-bottom-color: transparent;
}

strong, b {
  color: #ffffff;
  font-weight: 300;
}

em, i {
  font-style: italic;
}

p {
  margin: 0 0 2em 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #ffffff;
  font-weight: 300;
  line-height: 1em;
  margin: 0 0 1em 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  border: 0;
}

h2 {
  font-size: 2em;
  line-height: 1.5em;
  letter-spacing: -0.025em;
}

h3 {
  font-size: 1.35em;
  line-height: 1.5em;
}

h4 {
  font-size: 1.1em;
  line-height: 1.5em;
}

h5 {
  font-size: 0.9em;
  line-height: 1.5em;
}

h6 {
  font-size: 0.7em;
  line-height: 1.5em;
}

sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em;
}

sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em;
}

hr {
  border: 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  margin: 3em 0;
}
hr.major {
  margin: 4em 0;
}

blockquote {
  border-left: solid 4px rgba(255, 255, 255, 0.3);
  font-style: italic;
  margin: 0 0 2em 0;
  padding: 0.5em 0 0.5em 2em;
}

code {
  background: rgba(255, 255, 255, 0.075);
  border-radius: 4px;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin: 0 0.25em;
  padding: 0.25em 0.65em;
}

pre {
  -webkit-overflow-scrolling: touch;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin: 0 0 2em 0;
}
pre code {
  display: block;
  line-height: 1.75em;
  padding: 1em 1.5em;
  overflow-x: auto;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/* Loader */
@keyframes spinner-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spinner-hide {
  0% {
    color: rgba(255, 255, 255, 0.15);
    z-index: 100001;
    transform: scale(1) rotate(0deg);
  }
  99% {
    color: #1c1d26;
    z-index: 100001;
    transform: scale(0.5) rotate(360deg);
  }
  100% {
    color: #1c1d26;
    z-index: -1;
    transform: scale(0.5) rotate(360deg);
  }
}
@keyframes spinner-rotate {
  0% {
    transform: scale(1) rotate(0deg);
  }
  100% {
    transform: scale(1) rotate(360deg);
  }
}
@keyframes overlay-hide {
  0% {
    opacity: 1;
    z-index: 100000;
  }
  15% {
    opacity: 1;
    z-index: 100000;
  }
  99% {
    opacity: 0;
    z-index: 100000;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
body.landing {
  text-decoration: none;
}
body.landing:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
body.landing:before {
  animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
  transform-origin: 50% 50%;
  color: rgba(255, 255, 255, 0.15);
  content: "\f1ce";
  cursor: default;
  display: block;
  font-size: 2em;
  height: 2em;
  left: 50%;
  line-height: 2em;
  margin: -1em 0 0 -1em;
  opacity: 0;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 2em;
  z-index: -1;
}
body.landing:after {
  animation: overlay-hide 1.5s ease-in forwards !important;
  background: #1c1d26;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
body.landing.is-preload:before {
  animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
  z-index: 100001;
}
body.landing.is-preload:after {
  animation: none !important;
  opacity: 1;
  z-index: 100000;
}

@media (-webkit-min-device-pixel-ratio: 2) {
  body.landing:before {
    line-height: 2.025em;
  }
}
/* Container */
.container {
  margin: 0 auto;
  max-width: calc(100% - 4em);
  width: 70em;
}
.container.xsmall {
  width: 17.5em;
}
.container.small {
  width: 35em;
}
.container.medium {
  width: 52.5em;
}
.container.large {
  width: 87.5em;
}
.container.xlarge {
  width: 105em;
}
.container.max {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .container {
    width: 90%;
    max-width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .container {
    width: 100% !important;
  }
}

/* Row */
.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: stretch;
}
.row > * {
  box-sizing: border-box;
}
.row.gtr-uniform > * > :last-child {
  margin-bottom: 0;
}
.row.aln-left {
  justify-content: flex-start;
}
.row.aln-center {
  justify-content: center;
}
.row.aln-right {
  justify-content: flex-end;
}
.row.aln-top {
  align-items: flex-start;
}
.row.aln-middle {
  align-items: center;
}
.row.aln-bottom {
  align-items: flex-end;
}
.row > .imp {
  order: -1;
}
.row > .col-1 {
  width: 8.3333333333%;
}
.row > .off-1 {
  margin-left: 8.3333333333%;
}
.row > .col-2 {
  width: 16.6666666667%;
}
.row > .off-2 {
  margin-left: 16.6666666667%;
}
.row > .col-3 {
  width: 25%;
}
.row > .off-3 {
  margin-left: 25%;
}
.row > .col-4 {
  width: 33.3333333333%;
}
.row > .off-4 {
  margin-left: 33.3333333333%;
}
.row > .col-5 {
  width: 41.6666666667%;
}
.row > .off-5 {
  margin-left: 41.6666666667%;
}
.row > .col-6 {
  width: 50%;
}
.row > .off-6 {
  margin-left: 50%;
}
.row > .col-7 {
  width: 58.3333333333%;
}
.row > .off-7 {
  margin-left: 58.3333333333%;
}
.row > .col-8 {
  width: 66.6666666667%;
}
.row > .off-8 {
  margin-left: 66.6666666667%;
}
.row > .col-9 {
  width: 75%;
}
.row > .off-9 {
  margin-left: 75%;
}
.row > .col-10 {
  width: 83.3333333333%;
}
.row > .off-10 {
  margin-left: 83.3333333333%;
}
.row > .col-11 {
  width: 91.6666666667%;
}
.row > .off-11 {
  margin-left: 91.6666666667%;
}
.row > .col-12 {
  width: 100%;
}
.row > .off-12 {
  margin-left: 100%;
}
.row.gtr-0 {
  margin-top: 0;
  margin-left: 0em;
}
.row.gtr-0 > * {
  padding: 0 0 0 0em;
}
.row.gtr-0.gtr-uniform {
  margin-top: 0em;
}
.row.gtr-0.gtr-uniform > * {
  padding-top: 0em;
}
.row.gtr-25 {
  margin-top: 0;
  margin-left: -0.625em;
}
.row.gtr-25 > * {
  padding: 0 0 0 0.625em;
}
.row.gtr-25.gtr-uniform {
  margin-top: -0.625em;
}
.row.gtr-25.gtr-uniform > * {
  padding-top: 0.625em;
}
.row.gtr-50 {
  margin-top: 0;
  margin-left: -1.25em;
}
.row.gtr-50 > * {
  padding: 0 0 0 1.25em;
}
.row.gtr-50.gtr-uniform {
  margin-top: -1.25em;
}
.row.gtr-50.gtr-uniform > * {
  padding-top: 1.25em;
}
.row {
  margin-top: 0;
  margin-left: -2.5em;
}
.row > * {
  padding: 0 0 0 2.5em;
}
.row.gtr-uniform {
  margin-top: -2.5em;
}
.row.gtr-uniform > * {
  padding-top: 2.5em;
}
.row.gtr-150 {
  margin-top: 0;
  margin-left: -3.75em;
}
.row.gtr-150 > * {
  padding: 0 0 0 3.75em;
}
.row.gtr-150.gtr-uniform {
  margin-top: -3.75em;
}
.row.gtr-150.gtr-uniform > * {
  padding-top: 3.75em;
}
.row.gtr-200 {
  margin-top: 0;
  margin-left: -5em;
}
.row.gtr-200 > * {
  padding: 0 0 0 5em;
}
.row.gtr-200.gtr-uniform {
  margin-top: -5em;
}
.row.gtr-200.gtr-uniform > * {
  padding-top: 5em;
}
@media screen and (max-width: 1680px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    justify-content: flex-start;
  }
  .row.aln-center {
    justify-content: center;
  }
  .row.aln-right {
    justify-content: flex-end;
  }
  .row.aln-top {
    align-items: flex-start;
  }
  .row.aln-middle {
    align-items: center;
  }
  .row.aln-bottom {
    align-items: flex-end;
  }
  .row > .imp-xlarge {
    order: -1;
  }
  .row > .col-1-xlarge {
    width: 8.3333333333%;
  }
  .row > .off-1-xlarge {
    margin-left: 8.3333333333%;
  }
  .row > .col-2-xlarge {
    width: 16.6666666667%;
  }
  .row > .off-2-xlarge {
    margin-left: 16.6666666667%;
  }
  .row > .col-3-xlarge {
    width: 25%;
  }
  .row > .off-3-xlarge {
    margin-left: 25%;
  }
  .row > .col-4-xlarge {
    width: 33.3333333333%;
  }
  .row > .off-4-xlarge {
    margin-left: 33.3333333333%;
  }
  .row > .col-5-xlarge {
    width: 41.6666666667%;
  }
  .row > .off-5-xlarge {
    margin-left: 41.6666666667%;
  }
  .row > .col-6-xlarge {
    width: 50%;
  }
  .row > .off-6-xlarge {
    margin-left: 50%;
  }
  .row > .col-7-xlarge {
    width: 58.3333333333%;
  }
  .row > .off-7-xlarge {
    margin-left: 58.3333333333%;
  }
  .row > .col-8-xlarge {
    width: 66.6666666667%;
  }
  .row > .off-8-xlarge {
    margin-left: 66.6666666667%;
  }
  .row > .col-9-xlarge {
    width: 75%;
  }
  .row > .off-9-xlarge {
    margin-left: 75%;
  }
  .row > .col-10-xlarge {
    width: 83.3333333333%;
  }
  .row > .off-10-xlarge {
    margin-left: 83.3333333333%;
  }
  .row > .col-11-xlarge {
    width: 91.6666666667%;
  }
  .row > .off-11-xlarge {
    margin-left: 91.6666666667%;
  }
  .row > .col-12-xlarge {
    width: 100%;
  }
  .row > .off-12-xlarge {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0em;
  }
  .row.gtr-0 > * {
    padding: 0 0 0 0em;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0em;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0em;
  }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.625em;
  }
  .row.gtr-25 > * {
    padding: 0 0 0 0.625em;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -0.625em;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.625em;
  }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -1.25em;
  }
  .row.gtr-50 > * {
    padding: 0 0 0 1.25em;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -1.25em;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 1.25em;
  }
  .row {
    margin-top: 0;
    margin-left: -2.5em;
  }
  .row > * {
    padding: 0 0 0 2.5em;
  }
  .row.gtr-uniform {
    margin-top: -2.5em;
  }
  .row.gtr-uniform > * {
    padding-top: 2.5em;
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -3.75em;
  }
  .row.gtr-150 > * {
    padding: 0 0 0 3.75em;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -3.75em;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 3.75em;
  }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -5em;
  }
  .row.gtr-200 > * {
    padding: 0 0 0 5em;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -5em;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 5em;
  }
}
@media screen and (max-width: 1280px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    justify-content: flex-start;
  }
  .row.aln-center {
    justify-content: center;
  }
  .row.aln-right {
    justify-content: flex-end;
  }
  .row.aln-top {
    align-items: flex-start;
  }
  .row.aln-middle {
    align-items: center;
  }
  .row.aln-bottom {
    align-items: flex-end;
  }
  .row > .imp-large {
    order: -1;
  }
  .row > .col-1-large {
    width: 8.3333333333%;
  }
  .row > .off-1-large {
    margin-left: 8.3333333333%;
  }
  .row > .col-2-large {
    width: 16.6666666667%;
  }
  .row > .off-2-large {
    margin-left: 16.6666666667%;
  }
  .row > .col-3-large {
    width: 25%;
  }
  .row > .off-3-large {
    margin-left: 25%;
  }
  .row > .col-4-large {
    width: 33.3333333333%;
  }
  .row > .off-4-large {
    margin-left: 33.3333333333%;
  }
  .row > .col-5-large {
    width: 41.6666666667%;
  }
  .row > .off-5-large {
    margin-left: 41.6666666667%;
  }
  .row > .col-6-large {
    width: 50%;
  }
  .row > .off-6-large {
    margin-left: 50%;
  }
  .row > .col-7-large {
    width: 58.3333333333%;
  }
  .row > .off-7-large {
    margin-left: 58.3333333333%;
  }
  .row > .col-8-large {
    width: 66.6666666667%;
  }
  .row > .off-8-large {
    margin-left: 66.6666666667%;
  }
  .row > .col-9-large {
    width: 75%;
  }
  .row > .off-9-large {
    margin-left: 75%;
  }
  .row > .col-10-large {
    width: 83.3333333333%;
  }
  .row > .off-10-large {
    margin-left: 83.3333333333%;
  }
  .row > .col-11-large {
    width: 91.6666666667%;
  }
  .row > .off-11-large {
    margin-left: 91.6666666667%;
  }
  .row > .col-12-large {
    width: 100%;
  }
  .row > .off-12-large {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0em;
  }
  .row.gtr-0 > * {
    padding: 0 0 0 0em;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0em;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0em;
  }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.625em;
  }
  .row.gtr-25 > * {
    padding: 0 0 0 0.625em;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -0.625em;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.625em;
  }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -1.25em;
  }
  .row.gtr-50 > * {
    padding: 0 0 0 1.25em;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -1.25em;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 1.25em;
  }
  .row {
    margin-top: 0;
    margin-left: -2.5em;
  }
  .row > * {
    padding: 0 0 0 2.5em;
  }
  .row.gtr-uniform {
    margin-top: -2.5em;
  }
  .row.gtr-uniform > * {
    padding-top: 2.5em;
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -3.75em;
  }
  .row.gtr-150 > * {
    padding: 0 0 0 3.75em;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -3.75em;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 3.75em;
  }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -5em;
  }
  .row.gtr-200 > * {
    padding: 0 0 0 5em;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -5em;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 5em;
  }
}
@media screen and (max-width: 980px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    justify-content: flex-start;
  }
  .row.aln-center {
    justify-content: center;
  }
  .row.aln-right {
    justify-content: flex-end;
  }
  .row.aln-top {
    align-items: flex-start;
  }
  .row.aln-middle {
    align-items: center;
  }
  .row.aln-bottom {
    align-items: flex-end;
  }
  .row > .imp-medium {
    order: -1;
  }
  .row > .col-1-medium {
    width: 8.3333333333%;
  }
  .row > .off-1-medium {
    margin-left: 8.3333333333%;
  }
  .row > .col-2-medium {
    width: 16.6666666667%;
  }
  .row > .off-2-medium {
    margin-left: 16.6666666667%;
  }
  .row > .col-3-medium {
    width: 25%;
  }
  .row > .off-3-medium {
    margin-left: 25%;
  }
  .row > .col-4-medium {
    width: 33.3333333333%;
  }
  .row > .off-4-medium {
    margin-left: 33.3333333333%;
  }
  .row > .col-5-medium {
    width: 41.6666666667%;
  }
  .row > .off-5-medium {
    margin-left: 41.6666666667%;
  }
  .row > .col-6-medium {
    width: 50%;
  }
  .row > .off-6-medium {
    margin-left: 50%;
  }
  .row > .col-7-medium {
    width: 58.3333333333%;
  }
  .row > .off-7-medium {
    margin-left: 58.3333333333%;
  }
  .row > .col-8-medium {
    width: 66.6666666667%;
  }
  .row > .off-8-medium {
    margin-left: 66.6666666667%;
  }
  .row > .col-9-medium {
    width: 75%;
  }
  .row > .off-9-medium {
    margin-left: 75%;
  }
  .row > .col-10-medium {
    width: 83.3333333333%;
  }
  .row > .off-10-medium {
    margin-left: 83.3333333333%;
  }
  .row > .col-11-medium {
    width: 91.6666666667%;
  }
  .row > .off-11-medium {
    margin-left: 91.6666666667%;
  }
  .row > .col-12-medium {
    width: 100%;
  }
  .row > .off-12-medium {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0em;
  }
  .row.gtr-0 > * {
    padding: 0 0 0 0em;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0em;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0em;
  }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.625em;
  }
  .row.gtr-25 > * {
    padding: 0 0 0 0.625em;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -0.625em;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.625em;
  }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -1.25em;
  }
  .row.gtr-50 > * {
    padding: 0 0 0 1.25em;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -1.25em;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 1.25em;
  }
  .row {
    margin-top: 0;
    margin-left: -2.5em;
  }
  .row > * {
    padding: 0 0 0 2.5em;
  }
  .row.gtr-uniform {
    margin-top: -2.5em;
  }
  .row.gtr-uniform > * {
    padding-top: 2.5em;
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -3.75em;
  }
  .row.gtr-150 > * {
    padding: 0 0 0 3.75em;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -3.75em;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 3.75em;
  }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -5em;
  }
  .row.gtr-200 > * {
    padding: 0 0 0 5em;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -5em;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 5em;
  }
}
@media screen and (max-width: 736px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    justify-content: flex-start;
  }
  .row.aln-center {
    justify-content: center;
  }
  .row.aln-right {
    justify-content: flex-end;
  }
  .row.aln-top {
    align-items: flex-start;
  }
  .row.aln-middle {
    align-items: center;
  }
  .row.aln-bottom {
    align-items: flex-end;
  }
  .row > .imp-small {
    order: -1;
  }
  .row > .col-1-small {
    width: 8.3333333333%;
  }
  .row > .off-1-small {
    margin-left: 8.3333333333%;
  }
  .row > .col-2-small {
    width: 16.6666666667%;
  }
  .row > .off-2-small {
    margin-left: 16.6666666667%;
  }
  .row > .col-3-small {
    width: 25%;
  }
  .row > .off-3-small {
    margin-left: 25%;
  }
  .row > .col-4-small {
    width: 33.3333333333%;
  }
  .row > .off-4-small {
    margin-left: 33.3333333333%;
  }
  .row > .col-5-small {
    width: 41.6666666667%;
  }
  .row > .off-5-small {
    margin-left: 41.6666666667%;
  }
  .row > .col-6-small {
    width: 50%;
  }
  .row > .off-6-small {
    margin-left: 50%;
  }
  .row > .col-7-small {
    width: 58.3333333333%;
  }
  .row > .off-7-small {
    margin-left: 58.3333333333%;
  }
  .row > .col-8-small {
    width: 66.6666666667%;
  }
  .row > .off-8-small {
    margin-left: 66.6666666667%;
  }
  .row > .col-9-small {
    width: 75%;
  }
  .row > .off-9-small {
    margin-left: 75%;
  }
  .row > .col-10-small {
    width: 83.3333333333%;
  }
  .row > .off-10-small {
    margin-left: 83.3333333333%;
  }
  .row > .col-11-small {
    width: 91.6666666667%;
  }
  .row > .off-11-small {
    margin-left: 91.6666666667%;
  }
  .row > .col-12-small {
    width: 100%;
  }
  .row > .off-12-small {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0em;
  }
  .row.gtr-0 > * {
    padding: 0 0 0 0em;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0em;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0em;
  }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.625em;
  }
  .row.gtr-25 > * {
    padding: 0 0 0 0.625em;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -0.625em;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.625em;
  }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -1.25em;
  }
  .row.gtr-50 > * {
    padding: 0 0 0 1.25em;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -1.25em;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 1.25em;
  }
  .row {
    margin-top: 0;
    margin-left: -2.5em;
  }
  .row > * {
    padding: 0 0 0 2.5em;
  }
  .row.gtr-uniform {
    margin-top: -2.5em;
  }
  .row.gtr-uniform > * {
    padding-top: 2.5em;
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -3.75em;
  }
  .row.gtr-150 > * {
    padding: 0 0 0 3.75em;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -3.75em;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 3.75em;
  }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -5em;
  }
  .row.gtr-200 > * {
    padding: 0 0 0 5em;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -5em;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 5em;
  }
}
@media screen and (max-width: 480px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    justify-content: flex-start;
  }
  .row.aln-center {
    justify-content: center;
  }
  .row.aln-right {
    justify-content: flex-end;
  }
  .row.aln-top {
    align-items: flex-start;
  }
  .row.aln-middle {
    align-items: center;
  }
  .row.aln-bottom {
    align-items: flex-end;
  }
  .row > .imp-xsmall {
    order: -1;
  }
  .row > .col-1-xsmall {
    width: 8.3333333333%;
  }
  .row > .off-1-xsmall {
    margin-left: 8.3333333333%;
  }
  .row > .col-2-xsmall {
    width: 16.6666666667%;
  }
  .row > .off-2-xsmall {
    margin-left: 16.6666666667%;
  }
  .row > .col-3-xsmall {
    width: 25%;
  }
  .row > .off-3-xsmall {
    margin-left: 25%;
  }
  .row > .col-4-xsmall {
    width: 33.3333333333%;
  }
  .row > .off-4-xsmall {
    margin-left: 33.3333333333%;
  }
  .row > .col-5-xsmall {
    width: 41.6666666667%;
  }
  .row > .off-5-xsmall {
    margin-left: 41.6666666667%;
  }
  .row > .col-6-xsmall {
    width: 50%;
  }
  .row > .off-6-xsmall {
    margin-left: 50%;
  }
  .row > .col-7-xsmall {
    width: 58.3333333333%;
  }
  .row > .off-7-xsmall {
    margin-left: 58.3333333333%;
  }
  .row > .col-8-xsmall {
    width: 66.6666666667%;
  }
  .row > .off-8-xsmall {
    margin-left: 66.6666666667%;
  }
  .row > .col-9-xsmall {
    width: 75%;
  }
  .row > .off-9-xsmall {
    margin-left: 75%;
  }
  .row > .col-10-xsmall {
    width: 83.3333333333%;
  }
  .row > .off-10-xsmall {
    margin-left: 83.3333333333%;
  }
  .row > .col-11-xsmall {
    width: 91.6666666667%;
  }
  .row > .off-11-xsmall {
    margin-left: 91.6666666667%;
  }
  .row > .col-12-xsmall {
    width: 100%;
  }
  .row > .off-12-xsmall {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0em;
  }
  .row.gtr-0 > * {
    padding: 0 0 0 0em;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0em;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0em;
  }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.625em;
  }
  .row.gtr-25 > * {
    padding: 0 0 0 0.625em;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -0.625em;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.625em;
  }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -1.25em;
  }
  .row.gtr-50 > * {
    padding: 0 0 0 1.25em;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -1.25em;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 1.25em;
  }
  .row {
    margin-top: 0;
    margin-left: -2.5em;
  }
  .row > * {
    padding: 0 0 0 2.5em;
  }
  .row.gtr-uniform {
    margin-top: -2.5em;
  }
  .row.gtr-uniform > * {
    padding-top: 2.5em;
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -3.75em;
  }
  .row.gtr-150 > * {
    padding: 0 0 0 3.75em;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -3.75em;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 3.75em;
  }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -5em;
  }
  .row.gtr-200 > * {
    padding: 0 0 0 5em;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -5em;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 5em;
  }
}

/* Section/Article */
section.special, article.special {
  text-align: center;
}

header p {
  color: #ffffff;
  position: relative;
  margin: 0 0 1.5em 0;
}
header h2 + p {
  font-size: 1.25em;
  margin-top: -1em;
  line-height: 1.75em;
}
header h3 + p {
  font-size: 1.1em;
  margin-top: -0.8em;
  line-height: 1.75em;
}
header h4 + p,
header h5 + p,
header h6 + p {
  font-size: 0.9em;
  margin-top: -0.6em;
  line-height: 1.5em;
}
header.major {
  margin: 0 0 4em 0;
  position: relative;
  text-align: center;
}
header.major:after {
  background: #286fcc;
  content: "";
  display: inline-block;
  height: 0.2em;
  max-width: 20em;
  width: 75%;
}

footer.major {
  margin: 4em 0 0 0;
}

/* Form */
form {
  margin: 0 0 2em 0;
}
form.cta {
  max-width: 35em;
  margin-left: auto;
  margin-right: auto;
}

label {
  color: #ffffff;
  font-size: 0.9em;
  font-weight: 300;
  margin: 0 0 1em 0;
}

input[type=text],
input[type=password],
input[type=email],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color 0.2s ease-in-out;
  background: transparent;
  border-radius: 4px;
  border: solid 1px rgba(255, 255, 255, 0.3);
  color: inherit;
  display: block;
  outline: 0;
  padding: 0 1em;
  text-decoration: none;
  width: 100%;
}
input[type=text]:invalid,
input[type=password]:invalid,
input[type=email]:invalid,
select:invalid,
textarea:invalid {
  box-shadow: none;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
select:focus,
textarea:focus {
  border-color: #286fcc;
}

select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(255, 255, 255, 0.3)' /%3E%3C/svg%3E");
  background-size: 1.25rem;
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center;
  height: 3em;
  padding-right: 3em;
  text-overflow: ellipsis;
}
select option {
  color: #ffffff;
  background: #1c1d26;
}
select:focus::-ms-value {
  background-color: transparent;
}
select::-ms-expand {
  display: none;
}

input[type=text],
input[type=password],
input[type=email],
select {
  height: 3em;
}

textarea {
  padding: 0.75em 1em;
}

input[type=checkbox],
input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  float: left;
  margin-right: -2em;
  opacity: 0;
  width: 1em;
  z-index: -1;
}
input[type=checkbox] + label,
input[type=radio] + label {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 100;
  padding-left: 2.55em;
  padding-right: 0.75em;
  position: relative;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
  border-radius: 4px;
  border: solid 1px rgba(255, 255, 255, 0.3);
  content: "";
  display: inline-block;
  font-size: 0.8em;
  height: 2.25em;
  left: 0;
  line-height: 2.25em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 2.25em;
}
input[type=checkbox]:checked + label:before,
input[type=radio]:checked + label:before {
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff;
  content: "\f00c";
}
input[type=checkbox]:focus + label:before,
input[type=radio]:focus + label:before {
  border-color: #286fcc;
}

input[type=checkbox] + label:before {
  border-radius: 4px;
}

input[type=radio] + label:before {
  border-radius: 100%;
}

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1;
}

:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1;
}

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1;
}

/* Box */
.box {
  border-radius: 4px;
  border: solid 1px rgba(255, 255, 255, 0.3);
  margin-bottom: 2em;
  padding: 1.5em;
}
.box > :last-child,
.box > :last-child > :last-child,
.box > :last-child > :last-child > :last-child {
  margin-bottom: 0;
}
.box.alt {
  border: 0;
  border-radius: 0;
  padding: 0;
}

/* Icon */
.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative;
}
.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.icon > .label {
  display: none;
}
.icon:before {
  line-height: inherit;
}
.icon.solid:before {
  font-weight: 900 !important;
}
.icon.brands:before {
  font-family: "Font Awesome 5 Brands" !important;
}
.icon.alt {
  text-decoration: none;
}
.icon.alt:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.icon.alt:before {
  color: #1c1d26 !important;
  text-shadow: 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff;
}
.icon.major {
  background: #18427a;
  border-radius: 100%;
  cursor: default;
  display: inline-block;
  height: 6em;
  line-height: 5.65em;
  margin: 0 0 2em 0;
  text-align: center;
  width: 6em;
}
.icon.major:before {
  font-size: 2.25em;
}
.icon.major.alt {
  text-decoration: none;
}
.icon.major.alt:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.icon.major.alt:before {
  color: #18427a !important;
  text-shadow: 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff;
}

/* Image */
.image {
  border-radius: 4px;
  border: 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.image:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("images/overlay.png");
  width: 100%;
  height: 100%;
  z-index: 1;
}
.image img {
  border-radius: 4px;
  display: block;
}
.image.left {
  float: left;
  margin: 0 1.5em 1em 0;
  top: 0.25em;
}
.image.right {
  float: right;
  margin: 0 0 1em 1.5em;
  top: 0.25em;
}
.image.left, .image.right {
  max-width: 40%;
}
.image.left img, .image.right img {
  width: 100%;
}
.image.fit {
  display: block;
  margin: 0 0 2em 0;
  width: 100%;
}
.image.fit img {
  width: 100%;
}

/* List */
ol {
  list-style: decimal;
  margin: 0 0 2em 0;
  padding-left: 1.25em;
}
ol li {
  padding-left: 0.25em;
}

ul {
  list-style: disc;
  margin: 0 0 2em 0;
  padding-left: 1em;
}
ul li {
  padding-left: 0.5em;
}
ul.alt {
  list-style: none;
  padding-left: 0;
}
ul.alt li {
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  padding: 0.5em 0;
}
ul.alt li:first-child {
  border-top: 0;
  padding-top: 0;
}

dl {
  margin: 0 0 2em 0;
}

/* Icons */
ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0;
}
ul.icons li {
  display: inline-block;
  height: 2.5em;
  line-height: 2.5em;
  padding: 0 0.5em;
}
ul.icons li .icon {
  font-size: 0.8em;
}
ul.icons li .icon:before {
  font-size: 2em;
}

/* Actions */
ul.actions {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  cursor: default;
  list-style: none;
  margin-left: -1em;
  padding-left: 0;
}
ul.actions li {
  padding: 0 0 0 1em;
  vertical-align: middle;
}
ul.actions.special {
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
  margin-left: 0;
}
ul.actions.special li:first-child {
  padding-left: 0;
}
ul.actions.stacked {
  -moz-flex-direction: column;
  flex-direction: column;
  margin-left: 0;
}
ul.actions.stacked li {
  padding: 1.3em 0 0 0;
}
ul.actions.stacked li:first-child {
  padding-top: 0;
}
ul.actions.fit {
  width: calc(100% + 1em);
}
ul.actions.fit li {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  width: 100%;
}
ul.actions.fit li > * {
  width: 100%;
}
ul.actions.fit.stacked {
  width: 100%;
}
@media screen and (max-width: 480px) {
  ul.actions:not(.fixed) {
    -moz-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    width: 100% !important;
  }
  ul.actions:not(.fixed) li {
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    padding: 1em 0 0 0;
    text-align: center;
    width: 100%;
  }
  ul.actions:not(.fixed) li > * {
    width: 100%;
  }
  ul.actions:not(.fixed) li:first-child {
    padding-top: 0;
  }
  ul.actions:not(.fixed) li input[type=submit],
  ul.actions:not(.fixed) li input[type=reset],
  ul.actions:not(.fixed) li input[type=button],
  ul.actions:not(.fixed) li button,
  ul.actions:not(.fixed) li .button {
    width: 100%;
  }
  ul.actions:not(.fixed) li input[type=submit].icon:before,
  ul.actions:not(.fixed) li input[type=reset].icon:before,
  ul.actions:not(.fixed) li input[type=button].icon:before,
  ul.actions:not(.fixed) li button.icon:before,
  ul.actions:not(.fixed) li .button.icon:before {
    margin-left: -0.5em;
  }
}

/* Table */
.table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

table {
  margin: 0 0 2em 0;
  width: 100%;
}
table tbody tr {
  border: solid 1px rgba(255, 255, 255, 0.3);
  border-left: 0;
  border-right: 0;
}
table tbody tr:nth-child(2n+1) {
  background-color: rgba(255, 255, 255, 0.075);
}
table td {
  padding: 0.75em 0.75em;
}
table th {
  color: #ffffff;
  font-size: 0.9em;
  font-weight: 300;
  padding: 0 0.75em 0.75em 0.75em;
  text-align: left;
}
table thead {
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
table tfoot {
  border-top: solid 1px rgba(255, 255, 255, 0.3);
}
table.alt {
  border-collapse: separate;
}
table.alt tbody tr td {
  border: solid 1px rgba(255, 255, 255, 0.3);
  border-left-width: 0;
  border-top-width: 0;
}
table.alt tbody tr td:first-child {
  border-left-width: 1px;
}
table.alt tbody tr:first-child td {
  border-top-width: 1px;
}
table.alt thead {
  border-bottom: 0;
}
table.alt tfoot {
  border-top: 0;
}

/* Button */
input[type=submit],
input[type=reset],
input[type=button],
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  background-color: transparent;
  border-radius: 4px;
  border: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  font-weight: 300;
  height: 3em;
  line-height: 3em;
  padding: 0 2.25em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
input[type=submit]:hover, input[type=submit]:active,
input[type=reset]:hover,
input[type=reset]:active,
input[type=button]:hover,
input[type=button]:active,
.button:hover,
.button:active {
  box-shadow: inset 0 0 0 1px #286fcc;
  color: #286fcc !important;
}
input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active,
.button:active {
  background-color: rgba(40, 111, 204, 0.15);
}
input[type=submit].icon:before,
input[type=reset].icon:before,
input[type=button].icon:before,
.button.icon:before {
  margin-right: 0.5em;
}
input[type=submit].fit,
input[type=reset].fit,
input[type=button].fit,
.button.fit {
  width: 100%;
}
input[type=submit].small,
input[type=reset].small,
input[type=button].small,
.button.small {
  font-size: 0.8em;
}
input[type=submit].large,
input[type=reset].large,
input[type=button].large,
.button.large {
  font-size: 1.35em;
}
input[type=submit].primary,
input[type=reset].primary,
input[type=button].primary,
.button.primary {
  background-color: #286fcc;
  box-shadow: none;
  color: #ffffff !important;
}
input[type=submit].primary:hover,
input[type=reset].primary:hover,
input[type=button].primary:hover,
.button.primary:hover {
  background-color: #367cd8;
}
input[type=submit].primary:active,
input[type=reset].primary:active,
input[type=button].primary:active,
.button.primary:active {
  background-color: #2463b7;
}
input[type=submit].disabled, input[type=submit]:disabled,
input[type=reset].disabled,
input[type=reset]:disabled,
input[type=button].disabled,
input[type=button]:disabled,
.button.disabled,
.button:disabled {
  background-color: rgba(255, 255, 255, 0.3) !important;
  box-shadow: none !important;
  color: #ffffff !important;
  cursor: default;
  opacity: 0.25;
}

/* Goto Next */
.goto-next {
  border: 0;
  bottom: 0;
  display: block;
  height: 5em;
  left: 50%;
  margin: 0 0 0 -5em;
  overflow: hidden;
  position: absolute;
  text-indent: 10em;
  white-space: nowrap;
  width: 10em;
  z-index: 1;
}
.goto-next:before {
  background-image: url("images/arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 1.5em;
  left: 50%;
  margin: -0.75em 0 0 -1em;
  position: absolute;
  top: 50%;
  width: 2em;
  z-index: 1;
}

/* Spotlight */
.spotlight {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.spotlight:nth-last-of-type(1) {
  z-index: 1;
}
.spotlight:nth-last-of-type(2) {
  z-index: 2;
}
.spotlight:nth-last-of-type(3) {
  z-index: 3;
}
.spotlight:nth-last-of-type(4) {
  z-index: 4;
}
.spotlight:nth-last-of-type(5) {
  z-index: 5;
}
.spotlight:nth-last-of-type(6) {
  z-index: 6;
}
.spotlight:nth-last-of-type(7) {
  z-index: 7;
}
.spotlight:nth-last-of-type(8) {
  z-index: 8;
}
.spotlight:nth-last-of-type(9) {
  z-index: 9;
}
.spotlight:nth-last-of-type(10) {
  z-index: 10;
}
.spotlight:nth-last-of-type(11) {
  z-index: 11;
}
.spotlight:nth-last-of-type(12) {
  z-index: 12;
}
.spotlight:nth-last-of-type(13) {
  z-index: 13;
}
.spotlight:nth-last-of-type(14) {
  z-index: 14;
}
.spotlight:nth-last-of-type(15) {
  z-index: 15;
}
.spotlight:nth-last-of-type(16) {
  z-index: 16;
}
.spotlight:nth-last-of-type(17) {
  z-index: 17;
}
.spotlight:nth-last-of-type(18) {
  z-index: 18;
}
.spotlight:nth-last-of-type(19) {
  z-index: 19;
}
.spotlight:nth-last-of-type(20) {
  z-index: 20;
}
.spotlight:before {
  background-image: url("images/overlay.png");
  content: "";
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.spotlight .image.main {
  display: none;
}
.spotlight .image.main img {
  position: relative;
}
.spotlight .content {
  transform: translate(0,0);
  transition: transform 1s ease, opacity 1s ease;
  background: rgba(23, 24, 32, 0.95);
  border-style: solid;
  opacity: 1;
  position: absolute;
}
.spotlight .goto-next {
  transform: translate(0,0);
  transition: transform 0.75s ease, opacity 1s ease-in;
  transition-delay: 0.5s;
  opacity: 1;
}
.spotlight.top .content, .spotlight.bottom .content {
  left: 0;
  padding: 5.1em 0 3.1em 0;
  width: 100%;
}
.spotlight.top .content {
  border-bottom-width: 0.35em;
  top: 0;
}
.spotlight.bottom .content {
  border-top-width: 0.35em;
  bottom: 0;
}
.spotlight.left .content, .spotlight.right .content {
  height: 101%;
  padding: 6em 3em;
  top: 0;
  width: 28em;
}
.spotlight.left .content {
  border-right-width: 0.35em;
  left: 0;
}
.spotlight.right .content {
  border-left-width: 0.35em;
  right: 0;
}
.spotlight.style1 .content {
  border-color: #286fcc;
}
.spotlight.inactive .content {
  opacity: 0;
}
.spotlight.inactive .goto-next {
  transform: translate(0,1.5em);
  opacity: 0;
}
.spotlight.inactive.top .content {
  transform: translate(0,-5em);
}
.spotlight.inactive.bottom .content {
  transform: translate(0,5em);
}
.spotlight.inactive.left .content {
  transform: translate(-5em,0);
}
.spotlight.inactive.right .content {
  transform: translate(5em,0);
}

body.is-touch .spotlight {
  background-attachment: scroll;
}

/* Wrapper */
.wrapper {
  padding: 6em 0 4em 0;
}
.wrapper.style2 {
  background: #286fcc;
}
.wrapper.style2 input[type=text]:focus,
.wrapper.style2 input[type=password]:focus,
.wrapper.style2 input[type=email]:focus,
.wrapper.style2 select:focus,
.wrapper.style2 textarea:focus {
  border-color: rgba(255, 255, 255, 0.5);
}
.wrapper.style2 input[type=submit]:hover, .wrapper.style2 input[type=submit]:active,
.wrapper.style2 input[type=reset]:hover,
.wrapper.style2 input[type=reset]:active,
.wrapper.style2 input[type=button]:hover,
.wrapper.style2 input[type=button]:active,
.wrapper.style2 .button:hover,
.wrapper.style2 .button:active {
  background-color: rgba(255, 255, 255, 0.075) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5) !important;
  color: #ffffff !important;
}
.wrapper.style2 input[type=submit]:active,
.wrapper.style2 input[type=reset]:active,
.wrapper.style2 input[type=button]:active,
.wrapper.style2 .button:active {
  background-color: rgba(255, 255, 255, 0.25) !important;
}
.wrapper.style2 input[type=submit].primary,
.wrapper.style2 input[type=reset].primary,
.wrapper.style2 input[type=button].primary,
.wrapper.style2 .button.primary {
  background-color: #ffffff;
  color: #286fcc !important;
}
.wrapper.style2 input[type=submit].primary:hover, .wrapper.style2 input[type=submit].primary:active,
.wrapper.style2 input[type=reset].primary:hover,
.wrapper.style2 input[type=reset].primary:active,
.wrapper.style2 input[type=button].primary:hover,
.wrapper.style2 input[type=button].primary:active,
.wrapper.style2 .button.primary:hover,
.wrapper.style2 .button.primary:active {
  background-color: rgba(255, 255, 255, 0.075) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5) !important;
  color: #ffffff !important;
}
.wrapper.style2 input[type=submit].primary:active,
.wrapper.style2 input[type=reset].primary:active,
.wrapper.style2 input[type=button].primary:active,
.wrapper.style2 .button.primary:active {
  background-color: rgba(255, 255, 255, 0.25) !important;
}
.wrapper.fade-down > .container {
  transform: translate(0,0);
  transition: transform 1s ease, opacity 1s ease;
  opacity: 1;
}
.wrapper.fade-down.inactive > .container {
  transform: translate(0,-1em);
  opacity: 0;
}
.wrapper.fade-up > .container {
  transform: translate(0,0);
  transition: transform 1s ease, opacity 1s ease;
  opacity: 1;
}
.wrapper.fade-up.inactive > .container {
  transform: translate(0,1em);
  opacity: 0;
}
.wrapper.fade > .container {
  transition: opacity 1s ease;
  opacity: 1;
}
.wrapper.fade.inactive > .container {
  opacity: 0;
}

/* Dropotron */
.dropotron {
  background: rgba(39, 40, 51, 0.965);
  border-radius: 4px;
  box-shadow: 0 0.075em 0.35em 0 rgba(0, 0, 0, 0.125);
  list-style: none;
  margin-top: calc(-0.25em + 1px);
  min-width: 12em;
  padding: 0.25em 0;
}
.dropotron > li {
  border-top: solid 1px rgba(255, 255, 255, 0.035);
  padding: 0;
}
.dropotron > li a, .dropotron > li span {
  border: 0;
  color: rgba(255, 255, 255, 0.75);
  display: block;
  padding: 0.1em 1em;
  text-decoration: none;
}
.dropotron > li:first-child {
  border-top: 0;
}
.dropotron > li.active > a, .dropotron > li.active > span {
  color: #286fcc;
}
.dropotron.level-0 {
  font-size: 0.8em;
  margin-top: 1em;
}
.dropotron.level-0:before {
  transform: rotate(45deg);
  background: #18427a;
  content: "";
  display: block;
  height: 1em;
  position: absolute;
  right: 1.5em;
  top: -0.5em;
  width: 1em;
}

body.landing .dropotron.level-0 {
  margin-top: 0;
}

/* Header */
#page-wrapper {
  padding-top: 3.5em;
}

#header {
  background: rgba(39, 40, 51, 0.965);
  box-shadow: 0 0 0.25em 0 rgba(0, 0, 0, 0.25);
  cursor: default;
  height: 3.5em;
  left: 0;
  line-height: 3.5em;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
#header h1 {
  height: inherit;
  left: 1.25em;
  line-height: inherit;
  margin: 0;
  position: absolute;
  top: 0;
}
#header nav {
  position: absolute;
  right: 1em;
  top: 0;
}
#header nav ul {
  margin: 0;
}
#header nav ul li {
  display: inline-block;
  margin-left: 1em;
}
#header nav ul li a, #header nav ul li span {
  border: 0;
  color: inherit;
  display: inline-block;
  height: inherit;
  line-height: inherit;
  outline: 0;
}
#header nav ul li a.button, #header nav ul li span.button {
  height: 2em;
  line-height: 2em;
  padding: 0 1.25em;
}
#header nav ul li a:not(.button):before, #header nav ul li span:not(.button):before {
  margin-right: 0.5em;
}
#header nav ul li.active > a, #header nav ul li.active > span {
  color: #286fcc;
}
#header nav ul li > ul {
  display: none;
}

body.landing #page-wrapper {
  padding-top: 0;
}
body.landing #header {
  background: transparent;
  box-shadow: none;
  position: absolute;
}

/* Banner */
#banner {
  background-attachment: fixed;
  background-color: #18427a;
  background: rgb(15, 42, 81);
  background: linear-gradient(225deg, rgba(15, 42, 81, 0.1) 0%, rgba(71, 113, 170, 0.975) 35%, rgb(171, 207, 255) 100%), 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='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1010%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='%230e2a47'%3e%3c/rect%3e%3cg mask='url(%26quot%3b%23SvgjsMask1011%26quot%3b)'%3e%3cpath d='M747 63L963 63L1017 9L1089 9' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M742.5 63 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1084.5 9 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M153 405L153 297L9 153L9 63' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M148.5 405 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM4.5 63 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M117 351L135 369L135 405L9 531L9 549L27 567L153 567' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M112.5 351 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM148.5 567 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M495 495L495 567' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M490.5 495 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM490.5 567 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1269 243L1431 81L1431 9' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1264.5 243 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1426.5 9 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1413 441L1413 387L1431 369L1431 99' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1408.5 441 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1426.5 99 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M441 531L441 567' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M436.5 531 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM436.5 567 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1197 531L1179 531L1071 423L1035 423L963 351L855 351' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1192.5 531 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM850.5 351 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1323 441L1431 549L1431 567' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1318.5 441 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1426.5 567 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M459 225L585 99L603 99L675 171L675 243L621 297' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M454.5 225 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM616.5 297 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M333 441L207 567L171 567L153 549L153 495L243 405L261 405' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M328.5 441 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM256.5 405 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1107 81L1107 99L1179 171L1179 369L1125 423' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1102.5 81 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1120.5 423 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1071 207L945 333L729 333' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1066.5 207 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM724.5 333 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1017 99L1017 27' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1012.5 99 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1012.5 27 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M387 171L387 153L513 27L567 27L585 9L711 9' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M382.5 171 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM706.5 9 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1017 369L1017 387L1035 405L1125 405L1161 369L1161 189' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1012.5 369 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1156.5 189 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M675 531L675 459L747 387L747 351' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M670.5 531 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM742.5 351 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M153 117L153 9' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M148.5 117 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM148.5 9 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1017 297L1143 297' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1012.5 297 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1138.5 297 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M27 423L9 441L9 513' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M22.5 423 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM4.5 513 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M369 459L567 459L621 513L621 567' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M364.5 459 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM616.5 567 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M405 315L441 351L441 441' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M400.5 315 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM436.5 441 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M387 387L171 387' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M382.5 387 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM166.5 387 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M945 117L945 81' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M940.5 117 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM940.5 81 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1215 207L1287 135L1287 9' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1210.5 207 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1282.5 9 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M261 297L495 297L603 189' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M256.5 297 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM598.5 189 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M819 225L819 81' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M814.5 225 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM814.5 81 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1215 549L1233 531L1395 531L1413 549L1413 567' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1210.5 549 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1408.5 567 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1107 171L1107 117L1035 45L1035 27' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1102.5 171 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1030.5 27 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M747 189L693 135L657 135L567 45L513 45L405 153' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M742.5 189 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM400.5 153 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M441 315L441 333L549 441L675 441L729 387L729 351' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M436.5 315 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM724.5 351 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M117 9L135 27L135 207L279 351' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M112.5 9 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM274.5 351 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1215 441L1179 405L1179 387L1215 351L1413 351' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1210.5 441 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1408.5 351 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M243 441L225 441L171 495L171 549' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M238.5 441 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM166.5 549 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M873 207L927 261L927 279L945 297L963 297L1089 171L1089 117L1035 63' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M868.5 207 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1030.5 63 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1377 297L1413 261L1413 117' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1372.5 297 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1408.5 117 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1197 243L1251 243L1341 333L1359 333L1413 279' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1192.5 243 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1408.5 279 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M117 459L99 459L27 531L27 549' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M112.5 459 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM22.5 549 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M81 261L9 261' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M76.5 261 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM4.5 261 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M495 99L495 81L513 63L567 63L585 81' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M490.5 99 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM580.5 81 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M261 117L387 243L387 279' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M256.5 117 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM382.5 279 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M657 513L639 531L639 567' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M652.5 513 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM634.5 567 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M981 171L981 261L963 279L945 279' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M976.5 171 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM940.5 279 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M819 441L873 495L873 513L819 567L801 567L693 459' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M814.5 441 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM688.5 459 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M729 135L783 81L801 81' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M724.5 135 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM796.5 81 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M117 45L117 27L99 9L9 9' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M112.5 45 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM4.5 9 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M477 423L459 405L459 369' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M472.5 423 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM454.5 369 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1053 279L1071 261L1071 225L1143 153' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1048.5 279 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1138.5 153 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M369 531L333 567L225 567' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M364.5 531 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM220.5 567 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1125 549L1089 513L1089 477L1071 459L855 459L819 423' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1120.5 549 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM814.5 423 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M891 531L1089 531L1125 567L1233 567' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M886.5 531 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1228.5 567 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M639 99L747 99L765 81' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M634.5 99 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM760.5 81 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M279 225L315 189' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M274.5 225 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM310.5 189 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M477 117L459 117L369 207' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M472.5 117 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM364.5 207 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M729 477L765 477L801 441L801 405L837 369L963 369L1035 441' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M724.5 477 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1030.5 441 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M477 45L459 27L459 9' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M472.5 45 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM454.5 9 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M873 297L855 315L531 315' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M868.5 297 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM526.5 315 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M891 171L837 117L837 81' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M886.5 171 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM832.5 81 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M531 81L567 81' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M526.5 81 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM562.5 81 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M873 81L927 81' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M868.5 81 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM922.5 81 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M963 9L891 9L855 45L729 45L711 27L621 27' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M958.5 9 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM616.5 27 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M171 171L171 225L207 261L333 261L351 243L351 225L333 207L315 207L279 243L261 243' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M166.5 171 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM256.5 243 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M45 369L117 369' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M40.5 369 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM112.5 369 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M63 135L45 153L27 153' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M58.5 135 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM22.5 153 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M585 225L495 315L495 369L531 405L693 405' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M580.5 225 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM688.5 405 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M603 261L603 207L639 171L639 153L603 117L585 117L567 135L567 207L495 279L477 279' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M598.5 261 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM472.5 279 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M423 531L387 531L351 567' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M418.5 531 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM346.5 567 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1359 207L1395 207' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1354.5 207 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1390.5 207 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M189 297L189 279L63 153' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M184.5 297 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM58.5 153 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1233 81L1125 81L1071 27L1053 27' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1228.5 81 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1048.5 27 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1251 135L1197 189L1197 207L1215 225L1269 225L1377 117L1377 63L1413 27' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1246.5 135 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1408.5 27 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1251 405L1287 369L1413 369' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1246.5 405 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1408.5 369 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M963 153L927 189L927 243L945 261L963 261' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M958.5 153 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM958.5 261 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1359 9L1305 63L1305 99L1341 135' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1354.5 9 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1336.5 135 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M783 9L801 27L855 27L873 9' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M778.5 9 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM868.5 9 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M99 153L99 171L117 189' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M94.5 153 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM112.5 189 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M207 153L189 171L189 225L207 243L225 243L243 225L261 225L297 189L297 171L171 45L171 27' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M202.5 153 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM166.5 27 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M117 549L81 513L63 513L45 531L45 549' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M112.5 549 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM40.5 549 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1107 351L1107 387' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1102.5 351 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1102.5 387 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1251 9L1269 27L1269 63L1251 81L1251 117L1269 135' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1246.5 9 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1264.5 135 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M441 153L513 153L567 99' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M436.5 153 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM562.5 99 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M261 531L423 369L423 351L387 315L261 315' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M256.5 531 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM256.5 315 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M603 153L603 171L585 189' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M598.5 153 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM580.5 189 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M189 531L315 405L369 405' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M184.5 531 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM364.5 405 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M747 261L729 261L693 225L693 153' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M742.5 261 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM688.5 153 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1395 423L1395 495L1413 513L1431 513' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1390.5 423 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1426.5 513 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1359 405L1377 423L1377 477' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1354.5 405 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1372.5 477 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M9 225L27 207L45 207L81 243' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M4.5 225 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM76.5 243 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1395 153L1395 189' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1390.5 153 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1390.5 189 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1359 189L1305 243' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1354.5 189 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1300.5 243 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M567 297L585 279L585 243' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M562.5 297 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM580.5 243 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M153 477L225 405' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M148.5 477 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM220.5 405 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1233 261L1197 261' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1228.5 261 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1192.5 261 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M675 387L531 387L513 369L513 315' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M670.5 387 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM508.5 315 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M909 189L909 99' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M904.5 189 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM904.5 99 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1251 27L1215 27L1179 63L1161 63L1107 9' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1246.5 27 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1102.5 9 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1107 225L1143 225' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1102.5 225 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1138.5 225 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M117 99L81 99L45 135L27 135' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M112.5 99 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM22.5 135 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M405 45L459 45' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M400.5 45 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM454.5 45 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M783 351L837 351' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M778.5 351 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM832.5 351 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M351 81L297 135' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M346.5 81 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM292.5 135 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1179 441L1197 441L1269 513L1377 513' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1174.5 441 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1372.5 513 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M945 135L945 153L927 171' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M940.5 135 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM922.5 171 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M369 27L423 81L423 99L351 171L333 171L315 153L315 135L369 81L405 81' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M364.5 27 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM400.5 81 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1215 369L1197 387L1197 405L1287 495L1359 495' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1210.5 369 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1354.5 495 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M135 477L99 477L81 495' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M130.5 477 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM76.5 495 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M603 351L585 369L531 369' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M598.5 351 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM526.5 369 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1017 117L1071 117' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1012.5 117 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1066.5 117 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M711 513L729 513L783 567' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M706.5 513 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM778.5 567 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M243 153L225 153L207 171L207 225' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M238.5 153 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM202.5 225 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M549 567L603 567' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M544.5 567 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM598.5 567 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M225 369L171 369' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M220.5 369 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM166.5 369 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M315 351L297 333L279 333' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M310.5 351 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM274.5 333 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M603 297L603 279L657 225L657 171' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M598.5 297 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM652.5 171 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M639 423L675 423' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M634.5 423 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM670.5 423 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M891 441L837 387' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M886.5 441 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM832.5 387 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M549 207L549 153' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M544.5 207 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM544.5 153 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M477 477L333 477L261 549L243 549' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M472.5 477 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM238.5 549 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M621 225L621 207L639 189' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M616.5 225 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM634.5 189 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1323 153L1287 153L1233 207' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1318.5 153 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1228.5 207 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M729 567L765 567' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M724.5 567 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM760.5 567 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M351 531L333 549L279 549' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M346.5 531 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM274.5 549 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M423 567L405 549L387 549L369 567' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M418.5 567 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM364.5 567 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M909 423L927 405L927 387' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M904.5 423 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM922.5 387 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M279 9L423 9' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M274.5 9 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM418.5 9 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M873 45L891 27L981 27L999 9' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M868.5 45 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM994.5 9 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M999 351L981 351L963 333' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M994.5 351 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM958.5 333 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1377 279L1395 261L1395 225' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1372.5 279 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1390.5 225 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M981 63L981 153L1035 207' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M976.5 63 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1030.5 207 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1053 243L1017 279' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1048.5 243 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1012.5 279 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M495 243L531 207L531 171' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M490.5 243 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM526.5 171 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1143 531L1107 495L1107 477' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1138.5 531 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1102.5 477 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M297 63L297 27' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M292.5 63 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM292.5 27 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1035 315L1035 387' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1030.5 315 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1030.5 387 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1215 477L1179 513' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1210.5 477 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1174.5 513 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1269 279L1197 279' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1264.5 279 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1192.5 279 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M513 81L513 135' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M508.5 81 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM508.5 135 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M207 297L207 351' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M202.5 297 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM202.5 351 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M891 297L837 243L837 189' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M886.5 297 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM832.5 189 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1359 279L1359 225' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1354.5 279 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1354.5 225 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M891 567L909 549L1089 549L1107 567' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M886.5 567 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1102.5 567 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M279 477L279 459L315 423L351 423' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M274.5 477 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM346.5 423 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1323 279L1323 243' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1318.5 279 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1318.5 243 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M603 549L603 531L549 477L495 477' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M598.5 549 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM490.5 477 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M783 117L747 153L747 171L765 189L783 189L801 171L801 99' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M778.5 117 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM796.5 99 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M999 477L1071 477' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M994.5 477 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1066.5 477 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M153 441L153 423L171 405L207 405' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M148.5 441 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM202.5 405 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M675 63L693 81L729 81' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M670.5 63 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM724.5 81 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M45 387L9 387' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M40.5 387 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM4.5 387 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1233 135L1197 171' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1228.5 135 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1192.5 171 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1413 477L1431 459L1431 387' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1408.5 477 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1426.5 387 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M945 387L945 441' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M940.5 387 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM940.5 441 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M711 567L693 549L657 549' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M706.5 567 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM652.5 549 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M855 513L801 459' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M850.5 513 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM796.5 459 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M189 117L153 153L153 207' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M184.5 117 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM148.5 207 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1359 63L1359 27L1377 9' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1354.5 63 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1372.5 9 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M801 9L855 9' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M796.5 9 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM850.5 9 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M45 477L117 405L117 387' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M40.5 477 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM112.5 387 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M999 423L963 423' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M994.5 423 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM958.5 423 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M747 225L729 207L729 189L711 171' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M742.5 225 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM706.5 171 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1269 441L1305 441L1359 387L1395 387' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1264.5 441 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1390.5 387 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M117 333L135 315L135 297L99 261' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M112.5 333 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM94.5 261 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M99 297L9 297' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M94.5 297 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM4.5 297 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M999 441L963 441' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M994.5 441 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM958.5 441 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M99 549L81 531L63 531' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M94.5 549 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM58.5 531 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M513 549L549 513L567 513L585 531L585 549' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M508.5 549 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM580.5 549 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M27 63L27 117' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M22.5 63 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM22.5 117 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1251 297L1251 333' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1246.5 297 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1246.5 333 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M783 477L837 531' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M778.5 477 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM832.5 531 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M261 171L243 189L243 207L225 225' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M256.5 171 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM220.5 225 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1125 315L1125 387' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1120.5 315 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1120.5 387 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M855 207L855 189L873 171' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M850.5 207 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM868.5 171 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M243 27L225 9L171 9' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M238.5 27 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM166.5 9 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1305 405L1323 387L1341 387' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1300.5 405 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1336.5 387 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M909 387L891 405L873 405L855 387' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M904.5 387 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM850.5 387 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1323 567L1305 549L1251 549' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1318.5 567 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1246.5 549 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1251 207L1287 171L1305 171' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1246.5 207 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1300.5 171 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M369 135L351 153L333 153' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M364.5 135 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM328.5 153 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M945 513L981 513L999 495L1071 495' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M940.5 513 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1066.5 495 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M891 315L909 297L927 297L945 315' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M886.5 315 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM940.5 315 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1233 495L1215 495L1197 513' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1228.5 495 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1192.5 513 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1197 9L1233 9' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1192.5 9 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1228.5 9 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M315 333L387 333' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M310.5 333 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM382.5 333 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M81 405L27 459L27 495' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M76.5 405 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM22.5 495 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1107 261L1143 261' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1102.5 261 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1138.5 261 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M909 261L873 225L855 225' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M904.5 261 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM850.5 225 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M81 117L81 153' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M76.5 117 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM76.5 153 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M711 549L747 549' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M706.5 549 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM742.5 549 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1197 153L1143 99L1125 99' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1192.5 153 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1120.5 99 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M765 405L801 369L819 369' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M760.5 405 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM814.5 369 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M99 207L63 171L45 171' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M94.5 207 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM40.5 171 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M81 81L27 27L9 27' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M76.5 81 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM4.5 27 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M549 351L567 333L639 333L693 387L711 387' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M544.5 351 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM706.5 387 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1341 99L1341 45' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1336.5 99 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1336.5 45 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M891 99L873 99L855 117' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M886.5 99 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM850.5 117 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1161 495L1161 477L1179 459L1197 459' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1156.5 495 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1192.5 459 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M585 27L585 45L621 81L675 81' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M580.5 27 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM670.5 81 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M351 45L369 45L387 63' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M346.5 45 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM382.5 63 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M801 513L801 549' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M796.5 513 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM796.5 549 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M243 297L261 279L369 279' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M238.5 297 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM364.5 279 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M9 351L45 315L117 315' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M4.5 351 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM112.5 315 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1413 63L1413 81L1395 99' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1408.5 63 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1390.5 99 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1035 171L1071 135' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1030.5 171 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1066.5 135 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M189 45L225 81L243 81L279 45L279 27' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M184.5 45 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM274.5 27 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1161 9L1161 45' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1156.5 9 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1156.5 45 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M333 351L369 351L387 369L405 369' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M328.5 351 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM400.5 369 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M675 117L729 117' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M670.5 117 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM724.5 117 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1305 477L1341 477' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1300.5 477 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1336.5 477 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M441 225L441 171' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M436.5 225 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM436.5 171 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M927 135L927 99' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M922.5 135 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM922.5 99 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M189 351L189 315L99 225' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M184.5 351 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM94.5 225 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1107 279L1089 261L1089 225' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1102.5 279 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1084.5 225 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M45 81L45 117' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M40.5 81 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM40.5 117 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M405 225L405 261L423 279L459 279L477 261L477 225L513 189' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M400.5 225 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM508.5 189 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M549 9L513 9' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M544.5 9 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM508.5 9 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1071 171L1053 171L1035 189' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1066.5 171 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1030.5 189 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M783 441L747 441L729 423' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M778.5 441 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM724.5 423 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1233 423L1305 423' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1228.5 423 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1300.5 423 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M855 423L837 423L819 405' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M850.5 423 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM814.5 405 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M63 333L45 333L9 369' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M58.5 333 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM4.5 369 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M747 297L657 297' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M742.5 297 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM652.5 297 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1089 369L1053 369' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1084.5 369 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1048.5 369 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M783 513L765 513L747 495' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M778.5 513 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM742.5 495 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M459 189L477 189L495 171' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M454.5 189 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM490.5 171 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1341 243L1341 315' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1336.5 243 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1336.5 315 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M99 27L81 45L81 63' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M94.5 27 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM76.5 63 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M837 297L837 261L801 225L765 225L747 243' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M832.5 297 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM742.5 243 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1143 207L1143 171' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1138.5 207 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1138.5 171 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M783 135L765 153L765 171' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M778.5 135 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM760.5 171 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M927 513L891 513' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M922.5 513 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM886.5 513 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M9 405L63 405' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M4.5 405 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM58.5 405 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1161 441L1143 459L1125 459L1107 441L1107 423' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1156.5 441 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1102.5 423 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M999 153L999 45' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M994.5 153 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM994.5 45 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M477 495L405 495' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M472.5 495 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM400.5 495 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M927 495L945 477L981 477' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M922.5 495 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM976.5 477 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M351 135L369 117L369 99' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M346.5 135 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM364.5 99 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1269 567L1305 567' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1264.5 567 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1300.5 567 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1215 387L1251 387' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1210.5 387 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1246.5 387 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M333 81L315 63L315 27' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M328.5 81 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM310.5 27 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M279 171L279 189L261 207' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M274.5 171 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM256.5 207 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1107 315L1107 333L1089 351L1053 351' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1102.5 315 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1048.5 351 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M855 243L873 243L891 261L891 279' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M850.5 243 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM886.5 279 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M567 549L531 549L513 567' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M562.5 549 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM508.5 567 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M351 63L333 45L333 27' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M346.5 63 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM328.5 27 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M981 567L1071 567' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M976.5 567 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1066.5 567 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1287 315L1305 333L1323 333' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1282.5 315 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1318.5 333 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1215 135L1179 99' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1210.5 135 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1174.5 99 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M243 351L261 351L279 369L369 369' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M238.5 351 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM364.5 369 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M207 45L225 63L243 63L261 45' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M202.5 45 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM256.5 45 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M693 279L657 279' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M688.5 279 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM652.5 279 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1215 513L1251 513' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1210.5 513 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1246.5 513 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M711 189L711 225' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M706.5 189 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM706.5 225 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M801 243L801 297' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M796.5 243 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM796.5 297 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M279 63L279 117' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M274.5 63 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM274.5 117 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M819 261L819 297' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M814.5 261 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM814.5 297 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1089 315L1053 315' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1084.5 315 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1048.5 315 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1197 297L1233 333' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1192.5 297 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1228.5 333 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M243 513L225 531L207 531' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M238.5 513 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM202.5 531 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M45 279L81 279' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M40.5 279 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM76.5 279 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M423 225L459 261' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M418.5 225 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM454.5 261 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M369 441L387 423L405 423L423 441' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M364.5 441 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM418.5 441 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3cpath d='M1215 45L1251 45' stroke-width='3' stroke='%233a7cc3'%3e%3c/path%3e%3cpath d='M1210.5 45 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0zM1246.5 45 a4.5 4.5 0 1 0 9 0 a4.5 4.5 0 1 0 -9 0z' fill='%233a7cc3'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1010'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cmask id='SvgjsMask1011'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3cpath d='M744.75 63 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1086.75 9 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M150.75 405 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM6.75 63 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M114.75 351 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM150.75 567 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M492.75 495 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM492.75 567 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1266.75 243 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1428.75 9 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1410.75 441 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1428.75 99 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M438.75 531 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM438.75 567 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1194.75 531 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM852.75 351 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1320.75 441 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1428.75 567 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M456.75 225 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM618.75 297 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M330.75 441 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM258.75 405 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1104.75 81 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1122.75 423 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1068.75 207 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM726.75 333 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1014.75 99 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1014.75 27 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M384.75 171 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM708.75 9 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1014.75 369 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1158.75 189 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M672.75 531 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM744.75 351 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M150.75 117 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM150.75 9 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1014.75 297 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1140.75 297 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M24.75 423 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM6.75 513 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M366.75 459 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM618.75 567 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M402.75 315 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM438.75 441 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M384.75 387 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM168.75 387 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M942.75 117 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM942.75 81 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1212.75 207 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1284.75 9 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M258.75 297 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM600.75 189 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M816.75 225 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM816.75 81 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1212.75 549 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1410.75 567 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1104.75 171 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1032.75 27 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M744.75 189 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM402.75 153 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M438.75 315 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM726.75 351 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M114.75 9 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM276.75 351 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1212.75 441 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1410.75 351 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M240.75 441 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM168.75 549 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M870.75 207 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1032.75 63 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1374.75 297 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1410.75 117 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1194.75 243 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1410.75 279 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M114.75 459 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM24.75 549 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M78.75 261 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM6.75 261 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M492.75 99 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM582.75 81 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M258.75 117 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM384.75 279 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M654.75 513 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM636.75 567 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M978.75 171 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM942.75 279 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M816.75 441 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM690.75 459 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M726.75 135 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM798.75 81 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M114.75 45 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM6.75 9 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M474.75 423 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM456.75 369 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1050.75 279 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1140.75 153 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M366.75 531 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM222.75 567 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1122.75 549 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM816.75 423 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M888.75 531 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1230.75 567 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M636.75 99 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM762.75 81 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M276.75 225 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM312.75 189 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M474.75 117 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM366.75 207 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M726.75 477 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1032.75 441 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M474.75 45 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM456.75 9 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M870.75 297 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM528.75 315 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M888.75 171 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM834.75 81 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M528.75 81 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM564.75 81 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M870.75 81 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM924.75 81 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M960.75 9 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM618.75 27 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M168.75 171 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM258.75 243 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M42.75 369 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM114.75 369 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M60.75 135 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM24.75 153 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M582.75 225 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM690.75 405 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M600.75 261 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM474.75 279 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M420.75 531 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM348.75 567 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1356.75 207 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1392.75 207 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M186.75 297 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM60.75 153 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1230.75 81 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1050.75 27 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1248.75 135 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1410.75 27 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1248.75 405 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1410.75 369 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M960.75 153 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM960.75 261 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1356.75 9 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1338.75 135 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M780.75 9 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM870.75 9 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M96.75 153 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM114.75 189 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M204.75 153 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM168.75 27 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M114.75 549 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM42.75 549 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1104.75 351 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1104.75 387 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1248.75 9 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1266.75 135 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M438.75 153 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM564.75 99 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M258.75 531 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM258.75 315 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M600.75 153 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM582.75 189 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M186.75 531 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM366.75 405 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M744.75 261 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM690.75 153 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1392.75 423 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1428.75 513 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1356.75 405 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1374.75 477 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M6.75 225 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM78.75 243 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1392.75 153 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1392.75 189 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1356.75 189 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1302.75 243 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M564.75 297 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM582.75 243 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M150.75 477 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM222.75 405 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1230.75 261 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1194.75 261 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M672.75 387 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM510.75 315 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M906.75 189 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM906.75 99 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1248.75 27 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1104.75 9 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1104.75 225 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1140.75 225 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M114.75 99 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM24.75 135 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M402.75 45 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM456.75 45 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M780.75 351 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM834.75 351 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M348.75 81 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM294.75 135 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1176.75 441 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1374.75 513 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M942.75 135 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM924.75 171 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M366.75 27 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM402.75 81 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1212.75 369 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1356.75 495 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M132.75 477 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM78.75 495 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M600.75 351 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM528.75 369 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1014.75 117 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1068.75 117 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M708.75 513 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM780.75 567 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M240.75 153 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM204.75 225 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M546.75 567 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM600.75 567 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M222.75 369 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM168.75 369 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M312.75 351 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM276.75 333 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M600.75 297 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM654.75 171 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M636.75 423 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM672.75 423 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M888.75 441 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM834.75 387 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M546.75 207 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM546.75 153 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M474.75 477 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM240.75 549 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M618.75 225 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM636.75 189 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1320.75 153 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1230.75 207 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M726.75 567 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM762.75 567 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M348.75 531 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM276.75 549 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M420.75 567 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM366.75 567 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M906.75 423 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM924.75 387 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M276.75 9 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM420.75 9 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M870.75 45 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM996.75 9 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M996.75 351 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM960.75 333 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1374.75 279 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1392.75 225 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M978.75 63 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1032.75 207 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1050.75 243 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1014.75 279 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M492.75 243 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM528.75 171 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1140.75 531 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1104.75 477 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M294.75 63 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM294.75 27 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1032.75 315 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1032.75 387 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1212.75 477 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1176.75 513 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1266.75 279 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1194.75 279 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M510.75 81 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM510.75 135 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M204.75 297 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM204.75 351 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M888.75 297 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM834.75 189 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1356.75 279 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1356.75 225 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M888.75 567 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1104.75 567 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M276.75 477 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM348.75 423 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1320.75 279 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1320.75 243 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M600.75 549 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM492.75 477 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M780.75 117 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM798.75 99 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M996.75 477 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1068.75 477 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M150.75 441 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM204.75 405 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M672.75 63 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM726.75 81 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M42.75 387 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM6.75 387 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1230.75 135 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1194.75 171 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1410.75 477 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1428.75 387 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M942.75 387 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM942.75 441 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M708.75 567 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM654.75 549 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M852.75 513 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM798.75 459 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M186.75 117 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM150.75 207 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1356.75 63 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1374.75 9 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M798.75 9 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM852.75 9 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M42.75 477 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM114.75 387 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M996.75 423 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM960.75 423 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M744.75 225 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM708.75 171 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1266.75 441 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1392.75 387 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M114.75 333 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM96.75 261 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M96.75 297 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM6.75 297 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M996.75 441 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM960.75 441 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M96.75 549 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM60.75 531 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M510.75 549 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM582.75 549 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M24.75 63 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM24.75 117 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1248.75 297 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1248.75 333 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M780.75 477 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM834.75 531 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M258.75 171 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM222.75 225 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1122.75 315 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1122.75 387 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M852.75 207 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM870.75 171 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M240.75 27 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM168.75 9 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1302.75 405 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1338.75 387 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M906.75 387 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM852.75 387 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1320.75 567 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1248.75 549 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1248.75 207 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1302.75 171 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M366.75 135 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM330.75 153 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M942.75 513 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1068.75 495 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M888.75 315 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM942.75 315 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1230.75 495 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1194.75 513 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1194.75 9 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1230.75 9 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M312.75 333 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM384.75 333 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M78.75 405 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM24.75 495 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1104.75 261 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1140.75 261 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M906.75 261 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM852.75 225 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M78.75 117 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM78.75 153 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M708.75 549 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM744.75 549 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1194.75 153 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1122.75 99 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M762.75 405 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM816.75 369 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M96.75 207 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM42.75 171 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M78.75 81 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM6.75 27 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M546.75 351 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM708.75 387 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1338.75 99 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1338.75 45 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M888.75 99 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM852.75 117 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1158.75 495 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1194.75 459 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M582.75 27 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM672.75 81 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M348.75 45 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM384.75 63 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M798.75 513 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM798.75 549 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M240.75 297 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM366.75 279 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M6.75 351 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM114.75 315 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1410.75 63 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1392.75 99 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1032.75 171 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1068.75 135 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M186.75 45 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM276.75 27 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1158.75 9 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1158.75 45 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M330.75 351 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM402.75 369 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M672.75 117 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM726.75 117 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1302.75 477 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1338.75 477 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M438.75 225 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM438.75 171 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M924.75 135 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM924.75 99 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M186.75 351 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM96.75 225 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1104.75 279 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1086.75 225 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M42.75 81 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM42.75 117 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M402.75 225 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM510.75 189 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M546.75 9 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM510.75 9 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1068.75 171 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1032.75 189 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M780.75 441 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM726.75 423 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1230.75 423 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1302.75 423 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M852.75 423 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM816.75 405 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M60.75 333 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM6.75 369 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M744.75 297 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM654.75 297 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1086.75 369 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1050.75 369 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M780.75 513 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM744.75 495 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M456.75 189 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM492.75 171 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1338.75 243 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1338.75 315 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M96.75 27 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM78.75 63 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M834.75 297 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM744.75 243 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1140.75 207 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1140.75 171 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M780.75 135 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM762.75 171 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M924.75 513 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM888.75 513 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M6.75 405 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM60.75 405 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1158.75 441 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1104.75 423 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M996.75 153 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM996.75 45 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M474.75 495 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM402.75 495 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M924.75 495 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM978.75 477 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M348.75 135 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM366.75 99 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1266.75 567 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1302.75 567 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1212.75 387 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1248.75 387 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M330.75 81 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM312.75 27 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M276.75 171 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM258.75 207 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1104.75 315 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1050.75 351 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M852.75 243 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM888.75 279 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M564.75 549 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM510.75 567 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M348.75 63 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM330.75 27 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M978.75 567 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1068.75 567 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1284.75 315 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1320.75 333 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1212.75 135 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1176.75 99 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M240.75 351 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM366.75 369 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M204.75 45 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM258.75 45 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M690.75 279 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM654.75 279 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1212.75 513 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1248.75 513 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M708.75 189 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM708.75 225 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M798.75 243 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM798.75 297 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M276.75 63 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM276.75 117 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M816.75 261 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM816.75 297 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1086.75 315 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1050.75 315 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1194.75 297 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1230.75 333 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M240.75 513 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM204.75 531 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M42.75 279 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM78.75 279 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M420.75 225 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM456.75 261 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M366.75 441 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM420.75 441 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3cpath d='M1212.75 45 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0zM1248.75 45 a2.25 2.25 0 1 0 4.5 0 a2.25 2.25 0 1 0 -4.5 0z' fill='black'%3e%3c/path%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
  background-position: center center;
  background-size: cover;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
  min-height: 100vh;
  position: relative;
  text-align: center;
  z-index: 21;
}
#banner:before {
  content: "";
  display: inline-block;
  height: 100vh;
  vertical-align: middle;
  width: 1%;
}
#banner:after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#banner .content {
  display: inline-block;
  margin-right: 1%;
  max-width: 95%;
  padding: 6em;
  position: relative;
  text-align: center;
  vertical-align: middle;
  z-index: 1;
}
#banner .content header {
  display: inline-block;
  vertical-align: middle;
  padding: 1em;
}
#banner .content header h2 {
  font-size: 2.5em;
  margin: 0;
}
#banner .content header p {
  margin: 0.5em 0 0 0;
  top: 0;
}
#banner .content header .soft {
  color: rgba(32, 51, 76, 0.75);
}
#banner .content svg {
  display: inline-block;
  margin: 1em;
  vertical-align: middle;
  width: 70%;
}
#banner .content .image {
  display: inline-block;
  margin: 1.5em;
  vertical-align: middle;
}
#banner .content .image img {
  display: block;
  width: 100%;
}

body.is-touch #banner {
  background-attachment: scroll;
}

/* Footer */
#footer {
  background: #18427a;
  padding: 6em 0;
  text-align: center;
}
#footer .icons .icon.alt {
  text-decoration: none;
}
#footer .icons .icon.alt:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
#footer .icons .icon.alt:before {
  color: #18427a !important;
  text-shadow: 1px 0 0 rgba(255, 255, 255, 0.5), -1px 0 0 rgba(255, 255, 255, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5), 0 -1px 0 rgba(255, 255, 255, 0.5);
}
#footer .copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8em;
  line-height: 1em;
  margin: 2em 0 0 0;
  padding: 0;
  text-align: center;
}
#footer .copyright li {
  border-left: solid 1px rgba(255, 255, 255, 0.3);
  display: inline-block;
  list-style: none;
  margin-left: 1.5em;
  padding-left: 1.5em;
}
#footer .copyright li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}
#footer .copyright li a {
  color: inherit;
}

/* XLarge */
@media screen and (max-width: 1680px) {
  /* Basic */
  body, input, select, textarea {
    font-size: 13pt;
  }
}
/* Large */
@media screen and (max-width: 1280px) {
  /* Basic */
  body, input, select, textarea {
    font-size: 11.5pt;
  }
  /* Spotlight */
  .spotlight.top .content {
    padding: 3.825em 0 1.825em 0;
  }
  .spotlight.bottom .content {
    padding: 3.825em 0 2.95em 0;
  }
  .spotlight.left .content, .spotlight.right .content {
    padding: 4.5em 2.5em;
    width: 25em;
  }
  /* Wrapper */
  .wrapper {
    padding: 4.5em 0 2.5em 0;
  }
  /* Dropotron */
  .dropotron.level-0 {
    font-size: 1em;
  }
  /* Banner */
  #banner .content {
    padding: 4.5em;
  }
  /* Footer */
  #footer {
    padding: 4.5em 0;
  }
}
/* Medium */
@media screen and (max-width: 980px) {
  /* Basic */
  body, input, select, textarea {
    font-size: 12pt;
  }
  /* Spotlight */
  .spotlight {
    background-attachment: scroll;
    height: auto;
  }
  .spotlight .image.main {
    display: block;
    margin: 0;
    max-height: 40vh;
    overflow: hidden;
  }
  .spotlight .content {
    background-color: #1c1d26;
    border-width: 0 !important;
    border-top-width: 0.35em !important;
    bottom: auto !important;
    left: auto !important;
    padding: 4.5em 2.5em 2.5em 2.5em !important;
    position: relative;
    right: auto !important;
    text-align: center;
    top: auto !important;
    width: 100% !important;
  }
  .spotlight .content ul.actions {
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
    margin-left: 0;
  }
  .spotlight .content ul.actions li:first-child {
    padding-left: 0;
  }
  .spotlight .goto-next {
    display: none;
  }
  /* Wrapper */
  .wrapper {
    padding: 4.5em 2.5em 2.5em 2.5em;
  }
  /* Banner */
  #banner {
    background-attachment: scroll;
  }
  #banner .goto-next {
    height: 7em;
  }
  #banner .content {
    padding: 9em 0;
    text-align: center;
  }
  #banner .content header {
    display: block;
    margin: 0 0 2em 0;
    text-align: center;
  }
  #banner .content .image {
    margin: 0;
  }
  /* Footer */
  #footer {
    padding: 4.5em 0;
  }
}
/* Small */
#navPanel, #titleBar {
  display: none;
}

@media screen and (max-width: 736px) {
  /* Basic */
  html, body {
    overflow-x: hidden;
  }
  body, input, select, textarea {
    font-size: 12pt;
  }
  h2 {
    font-size: 1.5em;
  }
  h3 {
    font-size: 1.2em;
  }
  h4 {
    font-size: 1em;
  }
  /* Section/Article */
  header p br {
    display: none;
  }
  header h2 + p {
    font-size: 1em;
  }
  header h3 + p {
    font-size: 1em;
  }
  header h4 + p,
  header h5 + p,
  header h6 + p {
    font-size: 0.9em;
  }
  header.major {
    margin: 0 0 2em 0;
  }
  /* Goto Next */
  .goto-next:before {
    height: 0.8em;
    margin: -0.4em 0 0 -0.6em;
    width: 1.2em;
  }
  /* Spotlight */
  .spotlight {
    box-shadow: 0 0.125em 0.5em 0 rgba(0, 0, 0, 0.25);
  }
  .spotlight .image.main {
    max-height: 60vh;
  }
  .spotlight .content {
    border-top-width: 0.2em !important;
    padding: 3.25em 1.5em 1.25em 1.5em !important;
  }
  /* Wrapper */
  .wrapper {
    padding: 3.25em 1.5em 1.25em 1.5em;
  }
  /* Header */
  #header {
    display: none;
  }
  /* Banner */
  #banner {
    box-shadow: 0 0.125em 0.5em 0 rgba(0, 0, 0, 0.25);
    min-height: calc(100vh - 44px);
  }
  #banner:before {
    height: calc(100vh - 44px);
  }
  #banner .content {
    padding: 4.0625em 1.5em 4.875em 1.5em;
  }
  #banner .content header h2 {
    font-size: 1.5em;
  }
  #banner .content .image {
    height: 9em;
    width: 9em;
  }
  /* Nav */
  #page-wrapper {
    backface-visibility: hidden;
    transition: transform 0.5s ease;
    padding-bottom: 1px;
    padding-top: 44px !important;
  }
  #titleBar {
    backface-visibility: hidden;
    transition: transform 0.5s ease;
    display: block;
    height: 44px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10001;
    background: #18427a;
    box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  }
  #titleBar .title {
    color: #ffffff;
    display: block;
    font-weight: 300;
    height: 44px;
    line-height: 44px;
    text-align: center;
  }
  #titleBar .title a {
    color: inherit;
    border: 0;
  }
  #titleBar .toggle {
    text-decoration: none;
    height: 60px;
    left: 0;
    position: absolute;
    top: 0;
    width: 90px;
    outline: 0;
    border: 0;
  }
  #titleBar .toggle:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  #titleBar .toggle:before {
    background: #286fcc;
    color: rgba(255, 255, 255, 0.5);
    content: "\f0c9";
    display: block;
    font-size: 18px;
    height: 44px;
    left: 0;
    line-height: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 54px;
  }
  #navPanel {
    backface-visibility: hidden;
    transform: translateX(-275px);
    transition: transform 0.5s ease;
    display: block;
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 275px;
    z-index: 10002;
    background: #181920;
    padding: 0.75em 1.25em;
  }
  #navPanel .link {
    border: 0;
    border-top: solid 1px rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.75);
    display: block;
    height: 3em;
    line-height: 3em;
    text-decoration: none;
  }
  #navPanel .link:hover {
    color: inherit !important;
  }
  #navPanel .link:first-child {
    border-top: 0;
  }
  #navPanel .link.depth-0 {
    color: #ffffff;
    font-weight: 300;
  }
  #navPanel .link .indent-1 {
    display: inline-block;
    width: 1.25em;
  }
  #navPanel .link .indent-2 {
    display: inline-block;
    width: 2.5em;
  }
  #navPanel .link .indent-3 {
    display: inline-block;
    width: 3.75em;
  }
  #navPanel .link .indent-4 {
    display: inline-block;
    width: 5em;
  }
  #navPanel .link .indent-5 {
    display: inline-block;
    width: 6.25em;
  }
  body.navPanel-visible #page-wrapper {
    transform: translateX(275px);
  }
  body.navPanel-visible #titleBar {
    transform: translateX(275px);
  }
  body.navPanel-visible #navPanel {
    transform: translateX(0);
  }
  /* Footer */
  #footer {
    padding: 3.25em 1.5em;
  }
}
/* XSmall */
@media screen and (max-width: 480px) {
  /* Basic */
  html, body {
    min-width: 320px;
  }
  body, input, select, textarea {
    font-size: 12pt;
  }
  /* Button */
  input[type=submit],
  input[type=reset],
  input[type=button],
  .button {
    padding: 0;
  }
  /* Spotlight */
  .spotlight .image.main {
    max-height: 50vh;
  }
  .spotlight .content {
    padding: 3em 1.25em 1em 1.25em !important;
  }
  /* Wrapper */
  .wrapper {
    padding: 3em 1.25em 1em 1.25em;
  }
  /* Banner */
  #banner .content {
    padding: 3em 1.5625em 5.25em 1.5625em;
  }
  /* Footer */
  #footer {
    padding: 3em 1.25em;
  }
  #footer .copyright {
    line-height: inherit;
  }
  #footer .copyright li {
    border-left: 0;
    display: block;
    margin: 0;
    padding: 0;
  }
}/*# sourceMappingURL=main.css.map */