@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@font-face {
  font-family: "YuMincho";
  font-weight: normal;
  src: url("../font/A-OTF-A1MinchoStd-Bold.otf");
}
/*!
 * Bootstrap Reboot v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:focus,
*::before:focus,
*::after:focus {
  outline: none;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

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

body {
  background-color: #fff;
  color: #212529;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  margin-top: 0;
}

p {
  margin-bottom: 1rem;
  margin-top: 0;
}

abbr[title],
abbr[data-original-title] {
  border-bottom: 0;
  cursor: help;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin-bottom: 1rem;
  margin-top: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  background-color: transparent;
  color: #007bff;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  border-style: none;
  vertical-align: middle;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  caption-side: bottom;
  color: #6c757d;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  color: inherit;
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: 0.5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: none;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

output {
  display: inline-block;
}

summary {
  cursor: pointer;
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}


/*-----------------------------------------------
@keyframes
------------------------------------------------*/
@-webkit-keyframes blurIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes blurIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUpRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(-120%, 20%);
            transform: translate(-120%, 20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@keyframes fadeInUpRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(-120%, 20%);
            transform: translate(-120%, 20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@-webkit-keyframes growLeft {
  0% {
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@keyframes growLeft {
  0% {
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@-webkit-keyframes growRight {
  0% {
    -webkit-transform: translate(100%, 50%);
            transform: translate(100%, 50%);
  }
  100% {
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
}
@keyframes growRight {
  0% {
    -webkit-transform: translate(100%, 50%);
            transform: translate(100%, 50%);
  }
  100% {
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
}
@-webkit-keyframes scrollSlides {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes scrollSlides {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes confetti {
  0% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
            transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }
  25% {
    opacity: 1;
    -webkit-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
            transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }
  50% {
    -webkit-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
            transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
  }
  75% {
    -webkit-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
            transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
  }
  86% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
            transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
  }
}
@keyframes confetti {
  0% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
            transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }
  25% {
    opacity: 1;
    -webkit-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
            transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }
  50% {
    -webkit-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
            transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
  }
  75% {
    -webkit-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
            transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
  }
  86% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
            transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
  }
}
@-webkit-keyframes HamBtnOpenTop {
  50% {
    top: 50%;
  }
  100% {
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg);
  }
}
@keyframes HamBtnOpenTop {
  50% {
    top: 50%;
  }
  100% {
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg);
  }
}
@-webkit-keyframes HamBtnOpenBottom {
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 50%;
    -webkit-transform: translate(0%, 50%) rotate(-45deg);
            transform: translate(0%, 50%) rotate(-45deg);
  }
}
@keyframes HamBtnOpenBottom {
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 50%;
    -webkit-transform: translate(0%, 50%) rotate(-45deg);
            transform: translate(0%, 50%) rotate(-45deg);
  }
}
@-webkit-keyframes HamBtnCloseTop {
  50% {
    top: 50%;
  }
  100% {
    top: 2.8rem;
  }
}
@keyframes HamBtnCloseTop {
  50% {
    top: 50%;
  }
  100% {
    top: 2.8rem;
  }
}
@-webkit-keyframes HamBtnCloseBottom {
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 2.8rem;
  }
}
@keyframes HamBtnCloseBottom {
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 2.8rem;
  }
}
.u-wysiwygArea {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 780px) {
  .u-wysiwygArea {
    font-size: 12px;
  }
}
.u-wysiwygArea * + * {
  margin-top: 1.75em;
}
.u-wysiwygArea br + * {
  margin-top: 0;
}
.u-wysiwygArea a {
  color: blue;
  text-decoration: underline;
}
@media screen and (min-width: 781px) {
  .u-wysiwygArea a {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 781px) {
  .u-wysiwygArea a:hover {
    opacity: 0.6;
  }
}
.u-wysiwygArea h1 {
  font-size: 4.5rem;
  line-height: 1.4;
}
.u-wysiwygArea h2 {
  font-size: 3rem;
  line-height: 1.6;
  margin-top: 2em;
}
.u-wysiwygArea h3 {
  color: blue;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
}
.u-wysiwygArea h4 {
  font-size: 1.8rem;
  line-height: 1.6;
  padding-left: 25px;
  position: relative;
}
.u-wysiwygArea h4::before {
  background: blue;
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 17px;
}
.u-wysiwygArea h5,
.u-wysiwygArea h6 {
  font-size: 1.6rem;
  line-height: 1.6;
}
.u-wysiwygArea h1 + h2,
.u-wysiwygArea h2 + h3,
.u-wysiwygArea h3 + h4,
.u-wysiwygArea h4 + h5,
.u-wysiwygArea h5 + h6 {
  margin-top: 0.5em;
}
.u-wysiwygArea p {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 780px) {
  .u-wysiwygArea p {
    font-size: 12px;
  }
}
.u-wysiwygArea strong,
.u-wysiwygArea strong * {
  font-weight: bold;
}
.u-wysiwygArea em,
.u-wysiwygArea em * {
  font-style: italic;
}
.u-wysiwygArea ul {
  list-style-type: disc;
}
.u-wysiwygArea ol {
  list-style-type: decimal;
}
.u-wysiwygArea ul,
.u-wysiwygArea ol {
  margin-top: 1em;
  padding-left: 1.4em;
}
.u-wysiwygArea ul li,
.u-wysiwygArea ol li {
  line-height: 1.5;
  margin-top: 0.6em;
}
.u-wysiwygArea sup,
.u-wysiwygArea sub {
  font-size: 1rem;
  line-height: 1 !important;
}
.u-wysiwygArea hr {
  background: #222;
  display: block;
  height: 1px;
  width: 100%;
}
.u-wysiwygArea blockquote {
  background: blue;
  padding: 30px;
}
.u-wysiwygArea table {
  background: blue;
  border-collapse: collapse;
  height: auto !important;
  margin-top: 3em;
  width: 100% !important;
}
.u-wysiwygArea table thead th,
.u-wysiwygArea table thead td {
  font-weight: bold;
  text-align: center;
}
.u-wysiwygArea table tr th,
.u-wysiwygArea table tr td {
  border: #222 1px solid;
  line-height: 1.5;
  padding: 15px 20px;
  text-align: left;
  vertical-align: middle;
}
.u-wysiwygArea table tr th {
  font-weight: bold;
  text-align: center;
  width: 25%;
}
.u-wysiwygArea img {
  height: auto;
  margin-top: 1em;
  max-width: 100%;
  width: auto;
}
.u-wysiwygArea img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.u-wysiwygArea img.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.u-wysiwygArea .gallery {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.u-wysiwygArea .gallery-item {
  float: none;
  margin-top: 0;
  text-align: center;
}
.u-wysiwygArea .gallery-columns-2 .gallery-item {
  width: calc((100% - 40px) / 2);
}
.u-wysiwygArea .gallery-columns-3 .gallery-item {
  width: calc((100% - 80px) / 3);
}

/*====================================================================
siteHeader
====================================================================*/
.siteHeader {
  background: #fff;
  height: 80px;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 780px) {
  .siteHeader {
    height: auto;
  }
}
.siteHeader__inner {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 4rem;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 940px) and (min-width: 781px) {
  .siteHeader__inner {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 780px) {
  .siteHeader__inner {
    padding-left: 0;
  }
}
.siteHeader__link {
  position: fixed;
  top: 9.5rem;
  right: 15.7rem;
  font: 400 1.4rem/1.5 "Noto Sans JP", serif;
  letter-spacing: 0;
  color: #2288dd;
  z-index: 999;
}
.siteHeader__link::after {
  content: "";
  width: 2rem;
  height: 2rem;
  background-image: url("../images/common/icon_arrowSquareOut.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 53%;
  right: -21.4%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.siteHeader__link:hover {
  text-decoration: none;
  color: #2288dd;
}
@media screen and (max-width: 780px) {
  .siteHeader__link {
    position: relative;
    top: unset;
    bottom: 1.5rem;
    right: -16.65rem;
    letter-spacing: -0.04em;
  }
  .siteHeader__link::after {
    width: 1.9rem;
    height: 1.9rem;
    top: 52.6%;
    right: 46.6%;
  }
}
.siteHeader__logo, .siteHeader__navMenuLogo {
  max-width: 31.5rem;
  width: 100%;
}
@media screen and (max-width: 780px) {
  .siteHeader__logo, .siteHeader__navMenuLogo {
    max-width: 19.1rem;
  }
}
.siteHeader__logo {
  position: relative;
  top: -1.3rem;
  left: 0;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (max-width: 940px) and (min-width: 781px) {
  .siteHeader__logo {
    max-width: 26.5rem;
    left: -1rem;
  }
}
@media screen and (max-width: 780px) {
  .siteHeader__logo {
    top: 0.2rem;
    left: 1.9rem;
  }
}
.siteHeader__logoLink, .siteHeader__navMenuLogoLink {
  display: block;
  padding-bottom: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.siteHeader__logoLink img, .siteHeader__navMenuLogoLink img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.siteHeader__logoLink:hover, .siteHeader__navMenuLogoLink:hover {
  text-decoration: none;
}
.siteHeader__btnWrap {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 3rem;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.siteHeader__btnWrap.is-active {
  opacity: 1;
  pointer-events: auto;
}
.siteHeader__btnWrap.is-active .siteHeader__navBtn {
  pointer-events: auto;
}
@media screen and (max-width: 940px) and (min-width: 781px) {
  .siteHeader__btnWrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 780px) {
  .siteHeader__btnWrap {
    position: static;
    opacity: 1;
    pointer-events: auto;
  }
}
.siteHeader__btnGroup {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.5rem;
  position: relative;
}
@media screen and (max-width: 780px) {
  .siteHeader__btnGroup {
    display: none;
  }
}
.siteHeader__btn {
  font: 700 2.3rem/1.5 "Noto Sans JP", serif;
  letter-spacing: 0;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 4.1rem;
  width: clamp(11rem, 20vw, 22.4rem);
  padding: 0.95rem 3rem 1.45rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.siteHeader__btn span {
  font: 400 1rem/1.5 "Urbanist", serif;
  letter-spacing: 0;
  color: #fff;
  margin-top: -0.3rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.siteHeader__btn::before {
  content: "";
  width: 3.3rem;
  height: 3.3rem;
  background-color: #fff;
  border-radius: 60%;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.siteHeader__btn::after {
  content: "";
  width: 2.9rem;
  height: 2.9rem;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 7.4%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.siteHeader__btn:hover {
  background-color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 1042px) and (min-width: 826px) {
  .siteHeader__btn::before {
    width: 3rem;
    height: 3rem;
    top: 50%;
    right: 0;
  }
  .siteHeader__btn::after {
    top: 50%;
    right: 0.5%;
  }
}
@media screen and (max-width: 825px) and (min-width: 781px) {
  .siteHeader__btn::before {
    width: 3rem;
    height: 3rem;
    top: 68%;
    right: 2%;
  }
  .siteHeader__btn::after {
    top: 68%;
    right: 2.5%;
  }
}
.siteHeader__btn01 {
  background-color: #00c1bc;
}
.siteHeader__btn01::after {
  background-image: url("../images/common/icon_arrowUpRight_teal.png");
}
.siteHeader__btn01:hover {
  color: #00c1bc;
  border: 1px solid #00c1bc;
}
.siteHeader__btn01:hover span {
  color: #00c1bc;
}
.siteHeader__btn01:hover::before {
  background-color: #00c1bc;
}
.siteHeader__btn01:hover::after {
  background-image: url("../images/common/icon_arrowUpRight_white-02.png");
  -webkit-animation: fadeInUpRight 0.5s ease-in-out forwards;
          animation: fadeInUpRight 0.5s ease-in-out forwards;
}
.siteHeader__btn02 {
  background-color: #004b8a;
}
.siteHeader__btn02::after {
  background-image: url("../images/common/icon_arrowUpRight_darkBlue.png");
}
.siteHeader__btn02:hover {
  color: #004b8a;
  border: 1px solid #004b8a;
}
.siteHeader__btn02:hover span {
  color: #004b8a;
}
.siteHeader__btn02:hover::before {
  background-color: #004b8a;
}
.siteHeader__btn02:hover::after {
  background-image: url("../images/common/icon_arrowUpRight_white-02.png");
  -webkit-animation: fadeInUpRight 0.5s ease-in-out forwards;
          animation: fadeInUpRight 0.5s ease-in-out forwards;
}
.siteHeader__navBtn {
  width: 8rem;
  height: 8rem;
  background-color: #2288dd;
  position: relative;
  cursor: pointer;
  pointer-events: none;
}
@media screen and (max-width: 780px) {
  .siteHeader__navBtn {
    width: 7.7rem;
    height: 7.7rem;
    pointer-events: auto;
  }
  .siteHeader__navBtn.is-active {
    background-color: transparent;
    position: fixed;
    top: 0;
    right: 0;
  }
  .siteHeader__navBtn.is-active .siteHeader__navBtnBorder {
    background-color: #2288dd;
  }
}
.siteHeader__navBtnBorder {
  height: 0.2rem;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 2.5rem;
  margin: 0;
}
@media screen and (max-width: 780px) {
  .siteHeader__navBtnBorder {
    max-width: 36%;
  }
}
.siteHeader__navBtnBorder:first-child {
  top: 2.8rem;
  width: 3.5rem;
  -webkit-animation: HamBtnCloseTop 0.3s ease-in-out 0s forwards;
          animation: HamBtnCloseTop 0.3s ease-in-out 0s forwards;
}
.siteHeader__navBtnBorder:nth-child(2) {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  top: 50%;
  width: 3.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.siteHeader__navBtnBorder:nth-child(3) {
  bottom: 2.8rem;
  width: 3.5rem;
  -webkit-animation: HamBtnCloseBottom 0.3s ease-in-out 0s forwards;
          animation: HamBtnCloseBottom 0.3s ease-in-out 0s forwards;
}
.siteHeader__navBtn.is-active [class$=__navBtnBorder]:first-child {
  -webkit-animation: HamBtnOpenTop 0.3s ease-in-out 0s forwards;
          animation: HamBtnOpenTop 0.3s ease-in-out 0s forwards;
}
.siteHeader__navBtn.is-active [class$=__navBtnBorder]:nth-child(2) {
  opacity: 0;
}
.siteHeader__navBtn.is-active [class$=__navBtnBorder]:nth-child(3) {
  width: 3.5rem;
  -webkit-animation: HamBtnOpenBottom 0.3s ease-in-out 0s forwards;
          animation: HamBtnOpenBottom 0.3s ease-in-out 0s forwards;
}
.siteHeader__navMenu {
  -webkit-transition: all 0.7s ease-in-out 0.2s;
  transition: all 0.7s ease-in-out 0.2s;
  background: #fff;
  width: 60.5rem;
  height: 90rem;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  opacity: 0;
  display: none;
  border-top-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
  z-index: -1;
}
.siteHeader__navMenu.is-active {
  opacity: 1;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
}
.siteHeader__navMenu::-webkit-scrollbar {
  width: 0.8rem;
}
.siteHeader__navMenu::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 4px;
}
.siteHeader__navMenu::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.75);
}
.siteHeader__navMenu::-webkit-scrollbar-thumb:hover {
  opacity: 0.5;
}
@media screen and (max-width: 780px) {
  .siteHeader__navMenu {
    opacity: 0;
    display: none;
    height: 100vh;
    max-width: 100%;
    width: 100%;
    border-radius: 0;
  }
}
.siteHeader__navMenuContent {
  padding: 18.9rem 0 0 3.2rem;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 780px) {
  .siteHeader__navMenuContent {
    padding: 13.55rem 1.15rem 0 1.9rem;
  }
}
.siteHeader__navMenuList {
  padding: 0;
  list-style-type: none;
  max-width: 45.4rem;
  margin: 0 auto;
}
.siteHeader__navMenuListItem {
  border-bottom: 1px solid #dadada;
  padding: 2.4rem 0 2.5rem;
}
.siteHeader__navMenuListItem:first-child {
  padding-top: 0;
}
@media screen and (max-width: 780px) {
  .siteHeader__navMenuListItem {
    padding: 2.4rem 0 2.25rem;
  }
}
.siteHeader__navMenuListItemLink {
  font: 400 1.6rem/1 "Noto Sans JP", serif;
  letter-spacing: 0;
  color: #222;
  margin: 0;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.siteHeader__navMenuListItemLink.is-active {
  color: #2288dd;
  font-weight: 700;
}
.siteHeader__navMenuListItemLink:hover {
  color: #8c8c8c;
  text-decoration: none;
}
.siteHeader__navMenuListItemLink:hover.is-active {
  color: #2288dd;
}
@media screen and (max-width: 780px) {
  .siteHeader__navMenuListItemLink {
    letter-spacing: -0.035em;
  }
}
.siteHeader__navMenuLogo {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  bottom: 0.5%;
  left: 50.5%;
  padding-bottom: 1.3rem;
}
@media screen and (max-width: 1024px) and (min-width: 781px) {
  .siteHeader__navMenuLogo {
    bottom: -4.5%;
  }
}
@media screen and (max-width: 780px) {
  .siteHeader__navMenuLogo {
    bottom: unset;
    top: 9.7%;
    left: 31.15%;
  }
}
.siteHeader__navMenuLogoSubTtl {
  margin-top: 1rem;
}
.siteHeader__navMenuBtnGroupWrap {
  position: relative;
  bottom: -3.3rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.siteHeader__navMenuBtnGroup {
  display: none;
}
@media screen and (max-width: 780px) {
  .siteHeader__navMenuBtnGroup {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.75rem;
  }
}
.siteHeader__navMenuBtn {
  font: 700 2.3rem/1.5 "Noto Sans JP", serif;
  letter-spacing: 0;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 4.1rem;
  width: clamp(11rem, 20vw, 22.4rem);
  padding: 1.2rem 3rem 1.45rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.siteHeader__navMenuBtn span {
  font: 400 1rem/1.5 "Urbanist", serif;
  letter-spacing: 0;
  color: #fff;
  margin-top: -0.3rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.siteHeader__navMenuBtn::before {
  content: "";
  width: 3.3rem;
  height: 3.3rem;
  background-color: #fff;
  border-radius: 60%;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.siteHeader__navMenuBtn::after {
  content: "";
  width: 2.9rem;
  height: 2.9rem;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 7.4%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.siteHeader__navMenuBtn:hover {
  background-color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 1042px) and (min-width: 826px) {
  .siteHeader__navMenuBtn::before {
    width: 3rem;
    height: 3rem;
    top: 50%;
    right: 0;
  }
  .siteHeader__navMenuBtn::after {
    top: 50%;
    right: 0.5%;
  }
}
@media screen and (max-width: 825px) and (min-width: 781px) {
  .siteHeader__navMenuBtn::before {
    width: 3rem;
    height: 3rem;
    top: 68%;
    right: 2%;
  }
  .siteHeader__navMenuBtn::after {
    top: 68%;
    right: 2.5%;
  }
}
@media screen and (max-width: 780px) {
  .siteHeader__navMenuBtn {
    font-size: 1.8rem;
    letter-spacing: 0.07em;
    width: 100%;
    padding: 0.94rem 2rem 1rem;
  }
  .siteHeader__navMenuBtn::before {
    width: 2.85rem;
    height: 2.85rem;
    right: 0.48rem;
  }
  .siteHeader__navMenuBtn::after {
    right: 3.2%;
  }
}
.siteHeader__navMenuBtn01 {
  background-color: #00c1bc;
}
.siteHeader__navMenuBtn01::after {
  background-image: url("../images/common/icon_arrowUpRight_teal.png");
}
.siteHeader__navMenuBtn01:hover {
  color: #00c1bc;
  border: 1px solid #00c1bc;
}
.siteHeader__navMenuBtn01:hover span {
  color: #00c1bc;
}
.siteHeader__navMenuBtn01:hover::before {
  background-color: #00c1bc;
}
.siteHeader__navMenuBtn01:hover::after {
  background-image: url("../images/common/icon_arrowUpRight_white-02.png");
  -webkit-animation: fadeInUpRight 0.5s ease-in-out forwards;
          animation: fadeInUpRight 0.5s ease-in-out forwards;
}
.siteHeader__navMenuBtn02 {
  background-color: #004b8a;
}
.siteHeader__navMenuBtn02::after {
  background-image: url("../images/common/icon_arrowUpRight_darkBlue.png");
}
.siteHeader__navMenuBtn02:hover {
  color: #004b8a;
  border: 1px solid #004b8a;
}
.siteHeader__navMenuBtn02:hover span {
  color: #004b8a;
}
.siteHeader__navMenuBtn02:hover::before {
  background-color: #004b8a;
}
.siteHeader__navMenuBtn02:hover::after {
  background-image: url("../images/common/icon_arrowUpRight_white-02.png");
  -webkit-animation: fadeInUpRight 0.5s ease-in-out forwards;
          animation: fadeInUpRight 0.5s ease-in-out forwards;
}

/*====================================================================
siteFooter
====================================================================*/
.siteFooter {
  background-color: #fff;
}
.siteFooter__inner {
  max-width: 77.8%;
  margin: 0 auto;
  padding: 10rem 0 16.5rem;
  position: relative;
}
@media screen and (min-width: 1920px) {
  .siteFooter__inner {
    max-width: 50%;
  }
}
@media screen and (max-width: 780px) {
  .siteFooter__inner {
    max-width: 33.7rem;
    padding: 5.9rem 0 11rem;
  }
}
.siteFooter__wrap {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.siteFooter__cont {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 780px) {
  .siteFooter__cont {
    width: 100%;
  }
}
.siteFooter__left {
  gap: 1.3rem;
}
@media screen and (max-width: 780px) {
  .siteFooter__left {
    gap: 1.8rem;
  }
}
.siteFooter__logo {
  max-width: 30.7rem;
}
.siteFooter__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 780px) {
  .siteFooter__logo {
    max-width: 23.1rem;
  }
}
.siteFooter__company {
  font: 400 2rem/1 "Noto Sans JP", serif;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (max-width: 780px) {
  .siteFooter__company {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
  }
}
.siteFooter__address {
  font: 400 1.6rem/1.3 "Noto Sans JP", serif;
  letter-spacing: 0;
}
@media screen and (max-width: 780px) {
  .siteFooter__address {
    letter-spacing: -0.03em;
    line-height: 1.15;
    margin-top: -0.9rem;
  }
}
.siteFooter__mid {
  margin: 0.12rem 0 0 -6.3rem;
  gap: 2.1rem;
}
@media screen and (max-width: 1170px) and (min-width: 781px) {
  .siteFooter__mid {
    margin-left: 0;
  }
}
@media screen and (max-width: 780px) {
  .siteFooter__mid {
    margin: 3.9rem 0 3.75rem;
    gap: 2rem;
  }
}
.siteFooter__list {
  padding: 0;
  margin: -0.3rem 0 0;
  list-style-type: none;
  line-height: 3.1;
}
@media screen and (max-width: 780px) {
  .siteFooter__list {
    margin: -0.4rem 0 0 -0.1rem;
  }
}
@media screen and (max-width: 780px) {
  .siteFooter__listItem {
    padding-bottom: 1.4rem;
    margin-bottom: 2.03rem;
    border-bottom: 1px solid #d9d9d9;
  }
}
.siteFooter__listItemLink {
  font: 400 1.4rem/1 "Noto Sans JP", serif;
  color: #222;
  letter-spacing: 0;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 781px) {
  .siteFooter__listItemLink:hover {
    opacity: 0.6;
  }
}
.siteFooter__listItemLink.is-active {
  font: 700 1.6rem/1 "Noto Sans JP", serif;
  color: #2288dd;
}
.siteFooter__listItemLink:hover {
  color: #222;
  text-decoration: none;
}
@media screen and (max-width: 780px) {
  .siteFooter__listItemLink {
    font-size: 1.6rem;
    letter-spacing: -0.04em;
    padding-left: 0.12rem;
  }
}
.siteFooter__btn {
  font: 700 2.1rem/1 "Noto Sans JP", serif;
  color: #fff;
  letter-spacing: 0;
  background-color: #2288dd;
  border-radius: 3.5rem;
  width: 29.4rem;
  padding: 2.3rem 3.6rem 2.6rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.siteFooter__btn::before {
  content: "";
  width: 3.6rem;
  height: 3.6rem;
  background-color: #fff;
  border-radius: 60%;
  position: absolute;
  top: 50%;
  right: -0.2rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.siteFooter__btn::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../images/common/icon_arrowUpRight_blue.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 6.4%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.siteFooter__btn:hover {
  color: #fff;
  text-decoration: none;
}
.siteFooter__btn:hover::after {
  -webkit-animation: fadeInUpRight 0.5s ease-in-out forwards;
          animation: fadeInUpRight 0.5s ease-in-out forwards;
}
@media screen and (max-width: 780px) {
  .siteFooter__btn {
    letter-spacing: 0.1em;
    width: 100%;
    padding: 2.4rem 3rem 2.3rem 7.1rem;
  }
  .siteFooter__btn::before {
    width: 3.45rem;
    height: 3.45rem;
    right: -0.15rem;
  }
  .siteFooter__btn::after {
    width: 1.5rem;
    height: 1.5rem;
    top: 51.5%;
    right: 5.2%;
  }
}
.siteFooter__copyright {
  font: 400 1.2rem/1 "Noto Sans JP", serif;
  letter-spacing: 0;
  position: absolute;
  bottom: 22%;
  left: 0;
  margin: 0;
}
@media screen and (max-width: 780px) {
  .siteFooter__copyright {
    letter-spacing: -0.02em;
    bottom: 5.2%;
    left: 15.5%;
  }
}

/*====================================================================
sideNav
====================================================================*/
.sideNav {
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  pointer-events: none;
  z-index: 1;
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
}
.sideNav.is-fixed {
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  pointer-events: auto;
}
.sideNav.is-fixed .sideNav__item {
  opacity: 1;
}
@media screen and (max-width: 780px) {
  .sideNav {
    z-index: 9;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    pointer-events: auto;
  }
}
.sideNav__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  max-width: 10rem;
  width: 100%;
  position: fixed;
  right: 0;
  top: 5%;
  z-index: 11;
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
}
.sideNav__item {
  height: 10rem;
  position: relative;
  cursor: pointer;
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.sideNav__itemLink {
  color: #fff;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.sideNav__itemLink:hover {
  color: #fff;
  text-decoration: none;
}
.sideNav__itemIcon {
  width: 3.4rem;
  height: 2.6rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.sideNav__itemIcon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sideNav__itemText {
  text-align: center;
  line-height: 1;
}
.sideNav__itemTextTop {
  font: 500 2.4rem/1.5 "Noto Sans JP", serif;
  color: #fff;
  text-align: center;
}
.sideNav__itemTextBottom {
  font: 400 2rem/1 "Urbanist", serif;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.sideNav__itemLinkNav {
  background-color: #2288dd;
  border-top-left-radius: 4rem;
}
.sideNav__itemLinkNav:hover {
  color: #ccc;
  background-color: #4fA5ed;
}
.sideNav__itemLinkEntry01 {
  background-color: #00c1bc;
}
.sideNav__itemLinkEntry01:hover {
  color: #ccc;
  background-color: #60d1ce;
}
.sideNav__itemLinkEntry02 {
  background-color: #004b8a;
  border-bottom-left-radius: 4rem;
}
.sideNav__itemLinkEntry02:hover {
  color: #ccc;
  background-color: #2e6b9e;
}
.sideNav__toTop {
  opacity: 0;
  font: 500 1.4rem/1 "Urbanist", serif;
  color: #2288dd;
  text-transform: uppercase;
  position: fixed;
  bottom: 3.6rem;
  right: 2.2rem;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: 11;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 781px) {
  .sideNav__toTop:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 780px) {
  .sideNav__toTop {
    bottom: 13rem;
    right: 0;
  }
}
.sideNav__toTop::after {
  content: "";
  background-image: url("../images/common/img_pageTop.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 1rem;
  height: 12rem;
  top: -54%;
  right: 78%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.sideNav__toTop.is-fixed {
  opacity: 1;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  pointer-events: auto;
}
.sideNav__cont {
  width: 94%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100rem;
  margin: 0 auto;
  padding-bottom: 1.85rem;
}
.sideNav__btnGroup {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.3rem;
}
.sideNav__btn {
  font: 700 2rem/1 "Noto Sans JP", serif;
  letter-spacing: -0.06em;
  color: #fff;
  border-radius: 2.6rem;
  width: 16.2rem;
  padding: 1.4rem 1.2rem 1.4rem 2rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.sideNav__btn::before {
  content: "";
  width: 2.89rem;
  height: 2.89rem;
  background-color: #fff;
  border-radius: 60%;
  position: absolute;
  top: 50%;
  right: -0.25rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sideNav__btn::after {
  content: "";
  width: 2.9rem;
  height: 2.9rem;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -1.5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sideNav__btn:hover {
  color: #fff;
  text-decoration: none;
}
.sideNav__btn01 {
  background-color: #00c1bc;
}
.sideNav__btn01::after {
  background-image: url("../images/common/icon_arrowUpRight_teal.png");
}
.sideNav__btn02 {
  background-color: #004b8a;
}
.sideNav__btn02::after {
  background-image: url("../images/common/icon_arrowUpRight_darkBlue.png");
}

/*====================================================================
COMMON LAYOUT
====================================================================*/
html {
  font-size: 62.5%;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
html::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 780px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-print-color-adjust: exact;
}
body.is-fixed {
  overflow: hidden;
  height: 100vh;
}
body::-webkit-scrollbar {
  display: none;
}
/*-----------------------------------------------
PC/SP
------------------------------------------------*/
.u-pcDb {
  display: block;
}

.u-pcDib {
  display: inline-block;
}

.u-pcDin {
  display: inline;
}

.u-pcDf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-pcDt {
  display: table;
}

.u-pcDtc {
  display: table-cell;
}

.u-spDb,
.u-spDib,
.u-spDin,
.u-spDf,
.u-spDt,
.u-spDtc {
  display: none;
}

@media screen and (max-width: 780px) {
  .u-pcDb,
  .u-pcDib,
  .u-pcDin,
  .u-pcDf,
  .u-pcDt,
  .u-pcDtc {
    display: none;
  }
  .u-spDb {
    display: block;
  }
  .u-spDib {
    display: inline-block;
  }
  .u-spDin {
    display: inline;
  }
  .u-spDf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .u-spDt {
    display: table;
  }
  .u-spDtc {
    display: table-cell;
  }
}
/*-----------------------------------------------
main
------------------------------------------------*/
.siteContent {
  min-height: calc(100vh - 160px);
}
@media screen and (max-width: 780px) {
  .siteContent {
    min-height: calc(100vh - 50px);
  }
}

.wow {
  opacity: 0;
  visibility: hidden;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.wow.animated {
  opacity: 1;
  visibility: visible;
}

.common__overlayBg {
  position: fixed;
  inset: 0;
  background-color: rgba(34, 34, 34, 0.6);
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}
.common__overlayBg.is-active {
  opacity: 1;
  pointer-events: auto;
}
.common__ttlCont {
  text-align: center;
}
.common__enTtl {
  position: relative;
  font: 500 5.5rem/1 "Urbanist", serif;
  letter-spacing: 0.08em;
  color: #004b8a;
  margin-bottom: 3.7rem;
  display: inline-block;
}
.common__enTtl::after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#90FF7F), color-stop(20.2%, #9DFFF5), color-stop(49.5%, #5FB7FF), color-stop(79.8%, #EAAAC3), to(#FD696C));
  background: linear-gradient(to right, #90FF7F 0%, #9DFFF5 20.2%, #5FB7FF 49.5%, #EAAAC3 79.8%, #FD696C 100%);
  position: absolute;
  bottom: -2.2rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 0.5rem;
}
.common__enTtl.u-txtLight {
  color: #fff;
}
@media screen and (max-width: 780px) {
  .common__enTtl {
    font-size: 3.2rem;
    letter-spacing: 0.06em;
    margin-bottom: 2.22rem;
    padding-left: 0.2rem;
  }
  .common__enTtl::after {
    bottom: -1.5rem;
    width: 97%;
    height: 0.3rem;
  }
}
.common__jpTtl {
  font: 400 2.4rem/1 "Noto Sans JP", serif;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 6.2rem;
}
.common__jpTtl.u-txtLight {
  color: #fff;
}
@media screen and (max-width: 780px) {
  .common__jpTtl {
    font-size: 1.4rem;
    margin-bottom: 4rem;
  }
}

.commonEntry {
  background-color: #004b8a;
  position: relative;
}
.commonEntry::before {
  content: "";
  background: url("../images/entry/entry_img.png") center top/100% auto no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 780px) {
  .commonEntry::before {
    background: url("../images/entry/entry_img_sp.png") center top/100% auto no-repeat;
  }
}
.commonEntry::after {
  content: "";
  background: linear-gradient(315deg, #004b8a 1.21%, #1e5ebf 98.78%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: -1;
}
.commonEntry__inner {
  padding: 11.35rem 0 8.6rem;
  max-width: 78.45rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 780px) {
  .commonEntry__inner {
    padding: 8.7rem 0 8.8rem;
  }
}
.commonEntry__cont {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.25rem;
}
@media screen and (max-width: 780px) {
  .commonEntry__cont {
    gap: 1.1rem;
  }
}
.commonEntry__ttl {
  font: 300 12.8rem/1 "Urbanist", serif;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 780px) {
  .commonEntry__ttl {
    font-size: 9.6rem;
    letter-spacing: -0.03em;
  }
}
.commonEntry__btnGroup {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.9rem;
  width: 100%;
  margin-bottom: 2.1rem;
}
@media screen and (max-width: 780px) {
  .commonEntry__btnGroup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.1rem;
    margin-bottom: 1.2rem;
  }
}
.commonEntry__btn {
  font: 700 2.3rem/1.5 "Noto Sans JP", serif;
  letter-spacing: 0.05em;
  background-color: #fff;
  border-radius: 4.1rem;
  width: 22.4rem;
  padding: 1.1rem 4.1rem 0.95rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 780px) {
  .commonEntry__btn {
    font-size: 2.8rem;
    letter-spacing: -0.03em;
    padding: 1.2rem 3rem 1.35rem 4.5rem;
    width: 26rem;
  }
}
.commonEntry__btn:first-child {
  color: #00c1bc;
}
.commonEntry__btn:nth-child(2) {
  color: #004b8a;
}
.commonEntry__btn::before {
  content: "";
  width: 3.7rem;
  height: 3.7rem;
  border-radius: 60%;
  position: absolute;
  top: 50%;
  right: -0.77rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 780px) {
  .commonEntry__btn::before {
    width: 4.3rem;
    height: 4.3rem;
    top: 48%;
    right: -0.95rem;
  }
}
.commonEntry__btn::after {
  content: "";
  width: 1.5rem;
  height: 1.6rem;
  background-image: url("../images/common/icon_arrowUpRight_white.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 7%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 780px) {
  .commonEntry__btn::after {
    width: 1.85rem;
    height: 1.85rem;
    top: 49%;
    right: 5.8%;
  }
}
.commonEntry__btn:hover {
  background-color: #fff;
  text-decoration: none;
}
.commonEntry__btn:hover::after {
  -webkit-animation: fadeInUpRight 0.5s ease-in-out forwards;
          animation: fadeInUpRight 0.5s ease-in-out forwards;
}
.commonEntry__btn01::before {
  background-color: #00c1bc;
}
.commonEntry__btn02::before {
  background-color: #004b8a;
}
.commonEntry__link {
  font: 500 1.6rem/1 "Noto Sans JP", serif;
  letter-spacing: 0;
  text-decoration: underline;
  text-decoration-color: #fff;
  color: #fff;
  padding-right: 4.8rem;
  position: relative;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.commonEntry__link::before, .commonEntry__link::after {
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.commonEntry__link::before {
  content: "";
  width: 3.3rem;
  height: 3.3rem;
  background-image: url("../images/common/icon_circle_white.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 57%;
  right: -0.3%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 780px) {
  .commonEntry__link::before {
    width: 3.1rem;
    height: 3.1rem;
    top: 54%;
    right: 0;
  }
}
.commonEntry__link::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url("../images/common/icon_arrowUpRight_white.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 56%;
  right: 4.79%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.commonEntry__link:hover {
  color: #d9d9d9;
}
.commonEntry__link:hover::before, .commonEntry__link:hover::after {
  opacity: 0.5;
}
@media screen and (max-width: 780px) {
  .commonEntry__link {
    letter-spacing: -0.04em;
    margin-left: 0.5rem;
    padding-right: 4.8rem;
  }
}

.commonKv__breadcrumbs {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 86.7%;
  margin: 0 auto 1.55rem;
  padding-top: 5.7rem;
  position: relative;
}
.commonKv__breadcrumbs a {
  color: #222;
}
.commonKv__breadcrumbs a:hover {
  color: #222;
  text-decoration: none;
}
@media screen and (max-width: 780px) {
  .commonKv__breadcrumbs {
    max-width: 100%;
    padding: 2.1rem 0 0 1.9rem;
    white-space: nowrap;
  }
}
.commonKv__pT {
  font: 400 1.2rem/1 "Noto Sans JP", serif;
  letter-spacing: 0;
  margin-right: 3.5rem;
  display: inline-block;
  position: relative;
}
.commonKv__pT::after {
  content: "";
  background-image: url("../images/common/icon_halfArrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  right: -2.8rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.commonKv__pT.lastPt {
  margin-right: 0;
}
.commonKv__pT.lastPt::after {
  content: none;
}
@media screen and (max-width: 780px) {
  .commonKv__pT {
    letter-spacing: -0.03em;
    margin-right: 3.3rem;
  }
}

.commonLower__ttl {
  font: 500 3.6rem/1.8 "Noto Sans JP", serif;
  letter-spacing: 0;
  color: #004b8a;
  margin-bottom: 0;
}
@media screen and (max-width: 780px) {
  .commonLower__ttl {
    font: 500 2rem/1.8 "Noto Sans JP", serif;
    letter-spacing: -0.04em;
    padding: 0.4rem 0 0 1.9rem;
    margin-bottom: -0.45rem;
  }
}
.commonLower__subTtl {
  font: 400 1.5rem/1.8 "Noto Sans JP", serif;
  letter-spacing: 0;
}
@media screen and (max-width: 780px) {
  .commonLower__subTtl {
    font: 400 1.6rem/1.8 "Noto Sans JP", serif;
    letter-spacing: -0.04em;
    padding-left: 1.9rem;
  }
}
.commonLower__fvInner {
  max-width: 112rem;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  .commonLower__fvInner {
    max-width: 100%;
  }
}
.commonLower__fvFigure {
  max-width: 100%;
  width: 112rem;
  height: auto;
  padding: 4rem 0;
  margin: 0;
}
.commonLower__fvFigure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3rem;
}
@media screen and (max-width: 780px) {
  .commonLower__fvFigure {
    padding: 4.1rem 0;
  }
  .commonLower__fvFigure img {
    border-radius: 0;
  }
}
.commonLower__figure {
  max-width: 106rem;
  width: 100%;
  height: 100%;
  margin: 0;
}
.commonLower__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 780px) {
  .commonLower__figure {
    width: 33.66rem;
  }
}
.commonLower__aboutWrap {
  position: relative;
  margin-top: 11.5rem;
}
.commonLower__aboutWrap::before {
  content: "";
  max-width: 66%;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 56%;
  z-index: -1;
  border-radius: 0 3rem 0 3rem;
  clip-path: polygon(6rem 0%, 100% 0%, 100% calc(100% - 6rem), calc(100% - 6rem) 100%, 0% 100%, 0% 6rem);
}
@media screen and (max-width: 1300px) and (min-width: 781px) {
  .commonLower__aboutWrap::before {
    max-width: 85%;
  }
}
@media screen and (max-width: 780px) {
  .commonLower__aboutWrap {
    margin-top: 0;
  }
  .commonLower__aboutWrap::before {
    content: none;
  }
}
.commonLower__aboutInnerWrap {
  position: relative;
  max-width: 112rem;
  margin: 0 auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1rem;
}
.commonLower__aboutInnerWrap::before {
  content: "";
  background-image: url("../images/common/aboutSec_bg-01.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 13.5rem;
  height: 20rem;
  position: absolute;
  top: -10.4%;
  right: -4.2rem;
  z-index: 1;
}
.commonLower__aboutInnerWrap::after {
  content: "";
  background-image: url("../images/common/aboutSec_bg-02.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 6.5rem;
  height: 11rem;
  position: absolute;
  bottom: -6.6%;
  left: -10.8%;
  z-index: 1;
}
@media screen and (max-width: 780px) {
  .commonLower__aboutInnerWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    padding-bottom: 7.2rem;
  }
  .commonLower__aboutInnerWrap::before {
    background-image: url("../images/common/aboutSec_bg_sp-01.png");
    width: 5rem;
    height: 7rem;
    top: -1.2%;
    right: 0.4rem;
  }
  .commonLower__aboutInnerWrap::after {
    background-image: url("../images/common/aboutSec_bg_sp-02.png");
    width: 7rem;
    height: 12rem;
    bottom: -0.25%;
    left: 3.6%;
  }
}
.commonLower__aboutCont {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 3.7rem;
  max-width: 40rem;
  margin: 0 3rem 0 calc(10% - 1.5vw);
  padding: 3rem 0;
}
@media screen and (max-width: 940px) and (min-width: 781px) {
  .commonLower__aboutCont {
    gap: 0.7rem;
  }
}
@media screen and (max-width: 780px) {
  .commonLower__aboutCont {
    gap: 1.5rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    max-width: 33.66rem;
    margin: 0 auto;
    padding: 3.9rem 1.4rem 3.8rem 2.3rem;
  }
}
.commonLower__aboutFigure {
  width: 53.5rem;
  height: 55rem;
  position: relative;
  top: -5.3rem;
}
.commonLower__aboutFigure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3rem;
}
@media screen and (max-width: 1120px) and (min-width: 781px) {
  .commonLower__aboutFigure img {
    border-radius: 0 3rem 3rem 0;
  }
}
@media screen and (max-width: 780px) {
  .commonLower__aboutFigure {
    width: 33.66rem;
    height: 33rem;
    margin: 0;
    top: 0;
  }
  .commonLower__aboutFigure img {
    border-radius: 2rem 2rem 0 0;
  }
}
.commonLower__aboutTtl {
  font: 500 3.6rem/1.6 "Noto Sans JP", serif;
  letter-spacing: 0;
  margin: 0;
  z-index: 2;
}
@media screen and (max-width: 940px) and (min-width: 781px) {
  .commonLower__aboutTtl {
    margin: 0 auto;
  }
}
@media screen and (max-width: 780px) {
  .commonLower__aboutTtl {
    font: 500 2.4rem/1.5 "Noto Sans JP", serif;
    letter-spacing: -0.035em;
  }
}
.commonLower__aboutTxt {
  font: 400 1.6rem/1.63 "Noto Sans JP", serif;
  letter-spacing: 0.01em;
  text-align: justify;
  margin: 0;
  max-width: 97%;
}
@media screen and (max-width: 940px) and (min-width: 781px) {
  .commonLower__aboutTxt {
    max-width: 90%;
  }
}
@media screen and (max-width: 780px) {
  .commonLower__aboutTxt {
    font: 400 1.6rem/1.566 "Noto Sans JP", serif;
    text-align: justify;
    letter-spacing: -0.04em;
  }
}
.commonLower__smallTtl {
  font: 500 1.6rem/1 "Noto Sans JP", serif;
  letter-spacing: 0.03em;
  margin: 0;
  padding-left: 4.1rem;
  position: relative;
}
.commonLower__smallTtl::before {
  content: "";
  width: 2.16rem;
  height: 2.16rem;
  position: absolute;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  left: 1.65%;
  top: 50%;
}
.commonLower__smallTtl.u-fs20 {
  font-size: 2rem;
}
@media screen and (max-width: 780px) {
  .commonLower__smallTtl {
    letter-spacing: 0;
    padding-left: 3.9rem;
  }
  .commonLower__smallTtl::before {
    left: 5.3%;
  }
}
.commonLower__flex {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10%;
}
@media screen and (max-width: 940px) and (min-width: 781px) {
  .commonLower__flex {
    gap: 4%;
  }
}
@media screen and (max-width: 780px) {
  .commonLower__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.9rem;
  }
}
.commonLower__flexReverse {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 9.8%;
}
@media screen and (max-width: 940px) and (min-width: 781px) {
  .commonLower__flexReverse {
    gap: 2%;
  }
}
@media screen and (max-width: 780px) {
  .commonLower__flexReverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}
.commonLower__flexCont {
  max-width: 50rem;
}
.commonLower__flexFigure {
  width: clamp(20rem, 28vw, 40rem);
  height: clamp(14rem, 20vw, 28rem);
  margin: 0;
}
.commonLower__flexFigure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3.2rem;
}
@media screen and (max-width: 780px) {
  .commonLower__flexFigure {
    width: 33.66rem;
    height: 24.52rem;
  }
  .commonLower__flexFigure img {
    border-radius: 2rem;
  }
  .commonLower__flexFigure.u-mb {
    margin-bottom: 0.9rem;
  }
}
.commonLower__flexTtl {
  font: 500 3.2rem/1.5 "Noto Sans JP", serif;
  letter-spacing: 0;
  color: #2288dd;
  margin: 0;
  padding-bottom: 1.93rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.commonLower__flexTtl .number {
  font: 500 4rem/1.5 "Urbanist", serif;
  letter-spacing: 0;
  padding-right: 2.1rem;
}
@media screen and (max-width: 780px) {
  .commonLower__flexTtl {
    font: 500 2.8rem/1.3 "Noto Sans JP", serif;
    letter-spacing: -0.04em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 1.25rem;
  }
  .commonLower__flexTtl .number {
    font-size: 3.6rem;
  }
}
.commonLower__flexTxt {
  font: 400 1.6rem/1.8 "Noto Sans JP", serif;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (max-width: 780px) {
  .commonLower__flexTxt {
    letter-spacing: -0.036em;
    line-height: 1.75;
    width: 33.66rem;
  }
}
.commonLower__grid {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.5rem;
  max-width: 103.1rem;
  margin: 0 auto;
  padding-top: 6.15rem;
}
@media screen and (max-width: 780px) {
  .commonLower__grid {
    padding-top: 5.05rem;
    -webkit-column-gap: 2.1rem;
       -moz-column-gap: 2.1rem;
            column-gap: 2.1rem;
    row-gap: 1.9rem;
  }
}
.commonLower__gridItem {
  background-color: #2288dd;
  border-radius: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(25% - 16px);
          flex: 1 1 calc(25% - 16px);
  aspect-ratio: 1/1;
  max-width: 22.4rem;
  min-width: 12rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
@media screen and (max-width: 780px) {
  .commonLower__gridItem {
    border-radius: 1.1rem;
  }
}
.commonLower__gridItemIcon {
  position: relative;
  top: 27%;
  width: 100%;
}
.commonLower__gridItemIcon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 780px) {
  .commonLower__gridItemIcon {
    top: 12%;
  }
}
.commonLower__gridItemTxt {
  font: 500 1.5rem/1.5 "Noto Sans JP", serif;
  letter-spacing: 0.03em;
  color: #fff;
  text-align: center;
  position: absolute;
}
.commonLower__gridItemTxt .u-pcDb {
  display: inline-block;
}
@media screen and (max-width: 780px) {
  .commonLower__gridItemTxt {
    letter-spacing: -0.01em;
  }
  .commonLower__gridItemTxt .u-pcDb {
    display: none;
  }
}

.commonLwrEntry {
  position: relative;
}
.commonLwrEntry::before {
  content: "";
  background: url("../images/entry/entry_img.png") center top/100% auto no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 780px) {
  .commonLwrEntry::before {
    background: url("../images/entry/entry_img_sp.png") center top/100% auto no-repeat;
  }
}
.commonLwrEntry::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: -1;
}
.commonLwrEntry__inner {
  padding: 14rem 0 10.5rem;
  max-width: 78.45rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 780px) {
  .commonLwrEntry__inner {
    padding: 11.7rem 0 9.75rem;
  }
  .commonLwrEntry__inner.hasLink {
    padding: 8.58rem 0 9rem;
  }
}
.commonLwrEntry__cont {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.45rem;
}
@media screen and (max-width: 780px) {
  .commonLwrEntry__cont {
    gap: 2.3rem;
  }
}
.commonLwrEntry__ttl {
  font: 300 12.8rem/1 "Urbanist", serif;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 780px) {
  .commonLwrEntry__ttl {
    font-size: 9.6rem;
    letter-spacing: -0.03em;
  }
}
.commonLwrEntry__btnGroup {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.9rem;
  width: 100%;
  margin-bottom: 2.1rem;
}
@media screen and (max-width: 780px) {
  .commonLwrEntry__btnGroup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.1rem;
    margin-bottom: 1.2rem;
  }
}
.commonLwrEntry__btn {
  font: 700 2.3rem/1.5 "Noto Sans JP", serif;
  letter-spacing: 0.05em;
  background-color: #fff;
  border-radius: 4.1rem;
  width: 100%;
  padding: 1.1rem 4.1rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.commonLwrEntry__btn.orange {
  max-width: 58.5rem;
}
.commonLwrEntry__btn.green {
  max-width: 43.5rem;
}
.commonLwrEntry__btn.green::after {
  right: 3%;
}
.commonLwrEntry__btn.blue {
  max-width: 60.5rem;
}
@media screen and (max-width: 780px) {
  .commonLwrEntry__btn {
    font: 700 2rem/1.4 "Noto Sans JP", serif;
    letter-spacing: -0.05em;
    padding: 1.8rem 3rem 1.9rem 3.9rem;
    max-width: 87% !important;
  }
  .commonLwrEntry__btn span {
    max-width: 85%;
  }
}
.commonLwrEntry__btn:first-child {
  color: #00c1bc;
}
.commonLwrEntry__btn:nth-child(2) {
  color: #004b8a;
}
.commonLwrEntry__btn::before {
  content: "";
  width: 3.7rem;
  height: 3.7rem;
  border-radius: 60%;
  position: absolute;
  top: 50%;
  right: -0.9rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 780px) {
  .commonLwrEntry__btn::before {
    width: 4.33rem;
    height: 4.33rem;
    top: 50%;
    right: -1.21rem;
  }
}
.commonLwrEntry__btn::after {
  content: "";
  width: 1.5rem;
  height: 1.6rem;
  background-image: url("../images/common/icon_arrowUpRight_white.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 2.2%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 780px) {
  .commonLwrEntry__btn::after {
    width: 1.85rem;
    height: 1.85rem;
    top: 50%;
    right: 4.1%;
  }
}
.commonLwrEntry__btn:hover {
  background-color: #fff;
  text-decoration: none;
}
.commonLwrEntry__btn:hover::after {
  -webkit-animation: fadeInUpRight 0.5s ease-in-out forwards;
          animation: fadeInUpRight 0.5s ease-in-out forwards;
}
.commonLwrEntry__link {
  font: 500 1.6rem/1 "Noto Sans JP", serif;
  letter-spacing: 0;
  text-decoration: underline;
  text-decoration-color: #fff;
  color: #fff;
  padding-right: 4.8rem;
  position: relative;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.commonLwrEntry__link::before {
  content: "";
  width: 3.3rem;
  height: 3.3rem;
  background-image: url("../images/common/icon_circle_white.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 57%;
  right: -0.3%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 780px) {
  .commonLwrEntry__link::before {
    width: 3.1rem;
    height: 3.1rem;
    top: 54%;
    right: 0;
  }
}
.commonLwrEntry__link::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url("../images/common/icon_arrowUpRight_white.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 56%;
  right: 4.79%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.commonLwrEntry__link:hover {
  color: #fff;
}
@media screen and (max-width: 780px) {
  .commonLwrEntry__link {
    letter-spacing: -0.04em;
    margin-left: 0.5rem;
    padding-right: 4.8rem;
  }
}

.commonAccordion {
  padding: 0;
  list-style-type: none;
}
@media screen and (max-width: 780px) {
  .commonAccordion {
    margin-top: 6.23rem;
  }
}
.commonAccordion__item {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #fff;
  margin-bottom: -0.3rem;
}
.commonAccordion__item:last-child {
  border: none;
}
@media screen and (max-width: 780px) {
  .commonAccordion__item {
    padding-bottom: 3.9rem;
    margin-bottom: 2.34rem;
    position: relative;
  }
  .commonAccordion__item:last-child {
    border-bottom: 1px solid #fff;
  }
}
.commonAccordion__itemInner {
  padding: 2.4rem 0 0 9.8rem;
}
@media screen and (max-width: 780px) {
  .commonAccordion__itemInner {
    padding: 0.1rem 0 0 4.5rem;
  }
}
.commonAccordion__itemQuestion {
  position: relative;
  min-height: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  cursor: pointer;
}
.commonAccordion__itemQuestion.is-open .commonAccordion__itemQuestionIcon:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media screen and (max-width: 780px) {
  .commonAccordion__itemQuestion {
    position: static;
  }
}
.commonAccordion__itemQuestionIcon {
  position: absolute;
  top: 0.9rem;
  right: 2.6rem;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.commonAccordion__itemQuestionIcon:before {
  content: "";
  display: block;
  width: 1.8rem;
  height: 0.2rem;
  background-color: #fff;
  position: absolute;
  right: 0.55rem;
  top: 1.1rem;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.commonAccordion__itemQuestionIcon:after {
  content: "";
  display: block;
  width: 1.8rem;
  height: 0.2rem;
  background-color: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  right: 0.55rem;
  top: 1.1rem;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media screen and (max-width: 780px) {
  .commonAccordion__itemQuestionIcon {
    top: -5.8rem;
    right: 1.5rem;
    width: 2.6rem;
    height: 2.6rem;
  }
  .commonAccordion__itemQuestionIcon:before {
    top: unset;
    bottom: -5rem;
    right: -1.5rem;
  }
  .commonAccordion__itemQuestionIcon:after {
    top: unset;
    bottom: -5rem;
    right: -1.5rem;
  }
}
.commonAccordion__itemQuestionTtl {
  font: 400 1.8rem/1.8 "Noto Sans JP", serif;
  color: #fff;
  letter-spacing: 0;
  position: relative;
  margin: 0;
}
.commonAccordion__itemQuestionTtl:before {
  content: "Q";
  font: 400 4.3rem/1.8 "Urbanist", serif;
  letter-spacing: 0;
  position: absolute;
  left: -6.7rem;
  top: calc(50% - 0.2rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 780px) {
  .commonAccordion__itemQuestionTtl {
    font: 400 1.6rem/1.8 "Noto Sans JP", serif;
    letter-spacing: -0.04em;
    padding-bottom: 0.8rem;
    max-width: 90%;
  }
  .commonAccordion__itemQuestionTtl:before {
    left: -2.8rem;
    top: calc(50% - 0.55rem);
  }
}
.commonAccordion__itemAnswer {
  display: none;
}
.commonAccordion__itemAnswerTxt {
  font: 400 1.4rem/1.85 "Noto Sans JP", serif;
  color: #fff;
  letter-spacing: 0;
  margin: 0 0 -0.7rem;
  max-width: 56rem;
}
@media screen and (max-width: 780px) {
  .commonAccordion__itemAnswerTxt {
    font: 400 1.4rem/1.74 "Noto Sans JP", serif;
    letter-spacing: -0.035em;
    margin: 0 0 0.3rem;
    max-width: 29rem;
  }
}

.commonInterview__slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 66.6666666667%;
}
@media screen and (min-width: 781px) {
  .commonInterview__slide {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .commonInterview__slide {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1440px) {
  .commonInterview__slide {
    width: 25%;
  }
}
@media screen and (min-width: 1800px) {
  .commonInterview__slide {
    width: 20%;
  }
}
@media screen and (min-width: 2500px) {
  .commonInterview__slide {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 2800px) {
  .commonInterview__slide {
    width: 14.2857142857%;
  }
}
.commonInterview__slide.is-odd {
  padding-top: 6.5rem;
}
.commonInterview__slide.is-even {
  padding-top: 0;
}
@media screen and (max-width: 780px) {
  .commonInterview__slide.is-odd {
    padding-top: 0;
  }
}
.commonInterview__slideCont {
  max-width: 30rem;
  display: block;
}
.commonInterview__slideCont:hover {
  text-decoration: none;
}
@media screen and (max-width: 780px) {
  .commonInterview__slideCont {
    max-width: 20.3rem;
  }
}
.commonInterview__img {
  width: 30rem;
  height: 40rem;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: url("../images/top/interview/interview_maskImg.svg");
          mask-image: url("../images/top/interview/interview_maskImg.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.commonInterview__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 780px) {
  .commonInterview__img {
    width: 20.3rem;
    height: 27rem;
    -webkit-mask-image: url("../images/top/interview/interview_maskImg_sp.svg");
            mask-image: url("../images/top/interview/interview_maskImg_sp.svg");
    margin-bottom: 0.8rem;
  }
}
.commonInterview__txt {
  font: 700 2.2rem/1.5 "Noto Sans JP", serif;
  color: #222;
  letter-spacing: 0;
  max-width: 30rem;
  margin-bottom: 0.9rem;
}
@media screen and (max-width: 780px) {
  .commonInterview__txt {
    font-size: 1.8rem;
    max-width: 21rem;
    line-height: 1.45;
    margin-bottom: 0.9rem;
  }
}
.commonInterview__category {
  display: inline-block;
  font: 400 1.5rem/1 "Noto Sans JP", serif;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  max-width: 25rem;
  border-radius: 3rem;
  padding: 1rem 2.04rem;
  margin-bottom: 1rem;
  white-space: nowrap;
}
.commonInterview__category.orange {
  background-color: #e05a4a;
}
.commonInterview__category.blue {
  background-color: #2288dd;
}
.commonInterview__category.green {
  background-color: #41af80;
}
@media screen and (max-width: 780px) {
  .commonInterview__category {
    padding: 0.75rem 1rem 0.8rem;
    margin-bottom: 1.02rem;
  }
}
.commonInterview__name {
  font: 400 1.6rem/1 "Noto Sans JP", serif;
  color: #222;
  letter-spacing: 0;
}
.commonInterview__container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  cursor: -webkit-grab;
  cursor: grab;
  position: relative;
}
.commonInterview__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  will-change: transform;
}
.commonInterview__arrowLeft, .commonInterview__arrowRight {
  position: absolute;
  top: 40.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  background-color: #2288dd;
  width: 4rem;
  height: 4rem;
  color: #fff;
  border: none;
  border-radius: 60%;
  padding: 1rem;
  cursor: pointer;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 781px) {
  .commonInterview__arrowLeft:hover, .commonInterview__arrowRight:hover {
    opacity: 0.6;
  }
}
.commonInterview__arrowLeft::after, .commonInterview__arrowRight::after {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background-image: url("../images/common/icon_arrowTriangle_white.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 49%;
}
.commonInterview__arrowLeft.orange, .commonInterview__arrowRight.orange {
  background-color: #e05a4a;
}
.commonInterview__arrowLeft.blue, .commonInterview__arrowRight.blue {
  background-color: #2288dd;
}
.commonInterview__arrowLeft.green, .commonInterview__arrowRight.green {
  background-color: #41af80;
}
.commonInterview__arrowLeft {
  left: 2.8%;
}
.commonInterview__arrowLeft::after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  right: 8%;
}
.commonInterview__arrowRight {
  right: 2.8%;
}
.commonInterview__arrowRight::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  right: 3%;
}
.commonInterview__btnGroup {
  padding-top: 7.4rem;
  display: none;
}
.commonInterview__btnGroup.is-visible {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
}
@media screen and (max-width: 780px) {
  .commonInterview__btnGroup {
    padding-top: 6.5rem;
    margin: 0 auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .commonInterview__btnGroup.is-visible {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
  }
}
.commonInterview__btn {
  letter-spacing: 0;
  color: #fff;
  border-radius: 2.2rem;
  padding: 1.4rem 1rem 1.4rem 2rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  white-space: nowrap;
  font: 700 1.6rem/1 "Noto Sans JP", serif;
}
.commonInterview__btn.orange {
  background-color: #e05a4a;
  width: 21.4rem;
}
.commonInterview__btn.orange::after {
  background-image: url("../images/common/icon_arrowUpRight_orange.png");
}
.commonInterview__btn.blue {
  background-color: #2288dd;
  width: 33.8rem;
}
.commonInterview__btn.blue::after {
  background-image: url("../images/common/icon_arrowUpRight_blue.png");
  right: 4%;
}
.commonInterview__btn.green {
  background-color: #41af80;
  width: 21.5rem;
}
.commonInterview__btn.green::after {
  background-image: url("../images/common/icon_arrowUpRight_green.png");
  right: 6%;
}
.commonInterview__btn::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background-color: #fff;
  border-radius: 60%;
  position: absolute;
  top: 50%;
  right: -0.2rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.commonInterview__btn::after {
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 6%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.commonInterview__btn:hover {
  color: #fff;
  text-decoration: none;
}
.commonInterview__btn:hover::after {
  -webkit-animation: fadeInUpRight 0.5s ease-in-out forwards;
          animation: fadeInUpRight 0.5s ease-in-out forwards;
}
@media screen and (max-width: 780px) {
  .commonInterview__btn {
    line-height: 1.2;
    letter-spacing: -0.045em;
    text-align: center;
    padding: 1.35rem 4rem 1.4rem 2rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    width: 30.5rem !important;
  }
  .commonInterview__btn.blue {
    font-size: 1.5rem;
  }
  .commonInterview__btn::after {
    right: 1.25rem !important;
  }
}

.countInt {
  font: 600 7.2rem/1 "Urbanist", serif;
  letter-spacing: 0;
}
@media screen and (max-width: 780px) {
  .countInt {
    font-size: 4.5rem;
  }
}

.countDecimal {
  font: 600 3rem/1 "Urbanist", serif;
  letter-spacing: 0;
}
@media screen and (max-width: 780px) {
  .countDecimal {
    font-size: 2.2rem;
  }
}

.u-theme01 .commonLower__aboutWrap::before {
  background-color: #ecf7f2;
}
.u-theme01 .commonLower__aboutTtl {
  color: #41af80;
}
.u-theme01 .commonLower__smallTtl::before {
  background-color: #41af80;
}
.u-theme01 .commonLwrEntry {
  background-color: #41af80;
}
.u-theme01 .commonLwrEntry::after {
  background: linear-gradient(315deg, #41af80 1.21%, #73ba9c 98.78%);
}
.u-theme01 .commonLwrEntry__btn {
  color: #41af80;
}
.u-theme01 .commonLwrEntry__btn::before {
  background-color: #41af80;
}
.u-theme01 .faqSec {
  background-color: #41af80;
}
.u-theme01 .commonInterviewKv {
  background-color: #ecf7f2;
}
.u-theme01 .commonInterviewKv__ttl {
  background-color: #41af80;
}
.u-theme01 .commonInterviewKv__sideSubTtl,
.u-theme01 .commonInterviewKv__sideRowTtl {
  background-color: #41af80;
}
@media screen and (max-width: 780px) {
  .u-theme01 .commonLower__aboutCont {
    background-color: #ecf7f2;
  }
}

.u-theme02 .commonLower__aboutWrap::before {
  background-color: #fceeed;
}
.u-theme02 .commonLower__aboutTtl {
  color: #e05a4a;
}
.u-theme02 .commonLower__smallTtl::before {
  background-color: #e05a4a;
}
.u-theme02 .commonLwrEntry {
  background-color: #e05a4a;
}
.u-theme02 .commonLwrEntry::after {
  background: linear-gradient(315deg, #e05a4a 1.21%, #de7468 98.78%);
}
.u-theme02 .commonLwrEntry__btn {
  color: #e05a4a;
}
.u-theme02 .commonLwrEntry__btn::before {
  background-color: #e05a4a;
}
.u-theme02 .faqSec {
  background-color: #e05a4a;
}
.u-theme02 .commonInterviewKv {
  background-color: #fceeed;
}
.u-theme02 .commonInterviewKv__ttl {
  background-color: #e05a4a;
}
.u-theme02 .commonInterviewKv__sideSubTtl,
.u-theme02 .commonInterviewKv__sideRowTtl {
  background-color: #e05a4a;
}
@media screen and (max-width: 780px) {
  .u-theme02 .commonLower__aboutCont {
    background-color: #fceeed;
  }
}

.u-theme03 .commonLower__aboutWrap::before {
  background-color: #eaf6ff;
}
.u-theme03 .commonLower__aboutTtl {
  color: #2288dd;
}
.u-theme03 .commonLower__smallTtl::before {
  background-color: #2288dd;
}
.u-theme03 .commonLwrEntry {
  background-color: #2288dd;
}
.u-theme03 .commonLwrEntry::after {
  background: linear-gradient(315deg, #2288dd 1.21%, #4fA5ed 98.78%);
}
.u-theme03 .commonLwrEntry__btn {
  color: #2288dd;
}
.u-theme03 .commonLwrEntry__btn::before {
  background-color: #2288dd;
}
.u-theme03 .faqSec {
  background-color: #2288dd;
}
.u-theme03 .commonInterviewKv {
  background-color: #eaf6ff;
}
.u-theme03 .commonInterviewKv__ttl {
  background-color: #2288dd;
}
.u-theme03 .commonInterviewKv__sideSubTtl,
.u-theme03 .commonInterviewKv__sideRowTtl {
  background-color: #2288dd;
}
@media screen and (max-width: 780px) {
  .u-theme03 .commonLower__aboutCont {
    background-color: #eaf6ff;
  }
}

.topPage {
  /*====================================================================
  kvSec
  ====================================================================*/
  /*====================================================================
  conceptSec
  ====================================================================*/
  /*====================================================================
  interviewSec
  ====================================================================*/
  /*====================================================================
  recruitSec
  ====================================================================*/
  /*====================================================================
  numberSec
  ====================================================================*/
  /*====================================================================
  missionSec
  ====================================================================*/
  /*====================================================================
  messageSec
  ====================================================================*/
  /*====================================================================
  groupSec
  ====================================================================*/
}
.topPage .kvSec {
  background-image: url("data:image/svg+xml,%3Csvg width='1576' height='578' viewBox='0 0 1576 578' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2032_1563)'%3E%3Cpath d='M1478.8 194.406C1532.48 194.406 1576 150.887 1576 97.2032C1576 43.5193 1532.48 0 1478.8 0C1425.13 0 1381.61 43.5193 1381.61 97.2032C1381.61 150.887 1425.13 194.406 1478.8 194.406Z' fill='%23048739'/%3E%3Cpath d='M1476.16 196.977C1529.84 196.977 1573.35 153.457 1573.35 99.7735C1573.35 46.0896 1529.84 2.57031 1476.16 2.57031C1422.48 2.57031 1378.96 46.0896 1378.96 99.7735C1378.96 153.457 1422.48 196.977 1476.16 196.977Z' fill='%2304873A'/%3E%3Cpath d='M1473.52 199.547C1527.2 199.547 1570.72 156.028 1570.72 102.344C1570.72 48.66 1527.2 5.14062 1473.52 5.14062C1419.84 5.14062 1376.33 48.66 1376.33 102.344C1376.33 156.028 1419.84 199.547 1473.52 199.547Z' fill='%2304883B'/%3E%3Cpath d='M1470.87 202.117C1524.55 202.117 1568.07 158.598 1568.07 104.914C1568.07 51.2303 1524.55 7.71094 1470.87 7.71094C1417.19 7.71094 1373.68 51.2303 1373.68 104.914C1373.68 158.598 1417.19 202.117 1470.87 202.117Z' fill='%2304883C'/%3E%3Cpath d='M1468.22 204.675C1521.9 204.675 1565.42 161.155 1565.42 107.471C1565.42 53.7876 1521.9 10.2683 1468.22 10.2683C1414.54 10.2683 1371.03 53.7876 1371.03 107.471C1371.03 161.155 1414.54 204.675 1468.22 204.675Z' fill='%2304883D'/%3E%3Cpath d='M1465.56 207.232C1519.24 207.232 1562.76 163.713 1562.76 110.029C1562.76 56.345 1519.24 12.8257 1465.56 12.8257C1411.88 12.8257 1368.37 56.345 1368.37 110.029C1368.37 163.713 1411.88 207.232 1465.56 207.232Z' fill='%2304883E'/%3E%3Cpath d='M1462.91 209.789C1516.59 209.789 1560.11 166.27 1560.11 112.586C1560.11 58.9021 1516.59 15.3828 1462.91 15.3828C1409.23 15.3828 1365.72 58.9021 1365.72 112.586C1365.72 166.27 1409.23 209.789 1462.91 209.789Z' fill='%2304893F'/%3E%3Cpath d='M1460.25 212.347C1513.93 212.347 1557.45 168.827 1557.45 115.143C1557.45 61.4595 1513.93 17.9402 1460.25 17.9402C1406.57 17.9402 1363.06 61.4595 1363.06 115.143C1363.06 168.827 1406.57 212.347 1460.25 212.347Z' fill='%23048940'/%3E%3Cpath d='M1457.59 214.904C1511.27 214.904 1554.79 171.385 1554.79 117.701C1554.79 64.0169 1511.27 20.4976 1457.59 20.4976C1403.91 20.4976 1360.4 64.0169 1360.4 117.701C1360.4 171.385 1403.91 214.904 1457.59 214.904Z' fill='%23048941'/%3E%3Cpath d='M1454.93 217.461C1508.61 217.461 1552.13 173.942 1552.13 120.258C1552.13 66.574 1508.61 23.0547 1454.93 23.0547C1401.25 23.0547 1357.73 66.574 1357.73 120.258C1357.73 173.942 1401.25 217.461 1454.93 217.461Z' fill='%23048A42'/%3E%3Cpath d='M1452.26 220.005C1505.93 220.005 1549.45 176.486 1549.45 122.802C1549.45 69.1185 1505.93 25.5991 1452.26 25.5991C1398.58 25.5991 1355.06 69.1185 1355.06 122.802C1355.06 176.486 1398.58 220.005 1452.26 220.005Z' fill='%23048A43'/%3E%3Cpath d='M1449.59 222.55C1503.27 222.55 1546.79 179.03 1546.79 125.346C1546.79 71.6626 1503.27 28.1433 1449.59 28.1433C1395.91 28.1433 1352.4 71.6626 1352.4 125.346C1352.4 179.03 1395.91 222.55 1449.59 222.55Z' fill='%23048A44'/%3E%3Cpath d='M1446.92 225.094C1500.6 225.094 1544.11 181.574 1544.11 127.891C1544.11 74.2068 1500.6 30.6875 1446.92 30.6875C1393.24 30.6875 1349.72 74.2068 1349.72 127.891C1349.72 181.574 1393.24 225.094 1446.92 225.094Z' fill='%23048A45'/%3E%3Cpath d='M1444.24 227.625C1497.92 227.625 1541.44 184.106 1541.44 130.422C1541.44 76.7381 1497.92 33.2188 1444.24 33.2188C1390.57 33.2188 1347.05 76.7381 1347.05 130.422C1347.05 184.106 1390.57 227.625 1444.24 227.625Z' fill='%23058B46'/%3E%3Cpath d='M1441.57 230.169C1495.25 230.169 1538.77 186.65 1538.77 132.966C1538.77 79.2823 1495.25 35.7629 1441.57 35.7629C1387.89 35.7629 1344.38 79.2823 1344.38 132.966C1344.38 186.65 1387.89 230.169 1441.57 230.169Z' fill='%23058B47'/%3E%3Cpath d='M1438.88 232.701C1492.56 232.701 1536.08 189.181 1536.08 135.497C1536.08 81.8135 1492.56 38.2942 1438.88 38.2942C1385.2 38.2942 1341.69 81.8135 1341.69 135.497C1341.69 189.181 1385.2 232.701 1438.88 232.701Z' fill='%23058B48'/%3E%3Cpath d='M1436.21 235.219C1489.89 235.219 1533.4 191.699 1533.4 138.015C1533.4 84.3316 1489.89 40.8123 1436.21 40.8123C1382.53 40.8123 1339.01 84.3316 1339.01 138.015C1339.01 191.699 1382.53 235.219 1436.21 235.219Z' fill='%23058C49'/%3E%3Cpath d='M1433.52 237.75C1487.2 237.75 1530.72 194.23 1530.72 140.547C1530.72 86.8628 1487.2 43.3435 1433.52 43.3435C1379.84 43.3435 1336.33 86.8628 1336.33 140.547C1336.33 194.23 1379.84 237.75 1433.52 237.75Z' fill='%23058C4A'/%3E%3Cpath d='M1430.83 240.268C1484.51 240.268 1528.03 196.749 1528.03 143.065C1528.03 89.3809 1484.51 45.8616 1430.83 45.8616C1377.15 45.8616 1333.64 89.3809 1333.64 143.065C1333.64 196.749 1377.15 240.268 1430.83 240.268Z' fill='%23058C4B'/%3E%3Cpath d='M1428.13 242.786C1481.81 242.786 1525.33 199.267 1525.33 145.583C1525.33 91.8992 1481.81 48.3799 1428.13 48.3799C1374.45 48.3799 1330.94 91.8992 1330.94 145.583C1330.94 199.267 1374.45 242.786 1428.13 242.786Z' fill='%23058C4C'/%3E%3Cpath d='M1425.44 245.304C1479.12 245.304 1522.64 201.785 1522.64 148.101C1522.64 94.4173 1479.12 50.8979 1425.44 50.8979C1371.77 50.8979 1328.25 94.4173 1328.25 148.101C1328.25 201.785 1371.77 245.304 1425.44 245.304Z' fill='%23058D4D'/%3E%3Cpath d='M1422.74 247.809C1476.42 247.809 1519.94 204.29 1519.94 150.606C1519.94 96.9224 1476.42 53.4031 1422.74 53.4031C1369.06 53.4031 1325.55 96.9224 1325.55 150.606C1325.55 204.29 1369.06 247.809 1422.74 247.809Z' fill='%23058D4E'/%3E%3Cpath d='M1420.04 250.315C1473.72 250.315 1517.24 206.795 1517.24 153.111C1517.24 99.4275 1473.72 55.9082 1420.04 55.9082C1366.36 55.9082 1322.85 99.4275 1322.85 153.111C1322.85 206.795 1366.36 250.315 1420.04 250.315Z' fill='%23058D4F'/%3E%3Cpath d='M1417.34 252.82C1471.02 252.82 1514.54 209.3 1514.54 155.616C1514.54 101.933 1471.02 58.4133 1417.34 58.4133C1363.66 58.4133 1320.15 101.933 1320.15 155.616C1320.15 209.3 1363.66 252.82 1417.34 252.82Z' fill='%23058E50'/%3E%3Cpath d='M1414.63 255.312C1468.31 255.312 1511.82 211.792 1511.82 158.108C1511.82 104.425 1468.31 60.9053 1414.63 60.9053C1360.95 60.9053 1317.43 104.425 1317.43 158.108C1317.43 211.792 1360.95 255.312 1414.63 255.312Z' fill='%23058E51'/%3E%3Cpath d='M1411.92 257.804C1465.6 257.804 1509.11 214.284 1509.11 160.6C1509.11 106.917 1465.6 63.3972 1411.92 63.3972C1358.24 63.3972 1314.72 106.917 1314.72 160.6C1314.72 214.284 1358.24 257.804 1411.92 257.804Z' fill='%23058E52'/%3E%3Cpath d='M1409.2 260.296C1462.88 260.296 1506.4 216.776 1506.4 163.093C1506.4 109.409 1462.88 65.8894 1409.2 65.8894C1355.52 65.8894 1312.01 109.409 1312.01 163.093C1312.01 216.776 1355.52 260.296 1409.2 260.296Z' fill='%23058E53'/%3E%3Cpath d='M1406.49 262.775C1460.17 262.775 1503.68 219.255 1503.68 165.572C1503.68 111.888 1460.17 68.3684 1406.49 68.3684C1352.81 68.3684 1309.29 111.888 1309.29 165.572C1309.29 219.255 1352.81 262.775 1406.49 262.775Z' fill='%23058F54'/%3E%3Cpath d='M1403.76 265.254C1457.44 265.254 1500.96 221.734 1500.96 168.051C1500.96 114.367 1457.44 70.8474 1403.76 70.8474C1350.08 70.8474 1306.57 114.367 1306.57 168.051C1306.57 221.734 1350.08 265.254 1403.76 265.254Z' fill='%23058F55'/%3E%3Cpath d='M1401.04 267.733C1454.71 267.733 1498.23 224.213 1498.23 170.53C1498.23 116.846 1454.71 73.3264 1401.04 73.3264C1347.36 73.3264 1303.84 116.846 1303.84 170.53C1303.84 224.213 1347.36 267.733 1401.04 267.733Z' fill='%23058F56'/%3E%3Cpath d='M1398.31 270.199C1451.99 270.199 1495.5 226.679 1495.5 172.996C1495.5 119.312 1451.99 75.7925 1398.31 75.7925C1344.63 75.7925 1301.11 119.312 1301.11 172.996C1301.11 226.679 1344.63 270.199 1398.31 270.199Z' fill='%23058F57'/%3E%3Cpath d='M1395.58 272.665C1449.26 272.665 1492.78 229.145 1492.78 175.461C1492.78 121.778 1449.26 78.2583 1395.58 78.2583C1341.9 78.2583 1298.39 121.778 1298.39 175.461C1298.39 229.145 1341.9 272.665 1395.58 272.665Z' fill='%23059058'/%3E%3Cpath d='M1392.84 275.118C1446.52 275.118 1490.04 231.598 1490.04 177.914C1490.04 124.231 1446.52 80.7112 1392.84 80.7112C1339.16 80.7112 1295.65 124.231 1295.65 177.914C1295.65 231.598 1339.16 275.118 1392.84 275.118Z' fill='%23059059'/%3E%3Cpath d='M1390.1 277.57C1443.78 277.57 1487.3 234.051 1487.3 180.367C1487.3 126.683 1443.78 83.1641 1390.1 83.1641C1336.42 83.1641 1292.91 126.683 1292.91 180.367C1292.91 234.051 1336.42 277.57 1390.1 277.57Z' fill='%2305905A'/%3E%3Cpath d='M1387.36 280.024C1441.04 280.024 1484.56 236.504 1484.56 182.82C1484.56 129.137 1441.04 85.6172 1387.36 85.6172C1333.68 85.6172 1290.17 129.137 1290.17 182.82C1290.17 236.504 1333.68 280.024 1387.36 280.024Z' fill='%2305915B'/%3E%3Cpath d='M1384.62 282.463C1438.3 282.463 1481.82 238.944 1481.82 185.26C1481.82 131.576 1438.3 88.0569 1384.62 88.0569C1330.94 88.0569 1287.43 131.576 1287.43 185.26C1287.43 238.944 1330.94 282.463 1384.62 282.463Z' fill='%2305915C'/%3E%3Cpath d='M1381.87 284.903C1435.55 284.903 1479.07 241.384 1479.07 187.7C1479.07 134.016 1435.55 90.4968 1381.87 90.4968C1328.19 90.4968 1284.67 134.016 1284.67 187.7C1284.67 241.384 1328.19 284.903 1381.87 284.903Z' fill='%2305915D'/%3E%3Cpath d='M1379.12 287.343C1432.8 287.343 1476.31 243.824 1476.31 190.14C1476.31 136.456 1432.8 92.9368 1379.12 92.9368C1325.44 92.9368 1281.92 136.456 1281.92 190.14C1281.92 243.824 1325.44 287.343 1379.12 287.343Z' fill='%2305915E'/%3E%3Cpath d='M1376.36 289.77C1430.04 289.77 1473.56 246.251 1473.56 192.567C1473.56 138.883 1430.04 95.3635 1376.36 95.3635C1322.68 95.3635 1279.17 138.883 1279.17 192.567C1279.17 246.251 1322.68 289.77 1376.36 289.77Z' fill='%2306925F'/%3E%3Cpath d='M1373.6 292.184C1427.28 292.184 1470.79 248.664 1470.79 194.981C1470.79 141.297 1427.28 97.7773 1373.6 97.7773C1319.92 97.7773 1276.4 141.297 1276.4 194.981C1276.4 248.664 1319.92 292.184 1373.6 292.184Z' fill='%23069260'/%3E%3Cpath d='M1370.83 294.597C1424.51 294.597 1468.03 251.078 1468.03 197.394C1468.03 143.71 1424.51 100.191 1370.83 100.191C1317.15 100.191 1273.64 143.71 1273.64 197.394C1273.64 251.078 1317.15 294.597 1370.83 294.597Z' fill='%23069261'/%3E%3Cpath d='M1368.07 297.011C1421.75 297.011 1465.26 253.492 1465.26 199.808C1465.26 146.124 1421.75 102.605 1368.07 102.605C1314.39 102.605 1270.87 146.124 1270.87 199.808C1270.87 253.492 1314.39 297.011 1368.07 297.011Z' fill='%23069362'/%3E%3Cpath d='M1365.29 299.412C1418.97 299.412 1462.48 255.893 1462.48 202.209C1462.48 148.525 1418.97 105.006 1365.29 105.006C1311.61 105.006 1268.09 148.525 1268.09 202.209C1268.09 255.893 1311.61 299.412 1365.29 299.412Z' fill='%23069363'/%3E%3Cpath d='M1362.52 301.813C1416.2 301.813 1459.72 258.293 1459.72 204.609C1459.72 150.926 1416.2 107.406 1362.52 107.406C1308.84 107.406 1265.33 150.926 1265.33 204.609C1265.33 258.293 1308.84 301.813 1362.52 301.813Z' fill='%23069364'/%3E%3Cpath d='M1359.73 304.2C1413.41 304.2 1456.93 260.681 1456.93 206.997C1456.93 153.313 1413.41 109.794 1359.73 109.794C1306.05 109.794 1262.54 153.313 1262.54 206.997C1262.54 260.681 1306.05 304.2 1359.73 304.2Z' fill='%23069365'/%3E%3Cpath d='M1356.95 306.588C1410.63 306.588 1454.15 263.069 1454.15 209.385C1454.15 155.701 1410.63 112.182 1356.95 112.182C1303.27 112.182 1259.76 155.701 1259.76 209.385C1259.76 263.069 1303.27 306.588 1356.95 306.588Z' fill='%23069466'/%3E%3Cpath d='M1354.16 308.962C1407.84 308.962 1451.36 265.443 1451.36 211.759C1451.36 158.075 1407.84 114.556 1354.16 114.556C1300.48 114.556 1256.96 158.075 1256.96 211.759C1256.96 265.443 1300.48 308.962 1354.16 308.962Z' fill='%23069467'/%3E%3Cpath d='M1351.37 311.337C1405.05 311.337 1448.56 267.818 1448.56 214.134C1448.56 160.45 1405.05 116.931 1351.37 116.931C1297.69 116.931 1254.17 160.45 1254.17 214.134C1254.17 267.818 1297.69 311.337 1351.37 311.337Z' fill='%23069468'/%3E%3Cpath d='M1348.58 313.712C1402.26 313.712 1445.77 270.192 1445.77 216.509C1445.77 162.825 1402.26 119.305 1348.58 119.305C1294.9 119.305 1251.38 162.825 1251.38 216.509C1251.38 270.192 1294.9 313.712 1348.58 313.712Z' fill='%23069569'/%3E%3Cpath d='M1345.77 316.06C1399.45 316.06 1442.97 272.541 1442.97 218.857C1442.97 165.173 1399.45 121.654 1345.77 121.654C1292.09 121.654 1248.58 165.173 1248.58 218.857C1248.58 272.541 1292.09 316.06 1345.77 316.06Z' fill='%2306956A'/%3E%3Cpath d='M1342.97 318.422C1396.65 318.422 1440.16 274.903 1440.16 221.219C1440.16 167.535 1396.65 124.016 1342.97 124.016C1289.29 124.016 1245.77 167.535 1245.77 221.219C1245.77 274.903 1289.29 318.422 1342.97 318.422Z' fill='%2306956A'/%3E%3Cpath d='M1340.16 320.757C1393.84 320.757 1437.36 277.238 1437.36 223.554C1437.36 169.87 1393.84 126.351 1340.16 126.351C1286.48 126.351 1242.97 169.87 1242.97 223.554C1242.97 277.238 1286.48 320.757 1340.16 320.757Z' fill='%2306956B'/%3E%3Cpath d='M1337.34 323.106C1391.02 323.106 1434.54 279.587 1434.54 225.903C1434.54 172.219 1391.02 128.7 1337.34 128.7C1283.66 128.7 1240.15 172.219 1240.15 225.903C1240.15 279.587 1283.66 323.106 1337.34 323.106Z' fill='%2306966C'/%3E%3Cpath d='M1334.52 325.428C1388.2 325.428 1431.72 281.909 1431.72 228.225C1431.72 174.541 1388.2 131.022 1334.52 131.022C1280.85 131.022 1237.33 174.541 1237.33 228.225C1237.33 281.909 1280.85 325.428 1334.52 325.428Z' fill='%2306966D'/%3E%3Cpath d='M1331.71 327.764C1385.39 327.764 1428.9 284.244 1428.9 230.561C1428.9 176.877 1385.39 133.357 1331.71 133.357C1278.03 133.357 1234.51 176.877 1234.51 230.561C1234.51 284.244 1278.03 327.764 1331.71 327.764Z' fill='%2306966E'/%3E%3Cpath d='M1328.88 330.073C1382.56 330.073 1426.07 286.554 1426.07 232.87C1426.07 179.186 1382.56 135.667 1328.88 135.667C1275.2 135.667 1231.68 179.186 1231.68 232.87C1231.68 286.554 1275.2 330.073 1328.88 330.073Z' fill='%2306976F'/%3E%3Cpath d='M1326.04 332.383C1379.72 332.383 1423.24 288.863 1423.24 235.179C1423.24 181.496 1379.72 137.976 1326.04 137.976C1272.37 137.976 1228.85 181.496 1228.85 235.179C1228.85 288.863 1272.37 332.383 1326.04 332.383Z' fill='%23069770'/%3E%3Cpath d='M1323.21 334.692C1376.89 334.692 1420.41 291.173 1420.41 237.489C1420.41 183.805 1376.89 140.286 1323.21 140.286C1269.53 140.286 1226.02 183.805 1226.02 237.489C1226.02 291.173 1269.53 334.692 1323.21 334.692Z' fill='%23069771'/%3E%3Cpath d='M1320.37 336.988C1374.05 336.988 1417.57 293.469 1417.57 239.785C1417.57 186.101 1374.05 142.582 1320.37 142.582C1266.69 142.582 1223.17 186.101 1223.17 239.785C1223.17 293.469 1266.69 336.988 1320.37 336.988Z' fill='%23069772'/%3E%3Cpath d='M1317.53 339.272C1371.2 339.272 1414.72 295.752 1414.72 242.068C1414.72 188.385 1371.2 144.865 1317.53 144.865C1263.85 144.865 1220.33 188.385 1220.33 242.068C1220.33 295.752 1263.85 339.272 1317.53 339.272Z' fill='%23069873'/%3E%3Cpath d='M1314.68 341.555C1368.36 341.555 1411.88 298.036 1411.88 244.352C1411.88 190.668 1368.36 147.149 1314.68 147.149C1261 147.149 1217.49 190.668 1217.49 244.352C1217.49 298.036 1261 341.555 1314.68 341.555Z' fill='%23069874'/%3E%3Cpath d='M1311.82 343.825C1365.5 343.825 1409.02 300.306 1409.02 246.622C1409.02 192.938 1365.5 149.419 1311.82 149.419C1258.14 149.419 1214.63 192.938 1214.63 246.622C1214.63 300.306 1258.14 343.825 1311.82 343.825Z' fill='%23069875'/%3E%3Cpath d='M1308.97 346.082C1362.65 346.082 1406.16 302.563 1406.16 248.879C1406.16 195.195 1362.65 151.676 1308.97 151.676C1255.29 151.676 1211.77 195.195 1211.77 248.879C1211.77 302.563 1255.29 346.082 1308.97 346.082Z' fill='%23079976'/%3E%3Cpath d='M1306.11 348.34C1359.79 348.34 1403.31 304.82 1403.31 251.137C1403.31 197.453 1359.79 153.933 1306.11 153.933C1252.43 153.933 1208.91 197.453 1208.91 251.137C1208.91 304.82 1252.43 348.34 1306.11 348.34Z' fill='%23079977'/%3E%3Cpath d='M1303.24 350.597C1356.92 350.597 1400.44 307.077 1400.44 253.394C1400.44 199.71 1356.92 156.19 1303.24 156.19C1249.56 156.19 1206.04 199.71 1206.04 253.394C1206.04 307.077 1249.56 350.597 1303.24 350.597Z' fill='%23079978'/%3E%3Cpath d='M1300.37 352.828C1354.05 352.828 1397.57 309.309 1397.57 255.625C1397.57 201.941 1354.05 158.422 1300.37 158.422C1246.69 158.422 1203.17 201.941 1203.17 255.625C1203.17 309.309 1246.69 352.828 1300.37 352.828Z' fill='%23079979'/%3E%3Cpath d='M1297.49 355.059C1351.17 355.059 1394.68 311.54 1394.68 257.856C1394.68 204.172 1351.17 160.653 1297.49 160.653C1243.81 160.653 1200.29 204.172 1200.29 257.856C1200.29 311.54 1243.81 355.059 1297.49 355.059Z' fill='%23079A7A'/%3E%3Cpath d='M1294.6 357.29C1348.28 357.29 1391.8 313.771 1391.8 260.087C1391.8 206.403 1348.28 162.884 1294.6 162.884C1240.92 162.884 1197.41 206.403 1197.41 260.087C1197.41 313.771 1240.92 357.29 1294.6 357.29Z' fill='%23079A7B'/%3E%3Cpath d='M1291.72 359.495C1345.4 359.495 1388.92 315.976 1388.92 262.292C1388.92 208.608 1345.4 165.089 1291.72 165.089C1238.04 165.089 1194.52 208.608 1194.52 262.292C1194.52 315.976 1238.04 359.495 1291.72 359.495Z' fill='%23079A7C'/%3E%3Cpath d='M1288.82 361.7C1342.5 361.7 1386.02 318.181 1386.02 264.497C1386.02 210.813 1342.5 167.294 1288.82 167.294C1235.14 167.294 1191.63 210.813 1191.63 264.497C1191.63 318.181 1235.14 361.7 1288.82 361.7Z' fill='%23079B7D'/%3E%3Cpath d='M1285.93 363.905C1339.61 363.905 1383.12 320.386 1383.12 266.702C1383.12 213.018 1339.61 169.499 1285.93 169.499C1232.25 169.499 1188.73 213.018 1188.73 266.702C1188.73 320.386 1232.25 363.905 1285.93 363.905Z' fill='%23079B7E'/%3E%3Cpath d='M1283.03 366.097C1336.71 366.097 1380.23 322.578 1380.23 268.894C1380.23 215.21 1336.71 171.691 1283.03 171.691C1229.35 171.691 1185.84 215.21 1185.84 268.894C1185.84 322.578 1229.35 366.097 1283.03 366.097Z' fill='%23079B7F'/%3E%3Cpath d='M1280.12 368.276C1333.8 368.276 1377.32 324.757 1377.32 271.073C1377.32 217.389 1333.8 173.87 1280.12 173.87C1226.44 173.87 1182.93 217.389 1182.93 271.073C1182.93 324.757 1226.44 368.276 1280.12 368.276Z' fill='%23079B80'/%3E%3Cpath d='M1277.21 370.442C1330.89 370.442 1374.41 326.923 1374.41 273.239C1374.41 219.555 1330.89 176.036 1277.21 176.036C1223.53 176.036 1180.02 219.555 1180.02 273.239C1180.02 326.923 1223.53 370.442 1277.21 370.442Z' fill='%23079C81'/%3E%3Cpath d='M1274.29 372.608C1327.97 372.608 1371.49 329.088 1371.49 275.405C1371.49 221.721 1327.97 178.201 1274.29 178.201C1220.61 178.201 1177.09 221.721 1177.09 275.405C1177.09 329.088 1220.61 372.608 1274.29 372.608Z' fill='%23079C82'/%3E%3Cpath d='M1271.37 374.761C1325.05 374.761 1368.56 331.241 1368.56 277.557C1368.56 223.874 1325.05 180.354 1271.37 180.354C1217.69 180.354 1174.17 223.874 1174.17 277.557C1174.17 331.241 1217.69 374.761 1271.37 374.761Z' fill='%23079C83'/%3E%3Cpath d='M1268.45 376.9C1322.12 376.9 1365.64 333.381 1365.64 279.697C1365.64 226.013 1322.12 182.494 1268.45 182.494C1214.77 182.494 1171.25 226.013 1171.25 279.697C1171.25 333.381 1214.77 376.9 1268.45 376.9Z' fill='%23079C84'/%3E%3Cpath d='M1265.51 379.04C1319.19 379.04 1362.71 335.521 1362.71 281.837C1362.71 228.153 1319.19 184.634 1265.51 184.634C1211.83 184.634 1168.31 228.153 1168.31 281.837C1168.31 335.521 1211.83 379.04 1265.51 379.04Z' fill='%23079D85'/%3E%3Cpath d='M1262.57 381.167C1316.25 381.167 1359.77 337.647 1359.77 283.964C1359.77 230.28 1316.25 186.76 1262.57 186.76C1208.89 186.76 1165.38 230.28 1165.38 283.964C1165.38 337.647 1208.89 381.167 1262.57 381.167Z' fill='%23079D86'/%3E%3Cpath d='M1259.64 383.281C1313.32 383.281 1356.83 339.761 1356.83 286.077C1356.83 232.394 1313.32 188.874 1259.64 188.874C1205.96 188.874 1162.44 232.394 1162.44 286.077C1162.44 339.761 1205.96 383.281 1259.64 383.281Z' fill='%23079D87'/%3E%3Cpath d='M1256.69 385.381C1310.37 385.381 1353.89 341.862 1353.89 288.178C1353.89 234.494 1310.37 190.975 1256.69 190.975C1203.01 190.975 1159.5 234.494 1159.5 288.178C1159.5 341.862 1203.01 385.381 1256.69 385.381Z' fill='%23079E88'/%3E%3Cpath d='M1253.73 387.482C1307.41 387.482 1350.92 343.962 1350.92 290.279C1350.92 236.595 1307.41 193.075 1253.73 193.075C1200.05 193.075 1156.53 236.595 1156.53 290.279C1156.53 343.962 1200.05 387.482 1253.73 387.482Z' fill='%23079E89'/%3E%3Cpath d='M1250.77 389.569C1304.45 389.569 1347.96 346.05 1347.96 292.366C1347.96 238.682 1304.45 195.163 1250.77 195.163C1197.09 195.163 1153.57 238.682 1153.57 292.366C1153.57 346.05 1197.09 389.569 1250.77 389.569Z' fill='%23079E8A'/%3E%3Cpath d='M1247.81 391.644C1301.49 391.644 1345 348.125 1345 294.441C1345 240.757 1301.49 197.238 1247.81 197.238C1194.13 197.238 1150.61 240.757 1150.61 294.441C1150.61 348.125 1194.13 391.644 1247.81 391.644Z' fill='%23079E8B'/%3E%3Cpath d='M1244.84 393.705C1298.52 393.705 1342.04 350.186 1342.04 296.502C1342.04 242.818 1298.52 199.299 1244.84 199.299C1191.16 199.299 1147.65 242.818 1147.65 296.502C1147.65 350.186 1191.16 393.705 1244.84 393.705Z' fill='%23079F8C'/%3E%3Cpath d='M1241.87 395.767C1295.55 395.767 1339.07 352.248 1339.07 298.564C1339.07 244.88 1295.55 201.361 1241.87 201.361C1188.19 201.361 1144.67 244.88 1144.67 298.564C1144.67 352.248 1188.19 395.767 1241.87 395.767Z' fill='%23079F8D'/%3E%3Cpath d='M1238.88 397.802C1292.56 397.802 1336.08 354.283 1336.08 300.599C1336.08 246.915 1292.56 203.396 1238.88 203.396C1185.2 203.396 1141.69 246.915 1141.69 300.599C1141.69 354.283 1185.2 397.802 1238.88 397.802Z' fill='%23079F8E'/%3E%3Cpath d='M1235.89 399.851C1289.57 399.851 1333.09 356.331 1333.09 302.647C1333.09 248.964 1289.57 205.444 1235.89 205.444C1182.22 205.444 1138.7 248.964 1138.7 302.647C1138.7 356.331 1182.22 399.851 1235.89 399.851Z' fill='%2308A08F'/%3E%3Cpath d='M1232.91 401.873C1286.59 401.873 1330.1 358.354 1330.1 304.67C1330.1 250.986 1286.59 207.467 1232.91 207.467C1179.23 207.467 1135.71 250.986 1135.71 304.67C1135.71 358.354 1179.23 401.873 1232.91 401.873Z' fill='%2308A090'/%3E%3Cpath d='M1229.91 403.882C1283.59 403.882 1327.1 360.363 1327.1 306.679C1327.1 252.995 1283.59 209.476 1229.91 209.476C1176.23 209.476 1132.71 252.995 1132.71 306.679C1132.71 360.363 1176.23 403.882 1229.91 403.882Z' fill='%2308A091'/%3E%3Cpath d='M1226.91 405.892C1280.58 405.892 1324.1 362.372 1324.1 308.689C1324.1 255.005 1280.58 211.485 1226.91 211.485C1173.23 211.485 1129.71 255.005 1129.71 308.689C1129.71 362.372 1173.23 405.892 1226.91 405.892Z' fill='%2308A092'/%3E%3Cpath d='M1223.89 407.888C1277.57 407.888 1321.09 364.369 1321.09 310.685C1321.09 257.001 1277.57 213.482 1223.89 213.482C1170.21 213.482 1126.7 257.001 1126.7 310.685C1126.7 364.369 1170.21 407.888 1223.89 407.888Z' fill='%2308A193'/%3E%3Cpath d='M1220.88 409.871C1274.56 409.871 1318.07 366.352 1318.07 312.668C1318.07 258.984 1274.56 215.465 1220.88 215.465C1167.2 215.465 1123.68 258.984 1123.68 312.668C1123.68 366.352 1167.2 409.871 1220.88 409.871Z' fill='%2308A194'/%3E%3Cpath d='M1217.86 411.841C1271.54 411.841 1315.06 368.322 1315.06 314.638C1315.06 260.954 1271.54 217.435 1217.86 217.435C1164.18 217.435 1120.67 260.954 1120.67 314.638C1120.67 368.322 1164.18 411.841 1217.86 411.841Z' fill='%2308A195'/%3E%3Cpath d='M1214.84 413.798C1268.52 413.798 1312.03 370.279 1312.03 316.595C1312.03 262.911 1268.52 219.392 1214.84 219.392C1161.16 219.392 1117.64 262.911 1117.64 316.595C1117.64 370.279 1161.16 413.798 1214.84 413.798Z' fill='%2308A296'/%3E%3Cpath d='M1211.8 415.743C1265.48 415.743 1308.99 372.223 1308.99 318.539C1308.99 264.856 1265.48 221.336 1211.8 221.336C1158.12 221.336 1114.6 264.856 1114.6 318.539C1114.6 372.223 1158.12 415.743 1211.8 415.743Z' fill='%2308A297'/%3E%3Cpath d='M1208.77 417.687C1262.45 417.687 1305.97 374.167 1305.97 320.483C1305.97 266.8 1262.45 223.28 1208.77 223.28C1155.09 223.28 1111.58 266.8 1111.58 320.483C1111.58 374.167 1155.09 417.687 1208.77 417.687Z' fill='%2308A298'/%3E%3Cpath d='M1205.72 419.617C1259.4 419.617 1302.91 376.098 1302.91 322.414C1302.91 268.731 1259.4 225.211 1205.72 225.211C1152.04 225.211 1108.52 268.731 1108.52 322.414C1108.52 376.098 1152.04 419.617 1205.72 419.617Z' fill='%2308A299'/%3E%3Cpath d='M1202.67 421.535C1256.35 421.535 1299.86 378.016 1299.86 324.332C1299.86 270.648 1256.35 227.129 1202.67 227.129C1148.99 227.129 1105.47 270.648 1105.47 324.332C1105.47 378.016 1148.99 421.535 1202.67 421.535Z' fill='%2308A39A'/%3E%3Cpath d='M1196.92 425.097C1250.6 425.097 1294.12 381.578 1294.12 327.894C1294.12 274.21 1250.6 230.691 1196.92 230.691C1143.25 230.691 1099.73 274.21 1099.73 327.894C1099.73 381.578 1143.25 425.097 1196.92 425.097Z' fill='%2308A39B'/%3E%3Cpath d='M1196.05 425.646C1249.73 425.646 1293.25 382.126 1293.25 328.442C1293.25 274.759 1249.73 231.239 1196.05 231.239C1142.37 231.239 1098.86 274.759 1098.86 328.442C1098.86 382.126 1142.37 425.646 1196.05 425.646Z' fill='%2308A29C'/%3E%3Cpath d='M1192.46 427.837C1246.14 427.837 1289.66 384.318 1289.66 330.634C1289.66 276.95 1246.14 233.431 1192.46 233.431C1138.78 233.431 1095.27 276.95 1095.27 330.634C1095.27 384.318 1138.78 427.837 1192.46 427.837Z' fill='%2309A19D'/%3E%3Cpath d='M1188.89 430.003C1242.57 430.003 1286.08 386.484 1286.08 332.8C1286.08 279.116 1242.57 235.597 1188.89 235.597C1135.21 235.597 1091.69 279.116 1091.69 332.8C1091.69 386.484 1135.21 430.003 1188.89 430.003Z' fill='%2309A09E'/%3E%3Cpath d='M1185.29 432.169C1238.97 432.169 1282.48 388.65 1282.48 334.966C1282.48 281.282 1238.97 237.763 1185.29 237.763C1131.61 237.763 1088.09 281.282 1088.09 334.966C1088.09 388.65 1131.61 432.169 1185.29 432.169Z' fill='%230A9F9F'/%3E%3Cpath d='M1181.69 434.309C1235.37 434.309 1278.88 390.79 1278.88 337.106C1278.88 283.422 1235.37 239.903 1181.69 239.903C1128.01 239.903 1084.49 283.422 1084.49 337.106C1084.49 390.79 1128.01 434.309 1181.69 434.309Z' fill='%230A9E9F'/%3E%3Cpath d='M1178.07 436.423C1231.75 436.423 1275.27 392.903 1275.27 339.219C1275.27 285.536 1231.75 242.016 1178.07 242.016C1124.39 242.016 1080.88 285.536 1080.88 339.219C1080.88 392.903 1124.39 436.423 1178.07 436.423Z' fill='%230A9DA0'/%3E%3Cpath d='M1174.46 438.536C1228.14 438.536 1271.65 395.017 1271.65 341.333C1271.65 287.649 1228.14 244.13 1174.46 244.13C1120.78 244.13 1077.26 287.649 1077.26 341.333C1077.26 395.017 1120.78 438.536 1174.46 438.536Z' fill='%230B9CA1'/%3E%3Cpath d='M1170.83 440.624C1224.51 440.624 1268.03 397.104 1268.03 343.421C1268.03 289.737 1224.51 246.218 1170.83 246.218C1117.15 246.218 1073.64 289.737 1073.64 343.421C1073.64 397.104 1117.15 440.624 1170.83 440.624Z' fill='%230B9BA2'/%3E%3Cpath d='M1167.19 442.698C1220.87 442.698 1264.39 399.179 1264.39 345.495C1264.39 291.811 1220.87 248.292 1167.19 248.292C1113.51 248.292 1070 291.811 1070 345.495C1070 399.179 1113.51 442.698 1167.19 442.698Z' fill='%230C9AA3'/%3E%3Cpath d='M1163.54 444.76C1217.22 444.76 1260.73 401.241 1260.73 347.557C1260.73 293.873 1217.22 250.354 1163.54 250.354C1109.86 250.354 1066.34 293.873 1066.34 347.557C1066.34 401.241 1109.86 444.76 1163.54 444.76Z' fill='%230C99A4'/%3E%3Cpath d='M1159.89 446.808C1213.57 446.808 1257.08 403.289 1257.08 349.605C1257.08 295.921 1213.57 252.402 1159.89 252.402C1106.21 252.402 1062.69 295.921 1062.69 349.605C1062.69 403.289 1106.21 446.808 1159.89 446.808Z' fill='%230D98A5'/%3E%3Cpath d='M1156.23 448.831C1209.91 448.831 1253.43 405.311 1253.43 351.627C1253.43 297.944 1209.91 254.424 1156.23 254.424C1102.55 254.424 1059.04 297.944 1059.04 351.627C1059.04 405.311 1102.55 448.831 1156.23 448.831Z' fill='%230D97A6'/%3E%3Cpath d='M1152.55 450.827C1206.23 450.827 1249.75 407.308 1249.75 353.624C1249.75 299.94 1206.23 256.421 1152.55 256.421C1098.87 256.421 1055.36 299.94 1055.36 353.624C1055.36 407.308 1098.87 450.827 1152.55 450.827Z' fill='%230D96A7'/%3E%3Cpath d='M1148.88 452.823C1202.55 452.823 1246.07 409.304 1246.07 355.62C1246.07 301.936 1202.55 258.417 1148.88 258.417C1095.2 258.417 1051.68 301.936 1051.68 355.62C1051.68 409.304 1095.2 452.823 1148.88 452.823Z' fill='%230E95A8'/%3E%3Cpath d='M1145.18 454.793C1198.86 454.793 1242.38 411.274 1242.38 357.59C1242.38 303.906 1198.86 260.387 1145.18 260.387C1091.5 260.387 1047.99 303.906 1047.99 357.59C1047.99 411.274 1091.5 454.793 1145.18 454.793Z' fill='%230E94A8'/%3E%3Cpath d='M1141.48 456.737C1195.16 456.737 1238.67 413.218 1238.67 359.534C1238.67 305.85 1195.16 262.331 1141.48 262.331C1087.8 262.331 1044.28 305.85 1044.28 359.534C1044.28 413.218 1087.8 456.737 1141.48 456.737Z' fill='%230F93A9'/%3E%3Cpath d='M1137.77 458.681C1191.45 458.681 1234.97 415.162 1234.97 361.478C1234.97 307.794 1191.45 264.275 1137.77 264.275C1084.09 264.275 1040.58 307.794 1040.58 361.478C1040.58 415.162 1084.09 458.681 1137.77 458.681Z' fill='%230F92AA'/%3E%3Cpath d='M1134.05 460.599C1187.73 460.599 1231.25 417.08 1231.25 363.396C1231.25 309.712 1187.73 266.193 1134.05 266.193C1080.38 266.193 1036.86 309.712 1036.86 363.396C1036.86 417.08 1080.38 460.599 1134.05 460.599Z' fill='%230F91AB'/%3E%3Cpath d='M1130.34 462.491C1184.02 462.491 1227.53 418.972 1227.53 365.288C1227.53 311.604 1184.02 268.085 1130.34 268.085C1076.66 268.085 1033.14 311.604 1033.14 365.288C1033.14 418.972 1076.66 462.491 1130.34 462.491Z' fill='%231090AC'/%3E%3Cpath d='M1126.59 464.37C1180.27 464.37 1223.79 420.851 1223.79 367.167C1223.79 313.483 1180.27 269.964 1126.59 269.964C1072.91 269.964 1029.4 313.483 1029.4 367.167C1029.4 420.851 1072.91 464.37 1126.59 464.37Z' fill='%23108FAD'/%3E%3Cpath d='M1122.85 466.236C1176.53 466.236 1220.04 422.717 1220.04 369.033C1220.04 315.349 1176.53 271.83 1122.85 271.83C1069.17 271.83 1025.65 315.349 1025.65 369.033C1025.65 422.717 1069.17 466.236 1122.85 466.236Z' fill='%23118EAE'/%3E%3Cpath d='M1119.09 468.076C1172.77 468.076 1216.29 424.556 1216.29 370.873C1216.29 317.189 1172.77 273.669 1119.09 273.669C1065.41 273.669 1021.9 317.189 1021.9 370.873C1021.9 424.556 1065.41 468.076 1119.09 468.076Z' fill='%23118DAF'/%3E%3Cpath d='M1115.33 469.902C1169.01 469.902 1212.53 426.383 1212.53 372.699C1212.53 319.015 1169.01 275.496 1115.33 275.496C1061.65 275.496 1018.14 319.015 1018.14 372.699C1018.14 426.383 1061.65 469.902 1115.33 469.902Z' fill='%23118CB0'/%3E%3Cpath d='M1111.55 471.703C1165.23 471.703 1208.75 428.183 1208.75 374.5C1208.75 320.816 1165.23 277.296 1111.55 277.296C1057.87 277.296 1014.35 320.816 1014.35 374.5C1014.35 428.183 1057.87 471.703 1111.55 471.703Z' fill='%23128BB1'/%3E%3Cpath d='M1107.77 473.49C1161.45 473.49 1204.96 429.971 1204.96 376.287C1204.96 322.603 1161.45 279.084 1107.77 279.084C1054.09 279.084 1010.57 322.603 1010.57 376.287C1010.57 429.971 1054.09 473.49 1107.77 473.49Z' fill='%23128AB1'/%3E%3Cpath d='M1103.98 475.252C1157.66 475.252 1201.18 431.732 1201.18 378.049C1201.18 324.365 1157.66 280.845 1103.98 280.845C1050.3 280.845 1006.79 324.365 1006.79 378.049C1006.79 431.732 1050.3 475.252 1103.98 475.252Z' fill='%231389B2'/%3E%3Cpath d='M1100.17 477C1153.85 477 1197.37 433.481 1197.37 379.797C1197.37 326.113 1153.85 282.594 1100.17 282.594C1046.49 282.594 1002.98 326.113 1002.98 379.797C1002.98 433.481 1046.49 477 1100.17 477Z' fill='%231388B3'/%3E%3Cpath d='M1096.36 478.722C1150.04 478.722 1193.56 435.203 1193.56 381.519C1193.56 327.835 1150.04 284.316 1096.36 284.316C1042.68 284.316 999.168 327.835 999.168 381.519C999.168 435.203 1042.68 478.722 1096.36 478.722Z' fill='%231487B4'/%3E%3Cpath d='M1092.54 480.431C1146.22 480.431 1189.74 436.912 1189.74 383.228C1189.74 329.544 1146.22 286.025 1092.54 286.025C1038.86 286.025 995.346 329.544 995.346 383.228C995.346 436.912 1038.86 480.431 1092.54 480.431Z' fill='%231486B5'/%3E%3Cpath d='M1088.71 482.115C1142.39 482.115 1185.9 438.595 1185.9 384.911C1185.9 331.228 1142.39 287.708 1088.71 287.708C1035.03 287.708 991.51 331.228 991.51 384.911C991.51 438.595 1035.03 482.115 1088.71 482.115Z' fill='%231485B6'/%3E%3Cpath d='M1084.86 483.772C1138.54 483.772 1182.05 440.252 1182.05 386.568C1182.05 332.885 1138.54 289.365 1084.86 289.365C1031.18 289.365 987.662 332.885 987.662 386.568C987.662 440.252 1031.18 483.772 1084.86 483.772Z' fill='%231584B7'/%3E%3Cpath d='M1081.01 485.429C1134.69 485.429 1178.2 441.909 1178.2 388.226C1178.2 334.542 1134.69 291.022 1081.01 291.022C1027.33 291.022 983.813 334.542 983.813 388.226C983.813 441.909 1027.33 485.429 1081.01 485.429Z' fill='%231583B8'/%3E%3Cpath d='M1077.15 487.046C1130.83 487.046 1174.34 443.527 1174.34 389.843C1174.34 336.159 1130.83 292.64 1077.15 292.64C1023.47 292.64 979.951 336.159 979.951 389.843C979.951 443.527 1023.47 487.046 1077.15 487.046Z' fill='%231682B9'/%3E%3Cpath d='M1073.27 488.651C1126.95 488.651 1170.47 445.132 1170.47 391.448C1170.47 337.764 1126.95 294.245 1073.27 294.245C1019.59 294.245 976.076 337.764 976.076 391.448C976.076 445.132 1019.59 488.651 1073.27 488.651Z' fill='%231682B9'/%3E%3Cpath d='M1069.38 490.23C1123.06 490.23 1166.58 446.711 1166.58 393.027C1166.58 339.343 1123.06 295.824 1069.38 295.824C1015.7 295.824 972.188 339.343 972.188 393.027C972.188 446.711 1015.7 490.23 1069.38 490.23Z' fill='%231681BA'/%3E%3Cpath d='M1065.5 491.796C1119.18 491.796 1162.69 448.276 1162.69 394.593C1162.69 340.909 1119.18 297.389 1065.5 297.389C1011.82 297.389 968.301 340.909 968.301 394.593C968.301 448.276 1011.82 491.796 1065.5 491.796Z' fill='%231780BB'/%3E%3Cpath d='M1061.6 493.336C1115.27 493.336 1158.79 449.816 1158.79 396.132C1158.79 342.449 1115.27 298.929 1061.6 298.929C1007.92 298.929 964.4 342.449 964.4 396.132C964.4 449.816 1007.92 493.336 1061.6 493.336Z' fill='%23177FBC'/%3E%3Cpath d='M1057.68 494.862C1111.36 494.862 1154.88 451.343 1154.88 397.659C1154.88 343.975 1111.36 300.456 1057.68 300.456C1004 300.456 960.486 343.975 960.486 397.659C960.486 451.343 1004 494.862 1057.68 494.862Z' fill='%23187EBD'/%3E%3Cpath d='M1053.75 496.362C1107.43 496.362 1150.95 452.843 1150.95 399.159C1150.95 345.475 1107.43 301.956 1053.75 301.956C1000.07 301.956 956.559 345.475 956.559 399.159C956.559 452.843 1000.07 496.362 1053.75 496.362Z' fill='%23187DBE'/%3E%3Cpath d='M1049.81 497.837C1103.49 497.837 1147.01 454.317 1147.01 400.634C1147.01 346.95 1103.49 303.43 1049.81 303.43C996.135 303.43 952.619 346.95 952.619 400.634C952.619 454.317 996.135 497.837 1049.81 497.837Z' fill='%23187CBF'/%3E%3Cpath d='M1045.87 499.285C1099.55 499.285 1143.07 455.766 1143.07 402.082C1143.07 348.398 1099.55 304.879 1045.87 304.879C992.195 304.879 948.679 348.398 948.679 402.082C948.679 455.766 992.195 499.285 1045.87 499.285Z' fill='%23197BC0'/%3E%3Cpath d='M1041.91 500.72C1095.59 500.72 1139.1 457.201 1139.1 403.517C1139.1 349.833 1095.59 306.314 1041.91 306.314C988.229 306.314 944.713 349.833 944.713 403.517C944.713 457.201 988.229 500.72 1041.91 500.72Z' fill='%23197AC1'/%3E%3Cpath d='M1037.94 502.129C1091.62 502.129 1135.14 458.61 1135.14 404.926C1135.14 351.242 1091.62 307.723 1037.94 307.723C984.262 307.723 940.747 351.242 940.747 404.926C940.747 458.61 984.262 502.129 1037.94 502.129Z' fill='%231A79C2'/%3E%3Cpath d='M1033.98 503.525C1087.66 503.525 1131.17 460.006 1131.17 406.322C1131.17 352.638 1087.66 309.119 1033.98 309.119C980.297 309.119 936.781 352.638 936.781 406.322C936.781 460.006 980.297 503.525 1033.98 503.525Z' fill='%231A78C2'/%3E%3Cpath d='M1029.98 504.895C1083.66 504.895 1127.18 461.376 1127.18 407.692C1127.18 354.008 1083.66 310.489 1029.98 310.489C976.304 310.489 932.789 354.008 932.789 407.692C932.789 461.376 976.304 504.895 1029.98 504.895Z' fill='%231B77C3'/%3E%3Cpath d='M1025.98 506.239C1079.66 506.239 1123.17 462.72 1123.17 409.036C1123.17 355.352 1079.66 311.833 1025.98 311.833C972.299 311.833 928.783 355.352 928.783 409.036C928.783 462.72 972.299 506.239 1025.98 506.239Z' fill='%231B76C4'/%3E%3Cpath d='M1021.97 507.557C1075.65 507.557 1119.17 464.038 1119.17 410.354C1119.17 356.67 1075.65 313.151 1021.97 313.151C968.294 313.151 924.778 356.67 924.778 410.354C924.778 464.038 968.294 507.557 1021.97 507.557Z' fill='%231B75C5'/%3E%3Cpath d='M1017.96 508.862C1071.63 508.862 1115.15 465.343 1115.15 411.659C1115.15 357.975 1071.63 314.456 1017.96 314.456C964.276 314.456 920.76 357.975 920.76 411.659C920.76 465.343 964.276 508.862 1017.96 508.862Z' fill='%231C74C6'/%3E%3Cpath d='M1013.91 510.128C1067.59 510.128 1111.11 466.608 1111.11 412.924C1111.11 359.241 1067.59 315.721 1013.91 315.721C960.231 315.721 916.715 359.241 916.715 412.924C916.715 466.608 960.231 510.128 1013.91 510.128Z' fill='%231C73C7'/%3E%3Cpath d='M1009.88 511.38C1063.56 511.38 1107.07 467.861 1107.07 414.177C1107.07 360.493 1063.56 316.974 1009.88 316.974C956.2 316.974 912.684 360.493 912.684 414.177C912.684 467.861 956.2 511.38 1009.88 511.38Z' fill='%231D72C8'/%3E%3Cpath d='M1005.82 512.619C1059.5 512.619 1103.02 469.1 1103.02 415.416C1103.02 361.732 1059.5 318.213 1005.82 318.213C952.142 318.213 908.626 361.732 908.626 415.416C908.626 469.1 952.142 512.619 1005.82 512.619Z' fill='%231D71C9'/%3E%3Cpath d='M1001.75 513.82C1055.43 513.82 1098.95 470.301 1098.95 416.617C1098.95 362.933 1055.43 319.414 1001.75 319.414C948.072 319.414 904.556 362.933 904.556 416.617C904.556 470.301 948.072 513.82 1001.75 513.82Z' fill='%231D70CA'/%3E%3Cpath d='M997.681 515.007C1051.36 515.007 1094.88 471.488 1094.88 417.804C1094.88 364.12 1051.36 320.601 997.681 320.601C944.002 320.601 900.486 364.12 900.486 417.804C900.486 471.488 944.002 515.007 997.681 515.007Z' fill='%231E6FCB'/%3E%3Cpath d='M993.585 516.168C1047.26 516.168 1090.78 472.649 1090.78 418.965C1090.78 365.281 1047.26 321.762 993.585 321.762C939.905 321.762 896.389 365.281 896.389 418.965C896.389 472.649 939.905 516.168 993.585 516.168Z' fill='%231E6ECB'/%3E%3Cpath d='M989.488 517.304C1043.17 517.304 1086.68 473.784 1086.68 420.1C1086.68 366.417 1043.17 322.897 989.488 322.897C935.808 322.897 892.292 366.417 892.292 420.1C892.292 473.784 935.808 517.304 989.488 517.304Z' fill='%231F6DCC'/%3E%3Cpath d='M985.378 518.412C1039.06 518.412 1082.57 474.893 1082.57 421.209C1082.57 367.525 1039.06 324.006 985.378 324.006C931.699 324.006 888.183 367.525 888.183 421.209C888.183 474.893 931.699 518.412 985.378 518.412Z' fill='%231F6CCD'/%3E%3Cpath d='M981.256 519.495C1034.94 519.495 1078.45 475.976 1078.45 422.292C1078.45 368.608 1034.94 325.089 981.256 325.089C927.576 325.089 884.061 368.608 884.061 422.292C884.061 475.976 927.576 519.495 981.256 519.495Z' fill='%231F6BCE'/%3E%3Cpath d='M977.12 520.565C1030.8 520.565 1074.32 477.046 1074.32 423.362C1074.32 369.678 1030.8 326.159 977.12 326.159C923.441 326.159 879.925 369.678 879.925 423.362C879.925 477.046 923.441 520.565 977.12 520.565Z' fill='%23206ACF'/%3E%3Cpath d='M972.971 521.596C1026.65 521.596 1070.17 478.077 1070.17 424.393C1070.17 370.709 1026.65 327.19 972.971 327.19C919.292 327.19 875.776 370.709 875.776 424.393C875.776 478.077 919.292 521.596 972.971 521.596Z' fill='%232069D0'/%3E%3Cpath d='M968.81 522.614C1022.49 522.614 1066 479.094 1066 425.411C1066 371.727 1022.49 328.208 968.81 328.208C915.13 328.208 871.614 371.727 871.614 425.411C871.614 479.094 915.13 522.614 968.81 522.614Z' fill='%232168D1'/%3E%3Cpath d='M964.648 523.605C1018.33 523.605 1061.84 480.086 1061.84 426.402C1061.84 372.718 1018.33 329.199 964.648 329.199C910.968 329.199 867.452 372.718 867.452 426.402C867.452 480.086 910.968 523.605 964.648 523.605Z' fill='%232167D2'/%3E%3Cpath d='M960.46 524.571C1014.14 524.571 1057.66 481.052 1057.66 427.368C1057.66 373.684 1014.14 330.165 960.46 330.165C906.78 330.165 863.265 373.684 863.265 427.368C863.265 481.052 906.78 524.571 960.46 524.571Z' fill='%232266D3'/%3E%3Cpath d='M956.272 525.51C1009.95 525.51 1053.47 481.991 1053.47 428.307C1053.47 374.623 1009.95 331.104 956.272 331.104C902.593 331.104 859.077 374.623 859.077 428.307C859.077 481.991 902.593 525.51 956.272 525.51Z' fill='%232265D4'/%3E%3Cpath d='M952.071 526.424C1005.75 526.424 1049.27 482.904 1049.27 429.22C1049.27 375.537 1005.75 332.017 952.071 332.017C898.391 332.017 854.875 375.537 854.875 429.22C854.875 482.904 898.391 526.424 952.071 526.424Z' fill='%232264D4'/%3E%3Cpath d='M947.844 527.311C1001.52 527.311 1045.04 483.792 1045.04 430.108C1045.04 376.424 1001.52 332.905 947.844 332.905C894.164 332.905 850.648 376.424 850.648 430.108C850.648 483.792 894.164 527.311 947.844 527.311Z' fill='%232363D5'/%3E%3Cpath d='M943.617 528.172C997.297 528.172 1040.81 484.653 1040.81 430.969C1040.81 377.285 997.297 333.766 943.617 333.766C889.938 333.766 846.422 377.285 846.422 430.969C846.422 484.653 889.938 528.172 943.617 528.172Z' fill='%232362D6'/%3E%3Cpath d='M939.377 529.02C993.057 529.02 1036.57 485.501 1036.57 431.817C1036.57 378.133 993.057 334.614 939.377 334.614C885.697 334.614 842.182 378.133 842.182 431.817C842.182 485.501 885.697 529.02 939.377 529.02Z' fill='%232461D7'/%3E%3Cpath d='M926.696 531.356C980.375 531.356 1023.89 487.836 1023.89 434.152C1023.89 380.469 980.375 336.949 926.696 336.949C873.016 336.949 829.5 380.469 829.5 434.152C829.5 487.836 873.016 531.356 926.696 531.356Z' fill='%232460D8'/%3E%3Cpath d='M921.36 532.269C975.039 532.269 1018.56 488.75 1018.56 435.066C1018.56 381.382 975.039 337.863 921.36 337.863C867.68 337.863 824.165 381.382 824.165 435.066C824.165 488.75 867.68 532.269 921.36 532.269Z' fill='%232460D8'/%3E%3Cpath d='M907.465 534.422C961.145 534.422 1004.66 490.902 1004.66 437.219C1004.66 383.535 961.145 340.015 907.465 340.015C853.786 340.015 810.27 383.535 810.27 437.219C810.27 490.902 853.786 534.422 907.465 534.422Z' fill='%232460D8'/%3E%3Cpath d='M893.44 536.314C947.12 536.314 990.636 492.794 990.636 439.11C990.636 385.427 947.12 341.907 893.44 341.907C839.761 341.907 796.245 385.427 796.245 439.11C796.245 492.794 839.761 536.314 893.44 536.314Z' fill='%232460D8'/%3E%3Cpath d='M879.285 537.905C932.965 537.905 976.481 494.386 976.481 440.702C976.481 387.018 932.965 343.499 879.285 343.499C825.606 343.499 782.09 387.018 782.09 440.702C782.09 494.386 825.606 537.905 879.285 537.905Z' fill='%232460D8'/%3E%3Cpath d='M864.986 539.223C918.666 539.223 962.182 495.704 962.182 442.02C962.182 388.336 918.666 344.817 864.986 344.817C811.307 344.817 767.791 388.336 767.791 442.02C767.791 495.704 811.307 539.223 864.986 539.223Z' fill='%232460D8'/%3E%3Cpath d='M850.57 540.241C904.25 540.241 947.766 496.721 947.766 443.038C947.766 389.354 904.25 345.834 850.57 345.834C796.891 345.834 753.375 389.354 753.375 443.038C753.375 496.721 796.891 540.241 850.57 540.241Z' fill='%232460D8'/%3E%3Cpath d='M835.998 540.958C889.677 540.958 933.193 497.439 933.193 443.755C933.193 390.071 889.677 346.552 835.998 346.552C782.318 346.552 738.802 390.071 738.802 443.755C738.802 497.439 782.318 540.958 835.998 540.958Z' fill='%232460D8'/%3E%3Cpath d='M821.294 541.376C874.974 541.376 918.49 497.857 918.49 444.173C918.49 390.489 874.974 346.97 821.294 346.97C767.615 346.97 724.099 390.489 724.099 444.173C724.099 497.857 767.615 541.376 821.294 541.376Z' fill='%232460D8'/%3E%3Cpath d='M806.447 541.48C860.127 541.48 903.643 497.961 903.643 444.277C903.643 390.593 860.127 347.074 806.447 347.074C752.768 347.074 709.252 390.593 709.252 444.277C709.252 497.961 752.768 541.48 806.447 541.48Z' fill='%232460D8'/%3E%3Cpath d='M791.457 541.272C845.137 541.272 888.652 497.752 888.652 444.068C888.652 390.385 845.137 346.865 791.457 346.865C737.778 346.865 694.262 390.385 694.262 444.068C694.262 497.752 737.778 541.272 791.457 541.272Z' fill='%232460D8'/%3E%3Cpath d='M776.323 540.75C830.003 540.75 873.519 497.23 873.519 443.546C873.519 389.863 830.003 346.343 776.323 346.343C722.644 346.343 679.128 389.863 679.128 443.546C679.128 497.23 722.644 540.75 776.323 540.75Z' fill='%232460D8'/%3E%3Cpath d='M760.068 539.823C813.747 539.823 857.263 496.304 857.263 442.62C857.263 388.936 813.747 345.417 760.068 345.417C706.388 345.417 662.873 388.936 662.873 442.62C662.873 496.304 706.388 539.823 760.068 539.823Z' fill='%232460D8'/%3E%3Cpath d='M741.803 538.192C795.482 538.192 838.998 494.673 838.998 440.989C838.998 387.305 795.482 343.786 741.803 343.786C688.123 343.786 644.607 387.305 644.607 440.989C644.607 494.673 688.123 538.192 741.803 538.192Z' fill='%232460D8'/%3E%3Cpath d='M724.608 535.974C778.287 535.974 821.803 492.455 821.803 438.771C821.803 385.087 778.287 341.568 724.608 341.568C670.928 341.568 627.413 385.087 627.413 438.771C627.413 492.455 670.928 535.974 724.608 535.974Z' fill='%232460D8'/%3E%3Cpath d='M708.365 533.221C762.045 533.221 805.561 489.702 805.561 436.018C805.561 382.334 762.045 338.815 708.365 338.815C654.686 338.815 611.17 382.334 611.17 436.018C611.17 489.702 654.686 533.221 708.365 533.221Z' fill='%232460D8'/%3E%3Cpath d='M693.023 529.999C746.702 529.999 790.218 486.479 790.218 432.795C790.218 379.112 746.702 335.592 693.023 335.592C639.343 335.592 595.827 379.112 595.827 432.795C595.827 486.479 639.343 529.999 693.023 529.999Z' fill='%232460D8'/%3E%3Cpath d='M678.476 526.358C732.155 526.358 775.671 482.839 775.671 429.155C775.671 375.472 732.155 331.952 678.476 331.952C624.796 331.952 581.28 375.472 581.28 429.155C581.28 482.839 624.796 526.358 678.476 526.358Z' fill='%232460D8'/%3E%3Cpath d='M664.66 522.353C718.339 522.353 761.855 478.834 761.855 425.15C761.855 371.466 718.339 327.947 664.66 327.947C610.98 327.947 567.464 371.466 567.464 425.15C567.464 478.834 610.98 522.353 664.66 522.353Z' fill='%232460D8'/%3E%3Cpath d='M651.483 518.047C705.162 518.047 748.678 474.528 748.678 420.844C748.678 367.16 705.162 323.641 651.483 323.641C597.803 323.641 554.288 367.16 554.288 420.844C554.288 474.528 597.803 518.047 651.483 518.047Z' fill='%232460D8'/%3E%3Cpath d='M638.867 513.481C692.547 513.481 736.063 469.961 736.063 416.277C736.063 362.594 692.547 319.074 638.867 319.074C585.188 319.074 541.672 362.594 541.672 416.277C541.672 469.961 585.188 513.481 638.867 513.481Z' fill='%232460D8'/%3E%3Cpath d='M626.721 508.705C680.4 508.705 723.916 465.186 723.916 411.502C723.916 357.818 680.4 314.299 626.721 314.299C573.041 314.299 529.525 357.818 529.525 411.502C529.525 465.186 573.041 508.705 626.721 508.705Z' fill='%232460D8'/%3E%3Cpath d='M614.966 503.799C668.646 503.799 712.162 460.28 712.162 406.596C712.162 352.912 668.646 309.393 614.966 309.393C561.287 309.393 517.771 352.912 517.771 406.596C517.771 460.28 561.287 503.799 614.966 503.799Z' fill='%232460D8'/%3E%3Cpath d='M603.524 498.802C657.204 498.802 700.72 455.283 700.72 401.599C700.72 347.915 657.204 304.396 603.524 304.396C549.845 304.396 506.329 347.915 506.329 401.599C506.329 455.283 549.845 498.802 603.524 498.802Z' fill='%232460D8'/%3E%3Cpath d='M592.318 493.766C645.997 493.766 689.513 450.247 689.513 396.563C689.513 342.879 645.997 299.36 592.318 299.36C538.638 299.36 495.123 342.879 495.123 396.563C495.123 450.247 538.638 493.766 592.318 493.766Z' fill='%232460D8'/%3E%3Cpath d='M581.254 488.756C634.934 488.756 678.45 445.236 678.45 391.553C678.45 337.869 634.934 294.349 581.254 294.349C527.575 294.349 484.059 337.869 484.059 391.553C484.059 445.236 527.575 488.756 581.254 488.756Z' fill='%232460D8'/%3E%3Cpath d='M576.779 486.733C630.459 486.733 673.975 443.214 673.975 389.53C673.975 335.846 630.459 292.327 576.779 292.327C523.1 292.327 479.584 335.846 479.584 389.53C479.584 443.214 523.1 486.733 576.779 486.733Z' fill='%232460D8'/%3E%3Cpath d='M569.056 483.276C622.736 483.276 666.252 439.757 666.252 386.073C666.252 332.389 622.736 288.87 569.056 288.87C515.377 288.87 471.861 332.389 471.861 386.073C471.861 439.757 515.377 483.276 569.056 483.276Z' fill='%232560D8'/%3E%3Cpath d='M567.869 482.754C621.548 482.754 665.064 439.235 665.064 385.551C665.064 331.867 621.548 288.348 567.869 288.348C514.189 288.348 470.673 331.867 470.673 385.551C470.673 439.235 514.189 482.754 567.869 482.754Z' fill='%23265FD8'/%3E%3Cpath d='M566.682 482.232C620.361 482.232 663.877 438.713 663.877 385.029C663.877 331.345 620.361 287.826 566.682 287.826C513.002 287.826 469.486 331.345 469.486 385.029C469.486 438.713 513.002 482.232 566.682 482.232Z' fill='%23275FD9'/%3E%3Cpath d='M565.481 481.71C619.161 481.71 662.677 438.191 662.677 384.507C662.677 330.823 619.161 287.304 565.481 287.304C511.802 287.304 468.286 330.823 468.286 384.507C468.286 438.191 511.802 481.71 565.481 481.71Z' fill='%23285FD9'/%3E%3Cpath d='M564.294 481.188C617.974 481.188 661.489 437.669 661.489 383.985C661.489 330.301 617.974 286.782 564.294 286.782C510.614 286.782 467.099 330.301 467.099 383.985C467.099 437.669 510.614 481.188 564.294 481.188Z' fill='%23295FD9'/%3E%3Cpath d='M563.094 480.666C616.773 480.666 660.289 437.147 660.289 383.463C660.289 329.779 616.773 286.26 563.094 286.26C509.414 286.26 465.898 329.779 465.898 383.463C465.898 437.147 509.414 480.666 563.094 480.666Z' fill='%232A5ED9'/%3E%3Cpath d='M561.907 480.145C615.586 480.145 659.102 436.625 659.102 382.941C659.102 329.258 615.586 285.738 561.907 285.738C508.227 285.738 464.711 329.258 464.711 382.941C464.711 436.625 508.227 480.145 561.907 480.145Z' fill='%232B5ED9'/%3E%3Cpath d='M560.706 479.636C614.386 479.636 657.901 436.116 657.901 382.432C657.901 328.749 614.386 285.229 560.706 285.229C507.027 285.229 463.511 328.749 463.511 382.432C463.511 436.116 507.027 479.636 560.706 479.636Z' fill='%232C5ED9'/%3E%3Cpath d='M559.519 479.114C613.199 479.114 656.714 435.594 656.714 381.911C656.714 328.227 613.199 284.708 559.519 284.708C505.84 284.708 462.324 328.227 462.324 381.911C462.324 435.594 505.84 479.114 559.519 479.114Z' fill='%232D5EDA'/%3E%3Cpath d='M558.319 478.605C611.998 478.605 655.514 435.085 655.514 381.402C655.514 327.718 611.998 284.198 558.319 284.198C504.639 284.198 461.124 327.718 461.124 381.402C461.124 435.085 504.639 478.605 558.319 478.605Z' fill='%232E5DDA'/%3E%3Cpath d='M557.119 478.096C610.798 478.096 654.314 434.577 654.314 380.893C654.314 327.209 610.798 283.69 557.119 283.69C503.439 283.69 459.923 327.209 459.923 380.893C459.923 434.577 503.439 478.096 557.119 478.096Z' fill='%232F5DDA'/%3E%3Cpath d='M555.919 477.587C609.598 477.587 653.114 434.068 653.114 380.384C653.114 326.7 609.598 283.181 555.919 283.181C502.239 283.181 458.723 326.7 458.723 380.384C458.723 434.068 502.239 477.587 555.919 477.587Z' fill='%23305DDA'/%3E%3Cpath d='M554.718 477.078C608.397 477.078 651.913 433.559 651.913 379.875C651.913 326.191 608.397 282.672 554.718 282.672C501.038 282.672 457.522 326.191 457.522 379.875C457.522 433.559 501.038 477.078 554.718 477.078Z' fill='%23315DDA'/%3E%3Cpath d='M553.505 476.583C607.184 476.583 650.7 433.063 650.7 379.379C650.7 325.696 607.184 282.176 553.505 282.176C499.825 282.176 456.31 325.696 456.31 379.379C456.31 433.063 499.825 476.583 553.505 476.583Z' fill='%23325CDB'/%3E%3Cpath d='M552.305 476.087C605.984 476.087 649.5 432.567 649.5 378.884C649.5 325.2 605.984 281.68 552.305 281.68C498.625 281.68 455.109 325.2 455.109 378.884C455.109 432.567 498.625 476.087 552.305 476.087Z' fill='%23335CDB'/%3E%3Cpath d='M551.104 475.591C604.784 475.591 648.299 432.072 648.299 378.388C648.299 324.704 604.784 281.185 551.104 281.185C497.425 281.185 453.909 324.704 453.909 378.388C453.909 432.072 497.425 475.591 551.104 475.591Z' fill='%23345CDB'/%3E%3Cpath d='M549.891 475.095C603.57 475.095 647.086 431.576 647.086 377.892C647.086 324.208 603.57 280.689 549.891 280.689C496.211 280.689 452.695 324.208 452.695 377.892C452.695 431.576 496.211 475.095 549.891 475.095Z' fill='%23355BDB'/%3E%3Cpath d='M548.678 474.599C602.357 474.599 645.873 431.08 645.873 377.396C645.873 323.712 602.357 280.193 548.678 280.193C494.998 280.193 451.482 323.712 451.482 377.396C451.482 431.08 494.998 474.599 548.678 474.599Z' fill='%23365BDB'/%3E%3Cpath d='M547.464 474.104C601.144 474.104 644.66 430.584 644.66 376.9C644.66 323.217 601.144 279.697 547.464 279.697C493.785 279.697 450.269 323.217 450.269 376.9C450.269 430.584 493.785 474.104 547.464 474.104Z' fill='%23375BDC'/%3E%3Cpath d='M546.251 473.621C599.931 473.621 643.446 430.101 643.446 376.418C643.446 322.734 599.931 279.214 546.251 279.214C492.572 279.214 449.056 322.734 449.056 376.418C449.056 430.101 492.572 473.621 546.251 473.621Z' fill='%23385BDC'/%3E%3Cpath d='M545.038 473.138C598.717 473.138 642.233 429.619 642.233 375.935C642.233 322.251 598.717 278.732 545.038 278.732C491.358 278.732 447.842 322.251 447.842 375.935C447.842 429.619 491.358 473.138 545.038 473.138Z' fill='%23395ADC'/%3E%3Cpath d='M543.811 472.655C597.491 472.655 641.006 429.136 641.006 375.452C641.006 321.768 597.491 278.249 543.811 278.249C490.132 278.249 446.616 321.768 446.616 375.452C446.616 429.136 490.132 472.655 543.811 472.655Z' fill='%233A5ADC'/%3E%3Cpath d='M542.598 472.186C596.278 472.186 639.794 428.666 639.794 374.982C639.794 321.299 596.278 277.779 542.598 277.779C488.919 277.779 445.403 321.299 445.403 374.982C445.403 428.666 488.919 472.186 542.598 472.186Z' fill='%233B5ADC'/%3E%3Cpath d='M541.372 471.703C595.051 471.703 638.567 428.183 638.567 374.5C638.567 320.816 595.051 277.296 541.372 277.296C487.692 277.296 444.176 320.816 444.176 374.5C444.176 428.183 487.692 471.703 541.372 471.703Z' fill='%233C5ADC'/%3E%3Cpath d='M540.145 471.233C593.825 471.233 637.34 427.714 637.34 374.03C637.34 320.346 593.825 276.827 540.145 276.827C486.466 276.827 442.95 320.346 442.95 374.03C442.95 427.714 486.466 471.233 540.145 471.233Z' fill='%233D59DD'/%3E%3Cpath d='M538.906 470.763C592.585 470.763 636.101 427.244 636.101 373.56C636.101 319.876 592.585 276.357 538.906 276.357C485.226 276.357 441.71 319.876 441.71 373.56C441.71 427.244 485.226 470.763 538.906 470.763Z' fill='%233E59DD'/%3E%3Cpath d='M537.68 470.307C591.359 470.307 634.875 426.787 634.875 373.104C634.875 319.42 591.359 275.9 537.68 275.9C484 275.9 440.484 319.42 440.484 373.104C440.484 426.787 484 470.307 537.68 470.307Z' fill='%233F59DD'/%3E%3Cpath d='M536.44 469.85C590.12 469.85 633.635 426.331 633.635 372.647C633.635 318.963 590.12 275.444 536.44 275.444C482.76 275.444 439.245 318.963 439.245 372.647C439.245 426.331 482.76 469.85 536.44 469.85Z' fill='%234058DD'/%3E%3Cpath d='M535.201 469.38C588.88 469.38 632.396 425.861 632.396 372.177C632.396 318.493 588.88 274.974 535.201 274.974C481.521 274.974 438.005 318.493 438.005 372.177C438.005 425.861 481.521 469.38 535.201 469.38Z' fill='%234158DD'/%3E%3Cpath d='M533.961 468.937C587.641 468.937 631.157 425.418 631.157 371.734C631.157 318.05 587.641 274.531 533.961 274.531C480.282 274.531 436.766 318.05 436.766 371.734C436.766 425.418 480.282 468.937 533.961 468.937Z' fill='%234258DE'/%3E%3Cpath d='M532.709 468.48C586.389 468.48 629.904 424.961 629.904 371.277C629.904 317.593 586.389 274.074 532.709 274.074C479.03 274.074 435.514 317.593 435.514 371.277C435.514 424.961 479.03 468.48 532.709 468.48Z' fill='%234358DE'/%3E%3Cpath d='M531.469 468.036C585.149 468.036 628.665 424.517 628.665 370.833C628.665 317.149 585.149 273.63 531.469 273.63C477.79 273.63 434.274 317.149 434.274 370.833C434.274 424.517 477.79 468.036 531.469 468.036Z' fill='%234457DE'/%3E%3Cpath d='M530.217 467.593C583.896 467.593 627.412 424.074 627.412 370.39C627.412 316.706 583.896 273.187 530.217 273.187C476.537 273.187 433.021 316.706 433.021 370.39C433.021 424.074 476.537 467.593 530.217 467.593Z' fill='%234557DE'/%3E%3Cpath d='M528.952 467.149C582.631 467.149 626.147 423.63 626.147 369.946C626.147 316.262 582.631 272.743 528.952 272.743C475.272 272.743 431.756 316.262 431.756 369.946C431.756 423.63 475.272 467.149 528.952 467.149Z' fill='%234657DE'/%3E%3Cpath d='M527.699 466.719C581.379 466.719 624.895 423.199 624.895 369.516C624.895 315.832 581.379 272.312 527.699 272.312C474.02 272.312 430.504 315.832 430.504 369.516C430.504 423.199 474.02 466.719 527.699 466.719Z' fill='%234757DF'/%3E%3Cpath d='M526.434 466.288C580.113 466.288 623.629 422.769 623.629 369.085C623.629 315.401 580.113 271.882 526.434 271.882C472.754 271.882 429.238 315.401 429.238 369.085C429.238 422.769 472.754 466.288 526.434 466.288Z' fill='%234856DF'/%3E%3Cpath d='M525.168 465.857C578.848 465.857 622.363 422.338 622.363 368.654C622.363 314.97 578.848 271.451 525.168 271.451C471.489 271.451 427.973 314.97 427.973 368.654C427.973 422.338 471.489 465.857 525.168 465.857Z' fill='%234956DF'/%3E%3Cpath d='M523.89 465.44C577.569 465.44 621.085 421.921 621.085 368.237C621.085 314.553 577.569 271.034 523.89 271.034C470.21 271.034 426.694 314.553 426.694 368.237C426.694 421.921 470.21 465.44 523.89 465.44Z' fill='%234A56DF'/%3E%3Cpath d='M522.611 465.023C576.29 465.023 619.806 421.503 619.806 367.819C619.806 314.136 576.29 270.616 522.611 270.616C468.931 270.616 425.416 314.136 425.416 367.819C425.416 421.503 468.931 465.023 522.611 465.023Z' fill='%234B56DF'/%3E%3Cpath d='M521.333 464.605C575.012 464.605 618.528 421.086 618.528 367.402C618.528 313.718 575.012 270.199 521.333 270.199C467.653 270.199 424.137 313.718 424.137 367.402C424.137 421.086 467.653 464.605 521.333 464.605Z' fill='%234C55DF'/%3E%3Cpath d='M520.054 464.188C573.733 464.188 617.249 420.668 617.249 366.984C617.249 313.301 573.733 269.781 520.054 269.781C466.374 269.781 422.858 313.301 422.858 366.984C422.858 420.668 466.374 464.188 520.054 464.188Z' fill='%234D55E0'/%3E%3Cpath d='M518.762 463.783C572.442 463.783 615.958 420.264 615.958 366.58C615.958 312.896 572.442 269.377 518.762 269.377C465.083 269.377 421.567 312.896 421.567 366.58C421.567 420.264 465.083 463.783 518.762 463.783Z' fill='%234E55E0'/%3E%3Cpath d='M517.458 463.392C571.137 463.392 614.653 419.872 614.653 366.189C614.653 312.505 571.137 268.985 517.458 268.985C463.778 268.985 420.262 312.505 420.262 366.189C420.262 419.872 463.778 463.392 517.458 463.392Z' fill='%234F54E0'/%3E%3Cpath d='M516.166 462.987C569.846 462.987 613.361 419.468 613.361 365.784C613.361 312.1 569.846 268.581 516.166 268.581C462.487 268.581 418.971 312.1 418.971 365.784C418.971 419.468 462.487 462.987 516.166 462.987Z' fill='%235054E0'/%3E%3Cpath d='M514.861 462.596C568.541 462.596 612.057 419.076 612.057 365.393C612.057 311.709 568.541 268.189 514.861 268.189C461.182 268.189 417.666 311.709 417.666 365.393C417.666 419.076 461.182 462.596 514.861 462.596Z' fill='%235154E0'/%3E%3Cpath d='M513.557 462.204C567.236 462.204 610.752 418.685 610.752 365.001C610.752 311.317 567.236 267.798 513.557 267.798C459.877 267.798 416.361 311.317 416.361 365.001C416.361 418.685 459.877 462.204 513.557 462.204Z' fill='%235254E1'/%3E%3Cpath d='M512.239 461.826C565.919 461.826 609.435 418.307 609.435 364.623C609.435 310.939 565.919 267.42 512.239 267.42C458.56 267.42 415.044 310.939 415.044 364.623C415.044 418.307 458.56 461.826 512.239 461.826Z' fill='%235353E1'/%3E%3Cpath d='M510.921 461.448C564.601 461.448 608.117 417.928 608.117 364.244C608.117 310.561 564.601 267.041 510.921 267.041C457.242 267.041 413.726 310.561 413.726 364.244C413.726 417.928 457.242 461.448 510.921 461.448Z' fill='%235453E1'/%3E%3Cpath d='M509.591 461.069C563.27 461.069 606.786 417.55 606.786 363.866C606.786 310.182 563.27 266.663 509.591 266.663C455.911 266.663 412.396 310.182 412.396 363.866C412.396 417.55 455.911 461.069 509.591 461.069Z' fill='%235553E1'/%3E%3Cpath d='M508.273 460.704C561.953 460.704 605.468 417.185 605.468 363.501C605.468 309.817 561.953 266.298 508.273 266.298C454.593 266.298 411.078 309.817 411.078 363.501C411.078 417.185 454.593 460.704 508.273 460.704Z' fill='%235653E1'/%3E%3Cpath d='M506.929 460.338C560.609 460.338 604.125 416.819 604.125 363.135C604.125 309.451 560.609 265.932 506.929 265.932C453.25 265.932 409.734 309.451 409.734 363.135C409.734 416.819 453.25 460.338 506.929 460.338Z' fill='%235752E2'/%3E%3Cpath d='M505.599 459.986C559.278 459.986 602.794 416.467 602.794 362.783C602.794 309.099 559.278 265.58 505.599 265.58C451.919 265.58 408.403 309.099 408.403 362.783C408.403 416.467 451.919 459.986 505.599 459.986Z' fill='%235852E2'/%3E%3Cpath d='M504.242 459.634C557.921 459.634 601.437 416.115 601.437 362.431C601.437 308.747 557.921 265.228 504.242 265.228C450.562 265.228 407.046 308.747 407.046 362.431C407.046 416.115 450.562 459.634 504.242 459.634Z' fill='%235952E2'/%3E%3Cpath d='M502.898 459.282C556.578 459.282 600.093 415.762 600.093 362.078C600.093 308.395 556.578 264.875 502.898 264.875C449.218 264.875 405.703 308.395 405.703 362.078C405.703 415.762 449.218 459.282 502.898 459.282Z' fill='%235A51E2'/%3E%3Cpath d='M501.541 458.942C555.221 458.942 598.736 415.423 598.736 361.739C598.736 308.055 555.221 264.536 501.541 264.536C447.862 264.536 404.346 308.055 404.346 361.739C404.346 415.423 447.862 458.942 501.541 458.942Z' fill='%235B51E2'/%3E%3Cpath d='M500.171 458.603C553.851 458.603 597.367 415.084 597.367 361.4C597.367 307.716 553.851 264.197 500.171 264.197C446.492 264.197 402.976 307.716 402.976 361.4C402.976 415.084 446.492 458.603 500.171 458.603Z' fill='%235C51E2'/%3E%3Cpath d='M498.801 458.264C552.481 458.264 595.997 414.745 595.997 361.061C595.997 307.377 552.481 263.858 498.801 263.858C445.122 263.858 401.606 307.377 401.606 361.061C401.606 414.745 445.122 458.264 498.801 458.264Z' fill='%235D51E3'/%3E%3Cpath d='M497.432 457.938C551.111 457.938 594.627 414.419 594.627 360.735C594.627 307.051 551.111 263.531 497.432 263.531C443.752 263.531 400.236 307.051 400.236 360.735C400.236 414.419 443.752 457.938 497.432 457.938Z' fill='%235E50E3'/%3E%3Cpath d='M496.048 457.625C549.728 457.625 593.244 414.105 593.244 360.421C593.244 306.738 549.728 263.218 496.048 263.218C442.369 263.218 398.853 306.738 398.853 360.421C398.853 414.105 442.369 457.625 496.048 457.625Z' fill='%235F50E3'/%3E%3Cpath d='M494.653 457.312C548.332 457.312 591.848 413.792 591.848 360.108C591.848 306.425 548.332 262.905 494.653 262.905C440.973 262.905 397.457 306.425 397.457 360.108C397.457 413.792 440.973 457.312 494.653 457.312Z' fill='%236050E3'/%3E%3Cpath d='M493.27 456.998C546.949 456.998 590.465 413.479 590.465 359.795C590.465 306.111 546.949 262.592 493.27 262.592C439.59 262.592 396.074 306.111 396.074 359.795C396.074 413.479 439.59 456.998 493.27 456.998Z' fill='%236150E3'/%3E%3Cpath d='M491.861 456.698C545.54 456.698 589.056 413.179 589.056 359.495C589.056 305.811 545.54 262.292 491.861 262.292C438.181 262.292 394.665 305.811 394.665 359.495C394.665 413.179 438.181 456.698 491.861 456.698Z' fill='%23624FE4'/%3E%3Cpath d='M490.452 456.398C544.131 456.398 587.647 412.879 587.647 359.195C587.647 305.511 544.131 261.992 490.452 261.992C436.772 261.992 393.256 305.511 393.256 359.195C393.256 412.879 436.772 456.398 490.452 456.398Z' fill='%23634FE4'/%3E%3Cpath d='M489.043 456.098C542.722 456.098 586.238 412.579 586.238 358.895C586.238 305.211 542.722 261.692 489.043 261.692C435.363 261.692 391.847 305.211 391.847 358.895C391.847 412.579 435.363 456.098 489.043 456.098Z' fill='%23644FE4'/%3E%3Cpath d='M487.621 455.811C541.3 455.811 584.816 412.292 584.816 358.608C584.816 304.924 541.3 261.405 487.621 261.405C433.941 261.405 390.425 304.924 390.425 358.608C390.425 412.292 433.941 455.811 487.621 455.811Z' fill='%23654FE4'/%3E%3Cpath d='M486.186 455.537C539.865 455.537 583.381 412.018 583.381 358.334C583.381 304.65 539.865 261.131 486.186 261.131C432.506 261.131 388.99 304.65 388.99 358.334C388.99 412.018 432.506 455.537 486.186 455.537Z' fill='%23664EE4'/%3E%3Cpath d='M484.751 455.263C538.43 455.263 581.946 411.744 581.946 358.06C581.946 304.376 538.43 260.857 484.751 260.857C431.071 260.857 387.555 304.376 387.555 358.06C387.555 411.744 431.071 455.263 484.751 455.263Z' fill='%23674EE5'/%3E%3Cpath d='M483.315 455.002C536.995 455.002 580.511 411.483 580.511 357.799C580.511 304.115 536.995 260.596 483.315 260.596C429.636 260.596 386.12 304.115 386.12 357.799C386.12 411.483 429.636 455.002 483.315 455.002Z' fill='%23684EE5'/%3E%3Cpath d='M481.854 454.728C535.534 454.728 579.049 411.209 579.049 357.525C579.049 303.841 535.534 260.322 481.854 260.322C428.175 260.322 384.659 303.841 384.659 357.525C384.659 411.209 428.175 454.728 481.854 454.728Z' fill='%23694DE5'/%3E%3Cpath d='M480.406 454.48C534.086 454.48 577.601 410.961 577.601 357.277C577.601 303.593 534.086 260.074 480.406 260.074C426.727 260.074 383.211 303.593 383.211 357.277C383.211 410.961 426.727 454.48 480.406 454.48Z' fill='%236A4DE5'/%3E%3Cpath d='M478.932 454.232C532.611 454.232 576.127 410.713 576.127 357.029C576.127 303.345 532.611 259.826 478.932 259.826C425.252 259.826 381.736 303.345 381.736 357.029C381.736 410.713 425.252 454.232 478.932 454.232Z' fill='%236B4DE5'/%3E%3Cpath d='M477.458 453.984C531.137 453.984 574.653 410.465 574.653 356.781C574.653 303.097 531.137 259.578 477.458 259.578C423.778 259.578 380.262 303.097 380.262 356.781C380.262 410.465 423.778 453.984 477.458 453.984Z' fill='%236C4DE5'/%3E%3Cpath d='M475.983 453.75C529.663 453.75 573.179 410.23 573.179 356.546C573.179 302.863 529.663 259.343 475.983 259.343C422.304 259.343 378.788 302.863 378.788 356.546C378.788 410.23 422.304 453.75 475.983 453.75Z' fill='%236D4CE6'/%3E%3Cpath d='M474.496 453.528C528.176 453.528 571.692 410.009 571.692 356.325C571.692 302.641 528.176 259.122 474.496 259.122C420.817 259.122 377.301 302.641 377.301 356.325C377.301 410.009 420.817 453.528 474.496 453.528Z' fill='%236E4CE6'/%3E%3Cpath d='M472.996 453.306C526.675 453.306 570.191 409.787 570.191 356.103C570.191 302.419 526.675 258.9 472.996 258.9C419.316 258.9 375.8 302.419 375.8 356.103C375.8 409.787 419.316 453.306 472.996 453.306Z' fill='%236F4CE6'/%3E%3Cpath d='M471.495 453.084C525.175 453.084 568.691 409.565 568.691 355.881C568.691 302.197 525.175 258.678 471.495 258.678C417.816 258.678 374.3 302.197 374.3 355.881C374.3 409.565 417.816 453.084 471.495 453.084Z' fill='%23704CE6'/%3E%3Cpath d='M469.982 452.875C523.661 452.875 567.177 409.356 567.177 355.672C567.177 301.988 523.661 258.469 469.982 258.469C416.302 258.469 372.787 301.988 372.787 355.672C372.787 409.356 416.302 452.875 469.982 452.875Z' fill='%23714BE6'/%3E%3Cpath d='M468.456 452.68C522.135 452.68 565.651 409.16 565.651 355.477C565.651 301.793 522.135 258.273 468.456 258.273C414.776 258.273 371.26 301.793 371.26 355.477C371.26 409.16 414.776 452.68 468.456 452.68Z' fill='%23724BE7'/%3E%3Cpath d='M466.929 452.484C520.609 452.484 564.125 408.965 564.125 355.281C564.125 301.597 520.609 258.078 466.929 258.078C413.25 258.078 369.734 301.597 369.734 355.281C369.734 408.965 413.25 452.484 466.929 452.484Z' fill='%23734BE7'/%3E%3Cpath d='M465.39 452.288C519.069 452.288 562.585 408.769 562.585 355.085C562.585 301.401 519.069 257.882 465.39 257.882C411.71 257.882 368.194 301.401 368.194 355.085C368.194 408.769 411.71 452.288 465.39 452.288Z' fill='%23744AE7'/%3E%3Cpath d='M463.85 452.106C517.53 452.106 561.046 408.586 561.046 354.902C561.046 301.219 517.53 257.699 463.85 257.699C410.171 257.699 366.655 301.219 366.655 354.902C366.655 408.586 410.171 452.106 463.85 452.106Z' fill='%23754AE7'/%3E%3Cpath d='M462.298 451.936C515.977 451.936 559.493 408.417 559.493 354.733C559.493 301.049 515.977 257.53 462.298 257.53C408.618 257.53 365.102 301.049 365.102 354.733C365.102 408.417 408.618 451.936 462.298 451.936Z' fill='%23764AE7'/%3E%3Cpath d='M460.732 451.766C514.411 451.766 557.927 408.247 557.927 354.563C557.927 300.879 514.411 257.36 460.732 257.36C407.052 257.36 363.537 300.879 363.537 354.563C363.537 408.247 407.052 451.766 460.732 451.766Z' fill='%23774AE8'/%3E%3Cpath d='M459.154 451.61C512.833 451.61 556.349 408.091 556.349 354.407C556.349 300.723 512.833 257.204 459.154 257.204C405.474 257.204 361.958 300.723 361.958 354.407C361.958 408.091 405.474 451.61 459.154 451.61Z' fill='%237849E8'/%3E%3Cpath d='M457.575 451.466C511.255 451.466 554.77 407.947 554.77 354.263C554.77 300.579 511.255 257.06 457.575 257.06C403.895 257.06 360.38 300.579 360.38 354.263C360.38 407.947 403.895 451.466 457.575 451.466Z' fill='%237949E8'/%3E%3Cpath d='M455.983 451.31C509.663 451.31 553.179 407.79 553.179 354.106C553.179 300.423 509.663 256.903 455.983 256.903C402.304 256.903 358.788 300.423 358.788 354.106C358.788 407.79 402.304 451.31 455.983 451.31Z' fill='%237A49E8'/%3E%3Cpath d='M454.378 451.179C508.058 451.179 551.574 407.66 551.574 353.976C551.574 300.292 508.058 256.773 454.378 256.773C400.699 256.773 357.183 300.292 357.183 353.976C357.183 407.66 400.699 451.179 454.378 451.179Z' fill='%237B49E8'/%3E%3Cpath d='M452.774 451.049C506.453 451.049 549.969 407.529 549.969 353.846C549.969 300.162 506.453 256.642 452.774 256.642C399.094 256.642 355.578 300.162 355.578 353.846C355.578 407.529 399.094 451.049 452.774 451.049Z' fill='%237C48E8'/%3E%3Cpath d='M451.156 450.931C504.836 450.931 548.351 407.412 548.351 353.728C548.351 300.044 504.836 256.525 451.156 256.525C397.477 256.525 353.961 300.044 353.961 353.728C353.961 407.412 397.477 450.931 451.156 450.931Z' fill='%237D48E9'/%3E%3Cpath d='M449.525 450.814C503.205 450.814 546.721 407.295 546.721 353.611C546.721 299.927 503.205 256.408 449.525 256.408C395.846 256.408 352.33 299.927 352.33 353.611C352.33 407.295 395.846 450.814 449.525 450.814Z' fill='%237E48E9'/%3E%3Cpath d='M447.895 450.71C501.574 450.71 545.09 407.19 545.09 353.506C545.09 299.823 501.574 256.303 447.895 256.303C394.215 256.303 350.699 299.823 350.699 353.506C350.699 407.19 394.215 450.71 447.895 450.71Z' fill='%237F48E9'/%3E%3Cpath d='M446.238 450.605C499.917 450.605 543.433 407.086 543.433 353.402C543.433 299.718 499.917 256.199 446.238 256.199C392.558 256.199 349.042 299.718 349.042 353.402C349.042 407.086 392.558 450.605 446.238 450.605Z' fill='%238047E9'/%3E%3Cpath d='M444.581 450.514C498.26 450.514 541.776 406.994 541.776 353.311C541.776 299.627 498.26 256.107 444.581 256.107C390.901 256.107 347.385 299.627 347.385 353.311C347.385 406.994 390.901 450.514 444.581 450.514Z' fill='%238147E9'/%3E%3Cpath d='M442.911 450.436C496.59 450.436 540.106 406.916 540.106 353.232C540.106 299.549 496.59 256.029 442.911 256.029C389.231 256.029 345.715 299.549 345.715 353.232C345.715 406.916 389.231 450.436 442.911 450.436Z' fill='%238247EA'/%3E%3Cpath d='M441.241 450.357C494.92 450.357 538.436 406.838 538.436 353.154C538.436 299.47 494.92 255.951 441.241 255.951C387.561 255.951 344.045 299.47 344.045 353.154C344.045 406.838 387.561 450.357 441.241 450.357Z' fill='%238346EA'/%3E%3Cpath d='M439.558 450.292C493.237 450.292 536.753 406.773 536.753 353.089C536.753 299.405 493.237 255.886 439.558 255.886C385.878 255.886 342.363 299.405 342.363 353.089C342.363 406.773 385.878 450.292 439.558 450.292Z' fill='%238446EA'/%3E%3Cpath d='M437.849 450.24C491.528 450.24 535.044 406.72 535.044 353.037C535.044 299.353 491.528 255.833 437.849 255.833C384.169 255.833 340.653 299.353 340.653 353.037C340.653 406.72 384.169 450.24 437.849 450.24Z' fill='%238546EA'/%3E%3Cpath d='M436.153 450.188C489.832 450.188 533.348 406.668 533.348 352.984C533.348 299.301 489.832 255.781 436.153 255.781C382.473 255.781 338.958 299.301 338.958 352.984C338.958 406.668 382.473 450.188 436.153 450.188Z' fill='%238646EA'/%3E%3Cpath d='M434.431 450.149C488.11 450.149 531.626 406.629 531.626 352.945C531.626 299.262 488.11 255.742 434.431 255.742C380.751 255.742 337.235 299.262 337.235 352.945C337.235 406.629 380.751 450.149 434.431 450.149Z' fill='%238745EB'/%3E%3Cpath d='M432.787 450.122C486.466 450.122 529.982 406.603 529.982 352.919C529.982 299.235 486.466 255.716 432.787 255.716C379.107 255.716 335.592 299.235 335.592 352.919C335.592 406.603 379.107 450.122 432.787 450.122Z' fill='%238845EB'/%3E%3Cpath d='M431.195 450.096C484.875 450.096 528.39 406.577 528.39 352.893C528.39 299.209 484.875 255.69 431.195 255.69C377.516 255.69 334 299.209 334 352.893C334 406.577 377.516 450.096 431.195 450.096Z' fill='%238945EB'/%3E%3Cpath d='M429.604 450.07C483.283 450.07 526.799 406.551 526.799 352.867C526.799 299.183 483.283 255.664 429.604 255.664C375.924 255.664 332.408 299.183 332.408 352.867C332.408 406.551 375.924 450.07 429.604 450.07Z' fill='%238A45EB'/%3E%3Cpath d='M428.012 450.057C481.691 450.057 525.207 406.538 525.207 352.854C525.207 299.17 481.691 255.651 428.012 255.651C374.332 255.651 330.816 299.17 330.816 352.854C330.816 406.538 374.332 450.057 428.012 450.057Z' fill='%238B44EB'/%3E%3Cpath d='M426.433 450.057C480.113 450.057 523.628 406.538 523.628 352.854C523.628 299.17 480.113 255.651 426.433 255.651C372.754 255.651 329.238 299.17 329.238 352.854C329.238 406.538 372.754 450.057 426.433 450.057Z' fill='%238C44EB'/%3E%3Cpath d='M424.855 450.044C478.534 450.044 522.05 406.525 522.05 352.841C522.05 299.157 478.534 255.638 424.855 255.638C371.175 255.638 327.659 299.157 327.659 352.841C327.659 406.525 371.175 450.044 424.855 450.044Z' fill='%238D44EC'/%3E%3Cpath d='M423.276 450.057C476.955 450.057 520.471 406.538 520.471 352.854C520.471 299.17 476.955 255.651 423.276 255.651C369.596 255.651 326.081 299.17 326.081 352.854C326.081 406.538 369.596 450.057 423.276 450.057Z' fill='%238E43EC'/%3E%3Cpath d='M421.697 450.057C475.377 450.057 518.893 406.538 518.893 352.854C518.893 299.17 475.377 255.651 421.697 255.651C368.018 255.651 324.502 299.17 324.502 352.854C324.502 406.538 368.018 450.057 421.697 450.057Z' fill='%238F43EC'/%3E%3Cpath d='M420.119 450.083C473.798 450.083 517.314 406.564 517.314 352.88C517.314 299.196 473.798 255.677 420.119 255.677C366.439 255.677 322.923 299.196 322.923 352.88C322.923 406.564 366.439 450.083 420.119 450.083Z' fill='%239043EC'/%3E%3Cpath d='M418.553 450.096C472.233 450.096 515.749 406.577 515.749 352.893C515.749 299.209 472.233 255.69 418.553 255.69C364.874 255.69 321.358 299.209 321.358 352.893C321.358 406.577 364.874 450.096 418.553 450.096Z' fill='%239143EC'/%3E%3Cpath d='M416.988 450.122C470.667 450.122 514.183 406.603 514.183 352.919C514.183 299.235 470.667 255.716 416.988 255.716C363.308 255.716 319.792 299.235 319.792 352.919C319.792 406.603 363.308 450.122 416.988 450.122Z' fill='%239242ED'/%3E%3Cpath d='M415.422 450.149C469.102 450.149 512.618 406.629 512.618 352.945C512.618 299.262 469.102 255.742 415.422 255.742C361.743 255.742 318.227 299.262 318.227 352.945C318.227 406.629 361.743 450.149 415.422 450.149Z' fill='%239342ED'/%3E%3Cpath d='M413.87 450.188C467.549 450.188 511.065 406.668 511.065 352.984C511.065 299.301 467.549 255.781 413.87 255.781C360.19 255.781 316.674 299.301 316.674 352.984C316.674 406.668 360.19 450.188 413.87 450.188Z' fill='%239442ED'/%3E%3Cpath d='M412.304 450.24C465.984 450.24 509.499 406.72 509.499 353.037C509.499 299.353 465.984 255.833 412.304 255.833C358.624 255.833 315.109 299.353 315.109 353.037C315.109 406.72 358.624 450.24 412.304 450.24Z' fill='%239542ED'/%3E%3Cpath d='M410.752 450.279C464.431 450.279 507.947 406.76 507.947 353.076C507.947 299.392 464.431 255.873 410.752 255.873C357.072 255.873 313.556 299.392 313.556 353.076C313.556 406.76 357.072 450.279 410.752 450.279Z' fill='%239641ED'/%3E%3Cpath d='M409.199 450.331C462.879 450.331 506.394 406.812 506.394 353.128C506.394 299.444 462.879 255.925 409.199 255.925C355.52 255.925 312.004 299.444 312.004 353.128C312.004 406.812 355.52 450.331 409.199 450.331Z' fill='%239741EE'/%3E%3Cpath d='M407.659 450.396C461.339 450.396 504.855 406.877 504.855 353.193C504.855 299.509 461.339 255.99 407.659 255.99C353.98 255.99 310.464 299.509 310.464 353.193C310.464 406.877 353.98 450.396 407.659 450.396Z' fill='%239841EE'/%3E%3Cpath d='M406.107 450.462C459.786 450.462 503.302 406.942 503.302 353.258C503.302 299.575 459.786 256.055 406.107 256.055C352.427 256.055 308.912 299.575 308.912 353.258C308.912 406.942 352.427 450.462 406.107 450.462Z' fill='%239941EE'/%3E%3Cpath d='M404.567 450.527C458.247 450.527 501.763 407.008 501.763 353.324C501.763 299.64 458.247 256.121 404.567 256.121C350.888 256.121 307.372 299.64 307.372 353.324C307.372 407.008 350.888 450.527 404.567 450.527Z' fill='%239A40EE'/%3E%3Cpath d='M403.028 450.605C456.708 450.605 500.224 407.086 500.224 353.402C500.224 299.718 456.708 256.199 403.028 256.199C349.349 256.199 305.833 299.718 305.833 353.402C305.833 407.086 349.349 450.605 403.028 450.605Z' fill='%239B40EE'/%3E%3Cpath d='M401.489 450.683C455.168 450.683 498.684 407.164 498.684 353.48C498.684 299.796 455.168 256.277 401.489 256.277C347.809 256.277 304.293 299.796 304.293 353.48C304.293 407.164 347.809 450.683 401.489 450.683Z' fill='%239C40EE'/%3E%3Cpath d='M399.949 450.775C453.629 450.775 497.145 407.255 497.145 353.572C497.145 299.888 453.629 256.368 399.949 256.368C346.27 256.368 302.754 299.888 302.754 353.572C302.754 407.255 346.27 450.775 399.949 450.775Z' fill='%239D3FEF'/%3E%3Cpath d='M398.423 450.866C452.102 450.866 495.618 407.347 495.618 353.663C495.618 299.979 452.102 256.46 398.423 256.46C344.743 256.46 301.227 299.979 301.227 353.663C301.227 407.347 344.743 450.866 398.423 450.866Z' fill='%239E3FEF'/%3E%3Cpath d='M396.896 450.957C450.576 450.957 494.092 407.438 494.092 353.754C494.092 300.07 450.576 256.551 396.896 256.551C343.217 256.551 299.701 300.07 299.701 353.754C299.701 407.438 343.217 450.957 396.896 450.957Z' fill='%239F3FEF'/%3E%3Cpath d='M395.37 451.062C449.049 451.062 492.565 407.542 492.565 353.859C492.565 300.175 449.049 256.656 395.37 256.656C341.69 256.656 298.175 300.175 298.175 353.859C298.175 407.542 341.69 451.062 395.37 451.062Z' fill='%23A03FEF'/%3E%3Cpath d='M393.843 451.166C447.523 451.166 491.039 407.647 491.039 353.963C491.039 300.279 447.523 256.76 393.843 256.76C340.164 256.76 296.648 300.279 296.648 353.963C296.648 407.647 340.164 451.166 393.843 451.166Z' fill='%23A13EEF'/%3E%3Cpath d='M392.33 451.284C446.01 451.284 489.525 407.764 489.525 354.08C489.525 300.397 446.01 256.877 392.33 256.877C338.651 256.877 295.135 300.397 295.135 354.08C295.135 407.764 338.651 451.284 392.33 451.284Z' fill='%23A23EF0'/%3E%3Cpath d='M390.804 451.401C444.483 451.401 487.999 407.882 487.999 354.198C487.999 300.514 444.483 256.995 390.804 256.995C337.124 256.995 293.608 300.514 293.608 354.198C293.608 407.882 337.124 451.401 390.804 451.401Z' fill='%23A33EF0'/%3E%3Cpath d='M389.29 451.532C442.97 451.532 486.486 408.012 486.486 354.328C486.486 300.645 442.97 257.125 389.29 257.125C335.611 257.125 292.095 300.645 292.095 354.328C292.095 408.012 335.611 451.532 389.29 451.532Z' fill='%23A43EF0'/%3E%3Cpath d='M387.777 451.662C441.456 451.662 484.972 408.143 484.972 354.459C484.972 300.775 441.456 257.256 387.777 257.256C334.097 257.256 290.582 300.775 290.582 354.459C290.582 408.143 334.097 451.662 387.777 451.662Z' fill='%23A53DF0'/%3E%3Cpath d='M386.263 451.793C439.943 451.793 483.459 408.273 483.459 354.589C483.459 300.906 439.943 257.386 386.263 257.386C332.584 257.386 289.068 300.906 289.068 354.589C289.068 408.273 332.584 451.793 386.263 451.793Z' fill='%23A63DF0'/%3E%3Cpath d='M384.763 451.936C438.443 451.936 481.959 408.417 481.959 354.733C481.959 301.049 438.443 257.53 384.763 257.53C331.084 257.53 287.568 301.049 287.568 354.733C287.568 408.417 331.084 451.936 384.763 451.936Z' fill='%23A73DF1'/%3E%3Cpath d='M383.263 452.079C436.942 452.079 480.458 408.56 480.458 354.876C480.458 301.192 436.942 257.673 383.263 257.673C329.583 257.673 286.067 301.192 286.067 354.876C286.067 408.56 329.583 452.079 383.263 452.079Z' fill='%23A83CF1'/%3E%3Cpath d='M381.75 452.223C435.429 452.223 478.945 408.704 478.945 355.02C478.945 301.336 435.429 257.817 381.75 257.817C328.07 257.817 284.554 301.336 284.554 355.02C284.554 408.704 328.07 452.223 381.75 452.223Z' fill='%23A93CF1'/%3E%3Cpath d='M380.249 452.379C433.929 452.379 477.444 408.86 477.444 355.176C477.444 301.492 433.929 257.973 380.249 257.973C326.57 257.973 283.054 301.492 283.054 355.176C283.054 408.86 326.57 452.379 380.249 452.379Z' fill='%23AA3CF1'/%3E%3Cpath d='M378.762 452.536C432.441 452.536 475.957 409.017 475.957 355.333C475.957 301.649 432.441 258.13 378.762 258.13C325.082 258.13 281.566 301.649 281.566 355.333C281.566 409.017 325.082 452.536 378.762 452.536Z' fill='%23AB3CF1'/%3E%3Cpath d='M377.262 452.706C430.941 452.706 474.457 409.187 474.457 355.503C474.457 301.819 430.941 258.3 377.262 258.3C323.582 258.3 280.066 301.819 280.066 355.503C280.066 409.187 323.582 452.706 377.262 452.706Z' fill='%23AC3BF1'/%3E%3Cpath d='M375.774 452.875C429.454 452.875 472.97 409.356 472.97 355.672C472.97 301.988 429.454 258.469 375.774 258.469C322.095 258.469 278.579 301.988 278.579 355.672C278.579 409.356 322.095 452.875 375.774 452.875Z' fill='%23AD3BF2'/%3E%3Cpath d='M374.287 453.058C427.966 453.058 471.482 409.539 471.482 355.855C471.482 302.171 427.966 258.652 374.287 258.652C320.607 258.652 277.092 302.171 277.092 355.855C277.092 409.539 320.607 453.058 374.287 453.058Z' fill='%23AE3BF2'/%3E%3Cpath d='M372.8 453.241C426.479 453.241 469.995 409.721 469.995 356.038C469.995 302.354 426.479 258.834 372.8 258.834C319.12 258.834 275.604 302.354 275.604 356.038C275.604 409.721 319.12 453.241 372.8 453.241Z' fill='%23AF3BF2'/%3E%3Cpath d='M371.312 453.423C424.992 453.423 468.508 409.904 468.508 356.22C468.508 302.536 424.992 259.017 371.312 259.017C317.633 259.017 274.117 302.536 274.117 356.22C274.117 409.904 317.633 453.423 371.312 453.423Z' fill='%23B03AF2'/%3E%3Cpath d='M369.825 453.619C423.505 453.619 467.02 410.1 467.02 356.416C467.02 302.732 423.505 259.213 369.825 259.213C316.145 259.213 272.63 302.732 272.63 356.416C272.63 410.1 316.145 453.619 369.825 453.619Z' fill='%23B13AF2'/%3E%3Cpath d='M368.351 453.815C422.03 453.815 465.546 410.295 465.546 356.612C465.546 302.928 422.03 259.408 368.351 259.408C314.671 259.408 271.156 302.928 271.156 356.612C271.156 410.295 314.671 453.815 368.351 453.815Z' fill='%23B23AF3'/%3E%3Cpath d='M366.876 454.011C420.556 454.011 464.072 410.491 464.072 356.807C464.072 303.124 420.556 259.604 366.876 259.604C313.197 259.604 269.681 303.124 269.681 356.807C269.681 410.491 313.197 454.011 366.876 454.011Z' fill='%23B33AF3'/%3E%3Cpath d='M365.402 454.219C419.082 454.219 462.598 410.7 462.598 357.016C462.598 303.332 419.082 259.813 365.402 259.813C311.723 259.813 268.207 303.332 268.207 357.016C268.207 410.7 311.723 454.219 365.402 454.219Z' fill='%23B439F3'/%3E%3Cpath d='M363.928 454.428C417.608 454.428 461.124 410.909 461.124 357.225C461.124 303.541 417.608 260.022 363.928 260.022C310.249 260.022 266.733 303.541 266.733 357.225C266.733 410.909 310.249 454.428 363.928 454.428Z' fill='%23B539F3'/%3E%3Cpath d='M362.454 454.65C416.133 454.65 459.649 411.131 459.649 357.447C459.649 303.763 416.133 260.244 362.454 260.244C308.774 260.244 265.259 303.763 265.259 357.447C265.259 411.131 308.774 454.65 362.454 454.65Z' fill='%23B639F3'/%3E%3Cpath d='M360.993 454.872C414.672 454.872 458.188 411.352 458.188 357.668C458.188 303.985 414.672 260.465 360.993 260.465C307.313 260.465 263.797 303.985 263.797 357.668C263.797 411.352 307.313 454.872 360.993 454.872Z' fill='%23B738F4'/%3E%3Cpath d='M359.532 455.093C413.211 455.093 456.727 411.574 456.727 357.89C456.727 304.206 413.211 260.687 359.532 260.687C305.852 260.687 262.336 304.206 262.336 357.89C262.336 411.574 305.852 455.093 359.532 455.093Z' fill='%23B838F4'/%3E%3Cpath d='M358.057 455.328C411.737 455.328 455.253 411.809 455.253 358.125C455.253 304.441 411.737 260.922 358.057 260.922C304.378 260.922 260.862 304.441 260.862 358.125C260.862 411.809 304.378 455.328 358.057 455.328Z' fill='%23B938F4'/%3E%3Cpath d='M356.596 455.563C410.275 455.563 453.791 412.044 453.791 358.36C453.791 304.676 410.275 261.157 356.596 261.157C302.916 261.157 259.401 304.676 259.401 358.36C259.401 412.044 302.916 455.563 356.596 455.563Z' fill='%23BA38F4'/%3E%3Cpath d='M355.148 455.811C408.828 455.811 452.343 412.292 452.343 358.608C452.343 304.924 408.828 261.405 355.148 261.405C301.468 261.405 257.953 304.924 257.953 358.608C257.953 412.292 301.468 455.811 355.148 455.811Z' fill='%23BB37F4'/%3E%3Cpath d='M353.687 456.059C407.366 456.059 450.882 412.54 450.882 358.856C450.882 305.172 407.366 261.653 353.687 261.653C300.007 261.653 256.491 305.172 256.491 358.856C256.491 412.54 300.007 456.059 353.687 456.059Z' fill='%23BC37F4'/%3E%3Cpath d='M352.239 456.307C405.918 456.307 449.434 412.788 449.434 359.104C449.434 305.42 405.918 261.901 352.239 261.901C298.559 261.901 255.043 305.42 255.043 359.104C255.043 412.788 298.559 456.307 352.239 456.307Z' fill='%23BD37F5'/%3E%3Cpath d='M350.791 456.568C404.47 456.568 447.986 413.048 447.986 359.365C447.986 305.681 404.47 262.161 350.791 262.161C297.111 262.161 253.595 305.681 253.595 359.365C253.595 413.048 297.111 456.568 350.791 456.568Z' fill='%23BE37F5'/%3E%3Cpath d='M349.329 456.829C403.009 456.829 446.525 413.309 446.525 359.626C446.525 305.942 403.009 262.422 349.329 262.422C295.65 262.422 252.134 305.942 252.134 359.626C252.134 413.309 295.65 456.829 349.329 456.829Z' fill='%23BF36F5'/%3E%3Cpath d='M347.894 457.09C401.574 457.09 445.089 413.57 445.089 359.886C445.089 306.203 401.574 262.683 347.894 262.683C294.215 262.683 250.699 306.203 250.699 359.886C250.699 413.57 294.215 457.09 347.894 457.09Z' fill='%23C036F5'/%3E%3Cpath d='M346.446 457.364C400.126 457.364 443.641 413.844 443.641 360.16C443.641 306.477 400.126 262.957 346.446 262.957C292.767 262.957 249.251 306.477 249.251 360.16C249.251 413.844 292.767 457.364 346.446 457.364Z' fill='%23C136F5'/%3E%3Cpath d='M344.998 457.638C398.677 457.638 442.193 414.118 442.193 360.435C442.193 306.751 398.677 263.231 344.998 263.231C291.318 263.231 247.802 306.751 247.802 360.435C247.802 414.118 291.318 457.638 344.998 457.638Z' fill='%23C235F6'/%3E%3Cpath d='M343.563 457.925C397.242 457.925 440.758 414.406 440.758 360.722C440.758 307.038 397.242 263.519 343.563 263.519C289.883 263.519 246.367 307.038 246.367 360.722C246.367 414.406 289.883 457.925 343.563 457.925Z' fill='%23C335F6'/%3E%3Cpath d='M342.128 458.212C395.807 458.212 439.323 414.692 439.323 361.009C439.323 307.325 395.807 263.805 342.128 263.805C288.448 263.805 244.932 307.325 244.932 361.009C244.932 414.692 288.448 458.212 342.128 458.212Z' fill='%23C435F6'/%3E%3Cpath d='M340.693 458.499C394.372 458.499 437.888 414.98 437.888 361.296C437.888 307.612 394.372 264.093 340.693 264.093C287.013 264.093 243.497 307.612 243.497 361.296C243.497 414.98 287.013 458.499 340.693 458.499Z' fill='%23C535F6'/%3E%3Cpath d='M339.257 458.799C392.937 458.799 436.453 415.28 436.453 361.596C436.453 307.912 392.937 264.393 339.257 264.393C285.578 264.393 242.062 307.912 242.062 361.596C242.062 415.28 285.578 458.799 339.257 458.799Z' fill='%23C634F6'/%3E%3Cpath d='M337.822 459.099C391.502 459.099 435.018 415.58 435.018 361.896C435.018 308.212 391.502 264.693 337.822 264.693C284.143 264.693 240.627 308.212 240.627 361.896C240.627 415.58 284.143 459.099 337.822 459.099Z' fill='%23C734F7'/%3E%3Cpath d='M336.4 459.399C390.08 459.399 433.596 415.88 433.596 362.196C433.596 308.512 390.08 264.993 336.4 264.993C282.721 264.993 239.205 308.512 239.205 362.196C239.205 415.88 282.721 459.399 336.4 459.399Z' fill='%23C834F7'/%3E%3Cpath d='M334.965 459.712C388.645 459.712 432.161 416.193 432.161 362.509C432.161 308.825 388.645 265.306 334.965 265.306C281.286 265.306 237.77 308.825 237.77 362.509C237.77 416.193 281.286 459.712 334.965 459.712Z' fill='%23C934F7'/%3E%3Cpath d='M333.543 460.025C387.223 460.025 430.739 416.506 430.739 362.822C430.739 309.138 387.223 265.619 333.543 265.619C279.864 265.619 236.348 309.138 236.348 362.822C236.348 416.506 279.864 460.025 333.543 460.025Z' fill='%23CA33F7'/%3E%3Cpath d='M332.121 460.352C385.801 460.352 429.317 416.832 429.317 363.148C429.317 309.465 385.801 265.945 332.121 265.945C278.442 265.945 234.926 309.465 234.926 363.148C234.926 416.832 278.442 460.352 332.121 460.352Z' fill='%23CB33F7'/%3E%3Cpath d='M330.699 460.665C384.379 460.665 427.894 417.145 427.894 363.461C427.894 309.778 384.379 266.258 330.699 266.258C277.02 266.258 233.504 309.778 233.504 363.461C233.504 417.145 277.02 460.665 330.699 460.665Z' fill='%23CC33F7'/%3E%3Cpath d='M329.277 461.004C382.956 461.004 426.472 417.485 426.472 363.801C426.472 310.117 382.956 266.598 329.277 266.598C275.597 266.598 232.082 310.117 232.082 363.801C232.082 417.485 275.597 461.004 329.277 461.004Z' fill='%23CD33F8'/%3E%3Cpath d='M327.868 461.33C381.547 461.33 425.063 417.811 425.063 364.127C425.063 310.443 381.547 266.924 327.868 266.924C274.188 266.924 230.673 310.443 230.673 364.127C230.673 417.811 274.188 461.33 327.868 461.33Z' fill='%23CE32F8'/%3E%3Cpath d='M327.424 461.434C381.104 461.434 424.62 417.915 424.62 364.231C424.62 310.547 381.104 267.028 327.424 267.028C273.745 267.028 230.229 310.547 230.229 364.231C230.229 417.915 273.745 461.434 327.424 461.434Z' fill='%23CF32F8'/%3E%3Cpath d='M325.402 461.93C379.082 461.93 422.598 418.411 422.598 364.727C422.598 311.043 379.082 267.524 325.402 267.524C271.723 267.524 228.207 311.043 228.207 364.727C228.207 418.411 271.723 461.93 325.402 461.93Z' fill='%23CF32F7'/%3E%3Cpath d='M324.358 462.178C378.038 462.178 421.554 418.659 421.554 364.975C421.554 311.291 378.038 267.772 324.358 267.772C270.679 267.772 227.163 311.291 227.163 364.975C227.163 418.659 270.679 462.178 324.358 462.178Z' fill='%23CF32F6'/%3E%3Cpath d='M323.315 462.439C376.994 462.439 420.51 418.92 420.51 365.236C420.51 311.552 376.994 268.033 323.315 268.033C269.635 268.033 226.119 311.552 226.119 365.236C226.119 418.92 269.635 462.439 323.315 462.439Z' fill='%23D032F5'/%3E%3Cpath d='M322.271 462.7C375.951 462.7 419.466 419.181 419.466 365.497C419.466 311.813 375.951 268.294 322.271 268.294C268.592 268.294 225.076 311.813 225.076 365.497C225.076 419.181 268.592 462.7 322.271 462.7Z' fill='%23D032F4'/%3E%3Cpath d='M321.227 462.961C374.907 462.961 418.423 419.442 418.423 365.758C418.423 312.074 374.907 268.555 321.227 268.555C267.548 268.555 224.032 312.074 224.032 365.758C224.032 419.442 267.548 462.961 321.227 462.961Z' fill='%23D032F3'/%3E%3Cpath d='M320.184 463.235C373.863 463.235 417.379 419.716 417.379 366.032C417.379 312.348 373.863 268.829 320.184 268.829C266.504 268.829 222.988 312.348 222.988 366.032C222.988 419.716 266.504 463.235 320.184 463.235Z' fill='%23D032F2'/%3E%3Cpath d='M319.14 463.496C372.819 463.496 416.335 419.977 416.335 366.293C416.335 312.609 372.819 269.09 319.14 269.09C265.46 269.09 221.945 312.609 221.945 366.293C221.945 419.977 265.46 463.496 319.14 463.496Z' fill='%23D032F1'/%3E%3Cpath d='M318.096 463.77C371.776 463.77 415.292 420.251 415.292 366.567C415.292 312.883 371.776 269.364 318.096 269.364C264.417 269.364 220.901 312.883 220.901 366.567C220.901 420.251 264.417 463.77 318.096 463.77Z' fill='%23D032F0'/%3E%3Cpath d='M317.066 464.044C370.745 464.044 414.261 420.525 414.261 366.841C414.261 313.157 370.745 269.638 317.066 269.638C263.386 269.638 219.87 313.157 219.87 366.841C219.87 420.525 263.386 464.044 317.066 464.044Z' fill='%23D132EF'/%3E%3Cpath d='M316.022 464.331C369.702 464.331 413.217 420.812 413.217 367.128C413.217 313.444 369.702 269.925 316.022 269.925C262.343 269.925 218.827 313.444 218.827 367.128C218.827 420.812 262.343 464.331 316.022 464.331Z' fill='%23D132EE'/%3E%3Cpath d='M314.991 464.605C368.671 464.605 412.187 421.086 412.187 367.402C412.187 313.718 368.671 270.199 314.991 270.199C261.312 270.199 217.796 313.718 217.796 367.402C217.796 421.086 261.312 464.605 314.991 464.605Z' fill='%23D132ED'/%3E%3Cpath d='M313.948 464.879C367.627 464.879 411.143 421.36 411.143 367.676C411.143 313.992 367.627 270.473 313.948 270.473C260.268 270.473 216.752 313.992 216.752 367.676C216.752 421.36 260.268 464.879 313.948 464.879Z' fill='%23D131EC'/%3E%3Cpath d='M312.917 465.166C366.596 465.166 410.112 421.647 410.112 367.963C410.112 314.279 366.596 270.76 312.917 270.76C259.237 270.76 215.721 314.279 215.721 367.963C215.721 421.647 259.237 465.166 312.917 465.166Z' fill='%23D131EB'/%3E%3Cpath d='M311.886 465.453C365.566 465.453 409.082 421.934 409.082 368.25C409.082 314.566 365.566 271.047 311.886 271.047C258.207 271.047 214.691 314.566 214.691 368.25C214.691 421.934 258.207 465.453 311.886 465.453Z' fill='%23D131EA'/%3E%3Cpath d='M310.843 465.74C364.522 465.74 408.038 422.221 408.038 368.537C408.038 314.853 364.522 271.334 310.843 271.334C257.163 271.334 213.647 314.853 213.647 368.537C213.647 422.221 257.163 465.74 310.843 465.74Z' fill='%23D231E9'/%3E%3Cpath d='M309.812 466.04C363.491 466.04 407.007 422.521 407.007 368.837C407.007 315.153 363.491 271.634 309.812 271.634C256.132 271.634 212.616 315.153 212.616 368.837C212.616 422.521 256.132 466.04 309.812 466.04Z' fill='%23D231E8'/%3E%3Cpath d='M308.781 466.327C362.461 466.327 405.977 422.808 405.977 369.124C405.977 315.44 362.461 271.921 308.781 271.921C255.102 271.921 211.586 315.44 211.586 369.124C211.586 422.808 255.102 466.327 308.781 466.327Z' fill='%23D231E7'/%3E%3Cpath d='M307.751 466.627C361.43 466.627 404.946 423.108 404.946 369.424C404.946 315.74 361.43 272.221 307.751 272.221C254.071 272.221 210.555 315.74 210.555 369.424C210.555 423.108 254.071 466.627 307.751 466.627Z' fill='%23D231E6'/%3E%3Cpath d='M306.733 466.927C360.412 466.927 403.928 423.408 403.928 369.724C403.928 316.04 360.412 272.521 306.733 272.521C253.053 272.521 209.538 316.04 209.538 369.724C209.538 423.408 253.053 466.927 306.733 466.927Z' fill='%23D231E5'/%3E%3Cpath d='M305.702 467.228C359.382 467.228 402.898 423.708 402.898 370.024C402.898 316.341 359.382 272.821 305.702 272.821C252.023 272.821 208.507 316.341 208.507 370.024C208.507 423.708 252.023 467.228 305.702 467.228Z' fill='%23D331E4'/%3E%3Cpath d='M304.672 467.528C358.351 467.528 401.867 424.008 401.867 370.324C401.867 316.641 358.351 273.121 304.672 273.121C250.992 273.121 207.476 316.641 207.476 370.324C207.476 424.008 250.992 467.528 304.672 467.528Z' fill='%23D331E3'/%3E%3Cpath d='M303.641 467.841C357.32 467.841 400.836 424.322 400.836 370.638C400.836 316.954 357.32 273.435 303.641 273.435C249.961 273.435 206.446 316.954 206.446 370.638C206.446 424.322 249.961 467.841 303.641 467.841Z' fill='%23D331E2'/%3E%3Cpath d='M302.623 468.141C356.303 468.141 399.819 424.622 399.819 370.938C399.819 317.254 356.303 273.735 302.623 273.735C248.944 273.735 205.428 317.254 205.428 370.938C205.428 424.622 248.944 468.141 302.623 468.141Z' fill='%23D331E1'/%3E%3Cpath d='M301.593 468.454C355.272 468.454 398.788 424.935 398.788 371.251C398.788 317.567 355.272 274.048 301.593 274.048C247.913 274.048 204.397 317.567 204.397 371.251C204.397 424.935 247.913 468.454 301.593 468.454Z' fill='%23D331E0'/%3E%3Cpath d='M300.575 468.767C354.255 468.767 397.77 425.248 397.77 371.564C397.77 317.88 354.255 274.361 300.575 274.361C246.895 274.361 203.38 317.88 203.38 371.564C203.38 425.248 246.895 468.767 300.575 468.767Z' fill='%23D331DF'/%3E%3Cpath d='M299.544 469.08C353.224 469.08 396.74 425.561 396.74 371.877C396.74 318.193 353.224 274.674 299.544 274.674C245.865 274.674 202.349 318.193 202.349 371.877C202.349 425.561 245.865 469.08 299.544 469.08Z' fill='%23D431DE'/%3E%3Cpath d='M298.527 469.407C352.206 469.407 395.722 425.887 395.722 372.203C395.722 318.52 352.206 275 298.527 275C244.847 275 201.331 318.52 201.331 372.203C201.331 425.887 244.847 469.407 298.527 469.407Z' fill='%23D431DD'/%3E%3Cpath d='M297.509 469.72C351.189 469.72 394.704 426.2 394.704 372.516C394.704 318.833 351.189 275.313 297.509 275.313C243.83 275.313 200.314 318.833 200.314 372.516C200.314 426.2 243.83 469.72 297.509 469.72Z' fill='%23D431DC'/%3E%3Cpath d='M296.492 470.046C350.171 470.046 393.687 426.526 393.687 372.843C393.687 319.159 350.171 275.639 296.492 275.639C242.812 275.639 199.296 319.159 199.296 372.843C199.296 426.526 242.812 470.046 296.492 470.046Z' fill='%23D431DB'/%3E%3Cpath d='M295.474 470.372C349.153 470.372 392.669 426.853 392.669 373.169C392.669 319.485 349.153 275.966 295.474 275.966C241.794 275.966 198.279 319.485 198.279 373.169C198.279 426.853 241.794 470.372 295.474 470.372Z' fill='%23D431DA'/%3E%3Cpath d='M294.456 470.698C348.136 470.698 391.652 427.179 391.652 373.495C391.652 319.811 348.136 276.292 294.456 276.292C240.777 276.292 197.261 319.811 197.261 373.495C197.261 427.179 240.777 470.698 294.456 470.698Z' fill='%23D431D9'/%3E%3Cpath d='M293.439 471.037C347.118 471.037 390.634 427.518 390.634 373.834C390.634 320.15 347.118 276.631 293.439 276.631C239.759 276.631 196.243 320.15 196.243 373.834C196.243 427.518 239.759 471.037 293.439 471.037Z' fill='%23D531D8'/%3E%3Cpath d='M292.421 471.364C346.1 471.364 389.616 427.844 389.616 374.16C389.616 320.477 346.1 276.957 292.421 276.957C238.741 276.957 195.226 320.477 195.226 374.16C195.226 427.844 238.741 471.364 292.421 471.364Z' fill='%23D531D7'/%3E%3Cpath d='M291.403 471.703C345.083 471.703 388.599 428.183 388.599 374.5C388.599 320.816 345.083 277.296 291.403 277.296C237.724 277.296 194.208 320.816 194.208 374.5C194.208 428.183 237.724 471.703 291.403 471.703Z' fill='%23D531D6'/%3E%3Cpath d='M290.386 472.042C344.065 472.042 387.581 428.523 387.581 374.839C387.581 321.155 344.065 277.636 290.386 277.636C236.706 277.636 193.19 321.155 193.19 374.839C193.19 428.523 236.706 472.042 290.386 472.042Z' fill='%23D531D5'/%3E%3Cpath d='M289.381 472.381C343.061 472.381 386.577 428.862 386.577 375.178C386.577 321.494 343.061 277.975 289.381 277.975C235.702 277.975 192.186 321.494 192.186 375.178C192.186 428.862 235.702 472.381 289.381 472.381Z' fill='%23D530D4'/%3E%3Cpath d='M288.364 472.721C342.043 472.721 385.559 429.201 385.559 375.517C385.559 321.834 342.043 278.314 288.364 278.314C234.684 278.314 191.168 321.834 191.168 375.517C191.168 429.201 234.684 472.721 288.364 472.721Z' fill='%23D530D3'/%3E%3Cpath d='M287.359 473.06C341.038 473.06 384.554 429.54 384.554 375.856C384.554 322.173 341.038 278.653 287.359 278.653C233.679 278.653 190.164 322.173 190.164 375.856C190.164 429.54 233.679 473.06 287.359 473.06Z' fill='%23D630D2'/%3E%3Cpath d='M286.341 473.412C340.021 473.412 383.537 429.893 383.537 376.209C383.537 322.525 340.021 279.006 286.341 279.006C232.662 279.006 189.146 322.525 189.146 376.209C189.146 429.893 232.662 473.412 286.341 473.412Z' fill='%23D630D1'/%3E%3Cpath d='M285.337 473.764C339.016 473.764 382.532 430.245 382.532 376.561C382.532 322.877 339.016 279.358 285.337 279.358C231.657 279.358 188.142 322.877 188.142 376.561C188.142 430.245 231.657 473.764 285.337 473.764Z' fill='%23D630D0'/%3E%3Cpath d='M284.319 474.104C337.999 474.104 381.515 430.584 381.515 376.9C381.515 323.217 337.999 279.697 284.319 279.697C230.64 279.697 187.124 323.217 187.124 376.9C187.124 430.584 230.64 474.104 284.319 474.104Z' fill='%23D630CF'/%3E%3Cpath d='M283.315 474.469C336.994 474.469 380.51 430.949 380.51 377.266C380.51 323.582 336.994 280.062 283.315 280.062C229.635 280.062 186.119 323.582 186.119 377.266C186.119 430.949 229.635 474.469 283.315 474.469Z' fill='%23D630CE'/%3E%3Cpath d='M282.31 474.821C335.99 474.821 379.505 431.302 379.505 377.618C379.505 323.934 335.99 280.415 282.31 280.415C228.631 280.415 185.115 323.934 185.115 377.618C185.115 431.302 228.631 474.821 282.31 474.821Z' fill='%23D730CD'/%3E%3Cpath d='M281.305 475.173C334.985 475.173 378.501 431.654 378.501 377.97C378.501 324.286 334.985 280.767 281.305 280.767C227.626 280.767 184.11 324.286 184.11 377.97C184.11 431.654 227.626 475.173 281.305 475.173Z' fill='%23D730CC'/%3E%3Cpath d='M280.301 475.539C333.981 475.539 377.496 432.019 377.496 378.335C377.496 324.652 333.981 281.132 280.301 281.132C226.622 281.132 183.106 324.652 183.106 378.335C183.106 432.019 226.622 475.539 280.301 475.539Z' fill='%23D730CB'/%3E%3Cpath d='M279.284 475.904C332.963 475.904 376.479 432.385 376.479 378.701C376.479 325.017 332.963 281.498 279.284 281.498C225.604 281.498 182.088 325.017 182.088 378.701C182.088 432.385 225.604 475.904 279.284 475.904Z' fill='%23D730CA'/%3E%3Cpath d='M278.279 476.269C331.958 476.269 375.474 432.75 375.474 379.066C375.474 325.382 331.958 281.863 278.279 281.863C224.599 281.863 181.083 325.382 181.083 379.066C181.083 432.75 224.599 476.269 278.279 476.269Z' fill='%23D730C9'/%3E%3Cpath d='M277.287 476.635C330.967 476.635 374.483 433.116 374.483 379.432C374.483 325.748 330.967 282.229 277.287 282.229C223.608 282.229 180.092 325.748 180.092 379.432C180.092 433.116 223.608 476.635 277.287 476.635Z' fill='%23D730C8'/%3E%3Cpath d='M276.283 477C329.962 477 373.478 433.481 373.478 379.797C373.478 326.113 329.962 282.594 276.283 282.594C222.603 282.594 179.087 326.113 179.087 379.797C179.087 433.481 222.603 477 276.283 477Z' fill='%23D830C7'/%3E%3Cpath d='M275.278 477.378C328.958 477.378 372.473 433.859 372.473 380.175C372.473 326.492 328.958 282.972 275.278 282.972C221.599 282.972 178.083 326.492 178.083 380.175C178.083 433.859 221.599 477.378 275.278 477.378Z' fill='%23D830C6'/%3E%3Cpath d='M274.273 477.744C327.953 477.744 371.469 434.224 371.469 380.541C371.469 326.857 327.953 283.337 274.273 283.337C220.594 283.337 177.078 326.857 177.078 380.541C177.078 434.224 220.594 477.744 274.273 477.744Z' fill='%23D830C5'/%3E%3Cpath d='M273.269 478.122C326.949 478.122 370.464 434.603 370.464 380.919C370.464 327.235 326.949 283.716 273.269 283.716C219.59 283.716 176.074 327.235 176.074 380.919C176.074 434.603 219.59 478.122 273.269 478.122Z' fill='%23D830C4'/%3E%3Cpath d='M272.277 478.501C325.957 478.501 369.473 434.981 369.473 381.297C369.473 327.614 325.957 284.094 272.277 284.094C218.598 284.094 175.082 327.614 175.082 381.297C175.082 434.981 218.598 478.501 272.277 478.501Z' fill='%23D830C3'/%3E%3Cpath d='M271.273 478.892C324.953 478.892 368.468 435.373 368.468 381.689C368.468 328.005 324.953 284.486 271.273 284.486C217.593 284.486 174.078 328.005 174.078 381.689C174.078 435.373 217.593 478.892 271.273 478.892Z' fill='%23D830C2'/%3E%3Cpath d='M270.281 479.27C323.961 479.27 367.477 435.751 367.477 382.067C367.477 328.383 323.961 284.864 270.281 284.864C216.602 284.864 173.086 328.383 173.086 382.067C173.086 435.751 216.602 479.27 270.281 479.27Z' fill='%23D930C1'/%3E%3Cpath d='M269.277 479.649C322.956 479.649 366.472 436.129 366.472 382.446C366.472 328.762 322.956 285.242 269.277 285.242C215.597 285.242 172.082 328.762 172.082 382.446C172.082 436.129 215.597 479.649 269.277 479.649Z' fill='%23D930C0'/%3E%3Cpath d='M268.285 480.04C321.965 480.04 365.481 436.521 365.481 382.837C365.481 329.153 321.965 285.634 268.285 285.634C214.606 285.634 171.09 329.153 171.09 382.837C171.09 436.521 214.606 480.04 268.285 480.04Z' fill='%23D930BF'/%3E%3Cpath d='M267.294 480.431C320.973 480.431 364.489 436.912 364.489 383.228C364.489 329.544 320.973 286.025 267.294 286.025C213.614 286.025 170.098 329.544 170.098 383.228C170.098 436.912 213.614 480.431 267.294 480.431Z' fill='%23D930BE'/%3E%3Cpath d='M266.289 480.823C319.969 480.823 363.484 437.303 363.484 383.62C363.484 329.936 319.969 286.417 266.289 286.417C212.61 286.417 169.094 329.936 169.094 383.62C169.094 437.303 212.61 480.823 266.289 480.823Z' fill='%23D92FBD'/%3E%3Cpath d='M265.298 481.214C318.977 481.214 362.493 437.695 362.493 384.011C362.493 330.327 318.977 286.808 265.298 286.808C211.618 286.808 168.102 330.327 168.102 384.011C168.102 437.695 211.618 481.214 265.298 481.214Z' fill='%23DA2FBC'/%3E%3Cpath d='M264.306 481.619C317.986 481.619 361.502 438.099 361.502 384.416C361.502 330.732 317.986 287.212 264.306 287.212C210.627 287.212 167.111 330.732 167.111 384.416C167.111 438.099 210.627 481.619 264.306 481.619Z' fill='%23DA2FBB'/%3E%3Cpath d='M263.315 482.01C316.994 482.01 360.51 438.491 360.51 384.807C360.51 331.123 316.994 287.604 263.315 287.604C209.635 287.604 166.119 331.123 166.119 384.807C166.119 438.491 209.635 482.01 263.315 482.01Z' fill='%23DA2FBA'/%3E%3Cpath d='M262.323 482.415C316.003 482.415 359.518 438.895 359.518 385.211C359.518 331.528 316.003 288.008 262.323 288.008C208.644 288.008 165.128 331.528 165.128 385.211C165.128 438.895 208.644 482.415 262.323 482.415Z' fill='%23DA2FB9'/%3E%3Cpath d='M261.332 482.819C315.011 482.819 358.527 439.3 358.527 385.616C358.527 331.932 315.011 288.413 261.332 288.413C207.652 288.413 164.136 331.932 164.136 385.616C164.136 439.3 207.652 482.819 261.332 482.819Z' fill='%23DA2FB8'/%3E%3Cpath d='M260.34 483.224C314.02 483.224 357.535 439.704 357.535 386.021C357.535 332.337 314.02 288.817 260.34 288.817C206.661 288.817 163.145 332.337 163.145 386.021C163.145 439.704 206.661 483.224 260.34 483.224Z' fill='%23DA2FB7'/%3E%3Cpath d='M259.348 483.628C313.028 483.628 356.544 440.109 356.544 386.425C356.544 332.741 313.028 289.222 259.348 289.222C205.669 289.222 162.153 332.741 162.153 386.425C162.153 440.109 205.669 483.628 259.348 483.628Z' fill='%23DB2FB6'/%3E%3Cpath d='M258.357 484.033C312.036 484.033 355.552 440.513 355.552 386.829C355.552 333.146 312.036 289.626 258.357 289.626C204.677 289.626 161.162 333.146 161.162 386.829C161.162 440.513 204.677 484.033 258.357 484.033Z' fill='%23DB2FB5'/%3E%3Cpath d='M257.366 484.45C311.045 484.45 354.561 440.931 354.561 387.247C354.561 333.563 311.045 290.044 257.366 290.044C203.686 290.044 160.17 333.563 160.17 387.247C160.17 440.931 203.686 484.45 257.366 484.45Z' fill='%23DB2FB4'/%3E%3Cpath d='M256.374 484.868C310.054 484.868 353.569 441.348 353.569 387.665C353.569 333.981 310.054 290.461 256.374 290.461C202.695 290.461 159.179 333.981 159.179 387.665C159.179 441.348 202.695 484.868 256.374 484.868Z' fill='%23DB2FB3'/%3E%3Cpath d='M255.382 485.285C309.062 485.285 352.578 441.766 352.578 388.082C352.578 334.398 309.062 290.879 255.382 290.879C201.703 290.879 158.187 334.398 158.187 388.082C158.187 441.766 201.703 485.285 255.382 485.285Z' fill='%23DB2FB2'/%3E%3Cpath d='M254.404 485.703C308.083 485.703 351.599 442.183 351.599 388.5C351.599 334.816 308.083 291.296 254.404 291.296C200.724 291.296 157.208 334.816 157.208 388.5C157.208 442.183 200.724 485.703 254.404 485.703Z' fill='%23DB2FB1'/%3E%3Cpath d='M253.412 486.12C307.092 486.12 350.608 442.601 350.608 388.917C350.608 335.233 307.092 291.714 253.412 291.714C199.733 291.714 156.217 335.233 156.217 388.917C156.217 442.601 199.733 486.12 253.412 486.12Z' fill='%23DC2FB0'/%3E%3Cpath d='M252.434 486.538C306.113 486.538 349.629 443.018 349.629 389.335C349.629 335.651 306.113 292.131 252.434 292.131C198.754 292.131 155.239 335.651 155.239 389.335C155.239 443.018 198.754 486.538 252.434 486.538Z' fill='%23DC2FAF'/%3E%3Cpath d='M251.442 486.968C305.122 486.968 348.638 443.449 348.638 389.765C348.638 336.081 305.122 292.562 251.442 292.562C197.763 292.562 154.247 336.081 154.247 389.765C154.247 443.449 197.763 486.968 251.442 486.968Z' fill='%23DC2FAE'/%3E%3Cpath d='M250.464 487.399C304.143 487.399 347.659 443.879 347.659 390.196C347.659 336.512 304.143 292.992 250.464 292.992C196.784 292.992 153.269 336.512 153.269 390.196C153.269 443.879 196.784 487.399 250.464 487.399Z' fill='%23DC2FAD'/%3E%3Cpath d='M249.472 487.816C303.152 487.816 346.668 444.297 346.668 390.613C346.668 336.929 303.152 293.41 249.472 293.41C195.793 293.41 152.277 336.929 152.277 390.613C152.277 444.297 195.793 487.816 249.472 487.816Z' fill='%23DC2FAC'/%3E%3Cpath d='M248.494 488.247C302.173 488.247 345.689 444.728 345.689 391.044C345.689 337.36 302.173 293.841 248.494 293.841C194.814 293.841 151.299 337.36 151.299 391.044C151.299 444.728 194.814 488.247 248.494 488.247Z' fill='%23DC2FAB'/%3E%3Cpath d='M247.503 488.69C301.182 488.69 344.698 445.171 344.698 391.487C344.698 337.803 301.182 294.284 247.503 294.284C193.823 294.284 150.307 337.803 150.307 391.487C150.307 445.171 193.823 488.69 247.503 488.69Z' fill='%23DD2FAA'/%3E%3Cpath d='M246.524 489.121C300.204 489.121 343.719 445.602 343.719 391.918C343.719 338.234 300.204 294.715 246.524 294.715C192.844 294.715 149.329 338.234 149.329 391.918C149.329 445.602 192.844 489.121 246.524 489.121Z' fill='%23DD2FA9'/%3E%3Cpath d='M245.545 489.552C299.225 489.552 342.741 446.032 342.741 392.348C342.741 338.665 299.225 295.145 245.545 295.145C191.866 295.145 148.35 338.665 148.35 392.348C148.35 446.032 191.866 489.552 245.545 489.552Z' fill='%23DD2FA8'/%3E%3Cpath d='M244.567 489.995C298.246 489.995 341.762 446.476 341.762 392.792C341.762 339.108 298.246 295.589 244.567 295.589C190.887 295.589 147.372 339.108 147.372 392.792C147.372 446.476 190.887 489.995 244.567 489.995Z' fill='%23DD2FA7'/%3E%3Cpath d='M243.575 490.439C297.255 490.439 340.771 446.919 340.771 393.236C340.771 339.552 297.255 296.032 243.575 296.032C189.896 296.032 146.38 339.552 146.38 393.236C146.38 446.919 189.896 490.439 243.575 490.439Z' fill='%23DD2EA6'/%3E%3Cpath d='M242.597 490.882C296.276 490.882 339.792 447.363 339.792 393.679C339.792 339.995 296.276 296.476 242.597 296.476C188.917 296.476 145.402 339.995 145.402 393.679C145.402 447.363 188.917 490.882 242.597 490.882Z' fill='%23DE2EA5'/%3E%3Cpath d='M241.618 491.326C295.298 491.326 338.814 447.807 338.814 394.123C338.814 340.439 295.298 296.92 241.618 296.92C187.939 296.92 144.423 340.439 144.423 394.123C144.423 447.807 187.939 491.326 241.618 491.326Z' fill='%23DE2EA4'/%3E%3Cpath d='M240.64 491.77C294.32 491.77 337.836 448.25 337.836 394.566C337.836 340.883 294.32 297.363 240.64 297.363C186.961 297.363 143.445 340.883 143.445 394.566C143.445 448.25 186.961 491.77 240.64 491.77Z' fill='%23DE2EA3'/%3E%3Cpath d='M239.662 492.226C293.341 492.226 336.857 448.707 336.857 395.023C336.857 341.339 293.341 297.82 239.662 297.82C185.982 297.82 142.466 341.339 142.466 395.023C142.466 448.707 185.982 492.226 239.662 492.226Z' fill='%23DE2EA2'/%3E%3Cpath d='M238.683 492.67C292.363 492.67 335.879 449.151 335.879 395.467C335.879 341.783 292.363 298.264 238.683 298.264C185.004 298.264 141.488 341.783 141.488 395.467C141.488 449.151 185.004 492.67 238.683 492.67Z' fill='%23DE2EA1'/%3E%3Cpath d='M237.705 493.127C291.384 493.127 334.9 449.607 334.9 395.923C334.9 342.24 291.384 298.72 237.705 298.72C184.025 298.72 140.509 342.24 140.509 395.923C140.509 449.607 184.025 493.127 237.705 493.127Z' fill='%23DE2EA0'/%3E%3Cpath d='M236.726 493.583C290.406 493.583 333.921 450.064 333.921 396.38C333.921 342.696 290.406 299.177 236.726 299.177C183.047 299.177 139.531 342.696 139.531 396.38C139.531 450.064 183.047 493.583 236.726 493.583Z' fill='%23DF2E9F'/%3E%3Cpath d='M235.761 494.04C289.44 494.04 332.956 450.521 332.956 396.837C332.956 343.153 289.44 299.634 235.761 299.634C182.081 299.634 138.565 343.153 138.565 396.837C138.565 450.521 182.081 494.04 235.761 494.04Z' fill='%23DF2E9E'/%3E%3Cpath d='M234.782 494.497C288.462 494.497 331.978 450.977 331.978 397.293C331.978 343.61 288.462 300.09 234.782 300.09C181.103 300.09 137.587 343.61 137.587 397.293C137.587 450.977 181.103 494.497 234.782 494.497Z' fill='%23DF2E9D'/%3E%3Cpath d='M233.804 494.966C287.483 494.966 330.999 451.447 330.999 397.763C330.999 344.079 287.483 300.56 233.804 300.56C180.124 300.56 136.608 344.079 136.608 397.763C136.608 451.447 180.124 494.966 233.804 494.966Z' fill='%23DF2E9C'/%3E%3Cpath d='M232.825 495.423C286.505 495.423 330.021 451.904 330.021 398.22C330.021 344.536 286.505 301.017 232.825 301.017C179.146 301.017 135.63 344.536 135.63 398.22C135.63 451.904 179.146 495.423 232.825 495.423Z' fill='%23DF2E9B'/%3E%3Cpath d='M231.86 495.893C285.539 495.893 329.055 452.373 329.055 398.689C329.055 345.006 285.539 301.486 231.86 301.486C178.18 301.486 134.665 345.006 134.665 398.689C134.665 452.373 178.18 495.893 231.86 495.893Z' fill='%23DF2E9A'/%3E%3Cpath d='M230.881 496.362C284.561 496.362 328.077 452.843 328.077 399.159C328.077 345.475 284.561 301.956 230.881 301.956C177.202 301.956 133.686 345.475 133.686 399.159C133.686 452.843 177.202 496.362 230.881 496.362Z' fill='%23E02E99'/%3E%3Cpath d='M229.903 496.832C283.582 496.832 327.098 453.313 327.098 399.629C327.098 345.945 283.582 302.426 229.903 302.426C176.223 302.426 132.708 345.945 132.708 399.629C132.708 453.313 176.223 496.832 229.903 496.832Z' fill='%23E02E98'/%3E%3Cpath d='M228.938 497.302C282.617 497.302 326.133 453.783 326.133 400.099C326.133 346.415 282.617 302.896 228.938 302.896C175.258 302.896 131.742 346.415 131.742 400.099C131.742 453.783 175.258 497.302 228.938 497.302Z' fill='%23E02E97'/%3E%3Cpath d='M227.959 497.772C281.639 497.772 325.154 454.252 325.154 400.568C325.154 346.885 281.639 303.365 227.959 303.365C174.28 303.365 130.764 346.885 130.764 400.568C130.764 454.252 174.28 497.772 227.959 497.772Z' fill='%23E02E96'/%3E%3Cpath d='M226.993 498.254C280.673 498.254 324.189 454.735 324.189 401.051C324.189 347.367 280.673 303.848 226.993 303.848C173.314 303.848 129.798 347.367 129.798 401.051C129.798 454.735 173.314 498.254 226.993 498.254Z' fill='%23E02E95'/%3E%3Cpath d='M226.015 498.724C279.695 498.724 323.211 455.205 323.211 401.521C323.211 347.837 279.695 304.318 226.015 304.318C172.336 304.318 128.82 347.837 128.82 401.521C128.82 455.205 172.336 498.724 226.015 498.724Z' fill='%23E12E94'/%3E%3Cpath d='M225.05 499.207C278.729 499.207 322.245 455.687 322.245 402.003C322.245 348.32 278.729 304.8 225.05 304.8C171.37 304.8 127.854 348.32 127.854 402.003C127.854 455.687 171.37 499.207 225.05 499.207Z' fill='%23E12E93'/%3E%3Cpath d='M224.071 499.69C277.751 499.69 321.266 456.17 321.266 402.486C321.266 348.803 277.751 305.283 224.071 305.283C170.392 305.283 126.876 348.803 126.876 402.486C126.876 456.17 170.392 499.69 224.071 499.69Z' fill='%23E12E92'/%3E%3Cpath d='M223.106 500.172C276.785 500.172 320.301 456.653 320.301 402.969C320.301 349.285 276.785 305.766 223.106 305.766C169.426 305.766 125.91 349.285 125.91 402.969C125.91 456.653 169.426 500.172 223.106 500.172Z' fill='%23E12E91'/%3E%3Cpath d='M222.14 500.655C275.82 500.655 319.336 457.136 319.336 403.452C319.336 349.768 275.82 306.249 222.14 306.249C168.461 306.249 124.945 349.768 124.945 403.452C124.945 457.136 168.461 500.655 222.14 500.655Z' fill='%23E12E90'/%3E%3Cpath d='M221.162 501.138C274.841 501.138 318.357 457.618 318.357 403.935C318.357 350.251 274.841 306.731 221.162 306.731C167.482 306.731 123.967 350.251 123.967 403.935C123.967 457.618 167.482 501.138 221.162 501.138Z' fill='%23E12E8F'/%3E%3Cpath d='M220.196 501.634C273.876 501.634 317.392 458.114 317.392 404.43C317.392 350.747 273.876 307.227 220.196 307.227C166.517 307.227 123.001 350.747 123.001 404.43C123.001 458.114 166.517 501.634 220.196 501.634Z' fill='%23E22D8E'/%3E%3Cpath d='M219.231 502.129C272.911 502.129 316.426 458.61 316.426 404.926C316.426 351.242 272.911 307.723 219.231 307.723C165.551 307.723 122.036 351.242 122.036 404.926C122.036 458.61 165.551 502.129 219.231 502.129Z' fill='%23E22D8D'/%3E%3Cpath d='M218.252 502.612C271.932 502.612 315.448 459.093 315.448 405.409C315.448 351.725 271.932 308.206 218.252 308.206C164.573 308.206 121.057 351.725 121.057 405.409C121.057 459.093 164.573 502.612 218.252 502.612Z' fill='%23E22D8C'/%3E%3Cpath d='M217.287 503.108C270.967 503.108 314.483 459.589 314.483 405.905C314.483 352.221 270.967 308.702 217.287 308.702C163.608 308.702 120.092 352.221 120.092 405.905C120.092 459.589 163.608 503.108 217.287 503.108Z' fill='%23E22D8B'/%3E%3Cpath d='M216.322 503.604C270.001 503.604 313.517 460.084 313.517 406.4C313.517 352.717 270.001 309.197 216.322 309.197C162.642 309.197 119.126 352.717 119.126 406.4C119.126 460.084 162.642 503.604 216.322 503.604Z' fill='%23E22D8A'/%3E%3Cpath d='M215.356 504.113C269.036 504.113 312.552 460.593 312.552 406.909C312.552 353.226 269.036 309.706 215.356 309.706C161.677 309.706 118.161 353.226 118.161 406.909C118.161 460.593 161.677 504.113 215.356 504.113Z' fill='%23E22D89'/%3E%3Cpath d='M214.391 504.608C268.07 504.608 311.586 461.089 311.586 407.405C311.586 353.721 268.07 310.202 214.391 310.202C160.711 310.202 117.195 353.721 117.195 407.405C117.195 461.089 160.711 504.608 214.391 504.608Z' fill='%23E32D88'/%3E%3Cpath d='M213.425 505.117C267.105 505.117 310.621 461.598 310.621 407.914C310.621 354.23 267.105 310.711 213.425 310.711C159.746 310.711 116.23 354.23 116.23 407.914C116.23 461.598 159.746 505.117 213.425 505.117Z' fill='%23E32D87'/%3E%3Cpath d='M212.46 505.613C266.14 505.613 309.655 462.094 309.655 408.41C309.655 354.726 266.14 311.207 212.46 311.207C158.781 311.207 115.265 354.726 115.265 408.41C115.265 462.094 158.781 505.613 212.46 505.613Z' fill='%23E32D86'/%3E%3Cpath d='M211.494 506.122C265.174 506.122 308.69 462.603 308.69 408.919C308.69 355.235 265.174 311.716 211.494 311.716C157.815 311.716 114.299 355.235 114.299 408.919C114.299 462.603 157.815 506.122 211.494 506.122Z' fill='%23E32D85'/%3E%3Cpath d='M210.529 506.631C264.209 506.631 307.724 463.111 307.724 409.428C307.724 355.744 264.209 312.224 210.529 312.224C156.85 312.224 113.334 355.744 113.334 409.428C113.334 463.111 156.85 506.631 210.529 506.631Z' fill='%23E32D84'/%3E%3Cpath d='M209.564 507.139C263.243 507.139 306.759 463.62 306.759 409.936C306.759 356.252 263.243 312.733 209.564 312.733C155.884 312.733 112.368 356.252 112.368 409.936C112.368 463.62 155.884 507.139 209.564 507.139Z' fill='%23E32D83'/%3E%3Cpath d='M208.598 507.648C262.278 507.648 305.794 464.129 305.794 410.445C305.794 356.762 262.278 313.242 208.598 313.242C154.919 313.242 111.403 356.762 111.403 410.445C111.403 464.129 154.919 507.648 208.598 507.648Z' fill='%23E42D82'/%3E%3Cpath d='M207.633 508.17C261.312 508.17 304.828 464.651 304.828 410.967C304.828 357.283 261.312 313.764 207.633 313.764C153.953 313.764 110.438 357.283 110.438 410.967C110.438 464.651 153.953 508.17 207.633 508.17Z' fill='%23E42D81'/%3E%3Cpath d='M206.667 508.679C260.347 508.679 303.863 465.16 303.863 411.476C303.863 357.792 260.347 314.273 206.667 314.273C152.988 314.273 109.472 357.792 109.472 411.476C109.472 465.16 152.988 508.679 206.667 508.679Z' fill='%23E42D80'/%3E%3Cpath d='M205.702 509.201C259.381 509.201 302.897 465.682 302.897 411.998C302.897 358.314 259.381 314.795 205.702 314.795C152.022 314.795 108.507 358.314 108.507 411.998C108.507 465.682 152.022 509.201 205.702 509.201Z' fill='%23E42D7F'/%3E%3Cpath d='M204.736 509.723C258.416 509.723 301.932 466.204 301.932 412.52C301.932 358.836 258.416 315.317 204.736 315.317C151.057 315.317 107.541 358.836 107.541 412.52C107.541 466.204 151.057 509.723 204.736 509.723Z' fill='%23E42D7E'/%3E%3Cpath d='M203.771 510.232C257.451 510.232 300.966 466.712 300.966 413.029C300.966 359.345 257.451 315.825 203.771 315.825C150.092 315.825 106.576 359.345 106.576 413.029C106.576 466.712 150.092 510.232 203.771 510.232Z' fill='%23E52D7D'/%3E%3Cpath d='M202.819 510.767C256.498 510.767 300.014 467.247 300.014 413.564C300.014 359.88 256.498 316.36 202.819 316.36C149.139 316.36 105.623 359.88 105.623 413.564C105.623 467.247 149.139 510.767 202.819 510.767Z' fill='%23E52D7C'/%3E%3Cpath d='M201.853 511.289C255.533 511.289 299.049 467.769 299.049 414.085C299.049 360.402 255.533 316.882 201.853 316.882C148.174 316.882 104.658 360.402 104.658 414.085C104.658 467.769 148.174 511.289 201.853 511.289Z' fill='%23E52D7B'/%3E%3Cpath d='M200.888 511.811C254.567 511.811 298.083 468.291 298.083 414.607C298.083 360.924 254.567 317.404 200.888 317.404C147.208 317.404 103.692 360.924 103.692 414.607C103.692 468.291 147.208 511.811 200.888 511.811Z' fill='%23E52D7A'/%3E%3Cpath d='M199.922 512.346C253.602 512.346 297.118 468.826 297.118 415.142C297.118 361.459 253.602 317.939 199.922 317.939C146.243 317.939 102.727 361.459 102.727 415.142C102.727 468.826 146.243 512.346 199.922 512.346Z' fill='%23E52D79'/%3E%3Cpath d='M198.97 512.867C252.65 512.867 296.165 469.348 296.165 415.664C296.165 361.98 252.65 318.461 198.97 318.461C145.29 318.461 101.775 361.98 101.775 415.664C101.775 469.348 145.29 512.867 198.97 512.867Z' fill='%23E52D78'/%3E%3Cpath d='M198.004 513.402C251.684 513.402 295.2 469.883 295.2 416.199C295.2 362.515 251.684 318.996 198.004 318.996C144.325 318.996 100.809 362.515 100.809 416.199C100.809 469.883 144.325 513.402 198.004 513.402Z' fill='%23E62C77'/%3E%3Cpath d='M197.039 513.937C250.719 513.937 294.234 470.418 294.234 416.734C294.234 363.05 250.719 319.531 197.039 319.531C143.36 319.531 99.8438 363.05 99.8438 416.734C99.8438 470.418 143.36 513.937 197.039 513.937Z' fill='%23E62C76'/%3E%3Cpath d='M196.087 514.472C249.766 514.472 293.282 470.953 293.282 417.269C293.282 363.585 249.766 320.066 196.087 320.066C142.407 320.066 98.8914 363.585 98.8914 417.269C98.8914 470.953 142.407 514.472 196.087 514.472Z' fill='%23E62C75'/%3E%3Cpath d='M195.121 515.007C248.801 515.007 292.317 471.488 292.317 417.804C292.317 364.12 248.801 320.601 195.121 320.601C141.442 320.601 97.926 364.12 97.926 417.804C97.926 471.488 141.442 515.007 195.121 515.007Z' fill='%23E62C74'/%3E%3Cpath d='M194.156 515.542C247.835 515.542 291.351 472.023 291.351 418.339C291.351 364.655 247.835 321.136 194.156 321.136C140.476 321.136 96.9604 364.655 96.9604 418.339C96.9604 472.023 140.476 515.542 194.156 515.542Z' fill='%23E62C73'/%3E%3Cpath d='M193.203 516.09C246.883 516.09 290.399 472.571 290.399 418.887C290.399 365.203 246.883 321.684 193.203 321.684C139.524 321.684 96.0081 365.203 96.0081 418.887C96.0081 472.571 139.524 516.09 193.203 516.09Z' fill='%23E62C72'/%3E%3Cpath d='M192.238 516.625C245.918 516.625 289.433 473.106 289.433 419.422C289.433 365.738 245.918 322.219 192.238 322.219C138.559 322.219 95.0427 365.738 95.0427 419.422C95.0427 473.106 138.559 516.625 192.238 516.625Z' fill='%23E72C71'/%3E%3Cpath d='M191.286 517.173C244.965 517.173 288.481 473.654 288.481 419.97C288.481 366.286 244.965 322.767 191.286 322.767C137.606 322.767 94.0903 366.286 94.0903 419.97C94.0903 473.654 137.606 517.173 191.286 517.173Z' fill='%23E72C70'/%3E%3Cpath d='M190.32 517.721C244 517.721 287.516 474.202 287.516 420.518C287.516 366.834 244 323.315 190.32 323.315C136.641 323.315 93.125 366.834 93.125 420.518C93.125 474.202 136.641 517.721 190.32 517.721Z' fill='%23E72C6F'/%3E%3Cpath d='M189.355 518.269C243.034 518.269 286.55 474.75 286.55 421.066C286.55 367.382 243.034 323.863 189.355 323.863C135.675 323.863 92.1594 367.382 92.1594 421.066C92.1594 474.75 135.675 518.269 189.355 518.269Z' fill='%23E72C6E'/%3E%3Cpath d='M188.402 518.817C242.082 518.817 285.598 475.298 285.598 421.614C285.598 367.93 242.082 324.411 188.402 324.411C134.723 324.411 91.207 367.93 91.207 421.614C91.207 475.298 134.723 518.817 188.402 518.817Z' fill='%23E72C6D'/%3E%3Cpath d='M187.437 519.365C241.117 519.365 284.632 475.846 284.632 422.162C284.632 368.478 241.117 324.959 187.437 324.959C133.758 324.959 90.2417 368.478 90.2417 422.162C90.2417 475.846 133.758 519.365 187.437 519.365Z' fill='%23E82C6C'/%3E%3Cpath d='M186.485 519.926C240.164 519.926 283.68 476.407 283.68 422.723C283.68 369.039 240.164 325.52 186.485 325.52C132.805 325.52 89.2893 369.039 89.2893 422.723C89.2893 476.407 132.805 519.926 186.485 519.926Z' fill='%23E82C6B'/%3E%3Cpath d='M185.519 520.474C239.199 520.474 282.714 476.955 282.714 423.271C282.714 369.587 239.199 326.068 185.519 326.068C131.84 326.068 88.3237 369.587 88.3237 423.271C88.3237 476.955 131.84 520.474 185.519 520.474Z' fill='%23E82C6A'/%3E%3Cpath d='M184.567 521.035C238.246 521.035 281.762 477.516 281.762 423.832C281.762 370.148 238.246 326.629 184.567 326.629C130.887 326.629 87.3716 370.148 87.3716 423.832C87.3716 477.516 130.887 521.035 184.567 521.035Z' fill='%23E82C69'/%3E%3Cpath d='M183.601 521.596C237.281 521.596 280.797 478.077 280.797 424.393C280.797 370.709 237.281 327.19 183.601 327.19C129.922 327.19 86.406 370.709 86.406 424.393C86.406 478.077 129.922 521.596 183.601 521.596Z' fill='%23E82C68'/%3E%3Cpath d='M182.649 522.144C236.328 522.144 279.844 478.625 279.844 424.941C279.844 371.257 236.328 327.738 182.649 327.738C128.969 327.738 85.4536 371.257 85.4536 424.941C85.4536 478.625 128.969 522.144 182.649 522.144Z' fill='%23E82C67'/%3E%3Cpath d='M181.697 522.705C235.376 522.705 278.892 479.186 278.892 425.502C278.892 371.818 235.376 328.299 181.697 328.299C128.017 328.299 84.5012 371.818 84.5012 425.502C84.5012 479.186 128.017 522.705 181.697 522.705Z' fill='%23E92C66'/%3E%3Cpath d='M180.731 523.279C234.411 523.279 277.927 479.76 277.927 426.076C277.927 372.392 234.411 328.873 180.731 328.873C127.052 328.873 83.5359 372.392 83.5359 426.076C83.5359 479.76 127.052 523.279 180.731 523.279Z' fill='%23E92C65'/%3E%3Cpath d='M179.779 523.84C233.458 523.84 276.974 480.321 276.974 426.637C276.974 372.953 233.458 329.434 179.779 329.434C126.099 329.434 82.5835 372.953 82.5835 426.637C82.5835 480.321 126.099 523.84 179.779 523.84Z' fill='%23E92C64'/%3E%3Cpath d='M178.813 524.401C232.493 524.401 276.009 480.882 276.009 427.198C276.009 373.514 232.493 329.995 178.813 329.995C125.134 329.995 81.6179 373.514 81.6179 427.198C81.6179 480.882 125.134 524.401 178.813 524.401Z' fill='%23E92C63'/%3E%3Cpath d='M177.861 524.975C231.54 524.975 275.056 481.456 275.056 427.772C275.056 374.088 231.54 330.569 177.861 330.569C124.181 330.569 80.6655 374.088 80.6655 427.772C80.6655 481.456 124.181 524.975 177.861 524.975Z' fill='%23E92C62'/%3E%3Cpath d='M176.896 525.549C230.575 525.549 274.091 482.03 274.091 428.346C274.091 374.662 230.575 331.143 176.896 331.143C123.216 331.143 79.7002 374.662 79.7002 428.346C79.7002 482.03 123.216 525.549 176.896 525.549Z' fill='%23E92C61'/%3E%3Cpath d='M175.943 526.11C229.623 526.11 273.139 482.591 273.139 428.907C273.139 375.223 229.623 331.704 175.943 331.704C122.264 331.704 78.7478 375.223 78.7478 428.907C78.7478 482.591 122.264 526.11 175.943 526.11Z' fill='%23EA2C60'/%3E%3Cpath d='M174.991 526.685C228.67 526.685 272.186 483.165 272.186 429.481C272.186 375.798 228.67 332.278 174.991 332.278C121.311 332.278 77.7954 375.798 77.7954 429.481C77.7954 483.165 121.311 526.685 174.991 526.685Z' fill='%23EA2B5F'/%3E%3Cpath d='M174.025 527.259C227.705 527.259 271.221 483.739 271.221 430.055C271.221 376.372 227.705 332.852 174.025 332.852C120.346 332.852 76.8301 376.372 76.8301 430.055C76.8301 483.739 120.346 527.259 174.025 527.259Z' fill='%23EA2B5E'/%3E%3Cpath d='M173.073 527.833C226.753 527.833 270.268 484.313 270.268 430.63C270.268 376.946 226.753 333.427 173.073 333.427C119.394 333.427 75.8777 376.946 75.8777 430.63C75.8777 484.313 119.394 527.833 173.073 527.833Z' fill='%23EA2B5D'/%3E%3Cpath d='M172.121 528.42C225.8 528.42 269.316 484.901 269.316 431.217C269.316 377.533 225.8 334.014 172.121 334.014C118.441 334.014 74.9253 377.533 74.9253 431.217C74.9253 484.901 118.441 528.42 172.121 528.42Z' fill='%23EA2B5C'/%3E%3Cpath d='M171.155 528.994C224.835 528.994 268.35 485.475 268.35 431.791C268.35 378.107 224.835 334.588 171.155 334.588C117.476 334.588 73.9597 378.107 73.9597 431.791C73.9597 485.475 117.476 528.994 171.155 528.994Z' fill='%23EB2B5B'/%3E%3Cpath d='M170.203 529.581C223.882 529.581 267.398 486.062 267.398 432.378C267.398 378.694 223.882 335.175 170.203 335.175C116.523 335.175 73.0073 378.694 73.0073 432.378C73.0073 486.062 116.523 529.581 170.203 529.581Z' fill='%23EB2B5A'/%3E%3Cpath d='M169.25 530.155C222.93 530.155 266.446 486.636 266.446 432.952C266.446 379.268 222.93 335.749 169.25 335.749C115.571 335.749 72.0549 379.268 72.0549 432.952C72.0549 486.636 115.571 530.155 169.25 530.155Z' fill='%23EB2B59'/%3E%3Cpath d='M168.285 530.742C221.964 530.742 265.48 487.223 265.48 433.539C265.48 379.855 221.964 336.336 168.285 336.336C114.605 336.336 71.0896 379.855 71.0896 433.539C71.0896 487.223 114.605 530.742 168.285 530.742Z' fill='%23EB2B58'/%3E%3Cpath d='M167.333 531.329C221.012 531.329 264.528 487.81 264.528 434.126C264.528 380.442 221.012 336.923 167.333 336.923C113.653 336.923 70.1372 380.442 70.1372 434.126C70.1372 487.81 113.653 531.329 167.333 531.329Z' fill='%23EB2B57'/%3E%3Cpath d='M166.38 531.917C220.06 531.917 263.576 488.397 263.576 434.713C263.576 381.03 220.06 337.51 166.38 337.51C112.701 337.51 69.1848 381.03 69.1848 434.713C69.1848 488.397 112.701 531.917 166.38 531.917Z' fill='%23EB2B56'/%3E%3Cpath d='M165.415 532.504C219.094 532.504 262.61 488.984 262.61 435.301C262.61 381.617 219.094 338.097 165.415 338.097C111.735 338.097 68.2195 381.617 68.2195 435.301C68.2195 488.984 111.735 532.504 165.415 532.504Z' fill='%23EC2B55'/%3E%3Cpath d='M164.462 533.091C218.142 533.091 261.658 489.572 261.658 435.888C261.658 382.204 218.142 338.685 164.462 338.685C110.783 338.685 67.2671 382.204 67.2671 435.888C67.2671 489.572 110.783 533.091 164.462 533.091Z' fill='%23EC2B54'/%3E%3Cpath d='M163.51 533.691C217.19 533.691 260.705 490.172 260.705 436.488C260.705 382.804 217.19 339.285 163.51 339.285C109.831 339.285 66.3147 382.804 66.3147 436.488C66.3147 490.172 109.831 533.691 163.51 533.691Z' fill='%23EC2B53'/%3E%3Cpath d='M162.544 534.278C216.224 534.278 259.74 490.759 259.74 437.075C259.74 383.391 216.224 339.872 162.544 339.872C108.865 339.872 65.3491 383.391 65.3491 437.075C65.3491 490.759 108.865 534.278 162.544 534.278Z' fill='%23EC2B52'/%3E%3Cpath d='M161.592 534.878C215.272 534.878 258.787 491.359 258.787 437.675C258.787 383.991 215.272 340.472 161.592 340.472C107.913 340.472 64.3967 383.991 64.3967 437.675C64.3967 491.359 107.913 534.878 161.592 534.878Z' fill='%23EC2B51'/%3E%3Cpath d='M160.64 535.479C214.319 535.479 257.835 491.959 257.835 438.275C257.835 384.592 214.319 341.072 160.64 341.072C106.96 341.072 63.4443 384.592 63.4443 438.275C63.4443 491.959 106.96 535.479 160.64 535.479Z' fill='%23EC2B50'/%3E%3Cpath d='M159.674 536.079C213.354 536.079 256.87 492.559 256.87 438.876C256.87 385.192 213.354 341.672 159.674 341.672C105.995 341.672 62.479 385.192 62.479 438.876C62.479 492.559 105.995 536.079 159.674 536.079Z' fill='%23ED2B4F'/%3E%3Cpath d='M158.722 536.679C212.401 536.679 255.917 493.159 255.917 439.476C255.917 385.792 212.401 342.272 158.722 342.272C105.042 342.272 61.5266 385.792 61.5266 439.476C61.5266 493.159 105.042 536.679 158.722 536.679Z' fill='%23ED2B4E'/%3E%3Cpath d='M157.77 537.279C211.449 537.279 254.965 493.76 254.965 440.076C254.965 386.392 211.449 342.873 157.77 342.873C104.09 342.873 60.5742 386.392 60.5742 440.076C60.5742 493.76 104.09 537.279 157.77 537.279Z' fill='%23ED2B4D'/%3E%3Cpath d='M156.804 537.879C210.484 537.879 254 494.36 254 440.676C254 386.992 210.484 343.473 156.804 343.473C103.125 343.473 59.6089 386.992 59.6089 440.676C59.6089 494.36 103.125 537.879 156.804 537.879Z' fill='%23ED2B4C'/%3E%3Cpath d='M155.852 538.479C209.531 538.479 253.047 494.96 253.047 441.276C253.047 387.592 209.531 344.073 155.852 344.073C102.172 344.073 58.6565 387.592 58.6565 441.276C58.6565 494.96 102.172 538.479 155.852 538.479Z' fill='%23ED2B4B'/%3E%3Cpath d='M154.899 539.093C208.579 539.093 252.095 495.573 252.095 441.889C252.095 388.206 208.579 344.686 154.899 344.686C101.22 344.686 57.7041 388.206 57.7041 441.889C57.7041 495.573 101.22 539.093 154.899 539.093Z' fill='%23ED2B4A'/%3E%3Cpath d='M153.934 539.693C207.613 539.693 251.129 496.174 251.129 442.49C251.129 388.806 207.613 345.287 153.934 345.287C100.254 345.287 56.7385 388.806 56.7385 442.49C56.7385 496.174 100.254 539.693 153.934 539.693Z' fill='%23EE2B49'/%3E%3Cpath d='M152.981 540.306C206.661 540.306 250.177 496.787 250.177 443.103C250.177 389.419 206.661 345.9 152.981 345.9C99.302 345.9 55.7861 389.419 55.7861 443.103C55.7861 496.787 99.302 540.306 152.981 540.306Z' fill='%23EE2A48'/%3E%3Cpath d='M152.029 540.919C205.709 540.919 249.224 497.4 249.224 443.716C249.224 390.032 205.709 346.513 152.029 346.513C98.3496 346.513 54.8337 390.032 54.8337 443.716C54.8337 497.4 98.3496 540.919 152.029 540.919Z' fill='%23EE2A47'/%3E%3Cpath d='M151.064 541.533C204.743 541.533 248.259 498.013 248.259 444.329C248.259 390.646 204.743 347.126 151.064 347.126C97.3843 347.126 53.8684 390.646 53.8684 444.329C53.8684 498.013 97.3843 541.533 151.064 541.533Z' fill='%23EE2A46'/%3E%3Cpath d='M150.111 542.146C203.791 542.146 247.307 498.626 247.307 444.943C247.307 391.259 203.791 347.74 150.111 347.74C96.4319 347.74 52.916 391.259 52.916 444.943C52.916 498.626 96.4319 542.146 150.111 542.146Z' fill='%23EE2A45'/%3E%3Cpath d='M149.159 542.759C202.839 542.759 246.354 499.24 246.354 445.556C246.354 391.872 202.839 348.353 149.159 348.353C95.4795 348.353 51.9636 391.872 51.9636 445.556C51.9636 499.24 95.4795 542.759 149.159 542.759Z' fill='%23EF2A44'/%3E%3Cpath d='M148.194 543.372C201.873 543.372 245.389 499.853 245.389 446.169C245.389 392.485 201.873 348.966 148.194 348.966C94.5141 348.966 50.9983 392.485 50.9983 446.169C50.9983 499.853 94.5141 543.372 148.194 543.372Z' fill='%23EF2A43'/%3E%3Cpath d='M147.241 543.985C200.921 543.985 244.437 500.466 244.437 446.782C244.437 393.098 200.921 349.579 147.241 349.579C93.5617 349.579 50.0459 393.098 50.0459 446.782C50.0459 500.466 93.5617 543.985 147.241 543.985Z' fill='%23EF2A42'/%3E%3Cpath d='M146.289 544.612C199.968 544.612 243.484 501.092 243.484 447.408C243.484 393.725 199.968 350.205 146.289 350.205C92.6094 350.205 49.0935 393.725 49.0935 447.408C49.0935 501.092 92.6094 544.612 146.289 544.612Z' fill='%23EF2A41'/%3E%3Cpath d='M145.323 545.225C199.003 545.225 242.519 501.706 242.519 448.022C242.519 394.338 199.003 350.819 145.323 350.819C91.6438 350.819 48.1279 394.338 48.1279 448.022C48.1279 501.706 91.6438 545.225 145.323 545.225Z' fill='%23EF2A40'/%3E%3Cpath d='M144.371 545.851C198.05 545.851 241.566 502.332 241.566 448.648C241.566 394.964 198.05 351.445 144.371 351.445C90.6914 351.445 47.1755 394.964 47.1755 448.648C47.1755 502.332 90.6914 545.851 144.371 545.851Z' fill='%23EF2A3F'/%3E%3Cpath d='M143.419 546.477C197.098 546.477 240.614 502.958 240.614 449.274C240.614 395.59 197.098 352.071 143.419 352.071C89.739 352.071 46.2231 395.59 46.2231 449.274C46.2231 502.958 89.739 546.477 143.419 546.477Z' fill='%23F02A3E'/%3E%3Cpath d='M142.453 547.104C196.133 547.104 239.649 503.585 239.649 449.901C239.649 396.217 196.133 352.698 142.453 352.698C88.7737 352.698 45.2578 396.217 45.2578 449.901C45.2578 503.585 88.7737 547.104 142.453 547.104Z' fill='%23F02A3D'/%3E%3Cpath d='M141.501 547.73C195.18 547.73 238.696 504.211 238.696 450.527C238.696 396.843 195.18 353.324 141.501 353.324C87.8213 353.324 44.3054 396.843 44.3054 450.527C44.3054 504.211 87.8213 547.73 141.501 547.73Z' fill='%23F02A3C'/%3E%3Cpath d='M140.535 548.356C194.215 548.356 237.731 504.837 237.731 451.153C237.731 397.469 194.215 353.95 140.535 353.95C86.8559 353.95 43.3401 397.469 43.3401 451.153C43.3401 504.837 86.8559 548.356 140.535 548.356Z' fill='%23F02A3B'/%3E%3Cpath d='M139.583 548.982C193.263 548.982 236.778 505.463 236.778 451.779C236.778 398.096 193.263 354.576 139.583 354.576C85.9035 354.576 42.3877 398.096 42.3877 451.779C42.3877 505.463 85.9035 548.982 139.583 548.982Z' fill='%23F02A3A'/%3E%3Cpath d='M138.617 549.622C192.297 549.622 235.813 506.103 235.813 452.419C235.813 398.735 192.297 355.216 138.617 355.216C84.938 355.216 41.4221 398.735 41.4221 452.419C41.4221 506.103 84.938 549.622 138.617 549.622Z' fill='%23F02A39'/%3E%3Cpath d='M137.665 550.248C191.345 550.248 234.86 506.729 234.86 453.045C234.86 399.361 191.345 355.842 137.665 355.842C83.9856 355.842 40.4697 399.361 40.4697 453.045C40.4697 506.729 83.9856 550.248 137.665 550.248Z' fill='%23F12A38'/%3E%3Cpath d='M136.713 550.888C190.392 550.888 233.908 507.368 233.908 453.684C233.908 400.001 190.392 356.481 136.713 356.481C83.0332 356.481 39.5173 400.001 39.5173 453.684C39.5173 507.368 83.0332 550.888 136.713 550.888Z' fill='%23F12A37'/%3E%3Cpath d='M135.747 551.514C189.427 551.514 232.943 507.994 232.943 454.311C232.943 400.627 189.427 357.107 135.747 357.107C82.0678 357.107 38.552 400.627 38.552 454.311C38.552 507.994 82.0678 551.514 135.747 551.514Z' fill='%23F12A36'/%3E%3Cpath d='M134.795 552.153C188.474 552.153 231.99 508.634 231.99 454.95C231.99 401.266 188.474 357.747 134.795 357.747C81.1155 357.747 37.5996 401.266 37.5996 454.95C37.5996 508.634 81.1155 552.153 134.795 552.153Z' fill='%23F12A35'/%3E%3Cpath d='M133.83 552.792C187.509 552.792 231.025 509.273 231.025 455.589C231.025 401.905 187.509 358.386 133.83 358.386C80.1501 358.386 36.6343 401.905 36.6343 455.589C36.6343 509.273 80.1501 552.792 133.83 552.792Z' fill='%23F12A34'/%3E%3Cpath d='M132.877 553.432C186.557 553.432 230.073 509.912 230.073 456.229C230.073 402.545 186.557 359.025 132.877 359.025C79.1977 359.025 35.6819 402.545 35.6819 456.229C35.6819 509.912 79.1977 553.432 132.877 553.432Z' fill='%23F22A33'/%3E%3Cpath d='M131.912 554.071C185.591 554.071 229.107 510.552 229.107 456.868C229.107 403.184 185.591 359.665 131.912 359.665C78.2322 359.665 34.7163 403.184 34.7163 456.868C34.7163 510.552 78.2322 554.071 131.912 554.071Z' fill='%23F22A32'/%3E%3Cpath d='M130.946 554.71C184.626 554.71 228.142 511.191 228.142 457.507C228.142 403.823 184.626 360.304 130.946 360.304C77.2668 360.304 33.751 403.823 33.751 457.507C33.751 511.191 77.2668 554.71 130.946 554.71Z' fill='%23F22931'/%3E%3Cpath d='M129.994 555.363C183.673 555.363 227.189 511.844 227.189 458.16C227.189 404.476 183.673 360.957 129.994 360.957C76.3144 360.957 32.7986 404.476 32.7986 458.16C32.7986 511.844 76.3144 555.363 129.994 555.363Z' fill='%23F22930'/%3E%3Cpath d='M129.028 556.002C182.708 556.002 226.224 512.483 226.224 458.799C226.224 405.115 182.708 361.596 129.028 361.596C75.3489 361.596 31.833 405.115 31.833 458.799C31.833 512.483 75.3489 556.002 129.028 556.002Z' fill='%23F2292F'/%3E%3Cpath d='M128.076 556.654C181.755 556.654 225.271 513.135 225.271 459.451C225.271 405.767 181.755 362.248 128.076 362.248C74.3965 362.248 30.8806 405.767 30.8806 459.451C30.8806 513.135 74.3965 556.654 128.076 556.654Z' fill='%23F2292E'/%3E%3Cpath d='M127.111 557.294C180.79 557.294 224.306 513.774 224.306 460.091C224.306 406.407 180.79 362.887 127.111 362.887C73.4311 362.887 29.9153 406.407 29.9153 460.091C29.9153 513.774 73.4311 557.294 127.111 557.294Z' fill='%23F3292D'/%3E%3Cpath d='M126.145 557.946C179.825 557.946 223.341 514.427 223.341 460.743C223.341 407.059 179.825 363.54 126.145 363.54C72.4658 363.54 28.95 407.059 28.95 460.743C28.95 514.427 72.4658 557.946 126.145 557.946Z' fill='%23F3292C'/%3E%3Cpath d='M125.193 558.598C178.872 558.598 222.388 515.079 222.388 461.395C222.388 407.711 178.872 364.192 125.193 364.192C71.5134 364.192 27.9976 407.711 27.9976 461.395C27.9976 515.079 71.5134 558.598 125.193 558.598Z' fill='%23F3292B'/%3E%3Cpath d='M124.227 559.251C177.907 559.251 221.423 515.732 221.423 462.048C221.423 408.364 177.907 364.845 124.227 364.845C70.5478 364.845 27.032 408.364 27.032 462.048C27.032 515.732 70.5478 559.251 124.227 559.251Z' fill='%23F3292A'/%3E%3Cpath d='M123.262 559.903C176.942 559.903 220.457 516.384 220.457 462.7C220.457 409.016 176.942 365.497 123.262 365.497C69.5825 365.497 26.0667 409.016 26.0667 462.7C26.0667 516.384 69.5825 559.903 123.262 559.903Z' fill='%23F32929'/%3E%3Cpath d='M122.31 560.556C175.989 560.556 219.505 517.036 219.505 463.352C219.505 409.669 175.989 366.149 122.31 366.149C68.6301 366.149 25.1143 409.669 25.1143 463.352C25.1143 517.036 68.6301 560.556 122.31 560.556Z' fill='%23F32928'/%3E%3Cpath d='M121.344 561.208C175.024 561.208 218.54 517.689 218.54 464.005C218.54 410.321 175.024 366.802 121.344 366.802C67.6648 366.802 24.1489 410.321 24.1489 464.005C24.1489 517.689 67.6648 561.208 121.344 561.208Z' fill='%23F42927'/%3E%3Cpath d='M120.379 561.86C174.058 561.86 217.574 518.341 217.574 464.657C217.574 410.973 174.058 367.454 120.379 367.454C66.6992 367.454 23.1833 410.973 23.1833 464.657C23.1833 518.341 66.6992 561.86 120.379 561.86Z' fill='%23F42926'/%3E%3Cpath d='M119.426 562.526C173.106 562.526 216.622 519.007 216.622 465.323C216.622 411.639 173.106 368.12 119.426 368.12C65.7468 368.12 22.231 411.639 22.231 465.323C22.231 519.007 65.7468 562.526 119.426 562.526Z' fill='%23F42925'/%3E%3Cpath d='M118.461 563.178C172.141 563.178 215.656 519.659 215.656 465.975C215.656 412.291 172.141 368.772 118.461 368.772C64.7815 368.772 21.2656 412.291 21.2656 465.975C21.2656 519.659 64.7815 563.178 118.461 563.178Z' fill='%23F42924'/%3E%3Cpath d='M117.495 563.844C171.175 563.844 214.691 520.324 214.691 466.64C214.691 412.957 171.175 369.437 117.495 369.437C63.8159 369.437 20.3 412.957 20.3 466.64C20.3 520.324 63.8159 563.844 117.495 563.844Z' fill='%23F42923'/%3E%3Cpath d='M116.53 564.509C170.21 564.509 213.725 520.99 213.725 467.306C213.725 413.622 170.21 370.103 116.53 370.103C62.8506 370.103 19.3347 413.622 19.3347 467.306C19.3347 520.99 62.8506 564.509 116.53 564.509Z' fill='%23F42922'/%3E%3Cpath d='M115.565 565.174C169.244 565.174 212.76 521.655 212.76 467.971C212.76 414.287 169.244 370.768 115.565 370.768C61.8852 370.768 18.3694 414.287 18.3694 467.971C18.3694 521.655 61.8852 565.174 115.565 565.174Z' fill='%23F52921'/%3E%3Cpath d='M114.599 565.827C168.279 565.827 211.795 522.307 211.795 468.624C211.795 414.94 168.279 371.42 114.599 371.42C60.9197 371.42 17.4038 414.94 17.4038 468.624C17.4038 522.307 60.9197 565.827 114.599 565.827Z' fill='%23F52920'/%3E%3Cpath d='M113.634 566.492C167.313 566.492 210.829 522.973 210.829 469.289C210.829 415.605 167.313 372.086 113.634 372.086C59.9543 372.086 16.4385 415.605 16.4385 469.289C16.4385 522.973 59.9543 566.492 113.634 566.492Z' fill='%23F5291F'/%3E%3Cpath d='M112.681 567.171C166.361 567.171 209.877 523.651 209.877 469.968C209.877 416.284 166.361 372.764 112.681 372.764C59.0019 372.764 15.4861 416.284 15.4861 469.968C15.4861 523.651 59.0019 567.171 112.681 567.171Z' fill='%23F5291E'/%3E%3Cpath d='M111.716 567.836C165.395 567.836 208.911 524.317 208.911 470.633C208.911 416.949 165.395 373.43 111.716 373.43C58.0364 373.43 14.5205 416.949 14.5205 470.633C14.5205 524.317 58.0364 567.836 111.716 567.836Z' fill='%23F5291D'/%3E%3Cpath d='M110.751 568.502C164.43 568.502 207.946 524.982 207.946 471.298C207.946 417.615 164.43 374.095 110.751 374.095C57.071 374.095 13.5552 417.615 13.5552 471.298C13.5552 524.982 57.071 568.502 110.751 568.502Z' fill='%23F6291C'/%3E%3Cpath d='M109.785 569.167C163.465 569.167 206.981 525.648 206.981 471.964C206.981 418.28 163.465 374.761 109.785 374.761C56.1057 374.761 12.5898 418.28 12.5898 471.964C12.5898 525.648 56.1057 569.167 109.785 569.167Z' fill='%23F6291B'/%3E%3Cpath d='M108.82 569.845C162.499 569.845 206.015 526.326 206.015 472.642C206.015 418.958 162.499 375.439 108.82 375.439C55.1401 375.439 11.6243 418.958 11.6243 472.642C11.6243 526.326 55.1401 569.845 108.82 569.845Z' fill='%23F6291A'/%3E%3Cpath d='M107.854 570.524C161.534 570.524 205.05 527.004 205.05 473.321C205.05 419.637 161.534 376.117 107.854 376.117C54.1748 376.117 10.6589 419.637 10.6589 473.321C10.6589 527.004 54.1748 570.524 107.854 570.524Z' fill='%23F62819'/%3E%3Cpath d='M106.876 571.189C160.555 571.189 204.071 527.67 204.071 473.986C204.071 420.302 160.555 376.783 106.876 376.783C53.1963 376.783 9.68042 420.302 9.68042 473.986C9.68042 527.67 53.1963 571.189 106.876 571.189Z' fill='%23F62818'/%3E%3Cpath d='M105.91 571.868C159.59 571.868 203.106 528.348 203.106 474.665C203.106 420.981 159.59 377.461 105.91 377.461C52.2309 377.461 8.71509 420.981 8.71509 474.665C8.71509 528.348 52.2309 571.868 105.91 571.868Z' fill='%23F62817'/%3E%3Cpath d='M104.945 572.546C158.624 572.546 202.14 529.027 202.14 475.343C202.14 421.659 158.624 378.14 104.945 378.14C51.2654 378.14 7.74951 421.659 7.74951 475.343C7.74951 529.027 51.2654 572.546 104.945 572.546Z' fill='%23F72816'/%3E%3Cpath d='M103.98 573.225C157.659 573.225 201.175 529.705 201.175 476.022C201.175 422.338 157.659 378.818 103.98 378.818C50.3 378.818 6.78418 422.338 6.78418 476.022C6.78418 529.705 50.3 573.225 103.98 573.225Z' fill='%23F72815'/%3E%3Cpath d='M103.014 573.903C156.693 573.903 200.209 530.384 200.209 476.7C200.209 423.016 156.693 379.497 103.014 379.497C49.3344 379.497 5.8186 423.016 5.8186 476.7C5.8186 530.384 49.3344 573.903 103.014 573.903Z' fill='%23F72814'/%3E%3Cpath d='M102.049 574.582C155.728 574.582 199.244 531.062 199.244 477.378C199.244 423.695 155.728 380.175 102.049 380.175C48.3691 380.175 4.85327 423.695 4.85327 477.378C4.85327 531.062 48.3691 574.582 102.049 574.582Z' fill='%23F72813'/%3E%3Cpath d='M101.07 575.26C154.75 575.26 198.265 531.741 198.265 478.057C198.265 424.373 154.75 380.854 101.07 380.854C47.3906 380.854 3.87476 424.373 3.87476 478.057C3.87476 531.741 47.3906 575.26 101.07 575.26Z' fill='%23F72812'/%3E%3Cpath d='M100.105 575.951C153.784 575.951 197.3 532.432 197.3 478.748C197.3 425.065 153.784 381.545 100.105 381.545C46.4253 381.545 2.90942 425.065 2.90942 478.748C2.90942 532.432 46.4253 575.951 100.105 575.951Z' fill='%23F72811'/%3E%3Cpath d='M99.1392 576.63C152.819 576.63 196.335 533.111 196.335 479.427C196.335 425.743 152.819 382.224 99.1392 382.224C45.4597 382.224 1.94385 425.743 1.94385 479.427C1.94385 533.111 45.4597 576.63 99.1392 576.63Z' fill='%23F82810'/%3E%3Cpath d='M98.1607 577.308C151.84 577.308 195.356 533.789 195.356 480.105C195.356 426.421 151.84 382.902 98.1607 382.902C44.4812 382.902 0.965332 426.421 0.965332 480.105C0.965332 533.789 44.4812 577.308 98.1607 577.308Z' fill='%23F8280F'/%3E%3Cpath d='M97.1954 578C150.875 578 194.391 534.481 194.391 480.797C194.391 427.113 150.875 383.594 97.1954 383.594C43.5158 383.594 0 427.113 0 480.797C0 534.481 43.5158 578 97.1954 578Z' fill='%23F8280E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2032_1563'%3E%3Crect width='1576' height='578' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 129%;
  background-position: -19rem -3.3rem;
  position: relative;
}
@media screen and (min-width: 1920px) {
  .topPage .kvSec {
    background-position: -19rem -16rem;
  }
}
@media screen and (max-width: 1380px) and (min-width: 781px) {
  .topPage .kvSec {
    background-position: -12rem 15rem;
  }
}
@media screen and (max-width: 780px) {
  .topPage .kvSec {
    background-image: url("data:image/svg+xml,%3Csvg width='525' height='423' viewBox='0 0 525 423' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2032_2163)'%3E%3Cpath d='M482.5 85C505.972 85 525 65.9721 525 42.5C525 19.0279 505.972 0 482.5 0C459.028 0 440 19.0279 440 42.5C440 65.9721 459.028 85 482.5 85Z' fill='%23048739'/%3E%3Cpath d='M482.1 86C505.572 86 524.6 66.9721 524.6 43.5C524.6 20.0279 505.572 1 482.1 1C458.628 1 439.6 20.0279 439.6 43.5C439.6 66.9721 458.628 86 482.1 86Z' fill='%2304873A'/%3E%3Cpath d='M481.69 87C505.162 87 524.19 67.9721 524.19 44.5C524.19 21.0279 505.162 2 481.69 2C458.218 2 439.19 21.0279 439.19 44.5C439.19 67.9721 458.218 87 481.69 87Z' fill='%2304883B'/%3E%3Cpath d='M481.28 88C504.752 88 523.78 68.9721 523.78 45.5C523.78 22.0279 504.752 3 481.28 3C457.808 3 438.78 22.0279 438.78 45.5C438.78 68.9721 457.808 88 481.28 88Z' fill='%2304883C'/%3E%3Cpath d='M480.86 89C504.332 89 523.36 69.9721 523.36 46.5C523.36 23.0279 504.332 4 480.86 4C457.388 4 438.36 23.0279 438.36 46.5C438.36 69.9721 457.388 89 480.86 89Z' fill='%2304883D'/%3E%3Cpath d='M480.44 90C503.912 90 522.94 70.9721 522.94 47.5C522.94 24.0279 503.912 5 480.44 5C456.968 5 437.94 24.0279 437.94 47.5C437.94 70.9721 456.968 90 480.44 90Z' fill='%2304883E'/%3E%3Cpath d='M480.02 91.01C503.492 91.01 522.52 71.9821 522.52 48.51C522.52 25.0379 503.492 6.01001 480.02 6.01001C456.548 6.01001 437.52 25.0379 437.52 48.51C437.52 71.9821 456.548 91.01 480.02 91.01Z' fill='%2304893F'/%3E%3Cpath d='M479.59 92.01C503.062 92.01 522.09 72.9821 522.09 49.51C522.09 26.0379 503.062 7.01001 479.59 7.01001C456.118 7.01001 437.09 26.0379 437.09 49.51C437.09 72.9821 456.118 92.01 479.59 92.01Z' fill='%23048940'/%3E%3Cpath d='M479.16 93.01C502.632 93.01 521.66 73.9821 521.66 50.51C521.66 27.0379 502.632 8.01001 479.16 8.01001C455.688 8.01001 436.66 27.0379 436.66 50.51C436.66 73.9821 455.688 93.01 479.16 93.01Z' fill='%23048941'/%3E%3Cpath d='M478.73 94.01C502.202 94.01 521.23 74.9821 521.23 51.51C521.23 28.0379 502.202 9.01001 478.73 9.01001C455.258 9.01001 436.23 28.0379 436.23 51.51C436.23 74.9821 455.258 94.01 478.73 94.01Z' fill='%23048A42'/%3E%3Cpath d='M478.29 95.01C501.762 95.01 520.79 75.9821 520.79 52.51C520.79 29.0379 501.762 10.01 478.29 10.01C454.818 10.01 435.79 29.0379 435.79 52.51C435.79 75.9821 454.818 95.01 478.29 95.01Z' fill='%23048A43'/%3E%3Cpath d='M477.85 96.01C501.322 96.01 520.35 76.9821 520.35 53.51C520.35 30.0379 501.322 11.01 477.85 11.01C454.378 11.01 435.35 30.0379 435.35 53.51C435.35 76.9821 454.378 96.01 477.85 96.01Z' fill='%23048A44'/%3E%3Cpath d='M477.41 97.02C500.882 97.02 519.91 77.9921 519.91 54.52C519.91 31.0479 500.882 12.02 477.41 12.02C453.938 12.02 434.91 31.0479 434.91 54.52C434.91 77.9921 453.938 97.02 477.41 97.02Z' fill='%23048A45'/%3E%3Cpath d='M476.96 98.02C500.432 98.02 519.46 78.9921 519.46 55.52C519.46 32.0479 500.432 13.02 476.96 13.02C453.488 13.02 434.46 32.0479 434.46 55.52C434.46 78.9921 453.488 98.02 476.96 98.02Z' fill='%23058B46'/%3E%3Cpath d='M476.51 99.02C499.982 99.02 519.01 79.9921 519.01 56.52C519.01 33.0479 499.982 14.02 476.51 14.02C453.038 14.02 434.01 33.0479 434.01 56.52C434.01 79.9921 453.038 99.02 476.51 99.02Z' fill='%23058B47'/%3E%3Cpath d='M476.05 100.02C499.522 100.02 518.55 80.9921 518.55 57.52C518.55 34.0479 499.522 15.02 476.05 15.02C452.578 15.02 433.55 34.0479 433.55 57.52C433.55 80.9921 452.578 100.02 476.05 100.02Z' fill='%23058B48'/%3E%3Cpath d='M475.59 101.02C499.062 101.02 518.09 81.9921 518.09 58.52C518.09 35.0479 499.062 16.02 475.59 16.02C452.118 16.02 433.09 35.0479 433.09 58.52C433.09 81.9921 452.118 101.02 475.59 101.02Z' fill='%23058C49'/%3E%3Cpath d='M475.13 102.02C498.602 102.02 517.63 82.9921 517.63 59.52C517.63 36.0479 498.602 17.02 475.13 17.02C451.658 17.02 432.63 36.0479 432.63 59.52C432.63 82.9921 451.658 102.02 475.13 102.02Z' fill='%23058C4A'/%3E%3Cpath d='M474.66 103.02C498.132 103.02 517.16 83.9921 517.16 60.52C517.16 37.0479 498.132 18.02 474.66 18.02C451.188 18.02 432.16 37.0479 432.16 60.52C432.16 83.9921 451.188 103.02 474.66 103.02Z' fill='%23058C4B'/%3E%3Cpath d='M474.19 104.03C497.662 104.03 516.69 85.0021 516.69 61.53C516.69 38.0579 497.662 19.03 474.19 19.03C450.718 19.03 431.69 38.0579 431.69 61.53C431.69 85.0021 450.718 104.03 474.19 104.03Z' fill='%23058C4C'/%3E%3Cpath d='M473.72 105.03C497.192 105.03 516.22 86.0021 516.22 62.53C516.22 39.0579 497.192 20.03 473.72 20.03C450.248 20.03 431.22 39.0579 431.22 62.53C431.22 86.0021 450.248 105.03 473.72 105.03Z' fill='%23058D4D'/%3E%3Cpath d='M473.24 106.03C496.712 106.03 515.74 87.0021 515.74 63.53C515.74 40.0579 496.712 21.03 473.24 21.03C449.768 21.03 430.74 40.0579 430.74 63.53C430.74 87.0021 449.768 106.03 473.24 106.03Z' fill='%23058D4E'/%3E%3Cpath d='M472.76 107.03C496.232 107.03 515.26 88.0021 515.26 64.53C515.26 41.0579 496.232 22.03 472.76 22.03C449.288 22.03 430.26 41.0579 430.26 64.53C430.26 88.0021 449.288 107.03 472.76 107.03Z' fill='%23058D4F'/%3E%3Cpath d='M472.27 108.03C495.742 108.03 514.77 89.0021 514.77 65.53C514.77 42.0579 495.742 23.03 472.27 23.03C448.798 23.03 429.77 42.0579 429.77 65.53C429.77 89.0021 448.798 108.03 472.27 108.03Z' fill='%23058E50'/%3E%3Cpath d='M471.79 109.03C495.262 109.03 514.29 90.0021 514.29 66.53C514.29 43.0579 495.262 24.03 471.79 24.03C448.318 24.03 429.29 43.0579 429.29 66.53C429.29 90.0021 448.318 109.03 471.79 109.03Z' fill='%23058E51'/%3E%3Cpath d='M471.29 110.03C494.762 110.03 513.79 91.0021 513.79 67.53C513.79 44.0579 494.762 25.03 471.29 25.03C447.818 25.03 428.79 44.0579 428.79 67.53C428.79 91.0021 447.818 110.03 471.29 110.03Z' fill='%23058E52'/%3E%3Cpath d='M470.8 111.03C494.272 111.03 513.3 92.0021 513.3 68.53C513.3 45.0579 494.272 26.03 470.8 26.03C447.328 26.03 428.3 45.0579 428.3 68.53C428.3 92.0021 447.328 111.03 470.8 111.03Z' fill='%23058E53'/%3E%3Cpath d='M470.3 112.03C493.772 112.03 512.8 93.0021 512.8 69.53C512.8 46.0579 493.772 27.03 470.3 27.03C446.828 27.03 427.8 46.0579 427.8 69.53C427.8 93.0021 446.828 112.03 470.3 112.03Z' fill='%23058F54'/%3E%3Cpath d='M469.8 113.03C493.272 113.03 512.3 94.0021 512.3 70.53C512.3 47.0579 493.272 28.03 469.8 28.03C446.328 28.03 427.3 47.0579 427.3 70.53C427.3 94.0021 446.328 113.03 469.8 113.03Z' fill='%23058F55'/%3E%3Cpath d='M469.29 114.02C492.762 114.02 511.79 94.9921 511.79 71.52C511.79 48.0479 492.762 29.02 469.29 29.02C445.818 29.02 426.79 48.0479 426.79 71.52C426.79 94.9921 445.818 114.02 469.29 114.02Z' fill='%23058F56'/%3E%3Cpath d='M468.78 115.02C492.252 115.02 511.28 95.9921 511.28 72.52C511.28 49.0479 492.252 30.02 468.78 30.02C445.308 30.02 426.28 49.0479 426.28 72.52C426.28 95.9921 445.308 115.02 468.78 115.02Z' fill='%23058F57'/%3E%3Cpath d='M468.27 116.02C491.742 116.02 510.77 96.9921 510.77 73.52C510.77 50.0479 491.742 31.02 468.27 31.02C444.798 31.02 425.77 50.0479 425.77 73.52C425.77 96.9921 444.798 116.02 468.27 116.02Z' fill='%23059058'/%3E%3Cpath d='M467.75 117.02C491.222 117.02 510.25 97.9921 510.25 74.52C510.25 51.0479 491.222 32.02 467.75 32.02C444.278 32.02 425.25 51.0479 425.25 74.52C425.25 97.9921 444.278 117.02 467.75 117.02Z' fill='%23059059'/%3E%3Cpath d='M467.23 118.01C490.702 118.01 509.73 98.9821 509.73 75.51C509.73 52.0379 490.702 33.01 467.23 33.01C443.758 33.01 424.73 52.0379 424.73 75.51C424.73 98.9821 443.758 118.01 467.23 118.01Z' fill='%2305905A'/%3E%3Cpath d='M466.71 119.01C490.182 119.01 509.21 99.9821 509.21 76.51C509.21 53.0379 490.182 34.01 466.71 34.01C443.238 34.01 424.21 53.0379 424.21 76.51C424.21 99.9821 443.238 119.01 466.71 119.01Z' fill='%2305915B'/%3E%3Cpath d='M466.18 120.01C489.652 120.01 508.68 100.982 508.68 77.51C508.68 54.0379 489.652 35.01 466.18 35.01C442.708 35.01 423.68 54.0379 423.68 77.51C423.68 100.982 442.708 120.01 466.18 120.01Z' fill='%2305915C'/%3E%3Cpath d='M465.65 121C489.122 121 508.15 101.972 508.15 78.5C508.15 55.0279 489.122 36 465.65 36C442.178 36 423.15 55.0279 423.15 78.5C423.15 101.972 442.178 121 465.65 121Z' fill='%2305915D'/%3E%3Cpath d='M465.11 122C488.582 122 507.61 102.972 507.61 79.5C507.61 56.0279 488.582 37 465.11 37C441.638 37 422.61 56.0279 422.61 79.5C422.61 102.972 441.638 122 465.11 122Z' fill='%2305915E'/%3E%3Cpath d='M464.57 122.99C488.042 122.99 507.07 103.962 507.07 80.49C507.07 57.0179 488.042 37.99 464.57 37.99C441.098 37.99 422.07 57.0179 422.07 80.49C422.07 103.962 441.098 122.99 464.57 122.99Z' fill='%2306925F'/%3E%3Cpath d='M464.03 123.98C487.502 123.98 506.53 104.952 506.53 81.48C506.53 58.0079 487.502 38.98 464.03 38.98C440.558 38.98 421.53 58.0079 421.53 81.48C421.53 104.952 440.558 123.98 464.03 123.98Z' fill='%23069260'/%3E%3Cpath d='M463.49 124.98C486.962 124.98 505.99 105.952 505.99 82.48C505.99 59.0079 486.962 39.98 463.49 39.98C440.018 39.98 420.99 59.0079 420.99 82.48C420.99 105.952 440.018 124.98 463.49 124.98Z' fill='%23069261'/%3E%3Cpath d='M462.94 125.97C486.412 125.97 505.44 106.942 505.44 83.47C505.44 59.9979 486.412 40.97 462.94 40.97C439.468 40.97 420.44 59.9979 420.44 83.47C420.44 106.942 439.468 125.97 462.94 125.97Z' fill='%23069362'/%3E%3Cpath d='M462.38 126.96C485.852 126.96 504.88 107.932 504.88 84.46C504.88 60.9879 485.852 41.96 462.38 41.96C438.908 41.96 419.88 60.9879 419.88 84.46C419.88 107.932 438.908 126.96 462.38 126.96Z' fill='%23069363'/%3E%3Cpath d='M461.83 127.95C485.302 127.95 504.33 108.922 504.33 85.4499C504.33 61.9778 485.302 42.95 461.83 42.95C438.358 42.95 419.33 61.9778 419.33 85.4499C419.33 108.922 438.358 127.95 461.83 127.95Z' fill='%23069364'/%3E%3Cpath d='M461.27 128.94C484.742 128.94 503.77 109.912 503.77 86.4399C503.77 62.9678 484.742 43.9399 461.27 43.9399C437.798 43.9399 418.77 62.9678 418.77 86.4399C418.77 109.912 437.798 128.94 461.27 128.94Z' fill='%23069365'/%3E%3Cpath d='M460.7 129.93C484.172 129.93 503.2 110.902 503.2 87.4301C503.2 63.958 484.172 44.9301 460.7 44.9301C437.228 44.9301 418.2 63.958 418.2 87.4301C418.2 110.902 437.228 129.93 460.7 129.93Z' fill='%23069466'/%3E%3Cpath d='M460.14 130.92C483.612 130.92 502.64 111.892 502.64 88.42C502.64 64.9479 483.612 45.92 460.14 45.92C436.668 45.92 417.64 64.9479 417.64 88.42C417.64 111.892 436.668 130.92 460.14 130.92Z' fill='%23069467'/%3E%3Cpath d='M459.57 131.91C483.042 131.91 502.07 112.882 502.07 89.41C502.07 65.9379 483.042 46.91 459.57 46.91C436.098 46.91 417.07 65.9379 417.07 89.41C417.07 112.882 436.098 131.91 459.57 131.91Z' fill='%23069468'/%3E%3Cpath d='M458.99 132.9C482.462 132.9 501.49 113.872 501.49 90.4C501.49 66.9279 482.462 47.9 458.99 47.9C435.518 47.9 416.49 66.9279 416.49 90.4C416.49 113.872 435.518 132.9 458.99 132.9Z' fill='%23069569'/%3E%3Cpath d='M458.42 133.88C481.892 133.88 500.92 114.852 500.92 91.38C500.92 67.9079 481.892 48.88 458.42 48.88C434.948 48.88 415.92 67.9079 415.92 91.38C415.92 114.852 434.948 133.88 458.42 133.88Z' fill='%2306956A'/%3E%3Cpath d='M457.84 134.87C481.312 134.87 500.34 115.842 500.34 92.37C500.34 68.8979 481.312 49.87 457.84 49.87C434.368 49.87 415.34 68.8979 415.34 92.37C415.34 115.842 434.368 134.87 457.84 134.87Z' fill='%2306956A'/%3E%3Cpath d='M457.25 135.85C480.722 135.85 499.75 116.822 499.75 93.35C499.75 69.8779 480.722 50.85 457.25 50.85C433.778 50.85 414.75 69.8779 414.75 93.35C414.75 116.822 433.778 135.85 457.25 135.85Z' fill='%2306956B'/%3E%3Cpath d='M456.66 136.84C480.132 136.84 499.16 117.812 499.16 94.34C499.16 70.8679 480.132 51.84 456.66 51.84C433.188 51.84 414.16 70.8679 414.16 94.34C414.16 117.812 433.188 136.84 456.66 136.84Z' fill='%2306966C'/%3E%3Cpath d='M456.07 137.82C479.542 137.82 498.57 118.792 498.57 95.3199C498.57 71.8478 479.542 52.8199 456.07 52.8199C432.598 52.8199 413.57 71.8478 413.57 95.3199C413.57 118.792 432.598 137.82 456.07 137.82Z' fill='%2306966D'/%3E%3Cpath d='M455.48 138.8C478.952 138.8 497.98 119.772 497.98 96.3001C497.98 72.828 478.952 53.8 455.48 53.8C432.008 53.8 412.98 72.828 412.98 96.3001C412.98 119.772 432.008 138.8 455.48 138.8Z' fill='%2306966E'/%3E%3Cpath d='M454.88 139.79C478.352 139.79 497.38 120.762 497.38 97.29C497.38 73.8179 478.352 54.79 454.88 54.79C431.408 54.79 412.38 73.8179 412.38 97.29C412.38 120.762 431.408 139.79 454.88 139.79Z' fill='%2306976F'/%3E%3Cpath d='M454.28 140.77C477.752 140.77 496.78 121.742 496.78 98.27C496.78 74.7979 477.752 55.77 454.28 55.77C430.808 55.77 411.78 74.7979 411.78 98.27C411.78 121.742 430.808 140.77 454.28 140.77Z' fill='%23069770'/%3E%3Cpath d='M453.67 141.75C477.142 141.75 496.17 122.722 496.17 99.25C496.17 75.7779 477.142 56.75 453.67 56.75C430.198 56.75 411.17 75.7779 411.17 99.25C411.17 122.722 430.198 141.75 453.67 141.75Z' fill='%23069771'/%3E%3Cpath d='M453.06 142.72C476.532 142.72 495.56 123.692 495.56 100.22C495.56 76.7479 476.532 57.72 453.06 57.72C429.588 57.72 410.56 76.7479 410.56 100.22C410.56 123.692 429.588 142.72 453.06 142.72Z' fill='%23069772'/%3E%3Cpath d='M452.45 143.7C475.922 143.7 494.95 124.672 494.95 101.2C494.95 77.7278 475.922 58.7 452.45 58.7C428.978 58.7 409.95 77.7278 409.95 101.2C409.95 124.672 428.978 143.7 452.45 143.7Z' fill='%23069873'/%3E%3Cpath d='M451.84 144.68C475.312 144.68 494.34 125.652 494.34 102.18C494.34 78.708 475.312 59.6801 451.84 59.6801C428.368 59.6801 409.34 78.708 409.34 102.18C409.34 125.652 428.368 144.68 451.84 144.68Z' fill='%23069874'/%3E%3Cpath d='M451.22 145.65C474.692 145.65 493.72 126.622 493.72 103.15C493.72 79.6779 474.692 60.65 451.22 60.65C427.748 60.65 408.72 79.6779 408.72 103.15C408.72 126.622 427.748 145.65 451.22 145.65Z' fill='%23069875'/%3E%3Cpath d='M450.59 146.63C474.062 146.63 493.09 127.602 493.09 104.13C493.09 80.6579 474.062 61.63 450.59 61.63C427.118 61.63 408.09 80.6579 408.09 104.13C408.09 127.602 427.118 146.63 450.59 146.63Z' fill='%23079976'/%3E%3Cpath d='M449.97 147.6C473.442 147.6 492.47 128.572 492.47 105.1C492.47 81.6279 473.442 62.6 449.97 62.6C426.498 62.6 407.47 81.6279 407.47 105.1C407.47 128.572 426.498 147.6 449.97 147.6Z' fill='%23079977'/%3E%3Cpath d='M449.34 148.57C472.812 148.57 491.84 129.542 491.84 106.07C491.84 82.5978 472.812 63.5699 449.34 63.5699C425.868 63.5699 406.84 82.5978 406.84 106.07C406.84 129.542 425.868 148.57 449.34 148.57Z' fill='%23079978'/%3E%3Cpath d='M448.7 149.54C472.172 149.54 491.2 130.512 491.2 107.04C491.2 83.5679 472.172 64.54 448.7 64.54C425.228 64.54 406.2 83.5679 406.2 107.04C406.2 130.512 425.228 149.54 448.7 149.54Z' fill='%23079979'/%3E%3Cpath d='M448.07 150.51C471.542 150.51 490.57 131.482 490.57 108.01C490.57 84.5379 471.542 65.51 448.07 65.51C424.598 65.51 405.57 84.5379 405.57 108.01C405.57 131.482 424.598 150.51 448.07 150.51Z' fill='%23079A7A'/%3E%3Cpath d='M447.43 151.48C470.902 151.48 489.93 132.452 489.93 108.98C489.93 85.5079 470.902 66.48 447.43 66.48C423.958 66.48 404.93 85.5079 404.93 108.98C404.93 132.452 423.958 151.48 447.43 151.48Z' fill='%23079A7B'/%3E%3Cpath d='M446.79 152.45C470.262 152.45 489.29 133.422 489.29 109.95C489.29 86.4778 470.262 67.45 446.79 67.45C423.318 67.45 404.29 86.4778 404.29 109.95C404.29 133.422 423.318 152.45 446.79 152.45Z' fill='%23079A7C'/%3E%3Cpath d='M446.14 153.42C469.612 153.42 488.64 134.392 488.64 110.92C488.64 87.4479 469.612 68.42 446.14 68.42C422.668 68.42 403.64 87.4479 403.64 110.92C403.64 134.392 422.668 153.42 446.14 153.42Z' fill='%23079B7D'/%3E%3Cpath d='M445.49 154.38C468.962 154.38 487.99 135.352 487.99 111.88C487.99 88.4079 468.962 69.38 445.49 69.38C422.018 69.38 402.99 88.4079 402.99 111.88C402.99 135.352 422.018 154.38 445.49 154.38Z' fill='%23079B7E'/%3E%3Cpath d='M444.83 155.35C468.302 155.35 487.33 136.322 487.33 112.85C487.33 89.3779 468.302 70.35 444.83 70.35C421.358 70.35 402.33 89.3779 402.33 112.85C402.33 136.322 421.358 155.35 444.83 155.35Z' fill='%23079B7F'/%3E%3Cpath d='M444.18 156.31C467.652 156.31 486.68 137.282 486.68 113.81C486.68 90.338 467.652 71.3101 444.18 71.3101C420.708 71.3101 401.68 90.338 401.68 113.81C401.68 137.282 420.708 156.31 444.18 156.31Z' fill='%23079B80'/%3E%3Cpath d='M443.52 157.27C466.992 157.27 486.02 138.242 486.02 114.77C486.02 91.2979 466.992 72.27 443.52 72.27C420.048 72.27 401.02 91.2979 401.02 114.77C401.02 138.242 420.048 157.27 443.52 157.27Z' fill='%23079C81'/%3E%3Cpath d='M442.85 158.23C466.322 158.23 485.35 139.202 485.35 115.73C485.35 92.2579 466.322 73.23 442.85 73.23C419.378 73.23 400.35 92.2579 400.35 115.73C400.35 139.202 419.378 158.23 442.85 158.23Z' fill='%23079C82'/%3E%3Cpath d='M442.19 159.19C465.662 159.19 484.69 140.162 484.69 116.69C484.69 93.2178 465.662 74.1899 442.19 74.1899C418.718 74.1899 399.69 93.2178 399.69 116.69C399.69 140.162 418.718 159.19 442.19 159.19Z' fill='%23079C83'/%3E%3Cpath d='M441.52 160.15C464.992 160.15 484.02 141.122 484.02 117.65C484.02 94.1779 464.992 75.15 441.52 75.15C418.048 75.15 399.02 94.1779 399.02 117.65C399.02 141.122 418.048 160.15 441.52 160.15Z' fill='%23079C84'/%3E%3Cpath d='M440.84 161.1C464.312 161.1 483.34 142.072 483.34 118.6C483.34 95.1279 464.312 76.1 440.84 76.1C417.368 76.1 398.34 95.1279 398.34 118.6C398.34 142.072 417.368 161.1 440.84 161.1Z' fill='%23079D85'/%3E%3Cpath d='M440.16 162.06C463.632 162.06 482.66 143.032 482.66 119.56C482.66 96.088 463.632 77.0601 440.16 77.0601C416.688 77.0601 397.66 96.088 397.66 119.56C397.66 143.032 416.688 162.06 440.16 162.06Z' fill='%23079D86'/%3E%3Cpath d='M439.48 163.01C462.952 163.01 481.98 143.982 481.98 120.51C481.98 97.0379 462.952 78.01 439.48 78.01C416.008 78.01 396.98 97.0379 396.98 120.51C396.98 143.982 416.008 163.01 439.48 163.01Z' fill='%23079D87'/%3E%3Cpath d='M438.8 163.96C462.272 163.96 481.3 144.932 481.3 121.46C481.3 97.9879 462.272 78.96 438.8 78.96C415.328 78.96 396.3 97.9879 396.3 121.46C396.3 144.932 415.328 163.96 438.8 163.96Z' fill='%23079E88'/%3E%3Cpath d='M438.11 164.91C461.582 164.91 480.61 145.882 480.61 122.41C480.61 98.9379 461.582 79.91 438.11 79.91C414.638 79.91 395.61 98.9379 395.61 122.41C395.61 145.882 414.638 164.91 438.11 164.91Z' fill='%23079E89'/%3E%3Cpath d='M437.42 165.86C460.892 165.86 479.92 146.832 479.92 123.36C479.92 99.8879 460.892 80.86 437.42 80.86C413.948 80.86 394.92 99.8879 394.92 123.36C394.92 146.832 413.948 165.86 437.42 165.86Z' fill='%23079E8A'/%3E%3Cpath d='M436.73 166.81C460.202 166.81 479.23 147.782 479.23 124.31C479.23 100.838 460.202 81.8101 436.73 81.8101C413.258 81.8101 394.23 100.838 394.23 124.31C394.23 147.782 413.258 166.81 436.73 166.81Z' fill='%23079E8B'/%3E%3Cpath d='M436.03 167.75C459.502 167.75 478.53 148.722 478.53 125.25C478.53 101.778 459.502 82.75 436.03 82.75C412.558 82.75 393.53 101.778 393.53 125.25C393.53 148.722 412.558 167.75 436.03 167.75Z' fill='%23079F8C'/%3E%3Cpath d='M435.33 168.69C458.802 168.69 477.83 149.662 477.83 126.19C477.83 102.718 458.802 83.6899 435.33 83.6899C411.858 83.6899 392.83 102.718 392.83 126.19C392.83 149.662 411.858 168.69 435.33 168.69Z' fill='%23079F8D'/%3E%3Cpath d='M434.62 169.64C458.092 169.64 477.12 150.612 477.12 127.14C477.12 103.668 458.092 84.64 434.62 84.64C411.148 84.64 392.12 103.668 392.12 127.14C392.12 150.612 411.148 169.64 434.62 169.64Z' fill='%23079F8E'/%3E%3Cpath d='M433.91 170.58C457.382 170.58 476.41 151.552 476.41 128.08C476.41 104.608 457.382 85.58 433.91 85.58C410.438 85.58 391.41 104.608 391.41 128.08C391.41 151.552 410.438 170.58 433.91 170.58Z' fill='%2308A08F'/%3E%3Cpath d='M433.2 171.52C456.672 171.52 475.7 152.492 475.7 129.02C475.7 105.548 456.672 86.52 433.2 86.52C409.728 86.52 390.7 105.548 390.7 129.02C390.7 152.492 409.728 171.52 433.2 171.52Z' fill='%2308A090'/%3E%3Cpath d='M432.49 172.45C455.962 172.45 474.99 153.422 474.99 129.95C474.99 106.478 455.962 87.45 432.49 87.45C409.018 87.45 389.99 106.478 389.99 129.95C389.99 153.422 409.018 172.45 432.49 172.45Z' fill='%2308A091'/%3E%3Cpath d='M431.77 173.39C455.242 173.39 474.27 154.362 474.27 130.89C474.27 107.418 455.242 88.39 431.77 88.39C408.298 88.39 389.27 107.418 389.27 130.89C389.27 154.362 408.298 173.39 431.77 173.39Z' fill='%2308A092'/%3E%3Cpath d='M431.05 174.32C454.522 174.32 473.55 155.292 473.55 131.82C473.55 108.348 454.522 89.3199 431.05 89.3199C407.578 89.3199 388.55 108.348 388.55 131.82C388.55 155.292 407.578 174.32 431.05 174.32Z' fill='%2308A193'/%3E%3Cpath d='M430.33 175.26C453.802 175.26 472.83 156.232 472.83 132.76C472.83 109.288 453.802 90.26 430.33 90.26C406.858 90.26 387.83 109.288 387.83 132.76C387.83 156.232 406.858 175.26 430.33 175.26Z' fill='%2308A194'/%3E%3Cpath d='M429.6 176.19C453.072 176.19 472.1 157.162 472.1 133.69C472.1 110.218 453.072 91.1899 429.6 91.1899C406.128 91.1899 387.1 110.218 387.1 133.69C387.1 157.162 406.128 176.19 429.6 176.19Z' fill='%2308A195'/%3E%3Cpath d='M428.87 177.12C452.342 177.12 471.37 158.092 471.37 134.62C471.37 111.148 452.342 92.12 428.87 92.12C405.398 92.12 386.37 111.148 386.37 134.62C386.37 158.092 405.398 177.12 428.87 177.12Z' fill='%2308A296'/%3E%3Cpath d='M428.13 178.04C451.602 178.04 470.63 159.012 470.63 135.54C470.63 112.068 451.602 93.04 428.13 93.04C404.658 93.04 385.63 112.068 385.63 135.54C385.63 159.012 404.658 178.04 428.13 178.04Z' fill='%2308A297'/%3E%3Cpath d='M427.39 178.97C450.862 178.97 469.89 159.942 469.89 136.47C469.89 112.998 450.862 93.97 427.39 93.97C403.918 93.97 384.89 112.998 384.89 136.47C384.89 159.942 403.918 178.97 427.39 178.97Z' fill='%2308A298'/%3E%3Cpath d='M426.65 179.89C450.122 179.89 469.15 160.862 469.15 137.39C469.15 113.918 450.122 94.89 426.65 94.89C403.178 94.89 384.15 113.918 384.15 137.39C384.15 160.862 403.178 179.89 426.65 179.89Z' fill='%2308A299'/%3E%3Cpath d='M425.91 180.81C449.382 180.81 468.41 161.782 468.41 138.31C468.41 114.838 449.382 95.8101 425.91 95.8101C402.438 95.8101 383.41 114.838 383.41 138.31C383.41 161.782 402.438 180.81 425.91 180.81Z' fill='%2308A39A'/%3E%3Cpath d='M421.52 186.13C444.992 186.13 464.02 167.102 464.02 143.63C464.02 120.158 444.992 101.13 421.52 101.13C398.048 101.13 379.02 120.158 379.02 143.63C379.02 167.102 398.048 186.13 421.52 186.13Z' fill='%2308A39B'/%3E%3Cpath d='M424.01 183.13C447.482 183.13 466.51 164.102 466.51 140.63C466.51 117.158 447.482 98.13 424.01 98.13C400.538 98.13 381.51 117.158 381.51 140.63C381.51 164.102 400.538 183.13 424.01 183.13Z' fill='%2308A29C'/%3E%3Cpath d='M422.86 184.53C446.332 184.53 465.36 165.502 465.36 142.03C465.36 118.558 446.332 99.53 422.86 99.53C399.388 99.53 380.36 118.558 380.36 142.03C380.36 165.502 399.388 184.53 422.86 184.53Z' fill='%2309A19D'/%3E%3Cpath d='M421.7 185.92C445.172 185.92 464.2 166.892 464.2 143.42C464.2 119.948 445.172 100.92 421.7 100.92C398.228 100.92 379.2 119.948 379.2 143.42C379.2 166.892 398.228 185.92 421.7 185.92Z' fill='%2309A09E'/%3E%3Cpath d='M420.53 187.3C444.002 187.3 463.03 168.272 463.03 144.8C463.03 121.328 444.002 102.3 420.53 102.3C397.058 102.3 378.03 121.328 378.03 144.8C378.03 168.272 397.058 187.3 420.53 187.3Z' fill='%230A9F9F'/%3E%3Cpath d='M419.35 188.68C442.822 188.68 461.85 169.652 461.85 146.18C461.85 122.708 442.822 103.68 419.35 103.68C395.878 103.68 376.85 122.708 376.85 146.18C376.85 169.652 395.878 188.68 419.35 188.68Z' fill='%230A9E9F'/%3E%3Cpath d='M418.16 190.06C441.632 190.06 460.66 171.032 460.66 147.56C460.66 124.088 441.632 105.06 418.16 105.06C394.688 105.06 375.66 124.088 375.66 147.56C375.66 171.032 394.688 190.06 418.16 190.06Z' fill='%230A9DA0'/%3E%3Cpath d='M416.97 191.43C440.442 191.43 459.47 172.402 459.47 148.93C459.47 125.458 440.442 106.43 416.97 106.43C393.498 106.43 374.47 125.458 374.47 148.93C374.47 172.402 393.498 191.43 416.97 191.43Z' fill='%230B9CA1'/%3E%3Cpath d='M415.77 192.8C439.242 192.8 458.27 173.772 458.27 150.3C458.27 126.828 439.242 107.8 415.77 107.8C392.298 107.8 373.27 126.828 373.27 150.3C373.27 173.772 392.298 192.8 415.77 192.8Z' fill='%230B9BA2'/%3E%3Cpath d='M414.56 194.16C438.032 194.16 457.06 175.132 457.06 151.66C457.06 128.188 438.032 109.16 414.56 109.16C391.088 109.16 372.06 128.188 372.06 151.66C372.06 175.132 391.088 194.16 414.56 194.16Z' fill='%230C9AA3'/%3E%3Cpath d='M413.35 195.51C436.822 195.51 455.85 176.482 455.85 153.01C455.85 129.538 436.822 110.51 413.35 110.51C389.878 110.51 370.85 129.538 370.85 153.01C370.85 176.482 389.878 195.51 413.35 195.51Z' fill='%230C99A4'/%3E%3Cpath d='M412.12 196.87C435.592 196.87 454.62 177.842 454.62 154.37C454.62 130.898 435.592 111.87 412.12 111.87C388.648 111.87 369.62 130.898 369.62 154.37C369.62 177.842 388.648 196.87 412.12 196.87Z' fill='%230D98A5'/%3E%3Cpath d='M410.89 198.21C434.362 198.21 453.39 179.182 453.39 155.71C453.39 132.238 434.362 113.21 410.89 113.21C387.418 113.21 368.39 132.238 368.39 155.71C368.39 179.182 387.418 198.21 410.89 198.21Z' fill='%230D97A6'/%3E%3Cpath d='M409.65 199.55C433.122 199.55 452.15 180.522 452.15 157.05C452.15 133.578 433.122 114.55 409.65 114.55C386.178 114.55 367.15 133.578 367.15 157.05C367.15 180.522 386.178 199.55 409.65 199.55Z' fill='%230D96A7'/%3E%3Cpath d='M408.41 200.89C431.882 200.89 450.91 181.862 450.91 158.39C450.91 134.918 431.882 115.89 408.41 115.89C384.938 115.89 365.91 134.918 365.91 158.39C365.91 181.862 384.938 200.89 408.41 200.89Z' fill='%230E95A8'/%3E%3Cpath d='M407.15 202.22C430.622 202.22 449.65 183.192 449.65 159.72C449.65 136.248 430.622 117.22 407.15 117.22C383.678 117.22 364.65 136.248 364.65 159.72C364.65 183.192 383.678 202.22 407.15 202.22Z' fill='%230E94A8'/%3E%3Cpath d='M405.89 203.54C429.362 203.54 448.39 184.512 448.39 161.04C448.39 137.568 429.362 118.54 405.89 118.54C382.418 118.54 363.39 137.568 363.39 161.04C363.39 184.512 382.418 203.54 405.89 203.54Z' fill='%230F93A9'/%3E%3Cpath d='M404.63 204.86C428.102 204.86 447.13 185.832 447.13 162.36C447.13 138.888 428.102 119.86 404.63 119.86C381.158 119.86 362.13 138.888 362.13 162.36C362.13 185.832 381.158 204.86 404.63 204.86Z' fill='%230F92AA'/%3E%3Cpath d='M403.35 206.17C426.822 206.17 445.85 187.142 445.85 163.67C445.85 140.198 426.822 121.17 403.35 121.17C379.878 121.17 360.85 140.198 360.85 163.67C360.85 187.142 379.878 206.17 403.35 206.17Z' fill='%230F91AB'/%3E%3Cpath d='M402.07 207.48C425.542 207.48 444.57 188.452 444.57 164.98C444.57 141.508 425.542 122.48 402.07 122.48C378.598 122.48 359.57 141.508 359.57 164.98C359.57 188.452 378.598 207.48 402.07 207.48Z' fill='%231090AC'/%3E%3Cpath d='M400.78 208.78C424.252 208.78 443.28 189.752 443.28 166.28C443.28 142.808 424.252 123.78 400.78 123.78C377.308 123.78 358.28 142.808 358.28 166.28C358.28 189.752 377.308 208.78 400.78 208.78Z' fill='%23108FAD'/%3E%3Cpath d='M399.48 210.08C422.952 210.08 441.98 191.052 441.98 167.58C441.98 144.108 422.952 125.08 399.48 125.08C376.008 125.08 356.98 144.108 356.98 167.58C356.98 191.052 376.008 210.08 399.48 210.08Z' fill='%23118EAE'/%3E%3Cpath d='M398.17 211.37C421.642 211.37 440.67 192.342 440.67 168.87C440.67 145.398 421.642 126.37 398.17 126.37C374.698 126.37 355.67 145.398 355.67 168.87C355.67 192.342 374.698 211.37 398.17 211.37Z' fill='%23118DAF'/%3E%3Cpath d='M396.86 212.65C420.332 212.65 439.36 193.622 439.36 170.15C439.36 146.678 420.332 127.65 396.86 127.65C373.388 127.65 354.36 146.678 354.36 170.15C354.36 193.622 373.388 212.65 396.86 212.65Z' fill='%23118CB0'/%3E%3Cpath d='M395.54 213.93C419.012 213.93 438.04 194.902 438.04 171.43C438.04 147.958 419.012 128.93 395.54 128.93C372.068 128.93 353.04 147.958 353.04 171.43C353.04 194.902 372.068 213.93 395.54 213.93Z' fill='%23128BB1'/%3E%3Cpath d='M394.21 215.2C417.682 215.2 436.71 196.172 436.71 172.7C436.71 149.228 417.682 130.2 394.21 130.2C370.738 130.2 351.71 149.228 351.71 172.7C351.71 196.172 370.738 215.2 394.21 215.2Z' fill='%23128AB1'/%3E%3Cpath d='M392.88 216.46C416.352 216.46 435.38 197.432 435.38 173.96C435.38 150.488 416.352 131.46 392.88 131.46C369.408 131.46 350.38 150.488 350.38 173.96C350.38 197.432 369.408 216.46 392.88 216.46Z' fill='%231389B2'/%3E%3Cpath d='M391.54 217.72C415.012 217.72 434.04 198.692 434.04 175.22C434.04 151.748 415.012 132.72 391.54 132.72C368.068 132.72 349.04 151.748 349.04 175.22C349.04 198.692 368.068 217.72 391.54 217.72Z' fill='%231388B3'/%3E%3Cpath d='M390.19 218.97C413.662 218.97 432.69 199.942 432.69 176.47C432.69 152.998 413.662 133.97 390.19 133.97C366.718 133.97 347.69 152.998 347.69 176.47C347.69 199.942 366.718 218.97 390.19 218.97Z' fill='%231487B4'/%3E%3Cpath d='M388.83 220.22C412.302 220.22 431.33 201.192 431.33 177.72C431.33 154.248 412.302 135.22 388.83 135.22C365.358 135.22 346.33 154.248 346.33 177.72C346.33 201.192 365.358 220.22 388.83 220.22Z' fill='%231486B5'/%3E%3Cpath d='M387.47 221.46C410.942 221.46 429.97 202.432 429.97 178.96C429.97 155.488 410.942 136.46 387.47 136.46C363.998 136.46 344.97 155.488 344.97 178.96C344.97 202.432 363.998 221.46 387.47 221.46Z' fill='%231485B6'/%3E%3Cpath d='M386.09 222.69C409.562 222.69 428.59 203.662 428.59 180.19C428.59 156.718 409.562 137.69 386.09 137.69C362.618 137.69 343.59 156.718 343.59 180.19C343.59 203.662 362.618 222.69 386.09 222.69Z' fill='%231584B7'/%3E%3Cpath d='M384.72 223.92C408.192 223.92 427.22 204.892 427.22 181.42C427.22 157.948 408.192 138.92 384.72 138.92C361.248 138.92 342.22 157.948 342.22 181.42C342.22 204.892 361.248 223.92 384.72 223.92Z' fill='%231583B8'/%3E%3Cpath d='M383.33 225.13C406.802 225.13 425.83 206.102 425.83 182.63C425.83 159.158 406.802 140.13 383.33 140.13C359.858 140.13 340.83 159.158 340.83 182.63C340.83 206.102 359.858 225.13 383.33 225.13Z' fill='%231682B9'/%3E%3Cpath d='M381.94 226.35C405.412 226.35 424.44 207.322 424.44 183.85C424.44 160.378 405.412 141.35 381.94 141.35C358.468 141.35 339.44 160.378 339.44 183.85C339.44 207.322 358.468 226.35 381.94 226.35Z' fill='%231682B9'/%3E%3Cpath d='M380.54 227.55C404.012 227.55 423.04 208.522 423.04 185.05C423.04 161.578 404.012 142.55 380.54 142.55C357.068 142.55 338.04 161.578 338.04 185.05C338.04 208.522 357.068 227.55 380.54 227.55Z' fill='%231681BA'/%3E%3Cpath d='M379.13 228.75C402.602 228.75 421.63 209.722 421.63 186.25C421.63 162.778 402.602 143.75 379.13 143.75C355.658 143.75 336.63 162.778 336.63 186.25C336.63 209.722 355.658 228.75 379.13 228.75Z' fill='%231780BB'/%3E%3Cpath d='M377.71 229.94C401.182 229.94 420.21 210.912 420.21 187.44C420.21 163.968 401.182 144.94 377.71 144.94C354.238 144.94 335.21 163.968 335.21 187.44C335.21 210.912 354.238 229.94 377.71 229.94Z' fill='%23177FBC'/%3E%3Cpath d='M376.29 231.12C399.762 231.12 418.79 212.092 418.79 188.62C418.79 165.148 399.762 146.12 376.29 146.12C352.818 146.12 333.79 165.148 333.79 188.62C333.79 212.092 352.818 231.12 376.29 231.12Z' fill='%23187EBD'/%3E%3Cpath d='M374.86 232.3C398.332 232.3 417.36 213.272 417.36 189.8C417.36 166.328 398.332 147.3 374.86 147.3C351.388 147.3 332.36 166.328 332.36 189.8C332.36 213.272 351.388 232.3 374.86 232.3Z' fill='%23187DBE'/%3E%3Cpath d='M373.43 233.47C396.902 233.47 415.93 214.442 415.93 190.97C415.93 167.498 396.902 148.47 373.43 148.47C349.958 148.47 330.93 167.498 330.93 190.97C330.93 214.442 349.958 233.47 373.43 233.47Z' fill='%23187CBF'/%3E%3Cpath d='M371.98 234.63C395.452 234.63 414.48 215.602 414.48 192.13C414.48 168.658 395.452 149.63 371.98 149.63C348.508 149.63 329.48 168.658 329.48 192.13C329.48 215.602 348.508 234.63 371.98 234.63Z' fill='%23197BC0'/%3E%3Cpath d='M370.53 235.78C394.002 235.78 413.03 216.752 413.03 193.28C413.03 169.808 394.002 150.78 370.53 150.78C347.058 150.78 328.03 169.808 328.03 193.28C328.03 216.752 347.058 235.78 370.53 235.78Z' fill='%23197AC1'/%3E%3Cpath d='M369.08 236.93C392.552 236.93 411.58 217.902 411.58 194.43C411.58 170.958 392.552 151.93 369.08 151.93C345.608 151.93 326.58 170.958 326.58 194.43C326.58 217.902 345.608 236.93 369.08 236.93Z' fill='%231A79C2'/%3E%3Cpath d='M367.61 238.07C391.082 238.07 410.11 219.042 410.11 195.57C410.11 172.098 391.082 153.07 367.61 153.07C344.138 153.07 325.11 172.098 325.11 195.57C325.11 219.042 344.138 238.07 367.61 238.07Z' fill='%231A78C2'/%3E%3Cpath d='M366.14 239.2C389.612 239.2 408.64 220.172 408.64 196.7C408.64 173.228 389.612 154.2 366.14 154.2C342.668 154.2 323.64 173.228 323.64 196.7C323.64 220.172 342.668 239.2 366.14 239.2Z' fill='%231B77C3'/%3E%3Cpath d='M364.66 240.32C388.132 240.32 407.16 221.292 407.16 197.82C407.16 174.348 388.132 155.32 364.66 155.32C341.188 155.32 322.16 174.348 322.16 197.82C322.16 221.292 341.188 240.32 364.66 240.32Z' fill='%231B76C4'/%3E%3Cpath d='M363.18 241.44C386.652 241.44 405.68 222.412 405.68 198.94C405.68 175.468 386.652 156.44 363.18 156.44C339.708 156.44 320.68 175.468 320.68 198.94C320.68 222.412 339.708 241.44 363.18 241.44Z' fill='%231B75C5'/%3E%3Cpath d='M361.68 242.54C385.152 242.54 404.18 223.512 404.18 200.04C404.18 176.568 385.152 157.54 361.68 157.54C338.208 157.54 319.18 176.568 319.18 200.04C319.18 223.512 338.208 242.54 361.68 242.54Z' fill='%231C74C6'/%3E%3Cpath d='M360.18 243.64C383.652 243.64 402.68 224.612 402.68 201.14C402.68 177.668 383.652 158.64 360.18 158.64C336.708 158.64 317.68 177.668 317.68 201.14C317.68 224.612 336.708 243.64 360.18 243.64Z' fill='%231C73C7'/%3E%3Cpath d='M358.68 244.73C382.152 244.73 401.18 225.702 401.18 202.23C401.18 178.758 382.152 159.73 358.68 159.73C335.208 159.73 316.18 178.758 316.18 202.23C316.18 225.702 335.208 244.73 358.68 244.73Z' fill='%231D72C8'/%3E%3Cpath d='M357.16 245.82C380.632 245.82 399.66 226.792 399.66 203.32C399.66 179.848 380.632 160.82 357.16 160.82C333.688 160.82 314.66 179.848 314.66 203.32C314.66 226.792 333.688 245.82 357.16 245.82Z' fill='%231D71C9'/%3E%3Cpath d='M355.64 246.89C379.112 246.89 398.14 227.862 398.14 204.39C398.14 180.918 379.112 161.89 355.64 161.89C332.168 161.89 313.14 180.918 313.14 204.39C313.14 227.862 332.168 246.89 355.64 246.89Z' fill='%231D70CA'/%3E%3Cpath d='M354.11 247.96C377.582 247.96 396.61 228.932 396.61 205.46C396.61 181.988 377.582 162.96 354.11 162.96C330.638 162.96 311.61 181.988 311.61 205.46C311.61 228.932 330.638 247.96 354.11 247.96Z' fill='%231E6FCB'/%3E%3Cpath d='M352.58 249.02C376.052 249.02 395.08 229.992 395.08 206.52C395.08 183.048 376.052 164.02 352.58 164.02C329.108 164.02 310.08 183.048 310.08 206.52C310.08 229.992 329.108 249.02 352.58 249.02Z' fill='%231E6ECB'/%3E%3Cpath d='M351.04 250.07C374.512 250.07 393.54 231.042 393.54 207.57C393.54 184.098 374.512 165.07 351.04 165.07C327.568 165.07 308.54 184.098 308.54 207.57C308.54 231.042 327.568 250.07 351.04 250.07Z' fill='%231F6DCC'/%3E%3Cpath d='M349.49 251.11C372.962 251.11 391.99 232.082 391.99 208.61C391.99 185.138 372.962 166.11 349.49 166.11C326.018 166.11 306.99 185.138 306.99 208.61C306.99 232.082 326.018 251.11 349.49 251.11Z' fill='%231F6CCD'/%3E%3Cpath d='M347.93 252.14C371.402 252.14 390.43 233.112 390.43 209.64C390.43 186.168 371.402 167.14 347.93 167.14C324.458 167.14 305.43 186.168 305.43 209.64C305.43 233.112 324.458 252.14 347.93 252.14Z' fill='%231F6BCE'/%3E%3Cpath d='M346.37 253.16C369.842 253.16 388.87 234.132 388.87 210.66C388.87 187.188 369.842 168.16 346.37 168.16C322.898 168.16 303.87 187.188 303.87 210.66C303.87 234.132 322.898 253.16 346.37 253.16Z' fill='%23206ACF'/%3E%3Cpath d='M344.8 254.18C368.272 254.18 387.3 235.152 387.3 211.68C387.3 188.208 368.272 169.18 344.8 169.18C321.328 169.18 302.3 188.208 302.3 211.68C302.3 235.152 321.328 254.18 344.8 254.18Z' fill='%232069D0'/%3E%3Cpath d='M343.23 255.18C366.702 255.18 385.73 236.152 385.73 212.68C385.73 189.208 366.702 170.18 343.23 170.18C319.758 170.18 300.73 189.208 300.73 212.68C300.73 236.152 319.758 255.18 343.23 255.18Z' fill='%232168D1'/%3E%3Cpath d='M341.64 256.18C365.112 256.18 384.14 237.152 384.14 213.68C384.14 190.208 365.112 171.18 341.64 171.18C318.168 171.18 299.14 190.208 299.14 213.68C299.14 237.152 318.168 256.18 341.64 256.18Z' fill='%232167D2'/%3E%3Cpath d='M340.05 257.17C363.522 257.17 382.55 238.142 382.55 214.67C382.55 191.198 363.522 172.17 340.05 172.17C316.578 172.17 297.55 191.198 297.55 214.67C297.55 238.142 316.578 257.17 340.05 257.17Z' fill='%232266D3'/%3E%3Cpath d='M338.46 258.15C361.932 258.15 380.96 239.122 380.96 215.65C380.96 192.178 361.932 173.15 338.46 173.15C314.988 173.15 295.96 192.178 295.96 215.65C295.96 239.122 314.988 258.15 338.46 258.15Z' fill='%232265D4'/%3E%3Cpath d='M336.85 259.12C360.322 259.12 379.35 240.092 379.35 216.62C379.35 193.148 360.322 174.12 336.85 174.12C313.378 174.12 294.35 193.148 294.35 216.62C294.35 240.092 313.378 259.12 336.85 259.12Z' fill='%232264D4'/%3E%3Cpath d='M335.24 260.08C358.712 260.08 377.74 241.052 377.74 217.58C377.74 194.108 358.712 175.08 335.24 175.08C311.768 175.08 292.74 194.108 292.74 217.58C292.74 241.052 311.768 260.08 335.24 260.08Z' fill='%232363D5'/%3E%3Cpath d='M333.63 261.03C357.102 261.03 376.13 242.002 376.13 218.53C376.13 195.058 357.102 176.03 333.63 176.03C310.158 176.03 291.13 195.058 291.13 218.53C291.13 242.002 310.158 261.03 333.63 261.03Z' fill='%232362D6'/%3E%3Cpath d='M332 261.97C355.472 261.97 374.5 242.942 374.5 219.47C374.5 195.998 355.472 176.97 332 176.97C308.528 176.97 289.5 195.998 289.5 219.47C289.5 242.942 308.528 261.97 332 261.97Z' fill='%232461D7'/%3E%3Cpath d='M326.51 265.06C349.982 265.06 369.01 246.032 369.01 222.56C369.01 199.088 349.982 180.06 326.51 180.06C303.038 180.06 284.01 199.088 284.01 222.56C284.01 246.032 303.038 265.06 326.51 265.06Z' fill='%232460D8'/%3E%3Cpath d='M328.13 264.16C351.602 264.16 370.63 245.132 370.63 221.66C370.63 198.188 351.602 179.16 328.13 179.16C304.658 179.16 285.63 198.188 285.63 221.66C285.63 245.132 304.658 264.16 328.13 264.16Z' fill='%232460D8'/%3E%3Cpath d='M325.87 265.41C349.342 265.41 368.37 246.382 368.37 222.91C368.37 199.438 349.342 180.41 325.87 180.41C302.398 180.41 283.37 199.438 283.37 222.91C283.37 246.382 302.398 265.41 325.87 265.41Z' fill='%232460D8'/%3E%3Cpath d='M323.6 266.63C347.072 266.63 366.1 247.602 366.1 224.13C366.1 200.658 347.072 181.63 323.6 181.63C300.128 181.63 281.1 200.658 281.1 224.13C281.1 247.602 300.128 266.63 323.6 266.63Z' fill='%232460D8'/%3E%3Cpath d='M321.31 267.84C344.782 267.84 363.81 248.812 363.81 225.34C363.81 201.868 344.782 182.84 321.31 182.84C297.838 182.84 278.81 201.868 278.81 225.34C278.81 248.812 297.838 267.84 321.31 267.84Z' fill='%232460D8'/%3E%3Cpath d='M319.02 269.03C342.492 269.03 361.52 250.002 361.52 226.53C361.52 203.058 342.492 184.03 319.02 184.03C295.548 184.03 276.52 203.058 276.52 226.53C276.52 250.002 295.548 269.03 319.02 269.03Z' fill='%232460D8'/%3E%3Cpath d='M316.71 270.2C340.182 270.2 359.21 251.172 359.21 227.7C359.21 204.228 340.182 185.2 316.71 185.2C293.238 185.2 274.21 204.228 274.21 227.7C274.21 251.172 293.238 270.2 316.71 270.2Z' fill='%232460D8'/%3E%3Cpath d='M314.39 271.35C337.862 271.35 356.89 252.322 356.89 228.85C356.89 205.378 337.862 186.35 314.39 186.35C290.918 186.35 271.89 205.378 271.89 228.85C271.89 252.322 290.918 271.35 314.39 271.35Z' fill='%232460D8'/%3E%3Cpath d='M312.05 272.48C335.522 272.48 354.55 253.452 354.55 229.98C354.55 206.508 335.522 187.48 312.05 187.48C288.578 187.48 269.55 206.508 269.55 229.98C269.55 253.452 288.578 272.48 312.05 272.48Z' fill='%232460D8'/%3E%3Cpath d='M309.71 273.59C333.182 273.59 352.21 254.562 352.21 231.09C352.21 207.618 333.182 188.59 309.71 188.59C286.238 188.59 267.21 207.618 267.21 231.09C267.21 254.562 286.238 273.59 309.71 273.59Z' fill='%232460D8'/%3E%3Cpath d='M307.35 274.68C330.822 274.68 349.85 255.652 349.85 232.18C349.85 208.708 330.822 189.68 307.35 189.68C283.878 189.68 264.85 208.708 264.85 232.18C264.85 255.652 283.878 274.68 307.35 274.68Z' fill='%232460D8'/%3E%3Cpath d='M304.98 275.76C328.452 275.76 347.48 256.732 347.48 233.26C347.48 209.788 328.452 190.76 304.98 190.76C281.508 190.76 262.48 209.788 262.48 233.26C262.48 256.732 281.508 275.76 304.98 275.76Z' fill='%232460D8'/%3E%3Cpath d='M302.6 276.81C326.072 276.81 345.1 257.782 345.1 234.31C345.1 210.838 326.072 191.81 302.6 191.81C279.128 191.81 260.1 210.838 260.1 234.31C260.1 257.782 279.128 276.81 302.6 276.81Z' fill='%232460D8'/%3E%3Cpath d='M300.2 277.84C323.672 277.84 342.7 258.812 342.7 235.34C342.7 211.868 323.672 192.84 300.2 192.84C276.728 192.84 257.7 211.868 257.7 235.34C257.7 258.812 276.728 277.84 300.2 277.84Z' fill='%232460D8'/%3E%3Cpath d='M297.8 278.85C321.272 278.85 340.3 259.822 340.3 236.35C340.3 212.878 321.272 193.85 297.8 193.85C274.328 193.85 255.3 212.878 255.3 236.35C255.3 259.822 274.328 278.85 297.8 278.85Z' fill='%232460D8'/%3E%3Cpath d='M295.38 279.84C318.852 279.84 337.88 260.812 337.88 237.34C337.88 213.868 318.852 194.84 295.38 194.84C271.908 194.84 252.88 213.868 252.88 237.34C252.88 260.812 271.908 279.84 295.38 279.84Z' fill='%232460D8'/%3E%3Cpath d='M292.95 280.81C316.422 280.81 335.45 261.782 335.45 238.31C335.45 214.838 316.422 195.81 292.95 195.81C269.478 195.81 250.45 214.838 250.45 238.31C250.45 261.782 269.478 280.81 292.95 280.81Z' fill='%232460D8'/%3E%3Cpath d='M290.5 281.76C313.972 281.76 333 262.732 333 239.26C333 215.788 313.972 196.76 290.5 196.76C267.028 196.76 248 215.788 248 239.26C248 262.732 267.028 281.76 290.5 281.76Z' fill='%232460D8'/%3E%3Cpath d='M288.05 282.69C311.522 282.69 330.55 263.662 330.55 240.19C330.55 216.718 311.522 197.69 288.05 197.69C264.578 197.69 245.55 216.718 245.55 240.19C245.55 263.662 264.578 282.69 288.05 282.69Z' fill='%232460D8'/%3E%3Cpath d='M285.58 283.59C309.052 283.59 328.08 264.562 328.08 241.09C328.08 217.618 309.052 198.59 285.58 198.59C262.108 198.59 243.08 217.618 243.08 241.09C243.08 264.562 262.108 283.59 285.58 283.59Z' fill='%232460D8'/%3E%3Cpath d='M283.1 284.48C306.572 284.48 325.6 265.452 325.6 241.98C325.6 218.508 306.572 199.48 283.1 199.48C259.628 199.48 240.6 218.508 240.6 241.98C240.6 265.452 259.628 284.48 283.1 284.48Z' fill='%232460D8'/%3E%3Cpath d='M280.61 285.34C304.082 285.34 323.11 266.312 323.11 242.84C323.11 219.368 304.082 200.34 280.61 200.34C257.138 200.34 238.11 219.368 238.11 242.84C238.11 266.312 257.138 285.34 280.61 285.34Z' fill='%232460D8'/%3E%3Cpath d='M278.11 286.18C301.582 286.18 320.61 267.152 320.61 243.68C320.61 220.208 301.582 201.18 278.11 201.18C254.638 201.18 235.61 220.208 235.61 243.68C235.61 267.152 254.638 286.18 278.11 286.18Z' fill='%232460D8'/%3E%3Cpath d='M275.59 287C299.062 287 318.09 267.972 318.09 244.5C318.09 221.028 299.062 202 275.59 202C252.118 202 233.09 221.028 233.09 244.5C233.09 267.972 252.118 287 275.59 287Z' fill='%232460D8'/%3E%3Cpath d='M273.06 287.79C296.532 287.79 315.56 268.762 315.56 245.29C315.56 221.818 296.532 202.79 273.06 202.79C249.588 202.79 230.56 221.818 230.56 245.29C230.56 268.762 249.588 287.79 273.06 287.79Z' fill='%232460D8'/%3E%3Cpath d='M270.53 288.56C294.002 288.56 313.03 269.532 313.03 246.06C313.03 222.588 294.002 203.56 270.53 203.56C247.058 203.56 228.03 222.588 228.03 246.06C228.03 269.532 247.058 288.56 270.53 288.56Z' fill='%232460D8'/%3E%3Cpath d='M267.97 289.31C291.442 289.31 310.47 270.282 310.47 246.81C310.47 223.338 291.442 204.31 267.97 204.31C244.498 204.31 225.47 223.338 225.47 246.81C225.47 270.282 244.498 289.31 267.97 289.31Z' fill='%232460D8'/%3E%3Cpath d='M265.41 290.04C288.882 290.04 307.91 271.012 307.91 247.54C307.91 224.068 288.882 205.04 265.41 205.04C241.938 205.04 222.91 224.068 222.91 247.54C222.91 271.012 241.938 290.04 265.41 290.04Z' fill='%232460D8'/%3E%3Cpath d='M262.84 290.74C286.312 290.74 305.34 271.712 305.34 248.24C305.34 224.768 286.312 205.74 262.84 205.74C239.368 205.74 220.34 224.768 220.34 248.24C220.34 271.712 239.368 290.74 262.84 290.74Z' fill='%232460D8'/%3E%3Cpath d='M260.25 291.42C283.722 291.42 302.75 272.392 302.75 248.92C302.75 225.448 283.722 206.42 260.25 206.42C236.778 206.42 217.75 225.448 217.75 248.92C217.75 272.392 236.778 291.42 260.25 291.42Z' fill='%232460D8'/%3E%3Cpath d='M257.66 292.08C281.132 292.08 300.16 273.052 300.16 249.58C300.16 226.108 281.132 207.08 257.66 207.08C234.188 207.08 215.16 226.108 215.16 249.58C215.16 273.052 234.188 292.08 257.66 292.08Z' fill='%232460D8'/%3E%3Cpath d='M255.05 292.71C278.522 292.71 297.55 273.682 297.55 250.21C297.55 226.738 278.522 207.71 255.05 207.71C231.578 207.71 212.55 226.738 212.55 250.21C212.55 273.682 231.578 292.71 255.05 292.71Z' fill='%232460D8'/%3E%3Cpath d='M252.43 293.32C275.902 293.32 294.93 274.292 294.93 250.82C294.93 227.348 275.902 208.32 252.43 208.32C228.958 208.32 209.93 227.348 209.93 250.82C209.93 274.292 228.958 293.32 252.43 293.32Z' fill='%232460D8'/%3E%3Cpath d='M249.8 293.9C273.272 293.9 292.3 274.872 292.3 251.4C292.3 227.928 273.272 208.9 249.8 208.9C226.328 208.9 207.3 227.928 207.3 251.4C207.3 274.872 226.328 293.9 249.8 293.9Z' fill='%232460D8'/%3E%3Cpath d='M247.15 294.46C270.622 294.46 289.65 275.432 289.65 251.96C289.65 228.488 270.622 209.46 247.15 209.46C223.678 209.46 204.65 228.488 204.65 251.96C204.65 275.432 223.678 294.46 247.15 294.46Z' fill='%232460D8'/%3E%3Cpath d='M244.5 295C267.972 295 287 275.972 287 252.5C287 229.028 267.972 210 244.5 210C221.028 210 202 229.028 202 252.5C202 275.972 221.028 295 244.5 295Z' fill='%232460D8'/%3E%3Cpath d='M243.72 295.15C267.192 295.15 286.22 276.122 286.22 252.65C286.22 229.178 267.192 210.15 243.72 210.15C220.248 210.15 201.22 229.178 201.22 252.65C201.22 276.122 220.248 295.15 243.72 295.15Z' fill='%232560D8'/%3E%3Cpath d='M242.95 295.31C266.422 295.31 285.45 276.282 285.45 252.81C285.45 229.338 266.422 210.31 242.95 210.31C219.478 210.31 200.45 229.338 200.45 252.81C200.45 276.282 219.478 295.31 242.95 295.31Z' fill='%23265FD8'/%3E%3Cpath d='M242.17 295.46C265.642 295.46 284.67 276.432 284.67 252.96C284.67 229.488 265.642 210.46 242.17 210.46C218.698 210.46 199.67 229.488 199.67 252.96C199.67 276.432 218.698 295.46 242.17 295.46Z' fill='%23275FD9'/%3E%3Cpath d='M241.4 295.61C264.872 295.61 283.9 276.582 283.9 253.11C283.9 229.638 264.872 210.61 241.4 210.61C217.928 210.61 198.9 229.638 198.9 253.11C198.9 276.582 217.928 295.61 241.4 295.61Z' fill='%23285FD9'/%3E%3Cpath d='M240.63 295.76C264.102 295.76 283.13 276.732 283.13 253.26C283.13 229.788 264.102 210.76 240.63 210.76C217.158 210.76 198.13 229.788 198.13 253.26C198.13 276.732 217.158 295.76 240.63 295.76Z' fill='%23295FD9'/%3E%3Cpath d='M239.86 295.91C263.332 295.91 282.36 276.882 282.36 253.41C282.36 229.938 263.332 210.91 239.86 210.91C216.388 210.91 197.36 229.938 197.36 253.41C197.36 276.882 216.388 295.91 239.86 295.91Z' fill='%232A5ED9'/%3E%3Cpath d='M239.1 296.06C262.572 296.06 281.6 277.032 281.6 253.56C281.6 230.088 262.572 211.06 239.1 211.06C215.628 211.06 196.6 230.088 196.6 253.56C196.6 277.032 215.628 296.06 239.1 296.06Z' fill='%232B5ED9'/%3E%3Cpath d='M238.33 296.21C261.802 296.21 280.83 277.182 280.83 253.71C280.83 230.238 261.802 211.21 238.33 211.21C214.858 211.21 195.83 230.238 195.83 253.71C195.83 277.182 214.858 296.21 238.33 296.21Z' fill='%232C5ED9'/%3E%3Cpath d='M237.57 296.36C261.042 296.36 280.07 277.332 280.07 253.86C280.07 230.388 261.042 211.36 237.57 211.36C214.098 211.36 195.07 230.388 195.07 253.86C195.07 277.332 214.098 296.36 237.57 296.36Z' fill='%232D5EDA'/%3E%3Cpath d='M236.81 296.51C260.282 296.51 279.31 277.482 279.31 254.01C279.31 230.538 260.282 211.51 236.81 211.51C213.338 211.51 194.31 230.538 194.31 254.01C194.31 277.482 213.338 296.51 236.81 296.51Z' fill='%232E5DDA'/%3E%3Cpath d='M236.05 296.66C259.522 296.66 278.55 277.632 278.55 254.16C278.55 230.688 259.522 211.66 236.05 211.66C212.578 211.66 193.55 230.688 193.55 254.16C193.55 277.632 212.578 296.66 236.05 296.66Z' fill='%232F5DDA'/%3E%3Cpath d='M235.29 296.81C258.762 296.81 277.79 277.782 277.79 254.31C277.79 230.838 258.762 211.81 235.29 211.81C211.818 211.81 192.79 230.838 192.79 254.31C192.79 277.782 211.818 296.81 235.29 296.81Z' fill='%23305DDA'/%3E%3Cpath d='M234.54 296.96C258.012 296.96 277.04 277.932 277.04 254.46C277.04 230.988 258.012 211.96 234.54 211.96C211.068 211.96 192.04 230.988 192.04 254.46C192.04 277.932 211.068 296.96 234.54 296.96Z' fill='%23315DDA'/%3E%3Cpath d='M233.79 297.11C257.262 297.11 276.29 278.082 276.29 254.61C276.29 231.138 257.262 212.11 233.79 212.11C210.318 212.11 191.29 231.138 191.29 254.61C191.29 278.082 210.318 297.11 233.79 297.11Z' fill='%23325CDB'/%3E%3Cpath d='M233.03 297.26C256.502 297.26 275.53 278.232 275.53 254.76C275.53 231.288 256.502 212.26 233.03 212.26C209.558 212.26 190.53 231.288 190.53 254.76C190.53 278.232 209.558 297.26 233.03 297.26Z' fill='%23335CDB'/%3E%3Cpath d='M232.28 297.41C255.752 297.41 274.78 278.382 274.78 254.91C274.78 231.438 255.752 212.41 232.28 212.41C208.808 212.41 189.78 231.438 189.78 254.91C189.78 278.382 208.808 297.41 232.28 297.41Z' fill='%23345CDB'/%3E%3Cpath d='M231.53 297.56C255.002 297.56 274.03 278.532 274.03 255.06C274.03 231.588 255.002 212.56 231.53 212.56C208.058 212.56 189.03 231.588 189.03 255.06C189.03 278.532 208.058 297.56 231.53 297.56Z' fill='%23355BDB'/%3E%3Cpath d='M230.79 297.71C254.262 297.71 273.29 278.682 273.29 255.21C273.29 231.738 254.262 212.71 230.79 212.71C207.318 212.71 188.29 231.738 188.29 255.21C188.29 278.682 207.318 297.71 230.79 297.71Z' fill='%23365BDB'/%3E%3Cpath d='M230.04 297.86C253.512 297.86 272.54 278.832 272.54 255.36C272.54 231.888 253.512 212.86 230.04 212.86C206.568 212.86 187.54 231.888 187.54 255.36C187.54 278.832 206.568 297.86 230.04 297.86Z' fill='%23375BDC'/%3E%3Cpath d='M229.3 298.01C252.772 298.01 271.8 278.982 271.8 255.51C271.8 232.038 252.772 213.01 229.3 213.01C205.828 213.01 186.8 232.038 186.8 255.51C186.8 278.982 205.828 298.01 229.3 298.01Z' fill='%23385BDC'/%3E%3Cpath d='M228.56 298.15C252.032 298.15 271.06 279.122 271.06 255.65C271.06 232.178 252.032 213.15 228.56 213.15C205.088 213.15 186.06 232.178 186.06 255.65C186.06 279.122 205.088 298.15 228.56 298.15Z' fill='%23395ADC'/%3E%3Cpath d='M227.82 298.3C251.292 298.3 270.32 279.272 270.32 255.8C270.32 232.328 251.292 213.3 227.82 213.3C204.348 213.3 185.32 232.328 185.32 255.8C185.32 279.272 204.348 298.3 227.82 298.3Z' fill='%233A5ADC'/%3E%3Cpath d='M227.08 298.45C250.552 298.45 269.58 279.422 269.58 255.95C269.58 232.478 250.552 213.45 227.08 213.45C203.608 213.45 184.58 232.478 184.58 255.95C184.58 279.422 203.608 298.45 227.08 298.45Z' fill='%233B5ADC'/%3E%3Cpath d='M226.34 298.6C249.812 298.6 268.84 279.572 268.84 256.1C268.84 232.628 249.812 213.6 226.34 213.6C202.868 213.6 183.84 232.628 183.84 256.1C183.84 279.572 202.868 298.6 226.34 298.6Z' fill='%233C5ADC'/%3E%3Cpath d='M225.61 298.75C249.082 298.75 268.11 279.722 268.11 256.25C268.11 232.778 249.082 213.75 225.61 213.75C202.138 213.75 183.11 232.778 183.11 256.25C183.11 279.722 202.138 298.75 225.61 298.75Z' fill='%233D59DD'/%3E%3Cpath d='M224.88 298.89C248.352 298.89 267.38 279.862 267.38 256.39C267.38 232.918 248.352 213.89 224.88 213.89C201.408 213.89 182.38 232.918 182.38 256.39C182.38 279.862 201.408 298.89 224.88 298.89Z' fill='%233E59DD'/%3E%3Cpath d='M224.15 299.04C247.622 299.04 266.65 280.012 266.65 256.54C266.65 233.068 247.622 214.04 224.15 214.04C200.678 214.04 181.65 233.068 181.65 256.54C181.65 280.012 200.678 299.04 224.15 299.04Z' fill='%233F59DD'/%3E%3Cpath d='M223.42 299.19C246.892 299.19 265.92 280.162 265.92 256.69C265.92 233.218 246.892 214.19 223.42 214.19C199.948 214.19 180.92 233.218 180.92 256.69C180.92 280.162 199.948 299.19 223.42 299.19Z' fill='%234058DD'/%3E%3Cpath d='M222.69 299.34C246.162 299.34 265.19 280.312 265.19 256.84C265.19 233.368 246.162 214.34 222.69 214.34C199.218 214.34 180.19 233.368 180.19 256.84C180.19 280.312 199.218 299.34 222.69 299.34Z' fill='%234158DD'/%3E%3Cpath d='M221.96 299.48C245.432 299.48 264.46 280.452 264.46 256.98C264.46 233.508 245.432 214.48 221.96 214.48C198.488 214.48 179.46 233.508 179.46 256.98C179.46 280.452 198.488 299.48 221.96 299.48Z' fill='%234258DE'/%3E%3Cpath d='M221.24 299.63C244.712 299.63 263.74 280.602 263.74 257.13C263.74 233.658 244.712 214.63 221.24 214.63C197.768 214.63 178.74 233.658 178.74 257.13C178.74 280.602 197.768 299.63 221.24 299.63Z' fill='%234358DE'/%3E%3Cpath d='M220.52 299.78C243.992 299.78 263.02 280.752 263.02 257.28C263.02 233.808 243.992 214.78 220.52 214.78C197.048 214.78 178.02 233.808 178.02 257.28C178.02 280.752 197.048 299.78 220.52 299.78Z' fill='%234457DE'/%3E%3Cpath d='M219.8 299.93C243.272 299.93 262.3 280.902 262.3 257.43C262.3 233.958 243.272 214.93 219.8 214.93C196.328 214.93 177.3 233.958 177.3 257.43C177.3 280.902 196.328 299.93 219.8 299.93Z' fill='%234557DE'/%3E%3Cpath d='M219.08 300.07C242.552 300.07 261.58 281.042 261.58 257.57C261.58 234.098 242.552 215.07 219.08 215.07C195.608 215.07 176.58 234.098 176.58 257.57C176.58 281.042 195.608 300.07 219.08 300.07Z' fill='%234657DE'/%3E%3Cpath d='M218.36 300.22C241.832 300.22 260.86 281.192 260.86 257.72C260.86 234.248 241.832 215.22 218.36 215.22C194.888 215.22 175.86 234.248 175.86 257.72C175.86 281.192 194.888 300.22 218.36 300.22Z' fill='%234757DF'/%3E%3Cpath d='M217.64 300.37C241.112 300.37 260.14 281.342 260.14 257.87C260.14 234.398 241.112 215.37 217.64 215.37C194.168 215.37 175.14 234.398 175.14 257.87C175.14 281.342 194.168 300.37 217.64 300.37Z' fill='%234856DF'/%3E%3Cpath d='M216.93 300.52C240.402 300.52 259.43 281.492 259.43 258.02C259.43 234.548 240.402 215.52 216.93 215.52C193.458 215.52 174.43 234.548 174.43 258.02C174.43 281.492 193.458 300.52 216.93 300.52Z' fill='%234956DF'/%3E%3Cpath d='M216.22 300.66C239.692 300.66 258.72 281.632 258.72 258.16C258.72 234.688 239.692 215.66 216.22 215.66C192.748 215.66 173.72 234.688 173.72 258.16C173.72 281.632 192.748 300.66 216.22 300.66Z' fill='%234A56DF'/%3E%3Cpath d='M215.51 300.81C238.982 300.81 258.01 281.782 258.01 258.31C258.01 234.838 238.982 215.81 215.51 215.81C192.038 215.81 173.01 234.838 173.01 258.31C173.01 281.782 192.038 300.81 215.51 300.81Z' fill='%234B56DF'/%3E%3Cpath d='M214.8 300.96C238.272 300.96 257.3 281.932 257.3 258.46C257.3 234.988 238.272 215.96 214.8 215.96C191.328 215.96 172.3 234.988 172.3 258.46C172.3 281.932 191.328 300.96 214.8 300.96Z' fill='%234C55DF'/%3E%3Cpath d='M214.09 301.11C237.562 301.11 256.59 282.082 256.59 258.61C256.59 235.138 237.562 216.11 214.09 216.11C190.618 216.11 171.59 235.138 171.59 258.61C171.59 282.082 190.618 301.11 214.09 301.11Z' fill='%234D55E0'/%3E%3Cpath d='M213.39 301.25C236.862 301.25 255.89 282.222 255.89 258.75C255.89 235.278 236.862 216.25 213.39 216.25C189.918 216.25 170.89 235.278 170.89 258.75C170.89 282.222 189.918 301.25 213.39 301.25Z' fill='%234E55E0'/%3E%3Cpath d='M212.68 301.4C236.152 301.4 255.18 282.372 255.18 258.9C255.18 235.428 236.152 216.4 212.68 216.4C189.208 216.4 170.18 235.428 170.18 258.9C170.18 282.372 189.208 301.4 212.68 301.4Z' fill='%234F54E0'/%3E%3Cpath d='M211.98 301.55C235.452 301.55 254.48 282.522 254.48 259.05C254.48 235.578 235.452 216.55 211.98 216.55C188.508 216.55 169.48 235.578 169.48 259.05C169.48 282.522 188.508 301.55 211.98 301.55Z' fill='%235054E0'/%3E%3Cpath d='M211.28 301.7C234.752 301.7 253.78 282.672 253.78 259.2C253.78 235.728 234.752 216.7 211.28 216.7C187.808 216.7 168.78 235.728 168.78 259.2C168.78 282.672 187.808 301.7 211.28 301.7Z' fill='%235154E0'/%3E%3Cpath d='M210.58 301.85C234.052 301.85 253.08 282.822 253.08 259.35C253.08 235.878 234.052 216.85 210.58 216.85C187.108 216.85 168.08 235.878 168.08 259.35C168.08 282.822 187.108 301.85 210.58 301.85Z' fill='%235254E1'/%3E%3Cpath d='M209.88 301.99C233.352 301.99 252.38 282.962 252.38 259.49C252.38 236.018 233.352 216.99 209.88 216.99C186.408 216.99 167.38 236.018 167.38 259.49C167.38 282.962 186.408 301.99 209.88 301.99Z' fill='%235353E1'/%3E%3Cpath d='M209.19 302.14C232.662 302.14 251.69 283.112 251.69 259.64C251.69 236.168 232.662 217.14 209.19 217.14C185.718 217.14 166.69 236.168 166.69 259.64C166.69 283.112 185.718 302.14 209.19 302.14Z' fill='%235453E1'/%3E%3Cpath d='M208.49 302.29C231.962 302.29 250.99 283.262 250.99 259.79C250.99 236.318 231.962 217.29 208.49 217.29C185.018 217.29 165.99 236.318 165.99 259.79C165.99 283.262 185.018 302.29 208.49 302.29Z' fill='%235553E1'/%3E%3Cpath d='M207.8 302.44C231.272 302.44 250.3 283.412 250.3 259.94C250.3 236.468 231.272 217.44 207.8 217.44C184.328 217.44 165.3 236.468 165.3 259.94C165.3 283.412 184.328 302.44 207.8 302.44Z' fill='%235653E1'/%3E%3Cpath d='M207.11 302.59C230.582 302.59 249.61 283.562 249.61 260.09C249.61 236.618 230.582 217.59 207.11 217.59C183.638 217.59 164.61 236.618 164.61 260.09C164.61 283.562 183.638 302.59 207.11 302.59Z' fill='%235752E2'/%3E%3Cpath d='M206.42 302.74C229.892 302.74 248.92 283.712 248.92 260.24C248.92 236.768 229.892 217.74 206.42 217.74C182.948 217.74 163.92 236.768 163.92 260.24C163.92 283.712 182.948 302.74 206.42 302.74Z' fill='%235852E2'/%3E%3Cpath d='M205.73 302.89C229.202 302.89 248.23 283.862 248.23 260.39C248.23 236.918 229.202 217.89 205.73 217.89C182.258 217.89 163.23 236.918 163.23 260.39C163.23 283.862 182.258 302.89 205.73 302.89Z' fill='%235952E2'/%3E%3Cpath d='M205.05 303.04C228.522 303.04 247.55 284.012 247.55 260.54C247.55 237.068 228.522 218.04 205.05 218.04C181.578 218.04 162.55 237.068 162.55 260.54C162.55 284.012 181.578 303.04 205.05 303.04Z' fill='%235A51E2'/%3E%3Cpath d='M204.36 303.19C227.832 303.19 246.86 284.162 246.86 260.69C246.86 237.218 227.832 218.19 204.36 218.19C180.888 218.19 161.86 237.218 161.86 260.69C161.86 284.162 180.888 303.19 204.36 303.19Z' fill='%235B51E2'/%3E%3Cpath d='M203.68 303.34C227.152 303.34 246.18 284.312 246.18 260.84C246.18 237.368 227.152 218.34 203.68 218.34C180.208 218.34 161.18 237.368 161.18 260.84C161.18 284.312 180.208 303.34 203.68 303.34Z' fill='%235C51E2'/%3E%3Cpath d='M203 303.49C226.472 303.49 245.5 284.462 245.5 260.99C245.5 237.518 226.472 218.49 203 218.49C179.528 218.49 160.5 237.518 160.5 260.99C160.5 284.462 179.528 303.49 203 303.49Z' fill='%235D51E3'/%3E%3Cpath d='M202.32 303.64C225.792 303.64 244.82 284.612 244.82 261.14C244.82 237.668 225.792 218.64 202.32 218.64C178.848 218.64 159.82 237.668 159.82 261.14C159.82 284.612 178.848 303.64 202.32 303.64Z' fill='%235E50E3'/%3E%3Cpath d='M201.64 303.79C225.112 303.79 244.14 284.762 244.14 261.29C244.14 237.818 225.112 218.79 201.64 218.79C178.168 218.79 159.14 237.818 159.14 261.29C159.14 284.762 178.168 303.79 201.64 303.79Z' fill='%235F50E3'/%3E%3Cpath d='M200.96 303.94C224.432 303.94 243.46 284.912 243.46 261.44C243.46 237.968 224.432 218.94 200.96 218.94C177.488 218.94 158.46 237.968 158.46 261.44C158.46 284.912 177.488 303.94 200.96 303.94Z' fill='%236050E3'/%3E%3Cpath d='M200.29 304.09C223.762 304.09 242.79 285.062 242.79 261.59C242.79 238.118 223.762 219.09 200.29 219.09C176.818 219.09 157.79 238.118 157.79 261.59C157.79 285.062 176.818 304.09 200.29 304.09Z' fill='%236150E3'/%3E%3Cpath d='M199.62 304.24C223.092 304.24 242.12 285.212 242.12 261.74C242.12 238.268 223.092 219.24 199.62 219.24C176.148 219.24 157.12 238.268 157.12 261.74C157.12 285.212 176.148 304.24 199.62 304.24Z' fill='%23624FE4'/%3E%3Cpath d='M198.94 304.39C222.412 304.39 241.44 285.362 241.44 261.89C241.44 238.418 222.412 219.39 198.94 219.39C175.468 219.39 156.44 238.418 156.44 261.89C156.44 285.362 175.468 304.39 198.94 304.39Z' fill='%23634FE4'/%3E%3Cpath d='M198.27 304.54C221.742 304.54 240.77 285.512 240.77 262.04C240.77 238.568 221.742 219.54 198.27 219.54C174.798 219.54 155.77 238.568 155.77 262.04C155.77 285.512 174.798 304.54 198.27 304.54Z' fill='%23644FE4'/%3E%3Cpath d='M197.6 304.69C221.072 304.69 240.1 285.662 240.1 262.19C240.1 238.718 221.072 219.69 197.6 219.69C174.128 219.69 155.1 238.718 155.1 262.19C155.1 285.662 174.128 304.69 197.6 304.69Z' fill='%23654FE4'/%3E%3Cpath d='M196.94 304.85C220.412 304.85 239.44 285.822 239.44 262.35C239.44 238.878 220.412 219.85 196.94 219.85C173.468 219.85 154.44 238.878 154.44 262.35C154.44 285.822 173.468 304.85 196.94 304.85Z' fill='%23664EE4'/%3E%3Cpath d='M196.27 305C219.742 305 238.77 285.972 238.77 262.5C238.77 239.028 219.742 220 196.27 220C172.798 220 153.77 239.028 153.77 262.5C153.77 285.972 172.798 305 196.27 305Z' fill='%23674EE5'/%3E%3Cpath d='M195.61 305.15C219.082 305.15 238.11 286.122 238.11 262.65C238.11 239.178 219.082 220.15 195.61 220.15C172.138 220.15 153.11 239.178 153.11 262.65C153.11 286.122 172.138 305.15 195.61 305.15Z' fill='%23684EE5'/%3E%3Cpath d='M194.95 305.31C218.422 305.31 237.45 286.282 237.45 262.81C237.45 239.338 218.422 220.31 194.95 220.31C171.478 220.31 152.45 239.338 152.45 262.81C152.45 286.282 171.478 305.31 194.95 305.31Z' fill='%23694DE5'/%3E%3Cpath d='M194.29 305.46C217.762 305.46 236.79 286.432 236.79 262.96C236.79 239.488 217.762 220.46 194.29 220.46C170.818 220.46 151.79 239.488 151.79 262.96C151.79 286.432 170.818 305.46 194.29 305.46Z' fill='%236A4DE5'/%3E%3Cpath d='M193.63 305.61C217.102 305.61 236.13 286.582 236.13 263.11C236.13 239.638 217.102 220.61 193.63 220.61C170.158 220.61 151.13 239.638 151.13 263.11C151.13 286.582 170.158 305.61 193.63 305.61Z' fill='%236B4DE5'/%3E%3Cpath d='M192.97 305.77C216.442 305.77 235.47 286.742 235.47 263.27C235.47 239.798 216.442 220.77 192.97 220.77C169.498 220.77 150.47 239.798 150.47 263.27C150.47 286.742 169.498 305.77 192.97 305.77Z' fill='%236C4DE5'/%3E%3Cpath d='M192.31 305.92C215.782 305.92 234.81 286.892 234.81 263.42C234.81 239.948 215.782 220.92 192.31 220.92C168.838 220.92 149.81 239.948 149.81 263.42C149.81 286.892 168.838 305.92 192.31 305.92Z' fill='%236D4CE6'/%3E%3Cpath d='M191.66 306.08C215.132 306.08 234.16 287.052 234.16 263.58C234.16 240.108 215.132 221.08 191.66 221.08C168.188 221.08 149.16 240.108 149.16 263.58C149.16 287.052 168.188 306.08 191.66 306.08Z' fill='%236E4CE6'/%3E%3Cpath d='M191.01 306.23C214.482 306.23 233.51 287.202 233.51 263.73C233.51 240.258 214.482 221.23 191.01 221.23C167.538 221.23 148.51 240.258 148.51 263.73C148.51 287.202 167.538 306.23 191.01 306.23Z' fill='%236F4CE6'/%3E%3Cpath d='M190.35 306.39C213.822 306.39 232.85 287.362 232.85 263.89C232.85 240.418 213.822 221.39 190.35 221.39C166.878 221.39 147.85 240.418 147.85 263.89C147.85 287.362 166.878 306.39 190.35 306.39Z' fill='%23704CE6'/%3E%3Cpath d='M189.7 306.54C213.172 306.54 232.2 287.512 232.2 264.04C232.2 240.568 213.172 221.54 189.7 221.54C166.228 221.54 147.2 240.568 147.2 264.04C147.2 287.512 166.228 306.54 189.7 306.54Z' fill='%23714BE6'/%3E%3Cpath d='M189.06 306.7C212.532 306.7 231.56 287.672 231.56 264.2C231.56 240.728 212.532 221.7 189.06 221.7C165.588 221.7 146.56 240.728 146.56 264.2C146.56 287.672 165.588 306.7 189.06 306.7Z' fill='%23724BE7'/%3E%3Cpath d='M188.41 306.86C211.882 306.86 230.91 287.832 230.91 264.36C230.91 240.888 211.882 221.86 188.41 221.86C164.938 221.86 145.91 240.888 145.91 264.36C145.91 287.832 164.938 306.86 188.41 306.86Z' fill='%23734BE7'/%3E%3Cpath d='M187.76 307.02C211.232 307.02 230.26 287.992 230.26 264.52C230.26 241.048 211.232 222.02 187.76 222.02C164.288 222.02 145.26 241.048 145.26 264.52C145.26 287.992 164.288 307.02 187.76 307.02Z' fill='%23744AE7'/%3E%3Cpath d='M187.12 307.17C210.592 307.17 229.62 288.142 229.62 264.67C229.62 241.198 210.592 222.17 187.12 222.17C163.648 222.17 144.62 241.198 144.62 264.67C144.62 288.142 163.648 307.17 187.12 307.17Z' fill='%23754AE7'/%3E%3Cpath d='M186.48 307.33C209.952 307.33 228.98 288.302 228.98 264.83C228.98 241.358 209.952 222.33 186.48 222.33C163.008 222.33 143.98 241.358 143.98 264.83C143.98 288.302 163.008 307.33 186.48 307.33Z' fill='%23764AE7'/%3E%3Cpath d='M185.84 307.49C209.312 307.49 228.34 288.462 228.34 264.99C228.34 241.518 209.312 222.49 185.84 222.49C162.368 222.49 143.34 241.518 143.34 264.99C143.34 288.462 162.368 307.49 185.84 307.49Z' fill='%23774AE8'/%3E%3Cpath d='M185.2 307.65C208.672 307.65 227.7 288.622 227.7 265.15C227.7 241.678 208.672 222.65 185.2 222.65C161.728 222.65 142.7 241.678 142.7 265.15C142.7 288.622 161.728 307.65 185.2 307.65Z' fill='%237849E8'/%3E%3Cpath d='M184.56 307.81C208.032 307.81 227.06 288.782 227.06 265.31C227.06 241.838 208.032 222.81 184.56 222.81C161.088 222.81 142.06 241.838 142.06 265.31C142.06 288.782 161.088 307.81 184.56 307.81Z' fill='%237949E8'/%3E%3Cpath d='M183.92 307.97C207.392 307.97 226.42 288.942 226.42 265.47C226.42 241.998 207.392 222.97 183.92 222.97C160.448 222.97 141.42 241.998 141.42 265.47C141.42 288.942 160.448 307.97 183.92 307.97Z' fill='%237A49E8'/%3E%3Cpath d='M183.29 308.13C206.762 308.13 225.79 289.102 225.79 265.63C225.79 242.158 206.762 223.13 183.29 223.13C159.818 223.13 140.79 242.158 140.79 265.63C140.79 289.102 159.818 308.13 183.29 308.13Z' fill='%237B49E8'/%3E%3Cpath d='M182.66 308.29C206.132 308.29 225.16 289.262 225.16 265.79C225.16 242.318 206.132 223.29 182.66 223.29C159.188 223.29 140.16 242.318 140.16 265.79C140.16 289.262 159.188 308.29 182.66 308.29Z' fill='%237C48E8'/%3E%3Cpath d='M182.02 308.46C205.492 308.46 224.52 289.432 224.52 265.96C224.52 242.488 205.492 223.46 182.02 223.46C158.548 223.46 139.52 242.488 139.52 265.96C139.52 289.432 158.548 308.46 182.02 308.46Z' fill='%237D48E9'/%3E%3Cpath d='M181.39 308.62C204.862 308.62 223.89 289.592 223.89 266.12C223.89 242.648 204.862 223.62 181.39 223.62C157.918 223.62 138.89 242.648 138.89 266.12C138.89 289.592 157.918 308.62 181.39 308.62Z' fill='%237E48E9'/%3E%3Cpath d='M180.76 308.78C204.232 308.78 223.26 289.752 223.26 266.28C223.26 242.808 204.232 223.78 180.76 223.78C157.288 223.78 138.26 242.808 138.26 266.28C138.26 289.752 157.288 308.78 180.76 308.78Z' fill='%237F48E9'/%3E%3Cpath d='M180.14 308.95C203.612 308.95 222.64 289.922 222.64 266.45C222.64 242.978 203.612 223.95 180.14 223.95C156.668 223.95 137.64 242.978 137.64 266.45C137.64 289.922 156.668 308.95 180.14 308.95Z' fill='%238047E9'/%3E%3Cpath d='M179.51 309.11C202.982 309.11 222.01 290.082 222.01 266.61C222.01 243.138 202.982 224.11 179.51 224.11C156.038 224.11 137.01 243.138 137.01 266.61C137.01 290.082 156.038 309.11 179.51 309.11Z' fill='%238147E9'/%3E%3Cpath d='M178.89 309.27C202.362 309.27 221.39 290.242 221.39 266.77C221.39 243.298 202.362 224.27 178.89 224.27C155.418 224.27 136.39 243.298 136.39 266.77C136.39 290.242 155.418 309.27 178.89 309.27Z' fill='%238247EA'/%3E%3Cpath d='M178.26 309.44C201.732 309.44 220.76 290.412 220.76 266.94C220.76 243.468 201.732 224.44 178.26 224.44C154.788 224.44 135.76 243.468 135.76 266.94C135.76 290.412 154.788 309.44 178.26 309.44Z' fill='%238346EA'/%3E%3Cpath d='M177.64 309.61C201.112 309.61 220.14 290.582 220.14 267.11C220.14 243.638 201.112 224.61 177.64 224.61C154.168 224.61 135.14 243.638 135.14 267.11C135.14 290.582 154.168 309.61 177.64 309.61Z' fill='%238446EA'/%3E%3Cpath d='M177.02 309.77C200.492 309.77 219.52 290.742 219.52 267.27C219.52 243.798 200.492 224.77 177.02 224.77C153.548 224.77 134.52 243.798 134.52 267.27C134.52 290.742 153.548 309.77 177.02 309.77Z' fill='%238546EA'/%3E%3Cpath d='M176.4 309.94C199.872 309.94 218.9 290.912 218.9 267.44C218.9 243.968 199.872 224.94 176.4 224.94C152.928 224.94 133.9 243.968 133.9 267.44C133.9 290.912 152.928 309.94 176.4 309.94Z' fill='%238646EA'/%3E%3Cpath d='M175.79 310.11C199.262 310.11 218.29 291.082 218.29 267.61C218.29 244.138 199.262 225.11 175.79 225.11C152.318 225.11 133.29 244.138 133.29 267.61C133.29 291.082 152.318 310.11 175.79 310.11Z' fill='%238745EB'/%3E%3Cpath d='M175.17 310.28C198.642 310.28 217.67 291.252 217.67 267.78C217.67 244.308 198.642 225.28 175.17 225.28C151.698 225.28 132.67 244.308 132.67 267.78C132.67 291.252 151.698 310.28 175.17 310.28Z' fill='%238845EB'/%3E%3Cpath d='M174.56 310.44C198.032 310.44 217.06 291.412 217.06 267.94C217.06 244.468 198.032 225.44 174.56 225.44C151.088 225.44 132.06 244.468 132.06 267.94C132.06 291.412 151.088 310.44 174.56 310.44Z' fill='%238945EB'/%3E%3Cpath d='M173.94 310.61C197.412 310.61 216.44 291.582 216.44 268.11C216.44 244.638 197.412 225.61 173.94 225.61C150.468 225.61 131.44 244.638 131.44 268.11C131.44 291.582 150.468 310.61 173.94 310.61Z' fill='%238A45EB'/%3E%3Cpath d='M173.33 310.78C196.802 310.78 215.83 291.752 215.83 268.28C215.83 244.808 196.802 225.78 173.33 225.78C149.858 225.78 130.83 244.808 130.83 268.28C130.83 291.752 149.858 310.78 173.33 310.78Z' fill='%238B44EB'/%3E%3Cpath d='M172.72 310.96C196.192 310.96 215.22 291.932 215.22 268.46C215.22 244.988 196.192 225.96 172.72 225.96C149.248 225.96 130.22 244.988 130.22 268.46C130.22 291.932 149.248 310.96 172.72 310.96Z' fill='%238C44EB'/%3E%3Cpath d='M172.11 311.13C195.582 311.13 214.61 292.102 214.61 268.63C214.61 245.158 195.582 226.13 172.11 226.13C148.638 226.13 129.61 245.158 129.61 268.63C129.61 292.102 148.638 311.13 172.11 311.13Z' fill='%238D44EC'/%3E%3Cpath d='M171.5 311.3C194.972 311.3 214 292.272 214 268.8C214 245.328 194.972 226.3 171.5 226.3C148.028 226.3 129 245.328 129 268.8C129 292.272 148.028 311.3 171.5 311.3Z' fill='%238E43EC'/%3E%3Cpath d='M170.9 311.47C194.372 311.47 213.4 292.442 213.4 268.97C213.4 245.498 194.372 226.47 170.9 226.47C147.428 226.47 128.4 245.498 128.4 268.97C128.4 292.442 147.428 311.47 170.9 311.47Z' fill='%238F43EC'/%3E%3Cpath d='M170.29 311.65C193.762 311.65 212.79 292.622 212.79 269.15C212.79 245.678 193.762 226.65 170.29 226.65C146.818 226.65 127.79 245.678 127.79 269.15C127.79 292.622 146.818 311.65 170.29 311.65Z' fill='%239043EC'/%3E%3Cpath d='M169.69 311.82C193.162 311.82 212.19 292.792 212.19 269.32C212.19 245.848 193.162 226.82 169.69 226.82C146.218 226.82 127.19 245.848 127.19 269.32C127.19 292.792 146.218 311.82 169.69 311.82Z' fill='%239143EC'/%3E%3Cpath d='M169.09 312C192.562 312 211.59 292.972 211.59 269.5C211.59 246.028 192.562 227 169.09 227C145.618 227 126.59 246.028 126.59 269.5C126.59 292.972 145.618 312 169.09 312Z' fill='%239242ED'/%3E%3Cpath d='M168.49 312.17C191.962 312.17 210.99 293.142 210.99 269.67C210.99 246.198 191.962 227.17 168.49 227.17C145.018 227.17 125.99 246.198 125.99 269.67C125.99 293.142 145.018 312.17 168.49 312.17Z' fill='%239342ED'/%3E%3Cpath d='M167.89 312.35C191.362 312.35 210.39 293.322 210.39 269.85C210.39 246.378 191.362 227.35 167.89 227.35C144.418 227.35 125.39 246.378 125.39 269.85C125.39 293.322 144.418 312.35 167.89 312.35Z' fill='%239442ED'/%3E%3Cpath d='M167.29 312.53C190.762 312.53 209.79 293.502 209.79 270.03C209.79 246.558 190.762 227.53 167.29 227.53C143.818 227.53 124.79 246.558 124.79 270.03C124.79 293.502 143.818 312.53 167.29 312.53Z' fill='%239542ED'/%3E%3Cpath d='M166.7 312.7C190.172 312.7 209.2 293.672 209.2 270.2C209.2 246.728 190.172 227.7 166.7 227.7C143.228 227.7 124.2 246.728 124.2 270.2C124.2 293.672 143.228 312.7 166.7 312.7Z' fill='%239641ED'/%3E%3Cpath d='M166.1 312.88C189.572 312.88 208.6 293.852 208.6 270.38C208.6 246.908 189.572 227.88 166.1 227.88C142.628 227.88 123.6 246.908 123.6 270.38C123.6 293.852 142.628 312.88 166.1 312.88Z' fill='%239741EE'/%3E%3Cpath d='M165.51 313.06C188.982 313.06 208.01 294.032 208.01 270.56C208.01 247.088 188.982 228.06 165.51 228.06C142.038 228.06 123.01 247.088 123.01 270.56C123.01 294.032 142.038 313.06 165.51 313.06Z' fill='%239841EE'/%3E%3Cpath d='M164.92 313.24C188.392 313.24 207.42 294.212 207.42 270.74C207.42 247.268 188.392 228.24 164.92 228.24C141.448 228.24 122.42 247.268 122.42 270.74C122.42 294.212 141.448 313.24 164.92 313.24Z' fill='%239941EE'/%3E%3Cpath d='M164.33 313.43C187.802 313.43 206.83 294.402 206.83 270.93C206.83 247.458 187.802 228.43 164.33 228.43C140.858 228.43 121.83 247.458 121.83 270.93C121.83 294.402 140.858 313.43 164.33 313.43Z' fill='%239A40EE'/%3E%3Cpath d='M163.74 313.61C187.212 313.61 206.24 294.582 206.24 271.11C206.24 247.638 187.212 228.61 163.74 228.61C140.268 228.61 121.24 247.638 121.24 271.11C121.24 294.582 140.268 313.61 163.74 313.61Z' fill='%239B40EE'/%3E%3Cpath d='M163.15 313.79C186.622 313.79 205.65 294.762 205.65 271.29C205.65 247.818 186.622 228.79 163.15 228.79C139.678 228.79 120.65 247.818 120.65 271.29C120.65 294.762 139.678 313.79 163.15 313.79Z' fill='%239C40EE'/%3E%3Cpath d='M162.56 313.98C186.032 313.98 205.06 294.952 205.06 271.48C205.06 248.008 186.032 228.98 162.56 228.98C139.088 228.98 120.06 248.008 120.06 271.48C120.06 294.952 139.088 313.98 162.56 313.98Z' fill='%239D3FEF'/%3E%3Cpath d='M161.98 314.16C185.452 314.16 204.48 295.132 204.48 271.66C204.48 248.188 185.452 229.16 161.98 229.16C138.508 229.16 119.48 248.188 119.48 271.66C119.48 295.132 138.508 314.16 161.98 314.16Z' fill='%239E3FEF'/%3E%3Cpath d='M161.39 314.35C184.862 314.35 203.89 295.322 203.89 271.85C203.89 248.378 184.862 229.35 161.39 229.35C137.918 229.35 118.89 248.378 118.89 271.85C118.89 295.322 137.918 314.35 161.39 314.35Z' fill='%239F3FEF'/%3E%3Cpath d='M160.81 314.53C184.282 314.53 203.31 295.502 203.31 272.03C203.31 248.558 184.282 229.53 160.81 229.53C137.338 229.53 118.31 248.558 118.31 272.03C118.31 295.502 137.338 314.53 160.81 314.53Z' fill='%23A03FEF'/%3E%3Cpath d='M160.23 314.72C183.702 314.72 202.73 295.692 202.73 272.22C202.73 248.748 183.702 229.72 160.23 229.72C136.758 229.72 117.73 248.748 117.73 272.22C117.73 295.692 136.758 314.72 160.23 314.72Z' fill='%23A13EEF'/%3E%3Cpath d='M159.65 314.91C183.122 314.91 202.15 295.882 202.15 272.41C202.15 248.938 183.122 229.91 159.65 229.91C136.178 229.91 117.15 248.938 117.15 272.41C117.15 295.882 136.178 314.91 159.65 314.91Z' fill='%23A23EF0'/%3E%3Cpath d='M159.07 315.1C182.542 315.1 201.57 296.072 201.57 272.6C201.57 249.128 182.542 230.1 159.07 230.1C135.598 230.1 116.57 249.128 116.57 272.6C116.57 296.072 135.598 315.1 159.07 315.1Z' fill='%23A33EF0'/%3E%3Cpath d='M158.49 315.29C181.962 315.29 200.99 296.262 200.99 272.79C200.99 249.318 181.962 230.29 158.49 230.29C135.018 230.29 115.99 249.318 115.99 272.79C115.99 296.262 135.018 315.29 158.49 315.29Z' fill='%23A43EF0'/%3E%3Cpath d='M157.92 315.48C181.392 315.48 200.42 296.452 200.42 272.98C200.42 249.508 181.392 230.48 157.92 230.48C134.448 230.48 115.42 249.508 115.42 272.98C115.42 296.452 134.448 315.48 157.92 315.48Z' fill='%23A53DF0'/%3E%3Cpath d='M157.34 315.67C180.812 315.67 199.84 296.642 199.84 273.17C199.84 249.698 180.812 230.67 157.34 230.67C133.868 230.67 114.84 249.698 114.84 273.17C114.84 296.642 133.868 315.67 157.34 315.67Z' fill='%23A63DF0'/%3E%3Cpath d='M156.77 315.86C180.242 315.86 199.27 296.832 199.27 273.36C199.27 249.888 180.242 230.86 156.77 230.86C133.298 230.86 114.27 249.888 114.27 273.36C114.27 296.832 133.298 315.86 156.77 315.86Z' fill='%23A73DF1'/%3E%3Cpath d='M156.2 316.06C179.672 316.06 198.7 297.032 198.7 273.56C198.7 250.088 179.672 231.06 156.2 231.06C132.728 231.06 113.7 250.088 113.7 273.56C113.7 297.032 132.728 316.06 156.2 316.06Z' fill='%23A83CF1'/%3E%3Cpath d='M155.63 316.25C179.102 316.25 198.13 297.222 198.13 273.75C198.13 250.278 179.102 231.25 155.63 231.25C132.158 231.25 113.13 250.278 113.13 273.75C113.13 297.222 132.158 316.25 155.63 316.25Z' fill='%23A93CF1'/%3E%3Cpath d='M155.06 316.45C178.532 316.45 197.56 297.422 197.56 273.95C197.56 250.478 178.532 231.45 155.06 231.45C131.588 231.45 112.56 250.478 112.56 273.95C112.56 297.422 131.588 316.45 155.06 316.45Z' fill='%23AA3CF1'/%3E%3Cpath d='M154.49 316.64C177.962 316.64 196.99 297.612 196.99 274.14C196.99 250.668 177.962 231.64 154.49 231.64C131.018 231.64 111.99 250.668 111.99 274.14C111.99 297.612 131.018 316.64 154.49 316.64Z' fill='%23AB3CF1'/%3E%3Cpath d='M153.92 316.84C177.392 316.84 196.42 297.812 196.42 274.34C196.42 250.868 177.392 231.84 153.92 231.84C130.448 231.84 111.42 250.868 111.42 274.34C111.42 297.812 130.448 316.84 153.92 316.84Z' fill='%23AC3BF1'/%3E%3Cpath d='M153.36 317.04C176.832 317.04 195.86 298.012 195.86 274.54C195.86 251.068 176.832 232.04 153.36 232.04C129.888 232.04 110.86 251.068 110.86 274.54C110.86 298.012 129.888 317.04 153.36 317.04Z' fill='%23AD3BF2'/%3E%3Cpath d='M152.79 317.24C176.262 317.24 195.29 298.212 195.29 274.74C195.29 251.268 176.262 232.24 152.79 232.24C129.318 232.24 110.29 251.268 110.29 274.74C110.29 298.212 129.318 317.24 152.79 317.24Z' fill='%23AE3BF2'/%3E%3Cpath d='M152.23 317.44C175.702 317.44 194.73 298.412 194.73 274.94C194.73 251.468 175.702 232.44 152.23 232.44C128.758 232.44 109.73 251.468 109.73 274.94C109.73 298.412 128.758 317.44 152.23 317.44Z' fill='%23AF3BF2'/%3E%3Cpath d='M151.67 317.64C175.142 317.64 194.17 298.612 194.17 275.14C194.17 251.668 175.142 232.64 151.67 232.64C128.198 232.64 109.17 251.668 109.17 275.14C109.17 298.612 128.198 317.64 151.67 317.64Z' fill='%23B03AF2'/%3E%3Cpath d='M151.11 317.85C174.582 317.85 193.61 298.822 193.61 275.35C193.61 251.878 174.582 232.85 151.11 232.85C127.638 232.85 108.61 251.878 108.61 275.35C108.61 298.822 127.638 317.85 151.11 317.85Z' fill='%23B13AF2'/%3E%3Cpath d='M150.55 318.05C174.022 318.05 193.05 299.022 193.05 275.55C193.05 252.078 174.022 233.05 150.55 233.05C127.078 233.05 108.05 252.078 108.05 275.55C108.05 299.022 127.078 318.05 150.55 318.05Z' fill='%23B23AF3'/%3E%3Cpath d='M149.99 318.25C173.462 318.25 192.49 299.222 192.49 275.75C192.49 252.278 173.462 233.25 149.99 233.25C126.518 233.25 107.49 252.278 107.49 275.75C107.49 299.222 126.518 318.25 149.99 318.25Z' fill='%23B33AF3'/%3E%3Cpath d='M149.44 318.46C172.912 318.46 191.94 299.432 191.94 275.96C191.94 252.488 172.912 233.46 149.44 233.46C125.968 233.46 106.94 252.488 106.94 275.96C106.94 299.432 125.968 318.46 149.44 318.46Z' fill='%23B439F3'/%3E%3Cpath d='M148.88 318.67C172.352 318.67 191.38 299.642 191.38 276.17C191.38 252.698 172.352 233.67 148.88 233.67C125.408 233.67 106.38 252.698 106.38 276.17C106.38 299.642 125.408 318.67 148.88 318.67Z' fill='%23B539F3'/%3E%3Cpath d='M148.33 318.87C171.802 318.87 190.83 299.842 190.83 276.37C190.83 252.898 171.802 233.87 148.33 233.87C124.858 233.87 105.83 252.898 105.83 276.37C105.83 299.842 124.858 318.87 148.33 318.87Z' fill='%23B639F3'/%3E%3Cpath d='M147.77 319.08C171.242 319.08 190.27 300.052 190.27 276.58C190.27 253.108 171.242 234.08 147.77 234.08C124.298 234.08 105.27 253.108 105.27 276.58C105.27 300.052 124.298 319.08 147.77 319.08Z' fill='%23B738F4'/%3E%3Cpath d='M147.22 319.29C170.692 319.29 189.72 300.262 189.72 276.79C189.72 253.318 170.692 234.29 147.22 234.29C123.748 234.29 104.72 253.318 104.72 276.79C104.72 300.262 123.748 319.29 147.22 319.29Z' fill='%23B838F4'/%3E%3Cpath d='M146.67 319.51C170.142 319.51 189.17 300.482 189.17 277.01C189.17 253.538 170.142 234.51 146.67 234.51C123.198 234.51 104.17 253.538 104.17 277.01C104.17 300.482 123.198 319.51 146.67 319.51Z' fill='%23B938F4'/%3E%3Cpath d='M146.12 319.72C169.592 319.72 188.62 300.692 188.62 277.22C188.62 253.748 169.592 234.72 146.12 234.72C122.648 234.72 103.62 253.748 103.62 277.22C103.62 300.692 122.648 319.72 146.12 319.72Z' fill='%23BA38F4'/%3E%3Cpath d='M145.58 319.93C169.052 319.93 188.08 300.902 188.08 277.43C188.08 253.958 169.052 234.93 145.58 234.93C122.108 234.93 103.08 253.958 103.08 277.43C103.08 300.902 122.108 319.93 145.58 319.93Z' fill='%23BB37F4'/%3E%3Cpath d='M145.03 320.15C168.502 320.15 187.53 301.122 187.53 277.65C187.53 254.178 168.502 235.15 145.03 235.15C121.558 235.15 102.53 254.178 102.53 277.65C102.53 301.122 121.558 320.15 145.03 320.15Z' fill='%23BC37F4'/%3E%3Cpath d='M144.48 320.36C167.952 320.36 186.98 301.332 186.98 277.86C186.98 254.388 167.952 235.36 144.48 235.36C121.008 235.36 101.98 254.388 101.98 277.86C101.98 301.332 121.008 320.36 144.48 320.36Z' fill='%23BD37F5'/%3E%3Cpath d='M143.94 320.58C167.412 320.58 186.44 301.552 186.44 278.08C186.44 254.608 167.412 235.58 143.94 235.58C120.468 235.58 101.44 254.608 101.44 278.08C101.44 301.552 120.468 320.58 143.94 320.58Z' fill='%23BE37F5'/%3E%3Cpath d='M143.4 320.8C166.872 320.8 185.9 301.772 185.9 278.3C185.9 254.828 166.872 235.8 143.4 235.8C119.928 235.8 100.9 254.828 100.9 278.3C100.9 301.772 119.928 320.8 143.4 320.8Z' fill='%23BF36F5'/%3E%3Cpath d='M142.86 321.02C166.332 321.02 185.36 301.992 185.36 278.52C185.36 255.048 166.332 236.02 142.86 236.02C119.388 236.02 100.36 255.048 100.36 278.52C100.36 301.992 119.388 321.02 142.86 321.02Z' fill='%23C036F5'/%3E%3Cpath d='M142.32 321.24C165.792 321.24 184.82 302.212 184.82 278.74C184.82 255.268 165.792 236.24 142.32 236.24C118.848 236.24 99.8201 255.268 99.8201 278.74C99.8201 302.212 118.848 321.24 142.32 321.24Z' fill='%23C136F5'/%3E%3Cpath d='M141.78 321.46C165.252 321.46 184.28 302.432 184.28 278.96C184.28 255.488 165.252 236.46 141.78 236.46C118.308 236.46 99.28 255.488 99.28 278.96C99.28 302.432 118.308 321.46 141.78 321.46Z' fill='%23C235F6'/%3E%3Cpath d='M141.24 321.68C164.712 321.68 183.74 302.652 183.74 279.18C183.74 255.708 164.712 236.68 141.24 236.68C117.768 236.68 98.74 255.708 98.74 279.18C98.74 302.652 117.768 321.68 141.24 321.68Z' fill='%23C335F6'/%3E%3Cpath d='M140.7 321.91C164.172 321.91 183.2 302.882 183.2 279.41C183.2 255.938 164.172 236.91 140.7 236.91C117.228 236.91 98.2 255.938 98.2 279.41C98.2 302.882 117.228 321.91 140.7 321.91Z' fill='%23C435F6'/%3E%3Cpath d='M140.17 322.13C163.642 322.13 182.67 303.102 182.67 279.63C182.67 256.158 163.642 237.13 140.17 237.13C116.698 237.13 97.6699 256.158 97.6699 279.63C97.6699 303.102 116.698 322.13 140.17 322.13Z' fill='%23C535F6'/%3E%3Cpath d='M139.63 322.36C163.102 322.36 182.13 303.332 182.13 279.86C182.13 256.388 163.102 237.36 139.63 237.36C116.158 237.36 97.1299 256.388 97.1299 279.86C97.1299 303.332 116.158 322.36 139.63 322.36Z' fill='%23C634F6'/%3E%3Cpath d='M139.1 322.59C162.572 322.59 181.6 303.562 181.6 280.09C181.6 256.618 162.572 237.59 139.1 237.59C115.628 237.59 96.6001 256.618 96.6001 280.09C96.6001 303.562 115.628 322.59 139.1 322.59Z' fill='%23C734F7'/%3E%3Cpath d='M138.57 322.81C162.042 322.81 181.07 303.782 181.07 280.31C181.07 256.838 162.042 237.81 138.57 237.81C115.098 237.81 96.0701 256.838 96.0701 280.31C96.0701 303.782 115.098 322.81 138.57 322.81Z' fill='%23C834F7'/%3E%3Cpath d='M138.04 323.05C161.512 323.05 180.54 304.022 180.54 280.55C180.54 257.078 161.512 238.05 138.04 238.05C114.568 238.05 95.54 257.078 95.54 280.55C95.54 304.022 114.568 323.05 138.04 323.05Z' fill='%23C934F7'/%3E%3Cpath d='M137.51 323.28C160.982 323.28 180.01 304.252 180.01 280.78C180.01 257.308 160.982 238.28 137.51 238.28C114.038 238.28 95.01 257.308 95.01 280.78C95.01 304.252 114.038 323.28 137.51 323.28Z' fill='%23CA33F7'/%3E%3Cpath d='M136.98 323.51C160.452 323.51 179.48 304.482 179.48 281.01C179.48 257.538 160.452 238.51 136.98 238.51C113.508 238.51 94.48 257.538 94.48 281.01C94.48 304.482 113.508 323.51 136.98 323.51Z' fill='%23CB33F7'/%3E%3Cpath d='M136.45 323.74C159.922 323.74 178.95 304.712 178.95 281.24C178.95 257.768 159.922 238.74 136.45 238.74C112.978 238.74 93.95 257.768 93.95 281.24C93.95 304.712 112.978 323.74 136.45 323.74Z' fill='%23CC33F7'/%3E%3Cpath d='M135.92 323.98C159.392 323.98 178.42 304.952 178.42 281.48C178.42 258.008 159.392 238.98 135.92 238.98C112.448 238.98 93.4199 258.008 93.4199 281.48C93.4199 304.952 112.448 323.98 135.92 323.98Z' fill='%23CD33F8'/%3E%3Cpath d='M135.4 324.22C158.872 324.22 177.9 305.192 177.9 281.72C177.9 258.248 158.872 239.22 135.4 239.22C111.928 239.22 92.8999 258.248 92.8999 281.72C92.8999 305.192 111.928 324.22 135.4 324.22Z' fill='%23CE32F8'/%3E%3Cpath d='M137 323.5C160.472 323.5 179.5 304.472 179.5 281C179.5 257.528 160.472 238.5 137 238.5C113.528 238.5 94.5 257.528 94.5 281C94.5 304.472 113.528 323.5 137 323.5Z' fill='%23CF32F8'/%3E%3Cpath d='M134.4 324.67C157.872 324.67 176.9 305.642 176.9 282.17C176.9 258.698 157.872 239.67 134.4 239.67C110.928 239.67 91.8999 258.698 91.8999 282.17C91.8999 305.642 110.928 324.67 134.4 324.67Z' fill='%23CF32F7'/%3E%3Cpath d='M133.92 324.9C157.392 324.9 176.42 305.872 176.42 282.4C176.42 258.928 157.392 239.9 133.92 239.9C110.448 239.9 91.4199 258.928 91.4199 282.4C91.4199 305.872 110.448 324.9 133.92 324.9Z' fill='%23CF32F6'/%3E%3Cpath d='M133.44 325.12C156.912 325.12 175.94 306.092 175.94 282.62C175.94 259.148 156.912 240.12 133.44 240.12C109.968 240.12 90.9399 259.148 90.9399 282.62C90.9399 306.092 109.968 325.12 133.44 325.12Z' fill='%23D032F5'/%3E%3Cpath d='M132.96 325.34C156.432 325.34 175.46 306.312 175.46 282.84C175.46 259.368 156.432 240.34 132.96 240.34C109.488 240.34 90.46 259.368 90.46 282.84C90.46 306.312 109.488 325.34 132.96 325.34Z' fill='%23D032F4'/%3E%3Cpath d='M132.48 325.57C155.952 325.57 174.98 306.542 174.98 283.07C174.98 259.598 155.952 240.57 132.48 240.57C109.008 240.57 89.98 259.598 89.98 283.07C89.98 306.542 109.008 325.57 132.48 325.57Z' fill='%23D032F3'/%3E%3Cpath d='M132 325.79C155.472 325.79 174.5 306.762 174.5 283.29C174.5 259.818 155.472 240.79 132 240.79C108.528 240.79 89.5 259.818 89.5 283.29C89.5 306.762 108.528 325.79 132 325.79Z' fill='%23D032F2'/%3E%3Cpath d='M131.53 326.02C155.002 326.02 174.03 306.992 174.03 283.52C174.03 260.048 155.002 241.02 131.53 241.02C108.058 241.02 89.03 260.048 89.03 283.52C89.03 306.992 108.058 326.02 131.53 326.02Z' fill='%23D032F1'/%3E%3Cpath d='M131.05 326.25C154.522 326.25 173.55 307.222 173.55 283.75C173.55 260.278 154.522 241.25 131.05 241.25C107.578 241.25 88.55 260.278 88.55 283.75C88.55 307.222 107.578 326.25 131.05 326.25Z' fill='%23D032F0'/%3E%3Cpath d='M130.58 326.48C154.052 326.48 173.08 307.452 173.08 283.98C173.08 260.508 154.052 241.48 130.58 241.48C107.108 241.48 88.0801 260.508 88.0801 283.98C88.0801 307.452 107.108 326.48 130.58 326.48Z' fill='%23D132EF'/%3E%3Cpath d='M130.11 326.71C153.582 326.71 172.61 307.682 172.61 284.21C172.61 260.738 153.582 241.71 130.11 241.71C106.638 241.71 87.6101 260.738 87.6101 284.21C87.6101 307.682 106.638 326.71 130.11 326.71Z' fill='%23D132EE'/%3E%3Cpath d='M129.64 326.94C153.112 326.94 172.14 307.912 172.14 284.44C172.14 260.968 153.112 241.94 129.64 241.94C106.168 241.94 87.1399 260.968 87.1399 284.44C87.1399 307.912 106.168 326.94 129.64 326.94Z' fill='%23D132ED'/%3E%3Cpath d='M129.17 327.18C152.642 327.18 171.67 308.152 171.67 284.68C171.67 261.208 152.642 242.18 129.17 242.18C105.698 242.18 86.6699 261.208 86.6699 284.68C86.6699 308.152 105.698 327.18 129.17 327.18Z' fill='%23D131EC'/%3E%3Cpath d='M128.7 327.41C152.172 327.41 171.2 308.382 171.2 284.91C171.2 261.438 152.172 242.41 128.7 242.41C105.228 242.41 86.2 261.438 86.2 284.91C86.2 308.382 105.228 327.41 128.7 327.41Z' fill='%23D131EB'/%3E%3Cpath d='M128.23 327.65C151.702 327.65 170.73 308.622 170.73 285.15C170.73 261.678 151.702 242.65 128.23 242.65C104.758 242.65 85.73 261.678 85.73 285.15C85.73 308.622 104.758 327.65 128.23 327.65Z' fill='%23D131EA'/%3E%3Cpath d='M127.76 327.88C151.232 327.88 170.26 308.852 170.26 285.38C170.26 261.908 151.232 242.88 127.76 242.88C104.288 242.88 85.26 261.908 85.26 285.38C85.26 308.852 104.288 327.88 127.76 327.88Z' fill='%23D231E9'/%3E%3Cpath d='M127.29 328.12C150.762 328.12 169.79 309.092 169.79 285.62C169.79 262.148 150.762 243.12 127.29 243.12C103.818 243.12 84.79 262.148 84.79 285.62C84.79 309.092 103.818 328.12 127.29 328.12Z' fill='%23D231E8'/%3E%3Cpath d='M126.83 328.36C150.302 328.36 169.33 309.332 169.33 285.86C169.33 262.388 150.302 243.36 126.83 243.36C103.358 243.36 84.3301 262.388 84.3301 285.86C84.3301 309.332 103.358 328.36 126.83 328.36Z' fill='%23D231E7'/%3E%3Cpath d='M126.36 328.6C149.832 328.6 168.86 309.572 168.86 286.1C168.86 262.628 149.832 243.6 126.36 243.6C102.888 243.6 83.8601 262.628 83.8601 286.1C83.8601 309.572 102.888 328.6 126.36 328.6Z' fill='%23D231E6'/%3E%3Cpath d='M125.9 328.84C149.372 328.84 168.4 309.812 168.4 286.34C168.4 262.868 149.372 243.84 125.9 243.84C102.428 243.84 83.3999 262.868 83.3999 286.34C83.3999 309.812 102.428 328.84 125.9 328.84Z' fill='%23D231E5'/%3E%3Cpath d='M125.43 329.09C148.902 329.09 167.93 310.062 167.93 286.59C167.93 263.118 148.902 244.09 125.43 244.09C101.958 244.09 82.9299 263.118 82.9299 286.59C82.9299 310.062 101.958 329.09 125.43 329.09Z' fill='%23D331E4'/%3E%3Cpath d='M124.97 329.33C148.442 329.33 167.47 310.302 167.47 286.83C167.47 263.358 148.442 244.33 124.97 244.33C101.498 244.33 82.47 263.358 82.47 286.83C82.47 310.302 101.498 329.33 124.97 329.33Z' fill='%23D331E3'/%3E%3Cpath d='M124.51 329.58C147.982 329.58 167.01 310.552 167.01 287.08C167.01 263.608 147.982 244.58 124.51 244.58C101.038 244.58 82.01 263.608 82.01 287.08C82.01 310.552 101.038 329.58 124.51 329.58Z' fill='%23D331E2'/%3E%3Cpath d='M124.05 329.83C147.522 329.83 166.55 310.802 166.55 287.33C166.55 263.858 147.522 244.83 124.05 244.83C100.578 244.83 81.55 263.858 81.55 287.33C81.55 310.802 100.578 329.83 124.05 329.83Z' fill='%23D331E1'/%3E%3Cpath d='M123.59 330.07C147.062 330.07 166.09 311.042 166.09 287.57C166.09 264.098 147.062 245.07 123.59 245.07C100.118 245.07 81.0901 264.098 81.0901 287.57C81.0901 311.042 100.118 330.07 123.59 330.07Z' fill='%23D331E0'/%3E%3Cpath d='M123.13 330.32C146.602 330.32 165.63 311.292 165.63 287.82C165.63 264.348 146.602 245.32 123.13 245.32C99.6578 245.32 80.6299 264.348 80.6299 287.82C80.6299 311.292 99.6578 330.32 123.13 330.32Z' fill='%23D331DF'/%3E%3Cpath d='M122.67 330.58C146.142 330.58 165.17 311.552 165.17 288.08C165.17 264.608 146.142 245.58 122.67 245.58C99.1978 245.58 80.1699 264.608 80.1699 288.08C80.1699 311.552 99.1978 330.58 122.67 330.58Z' fill='%23D431DE'/%3E%3Cpath d='M122.22 330.83C145.692 330.83 164.72 311.802 164.72 288.33C164.72 264.858 145.692 245.83 122.22 245.83C98.7479 245.83 79.72 264.858 79.72 288.33C79.72 311.802 98.7479 330.83 122.22 330.83Z' fill='%23D431DD'/%3E%3Cpath d='M121.76 331.08C145.232 331.08 164.26 312.052 164.26 288.58C164.26 265.108 145.232 246.08 121.76 246.08C98.2879 246.08 79.26 265.108 79.26 288.58C79.26 312.052 98.2879 331.08 121.76 331.08Z' fill='%23D431DC'/%3E%3Cpath d='M121.31 331.34C144.782 331.34 163.81 312.312 163.81 288.84C163.81 265.368 144.782 246.34 121.31 246.34C97.838 246.34 78.8101 265.368 78.8101 288.84C78.8101 312.312 97.838 331.34 121.31 331.34Z' fill='%23D431DB'/%3E%3Cpath d='M120.85 331.59C144.322 331.59 163.35 312.562 163.35 289.09C163.35 265.618 144.322 246.59 120.85 246.59C97.378 246.59 78.3501 265.618 78.3501 289.09C78.3501 312.562 97.378 331.59 120.85 331.59Z' fill='%23D431DA'/%3E%3Cpath d='M120.4 331.85C143.872 331.85 162.9 312.822 162.9 289.35C162.9 265.878 143.872 246.85 120.4 246.85C96.9278 246.85 77.8999 265.878 77.8999 289.35C77.8999 312.822 96.9278 331.85 120.4 331.85Z' fill='%23D431D9'/%3E%3Cpath d='M119.95 332.11C143.422 332.11 162.45 313.082 162.45 289.61C162.45 266.138 143.422 247.11 119.95 247.11C96.4778 247.11 77.45 266.138 77.45 289.61C77.45 313.082 96.4778 332.11 119.95 332.11Z' fill='%23D531D8'/%3E%3Cpath d='M119.5 332.37C142.972 332.37 162 313.342 162 289.87C162 266.398 142.972 247.37 119.5 247.37C96.0279 247.37 77 266.398 77 289.87C77 313.342 96.0279 332.37 119.5 332.37Z' fill='%23D531D7'/%3E%3Cpath d='M119.04 332.63C142.512 332.63 161.54 313.602 161.54 290.13C161.54 266.658 142.512 247.63 119.04 247.63C95.5679 247.63 76.54 266.658 76.54 290.13C76.54 313.602 95.5679 332.63 119.04 332.63Z' fill='%23D531D6'/%3E%3Cpath d='M118.59 332.9C142.062 332.9 161.09 313.872 161.09 290.4C161.09 266.928 142.062 247.9 118.59 247.9C95.118 247.9 76.0901 266.928 76.0901 290.4C76.0901 313.872 95.118 332.9 118.59 332.9Z' fill='%23D531D5'/%3E%3Cpath d='M118.15 333.16C141.622 333.16 160.65 314.132 160.65 290.66C160.65 267.188 141.622 248.16 118.15 248.16C94.6778 248.16 75.6499 267.188 75.6499 290.66C75.6499 314.132 94.6778 333.16 118.15 333.16Z' fill='%23D530D4'/%3E%3Cpath d='M117.7 333.43C141.172 333.43 160.2 314.402 160.2 290.93C160.2 267.458 141.172 248.43 117.7 248.43C94.2278 248.43 75.2 267.458 75.2 290.93C75.2 314.402 94.2278 333.43 117.7 333.43Z' fill='%23D530D3'/%3E%3Cpath d='M117.25 333.7C140.722 333.7 159.75 314.672 159.75 291.2C159.75 267.728 140.722 248.7 117.25 248.7C93.7779 248.7 74.75 267.728 74.75 291.2C74.75 314.672 93.7779 333.7 117.25 333.7Z' fill='%23D630D2'/%3E%3Cpath d='M116.8 333.96C140.272 333.96 159.3 314.932 159.3 291.46C159.3 267.988 140.272 248.96 116.8 248.96C93.3279 248.96 74.3 267.988 74.3 291.46C74.3 314.932 93.3279 333.96 116.8 333.96Z' fill='%23D630D1'/%3E%3Cpath d='M116.36 334.23C139.832 334.23 158.86 315.202 158.86 291.73C158.86 268.258 139.832 249.23 116.36 249.23C92.888 249.23 73.8601 268.258 73.8601 291.73C73.8601 315.202 92.888 334.23 116.36 334.23Z' fill='%23D630D0'/%3E%3Cpath d='M115.91 334.51C139.382 334.51 158.41 315.482 158.41 292.01C158.41 268.538 139.382 249.51 115.91 249.51C92.4378 249.51 73.4099 268.538 73.4099 292.01C73.4099 315.482 92.4378 334.51 115.91 334.51Z' fill='%23D630CF'/%3E%3Cpath d='M115.47 334.78C138.942 334.78 157.97 315.752 157.97 292.28C157.97 268.808 138.942 249.78 115.47 249.78C91.9979 249.78 72.97 268.808 72.97 292.28C72.97 315.752 91.9979 334.78 115.47 334.78Z' fill='%23D630CE'/%3E%3Cpath d='M115.03 335.05C138.502 335.05 157.53 316.022 157.53 292.55C157.53 269.078 138.502 250.05 115.03 250.05C91.5579 250.05 72.53 269.078 72.53 292.55C72.53 316.022 91.5579 335.05 115.03 335.05Z' fill='%23D730CD'/%3E%3Cpath d='M114.59 335.33C138.062 335.33 157.09 316.302 157.09 292.83C157.09 269.358 138.062 250.33 114.59 250.33C91.118 250.33 72.0901 269.358 72.0901 292.83C72.0901 316.302 91.118 335.33 114.59 335.33Z' fill='%23D730CC'/%3E%3Cpath d='M114.15 335.61C137.622 335.61 156.65 316.582 156.65 293.11C156.65 269.638 137.622 250.61 114.15 250.61C90.6778 250.61 71.6499 269.638 71.6499 293.11C71.6499 316.582 90.6778 335.61 114.15 335.61Z' fill='%23D730CB'/%3E%3Cpath d='M113.7 335.89C137.172 335.89 156.2 316.862 156.2 293.39C156.2 269.918 137.172 250.89 113.7 250.89C90.2278 250.89 71.2 269.918 71.2 293.39C71.2 316.862 90.2278 335.89 113.7 335.89Z' fill='%23D730CA'/%3E%3Cpath d='M113.27 336.17C136.742 336.17 155.77 317.142 155.77 293.67C155.77 270.198 136.742 251.17 113.27 251.17C89.7979 251.17 70.77 270.198 70.77 293.67C70.77 317.142 89.7979 336.17 113.27 336.17Z' fill='%23D730C9'/%3E%3Cpath d='M112.83 336.45C136.302 336.45 155.33 317.422 155.33 293.95C155.33 270.478 136.302 251.45 112.83 251.45C89.358 251.45 70.3301 270.478 70.3301 293.95C70.3301 317.422 89.358 336.45 112.83 336.45Z' fill='%23D730C8'/%3E%3Cpath d='M112.39 336.73C135.862 336.73 154.89 317.702 154.89 294.23C154.89 270.758 135.862 251.73 112.39 251.73C88.9178 251.73 69.8899 270.758 69.8899 294.23C69.8899 317.702 88.9178 336.73 112.39 336.73Z' fill='%23D830C7'/%3E%3Cpath d='M111.95 337.02C135.422 337.02 154.45 317.992 154.45 294.52C154.45 271.048 135.422 252.02 111.95 252.02C88.4778 252.02 69.45 271.048 69.45 294.52C69.45 317.992 88.4778 337.02 111.95 337.02Z' fill='%23D830C6'/%3E%3Cpath d='M111.52 337.31C134.992 337.31 154.02 318.282 154.02 294.81C154.02 271.338 134.992 252.31 111.52 252.31C88.0479 252.31 69.02 271.338 69.02 294.81C69.02 318.282 88.0479 337.31 111.52 337.31Z' fill='%23D830C5'/%3E%3Cpath d='M111.08 337.59C134.552 337.59 153.58 318.562 153.58 295.09C153.58 271.618 134.552 252.59 111.08 252.59C87.608 252.59 68.5801 271.618 68.5801 295.09C68.5801 318.562 87.608 337.59 111.08 337.59Z' fill='%23D830C4'/%3E%3Cpath d='M110.65 337.88C134.122 337.88 153.15 318.852 153.15 295.38C153.15 271.908 134.122 252.88 110.65 252.88C87.1778 252.88 68.1499 271.908 68.1499 295.38C68.1499 318.852 87.1778 337.88 110.65 337.88Z' fill='%23D830C3'/%3E%3Cpath d='M110.21 338.17C133.682 338.17 152.71 319.142 152.71 295.67C152.71 272.198 133.682 253.17 110.21 253.17C86.7379 253.17 67.71 272.198 67.71 295.67C67.71 319.142 86.7379 338.17 110.21 338.17Z' fill='%23D830C2'/%3E%3Cpath d='M109.78 338.47C133.252 338.47 152.28 319.442 152.28 295.97C152.28 272.498 133.252 253.47 109.78 253.47C86.3079 253.47 67.28 272.498 67.28 295.97C67.28 319.442 86.3079 338.47 109.78 338.47Z' fill='%23D930C1'/%3E%3Cpath d='M109.35 338.76C132.822 338.76 151.85 319.732 151.85 296.26C151.85 272.788 132.822 253.76 109.35 253.76C85.878 253.76 66.8501 272.788 66.8501 296.26C66.8501 319.732 85.878 338.76 109.35 338.76Z' fill='%23D930C0'/%3E%3Cpath d='M108.92 339.06C132.392 339.06 151.42 320.032 151.42 296.56C151.42 273.088 132.392 254.06 108.92 254.06C85.4478 254.06 66.4199 273.088 66.4199 296.56C66.4199 320.032 85.4478 339.06 108.92 339.06Z' fill='%23D930BF'/%3E%3Cpath d='M108.49 339.35C131.962 339.35 150.99 320.322 150.99 296.85C150.99 273.378 131.962 254.35 108.49 254.35C85.0179 254.35 65.99 273.378 65.99 296.85C65.99 320.322 85.0179 339.35 108.49 339.35Z' fill='%23D930BE'/%3E%3Cpath d='M108.06 339.65C131.532 339.65 150.56 320.622 150.56 297.15C150.56 273.678 131.532 254.65 108.06 254.65C84.588 254.65 65.5601 273.678 65.5601 297.15C65.5601 320.622 84.588 339.65 108.06 339.65Z' fill='%23D92FBD'/%3E%3Cpath d='M107.63 339.95C131.102 339.95 150.13 320.922 150.13 297.45C150.13 273.978 131.102 254.95 107.63 254.95C84.1578 254.95 65.1299 273.978 65.1299 297.45C65.1299 320.922 84.1578 339.95 107.63 339.95Z' fill='%23DA2FBC'/%3E%3Cpath d='M107.2 340.26C130.672 340.26 149.7 321.232 149.7 297.76C149.7 274.288 130.672 255.26 107.2 255.26C83.7278 255.26 64.7 274.288 64.7 297.76C64.7 321.232 83.7278 340.26 107.2 340.26Z' fill='%23DA2FBB'/%3E%3Cpath d='M106.77 340.56C130.242 340.56 149.27 321.532 149.27 298.06C149.27 274.588 130.242 255.56 106.77 255.56C83.2979 255.56 64.27 274.588 64.27 298.06C64.27 321.532 83.2979 340.56 106.77 340.56Z' fill='%23DA2FBA'/%3E%3Cpath d='M106.35 340.87C129.822 340.87 148.85 321.842 148.85 298.37C148.85 274.898 129.822 255.87 106.35 255.87C82.878 255.87 63.8501 274.898 63.8501 298.37C63.8501 321.842 82.878 340.87 106.35 340.87Z' fill='%23DA2FB9'/%3E%3Cpath d='M105.92 341.17C129.392 341.17 148.42 322.142 148.42 298.67C148.42 275.198 129.392 256.17 105.92 256.17C82.4478 256.17 63.4199 275.198 63.4199 298.67C63.4199 322.142 82.4478 341.17 105.92 341.17Z' fill='%23DA2FB8'/%3E%3Cpath d='M105.5 341.48C128.972 341.48 148 322.452 148 298.98C148 275.508 128.972 256.48 105.5 256.48C82.0279 256.48 63 275.508 63 298.98C63 322.452 82.0279 341.48 105.5 341.48Z' fill='%23DA2FB7'/%3E%3Cpath d='M105.07 341.79C128.542 341.79 147.57 322.762 147.57 299.29C147.57 275.818 128.542 256.79 105.07 256.79C81.598 256.79 62.5701 275.818 62.5701 299.29C62.5701 322.762 81.598 341.79 105.07 341.79Z' fill='%23DB2FB6'/%3E%3Cpath d='M104.65 342.1C128.122 342.1 147.15 323.072 147.15 299.6C147.15 276.128 128.122 257.1 104.65 257.1C81.1778 257.1 62.1499 276.128 62.1499 299.6C62.1499 323.072 81.1778 342.1 104.65 342.1Z' fill='%23DB2FB5'/%3E%3Cpath d='M104.23 342.42C127.702 342.42 146.73 323.392 146.73 299.92C146.73 276.448 127.702 257.42 104.23 257.42C80.7579 257.42 61.73 276.448 61.73 299.92C61.73 323.392 80.7579 342.42 104.23 342.42Z' fill='%23DB2FB4'/%3E%3Cpath d='M103.8 342.73C127.272 342.73 146.3 323.702 146.3 300.23C146.3 276.758 127.272 257.73 103.8 257.73C80.328 257.73 61.3 276.758 61.3 300.23C61.3 323.702 80.328 342.73 103.8 342.73Z' fill='%23DB2FB3'/%3E%3Cpath d='M103.38 343.05C126.852 343.05 145.88 324.022 145.88 300.55C145.88 277.078 126.852 258.05 103.38 258.05C79.9078 258.05 60.8799 277.078 60.8799 300.55C60.8799 324.022 79.9078 343.05 103.38 343.05Z' fill='%23DB2FB2'/%3E%3Cpath d='M102.96 343.37C126.432 343.37 145.46 324.342 145.46 300.87C145.46 277.398 126.432 258.37 102.96 258.37C79.4879 258.37 60.46 277.398 60.46 300.87C60.46 324.342 79.4879 343.37 102.96 343.37Z' fill='%23DB2FB1'/%3E%3Cpath d='M102.54 343.69C126.012 343.69 145.04 324.662 145.04 301.19C145.04 277.718 126.012 258.69 102.54 258.69C79.0679 258.69 60.04 277.718 60.04 301.19C60.04 324.662 79.0679 343.69 102.54 343.69Z' fill='%23DC2FB0'/%3E%3Cpath d='M102.12 344.01C125.592 344.01 144.62 324.982 144.62 301.51C144.62 278.038 125.592 259.01 102.12 259.01C78.648 259.01 59.6201 278.038 59.6201 301.51C59.6201 324.982 78.648 344.01 102.12 344.01Z' fill='%23DC2FAF'/%3E%3Cpath d='M101.71 344.33C125.182 344.33 144.21 325.302 144.21 301.83C144.21 278.358 125.182 259.33 101.71 259.33C78.2379 259.33 59.21 278.358 59.21 301.83C59.21 325.302 78.2379 344.33 101.71 344.33Z' fill='%23DC2FAE'/%3E%3Cpath d='M101.29 344.66C124.762 344.66 143.79 325.632 143.79 302.16C143.79 278.688 124.762 259.66 101.29 259.66C77.8179 259.66 58.79 278.688 58.79 302.16C58.79 325.632 77.8179 344.66 101.29 344.66Z' fill='%23DC2FAD'/%3E%3Cpath d='M100.87 344.98C124.342 344.98 143.37 325.952 143.37 302.48C143.37 279.008 124.342 259.98 100.87 259.98C77.398 259.98 58.3701 279.008 58.3701 302.48C58.3701 325.952 77.398 344.98 100.87 344.98Z' fill='%23DC2FAC'/%3E%3Cpath d='M100.46 345.31C123.932 345.31 142.96 326.282 142.96 302.81C142.96 279.338 123.932 260.31 100.46 260.31C76.9879 260.31 57.96 279.338 57.96 302.81C57.96 326.282 76.9879 345.31 100.46 345.31Z' fill='%23DC2FAB'/%3E%3Cpath d='M100.04 345.64C123.512 345.64 142.54 326.612 142.54 303.14C142.54 279.668 123.512 260.64 100.04 260.64C76.5679 260.64 57.54 279.668 57.54 303.14C57.54 326.612 76.5679 345.64 100.04 345.64Z' fill='%23DD2FAA'/%3E%3Cpath d='M99.6299 345.97C123.102 345.97 142.13 326.942 142.13 303.47C142.13 279.998 123.102 260.97 99.6299 260.97C76.1578 260.97 57.1299 279.998 57.1299 303.47C57.1299 326.942 76.1578 345.97 99.6299 345.97Z' fill='%23DD2FA9'/%3E%3Cpath d='M99.22 346.31C122.692 346.31 141.72 327.282 141.72 303.81C141.72 280.338 122.692 261.31 99.22 261.31C75.7479 261.31 56.72 280.338 56.72 303.81C56.72 327.282 75.7479 346.31 99.22 346.31Z' fill='%23DD2FA8'/%3E%3Cpath d='M98.8001 346.64C122.272 346.64 141.3 327.612 141.3 304.14C141.3 280.668 122.272 261.64 98.8001 261.64C75.328 261.64 56.3 280.668 56.3 304.14C56.3 327.612 75.328 346.64 98.8001 346.64Z' fill='%23DD2FA7'/%3E%3Cpath d='M98.3899 346.98C121.862 346.98 140.89 327.952 140.89 304.48C140.89 281.008 121.862 261.98 98.3899 261.98C74.9178 261.98 55.8899 281.008 55.8899 304.48C55.8899 327.952 74.9178 346.98 98.3899 346.98Z' fill='%23DD2EA6'/%3E%3Cpath d='M97.98 347.32C121.452 347.32 140.48 328.292 140.48 304.82C140.48 281.348 121.452 262.32 97.98 262.32C74.5079 262.32 55.48 281.348 55.48 304.82C55.48 328.292 74.5079 347.32 97.98 347.32Z' fill='%23DE2EA5'/%3E%3Cpath d='M97.5701 347.66C121.042 347.66 140.07 328.632 140.07 305.16C140.07 281.688 121.042 262.66 97.5701 262.66C74.098 262.66 55.0701 281.688 55.0701 305.16C55.0701 328.632 74.098 347.66 97.5701 347.66Z' fill='%23DE2EA4'/%3E%3Cpath d='M97.1599 348C120.632 348 139.66 328.972 139.66 305.5C139.66 282.028 120.632 263 97.1599 263C73.6878 263 54.6599 282.028 54.6599 305.5C54.6599 328.972 73.6878 348 97.1599 348Z' fill='%23DE2EA3'/%3E%3Cpath d='M96.75 348.35C120.222 348.35 139.25 329.322 139.25 305.85C139.25 282.378 120.222 263.35 96.75 263.35C73.2779 263.35 54.25 282.378 54.25 305.85C54.25 329.322 73.2779 348.35 96.75 348.35Z' fill='%23DE2EA2'/%3E%3Cpath d='M96.3401 348.69C119.812 348.69 138.84 329.662 138.84 306.19C138.84 282.718 119.812 263.69 96.3401 263.69C72.868 263.69 53.8401 282.718 53.8401 306.19C53.8401 329.662 72.868 348.69 96.3401 348.69Z' fill='%23DE2EA1'/%3E%3Cpath d='M95.9299 349.04C119.402 349.04 138.43 330.012 138.43 306.54C138.43 283.068 119.402 264.04 95.9299 264.04C72.4578 264.04 53.4299 283.068 53.4299 306.54C53.4299 330.012 72.4578 349.04 95.9299 349.04Z' fill='%23DE2EA0'/%3E%3Cpath d='M95.53 349.39C119.002 349.39 138.03 330.362 138.03 306.89C138.03 283.418 119.002 264.39 95.53 264.39C72.0579 264.39 53.03 283.418 53.03 306.89C53.03 330.362 72.0579 349.39 95.53 349.39Z' fill='%23DF2E9F'/%3E%3Cpath d='M95.1201 349.74C118.592 349.74 137.62 330.712 137.62 307.24C137.62 283.768 118.592 264.74 95.1201 264.74C71.648 264.74 52.6201 283.768 52.6201 307.24C52.6201 330.712 71.648 349.74 95.1201 349.74Z' fill='%23DF2E9E'/%3E%3Cpath d='M94.72 350.09C118.192 350.09 137.22 331.062 137.22 307.59C137.22 284.118 118.192 265.09 94.72 265.09C71.2479 265.09 52.22 284.118 52.22 307.59C52.22 331.062 71.2479 350.09 94.72 350.09Z' fill='%23DF2E9D'/%3E%3Cpath d='M94.3101 350.45C117.782 350.45 136.81 331.422 136.81 307.95C136.81 284.478 117.782 265.45 94.3101 265.45C70.838 265.45 51.8101 284.478 51.8101 307.95C51.8101 331.422 70.838 350.45 94.3101 350.45Z' fill='%23DF2E9C'/%3E%3Cpath d='M93.9099 350.8C117.382 350.8 136.41 331.772 136.41 308.3C136.41 284.828 117.382 265.8 93.9099 265.8C70.4378 265.8 51.4099 284.828 51.4099 308.3C51.4099 331.772 70.4378 350.8 93.9099 350.8Z' fill='%23DF2E9B'/%3E%3Cpath d='M93.5 351.16C116.972 351.16 136 332.132 136 308.66C136 285.188 116.972 266.16 93.5 266.16C70.0279 266.16 51 285.188 51 308.66C51 332.132 70.0279 351.16 93.5 351.16Z' fill='%23DF2E9A'/%3E%3Cpath d='M93.1001 351.52C116.572 351.52 135.6 332.492 135.6 309.02C135.6 285.548 116.572 266.52 93.1001 266.52C69.628 266.52 50.6001 285.548 50.6001 309.02C50.6001 332.492 69.628 351.52 93.1001 351.52Z' fill='%23E02E99'/%3E%3Cpath d='M92.6999 351.89C116.172 351.89 135.2 332.862 135.2 309.39C135.2 285.918 116.172 266.89 92.6999 266.89C69.2278 266.89 50.2 285.918 50.2 309.39C50.2 332.862 69.2278 351.89 92.6999 351.89Z' fill='%23E02E98'/%3E%3Cpath d='M92.3001 352.25C115.772 352.25 134.8 333.222 134.8 309.75C134.8 286.278 115.772 267.25 92.3001 267.25C68.828 267.25 49.8 286.278 49.8 309.75C49.8 333.222 68.828 352.25 92.3001 352.25Z' fill='%23E02E97'/%3E%3Cpath d='M91.8999 352.62C115.372 352.62 134.4 333.592 134.4 310.12C134.4 286.648 115.372 267.62 91.8999 267.62C68.4278 267.62 49.3999 286.648 49.3999 310.12C49.3999 333.592 68.4278 352.62 91.8999 352.62Z' fill='%23E02E96'/%3E%3Cpath d='M91.5 352.98C114.972 352.98 134 333.952 134 310.48C134 287.008 114.972 267.98 91.5 267.98C68.0279 267.98 49 287.008 49 310.48C49 333.952 68.0279 352.98 91.5 352.98Z' fill='%23E02E95'/%3E%3Cpath d='M91.1001 353.35C114.572 353.35 133.6 334.322 133.6 310.85C133.6 287.378 114.572 268.35 91.1001 268.35C67.628 268.35 48.6001 287.378 48.6001 310.85C48.6001 334.322 67.628 353.35 91.1001 353.35Z' fill='%23E12E94'/%3E%3Cpath d='M90.6999 353.73C114.172 353.73 133.2 334.702 133.2 311.23C133.2 287.758 114.172 268.73 90.6999 268.73C67.2278 268.73 48.2 287.758 48.2 311.23C48.2 334.702 67.2278 353.73 90.6999 353.73Z' fill='%23E12E93'/%3E%3Cpath d='M90.3001 354.1C113.772 354.1 132.8 335.072 132.8 311.6C132.8 288.128 113.772 269.1 90.3001 269.1C66.828 269.1 47.8 288.128 47.8 311.6C47.8 335.072 66.828 354.1 90.3001 354.1Z' fill='%23E12E92'/%3E%3Cpath d='M89.8999 354.47C113.372 354.47 132.4 335.442 132.4 311.97C132.4 288.498 113.372 269.47 89.8999 269.47C66.4278 269.47 47.3999 288.498 47.3999 311.97C47.3999 335.442 66.4278 354.47 89.8999 354.47Z' fill='%23E12E91'/%3E%3Cpath d='M89.51 354.85C112.982 354.85 132.01 335.822 132.01 312.35C132.01 288.878 112.982 269.85 89.51 269.85C66.0379 269.85 47.01 288.878 47.01 312.35C47.01 335.822 66.0379 354.85 89.51 354.85Z' fill='%23E12E90'/%3E%3Cpath d='M89.1101 355.23C112.582 355.23 131.61 336.202 131.61 312.73C131.61 289.258 112.582 270.23 89.1101 270.23C65.638 270.23 46.6101 289.258 46.6101 312.73C46.6101 336.202 65.638 355.23 89.1101 355.23Z' fill='%23E12E8F'/%3E%3Cpath d='M88.72 355.61C112.192 355.61 131.22 336.582 131.22 313.11C131.22 289.638 112.192 270.61 88.72 270.61C65.2479 270.61 46.22 289.638 46.22 313.11C46.22 336.582 65.2479 355.61 88.72 355.61Z' fill='%23E22D8E'/%3E%3Cpath d='M88.3201 356C111.792 356 130.82 336.972 130.82 313.5C130.82 290.028 111.792 271 88.3201 271C64.848 271 45.8201 290.028 45.8201 313.5C45.8201 336.972 64.848 356 88.3201 356Z' fill='%23E22D8D'/%3E%3Cpath d='M87.9299 356.38C111.402 356.38 130.43 337.352 130.43 313.88C130.43 290.408 111.402 271.38 87.9299 271.38C64.4578 271.38 45.4299 290.408 45.4299 313.88C45.4299 337.352 64.4578 356.38 87.9299 356.38Z' fill='%23E22D8C'/%3E%3Cpath d='M87.54 356.77C111.012 356.77 130.04 337.742 130.04 314.27C130.04 290.798 111.012 271.77 87.54 271.77C64.0679 271.77 45.04 290.798 45.04 314.27C45.04 337.742 64.0679 356.77 87.54 356.77Z' fill='%23E22D8B'/%3E%3Cpath d='M87.1399 357.16C110.612 357.16 129.64 338.132 129.64 314.66C129.64 291.188 110.612 272.16 87.1399 272.16C63.6678 272.16 44.6399 291.188 44.6399 314.66C44.6399 338.132 63.6678 357.16 87.1399 357.16Z' fill='%23E22D8A'/%3E%3Cpath d='M86.75 357.55C110.222 357.55 129.25 338.522 129.25 315.05C129.25 291.578 110.222 272.55 86.75 272.55C63.2779 272.55 44.25 291.578 44.25 315.05C44.25 338.522 63.2779 357.55 86.75 357.55Z' fill='%23E22D89'/%3E%3Cpath d='M86.3601 357.94C109.832 357.94 128.86 338.912 128.86 315.44C128.86 291.968 109.832 272.94 86.3601 272.94C62.888 272.94 43.8601 291.968 43.8601 315.44C43.8601 338.912 62.888 357.94 86.3601 357.94Z' fill='%23E32D88'/%3E%3Cpath d='M85.97 358.33C109.442 358.33 128.47 339.302 128.47 315.83C128.47 292.358 109.442 273.33 85.97 273.33C62.4979 273.33 43.47 292.358 43.47 315.83C43.47 339.302 62.4979 358.33 85.97 358.33Z' fill='%23E32D87'/%3E%3Cpath d='M85.5801 358.73C109.052 358.73 128.08 339.702 128.08 316.23C128.08 292.758 109.052 273.73 85.5801 273.73C62.108 273.73 43.0801 292.758 43.0801 316.23C43.0801 339.702 62.108 358.73 85.5801 358.73Z' fill='%23E32D86'/%3E%3Cpath d='M85.1899 359.13C108.662 359.13 127.69 340.102 127.69 316.63C127.69 293.158 108.662 274.13 85.1899 274.13C61.7178 274.13 42.6899 293.158 42.6899 316.63C42.6899 340.102 61.7178 359.13 85.1899 359.13Z' fill='%23E32D85'/%3E%3Cpath d='M84.8001 359.53C108.272 359.53 127.3 340.502 127.3 317.03C127.3 293.558 108.272 274.53 84.8001 274.53C61.328 274.53 42.3 293.558 42.3 317.03C42.3 340.502 61.328 359.53 84.8001 359.53Z' fill='%23E32D84'/%3E%3Cpath d='M84.4099 359.93C107.882 359.93 126.91 340.902 126.91 317.43C126.91 293.958 107.882 274.93 84.4099 274.93C60.9378 274.93 41.9099 293.958 41.9099 317.43C41.9099 340.902 60.9378 359.93 84.4099 359.93Z' fill='%23E32D83'/%3E%3Cpath d='M84.02 360.34C107.492 360.34 126.52 341.312 126.52 317.84C126.52 294.368 107.492 275.34 84.02 275.34C60.5479 275.34 41.52 294.368 41.52 317.84C41.52 341.312 60.5479 360.34 84.02 360.34Z' fill='%23E42D82'/%3E%3Cpath d='M83.6399 360.75C107.112 360.75 126.14 341.722 126.14 318.25C126.14 294.778 107.112 275.75 83.6399 275.75C60.1678 275.75 41.1399 294.778 41.1399 318.25C41.1399 341.722 60.1678 360.75 83.6399 360.75Z' fill='%23E42D81'/%3E%3Cpath d='M83.25 361.15C106.722 361.15 125.75 342.122 125.75 318.65C125.75 295.178 106.722 276.15 83.25 276.15C59.7779 276.15 40.75 295.178 40.75 318.65C40.75 342.122 59.7779 361.15 83.25 361.15Z' fill='%23E42D80'/%3E%3Cpath d='M82.8701 361.57C106.342 361.57 125.37 342.542 125.37 319.07C125.37 295.598 106.342 276.57 82.8701 276.57C59.398 276.57 40.3701 295.598 40.3701 319.07C40.3701 342.542 59.398 361.57 82.8701 361.57Z' fill='%23E42D7F'/%3E%3Cpath d='M82.48 361.98C105.952 361.98 124.98 342.952 124.98 319.48C124.98 296.008 105.952 276.98 82.48 276.98C59.0079 276.98 39.98 296.008 39.98 319.48C39.98 342.952 59.0079 361.98 82.48 361.98Z' fill='%23E42D7E'/%3E%3Cpath d='M82.1001 362.39C105.572 362.39 124.6 343.362 124.6 319.89C124.6 296.418 105.572 277.39 82.1001 277.39C58.628 277.39 39.6001 296.418 39.6001 319.89C39.6001 343.362 58.628 362.39 82.1001 362.39Z' fill='%23E52D7D'/%3E%3Cpath d='M81.71 362.81C105.182 362.81 124.21 343.782 124.21 320.31C124.21 296.838 105.182 277.81 81.71 277.81C58.2379 277.81 39.21 296.838 39.21 320.31C39.21 343.782 58.2379 362.81 81.71 362.81Z' fill='%23E52D7C'/%3E%3Cpath d='M81.3301 363.23C104.802 363.23 123.83 344.202 123.83 320.73C123.83 297.258 104.802 278.23 81.3301 278.23C57.858 278.23 38.8301 297.258 38.8301 320.73C38.8301 344.202 57.858 363.23 81.3301 363.23Z' fill='%23E52D7B'/%3E%3Cpath d='M80.9499 363.65C104.422 363.65 123.45 344.622 123.45 321.15C123.45 297.678 104.422 278.65 80.9499 278.65C57.4778 278.65 38.45 297.678 38.45 321.15C38.45 344.622 57.4778 363.65 80.9499 363.65Z' fill='%23E52D7A'/%3E%3Cpath d='M80.5601 364.07C104.032 364.07 123.06 345.042 123.06 321.57C123.06 298.098 104.032 279.07 80.5601 279.07C57.088 279.07 38.0601 298.098 38.0601 321.57C38.0601 345.042 57.088 364.07 80.5601 364.07Z' fill='%23E52D79'/%3E%3Cpath d='M80.1799 364.5C103.652 364.5 122.68 345.472 122.68 322C122.68 298.528 103.652 279.5 80.1799 279.5C56.7078 279.5 37.6799 298.528 37.6799 322C37.6799 345.472 56.7078 364.5 80.1799 364.5Z' fill='%23E52D78'/%3E%3Cpath d='M79.8001 364.93C103.272 364.93 122.3 345.902 122.3 322.43C122.3 298.958 103.272 279.93 79.8001 279.93C56.328 279.93 37.3 298.958 37.3 322.43C37.3 345.902 56.328 364.93 79.8001 364.93Z' fill='%23E62C77'/%3E%3Cpath d='M79.4199 365.36C102.892 365.36 121.92 346.332 121.92 322.86C121.92 299.388 102.892 280.36 79.4199 280.36C55.9478 280.36 36.9199 299.388 36.9199 322.86C36.9199 346.332 55.9478 365.36 79.4199 365.36Z' fill='%23E62C76'/%3E%3Cpath d='M79.04 365.79C102.512 365.79 121.54 346.762 121.54 323.29C121.54 299.818 102.512 280.79 79.04 280.79C55.5679 280.79 36.54 299.818 36.54 323.29C36.54 346.762 55.5679 365.79 79.04 365.79Z' fill='%23E62C75'/%3E%3Cpath d='M78.6599 366.22C102.132 366.22 121.16 347.192 121.16 323.72C121.16 300.248 102.132 281.22 78.6599 281.22C55.1878 281.22 36.1599 300.248 36.1599 323.72C36.1599 347.192 55.1878 366.22 78.6599 366.22Z' fill='%23E62C74'/%3E%3Cpath d='M78.28 366.66C101.752 366.66 120.78 347.632 120.78 324.16C120.78 300.688 101.752 281.66 78.28 281.66C54.8079 281.66 35.78 300.688 35.78 324.16C35.78 347.632 54.8079 366.66 78.28 366.66Z' fill='%23E62C73'/%3E%3Cpath d='M77.9099 367.1C101.382 367.1 120.41 348.072 120.41 324.6C120.41 301.128 101.382 282.1 77.9099 282.1C54.4378 282.1 35.4099 301.128 35.4099 324.6C35.4099 348.072 54.4378 367.1 77.9099 367.1Z' fill='%23E62C72'/%3E%3Cpath d='M77.53 367.54C101.002 367.54 120.03 348.512 120.03 325.04C120.03 301.568 101.002 282.54 77.53 282.54C54.0579 282.54 35.03 301.568 35.03 325.04C35.03 348.512 54.0579 367.54 77.53 367.54Z' fill='%23E72C71'/%3E%3Cpath d='M77.1499 367.98C100.622 367.98 119.65 348.952 119.65 325.48C119.65 302.008 100.622 282.98 77.1499 282.98C53.6778 282.98 34.6499 302.008 34.6499 325.48C34.6499 348.952 53.6778 367.98 77.1499 367.98Z' fill='%23E72C70'/%3E%3Cpath d='M76.78 368.42C100.252 368.42 119.28 349.392 119.28 325.92C119.28 302.448 100.252 283.42 76.78 283.42C53.3079 283.42 34.28 302.448 34.28 325.92C34.28 349.392 53.3079 368.42 76.78 368.42Z' fill='%23E72C6F'/%3E%3Cpath d='M76.3999 368.87C99.872 368.87 118.9 349.842 118.9 326.37C118.9 302.898 99.872 283.87 76.3999 283.87C52.9278 283.87 33.8999 302.898 33.8999 326.37C33.8999 349.842 52.9278 368.87 76.3999 368.87Z' fill='%23E72C6E'/%3E%3Cpath d='M76.03 369.32C99.5021 369.32 118.53 350.292 118.53 326.82C118.53 303.348 99.5021 284.32 76.03 284.32C52.5579 284.32 33.53 303.348 33.53 326.82C33.53 350.292 52.5579 369.32 76.03 369.32Z' fill='%23E72C6D'/%3E%3Cpath d='M75.6499 369.77C99.122 369.77 118.15 350.742 118.15 327.27C118.15 303.798 99.122 284.77 75.6499 284.77C52.1778 284.77 33.1499 303.798 33.1499 327.27C33.1499 350.742 52.1778 369.77 75.6499 369.77Z' fill='%23E82C6C'/%3E%3Cpath d='M75.28 370.22C98.7521 370.22 117.78 351.192 117.78 327.72C117.78 304.248 98.7521 285.22 75.28 285.22C51.8079 285.22 32.78 304.248 32.78 327.72C32.78 351.192 51.8079 370.22 75.28 370.22Z' fill='%23E82C6B'/%3E%3Cpath d='M74.8999 370.68C98.372 370.68 117.4 351.652 117.4 328.18C117.4 304.708 98.372 285.68 74.8999 285.68C51.4278 285.68 32.3999 304.708 32.3999 328.18C32.3999 351.652 51.4278 370.68 74.8999 370.68Z' fill='%23E82C6A'/%3E%3Cpath d='M74.53 371.14C98.0021 371.14 117.03 352.112 117.03 328.64C117.03 305.168 98.0021 286.14 74.53 286.14C51.0579 286.14 32.03 305.168 32.03 328.64C32.03 352.112 51.0579 371.14 74.53 371.14Z' fill='%23E82C69'/%3E%3Cpath d='M74.1599 371.6C97.632 371.6 116.66 352.572 116.66 329.1C116.66 305.628 97.632 286.6 74.1599 286.6C50.6878 286.6 31.6599 305.628 31.6599 329.1C31.6599 352.572 50.6878 371.6 74.1599 371.6Z' fill='%23E82C68'/%3E%3Cpath d='M73.79 372.06C97.2621 372.06 116.29 353.032 116.29 329.56C116.29 306.088 97.2621 287.06 73.79 287.06C50.3179 287.06 31.29 306.088 31.29 329.56C31.29 353.032 50.3179 372.06 73.79 372.06Z' fill='%23E82C67'/%3E%3Cpath d='M73.4199 372.52C96.892 372.52 115.92 353.492 115.92 330.02C115.92 306.548 96.892 287.52 73.4199 287.52C49.9478 287.52 30.9199 306.548 30.9199 330.02C30.9199 353.492 49.9478 372.52 73.4199 372.52Z' fill='%23E92C66'/%3E%3Cpath d='M73.04 372.99C96.5121 372.99 115.54 353.962 115.54 330.49C115.54 307.018 96.5121 287.99 73.04 287.99C49.5679 287.99 30.54 307.018 30.54 330.49C30.54 353.962 49.5679 372.99 73.04 372.99Z' fill='%23E92C65'/%3E%3Cpath d='M72.6699 373.46C96.142 373.46 115.17 354.432 115.17 330.96C115.17 307.488 96.142 288.46 72.6699 288.46C49.1978 288.46 30.1699 307.488 30.1699 330.96C30.1699 354.432 49.1978 373.46 72.6699 373.46Z' fill='%23E92C64'/%3E%3Cpath d='M72.3101 373.93C95.7822 373.93 114.81 354.902 114.81 331.43C114.81 307.958 95.7822 288.93 72.3101 288.93C48.838 288.93 29.8101 307.958 29.8101 331.43C29.8101 354.902 48.838 373.93 72.3101 373.93Z' fill='%23E92C63'/%3E%3Cpath d='M71.9399 374.4C95.412 374.4 114.44 355.372 114.44 331.9C114.44 308.428 95.412 289.4 71.9399 289.4C48.4678 289.4 29.4399 308.428 29.4399 331.9C29.4399 355.372 48.4678 374.4 71.9399 374.4Z' fill='%23E92C62'/%3E%3Cpath d='M71.5701 374.88C95.0422 374.88 114.07 355.852 114.07 332.38C114.07 308.908 95.0422 289.88 71.5701 289.88C48.098 289.88 29.0701 308.908 29.0701 332.38C29.0701 355.852 48.098 374.88 71.5701 374.88Z' fill='%23E92C61'/%3E%3Cpath d='M71.1999 375.36C94.6721 375.36 113.7 356.332 113.7 332.86C113.7 309.388 94.6721 290.36 71.1999 290.36C47.7278 290.36 28.7 309.388 28.7 332.86C28.7 356.332 47.7278 375.36 71.1999 375.36Z' fill='%23EA2C60'/%3E%3Cpath d='M70.8301 375.84C94.3022 375.84 113.33 356.812 113.33 333.34C113.33 309.868 94.3022 290.84 70.8301 290.84C47.358 290.84 28.3301 309.868 28.3301 333.34C28.3301 356.812 47.358 375.84 70.8301 375.84Z' fill='%23EA2B5F'/%3E%3Cpath d='M70.46 376.32C93.9321 376.32 112.96 357.292 112.96 333.82C112.96 310.348 93.9321 291.32 70.46 291.32C46.9879 291.32 27.96 310.348 27.96 333.82C27.96 357.292 46.9879 376.32 70.46 376.32Z' fill='%23EA2B5E'/%3E%3Cpath d='M70.1001 376.81C93.5722 376.81 112.6 357.782 112.6 334.31C112.6 310.838 93.5722 291.81 70.1001 291.81C46.628 291.81 27.6001 310.838 27.6001 334.31C27.6001 357.782 46.628 376.81 70.1001 376.81Z' fill='%23EA2B5D'/%3E%3Cpath d='M69.73 377.29C93.2021 377.29 112.23 358.262 112.23 334.79C112.23 311.318 93.2021 292.29 69.73 292.29C46.2579 292.29 27.23 311.318 27.23 334.79C27.23 358.262 46.2579 377.29 69.73 377.29Z' fill='%23EA2B5C'/%3E%3Cpath d='M69.3701 377.78C92.8422 377.78 111.87 358.752 111.87 335.28C111.87 311.808 92.8422 292.78 69.3701 292.78C45.898 292.78 26.8701 311.808 26.8701 335.28C26.8701 358.752 45.898 377.78 69.3701 377.78Z' fill='%23EB2B5B'/%3E%3Cpath d='M69 378.27C92.4721 378.27 111.5 359.242 111.5 335.77C111.5 312.298 92.4721 293.27 69 293.27C45.5279 293.27 26.5 312.298 26.5 335.77C26.5 359.242 45.5279 378.27 69 378.27Z' fill='%23EB2B5A'/%3E%3Cpath d='M68.6399 378.77C92.112 378.77 111.14 359.742 111.14 336.27C111.14 312.798 92.112 293.77 68.6399 293.77C45.1678 293.77 26.1399 312.798 26.1399 336.27C26.1399 359.742 45.1678 378.77 68.6399 378.77Z' fill='%23EB2B59'/%3E%3Cpath d='M68.27 379.26C91.7421 379.26 110.77 360.232 110.77 336.76C110.77 313.288 91.7421 294.26 68.27 294.26C44.7979 294.26 25.77 313.288 25.77 336.76C25.77 360.232 44.7979 379.26 68.27 379.26Z' fill='%23EB2B58'/%3E%3Cpath d='M67.9099 379.76C91.382 379.76 110.41 360.732 110.41 337.26C110.41 313.788 91.382 294.76 67.9099 294.76C44.4378 294.76 25.4099 313.788 25.4099 337.26C25.4099 360.732 44.4378 379.76 67.9099 379.76Z' fill='%23EB2B57'/%3E%3Cpath d='M67.5501 380.26C91.0222 380.26 110.05 361.232 110.05 337.76C110.05 314.288 91.0222 295.26 67.5501 295.26C44.078 295.26 25.05 314.288 25.05 337.76C25.05 361.232 44.078 380.26 67.5501 380.26Z' fill='%23EB2B56'/%3E%3Cpath d='M67.1799 380.77C90.652 380.77 109.68 361.742 109.68 338.27C109.68 314.798 90.652 295.77 67.1799 295.77C43.7078 295.77 24.6799 314.798 24.6799 338.27C24.6799 361.742 43.7078 380.77 67.1799 380.77Z' fill='%23EC2B55'/%3E%3Cpath d='M66.8201 381.27C90.2922 381.27 109.32 362.242 109.32 338.77C109.32 315.298 90.2922 296.27 66.8201 296.27C43.348 296.27 24.3201 315.298 24.3201 338.77C24.3201 362.242 43.348 381.27 66.8201 381.27Z' fill='%23EC2B54'/%3E%3Cpath d='M66.46 381.78C89.9321 381.78 108.96 362.752 108.96 339.28C108.96 315.808 89.9321 296.78 66.46 296.78C42.9879 296.78 23.96 315.808 23.96 339.28C23.96 362.752 42.9879 381.78 66.46 381.78Z' fill='%23EC2B53'/%3E%3Cpath d='M66.1001 382.29C89.5722 382.29 108.6 363.262 108.6 339.79C108.6 316.318 89.5722 297.29 66.1001 297.29C42.628 297.29 23.6001 316.318 23.6001 339.79C23.6001 363.262 42.628 382.29 66.1001 382.29Z' fill='%23EC2B52'/%3E%3Cpath d='M65.74 382.8C89.2121 382.8 108.24 363.772 108.24 340.3C108.24 316.828 89.2121 297.8 65.74 297.8C42.2679 297.8 23.24 316.828 23.24 340.3C23.24 363.772 42.2679 382.8 65.74 382.8Z' fill='%23EC2B51'/%3E%3Cpath d='M65.3799 383.32C88.852 383.32 107.88 364.292 107.88 340.82C107.88 317.348 88.852 298.32 65.3799 298.32C41.9078 298.32 22.8799 317.348 22.8799 340.82C22.8799 364.292 41.9078 383.32 65.3799 383.32Z' fill='%23EC2B50'/%3E%3Cpath d='M65.02 383.84C88.4921 383.84 107.52 364.812 107.52 341.34C107.52 317.868 88.4921 298.84 65.02 298.84C41.5479 298.84 22.52 317.868 22.52 341.34C22.52 364.812 41.5479 383.84 65.02 383.84Z' fill='%23ED2B4F'/%3E%3Cpath d='M64.6599 384.36C88.132 384.36 107.16 365.332 107.16 341.86C107.16 318.388 88.132 299.36 64.6599 299.36C41.1878 299.36 22.1599 318.388 22.1599 341.86C22.1599 365.332 41.1878 384.36 64.6599 384.36Z' fill='%23ED2B4E'/%3E%3Cpath d='M64.3001 384.88C87.7722 384.88 106.8 365.852 106.8 342.38C106.8 318.908 87.7722 299.88 64.3001 299.88C40.828 299.88 21.8 318.908 21.8 342.38C21.8 365.852 40.828 384.88 64.3001 384.88Z' fill='%23ED2B4D'/%3E%3Cpath d='M63.9399 385.4C87.412 385.4 106.44 366.372 106.44 342.9C106.44 319.428 87.412 300.4 63.9399 300.4C40.4678 300.4 21.4399 319.428 21.4399 342.9C21.4399 366.372 40.4678 385.4 63.9399 385.4Z' fill='%23ED2B4C'/%3E%3Cpath d='M63.5801 385.93C87.0522 385.93 106.08 366.902 106.08 343.43C106.08 319.958 87.0522 300.93 63.5801 300.93C40.108 300.93 21.0801 319.958 21.0801 343.43C21.0801 366.902 40.108 385.93 63.5801 385.93Z' fill='%23ED2B4B'/%3E%3Cpath d='M63.23 386.46C86.7021 386.46 105.73 367.432 105.73 343.96C105.73 320.488 86.7021 301.46 63.23 301.46C39.7579 301.46 20.73 320.488 20.73 343.96C20.73 367.432 39.7579 386.46 63.23 386.46Z' fill='%23ED2B4A'/%3E%3Cpath d='M62.8701 386.99C86.3422 386.99 105.37 367.962 105.37 344.49C105.37 321.018 86.3422 301.99 62.8701 301.99C39.398 301.99 20.3701 321.018 20.3701 344.49C20.3701 367.962 39.398 386.99 62.8701 386.99Z' fill='%23EE2B49'/%3E%3Cpath d='M62.51 387.53C85.9821 387.53 105.01 368.502 105.01 345.03C105.01 321.558 85.9821 302.53 62.51 302.53C39.0379 302.53 20.01 321.558 20.01 345.03C20.01 368.502 39.0379 387.53 62.51 387.53Z' fill='%23EE2A48'/%3E%3Cpath d='M62.1599 388.07C85.632 388.07 104.66 369.042 104.66 345.57C104.66 322.098 85.632 303.07 62.1599 303.07C38.6878 303.07 19.6599 322.098 19.6599 345.57C19.6599 369.042 38.6878 388.07 62.1599 388.07Z' fill='%23EE2A47'/%3E%3Cpath d='M61.8 388.61C85.2721 388.61 104.3 369.582 104.3 346.11C104.3 322.638 85.2721 303.61 61.8 303.61C38.3279 303.61 19.3 322.638 19.3 346.11C19.3 369.582 38.3279 388.61 61.8 388.61Z' fill='%23EE2A46'/%3E%3Cpath d='M61.45 389.15C84.9221 389.15 103.95 370.122 103.95 346.65C103.95 323.178 84.9221 304.15 61.45 304.15C37.9778 304.15 18.95 323.178 18.95 346.65C18.95 370.122 37.9778 389.15 61.45 389.15Z' fill='%23EE2A45'/%3E%3Cpath d='M61.0901 389.69C84.5622 389.69 103.59 370.662 103.59 347.19C103.59 323.718 84.5622 304.69 61.0901 304.69C37.618 304.69 18.5901 323.718 18.5901 347.19C18.5901 370.662 37.618 389.69 61.0901 389.69Z' fill='%23EF2A44'/%3E%3Cpath d='M60.74 390.24C84.2121 390.24 103.24 371.212 103.24 347.74C103.24 324.268 84.2121 305.24 60.74 305.24C37.2679 305.24 18.24 324.268 18.24 347.74C18.24 371.212 37.2679 390.24 60.74 390.24Z' fill='%23EF2A43'/%3E%3Cpath d='M60.3799 390.79C83.852 390.79 102.88 371.762 102.88 348.29C102.88 324.818 83.852 305.79 60.3799 305.79C36.9078 305.79 17.8799 324.818 17.8799 348.29C17.8799 371.762 36.9078 390.79 60.3799 390.79Z' fill='%23EF2A42'/%3E%3Cpath d='M60.03 391.34C83.5021 391.34 102.53 372.312 102.53 348.84C102.53 325.368 83.5021 306.34 60.03 306.34C36.5579 306.34 17.53 325.368 17.53 348.84C17.53 372.312 36.5579 391.34 60.03 391.34Z' fill='%23EF2A41'/%3E%3Cpath d='M59.6799 391.9C83.152 391.9 102.18 372.872 102.18 349.4C102.18 325.928 83.152 306.9 59.6799 306.9C36.2078 306.9 17.1799 325.928 17.1799 349.4C17.1799 372.872 36.2078 391.9 59.6799 391.9Z' fill='%23EF2A40'/%3E%3Cpath d='M59.3201 392.45C82.7922 392.45 101.82 373.422 101.82 349.95C101.82 326.478 82.7922 307.45 59.3201 307.45C35.848 307.45 16.8201 326.478 16.8201 349.95C16.8201 373.422 35.848 392.45 59.3201 392.45Z' fill='%23EF2A3F'/%3E%3Cpath d='M58.97 393.01C82.4421 393.01 101.47 373.982 101.47 350.51C101.47 327.038 82.4421 308.01 58.97 308.01C35.4979 308.01 16.47 327.038 16.47 350.51C16.47 373.982 35.4979 393.01 58.97 393.01Z' fill='%23F02A3E'/%3E%3Cpath d='M58.6201 393.57C82.0922 393.57 101.12 374.542 101.12 351.07C101.12 327.598 82.0922 308.57 58.6201 308.57C35.148 308.57 16.1201 327.598 16.1201 351.07C16.1201 374.542 35.148 393.57 58.6201 393.57Z' fill='%23F02A3D'/%3E%3Cpath d='M58.27 394.14C81.7421 394.14 100.77 375.112 100.77 351.64C100.77 328.168 81.7421 309.14 58.27 309.14C34.7979 309.14 15.77 328.168 15.77 351.64C15.77 375.112 34.7979 394.14 58.27 394.14Z' fill='%23F02A3C'/%3E%3Cpath d='M57.9199 394.71C81.392 394.71 100.42 375.682 100.42 352.21C100.42 328.738 81.392 309.71 57.9199 309.71C34.4478 309.71 15.4199 328.738 15.4199 352.21C15.4199 375.682 34.4478 394.71 57.9199 394.71Z' fill='%23F02A3B'/%3E%3Cpath d='M57.5701 395.28C81.0422 395.28 100.07 376.252 100.07 352.78C100.07 329.308 81.0422 310.28 57.5701 310.28C34.098 310.28 15.0701 329.308 15.0701 352.78C15.0701 376.252 34.098 395.28 57.5701 395.28Z' fill='%23F02A3A'/%3E%3Cpath d='M57.22 395.85C80.6921 395.85 99.72 376.822 99.72 353.35C99.72 329.878 80.6921 310.85 57.22 310.85C33.7479 310.85 14.72 329.878 14.72 353.35C14.72 376.822 33.7479 395.85 57.22 395.85Z' fill='%23F02A39'/%3E%3Cpath d='M56.8701 396.42C80.3422 396.42 99.3701 377.392 99.3701 353.92C99.3701 330.448 80.3422 311.42 56.8701 311.42C33.398 311.42 14.3701 330.448 14.3701 353.92C14.3701 377.392 33.398 396.42 56.8701 396.42Z' fill='%23F12A38'/%3E%3Cpath d='M56.52 397C79.9921 397 99.02 377.972 99.02 354.5C99.02 331.028 79.9921 312 56.52 312C33.0479 312 14.02 331.028 14.02 354.5C14.02 377.972 33.0479 397 56.52 397Z' fill='%23F12A37'/%3E%3Cpath d='M56.1699 397.58C79.642 397.58 98.6699 378.552 98.6699 355.08C98.6699 331.608 79.642 312.58 56.1699 312.58C32.6978 312.58 13.6699 331.608 13.6699 355.08C13.6699 378.552 32.6978 397.58 56.1699 397.58Z' fill='%23F12A36'/%3E%3Cpath d='M55.8201 398.16C79.2922 398.16 98.3201 379.132 98.3201 355.66C98.3201 332.188 79.2922 313.16 55.8201 313.16C32.348 313.16 13.3201 332.188 13.3201 355.66C13.3201 379.132 32.348 398.16 55.8201 398.16Z' fill='%23F12A35'/%3E%3Cpath d='M55.47 398.75C78.9421 398.75 97.97 379.722 97.97 356.25C97.97 332.778 78.9421 313.75 55.47 313.75C31.9979 313.75 12.97 332.778 12.97 356.25C12.97 379.722 31.9979 398.75 55.47 398.75Z' fill='%23F12A34'/%3E%3Cpath d='M55.1299 399.34C78.602 399.34 97.6299 380.312 97.6299 356.84C97.6299 333.368 78.602 314.34 55.1299 314.34C31.6578 314.34 12.6299 333.368 12.6299 356.84C12.6299 380.312 31.6578 399.34 55.1299 399.34Z' fill='%23F22A33'/%3E%3Cpath d='M54.78 399.93C78.2521 399.93 97.28 380.902 97.28 357.43C97.28 333.958 78.2521 314.93 54.78 314.93C31.3079 314.93 12.28 333.958 12.28 357.43C12.28 380.902 31.3079 399.93 54.78 399.93Z' fill='%23F22A32'/%3E%3Cpath d='M54.4299 400.52C77.902 400.52 96.9299 381.492 96.9299 358.02C96.9299 334.548 77.902 315.52 54.4299 315.52C30.9578 315.52 11.9299 334.548 11.9299 358.02C11.9299 381.492 30.9578 400.52 54.4299 400.52Z' fill='%23F22931'/%3E%3Cpath d='M54.0801 401.12C77.5522 401.12 96.5801 382.092 96.5801 358.62C96.5801 335.148 77.5522 316.12 54.0801 316.12C30.608 316.12 11.5801 335.148 11.5801 358.62C11.5801 382.092 30.608 401.12 54.0801 401.12Z' fill='%23F22930'/%3E%3Cpath d='M53.74 401.72C77.2121 401.72 96.24 382.692 96.24 359.22C96.24 335.748 77.2121 316.72 53.74 316.72C30.2679 316.72 11.24 335.748 11.24 359.22C11.24 382.692 30.2679 401.72 53.74 401.72Z' fill='%23F2292F'/%3E%3Cpath d='M53.3899 402.32C76.862 402.32 95.8899 383.292 95.8899 359.82C95.8899 336.348 76.862 317.32 53.3899 317.32C29.9178 317.32 10.8899 336.348 10.8899 359.82C10.8899 383.292 29.9178 402.32 53.3899 402.32Z' fill='%23F2292E'/%3E%3Cpath d='M53.05 402.92C76.5221 402.92 95.55 383.892 95.55 360.42C95.55 336.948 76.5221 317.92 53.05 317.92C29.5779 317.92 10.55 336.948 10.55 360.42C10.55 383.892 29.5779 402.92 53.05 402.92Z' fill='%23F3292D'/%3E%3Cpath d='M52.7 403.53C76.1721 403.53 95.2 384.502 95.2 361.03C95.2 337.558 76.1721 318.53 52.7 318.53C29.2278 318.53 10.2 337.558 10.2 361.03C10.2 384.502 29.2278 403.53 52.7 403.53Z' fill='%23F3292C'/%3E%3Cpath d='M52.3601 404.14C75.8322 404.14 94.8601 385.112 94.8601 361.64C94.8601 338.168 75.8322 319.14 52.3601 319.14C28.888 319.14 9.86011 338.168 9.86011 361.64C9.86011 385.112 28.888 404.14 52.3601 404.14Z' fill='%23F3292B'/%3E%3Cpath d='M52.01 404.75C75.4821 404.75 94.51 385.722 94.51 362.25C94.51 338.778 75.4821 319.75 52.01 319.75C28.5379 319.75 9.51001 338.778 9.51001 362.25C9.51001 385.722 28.5379 404.75 52.01 404.75Z' fill='%23F3292A'/%3E%3Cpath d='M51.6699 405.36C75.142 405.36 94.1699 386.332 94.1699 362.86C94.1699 339.388 75.142 320.36 51.6699 320.36C28.1978 320.36 9.16992 339.388 9.16992 362.86C9.16992 386.332 28.1978 405.36 51.6699 405.36Z' fill='%23F32929'/%3E%3Cpath d='M51.3201 405.98C74.7922 405.98 93.8201 386.952 93.8201 363.48C93.8201 340.008 74.7922 320.98 51.3201 320.98C27.848 320.98 8.82007 340.008 8.82007 363.48C8.82007 386.952 27.848 405.98 51.3201 405.98Z' fill='%23F32928'/%3E%3Cpath d='M50.98 406.6C74.4521 406.6 93.48 387.572 93.48 364.1C93.48 340.628 74.4521 321.6 50.98 321.6C27.5079 321.6 8.47998 340.628 8.47998 364.1C8.47998 387.572 27.5079 406.6 50.98 406.6Z' fill='%23F42927'/%3E%3Cpath d='M50.6399 407.22C74.112 407.22 93.1399 388.192 93.1399 364.72C93.1399 341.248 74.112 322.22 50.6399 322.22C27.1678 322.22 8.13989 341.248 8.13989 364.72C8.13989 388.192 27.1678 407.22 50.6399 407.22Z' fill='%23F42926'/%3E%3Cpath d='M50.3 407.85C73.7721 407.85 92.8 388.822 92.8 365.35C92.8 341.878 73.7721 322.85 50.3 322.85C26.8279 322.85 7.80005 341.878 7.80005 365.35C7.80005 388.822 26.8279 407.85 50.3 407.85Z' fill='%23F42925'/%3E%3Cpath d='M49.95 408.48C73.4221 408.48 92.45 389.452 92.45 365.98C92.45 342.508 73.4221 323.48 49.95 323.48C26.4778 323.48 7.44995 342.508 7.44995 365.98C7.44995 389.452 26.4778 408.48 49.95 408.48Z' fill='%23F42924'/%3E%3Cpath d='M49.6101 409.11C73.0822 409.11 92.1101 390.082 92.1101 366.61C92.1101 343.138 73.0822 324.11 49.6101 324.11C26.138 324.11 7.11011 343.138 7.11011 366.61C7.11011 390.082 26.138 409.11 49.6101 409.11Z' fill='%23F42923'/%3E%3Cpath d='M49.27 409.74C72.7421 409.74 91.77 390.712 91.77 367.24C91.77 343.768 72.7421 324.74 49.27 324.74C25.7979 324.74 6.77002 343.768 6.77002 367.24C6.77002 390.712 25.7979 409.74 49.27 409.74Z' fill='%23F42922'/%3E%3Cpath d='M48.9299 410.38C72.402 410.38 91.4299 391.352 91.4299 367.88C91.4299 344.408 72.402 325.38 48.9299 325.38C25.4578 325.38 6.42993 344.408 6.42993 367.88C6.42993 391.352 25.4578 410.38 48.9299 410.38Z' fill='%23F52921'/%3E%3Cpath d='M48.5901 411.02C72.0622 411.02 91.0901 391.992 91.0901 368.52C91.0901 345.048 72.0622 326.02 48.5901 326.02C25.118 326.02 6.09009 345.048 6.09009 368.52C6.09009 391.992 25.118 411.02 48.5901 411.02Z' fill='%23F52920'/%3E%3Cpath d='M48.25 411.66C71.7221 411.66 90.75 392.632 90.75 369.16C90.75 345.688 71.7221 326.66 48.25 326.66C24.7779 326.66 5.75 345.688 5.75 369.16C5.75 392.632 24.7779 411.66 48.25 411.66Z' fill='%23F5291F'/%3E%3Cpath d='M47.9099 412.3C71.382 412.3 90.4099 393.272 90.4099 369.8C90.4099 346.328 71.382 327.3 47.9099 327.3C24.4378 327.3 5.40991 346.328 5.40991 369.8C5.40991 393.272 24.4378 412.3 47.9099 412.3Z' fill='%23F5291E'/%3E%3Cpath d='M47.5701 412.95C71.0422 412.95 90.0701 393.922 90.0701 370.45C90.0701 346.978 71.0422 327.95 47.5701 327.95C24.098 327.95 5.07007 346.978 5.07007 370.45C5.07007 393.922 24.098 412.95 47.5701 412.95Z' fill='%23F5291D'/%3E%3Cpath d='M47.23 413.6C70.7021 413.6 89.73 394.572 89.73 371.1C89.73 347.628 70.7021 328.6 47.23 328.6C23.7579 328.6 4.72998 347.628 4.72998 371.1C4.72998 394.572 23.7579 413.6 47.23 413.6Z' fill='%23F6291C'/%3E%3Cpath d='M46.8899 414.25C70.362 414.25 89.3899 395.222 89.3899 371.75C89.3899 348.278 70.362 329.25 46.8899 329.25C23.4178 329.25 4.38989 348.278 4.38989 371.75C4.38989 395.222 23.4178 414.25 46.8899 414.25Z' fill='%23F6291B'/%3E%3Cpath d='M46.55 414.91C70.0221 414.91 89.05 395.882 89.05 372.41C89.05 348.938 70.0221 329.91 46.55 329.91C23.0779 329.91 4.05005 348.938 4.05005 372.41C4.05005 395.882 23.0779 414.91 46.55 414.91Z' fill='%23F6291A'/%3E%3Cpath d='M46.21 415.57C69.6821 415.57 88.71 396.542 88.71 373.07C88.71 349.598 69.6821 330.57 46.21 330.57C22.7379 330.57 3.70996 349.598 3.70996 373.07C3.70996 396.542 22.7379 415.57 46.21 415.57Z' fill='%23F62819'/%3E%3Cpath d='M45.8701 416.23C69.3422 416.23 88.3701 397.202 88.3701 373.73C88.3701 350.258 69.3422 331.23 45.8701 331.23C22.398 331.23 3.37012 350.258 3.37012 373.73C3.37012 397.202 22.398 416.23 45.8701 416.23Z' fill='%23F62818'/%3E%3Cpath d='M45.53 416.89C69.0021 416.89 88.03 397.862 88.03 374.39C88.03 350.918 69.0021 331.89 45.53 331.89C22.0579 331.89 3.03003 350.918 3.03003 374.39C3.03003 397.862 22.0579 416.89 45.53 416.89Z' fill='%23F62817'/%3E%3Cpath d='M45.1899 417.56C68.662 417.56 87.6899 398.532 87.6899 375.06C87.6899 351.588 68.662 332.56 45.1899 332.56C21.7178 332.56 2.68994 351.588 2.68994 375.06C2.68994 398.532 21.7178 417.56 45.1899 417.56Z' fill='%23F72816'/%3E%3Cpath d='M44.8601 418.23C68.3322 418.23 87.3601 399.202 87.3601 375.73C87.3601 352.258 68.3322 333.23 44.8601 333.23C21.388 333.23 2.36011 352.258 2.36011 375.73C2.36011 399.202 21.388 418.23 44.8601 418.23Z' fill='%23F72815'/%3E%3Cpath d='M44.52 418.9C67.9921 418.9 87.02 399.872 87.02 376.4C87.02 352.928 67.9921 333.9 44.52 333.9C21.0479 333.9 2.02002 352.928 2.02002 376.4C2.02002 399.872 21.0479 418.9 44.52 418.9Z' fill='%23F72814'/%3E%3Cpath d='M44.1799 419.58C67.652 419.58 86.6799 400.552 86.6799 377.08C86.6799 353.608 67.652 334.58 44.1799 334.58C20.7078 334.58 1.67993 353.608 1.67993 377.08C1.67993 400.552 20.7078 419.58 44.1799 419.58Z' fill='%23F72813'/%3E%3Cpath d='M43.8401 420.26C67.3122 420.26 86.3401 401.232 86.3401 377.76C86.3401 354.288 67.3122 335.26 43.8401 335.26C20.368 335.26 1.34009 354.288 1.34009 377.76C1.34009 401.232 20.368 420.26 43.8401 420.26Z' fill='%23F72812'/%3E%3Cpath d='M43.51 420.94C66.9821 420.94 86.01 401.912 86.01 378.44C86.01 354.968 66.9821 335.94 43.51 335.94C20.0379 335.94 1.01001 354.968 1.01001 378.44C1.01001 401.912 20.0379 420.94 43.51 420.94Z' fill='%23F72811'/%3E%3Cpath d='M43.1699 421.62C66.642 421.62 85.6699 402.592 85.6699 379.12C85.6699 355.648 66.642 336.62 43.1699 336.62C19.6978 336.62 0.669922 355.648 0.669922 379.12C0.669922 402.592 19.6978 421.62 43.1699 421.62Z' fill='%23F82810'/%3E%3Cpath d='M42.8401 422.31C66.3122 422.31 85.3401 403.282 85.3401 379.81C85.3401 356.338 66.3122 337.31 42.8401 337.31C19.368 337.31 0.340088 356.338 0.340088 379.81C0.340088 403.282 19.368 422.31 42.8401 422.31Z' fill='%23F8280F'/%3E%3Cpath d='M42.5 423C65.9721 423 85 403.972 85 380.5C85 357.028 65.9721 338 42.5 338C19.0279 338 0 357.028 0 380.5C0 403.972 19.0279 423 42.5 423Z' fill='%23F8280E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2032_2163'%3E%3Crect width='525' height='423' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: 138%;
    background-position: -8rem 22.8rem;
  }
}
.topPage .kvSec__inner {
  overflow-x: clip;
}
@media screen and (min-width: 1920px) {
  .topPage .kvSec__inner {
    max-width: 144rem;
    margin: 0 auto;
  }
}
.topPage .kvSec__ttl {
  font: 700 clamp(2.4rem, 4vw, 4.9rem)/1.2 "Noto Sans JP", serif;
  letter-spacing: 0;
  color: #2288dd;
  position: absolute;
  top: 7.5%;
  left: 8.35%;
}
@media screen and (min-width: 1920px) {
  .topPage .kvSec__ttl {
    left: calc(50% - 60rem);
  }
}
@media screen and (max-width: 780px) {
  .topPage .kvSec__ttl {
    font-size: 3.1rem;
    letter-spacing: -0.01em;
    top: 30.1rem;
    left: 1.95rem;
  }
}
.topPage .kvSec__wrap {
  min-height: 78.5rem;
  position: relative;
}
.topPage .kvSec__figure {
  position: absolute;
  overflow: hidden;
}
.topPage .kvSec__figure img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 780px) {
  .topPage .kvSec__figure {
    width: 100% !important;
    border-radius: 1rem !important;
  }
}
.topPage .kvSec__figure01 {
  width: 34.3vw;
  top: 20.5%;
  right: 0;
  border-top-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
}
@media screen and (min-width: 1920px) {
  .topPage .kvSec__figure01 {
    max-width: 49.4rem;
    width: 100%;
    border-radius: 3rem;
  }
}
@media screen and (max-width: 780px) {
  .topPage .kvSec__figure01 {
    max-width: 21.7rem;
    top: 6.5%;
    z-index: 1;
  }
}
.topPage .kvSec__figure02 {
  width: 15.9vw;
  top: 10%;
  right: 37.45%;
  border-radius: 3rem;
}
@media screen and (min-width: 1920px) {
  .topPage .kvSec__figure02 {
    max-width: 22.9rem;
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .topPage .kvSec__figure02 {
    max-width: 15.25rem;
    top: 58.8%;
    left: 5.1%;
  }
}
.topPage .kvSec__figure03 {
  width: 32.1vw;
  top: 52.7%;
  right: 44.95%;
  border-radius: 3rem;
}
@media screen and (min-width: 1920px) {
  .topPage .kvSec__figure03 {
    max-width: 46.2rem;
    width: 100%;
  }
}
.topPage .kvSec__figure04 {
  width: 11.8vw;
  top: 36.5%;
  right: 82.44%;
  border-radius: 1.5rem;
}
@media screen and (min-width: 1920px) {
  .topPage .kvSec__figure04 {
    max-width: 17rem;
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .topPage .kvSec__figure04 {
    max-width: 9.55rem;
    top: 11.7%;
    left: 9%;
    border-radius: 1.5rem !important;
  }
}
.topPage .kvSec__figure05 {
  width: 12.4vw;
  top: 65.7%;
  left: 0;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
@media screen and (min-width: 1920px) {
  .topPage .kvSec__figure05 {
    max-width: 17.8rem;
    width: 100%;
    border-radius: 1.5rem;
  }
}
@media screen and (max-width: 780px) {
  .topPage .kvSec__figure05 {
    max-width: 11.35rem;
    top: 53.75%;
    left: 58.2%;
  }
}
.topPage .kvSec__txtGroup {
  position: absolute;
}
.topPage .kvSec__txtGroup01 {
  top: 2.3%;
  right: 48%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 780px) {
  .topPage .kvSec__txtGroup01 {
    top: 71.5%;
    right: -12.35%;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.topPage .kvSec__txtGroup02 {
  top: 8.5%;
  right: 15.6%;
}
@media screen and (max-width: 780px) {
  .topPage .kvSec__txtGroup02 {
    top: 21%;
    right: 78.3%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.topPage .kvSec__txtGroup03 {
  top: 24.45%;
  left: 3.05%;
}
@media screen and (max-width: 780px) {
  .topPage .kvSec__txtGroup03 {
    top: 81.25%;
    left: 5%;
  }
}
.topPage .kvSec__txtGroup04 {
  bottom: 5.5%;
  right: 31.4%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 780px) {
  .topPage .kvSec__txtGroup04 {
    bottom: 91.65%;
    right: 71.7%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.topPage .kvSec__txt {
  font: 700 clamp(1.6rem, 2vw, 2.7rem)/4.5 "Urbanist", serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 780px) {
  .topPage .kvSec__txt {
    font-size: 1.6rem;
    letter-spacing: -0.02em;
    white-space: nowrap;
  }
}
.topPage .kvSec__txt01 {
  color: #2288dd;
}
@media screen and (max-width: 780px) {
  .topPage .kvSec__txt01 {
    letter-spacing: -0.06em;
  }
}
.topPage .kvSec__txt02 {
  color: #e05a4a;
}
@media screen and (max-width: 780px) {
  .topPage .kvSec__txt02 {
    color: #41af80;
  }
}
.topPage .kvSec__txt03 {
  color: #41af80;
}
@media screen and (max-width: 780px) {
  .topPage .kvSec__txt03 {
    color: #e05a4a;
  }
}
.topPage .kvSec__txt04 {
  color: #41af80;
}
@media screen and (max-width: 780px) {
  .topPage .kvSec__txt04 {
    color: #e05a4a;
  }
}
.topPage .kvSec__line {
  width: 25rem;
  height: 0.2rem;
  position: absolute;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  -webkit-transition: clip-path 2s ease-in-out;
  transition: clip-path 2s ease-in-out;
}
.topPage .kvSec__line.aos-animate {
  clip-path: inset(0 0 0 0);
}
@media screen and (max-width: 780px) {
  .topPage .kvSec__line {
    width: 27rem;
    height: 0.15rem;
  }
}
.topPage .kvSec__line01 {
  background-color: #e05a4a;
  top: 48.9%;
  right: -38.5rem;
  clip-path: inset(0 100% 0 0);
}
@media screen and (max-width: 780px) {
  .topPage .kvSec__line01 {
    top: 49.8%;
    right: -62.3rem;
    background-color: #41af80;
    width: 40.9rem;
  }
}
.topPage .kvSec__line02 {
  background-color: #2288dd;
  width: 0.2rem;
  height: 25rem;
  top: 49.6%;
  left: -13.5rem;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg) !important;
          transform: translate(-50%, -50%) rotate(-90deg) !important;
  clip-path: inset(100% 0 0 0);
}
@media screen and (max-width: 780px) {
  .topPage .kvSec__line02 {
    height: 24rem;
    top: 50%;
    left: 211.5%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg) !important;
            transform: translate(-50%, -50%) rotate(90deg) !important;
  }
}
.topPage .kvSec__line03 {
  background-color: #41af80;
  width: 0.2rem;
  height: 5.1rem;
  top: 49.5%;
  left: -3.5rem;
  -webkit-transform: translate(-50%, -50%) rotate(90deg) !important;
          transform: translate(-50%, -50%) rotate(90deg) !important;
  clip-path: inset(0 0 100% 0);
}
@media screen and (max-width: 780px) {
  .topPage .kvSec__line03 {
    width: 0.15rem;
    height: 40.6rem;
    top: 49%;
    left: 33.4rem;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg) !important;
            transform: translate(-50%, -50%) rotate(-90deg) !important;
    background-color: #e05a4a;
  }
}
.topPage .kvSec__line04 {
  background-color: #41af80;
  width: 5.2rem;
  top: 50%;
  right: -8.9rem;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg) !important;
          transform: translate(-50%, -50%) rotate(-180deg) !important;
  clip-path: inset(0 0 0 100%);
}
@media screen and (max-width: 780px) {
  .topPage .kvSec__line04 {
    background-color: #e05a4a;
    width: 30rem;
    top: 49.2%;
    right: -46rem;
    -webkit-transform: translate(-50%, -50%) rotate(-360deg) !important;
            transform: translate(-50%, -50%) rotate(-360deg) !important;
    clip-path: inset(0 100% 0 0);
  }
}
.topPage .conceptSec__inner {
  padding: 39.5rem 0;
  position: relative;
}
@media screen and (min-width: 1920px) {
  .topPage .conceptSec__inner {
    max-width: 75%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 780px) {
  .topPage .conceptSec__inner {
    overflow: hidden;
    padding: 13rem 0 26rem;
  }
}
.topPage .conceptSec__txt {
  font: 500 clamp(1.75rem, 3vw, 3.2rem)/1.8 "Noto Sans JP", serif;
  letter-spacing: 0;
  text-align: center;
  max-width: 81%;
  margin: 0 auto;
}
.topPage .conceptSec__txt span {
  margin-left: -3.2rem;
}
@media screen and (max-width: 780px) {
  .topPage .conceptSec__txt {
    font-size: 1.6rem;
    letter-spacing: -0.04em;
    line-height: 1.75;
    max-width: 100%;
  }
  .topPage .conceptSec__txt span {
    margin-left: 0;
  }
}
.topPage .conceptSec__cont {
  position: relative;
}
.topPage .conceptSec__diamondWrap {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.topPage .conceptSec__diamondWrap01 {
  top: -28.1rem;
  left: 50%;
}
@media screen and (min-width: 1920px) {
  .topPage .conceptSec__diamondWrap01 {
    top: -19.1rem;
  }
}
@media screen and (max-width: 780px) {
  .topPage .conceptSec__diamondWrap01 {
    top: -21.9rem;
    left: 50.9%;
  }
}
.topPage .conceptSec__diamondWrap02 {
  top: -66.8rem;
  right: 8.05%;
}
@media screen and (min-width: 1920px) {
  .topPage .conceptSec__diamondWrap02 {
    top: -57.8rem;
  }
}
@media screen and (max-width: 780px) {
  .topPage .conceptSec__diamondWrap02 {
    top: -42.7rem;
    right: 29%;
  }
}
.topPage .conceptSec__diamondWrap03 {
  top: -58.9rem;
  left: 75.4%;
}
@media screen and (min-width: 1920px) {
  .topPage .conceptSec__diamondWrap03 {
    top: -49.9rem;
  }
}
@media screen and (max-width: 780px) {
  .topPage .conceptSec__diamondWrap03 {
    top: -40.9rem;
    left: 82%;
  }
}
.topPage .conceptSec__diamondWrap04 {
  bottom: -1.6rem;
  left: 25.8%;
}
@media screen and (min-width: 1920px) {
  .topPage .conceptSec__diamondWrap04 {
    bottom: 7.4rem;
  }
}
@media screen and (max-width: 780px) {
  .topPage .conceptSec__diamondWrap04 {
    bottom: -1.7rem;
    left: 25.3%;
  }
}
.topPage .conceptSec__diamondWrap05 {
  top: -60.2rem;
  right: 33.5%;
}
@media screen and (min-width: 1920px) {
  .topPage .conceptSec__diamondWrap05 {
    top: -51.2rem;
  }
}
@media screen and (max-width: 780px) {
  .topPage .conceptSec__diamondWrap05 {
    top: -43.6rem;
    right: -8.2%;
  }
}
.topPage .conceptSec__diamondWrap06 {
  bottom: 0.7rem;
  left: 44.6%;
}
@media screen and (max-width: 780px) {
  .topPage .conceptSec__diamondWrap06 {
    bottom: 2.5rem;
    left: 46.5%;
  }
}
.topPage .conceptSec__diamondWrap07 {
  bottom: -18.7rem;
  left: 20.6%;
}
@media screen and (min-width: 1920px) {
  .topPage .conceptSec__diamondWrap07 {
    bottom: -9.7rem;
  }
}
@media screen and (max-width: 780px) {
  .topPage .conceptSec__diamondWrap07 {
    bottom: -6.2rem;
    left: 25.6%;
  }
}
.topPage .conceptSec__diamondWrap08 {
  bottom: -14.5rem;
  left: 7.6%;
}
@media screen and (min-width: 1920px) {
  .topPage .conceptSec__diamondWrap08 {
    bottom: -5.5rem;
  }
}
@media screen and (max-width: 780px) {
  .topPage .conceptSec__diamondWrap08 {
    bottom: -4.3rem;
    left: 11.3%;
  }
}
.topPage .conceptSec__diamondWrap09 {
  top: -56.1rem;
  right: 45.5%;
}
@media screen and (min-width: 1920px) {
  .topPage .conceptSec__diamondWrap09 {
    top: -47.1rem;
  }
}
@media screen and (max-width: 780px) {
  .topPage .conceptSec__diamondWrap09 {
    top: -40.9rem;
    right: 39%;
  }
}
.topPage .conceptSec__diamond {
  background-size: contain;
  background-repeat: no-repeat;
}
.topPage .conceptSec__diamond img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.topPage .conceptSec__diamond01 {
  background-image: url("../images/top/concept/img_diamond-01.png");
  width: 32rem;
  height: 32rem;
}
@media screen and (max-width: 780px) {
  .topPage .conceptSec__diamond01 {
    width: 15.1rem;
    height: 15.1rem;
  }
}
.topPage .conceptSec__diamond02 {
  background-image: url("../images/top/concept/img_diamond-02.png");
  width: 4.6rem;
  height: 4.6rem;
}
@media screen and (max-width: 780px) {
  .topPage .conceptSec__diamond02 {
    width: 2.2rem;
    height: 2.2rem;
  }
}
.topPage .conceptSec__diamond03 {
  background-image: url("../images/top/concept/img_diamond-03.png");
  width: 9rem;
  height: 9rem;
}
@media screen and (max-width: 780px) {
  .topPage .conceptSec__diamond03 {
    width: 6rem;
    height: 6rem;
  }
}
.topPage .conceptSec__diamond04 {
  background-image: url("../images/top/concept/img_diamond-04.png");
  width: 7.6rem;
  height: 7.6rem;
}
@media screen and (max-width: 780px) {
  .topPage .conceptSec__diamond04 {
    width: 4.1rem;
    height: 4.1rem;
  }
}
.topPage .conceptSec__diamond05 {
  background-image: url("../images/top/concept/img_diamond-05.png");
  width: 4.6rem;
  height: 4.6rem;
}
.topPage .conceptSec__diamond06 {
  background-image: url("../images/top/concept/img_diamond-06.png");
  width: 4.5rem;
  height: 4.5rem;
}
@media screen and (max-width: 780px) {
  .topPage .conceptSec__diamond06 {
    width: 2.6rem;
    height: 2.6rem;
  }
}
.topPage .conceptSec__diamond07 {
  background-image: url("../images/top/concept/img_diamond-07.png");
  width: 5rem;
  height: 5rem;
}
@media screen and (max-width: 780px) {
  .topPage .conceptSec__diamond07 {
    width: 2.3rem;
    height: 2.3rem;
  }
}
.topPage .conceptSec__diamond08 {
  background-image: url("../images/top/concept/img_diamond-08.png");
  width: 2.5rem;
  height: 2.5rem;
}
@media screen and (max-width: 780px) {
  .topPage .conceptSec__diamond08 {
    width: 1rem;
    height: 1rem;
  }
}
.topPage .conceptSec__diamond09 {
  background-image: url("../images/top/concept/img_diamond-09.png");
  width: 4rem;
  height: 4rem;
}
@media screen and (max-width: 780px) {
  .topPage .conceptSec__diamond09 {
    width: 2rem;
    height: 2rem;
  }
}
.topPage .interviewSec__inner {
  padding: 14rem 0;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .topPage .interviewSec__inner {
    padding: 0.35rem 0;
  }
}
@media screen and (max-width: 780px) {
  .topPage .interviewSec__txt {
    margin-bottom: 0.8rem;
  }
}
@media screen and (max-width: 780px) {
  .topPage .interviewSec__category {
    padding: 0.8 0 1.1rem;
    margin-bottom: 0.9rem;
  }
}
.topPage .recruitSec__inner {
  padding: 6.1rem 0 13.7rem;
  max-width: calc(30% + 46.2rem);
  margin: 0 auto;
}
@media screen and (min-width: 1920px) {
  .topPage .recruitSec__inner {
    max-width: 50%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 780px) {
  .topPage .recruitSec__inner {
    padding: 13.05rem 0 0;
    max-width: 33.9rem;
    overflow: hidden;
  }
}
.topPage .recruitSec__list {
  padding: 0;
  list-style-type: none;
}
@media screen and (max-width: 780px) {
  .topPage .recruitSec__list {
    margin-top: -0.2rem;
  }
}
.topPage .recruitSec__listItem {
  margin-bottom: 3.7rem;
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.topPage .recruitSec__listItem:nth-last-child(1) .recruitSec__listItemTtlCont {
  padding-bottom: 6.2rem;
}
.topPage .recruitSec__listItem::before {
  content: "";
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 60%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 5.7rem;
  right: -2.6rem;
}
.topPage .recruitSec__listItem::after {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background-image: url("../images/common/icon_arrowUpRight_white.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 5.55rem;
  right: 0.85rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.topPage .recruitSec__listItem.orange::before {
  background-color: #e05a4a;
}
.topPage .recruitSec__listItem.blue::before {
  background-color: #2288dd;
}
.topPage .recruitSec__listItem.green::before {
  background-color: #41af80;
}
.topPage .recruitSec__listItem:hover::after {
  -webkit-animation: fadeInUpRight 0.5s ease-in-out forwards;
          animation: fadeInUpRight 0.5s ease-in-out forwards;
}
@media screen and (max-width: 780px) {
  .topPage .recruitSec__listItem {
    margin-bottom: 3.5rem;
  }
  .topPage .recruitSec__listItem::before {
    width: 2.9rem;
    height: 2.9rem;
    top: 15.95rem;
    right: -1.33rem;
  }
  .topPage .recruitSec__listItem::after {
    width: 1.05rem;
    height: 1.05rem;
    top: 15.95rem;
    right: 0.54rem;
  }
  .topPage .recruitSec__listItem:last-child .recruitSec__listItemTtlCont {
    border: none;
  }
}
.topPage .recruitSec__listItemWrap:hover {
  text-decoration: none;
  color: #222;
}
.topPage .recruitSec__listItemCont {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 6.5rem;
}
@media screen and (min-width: 1920px) {
  .topPage .recruitSec__listItemCont {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 780px) {
  .topPage .recruitSec__listItemCont {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0;
  }
}
.topPage .recruitSec__listItemFigure {
  width: 28.3rem;
  height: 11.3rem;
  border-radius: 3rem;
  overflow: hidden;
  margin-top: 0.2rem;
}
.topPage .recruitSec__listItemFigure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 780px) {
  .topPage .recruitSec__listItemFigure {
    width: 33.7rem;
    height: 10.85rem;
    border-radius: 2rem;
    margin: 0.2rem 0 -0.75rem;
  }
}
.topPage .recruitSec__listItemTtlCont {
  padding: 1.8rem 0 6.7rem;
  border-bottom: 1px solid #d9d9d9;
  width: 49.6rem;
  margin-left: -1.1rem;
}
@media screen and (max-width: 780px) {
  .topPage .recruitSec__listItemTtlCont {
    padding-bottom: 3.72rem;
  }
}
.topPage .recruitSec__listItemTtl {
  font: 500 clamp(2.2rem, 2.4vw, 3.4rem)/1 "Noto Sans JP", serif;
  letter-spacing: 0;
  color: #222;
  display: block;
}
@media screen and (max-width: 780px) {
  .topPage .recruitSec__listItemTtl {
    font-size: 2rem;
    text-align: center;
    letter-spacing: -0.04em;
    line-height: 1.4;
    margin-left: 1rem;
  }
}
.topPage .recruitSec__listItemTxt {
  font: 400 1.5rem/1 "Noto Sans JP", serif;
  letter-spacing: 0;
  color: #222;
  margin-bottom: 1.6rem;
  display: block;
}
@media screen and (max-width: 780px) {
  .topPage .recruitSec__listItemTxt {
    font-size: 1.6rem;
    text-align: center;
    margin: 0 0 1.15rem 1rem;
    letter-spacing: -0.04em;
  }
}
.topPage .numberSec {
  background-color: rgba(176, 213, 255, 0.2);
}
.topPage .numberSec__inner {
  padding: 12.6rem 0 14.3rem;
}
@media screen and (min-width: 1920px) {
  .topPage .numberSec__inner {
    max-width: 75%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 780px) {
  .topPage .numberSec__inner {
    overflow: hidden;
    padding: 4rem 0 9.6rem;
  }
}
.topPage .numberSec__wrap {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 2.3rem;
  -webkit-column-gap: 3.8rem;
     -moz-column-gap: 3.8rem;
          column-gap: 3.8rem;
  max-width: 119rem;
  margin: 6.65rem auto 0;
}
@media screen and (max-width: 780px) {
  .topPage .numberSec__wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 1.73rem;
    -webkit-column-gap: 2.2rem;
       -moz-column-gap: 2.2rem;
            column-gap: 2.2rem;
    margin-top: 1rem;
  }
}
.topPage .numberSec__itemTtl {
  font: 500 1.5rem/1 "Noto Sans JP", serif;
  letter-spacing: 0;
  border-radius: 9.9rem;
  padding: 0.84rem 2.4rem;
}
@media screen and (max-width: 780px) {
  .topPage .numberSec__itemTtl {
    padding: 0.6rem 1.05rem 0.7rem;
  }
}
.topPage .numberSec__itemValueCont {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2.5rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 780px) {
  .topPage .numberSec__itemValueCont {
    gap: 1.3rem;
    margin: -0.55rem 0.2rem 0 0;
  }
}
.topPage .numberSec__itemValue {
  position: relative;
  top: 2.4%;
  left: -4%;
  color: #fff;
}
@media screen and (max-width: 780px) {
  .topPage .numberSec__itemValue {
    top: -3.6%;
    left: -5%;
  }
}
.topPage .numberSec__itemValueUnit {
  font: 700 2.9rem/1 "Noto Sans JP", serif;
  letter-spacing: 0;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  bottom: 13%;
  right: 21%;
  color: #fff;
}
@media screen and (max-width: 780px) {
  .topPage .numberSec__itemValueUnit {
    font-size: 1.3rem;
    bottom: 12%;
    right: 23%;
  }
}
.topPage .numberSec__item {
  width: 26.9rem;
  height: 26.9rem;
  border-radius: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 3.05rem 0;
  position: relative;
}
.topPage .numberSec__item.col-2 {
  width: 57.6rem;
}
@media screen and (max-width: 780px) {
  .topPage .numberSec__item {
    width: 15.77rem;
    height: 15.77rem;
    border-radius: 1rem;
    padding: 1.15rem 0;
  }
  .topPage .numberSec__item.col-2 {
    width: 33.66rem;
    height: 15.77rem;
  }
}
.topPage .numberSec__itemNote {
  position: absolute;
  bottom: 1.2rem;
  right: 1.4rem;
  font: 400 1.3rem/1 "Noto Sans JP", serif;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 780px) {
  .topPage .numberSec__itemNote {
    font-size: 1rem;
    bottom: 0.5rem;
  }
}
.topPage .numberSec__item01 {
  background-color: #e05a4a;
}
.topPage .numberSec__item01 .numberSec__itemTtl {
  color: #e05a4a;
  background-color: #fff;
  margin-bottom: 2.5rem;
}
.topPage .numberSec__item01 .numberSec__itemValue {
  left: -4.5%;
}
.topPage .numberSec__item01 .numberSec__itemValueUnit {
  font-size: 2rem;
  bottom: 11%;
  right: 21%;
}
@media screen and (max-width: 780px) {
  .topPage .numberSec__item01 .numberSec__itemTtl {
    margin-bottom: 1.15rem;
  }
  .topPage .numberSec__item01 .numberSec__itemValueUnit {
    font-size: 1rem;
  }
}
.topPage .numberSec__item02 {
  background-color: #fff;
  padding: 3.05rem 0.9rem 3.05rem 0;
}
.topPage .numberSec__item02 .numberSec__itemTtl {
  color: #fff;
  background-color: #e05a4a;
  margin-bottom: 3.4rem;
}
.topPage .numberSec__item02 .numberSec__itemValue {
  color: #e05a4a;
  position: static;
}
.topPage .numberSec__item02 .numberSec__itemValueUnit {
  font: 600 7rem/1 "Urbanist", serif;
  color: #e05a4a;
  bottom: -1%;
  left: 48%;
  right: unset;
}
@media screen and (max-width: 780px) {
  .topPage .numberSec__item02 {
    padding: 1.15rem 0;
  }
  .topPage .numberSec__item02 .numberSec__itemTtl {
    margin-bottom: 1.6rem;
  }
  .topPage .numberSec__item02 .numberSec__itemValueUnit {
    font-size: 3.8rem;
    bottom: 2%;
    left: 49.1%;
  }
}
.topPage .numberSec__item03 {
  background-color: #41af80;
}
.topPage .numberSec__item03 .numberSec__itemTtl {
  color: #41af80;
  background-color: #fff;
  margin-bottom: 2.4rem;
}
.topPage .numberSec__item03 .numberSec__itemValueUnit {
  font-size: 2.1rem;
  bottom: 11.1%;
  right: 21%;
}
@media screen and (max-width: 780px) {
  .topPage .numberSec__item03 .numberSec__itemTtl {
    margin-bottom: 1.08rem;
  }
  .topPage .numberSec__item03 .numberSec__itemValueUnit {
    font-size: 1.3rem;
    bottom: 12%;
    right: 19%;
  }
}
.topPage .numberSec__item04 {
  background-color: #fff;
}
.topPage .numberSec__item04 .numberSec__itemNote {
  color: #41af80;
}
.topPage .numberSec__item04 .numberSec__itemTtl {
  color: #fff;
  background-color: #41af80;
  margin-bottom: 2.9rem;
}
.topPage .numberSec__item04 .numberSec__itemValue {
  color: #41af80;
  top: 7%;
  left: 0.1%;
}
.topPage .numberSec__item04 .numberSec__itemValueDecimal {
  font-size: 3.5rem;
}
.topPage .numberSec__item04 .numberSec__itemValueUnit {
  font-size: 2rem;
  color: #41af80;
  bottom: 11.5%;
  right: 13%;
}
@media screen and (max-width: 780px) {
  .topPage .numberSec__item04 .numberSec__itemTtl {
    margin-bottom: 1.3rem;
  }
  .topPage .numberSec__item04 .numberSec__itemValue {
    top: 2.2%;
    left: -6%;
  }
  .topPage .numberSec__item04 .numberSec__itemValueNumber {
    padding-right: 0;
  }
  .topPage .numberSec__item04 .numberSec__itemValueDecimal {
    font-size: 4.5rem;
  }
  .topPage .numberSec__item04 .numberSec__itemValueUnit {
    font-size: 1.3rem;
    bottom: 12%;
    right: 12%;
  }
}
.topPage .numberSec__item05 {
  background-color: #2288dd;
}
.topPage .numberSec__item05 .numberSec__itemTtl {
  color: #2288dd;
  background-color: #fff;
  margin-bottom: 2.6rem;
}
.topPage .numberSec__item05 .numberSec__itemSubTtl {
  font: 500 1.9rem/1 "Noto Sans JP", serif;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 780px) {
  .topPage .numberSec__item05 .numberSec__itemTtl {
    margin-bottom: 1.45rem;
  }
  .topPage .numberSec__item05 .numberSec__itemSubTtl {
    font-size: 1.16rem;
  }
}
.topPage .numberSec__item06 {
  background-color: #fff;
}
.topPage .numberSec__item06 .numberSec__itemTtl {
  color: #fff;
  background-color: #e98827;
  margin-bottom: 3.1rem;
}
.topPage .numberSec__item06 .numberSec__itemValue {
  color: #e98827;
  top: 0.7%;
  left: -10.7%;
}
.topPage .numberSec__item06 .numberSec__itemValueNumber {
  padding-right: 0.4rem;
}
.topPage .numberSec__item06 .numberSec__itemValueUnit {
  color: #e98827;
  bottom: 11.6%;
  right: 8.6%;
  font-size: 1.9rem;
}
@media screen and (max-width: 780px) {
  .topPage .numberSec__item06 .numberSec__itemTtl {
    margin-bottom: 1rem;
  }
  .topPage .numberSec__item06 .numberSec__itemValue {
    top: -2.1%;
    left: -12%;
  }
  .topPage .numberSec__item06 .numberSec__itemValueNumber {
    padding-right: 0;
  }
  .topPage .numberSec__item06 .numberSec__itemValueUnit {
    font-size: 1.3rem;
    bottom: 11%;
    right: 3%;
  }
}
.topPage .numberSec__item07 {
  background-color: #e98827;
}
.topPage .numberSec__item07 .numberSec__itemTtl {
  color: #e98827;
  background-color: #fff;
  margin-bottom: 1.4rem;
}
.topPage .numberSec__item07 .numberSec__itemValue {
  top: 7%;
}
.topPage .numberSec__item07 .numberSec__itemValueUnit {
  font-size: 2rem;
  bottom: 11.5%;
}
@media screen and (max-width: 780px) {
  .topPage .numberSec__item07 .numberSec__itemTtl {
    margin-bottom: 0.85rem;
  }
  .topPage .numberSec__item07 .numberSec__itemValue {
    top: -2%;
  }
  .topPage .numberSec__item07 .numberSec__itemValueUnit {
    font-size: 1.3rem;
    bottom: 11%;
    right: 21%;
  }
}
.topPage .numberSec__itemInner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12.5rem;
  margin-right: 1.2rem;
}
@media screen and (max-width: 780px) {
  .topPage .numberSec__itemInner {
    gap: 0.9rem;
    margin-right: 0.75rem;
  }
}
.topPage .numberSec__itemLeft {
  width: 16.7rem;
  position: relative;
}
.topPage .numberSec__itemLeft .numberSec__itemValue {
  top: 1.3rem;
  left: 13%;
}
.topPage .numberSec__itemLeft .numberSec__itemValueUnit {
  font-size: 2rem;
  top: 88%;
  right: 13%;
}
@media screen and (max-width: 780px) {
  .topPage .numberSec__itemLeft .numberSec__itemValue {
    top: 0.1rem;
    left: 27%;
  }
  .topPage .numberSec__itemLeft .numberSec__itemValueUnit {
    top: 80%;
    right: 27%;
    font-size: 1.3rem;
  }
}
.topPage .numberSec__itemRight {
  width: 14.84rem;
  position: relative;
}
.topPage .numberSec__itemRight .numberSec__itemValue {
  top: 1.3rem;
  left: 17%;
}
.topPage .numberSec__itemRight .numberSec__itemValueDecimal {
  font-size: 3.2rem;
  padding-left: 0.8rem;
}
.topPage .numberSec__itemRight .numberSec__itemValueUnit {
  font-size: 2rem;
  top: 88.5%;
  right: -4%;
}
@media screen and (max-width: 780px) {
  .topPage .numberSec__itemRight .numberSec__itemValue {
    top: 0.1rem;
    left: 27%;
    max-width: 7rem;
  }
  .topPage .numberSec__itemRight .numberSec__itemValueDecimal {
    padding-left: 0;
  }
  .topPage .numberSec__itemRight .numberSec__itemValueUnit {
    top: 80%;
    right: 16%;
    font-size: 1.3rem;
  }
}
.topPage .numberSec__itemImgWrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
@media screen and (max-width: 780px) {
  .topPage .numberSec__itemImgWrap {
    gap: 0.4rem;
  }
}
.topPage .numberSec__itemFigure img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.topPage .numberSec__itemFigure01 {
  width: 5.4rem;
  height: 6.2rem;
}
@media screen and (max-width: 780px) {
  .topPage .numberSec__itemFigure01 {
    width: 3.4rem;
    height: 4rem;
  }
}
.topPage .numberSec__itemFigure02 {
  width: 10.9rem;
  height: 6rem;
}
@media screen and (max-width: 780px) {
  .topPage .numberSec__itemFigure02 {
    width: 6.4rem;
    height: 3.6rem;
    margin-left: -0.4rem;
  }
}
.topPage .numberSec__itemFigure03 {
  width: 6.6rem;
  height: 6.3rem;
}
@media screen and (max-width: 780px) {
  .topPage .numberSec__itemFigure03 {
    width: 3.8rem;
    height: 3.85rem;
    margin-left: -0.2rem;
  }
}
.topPage .numberSec__itemFigure04 {
  width: 5rem;
  height: 5rem;
}
@media screen and (max-width: 780px) {
  .topPage .numberSec__itemFigure04 {
    width: 3rem;
    height: 3rem;
  }
}
.topPage .numberSec__itemFigure05, .topPage .numberSec__itemFigure06 {
  width: 5.1rem;
  height: 5.5rem;
}
@media screen and (max-width: 780px) {
  .topPage .numberSec__itemFigure05, .topPage .numberSec__itemFigure06 {
    width: 3.06rem;
    height: 3.06rem;
  }
}
.topPage .numberSec__itemFigure07 {
  width: 5.3rem;
  height: 6.13rem;
}
@media screen and (max-width: 780px) {
  .topPage .numberSec__itemFigure07 {
    width: 3.2rem;
    height: 3.9rem;
  }
}
.topPage .numberSec__itemFigure08 {
  width: 3.5rem;
  height: 6.8rem;
}
@media screen and (max-width: 780px) {
  .topPage .numberSec__itemFigure08 {
    width: 2rem;
    height: 4.1rem;
    margin-right: -0.3rem;
  }
}
.topPage .missionSec__inner {
  padding: 12.6rem 0 2rem;
  position: relative;
}
@media screen and (min-width: 1920px) {
  .topPage .missionSec__inner {
    max-width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 780px) {
  .topPage .missionSec__inner {
    padding: 4.1rem 0 18.2rem;
  }
}
.topPage .missionSec__txt {
  letter-spacing: 0;
  margin-bottom: 0.4rem;
}
.topPage .missionSec__txt span {
  color: #2288dd;
}
@media screen and (max-width: 780px) {
  .topPage .missionSec__txt {
    text-align: center;
    letter-spacing: -0.04em;
    line-height: 1.63 !important;
  }
}
.topPage .missionSec__wrap {
  padding-top: 7rem;
}
@media screen and (max-width: 780px) {
  .topPage .missionSec__wrap {
    padding-top: 0;
  }
}
.topPage .missionSec__cont {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: all 0.7s ease-in-out 0s;
  transition: all 0.7s ease-in-out 0s;
}
.topPage .missionSec__cont.is-active {
  -webkit-animation: blurIn 0.6s forwards;
          animation: blurIn 0.6s forwards;
}
@media screen and (max-width: 1395px) and (min-width: 781px) {
  .topPage .missionSec__cont {
    max-width: 88%;
  }
}
@media screen and (max-width: 780px) {
  .topPage .missionSec__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem !important;
  }
}
.topPage .missionSec__cont01 {
  gap: 14.65%;
}
.topPage .missionSec__cont01 .missionSec__figureTxt {
  font: 700 2.6rem/1.5 "Noto Sans JP", serif;
  top: 51.55%;
}
.topPage .missionSec__cont01 .missionSec__txt {
  font: 700 clamp(2rem, 4vw, 3.6rem)/1.7 "Noto Sans JP", serif;
}
@media screen and (max-width: 780px) {
  .topPage .missionSec__cont01 {
    margin-bottom: 3rem;
  }
  .topPage .missionSec__cont01 .missionSec__figureTxt {
    font: 700 2.2rem/1.5 "Urbanist", serif;
    letter-spacing: 0.02em;
    top: 50%;
  }
  .topPage .missionSec__cont01 .missionSec__txt {
    font: 700 2rem/1.7 "Noto Sans JP", serif;
  }
}
.topPage .missionSec__cont02 .missionSec__txt, .topPage .missionSec__cont03 .missionSec__txt {
  font: 700 clamp(1.6rem, 3vw, 2.2rem)/1.6 "Noto Sans JP", serif;
}
@media screen and (max-width: 780px) {
  .topPage .missionSec__cont02 .missionSec__figureTxt, .topPage .missionSec__cont03 .missionSec__figureTxt {
    font-size: 2rem;
  }
  .topPage .missionSec__cont02 .missionSec__txt, .topPage .missionSec__cont03 .missionSec__txt {
    font: 700 1.6rem/1.6 "Noto Sans JP", serif;
  }
}
.topPage .missionSec__cont02 {
  gap: 32.64%;
}
.topPage .missionSec__cont02 .missionSec__txt {
  margin: -4.4rem 0 0.4rem;
}
@media screen and (max-width: 780px) {
  .topPage .missionSec__cont02 {
    margin-bottom: 3rem;
  }
  .topPage .missionSec__cont02 .missionSec__txt {
    margin: 1.5rem 0 0 6.4rem;
    text-align: right;
    line-height: 1.59 !important;
  }
}
.topPage .missionSec__cont03 {
  gap: 20.83%;
}
.topPage .missionSec__cont03 .missionSec__txt {
  margin: -16.9rem 0 0.4rem;
}
@media screen and (max-width: 780px) {
  .topPage .missionSec__cont03 .missionSec__txt {
    margin: 2.45rem 0 0;
    line-height: 1.56 !important;
  }
}
.topPage .missionSec__figure img, .topPage .missionSec__diamond img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.topPage .missionSec__diamond {
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.topPage .missionSec__diamond img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.topPage .missionSec__diamond01 {
  background-image: url("../images/top/mission/img_diamond-01.png");
  width: 11.3rem;
  height: 11.3rem;
  top: 13.8%;
  right: 5.5%;
}
@media screen and (max-width: 780px) {
  .topPage .missionSec__diamond01 {
    width: 5.2rem;
    height: 5.2rem;
    top: 10.5%;
    right: 2.7%;
  }
}
.topPage .missionSec__diamond02 {
  background-image: url("../images/top/mission/img_diamond-02.png");
  width: 3rem;
  height: 3rem;
  top: 23.7%;
  right: 8.7%;
}
.topPage .missionSec__diamond03 {
  background-image: url("../images/top/mission/img_diamond-03.png");
  width: 6.45rem;
  height: 6.45rem;
  top: 40.9%;
  right: 17.3%;
}
@media screen and (max-width: 780px) {
  .topPage .missionSec__diamond03 {
    width: 2.8rem;
    height: 2.8rem;
    top: 16%;
    right: 7.8%;
  }
}
.topPage .missionSec__diamond04 {
  background-image: url("../images/top/mission/img_diamond-04.png");
  width: 9.6rem;
  height: 9.6rem;
  top: 81.9%;
  left: 8.94%;
}
@media screen and (max-width: 780px) {
  .topPage .missionSec__diamond04 {
    width: 4rem;
    height: 4rem;
    top: 86.7%;
    left: 10.7%;
  }
}
.topPage .missionSec__diamond05 {
  background-image: url("../images/top/mission/img_diamond-05.png");
  width: 4.9rem;
  height: 4.9rem;
  top: 90%;
  left: 7.3%;
}
@media screen and (max-width: 780px) {
  .topPage .missionSec__diamond05 {
    width: 2.1rem;
    height: 2.1rem;
    top: 92%;
    left: 7.8%;
  }
}
.topPage .missionSec__figure {
  position: relative;
}
.topPage .missionSec__figure01 {
  width: 48.1rem;
  height: 48.1rem;
  top: 0.6rem;
  left: 9.45%;
}
@media screen and (max-width: 780px) {
  .topPage .missionSec__figure01 {
    width: 21.9rem;
    height: 21.9rem;
    top: 0.1rem;
    left: 0;
  }
}
.topPage .missionSec__figure02 {
  width: 38.3rem;
  height: 38.3rem;
  top: -2.5rem;
  left: 28.6%;
}
@media screen and (max-width: 780px) {
  .topPage .missionSec__figure02 {
    width: 16.2rem;
    height: 16.2rem;
    top: 0.75rem;
    left: 13.8%;
  }
}
.topPage .missionSec__figure03 {
  width: 39.2rem;
  height: 39.2rem;
  top: -7.8rem;
  left: 16.66%;
}
.topPage .missionSec__figure03::before {
  content: "";
  background-image: url("../images/top/mission/mission_img-04.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 54%;
  left: 50%;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) and (min-width: 926px) {
  .topPage .missionSec__figure03::before {
    top: 64%;
  }
}
@media screen and (max-width: 925px) and (min-width: 781px) {
  .topPage .missionSec__figure03::before {
    top: 71%;
  }
}
@media screen and (max-width: 780px) {
  .topPage .missionSec__figure03 {
    width: 21rem;
    height: 21rem;
    top: 1.65rem;
    left: -14%;
  }
}
.topPage .missionSec__figureTxt {
  font: 700 2.6rem/1.5 "Urbanist", serif;
  color: #fff;
  letter-spacing: 0;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.topPage .missionSec__txtCont {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
}
.topPage .missionSec__txtValue {
  font: 500 2rem/1 "Noto Sans JP", serif;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  position: absolute;
}
@media screen and (max-width: 780px) {
  .topPage .missionSec__txtValue {
    font-size: 1.6rem;
  }
}
.topPage .missionSec__txtValue01 {
  top: -10.8rem;
  left: 44.7%;
}
@media screen and (max-width: 945px) and (min-width: 781px) {
  .topPage .missionSec__txtValue01 {
    top: -8rem;
    left: 42%;
  }
}
@media screen and (max-width: 780px) {
  .topPage .missionSec__txtValue01 {
    top: -6.85rem;
    left: 41.7%;
  }
}
.topPage .missionSec__txtValue02 {
  top: -2rem;
  left: 72%;
}
@media screen and (max-width: 780px) {
  .topPage .missionSec__txtValue02 {
    top: -1.7rem;
    left: 71.2%;
    line-height: 1.05;
  }
}
.topPage .missionSec__txtValue03 {
  top: 9.5rem;
  left: 44.8%;
}
@media screen and (max-width: 945px) and (min-width: 781px) {
  .topPage .missionSec__txtValue03 {
    top: 6rem;
    left: 43%;
  }
}
@media screen and (max-width: 780px) {
  .topPage .missionSec__txtValue03 {
    top: 5.5rem;
    left: 42%;
  }
}
.topPage .missionSec__txtValue04 {
  bottom: -0.95rem;
  left: 17.5%;
}
@media screen and (max-width: 945px) and (min-width: 781px) {
  .topPage .missionSec__txtValue04 {
    left: 12%;
  }
}
@media screen and (max-width: 780px) {
  .topPage .missionSec__txtValue04 {
    bottom: -0.95rem;
    left: 11.6%;
  }
}
.topPage .missionSec__btn {
  font: 700 1.4rem/1 "Hiragino Kaku Gothic ProN", serif;
  letter-spacing: 0;
  color: #fff;
  background-color: #004b8a;
  border-radius: 4.1rem;
  width: 18.6rem;
  padding: 1.4rem 3.8rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 9%;
  right: 11.1%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.topPage .missionSec__btn::before {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  background-color: #fff;
  border-radius: 60%;
  position: absolute;
  top: 50%;
  right: -0.1rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.topPage .missionSec__btn::after {
  content: "";
  background-image: url("../images/common/icon_arrowUpRight_darkBlue.png");
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -1%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.topPage .missionSec__btn:hover {
  text-decoration: none;
}
.topPage .missionSec__btn:hover::after {
  -webkit-animation: fadeInUpRight 0.3s ease-in-out forwards;
          animation: fadeInUpRight 0.3s ease-in-out forwards;
}
@media screen and (max-width: 780px) {
  .topPage .missionSec__btn {
    letter-spacing: -0.01em;
    padding: 1.4rem 2rem 1.5rem 2.8rem;
    width: 14.85rem;
    bottom: 0.05%;
    right: 30.2%;
  }
  .topPage .missionSec__btn::before {
    right: 0.1rem;
  }
  .topPage .missionSec__btn::after {
    right: 0;
  }
}
.topPage .messageSec__inner {
  padding: 4.95rem 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1920px) {
  .topPage .messageSec__inner {
    max-width: 75%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 780px) {
  .topPage .messageSec__inner {
    padding: 0 0 13.6rem;
    margin-top: -6rem;
    max-height: 100rem;
  }
}
.topPage .messageSec__wrap {
  margin: 11.2rem auto 0;
  max-width: 89%;
}
@media screen and (max-width: 780px) {
  .topPage .messageSec__wrap {
    max-width: 100%;
  }
}
.topPage .messageSec__cont {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8.5%;
  position: relative;
  left: 6.3rem;
}
@media screen and (max-width: 780px) {
  .topPage .messageSec__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin: 0;
    left: 0;
  }
  .topPage .messageSec__cont::before {
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#268ae0), to(#4fA5ed));
    background: linear-gradient(to right, #268ae0 0%, #4fA5ed 100%);
    background-size: cover;
    background-position: center;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: -1;
    border-radius: 0 0 3rem 3rem;
    clip-path: inset(97px 0 0 0);
  }
}
.topPage .messageSec__figure {
  max-width: 41.3rem;
  position: relative;
  top: -5rem;
  border-radius: 1.7rem;
  overflow: hidden;
}
.topPage .messageSec__figure img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 780px) {
  .topPage .messageSec__figure {
    max-width: 33.8rem;
    top: -7.2rem;
    left: 1.8rem;
  }
}
.topPage .messageSec__txtCont {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.2rem;
  color: #fff;
  max-width: 36rem;
  padding: 2rem 0 0 2.1rem;
  position: relative;
}
.topPage .messageSec__txtCont::before {
  content: "";
  width: 122.5rem;
  height: 108%;
  background: -webkit-gradient(linear, left top, right top, from(#268ae0), to(#4fA5ed));
  background: linear-gradient(to right, #268ae0 0%, #4fA5ed 100%);
  background-size: cover;
  background-position: center;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 54%;
  left: -24.7%;
  z-index: -1;
  border-radius: 0 9rem 0 9rem;
  clip-path: polygon(7.5rem 0%, 100% 0%, 100% calc(100% - 7.5rem), calc(100% - 7.5rem) 100%, 0% 100%, 0% 7.5rem);
}
@media screen and (max-width: 780px) {
  .topPage .messageSec__txtCont {
    padding: 0;
    position: relative;
    top: -4.4rem;
    left: 0.7rem;
  }
  .topPage .messageSec__txtCont::before {
    content: none;
  }
}
.topPage .messageSec__txtIntro {
  font: 400 1.4rem/1 "Noto Sans JP", serif;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (max-width: 780px) {
  .topPage .messageSec__txtIntro {
    text-align: center;
    letter-spacing: -0.04em;
  }
}
.topPage .messageSec__txtName {
  font: 700 2rem/1 "Noto Sans JP", serif;
  letter-spacing: 0;
  margin-bottom: 0 0 1rem;
}
@media screen and (max-width: 780px) {
  .topPage .messageSec__txtName {
    text-align: center;
    letter-spacing: -0.04em;
  }
}
.topPage .messageSec__txtParagraph {
  font: 400 clamp(1.3rem, 1.5vw, 1.6rem)/2 "Noto Sans JP", serif;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (max-width: 780px) {
  .topPage .messageSec__txtParagraph {
    font-size: 1.6rem;
    letter-spacing: -0.035em;
    line-height: 1.92;
    max-width: 33rem;
    margin: 0 auto;
  }
}
.topPage .groupSec__inner {
  padding: 11.3rem 0 10.1rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1920px) {
  .topPage .groupSec__inner {
    max-width: 75%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 780px) {
  .topPage .groupSec__inner {
    padding: 2rem 0 9.7rem;
  }
}
.topPage .groupSec__wrap {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.7rem;
}
@media screen and (max-width: 780px) {
  .topPage .groupSec__wrap {
    -webkit-column-gap: 1.7rem;
       -moz-column-gap: 1.7rem;
            column-gap: 1.7rem;
    row-gap: 3.7rem;
  }
}
.topPage .groupSec__cont {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  gap: 0.25rem;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 781px) {
  .topPage .groupSec__cont:hover {
    opacity: 0.6;
  }
}
.topPage .groupSec__cont:hover {
  color: #222;
  text-decoration: none;
}
@media screen and (max-width: 780px) {
  .topPage .groupSec__cont {
    max-width: 15.87rem;
  }
}
.topPage .groupSec__figure, .topPage .groupSec__companyFigure {
  margin: 0;
}
.topPage .groupSec__figure img, .topPage .groupSec__companyFigure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.topPage .groupSec__figure {
  width: 19rem;
  height: 12.2rem;
  border-radius: 2.6rem;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .topPage .groupSec__figure {
    width: 15.87rem;
    height: 10.3rem;
  }
}
.topPage .groupSec__companyFigure {
  width: 19rem;
  height: 6.9rem;
}
@media screen and (max-width: 780px) {
  .topPage .groupSec__companyFigure {
    width: 100%;
    height: 5.8rem;
    margin-top: -0.5rem;
  }
}
.topPage .groupSec__txt {
  font: 400 1.6rem/1 "Noto Sans JP", serif;
  letter-spacing: 0;
  color: #222;
  margin: 0;
}
@media screen and (max-width: 780px) {
  .topPage .groupSec__txt {
    font-size: 1.4rem;
  }
}

.caPage {
  /*====================================================================
  aboutSec
  ====================================================================*/
  /*====================================================================
  environmentSec
  ====================================================================*/
  /*====================================================================
  faqSec
  ====================================================================*/
  /*====================================================================
  interviewSec
  ====================================================================*/
}
.caPage .aboutSec {
  overflow: hidden;
}
.caPage .aboutSec__inner {
  padding: 8.6rem 0;
}
@media screen and (max-width: 780px) {
  .caPage .aboutSec__inner {
    padding: 0;
  }
}
.caPage .environmentSec {
  overflow: hidden;
}
.caPage .environmentSec__inner {
  padding: 7.6rem 0 20rem;
  max-width: 112rem;
  margin: 0 auto;
  position: relative;
}
.caPage .environmentSec__inner::before {
  content: "";
  background-image: url("../images/lower/interview/environmentSec_bg-01.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 14rem;
  height: 20.5rem;
  position: absolute;
  top: 26.65%;
  left: -11.4%;
}
.caPage .environmentSec__inner::after {
  content: "";
  background-image: url("../images/lower/interview/environmentSec_bg-02.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 15rem;
  height: 16rem;
  position: absolute;
  bottom: 1.6%;
  right: -10%;
}
@media screen and (max-width: 780px) {
  .caPage .environmentSec__inner {
    padding: 6.55rem 0 9.6rem;
    max-width: 33.66rem;
    margin: 0 auto;
  }
  .caPage .environmentSec__inner::before {
    background-image: url("../images/lower/interview/environmentSec_bg_sp-01.png");
    width: 5.65rem;
    height: 5.65rem;
    top: 34.54%;
    left: 83%;
  }
  .caPage .environmentSec__inner::after {
    background-image: url("../images/lower/interview/environmentSec_bg_sp-02.png");
    width: 4.7rem;
    height: 8rem;
    bottom: 21.5%;
    right: 85%;
    z-index: -1;
  }
}
.caPage .environmentSec__ttl {
  padding-top: 1.6rem;
}
.caPage .environmentSec__ttl::before {
  top: 75%;
}
@media screen and (max-width: 780px) {
  .caPage .environmentSec__ttl {
    padding-top: 1.5rem;
  }
}
.caPage .environmentSec__cont, .caPage .environmentSec__imgCont, .caPage .environmentSec__imgCont02 {
  max-width: 94.7%;
}
.caPage .environmentSec__cont {
  padding: 6.2rem 0 19.9rem 5.4%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10rem;
}
@media screen and (max-width: 780px) {
  .caPage .environmentSec__cont {
    padding: 4.7rem 0 9.9rem;
    gap: 5.6rem;
  }
}
.caPage .environmentSec__imgCont01 {
  padding: 6.2rem 0 19.9rem;
  margin-left: 3rem;
}
@media screen and (max-width: 780px) {
  .caPage .environmentSec__imgCont01 {
    padding: 5.1rem 0 9.6rem;
    margin: 0;
  }
}
.caPage .environmentSec__imgCont02 {
  padding: 5.7rem 0.4rem 19.9rem;
  margin-left: 2.8rem;
}
@media screen and (max-width: 780px) {
  .caPage .environmentSec__imgCont02 {
    padding: 5.1rem 0 9.6rem;
    margin: 0;
  }
}
.caPage .environmentSec .commonLower__gridItemTxt {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.caPage .environmentSec .commonLower__gridItem01 figure {
  max-width: 5.7rem;
  top: 27.7%;
}
.caPage .environmentSec .commonLower__gridItem01 p {
  bottom: -13.7%;
  right: -19.5%;
}
@media screen and (max-width: 780px) {
  .caPage .environmentSec .commonLower__gridItem01 figure {
    top: 11.8%;
  }
  .caPage .environmentSec .commonLower__gridItem01 p {
    bottom: -24%;
    right: -46%;
  }
}
.caPage .environmentSec .commonLower__gridItem02 figure {
  max-width: 4.39rem;
  top: 29.5%;
}
.caPage .environmentSec .commonLower__gridItem02 p {
  bottom: -5%;
  right: 8%;
}
@media screen and (max-width: 780px) {
  .caPage .environmentSec .commonLower__gridItem02 figure {
    top: 18%;
  }
  .caPage .environmentSec .commonLower__gridItem02 p {
    bottom: -12%;
    right: -6.5%;
  }
}
.caPage .environmentSec .commonLower__gridItem03 figure {
  max-width: 5.16rem;
  top: 25%;
}
.caPage .environmentSec .commonLower__gridItem03 p {
  bottom: 10%;
  right: -5.5%;
}
@media screen and (max-width: 780px) {
  .caPage .environmentSec .commonLower__gridItem03 figure {
    top: 14%;
  }
  .caPage .environmentSec .commonLower__gridItem03 p {
    bottom: 0.3%;
    right: -25%;
  }
}
.caPage .environmentSec .commonLower__gridItem04 figure {
  max-width: 4.14rem;
}
.caPage .environmentSec .commonLower__gridItem04 p {
  bottom: 11%;
  right: 15%;
}
@media screen and (max-width: 780px) {
  .caPage .environmentSec .commonLower__gridItem04 figure {
    top: 15%;
  }
  .caPage .environmentSec .commonLower__gridItem04 p {
    bottom: 0.4%;
    right: 2.7%;
  }
}
.caPage .environmentSec .commonLower__gridItem05 figure {
  max-width: 4.74rem;
  top: 25%;
  left: 3%;
}
.caPage .environmentSec .commonLower__gridItem05 p {
  bottom: 11%;
  right: -27%;
}
@media screen and (max-width: 780px) {
  .caPage .environmentSec .commonLower__gridItem05 figure {
    top: 11%;
    left: 0;
  }
  .caPage .environmentSec .commonLower__gridItem05 p {
    bottom: -12%;
    right: 2.6%;
  }
}
.caPage .environmentSec .commonLower__gridItem06 figure {
  max-width: 5.3rem;
}
.caPage .environmentSec .commonLower__gridItem06 p {
  bottom: -4.5%;
  right: -3%;
}
@media screen and (max-width: 780px) {
  .caPage .environmentSec .commonLower__gridItem06 p {
    bottom: -12%;
    right: -25.3%;
  }
}
.caPage .environmentSec .commonLower__gridItem07 figure {
  max-width: 6.04rem;
}
.caPage .environmentSec .commonLower__gridItem07 p {
  bottom: -4.5%;
  right: 8%;
}
@media screen and (max-width: 780px) {
  .caPage .environmentSec .commonLower__gridItem07 p {
    bottom: -12%;
    right: -7%;
  }
}
.caPage .environmentSec .commonLower__gridItem08 figure {
  max-width: 6.96rem;
  top: 28%;
}
.caPage .environmentSec .commonLower__gridItem08 p {
  bottom: -4.5%;
  right: 1.5%;
}
@media screen and (max-width: 780px) {
  .caPage .environmentSec .commonLower__gridItem08 figure {
    top: 15%;
  }
  .caPage .environmentSec .commonLower__gridItem08 p {
    bottom: -12%;
    right: -16%;
  }
}
.caPage .faqSec__inner {
  padding: 12.5rem 0 8.4rem;
  max-width: 77rem;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  .caPage .faqSec__inner {
    padding: 4.15rem 0 7.2rem;
    max-width: 33.75rem;
  }
}
.caPage .interviewSec__inner {
  padding: 12.5rem 0 10rem;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .caPage .interviewSec__inner {
    padding: 4.05rem 0 9.6rem;
  }
}

.interviewPage {
  overflow: visible;
  /*====================================================================
  kvSec
  ====================================================================*/
  /*====================================================================
  interviewSec
  ====================================================================*/
  /*====================================================================
  scheduleSec
  ====================================================================*/
  /*====================================================================
  otherSec
  ====================================================================*/
}
.interviewPage .commonKv__breadcrumbs {
  position: relative;
  margin-top: 4.5rem;
  padding-top: 1.2rem;
}
@media screen and (max-width: 780px) {
  .interviewPage .commonKv__breadcrumbs {
    margin: 0;
    padding: 2rem 0 0 1.9rem;
  }
  .interviewPage .commonKv__breadcrumbs::before {
    content: none;
  }
}
.interviewPage .kvSec {
  background-image: url("data:image/svg+xml,%3Csvg width='1236' height='518' viewBox='0 0 1236 518' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2032_2772)'%3E%3Cpath d='M1193.5 85C1216.97 85 1236 65.9721 1236 42.5C1236 19.0279 1216.97 0 1193.5 0C1170.03 0 1151 19.0279 1151 42.5C1151 65.9721 1170.03 85 1193.5 85Z' fill='%23048739'/%3E%3Cpath d='M1191.58 85.54C1215.05 85.54 1234.08 66.5121 1234.08 43.04C1234.08 19.5679 1215.05 0.539978 1191.58 0.539978C1168.11 0.539978 1149.08 19.5679 1149.08 43.04C1149.08 66.5121 1168.11 85.54 1191.58 85.54Z' fill='%2304873A'/%3E%3Cpath d='M1189.66 86.08C1213.13 86.08 1232.16 67.0521 1232.16 43.58C1232.16 20.1079 1213.13 1.08002 1189.66 1.08002C1166.19 1.08002 1147.16 20.1079 1147.16 43.58C1147.16 67.0521 1166.19 86.08 1189.66 86.08Z' fill='%2304883B'/%3E%3Cpath d='M1187.73 86.62C1211.2 86.62 1230.23 67.5921 1230.23 44.12C1230.23 20.6479 1211.2 1.62 1187.73 1.62C1164.26 1.62 1145.23 20.6479 1145.23 44.12C1145.23 67.5921 1164.26 86.62 1187.73 86.62Z' fill='%2304883C'/%3E%3Cpath d='M1185.79 87.18C1209.26 87.18 1228.29 68.1521 1228.29 44.68C1228.29 21.2079 1209.26 2.17999 1185.79 2.17999C1162.32 2.17999 1143.29 21.2079 1143.29 44.68C1143.29 68.1521 1162.32 87.18 1185.79 87.18Z' fill='%2304883D'/%3E%3Cpath d='M1183.84 87.73C1207.31 87.73 1226.34 68.7021 1226.34 45.23C1226.34 21.7579 1207.31 2.72998 1183.84 2.72998C1160.37 2.72998 1141.34 21.7579 1141.34 45.23C1141.34 68.7021 1160.37 87.73 1183.84 87.73Z' fill='%2304883E'/%3E%3Cpath d='M1181.89 88.29C1205.36 88.29 1224.39 69.2621 1224.39 45.79C1224.39 22.3179 1205.36 3.28998 1181.89 3.28998C1158.42 3.28998 1139.39 22.3179 1139.39 45.79C1139.39 69.2621 1158.42 88.29 1181.89 88.29Z' fill='%2304893F'/%3E%3Cpath d='M1179.92 88.85C1203.39 88.85 1222.42 69.8221 1222.42 46.35C1222.42 22.8779 1203.39 3.84998 1179.92 3.84998C1156.45 3.84998 1137.42 22.8779 1137.42 46.35C1137.42 69.8221 1156.45 88.85 1179.92 88.85Z' fill='%23048940'/%3E%3Cpath d='M1177.95 89.42C1201.42 89.42 1220.45 70.3921 1220.45 46.92C1220.45 23.4479 1201.42 4.41998 1177.95 4.41998C1154.48 4.41998 1135.45 23.4479 1135.45 46.92C1135.45 70.3921 1154.48 89.42 1177.95 89.42Z' fill='%23048941'/%3E%3Cpath d='M1175.97 90C1199.44 90 1218.47 70.9721 1218.47 47.5C1218.47 24.0279 1199.44 5 1175.97 5C1152.5 5 1133.47 24.0279 1133.47 47.5C1133.47 70.9721 1152.5 90 1175.97 90Z' fill='%23048A42'/%3E%3Cpath d='M1173.99 90.58C1197.46 90.58 1216.49 71.5521 1216.49 48.08C1216.49 24.6079 1197.46 5.58002 1173.99 5.58002C1150.52 5.58002 1131.49 24.6079 1131.49 48.08C1131.49 71.5521 1150.52 90.58 1173.99 90.58Z' fill='%23048A43'/%3E%3Cpath d='M1171.99 91.16C1195.46 91.16 1214.49 72.1321 1214.49 48.66C1214.49 25.1879 1195.46 6.15997 1171.99 6.15997C1148.52 6.15997 1129.49 25.1879 1129.49 48.66C1129.49 72.1321 1148.52 91.16 1171.99 91.16Z' fill='%23048A44'/%3E%3Cpath d='M1169.99 91.75C1193.46 91.75 1212.49 72.7221 1212.49 49.25C1212.49 25.7779 1193.46 6.75 1169.99 6.75C1146.52 6.75 1127.49 25.7779 1127.49 49.25C1127.49 72.7221 1146.52 91.75 1169.99 91.75Z' fill='%23048A45'/%3E%3Cpath d='M1167.98 92.34C1191.45 92.34 1210.48 73.3121 1210.48 49.84C1210.48 26.3679 1191.45 7.34003 1167.98 7.34003C1144.51 7.34003 1125.48 26.3679 1125.48 49.84C1125.48 73.3121 1144.51 92.34 1167.98 92.34Z' fill='%23058B46'/%3E%3Cpath d='M1165.96 92.94C1189.43 92.94 1208.46 73.9121 1208.46 50.44C1208.46 26.9679 1189.43 7.94 1165.96 7.94C1142.49 7.94 1123.46 26.9679 1123.46 50.44C1123.46 73.9121 1142.49 92.94 1165.96 92.94Z' fill='%23058B47'/%3E%3Cpath d='M1163.93 93.54C1187.4 93.54 1206.43 74.5121 1206.43 51.04C1206.43 27.5679 1187.4 8.53998 1163.93 8.53998C1140.46 8.53998 1121.43 27.5679 1121.43 51.04C1121.43 74.5121 1140.46 93.54 1163.93 93.54Z' fill='%23058B48'/%3E%3Cpath d='M1161.9 94.15C1185.37 94.15 1204.4 75.1221 1204.4 51.65C1204.4 28.1779 1185.37 9.15002 1161.9 9.15002C1138.43 9.15002 1119.4 28.1779 1119.4 51.65C1119.4 75.1221 1138.43 94.15 1161.9 94.15Z' fill='%23058C49'/%3E%3Cpath d='M1159.86 94.76C1183.33 94.76 1202.36 75.7321 1202.36 52.26C1202.36 28.7879 1183.33 9.76001 1159.86 9.76001C1136.39 9.76001 1117.36 28.7879 1117.36 52.26C1117.36 75.7321 1136.39 94.76 1159.86 94.76Z' fill='%23058C4A'/%3E%3Cpath d='M1157.81 95.37C1181.28 95.37 1200.31 76.3421 1200.31 52.87C1200.31 29.3979 1181.28 10.37 1157.81 10.37C1134.34 10.37 1115.31 29.3979 1115.31 52.87C1115.31 76.3421 1134.34 95.37 1157.81 95.37Z' fill='%23058C4B'/%3E%3Cpath d='M1155.75 96C1179.22 96 1198.25 76.9721 1198.25 53.5C1198.25 30.0279 1179.22 11 1155.75 11C1132.28 11 1113.25 30.0279 1113.25 53.5C1113.25 76.9721 1132.28 96 1155.75 96Z' fill='%23058C4C'/%3E%3Cpath d='M1153.68 96.62C1177.15 96.62 1196.18 77.5921 1196.18 54.12C1196.18 30.6479 1177.15 11.62 1153.68 11.62C1130.21 11.62 1111.18 30.6479 1111.18 54.12C1111.18 77.5921 1130.21 96.62 1153.68 96.62Z' fill='%23058D4D'/%3E%3Cpath d='M1151.61 97.25C1175.08 97.25 1194.11 78.2221 1194.11 54.75C1194.11 31.2779 1175.08 12.25 1151.61 12.25C1128.14 12.25 1109.11 31.2779 1109.11 54.75C1109.11 78.2221 1128.14 97.25 1151.61 97.25Z' fill='%23058D4E'/%3E%3Cpath d='M1149.53 97.89C1173 97.89 1192.03 78.8621 1192.03 55.39C1192.03 31.9179 1173 12.89 1149.53 12.89C1126.06 12.89 1107.03 31.9179 1107.03 55.39C1107.03 78.8621 1126.06 97.89 1149.53 97.89Z' fill='%23058D4F'/%3E%3Cpath d='M1147.45 98.53C1170.92 98.53 1189.95 79.5021 1189.95 56.03C1189.95 32.5579 1170.92 13.53 1147.45 13.53C1123.98 13.53 1104.95 32.5579 1104.95 56.03C1104.95 79.5021 1123.98 98.53 1147.45 98.53Z' fill='%23058E50'/%3E%3Cpath d='M1145.35 99.18C1168.82 99.18 1187.85 80.1521 1187.85 56.68C1187.85 33.2079 1168.82 14.18 1145.35 14.18C1121.88 14.18 1102.85 33.2079 1102.85 56.68C1102.85 80.1521 1121.88 99.18 1145.35 99.18Z' fill='%23058E51'/%3E%3Cpath d='M1143.25 99.83C1166.72 99.83 1185.75 80.8021 1185.75 57.33C1185.75 33.8579 1166.72 14.83 1143.25 14.83C1119.78 14.83 1100.75 33.8579 1100.75 57.33C1100.75 80.8021 1119.78 99.83 1143.25 99.83Z' fill='%23058E52'/%3E%3Cpath d='M1141.14 100.49C1164.61 100.49 1183.64 81.4621 1183.64 57.99C1183.64 34.5179 1164.61 15.49 1141.14 15.49C1117.67 15.49 1098.64 34.5179 1098.64 57.99C1098.64 81.4621 1117.67 100.49 1141.14 100.49Z' fill='%23058E53'/%3E%3Cpath d='M1139.02 101.15C1162.49 101.15 1181.52 82.1221 1181.52 58.65C1181.52 35.1779 1162.49 16.15 1139.02 16.15C1115.55 16.15 1096.52 35.1779 1096.52 58.65C1096.52 82.1221 1115.55 101.15 1139.02 101.15Z' fill='%23058F54'/%3E%3Cpath d='M1136.9 101.82C1160.37 101.82 1179.4 82.7921 1179.4 59.32C1179.4 35.8479 1160.37 16.82 1136.9 16.82C1113.43 16.82 1094.4 35.8479 1094.4 59.32C1094.4 82.7921 1113.43 101.82 1136.9 101.82Z' fill='%23058F55'/%3E%3Cpath d='M1134.77 102.49C1158.24 102.49 1177.27 83.4621 1177.27 59.99C1177.27 36.5179 1158.24 17.49 1134.77 17.49C1111.3 17.49 1092.27 36.5179 1092.27 59.99C1092.27 83.4621 1111.3 102.49 1134.77 102.49Z' fill='%23058F56'/%3E%3Cpath d='M1132.63 103.16C1156.1 103.16 1175.13 84.1321 1175.13 60.66C1175.13 37.1879 1156.1 18.16 1132.63 18.16C1109.16 18.16 1090.13 37.1879 1090.13 60.66C1090.13 84.1321 1109.16 103.16 1132.63 103.16Z' fill='%23058F57'/%3E%3Cpath d='M1130.48 103.85C1153.95 103.85 1172.98 84.8221 1172.98 61.35C1172.98 37.8779 1153.95 18.85 1130.48 18.85C1107.01 18.85 1087.98 37.8779 1087.98 61.35C1087.98 84.8221 1107.01 103.85 1130.48 103.85Z' fill='%23059058'/%3E%3Cpath d='M1128.33 104.53C1151.8 104.53 1170.83 85.5021 1170.83 62.03C1170.83 38.5579 1151.8 19.53 1128.33 19.53C1104.86 19.53 1085.83 38.5579 1085.83 62.03C1085.83 85.5021 1104.86 104.53 1128.33 104.53Z' fill='%23059059'/%3E%3Cpath d='M1126.17 105.23C1149.64 105.23 1168.67 86.2021 1168.67 62.73C1168.67 39.2579 1149.64 20.23 1126.17 20.23C1102.7 20.23 1083.67 39.2579 1083.67 62.73C1083.67 86.2021 1102.7 105.23 1126.17 105.23Z' fill='%2305905A'/%3E%3Cpath d='M1124.01 105.92C1147.48 105.92 1166.51 86.8921 1166.51 63.42C1166.51 39.9479 1147.48 20.92 1124.01 20.92C1100.54 20.92 1081.51 39.9479 1081.51 63.42C1081.51 86.8921 1100.54 105.92 1124.01 105.92Z' fill='%2305915B'/%3E%3Cpath d='M1121.83 106.63C1145.3 106.63 1164.33 87.6021 1164.33 64.13C1164.33 40.6579 1145.3 21.63 1121.83 21.63C1098.36 21.63 1079.33 40.6579 1079.33 64.13C1079.33 87.6021 1098.36 106.63 1121.83 106.63Z' fill='%2305915C'/%3E%3Cpath d='M1119.65 107.34C1143.12 107.34 1162.15 88.3121 1162.15 64.84C1162.15 41.3679 1143.12 22.34 1119.65 22.34C1096.18 22.34 1077.15 41.3679 1077.15 64.84C1077.15 88.3121 1096.18 107.34 1119.65 107.34Z' fill='%2305915D'/%3E%3Cpath d='M1117.46 108.05C1140.93 108.05 1159.96 89.0221 1159.96 65.55C1159.96 42.0779 1140.93 23.05 1117.46 23.05C1093.99 23.05 1074.96 42.0779 1074.96 65.55C1074.96 89.0221 1093.99 108.05 1117.46 108.05Z' fill='%2305915E'/%3E%3Cpath d='M1115.27 108.77C1138.74 108.77 1157.77 89.7421 1157.77 66.27C1157.77 42.7979 1138.74 23.77 1115.27 23.77C1091.8 23.77 1072.77 42.7979 1072.77 66.27C1072.77 89.7421 1091.8 108.77 1115.27 108.77Z' fill='%2306925F'/%3E%3Cpath d='M1113.06 109.49C1136.53 109.49 1155.56 90.4621 1155.56 66.99C1155.56 43.5179 1136.53 24.49 1113.06 24.49C1089.59 24.49 1070.56 43.5179 1070.56 66.99C1070.56 90.4621 1089.59 109.49 1113.06 109.49Z' fill='%23069260'/%3E%3Cpath d='M1110.86 110.22C1134.33 110.22 1153.36 91.1921 1153.36 67.72C1153.36 44.2479 1134.33 25.22 1110.86 25.22C1087.39 25.22 1068.36 44.2479 1068.36 67.72C1068.36 91.1921 1087.39 110.22 1110.86 110.22Z' fill='%23069261'/%3E%3Cpath d='M1108.64 110.96C1132.11 110.96 1151.14 91.9321 1151.14 68.46C1151.14 44.9879 1132.11 25.96 1108.64 25.96C1085.17 25.96 1066.14 44.9879 1066.14 68.46C1066.14 91.9321 1085.17 110.96 1108.64 110.96Z' fill='%23069362'/%3E%3Cpath d='M1106.42 111.7C1129.89 111.7 1148.92 92.6721 1148.92 69.2C1148.92 45.7279 1129.89 26.7 1106.42 26.7C1082.95 26.7 1063.92 45.7279 1063.92 69.2C1063.92 92.6721 1082.95 111.7 1106.42 111.7Z' fill='%23069363'/%3E%3Cpath d='M1104.19 112.45C1127.66 112.45 1146.69 93.4221 1146.69 69.95C1146.69 46.4779 1127.66 27.45 1104.19 27.45C1080.72 27.45 1061.69 46.4779 1061.69 69.95C1061.69 93.4221 1080.72 112.45 1104.19 112.45Z' fill='%23069364'/%3E%3Cpath d='M1101.95 113.2C1125.42 113.2 1144.45 94.1721 1144.45 70.7C1144.45 47.2279 1125.42 28.2 1101.95 28.2C1078.48 28.2 1059.45 47.2279 1059.45 70.7C1059.45 94.1721 1078.48 113.2 1101.95 113.2Z' fill='%23069365'/%3E%3Cpath d='M1099.71 113.95C1123.18 113.95 1142.21 94.9221 1142.21 71.45C1142.21 47.9779 1123.18 28.95 1099.71 28.95C1076.24 28.95 1057.21 47.9779 1057.21 71.45C1057.21 94.9221 1076.24 113.95 1099.71 113.95Z' fill='%23069466'/%3E%3Cpath d='M1097.46 114.72C1120.93 114.72 1139.96 95.6921 1139.96 72.22C1139.96 48.7479 1120.93 29.72 1097.46 29.72C1073.99 29.72 1054.96 48.7479 1054.96 72.22C1054.96 95.6921 1073.99 114.72 1097.46 114.72Z' fill='%23069467'/%3E%3Cpath d='M1095.2 115.49C1118.67 115.49 1137.7 96.4621 1137.7 72.99C1137.7 49.5179 1118.67 30.49 1095.2 30.49C1071.73 30.49 1052.7 49.5179 1052.7 72.99C1052.7 96.4621 1071.73 115.49 1095.2 115.49Z' fill='%23069468'/%3E%3Cpath d='M1092.94 116.26C1116.41 116.26 1135.44 97.2321 1135.44 73.76C1135.44 50.2879 1116.41 31.26 1092.94 31.26C1069.47 31.26 1050.44 50.2879 1050.44 73.76C1050.44 97.2321 1069.47 116.26 1092.94 116.26Z' fill='%23069569'/%3E%3Cpath d='M1090.67 117.04C1114.14 117.04 1133.17 98.0121 1133.17 74.54C1133.17 51.0679 1114.14 32.04 1090.67 32.04C1067.2 32.04 1048.17 51.0679 1048.17 74.54C1048.17 98.0121 1067.2 117.04 1090.67 117.04Z' fill='%2306956A'/%3E%3Cpath d='M1088.39 117.82C1111.86 117.82 1130.89 98.7921 1130.89 75.32C1130.89 51.8479 1111.86 32.82 1088.39 32.82C1064.92 32.82 1045.89 51.8479 1045.89 75.32C1045.89 98.7921 1064.92 117.82 1088.39 117.82Z' fill='%2306956A'/%3E%3Cpath d='M1086.11 118.61C1109.58 118.61 1128.61 99.5821 1128.61 76.11C1128.61 52.6379 1109.58 33.61 1086.11 33.61C1062.64 33.61 1043.61 52.6379 1043.61 76.11C1043.61 99.5821 1062.64 118.61 1086.11 118.61Z' fill='%2306956B'/%3E%3Cpath d='M1083.82 119.41C1107.29 119.41 1126.32 100.382 1126.32 76.91C1126.32 53.4379 1107.29 34.41 1083.82 34.41C1060.35 34.41 1041.32 53.4379 1041.32 76.91C1041.32 100.382 1060.35 119.41 1083.82 119.41Z' fill='%2306966C'/%3E%3Cpath d='M1081.52 120.21C1104.99 120.21 1124.02 101.182 1124.02 77.71C1124.02 54.2379 1104.99 35.21 1081.52 35.21C1058.05 35.21 1039.02 54.2379 1039.02 77.71C1039.02 101.182 1058.05 120.21 1081.52 120.21Z' fill='%2306966D'/%3E%3Cpath d='M1079.22 121.02C1102.69 121.02 1121.72 101.992 1121.72 78.52C1121.72 55.0479 1102.69 36.02 1079.22 36.02C1055.75 36.02 1036.72 55.0479 1036.72 78.52C1036.72 101.992 1055.75 121.02 1079.22 121.02Z' fill='%2306966E'/%3E%3Cpath d='M1076.91 121.83C1100.38 121.83 1119.41 102.802 1119.41 79.33C1119.41 55.8579 1100.38 36.83 1076.91 36.83C1053.44 36.83 1034.41 55.8579 1034.41 79.33C1034.41 102.802 1053.44 121.83 1076.91 121.83Z' fill='%2306976F'/%3E%3Cpath d='M1074.6 122.65C1098.07 122.65 1117.1 103.622 1117.1 80.15C1117.1 56.6779 1098.07 37.65 1074.6 37.65C1051.13 37.65 1032.1 56.6779 1032.1 80.15C1032.1 103.622 1051.13 122.65 1074.6 122.65Z' fill='%23069770'/%3E%3Cpath d='M1072.27 123.48C1095.74 123.48 1114.77 104.452 1114.77 80.98C1114.77 57.5079 1095.74 38.48 1072.27 38.48C1048.8 38.48 1029.77 57.5079 1029.77 80.98C1029.77 104.452 1048.8 123.48 1072.27 123.48Z' fill='%23069771'/%3E%3Cpath d='M1069.95 124.31C1093.42 124.31 1112.45 105.282 1112.45 81.81C1112.45 58.3379 1093.42 39.31 1069.95 39.31C1046.48 39.31 1027.45 58.3379 1027.45 81.81C1027.45 105.282 1046.48 124.31 1069.95 124.31Z' fill='%23069772'/%3E%3Cpath d='M1067.61 125.15C1091.08 125.15 1110.11 106.122 1110.11 82.65C1110.11 59.1779 1091.08 40.15 1067.61 40.15C1044.14 40.15 1025.11 59.1779 1025.11 82.65C1025.11 106.122 1044.14 125.15 1067.61 125.15Z' fill='%23069873'/%3E%3Cpath d='M1065.27 125.99C1088.74 125.99 1107.77 106.962 1107.77 83.49C1107.77 60.0179 1088.74 40.99 1065.27 40.99C1041.8 40.99 1022.77 60.0179 1022.77 83.49C1022.77 106.962 1041.8 125.99 1065.27 125.99Z' fill='%23069874'/%3E%3Cpath d='M1062.92 126.84C1086.39 126.84 1105.42 107.812 1105.42 84.34C1105.42 60.8679 1086.39 41.84 1062.92 41.84C1039.45 41.84 1020.42 60.8679 1020.42 84.34C1020.42 107.812 1039.45 126.84 1062.92 126.84Z' fill='%23069875'/%3E%3Cpath d='M1060.57 127.69C1084.04 127.69 1103.07 108.662 1103.07 85.19C1103.07 61.7179 1084.04 42.69 1060.57 42.69C1037.1 42.69 1018.07 61.7179 1018.07 85.19C1018.07 108.662 1037.1 127.69 1060.57 127.69Z' fill='%23079976'/%3E%3Cpath d='M1058.21 128.55C1081.68 128.55 1100.71 109.522 1100.71 86.05C1100.71 62.5779 1081.68 43.55 1058.21 43.55C1034.74 43.55 1015.71 62.5779 1015.71 86.05C1015.71 109.522 1034.74 128.55 1058.21 128.55Z' fill='%23079977'/%3E%3Cpath d='M1055.85 129.42C1079.32 129.42 1098.35 110.392 1098.35 86.92C1098.35 63.4479 1079.32 44.42 1055.85 44.42C1032.38 44.42 1013.35 63.4479 1013.35 86.92C1013.35 110.392 1032.38 129.42 1055.85 129.42Z' fill='%23079978'/%3E%3Cpath d='M1053.48 130.29C1076.95 130.29 1095.98 111.262 1095.98 87.79C1095.98 64.3179 1076.95 45.29 1053.48 45.29C1030.01 45.29 1010.98 64.3179 1010.98 87.79C1010.98 111.262 1030.01 130.29 1053.48 130.29Z' fill='%23079979'/%3E%3Cpath d='M1051.1 131.17C1074.57 131.17 1093.6 112.142 1093.6 88.67C1093.6 65.1979 1074.57 46.17 1051.1 46.17C1027.63 46.17 1008.6 65.1979 1008.6 88.67C1008.6 112.142 1027.63 131.17 1051.1 131.17Z' fill='%23079A7A'/%3E%3Cpath d='M1048.72 132.05C1072.19 132.05 1091.22 113.022 1091.22 89.55C1091.22 66.0779 1072.19 47.05 1048.72 47.05C1025.25 47.05 1006.22 66.0779 1006.22 89.55C1006.22 113.022 1025.25 132.05 1048.72 132.05Z' fill='%23079A7B'/%3E%3Cpath d='M1046.33 132.94C1069.8 132.94 1088.83 113.912 1088.83 90.44C1088.83 66.9679 1069.8 47.94 1046.33 47.94C1022.86 47.94 1003.83 66.9679 1003.83 90.44C1003.83 113.912 1022.86 132.94 1046.33 132.94Z' fill='%23079A7C'/%3E%3Cpath d='M1043.93 133.84C1067.4 133.84 1086.43 114.812 1086.43 91.34C1086.43 67.8679 1067.4 48.84 1043.93 48.84C1020.46 48.84 1001.43 67.8679 1001.43 91.34C1001.43 114.812 1020.46 133.84 1043.93 133.84Z' fill='%23079B7D'/%3E%3Cpath d='M1041.53 134.74C1065 134.74 1084.03 115.712 1084.03 92.24C1084.03 68.7679 1065 49.74 1041.53 49.74C1018.06 49.74 999.03 68.7679 999.03 92.24C999.03 115.712 1018.06 134.74 1041.53 134.74Z' fill='%23079B7E'/%3E%3Cpath d='M1039.12 135.65C1062.59 135.65 1081.62 116.622 1081.62 93.15C1081.62 69.6779 1062.59 50.65 1039.12 50.65C1015.65 50.65 996.62 69.6779 996.62 93.15C996.62 116.622 1015.65 135.65 1039.12 135.65Z' fill='%23079B7F'/%3E%3Cpath d='M1036.71 136.57C1060.18 136.57 1079.21 117.542 1079.21 94.07C1079.21 70.5979 1060.18 51.57 1036.71 51.57C1013.24 51.57 994.21 70.5979 994.21 94.07C994.21 117.542 1013.24 136.57 1036.71 136.57Z' fill='%23079B80'/%3E%3Cpath d='M1034.29 137.49C1057.76 137.49 1076.79 118.462 1076.79 94.99C1076.79 71.5179 1057.76 52.49 1034.29 52.49C1010.82 52.49 991.79 71.5179 991.79 94.99C991.79 118.462 1010.82 137.49 1034.29 137.49Z' fill='%23079C81'/%3E%3Cpath d='M1031.86 138.42C1055.33 138.42 1074.36 119.392 1074.36 95.92C1074.36 72.4479 1055.33 53.42 1031.86 53.42C1008.39 53.42 989.36 72.4479 989.36 95.92C989.36 119.392 1008.39 138.42 1031.86 138.42Z' fill='%23079C82'/%3E%3Cpath d='M1029.43 139.35C1052.9 139.35 1071.93 120.322 1071.93 96.85C1071.93 73.3779 1052.9 54.35 1029.43 54.35C1005.96 54.35 986.93 73.3779 986.93 96.85C986.93 120.322 1005.96 139.35 1029.43 139.35Z' fill='%23079C83'/%3E%3Cpath d='M1027 140.29C1050.47 140.29 1069.5 121.262 1069.5 97.79C1069.5 74.3179 1050.47 55.29 1027 55.29C1003.53 55.29 984.5 74.3179 984.5 97.79C984.5 121.262 1003.53 140.29 1027 140.29Z' fill='%23079C84'/%3E%3Cpath d='M1024.56 141.23C1048.03 141.23 1067.06 122.202 1067.06 98.73C1067.06 75.2579 1048.03 56.23 1024.56 56.23C1001.09 56.23 982.06 75.2579 982.06 98.73C982.06 122.202 1001.09 141.23 1024.56 141.23Z' fill='%23079D85'/%3E%3Cpath d='M1022.11 142.19C1045.58 142.19 1064.61 123.162 1064.61 99.69C1064.61 76.2179 1045.58 57.19 1022.11 57.19C998.638 57.19 979.61 76.2179 979.61 99.69C979.61 123.162 998.638 142.19 1022.11 142.19Z' fill='%23079D86'/%3E%3Cpath d='M1019.65 143.15C1043.12 143.15 1062.15 124.122 1062.15 100.65C1062.15 77.1779 1043.12 58.15 1019.65 58.15C996.178 58.15 977.15 77.1779 977.15 100.65C977.15 124.122 996.178 143.15 1019.65 143.15Z' fill='%23079D87'/%3E%3Cpath d='M1017.2 144.11C1040.67 144.11 1059.7 125.082 1059.7 101.61C1059.7 78.1379 1040.67 59.11 1017.2 59.11C993.728 59.11 974.7 78.1379 974.7 101.61C974.7 125.082 993.728 144.11 1017.2 144.11Z' fill='%23079E88'/%3E%3Cpath d='M1014.73 145.08C1038.2 145.08 1057.23 126.052 1057.23 102.58C1057.23 79.1079 1038.2 60.08 1014.73 60.08C991.258 60.08 972.23 79.1079 972.23 102.58C972.23 126.052 991.258 145.08 1014.73 145.08Z' fill='%23079E89'/%3E%3Cpath d='M1012.26 146.06C1035.73 146.06 1054.76 127.032 1054.76 103.56C1054.76 80.0879 1035.73 61.06 1012.26 61.06C988.788 61.06 969.76 80.0879 969.76 103.56C969.76 127.032 988.788 146.06 1012.26 146.06Z' fill='%23079E8A'/%3E%3Cpath d='M1009.79 147.04C1033.26 147.04 1052.29 128.012 1052.29 104.54C1052.29 81.0679 1033.26 62.04 1009.79 62.04C986.318 62.04 967.29 81.0679 967.29 104.54C967.29 128.012 986.318 147.04 1009.79 147.04Z' fill='%23079E8B'/%3E%3Cpath d='M1007.3 148.03C1030.77 148.03 1049.8 129.002 1049.8 105.53C1049.8 82.0579 1030.77 63.03 1007.3 63.03C983.828 63.03 964.8 82.0579 964.8 105.53C964.8 129.002 983.828 148.03 1007.3 148.03Z' fill='%23079F8C'/%3E%3Cpath d='M1004.82 149.03C1028.29 149.03 1047.32 130.002 1047.32 106.53C1047.32 83.0579 1028.29 64.03 1004.82 64.03C981.348 64.03 962.32 83.0579 962.32 106.53C962.32 130.002 981.348 149.03 1004.82 149.03Z' fill='%23079F8D'/%3E%3Cpath d='M1002.33 150.03C1025.8 150.03 1044.83 131.002 1044.83 107.53C1044.83 84.0579 1025.8 65.03 1002.33 65.03C978.858 65.03 959.83 84.0579 959.83 107.53C959.83 131.002 978.858 150.03 1002.33 150.03Z' fill='%23079F8E'/%3E%3Cpath d='M999.83 151.04C1023.3 151.04 1042.33 132.012 1042.33 108.54C1042.33 85.0679 1023.3 66.04 999.83 66.04C976.358 66.04 957.33 85.0679 957.33 108.54C957.33 132.012 976.358 151.04 999.83 151.04Z' fill='%2308A08F'/%3E%3Cpath d='M997.33 152.06C1020.8 152.06 1039.83 133.032 1039.83 109.56C1039.83 86.0879 1020.8 67.06 997.33 67.06C973.858 67.06 954.83 86.0879 954.83 109.56C954.83 133.032 973.858 152.06 997.33 152.06Z' fill='%2308A090'/%3E%3Cpath d='M994.82 153.08C1018.29 153.08 1037.32 134.052 1037.32 110.58C1037.32 87.1079 1018.29 68.08 994.82 68.08C971.348 68.08 952.32 87.1079 952.32 110.58C952.32 134.052 971.348 153.08 994.82 153.08Z' fill='%2308A091'/%3E%3Cpath d='M992.3 154.11C1015.77 154.11 1034.8 135.082 1034.8 111.61C1034.8 88.1379 1015.77 69.11 992.3 69.11C968.828 69.11 949.8 88.1379 949.8 111.61C949.8 135.082 968.828 154.11 992.3 154.11Z' fill='%2308A092'/%3E%3Cpath d='M989.79 155.15C1013.26 155.15 1032.29 136.122 1032.29 112.65C1032.29 89.1779 1013.26 70.15 989.79 70.15C966.318 70.15 947.29 89.1779 947.29 112.65C947.29 136.122 966.318 155.15 989.79 155.15Z' fill='%2308A193'/%3E%3Cpath d='M987.26 156.19C1010.73 156.19 1029.76 137.162 1029.76 113.69C1029.76 90.2179 1010.73 71.19 987.26 71.19C963.788 71.19 944.76 90.2179 944.76 113.69C944.76 137.162 963.788 156.19 987.26 156.19Z' fill='%2308A194'/%3E%3Cpath d='M984.73 157.24C1008.2 157.24 1027.23 138.212 1027.23 114.74C1027.23 91.2679 1008.2 72.24 984.73 72.24C961.258 72.24 942.23 91.2679 942.23 114.74C942.23 138.212 961.258 157.24 984.73 157.24Z' fill='%2308A195'/%3E%3Cpath d='M982.2 158.3C1005.67 158.3 1024.7 139.272 1024.7 115.8C1024.7 92.3279 1005.67 73.3 982.2 73.3C958.728 73.3 939.7 92.3279 939.7 115.8C939.7 139.272 958.728 158.3 982.2 158.3Z' fill='%2308A296'/%3E%3Cpath d='M979.66 159.36C1003.13 159.36 1022.16 140.332 1022.16 116.86C1022.16 93.3879 1003.13 74.36 979.66 74.36C956.188 74.36 937.16 93.3879 937.16 116.86C937.16 140.332 956.188 159.36 979.66 159.36Z' fill='%2308A297'/%3E%3Cpath d='M977.12 160.43C1000.59 160.43 1019.62 141.402 1019.62 117.93C1019.62 94.4579 1000.59 75.43 977.12 75.43C953.648 75.43 934.62 94.4579 934.62 117.93C934.62 141.402 953.648 160.43 977.12 160.43Z' fill='%2308A298'/%3E%3Cpath d='M974.57 161.51C998.042 161.51 1017.07 142.482 1017.07 119.01C1017.07 95.5379 998.042 76.51 974.57 76.51C951.098 76.51 932.07 95.5379 932.07 119.01C932.07 142.482 951.098 161.51 974.57 161.51Z' fill='%2308A299'/%3E%3Cpath d='M972.01 162.59C995.482 162.59 1014.51 143.562 1014.51 120.09C1014.51 96.6179 995.482 77.59 972.01 77.59C948.538 77.59 929.51 96.6179 929.51 120.09C929.51 143.562 948.538 162.59 972.01 162.59Z' fill='%2308A39A'/%3E%3Cpath d='M949.37 172.39C972.842 172.39 991.87 153.362 991.87 129.89C991.87 106.418 972.842 87.39 949.37 87.39C925.898 87.39 906.87 106.418 906.87 129.89C906.87 153.362 925.898 172.39 949.37 172.39Z' fill='%2308A39B'/%3E%3Cpath d='M965.33 165.44C988.802 165.44 1007.83 146.412 1007.83 122.94C1007.83 99.4679 988.802 80.44 965.33 80.44C941.858 80.44 922.83 99.4679 922.83 122.94C922.83 146.412 941.858 165.44 965.33 165.44Z' fill='%2308A29C'/%3E%3Cpath d='M961.2 167.22C984.672 167.22 1003.7 148.192 1003.7 124.72C1003.7 101.248 984.672 82.22 961.2 82.22C937.728 82.22 918.7 101.248 918.7 124.72C918.7 148.192 937.728 167.22 961.2 167.22Z' fill='%2309A19D'/%3E%3Cpath d='M957.06 169.02C980.532 169.02 999.56 149.992 999.56 126.52C999.56 103.048 980.532 84.02 957.06 84.02C933.588 84.02 914.56 103.048 914.56 126.52C914.56 149.992 933.588 169.02 957.06 169.02Z' fill='%2309A09E'/%3E%3Cpath d='M952.91 170.84C976.382 170.84 995.41 151.812 995.41 128.34C995.41 104.868 976.382 85.84 952.91 85.84C929.438 85.84 910.41 104.868 910.41 128.34C910.41 151.812 929.438 170.84 952.91 170.84Z' fill='%230A9F9F'/%3E%3Cpath d='M948.74 172.67C972.212 172.67 991.24 153.642 991.24 130.17C991.24 106.698 972.212 87.67 948.74 87.67C925.268 87.67 906.24 106.698 906.24 130.17C906.24 153.642 925.268 172.67 948.74 172.67Z' fill='%230A9E9F'/%3E%3Cpath d='M944.56 174.53C968.032 174.53 987.06 155.502 987.06 132.03C987.06 108.558 968.032 89.53 944.56 89.53C921.088 89.53 902.06 108.558 902.06 132.03C902.06 155.502 921.088 174.53 944.56 174.53Z' fill='%230A9DA0'/%3E%3Cpath d='M940.37 176.4C963.842 176.4 982.87 157.372 982.87 133.9C982.87 110.428 963.842 91.4 940.37 91.4C916.898 91.4 897.87 110.428 897.87 133.9C897.87 157.372 916.898 176.4 940.37 176.4Z' fill='%230B9CA1'/%3E%3Cpath d='M936.16 178.28C959.632 178.28 978.66 159.252 978.66 135.78C978.66 112.308 959.632 93.28 936.16 93.28C912.688 93.28 893.66 112.308 893.66 135.78C893.66 159.252 912.688 178.28 936.16 178.28Z' fill='%230B9BA2'/%3E%3Cpath d='M931.95 180.19C955.422 180.19 974.45 161.162 974.45 137.69C974.45 114.218 955.422 95.19 931.95 95.19C908.478 95.19 889.45 114.218 889.45 137.69C889.45 161.162 908.478 180.19 931.95 180.19Z' fill='%230C9AA3'/%3E%3Cpath d='M927.72 182.12C951.192 182.12 970.22 163.092 970.22 139.62C970.22 116.148 951.192 97.12 927.72 97.12C904.248 97.12 885.22 116.148 885.22 139.62C885.22 163.092 904.248 182.12 927.72 182.12Z' fill='%230C99A4'/%3E%3Cpath d='M923.48 184.06C946.952 184.06 965.98 165.032 965.98 141.56C965.98 118.088 946.952 99.06 923.48 99.06C900.008 99.06 880.98 118.088 880.98 141.56C880.98 165.032 900.008 184.06 923.48 184.06Z' fill='%230D98A5'/%3E%3Cpath d='M919.23 186.02C942.702 186.02 961.73 166.992 961.73 143.52C961.73 120.048 942.702 101.02 919.23 101.02C895.758 101.02 876.73 120.048 876.73 143.52C876.73 166.992 895.758 186.02 919.23 186.02Z' fill='%230D97A6'/%3E%3Cpath d='M914.97 188.01C938.442 188.01 957.47 168.982 957.47 145.51C957.47 122.038 938.442 103.01 914.97 103.01C891.498 103.01 872.47 122.038 872.47 145.51C872.47 168.982 891.498 188.01 914.97 188.01Z' fill='%230D96A7'/%3E%3Cpath d='M910.7 190.01C934.172 190.01 953.2 170.982 953.2 147.51C953.2 124.038 934.172 105.01 910.7 105.01C887.228 105.01 868.2 124.038 868.2 147.51C868.2 170.982 887.228 190.01 910.7 190.01Z' fill='%230E95A8'/%3E%3Cpath d='M906.42 192.02C929.892 192.02 948.92 172.992 948.92 149.52C948.92 126.048 929.892 107.02 906.42 107.02C882.948 107.02 863.92 126.048 863.92 149.52C863.92 172.992 882.948 192.02 906.42 192.02Z' fill='%230E94A8'/%3E%3Cpath d='M902.13 194.06C925.602 194.06 944.63 175.032 944.63 151.56C944.63 128.088 925.602 109.06 902.13 109.06C878.658 109.06 859.63 128.088 859.63 151.56C859.63 175.032 878.658 194.06 902.13 194.06Z' fill='%230F93A9'/%3E%3Cpath d='M897.82 196.12C921.292 196.12 940.32 177.092 940.32 153.62C940.32 130.148 921.292 111.12 897.82 111.12C874.348 111.12 855.32 130.148 855.32 153.62C855.32 177.092 874.348 196.12 897.82 196.12Z' fill='%230F92AA'/%3E%3Cpath d='M893.51 198.2C916.982 198.2 936.01 179.172 936.01 155.7C936.01 132.228 916.982 113.2 893.51 113.2C870.038 113.2 851.01 132.228 851.01 155.7C851.01 179.172 870.038 198.2 893.51 198.2Z' fill='%230F91AB'/%3E%3Cpath d='M889.18 200.29C912.652 200.29 931.68 181.262 931.68 157.79C931.68 134.318 912.652 115.29 889.18 115.29C865.708 115.29 846.68 134.318 846.68 157.79C846.68 181.262 865.708 200.29 889.18 200.29Z' fill='%231090AC'/%3E%3Cpath d='M884.85 202.41C908.322 202.41 927.35 183.382 927.35 159.91C927.35 136.438 908.322 117.41 884.85 117.41C861.378 117.41 842.35 136.438 842.35 159.91C842.35 183.382 861.378 202.41 884.85 202.41Z' fill='%23108FAD'/%3E%3Cpath d='M880.5 204.54C903.972 204.54 923 185.512 923 162.04C923 138.568 903.972 119.54 880.5 119.54C857.028 119.54 838 138.568 838 162.04C838 185.512 857.028 204.54 880.5 204.54Z' fill='%23118EAE'/%3E%3Cpath d='M876.15 206.7C899.622 206.7 918.65 187.672 918.65 164.2C918.65 140.728 899.622 121.7 876.15 121.7C852.678 121.7 833.65 140.728 833.65 164.2C833.65 187.672 852.678 206.7 876.15 206.7Z' fill='%23118DAF'/%3E%3Cpath d='M871.79 208.87C895.262 208.87 914.29 189.842 914.29 166.37C914.29 142.898 895.262 123.87 871.79 123.87C848.318 123.87 829.29 142.898 829.29 166.37C829.29 189.842 848.318 208.87 871.79 208.87Z' fill='%23118CB0'/%3E%3Cpath d='M867.41 211.06C890.882 211.06 909.91 192.032 909.91 168.56C909.91 145.088 890.882 126.06 867.41 126.06C843.938 126.06 824.91 145.088 824.91 168.56C824.91 192.032 843.938 211.06 867.41 211.06Z' fill='%23128BB1'/%3E%3Cpath d='M863.03 213.28C886.502 213.28 905.53 194.252 905.53 170.78C905.53 147.308 886.502 128.28 863.03 128.28C839.558 128.28 820.53 147.308 820.53 170.78C820.53 194.252 839.558 213.28 863.03 213.28Z' fill='%23128AB1'/%3E%3Cpath d='M858.63 215.51C882.102 215.51 901.13 196.482 901.13 173.01C901.13 149.538 882.102 130.51 858.63 130.51C835.158 130.51 816.13 149.538 816.13 173.01C816.13 196.482 835.158 215.51 858.63 215.51Z' fill='%231389B2'/%3E%3Cpath d='M854.23 217.76C877.702 217.76 896.73 198.732 896.73 175.26C896.73 151.788 877.702 132.76 854.23 132.76C830.758 132.76 811.73 151.788 811.73 175.26C811.73 198.732 830.758 217.76 854.23 217.76Z' fill='%231388B3'/%3E%3Cpath d='M849.82 220.04C873.292 220.04 892.32 201.012 892.32 177.54C892.32 154.068 873.292 135.04 849.82 135.04C826.348 135.04 807.32 154.068 807.32 177.54C807.32 201.012 826.348 220.04 849.82 220.04Z' fill='%231487B4'/%3E%3Cpath d='M845.4 222.33C868.872 222.33 887.9 203.302 887.9 179.83C887.9 156.358 868.872 137.33 845.4 137.33C821.928 137.33 802.9 156.358 802.9 179.83C802.9 203.302 821.928 222.33 845.4 222.33Z' fill='%231486B5'/%3E%3Cpath d='M840.97 224.65C864.442 224.65 883.47 205.622 883.47 182.15C883.47 158.678 864.442 139.65 840.97 139.65C817.498 139.65 798.47 158.678 798.47 182.15C798.47 205.622 817.498 224.65 840.97 224.65Z' fill='%231485B6'/%3E%3Cpath d='M836.53 226.98C860.002 226.98 879.03 207.952 879.03 184.48C879.03 161.008 860.002 141.98 836.53 141.98C813.058 141.98 794.03 161.008 794.03 184.48C794.03 207.952 813.058 226.98 836.53 226.98Z' fill='%231584B7'/%3E%3Cpath d='M832.09 229.34C855.562 229.34 874.59 210.312 874.59 186.84C874.59 163.368 855.562 144.34 832.09 144.34C808.618 144.34 789.59 163.368 789.59 186.84C789.59 210.312 808.618 229.34 832.09 229.34Z' fill='%231583B8'/%3E%3Cpath d='M827.63 231.71C851.102 231.71 870.13 212.682 870.13 189.21C870.13 165.738 851.102 146.71 827.63 146.71C804.158 146.71 785.13 165.738 785.13 189.21C785.13 212.682 804.158 231.71 827.63 231.71Z' fill='%231682B9'/%3E%3Cpath d='M823.17 234.11C846.642 234.11 865.67 215.082 865.67 191.61C865.67 168.138 846.642 149.11 823.17 149.11C799.698 149.11 780.67 168.138 780.67 191.61C780.67 215.082 799.698 234.11 823.17 234.11Z' fill='%231682B9'/%3E%3Cpath d='M818.69 236.53C842.162 236.53 861.19 217.502 861.19 194.03C861.19 170.558 842.162 151.53 818.69 151.53C795.218 151.53 776.19 170.558 776.19 194.03C776.19 217.502 795.218 236.53 818.69 236.53Z' fill='%231681BA'/%3E%3Cpath d='M814.22 238.96C837.692 238.96 856.72 219.932 856.72 196.46C856.72 172.988 837.692 153.96 814.22 153.96C790.748 153.96 771.72 172.988 771.72 196.46C771.72 219.932 790.748 238.96 814.22 238.96Z' fill='%231780BB'/%3E%3Cpath d='M809.64 241.47C833.112 241.47 852.14 222.442 852.14 198.97C852.14 175.498 833.112 156.47 809.64 156.47C786.168 156.47 767.14 175.498 767.14 198.97C767.14 222.442 786.168 241.47 809.64 241.47Z' fill='%23177FBC'/%3E%3Cpath d='M804.7 244.2C828.172 244.2 847.2 225.172 847.2 201.7C847.2 178.228 828.172 159.2 804.7 159.2C781.228 159.2 762.2 178.228 762.2 201.7C762.2 225.172 781.228 244.2 804.7 244.2Z' fill='%23187EBD'/%3E%3Cpath d='M799.82 246.91C823.292 246.91 842.32 227.882 842.32 204.41C842.32 180.938 823.292 161.91 799.82 161.91C776.348 161.91 757.32 180.938 757.32 204.41C757.32 227.882 776.348 246.91 799.82 246.91Z' fill='%23187DBE'/%3E%3Cpath d='M795.01 249.61C818.482 249.61 837.51 230.582 837.51 207.11C837.51 183.638 818.482 164.61 795.01 164.61C771.538 164.61 752.51 183.638 752.51 207.11C752.51 230.582 771.538 249.61 795.01 249.61Z' fill='%23187CBF'/%3E%3Cpath d='M790.26 252.29C813.732 252.29 832.76 233.262 832.76 209.79C832.76 186.318 813.732 167.29 790.26 167.29C766.788 167.29 747.76 186.318 747.76 209.79C747.76 233.262 766.788 252.29 790.26 252.29Z' fill='%23197BC0'/%3E%3Cpath d='M785.58 254.96C809.052 254.96 828.08 235.932 828.08 212.46C828.08 188.988 809.052 169.96 785.58 169.96C762.108 169.96 743.08 188.988 743.08 212.46C743.08 235.932 762.108 254.96 785.58 254.96Z' fill='%23197AC1'/%3E%3Cpath d='M780.96 257.6C804.432 257.6 823.46 238.572 823.46 215.1C823.46 191.628 804.432 172.6 780.96 172.6C757.488 172.6 738.46 191.628 738.46 215.1C738.46 238.572 757.488 257.6 780.96 257.6Z' fill='%231A79C2'/%3E%3Cpath d='M776.4 260.24C799.872 260.24 818.9 241.212 818.9 217.74C818.9 194.268 799.872 175.24 776.4 175.24C752.928 175.24 733.9 194.268 733.9 217.74C733.9 241.212 752.928 260.24 776.4 260.24Z' fill='%231A78C2'/%3E%3Cpath d='M771.89 262.85C795.362 262.85 814.39 243.822 814.39 220.35C814.39 196.878 795.362 177.85 771.89 177.85C748.418 177.85 729.39 196.878 729.39 220.35C729.39 243.822 748.418 262.85 771.89 262.85Z' fill='%231B77C3'/%3E%3Cpath d='M767.45 265.45C790.922 265.45 809.95 246.422 809.95 222.95C809.95 199.478 790.922 180.45 767.45 180.45C743.978 180.45 724.95 199.478 724.95 222.95C724.95 246.422 743.978 265.45 767.45 265.45Z' fill='%231B76C4'/%3E%3Cpath d='M763.06 268.04C786.532 268.04 805.56 249.012 805.56 225.54C805.56 202.068 786.532 183.04 763.06 183.04C739.588 183.04 720.56 202.068 720.56 225.54C720.56 249.012 739.588 268.04 763.06 268.04Z' fill='%231B75C5'/%3E%3Cpath d='M758.73 270.61C782.202 270.61 801.23 251.582 801.23 228.11C801.23 204.638 782.202 185.61 758.73 185.61C735.258 185.61 716.23 204.638 716.23 228.11C716.23 251.582 735.258 270.61 758.73 270.61Z' fill='%231C74C6'/%3E%3Cpath d='M754.46 273.16C777.932 273.16 796.96 254.132 796.96 230.66C796.96 207.188 777.932 188.16 754.46 188.16C730.988 188.16 711.96 207.188 711.96 230.66C711.96 254.132 730.988 273.16 754.46 273.16Z' fill='%231C73C7'/%3E%3Cpath d='M750.23 275.7C773.702 275.7 792.73 256.672 792.73 233.2C792.73 209.728 773.702 190.7 750.23 190.7C726.758 190.7 707.73 209.728 707.73 233.2C707.73 256.672 726.758 275.7 750.23 275.7Z' fill='%231D72C8'/%3E%3Cpath d='M746.06 278.23C769.532 278.23 788.56 259.202 788.56 235.73C788.56 212.258 769.532 193.23 746.06 193.23C722.588 193.23 703.56 212.258 703.56 235.73C703.56 259.202 722.588 278.23 746.06 278.23Z' fill='%231D71C9'/%3E%3Cpath d='M741.94 280.74C765.412 280.74 784.44 261.712 784.44 238.24C784.44 214.768 765.412 195.74 741.94 195.74C718.468 195.74 699.44 214.768 699.44 238.24C699.44 261.712 718.468 280.74 741.94 280.74Z' fill='%231D70CA'/%3E%3Cpath d='M737.87 283.23C761.342 283.23 780.37 264.202 780.37 240.73C780.37 217.258 761.342 198.23 737.87 198.23C714.398 198.23 695.37 217.258 695.37 240.73C695.37 264.202 714.398 283.23 737.87 283.23Z' fill='%231E6FCB'/%3E%3Cpath d='M733.85 285.71C757.322 285.71 776.35 266.682 776.35 243.21C776.35 219.738 757.322 200.71 733.85 200.71C710.378 200.71 691.35 219.738 691.35 243.21C691.35 266.682 710.378 285.71 733.85 285.71Z' fill='%231E6ECB'/%3E%3Cpath d='M729.88 288.18C753.352 288.18 772.38 269.152 772.38 245.68C772.38 222.208 753.352 203.18 729.88 203.18C706.408 203.18 687.38 222.208 687.38 245.68C687.38 269.152 706.408 288.18 729.88 288.18Z' fill='%231F6DCC'/%3E%3Cpath d='M725.95 290.63C749.422 290.63 768.45 271.602 768.45 248.13C768.45 224.658 749.422 205.63 725.95 205.63C702.478 205.63 683.45 224.658 683.45 248.13C683.45 271.602 702.478 290.63 725.95 290.63Z' fill='%231F6CCD'/%3E%3Cpath d='M722.06 293.07C745.532 293.07 764.56 274.042 764.56 250.57C764.56 227.098 745.532 208.07 722.06 208.07C698.588 208.07 679.56 227.098 679.56 250.57C679.56 274.042 698.588 293.07 722.06 293.07Z' fill='%231F6BCE'/%3E%3Cpath d='M718.22 295.49C741.692 295.49 760.72 276.462 760.72 252.99C760.72 229.518 741.692 210.49 718.22 210.49C694.748 210.49 675.72 229.518 675.72 252.99C675.72 276.462 694.748 295.49 718.22 295.49Z' fill='%23206ACF'/%3E%3Cpath d='M714.42 297.9C737.892 297.9 756.92 278.872 756.92 255.4C756.92 231.928 737.892 212.9 714.42 212.9C690.948 212.9 671.92 231.928 671.92 255.4C671.92 278.872 690.948 297.9 714.42 297.9Z' fill='%232069D0'/%3E%3Cpath d='M710.66 300.29C734.132 300.29 753.16 281.262 753.16 257.79C753.16 234.318 734.132 215.29 710.66 215.29C687.188 215.29 668.16 234.318 668.16 257.79C668.16 281.262 687.188 300.29 710.66 300.29Z' fill='%232168D1'/%3E%3Cpath d='M706.94 302.67C730.412 302.67 749.44 283.642 749.44 260.17C749.44 236.698 730.412 217.67 706.94 217.67C683.468 217.67 664.44 236.698 664.44 260.17C664.44 283.642 683.468 302.67 706.94 302.67Z' fill='%232167D2'/%3E%3Cpath d='M703.26 305.04C726.732 305.04 745.76 286.012 745.76 262.54C745.76 239.068 726.732 220.04 703.26 220.04C679.788 220.04 660.76 239.068 660.76 262.54C660.76 286.012 679.788 305.04 703.26 305.04Z' fill='%232266D3'/%3E%3Cpath d='M699.62 307.4C723.092 307.4 742.12 288.372 742.12 264.9C742.12 241.428 723.092 222.4 699.62 222.4C676.148 222.4 657.12 241.428 657.12 264.9C657.12 288.372 676.148 307.4 699.62 307.4Z' fill='%232265D4'/%3E%3Cpath d='M696.01 309.74C719.482 309.74 738.51 290.712 738.51 267.24C738.51 243.768 719.482 224.74 696.01 224.74C672.538 224.74 653.51 243.768 653.51 267.24C653.51 290.712 672.538 309.74 696.01 309.74Z' fill='%232264D4'/%3E%3Cpath d='M692.44 312.07C715.912 312.07 734.94 293.042 734.94 269.57C734.94 246.098 715.912 227.07 692.44 227.07C668.968 227.07 649.94 246.098 649.94 269.57C649.94 293.042 668.968 312.07 692.44 312.07Z' fill='%232363D5'/%3E%3Cpath d='M688.9 314.38C712.372 314.38 731.4 295.352 731.4 271.88C731.4 248.408 712.372 229.38 688.9 229.38C665.428 229.38 646.4 248.408 646.4 271.88C646.4 295.352 665.428 314.38 688.9 314.38Z' fill='%232362D6'/%3E%3Cpath d='M685.4 316.68C708.872 316.68 727.9 297.652 727.9 274.18C727.9 250.708 708.872 231.68 685.4 231.68C661.928 231.68 642.9 250.708 642.9 274.18C642.9 297.652 661.928 316.68 685.4 316.68Z' fill='%232461D7'/%3E%3Cpath d='M698.04 308.42C721.512 308.42 740.54 289.392 740.54 265.92C740.54 242.448 721.512 223.42 698.04 223.42C674.568 223.42 655.54 242.448 655.54 265.92C655.54 289.392 674.568 308.42 698.04 308.42Z' fill='%232460D8'/%3E%3Cpath d='M678.48 321.24C701.952 321.24 720.98 302.212 720.98 278.74C720.98 255.268 701.952 236.24 678.48 236.24C655.008 236.24 635.98 255.268 635.98 278.74C635.98 302.212 655.008 321.24 678.48 321.24Z' fill='%232460D8'/%3E%3Cpath d='M675.08 323.5C698.552 323.5 717.58 304.472 717.58 281C717.58 257.528 698.552 238.5 675.08 238.5C651.608 238.5 632.58 257.528 632.58 281C632.58 304.472 651.608 323.5 675.08 323.5Z' fill='%232460D8'/%3E%3Cpath d='M671.7 325.74C695.172 325.74 714.2 306.712 714.2 283.24C714.2 259.768 695.172 240.74 671.7 240.74C648.228 240.74 629.2 259.768 629.2 283.24C629.2 306.712 648.228 325.74 671.7 325.74Z' fill='%232460D8'/%3E%3Cpath d='M668.35 327.97C691.822 327.97 710.85 308.942 710.85 285.47C710.85 261.998 691.822 242.97 668.35 242.97C644.878 242.97 625.85 261.998 625.85 285.47C625.85 308.942 644.878 327.97 668.35 327.97Z' fill='%232460D8'/%3E%3Cpath d='M665.03 330.19C688.502 330.19 707.53 311.162 707.53 287.69C707.53 264.218 688.502 245.19 665.03 245.19C641.558 245.19 622.53 264.218 622.53 287.69C622.53 311.162 641.558 330.19 665.03 330.19Z' fill='%232460D8'/%3E%3Cpath d='M661.72 332.4C685.192 332.4 704.22 313.372 704.22 289.9C704.22 266.428 685.192 247.4 661.72 247.4C638.248 247.4 619.22 266.428 619.22 289.9C619.22 313.372 638.248 332.4 661.72 332.4Z' fill='%232460D8'/%3E%3Cpath d='M658.44 334.59C681.912 334.59 700.94 315.562 700.94 292.09C700.94 268.618 681.912 249.59 658.44 249.59C634.968 249.59 615.94 268.618 615.94 292.09C615.94 315.562 634.968 334.59 658.44 334.59Z' fill='%232460D8'/%3E%3Cpath d='M655.18 336.77C678.652 336.77 697.68 317.742 697.68 294.27C697.68 270.798 678.652 251.77 655.18 251.77C631.708 251.77 612.68 270.798 612.68 294.27C612.68 317.742 631.708 336.77 655.18 336.77Z' fill='%232460D8'/%3E%3Cpath d='M651.94 338.95C675.412 338.95 694.44 319.922 694.44 296.45C694.44 272.978 675.412 253.95 651.94 253.95C628.468 253.95 609.44 272.978 609.44 296.45C609.44 319.922 628.468 338.95 651.94 338.95Z' fill='%232460D8'/%3E%3Cpath d='M648.72 341.11C672.192 341.11 691.22 322.082 691.22 298.61C691.22 275.138 672.192 256.11 648.72 256.11C625.248 256.11 606.22 275.138 606.22 298.61C606.22 322.082 625.248 341.11 648.72 341.11Z' fill='%232460D8'/%3E%3Cpath d='M645.52 343.25C668.992 343.25 688.02 324.222 688.02 300.75C688.02 277.278 668.992 258.25 645.52 258.25C622.048 258.25 603.02 277.278 603.02 300.75C603.02 324.222 622.048 343.25 645.52 343.25Z' fill='%232460D8'/%3E%3Cpath d='M642.33 345.39C665.802 345.39 684.83 326.362 684.83 302.89C684.83 279.418 665.802 260.39 642.33 260.39C618.858 260.39 599.83 279.418 599.83 302.89C599.83 326.362 618.858 345.39 642.33 345.39Z' fill='%232460D8'/%3E%3Cpath d='M639.16 347.52C662.632 347.52 681.66 328.492 681.66 305.02C681.66 281.548 662.632 262.52 639.16 262.52C615.688 262.52 596.66 281.548 596.66 305.02C596.66 328.492 615.688 347.52 639.16 347.52Z' fill='%232460D8'/%3E%3Cpath d='M636 349.64C659.472 349.64 678.5 330.612 678.5 307.14C678.5 283.668 659.472 264.64 636 264.64C612.528 264.64 593.5 283.668 593.5 307.14C593.5 330.612 612.528 349.64 636 349.64Z' fill='%232460D8'/%3E%3Cpath d='M632.85 351.74C656.322 351.74 675.35 332.712 675.35 309.24C675.35 285.768 656.322 266.74 632.85 266.74C609.378 266.74 590.35 285.768 590.35 309.24C590.35 332.712 609.378 351.74 632.85 351.74Z' fill='%232460D8'/%3E%3Cpath d='M629.72 353.83C653.192 353.83 672.22 334.802 672.22 311.33C672.22 287.858 653.192 268.83 629.72 268.83C606.248 268.83 587.22 287.858 587.22 311.33C587.22 334.802 606.248 353.83 629.72 353.83Z' fill='%232460D8'/%3E%3Cpath d='M626.59 355.92C650.062 355.92 669.09 336.892 669.09 313.42C669.09 289.948 650.062 270.92 626.59 270.92C603.118 270.92 584.09 289.948 584.09 313.42C584.09 336.892 603.118 355.92 626.59 355.92Z' fill='%232460D8'/%3E%3Cpath d='M623.48 357.99C646.952 357.99 665.98 338.962 665.98 315.49C665.98 292.018 646.952 272.99 623.48 272.99C600.008 272.99 580.98 292.018 580.98 315.49C580.98 338.962 600.008 357.99 623.48 357.99Z' fill='%232460D8'/%3E%3Cpath d='M620.37 360.06C643.842 360.06 662.87 341.032 662.87 317.56C662.87 294.088 643.842 275.06 620.37 275.06C596.898 275.06 577.87 294.088 577.87 317.56C577.87 341.032 596.898 360.06 620.37 360.06Z' fill='%232460D8'/%3E%3Cpath d='M617.26 362.11C640.732 362.11 659.76 343.082 659.76 319.61C659.76 296.138 640.732 277.11 617.26 277.11C593.788 277.11 574.76 296.138 574.76 319.61C574.76 343.082 593.788 362.11 617.26 362.11Z' fill='%232460D8'/%3E%3Cpath d='M614.16 364.15C637.632 364.15 656.66 345.122 656.66 321.65C656.66 298.178 637.632 279.15 614.16 279.15C590.688 279.15 571.66 298.178 571.66 321.65C571.66 345.122 590.688 364.15 614.16 364.15Z' fill='%232460D8'/%3E%3Cpath d='M611.07 366.19C634.542 366.19 653.57 347.162 653.57 323.69C653.57 300.218 634.542 281.19 611.07 281.19C587.598 281.19 568.57 300.218 568.57 323.69C568.57 347.162 587.598 366.19 611.07 366.19Z' fill='%232460D8'/%3E%3Cpath d='M607.98 368.21C631.452 368.21 650.48 349.182 650.48 325.71C650.48 302.238 631.452 283.21 607.98 283.21C584.508 283.21 565.48 302.238 565.48 325.71C565.48 349.182 584.508 368.21 607.98 368.21Z' fill='%232460D8'/%3E%3Cpath d='M604.89 370.23C628.362 370.23 647.39 351.202 647.39 327.73C647.39 304.258 628.362 285.23 604.89 285.23C581.418 285.23 562.39 304.258 562.39 327.73C562.39 351.202 581.418 370.23 604.89 370.23Z' fill='%232460D8'/%3E%3Cpath d='M601.8 372.23C625.272 372.23 644.3 353.202 644.3 329.73C644.3 306.258 625.272 287.23 601.8 287.23C578.328 287.23 559.3 306.258 559.3 329.73C559.3 353.202 578.328 372.23 601.8 372.23Z' fill='%232460D8'/%3E%3Cpath d='M598.71 374.23C622.182 374.23 641.21 355.202 641.21 331.73C641.21 308.258 622.182 289.23 598.71 289.23C575.238 289.23 556.21 308.258 556.21 331.73C556.21 355.202 575.238 374.23 598.71 374.23Z' fill='%232460D8'/%3E%3Cpath d='M595.61 376.21C619.082 376.21 638.11 357.182 638.11 333.71C638.11 310.238 619.082 291.21 595.61 291.21C572.138 291.21 553.11 310.238 553.11 333.71C553.11 357.182 572.138 376.21 595.61 376.21Z' fill='%232460D8'/%3E%3Cpath d='M592.52 378.19C615.992 378.19 635.02 359.162 635.02 335.69C635.02 312.218 615.992 293.19 592.52 293.19C569.048 293.19 550.02 312.218 550.02 335.69C550.02 359.162 569.048 378.19 592.52 378.19Z' fill='%232460D8'/%3E%3Cpath d='M589.41 380.16C612.882 380.16 631.91 361.132 631.91 337.66C631.91 314.188 612.882 295.16 589.41 295.16C565.938 295.16 546.91 314.188 546.91 337.66C546.91 361.132 565.938 380.16 589.41 380.16Z' fill='%232460D8'/%3E%3Cpath d='M586.31 382.12C609.782 382.12 628.81 363.092 628.81 339.62C628.81 316.148 609.782 297.12 586.31 297.12C562.838 297.12 543.81 316.148 543.81 339.62C543.81 363.092 562.838 382.12 586.31 382.12Z' fill='%232460D8'/%3E%3Cpath d='M583.19 384.07C606.662 384.07 625.69 365.042 625.69 341.57C625.69 318.098 606.662 299.07 583.19 299.07C559.718 299.07 540.69 318.098 540.69 341.57C540.69 365.042 559.718 384.07 583.19 384.07Z' fill='%232460D8'/%3E%3Cpath d='M580.07 386.01C603.542 386.01 622.57 366.982 622.57 343.51C622.57 320.038 603.542 301.01 580.07 301.01C556.598 301.01 537.57 320.038 537.57 343.51C537.57 366.982 556.598 386.01 580.07 386.01Z' fill='%232460D8'/%3E%3Cpath d='M576.94 387.95C600.412 387.95 619.44 368.922 619.44 345.45C619.44 321.978 600.412 302.95 576.94 302.95C553.468 302.95 534.44 321.978 534.44 345.45C534.44 368.922 553.468 387.95 576.94 387.95Z' fill='%232460D8'/%3E%3Cpath d='M573.79 389.87C597.262 389.87 616.29 370.842 616.29 347.37C616.29 323.898 597.262 304.87 573.79 304.87C550.318 304.87 531.29 323.898 531.29 347.37C531.29 370.842 550.318 389.87 573.79 389.87Z' fill='%232460D8'/%3E%3Cpath d='M570.64 391.79C594.112 391.79 613.14 372.762 613.14 349.29C613.14 325.818 594.112 306.79 570.64 306.79C547.168 306.79 528.14 325.818 528.14 349.29C528.14 372.762 547.168 391.79 570.64 391.79Z' fill='%232460D8'/%3E%3Cpath d='M567.47 393.7C590.942 393.7 609.97 374.672 609.97 351.2C609.97 327.728 590.942 308.7 567.47 308.7C543.998 308.7 524.97 327.728 524.97 351.2C524.97 374.672 543.998 393.7 567.47 393.7Z' fill='%232460D8'/%3E%3Cpath d='M564.28 395.6C587.752 395.6 606.78 376.572 606.78 353.1C606.78 329.628 587.752 310.6 564.28 310.6C540.808 310.6 521.78 329.628 521.78 353.1C521.78 376.572 540.808 395.6 564.28 395.6Z' fill='%232460D8'/%3E%3Cpath d='M561.08 397.49C584.552 397.49 603.58 378.462 603.58 354.99C603.58 331.518 584.552 312.49 561.08 312.49C537.608 312.49 518.58 331.518 518.58 354.99C518.58 378.462 537.608 397.49 561.08 397.49Z' fill='%232460D8'/%3E%3Cpath d='M557.87 399.38C581.342 399.38 600.37 380.352 600.37 356.88C600.37 333.408 581.342 314.38 557.87 314.38C534.398 314.38 515.37 333.408 515.37 356.88C515.37 380.352 534.398 399.38 557.87 399.38Z' fill='%232460D8'/%3E%3Cpath d='M554.63 401.26C578.102 401.26 597.13 382.232 597.13 358.76C597.13 335.288 578.102 316.26 554.63 316.26C531.158 316.26 512.13 335.288 512.13 358.76C512.13 382.232 531.158 401.26 554.63 401.26Z' fill='%232460D8'/%3E%3Cpath d='M551.38 403.13C574.852 403.13 593.88 384.102 593.88 360.63C593.88 337.158 574.852 318.13 551.38 318.13C527.908 318.13 508.88 337.158 508.88 360.63C508.88 384.102 527.908 403.13 551.38 403.13Z' fill='%232460D8'/%3E%3Cpath d='M548.1 405C571.572 405 590.6 385.972 590.6 362.5C590.6 339.028 571.572 320 548.1 320C524.628 320 505.6 339.028 505.6 362.5C505.6 385.972 524.628 405 548.1 405Z' fill='%232460D8'/%3E%3Cpath d='M544.81 406.85C568.282 406.85 587.31 387.822 587.31 364.35C587.31 340.878 568.282 321.85 544.81 321.85C521.338 321.85 502.31 340.878 502.31 364.35C502.31 387.822 521.338 406.85 544.81 406.85Z' fill='%232460D8'/%3E%3Cpath d='M541.49 408.7C564.962 408.7 583.99 389.672 583.99 366.2C583.99 342.728 564.962 323.7 541.49 323.7C518.018 323.7 498.99 342.728 498.99 366.2C498.99 389.672 518.018 408.7 541.49 408.7Z' fill='%232460D8'/%3E%3Cpath d='M538.14 410.55C561.612 410.55 580.64 391.522 580.64 368.05C580.64 344.578 561.612 325.55 538.14 325.55C514.668 325.55 495.64 344.578 495.64 368.05C495.64 391.522 514.668 410.55 538.14 410.55Z' fill='%232460D8'/%3E%3Cpath d='M534.77 412.38C558.242 412.38 577.27 393.352 577.27 369.88C577.27 346.408 558.242 327.38 534.77 327.38C511.298 327.38 492.27 346.408 492.27 369.88C492.27 393.352 511.298 412.38 534.77 412.38Z' fill='%232460D8'/%3E%3Cpath d='M531.38 414.21C554.852 414.21 573.88 395.182 573.88 371.71C573.88 348.238 554.852 329.21 531.38 329.21C507.908 329.21 488.88 348.238 488.88 371.71C488.88 395.182 507.908 414.21 531.38 414.21Z' fill='%232460D8'/%3E%3Cpath d='M527.95 416.04C551.422 416.04 570.45 397.012 570.45 373.54C570.45 350.068 551.422 331.04 527.95 331.04C504.478 331.04 485.45 350.068 485.45 373.54C485.45 397.012 504.478 416.04 527.95 416.04Z' fill='%232460D8'/%3E%3Cpath d='M524.5 417.85C547.972 417.85 567 398.822 567 375.35C567 351.878 547.972 332.85 524.5 332.85C501.028 332.85 482 351.878 482 375.35C482 398.822 501.028 417.85 524.5 417.85Z' fill='%232460D8'/%3E%3Cpath d='M521.02 419.67C544.492 419.67 563.52 400.642 563.52 377.17C563.52 353.698 544.492 334.67 521.02 334.67C497.548 334.67 478.52 353.698 478.52 377.17C478.52 400.642 497.548 419.67 521.02 419.67Z' fill='%232460D8'/%3E%3Cpath d='M517.5 421.47C540.972 421.47 560 402.442 560 378.97C560 355.498 540.972 336.47 517.5 336.47C494.028 336.47 475 355.498 475 378.97C475 402.442 494.028 421.47 517.5 421.47Z' fill='%232460D8'/%3E%3Cpath d='M513.95 423.27C537.422 423.27 556.45 404.242 556.45 380.77C556.45 357.298 537.422 338.27 513.95 338.27C490.478 338.27 471.45 357.298 471.45 380.77C471.45 404.242 490.478 423.27 513.95 423.27Z' fill='%232460D8'/%3E%3Cpath d='M510.37 425.06C533.842 425.06 552.87 406.032 552.87 382.56C552.87 359.088 533.842 340.06 510.37 340.06C486.898 340.06 467.87 359.088 467.87 382.56C467.87 406.032 486.898 425.06 510.37 425.06Z' fill='%232460D8'/%3E%3Cpath d='M505.78 427.33C529.252 427.33 548.28 408.302 548.28 384.83C548.28 361.358 529.252 342.33 505.78 342.33C482.308 342.33 463.28 361.358 463.28 384.83C463.28 408.302 482.308 427.33 505.78 427.33Z' fill='%232460D8'/%3E%3Cpath d='M505.71 427.36C529.182 427.36 548.21 408.332 548.21 384.86C548.21 361.388 529.182 342.36 505.71 342.36C482.238 342.36 463.21 361.388 463.21 384.86C463.21 408.332 482.238 427.36 505.71 427.36Z' fill='%232560D8'/%3E%3Cpath d='M504.67 427.87C528.142 427.87 547.17 408.842 547.17 385.37C547.17 361.898 528.142 342.87 504.67 342.87C481.198 342.87 462.17 361.898 462.17 385.37C462.17 408.842 481.198 427.87 504.67 427.87Z' fill='%23265FD8'/%3E%3Cpath d='M503.62 428.38C527.092 428.38 546.12 409.352 546.12 385.88C546.12 362.408 527.092 343.38 503.62 343.38C480.148 343.38 461.12 362.408 461.12 385.88C461.12 409.352 480.148 428.38 503.62 428.38Z' fill='%23275FD9'/%3E%3Cpath d='M502.57 428.89C526.042 428.89 545.07 409.862 545.07 386.39C545.07 362.918 526.042 343.89 502.57 343.89C479.098 343.89 460.07 362.918 460.07 386.39C460.07 409.862 479.098 428.89 502.57 428.89Z' fill='%23285FD9'/%3E%3Cpath d='M501.52 429.4C524.992 429.4 544.02 410.372 544.02 386.9C544.02 363.428 524.992 344.4 501.52 344.4C478.048 344.4 459.02 363.428 459.02 386.9C459.02 410.372 478.048 429.4 501.52 429.4Z' fill='%23295FD9'/%3E%3Cpath d='M500.46 429.91C523.932 429.91 542.96 410.882 542.96 387.41C542.96 363.938 523.932 344.91 500.46 344.91C476.988 344.91 457.96 363.938 457.96 387.41C457.96 410.882 476.988 429.91 500.46 429.91Z' fill='%232A5ED9'/%3E%3Cpath d='M499.4 430.41C522.872 430.41 541.9 411.382 541.9 387.91C541.9 364.438 522.872 345.41 499.4 345.41C475.928 345.41 456.9 364.438 456.9 387.91C456.9 411.382 475.928 430.41 499.4 430.41Z' fill='%232B5ED9'/%3E%3Cpath d='M498.34 430.92C521.812 430.92 540.84 411.892 540.84 388.42C540.84 364.948 521.812 345.92 498.34 345.92C474.868 345.92 455.84 364.948 455.84 388.42C455.84 411.892 474.868 430.92 498.34 430.92Z' fill='%232C5ED9'/%3E%3Cpath d='M497.27 431.43C520.742 431.43 539.77 412.402 539.77 388.93C539.77 365.458 520.742 346.43 497.27 346.43C473.798 346.43 454.77 365.458 454.77 388.93C454.77 412.402 473.798 431.43 497.27 431.43Z' fill='%232D5EDA'/%3E%3Cpath d='M496.2 431.93C519.672 431.93 538.7 412.902 538.7 389.43C538.7 365.958 519.672 346.93 496.2 346.93C472.728 346.93 453.7 365.958 453.7 389.43C453.7 412.902 472.728 431.93 496.2 431.93Z' fill='%232E5DDA'/%3E%3Cpath d='M495.13 432.44C518.602 432.44 537.63 413.412 537.63 389.94C537.63 366.468 518.602 347.44 495.13 347.44C471.658 347.44 452.63 366.468 452.63 389.94C452.63 413.412 471.658 432.44 495.13 432.44Z' fill='%232F5DDA'/%3E%3Cpath d='M494.05 432.95C517.522 432.95 536.55 413.922 536.55 390.45C536.55 366.978 517.522 347.95 494.05 347.95C470.578 347.95 451.55 366.978 451.55 390.45C451.55 413.922 470.578 432.95 494.05 432.95Z' fill='%23305DDA'/%3E%3Cpath d='M492.97 433.45C516.442 433.45 535.47 414.422 535.47 390.95C535.47 367.478 516.442 348.45 492.97 348.45C469.498 348.45 450.47 367.478 450.47 390.95C450.47 414.422 469.498 433.45 492.97 433.45Z' fill='%23315DDA'/%3E%3Cpath d='M491.89 433.96C515.362 433.96 534.39 414.932 534.39 391.46C534.39 367.988 515.362 348.96 491.89 348.96C468.418 348.96 449.39 367.988 449.39 391.46C449.39 414.932 468.418 433.96 491.89 433.96Z' fill='%23325CDB'/%3E%3Cpath d='M490.8 434.46C514.272 434.46 533.3 415.432 533.3 391.96C533.3 368.488 514.272 349.46 490.8 349.46C467.328 349.46 448.3 368.488 448.3 391.96C448.3 415.432 467.328 434.46 490.8 434.46Z' fill='%23335CDB'/%3E%3Cpath d='M489.71 434.96C513.182 434.96 532.21 415.932 532.21 392.46C532.21 368.988 513.182 349.96 489.71 349.96C466.238 349.96 447.21 368.988 447.21 392.46C447.21 415.932 466.238 434.96 489.71 434.96Z' fill='%23345CDB'/%3E%3Cpath d='M488.62 435.47C512.092 435.47 531.12 416.442 531.12 392.97C531.12 369.498 512.092 350.47 488.62 350.47C465.148 350.47 446.12 369.498 446.12 392.97C446.12 416.442 465.148 435.47 488.62 435.47Z' fill='%23355BDB'/%3E%3Cpath d='M487.52 435.97C510.992 435.97 530.02 416.942 530.02 393.47C530.02 369.998 510.992 350.97 487.52 350.97C464.048 350.97 445.02 369.998 445.02 393.47C445.02 416.942 464.048 435.97 487.52 435.97Z' fill='%23365BDB'/%3E%3Cpath d='M486.42 436.47C509.892 436.47 528.92 417.442 528.92 393.97C528.92 370.498 509.892 351.47 486.42 351.47C462.948 351.47 443.92 370.498 443.92 393.97C443.92 417.442 462.948 436.47 486.42 436.47Z' fill='%23375BDC'/%3E%3Cpath d='M485.32 436.97C508.792 436.97 527.82 417.942 527.82 394.47C527.82 370.998 508.792 351.97 485.32 351.97C461.848 351.97 442.82 370.998 442.82 394.47C442.82 417.942 461.848 436.97 485.32 436.97Z' fill='%23385BDC'/%3E%3Cpath d='M484.21 437.48C507.682 437.48 526.71 418.452 526.71 394.98C526.71 371.508 507.682 352.48 484.21 352.48C460.738 352.48 441.71 371.508 441.71 394.98C441.71 418.452 460.738 437.48 484.21 437.48Z' fill='%23395ADC'/%3E%3Cpath d='M483.1 437.98C506.572 437.98 525.6 418.952 525.6 395.48C525.6 372.008 506.572 352.98 483.1 352.98C459.628 352.98 440.6 372.008 440.6 395.48C440.6 418.952 459.628 437.98 483.1 437.98Z' fill='%233A5ADC'/%3E%3Cpath d='M481.99 438.48C505.462 438.48 524.49 419.452 524.49 395.98C524.49 372.508 505.462 353.48 481.99 353.48C458.518 353.48 439.49 372.508 439.49 395.98C439.49 419.452 458.518 438.48 481.99 438.48Z' fill='%233B5ADC'/%3E%3Cpath d='M480.87 438.98C504.342 438.98 523.37 419.952 523.37 396.48C523.37 373.008 504.342 353.98 480.87 353.98C457.398 353.98 438.37 373.008 438.37 396.48C438.37 419.952 457.398 438.98 480.87 438.98Z' fill='%233C5ADC'/%3E%3Cpath d='M479.75 439.48C503.222 439.48 522.25 420.452 522.25 396.98C522.25 373.508 503.222 354.48 479.75 354.48C456.278 354.48 437.25 373.508 437.25 396.98C437.25 420.452 456.278 439.48 479.75 439.48Z' fill='%233D59DD'/%3E%3Cpath d='M478.62 439.98C502.092 439.98 521.12 420.952 521.12 397.48C521.12 374.008 502.092 354.98 478.62 354.98C455.148 354.98 436.12 374.008 436.12 397.48C436.12 420.952 455.148 439.98 478.62 439.98Z' fill='%233E59DD'/%3E%3Cpath d='M477.49 440.48C500.962 440.48 519.99 421.452 519.99 397.98C519.99 374.508 500.962 355.48 477.49 355.48C454.018 355.48 434.99 374.508 434.99 397.98C434.99 421.452 454.018 440.48 477.49 440.48Z' fill='%233F59DD'/%3E%3Cpath d='M476.36 440.98C499.832 440.98 518.86 421.952 518.86 398.48C518.86 375.008 499.832 355.98 476.36 355.98C452.888 355.98 433.86 375.008 433.86 398.48C433.86 421.952 452.888 440.98 476.36 440.98Z' fill='%234058DD'/%3E%3Cpath d='M475.22 441.48C498.692 441.48 517.72 422.452 517.72 398.98C517.72 375.508 498.692 356.48 475.22 356.48C451.748 356.48 432.72 375.508 432.72 398.98C432.72 422.452 451.748 441.48 475.22 441.48Z' fill='%234158DD'/%3E%3Cpath d='M474.08 441.98C497.552 441.98 516.58 422.952 516.58 399.48C516.58 376.008 497.552 356.98 474.08 356.98C450.608 356.98 431.58 376.008 431.58 399.48C431.58 422.952 450.608 441.98 474.08 441.98Z' fill='%234258DE'/%3E%3Cpath d='M472.94 442.47C496.412 442.47 515.44 423.442 515.44 399.97C515.44 376.498 496.412 357.47 472.94 357.47C449.468 357.47 430.44 376.498 430.44 399.97C430.44 423.442 449.468 442.47 472.94 442.47Z' fill='%234358DE'/%3E%3Cpath d='M471.79 442.97C495.262 442.97 514.29 423.942 514.29 400.47C514.29 376.998 495.262 357.97 471.79 357.97C448.318 357.97 429.29 376.998 429.29 400.47C429.29 423.942 448.318 442.97 471.79 442.97Z' fill='%234457DE'/%3E%3Cpath d='M470.64 443.47C494.112 443.47 513.14 424.442 513.14 400.97C513.14 377.498 494.112 358.47 470.64 358.47C447.168 358.47 428.14 377.498 428.14 400.97C428.14 424.442 447.168 443.47 470.64 443.47Z' fill='%234557DE'/%3E%3Cpath d='M469.48 443.97C492.952 443.97 511.98 424.942 511.98 401.47C511.98 377.998 492.952 358.97 469.48 358.97C446.008 358.97 426.98 377.998 426.98 401.47C426.98 424.942 446.008 443.97 469.48 443.97Z' fill='%234657DE'/%3E%3Cpath d='M468.32 444.46C491.792 444.46 510.82 425.432 510.82 401.96C510.82 378.488 491.792 359.46 468.32 359.46C444.848 359.46 425.82 378.488 425.82 401.96C425.82 425.432 444.848 444.46 468.32 444.46Z' fill='%234757DF'/%3E%3Cpath d='M467.16 444.96C490.632 444.96 509.66 425.932 509.66 402.46C509.66 378.988 490.632 359.96 467.16 359.96C443.688 359.96 424.66 378.988 424.66 402.46C424.66 425.932 443.688 444.96 467.16 444.96Z' fill='%234856DF'/%3E%3Cpath d='M465.99 445.46C489.462 445.46 508.49 426.432 508.49 402.96C508.49 379.488 489.462 360.46 465.99 360.46C442.518 360.46 423.49 379.488 423.49 402.96C423.49 426.432 442.518 445.46 465.99 445.46Z' fill='%234956DF'/%3E%3Cpath d='M464.82 445.95C488.292 445.95 507.32 426.922 507.32 403.45C507.32 379.978 488.292 360.95 464.82 360.95C441.348 360.95 422.32 379.978 422.32 403.45C422.32 426.922 441.348 445.95 464.82 445.95Z' fill='%234A56DF'/%3E%3Cpath d='M463.64 446.45C487.112 446.45 506.14 427.422 506.14 403.95C506.14 380.478 487.112 361.45 463.64 361.45C440.168 361.45 421.14 380.478 421.14 403.95C421.14 427.422 440.168 446.45 463.64 446.45Z' fill='%234B56DF'/%3E%3Cpath d='M462.46 446.94C485.932 446.94 504.96 427.912 504.96 404.44C504.96 380.968 485.932 361.94 462.46 361.94C438.988 361.94 419.96 380.968 419.96 404.44C419.96 427.912 438.988 446.94 462.46 446.94Z' fill='%234C55DF'/%3E%3Cpath d='M461.28 447.44C484.752 447.44 503.78 428.412 503.78 404.94C503.78 381.468 484.752 362.44 461.28 362.44C437.808 362.44 418.78 381.468 418.78 404.94C418.78 428.412 437.808 447.44 461.28 447.44Z' fill='%234D55E0'/%3E%3Cpath d='M460.09 447.93C483.562 447.93 502.59 428.902 502.59 405.43C502.59 381.958 483.562 362.93 460.09 362.93C436.618 362.93 417.59 381.958 417.59 405.43C417.59 428.902 436.618 447.93 460.09 447.93Z' fill='%234E55E0'/%3E%3Cpath d='M458.9 448.42C482.372 448.42 501.4 429.392 501.4 405.92C501.4 382.448 482.372 363.42 458.9 363.42C435.428 363.42 416.4 382.448 416.4 405.92C416.4 429.392 435.428 448.42 458.9 448.42Z' fill='%234F54E0'/%3E%3Cpath d='M457.7 448.92C481.172 448.92 500.2 429.892 500.2 406.42C500.2 382.948 481.172 363.92 457.7 363.92C434.228 363.92 415.2 382.948 415.2 406.42C415.2 429.892 434.228 448.92 457.7 448.92Z' fill='%235054E0'/%3E%3Cpath d='M456.83 449.28C480.302 449.28 499.33 430.252 499.33 406.78C499.33 383.308 480.302 364.28 456.83 364.28C433.358 364.28 414.33 383.308 414.33 406.78C414.33 430.252 433.358 449.28 456.83 449.28Z' fill='%235154E0'/%3E%3Cpath d='M456.02 449.61C479.492 449.61 498.52 430.582 498.52 407.11C498.52 383.638 479.492 364.61 456.02 364.61C432.548 364.61 413.52 383.638 413.52 407.11C413.52 430.582 432.548 449.61 456.02 449.61Z' fill='%235254E1'/%3E%3Cpath d='M455.21 449.94C478.682 449.94 497.71 430.912 497.71 407.44C497.71 383.968 478.682 364.94 455.21 364.94C431.738 364.94 412.71 383.968 412.71 407.44C412.71 430.912 431.738 449.94 455.21 449.94Z' fill='%235353E1'/%3E%3Cpath d='M454.39 450.27C477.862 450.27 496.89 431.242 496.89 407.77C496.89 384.298 477.862 365.27 454.39 365.27C430.918 365.27 411.89 384.298 411.89 407.77C411.89 431.242 430.918 450.27 454.39 450.27Z' fill='%235453E1'/%3E%3Cpath d='M453.58 450.6C477.052 450.6 496.08 431.572 496.08 408.1C496.08 384.628 477.052 365.6 453.58 365.6C430.108 365.6 411.08 384.628 411.08 408.1C411.08 431.572 430.108 450.6 453.58 450.6Z' fill='%235553E1'/%3E%3Cpath d='M452.76 450.93C476.232 450.93 495.26 431.902 495.26 408.43C495.26 384.958 476.232 365.93 452.76 365.93C429.288 365.93 410.26 384.958 410.26 408.43C410.26 431.902 429.288 450.93 452.76 450.93Z' fill='%235653E1'/%3E%3Cpath d='M451.94 451.26C475.412 451.26 494.44 432.232 494.44 408.76C494.44 385.288 475.412 366.26 451.94 366.26C428.468 366.26 409.44 385.288 409.44 408.76C409.44 432.232 428.468 451.26 451.94 451.26Z' fill='%235752E2'/%3E%3Cpath d='M451.12 451.59C474.592 451.59 493.62 432.562 493.62 409.09C493.62 385.618 474.592 366.59 451.12 366.59C427.648 366.59 408.62 385.618 408.62 409.09C408.62 432.562 427.648 451.59 451.12 451.59Z' fill='%235852E2'/%3E%3Cpath d='M450.3 451.92C473.772 451.92 492.8 432.892 492.8 409.42C492.8 385.948 473.772 366.92 450.3 366.92C426.828 366.92 407.8 385.948 407.8 409.42C407.8 432.892 426.828 451.92 450.3 451.92Z' fill='%235952E2'/%3E%3Cpath d='M449.48 452.25C472.952 452.25 491.98 433.222 491.98 409.75C491.98 386.278 472.952 367.25 449.48 367.25C426.008 367.25 406.98 386.278 406.98 409.75C406.98 433.222 426.008 452.25 449.48 452.25Z' fill='%235A51E2'/%3E%3Cpath d='M448.65 452.58C472.122 452.58 491.15 433.552 491.15 410.08C491.15 386.608 472.122 367.58 448.65 367.58C425.178 367.58 406.15 386.608 406.15 410.08C406.15 433.552 425.178 452.58 448.65 452.58Z' fill='%235B51E2'/%3E%3Cpath d='M447.82 452.91C471.292 452.91 490.32 433.882 490.32 410.41C490.32 386.938 471.292 367.91 447.82 367.91C424.348 367.91 405.32 386.938 405.32 410.41C405.32 433.882 424.348 452.91 447.82 452.91Z' fill='%235C51E2'/%3E%3Cpath d='M446.99 453.24C470.462 453.24 489.49 434.212 489.49 410.74C489.49 387.268 470.462 368.24 446.99 368.24C423.518 368.24 404.49 387.268 404.49 410.74C404.49 434.212 423.518 453.24 446.99 453.24Z' fill='%235D51E3'/%3E%3Cpath d='M446.16 453.57C469.632 453.57 488.66 434.542 488.66 411.07C488.66 387.598 469.632 368.57 446.16 368.57C422.688 368.57 403.66 387.598 403.66 411.07C403.66 434.542 422.688 453.57 446.16 453.57Z' fill='%235E50E3'/%3E%3Cpath d='M445.32 453.9C468.792 453.9 487.82 434.872 487.82 411.4C487.82 387.928 468.792 368.9 445.32 368.9C421.848 368.9 402.82 387.928 402.82 411.4C402.82 434.872 421.848 453.9 445.32 453.9Z' fill='%235F50E3'/%3E%3Cpath d='M444.49 454.23C467.962 454.23 486.99 435.202 486.99 411.73C486.99 388.258 467.962 369.23 444.49 369.23C421.018 369.23 401.99 388.258 401.99 411.73C401.99 435.202 421.018 454.23 444.49 454.23Z' fill='%236050E3'/%3E%3Cpath d='M443.65 454.56C467.122 454.56 486.15 435.532 486.15 412.06C486.15 388.588 467.122 369.56 443.65 369.56C420.178 369.56 401.15 388.588 401.15 412.06C401.15 435.532 420.178 454.56 443.65 454.56Z' fill='%236150E3'/%3E%3Cpath d='M442.81 454.89C466.282 454.89 485.31 435.862 485.31 412.39C485.31 388.918 466.282 369.89 442.81 369.89C419.338 369.89 400.31 388.918 400.31 412.39C400.31 435.862 419.338 454.89 442.81 454.89Z' fill='%23624FE4'/%3E%3Cpath d='M441.96 455.22C465.432 455.22 484.46 436.192 484.46 412.72C484.46 389.248 465.432 370.22 441.96 370.22C418.488 370.22 399.46 389.248 399.46 412.72C399.46 436.192 418.488 455.22 441.96 455.22Z' fill='%23634FE4'/%3E%3Cpath d='M441.12 455.55C464.592 455.55 483.62 436.522 483.62 413.05C483.62 389.578 464.592 370.55 441.12 370.55C417.648 370.55 398.62 389.578 398.62 413.05C398.62 436.522 417.648 455.55 441.12 455.55Z' fill='%23644FE4'/%3E%3Cpath d='M440.27 455.87C463.742 455.87 482.77 436.842 482.77 413.37C482.77 389.898 463.742 370.87 440.27 370.87C416.798 370.87 397.77 389.898 397.77 413.37C397.77 436.842 416.798 455.87 440.27 455.87Z' fill='%23654FE4'/%3E%3Cpath d='M439.42 456.2C462.892 456.2 481.92 437.172 481.92 413.7C481.92 390.228 462.892 371.2 439.42 371.2C415.948 371.2 396.92 390.228 396.92 413.7C396.92 437.172 415.948 456.2 439.42 456.2Z' fill='%23664EE4'/%3E%3Cpath d='M438.57 456.53C462.042 456.53 481.07 437.502 481.07 414.03C481.07 390.558 462.042 371.53 438.57 371.53C415.098 371.53 396.07 390.558 396.07 414.03C396.07 437.502 415.098 456.53 438.57 456.53Z' fill='%23674EE5'/%3E%3Cpath d='M437.72 456.86C461.192 456.86 480.22 437.832 480.22 414.36C480.22 390.888 461.192 371.86 437.72 371.86C414.248 371.86 395.22 390.888 395.22 414.36C395.22 437.832 414.248 456.86 437.72 456.86Z' fill='%23684EE5'/%3E%3Cpath d='M436.87 457.18C460.342 457.18 479.37 438.152 479.37 414.68C479.37 391.208 460.342 372.18 436.87 372.18C413.398 372.18 394.37 391.208 394.37 414.68C394.37 438.152 413.398 457.18 436.87 457.18Z' fill='%23694DE5'/%3E%3Cpath d='M436.01 457.51C459.482 457.51 478.51 438.482 478.51 415.01C478.51 391.538 459.482 372.51 436.01 372.51C412.538 372.51 393.51 391.538 393.51 415.01C393.51 438.482 412.538 457.51 436.01 457.51Z' fill='%236A4DE5'/%3E%3Cpath d='M435.15 457.84C458.622 457.84 477.65 438.812 477.65 415.34C477.65 391.868 458.622 372.84 435.15 372.84C411.678 372.84 392.65 391.868 392.65 415.34C392.65 438.812 411.678 457.84 435.15 457.84Z' fill='%236B4DE5'/%3E%3Cpath d='M434.29 458.16C457.762 458.16 476.79 439.132 476.79 415.66C476.79 392.188 457.762 373.16 434.29 373.16C410.818 373.16 391.79 392.188 391.79 415.66C391.79 439.132 410.818 458.16 434.29 458.16Z' fill='%236C4DE5'/%3E%3Cpath d='M433.43 458.49C456.902 458.49 475.93 439.462 475.93 415.99C475.93 392.518 456.902 373.49 433.43 373.49C409.958 373.49 390.93 392.518 390.93 415.99C390.93 439.462 409.958 458.49 433.43 458.49Z' fill='%236D4CE6'/%3E%3Cpath d='M432.56 458.81C456.032 458.81 475.06 439.782 475.06 416.31C475.06 392.838 456.032 373.81 432.56 373.81C409.088 373.81 390.06 392.838 390.06 416.31C390.06 439.782 409.088 458.81 432.56 458.81Z' fill='%236E4CE6'/%3E%3Cpath d='M431.7 459.14C455.172 459.14 474.2 440.112 474.2 416.64C474.2 393.168 455.172 374.14 431.7 374.14C408.228 374.14 389.2 393.168 389.2 416.64C389.2 440.112 408.228 459.14 431.7 459.14Z' fill='%236F4CE6'/%3E%3Cpath d='M430.83 459.46C454.302 459.46 473.33 440.432 473.33 416.96C473.33 393.488 454.302 374.46 430.83 374.46C407.358 374.46 388.33 393.488 388.33 416.96C388.33 440.432 407.358 459.46 430.83 459.46Z' fill='%23704CE6'/%3E%3Cpath d='M429.96 459.79C453.432 459.79 472.46 440.762 472.46 417.29C472.46 393.818 453.432 374.79 429.96 374.79C406.488 374.79 387.46 393.818 387.46 417.29C387.46 440.762 406.488 459.79 429.96 459.79Z' fill='%23714BE6'/%3E%3Cpath d='M429.09 460.11C452.562 460.11 471.59 441.082 471.59 417.61C471.59 394.138 452.562 375.11 429.09 375.11C405.618 375.11 386.59 394.138 386.59 417.61C386.59 441.082 405.618 460.11 429.09 460.11Z' fill='%23724BE7'/%3E%3Cpath d='M428.21 460.44C451.682 460.44 470.71 441.412 470.71 417.94C470.71 394.468 451.682 375.44 428.21 375.44C404.738 375.44 385.71 394.468 385.71 417.94C385.71 441.412 404.738 460.44 428.21 460.44Z' fill='%23734BE7'/%3E%3Cpath d='M427.34 460.76C450.812 460.76 469.84 441.732 469.84 418.26C469.84 394.788 450.812 375.76 427.34 375.76C403.868 375.76 384.84 394.788 384.84 418.26C384.84 441.732 403.868 460.76 427.34 460.76Z' fill='%23744AE7'/%3E%3Cpath d='M426.46 461.08C449.932 461.08 468.96 442.052 468.96 418.58C468.96 395.108 449.932 376.08 426.46 376.08C402.988 376.08 383.96 395.108 383.96 418.58C383.96 442.052 402.988 461.08 426.46 461.08Z' fill='%23754AE7'/%3E%3Cpath d='M425.58 461.41C449.052 461.41 468.08 442.382 468.08 418.91C468.08 395.438 449.052 376.41 425.58 376.41C402.108 376.41 383.08 395.438 383.08 418.91C383.08 442.382 402.108 461.41 425.58 461.41Z' fill='%23764AE7'/%3E%3Cpath d='M424.69 461.73C448.162 461.73 467.19 442.702 467.19 419.23C467.19 395.758 448.162 376.73 424.69 376.73C401.218 376.73 382.19 395.758 382.19 419.23C382.19 442.702 401.218 461.73 424.69 461.73Z' fill='%23774AE8'/%3E%3Cpath d='M423.81 462.05C447.282 462.05 466.31 443.022 466.31 419.55C466.31 396.078 447.282 377.05 423.81 377.05C400.338 377.05 381.31 396.078 381.31 419.55C381.31 443.022 400.338 462.05 423.81 462.05Z' fill='%237849E8'/%3E%3Cpath d='M422.92 462.37C446.392 462.37 465.42 443.342 465.42 419.87C465.42 396.398 446.392 377.37 422.92 377.37C399.448 377.37 380.42 396.398 380.42 419.87C380.42 443.342 399.448 462.37 422.92 462.37Z' fill='%237949E8'/%3E%3Cpath d='M422.03 462.69C445.502 462.69 464.53 443.662 464.53 420.19C464.53 396.718 445.502 377.69 422.03 377.69C398.558 377.69 379.53 396.718 379.53 420.19C379.53 443.662 398.558 462.69 422.03 462.69Z' fill='%237A49E8'/%3E%3Cpath d='M421.14 463.02C444.612 463.02 463.64 443.992 463.64 420.52C463.64 397.048 444.612 378.02 421.14 378.02C397.668 378.02 378.64 397.048 378.64 420.52C378.64 443.992 397.668 463.02 421.14 463.02Z' fill='%237B49E8'/%3E%3Cpath d='M420.25 463.34C443.722 463.34 462.75 444.312 462.75 420.84C462.75 397.368 443.722 378.34 420.25 378.34C396.778 378.34 377.75 397.368 377.75 420.84C377.75 444.312 396.778 463.34 420.25 463.34Z' fill='%237C48E8'/%3E%3Cpath d='M419.36 463.66C442.832 463.66 461.86 444.632 461.86 421.16C461.86 397.688 442.832 378.66 419.36 378.66C395.888 378.66 376.86 397.688 376.86 421.16C376.86 444.632 395.888 463.66 419.36 463.66Z' fill='%237D48E9'/%3E%3Cpath d='M418.46 463.98C441.932 463.98 460.96 444.952 460.96 421.48C460.96 398.008 441.932 378.98 418.46 378.98C394.988 378.98 375.96 398.008 375.96 421.48C375.96 444.952 394.988 463.98 418.46 463.98Z' fill='%237E48E9'/%3E%3Cpath d='M417.56 464.3C441.032 464.3 460.06 445.272 460.06 421.8C460.06 398.328 441.032 379.3 417.56 379.3C394.088 379.3 375.06 398.328 375.06 421.8C375.06 445.272 394.088 464.3 417.56 464.3Z' fill='%237F48E9'/%3E%3Cpath d='M416.66 464.62C440.132 464.62 459.16 445.592 459.16 422.12C459.16 398.648 440.132 379.62 416.66 379.62C393.188 379.62 374.16 398.648 374.16 422.12C374.16 445.592 393.188 464.62 416.66 464.62Z' fill='%238047E9'/%3E%3Cpath d='M415.76 464.94C439.232 464.94 458.26 445.912 458.26 422.44C458.26 398.968 439.232 379.94 415.76 379.94C392.288 379.94 373.26 398.968 373.26 422.44C373.26 445.912 392.288 464.94 415.76 464.94Z' fill='%238147E9'/%3E%3Cpath d='M414.85 465.25C438.322 465.25 457.35 446.222 457.35 422.75C457.35 399.278 438.322 380.25 414.85 380.25C391.378 380.25 372.35 399.278 372.35 422.75C372.35 446.222 391.378 465.25 414.85 465.25Z' fill='%238247EA'/%3E%3Cpath d='M413.95 465.57C437.422 465.57 456.45 446.542 456.45 423.07C456.45 399.598 437.422 380.57 413.95 380.57C390.478 380.57 371.45 399.598 371.45 423.07C371.45 446.542 390.478 465.57 413.95 465.57Z' fill='%238346EA'/%3E%3Cpath d='M413.04 465.89C436.512 465.89 455.54 446.862 455.54 423.39C455.54 399.918 436.512 380.89 413.04 380.89C389.568 380.89 370.54 399.918 370.54 423.39C370.54 446.862 389.568 465.89 413.04 465.89Z' fill='%238446EA'/%3E%3Cpath d='M412.13 466.21C435.602 466.21 454.63 447.182 454.63 423.71C454.63 400.238 435.602 381.21 412.13 381.21C388.658 381.21 369.63 400.238 369.63 423.71C369.63 447.182 388.658 466.21 412.13 466.21Z' fill='%238546EA'/%3E%3Cpath d='M411.22 466.52C434.692 466.52 453.72 447.492 453.72 424.02C453.72 400.548 434.692 381.52 411.22 381.52C387.748 381.52 368.72 400.548 368.72 424.02C368.72 447.492 387.748 466.52 411.22 466.52Z' fill='%238646EA'/%3E%3Cpath d='M410.3 466.84C433.772 466.84 452.8 447.812 452.8 424.34C452.8 400.868 433.772 381.84 410.3 381.84C386.828 381.84 367.8 400.868 367.8 424.34C367.8 447.812 386.828 466.84 410.3 466.84Z' fill='%238745EB'/%3E%3Cpath d='M409.38 467.16C432.852 467.16 451.88 448.132 451.88 424.66C451.88 401.188 432.852 382.16 409.38 382.16C385.908 382.16 366.88 401.188 366.88 424.66C366.88 448.132 385.908 467.16 409.38 467.16Z' fill='%238845EB'/%3E%3Cpath d='M408.47 467.47C431.942 467.47 450.97 448.442 450.97 424.97C450.97 401.498 431.942 382.47 408.47 382.47C384.998 382.47 365.97 401.498 365.97 424.97C365.97 448.442 384.998 467.47 408.47 467.47Z' fill='%238945EB'/%3E%3Cpath d='M407.55 467.79C431.022 467.79 450.05 448.762 450.05 425.29C450.05 401.818 431.022 382.79 407.55 382.79C384.078 382.79 365.05 401.818 365.05 425.29C365.05 448.762 384.078 467.79 407.55 467.79Z' fill='%238A45EB'/%3E%3Cpath d='M406.62 468.1C430.092 468.1 449.12 449.072 449.12 425.6C449.12 402.128 430.092 383.1 406.62 383.1C383.148 383.1 364.12 402.128 364.12 425.6C364.12 449.072 383.148 468.1 406.62 468.1Z' fill='%238B44EB'/%3E%3Cpath d='M405.7 468.42C429.172 468.42 448.2 449.392 448.2 425.92C448.2 402.448 429.172 383.42 405.7 383.42C382.228 383.42 363.2 402.448 363.2 425.92C363.2 449.392 382.228 468.42 405.7 468.42Z' fill='%238C44EB'/%3E%3Cpath d='M404.77 468.73C428.242 468.73 447.27 449.702 447.27 426.23C447.27 402.758 428.242 383.73 404.77 383.73C381.298 383.73 362.27 402.758 362.27 426.23C362.27 449.702 381.298 468.73 404.77 468.73Z' fill='%238D44EC'/%3E%3Cpath d='M403.84 469.04C427.312 469.04 446.34 450.012 446.34 426.54C446.34 403.068 427.312 384.04 403.84 384.04C380.368 384.04 361.34 403.068 361.34 426.54C361.34 450.012 380.368 469.04 403.84 469.04Z' fill='%238E43EC'/%3E%3Cpath d='M402.91 469.36C426.382 469.36 445.41 450.332 445.41 426.86C445.41 403.388 426.382 384.36 402.91 384.36C379.438 384.36 360.41 403.388 360.41 426.86C360.41 450.332 379.438 469.36 402.91 469.36Z' fill='%238F43EC'/%3E%3Cpath d='M401.98 469.67C425.452 469.67 444.48 450.642 444.48 427.17C444.48 403.698 425.452 384.67 401.98 384.67C378.508 384.67 359.48 403.698 359.48 427.17C359.48 450.642 378.508 469.67 401.98 469.67Z' fill='%239043EC'/%3E%3Cpath d='M401.04 469.98C424.512 469.98 443.54 450.952 443.54 427.48C443.54 404.008 424.512 384.98 401.04 384.98C377.568 384.98 358.54 404.008 358.54 427.48C358.54 450.952 377.568 469.98 401.04 469.98Z' fill='%239143EC'/%3E%3Cpath d='M400.11 470.29C423.582 470.29 442.61 451.262 442.61 427.79C442.61 404.318 423.582 385.29 400.11 385.29C376.638 385.29 357.61 404.318 357.61 427.79C357.61 451.262 376.638 470.29 400.11 470.29Z' fill='%239242ED'/%3E%3Cpath d='M399.17 470.6C422.642 470.6 441.67 451.572 441.67 428.1C441.67 404.628 422.642 385.6 399.17 385.6C375.698 385.6 356.67 404.628 356.67 428.1C356.67 451.572 375.698 470.6 399.17 470.6Z' fill='%239342ED'/%3E%3Cpath d='M398.23 470.91C421.702 470.91 440.73 451.882 440.73 428.41C440.73 404.938 421.702 385.91 398.23 385.91C374.758 385.91 355.73 404.938 355.73 428.41C355.73 451.882 374.758 470.91 398.23 470.91Z' fill='%239442ED'/%3E%3Cpath d='M397.28 471.22C420.752 471.22 439.78 452.192 439.78 428.72C439.78 405.248 420.752 386.22 397.28 386.22C373.808 386.22 354.78 405.248 354.78 428.72C354.78 452.192 373.808 471.22 397.28 471.22Z' fill='%239542ED'/%3E%3Cpath d='M396.34 471.53C419.812 471.53 438.84 452.502 438.84 429.03C438.84 405.558 419.812 386.53 396.34 386.53C372.868 386.53 353.84 405.558 353.84 429.03C353.84 452.502 372.868 471.53 396.34 471.53Z' fill='%239641ED'/%3E%3Cpath d='M395.39 471.84C418.862 471.84 437.89 452.812 437.89 429.34C437.89 405.868 418.862 386.84 395.39 386.84C371.918 386.84 352.89 405.868 352.89 429.34C352.89 452.812 371.918 471.84 395.39 471.84Z' fill='%239741EE'/%3E%3Cpath d='M394.44 472.15C417.912 472.15 436.94 453.122 436.94 429.65C436.94 406.178 417.912 387.15 394.44 387.15C370.968 387.15 351.94 406.178 351.94 429.65C351.94 453.122 370.968 472.15 394.44 472.15Z' fill='%239841EE'/%3E%3Cpath d='M393.49 472.46C416.962 472.46 435.99 453.432 435.99 429.96C435.99 406.488 416.962 387.46 393.49 387.46C370.018 387.46 350.99 406.488 350.99 429.96C350.99 453.432 370.018 472.46 393.49 472.46Z' fill='%239941EE'/%3E%3Cpath d='M392.54 472.77C416.012 472.77 435.04 453.742 435.04 430.27C435.04 406.798 416.012 387.77 392.54 387.77C369.068 387.77 350.04 406.798 350.04 430.27C350.04 453.742 369.068 472.77 392.54 472.77Z' fill='%239A40EE'/%3E%3Cpath d='M391.58 473.07C415.052 473.07 434.08 454.042 434.08 430.57C434.08 407.098 415.052 388.07 391.58 388.07C368.108 388.07 349.08 407.098 349.08 430.57C349.08 454.042 368.108 473.07 391.58 473.07Z' fill='%239B40EE'/%3E%3Cpath d='M390.63 473.38C414.102 473.38 433.13 454.352 433.13 430.88C433.13 407.408 414.102 388.38 390.63 388.38C367.158 388.38 348.13 407.408 348.13 430.88C348.13 454.352 367.158 473.38 390.63 473.38Z' fill='%239C40EE'/%3E%3Cpath d='M389.67 473.69C413.142 473.69 432.17 454.662 432.17 431.19C432.17 407.718 413.142 388.69 389.67 388.69C366.198 388.69 347.17 407.718 347.17 431.19C347.17 454.662 366.198 473.69 389.67 473.69Z' fill='%239D3FEF'/%3E%3Cpath d='M388.71 473.99C412.182 473.99 431.21 454.962 431.21 431.49C431.21 408.018 412.182 388.99 388.71 388.99C365.238 388.99 346.21 408.018 346.21 431.49C346.21 454.962 365.238 473.99 388.71 473.99Z' fill='%239E3FEF'/%3E%3Cpath d='M387.74 474.3C411.212 474.3 430.24 455.272 430.24 431.8C430.24 408.328 411.212 389.3 387.74 389.3C364.268 389.3 345.24 408.328 345.24 431.8C345.24 455.272 364.268 474.3 387.74 474.3Z' fill='%239F3FEF'/%3E%3Cpath d='M386.78 474.6C410.252 474.6 429.28 455.572 429.28 432.1C429.28 408.628 410.252 389.6 386.78 389.6C363.308 389.6 344.28 408.628 344.28 432.1C344.28 455.572 363.308 474.6 386.78 474.6Z' fill='%23A03FEF'/%3E%3Cpath d='M385.81 474.9C409.282 474.9 428.31 455.872 428.31 432.4C428.31 408.928 409.282 389.9 385.81 389.9C362.338 389.9 343.31 408.928 343.31 432.4C343.31 455.872 362.338 474.9 385.81 474.9Z' fill='%23A13EEF'/%3E%3Cpath d='M384.84 475.21C408.312 475.21 427.34 456.182 427.34 432.71C427.34 409.238 408.312 390.21 384.84 390.21C361.368 390.21 342.34 409.238 342.34 432.71C342.34 456.182 361.368 475.21 384.84 475.21Z' fill='%23A23EF0'/%3E%3Cpath d='M383.87 475.51C407.342 475.51 426.37 456.482 426.37 433.01C426.37 409.538 407.342 390.51 383.87 390.51C360.398 390.51 341.37 409.538 341.37 433.01C341.37 456.482 360.398 475.51 383.87 475.51Z' fill='%23A33EF0'/%3E%3Cpath d='M382.89 475.81C406.362 475.81 425.39 456.782 425.39 433.31C425.39 409.838 406.362 390.81 382.89 390.81C359.418 390.81 340.39 409.838 340.39 433.31C340.39 456.782 359.418 475.81 382.89 475.81Z' fill='%23A43EF0'/%3E%3Cpath d='M381.92 476.11C405.392 476.11 424.42 457.082 424.42 433.61C424.42 410.138 405.392 391.11 381.92 391.11C358.448 391.11 339.42 410.138 339.42 433.61C339.42 457.082 358.448 476.11 381.92 476.11Z' fill='%23A53DF0'/%3E%3Cpath d='M380.94 476.41C404.412 476.41 423.44 457.382 423.44 433.91C423.44 410.438 404.412 391.41 380.94 391.41C357.468 391.41 338.44 410.438 338.44 433.91C338.44 457.382 357.468 476.41 380.94 476.41Z' fill='%23A63DF0'/%3E%3Cpath d='M379.96 476.71C403.432 476.71 422.46 457.682 422.46 434.21C422.46 410.738 403.432 391.71 379.96 391.71C356.488 391.71 337.46 410.738 337.46 434.21C337.46 457.682 356.488 476.71 379.96 476.71Z' fill='%23A73DF1'/%3E%3Cpath d='M378.98 477.01C402.452 477.01 421.48 457.982 421.48 434.51C421.48 411.038 402.452 392.01 378.98 392.01C355.508 392.01 336.48 411.038 336.48 434.51C336.48 457.982 355.508 477.01 378.98 477.01Z' fill='%23A83CF1'/%3E%3Cpath d='M378 477.31C401.472 477.31 420.5 458.282 420.5 434.81C420.5 411.338 401.472 392.31 378 392.31C354.528 392.31 335.5 411.338 335.5 434.81C335.5 458.282 354.528 477.31 378 477.31Z' fill='%23A93CF1'/%3E%3Cpath d='M377.01 477.61C400.482 477.61 419.51 458.582 419.51 435.11C419.51 411.638 400.482 392.61 377.01 392.61C353.538 392.61 334.51 411.638 334.51 435.11C334.51 458.582 353.538 477.61 377.01 477.61Z' fill='%23AA3CF1'/%3E%3Cpath d='M376.02 477.9C399.492 477.9 418.52 458.872 418.52 435.4C418.52 411.928 399.492 392.9 376.02 392.9C352.548 392.9 333.52 411.928 333.52 435.4C333.52 458.872 352.548 477.9 376.02 477.9Z' fill='%23AB3CF1'/%3E%3Cpath d='M375.03 478.2C398.502 478.2 417.53 459.172 417.53 435.7C417.53 412.228 398.502 393.2 375.03 393.2C351.558 393.2 332.53 412.228 332.53 435.7C332.53 459.172 351.558 478.2 375.03 478.2Z' fill='%23AC3BF1'/%3E%3Cpath d='M374.04 478.5C397.512 478.5 416.54 459.472 416.54 436C416.54 412.528 397.512 393.5 374.04 393.5C350.568 393.5 331.54 412.528 331.54 436C331.54 459.472 350.568 478.5 374.04 478.5Z' fill='%23AD3BF2'/%3E%3Cpath d='M373.05 478.79C396.522 478.79 415.55 459.762 415.55 436.29C415.55 412.818 396.522 393.79 373.05 393.79C349.578 393.79 330.55 412.818 330.55 436.29C330.55 459.762 349.578 478.79 373.05 478.79Z' fill='%23AE3BF2'/%3E%3Cpath d='M372.05 479.09C395.522 479.09 414.55 460.062 414.55 436.59C414.55 413.118 395.522 394.09 372.05 394.09C348.578 394.09 329.55 413.118 329.55 436.59C329.55 460.062 348.578 479.09 372.05 479.09Z' fill='%23AF3BF2'/%3E%3Cpath d='M371.05 479.38C394.522 479.38 413.55 460.352 413.55 436.88C413.55 413.408 394.522 394.38 371.05 394.38C347.578 394.38 328.55 413.408 328.55 436.88C328.55 460.352 347.578 479.38 371.05 479.38Z' fill='%23B03AF2'/%3E%3Cpath d='M370.05 479.67C393.522 479.67 412.55 460.642 412.55 437.17C412.55 413.698 393.522 394.67 370.05 394.67C346.578 394.67 327.55 413.698 327.55 437.17C327.55 460.642 346.578 479.67 370.05 479.67Z' fill='%23B13AF2'/%3E%3Cpath d='M369.05 479.97C392.522 479.97 411.55 460.942 411.55 437.47C411.55 413.998 392.522 394.97 369.05 394.97C345.578 394.97 326.55 413.998 326.55 437.47C326.55 460.942 345.578 479.97 369.05 479.97Z' fill='%23B23AF3'/%3E%3Cpath d='M368.05 480.26C391.522 480.26 410.55 461.232 410.55 437.76C410.55 414.288 391.522 395.26 368.05 395.26C344.578 395.26 325.55 414.288 325.55 437.76C325.55 461.232 344.578 480.26 368.05 480.26Z' fill='%23B33AF3'/%3E%3Cpath d='M367.04 480.55C390.512 480.55 409.54 461.522 409.54 438.05C409.54 414.578 390.512 395.55 367.04 395.55C343.568 395.55 324.54 414.578 324.54 438.05C324.54 461.522 343.568 480.55 367.04 480.55Z' fill='%23B439F3'/%3E%3Cpath d='M366.03 480.84C389.502 480.84 408.53 461.812 408.53 438.34C408.53 414.868 389.502 395.84 366.03 395.84C342.558 395.84 323.53 414.868 323.53 438.34C323.53 461.812 342.558 480.84 366.03 480.84Z' fill='%23B539F3'/%3E%3Cpath d='M365.02 481.13C388.492 481.13 407.52 462.102 407.52 438.63C407.52 415.158 388.492 396.13 365.02 396.13C341.548 396.13 322.52 415.158 322.52 438.63C322.52 462.102 341.548 481.13 365.02 481.13Z' fill='%23B639F3'/%3E%3Cpath d='M364.01 481.42C387.482 481.42 406.51 462.392 406.51 438.92C406.51 415.448 387.482 396.42 364.01 396.42C340.538 396.42 321.51 415.448 321.51 438.92C321.51 462.392 340.538 481.42 364.01 481.42Z' fill='%23B738F4'/%3E%3Cpath d='M362.99 481.71C386.462 481.71 405.49 462.682 405.49 439.21C405.49 415.738 386.462 396.71 362.99 396.71C339.518 396.71 320.49 415.738 320.49 439.21C320.49 462.682 339.518 481.71 362.99 481.71Z' fill='%23B838F4'/%3E%3Cpath d='M361.98 482C385.452 482 404.48 462.972 404.48 439.5C404.48 416.028 385.452 397 361.98 397C338.508 397 319.48 416.028 319.48 439.5C319.48 462.972 338.508 482 361.98 482Z' fill='%23B938F4'/%3E%3Cpath d='M360.96 482.29C384.432 482.29 403.46 463.262 403.46 439.79C403.46 416.318 384.432 397.29 360.96 397.29C337.488 397.29 318.46 416.318 318.46 439.79C318.46 463.262 337.488 482.29 360.96 482.29Z' fill='%23BA38F4'/%3E%3Cpath d='M359.94 482.57C383.412 482.57 402.44 463.542 402.44 440.07C402.44 416.598 383.412 397.57 359.94 397.57C336.468 397.57 317.44 416.598 317.44 440.07C317.44 463.542 336.468 482.57 359.94 482.57Z' fill='%23BB37F4'/%3E%3Cpath d='M358.91 482.86C382.382 482.86 401.41 463.832 401.41 440.36C401.41 416.888 382.382 397.86 358.91 397.86C335.438 397.86 316.41 416.888 316.41 440.36C316.41 463.832 335.438 482.86 358.91 482.86Z' fill='%23BC37F4'/%3E%3Cpath d='M357.89 483.14C381.362 483.14 400.39 464.112 400.39 440.64C400.39 417.168 381.362 398.14 357.89 398.14C334.418 398.14 315.39 417.168 315.39 440.64C315.39 464.112 334.418 483.14 357.89 483.14Z' fill='%23BD37F5'/%3E%3Cpath d='M356.86 483.43C380.332 483.43 399.36 464.402 399.36 440.93C399.36 417.458 380.332 398.43 356.86 398.43C333.388 398.43 314.36 417.458 314.36 440.93C314.36 464.402 333.388 483.43 356.86 483.43Z' fill='%23BE37F5'/%3E%3Cpath d='M355.83 483.71C379.302 483.71 398.33 464.682 398.33 441.21C398.33 417.738 379.302 398.71 355.83 398.71C332.358 398.71 313.33 417.738 313.33 441.21C313.33 464.682 332.358 483.71 355.83 483.71Z' fill='%23BF36F5'/%3E%3Cpath d='M354.8 483.99C378.272 483.99 397.3 464.962 397.3 441.49C397.3 418.018 378.272 398.99 354.8 398.99C331.328 398.99 312.3 418.018 312.3 441.49C312.3 464.962 331.328 483.99 354.8 483.99Z' fill='%23C036F5'/%3E%3Cpath d='M353.77 484.28C377.242 484.28 396.27 465.252 396.27 441.78C396.27 418.308 377.242 399.28 353.77 399.28C330.298 399.28 311.27 418.308 311.27 441.78C311.27 465.252 330.298 484.28 353.77 484.28Z' fill='%23C136F5'/%3E%3Cpath d='M352.73 484.56C376.202 484.56 395.23 465.532 395.23 442.06C395.23 418.588 376.202 399.56 352.73 399.56C329.258 399.56 310.23 418.588 310.23 442.06C310.23 465.532 329.258 484.56 352.73 484.56Z' fill='%23C235F6'/%3E%3Cpath d='M351.7 484.84C375.172 484.84 394.2 465.812 394.2 442.34C394.2 418.868 375.172 399.84 351.7 399.84C328.228 399.84 309.2 418.868 309.2 442.34C309.2 465.812 328.228 484.84 351.7 484.84Z' fill='%23C335F6'/%3E%3Cpath d='M350.66 485.12C374.132 485.12 393.16 466.092 393.16 442.62C393.16 419.148 374.132 400.12 350.66 400.12C327.188 400.12 308.16 419.148 308.16 442.62C308.16 466.092 327.188 485.12 350.66 485.12Z' fill='%23C435F6'/%3E%3Cpath d='M349.61 485.4C373.082 485.4 392.11 466.372 392.11 442.9C392.11 419.428 373.082 400.4 349.61 400.4C326.138 400.4 307.11 419.428 307.11 442.9C307.11 466.372 326.138 485.4 349.61 485.4Z' fill='%23C535F6'/%3E%3Cpath d='M348.57 485.67C372.042 485.67 391.07 466.642 391.07 443.17C391.07 419.698 372.042 400.67 348.57 400.67C325.098 400.67 306.07 419.698 306.07 443.17C306.07 466.642 325.098 485.67 348.57 485.67Z' fill='%23C634F6'/%3E%3Cpath d='M347.53 485.95C371.002 485.95 390.03 466.922 390.03 443.45C390.03 419.978 371.002 400.95 347.53 400.95C324.058 400.95 305.03 419.978 305.03 443.45C305.03 466.922 324.058 485.95 347.53 485.95Z' fill='%23C734F7'/%3E%3Cpath d='M346.48 486.23C369.952 486.23 388.98 467.202 388.98 443.73C388.98 420.258 369.952 401.23 346.48 401.23C323.008 401.23 303.98 420.258 303.98 443.73C303.98 467.202 323.008 486.23 346.48 486.23Z' fill='%23C834F7'/%3E%3Cpath d='M345.43 486.5C368.902 486.5 387.93 467.472 387.93 444C387.93 420.528 368.902 401.5 345.43 401.5C321.958 401.5 302.93 420.528 302.93 444C302.93 467.472 321.958 486.5 345.43 486.5Z' fill='%23C934F7'/%3E%3Cpath d='M344.38 486.78C367.852 486.78 386.88 467.752 386.88 444.28C386.88 420.808 367.852 401.78 344.38 401.78C320.908 401.78 301.88 420.808 301.88 444.28C301.88 467.752 320.908 486.78 344.38 486.78Z' fill='%23CA33F7'/%3E%3Cpath d='M343.32 487.05C366.792 487.05 385.82 468.022 385.82 444.55C385.82 421.078 366.792 402.05 343.32 402.05C319.848 402.05 300.82 421.078 300.82 444.55C300.82 468.022 319.848 487.05 343.32 487.05Z' fill='%23CB33F7'/%3E%3Cpath d='M342.27 487.33C365.742 487.33 384.77 468.302 384.77 444.83C384.77 421.358 365.742 402.33 342.27 402.33C318.798 402.33 299.77 421.358 299.77 444.83C299.77 468.302 318.798 487.33 342.27 487.33Z' fill='%23CC33F7'/%3E%3Cpath d='M341.21 487.6C364.682 487.6 383.71 468.572 383.71 445.1C383.71 421.628 364.682 402.6 341.21 402.6C317.738 402.6 298.71 421.628 298.71 445.1C298.71 468.572 317.738 487.6 341.21 487.6Z' fill='%23CD33F8'/%3E%3Cpath d='M340.15 487.87C363.622 487.87 382.65 468.842 382.65 445.37C382.65 421.898 363.622 402.87 340.15 402.87C316.678 402.87 297.65 421.898 297.65 445.37C297.65 468.842 316.678 487.87 340.15 487.87Z' fill='%23CE32F8'/%3E%3Cpath d='M312.64 494.45C336.112 494.45 355.14 475.422 355.14 451.95C355.14 428.478 336.112 409.45 312.64 409.45C289.168 409.45 270.14 428.478 270.14 451.95C270.14 475.422 289.168 494.45 312.64 494.45Z' fill='%23CF32F8'/%3E%3Cpath d='M338.05 488.4C361.522 488.4 380.55 469.372 380.55 445.9C380.55 422.428 361.522 403.4 338.05 403.4C314.578 403.4 295.55 422.428 295.55 445.9C295.55 469.372 314.578 488.4 338.05 488.4Z' fill='%23CF32F7'/%3E%3Cpath d='M337.02 488.67C360.492 488.67 379.52 469.642 379.52 446.17C379.52 422.698 360.492 403.67 337.02 403.67C313.548 403.67 294.52 422.698 294.52 446.17C294.52 469.642 313.548 488.67 337.02 488.67Z' fill='%23CF32F6'/%3E%3Cpath d='M335.98 488.93C359.452 488.93 378.48 469.902 378.48 446.43C378.48 422.958 359.452 403.93 335.98 403.93C312.508 403.93 293.48 422.958 293.48 446.43C293.48 469.902 312.508 488.93 335.98 488.93Z' fill='%23D032F5'/%3E%3Cpath d='M334.95 489.19C358.422 489.19 377.45 470.162 377.45 446.69C377.45 423.218 358.422 404.19 334.95 404.19C311.478 404.19 292.45 423.218 292.45 446.69C292.45 470.162 311.478 489.19 334.95 489.19Z' fill='%23D032F4'/%3E%3Cpath d='M333.91 489.44C357.382 489.44 376.41 470.412 376.41 446.94C376.41 423.468 357.382 404.44 333.91 404.44C310.438 404.44 291.41 423.468 291.41 446.94C291.41 470.412 310.438 489.44 333.91 489.44Z' fill='%23D032F3'/%3E%3Cpath d='M332.87 489.7C356.342 489.7 375.37 470.672 375.37 447.2C375.37 423.728 356.342 404.7 332.87 404.7C309.398 404.7 290.37 423.728 290.37 447.2C290.37 470.672 309.398 489.7 332.87 489.7Z' fill='%23D032F2'/%3E%3Cpath d='M331.82 489.96C355.292 489.96 374.32 470.932 374.32 447.46C374.32 423.988 355.292 404.96 331.82 404.96C308.348 404.96 289.32 423.988 289.32 447.46C289.32 470.932 308.348 489.96 331.82 489.96Z' fill='%23D032F1'/%3E%3Cpath d='M330.78 490.22C354.252 490.22 373.28 471.192 373.28 447.72C373.28 424.248 354.252 405.22 330.78 405.22C307.308 405.22 288.28 424.248 288.28 447.72C288.28 471.192 307.308 490.22 330.78 490.22Z' fill='%23D032F0'/%3E%3Cpath d='M329.73 490.47C353.202 490.47 372.23 471.442 372.23 447.97C372.23 424.498 353.202 405.47 329.73 405.47C306.258 405.47 287.23 424.498 287.23 447.97C287.23 471.442 306.258 490.47 329.73 490.47Z' fill='%23D132EF'/%3E%3Cpath d='M328.68 490.73C352.152 490.73 371.18 471.702 371.18 448.23C371.18 424.758 352.152 405.73 328.68 405.73C305.208 405.73 286.18 424.758 286.18 448.23C286.18 471.702 305.208 490.73 328.68 490.73Z' fill='%23D132EE'/%3E%3Cpath d='M327.63 490.98C351.102 490.98 370.13 471.952 370.13 448.48C370.13 425.008 351.102 405.98 327.63 405.98C304.158 405.98 285.13 425.008 285.13 448.48C285.13 471.952 304.158 490.98 327.63 490.98Z' fill='%23D132ED'/%3E%3Cpath d='M326.57 491.23C350.042 491.23 369.07 472.202 369.07 448.73C369.07 425.258 350.042 406.23 326.57 406.23C303.098 406.23 284.07 425.258 284.07 448.73C284.07 472.202 303.098 491.23 326.57 491.23Z' fill='%23D131EC'/%3E%3Cpath d='M325.52 491.48C348.992 491.48 368.02 472.452 368.02 448.98C368.02 425.508 348.992 406.48 325.52 406.48C302.048 406.48 283.02 425.508 283.02 448.98C283.02 472.452 302.048 491.48 325.52 491.48Z' fill='%23D131EB'/%3E%3Cpath d='M324.46 491.74C347.932 491.74 366.96 472.712 366.96 449.24C366.96 425.768 347.932 406.74 324.46 406.74C300.988 406.74 281.96 425.768 281.96 449.24C281.96 472.712 300.988 491.74 324.46 491.74Z' fill='%23D131EA'/%3E%3Cpath d='M323.4 491.99C346.872 491.99 365.9 472.962 365.9 449.49C365.9 426.018 346.872 406.99 323.4 406.99C299.928 406.99 280.9 426.018 280.9 449.49C280.9 472.962 299.928 491.99 323.4 491.99Z' fill='%23D231E9'/%3E%3Cpath d='M322.34 492.23C345.812 492.23 364.84 473.202 364.84 449.73C364.84 426.258 345.812 407.23 322.34 407.23C298.868 407.23 279.84 426.258 279.84 449.73C279.84 473.202 298.868 492.23 322.34 492.23Z' fill='%23D231E8'/%3E%3Cpath d='M321.28 492.48C344.752 492.48 363.78 473.452 363.78 449.98C363.78 426.508 344.752 407.48 321.28 407.48C297.808 407.48 278.78 426.508 278.78 449.98C278.78 473.452 297.808 492.48 321.28 492.48Z' fill='%23D231E7'/%3E%3Cpath d='M320.21 492.73C343.682 492.73 362.71 473.702 362.71 450.23C362.71 426.758 343.682 407.73 320.21 407.73C296.738 407.73 277.71 426.758 277.71 450.23C277.71 473.702 296.738 492.73 320.21 492.73Z' fill='%23D231E6'/%3E%3Cpath d='M319.15 492.98C342.622 492.98 361.65 473.952 361.65 450.48C361.65 427.008 342.622 407.98 319.15 407.98C295.678 407.98 276.65 427.008 276.65 450.48C276.65 473.952 295.678 492.98 319.15 492.98Z' fill='%23D231E5'/%3E%3Cpath d='M318.08 493.22C341.552 493.22 360.58 474.192 360.58 450.72C360.58 427.248 341.552 408.22 318.08 408.22C294.608 408.22 275.58 427.248 275.58 450.72C275.58 474.192 294.608 493.22 318.08 493.22Z' fill='%23D331E4'/%3E%3Cpath d='M317.01 493.47C340.482 493.47 359.51 474.442 359.51 450.97C359.51 427.498 340.482 408.47 317.01 408.47C293.538 408.47 274.51 427.498 274.51 450.97C274.51 474.442 293.538 493.47 317.01 493.47Z' fill='%23D331E3'/%3E%3Cpath d='M315.93 493.71C339.402 493.71 358.43 474.682 358.43 451.21C358.43 427.738 339.402 408.71 315.93 408.71C292.458 408.71 273.43 427.738 273.43 451.21C273.43 474.682 292.458 493.71 315.93 493.71Z' fill='%23D331E2'/%3E%3Cpath d='M314.86 493.96C338.332 493.96 357.36 474.932 357.36 451.46C357.36 427.988 338.332 408.96 314.86 408.96C291.388 408.96 272.36 427.988 272.36 451.46C272.36 474.932 291.388 493.96 314.86 493.96Z' fill='%23D331E1'/%3E%3Cpath d='M313.78 494.2C337.252 494.2 356.28 475.172 356.28 451.7C356.28 428.228 337.252 409.2 313.78 409.2C290.308 409.2 271.28 428.228 271.28 451.7C271.28 475.172 290.308 494.2 313.78 494.2Z' fill='%23D331E0'/%3E%3Cpath d='M312.7 494.44C336.172 494.44 355.2 475.412 355.2 451.94C355.2 428.468 336.172 409.44 312.7 409.44C289.228 409.44 270.2 428.468 270.2 451.94C270.2 475.412 289.228 494.44 312.7 494.44Z' fill='%23D331DF'/%3E%3Cpath d='M311.62 494.68C335.092 494.68 354.12 475.652 354.12 452.18C354.12 428.708 335.092 409.68 311.62 409.68C288.148 409.68 269.12 428.708 269.12 452.18C269.12 475.652 288.148 494.68 311.62 494.68Z' fill='%23D431DE'/%3E%3Cpath d='M310.54 494.92C334.012 494.92 353.04 475.892 353.04 452.42C353.04 428.948 334.012 409.92 310.54 409.92C287.068 409.92 268.04 428.948 268.04 452.42C268.04 475.892 287.068 494.92 310.54 494.92Z' fill='%23D431DD'/%3E%3Cpath d='M309.45 495.16C332.922 495.16 351.95 476.132 351.95 452.66C351.95 429.188 332.922 410.16 309.45 410.16C285.978 410.16 266.95 429.188 266.95 452.66C266.95 476.132 285.978 495.16 309.45 495.16Z' fill='%23D431DC'/%3E%3Cpath d='M308.37 495.4C331.842 495.4 350.87 476.372 350.87 452.9C350.87 429.428 331.842 410.4 308.37 410.4C284.898 410.4 265.87 429.428 265.87 452.9C265.87 476.372 284.898 495.4 308.37 495.4Z' fill='%23D431DB'/%3E%3Cpath d='M307.28 495.63C330.752 495.63 349.78 476.602 349.78 453.13C349.78 429.658 330.752 410.63 307.28 410.63C283.808 410.63 264.78 429.658 264.78 453.13C264.78 476.602 283.808 495.63 307.28 495.63Z' fill='%23D431DA'/%3E%3Cpath d='M306.19 495.87C329.662 495.87 348.69 476.842 348.69 453.37C348.69 429.898 329.662 410.87 306.19 410.87C282.718 410.87 263.69 429.898 263.69 453.37C263.69 476.842 282.718 495.87 306.19 495.87Z' fill='%23D431D9'/%3E%3Cpath d='M305.09 496.1C328.562 496.1 347.59 477.072 347.59 453.6C347.59 430.128 328.562 411.1 305.09 411.1C281.618 411.1 262.59 430.128 262.59 453.6C262.59 477.072 281.618 496.1 305.09 496.1Z' fill='%23D531D8'/%3E%3Cpath d='M304 496.34C327.472 496.34 346.5 477.312 346.5 453.84C346.5 430.368 327.472 411.34 304 411.34C280.528 411.34 261.5 430.368 261.5 453.84C261.5 477.312 280.528 496.34 304 496.34Z' fill='%23D531D7'/%3E%3Cpath d='M302.9 496.57C326.372 496.57 345.4 477.542 345.4 454.07C345.4 430.598 326.372 411.57 302.9 411.57C279.428 411.57 260.4 430.598 260.4 454.07C260.4 477.542 279.428 496.57 302.9 496.57Z' fill='%23D531D6'/%3E%3Cpath d='M301.8 496.8C325.272 496.8 344.3 477.772 344.3 454.3C344.3 430.828 325.272 411.8 301.8 411.8C278.328 411.8 259.3 430.828 259.3 454.3C259.3 477.772 278.328 496.8 301.8 496.8Z' fill='%23D531D5'/%3E%3Cpath d='M300.7 497.03C324.172 497.03 343.2 478.002 343.2 454.53C343.2 431.058 324.172 412.03 300.7 412.03C277.228 412.03 258.2 431.058 258.2 454.53C258.2 478.002 277.228 497.03 300.7 497.03Z' fill='%23D530D4'/%3E%3Cpath d='M299.6 497.26C323.072 497.26 342.1 478.232 342.1 454.76C342.1 431.288 323.072 412.26 299.6 412.26C276.128 412.26 257.1 431.288 257.1 454.76C257.1 478.232 276.128 497.26 299.6 497.26Z' fill='%23D530D3'/%3E%3Cpath d='M298.49 497.49C321.962 497.49 340.99 478.462 340.99 454.99C340.99 431.518 321.962 412.49 298.49 412.49C275.018 412.49 255.99 431.518 255.99 454.99C255.99 478.462 275.018 497.49 298.49 497.49Z' fill='%23D630D2'/%3E%3Cpath d='M297.39 497.72C320.862 497.72 339.89 478.692 339.89 455.22C339.89 431.748 320.862 412.72 297.39 412.72C273.918 412.72 254.89 431.748 254.89 455.22C254.89 478.692 273.918 497.72 297.39 497.72Z' fill='%23D630D1'/%3E%3Cpath d='M296.28 497.95C319.752 497.95 338.78 478.922 338.78 455.45C338.78 431.978 319.752 412.95 296.28 412.95C272.808 412.95 253.78 431.978 253.78 455.45C253.78 478.922 272.808 497.95 296.28 497.95Z' fill='%23D630D0'/%3E%3Cpath d='M295.17 498.17C318.642 498.17 337.67 479.142 337.67 455.67C337.67 432.198 318.642 413.17 295.17 413.17C271.698 413.17 252.67 432.198 252.67 455.67C252.67 479.142 271.698 498.17 295.17 498.17Z' fill='%23D630CF'/%3E%3Cpath d='M294.05 498.4C317.522 498.4 336.55 479.372 336.55 455.9C336.55 432.428 317.522 413.4 294.05 413.4C270.578 413.4 251.55 432.428 251.55 455.9C251.55 479.372 270.578 498.4 294.05 498.4Z' fill='%23D630CE'/%3E%3Cpath d='M292.94 498.62C316.412 498.62 335.44 479.592 335.44 456.12C335.44 432.648 316.412 413.62 292.94 413.62C269.468 413.62 250.44 432.648 250.44 456.12C250.44 479.592 269.468 498.62 292.94 498.62Z' fill='%23D730CD'/%3E%3Cpath d='M291.82 498.85C315.292 498.85 334.32 479.822 334.32 456.35C334.32 432.878 315.292 413.85 291.82 413.85C268.348 413.85 249.32 432.878 249.32 456.35C249.32 479.822 268.348 498.85 291.82 498.85Z' fill='%23D730CC'/%3E%3Cpath d='M290.7 499.07C314.172 499.07 333.2 480.042 333.2 456.57C333.2 433.098 314.172 414.07 290.7 414.07C267.228 414.07 248.2 433.098 248.2 456.57C248.2 480.042 267.228 499.07 290.7 499.07Z' fill='%23D730CB'/%3E%3Cpath d='M289.58 499.29C313.052 499.29 332.08 480.262 332.08 456.79C332.08 433.318 313.052 414.29 289.58 414.29C266.108 414.29 247.08 433.318 247.08 456.79C247.08 480.262 266.108 499.29 289.58 499.29Z' fill='%23D730CA'/%3E%3Cpath d='M288.46 499.51C311.932 499.51 330.96 480.482 330.96 457.01C330.96 433.538 311.932 414.51 288.46 414.51C264.988 414.51 245.96 433.538 245.96 457.01C245.96 480.482 264.988 499.51 288.46 499.51Z' fill='%23D730C9'/%3E%3Cpath d='M287.34 499.73C310.812 499.73 329.84 480.702 329.84 457.23C329.84 433.758 310.812 414.73 287.34 414.73C263.868 414.73 244.84 433.758 244.84 457.23C244.84 480.702 263.868 499.73 287.34 499.73Z' fill='%23D730C8'/%3E%3Cpath d='M286.21 499.95C309.682 499.95 328.71 480.922 328.71 457.45C328.71 433.978 309.682 414.95 286.21 414.95C262.738 414.95 243.71 433.978 243.71 457.45C243.71 480.922 262.738 499.95 286.21 499.95Z' fill='%23D830C7'/%3E%3Cpath d='M285.08 500.16C308.552 500.16 327.58 481.132 327.58 457.66C327.58 434.188 308.552 415.16 285.08 415.16C261.608 415.16 242.58 434.188 242.58 457.66C242.58 481.132 261.608 500.16 285.08 500.16Z' fill='%23D830C6'/%3E%3Cpath d='M283.95 500.38C307.422 500.38 326.45 481.352 326.45 457.88C326.45 434.408 307.422 415.38 283.95 415.38C260.478 415.38 241.45 434.408 241.45 457.88C241.45 481.352 260.478 500.38 283.95 500.38Z' fill='%23D830C5'/%3E%3Cpath d='M282.82 500.6C306.292 500.6 325.32 481.572 325.32 458.1C325.32 434.628 306.292 415.6 282.82 415.6C259.348 415.6 240.32 434.628 240.32 458.1C240.32 481.572 259.348 500.6 282.82 500.6Z' fill='%23D830C4'/%3E%3Cpath d='M281.68 500.81C305.152 500.81 324.18 481.782 324.18 458.31C324.18 434.838 305.152 415.81 281.68 415.81C258.208 415.81 239.18 434.838 239.18 458.31C239.18 481.782 258.208 500.81 281.68 500.81Z' fill='%23D830C3'/%3E%3Cpath d='M280.55 501.02C304.022 501.02 323.05 481.992 323.05 458.52C323.05 435.048 304.022 416.02 280.55 416.02C257.078 416.02 238.05 435.048 238.05 458.52C238.05 481.992 257.078 501.02 280.55 501.02Z' fill='%23D830C2'/%3E%3Cpath d='M279.41 501.23C302.882 501.23 321.91 482.202 321.91 458.73C321.91 435.258 302.882 416.23 279.41 416.23C255.938 416.23 236.91 435.258 236.91 458.73C236.91 482.202 255.938 501.23 279.41 501.23Z' fill='%23D930C1'/%3E%3Cpath d='M278.27 501.44C301.742 501.44 320.77 482.412 320.77 458.94C320.77 435.468 301.742 416.44 278.27 416.44C254.798 416.44 235.77 435.468 235.77 458.94C235.77 482.412 254.798 501.44 278.27 501.44Z' fill='%23D930C0'/%3E%3Cpath d='M277.12 501.65C300.592 501.65 319.62 482.622 319.62 459.15C319.62 435.678 300.592 416.65 277.12 416.65C253.648 416.65 234.62 435.678 234.62 459.15C234.62 482.622 253.648 501.65 277.12 501.65Z' fill='%23D930BF'/%3E%3Cpath d='M275.98 501.86C299.452 501.86 318.48 482.832 318.48 459.36C318.48 435.888 299.452 416.86 275.98 416.86C252.508 416.86 233.48 435.888 233.48 459.36C233.48 482.832 252.508 501.86 275.98 501.86Z' fill='%23D930BE'/%3E%3Cpath d='M274.83 502.07C298.302 502.07 317.33 483.042 317.33 459.57C317.33 436.098 298.302 417.07 274.83 417.07C251.358 417.07 232.33 436.098 232.33 459.57C232.33 483.042 251.358 502.07 274.83 502.07Z' fill='%23D92FBD'/%3E%3Cpath d='M273.68 502.28C297.152 502.28 316.18 483.252 316.18 459.78C316.18 436.308 297.152 417.28 273.68 417.28C250.208 417.28 231.18 436.308 231.18 459.78C231.18 483.252 250.208 502.28 273.68 502.28Z' fill='%23DA2FBC'/%3E%3Cpath d='M272.53 502.48C296.002 502.48 315.03 483.452 315.03 459.98C315.03 436.508 296.002 417.48 272.53 417.48C249.058 417.48 230.03 436.508 230.03 459.98C230.03 483.452 249.058 502.48 272.53 502.48Z' fill='%23DA2FBB'/%3E%3Cpath d='M271.38 502.69C294.852 502.69 313.88 483.662 313.88 460.19C313.88 436.718 294.852 417.69 271.38 417.69C247.908 417.69 228.88 436.718 228.88 460.19C228.88 483.662 247.908 502.69 271.38 502.69Z' fill='%23DA2FBA'/%3E%3Cpath d='M270.22 502.89C293.692 502.89 312.72 483.862 312.72 460.39C312.72 436.918 293.692 417.89 270.22 417.89C246.748 417.89 227.72 436.918 227.72 460.39C227.72 483.862 246.748 502.89 270.22 502.89Z' fill='%23DA2FB9'/%3E%3Cpath d='M269.07 503.09C292.542 503.09 311.57 484.062 311.57 460.59C311.57 437.118 292.542 418.09 269.07 418.09C245.598 418.09 226.57 437.118 226.57 460.59C226.57 484.062 245.598 503.09 269.07 503.09Z' fill='%23DA2FB8'/%3E%3Cpath d='M267.91 503.29C291.382 503.29 310.41 484.262 310.41 460.79C310.41 437.318 291.382 418.29 267.91 418.29C244.438 418.29 225.41 437.318 225.41 460.79C225.41 484.262 244.438 503.29 267.91 503.29Z' fill='%23DA2FB7'/%3E%3Cpath d='M266.75 503.49C290.222 503.49 309.25 484.462 309.25 460.99C309.25 437.518 290.222 418.49 266.75 418.49C243.278 418.49 224.25 437.518 224.25 460.99C224.25 484.462 243.278 503.49 266.75 503.49Z' fill='%23DB2FB6'/%3E%3Cpath d='M265.58 503.69C289.052 503.69 308.08 484.662 308.08 461.19C308.08 437.718 289.052 418.69 265.58 418.69C242.108 418.69 223.08 437.718 223.08 461.19C223.08 484.662 242.108 503.69 265.58 503.69Z' fill='%23DB2FB5'/%3E%3Cpath d='M264.42 503.89C287.892 503.89 306.92 484.862 306.92 461.39C306.92 437.918 287.892 418.89 264.42 418.89C240.948 418.89 221.92 437.918 221.92 461.39C221.92 484.862 240.948 503.89 264.42 503.89Z' fill='%23DB2FB4'/%3E%3Cpath d='M263.25 504.08C286.722 504.08 305.75 485.052 305.75 461.58C305.75 438.108 286.722 419.08 263.25 419.08C239.778 419.08 220.75 438.108 220.75 461.58C220.75 485.052 239.778 504.08 263.25 504.08Z' fill='%23DB2FB3'/%3E%3Cpath d='M262.08 504.28C285.552 504.28 304.58 485.252 304.58 461.78C304.58 438.308 285.552 419.28 262.08 419.28C238.608 419.28 219.58 438.308 219.58 461.78C219.58 485.252 238.608 504.28 262.08 504.28Z' fill='%23DB2FB2'/%3E%3Cpath d='M260.91 504.47C284.382 504.47 303.41 485.442 303.41 461.97C303.41 438.498 284.382 419.47 260.91 419.47C237.438 419.47 218.41 438.498 218.41 461.97C218.41 485.442 237.438 504.47 260.91 504.47Z' fill='%23DB2FB1'/%3E%3Cpath d='M259.74 504.67C283.212 504.67 302.24 485.642 302.24 462.17C302.24 438.698 283.212 419.67 259.74 419.67C236.268 419.67 217.24 438.698 217.24 462.17C217.24 485.642 236.268 504.67 259.74 504.67Z' fill='%23DC2FB0'/%3E%3Cpath d='M258.57 504.86C282.042 504.86 301.07 485.832 301.07 462.36C301.07 438.888 282.042 419.86 258.57 419.86C235.098 419.86 216.07 438.888 216.07 462.36C216.07 485.832 235.098 504.86 258.57 504.86Z' fill='%23DC2FAF'/%3E%3Cpath d='M257.39 505.05C280.862 505.05 299.89 486.022 299.89 462.55C299.89 439.078 280.862 420.05 257.39 420.05C233.918 420.05 214.89 439.078 214.89 462.55C214.89 486.022 233.918 505.05 257.39 505.05Z' fill='%23DC2FAE'/%3E%3Cpath d='M256.21 505.24C279.682 505.24 298.71 486.212 298.71 462.74C298.71 439.268 279.682 420.24 256.21 420.24C232.738 420.24 213.71 439.268 213.71 462.74C213.71 486.212 232.738 505.24 256.21 505.24Z' fill='%23DC2FAD'/%3E%3Cpath d='M255.03 505.42C278.502 505.42 297.53 486.392 297.53 462.92C297.53 439.448 278.502 420.42 255.03 420.42C231.558 420.42 212.53 439.448 212.53 462.92C212.53 486.392 231.558 505.42 255.03 505.42Z' fill='%23DC2FAC'/%3E%3Cpath d='M253.85 505.61C277.322 505.61 296.35 486.582 296.35 463.11C296.35 439.638 277.322 420.61 253.85 420.61C230.378 420.61 211.35 439.638 211.35 463.11C211.35 486.582 230.378 505.61 253.85 505.61Z' fill='%23DC2FAB'/%3E%3Cpath d='M252.66 505.8C276.132 505.8 295.16 486.772 295.16 463.3C295.16 439.828 276.132 420.8 252.66 420.8C229.188 420.8 210.16 439.828 210.16 463.3C210.16 486.772 229.188 505.8 252.66 505.8Z' fill='%23DD2FAA'/%3E%3Cpath d='M251.47 505.98C274.942 505.98 293.97 486.952 293.97 463.48C293.97 440.008 274.942 420.98 251.47 420.98C227.998 420.98 208.97 440.008 208.97 463.48C208.97 486.952 227.998 505.98 251.47 505.98Z' fill='%23DD2FA9'/%3E%3Cpath d='M250.28 506.17C273.752 506.17 292.78 487.142 292.78 463.67C292.78 440.198 273.752 421.17 250.28 421.17C226.808 421.17 207.78 440.198 207.78 463.67C207.78 487.142 226.808 506.17 250.28 506.17Z' fill='%23DD2FA8'/%3E%3Cpath d='M249.09 506.35C272.562 506.35 291.59 487.322 291.59 463.85C291.59 440.378 272.562 421.35 249.09 421.35C225.618 421.35 206.59 440.378 206.59 463.85C206.59 487.322 225.618 506.35 249.09 506.35Z' fill='%23DD2FA7'/%3E%3Cpath d='M247.9 506.53C271.372 506.53 290.4 487.502 290.4 464.03C290.4 440.558 271.372 421.53 247.9 421.53C224.428 421.53 205.4 440.558 205.4 464.03C205.4 487.502 224.428 506.53 247.9 506.53Z' fill='%23DD2EA6'/%3E%3Cpath d='M246.7 506.71C270.172 506.71 289.2 487.682 289.2 464.21C289.2 440.738 270.172 421.71 246.7 421.71C223.228 421.71 204.2 440.738 204.2 464.21C204.2 487.682 223.228 506.71 246.7 506.71Z' fill='%23DE2EA5'/%3E%3Cpath d='M245.51 506.89C268.982 506.89 288.01 487.862 288.01 464.39C288.01 440.918 268.982 421.89 245.51 421.89C222.038 421.89 203.01 440.918 203.01 464.39C203.01 487.862 222.038 506.89 245.51 506.89Z' fill='%23DE2EA4'/%3E%3Cpath d='M244.31 507.06C267.782 507.06 286.81 488.032 286.81 464.56C286.81 441.088 267.782 422.06 244.31 422.06C220.838 422.06 201.81 441.088 201.81 464.56C201.81 488.032 220.838 507.06 244.31 507.06Z' fill='%23DE2EA3'/%3E%3Cpath d='M243.11 507.24C266.582 507.24 285.61 488.212 285.61 464.74C285.61 441.268 266.582 422.24 243.11 422.24C219.638 422.24 200.61 441.268 200.61 464.74C200.61 488.212 219.638 507.24 243.11 507.24Z' fill='%23DE2EA2'/%3E%3Cpath d='M241.9 507.42C265.372 507.42 284.4 488.392 284.4 464.92C284.4 441.448 265.372 422.42 241.9 422.42C218.428 422.42 199.4 441.448 199.4 464.92C199.4 488.392 218.428 507.42 241.9 507.42Z' fill='%23DE2EA1'/%3E%3Cpath d='M240.7 507.59C264.172 507.59 283.2 488.562 283.2 465.09C283.2 441.618 264.172 422.59 240.7 422.59C217.228 422.59 198.2 441.618 198.2 465.09C198.2 488.562 217.228 507.59 240.7 507.59Z' fill='%23DE2EA0'/%3E%3Cpath d='M239.49 507.76C262.962 507.76 281.99 488.732 281.99 465.26C281.99 441.788 262.962 422.76 239.49 422.76C216.018 422.76 196.99 441.788 196.99 465.26C196.99 488.732 216.018 507.76 239.49 507.76Z' fill='%23DF2E9F'/%3E%3Cpath d='M238.28 507.93C261.752 507.93 280.78 488.902 280.78 465.43C280.78 441.958 261.752 422.93 238.28 422.93C214.808 422.93 195.78 441.958 195.78 465.43C195.78 488.902 214.808 507.93 238.28 507.93Z' fill='%23DF2E9E'/%3E%3Cpath d='M237.07 508.1C260.542 508.1 279.57 489.072 279.57 465.6C279.57 442.128 260.542 423.1 237.07 423.1C213.598 423.1 194.57 442.128 194.57 465.6C194.57 489.072 213.598 508.1 237.07 508.1Z' fill='%23DF2E9D'/%3E%3Cpath d='M235.86 508.27C259.332 508.27 278.36 489.242 278.36 465.77C278.36 442.298 259.332 423.27 235.86 423.27C212.388 423.27 193.36 442.298 193.36 465.77C193.36 489.242 212.388 508.27 235.86 508.27Z' fill='%23DF2E9C'/%3E%3Cpath d='M234.64 508.44C258.112 508.44 277.14 489.412 277.14 465.94C277.14 442.468 258.112 423.44 234.64 423.44C211.168 423.44 192.14 442.468 192.14 465.94C192.14 489.412 211.168 508.44 234.64 508.44Z' fill='%23DF2E9B'/%3E%3Cpath d='M233.42 508.61C256.892 508.61 275.92 489.582 275.92 466.11C275.92 442.638 256.892 423.61 233.42 423.61C209.948 423.61 190.92 442.638 190.92 466.11C190.92 489.582 209.948 508.61 233.42 508.61Z' fill='%23DF2E9A'/%3E%3Cpath d='M232.2 508.77C255.672 508.77 274.7 489.742 274.7 466.27C274.7 442.798 255.672 423.77 232.2 423.77C208.728 423.77 189.7 442.798 189.7 466.27C189.7 489.742 208.728 508.77 232.2 508.77Z' fill='%23E02E99'/%3E%3Cpath d='M230.98 508.93C254.452 508.93 273.48 489.902 273.48 466.43C273.48 442.958 254.452 423.93 230.98 423.93C207.508 423.93 188.48 442.958 188.48 466.43C188.48 489.902 207.508 508.93 230.98 508.93Z' fill='%23E02E98'/%3E%3Cpath d='M229.76 509.1C253.232 509.1 272.26 490.072 272.26 466.6C272.26 443.128 253.232 424.1 229.76 424.1C206.288 424.1 187.26 443.128 187.26 466.6C187.26 490.072 206.288 509.1 229.76 509.1Z' fill='%23E02E97'/%3E%3Cpath d='M228.53 509.26C252.002 509.26 271.03 490.232 271.03 466.76C271.03 443.288 252.002 424.26 228.53 424.26C205.058 424.26 186.03 443.288 186.03 466.76C186.03 490.232 205.058 509.26 228.53 509.26Z' fill='%23E02E96'/%3E%3Cpath d='M227.31 509.42C250.782 509.42 269.81 490.392 269.81 466.92C269.81 443.448 250.782 424.42 227.31 424.42C203.838 424.42 184.81 443.448 184.81 466.92C184.81 490.392 203.838 509.42 227.31 509.42Z' fill='%23E02E95'/%3E%3Cpath d='M226.08 509.58C249.552 509.58 268.58 490.552 268.58 467.08C268.58 443.608 249.552 424.58 226.08 424.58C202.608 424.58 183.58 443.608 183.58 467.08C183.58 490.552 202.608 509.58 226.08 509.58Z' fill='%23E12E94'/%3E%3Cpath d='M224.84 509.73C248.312 509.73 267.34 490.702 267.34 467.23C267.34 443.758 248.312 424.73 224.84 424.73C201.368 424.73 182.34 443.758 182.34 467.23C182.34 490.702 201.368 509.73 224.84 509.73Z' fill='%23E12E93'/%3E%3Cpath d='M223.61 509.89C247.082 509.89 266.11 490.862 266.11 467.39C266.11 443.918 247.082 424.89 223.61 424.89C200.138 424.89 181.11 443.918 181.11 467.39C181.11 490.862 200.138 509.89 223.61 509.89Z' fill='%23E12E92'/%3E%3Cpath d='M222.37 510.04C245.842 510.04 264.87 491.012 264.87 467.54C264.87 444.068 245.842 425.04 222.37 425.04C198.898 425.04 179.87 444.068 179.87 467.54C179.87 491.012 198.898 510.04 222.37 510.04Z' fill='%23E12E91'/%3E%3Cpath d='M221.14 510.2C244.612 510.2 263.64 491.172 263.64 467.7C263.64 444.228 244.612 425.2 221.14 425.2C197.668 425.2 178.64 444.228 178.64 467.7C178.64 491.172 197.668 510.2 221.14 510.2Z' fill='%23E12E90'/%3E%3Cpath d='M219.9 510.35C243.372 510.35 262.4 491.322 262.4 467.85C262.4 444.378 243.372 425.35 219.9 425.35C196.428 425.35 177.4 444.378 177.4 467.85C177.4 491.322 196.428 510.35 219.9 510.35Z' fill='%23E12E8F'/%3E%3Cpath d='M218.65 510.5C242.122 510.5 261.15 491.472 261.15 468C261.15 444.528 242.122 425.5 218.65 425.5C195.178 425.5 176.15 444.528 176.15 468C176.15 491.472 195.178 510.5 218.65 510.5Z' fill='%23E22D8E'/%3E%3Cpath d='M217.41 510.65C240.882 510.65 259.91 491.622 259.91 468.15C259.91 444.678 240.882 425.65 217.41 425.65C193.938 425.65 174.91 444.678 174.91 468.15C174.91 491.622 193.938 510.65 217.41 510.65Z' fill='%23E22D8D'/%3E%3Cpath d='M216.16 510.8C239.632 510.8 258.66 491.772 258.66 468.3C258.66 444.828 239.632 425.8 216.16 425.8C192.688 425.8 173.66 444.828 173.66 468.3C173.66 491.772 192.688 510.8 216.16 510.8Z' fill='%23E22D8C'/%3E%3Cpath d='M214.92 510.94C238.392 510.94 257.42 491.912 257.42 468.44C257.42 444.968 238.392 425.94 214.92 425.94C191.448 425.94 172.42 444.968 172.42 468.44C172.42 491.912 191.448 510.94 214.92 510.94Z' fill='%23E22D8B'/%3E%3Cpath d='M213.67 511.09C237.142 511.09 256.17 492.062 256.17 468.59C256.17 445.118 237.142 426.09 213.67 426.09C190.198 426.09 171.17 445.118 171.17 468.59C171.17 492.062 190.198 511.09 213.67 511.09Z' fill='%23E22D8A'/%3E%3Cpath d='M212.41 511.23C235.882 511.23 254.91 492.202 254.91 468.73C254.91 445.258 235.882 426.23 212.41 426.23C188.938 426.23 169.91 445.258 169.91 468.73C169.91 492.202 188.938 511.23 212.41 511.23Z' fill='%23E22D89'/%3E%3Cpath d='M211.16 511.38C234.632 511.38 253.66 492.352 253.66 468.88C253.66 445.408 234.632 426.38 211.16 426.38C187.688 426.38 168.66 445.408 168.66 468.88C168.66 492.352 187.688 511.38 211.16 511.38Z' fill='%23E32D88'/%3E%3Cpath d='M209.9 511.52C233.372 511.52 252.4 492.492 252.4 469.02C252.4 445.548 233.372 426.52 209.9 426.52C186.428 426.52 167.4 445.548 167.4 469.02C167.4 492.492 186.428 511.52 209.9 511.52Z' fill='%23E32D87'/%3E%3Cpath d='M208.65 511.66C232.122 511.66 251.15 492.632 251.15 469.16C251.15 445.688 232.122 426.66 208.65 426.66C185.178 426.66 166.15 445.688 166.15 469.16C166.15 492.632 185.178 511.66 208.65 511.66Z' fill='%23E32D86'/%3E%3Cpath d='M207.38 511.79C230.852 511.79 249.88 492.762 249.88 469.29C249.88 445.818 230.852 426.79 207.38 426.79C183.908 426.79 164.88 445.818 164.88 469.29C164.88 492.762 183.908 511.79 207.38 511.79Z' fill='%23E32D85'/%3E%3Cpath d='M206.12 511.93C229.592 511.93 248.62 492.902 248.62 469.43C248.62 445.958 229.592 426.93 206.12 426.93C182.648 426.93 163.62 445.958 163.62 469.43C163.62 492.902 182.648 511.93 206.12 511.93Z' fill='%23E32D84'/%3E%3Cpath d='M204.86 512.07C228.332 512.07 247.36 493.042 247.36 469.57C247.36 446.098 228.332 427.07 204.86 427.07C181.388 427.07 162.36 446.098 162.36 469.57C162.36 493.042 181.388 512.07 204.86 512.07Z' fill='%23E32D83'/%3E%3Cpath d='M203.59 512.2C227.062 512.2 246.09 493.172 246.09 469.7C246.09 446.228 227.062 427.2 203.59 427.2C180.118 427.2 161.09 446.228 161.09 469.7C161.09 493.172 180.118 512.2 203.59 512.2Z' fill='%23E42D82'/%3E%3Cpath d='M202.32 512.33C225.792 512.33 244.82 493.302 244.82 469.83C244.82 446.358 225.792 427.33 202.32 427.33C178.848 427.33 159.82 446.358 159.82 469.83C159.82 493.302 178.848 512.33 202.32 512.33Z' fill='%23E42D81'/%3E%3Cpath d='M201.05 512.47C224.522 512.47 243.55 493.442 243.55 469.97C243.55 446.498 224.522 427.47 201.05 427.47C177.578 427.47 158.55 446.498 158.55 469.97C158.55 493.442 177.578 512.47 201.05 512.47Z' fill='%23E42D80'/%3E%3Cpath d='M199.78 512.6C223.252 512.6 242.28 493.572 242.28 470.1C242.28 446.628 223.252 427.6 199.78 427.6C176.308 427.6 157.28 446.628 157.28 470.1C157.28 493.572 176.308 512.6 199.78 512.6Z' fill='%23E42D7F'/%3E%3Cpath d='M198.5 512.73C221.972 512.73 241 493.702 241 470.23C241 446.758 221.972 427.73 198.5 427.73C175.028 427.73 156 446.758 156 470.23C156 493.702 175.028 512.73 198.5 512.73Z' fill='%23E42D7E'/%3E%3Cpath d='M197.23 512.85C220.702 512.85 239.73 493.822 239.73 470.35C239.73 446.878 220.702 427.85 197.23 427.85C173.758 427.85 154.73 446.878 154.73 470.35C154.73 493.822 173.758 512.85 197.23 512.85Z' fill='%23E52D7D'/%3E%3Cpath d='M195.95 512.98C219.422 512.98 238.45 493.952 238.45 470.48C238.45 447.008 219.422 427.98 195.95 427.98C172.478 427.98 153.45 447.008 153.45 470.48C153.45 493.952 172.478 512.98 195.95 512.98Z' fill='%23E52D7C'/%3E%3Cpath d='M194.67 513.1C218.142 513.1 237.17 494.072 237.17 470.6C237.17 447.128 218.142 428.1 194.67 428.1C171.198 428.1 152.17 447.128 152.17 470.6C152.17 494.072 171.198 513.1 194.67 513.1Z' fill='%23E52D7B'/%3E%3Cpath d='M193.38 513.23C216.852 513.23 235.88 494.202 235.88 470.73C235.88 447.258 216.852 428.23 193.38 428.23C169.908 428.23 150.88 447.258 150.88 470.73C150.88 494.202 169.908 513.23 193.38 513.23Z' fill='%23E52D7A'/%3E%3Cpath d='M192.1 513.35C215.572 513.35 234.6 494.322 234.6 470.85C234.6 447.378 215.572 428.35 192.1 428.35C168.628 428.35 149.6 447.378 149.6 470.85C149.6 494.322 168.628 513.35 192.1 513.35Z' fill='%23E52D79'/%3E%3Cpath d='M190.81 513.47C214.282 513.47 233.31 494.442 233.31 470.97C233.31 447.498 214.282 428.47 190.81 428.47C167.338 428.47 148.31 447.498 148.31 470.97C148.31 494.442 167.338 513.47 190.81 513.47Z' fill='%23E52D78'/%3E%3Cpath d='M189.52 513.59C212.992 513.59 232.02 494.562 232.02 471.09C232.02 447.618 212.992 428.59 189.52 428.59C166.048 428.59 147.02 447.618 147.02 471.09C147.02 494.562 166.048 513.59 189.52 513.59Z' fill='%23E62C77'/%3E%3Cpath d='M188.23 513.7C211.702 513.7 230.73 494.672 230.73 471.2C230.73 447.728 211.702 428.7 188.23 428.7C164.758 428.7 145.73 447.728 145.73 471.2C145.73 494.672 164.758 513.7 188.23 513.7Z' fill='%23E62C76'/%3E%3Cpath d='M186.94 513.82C210.412 513.82 229.44 494.792 229.44 471.32C229.44 447.848 210.412 428.82 186.94 428.82C163.468 428.82 144.44 447.848 144.44 471.32C144.44 494.792 163.468 513.82 186.94 513.82Z' fill='%23E62C75'/%3E%3Cpath d='M185.64 513.93C209.112 513.93 228.14 494.902 228.14 471.43C228.14 447.958 209.112 428.93 185.64 428.93C162.168 428.93 143.14 447.958 143.14 471.43C143.14 494.902 162.168 513.93 185.64 513.93Z' fill='%23E62C74'/%3E%3Cpath d='M184.34 514.05C207.812 514.05 226.84 495.022 226.84 471.55C226.84 448.078 207.812 429.05 184.34 429.05C160.868 429.05 141.84 448.078 141.84 471.55C141.84 495.022 160.868 514.05 184.34 514.05Z' fill='%23E62C73'/%3E%3Cpath d='M183.05 514.16C206.522 514.16 225.55 495.132 225.55 471.66C225.55 448.188 206.522 429.16 183.05 429.16C159.578 429.16 140.55 448.188 140.55 471.66C140.55 495.132 159.578 514.16 183.05 514.16Z' fill='%23E62C72'/%3E%3Cpath d='M181.74 514.27C205.212 514.27 224.24 495.242 224.24 471.77C224.24 448.298 205.212 429.27 181.74 429.27C158.268 429.27 139.24 448.298 139.24 471.77C139.24 495.242 158.268 514.27 181.74 514.27Z' fill='%23E72C71'/%3E%3Cpath d='M180.44 514.38C203.912 514.38 222.94 495.352 222.94 471.88C222.94 448.408 203.912 429.38 180.44 429.38C156.968 429.38 137.94 448.408 137.94 471.88C137.94 495.352 156.968 514.38 180.44 514.38Z' fill='%23E72C70'/%3E%3Cpath d='M179.13 514.48C202.602 514.48 221.63 495.452 221.63 471.98C221.63 448.508 202.602 429.48 179.13 429.48C155.658 429.48 136.63 448.508 136.63 471.98C136.63 495.452 155.658 514.48 179.13 514.48Z' fill='%23E72C6F'/%3E%3Cpath d='M177.83 514.59C201.302 514.59 220.33 495.562 220.33 472.09C220.33 448.618 201.302 429.59 177.83 429.59C154.358 429.59 135.33 448.618 135.33 472.09C135.33 495.562 154.358 514.59 177.83 514.59Z' fill='%23E72C6E'/%3E%3Cpath d='M176.52 514.69C199.992 514.69 219.02 495.662 219.02 472.19C219.02 448.718 199.992 429.69 176.52 429.69C153.048 429.69 134.02 448.718 134.02 472.19C134.02 495.662 153.048 514.69 176.52 514.69Z' fill='%23E72C6D'/%3E%3Cpath d='M175.2 514.8C198.672 514.8 217.7 495.772 217.7 472.3C217.7 448.828 198.672 429.8 175.2 429.8C151.728 429.8 132.7 448.828 132.7 472.3C132.7 495.772 151.728 514.8 175.2 514.8Z' fill='%23E82C6C'/%3E%3Cpath d='M173.89 514.9C197.362 514.9 216.39 495.872 216.39 472.4C216.39 448.928 197.362 429.9 173.89 429.9C150.418 429.9 131.39 448.928 131.39 472.4C131.39 495.872 150.418 514.9 173.89 514.9Z' fill='%23E82C6B'/%3E%3Cpath d='M172.57 515C196.042 515 215.07 495.972 215.07 472.5C215.07 449.028 196.042 430 172.57 430C149.098 430 130.07 449.028 130.07 472.5C130.07 495.972 149.098 515 172.57 515Z' fill='%23E82C6A'/%3E%3Cpath d='M171.26 515.09C194.732 515.09 213.76 496.062 213.76 472.59C213.76 449.118 194.732 430.09 171.26 430.09C147.788 430.09 128.76 449.118 128.76 472.59C128.76 496.062 147.788 515.09 171.26 515.09Z' fill='%23E82C69'/%3E%3Cpath d='M169.94 515.19C193.412 515.19 212.44 496.162 212.44 472.69C212.44 449.218 193.412 430.19 169.94 430.19C146.468 430.19 127.44 449.218 127.44 472.69C127.44 496.162 146.468 515.19 169.94 515.19Z' fill='%23E82C68'/%3E%3Cpath d='M168.61 515.29C192.082 515.29 211.11 496.262 211.11 472.79C211.11 449.318 192.082 430.29 168.61 430.29C145.138 430.29 126.11 449.318 126.11 472.79C126.11 496.262 145.138 515.29 168.61 515.29Z' fill='%23E82C67'/%3E%3Cpath d='M167.29 515.38C190.762 515.38 209.79 496.352 209.79 472.88C209.79 449.408 190.762 430.38 167.29 430.38C143.818 430.38 124.79 449.408 124.79 472.88C124.79 496.352 143.818 515.38 167.29 515.38Z' fill='%23E92C66'/%3E%3Cpath d='M165.96 515.47C189.432 515.47 208.46 496.442 208.46 472.97C208.46 449.498 189.432 430.47 165.96 430.47C142.488 430.47 123.46 449.498 123.46 472.97C123.46 496.442 142.488 515.47 165.96 515.47Z' fill='%23E92C65'/%3E%3Cpath d='M164.63 515.56C188.102 515.56 207.13 496.532 207.13 473.06C207.13 449.588 188.102 430.56 164.63 430.56C141.158 430.56 122.13 449.588 122.13 473.06C122.13 496.532 141.158 515.56 164.63 515.56Z' fill='%23E92C64'/%3E%3Cpath d='M163.3 515.65C186.772 515.65 205.8 496.622 205.8 473.15C205.8 449.678 186.772 430.65 163.3 430.65C139.828 430.65 120.8 449.678 120.8 473.15C120.8 496.622 139.828 515.65 163.3 515.65Z' fill='%23E92C63'/%3E%3Cpath d='M161.97 515.74C185.442 515.74 204.47 496.712 204.47 473.24C204.47 449.768 185.442 430.74 161.97 430.74C138.498 430.74 119.47 449.768 119.47 473.24C119.47 496.712 138.498 515.74 161.97 515.74Z' fill='%23E92C62'/%3E%3Cpath d='M160.63 515.82C184.102 515.82 203.13 496.792 203.13 473.32C203.13 449.848 184.102 430.82 160.63 430.82C137.158 430.82 118.13 449.848 118.13 473.32C118.13 496.792 137.158 515.82 160.63 515.82Z' fill='%23E92C61'/%3E%3Cpath d='M159.3 515.91C182.772 515.91 201.8 496.882 201.8 473.41C201.8 449.938 182.772 430.91 159.3 430.91C135.828 430.91 116.8 449.938 116.8 473.41C116.8 496.882 135.828 515.91 159.3 515.91Z' fill='%23EA2C60'/%3E%3Cpath d='M157.96 515.99C181.432 515.99 200.46 496.962 200.46 473.49C200.46 450.018 181.432 430.99 157.96 430.99C134.488 430.99 115.46 450.018 115.46 473.49C115.46 496.962 134.488 515.99 157.96 515.99Z' fill='%23EA2B5F'/%3E%3Cpath d='M156.62 516.07C180.092 516.07 199.12 497.042 199.12 473.57C199.12 450.098 180.092 431.07 156.62 431.07C133.148 431.07 114.12 450.098 114.12 473.57C114.12 497.042 133.148 516.07 156.62 516.07Z' fill='%23EA2B5E'/%3E%3Cpath d='M155.27 516.15C178.742 516.15 197.77 497.122 197.77 473.65C197.77 450.178 178.742 431.15 155.27 431.15C131.798 431.15 112.77 450.178 112.77 473.65C112.77 497.122 131.798 516.15 155.27 516.15Z' fill='%23EA2B5D'/%3E%3Cpath d='M153.93 516.23C177.402 516.23 196.43 497.202 196.43 473.73C196.43 450.258 177.402 431.23 153.93 431.23C130.458 431.23 111.43 450.258 111.43 473.73C111.43 497.202 130.458 516.23 153.93 516.23Z' fill='%23EA2B5C'/%3E%3Cpath d='M152.58 516.3C176.052 516.3 195.08 497.272 195.08 473.8C195.08 450.328 176.052 431.3 152.58 431.3C129.108 431.3 110.08 450.328 110.08 473.8C110.08 497.272 129.108 516.3 152.58 516.3Z' fill='%23EB2B5B'/%3E%3Cpath d='M151.23 516.38C174.702 516.38 193.73 497.352 193.73 473.88C193.73 450.408 174.702 431.38 151.23 431.38C127.758 431.38 108.73 450.408 108.73 473.88C108.73 497.352 127.758 516.38 151.23 516.38Z' fill='%23EB2B5A'/%3E%3Cpath d='M149.88 516.45C173.352 516.45 192.38 497.422 192.38 473.95C192.38 450.478 173.352 431.45 149.88 431.45C126.408 431.45 107.38 450.478 107.38 473.95C107.38 497.422 126.408 516.45 149.88 516.45Z' fill='%23EB2B59'/%3E%3Cpath d='M148.53 516.52C172.002 516.52 191.03 497.492 191.03 474.02C191.03 450.548 172.002 431.52 148.53 431.52C125.058 431.52 106.03 450.548 106.03 474.02C106.03 497.492 125.058 516.52 148.53 516.52Z' fill='%23EB2B58'/%3E%3Cpath d='M147.17 516.59C170.642 516.59 189.67 497.562 189.67 474.09C189.67 450.618 170.642 431.59 147.17 431.59C123.698 431.59 104.67 450.618 104.67 474.09C104.67 497.562 123.698 516.59 147.17 516.59Z' fill='%23EB2B57'/%3E%3Cpath d='M145.81 516.66C169.282 516.66 188.31 497.632 188.31 474.16C188.31 450.688 169.282 431.66 145.81 431.66C122.338 431.66 103.31 450.688 103.31 474.16C103.31 497.632 122.338 516.66 145.81 516.66Z' fill='%23EB2B56'/%3E%3Cpath d='M144.45 516.73C167.922 516.73 186.95 497.702 186.95 474.23C186.95 450.758 167.922 431.73 144.45 431.73C120.978 431.73 101.95 450.758 101.95 474.23C101.95 497.702 120.978 516.73 144.45 516.73Z' fill='%23EC2B55'/%3E%3Cpath d='M143.09 516.79C166.562 516.79 185.59 497.762 185.59 474.29C185.59 450.818 166.562 431.79 143.09 431.79C119.618 431.79 100.59 450.818 100.59 474.29C100.59 497.762 119.618 516.79 143.09 516.79Z' fill='%23EC2B54'/%3E%3Cpath d='M141.73 516.86C165.202 516.86 184.23 497.832 184.23 474.36C184.23 450.888 165.202 431.86 141.73 431.86C118.258 431.86 99.23 450.888 99.23 474.36C99.23 497.832 118.258 516.86 141.73 516.86Z' fill='%23EC2B53'/%3E%3Cpath d='M140.36 516.92C163.832 516.92 182.86 497.892 182.86 474.42C182.86 450.948 163.832 431.92 140.36 431.92C116.888 431.92 97.8601 450.948 97.8601 474.42C97.8601 497.892 116.888 516.92 140.36 516.92Z' fill='%23EC2B52'/%3E%3Cpath d='M138.99 516.98C162.462 516.98 181.49 497.952 181.49 474.48C181.49 451.008 162.462 431.98 138.99 431.98C115.518 431.98 96.49 451.008 96.49 474.48C96.49 497.952 115.518 516.98 138.99 516.98Z' fill='%23EC2B51'/%3E%3Cpath d='M137.62 517.04C161.092 517.04 180.12 498.012 180.12 474.54C180.12 451.068 161.092 432.04 137.62 432.04C114.148 432.04 95.1201 451.068 95.1201 474.54C95.1201 498.012 114.148 517.04 137.62 517.04Z' fill='%23EC2B50'/%3E%3Cpath d='M136.25 517.09C159.722 517.09 178.75 498.062 178.75 474.59C178.75 451.118 159.722 432.09 136.25 432.09C112.778 432.09 93.75 451.118 93.75 474.59C93.75 498.062 112.778 517.09 136.25 517.09Z' fill='%23ED2B4F'/%3E%3Cpath d='M134.88 517.15C158.352 517.15 177.38 498.122 177.38 474.65C177.38 451.178 158.352 432.15 134.88 432.15C111.408 432.15 92.3799 451.178 92.3799 474.65C92.3799 498.122 111.408 517.15 134.88 517.15Z' fill='%23ED2B4E'/%3E%3Cpath d='M133.5 517.2C156.972 517.2 176 498.172 176 474.7C176 451.228 156.972 432.2 133.5 432.2C110.028 432.2 91 451.228 91 474.7C91 498.172 110.028 517.2 133.5 517.2Z' fill='%23ED2B4D'/%3E%3Cpath d='M132.12 517.25C155.592 517.25 174.62 498.222 174.62 474.75C174.62 451.278 155.592 432.25 132.12 432.25C108.648 432.25 89.6201 451.278 89.6201 474.75C89.6201 498.222 108.648 517.25 132.12 517.25Z' fill='%23ED2B4C'/%3E%3Cpath d='M130.74 517.3C154.212 517.3 173.24 498.272 173.24 474.8C173.24 451.328 154.212 432.3 130.74 432.3C107.268 432.3 88.24 451.328 88.24 474.8C88.24 498.272 107.268 517.3 130.74 517.3Z' fill='%23ED2B4B'/%3E%3Cpath d='M129.36 517.35C152.832 517.35 171.86 498.322 171.86 474.85C171.86 451.378 152.832 432.35 129.36 432.35C105.888 432.35 86.8601 451.378 86.8601 474.85C86.8601 498.322 105.888 517.35 129.36 517.35Z' fill='%23ED2B4A'/%3E%3Cpath d='M127.97 517.4C151.442 517.4 170.47 498.372 170.47 474.9C170.47 451.428 151.442 432.4 127.97 432.4C104.498 432.4 85.47 451.428 85.47 474.9C85.47 498.372 104.498 517.4 127.97 517.4Z' fill='%23EE2B49'/%3E%3Cpath d='M126.58 517.44C150.052 517.44 169.08 498.412 169.08 474.94C169.08 451.468 150.052 432.44 126.58 432.44C103.108 432.44 84.0801 451.468 84.0801 474.94C84.0801 498.412 103.108 517.44 126.58 517.44Z' fill='%23EE2A48'/%3E%3Cpath d='M125.19 517.49C148.662 517.49 167.69 498.462 167.69 474.99C167.69 451.518 148.662 432.49 125.19 432.49C101.718 432.49 82.6899 451.518 82.6899 474.99C82.6899 498.462 101.718 517.49 125.19 517.49Z' fill='%23EE2A47'/%3E%3Cpath d='M123.8 517.53C147.272 517.53 166.3 498.502 166.3 475.03C166.3 451.558 147.272 432.53 123.8 432.53C100.328 432.53 81.3 451.558 81.3 475.03C81.3 498.502 100.328 517.53 123.8 517.53Z' fill='%23EE2A46'/%3E%3Cpath d='M122.41 517.57C145.882 517.57 164.91 498.542 164.91 475.07C164.91 451.598 145.882 432.57 122.41 432.57C98.9378 432.57 79.9099 451.598 79.9099 475.07C79.9099 498.542 98.9378 517.57 122.41 517.57Z' fill='%23EE2A45'/%3E%3Cpath d='M121.01 517.61C144.482 517.61 163.51 498.582 163.51 475.11C163.51 451.638 144.482 432.61 121.01 432.61C97.5379 432.61 78.51 451.638 78.51 475.11C78.51 498.582 97.5379 517.61 121.01 517.61Z' fill='%23EF2A44'/%3E%3Cpath d='M119.62 517.64C143.092 517.64 162.12 498.612 162.12 475.14C162.12 451.668 143.092 432.64 119.62 432.64C96.148 432.64 77.1201 451.668 77.1201 475.14C77.1201 498.612 96.148 517.64 119.62 517.64Z' fill='%23EF2A43'/%3E%3Cpath d='M118.22 517.68C141.692 517.68 160.72 498.652 160.72 475.18C160.72 451.708 141.692 432.68 118.22 432.68C94.7479 432.68 75.72 451.708 75.72 475.18C75.72 498.652 94.7479 517.68 118.22 517.68Z' fill='%23EF2A42'/%3E%3Cpath d='M116.81 517.71C140.282 517.71 159.31 498.682 159.31 475.21C159.31 451.738 140.282 432.71 116.81 432.71C93.338 432.71 74.3101 451.738 74.3101 475.21C74.3101 498.682 93.338 517.71 116.81 517.71Z' fill='%23EF2A41'/%3E%3Cpath d='M115.41 517.74C138.882 517.74 157.91 498.712 157.91 475.24C157.91 451.768 138.882 432.74 115.41 432.74C91.9378 432.74 72.9099 451.768 72.9099 475.24C72.9099 498.712 91.9378 517.74 115.41 517.74Z' fill='%23EF2A40'/%3E%3Cpath d='M114 517.77C137.472 517.77 156.5 498.742 156.5 475.27C156.5 451.798 137.472 432.77 114 432.77C90.5279 432.77 71.5 451.798 71.5 475.27C71.5 498.742 90.5279 517.77 114 517.77Z' fill='%23EF2A3F'/%3E%3Cpath d='M112.6 517.8C136.072 517.8 155.1 498.772 155.1 475.3C155.1 451.828 136.072 432.8 112.6 432.8C89.128 432.8 70.1001 451.828 70.1001 475.3C70.1001 498.772 89.128 517.8 112.6 517.8Z' fill='%23F02A3E'/%3E%3Cpath d='M111.19 517.83C134.662 517.83 153.69 498.802 153.69 475.33C153.69 451.858 134.662 432.83 111.19 432.83C87.7178 432.83 68.6899 451.858 68.6899 475.33C68.6899 498.802 87.7178 517.83 111.19 517.83Z' fill='%23F02A3D'/%3E%3Cpath d='M109.77 517.85C133.242 517.85 152.27 498.822 152.27 475.35C152.27 451.878 133.242 432.85 109.77 432.85C86.2979 432.85 67.27 451.878 67.27 475.35C67.27 498.822 86.2979 517.85 109.77 517.85Z' fill='%23F02A3C'/%3E%3Cpath d='M108.36 517.87C131.832 517.87 150.86 498.842 150.86 475.37C150.86 451.898 131.832 432.87 108.36 432.87C84.888 432.87 65.8601 451.898 65.8601 475.37C65.8601 498.842 84.888 517.87 108.36 517.87Z' fill='%23F02A3B'/%3E%3Cpath d='M106.94 517.89C130.412 517.89 149.44 498.862 149.44 475.39C149.44 451.918 130.412 432.89 106.94 432.89C83.4678 432.89 64.4399 451.918 64.4399 475.39C64.4399 498.862 83.4678 517.89 106.94 517.89Z' fill='%23F02A3A'/%3E%3Cpath d='M105.52 517.91C128.992 517.91 148.02 498.882 148.02 475.41C148.02 451.938 128.992 432.91 105.52 432.91C82.0479 432.91 63.02 451.938 63.02 475.41C63.02 498.882 82.0479 517.91 105.52 517.91Z' fill='%23F02A39'/%3E%3Cpath d='M104.1 517.93C127.572 517.93 146.6 498.902 146.6 475.43C146.6 451.958 127.572 432.93 104.1 432.93C80.628 432.93 61.6001 451.958 61.6001 475.43C61.6001 498.902 80.628 517.93 104.1 517.93Z' fill='%23F12A38'/%3E%3Cpath d='M102.68 517.95C126.152 517.95 145.18 498.922 145.18 475.45C145.18 451.978 126.152 432.95 102.68 432.95C79.2078 432.95 60.1799 451.978 60.1799 475.45C60.1799 498.922 79.2078 517.95 102.68 517.95Z' fill='%23F12A37'/%3E%3Cpath d='M101.25 517.96C124.722 517.96 143.75 498.932 143.75 475.46C143.75 451.988 124.722 432.96 101.25 432.96C77.7779 432.96 58.75 451.988 58.75 475.46C58.75 498.932 77.7779 517.96 101.25 517.96Z' fill='%23F12A36'/%3E%3Cpath d='M99.8301 517.97C123.302 517.97 142.33 498.942 142.33 475.47C142.33 451.998 123.302 432.97 99.8301 432.97C76.358 432.97 57.3301 451.998 57.3301 475.47C57.3301 498.942 76.358 517.97 99.8301 517.97Z' fill='%23F12A35'/%3E%3Cpath d='M98.3999 517.98C121.872 517.98 140.9 498.952 140.9 475.48C140.9 452.008 121.872 432.98 98.3999 432.98C74.9278 432.98 55.8999 452.008 55.8999 475.48C55.8999 498.952 74.9278 517.98 98.3999 517.98Z' fill='%23F12A34'/%3E%3Cpath d='M96.97 517.99C120.442 517.99 139.47 498.962 139.47 475.49C139.47 452.018 120.442 432.99 96.97 432.99C73.4979 432.99 54.47 452.018 54.47 475.49C54.47 498.962 73.4979 517.99 96.97 517.99Z' fill='%23F22A33'/%3E%3Cpath d='M95.53 518C119.002 518 138.03 498.972 138.03 475.5C138.03 452.028 119.002 433 95.53 433C72.0579 433 53.03 452.028 53.03 475.5C53.03 498.972 72.0579 518 95.53 518Z' fill='%23F22A32'/%3E%3Cpath d='M94.1001 518C117.572 518 136.6 498.972 136.6 475.5C136.6 452.028 117.572 433 94.1001 433C70.628 433 51.6001 452.028 51.6001 475.5C51.6001 498.972 70.628 518 94.1001 518Z' fill='%23F22931'/%3E%3Cpath d='M92.6599 518.01C116.132 518.01 135.16 498.982 135.16 475.51C135.16 452.038 116.132 433.01 92.6599 433.01C69.1878 433.01 50.1599 452.038 50.1599 475.51C50.1599 498.982 69.1878 518.01 92.6599 518.01Z' fill='%23F22930'/%3E%3Cpath d='M91.22 518.01C114.692 518.01 133.72 498.982 133.72 475.51C133.72 452.038 114.692 433.01 91.22 433.01C67.7479 433.01 48.72 452.038 48.72 475.51C48.72 498.982 67.7479 518.01 91.22 518.01Z' fill='%23F2292F'/%3E%3Cpath d='M89.78 518.01C113.252 518.01 132.28 498.982 132.28 475.51C132.28 452.038 113.252 433.01 89.78 433.01C66.3079 433.01 47.28 452.038 47.28 475.51C47.28 498.982 66.3079 518.01 89.78 518.01Z' fill='%23F2292E'/%3E%3Cpath d='M88.3301 518C111.802 518 130.83 498.972 130.83 475.5C130.83 452.028 111.802 433 88.3301 433C64.858 433 45.8301 452.028 45.8301 475.5C45.8301 498.972 64.858 518 88.3301 518Z' fill='%23F3292D'/%3E%3Cpath d='M86.8899 518C110.362 518 129.39 498.972 129.39 475.5C129.39 452.028 110.362 433 86.8899 433C63.4178 433 44.3899 452.028 44.3899 475.5C44.3899 498.972 63.4178 518 86.8899 518Z' fill='%23F3292C'/%3E%3Cpath d='M85.4399 517.99C108.912 517.99 127.94 498.962 127.94 475.49C127.94 452.018 108.912 432.99 85.4399 432.99C61.9678 432.99 42.9399 452.018 42.9399 475.49C42.9399 498.962 61.9678 517.99 85.4399 517.99Z' fill='%23F3292B'/%3E%3Cpath d='M83.99 517.99C107.462 517.99 126.49 498.962 126.49 475.49C126.49 452.018 107.462 432.99 83.99 432.99C60.5179 432.99 41.49 452.018 41.49 475.49C41.49 498.962 60.5179 517.99 83.99 517.99Z' fill='%23F3292A'/%3E%3Cpath d='M82.53 517.98C106.002 517.98 125.03 498.952 125.03 475.48C125.03 452.008 106.002 432.98 82.53 432.98C59.0579 432.98 40.03 452.008 40.03 475.48C40.03 498.952 59.0579 517.98 82.53 517.98Z' fill='%23F32929'/%3E%3Cpath d='M81.0801 517.97C104.552 517.97 123.58 498.942 123.58 475.47C123.58 451.998 104.552 432.97 81.0801 432.97C57.608 432.97 38.5801 451.998 38.5801 475.47C38.5801 498.942 57.608 517.97 81.0801 517.97Z' fill='%23F32928'/%3E%3Cpath d='M79.6201 517.95C103.092 517.95 122.12 498.922 122.12 475.45C122.12 451.978 103.092 432.95 79.6201 432.95C56.148 432.95 37.1201 451.978 37.1201 475.45C37.1201 498.922 56.148 517.95 79.6201 517.95Z' fill='%23F42927'/%3E%3Cpath d='M78.1599 517.94C101.632 517.94 120.66 498.912 120.66 475.44C120.66 451.968 101.632 432.94 78.1599 432.94C54.6878 432.94 35.6599 451.968 35.6599 475.44C35.6599 498.912 54.6878 517.94 78.1599 517.94Z' fill='%23F42926'/%3E%3Cpath d='M76.6999 517.92C100.172 517.92 119.2 498.892 119.2 475.42C119.2 451.948 100.172 432.92 76.6999 432.92C53.2278 432.92 34.2 451.948 34.2 475.42C34.2 498.892 53.2278 517.92 76.6999 517.92Z' fill='%23F42925'/%3E%3Cpath d='M75.24 517.9C98.7121 517.9 117.74 498.872 117.74 475.4C117.74 451.928 98.7121 432.9 75.24 432.9C51.7679 432.9 32.74 451.928 32.74 475.4C32.74 498.872 51.7679 517.9 75.24 517.9Z' fill='%23F42924'/%3E%3Cpath d='M73.77 517.88C97.2421 517.88 116.27 498.852 116.27 475.38C116.27 451.908 97.2421 432.88 73.77 432.88C50.2979 432.88 31.27 451.908 31.27 475.38C31.27 498.852 50.2979 517.88 73.77 517.88Z' fill='%23F42923'/%3E%3Cpath d='M72.3001 517.86C95.7722 517.86 114.8 498.832 114.8 475.36C114.8 451.888 95.7722 432.86 72.3001 432.86C48.828 432.86 29.8 451.888 29.8 475.36C29.8 498.832 48.828 517.86 72.3001 517.86Z' fill='%23F42922'/%3E%3Cpath d='M70.8301 517.83C94.3022 517.83 113.33 498.802 113.33 475.33C113.33 451.858 94.3022 432.83 70.8301 432.83C47.358 432.83 28.3301 451.858 28.3301 475.33C28.3301 498.802 47.358 517.83 70.8301 517.83Z' fill='%23F52921'/%3E%3Cpath d='M69.3601 517.81C92.8322 517.81 111.86 498.782 111.86 475.31C111.86 451.838 92.8322 432.81 69.3601 432.81C45.888 432.81 26.8601 451.838 26.8601 475.31C26.8601 498.782 45.888 517.81 69.3601 517.81Z' fill='%23F52920'/%3E%3Cpath d='M67.8899 517.78C91.362 517.78 110.39 498.752 110.39 475.28C110.39 451.808 91.362 432.78 67.8899 432.78C44.4178 432.78 25.3899 451.808 25.3899 475.28C25.3899 498.752 44.4178 517.78 67.8899 517.78Z' fill='%23F5291F'/%3E%3Cpath d='M66.4099 517.75C89.882 517.75 108.91 498.722 108.91 475.25C108.91 451.778 89.882 432.75 66.4099 432.75C42.9378 432.75 23.9099 451.778 23.9099 475.25C23.9099 498.722 42.9378 517.75 66.4099 517.75Z' fill='%23F5291E'/%3E%3Cpath d='M64.9299 517.72C88.402 517.72 107.43 498.692 107.43 475.22C107.43 451.748 88.402 432.72 64.9299 432.72C41.4578 432.72 22.4299 451.748 22.4299 475.22C22.4299 498.692 41.4578 517.72 64.9299 517.72Z' fill='%23F5291D'/%3E%3Cpath d='M63.45 517.68C86.9221 517.68 105.95 498.652 105.95 475.18C105.95 451.708 86.9221 432.68 63.45 432.68C39.9778 432.68 20.95 451.708 20.95 475.18C20.95 498.652 39.9778 517.68 63.45 517.68Z' fill='%23F6291C'/%3E%3Cpath d='M61.97 517.65C85.4421 517.65 104.47 498.622 104.47 475.15C104.47 451.678 85.4421 432.65 61.97 432.65C38.4979 432.65 19.47 451.678 19.47 475.15C19.47 498.622 38.4979 517.65 61.97 517.65Z' fill='%23F6291B'/%3E%3Cpath d='M60.49 517.61C83.9621 517.61 102.99 498.582 102.99 475.11C102.99 451.638 83.9621 432.61 60.49 432.61C37.0179 432.61 17.99 451.638 17.99 475.11C17.99 498.582 37.0179 517.61 60.49 517.61Z' fill='%23F6291A'/%3E%3Cpath d='M59 517.57C82.4721 517.57 101.5 498.542 101.5 475.07C101.5 451.598 82.4721 432.57 59 432.57C35.5279 432.57 16.5 451.598 16.5 475.07C16.5 498.542 35.5279 517.57 59 517.57Z' fill='%23F62819'/%3E%3Cpath d='M57.51 517.53C80.9821 517.53 100.01 498.502 100.01 475.03C100.01 451.558 80.9821 432.53 57.51 432.53C34.0379 432.53 15.01 451.558 15.01 475.03C15.01 498.502 34.0379 517.53 57.51 517.53Z' fill='%23F62818'/%3E%3Cpath d='M56.02 517.48C79.4921 517.48 98.52 498.452 98.52 474.98C98.52 451.508 79.4921 432.48 56.02 432.48C32.5479 432.48 13.52 451.508 13.52 474.98C13.52 498.452 32.5479 517.48 56.02 517.48Z' fill='%23F62817'/%3E%3Cpath d='M54.52 517.44C77.9921 517.44 97.02 498.412 97.02 474.94C97.02 451.468 77.9921 432.44 54.52 432.44C31.0479 432.44 12.02 451.468 12.02 474.94C12.02 498.412 31.0479 517.44 54.52 517.44Z' fill='%23F72816'/%3E%3Cpath d='M53.03 517.39C76.5021 517.39 95.53 498.362 95.53 474.89C95.53 451.418 76.5021 432.39 53.03 432.39C29.5579 432.39 10.53 451.418 10.53 474.89C10.53 498.362 29.5579 517.39 53.03 517.39Z' fill='%23F72815'/%3E%3Cpath d='M51.53 517.34C75.0021 517.34 94.03 498.312 94.03 474.84C94.03 451.368 75.0021 432.34 51.53 432.34C28.0579 432.34 9.03003 451.368 9.03003 474.84C9.03003 498.312 28.0579 517.34 51.53 517.34Z' fill='%23F72814'/%3E%3Cpath d='M50.03 517.29C73.5021 517.29 92.53 498.262 92.53 474.79C92.53 451.318 73.5021 432.29 50.03 432.29C26.5579 432.29 7.53003 451.318 7.53003 474.79C7.53003 498.262 26.5579 517.29 50.03 517.29Z' fill='%23F72813'/%3E%3Cpath d='M48.53 517.23C72.0021 517.23 91.03 498.202 91.03 474.73C91.03 451.258 72.0021 432.23 48.53 432.23C25.0579 432.23 6.03003 451.258 6.03003 474.73C6.03003 498.202 25.0579 517.23 48.53 517.23Z' fill='%23F72812'/%3E%3Cpath d='M47.03 517.18C70.5021 517.18 89.53 498.152 89.53 474.68C89.53 451.208 70.5021 432.18 47.03 432.18C23.5579 432.18 4.53003 451.208 4.53003 474.68C4.53003 498.152 23.5579 517.18 47.03 517.18Z' fill='%23F72811'/%3E%3Cpath d='M45.52 517.12C68.9921 517.12 88.02 498.092 88.02 474.62C88.02 451.148 68.9921 432.12 45.52 432.12C22.0479 432.12 3.02002 451.148 3.02002 474.62C3.02002 498.092 22.0479 517.12 45.52 517.12Z' fill='%23F82810'/%3E%3Cpath d='M44.01 517.06C67.4821 517.06 86.51 498.032 86.51 474.56C86.51 451.088 67.4821 432.06 44.01 432.06C20.5379 432.06 1.51001 451.088 1.51001 474.56C1.51001 498.032 20.5379 517.06 44.01 517.06Z' fill='%23F8280F'/%3E%3Cpath d='M42.5 517C65.9721 517 85 497.972 85 474.5C85 451.028 65.9721 432 42.5 432C19.0279 432 0 451.028 0 474.5C0 497.972 19.0279 517 42.5 517Z' fill='%23F8280E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2032_2772'%3E%3Crect width='1236' height='518.01' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 108.5%;
  background-position: top 50% right 51%;
  position: relative;
}
@media screen and (max-width: 780px) {
  .interviewPage .kvSec {
    background-image: url("data:image/svg+xml,%3Csvg width='461' height='483' viewBox='0 0 461 483' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2032_949)'%3E%3Cpath d='M436 50C449.807 50 461 38.8071 461 25C461 11.1929 449.807 0 436 0C422.193 0 411 11.1929 411 25C411 38.8071 422.193 50 436 50Z' fill='%23048739'/%3E%3Cpath d='M435.06 51.03C448.867 51.03 460.06 39.8371 460.06 26.03C460.06 12.2229 448.867 1.03003 435.06 1.03003C421.253 1.03003 410.06 12.2229 410.06 26.03C410.06 39.8371 421.253 51.03 435.06 51.03Z' fill='%2304873A'/%3E%3Cpath d='M434.12 52.0699C447.927 52.0699 459.12 40.8771 459.12 27.0699C459.12 13.2628 447.927 2.06995 434.12 2.06995C420.313 2.06995 409.12 13.2628 409.12 27.0699C409.12 40.8771 420.313 52.0699 434.12 52.0699Z' fill='%2304883B'/%3E%3Cpath d='M433.19 53.1C446.997 53.1 458.19 41.9071 458.19 28.1C458.19 14.2929 446.997 3.09998 433.19 3.09998C419.383 3.09998 408.19 14.2929 408.19 28.1C408.19 41.9071 419.383 53.1 433.19 53.1Z' fill='%2304883C'/%3E%3Cpath d='M432.26 54.13C446.067 54.13 457.26 42.9371 457.26 29.13C457.26 15.3229 446.067 4.13 432.26 4.13C418.453 4.13 407.26 15.3229 407.26 29.13C407.26 42.9371 418.453 54.13 432.26 54.13Z' fill='%2304883D'/%3E%3Cpath d='M431.34 55.17C445.147 55.17 456.34 43.9772 456.34 30.17C456.34 16.3629 445.147 5.17004 431.34 5.17004C417.533 5.17004 406.34 16.3629 406.34 30.17C406.34 43.9772 417.533 55.17 431.34 55.17Z' fill='%2304883E'/%3E%3Cpath d='M430.41 56.2C444.217 56.2 455.41 45.0071 455.41 31.2C455.41 17.3928 444.217 6.19995 430.41 6.19995C416.603 6.19995 405.41 17.3928 405.41 31.2C405.41 45.0071 416.603 56.2 430.41 56.2Z' fill='%2304893F'/%3E%3Cpath d='M429.5 57.23C443.307 57.23 454.5 46.0371 454.5 32.23C454.5 18.4229 443.307 7.22998 429.5 7.22998C415.693 7.22998 404.5 18.4229 404.5 32.23C404.5 46.0371 415.693 57.23 429.5 57.23Z' fill='%23048940'/%3E%3Cpath d='M428.58 58.27C442.387 58.27 453.58 47.0771 453.58 33.27C453.58 19.4629 442.387 8.27002 428.58 8.27002C414.773 8.27002 403.58 19.4629 403.58 33.27C403.58 47.0771 414.773 58.27 428.58 58.27Z' fill='%23048941'/%3E%3Cpath d='M427.67 59.3C441.477 59.3 452.67 48.1072 452.67 34.3C452.67 20.4929 441.477 9.30005 427.67 9.30005C413.863 9.30005 402.67 20.4929 402.67 34.3C402.67 48.1072 413.863 59.3 427.67 59.3Z' fill='%23048A42'/%3E%3Cpath d='M426.76 60.34C440.567 60.34 451.76 49.1471 451.76 35.34C451.76 21.5328 440.567 10.34 426.76 10.34C412.953 10.34 401.76 21.5328 401.76 35.34C401.76 49.1471 412.953 60.34 426.76 60.34Z' fill='%23048A43'/%3E%3Cpath d='M425.86 61.37C439.667 61.37 450.86 50.1771 450.86 36.37C450.86 22.5629 439.667 11.37 425.86 11.37C412.053 11.37 400.86 22.5629 400.86 36.37C400.86 50.1771 412.053 61.37 425.86 61.37Z' fill='%23048A44'/%3E%3Cpath d='M424.96 62.41C438.767 62.41 449.96 51.2172 449.96 37.41C449.96 23.6029 438.767 12.41 424.96 12.41C411.153 12.41 399.96 23.6029 399.96 37.41C399.96 51.2172 411.153 62.41 424.96 62.41Z' fill='%23048A45'/%3E%3Cpath d='M424.06 63.4399C437.867 63.4399 449.06 52.2471 449.06 38.4399C449.06 24.6328 437.867 13.4399 424.06 13.4399C410.253 13.4399 399.06 24.6328 399.06 38.4399C399.06 52.2471 410.253 63.4399 424.06 63.4399Z' fill='%23058B46'/%3E%3Cpath d='M423.17 64.48C436.977 64.48 448.17 53.2871 448.17 39.48C448.17 25.6729 436.977 14.48 423.17 14.48C409.363 14.48 398.17 25.6729 398.17 39.48C398.17 53.2871 409.363 64.48 423.17 64.48Z' fill='%23058B47'/%3E%3Cpath d='M422.28 65.51C436.087 65.51 447.28 54.3171 447.28 40.51C447.28 26.7029 436.087 15.51 422.28 15.51C408.473 15.51 397.28 26.7029 397.28 40.51C397.28 54.3171 408.473 65.51 422.28 65.51Z' fill='%23058B48'/%3E%3Cpath d='M421.39 66.5501C435.197 66.5501 446.39 55.3572 446.39 41.55C446.39 27.7429 435.197 16.55 421.39 16.55C407.583 16.55 396.39 27.7429 396.39 41.55C396.39 55.3572 407.583 66.5501 421.39 66.5501Z' fill='%23058C49'/%3E%3Cpath d='M420.5 67.58C434.307 67.58 445.5 56.3871 445.5 42.58C445.5 28.7728 434.307 17.58 420.5 17.58C406.693 17.58 395.5 28.7728 395.5 42.58C395.5 56.3871 406.693 67.58 420.5 67.58Z' fill='%23058C4A'/%3E%3Cpath d='M419.62 68.62C433.427 68.62 444.62 57.4271 444.62 43.62C444.62 29.8129 433.427 18.62 419.62 18.62C405.813 18.62 394.62 29.8129 394.62 43.62C394.62 57.4271 405.813 68.62 419.62 68.62Z' fill='%23058C4B'/%3E%3Cpath d='M418.75 69.65C432.557 69.65 443.75 58.4571 443.75 44.65C443.75 30.8429 432.557 19.65 418.75 19.65C404.943 19.65 393.75 30.8429 393.75 44.65C393.75 58.4571 404.943 69.65 418.75 69.65Z' fill='%23058C4C'/%3E%3Cpath d='M417.87 70.6899C431.677 70.6899 442.87 59.4971 442.87 45.6899C442.87 31.8828 431.677 20.6899 417.87 20.6899C404.063 20.6899 392.87 31.8828 392.87 45.6899C392.87 59.4971 404.063 70.6899 417.87 70.6899Z' fill='%23058D4D'/%3E%3Cpath d='M417 71.73C430.807 71.73 442 60.5371 442 46.73C442 32.9229 430.807 21.73 417 21.73C403.193 21.73 392 32.9229 392 46.73C392 60.5371 403.193 71.73 417 71.73Z' fill='%23058D4E'/%3E%3Cpath d='M416.13 72.76C429.937 72.76 441.13 61.5671 441.13 47.76C441.13 33.9529 429.937 22.76 416.13 22.76C402.323 22.76 391.13 33.9529 391.13 47.76C391.13 61.5671 402.323 72.76 416.13 72.76Z' fill='%23058D4F'/%3E%3Cpath d='M415.27 73.8001C429.077 73.8001 440.27 62.6072 440.27 48.8C440.27 34.9929 429.077 23.8 415.27 23.8C401.463 23.8 390.27 34.9929 390.27 48.8C390.27 62.6072 401.463 73.8001 415.27 73.8001Z' fill='%23058E50'/%3E%3Cpath d='M414.41 74.84C428.217 74.84 439.41 63.6471 439.41 49.84C439.41 36.0328 428.217 24.84 414.41 24.84C400.603 24.84 389.41 36.0328 389.41 49.84C389.41 63.6471 400.603 74.84 414.41 74.84Z' fill='%23058E51'/%3E%3Cpath d='M413.55 75.87C427.357 75.87 438.55 64.6771 438.55 50.87C438.55 37.0629 427.357 25.87 413.55 25.87C399.743 25.87 388.55 37.0629 388.55 50.87C388.55 64.6771 399.743 75.87 413.55 75.87Z' fill='%23058E52'/%3E%3Cpath d='M412.7 76.91C426.507 76.91 437.7 65.7172 437.7 51.91C437.7 38.1029 426.507 26.91 412.7 26.91C398.893 26.91 387.7 38.1029 387.7 51.91C387.7 65.7172 398.893 76.91 412.7 76.91Z' fill='%23058E53'/%3E%3Cpath d='M411.85 77.9399C425.657 77.9399 436.85 66.7471 436.85 52.9399C436.85 39.1328 425.657 27.9399 411.85 27.9399C398.043 27.9399 386.85 39.1328 386.85 52.9399C386.85 66.7471 398.043 77.9399 411.85 77.9399Z' fill='%23058F54'/%3E%3Cpath d='M411 78.98C424.807 78.98 436 67.7871 436 53.98C436 40.1729 424.807 28.98 411 28.98C397.193 28.98 386 40.1729 386 53.98C386 67.7871 397.193 78.98 411 78.98Z' fill='%23058F55'/%3E%3Cpath d='M410.15 80.02C423.957 80.02 435.15 68.8271 435.15 55.02C435.15 41.2129 423.957 30.02 410.15 30.02C396.343 30.02 385.15 41.2129 385.15 55.02C385.15 68.8271 396.343 80.02 410.15 80.02Z' fill='%23058F56'/%3E%3Cpath d='M409.31 81.0501C423.117 81.0501 434.31 69.8572 434.31 56.05C434.31 42.2429 423.117 31.05 409.31 31.05C395.503 31.05 384.31 42.2429 384.31 56.05C384.31 69.8572 395.503 81.0501 409.31 81.0501Z' fill='%23058F57'/%3E%3Cpath d='M408.47 82.09C422.277 82.09 433.47 70.8971 433.47 57.09C433.47 43.2828 422.277 32.09 408.47 32.09C394.663 32.09 383.47 43.2828 383.47 57.09C383.47 70.8971 394.663 82.09 408.47 82.09Z' fill='%23059058'/%3E%3Cpath d='M407.64 83.13C421.447 83.13 432.64 71.9371 432.64 58.13C432.64 44.3229 421.447 33.13 407.64 33.13C393.833 33.13 382.64 44.3229 382.64 58.13C382.64 71.9371 393.833 83.13 407.64 83.13Z' fill='%23059059'/%3E%3Cpath d='M406.8 84.17C420.607 84.17 431.8 72.9772 431.8 59.17C431.8 45.3629 420.607 34.17 406.8 34.17C392.993 34.17 381.8 45.3629 381.8 59.17C381.8 72.9772 392.993 84.17 406.8 84.17Z' fill='%2305905A'/%3E%3Cpath d='M405.97 85.1999C419.777 85.1999 430.97 74.0071 430.97 60.2C430.97 46.3928 419.777 35.2 405.97 35.2C392.163 35.2 380.97 46.3928 380.97 60.2C380.97 74.0071 392.163 85.1999 405.97 85.1999Z' fill='%2305915B'/%3E%3Cpath d='M405.15 86.24C418.957 86.24 430.15 75.0471 430.15 61.24C430.15 47.4329 418.957 36.24 405.15 36.24C391.343 36.24 380.15 47.4329 380.15 61.24C380.15 75.0471 391.343 86.24 405.15 86.24Z' fill='%2305915C'/%3E%3Cpath d='M404.32 87.28C418.127 87.28 429.32 76.0871 429.32 62.28C429.32 48.4729 418.127 37.28 404.32 37.28C390.513 37.28 379.32 48.4729 379.32 62.28C379.32 76.0871 390.513 87.28 404.32 87.28Z' fill='%2305915D'/%3E%3Cpath d='M403.5 88.3101C417.307 88.3101 428.5 77.1172 428.5 63.3101C428.5 49.5029 417.307 38.3101 403.5 38.3101C389.693 38.3101 378.5 49.5029 378.5 63.3101C378.5 77.1172 389.693 88.3101 403.5 88.3101Z' fill='%2305915E'/%3E%3Cpath d='M402.68 89.35C416.487 89.35 427.68 78.1571 427.68 64.35C427.68 50.5429 416.487 39.35 402.68 39.35C388.873 39.35 377.68 50.5429 377.68 64.35C377.68 78.1571 388.873 89.35 402.68 89.35Z' fill='%2306925F'/%3E%3Cpath d='M401.87 90.39C415.677 90.39 426.87 79.1971 426.87 65.39C426.87 51.5829 415.677 40.39 401.87 40.39C388.063 40.39 376.87 51.5829 376.87 65.39C376.87 79.1971 388.063 90.39 401.87 90.39Z' fill='%23069260'/%3E%3Cpath d='M401.05 91.42C414.857 91.42 426.05 80.2272 426.05 66.42C426.05 52.6129 414.857 41.42 401.05 41.42C387.243 41.42 376.05 52.6129 376.05 66.42C376.05 80.2272 387.243 91.42 401.05 91.42Z' fill='%23069261'/%3E%3Cpath d='M400.24 92.46C414.047 92.46 425.24 81.2671 425.24 67.46C425.24 53.6528 414.047 42.46 400.24 42.46C386.433 42.46 375.24 53.6528 375.24 67.46C375.24 81.2671 386.433 92.46 400.24 92.46Z' fill='%23069362'/%3E%3Cpath d='M399.44 93.5C413.247 93.5 424.44 82.3071 424.44 68.5C424.44 54.6929 413.247 43.5 399.44 43.5C385.633 43.5 374.44 54.6929 374.44 68.5C374.44 82.3071 385.633 93.5 399.44 93.5Z' fill='%23069363'/%3E%3Cpath d='M398.63 94.54C412.437 94.54 423.63 83.3472 423.63 69.54C423.63 55.7329 412.437 44.54 398.63 44.54C384.823 44.54 373.63 55.7329 373.63 69.54C373.63 83.3472 384.823 94.54 398.63 94.54Z' fill='%23069364'/%3E%3Cpath d='M397.83 95.5699C411.637 95.5699 422.83 84.3771 422.83 70.5699C422.83 56.7628 411.637 45.5699 397.83 45.5699C384.023 45.5699 372.83 56.7628 372.83 70.5699C372.83 84.3771 384.023 95.5699 397.83 95.5699Z' fill='%23069365'/%3E%3Cpath d='M397.03 96.61C410.837 96.61 422.03 85.4171 422.03 71.61C422.03 57.8029 410.837 46.61 397.03 46.61C383.223 46.61 372.03 57.8029 372.03 71.61C372.03 85.4171 383.223 96.61 397.03 96.61Z' fill='%23069466'/%3E%3Cpath d='M396.24 97.65C410.047 97.65 421.24 86.4571 421.24 72.65C421.24 58.8429 410.047 47.65 396.24 47.65C382.433 47.65 371.24 58.8429 371.24 72.65C371.24 86.4571 382.433 97.65 396.24 97.65Z' fill='%23069467'/%3E%3Cpath d='M395.45 98.6801C409.257 98.6801 420.45 87.4872 420.45 73.6801C420.45 59.8729 409.257 48.6801 395.45 48.6801C381.643 48.6801 370.45 59.8729 370.45 73.6801C370.45 87.4872 381.643 98.6801 395.45 98.6801Z' fill='%23069468'/%3E%3Cpath d='M394.66 99.72C408.467 99.72 419.66 88.5271 419.66 74.72C419.66 60.9129 408.467 49.72 394.66 49.72C380.853 49.72 369.66 60.9129 369.66 74.72C369.66 88.5271 380.853 99.72 394.66 99.72Z' fill='%23069569'/%3E%3Cpath d='M393.87 100.76C407.677 100.76 418.87 89.5671 418.87 75.76C418.87 61.9529 407.677 50.76 393.87 50.76C380.063 50.76 368.87 61.9529 368.87 75.76C368.87 89.5671 380.063 100.76 393.87 100.76Z' fill='%2306956A'/%3E%3Cpath d='M393.08 101.8C406.887 101.8 418.08 90.6072 418.08 76.8001C418.08 62.9929 406.887 51.8 393.08 51.8C379.273 51.8 368.08 62.9929 368.08 76.8001C368.08 90.6072 379.273 101.8 393.08 101.8Z' fill='%2306956A'/%3E%3Cpath d='M392.3 102.83C406.107 102.83 417.3 91.6371 417.3 77.83C417.3 64.0228 406.107 52.83 392.3 52.83C378.493 52.83 367.3 64.0228 367.3 77.83C367.3 91.6371 378.493 102.83 392.3 102.83Z' fill='%2306956B'/%3E%3Cpath d='M391.52 103.87C405.327 103.87 416.52 92.6771 416.52 78.87C416.52 65.0629 405.327 53.87 391.52 53.87C377.713 53.87 366.52 65.0629 366.52 78.87C366.52 92.6771 377.713 103.87 391.52 103.87Z' fill='%2306966C'/%3E%3Cpath d='M390.75 104.91C404.557 104.91 415.75 93.7172 415.75 79.91C415.75 66.1029 404.557 54.91 390.75 54.91C376.943 54.91 365.75 66.1029 365.75 79.91C365.75 93.7172 376.943 104.91 390.75 104.91Z' fill='%2306966D'/%3E%3Cpath d='M389.97 105.94C403.777 105.94 414.97 94.7471 414.97 80.9399C414.97 67.1328 403.777 55.9399 389.97 55.9399C376.163 55.9399 364.97 67.1328 364.97 80.9399C364.97 94.7471 376.163 105.94 389.97 105.94Z' fill='%2306966E'/%3E%3Cpath d='M389.2 106.98C403.007 106.98 414.2 95.7871 414.2 81.98C414.2 68.1729 403.007 56.98 389.2 56.98C375.393 56.98 364.2 68.1729 364.2 81.98C364.2 95.7871 375.393 106.98 389.2 106.98Z' fill='%2306976F'/%3E%3Cpath d='M388.43 108.02C402.237 108.02 413.43 96.8271 413.43 83.02C413.43 69.2129 402.237 58.02 388.43 58.02C374.623 58.02 363.43 69.2129 363.43 83.02C363.43 96.8271 374.623 108.02 388.43 108.02Z' fill='%23069770'/%3E%3Cpath d='M387.66 109.05C401.467 109.05 412.66 97.8572 412.66 84.0501C412.66 70.2429 401.467 59.05 387.66 59.05C373.853 59.05 362.66 70.2429 362.66 84.0501C362.66 97.8572 373.853 109.05 387.66 109.05Z' fill='%23069771'/%3E%3Cpath d='M386.9 110.09C400.707 110.09 411.9 98.8971 411.9 85.09C411.9 71.2828 400.707 60.09 386.9 60.09C373.093 60.09 361.9 71.2828 361.9 85.09C361.9 98.8971 373.093 110.09 386.9 110.09Z' fill='%23069772'/%3E%3Cpath d='M386.14 111.13C399.947 111.13 411.14 99.9371 411.14 86.13C411.14 72.3229 399.947 61.13 386.14 61.13C372.333 61.13 361.14 72.3229 361.14 86.13C361.14 99.9371 372.333 111.13 386.14 111.13Z' fill='%23069873'/%3E%3Cpath d='M385.38 112.16C399.187 112.16 410.38 100.967 410.38 87.16C410.38 73.3529 399.187 62.16 385.38 62.16C371.573 62.16 360.38 73.3529 360.38 87.16C360.38 100.967 371.573 112.16 385.38 112.16Z' fill='%23069874'/%3E%3Cpath d='M384.62 113.2C398.427 113.2 409.62 102.007 409.62 88.1999C409.62 74.3928 398.427 63.2 384.62 63.2C370.813 63.2 359.62 74.3928 359.62 88.1999C359.62 102.007 370.813 113.2 384.62 113.2Z' fill='%23069875'/%3E%3Cpath d='M383.87 114.24C397.677 114.24 408.87 103.047 408.87 89.24C408.87 75.4329 397.677 64.24 383.87 64.24C370.063 64.24 358.87 75.4329 358.87 89.24C358.87 103.047 370.063 114.24 383.87 114.24Z' fill='%23079976'/%3E%3Cpath d='M383.11 115.27C396.917 115.27 408.11 104.077 408.11 90.27C408.11 76.4629 396.917 65.27 383.11 65.27C369.303 65.27 358.11 76.4629 358.11 90.27C358.11 104.077 369.303 115.27 383.11 115.27Z' fill='%23079977'/%3E%3Cpath d='M382.36 116.31C396.167 116.31 407.36 105.117 407.36 91.3101C407.36 77.5029 396.167 66.3101 382.36 66.3101C368.553 66.3101 357.36 77.5029 357.36 91.3101C357.36 105.117 368.553 116.31 382.36 116.31Z' fill='%23079978'/%3E%3Cpath d='M381.62 117.35C395.427 117.35 406.62 106.157 406.62 92.35C406.62 78.5429 395.427 67.35 381.62 67.35C367.813 67.35 356.62 78.5429 356.62 92.35C356.62 106.157 367.813 117.35 381.62 117.35Z' fill='%23079979'/%3E%3Cpath d='M380.87 118.38C394.677 118.38 405.87 107.187 405.87 93.38C405.87 79.5729 394.677 68.38 380.87 68.38C367.063 68.38 355.87 79.5729 355.87 93.38C355.87 107.187 367.063 118.38 380.87 118.38Z' fill='%23079A7A'/%3E%3Cpath d='M380.13 119.42C393.937 119.42 405.13 108.227 405.13 94.42C405.13 80.6129 393.937 69.42 380.13 69.42C366.323 69.42 355.13 80.6129 355.13 94.42C355.13 108.227 366.323 119.42 380.13 119.42Z' fill='%23079A7B'/%3E%3Cpath d='M379.39 120.45C393.197 120.45 404.39 109.257 404.39 95.45C404.39 81.6428 393.197 70.45 379.39 70.45C365.583 70.45 354.39 81.6428 354.39 95.45C354.39 109.257 365.583 120.45 379.39 120.45Z' fill='%23079A7C'/%3E%3Cpath d='M378.65 121.49C392.457 121.49 403.65 110.297 403.65 96.49C403.65 82.6829 392.457 71.49 378.65 71.49C364.843 71.49 353.65 82.6829 353.65 96.49C353.65 110.297 364.843 121.49 378.65 121.49Z' fill='%23079B7D'/%3E%3Cpath d='M377.92 122.53C391.727 122.53 402.92 111.337 402.92 97.53C402.92 83.7229 391.727 72.53 377.92 72.53C364.113 72.53 352.92 83.7229 352.92 97.53C352.92 111.337 364.113 122.53 377.92 122.53Z' fill='%23079B7E'/%3E%3Cpath d='M377.18 123.56C390.987 123.56 402.18 112.367 402.18 98.5601C402.18 84.7529 390.987 73.5601 377.18 73.5601C363.373 73.5601 352.18 84.7529 352.18 98.5601C352.18 112.367 363.373 123.56 377.18 123.56Z' fill='%23079B7F'/%3E%3Cpath d='M376.45 124.6C390.257 124.6 401.45 113.407 401.45 99.6C401.45 85.7929 390.257 74.6 376.45 74.6C362.643 74.6 351.45 85.7929 351.45 99.6C351.45 113.407 362.643 124.6 376.45 124.6Z' fill='%23079B80'/%3E%3Cpath d='M375.72 125.63C389.527 125.63 400.72 114.437 400.72 100.63C400.72 86.8229 389.527 75.63 375.72 75.63C361.913 75.63 350.72 86.8229 350.72 100.63C350.72 114.437 361.913 125.63 375.72 125.63Z' fill='%23079C81'/%3E%3Cpath d='M374.99 126.67C388.797 126.67 399.99 115.477 399.99 101.67C399.99 87.8629 388.797 76.67 374.99 76.67C361.183 76.67 349.99 87.8629 349.99 101.67C349.99 115.477 361.183 126.67 374.99 126.67Z' fill='%23079C82'/%3E%3Cpath d='M374.27 127.7C388.077 127.7 399.27 116.507 399.27 102.7C399.27 88.8928 388.077 77.7 374.27 77.7C360.463 77.7 349.27 88.8928 349.27 102.7C349.27 116.507 360.463 127.7 374.27 127.7Z' fill='%23079C83'/%3E%3Cpath d='M373.55 128.74C387.357 128.74 398.55 117.547 398.55 103.74C398.55 89.9329 387.357 78.74 373.55 78.74C359.743 78.74 348.55 89.9329 348.55 103.74C348.55 117.547 359.743 128.74 373.55 128.74Z' fill='%23079C84'/%3E%3Cpath d='M372.83 129.77C386.637 129.77 397.83 118.577 397.83 104.77C397.83 90.9629 386.637 79.77 372.83 79.77C359.023 79.77 347.83 90.9629 347.83 104.77C347.83 118.577 359.023 129.77 372.83 129.77Z' fill='%23079D85'/%3E%3Cpath d='M372.11 130.8C385.917 130.8 397.11 119.607 397.11 105.8C397.11 91.9929 385.917 80.8 372.11 80.8C358.303 80.8 347.11 91.9929 347.11 105.8C347.11 119.607 358.303 130.8 372.11 130.8Z' fill='%23079D86'/%3E%3Cpath d='M371.39 131.84C385.197 131.84 396.39 120.647 396.39 106.84C396.39 93.0328 385.197 81.84 371.39 81.84C357.583 81.84 346.39 93.0328 346.39 106.84C346.39 120.647 357.583 131.84 371.39 131.84Z' fill='%23079D87'/%3E%3Cpath d='M370.68 132.87C384.487 132.87 395.68 121.677 395.68 107.87C395.68 94.0629 384.487 82.87 370.68 82.87C356.873 82.87 345.68 94.0629 345.68 107.87C345.68 121.677 356.873 132.87 370.68 132.87Z' fill='%23079E88'/%3E%3Cpath d='M369.96 133.91C383.767 133.91 394.96 122.717 394.96 108.91C394.96 95.1029 383.767 83.91 369.96 83.91C356.153 83.91 344.96 95.1029 344.96 108.91C344.96 122.717 356.153 133.91 369.96 133.91Z' fill='%23079E89'/%3E%3Cpath d='M369.25 134.94C383.057 134.94 394.25 123.747 394.25 109.94C394.25 96.1328 383.057 84.9399 369.25 84.9399C355.443 84.9399 344.25 96.1328 344.25 109.94C344.25 123.747 355.443 134.94 369.25 134.94Z' fill='%23079E8A'/%3E%3Cpath d='M368.54 135.97C382.347 135.97 393.54 124.777 393.54 110.97C393.54 97.1629 382.347 85.97 368.54 85.97C354.733 85.97 343.54 97.1629 343.54 110.97C343.54 124.777 354.733 135.97 368.54 135.97Z' fill='%23079E8B'/%3E%3Cpath d='M367.84 137.01C381.647 137.01 392.84 125.817 392.84 112.01C392.84 98.2029 381.647 87.01 367.84 87.01C354.033 87.01 342.84 98.2029 342.84 112.01C342.84 125.817 354.033 137.01 367.84 137.01Z' fill='%23079F8C'/%3E%3Cpath d='M367.13 138.04C380.937 138.04 392.13 126.847 392.13 113.04C392.13 99.2329 380.937 88.04 367.13 88.04C353.323 88.04 342.13 99.2329 342.13 113.04C342.13 126.847 353.323 138.04 367.13 138.04Z' fill='%23079F8D'/%3E%3Cpath d='M366.43 139.07C380.237 139.07 391.43 127.877 391.43 114.07C391.43 100.263 380.237 89.0699 366.43 89.0699C352.623 89.0699 341.43 100.263 341.43 114.07C341.43 127.877 352.623 139.07 366.43 139.07Z' fill='%23079F8E'/%3E%3Cpath d='M365.73 140.11C379.537 140.11 390.73 128.917 390.73 115.11C390.73 101.303 379.537 90.11 365.73 90.11C351.923 90.11 340.73 101.303 340.73 115.11C340.73 128.917 351.923 140.11 365.73 140.11Z' fill='%2308A08F'/%3E%3Cpath d='M365.03 141.14C378.837 141.14 390.03 129.947 390.03 116.14C390.03 102.333 378.837 91.14 365.03 91.14C351.223 91.14 340.03 102.333 340.03 116.14C340.03 129.947 351.223 141.14 365.03 141.14Z' fill='%2308A090'/%3E%3Cpath d='M364.33 142.17C378.137 142.17 389.33 130.977 389.33 117.17C389.33 103.363 378.137 92.17 364.33 92.17C350.523 92.17 339.33 103.363 339.33 117.17C339.33 130.977 350.523 142.17 364.33 142.17Z' fill='%2308A091'/%3E%3Cpath d='M363.64 143.2C377.447 143.2 388.64 132.007 388.64 118.2C388.64 104.393 377.447 93.2 363.64 93.2C349.833 93.2 338.64 104.393 338.64 118.2C338.64 132.007 349.833 143.2 363.64 143.2Z' fill='%2308A092'/%3E%3Cpath d='M362.95 144.24C376.757 144.24 387.95 133.047 387.95 119.24C387.95 105.433 376.757 94.24 362.95 94.24C349.143 94.24 337.95 105.433 337.95 119.24C337.95 133.047 349.143 144.24 362.95 144.24Z' fill='%2308A193'/%3E%3Cpath d='M362.25 145.27C376.057 145.27 387.25 134.077 387.25 120.27C387.25 106.463 376.057 95.27 362.25 95.27C348.443 95.27 337.25 106.463 337.25 120.27C337.25 134.077 348.443 145.27 362.25 145.27Z' fill='%2308A194'/%3E%3Cpath d='M361.56 146.3C375.367 146.3 386.56 135.107 386.56 121.3C386.56 107.493 375.367 96.3 361.56 96.3C347.753 96.3 336.56 107.493 336.56 121.3C336.56 135.107 347.753 146.3 361.56 146.3Z' fill='%2308A195'/%3E%3Cpath d='M360.88 147.33C374.687 147.33 385.88 136.137 385.88 122.33C385.88 108.523 374.687 97.33 360.88 97.33C347.073 97.33 335.88 108.523 335.88 122.33C335.88 136.137 347.073 147.33 360.88 147.33Z' fill='%2308A296'/%3E%3Cpath d='M360.19 148.36C373.997 148.36 385.19 137.167 385.19 123.36C385.19 109.553 373.997 98.36 360.19 98.36C346.383 98.36 335.19 109.553 335.19 123.36C335.19 137.167 346.383 148.36 360.19 148.36Z' fill='%2308A297'/%3E%3Cpath d='M359.51 149.39C373.317 149.39 384.51 138.197 384.51 124.39C384.51 110.583 373.317 99.39 359.51 99.39C345.703 99.39 334.51 110.583 334.51 124.39C334.51 138.197 345.703 149.39 359.51 149.39Z' fill='%2308A298'/%3E%3Cpath d='M358.82 150.42C372.627 150.42 383.82 139.227 383.82 125.42C383.82 111.613 372.627 100.42 358.82 100.42C345.013 100.42 333.82 111.613 333.82 125.42C333.82 139.227 345.013 150.42 358.82 150.42Z' fill='%2308A299'/%3E%3Cpath d='M358.14 151.45C371.947 151.45 383.14 140.257 383.14 126.45C383.14 112.643 371.947 101.45 358.14 101.45C344.333 101.45 333.14 112.643 333.14 126.45C333.14 140.257 344.333 151.45 358.14 151.45Z' fill='%2308A39A'/%3E%3Cpath d='M359.34 149.64C373.147 149.64 384.34 138.447 384.34 124.64C384.34 110.833 373.147 99.64 359.34 99.64C345.533 99.64 334.34 110.833 334.34 124.64C334.34 138.447 345.533 149.64 359.34 149.64Z' fill='%2308A39B'/%3E%3Cpath d='M356.52 153.92C370.327 153.92 381.52 142.727 381.52 128.92C381.52 115.113 370.327 103.92 356.52 103.92C342.713 103.92 331.52 115.113 331.52 128.92C331.52 142.727 342.713 153.92 356.52 153.92Z' fill='%2308A29C'/%3E%3Cpath d='M355.58 155.34C369.387 155.34 380.58 144.147 380.58 130.34C380.58 116.533 369.387 105.34 355.58 105.34C341.773 105.34 330.58 116.533 330.58 130.34C330.58 144.147 341.773 155.34 355.58 155.34Z' fill='%2309A19D'/%3E%3Cpath d='M354.65 156.77C368.457 156.77 379.65 145.577 379.65 131.77C379.65 117.963 368.457 106.77 354.65 106.77C340.843 106.77 329.65 117.963 329.65 131.77C329.65 145.577 340.843 156.77 354.65 156.77Z' fill='%2309A09E'/%3E%3Cpath d='M353.72 158.19C367.527 158.19 378.72 146.997 378.72 133.19C378.72 119.383 367.527 108.19 353.72 108.19C339.913 108.19 328.72 119.383 328.72 133.19C328.72 146.997 339.913 158.19 353.72 158.19Z' fill='%230A9F9F'/%3E%3Cpath d='M352.79 159.62C366.597 159.62 377.79 148.427 377.79 134.62C377.79 120.813 366.597 109.62 352.79 109.62C338.983 109.62 327.79 120.813 327.79 134.62C327.79 148.427 338.983 159.62 352.79 159.62Z' fill='%230A9E9F'/%3E%3Cpath d='M351.87 161.04C365.677 161.04 376.87 149.847 376.87 136.04C376.87 122.233 365.677 111.04 351.87 111.04C338.063 111.04 326.87 122.233 326.87 136.04C326.87 149.847 338.063 161.04 351.87 161.04Z' fill='%230A9DA0'/%3E%3Cpath d='M350.95 162.47C364.757 162.47 375.95 151.277 375.95 137.47C375.95 123.663 364.757 112.47 350.95 112.47C337.143 112.47 325.95 123.663 325.95 137.47C325.95 151.277 337.143 162.47 350.95 162.47Z' fill='%230B9CA1'/%3E%3Cpath d='M350.03 163.89C363.837 163.89 375.03 152.697 375.03 138.89C375.03 125.083 363.837 113.89 350.03 113.89C336.223 113.89 325.03 125.083 325.03 138.89C325.03 152.697 336.223 163.89 350.03 163.89Z' fill='%230B9BA2'/%3E%3Cpath d='M349.11 165.31C362.917 165.31 374.11 154.117 374.11 140.31C374.11 126.503 362.917 115.31 349.11 115.31C335.303 115.31 324.11 126.503 324.11 140.31C324.11 154.117 335.303 165.31 349.11 165.31Z' fill='%230C9AA3'/%3E%3Cpath d='M348.2 166.74C362.007 166.74 373.2 155.547 373.2 141.74C373.2 127.933 362.007 116.74 348.2 116.74C334.393 116.74 323.2 127.933 323.2 141.74C323.2 155.547 334.393 166.74 348.2 166.74Z' fill='%230C99A4'/%3E%3Cpath d='M347.29 168.16C361.097 168.16 372.29 156.967 372.29 143.16C372.29 129.353 361.097 118.16 347.29 118.16C333.483 118.16 322.29 129.353 322.29 143.16C322.29 156.967 333.483 168.16 347.29 168.16Z' fill='%230D98A5'/%3E%3Cpath d='M346.38 169.58C360.187 169.58 371.38 158.387 371.38 144.58C371.38 130.773 360.187 119.58 346.38 119.58C332.573 119.58 321.38 130.773 321.38 144.58C321.38 158.387 332.573 169.58 346.38 169.58Z' fill='%230D97A6'/%3E%3Cpath d='M345.47 171C359.277 171 370.47 159.807 370.47 146C370.47 132.193 359.277 121 345.47 121C331.663 121 320.47 132.193 320.47 146C320.47 159.807 331.663 171 345.47 171Z' fill='%230D96A7'/%3E%3Cpath d='M344.57 172.42C358.377 172.42 369.57 161.227 369.57 147.42C369.57 133.613 358.377 122.42 344.57 122.42C330.763 122.42 319.57 133.613 319.57 147.42C319.57 161.227 330.763 172.42 344.57 172.42Z' fill='%230E95A8'/%3E%3Cpath d='M343.67 173.84C357.477 173.84 368.67 162.647 368.67 148.84C368.67 135.033 357.477 123.84 343.67 123.84C329.863 123.84 318.67 135.033 318.67 148.84C318.67 162.647 329.863 173.84 343.67 173.84Z' fill='%230E94A8'/%3E%3Cpath d='M342.77 175.26C356.577 175.26 367.77 164.067 367.77 150.26C367.77 136.453 356.577 125.26 342.77 125.26C328.963 125.26 317.77 136.453 317.77 150.26C317.77 164.067 328.963 175.26 342.77 175.26Z' fill='%230F93A9'/%3E%3Cpath d='M341.87 176.67C355.677 176.67 366.87 165.477 366.87 151.67C366.87 137.863 355.677 126.67 341.87 126.67C328.063 126.67 316.87 137.863 316.87 151.67C316.87 165.477 328.063 176.67 341.87 176.67Z' fill='%230F92AA'/%3E%3Cpath d='M340.97 178.09C354.777 178.09 365.97 166.897 365.97 153.09C365.97 139.283 354.777 128.09 340.97 128.09C327.163 128.09 315.97 139.283 315.97 153.09C315.97 166.897 327.163 178.09 340.97 178.09Z' fill='%230F91AB'/%3E%3Cpath d='M340.08 179.51C353.887 179.51 365.08 168.317 365.08 154.51C365.08 140.703 353.887 129.51 340.08 129.51C326.273 129.51 315.08 140.703 315.08 154.51C315.08 168.317 326.273 179.51 340.08 179.51Z' fill='%231090AC'/%3E%3Cpath d='M339.19 180.92C352.997 180.92 364.19 169.727 364.19 155.92C364.19 142.113 352.997 130.92 339.19 130.92C325.383 130.92 314.19 142.113 314.19 155.92C314.19 169.727 325.383 180.92 339.19 180.92Z' fill='%23108FAD'/%3E%3Cpath d='M338.3 182.34C352.107 182.34 363.3 171.147 363.3 157.34C363.3 143.533 352.107 132.34 338.3 132.34C324.493 132.34 313.3 143.533 313.3 157.34C313.3 171.147 324.493 182.34 338.3 182.34Z' fill='%23118EAE'/%3E%3Cpath d='M337.42 183.75C351.227 183.75 362.42 172.557 362.42 158.75C362.42 144.943 351.227 133.75 337.42 133.75C323.613 133.75 312.42 144.943 312.42 158.75C312.42 172.557 323.613 183.75 337.42 183.75Z' fill='%23118DAF'/%3E%3Cpath d='M336.53 185.16C350.337 185.16 361.53 173.967 361.53 160.16C361.53 146.353 350.337 135.16 336.53 135.16C322.723 135.16 311.53 146.353 311.53 160.16C311.53 173.967 322.723 185.16 336.53 185.16Z' fill='%23118CB0'/%3E%3Cpath d='M335.65 186.57C349.457 186.57 360.65 175.377 360.65 161.57C360.65 147.763 349.457 136.57 335.65 136.57C321.843 136.57 310.65 147.763 310.65 161.57C310.65 175.377 321.843 186.57 335.65 186.57Z' fill='%23128BB1'/%3E%3Cpath d='M334.77 187.99C348.577 187.99 359.77 176.797 359.77 162.99C359.77 149.183 348.577 137.99 334.77 137.99C320.963 137.99 309.77 149.183 309.77 162.99C309.77 176.797 320.963 187.99 334.77 187.99Z' fill='%23128AB1'/%3E%3Cpath d='M333.89 189.4C347.697 189.4 358.89 178.207 358.89 164.4C358.89 150.593 347.697 139.4 333.89 139.4C320.083 139.4 308.89 150.593 308.89 164.4C308.89 178.207 320.083 189.4 333.89 189.4Z' fill='%231389B2'/%3E%3Cpath d='M333.01 190.81C346.817 190.81 358.01 179.617 358.01 165.81C358.01 152.003 346.817 140.81 333.01 140.81C319.203 140.81 308.01 152.003 308.01 165.81C308.01 179.617 319.203 190.81 333.01 190.81Z' fill='%231388B3'/%3E%3Cpath d='M332.13 192.22C345.937 192.22 357.13 181.027 357.13 167.22C357.13 153.413 345.937 142.22 332.13 142.22C318.323 142.22 307.13 153.413 307.13 167.22C307.13 181.027 318.323 192.22 332.13 192.22Z' fill='%231487B4'/%3E%3Cpath d='M331.26 193.62C345.067 193.62 356.26 182.427 356.26 168.62C356.26 154.813 345.067 143.62 331.26 143.62C317.453 143.62 306.26 154.813 306.26 168.62C306.26 182.427 317.453 193.62 331.26 193.62Z' fill='%231486B5'/%3E%3Cpath d='M330.39 195.03C344.197 195.03 355.39 183.837 355.39 170.03C355.39 156.223 344.197 145.03 330.39 145.03C316.583 145.03 305.39 156.223 305.39 170.03C305.39 183.837 316.583 195.03 330.39 195.03Z' fill='%231485B6'/%3E%3Cpath d='M329.52 196.44C343.327 196.44 354.52 185.247 354.52 171.44C354.52 157.633 343.327 146.44 329.52 146.44C315.713 146.44 304.52 157.633 304.52 171.44C304.52 185.247 315.713 196.44 329.52 196.44Z' fill='%231584B7'/%3E%3Cpath d='M328.65 197.84C342.457 197.84 353.65 186.647 353.65 172.84C353.65 159.033 342.457 147.84 328.65 147.84C314.843 147.84 303.65 159.033 303.65 172.84C303.65 186.647 314.843 197.84 328.65 197.84Z' fill='%231583B8'/%3E%3Cpath d='M327.78 199.25C341.587 199.25 352.78 188.057 352.78 174.25C352.78 160.443 341.587 149.25 327.78 149.25C313.973 149.25 302.78 160.443 302.78 174.25C302.78 188.057 313.973 199.25 327.78 199.25Z' fill='%231682B9'/%3E%3Cpath d='M326.91 200.65C340.717 200.65 351.91 189.457 351.91 175.65C351.91 161.843 340.717 150.65 326.91 150.65C313.103 150.65 301.91 161.843 301.91 175.65C301.91 189.457 313.103 200.65 326.91 200.65Z' fill='%231682B9'/%3E%3Cpath d='M326.04 202.05C339.847 202.05 351.04 190.857 351.04 177.05C351.04 163.243 339.847 152.05 326.04 152.05C312.233 152.05 301.04 163.243 301.04 177.05C301.04 190.857 312.233 202.05 326.04 202.05Z' fill='%231681BA'/%3E%3Cpath d='M325.18 203.46C338.987 203.46 350.18 192.267 350.18 178.46C350.18 164.653 338.987 153.46 325.18 153.46C311.373 153.46 300.18 164.653 300.18 178.46C300.18 192.267 311.373 203.46 325.18 203.46Z' fill='%231780BB'/%3E%3Cpath d='M324.31 204.86C338.117 204.86 349.31 193.667 349.31 179.86C349.31 166.053 338.117 154.86 324.31 154.86C310.503 154.86 299.31 166.053 299.31 179.86C299.31 193.667 310.503 204.86 324.31 204.86Z' fill='%23177FBC'/%3E%3Cpath d='M323.45 206.26C337.257 206.26 348.45 195.067 348.45 181.26C348.45 167.453 337.257 156.26 323.45 156.26C309.643 156.26 298.45 167.453 298.45 181.26C298.45 195.067 309.643 206.26 323.45 206.26Z' fill='%23187EBD'/%3E%3Cpath d='M322.59 207.66C336.397 207.66 347.59 196.467 347.59 182.66C347.59 168.853 336.397 157.66 322.59 157.66C308.783 157.66 297.59 168.853 297.59 182.66C297.59 196.467 308.783 207.66 322.59 207.66Z' fill='%23187DBE'/%3E%3Cpath d='M321.73 209.05C335.537 209.05 346.73 197.857 346.73 184.05C346.73 170.243 335.537 159.05 321.73 159.05C307.923 159.05 296.73 170.243 296.73 184.05C296.73 197.857 307.923 209.05 321.73 209.05Z' fill='%23187CBF'/%3E%3Cpath d='M320.87 210.45C334.677 210.45 345.87 199.257 345.87 185.45C345.87 171.643 334.677 160.45 320.87 160.45C307.063 160.45 295.87 171.643 295.87 185.45C295.87 199.257 307.063 210.45 320.87 210.45Z' fill='%23197BC0'/%3E%3Cpath d='M320.01 211.85C333.817 211.85 345.01 200.657 345.01 186.85C345.01 173.043 333.817 161.85 320.01 161.85C306.203 161.85 295.01 173.043 295.01 186.85C295.01 200.657 306.203 211.85 320.01 211.85Z' fill='%23197AC1'/%3E%3Cpath d='M319.15 213.24C332.957 213.24 344.15 202.047 344.15 188.24C344.15 174.433 332.957 163.24 319.15 163.24C305.343 163.24 294.15 174.433 294.15 188.24C294.15 202.047 305.343 213.24 319.15 213.24Z' fill='%231A79C2'/%3E%3Cpath d='M318.29 214.64C332.097 214.64 343.29 203.447 343.29 189.64C343.29 175.833 332.097 164.64 318.29 164.64C304.483 164.64 293.29 175.833 293.29 189.64C293.29 203.447 304.483 214.64 318.29 214.64Z' fill='%231A78C2'/%3E%3Cpath d='M317.44 216.03C331.247 216.03 342.44 204.837 342.44 191.03C342.44 177.223 331.247 166.03 317.44 166.03C303.633 166.03 292.44 177.223 292.44 191.03C292.44 204.837 303.633 216.03 317.44 216.03Z' fill='%231B77C3'/%3E%3Cpath d='M316.58 217.42C330.387 217.42 341.58 206.227 341.58 192.42C341.58 178.613 330.387 167.42 316.58 167.42C302.773 167.42 291.58 178.613 291.58 192.42C291.58 206.227 302.773 217.42 316.58 217.42Z' fill='%231B76C4'/%3E%3Cpath d='M315.72 218.81C329.527 218.81 340.72 207.617 340.72 193.81C340.72 180.003 329.527 168.81 315.72 168.81C301.913 168.81 290.72 180.003 290.72 193.81C290.72 207.617 301.913 218.81 315.72 218.81Z' fill='%231B75C5'/%3E%3Cpath d='M314.87 220.2C328.677 220.2 339.87 209.007 339.87 195.2C339.87 181.393 328.677 170.2 314.87 170.2C301.063 170.2 289.87 181.393 289.87 195.2C289.87 209.007 301.063 220.2 314.87 220.2Z' fill='%231C74C6'/%3E%3Cpath d='M314.01 221.59C327.817 221.59 339.01 210.397 339.01 196.59C339.01 182.783 327.817 171.59 314.01 171.59C300.203 171.59 289.01 182.783 289.01 196.59C289.01 210.397 300.203 221.59 314.01 221.59Z' fill='%231C73C7'/%3E%3Cpath d='M313.16 222.98C326.967 222.98 338.16 211.787 338.16 197.98C338.16 184.173 326.967 172.98 313.16 172.98C299.353 172.98 288.16 184.173 288.16 197.98C288.16 211.787 299.353 222.98 313.16 222.98Z' fill='%231D72C8'/%3E%3Cpath d='M312.31 224.37C326.117 224.37 337.31 213.177 337.31 199.37C337.31 185.563 326.117 174.37 312.31 174.37C298.503 174.37 287.31 185.563 287.31 199.37C287.31 213.177 298.503 224.37 312.31 224.37Z' fill='%231D71C9'/%3E%3Cpath d='M311.45 225.75C325.257 225.75 336.45 214.557 336.45 200.75C336.45 186.943 325.257 175.75 311.45 175.75C297.643 175.75 286.45 186.943 286.45 200.75C286.45 214.557 297.643 225.75 311.45 225.75Z' fill='%231D70CA'/%3E%3Cpath d='M310.6 227.13C324.407 227.13 335.6 215.937 335.6 202.13C335.6 188.323 324.407 177.13 310.6 177.13C296.793 177.13 285.6 188.323 285.6 202.13C285.6 215.937 296.793 227.13 310.6 227.13Z' fill='%231E6FCB'/%3E%3Cpath d='M309.75 228.52C323.557 228.52 334.75 217.327 334.75 203.52C334.75 189.713 323.557 178.52 309.75 178.52C295.943 178.52 284.75 189.713 284.75 203.52C284.75 217.327 295.943 228.52 309.75 228.52Z' fill='%231E6ECB'/%3E%3Cpath d='M308.89 229.9C322.697 229.9 333.89 218.707 333.89 204.9C333.89 191.093 322.697 179.9 308.89 179.9C295.083 179.9 283.89 191.093 283.89 204.9C283.89 218.707 295.083 229.9 308.89 229.9Z' fill='%231F6DCC'/%3E%3Cpath d='M308.04 231.28C321.847 231.28 333.04 220.087 333.04 206.28C333.04 192.473 321.847 181.28 308.04 181.28C294.233 181.28 283.04 192.473 283.04 206.28C283.04 220.087 294.233 231.28 308.04 231.28Z' fill='%231F6CCD'/%3E%3Cpath d='M307.19 232.66C320.997 232.66 332.19 221.467 332.19 207.66C332.19 193.853 320.997 182.66 307.19 182.66C293.383 182.66 282.19 193.853 282.19 207.66C282.19 221.467 293.383 232.66 307.19 232.66Z' fill='%231F6BCE'/%3E%3Cpath d='M306.33 234.04C320.137 234.04 331.33 222.847 331.33 209.04C331.33 195.233 320.137 184.04 306.33 184.04C292.523 184.04 281.33 195.233 281.33 209.04C281.33 222.847 292.523 234.04 306.33 234.04Z' fill='%23206ACF'/%3E%3Cpath d='M305.48 235.42C319.287 235.42 330.48 224.227 330.48 210.42C330.48 196.613 319.287 185.42 305.48 185.42C291.673 185.42 280.48 196.613 280.48 210.42C280.48 224.227 291.673 235.42 305.48 235.42Z' fill='%232069D0'/%3E%3Cpath d='M304.63 236.79C318.437 236.79 329.63 225.597 329.63 211.79C329.63 197.983 318.437 186.79 304.63 186.79C290.823 186.79 279.63 197.983 279.63 211.79C279.63 225.597 290.823 236.79 304.63 236.79Z' fill='%232168D1'/%3E%3Cpath d='M303.77 238.17C317.577 238.17 328.77 226.977 328.77 213.17C328.77 199.363 317.577 188.17 303.77 188.17C289.963 188.17 278.77 199.363 278.77 213.17C278.77 226.977 289.963 238.17 303.77 238.17Z' fill='%232167D2'/%3E%3Cpath d='M302.92 239.54C316.727 239.54 327.92 228.347 327.92 214.54C327.92 200.733 316.727 189.54 302.92 189.54C289.113 189.54 277.92 200.733 277.92 214.54C277.92 228.347 289.113 239.54 302.92 239.54Z' fill='%232266D3'/%3E%3Cpath d='M302.06 240.91C315.867 240.91 327.06 229.717 327.06 215.91C327.06 202.103 315.867 190.91 302.06 190.91C288.253 190.91 277.06 202.103 277.06 215.91C277.06 229.717 288.253 240.91 302.06 240.91Z' fill='%232265D4'/%3E%3Cpath d='M301.21 242.28C315.017 242.28 326.21 231.087 326.21 217.28C326.21 203.473 315.017 192.28 301.21 192.28C287.403 192.28 276.21 203.473 276.21 217.28C276.21 231.087 287.403 242.28 301.21 242.28Z' fill='%232264D4'/%3E%3Cpath d='M300.35 243.65C314.157 243.65 325.35 232.457 325.35 218.65C325.35 204.843 314.157 193.65 300.35 193.65C286.543 193.65 275.35 204.843 275.35 218.65C275.35 232.457 286.543 243.65 300.35 243.65Z' fill='%232363D5'/%3E%3Cpath d='M299.5 245.02C313.307 245.02 324.5 233.827 324.5 220.02C324.5 206.213 313.307 195.02 299.5 195.02C285.693 195.02 274.5 206.213 274.5 220.02C274.5 233.827 285.693 245.02 299.5 245.02Z' fill='%232362D6'/%3E%3Cpath d='M298.64 246.39C312.447 246.39 323.64 235.197 323.64 221.39C323.64 207.583 312.447 196.39 298.64 196.39C284.833 196.39 273.64 207.583 273.64 221.39C273.64 235.197 284.833 246.39 298.64 246.39Z' fill='%232461D7'/%3E%3Cpath d='M295.68 251.1C309.487 251.1 320.68 239.907 320.68 226.1C320.68 212.293 309.487 201.1 295.68 201.1C281.873 201.1 270.68 212.293 270.68 226.1C270.68 239.907 281.873 251.1 295.68 251.1Z' fill='%232460D8'/%3E%3Cpath d='M296.29 250.13C310.097 250.13 321.29 238.937 321.29 225.13C321.29 211.323 310.097 200.13 296.29 200.13C282.483 200.13 271.29 211.323 271.29 225.13C271.29 238.937 282.483 250.13 296.29 250.13Z' fill='%232460D8'/%3E%3Cpath d='M294.8 252.49C308.607 252.49 319.8 241.297 319.8 227.49C319.8 213.683 308.607 202.49 294.8 202.49C280.993 202.49 269.8 213.683 269.8 227.49C269.8 241.297 280.993 252.49 294.8 252.49Z' fill='%232460D8'/%3E%3Cpath d='M293.31 254.85C307.117 254.85 318.31 243.657 318.31 229.85C318.31 216.043 307.117 204.85 293.31 204.85C279.503 204.85 268.31 216.043 268.31 229.85C268.31 243.657 279.503 254.85 293.31 254.85Z' fill='%232460D8'/%3E%3Cpath d='M291.81 257.21C305.617 257.21 316.81 246.017 316.81 232.21C316.81 218.403 305.617 207.21 291.81 207.21C278.003 207.21 266.81 218.403 266.81 232.21C266.81 246.017 278.003 257.21 291.81 257.21Z' fill='%232460D8'/%3E%3Cpath d='M290.31 259.56C304.117 259.56 315.31 248.367 315.31 234.56C315.31 220.753 304.117 209.56 290.31 209.56C276.503 209.56 265.31 220.753 265.31 234.56C265.31 248.367 276.503 259.56 290.31 259.56Z' fill='%232460D8'/%3E%3Cpath d='M288.8 261.91C302.607 261.91 313.8 250.717 313.8 236.91C313.8 223.103 302.607 211.91 288.8 211.91C274.993 211.91 263.8 223.103 263.8 236.91C263.8 250.717 274.993 261.91 288.8 261.91Z' fill='%232460D8'/%3E%3Cpath d='M287.3 264.25C301.107 264.25 312.3 253.057 312.3 239.25C312.3 225.443 301.107 214.25 287.3 214.25C273.493 214.25 262.3 225.443 262.3 239.25C262.3 253.057 273.493 264.25 287.3 264.25Z' fill='%232460D8'/%3E%3Cpath d='M285.78 266.59C299.587 266.59 310.78 255.397 310.78 241.59C310.78 227.783 299.587 216.59 285.78 216.59C271.973 216.59 260.78 227.783 260.78 241.59C260.78 255.397 271.973 266.59 285.78 266.59Z' fill='%232460D8'/%3E%3Cpath d='M284.27 268.93C298.077 268.93 309.27 257.737 309.27 243.93C309.27 230.123 298.077 218.93 284.27 218.93C270.463 218.93 259.27 230.123 259.27 243.93C259.27 257.737 270.463 268.93 284.27 268.93Z' fill='%232460D8'/%3E%3Cpath d='M282.75 271.26C296.557 271.26 307.75 260.067 307.75 246.26C307.75 232.453 296.557 221.26 282.75 221.26C268.943 221.26 257.75 232.453 257.75 246.26C257.75 260.067 268.943 271.26 282.75 271.26Z' fill='%232460D8'/%3E%3Cpath d='M281.22 273.58C295.027 273.58 306.22 262.387 306.22 248.58C306.22 234.773 295.027 223.58 281.22 223.58C267.413 223.58 256.22 234.773 256.22 248.58C256.22 262.387 267.413 273.58 281.22 273.58Z' fill='%232460D8'/%3E%3Cpath d='M279.69 275.9C293.497 275.9 304.69 264.707 304.69 250.9C304.69 237.093 293.497 225.9 279.69 225.9C265.883 225.9 254.69 237.093 254.69 250.9C254.69 264.707 265.883 275.9 279.69 275.9Z' fill='%232460D8'/%3E%3Cpath d='M278.15 278.22C291.957 278.22 303.15 267.027 303.15 253.22C303.15 239.413 291.957 228.22 278.15 228.22C264.343 228.22 253.15 239.413 253.15 253.22C253.15 267.027 264.343 278.22 278.15 278.22Z' fill='%232460D8'/%3E%3Cpath d='M276.61 280.53C290.417 280.53 301.61 269.337 301.61 255.53C301.61 241.723 290.417 230.53 276.61 230.53C262.803 230.53 251.61 241.723 251.61 255.53C251.61 269.337 262.803 280.53 276.61 280.53Z' fill='%232460D8'/%3E%3Cpath d='M275.06 282.84C288.867 282.84 300.06 271.647 300.06 257.84C300.06 244.033 288.867 232.84 275.06 232.84C261.253 232.84 250.06 244.033 250.06 257.84C250.06 271.647 261.253 282.84 275.06 282.84Z' fill='%232460D8'/%3E%3Cpath d='M273.51 285.14C287.317 285.14 298.51 273.947 298.51 260.14C298.51 246.333 287.317 235.14 273.51 235.14C259.703 235.14 248.51 246.333 248.51 260.14C248.51 273.947 259.703 285.14 273.51 285.14Z' fill='%232460D8'/%3E%3Cpath d='M271.95 287.43C285.757 287.43 296.95 276.237 296.95 262.43C296.95 248.623 285.757 237.43 271.95 237.43C258.143 237.43 246.95 248.623 246.95 262.43C246.95 276.237 258.143 287.43 271.95 287.43Z' fill='%232460D8'/%3E%3Cpath d='M270.38 289.72C284.187 289.72 295.38 278.527 295.38 264.72C295.38 250.913 284.187 239.72 270.38 239.72C256.573 239.72 245.38 250.913 245.38 264.72C245.38 278.527 256.573 289.72 270.38 289.72Z' fill='%232460D8'/%3E%3Cpath d='M268.8 292.01C282.607 292.01 293.8 280.817 293.8 267.01C293.8 253.203 282.607 242.01 268.8 242.01C254.993 242.01 243.8 253.203 243.8 267.01C243.8 280.817 254.993 292.01 268.8 292.01Z' fill='%232460D8'/%3E%3Cpath d='M267.22 294.29C281.027 294.29 292.22 283.097 292.22 269.29C292.22 255.483 281.027 244.29 267.22 244.29C253.413 244.29 242.22 255.483 242.22 269.29C242.22 283.097 253.413 294.29 267.22 294.29Z' fill='%232460D8'/%3E%3Cpath d='M265.63 296.56C279.437 296.56 290.63 285.367 290.63 271.56C290.63 257.753 279.437 246.56 265.63 246.56C251.823 246.56 240.63 257.753 240.63 271.56C240.63 285.367 251.823 296.56 265.63 296.56Z' fill='%232460D8'/%3E%3Cpath d='M264.03 298.83C277.837 298.83 289.03 287.637 289.03 273.83C289.03 260.023 277.837 248.83 264.03 248.83C250.223 248.83 239.03 260.023 239.03 273.83C239.03 287.637 250.223 298.83 264.03 298.83Z' fill='%232460D8'/%3E%3Cpath d='M262.42 301.1C276.227 301.1 287.42 289.907 287.42 276.1C287.42 262.293 276.227 251.1 262.42 251.1C248.613 251.1 237.42 262.293 237.42 276.1C237.42 289.907 248.613 301.1 262.42 301.1Z' fill='%232460D8'/%3E%3Cpath d='M260.81 303.36C274.617 303.36 285.81 292.167 285.81 278.36C285.81 264.553 274.617 253.36 260.81 253.36C247.003 253.36 235.81 264.553 235.81 278.36C235.81 292.167 247.003 303.36 260.81 303.36Z' fill='%232460D8'/%3E%3Cpath d='M259.18 305.61C272.987 305.61 284.18 294.417 284.18 280.61C284.18 266.803 272.987 255.61 259.18 255.61C245.373 255.61 234.18 266.803 234.18 280.61C234.18 294.417 245.373 305.61 259.18 305.61Z' fill='%232460D8'/%3E%3Cpath d='M257.55 307.86C271.357 307.86 282.55 296.667 282.55 282.86C282.55 269.053 271.357 257.86 257.55 257.86C243.743 257.86 232.55 269.053 232.55 282.86C232.55 296.667 243.743 307.86 257.55 307.86Z' fill='%232460D8'/%3E%3Cpath d='M255.91 310.1C269.717 310.1 280.91 298.907 280.91 285.1C280.91 271.293 269.717 260.1 255.91 260.1C242.103 260.1 230.91 271.293 230.91 285.1C230.91 298.907 242.103 310.1 255.91 310.1Z' fill='%232460D8'/%3E%3Cpath d='M254.25 312.33C268.057 312.33 279.25 301.137 279.25 287.33C279.25 273.523 268.057 262.33 254.25 262.33C240.443 262.33 229.25 273.523 229.25 287.33C229.25 301.137 240.443 312.33 254.25 312.33Z' fill='%232460D8'/%3E%3Cpath d='M252.59 314.56C266.397 314.56 277.59 303.367 277.59 289.56C277.59 275.753 266.397 264.56 252.59 264.56C238.783 264.56 227.59 275.753 227.59 289.56C227.59 303.367 238.783 314.56 252.59 314.56Z' fill='%232460D8'/%3E%3Cpath d='M250.91 316.79C264.717 316.79 275.91 305.597 275.91 291.79C275.91 277.983 264.717 266.79 250.91 266.79C237.103 266.79 225.91 277.983 225.91 291.79C225.91 305.597 237.103 316.79 250.91 316.79Z' fill='%232460D8'/%3E%3Cpath d='M249.23 319C263.037 319 274.23 307.807 274.23 294C274.23 280.193 263.037 269 249.23 269C235.423 269 224.23 280.193 224.23 294C224.23 307.807 235.423 319 249.23 319Z' fill='%232460D8'/%3E%3Cpath d='M247.53 321.22C261.337 321.22 272.53 310.027 272.53 296.22C272.53 282.413 261.337 271.22 247.53 271.22C233.723 271.22 222.53 282.413 222.53 296.22C222.53 310.027 233.723 321.22 247.53 321.22Z' fill='%232460D8'/%3E%3Cpath d='M245.83 323.42C259.637 323.42 270.83 312.227 270.83 298.42C270.83 284.613 259.637 273.42 245.83 273.42C232.023 273.42 220.83 284.613 220.83 298.42C220.83 312.227 232.023 323.42 245.83 323.42Z' fill='%232460D8'/%3E%3Cpath d='M244.11 325.62C257.917 325.62 269.11 314.427 269.11 300.62C269.11 286.813 257.917 275.62 244.11 275.62C230.303 275.62 219.11 286.813 219.11 300.62C219.11 314.427 230.303 325.62 244.11 325.62Z' fill='%232460D8'/%3E%3Cpath d='M242.38 327.81C256.187 327.81 267.38 316.617 267.38 302.81C267.38 289.003 256.187 277.81 242.38 277.81C228.573 277.81 217.38 289.003 217.38 302.81C217.38 316.617 228.573 327.81 242.38 327.81Z' fill='%232460D8'/%3E%3Cpath d='M240.64 330C254.447 330 265.64 318.807 265.64 305C265.64 291.193 254.447 280 240.64 280C226.833 280 215.64 291.193 215.64 305C215.64 318.807 226.833 330 240.64 330Z' fill='%232460D8'/%3E%3Cpath d='M238.88 332.18C252.687 332.18 263.88 320.987 263.88 307.18C263.88 293.373 252.687 282.18 238.88 282.18C225.073 282.18 213.88 293.373 213.88 307.18C213.88 320.987 225.073 332.18 238.88 332.18Z' fill='%232460D8'/%3E%3Cpath d='M237.11 334.36C250.917 334.36 262.11 323.167 262.11 309.36C262.11 295.553 250.917 284.36 237.11 284.36C223.303 284.36 212.11 295.553 212.11 309.36C212.11 323.167 223.303 334.36 237.11 334.36Z' fill='%232460D8'/%3E%3Cpath d='M235.33 336.52C249.137 336.52 260.33 325.327 260.33 311.52C260.33 297.713 249.137 286.52 235.33 286.52C221.523 286.52 210.33 297.713 210.33 311.52C210.33 325.327 221.523 336.52 235.33 336.52Z' fill='%232460D8'/%3E%3Cpath d='M223.79 350.03C237.597 350.03 248.79 338.837 248.79 325.03C248.79 311.223 237.597 300.03 223.79 300.03C209.983 300.03 198.79 311.223 198.79 325.03C198.79 338.837 209.983 350.03 223.79 350.03Z' fill='%232460D8'/%3E%3Cpath d='M233.12 339.19C246.927 339.19 258.12 327.997 258.12 314.19C258.12 300.383 246.927 289.19 233.12 289.19C219.313 289.19 208.12 300.383 208.12 314.19C208.12 327.997 219.313 339.19 233.12 339.19Z' fill='%232560D8'/%3E%3Cpath d='M232.7 339.69C246.507 339.69 257.7 328.497 257.7 314.69C257.7 300.883 246.507 289.69 232.7 289.69C218.893 289.69 207.7 300.883 207.7 314.69C207.7 328.497 218.893 339.69 232.7 339.69Z' fill='%23265FD8'/%3E%3Cpath d='M232.28 340.19C246.087 340.19 257.28 328.997 257.28 315.19C257.28 301.383 246.087 290.19 232.28 290.19C218.473 290.19 207.28 301.383 207.28 315.19C207.28 328.997 218.473 340.19 232.28 340.19Z' fill='%23275FD9'/%3E%3Cpath d='M231.85 340.69C245.657 340.69 256.85 329.497 256.85 315.69C256.85 301.883 245.657 290.69 231.85 290.69C218.043 290.69 206.85 301.883 206.85 315.69C206.85 329.497 218.043 340.69 231.85 340.69Z' fill='%23285FD9'/%3E%3Cpath d='M231.43 341.19C245.237 341.19 256.43 329.997 256.43 316.19C256.43 302.383 245.237 291.19 231.43 291.19C217.623 291.19 206.43 302.383 206.43 316.19C206.43 329.997 217.623 341.19 231.43 341.19Z' fill='%23295FD9'/%3E%3Cpath d='M231.01 341.69C244.817 341.69 256.01 330.497 256.01 316.69C256.01 302.883 244.817 291.69 231.01 291.69C217.203 291.69 206.01 302.883 206.01 316.69C206.01 330.497 217.203 341.69 231.01 341.69Z' fill='%232A5ED9'/%3E%3Cpath d='M230.59 342.19C244.397 342.19 255.59 330.997 255.59 317.19C255.59 303.383 244.397 292.19 230.59 292.19C216.783 292.19 205.59 303.383 205.59 317.19C205.59 330.997 216.783 342.19 230.59 342.19Z' fill='%232B5ED9'/%3E%3Cpath d='M230.16 342.69C243.967 342.69 255.16 331.497 255.16 317.69C255.16 303.883 243.967 292.69 230.16 292.69C216.353 292.69 205.16 303.883 205.16 317.69C205.16 331.497 216.353 342.69 230.16 342.69Z' fill='%232C5ED9'/%3E%3Cpath d='M229.74 343.19C243.547 343.19 254.74 331.997 254.74 318.19C254.74 304.383 243.547 293.19 229.74 293.19C215.933 293.19 204.74 304.383 204.74 318.19C204.74 331.997 215.933 343.19 229.74 343.19Z' fill='%232D5EDA'/%3E%3Cpath d='M229.31 343.69C243.117 343.69 254.31 332.497 254.31 318.69C254.31 304.883 243.117 293.69 229.31 293.69C215.503 293.69 204.31 304.883 204.31 318.69C204.31 332.497 215.503 343.69 229.31 343.69Z' fill='%232E5DDA'/%3E%3Cpath d='M228.88 344.18C242.687 344.18 253.88 332.987 253.88 319.18C253.88 305.373 242.687 294.18 228.88 294.18C215.073 294.18 203.88 305.373 203.88 319.18C203.88 332.987 215.073 344.18 228.88 344.18Z' fill='%232F5DDA'/%3E%3Cpath d='M228.46 344.68C242.267 344.68 253.46 333.487 253.46 319.68C253.46 305.873 242.267 294.68 228.46 294.68C214.653 294.68 203.46 305.873 203.46 319.68C203.46 333.487 214.653 344.68 228.46 344.68Z' fill='%23305DDA'/%3E%3Cpath d='M228.03 345.18C241.837 345.18 253.03 333.987 253.03 320.18C253.03 306.373 241.837 295.18 228.03 295.18C214.223 295.18 203.03 306.373 203.03 320.18C203.03 333.987 214.223 345.18 228.03 345.18Z' fill='%23315DDA'/%3E%3Cpath d='M227.6 345.67C241.407 345.67 252.6 334.477 252.6 320.67C252.6 306.863 241.407 295.67 227.6 295.67C213.793 295.67 202.6 306.863 202.6 320.67C202.6 334.477 213.793 345.67 227.6 345.67Z' fill='%23325CDB'/%3E%3Cpath d='M227.17 346.17C240.977 346.17 252.17 334.977 252.17 321.17C252.17 307.363 240.977 296.17 227.17 296.17C213.363 296.17 202.17 307.363 202.17 321.17C202.17 334.977 213.363 346.17 227.17 346.17Z' fill='%23335CDB'/%3E%3Cpath d='M226.74 346.67C240.547 346.67 251.74 335.477 251.74 321.67C251.74 307.863 240.547 296.67 226.74 296.67C212.933 296.67 201.74 307.863 201.74 321.67C201.74 335.477 212.933 346.67 226.74 346.67Z' fill='%23345CDB'/%3E%3Cpath d='M226.31 347.16C240.117 347.16 251.31 335.967 251.31 322.16C251.31 308.353 240.117 297.16 226.31 297.16C212.503 297.16 201.31 308.353 201.31 322.16C201.31 335.967 212.503 347.16 226.31 347.16Z' fill='%23355BDB'/%3E%3Cpath d='M225.87 347.66C239.677 347.66 250.87 336.467 250.87 322.66C250.87 308.853 239.677 297.66 225.87 297.66C212.063 297.66 200.87 308.853 200.87 322.66C200.87 336.467 212.063 347.66 225.87 347.66Z' fill='%23365BDB'/%3E%3Cpath d='M225.44 348.15C239.247 348.15 250.44 336.957 250.44 323.15C250.44 309.343 239.247 298.15 225.44 298.15C211.633 298.15 200.44 309.343 200.44 323.15C200.44 336.957 211.633 348.15 225.44 348.15Z' fill='%23375BDC'/%3E%3Cpath d='M225.01 348.65C238.817 348.65 250.01 337.457 250.01 323.65C250.01 309.843 238.817 298.65 225.01 298.65C211.203 298.65 200.01 309.843 200.01 323.65C200.01 337.457 211.203 348.65 225.01 348.65Z' fill='%23385BDC'/%3E%3Cpath d='M224.57 349.14C238.377 349.14 249.57 337.947 249.57 324.14C249.57 310.333 238.377 299.14 224.57 299.14C210.763 299.14 199.57 310.333 199.57 324.14C199.57 337.947 210.763 349.14 224.57 349.14Z' fill='%23395ADC'/%3E%3Cpath d='M224.14 349.64C237.947 349.64 249.14 338.447 249.14 324.64C249.14 310.833 237.947 299.64 224.14 299.64C210.333 299.64 199.14 310.833 199.14 324.64C199.14 338.447 210.333 349.64 224.14 349.64Z' fill='%233A5ADC'/%3E%3Cpath d='M223.7 350.13C237.507 350.13 248.7 338.937 248.7 325.13C248.7 311.323 237.507 300.13 223.7 300.13C209.893 300.13 198.7 311.323 198.7 325.13C198.7 338.937 209.893 350.13 223.7 350.13Z' fill='%233B5ADC'/%3E%3Cpath d='M223.26 350.62C237.067 350.62 248.26 339.427 248.26 325.62C248.26 311.813 237.067 300.62 223.26 300.62C209.453 300.62 198.26 311.813 198.26 325.62C198.26 339.427 209.453 350.62 223.26 350.62Z' fill='%233C5ADC'/%3E%3Cpath d='M222.83 351.11C236.637 351.11 247.83 339.917 247.83 326.11C247.83 312.303 236.637 301.11 222.83 301.11C209.023 301.11 197.83 312.303 197.83 326.11C197.83 339.917 209.023 351.11 222.83 351.11Z' fill='%233D59DD'/%3E%3Cpath d='M222.39 351.61C236.197 351.61 247.39 340.417 247.39 326.61C247.39 312.803 236.197 301.61 222.39 301.61C208.583 301.61 197.39 312.803 197.39 326.61C197.39 340.417 208.583 351.61 222.39 351.61Z' fill='%233E59DD'/%3E%3Cpath d='M221.95 352.1C235.757 352.1 246.95 340.907 246.95 327.1C246.95 313.293 235.757 302.1 221.95 302.1C208.143 302.1 196.95 313.293 196.95 327.1C196.95 340.907 208.143 352.1 221.95 352.1Z' fill='%233F59DD'/%3E%3Cpath d='M221.51 352.59C235.317 352.59 246.51 341.397 246.51 327.59C246.51 313.783 235.317 302.59 221.51 302.59C207.703 302.59 196.51 313.783 196.51 327.59C196.51 341.397 207.703 352.59 221.51 352.59Z' fill='%234058DD'/%3E%3Cpath d='M221.07 353.08C234.877 353.08 246.07 341.887 246.07 328.08C246.07 314.273 234.877 303.08 221.07 303.08C207.263 303.08 196.07 314.273 196.07 328.08C196.07 341.887 207.263 353.08 221.07 353.08Z' fill='%234158DD'/%3E%3Cpath d='M220.62 353.57C234.427 353.57 245.62 342.377 245.62 328.57C245.62 314.763 234.427 303.57 220.62 303.57C206.813 303.57 195.62 314.763 195.62 328.57C195.62 342.377 206.813 353.57 220.62 353.57Z' fill='%234258DE'/%3E%3Cpath d='M220.18 354.06C233.987 354.06 245.18 342.867 245.18 329.06C245.18 315.253 233.987 304.06 220.18 304.06C206.373 304.06 195.18 315.253 195.18 329.06C195.18 342.867 206.373 354.06 220.18 354.06Z' fill='%234358DE'/%3E%3Cpath d='M219.74 354.55C233.547 354.55 244.74 343.357 244.74 329.55C244.74 315.743 233.547 304.55 219.74 304.55C205.933 304.55 194.74 315.743 194.74 329.55C194.74 343.357 205.933 354.55 219.74 354.55Z' fill='%234457DE'/%3E%3Cpath d='M219.29 355.04C233.097 355.04 244.29 343.847 244.29 330.04C244.29 316.233 233.097 305.04 219.29 305.04C205.483 305.04 194.29 316.233 194.29 330.04C194.29 343.847 205.483 355.04 219.29 355.04Z' fill='%234557DE'/%3E%3Cpath d='M218.85 355.53C232.657 355.53 243.85 344.337 243.85 330.53C243.85 316.723 232.657 305.53 218.85 305.53C205.043 305.53 193.85 316.723 193.85 330.53C193.85 344.337 205.043 355.53 218.85 355.53Z' fill='%234657DE'/%3E%3Cpath d='M218.4 356.02C232.207 356.02 243.4 344.827 243.4 331.02C243.4 317.213 232.207 306.02 218.4 306.02C204.593 306.02 193.4 317.213 193.4 331.02C193.4 344.827 204.593 356.02 218.4 356.02Z' fill='%234757DF'/%3E%3Cpath d='M217.95 356.51C231.757 356.51 242.95 345.317 242.95 331.51C242.95 317.703 231.757 306.51 217.95 306.51C204.143 306.51 192.95 317.703 192.95 331.51C192.95 345.317 204.143 356.51 217.95 356.51Z' fill='%234856DF'/%3E%3Cpath d='M217.51 357C231.317 357 242.51 345.807 242.51 332C242.51 318.193 231.317 307 217.51 307C203.703 307 192.51 318.193 192.51 332C192.51 345.807 203.703 357 217.51 357Z' fill='%234956DF'/%3E%3Cpath d='M217.06 357.48C230.867 357.48 242.06 346.287 242.06 332.48C242.06 318.673 230.867 307.48 217.06 307.48C203.253 307.48 192.06 318.673 192.06 332.48C192.06 346.287 203.253 357.48 217.06 357.48Z' fill='%234A56DF'/%3E%3Cpath d='M216.61 357.97C230.417 357.97 241.61 346.777 241.61 332.97C241.61 319.163 230.417 307.97 216.61 307.97C202.803 307.97 191.61 319.163 191.61 332.97C191.61 346.777 202.803 357.97 216.61 357.97Z' fill='%234B56DF'/%3E%3Cpath d='M216.16 358.46C229.967 358.46 241.16 347.267 241.16 333.46C241.16 319.653 229.967 308.46 216.16 308.46C202.353 308.46 191.16 319.653 191.16 333.46C191.16 347.267 202.353 358.46 216.16 358.46Z' fill='%234C55DF'/%3E%3Cpath d='M215.7 358.95C229.507 358.95 240.7 347.757 240.7 333.95C240.7 320.143 229.507 308.95 215.7 308.95C201.893 308.95 190.7 320.143 190.7 333.95C190.7 347.757 201.893 358.95 215.7 358.95Z' fill='%234D55E0'/%3E%3Cpath d='M215.25 359.43C229.057 359.43 240.25 348.237 240.25 334.43C240.25 320.623 229.057 309.43 215.25 309.43C201.443 309.43 190.25 320.623 190.25 334.43C190.25 348.237 201.443 359.43 215.25 359.43Z' fill='%234E55E0'/%3E%3Cpath d='M214.8 359.92C228.607 359.92 239.8 348.727 239.8 334.92C239.8 321.113 228.607 309.92 214.8 309.92C200.993 309.92 189.8 321.113 189.8 334.92C189.8 348.727 200.993 359.92 214.8 359.92Z' fill='%234F54E0'/%3E%3Cpath d='M214.34 360.4C228.147 360.4 239.34 349.207 239.34 335.4C239.34 321.593 228.147 310.4 214.34 310.4C200.533 310.4 189.34 321.593 189.34 335.4C189.34 349.207 200.533 360.4 214.34 360.4Z' fill='%235054E0'/%3E%3Cpath d='M213.89 360.89C227.697 360.89 238.89 349.697 238.89 335.89C238.89 322.083 227.697 310.89 213.89 310.89C200.083 310.89 188.89 322.083 188.89 335.89C188.89 349.697 200.083 360.89 213.89 360.89Z' fill='%235154E0'/%3E%3Cpath d='M213.43 361.37C227.237 361.37 238.43 350.177 238.43 336.37C238.43 322.563 227.237 311.37 213.43 311.37C199.623 311.37 188.43 322.563 188.43 336.37C188.43 350.177 199.623 361.37 213.43 361.37Z' fill='%235254E1'/%3E%3Cpath d='M212.98 361.86C226.787 361.86 237.98 350.667 237.98 336.86C237.98 323.053 226.787 311.86 212.98 311.86C199.173 311.86 187.98 323.053 187.98 336.86C187.98 350.667 199.173 361.86 212.98 361.86Z' fill='%235353E1'/%3E%3Cpath d='M212.52 362.34C226.327 362.34 237.52 351.147 237.52 337.34C237.52 323.533 226.327 312.34 212.52 312.34C198.713 312.34 187.52 323.533 187.52 337.34C187.52 351.147 198.713 362.34 212.52 362.34Z' fill='%235453E1'/%3E%3Cpath d='M212.06 362.82C225.867 362.82 237.06 351.627 237.06 337.82C237.06 324.013 225.867 312.82 212.06 312.82C198.253 312.82 187.06 324.013 187.06 337.82C187.06 351.627 198.253 362.82 212.06 362.82Z' fill='%235553E1'/%3E%3Cpath d='M211.6 363.31C225.407 363.31 236.6 352.117 236.6 338.31C236.6 324.503 225.407 313.31 211.6 313.31C197.793 313.31 186.6 324.503 186.6 338.31C186.6 352.117 197.793 363.31 211.6 363.31Z' fill='%235653E1'/%3E%3Cpath d='M211.14 363.79C224.947 363.79 236.14 352.597 236.14 338.79C236.14 324.983 224.947 313.79 211.14 313.79C197.333 313.79 186.14 324.983 186.14 338.79C186.14 352.597 197.333 363.79 211.14 363.79Z' fill='%235752E2'/%3E%3Cpath d='M210.68 364.27C224.487 364.27 235.68 353.077 235.68 339.27C235.68 325.463 224.487 314.27 210.68 314.27C196.873 314.27 185.68 325.463 185.68 339.27C185.68 353.077 196.873 364.27 210.68 364.27Z' fill='%235852E2'/%3E%3Cpath d='M210.21 364.75C224.017 364.75 235.21 353.557 235.21 339.75C235.21 325.943 224.017 314.75 210.21 314.75C196.403 314.75 185.21 325.943 185.21 339.75C185.21 353.557 196.403 364.75 210.21 364.75Z' fill='%235952E2'/%3E%3Cpath d='M209.75 365.23C223.557 365.23 234.75 354.037 234.75 340.23C234.75 326.423 223.557 315.23 209.75 315.23C195.943 315.23 184.75 326.423 184.75 340.23C184.75 354.037 195.943 365.23 209.75 365.23Z' fill='%235A51E2'/%3E%3Cpath d='M209.29 365.72C223.097 365.72 234.29 354.527 234.29 340.72C234.29 326.913 223.097 315.72 209.29 315.72C195.483 315.72 184.29 326.913 184.29 340.72C184.29 354.527 195.483 365.72 209.29 365.72Z' fill='%235B51E2'/%3E%3Cpath d='M208.82 366.2C222.627 366.2 233.82 355.007 233.82 341.2C233.82 327.393 222.627 316.2 208.82 316.2C195.013 316.2 183.82 327.393 183.82 341.2C183.82 355.007 195.013 366.2 208.82 366.2Z' fill='%235C51E2'/%3E%3Cpath d='M208.36 366.68C222.167 366.68 233.36 355.487 233.36 341.68C233.36 327.873 222.167 316.68 208.36 316.68C194.553 316.68 183.36 327.873 183.36 341.68C183.36 355.487 194.553 366.68 208.36 366.68Z' fill='%235D51E3'/%3E%3Cpath d='M207.89 367.16C221.697 367.16 232.89 355.967 232.89 342.16C232.89 328.353 221.697 317.16 207.89 317.16C194.083 317.16 182.89 328.353 182.89 342.16C182.89 355.967 194.083 367.16 207.89 367.16Z' fill='%235E50E3'/%3E%3Cpath d='M207.42 367.63C221.227 367.63 232.42 356.437 232.42 342.63C232.42 328.823 221.227 317.63 207.42 317.63C193.613 317.63 182.42 328.823 182.42 342.63C182.42 356.437 193.613 367.63 207.42 367.63Z' fill='%235F50E3'/%3E%3Cpath d='M206.95 368.11C220.757 368.11 231.95 356.917 231.95 343.11C231.95 329.303 220.757 318.11 206.95 318.11C193.143 318.11 181.95 329.303 181.95 343.11C181.95 356.917 193.143 368.11 206.95 368.11Z' fill='%236050E3'/%3E%3Cpath d='M206.48 368.59C220.287 368.59 231.48 357.397 231.48 343.59C231.48 329.783 220.287 318.59 206.48 318.59C192.673 318.59 181.48 329.783 181.48 343.59C181.48 357.397 192.673 368.59 206.48 368.59Z' fill='%236150E3'/%3E%3Cpath d='M206.01 369.07C219.817 369.07 231.01 357.877 231.01 344.07C231.01 330.263 219.817 319.07 206.01 319.07C192.203 319.07 181.01 330.263 181.01 344.07C181.01 357.877 192.203 369.07 206.01 369.07Z' fill='%23624FE4'/%3E%3Cpath d='M205.54 369.55C219.347 369.55 230.54 358.357 230.54 344.55C230.54 330.743 219.347 319.55 205.54 319.55C191.733 319.55 180.54 330.743 180.54 344.55C180.54 358.357 191.733 369.55 205.54 369.55Z' fill='%23634FE4'/%3E%3Cpath d='M205.06 370.03C218.867 370.03 230.06 358.837 230.06 345.03C230.06 331.223 218.867 320.03 205.06 320.03C191.253 320.03 180.06 331.223 180.06 345.03C180.06 358.837 191.253 370.03 205.06 370.03Z' fill='%23644FE4'/%3E%3Cpath d='M204.59 370.5C218.397 370.5 229.59 359.307 229.59 345.5C229.59 331.693 218.397 320.5 204.59 320.5C190.783 320.5 179.59 331.693 179.59 345.5C179.59 359.307 190.783 370.5 204.59 370.5Z' fill='%23654FE4'/%3E%3Cpath d='M204.12 370.98C217.927 370.98 229.12 359.787 229.12 345.98C229.12 332.173 217.927 320.98 204.12 320.98C190.313 320.98 179.12 332.173 179.12 345.98C179.12 359.787 190.313 370.98 204.12 370.98Z' fill='%23664EE4'/%3E%3Cpath d='M203.64 371.45C217.447 371.45 228.64 360.257 228.64 346.45C228.64 332.643 217.447 321.45 203.64 321.45C189.833 321.45 178.64 332.643 178.64 346.45C178.64 360.257 189.833 371.45 203.64 371.45Z' fill='%23674EE5'/%3E%3Cpath d='M203.16 371.93C216.967 371.93 228.16 360.737 228.16 346.93C228.16 333.123 216.967 321.93 203.16 321.93C189.353 321.93 178.16 333.123 178.16 346.93C178.16 360.737 189.353 371.93 203.16 371.93Z' fill='%23684EE5'/%3E%3Cpath d='M202.69 372.41C216.497 372.41 227.69 361.217 227.69 347.41C227.69 333.603 216.497 322.41 202.69 322.41C188.883 322.41 177.69 333.603 177.69 347.41C177.69 361.217 188.883 372.41 202.69 372.41Z' fill='%23694DE5'/%3E%3Cpath d='M202.21 372.88C216.017 372.88 227.21 361.687 227.21 347.88C227.21 334.073 216.017 322.88 202.21 322.88C188.403 322.88 177.21 334.073 177.21 347.88C177.21 361.687 188.403 372.88 202.21 372.88Z' fill='%236A4DE5'/%3E%3Cpath d='M201.73 373.35C215.537 373.35 226.73 362.157 226.73 348.35C226.73 334.543 215.537 323.35 201.73 323.35C187.923 323.35 176.73 334.543 176.73 348.35C176.73 362.157 187.923 373.35 201.73 373.35Z' fill='%236B4DE5'/%3E%3Cpath d='M201.25 373.83C215.057 373.83 226.25 362.637 226.25 348.83C226.25 335.023 215.057 323.83 201.25 323.83C187.443 323.83 176.25 335.023 176.25 348.83C176.25 362.637 187.443 373.83 201.25 373.83Z' fill='%236C4DE5'/%3E%3Cpath d='M200.76 374.3C214.567 374.3 225.76 363.107 225.76 349.3C225.76 335.493 214.567 324.3 200.76 324.3C186.953 324.3 175.76 335.493 175.76 349.3C175.76 363.107 186.953 374.3 200.76 374.3Z' fill='%236D4CE6'/%3E%3Cpath d='M200.28 374.78C214.087 374.78 225.28 363.587 225.28 349.78C225.28 335.973 214.087 324.78 200.28 324.78C186.473 324.78 175.28 335.973 175.28 349.78C175.28 363.587 186.473 374.78 200.28 374.78Z' fill='%236E4CE6'/%3E%3Cpath d='M199.8 375.25C213.607 375.25 224.8 364.057 224.8 350.25C224.8 336.443 213.607 325.25 199.8 325.25C185.993 325.25 174.8 336.443 174.8 350.25C174.8 364.057 185.993 375.25 199.8 375.25Z' fill='%236F4CE6'/%3E%3Cpath d='M199.31 375.72C213.117 375.72 224.31 364.527 224.31 350.72C224.31 336.913 213.117 325.72 199.31 325.72C185.503 325.72 174.31 336.913 174.31 350.72C174.31 364.527 185.503 375.72 199.31 375.72Z' fill='%23704CE6'/%3E%3Cpath d='M198.83 376.19C212.637 376.19 223.83 364.997 223.83 351.19C223.83 337.383 212.637 326.19 198.83 326.19C185.023 326.19 173.83 337.383 173.83 351.19C173.83 364.997 185.023 376.19 198.83 376.19Z' fill='%23714BE6'/%3E%3Cpath d='M198.34 376.66C212.147 376.66 223.34 365.467 223.34 351.66C223.34 337.853 212.147 326.66 198.34 326.66C184.533 326.66 173.34 337.853 173.34 351.66C173.34 365.467 184.533 376.66 198.34 376.66Z' fill='%23724BE7'/%3E%3Cpath d='M197.85 377.13C211.657 377.13 222.85 365.937 222.85 352.13C222.85 338.323 211.657 327.13 197.85 327.13C184.043 327.13 172.85 338.323 172.85 352.13C172.85 365.937 184.043 377.13 197.85 377.13Z' fill='%23734BE7'/%3E%3Cpath d='M197.36 377.6C211.167 377.6 222.36 366.407 222.36 352.6C222.36 338.793 211.167 327.6 197.36 327.6C183.553 327.6 172.36 338.793 172.36 352.6C172.36 366.407 183.553 377.6 197.36 377.6Z' fill='%23744AE7'/%3E%3Cpath d='M196.87 378.08C210.677 378.08 221.87 366.887 221.87 353.08C221.87 339.273 210.677 328.08 196.87 328.08C183.063 328.08 171.87 339.273 171.87 353.08C171.87 366.887 183.063 378.08 196.87 378.08Z' fill='%23754AE7'/%3E%3Cpath d='M196.38 378.54C210.187 378.54 221.38 367.347 221.38 353.54C221.38 339.733 210.187 328.54 196.38 328.54C182.573 328.54 171.38 339.733 171.38 353.54C171.38 367.347 182.573 378.54 196.38 378.54Z' fill='%23764AE7'/%3E%3Cpath d='M195.89 379.01C209.697 379.01 220.89 367.817 220.89 354.01C220.89 340.203 209.697 329.01 195.89 329.01C182.083 329.01 170.89 340.203 170.89 354.01C170.89 367.817 182.083 379.01 195.89 379.01Z' fill='%23774AE8'/%3E%3Cpath d='M195.4 379.48C209.207 379.48 220.4 368.287 220.4 354.48C220.4 340.673 209.207 329.48 195.4 329.48C181.593 329.48 170.4 340.673 170.4 354.48C170.4 368.287 181.593 379.48 195.4 379.48Z' fill='%237849E8'/%3E%3Cpath d='M194.9 379.95C208.707 379.95 219.9 368.757 219.9 354.95C219.9 341.143 208.707 329.95 194.9 329.95C181.093 329.95 169.9 341.143 169.9 354.95C169.9 368.757 181.093 379.95 194.9 379.95Z' fill='%237949E8'/%3E%3Cpath d='M194.41 380.42C208.217 380.42 219.41 369.227 219.41 355.42C219.41 341.613 208.217 330.42 194.41 330.42C180.603 330.42 169.41 341.613 169.41 355.42C169.41 369.227 180.603 380.42 194.41 380.42Z' fill='%237A49E8'/%3E%3Cpath d='M193.91 380.89C207.717 380.89 218.91 369.697 218.91 355.89C218.91 342.083 207.717 330.89 193.91 330.89C180.103 330.89 168.91 342.083 168.91 355.89C168.91 369.697 180.103 380.89 193.91 380.89Z' fill='%237B49E8'/%3E%3Cpath d='M193.41 381.35C207.217 381.35 218.41 370.157 218.41 356.35C218.41 342.543 207.217 331.35 193.41 331.35C179.603 331.35 168.41 342.543 168.41 356.35C168.41 370.157 179.603 381.35 193.41 381.35Z' fill='%237C48E8'/%3E%3Cpath d='M192.92 381.82C206.727 381.82 217.92 370.627 217.92 356.82C217.92 343.013 206.727 331.82 192.92 331.82C179.113 331.82 167.92 343.013 167.92 356.82C167.92 370.627 179.113 381.82 192.92 381.82Z' fill='%237D48E9'/%3E%3Cpath d='M192.42 382.29C206.227 382.29 217.42 371.097 217.42 357.29C217.42 343.483 206.227 332.29 192.42 332.29C178.613 332.29 167.42 343.483 167.42 357.29C167.42 371.097 178.613 382.29 192.42 382.29Z' fill='%237E48E9'/%3E%3Cpath d='M191.92 382.75C205.727 382.75 216.92 371.557 216.92 357.75C216.92 343.943 205.727 332.75 191.92 332.75C178.113 332.75 166.92 343.943 166.92 357.75C166.92 371.557 178.113 382.75 191.92 382.75Z' fill='%237F48E9'/%3E%3Cpath d='M191.41 383.22C205.217 383.22 216.41 372.027 216.41 358.22C216.41 344.413 205.217 333.22 191.41 333.22C177.603 333.22 166.41 344.413 166.41 358.22C166.41 372.027 177.603 383.22 191.41 383.22Z' fill='%238047E9'/%3E%3Cpath d='M190.91 383.68C204.717 383.68 215.91 372.487 215.91 358.68C215.91 344.873 204.717 333.68 190.91 333.68C177.103 333.68 165.91 344.873 165.91 358.68C165.91 372.487 177.103 383.68 190.91 383.68Z' fill='%238147E9'/%3E%3Cpath d='M190.41 384.15C204.217 384.15 215.41 372.957 215.41 359.15C215.41 345.343 204.217 334.15 190.41 334.15C176.603 334.15 165.41 345.343 165.41 359.15C165.41 372.957 176.603 384.15 190.41 384.15Z' fill='%238247EA'/%3E%3Cpath d='M189.9 384.61C203.707 384.61 214.9 373.417 214.9 359.61C214.9 345.803 203.707 334.61 189.9 334.61C176.093 334.61 164.9 345.803 164.9 359.61C164.9 373.417 176.093 384.61 189.9 384.61Z' fill='%238346EA'/%3E%3Cpath d='M189.4 385.08C203.207 385.08 214.4 373.887 214.4 360.08C214.4 346.273 203.207 335.08 189.4 335.08C175.593 335.08 164.4 346.273 164.4 360.08C164.4 373.887 175.593 385.08 189.4 385.08Z' fill='%238446EA'/%3E%3Cpath d='M188.89 385.54C202.697 385.54 213.89 374.347 213.89 360.54C213.89 346.733 202.697 335.54 188.89 335.54C175.083 335.54 163.89 346.733 163.89 360.54C163.89 374.347 175.083 385.54 188.89 385.54Z' fill='%238546EA'/%3E%3Cpath d='M188.38 386C202.187 386 213.38 374.807 213.38 361C213.38 347.193 202.187 336 188.38 336C174.573 336 163.38 347.193 163.38 361C163.38 374.807 174.573 386 188.38 386Z' fill='%238646EA'/%3E%3Cpath d='M187.87 386.46C201.677 386.46 212.87 375.267 212.87 361.46C212.87 347.653 201.677 336.46 187.87 336.46C174.063 336.46 162.87 347.653 162.87 361.46C162.87 375.267 174.063 386.46 187.87 386.46Z' fill='%238745EB'/%3E%3Cpath d='M187.36 386.93C201.167 386.93 212.36 375.737 212.36 361.93C212.36 348.123 201.167 336.93 187.36 336.93C173.553 336.93 162.36 348.123 162.36 361.93C162.36 375.737 173.553 386.93 187.36 386.93Z' fill='%238845EB'/%3E%3Cpath d='M186.85 387.39C200.657 387.39 211.85 376.197 211.85 362.39C211.85 348.583 200.657 337.39 186.85 337.39C173.043 337.39 161.85 348.583 161.85 362.39C161.85 376.197 173.043 387.39 186.85 387.39Z' fill='%238945EB'/%3E%3Cpath d='M186.34 387.85C200.147 387.85 211.34 376.657 211.34 362.85C211.34 349.043 200.147 337.85 186.34 337.85C172.533 337.85 161.34 349.043 161.34 362.85C161.34 376.657 172.533 387.85 186.34 387.85Z' fill='%238A45EB'/%3E%3Cpath d='M185.83 388.31C199.637 388.31 210.83 377.117 210.83 363.31C210.83 349.503 199.637 338.31 185.83 338.31C172.023 338.31 160.83 349.503 160.83 363.31C160.83 377.117 172.023 388.31 185.83 388.31Z' fill='%238B44EB'/%3E%3Cpath d='M185.31 388.77C199.117 388.77 210.31 377.577 210.31 363.77C210.31 349.963 199.117 338.77 185.31 338.77C171.503 338.77 160.31 349.963 160.31 363.77C160.31 377.577 171.503 388.77 185.31 388.77Z' fill='%238C44EB'/%3E%3Cpath d='M184.8 389.23C198.607 389.23 209.8 378.037 209.8 364.23C209.8 350.423 198.607 339.23 184.8 339.23C170.993 339.23 159.8 350.423 159.8 364.23C159.8 378.037 170.993 389.23 184.8 389.23Z' fill='%238D44EC'/%3E%3Cpath d='M184.28 389.69C198.087 389.69 209.28 378.497 209.28 364.69C209.28 350.883 198.087 339.69 184.28 339.69C170.473 339.69 159.28 350.883 159.28 364.69C159.28 378.497 170.473 389.69 184.28 389.69Z' fill='%238E43EC'/%3E%3Cpath d='M183.76 390.15C197.567 390.15 208.76 378.957 208.76 365.15C208.76 351.343 197.567 340.15 183.76 340.15C169.953 340.15 158.76 351.343 158.76 365.15C158.76 378.957 169.953 390.15 183.76 390.15Z' fill='%238F43EC'/%3E%3Cpath d='M183.24 390.61C197.047 390.61 208.24 379.417 208.24 365.61C208.24 351.803 197.047 340.61 183.24 340.61C169.433 340.61 158.24 351.803 158.24 365.61C158.24 379.417 169.433 390.61 183.24 390.61Z' fill='%239043EC'/%3E%3Cpath d='M182.72 391.06C196.527 391.06 207.72 379.867 207.72 366.06C207.72 352.253 196.527 341.06 182.72 341.06C168.913 341.06 157.72 352.253 157.72 366.06C157.72 379.867 168.913 391.06 182.72 391.06Z' fill='%239143EC'/%3E%3Cpath d='M182.2 391.52C196.007 391.52 207.2 380.327 207.2 366.52C207.2 352.713 196.007 341.52 182.2 341.52C168.393 341.52 157.2 352.713 157.2 366.52C157.2 380.327 168.393 391.52 182.2 391.52Z' fill='%239242ED'/%3E%3Cpath d='M181.68 391.98C195.487 391.98 206.68 380.787 206.68 366.98C206.68 353.173 195.487 341.98 181.68 341.98C167.873 341.98 156.68 353.173 156.68 366.98C156.68 380.787 167.873 391.98 181.68 391.98Z' fill='%239342ED'/%3E%3Cpath d='M181.15 392.43C194.957 392.43 206.15 381.237 206.15 367.43C206.15 353.623 194.957 342.43 181.15 342.43C167.343 342.43 156.15 353.623 156.15 367.43C156.15 381.237 167.343 392.43 181.15 392.43Z' fill='%239442ED'/%3E%3Cpath d='M180.63 392.89C194.437 392.89 205.63 381.697 205.63 367.89C205.63 354.083 194.437 342.89 180.63 342.89C166.823 342.89 155.63 354.083 155.63 367.89C155.63 381.697 166.823 392.89 180.63 392.89Z' fill='%239542ED'/%3E%3Cpath d='M180.1 393.35C193.907 393.35 205.1 382.157 205.1 368.35C205.1 354.543 193.907 343.35 180.1 343.35C166.293 343.35 155.1 354.543 155.1 368.35C155.1 382.157 166.293 393.35 180.1 393.35Z' fill='%239641ED'/%3E%3Cpath d='M179.58 393.8C193.387 393.8 204.58 382.607 204.58 368.8C204.58 354.993 193.387 343.8 179.58 343.8C165.773 343.8 154.58 354.993 154.58 368.8C154.58 382.607 165.773 393.8 179.58 393.8Z' fill='%239741EE'/%3E%3Cpath d='M179.05 394.26C192.857 394.26 204.05 383.067 204.05 369.26C204.05 355.453 192.857 344.26 179.05 344.26C165.243 344.26 154.05 355.453 154.05 369.26C154.05 383.067 165.243 394.26 179.05 394.26Z' fill='%239841EE'/%3E%3Cpath d='M178.52 394.71C192.327 394.71 203.52 383.517 203.52 369.71C203.52 355.903 192.327 344.71 178.52 344.71C164.713 344.71 153.52 355.903 153.52 369.71C153.52 383.517 164.713 394.71 178.52 394.71Z' fill='%239941EE'/%3E%3Cpath d='M177.99 395.16C191.797 395.16 202.99 383.967 202.99 370.16C202.99 356.353 191.797 345.16 177.99 345.16C164.183 345.16 152.99 356.353 152.99 370.16C152.99 383.967 164.183 395.16 177.99 395.16Z' fill='%239A40EE'/%3E%3Cpath d='M177.46 395.62C191.267 395.62 202.46 384.427 202.46 370.62C202.46 356.813 191.267 345.62 177.46 345.62C163.653 345.62 152.46 356.813 152.46 370.62C152.46 384.427 163.653 395.62 177.46 395.62Z' fill='%239B40EE'/%3E%3Cpath d='M176.92 396.07C190.727 396.07 201.92 384.877 201.92 371.07C201.92 357.263 190.727 346.07 176.92 346.07C163.113 346.07 151.92 357.263 151.92 371.07C151.92 384.877 163.113 396.07 176.92 396.07Z' fill='%239C40EE'/%3E%3Cpath d='M176.39 396.52C190.197 396.52 201.39 385.327 201.39 371.52C201.39 357.713 190.197 346.52 176.39 346.52C162.583 346.52 151.39 357.713 151.39 371.52C151.39 385.327 162.583 396.52 176.39 396.52Z' fill='%239D3FEF'/%3E%3Cpath d='M175.85 396.98C189.657 396.98 200.85 385.787 200.85 371.98C200.85 358.173 189.657 346.98 175.85 346.98C162.043 346.98 150.85 358.173 150.85 371.98C150.85 385.787 162.043 396.98 175.85 396.98Z' fill='%239E3FEF'/%3E%3Cpath d='M175.32 397.43C189.127 397.43 200.32 386.237 200.32 372.43C200.32 358.623 189.127 347.43 175.32 347.43C161.513 347.43 150.32 358.623 150.32 372.43C150.32 386.237 161.513 397.43 175.32 397.43Z' fill='%239F3FEF'/%3E%3Cpath d='M174.78 397.88C188.587 397.88 199.78 386.687 199.78 372.88C199.78 359.073 188.587 347.88 174.78 347.88C160.973 347.88 149.78 359.073 149.78 372.88C149.78 386.687 160.973 397.88 174.78 397.88Z' fill='%23A03FEF'/%3E%3Cpath d='M174.24 398.33C188.047 398.33 199.24 387.137 199.24 373.33C199.24 359.523 188.047 348.33 174.24 348.33C160.433 348.33 149.24 359.523 149.24 373.33C149.24 387.137 160.433 398.33 174.24 398.33Z' fill='%23A13EEF'/%3E%3Cpath d='M173.7 398.78C187.507 398.78 198.7 387.587 198.7 373.78C198.7 359.973 187.507 348.78 173.7 348.78C159.893 348.78 148.7 359.973 148.7 373.78C148.7 387.587 159.893 398.78 173.7 398.78Z' fill='%23A23EF0'/%3E%3Cpath d='M173.16 399.23C186.967 399.23 198.16 388.037 198.16 374.23C198.16 360.423 186.967 349.23 173.16 349.23C159.353 349.23 148.16 360.423 148.16 374.23C148.16 388.037 159.353 399.23 173.16 399.23Z' fill='%23A33EF0'/%3E%3Cpath d='M172.62 399.68C186.427 399.68 197.62 388.487 197.62 374.68C197.62 360.873 186.427 349.68 172.62 349.68C158.813 349.68 147.62 360.873 147.62 374.68C147.62 388.487 158.813 399.68 172.62 399.68Z' fill='%23A43EF0'/%3E%3Cpath d='M172.07 400.13C185.877 400.13 197.07 388.937 197.07 375.13C197.07 361.323 185.877 350.13 172.07 350.13C158.263 350.13 147.07 361.323 147.07 375.13C147.07 388.937 158.263 400.13 172.07 400.13Z' fill='%23A53DF0'/%3E%3Cpath d='M171.53 400.58C185.337 400.58 196.53 389.387 196.53 375.58C196.53 361.773 185.337 350.58 171.53 350.58C157.723 350.58 146.53 361.773 146.53 375.58C146.53 389.387 157.723 400.58 171.53 400.58Z' fill='%23A63DF0'/%3E%3Cpath d='M170.98 401.02C184.787 401.02 195.98 389.827 195.98 376.02C195.98 362.213 184.787 351.02 170.98 351.02C157.173 351.02 145.98 362.213 145.98 376.02C145.98 389.827 157.173 401.02 170.98 401.02Z' fill='%23A73DF1'/%3E%3Cpath d='M170.43 401.47C184.237 401.47 195.43 390.277 195.43 376.47C195.43 362.663 184.237 351.47 170.43 351.47C156.623 351.47 145.43 362.663 145.43 376.47C145.43 390.277 156.623 401.47 170.43 401.47Z' fill='%23A83CF1'/%3E%3Cpath d='M169.89 401.92C183.697 401.92 194.89 390.727 194.89 376.92C194.89 363.113 183.697 351.92 169.89 351.92C156.083 351.92 144.89 363.113 144.89 376.92C144.89 390.727 156.083 401.92 169.89 401.92Z' fill='%23A93CF1'/%3E%3Cpath d='M169.34 402.36C183.147 402.36 194.34 391.167 194.34 377.36C194.34 363.553 183.147 352.36 169.34 352.36C155.533 352.36 144.34 363.553 144.34 377.36C144.34 391.167 155.533 402.36 169.34 402.36Z' fill='%23AA3CF1'/%3E%3Cpath d='M168.79 402.81C182.597 402.81 193.79 391.617 193.79 377.81C193.79 364.003 182.597 352.81 168.79 352.81C154.983 352.81 143.79 364.003 143.79 377.81C143.79 391.617 154.983 402.81 168.79 402.81Z' fill='%23AB3CF1'/%3E%3Cpath d='M168.23 403.26C182.037 403.26 193.23 392.067 193.23 378.26C193.23 364.453 182.037 353.26 168.23 353.26C154.423 353.26 143.23 364.453 143.23 378.26C143.23 392.067 154.423 403.26 168.23 403.26Z' fill='%23AC3BF1'/%3E%3Cpath d='M167.68 403.7C181.487 403.7 192.68 392.507 192.68 378.7C192.68 364.893 181.487 353.7 167.68 353.7C153.873 353.7 142.68 364.893 142.68 378.7C142.68 392.507 153.873 403.7 167.68 403.7Z' fill='%23AD3BF2'/%3E%3Cpath d='M167.13 404.15C180.937 404.15 192.13 392.957 192.13 379.15C192.13 365.343 180.937 354.15 167.13 354.15C153.323 354.15 142.13 365.343 142.13 379.15C142.13 392.957 153.323 404.15 167.13 404.15Z' fill='%23AE3BF2'/%3E%3Cpath d='M166.57 404.59C180.377 404.59 191.57 393.397 191.57 379.59C191.57 365.783 180.377 354.59 166.57 354.59C152.763 354.59 141.57 365.783 141.57 379.59C141.57 393.397 152.763 404.59 166.57 404.59Z' fill='%23AF3BF2'/%3E%3Cpath d='M166.01 405.03C179.817 405.03 191.01 393.837 191.01 380.03C191.01 366.223 179.817 355.03 166.01 355.03C152.203 355.03 141.01 366.223 141.01 380.03C141.01 393.837 152.203 405.03 166.01 405.03Z' fill='%23B03AF2'/%3E%3Cpath d='M165.45 405.48C179.257 405.48 190.45 394.287 190.45 380.48C190.45 366.673 179.257 355.48 165.45 355.48C151.643 355.48 140.45 366.673 140.45 380.48C140.45 394.287 151.643 405.48 165.45 405.48Z' fill='%23B13AF2'/%3E%3Cpath d='M164.89 405.92C178.697 405.92 189.89 394.727 189.89 380.92C189.89 367.113 178.697 355.92 164.89 355.92C151.083 355.92 139.89 367.113 139.89 380.92C139.89 394.727 151.083 405.92 164.89 405.92Z' fill='%23B23AF3'/%3E%3Cpath d='M164.33 406.36C178.137 406.36 189.33 395.167 189.33 381.36C189.33 367.553 178.137 356.36 164.33 356.36C150.523 356.36 139.33 367.553 139.33 381.36C139.33 395.167 150.523 406.36 164.33 406.36Z' fill='%23B33AF3'/%3E%3Cpath d='M163.77 406.8C177.577 406.8 188.77 395.607 188.77 381.8C188.77 367.993 177.577 356.8 163.77 356.8C149.963 356.8 138.77 367.993 138.77 381.8C138.77 395.607 149.963 406.8 163.77 406.8Z' fill='%23B439F3'/%3E%3Cpath d='M163.21 407.24C177.017 407.24 188.21 396.047 188.21 382.24C188.21 368.433 177.017 357.24 163.21 357.24C149.403 357.24 138.21 368.433 138.21 382.24C138.21 396.047 149.403 407.24 163.21 407.24Z' fill='%23B539F3'/%3E%3Cpath d='M162.64 407.69C176.447 407.69 187.64 396.497 187.64 382.69C187.64 368.883 176.447 357.69 162.64 357.69C148.833 357.69 137.64 368.883 137.64 382.69C137.64 396.497 148.833 407.69 162.64 407.69Z' fill='%23B639F3'/%3E%3Cpath d='M162.08 408.13C175.887 408.13 187.08 396.937 187.08 383.13C187.08 369.323 175.887 358.13 162.08 358.13C148.273 358.13 137.08 369.323 137.08 383.13C137.08 396.937 148.273 408.13 162.08 408.13Z' fill='%23B738F4'/%3E%3Cpath d='M161.51 408.57C175.317 408.57 186.51 397.377 186.51 383.57C186.51 369.763 175.317 358.57 161.51 358.57C147.703 358.57 136.51 369.763 136.51 383.57C136.51 397.377 147.703 408.57 161.51 408.57Z' fill='%23B838F4'/%3E%3Cpath d='M160.94 409C174.747 409 185.94 397.807 185.94 384C185.94 370.193 174.747 359 160.94 359C147.133 359 135.94 370.193 135.94 384C135.94 397.807 147.133 409 160.94 409Z' fill='%23B938F4'/%3E%3Cpath d='M160.37 409.44C174.177 409.44 185.37 398.247 185.37 384.44C185.37 370.633 174.177 359.44 160.37 359.44C146.563 359.44 135.37 370.633 135.37 384.44C135.37 398.247 146.563 409.44 160.37 409.44Z' fill='%23BA38F4'/%3E%3Cpath d='M159.8 409.88C173.607 409.88 184.8 398.687 184.8 384.88C184.8 371.073 173.607 359.88 159.8 359.88C145.993 359.88 134.8 371.073 134.8 384.88C134.8 398.687 145.993 409.88 159.8 409.88Z' fill='%23BB37F4'/%3E%3Cpath d='M159.23 410.32C173.037 410.32 184.23 399.127 184.23 385.32C184.23 371.513 173.037 360.32 159.23 360.32C145.423 360.32 134.23 371.513 134.23 385.32C134.23 399.127 145.423 410.32 159.23 410.32Z' fill='%23BC37F4'/%3E%3Cpath d='M158.65 410.76C172.457 410.76 183.65 399.567 183.65 385.76C183.65 371.953 172.457 360.76 158.65 360.76C144.843 360.76 133.65 371.953 133.65 385.76C133.65 399.567 144.843 410.76 158.65 410.76Z' fill='%23BD37F5'/%3E%3Cpath d='M158.08 411.19C171.887 411.19 183.08 399.997 183.08 386.19C183.08 372.383 171.887 361.19 158.08 361.19C144.273 361.19 133.08 372.383 133.08 386.19C133.08 399.997 144.273 411.19 158.08 411.19Z' fill='%23BE37F5'/%3E%3Cpath d='M157.5 411.63C171.307 411.63 182.5 400.437 182.5 386.63C182.5 372.823 171.307 361.63 157.5 361.63C143.693 361.63 132.5 372.823 132.5 386.63C132.5 400.437 143.693 411.63 157.5 411.63Z' fill='%23BF36F5'/%3E%3Cpath d='M156.92 412.07C170.727 412.07 181.92 400.877 181.92 387.07C181.92 373.263 170.727 362.07 156.92 362.07C143.113 362.07 131.92 373.263 131.92 387.07C131.92 400.877 143.113 412.07 156.92 412.07Z' fill='%23C036F5'/%3E%3Cpath d='M156.35 412.5C170.157 412.5 181.35 401.307 181.35 387.5C181.35 373.693 170.157 362.5 156.35 362.5C142.543 362.5 131.35 373.693 131.35 387.5C131.35 401.307 142.543 412.5 156.35 412.5Z' fill='%23C136F5'/%3E%3Cpath d='M155.77 412.94C169.577 412.94 180.77 401.747 180.77 387.94C180.77 374.133 169.577 362.94 155.77 362.94C141.963 362.94 130.77 374.133 130.77 387.94C130.77 401.747 141.963 412.94 155.77 412.94Z' fill='%23C235F6'/%3E%3Cpath d='M155.18 413.37C168.987 413.37 180.18 402.177 180.18 388.37C180.18 374.563 168.987 363.37 155.18 363.37C141.373 363.37 130.18 374.563 130.18 388.37C130.18 402.177 141.373 413.37 155.18 413.37Z' fill='%23C335F6'/%3E%3Cpath d='M154.6 413.81C168.407 413.81 179.6 402.617 179.6 388.81C179.6 375.003 168.407 363.81 154.6 363.81C140.793 363.81 129.6 375.003 129.6 388.81C129.6 402.617 140.793 413.81 154.6 413.81Z' fill='%23C435F6'/%3E%3Cpath d='M154.02 414.24C167.827 414.24 179.02 403.047 179.02 389.24C179.02 375.433 167.827 364.24 154.02 364.24C140.213 364.24 129.02 375.433 129.02 389.24C129.02 403.047 140.213 414.24 154.02 414.24Z' fill='%23C535F6'/%3E%3Cpath d='M153.43 414.67C167.237 414.67 178.43 403.477 178.43 389.67C178.43 375.863 167.237 364.67 153.43 364.67C139.623 364.67 128.43 375.863 128.43 389.67C128.43 403.477 139.623 414.67 153.43 414.67Z' fill='%23C634F6'/%3E%3Cpath d='M152.84 415.1C166.647 415.1 177.84 403.907 177.84 390.1C177.84 376.293 166.647 365.1 152.84 365.1C139.033 365.1 127.84 376.293 127.84 390.1C127.84 403.907 139.033 415.1 152.84 415.1Z' fill='%23C734F7'/%3E%3Cpath d='M152.26 415.54C166.067 415.54 177.26 404.347 177.26 390.54C177.26 376.733 166.067 365.54 152.26 365.54C138.453 365.54 127.26 376.733 127.26 390.54C127.26 404.347 138.453 415.54 152.26 415.54Z' fill='%23C834F7'/%3E%3Cpath d='M151.67 415.97C165.477 415.97 176.67 404.777 176.67 390.97C176.67 377.163 165.477 365.97 151.67 365.97C137.863 365.97 126.67 377.163 126.67 390.97C126.67 404.777 137.863 415.97 151.67 415.97Z' fill='%23C934F7'/%3E%3Cpath d='M151.08 416.4C164.887 416.4 176.08 405.207 176.08 391.4C176.08 377.593 164.887 366.4 151.08 366.4C137.273 366.4 126.08 377.593 126.08 391.4C126.08 405.207 137.273 416.4 151.08 416.4Z' fill='%23CA33F7'/%3E%3Cpath d='M150.48 416.83C164.287 416.83 175.48 405.637 175.48 391.83C175.48 378.023 164.287 366.83 150.48 366.83C136.673 366.83 125.48 378.023 125.48 391.83C125.48 405.637 136.673 416.83 150.48 416.83Z' fill='%23CB33F7'/%3E%3Cpath d='M149.89 417.26C163.697 417.26 174.89 406.067 174.89 392.26C174.89 378.453 163.697 367.26 149.89 367.26C136.083 367.26 124.89 378.453 124.89 392.26C124.89 406.067 136.083 417.26 149.89 417.26Z' fill='%23CC33F7'/%3E%3Cpath d='M149.3 417.69C163.107 417.69 174.3 406.497 174.3 392.69C174.3 378.883 163.107 367.69 149.3 367.69C135.493 367.69 124.3 378.883 124.3 392.69C124.3 406.497 135.493 417.69 149.3 417.69Z' fill='%23CD33F8'/%3E%3Cpath d='M148.7 418.12C162.507 418.12 173.7 406.927 173.7 393.12C173.7 379.313 162.507 368.12 148.7 368.12C134.893 368.12 123.7 379.313 123.7 393.12C123.7 406.927 134.893 418.12 148.7 418.12Z' fill='%23CE32F8'/%3E%3Cpath d='M132.09 429.5C145.897 429.5 157.09 418.307 157.09 404.5C157.09 390.693 145.897 379.5 132.09 379.5C118.283 379.5 107.09 390.693 107.09 404.5C107.09 418.307 118.283 429.5 132.09 429.5Z' fill='%23CF32F8'/%3E%3Cpath d='M147.66 418.86C161.467 418.86 172.66 407.667 172.66 393.86C172.66 380.053 161.467 368.86 147.66 368.86C133.853 368.86 122.66 380.053 122.66 393.86C122.66 407.667 133.853 418.86 147.66 418.86Z' fill='%23CF32F7'/%3E%3Cpath d='M147.23 419.17C161.037 419.17 172.23 407.977 172.23 394.17C172.23 380.363 161.037 369.17 147.23 369.17C133.423 369.17 122.23 380.363 122.23 394.17C122.23 407.977 133.423 419.17 147.23 419.17Z' fill='%23CF32F6'/%3E%3Cpath d='M146.8 419.48C160.607 419.48 171.8 408.287 171.8 394.48C171.8 380.673 160.607 369.48 146.8 369.48C132.993 369.48 121.8 380.673 121.8 394.48C121.8 408.287 132.993 419.48 146.8 419.48Z' fill='%23D032F5'/%3E%3Cpath d='M146.37 419.78C160.177 419.78 171.37 408.587 171.37 394.78C171.37 380.973 160.177 369.78 146.37 369.78C132.563 369.78 121.37 380.973 121.37 394.78C121.37 408.587 132.563 419.78 146.37 419.78Z' fill='%23D032F4'/%3E%3Cpath d='M145.93 420.09C159.737 420.09 170.93 408.897 170.93 395.09C170.93 381.283 159.737 370.09 145.93 370.09C132.123 370.09 120.93 381.283 120.93 395.09C120.93 408.897 132.123 420.09 145.93 420.09Z' fill='%23D032F3'/%3E%3Cpath d='M145.5 420.4C159.307 420.4 170.5 409.207 170.5 395.4C170.5 381.593 159.307 370.4 145.5 370.4C131.693 370.4 120.5 381.593 120.5 395.4C120.5 409.207 131.693 420.4 145.5 420.4Z' fill='%23D032F2'/%3E%3Cpath d='M145.06 420.71C158.867 420.71 170.06 409.517 170.06 395.71C170.06 381.903 158.867 370.71 145.06 370.71C131.253 370.71 120.06 381.903 120.06 395.71C120.06 409.517 131.253 420.71 145.06 420.71Z' fill='%23D032F1'/%3E%3Cpath d='M144.63 421.01C158.437 421.01 169.63 409.817 169.63 396.01C169.63 382.203 158.437 371.01 144.63 371.01C130.823 371.01 119.63 382.203 119.63 396.01C119.63 409.817 130.823 421.01 144.63 421.01Z' fill='%23D032F0'/%3E%3Cpath d='M144.19 421.32C157.997 421.32 169.19 410.127 169.19 396.32C169.19 382.513 157.997 371.32 144.19 371.32C130.383 371.32 119.19 382.513 119.19 396.32C119.19 410.127 130.383 421.32 144.19 421.32Z' fill='%23D132EF'/%3E%3Cpath d='M143.75 421.62C157.557 421.62 168.75 410.427 168.75 396.62C168.75 382.813 157.557 371.62 143.75 371.62C129.943 371.62 118.75 382.813 118.75 396.62C118.75 410.427 129.943 421.62 143.75 421.62Z' fill='%23D132EE'/%3E%3Cpath d='M143.31 421.93C157.117 421.93 168.31 410.737 168.31 396.93C168.31 383.123 157.117 371.93 143.31 371.93C129.503 371.93 118.31 383.123 118.31 396.93C118.31 410.737 129.503 421.93 143.31 421.93Z' fill='%23D132ED'/%3E%3Cpath d='M142.87 422.24C156.677 422.24 167.87 411.047 167.87 397.24C167.87 383.433 156.677 372.24 142.87 372.24C129.063 372.24 117.87 383.433 117.87 397.24C117.87 411.047 129.063 422.24 142.87 422.24Z' fill='%23D131EC'/%3E%3Cpath d='M142.43 422.54C156.237 422.54 167.43 411.347 167.43 397.54C167.43 383.733 156.237 372.54 142.43 372.54C128.623 372.54 117.43 383.733 117.43 397.54C117.43 411.347 128.623 422.54 142.43 422.54Z' fill='%23D131EB'/%3E%3Cpath d='M141.99 422.85C155.797 422.85 166.99 411.657 166.99 397.85C166.99 384.043 155.797 372.85 141.99 372.85C128.183 372.85 116.99 384.043 116.99 397.85C116.99 411.657 128.183 422.85 141.99 422.85Z' fill='%23D131EA'/%3E%3Cpath d='M141.55 423.15C155.357 423.15 166.55 411.957 166.55 398.15C166.55 384.343 155.357 373.15 141.55 373.15C127.743 373.15 116.55 384.343 116.55 398.15C116.55 411.957 127.743 423.15 141.55 423.15Z' fill='%23D231E9'/%3E%3Cpath d='M141.11 423.45C154.917 423.45 166.11 412.257 166.11 398.45C166.11 384.643 154.917 373.45 141.11 373.45C127.303 373.45 116.11 384.643 116.11 398.45C116.11 412.257 127.303 423.45 141.11 423.45Z' fill='%23D231E8'/%3E%3Cpath d='M140.67 423.76C154.477 423.76 165.67 412.567 165.67 398.76C165.67 384.953 154.477 373.76 140.67 373.76C126.863 373.76 115.67 384.953 115.67 398.76C115.67 412.567 126.863 423.76 140.67 423.76Z' fill='%23D231E7'/%3E%3Cpath d='M140.22 424.06C154.027 424.06 165.22 412.867 165.22 399.06C165.22 385.253 154.027 374.06 140.22 374.06C126.413 374.06 115.22 385.253 115.22 399.06C115.22 412.867 126.413 424.06 140.22 424.06Z' fill='%23D231E6'/%3E%3Cpath d='M139.78 424.37C153.587 424.37 164.78 413.177 164.78 399.37C164.78 385.563 153.587 374.37 139.78 374.37C125.973 374.37 114.78 385.563 114.78 399.37C114.78 413.177 125.973 424.37 139.78 424.37Z' fill='%23D231E5'/%3E%3Cpath d='M139.33 424.67C153.137 424.67 164.33 413.477 164.33 399.67C164.33 385.863 153.137 374.67 139.33 374.67C125.523 374.67 114.33 385.863 114.33 399.67C114.33 413.477 125.523 424.67 139.33 424.67Z' fill='%23D331E4'/%3E%3Cpath d='M138.89 424.97C152.697 424.97 163.89 413.777 163.89 399.97C163.89 386.163 152.697 374.97 138.89 374.97C125.083 374.97 113.89 386.163 113.89 399.97C113.89 413.777 125.083 424.97 138.89 424.97Z' fill='%23D331E3'/%3E%3Cpath d='M138.44 425.28C152.247 425.28 163.44 414.087 163.44 400.28C163.44 386.473 152.247 375.28 138.44 375.28C124.633 375.28 113.44 386.473 113.44 400.28C113.44 414.087 124.633 425.28 138.44 425.28Z' fill='%23D331E2'/%3E%3Cpath d='M138 425.58C151.807 425.58 163 414.387 163 400.58C163 386.773 151.807 375.58 138 375.58C124.193 375.58 113 386.773 113 400.58C113 414.387 124.193 425.58 138 425.58Z' fill='%23D331E1'/%3E%3Cpath d='M137.55 425.88C151.357 425.88 162.55 414.687 162.55 400.88C162.55 387.073 151.357 375.88 137.55 375.88C123.743 375.88 112.55 387.073 112.55 400.88C112.55 414.687 123.743 425.88 137.55 425.88Z' fill='%23D331E0'/%3E%3Cpath d='M137.1 426.18C150.907 426.18 162.1 414.987 162.1 401.18C162.1 387.373 150.907 376.18 137.1 376.18C123.293 376.18 112.1 387.373 112.1 401.18C112.1 414.987 123.293 426.18 137.1 426.18Z' fill='%23D331DF'/%3E%3Cpath d='M136.65 426.48C150.457 426.48 161.65 415.287 161.65 401.48C161.65 387.673 150.457 376.48 136.65 376.48C122.843 376.48 111.65 387.673 111.65 401.48C111.65 415.287 122.843 426.48 136.65 426.48Z' fill='%23D431DE'/%3E%3Cpath d='M136.2 426.79C150.007 426.79 161.2 415.597 161.2 401.79C161.2 387.983 150.007 376.79 136.2 376.79C122.393 376.79 111.2 387.983 111.2 401.79C111.2 415.597 122.393 426.79 136.2 426.79Z' fill='%23D431DD'/%3E%3Cpath d='M135.75 427.09C149.557 427.09 160.75 415.897 160.75 402.09C160.75 388.283 149.557 377.09 135.75 377.09C121.943 377.09 110.75 388.283 110.75 402.09C110.75 415.897 121.943 427.09 135.75 427.09Z' fill='%23D431DC'/%3E%3Cpath d='M135.3 427.39C149.107 427.39 160.3 416.197 160.3 402.39C160.3 388.583 149.107 377.39 135.3 377.39C121.493 377.39 110.3 388.583 110.3 402.39C110.3 416.197 121.493 427.39 135.3 427.39Z' fill='%23D431DB'/%3E%3Cpath d='M134.84 427.69C148.647 427.69 159.84 416.497 159.84 402.69C159.84 388.883 148.647 377.69 134.84 377.69C121.033 377.69 109.84 388.883 109.84 402.69C109.84 416.497 121.033 427.69 134.84 427.69Z' fill='%23D431DA'/%3E%3Cpath d='M134.39 427.99C148.197 427.99 159.39 416.797 159.39 402.99C159.39 389.183 148.197 377.99 134.39 377.99C120.583 377.99 109.39 389.183 109.39 402.99C109.39 416.797 120.583 427.99 134.39 427.99Z' fill='%23D431D9'/%3E%3Cpath d='M133.94 428.29C147.747 428.29 158.94 417.097 158.94 403.29C158.94 389.483 147.747 378.29 133.94 378.29C120.133 378.29 108.94 389.483 108.94 403.29C108.94 417.097 120.133 428.29 133.94 428.29Z' fill='%23D531D8'/%3E%3Cpath d='M133.48 428.59C147.287 428.59 158.48 417.397 158.48 403.59C158.48 389.783 147.287 378.59 133.48 378.59C119.673 378.59 108.48 389.783 108.48 403.59C108.48 417.397 119.673 428.59 133.48 428.59Z' fill='%23D531D7'/%3E%3Cpath d='M133.03 428.89C146.837 428.89 158.03 417.697 158.03 403.89C158.03 390.083 146.837 378.89 133.03 378.89C119.223 378.89 108.03 390.083 108.03 403.89C108.03 417.697 119.223 428.89 133.03 428.89Z' fill='%23D531D6'/%3E%3Cpath d='M132.57 429.19C146.377 429.19 157.57 417.997 157.57 404.19C157.57 390.383 146.377 379.19 132.57 379.19C118.763 379.19 107.57 390.383 107.57 404.19C107.57 417.997 118.763 429.19 132.57 429.19Z' fill='%23D531D5'/%3E%3Cpath d='M132.11 429.49C145.917 429.49 157.11 418.297 157.11 404.49C157.11 390.683 145.917 379.49 132.11 379.49C118.303 379.49 107.11 390.683 107.11 404.49C107.11 418.297 118.303 429.49 132.11 429.49Z' fill='%23D530D4'/%3E%3Cpath d='M131.66 429.79C145.467 429.79 156.66 418.597 156.66 404.79C156.66 390.983 145.467 379.79 131.66 379.79C117.853 379.79 106.66 390.983 106.66 404.79C106.66 418.597 117.853 429.79 131.66 429.79Z' fill='%23D530D3'/%3E%3Cpath d='M131.2 430.09C145.007 430.09 156.2 418.897 156.2 405.09C156.2 391.283 145.007 380.09 131.2 380.09C117.393 380.09 106.2 391.283 106.2 405.09C106.2 418.897 117.393 430.09 131.2 430.09Z' fill='%23D630D2'/%3E%3Cpath d='M130.74 430.38C144.547 430.38 155.74 419.187 155.74 405.38C155.74 391.573 144.547 380.38 130.74 380.38C116.933 380.38 105.74 391.573 105.74 405.38C105.74 419.187 116.933 430.38 130.74 430.38Z' fill='%23D630D1'/%3E%3Cpath d='M130.28 430.68C144.087 430.68 155.28 419.487 155.28 405.68C155.28 391.873 144.087 380.68 130.28 380.68C116.473 380.68 105.28 391.873 105.28 405.68C105.28 419.487 116.473 430.68 130.28 430.68Z' fill='%23D630D0'/%3E%3Cpath d='M129.82 430.98C143.627 430.98 154.82 419.787 154.82 405.98C154.82 392.173 143.627 380.98 129.82 380.98C116.013 380.98 104.82 392.173 104.82 405.98C104.82 419.787 116.013 430.98 129.82 430.98Z' fill='%23D630CF'/%3E%3Cpath d='M129.36 431.28C143.167 431.28 154.36 420.087 154.36 406.28C154.36 392.473 143.167 381.28 129.36 381.28C115.553 381.28 104.36 392.473 104.36 406.28C104.36 420.087 115.553 431.28 129.36 431.28Z' fill='%23D630CE'/%3E%3Cpath d='M128.9 431.57C142.707 431.57 153.9 420.377 153.9 406.57C153.9 392.763 142.707 381.57 128.9 381.57C115.093 381.57 103.9 392.763 103.9 406.57C103.9 420.377 115.093 431.57 128.9 431.57Z' fill='%23D730CD'/%3E%3Cpath d='M128.43 431.87C142.237 431.87 153.43 420.677 153.43 406.87C153.43 393.063 142.237 381.87 128.43 381.87C114.623 381.87 103.43 393.063 103.43 406.87C103.43 420.677 114.623 431.87 128.43 431.87Z' fill='%23D730CC'/%3E%3Cpath d='M127.97 432.17C141.777 432.17 152.97 420.977 152.97 407.17C152.97 393.363 141.777 382.17 127.97 382.17C114.163 382.17 102.97 393.363 102.97 407.17C102.97 420.977 114.163 432.17 127.97 432.17Z' fill='%23D730CB'/%3E%3Cpath d='M127.5 432.46C141.307 432.46 152.5 421.267 152.5 407.46C152.5 393.653 141.307 382.46 127.5 382.46C113.693 382.46 102.5 393.653 102.5 407.46C102.5 421.267 113.693 432.46 127.5 432.46Z' fill='%23D730CA'/%3E%3Cpath d='M127.04 432.76C140.847 432.76 152.04 421.567 152.04 407.76C152.04 393.953 140.847 382.76 127.04 382.76C113.233 382.76 102.04 393.953 102.04 407.76C102.04 421.567 113.233 432.76 127.04 432.76Z' fill='%23D730C9'/%3E%3Cpath d='M126.57 433.06C140.377 433.06 151.57 421.867 151.57 408.06C151.57 394.253 140.377 383.06 126.57 383.06C112.763 383.06 101.57 394.253 101.57 408.06C101.57 421.867 112.763 433.06 126.57 433.06Z' fill='%23D730C8'/%3E%3Cpath d='M126.11 433.35C139.917 433.35 151.11 422.157 151.11 408.35C151.11 394.543 139.917 383.35 126.11 383.35C112.303 383.35 101.11 394.543 101.11 408.35C101.11 422.157 112.303 433.35 126.11 433.35Z' fill='%23D830C7'/%3E%3Cpath d='M125.64 433.65C139.447 433.65 150.64 422.457 150.64 408.65C150.64 394.843 139.447 383.65 125.64 383.65C111.833 383.65 100.64 394.843 100.64 408.65C100.64 422.457 111.833 433.65 125.64 433.65Z' fill='%23D830C6'/%3E%3Cpath d='M125.17 433.94C138.977 433.94 150.17 422.747 150.17 408.94C150.17 395.133 138.977 383.94 125.17 383.94C111.363 383.94 100.17 395.133 100.17 408.94C100.17 422.747 111.363 433.94 125.17 433.94Z' fill='%23D830C5'/%3E%3Cpath d='M124.7 434.24C138.507 434.24 149.7 423.047 149.7 409.24C149.7 395.433 138.507 384.24 124.7 384.24C110.893 384.24 99.7002 395.433 99.7002 409.24C99.7002 423.047 110.893 434.24 124.7 434.24Z' fill='%23D830C4'/%3E%3Cpath d='M124.23 434.53C138.037 434.53 149.23 423.337 149.23 409.53C149.23 395.723 138.037 384.53 124.23 384.53C110.423 384.53 99.23 395.723 99.23 409.53C99.23 423.337 110.423 434.53 124.23 434.53Z' fill='%23D830C3'/%3E%3Cpath d='M123.76 434.83C137.567 434.83 148.76 423.637 148.76 409.83C148.76 396.023 137.567 384.83 123.76 384.83C109.953 384.83 98.7598 396.023 98.7598 409.83C98.7598 423.637 109.953 434.83 123.76 434.83Z' fill='%23D830C2'/%3E%3Cpath d='M123.29 435.12C137.097 435.12 148.29 423.927 148.29 410.12C148.29 396.313 137.097 385.12 123.29 385.12C109.483 385.12 98.29 396.313 98.29 410.12C98.29 423.927 109.483 435.12 123.29 435.12Z' fill='%23D930C1'/%3E%3Cpath d='M122.82 435.41C136.627 435.41 147.82 424.217 147.82 410.41C147.82 396.603 136.627 385.41 122.82 385.41C109.013 385.41 97.8198 396.603 97.8198 410.41C97.8198 424.217 109.013 435.41 122.82 435.41Z' fill='%23D930C0'/%3E%3Cpath d='M122.34 435.71C136.147 435.71 147.34 424.517 147.34 410.71C147.34 396.903 136.147 385.71 122.34 385.71C108.533 385.71 97.3398 396.903 97.3398 410.71C97.3398 424.517 108.533 435.71 122.34 435.71Z' fill='%23D930BF'/%3E%3Cpath d='M121.87 436C135.677 436 146.87 424.807 146.87 411C146.87 397.193 135.677 386 121.87 386C108.063 386 96.8701 397.193 96.8701 411C96.8701 424.807 108.063 436 121.87 436Z' fill='%23D930BE'/%3E%3Cpath d='M121.4 436.29C135.207 436.29 146.4 425.097 146.4 411.29C146.4 397.483 135.207 386.29 121.4 386.29C107.593 386.29 96.3999 397.483 96.3999 411.29C96.3999 425.097 107.593 436.29 121.4 436.29Z' fill='%23D92FBD'/%3E%3Cpath d='M120.92 436.58C134.727 436.58 145.92 425.387 145.92 411.58C145.92 397.773 134.727 386.58 120.92 386.58C107.113 386.58 95.9199 397.773 95.9199 411.58C95.9199 425.387 107.113 436.58 120.92 436.58Z' fill='%23DA2FBC'/%3E%3Cpath d='M120.44 436.88C134.247 436.88 145.44 425.687 145.44 411.88C145.44 398.073 134.247 386.88 120.44 386.88C106.633 386.88 95.4399 398.073 95.4399 411.88C95.4399 425.687 106.633 436.88 120.44 436.88Z' fill='%23DA2FBB'/%3E%3Cpath d='M119.97 437.17C133.777 437.17 144.97 425.977 144.97 412.17C144.97 398.363 133.777 387.17 119.97 387.17C106.163 387.17 94.9702 398.363 94.9702 412.17C94.9702 425.977 106.163 437.17 119.97 437.17Z' fill='%23DA2FBA'/%3E%3Cpath d='M119.49 437.46C133.297 437.46 144.49 426.267 144.49 412.46C144.49 398.653 133.297 387.46 119.49 387.46C105.683 387.46 94.4902 398.653 94.4902 412.46C94.4902 426.267 105.683 437.46 119.49 437.46Z' fill='%23DA2FB9'/%3E%3Cpath d='M119.01 437.75C132.817 437.75 144.01 426.557 144.01 412.75C144.01 398.943 132.817 387.75 119.01 387.75C105.203 387.75 94.0098 398.943 94.0098 412.75C94.0098 426.557 105.203 437.75 119.01 437.75Z' fill='%23DA2FB8'/%3E%3Cpath d='M118.53 438.04C132.337 438.04 143.53 426.847 143.53 413.04C143.53 399.233 132.337 388.04 118.53 388.04C104.723 388.04 93.5298 399.233 93.5298 413.04C93.5298 426.847 104.723 438.04 118.53 438.04Z' fill='%23DA2FB7'/%3E%3Cpath d='M118.05 438.33C131.857 438.33 143.05 427.137 143.05 413.33C143.05 399.523 131.857 388.33 118.05 388.33C104.243 388.33 93.0498 399.523 93.0498 413.33C93.0498 427.137 104.243 438.33 118.05 438.33Z' fill='%23DB2FB6'/%3E%3Cpath d='M117.57 438.62C131.377 438.62 142.57 427.427 142.57 413.62C142.57 399.813 131.377 388.62 117.57 388.62C103.763 388.62 92.5698 399.813 92.5698 413.62C92.5698 427.427 103.763 438.62 117.57 438.62Z' fill='%23DB2FB5'/%3E%3Cpath d='M117.09 438.91C130.897 438.91 142.09 427.717 142.09 413.91C142.09 400.103 130.897 388.91 117.09 388.91C103.283 388.91 92.0898 400.103 92.0898 413.91C92.0898 427.717 103.283 438.91 117.09 438.91Z' fill='%23DB2FB4'/%3E%3Cpath d='M116.61 439.2C130.417 439.2 141.61 428.007 141.61 414.2C141.61 400.393 130.417 389.2 116.61 389.2C102.803 389.2 91.6099 400.393 91.6099 414.2C91.6099 428.007 102.803 439.2 116.61 439.2Z' fill='%23DB2FB3'/%3E%3Cpath d='M116.12 439.49C129.927 439.49 141.12 428.297 141.12 414.49C141.12 400.683 129.927 389.49 116.12 389.49C102.313 389.49 91.1201 400.683 91.1201 414.49C91.1201 428.297 102.313 439.49 116.12 439.49Z' fill='%23DB2FB2'/%3E%3Cpath d='M115.64 439.78C129.447 439.78 140.64 428.587 140.64 414.78C140.64 400.973 129.447 389.78 115.64 389.78C101.833 389.78 90.6401 400.973 90.6401 414.78C90.6401 428.587 101.833 439.78 115.64 439.78Z' fill='%23DB2FB1'/%3E%3Cpath d='M115.15 440.07C128.957 440.07 140.15 428.877 140.15 415.07C140.15 401.263 128.957 390.07 115.15 390.07C101.343 390.07 90.1499 401.263 90.1499 415.07C90.1499 428.877 101.343 440.07 115.15 440.07Z' fill='%23DC2FB0'/%3E%3Cpath d='M114.67 440.36C128.477 440.36 139.67 429.167 139.67 415.36C139.67 401.553 128.477 390.36 114.67 390.36C100.863 390.36 89.6699 401.553 89.6699 415.36C89.6699 429.167 100.863 440.36 114.67 440.36Z' fill='%23DC2FAF'/%3E%3Cpath d='M114.18 440.65C127.987 440.65 139.18 429.457 139.18 415.65C139.18 401.843 127.987 390.65 114.18 390.65C100.373 390.65 89.1802 401.843 89.1802 415.65C89.1802 429.457 100.373 440.65 114.18 440.65Z' fill='%23DC2FAE'/%3E%3Cpath d='M113.7 440.94C127.507 440.94 138.7 429.747 138.7 415.94C138.7 402.133 127.507 390.94 113.7 390.94C99.8931 390.94 88.7002 402.133 88.7002 415.94C88.7002 429.747 99.8931 440.94 113.7 440.94Z' fill='%23DC2FAD'/%3E%3Cpath d='M113.21 441.23C127.017 441.23 138.21 430.037 138.21 416.23C138.21 402.423 127.017 391.23 113.21 391.23C99.4028 391.23 88.21 402.423 88.21 416.23C88.21 430.037 99.4028 441.23 113.21 441.23Z' fill='%23DC2FAC'/%3E%3Cpath d='M112.72 441.52C126.527 441.52 137.72 430.327 137.72 416.52C137.72 402.713 126.527 391.52 112.72 391.52C98.9131 391.52 87.7202 402.713 87.7202 416.52C87.7202 430.327 98.9131 441.52 112.72 441.52Z' fill='%23DC2FAB'/%3E%3Cpath d='M112.23 441.8C126.037 441.8 137.23 430.607 137.23 416.8C137.23 402.993 126.037 391.8 112.23 391.8C98.4229 391.8 87.23 402.993 87.23 416.8C87.23 430.607 98.4229 441.8 112.23 441.8Z' fill='%23DD2FAA'/%3E%3Cpath d='M111.74 442.09C125.547 442.09 136.74 430.897 136.74 417.09C136.74 403.283 125.547 392.09 111.74 392.09C97.9331 392.09 86.7402 403.283 86.7402 417.09C86.7402 430.897 97.9331 442.09 111.74 442.09Z' fill='%23DD2FA9'/%3E%3Cpath d='M111.25 442.38C125.057 442.38 136.25 431.187 136.25 417.38C136.25 403.573 125.057 392.38 111.25 392.38C97.4429 392.38 86.25 403.573 86.25 417.38C86.25 431.187 97.4429 442.38 111.25 442.38Z' fill='%23DD2FA8'/%3E%3Cpath d='M110.75 442.66C124.557 442.66 135.75 431.467 135.75 417.66C135.75 403.853 124.557 392.66 110.75 392.66C96.9429 392.66 85.75 403.853 85.75 417.66C85.75 431.467 96.9429 442.66 110.75 442.66Z' fill='%23DD2FA7'/%3E%3Cpath d='M110.26 442.95C124.067 442.95 135.26 431.757 135.26 417.95C135.26 404.143 124.067 392.95 110.26 392.95C96.4526 392.95 85.2598 404.143 85.2598 417.95C85.2598 431.757 96.4526 442.95 110.26 442.95Z' fill='%23DD2EA6'/%3E%3Cpath d='M109.77 443.24C123.577 443.24 134.77 432.047 134.77 418.24C134.77 404.433 123.577 393.24 109.77 393.24C95.9629 393.24 84.77 404.433 84.77 418.24C84.77 432.047 95.9629 443.24 109.77 443.24Z' fill='%23DE2EA5'/%3E%3Cpath d='M109.27 443.52C123.077 443.52 134.27 432.327 134.27 418.52C134.27 404.713 123.077 393.52 109.27 393.52C95.4629 393.52 84.27 404.713 84.27 418.52C84.27 432.327 95.4629 443.52 109.27 443.52Z' fill='%23DE2EA4'/%3E%3Cpath d='M108.78 443.81C122.587 443.81 133.78 432.617 133.78 418.81C133.78 405.003 122.587 393.81 108.78 393.81C94.9727 393.81 83.7798 405.003 83.7798 418.81C83.7798 432.617 94.9727 443.81 108.78 443.81Z' fill='%23DE2EA3'/%3E%3Cpath d='M108.28 444.09C122.087 444.09 133.28 432.897 133.28 419.09C133.28 405.283 122.087 394.09 108.28 394.09C94.4727 394.09 83.2798 405.283 83.2798 419.09C83.2798 432.897 94.4727 444.09 108.28 444.09Z' fill='%23DE2EA2'/%3E%3Cpath d='M107.78 444.38C121.587 444.38 132.78 433.187 132.78 419.38C132.78 405.573 121.587 394.38 107.78 394.38C93.9727 394.38 82.7798 405.573 82.7798 419.38C82.7798 433.187 93.9727 444.38 107.78 444.38Z' fill='%23DE2EA1'/%3E%3Cpath d='M107.29 444.66C121.097 444.66 132.29 433.467 132.29 419.66C132.29 405.853 121.097 394.66 107.29 394.66C93.4829 394.66 82.29 405.853 82.29 419.66C82.29 433.467 93.4829 444.66 107.29 444.66Z' fill='%23DE2EA0'/%3E%3Cpath d='M106.79 444.95C120.597 444.95 131.79 433.757 131.79 419.95C131.79 406.143 120.597 394.95 106.79 394.95C92.9829 394.95 81.79 406.143 81.79 419.95C81.79 433.757 92.9829 444.95 106.79 444.95Z' fill='%23DF2E9F'/%3E%3Cpath d='M106.29 445.23C120.097 445.23 131.29 434.037 131.29 420.23C131.29 406.423 120.097 395.23 106.29 395.23C92.4829 395.23 81.29 406.423 81.29 420.23C81.29 434.037 92.4829 445.23 106.29 445.23Z' fill='%23DF2E9E'/%3E%3Cpath d='M105.79 445.51C119.597 445.51 130.79 434.317 130.79 420.51C130.79 406.703 119.597 395.51 105.79 395.51C91.9829 395.51 80.79 406.703 80.79 420.51C80.79 434.317 91.9829 445.51 105.79 445.51Z' fill='%23DF2E9D'/%3E%3Cpath d='M105.29 445.8C119.097 445.8 130.29 434.607 130.29 420.8C130.29 406.993 119.097 395.8 105.29 395.8C91.4829 395.8 80.29 406.993 80.29 420.8C80.29 434.607 91.4829 445.8 105.29 445.8Z' fill='%23DF2E9C'/%3E%3Cpath d='M104.78 446.08C118.587 446.08 129.78 434.887 129.78 421.08C129.78 407.273 118.587 396.08 104.78 396.08C90.9727 396.08 79.7798 407.273 79.7798 421.08C79.7798 434.887 90.9727 446.08 104.78 446.08Z' fill='%23DF2E9B'/%3E%3Cpath d='M104.28 446.36C118.087 446.36 129.28 435.167 129.28 421.36C129.28 407.553 118.087 396.36 104.28 396.36C90.4727 396.36 79.2798 407.553 79.2798 421.36C79.2798 435.167 90.4727 446.36 104.28 446.36Z' fill='%23DF2E9A'/%3E%3Cpath d='M103.78 446.65C117.587 446.65 128.78 435.457 128.78 421.65C128.78 407.843 117.587 396.65 103.78 396.65C89.9727 396.65 78.7798 407.843 78.7798 421.65C78.7798 435.457 89.9727 446.65 103.78 446.65Z' fill='%23E02E99'/%3E%3Cpath d='M103.27 446.93C117.077 446.93 128.27 435.737 128.27 421.93C128.27 408.123 117.077 396.93 103.27 396.93C89.4629 396.93 78.27 408.123 78.27 421.93C78.27 435.737 89.4629 446.93 103.27 446.93Z' fill='%23E02E98'/%3E%3Cpath d='M102.77 447.21C116.577 447.21 127.77 436.017 127.77 422.21C127.77 408.403 116.577 397.21 102.77 397.21C88.9629 397.21 77.77 408.403 77.77 422.21C77.77 436.017 88.9629 447.21 102.77 447.21Z' fill='%23E02E97'/%3E%3Cpath d='M102.26 447.49C116.067 447.49 127.26 436.297 127.26 422.49C127.26 408.683 116.067 397.49 102.26 397.49C88.4526 397.49 77.2598 408.683 77.2598 422.49C77.2598 436.297 88.4526 447.49 102.26 447.49Z' fill='%23E02E96'/%3E%3Cpath d='M101.75 447.77C115.557 447.77 126.75 436.577 126.75 422.77C126.75 408.963 115.557 397.77 101.75 397.77C87.9429 397.77 76.75 408.963 76.75 422.77C76.75 436.577 87.9429 447.77 101.75 447.77Z' fill='%23E02E95'/%3E%3Cpath d='M101.25 448.06C115.057 448.06 126.25 436.867 126.25 423.06C126.25 409.253 115.057 398.06 101.25 398.06C87.4429 398.06 76.25 409.253 76.25 423.06C76.25 436.867 87.4429 448.06 101.25 448.06Z' fill='%23E12E94'/%3E%3Cpath d='M100.74 448.34C114.547 448.34 125.74 437.147 125.74 423.34C125.74 409.533 114.547 398.34 100.74 398.34C86.9331 398.34 75.7402 409.533 75.7402 423.34C75.7402 437.147 86.9331 448.34 100.74 448.34Z' fill='%23E12E93'/%3E%3Cpath d='M100.23 448.62C114.037 448.62 125.23 437.427 125.23 423.62C125.23 409.813 114.037 398.62 100.23 398.62C86.4229 398.62 75.23 409.813 75.23 423.62C75.23 437.427 86.4229 448.62 100.23 448.62Z' fill='%23E12E92'/%3E%3Cpath d='M99.7202 448.9C113.527 448.9 124.72 437.707 124.72 423.9C124.72 410.093 113.527 398.9 99.7202 398.9C85.9131 398.9 74.7202 410.093 74.7202 423.9C74.7202 437.707 85.9131 448.9 99.7202 448.9Z' fill='%23E12E91'/%3E%3Cpath d='M99.21 449.18C113.017 449.18 124.21 437.987 124.21 424.18C124.21 410.373 113.017 399.18 99.21 399.18C85.4028 399.18 74.21 410.373 74.21 424.18C74.21 437.987 85.4028 449.18 99.21 449.18Z' fill='%23E12E90'/%3E%3Cpath d='M98.6899 449.46C112.497 449.46 123.69 438.267 123.69 424.46C123.69 410.653 112.497 399.46 98.6899 399.46C84.8828 399.46 73.6899 410.653 73.6899 424.46C73.6899 438.267 84.8828 449.46 98.6899 449.46Z' fill='%23E12E8F'/%3E%3Cpath d='M98.1802 449.74C111.987 449.74 123.18 438.547 123.18 424.74C123.18 410.933 111.987 399.74 98.1802 399.74C84.3731 399.74 73.1802 410.933 73.1802 424.74C73.1802 438.547 84.3731 449.74 98.1802 449.74Z' fill='%23E22D8E'/%3E%3Cpath d='M97.6699 450.02C111.477 450.02 122.67 438.827 122.67 425.02C122.67 411.213 111.477 400.02 97.6699 400.02C83.8628 400.02 72.6699 411.213 72.6699 425.02C72.6699 438.827 83.8628 450.02 97.6699 450.02Z' fill='%23E22D8D'/%3E%3Cpath d='M97.1499 450.3C110.957 450.3 122.15 439.107 122.15 425.3C122.15 411.493 110.957 400.3 97.1499 400.3C83.3428 400.3 72.1499 411.493 72.1499 425.3C72.1499 439.107 83.3428 450.3 97.1499 450.3Z' fill='%23E22D8C'/%3E%3Cpath d='M96.6401 450.57C110.447 450.57 121.64 439.377 121.64 425.57C121.64 411.763 110.447 400.57 96.6401 400.57C82.833 400.57 71.6401 411.763 71.6401 425.57C71.6401 439.377 82.833 450.57 96.6401 450.57Z' fill='%23E22D8B'/%3E%3Cpath d='M96.1201 450.85C109.927 450.85 121.12 439.657 121.12 425.85C121.12 412.043 109.927 400.85 96.1201 400.85C82.313 400.85 71.1201 412.043 71.1201 425.85C71.1201 439.657 82.313 450.85 96.1201 450.85Z' fill='%23E22D8A'/%3E%3Cpath d='M95.6001 451.13C109.407 451.13 120.6 439.937 120.6 426.13C120.6 412.323 109.407 401.13 95.6001 401.13C81.793 401.13 70.6001 412.323 70.6001 426.13C70.6001 439.937 81.793 451.13 95.6001 451.13Z' fill='%23E22D89'/%3E%3Cpath d='M95.0801 451.41C108.887 451.41 120.08 440.217 120.08 426.41C120.08 412.603 108.887 401.41 95.0801 401.41C81.273 401.41 70.0801 412.603 70.0801 426.41C70.0801 440.217 81.273 451.41 95.0801 451.41Z' fill='%23E32D88'/%3E%3Cpath d='M94.5601 451.69C108.367 451.69 119.56 440.497 119.56 426.69C119.56 412.883 108.367 401.69 94.5601 401.69C80.7529 401.69 69.5601 412.883 69.5601 426.69C69.5601 440.497 80.7529 451.69 94.5601 451.69Z' fill='%23E32D87'/%3E%3Cpath d='M94.04 451.96C107.847 451.96 119.04 440.767 119.04 426.96C119.04 413.153 107.847 401.96 94.04 401.96C80.2329 401.96 69.04 413.153 69.04 426.96C69.04 440.767 80.2329 451.96 94.04 451.96Z' fill='%23E32D86'/%3E%3Cpath d='M93.52 452.24C107.327 452.24 118.52 441.047 118.52 427.24C118.52 413.433 107.327 402.24 93.52 402.24C79.7129 402.24 68.52 413.433 68.52 427.24C68.52 441.047 79.7129 452.24 93.52 452.24Z' fill='%23E32D85'/%3E%3Cpath d='M93 452.52C106.807 452.52 118 441.327 118 427.52C118 413.713 106.807 402.52 93 402.52C79.1929 402.52 68 413.713 68 427.52C68 441.327 79.1929 452.52 93 452.52Z' fill='%23E32D84'/%3E%3Cpath d='M92.48 452.79C106.287 452.79 117.48 441.597 117.48 427.79C117.48 413.983 106.287 402.79 92.48 402.79C78.6729 402.79 67.48 413.983 67.48 427.79C67.48 441.597 78.6729 452.79 92.48 452.79Z' fill='%23E32D83'/%3E%3Cpath d='M91.96 453.07C105.767 453.07 116.96 441.877 116.96 428.07C116.96 414.263 105.767 403.07 91.96 403.07C78.1528 403.07 66.96 414.263 66.96 428.07C66.96 441.877 78.1528 453.07 91.96 453.07Z' fill='%23E42D82'/%3E%3Cpath d='M91.4302 453.34C105.237 453.34 116.43 442.147 116.43 428.34C116.43 414.533 105.237 403.34 91.4302 403.34C77.6231 403.34 66.4302 414.533 66.4302 428.34C66.4302 442.147 77.6231 453.34 91.4302 453.34Z' fill='%23E42D81'/%3E%3Cpath d='M90.9102 453.62C104.717 453.62 115.91 442.427 115.91 428.62C115.91 414.813 104.717 403.62 90.9102 403.62C77.103 403.62 65.9102 414.813 65.9102 428.62C65.9102 442.427 77.103 453.62 90.9102 453.62Z' fill='%23E42D80'/%3E%3Cpath d='M90.3799 453.89C104.187 453.89 115.38 442.697 115.38 428.89C115.38 415.083 104.187 403.89 90.3799 403.89C76.5728 403.89 65.3799 415.083 65.3799 428.89C65.3799 442.697 76.5728 453.89 90.3799 453.89Z' fill='%23E42D7F'/%3E%3Cpath d='M89.8501 454.17C103.657 454.17 114.85 442.977 114.85 429.17C114.85 415.363 103.657 404.17 89.8501 404.17C76.043 404.17 64.8501 415.363 64.8501 429.17C64.8501 442.977 76.043 454.17 89.8501 454.17Z' fill='%23E42D7E'/%3E%3Cpath d='M89.3301 454.44C103.137 454.44 114.33 443.247 114.33 429.44C114.33 415.633 103.137 404.44 89.3301 404.44C75.523 404.44 64.3301 415.633 64.3301 429.44C64.3301 443.247 75.523 454.44 89.3301 454.44Z' fill='%23E52D7D'/%3E%3Cpath d='M88.7998 454.72C102.607 454.72 113.8 443.527 113.8 429.72C113.8 415.913 102.607 404.72 88.7998 404.72C74.9927 404.72 63.7998 415.913 63.7998 429.72C63.7998 443.527 74.9927 454.72 88.7998 454.72Z' fill='%23E52D7C'/%3E%3Cpath d='M88.27 454.99C102.077 454.99 113.27 443.797 113.27 429.99C113.27 416.183 102.077 404.99 88.27 404.99C74.4629 404.99 63.27 416.183 63.27 429.99C63.27 443.797 74.4629 454.99 88.27 454.99Z' fill='%23E52D7B'/%3E%3Cpath d='M87.7402 455.27C101.547 455.27 112.74 444.077 112.74 430.27C112.74 416.463 101.547 405.27 87.7402 405.27C73.9331 405.27 62.7402 416.463 62.7402 430.27C62.7402 444.077 73.9331 455.27 87.7402 455.27Z' fill='%23E52D7A'/%3E%3Cpath d='M87.21 455.54C101.017 455.54 112.21 444.347 112.21 430.54C112.21 416.733 101.017 405.54 87.21 405.54C73.4028 405.54 62.21 416.733 62.21 430.54C62.21 444.347 73.4028 455.54 87.21 455.54Z' fill='%23E52D79'/%3E%3Cpath d='M86.6699 455.81C100.477 455.81 111.67 444.617 111.67 430.81C111.67 417.003 100.477 405.81 86.6699 405.81C72.8628 405.81 61.6699 417.003 61.6699 430.81C61.6699 444.617 72.8628 455.81 86.6699 455.81Z' fill='%23E52D78'/%3E%3Cpath d='M86.1401 456.08C99.9473 456.08 111.14 444.887 111.14 431.08C111.14 417.273 99.9473 406.08 86.1401 406.08C72.333 406.08 61.1401 417.273 61.1401 431.08C61.1401 444.887 72.333 456.08 86.1401 456.08Z' fill='%23E62C77'/%3E%3Cpath d='M85.6099 456.36C99.417 456.36 110.61 445.167 110.61 431.36C110.61 417.553 99.417 406.36 85.6099 406.36C71.8027 406.36 60.6099 417.553 60.6099 431.36C60.6099 445.167 71.8027 456.36 85.6099 456.36Z' fill='%23E62C76'/%3E%3Cpath d='M85.0698 456.63C98.8769 456.63 110.07 445.437 110.07 431.63C110.07 417.823 98.8769 406.63 85.0698 406.63C71.2627 406.63 60.0698 417.823 60.0698 431.63C60.0698 445.437 71.2627 456.63 85.0698 456.63Z' fill='%23E62C75'/%3E%3Cpath d='M84.54 456.9C98.3472 456.9 109.54 445.707 109.54 431.9C109.54 418.093 98.3472 406.9 84.54 406.9C70.7329 406.9 59.54 418.093 59.54 431.9C59.54 445.707 70.7329 456.9 84.54 456.9Z' fill='%23E62C74'/%3E%3Cpath d='M84 457.17C97.8071 457.17 109 445.977 109 432.17C109 418.363 97.8071 407.17 84 407.17C70.1929 407.17 59 418.363 59 432.17C59 445.977 70.1929 457.17 84 457.17Z' fill='%23E62C73'/%3E%3Cpath d='M83.46 457.44C97.2671 457.44 108.46 446.247 108.46 432.44C108.46 418.633 97.2671 407.44 83.46 407.44C69.6528 407.44 58.46 418.633 58.46 432.44C58.46 446.247 69.6528 457.44 83.46 457.44Z' fill='%23E62C72'/%3E%3Cpath d='M82.9302 457.71C96.7373 457.71 107.93 446.517 107.93 432.71C107.93 418.903 96.7373 407.71 82.9302 407.71C69.1231 407.71 57.9302 418.903 57.9302 432.71C57.9302 446.517 69.1231 457.71 82.9302 457.71Z' fill='%23E72C71'/%3E%3Cpath d='M82.3901 457.98C96.1973 457.98 107.39 446.787 107.39 432.98C107.39 419.173 96.1973 407.98 82.3901 407.98C68.583 407.98 57.3901 419.173 57.3901 432.98C57.3901 446.787 68.583 457.98 82.3901 457.98Z' fill='%23E72C70'/%3E%3Cpath d='M81.8501 458.25C95.6572 458.25 106.85 447.057 106.85 433.25C106.85 419.443 95.6572 408.25 81.8501 408.25C68.043 408.25 56.8501 419.443 56.8501 433.25C56.8501 447.057 68.043 458.25 81.8501 458.25Z' fill='%23E72C6F'/%3E%3Cpath d='M81.3101 458.52C95.1172 458.52 106.31 447.327 106.31 433.52C106.31 419.713 95.1172 408.52 81.3101 408.52C67.5029 408.52 56.3101 419.713 56.3101 433.52C56.3101 447.327 67.5029 458.52 81.3101 458.52Z' fill='%23E72C6E'/%3E%3Cpath d='M80.7598 458.79C94.5669 458.79 105.76 447.597 105.76 433.79C105.76 419.983 94.5669 408.79 80.7598 408.79C66.9527 408.79 55.7598 419.983 55.7598 433.79C55.7598 447.597 66.9527 458.79 80.7598 458.79Z' fill='%23E72C6D'/%3E%3Cpath d='M80.2202 459.06C94.0273 459.06 105.22 447.867 105.22 434.06C105.22 420.253 94.0273 409.06 80.2202 409.06C66.4131 409.06 55.2202 420.253 55.2202 434.06C55.2202 447.867 66.4131 459.06 80.2202 459.06Z' fill='%23E82C6C'/%3E%3Cpath d='M79.6802 459.33C93.4873 459.33 104.68 448.137 104.68 434.33C104.68 420.523 93.4873 409.33 79.6802 409.33C65.8731 409.33 54.6802 420.523 54.6802 434.33C54.6802 448.137 65.8731 459.33 79.6802 459.33Z' fill='%23E82C6B'/%3E%3Cpath d='M79.1299 459.6C92.937 459.6 104.13 448.407 104.13 434.6C104.13 420.793 92.937 409.6 79.1299 409.6C65.3228 409.6 54.1299 420.793 54.1299 434.6C54.1299 448.407 65.3228 459.6 79.1299 459.6Z' fill='%23E82C6A'/%3E%3Cpath d='M78.5898 459.87C92.397 459.87 103.59 448.677 103.59 434.87C103.59 421.063 92.397 409.87 78.5898 409.87C64.7827 409.87 53.5898 421.063 53.5898 434.87C53.5898 448.677 64.7827 459.87 78.5898 459.87Z' fill='%23E82C69'/%3E%3Cpath d='M78.04 460.14C91.8472 460.14 103.04 448.947 103.04 435.14C103.04 421.333 91.8472 410.14 78.04 410.14C64.2329 410.14 53.04 421.333 53.04 435.14C53.04 448.947 64.2329 460.14 78.04 460.14Z' fill='%23E82C68'/%3E%3Cpath d='M77.4902 460.41C91.2973 460.41 102.49 449.217 102.49 435.41C102.49 421.603 91.2973 410.41 77.4902 410.41C63.6831 410.41 52.4902 421.603 52.4902 435.41C52.4902 449.217 63.6831 460.41 77.4902 460.41Z' fill='%23E82C67'/%3E%3Cpath d='M76.9502 460.67C90.7573 460.67 101.95 449.477 101.95 435.67C101.95 421.863 90.7573 410.67 76.9502 410.67C63.1431 410.67 51.9502 421.863 51.9502 435.67C51.9502 449.477 63.1431 460.67 76.9502 460.67Z' fill='%23E92C66'/%3E%3Cpath d='M76.3999 460.94C90.207 460.94 101.4 449.747 101.4 435.94C101.4 422.133 90.207 410.94 76.3999 410.94C62.5928 410.94 51.3999 422.133 51.3999 435.94C51.3999 449.747 62.5928 460.94 76.3999 460.94Z' fill='%23E92C65'/%3E%3Cpath d='M75.8501 461.21C89.6572 461.21 100.85 450.017 100.85 436.21C100.85 422.403 89.6572 411.21 75.8501 411.21C62.043 411.21 50.8501 422.403 50.8501 436.21C50.8501 450.017 62.043 461.21 75.8501 461.21Z' fill='%23E92C64'/%3E%3Cpath d='M75.2998 461.48C89.1069 461.48 100.3 450.287 100.3 436.48C100.3 422.673 89.1069 411.48 75.2998 411.48C61.4927 411.48 50.2998 422.673 50.2998 436.48C50.2998 450.287 61.4927 461.48 75.2998 461.48Z' fill='%23E92C63'/%3E%3Cpath d='M74.7402 461.74C88.5473 461.74 99.7402 450.547 99.7402 436.74C99.7402 422.933 88.5473 411.74 74.7402 411.74C60.9331 411.74 49.7402 422.933 49.7402 436.74C49.7402 450.547 60.9331 461.74 74.7402 461.74Z' fill='%23E92C62'/%3E%3Cpath d='M74.1899 462.01C87.9971 462.01 99.1899 450.817 99.1899 437.01C99.1899 423.203 87.9971 412.01 74.1899 412.01C60.3828 412.01 49.1899 423.203 49.1899 437.01C49.1899 450.817 60.3828 462.01 74.1899 462.01Z' fill='%23E92C61'/%3E%3Cpath d='M73.6401 462.27C87.4473 462.27 98.6401 451.077 98.6401 437.27C98.6401 423.463 87.4473 412.27 73.6401 412.27C59.833 412.27 48.6401 423.463 48.6401 437.27C48.6401 451.077 59.833 462.27 73.6401 462.27Z' fill='%23EA2C60'/%3E%3Cpath d='M73.0801 462.54C86.8872 462.54 98.0801 451.347 98.0801 437.54C98.0801 423.733 86.8872 412.54 73.0801 412.54C59.273 412.54 48.0801 423.733 48.0801 437.54C48.0801 451.347 59.273 462.54 73.0801 462.54Z' fill='%23EA2B5F'/%3E%3Cpath d='M72.5298 462.8C86.3369 462.8 97.5298 451.607 97.5298 437.8C97.5298 423.993 86.3369 412.8 72.5298 412.8C58.7227 412.8 47.5298 423.993 47.5298 437.8C47.5298 451.607 58.7227 462.8 72.5298 462.8Z' fill='%23EA2B5E'/%3E%3Cpath d='M71.9702 463.07C85.7773 463.07 96.9702 451.877 96.9702 438.07C96.9702 424.263 85.7773 413.07 71.9702 413.07C58.1631 413.07 46.9702 424.263 46.9702 438.07C46.9702 451.877 58.1631 463.07 71.9702 463.07Z' fill='%23EA2B5D'/%3E%3Cpath d='M71.4102 463.33C85.2173 463.33 96.4102 452.137 96.4102 438.33C96.4102 424.523 85.2173 413.33 71.4102 413.33C57.603 413.33 46.4102 424.523 46.4102 438.33C46.4102 452.137 57.603 463.33 71.4102 463.33Z' fill='%23EA2B5C'/%3E%3Cpath d='M70.8501 463.6C84.6572 463.6 95.8501 452.407 95.8501 438.6C95.8501 424.793 84.6572 413.6 70.8501 413.6C57.043 413.6 45.8501 424.793 45.8501 438.6C45.8501 452.407 57.043 463.6 70.8501 463.6Z' fill='%23EB2B5B'/%3E%3Cpath d='M70.2998 463.86C84.1069 463.86 95.2998 452.667 95.2998 438.86C95.2998 425.053 84.1069 413.86 70.2998 413.86C56.4927 413.86 45.2998 425.053 45.2998 438.86C45.2998 452.667 56.4927 463.86 70.2998 463.86Z' fill='%23EB2B5A'/%3E%3Cpath d='M69.7402 464.13C83.5473 464.13 94.7402 452.937 94.7402 439.13C94.7402 425.323 83.5473 414.13 69.7402 414.13C55.9331 414.13 44.7402 425.323 44.7402 439.13C44.7402 452.937 55.9331 464.13 69.7402 464.13Z' fill='%23EB2B59'/%3E%3Cpath d='M69.1699 464.39C82.977 464.39 94.1699 453.197 94.1699 439.39C94.1699 425.583 82.977 414.39 69.1699 414.39C55.3628 414.39 44.1699 425.583 44.1699 439.39C44.1699 453.197 55.3628 464.39 69.1699 464.39Z' fill='%23EB2B58'/%3E%3Cpath d='M68.6099 464.65C82.417 464.65 93.6099 453.457 93.6099 439.65C93.6099 425.843 82.417 414.65 68.6099 414.65C54.8027 414.65 43.6099 425.843 43.6099 439.65C43.6099 453.457 54.8027 464.65 68.6099 464.65Z' fill='%23EB2B57'/%3E%3Cpath d='M68.0498 464.91C81.8569 464.91 93.0498 453.717 93.0498 439.91C93.0498 426.103 81.8569 414.91 68.0498 414.91C54.2427 414.91 43.0498 426.103 43.0498 439.91C43.0498 453.717 54.2427 464.91 68.0498 464.91Z' fill='%23EB2B56'/%3E%3Cpath d='M67.4902 465.18C81.2973 465.18 92.4902 453.987 92.4902 440.18C92.4902 426.373 81.2973 415.18 67.4902 415.18C53.6831 415.18 42.4902 426.373 42.4902 440.18C42.4902 453.987 53.6831 465.18 67.4902 465.18Z' fill='%23EC2B55'/%3E%3Cpath d='M66.9199 465.44C80.727 465.44 91.9199 454.247 91.9199 440.44C91.9199 426.633 80.727 415.44 66.9199 415.44C53.1128 415.44 41.9199 426.633 41.9199 440.44C41.9199 454.247 53.1128 465.44 66.9199 465.44Z' fill='%23EC2B54'/%3E%3Cpath d='M66.3599 465.7C80.167 465.7 91.3599 454.507 91.3599 440.7C91.3599 426.893 80.167 415.7 66.3599 415.7C52.5527 415.7 41.3599 426.893 41.3599 440.7C41.3599 454.507 52.5527 465.7 66.3599 465.7Z' fill='%23EC2B53'/%3E%3Cpath d='M65.79 465.96C79.5972 465.96 90.79 454.767 90.79 440.96C90.79 427.153 79.5972 415.96 65.79 415.96C51.9829 415.96 40.79 427.153 40.79 440.96C40.79 454.767 51.9829 465.96 65.79 465.96Z' fill='%23EC2B52'/%3E%3Cpath d='M65.2202 466.22C79.0273 466.22 90.2202 455.027 90.2202 441.22C90.2202 427.413 79.0273 416.22 65.2202 416.22C51.4131 416.22 40.2202 427.413 40.2202 441.22C40.2202 455.027 51.4131 466.22 65.2202 466.22Z' fill='%23EC2B51'/%3E%3Cpath d='M64.6499 466.48C78.457 466.48 89.6499 455.287 89.6499 441.48C89.6499 427.673 78.457 416.48 64.6499 416.48C50.8428 416.48 39.6499 427.673 39.6499 441.48C39.6499 455.287 50.8428 466.48 64.6499 466.48Z' fill='%23EC2B50'/%3E%3Cpath d='M64.0801 466.74C77.8872 466.74 89.0801 455.547 89.0801 441.74C89.0801 427.933 77.8872 416.74 64.0801 416.74C50.273 416.74 39.0801 427.933 39.0801 441.74C39.0801 455.547 50.273 466.74 64.0801 466.74Z' fill='%23ED2B4F'/%3E%3Cpath d='M63.5098 467C77.3169 467 88.5098 455.807 88.5098 442C88.5098 428.193 77.3169 417 63.5098 417C49.7026 417 38.5098 428.193 38.5098 442C38.5098 455.807 49.7026 467 63.5098 467Z' fill='%23ED2B4E'/%3E%3Cpath d='M62.9399 467.26C76.7471 467.26 87.9399 456.067 87.9399 442.26C87.9399 428.453 76.7471 417.26 62.9399 417.26C49.1328 417.26 37.9399 428.453 37.9399 442.26C37.9399 456.067 49.1328 467.26 62.9399 467.26Z' fill='%23ED2B4D'/%3E%3Cpath d='M62.3701 467.52C76.1772 467.52 87.3701 456.327 87.3701 442.52C87.3701 428.713 76.1772 417.52 62.3701 417.52C48.563 417.52 37.3701 428.713 37.3701 442.52C37.3701 456.327 48.563 467.52 62.3701 467.52Z' fill='%23ED2B4C'/%3E%3Cpath d='M61.7998 467.78C75.6069 467.78 86.7998 456.587 86.7998 442.78C86.7998 428.973 75.6069 417.78 61.7998 417.78C47.9927 417.78 36.7998 428.973 36.7998 442.78C36.7998 456.587 47.9927 467.78 61.7998 467.78Z' fill='%23ED2B4B'/%3E%3Cpath d='M61.2202 468.04C75.0273 468.04 86.2202 456.847 86.2202 443.04C86.2202 429.233 75.0273 418.04 61.2202 418.04C47.4131 418.04 36.2202 429.233 36.2202 443.04C36.2202 456.847 47.4131 468.04 61.2202 468.04Z' fill='%23ED2B4A'/%3E%3Cpath d='M60.6499 468.3C74.457 468.3 85.6499 457.107 85.6499 443.3C85.6499 429.493 74.457 418.3 60.6499 418.3C46.8428 418.3 35.6499 429.493 35.6499 443.3C35.6499 457.107 46.8428 468.3 60.6499 468.3Z' fill='%23EE2B49'/%3E%3Cpath d='M60.0698 468.56C73.8769 468.56 85.0698 457.367 85.0698 443.56C85.0698 429.753 73.8769 418.56 60.0698 418.56C46.2627 418.56 35.0698 429.753 35.0698 443.56C35.0698 457.367 46.2627 468.56 60.0698 468.56Z' fill='%23EE2A48'/%3E%3Cpath d='M59.4902 468.82C73.2974 468.82 84.4902 457.627 84.4902 443.82C84.4902 430.013 73.2974 418.82 59.4902 418.82C45.6831 418.82 34.4902 430.013 34.4902 443.82C34.4902 457.627 45.6831 468.82 59.4902 468.82Z' fill='%23EE2A47'/%3E%3Cpath d='M58.9199 469.08C72.727 469.08 83.9199 457.887 83.9199 444.08C83.9199 430.273 72.727 419.08 58.9199 419.08C45.1128 419.08 33.9199 430.273 33.9199 444.08C33.9199 457.887 45.1128 469.08 58.9199 469.08Z' fill='%23EE2A46'/%3E%3Cpath d='M58.3398 469.33C72.147 469.33 83.3398 458.137 83.3398 444.33C83.3398 430.523 72.147 419.33 58.3398 419.33C44.5327 419.33 33.3398 430.523 33.3398 444.33C33.3398 458.137 44.5327 469.33 58.3398 469.33Z' fill='%23EE2A45'/%3E%3Cpath d='M57.7598 469.59C71.5669 469.59 82.7598 458.397 82.7598 444.59C82.7598 430.783 71.5669 419.59 57.7598 419.59C43.9526 419.59 32.7598 430.783 32.7598 444.59C32.7598 458.397 43.9526 469.59 57.7598 469.59Z' fill='%23EF2A44'/%3E%3Cpath d='M57.1802 469.85C70.9873 469.85 82.1802 458.657 82.1802 444.85C82.1802 431.043 70.9873 419.85 57.1802 419.85C43.3731 419.85 32.1802 431.043 32.1802 444.85C32.1802 458.657 43.3731 469.85 57.1802 469.85Z' fill='%23EF2A43'/%3E%3Cpath d='M56.6001 470.1C70.4072 470.1 81.6001 458.907 81.6001 445.1C81.6001 431.293 70.4072 420.1 56.6001 420.1C42.793 420.1 31.6001 431.293 31.6001 445.1C31.6001 458.907 42.793 470.1 56.6001 470.1Z' fill='%23EF2A42'/%3E%3Cpath d='M56.0098 470.36C69.8169 470.36 81.0098 459.167 81.0098 445.36C81.0098 431.553 69.8169 420.36 56.0098 420.36C42.2026 420.36 31.0098 431.553 31.0098 445.36C31.0098 459.167 42.2026 470.36 56.0098 470.36Z' fill='%23EF2A41'/%3E%3Cpath d='M55.4302 470.62C69.2373 470.62 80.4302 459.427 80.4302 445.62C80.4302 431.813 69.2373 420.62 55.4302 420.62C41.6231 420.62 30.4302 431.813 30.4302 445.62C30.4302 459.427 41.6231 470.62 55.4302 470.62Z' fill='%23EF2A40'/%3E%3Cpath d='M54.8501 470.87C68.6572 470.87 79.8501 459.677 79.8501 445.87C79.8501 432.063 68.6572 420.87 54.8501 420.87C41.043 420.87 29.8501 432.063 29.8501 445.87C29.8501 459.677 41.043 470.87 54.8501 470.87Z' fill='%23EF2A3F'/%3E%3Cpath d='M54.2598 471.13C68.0669 471.13 79.2598 459.937 79.2598 446.13C79.2598 432.323 68.0669 421.13 54.2598 421.13C40.4526 421.13 29.2598 432.323 29.2598 446.13C29.2598 459.937 40.4526 471.13 54.2598 471.13Z' fill='%23F02A3E'/%3E%3Cpath d='M53.6699 471.38C67.477 471.38 78.6699 460.187 78.6699 446.38C78.6699 432.573 67.477 421.38 53.6699 421.38C39.8628 421.38 28.6699 432.573 28.6699 446.38C28.6699 460.187 39.8628 471.38 53.6699 471.38Z' fill='%23F02A3D'/%3E%3Cpath d='M53.0898 471.64C66.897 471.64 78.0898 460.447 78.0898 446.64C78.0898 432.833 66.897 421.64 53.0898 421.64C39.2827 421.64 28.0898 432.833 28.0898 446.64C28.0898 460.447 39.2827 471.64 53.0898 471.64Z' fill='%23F02A3C'/%3E%3Cpath d='M52.5 471.89C66.3071 471.89 77.5 460.697 77.5 446.89C77.5 433.083 66.3071 421.89 52.5 421.89C38.6929 421.89 27.5 433.083 27.5 446.89C27.5 460.697 38.6929 471.89 52.5 471.89Z' fill='%23F02A3B'/%3E%3Cpath d='M51.9102 472.14C65.7173 472.14 76.9102 460.947 76.9102 447.14C76.9102 433.333 65.7173 422.14 51.9102 422.14C38.103 422.14 26.9102 433.333 26.9102 447.14C26.9102 460.947 38.103 472.14 51.9102 472.14Z' fill='%23F02A3A'/%3E%3Cpath d='M51.3198 472.4C65.1269 472.4 76.3198 461.207 76.3198 447.4C76.3198 433.593 65.1269 422.4 51.3198 422.4C37.5127 422.4 26.3198 433.593 26.3198 447.4C26.3198 461.207 37.5127 472.4 51.3198 472.4Z' fill='%23F02A39'/%3E%3Cpath d='M50.73 472.65C64.5371 472.65 75.73 461.457 75.73 447.65C75.73 433.843 64.5371 422.65 50.73 422.65C36.9229 422.65 25.73 433.843 25.73 447.65C25.73 461.457 36.9229 472.65 50.73 472.65Z' fill='%23F12A38'/%3E%3Cpath d='M50.1299 472.9C63.937 472.9 75.1299 461.707 75.1299 447.9C75.1299 434.093 63.937 422.9 50.1299 422.9C36.3228 422.9 25.1299 434.093 25.1299 447.9C25.1299 461.707 36.3228 472.9 50.1299 472.9Z' fill='%23F12A37'/%3E%3Cpath d='M49.54 473.16C63.3472 473.16 74.54 461.967 74.54 448.16C74.54 434.353 63.3472 423.16 49.54 423.16C35.7329 423.16 24.54 434.353 24.54 448.16C24.54 461.967 35.7329 473.16 49.54 473.16Z' fill='%23F12A36'/%3E%3Cpath d='M48.9502 473.41C62.7573 473.41 73.9502 462.217 73.9502 448.41C73.9502 434.603 62.7573 423.41 48.9502 423.41C35.1431 423.41 23.9502 434.603 23.9502 448.41C23.9502 462.217 35.1431 473.41 48.9502 473.41Z' fill='%23F12A35'/%3E%3Cpath d='M48.3501 473.66C62.1572 473.66 73.3501 462.467 73.3501 448.66C73.3501 434.853 62.1572 423.66 48.3501 423.66C34.543 423.66 23.3501 434.853 23.3501 448.66C23.3501 462.467 34.543 473.66 48.3501 473.66Z' fill='%23F12A34'/%3E%3Cpath d='M47.7598 473.91C61.5669 473.91 72.7598 462.717 72.7598 448.91C72.7598 435.103 61.5669 423.91 47.7598 423.91C33.9526 423.91 22.7598 435.103 22.7598 448.91C22.7598 462.717 33.9526 473.91 47.7598 473.91Z' fill='%23F22A33'/%3E%3Cpath d='M47.1602 474.16C60.9673 474.16 72.1602 462.967 72.1602 449.16C72.1602 435.353 60.9673 424.16 47.1602 424.16C33.353 424.16 22.1602 435.353 22.1602 449.16C22.1602 462.967 33.353 474.16 47.1602 474.16Z' fill='%23F22A32'/%3E%3Cpath d='M46.5601 474.42C60.3672 474.42 71.5601 463.227 71.5601 449.42C71.5601 435.613 60.3672 424.42 46.5601 424.42C32.7529 424.42 21.5601 435.613 21.5601 449.42C21.5601 463.227 32.7529 474.42 46.5601 474.42Z' fill='%23F22931'/%3E%3Cpath d='M45.96 474.67C59.7671 474.67 70.96 463.477 70.96 449.67C70.96 435.863 59.7671 424.67 45.96 424.67C32.1528 424.67 20.96 435.863 20.96 449.67C20.96 463.477 32.1528 474.67 45.96 474.67Z' fill='%23F22930'/%3E%3Cpath d='M45.3599 474.92C59.167 474.92 70.3599 463.727 70.3599 449.92C70.3599 436.113 59.167 424.92 45.3599 424.92C31.5527 424.92 20.3599 436.113 20.3599 449.92C20.3599 463.727 31.5527 474.92 45.3599 474.92Z' fill='%23F2292F'/%3E%3Cpath d='M44.7598 475.17C58.5669 475.17 69.7598 463.977 69.7598 450.17C69.7598 436.363 58.5669 425.17 44.7598 425.17C30.9526 425.17 19.7598 436.363 19.7598 450.17C19.7598 463.977 30.9526 475.17 44.7598 475.17Z' fill='%23F2292E'/%3E%3Cpath d='M44.1602 475.42C57.9673 475.42 69.1602 464.227 69.1602 450.42C69.1602 436.613 57.9673 425.42 44.1602 425.42C30.353 425.42 19.1602 436.613 19.1602 450.42C19.1602 464.227 30.353 475.42 44.1602 475.42Z' fill='%23F3292D'/%3E%3Cpath d='M43.5498 475.67C57.3569 475.67 68.5498 464.477 68.5498 450.67C68.5498 436.863 57.3569 425.67 43.5498 425.67C29.7427 425.67 18.5498 436.863 18.5498 450.67C18.5498 464.477 29.7427 475.67 43.5498 475.67Z' fill='%23F3292C'/%3E%3Cpath d='M42.9502 475.91C56.7573 475.91 67.9502 464.717 67.9502 450.91C67.9502 437.103 56.7573 425.91 42.9502 425.91C29.1431 425.91 17.9502 437.103 17.9502 450.91C17.9502 464.717 29.1431 475.91 42.9502 475.91Z' fill='%23F3292B'/%3E%3Cpath d='M42.3501 476.16C56.1572 476.16 67.3501 464.967 67.3501 451.16C67.3501 437.353 56.1572 426.16 42.3501 426.16C28.543 426.16 17.3501 437.353 17.3501 451.16C17.3501 464.967 28.543 476.16 42.3501 476.16Z' fill='%23F3292A'/%3E%3Cpath d='M41.7402 476.41C55.5474 476.41 66.7402 465.217 66.7402 451.41C66.7402 437.603 55.5474 426.41 41.7402 426.41C27.9331 426.41 16.7402 437.603 16.7402 451.41C16.7402 465.217 27.9331 476.41 41.7402 476.41Z' fill='%23F32929'/%3E%3Cpath d='M41.1299 476.66C54.937 476.66 66.1299 465.467 66.1299 451.66C66.1299 437.853 54.937 426.66 41.1299 426.66C27.3228 426.66 16.1299 437.853 16.1299 451.66C16.1299 465.467 27.3228 476.66 41.1299 476.66Z' fill='%23F32928'/%3E%3Cpath d='M40.5298 476.91C54.3369 476.91 65.5298 465.717 65.5298 451.91C65.5298 438.103 54.3369 426.91 40.5298 426.91C26.7227 426.91 15.5298 438.103 15.5298 451.91C15.5298 465.717 26.7227 476.91 40.5298 476.91Z' fill='%23F42927'/%3E%3Cpath d='M39.9199 477.16C53.727 477.16 64.9199 465.967 64.9199 452.16C64.9199 438.353 53.727 427.16 39.9199 427.16C26.1128 427.16 14.9199 438.353 14.9199 452.16C14.9199 465.967 26.1128 477.16 39.9199 477.16Z' fill='%23F42926'/%3E%3Cpath d='M39.3101 477.4C53.1172 477.4 64.3101 466.207 64.3101 452.4C64.3101 438.593 53.1172 427.4 39.3101 427.4C25.5029 427.4 14.3101 438.593 14.3101 452.4C14.3101 466.207 25.5029 477.4 39.3101 477.4Z' fill='%23F42925'/%3E%3Cpath d='M38.7002 477.65C52.5073 477.65 63.7002 466.457 63.7002 452.65C63.7002 438.843 52.5073 427.65 38.7002 427.65C24.8931 427.65 13.7002 438.843 13.7002 452.65C13.7002 466.457 24.8931 477.65 38.7002 477.65Z' fill='%23F42924'/%3E%3Cpath d='M38.0801 477.9C51.8872 477.9 63.0801 466.707 63.0801 452.9C63.0801 439.093 51.8872 427.9 38.0801 427.9C24.273 427.9 13.0801 439.093 13.0801 452.9C13.0801 466.707 24.273 477.9 38.0801 477.9Z' fill='%23F42923'/%3E%3Cpath d='M37.4702 478.14C51.2773 478.14 62.4702 466.947 62.4702 453.14C62.4702 439.333 51.2773 428.14 37.4702 428.14C23.6631 428.14 12.4702 439.333 12.4702 453.14C12.4702 466.947 23.6631 478.14 37.4702 478.14Z' fill='%23F42922'/%3E%3Cpath d='M36.8599 478.39C50.667 478.39 61.8599 467.197 61.8599 453.39C61.8599 439.583 50.667 428.39 36.8599 428.39C23.0527 428.39 11.8599 439.583 11.8599 453.39C11.8599 467.197 23.0527 478.39 36.8599 478.39Z' fill='%23F52921'/%3E%3Cpath d='M36.2402 478.63C50.0474 478.63 61.2402 467.437 61.2402 453.63C61.2402 439.823 50.0474 428.63 36.2402 428.63C22.4331 428.63 11.2402 439.823 11.2402 453.63C11.2402 467.437 22.4331 478.63 36.2402 478.63Z' fill='%23F52920'/%3E%3Cpath d='M35.6299 478.88C49.437 478.88 60.6299 467.687 60.6299 453.88C60.6299 440.073 49.437 428.88 35.6299 428.88C21.8228 428.88 10.6299 440.073 10.6299 453.88C10.6299 467.687 21.8228 478.88 35.6299 478.88Z' fill='%23F5291F'/%3E%3Cpath d='M35.0098 479.12C48.8169 479.12 60.0098 467.927 60.0098 454.12C60.0098 440.313 48.8169 429.12 35.0098 429.12C21.2026 429.12 10.0098 440.313 10.0098 454.12C10.0098 467.927 21.2026 479.12 35.0098 479.12Z' fill='%23F5291E'/%3E%3Cpath d='M34.3901 479.37C48.1973 479.37 59.3901 468.177 59.3901 454.37C59.3901 440.563 48.1973 429.37 34.3901 429.37C20.583 429.37 9.39014 440.563 9.39014 454.37C9.39014 468.177 20.583 479.37 34.3901 479.37Z' fill='%23F5291D'/%3E%3Cpath d='M33.77 479.61C47.5771 479.61 58.77 468.417 58.77 454.61C58.77 440.803 47.5771 429.61 33.77 429.61C19.9629 429.61 8.77002 440.803 8.77002 454.61C8.77002 468.417 19.9629 479.61 33.77 479.61Z' fill='%23F6291C'/%3E%3Cpath d='M33.1499 479.86C46.957 479.86 58.1499 468.667 58.1499 454.86C58.1499 441.053 46.957 429.86 33.1499 429.86C19.3428 429.86 8.1499 441.053 8.1499 454.86C8.1499 468.667 19.3428 479.86 33.1499 479.86Z' fill='%23F6291B'/%3E%3Cpath d='M32.5298 480.1C46.3369 480.1 57.5298 468.907 57.5298 455.1C57.5298 441.293 46.3369 430.1 32.5298 430.1C18.7227 430.1 7.52979 441.293 7.52979 455.1C7.52979 468.907 18.7227 480.1 32.5298 480.1Z' fill='%23F6291A'/%3E%3Cpath d='M31.9102 480.34C45.7173 480.34 56.9102 469.147 56.9102 455.34C56.9102 441.533 45.7173 430.34 31.9102 430.34C18.103 430.34 6.91016 441.533 6.91016 455.34C6.91016 469.147 18.103 480.34 31.9102 480.34Z' fill='%23F62819'/%3E%3Cpath d='M31.29 480.59C45.0972 480.59 56.29 469.397 56.29 455.59C56.29 441.783 45.0972 430.59 31.29 430.59C17.4829 430.59 6.29004 441.783 6.29004 455.59C6.29004 469.397 17.4829 480.59 31.29 480.59Z' fill='%23F62818'/%3E%3Cpath d='M30.6602 480.83C44.4673 480.83 55.6602 469.637 55.6602 455.83C55.6602 442.023 44.4673 430.83 30.6602 430.83C16.853 430.83 5.66016 442.023 5.66016 455.83C5.66016 469.637 16.853 480.83 30.6602 480.83Z' fill='%23F62817'/%3E%3Cpath d='M30.04 481.07C43.8472 481.07 55.04 469.877 55.04 456.07C55.04 442.263 43.8472 431.07 30.04 431.07C16.2329 431.07 5.04004 442.263 5.04004 456.07C5.04004 469.877 16.2329 481.07 30.04 481.07Z' fill='%23F72816'/%3E%3Cpath d='M29.4102 481.31C43.2173 481.31 54.4102 470.117 54.4102 456.31C54.4102 442.503 43.2173 431.31 29.4102 431.31C15.603 431.31 4.41016 442.503 4.41016 456.31C4.41016 470.117 15.603 481.31 29.4102 481.31Z' fill='%23F72815'/%3E%3Cpath d='M28.7798 481.56C42.5869 481.56 53.7798 470.367 53.7798 456.56C53.7798 442.753 42.5869 431.56 28.7798 431.56C14.9727 431.56 3.77979 442.753 3.77979 456.56C3.77979 470.367 14.9727 481.56 28.7798 481.56Z' fill='%23F72814'/%3E%3Cpath d='M28.1602 481.8C41.9673 481.8 53.1602 470.607 53.1602 456.8C53.1602 442.993 41.9673 431.8 28.1602 431.8C14.353 431.8 3.16016 442.993 3.16016 456.8C3.16016 470.607 14.353 481.8 28.1602 481.8Z' fill='%23F72813'/%3E%3Cpath d='M27.5298 482.04C41.3369 482.04 52.5298 470.847 52.5298 457.04C52.5298 443.233 41.3369 432.04 27.5298 432.04C13.7227 432.04 2.52979 443.233 2.52979 457.04C2.52979 470.847 13.7227 482.04 27.5298 482.04Z' fill='%23F72812'/%3E%3Cpath d='M26.8999 482.28C40.707 482.28 51.8999 471.087 51.8999 457.28C51.8999 443.473 40.707 432.28 26.8999 432.28C13.0928 432.28 1.8999 443.473 1.8999 457.28C1.8999 471.087 13.0928 482.28 26.8999 482.28Z' fill='%23F72811'/%3E%3Cpath d='M26.27 482.52C40.0771 482.52 51.27 471.327 51.27 457.52C51.27 443.713 40.0771 432.52 26.27 432.52C12.4629 432.52 1.27002 443.713 1.27002 457.52C1.27002 471.327 12.4629 482.52 26.27 482.52Z' fill='%23F82810'/%3E%3Cpath d='M25.6299 482.76C39.437 482.76 50.6299 471.567 50.6299 457.76C50.6299 443.953 39.437 432.76 25.6299 432.76C11.8228 432.76 0.629883 443.953 0.629883 457.76C0.629883 471.567 11.8228 482.76 25.6299 482.76Z' fill='%23F8280F'/%3E%3Cpath d='M25 483C38.8071 483 50 471.807 50 458C50 444.193 38.8071 433 25 433C11.1929 433 0 444.193 0 458C0 471.807 11.1929 483 25 483Z' fill='%23F8280E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2032_949'%3E%3Crect width='461' height='483' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: 130%;
    background-position: -4rem 5rem;
  }
}
.interviewPage .kvSec__inner {
  overflow-x: clip;
  padding: 3.4rem 0 5.2rem;
}
@media screen and (max-width: 1145px) and (min-width: 781px) {
  .interviewPage .kvSec__inner {
    padding: 5rem 0 5.4rem;
  }
}
@media screen and (max-width: 780px) {
  .interviewPage .kvSec__inner {
    padding: 1.55rem 0 22.2rem;
  }
}
.interviewPage .kvSec__ttl {
  font: 700 clamp(2rem, 2.7vw, 3.4rem)/2.39 "Noto Sans JP", serif;
  letter-spacing: 0;
  color: #fff;
  text-align: right;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  width: 100vw;
  padding-right: 3.95rem;
}
@media screen and (max-width: 780px) {
  .interviewPage .kvSec__ttl {
    font: 700 2rem/2.21 "Noto Sans JP", serif;
    letter-spacing: -0.04em;
    padding-right: 2.1rem;
  }
}
.interviewPage .kvSec__ttl01 {
  top: 17.9%;
  left: -8.4%;
}
@media screen and (max-width: 780px) {
  .interviewPage .kvSec__ttl01 {
    top: 10.05%;
    left: 26.7%;
  }
}
.interviewPage .kvSec__ttl02 {
  top: 29.17%;
  left: -12.9%;
}
@media screen and (max-width: 780px) {
  .interviewPage .kvSec__ttl02 {
    top: 16%;
    left: 16.7%;
  }
}
.interviewPage .kvSec__figure {
  width: clamp(35rem, 50vw, 70.4rem);
  height: clamp(35rem, 67vw, 70.4rem);
  border-radius: 3rem;
  overflow: hidden;
  position: relative;
  right: -46.95%;
}
.interviewPage .kvSec__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 780px) {
  .interviewPage .kvSec__figure {
    width: 33.66rem;
    height: 24.04rem;
    border-radius: 2rem 2rem 0 0;
    top: 13.5rem;
    right: -5.1%;
    margin: 0;
  }
}
.interviewPage .kvSec__noFigure {
  width: 70.4rem;
  height: 70.4rem;
  position: relative;
  right: -46.95%;
}
.interviewPage .kvSec__sideCont {
  background-color: #fff;
  border-radius: 3rem;
  min-width: 26.4%;
  overflow: hidden;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 63.5%;
  left: 21.6%;
  -webkit-box-shadow: 4px 4px 24px -3px rgba(0, 0, 0, 0.0784313725);
          box-shadow: 4px 4px 24px -3px rgba(0, 0, 0, 0.0784313725);
}
@media screen and (max-width: 780px) {
  .interviewPage .kvSec__sideCont {
    position: relative;
    top: 28rem;
    left: 50%;
    max-width: 33.66rem;
    width: 100%;
    height: 100%;
    border-radius: 0 0 2rem 2rem;
  }
}
.interviewPage .kvSec__sideContInner {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.8rem;
  max-width: 30rem;
  max-width: 34rem;
  margin: auto;
  padding: 11% 0 9.3%;
}
@media screen and (max-width: 780px) {
  .interviewPage .kvSec__sideContInner {
    padding: 2.9rem 0;
    gap: 1.1rem;
  }
}
.interviewPage .kvSec__sideTxtCont {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2rem;
  padding: 0.9rem 0 0 4.7rem;
}
@media screen and (max-width: 780px) {
  .interviewPage .kvSec__sideTxtCont {
    padding: 1.4rem 0 0;
    margin-left: 2.7rem;
    gap: 0.97rem;
  }
}
.interviewPage .kvSec__sideTxtRow {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2.4rem;
}
@media screen and (max-width: 780px) {
  .interviewPage .kvSec__sideTxtRow {
    gap: 2.7rem;
  }
}
.interviewPage .kvSec__sideSubTtl, .interviewPage .kvSec__sideTtl, .interviewPage .kvSec__sideRowTtl, .interviewPage .kvSec__sideRowTxt {
  margin: 0;
}
.interviewPage .kvSec__sideSubTtl, .interviewPage .kvSec__sideTtl {
  margin: 0 auto;
}
.interviewPage .kvSec__sideSubTtl, .interviewPage .kvSec__sideRowTtl {
  font: 400 clamp(1.6rem, 1.5vw, 2rem)/1 "Noto Sans JP";
  letter-spacing: 0;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .interviewPage .kvSec__sideSubTtl, .interviewPage .kvSec__sideRowTtl {
    font-size: 1.6rem;
  }
}
.interviewPage .kvSec__sideTtl {
  font: 500 clamp(2rem, 1.7vw, 2.4rem)/1 "Noto Sans JP", serif;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .interviewPage .kvSec__sideTtl {
    font: 500 clamp(2rem, 2vw, 2.4rem)/1 "Noto Sans JP", serif;
    letter-spacing: -0.04em;
  }
}
.interviewPage .kvSec__sideSubTtl {
  line-height: 1.3;
  padding: 0.75rem 1.5rem;
  border-radius: 3rem;
}
@media screen and (max-width: 780px) {
  .interviewPage .kvSec__sideSubTtl {
    letter-spacing: -0.04em;
    padding: 0.7rem 1.5rem 0.85rem 1.3rem;
  }
}
.interviewPage .kvSec__sideRowTxt {
  font: 500 clamp(1rem, 1.5vw, 1.6rem)/1.5 "Noto Sans JP", serif;
  letter-spacing: 0;
  padding-top: 0.6rem;
}
@media screen and (max-width: 780px) {
  .interviewPage .kvSec__sideRowTxt {
    font: 500 1.6rem/1.45 "Noto Sans JP", serif;
    letter-spacing: -0.04em;
  }
}
.interviewPage .kvSec__sideRowTtl {
  border-radius: 2rem;
  width: 100%;
  min-width: 7rem;
  max-width: 7rem;
  padding: 0.9rem 0;
}
@media screen and (max-width: 780px) {
  .interviewPage .kvSec__sideRowTtl {
    line-height: 1.15;
    min-width: 5.97rem;
    max-width: 5.97rem;
  }
}
.interviewPage .interviewSec__inner {
  padding: 12.6rem 0 25rem;
  position: relative;
}
.interviewPage .interviewSec__inner::before {
  content: "";
  background-image: url("../images/interview/interview_bg-01.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 14rem;
  height: 22.8rem;
  position: absolute;
  top: 2.67%;
  right: 2.8%;
}
@media screen and (min-width: 1920px) {
  .interviewPage .interviewSec__inner {
    max-width: 77.8%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 780px) {
  .interviewPage .interviewSec__inner {
    padding: 4.1rem 0 9.2rem;
    max-width: 33.66rem;
    margin: 0 auto;
  }
  .interviewPage .interviewSec__inner::before {
    background-image: url("../images/interview/interview_bg_sp-01.png");
    width: 5rem;
    height: 7rem;
    top: 7.85%;
    right: -3.5%;
  }
}
.interviewPage .interviewSec__cont {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.65%;
  margin-top: -1.1rem;
  overflow: visible;
}
@media screen and (min-width: 1920px) {
  .interviewPage .interviewSec__cont {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 780px) {
  .interviewPage .interviewSec__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1rem;
    gap: 3.2rem;
  }
}
.interviewPage .interviewSec__figure {
  width: clamp(32rem, 50vw, 65.6rem);
  height: clamp(28rem, 40vw, 57.4rem);
  border-radius: 0 3rem 3rem 0;
  overflow: hidden;
  margin: 0;
  position: sticky;
  top: 4.7%;
}
.interviewPage .interviewSec__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1920px) {
  .interviewPage .interviewSec__figure {
    border-radius: 3rem;
  }
}
@media screen and (max-width: 780px) {
  .interviewPage .interviewSec__figure {
    width: 33.66rem;
    height: 34.52rem;
    position: static;
    border-radius: 2rem;
  }
}
.interviewPage .interviewSec__txtCont {
  max-width: 38.8%;
  margin-right: auto;
}
@media screen and (max-width: 780px) {
  .interviewPage .interviewSec__txtCont {
    max-width: 55.8rem;
  }
}
.interviewPage .interviewSec__list {
  padding: 0;
  list-style-type: none;
  position: relative;
}
.interviewPage .interviewSec__listItem {
  margin-bottom: 8.7rem;
  position: relative;
}
.interviewPage .interviewSec__listItem:last-child::after {
  content: "";
  background-image: url("../images/interview/interview_bg-02.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 15rem;
  height: 100%;
  position: absolute;
  bottom: -132%;
  left: 0.2%;
  z-index: -1;
}
@media screen and (max-width: 780px) {
  .interviewPage .interviewSec__listItem:last-child::after {
    background-image: url("../images/interview/interview_bg_sp-02.png");
    width: 8.9rem;
    bottom: -104%;
    left: -1.3%;
  }
}
@media screen and (max-width: 780px) {
  .interviewPage .interviewSec__listItem {
    margin-bottom: 3.25rem;
  }
}
.interviewPage .interviewSec__descListTtl {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 780px) {
  .interviewPage .interviewSec__descListTtl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.interviewPage .interviewSec__descListTtlNum {
  font: 600 4.8rem/1 "Urbanist", serif;
  letter-spacing: 0;
  color: #2288dd;
  border: none;
  text-decoration: none;
  cursor: text;
}
@media screen and (max-width: 780px) {
  .interviewPage .interviewSec__descListTtlNum {
    font-size: 2.8rem;
  }
}
.interviewPage .interviewSec__descListTtlBody {
  font: 700 3.2rem/1.5 "Noto Sans JP", serif;
  letter-spacing: 0;
  color: #2288dd;
  display: block;
  margin: -0.6rem 0 0 5.4%;
}
@media screen and (max-width: 780px) {
  .interviewPage .interviewSec__descListTtlBody {
    font-size: 2rem;
    letter-spacing: -0.04em;
    margin: 0;
  }
}
.interviewPage .interviewSec__descListDefinition {
  margin: 1.2rem 0 0;
}
@media screen and (max-width: 780px) {
  .interviewPage .interviewSec__descListDefinition {
    margin: 0.8rem 0 0;
  }
}
.interviewPage .interviewSec__descListTxt {
  font: 400 1.6rem/1.8 "Noto Sans JP", serif;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (max-width: 780px) {
  .interviewPage .interviewSec__descListTxt {
    letter-spacing: -0.036em;
    line-height: 1.75;
  }
}
.interviewPage .scheduleSec {
  background-color: #eaf6ff;
}
.interviewPage .scheduleSec__inner {
  padding: 12.6rem 0 10rem;
  max-width: 112rem;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  .interviewPage .scheduleSec__inner {
    overflow: hidden;
    padding: 4.1rem 0 9.6rem;
    max-width: 35.6rem;
  }
}
.interviewPage .scheduleSec__wrap {
  background-color: #fff;
  border-radius: 3rem;
  padding: 8rem 9.6rem 3.3rem;
}
@media screen and (max-width: 780px) {
  .interviewPage .scheduleSec__wrap {
    border-radius: 2rem;
    padding: 4.7rem 2.8rem 1.2rem;
  }
}
.interviewPage .scheduleSec__list {
  padding: 0.4rem 0 0;
  list-style-type: none;
  margin-left: -0.2rem;
  -webkit-column-gap: 11.9rem;
     -moz-column-gap: 11.9rem;
          column-gap: 11.9rem;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}
@media screen and (max-width: 1024px) and (min-width: 781px) {
  .interviewPage .scheduleSec__list {
    -webkit-column-count: unset;
       -moz-column-count: unset;
            column-count: unset;
    max-height: unset;
  }
}
@media screen and (max-width: 780px) {
  .interviewPage .scheduleSec__list {
    -webkit-column-count: unset;
       -moz-column-count: unset;
            column-count: unset;
  }
}
.interviewPage .scheduleSec__listItem {
  position: relative;
  padding: 0 0 4.8rem 0.5rem;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
.interviewPage .scheduleSec__listItem::before {
  content: "";
  background-color: #2288dd;
  width: 1.95rem;
  height: 1.95rem;
  position: absolute;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  top: 0.8rem;
  left: 0.1rem;
  z-index: 1;
}
.interviewPage .scheduleSec__listItem::after {
  content: "";
  position: absolute;
  left: -0.85rem;
  top: 0.8rem;
  bottom: 0;
  background-image: radial-gradient(#2288dd 21%, rgba(255, 255, 255, 0) 0%);
  background-position: left;
  background-size: 20px 20px;
  background-repeat: repeat-y;
  width: 100%;
  height: 100%;
}
.interviewPage .scheduleSec__listItem:last-child {
  border: none !important;
  padding-left: 0.5rem;
}
.interviewPage .scheduleSec__listItem.bottom::after {
  content: none;
}
.interviewPage .scheduleSec__listItem.hasImg {
  padding-bottom: 3.7rem;
}
@media screen and (max-width: 1024px) and (min-width: 781px) {
  .interviewPage .scheduleSec__listItem.bottom::after {
    content: "";
    position: absolute;
    left: -0.2rem;
    top: 0;
    bottom: 0;
    border-left: 6px dotted #2288dd;
  }
  .interviewPage .scheduleSec__listItem:last-child::after {
    content: none;
  }
}
@media screen and (max-width: 780px) {
  .interviewPage .scheduleSec__listItem {
    padding-bottom: 3.14rem;
  }
  .interviewPage .scheduleSec__listItem::after {
    left: -0.65rem;
    top: 0.1rem;
    background-size: 16px 16px;
  }
  .interviewPage .scheduleSec__listItem:last-child::before {
    left: 0.1rem;
  }
  .interviewPage .scheduleSec__listItem:last-child .scheduleSec__listItemCont {
    padding-left: 2.45rem;
  }
  .interviewPage .scheduleSec__listItem.hasImg {
    padding-bottom: 1.8rem;
  }
}
.interviewPage .scheduleSec__listItemCont {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 39.4rem;
  position: relative;
  padding-left: 3.4rem;
}
@media screen and (max-width: 780px) {
  .interviewPage .scheduleSec__listItemCont {
    padding-left: 2rem;
    gap: 1.1rem;
  }
}
.interviewPage .scheduleSec__listItemTime, .interviewPage .scheduleSec__listItemTtl {
  color: #2288dd;
}
.interviewPage .scheduleSec__listItemTime {
  font: 500 2rem/1 "Urbanist", serif;
  letter-spacing: 0;
  min-width: 5.5rem;
}
@media screen and (max-width: 780px) {
  .interviewPage .scheduleSec__listItemTime {
    letter-spacing: -0.02em;
  }
}
.interviewPage .scheduleSec__listItemContent {
  position: relative;
  margin: -0.05rem 0 0 5rem;
}
.interviewPage .scheduleSec__listItemContent::before {
  content: "";
  background-color: #2288dd;
  width: 4.05rem;
  height: 0.1rem;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 0.9rem;
  left: -3.5rem;
}
@media screen and (max-width: 780px) {
  .interviewPage .scheduleSec__listItemContent {
    margin: 0 0 0 calc(40% - 10.8rem);
  }
  .interviewPage .scheduleSec__listItemContent::before {
    width: 1rem;
    left: -1.9rem;
    -webkit-transform: unset;
            transform: unset;
  }
}
.interviewPage .scheduleSec__listItemTtl {
  font: 500 2.4rem/1 "Noto Sans JP", serif;
  letter-spacing: 0;
  margin-bottom: 0.8rem;
}
.interviewPage .scheduleSec__listItemTtl.hasImg {
  margin-left: 0.7rem;
}
@media screen and (max-width: 780px) {
  .interviewPage .scheduleSec__listItemTtl {
    font-size: 1.8rem;
    letter-spacing: -0.04em;
  }
  .interviewPage .scheduleSec__listItemTtl.hasImg {
    margin-left: 0;
  }
}
.interviewPage .scheduleSec__listItemTxt {
  font: 500 1.4rem/1 "Noto Sans JP", serif;
  letter-spacing: 0;
  margin-bottom: 0.8rem;
}
.interviewPage .scheduleSec__listItemTxt.hasImg {
  margin-left: 0.7rem;
}
.interviewPage .scheduleSec__listItemFigure {
  width: 26.2rem;
  height: 20rem;
  border-radius: 3.2rem;
  overflow: hidden;
  margin: 1.9rem 0 0;
}
.interviewPage .scheduleSec__listItemFigure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 780px) {
  .interviewPage .scheduleSec__listItemFigure {
    width: 21.03rem;
    height: 16.06rem;
    border-radius: 2rem;
    margin: 1.85rem 0 0 -1rem;
  }
}
.interviewPage .otherSec__inner {
  padding: 12.6rem 0 10rem;
}
@media screen and (max-width: 780px) {
  .interviewPage .otherSec__inner {
    overflow: hidden;
    padding: 4.05rem 0 9.55rem;
  }
}

.otherPage {
  /*====================================================================
  mainSec
  ====================================================================*/
}
.otherPage .sideNav__list {
  top: 15%;
}
.otherPage .mainSec__inner {
  padding: 0.55rem 0 0.1rem;
  max-width: 100.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  .otherPage .mainSec__inner {
    padding: 1rem 0 0;
    max-width: 33.66rem;
  }
}
.otherPage .mainSec__list, .otherPage .mainSec__listItemTopList {
  padding: 0;
  list-style-type: none;
}
.otherPage .mainSec__listItem {
  margin-bottom: 8.9rem;
}
@media screen and (max-width: 780px) {
  .otherPage .mainSec__listItem {
    margin-bottom: 9.6rem;
  }
}
.otherPage .mainSec__listItemTop {
  padding: 1.6rem 4.2rem 3rem;
  border-bottom: 1px solid #dadada;
  margin-bottom: 2.9rem;
}
@media screen and (max-width: 780px) {
  .otherPage .mainSec__listItemTop {
    padding: 1.4rem 4rem 1.8rem;
    margin-bottom: 2.85rem;
  }
}
.otherPage .mainSec__listItemTopTtl {
  font: 500 1.6rem/1.4 "Noto Sans JP", serif;
  letter-spacing: 0.03em;
  position: relative;
  margin: 0;
}
.otherPage .mainSec__listItemTopTtl::before {
  content: "";
  background-color: #e98827;
  width: 2.26rem;
  height: 2.26rem;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 56%;
  left: -2.2rem;
}
@media screen and (max-width: 780px) {
  .otherPage .mainSec__listItemTopTtl {
    letter-spacing: -0.01em;
  }
}
.otherPage .mainSec__listItemTopList {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.8rem;
  margin: 2.6rem 0 0 -4.2rem;
}
@media screen and (max-width: 780px) {
  .otherPage .mainSec__listItemTopList {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 0.9rem;
    margin: 2.47rem 0 0 -3.9rem;
  }
}
.otherPage .mainSec__listItemTopListItem {
  border: 1px solid #2288dd;
  border-radius: 2.2rem;
}
.otherPage .mainSec__listItemTopListItemLink {
  font: 400 1.2rem/1.15 "Noto Sans JP", serif;
  letter-spacing: 0;
  color: #2288dd;
  display: block;
  padding: 0.4rem 1rem;
}
.otherPage .mainSec__listItemTopListItemLink:hover {
  color: #2288dd;
  text-decoration: none;
}
@media screen and (max-width: 780px) {
  .otherPage .mainSec__listItemTopListItemLink {
    padding: 0.4rem 0.8rem;
    letter-spacing: -0.03em;
  }
}
.otherPage .mainSec__listItemBody {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 780px) {
  .otherPage .mainSec__listItemBody {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1.85rem;
  }
}
.otherPage .mainSec__listItemBodyFigure {
  width: 30rem;
  height: 40rem;
  -webkit-mask-image: url("../images/other/other_maskImg.svg");
          mask-image: url("../images/other/other_maskImg.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.otherPage .mainSec__listItemBodyFigure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 780px) {
  .otherPage .mainSec__listItemBodyFigure {
    width: 20.2rem;
    height: 26.93rem;
  }
}
.otherPage .mainSec__listItemBodyTxt {
  max-width: 57.8rem;
  font: 400 1.6rem/1.81 "Noto Sans JP", serif;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (max-width: 780px) {
  .otherPage .mainSec__listItemBodyTxt {
    max-width: 40rem;
    line-height: 1.75;
    letter-spacing: -0.036em;
  }
}
.otherPage .mainSec__listItemBodyBtn {
  position: absolute;
  display: block;
  font: 700 1.8rem/1 "Noto Sans JP", serif;
  letter-spacing: 0;
  color: #fff;
  background-color: #e98827;
  border-radius: 6.5rem;
  padding: 0.93rem 2rem;
  bottom: 1.02rem;
  right: 0.05rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.1rem;
}
.otherPage .mainSec__listItemBodyBtn:hover {
  color: #fff;
  text-decoration: none;
}
.otherPage .mainSec__listItemBodyBtn:hover .mainSec__listItemBodyBtnArrow::after {
  -webkit-animation: fadeInUpRight 0.5s ease-in-out forwards;
          animation: fadeInUpRight 0.5s ease-in-out forwards;
}
@media screen and (max-width: 780px) {
  .otherPage .mainSec__listItemBodyBtn {
    font-size: 2.4rem;
    letter-spacing: -0.035em;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: static;
    padding: 0.9rem 1.2rem 0.95rem 3rem;
    margin-top: 1rem;
  }
}
.otherPage .mainSec__listItemBodyBtnArrow {
  display: block;
  width: 3.7rem;
  height: 3.7rem;
  background-color: #fff;
  border-radius: 60%;
  position: relative;
}
.otherPage .mainSec__listItemBodyBtnArrow::after {
  content: "";
  width: 1.26rem;
  height: 1.26rem;
  background-image: url("../images/common/icon_arrowUpRight_lightOrange.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 13%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 780px) {
  .otherPage .mainSec__listItemBodyBtnArrow {
    width: 3.55rem;
    height: 3.55rem;
  }
}

/*====================================================================
PRINT LAYOUT
====================================================================*/
@page {
  size: A4 portrait; /* 横の場合はlandscape */
  margin: 0mm;
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
    word-break: break-all !important;
  }
  .u-printPages__next {
    size: A4 landscape;
    page-break-before: always;
  }
  .u-printPages__box {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
}
/*# sourceMappingURL=style.css.map */