.promo {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 0;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .promo {
    background-image: none;
    padding: 30px 0px;
  }
}
.promo .title-wrap {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 1199px) {
  .promo .title-wrap {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .promo .title-wrap {
    text-align: center;
    max-width: 320px;
    margin: 0 auto;
  }
}
.promo .title-wrap .title {
  font-family: General Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  color: #000000;
}
@media screen and (max-width: 1199px) {
  .promo .title-wrap .title {
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .promo .title-wrap .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
  }
}
.promo .title-wrap .sub__title {
  font-family: General Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}
@media screen and (max-width: 1199px) {
  .promo .title-wrap .sub__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .promo .title-wrap .sub__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    max-width: 280px;
    margin: 0 auto;
  }
}
.promo .promo_a {
  position: relative;
  padding: 0px 0 0;
}
.promo .promo_a .a_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .promo .promo_a .a_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .promo .promo_a .a_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.promo .promo_a .a_wrap .a_left {
  max-width: 520px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1199px) {
  .promo .promo_a .a_wrap .a_left {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .promo .promo_a .a_wrap .a_left {
    max-width: none;
    text-align: center;
  }
}
.promo .promo_a .a_wrap .a_left .a_row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.promo .promo_a .a_wrap .a_left .a_row .a_title {
  color: var(--h-1, #090e13);
  font-family: General Sans;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px; /* 116.667% */
  letter-spacing: -0.96px;
}
@media screen and (max-width: 1199px) {
  .promo .promo_a .a_wrap .a_left .a_row .a_title {
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .promo .promo_a .a_wrap .a_left .a_row .a_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
  }
}
.promo .promo_a .a_wrap .a_left .a_row .a_text {
  color: var(--body, #57616b);
  font-family: General Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
}
@media screen and (max-width: 1199px) {
  .promo .promo_a .a_wrap .a_left .a_row .a_text {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .promo .promo_a .a_wrap .a_left .a_row .a_text {
    font-family: General Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
}
.promo .promo_a .a_wrap .a_left .a_row .b__primary {
  border-radius: 12px;
  background: var(
    --gr,
    linear-gradient(138deg, #b7ddf9 0%, #a6b2f5 45.68%, #ace2f3 100%)
  );
  color: var(--h-1, #090e13);
  font-family: General Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
}
.promo .promo_a .a_wrap .a_cards {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1199px) {
  .promo .promo_a .a_wrap .a_cards {
    margin: 40px 0 0;
  }
}
.promo .promo_a .a_wrap .a_cards .cards_wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 180px 20px 200px 20px 180px;
  grid-template-columns: 180px 200px 180px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 20px;
}
@media screen and (max-width: 768px) {
  .promo .promo_a .a_wrap .a_cards .cards_wrap {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    padding: 40px 0 0;
  }
}
.promo .promo_a .a_wrap .a_cards .cards_wrap .cards_itm {
  border-radius: 0px 0px 8px 8px;
  border: 0.6px solid #d8d8d8;
  background: #fff;
  border-radius: 8px;
  width: 180px;
  height: 180px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .promo .promo_a .a_wrap .a_cards .cards_wrap .cards_itm {
    width: 105px;
    height: 105px;
  }
}
.promo .promo_a .a_wrap .a_cards .cards_wrap .cards_itm._ad {
  background: linear-gradient(
    143deg,
    rgba(115, 193, 255, 0.5) 0%,
    rgba(19, 89, 224, 0.5) 100%
  );
  border-radius: 8px;
  width: 200px;
  height: 200px;
  position: relative;
  border: 5px solid #fdc830;
}
.promo .promo_a .a_wrap .a_cards .cards_wrap .cards_itm._ad .itemrs-wrp {
  padding: 5px;
  width: calc(100% - 30px);
}
@media screen and (max-width: 768px) {
  .promo .promo_a .a_wrap .a_cards .cards_wrap .cards_itm._ad {
    width: 115px;
    height: 115px;
  }
}
.promo .promo_a .a_wrap .a_cards .cards_wrap .line_ad {
  color: #151515;
  font-size: 8.167px;
  font-style: normal;
  font-weight: 800;
  line-height: 10.889px; /* 133.333% */
  -webkit-transform: matrix(0.82, 0.58, -0.57, 0.82, 0, 0);
  transform: matrix(0.82, 0.58, -0.57, 0.82, 0, 0);
  border-radius: 5.444px;
  background: #fdc830;
  text-align: center;
  width: 100px;
  padding: 3px 0;
  position: absolute;
  right: -30px;
  top: 10px;
}
@media screen and (max-width: 768px) {
  .promo .promo_a .a_wrap .a_cards .cards_wrap .line_ad {
    font-size: 6.97959px;
    line-height: 9px;
  }
}
.promo .promo_a .a_wrap .a_cards .cards_wrap .itemrs-wrp {
  text-align: center;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .promo .promo_a .a_wrap .a_cards .cards_wrap .itemrs-wrp {
    gap: 0;
    padding: 0;
  }
}
.promo .promo_a .a_wrap .a_cards .cards_wrap .itemrs-wrp .itm-title {
  font-family: General Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .promo .promo_a .a_wrap .a_cards .cards_wrap .itemrs-wrp .itm-title {
    font-size: 9.30612px;
    line-height: 14px;
  }
}
.promo .promo_a .a_wrap .a_cards .cards_wrap .itemrs-wrp .itm-boost {
  font-family: General Sans;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .promo .promo_a .a_wrap .a_cards .cards_wrap .itemrs-wrp .itm-boost {
    font-size: 18px;
    line-height: normal;
  }
}
.promo .promo_a .a_wrap .a_cards .cards_wrap .itemrs-wrp .itm-click {
  font-family: General Sans;
  color: #1d1f21;
  text-align: center;
  font-family: General Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .promo .promo_a .a_wrap .a_cards .cards_wrap .itemrs-wrp .itm-click {
    font-size: 10.4694px;
    line-height: normal;
  }
}
.promo .promo_a .a_wrap .a_cards .cards_wrap .itemrs-wrp .s__row {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.promo .promo_a .a_wrap .a_cards .cards_wrap .itemrs-wrp .s__row .c__cover {
  max-width: 180px;
  width: 100%;
  height: 125px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .promo .promo_a .a_wrap .a_cards .cards_wrap .itemrs-wrp .s__row .c__cover {
    max-width: none;
    height: 125px;
  }
}
@media screen and (max-width: 768px) {
  .promo .promo_a .a_wrap .a_cards .cards_wrap .itemrs-wrp .s__row .c__cover {
    max-width: none;
    height: 55px;
  }
}
.promo .promo_a .a_wrap .a_cards .cards_wrap .itemrs-wrp .s__row .c__cover img {
  max-width: none;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px 8px 0px 0px;
  -o-object-position: top;
  object-position: top;
}
.promo .promo_a .a_wrap .a_cards .cards_wrap .itemrs-wrp .s__row .user_link {
  width: 16px;
  height: 16px;
  right: 5px;
  height: 10px;
}
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .s__row
  .user_link
  .icon__profile {
  width: 16px;
  height: 16px;
  background-size: cover;
}
.promo .promo_a .a_wrap .a_cards .cards_wrap .itemrs-wrp .s__row .prof__verift {
  width: 7px;
  height: 7px;
  background-size: cover;
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .promo
    .promo_a
    .a_wrap
    .a_cards
    .cards_wrap
    .itemrs-wrp
    .s__row
    .prof__verift {
    width: 7px;
    height: 7px;
    background-size: cover;
    margin: 0 5px;
  }
}
.promo .promo_a .a_wrap .a_cards .cards_wrap .itemrs-wrp .s__row .profl__data {
  position: relative;
  padding: 5px 5px;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 0px 0px 12px 12px;
}
.promo .promo_a .a_wrap .a_cards .cards_wrap .itemrs-wrp .s__row .d__wrap {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .s__row
  .d__wrap
  .n__wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .s__row
  .d__wrap
  .n__wraper
  .pe__nick {
  font-family: General Sans;
  font-style: normal;
  font-weight: 700;
  font-size: 4.66667px;
  line-height: 7px;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #212423;
}
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .s__row
  .d__wrap
  .n__wraper
  .pe__nick
  a {
  text-decoration: none;
  color: rgba(27, 32, 33, 0.5);
}
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .s__row
  .d__wrap
  .n__wraper
  .pe__nick
  .ads {
  font-family: General Sans;
  font-style: normal;
  font-weight: 700;
  font-size: 4.66667px;
  line-height: 7px;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #212423;
}
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .s__row
  .d__wrap
  .nm__block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .s__row
  .d__wrap
  .nm__block
  .ppl__name {
  font-family: General Sans;
  font-style: normal;
  font-weight: 700;
  font-size: 6.66667px;
  line-height: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: -0.333333px;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #212423;
}
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .s__row
  .d__wrap
  .nm__block
  .ppl__name
  a {
  color: #000000;
  text-decoration: none;
}
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .s__row
  .d__wrap
  .nm__block
  .prf__cost {
  font-family: General Sans;
  font-style: normal;
  font-weight: 700;
  font-size: 6.66667px;
  line-height: 9px;
  letter-spacing: -0.333333px;
  color: #6ba6ff;
}
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .s__row
  .d__wrap
  .data__ftr {
  border-top: 1px solid #dfecf6;
  margin: 5px 0;
}
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .s__row
  .d__wrap
  .data__ftr
  .dt__row {
  padding: 5px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  font-family: General Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 4.66667px;
  line-height: 7px;
  color: #7a8598;
}
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .s__row
  .d__wrap
  .data__ftr
  .dt__row
  .like__count,
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .s__row
  .d__wrap
  .data__ftr
  .dt__row
  .photo__count,
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .s__row
  .d__wrap
  .data__ftr
  .dt__row
  .video__count {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .s__row
  .d__wrap
  .data__ftr
  .dt__row
  .like__count
  .like__icn,
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .s__row
  .d__wrap
  .data__ftr
  .dt__row
  .like__count
  .photo__icn,
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .s__row
  .d__wrap
  .data__ftr
  .dt__row
  .like__count
  .video__icn,
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .s__row
  .d__wrap
  .data__ftr
  .dt__row
  .photo__count
  .like__icn,
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .s__row
  .d__wrap
  .data__ftr
  .dt__row
  .photo__count
  .photo__icn,
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .s__row
  .d__wrap
  .data__ftr
  .dt__row
  .photo__count
  .video__icn,
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .s__row
  .d__wrap
  .data__ftr
  .dt__row
  .video__count
  .like__icn,
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .s__row
  .d__wrap
  .data__ftr
  .dt__row
  .video__count
  .photo__icn,
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .s__row
  .d__wrap
  .data__ftr
  .dt__row
  .video__count
  .video__icn {
  width: 7.33px;
  height: 7.33px;
  background-size: contain;
  background-repeat: no-repeat;
}
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .s__row
  .d__wrap
  .data__ftr
  .dt__row
  .like__count
  span {
  margin-top: 2px;
}
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .s__row
  .d__wrap
  .data__ftr
  .dt__row
  .photo__count
  span {
  margin-top: 2px;
}
.promo
  .promo_a
  .a_wrap
  .a_cards
  .cards_wrap
  .itemrs-wrp
  .s__row
  .d__wrap
  .data__ftr
  .dt__row
  .video__count
  span {
  margin-top: 2px;
}

.v3 {
  color: var(--body, rgba(49, 49, 49, 0.7));
  font-family: General Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.v3 .block-wrapper {
  border-radius: 24px;
  border: 1px solid #7799fd;
  background: #fff;
  position: relative;
}
.v3 .block-wrapper:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='1200' height='411' viewBox='0 0 1200 411' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1356.23 101.485C1283.57 -9.26479 905.295 -97.0331 682.214 235.729C459.133 568.491 -23.0027 337.025 -78.4903 251.466' stroke='%237207FA' stroke-width='1.70514'/%3E%3C/svg%3E%0A");
  width: 100%;
  height: 411px;
  display: block;
  position: absolute;
  top: 50px;
}
.v3 .block-wrapper:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='1200' height='281' viewBox='0 0 1200 281' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1326.34 68.4936C1286.31 1.5628 1250.27 -16.2437 1085.62 19.353C893.383 60.9135 846.999 -7.55317 640.106 37.1756C422.869 84.1408 366.389 256.969 173.326 278.017C-19.7372 299.066 -141.168 44.869 -177 14.0693' stroke='%237207FA' stroke-opacity='0.2' stroke-width='1.70514' stroke-dasharray='17.05 17.05'/%3E%3C/svg%3E%0A");
  width: 100%;
  height: 66.6666666667%;
  display: block;
  position: absolute;
  background-size: cover;
  bottom: 20px;
  left: 0;
}
.v3 .block-content {
  padding: 50px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .v3 .block-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .v3 .block-content {
    padding: 30px 30px;
  }
}
.v3 .block-side {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 500px;
}
@media screen and (max-width: 1199px) {
  .v3 .block-side {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .v3 .block-side {
    max-width: none;
  }
}
.v3 .side-label {
  color: var(--h-1, #090e13);
  font-family: General Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
  padding: 3px 10px;
  display: inline-block;
  padding: 4px 16px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 12px;
  background: var(
    --gr,
    linear-gradient(138deg, #b7ddf9 0%, #a6b2f5 45.68%, #ace2f3 100%)
  );
  gap: 10px;
}
@media screen and (max-width: 1199px) {
  .v3 .side-label {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .v3 .side-label {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
  }
}
.v3 .side-label a {
  text-decoration: none;
  color: #000000;
  font-weight: 700;
}
.v3 .side-title {
  color: #151515;
  font-family: General Sans;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px; /* 116.667% */
  letter-spacing: -0.96px;
  padding: 20px 0;
}
@media screen and (max-width: 1199px) {
  .v3 .side-title {
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 768px) {
  .v3 .side-title {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -0.02em;
  }
}
.v3 .side-list {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1199px) {
  .v3 .side-list {
    padding: 0px 40px;
  }
}
@media screen and (max-width: 768px) {
  .v3 .side-list {
    padding: 0px 0px;
  }
}
.v3 .side-list ul {
  list-style: none;
  padding: 30px 0;
  color: var(--body, #57616b);
  font-family: General Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.14px;
}
@media screen and (max-width: 1199px) {
  .v3 .side-list ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media screen and (max-width: 768px) {
  .v3 .side-list ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.v3 .side-list ul li {
  margin-bottom: 15px;
  position: relative;
  padding: 0 40px;
}
.v3 .side-list ul li:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='11' fill='url(%23paint0_linear_65_7142)'/%3E%3Cpath d='M15.6673 7.5L9.25065 13.9167L6.33398 11' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_65_7142' x1='-3.0137' y1='-19.25' x2='26.535' y2='28.1557' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23396AFC'/%3E%3Cstop offset='1' stop-color='%237799FD'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.v3 .side-button {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.v3 .side-button._pc {
  display: block;
}
@media screen and (max-width: 1199px) {
  .v3 .side-button._pc {
    display: none;
  }
}
.v3 .side-button._tablet {
  display: none;
}
@media screen and (max-width: 1199px) {
  .v3 .side-button._tablet {
    display: block;
  }
}
.v3 .side-button .b__primary {
  border-radius: 12px;
  background: #7207fa;
  text-decoration: none;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-family: General Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .v3 .side-button .b__primary {
    display: block;
    width: calc(100% - 40px);
  }
}
.v3 .side-button .b__primary:hover {
  -webkit-box-shadow: 0 0 0 4px rgba(116, 24, 236, 0.4196078431);
  box-shadow: 0 0 0 4px rgba(116, 24, 236, 0.4196078431);
}
.v3 .cover-wrapper {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.v3 .cover-wrapper._pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1199px) {
  .v3 .cover-wrapper._pc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .v3 .cover-wrapper._pc {
    display: none;
    padding: 0;
    margin: 0;
  }
}
.v3 .cover-wrapper._md {
  display: none;
}
@media screen and (max-width: 768px) {
  .v3 .cover-wrapper._md {
    display: block;
    padding: 30px 0 0;
  }
}
.v3 .cover-wrapper .cover-group {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
.v3 .cover-wrapper .cover-item {
  max-width: 275px;
  border-radius: 12.625px;
}
.v3 .cover-wrapper .cover-item img {
  max-width: none;
  width: 100%;
}

.subs {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .subs {
    margin: 50px 0 0;
  }
}
.subs .sub-content {
  position: relative;
  padding: 50px 0;
  border-radius: 12px;
  background: var(
    --gr,
    linear-gradient(138deg, #b7ddf9 0%, #a6b2f5 45.68%, #ace2f3 100%)
  );
}
.subs .sub-content::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='1200' height='336' viewBox='0 0 1200 336' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M872.206 438.284L829.169 452.543L820.625 446.63L810.105 441.271L798.051 436.393L784.273 431.974L769.189 427.921L752.653 424.203L735.072 420.724L716.374 417.423L696.924 414.248L676.774 411.104L630.112 419.116L610.317 415.094L565.629 419.941L547.37 414.958L506.672 416.786L491.087 410.874L455.999 410.048L443.976 403.415L415.532 400.49L407.634 393.408L386.252 389.01L382.679 381.803L368.201 376.538L357.588 370.845L350.516 364.901L346.662 358.884L345.68 352.92L347.226 347.122L350.997 341.544L356.669 336.248L364.054 331.286L372.85 326.679L382.951 322.428L394.107 318.563L406.277 315.074L419.25 311.972L433.039 309.245L447.465 306.916L462.653 305.725L465.139 304.701' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M412.709 551.86L370.403 547.87L330.437 542.26L324.284 549.217L287.17 542.01L279.471 548.434L245.532 539.732L236.549 545.488L226.155 550.669L196.123 540.432L185.008 544.799L172.87 548.559L147.278 536.849L134.993 539.691L121.967 541.79L108.356 543.138L94.2437 543.671L79.8388 543.347L65.2876 542.177L50.7887 540.088L36.5195 537.1L22.7309 533.152L9.58996 528.305L-2.64222 522.476L-13.7985 515.78L-23.5967 508.133L-31.9013 499.672L-38.4195 490.334L-43.0575 480.274L-45.5227 469.452L-45.7734 458.045L-44.2274 446.22L-43.8723 443.766L-42.6397 440.882L-41.3235 437.571L-39.1403 433.581L-37.8554 431.586L-32.9981 424.9L-32.0266 423.814L-28.3705 418.246L-25.0592 413.138L-23.0536 411.268L-15.5638 401.742L-12.9523 399.631L-5.33727 391.076L-2.25572 388.747L6.40395 380.338L9.68397 377.402L12.3163 375.313L16.8812 371.636L17.978 370.738L18.3854 370.425L23.0339 367.583L24.162 367.27L32.759 360.637L36.5613 357.607L44.636 352.343L45.7851 352.447L58.7798 344.728L63.3342 342.022L72.9967 337.29L81.5833 332.631L95.5704 325.319L98.4116 323.554L104.314 321.548L112.19 318.09L122.646 313.202L133.04 309.128L142.671 305.054L143.914 305.399L147.81 304.009L152.605 301.544L153.336 301.231L156.063 300.458L160.21 298.933L163.03 297.773L164.294 298.327L171.961 295.788L175.617 293.96L178.542 292.675L183.295 292.09L189.166 290.952L196.53 288.131L204.396 285.29L208.522 284.841L214.539 283.379L215.73 283.702L224.452 281.571L232.067 278.96L235.034 277.947L237.635 276.902L246.848 274.176L251.8 272.901L259.258 271.721L261.849 271.7L268.012 270.875L273.799 270.937L276.912 270.269L277.935 269.162L279.669 267.835L284.662 266.582L286.919 266.08L290.167 265.422L295.38 264.231L306.014 261.996L313.556 260.815L325.725 259.123L337.237 257.379L339.974 256.752L340.893 256.616L341.582 256.501L355.172 254.872L362.495 253.858L379.564 252.103L385.424 251.31L388.485 251.289L400.476 250.411L402.273 249.858L410.891 248.949L416.041 248.959L428.44 247.925L442.814 246.577L449.959 246.609L463.361 246.045L472.156 245.512L489.935 244.875L502.376 244.645L503.933 244.749L509.01 245.272L524.48 246.024L525.577 245.805L527.697 245.439L530.852 244.718L539.522 244.593L544.066 244.603L550.459 244.781' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M330.436 542.262L293.458 535.243L259.519 526.865L229.038 517.37L202.024 506.851L178.688 495.548L158.987 483.556L142.932 471.115L130.418 458.319L121.34 445.355L115.553 432.329L112.879 419.376L113.098 406.601L116.075 394.076L121.539 381.896L129.383 370.092L139.161 358.936L139.318 358.759L151.121 348.031L151.299 347.863L164.847 337.647L165.014 337.511L180.349 327.786L180.527 327.671L197.334 318.489L197.501 318.395L215.427 309.966L215.907 309.736L216.064 309.663L216.116 309.642L235.253 301.786L235.733 301.588L235.869 301.536L236.35 301.358L256.573 294.171L257.022 294.015L257.137 293.973L257.659 293.806L278.98 287.193L279.408 287.058L279.523 287.026L280.202 286.849L302.786 280.821L303.266 280.696L303.454 280.644L303.966 280.529L326.728 275.295L327.595 275.097L327.96 275.013L328.034 275.003L328.89 274.836L352.853 270.208L353.751 270.031L354.086 269.968L354.127 269.958L354.378 269.916L354.974 269.822L380.054 265.79L380.848 265.664L381.151 265.612L381.203 265.602L382.185 265.476L409.564 261.956L438.886 259.052L469.482 256.942L501.029 255.647L533.85 255.239L537.119 255.291' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M555.401 560.886L590.426 558.943L637.809 554.576L685.035 548.56L731.206 540.965L776.343 531.888L779.038 531.24L819.631 521.452L822.796 520.565L861.143 509.774L863.88 508.875L900.221 497.019L903.303 495.87L936.959 483.304L939.686 482.144L970.898 468.815L1002.14 453.658L1004.76 452.206L1030.42 438.021L1033.11 436.328L1055.87 421.986L1058.28 420.242L1078.34 405.722L1083.2 390.899L1085.11 389.155L1101.45 374.175L1102.92 360.031L1116.92 343.109L1115.38 329.79L1125.21 312.931L1121.06 300.542L1126.92 283.943L1130.17 267.794L1122.76 256.397L1122.49 240.77L1113.46 230.439L1104.1 221.132L1094.55 212.764L1084.91 205.358L1075.26 198.819L1065.67 193.189L1056.21 188.363L1046.89 184.393L1037.72 181.165L1028.69 178.763L1019.77 177.06L1010.94 176.151L1002.13 175.911L993.263 176.413L984.259 177.562L975.003 179.431L965.414 181.886L955.323 185.03L944.658 188.697L933.23 192.98L920.988 197.701L907.711 202.956L893.41 208.534L877.877 214.498L861.185 220.651L843.155 227.023L823.966 233.406L803.513 239.809L786.183 254.277L765.416 268.546L764.32 269.183L741.6 282.272L740.263 282.93L714.889 295.277L713.521 295.841L685.944 307.227L684.367 307.781L655.264 317.945L653.666 318.415L623.738 327.2L592.077 334.857L561.23 340.842L531.94 345.156L504.989 347.862L480.922 349.094L460.218 349.021L443.118 347.841L438.992 342.994L428.306 340.842L421.15 338.178L417.337 335.191L416.596 332.057L418.643 328.913L423.156 326.865L426.634 324.317L434.051 321.235L435.231 321.371L435.962 321.716L438.292 320.817L439.232 320.514L439.545 320.368L440.517 319.95L441.927 319.365' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M499.371 245.064L534.26 244.876L549.971 245.2' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M813.426 560.887L847.124 552.342L884.249 541.667L919.588 530.208L953.224 517.996L984.864 505.169L1014.61 491.766L1042.24 477.894L1067.86 463.594L1091.3 448.99L1112.64 434.105L1131.82 419.042L1148.89 403.853L1163.82 388.602L1176.69 373.351L1187.53 358.152L1196.37 343.068L1200 335.255' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M515.686 244.334L542.072 244.532L544.119 244.543' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M422.07 250.455L435.942 249.494L453.231 248.303L454.881 248.69L488.527 247.259L489.185 246.747L490.324 245.525L506.599 244.449L510.025 244.396L511.017 244.407L511.592 245.013L526.78 245.452L528.566 245.295L530.593 245.128L534.26 244.877L539.524 244.595L542.073 244.532L544.12 244.553L545.813 244.574H546.377L548.539 244.595' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M1005.07 86.7969L1027.3 95.091L1030.84 95.7491L1035.85 96.9921L1043.77 100.262L1045.43 100.732L1065.18 108.514L1065.37 108.587L1067.49 109.496L1075.88 113.131L1076.41 113.361L1099.34 123.264L1103.14 125.228L1112.22 129.395L1133.26 139.246L1141.57 143.362L1164.73 155.28L1165.65 155.897L1168.53 157.767L1170.79 160.597L1174.98 163.46L1179.6 167.513L1184.82 172.36L1190.53 178.021L1196.57 184.456L1200 186.963' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M342.629 257.338L355.028 255.239L360.993 253.964L362.821 253.682L366.602 253.275L367.469 253.181' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M868.058 560.886L893.859 546.471L919.588 530.207L942.203 514.047L961.57 498.2L977.991 482.751L991.403 467.886L1002.14 453.659L1010.2 440.205L1015.93 427.534L1019.35 415.751L1020.78 404.835L1020.24 394.869L1018.03 385.802L1014.12 377.675L1008.8 370.436L1002 364.106L993.921 358.622L984.54 353.973L955.219 372.421L921.499 390.189L883.821 406.955L842.403 422.457L798.049 436.392L751.178 448.551L702.887 458.736L653.676 466.81L604.779 472.712L556.644 476.441L510.4 478.071L466.391 477.674L425.454 475.48L387.754 471.605L353.805 466.34L323.595 459.822L297.345 452.353L274.897 444.049L256.251 435.19L241.208 425.873L229.613 416.315L221.236 406.589L215.877 396.864L213.297 387.202V377.696L215.647 368.399L220.191 359.374L226.689 350.672L235.035 342.305L245.011 334.324L256.574 326.72L269.496 319.554L283.796 312.795L299.235 306.496L315.928 300.636L333.592 295.246L335.462 294.755L352.416 290.326L354.411 289.877L372.085 285.897L374.112 285.511L392.873 281.959L414.433 278.533L416.554 278.272L437.08 275.66L460.468 273.32L484.933 271.586L510.128 270.437L515.059 270.354' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M744.817 560.887L773.031 555.392L814.355 545.886L854.175 535.294L892 523.751L927.923 511.331L961.57 498.201L993.064 484.401L1022.12 470.091L1048.89 455.32L1073.16 440.236L1084.11 422.405L1104.22 406.642L1110.74 389.291L1126.55 373.152L1129 356.512L1130.63 354.224L1140.54 340.279L1139.33 324.558L1146.74 308.471L1142.38 293.815L1145.91 278.073L1138.9 264.556L1138.84 249.315L1129.7 236.989L1126.39 222.365L1121.25 208.326L1114.48 194.819L1101.56 183.997L1092.3 171.253L1078.46 161.59L1067.05 149.63L1054.57 138.286L1041.12 127.495L1026.88 117.3L1010.39 109.35L994.621 102.216L979.558 95.781L965.362 90.088L952.001 85.0217L939.602 80.6344L928.101 76.8216L917.613 73.6565L908.055 71.045L899.521 69.0603L891.885 67.6083L885.221 66.7726L879.381 66.4697L874.409 66.7935L870.126 67.6501L866.533 69.1648L863.43 71.2122L860.788 73.9281L858.375 77.2082L856.108 81.1671L853.747 85.6798L851.177 90.8819L848.148 96.6272L844.492 103.041L840 109.956L834.464 117.488L827.716 125.437L819.557 133.909L809.895 142.662L798.561 151.782L785.598 161.016L786.308 170.929L785.264 181.312L782.13 192.26L763.546 200.763L756.934 211.731L748.128 222.887L736.868 234.263L723.298 245.597L707.274 256.847L689.119 267.753L668.875 278.219L647.022 287.997L624.334 290.326L622.725 290.911L602.272 298.317L581.955 299.122L580.314 299.602L561.167 305.233L544.224 304.669L529.203 303.676L513.084 307.353L502.273 305.41L493.561 303.258L487.011 300.971L482.624 298.62L476.576 299.957L471.844 300.427L471.384 300.01L469.797 301.284L469.723 301.43L469.661 301.483L469.515 301.744L469.264 302.203L468.104 304.292L465.723 304.46L465.242 304.627' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M979.987 560.887L1003.81 544.957L1033.39 522.289L1058.85 499.695L1080.47 477.34L1098.3 455.435L1112.64 434.105L1123.68 413.516L1140.66 398.118L1146.55 378.114L1159.13 362.529L1160.32 343.413L1168.63 327.89L1165.64 309.881L1169.9 294.672L1163.35 277.906L1163.88 263.188L1154.38 247.77L1151.52 233.657L1141.94 222.313L1139.66 219.608L1133.8 206.216L1120.14 193.514L1111.66 180.895L1101.93 168.788L1091.13 157.235L1079.33 146.183L1066.7 135.706L1053.33 125.719L1039.38 116.318L1024.93 107.397L1010.18 99.0718L995.155 91.2374L977.846 84.4475L972.988 82.5463L956.964 76.0071L941.358 69.4576L925.71 63.3467L910.679 57.873L894.446 52.6918L889.264 50.728L883.415 48.6492L870.295 44.8051L855.253 40.8983L850.949 39.9686L837.954 36.72L830.485 34.9233L819.527 32.2491L810.711 30.0972L800.641 28.5199L797.695 29.178L789.652 27.6111L787.229 26.9739L780.094 26.1278L774.286 25.4488L758.743 21.7614L754.22 21.6465L750.783 21.9494L748.506 22.7851L747.137 24.0595L746.719 25.8771L747.001 28.1647L747.962 31.0269L749.331 34.3905L751.065 38.3495L752.882 42.8309L754.721 47.9285L768.698 52.8903L782.706 58.5102L783.186 58.7296L796.557 64.7151L810.21 71.6408L823.455 79.2036L836.178 87.5708L848.149 96.6275L859.17 106.551L868.989 117.216L877.314 128.79L883.874 141.117L888.293 154.362L890.288 168.328L889.421 183.109L885.431 198.496L877.878 214.499L866.597 230.837L851.262 247.425L831.895 263.93L831.237 264.389L808.423 280.152L807.703 280.56L781.191 295.727L780.219 296.187L750.449 310.383L749.425 310.79L716.948 323.775L715.664 324.203L681.328 335.662L679.97 336.038L644.6 345.784L607.642 354.015L571.552 360.252L537.185 364.535L505.429 366.948L476.88 367.658L452.061 366.885L431.2 364.869L414.424 361.881L401.638 358.163L392.665 353.953L387.244 349.451L385.029 344.854L385.698 340.279L388.853 335.86L394.201 331.672L401.899 328.35L406.193 327.671L414.466 324.829L423.888 321.748L428.338 321.215L435.734 320.338L439.745 319.251L445.772 316.932L447.444 316.149L449.031 315.595L449.909 315.167' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M248.416 274.187L254.819 272.767L268.086 269.821L271.982 268.954L275.419 268.39L289.207 265.434L291.526 264.64L292.655 264.452L294.577 264.065H294.597L295.381 264.232L303.811 262.718L312.669 260.994' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M948.554 560.886L972.141 546.22L1001.57 525.339L1027.3 504.478L1049.31 483.847L1067.86 463.593L1083.01 443.902L1095.09 424.87L1114.57 409.357L1121.85 390.784L1137.01 374.917L1139.87 357.075L1150.74 341.135L1149.63 324.254L1156.37 308.481L1151.81 292.718L1154.66 277.321L1147.23 262.769L1146.53 247.894L1136.76 234.597L1132.83 220.369L1127.24 206.685L1114.48 194.819L1106.25 181.887L1092.3 171.253L1081.77 159.104L1070.09 147.509L1057.44 136.509L1043.92 126.022L1029.67 116.129L1011.91 107.626L994.851 99.9486L978.074 93.869L963.022 86.7762L948.377 81.2085L934.724 76.3303L922.001 72.0265L910.333 68.36L899.657 65.2367L890.068 62.7297L881.45 60.7449L873.918 59.3556L867.306 58.4781L861.696 58.217L843.688 50.581L825.606 43.6449L807.451 37.2624L803.429 37.5445L785.608 31.7783L782.819 32.5827L780.897 33.8571L779.842 35.7165L779.424 38.0668L779.623 41.023L780.176 44.491L780.27 44.5224L795.542 50.393L796.054 54.6027L796.409 59.3869L796.556 64.7144L796.378 70.6999L795.605 77.2077L794.08 84.3632L791.562 92.0096L787.886 100.231L782.861 108.859L776.332 117.957L768.205 127.317L758.376 136.99L746.885 146.736L733.723 156.576L719.089 166.259L703.106 175.786L686.142 184.905L685.798 191.789L684.335 198.913L681.536 206.361L677.462 213.997L671.904 221.863L664.979 229.823L656.497 237.887L646.636 245.889L635.281 253.838L622.694 261.558L608.863 269.016L594.145 276.046L578.643 282.617L562.776 288.581L546.794 293.898L531.929 293.512L518.172 297.45L507.444 296.082L498.983 294.473L492.882 292.708L489.153 290.859L487.764 288.999' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M218.363 288.864L244.175 280.862L244.697 279.379L245.178 279.264L268.034 273.634' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M647.24 560.887L673.156 557.816L719.108 550.765L763.722 542.294L807.042 532.474L810.019 531.68L848.376 521.454L851.792 520.409L887.809 509.347L890.86 508.271L924.798 496.3L928.162 494.953L959.448 482.428L962.487 481.039L991.402 467.887L994.609 466.237L1020.77 452.782L1023.68 451.08L1047.31 437.28L1050.26 435.317L1071.19 421.444L1078.34 405.723L1080.69 403.759L1098 389.313L1101.45 374.177L1103.23 372.254L1116.83 357.484L1116.92 343.11L1128.06 326.386L1125.2 312.932L1132.28 296.396L1136.78 280.257L1130.17 267.795L1131.03 252.126L1122.49 240.771L1120.03 225.688L1110 215.45L1104.58 201.046L1097.4 187.288L1088.62 174.126L1075.83 165.216L1064.85 152.817L1051.59 144.951L1050.18 143.676L1038.72 133.335L1037.24 132.165L1024.85 122.377L1010.84 115.598L997.544 109.591L984.946 104.264L973.153 99.6677L962.143 95.6982L952 92.4078L942.651 89.7023L934.168 87.6757L926.449 86.2133L919.544 85.409L913.329 85.1687L907.803 85.597L891.403 75.7883L874.407 66.7943L856.921 58.4584L839.194 50.8643L835.517 51.6477L832.686 53.0475L830.451 54.9695L828.832 57.5287L827.568 60.6312L826.617 64.3813L825.708 68.6955L824.737 73.6782L823.452 79.2041L821.708 85.409L819.253 92.1257L815.91 99.4901L811.471 107.314L805.746 115.702L798.58 124.445L789.806 133.617L779.402 142.987L767.243 152.608L753.443 162.208L738.004 171.818L738.213 180.081L736.855 188.834L733.931 197.901L729.178 207.376L722.628 217.059L714.041 227.004L703.533 236.98L680.552 243.268L667.756 252.502L644.816 257.391L622.692 261.559L601.622 265.037L588.586 271.691L574.776 277.959L557.332 279.233L541.976 279.965L529.034 280.194L519.173 284.007L510.273 283.328L502.449 286.243L497.748 284.958L495.617 283.621' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M195.027 297.88L219.596 289.607L244.771 281.668L271.251 274.44' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M1009.81 308.793L1026.72 289.594L1039.27 270.624L1047.67 252.093L1052.31 234.094L1053.48 216.786L1051.56 200.176L1046.89 184.393L1039.8 169.361L1030.59 166.102L1030.03 165.266L1021.3 151.833L1020.68 151.091L1010.15 138.41L1009.32 137.584L997.409 125.749L996.573 125.039L983.338 113.914L982.241 113.099L968.118 102.779L967.063 102.089L952 92.4057L950.632 91.6118L935.078 82.6805L933.804 82.0224L917.612 73.6552L915.972 72.8927L899.656 65.2358L894.913 63.2197L881.428 57.464L876.623 55.5837L862.97 50.2459L857.486 48.282L844.512 43.6231L838.955 41.7951L826.033 37.5227L819.243 35.0679L807.794 31.9864L797.996 29.8867' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M810.794 560.888L832.824 548.666L854.176 535.295L872.393 522.154L887.812 509.347L900.221 497.021L910.03 485.238L917.071 474.113L921.771 463.646L923.954 453.942L924.059 444.969L921.917 436.8L917.927 429.363L911.921 422.719L904.264 416.765L863.953 432.413L820.623 446.63L774.546 459.228L726.767 469.987L677.629 478.782L628.345 485.489L579.27 490.085L531.585 492.592L485.56 493.052L442.168 491.641L401.575 488.455L364.429 483.744L330.762 477.613L300.939 470.373L274.855 462.132L274.688 462.069L252.616 453.169L234.074 443.59L219.137 433.635L207.625 423.377L199.363 413.015L194.129 402.611L191.727 392.301L191.946 382.147L194.589 372.223L199.446 362.582L206.372 353.254L215.136 344.312L225.686 335.746L237.762 327.609L251.394 319.9L266.31 312.661L267.491 312.159L282.606 305.86L283.933 305.38L299.988 299.561L301.377 299.133L318.645 293.733L320.17 293.325L338.252 288.426L339.798 288.071L359.081 283.621L360.742 283.287L380.756 279.349L382.406 279.077L403.612 275.619L405.377 275.39L427.272 272.465L452.102 269.916L477.715 267.983L504.498 266.719L521.128 266.364' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M547.9 246.945L523.53 246.924L488.526 247.258L471.07 246.579L469.984 245.681L465.492 245.806L456.477 246.725L455.715 247.697L454.42 248.24L421.505 251.019L389.456 254.173L358.578 258.414L329.434 263.721L301.303 269.476L299.904 268.933L299.423 267.534L296.258 267.502L275.22 271.273L273.517 271.284L272.723 271.785L271.637 272.401L271.658 274.365L246.138 282.304L221.517 290.18L219.595 289.606L218.363 288.864L218.175 287.36L216.148 287.506L193.24 294.327L189.877 294.986L170.228 301.389L164.107 303.217L148.145 309.411L147.101 309.871L143.8 311.971L124.819 320.432L121.299 321.403L104.345 328.977L86.7753 337.584L85.6367 338.274L79.3274 342.097L68.1712 348.845L67.1788 349.524L62.8333 351.425L52.8052 356.919L51.6457 357.787L47.5927 360.826L36.8334 368.88L35.6321 369.914L31.7671 373.247L22.4389 381.3L21.4361 382.314L9.85156 394.065L9.94558 398.641L11.2409 402.62L13.5181 406.068L16.7563 408.919L20.7675 411.228L25.5518 412.941L30.921 414.132L36.8856 414.738L43.2785 414.832L50.131 414.383L57.3178 413.442L64.8702 411.99L70.6886 398.359L78.7111 385.531L78.9722 385.103L89.157 372.693L89.4391 372.348L100.961 361.119L101.671 360.429L102.047 360.064L116.484 348.354L129.896 339.172L131.473 338.085L132.32 337.5L132.769 337.198L147.706 328.371L149.169 327.504L150.193 326.898L150.6 326.658L166.843 318.343L170.04 316.713L189.26 308.095L190.368 307.604L190.806 307.406L208.815 299.498L231.117 291.016L231.692 290.818L256.49 283.359L282.563 276.58L309.681 270.49L338 265.121L367.322 260.483L397.824 256.607L429.318 253.536L461.951 251.301L495.597 249.932L530.382 249.504L544.453 249.713' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M548.445 246.518L524.189 246.226L523.49 246.236L506.473 246.487L489.185 246.748L488.934 247.751L456.166 249.997L424.097 252.598L392.372 255.763L390.659 255.272L359.854 259.252L358.747 258.719L358.611 257.789L357.055 256.964L343.318 257.706L340.811 257.131L333.405 257.747L322.531 259.931L312.931 262.103L311.615 262.866L304.825 264.548L303.718 264.778L302.099 265.373L301.253 265.822L299.748 265.603L284.915 267.504L281.708 267.692L266.76 270.356L257.944 272.069L244.709 275.516L240.823 275.944L239.36 275.767L237.585 276.164L226.585 278.911L223.796 279.673L222.428 280.405L214.572 282.703L212.932 282.494L201.776 285.659L201.306 285.795L200.366 286.087L192.939 288.344L183.047 291.289L181.824 291.603L178.544 292.679L175.003 293.89L169.77 295.666L156.263 300.586L148.397 303.95L134.16 309.35L126.054 313.08L112.537 318.48L104.66 322.544L92.0103 327.474L85.2413 330.033L80.572 332.112L78.6604 333.01L66.961 339.665L55.5644 346.392L46.0587 353.119L41.7863 356.033L29.5019 363.46L20.0901 369.561L19.5156 370.031L12.8197 375.191L9.26811 377.824L5.4658 380.926L0.274174 385.961L-5.02191 390.693L-6.54701 392.928L-12.7623 400.46L-18.7687 409.725L-21.8398 412.64L-27.1986 421.582L-30.1548 430.837L-31.1367 439.486L-30.4368 447.571L-28.0552 454.946L-24.2842 461.663L-19.1657 467.606L-12.9713 472.829L-5.76357 477.248L2.20667 480.925L10.8454 483.798L19.9647 485.929L29.4601 487.276L39.1748 487.892L49.0044 487.778L58.834 486.963L68.601 485.469L78.1903 483.317L87.5708 480.549L96.6901 477.175L105.548 473.237L114.093 468.756L122.387 463.783L130.42 458.32L138.254 452.439L145.953 446.14L153.589 439.507L161.256 432.539L169.039 425.332L177.04 417.884L185.376 410.31L194.13 402.612L203.416 394.903L213.298 387.204L223.869 379.599L235.161 372.151L247.237 364.923L260.096 357.966L273.748 351.343L288.164 345.107L303.331 339.288L319.167 333.951L335.651 329.093L352.657 324.769L370.175 320.987L388.058 317.749L406.276 315.075L424.671 312.954L443.254 311.377L457.116 309.967L458.882 309.267' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M917.091 560.888L937.993 548.739L967.054 529.665L992.521 510.622L1014.61 491.767L1033.3 473.298L1048.89 455.321L1061.4 438.012L1084.11 422.406L1092.28 405.421L1094.85 403.175L1110.74 389.292L1114.84 372.892L1129 356.513L1129.4 340.917L1139.33 324.559L1136.49 309.934L1132.28 296.396L1126.92 283.945L1120.62 272.569L1113.56 262.228L1105.91 252.92L1097.81 244.584L1089.34 237.23L1080.63 230.785L1071.71 225.259L1062.67 220.59L1053.48 216.788L1044.19 213.769L1034.75 211.586L1025.19 210.134L1015.39 209.476L1005.34 209.486L994.923 210.249L984.101 211.627L972.726 213.696L960.765 216.318L952.482 234.515L939.821 253.077L922.826 271.451L922.439 271.859L900.649 290.233L900.304 290.526L873.74 308.545L873.333 308.827L842.152 326.178L841.849 326.345L806.469 342.661L806.186 342.787L806.082 342.828L767.181 357.714L767.077 357.756L766.722 357.86L725.283 370.959L681.838 382.137L637.809 391.131L594.291 397.837L574.329 394.118L534.206 397.67L517.075 392.875L482.227 393.596L468.877 387.934L457.021 382.189L431.533 380.131L424.179 373.957L405.773 370.479L402.911 364.222L401.637 358.163L401.898 352.345L403.621 346.798L406.703 341.554L411.069 336.634L411.205 333.187L414.026 329.792L419.144 328.152L423.469 327.191L427.804 326L430.227 323.535L434.291 321.822L435.429 321.174L441.154 319.534' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M548.903 246.119L525.578 245.806L524.481 246.025L523.885 247.185L489.33 248.26L488.547 247.487L487.878 247.258L470.193 247.78L455.423 247.299L436.871 247.425L435.085 247.571L432.442 247.895L428.253 248.093L424.973 248.334L410.861 249.556L393.834 250.36L392.361 250.496L388.057 251.008L381.111 252.303L368.826 254.016L354.682 255.395L351.653 255.28L342.388 256.743L329.361 259.093L318.644 260.618L306.203 262.655L296.77 264.086L284.904 266.207L276.056 268.943L274.165 270.009L259.677 272.673L257.023 272.485L248.416 274.187L240.822 275.953L231.222 278.533L215.731 283.704L203.164 287.965L199.143 289.992L196.197 291.83L194.191 293.46L193.147 294.881L193.282 296.594L170.855 306.392L149.608 316.378L147.676 315.532L146.464 314.415L146.391 312.19L143.8 311.97L125.499 318.645L116.933 322.051L106.748 326.887L103.74 327.765L89.3664 334.419L87.1832 334.93L73.7497 340.895L60.0029 347.601L48.0527 353.744L38.2022 359.562L35.2356 361.756L23.0034 370.802L20.0368 373.298L9.20434 382.386L6.6242 384.883L-3.00694 394.201L-5.51397 397.042L-13.714 406.276L-15.7928 409.107L-22.7184 418.477L-24.6405 421.674L-30.1559 430.835L-31.6183 434.01L-35.8594 443.213L-35.6713 452.301L-33.6239 460.7L-29.9992 468.44L-24.8389 475.397L-18.4356 481.612L-10.8727 487.002L-2.40108 491.62L6.88535 495.38L16.7359 498.357L27.0564 500.488L37.6381 501.857L48.387 502.431L59.1254 502.254L69.7802 501.334L80.2262 499.715L90.3901 497.407L105.975 511.133L116.265 507.999L125.99 504.228L145.921 517.055L155.259 512.47L163.846 507.351L171.628 501.679L178.689 495.547L185.051 488.935L190.817 481.947L196.051 474.54L200.918 466.852L205.494 458.84L209.965 450.619L214.456 442.179L219.136 433.634L224.14 424.974L229.613 416.315L235.672 407.666L242.441 399.131L249.993 390.743L258.402 382.574L267.71 374.677L277.936 367.114L289.082 359.917L301.126 353.148L314.016 346.828L327.721 341L342.137 335.693L357.221 330.909L372.848 326.678L388.997 322.991L405.491 319.857L422.33 317.266L439.336 315.219L452.028 313.579L453.417 312.973' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M546.658 247.948L524.251 247.697L523.551 247.164L523.217 246.684L489.142 246.767L472.836 246.987L456.509 247.645L455.141 248.167L454.963 249.222L422.549 252.095L421.86 251.008L420.074 250.643L401.887 252.398L390.585 252.805L376.869 253.703L364.836 255.093L361.984 255.939L359.884 256.273L357.68 255.322L348.446 256.388L338.032 258.425L334.365 259.459L333.279 259.647L331.555 260.18L330.657 260.587L329.435 261.078L328.641 262.102L328.108 262.53L305.461 266.04L300.384 266.614L299.674 268.213L272.828 275.4L247.027 282.586L245.251 282.022L244.29 281.301L244.384 279.902L242.545 279.985L218.541 286.295L212.889 287.611L194.651 292.834L188.791 294.38L171.429 299.874L168.787 300.386L159.229 302.956L157.119 302.747L151.645 304.899L135.997 310.602L132.989 311.438L119.294 317.183L117.027 318.249L111.512 321.351L106.936 324.13L93.2 330.282L78.4817 336.842L65.7063 343.382L60.0133 348.281L55.5633 352.083L42.9969 359.573L38.9439 363.647L27.1609 370.531L17.4148 377.331L12.9753 382.627L4.38874 389.323L1.10872 395.82L-0.593967 401.764L-0.980469 407.206L-0.040334 412.032L1.98617 416.294L5.08861 419.93L9.03717 422.98L13.8319 425.393L19.2637 427.221L25.3224 428.422L31.8511 429.07L38.8289 429.112L46.1306 428.61L53.7666 427.545L61.622 425.978L69.728 423.889L78.0012 421.319L86.4833 418.279L89.1783 404.908L94.5162 391.851L102.236 379.222L111.992 367.324L112.243 367.021L123.984 355.593L124.245 355.332L137.909 344.416L138.232 344.155L152.804 334.283L153.567 333.761L153.87 333.563L170.166 324.14L171.241 323.514L188.853 314.666L189.699 314.248L190.013 314.081L207.719 306.372L209.202 305.724L209.965 305.39L210.33 305.233L229.363 297.984L230.679 297.472L231.546 297.148L231.87 297.023L252.135 290.306L253.681 289.794L254.819 289.418L273.141 283.38L296.373 276.768L297.355 276.517L297.721 276.423L324.024 270.741L324.431 270.647L352.165 265.58L381.142 261.245L411.122 257.673L442.324 254.884L474.518 252.93L507.924 251.865L541.873 251.729' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M904.232 56.9336L919.797 62.261L936.04 68.6435L951.573 74.6081L956.963 76.0079L962.207 77.3554L980.122 83.999L984.791 85.8375L1003.63 93.2437L1007.84 95.0195L1027.86 103.449L1031.85 105.246L1052.6 114.595L1056.19 116.34L1077.79 126.859L1081.14 128.624L1103.2 140.23L1106.18 141.953L1128.68 154.906L1131.42 156.64L1153.97 170.888L1156.4 172.591L1178.86 188.375L1181.01 190.067L1200 205.036' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M825.271 33.502L836.866 36.9387L841.233 38.7981L853.904 42.7153L858.772 43.8852L875.986 49.1187L893.995 54.9475L911.607 60.9539L928.603 67.7124L947.656 74.4083L967.702 81.8667L972.684 83.8201L988.458 90.8084L1003.98 98.1101L1009.36 99.6039L1014.6 101.035L1032.4 108.943L1036.46 110.875L1055.22 119.806L1059.04 121.76L1078.36 131.642L1090.74 141.043L1102.57 150.956L1105.85 153.066L1123.91 164.693L1126.94 166.824L1145.04 179.599L1147.75 181.719L1165.76 195.832L1168.19 197.963L1185.77 213.402L1187.88 215.512L1200 227.65' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M852.859 41.0225L866.564 44.2189L873.292 45.8067L888.522 50.9148' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M868.508 45.7559L882.798 49.1403L897.182 52.9636L902.697 54.0604L910.511 55.8362L921.876 59.9415L935.759 65.4465L940.658 67.0969L960.912 73.8972L965.509 74.7747L989.158 82.2644L1001.12 87.5292L1013.65 93.4207L1026.46 99.8763L1039.53 106.959L1052.6 114.595L1065.62 122.857L1078.36 131.642L1081.83 133.575L1101.77 144.627L1105 146.58L1125.19 158.76L1128.08 160.682L1148.45 174.199L1151.09 176.132L1171.28 190.965L1173.61 192.876L1193.43 209.224L1200 215.377' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M125.991 504.228L109.601 490.899L96.6897 477.173L87.2153 463.217L81.0313 449.177L78.0228 435.169L78.002 421.318L80.8119 407.707L86.2125 394.441L94.517 391.85L103.135 388.904L112.171 385.562L121.541 381.895L131.381 377.905L141.639 373.643L152.429 369.109L163.711 364.398L175.619 359.489L188.112 354.485L201.306 349.398L215.136 344.311L229.739 339.255L245.011 334.324L261.067 329.54L277.78 324.986L295.246 320.713L313.296 316.775L332.015 313.213L351.226 310.069L370.958 307.395L391.025 305.212L411.457 303.54L432.056 302.402L452.843 301.796L469.066 301.754' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M545.969 248.5L525.652 248.26L490.742 248.792L456.918 250.255L455.403 249.743L454.62 249.221L421.652 251.571L389.719 254.747L359.301 258.977L330.031 263.991L328.84 263.448L300.605 269.204L273.592 275.68L272.077 275.127L271.252 273.643L268.003 272.651L254.34 274.772L251.854 275.336L249.065 276.098L246.464 276.453L225.018 282.334L221.843 283.995L220.819 284.309L219.189 284.434L210.06 286.764L199.3 289.573L189.951 291.234L172.204 296.656L158.885 302.056L154.205 304.751L152.701 305.368L145.065 308.481L131.35 314.069L129.271 314.487L113.874 320.723L111.513 321.35L98.2464 327.053L93.1906 330.887L91.4565 331.838L87.1842 334.93L80.6972 339.432L70.1051 344.728L67.2638 345.647L55.7837 352.782L54.1855 353.91L49.3804 357.294L39.2165 364.45L37.8376 365.568L33.3354 369.213L23.767 375.721L13.4777 383.388L9.70674 387.18L1.10974 395.819L-0.290013 397.491L-2.3792 399.998L-9.46153 408.48L-12.4595 412.846L-18.3301 421.391L-25.2871 434.417L-24.1589 441.499L-21.537 447.871L-17.6825 453.596L-12.6475 458.557L-6.68292 462.83L0.159163 466.34L7.64889 469.139L15.7236 471.187L24.2057 472.534L33.0116 473.15L41.9951 473.098L51.1039 472.367L60.2232 470.999L69.3321 468.993L78.326 466.392L87.2155 463.216L95.9483 459.498L104.545 455.257L112.996 450.535L121.342 445.354L129.626 439.744L137.91 433.759L146.235 427.418L154.717 420.795L163.408 413.912L172.423 406.829L181.824 399.601L191.727 392.299L202.194 384.976L213.298 377.695L225.091 370.509L237.626 363.51L250.903 356.73L264.953 350.243L279.744 344.101L295.277 338.356L311.469 333.049L328.307 328.213L345.679 323.888L363.573 320.086L381.832 316.827L400.447 314.121L419.25 311.97L438.251 310.371L457.273 309.316' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M539.575 253.484L519.487 253.4L486.342 254.173L454.451 255.834L423.531 258.32L417.034 257.997L387.075 261.433L358.443 265.622L358.38 265.633L358.056 265.685L330.677 270.553L330.374 270.615L329.518 270.803L304.26 276.173L303.915 276.256L303.142 276.444L301.575 276.841L278.876 282.471L272.295 282.868L271.877 282.994L271.01 283.244L269.318 283.746L247.946 289.993L247.58 290.118L246.598 290.442L245.157 290.933L224.944 297.743L218.593 298.328L218.185 298.485L213.025 299.613L208 298.955L207.52 299.143L185.677 307.719L185.124 307.97L164.587 317.152L162.989 317.977L145.011 327.19L144.5 327.493L143.539 328.058L126.856 337.877L125.404 338.859L110.404 349.127L109.965 349.482L109.109 350.161L95.6336 360.983L95.2784 361.328L94.4114 362.164L82.8269 373.372L82.4822 373.79L72.0153 386.283L71.7646 386.691L63.4915 399.654L56.6494 400.511L50.2669 400.866L44.3232 400.772L38.954 400.145L34.128 399.038L30.0123 397.377L26.6069 395.225L24.0894 392.519L22.4494 389.302L21.9062 385.542L22.439 381.301L24.2879 376.527L27.4217 371.314L32.0701 365.621L42.7876 358.904L48.1464 354.308L54.884 348.647L65.5807 342.922L72.9973 337.292L85.6682 329.802L96.8975 324.088L98.4435 323.336L102.925 321.362L104.011 320.892L114.457 316.41L117.695 314.937L123.179 312.65L124.945 312.075L133.479 309.161L143.727 305.118L156.345 300.752L166.603 296.908L177.833 292.928' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M66.5316 560.886L51.479 550.095L37.8053 538.208L36.5205 537.101L24.0689 523.563L14.1557 509.638L6.88538 495.38L2.20561 480.922L0.158203 466.34L0.638719 451.778L3.65759 437.269L9.03724 422.979L16.7568 408.918L26.6073 395.224L38.5574 381.905L52.3669 369.078L68.0254 356.72L85.3029 344.916L104.67 334.481L107.03 336.518L109.6 337.437L112.964 338.011L131.892 327.179L152.355 316.952L155.74 317.276L159.876 317.328L164.587 317.151L170.04 316.712L176.026 316.065L182.753 315.166L200.427 307.342L201.806 306.736L202.757 306.318L203.123 306.151L210.33 305.232L218.102 304.156L237.249 297.011L238.628 296.499L239.318 296.238L239.621 296.123L260.042 289.459L261.265 289.062L262.017 288.821L262.278 288.727L283.953 282.617L285.353 282.23L286.032 282.032L286.314 281.958L307.018 276.913L309.201 276.38L310.413 276.077L311.144 275.9L311.395 275.848L311.447 275.837L335.504 270.865L336.883 270.583L337.791 270.395L338.46 270.28L364.972 265.673L365.191 265.642L365.87 265.537L393.876 261.61L423.531 258.319L430.906 258.675L461.523 256.356L493.394 254.872L526.246 254.256L538.353 254.381' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M798.133 39.6445L815.4 46.0061L832.688 53.0467L849.746 60.7245L866.533 69.1648L882.776 78.2841L898.361 88.2495L912.986 98.9775L926.471 110.604L938.495 123.045L948.763 136.437L956.921 150.685L962.593 165.884L965.414 181.887L964.912 198.768L960.765 216.317' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M831.061 560.888L847.127 552.343L871.163 537.969L892.002 523.752L909.938 509.807L924.803 496.3L936.962 483.306L946.279 470.958L953.174 459.28L957.509 448.385L959.703 438.252L959.65 428.976L957.718 420.494L953.78 412.869L948.202 406.026L940.827 400.01L931.969 394.724L894.792 411.542L854.084 427.127L810.106 441.271L763.789 453.681L715.539 464.21L666.517 472.682L617.149 479.023L568.659 483.232L521.412 485.311L476.474 485.395L434.053 483.577L394.944 480.088L359.198 475.064L327.264 468.786L299.081 461.39L274.794 453.148L254.268 444.196L237.45 434.774L224.142 424.975L214.177 414.999L207.335 404.93L203.417 394.902L202.195 384.978L203.48 375.242L207.042 365.768L212.735 356.575L220.329 347.738L229.741 339.256L240.73 331.181L253.297 323.514L267.179 316.285L282.441 309.495L298.82 303.176L300.345 302.664L316.463 297.316L318.135 296.835L335.067 291.936L336.77 291.518L354.852 287.058L356.691 286.661L375.493 282.681L377.332 282.357L397.283 278.826L399.237 278.544L419.857 275.515L443.569 272.768L468.034 270.605L493.626 269.07L518.32 268.224' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M49.1797 386.595L61.5372 373.486L65.9663 374.092L71.0534 374.259L76.6525 374.029L82.826 373.371L89.4383 372.347L96.5937 370.916L104.157 369.151L112.242 367.02L120.745 364.575L129.812 361.797L139.318 358.757L149.429 355.414L160.042 351.873L171.345 348.092L183.201 344.174L195.809 340.101L209.034 335.964L223.063 331.765L237.76 327.607L253.293 323.512L269.495 319.553L286.511 315.761L304.154 312.231L322.56 308.982L341.509 306.078L361.105 303.571L381.12 301.482L401.625 299.873L422.392 298.745L443.472 298.139L464.635 298.056L473.744 298.254' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M162.123 560.887L145.66 553.93L121.969 541.792L101.38 528.891L83.9564 515.364L69.7813 501.335L58.834 486.961L51.104 472.368L46.4764 457.712L44.8887 443.067L46.1317 428.61L50.1325 414.383L56.4314 400.97L56.6508 400.51L65.2582 387.505L65.5716 387.025L76.3205 374.417L76.6547 374.03L89.3987 361.934L89.827 361.526L104.41 349.921L104.817 349.586L121.102 338.576L121.624 338.221L139.487 327.755L139.967 327.472L145.013 327.19L150.601 326.658L156.89 325.853L163.701 324.809L171.243 323.513L179.296 322.02L197.075 313.266L197.754 312.932L198.057 312.775L206.644 311.313L225.885 303.248L226.47 303.008L226.7 302.904L235.871 301.535L245.941 300.02L256.617 298.422L268.233 296.73L280.507 295.017L293.763 293.283L307.708 291.58L322.635 289.94L338.252 288.426L354.851 287.057L372.086 285.898L390.241 284.989L408.95 284.372L428.463 284.111L448.415 284.237L469.004 284.79L489.885 285.793L490.783 285.856' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M884.731 560.888L900.368 552.406L928.405 535.191L953.224 517.997L974.68 501.033L993.065 484.403L1008.32 468.295L1020.77 452.783L1030.42 438.023L1037.64 424.036L1042.46 410.947L1045.22 398.736L1045.97 387.486L1045.02 377.176L1042.4 367.847L1038.36 359.449L1032.92 352.011L1026.26 345.483L1018.4 339.863L1009.45 335.099L999.406 331.161L973.98 350.11L943.98 368.599L909.665 386.316L871.203 402.987L829.283 418.291L784.272 431.975L737.203 443.768L688.608 453.535L639.711 461.13L591.054 466.52L543.828 469.727L498.451 470.813L455.884 469.956L416.367 467.293L380.495 463.093L348.332 457.515L320.149 450.84L295.842 443.236L275.42 434.963L258.696 426.146L245.524 417.016L235.673 407.667L228.935 398.255L225.07 388.865L223.869 379.599L225.091 370.511L228.549 361.674L234.023 353.129L241.387 344.898L250.423 337.032L261.067 329.542L273.09 322.449L286.513 315.764L301.075 309.517L316.89 303.699L333.677 298.33L351.602 293.41L353.764 292.898L370.384 288.96L372.577 288.521L390.241 284.99L392.55 284.593L410.851 281.501L413.17 281.188L432.516 278.535L454.891 276.09L478.301 274.199L502.399 272.873L510.798 272.633L511.33 272.622' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M792.461 26.3164L806.323 29.4397L814.951 30.9857' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M545.238 249.097L527.658 248.857L492.862 249.358L459.07 250.779L426.395 253.077L394.713 256.2L392.373 255.762L361.63 259.721L332.006 264.453L303.373 269.916L275.901 276.11L249.462 282.994L224.235 290.567L200.115 298.82L177.312 307.72L155.741 317.278L135.633 327.462L116.935 338.284L99.8973 349.691L84.5209 361.715L79.8724 361.495L75.7881 360.921L72.4558 359.918L69.813 358.529L68.0268 356.722L67.0762 354.507L67.1284 351.875L82.8182 341.951L85.2625 340.405L103.982 330.899L124.142 322.375L146.298 313.716L169.561 305.453L171.713 306.8L194.318 297.483L218.176 288.395L217.665 286.149L219.357 285.167L239.194 280.101L245.273 278.429L246.151 278.189L247.195 277.938L263.919 273.906L271.252 272.882L273.989 273.018L298.735 267.649L299.488 267.148L300.386 266.615L302.433 265.058L304.439 263.366L316.399 260.901L318.478 260.765L325.07 259.376L332.758 257.955L348.448 256.388L362.33 254.738L373.445 253.14L378.803 252.346L394.911 251.186L396.196 251.479L410.277 249.724L428.578 247.864L440.33 247.655L456.323 246.548L464.93 245.399L475.178 245.775L491.181 245.493L502.379 244.647L509.701 244.459L544.068 244.605H548.539' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M861.738 43.8438L878.044 49.0249L884.134 50.8425L898.278 55.0627L904.044 56.5042L910.677 57.8726L926.837 62.6464L947.301 68.5275L952.096 69.1334L954.132 69.2065L959.658 71.515L978.545 77.2394L982.65 78.0542L985.376 78.9317L986.734 79.3913L1003.97 85.2619L1004.76 85.5648L1010.77 87.9256L1017.93 90.6311L1034.57 97.4836L1058.33 107.627L1060.7 108.671L1064.85 109.434L1069.88 110.719L1075.66 113.633L1079.96 115.19L1091.64 119.744L1094.16 120.82L1096.21 121.687L1098.65 122.888L1102.35 124.56L1108.29 127.871L1115.24 132.206L1116.33 133.136L1118.92 134.473L1122.01 136.551L1129.06 142.036L1137 147.969L1145.33 154.644L1153.82 162.019L1162.37 170.125L1170.76 178.889L1178.86 188.374L1186.46 198.465L1193.43 209.224L1199.59 220.537L1200 220.965' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M730.59 21.75L746.718 25.8762L763.118 30.4933L779.842 35.7163L796.671 41.4824L813.624 47.9276L830.453 54.9681L847.145 62.7608L863.431 71.2115L879.225 80.4875L894.225 90.4843L908.285 101.379L921.092 113.058L932.374 125.698L941.806 139.162L949.035 153.599L953.683 168.85L955.323 185.031L953.589 201.922' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M845.789 39.124L861.416 43.083L870.295 44.8066L877.461 46.7913L895.627 51.795L902.019 53.6752L921.971 59.5041L927.121 61.1232L949.308 67.8922L966.377 72.9793L978.515 77.2308L989.159 82.2658L993.024 83.7073L1017.75 92.9624L1029.19 98.5301L1041.01 104.672L1053.2 111.473L1065.48 118.837L1077.79 126.86L1089.92 135.425L1101.77 144.628L1113.13 154.364L1116.23 156.38L1135.47 168.915L1138.31 170.952L1157.48 184.72L1160 186.736L1178.96 201.914L1181.21 203.94L1199.59 220.539L1200 221.479' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M714.922 18.1882L730.695 20.8728L747.137 24.0588L763.913 28.7073L780.898 33.8571L798.134 39.6442L800.307 38.3071L803.43 37.5446L821.282 43.8748L826.234 43.0704L830.861 43.8957L847.71 50.3304L849.183 50.8945L863.682 56.9636L867.307 58.4782L881.983 65.2785L885.222 66.7723L901.632 75.1813L902.656 75.7036L918.44 84.7811L919.547 85.4078L934.767 95.2688L935.613 95.8224L942.695 96.6268L950.425 98.0266L958.918 100.105L968.121 102.769L978.117 106.143L988.835 110.144L1000.31 114.865L1012.47 120.266L1025.31 126.429L1037.54 136.833L1038.76 137.867L1051.59 144.95L1063.27 157.161L1075.83 165.215L1085.43 178.21L1093.48 191.873L1099.78 206.163L1110.01 215.449L1113.47 230.439L1114.73 246.056L1122.76 256.397L1120.62 272.568L1115.85 289.219L1108.21 306.319L1097.5 323.774L1083.52 341.48L1066.05 359.332L1045.02 377.173L1020.25 394.869L991.822 412.188L959.649 428.975L924.06 444.968L885.034 460.02L843.198 473.84L798.604 486.302L752.162 497.156L703.985 506.306L655.161 513.597L605.845 518.956L557.188 522.372L509.325 523.803L463.3 523.375L419.25 521.087L378.009 517.139L339.621 511.602L304.679 504.718L273.164 496.581L245.388 487.472L221.279 477.475L200.92 466.852L184.196 455.696L171.023 444.226L161.257 432.537L154.717 420.796L151.218 409.086L150.57 397.512L152.565 386.167L157.026 375.105L163.711 364.398L172.528 354.057L183.203 344.175L195.718 334.721L196.104 334.47L209.788 325.769L210.217 325.529L225.478 317.287L226.011 317.036L242.463 309.338L243.027 309.108L260.921 301.9L261.6 301.66L280.507 295.016L281.197 294.807L301.462 288.665L302.256 288.456L323.419 282.899L324.202 282.721L346.693 277.707L347.58 277.54L370.896 273.121L371.742 272.986L396.384 269.162L397.334 269.048L422.76 265.851L450.41 263.24L478.938 261.338L508.74 260.221L530.541 259.991' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M476.148 296.374L460.448 296.04L439.221 296.124L418.121 296.709L397.417 297.805L377.026 299.362L357.19 301.357L337.823 303.739L319.156 306.476L301.074 309.515L283.797 312.795L267.177 316.284L251.393 319.899L236.299 323.617L222.061 327.347L208.471 331.076L195.717 334.721L183.578 338.273L172.213 341.658L161.402 344.885L151.301 347.862L141.701 350.641L141.492 350.829L129.813 361.797L129.615 362.027L119.869 373.465L112.17 385.562L106.79 398.066L104.022 410.893L103.98 423.982L106.926 437.227L112.995 450.536L122.386 463.781L135.214 476.807L151.624 489.509L171.628 501.679L195.288 513.211L222.489 523.856L253.221 533.539L287.171 542.011' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M734.978 560.887L748.453 552.938L763.725 542.294L776.344 531.889L785.965 521.84L793.068 512.199L797.33 503.048L799.283 494.399L798.604 486.303L795.846 478.73L790.697 471.721L783.687 465.223L774.547 459.227L763.788 453.681L751.18 448.552L737.203 443.767L721.691 439.297L705.103 435.045L687.355 430.971L668.876 426.991L649.666 423.053L602.816 429.571L557.209 433.792L513.869 435.818L473.381 435.797L436.454 433.969L403.341 430.543L374.353 425.811L349.482 420.003L328.715 413.391L311.866 406.173L298.735 398.568L289.052 390.723L282.544 382.805L278.93 374.897L277.938 367.115L279.295 359.521L282.784 352.167L288.164 345.106L295.278 338.357L303.906 331.965L313.966 325.916L325.247 320.255L337.73 314.969L351.226 310.07L365.756 305.578L381.122 301.483L397.418 297.806L414.424 294.537L432.286 291.695L450.765 289.282L470.048 287.319L489.447 285.825L489.885 285.793L490.961 285.741' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M462.567 304.961L447.462 306.914L427.667 308.011L407.935 309.651L388.432 311.845L369.17 314.592L350.315 317.862L331.857 321.654L313.963 325.915L296.602 330.637L279.93 335.766L263.896 341.261L248.613 347.058L234.02 353.127L220.19 359.374L207.039 365.767L194.587 372.222L182.762 378.678L171.533 385.092L160.815 391.391L150.568 397.512L140.707 403.424L131.191 409.065L121.915 414.403L112.879 419.375L103.979 423.982L95.2359 428.16L86.5763 431.91L78.021 435.17L69.5494 437.948L61.1927 440.205L52.9404 441.928L44.8866 443.067L37.0103 443.662L29.4579 443.631L22.2294 443.004L15.4708 441.73L9.22419 439.839L3.65651 437.269L-1.1904 434.083L-5.09717 430.208L-8.06382 425.726L-9.82918 420.566L-10.3828 414.842L-9.46357 408.48L-7.10279 401.617L2.34032 391.506L4.38773 389.322L9.20329 382.386L15.8156 374.991L26.3973 366.843L29.7818 363.187L30.5966 361.567L31.1502 361.171L31.4009 361.014' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M486.825 288.646L472.034 289.763L453.356 291.654L435.431 293.973L418.122 296.71L401.628 299.875L385.844 303.437L370.959 307.396L356.909 311.762L343.883 316.505L331.86 321.655L321.038 327.17L311.469 333.051L303.332 339.287L296.751 345.868L291.946 352.752L289.084 359.918L288.426 367.314L290.212 374.877L294.725 382.523L302.256 390.149L313.089 397.638L327.514 404.815L345.795 411.521L368.107 417.517L394.609 422.583L425.236 426.438L459.937 428.84L498.316 429.509L539.984 428.235L584.15 424.798L602.817 429.572L621.222 434.283L639.315 438.973L656.645 443.716L673.243 448.542L688.609 453.535L702.889 458.737L715.539 464.21L726.768 469.987L736.013 476.15L743.576 482.71L748.851 489.719L752.162 497.157L752.946 505.085L751.525 513.442L747.336 522.248L740.734 531.43L731.208 540.967L719.111 550.766L703.996 560.752L703.766 560.888' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M79.6425 560.886L67.4207 553.031L52.107 541.112L50.7908 540.088L37.7439 527.553L36.7411 526.603L25.3863 512.636L16.7371 498.357L10.8456 483.795L7.64916 469.14L7.1582 454.432L9.2265 439.839L13.8331 425.392L20.7692 411.227L30.0139 397.376L41.3268 383.963L54.6767 370.979L69.8129 358.527L86.7248 346.609L105.162 335.275L125.887 325.121L147.677 315.532L170 305.984' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M908.297 55.8057L922.232 59.9318L938.308 64.1833L943.134 65.7398L949.308 67.8916L954.134 69.2078L964.475 72.0178L966.564 72.9788L971.745 74.671L978.65 76.6662L982.651 78.0555L987.905 80.0298L996.826 83.7172L1006.96 88.0523L1018.15 92.0636L1026.67 95.7092L1047.04 104.808L1057.77 110.595L1068.94 117.082L1071.96 118.544L1097.15 130.672L1099.79 132.072L1125.55 145.641L1127.93 147.02L1131.77 149.245L1153.82 162.02L1155.9 163.347L1159.4 165.613L1181.77 180.008L1183.58 181.314L1200 193.17' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M518.6 268.046L504.498 266.719L489.633 265.528L475.792 264.578L462.578 263.826L450.409 263.241L438.877 262.791L428.368 262.447L418.476 262.175L409.565 261.956L401.261 261.778L393.876 261.611L387.075 261.434L381.142 261.245L375.804 261.037L371.26 260.775L367.322 260.483L364.167 260.128L361.629 259.72L359.132 258.686L358.809 257.454L368.711 256.211L388.402 253.265L390.721 251.573L392.361 250.497L393.165 251.332L406.808 250.058L419.719 248.125L420.252 248.084L422.038 247.958L423.03 247.885L424.346 247.76' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M934.328 63.7656L947.302 68.529L961.091 73.2192L966.324 73.7415L977.929 78.3482L1001.12 87.5301L1004.79 88.9613L1029.19 98.5297L1032.56 99.9504L1057.77 110.595L1060.68 111.942L1086.82 123.924L1089.45 125.25L1093.57 127.308L1116.05 138.548L1118.32 139.802L1122.15 141.901L1145.34 154.645L1147.34 155.878L1150.69 157.915L1174.33 172.299L1176.06 173.479L1179.06 175.516L1200 189.785' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M142.798 560.887L130.847 555.466L108.357 543.14L88.8339 530.072L72.413 516.387L59.1257 502.254L49.0036 487.776L41.9944 473.099L38.0459 458.35L37.0117 443.663L38.8293 429.112L43.2793 414.832L50.2676 400.866L59.554 387.338L71.055 374.26L84.5198 361.714L89.8263 361.526L95.6342 360.983L102.048 360.064L108.901 358.821L116.359 357.223L124.246 355.332L132.749 353.117L146.287 342.4L146.537 342.201L161.872 332.006L162.164 331.818L170.97 329.865L187.297 320.745L187.882 320.422L188.122 320.286L197.503 318.395L207.698 316.306L218.489 314.102L230.157 311.751L242.462 309.338L255.697 306.863L269.601 304.387L284.455 301.922L299.988 299.561L316.461 297.315L333.592 295.247L351.601 293.408L370.205 291.841L389.593 290.609L409.451 289.742L429.946 289.293L450.764 289.282L472.032 289.763L484.358 290.327' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M630.234 2.71778L642.895 3.77283L644.044 2.77003L646.3 2.12239L649.925 1.89258L663.463 3.44901L677.816 5.43374L692.774 7.78407L706.73 9.5599L717.071 10.6045L717.949 10.709L725.658 12.1191L729.199 12.9757L737.472 15.1171L744.043 16.1931L745.557 16.2453L754.645 18.9717L762.041 20.2147L775.83 22.3039L785.576 24.4767L789.827 25.2601L791.854 25.8033L802.247 28.5193L806.959 29.4072L814.95 30.9741L815.754 31.1726L816.558 31.371L817.467 31.6008L824.873 33.7527L842.161 39.4457L844.835 41.1693L859.125 44.7L872.454 48.7635L875.317 50.1528L877.583 51.3855L892.521 56.9427L895.509 58.0499L911.052 63.6594L925.802 69.2167L928.246 69.5614L942.265 75.0455L944.333 76.7482L945.983 78.3046L961.297 84.9796L976.235 91.8112L978.073 93.8691L979.557 95.7807L993.638 104.242L995.57 105.412L1009.29 114.552L1010.84 115.597L1023.76 125.28L1025.31 126.429L1038.72 133.334L1052.68 141.074L1067.05 149.63L1081.77 159.104L1096.68 169.498L1111.66 180.894L1126.52 193.314L1129.28 195.874L1141.08 206.842L1143.59 209.453L1155.14 221.498L1157.34 224.109L1168.44 237.355L1170.33 239.987L1180.72 254.434L1182.29 257.066L1191.68 272.808L1200 290.326' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M391.328 359.97L402.912 364.221L418.466 367.856L438.136 370.614L461.9 372.254L473.422 377.571L503.914 377.184L537.779 375.022L574.298 370.906L612.687 364.702L651.901 356.408L689.726 346.4L690.979 346.066L727.801 334.189L728.794 333.865L752.454 332.57L775.706 331.097L798.499 329.509L820.551 327.911L841.85 326.344L862.198 324.955L881.628 323.764L900.002 322.886L917.353 322.385L933.638 322.354L948.868 322.834L972.978 303.624L992.271 284.268L1004.51 285.312L1015.99 287.067L1026.72 289.595L1036.73 292.917L1045.98 297.095L1054.49 302.141L1062.21 308.085L1069.05 314.968L1074.96 322.824L1079.82 331.651L1083.52 341.48L1085.87 352.323L1067.68 369.914L1045.97 387.484L1020.78 404.835L991.947 421.841L959.701 438.251L926.169 452.98L923.955 453.941L885.19 468.639L843.385 482.208L799.283 494.398L752.945 505.085L705.322 514.079L656.529 521.286L607.652 526.635L558.818 530.05L511.111 531.565L464.658 531.168L420.409 529.006L378.448 525.099L339.516 519.657L303.644 512.762L271.314 504.656L242.505 495.433L217.445 485.363L196.051 474.541L178.367 463.207L164.244 451.466L153.589 439.505L146.235 427.419L142.015 415.364L140.709 403.425L142.151 391.683L146.099 380.235L152.429 369.11L160.859 358.403L171.347 348.093L171.535 347.936L183.579 338.273L183.809 338.117L197.597 328.914L197.911 328.736L213.089 320.087L213.434 319.92L230.157 311.751L230.596 311.563L248.469 303.979L248.929 303.812L268.233 296.73L268.786 296.552L289.083 290.065L289.637 289.909L311.301 283.954L311.959 283.798L334.512 278.449L335.139 278.324L359.029 273.55L361.222 273.185L384.485 269.288L385.164 269.205L386.867 268.975L411.227 265.695L438.877 262.791L467.813 260.618L497.646 259.198L528.754 258.623L532.452 258.654' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M781.075 560.887L792.984 558.39L832.825 548.665L871.161 537.968L907.596 526.405L942.204 514.047L974.68 501.032L1005.13 487.4L1033.3 473.298L1059.31 458.757L1083.01 443.903L1104.49 428.787L1114.57 409.358L1131.72 393.741L1137.01 374.918L1149.82 359.103L1150.74 341.136L1159.3 325.383L1156.37 308.482L1160.9 293.032L1154.66 277.321L1155.48 262.331L1146.53 247.895L1143.95 233.521L1132.83 220.37L1121.25 208.326L1109.38 197.295L1097.4 187.288L1085.43 178.21L1073.61 170.073L1062.04 162.782L1050.8 156.357L1039.95 150.706L1029.54 145.87L1019.6 141.754L1010.15 138.411L1001.18 135.747L992.699 133.825L984.635 132.541L976.978 132.008L969.635 132.081L962.563 132.896L955.637 134.306L948.764 136.437L941.807 139.163L934.641 142.59L927.13 146.569L919.087 151.218L910.386 156.368L900.817 162.134L890.288 168.328L878.588 175.024L865.677 182.023L861.478 196.574L854.092 211.585L843.156 227.024L828.615 242.609L810.23 258.216L809.457 258.748L788.21 273.498L787.197 274.083L762.597 288.258L733.923 302.141L732.606 302.684L702.574 314.927L701.216 315.386L669.408 326.292L667.831 326.741L635.125 336.059L600.758 344.071L567.132 350.244L535.231 354.59L505.742 357.181L479.376 358.173L456.531 357.765L437.509 356.178L422.404 353.66L411.164 350.464L403.622 346.797L399.496 342.859L398.504 338.827L400.259 334.858L404.469 331.024L410.736 327.441L418.811 324.161L426.415 322.981L431.879 322.521L432.965 322.406L436.099 321.403L438.554 320.776L439.285 320.494L439.849 320.212L440.246 319.983L440.559 319.826L441.082 319.638L441.802 319.324L442.137 319.189L442.377 319.147L442.429 318.907L443.944 318.405' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M93.6378 560.888L83.5366 554.996L65.2875 542.179L50.7781 529.634L49.744 528.735L37.7312 515.647L36.9686 514.821L27.0554 500.49L19.9627 485.928L15.7216 471.189L14.2383 456.439L15.4709 441.731L19.2628 427.222L25.5512 412.942L34.1273 399.039L44.9284 385.511L57.7142 372.475L72.4534 359.918L88.8953 347.937L91.8933 348.877L109.599 337.439L128.914 326.596L149.607 316.38L152.354 316.954L174.124 307.386L177.31 307.72L181.112 307.835L185.677 307.72L190.806 307.407L196.687 306.874L213.024 299.614L235.943 290.86L236.392 290.704L241.886 290.411L247.945 289.993L254.818 289.419L262.277 288.729L270.602 287.925L279.523 287.027L289.363 286.045L299.84 285.021L311.3 283.956L323.417 282.901L336.558 281.866L350.378 280.916L365.232 280.059L380.754 279.349L397.28 278.827L414.432 278.534H432.514L451.139 278.848L470.568 279.537L490.416 280.623L497.874 281.187' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M43.8229 560.886L34.6827 553.908L18.7631 548.059L7.00102 535.503L-2.64057 522.476L-10.1512 509.137L-15.4055 495.463L-18.4348 481.612L-19.166 467.604L-17.6827 453.596L-13.9326 439.577L-8.062 425.726L-0.0395297 412.032L9.94677 398.64L21.9074 385.541L34.7558 373.674L35.6229 372.87L48.6176 362.591L51.1246 360.606L52.8064 356.919L55.5641 352.082L60.0036 347.601L63.0643 345.021L65.5818 342.921L72.9984 337.291L84.8754 329.968L94.7259 325.299' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M550.229 244.97L538.749 244.698L503.932 244.75L499.368 245.064L497.926 244.938L479.364 245.179L475.676 245.868L458.66 247.122L457.709 247.184L456.32 246.547L451.985 246.098L449.238 246.673L432.597 247.571L424.93 248.511L423.405 249.859L420.261 249.953L407.235 250.214L404.78 249.859L403.296 250.945L391.221 252.898L389.957 253.556L388.401 253.264L373.16 253.943L368.553 254.204L365.002 254.883L363.257 255.123L361.993 255.499L359.883 256.272L358.974 257.15L354.472 257.296L340.684 258.362L338.594 257.985L336.307 258.529L334.541 259.218L331.93 259.908L316.188 261.224L313.399 260.848L312.657 260.983L307.664 261.871L295.38 264.232L293.322 264.974L290.355 265.977L284.568 267.763L279.669 269.006L276.19 270.343L274.488 271.753L272.023 272.652L271.25 272.171L259.404 273.644L256.187 273.707L252.102 275.002L249.867 275.911L248.54 276.83L246.232 276.84L229.717 280.382L229.184 280.507L227.659 280.946L225.162 280.862L222.425 280.392L215.186 282.325L211.509 284.059L205.9 286.221L197.345 289.156L183.347 293.209L180.746 294.087L172.18 296.458L157.358 300.124L148.656 303.582L141.72 307.447L125.999 313.391L119.428 316.733L104.7 322.897L98.4008 326.5L84.56 332.455L72.9963 337.291L66.9586 339.662L55.5621 346.389L49.9944 349.555L39.256 356.658L29.7815 363.187L22.2605 367.616L18.385 370.426L17.8418 370.812L12.8174 375.178L7.44815 379.764L7.04076 380.099L5.80814 380.913L2.34009 383.817L-5.58836 390.91L-8.83705 394.409L-15.0628 400.531L-16.3999 402.213L-19.0427 405.44L-24.8298 412.335L-32.3822 422.937L-33.082 424.18L-35.8815 428.839L-37.8036 431.012L-38.3677 432.224L-39.0989 435.065L-39.569 437.635L-42.0342 446.482L-43.3086 457.555L-42.2953 467.98L-39.2974 477.789L-34.346 486.804L-27.7442 495.108L-19.5859 502.525L-10.1532 509.137L0.428492 514.82L11.8877 519.656L24.0676 523.563L36.7385 526.603L49.7437 528.734L62.8638 530.019L75.9525 530.447L88.8323 530.071L101.378 528.89L113.443 526.968L124.954 524.336L147.277 536.85L158.747 533.33L169.297 529.152L196.122 540.433L206.057 535.43L214.873 529.914L245.532 539.733L253.22 533.539L259.519 526.864L264.616 519.823L268.46 512.375L271.312 504.656L273.161 496.581L274.31 488.308L274.801 479.742L274.947 471.041L274.853 462.13L274.791 453.147L274.895 444.049L275.417 434.961L276.472 425.852L278.259 416.847L280.881 407.937L284.453 399.225L289.049 390.722L294.722 382.522L301.49 374.635L309.367 367.125L318.298 360.032L326.164 354.778L328.253 353.388L336.839 348.531L339.169 347.215L343.431 341.469L349.51 336.027L357.219 330.909L366.307 326.156L376.659 321.758L388.056 317.747L400.445 314.122L413.648 310.873L427.667 308.011L442.343 305.525L457.709 303.436L468.322 302.297' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M424.463 321.174L435.483 318.468L445.804 317.246L446.034 317.351' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M125.05 560.887L115.45 556.186L94.2446 543.672L75.9538 530.447L60.6401 516.669L48.387 502.431L39.1737 487.891L33.0106 473.152L29.7828 458.371L29.459 443.631L31.8511 429.07L36.886 414.738L44.3235 400.772L54.1009 387.181L59.5537 387.338L65.5705 387.025L72.0157 386.283L78.9727 385.103L86.2953 383.546L94.0879 381.562L102.236 379.222L110.864 376.506L120.537 364.827L120.746 364.576L132.487 353.357L132.748 353.117L141.7 350.642L155.291 340.143L155.531 339.966L170.751 330.011L170.97 329.865L180.528 327.671L190.64 325.31L201.566 322.751L213.088 320.087L225.477 317.288L238.503 314.436L252.448 311.542L267.062 308.68L282.605 305.86L298.818 303.175L315.928 300.637L333.676 298.328L352.259 296.27L371.375 294.547L391.212 293.178L411.477 292.217L432.285 291.695L453.355 291.653L474.779 292.113L481.381 292.405' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M475.23 297.097L464.638 298.058L448.071 300.032L432.057 302.403L416.785 305.161L402.192 308.316L388.435 311.846L375.503 315.774L363.573 320.088L352.657 324.768L342.974 329.824L334.586 335.245L327.723 341.001L322.552 347.081L319.335 353.442L318.301 360.033L319.753 366.792L323.994 373.624L331.348 380.424L342.138 387.026L356.658 393.272L375.179 398.945L397.888 403.812L424.849 407.604L435.462 414.718L447.203 421.8L459.937 428.841L473.381 435.798L487.431 442.692L501.679 449.513L516.073 456.282L530.113 462.999L543.828 469.726L556.645 476.443L568.658 483.233L579.271 490.085L588.662 497.063L596.204 504.187L602.148 511.489L605.846 518.958L607.653 526.636L606.922 534.481L604.028 542.524L598.398 550.672L590.428 558.945L587.9 560.888' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M108.711 560.888L99.6124 556.051L81.1022 544.164L79.8382 543.349L63.856 530.803L62.8636 530.02L49.5764 516.921L48.7825 516.137L38.2112 502.599L37.6367 501.858L29.4576 487.275L24.2033 472.536L21.832 457.724L22.229 443.005L25.321 428.423L30.92 414.133L38.9529 400.146L49.1795 386.597L54.0995 387.182L65.9661 374.093L79.8696 361.496L95.5385 349.472L112.962 338.013L116.932 338.285L121.622 338.222L126.855 337.877L132.768 337.198L139.182 336.269L146.274 335.036L153.869 333.563L162.163 331.819L178.302 322.595L179.022 322.177L179.294 322.02L188.121 320.286L206.422 311.418L206.641 311.313L216.064 309.663L226.06 307.887L236.955 305.975L248.467 303.98L260.918 301.901L274.038 299.812L288.13 297.713L302.901 295.686L318.642 293.733L335.063 291.936L352.414 290.327L370.381 288.959L389.205 287.873L408.54 287.131L428.607 286.755L449.049 286.807L470.046 287.319L487.501 288.134' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M90.3906 497.407L100.189 494.461L109.601 490.899L118.574 486.742L127.118 482.041L135.214 476.808L142.934 471.115L150.288 464.951L157.37 458.402L164.243 451.466L171.023 444.227L177.802 436.695L184.717 428.955L191.862 421.037L199.362 413.014L207.333 404.929L215.877 396.865L225.07 388.863L235.004 381.008L245.721 373.351L257.254 365.955L269.601 358.883L282.784 352.167L296.75 345.868L311.489 340.018L326.897 334.67L342.973 329.823L359.561 325.519L376.661 321.759L394.106 318.562L411.895 315.909L429.862 313.82L447.986 312.263L455.047 311.866' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M61.3612 560.887L51.448 558.704L37.5653 547.526L35.9358 546.21L22.7321 533.153L11.8893 519.657L3.51163 505.764L-2.40076 491.62L-5.76435 477.246L-6.68359 462.831L-5.10626 448.394L-1.18904 434.083L5.08896 419.929L13.5188 406.067L24.0901 392.519L36.5834 379.389L50.9884 366.686L67.0751 354.506L84.8331 342.838L104.116 332.716L124.799 323.785L146.297 313.715L169.069 304.282L193.283 296.594L195.027 297.879L197.242 298.443L221.518 290.18L224.234 290.567L227.577 290.786L231.692 290.817L236.393 290.702L260.575 283.484L261.108 283.328L286.889 276.632L313.933 270.625L341.991 265.34L371.26 260.775L401.533 256.983L406.035 257.338L411.122 257.672L417.034 257.996L447.965 255.343L480.149 253.536L513.304 252.596H540.745' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M125.992 504.228L135.143 499.883L143.677 494.952L151.626 489.51L158.991 483.556L165.864 477.184L172.278 470.362L178.368 463.207L184.197 455.696L189.911 447.925L195.625 439.892L201.495 431.712L207.627 423.377L214.177 414.999L221.238 406.59L228.937 398.254L237.356 390.033L246.559 381.99L256.608 374.187L267.524 366.676L279.297 359.521L291.947 352.752L305.401 346.432L319.649 340.582L334.587 335.244L350.183 330.429L366.311 326.156L382.951 322.427L399.937 319.262L417.266 316.64L434.763 314.572L452.427 313.036' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M543.627 250.36L533.693 250.183L499.065 250.548L465.439 251.823L432.994 253.985L401.531 256.983L397.823 256.607L394.71 256.2L364.166 260.127L334.615 264.828L306.212 270.26L278.844 276.402L252.666 283.244L227.575 290.786L203.759 298.976L181.112 307.834L159.875 317.329L139.965 327.472L135.63 327.462L131.891 327.18L128.914 326.595L126.615 325.717L125.143 324.526L124.453 323.043L124.704 321.246L125.863 319.147L128.088 316.755L142.399 310.696L149.471 307.698L150.62 307.218L154.203 304.752L168.723 299.477L176.693 296.573L178.135 296.051L183.076 293.596L189.009 290.337L190.409 289.219L193.887 288.592L196.373 288.007L203.863 285.563L205.169 285.166L215.186 282.074L222.06 280.58L231.607 278.648L234.229 277.885L240.821 275.483L251.789 273.08L257.221 271.858L266.685 269.623L267.688 269.779L275.689 268.139L284.903 266.207L296.675 264.003L306.943 262.843L308.395 263.365L316.481 261.329L328.483 258.592L335.941 258.069L338.041 257.954L348.309 256.085L354.828 255.03L370.81 252.93L385.424 251.311L402.628 249.629L407.412 249.295L410.786 249.044L413.356 248.752L416.772 248.47L436.933 247.268L442.709 246.736L446.658 246.412L447.19 246.38L450.356 246.182L451.139 246.14L451.985 246.088' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M214.875 529.914L222.49 523.855L229.04 517.368L234.451 510.421L238.942 503.13L242.504 495.431L245.388 487.472L247.613 479.188L249.482 470.716L251.06 462.004L252.616 453.167L254.267 444.194L256.251 435.19L258.696 426.144L261.767 417.17L265.59 408.281L270.28 399.559L275.911 391.045L282.544 382.803L290.211 374.875L298.912 367.312L308.627 360.156L317.172 354.798L319.334 353.44L328.568 348.478L330.95 347.204L340.78 342.68L343.433 341.469L356.668 336.246L370.624 331.566L385.154 327.419L400.217 323.805L415.656 320.734L431.461 318.185L445.761 316.743L446.691 316.994' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M682.936 5.21387L692.598 6.6345L698.187 7.50153L705.457 8.62968L706.731 9.55938L708.465 10.604L722.996 13.5079L725.033 13.1319L729.201 12.9857L733.327 13.5602L735.019 14.3332L737.474 15.1166L745.298 16.5686L754.898 18.3131L766.022 20.5381L779.174 23.5361L791.887 26.0431L807.911 29.7827L819.579 33.1359L823.861 34.5565L827.058 35.7369L841.567 39.5392L858.772 43.8847L875.934 49.5151L889.974 54.9574L893.369 55.6887L907.784 61.1937L911.054 63.6589L913.32 65.2049L928.676 70.4279L944.334 76.7477L962.113 83.5584L978.743 91.0586L994.851 99.9481L1010.39 109.349L1025.31 119.357L1041.12 127.494L1057.44 136.509L1074.15 146.38L1091.13 157.234L1094.59 159.636L1108.2 169.058L1111.39 171.471L1125.23 181.97L1128.16 184.435L1141.99 195.988L1144.62 198.443L1158.28 211.197L1160.63 213.673L1173.84 227.629L1175.87 230.094L1188.39 245.366L1190.12 247.842L1200 262.069' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M580.502 212.077L587.438 206.478L588.316 202.466L588.88 198.591L589.11 198.382L596.432 191.832L595.868 187.947L595.012 184.176L593.946 180.572L592.693 177.104L591.324 173.803L589.893 170.638L588.452 167.64L590.562 160.16L593.56 152.483L597.184 144.585L601.175 136.521L605.28 128.332L609.26 120.058L612.926 111.754L616.112 103.491L618.693 95.3224L620.573 87.3104L621.691 79.4968L622.046 71.9548L621.649 64.6949L620.531 57.7797L618.755 51.1987L616.426 45.0147L613.595 39.2172L610.409 33.8271L599.639 33.8585L589.193 34.1301L579.103 34.5897L569.409 35.2269L560.164 35.9999L551.41 36.9087L543.221 37.9115L535.637 38.9979L528.774 40.1469L522.653 41.3273L517.409 42.5391L513.053 43.7612L509.731 44.9834L506.806 46.519L506.242 47.4904L506.347 48.5977' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M86.4844 418.279L95.1336 414.8L104.023 410.893L113.101 406.6L122.471 401.941L132.123 396.969L142.151 391.683L152.565 386.168L163.46 380.433L174.857 374.562L186.849 368.587L199.447 362.581L212.734 356.574L226.69 350.672L241.387 344.896L256.784 339.339L272.923 334.032L289.71 329.06L307.196 324.443L325.247 320.254L343.882 316.504L362.936 313.255L382.428 310.518L402.192 308.314L422.227 306.643L442.346 305.525L462.569 304.961H464.794' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M356.888 560.889L364.022 554.934L370.405 547.873L374.771 540.488L377.518 532.925L378.448 525.101L378.009 517.141L376.066 508.972L373.11 500.71L369.068 492.259L364.43 483.745L359.196 475.065L353.806 466.342L348.332 457.516L343.162 448.668L338.377 439.768L334.293 430.92L331.003 422.104L328.715 413.392L327.514 404.816L327.524 396.438L328.788 388.29L331.347 380.425L335.191 372.872L340.31 365.685L346.661 358.885L354.182 352.513L360.69 348.021L362.769 346.59L365.464 341.378L370.269 336.416L376.933 331.746L385.154 327.422L394.754 323.452L405.492 319.859L417.265 316.642L429.863 313.821L443.254 311.377L457.273 309.319L459.122 309.1' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M287.172 542.011L293.46 535.242L298.161 528.045L301.587 520.576L303.645 512.762L304.679 504.719L304.648 496.404L303.948 487.912L302.58 479.2L300.94 470.373L299.08 461.389L297.346 452.354L295.842 443.234L294.85 434.136L294.484 425.048L294.933 416.075L296.312 407.227L298.735 398.567L302.256 390.148L306.925 382.021L312.754 374.218L319.753 366.791L327.859 359.782L337.041 353.211L344.948 348.479L347.225 347.121L355.749 342.817L358.34 341.512L367.386 337.636L370.269 336.414L379.681 333.009L382.961 331.818L392.634 328.872L396.969 328.36L401.377 327.775L410.162 324.213L419.992 321.591L431.461 318.186L443.579 315.742L450.891 314.582' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M451.11 560.886L457.284 554.231L461.765 546.627L464.324 538.96L464.658 531.167L463.3 523.374L460.031 515.487L455.403 507.601L449.261 499.631L442.168 491.639L434.052 483.575L425.455 475.48L416.367 467.29L407.269 459.079L398.212 450.785L389.615 442.481L381.561 434.134L374.353 425.809L368.107 417.515L363.02 409.304L359.165 401.209L356.658 393.27L355.551 385.53L355.864 378.04L357.588 370.843L360.69 363.959L365.13 357.44L370.844 351.298L377.717 345.574L383.525 341.719L385.698 340.278L392.059 336.831L394.629 335.431L399.445 331.409L406.569 328.223L410.737 327.44L418.425 324.734L428.338 321.214L438.867 319.25L441.719 319.271' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M964.318 560.888L971.985 556.261L1000.35 536.706L1003.46 534.554L1031.07 512.764L1054.77 491.13L1074.83 469.81L1091.3 448.991L1104.49 428.789L1123.68 413.517L1131.72 393.743L1146.55 378.116L1149.82 359.104L1160.31 343.414L1159.3 325.385L1165.64 309.883L1160.9 293.034L1163.35 277.908L1155.48 262.333L1154.38 247.771L1143.95 233.523L1139.66 219.609L1127.24 206.687L1120.14 193.515L1106.25 181.889L1096.68 169.5L1085.94 157.685L1074.15 146.383L1061.45 135.665L1047.95 125.449L1033.8 115.808L1014.77 106.741L996.418 98.5301L978.629 92.0327L963.023 86.7784L961.299 84.9817L945.985 78.3068L931.027 72.948L917.008 68.1847L904.087 64.0481L892.189 60.4547L881.43 57.4671L871.715 54.9914L863.16 53.1007L855.618 51.7114L849.183 50.8966L843.688 50.5832L839.197 50.8653L821.282 43.877L817.96 44.6917L800.307 38.3093L782.82 32.5849L765.48 27.3828L763.913 28.7094L763.119 30.4957L763.13 32.8565L763.662 35.7187L764.707 39.1763L765.971 43.1562L767.391 47.7629L767.768 47.8986L781.911 53.2261L782.319 53.4037L796.389 59.3787L796.41 59.3892L796.713 59.5354L810.711 66.1581L824.74 73.6792L838.267 81.8688L851.178 90.8837L863.191 100.63L874.117 111.264L883.655 122.671L891.499 135.007L897.349 148.117L900.817 162.135L901.58 176.885L899.198 192.429L893.411 208.536L883.78 225.187L870.158 242.078L852.275 259.105L851.868 259.408L830.224 275.881L829.597 276.278L803.994 292.208L803.315 292.553L774.056 307.679L750.448 310.384L726.6 312.808L725.294 313.288L693.037 325.228L691.679 325.646L657.981 336.05L656.393 336.447L622.224 345.117L586.834 352.304L552.686 357.569L520.701 360.974L491.556 362.635L465.849 362.739L443.923 361.517L425.977 359.209L412 356.064L401.899 352.346L395.423 348.24L392.278 343.958L392.143 339.643L394.629 335.434L401.335 332.436L404.469 331.025L411.29 328.487L415.28 327.557L419.396 326.983L423.115 325.896L427.596 324.559L431.931 323.504L433.717 322.575L436.036 321.269L438.209 320.694L438.742 320.632L439.17 319.556L445.459 317.091L447.443 316.15L448.404 316.056' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M412.71 551.861L417.254 544.424L419.667 536.767L420.408 529.006L419.249 521.088L416.731 513.097L412.689 504.959L407.664 496.77L401.574 488.455L394.941 480.087L387.754 471.605L380.494 463.092L373.224 454.484L366.33 445.867L359.895 437.207L354.254 428.589L349.48 420.002L345.793 411.52L343.276 403.163L342.043 394.984L342.137 387.024L343.579 379.336L346.378 371.941L350.515 364.9L355.926 358.235L362.559 351.978L370.31 346.15L376.786 342.191L379.116 340.77L382.876 336.163L388.715 331.797L396.268 327.754L405.356 324.056L415.655 320.735L427.062 317.778L439.336 315.219L452.425 313.036L454.305 312.367L455.131 311.855' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M474.832 306.487L483.325 305.171L489.78 307.73L502.273 305.411L516.167 302.34L529.203 303.677L546.199 299.164L563.225 299.384L581.955 299.122L601.061 292.625L602.742 292.061L624.334 290.327L645.56 281.49L665.407 271.984L683.667 261.914L699.91 251.52L714.148 240.865L736.868 234.264L758.961 227.181L779.989 219.848L789.014 207.376L795.344 195.29L812.455 186.891L827.946 178.608L841.964 170.418' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M330.439 542.262L335.056 535.023L337.95 527.439L339.517 519.657L339.621 511.603L338.702 503.382L336.696 494.931L334.053 486.365L330.763 477.612L327.263 468.785L323.597 459.822L320.15 450.839L317.016 441.782L314.488 432.778L312.66 423.784L311.762 414.915L311.866 406.172L313.088 397.637L315.501 389.333L319.137 381.31L323.994 373.622L330.063 366.31L337.312 359.395L345.68 352.918L352.898 348.312L355.081 346.912L358.34 341.511L363.594 336.382L370.625 331.567L379.148 327.096L388.999 322.991L399.936 319.262L411.896 315.908L424.672 312.952L438.251 310.372L452.468 308.168L461.588 307.061L462.037 306.998' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M568.301 2.82346L576.856 2.13402L586.174 1.69531' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M850.101 560.888L857.654 557.012L884.249 541.667L907.596 526.406L927.923 511.332L945.096 496.645L959.449 482.428L970.898 468.817L979.787 455.874L986.086 443.715L990.15 432.34L991.946 421.842L991.821 412.19L989.721 403.436L985.971 395.539L980.477 388.54L973.53 382.346L965.038 377.008L955.218 372.422L943.979 368.599L931.485 365.454L917.676 362.947L902.675 361.015L865.801 378.24L825.146 394.118L781.242 408.377L735.071 420.724L687.354 430.971L639.313 438.973L591.679 444.708L545.602 448.186L501.677 449.513L460.792 448.865L423.27 446.431L389.613 442.483L359.895 437.208L334.292 430.919L312.658 423.785L294.932 416.075L280.882 407.938L270.279 399.56L262.873 391.068L258.402 382.575L256.605 374.187L257.253 365.956L260.094 357.965L264.952 350.245L271.606 342.839L279.931 335.767L289.709 329.061L300.907 322.72L313.295 316.776L326.907 311.219L341.51 306.08L357.189 301.358L373.715 297.054L391.212 293.179L409.45 289.742L428.608 286.755L448.414 284.237L469.117 282.19L490.417 280.623L499.264 280.216L499.515 280.205' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M1004.43 160.735L996.083 160.411L987.82 160.735L979.547 161.8L971.18 163.482L962.593 165.884L953.683 168.851L944.271 172.507L934.285 176.675L923.515 181.459L920.987 197.703L914.72 214.646L904.483 232.018L889.879 249.724L889.775 249.828L870.888 267.419L870.606 267.638L847.343 284.916L847.03 285.104L819.526 301.807L797.088 304.805L774.055 307.678L773.115 308.085L740.795 322.03L716.947 323.775L693.036 325.227L669.407 326.292L646.186 326.961L623.738 327.201L602.178 326.992L572.302 333.646L543.545 338.702L516.719 342.191L492.412 344.207L471.154 344.886L453.281 344.406L438.991 342.995L436.495 338.263L435.565 333.688L436.14 329.311L438.093 325.154L436.432 322.406L435.189 321.425L434.406 321.09L429.371 322.312L422.999 323.138L414.642 324.245L410.223 324.809L405.658 324.673L390.867 327.64L376.932 331.745L373.694 332.873L363.593 336.383L360.71 337.563L350.995 341.543L348.362 342.797L339.17 347.216L337.039 353.212L337.311 359.395L340.309 365.684L346.378 371.941L355.863 378.041L369.056 383.797L386.25 389.01L391.337 396.353L415.53 400.49L424.847 407.604L455.997 410.048L469.18 416.618L506.67 416.785L523.018 422.562L565.627 419.94L584.148 424.798L630.11 419.115L649.665 423.053L696.922 414.247L743.417 403.195L788.251 390.086L830.379 375.138L869.06 358.633L903.616 340.927L933.637 322.354L958.854 303.238L979.192 283.934L992.27 284.268L1006.84 265.058L1017 246.182L1022.97 227.85L1025.19 210.133L1023.98 193.211L1019.77 177.062L1012.92 161.811L1004.43 160.735ZM1004.43 160.735L1004.03 160.097L995.55 146.225L994.965 145.504L984.634 132.541L984.018 131.925L972.015 119.766L964.588 119.087L963.92 118.512L950.727 107.074L944.031 106.959L929.208 95.6877L923.337 96.1369L907.804 85.5969L902.822 86.5893L886.829 76.7701L882.776 78.2848L879.224 80.4888L875.955 83.2361L872.915 86.6833L869.875 90.6841L866.71 95.3743L863.19 100.629L859.168 106.551L854.426 112.986L848.754 120.058L841.995 127.579L833.92 135.643L824.446 144.021L813.373 152.817L800.702 161.769L800.984 172.424L799.323 183.569L782.129 192.26L776.854 203.563L769.114 215.283L748.128 222.888L726.108 230.2L714.147 240.865L690.936 246.997L676.479 256.837L660.121 266.437L637.171 270.292L619.768 278.565L601.436 286.243L582.414 293.22L563.716 293.816L546.793 293.899L531.156 298.496L518.171 297.451L505.292 300.689L496.59 298.83L490.155 296.793L485.988 294.693L483.721 291.789L484.358 290.327L486.781 288.687L486.865 288.635L487.523 288.133L488.703 287.245L490.782 285.856L490.814 285.846L491.033 285.814L491.148 285.856L491.983 286.357L497.75 284.958L503.986 282.43L510.274 283.328L518.589 280.027L529.035 280.194L539.011 275.985L548.966 271.378L558.628 266.479L567.925 261.277L576.606 255.876L584.67 250.288L591.941 244.615L598.438 238.849L604.058 233.094L608.863 227.327L612.759 221.666L615.872 216.046L618.128 210.593L619.654 205.234L620.416 200.074L620.531 195.05L619.998 190.234L618.933 185.585L617.335 181.156L615.298 176.884L612.874 172.841L610.116 168.976L607.097 165.31L603.87 161.821L600.496 158.53L597.038 155.418L593.56 152.482L590.123 149.714L586.791 147.113L583.636 144.69L580.722 142.412L580.377 134.964L576.794 132.969L573.618 131.141L571.937 123.913L568.322 122.367L566.254 115.326L564.603 108.369L563.183 101.485L561.919 94.7267L560.645 88.0726L559.349 81.6066L557.897 75.2972L556.32 69.2072L554.513 63.3366L552.549 57.7062L550.376 52.3475L548.078 47.2498L545.655 42.4343L543.221 37.9112L540.797 33.6806L538.499 29.7529L536.41 26.1073L534.634 22.775L533.276 19.7457L532.461 16.9984L532.315 14.5645L533.14 11.5352L534.759 10.2294L539.533 9.03861L545.435 7.63886L552.089 6.37487L553.625 4.33793L555.944 3.45002L559.913 3.16799L567.967 3.59628L576.46 3.67984L585.903 3.20976L596.056 3.01131L606.795 3.07398L618.202 2.71879H630.235L631.269 1.65332L643.47 3.27246L656.266 5.22585L657.426 4.22301L670.87 6.56293L684.805 9.2893L686.246 8.34917L700.777 11.5038L715.662 15.0764L717.48 14.2093L733.942 17.855L750.781 21.9498L768.08 26.6191L771.652 26.2953L789.483 31.5183L794.372 31.7272L808.046 36.7726L812.6 37.5456L818.784 38.2872L826.19 39.5721L834.714 41.327L844.512 43.6251L855.449 46.4142L867.65 49.7569L880.969 53.601L896.032 58.8553L910.802 62.3442L928.216 68.2044L945.504 74.9525L964.171 81.9304L983.663 89.6082L988.457 90.8094L993.137 91.9585L1009.36 99.6049L1024.92 107.398L1029.14 109.403L1046.49 117.635L1050.51 119.682L1068.45 128.801L1072.13 130.817L1090.74 141.044L1094.18 143.091L1113.13 154.363L1123.91 164.694L1133.94 175.526L1143.11 186.923L1151.26 198.8L1158.28 211.199L1164.04 224.047L1168.44 237.356L1171.34 251.092L1172.98 253.787L1181.87 268.464L1181.34 282.848L1188.42 301.682L1184.09 316.567L1187.03 336.77L1178.55 351.968L1176.69 373.351L1171.89 395.789L1163.82 419.219L1152.11 443.527L1136.48 468.566L1116.55 494.221L1092.1 520.253L1089.78 522.331L1062.81 546.503L1043.98 560.887' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M460.73 307.938L452.467 308.168L433.038 309.244L413.65 310.874L394.472 313.047L375.502 315.773L356.919 319.053L338.711 322.855L321.037 327.169L303.905 331.964L287.432 337.198L271.607 342.838L256.523 348.834L242.16 355.133L228.549 361.672L215.648 368.4L203.478 375.242L191.946 382.146L181.03 389.041L170.647 395.872L160.744 402.568L151.217 409.087L142.015 415.365L133.041 421.361L124.246 427.033L115.555 432.329L106.927 437.228L98.2983 441.688L89.6804 445.679L81.0312 449.178L72.3715 452.155L63.691 454.579L55.0626 456.438L46.4761 457.712L38.0462 458.35L29.7835 458.37L21.8342 457.723L14.24 456.438L7.15763 454.432L0.639372 451.779L-5.10589 448.395L-10.0364 444.342L-13.9327 439.578L-16.7426 434.178L-18.2051 428.077L-10.3811 414.842L-1.7423 403.3L-0.593248 401.764L7.89929 392.363L10.9391 388.999L21.0403 379.556L23.7666 375.722L27.1616 370.531L32.0712 365.621L38.2029 359.562L46.9984 353.149L54.8851 348.646L63.3358 342.024L67.6604 338.942L78.7331 332.957' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M497.708 560.887L503.286 554.817L508.206 547.098L510.64 539.316L511.11 531.565L509.324 523.803L505.856 516.105L500.466 508.396L493.759 500.739L485.559 493.051L476.471 485.394L466.391 477.674L455.882 469.955L444.935 462.151L434.05 454.327L423.27 446.43L413.002 438.512L403.339 430.542L394.607 422.582L386.877 414.622L380.379 406.736L375.177 398.943L371.396 391.286L369.056 383.796L368.199 376.536L368.816 369.538L370.863 362.842L374.3 356.47L379.063 350.463L385.028 344.854L392.141 339.641L397.866 336.267L400.258 334.857L406.348 331.922L409.314 330.491L415.279 327.556L422.696 323.941L431.898 321.131L438.667 319.596L442.449 318.666' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M588.756 184.249L592.694 177.103L597.833 169.635L603.871 161.821L610.494 153.705L617.378 145.306L624.23 136.699L630.769 127.914L636.765 119.076L642.03 110.208L646.428 101.443L649.865 92.7943L652.288 84.3853L653.688 76.227L654.126 68.4134L653.625 60.9341L652.298 53.8727L650.23 47.2186L647.566 41.0242L644.412 35.2476L640.933 29.9619L637.235 25.1046L633.506 20.7277L629.85 16.7687L626.466 13.2797L623.436 10.1878L620.992 7.55536L619.174 5.28861L618.224 3.46057L618.182 1.98769L619.268 0.911755L621.483 0.180527L625.954 -0.237305L629.965 -0.164175' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M64.8711 411.989L72.6846 410.088L80.8116 407.706L89.1788 404.907L97.8593 401.679L106.791 398.065L116.077 394.074L125.677 389.76L135.694 385.122L146.099 380.234L157.025 375.105L168.432 369.798L180.455 364.335L193.063 358.819L206.372 353.252L220.327 347.736L235.035 342.304L250.422 337.029L266.582 331.963L283.379 327.179L300.907 322.718L319.01 318.634L337.729 314.967L356.908 311.76L376.557 309.034L396.519 306.83L416.784 305.159L437.185 304.02L457.711 303.435L466.851 303.414' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M995.948 560.887L1002.66 556.552L1031.56 535.106L1034.35 533.038L1061.69 509.514L1084.96 486.167L1104.22 463.207L1119.77 440.769L1131.82 419.041L1140.66 398.118L1155.42 382.7L1159.13 362.529L1169.53 347.038L1168.63 327.89L1174.82 312.597L1169.9 294.672L1172.19 279.776L1163.88 263.188L1162.6 248.856L1151.52 233.657L1147.05 220.005L1136.34 208.869L1133.8 206.216L1126.52 193.315L1117.95 180.947L1108.2 169.06L1097.43 157.726L1085.74 146.893L1073.28 136.615L1060.14 126.837L1046.5 117.634L1032.4 108.943L1018.1 100.837L1003.63 93.243L989.211 86.2546L974.879 79.7677L961.09 73.2181L949.433 68.0996L938.966 64.2973L934.255 63.2527L922.169 59.3459L907.785 55.2929L896.399 52.3785L880.51 48.221L873.783 46.3198L859.107 42.1937L848.776 39.7911L842.257 39.133L827.612 34.9233L826.463 33.6907L823.914 33.4713L808.799 30.2226L796.556 27.9976L783.99 24.4147L777.89 22.806L766.023 20.5392L761.792 19.9856L754.877 19.6409L747.116 18.0949L745.194 17.6666L739.01 16.6534L724.678 13.8434L720.51 13.8225L717.481 14.209L701.624 11.0752L699.932 11.9422L699.347 13.2898L699.639 15.0656L700.799 17.3428L715.068 20.299L715.778 20.4452L730.361 23.8611L731.238 24.07L732.46 26.8486L747.325 30.8598L747.962 31.027L763.14 35.5605L763.662 35.7172L778.945 40.7939L779.624 41.0237L795.637 46.8839L811.703 53.444L827.57 60.6308L843.218 68.5801L858.375 77.2085L872.916 86.6829L886.569 96.8991L899.125 108.034L910.281 119.964L919.724 132.854L927.131 146.57L932.103 161.225L934.286 176.675L933.231 192.981L928.614 209.914L919.965 227.463L907.085 245.336L907.022 245.409L889.651 263.407L889.588 263.46L867.725 281.27L867.662 281.312L867.432 281.468L841.171 298.767L841.098 298.819L840.837 298.955L810.324 315.512L809.823 315.731L775.706 331.097L775.132 331.316L738.049 345.199L737.192 345.46L698.104 357.557L656.978 367.919L615.654 376.15L575.291 382.188L536.819 386.064L501.135 387.913L468.878 387.933L440.538 386.356L431.534 380.13L410.245 376.913L405.774 370.478L391.474 366.258L381.07 361.516L374.301 356.47L370.843 351.3L370.311 346.15L372.379 341.136L376.693 336.341L382.961 331.818L390.868 327.639L400.217 323.806L410.736 320.348L422.331 317.267L434.762 314.572L447.986 312.263L455.894 311.166L456.218 311.114' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M536.379 91.8438L536.452 91.9169L536.88 91.9796L537.35 92.084L542.197 97.7562L542.385 97.9755L547.284 103.198L547.713 103.648L548.235 104.107L548.841 104.765L549.645 104.985L550.094 104.88L554.565 111.023L555.202 111.754L555.652 112.213L560.122 117.583L561 118.533L561.094 118.638L561.146 118.69L561.637 119.317L564.938 123.526L566.453 125.459L567.163 126.524L568.166 127.517L570.38 129.804L570.913 131.559' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M579.991 146.863L577.474 140.794L575.176 137.712L573.619 131.142L570.882 129.439L568.323 122.367L565.231 120.957L562.348 114.094L559.047 112.955L555.851 106.343L552.508 105.497L549.04 99.1666L545.812 98.5921L542.125 92.5752L539.189 92.2409L535.356 86.5583L535.314 86.4748L531.846 81.0115L528.712 75.6737L525.787 70.4925L523.144 65.5202L520.658 60.7359L518.433 56.1711L516.376 51.8151L514.6 47.6785L513.054 43.7613L511.873 40.0843L511.038 36.6267L510.693 33.4198L510.536 29.9309L511.612 27.7686L511.675 27.7163L514.151 26.0659L515.164 23.538L515.488 22.9739L517.556 21.5428L519.415 19.5058L519.718 19.0984L521.557 17.4584L524.534 15.5782L527.615 13.9695L530.269 12.1937L533.141 11.5356L538.469 10.9088L544.768 9.50904L551.819 8.266L559.538 7.1587L567.957 6.26037L576.972 5.55005L586.645 5.09043L596.893 4.87107L607.767 4.94417L619.174 5.2889L631.208 5.99922L643.774 7.01248L656.957 8.43311L669.837 9.25835L684.074 11.4415L684.91 12.4339L698.667 14.8887L699.639 15.0663L713.762 17.9494L714.859 17.2808L730.695 20.8742L731.238 24.0707L746.249 27.9775L747.001 28.1655L762.199 32.5842L763.129 32.8557L779.425 38.0683L795.929 43.9284L812.403 50.3736L828.834 57.529L844.994 65.3322L860.788 73.9292L875.956 83.2365L890.371 93.4109L903.7 104.358L915.744 116.225L926.169 128.927L934.641 142.59L940.814 157.079L944.272 172.508L944.658 188.699L941.493 205.694L934.484 223.254L923.171 241.325L907.419 259.606L889.65 263.408L870.889 267.419L851.021 271.64L830.223 275.881L808.423 280.153L785.88 284.29L762.596 288.259L738.915 291.926L714.89 295.279L690.916 298.193L667.11 300.658L643.889 302.612L621.368 304.053L599.964 304.952L579.782 305.349L561.168 305.234L540.798 310.363L521.442 314.447L503.537 317.518L487.576 319.597L473.881 320.777L462.746 321.174L454.348 320.903L448.749 320.13L445.594 318.385L445.207 317.8L445.166 317.821L443.902 318.437L442.742 319.075L441.938 319.461L441.259 319.816L440.35 320.38L439.88 320.224L438.438 319.942L435.9 319.116L420.231 321.007L405.659 324.674L396.968 328.361L388.716 331.798L385.415 333.051L376.693 336.342L373.83 337.616L365.463 341.377L362.925 342.724L355.08 346.913L354.182 352.512L355.926 358.236L360.689 363.961L368.816 369.539L380.631 374.793L396.404 379.525L401.241 386.409L424.054 390.086L433.289 396.751L463.133 398.756L476.524 404.867L512.813 404.564L529.705 409.839L571.196 406.706L590.625 410.978L635.48 404.71L656.246 407.949L702.303 398.495L747.492 386.837L790.696 373.164L831.017 357.725L867.651 340.854L868.33 340.478L900.002 322.887L900.681 322.428L927.684 304.179L928.279 303.677L950.477 285.083L951.03 284.488L968.423 265.873L981.606 246.872L990.349 228.247L994.924 210.249L995.77 192.908L993.263 176.414L987.821 160.735L979.819 145.996L969.635 132.082L957.622 119.118L950.999 119.756L944.669 121.103L938.495 123.046L932.374 125.699L926.169 128.927L919.724 132.855L912.882 137.336L905.476 142.475L897.349 148.116L888.292 154.363L878.212 161.017L866.868 168.172L854.249 175.62L851.345 189.399L835.655 196.909L828.145 210.938L809.478 218.198L797.319 232.102L776.061 238.745L759.609 252.053L740.305 265.09L716.54 269.968L692.692 274.345L668.876 278.22L645.56 281.49L622.934 284.185L601.437 286.243L581.255 287.705L562.776 288.583L546.157 288.938L531.689 288.792L519.227 292.74L507.444 296.083L496.591 298.83L487.012 300.972L478.927 302.56L476.577 299.958L475.793 297.263L476.315 296.375L477.026 295.864L477.861 295.038L479.272 294.412L479.324 294.38L480.254 293.973L483.366 292.061L484.359 290.557L484.818 290.348L487.764 289.001L491.984 286.358L495.619 283.621L495.985 282.326L497.897 281.187L498.429 280.853L499.359 280.32L499.61 280.195L500.122 279.923L502.211 278.764L503.433 278.085L504.164 277.416L505.606 276.163L507.256 275.097L507.382 275.024L509.805 273.551L511.226 272.684L511.32 272.621L514.234 270.846L515.059 270.355L515.979 270.553L518.475 269.926L520.512 267.806L521.128 266.364L522.936 265.163L523.312 265.09L524.241 264.484L526.257 262.917L527.375 262.155L528.806 261.392L530.54 259.992L531.533 259.606L532.723 259.094L534.322 257.663L535.669 256.347L535.909 256.18L536.672 255.981L537.539 255.72L539.367 254.414L541.613 253.046L542.532 251.719L543.723 251.051L543.995 250.894L546.564 249.129L546.658 247.948L547.88 247.374L549.865 246.527L550.575 245.483L551.265 244.71L552.686 243.644L556.404 239.884L557.031 239.048L560.06 236.301L561.586 234.63L563.508 232.739L566.495 229.365L566.965 228.832L569.963 225.082L572.606 221.405L575.008 217.801L577.171 214.229L579.145 210.75L579.469 210.259L582.676 204.754L583.637 201.861L584.598 198.706L584.859 197.912L585.695 194.36L586.29 191.07L586.823 187.915L587.262 185.523L588.045 180.467L587.47 174.9L587.094 172.058L587.063 164.788L585.778 162.761L584.817 160.066L584.671 159.544L583.793 157.162L583.741 156.954L583.125 154.676L582.185 152.42L580.461 148.263L580.252 147.792L579.845 147.145L579.009 145.62L578.153 143.625L576.001 138.59L575.907 138.36L574.225 136.72L573.901 136.312L572.919 134.944L570.914 131.559L568.918 128.217L568.741 127.924L567.164 126.524L566.453 125.459L562.943 119.912L562.808 119.703L561.042 118.554L556.613 112.13L556.509 111.973L552.55 105.57L552.508 105.497L550.022 104.776L545.843 98.6443L545.812 98.5921L543.535 98.122L539.21 92.2722L539.189 92.2409L537.299 92.0216L536.379 91.844L533.925 89.1071L533.037 88.2297L531.386 86.4539L528.096 81.1473L525.474 75.893L522.351 70.8894L519.478 66.0634L516.96 61.4463L514.673 57.0067L512.719 52.797L511.038 48.7754L509.732 44.9835L508.781 41.411L508.311 38.0578V34.9345L508.896 32.0932L508.98 31.8738L510.536 29.9309L511.414 27.8939L511.852 27.1209L513.179 25.2615L515.164 23.538L517.556 21.5428L519.415 19.5058L522.194 17.6256L523.803 15.9855L524.534 15.5782L527.615 13.9695L530.269 12.1937L534.478 10.5641L537.027 9.00766L539.848 8.50624L541.79 7.35718L544.841 6.20815L547.442 5.72761L549.876 4.81882L553.761 4.3592L559.914 3.16838L562.954 2.21779L570.026 1.60149L573.013 0.713575L581.067 0.0763561L585.131 -0.445941L593.811 -0.811523L599.389 -0.70709L610.232 -0.268346L621.482 0.180822L633.558 0.995604L646.302 2.12378L659.85 3.65934L674.015 5.55005L688.921 7.87948L704.381 10.6059L720.51 13.8232L737.098 17.4689L754.219 21.6473L771.653 26.2957L776.437 26.4942L782.35 27.1418L789.568 28.2909L801.413 32.2499L807.765 32.814L819.245 35.0703L831.226 37.6191L844.837 41.1707L859.775 45.6938L875.935 49.517L894.769 54.7609L900.744 56.6307L914.574 60.9762L919.797 62.261L925.71 63.3474L931.705 64.9143L951.083 70.5969L973.834 77.5853L977.929 78.3478L981.543 78.9223L986.891 80.1445L997.578 83.4872L1000.19 84.9705L1004.92 86.1823L1006.77 86.3076L1007.68 86.6314L1011.06 87.9372L1018.54 91.1754L1021.46 92.314L1025.41 93.4526L1027.4 93.7556L1031.43 95.2076L1035.85 96.9938L1039.72 98.4771L1043.77 100.263L1050.2 103.554L1058.33 107.628L1067.26 112.402L1076.77 117.813L1086.82 123.923L1097.15 130.672L1107.71 138.12L1118.25 146.173L1128.68 154.906L1138.79 164.224L1148.45 174.2L1157.48 184.719L1165.76 195.833L1173.11 207.46L1179.43 219.629L1184.56 232.258L1188.39 245.368L1190.81 258.885L1191.68 272.809L1190.93 287.079L1198.18 306.978L1193.55 321.759L1196.37 343.069L1196.52 365.58L1193.62 389.25L1187.28 414.007L1177.11 439.736L1162.72 466.341L1143.75 493.647L1119.78 521.486L1117.64 523.543L1090.55 549.585L1076.54 560.888' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M580.379 134.964L580.568 127.453L581.121 119.932L581.821 112.401L582.552 104.921L583.137 97.5151L583.492 90.2239L583.503 83.0893L583.137 76.1532L582.322 69.4364L581.09 62.9808L579.418 56.7968L577.361 50.9158L574.969 45.3585L572.284 40.1251L569.411 35.226L566.434 30.6611L563.436 26.4409L560.543 22.5655L557.879 19.0452L555.529 15.8487L553.659 12.9866L552.364 10.4586L551.82 8.26501L552.092 6.37427' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M932.99 560.888L939.394 557.263L970.554 537.342L997.985 517.359L1021.9 497.47L1042.24 477.894L1059.31 458.758L1073.16 440.237L1095.09 424.871L1104.22 406.643L1121.85 390.786L1126.55 373.153L1139.87 357.077L1140.54 340.28L1149.63 324.256L1146.75 308.472L1151.81 292.719L1145.91 278.074L1147.23 262.771L1138.84 249.316L1136.76 234.598L1126.39 222.366L1115.6 211.21L1104.59 201.046L1093.48 191.874L1082.41 183.611L1071.49 176.278L1060.79 169.77L1050.38 164.13L1040.31 159.241L1030.62 155.178L1021.3 151.835L1012.37 149.255L1003.79 147.364L995.551 146.225L987.581 145.734L979.82 145.996L972.194 146.873L964.589 148.471L956.922 150.686L949.035 153.6L940.814 157.079L932.102 161.226L922.774 165.895L912.621 171.17L901.58 176.884L889.42 183.11L876.123 189.649L861.478 196.575L845.537 203.657L836.428 218.428L823.966 233.407L807.859 248.522L788.273 263.46L787.238 264.118L765.135 278.043L764.059 278.617L738.916 291.925L737.589 292.521L709.865 304.899L708.508 305.411L678.758 316.64L677.18 317.142L646.187 326.961L644.578 327.389L613.126 335.663L580.336 342.64L548.81 347.853L519.269 351.342L492.475 353.212L468.909 353.619L448.958 352.783L432.798 350.935L420.461 348.292L411.833 345.095L406.704 341.554L404.803 337.835L405.774 334.117L409.315 330.492L415.05 327.086L422.341 325.478L428.818 323.65L431.785 322.824L432.432 321.769L442.387 318.688L443.787 318.479' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M1108.71 128.581L1115.24 132.206L1137.37 142.443L1139.8 142.934L1165.9 156.127L1168.04 157.777L1169.61 158.394L1171.3 159.7L1175.08 162.06L1197.98 175.17L1200 176.706' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M713.781 10.9922L721.396 11.7025L733.43 13.7813L734.694 13.917L744.597 15.7033' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M529.014 81.0938L532.889 86.4525L535.354 86.557L538.739 86.6928L542.123 92.5738L545.894 92.9603L549.039 99.1652L553.018 99.8233L555.849 106.342L559.881 107.292L562.347 114.092L566.253 115.325L570.756 116.725L575.717 118.24L581.118 119.932L586.821 121.76L592.807 123.776L598.981 125.959L605.279 128.33L611.62 130.9L617.961 133.679L624.228 136.697L630.35 139.925L636.262 143.425L641.913 147.143L647.209 151.165L652.108 155.437L656.517 160.023L660.382 164.86L663.578 170.041L666.106 175.473L667.788 181.249L668.634 187.277L668.467 193.628' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M440.508 320.62L436.319 322.563L435.086 322.093L430.72 323.994L427.419 325.237L423.47 327.19L421.966 330.711L417.339 335.192L413.923 339.997L411.834 345.095L411.165 350.464L412.001 356.063L414.424 361.881L418.467 367.857L424.181 373.957L446.744 376.401L457.023 382.188L486.532 382.805L501.136 387.913L517.076 392.875L555.099 390.2L595.515 385.395L637.413 378.376L679.709 369.131L721.367 357.766L761.26 344.479L798.5 329.51L831.979 313.297L832.188 313.203L832.324 313.12L861.656 295.968L861.834 295.863L861.959 295.769L886.925 277.907L887.175 277.687L907.42 259.605L924.091 256.158L939.823 253.077L954.572 250.486L968.507 248.376L981.607 246.872L994.027 245.952L1005.78 245.733L1017 246.182L1027.67 247.383L1037.9 249.326L1047.68 252.095L1057.06 255.657L1066.01 260.107L1074.52 265.424L1082.56 271.67L1090.04 278.836L1096.89 286.995L1102.99 296.145L1108.21 306.32L1112.4 317.528L1115.38 329.792L1102.6 346.912L1102.93 360.033L1087.58 375.378L1085.91 377.049L1083.2 390.9L1064.1 405.869L1061.93 407.572L1039.83 422.552L1037.64 424.035L1012.69 438.732L1010.2 440.205L982.171 454.652L979.789 455.874L949.005 469.736L946.278 470.958L912.517 484.256L910.031 485.238L873.846 497.616L870.963 498.598L832.125 510.099L829.618 510.841L788.921 521.099L785.965 521.84L743.21 530.907L740.734 531.43L693.947 539.504L646.491 545.949L598.398 550.671L550.639 553.648L503.288 554.818L457.284 554.233L412.711 551.862L406.297 559.132L364.023 554.933L324.286 549.219L316.285 555.779L279.473 548.436L270.114 554.348L259.302 559.801L226.157 550.671L214.5 555.309L201.526 559.278L172.873 548.561L159.7 551.601L145.661 553.93L130.849 555.466L115.451 556.186L99.6154 556.051L83.5392 554.996L67.4211 553.032L51.4806 550.096L35.9371 546.211L21.0516 541.332L7.00187 535.504L-5.91974 528.672L-17.5356 520.952L-27.5741 512.261L-35.8682 502.766L-42.1358 492.383L-46.2828 481.31L-48.0273 469.506L-48.0586 457.211L-47.8915 452.51V451.069L-47.5885 449.387L-45.2591 446.504L-43.7131 445.146L-41.5926 440.048L-38.6364 434.282L-35.6906 429.78L-33.497 425.226L-30.8124 420.389L-26.1848 413.965L-24.315 411.5L-21.6722 408.523L-17.2118 403.08L-15.1226 401.137L-9.77428 395.852L-4.77068 390.859L1.36107 385.071L5.9155 381.666L10.5013 378.114L19.6519 370.385L22.9424 367.669L29.0114 362.79L31.1737 361.202L31.4976 360.952L32.2079 360.649L34.4955 359.218L42.5598 354.016L47.4589 350.663L51.7835 347.978L60.7462 342.713L62.8771 341.449L67.6613 338.942L76.6135 334.826L80.8337 332.434L85.3045 329.739L96.607 324.736L101.151 323.012L111.858 317.695L124.947 312.075L127.339 310.999L134.024 308.691L143.53 304.951L145.369 303.98L148.669 303.583L156.399 301.587L161.654 299.488L164.161 297.576L167.514 296.187L176.571 293.669L179.861 292.761L184.321 291.027L190.129 289.596L193.89 288.593L202.696 285.532L210.729 283.213L216.119 281.782L222.219 280.33L226.032 279.505L230.764 278.22L236.561 276.663L238.766 276.465L240.823 275.943L241.596 275.274L245.472 274.637L248.031 274.177L252.293 273.864L254.215 273.968L256.503 273.404L260.702 271.566L265.8 270.218L268.056 270.083L274.794 269.174L276.862 269.675L280.413 268.934L281.845 267.325L285.448 265.904L290.17 265.434L296.845 264.389L299.864 264.264L302.433 265.058L304.941 264.285L306.654 263.502L308.743 262.269L311.062 261.684L313.245 261.882L317.611 260.524L322.531 259.929L335.15 258.937L343.319 257.704L348.218 256.2L361.046 254.299L363.271 253.735L367.47 253.191L368.086 253.108L368.159 253.087L370.812 252.93L381.697 251.666L389.97 250.737L392.373 251.416L393.292 252.199L395.475 251.113L404.229 249.723L412.408 248.741L419.376 248.167L421.632 248.313L432.443 247.895L436.935 247.269L445.01 246.516L449.658 246.234L452.437 246.151L470.634 245.524L474.979 245.169L478.51 245.033L481.289 244.929L481.915 244.897L482.667 244.876L489.53 245.472L490.575 246.276L492.716 245.838L495.641 245.43L498.514 244.762L506.599 244.448L510.192 244.459L514.078 244.365L515.123 244.344L515.645 244.793L528.567 245.294L548.926 245.179L550.273 244.605L550.66 244.615' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M449.542 315.198L443.578 315.741L427.063 317.778L410.736 320.348L394.753 323.45L379.147 327.096L364.053 331.285L349.512 336.027L335.661 341.292L322.551 347.079L310.277 353.368L308.052 354.684L298.881 360.126L296.875 361.505L288.424 367.313L278.929 374.897L270.426 382.836L262.874 391.067L256.251 399.549L250.495 408.209L245.523 417.015L241.209 425.873L237.448 434.773L234.074 443.589L230.951 452.343L227.869 460.919L224.715 469.338L221.278 477.476L217.444 485.363L213.015 492.894L207.938 500.091L202.026 506.85L195.288 513.211L187.579 519.04L178.941 524.389L169.299 529.152L145.921 517.056L135.788 521.004L124.956 524.336L105.976 511.133L95.1851 513.598L83.9557 515.363L72.413 516.387L60.6404 516.669L48.7843 516.136L36.97 514.82L25.3854 512.637L14.1561 509.639L3.51169 505.763L-6.42239 501.052L-15.4059 495.464L-23.303 489.071L-29.8526 481.821L-34.9607 473.83L-38.3451 465.056L-39.9434 455.644L-39.4733 445.543L-36.9349 434.94L-33.2789 428.568L-30.3018 423.366L-25.6324 416.66L-23.0523 411.269L-17.1608 404.344L-12.3034 401.043L-8.71005 397.941L-0.499549 389.667L2.78047 386.377L12.0565 378.271L15.817 374.991L24.1633 367.271L34.1078 359.886L39.2576 356.658L49.996 349.555L58.7811 344.729L63.1579 342.692L76.6123 334.826L81.3234 332.298L91.9155 326.866L104.597 320.829L116.683 315.303L117.696 314.937L122.459 313.276L132.811 308.972L147.812 304.011L164.87 298.035L166.604 296.907L178.69 292.823L183.129 291.235L184.32 291.026L189.01 290.337L205.296 285.626L208.043 285.093L222.834 280.915L234.231 277.885L236.424 278.052L253.054 273.258L262.435 270.939L265.213 270.302L267.083 269.643L278.95 267.147L288.017 265.319L290.701 265.58L305.524 263.961L308.397 263.365L312.45 262.707L329.539 260.806L337.081 260.493L355.936 257.359L360.532 256.398L370.446 255.447L384.997 253.661L389.938 253.588L389.718 254.748L390.659 255.27L422.028 251.551L421.599 250.057L423.02 249.483L424.576 249.347L425.517 249.263L440.329 247.655L442.481 246.84L462.171 246.244L465.138 245.764L479.125 244.991L479.679 245.482L494.533 245.471L495.64 245.43L515.644 244.793L522.935 244.26L530.853 244.719L549.666 245.461' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M523.835 264.557L517.662 264.609L489.635 265.528L462.821 267.168L436.8 269.466L411.991 272.402L389.469 275.723L388.007 275.932L366.718 279.787L365.235 280.058L344.688 284.435L343.319 284.728L324.005 289.596L322.636 289.94L304.136 295.32L302.904 295.686L285.658 301.514L284.456 301.922L268.14 308.262L267.064 308.68L252.074 315.449L251.061 315.898L236.301 323.618L223.066 331.766L211.314 340.384L201.307 349.399L193.065 358.821L186.85 368.588L182.765 378.679L181.031 389.041L181.825 399.602L185.377 410.309L191.864 421.037L201.495 431.713L214.458 442.179L230.952 452.343L251.061 462.006L274.909 471.021L274.951 471.042L302.58 479.2L334.054 486.366L369.068 492.257L407.666 496.77L449.262 499.632L493.761 500.739L540.298 499.904L588.663 497.062L637.748 492.142L687.272 485.154L736.013 476.15L783.688 465.223L829.169 452.542L835.98 459.018L840.566 466.132L843.198 473.841L843.386 482.208L841.391 491.16L836.712 500.739L829.619 510.841L819.632 521.454L807.045 532.474L791.407 543.829L773.033 555.393L762.932 560.887' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M391.328 359.969L392.665 353.952L395.423 348.238L399.497 342.858L404.803 337.834L409.316 334.554L411.249 332.203L414.027 329.79L419.167 326.573L424.943 324.661L428.16 323.596L429.738 323.074L435.211 321.423L436.016 321.371L438.293 320.849' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M511.582 273.706L513.118 272.881L517.891 272.975L525.517 272.818L533.038 269.016L544.56 267.992L552.937 263.407L567.927 261.276L585.111 258.518L604.269 255.039L624.868 250.851L634.802 243.476L656.498 237.887L678.706 231.536L700.831 224.61L708.289 215.376L729.181 207.375L749.195 198.913L767.915 190.222L770.348 180.038L786.31 170.929L800.704 161.768' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M828.156 34.1074L833.682 35.4027L845.35 38.3171' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M575.969 29.9199L579.103 34.5893L582.09 39.6138L584.827 44.9934L587.24 50.7178L589.246 56.766L590.792 63.138L591.847 69.7921L592.369 76.7178L592.39 83.8732L591.92 91.2272L591.032 98.7378L589.789 106.353L588.347 114.052L586.822 121.761L585.412 129.47L584.273 137.116L583.636 144.689L583.699 152.158L585.84 154.665L585.777 162.761L586.185 164.902' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M516.93 66.6367L519.29 71.5254L522.268 76.4768L522.936 76.4977L527.177 81.1984L529.016 81.0939L531.846 81.0103L535.722 80.9999L540.443 81.0312L546.042 81.1461L552.352 81.3237L559.351 81.6058L566.913 81.9714L574.999 82.4623L583.502 83.0891L592.391 83.8725L601.563 84.8231L610.974 85.9617L620.574 87.3092L630.278 88.8761L640.066 90.7146L649.864 92.7934L659.621 95.196L669.304 97.8701L678.831 100.92L688.17 104.284L697.247 108.076L706.001 112.212L714.347 116.829L722.223 121.833L729.504 127.359L736.137 133.303L741.945 139.8L746.886 146.736L750.741 154.257L753.446 162.207L754.762 170.731' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M635.354 197.86L635.396 192.438L634.675 187.268L633.317 182.275L631.332 177.543L628.825 172.999L625.838 168.716L622.453 164.631L618.724 160.787L614.713 157.131L610.493 153.705L606.126 150.467L601.666 147.437L597.184 144.586L592.745 141.922L588.42 139.436L584.273 137.117L580.377 134.965' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M527.145 16.1432L532.315 14.5659L538.269 13.0721L544.976 11.7036L552.361 10.4606L560.425 9.38465L569.074 8.47585L578.361 7.79688L580.398 10.377L583.02 13.3437L586.028 16.6655L589.35 20.3947L592.797 24.479L596.276 28.9812L599.639 33.8595L602.783 39.1452L605.593 44.7964L607.986 50.8342L609.845 57.2271L611.13 63.9751L611.757 71.0262L611.704 78.3801L610.973 85.9638L609.584 93.7565L607.578 101.706L605.05 109.76L602.136 117.866L598.981 125.961L595.774 133.994L592.745 141.923L590.123 149.715L588.149 157.341L590.562 160.161L593.027 163.159L595.471 166.314L597.832 169.636L600.057 173.125L602.094 176.791L603.88 180.615L605.364 184.626L606.492 188.773L607.192 193.118L607.442 197.6' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M522.935 265.163L517.66 264.609L503.861 263.303L491.085 262.238L478.937 261.339L467.812 260.619L457.303 260.002L447.787 259.491L438.887 259.052L430.906 258.676L401.261 261.778L374.425 265.413L372.89 265.622L372.754 265.654L372.263 265.727L346.002 270.104L345.5 270.187L343.766 270.542L319.783 275.368L319.417 275.442L319.239 275.483L318.707 275.609L317.526 275.891L294.691 281.281L294.336 281.364L294.148 281.417L293.563 281.573L292.487 281.876L270.822 287.862L270.603 287.924L270.394 287.987L269.83 288.165L248.134 295.059L247.935 295.111L247.737 295.195L247.11 295.425L226.762 302.883L226.699 302.904L218.102 304.157L217.83 304.272L217.068 304.607L198.056 312.775L190.013 314.081L182.753 315.167L182.346 315.376L181.531 315.784L179.985 316.567L163.7 324.809L163.355 325.018L162.477 325.53L146.276 335.036L145.9 335.286L145.158 335.798L130.398 345.858L130.085 346.119L129.312 346.735L116.359 357.223L116.045 357.536L104.158 369.152L103.907 369.465L94.0879 381.562L93.8581 381.927L86.2117 394.442L78.2937 396.604L70.689 398.359L63.4918 399.654L57.3183 413.443L53.7666 427.545L52.9414 441.929L55.0619 456.438L60.2222 471L68.5998 485.468L80.2262 499.716L95.1847 513.599L113.444 526.969L134.994 539.692L159.699 551.601L183.098 560.887' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M515.226 67.8172L512.374 63.5866L510.107 59.5544L510.431 58.6979L508.457 55.2194L507.068 52.0542L507.893 50.4247L506.807 46.5179L505.908 44.0422L506.451 41.8172L506.535 39.5504L506.775 38.4327L507.047 36.448L508.311 34.9334L510.692 33.4187L514.056 31.904L518.402 30.3998L523.614 28.9165L529.641 27.4854L536.41 26.1065L543.858 24.8217L551.923 23.6308L560.54 22.5653L569.691 21.667L572.793 25.6051L575.969 29.9193L585.924 29.3448L596.276 28.9792L606.962 28.8225L610.409 33.8261L621.471 34.0141L632.826 34.4946L644.411 35.2467L656.267 36.354L659.317 42.2142L671.267 43.7811L683.374 45.6822L695.648 48.0221L708.006 50.7485L720.488 53.9763L732.992 57.6324L745.527 61.8525L757.968 66.5637L770.284 71.9015L782.349 77.7826L794.08 84.3635L805.309 91.5503L815.912 99.4893L825.7 108.086L834.464 117.488L841.995 127.578L848.002 138.505L852.253 150.121L854.416 162.551L854.248 175.619' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M505.762 278.878L510.818 279.547L518.036 276.351H527.207L535.909 272.339L548.966 271.378L564.436 269.905L582.132 267.795L601.624 265.038L613.814 258.049L635.281 253.84L657.719 248.878L680.553 243.268L691.647 233.898L714.043 227.004L735.969 219.535L756.934 211.732L776.854 203.563L795.344 195.29L799.323 183.57L814.877 174.962L828.906 166.407' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M560.414 236.226L563.872 232.507L564.028 232.413L564.31 232.225L570.703 228.193L573.586 224.171L574.015 223.931L582.518 219.042L584.565 214.78L584.993 214.54L595.042 208.805L596.024 204.387L596.567 200.062L596.933 199.822L607.191 193.116L618.932 185.584L631.331 177.541L644.002 168.975L656.517 160.023L668.529 150.695L679.686 141.189L689.776 131.495L698.572 121.843L705.999 112.212L711.963 102.821L716.487 93.6388L719.62 84.8433L721.448 76.3925L722.106 68.4432L721.72 60.9221L720.487 53.9755L718.544 47.4991L716.131 41.6075L713.342 36.2174L710.459 31.4123L707.555 27.0981L704.902 23.348L702.562 20.0785L700.797 17.3416L686.204 14.6779L685.556 14.5734L672.165 12.4738L670.629 10.207L670.086 7.7209L656.851 4.72292L644.044 2.76953' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M552.352 243.163L556.405 239.883L563.832 236.342L567.456 232.279L567.958 232.049L577.067 227.797L580.023 223.41L580.545 223.159L591.534 217.999L592.119 217.738L604.874 211.972L605.532 211.669L619.655 205.234L620.302 204.931L635.355 197.859' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M542.762 251.029L537.727 250.935L503.109 251.175L469.692 252.376L437.258 254.434L406.035 257.338L375.804 261.036L346.786 265.486L318.77 270.677L292.018 276.579L290.587 276.945L266.3 283.171L265.882 283.286L264.806 283.609L241.888 290.41L241.407 290.577L240.477 290.89L219.262 299.007L203.123 306.152L196.688 306.873L196.218 307.081L195.32 307.478L193.617 308.241L176.026 316.065L175.629 316.264L174.637 316.765L173.216 317.496L156.889 325.853L156.461 326.104L155.615 326.594L154.048 327.524L139.183 336.267L138.828 336.518L137.93 337.124L123.201 347.246L122.825 347.56L108.901 358.82L108.598 359.123L96.5953 370.917L96.2923 371.282L86.2956 383.546L86.0762 383.901L78.294 396.603L72.6846 410.089L69.7284 423.888L69.5508 437.948L72.3712 452.155L78.3254 466.393L87.57 480.547L100.189 494.461L116.265 507.999L135.788 521.004L158.749 533.33L185.01 544.8L214.498 555.308L233.802 560.887' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M556.123 239.8L560.061 236.3L560.991 235.903L567.457 232.279L570.706 228.194L571.228 227.933L580.023 223.41L582.52 219.044L583.011 218.793L593.551 213.371L595.045 208.807L595.515 208.556L607.162 202.257L607.444 197.598L620 190.234L633.318 182.274L646.898 173.813L660.384 164.861L673.316 155.585L685.444 145.995L696.422 136.301L706.116 126.503L714.347 116.83L721.096 107.262L726.318 98.0065L730.1 89.023L732.513 80.4887L733.693 72.3513L733.808 64.7571L732.993 57.6329L731.479 51.0938L729.39 45.056L726.987 39.6241L724.365 34.6936L721.795 30.3481L719.372 26.5145L717.345 23.2449L715.779 20.4454L714.922 18.1891L714.807 16.3819L715.664 15.0762' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M338.031 258.426L342.909 257.152L345.991 256.546L348.31 256.087L351.653 255.282L352.238 255L364.961 254.091L367.175 254.405L368.826 254.018L371.375 253.099L381.392 252.159L396.382 251.292L399.944 250.738L416.041 248.962L422.361 247.949' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M438.094 325.154L442.335 326.784L449.637 327.995L460.041 328.612L473.485 328.465L481.559 332.08L500.529 330.554L521.954 327.838L545.384 323.838L562.829 325.29L589.695 319.074L610.504 319.168L637.465 311.073L639.209 310.55L662.263 309.14L689.339 298.788L690.916 298.193L716.269 286.796L717.637 286.18L740.691 274.011L742.039 273.3L765.417 268.547L788.272 263.46L810.23 258.216L831.31 252.805L851.261 247.426L870.158 242.077L887.853 236.948L904.483 232.018L919.964 227.463L934.484 223.254L948.022 219.556L960.766 216.318' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M515.539 270.051L518.391 269.08L524.314 269.613L533.036 269.017L540.505 264.943L552.935 263.408L560.968 258.571L576.606 255.876L594.416 252.471L613.908 248.366L634.8 243.477L643.397 236.071L664.978 229.824L686.695 222.93L708.287 215.377L713.897 206.415L717.908 197.651L719.349 196.982L736.857 188.834L738.413 188.03L754.636 179.663L756.015 178.879L770.89 170.397L785.597 161.017' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M411.07 336.634L413.922 339.998L420.075 343.121L429.758 345.806L443.118 347.843L448.958 352.784L456.531 357.766L465.849 362.739L476.88 367.659L489.613 372.495L520.857 371.095L555.13 367.857L591.597 362.634L612.687 364.703L634.529 366.457L656.978 367.92L679.708 369.132L702.574 370.124L744.4 357.819L783.656 343.779L784.052 343.643L806.187 342.787L827.591 341.972L848.096 341.314L867.651 340.854L886.172 340.708L903.617 340.928L919.964 341.607L935.184 342.797L963.064 323.901L976.205 325.614L988.333 328.016L999.406 331.161L1020.3 312.013L1036.73 292.918L1048.89 274.084L1057.06 255.657L1061.53 237.816L1062.67 220.59L1060.78 204.117L1056.21 188.365L1049.3 173.437L1040.31 159.241L1039.65 158.426L1029.54 145.87L1028.65 144.962L1017.23 133.22L1016.32 132.427L1003.6 121.343L1002.41 120.445L988.834 110.145L987.675 109.372L973.155 99.6681L971.672 98.7802L956.671 89.8175L955.261 89.055L939.603 80.6356L937.796 79.7477L922.001 72.0281L920.32 71.276L904.087 64.0474L901.924 63.1595L885.9 56.6099L883.895 55.8578L867.651 49.7574L865.029 48.8485L849.35 43.4062L846.926 42.6332L831.226 37.6192L827.925 36.6372L813.259 32.3022L810.146 31.4561' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M647.92 11.9428L650.887 15.0871L663.736 16.5182L677.065 18.3776L680.136 22.0336L693.694 24.3631L707.556 27.0999L721.794 30.3486L736.283 34.0673L738.549 38.5173L752.881 42.8315L767.39 47.762L768.696 52.891L769.772 58.6676L770.347 64.9665L770.284 71.9025L769.333 79.3296L767.338 87.3416L764.1 95.782L759.462 104.724L753.309 113.968L745.538 123.568L736.136 133.304L725.084 143.196L712.549 153.005L698.625 162.74L683.625 172.163L667.789 181.251L651.577 189.816L636.106 197.494L635.354 197.86L634.55 203.448L632.857 209.256L630.309 215.19L626.767 221.311L622.297 227.484L616.771 233.773L610.305 240.04L602.794 246.318L594.416 252.471L585.109 258.519L575.112 264.338L564.437 269.905L553.354 275.118L541.978 279.965L530.623 284.342L519.477 288.248L509.721 287.361L500.863 290.265L495.347 288.739L489.153 290.86L483.721 291.79L482.635 291.539L482.185 291.821L481.506 292.416L480.222 293.283L478.843 294.307L478.759 294.37L478.738 294.391L477.861 295.038L476.148 296.375L475.281 297.096L473.745 298.256L473.714 298.277L472.909 298.862L471.802 299.729L471.478 300.011L469.765 301.4L469.609 301.494L469.086 301.755L469.003 301.797L468.397 302.298L467.582 303.855L468.303 307.26L470.308 310.331L474.163 313.444L479.908 316.546L487.576 319.597L497.144 322.532L508.635 325.29L521.953 327.839L537.1 330.095L553.897 332.048L572.302 333.646L592.077 334.858L613.125 335.663L635.124 336.059L657.98 336.049L681.327 335.663L705.049 334.91L728.793 333.866L763.567 320.359L764.476 320.004L796.451 305.108L797.088 304.805L825.543 288.886L826.138 288.551L850.665 271.88L851.021 271.639L871.327 254.592L871.662 254.31L887.853 236.948L899.845 219.723L907.711 202.957L911.889 186.683L912.62 171.17L910.385 156.368L905.475 142.475L898.33 129.366L889.274 117.207L878.629 105.831L866.71 95.3746L853.747 85.6807L840.031 76.8435L825.71 68.6956L811.023 61.3313L796.284 54.7085L796.054 54.6041L795.929 54.5519L781.033 48.5977L780.824 48.5141L766.252 43.2598L765.97 43.1553L765.897 43.124L751.304 38.4337L751.063 38.3502L750.928 38.3084L736.283 34.0673L734.235 30.2128L733.89 30.1292L719.371 26.515L704.903 23.3498L690.759 20.6234L677.065 18.3776L674.317 15.1811L660.905 13.3844L647.92 11.9428ZM647.92 11.9428L635.458 10.9087L623.435 10.1879L611.945 9.82232L600.914 9.72831L598.584 7.11683L596.892 4.87096L596.056 3.01158L596.14 1.49691L597.352 0.368728L599.692 -0.446054L603.421 -0.884766L613.794 -0.68629L625.065 -0.153569L629.964 -0.163993L637.966 0.59854L642.039 0.765679L652.715 1.72672L656.747 2.061L661.302 2.5415L663.088 2.76086L666.378 3.28315L668.53 3.66965L674.474 4.89184L677.19 4.90229L681.201 4.98585L682.935 5.21566L692.807 7.25263L697.737 7.9107L701.748 8.39124L704.506 9.73874L708.392 9.93721L712.194 10.3237L713.782 10.9923L720.687 11.9742L725.032 13.1337L730.391 13.6664L730.83 13.0501L734.695 13.9067L738.299 14.7424L750.614 17.2285L761.081 19.0983L772.624 21.971L782.934 24.2273L786.977 24.8749L791.834 26.3478L795.793 27.0372L797.506 26.9432L798.603 27.1939L802.426 28.0609L805.821 29.3145L808.798 30.2232L816.236 31.6752L825.397 34.0778L836.866 36.94L845.536 38.4755L846.017 38.8411L852.159 40.6587L858.364 41.8705L861.101 42.2988L863.148 42.8419L863.545 42.9464L867.097 44.3775L873.093 45.9757L883.121 48.1172L883.695 48.2634L885.711 48.8066L885.795 48.8275L889.629 49.8512L898.967 52.4835L910.51 55.8367L916.705 57.6961L922.533 59.3361L928.174 60.8612L933.261 62.4072L940.302 64.5068L955.145 69.2388L957.391 69.9283L961.57 71.9861L973.833 77.5851L986.859 83.1633L1000.36 89.3682L1014.02 96.0954L1027.86 103.449L1041.61 111.326L1055.22 119.808L1068.45 128.802L1081.27 138.391L1093.46 148.482L1104.95 159.137L1115.57 170.282L1125.23 181.971L1133.77 194.151L1141.08 206.843L1147.05 220.005L1149.29 222.679L1159.65 234.964L1162.6 248.857L1164.29 251.615L1172.63 265.246L1172.19 279.777L1179.03 297.577L1174.82 312.598L1177.82 331.704L1169.53 347.038L1168.04 367.293L1155.41 382.701L1148.89 403.854L1139.18 425.916L1126.07 448.75L1109.2 472.264L1088.39 496.259L1063.34 520.587L1060.75 522.739L1033.94 545.01L1011.75 560.888' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M513.816 28.8542L517.734 27.2769L522.57 25.7205L528.211 24.2162L534.635 22.7747L541.759 21.4167L549.521 20.1632L557.877 19.0455L566.767 18.0636L576.168 17.2697L586.029 16.6638L596.371 16.3087L607.099 16.1729L618.286 16.3296L629.85 16.7683L641.842 17.5517L654.199 18.659L657.793 22.7329L661.428 27.2456L665.011 32.2805L668.322 37.7751L671.268 43.7815L673.65 50.2371L685.568 52.3054L697.56 54.7288L709.636 57.6328L721.722 60.9233L733.808 64.7569L745.81 69.0502L757.697 73.9389L769.334 79.329L780.668 85.3877L791.563 92.0104L801.884 99.3539L811.473 107.314L820.143 116.057L827.716 125.437L833.921 135.643L838.57 146.496L841.307 158.144L841.965 170.418' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M450.526 316.463L448.75 320.129L448.426 323.984L449.638 327.995L452.458 332.132L456.95 336.362L463.165 340.624L471.156 344.886L480.923 349.096L492.476 353.211L505.743 357.181L520.701 360.973L537.185 364.535L555.131 367.857L574.299 370.907L594.564 373.665L615.655 376.151L637.414 378.376L659.538 380.36L681.84 382.136L704.069 383.776L726.016 385.312L747.493 386.837L768.27 388.393L788.253 390.086L807.212 391.966L825.148 394.118L841.799 396.635L881.754 380.402L917.678 362.947L949.277 344.573L976.206 325.613L998.435 306.351L1015.99 287.068L1029.05 268.004L1037.9 249.327L1042.82 231.234L1044.19 213.769L1042.36 197.097L1037.72 181.167L1030.59 166.104L1021.64 163.565L1021.18 162.855L1012.37 149.254L1011.7 148.461L1001.18 135.748L1000.49 135.058L988.397 123.098L979.925 121.071L979.152 120.424L965.771 109.184L963.149 107.272L950.426 98.0275L947.334 96.0637L934.172 87.6756L930.954 85.8476L917.114 78.0027L913.416 76.1224L899.523 69.0609L895.741 67.3165L881.451 60.746L877.179 58.9597L863.16 53.0995L858.836 51.4491L844.65 46.0276L839.814 44.3354L826.192 39.5721L821.324 38.0052L807.766 32.8135L804.998 31.2049L790.478 26.6609L778.486 23.1824L774.861 22.2109L768.802 20.7485L760.78 19.0353L754.784 18.0638L751.494 18.043L744.401 16.6328L737.799 14.9196L733.965 14.1362L727.186 13.4572L721.67 12.0261L717.074 10.6055L707.641 9.0699L704.779 8.5894L697.728 7.77462L695.472 7.72237L692.652 7.51347L689.194 7.11652L685.81 5.8212L682.55 5.48695L680.869 5.17356L675.844 4.31701L670.705 3.64846L667.79 3.46044L663.466 3.44998L660.572 3.09482L654.848 2.01889L652.717 1.72641L648.392 1.18323L642.793 0.775823L639.503 0.462457L636.745 0.452001L625.954 -0.237435L618.83 -0.728395L614.401 -0.759732L608.478 -1L603.423 -0.885078L593.812 -0.811949L590.01 -0.310564L587.461 0.514674L586.176 1.69507L585.905 3.20971L586.646 5.09L588.171 7.31499L598.586 7.11652L609.492 7.16873L620.993 7.55523L632.974 8.22378L645.53 9.27883L658.567 10.6681L672.167 12.4753L674.319 15.1808L688.243 17.4267L702.565 20.0799L716.792 23.1197L717.346 23.2451L731.981 26.7444L732.461 26.8489L734.237 30.2125L749.06 34.3177L749.331 34.3909L749.467 34.4326L764.29 39.0498L764.708 39.1751L764.749 39.1855L779.865 44.3772L780.178 44.4921L781.035 48.5973L781.912 53.2249L782.706 58.5105L783.155 64.3394L783.124 70.8054L782.351 77.7833L780.669 85.388L777.869 93.4418L773.785 102.049L768.249 111.012L761.135 120.392L752.392 129.982L741.946 139.801L729.902 149.62L716.291 159.45L701.395 169.039L685.35 178.399L668.636 187.278L651.516 195.687L650.586 201.735L648.622 208.055L645.676 214.51L641.571 221.164L636.4 227.892L630.018 234.734L622.559 241.555L613.91 248.366L604.269 255.04L593.583 261.559L582.134 267.795L569.933 273.728L557.335 279.233L544.466 284.279L531.69 288.791L519.479 288.248L508.856 291.622L500.864 290.264L492.884 292.709L485.989 294.693L480.38 296.26L476.243 297.43L473.778 298.255L473.716 298.276L473.569 298.537L472.222 300.898L469.746 301.326L469.318 301.556L469.078 301.755L469.004 301.797L468.325 302.298L466.947 303.416L466.268 304.074L465.86 304.22L465.338 304.794L463.875 307.594L463.761 310.759L465.348 314.039L468.712 317.403L473.883 320.777L480.902 324.13L489.771 327.41L500.53 330.554L513.097 333.51L527.481 336.247L543.547 338.702L561.231 340.843L580.337 342.64L600.759 344.071L622.225 345.116L644.6 345.784L667.56 346.098L690.98 346.066L714.515 345.764L738.05 345.199L761.26 344.479L784.053 343.643L784.085 343.622L820.395 327.974L820.552 327.911L820.76 327.796L853.143 310.989L853.247 310.926L853.467 310.791L881.545 293.095L881.869 292.844L905.226 274.71L905.477 274.459L924.092 256.158L938.319 237.669L948.023 219.556L953.591 201.923L964.914 198.768L975.673 196.157L985.9 194.235L995.771 192.908L1005.34 192.313L1014.73 192.386L1023.99 193.211L1033.19 194.747L1042.36 197.097L1051.56 200.178L1060.78 204.117L1070.01 208.838L1079.22 214.458L1088.38 220.935L1097.42 228.362L1097.81 244.584L1095.44 261.444L1090.04 278.836L1081.32 296.73L1069.05 314.969L1052.98 333.458L1032.92 352.01L1008.8 370.437L980.479 388.54L948.201 406.026L911.922 422.719L872.207 438.283L863.954 432.413L854.083 427.127L842.404 422.458L829.284 418.29L814.556 414.613L798.584 411.322L781.243 408.376L762.859 405.692L743.419 403.195L723.216 400.824L702.304 398.495L680.984 396.134L659.402 393.7L637.811 391.13L616.438 388.362L595.515 385.395L575.292 382.188L555.967 378.731L537.78 375.023L520.858 371.095L505.429 366.948L491.557 362.634L479.377 358.173L468.91 353.619L460.219 349.023L453.283 344.406L448.092 339.841L444.571 335.349L442.681 330.993L442.336 326.783L443.454 322.772L445.585 318.385L445.825 317.539L446.379 317.288L446.911 316.964L448.405 316.066L450.087 315.899L452.061 314.227L453.44 312.974L453.586 312.984L454.714 312.148L455.247 311.887L455.299 311.845L456.334 311.104L457.106 310.791L457.566 310.488L459.206 310.007L459.112 309.182L459.342 309.077L460.773 307.939L461.264 307.573L461.619 307.448L462.319 306.967L462.611 306.779L462.852 306.487L464.795 304.962L464.878 304.899L465.139 304.701L465.244 304.627L465.641 304.596L466.09 304.095L467.479 303.854L472.577 303.645L478.928 302.559L483.326 305.171L493.563 303.259L505.294 300.689L516.168 302.34L531.158 298.496L546.2 299.164L562.119 294.307L563.718 293.816L581.256 287.705L598.513 280.894L615.007 273.519L637.173 270.292L653.187 261.58L667.759 252.502L690.938 246.997L703.536 236.979L726.11 230.2L735.971 219.535L743.575 209.12L749.195 198.914L752.789 189.116L754.638 179.663L754.763 170.731L769.837 161.194L783.186 151.741L794.896 142.35L804.872 133.262L813.271 124.414L820.144 116.057L825.701 108.087L830.089 100.702L833.515 93.8074L836.179 87.5711L838.268 81.8677L840.033 76.8432L841.6 72.3619L843.219 68.5804L844.995 65.3317L847.147 62.762L849.748 60.7251L853.007 59.3358L870.128 67.6507L886.831 76.77L891.406 75.7881L896.681 75.4748L913.332 85.1686L929.21 95.6876L935.613 95.8234L949.841 106.405L950.729 107.074L957.936 107.774L971.182 119.055L972.017 119.766L979.925 121.071L991.938 133.063L992.7 133.826L1003.24 146.695L1003.79 147.364L1012.44 161.037L1012.92 161.81L1021.64 163.565L1028.69 178.764L1033.19 194.747L1034.76 211.585L1033.05 229.135L1027.67 247.384L1018.27 266.145L1004.51 285.313L986.161 304.638L963.065 323.9L948.869 322.835L919.965 341.606L886.434 359.604L869.062 358.633L850.552 358.037L831.018 357.724L810.513 357.63L789.151 357.672L767.079 357.755L744.401 357.818L721.367 357.766L698.104 357.557L674.904 357.118L651.902 356.408L629.443 355.374L607.643 354.016L586.834 352.303L567.133 350.245L548.811 347.853L531.941 345.158L516.721 342.191L503.194 338.995L491.474 335.61L481.56 332.079L465.453 332.56L460.042 328.611L456.354 324.715L454.349 320.902L453.941 317.225L455.07 313.715L456.574 311.772L457.106 310.791L457.441 310.467L457.639 310.394L459.217 310.08L461.327 307.751L461.619 307.448L463.875 307.594L468.305 307.26L474.833 306.487L479.043 309.349L489.781 307.73L498.316 310.174L513.086 307.354L525.976 309.015L540.799 310.362L557.502 311.313L575.856 311.845L598.189 305.463L599.965 304.951L622.183 297.524L623.834 296.97L645.332 288.656L647.024 287.997L670.37 285.114L694.239 281.657L716.541 269.968L736.524 257.715L759.61 252.053L782.069 246.026L797.32 232.101L817.533 225.259L828.146 210.938L845.538 203.657L851.346 189.398L865.678 182.023L866.869 168.172L865.5 154.958L861.782 142.559L856.12 130.88L848.756 120.058L840.002 109.957L830.089 100.702L819.256 92.1256L807.713 84.3538L795.607 77.2088L783.124 70.8054L770.348 64.9661L757.448 59.7954L744.443 55.1469L731.479 51.0939L718.547 47.5005L705.761 44.4398L693.09 41.7866L680.628 39.6034L668.323 37.7754L656.268 36.3547L652.821 30.9333L640.934 29.9618L629.297 29.2932L617.984 28.9276L606.964 28.8232L603.391 24.2479L599.798 20.0695L589.352 20.3933L579.292 20.9156L569.693 21.6677L566.768 18.0638L564.167 14.8256L561.994 11.9321L560.427 9.38327L559.539 7.15828L559.518 5.28848L560.448 3.72159L562.955 2.21737L565.765 1.55927L570.351 0.974298L571.155 0.901169L573.014 0.71315L577.83 0.546011L586.814 1.09964L596.142 1.4966L606.849 1.60106L618.203 2.71875L630.216 4.13942L642.887 5.20489L656.101 6.60464L670.088 7.72237L671.551 6.10326L685.527 8.81921L699.64 12.6111L715.236 15.724L731.824 18.6593L748.506 22.7854L765.481 27.3816L768.082 26.6191L785.61 31.7794L789.485 31.5182L808.048 36.7725L812.602 37.5456L826.234 43.0714L830.862 43.8967L837.234 44.7219L844.65 46.0276L853.268 47.8975L862.972 50.2478L873.888 53.1727L885.901 56.6094L899.094 60.6415L913.322 65.2064L928.625 71.1501L944.983 76.2373L959.169 83.0272L962.115 83.5599L980.426 89.9424L999.427 97.9231L1019.08 106.666L1023.41 108.724L1039.38 116.318L1043.54 118.418L1060.14 126.837L1063.96 128.937L1081.27 138.391L1084.89 140.511L1102.57 150.957L1113.77 161.445L1124.13 172.434L1133.59 183.977L1141.99 195.99L1149.22 208.514L1155.14 221.499L1159.65 234.963L1161.6 237.658L1171.35 251.092L1172.63 265.246L1181.34 282.848L1179.03 297.576L1184.09 316.567L1177.82 331.703L1178.55 351.968L1168.05 367.293L1163.83 388.602L1156.58 410.894L1145.93 434.073L1131.63 458.016L1113.32 482.595L1090.81 507.613L1063.76 532.903L1061.18 534.96L1032.08 558.213L1028.19 560.887' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M54.6876 560.887L51.4493 558.704L34.6836 553.909L21.0517 541.332L9.5925 528.306L0.431421 514.82L-6.42111 501.052L-10.8711 487.003L-12.9707 472.827L-12.6469 458.558L-10.0354 444.341L-5.09447 430.208L1.98786 416.294L11.243 402.62L22.4514 389.302L35.6133 376.359L50.5092 363.876L66.2199 352.532L67.1287 351.874L68.1733 348.845L70.1057 344.729L73.7514 340.895L78.4834 336.842L84.5629 332.455L91.8124 328.235L92.0108 327.472L104.494 320.881L112.192 318.092L121.918 313.819' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M474.832 306.488L472.576 303.646L471.844 300.429L471.803 299.729L472.053 299.551L473.359 298.538L475.73 297.264L477.59 295.446L477.861 295.039L478.906 294.391L478.927 294.381L480.233 293.566L481.089 293.033' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M795.773 50.477L795.637 46.8836L795.929 43.9274L796.671 41.483L798.133 39.6445' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M798.602 27.1934L802.153 28.0395L810.103 30.4316L824.758 34.5473L841.827 38.7152L859.324 42.904L873.582 46.4766L888.374 51.1772L903.865 56.0868L919.513 61.7172L935.506 67.9221L951.572 74.6075L967.7 81.8674L983.662 89.6079L999.424 97.9228L1014.77 106.739L1029.67 116.13L1047.95 125.448L1051.97 127.642L1066.7 135.706L1070.54 137.962L1085.74 146.893L1089.28 149.15L1104.95 159.136L1108.26 161.434L1124.13 172.434L1127.13 174.721L1143.11 186.922L1145.82 189.241L1161.62 202.623L1164.02 204.921L1179.43 219.628L1181.55 221.937L1196.25 237.982L1200 242.777' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M588.358 180.989L587.919 177.876L589.894 170.637L593.027 163.157L597.039 155.417L601.666 147.436L606.618 139.247L611.621 130.9L616.447 122.45L620.876 113.957L624.741 105.485L627.906 97.1182L630.278 88.8764L631.813 80.8748L632.492 73.1134L632.346 65.6655L631.406 58.5518L629.766 51.8246L627.478 45.4735L624.689 39.5402L621.472 34.0143L617.983 28.9271L614.327 24.2473L610.671 20.0167L607.098 16.1726L603.828 12.7568L600.914 9.72746L590.416 9.93636L588.17 7.31445L578.361 7.79496' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M901.433 560.887L904.139 559.456L934.421 541.374L961.382 523.209L984.865 505.168L1005.13 487.4L1022.13 470.091L1036.17 453.325L1047.31 437.28L1055.87 421.987L1061.92 407.572L1065.81 394.055L1067.63 381.509L1067.68 369.914L1066.05 359.333L1062.99 349.733L1058.57 341.115L1052.98 333.458L1046.28 326.752L1038.57 320.954L1029.89 316.066L1020.3 312.013L1009.81 308.795L988.333 328.016L962.197 346.996L931.486 365.454L896.346 383.087L857.236 399.56L814.554 414.613L769.188 427.921L721.69 439.296L673.242 448.541L624.459 455.582L576.575 460.397L530.112 462.998L486.124 463.552L444.936 462.152L407.268 459.081L373.224 454.485L343.161 448.666L317.015 441.782L294.849 434.136L276.474 425.852L261.766 417.172L250.495 408.209L242.441 399.132L237.354 390.033L235.004 381.008L235.161 372.15L237.626 363.511L242.159 355.133L248.615 347.059L256.784 339.339L266.582 331.964L277.78 324.986L290.388 318.405L304.156 312.232L319.156 306.476L335.149 301.159L352.259 296.271L370.206 291.841L389.207 287.872L391.693 287.433L408.949 284.373L411.456 284.007L429.695 281.364L451.141 278.847L473.568 276.862L496.664 275.41L507.162 275.034L507.381 275.023' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M513.816 28.8545L514.057 31.9047L514.809 35.2056L515.937 38.7468L517.41 42.5387L519.123 46.5708L521.066 50.8432L523.145 55.335L525.401 60.0565L527.741 64.987L530.258 70.1368L532.87 75.4643L535.722 81.0006L538.74 86.6937L543.096 86.9235L548.204 87.216L554.117 87.6025L560.646 88.0725L567.791 88.668L575.416 89.3783L583.491 90.2244L591.921 91.2272L600.643 92.3971L609.585 93.7551L618.694 95.322L627.907 97.1187L637.172 99.1348L646.427 101.443L655.62 104.003L664.697 106.896L673.597 110.082L682.246 113.644L690.603 117.53L698.573 121.844L706.115 126.503L713.093 131.653L719.476 137.168L725.085 143.196L729.901 149.62L733.724 156.577L736.503 163.931L738.007 171.818' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M425.516 249.263L428.44 248.647L444.747 247.644L458.692 246.955L461.596 246.62L479.678 245.482L480.492 244.949' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M515.541 270.051L518.549 268.986L519.239 267.618L520.158 267.252L524.002 266.751L530.802 266.04L540.507 264.943L547.746 260.671L560.97 258.571L568.491 253.578L584.672 250.288L602.796 246.318L622.56 241.555L643.399 236.071L650.764 228.633L656.749 221.311L658.211 220.799L677.463 213.999L678.863 213.455L697.937 206.112L699.504 205.454L717.91 197.651L720.25 189.263L721.66 188.552L738.217 180.081L754.763 170.731' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M587.094 172.058L586.823 169.374L586.624 164.84L588.149 157.34L585.841 154.666L586.791 147.113L588.421 139.436L590.5 131.643L592.808 123.777L595.138 115.87L597.321 107.972L599.191 100.128L600.642 92.3975L601.562 84.8242L601.917 77.4494L601.666 70.3148L600.82 63.4518L599.41 56.9022L597.467 50.6764L595.054 44.7954L592.265 39.2799L589.194 34.1301L585.924 29.3458L582.592 24.9481L579.291 20.9159L576.168 17.2703L573.326 13.9799L570.934 11.055L569.075 8.47482L567.79 5.32015L559.517 5.28882L552.09 6.37517' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M471.75 299.729L469.065 299.958L452.843 301.797L437.184 304.022L422.226 306.644L407.936 309.652L394.471 313.047L381.832 316.829L370.174 320.986L359.561 325.52L350.18 330.429L342.137 335.694L335.661 341.293L330.949 347.205L328.254 353.389L327.857 359.782L330.062 366.311L335.19 372.871L343.579 379.337L355.55 385.531L371.396 391.287L391.337 396.353L397.887 403.812L405.794 411.333L414.976 418.885L425.234 426.438L436.453 433.969L448.341 441.438L460.792 448.865L473.411 456.219L486.124 463.552L498.45 470.812L510.4 478.072L521.41 485.311L531.584 492.592L540.296 499.904L547.744 507.3L553.28 514.779L557.187 522.373L558.817 530.051L558.503 537.854L555.662 545.71L550.638 553.648L543.597 560.888' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M522.058 20.1631L522.006 22.8059L522.57 25.7203L523.615 28.9168L525.067 32.3953L526.801 36.1349L528.775 40.1462L530.864 44.4186L533.058 48.9521L535.262 53.7364L537.476 58.7817L539.628 64.0465L541.79 69.5515L543.89 75.2446L546.042 81.1465L548.204 87.2156L550.534 93.4623L553.02 99.8239L557.794 100.607L563.184 101.485L569.18 102.498L575.646 103.637L582.55 104.921L589.789 106.353L597.321 107.972L605.051 109.758L612.927 111.753L620.876 113.957L628.847 116.391L636.765 119.076L644.578 122.001L652.204 125.228L659.61 128.728L666.692 132.561L673.42 136.677L679.687 141.19L685.443 145.995L690.561 151.218L695.011 156.765L698.626 162.74L701.394 169.039L703.107 175.787L703.765 182.838' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M578.362 7.7946L576.973 5.54873L576.461 3.67889L576.858 2.13288L578.383 0.942062L581.506 -0.0711951L585.131 -0.447266' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M88.8955 347.935L86.7227 346.609L85.3021 344.917L84.832 342.838L85.2603 340.404L86.775 337.583L89.3656 334.418L93.1992 330.282L96.1867 328.13L98.4013 326.5L103.426 323.523L104.7 322.896' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M171.713 306.799L174.126 307.384L197.243 298.442L200.115 298.818L203.761 298.975L208.817 299.497L213.016 298.724L219.263 299.006L222.031 298.871L223.681 298.234L224.527 297.91L224.945 297.743L231.871 297.022L239.622 296.123L247.937 295.11L257.14 293.972L266.948 292.739L277.697 291.423L289.083 290.065L301.462 288.665L314.509 287.297L328.579 285.97L343.319 284.727L359.081 283.62L375.492 282.679L392.874 281.959L410.851 281.499L429.696 281.363L449.052 281.572L469.119 282.189L489.541 283.233L494.21 283.567' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M247.027 282.587L249.461 282.994L252.668 283.245L256.491 283.36L261.108 283.328L266.3 283.172L273.142 283.38L276.339 283.203L277.686 282.816L278.564 282.566L278.877 282.472L286.314 281.96L294.337 281.364L303.268 280.696L312.816 279.975L323.345 279.212L334.512 278.45L346.692 277.708L359.551 277.019L373.444 276.413L388.006 275.932L403.612 275.619L419.855 275.515L437.08 275.661L454.891 276.089L473.568 276.862L492.726 278.011L501.751 278.722' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M146.641 311.355L148.145 309.412L150.621 307.219L159.228 302.957L165.005 298.778L171.982 295.989L180.517 292.678L196.374 288.008L211.51 284.06L214.539 283.381' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M438.209 321.256L436.799 323.262L432.715 327.263L429.884 331.546L428.38 336.079L428.307 340.843L429.759 345.804L432.798 350.933L437.509 356.177L443.923 361.515L452.061 366.884L461.901 372.254L489.614 372.494L503.914 377.184L519.708 381.718L536.819 386.063L555.099 390.2L574.33 394.117L616.438 388.361L659.538 380.36L702.575 370.123L725.284 370.958L747.67 371.69L769.533 372.4L790.697 373.162L811.024 374.04L830.381 375.137L848.692 376.505L886.434 359.604L902.677 361.014L935.185 342.796L949.276 344.572L962.198 346.995L973.981 350.108L984.542 353.973L1009.46 335.097L1029.89 316.065L1045.98 297.095L1057.95 278.386L1066.01 260.106L1070.5 242.358L1071.71 225.258L1070.01 208.837L1065.68 193.189L1059.04 178.262L1050.38 164.129L1049.62 163.147L1039.95 150.706L1039.13 149.839L1028 138.066L1026.92 137.095L1014.71 126.095L1013.62 125.249L1000.32 114.866L998.926 113.905L984.949 104.263L983.591 103.427L968.821 94.3497L967.097 93.3887L952.003 85.0215L950.363 84.1963L934.725 76.3305L932.625 75.3694L917.009 68.1826L915.045 67.3574L899.094 60.6407L896.033 58.8544L880.97 53.6001L878.098 52.075L862.899 47.1445L859.765 46.1104' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M527.144 16.1426L526.852 18.5452L527.249 21.2402L528.21 24.2173L529.641 27.4869L531.416 31.0385L533.453 34.8826L535.637 38.9983L537.935 43.396L540.222 48.0654L542.489 53.0168L544.662 58.2084L546.751 63.6612L548.704 69.3333L550.585 75.2353L552.35 81.3252L554.115 87.6033L555.87 94.0275L557.792 100.608L559.882 107.294L564.603 108.37L569.868 109.571L575.644 110.919L581.818 112.402L588.347 114.052L595.137 115.87L602.135 117.865L609.259 120.059L616.446 122.451L623.643 125.073L630.768 127.914L637.766 131.027L644.577 134.37L651.116 138.026L657.342 141.933L663.16 146.184L668.53 150.697L673.314 155.585L677.513 160.756L680.95 166.313L683.624 172.163L685.348 178.399L686.141 184.907' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M506.797 42.7371L508.782 41.4105L511.874 40.0838L515.937 38.7468L520.951 37.4306L526.801 36.1353L533.455 34.8817L540.798 33.6805L548.79 32.5627L557.355 31.5495L566.433 30.6616L575.97 29.9199' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M273.59 275.681L275.898 276.11L278.844 276.402L282.563 276.58L286.887 276.632L292.016 276.58L297.72 276.423L304.259 276.172L311.394 275.849L319.416 275.441L328.034 275.002L337.613 274.522L347.819 274.031L359.027 273.55L370.894 273.122L383.794 272.767L397.374 272.506L411.988 272.401L427.27 272.464L443.566 272.767L460.467 273.321L478.299 274.198L496.663 275.41L505.604 276.162' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M471.385 300.009L469.066 299.957L448.069 300.03L427.094 300.636L406.359 301.775L385.843 303.436L365.755 305.577L346.033 308.188L326.907 311.218L308.292 314.644L290.388 318.405L273.09 322.447L256.575 326.72L240.728 331.18L225.686 335.745L211.312 340.383L197.722 345L184.759 349.586L172.527 354.057L160.859 358.402L149.849 362.528L139.33 366.456L129.385 370.091L119.869 373.465L110.864 376.505L103.134 388.904L97.8592 401.68L95.1328 414.8L95.2373 428.16L98.2979 441.688L104.545 455.257L114.092 468.753L127.118 482.04L143.675 494.951L163.846 507.351L187.579 519.04L214.874 529.914' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M432.244 325.027L432.714 327.263L436.14 329.31L442.68 330.992L452.457 332.13L465.452 332.559L472.639 336.497L491.473 335.609L513.096 333.509L537.1 330.093L562.829 325.288L581.84 326.354L610.504 319.167L632.472 318.78L660.665 309.651L662.263 309.139L685.944 307.227L709.865 304.898L733.922 302.14L757.708 299.079L781.19 295.726L803.994 292.206L826.139 288.55L847.344 284.915L867.662 281.311L886.924 277.905L905.225 274.709L922.44 271.857L938.715 269.371L953.997 267.376L968.423 265.872L981.971 264.973L994.778 264.671L1005.78 245.732L1012.55 227.264L1015.39 209.474L1014.73 192.385L1010.94 176.152L1004.43 160.733' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M456.918 250.256L459.07 250.778L461.953 251.3L465.442 251.823L469.693 252.376L474.519 252.93L480.15 253.536L486.344 254.173L493.395 254.873L501.031 255.646L509.565 256.523L518.685 257.495L528.755 258.623L531.961 259.01' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M301.305 269.477L303.373 269.916L306.214 270.261L309.682 270.49L313.934 270.626L318.77 270.679L324.432 270.647L330.679 270.553L337.792 270.396L345.501 270.188L354.13 269.958L363.385 269.717L373.611 269.488L384.486 269.289L396.383 269.164L408.939 269.122L422.54 269.216L436.799 269.467L452.102 269.916L468.032 270.605L484.934 271.587L502.399 272.872L509.805 273.551' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M330.031 263.993L332.006 264.453L334.617 264.829L338.001 265.121L341.992 265.341L346.786 265.487L352.166 265.581L358.381 265.633L365.192 265.644L372.891 265.623L381.206 265.602L390.461 265.591L400.343 265.612L411.227 265.696L422.76 265.853L435.326 266.135L448.551 266.552L462.82 267.169L477.716 267.984L493.625 269.07L510.129 270.438L514.235 270.846' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M545.436 7.63867L544.768 9.50847L544.977 11.7021L545.917 14.1987L547.473 17.0191L549.52 20.1633L551.923 23.6314L554.566 27.4233L557.355 31.5494L560.165 35.9994L562.912 40.7732L565.513 45.8708L567.884 51.2818L569.984 56.9853L571.76 62.9813L573.191 69.2384L574.256 75.7358L574.998 82.463L575.416 89.3782L575.614 96.4501L575.646 103.637V110.918L575.719 118.24L576.064 125.615L576.795 132.969L577.474 140.793L578.153 143.624' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M105.161 335.276L104.189 333.677L104.043 331.755L104.91 329.478L106.748 326.888L109.746 323.952L122.229 318.238L129.27 314.488L133.991 311.898L135.819 311.104L141.721 307.448L144.103 305.567L154.852 300.71L155.259 300.564L155.719 300.397L163.031 297.785' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M510.432 58.6983L512.019 57.8626L514.673 57.006L518.433 56.1704L523.144 55.3347L528.806 54.5303L535.262 53.7365L542.49 53.0157L550.377 52.3471L558.869 51.7622L567.884 51.2817L577.359 50.916L587.241 50.7176L597.467 50.6758L607.986 50.8325L618.756 51.1981L629.766 51.8248L640.943 52.6919L652.298 53.8722L663.767 55.3451L675.352 57.1941L686.999 59.3668L698.709 61.9783L710.419 64.9659L722.108 68.4443L733.692 72.3511L745.162 76.822L756.391 81.7734L767.339 87.341L777.868 93.4415L787.886 100.231L797.224 107.596L805.748 115.702L813.269 124.414L819.558 133.909L824.447 144.021L827.622 154.916L828.907 166.406' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M508.613 54.7394L510.076 53.768L512.719 52.7965L516.375 51.8146L521.065 50.8431L526.632 49.8821L533.057 48.9524L540.223 48.0645L548.078 47.2497L556.518 46.508L565.512 45.8709L574.966 45.359L584.827 44.9934L595.053 44.7949H605.593L616.426 45.0143L627.477 45.4739L638.769 46.2051L650.229 47.2184L661.876 48.5659L673.648 50.2372' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M169.027 303.634L170.229 301.388L171.43 299.873L173.091 298.756L174.344 298.285L178.136 296.05L190.274 292.133' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M507.203 50.9674L508.572 49.881L511.037 48.7737L514.599 47.6769L519.122 46.5696L524.585 45.4832L530.863 44.4178L537.935 43.3941L545.655 42.433L554.011 41.5556L562.911 40.7721L572.281 40.1245L582.09 39.6126L592.264 39.2783L602.783 39.1426L613.595 39.2157L624.688 39.5395L636.001 40.1245L647.565 41.0228L659.317 42.2137' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M146.131 313.016L146.643 311.355L168.287 303.322L192.636 295.634L217.978 287.925L244.072 280.425L244.375 280.352L270.5 273.802L271.252 274.021L299.299 268.266L328.339 262.823L358.413 258.112' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M422.549 252.095L424.095 252.596L426.393 253.077L429.318 253.536L432.995 253.985L437.257 254.435L442.323 254.884L447.964 255.343L454.451 255.834L461.523 256.357L469.482 256.942L478.038 257.589L487.533 258.341L497.645 259.198L508.738 260.222L520.448 261.392L527.374 262.154' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M515.445 67.2111L516.929 66.6365L519.477 66.062L523.144 65.5189L527.74 64.9861L533.297 64.5056L539.628 64.046L546.752 63.6595L554.513 63.3357L562.891 63.1058L571.759 62.9805H581.088L590.792 63.1372L600.82 63.4505L611.13 63.9728L621.649 64.6936L632.346 65.6651L643.178 66.8873L654.125 68.4124L665.115 70.2091L676.135 72.3818L687.135 74.8784L698.092 77.7928L708.925 81.0728L719.621 84.8439L730.099 89.0222L740.283 93.7542L750.103 98.9354L759.462 104.722L768.247 111.011L776.332 117.957L783.582 125.437L789.808 133.616L794.895 142.349L798.561 151.781L800.703 161.768' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M453.668 313.026L455.068 313.715L458.954 314.092L465.347 314.039L474.163 313.444L485.225 312.18L498.314 310.174L508.875 312.431L521.441 314.447L535.909 316.17L552.225 317.549L575.854 311.846L595.764 311.908L619.685 304.575L621.367 304.053L644.766 295.675L646.479 295.059L668.823 285.762L670.369 285.114L692.692 274.345L712.873 263L730.798 251.207L746.133 239.246L768.32 232.456L789.431 225.447L799.929 212.244L807.482 199.395L824.592 191.32L840.125 183.413L854.248 175.62' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M489.33 248.26L490.74 248.792L492.861 249.357L495.598 249.931L499.066 250.547L503.108 251.174L507.924 251.864L513.303 252.595L519.487 253.399L526.246 254.256L533.851 255.238L536.681 255.603' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M524.252 247.696L525.652 248.26L527.657 248.856L530.384 249.503L533.695 250.182L537.727 250.935L541.958 251.655' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M422.07 250.456L423.407 249.861L437.948 248.889L454.421 248.241L469.578 248.043' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M169.998 305.987L169.121 304.932L168.285 303.323L169.852 302.09L171.586 300.315L174.344 298.288L187.756 293.807L196.071 291.446L207.896 288.26L217.663 286.15L219.658 285.492L221.841 283.998L246.024 277.187L250.369 276.059L258.987 274.388' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M518.674 71.7547L519.906 71.295L522.351 70.8876L525.787 70.4907L530.258 70.1355L535.586 69.8117L541.791 69.5506L548.706 69.3312L556.321 69.2059L564.49 69.1641L573.191 69.2372L582.321 69.4357L591.848 69.7908L601.667 70.3131L611.757 71.0234L622.047 71.9531L632.493 73.1126L643.064 74.5333L653.687 76.2255L664.353 78.2416L674.997 80.5501L685.589 83.2556L696.056 86.2954L706.387 89.7739L716.488 93.6389L726.318 98.0053L735.792 102.8L744.818 108.148L753.31 113.967L761.134 120.391L768.206 127.317L774.327 134.89L779.404 142.986L783.185 151.739L785.598 161.015' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M193.617 297.086L192.635 295.634L193.241 294.328L194.651 292.834L196.071 291.445L197.941 290.4L199.299 289.575L201.608 288.468L203.164 287.967L208.523 284.843L215.48 282.357L221.998 280.863' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M507.256 275.096L508.071 275.608L511.654 276.057L518.036 276.35L525.515 272.819L535.909 272.338L544.558 267.993L558.629 266.478L575.113 264.337L593.581 261.558L613.815 258.048L624.866 250.851L646.636 245.889L668.98 240.248L691.647 233.897L700.829 224.611L722.63 217.058L743.574 209.12L763.547 200.763L767.913 190.223L785.264 181.312L800.985 172.423L815.149 163.544' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M703.076 560.887L703.996 560.752L748.454 552.938L791.407 543.829L832.919 533.519L872.394 522.154L909.937 509.807L945.098 496.645L977.992 482.752L1008.32 468.295L1036.18 453.325L1061.4 438.012L1071.19 421.445L1073.85 419.408L1092.28 405.42L1098.01 389.313L1100.09 387.286L1114.84 372.892L1116.83 357.484L1129.41 340.917L1128.06 326.386L1136.49 309.934L1142.38 293.816L1136.78 280.257L1138.9 264.557L1131.04 252.126L1129.7 236.99L1120.04 225.688L1115.6 211.209L1109.38 197.295L1101.56 183.998L1088.62 174.126L1078.46 161.591L1064.85 152.817L1052.68 141.075L1039.45 129.909L1025.31 119.358L1010.09 111.983L995.573 105.413L981.774 99.511L968.821 94.3507L956.672 89.8171L945.453 85.9521L935.08 82.6826L925.669 80.0606L917.113 78.0028L909.488 76.5821L902.656 75.7047L896.681 75.4749L879.383 66.4705L861.698 58.2182L856.924 58.4584L853.007 59.3359L835.52 51.6477L817.961 44.6907L815.401 46.0068L813.626 47.9289L812.404 50.3733L811.704 53.4444L811.265 57.0587L811.025 61.3311L810.711 66.1571L810.21 71.6412L809.259 77.6685L807.713 84.3539L805.311 91.5512L801.884 99.3543L797.226 107.596L791.167 116.36L783.583 125.438L774.328 134.891L763.402 144.491L750.741 154.258L736.503 163.931L720.73 173.552L703.766 182.838L703.16 190.297L701.29 198.027L697.937 206.112L693.153 214.395L686.697 222.93L678.706 231.537L668.981 240.249L657.72 248.878L644.82 257.391L630.582 265.622L615.007 273.519L594.146 276.047L574.78 277.959L560.573 283.715L544.466 284.279L530.625 284.342L519.176 284.007L509.722 287.36L502.452 286.243L495.349 288.739L492.288 287.151L491.672 285.564' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M512.375 63.5878L512.751 62.867L514.266 62.1463L516.961 61.4464L520.659 60.736L525.401 60.0571L531.011 59.399L537.477 58.7827L544.663 58.2081L552.55 57.7067L561.001 57.2889L569.984 56.986L579.417 56.7979L589.247 56.7666L599.41 56.9024L609.846 57.2262L620.532 57.7799L631.406 58.5528L642.458 59.6079L653.625 60.9345L664.896 62.5954L676.209 64.5593L687.585 66.9305L698.929 69.6464L710.242 72.822L721.45 76.3945L732.512 80.4893L743.366 85.0333L753.927 90.1623L764.101 95.7822L773.784 102.05L782.862 108.861L791.166 116.361L798.583 124.446L804.871 133.262L809.896 142.664L813.374 152.817L815.15 163.545' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M478.843 294.307L478.112 294.359L460.448 296.041L443.473 298.14L427.094 300.637L411.457 303.541L396.519 306.831L382.427 310.519L369.172 314.593L356.918 319.053L345.679 323.89L335.651 329.092L326.897 334.67L319.647 340.582L314.017 346.829L310.277 353.368L308.627 360.158L309.369 367.125L312.753 374.218L319.136 381.311L328.788 388.289L342.043 394.985L359.164 401.21L380.38 406.736L405.795 411.333L435.461 414.717L469.181 416.618L483.377 423.116L498.314 429.508L513.868 435.818L529.663 442.033L545.603 448.186L561.251 454.286L576.575 460.397L591.053 466.518L604.779 472.713L617.147 479.022L628.345 485.488L637.747 492.142L645.623 499.037L651.316 506.182L655.16 513.598L656.528 521.287L655.776 529.267L652.298 537.488L646.49 545.949L637.809 554.578L629.766 560.887' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M478.74 294.39L478.114 294.358L456.637 293.909L435.432 293.972L414.425 294.536L393.888 295.57L373.717 297.053L354.183 298.923L335.151 301.159L316.891 303.697L299.238 306.497L282.441 309.495L266.312 312.66L251.061 315.898L236.499 319.209L222.815 322.5L209.789 325.769L197.599 328.914L186.035 331.964L175.255 334.816L165.018 337.511L155.533 339.965L146.539 342.201L138.235 344.154L130.4 345.857L123.203 347.246L116.486 348.353L110.407 349.126L104.818 349.586L99.8981 349.691L95.5421 349.471L91.8965 348.876L75.7889 360.92L61.5407 373.486L57.7175 372.473L54.6777 370.979L52.3691 369.078L50.9903 366.686L50.5098 363.876L51.1261 360.606L62.836 351.425L69.0513 346.275L70.3884 345.397L73.7624 341.595L78.4944 337.406L84.5426 332.904L92.1159 328.078L101.152 323.012L111.942 318.227L121.918 313.819' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M448.32 316.117L448.267 316.462L448.09 316.964L445.656 318.489L444.423 318.76L444.361 318.812L440.955 320.672L440.329 320.212L438.323 321.1L434.458 322.74L432.149 324.558L427.72 326.553L426.655 328.465L421.515 329.948L416.386 331.191L411.247 332.204L405.773 334.116L403.611 335.516L398.503 338.827L392.277 343.956L387.242 349.45L383.471 355.321L381.069 361.516L380.108 368.023L380.63 374.792L382.677 381.802L401.24 386.408L407.633 393.407L433.288 396.75L443.974 403.414L476.524 404.866L491.085 410.873L529.704 409.838L547.368 414.957L590.624 410.977L610.315 415.093L656.246 407.948L676.772 411.102L723.215 400.824L768.268 388.393L811.023 374.04L850.55 358.037L886.171 340.707L917.352 322.385L918.083 321.863L943.749 303.457L944.428 302.851L965.299 284.205L965.832 283.589L981.971 264.974L994.025 245.952L1001.68 227.431L1005.34 209.485V192.312L1002.13 175.912L996.083 160.41L987.58 145.734L976.977 132.008L964.589 119.086L957.621 119.117L944.031 106.958L937.837 107.543L923.338 96.1363L917.989 97.2645L902.822 86.5887L898.361 88.2496L894.225 90.4851L890.37 93.4099L886.568 96.8989L882.724 101.088L878.629 105.83L874.116 111.262L868.987 117.216L863.044 123.818L856.118 130.88L848.002 138.505L838.569 146.496L827.622 154.916L815.149 163.544L814.878 174.961L812.454 186.891L807.482 199.394L789.013 207.375L769.114 215.283L758.961 227.181L746.133 239.246L723.298 245.597L699.91 251.52L676.48 256.837L653.185 261.579L630.58 265.622L608.863 269.017L588.588 271.691L569.931 273.728L553.353 275.117L539.011 275.984L527.207 276.35L518.589 280.027L510.818 279.546L503.986 282.429L500.351 281.385L500.163 279.839L501.782 278.731L503.182 278L505.762 278.878L511.653 276.057L517.89 272.976L524.168 269.696L524.314 269.612L530.801 266.04L537.235 262.227L543.492 258.257L549.499 254.121L561.198 251.593L575.478 248.428L591.941 244.615L610.305 240.04L630.016 234.733L650.762 228.633L671.904 221.864L693.151 214.395L713.897 206.414L733.932 197.901L752.787 189.116L770.347 180.038L770.89 170.397L769.835 161.194L767.244 152.607L763.4 144.491L758.376 136.99L752.39 129.981L745.538 123.567L737.975 117.613L729.775 112.223L721.094 107.261L711.964 102.822L702.511 98.7687L692.775 95.1753L682.831 91.9266L672.729 89.0958L662.534 86.5679L652.287 84.3847L642.029 82.4835L631.813 80.8748L621.691 79.4959L611.704 78.3782L601.917 77.4485L592.369 76.7173L583.135 76.1532L574.256 75.7354L565.836 75.4638L557.897 75.2967L550.585 75.234L543.889 75.2445L537.998 75.3385L532.869 75.4638L528.711 75.6727L525.473 75.8921L522.935 76.498L522.266 76.4771L518.558 72.2151L518.673 71.7555L515.445 67.2115L512.75 62.866L510.264 59.1263L508.29 55.7001L508.614 54.7391L507.141 51.5113L506.347 48.5968L506.315 47.4165V47.3747V47.3329L505.908 44.0424L506.106 40.8877L506.618 39.4775L508.311 38.0569L511.037 36.6258L514.808 35.2051L519.488 33.7845L525.066 32.3952L531.417 31.0372L538.499 29.7524L546.24 28.5406L554.565 27.4229L563.434 26.441L572.793 25.6053L582.592 24.9473L592.797 24.4772L603.389 24.2474H614.326L625.629 24.5398L637.234 25.1039L649.184 26.0232L661.427 27.2453L673.993 28.8854L686.831 30.8805L690.111 36.0931L703.002 38.6001L716.132 41.6085L729.388 45.0557L742.811 49.0565L756.276 53.5482L769.772 58.6668L783.153 64.3389L796.378 70.7005L809.258 77.6679L821.709 85.4083L833.513 93.8069L844.492 103.041L854.426 112.986L863.044 123.818L870.095 135.382L875.245 147.844L878.211 161.016L878.587 175.024L876.122 189.648L870.377 204.952L861.184 220.652L848.158 236.707L831.309 252.805L810.459 268.787L788.209 273.498L765.134 278.042L741.599 282.273L717.636 286.179L693.674 289.627L669.805 292.614L646.479 295.058L623.832 296.97L602.272 298.318L600.538 298.861L579.782 305.348L557.5 311.312L535.909 316.17L515.633 319.899L497.144 322.531L480.9 324.129L467.216 324.819L456.353 324.714L448.424 323.983L443.452 322.771L441.185 320.494L440.172 320.118L439.514 320.338L438.333 320.661L434.698 322.489L431.136 323.639L426.634 324.317L422.132 324.505L418.423 324.735L414.464 324.829L406.567 328.224L399.443 331.41L396.205 332.768L388.851 335.86L386.135 337.229L379.115 340.77L377.716 345.575L379.063 350.464L383.471 355.321L391.327 359.969L391.473 366.258L393.144 372.787L396.403 379.524L416.345 383.462L440.537 386.356L451.098 392.571L463.132 398.755L496.925 399.142L534.206 397.669L552.319 402.276L571.195 406.705L614.755 401.356L659.4 393.699L704.067 383.776L747.668 371.69L789.087 357.692L789.149 357.671L789.494 357.525L827.59 341.971L827.987 341.773L862.198 324.955L862.699 324.652L892.48 306.935L918 288.31L918.48 287.872L938.714 269.372L954.571 250.486L965.842 231.829L972.726 213.695L975.672 196.156L975.003 179.432L971.18 163.481L964.589 148.471L955.636 134.306L944.668 121.102L932.008 108.724L917.989 97.2645L912.986 98.9776L908.285 101.38L903.699 104.357L899.124 108.034L894.371 112.275L889.273 117.206L883.654 122.669L877.313 128.79L870.095 135.382L861.78 142.558L852.253 150.121L841.306 158.143L828.906 166.406L827.945 178.607L824.592 191.32L818.45 204.597L799.929 212.243L779.988 219.848L768.32 232.456L753.758 245.179L730.798 251.206L707.274 256.847L683.666 261.913L660.121 266.437L642.227 275.577L622.934 284.184L602.742 292.06L582.414 293.22L580.847 293.721L563.225 299.383L544.224 304.669L525.975 309.014L508.875 312.43L493.404 314.927L479.908 316.546L468.71 317.402L460.009 317.58L453.94 317.225L450.524 316.462L449.134 315.71L448.424 316.055L448.257 316.149L446.711 316.995L446.053 317.34L445.489 317.653L444.496 318.196L444.193 318.353L443.911 318.457L442.48 319.126L442.136 319.314L442.021 319.356L440.746 319.878L439.514 319.387L433.58 319.596L424.461 321.173L419.99 321.591L410.223 324.808L401.898 328.35L394.199 331.671L390.909 332.967L382.876 336.163L380.076 337.49L372.378 341.135L369.933 342.525L362.768 346.588L362.559 351.978L365.128 357.442L370.863 362.842L380.108 368.023L393.144 372.787L410.244 376.913L416.345 383.462L424.054 390.085L451.098 392.571L482.227 393.595L496.925 399.142L512.813 404.563L552.319 402.276L594.291 397.836L614.755 401.356L635.479 404.709L680.982 396.133L726.014 385.311L769.532 372.4L810.511 357.63L848.096 341.313L881.627 323.764L882.181 323.409L910.573 305.369L911.158 304.909L934.745 286.451L953.996 267.377L954.446 266.802L968.506 248.375L978.409 229.75L984.102 211.627L985.898 194.234L984.258 177.562L979.547 161.8L972.193 146.872L962.562 132.896L950.998 119.755L937.837 107.543L932.008 108.724L926.471 110.604L921.092 113.059L915.743 116.224L910.28 119.964L904.535 124.393L898.33 129.365L891.498 135.006L883.873 141.117L875.245 147.844L865.499 154.957L854.415 162.552L841.964 170.417L840.125 183.412L835.655 196.908L818.45 204.597L809.477 218.197L789.431 225.447L776.061 238.744L753.758 245.179L736.523 257.714L712.873 263L689.119 267.753L665.407 271.983L642.227 275.577L619.769 278.564L598.511 280.894L578.643 282.617L560.572 283.714L546.156 288.937L531.929 293.512L519.227 292.739L508.854 291.622L498.982 294.473L490.156 296.792L482.624 298.62L480.378 296.26L480.253 293.972L481.089 293.032L481.506 292.416L482.185 291.82L483.324 292.06L484.358 290.556L484.64 290.337L486.761 288.718L486.792 288.665L486.823 288.645L487.638 288.561L488.704 287.245L491.033 285.814L491.628 285.448L493.456 284.09L494.209 283.568L495.347 283.286L500.351 281.385L505.135 278.188L506.827 276.266L508.07 275.608L511.403 273.195L513.116 272.882L515.978 270.552L516.615 269.393L518.558 268.223L518.809 268.066L520.156 267.251L521.566 266.363L523.311 265.089L524.314 264.556L524.909 264.253L528.816 262.812L529.234 261.391L529.756 261.12L531.532 259.605L532.085 259.02L532.65 258.654L534.321 257.662L536.807 255.991L537.643 255.291L539.356 254.424L540.38 253.264L541.257 252.596L542.918 251.718L543.816 250.632L544.349 249.807L544.495 249.713L545.519 249.096L546.49 248.511L547.932 247.634L549.133 246.318L549.311 245.774L549.666 245.461L549.979 245.336L550.303 245.095L550.46 244.782L550.658 244.615L552.351 243.163L556.686 239.956L560.06 236.3L563.12 232.989L563.872 232.508L565.492 230.597L567.048 228.768L569.962 225.081L570.359 224.768L576.115 220.161L578.298 216.244L580.147 212.358L579.823 211.407L581.328 207.95L583.02 204.858L584.096 201.264L584.963 197.744L585.694 194.36L585.809 194.13L589.047 187.632L588.034 184.561L587.741 179.944L587.919 177.876L587.47 174.899L588.452 167.639L586.624 164.839L585.778 162.082L584.67 159.543L583.699 152.158L581.808 149.818L580.722 142.412L578.131 140.312L575.175 137.711L574.162 136.583L573.159 134.922L570.38 129.804L568.166 127.516L565.293 121.081L565.23 120.956L562.807 119.702L559.099 113.059L559.046 112.954L556.508 111.972L554.711 111.095L553.855 110.353L549.645 104.984L548.35 104.148L543.586 98.1837L543.534 98.1211L542.155 97.7241L541.988 97.5465L540.4 95.9274L536.88 91.9788L532.89 86.4529L531.542 86.4425L531.239 86.4738L526.528 81.3867L523.645 78.0231L522.83 76.3204L519.237 71.7555L515.226 67.8174L516.187 66.919L514.265 62.1452L512.019 57.8624L510.076 53.7676L507.893 50.4249L506.315 47.406L507.444 46.1943L506.796 42.7367L506.535 39.5507L506.597 39.0597L506.671 38.5583L507.047 36.4482L508.091 33.6487L508.937 32.0505L510.536 29.93L513.816 28.854L514.15 26.0649L517.618 24.4145L518.14 21.8239L522.057 20.163L522.83 17.8022L527.145 16.1413L528.252 14.0208L532.942 12.4121L534.76 10.2289L537.026 9.00674L540.202 7.86813L540.411 7.795L541.79 7.35626L547.086 6.06097L553.385 4.8179L555.746 3.55395L562.504 2.48848L565.732 1.55878L570.474 1.27675L577.828 0.545518L581.505 -0.0707888L590.008 -0.311057L599.389 -0.708008L608.195 -0.269264L619.267 0.911132L631.27 1.65279L633.557 0.994686L637.067 0.68132L649.926 1.89305L654.846 2.0184L662.043 2.74963L668.854 3.53307L677.43 5.15218L682.883 5.68494L692.441 6.89664L694.102 6.83396L698.5 7.86813L708.319 10.2916L713.26 10.511L721.397 11.7018L726.411 12.6419L729.608 13.0284L738.299 14.7415L749.319 16.7994L760.559 19.1184L775.601 22.1791L790.518 25.48L795.814 26.5872L801.632 28.7809L816.309 34.5888L826.034 37.5241L837.096 40.2296L849.349 43.4052L862.897 47.1449L878.096 52.0753L893.368 55.6897L911.607 60.9544L931.13 67.4518L936.04 68.6426L941.357 69.4574L947.039 70.9407L965.309 76.4039L986.859 83.1625L990.891 84.7085L1013.65 93.4204L1017.41 94.9768L1041.01 104.671L1044.3 106.133L1068.94 117.08L1080.3 124.152L1091.81 131.903L1103.2 140.229L1114.39 149.212L1125.18 158.76L1135.46 168.913L1145.04 179.599L1153.82 190.86L1161.62 202.622L1168.34 214.896L1173.84 227.63L1178.01 240.834L1180.73 254.434L1181.87 268.463L1190.93 287.078L1188.42 301.681L1193.55 321.758L1187.03 336.769L1187.53 358.152L1185.21 380.663L1179.71 404.26L1170.69 428.819L1157.73 454.265L1140.56 480.432L1118.77 507.153L1116.66 509.305L1092.11 534.229L1089.77 536.224L1060.87 560.887' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M746.604 16.0791L758.345 18.4504L759.118 18.607L759.922 18.7742' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M669.168 3.39844L670.703 3.64913L674.798 4.21322L682.549 5.48763L689.464 6.36508L697.424 7.53502L704.36 8.70496L713.354 10.3241L721.262 11.5149L729.984 13.625L737.735 16.811L741.516 17.5736L756.402 20.7805L762.419 21.1879L772.896 22.8801L787.384 25.5856L790.518 26.3482L800.86 29.3984L813.259 32.3023L826.692 34.9452L842.257 39.134L856.014 44.0749L859.43 44.4614L878.045 49.0263L894.142 55.4923L907.784 61.1958L910.49 61.6346L924.466 67.3276L928.216 68.205L945.504 74.9531L962.291 82.7563L978.628 92.0322L992.334 100.911L994.621 102.217L1008.23 110.814L1010.09 111.984L1023.02 121.082L1024.85 122.378L1039.44 129.909L1054.57 138.287L1070.09 147.511L1085.94 157.685L1101.93 168.789L1105.17 171.244L1117.95 180.948L1120.95 183.455L1133.77 194.152L1136.48 196.669L1149.22 208.515L1151.65 211.064L1164.04 224.048L1166.16 226.597L1178.01 240.835L1179.82 243.383L1190.81 258.885L1192.29 261.424L1200 274.627' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M267.324 269.477L269.09 269.101L278.742 267.053L287.579 265.936L290.169 265.434L291.903 264.609L292.656 264.452' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M1169.04 157.758L1169.61 158.395L1183.14 166.72L1197.98 175.171L1200 176.017' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M1139.15 142.213L1139.8 142.934L1158.51 153.421L1171.32 159.71L1199.66 175.41L1200 175.807' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M1091.88 122.49L1095.11 124.047L1122.01 136.55L1147.47 148.678L1170.79 160.597L1174.92 162.968L1192.4 173.111L1195.13 174.762L1200 177.707' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M1171.51 159.188L1199.48 175.213L1199.88 175.442L1200 175.515' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M1017.75 92.9609L1021.01 94.2771L1026.67 95.7082L1036.8 99.6045L1039.63 100.795L1044.08 102.665L1067.26 112.401L1069.77 113.55L1073.58 115.294L1098.05 126.482L1100.13 127.527L1103.64 129.292L1129.06 142.036L1130.86 143.039L1133.88 144.71L1159.97 159.157L1161.46 160.076L1164.13 161.716L1190.53 178.022L1191.77 178.879L1200 184.593' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M540.59 253.485L542 253.046L545.029 252.597L545.813 252.346L555.162 249.881L560.458 245.525L565.305 241.127L569.713 236.677L582.039 232.363L585.81 227.516L586.489 227.265L600.006 222.157L602.795 216.997L604.874 211.972L606.336 207.031L606.89 206.76L620.417 200.074L621.055 199.751L635.397 192.438L650.752 184.249L666.108 175.474L680.952 166.313L695.012 156.766L707.902 147.051L719.476 137.169L729.504 127.36L737.976 117.614L744.818 108.15L750.104 98.9368L753.927 90.1623L756.392 81.7742L757.698 73.9397L757.969 66.5649L757.447 59.7959L756.277 53.5492L754.721 47.9293L740.765 43.4793L738.55 38.5175L724.365 34.6943L710.461 31.4143L696.788 28.573L683.48 26.2226L680.137 22.0338L666.996 20.164L654.2 18.6598L650.888 15.0873L638.437 14.0009L626.466 13.2801L614.902 12.8623L603.829 12.7578L593.175 12.9145L583.021 13.3428L573.327 13.98L564.166 14.8261L555.527 15.8498L547.474 17.0197L540.036 18.3255L533.278 19.7462L527.25 21.2399L522.006 22.8068L517.619 24.4155' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M950.289 71.0977L955.22 72.8421L974.879 79.7678L979.235 81.4183L1000.36 89.3676L1004.46 91.0181L1026.46 99.8762L1030.1 101.454L1053.2 111.471L1056.59 113.059L1080.3 124.153L1083.3 125.678L1107.71 138.119L1110.45 139.633L1135.12 153.37L1137.52 154.853L1162.37 170.125L1164.51 171.588L1168.03 174.001L1189.12 188.416L1200 196.804' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M965.07 77.252L969.708 78.986L989.211 86.2563L993.629 88.0008L1014.02 96.0964L1017.97 97.7782L1039.53 106.96L1043.24 108.663L1065.48 118.837L1068.78 120.477L1091.81 131.905L1094.86 133.556L1118.25 146.174L1120.95 147.773L1144.67 161.822L1147.12 163.431L1170.76 178.891L1172.9 180.468L1196.27 197.579L1200 203.021' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M126.115 312.743L130.21 311.02L134.472 308.732L142.662 305.034' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M123.828 321.695L124.82 320.431L125.499 318.645L126.878 317.328L128.09 316.754L131.349 314.069L135.998 310.601L141.482 307.875L156.002 302.433' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M103.688 327.065L108.305 324.693L109.746 323.952L113.872 320.724L119.429 316.734L125.29 312.733L136.634 307.28L138.211 306.653L142.661 305.034' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M529.59 263.397L535.001 259.939L535.147 259.845L540.36 256.315L540.579 256.168L549.5 254.121L555.161 249.88L567.258 246.851L572.752 242.066L587.429 237.919L592.328 232.644L593.226 232.352L608.864 227.327L609.794 227.014L626.768 221.31L627.855 220.913L645.675 214.51L664.979 207.052L667.309 200.189L668.301 199.739L685.798 191.79L686.916 191.226L703.765 182.838' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M928.571 71.8809L931.026 72.9463L946.433 80.2898L948.376 81.2091L963.345 89.0331L965.361 90.0881L980.163 98.5911L981.772 99.5104L995.905 108.546L997.545 109.591L1011.18 119.337L1012.47 120.266L1025.16 130.577L1026.45 131.621L1038.28 142.694L1039.28 143.624L1049.86 155.313L1050.8 156.357L1060.79 169.77L1069.03 183.945L1075.26 198.82L1079.22 214.458L1080.63 230.785L1079.16 247.801L1074.52 265.423L1066.39 283.578L1054.49 302.141L1038.57 320.954L1018.4 339.861L993.921 358.622L965.038 377.007L931.966 394.723L921.499 390.19L909.664 386.314L896.345 383.086L881.752 380.402L865.801 378.239L848.691 376.505L807.21 391.965L762.857 405.691L716.372 417.422L668.875 426.991L621.22 434.282L574.579 439.275L529.662 442.033L487.429 442.691L448.34 441.437L413.002 438.513L381.56 434.136L354.254 428.589L331.001 422.102L311.76 414.915L296.31 407.227L284.454 399.225L275.91 391.046L270.425 382.836L267.71 374.677L267.521 366.676L269.6 358.883L273.747 351.341L279.743 344.102L287.431 337.197L296.603 330.637L307.195 324.443L319.009 318.635L332.015 313.213L346.033 308.189L361.107 303.572L377.026 299.362L393.886 295.57L411.477 292.217L429.945 289.292L449.051 286.806L469.002 284.79L489.539 283.234L495.086 282.952' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M774.673 26.0234L776.438 26.4935L792.911 31.2986L794.374 31.7269L801.414 32.2492L807.745 33.649L816.3 35.3621L829.169 39.53L834.716 41.3267L848.369 46.1528L853.268 47.8972L866.869 53.1202L871.716 54.99L885.786 60.9233L890.069 62.7305L903.858 69.1025L908.057 71.0454L921.992 78.18L925.669 80.0603L939.081 87.6754L942.654 89.7019L955.847 98.1422L958.918 100.106L973.302 110.531L974.211 111.189L987.456 122.314L988.396 123.098L997.411 125.751L1007.04 129.146L1018.85 141.002L1019.6 141.754L1029.9 154.31L1030.62 155.177L1039.3 168.579L1039.8 169.363L1049.3 173.437L1059.04 178.263L1069.03 183.945L1079.19 190.443L1084.91 205.359L1088.38 220.934L1089.35 237.23L1087.5 254.142L1082.56 271.67L1074.21 289.679L1062.21 308.085L1046.28 326.752L1026.26 345.481L1002 364.106L973.532 382.345L940.826 400.009L904.265 416.764L894.791 411.541L883.822 406.956L871.204 402.986L857.238 399.56L841.798 396.635L798.584 411.322L752.653 424.202L705.103 435.045L656.644 443.715L608.468 450.129L561.252 454.286L516.074 456.281L473.412 456.219L434.052 454.328L398.212 450.787L366.331 445.867L338.378 439.766L314.488 432.778L294.484 425.048L278.262 416.848L265.591 408.282L256.252 399.549L249.995 390.744L246.558 381.99L245.723 373.351L247.237 364.921L250.904 356.732L256.524 348.834L263.899 341.261L272.924 334.033L283.38 327.18L295.247 320.714L308.294 314.645L322.563 308.983L337.824 303.739L354.183 298.924L371.377 294.547L389.594 290.609L408.543 287.13L428.464 284.111L449.053 281.573L470.571 279.536L492.727 278.011L503.476 277.551' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M838.434 38.5684L842.09 39.6443L859.127 44.7001L875.318 50.1529L893.369 55.6893L910.803 62.3433L927.83 68.6945' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M757.154 21.374L758.742 21.7605L764.57 22.3873L771.611 23.4214L780.093 26.1269L782.349 27.1402L791.928 29.9501L798.572 31.8931L800.494 32.4572L810.814 35.7477L817.228 37.7846L818.785 38.286L829.231 41.9316L835.519 44.1253L837.232 44.7207L851.397 50.1004L855.617 51.7091L866.627 56.3157L872.414 58.7287L873.918 59.3555L885.336 64.5993L891.885 67.6078L906.196 74.9095L909.487 76.5808L923.265 84.4048L926.451 86.212L939.947 94.8717L942.694 96.6266L957.11 107.177L957.935 107.772L965.769 109.183L974.21 111.188L983.339 113.915L993.127 117.257L1006.04 128.288L1007.04 129.145L1017.23 133.219L1028 138.066L1039.28 143.623L1051.07 150.005L1062.04 162.781L1071.49 176.277L1079.19 190.442L1089.47 197.858L1094.55 212.765L1097.42 228.36L1106.24 236.707L1105.91 252.919L1102.88 269.685L1096.89 286.993L1087.65 304.741L1074.96 322.823L1058.57 341.114L1038.36 359.447L1014.12 377.675L985.972 395.537L953.777 412.867L917.927 429.361L878.431 444.853L835.979 459.017L790.696 471.72L743.574 482.709L694.823 491.859L645.623 499.036L596.203 504.185L547.744 507.298L500.466 508.395L455.402 507.601L412.689 504.958L373.109 500.707L336.695 494.93L303.947 487.911L274.803 479.742L249.482 470.717L227.869 460.918L209.965 450.619L195.623 439.891L184.717 428.954L177.039 417.881L172.422 406.829L170.646 395.871L171.534 385.091L174.856 374.562L180.455 364.335L188.112 354.485L197.722 345L209.035 335.964L222.061 327.346L222.772 326.939L236.498 319.209L237.271 318.843L252.449 311.541L253.347 311.165L269.601 304.386L270.541 304.041L288.132 297.711L289.208 297.377L307.707 291.579L308.794 291.287L328.578 285.97L329.79 285.688L350.379 280.914L351.58 280.674L373.444 276.412L374.749 276.203L397.375 272.505L398.639 272.338L422.54 269.214L448.55 266.551L475.793 264.576L503.861 263.302L526.257 262.916' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M739.625 17.1543L741.516 17.5721L747.115 18.0944L754.51 18.7108L768.602 21.5625L770.158 22.4922L771.61 23.4219L779.957 24.4351L783.174 24.7067L795.699 27.5167L810.427 30.7758L826.326 34.1394L834.307 36.1868L846.017 38.8401L846.79 38.7147L848.221 39.0908L849.882 40.0727L861.738 43.8437L868.058 44.8883L882.651 48.8682L898.278 55.0626L914.573 60.975L931.13 67.4515L947.656 74.4085L964.171 81.9296L980.424 89.9416L996.417 98.5282L1011.91 107.627L1026.88 117.3L1043.91 126.022L1061.45 135.664L1079.33 146.183L1082.95 148.491L1097.43 157.725L1100.83 160.086L1115.57 170.281L1118.68 172.642L1133.59 183.976L1136.43 186.358L1151.26 198.799L1153.78 201.191L1168.34 214.896L1170.57 217.288L1184.56 232.257L1186.48 234.649L1199.64 251.008L1200 253.4' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M828.156 34.1074L833.766 35.4863L845.34 38.338' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M544.348 249.806L544.452 249.712L545.236 249.096L546.562 249.127L548.265 248.552L548.098 247.194L548.422 246.526L549.027 246.119L549.539 245.774L549.978 245.335L550.302 245.095L551.263 244.708L552.683 243.643L559.839 240.426L569.71 236.675L573.617 232.246L574.223 232.006L585.808 227.514L588.952 222.741L589.589 222.479L602.793 216.995L603.472 216.713L618.127 210.592L618.911 210.247L634.548 203.447L635.311 203.102L651.512 195.686' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M979.309 76.916L987.906 80.0289L1000.98 84.4997L1010.57 88.6468L1015.05 91.1851L1036.8 99.6046L1047.04 104.807L1050 106.092L1054.37 108.014L1076.77 117.812L1079.29 119.013L1083.39 120.977L1106.86 132.185L1109.09 133.345L1112.67 135.225L1137 147.969L1138.9 149.066L1142.15 150.946L1167.03 165.362L1168.65 166.406L1171.48 168.234L1196.57 184.457L1200 188.447' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M885.797 48.8262L889.631 49.8499L899.888 52.6494L902.489 53.412L904.955 54.1223L906.71 54.6132L907.786 55.2818L913.75 57.465L934.329 63.7639L939.364 65.4039L961.572 71.9848L967.327 73.2488L987.321 80.4565L1006.96 88.0507L1010.87 88.667L1025.41 93.4512L1049.53 103.051L1069.6 110.76L1079.97 115.189L1103.42 125.844L1108.3 127.871L1129.47 137.147L1131.07 138.014L1133.43 139.351L1138.25 142.108L1141.93 145.148L1147.29 149.045L1153.36 153.724L1159.97 159.156L1167.03 165.361L1174.33 172.297L1181.77 180.006L1189.13 188.415L1196.27 197.576L1200 200.668' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M883.812 48.3047L896.4 52.3786L911.661 57.8418L917.292 59.6176L935.76 65.4465L950.29 71.0977L965.071 77.2504L980.124 83.9985L995.156 91.2375L999.595 93.0969L1018.11 100.837L1022.35 102.728L1041.61 111.325L1045.44 113.164L1065.62 122.857L1069.24 124.727L1089.92 135.424L1093.17 137.262L1114.4 149.212L1117.39 151.061L1138.79 164.223L1141.46 166.041L1162.92 180.634L1165.32 182.462L1186.46 198.465L1188.56 200.272L1200 210.06' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M448.289 316.776L449.135 315.992L449.198 315.93L449.72 315.428L450.034 315.146L450.89 314.582L451.433 314.258L451.684 314.143L452.102 314.216L452.749 314.018L453.669 313.026L455.194 311.866L456.218 311.114L456.97 310.602L457.346 310.341L458.098 309.829L459.205 310.007L463.759 310.759L470.309 310.331L479.042 309.349L485.226 312.179L493.405 314.927L503.538 317.517L515.634 319.899L529.6 322.02L552.226 317.549L570.183 318.52L595.765 311.908L616.918 311.48L642.155 303.175L643.889 302.611L668.238 293.22L669.805 292.614L692.671 282.356L694.238 281.656L718.17 277.718L740.305 265.089L763.537 259.866L782.068 246.025L803.513 239.81L817.532 225.259L836.428 218.427L854.092 211.585L870.378 204.952L885.43 198.496L899.198 192.427L911.89 186.682L923.516 181.459' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M1036.65 97.3486L1042.79 99.9392L1049.52 103.052L1052.65 104.588L1056.13 106.071L1082.32 117.206L1089.86 121.51L1091.57 121.938L1114.78 132.343L1121.58 136.813L1123.23 137.691L1126.1 139.216L1153.36 153.725L1154.71 154.53L1157.14 155.971L1160.49 157.956L1184.82 172.361L1185.92 173.092L1186.61 173.552L1200 182.473' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M566.494 229.365L566.964 228.832L567.591 228.393L573.587 224.173L576.115 220.162L576.554 219.89L584.566 214.782L586.195 210.573L587.438 206.478L587.762 206.248L596.568 200.064L596.683 195.896L606.492 188.772L617.334 181.157L628.825 172.999L640.535 164.433L652.109 155.439L663.161 146.184L673.419 136.678L682.622 127.13L690.602 117.531L697.246 108.077L702.511 98.7697L706.386 89.7758L708.924 81.0743L710.241 72.822L710.418 64.9667L709.635 57.6336L708.005 50.7497L705.759 44.4404L703.002 38.6011L699.983 33.3468L696.786 28.573L693.694 24.3633L690.759 20.6236L688.241 17.4272L686.204 14.6799L684.909 12.434L684.356 10.6164L684.805 9.28979' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M584.598 198.706L584.859 197.913L585.12 197.505L589.204 191.165L595.012 184.176L602.095 176.791L610.117 168.977L618.724 160.788L627.551 152.232L636.263 143.427L644.578 134.37L652.204 125.23L658.973 116.027L664.697 106.897L669.304 97.8718L672.73 89.0972L674.997 80.5524L676.135 72.3837L676.208 64.5597L675.352 57.1953L673.649 50.2383' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M482.593 291.538L482.416 291.549L474.78 292.113L456.635 293.909L439.222 296.124L422.393 298.746L406.359 301.775L391.024 305.212L376.557 309.035L362.935 313.255L350.317 317.862L338.711 322.855L328.307 328.214L319.167 333.949L311.489 340.018L305.399 346.432L301.127 353.148L298.881 360.126L298.912 367.313L301.492 374.636L306.924 382.021L315.5 389.333L327.524 396.436L343.276 403.163L363.019 409.306L386.877 414.623L414.977 418.885L447.203 421.799L483.377 423.115L523.019 422.562L539.983 428.234L557.209 433.791L574.58 439.275L591.68 444.707L608.467 450.128L624.459 455.581L639.71 461.128L653.677 466.811L666.515 472.681L677.629 478.782L687.271 485.154L694.823 491.86L700.61 498.901L703.984 506.307L705.321 514.078L703.995 522.226L700.401 530.708L693.946 539.504L685.035 548.561L673.158 557.816L668.416 560.887' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M423.197 327.838L421.516 329.948L423.605 333.5L428.379 336.08L436.495 338.263L448.09 339.841L463.163 340.624L481.632 340.405L503.192 338.994L527.479 336.247L553.897 332.048L581.84 326.355L602.178 326.992L630.716 319.262L632.471 318.782L655.264 317.946L678.757 316.64L702.574 314.927L726.599 312.806L756.663 299.54L757.707 299.081L784.887 284.801L785.88 284.289L809.717 269.257L810.459 268.787L831.894 263.93L852.274 259.104L871.662 254.309L889.879 249.723L907.084 245.336L923.171 241.325L938.317 237.669L952.482 234.514L965.842 231.83L978.409 229.751L990.348 228.247L1001.68 227.432L1012.55 227.265L1022.97 227.85L1033.05 229.134L1042.82 231.234L1052.31 234.096L1061.53 237.815L1070.5 242.359L1079.16 247.801L1087.5 254.142L1095.43 261.444L1102.88 269.686L1109.73 278.951L1115.85 289.22L1121.06 300.543L1112.4 317.528L1100.74 334.816L1102.6 346.912L1086.75 364.18L1085.91 377.049L1065.81 394.055L1044.5 409.463L1042.46 410.946L1017.97 426.26L1015.93 427.534L986.086 443.715L955.375 458.235L953.171 459.279L919.65 473.047L917.07 474.113L880.583 487.149L878.274 487.964L836.71 500.739L795.396 511.582L793.067 512.199L750.123 521.631L747.334 522.248L702.688 530.291L700.401 530.709L652.297 537.488L604.027 542.523L555.662 545.709L508.206 547.099L461.764 546.628L417.254 544.424L374.77 540.486L335.055 535.023L298.16 528.045L264.618 519.824L234.45 510.423L207.938 500.092L185.051 488.936L165.862 477.184L150.287 464.952L138.253 452.437L129.625 439.746L124.245 427.033L121.916 414.404L122.47 401.942L125.677 389.762L131.38 377.906L139.329 366.457L149.316 355.551L149.431 355.415L161.287 344.99L161.402 344.886L175.128 334.91L175.253 334.816L175.305 334.785L190.546 325.373L190.64 325.31L190.723 325.268L207.614 316.358L207.698 316.306L207.844 316.243L225.999 307.918L226.062 307.886L226.219 307.834L245.585 300.156L245.899 300.031L245.94 300.021L246.16 299.937L266.655 292.844L266.916 292.75L266.947 292.74L267.177 292.677L267.96 292.437L289.134 286.117L289.364 286.044L290.409 285.772L312.659 280.017L312.815 279.975L314.037 279.703L337.509 274.543L337.614 274.522L338.826 274.292L363.342 269.727L363.384 269.717L364.763 269.508L389.958 265.674L390.46 265.591L390.888 265.539L418.476 262.175L447.787 259.49L478.038 257.589L509.564 256.524L535.669 256.346' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M572.605 221.405L573.096 220.956L578.299 216.245L578.643 215.994L586.196 210.572L586.593 210.322L596.025 204.388L596.454 204.138L607.443 197.599' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M550.367 246.537L554.389 244.897L555.486 244.448L559.841 240.426L563.832 236.342L564.417 236.102L573.62 232.247L577.067 227.797L577.652 227.546L588.954 222.741L591.534 217.999L593.55 213.371L594.083 213.1L606.336 207.031L607.162 202.257L607.684 201.975L620.532 195.049L634.676 187.267L649.196 178.879L663.58 170.042L677.515 160.755L690.562 151.218L702.512 141.441L713.094 131.653L722.223 121.833L729.776 112.223L735.793 102.801L740.284 93.7548L743.366 85.0324L745.163 76.8219L745.81 69.0501L745.528 61.8529L744.442 55.1466L742.812 49.0566L740.765 43.4785L726.987 39.6239L713.344 36.2185L699.984 33.3459L686.833 30.8807L683.479 26.2217L670.443 24.2684L657.793 22.7328L645.456 21.542L633.506 20.7272L621.89 20.2049L610.671 20.0169L599.797 20.0691L596.371 16.3086L593.174 12.9136L590.417 9.93652L580.399 10.3753L570.935 11.0542L561.993 11.9317L553.658 12.9868L545.917 14.1985L538.845 15.546L532.463 16.998L526.853 18.544L522.059 20.1631' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M575.008 217.802L575.353 217.436L580.147 212.359L581.725 208.578L581.975 208.338L588.316 202.467L588.608 202.237L596.683 195.897L596.432 191.833L605.364 184.625L615.298 176.885L625.838 168.716L636.607 160.098L647.21 151.167L657.343 141.933L666.692 132.563L675.059 123.067L682.246 113.645L688.169 104.286L692.775 95.1768L696.055 86.2977L698.092 77.7947L698.928 69.6469L698.708 61.9796L697.559 54.7301L695.648 48.0238L693.089 41.7876L690.111 36.0945L677.42 33.974L665.01 32.2818L652.819 30.9342L649.184 26.0247L645.455 21.5433L641.841 17.553L638.435 14.0014L635.458 10.9094L632.972 8.22476L631.207 5.99977L630.214 4.14039L630.235 2.71973' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M586.289 191.07L586.32 190.965L586.947 189.252L588.754 184.248L588.357 180.989L591.324 173.802L595.471 166.313L600.496 158.53L606.126 150.466L612.038 142.182L617.961 133.68L623.644 125.072L628.846 116.391L633.4 107.732L637.171 99.1348L640.065 90.7154L642.028 82.4839L643.063 74.5346L643.178 66.8882L642.457 59.6073L640.942 52.6921L638.769 46.2052L636.001 40.1257L632.826 34.4953L629.295 29.2932L625.628 24.5403L621.889 20.2052L618.285 16.3298L614.9 12.8618L611.944 9.82198L609.489 7.1687L607.766 4.94371L606.794 3.07391L606.847 1.60103L607.912 0.472848L610.242 -0.268805L614.399 -0.759766L619.027 -0.717973L625.263 -0.4464L629.89 -0.174795L635.322 0.149026L636.419 0.211699' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M427.72 326.552L426.654 328.464L429.882 331.546L435.565 333.687L444.569 335.348L456.947 336.361L472.637 336.497L481.631 340.404L492.411 344.206L504.988 347.862L519.268 351.341L535.229 354.589L552.684 357.566L571.55 360.251L591.595 362.633L629.441 355.373L667.558 346.097L703.774 335.285L705.049 334.909L739.781 322.395L740.795 322.029L764.475 320.003L787.665 317.82L810.323 315.511L832.186 313.203L853.245 310.925L873.332 308.826L892.48 306.935L910.572 305.368L927.683 304.177L943.748 303.456L958.853 303.237L972.976 303.624L986.159 304.637L998.433 306.35L1009.81 308.794' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M581.191 206.822L582.675 204.754L583.061 204.816L582.925 204.294L583.636 201.86L584.252 201.056L589.151 194.809L589.203 191.164L589.047 187.633L593.946 180.571L600.057 173.123L607.097 165.31L614.712 157.131L622.568 148.669L630.35 139.926L637.767 131.026L644.577 122.001L650.573 112.986L655.619 104.003L659.619 95.1967L662.534 86.5683L664.351 78.2429L665.114 70.21L664.895 62.5949L663.766 55.3454L661.876 48.566L659.317 42.2148' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M523.239 264.964L523.834 264.557L524.127 264.484L524.91 264.254L527 262.896L527.71 262.196L528.911 261.392L529.757 261.12L534.74 259.94L535.147 259.846L543.494 258.258L554.692 256.19L561.2 251.593L567.258 246.851L581.778 243.216L587.429 237.92L604.059 233.094L622.298 227.484L623.384 227.129L641.57 221.164L642.834 220.715L661.522 214.072L662.744 213.601L681.537 206.362L682.926 205.777L701.29 198.027L702.564 197.442L720.249 189.262L721.2 181.177L720.73 173.552L719.09 166.261L716.29 159.45L712.55 153.005L707.902 147.05L702.512 141.441L696.422 136.302L689.778 131.496L682.623 127.13L675.06 123.067L667.153 119.4L658.973 116.026L650.575 112.986L642.03 110.208L633.402 107.732L624.742 105.486L616.114 103.491L607.579 101.705L599.191 100.127L591.033 98.7379L583.136 97.5157L575.615 96.4503L568.501 95.5101L561.92 94.7267L555.872 94.0268L550.534 93.4627L545.896 92.9613L543.097 86.9236L540.443 81.032L537.999 75.339L535.586 69.8131L533.298 64.5066L531.011 59.3985L528.807 54.5307L526.634 49.8823L524.587 45.4845L522.654 41.327L520.951 37.4307L519.489 33.7851L518.403 30.4005L517.734 27.2772L517.619 24.415' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M322.145 259.887L325.727 259.124L328.485 258.591L333.405 257.745L339.976 256.742' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M559.381 2.625L555.944 3.45024L554.001 3.87853L549.875 4.81865L547.441 5.72745L545.143 6.92876L541.727 7.40926L541.09 7.61816L540.745 7.76442L540.192 7.95244L539.847 8.50607L538.468 10.9087L538.27 13.0709L538.844 15.5467L540.035 18.3253L541.758 21.4173L543.858 24.8226L546.24 28.5414L548.789 32.5631L551.41 36.9086L554.012 41.557L556.519 46.5084L558.869 51.7627L561 57.2886L562.891 63.107L564.489 69.1657L565.836 75.4646L566.912 81.9724L567.79 88.6683L568.5 95.5103L569.179 102.499L569.868 109.571L570.756 116.726L571.937 123.913L576.063 125.616L580.565 127.454L585.412 129.47L590.499 131.643L595.774 133.993L601.175 136.521L606.617 139.247L612.039 142.183L617.376 145.306L622.568 148.67L627.551 152.232L632.241 156.055L636.607 160.098L640.535 164.433L644.003 168.977L646.897 173.813L649.195 178.879L650.751 184.249L651.576 189.816L651.514 195.687' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M439.116 320.515L438.928 320.598L438.615 320.755L438.416 320.786L437.299 321.11L436.171 322.019L432.243 325.027L427.333 329.112L423.604 333.499L421.149 338.179L420.073 343.119L420.46 348.29L422.403 353.659L425.975 359.206L431.198 364.868L438.134 370.613L446.742 376.4L473.421 377.57L486.53 382.804L519.707 381.717L555.964 378.73L594.562 373.663L634.528 366.456L674.902 357.117L713.541 346.044L714.513 345.762L751.564 332.872L752.452 332.569L787.06 318.081L787.666 317.819L818.982 302.088L819.526 301.806L841.096 298.818L861.832 295.862L881.543 293.094L900.304 290.524L917.999 288.31L934.744 286.45L950.476 285.082L965.298 284.204L979.191 283.933L994.777 264.67L1006.84 265.057L1018.27 266.143L1029.05 268.003L1039.27 270.625L1048.89 274.082L1057.94 278.386L1066.39 283.578L1074.21 289.678L1081.32 296.729L1087.65 304.741L1093.09 313.746L1097.5 323.774L1100.74 334.815L1085.87 352.322L1086.75 364.179L1069.24 380.046L1067.63 381.508L1046.89 397.449L1045.22 398.734L1021.3 414.455L1019.35 415.75L992.071 431.252L990.149 432.338L959.762 447.276L957.506 448.383L923.849 462.757L921.77 463.645L885.345 477.068L882.859 477.987L843.562 490.47L841.389 491.159L799.95 502.347L797.328 503.047L753.706 512.939L751.523 513.441L706.636 521.735L703.994 522.226L655.775 529.266L606.92 534.479L558.503 537.853L510.64 539.315L464.322 538.96L419.666 536.766L377.517 532.922L337.948 527.438L301.585 520.575L268.461 512.375L238.941 503.13L213.014 492.893L190.817 481.946L172.275 470.362L157.369 458.401L145.951 446.137L137.908 433.759L133.04 421.36L131.191 409.065L132.121 396.968L135.694 385.123L141.637 373.643L149.848 362.528L160.043 351.873L160.127 351.811L172.15 341.709L172.213 341.657L172.348 341.563L185.98 331.995L186.033 331.963L186.189 331.869L201.566 322.75L201.795 322.635L218.488 314.101L218.739 313.986L236.956 305.974L237.291 305.838L256.616 298.421L256.95 298.306L277.695 291.423L278.124 291.297L299.841 285.019L300.259 284.915L323.344 279.211L324.942 278.877L347.819 274.03L348.299 273.946L349.616 273.717L373.61 269.486L375.375 269.235L400.341 265.611L428.367 262.446L457.303 260.001L487.533 258.34L518.683 257.494L534.038 257.505' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M162.414 300.02L164.817 299.122L180.423 293.293L190.409 289.219L201.409 285.762' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M1096.21 121.689L1098.65 122.89L1103.14 125.23L1107.07 127.277L1123.69 135.362L1137.37 142.445L1141.93 145.15L1147.47 148.681L1148.49 149.736L1150.68 151L1153.73 152.734L1179.58 166.909L1192.58 174.399L1200 179.006' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M318.812 260.461L322.437 259.573L335.808 257.379L339.976 256.763' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M519.238 267.617L520.513 267.805L524.002 266.75L529.59 263.397L537.237 262.227L547.745 260.671L554.692 256.189L568.491 253.578L575.479 248.428L581.778 243.215L598.439 238.849L616.772 233.772L636.4 227.891L656.748 221.31L661.522 214.071L664.98 207.052L666.202 206.54L684.336 198.914L703.16 190.296L704.413 189.659L721.2 181.177L738.007 171.817' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M535.91 256.18L536.819 255.627L537.122 255.292L538.354 254.383L539.577 253.485L540.172 253.046L540.862 252.597L541.875 251.73L541.958 251.657L542.763 251.03L543.818 250.633L545.447 249.735L546.231 249.108L546.962 248.513L547.526 247.959L548.56 248.294L550.576 248.555L550.806 248.45L555.486 244.449L565.305 241.128L577.704 237.2L582.039 232.363L582.781 232.113L596.549 227.36L600.006 222.158L600.79 221.855L615.874 216.047L616.668 215.733L632.859 209.257L633.778 208.871L650.585 201.736L651.453 201.349L668.469 193.63' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M531.637 259.24L531.961 259.01L532.65 258.655L534.582 257.819L540.035 256.315L540.578 256.168L545.467 252.596L545.812 252.345L550.575 248.553L550.805 248.449L560.457 245.524L572.752 242.066L577.703 237.199L592.328 232.644L596.548 227.359L597.342 227.077L612.76 221.666L613.69 221.321L630.309 215.189L631.239 214.834L648.621 208.054L649.686 207.605L667.308 200.189L668.468 193.629L669.46 193.138L686.142 184.906' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M463.969 246.214L465.358 246.131L484.735 245.525L497.928 244.94L506.599 244.564L509.367 244.501' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M795.303 50.2988L795.773 50.4764L811.264 57.0574L826.62 64.38L841.599 72.3607L856.108 81.1666L869.876 90.6828L882.725 101.087L894.372 112.275L904.536 124.392L912.882 137.334L919.087 151.217L922.774 165.894L923.516 181.458' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M278.344 269.309L280.161 269.225L291.913 267.46L299.539 266.822L305.461 266.039L325.706 262.028L329.706 261.297L331.607 260.419L340.445 259.113' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M464.918 304.889L464.834 304.962L462.849 306.487L462.035 306.999L461.606 307.312L461.46 307.573L460.771 307.939L459.11 309.182L459.214 310.08L458.953 314.091L460.008 317.58L462.745 321.174L467.216 324.819L473.483 328.465L489.769 327.41L508.634 325.289L529.599 322.02L545.383 323.837L570.181 318.52L589.694 319.074L615.214 311.96L616.916 311.48L639.208 310.55L665.532 301.222L667.109 300.658L692.096 290.285L693.673 289.627L716.79 278.387L718.169 277.719L742.038 273.3L763.535 259.867L786.182 254.278L807.857 248.522L828.614 242.61L848.158 236.708L866.595 230.837L883.778 225.186L899.844 219.723L914.719 214.646L928.612 209.914L941.492 205.694L953.588 201.923' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M396.561 251.111L398.577 250.882L399.945 250.735L404.614 249.973L421.192 248.667' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M275.139 270.594L276.8 270.563L291.915 267.46L302.1 265.371L308.545 264.504L328.904 261.475L337.083 260.493L353.849 257.651' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M425.59 248.897L427.324 248.74L428.63 248.479L430.792 248.155L432.599 247.57L442.544 246.682L448.936 246.296' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M218.719 285.782L219.502 284.747L221.842 283.275L223.722 282.721L225.018 282.334L229.186 280.506L234.45 278.532L240.958 276.224L244.865 275.085' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M359.154 256.849L360.533 256.399L361.985 255.94L373.403 253.798L376.442 252.639L379.566 252.106L380.934 251.688L390.116 250.706L391.067 251.344L393.177 251.135L393.835 250.362L394.576 250.289L401.742 249.547' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M761.896 19.3486L762.398 19.9859L772.624 21.9706L774.16 21.7721L777.294 22.4302L789.724 25.1879' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M792.398 25.8457L793.506 26.1173L807.911 29.7838L824.614 34.286L838.632 37.8167L851.46 40.2924L866.679 44.429L883.654 48.4925L890.454 50.425L907.784 55.2824L918.972 58.0505L927.506 60.6411L931.371 61.7902L931.977 61.9678L932.374 62.0931L948.69 67.0027L950.142 67.4832L957.392 69.9276L966.563 72.9778L972.079 74.4089L977.239 76.5607L996.334 83.3611L1018.29 90.8195L1035.73 97.1915L1042.79 99.9388L1053.16 103.992L1069.74 110.917L1075.12 113.205L1088.09 119.316L1090.55 121.447L1098.05 126.482L1106.86 132.185L1116.04 138.547L1125.55 145.64L1135.12 153.37L1144.67 161.821L1153.97 170.888L1162.92 180.634L1171.28 190.965L1178.96 201.912L1185.77 213.403L1191.58 225.457L1196.25 237.982L1199.64 251.008L1200 251.53' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M580.922 207.335L581.183 206.812L582.928 204.295L588.882 198.591L589.153 194.81L589.362 194.601L595.87 187.947L603.882 180.614L612.876 172.842L622.455 164.632L632.243 156.055L641.916 147.145L651.118 138.026L659.611 128.729L667.153 119.401L673.598 110.083L678.832 100.922L682.832 91.9279L685.59 83.2577L687.136 74.8801L687.585 66.9307L687 59.3679L685.569 52.3064L683.376 45.6837L680.628 39.6042L677.421 33.9738L673.995 28.8866L670.443 24.2695L666.996 20.1642L663.737 16.5186L660.906 13.3848L658.566 10.6689L656.958 8.43344L656.101 6.6054L656.268 5.22656' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M817.469 31.6006L830.484 34.9224L845.767 38.8605L859.587 42.1719L866.679 44.4282L882.181 49.6198L888.376 51.1763L903.386 55.386L921.771 60.3791L926.838 62.6459L941.859 69.1224L957.34 75.5466L972.988 82.5454L988.531 90.0352L1003.98 98.1099L1019.08 106.665L1033.8 115.805L1038.06 117.968L1053.33 125.718L1057.28 127.881L1073.28 136.614L1077.03 138.818L1093.46 148.48L1096.89 150.663L1113.77 161.444L1116.94 163.669L1133.94 175.525L1136.8 177.739L1153.82 190.859L1156.4 193.084L1173.11 207.458L1175.39 209.673L1191.58 225.456L1200 234.889' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M745.82 15.9326L746.593 16.0998L754.919 18.3247L762.419 21.1869L764.571 22.3882L773.784 24.1222L780.041 24.9684L791.678 28.1544L797.998 29.8884L810.711 33.6907L816.31 34.5891L818.817 34.5368L834.381 39.3837L837.097 40.2299L853.403 45.7244L855.45 46.4139L871.652 52.3576L873.887 53.1724L890.465 59.7742L892.189 60.4532L908.463 67.546L910.333 68.3608L926.639 76.1326L928.102 76.822L943.886 85.1265L945.452 85.9518L960.923 94.977L962.145 95.6978L976.832 105.308L978.117 106.144L992.135 116.527L993.128 117.258L1003.6 121.343L1014.71 126.096L1026.45 131.621L1038.76 137.868L1049.91 148.857L1051.07 150.006L1063.27 157.162L1073.61 170.073L1082.41 183.611L1089.47 197.859L1099.78 206.164L1104.11 221.133L1106.24 236.708L1114.73 246.057L1113.56 262.227L1109.74 278.951L1102.99 296.145L1093.1 313.746L1079.82 331.651L1062.99 349.733L1042.4 367.846L1018.03 385.803L989.722 403.435L957.716 420.494L921.918 436.8L882.861 452.072L840.565 466.132L795.846 478.73L748.85 489.719L700.61 498.901L651.316 506.182L602.147 511.488L553.281 514.779L505.857 516.105L460.03 515.489L416.732 513.097L376.066 508.971L338.701 503.382L304.647 496.404L274.312 488.309L247.612 479.189L224.715 469.339L205.494 458.841L189.909 447.925L177.802 436.695L169.038 425.33L163.408 413.913L160.744 402.568L160.817 391.391L163.46 380.433L168.432 369.799L175.619 359.489L184.759 349.586L195.811 340.102L208.472 331.076L208.994 330.763L222.814 322.5L223.441 322.176L238.504 314.436L239.183 314.143L255.698 306.863L256.491 306.56L274.041 299.812L274.855 299.54L293.763 293.283L294.703 293.011L314.508 287.297L315.448 287.068L336.56 281.865L337.615 281.646L359.551 277.019L360.564 276.841L383.796 272.767L384.935 272.6L408.939 269.121L435.326 266.134L462.579 263.825L491.086 262.237L520.45 261.391H528.493' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M1067.5 109.498L1069.76 110.564L1075.12 113.206L1082.32 117.207L1084.23 118.095L1088.09 119.317L1103.42 125.846L1108.29 127.872L1130.83 137.869L1132.06 138.475L1133.26 139.248L1136.69 141.421L1147.91 147.135L1167.48 157.246L1175.15 162.543L1175.75 163.942L1177.27 164.882L1179.58 166.909L1180.53 168.11L1182.33 169.27L1189.7 173.991L1200 180.604' stroke='white' stroke-opacity='0.3' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-position: bottom;
}
@media screen and (max-width: 768px) {
  .subs .sub-content::after {
    width: 100%;
  }
}
.subs .subs_row {
  display: -ms-grid;
  display: grid;
  place-items: center;
  grid-gap: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .subs .subs_row {
    padding: 0 30px;
  }
}
.subs .subs_row .s_title {
  color: var(--h-1, #090e13);
  font-family: General Sans;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px; /* 100% */
  letter-spacing: -0.96px;
}
@media screen and (max-width: 768px) {
  .subs .subs_row .s_title {
    color: #1d1f21;
    text-align: center;
    font-family: General Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.24px;
  }
}
.subs .subs_row .s_ub {
  color: var(--h-1, #090e13);
  text-align: center;
  font-family: General Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
}

.rws {
  font-family: General Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
  background: var(--gr-4, linear-gradient(161deg, #396afc 0%, #7799fd 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.promote_i {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: -120px 0 0;
}
@media screen and (max-width: 1199px) {
  .promote_i {
    margin: 0;
  }
}
.promote_i .promote_cards {
  padding: 50px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
.promote_i .promote_cards .promote_items:nth-child(1),
.promote_i .promote_cards .promote_items:nth-child(2),
.promote_i .promote_cards .promote_items:nth-child(3) {
  width: calc(33.3333333333% - 30px);
}
@media screen and (max-width: 1199px) {
  .promote_i .promote_cards .promote_items:nth-child(1),
  .promote_i .promote_cards .promote_items:nth-child(2),
  .promote_i .promote_cards .promote_items:nth-child(3) {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .promote_i .promote_cards .promote_items:nth-child(1),
  .promote_i .promote_cards .promote_items:nth-child(2),
  .promote_i .promote_cards .promote_items:nth-child(3) {
    width: 100%;
  }
}
.promote_i .promote_cards .promote_items:nth-child(4) {
  width: calc(50% - 30px);
}
@media screen and (max-width: 1199px) {
  .promote_i .promote_cards .promote_items:nth-child(4) {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .promote_i .promote_cards .promote_items:nth-child(4) {
    width: 100%;
  }
}
.promote_i .promote_cards .promote_items:nth-child(5) {
  width: calc(50% - 30px);
}
@media screen and (max-width: 1199px) {
  .promote_i .promote_cards .promote_items:nth-child(5) {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .promote_i .promote_cards .promote_items:nth-child(5) {
    width: 100%;
  }
}
.promote_i .promote_cards .md-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1199px) {
  .promote_i .promote_cards .md-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .promote_i .promote_cards .md-wrap {
    -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;
  }
}
.promote_i .promote_cards .otems-wrap {
  border-radius: 16px;
  border: 1px solid rgba(115, 193, 255, 0.4);
  background: #fff;
  padding: 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  min-height: 200px;
}
@media screen and (max-width: 1199px) {
  .promote_i .promote_cards .otems-wrap {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .promote_i .promote_cards .otems-wrap {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
.promote_i .promote_cards .otems-wrap .otm__icn {
  width: 48px;
  height: 48px;
}
.promote_i .promote_cards .otems-wrap .otm__icn .otm__icn_1 {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='24' cy='24' r='24' fill='url(%23paint0_linear_65_7221)'/%3E%3Cpath d='M19.8574 28.6791L23.1821 32.1078C24.7465 27.6136 26.0495 25.6416 29.0003 22.9648' stroke='white' stroke-width='1.71' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M27.286 10H21.142C19.2687 10 17.75 11.5187 17.75 13.392V13.3943C17.75 15.2676 19.2687 16.7863 21.142 16.7863H27.286C29.1593 16.7863 30.678 15.2676 30.678 13.3943V13.392C30.678 11.5187 29.1593 10 27.286 10Z' stroke='white' stroke-width='1.71429' stroke-linejoin='round'/%3E%3Cpath d='M17.7814 13.707C16.9753 13.8074 16.1781 13.9118 15.3907 14.0086C14.2957 14.1431 13.4303 15.0209 13.3528 16.1214C12.8824 22.8033 12.8824 29.1161 13.3528 35.7981C13.4303 36.8986 14.2959 37.7792 15.3953 37.8712C21.4473 38.3786 26.9813 38.3786 33.0334 37.8712C34.1328 37.7792 34.9984 36.8986 35.0758 35.7981C35.5461 29.1161 35.5461 22.8033 35.0758 16.1214C34.9984 15.0209 34.1328 14.1431 33.038 14.0086C32.2505 13.9118 31.4533 13.8074 30.6472 13.707' stroke='white' stroke-width='1.71429'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_65_7221' x1='-6.57534' y1='-42' x2='57.8946' y2='61.4306' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23396AFC'/%3E%3Cstop offset='1' stop-color='%237799FD'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 48px;
  height: 48px;
  display: block;
}
.promote_i .promote_cards .otems-wrap .otm__icn .otm__icn_2 {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='24' cy='24' r='24' fill='url(%23paint0_linear_65_7236)'/%3E%3Cg clip-path='url(%23clip0_65_7236)'%3E%3Cmask id='mask0_65_7236' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='8' y='8' width='32' height='32'%3E%3Cpath d='M40 8H8V40H40V8Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_65_7236)'%3E%3Cpath d='M13.8945 13.8984L14.7363 14.7402' stroke='white' stroke-width='1.71429' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24 9.71484V10.9053' stroke='white' stroke-width='1.71429' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M38.2881 24H37.0977' stroke='white' stroke-width='1.71429' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.9034 24H9.71289' stroke='white' stroke-width='1.71429' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M34.1016 13.8984L33.2598 14.7402' stroke='white' stroke-width='1.71429' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M30.6175 20.6336C31.3024 21.8151 31.6588 23.1584 31.6494 24.524C31.6435 25.9408 31.2426 27.3278 30.4916 28.5292C30.2408 28.9304 30.006 29.282 29.7899 29.6055C29.0115 30.771 28.4776 31.5703 28.3284 32.9988H19.6707C19.5243 31.5236 18.9828 30.7222 18.1387 29.473C17.9679 29.2203 17.7848 28.9492 17.59 28.6506C16.844 27.5066 16.4178 26.1838 16.3556 24.8195C16.2934 23.4552 16.5975 22.0992 17.2364 20.8921C17.8753 19.6851 18.8256 18.671 19.9888 17.9553C21.1519 17.2395 22.4854 16.8481 23.8508 16.8217C25.2163 16.7954 26.5639 17.135 27.7538 17.8053C28.9436 18.4756 29.9324 19.4522 30.6175 20.6336Z' stroke='white' stroke-width='1.71429' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.645 38.2852H21.3594' stroke='white' stroke-width='1.71429' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_65_7236' x1='-6.57534' y1='-42' x2='57.8946' y2='61.4306' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23396AFC'/%3E%3Cstop offset='1' stop-color='%237799FD'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_65_7236'%3E%3Crect width='32' height='32' fill='white' transform='translate(8 8)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 48px;
  height: 48px;
  display: block;
}
.promote_i .promote_cards .otems-wrap .otm__icn .otm__icn_3 {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='24' cy='24' r='24' fill='url(%23paint0_linear_65_7256)'/%3E%3Cpath d='M29.1719 23.6224C32.0318 23.6224 34.3503 21.3039 34.3503 18.444C34.3503 16.2316 32.9631 14.3433 31.0108 13.6016' stroke='white' stroke-width='1.71' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4572 22.594C23.5574 22.594 26.0706 20.0808 26.0706 16.9806C26.0706 13.8804 23.5574 11.3672 20.4572 11.3672C17.357 11.3672 14.8438 13.8804 14.8438 16.9806C14.8438 20.0808 17.357 22.594 20.4572 22.594Z' stroke='white' stroke-width='1.71' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M29.0587 30.4791C31.8045 32.3079 29.9504 35.835 26.6514 35.835H14.2623C10.9632 35.835 9.10911 32.3079 11.8549 30.4791C14.3179 28.8388 17.2757 27.8828 20.4568 27.8828C23.638 27.8828 26.5959 28.8388 29.0587 30.4791Z' stroke='white' stroke-width='1.71'/%3E%3Cpath d='M26.1738 35.8352H34.0263C37.0696 35.8352 38.7802 32.5815 36.2472 30.8942C35.5477 30.4283 34.805 30.0225 34.0263 29.6836' stroke='white' stroke-width='1.71' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_65_7256' x1='-6.57534' y1='-42' x2='57.8946' y2='61.4306' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23396AFC'/%3E%3Cstop offset='1' stop-color='%237799FD'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 48px;
  height: 48px;
  display: block;
}
.promote_i .promote_cards .otems-wrap .otm__icn .otm__icn_4 {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='24' cy='24' r='24' fill='url(%23paint0_linear_65_7271)'/%3E%3Cpath d='M26.9707 8.94141V16.8259C26.9707 18.1844 28.0704 19.2318 29.4282 19.271C32.8442 19.3697 37.8698 20.2908 37.8698 26.4265' stroke='white' stroke-width='1.71' stroke-linejoin='round'/%3E%3Cpath d='M10.8242 24.3015C10.8242 20.8586 10.9312 17.4987 11.1347 14.2563C11.2835 11.885 13.1661 9.99805 15.5364 9.83508C18.3227 9.64351 21.0151 9.54297 24.3528 9.54297C25.4555 9.54297 26.4876 9.55395 27.476 9.57554C28.4617 9.59709 29.4195 9.92392 30.2 10.5263C32.6435 12.4122 34.2606 14.0317 36.0422 16.324C37.2192 17.8387 37.8289 19.7133 37.8599 21.6314C37.8744 22.5154 37.8816 23.4057 37.8816 24.3015C37.8816 27.7445 37.7745 31.1045 37.5712 34.3469C37.4224 36.7181 35.5396 38.605 33.1695 38.7681C30.3831 38.9596 27.6906 39.0601 24.3528 39.0601' stroke='white' stroke-width='1.71' stroke-linecap='round'/%3E%3Cpath d='M28.4 29.9247C28.5891 28.0205 28.5892 26.9746 28.4 25.1536C26.579 24.9644 25.5331 24.9645 23.6289 25.1536' stroke='white' stroke-width='1.52454' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M28.3945 25.1758C28.3945 25.1758 21.8363 32.259 20.7602 32.8101C19.3495 33.5327 18.9373 30.1964 17.3524 30.1964C15.3795 30.1964 11.4336 36.3974 11.4336 36.3974' stroke='white' stroke-width='1.71' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_65_7271' x1='-6.57534' y1='-42' x2='57.8946' y2='61.4306' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23396AFC'/%3E%3Cstop offset='1' stop-color='%237799FD'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 48px;
  height: 48px;
  display: block;
}
.promote_i .promote_cards .otems-wrap .otm__icn .otm__icn_5 {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='24' cy='24' r='24' fill='url(%23paint0_linear_65_7286)'/%3E%3Cmask id='mask0_65_7286' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='8' y='8' width='32' height='32'%3E%3Cpath d='M40 8H8V40H40V8Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_65_7286)'%3E%3Cpath d='M23.9966 38.2863C31.8865 38.2863 38.2823 31.8904 38.2823 24.0005C38.2823 16.1108 31.8865 9.71484 23.9966 9.71484C16.1069 9.71484 9.71094 16.1108 9.71094 24.0005C9.71094 31.8904 16.1069 38.2863 23.9966 38.2863Z' stroke='white' stroke-width='1.71429' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31.9961 26.2852H15.9961C15.9961 28.5708 18.2818 33.1422 23.9961 33.1422C29.7104 33.1422 31.9961 28.5708 31.9961 26.2852Z' stroke='white' stroke-width='1.71429' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.168 19.4141V21.0141' stroke='white' stroke-width='1.71429' stroke-linecap='round'/%3E%3Cpath d='M29.8203 19.4141V21.0141' stroke='white' stroke-width='1.71429' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_65_7286' x1='-6.57534' y1='-42' x2='57.8946' y2='61.4306' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23396AFC'/%3E%3Cstop offset='1' stop-color='%237799FD'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 48px;
  height: 48px;
  display: block;
}
.promote_i .promote_cards .otems-wrap .otm-title {
  color: var(--h-1, #090e13);
  font-family: General Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 140% */
}
.promote_i .promote_cards .otems-wrap .otm-text {
  color: var(--body, #57616b);
  font-family: General Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}

.all_pg._promote_bg {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px 0 140px;
}
@media screen and (max-width: 1199px) {
  .all_pg._promote_bg {
    margin: 0;
  }
  .all_pg._promote_bg:before {
    display: none;
  }
}
.all_pg._promote_bg .page__body {
  padding: 60px 0;
}
@media screen and (max-width: 1199px) {
  .all_pg._promote_bg .page__body {
    padding: 60px 0 0;
  }
}
